|
|
|
1 | 2024-02-03T10:09:27.737Z | job assigned to worker 01HNQ709XBAMJF57B9AK4S4Q5K (queued for 3 h 31 m 36 s) |
|
2 | 2024-02-03T10:09:27.958Z | starting task 0: "setup" |
3 | 2024-02-03T10:09:27.970Z | ++ uname -s |
4 | 2024-02-03T10:09:27.973Z | + kern=SunOS |
5 | 2024-02-03T10:09:27.973Z | + case "$kern" in |
6 | 2024-02-03T10:09:27.974Z | + groupadd -g 12345 build |
7 | 2024-02-03T10:09:27.980Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-03T10:09:30.106Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-03T10:09:30.239Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-03T10:09:30.242Z | + home_fs=zfs |
11 | 2024-02-03T10:09:30.242Z | + [[ zfs == autofs ]] |
12 | 2024-02-03T10:09:30.242Z | + mkdir -p /home/build |
13 | 2024-02-03T10:09:30.245Z | + chown build:build /home/build /work |
14 | 2024-02-03T10:09:32.247Z | + chmod 0700 /home/build /work |
15 | 2024-02-03T10:09:32.250Z | process exited: duration 4292 ms, exit code 0 |
|
16 | 2024-02-03T10:09:32.258Z | starting task 1: "rust-toolchain" |
17 | 2024-02-03T10:09:32.266Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-03T10:09:32.269Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-03T10:09:32.454Z | info: downloading installer |
20 | 2024-02-03T10:09:34.737Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-03T10:09:34.737Z | warning: /opt/ooce/bin |
22 | 2024-02-03T10:09:34.737Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-03T10:09:34.737Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-03T10:09:34.737Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-03T10:09:34.737Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-03T10:09:34.737Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-03T10:09:34.737Z | error: cannot install while Rust is installed |
28 | 2024-02-03T10:09:34.737Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-03T10:09:35.195Z | info: profile set to 'default' |
30 | 2024-02-03T10:09:35.195Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-03T10:09:35.199Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-03T10:09:35.385Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-03T10:09:35.385Z | info: downloading component 'cargo' |
34 | 2024-02-03T10:09:36.153Z | info: downloading component 'clippy' |
35 | 2024-02-03T10:09:36.426Z | info: downloading component 'rust-docs' |
36 | 2024-02-03T10:09:37.400Z | info: downloading component 'rust-std' |
37 | 2024-02-03T10:09:39.102Z | info: downloading component 'rustc' |
38 | 2024-02-03T10:09:43.408Z | info: downloading component 'rustfmt' |
39 | 2024-02-03T10:09:43.715Z | info: installing component 'cargo' |
40 | 2024-02-03T10:09:45.365Z | info: installing component 'clippy' |
41 | 2024-02-03T10:09:46.217Z | info: installing component 'rust-docs' |
42 | 2024-02-03T10:09:48.992Z | info: installing component 'rust-std' |
43 | 2024-02-03T10:09:52.705Z | info: installing component 'rustc' |
44 | 2024-02-03T10:10:01.563Z | info: installing component 'rustfmt' |
45 | 2024-02-03T10:10:02.019Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-03T10:10:02.019Z | |
47 | 2024-02-03T10:10:02.165Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-03T10:10:02.165Z | |
49 | 2024-02-03T10:10:02.170Z | |
50 | 2024-02-03T10:10:02.170Z | Rust is installed now. Great! |
51 | 2024-02-03T10:10:02.170Z | |
52 | 2024-02-03T10:10:02.170Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-03T10:10:02.170Z | environment variable. This has not been done automatically. |
54 | 2024-02-03T10:10:02.170Z | |
55 | 2024-02-03T10:10:02.170Z | To configure your current shell, run: |
56 | 2024-02-03T10:10:02.171Z | source "$HOME/.cargo/env" |
57 | 2024-02-03T10:10:02.266Z | + rustc --version |
58 | 2024-02-03T10:10:02.385Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-03T10:10:02.393Z | process exited: duration 30136 ms, exit code 0 |
|
60 | 2024-02-03T10:10:02.402Z | starting task 2: "authentication" |
61 | 2024-02-03T10:10:02.448Z | process exited: duration 45 ms, exit code 0 |
|
62 | 2024-02-03T10:10:02.455Z | starting task 3: "clone repository" |
63 | 2024-02-03T10:10:02.462Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-03T10:10:02.466Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-03T10:10:02.798Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-03T10:10:08.977Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-03T10:10:08.981Z | + git fetch origin 20925464883cab6b9cde77d350531c9894996f90 |
68 | 2024-02-03T10:10:09.327Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-03T10:10:09.327Z | * branch 20925464883cab6b9cde77d350531c9894996f90 -> FETCH_HEAD |
70 | 2024-02-03T10:10:09.339Z | + [[ -n renovate/serde_with-3.x ]] |
71 | 2024-02-03T10:10:09.343Z | ++ git branch --show-current |
72 | 2024-02-03T10:10:09.346Z | + current=main |
73 | 2024-02-03T10:10:09.346Z | + [[ main != renovate/serde_with-3.x ]] |
74 | 2024-02-03T10:10:09.346Z | + git branch -f renovate/serde_with-3.x 20925464883cab6b9cde77d350531c9894996f90 |
75 | 2024-02-03T10:10:09.350Z | + git checkout -f renovate/serde_with-3.x |
76 | 2024-02-03T10:10:09.381Z | Switched to branch 'renovate/serde_with-3.x' |
77 | 2024-02-03T10:10:09.384Z | + git reset --hard 20925464883cab6b9cde77d350531c9894996f90 |
78 | 2024-02-03T10:10:09.416Z | HEAD is now at 209254648 Update Rust crate serde_with to 3.6.0 |
79 | 2024-02-03T10:10:09.422Z | process exited: duration 6963 ms, exit code 0 |
|
80 | 2024-02-03T10:10:09.430Z | starting task 4: "build" |
81 | 2024-02-03T10:10:09.439Z | + target_os=illumos |
82 | 2024-02-03T10:10:09.439Z | + NEXTEST_VERSION=0.9.67 |
83 | 2024-02-03T10:10:09.440Z | + cargo --version |
84 | 2024-02-03T10:10:09.446Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
85 | 2024-02-03T10:10:09.639Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
86 | 2024-02-03T10:10:09.642Z | info: downloading component 'cargo' |
87 | 2024-02-03T10:10:10.478Z | info: downloading component 'clippy' |
88 | 2024-02-03T10:10:10.747Z | info: downloading component 'rust-docs' |
89 | 2024-02-03T10:10:11.788Z | info: downloading component 'rust-std' |
90 | 2024-02-03T10:10:13.336Z | info: downloading component 'rustc' |
91 | 2024-02-03T10:10:17.655Z | info: downloading component 'rustfmt' |
92 | 2024-02-03T10:10:17.896Z | info: installing component 'cargo' |
93 | 2024-02-03T10:10:19.173Z | info: installing component 'clippy' |
94 | 2024-02-03T10:10:19.660Z | info: installing component 'rust-docs' |
95 | 2024-02-03T10:10:22.510Z | info: installing component 'rust-std' |
96 | 2024-02-03T10:10:24.947Z | info: installing component 'rustc' |
97 | 2024-02-03T10:10:31.232Z | info: installing component 'rustfmt' |
98 | 2024-02-03T10:10:31.771Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
99 | 2024-02-03T10:10:31.774Z | + rustc --version |
100 | 2024-02-03T10:10:31.894Z | rustc 1.74.1 (a28077b28 2023-12-04) |
101 | 2024-02-03T10:10:31.901Z | + curl -sSfL --retry 10 https://get.nexte.st/0.9.67/illumos |
102 | 2024-02-03T10:10:31.905Z | + gunzip |
103 | 2024-02-03T10:10:31.905Z | + tar -xvf - -C /home/build/.cargo/bin |
104 | 2024-02-03T10:10:33.330Z | x cargo-nextest, 11234272 bytes, 21942 tape blocks |
105 | 2024-02-03T10:10:33.334Z | + TEST_TMPDIR=/var/tmp/omicron_tmp |
106 | 2024-02-03T10:10:33.334Z | + echo 'tests will store ephemeral output in /var/tmp/omicron_tmp' |
107 | 2024-02-03T10:10:33.334Z | tests will store ephemeral output in /var/tmp/omicron_tmp |
108 | 2024-02-03T10:10:33.334Z | + mkdir /var/tmp/omicron_tmp |
109 | 2024-02-03T10:10:33.334Z | + OUTPUT_DIR=/work |
110 | 2024-02-03T10:10:33.334Z | + echo 'tests will store non-ephemeral output in /work' |
111 | 2024-02-03T10:10:33.334Z | tests will store non-ephemeral output in /work |
112 | 2024-02-03T10:10:33.334Z | + mkdir -p /work |
113 | 2024-02-03T10:10:33.337Z | + source ./env.sh |
114 | 2024-02-03T10:10:33.337Z | ++ set -o xtrace |
115 | 2024-02-03T10:10:33.340Z | ++++ dirname ./env.sh |
116 | 2024-02-03T10:10:33.422Z | +++ cd . |
117 | 2024-02-03T10:10:33.426Z | +++ echo /work/oxidecomputer/omicron |
118 | 2024-02-03T10:10:33.426Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
119 | 2024-02-03T10:10:33.426Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
120 | 2024-02-03T10:10:33.426Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
121 | 2024-02-03T10:10:33.426Z | ++ 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 |
122 | 2024-02-03T10:10:33.426Z | ++ 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 |
123 | 2024-02-03T10:10:33.426Z | ++ 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 |
124 | 2024-02-03T10:10:33.426Z | ++ 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 |
125 | 2024-02-03T10:10:33.426Z | ++ 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 |
126 | 2024-02-03T10:10:33.426Z | ++ 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 |
127 | 2024-02-03T10:10:33.426Z | ++ unset OMICRON_WS |
128 | 2024-02-03T10:10:33.426Z | ++ set +o xtrace |
129 | 2024-02-03T10:10:33.430Z | |
130 | 2024-02-03T10:10:33.430Z | ##### ##### ###### ##### ###### #### # # # #### # |
131 | 2024-02-03T10:10:33.430Z | # # # # # # # # # # # # # # # |
132 | 2024-02-03T10:10:33.430Z | # # # # ##### # # ##### # # # # # #### # |
133 | 2024-02-03T10:10:33.430Z | ##### ##### # ##### # # # # # # # # # |
134 | 2024-02-03T10:10:33.430Z | # # # # # # # # # # # # # # # |
135 | 2024-02-03T10:10:33.430Z | # # # ###### # # ###### ### # #### # #### # |
136 | 2024-02-03T10:10:33.430Z | |
137 | 2024-02-03T10:10:44.830Z | Startup: Refreshing catalog 'helios-dev' ... Done |
138 | 2024-02-03T10:10:46.761Z | Startup: Caching catalogs ... Done |
139 | 2024-02-03T10:10:49.691Z | Planning: Solver setup ... Done (2.422s) |
140 | 2024-02-03T10:10:49.756Z | Planning: Running solver ... Done (0.065s) |
141 | 2024-02-03T10:10:49.787Z | Planning: Finding local manifests ... Done (0.003s) |
142 | 2024-02-03T10:10:49.806Z | Planning: Fetching manifests: 0/4 0% complete |
143 | 2024-02-03T10:10:50.101Z | Planning: Fetching manifests: 4/4 100% complete |
144 | 2024-02-03T10:10:50.180Z | Planning: Package planning ... Done (0.079s) |
145 | 2024-02-03T10:10:50.264Z | Planning: Merging actions ... Done (0.084s) |
146 | 2024-02-03T10:10:51.524Z | Planning: Checking for conflicting actions ... Done (1.260s) |
147 | 2024-02-03T10:10:51.542Z | Planning: Consolidating action changes ... Done (0.017s) |
148 | 2024-02-03T10:10:58.068Z | Planning: Evaluating mediators ... Done (6.526s) |
149 | 2024-02-03T10:10:58.088Z | Planning: Planning completed in 11.26 seconds |
150 | 2024-02-03T10:11:01.424Z | Packages to install: 4 |
151 | 2024-02-03T10:11:01.424Z | Mediators to change: 2 |
152 | 2024-02-03T10:11:01.424Z | Services to change: 1 |
153 | 2024-02-03T10:11:01.428Z | Estimated space available: 148.86 GB |
154 | 2024-02-03T10:11:01.428Z | Estimated space to be consumed: 1.40 GB |
155 | 2024-02-03T10:11:01.428Z | Create boot environment: No |
156 | 2024-02-03T10:11:01.428Z | Create backup boot environment: No |
157 | 2024-02-03T10:11:01.428Z | Rebuild boot archive: No |
158 | 2024-02-03T10:11:01.428Z | |
159 | 2024-02-03T10:11:01.428Z | Changed mediators: |
160 | 2024-02-03T10:11:01.428Z | mediator clang: |
161 | 2024-02-03T10:11:01.428Z | version: None -> 15 (system default) |
162 | 2024-02-03T10:11:01.428Z | |
163 | 2024-02-03T10:11:01.429Z | mediator llvm: |
164 | 2024-02-03T10:11:01.429Z | version: 14 (system default) -> 15 (system default) |
165 | 2024-02-03T10:11:01.429Z | |
166 | 2024-02-03T10:11:01.429Z | Changed packages: |
167 | 2024-02-03T10:11:01.429Z | helios-dev |
168 | 2024-02-03T10:11:01.429Z | developer/build-essential |
169 | 2024-02-03T10:11:01.429Z | None -> 11-2.0 |
170 | 2024-02-03T10:11:01.429Z | library/libxmlsec1 |
171 | 2024-02-03T10:11:01.429Z | None -> 1.2.35-2.0 |
172 | 2024-02-03T10:11:01.429Z | ooce/developer/clang-15 |
173 | 2024-02-03T10:11:01.429Z | None -> 15.0.7-2.0 |
174 | 2024-02-03T10:11:01.429Z | ooce/developer/llvm-15 |
175 | 2024-02-03T10:11:01.429Z | None -> 15.0.7-2.0 |
176 | 2024-02-03T10:11:01.430Z | |
177 | 2024-02-03T10:11:01.430Z | Services: |
178 | 2024-02-03T10:11:01.430Z | restart_fmri: |
179 | 2024-02-03T10:11:01.430Z | svc:/system/update-man-index:default |
180 | 2024-02-03T10:11:01.699Z | |
181 | 2024-02-03T10:11:01.699Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
182 | 2024-02-03T10:11:06.706Z | Download: 1259/3290 items 100.6/212.6MB 47% complete (19.9M/s) |
183 | 2024-02-03T10:11:11.705Z | Download: 2902/3290 items 121.2/212.6MB 56% complete (12.2M/s) |
184 | 2024-02-03T10:11:16.927Z | Download: 3280/3290 items 209.7/212.6MB 98% complete (11.2M/s) |
185 | 2024-02-03T10:11:17.558Z | Download: Completed 212.60 MB in 15.86 seconds (13.4M/s) |
186 | 2024-02-03T10:11:17.936Z | Actions: 1/3689 actions (Installing new actions) |
187 | 2024-02-03T10:11:22.948Z | Actions: 2136/3689 actions (Installing new actions) |
188 | 2024-02-03T10:11:25.583Z | Actions: Completed 3689 actions in 7.65 seconds. |
189 | 2024-02-03T10:11:25.728Z | Done (0.138s) |
190 | 2024-02-03T10:11:25.728Z | Done (0.000s) |
191 | 2024-02-03T10:11:26.066Z | Done (0.338s) |
192 | 2024-02-03T10:11:34.299Z | Done (8.090s) |
193 | 2024-02-03T10:11:34.550Z | Done (0.151s) |
194 | 2024-02-03T10:11:34.566Z | Done (0.000s) |
195 | 2024-02-03T10:11:34.801Z | Done (0.000s) |
196 | 2024-02-03T10:11:35.524Z | Planning: Evaluating mediator changes ... Done |
197 | 2024-02-03T10:11:35.806Z | Planning: Checking for conflicting actions ... Done |
198 | 2024-02-03T10:11:35.809Z | Planning: Consolidating action changes ... Done |
199 | 2024-02-03T10:11:36.247Z | Planning: Evaluating mediators ... Done |
200 | 2024-02-03T10:11:36.251Z | Planning: Planning completed in 0.73 seconds |
201 | 2024-02-03T10:11:36.302Z | Mediators to change: 2 |
202 | 2024-02-03T10:11:36.306Z | Create boot environment: No |
203 | 2024-02-03T10:11:36.306Z | Create backup boot environment: No |
204 | 2024-02-03T10:11:36.399Z | Done |
205 | 2024-02-03T10:11:36.399Z | Done |
206 | 2024-02-03T10:11:36.600Z | Done |
207 | 2024-02-03T10:11:42.366Z | Done |
208 | 2024-02-03T10:11:42.488Z | Done |
209 | 2024-02-03T10:11:42.491Z | Done |
210 | 2024-02-03T10:11:42.693Z | Done |
211 | 2024-02-03T10:11:43.703Z | Planning: Evaluating mediator changes ... Done |
212 | 2024-02-03T10:11:43.706Z | Planning: Merging actions ... Done |
213 | 2024-02-03T10:11:44.029Z | Planning: Checking for conflicting actions ... Done |
214 | 2024-02-03T10:11:44.033Z | Planning: Consolidating action changes ... Done |
215 | 2024-02-03T10:11:44.455Z | Planning: Evaluating mediators ... Done |
216 | 2024-02-03T10:11:44.544Z | Planning: Planning completed in 1.29 seconds |
217 | 2024-02-03T10:11:44.599Z | Packages to change: 1 |
218 | 2024-02-03T10:11:44.599Z | Mediators to change: 1 |
219 | 2024-02-03T10:11:44.602Z | Services to change: 1 |
220 | 2024-02-03T10:11:44.602Z | Create boot environment: No |
221 | 2024-02-03T10:11:44.602Z | Create backup boot environment: Yes |
222 | 2024-02-03T10:11:46.551Z | Actions: 1/6 actions (Updating modified actions) |
223 | 2024-02-03T10:11:46.557Z | Actions: Completed 6 actions in 0.00 seconds. |
224 | 2024-02-03T10:11:46.557Z | Done |
225 | 2024-02-03T10:11:46.557Z | Done |
226 | 2024-02-03T10:11:46.629Z | Done |
227 | 2024-02-03T10:11:52.413Z | Done |
228 | 2024-02-03T10:11:52.535Z | Done |
229 | 2024-02-03T10:11:52.539Z | Done |
230 | 2024-02-03T10:11:52.632Z | Done |
231 | 2024-02-03T10:11:53.314Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
232 | 2024-02-03T10:11:53.314Z | clang system 15 system |
233 | 2024-02-03T10:11:53.314Z | csh system system illumos |
234 | 2024-02-03T10:11:53.314Z | ctags system system illumos |
235 | 2024-02-03T10:11:53.315Z | gcc vendor 12 vendor |
236 | 2024-02-03T10:11:53.315Z | gcc system 10 system |
237 | 2024-02-03T10:11:53.315Z | gcc system 7 system |
238 | 2024-02-03T10:11:53.315Z | go system 1.20 system |
239 | 2024-02-03T10:11:53.315Z | go system 1.19 system |
240 | 2024-02-03T10:11:53.315Z | llvm system 15 system |
241 | 2024-02-03T10:11:53.315Z | llvm system 14 system |
242 | 2024-02-03T10:11:53.315Z | mariadb system 10.6 system |
243 | 2024-02-03T10:11:53.315Z | mta vendor vendor dma |
244 | 2024-02-03T10:11:53.315Z | openjdk system 17 system |
245 | 2024-02-03T10:11:53.315Z | openjdk system 11 system |
246 | 2024-02-03T10:11:53.315Z | openjdk system 1.8 system |
247 | 2024-02-03T10:11:53.315Z | openssl vendor 3 vendor |
248 | 2024-02-03T10:11:53.315Z | perl system 5.36 system |
249 | 2024-02-03T10:11:53.315Z | postgresql system 15 system |
250 | 2024-02-03T10:11:53.315Z | postgresql system 13 system |
251 | 2024-02-03T10:11:53.315Z | python vendor 3 vendor |
252 | 2024-02-03T10:11:53.315Z | python system 2 system |
253 | 2024-02-03T10:11:53.315Z | python3 system 3.11 system |
254 | 2024-02-03T10:11:53.315Z | ruby system 3.0 system |
255 | 2024-02-03T10:11:53.315Z | words vendor vendor american-english |
256 | 2024-02-03T10:11:53.315Z | words system system australian-english |
257 | 2024-02-03T10:11:53.315Z | words system system british-english |
258 | 2024-02-03T10:11:53.315Z | words system system canadian-english |
259 | 2024-02-03T10:11:53.316Z | words system system french |
260 | 2024-02-03T10:11:53.316Z | words system system italian |
261 | 2024-02-03T10:11:53.316Z | words system system ngerman |
262 | 2024-02-03T10:11:53.316Z | words system system ogerman |
263 | 2024-02-03T10:11:53.316Z | words system system spanish |
264 | 2024-02-03T10:11:53.851Z | FMRI IFO |
265 | 2024-02-03T10:11:53.851Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
266 | 2024-02-03T10:11:53.851Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
267 | 2024-02-03T10:11:53.851Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
268 | 2024-02-03T10:11:53.851Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
269 | 2024-02-03T10:11:53.851Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
270 | 2024-02-03T10:11:53.852Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
271 | 2024-02-03T10:11:53.852Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
272 | 2024-02-03T10:11:53.852Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
273 | 2024-02-03T10:11:53.929Z | + set -o errexit |
274 | 2024-02-03T10:11:53.932Z | +++ dirname ./tools/ci_download_cockroachdb |
275 | 2024-02-03T10:11:53.932Z | ++ cd ./tools |
276 | 2024-02-03T10:11:53.932Z | ++ pwd |
277 | 2024-02-03T10:11:53.932Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
278 | 2024-02-03T10:11:53.932Z | ++ basename ./tools/ci_download_cockroachdb |
279 | 2024-02-03T10:11:53.936Z | + ARG0=ci_download_cockroachdb |
280 | 2024-02-03T10:11:53.936Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
281 | 2024-02-03T10:11:53.939Z | + CIDL_VERSION=v22.1.9 |
282 | 2024-02-03T10:11:53.939Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
283 | 2024-02-03T10:11:53.939Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
284 | 2024-02-03T10:11:53.939Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
285 | 2024-02-03T10:11:53.939Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
286 | 2024-02-03T10:11:53.939Z | + TARGET_DIR=out |
287 | 2024-02-03T10:11:53.939Z | + DOWNLOAD_DIR=out/downloads |
288 | 2024-02-03T10:11:53.939Z | + DEST_DIR=./out/cockroachdb |
289 | 2024-02-03T10:11:53.939Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
290 | 2024-02-03T10:11:53.940Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
291 | 2024-02-03T10:11:53.940Z | + main |
292 | 2024-02-03T10:11:53.940Z | + [[ 0 != 0 ]] |
293 | 2024-02-03T10:11:53.940Z | + CIDL_OS=solaris2.11 |
294 | 2024-02-03T10:11:53.940Z | + [[ 0 != 0 ]] |
295 | 2024-02-03T10:11:53.940Z | + configure_os solaris2.11 |
296 | 2024-02-03T10:11:53.940Z | + echo 'current directory: /work/oxidecomputer/omicron' |
297 | 2024-02-03T10:11:53.940Z | current directory: /work/oxidecomputer/omicron |
298 | 2024-02-03T10:11:53.940Z | + echo 'configuring based on OS: "solaris2.11"' |
299 | 2024-02-03T10:11:53.940Z | + case "$1" in |
300 | 2024-02-03T10:11:53.940Z | configuring based on OS: "solaris2.11" |
301 | 2024-02-03T10:11:53.940Z | + CIDL_BUILD=illumos |
302 | 2024-02-03T10:11:53.940Z | + CIDL_SUFFIX=tar.gz |
303 | 2024-02-03T10:11:53.940Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
304 | 2024-02-03T10:11:53.940Z | + CIDL_MD5FUNC=do_md5sum |
305 | 2024-02-03T10:11:53.940Z | + CIDL_URL_BASE=https://illumos.org/downloads |
306 | 2024-02-03T10:11:53.940Z | + CIDL_ASSEMBLE=do_assemble_illumos |
307 | 2024-02-03T10:11:53.940Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
308 | 2024-02-03T10:11:53.940Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
309 | 2024-02-03T10:11:53.940Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
310 | 2024-02-03T10:11:53.940Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
311 | 2024-02-03T10:11:53.940Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
312 | 2024-02-03T10:11:53.940Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
313 | 2024-02-03T10:11:53.940Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
314 | 2024-02-03T10:11:53.941Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
315 | 2024-02-03T10:11:53.941Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
316 | 2024-02-03T10:11:53.941Z | + mkdir -p out/downloads |
317 | 2024-02-03T10:11:53.944Z | + mkdir -p ./out/cockroachdb |
318 | 2024-02-03T10:11:53.944Z | + local DO_DOWNLOAD=true |
319 | 2024-02-03T10:11:53.944Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
320 | 2024-02-03T10:11:53.944Z | + '[' true == true ']' |
321 | 2024-02-03T10:11:53.944Z | + echo Downloading... |
322 | 2024-02-03T10:11:53.944Z | Downloading... |
323 | 2024-02-03T10:11:53.944Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
324 | 2024-02-03T10:11:53.944Z | + 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 |
325 | 2024-02-03T10:11:57.383Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
326 | 2024-02-03T10:11:57.386Z | ++ md5sum |
327 | 2024-02-03T10:11:57.386Z | ++ awk '{print $1}' |
328 | 2024-02-03T10:11:57.619Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
329 | 2024-02-03T10:11:57.619Z | + [[ 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 ]] |
330 | 2024-02-03T10:11:57.619Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
331 | 2024-02-03T10:11:57.623Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
332 | 2024-02-03T10:12:01.035Z | + do_assemble_illumos |
333 | 2024-02-03T10:12:01.035Z | + rm -r ./out/cockroachdb |
334 | 2024-02-03T10:12:01.039Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
335 | 2024-02-03T10:12:01.707Z | + ./out/cockroachdb/bin/cockroach version |
336 | 2024-02-03T10:12:02.083Z | Build Tag: v22.1.9-dirty |
337 | 2024-02-03T10:12:02.083Z | Build Time: 2022/10/26 21:17:46 |
338 | 2024-02-03T10:12:02.083Z | Distribution: OSS |
339 | 2024-02-03T10:12:02.083Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
340 | 2024-02-03T10:12:02.083Z | Go Version: go1.17.13 |
341 | 2024-02-03T10:12:02.083Z | C Compiler: gcc 10.3.0 |
342 | 2024-02-03T10:12:02.083Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
343 | 2024-02-03T10:12:02.087Z | Build Type: release |
344 | 2024-02-03T10:12:02.112Z | + set -o errexit |
345 | 2024-02-03T10:12:02.115Z | +++ dirname ./tools/ci_download_clickhouse |
346 | 2024-02-03T10:12:02.119Z | ++ cd ./tools |
347 | 2024-02-03T10:12:02.119Z | ++ pwd |
348 | 2024-02-03T10:12:02.119Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
349 | 2024-02-03T10:12:02.119Z | ++ basename ./tools/ci_download_clickhouse |
350 | 2024-02-03T10:12:02.123Z | + ARG0=ci_download_clickhouse |
351 | 2024-02-03T10:12:02.123Z | + TARGET_DIR=out |
352 | 2024-02-03T10:12:02.123Z | + DOWNLOAD_DIR=out/downloads |
353 | 2024-02-03T10:12:02.123Z | + DEST_DIR=./out/clickhouse |
354 | 2024-02-03T10:12:02.123Z | + CIDL_VERSION=v22.8.9.24 |
355 | 2024-02-03T10:12:02.123Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
356 | 2024-02-03T10:12:02.123Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
357 | 2024-02-03T10:12:02.123Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
358 | 2024-02-03T10:12:02.123Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
359 | 2024-02-03T10:12:02.123Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
360 | 2024-02-03T10:12:02.123Z | + main |
361 | 2024-02-03T10:12:02.123Z | + [[ 0 != 0 ]] |
362 | 2024-02-03T10:12:02.123Z | + CIDL_OS=solaris2.11 |
363 | 2024-02-03T10:12:02.123Z | + [[ 0 != 0 ]] |
364 | 2024-02-03T10:12:02.123Z | + configure_os solaris2.11 |
365 | 2024-02-03T10:12:02.123Z | + echo 'current directory: /work/oxidecomputer/omicron' |
366 | 2024-02-03T10:12:02.123Z | current directory: /work/oxidecomputer/omicron |
367 | 2024-02-03T10:12:02.123Z | + echo 'configuring based on OS: "solaris2.11"' |
368 | 2024-02-03T10:12:02.124Z | configuring based on OS: "solaris2.11" |
369 | 2024-02-03T10:12:02.124Z | + CIDL_DASHREV= |
370 | 2024-02-03T10:12:02.124Z | + case "$1" in |
371 | 2024-02-03T10:12:02.124Z | + CIDL_PLATFORM=illumos |
372 | 2024-02-03T10:12:02.124Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
373 | 2024-02-03T10:12:02.124Z | + CIDL_MD5FUNC=do_md5sum |
374 | 2024-02-03T10:12:02.124Z | + CIDL_DASHREV=-1 |
375 | 2024-02-03T10:12:02.124Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
376 | 2024-02-03T10:12:02.124Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
377 | 2024-02-03T10:12:02.124Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
378 | 2024-02-03T10:12:02.124Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
379 | 2024-02-03T10:12:02.124Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
380 | 2024-02-03T10:12:02.124Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
381 | 2024-02-03T10:12:02.124Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
382 | 2024-02-03T10:12:02.124Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
383 | 2024-02-03T10:12:02.124Z | + mkdir -p out/downloads |
384 | 2024-02-03T10:12:02.129Z | + mkdir -p ./out/clickhouse |
385 | 2024-02-03T10:12:02.129Z | + local DO_DOWNLOAD=true |
386 | 2024-02-03T10:12:02.129Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
387 | 2024-02-03T10:12:02.129Z | + '[' true == true ']' |
388 | 2024-02-03T10:12:02.129Z | + echo Downloading... |
389 | 2024-02-03T10:12:02.129Z | Downloading... |
390 | 2024-02-03T10:12:02.129Z | + 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 |
391 | 2024-02-03T10:12:02.129Z | + 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 |
392 | 2024-02-03T10:12:03.682Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
393 | 2024-02-03T10:12:03.685Z | ++ md5sum |
394 | 2024-02-03T10:12:03.685Z | ++ awk '{print $1}' |
395 | 2024-02-03T10:12:03.944Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
396 | 2024-02-03T10:12:03.944Z | + [[ 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 ]] |
397 | 2024-02-03T10:12:03.944Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
398 | 2024-02-03T10:12:03.948Z | + mkdir -p ./out/clickhouse |
399 | 2024-02-03T10:12:03.948Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
400 | 2024-02-03T10:12:08.790Z | + ./out/clickhouse/clickhouse server --version |
401 | 2024-02-03T10:12:08.842Z | ClickHouse server version 22.8.9.1. |
402 | 2024-02-03T10:12:08.870Z | + set -o errexit |
403 | 2024-02-03T10:12:08.884Z | +++ dirname ./tools/ci_download_console |
404 | 2024-02-03T10:12:08.885Z | ++ cd ./tools |
405 | 2024-02-03T10:12:08.885Z | ++ pwd |
406 | 2024-02-03T10:12:08.885Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
407 | 2024-02-03T10:12:08.885Z | ++ basename ./tools/ci_download_console |
408 | 2024-02-03T10:12:08.885Z | + ARG0=ci_download_console |
409 | 2024-02-03T10:12:08.885Z | + TARGET_DIR=out |
410 | 2024-02-03T10:12:08.885Z | + DOWNLOAD_DIR=out/downloads |
411 | 2024-02-03T10:12:08.885Z | + DEST_DIR=./out/console-assets |
412 | 2024-02-03T10:12:08.885Z | + source /work/oxidecomputer/omicron/tools/console_version |
413 | 2024-02-03T10:12:08.885Z | ++ COMMIT=5bee1f5b468b17b579a0dc0c5aee6a3056146b79 |
414 | 2024-02-03T10:12:08.885Z | ++ SHA2=66e73112327db5f80e32d6865cf150320ae508985cef421459107713287ed4b8 |
415 | 2024-02-03T10:12:08.886Z | + URL=https://dl.oxide.computer/releases/console/5bee1f5b468b17b579a0dc0c5aee6a3056146b79.tar.gz |
416 | 2024-02-03T10:12:08.886Z | + TARBALL_FILE=out/downloads/console.tar.gz |
417 | 2024-02-03T10:12:08.886Z | + main |
418 | 2024-02-03T10:12:08.886Z | + [[ 0 != 0 ]] |
419 | 2024-02-03T10:12:08.886Z | + echo 'URL: https://dl.oxide.computer/releases/console/5bee1f5b468b17b579a0dc0c5aee6a3056146b79.tar.gz' |
420 | 2024-02-03T10:12:08.886Z | URL: https://dl.oxide.computer/releases/console/5bee1f5b468b17b579a0dc0c5aee6a3056146b79.tar.gz |
421 | 2024-02-03T10:12:08.886Z | + echo 'Local file: out/downloads/console.tar.gz' |
422 | 2024-02-03T10:12:08.886Z | Local file: out/downloads/console.tar.gz |
423 | 2024-02-03T10:12:08.886Z | + local DO_DOWNLOAD=true |
424 | 2024-02-03T10:12:08.886Z | + [[ -f out/downloads/console.tar.gz ]] |
425 | 2024-02-03T10:12:08.886Z | + mkdir -p out/downloads |
426 | 2024-02-03T10:12:08.911Z | + '[' true == true ']' |
427 | 2024-02-03T10:12:08.912Z | + echo Downloading... |
428 | 2024-02-03T10:12:08.912Z | Downloading... |
429 | 2024-02-03T10:12:08.912Z | + do_download_curl https://dl.oxide.computer/releases/console/5bee1f5b468b17b579a0dc0c5aee6a3056146b79.tar.gz out/downloads/console.tar.gz |
430 | 2024-02-03T10:12:08.912Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/5bee1f5b468b17b579a0dc0c5aee6a3056146b79.tar.gz |
431 | 2024-02-03T10:12:09.659Z | ++ do_sha256sum out/downloads/console.tar.gz |
432 | 2024-02-03T10:12:09.659Z | ++ case "$OSTYPE" in |
433 | 2024-02-03T10:12:09.659Z | ++ SHA=sha256sum |
434 | 2024-02-03T10:12:09.662Z | ++ sha256sum |
435 | 2024-02-03T10:12:09.662Z | ++ awk '{print $1}' |
436 | 2024-02-03T10:12:09.761Z | + calculated_sha2=66e73112327db5f80e32d6865cf150320ae508985cef421459107713287ed4b8 |
437 | 2024-02-03T10:12:09.761Z | + [[ 66e73112327db5f80e32d6865cf150320ae508985cef421459107713287ed4b8 != \6\6\e\7\3\1\1\2\3\2\7\d\b\5\f\8\0\e\3\2\d\6\8\6\5\c\f\1\5\0\3\2\0\a\e\5\0\8\9\8\5\c\e\f\4\2\1\4\5\9\1\0\7\7\1\3\2\8\7\e\d\4\b\8 ]] |
438 | 2024-02-03T10:12:10.182Z | + rm -rf ./out/console-assets |
439 | 2024-02-03T10:12:10.182Z | + mkdir -p ./out/console-assets |
440 | 2024-02-03T10:12:10.182Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
441 | 2024-02-03T10:12:10.182Z | + mkdir -p ./out/console-assets |
442 | 2024-02-03T10:12:10.182Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
443 | 2024-02-03T10:12:10.186Z | + set -o errexit |
444 | 2024-02-03T10:12:10.186Z | +++ dirname ./tools/ci_download_maghemite_openapi |
445 | 2024-02-03T10:12:10.187Z | ++ cd ./tools |
446 | 2024-02-03T10:12:10.187Z | ++ pwd |
447 | 2024-02-03T10:12:10.187Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
448 | 2024-02-03T10:12:10.187Z | ++ basename ./tools/ci_download_maghemite_openapi |
449 | 2024-02-03T10:12:10.187Z | + ARG0=ci_download_maghemite_openapi |
450 | 2024-02-03T10:12:10.187Z | + TARGET_DIR=out |
451 | 2024-02-03T10:12:10.187Z | + DOWNLOAD_DIR=out/downloads |
452 | 2024-02-03T10:12:10.187Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
453 | 2024-02-03T10:12:10.187Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
454 | 2024-02-03T10:12:10.187Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
455 | 2024-02-03T10:12:10.187Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
456 | 2024-02-03T10:12:10.187Z | + LOCAL_FILE=out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
457 | 2024-02-03T10:12:10.187Z | + main |
458 | 2024-02-03T10:12:10.188Z | + [[ 0 != 0 ]] |
459 | 2024-02-03T10:12:10.188Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json' |
460 | 2024-02-03T10:12:10.188Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
461 | 2024-02-03T10:12:10.188Z | + echo 'Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
462 | 2024-02-03T10:12:10.188Z | + local DO_DOWNLOAD=true |
463 | 2024-02-03T10:12:10.188Z | Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
464 | 2024-02-03T10:12:10.188Z | + [[ -f out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
465 | 2024-02-03T10:12:10.188Z | + mkdir -p out/downloads |
466 | 2024-02-03T10:12:10.188Z | + '[' true == true ']' |
467 | 2024-02-03T10:12:10.188Z | + echo Downloading... |
468 | 2024-02-03T10:12:10.188Z | Downloading... |
469 | 2024-02-03T10:12:10.188Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
470 | 2024-02-03T10:12:10.189Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
471 | 2024-02-03T10:12:10.189Z | ++ do_sha256sum out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
472 | 2024-02-03T10:12:10.189Z | ++ case "$OSTYPE" in |
473 | 2024-02-03T10:12:10.189Z | ++ SHA=sha256sum |
474 | 2024-02-03T10:12:10.189Z | ++ sha256sum |
475 | 2024-02-03T10:12:10.189Z | ++ awk '{print $1}' |
476 | 2024-02-03T10:12:10.189Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
477 | 2024-02-03T10:12:10.189Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
478 | 2024-02-03T10:12:10.189Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
479 | 2024-02-03T10:12:10.189Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
480 | 2024-02-03T10:12:10.189Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
481 | 2024-02-03T10:12:10.190Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
482 | 2024-02-03T10:12:10.190Z | + LOCAL_FILE=out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
483 | 2024-02-03T10:12:10.190Z | + main |
484 | 2024-02-03T10:12:10.190Z | + [[ 0 != 0 ]] |
485 | 2024-02-03T10:12:10.190Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json' |
486 | 2024-02-03T10:12:10.190Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
487 | 2024-02-03T10:12:10.190Z | + echo 'Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
488 | 2024-02-03T10:12:10.190Z | Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
489 | 2024-02-03T10:12:10.190Z | + local DO_DOWNLOAD=true |
490 | 2024-02-03T10:12:10.190Z | + [[ -f out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
491 | 2024-02-03T10:12:10.190Z | + mkdir -p out/downloads |
492 | 2024-02-03T10:12:10.191Z | + '[' true == true ']' |
493 | 2024-02-03T10:12:10.191Z | + echo Downloading... |
494 | 2024-02-03T10:12:10.191Z | Downloading... |
495 | 2024-02-03T10:12:10.191Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
496 | 2024-02-03T10:12:10.191Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
497 | 2024-02-03T10:12:10.268Z | ++ do_sha256sum out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
498 | 2024-02-03T10:12:10.274Z | ++ case "$OSTYPE" in |
499 | 2024-02-03T10:12:10.275Z | ++ SHA=sha256sum |
500 | 2024-02-03T10:12:10.275Z | ++ sha256sum |
501 | 2024-02-03T10:12:10.275Z | ++ awk '{print $1}' |
502 | 2024-02-03T10:12:10.275Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
503 | 2024-02-03T10:12:10.275Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
504 | 2024-02-03T10:12:10.284Z | + set -o errexit |
505 | 2024-02-03T10:12:10.287Z | +++ dirname ./tools/ci_download_dendrite_openapi |
506 | 2024-02-03T10:12:10.290Z | ++ cd ./tools |
507 | 2024-02-03T10:12:10.291Z | ++ pwd |
508 | 2024-02-03T10:12:10.291Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
509 | 2024-02-03T10:12:10.291Z | ++ basename ./tools/ci_download_dendrite_openapi |
510 | 2024-02-03T10:12:10.294Z | + ARG0=ci_download_dendrite_openapi |
511 | 2024-02-03T10:12:10.294Z | + TARGET_DIR=out |
512 | 2024-02-03T10:12:10.294Z | + DOWNLOAD_DIR=out/downloads |
513 | 2024-02-03T10:12:10.294Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
514 | 2024-02-03T10:12:10.294Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
515 | 2024-02-03T10:12:10.294Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
516 | 2024-02-03T10:12:10.294Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
517 | 2024-02-03T10:12:10.294Z | + LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
518 | 2024-02-03T10:12:10.294Z | + main |
519 | 2024-02-03T10:12:10.294Z | + [[ 0 != 0 ]] |
520 | 2024-02-03T10:12:10.294Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json' |
521 | 2024-02-03T10:12:10.294Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
522 | 2024-02-03T10:12:10.294Z | Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
523 | 2024-02-03T10:12:10.294Z | + echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json' |
524 | 2024-02-03T10:12:10.294Z | + local DO_DOWNLOAD=true |
525 | 2024-02-03T10:12:10.294Z | + [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]] |
526 | 2024-02-03T10:12:10.294Z | + mkdir -p out/downloads |
527 | 2024-02-03T10:12:10.299Z | + '[' true == true ']' |
528 | 2024-02-03T10:12:10.299Z | + echo Downloading... |
529 | 2024-02-03T10:12:10.299Z | Downloading... |
530 | 2024-02-03T10:12:10.299Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
531 | 2024-02-03T10:12:10.299Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
532 | 2024-02-03T10:12:10.470Z | ++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
533 | 2024-02-03T10:12:10.477Z | ++ case "$OSTYPE" in |
534 | 2024-02-03T10:12:10.477Z | ++ SHA=sha256sum |
535 | 2024-02-03T10:12:10.477Z | ++ sha256sum |
536 | 2024-02-03T10:12:10.477Z | ++ awk '{print $1}' |
537 | 2024-02-03T10:12:10.480Z | + calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
538 | 2024-02-03T10:12:10.480Z | + [[ e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 != \e\8\f\7\3\a\8\3\d\5\c\6\2\f\7\e\f\c\e\9\9\8\f\8\2\1\a\c\c\8\0\a\9\1\b\7\9\9\5\c\9\5\b\d\9\e\c\2\c\2\2\8\3\7\2\8\2\9\3\1\0\0\9\9 ]] |
539 | 2024-02-03T10:12:10.487Z | + set -o errexit |
540 | 2024-02-03T10:12:10.490Z | +++ dirname ./tools/ci_download_dendrite_stub |
541 | 2024-02-03T10:12:10.493Z | ++ cd ./tools |
542 | 2024-02-03T10:12:10.493Z | ++ pwd |
543 | 2024-02-03T10:12:10.493Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
544 | 2024-02-03T10:12:10.496Z | ++ basename ./tools/ci_download_dendrite_stub |
545 | 2024-02-03T10:12:10.496Z | + ARG0=ci_download_dendrite_stub |
546 | 2024-02-03T10:12:10.496Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
547 | 2024-02-03T10:12:10.496Z | ++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
548 | 2024-02-03T10:12:10.496Z | ++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2 |
549 | 2024-02-03T10:12:10.496Z | ++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f |
550 | 2024-02-03T10:12:10.496Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
551 | 2024-02-03T10:12:10.496Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
552 | 2024-02-03T10:12:10.496Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
553 | 2024-02-03T10:12:10.496Z | + TARGET_DIR=out |
554 | 2024-02-03T10:12:10.496Z | + DOWNLOAD_DIR=out/downloads |
555 | 2024-02-03T10:12:10.497Z | + DEST_DIR=./out/dendrite-stub |
556 | 2024-02-03T10:12:10.497Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
557 | 2024-02-03T10:12:10.497Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
558 | 2024-02-03T10:12:10.497Z | + REPO=oxidecomputer/dendrite |
559 | 2024-02-03T10:12:10.497Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
560 | 2024-02-03T10:12:10.497Z | + main |
561 | 2024-02-03T10:12:10.497Z | + [[ 0 != 0 ]] |
562 | 2024-02-03T10:12:10.497Z | + CIDL_OS=solaris2.11 |
563 | 2024-02-03T10:12:10.497Z | + [[ 0 != 0 ]] |
564 | 2024-02-03T10:12:10.497Z | + configure_os solaris2.11 |
565 | 2024-02-03T10:12:10.497Z | + echo 'current directory: /work/oxidecomputer/omicron' |
566 | 2024-02-03T10:12:10.497Z | current directory: /work/oxidecomputer/omicron |
567 | 2024-02-03T10:12:10.497Z | + echo 'configuring based on OS: "solaris2.11"' |
568 | 2024-02-03T10:12:10.497Z | + case "$1" in |
569 | 2024-02-03T10:12:10.497Z | configuring based on OS: "solaris2.11" |
570 | 2024-02-03T10:12:10.497Z | + SET_BINARIES= |
571 | 2024-02-03T10:12:10.497Z | + CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
572 | 2024-02-03T10:12:10.497Z | + CIDL_SHA256FUNC=do_sha256sum |
573 | 2024-02-03T10:12:10.497Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
574 | 2024-02-03T10:12:10.497Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
575 | 2024-02-03T10:12:10.497Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
576 | 2024-02-03T10:12:10.497Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz' |
577 | 2024-02-03T10:12:10.501Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
578 | 2024-02-03T10:12:10.501Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
579 | 2024-02-03T10:12:10.501Z | Local file: out/downloads/dendrite-stub.tar.gz |
580 | 2024-02-03T10:12:10.501Z | + mkdir -p out/downloads |
581 | 2024-02-03T10:12:10.501Z | + mkdir -p ./out/dendrite-stub |
582 | 2024-02-03T10:12:10.501Z | + fetch_and_verify |
583 | 2024-02-03T10:12:10.501Z | + local DO_DOWNLOAD=true |
584 | 2024-02-03T10:12:10.501Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
585 | 2024-02-03T10:12:10.501Z | + '[' true == true ']' |
586 | 2024-02-03T10:12:10.501Z | + echo Downloading... |
587 | 2024-02-03T10:12:10.501Z | Downloading... |
588 | 2024-02-03T10:12:10.504Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
589 | 2024-02-03T10:12:10.504Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
590 | 2024-02-03T10:12:16.651Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
591 | 2024-02-03T10:12:16.654Z | ++ sha256sum |
592 | 2024-02-03T10:12:16.654Z | ++ awk '{print $1}' |
593 | 2024-02-03T10:12:16.753Z | + calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
594 | 2024-02-03T10:12:16.753Z | + [[ 1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b != \1\e\2\4\5\9\8\b\a\7\7\d\c\0\0\6\8\2\c\d\f\5\4\f\c\3\7\0\6\9\6\e\f\5\a\a\4\9\e\d\5\1\0\a\b\7\f\7\2\f\c\c\9\1\d\6\1\d\6\7\9\e\7\b ]] |
595 | 2024-02-03T10:12:16.756Z | + do_untar out/downloads/dendrite-stub.tar.gz |
596 | 2024-02-03T10:12:16.756Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
597 | 2024-02-03T10:12:17.841Z | + do_assemble |
598 | 2024-02-03T10:12:17.841Z | + rm -r ./out/dendrite-stub |
599 | 2024-02-03T10:12:17.844Z | + mkdir ./out/dendrite-stub |
600 | 2024-02-03T10:12:17.848Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
601 | 2024-02-03T10:12:18.021Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
602 | 2024-02-03T10:12:18.034Z | + set -o errexit |
603 | 2024-02-03T10:12:18.037Z | +++ dirname ./tools/ci_download_maghemite_mgd |
604 | 2024-02-03T10:12:18.040Z | ++ cd ./tools |
605 | 2024-02-03T10:12:18.040Z | ++ pwd |
606 | 2024-02-03T10:12:18.040Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
607 | 2024-02-03T10:12:18.043Z | ++ basename ./tools/ci_download_maghemite_mgd |
608 | 2024-02-03T10:12:18.044Z | + ARG0=ci_download_maghemite_mgd |
609 | 2024-02-03T10:12:18.044Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
610 | 2024-02-03T10:12:18.044Z | ++ CIDL_SHA256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
611 | 2024-02-03T10:12:18.044Z | ++ MGD_LINUX_SHA256=248732202f5102bf0947f5f91871379b6c6945fe387d4272cebe6e08f1b58184 |
612 | 2024-02-03T10:12:18.044Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
613 | 2024-02-03T10:12:18.044Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
614 | 2024-02-03T10:12:18.044Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
615 | 2024-02-03T10:12:18.044Z | + TARGET_DIR=out |
616 | 2024-02-03T10:12:18.044Z | + DOWNLOAD_DIR=out/downloads |
617 | 2024-02-03T10:12:18.044Z | + DEST_DIR=./out/mgd |
618 | 2024-02-03T10:12:18.044Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
619 | 2024-02-03T10:12:18.044Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
620 | 2024-02-03T10:12:18.044Z | + REPO=oxidecomputer/maghemite |
621 | 2024-02-03T10:12:18.044Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03 |
622 | 2024-02-03T10:12:18.044Z | + main |
623 | 2024-02-03T10:12:18.044Z | + [[ 0 != 0 ]] |
624 | 2024-02-03T10:12:18.044Z | + CIDL_OS=solaris2.11 |
625 | 2024-02-03T10:12:18.044Z | + [[ 0 != 0 ]] |
626 | 2024-02-03T10:12:18.044Z | + configure_os solaris2.11 |
627 | 2024-02-03T10:12:18.044Z | + echo 'current directory: /work/oxidecomputer/omicron' |
628 | 2024-02-03T10:12:18.044Z | current directory: /work/oxidecomputer/omicron |
629 | 2024-02-03T10:12:18.044Z | + echo 'configuring based on OS: "solaris2.11"' |
630 | 2024-02-03T10:12:18.044Z | + case "$1" in |
631 | 2024-02-03T10:12:18.045Z | configuring based on OS: "solaris2.11" |
632 | 2024-02-03T10:12:18.045Z | + SET_BINARIES= |
633 | 2024-02-03T10:12:18.045Z | + CIDL_SHA256FUNC=do_sha256sum |
634 | 2024-02-03T10:12:18.045Z | + TARBALL_FILENAME=mgd.tar.gz |
635 | 2024-02-03T10:12:18.045Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
636 | 2024-02-03T10:12:18.045Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
637 | 2024-02-03T10:12:18.045Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz' |
638 | 2024-02-03T10:12:18.045Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
639 | 2024-02-03T10:12:18.045Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
640 | 2024-02-03T10:12:18.045Z | Local file: out/downloads/mgd.tar.gz |
641 | 2024-02-03T10:12:18.045Z | + mkdir -p out/downloads |
642 | 2024-02-03T10:12:18.048Z | + mkdir -p ./out/mgd |
643 | 2024-02-03T10:12:18.048Z | + fetch_and_verify |
644 | 2024-02-03T10:12:18.051Z | + local DO_DOWNLOAD=true |
645 | 2024-02-03T10:12:18.051Z | + [[ -f out/downloads/mgd.tar.gz ]] |
646 | 2024-02-03T10:12:18.051Z | + '[' true == true ']' |
647 | 2024-02-03T10:12:18.051Z | + echo Downloading... |
648 | 2024-02-03T10:12:18.051Z | Downloading... |
649 | 2024-02-03T10:12:18.051Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz out/downloads/mgd.tar.gz |
650 | 2024-02-03T10:12:18.051Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
651 | 2024-02-03T10:12:22.119Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
652 | 2024-02-03T10:12:22.125Z | ++ sha256sum |
653 | 2024-02-03T10:12:22.125Z | ++ awk '{print $1}' |
654 | 2024-02-03T10:12:22.270Z | + calculated_sha256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
655 | 2024-02-03T10:12:22.270Z | + [[ 2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 != \2\c\5\4\1\4\6\a\1\3\3\b\5\f\1\2\5\8\7\d\9\f\b\8\9\f\8\5\e\f\0\a\0\c\a\6\2\7\8\e\f\c\8\c\6\f\e\4\8\5\9\7\8\2\e\8\8\6\e\6\c\7\7\4 ]] |
656 | 2024-02-03T10:12:22.275Z | + do_untar out/downloads/mgd.tar.gz |
657 | 2024-02-03T10:12:22.275Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
658 | 2024-02-03T10:12:22.873Z | + do_assemble |
659 | 2024-02-03T10:12:22.873Z | + rm -r ./out/mgd |
660 | 2024-02-03T10:12:22.876Z | + mkdir ./out/mgd |
661 | 2024-02-03T10:12:22.879Z | + cp -r out/downloads/root ./out/mgd/root |
662 | 2024-02-03T10:12:23.107Z | + set -o errexit |
663 | 2024-02-03T10:12:23.113Z | +++ dirname ./tools/ci_download_transceiver_control |
664 | 2024-02-03T10:12:23.117Z | ++ cd ./tools |
665 | 2024-02-03T10:12:23.117Z | ++ pwd |
666 | 2024-02-03T10:12:23.117Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
667 | 2024-02-03T10:12:23.117Z | ++ basename ./tools/ci_download_transceiver_control |
668 | 2024-02-03T10:12:23.117Z | + ARG0=ci_download_transceiver_control |
669 | 2024-02-03T10:12:23.117Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
670 | 2024-02-03T10:12:23.117Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
671 | 2024-02-03T10:12:23.117Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
672 | 2024-02-03T10:12:23.117Z | + TARGET_DIR=out |
673 | 2024-02-03T10:12:23.117Z | + DOWNLOAD_DIR=out/downloads |
674 | 2024-02-03T10:12:23.117Z | + DEST_DIR=./out/transceiver-control |
675 | 2024-02-03T10:12:23.117Z | + BIN_DIR=/opt/oxide/bin |
676 | 2024-02-03T10:12:23.117Z | + BINARY=xcvradm |
677 | 2024-02-03T10:12:23.117Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
678 | 2024-02-03T10:12:23.117Z | + REPO=oxidecomputer/transceiver-control |
679 | 2024-02-03T10:12:23.117Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
680 | 2024-02-03T10:12:23.117Z | + main |
681 | 2024-02-03T10:12:23.117Z | + [[ 0 != 0 ]] |
682 | 2024-02-03T10:12:23.117Z | + CIDL_OS=solaris2.11 |
683 | 2024-02-03T10:12:23.117Z | + [[ 0 != 0 ]] |
684 | 2024-02-03T10:12:23.117Z | + configure_os solaris2.11 |
685 | 2024-02-03T10:12:23.118Z | + echo 'current directory: /work/oxidecomputer/omicron' |
686 | 2024-02-03T10:12:23.118Z | current directory: /work/oxidecomputer/omicron |
687 | 2024-02-03T10:12:23.118Z | + echo 'configuring based on OS: "solaris2.11"' |
688 | 2024-02-03T10:12:23.118Z | configuring based on OS: "solaris2.11" |
689 | 2024-02-03T10:12:23.118Z | + case "$1" in |
690 | 2024-02-03T10:12:23.118Z | + SET_BINARIES= |
691 | 2024-02-03T10:12:23.118Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
692 | 2024-02-03T10:12:23.118Z | + CIDL_SHA256FUNC=do_sha256sum |
693 | 2024-02-03T10:12:23.118Z | + ARCHIVE_FILENAME=xcvradm.gz |
694 | 2024-02-03T10:12:23.118Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
695 | 2024-02-03T10:12:23.118Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
696 | 2024-02-03T10:12:23.118Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
697 | 2024-02-03T10:12:23.118Z | + echo 'Local file: out/downloads/xcvradm.gz' |
698 | 2024-02-03T10:12:23.118Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
699 | 2024-02-03T10:12:23.118Z | Local file: out/downloads/xcvradm.gz |
700 | 2024-02-03T10:12:23.118Z | + mkdir -p out/downloads |
701 | 2024-02-03T10:12:23.121Z | + mkdir -p ./out/transceiver-control |
702 | 2024-02-03T10:12:23.121Z | + fetch_and_verify |
703 | 2024-02-03T10:12:23.121Z | + local DO_DOWNLOAD=true |
704 | 2024-02-03T10:12:23.122Z | + [[ -f out/downloads/xcvradm.gz ]] |
705 | 2024-02-03T10:12:23.122Z | + '[' true == true ']' |
706 | 2024-02-03T10:12:23.122Z | + echo Downloading... |
707 | 2024-02-03T10:12:23.122Z | Downloading... |
708 | 2024-02-03T10:12:23.122Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
709 | 2024-02-03T10:12:23.122Z | + 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 |
710 | 2024-02-03T10:12:25.068Z | ++ do_sha256sum out/downloads/xcvradm.gz |
711 | 2024-02-03T10:12:25.071Z | ++ sha256sum |
712 | 2024-02-03T10:12:25.071Z | ++ awk '{print $1}' |
713 | 2024-02-03T10:12:25.092Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
714 | 2024-02-03T10:12:25.092Z | + [[ 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 ]] |
715 | 2024-02-03T10:12:25.095Z | + do_unpack out/downloads/xcvradm.gz |
716 | 2024-02-03T10:12:25.095Z | + mkdir -p out/downloads/root//opt/oxide/bin |
717 | 2024-02-03T10:12:25.095Z | + gzip -dc out/downloads/xcvradm.gz |
718 | 2024-02-03T10:12:25.277Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
719 | 2024-02-03T10:12:25.281Z | + do_assemble |
720 | 2024-02-03T10:12:25.281Z | + rm -r ./out/transceiver-control |
721 | 2024-02-03T10:12:25.285Z | + mkdir ./out/transceiver-control |
722 | 2024-02-03T10:12:25.299Z | + cp -r out/downloads/root ./out/transceiver-control/root |
723 | 2024-02-03T10:12:25.730Z | All builder prerequisites installed successfully, and PATH looks valid |
724 | 2024-02-03T10:12:25.733Z | |
725 | 2024-02-03T10:12:25.733Z | real 1:52.229408915 |
726 | 2024-02-03T10:12:25.733Z | user 51.895173931 |
727 | 2024-02-03T10:12:25.733Z | sys 10.371350180 |
728 | 2024-02-03T10:12:25.733Z | trap 0.022843176 |
729 | 2024-02-03T10:12:25.733Z | tflt 0.247410042 |
730 | 2024-02-03T10:12:25.733Z | dflt 0.532729169 |
731 | 2024-02-03T10:12:25.733Z | kflt 0.239424462 |
732 | 2024-02-03T10:12:25.733Z | lock 2.540095861 |
733 | 2024-02-03T10:12:25.734Z | slp 3:22.208647444 |
734 | 2024-02-03T10:12:25.734Z | lat 3.558849892 |
735 | 2024-02-03T10:12:25.734Z | stop 0.080782095 |
736 | 2024-02-03T10:12:25.737Z | |
737 | 2024-02-03T10:12:25.737Z | ##### # # # # ##### |
738 | 2024-02-03T10:12:25.737Z | # # # # # # # # |
739 | 2024-02-03T10:12:25.737Z | ##### # # # # # # |
740 | 2024-02-03T10:12:25.737Z | # # # # # # # # |
741 | 2024-02-03T10:12:25.737Z | # # # # # # # # |
742 | 2024-02-03T10:12:25.737Z | ##### #### # ###### ##### |
743 | 2024-02-03T10:12:25.737Z | |
744 | 2024-02-03T10:12:26.090Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
745 | 2024-02-03T10:12:26.437Z | Updating crates.io index |
746 | 2024-02-03T10:12:26.452Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
747 | 2024-02-03T10:12:27.376Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
748 | 2024-02-03T10:12:29.888Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
749 | 2024-02-03T10:12:30.457Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
750 | 2024-02-03T10:12:30.797Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
751 | 2024-02-03T10:12:31.072Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
752 | 2024-02-03T10:12:31.362Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
753 | 2024-02-03T10:12:32.350Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
754 | 2024-02-03T10:12:34.926Z | Updating git repository `https://github.com/oxidecomputer/opte` |
755 | 2024-02-03T10:12:35.969Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
756 | 2024-02-03T10:12:36.344Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
757 | 2024-02-03T10:12:36.935Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
758 | 2024-02-03T10:12:37.400Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
759 | 2024-02-03T10:12:37.683Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
760 | 2024-02-03T10:12:37.991Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
761 | 2024-02-03T10:12:38.365Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
762 | 2024-02-03T10:12:38.864Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
763 | 2024-02-03T10:12:39.312Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
764 | 2024-02-03T10:12:39.814Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
765 | 2024-02-03T10:12:40.203Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
766 | 2024-02-03T10:12:40.653Z | Updating git repository `https://github.com/jgallagher/nix` |
767 | 2024-02-03T10:12:42.070Z | Updating git repository `https://github.com/cbiffle/hubpack` |
768 | 2024-02-03T10:12:42.466Z | Updating git repository `https://github.com/oxidecomputer/typify` |
769 | 2024-02-03T10:12:44.294Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
770 | 2024-02-03T10:12:44.653Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
771 | 2024-02-03T10:12:44.962Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
772 | 2024-02-03T10:12:47.077Z | Downloading crates ... |
773 | 2024-02-03T10:12:47.357Z | Downloaded clap_derive v4.4.2 |
774 | 2024-02-03T10:12:47.377Z | Downloaded httpdate v1.0.3 |
775 | 2024-02-03T10:12:47.381Z | Downloaded colorchoice v1.0.0 |
776 | 2024-02-03T10:12:47.384Z | Downloaded ciborium-io v0.2.2 |
777 | 2024-02-03T10:12:47.387Z | Downloaded http-range v0.1.5 |
778 | 2024-02-03T10:12:47.391Z | Downloaded http-body v1.0.0 |
779 | 2024-02-03T10:12:47.393Z | Downloaded adler v1.0.2 |
780 | 2024-02-03T10:12:47.400Z | Downloaded http-body v0.4.5 |
781 | 2024-02-03T10:12:47.403Z | Downloaded block-padding v0.3.3 |
782 | 2024-02-03T10:12:47.410Z | Downloaded ident_case v1.0.1 |
783 | 2024-02-03T10:12:47.414Z | Downloaded assert_matches v1.5.0 |
784 | 2024-02-03T10:12:47.418Z | Downloaded is_ci v1.1.1 |
785 | 2024-02-03T10:12:47.424Z | Downloaded signal-hook-tokio v0.3.1 |
786 | 2024-02-03T10:12:47.429Z | Downloaded arrayref v0.3.7 |
787 | 2024-02-03T10:12:47.433Z | Downloaded anstyle v1.0.2 |
788 | 2024-02-03T10:12:47.437Z | Downloaded rtoolbox v0.0.1 |
789 | 2024-02-03T10:12:47.441Z | Downloaded atomicwrites v0.4.3 |
790 | 2024-02-03T10:12:47.450Z | Downloaded tabled_derive v0.7.0 |
791 | 2024-02-03T10:12:47.453Z | Downloaded slog-async v2.8.0 |
792 | 2024-02-03T10:12:47.456Z | Downloaded atty v0.2.14 |
793 | 2024-02-03T10:12:47.458Z | Downloaded base16ct v0.2.0 |
794 | 2024-02-03T10:12:47.461Z | Downloaded structmeta-derive v0.2.0 |
795 | 2024-02-03T10:12:47.465Z | Downloaded snafu-derive v0.7.5 |
796 | 2024-02-03T10:12:47.473Z | Downloaded async-stream v0.3.5 |
797 | 2024-02-03T10:12:47.476Z | Downloaded slog-bunyan v2.5.0 |
798 | 2024-02-03T10:12:47.481Z | Downloaded synstructure v0.12.6 |
799 | 2024-02-03T10:12:47.485Z | Downloaded fxhash v0.2.1 |
800 | 2024-02-03T10:12:47.491Z | Downloaded async-recursion v1.0.5 |
801 | 2024-02-03T10:12:47.497Z | Downloaded is-terminal v0.4.9 |
802 | 2024-02-03T10:12:47.500Z | Downloaded clap v4.4.3 |
803 | 2024-02-03T10:12:47.525Z | Downloaded precomputed-hash v0.1.1 |
804 | 2024-02-03T10:12:47.530Z | Downloaded headers-core v0.2.0 |
805 | 2024-02-03T10:12:47.533Z | Downloaded bitflags v1.3.2 |
806 | 2024-02-03T10:12:47.539Z | Downloaded ascii-canvas v3.0.0 |
807 | 2024-02-03T10:12:47.542Z | Downloaded kstat-rs v0.2.3 |
808 | 2024-02-03T10:12:47.546Z | Downloaded bytecount v0.6.3 |
809 | 2024-02-03T10:12:47.551Z | Downloaded libsw v3.3.1 |
810 | 2024-02-03T10:12:47.556Z | Downloaded globset v0.4.13 |
811 | 2024-02-03T10:12:47.560Z | Downloaded smallvec v0.6.14 |
812 | 2024-02-03T10:12:47.564Z | Downloaded hash32 v0.2.1 |
813 | 2024-02-03T10:12:47.568Z | Downloaded cargo_metadata v0.18.1 |
814 | 2024-02-03T10:12:47.576Z | Downloaded hash32 v0.3.1 |
815 | 2024-02-03T10:12:47.579Z | Downloaded base64ct v1.6.0 |
816 | 2024-02-03T10:12:47.583Z | Downloaded lalrpop-util v0.19.12 |
817 | 2024-02-03T10:12:47.586Z | Downloaded highway v1.1.0 |
818 | 2024-02-03T10:12:47.590Z | Downloaded macaddr v1.0.1 |
819 | 2024-02-03T10:12:47.593Z | Downloaded lru-cache v0.1.2 |
820 | 2024-02-03T10:12:47.597Z | Downloaded hex v0.4.3 |
821 | 2024-02-03T10:12:47.600Z | Downloaded buf-list v1.0.3 |
822 | 2024-02-03T10:12:47.606Z | Downloaded lazycell v1.3.0 |
823 | 2024-02-03T10:12:47.609Z | Downloaded lock_api v0.4.10 |
824 | 2024-02-03T10:12:47.613Z | Downloaded hostname v0.3.1 |
825 | 2024-02-03T10:12:47.617Z | Downloaded num_threads v0.1.6 |
826 | 2024-02-03T10:12:47.621Z | Downloaded crunchy v0.2.2 |
827 | 2024-02-03T10:12:47.624Z | Downloaded pretty-hex v0.2.1 |
828 | 2024-02-03T10:12:47.627Z | Downloaded thiserror-impl-no-std v2.0.2 |
829 | 2024-02-03T10:12:47.632Z | Downloaded quote v1.0.35 |
830 | 2024-02-03T10:12:47.635Z | Downloaded proc-macro-error v1.0.4 |
831 | 2024-02-03T10:12:47.643Z | Downloaded ciborium v0.2.2 |
832 | 2024-02-03T10:12:47.649Z | Downloaded httparse v1.8.0 |
833 | 2024-02-03T10:12:47.653Z | Downloaded tinytemplate v1.2.1 |
834 | 2024-02-03T10:12:47.656Z | Downloaded blake2 v0.10.6 |
835 | 2024-02-03T10:12:47.661Z | Downloaded ahash v0.8.6 |
836 | 2024-02-03T10:12:47.667Z | Downloaded defmt-parser v0.3.3 |
837 | 2024-02-03T10:12:47.670Z | Downloaded pretty-hex v0.4.1 |
838 | 2024-02-03T10:12:47.672Z | Downloaded pbkdf2 v0.12.2 |
839 | 2024-02-03T10:12:47.675Z | Downloaded pbkdf2 v0.11.0 |
840 | 2024-02-03T10:12:47.679Z | Downloaded tinyvec_macros v0.1.1 |
841 | 2024-02-03T10:12:47.682Z | Downloaded vec_map v0.8.2 |
842 | 2024-02-03T10:12:47.685Z | Downloaded dof v0.3.0 |
843 | 2024-02-03T10:12:47.691Z | Downloaded dof v0.1.5 |
844 | 2024-02-03T10:12:47.693Z | Downloaded getrandom v0.2.10 |
845 | 2024-02-03T10:12:47.696Z | Downloaded hyper-util v0.1.2 |
846 | 2024-02-03T10:12:47.701Z | Downloaded pathdiff v0.2.1 |
847 | 2024-02-03T10:12:47.704Z | Downloaded cstr-argument v0.1.2 |
848 | 2024-02-03T10:12:47.707Z | Downloaded rustc_version v0.4.0 |
849 | 2024-02-03T10:12:47.710Z | Downloaded signature v1.6.4 |
850 | 2024-02-03T10:12:47.713Z | Downloaded ref-cast v1.0.20 |
851 | 2024-02-03T10:12:47.716Z | Downloaded usdt-macro v0.5.0 |
852 | 2024-02-03T10:12:47.720Z | Downloaded openssl-probe v0.1.5 |
853 | 2024-02-03T10:12:47.724Z | Downloaded openssl-macros v0.1.1 |
854 | 2024-02-03T10:12:47.724Z | Downloaded rusty-fork v0.3.0 |
855 | 2024-02-03T10:12:47.726Z | Downloaded crossbeam-deque v0.8.3 |
856 | 2024-02-03T10:12:47.732Z | Downloaded rustls-pki-types v1.1.0 |
857 | 2024-02-03T10:12:47.735Z | Downloaded diesel_table_macro_syntax v0.1.0 |
858 | 2024-02-03T10:12:47.735Z | Downloaded ref-cast-impl v1.0.20 |
859 | 2024-02-03T10:12:47.737Z | Downloaded num-integer v0.1.45 |
860 | 2024-02-03T10:12:47.740Z | Downloaded unarray v0.1.4 |
861 | 2024-02-03T10:12:47.743Z | Downloaded http v1.0.0 |
862 | 2024-02-03T10:12:47.749Z | Downloaded scroll_derive v0.12.0 |
863 | 2024-02-03T10:12:47.752Z | Downloaded tempdir v0.3.7 |
864 | 2024-02-03T10:12:47.755Z | Downloaded strsim v0.10.0 |
865 | 2024-02-03T10:12:47.758Z | Downloaded multer v3.0.0 |
866 | 2024-02-03T10:12:47.761Z | Downloaded rsa v0.9.2 |
867 | 2024-02-03T10:12:47.771Z | Downloaded tokio-tungstenite v0.20.1 |
868 | 2024-02-03T10:12:47.775Z | Downloaded derive_builder_macro v0.12.0 |
869 | 2024-02-03T10:12:47.778Z | Downloaded memoffset v0.7.1 |
870 | 2024-02-03T10:12:47.781Z | Downloaded foreign-types-macros v0.2.3 |
871 | 2024-02-03T10:12:47.784Z | Downloaded endian-type v0.1.2 |
872 | 2024-02-03T10:12:47.784Z | Downloaded crypto-common v0.1.6 |
873 | 2024-02-03T10:12:47.787Z | Downloaded doc-comment v0.3.3 |
874 | 2024-02-03T10:12:47.787Z | Downloaded usdt-macro v0.3.5 |
875 | 2024-02-03T10:12:47.793Z | Downloaded stability v0.1.1 |
876 | 2024-02-03T10:12:47.795Z | Downloaded rand_core v0.6.4 |
877 | 2024-02-03T10:12:47.796Z | Downloaded zip v0.6.6 |
878 | 2024-02-03T10:12:47.806Z | Downloaded futures-executor v0.3.30 |
879 | 2024-02-03T10:12:47.809Z | Downloaded predicates v3.1.0 |
880 | 2024-02-03T10:12:47.812Z | Downloaded serde-big-array v0.5.1 |
881 | 2024-02-03T10:12:47.815Z | Downloaded zerocopy-derive v0.7.32 |
882 | 2024-02-03T10:12:47.823Z | Downloaded rand_chacha v0.3.1 |
883 | 2024-02-03T10:12:47.826Z | Downloaded swrite v0.1.0 |
884 | 2024-02-03T10:12:47.828Z | Downloaded usdt-attr-macro v0.5.0 |
885 | 2024-02-03T10:12:47.831Z | Downloaded usdt-attr-macro v0.3.5 |
886 | 2024-02-03T10:12:47.831Z | Downloaded miniz_oxide v0.7.1 |
887 | 2024-02-03T10:12:47.836Z | Downloaded relative-path v1.9.0 |
888 | 2024-02-03T10:12:47.839Z | Downloaded papergrid v0.11.0 |
889 | 2024-02-03T10:12:47.849Z | Downloaded futures-sink v0.3.30 |
890 | 2024-02-03T10:12:47.852Z | Downloaded newtype_derive v0.1.6 |
891 | 2024-02-03T10:12:47.854Z | Downloaded enum-as-inner v0.5.1 |
892 | 2024-02-03T10:12:47.857Z | Downloaded pkcs1 v0.7.5 |
893 | 2024-02-03T10:12:47.862Z | Downloaded threadpool v1.8.1 |
894 | 2024-02-03T10:12:47.864Z | Downloaded ppv-lite86 v0.2.17 |
895 | 2024-02-03T10:12:47.870Z | Downloaded futures-channel v0.3.30 |
896 | 2024-02-03T10:12:47.873Z | Downloaded fastrand v2.0.0 |
897 | 2024-02-03T10:12:47.873Z | Downloaded fallible-iterator v0.2.0 |
898 | 2024-02-03T10:12:47.876Z | Downloaded trybuild v1.0.89 |
899 | 2024-02-03T10:12:47.885Z | Downloaded toolchain_find v0.2.0 |
900 | 2024-02-03T10:12:47.888Z | Downloaded waitgroup v0.1.2 |
901 | 2024-02-03T10:12:47.891Z | Downloaded md5 v0.7.0 |
902 | 2024-02-03T10:12:47.892Z | Downloaded usdt-impl v0.3.5 |
903 | 2024-02-03T10:12:47.895Z | Downloaded termcolor v1.2.0 |
904 | 2024-02-03T10:12:47.898Z | Downloaded tap v1.0.1 |
905 | 2024-02-03T10:12:47.900Z | Downloaded usdt v0.5.0 |
906 | 2024-02-03T10:12:47.903Z | Downloaded smawk v0.3.1 |
907 | 2024-02-03T10:12:47.906Z | Downloaded digest v0.10.7 |
908 | 2024-02-03T10:12:47.909Z | Downloaded slab v0.4.9 |
909 | 2024-02-03T10:12:47.912Z | Downloaded path-slash v0.1.5 |
910 | 2024-02-03T10:12:47.915Z | Downloaded sqlparser_derive v0.2.2 |
911 | 2024-02-03T10:12:47.917Z | Downloaded similar-asserts v1.5.0 |
912 | 2024-02-03T10:12:47.923Z | Downloaded chacha20 v0.9.1 |
913 | 2024-02-03T10:12:47.926Z | Downloaded spki v0.7.2 |
914 | 2024-02-03T10:12:47.929Z | Downloaded try-lock v0.2.4 |
915 | 2024-02-03T10:12:47.929Z | Downloaded textwrap v0.16.0 |
916 | 2024-02-03T10:12:47.933Z | Downloaded der v0.7.8 |
917 | 2024-02-03T10:12:47.944Z | Downloaded packed_struct_codegen v0.10.1 |
918 | 2024-02-03T10:12:47.947Z | Downloaded matches v0.1.10 |
919 | 2024-02-03T10:12:47.950Z | Downloaded untrusted v0.9.0 |
920 | 2024-02-03T10:12:47.963Z | Downloaded unicode-width v0.1.11 |
921 | 2024-02-03T10:12:47.963Z | Downloaded schemars_derive v0.8.16 |
922 | 2024-02-03T10:12:47.963Z | Downloaded derive_more v0.99.17 |
923 | 2024-02-03T10:12:47.969Z | Downloaded display-error-chain v0.2.0 |
924 | 2024-02-03T10:12:47.972Z | Downloaded env_logger v0.10.0 |
925 | 2024-02-03T10:12:47.977Z | Downloaded fixedbitset v0.4.2 |
926 | 2024-02-03T10:12:47.980Z | Downloaded parse-size v1.0.0 |
927 | 2024-02-03T10:12:47.984Z | Downloaded pest_generator v2.7.6 |
928 | 2024-02-03T10:12:47.987Z | Downloaded spin v0.9.8 |
929 | 2024-02-03T10:12:47.992Z | Downloaded parking_lot_core v0.9.8 |
930 | 2024-02-03T10:12:47.995Z | Downloaded oorandom v11.1.3 |
931 | 2024-02-03T10:12:47.998Z | Downloaded libtest-mimic v0.6.1 |
932 | 2024-02-03T10:12:48.001Z | Downloaded libm v0.2.7 |
933 | 2024-02-03T10:12:48.018Z | Downloaded curve25519-dalek-derive v0.1.0 |
934 | 2024-02-03T10:12:48.021Z | Downloaded option-ext v0.2.0 |
935 | 2024-02-03T10:12:48.024Z | Downloaded peeking_take_while v0.1.2 |
936 | 2024-02-03T10:12:48.024Z | Downloaded foreign-types v0.5.0 |
937 | 2024-02-03T10:12:48.026Z | Downloaded plotters-svg v0.3.5 |
938 | 2024-02-03T10:12:48.030Z | Downloaded funty v2.0.0 |
939 | 2024-02-03T10:12:48.030Z | Downloaded unicode-ident v1.0.12 |
940 | 2024-02-03T10:12:48.035Z | Downloaded dirs-next v2.0.0 |
941 | 2024-02-03T10:12:48.038Z | Downloaded dirs-sys v0.4.1 |
942 | 2024-02-03T10:12:48.041Z | Downloaded xattr v1.0.1 |
943 | 2024-02-03T10:12:48.044Z | Downloaded time-core v0.1.1 |
944 | 2024-02-03T10:12:48.047Z | Downloaded whoami v1.4.1 |
945 | 2024-02-03T10:12:48.050Z | Downloaded pem-rfc7468 v0.7.0 |
946 | 2024-02-03T10:12:48.056Z | Downloaded tower-service v0.3.2 |
947 | 2024-02-03T10:12:48.059Z | Downloaded rustfmt-wrapper v0.2.0 |
948 | 2024-02-03T10:12:48.059Z | Downloaded zeroize_derive v1.4.2 |
949 | 2024-02-03T10:12:48.059Z | Downloaded strum_macros v0.24.3 |
950 | 2024-02-03T10:12:48.063Z | Downloaded serde_spanned v0.6.5 |
951 | 2024-02-03T10:12:48.066Z | Downloaded parking_lot v0.12.1 |
952 | 2024-02-03T10:12:48.070Z | Downloaded sha1 v0.10.6 |
953 | 2024-02-03T10:12:48.073Z | Downloaded native-tls v0.2.11 |
954 | 2024-02-03T10:12:48.077Z | Downloaded predicates-core v1.0.6 |
955 | 2024-02-03T10:12:48.080Z | Downloaded uuid v1.7.0 |
956 | 2024-02-03T10:12:48.084Z | Downloaded rand v0.4.6 |
957 | 2024-02-03T10:12:48.091Z | Downloaded crossbeam-queue v0.3.8 |
958 | 2024-02-03T10:12:48.095Z | Downloaded equivalent v1.0.1 |
959 | 2024-02-03T10:12:48.098Z | Downloaded embedded-io v0.4.0 |
960 | 2024-02-03T10:12:48.101Z | Downloaded iana-time-zone v0.1.57 |
961 | 2024-02-03T10:12:48.109Z | Downloaded ff v0.13.0 |
962 | 2024-02-03T10:12:48.112Z | Downloaded derive_builder_core v0.12.0 |
963 | 2024-02-03T10:12:48.114Z | Downloaded foreign-types-shared v0.1.1 |
964 | 2024-02-03T10:12:48.114Z | Downloaded unsafe-libyaml v0.2.10 |
965 | 2024-02-03T10:12:48.120Z | Downloaded rustversion v1.0.14 |
966 | 2024-02-03T10:12:48.125Z | Downloaded oso-derive v0.27.0 |
967 | 2024-02-03T10:12:48.128Z | Downloaded r2d2 v0.8.10 |
968 | 2024-02-03T10:12:48.131Z | Downloaded hex-literal v0.4.1 |
969 | 2024-02-03T10:12:48.134Z | Downloaded rand_xorshift v0.3.0 |
970 | 2024-02-03T10:12:48.134Z | Downloaded tar v0.4.40 |
971 | 2024-02-03T10:12:48.139Z | Downloaded io-lifetimes v1.0.11 |
972 | 2024-02-03T10:12:48.143Z | Downloaded slog v2.7.0 |
973 | 2024-02-03T10:12:48.149Z | Downloaded cast v0.3.0 |
974 | 2024-02-03T10:12:48.152Z | Downloaded scroll v0.12.0 |
975 | 2024-02-03T10:12:48.155Z | Downloaded zone_cfg_derive v0.3.0 |
976 | 2024-02-03T10:12:48.158Z | Downloaded parking_lot_core v0.8.6 |
977 | 2024-02-03T10:12:48.161Z | Downloaded darling v0.14.4 |
978 | 2024-02-03T10:12:48.166Z | Downloaded want v0.3.1 |
979 | 2024-02-03T10:12:48.169Z | Downloaded phf_shared v0.10.0 |
980 | 2024-02-03T10:12:48.172Z | Downloaded phf v0.11.2 |
981 | 2024-02-03T10:12:48.177Z | Downloaded plotters-backend v0.3.5 |
982 | 2024-02-03T10:12:48.177Z | Downloaded blake3 v1.5.0 |
983 | 2024-02-03T10:12:48.189Z | Downloaded parse-display v0.8.2 |
984 | 2024-02-03T10:12:48.192Z | Downloaded crossbeam-epoch v0.9.15 |
985 | 2024-02-03T10:12:48.195Z | Downloaded yansi v0.5.1 |
986 | 2024-02-03T10:12:48.198Z | Downloaded rand_core v0.5.1 |
987 | 2024-02-03T10:12:48.201Z | Downloaded ed25519 v1.5.3 |
988 | 2024-02-03T10:12:48.204Z | Downloaded der_derive v0.7.2 |
989 | 2024-02-03T10:12:48.207Z | Downloaded serde_yaml v0.9.25 |
990 | 2024-02-03T10:12:48.213Z | Downloaded darling_macro v0.14.4 |
991 | 2024-02-03T10:12:48.216Z | Downloaded zone v0.3.0 |
992 | 2024-02-03T10:12:48.216Z | Downloaded num v0.4.1 |
993 | 2024-02-03T10:12:48.219Z | Downloaded num_enum v0.5.11 |
994 | 2024-02-03T10:12:48.227Z | Downloaded nodrop v0.1.14 |
995 | 2024-02-03T10:12:48.231Z | Downloaded num-complex v0.4.4 |
996 | 2024-02-03T10:12:48.236Z | Downloaded rustls-pemfile v2.0.0 |
997 | 2024-02-03T10:12:48.239Z | Downloaded topological-sort v0.2.2 |
998 | 2024-02-03T10:12:48.239Z | Downloaded thread-id v4.2.0 |
999 | 2024-02-03T10:12:48.242Z | Downloaded phf_shared v0.11.2 |
1000 | 2024-02-03T10:12:48.245Z | Downloaded pest_derive v2.7.6 |
1001 | 2024-02-03T10:12:48.248Z | Downloaded quick-xml v0.30.0 |
1002 | 2024-02-03T10:12:48.258Z | Downloaded strsim v0.8.0 |
1003 | 2024-02-03T10:12:48.261Z | Downloaded float-cmp v0.9.0 |
1004 | 2024-02-03T10:12:48.264Z | Downloaded linked-hash-map v0.5.6 |
1005 | 2024-02-03T10:12:48.264Z | Downloaded structopt-derive v0.4.18 |
1006 | 2024-02-03T10:12:48.267Z | Downloaded diesel_derives v2.1.2 |
1007 | 2024-02-03T10:12:48.272Z | Downloaded crossbeam-utils v0.8.16 |
1008 | 2024-02-03T10:12:48.278Z | Downloaded paste v1.0.14 |
1009 | 2024-02-03T10:12:48.283Z | Downloaded defmt v0.3.5 |
1010 | 2024-02-03T10:12:48.289Z | Downloaded libloading v0.7.4 |
1011 | 2024-02-03T10:12:48.294Z | Downloaded spin v0.5.2 |
1012 | 2024-02-03T10:12:48.296Z | Downloaded rustc_version v0.1.7 |
1013 | 2024-02-03T10:12:48.302Z | Downloaded semver v0.11.0 |
1014 | 2024-02-03T10:12:48.305Z | Downloaded proc-macro2 v1.0.78 |
1015 | 2024-02-03T10:12:48.307Z | Downloaded trust-dns-resolver v0.22.0 |
1016 | 2024-02-03T10:12:48.313Z | Downloaded cbc v0.1.2 |
1017 | 2024-02-03T10:12:48.316Z | Downloaded yasna v0.5.2 |
1018 | 2024-02-03T10:12:48.320Z | Downloaded hyper-staticfile v0.9.5 |
1019 | 2024-02-03T10:12:48.323Z | Downloaded mockall_derive v0.12.0 |
1020 | 2024-02-03T10:12:48.327Z | Downloaded pin-project-lite v0.2.13 |
1021 | 2024-02-03T10:12:48.336Z | Downloaded tokio-rustls v0.25.0 |
1022 | 2024-02-03T10:12:48.340Z | Downloaded term v0.7.0 |
1023 | 2024-02-03T10:12:48.346Z | Downloaded rand_chacha v0.2.2 |
1024 | 2024-02-03T10:12:48.349Z | Downloaded x509-cert v0.2.4 |
1025 | 2024-02-03T10:12:48.372Z | Downloaded toml v0.8.8 |
1026 | 2024-02-03T10:12:48.378Z | Downloaded pin-project v1.1.3 |
1027 | 2024-02-03T10:12:48.398Z | Downloaded ed25519-dalek v2.0.0 |
1028 | 2024-02-03T10:12:48.404Z | Downloaded serde v1.0.195 |
1029 | 2024-02-03T10:12:48.413Z | Downloaded schemars v0.8.16 |
1030 | 2024-02-03T10:12:48.430Z | Downloaded samael v0.0.14 |
1031 | 2024-02-03T10:12:48.439Z | Downloaded tokio-postgres v0.7.10 |
1032 | 2024-02-03T10:12:48.448Z | Downloaded salty v0.2.0 |
1033 | 2024-02-03T10:12:48.457Z | Downloaded num-bigint v0.4.4 |
1034 | 2024-02-03T10:12:48.466Z | Downloaded rayon-core v1.12.0 |
1035 | 2024-02-03T10:12:48.472Z | Downloaded idna v0.2.3 |
1036 | 2024-02-03T10:12:48.485Z | Downloaded reedline v0.28.0 |
1037 | 2024-02-03T10:12:48.497Z | Downloaded rayon v1.8.0 |
1038 | 2024-02-03T10:12:48.515Z | Downloaded zerocopy v0.7.32 |
1039 | 2024-02-03T10:12:48.545Z | Downloaded rustyline v13.0.0 |
1040 | 2024-02-03T10:12:48.554Z | Downloaded unicode-normalization v0.1.22 |
1041 | 2024-02-03T10:12:48.560Z | Downloaded trust-dns-proto v0.22.0 |
1042 | 2024-02-03T10:12:48.582Z | Downloaded plotters v0.3.5 |
1043 | 2024-02-03T10:12:48.601Z | Downloaded vcpkg v0.2.15 |
1044 | 2024-02-03T10:12:48.670Z | Downloaded clap v2.34.0 |
1045 | 2024-02-03T10:12:48.682Z | Downloaded proptest v1.4.0 |
1046 | 2024-02-03T10:12:48.699Z | Downloaded petgraph v0.6.4 |
1047 | 2024-02-03T10:12:48.722Z | Downloaded smoltcp v0.9.1 |
1048 | 2024-02-03T10:12:48.742Z | Downloaded rustls-webpki v0.102.1 |
1049 | 2024-02-03T10:12:48.775Z | Downloaded polar-core v0.27.0 |
1050 | 2024-02-03T10:12:48.790Z | Downloaded nix v0.27.1 |
1051 | 2024-02-03T10:12:48.810Z | Downloaded regex-syntax v0.6.29 |
1052 | 2024-02-03T10:12:48.823Z | Downloaded regress v0.7.1 |
1053 | 2024-02-03T10:12:48.837Z | Downloaded regex-syntax v0.8.2 |
1054 | 2024-02-03T10:12:48.853Z | Downloaded diesel v2.1.4 |
1055 | 2024-02-03T10:12:48.885Z | Downloaded sled v0.34.7 |
1056 | 2024-02-03T10:12:48.907Z | Downloaded rustls v0.22.2 |
1057 | 2024-02-03T10:12:48.929Z | Downloaded openapiv3 v2.0.0 |
1058 | 2024-02-03T10:12:48.951Z | Downloaded zerocopy-derive v0.6.4 |
1059 | 2024-02-03T10:12:48.972Z | Downloaded rustix v0.38.30 |
1060 | 2024-02-03T10:12:49.013Z | Downloaded sha3 v0.10.8 |
1061 | 2024-02-03T10:12:49.024Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1062 | 2024-02-03T10:12:49.048Z | Downloaded regex-automata v0.3.8 |
1063 | 2024-02-03T10:12:49.078Z | Downloaded regex-automata v0.4.4 |
1064 | 2024-02-03T10:12:49.110Z | Downloaded tokio v1.35.1 |
1065 | 2024-02-03T10:12:49.176Z | Downloaded libc v0.2.153 |
1066 | 2024-02-03T10:12:49.225Z | Downloaded winapi v0.3.9 |
1067 | 2024-02-03T10:12:49.297Z | Downloaded webpki-roots v0.25.2 |
1068 | 2024-02-03T10:12:49.304Z | Downloaded openssl v0.10.60 |
1069 | 2024-02-03T10:12:49.321Z | Downloaded encoding_rs v0.8.33 |
1070 | 2024-02-03T10:12:49.363Z | Downloaded smoltcp v0.11.0 |
1071 | 2024-02-03T10:12:49.386Z | Downloaded regex-syntax v0.7.5 |
1072 | 2024-02-03T10:12:49.400Z | Downloaded zerocopy-derive v0.2.0 |
1073 | 2024-02-03T10:12:49.417Z | Downloaded ratatui v0.25.0 |
1074 | 2024-02-03T10:12:49.442Z | Downloaded curve25519-dalek v4.1.1 |
1075 | 2024-02-03T10:12:49.463Z | Downloaded rustls v0.21.9 |
1076 | 2024-02-03T10:12:49.479Z | Downloaded rustix v0.37.23 |
1077 | 2024-02-03T10:12:49.513Z | Downloaded bstr v0.2.17 |
1078 | 2024-02-03T10:12:49.529Z | Downloaded bstr v1.6.0 |
1079 | 2024-02-03T10:12:49.549Z | Downloaded syn v1.0.109 |
1080 | 2024-02-03T10:12:49.567Z | Downloaded ring v0.16.20 |
1081 | 2024-02-03T10:12:49.718Z | Downloaded ring v0.17.7 |
1082 | 2024-02-03T10:12:49.848Z | Downloaded radix_trie v0.2.1 |
1083 | 2024-02-03T10:12:49.857Z | Downloaded regex v1.10.3 |
1084 | 2024-02-03T10:12:49.881Z | Downloaded tough v0.16.0 |
1085 | 2024-02-03T10:12:49.894Z | Downloaded num-bigint-dig v0.8.4 |
1086 | 2024-02-03T10:12:49.902Z | Downloaded object v0.32.1 |
1087 | 2024-02-03T10:12:49.920Z | Downloaded pest v2.7.6 |
1088 | 2024-02-03T10:12:49.929Z | Downloaded object v0.30.4 |
1089 | 2024-02-03T10:12:49.947Z | Downloaded syn v2.0.48 |
1090 | 2024-02-03T10:12:49.966Z | Downloaded gimli v0.28.0 |
1091 | 2024-02-03T10:12:49.981Z | Downloaded idna v0.5.0 |
1092 | 2024-02-03T10:12:49.994Z | Downloaded p256 v0.13.2 |
1093 | 2024-02-03T10:12:49.999Z | Downloaded rand v0.8.5 |
1094 | 2024-02-03T10:12:50.005Z | Downloaded unicode-segmentation v1.10.1 |
1095 | 2024-02-03T10:12:50.011Z | Downloaded heapless v0.8.0 |
1096 | 2024-02-03T10:12:50.018Z | Downloaded chrono v0.4.31 |
1097 | 2024-02-03T10:12:50.035Z | Downloaded lalrpop v0.19.12 |
1098 | 2024-02-03T10:12:50.052Z | Downloaded tabled v0.15.0 |
1099 | 2024-02-03T10:12:50.080Z | Downloaded rustls-webpki v0.101.7 |
1100 | 2024-02-03T10:12:50.104Z | Downloaded bitvec v1.0.1 |
1101 | 2024-02-03T10:12:50.132Z | Downloaded time v0.3.27 |
1102 | 2024-02-03T10:12:50.142Z | Downloaded bindgen v0.69.2 |
1103 | 2024-02-03T10:12:50.155Z | Downloaded flate2 v1.0.28 |
1104 | 2024-02-03T10:12:50.164Z | Downloaded tracing v0.1.37 |
1105 | 2024-02-03T10:12:50.170Z | Downloaded regex-automata v0.1.10 |
1106 | 2024-02-03T10:12:50.179Z | Downloaded portable-atomic v1.4.3 |
1107 | 2024-02-03T10:12:50.189Z | Downloaded elliptic-curve v0.13.8 |
1108 | 2024-02-03T10:12:50.195Z | Downloaded minimal-lexical v0.2.1 |
1109 | 2024-02-03T10:12:50.206Z | Downloaded pin-utils v0.1.0 |
1110 | 2024-02-03T10:12:50.209Z | Downloaded flagset v0.4.3 |
1111 | 2024-02-03T10:12:50.209Z | Downloaded num-iter v0.1.43 |
1112 | 2024-02-03T10:12:50.209Z | Downloaded target-spec v3.0.1 |
1113 | 2024-02-03T10:12:50.212Z | Downloaded static_assertions v1.1.0 |
1114 | 2024-02-03T10:12:50.215Z | Downloaded flume v0.11.0 |
1115 | 2024-02-03T10:12:50.220Z | Downloaded tracing-core v0.1.31 |
1116 | 2024-02-03T10:12:50.224Z | Downloaded mime_guess v2.0.4 |
1117 | 2024-02-03T10:12:50.227Z | Downloaded goblin v0.8.0 |
1118 | 2024-02-03T10:12:50.239Z | Downloaded filetime v0.2.23 |
1119 | 2024-02-03T10:12:50.242Z | Downloaded crc v3.0.1 |
1120 | 2024-02-03T10:12:50.245Z | Downloaded percent-encoding v2.3.1 |
1121 | 2024-02-03T10:12:50.248Z | Downloaded defmt-macros v0.3.6 |
1122 | 2024-02-03T10:12:50.250Z | Downloaded nu-ansi-term v0.49.0 |
1123 | 2024-02-03T10:12:50.254Z | Downloaded cexpr v0.6.0 |
1124 | 2024-02-03T10:12:50.257Z | Downloaded oso v0.27.0 |
1125 | 2024-02-03T10:12:50.262Z | Downloaded same-file v1.0.6 |
1126 | 2024-02-03T10:12:50.265Z | Downloaded corncobs v0.1.3 |
1127 | 2024-02-03T10:12:50.268Z | Downloaded fs-err v2.11.0 |
1128 | 2024-02-03T10:12:50.273Z | Downloaded deranged v0.3.8 |
1129 | 2024-02-03T10:12:50.277Z | Downloaded tiny-keccak v2.0.2 |
1130 | 2024-02-03T10:12:50.277Z | Downloaded rustls-native-certs v0.7.0 |
1131 | 2024-02-03T10:12:50.280Z | Downloaded owo-colors v4.0.0 |
1132 | 2024-02-03T10:12:50.283Z | Downloaded ecdsa v0.16.9 |
1133 | 2024-02-03T10:12:50.286Z | Downloaded rcgen v0.12.1 |
1134 | 2024-02-03T10:12:50.290Z | Downloaded sct v0.7.0 |
1135 | 2024-02-03T10:12:50.296Z | Downloaded derive-where v1.2.7 |
1136 | 2024-02-03T10:12:50.302Z | Downloaded hyper v0.14.27 |
1137 | 2024-02-03T10:12:50.316Z | Downloaded hkdf v0.12.4 |
1138 | 2024-02-03T10:12:50.320Z | Downloaded num-derive v0.4.0 |
1139 | 2024-02-03T10:12:50.323Z | Downloaded num_cpus v1.16.0 |
1140 | 2024-02-03T10:12:50.327Z | Downloaded dyn-clone v1.0.13 |
1141 | 2024-02-03T10:12:50.330Z | Downloaded cobs v0.2.3 |
1142 | 2024-02-03T10:12:50.333Z | Downloaded trust-dns-server v0.22.1 |
1143 | 2024-02-03T10:12:50.343Z | Downloaded winnow v0.5.15 |
1144 | 2024-02-03T10:12:50.354Z | Downloaded postgres-protocol v0.6.6 |
1145 | 2024-02-03T10:12:50.357Z | Downloaded darling v0.20.3 |
1146 | 2024-02-03T10:12:50.362Z | Downloaded diff v0.1.13 |
1147 | 2024-02-03T10:12:50.367Z | Downloaded thiserror v1.0.56 |
1148 | 2024-02-03T10:12:50.375Z | Downloaded camino-tempfile v1.1.1 |
1149 | 2024-02-03T10:12:50.378Z | Downloaded pest_meta v2.7.6 |
1150 | 2024-02-03T10:12:50.382Z | Downloaded nom v7.1.3 |
1151 | 2024-02-03T10:12:50.391Z | Downloaded h2 v0.3.24 |
1152 | 2024-02-03T10:12:50.403Z | Downloaded serde_with v3.6.0 |
1153 | 2024-02-03T10:12:50.416Z | Downloaded indicatif v0.17.7 |
1154 | 2024-02-03T10:12:50.422Z | Downloaded crossterm v0.27.0 |
1155 | 2024-02-03T10:12:50.433Z | Downloaded criterion v0.5.1 |
1156 | 2024-02-03T10:12:50.445Z | Downloaded strip-ansi-escapes v0.2.0 |
1157 | 2024-02-03T10:12:50.451Z | Downloaded form_urlencoded v1.2.1 |
1158 | 2024-02-03T10:12:50.451Z | Downloaded foreign-types-shared v0.3.1 |
1159 | 2024-02-03T10:12:50.454Z | Downloaded rustls-pemfile v1.0.3 |
1160 | 2024-02-03T10:12:50.454Z | Downloaded ed25519 v2.2.2 |
1161 | 2024-02-03T10:12:50.457Z | Downloaded password-hash v0.5.0 |
1162 | 2024-02-03T10:12:50.460Z | Downloaded password-hash v0.4.2 |
1163 | 2024-02-03T10:12:50.466Z | Downloaded partial-io v0.5.4 |
1164 | 2024-02-03T10:12:50.469Z | Downloaded socket2 v0.5.5 |
1165 | 2024-02-03T10:12:50.469Z | Downloaded typenum v1.16.0 |
1166 | 2024-02-03T10:12:50.472Z | Downloaded futures-util v0.3.30 |
1167 | 2024-02-03T10:12:50.493Z | Downloaded reqwest v0.11.22 |
1168 | 2024-02-03T10:12:50.506Z | Downloaded ucd-trie v0.1.6 |
1169 | 2024-02-03T10:12:50.509Z | Downloaded itertools v0.12.1 |
1170 | 2024-02-03T10:12:50.520Z | Downloaded thiserror-no-std v2.0.2 |
1171 | 2024-02-03T10:12:50.527Z | Downloaded polyval v0.6.1 |
1172 | 2024-02-03T10:12:50.530Z | Downloaded unicode-linebreak v0.1.5 |
1173 | 2024-02-03T10:12:50.533Z | Downloaded parking_lot v0.11.2 |
1174 | 2024-02-03T10:12:50.536Z | Downloaded pkcs8 v0.10.2 |
1175 | 2024-02-03T10:12:50.542Z | Downloaded expectorate v1.1.0 |
1176 | 2024-02-03T10:12:50.545Z | Downloaded poly1305 v0.8.0 |
1177 | 2024-02-03T10:12:50.548Z | Downloaded toml_edit v0.21.1 |
1178 | 2024-02-03T10:12:50.585Z | Downloaded tokio-util v0.7.10 |
1179 | 2024-02-03T10:12:50.596Z | Downloaded snafu v0.7.5 |
1180 | 2024-02-03T10:12:50.606Z | Downloaded serde-big-array v0.4.1 |
1181 | 2024-02-03T10:12:50.609Z | Downloaded similar v2.3.0 |
1182 | 2024-02-03T10:12:50.616Z | Downloaded memchr v2.6.3 |
1183 | 2024-02-03T10:12:50.625Z | Downloaded sha2 v0.10.8 |
1184 | 2024-02-03T10:12:50.629Z | Downloaded plain v0.2.3 |
1185 | 2024-02-03T10:12:50.631Z | Downloaded shlex v1.3.0 |
1186 | 2024-02-03T10:12:50.634Z | Downloaded derive_builder v0.12.0 |
1187 | 2024-02-03T10:12:50.640Z | Downloaded typed-path v0.7.0 |
1188 | 2024-02-03T10:12:50.650Z | Downloaded guppy v0.17.4 |
1189 | 2024-02-03T10:12:50.660Z | Downloaded num-rational v0.4.1 |
1190 | 2024-02-03T10:12:50.663Z | Downloaded secrecy v0.8.0 |
1191 | 2024-02-03T10:12:50.669Z | Downloaded omicron-zone-package v0.11.0 |
1192 | 2024-02-03T10:12:50.672Z | Downloaded openssl-sys v0.9.96 |
1193 | 2024-02-03T10:12:50.678Z | Downloaded crossbeam-channel v0.5.8 |
1194 | 2024-02-03T10:12:50.685Z | Downloaded strum v0.25.0 |
1195 | 2024-02-03T10:12:50.688Z | Downloaded utf-8 v0.7.6 |
1196 | 2024-02-03T10:12:50.689Z | Downloaded bytes v1.5.0 |
1197 | 2024-02-03T10:12:50.694Z | Downloaded semver v0.1.20 |
1198 | 2024-02-03T10:12:50.697Z | Downloaded unicode_categories v0.1.1 |
1199 | 2024-02-03T10:12:50.700Z | Downloaded zeroize v1.7.0 |
1200 | 2024-02-03T10:12:50.703Z | Downloaded supports-color v2.1.0 |
1201 | 2024-02-03T10:12:50.706Z | Downloaded dirs-sys-next v0.1.2 |
1202 | 2024-02-03T10:12:50.706Z | Downloaded olpc-cjson v0.1.3 |
1203 | 2024-02-03T10:12:50.709Z | Downloaded rand v0.7.3 |
1204 | 2024-02-03T10:12:50.715Z | Downloaded fnv v1.0.7 |
1205 | 2024-02-03T10:12:50.718Z | Downloaded siphasher v0.3.11 |
1206 | 2024-02-03T10:12:50.721Z | Downloaded shell-words v1.1.0 |
1207 | 2024-02-03T10:12:50.721Z | Downloaded serde_tokenstream v0.2.0 |
1208 | 2024-02-03T10:12:50.725Z | Downloaded serde_tokenstream v0.1.7 |
1209 | 2024-02-03T10:12:50.733Z | Downloaded hashbrown v0.13.2 |
1210 | 2024-02-03T10:12:50.738Z | Downloaded unicode-bidi v0.3.13 |
1211 | 2024-02-03T10:12:50.742Z | Downloaded aes-gcm v0.10.3 |
1212 | 2024-02-03T10:12:50.748Z | Downloaded md-5 v0.10.5 |
1213 | 2024-02-03T10:12:50.751Z | Downloaded maybe-uninit v2.0.0 |
1214 | 2024-02-03T10:12:50.754Z | Downloaded maplit v1.0.2 |
1215 | 2024-02-03T10:12:50.754Z | Downloaded slog-envlogger v2.2.0 |
1216 | 2024-02-03T10:12:50.756Z | Downloaded slog-dtrace v0.3.0 |
1217 | 2024-02-03T10:12:50.759Z | Downloaded rustc-hash v1.1.0 |
1218 | 2024-02-03T10:12:50.760Z | Downloaded toml v0.7.8 |
1219 | 2024-02-03T10:12:50.765Z | Downloaded url v2.5.0 |
1220 | 2024-02-03T10:12:50.770Z | Downloaded mio v0.8.9 |
1221 | 2024-02-03T10:12:50.779Z | Downloaded clap_builder v4.4.2 |
1222 | 2024-02-03T10:12:50.791Z | Downloaded tower v0.4.13 |
1223 | 2024-02-03T10:12:50.807Z | Downloaded aho-corasick v1.0.4 |
1224 | 2024-02-03T10:12:50.816Z | Downloaded futures v0.3.30 |
1225 | 2024-02-03T10:12:50.825Z | Downloaded libxml v0.3.3 |
1226 | 2024-02-03T10:12:50.835Z | Downloaded mime v0.3.17 |
1227 | 2024-02-03T10:12:50.838Z | Downloaded stringprep v0.1.3 |
1228 | 2024-02-03T10:12:50.843Z | Downloaded ryu v1.0.15 |
1229 | 2024-02-03T10:12:50.846Z | Downloaded crypto-bigint v0.5.2 |
1230 | 2024-02-03T10:12:50.855Z | Downloaded fatfs v0.3.6 |
1231 | 2024-02-03T10:12:50.859Z | Downloaded foreign-types v0.3.2 |
1232 | 2024-02-03T10:12:50.863Z | Downloaded remove_dir_all v0.5.3 |
1233 | 2024-02-03T10:12:50.863Z | Downloaded unicase v2.7.0 |
1234 | 2024-02-03T10:12:50.866Z | Downloaded wyz v0.5.1 |
1235 | 2024-02-03T10:12:50.866Z | Downloaded toml_edit v0.19.15 |
1236 | 2024-02-03T10:12:50.895Z | Downloaded sqlparser v0.43.1 |
1237 | 2024-02-03T10:12:50.904Z | Downloaded tempfile v3.9.0 |
1238 | 2024-02-03T10:12:50.908Z | Downloaded libefi-sys v0.1.0 |
1239 | 2024-02-03T10:12:50.911Z | Downloaded itertools v0.10.5 |
1240 | 2024-02-03T10:12:50.922Z | Downloaded packed_struct v0.10.1 |
1241 | 2024-02-03T10:12:50.924Z | Downloaded data-encoding v2.4.0 |
1242 | 2024-02-03T10:12:50.927Z | Downloaded bzip2 v0.4.4 |
1243 | 2024-02-03T10:12:50.930Z | Downloaded prettyplease v0.2.16 |
1244 | 2024-02-03T10:12:50.934Z | Downloaded tungstenite v0.20.1 |
1245 | 2024-02-03T10:12:50.943Z | Downloaded structopt v0.3.26 |
1246 | 2024-02-03T10:12:50.952Z | Downloaded opaque-debug v0.3.0 |
1247 | 2024-02-03T10:12:50.955Z | Downloaded tracing-attributes v0.1.26 |
1248 | 2024-02-03T10:12:50.958Z | Downloaded slog-scope v4.4.0 |
1249 | 2024-02-03T10:12:50.961Z | Downloaded slog-json v2.6.1 |
1250 | 2024-02-03T10:12:50.964Z | Downloaded smf v0.2.2 |
1251 | 2024-02-03T10:12:50.964Z | Downloaded tokio-rustls v0.24.1 |
1252 | 2024-02-03T10:12:50.968Z | Downloaded cargo_toml v0.19.0 |
1253 | 2024-02-03T10:12:50.971Z | Downloaded memmap2 v0.7.1 |
1254 | 2024-02-03T10:12:50.974Z | Downloaded trust-dns-client v0.22.0 |
1255 | 2024-02-03T10:12:50.983Z | Downloaded futures-macro v0.3.30 |
1256 | 2024-02-03T10:12:50.986Z | Downloaded heapless v0.7.16 |
1257 | 2024-02-03T10:12:50.991Z | Downloaded hashbrown v0.12.3 |
1258 | 2024-02-03T10:12:50.998Z | Downloaded hyper v1.1.0 |
1259 | 2024-02-03T10:12:51.011Z | Downloaded serde_json v1.0.113 |
1260 | 2024-02-03T10:12:51.036Z | Downloaded usdt v0.3.5 |
1261 | 2024-02-03T10:12:51.043Z | Downloaded zerocopy v0.3.0 |
1262 | 2024-02-03T10:12:51.044Z | Downloaded wait-timeout v0.2.0 |
1263 | 2024-02-03T10:12:51.044Z | Downloaded managed v0.8.0 |
1264 | 2024-02-03T10:12:51.044Z | Downloaded sec1 v0.7.3 |
1265 | 2024-02-03T10:12:51.044Z | Downloaded postgres-types v0.2.6 |
1266 | 2024-02-03T10:12:51.044Z | Downloaded crc32fast v1.3.2 |
1267 | 2024-02-03T10:12:51.044Z | Downloaded tui-tree-widget v0.16.0 |
1268 | 2024-02-03T10:12:51.044Z | Downloaded num-traits v0.2.16 |
1269 | 2024-02-03T10:12:51.047Z | Downloaded usdt-impl v0.5.0 |
1270 | 2024-02-03T10:12:51.047Z | Downloaded platforms v3.0.2 |
1271 | 2024-02-03T10:12:51.052Z | Downloaded aes v0.8.3 |
1272 | 2024-02-03T10:12:51.056Z | Downloaded darling_core v0.14.4 |
1273 | 2024-02-03T10:12:51.063Z | Downloaded crossbeam v0.8.2 |
1274 | 2024-02-03T10:12:51.067Z | Downloaded nanorand v0.7.0 |
1275 | 2024-02-03T10:12:51.070Z | Downloaded memoffset v0.9.0 |
1276 | 2024-02-03T10:12:51.070Z | Downloaded futures-timer v3.0.2 |
1277 | 2024-02-03T10:12:51.073Z | Downloaded dirs v5.0.1 |
1278 | 2024-02-03T10:12:51.076Z | Downloaded either v1.9.0 |
1279 | 2024-02-03T10:12:51.083Z | Downloaded serde_repr v0.1.16 |
1280 | 2024-02-03T10:12:51.083Z | Downloaded serde-hex v0.1.0 |
1281 | 2024-02-03T10:12:51.086Z | Downloaded ena v0.14.2 |
1282 | 2024-02-03T10:12:51.086Z | Downloaded smallvec v1.11.2 |
1283 | 2024-02-03T10:12:51.090Z | Downloaded radium v0.7.0 |
1284 | 2024-02-03T10:12:51.093Z | Downloaded pretty_assertions v1.4.0 |
1285 | 2024-02-03T10:12:51.096Z | Downloaded darling_core v0.20.3 |
1286 | 2024-02-03T10:12:51.101Z | Downloaded base64 v0.21.7 |
1287 | 2024-02-03T10:12:51.108Z | Downloaded tokio-stream v0.1.14 |
1288 | 2024-02-03T10:12:51.115Z | Downloaded hashbrown v0.14.2 |
1289 | 2024-02-03T10:12:51.125Z | Downloaded vte v0.11.1 |
1290 | 2024-02-03T10:12:51.128Z | Downloaded unicode-xid v0.2.4 |
1291 | 2024-02-03T10:12:51.131Z | Downloaded scopeguard v1.2.0 |
1292 | 2024-02-03T10:12:51.135Z | Downloaded pkg-config v0.3.27 |
1293 | 2024-02-03T10:12:51.137Z | Downloaded futures-core v0.3.30 |
1294 | 2024-02-03T10:12:51.138Z | Downloaded errno v0.3.8 |
1295 | 2024-02-03T10:12:51.140Z | Downloaded difflib v0.4.0 |
1296 | 2024-02-03T10:12:51.140Z | Downloaded toml_datetime v0.6.5 |
1297 | 2024-02-03T10:12:51.144Z | Downloaded nibble_vec v0.1.0 |
1298 | 2024-02-03T10:12:51.146Z | Downloaded termios v0.3.3 |
1299 | 2024-02-03T10:12:51.152Z | Downloaded terminal_size v0.2.6 |
1300 | 2024-02-03T10:12:51.152Z | Downloaded memmap v0.7.0 |
1301 | 2024-02-03T10:12:51.155Z | Downloaded block-buffer v0.10.4 |
1302 | 2024-02-03T10:12:51.155Z | Downloaded ctr v0.9.2 |
1303 | 2024-02-03T10:12:51.158Z | Downloaded zerocopy v0.6.4 |
1304 | 2024-02-03T10:12:51.161Z | Downloaded subtle v2.5.0 |
1305 | 2024-02-03T10:12:51.164Z | Downloaded ron v0.8.1 |
1306 | 2024-02-03T10:12:51.171Z | Downloaded arc-swap v1.6.0 |
1307 | 2024-02-03T10:12:51.177Z | Downloaded fragile v2.0.0 |
1308 | 2024-02-03T10:12:51.180Z | Downloaded once_cell v1.19.0 |
1309 | 2024-02-03T10:12:51.184Z | Downloaded backtrace v0.3.69 |
1310 | 2024-02-03T10:12:51.191Z | Downloaded log v0.4.20 |
1311 | 2024-02-03T10:12:51.195Z | Downloaded tokio-macros v2.2.0 |
1312 | 2024-02-03T10:12:51.198Z | Downloaded universal-hash v0.5.1 |
1313 | 2024-02-03T10:12:51.201Z | Downloaded pem v3.0.2 |
1314 | 2024-02-03T10:12:51.201Z | Downloaded criterion-plot v0.5.0 |
1315 | 2024-02-03T10:12:51.204Z | Downloaded untrusted v0.7.1 |
1316 | 2024-02-03T10:12:51.211Z | Downloaded num_enum_derive v0.5.11 |
1317 | 2024-02-03T10:12:51.211Z | Downloaded quick-error v1.2.3 |
1318 | 2024-02-03T10:12:51.211Z | Downloaded primeorder v0.13.6 |
1319 | 2024-02-03T10:12:51.211Z | Downloaded vsss-rs v3.3.4 |
1320 | 2024-02-03T10:12:51.215Z | Downloaded postcard v1.0.8 |
1321 | 2024-02-03T10:12:51.220Z | Downloaded debug-ignore v1.0.5 |
1322 | 2024-02-03T10:12:51.222Z | Downloaded datatest-stable v0.2.3 |
1323 | 2024-02-03T10:12:51.228Z | Downloaded time-macros v0.2.13 |
1324 | 2024-02-03T10:12:51.231Z | Downloaded test-strategy v0.3.1 |
1325 | 2024-02-03T10:12:51.234Z | Downloaded headers v0.3.9 |
1326 | 2024-02-03T10:12:51.243Z | Downloaded parse-display-derive v0.8.2 |
1327 | 2024-02-03T10:12:51.247Z | Downloaded mockall v0.12.0 |
1328 | 2024-02-03T10:12:51.250Z | Downloaded darling_macro v0.20.3 |
1329 | 2024-02-03T10:12:51.250Z | Downloaded async-trait v0.1.77 |
1330 | 2024-02-03T10:12:51.255Z | Downloaded tokio-native-tls v0.3.1 |
1331 | 2024-02-03T10:12:51.257Z | Downloaded serde_plain v1.0.2 |
1332 | 2024-02-03T10:12:51.262Z | Downloaded serde_path_to_error v0.1.15 |
1333 | 2024-02-03T10:12:51.265Z | Downloaded thiserror-impl v1.0.56 |
1334 | 2024-02-03T10:12:51.265Z | Downloaded target-lexicon v0.12.12 |
1335 | 2024-02-03T10:12:51.268Z | Downloaded pin-project-internal v1.1.3 |
1336 | 2024-02-03T10:12:51.273Z | Downloaded sqlformat v0.2.3 |
1337 | 2024-02-03T10:12:51.277Z | Downloaded normalize-line-endings v0.3.0 |
1338 | 2024-02-03T10:12:51.277Z | Downloaded cc v1.0.83 |
1339 | 2024-02-03T10:12:51.281Z | Downloaded inout v0.1.3 |
1340 | 2024-02-03T10:12:51.281Z | Downloaded cfg-expr v0.15.5 |
1341 | 2024-02-03T10:12:51.284Z | Downloaded crc-any v2.4.3 |
1342 | 2024-02-03T10:12:51.287Z | Downloaded fd-lock v3.0.13 |
1343 | 2024-02-03T10:12:51.291Z | Downloaded walkdir v2.4.0 |
1344 | 2024-02-03T10:12:51.294Z | Downloaded futures-task v0.3.30 |
1345 | 2024-02-03T10:12:51.297Z | Downloaded fd-lock v4.0.2 |
1346 | 2024-02-03T10:12:51.299Z | Downloaded http v0.2.11 |
1347 | 2024-02-03T10:12:51.306Z | Downloaded slog-term v2.9.0 |
1348 | 2024-02-03T10:12:51.309Z | Downloaded cargo-platform v0.1.3 |
1349 | 2024-02-03T10:12:51.312Z | Downloaded lru v0.12.1 |
1350 | 2024-02-03T10:12:51.315Z | Downloaded version_check v0.9.4 |
1351 | 2024-02-03T10:12:51.315Z | Downloaded utf8parse v0.2.1 |
1352 | 2024-02-03T10:12:51.318Z | Downloaded toml v0.5.11 |
1353 | 2024-02-03T10:12:51.321Z | Downloaded subprocess v0.2.9 |
1354 | 2024-02-03T10:12:51.328Z | Downloaded indexmap v1.9.3 |
1355 | 2024-02-03T10:12:51.331Z | Downloaded camino v1.1.6 |
1356 | 2024-02-03T10:12:51.334Z | Downloaded argon2 v0.5.3 |
1357 | 2024-02-03T10:12:51.337Z | Downloaded serde_with_macros v3.6.0 |
1358 | 2024-02-03T10:12:51.339Z | Downloaded stable_deref_trait v1.2.0 |
1359 | 2024-02-03T10:12:51.342Z | Downloaded signature v2.1.0 |
1360 | 2024-02-03T10:12:51.345Z | Downloaded rustc-demangle v0.1.23 |
1361 | 2024-02-03T10:12:51.348Z | Downloaded rust-argon2 v1.0.1 |
1362 | 2024-02-03T10:12:51.351Z | Downloaded russh-keys v0.40.1 |
1363 | 2024-02-03T10:12:51.354Z | Downloaded crucible-workspace-hack v0.1.0 |
1364 | 2024-02-03T10:12:51.355Z | Downloaded basic-toml v0.1.8 |
1365 | 2024-02-03T10:12:51.370Z | Downloaded match_cfg v0.1.0 |
1366 | 2024-02-03T10:12:51.372Z | Downloaded indexmap v2.2.2 |
1367 | 2024-02-03T10:12:51.378Z | Downloaded number_prefix v0.4.0 |
1368 | 2024-02-03T10:12:51.380Z | Downloaded dtrace-parser v0.2.0 |
1369 | 2024-02-03T10:12:51.380Z | Downloaded dtrace-parser v0.1.14 |
1370 | 2024-02-03T10:12:51.383Z | Downloaded downcast v0.11.0 |
1371 | 2024-02-03T10:12:51.386Z | Downloaded group v0.13.0 |
1372 | 2024-02-03T10:12:51.386Z | Downloaded scheduled-thread-pool v0.2.7 |
1373 | 2024-02-03T10:12:51.392Z | Downloaded futures-io v0.3.30 |
1374 | 2024-02-03T10:12:51.392Z | Downloaded ipnet v2.9.0 |
1375 | 2024-02-03T10:12:51.395Z | Downloaded indoc v1.0.9 |
1376 | 2024-02-03T10:12:51.398Z | Downloaded crc-catalog v2.2.0 |
1377 | 2024-02-03T10:12:51.398Z | Downloaded which v4.4.0 |
1378 | 2024-02-03T10:12:51.401Z | Downloaded getrandom v0.1.16 |
1379 | 2024-02-03T10:12:51.405Z | Downloaded hyper-rustls v0.24.2 |
1380 | 2024-02-03T10:12:51.408Z | Downloaded blake2b_simd v1.0.1 |
1381 | 2024-02-03T10:12:51.411Z | Downloaded bitflags v2.4.0 |
1382 | 2024-02-03T10:12:51.418Z | Downloaded steno v0.4.0 |
1383 | 2024-02-03T10:12:51.422Z | Downloaded signal-hook-registry v1.4.1 |
1384 | 2024-02-03T10:12:51.425Z | Downloaded russh v0.40.2 |
1385 | 2024-02-03T10:12:51.432Z | Downloaded itoa v1.0.9 |
1386 | 2024-02-03T10:12:51.435Z | Downloaded anstyle-parse v0.2.1 |
1387 | 2024-02-03T10:12:51.438Z | Downloaded bcs v0.1.6 |
1388 | 2024-02-03T10:12:51.441Z | Downloaded strum_macros v0.25.2 |
1389 | 2024-02-03T10:12:51.444Z | Downloaded structmeta v0.2.0 |
1390 | 2024-02-03T10:12:51.457Z | Downloaded generic-array v0.14.7 |
1391 | 2024-02-03T10:12:51.457Z | Downloaded glob v0.3.1 |
1392 | 2024-02-03T10:12:51.460Z | Downloaded proc-macro-crate v1.3.1 |
1393 | 2024-02-03T10:12:51.461Z | Downloaded byteorder v1.5.0 |
1394 | 2024-02-03T10:12:51.461Z | Downloaded tower-layer v0.3.2 |
1395 | 2024-02-03T10:12:51.461Z | Downloaded thread_local v1.1.7 |
1396 | 2024-02-03T10:12:51.461Z | Downloaded slog-stdlog v4.1.1 |
1397 | 2024-02-03T10:12:51.461Z | Downloaded bcrypt-pbkdf v0.10.0 |
1398 | 2024-02-03T10:12:51.461Z | Downloaded hyper-rustls v0.26.0 |
1399 | 2024-02-03T10:12:51.464Z | Downloaded serde_urlencoded v0.7.1 |
1400 | 2024-02-03T10:12:51.474Z | Downloaded ghash v0.5.0 |
1401 | 2024-02-03T10:12:51.478Z | Downloaded gethostname v0.4.3 |
1402 | 2024-02-03T10:12:51.478Z | Downloaded half v2.3.1 |
1403 | 2024-02-03T10:12:51.478Z | Downloaded allocator-api2 v0.2.16 |
1404 | 2024-02-03T10:12:51.482Z | Downloaded clang-sys v1.6.1 |
1405 | 2024-02-03T10:12:51.488Z | Downloaded backoff v0.4.0 |
1406 | 2024-02-03T10:12:51.488Z | Downloaded arrayvec v0.7.4 |
1407 | 2024-02-03T10:12:51.491Z | Downloaded approx v0.5.1 |
1408 | 2024-02-03T10:12:51.495Z | Downloaded proc-macro-error-attr v1.0.4 |
1409 | 2024-02-03T10:12:51.495Z | Downloaded resolv-conf v0.7.0 |
1410 | 2024-02-03T10:12:51.498Z | Downloaded indoc v2.0.3 |
1411 | 2024-02-03T10:12:51.501Z | Downloaded lazy_static v1.4.0 |
1412 | 2024-02-03T10:12:51.505Z | Downloaded linear-map v1.2.0 |
1413 | 2024-02-03T10:12:51.508Z | Downloaded keccak v0.1.4 |
1414 | 2024-02-03T10:12:51.508Z | Downloaded anyhow v1.0.75 |
1415 | 2024-02-03T10:12:51.513Z | Downloaded addr2line v0.21.0 |
1416 | 2024-02-03T10:12:51.517Z | Downloaded new_debug_unreachable v1.0.4 |
1417 | 2024-02-03T10:12:51.520Z | Downloaded nested v0.1.1 |
1418 | 2024-02-03T10:12:51.521Z | Downloaded vte_generate_state_changes v0.1.1 |
1419 | 2024-02-03T10:12:51.524Z | Downloaded getopts v0.2.21 |
1420 | 2024-02-03T10:12:51.524Z | Downloaded ansi_term v0.12.1 |
1421 | 2024-02-03T10:12:51.527Z | Downloaded ipnetwork v0.20.0 |
1422 | 2024-02-03T10:12:51.532Z | Downloaded chacha20poly1305 v0.10.1 |
1423 | 2024-02-03T10:12:51.539Z | Downloaded predicates-tree v1.0.9 |
1424 | 2024-02-03T10:12:51.539Z | Downloaded newline-converter v0.3.0 |
1425 | 2024-02-03T10:12:51.539Z | Downloaded termtree v0.4.1 |
1426 | 2024-02-03T10:12:51.543Z | Downloaded bit-vec v0.6.3 |
1427 | 2024-02-03T10:12:51.543Z | Downloaded anstyle-query v1.0.0 |
1428 | 2024-02-03T10:12:51.543Z | Downloaded array-init v0.0.4 |
1429 | 2024-02-03T10:12:51.543Z | Downloaded bitfield v0.14.0 |
1430 | 2024-02-03T10:12:51.546Z | Downloaded bit-set v0.5.3 |
1431 | 2024-02-03T10:12:51.546Z | Downloaded signal-hook-mio v0.2.3 |
1432 | 2024-02-03T10:12:51.549Z | Downloaded signal-hook v0.3.17 |
1433 | 2024-02-03T10:12:51.554Z | Downloaded serde_derive v1.0.195 |
1434 | 2024-02-03T10:12:51.611Z | Downloaded impl-trait-for-tuples v0.2.2 |
1435 | 2024-02-03T10:12:51.619Z | Downloaded hyper-tls v0.5.0 |
1436 | 2024-02-03T10:12:51.623Z | Downloaded bb8 v0.8.3 |
1437 | 2024-02-03T10:12:51.627Z | Downloaded autocfg v1.1.0 |
1438 | 2024-02-03T10:12:51.627Z | Downloaded rfc6979 v0.4.0 |
1439 | 2024-02-03T10:12:51.631Z | Downloaded assert_cmd v2.0.13 |
1440 | 2024-02-03T10:12:51.634Z | Downloaded anstream v0.5.0 |
1441 | 2024-02-03T10:12:51.672Z | Downloaded atomic-waker v1.1.1 |
1442 | 2024-02-03T10:12:51.675Z | Downloaded aead v0.5.2 |
1443 | 2024-02-03T10:12:51.675Z | Downloaded tinyvec v1.6.0 |
1444 | 2024-02-03T10:12:51.675Z | Downloaded socket2 v0.4.9 |
1445 | 2024-02-03T10:12:51.675Z | Downloaded console v0.15.8 |
1446 | 2024-02-03T10:12:51.681Z | Downloaded anes v0.1.6 |
1447 | 2024-02-03T10:12:51.689Z | Downloaded hmac v0.12.1 |
1448 | 2024-02-03T10:12:51.694Z | Downloaded cookie v0.18.0 |
1449 | 2024-02-03T10:12:51.702Z | Downloaded serde_derive_internals v0.26.0 |
1450 | 2024-02-03T10:12:51.706Z | Downloaded semver v1.0.21 |
1451 | 2024-02-03T10:12:51.713Z | Downloaded rstest v0.18.2 |
1452 | 2024-02-03T10:12:51.727Z | Downloaded textwrap v0.11.0 |
1453 | 2024-02-03T10:12:51.731Z | Downloaded semver-parser v0.10.2 |
1454 | 2024-02-03T10:12:51.737Z | Downloaded string_cache v0.8.7 |
1455 | 2024-02-03T10:12:51.743Z | Downloaded httptest v0.15.5 |
1456 | 2024-02-03T10:12:51.747Z | Downloaded cancel-safe-futures v0.1.5 |
1457 | 2024-02-03T10:12:51.752Z | Downloaded async-stream-impl v0.3.5 |
1458 | 2024-02-03T10:12:51.756Z | Downloaded take_mut v0.2.2 |
1459 | 2024-02-03T10:12:51.756Z | Downloaded rstest_macros v0.18.2 |
1460 | 2024-02-03T10:12:51.760Z | Downloaded home v0.5.5 |
1461 | 2024-02-03T10:12:51.762Z | Downloaded heck v0.4.1 |
1462 | 2024-02-03T10:12:51.765Z | Downloaded cipher v0.4.4 |
1463 | 2024-02-03T10:12:51.768Z | Downloaded russh-cryptovec v0.7.0 |
1464 | 2024-02-03T10:12:51.769Z | Downloaded rpassword v7.3.1 |
1465 | 2024-02-03T10:12:51.772Z | Downloaded instant v0.1.12 |
1466 | 2024-02-03T10:12:51.772Z | Downloaded constant_time_eq v0.2.6 |
1467 | 2024-02-03T10:12:51.775Z | Downloaded blowfish v0.9.1 |
1468 | 2024-02-03T10:12:51.778Z | Downloaded heck v0.3.3 |
1469 | 2024-02-03T10:12:51.780Z | Downloaded convert_case v0.4.0 |
1470 | 2024-02-03T10:12:51.781Z | Downloaded constant_time_eq v0.3.0 |
1471 | 2024-02-03T10:12:51.784Z | Downloaded colored v2.0.4 |
1472 | 2024-02-03T10:12:51.786Z | Downloaded clap_lex v0.5.1 |
1473 | 2024-02-03T10:12:51.789Z | Downloaded humantime v2.1.0 |
1474 | 2024-02-03T10:12:51.789Z | Downloaded hubpack_derive v0.1.1 |
1475 | 2024-02-03T10:12:51.796Z | Downloaded hubpack v0.1.2 |
1476 | 2024-02-03T10:12:51.796Z | Downloaded cpufeatures v0.2.12 |
1477 | 2024-02-03T10:12:51.796Z | Downloaded cassowary v0.3.0 |
1478 | 2024-02-03T10:12:51.799Z | Downloaded ciborium-ll v0.2.2 |
1479 | 2024-02-03T10:12:51.799Z | Downloaded cfg-if v1.0.0 |
1480 | 2024-02-03T10:12:51.802Z | Downloaded guppy-workspace-hack v0.1.0 |
1481 | 2024-02-03T10:12:51.802Z | Downloaded const-oid v0.9.5 |
1482 | 2024-02-03T10:12:52.524Z | Compiling proc-macro2 v1.0.78 |
1483 | 2024-02-03T10:12:52.528Z | Compiling unicode-ident v1.0.12 |
1484 | 2024-02-03T10:12:52.528Z | Compiling libc v0.2.153 |
1485 | 2024-02-03T10:12:52.528Z | Compiling cfg-if v1.0.0 |
1486 | 2024-02-03T10:12:52.528Z | Compiling serde v1.0.195 |
1487 | 2024-02-03T10:12:52.528Z | Compiling version_check v0.9.4 |
1488 | 2024-02-03T10:12:52.559Z | Compiling autocfg v1.1.0 |
1489 | 2024-02-03T10:12:52.563Z | Compiling memchr v2.6.3 |
1490 | 2024-02-03T10:12:52.563Z | 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.78/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=162d99b1937652eb -C extra-filename=-162d99b1937652eb --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-162d99b1937652eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1491 | 2024-02-03T10:12:52.569Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1492 | 2024-02-03T10:12:52.573Z | 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.153/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=76a886e043b2eac7 -C extra-filename=-76a886e043b2eac7 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-76a886e043b2eac7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1493 | 2024-02-03T10:12:52.573Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1494 | 2024-02-03T10:12:52.573Z | 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.195/build.rs --error-format=json --json=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=b033cd8f784e7dd8 -C extra-filename=-b033cd8f784e7dd8 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-b033cd8f784e7dd8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1495 | 2024-02-03T10:12:52.574Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1496 | 2024-02-03T10:12:52.574Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1497 | 2024-02-03T10:12:52.574Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1498 | 2024-02-03T10:12:52.846Z | Compiling byteorder v1.5.0 |
1499 | 2024-02-03T10:12:52.861Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1500 | 2024-02-03T10:12:52.946Z | Compiling once_cell v1.19.0 |
1501 | 2024-02-03T10:12:52.949Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1502 | 2024-02-03T10:12:53.608Z | Compiling log v0.4.20 |
1503 | 2024-02-03T10:12:53.611Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1504 | 2024-02-03T10:12:53.662Z | Compiling syn v1.0.109 |
1505 | 2024-02-03T10:12:53.667Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1506 | 2024-02-03T10:12:53.886Z | Compiling scopeguard v1.2.0 |
1507 | 2024-02-03T10:12:53.889Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1508 | 2024-02-03T10:12:54.004Z | Compiling itoa v1.0.9 |
1509 | 2024-02-03T10:12:54.007Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1510 | 2024-02-03T10:12:54.057Z | Compiling lock_api v0.4.10 |
1511 | 2024-02-03T10:12:54.060Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1512 | 2024-02-03T10:12:54.235Z | Compiling smallvec v1.11.2 |
1513 | 2024-02-03T10:12:54.239Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1514 | 2024-02-03T10:12:54.300Z | Compiling parking_lot_core v0.9.8 |
1515 | 2024-02-03T10:12:54.303Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1516 | 2024-02-03T10:12:54.601Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde-b033cd8f784e7dd8/build-script-build` |
1517 | 2024-02-03T10:12:54.616Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-162d99b1937652eb/build-script-build` |
1518 | 2024-02-03T10:12:54.616Z | Running `/work/oxidecomputer/omicron/target/debug/build/libc-76a886e043b2eac7/build-script-build` |
1519 | 2024-02-03T10:12:54.620Z | Running `/work/oxidecomputer/omicron/target/debug/build/syn-8df69afcf782d78c/build-script-build` |
1520 | 2024-02-03T10:12:54.620Z | Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-930de80e07cc1109/build-script-build` |
1521 | 2024-02-03T10:12:54.690Z | Compiling thiserror v1.0.56 |
1522 | 2024-02-03T10:12:54.693Z | 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.56/build.rs --error-format=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=c6c2f76a70187ac9 -C extra-filename=-c6c2f76a70187ac9 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-c6c2f76a70187ac9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1523 | 2024-02-03T10:12:54.730Z | Compiling libm v0.2.7 |
1524 | 2024-02-03T10:12:54.736Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1525 | 2024-02-03T10:12:54.761Z | 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.153/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=072d063d2a089037 -C extra-filename=-072d063d2a089037 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn` |
1526 | 2024-02-03T10:12:54.825Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound` |
1527 | 2024-02-03T10:12:54.828Z | Compiling num-traits v0.2.16 |
1528 | 2024-02-03T10:12:54.862Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1529 | 2024-02-03T10:12:54.948Z | 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.78/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=f57b927d6c5d0106 -C extra-filename=-f57b927d6c5d0106 --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 -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg wrap_proc_macro --cfg proc_macro_span` |
1530 | 2024-02-03T10:12:55.060Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-709ca5d77954dcd4/build-script-build` |
1531 | 2024-02-03T10:12:55.069Z | Compiling ahash v0.8.6 |
1532 | 2024-02-03T10:12:55.074Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1533 | 2024-02-03T10:12:55.343Z | Running `/work/oxidecomputer/omicron/target/debug/build/libm-2c46ab2349a5c1a0/build-script-build` |
1534 | 2024-02-03T10:12:55.385Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1535 | 2024-02-03T10:12:55.413Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-8f15fc63f883a6bf/build-script-build` |
1536 | 2024-02-03T10:12:55.517Z | Compiling pin-project-lite v0.2.13 |
1537 | 2024-02-03T10:12:55.520Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1538 | 2024-02-03T10:12:55.546Z | Compiling ryu v1.0.15 |
1539 | 2024-02-03T10:12:55.552Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1540 | 2024-02-03T10:12:55.579Z | Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-c6c2f76a70187ac9/build-script-build` |
1541 | 2024-02-03T10:12:55.681Z | Compiling serde_json v1.0.113 |
1542 | 2024-02-03T10:12:55.684Z | 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.113/build.rs --error-format=json --json=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=cc9b08bcd9cedeea -C extra-filename=-cc9b08bcd9cedeea --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-cc9b08bcd9cedeea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1543 | 2024-02-03T10:12:55.733Z | Running `/work/oxidecomputer/omicron/target/debug/build/ahash-56c3c66e8aeef8f5/build-script-build` |
1544 | 2024-02-03T10:12:55.854Z | Compiling allocator-api2 v0.2.16 |
1545 | 2024-02-03T10:12:55.857Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=ac60ff71ddd57510 -C extra-filename=-ac60ff71ddd57510 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1546 | 2024-02-03T10:12:55.891Z | Compiling futures-core v0.3.30 |
1547 | 2024-02-03T10:12:55.894Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1548 | 2024-02-03T10:12:56.077Z | Compiling quote v1.0.35 |
1549 | 2024-02-03T10:12:56.080Z | 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=8ca7c61c3fdfbf92 -C extra-filename=-8ca7c61c3fdfbf92 --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-f57b927d6c5d0106.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1550 | 2024-02-03T10:12:56.261Z | Compiling spin v0.5.2 |
1551 | 2024-02-03T10:12:56.268Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1552 | 2024-02-03T10:12:56.325Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-cc9b08bcd9cedeea/build-script-build` |
1553 | 2024-02-03T10:12:56.328Z | Compiling typenum v1.16.0 |
1554 | 2024-02-03T10:12:56.329Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1555 | 2024-02-03T10:12:56.509Z | Compiling generic-array v0.14.7 |
1556 | 2024-02-03T10:12:56.512Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1557 | 2024-02-03T10:12:56.684Z | Compiling fnv v1.0.7 |
1558 | 2024-02-03T10:12:56.709Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1559 | 2024-02-03T10:12:56.895Z | Compiling syn v2.0.48 |
1560 | 2024-02-03T10:12:56.901Z | 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.48/src/lib.rs --error-format=json --json=diagnostic-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=056342cd87458ea1 -C extra-filename=-056342cd87458ea1 --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-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1561 | 2024-02-03T10:12:57.161Z | Compiling getrandom v0.2.10 |
1562 | 2024-02-03T10:12:57.164Z | 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=102b4ee2be30504e -C extra-filename=-102b4ee2be30504e --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1563 | 2024-02-03T10:12:57.228Z | 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=2e8afc5f495402b1 -C extra-filename=-2e8afc5f495402b1 --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-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests` |
1564 | 2024-02-03T10:12:57.294Z | 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=4436e87d32d91a54 -C extra-filename=-4436e87d32d91a54 --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-072d063d2a089037.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1565 | 2024-02-03T10:12:57.359Z | Compiling cc v1.0.83 |
1566 | 2024-02-03T10:12:57.362Z | 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=8d7c92e9f8188f7d -C extra-filename=-8d7c92e9f8188f7d --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1567 | 2024-02-03T10:12:57.723Z | Compiling rand_core v0.6.4 |
1568 | 2024-02-03T10:12:57.726Z | 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=1d07aacb4dce5366 -C extra-filename=-1d07aacb4dce5366 --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-102b4ee2be30504e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1569 | 2024-02-03T10:12:57.792Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_to_int_unchecked --cfg has_reverse_bits --cfg has_leading_trailing_ones --cfg has_div_euclid --cfg has_copysign --cfg has_is_subnormal --cfg has_int_to_from_bytes --cfg has_float_to_from_bytes` |
1570 | 2024-02-03T10:12:57.925Z | Compiling parking_lot v0.12.1 |
1571 | 2024-02-03T10:12:57.949Z | 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=d288ebdde96719a9 -C extra-filename=-d288ebdde96719a9 --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-4436e87d32d91a54.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1572 | 2024-02-03T10:12:58.244Z | Compiling signal-hook-registry v1.4.1 |
1573 | 2024-02-03T10:12:58.247Z | 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=5d4da44a0a445e05 -C extra-filename=-5d4da44a0a445e05 --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1574 | 2024-02-03T10:12:58.357Z | Compiling mio v0.8.9 |
1575 | 2024-02-03T10:12:58.363Z | 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=40e5b787da3c66c6 -C extra-filename=-40e5b787da3c66c6 --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-072d063d2a089037.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1576 | 2024-02-03T10:12:58.513Z | Compiling num_cpus v1.16.0 |
1577 | 2024-02-03T10:12:58.516Z | 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=0fb048c8a18f5cf7 -C extra-filename=-0fb048c8a18f5cf7 --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1578 | 2024-02-03T10:12:58.688Z | Running `/work/oxidecomputer/omicron/target/debug/build/typenum-42fc72f5c5ab202d/build-script-main` |
1579 | 2024-02-03T10:12:59.030Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1580 | 2024-02-03T10:12:59.527Z | Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-0154d194379fbce5/build-script-build` |
1581 | 2024-02-03T10:12:59.611Z | Compiling socket2 v0.5.5 |
1582 | 2024-02-03T10:12:59.614Z | 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=9a210f81e1185703 -C extra-filename=-9a210f81e1185703 --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1583 | 2024-02-03T10:12:59.638Z | Compiling equivalent v1.0.1 |
1584 | 2024-02-03T10:12:59.641Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1585 | 2024-02-03T10:12:59.787Z | Compiling subtle v2.5.0 |
1586 | 2024-02-03T10:12:59.819Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1587 | 2024-02-03T10:13:00.315Z | Compiling heck v0.4.1 |
1588 | 2024-02-03T10:13:00.349Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1589 | 2024-02-03T10:13:00.360Z | Compiling futures-sink v0.3.30 |
1590 | 2024-02-03T10:13:00.363Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1591 | 2024-02-03T10:13:00.588Z | Compiling slab v0.4.9 |
1592 | 2024-02-03T10:13:00.615Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1593 | 2024-02-03T10:13:01.052Z | Compiling pin-utils v0.1.0 |
1594 | 2024-02-03T10:13:01.055Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1595 | 2024-02-03T10:13:01.115Z | Compiling futures-channel v0.3.30 |
1596 | 2024-02-03T10:13:01.124Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1597 | 2024-02-03T10:13:01.151Z | Compiling futures-io v0.3.30 |
1598 | 2024-02-03T10:13:01.156Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1599 | 2024-02-03T10:13:01.179Z | Running `/work/oxidecomputer/omicron/target/debug/build/slab-c3dded7865e933fe/build-script-build` |
1600 | 2024-02-03T10:13:01.207Z | Compiling futures-task v0.3.30 |
1601 | 2024-02-03T10:13:01.211Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1602 | 2024-02-03T10:13:01.363Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1603 | 2024-02-03T10:13:01.409Z | Compiling regex-syntax v0.8.2 |
1604 | 2024-02-03T10:13:01.412Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1605 | 2024-02-03T10:13:01.630Z | Compiling errno v0.3.8 |
1606 | 2024-02-03T10:13:01.634Z | 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.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=e03ce0c6b11098e3 -C extra-filename=-e03ce0c6b11098e3 --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1607 | 2024-02-03T10:13:01.713Z | Compiling aho-corasick v1.0.4 |
1608 | 2024-02-03T10:13:01.717Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1609 | 2024-02-03T10:13:01.796Z | Compiling const-oid v0.9.5 |
1610 | 2024-02-03T10:13:01.800Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1611 | 2024-02-03T10:13:01.836Z | Compiling lazy_static v1.4.0 |
1612 | 2024-02-03T10:13:01.840Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1613 | 2024-02-03T10:13:01.983Z | Compiling iana-time-zone v0.1.57 |
1614 | 2024-02-03T10:13:01.987Z | Compiling pkg-config v0.3.27 |
1615 | 2024-02-03T10:13:01.987Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1616 | 2024-02-03T10:13:01.987Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1617 | 2024-02-03T10:13:02.383Z | Compiling tracing-core v0.1.31 |
1618 | 2024-02-03T10:13:02.386Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1619 | 2024-02-03T10:13:02.715Z | Compiling rustix v0.38.30 |
1620 | 2024-02-03T10:13:02.748Z | 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.30/build.rs --error-format=json --json=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=12a9bc463e8bd620 -C extra-filename=-12a9bc463e8bd620 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-12a9bc463e8bd620 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1621 | 2024-02-03T10:13:03.967Z | Compiling tinyvec_macros v0.1.1 |
1622 | 2024-02-03T10:13:03.971Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1623 | 2024-02-03T10:13:04.099Z | Compiling tinyvec v1.6.0 |
1624 | 2024-02-03T10:13:04.103Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1625 | 2024-02-03T10:13:04.199Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustix-12a9bc463e8bd620/build-script-build` |
1626 | 2024-02-03T10:13:04.364Z | Compiling spin v0.9.8 |
1627 | 2024-02-03T10:13:04.367Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1628 | 2024-02-03T10:13:04.851Z | Compiling base64 v0.21.7 |
1629 | 2024-02-03T10:13:04.854Z | 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.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=64492b43562e8960 -C extra-filename=-64492b43562e8960 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1630 | 2024-02-03T10:13:04.960Z | Compiling unicode-bidi v0.3.13 |
1631 | 2024-02-03T10:13:04.964Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1632 | 2024-02-03T10:13:05.122Z | Compiling unicode-width v0.1.11 |
1633 | 2024-02-03T10:13:05.125Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1634 | 2024-02-03T10:13:05.359Z | Compiling dyn-clone v1.0.13 |
1635 | 2024-02-03T10:13:05.362Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1636 | 2024-02-03T10:13:05.682Z | Compiling schemars v0.8.16 |
1637 | 2024-02-03T10:13:05.689Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1638 | 2024-02-03T10:13:06.091Z | Compiling ppv-lite86 v0.2.17 |
1639 | 2024-02-03T10:13:06.095Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1640 | 2024-02-03T10:13:06.350Z | Running `/work/oxidecomputer/omicron/target/debug/build/schemars-ada846bd06499c36/build-script-build` |
1641 | 2024-02-03T10:13:06.353Z | Compiling ring v0.17.7 |
1642 | 2024-02-03T10:13:06.353Z | 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=e18ae81b4f74b14c -C extra-filename=-e18ae81b4f74b14c --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-e18ae81b4f74b14c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8d7c92e9f8188f7d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1643 | 2024-02-03T10:13:06.759Z | Compiling unicode-normalization v0.1.22 |
1644 | 2024-02-03T10:13:06.762Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1645 | 2024-02-03T10:13:07.378Z | Compiling regex-automata v0.4.4 |
1646 | 2024-02-03T10:13:07.382Z | 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.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="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=40dfbed7bcb9fb30 -C extra-filename=-40dfbed7bcb9fb30 --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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1647 | 2024-02-03T10:13:07.460Z | Compiling cpufeatures v0.2.12 |
1648 | 2024-02-03T10:13:07.503Z | 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.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=c7155cd217f75a24 -C extra-filename=-c7155cd217f75a24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1649 | 2024-02-03T10:13:07.641Z | Compiling percent-encoding v2.3.1 |
1650 | 2024-02-03T10:13:07.647Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1651 | 2024-02-03T10:13:08.154Z | Compiling httparse v1.8.0 |
1652 | 2024-02-03T10:13:08.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/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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1653 | 2024-02-03T10:13:08.431Z | Running `/work/oxidecomputer/omicron/target/debug/build/ring-e18ae81b4f74b14c/build-script-build` |
1654 | 2024-02-03T10:13:08.558Z | Compiling semver v1.0.21 |
1655 | 2024-02-03T10:13:08.561Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1656 | 2024-02-03T10:13:08.875Z | Compiling serde_derive_internals v0.26.0 |
1657 | 2024-02-03T10:13:08.878Z | 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=d33a1de8ce4ae292 -C extra-filename=-d33a1de8ce4ae292 --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-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1658 | 2024-02-03T10:13:09.354Z | Running `/work/oxidecomputer/omicron/target/debug/build/httparse-1e8e8e3ea3c5a3a0/build-script-build` |
1659 | 2024-02-03T10:13:09.375Z | Compiling either v1.9.0 |
1660 | 2024-02-03T10:13:09.378Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1661 | 2024-02-03T10:13:09.402Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg httparse_simd` |
1662 | 2024-02-03T10:13:09.811Z | Running `/work/oxidecomputer/omicron/target/debug/build/semver-671f19a05d3257cd/build-script-build` |
1663 | 2024-02-03T10:13:09.906Z | Compiling form_urlencoded v1.2.1 |
1664 | 2024-02-03T10:13:09.909Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1665 | 2024-02-03T10:13:10.368Z | Compiling rand_chacha v0.3.1 |
1666 | 2024-02-03T10:13:10.374Z | 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=1ca351f7f3d361c7 -C extra-filename=-1ca351f7f3d361c7 --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-1d07aacb4dce5366.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1667 | 2024-02-03T10:13:10.492Z | Compiling ucd-trie v0.1.6 |
1668 | 2024-02-03T10:13:10.495Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1669 | 2024-02-03T10:13:11.461Z | Compiling rand v0.8.5 |
1670 | 2024-02-03T10:13:11.465Z | 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=cf3fb015319b4763 -C extra-filename=-cf3fb015319b4763 --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-072d063d2a089037.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1ca351f7f3d361c7.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d07aacb4dce5366.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1671 | 2024-02-03T10:13:12.819Z | Compiling vcpkg v0.2.15 |
1672 | 2024-02-03T10:13:12.822Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1673 | 2024-02-03T10:13:13.337Z | Compiling untrusted v0.9.0 |
1674 | 2024-02-03T10:13:13.340Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1675 | 2024-02-03T10:13:13.536Z | Compiling try-lock v0.2.4 |
1676 | 2024-02-03T10:13:13.541Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1677 | 2024-02-03T10:13:13.597Z | Compiling idna v0.5.0 |
1678 | 2024-02-03T10:13:13.600Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1679 | 2024-02-03T10:13:13.741Z | Compiling want v0.3.1 |
1680 | 2024-02-03T10:13:13.745Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1681 | 2024-02-03T10:13:14.141Z | Compiling regex v1.10.3 |
1682 | 2024-02-03T10:13:14.145Z | 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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=4be7b51d6a8b3fc5 -C extra-filename=-4be7b51d6a8b3fc5 --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-40dfbed7bcb9fb30.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1683 | 2024-02-03T10:13:15.113Z | Compiling tower-service v0.3.2 |
1684 | 2024-02-03T10:13:15.116Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1685 | 2024-02-03T10:13:15.292Z | Compiling crossbeam-utils v0.8.16 |
1686 | 2024-02-03T10:13:15.295Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1687 | 2024-02-03T10:13:15.888Z | Compiling url v2.5.0 |
1688 | 2024-02-03T10:13:15.892Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1689 | 2024-02-03T10:13:16.158Z | Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-1e3dca98d29440eb/build-script-build` |
1690 | 2024-02-03T10:13:16.202Z | Compiling socket2 v0.4.9 |
1691 | 2024-02-03T10:13:16.205Z | 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=fd24bc161709065e -C extra-filename=-fd24bc161709065e --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1692 | 2024-02-03T10:13:16.233Z | Compiling adler v1.0.2 |
1693 | 2024-02-03T10:13:16.236Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1694 | 2024-02-03T10:13:16.515Z | Compiling openssl-sys v0.9.96 |
1695 | 2024-02-03T10:13:16.518Z | 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=5ffa7ff641c3b1d6 -C extra-filename=-5ffa7ff641c3b1d6 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-5ffa7ff641c3b1d6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8d7c92e9f8188f7d.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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1696 | 2024-02-03T10:13:16.630Z | Compiling bitflags v1.3.2 |
1697 | 2024-02-03T10:13:16.634Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1698 | 2024-02-03T10:13:16.784Z | Compiling winnow v0.5.15 |
1699 | 2024-02-03T10:13:16.787Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1700 | 2024-02-03T10:13:17.435Z | 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=3b77b2699f3850e3 -C extra-filename=-3b77b2699f3850e3 --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-102b4ee2be30504e.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 -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -l static=ring_core_0_17_7_ -l static=ring_core_0_17_7_test` |
1701 | 2024-02-03T10:13:17.607Z | Compiling miniz_oxide v0.7.1 |
1702 | 2024-02-03T10:13:17.611Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1703 | 2024-02-03T10:13:18.209Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-5ffa7ff641c3b1d6/build-script-main` |
1704 | 2024-02-03T10:13:18.315Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1705 | 2024-02-03T10:13:19.174Z | Compiling httpdate v1.0.3 |
1706 | 2024-02-03T10:13:19.177Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1707 | 2024-02-03T10:13:19.915Z | Compiling async-trait v0.1.77 |
1708 | 2024-02-03T10:13:19.918Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1709 | 2024-02-03T10:13:20.190Z | Compiling ring v0.16.20 |
1710 | 2024-02-03T10:13:20.193Z | 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=812e542cd6287195 -C extra-filename=-812e542cd6287195 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-812e542cd6287195 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8d7c92e9f8188f7d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1711 | 2024-02-03T10:13:20.229Z | Compiling foreign-types-shared v0.1.1 |
1712 | 2024-02-03T10:13:20.232Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1713 | 2024-02-03T10:13:20.382Z | Compiling strsim v0.10.0 |
1714 | 2024-02-03T10:13:20.385Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1715 | 2024-02-03T10:13:20.798Z | Running `/work/oxidecomputer/omicron/target/debug/build/async-trait-3a4dd4ea08bc0e7b/build-script-build` |
1716 | 2024-02-03T10:13:20.890Z | Compiling openssl-probe v0.1.5 |
1717 | 2024-02-03T10:13:21.034Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1718 | 2024-02-03T10:13:21.038Z | Compiling serde_derive v1.0.195 |
1719 | 2024-02-03T10:13:21.041Z | 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.195/src/lib.rs --error-format=json --json=diagnostic-rendered-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=fcd3a711c4d980a1 -C extra-filename=-fcd3a711c4d980a1 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1720 | 2024-02-03T10:13:21.398Z | Compiling zerocopy-derive v0.7.32 |
1721 | 2024-02-03T10:13:21.403Z | 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.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c317ba0148240967 -C extra-filename=-c317ba0148240967 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1722 | 2024-02-03T10:13:21.682Z | Compiling thiserror-impl v1.0.56 |
1723 | 2024-02-03T10:13:21.686Z | 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.56/src/lib.rs --error-format=json --json=diagnostic-rendered-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=9569039f061b3558 -C extra-filename=-9569039f061b3558 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1724 | 2024-02-03T10:13:21.707Z | Compiling zeroize_derive v1.4.2 |
1725 | 2024-02-03T10:13:21.710Z | 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=12990345fb731c91 -C extra-filename=-12990345fb731c91 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1726 | 2024-02-03T10:13:22.220Z | Compiling tokio-macros v2.2.0 |
1727 | 2024-02-03T10:13:22.244Z | 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=0fa85f4ae4ccf544 -C extra-filename=-0fa85f4ae4ccf544 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1728 | 2024-02-03T10:13:23.012Z | Compiling futures-macro v0.3.30 |
1729 | 2024-02-03T10:13:23.015Z | 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=5d0ead20a6f4bc84 -C extra-filename=-5d0ead20a6f4bc84 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1730 | 2024-02-03T10:13:23.293Z | Compiling tracing-attributes v0.1.26 |
1731 | 2024-02-03T10:13:23.299Z | 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=989fb830244a3635 -C extra-filename=-989fb830244a3635 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1732 | 2024-02-03T10:13:23.883Z | Compiling schemars_derive v0.8.16 |
1733 | 2024-02-03T10:13:23.887Z | 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=4f672bcb2f35f87b -C extra-filename=-4f672bcb2f35f87b --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-d33a1de8ce4ae292.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1734 | 2024-02-03T10:13:24.686Z | Compiling zeroize v1.7.0 |
1735 | 2024-02-03T10:13:24.689Z | 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=c330e6b0aab7c8ac -C extra-filename=-c330e6b0aab7c8ac --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-12990345fb731c91.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1736 | 2024-02-03T10:13:25.242Z | 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=5926e37d1f197e57 -C extra-filename=-5926e37d1f197e57 --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-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence` |
1737 | 2024-02-03T10:13:25.323Z | Compiling slog v2.7.0 |
1738 | 2024-02-03T10:13:25.326Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1739 | 2024-02-03T10:13:25.712Z | Compiling zerocopy v0.7.32 |
1740 | 2024-02-03T10:13:25.715Z | 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.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' -C metadata=3986eb937002ab5c -C extra-filename=-3986eb937002ab5c --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-c317ba0148240967.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1741 | 2024-02-03T10:13:26.208Z | Compiling openssl v0.10.60 |
1742 | 2024-02-03T10:13:26.214Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1743 | 2024-02-03T10:13:26.874Z | Compiling futures-util v0.3.30 |
1744 | 2024-02-03T10:13:26.877Z | 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=53f9058382a517fe -C extra-filename=-53f9058382a517fe --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-5d0ead20a6f4bc84.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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1745 | 2024-02-03T10:13:27.007Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-73cabd87409db80e/build-script-build` |
1746 | 2024-02-03T10:13:27.050Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-0e6c76921b9dd799/build-script-build` |
1747 | 2024-02-03T10:13:27.143Z | Running `/work/oxidecomputer/omicron/target/debug/build/ring-812e542cd6287195/build-script-build` |
1748 | 2024-02-03T10:13:27.600Z | 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.56/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=19a0d165a8de2fa6 -C extra-filename=-19a0d165a8de2fa6 --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-9569039f061b3558.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access` |
1749 | 2024-02-03T10:13:27.754Z | Compiling crypto-common v0.1.6 |
1750 | 2024-02-03T10:13:27.779Z | 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=4c8e5875e5a3a025 -C extra-filename=-4c8e5875e5a3a025 --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-5926e37d1f197e57.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d07aacb4dce5366.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-b0e5892a8dc8abc6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1751 | 2024-02-03T10:13:27.782Z | Compiling block-buffer v0.10.4 |
1752 | 2024-02-03T10:13:27.785Z | 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=6c00091cdf4b59a5 -C extra-filename=-6c00091cdf4b59a5 --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-5926e37d1f197e57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1753 | 2024-02-03T10:13:28.072Z | Compiling pest v2.7.6 |
1754 | 2024-02-03T10:13:28.075Z | 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.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' -C metadata=15ea8f00e3d66a10 -C extra-filename=-15ea8f00e3d66a10 --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 thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-3f965a27b72c64f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1755 | 2024-02-03T10:13:28.174Z | Compiling digest v0.10.7 |
1756 | 2024-02-03T10:13:28.177Z | 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=3c69cefdc4f41599 -C extra-filename=-3c69cefdc4f41599 --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-6c00091cdf4b59a5.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-4c8e5875e5a3a025.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1757 | 2024-02-03T10:13:28.436Z | 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=cb325a685295b415 -C extra-filename=-cb325a685295b415 --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-102b4ee2be30504e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3986eb937002ab5c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'` |
1758 | 2024-02-03T10:13:28.945Z | Compiling openssl-macros v0.1.1 |
1759 | 2024-02-03T10:13:28.985Z | 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=ad2eaf6183d79236 -C extra-filename=-ad2eaf6183d79236 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1760 | 2024-02-03T10:13:29.454Z | Compiling hashbrown v0.14.2 |
1761 | 2024-02-03T10:13:29.457Z | 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="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' -C metadata=25a1a455ae7ad26d -C extra-filename=-25a1a455ae7ad26d --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-cb325a685295b415.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-ac60ff71ddd57510.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1762 | 2024-02-03T10:13:30.054Z | Compiling hashbrown v0.13.2 |
1763 | 2024-02-03T10:13:30.089Z | 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=67e1651faf6cec83 -C extra-filename=-67e1651faf6cec83 --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-cb325a685295b415.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1764 | 2024-02-03T10:13:30.223Z | 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=153467c069b7bf56 -C extra-filename=-153467c069b7bf56 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1765 | 2024-02-03T10:13:30.318Z | Compiling tracing v0.1.37 |
1766 | 2024-02-03T10:13:30.318Z | 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=a6677895971ae67b -C extra-filename=-a6677895971ae67b --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-989fb830244a3635.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-6a2fd1b3fb75be06.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1767 | 2024-02-03T10:13:30.394Z | Compiling foreign-types v0.3.2 |
1768 | 2024-02-03T10:13:30.433Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1769 | 2024-02-03T10:13:30.534Z | 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=d5415d38200233f6 -C extra-filename=-d5415d38200233f6 --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d` |
1770 | 2024-02-03T10:13:31.118Z | Compiling mime v0.3.17 |
1771 | 2024-02-03T10:13:31.123Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1772 | 2024-02-03T10:13:31.729Z | Compiling untrusted v0.7.1 |
1773 | 2024-02-03T10:13:31.733Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1774 | 2024-02-03T10:13:32.027Z | Compiling base64ct v1.6.0 |
1775 | 2024-02-03T10:13:32.031Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1776 | 2024-02-03T10:13:32.031Z | 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=5ef5167752f2c69e -C extra-filename=-5ef5167752f2c69e --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 -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -l static=ring-core -l static=ring-test` |
1777 | 2024-02-03T10:13:32.174Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128` |
1778 | 2024-02-03T10:13:32.893Z | Compiling ipnet v2.9.0 |
1779 | 2024-02-03T10:13:32.896Z | Compiling native-tls v0.2.11 |
1780 | 2024-02-03T10:13:32.896Z | 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.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8300448f6a8e23c1 -C extra-filename=-8300448f6a8e23c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1781 | 2024-02-03T10:13:32.896Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1782 | 2024-02-03T10:13:33.023Z | Compiling rustls v0.21.9 |
1783 | 2024-02-03T10:13:33.026Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1784 | 2024-02-03T10:13:33.531Z | Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-c476d253bc75cf03/build-script-build` |
1785 | 2024-02-03T10:13:33.551Z | Compiling rustls-webpki v0.101.7 |
1786 | 2024-02-03T10:13:33.554Z | 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=e5d97f7039d0e35d -C extra-filename=-e5d97f7039d0e35d --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-3b77b2699f3850e3.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-018c813ad0174d69.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out` |
1787 | 2024-02-03T10:13:33.581Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-20d61740ec4b8aa7/build-script-build` |
1788 | 2024-02-03T10:13:33.608Z | Compiling backtrace v0.3.69 |
1789 | 2024-02-03T10:13:33.611Z | 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=f3772227d5c764ab -C extra-filename=-f3772227d5c764ab --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-f3772227d5c764ab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8d7c92e9f8188f7d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1790 | 2024-02-03T10:13:33.642Z | Compiling encoding_rs v0.8.33 |
1791 | 2024-02-03T10:13:33.676Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1792 | 2024-02-03T10:13:34.451Z | Compiling gimli v0.28.0 |
1793 | 2024-02-03T10:13:34.454Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1794 | 2024-02-03T10:13:34.919Z | Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-f3772227d5c764ab/build-script-build` |
1795 | 2024-02-03T10:13:34.937Z | Compiling object v0.32.1 |
1796 | 2024-02-03T10:13:34.940Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1797 | 2024-02-03T10:13:35.284Z | Compiling sct v0.7.0 |
1798 | 2024-02-03T10:13:35.288Z | 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=381c4f9cf7318087 -C extra-filename=-381c4f9cf7318087 --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-5ef5167752f2c69e.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-2093d66368e033e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out` |
1799 | 2024-02-03T10:13:35.764Z | 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=a06770cd46d74c33 -C extra-filename=-a06770cd46d74c33 --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-3b77b2699f3850e3.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-e5d97f7039d0e35d.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-381c4f9cf7318087.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out` |
1800 | 2024-02-03T10:13:36.095Z | 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.195/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=c715252fb2629716 -C extra-filename=-c715252fb2629716 --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-fcd3a711c4d980a1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1801 | 2024-02-03T10:13:36.822Z | Compiling futures-executor v0.3.30 |
1802 | 2024-02-03T10:13:36.825Z | 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=c224673be8777514 -C extra-filename=-c224673be8777514 --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-53f9058382a517fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1803 | 2024-02-03T10:13:36.896Z | Compiling memoffset v0.9.0 |
1804 | 2024-02-03T10:13:36.899Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1805 | 2024-02-03T10:13:37.468Z | Compiling futures v0.3.30 |
1806 | 2024-02-03T10:13:37.471Z | 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=2e804b49337b586d -C extra-filename=-2e804b49337b586d --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-c224673be8777514.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-53f9058382a517fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1807 | 2024-02-03T10:13:37.634Z | Compiling anyhow v1.0.75 |
1808 | 2024-02-03T10:13:37.664Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1809 | 2024-02-03T10:13:37.759Z | Compiling rustc-demangle v0.1.23 |
1810 | 2024-02-03T10:13:37.897Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1811 | 2024-02-03T10:13:38.310Z | Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-04a1f2539d27e3f8/build-script-build` |
1812 | 2024-02-03T10:13:38.503Z | Compiling pem-rfc7468 v0.7.0 |
1813 | 2024-02-03T10:13:38.506Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1814 | 2024-02-03T10:13:38.605Z | Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-2609063c4951926a/build-script-build` |
1815 | 2024-02-03T10:13:38.843Z | Compiling pest_meta v2.7.6 |
1816 | 2024-02-03T10:13:38.846Z | 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.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=50a9c843627ff4db -C extra-filename=-50a9c843627ff4db --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-15ea8f00e3d66a10.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1817 | 2024-02-03T10:13:39.438Z | Compiling der_derive v0.7.2 |
1818 | 2024-02-03T10:13:39.443Z | 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=ee5943c64867f8cb -C extra-filename=-ee5943c64867f8cb --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1819 | 2024-02-03T10:13:39.771Z | Compiling rustls-pemfile v1.0.3 |
1820 | 2024-02-03T10:13:39.774Z | 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=a82cf625c5179fd3 -C extra-filename=-a82cf625c5179fd3 --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-64492b43562e8960.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1821 | 2024-02-03T10:13:40.361Z | Compiling crossbeam-epoch v0.9.15 |
1822 | 2024-02-03T10:13:40.364Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1823 | 2024-02-03T10:13:41.137Z | Compiling flagset v0.4.3 |
1824 | 2024-02-03T10:13:41.140Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1825 | 2024-02-03T10:13:41.450Z | Compiling addr2line v0.21.0 |
1826 | 2024-02-03T10:13:41.453Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1827 | 2024-02-03T10:13:41.724Z | Compiling crc32fast v1.3.2 |
1828 | 2024-02-03T10:13:41.750Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1829 | 2024-02-03T10:13:42.534Z | Compiling webpki-roots v0.25.2 |
1830 | 2024-02-03T10:13:42.571Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1831 | 2024-02-03T10:13:42.623Z | Compiling utf8parse v0.2.1 |
1832 | 2024-02-03T10:13:42.669Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1833 | 2024-02-03T10:13:42.746Z | Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-4fe74826f206961b/build-script-build` |
1834 | 2024-02-03T10:13:42.782Z | Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-3262f2565d2545f8/build-script-build` |
1835 | 2024-02-03T10:13:42.846Z | Compiling pest_generator v2.7.6 |
1836 | 2024-02-03T10:13:42.870Z | 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.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=fc681cb9e95ce631 -C extra-filename=-fc681cb9e95ce631 --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-15ea8f00e3d66a10.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-50a9c843627ff4db.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1837 | 2024-02-03T10:13:42.874Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const` |
1838 | 2024-02-03T10:13:42.977Z | Compiling unicode-xid v0.2.4 |
1839 | 2024-02-03T10:13:42.982Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1840 | 2024-02-03T10:13:43.033Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1841 | 2024-02-03T10:13:43.240Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg crc32fast_stdarchx86` |
1842 | 2024-02-03T10:13:43.735Z | Compiling num-integer v0.1.45 |
1843 | 2024-02-03T10:13:43.738Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1844 | 2024-02-03T10:13:44.156Z | Compiling der v0.7.8 |
1845 | 2024-02-03T10:13:44.183Z | 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=9195e699c88ce3be -C extra-filename=-9195e699c88ce3be --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-ee5943c64867f8cb.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-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1846 | 2024-02-03T10:13:44.305Z | Compiling anstyle v1.0.2 |
1847 | 2024-02-03T10:13:44.308Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1848 | 2024-02-03T10:13:44.377Z | Compiling io-lifetimes v1.0.11 |
1849 | 2024-02-03T10:13:44.383Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1850 | 2024-02-03T10:13:45.023Z | 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=79bfcc49b364c1d0 -C extra-filename=-79bfcc49b364c1d0 --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-072d063d2a089037.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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1851 | 2024-02-03T10:13:45.401Z | Compiling time-core v0.1.1 |
1852 | 2024-02-03T10:13:45.404Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1853 | 2024-02-03T10:13:45.665Z | Compiling time-macros v0.2.13 |
1854 | 2024-02-03T10:13:45.668Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1855 | 2024-02-03T10:13:46.208Z | Compiling bytes v1.5.0 |
1856 | 2024-02-03T10:13:46.213Z | 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=0a9789d01b345e83 -C extra-filename=-0a9789d01b345e83 --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-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1857 | 2024-02-03T10:13:46.231Z | Compiling bitflags v2.4.0 |
1858 | 2024-02-03T10:13:46.234Z | 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=8618405ce2bc21e1 -C extra-filename=-8618405ce2bc21e1 --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-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1859 | 2024-02-03T10:13:46.443Z | 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.113/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=89e0582490909415 -C extra-filename=-89e0582490909415 --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-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg limb_width_64` |
1860 | 2024-02-03T10:13:46.965Z | Compiling indexmap v2.2.2 |
1861 | 2024-02-03T10:13:46.968Z | 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.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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=b0a0efd32f3c53f8 -C extra-filename=-b0a0efd32f3c53f8 --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-25a1a455ae7ad26d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1862 | 2024-02-03T10:13:47.582Z | Compiling chrono v0.4.31 |
1863 | 2024-02-03T10:13:47.585Z | 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=4141cfc584c78c19 -C extra-filename=-4141cfc584c78c19 --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-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1864 | 2024-02-03T10:13:48.350Z | Compiling tokio v1.35.1 |
1865 | 2024-02-03T10:13:48.353Z | 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=a2cc24832304f868 -C extra-filename=-a2cc24832304f868 --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-0a9789d01b345e83.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-40e5b787da3c66c6.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-0fb048c8a18f5cf7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d288ebdde96719a9.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-5d4da44a0a445e05.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a210f81e1185703.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-0fa85f4ae4ccf544.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1866 | 2024-02-03T10:13:49.314Z | Compiling uuid v1.7.0 |
1867 | 2024-02-03T10:13:49.317Z | 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.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=a2b6fc360416fc72 -C extra-filename=-a2b6fc360416fc72 --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-102b4ee2be30504e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1868 | 2024-02-03T10:13:49.720Z | 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.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="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=4ecfac87a90319cf -C extra-filename=-4ecfac87a90319cf --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-8618405ce2bc21e1.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-e03ce0c6b11098e3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish` |
1869 | 2024-02-03T10:13:50.890Z | Compiling http v0.2.11 |
1870 | 2024-02-03T10:13:50.893Z | 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=17e0598029016fd2 -C extra-filename=-17e0598029016fd2 --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-0a9789d01b345e83.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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1871 | 2024-02-03T10:13:51.219Z | 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=1fc69c47c529c15a -C extra-filename=-1fc69c47c529c15a --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-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1872 | 2024-02-03T10:13:51.614Z | 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=e7a4f05333183104 -C extra-filename=-e7a4f05333183104 --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-0a9789d01b345e83.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.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-4f672bcb2f35f87b.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic` |
1873 | 2024-02-03T10:13:51.721Z | Compiling serde_spanned v0.6.5 |
1874 | 2024-02-03T10:13:51.724Z | 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.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=25b71451596232d7 -C extra-filename=-25b71451596232d7 --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-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1875 | 2024-02-03T10:13:51.910Z | Compiling toml_datetime v0.6.5 |
1876 | 2024-02-03T10:13:51.913Z | 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=995db5c29458619d -C extra-filename=-995db5c29458619d --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-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1877 | 2024-02-03T10:13:52.085Z | 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=8983c83806c9149e -C extra-filename=-8983c83806c9149e --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-8618405ce2bc21e1.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-072d063d2a089037.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-ad2eaf6183d79236.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-d5415d38200233f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl300` |
1878 | 2024-02-03T10:13:52.482Z | Compiling serde_urlencoded v0.7.1 |
1879 | 2024-02-03T10:13:52.486Z | 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=c23fb289c3fef332 -C extra-filename=-c23fb289c3fef332 --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-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1880 | 2024-02-03T10:13:52.636Z | Compiling toml_edit v0.19.15 |
1881 | 2024-02-03T10:13:52.639Z | 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=9867bac59391c3b4 -C extra-filename=-9867bac59391c3b4 --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-b0a0efd32f3c53f8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-25b71451596232d7.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-995db5c29458619d.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bb48f977d0538890.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1882 | 2024-02-03T10:13:53.309Z | Compiling openapiv3 v2.0.0 |
1883 | 2024-02-03T10:13:53.313Z | 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=3679a975bfe14c18 -C extra-filename=-3679a975bfe14c18 --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-b0a0efd32f3c53f8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1884 | 2024-02-03T10:13:54.188Z | Compiling http-body v0.4.5 |
1885 | 2024-02-03T10:13:54.191Z | 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=40e1a0c906e6d384 -C extra-filename=-40e1a0c906e6d384 --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-0a9789d01b345e83.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1886 | 2024-02-03T10:13:54.606Z | Compiling rustc_version v0.4.0 |
1887 | 2024-02-03T10:13:54.639Z | 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=f35542721e35081f -C extra-filename=-f35542721e35081f --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-1fc69c47c529c15a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1888 | 2024-02-03T10:13:54.877Z | 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=4c1d44a749a352fb -C extra-filename=-4c1d44a749a352fb --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-79bfcc49b364c1d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg backtrace` |
1889 | 2024-02-03T10:13:55.084Z | Compiling pest_derive v2.7.6 |
1890 | 2024-02-03T10:13:55.088Z | 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.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9d632e98f538c006 -C extra-filename=-9d632e98f538c006 --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-15ea8f00e3d66a10.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-fc681cb9e95ce631.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1891 | 2024-02-03T10:13:55.837Z | Compiling spki v0.7.2 |
1892 | 2024-02-03T10:13:55.840Z | 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=618e8f0a78e95d55 -C extra-filename=-618e8f0a78e95d55 --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-9195e699c88ce3be.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1893 | 2024-02-03T10:13:56.330Z | Running `/work/oxidecomputer/omicron/target/debug/build/io-lifetimes-7f0bb9cfe37845eb/build-script-build` |
1894 | 2024-02-03T10:13:56.414Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-integer-a16d29494631f63a/build-script-build` |
1895 | 2024-02-03T10:13:56.454Z | Compiling deranged v0.3.8 |
1896 | 2024-02-03T10:13:56.457Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1897 | 2024-02-03T10:13:56.732Z | Compiling rustversion v1.0.14 |
1898 | 2024-02-03T10:13:56.757Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1899 | 2024-02-03T10:13:56.763Z | Compiling num_threads v0.1.6 |
1900 | 2024-02-03T10:13:56.766Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1901 | 2024-02-03T10:13:56.948Z | Compiling rustix v0.37.23 |
1902 | 2024-02-03T10:13:56.952Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1903 | 2024-02-03T10:13:57.938Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-765d7dbc8dd28acc/build-script-build` |
1904 | 2024-02-03T10:13:58.039Z | 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=65c111d88019b87b -C extra-filename=-65c111d88019b87b --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg io_safety_is_in_std` |
1905 | 2024-02-03T10:13:58.092Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustix-ffe698edf9936ad4/build-script-build` |
1906 | 2024-02-03T10:13:58.243Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128` |
1907 | 2024-02-03T10:13:58.272Z | Compiling pkcs8 v0.10.2 |
1908 | 2024-02-03T10:13:58.275Z | 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=5b3823ca7b698327 -C extra-filename=-5b3823ca7b698327 --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-9195e699c88ce3be.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-618e8f0a78e95d55.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1909 | 2024-02-03T10:13:58.322Z | Compiling hex v0.4.3 |
1910 | 2024-02-03T10:13:58.328Z | 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=27805d16eed38710 -C extra-filename=-27805d16eed38710 --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-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1911 | 2024-02-03T10:13:59.145Z | Compiling hmac v0.12.1 |
1912 | 2024-02-03T10:13:59.149Z | 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=9a32162f7cac7119 -C extra-filename=-9a32162f7cac7119 --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-3c69cefdc4f41599.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1913 | 2024-02-03T10:13:59.301Z | Compiling time v0.3.27 |
1914 | 2024-02-03T10:13:59.304Z | 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=8717160e61d0c384 -C extra-filename=-8717160e61d0c384 --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-072d063d2a089037.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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1915 | 2024-02-03T10:13:59.395Z | Compiling sha2 v0.10.8 |
1916 | 2024-02-03T10:13:59.398Z | 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=b61046672a860c5d -C extra-filename=-b61046672a860c5d --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-c7155cd217f75a24.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3c69cefdc4f41599.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1917 | 2024-02-03T10:13:59.508Z | Compiling thread-id v4.2.0 |
1918 | 2024-02-03T10:13:59.511Z | 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=390eac576c2aa143 -C extra-filename=-390eac576c2aa143 --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1919 | 2024-02-03T10:13:59.553Z | 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=155c5560b3ec8255 -C extra-filename=-155c5560b3ec8255 --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-e03ce0c6b11098e3.rmeta --extern io_lifetimes=/work/oxidecomputer/omicron/target/debug/deps/libio_lifetimes-65c111d88019b87b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish` |
1920 | 2024-02-03T10:13:59.672Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1921 | 2024-02-03T10:14:01.650Z | Compiling tokio-util v0.7.10 |
1922 | 2024-02-03T10:14:01.654Z | 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=043b69ea7a8794ac -C extra-filename=-043b69ea7a8794ac --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-0a9789d01b345e83.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-a2cc24832304f868.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a6677895971ae67b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1923 | 2024-02-03T10:14:02.029Z | Compiling tokio-rustls v0.24.1 |
1924 | 2024-02-03T10:14:02.034Z | 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=5b340c30e4282780 -C extra-filename=-5b340c30e4282780 --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-a06770cd46d74c33.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out` |
1925 | 2024-02-03T10:14:02.488Z | 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=733a415d280135f6 -C extra-filename=-733a415d280135f6 --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-8983c83806c9149e.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-d5415d38200233f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version` |
1926 | 2024-02-03T10:14:02.681Z | Compiling flate2 v1.0.28 |
1927 | 2024-02-03T10:14:02.684Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1928 | 2024-02-03T10:14:03.479Z | Compiling tokio-native-tls v0.3.1 |
1929 | 2024-02-03T10:14:03.482Z | 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=d42569d7dbed775e -C extra-filename=-d42569d7dbed775e --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-733a415d280135f6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
1930 | 2024-02-03T10:14:03.902Z | Compiling h2 v0.3.24 |
1931 | 2024-02-03T10:14:03.906Z | 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.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0d51bc2da4a6ea68 -C extra-filename=-0d51bc2da4a6ea68 --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-0a9789d01b345e83.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-53f9058382a517fe.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b0a0efd32f3c53f8.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0836b13490fe26db.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a6677895971ae67b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1932 | 2024-02-03T10:14:04.220Z | Compiling anstyle-parse v0.2.1 |
1933 | 2024-02-03T10:14:04.223Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1934 | 2024-02-03T10:14:04.283Z | Compiling block-padding v0.3.3 |
1935 | 2024-02-03T10:14:04.287Z | 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=2baaac9f487044d7 -C extra-filename=-2baaac9f487044d7 --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-5926e37d1f197e57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1936 | 2024-02-03T10:14:04.671Z | Compiling anstyle-query v1.0.0 |
1937 | 2024-02-03T10:14:04.675Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1938 | 2024-02-03T10:14:04.760Z | Compiling bit-vec v0.6.3 |
1939 | 2024-02-03T10:14:04.802Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1940 | 2024-02-03T10:14:04.858Z | Compiling unicode-segmentation v1.10.1 |
1941 | 2024-02-03T10:14:04.925Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1942 | 2024-02-03T10:14:05.459Z | Compiling colorchoice v1.0.0 |
1943 | 2024-02-03T10:14:05.463Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1944 | 2024-02-03T10:14:05.693Z | Compiling anstream v0.5.0 |
1945 | 2024-02-03T10:14:05.697Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1946 | 2024-02-03T10:14:05.905Z | Compiling inout v0.1.3 |
1947 | 2024-02-03T10:14:05.973Z | 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=15281089ab3f7dbc -C extra-filename=-15281089ab3f7dbc --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-2baaac9f487044d7.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5926e37d1f197e57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1948 | 2024-02-03T10:14:06.011Z | Compiling terminal_size v0.2.6 |
1949 | 2024-02-03T10:14:06.015Z | 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=f9355839c2fa9f88 -C extra-filename=-f9355839c2fa9f88 --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-155c5560b3ec8255.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1950 | 2024-02-03T10:14:06.292Z | Compiling toml_edit v0.21.1 |
1951 | 2024-02-03T10:14:06.296Z | 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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=dec334c2a03252c7 -C extra-filename=-dec334c2a03252c7 --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-b0a0efd32f3c53f8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-25b71451596232d7.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-995db5c29458619d.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bb48f977d0538890.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1952 | 2024-02-03T10:14:06.322Z | Compiling data-encoding v2.4.0 |
1953 | 2024-02-03T10:14:06.325Z | Compiling siphasher v0.3.11 |
1954 | 2024-02-03T10:14:06.326Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1955 | 2024-02-03T10:14:06.326Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1956 | 2024-02-03T10:14:06.625Z | Compiling clap_lex v0.5.1 |
1957 | 2024-02-03T10:14:06.653Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1958 | 2024-02-03T10:14:06.808Z | Compiling cipher v0.4.4 |
1959 | 2024-02-03T10:14:06.812Z | 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=0cddec495d8a776e -C extra-filename=-0cddec495d8a776e --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-4c8e5875e5a3a025.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-15281089ab3f7dbc.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1960 | 2024-02-03T10:14:07.027Z | Compiling clap_builder v4.4.2 |
1961 | 2024-02-03T10:14:07.031Z | 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="cargo"' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' -C metadata=0d13cb7900ca812f -C extra-filename=-0d13cb7900ca812f --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-f9355839c2fa9f88.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1962 | 2024-02-03T10:14:07.436Z | Compiling synstructure v0.12.6 |
1963 | 2024-02-03T10:14:07.439Z | 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=f87a4800a8d34dda -C extra-filename=-f87a4800a8d34dda --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-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-bcfe243e41aa4734.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1964 | 2024-02-03T10:14:07.628Z | Compiling scroll_derive v0.12.0 |
1965 | 2024-02-03T10:14:07.632Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ca281244b300b9cc -C extra-filename=-ca281244b300b9cc --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1966 | 2024-02-03T10:14:08.369Z | Compiling clap_derive v4.4.2 |
1967 | 2024-02-03T10:14:08.372Z | 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=c09791ef698e8d6f -C extra-filename=-c09791ef698e8d6f --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1968 | 2024-02-03T10:14:10.367Z | Compiling stable_deref_trait v1.2.0 |
1969 | 2024-02-03T10:14:10.371Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1970 | 2024-02-03T10:14:10.465Z | Compiling zerocopy-derive v0.2.0 |
1971 | 2024-02-03T10:14:10.471Z | 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=d16b0da401d645cc -C extra-filename=-d16b0da401d645cc --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-f57b927d6c5d0106.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-f87a4800a8d34dda.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1972 | 2024-02-03T10:14:10.516Z | Compiling scroll v0.12.0 |
1973 | 2024-02-03T10:14:10.519Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' -C metadata=709ecc30b9a81d60 -C extra-filename=-709ecc30b9a81d60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scroll_derive=/work/oxidecomputer/omicron/target/debug/deps/libscroll_derive-ca281244b300b9cc.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1974 | 2024-02-03T10:14:10.559Z | Compiling toml v0.7.8 |
1975 | 2024-02-03T10:14:10.594Z | 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=9fded515545df830 -C extra-filename=-9fded515545df830 --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-c715252fb2629716.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-25b71451596232d7.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-995db5c29458619d.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9867bac59391c3b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1976 | 2024-02-03T10:14:11.433Z | Compiling plain v0.2.3 |
1977 | 2024-02-03T10:14:11.436Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name plain /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7d8eccd574645362 -C extra-filename=-7d8eccd574645362 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1978 | 2024-02-03T10:14:11.714Z | Compiling goblin v0.8.0 |
1979 | 2024-02-03T10:14:11.739Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/goblin-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' -C metadata=15f4b35d95d3f2a5 -C extra-filename=-15f4b35d95d3f2a5 --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 plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-7d8eccd574645362.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-709ecc30b9a81d60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1980 | 2024-02-03T10:14:13.433Z | Compiling strum_macros v0.25.2 |
1981 | 2024-02-03T10:14:13.436Z | 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=811fe26553f8ceb9 -C extra-filename=-811fe26553f8ceb9 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-aa4a5c579286af9a.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1982 | 2024-02-03T10:14:13.717Z | Compiling zerocopy-derive v0.6.4 |
1983 | 2024-02-03T10:14:13.721Z | 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=2fe00f70c7700da8 -C extra-filename=-2fe00f70c7700da8 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1984 | 2024-02-03T10:14:14.097Z | Compiling zerocopy v0.3.0 |
1985 | 2024-02-03T10:14:14.101Z | 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=550225d2686f24f7 -C extra-filename=-550225d2686f24f7 --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-d16b0da401d645cc.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1986 | 2024-02-03T10:14:15.356Z | Compiling hyper v0.14.27 |
1987 | 2024-02-03T10:14:15.359Z | 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=e80efd2f634829c8 -C extra-filename=-e80efd2f634829c8 --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-0a9789d01b345e83.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-53f9058382a517fe.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-0d51bc2da4a6ea68.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-40e1a0c906e6d384.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-fd24bc161709065e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-977e35ace01a1844.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a6677895971ae67b.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-620d2e79a9eb893f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1988 | 2024-02-03T10:14:17.297Z | Compiling clap v4.4.3 |
1989 | 2024-02-03T10:14:17.304Z | 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="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' -C metadata=68a049fac585d062 -C extra-filename=-68a049fac585d062 --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-0d13cb7900ca812f.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-c09791ef698e8d6f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1990 | 2024-02-03T10:14:17.463Z | Compiling itertools v0.10.5 |
1991 | 2024-02-03T10:14:17.466Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1992 | 2024-02-03T10:14:17.804Z | Compiling ff v0.13.0 |
1993 | 2024-02-03T10:14:17.808Z | 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=ab8bb4c8beb328c5 -C extra-filename=-ab8bb4c8beb328c5 --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-1d07aacb4dce5366.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1994 | 2024-02-03T10:14:18.157Z | Compiling num-iter v0.1.43 |
1995 | 2024-02-03T10:14:18.160Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1996 | 2024-02-03T10:14:18.730Z | Compiling usdt-impl v0.3.5 |
1997 | 2024-02-03T10:14:18.733Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1998 | 2024-02-03T10:14:19.388Z | Compiling usdt-impl v0.5.0 |
1999 | 2024-02-03T10:14:19.391Z | 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/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' -C metadata=fba376abe28367ab -C extra-filename=-fba376abe28367ab --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-fba376abe28367ab -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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2000 | 2024-02-03T10:14:19.802Z | Compiling managed v0.8.0 |
2001 | 2024-02-03T10:14:19.805Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2002 | 2024-02-03T10:14:20.066Z | Compiling fixedbitset v0.4.2 |
2003 | 2024-02-03T10:14:20.069Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2004 | 2024-02-03T10:14:20.562Z | Compiling signal-hook v0.3.17 |
2005 | 2024-02-03T10:14:20.565Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2006 | 2024-02-03T10:14:20.674Z | Compiling pretty-hex v0.4.1 |
2007 | 2024-02-03T10:14:20.677Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2008 | 2024-02-03T10:14:20.757Z | Compiling base16ct v0.2.0 |
2009 | 2024-02-03T10:14:20.760Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2010 | 2024-02-03T10:14:21.009Z | Compiling petgraph v0.6.4 |
2011 | 2024-02-03T10:14:21.039Z | 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=3d4ffcd86b1fd673 -C extra-filename=-3d4ffcd86b1fd673 --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-b0a0efd32f3c53f8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fcd3a711c4d980a1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2012 | 2024-02-03T10:14:21.093Z | Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-1874e4089e62e760/build-script-build` |
2013 | 2024-02-03T10:14:21.133Z | Compiling dof v0.3.0 |
2014 | 2024-02-03T10:14:21.137Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' -C metadata=5e63158c651fd920 -C extra-filename=-5e63158c651fd920 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-15f4b35d95d3f2a5.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3986eb937002ab5c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2015 | 2024-02-03T10:14:21.248Z | Compiling sec1 v0.7.3 |
2016 | 2024-02-03T10:14:21.256Z | 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=5ad3b2f445531e05 -C extra-filename=-5ad3b2f445531e05 --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-9195e699c88ce3be.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5926e37d1f197e57.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-5b3823ca7b698327.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2017 | 2024-02-03T10:14:21.878Z | Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-fba376abe28367ab/build-script-build` |
2018 | 2024-02-03T10:14:22.081Z | Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-07613bffa45ac679/build-script-build` |
2019 | 2024-02-03T10:14:22.128Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-iter-cfdee6315037ba62/build-script-build` |
2020 | 2024-02-03T10:14:22.232Z | Compiling group v0.13.0 |
2021 | 2024-02-03T10:14:22.248Z | 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=91a8c368bbe7faaf -C extra-filename=-91a8c368bbe7faaf --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-ab8bb4c8beb328c5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d07aacb4dce5366.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2022 | 2024-02-03T10:14:22.280Z | Compiling zerocopy v0.6.4 |
2023 | 2024-02-03T10:14:22.284Z | 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=78ca245d915e4d36 -C extra-filename=-78ca245d915e4d36 --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-2fe00f70c7700da8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2024 | 2024-02-03T10:14:22.317Z | Compiling dof v0.1.5 |
2025 | 2024-02-03T10:14:22.320Z | 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=148d6c44308c53fe -C extra-filename=-148d6c44308c53fe --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-19a0d165a8de2fa6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-550225d2686f24f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2026 | 2024-02-03T10:14:22.690Z | Compiling phf_shared v0.10.0 |
2027 | 2024-02-03T10:14:22.693Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2028 | 2024-02-03T10:14:23.294Z | Compiling bit-set v0.5.3 |
2029 | 2024-02-03T10:14:23.297Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2030 | 2024-02-03T10:14:23.405Z | Compiling hkdf v0.12.4 |
2031 | 2024-02-03T10:14:23.459Z | 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=1840ba39f4ff13d1 -C extra-filename=-1840ba39f4ff13d1 --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-9a32162f7cac7119.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2032 | 2024-02-03T10:14:23.661Z | Compiling dtrace-parser v0.1.14 |
2033 | 2024-02-03T10:14:23.665Z | 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=59ad5b65fb55f5b1 -C extra-filename=-59ad5b65fb55f5b1 --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-15ea8f00e3d66a10.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-9d632e98f538c006.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2034 | 2024-02-03T10:14:23.741Z | Compiling dtrace-parser v0.2.0 |
2035 | 2024-02-03T10:14:23.745Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=88d1bd2393a25950 -C extra-filename=-88d1bd2393a25950 --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-15ea8f00e3d66a10.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-9d632e98f538c006.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2036 | 2024-02-03T10:14:23.799Z | Compiling ipnetwork v0.20.0 |
2037 | 2024-02-03T10:14:23.814Z | 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=3ecd8b1cb98327b1 -C extra-filename=-3ecd8b1cb98327b1 --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-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2038 | 2024-02-03T10:14:23.887Z | Compiling crypto-bigint v0.5.2 |
2039 | 2024-02-03T10:14:23.891Z | 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=93421491300e334f -C extra-filename=-93421491300e334f --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-5926e37d1f197e57.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d07aacb4dce5366.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2040 | 2024-02-03T10:14:25.046Z | Compiling precomputed-hash v0.1.1 |
2041 | 2024-02-03T10:14:25.049Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2042 | 2024-02-03T10:14:25.215Z | Compiling new_debug_unreachable v1.0.4 |
2043 | 2024-02-03T10:14:25.218Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2044 | 2024-02-03T10:14:25.295Z | Compiling minimal-lexical v0.2.1 |
2045 | 2024-02-03T10:14:25.298Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2046 | 2024-02-03T10:14:25.354Z | Compiling string_cache v0.8.7 |
2047 | 2024-02-03T10:14:25.357Z | 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=0405182190fe7586 -C extra-filename=-0405182190fe7586 --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-d288ebdde96719a9.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-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2048 | 2024-02-03T10:14:26.115Z | Compiling nom v7.1.3 |
2049 | 2024-02-03T10:14:26.120Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2050 | 2024-02-03T10:14:26.145Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' -C metadata=43732c290a2519ea -C extra-filename=-43732c290a2519ea --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-5e63158c651fd920.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-88d1bd2393a25950.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-390eac576c2aa143.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard` |
2051 | 2024-02-03T10:14:27.091Z | Compiling hyper-rustls v0.24.2 |
2052 | 2024-02-03T10:14:27.095Z | 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 -C metadata=2eedc96338bfa563 -C extra-filename=-2eedc96338bfa563 --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-53f9058382a517fe.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a06770cd46d74c33.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-5b340c30e4282780.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out` |
2053 | 2024-02-03T10:14:27.248Z | Compiling hyper-tls v0.5.0 |
2054 | 2024-02-03T10:14:27.252Z | 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=a16c4ff2e77a8f74 -C extra-filename=-a16c4ff2e77a8f74 --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-0a9789d01b345e83.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-733a415d280135f6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-d42569d7dbed775e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
2055 | 2024-02-03T10:14:27.649Z | Compiling elliptic-curve v0.13.8 |
2056 | 2024-02-03T10:14:27.653Z | 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=7a80d53055709791 -C extra-filename=-7a80d53055709791 --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-93421491300e334f.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3c69cefdc4f41599.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-ab8bb4c8beb328c5.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5926e37d1f197e57.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-91a8c368bbe7faaf.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1840ba39f4ff13d1.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-5b3823ca7b698327.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d07aacb4dce5366.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-5ad3b2f445531e05.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2057 | 2024-02-03T10:14:27.678Z | Compiling reqwest v0.11.22 |
2058 | 2024-02-03T10:14:27.678Z | 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=19549083a4edbb33 -C extra-filename=-19549083a4edbb33 --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-64492b43562e8960.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.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-53f9058382a517fe.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-0d51bc2da4a6ea68.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-40e1a0c906e6d384.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-2eedc96338bfa563.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-a16c4ff2e77a8f74.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8300448f6a8e23c1.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-733a415d280135f6.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-a06770cd46d74c33.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-a82cf625c5179fd3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-d42569d7dbed775e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-5b340c30e4282780.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.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 -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64` |
2059 | 2024-02-03T10:14:27.785Z | 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=d3e2c4c847ec72c2 -C extra-filename=-d3e2c4c847ec72c2 --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-148d6c44308c53fe.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-59ad5b65fb55f5b1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-390eac576c2aa143.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard` |
2060 | 2024-02-03T10:14:28.911Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128 --cfg rustc_1_28` |
2061 | 2024-02-03T10:14:28.946Z | 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=42a6f77439465836 -C extra-filename=-42a6f77439465836 --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-072d063d2a089037.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-5d4da44a0a445e05.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2062 | 2024-02-03T10:14:29.181Z | Compiling serde_tokenstream v0.1.7 |
2063 | 2024-02-03T10:14:29.184Z | 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=0671696a8f3337f8 -C extra-filename=-0671696a8f3337f8 --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-f57b927d6c5d0106.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2064 | 2024-02-03T10:14:29.372Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2065 | 2024-02-03T10:14:29.376Z | 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=fecbcc5b3317f9d7 -C extra-filename=-fecbcc5b3317f9d7 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fecbcc5b3317f9d7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8d7c92e9f8188f7d.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d5e8df27f8d820e4.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2066 | 2024-02-03T10:14:29.725Z | Compiling num-bigint v0.4.4 |
2067 | 2024-02-03T10:14:29.728Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2068 | 2024-02-03T10:14:30.013Z | Compiling heapless v0.7.16 |
2069 | 2024-02-03T10:14:30.017Z | 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=52ff02bee2bd25df -C extra-filename=-52ff02bee2bd25df --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-52ff02bee2bd25df -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-f35542721e35081f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2070 | 2024-02-03T10:14:30.239Z | Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fecbcc5b3317f9d7/build-script-build` |
2071 | 2024-02-03T10:14:30.575Z | Compiling matches v0.1.10 |
2072 | 2024-02-03T10:14:30.579Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2073 | 2024-02-03T10:14:30.718Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2074 | 2024-02-03T10:14:30.725Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2075 | 2024-02-03T10:14:30.769Z | Compiling lalrpop-util v0.19.12 |
2076 | 2024-02-03T10:14:30.793Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2077 | 2024-02-03T10:14:30.796Z | Compiling regex-automata v0.1.10 |
2078 | 2024-02-03T10:14:30.836Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2079 | 2024-02-03T10:14:31.162Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-8bc1e19ddb5ababb/build-script-build` |
2080 | 2024-02-03T10:14:31.329Z | Running `/work/oxidecomputer/omicron/target/debug/build/heapless-52ff02bee2bd25df/build-script-build` |
2081 | 2024-02-03T10:14:31.404Z | 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=edab41db28a21d71 -C extra-filename=-edab41db28a21d71 --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -l static=bz2` |
2082 | 2024-02-03T10:14:31.424Z | Compiling usdt-attr-macro v0.3.5 |
2083 | 2024-02-03T10:14:31.427Z | 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=28d7248ab087b1da -C extra-filename=-28d7248ab087b1da --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-59ad5b65fb55f5b1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0671696a8f3337f8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-d3e2c4c847ec72c2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2084 | 2024-02-03T10:14:31.592Z | Compiling bstr v0.2.17 |
2085 | 2024-02-03T10:14:31.595Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2086 | 2024-02-03T10:14:31.595Z | Compiling usdt-macro v0.3.5 |
2087 | 2024-02-03T10:14:31.595Z | 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=4199e292bb933c79 -C extra-filename=-4199e292bb933c79 --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-59ad5b65fb55f5b1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0671696a8f3337f8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-d3e2c4c847ec72c2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2088 | 2024-02-03T10:14:31.706Z | 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=bbacd6d88864d6e8 -C extra-filename=-bbacd6d88864d6e8 --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-cf3fb015319b4763.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg u64_digit --cfg has_try_from --cfg use_addcarry` |
2089 | 2024-02-03T10:14:32.049Z | Compiling idna v0.2.3 |
2090 | 2024-02-03T10:14:32.052Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2091 | 2024-02-03T10:14:32.121Z | Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-2520cd927eeb8c43/build-script-build` |
2092 | 2024-02-03T10:14:32.402Z | Compiling signal-hook-mio v0.2.3 |
2093 | 2024-02-03T10:14:32.406Z | 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=8c9af77b23c1fc6f -C extra-filename=-8c9af77b23c1fc6f --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-072d063d2a089037.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-40e5b787da3c66c6.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-42a6f77439465836.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2094 | 2024-02-03T10:14:32.592Z | Compiling enum-as-inner v0.5.1 |
2095 | 2024-02-03T10:14:32.597Z | 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=ffa3fb5dbd3437a4 -C extra-filename=-ffa3fb5dbd3437a4 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2096 | 2024-02-03T10:14:32.640Z | Compiling diesel_table_macro_syntax v0.1.0 |
2097 | 2024-02-03T10:14:32.643Z | 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=825e6a1816f0f05d -C extra-filename=-825e6a1816f0f05d --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-056342cd87458ea1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2098 | 2024-02-03T10:14:33.273Z | Compiling scheduled-thread-pool v0.2.7 |
2099 | 2024-02-03T10:14:33.276Z | 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=c07235316463e973 -C extra-filename=-c07235316463e973 --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-d288ebdde96719a9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2100 | 2024-02-03T10:14:33.914Z | Compiling hash32 v0.2.1 |
2101 | 2024-02-03T10:14:33.918Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2102 | 2024-02-03T10:14:34.178Z | Compiling regex-automata v0.3.8 |
2103 | 2024-02-03T10:14:34.182Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2104 | 2024-02-03T10:14:34.208Z | Compiling static_assertions v1.1.0 |
2105 | 2024-02-03T10:14:34.212Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2106 | 2024-02-03T10:14:34.240Z | Compiling smoltcp v0.9.1 |
2107 | 2024-02-03T10:14:34.262Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2108 | 2024-02-03T10:14:34.355Z | Compiling predicates-core v1.0.6 |
2109 | 2024-02-03T10:14:34.395Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2110 | 2024-02-03T10:14:34.540Z | 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=97dc59e6bfc9c297 -C extra-filename=-97dc59e6bfc9c297 --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 -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics` |
2111 | 2024-02-03T10:14:34.544Z | Compiling trust-dns-proto v0.22.0 |
2112 | 2024-02-03T10:14:34.544Z | 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=b1466db6e2e9cddc -C extra-filename=-b1466db6e2e9cddc --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-153467c069b7bf56.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-ffa3fb5dbd3437a4.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-53f9058382a517fe.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-6852aa9ad09af8fd.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8300448f6a8e23c1.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-2f59d5358814a968.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a6677895971ae67b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2113 | 2024-02-03T10:14:34.725Z | Compiling usdt v0.3.5 |
2114 | 2024-02-03T10:14:34.754Z | 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=3297899f456e9780 -C extra-filename=-3297899f456e9780 --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-59ad5b65fb55f5b1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-28d7248ab087b1da.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-d3e2c4c847ec72c2.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-4199e292bb933c79.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2115 | 2024-02-03T10:14:34.906Z | Compiling r2d2 v0.8.10 |
2116 | 2024-02-03T10:14:34.909Z | 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=3c217e90ae6b70e6 -C extra-filename=-3c217e90ae6b70e6 --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-d288ebdde96719a9.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-c07235316463e973.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2117 | 2024-02-03T10:14:35.134Z | Compiling diesel_derives v2.1.2 |
2118 | 2024-02-03T10:14:35.139Z | 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=993265829b10b824 -C extra-filename=-993265829b10b824 --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-825e6a1816f0f05d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2119 | 2024-02-03T10:14:35.507Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -l pq` |
2120 | 2024-02-03T10:14:35.536Z | Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-3f19b69e0ee2b199/build-script-build` |
2121 | 2024-02-03T10:14:35.576Z | Compiling crossterm v0.27.0 |
2122 | 2024-02-03T10:14:35.580Z | 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="serde"' --cfg 'feature="windows"' -C metadata=2ce141d2a5357695 -C extra-filename=-2ce141d2a5357695 --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-8618405ce2bc21e1.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-40e5b787da3c66c6.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d288ebdde96719a9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-42a6f77439465836.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-8c9af77b23c1fc6f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2123 | 2024-02-03T10:14:36.045Z | Compiling bzip2 v0.4.4 |
2124 | 2024-02-03T10:14:36.049Z | 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=5cccbecd6ae8d3a6 -C extra-filename=-5cccbecd6ae8d3a6 --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-edab41db28a21d71.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
2125 | 2024-02-03T10:14:36.395Z | Compiling yasna v0.5.2 |
2126 | 2024-02-03T10:14:36.398Z | 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=238a204dfb074999 -C extra-filename=-238a204dfb074999 --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-bbacd6d88864d6e8.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8717160e61d0c384.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2127 | 2024-02-03T10:14:36.697Z | Compiling md-5 v0.10.5 |
2128 | 2024-02-03T10:14:36.701Z | 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=4c53411e5ea7e703 -C extra-filename=-4c53411e5ea7e703 --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-3c69cefdc4f41599.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2129 | 2024-02-03T10:14:37.099Z | Compiling bstr v1.6.0 |
2130 | 2024-02-03T10:14:37.102Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2131 | 2024-02-03T10:14:38.402Z | Compiling hubpack_derive v0.1.1 |
2132 | 2024-02-03T10:14:38.405Z | 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=ce000bdbaff1f2d1 -C extra-filename=-ce000bdbaff1f2d1 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2133 | 2024-02-03T10:14:39.726Z | Compiling stringprep v0.1.3 |
2134 | 2024-02-03T10:14:39.729Z | Compiling console v0.15.8 |
2135 | 2024-02-03T10:14:39.729Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2136 | 2024-02-03T10:14:39.729Z | 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.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' -C metadata=78e92f0a938305c3 -C extra-filename=-78e92f0a938305c3 --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-072d063d2a089037.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2137 | 2024-02-03T10:14:40.044Z | Compiling float-cmp v0.9.0 |
2138 | 2024-02-03T10:14:40.047Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2139 | 2024-02-03T10:14:40.401Z | Compiling fallible-iterator v0.2.0 |
2140 | 2024-02-03T10:14:40.405Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2141 | 2024-02-03T10:14:41.370Z | Compiling normalize-line-endings v0.3.0 |
2142 | 2024-02-03T10:14:41.373Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2143 | 2024-02-03T10:14:41.573Z | Compiling difflib v0.4.0 |
2144 | 2024-02-03T10:14:41.576Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2145 | 2024-02-03T10:14:41.602Z | Compiling postgres-protocol v0.6.6 |
2146 | 2024-02-03T10:14:41.605Z | 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=ee84ac24588eb599 -C extra-filename=-ee84ac24588eb599 --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-64492b43562e8960.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-7fe9b24bd1de73c0.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a32162f7cac7119.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-4c53411e5ea7e703.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-c73b32aa8e3e453a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2147 | 2024-02-03T10:14:42.036Z | Compiling hubpack v0.1.2 |
2148 | 2024-02-03T10:14:42.039Z | 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=7b7aebcce2621efe -C extra-filename=-7b7aebcce2621efe --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-ce000bdbaff1f2d1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2149 | 2024-02-03T10:14:42.478Z | Compiling predicates v3.1.0 |
2150 | 2024-02-03T10:14:42.482Z | 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.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=53721f6b6218811c -C extra-filename=-53721f6b6218811c --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 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-4be7b51d6a8b3fc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2151 | 2024-02-03T10:14:42.746Z | Compiling zip v0.6.6 |
2152 | 2024-02-03T10:14:42.750Z | 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=f959e24eb3a10109 -C extra-filename=-f959e24eb3a10109 --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-5cccbecd6ae8d3a6.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 -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
2153 | 2024-02-03T10:14:43.855Z | 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=3d7c960258bf978b -C extra-filename=-3d7c960258bf978b --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-97dc59e6bfc9c297.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f3363b8ae905f1e2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2154 | 2024-02-03T10:14:44.659Z | Compiling similar v2.3.0 |
2155 | 2024-02-03T10:14:44.662Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2156 | 2024-02-03T10:14:45.093Z | Compiling phf_shared v0.11.2 |
2157 | 2024-02-03T10:14:45.096Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2158 | 2024-02-03T10:14:45.198Z | Compiling tokio-stream v0.1.14 |
2159 | 2024-02-03T10:14:45.211Z | 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=eedd5edfadcd0594 -C extra-filename=-eedd5edfadcd0594 --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-a2cc24832304f868.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2160 | 2024-02-03T10:14:45.672Z | Compiling serde_repr v0.1.16 |
2161 | 2024-02-03T10:14:45.675Z | 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=c4d6dbf4783e72df -C extra-filename=-c4d6dbf4783e72df --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2162 | 2024-02-03T10:14:46.799Z | Compiling phf v0.11.2 |
2163 | 2024-02-03T10:14:46.802Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2164 | 2024-02-03T10:14:47.249Z | Compiling postgres-types v0.2.6 |
2165 | 2024-02-03T10:14:47.253Z | 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=be9dd9d729068190 -C extra-filename=-be9dd9d729068190 --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-0a9789d01b345e83.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.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-ee84ac24588eb599.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2166 | 2024-02-03T10:14:47.603Z | Compiling whoami v1.4.1 |
2167 | 2024-02-03T10:14:47.712Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2168 | 2024-02-03T10:14:47.860Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2169 | 2024-02-03T10:14:47.864Z | 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=bf43519762da0c79 -C extra-filename=-bf43519762da0c79 --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-7b7aebcce2621efe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-c4d6dbf4783e72df.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-3d7c960258bf978b.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-811fe26553f8ceb9.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-78ca245d915e4d36.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2170 | 2024-02-03T10:14:48.462Z | Compiling serde_tokenstream v0.2.0 |
2171 | 2024-02-03T10:14:48.465Z | 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=9882fb17efa4ead3 -C extra-filename=-9882fb17efa4ead3 --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-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2172 | 2024-02-03T10:14:48.583Z | Compiling tokio-postgres v0.7.10 |
2173 | 2024-02-03T10:14:48.608Z | 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=c2bec24bc1103476 -C extra-filename=-c2bec24bc1103476 --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-153467c069b7bf56.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.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-53f9058382a517fe.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d288ebdde96719a9.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-ee84ac24588eb599.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-be9dd9d729068190.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a210f81e1185703.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-bebeedfb8f542523.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2174 | 2024-02-03T10:14:48.923Z | Compiling regress v0.7.1 |
2175 | 2024-02-03T10:14:48.926Z | 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=6d8a1b495d19f80b -C extra-filename=-6d8a1b495d19f80b --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-67e1651faf6cec83.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2176 | 2024-02-03T10:14:49.350Z | Compiling getopts v0.2.21 |
2177 | 2024-02-03T10:14:49.353Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2178 | 2024-02-03T10:14:49.832Z | Compiling unsafe-libyaml v0.2.10 |
2179 | 2024-02-03T10:14:49.835Z | Compiling camino v1.1.6 |
2180 | 2024-02-03T10:14:49.836Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2181 | 2024-02-03T10:14:49.836Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2182 | 2024-02-03T10:14:50.947Z | Running `/work/oxidecomputer/omicron/target/debug/build/camino-86b1f5d4e5750d0f/build-script-build` |
2183 | 2024-02-03T10:14:51.034Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2184 | 2024-02-03T10:14:51.038Z | 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/86b6022/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=111dfa4b750cc3a1 -C extra-filename=-111dfa4b750cc3a1 --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-0a9789d01b345e83.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-19549083a4edbb33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64` |
2185 | 2024-02-03T10:14:51.064Z | 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=90e54d00725bce1d -C extra-filename=-90e54d00725bce1d --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-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut` |
2186 | 2024-02-03T10:14:51.701Z | Compiling fastrand v2.0.0 |
2187 | 2024-02-03T10:14:51.704Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2188 | 2024-02-03T10:14:52.383Z | Compiling serde_yaml v0.9.25 |
2189 | 2024-02-03T10:14:52.393Z | 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=46b96a3087a844ce -C extra-filename=-46b96a3087a844ce --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-b0a0efd32f3c53f8.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-c715252fb2629716.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-3e0eb814995768c3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2190 | 2024-02-03T10:14:52.589Z | Compiling tempfile v3.9.0 |
2191 | 2024-02-03T10:14:52.626Z | 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.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=cc2960752bede418 -C extra-filename=-cc2960752bede418 --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-4ecfac87a90319cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2192 | 2024-02-03T10:14:52.809Z | Compiling toml v0.8.8 |
2193 | 2024-02-03T10:14:52.812Z | 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=1100210f60d1c50c -C extra-filename=-1100210f60d1c50c --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-c715252fb2629716.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-25b71451596232d7.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-995db5c29458619d.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dec334c2a03252c7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2194 | 2024-02-03T10:14:53.138Z | Compiling dirs-sys-next v0.1.2 |
2195 | 2024-02-03T10:14:53.142Z | 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=3f1eaa17a9efd56e -C extra-filename=-3f1eaa17a9efd56e --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2196 | 2024-02-03T10:14:53.957Z | Compiling dirs-next v2.0.0 |
2197 | 2024-02-03T10:14:53.972Z | 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=f264830ed1df9850 -C extra-filename=-f264830ed1df9850 --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-3f1eaa17a9efd56e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2198 | 2024-02-03T10:14:54.171Z | Compiling term v0.7.0 |
2199 | 2024-02-03T10:14:54.178Z | 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=597d459fab2c8513 -C extra-filename=-597d459fab2c8513 --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-f264830ed1df9850.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2200 | 2024-02-03T10:14:54.229Z | Compiling ident_case v1.0.1 |
2201 | 2024-02-03T10:14:54.264Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2202 | 2024-02-03T10:14:54.496Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2203 | 2024-02-03T10:14:54.499Z | 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/1f97f16/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=cd59421ca9b135a6 -C extra-filename=-cd59421ca9b135a6 --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-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2204 | 2024-02-03T10:14:55.696Z | Compiling sha1 v0.10.6 |
2205 | 2024-02-03T10:14:55.700Z | 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=a7abbe626b913ae0 -C extra-filename=-a7abbe626b913ae0 --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-c7155cd217f75a24.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3c69cefdc4f41599.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2206 | 2024-02-03T10:14:56.343Z | Compiling rustls-pki-types v1.1.0 |
2207 | 2024-02-03T10:14:56.348Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=eeccc4e3c9bdc54b -C extra-filename=-eeccc4e3c9bdc54b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2208 | 2024-02-03T10:14:56.794Z | Compiling match_cfg v0.1.0 |
2209 | 2024-02-03T10:14:56.806Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2210 | 2024-02-03T10:14:56.925Z | Compiling hostname v0.3.1 |
2211 | 2024-02-03T10:14:56.928Z | 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=9a7bd16e76bd4a46 -C extra-filename=-9a7bd16e76bd4a46 --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-072d063d2a089037.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-8d6f796531e71837.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2212 | 2024-02-03T10:14:57.126Z | Compiling http v1.0.0 |
2213 | 2024-02-03T10:14:57.130Z | 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-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=708fecddce6c1cd0 -C extra-filename=-708fecddce6c1cd0 --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-0a9789d01b345e83.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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2214 | 2024-02-03T10:14:57.281Z | Compiling atty v0.2.14 |
2215 | 2024-02-03T10:14:57.284Z | 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=1dc25534d397079e -C extra-filename=-1dc25534d397079e --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2216 | 2024-02-03T10:14:57.483Z | Compiling paste v1.0.14 |
2217 | 2024-02-03T10:14:57.490Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2218 | 2024-02-03T10:14:57.570Z | Compiling quick-error v1.2.3 |
2219 | 2024-02-03T10:14:57.578Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2220 | 2024-02-03T10:14:57.626Z | Compiling crossbeam-channel v0.5.8 |
2221 | 2024-02-03T10:14:57.655Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2222 | 2024-02-03T10:14:57.772Z | Compiling rustls v0.22.2 |
2223 | 2024-02-03T10:14:57.776Z | 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.22.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=fd391898a2e69fd1 -C extra-filename=-fd391898a2e69fd1 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-fd391898a2e69fd1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2224 | 2024-02-03T10:14:58.089Z | Compiling rustls-webpki v0.102.1 |
2225 | 2024-02-03T10:14:58.093Z | 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.102.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' -C metadata=0d65772a034c3668 -C extra-filename=-0d65772a034c3668 --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-3b77b2699f3850e3.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-eeccc4e3c9bdc54b.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-018c813ad0174d69.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out` |
2226 | 2024-02-03T10:14:58.315Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-fd391898a2e69fd1/build-script-build` |
2227 | 2024-02-03T10:14:58.354Z | Compiling thread_local v1.1.7 |
2228 | 2024-02-03T10:14:58.369Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2229 | 2024-02-03T10:14:58.388Z | Running `/work/oxidecomputer/omicron/target/debug/build/paste-17f860821eb44ff2/build-script-build` |
2230 | 2024-02-03T10:14:58.476Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2231 | 2024-02-03T10:14:59.254Z | Compiling instant v0.1.12 |
2232 | 2024-02-03T10:14:59.258Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2233 | 2024-02-03T10:14:59.463Z | Compiling slog-async v2.8.0 |
2234 | 2024-02-03T10:14:59.467Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2235 | 2024-02-03T10:14:59.467Z | 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.22.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=cc1a1d40131d7375 -C extra-filename=-cc1a1d40131d7375 --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-3b77b2699f3850e3.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-eeccc4e3c9bdc54b.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-0d65772a034c3668.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out` |
2236 | 2024-02-03T10:14:59.539Z | Compiling rustls-pemfile v2.0.0 |
2237 | 2024-02-03T10:14:59.545Z | 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-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="default"' --cfg 'feature="std"' -C metadata=2d52e8b8bf19ea0f -C extra-filename=-2d52e8b8bf19ea0f --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-64492b43562e8960.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-eeccc4e3c9bdc54b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2238 | 2024-02-03T10:15:00.234Z | Compiling multer v3.0.0 |
2239 | 2024-02-03T10:15:00.237Z | 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-3.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=805d3ae66b726d7e -C extra-filename=-805d3ae66b726d7e --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-805d3ae66b726d7e -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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2240 | 2024-02-03T10:15:00.374Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-2d7c77191a0e5009/build-script-build` |
2241 | 2024-02-03T10:15:00.472Z | Compiling take_mut v0.2.2 |
2242 | 2024-02-03T10:15:00.509Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2243 | 2024-02-03T10:15:00.636Z | Compiling debug-ignore v1.0.5 |
2244 | 2024-02-03T10:15:00.639Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2245 | 2024-02-03T10:15:00.702Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128` |
2246 | 2024-02-03T10:15:00.811Z | Running `/work/oxidecomputer/omicron/target/debug/build/multer-805d3ae66b726d7e/build-script-build` |
2247 | 2024-02-03T10:15:00.851Z | Compiling slog-term v2.9.0 |
2248 | 2024-02-03T10:15:00.856Z | 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=4a4aa598a7ca020e -C extra-filename=-4a4aa598a7ca020e --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-1dc25534d397079e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-597d459fab2c8513.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-a956bb67073eaaaf.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8717160e61d0c384.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2249 | 2024-02-03T10:15:00.903Z | Compiling slog-json v2.6.1 |
2250 | 2024-02-03T10:15:00.909Z | 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=fd3394db9d0caec2 -C extra-filename=-fd3394db9d0caec2 --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-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8717160e61d0c384.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2251 | 2024-02-03T10:15:01.364Z | Compiling async-stream-impl v0.3.5 |
2252 | 2024-02-03T10:15:01.390Z | 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=410bfcf6a1bacea0 -C extra-filename=-410bfcf6a1bacea0 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2253 | 2024-02-03T10:15:01.521Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2254 | 2024-02-03T10:15:01.526Z | 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/711a749/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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2255 | 2024-02-03T10:15:01.725Z | Compiling atomic-waker v1.1.1 |
2256 | 2024-02-03T10:15:01.765Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2257 | 2024-02-03T10:15:02.017Z | Compiling waitgroup v0.1.2 |
2258 | 2024-02-03T10:15:02.021Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2259 | 2024-02-03T10:15:02.187Z | Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-bb63725e5877f0fc/build-script-build` |
2260 | 2024-02-03T10:15:02.289Z | Compiling slog-bunyan v2.5.0 |
2261 | 2024-02-03T10:15:02.300Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fccf81fe59d8c353 -C extra-filename=-fccf81fe59d8c353 --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-9a7bd16e76bd4a46.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-fd3394db9d0caec2.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8717160e61d0c384.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2262 | 2024-02-03T10:15:02.397Z | 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-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=1c355441340e8c39 -C extra-filename=-1c355441340e8c39 --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-0a9789d01b345e83.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-53f9058382a517fe.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-708fecddce6c1cd0.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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2263 | 2024-02-03T10:15:02.613Z | Compiling darling_core v0.20.3 |
2264 | 2024-02-03T10:15:02.621Z | 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=b7b51f1187553e77 -C extra-filename=-b7b51f1187553e77 --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-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-9615ee8240108c1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2265 | 2024-02-03T10:15:02.835Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2266 | 2024-02-03T10:15:02.873Z | 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/711a749/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=46d1858fa5b4850e -C extra-filename=-46d1858fa5b4850e --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9882fb17efa4ead3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2267 | 2024-02-03T10:15:02.992Z | Compiling diesel v2.1.4 |
2268 | 2024-02-03T10:15:02.998Z | 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=5e4cc851a6780f0b -C extra-filename=-5e4cc851a6780f0b --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-8618405ce2bc21e1.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-993265829b10b824.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-3c217e90ae6b70e6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
2269 | 2024-02-03T10:15:03.056Z | Compiling serde_path_to_error v0.1.15 |
2270 | 2024-02-03T10:15:03.060Z | 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=869fc7afa7d573ed -C extra-filename=-869fc7afa7d573ed --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-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2271 | 2024-02-03T10:15:04.006Z | Compiling async-stream v0.3.5 |
2272 | 2024-02-03T10:15:04.014Z | 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=a837d467bd45f539 -C extra-filename=-a837d467bd45f539 --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-410bfcf6a1bacea0.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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2273 | 2024-02-03T10:15:04.234Z | Compiling strum v0.25.0 |
2274 | 2024-02-03T10:15:04.243Z | 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=1e278cffa1bf8d44 -C extra-filename=-1e278cffa1bf8d44 --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-811fe26553f8ceb9.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2275 | 2024-02-03T10:15:04.476Z | Compiling structmeta-derive v0.2.0 |
2276 | 2024-02-03T10:15:04.479Z | 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=2344354b907fe132 -C extra-filename=-2344354b907fe132 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2277 | 2024-02-03T10:15:04.479Z | Compiling wait-timeout v0.2.0 |
2278 | 2024-02-03T10:15:04.496Z | 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=a82392be273b6644 -C extra-filename=-a82392be273b6644 --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2279 | 2024-02-03T10:15:04.521Z | Compiling rand_xorshift v0.3.0 |
2280 | 2024-02-03T10:15:04.525Z | 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=f9296451310b69fd -C extra-filename=-f9296451310b69fd --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-1d07aacb4dce5366.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2281 | 2024-02-03T10:15:04.990Z | Compiling rusty-fork v0.3.0 |
2282 | 2024-02-03T10:15:04.993Z | 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=6de4a8a0d9b6f662 -C extra-filename=-6de4a8a0d9b6f662 --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-cc2960752bede418.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-a82392be273b6644.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2283 | 2024-02-03T10:15:05.383Z | Compiling regex-syntax v0.7.5 |
2284 | 2024-02-03T10:15:05.389Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2285 | 2024-02-03T10:15:06.245Z | Compiling unarray v0.1.4 |
2286 | 2024-02-03T10:15:06.248Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2287 | 2024-02-03T10:15:06.485Z | Compiling proptest v1.4.0 |
2288 | 2024-02-03T10:15:06.491Z | 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=85c75ac927938145 -C extra-filename=-85c75ac927938145 --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-8618405ce2bc21e1.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-cf3fb015319b4763.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1ca351f7f3d361c7.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-f9296451310b69fd.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-6de4a8a0d9b6f662.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-8ef4c22b4a35dc11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2289 | 2024-02-03T10:15:06.771Z | Compiling tokio-rustls v0.25.0 |
2290 | 2024-02-03T10:15:06.774Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=0b0e7b921730a6fd -C extra-filename=-0b0e7b921730a6fd --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-cc1a1d40131d7375.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-eeccc4e3c9bdc54b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out` |
2291 | 2024-02-03T10:15:07.430Z | 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/711a749/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=f4ec6db942ebfbb4 -C extra-filename=-f4ec6db942ebfbb4 --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-a837d467bd45f539.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.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-46d1858fa5b4850e.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-f43b5444f1071237.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-9a7bd16e76bd4a46.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b0a0efd32f3c53f8.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-1c355441340e8c39.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.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-f57b927d6c5d0106.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cc1a1d40131d7375.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2d52e8b8bf19ea0f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-869fc7afa7d573ed.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-a7abbe626b913ae0.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-fccf81fe59d8c353.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-fd3394db9d0caec2.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0b0e7b921730a6fd.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3297899f456e9780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-7ddf078f473b7f9e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out` |
2292 | 2024-02-03T10:15:09.863Z | Compiling structmeta v0.2.0 |
2293 | 2024-02-03T10:15:09.866Z | 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=2b86e202d68bb75d -C extra-filename=-2b86e202d68bb75d --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-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-2344354b907fe132.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2294 | 2024-02-03T10:15:10.562Z | Compiling backoff v0.4.0 |
2295 | 2024-02-03T10:15:10.569Z | 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=65dcd9d072ccd706 -C extra-filename=-65dcd9d072ccd706 --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-102b4ee2be30504e.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-cf3fb015319b4763.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2296 | 2024-02-03T10:15:11.099Z | Compiling test-strategy v0.3.1 |
2297 | 2024-02-03T10:15:11.102Z | 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=27b20e1d8b8c8539 -C extra-filename=-27b20e1d8b8c8539 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-2b86e202d68bb75d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2298 | 2024-02-03T10:15:12.978Z | Compiling darling_macro v0.20.3 |
2299 | 2024-02-03T10:15:12.981Z | 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=9298a228b1741548 -C extra-filename=-9298a228b1741548 --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-b7b51f1187553e77.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2300 | 2024-02-03T10:15:15.004Z | Compiling darling v0.20.3 |
2301 | 2024-02-03T10:15:15.008Z | 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=a34d9bee0dc7c428 -C extra-filename=-a34d9bee0dc7c428 --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-b7b51f1187553e77.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-9298a228b1741548.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2302 | 2024-02-03T10:15:15.176Z | Compiling serde_with_macros v3.6.0 |
2303 | 2024-02-03T10:15:15.180Z | 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.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 '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' -C metadata=cb406b97220713cd -C extra-filename=-cb406b97220713cd --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-a34d9bee0dc7c428.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2304 | 2024-02-03T10:15:17.093Z | Compiling parse-display-derive v0.8.2 |
2305 | 2024-02-03T10:15:17.096Z | 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=ca1c526a6650f609 -C extra-filename=-ca1c526a6650f609 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-0e1d4132dc5c5639.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-2b86e202d68bb75d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2306 | 2024-02-03T10:15:17.484Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2307 | 2024-02-03T10:15:17.487Z | 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=f6f6c7df7c120fea -C extra-filename=-f6f6c7df7c120fea --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-27805d16eed38710.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2308 | 2024-02-03T10:15:17.724Z | Compiling macaddr v1.0.1 |
2309 | 2024-02-03T10:15:17.727Z | 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=2e45b84a56390454 -C extra-filename=-2e45b84a56390454 --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-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2310 | 2024-02-03T10:15:18.232Z | Compiling camino-tempfile v1.1.1 |
2311 | 2024-02-03T10:15:18.235Z | 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=7fb0f0b6b1190272 -C extra-filename=-7fb0f0b6b1190272 --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-90e54d00725bce1d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2312 | 2024-02-03T10:15:18.479Z | Compiling is-terminal v0.4.9 |
2313 | 2024-02-03T10:15:18.485Z | 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=6f16c8e6c7390e4f -C extra-filename=-6f16c8e6c7390e4f --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-4ecfac87a90319cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2314 | 2024-02-03T10:15:18.663Z | Compiling proc-macro-error-attr v1.0.4 |
2315 | 2024-02-03T10:15:18.666Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2316 | 2024-02-03T10:15:18.892Z | Compiling proc-macro-error v1.0.4 |
2317 | 2024-02-03T10:15:18.895Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2318 | 2024-02-03T10:15:19.235Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-a92b53c06bbbcb17/build-script-build` |
2319 | 2024-02-03T10:15:19.332Z | 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=c614a6284c671f85 -C extra-filename=-c614a6284c671f85 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2320 | 2024-02-03T10:15:19.467Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-4fc757a082fb008a/build-script-build` |
2321 | 2024-02-03T10:15:19.669Z | Compiling same-file v1.0.6 |
2322 | 2024-02-03T10:15:19.673Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2323 | 2024-02-03T10:15:20.042Z | Compiling walkdir v2.4.0 |
2324 | 2024-02-03T10:15:20.045Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2325 | 2024-02-03T10:15:20.849Z | 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=4cd3cd7a801c31ba -C extra-filename=-4cd3cd7a801c31ba --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-c614a6284c671f85.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback` |
2326 | 2024-02-03T10:15:20.877Z | Compiling serde_with v3.6.0 |
2327 | 2024-02-03T10:15:20.880Z | 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.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=772af4e597aced3d -C extra-filename=-772af4e597aced3d --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-c715252fb2629716.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-cb406b97220713cd.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2328 | 2024-02-03T10:15:21.198Z | Compiling filetime v0.2.23 |
2329 | 2024-02-03T10:15:21.221Z | 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=9fc834b5cc8db937 -C extra-filename=-9fc834b5cc8db937 --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2330 | 2024-02-03T10:15:21.315Z | Compiling xattr v1.0.1 |
2331 | 2024-02-03T10:15:21.318Z | 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=c9352d8834b1e565 -C extra-filename=-c9352d8834b1e565 --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2332 | 2024-02-03T10:15:21.763Z | Compiling tar v0.4.40 |
2333 | 2024-02-03T10:15:21.766Z | 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=f52fbb710d46b57b -C extra-filename=-f52fbb710d46b57b --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-9fc834b5cc8db937.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-c9352d8834b1e565.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2334 | 2024-02-03T10:15:21.788Z | Compiling proc-macro-crate v1.3.1 |
2335 | 2024-02-03T10:15:21.791Z | 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=bea19cc59a2bd515 -C extra-filename=-bea19cc59a2bd515 --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-9867bac59391c3b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2336 | 2024-02-03T10:15:22.076Z | Compiling heapless v0.8.0 |
2337 | 2024-02-03T10:15:22.083Z | 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/heapless-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=032ca00bcef39cf3 -C extra-filename=-032ca00bcef39cf3 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-032ca00bcef39cf3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2338 | 2024-02-03T10:15:23.077Z | Compiling termtree v0.4.1 |
2339 | 2024-02-03T10:15:23.081Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2340 | 2024-02-03T10:15:23.416Z | Compiling predicates-tree v1.0.9 |
2341 | 2024-02-03T10:15:23.419Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2342 | 2024-02-03T10:15:23.643Z | Compiling num_enum_derive v0.5.11 |
2343 | 2024-02-03T10:15:23.646Z | 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=231774790750d4b5 -C extra-filename=-231774790750d4b5 --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-bea19cc59a2bd515.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2344 | 2024-02-03T10:15:24.281Z | Running `/work/oxidecomputer/omicron/target/debug/build/heapless-032ca00bcef39cf3/build-script-build` |
2345 | 2024-02-03T10:15:24.775Z | Compiling hash32 v0.3.1 |
2346 | 2024-02-03T10:15:24.778Z | 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.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=f3e82812a85a875b -C extra-filename=-f3e82812a85a875b --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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2347 | 2024-02-03T10:15:25.118Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2348 | 2024-02-03T10:15:25.121Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2349 | 2024-02-03T10:15:25.286Z | Compiling smoltcp v0.11.0 |
2350 | 2024-02-03T10:15:25.289Z | 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.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' -C metadata=7948c97bae278fef -C extra-filename=-7948c97bae278fef --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-7948c97bae278fef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2351 | 2024-02-03T10:15:25.335Z | Compiling parse-display v0.8.2 |
2352 | 2024-02-03T10:15:25.342Z | 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=78d02dbd876db383 -C extra-filename=-78d02dbd876db383 --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-ca1c526a6650f609.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2353 | 2024-02-03T10:15:25.635Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0eb71b76a816b909 -C extra-filename=-0eb71b76a816b909 --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-f3e82812a85a875b.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-f91a802ad56db795.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2354 | 2024-02-03T10:15:25.766Z | Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-fc6877d46a24d6b7/build-script-build` |
2355 | 2024-02-03T10:15:25.806Z | Compiling usdt-attr-macro v0.5.0 |
2356 | 2024-02-03T10:15:25.810Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=7f5ccbdd33ed88e9 -C extra-filename=-7f5ccbdd33ed88e9 --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-88d1bd2393a25950.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9882fb17efa4ead3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-43732c290a2519ea.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2357 | 2024-02-03T10:15:26.223Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2358 | 2024-02-03T10:15:26.226Z | 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/1f97f16/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=8b2994faa6123e7a -C extra-filename=-8b2994faa6123e7a --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9882fb17efa4ead3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-cd59421ca9b135a6.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2359 | 2024-02-03T10:15:26.562Z | Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-7948c97bae278fef/build-script-build` |
2360 | 2024-02-03T10:15:26.622Z | Compiling usdt-macro v0.5.0 |
2361 | 2024-02-03T10:15:26.626Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=ab56bc6b94024dbc -C extra-filename=-ab56bc6b94024dbc --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-88d1bd2393a25950.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9882fb17efa4ead3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-43732c290a2519ea.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2362 | 2024-02-03T10:15:27.487Z | Compiling memmap v0.7.0 |
2363 | 2024-02-03T10:15:27.528Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name memmap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f6ab6553afcb4a71 -C extra-filename=-f6ab6553afcb4a71 --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2364 | 2024-02-03T10:15:27.874Z | Compiling cobs v0.2.3 |
2365 | 2024-02-03T10:15:27.878Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2366 | 2024-02-03T10:15:28.039Z | Compiling embedded-io v0.4.0 |
2367 | 2024-02-03T10:15:28.043Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2368 | 2024-02-03T10:15:28.387Z | Compiling crucible-workspace-hack v0.1.0 |
2369 | 2024-02-03T10:15:28.402Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2370 | 2024-02-03T10:15:28.403Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2371 | 2024-02-03T10:15:28.415Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2372 | 2024-02-03T10:15:28.717Z | Compiling num_enum v0.5.11 |
2373 | 2024-02-03T10:15:28.760Z | 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=ba89732f71333b13 -C extra-filename=-ba89732f71333b13 --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-231774790750d4b5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2374 | 2024-02-03T10:15:28.957Z | Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-dc1d1786538742c9/build-script-build` |
2375 | 2024-02-03T10:15:28.960Z | Compiling postcard v1.0.8 |
2376 | 2024-02-03T10:15:28.960Z | 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=6d137f30f5ccec05 -C extra-filename=-6d137f30f5ccec05 --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-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2377 | 2024-02-03T10:15:28.984Z | Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-f81b0c2ad61a74a1/build-script-build` |
2378 | 2024-02-03T10:15:29.035Z | 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.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' -C metadata=5afd63cc3a677340 -C extra-filename=-5afd63cc3a677340 --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-0eb71b76a816b909.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f3363b8ae905f1e2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2379 | 2024-02-03T10:15:29.047Z | Compiling foreign-types-macros v0.2.3 |
2380 | 2024-02-03T10:15:29.050Z | 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=2f14c3f5fb64b64e -C extra-filename=-2f14c3f5fb64b64e --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2381 | 2024-02-03T10:15:29.075Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2382 | 2024-02-03T10:15:29.108Z | 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/1d29ef6/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=5b167de2a1acb27f -C extra-filename=-5b167de2a1acb27f --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-5b167de2a1acb27f -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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2383 | 2024-02-03T10:15:29.466Z | Compiling usdt v0.5.0 |
2384 | 2024-02-03T10:15:29.469Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=3e0f129150d45802 -C extra-filename=-3e0f129150d45802 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-5e63158c651fd920.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-88d1bd2393a25950.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-15f4b35d95d3f2a5.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-f6ab6553afcb4a71.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-7f5ccbdd33ed88e9.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-43732c290a2519ea.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-ab56bc6b94024dbc.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2385 | 2024-02-03T10:15:29.638Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2386 | 2024-02-03T10:15:29.651Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2387 | 2024-02-03T10:15:30.194Z | Compiling foreign-types-shared v0.3.1 |
2388 | 2024-02-03T10:15:30.198Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2389 | 2024-02-03T10:15:30.301Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2390 | 2024-02-03T10:15:30.308Z | 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/1d29ef6/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=8ecf415fda16518a -C extra-filename=-8ecf415fda16518a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2391 | 2024-02-03T10:15:30.343Z | Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-dd4e5d325a4cdc6a/build-script-build` |
2392 | 2024-02-03T10:15:30.370Z | Running `/work/oxidecomputer/omicron/target/debug/build/opte-5b167de2a1acb27f/build-script-build` |
2393 | 2024-02-03T10:15:30.404Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64 -l dlpi` |
2394 | 2024-02-03T10:15:30.463Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2395 | 2024-02-03T10:15:30.558Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64 -l nvpair -l zfs` |
2396 | 2024-02-03T10:15:30.603Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2397 | 2024-02-03T10:15:30.606Z | 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=a37c6ebd46a4cd07 -C extra-filename=-a37c6ebd46a4cd07 --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-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2398 | 2024-02-03T10:15:30.652Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2399 | 2024-02-03T10:15:30.657Z | 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/1d29ef6/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=cab22822850664b7 -C extra-filename=-cab22822850664b7 --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-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2400 | 2024-02-03T10:15:30.839Z | Compiling cstr-argument v0.1.2 |
2401 | 2024-02-03T10:15:30.842Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2402 | 2024-02-03T10:15:31.214Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2403 | 2024-02-03T10:15:31.218Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2404 | 2024-02-03T10:15:31.473Z | Compiling foreign-types v0.5.0 |
2405 | 2024-02-03T10:15:31.476Z | 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=037f6e2ea010334e -C extra-filename=-037f6e2ea010334e --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-2f14c3f5fb64b64e.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-1aad55c56eb66317.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2406 | 2024-02-03T10:15:31.688Z | Compiling pretty-hex v0.2.1 |
2407 | 2024-02-03T10:15:31.691Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2408 | 2024-02-03T10:15:31.834Z | Running `/work/oxidecomputer/omicron/target/debug/build/libnet-9f73abf30ced9bbb/build-script-build` |
2409 | 2024-02-03T10:15:31.875Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2410 | 2024-02-03T10:15:31.878Z | 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=81757f986a90e6b2 -C extra-filename=-81757f986a90e6b2 --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-037f6e2ea010334e.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-53e50daadc4ec088.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2411 | 2024-02-03T10:15:31.980Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2412 | 2024-02-03T10:15:31.983Z | 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=5841af328605be4b -C extra-filename=-5841af328605be4b --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-072d063d2a089037.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-ba89732f71333b13.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8bedb3b668532990.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2413 | 2024-02-03T10:15:32.340Z | 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=e6165410d8b43b63 -C extra-filename=-e6165410d8b43b63 --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-072d063d2a089037.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-a37c6ebd46a4cd07.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l door` |
2414 | 2024-02-03T10:15:32.485Z | Compiling colored v2.0.4 |
2415 | 2024-02-03T10:15:32.488Z | 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=c4e53ac2f60bc73e -C extra-filename=-c4e53ac2f60bc73e --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-6f16c8e6c7390e4f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2416 | 2024-02-03T10:15:32.560Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2417 | 2024-02-03T10:15:32.563Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name poptrie --edition=2021 /home/build/.cargo/git/checkouts/poptrie-46bdf39ddc5f7ef1/ca52bef/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=305a3b0da76da73f -C extra-filename=-305a3b0da76da73f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2418 | 2024-02-03T10:15:32.603Z | Compiling zone_cfg_derive v0.3.0 |
2419 | 2024-02-03T10:15:32.603Z | 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=b0410dd5aee11f7e -C extra-filename=-b0410dd5aee11f7e --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-4cd3cd7a801c31ba.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2420 | 2024-02-03T10:15:32.760Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2421 | 2024-02-03T10:15:32.788Z | 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/ff6c4df/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=cf54ee2b4d6846aa -C extra-filename=-cf54ee2b4d6846aa --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-072d063d2a089037.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2422 | 2024-02-03T10:15:33.082Z | 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=a7c6c88373e995fe -C extra-filename=-a7c6c88373e995fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-c4e53ac2f60bc73e.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-5841af328605be4b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-ba89732f71333b13.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-81757f986a90e6b2.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-e6165410d8b43b63.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-fd24bc161709065e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a6677895971ae67b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat` |
2423 | 2024-02-03T10:15:33.458Z | Compiling mockall_derive v0.12.0 |
2424 | 2024-02-03T10:15:33.462Z | 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=9dd89df589b9b409 -C extra-filename=-9dd89df589b9b409 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2425 | 2024-02-03T10:15:33.694Z | Compiling num-derive v0.4.0 |
2426 | 2024-02-03T10:15:33.697Z | 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=46b50ed90cd92d22 -C extra-filename=-46b50ed90cd92d22 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2427 | 2024-02-03T10:15:35.374Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2428 | 2024-02-03T10:15:35.377Z | 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/1d29ef6/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=d823089d2bf74d33 -C extra-filename=-d823089d2bf74d33 --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-8ecf415fda16518a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-6d137f30f5ccec05.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-5afd63cc3a677340.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2429 | 2024-02-03T10:15:35.669Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2430 | 2024-02-03T10:15:35.673Z | 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/1f97f16/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=2306d67c6177b9bf -C extra-filename=-2306d67c6177b9bf --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-cd59421ca9b135a6.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-8b2994faa6123e7a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2431 | 2024-02-03T10:15:35.872Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2432 | 2024-02-03T10:15:35.876Z | 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/86b6022/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=603d7589d4638d1c -C extra-filename=-603d7589d4638d1c --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-17e0598029016fd2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b0a0efd32f3c53f8.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-2306d67c6177b9bf.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2433 | 2024-02-03T10:15:37.594Z | Compiling fragile v2.0.0 |
2434 | 2024-02-03T10:15:37.597Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2435 | 2024-02-03T10:15:37.990Z | 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/1d29ef6/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=006eb059aae9854c -C extra-filename=-006eb059aae9854c --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-8ecf415fda16518a.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-cab22822850664b7.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-d823089d2bf74d33.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-6d137f30f5ccec05.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-5afd63cc3a677340.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm` |
2436 | 2024-02-03T10:15:38.303Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2437 | 2024-02-03T10:15:38.306Z | 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/1d29ef6/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=ac553dd9b1f7b09a -C extra-filename=-ac553dd9b1f7b09a --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 illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-8ecf415fda16518a.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-006eb059aae9854c.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-305a3b0da76da73f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-5afd63cc3a677340.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3986eb937002ab5c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2438 | 2024-02-03T10:15:38.595Z | Compiling downcast v0.11.0 |
2439 | 2024-02-03T10:15:38.598Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2440 | 2024-02-03T10:15:39.021Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2441 | 2024-02-03T10:15:39.027Z | 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/2d4bc11/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=a6ed8128ccfc730c -C extra-filename=-a6ed8128ccfc730c --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-072d063d2a089037.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-46b50ed90cd92d22.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2442 | 2024-02-03T10:15:39.103Z | Compiling zone v0.3.0 |
2443 | 2024-02-03T10:15:39.106Z | 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"' --cfg 'feature="sync"' -C metadata=65a9dfe0c962f34a -C extra-filename=-65a9dfe0c962f34a --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-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-b0410dd5aee11f7e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2444 | 2024-02-03T10:15:39.769Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2445 | 2024-02-03T10:15:39.773Z | 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/ff6c4df/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=7614796703d08fee -C extra-filename=-7614796703d08fee --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-cf54ee2b4d6846aa.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2446 | 2024-02-03T10:15:40.425Z | Compiling smf v0.2.2 |
2447 | 2024-02-03T10:15:40.428Z | 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=84133904c58985c5 -C extra-filename=-84133904c58985c5 --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-19a0d165a8de2fa6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2448 | 2024-02-03T10:15:40.580Z | Compiling pem v3.0.2 |
2449 | 2024-02-03T10:15:40.583Z | 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=e9c1463b07ede707 -C extra-filename=-e9c1463b07ede707 --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-64492b43562e8960.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2450 | 2024-02-03T10:15:41.594Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2451 | 2024-02-03T10:15:41.598Z | 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/1d29ef6/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=cf4f3dbc5e2883f5 -C extra-filename=-cf4f3dbc5e2883f5 --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-072d063d2a089037.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-a7c6c88373e995fe.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-006eb059aae9854c.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-ac553dd9b1f7b09a.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-6d137f30f5ccec05.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2452 | 2024-02-03T10:15:41.768Z | Compiling linked-hash-map v0.5.6 |
2453 | 2024-02-03T10:15:41.771Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2454 | 2024-02-03T10:15:41.871Z | Compiling headers-core v0.2.0 |
2455 | 2024-02-03T10:15:41.911Z | 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=0c1716034038b766 -C extra-filename=-0c1716034038b766 --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-17e0598029016fd2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2456 | 2024-02-03T10:15:42.101Z | Compiling headers v0.3.9 |
2457 | 2024-02-03T10:15:42.104Z | 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=932e5b382d4d6d76 -C extra-filename=-932e5b382d4d6d76 --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-64492b43562e8960.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-0c1716034038b766.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.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-a7abbe626b913ae0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2458 | 2024-02-03T10:15:42.354Z | Compiling lru-cache v0.1.2 |
2459 | 2024-02-03T10:15:42.357Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2460 | 2024-02-03T10:15:42.648Z | Compiling crossbeam-deque v0.8.3 |
2461 | 2024-02-03T10:15:42.652Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2462 | 2024-02-03T10:15:42.702Z | Compiling itertools v0.12.1 |
2463 | 2024-02-03T10:15:42.705Z | 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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=69934fc61b2f8197 -C extra-filename=-69934fc61b2f8197 --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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2464 | 2024-02-03T10:15:43.190Z | Compiling rayon-core v1.12.0 |
2465 | 2024-02-03T10:15:43.193Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2466 | 2024-02-03T10:15:43.251Z | Compiling password-hash v0.5.0 |
2467 | 2024-02-03T10:15:43.276Z | 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=523dd66978ebd8da -C extra-filename=-523dd66978ebd8da --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-1d07aacb4dce5366.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2468 | 2024-02-03T10:15:43.740Z | Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-382a30302ea49031/build-script-build` |
2469 | 2024-02-03T10:15:43.780Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2470 | 2024-02-03T10:15:45.006Z | Compiling blake2 v0.10.6 |
2471 | 2024-02-03T10:15:45.009Z | 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=0757a700110d201d -C extra-filename=-0757a700110d201d --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-3c69cefdc4f41599.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2472 | 2024-02-03T10:15:45.523Z | Compiling rayon v1.8.0 |
2473 | 2024-02-03T10:15:45.526Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2474 | 2024-02-03T10:15:46.798Z | Compiling argon2 v0.5.3 |
2475 | 2024-02-03T10:15:46.801Z | 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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=c60818d518355126 -C extra-filename=-c60818d518355126 --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-0757a700110d201d.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-c7155cd217f75a24.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-523dd66978ebd8da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2476 | 2024-02-03T10:15:47.518Z | Compiling swrite v0.1.0 |
2477 | 2024-02-03T10:15:47.521Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2478 | 2024-02-03T10:15:47.697Z | Compiling rcgen v0.12.1 |
2479 | 2024-02-03T10:15:47.700Z | 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.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' -C metadata=c8c40b309bdd07cb -C extra-filename=-c8c40b309bdd07cb --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-e9c1463b07ede707.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8717160e61d0c384.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-238a204dfb074999.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out` |
2480 | 2024-02-03T10:15:47.963Z | Compiling mockall v0.12.0 |
2481 | 2024-02-03T10:15:47.963Z | 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=d370449767f06d09 -C extra-filename=-d370449767f06d09 --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-9dd89df589b9b409.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-53721f6b6218811c.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-a10b956f74bf4c45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2482 | 2024-02-03T10:15:48.048Z | Compiling atomicwrites v0.4.3 |
2483 | 2024-02-03T10:15:48.051Z | 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=cefa51378f2ea758 -C extra-filename=-cefa51378f2ea758 --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-4ecfac87a90319cf.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2484 | 2024-02-03T10:15:48.463Z | Compiling subprocess v0.2.9 |
2485 | 2024-02-03T10:15:48.466Z | 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=0c38f3536090460f -C extra-filename=-0c38f3536090460f --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2486 | 2024-02-03T10:15:48.571Z | Compiling toml v0.5.11 |
2487 | 2024-02-03T10:15:48.574Z | 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=c0135baddaf047d0 -C extra-filename=-c0135baddaf047d0 --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-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2488 | 2024-02-03T10:15:49.637Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2489 | 2024-02-03T10:15:49.641Z | 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/86b6022/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=8a759d9a1bac2fdd -C extra-filename=-8a759d9a1bac2fdd --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-3679a975bfe14c18.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-603d7589d4638d1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9882fb17efa4ead3.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-46b96a3087a844ce.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2490 | 2024-02-03T10:15:51.939Z | Compiling arc-swap v1.6.0 |
2491 | 2024-02-03T10:15:51.942Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2492 | 2024-02-03T10:15:51.966Z | Compiling cancel-safe-futures v0.1.5 |
2493 | 2024-02-03T10:15:51.988Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2494 | 2024-02-03T10:15:52.162Z | Compiling resolv-conf v0.7.0 |
2495 | 2024-02-03T10:15:52.165Z | 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=81777ad20339e29c -C extra-filename=-81777ad20339e29c --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-9a7bd16e76bd4a46.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-f4ece63d59b921ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2496 | 2024-02-03T10:15:52.601Z | Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-8f4a6794809c5c94/build-script-build` |
2497 | 2024-02-03T10:15:52.640Z | Compiling slog-scope v4.4.0 |
2498 | 2024-02-03T10:15:52.643Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2499 | 2024-02-03T10:15:52.976Z | Compiling slog-stdlog v4.1.1 |
2500 | 2024-02-03T10:15:52.979Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2501 | 2024-02-03T10:15:53.485Z | Compiling slog-envlogger v2.2.0 |
2502 | 2024-02-03T10:15:53.488Z | 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=d18b7c2a0aa727f2 -C extra-filename=-d18b7c2a0aa727f2 --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-4be7b51d6a8b3fc5.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-4a4aa598a7ca020e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2503 | 2024-02-03T10:15:53.512Z | Compiling home v0.5.5 |
2504 | 2024-02-03T10:15:53.515Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2505 | 2024-02-03T10:15:53.535Z | Compiling trust-dns-resolver v0.22.0 |
2506 | 2024-02-03T10:15:53.559Z | 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=a8f6b871a08b8e5c -C extra-filename=-a8f6b871a08b8e5c --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-53f9058382a517fe.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-d288ebdde96719a9.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-81777ad20339e29c.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a6677895971ae67b.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b1466db6e2e9cddc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2507 | 2024-02-03T10:15:53.562Z | 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=8c5958d0657057f8 -C extra-filename=-8c5958d0657057f8 --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-53f9058382a517fe.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-a2cc24832304f868.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2508 | 2024-02-03T10:15:53.901Z | Compiling half v2.3.1 |
2509 | 2024-02-03T10:15:53.905Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9393b882343b5371 -C extra-filename=-9393b882343b5371 --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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2510 | 2024-02-03T10:15:54.440Z | Compiling ciborium-io v0.2.2 |
2511 | 2024-02-03T10:15:54.445Z | 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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=c59469613c5b8e57 -C extra-filename=-c59469613c5b8e57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2512 | 2024-02-03T10:15:54.468Z | Compiling heck v0.3.3 |
2513 | 2024-02-03T10:15:54.503Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2514 | 2024-02-03T10:15:54.628Z | Compiling libsw v3.3.1 |
2515 | 2024-02-03T10:15:54.631Z | 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=c956746db07d067d -C extra-filename=-c956746db07d067d --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-a2cc24832304f868.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2516 | 2024-02-03T10:15:54.675Z | Compiling ciborium-ll v0.2.2 |
2517 | 2024-02-03T10:15:54.716Z | 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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7bf3400fca3c7a04 -C extra-filename=-7bf3400fca3c7a04 --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-c59469613c5b8e57.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-9393b882343b5371.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2518 | 2024-02-03T10:15:54.822Z | Compiling derive-where v1.2.7 |
2519 | 2024-02-03T10:15:54.825Z | 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=99137e97c3cb7edd -C extra-filename=-99137e97c3cb7edd --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2520 | 2024-02-03T10:15:54.985Z | Compiling textwrap v0.11.0 |
2521 | 2024-02-03T10:15:54.988Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2522 | 2024-02-03T10:15:55.094Z | Compiling slog-dtrace v0.3.0 |
2523 | 2024-02-03T10:15:55.097Z | 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/slog-dtrace-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cc3f82c17415ae55 -C extra-filename=-cc3f82c17415ae55 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-cc3f82c17415ae55 -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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2524 | 2024-02-03T10:15:55.121Z | Compiling strsim v0.8.0 |
2525 | 2024-02-03T10:15:55.145Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2526 | 2024-02-03T10:15:55.388Z | Compiling ciborium v0.2.2 |
2527 | 2024-02-03T10:15:55.391Z | 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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=44e3ea887799f379 -C extra-filename=-44e3ea887799f379 --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-c59469613c5b8e57.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-7bf3400fca3c7a04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2528 | 2024-02-03T10:15:55.677Z | Compiling libefi-sys v0.1.0 |
2529 | 2024-02-03T10:15:55.681Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2530 | 2024-02-03T10:15:55.767Z | Compiling vec_map v0.8.2 |
2531 | 2024-02-03T10:15:55.770Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2532 | 2024-02-03T10:15:56.142Z | Compiling arrayvec v0.7.4 |
2533 | 2024-02-03T10:15:56.174Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2534 | 2024-02-03T10:15:56.217Z | Compiling ansi_term v0.12.1 |
2535 | 2024-02-03T10:15:56.220Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2536 | 2024-02-03T10:15:56.244Z | Compiling linear-map v1.2.0 |
2537 | 2024-02-03T10:15:56.296Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2538 | 2024-02-03T10:15:56.803Z | Compiling owo-colors v4.0.0 |
2539 | 2024-02-03T10:15:56.847Z | 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-4.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=809f059798a7cc9f -C extra-filename=-809f059798a7cc9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2540 | 2024-02-03T10:15:56.860Z | Compiling arrayref v0.3.7 |
2541 | 2024-02-03T10:15:56.884Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2542 | 2024-02-03T10:15:57.017Z | Compiling clap v2.34.0 |
2543 | 2024-02-03T10:15:57.020Z | 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=d7a503156bda85c1 -C extra-filename=-d7a503156bda85c1 --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-1dc25534d397079e.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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2544 | 2024-02-03T10:15:57.128Z | Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-02c3bc0f71beca8d/build-script-build` |
2545 | 2024-02-03T10:15:57.139Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-cc3f82c17415ae55/build-script-build` |
2546 | 2024-02-03T10:15:57.234Z | Compiling structopt-derive v0.4.18 |
2547 | 2024-02-03T10:15:57.240Z | 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=7484ef1dfa850fec -C extra-filename=-7484ef1dfa850fec --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-4cd3cd7a801c31ba.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2548 | 2024-02-03T10:15:57.953Z | Compiling signature v2.1.0 |
2549 | 2024-02-03T10:15:57.956Z | 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=7bf9f6c5dd7a028c -C extra-filename=-7bf9f6c5dd7a028c --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-3c69cefdc4f41599.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d07aacb4dce5366.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2550 | 2024-02-03T10:15:58.324Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2551 | 2024-02-03T10:15:58.327Z | 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=e4930b7a36282638 -C extra-filename=-e4930b7a36282638 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-e4930b7a36282638 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8d7c92e9f8188f7d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2552 | 2024-02-03T10:15:59.027Z | Compiling nibble_vec v0.1.0 |
2553 | 2024-02-03T10:15:59.031Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2554 | 2024-02-03T10:15:59.331Z | Compiling endian-type v0.1.2 |
2555 | 2024-02-03T10:15:59.334Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2556 | 2024-02-03T10:15:59.670Z | Compiling constant_time_eq v0.3.0 |
2557 | 2024-02-03T10:15:59.699Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2558 | 2024-02-03T10:15:59.938Z | Compiling radix_trie v0.2.1 |
2559 | 2024-02-03T10:15:59.941Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2560 | 2024-02-03T10:16:00.947Z | Running `/work/oxidecomputer/omicron/target/debug/build/tofino-e4930b7a36282638/build-script-build` |
2561 | 2024-02-03T10:16:01.024Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4699374c8c7e7f44 -C extra-filename=-4699374c8c7e7f44 --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-4141cfc584c78c19.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2562 | 2024-02-03T10:16:01.110Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64 -l efi` |
2563 | 2024-02-03T10:16:01.306Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2564 | 2024-02-03T10:16:01.350Z | 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=1afc1b8683d0380d -C extra-filename=-1afc1b8683d0380d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-ba89732f71333b13.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2565 | 2024-02-03T10:16:01.956Z | Compiling blake3 v1.5.0 |
2566 | 2024-02-03T10:16:01.960Z | 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/blake3-1.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' -C metadata=1d79a1900346aff9 -C extra-filename=-1d79a1900346aff9 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-1d79a1900346aff9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8d7c92e9f8188f7d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2567 | 2024-02-03T10:16:02.112Z | Compiling semver v0.1.20 |
2568 | 2024-02-03T10:16:02.265Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2569 | 2024-02-03T10:16:02.513Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2570 | 2024-02-03T10:16:02.516Z | 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=95a37e8719a7fef9 -C extra-filename=-95a37e8719a7fef9 --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-072d063d2a089037.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-795cf1b109b7acc0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2571 | 2024-02-03T10:16:02.621Z | Compiling structopt v0.3.26 |
2572 | 2024-02-03T10:16:02.625Z | 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=5c067085d35d9ea5 -C extra-filename=-5c067085d35d9ea5 --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-d7a503156bda85c1.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-7484ef1dfa850fec.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2573 | 2024-02-03T10:16:02.890Z | 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=da927c54f5ba40f7 -C extra-filename=-da927c54f5ba40f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-1afc1b8683d0380d.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-5c067085d35d9ea5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out -l static=pci` |
2574 | 2024-02-03T10:16:03.045Z | Running `/work/oxidecomputer/omicron/target/debug/build/blake3-1d79a1900346aff9/build-script-build` |
2575 | 2024-02-03T10:16:03.048Z | Compiling rustc_version v0.1.7 |
2576 | 2024-02-03T10:16:03.067Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2577 | 2024-02-03T10:16:03.189Z | Compiling memmap2 v0.7.1 |
2578 | 2024-02-03T10:16:03.193Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=837f6ef1301eac57 -C extra-filename=-837f6ef1301eac57 --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2579 | 2024-02-03T10:16:03.600Z | Compiling gethostname v0.4.3 |
2580 | 2024-02-03T10:16:03.603Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name gethostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gethostname-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d64f3a5fae41bc0f -C extra-filename=-d64f3a5fae41bc0f --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2581 | 2024-02-03T10:16:03.624Z | Compiling fxhash v0.2.1 |
2582 | 2024-02-03T10:16:03.628Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2583 | 2024-02-03T10:16:03.817Z | Compiling newtype_derive v0.1.6 |
2584 | 2024-02-03T10:16:03.841Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2585 | 2024-02-03T10:16:03.845Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' -C metadata=b39fecbb5fe59453 -C extra-filename=-b39fecbb5fe59453 --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 cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-488618ce28bbcd62.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-837f6ef1301eac57.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -l static=blake3_sse2_sse41_avx2_assembly -l static=blake3_avx512_assembly --cfg blake3_sse2_ffi --cfg blake3_sse41_ffi --cfg blake3_avx2_ffi --cfg blake3_avx512_ffi` |
2586 | 2024-02-03T10:16:03.905Z | Compiling topological-sort v0.2.2 |
2587 | 2024-02-03T10:16:03.911Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2588 | 2024-02-03T10:16:03.986Z | Compiling termcolor v1.2.0 |
2589 | 2024-02-03T10:16:03.990Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2590 | 2024-02-03T10:16:04.188Z | Compiling semver-parser v0.10.2 |
2591 | 2024-02-03T10:16:04.191Z | 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=489187b11cd44954 -C extra-filename=-489187b11cd44954 --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-15ea8f00e3d66a10.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2592 | 2024-02-03T10:16:04.217Z | Compiling radium v0.7.0 |
2593 | 2024-02-03T10:16:04.221Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2594 | 2024-02-03T10:16:04.379Z | Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-1c6c0c01e1dcc86e/build-script-build` |
2595 | 2024-02-03T10:16:04.474Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg op_assign` |
2596 | 2024-02-03T10:16:04.640Z | Compiling glob v0.3.1 |
2597 | 2024-02-03T10:16:04.644Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2598 | 2024-02-03T10:16:05.011Z | Compiling omicron-zone-package v0.11.0 |
2599 | 2024-02-03T10:16:05.014Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=23b7f89f395c3857 -C extra-filename=-23b7f89f395c3857 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-b39fecbb5fe59453.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-9fc834b5cc8db937.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5ef5167752f2c69e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fcd3a711c4d980a1.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9fded515545df830.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 --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64` |
2600 | 2024-02-03T10:16:05.400Z | Compiling semver v0.11.0 |
2601 | 2024-02-03T10:16:05.403Z | 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=2d9230d2a8c406df -C extra-filename=-2d9230d2a8c406df --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-489187b11cd44954.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2602 | 2024-02-03T10:16:06.315Z | Running `/work/oxidecomputer/omicron/target/debug/build/radium-fba5e3f37040d9d7/build-script-build` |
2603 | 2024-02-03T10:16:06.354Z | Compiling steno v0.4.0 |
2604 | 2024-02-03T10:16:06.357Z | 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=f608be7aaa8a8d32 -C extra-filename=-f608be7aaa8a8d32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.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-3d4ffcd86b1fd673.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2605 | 2024-02-03T10:16:06.595Z | Compiling num-rational v0.4.1 |
2606 | 2024-02-03T10:16:06.599Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2607 | 2024-02-03T10:16:06.745Z | Compiling tap v1.0.1 |
2608 | 2024-02-03T10:16:06.749Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2609 | 2024-02-03T10:16:07.021Z | Compiling maybe-uninit v2.0.0 |
2610 | 2024-02-03T10:16:07.024Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2611 | 2024-02-03T10:16:07.197Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-rational-2f37d431f14d093d/build-script-build` |
2612 | 2024-02-03T10:16:07.564Z | Compiling wyz v0.5.1 |
2613 | 2024-02-03T10:16:07.568Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2614 | 2024-02-03T10:16:07.940Z | Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-bf78889f24b0c2b0/build-script-build` |
2615 | 2024-02-03T10:16:07.978Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg radium_atomic_8 --cfg radium_atomic_16 --cfg radium_atomic_32 --cfg radium_atomic_64 --cfg radium_atomic_ptr` |
2616 | 2024-02-03T10:16:08.001Z | Compiling toolchain_find v0.2.0 |
2617 | 2024-02-03T10:16:08.004Z | 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=59320eeea9bb8d7b -C extra-filename=-59320eeea9bb8d7b --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-4be7b51d6a8b3fc5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2d9230d2a8c406df.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2618 | 2024-02-03T10:16:08.254Z | Compiling crc-catalog v2.2.0 |
2619 | 2024-02-03T10:16:08.277Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2620 | 2024-02-03T10:16:08.474Z | Compiling packed_struct v0.10.1 |
2621 | 2024-02-03T10:16:08.477Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2622 | 2024-02-03T10:16:08.740Z | Compiling funty v2.0.0 |
2623 | 2024-02-03T10:16:08.743Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2624 | 2024-02-03T10:16:08.971Z | Compiling num-bigint-dig v0.8.4 |
2625 | 2024-02-03T10:16:08.974Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2626 | 2024-02-03T10:16:09.265Z | Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-1187ed4801970867/build-script-build` |
2627 | 2024-02-03T10:16:09.283Z | Compiling crc v3.0.1 |
2628 | 2024-02-03T10:16:09.286Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2629 | 2024-02-03T10:16:09.559Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-5a6cfc0aceccdd2d/build-script-build` |
2630 | 2024-02-03T10:16:09.598Z | Compiling rustfmt-wrapper v0.2.0 |
2631 | 2024-02-03T10:16:09.601Z | 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=b2d90f3337219a6a -C extra-filename=-b2d90f3337219a6a --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-c715252fb2629716.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-c0135baddaf047d0.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-59320eeea9bb8d7b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2632 | 2024-02-03T10:16:09.783Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg derive_copy --cfg repr_transparent --cfg native_uninit` |
2633 | 2024-02-03T10:16:09.887Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_int_exp_fmt` |
2634 | 2024-02-03T10:16:10.617Z | Compiling packed_struct_codegen v0.10.1 |
2635 | 2024-02-03T10:16:10.620Z | 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=245a28b11c55bec6 -C extra-filename=-245a28b11c55bec6 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2636 | 2024-02-03T10:16:10.972Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2637 | 2024-02-03T10:16:10.977Z | 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=ce98bfe88da15ef4 -C extra-filename=-ce98bfe88da15ef4 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-ce98bfe88da15ef4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-cb325a685295b415.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-e39b65394af31ca3.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.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-8618405ce2bc21e1.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-0a9789d01b345e83.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0cddec495d8a776e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-0d13cb7900ca812f.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-78e92f0a938305c3.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 crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ce141d2a5357695.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-4c8e5875e5a3a025.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9195e699c88ce3be.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-5e4cc851a6780f0b.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3c69cefdc4f41599.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-5e63158c651fd920.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7a80d53055709791.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-e03ce0c6b11098e3.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-ab8bb4c8beb328c5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.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-53f9058382a517fe.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5926e37d1f197e57.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-102b4ee2be30504e.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-91a8c368bbe7faaf.rlib --extern hashbrown_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-67e1651faf6cec83.rlib --extern hashbrown_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-25a1a455ae7ad26d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a32162f7cac7119.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b0a0efd32f3c53f8.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-15281089ab3f7dbc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.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-072d063d2a089037.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-40e5b787da3c66c6.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-24dc8bd775458b21.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-bbacd6d88864d6e8.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-3679a975bfe14c18.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3d4ffcd86b1fd673.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-be9dd9d729068190.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-ee6cdf9a9cd99e2d.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-53721f6b6218811c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1ca351f7f3d361c7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-40dfbed7bcb9fb30.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-4ecfac87a90319cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4a7b84e25ebd2235.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a210f81e1185703.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0405182190fe7586.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8717160e61d0c384.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-7b759573e934a70a.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c2bec24bc1103476.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9fded515545df830.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-995db5c29458619d.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9867bac59391c3b4.rlib --extern toml_edit_647d43efb71741da=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dec334c2a03252c7.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a6677895971ae67b.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b1466db6e2e9cddc.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-3297899f456e9780.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-43732c290a2519ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-238a204dfb074999.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3986eb937002ab5c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f959e24eb3a10109.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
2638 | 2024-02-03T10:16:11.520Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-ce98bfe88da15ef4/build-script-build` |
2639 | 2024-02-03T10:16:11.632Z | 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=5c918cdb7f784716 -C extra-filename=-5c918cdb7f784716 --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-cb325a685295b415.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-e39b65394af31ca3.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.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-8618405ce2bc21e1.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-0a9789d01b345e83.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0cddec495d8a776e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-0d13cb7900ca812f.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-78e92f0a938305c3.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 crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ce141d2a5357695.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-4c8e5875e5a3a025.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9195e699c88ce3be.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-5e4cc851a6780f0b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3c69cefdc4f41599.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-5e63158c651fd920.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7a80d53055709791.rmeta --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-e03ce0c6b11098e3.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-ab8bb4c8beb328c5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.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-53f9058382a517fe.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5926e37d1f197e57.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-102b4ee2be30504e.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-91a8c368bbe7faaf.rmeta --extern hashbrown_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-67e1651faf6cec83.rmeta --extern hashbrown_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-25a1a455ae7ad26d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a32162f7cac7119.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b0a0efd32f3c53f8.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-15281089ab3f7dbc.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.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-072d063d2a089037.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-40e5b787da3c66c6.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-24dc8bd775458b21.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-bbacd6d88864d6e8.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-3679a975bfe14c18.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3d4ffcd86b1fd673.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-be9dd9d729068190.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-ee6cdf9a9cd99e2d.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-53721f6b6218811c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1ca351f7f3d361c7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-40dfbed7bcb9fb30.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-4ecfac87a90319cf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4a7b84e25ebd2235.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a210f81e1185703.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0405182190fe7586.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8717160e61d0c384.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c2bec24bc1103476.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9fded515545df830.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-995db5c29458619d.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9867bac59391c3b4.rmeta --extern toml_edit_647d43efb71741da=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dec334c2a03252c7.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a6677895971ae67b.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b1466db6e2e9cddc.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-3297899f456e9780.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-43732c290a2519ea.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-238a204dfb074999.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3986eb937002ab5c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f959e24eb3a10109.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
2640 | 2024-02-03T10:16:11.800Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2641 | 2024-02-03T10:16:11.805Z | 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=22e54d2b277354ae -C extra-filename=-22e54d2b277354ae --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-5c918cdb7f784716.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
2642 | 2024-02-03T10:16:11.888Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2643 | 2024-02-03T10:16:11.891Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a000eb6436cfff3b -C extra-filename=-a000eb6436cfff3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
2644 | 2024-02-03T10:16:12.102Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2645 | 2024-02-03T10:16:12.106Z | 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=10cede5e59f9d0c8 -C extra-filename=-10cede5e59f9d0c8 --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-c60818d518355126.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-772af4e597aced3d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
2646 | 2024-02-03T10:16:12.702Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2647 | 2024-02-03T10:16:12.706Z | 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=39385877e21d3402 -C extra-filename=-39385877e21d3402 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.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-99137e97c3cb7edd.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b0a0efd32f3c53f8.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-c956746db07d067d.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-5c918cdb7f784716.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-809f059798a7cc9f.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3d4ffcd86b1fd673.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-772af4e597aced3d.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-a2cc24832304f868.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
2648 | 2024-02-03T10:16:12.934Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2649 | 2024-02-03T10:16:12.938Z | 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=d1b48d206656791f -C extra-filename=-d1b48d206656791f --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-5c918cdb7f784716.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
2650 | 2024-02-03T10:16:13.262Z | Compiling bitvec v1.0.1 |
2651 | 2024-02-03T10:16:13.265Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2652 | 2024-02-03T10:16:13.392Z | Compiling num-complex v0.4.4 |
2653 | 2024-02-03T10:16:13.466Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2654 | 2024-02-03T10:16:13.598Z | Compiling indexmap v1.9.3 |
2655 | 2024-02-03T10:16:13.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/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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2656 | 2024-02-03T10:16:14.175Z | Compiling convert_case v0.4.0 |
2657 | 2024-02-03T10:16:14.179Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2658 | 2024-02-03T10:16:15.250Z | Compiling nodrop v0.1.14 |
2659 | 2024-02-03T10:16:15.273Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2660 | 2024-02-03T10:16:15.439Z | Compiling array-init v0.0.4 |
2661 | 2024-02-03T10:16:15.442Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2662 | 2024-02-03T10:16:15.696Z | Compiling num v0.4.1 |
2663 | 2024-02-03T10:16:15.699Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2664 | 2024-02-03T10:16:15.722Z | Compiling derive_more v0.99.17 |
2665 | 2024-02-03T10:16:15.725Z | 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=2d02097356b0f682 -C extra-filename=-2d02097356b0f682 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2666 | 2024-02-03T10:16:15.846Z | Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-7196777581f31a33/build-script-build` |
2667 | 2024-02-03T10:16:15.890Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2668 | 2024-02-03T10:16:15.914Z | 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=f62c11fd66558eb0 -C extra-filename=-f62c11fd66558eb0 --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-5c918cdb7f784716.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
2669 | 2024-02-03T10:16:15.917Z | Compiling smallvec v0.6.14 |
2670 | 2024-02-03T10:16:15.917Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2671 | 2024-02-03T10:16:16.645Z | 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=11cc4b0e3276dadb -C extra-filename=-11cc4b0e3276dadb --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-cf3fb015319b4763.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128` |
2672 | 2024-02-03T10:16:17.499Z | Compiling pkcs1 v0.7.5 |
2673 | 2024-02-03T10:16:17.502Z | 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=366253bfd58635b4 -C extra-filename=-366253bfd58635b4 --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-9195e699c88ce3be.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-5b3823ca7b698327.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-618e8f0a78e95d55.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2674 | 2024-02-03T10:16:18.077Z | Compiling hashbrown v0.12.3 |
2675 | 2024-02-03T10:16:18.081Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2676 | 2024-02-03T10:16:19.114Z | Compiling bitfield v0.14.0 |
2677 | 2024-02-03T10:16:19.138Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2678 | 2024-02-03T10:16:19.538Z | 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=b20f60ed1131baa4 -C extra-filename=-b20f60ed1131baa4 --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-245a28b11c55bec6.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2679 | 2024-02-03T10:16:19.607Z | Compiling serde-hex v0.1.0 |
2680 | 2024-02-03T10:16:19.610Z | 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=dcb974daeaf7ca1c -C extra-filename=-dcb974daeaf7ca1c --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-c715252fb2629716.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e606479ac2e80ec3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2681 | 2024-02-03T10:16:19.950Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2682 | 2024-02-03T10:16:19.950Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std` |
2683 | 2024-02-03T10:16:19.953Z | 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=386fe13d89e574eb -C extra-filename=-386fe13d89e574eb --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-78ca245d915e4d36.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2684 | 2024-02-03T10:16:20.492Z | Compiling env_logger v0.10.0 |
2685 | 2024-02-03T10:16:20.495Z | 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=7e8f5adf286a6848 -C extra-filename=-7e8f5adf286a6848 --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-6f16c8e6c7390e4f.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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2686 | 2024-02-03T10:16:20.586Z | Compiling x509-cert v0.2.4 |
2687 | 2024-02-03T10:16:20.589Z | 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=2696719566872a20 -C extra-filename=-2696719566872a20 --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-9195e699c88ce3be.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-618e8f0a78e95d55.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2688 | 2024-02-03T10:16:21.342Z | Compiling rsa v0.9.2 |
2689 | 2024-02-03T10:16:21.345Z | 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=c04e37cd178ae75f -C extra-filename=-c04e37cd178ae75f --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-3c69cefdc4f41599.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-11cc4b0e3276dadb.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-366253bfd58635b4.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-5b3823ca7b698327.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d07aacb4dce5366.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-7bf9f6c5dd7a028c.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-618e8f0a78e95d55.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2690 | 2024-02-03T10:16:22.678Z | Compiling ron v0.8.1 |
2691 | 2024-02-03T10:16:22.681Z | 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=407b41a942ecd915 -C extra-filename=-407b41a942ecd915 --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-64492b43562e8960.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8618405ce2bc21e1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fcd3a711c4d980a1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2692 | 2024-02-03T10:16:22.726Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2693 | 2024-02-03T10:16:22.761Z | 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/86b6022/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=cd264e9e68da830b -C extra-filename=-cd264e9e68da830b --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-111dfa4b750cc3a1.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-603d7589d4638d1c.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-8a759d9a1bac2fdd.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64` |
2694 | 2024-02-03T10:16:23.055Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2695 | 2024-02-03T10:16:23.058Z | 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=844801bca8661acd -C extra-filename=-844801bca8661acd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-22e54d2b277354ae.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-65dcd9d072ccd706.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.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-78d02dbd876db383.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-85c75ac927938145.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-772af4e597aced3d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-27b20e1d8b8c8539.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c2bec24bc1103476.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
2696 | 2024-02-03T10:16:26.408Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2697 | 2024-02-03T10:16:26.411Z | 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=1a372459067ff04d -C extra-filename=-1a372459067ff04d --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-4141cfc584c78c19.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
2698 | 2024-02-03T10:16:27.234Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2699 | 2024-02-03T10:16:27.237Z | 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=63a2ba129b9f62bd -C extra-filename=-63a2ba129b9f62bd --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-64492b43562e8960.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
2700 | 2024-02-03T10:16:27.899Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2701 | 2024-02-03T10:16:27.902Z | 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=33b6265a92d40468 -C extra-filename=-33b6265a92d40468 --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-68a049fac585d062.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-b20f60ed1131baa4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2702 | 2024-02-03T10:16:28.977Z | Compiling utf-8 v0.7.6 |
2703 | 2024-02-03T10:16:28.980Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2704 | 2024-02-03T10:16:29.115Z | Compiling crc-any v2.4.3 |
2705 | 2024-02-03T10:16:29.141Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2706 | 2024-02-03T10:16:29.477Z | Compiling tungstenite v0.20.1 |
2707 | 2024-02-03T10:16:29.496Z | 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=7610602fe9978094 -C extra-filename=-7610602fe9978094 --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-0a9789d01b345e83.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-e5f44abe68a68320.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.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-cf3fb015319b4763.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-a7abbe626b913ae0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2708 | 2024-02-03T10:16:29.983Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2709 | 2024-02-03T10:16:29.986Z | 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=793d81d7e743491b -C extra-filename=-793d81d7e743491b --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-407b41a942ecd915.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-386fe13d89e574eb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-78ca245d915e4d36.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2710 | 2024-02-03T10:16:30.906Z | Compiling object v0.30.4 |
2711 | 2024-02-03T10:16:30.910Z | 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=1beab505a20efdf0 -C extra-filename=-1beab505a20efdf0 --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-67e1651faf6cec83.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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2712 | 2024-02-03T10:16:31.204Z | Compiling path-slash v0.1.5 |
2713 | 2024-02-03T10:16:31.207Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2714 | 2024-02-03T10:16:31.524Z | Compiling tokio-tungstenite v0.20.1 |
2715 | 2024-02-03T10:16:31.528Z | 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=19219b45f9479b68 -C extra-filename=-19219b45f9479b68 --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-53f9058382a517fe.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-7610602fe9978094.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2716 | 2024-02-03T10:16:32.347Z | Compiling newline-converter v0.3.0 |
2717 | 2024-02-03T10:16:32.351Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2718 | 2024-02-03T10:16:32.463Z | Compiling display-error-chain v0.2.0 |
2719 | 2024-02-03T10:16:32.466Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2720 | 2024-02-03T10:16:32.566Z | Compiling expectorate v1.1.0 |
2721 | 2024-02-03T10:16:32.570Z | 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=58d0f28ea0b24078 -C extra-filename=-58d0f28ea0b24078 --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-78e92f0a938305c3.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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2722 | 2024-02-03T10:16:32.713Z | Compiling parking_lot_core v0.8.6 |
2723 | 2024-02-03T10:16:32.716Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2724 | 2024-02-03T10:16:32.818Z | Compiling trust-dns-client v0.22.0 |
2725 | 2024-02-03T10:16:32.822Z | 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=e9f605ccf5eadaf4 -C extra-filename=-e9f605ccf5eadaf4 --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-53f9058382a517fe.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-cf3fb015319b4763.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8717160e61d0c384.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a6677895971ae67b.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b1466db6e2e9cddc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2726 | 2024-02-03T10:16:33.142Z | Compiling keccak v0.1.4 |
2727 | 2024-02-03T10:16:33.145Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2728 | 2024-02-03T10:16:33.533Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-48826031f0281653/build-script-build` |
2729 | 2024-02-03T10:16:33.574Z | 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=214dfa5260e60e6b -C extra-filename=-214dfa5260e60e6b --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-072d063d2a089037.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2730 | 2024-02-03T10:16:34.753Z | Compiling parking_lot v0.11.2 |
2731 | 2024-02-03T10:16:34.757Z | 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=677c33b5f82a2536 -C extra-filename=-677c33b5f82a2536 --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-214dfa5260e60e6b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2732 | 2024-02-03T10:16:34.860Z | Compiling sha3 v0.10.8 |
2733 | 2024-02-03T10:16:34.888Z | 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=063c9d9e1cc01f7e -C extra-filename=-063c9d9e1cc01f7e --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-3c69cefdc4f41599.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-af737db1943fc8a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2734 | 2024-02-03T10:16:36.438Z | Compiling sled v0.34.7 |
2735 | 2024-02-03T10:16:36.444Z | 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=23414d127f068b16 -C extra-filename=-23414d127f068b16 --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-072d063d2a089037.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-677c33b5f82a2536.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2736 | 2024-02-03T10:16:36.492Z | Compiling trust-dns-server v0.22.1 |
2737 | 2024-02-03T10:16:36.527Z | 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=ddec9782b773ece8 -C extra-filename=-ddec9782b773ece8 --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-153467c069b7bf56.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.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-ffa3fb5dbd3437a4.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-c224673be8777514.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8717160e61d0c384.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-c0135baddaf047d0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a6677895971ae67b.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e9f605ccf5eadaf4.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b1466db6e2e9cddc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2738 | 2024-02-03T10:16:37.852Z | Compiling secrecy v0.8.0 |
2739 | 2024-02-03T10:16:37.856Z | 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=44aac42af2daaf63 -C extra-filename=-44aac42af2daaf63 --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-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2740 | 2024-02-03T10:16:38.275Z | Compiling buf-list v1.0.3 |
2741 | 2024-02-03T10:16:38.278Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2742 | 2024-02-03T10:16:39.005Z | Compiling platforms v3.0.2 |
2743 | 2024-02-03T10:16:39.008Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2744 | 2024-02-03T10:16:39.297Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2745 | 2024-02-03T10:16:39.301Z | 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=c51eee31b185557e -C extra-filename=-c51eee31b185557e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-7614796703d08fee.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.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-a6ed8128ccfc730c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-d370449767f06d09.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-cf4f3dbc5e2883f5.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-ac553dd9b1f7b09a.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-a000eb6436cfff3b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-65a9dfe0c962f34a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
2746 | 2024-02-03T10:16:39.629Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2747 | 2024-02-03T10:16:39.632Z | 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=ec129add3cd694e1 -C extra-filename=-ec129add3cd694e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-cefa51378f2ea758.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-9fc834b5cc8db937.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-932e5b382d4d6d76.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c8c40b309bdd07cb.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cc1a1d40131d7375.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c2bec24bc1103476.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
2748 | 2024-02-03T10:16:40.100Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2749 | 2024-02-03T10:16:40.125Z | 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=603f42407b454efe -C extra-filename=-603f42407b454efe --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-153467c069b7bf56.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
2750 | 2024-02-03T10:16:44.058Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2751 | 2024-02-03T10:16:44.062Z | 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=50ecea0b6b412717 -C extra-filename=-50ecea0b6b412717 --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-0a9789d01b345e83.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-aa56a7303df8436e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f62c11fd66558eb0.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
2752 | 2024-02-03T10:16:46.272Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2753 | 2024-02-03T10:16:46.275Z | 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=19987e2b503c2090 -C extra-filename=-19987e2b503c2090 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a372459067ff04d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
2754 | 2024-02-03T10:16:48.707Z | Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-8893d74600b806d8/build-script-build` |
2755 | 2024-02-03T10:16:48.854Z | 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=ec4e14790c2a264a -C extra-filename=-ec4e14790c2a264a --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-0a9789d01b345e83.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds` |
2756 | 2024-02-03T10:16:49.086Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2757 | 2024-02-03T10:16:49.090Z | 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=a3137caa3c064bef -C extra-filename=-a3137caa3c064bef --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-9195e699c88ce3be.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-7e8f5adf286a6848.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-33b6265a92d40468.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-b20f60ed1131baa4.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c04e37cd178ae75f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-dcb974daeaf7ca1c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-2696719566872a20.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-78ca245d915e4d36.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2758 | 2024-02-03T10:16:49.766Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2759 | 2024-02-03T10:16:49.769Z | 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=99c8a397f7b1ee4a -C extra-filename=-99c8a397f7b1ee4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a372459067ff04d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-23414d127f068b16.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-d18b7c2a0aa727f2.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e9f605ccf5eadaf4.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b1466db6e2e9cddc.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-ddec9782b773ece8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
2760 | 2024-02-03T10:16:51.632Z | Running `/work/oxidecomputer/omicron/target/debug/build/platforms-86233e944617d37a/build-script-build` |
2761 | 2024-02-03T10:16:51.672Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2762 | 2024-02-03T10:16:52.669Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2763 | 2024-02-03T10:16:52.672Z | 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=fd2c79830be7ef48 -C extra-filename=-fd2c79830be7ef48 --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-33b6265a92d40468.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-a3137caa3c064bef.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-1beab505a20efdf0.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-67c53f1d8bdbada0.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c04e37cd178ae75f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-386fe13d89e574eb.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-793d81d7e743491b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9fded515545df830.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-2696719566872a20.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-78ca245d915e4d36.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f959e24eb3a10109.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
2764 | 2024-02-03T10:16:56.422Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2765 | 2024-02-03T10:16:56.425Z | 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=3fcf6571d1f5a4f7 -C extra-filename=-3fcf6571d1f5a4f7 --out-dir /work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-3fcf6571d1f5a4f7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-23b7f89f395c3857.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-b2d90f3337219a6a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64` |
2766 | 2024-02-03T10:16:57.474Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2767 | 2024-02-03T10:16:57.478Z | 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=03920caac8a5cff4 -C extra-filename=-03920caac8a5cff4 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-03920caac8a5cff4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-23b7f89f395c3857.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-b2d90f3337219a6a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64` |
2768 | 2024-02-03T10:16:57.817Z | Compiling curve25519-dalek v4.1.1 |
2769 | 2024-02-03T10:16:57.820Z | 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=eba05420c341f32e -C extra-filename=-eba05420c341f32e --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-eba05420c341f32e -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-f35542721e35081f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2770 | 2024-02-03T10:16:58.327Z | Compiling universal-hash v0.5.1 |
2771 | 2024-02-03T10:16:58.330Z | 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=b2664d199b306092 -C extra-filename=-b2664d199b306092 --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-4c8e5875e5a3a025.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2772 | 2024-02-03T10:16:58.625Z | Compiling pin-project-internal v1.1.3 |
2773 | 2024-02-03T10:16:58.628Z | 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=a92bd3273c90ac60 -C extra-filename=-a92bd3273c90ac60 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2774 | 2024-02-03T10:16:58.810Z | Compiling opaque-debug v0.3.0 |
2775 | 2024-02-03T10:16:58.814Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2776 | 2024-02-03T10:16:58.955Z | Compiling doc-comment v0.3.3 |
2777 | 2024-02-03T10:16:58.959Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2778 | 2024-02-03T10:16:59.940Z | Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-ca2ad0e50b7a2d32/build-script-build` |
2779 | 2024-02-03T10:17:00.165Z | Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-eba05420c341f32e/build-script-build` |
2780 | 2024-02-03T10:17:00.318Z | Compiling curve25519-dalek-derive v0.1.0 |
2781 | 2024-02-03T10:17:00.325Z | 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=d9fb79c3e0182086 -C extra-filename=-d9fb79c3e0182086 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2782 | 2024-02-03T10:17:00.907Z | Compiling unicase v2.7.0 |
2783 | 2024-02-03T10:17:00.911Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2784 | 2024-02-03T10:17:01.510Z | Running `/work/oxidecomputer/omicron/target/debug/build/unicase-b5361546712bf869/build-script-build` |
2785 | 2024-02-03T10:17:01.847Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2786 | 2024-02-03T10:17:01.999Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2787 | 2024-02-03T10:17:02.011Z | 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=ac05221fb8ddb4b2 -C extra-filename=-ac05221fb8ddb4b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-d64f3a5fae41bc0f.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-1afc1b8683d0380d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-95a37e8719a7fef9.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-da927c54f5ba40f7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
2788 | 2024-02-03T10:17:03.200Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2789 | 2024-02-03T10:17:03.204Z | 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=9dc63dc389e92678 -C extra-filename=-9dc63dc389e92678 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-772af4e597aced3d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-39385877e21d3402.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
2790 | 2024-02-03T10:17:04.105Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2791 | 2024-02-03T10:17:04.111Z | 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=3e71ab740324ee80 -C extra-filename=-3e71ab740324ee80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-22e54d2b277354ae.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a372459067ff04d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-63a2ba129b9f62bd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-10cede5e59f9d0c8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8983c83806c9149e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-603f42407b454efe.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f608be7aaa8a8d32.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
2792 | 2024-02-03T10:17:07.032Z | Compiling pin-project v1.1.3 |
2793 | 2024-02-03T10:17:07.036Z | 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=178809d605f03505 -C extra-filename=-178809d605f03505 --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-a92bd3273c90ac60.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2794 | 2024-02-03T10:17:07.252Z | 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=3f8e930e42252a37 -C extra-filename=-3f8e930e42252a37 --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-c7155cd217f75a24.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-d9fb79c3e0182086.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3c69cefdc4f41599.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d07aacb4dce5366.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'` |
2795 | 2024-02-03T10:17:07.925Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2796 | 2024-02-03T10:17:07.928Z | 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=94be13e381313eb9 -C extra-filename=-94be13e381313eb9 --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-153467c069b7bf56.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1840ba39f4ff13d1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-44aac42af2daaf63.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
2797 | 2024-02-03T10:17:09.218Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc` |
2798 | 2024-02-03T10:17:09.852Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2799 | 2024-02-03T10:17:09.855Z | 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/86b6022/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=0fa96009fd69de0e -C extra-filename=-0fa96009fd69de0e --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-17e0598029016fd2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b0a0efd32f3c53f8.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-2306d67c6177b9bf.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2800 | 2024-02-03T10:17:16.835Z | Compiling aead v0.5.2 |
2801 | 2024-02-03T10:17:16.838Z | 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=64b1595cdea0d5b1 -C extra-filename=-64b1595cdea0d5b1 --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-4c8e5875e5a3a025.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5926e37d1f197e57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2802 | 2024-02-03T10:17:17.371Z | Compiling mime_guess v2.0.4 |
2803 | 2024-02-03T10:17:17.374Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2804 | 2024-02-03T10:17:19.754Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2805 | 2024-02-03T10:17:19.794Z | 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=3cfc74ea6f73f6e9 -C extra-filename=-3cfc74ea6f73f6e9 --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-153467c069b7bf56.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.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-2d02097356b0f682.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-94be13e381313eb9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ac05221fb8ddb4b2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
2806 | 2024-02-03T10:17:22.305Z | Compiling poly1305 v0.8.0 |
2807 | 2024-02-03T10:17:22.309Z | 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=e466da736ac7294a -C extra-filename=-e466da736ac7294a --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-c7155cd217f75a24.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-b2664d199b306092.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2808 | 2024-02-03T10:17:23.670Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2809 | 2024-02-03T10:17:23.673Z | 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/86b6022/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=e46ad88e92393b18 -C extra-filename=-e46ad88e92393b18 --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-3679a975bfe14c18.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-0fa96009fd69de0e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9882fb17efa4ead3.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-46b96a3087a844ce.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2810 | 2024-02-03T10:17:24.943Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2811 | 2024-02-03T10:17:24.946Z | 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=bc40952921355a7d -C extra-filename=-bc40952921355a7d --out-dir /work/oxidecomputer/omicron/target/debug/build/mg-admin-client-bc40952921355a7d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-23b7f89f395c3857.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-b2d90f3337219a6a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64` |
2812 | 2024-02-03T10:17:25.037Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2813 | 2024-02-03T10:17:25.040Z | 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/86b6022/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=0f2918c03c486860 -C extra-filename=-0f2918c03c486860 --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-0a9789d01b345e83.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-19549083a4edbb33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64` |
2814 | 2024-02-03T10:17:25.147Z | Compiling chacha20 v0.9.1 |
2815 | 2024-02-03T10:17:25.150Z | 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=90d4ce72903b2a22 -C extra-filename=-90d4ce72903b2a22 --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-0cddec495d8a776e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-c7155cd217f75a24.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2816 | 2024-02-03T10:17:25.719Z | Compiling thiserror-impl-no-std v2.0.2 |
2817 | 2024-02-03T10:17:25.719Z | 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=24ff2ba960948293 -C extra-filename=-24ff2ba960948293 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2818 | 2024-02-03T10:17:25.913Z | Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-b193a917dec71cf9/build-script-build` |
2819 | 2024-02-03T10:17:25.978Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2820 | 2024-02-03T10:17:25.981Z | 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=6dc56c8c32e8e7fe -C extra-filename=-6dc56c8c32e8e7fe --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-3ecd8b1cb98327b1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ac05221fb8ddb4b2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
2821 | 2024-02-03T10:17:26.055Z | Running `/work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-3fcf6571d1f5a4f7/build-script-build` |
2822 | 2024-02-03T10:17:26.379Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2823 | 2024-02-03T10:17:26.383Z | 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=035addf370aac6db -C extra-filename=-035addf370aac6db --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-4141cfc584c78c19.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-3e71ab740324ee80.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-10cede5e59f9d0c8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
2824 | 2024-02-03T10:17:26.514Z | Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-03920caac8a5cff4/build-script-build` |
2825 | 2024-02-03T10:17:27.748Z | 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=46e8755cf6147559 -C extra-filename=-46e8755cf6147559 --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-4141cfc584c78c19.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-111dfa4b750cc3a1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
2826 | 2024-02-03T10:17:28.130Z | 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=fb50d8b0067c607b -C extra-filename=-fb50d8b0067c607b --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-844801bca8661acd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-111dfa4b750cc3a1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ac05221fb8ddb4b2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
2827 | 2024-02-03T10:17:31.805Z | Compiling thiserror-no-std v2.0.2 |
2828 | 2024-02-03T10:17:31.809Z | 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=7fbb0c46ded5af47 -C extra-filename=-7fbb0c46ded5af47 --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-24ff2ba960948293.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2829 | 2024-02-03T10:17:31.973Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2830 | 2024-02-03T10:17:31.976Z | 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=e88271a952bdf3b6 -C extra-filename=-e88271a952bdf3b6 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-e88271a952bdf3b6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d1b48d206656791f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
2831 | 2024-02-03T10:17:32.550Z | Compiling kstat-rs v0.2.3 |
2832 | 2024-02-03T10:17:32.557Z | 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=f794f6ad8b9d5b23 -C extra-filename=-f794f6ad8b9d5b23 --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-072d063d2a089037.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2833 | 2024-02-03T10:17:33.172Z | Compiling vte_generate_state_changes v0.1.1 |
2834 | 2024-02-03T10:17:33.198Z | 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=85420c3996d0da53 -C extra-filename=-85420c3996d0da53 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2835 | 2024-02-03T10:17:33.695Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2836 | 2024-02-03T10:17:33.698Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 ipcc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f89714557ef5d4b1 -C extra-filename=-f89714557ef5d4b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/ipcc-f89714557ef5d4b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2837 | 2024-02-03T10:17:33.747Z | Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-e88271a952bdf3b6/build-script-build` |
2838 | 2024-02-03T10:17:33.788Z | Compiling vsss-rs v3.3.4 |
2839 | 2024-02-03T10:17:33.792Z | 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.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=930d86509d931a50 -C extra-filename=-930d86509d931a50 --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-3f8e930e42252a37.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7a80d53055709791.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1ca351f7f3d361c7.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d07aacb4dce5366.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.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-7fbb0c46ded5af47.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2840 | 2024-02-03T10:17:34.244Z | Running `/work/oxidecomputer/omicron/target/debug/build/ipcc-f89714557ef5d4b1/build-script-build` |
2841 | 2024-02-03T10:17:34.290Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2842 | 2024-02-03T10:17:34.341Z | Compiling vte v0.11.1 |
2843 | 2024-02-03T10:17:34.348Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c895fa5fd3738696 -C extra-filename=-c895fa5fd3738696 --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 --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-85420c3996d0da53.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2844 | 2024-02-03T10:17:35.880Z | Compiling chacha20poly1305 v0.10.1 |
2845 | 2024-02-03T10:17:35.884Z | 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=7c10a31600b0da60 -C extra-filename=-7c10a31600b0da60 --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-64b1595cdea0d5b1.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-90d4ce72903b2a22.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0cddec495d8a776e.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-e466da736ac7294a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2846 | 2024-02-03T10:17:36.225Z | Compiling snafu-derive v0.7.5 |
2847 | 2024-02-03T10:17:36.290Z | 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=b8fb59d923987be8 -C extra-filename=-b8fb59d923987be8 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2848 | 2024-02-03T10:17:38.907Z | Compiling fs-err v2.11.0 |
2849 | 2024-02-03T10:17:38.919Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2850 | 2024-02-03T10:17:39.477Z | Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-d03364d7a6a5341a/build-script-build` |
2851 | 2024-02-03T10:17:39.678Z | Compiling strip-ansi-escapes v0.2.0 |
2852 | 2024-02-03T10:17:39.698Z | 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.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=832d4baf018b888c -C extra-filename=-832d4baf018b888c --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-c895fa5fd3738696.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2853 | 2024-02-03T10:17:40.087Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2854 | 2024-02-03T10:17:40.503Z | 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=47479812a04afdf2 -C extra-filename=-47479812a04afdf2 --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-4141cfc584c78c19.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-f794f6ad8b9d5b23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
2855 | 2024-02-03T10:17:40.506Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2856 | 2024-02-03T10:17:40.506Z | 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/2d4bc11/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=a672eb83d941f9e3 -C extra-filename=-a672eb83d941f9e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.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-cd264e9e68da830b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64` |
2857 | 2024-02-03T10:17:41.991Z | Compiling globset v0.4.13 |
2858 | 2024-02-03T10:17:41.995Z | 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=6b7f5e9098b05110 -C extra-filename=-6b7f5e9098b05110 --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-4be7b51d6a8b3fc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2859 | 2024-02-03T10:17:43.100Z | Compiling fd-lock v3.0.13 |
2860 | 2024-02-03T10:17:43.105Z | 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=d133249b3ee2577c -C extra-filename=-d133249b3ee2577c --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-4ecfac87a90319cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2861 | 2024-02-03T10:17:43.397Z | Compiling olpc-cjson v0.1.3 |
2862 | 2024-02-03T10:17:43.401Z | 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=47ebfac3f1297880 -C extra-filename=-47ebfac3f1297880 --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-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2863 | 2024-02-03T10:17:43.942Z | Compiling serde_plain v1.0.2 |
2864 | 2024-02-03T10:17:43.945Z | 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=ce81e6f7bd9cc6ad -C extra-filename=-ce81e6f7bd9cc6ad --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-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2865 | 2024-02-03T10:17:44.630Z | Compiling async-recursion v1.0.5 |
2866 | 2024-02-03T10:17:44.637Z | 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=cb3ef5d90e81dbed -C extra-filename=-cb3ef5d90e81dbed --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2867 | 2024-02-03T10:17:45.227Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2868 | 2024-02-03T10:17:45.231Z | 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=943a8f76c19537e9 -C extra-filename=-943a8f76c19537e9 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2869 | 2024-02-03T10:17:46.608Z | Compiling snafu v0.7.5 |
2870 | 2024-02-03T10:17:46.614Z | 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=66b08c45c45549fe -C extra-filename=-66b08c45c45549fe --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-178809d605f03505.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-b8fb59d923987be8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2871 | 2024-02-03T10:17:46.701Z | Compiling memoffset v0.7.1 |
2872 | 2024-02-03T10:17:46.708Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2873 | 2024-02-03T10:17:46.772Z | Compiling typed-path v0.7.0 |
2874 | 2024-02-03T10:17:46.806Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2875 | 2024-02-03T10:17:47.297Z | Compiling nu-ansi-term v0.49.0 |
2876 | 2024-02-03T10:17:47.330Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2877 | 2024-02-03T10:17:47.994Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2878 | 2024-02-03T10:17:47.997Z | 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=49fc36cbee622d19 -C extra-filename=-49fc36cbee622d19 --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-4141cfc584c78c19.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-035addf370aac6db.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
2879 | 2024-02-03T10:17:48.535Z | Compiling reedline v0.28.0 |
2880 | 2024-02-03T10:17:48.539Z | 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.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 -C metadata=0281e7c97b70c1c8 -C extra-filename=-0281e7c97b70c1c8 --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-4141cfc584c78c19.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ce141d2a5357695.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-d133249b3ee2577c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.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-c715252fb2629716.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-832d4baf018b888c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-811fe26553f8ceb9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2881 | 2024-02-03T10:17:49.690Z | Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-90d0c2331e6d1154/build-script-build` |
2882 | 2024-02-03T10:17:49.890Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2883 | 2024-02-03T10:17:49.893Z | 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=5852226104f5c1c5 -C extra-filename=-5852226104f5c1c5 --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-943a8f76c19537e9.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2884 | 2024-02-03T10:17:50.164Z | 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=39398a5c9d5321d2 -C extra-filename=-39398a5c9d5321d2 --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-0a9789d01b345e83.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-7c10a31600b0da60.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1840ba39f4ff13d1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-44aac42af2daaf63.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-772af4e597aced3d.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ac05221fb8ddb4b2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-930d86509d931a50.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
2885 | 2024-02-03T10:17:52.142Z | Compiling tough v0.16.0 |
2886 | 2024-02-03T10:17:52.145Z | 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=aa8cd0459d5bb576 -C extra-filename=-aa8cd0459d5bb576 --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-cb3ef5d90e81dbed.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fdf79af5d0119df4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-6b7f5e9098b05110.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-47ebfac3f1297880.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-ce81e6f7bd9cc6ad.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-66b08c45c45549fe.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.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 -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64` |
2887 | 2024-02-03T10:17:53.806Z | Running `/work/oxidecomputer/omicron/target/debug/build/mg-admin-client-bc40952921355a7d/build-script-build` |
2888 | 2024-02-03T10:17:54.223Z | 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=aed4f1ffe4b04a04 -C extra-filename=-aed4f1ffe4b04a04 --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-844801bca8661acd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-111dfa4b750cc3a1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ac05221fb8ddb4b2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
2889 | 2024-02-03T10:17:57.034Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2890 | 2024-02-03T10:17:57.070Z | 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/86b6022/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=3dd243518c05000a -C extra-filename=-3dd243518c05000a --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-0f2918c03c486860.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-0fa96009fd69de0e.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-e46ad88e92393b18.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64` |
2891 | 2024-02-03T10:17:57.372Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2892 | 2024-02-03T10:17:57.379Z | 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/ff6c4df/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=d2418c7eb119488f -C extra-filename=-d2418c7eb119488f --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-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3dd243518c05000a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-19219b45f9479b68.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64` |
2893 | 2024-02-03T10:17:58.922Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63` |
2894 | 2024-02-03T10:17:58.982Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d89f9a9ede31f085 -C extra-filename=-d89f9a9ede31f085 --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 ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
2895 | 2024-02-03T10:17:59.856Z | Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2896 | 2024-02-03T10:17:59.859Z | 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=9b8caf25d1b37e34 -C extra-filename=-9b8caf25d1b37e34 --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-b0a0efd32f3c53f8.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2897 | 2024-02-03T10:18:01.038Z | Compiling parse-size v1.0.0 |
2898 | 2024-02-03T10:18:01.042Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2899 | 2024-02-03T10:18:01.432Z | Compiling diff v0.1.13 |
2900 | 2024-02-03T10:18:01.435Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2901 | 2024-02-03T10:18:02.585Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros` |
2902 | 2024-02-03T10:18:02.758Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2903 | 2024-02-03T10:18:02.762Z | 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/ff6c4df/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=7b85241129b76f87 -C extra-filename=-7b85241129b76f87 --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-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2904 | 2024-02-03T10:18:02.835Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2905 | 2024-02-03T10:18:02.838Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2906 | 2024-02-03T10:18:02.935Z | Compiling signature v1.6.4 |
2907 | 2024-02-03T10:18:02.938Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2908 | 2024-02-03T10:18:03.183Z | Compiling http-range v0.1.5 |
2909 | 2024-02-03T10:18:03.187Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2910 | 2024-02-03T10:18:03.339Z | Compiling salty v0.2.0 |
2911 | 2024-02-03T10:18:03.344Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2912 | 2024-02-03T10:18:03.416Z | Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-3738544f39015edd/build-script-build` |
2913 | 2024-02-03T10:18:03.514Z | Compiling hyper-staticfile v0.9.5 |
2914 | 2024-02-03T10:18:03.518Z | 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=4bcba32a8e38d461 -C extra-filename=-4bcba32a8e38d461 --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-53f9058382a517fe.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.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-e80efd2f634829c8.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-cf3fb015319b4763.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2915 | 2024-02-03T10:18:03.759Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2916 | 2024-02-03T10:18:03.765Z | 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/ff6c4df/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=1d4e8aab1d3d43e4 -C extra-filename=-1d4e8aab1d3d43e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-1dc25534d397079e.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3dd243518c05000a.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-7b85241129b76f87.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.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-fccf81fe59d8c353.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-19219b45f9479b68.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64` |
2917 | 2024-02-03T10:18:03.885Z | Compiling ed25519 v1.5.3 |
2918 | 2024-02-03T10:18:03.889Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2919 | 2024-02-03T10:18:04.266Z | Running `/work/oxidecomputer/omicron/target/debug/build/salty-fc97587430feb76f/build-script-build` |
2920 | 2024-02-03T10:18:04.305Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2921 | 2024-02-03T10:18:04.314Z | 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=8306523704bfa246 -C extra-filename=-8306523704bfa246 --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-072d063d2a089037.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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2922 | 2024-02-03T10:18:04.410Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2923 | 2024-02-03T10:18:04.421Z | 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=2a6264000e06c4bc -C extra-filename=-2a6264000e06c4bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.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-2e804b49337b586d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-fd2c79830be7ef48.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8e24ec9991093909.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-869fc7afa7d573ed.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa8cd0459d5bb576.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f959e24eb3a10109.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64` |
2924 | 2024-02-03T10:18:05.024Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2925 | 2024-02-03T10:18:05.030Z | 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=b552382d177e5af2 -C extra-filename=-b552382d177e5af2 --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-78ca245d915e4d36.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2926 | 2024-02-03T10:18:05.530Z | Compiling serde-big-array v0.5.1 |
2927 | 2024-02-03T10:18:05.537Z | 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=5f5b4e75b99360ad -C extra-filename=-5f5b4e75b99360ad --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-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2928 | 2024-02-03T10:18:05.888Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2929 | 2024-02-03T10:18:05.891Z | 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=125cba92a240f422 -C extra-filename=-125cba92a240f422 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2930 | 2024-02-03T10:18:05.913Z | Compiling bytecount v0.6.3 |
2931 | 2024-02-03T10:18:05.916Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2932 | 2024-02-03T10:18:06.247Z | Compiling papergrid v0.11.0 |
2933 | 2024-02-03T10:18:06.250Z | 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.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=a4f6ae10c0d686de -C extra-filename=-a4f6ae10c0d686de --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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2934 | 2024-02-03T10:18:07.645Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2935 | 2024-02-03T10:18:07.648Z | 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=183c23c166f848d9 -C extra-filename=-183c23c166f848d9 --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-125cba92a240f422.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2936 | 2024-02-03T10:18:08.401Z | 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=b46467efc4eb97c9 -C extra-filename=-b46467efc4eb97c9 --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-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl` |
2937 | 2024-02-03T10:18:09.804Z | Compiling tabled_derive v0.7.0 |
2938 | 2024-02-03T10:18:09.836Z | 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.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eb90dd3231fe1974 -C extra-filename=-eb90dd3231fe1974 --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-4cd3cd7a801c31ba.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2939 | 2024-02-03T10:18:11.511Z | 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=de7b13082ba9773a -C extra-filename=-de7b13082ba9773a --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-153467c069b7bf56.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-65dcd9d072ccd706.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-ff88d5c2e7048037.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-7b7aebcce2621efe.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-fd2c79830be7ef48.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-ac6e649b210698f7.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-8306523704bfa246.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-c715252fb2629716.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-5f5b4e75b99360ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a210f81e1185703.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0405182190fe7586.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-b552382d177e5af2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3297899f456e9780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f959e24eb3a10109.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
2940 | 2024-02-03T10:18:12.982Z | Compiling signal-hook-tokio v0.3.1 |
2941 | 2024-02-03T10:18:13.022Z | 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=07077df7997570f0 -C extra-filename=-07077df7997570f0 --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-072d063d2a089037.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-42a6f77439465836.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2942 | 2024-02-03T10:18:13.263Z | Compiling fd-lock v4.0.2 |
2943 | 2024-02-03T10:18:13.268Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fd-lock-4.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e131319b5e5c037f -C extra-filename=-e131319b5e5c037f --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-4ecfac87a90319cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2944 | 2024-02-03T10:18:13.441Z | Compiling nix v0.27.1 |
2945 | 2024-02-03T10:18:13.447Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.27.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' -C metadata=df72b51289dfc5bf -C extra-filename=-df72b51289dfc5bf --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-8618405ce2bc21e1.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2946 | 2024-02-03T10:18:13.577Z | Compiling serde-big-array v0.4.1 |
2947 | 2024-02-03T10:18:13.581Z | 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=906fceb15b8f2fcc -C extra-filename=-906fceb15b8f2fcc --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-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2948 | 2024-02-03T10:18:13.834Z | Compiling sqlparser_derive v0.2.2 |
2949 | 2024-02-03T10:18:13.837Z | 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.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=9b673030917391b2 -C extra-filename=-9b673030917391b2 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2950 | 2024-02-03T10:18:13.888Z | Compiling unicode_categories v0.1.1 |
2951 | 2024-02-03T10:18:13.932Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2952 | 2024-02-03T10:18:14.416Z | Compiling prettyplease v0.2.16 |
2953 | 2024-02-03T10:18:14.419Z | 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 --cfg 'feature="verbatim"' -C metadata=ec9a907d7371406b -C extra-filename=-ec9a907d7371406b --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-ec9a907d7371406b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2954 | 2024-02-03T10:18:14.441Z | Compiling tabled v0.15.0 |
2955 | 2024-02-03T10:18:14.444Z | 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.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' -C metadata=1cefd18f671566b1 -C extra-filename=-1cefd18f671566b1 --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-a4f6ae10c0d686de.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-eb90dd3231fe1974.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2956 | 2024-02-03T10:18:14.975Z | Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-ec9a907d7371406b/build-script-build` |
2957 | 2024-02-03T10:18:15.016Z | Compiling sqlformat v0.2.3 |
2958 | 2024-02-03T10:18:15.019Z | 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=c3f04f636846f76e -C extra-filename=-c3f04f636846f76e --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-69934fc61b2f8197.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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2959 | 2024-02-03T10:18:15.900Z | Compiling sqlparser v0.43.1 |
2960 | 2024-02-03T10:18:15.903Z | 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.43.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="sqlparser_derive"' --cfg 'feature="std"' --cfg 'feature="visitor"' -C metadata=90736736a0f4005e -C extra-filename=-90736736a0f4005e --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-9b673030917391b2.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2961 | 2024-02-03T10:18:18.580Z | Compiling rustyline v13.0.0 |
2962 | 2024-02-03T10:18:18.586Z | 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-13.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="custom-bindings"' --cfg 'feature="default"' --cfg 'feature="fd-lock"' --cfg 'feature="home"' --cfg 'feature="radix_trie"' --cfg 'feature="with-dirs"' --cfg 'feature="with-file-history"' -C metadata=c34f72e289170d6a -C extra-filename=-c34f72e289170d6a --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-8618405ce2bc21e1.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-e131319b5e5c037f.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-814cad4654b5349a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.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-df72b51289dfc5bf.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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2963 | 2024-02-03T10:18:20.039Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2964 | 2024-02-03T10:18:20.065Z | 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=e90c1746a7f48807 -C extra-filename=-e90c1746a7f48807 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-de7b13082ba9773a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-d89f9a9ede31f085.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-42a6f77439465836.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-07077df7997570f0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-19219b45f9479b68.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
2965 | 2024-02-03T10:18:20.304Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2966 | 2024-02-03T10:18:20.308Z | 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=ff775c3c7116d8c3 -C extra-filename=-ff775c3c7116d8c3 --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-2d02097356b0f682.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-183c23c166f848d9.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-b46467efc4eb97c9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-906fceb15b8f2fcc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2967 | 2024-02-03T10:18:22.363Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2968 | 2024-02-03T10:18:22.367Z | 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=6fb26ed456428f06 -C extra-filename=-6fb26ed456428f06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-39398a5c9d5321d2.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6dc56c8c32e8e7fe.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-fb50d8b0067c607b.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.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-99c8a397f7b1ee4a.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a372459067ff04d.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-46e8755cf6147559.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-63a2ba129b9f62bd.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4bcba32a8e38d461.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9dc63dc389e92678.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-94be13e381313eb9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-aed4f1ffe4b04a04.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-035addf370aac6db.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.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-cf4f3dbc5e2883f5.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-47479812a04afdf2.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49fc36cbee622d19.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2418c7eb119488f.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-1d4e8aab1d3d43e4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-603f42407b454efe.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ac05221fb8ddb4b2.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3cfc74ea6f73f6e9.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-4699374c8c7e7f44.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-da927c54f5ba40f7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-65a9dfe0c962f34a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
2969 | 2024-02-03T10:18:22.545Z | Compiling bcs v0.1.6 |
2970 | 2024-02-03T10:18:22.549Z | 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=1778cc9cbade4248 -C extra-filename=-1778cc9cbade4248 --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-c715252fb2629716.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2971 | 2024-02-03T10:18:23.725Z | Compiling highway v1.1.0 |
2972 | 2024-02-03T10:18:23.728Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2973 | 2024-02-03T10:18:24.937Z | Compiling corncobs v0.1.3 |
2974 | 2024-02-03T10:18:24.940Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2975 | 2024-02-03T10:18:25.472Z | Compiling crunchy v0.2.2 |
2976 | 2024-02-03T10:18:25.488Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2977 | 2024-02-03T10:18:25.884Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2978 | 2024-02-03T10:18:25.887Z | 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=d0447e15fd52daf2 -C extra-filename=-d0447e15fd52daf2 --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-2d02097356b0f682.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-183c23c166f848d9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-b46467efc4eb97c9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-ff775c3c7116d8c3.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-2f59d5358814a968.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2979 | 2024-02-03T10:18:26.367Z | Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-276708032ba2aa8e/build-script-build` |
2980 | 2024-02-03T10:18:26.406Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2981 | 2024-02-03T10:18:26.412Z | 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=2aed9481e5b11e38 -C extra-filename=-2aed9481e5b11e38 --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-844801bca8661acd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8983c83806c9149e.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-d5415d38200233f6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
2982 | 2024-02-03T10:18:26.625Z | Compiling clang-sys v1.6.1 |
2983 | 2024-02-03T10:18:26.629Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2984 | 2024-02-03T10:18:27.204Z | Compiling tiny-keccak v2.0.2 |
2985 | 2024-02-03T10:18:27.209Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2986 | 2024-02-03T10:18:27.602Z | Compiling humantime v2.1.0 |
2987 | 2024-02-03T10:18:27.606Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2988 | 2024-02-03T10:18:27.778Z | Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-3ea3e7c285d4b3be/build-script-build` |
2989 | 2024-02-03T10:18:27.825Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2990 | 2024-02-03T10:18:27.893Z | 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 --cfg 'feature="verbatim"' -C metadata=487d71315671361b -C extra-filename=-487d71315671361b --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-f57b927d6c5d0106.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2991 | 2024-02-03T10:18:27.897Z | Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-409f2ba701aff8c6/build-script-build` |
2992 | 2024-02-03T10:18:27.934Z | Compiling darling_core v0.14.4 |
2993 | 2024-02-03T10:18:27.975Z | 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=de00349bf3461105 -C extra-filename=-de00349bf3461105 --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-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-9615ee8240108c1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2994 | 2024-02-03T10:18:27.986Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2995 | 2024-02-03T10:18:28.457Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2996 | 2024-02-03T10:18:28.461Z | 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=c6216a7d05dc5370 -C extra-filename=-c6216a7d05dc5370 --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-4141cfc584c78c19.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
2997 | 2024-02-03T10:18:28.484Z | Compiling ascii-canvas v3.0.0 |
2998 | 2024-02-03T10:18:28.485Z | 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=b94616e039fd8545 -C extra-filename=-b94616e039fd8545 --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-597d459fab2c8513.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2999 | 2024-02-03T10:18:29.082Z | Compiling ena v0.14.2 |
3000 | 2024-02-03T10:18:29.092Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3001 | 2024-02-03T10:18:29.324Z | Compiling libloading v0.7.4 |
3002 | 2024-02-03T10:18:29.333Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3003 | 2024-02-03T10:18:29.710Z | Compiling bindgen v0.69.2 |
3004 | 2024-02-03T10:18:29.716Z | 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.69.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' -C metadata=c731e09b2f3ff7ed -C extra-filename=-c731e09b2f3ff7ed --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-c731e09b2f3ff7ed -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3005 | 2024-02-03T10:18:29.939Z | Compiling regex-syntax v0.6.29 |
3006 | 2024-02-03T10:18:29.965Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3007 | 2024-02-03T10:18:30.904Z | Compiling assert_matches v1.5.0 |
3008 | 2024-02-03T10:18:30.907Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3009 | 2024-02-03T10:18:31.054Z | Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-c731e09b2f3ff7ed/build-script-build` |
3010 | 2024-02-03T10:18:31.095Z | 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=770674322ec319ea -C extra-filename=-770674322ec319ea --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-072d063d2a089037.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-63bac09e9f2644e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3011 | 2024-02-03T10:18:31.974Z | Compiling cexpr v0.6.0 |
3012 | 2024-02-03T10:18:31.978Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3013 | 2024-02-03T10:18:33.022Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3014 | 2024-02-03T10:18:33.048Z | 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=ad77711cabf2b566 -C extra-filename=-ad77711cabf2b566 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-1778cc9cbade4248.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-a460a3da56e42aa6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b0a0efd32f3c53f8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-0281e7c97b70c1c8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-c34f72e289170d6a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.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-4a4aa598a7ca020e.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-c3f04f636846f76e.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-90736736a0f4005e.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-1cefd18f671566b1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3015 | 2024-02-03T10:18:34.814Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3016 | 2024-02-03T10:18:34.818Z | 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=cc8556cfd9a364ed -C extra-filename=-cc8556cfd9a364ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-e90c1746a7f48807.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-d0447e15fd52daf2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L /usr/platform/oxide/lib/amd64/` |
3017 | 2024-02-03T10:18:37.926Z | Compiling darling_macro v0.14.4 |
3018 | 2024-02-03T10:18:37.929Z | 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=e10dafa8c602c834 -C extra-filename=-e10dafa8c602c834 --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-de00349bf3461105.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3019 | 2024-02-03T10:18:39.963Z | Compiling darling v0.14.4 |
3020 | 2024-02-03T10:18:39.966Z | 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=32c2ca60d4e861e3 -C extra-filename=-32c2ca60d4e861e3 --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-de00349bf3461105.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-e10dafa8c602c834.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3021 | 2024-02-03T10:18:40.148Z | Compiling lalrpop v0.19.12 |
3022 | 2024-02-03T10:18:40.151Z | 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=efb0e1c0682c240c -C extra-filename=-efb0e1c0682c240c --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-b94616e039fd8545.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-6f16c8e6c7390e4f.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-3d4ffcd86b1fd673.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.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-0405182190fe7586.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-597d459fab2c8513.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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3023 | 2024-02-03T10:18:40.367Z | Compiling which v4.4.0 |
3024 | 2024-02-03T10:18:40.370Z | 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=682bb433675abaa0 -C extra-filename=-682bb433675abaa0 --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3025 | 2024-02-03T10:18:41.373Z | Compiling peeking_take_while v0.1.2 |
3026 | 2024-02-03T10:18:41.379Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3027 | 2024-02-03T10:18:41.613Z | Compiling lazycell v1.3.0 |
3028 | 2024-02-03T10:18:41.616Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3029 | 2024-02-03T10:18:41.868Z | Compiling shlex v1.3.0 |
3030 | 2024-02-03T10:18:41.873Z | 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.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ebdfeff092d7b8a8 -C extra-filename=-ebdfeff092d7b8a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3031 | 2024-02-03T10:18:42.204Z | Compiling rustc-hash v1.1.0 |
3032 | 2024-02-03T10:18:42.207Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3033 | 2024-02-03T10:18:42.431Z | Compiling maplit v1.0.2 |
3034 | 2024-02-03T10:18:42.434Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3035 | 2024-02-03T10:18:42.548Z | Compiling ref-cast v1.0.20 |
3036 | 2024-02-03T10:18:42.579Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3037 | 2024-02-03T10:18:42.605Z | 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.69.2/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' -C metadata=089fbe7602da9290 -C extra-filename=-089fbe7602da9290 --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-8618405ce2bc21e1.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-e2953340f9db8097.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-770674322ec319ea.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-487d71315671361b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-7b7bac8460bb1330.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-ebdfeff092d7b8a8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-682bb433675abaa0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3038 | 2024-02-03T10:18:43.436Z | Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-821b2ffc3e6d43e9/build-script-build` |
3039 | 2024-02-03T10:18:43.532Z | Compiling derive_builder_core v0.12.0 |
3040 | 2024-02-03T10:18:43.558Z | 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=db6b8655762566a4 -C extra-filename=-db6b8655762566a4 --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-32c2ca60d4e861e3.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3041 | 2024-02-03T10:18:46.888Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3042 | 2024-02-03T10:18:46.888Z | 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=fd87aa9eeec1f2ce -C extra-filename=-fd87aa9eeec1f2ce --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-fd87aa9eeec1f2ce -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d1b48d206656791f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3043 | 2024-02-03T10:18:47.454Z | Compiling ref-cast-impl v1.0.20 |
3044 | 2024-02-03T10:18:47.457Z | 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=3404fb1882bfd558 -C extra-filename=-3404fb1882bfd558 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3045 | 2024-02-03T10:18:47.743Z | Compiling libxml v0.3.3 |
3046 | 2024-02-03T10:18:47.746Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3047 | 2024-02-03T10:18:48.433Z | Running `/work/oxidecomputer/omicron/target/debug/build/libxml-11de4411db6ff758/build-script-build` |
3048 | 2024-02-03T10:18:48.490Z | Compiling derive_builder_macro v0.12.0 |
3049 | 2024-02-03T10:18:48.513Z | 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=9e632c56d0acfd2c -C extra-filename=-9e632c56d0acfd2c --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-db6b8655762566a4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3050 | 2024-02-03T10:18:49.709Z | 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=4fad036910d2c397 -C extra-filename=-4fad036910d2c397 --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-3404fb1882bfd558.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3051 | 2024-02-03T10:18:49.945Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-fd87aa9eeec1f2ce/build-script-build` |
3052 | 2024-02-03T10:18:49.958Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3053 | 2024-02-03T10:18:49.961Z | 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=6f813259217b5539 -C extra-filename=-6f813259217b5539 --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-90e54d00725bce1d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-e90c1746a7f48807.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-cc8556cfd9a364ed.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
3054 | 2024-02-03T10:18:50.268Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3055 | 2024-02-03T10:18:50.271Z | 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=773f9892f900b934 -C extra-filename=-773f9892f900b934 --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-3ecd8b1cb98327b1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3056 | 2024-02-03T10:18:53.235Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3057 | 2024-02-03T10:18:53.238Z | 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=5429f7a285a7bb2b -C extra-filename=-5429f7a285a7bb2b --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-5c918cdb7f784716.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9882fb17efa4ead3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3058 | 2024-02-03T10:18:53.444Z | Compiling strum_macros v0.24.3 |
3059 | 2024-02-03T10:18:53.447Z | 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=86574ce3fef1668e -C extra-filename=-86574ce3fef1668e --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-aa4a5c579286af9a.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3060 | 2024-02-03T10:18:53.936Z | Compiling cookie v0.18.0 |
3061 | 2024-02-03T10:18:53.965Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3062 | 2024-02-03T10:18:54.505Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
3063 | 2024-02-03T10:18:54.509Z | 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/62ef5ca/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=92e4a724849d313c -C extra-filename=-92e4a724849d313c --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-92e4a724849d313c -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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3064 | 2024-02-03T10:18:55.079Z | Compiling indoc v1.0.9 |
3065 | 2024-02-03T10:18:55.082Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3066 | 2024-02-03T10:18:56.074Z | Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-92e4a724849d313c/build-script-build` |
3067 | 2024-02-03T10:18:56.080Z | Running `/work/oxidecomputer/omicron/target/debug/build/cookie-0b1b277098cc37eb/build-script-build` |
3068 | 2024-02-03T10:18:56.143Z | Compiling derive_builder v0.12.0 |
3069 | 2024-02-03T10:18:56.178Z | 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=a85522de554a9848 -C extra-filename=-a85522de554a9848 --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-9e632c56d0acfd2c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3070 | 2024-02-03T10:18:56.405Z | 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=13096e4bf3c0f4e1 -C extra-filename=-13096e4bf3c0f4e1 --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2` |
3071 | 2024-02-03T10:18:56.984Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3072 | 2024-02-03T10:18:56.987Z | 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=e30489ca8e40f75f -C extra-filename=-e30489ca8e40f75f --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-e30489ca8e40f75f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d1b48d206656791f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3073 | 2024-02-03T10:18:57.530Z | Compiling bb8 v0.8.3 |
3074 | 2024-02-03T10:18:57.534Z | 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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' -C metadata=4a2d1d8a997399aa -C extra-filename=-4a2d1d8a997399aa --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-153467c069b7bf56.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-53f9058382a517fe.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d288ebdde96719a9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3075 | 2024-02-03T10:18:58.336Z | Compiling quick-xml v0.30.0 |
3076 | 2024-02-03T10:18:58.340Z | 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.30.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' -C metadata=c770b2bec531a502 -C extra-filename=-c770b2bec531a502 --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-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3077 | 2024-02-03T10:18:58.924Z | Compiling impl-trait-for-tuples v0.2.2 |
3078 | 2024-02-03T10:18:58.927Z | 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=f2c35d1739b1fb43 -C extra-filename=-f2c35d1739b1fb43 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3079 | 2024-02-03T10:19:00.377Z | Compiling oso-derive v0.27.0 |
3080 | 2024-02-03T10:19:00.380Z | 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=bd97940cf9f4c246 -C extra-filename=-bd97940cf9f4c246 --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-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3081 | 2024-02-03T10:19:01.801Z | Compiling portable-atomic v1.4.3 |
3082 | 2024-02-03T10:19:01.806Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3083 | 2024-02-03T10:19:02.494Z | 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=ce961c68eb248015 -C extra-filename=-ce961c68eb248015 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-5429f7a285a7bb2b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-5e4cc851a6780f0b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.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-773f9892f900b934.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-3e71ab740324ee80.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-2aed9481e5b11e38.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-10cede5e59f9d0c8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-603f42407b454efe.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f608be7aaa8a8d32.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3084 | 2024-02-03T10:19:03.544Z | Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-b10aa26e1864131f/build-script-build` |
3085 | 2024-02-03T10:19:03.647Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
3086 | 2024-02-03T10:19:03.650Z | 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=8ab96daaf5cb189b -C extra-filename=-8ab96daaf5cb189b --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-153467c069b7bf56.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4a2d1d8a997399aa.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-5e4cc851a6780f0b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3087 | 2024-02-03T10:19:03.834Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-e30489ca8e40f75f/build-script-build` |
3088 | 2024-02-03T10:19:03.876Z | 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=e0aea0e2d381da33 -C extra-filename=-e0aea0e2d381da33 --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-8717160e61d0c384.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3089 | 2024-02-03T10:19:04.699Z | 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/62ef5ca/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=187bbde2b1776aa7 -C extra-filename=-187bbde2b1776aa7 --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-5e4cc851a6780f0b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3090 | 2024-02-03T10:19:05.313Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3091 | 2024-02-03T10:19:05.317Z | 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=ede5e0e3fdfab123 -C extra-filename=-ede5e0e3fdfab123 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-035addf370aac6db.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-3e71ab740324ee80.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c6216a7d05dc5370.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ad77711cabf2b566.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.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-4699374c8c7e7f44.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3092 | 2024-02-03T10:19:05.692Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3093 | 2024-02-03T10:19:05.696Z | 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=a5abd7b8304fdbbe -C extra-filename=-a5abd7b8304fdbbe --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-5c918cdb7f784716.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9882fb17efa4ead3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3094 | 2024-02-03T10:19:08.504Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg portable_atomic_llvm_16` |
3095 | 2024-02-03T10:19:10.855Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3096 | 2024-02-03T10:19:10.891Z | 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=c8816c6a2c7ca76c -C extra-filename=-c8816c6a2c7ca76c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.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-f4ec6db942ebfbb4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-fd2c79830be7ef48.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa8cd0459d5bb576.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2a6264000e06c4bc.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64` |
3097 | 2024-02-03T10:19:13.333Z | Compiling number_prefix v0.4.0 |
3098 | 2024-02-03T10:19:13.340Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3099 | 2024-02-03T10:19:13.677Z | Compiling indicatif v0.17.7 |
3100 | 2024-02-03T10:19:13.681Z | 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=3b56f05465420f20 -C extra-filename=-3b56f05465420f20 --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-78e92f0a938305c3.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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3101 | 2024-02-03T10:19:14.509Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3102 | 2024-02-03T10:19:14.512Z | 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=70acd60d9278bfa0 -C extra-filename=-70acd60d9278bfa0 --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-153467c069b7bf56.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-3e71ab740324ee80.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3103 | 2024-02-03T10:19:15.127Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3104 | 2024-02-03T10:19:15.131Z | 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=48b42e420c527a1f -C extra-filename=-48b42e420c527a1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-63a2ba129b9f62bd.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-3e71ab740324ee80.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-603f42407b454efe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3105 | 2024-02-03T10:19:17.362Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3106 | 2024-02-03T10:19:17.366Z | 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=140b12436c70162a -C extra-filename=-140b12436c70162a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-63a2ba129b9f62bd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-39385877e21d3402.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3107 | 2024-02-03T10:19:19.153Z | Compiling smawk v0.3.1 |
3108 | 2024-02-03T10:19:19.156Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3109 | 2024-02-03T10:19:19.491Z | Compiling unicode-linebreak v0.1.5 |
3110 | 2024-02-03T10:19:19.518Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3111 | 2024-02-03T10:19:20.329Z | Compiling textwrap v0.16.0 |
3112 | 2024-02-03T10:19:20.332Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3113 | 2024-02-03T10:19:20.957Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
3114 | 2024-02-03T10:19:20.960Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/blueprint-execution/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=51ee40fe6746a5ae -C extra-filename=-51ee40fe6746a5ae --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-blueprint-execution-51ee40fe6746a5ae -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d1b48d206656791f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3115 | 2024-02-03T10:19:21.535Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-blueprint-execution-51ee40fe6746a5ae/build-script-build` |
3116 | 2024-02-03T10:19:21.585Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3117 | 2024-02-03T10:19:21.588Z | 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=ab8c2bb26e864617 -C extra-filename=-ab8c2bb26e864617 --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-4141cfc584c78c19.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9dc63dc389e92678.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-39385877e21d3402.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-140b12436c70162a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3118 | 2024-02-03T10:19:22.502Z | Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
3119 | 2024-02-03T10:19:22.505Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_deployment --edition=2021 nexus/deployment/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d024ea22c25af133 -C extra-filename=-d024ea22c25af133 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8300448f6a8e23c1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-48b42e420c527a1f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-3e71ab740324ee80.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3120 | 2024-02-03T10:19:24.154Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3121 | 2024-02-03T10:19:24.157Z | 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=575d321caa2bf6be -C extra-filename=-575d321caa2bf6be --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-575d321caa2bf6be -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d1b48d206656791f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3122 | 2024-02-03T10:19:24.700Z | Compiling lru v0.12.1 |
3123 | 2024-02-03T10:19:24.703Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name lru /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hashbrown"' -C metadata=c14c6947b1ad316b -C extra-filename=-c14c6947b1ad316b --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-25a1a455ae7ad26d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3124 | 2024-02-03T10:19:25.179Z | Compiling stability v0.1.1 |
3125 | 2024-02-03T10:19:25.182Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name stability --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stability-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=236ddc5e70f83261 -C extra-filename=-236ddc5e70f83261 --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-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3126 | 2024-02-03T10:19:25.558Z | Compiling cassowary v0.3.0 |
3127 | 2024-02-03T10:19:25.562Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3128 | 2024-02-03T10:19:27.122Z | Compiling is_ci v1.1.1 |
3129 | 2024-02-03T10:19:27.125Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3130 | 2024-02-03T10:19:27.514Z | Compiling indoc v2.0.3 |
3131 | 2024-02-03T10:19:27.517Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3132 | 2024-02-03T10:19:27.822Z | Compiling supports-color v2.1.0 |
3133 | 2024-02-03T10:19:27.826Z | 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=c979b68f37da1d98 -C extra-filename=-c979b68f37da1d98 --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-6f16c8e6c7390e4f.rmeta --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-f51f43a5767b927b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3134 | 2024-02-03T10:19:28.451Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-575d321caa2bf6be/build-script-build` |
3135 | 2024-02-03T10:19:28.494Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
3136 | 2024-02-03T10:19:28.498Z | 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/2d4bc11/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=3adab05d6930c567 -C extra-filename=-3adab05d6930c567 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.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-cd264e9e68da830b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64` |
3137 | 2024-02-03T10:19:29.483Z | Compiling ratatui v0.25.0 |
3138 | 2024-02-03T10:19:29.486Z | 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.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="crossterm"' --cfg 'feature="default"' --cfg 'feature="underline-color"' -C metadata=46b274b19476a66d -C extra-filename=-46b274b19476a66d --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-8618405ce2bc21e1.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-62d3458e82eb5912.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ce141d2a5357695.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-da4a49defead9c2a.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-c14c6947b1ad316b.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern stability=/work/oxidecomputer/omicron/target/debug/deps/libstability-236ddc5e70f83261.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3139 | 2024-02-03T10:19:32.761Z | Compiling fatfs v0.3.6 |
3140 | 2024-02-03T10:19:32.764Z | 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=e0ca13b06d544467 -C extra-filename=-e0ca13b06d544467 --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-4141cfc584c78c19.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3141 | 2024-02-03T10:19:35.678Z | Compiling rtoolbox v0.0.1 |
3142 | 2024-02-03T10:19:35.683Z | 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=198fb0b51b7daf4b -C extra-filename=-198fb0b51b7daf4b --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3143 | 2024-02-03T10:19:36.331Z | Compiling rpassword v7.3.1 |
3144 | 2024-02-03T10:19:36.335Z | 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=c7ae3c74da971e16 -C extra-filename=-c7ae3c74da971e16 --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-072d063d2a089037.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-198fb0b51b7daf4b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3145 | 2024-02-03T10:19:36.838Z | Compiling tui-tree-widget v0.16.0 |
3146 | 2024-02-03T10:19:36.843Z | 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.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=9b85d4be19d03d21 -C extra-filename=-9b85d4be19d03d21 --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-46b274b19476a66d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3147 | 2024-02-03T10:19:37.374Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3148 | 2024-02-03T10:19:37.377Z | 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=7caa1549c2c8c271 -C extra-filename=-7caa1549c2c8c271 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-78e92f0a938305c3.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.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-d18b7c2a0aa727f2.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2a6264000e06c4bc.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3149 | 2024-02-03T10:19:39.981Z | Compiling yansi v0.5.1 |
3150 | 2024-02-03T10:19:39.983Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3151 | 2024-02-03T10:19:40.567Z | Compiling shell-words v1.1.0 |
3152 | 2024-02-03T10:19:40.574Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3153 | 2024-02-03T10:19:40.790Z | Compiling pretty_assertions v1.4.0 |
3154 | 2024-02-03T10:19:40.793Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3155 | 2024-02-03T10:19:41.066Z | Compiling target-lexicon v0.12.12 |
3156 | 2024-02-03T10:19:41.070Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3157 | 2024-02-03T10:19:41.445Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3158 | 2024-02-03T10:19:41.449Z | 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=e89fc6f0d5bc9e36 -C extra-filename=-e89fc6f0d5bc9e36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ce141d2a5357695.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b0a0efd32f3c53f8.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-3b56f05465420f20.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-10cede5e59f9d0c8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.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-809f059798a7cc9f.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-46b274b19476a66d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-c7ae3c74da971e16.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.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-d18b7c2a0aa727f2.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-c979b68f37da1d98.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dec334c2a03252c7.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-9b85d4be19d03d21.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-39385877e21d3402.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-140b12436c70162a.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ab8c2bb26e864617.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3159 | 2024-02-03T10:19:42.810Z | Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-58441bb8d71fd0c2/build-script-build` |
3160 | 2024-02-03T10:19:42.911Z | Compiling guppy-workspace-hack v0.1.0 |
3161 | 2024-02-03T10:19:42.936Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3162 | 2024-02-03T10:19:43.460Z | Compiling getrandom v0.1.16 |
3163 | 2024-02-03T10:19:43.464Z | 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/getrandom-0.1.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=89515a65ee66726c -C extra-filename=-89515a65ee66726c --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-89515a65ee66726c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3164 | 2024-02-03T10:19:44.676Z | Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-89515a65ee66726c/build-script-build` |
3165 | 2024-02-03T10:19:44.717Z | Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-01fb90101b4967fb/build-script-build` |
3166 | 2024-02-03T10:19:44.760Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="rust_1_40"'` |
3167 | 2024-02-03T10:19:45.361Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3168 | 2024-02-03T10:19:45.388Z | 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=a08376f378935cae -C extra-filename=-a08376f378935cae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3169 | 2024-02-03T10:19:46.074Z | Compiling cargo-platform v0.1.3 |
3170 | 2024-02-03T10:19:46.081Z | 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=571d5acca1876f83 -C extra-filename=-571d5acca1876f83 --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-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3171 | 2024-02-03T10:19:47.090Z | Compiling rand v0.4.6 |
3172 | 2024-02-03T10:19:47.094Z | 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=d5f27b19b65b5702 -C extra-filename=-d5f27b19b65b5702 --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3173 | 2024-02-03T10:19:48.249Z | Compiling target-spec v3.0.1 |
3174 | 2024-02-03T10:19:48.252Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3175 | 2024-02-03T10:19:49.244Z | Compiling remove_dir_all v0.5.3 |
3176 | 2024-02-03T10:19:49.248Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3177 | 2024-02-03T10:19:49.407Z | Compiling tempdir v0.3.7 |
3178 | 2024-02-03T10:19:49.416Z | 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=5dadcf8bed763818 -C extra-filename=-5dadcf8bed763818 --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-d5f27b19b65b5702.rmeta --extern remove_dir_all=/work/oxidecomputer/omicron/target/debug/deps/libremove_dir_all-661434d0dc50455e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3179 | 2024-02-03T10:19:50.065Z | Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-a061793d02d3ccdb/build-script-build` |
3180 | 2024-02-03T10:19:50.104Z | Compiling cargo_metadata v0.18.1 |
3181 | 2024-02-03T10:19:50.136Z | 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=2a0d3c1ed02adb75 -C extra-filename=-2a0d3c1ed02adb75 --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-90e54d00725bce1d.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-571d5acca1876f83.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3182 | 2024-02-03T10:19:51.735Z | Compiling cfg-expr v0.15.5 |
3183 | 2024-02-03T10:19:51.745Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3184 | 2024-02-03T10:19:54.050Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3185 | 2024-02-03T10:19:54.213Z | 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.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=9e2452137c36a4c6 -C extra-filename=-9e2452137c36a4c6 --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3186 | 2024-02-03T10:19:55.116Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3187 | 2024-02-03T10:19:55.120Z | 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=312843f72c85a47f -C extra-filename=-312843f72c85a47f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9dc63dc389e92678.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3188 | 2024-02-03T10:19:56.848Z | Compiling http-body v1.0.0 |
3189 | 2024-02-03T10:19:56.851Z | 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-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=e0f0264263cf6dce -C extra-filename=-e0f0264263cf6dce --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-0a9789d01b345e83.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-708fecddce6c1cd0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3190 | 2024-02-03T10:19:57.229Z | Compiling winapi v0.3.9 |
3191 | 2024-02-03T10:19:57.233Z | 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/winapi-0.3.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="basetsd"' --cfg 'feature="memoryapi"' --cfg 'feature="minwindef"' -C metadata=a26c1574dec5d330 -C extra-filename=-a26c1574dec5d330 --out-dir /work/oxidecomputer/omicron/target/debug/build/winapi-a26c1574dec5d330 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3192 | 2024-02-03T10:19:59.041Z | Compiling tower-layer v0.3.2 |
3193 | 2024-02-03T10:19:59.044Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-layer-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8765ca4a7ec268a4 -C extra-filename=-8765ca4a7ec268a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3194 | 2024-02-03T10:19:59.505Z | Compiling plotters-backend v0.3.5 |
3195 | 2024-02-03T10:19:59.508Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3196 | 2024-02-03T10:20:00.458Z | Compiling plotters-svg v0.3.5 |
3197 | 2024-02-03T10:20:00.463Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3198 | 2024-02-03T10:20:01.144Z | Compiling tower v0.4.13 |
3199 | 2024-02-03T10:20:01.187Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="__common"' --cfg 'feature="default"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="log"' --cfg 'feature="make"' --cfg 'feature="pin-project"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --cfg 'feature="util"' -C metadata=77a3e06e27c0005d -C extra-filename=-77a3e06e27c0005d --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_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-178809d605f03505.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-a2cc24832304f868.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-8765ca4a7ec268a4.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-977e35ace01a1844.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a6677895971ae67b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3200 | 2024-02-03T10:20:02.676Z | Running `/work/oxidecomputer/omicron/target/debug/build/winapi-a26c1574dec5d330/build-script-build` |
3201 | 2024-02-03T10:20:02.720Z | Compiling hyper v1.1.0 |
3202 | 2024-02-03T10:20:02.724Z | 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-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="http1"' -C metadata=c3f87656f5202b91 -C extra-filename=-c3f87656f5202b91 --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-0a9789d01b345e83.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-53f9058382a517fe.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-708fecddce6c1cd0.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-e0f0264263cf6dce.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-5165d982a445385a.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 tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-620d2e79a9eb893f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3203 | 2024-02-03T10:20:07.379Z | Compiling rand_core v0.5.1 |
3204 | 2024-02-03T10:20:07.382Z | 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.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -C metadata=d1a17fb50d286756 -C extra-filename=-d1a17fb50d286756 --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-9e2452137c36a4c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3205 | 2024-02-03T10:20:08.196Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3206 | 2024-02-03T10:20:09.878Z | Compiling assert_cmd v2.0.13 |
3207 | 2024-02-03T10:20:09.881Z | 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.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=551e2d32c910de9b -C extra-filename=-551e2d32c910de9b --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-53721f6b6218811c.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-a82392be273b6644.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3208 | 2024-02-03T10:20:12.116Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
3209 | 2024-02-03T10:20:12.120Z | 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=e533a304080c7dff -C extra-filename=-e533a304080c7dff --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-5c918cdb7f784716.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3210 | 2024-02-03T10:20:14.854Z | Compiling pathdiff v0.2.1 |
3211 | 2024-02-03T10:20:14.857Z | 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=880dd0d993a92bc3 -C extra-filename=-880dd0d993a92bc3 --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-90e54d00725bce1d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3212 | 2024-02-03T10:20:15.113Z | Compiling rfc6979 v0.4.0 |
3213 | 2024-02-03T10:20:15.116Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rfc6979-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dd1d3cc8ab52bb9e -C extra-filename=-dd1d3cc8ab52bb9e --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-9a32162f7cac7119.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3214 | 2024-02-03T10:20:15.406Z | Compiling cast v0.3.0 |
3215 | 2024-02-03T10:20:15.409Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3216 | 2024-02-03T10:20:16.011Z | Compiling nested v0.1.1 |
3217 | 2024-02-03T10:20:16.014Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3218 | 2024-02-03T10:20:16.506Z | Compiling option-ext v0.2.0 |
3219 | 2024-02-03T10:20:16.509Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name option_ext /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/option-ext-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b0e7431890f3e9a1 -C extra-filename=-b0e7431890f3e9a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3220 | 2024-02-03T10:20:16.733Z | Compiling dirs-sys v0.4.1 |
3221 | 2024-02-03T10:20:16.736Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=de6a36398af2c774 -C extra-filename=-de6a36398af2c774 --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-072d063d2a089037.rmeta --extern option_ext=/work/oxidecomputer/omicron/target/debug/deps/liboption_ext-b0e7431890f3e9a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3222 | 2024-02-03T10:20:17.714Z | Compiling guppy v0.17.4 |
3223 | 2024-02-03T10:20:17.717Z | 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=36d7ad7ac11b7070 -C extra-filename=-36d7ad7ac11b7070 --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-cb325a685295b415.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-2a0d3c1ed02adb75.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-b0a0efd32f3c53f8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.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-880dd0d993a92bc3.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3d4ffcd86b1fd673.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3224 | 2024-02-03T10:20:31.354Z | Compiling criterion-plot v0.5.0 |
3225 | 2024-02-03T10:20:31.357Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3226 | 2024-02-03T10:20:33.158Z | Compiling ecdsa v0.16.9 |
3227 | 2024-02-03T10:20:33.199Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ecdsa-0.16.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="der"' --cfg 'feature="digest"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rfc6979"' --cfg 'feature="signing"' --cfg 'feature="spki"' --cfg 'feature="std"' --cfg 'feature="verifying"' -C metadata=8f36b60f91bc426a -C extra-filename=-8f36b60f91bc426a --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-9195e699c88ce3be.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3c69cefdc4f41599.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7a80d53055709791.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-dd1d3cc8ab52bb9e.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-7bf9f6c5dd7a028c.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-618e8f0a78e95d55.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3228 | 2024-02-03T10:20:33.667Z | Compiling rand_chacha v0.2.2 |
3229 | 2024-02-03T10:20:33.670Z | 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.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=a9612fb0cecebee4 -C extra-filename=-a9612fb0cecebee4 --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-d1a17fb50d286756.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3230 | 2024-02-03T10:20:34.578Z | Compiling hyper-util v0.1.2 |
3231 | 2024-02-03T10:20:34.581Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="http1"' --cfg 'feature="tokio"' -C metadata=4d7bb81ccf6f3811 -C extra-filename=-4d7bb81ccf6f3811 --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-0a9789d01b345e83.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-53f9058382a517fe.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-708fecddce6c1cd0.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-e0f0264263cf6dce.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c3f87656f5202b91.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-9a210f81e1185703.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-77a3e06e27c0005d.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-977e35ace01a1844.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a6677895971ae67b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3232 | 2024-02-03T10:20:36.099Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name winapi /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="basetsd"' --cfg 'feature="memoryapi"' --cfg 'feature="minwindef"' -C metadata=28fd2ec0a9618bc5 -C extra-filename=-28fd2ec0a9618bc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3233 | 2024-02-03T10:20:36.256Z | Compiling plotters v0.3.5 |
3234 | 2024-02-03T10:20:36.259Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3235 | 2024-02-03T10:20:38.556Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3236 | 2024-02-03T10:20:38.560Z | 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=f32e65387543544d -C extra-filename=-f32e65387543544d --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-9dc63dc389e92678.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-39385877e21d3402.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3237 | 2024-02-03T10:20:40.430Z | Compiling polyval v0.6.1 |
3238 | 2024-02-03T10:20:40.434Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polyval-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2061aea6522db7d8 -C extra-filename=-2061aea6522db7d8 --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-c7155cd217f75a24.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-b2664d199b306092.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3239 | 2024-02-03T10:20:41.091Z | Compiling ed25519 v2.2.2 |
3240 | 2024-02-03T10:20:41.094Z | 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-2.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=f3ac57420c916727 -C extra-filename=-f3ac57420c916727 --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-7bf9f6c5dd7a028c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3241 | 2024-02-03T10:20:41.980Z | Compiling rustls-native-certs v0.7.0 |
3242 | 2024-02-03T10:20:41.986Z | 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.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=49b1be24b5072b4f -C extra-filename=-49b1be24b5072b4f --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-2d52e8b8bf19ea0f.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-eeccc4e3c9bdc54b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3243 | 2024-02-03T10:20:42.499Z | Compiling primeorder v0.13.6 |
3244 | 2024-02-03T10:20:42.502Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/primeorder-0.13.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=626e5cf548e080d5 -C extra-filename=-626e5cf548e080d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7a80d53055709791.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3245 | 2024-02-03T10:20:43.350Z | Compiling blowfish v0.9.1 |
3246 | 2024-02-03T10:20:43.353Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blowfish-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bcrypt"' -C metadata=8a6fdf71275d1f9e -C extra-filename=-8a6fdf71275d1f9e --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 cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0cddec495d8a776e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3247 | 2024-02-03T10:20:44.090Z | Compiling aes v0.8.3 |
3248 | 2024-02-03T10:20:44.116Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=97fa5b4995ef01e8 -C extra-filename=-97fa5b4995ef01e8 --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-0cddec495d8a776e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-c7155cd217f75a24.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3249 | 2024-02-03T10:20:49.008Z | Compiling ctr v0.9.2 |
3250 | 2024-02-03T10:20:49.011Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ctr-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=1b79d3d0255dac5f -C extra-filename=-1b79d3d0255dac5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0cddec495d8a776e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3251 | 2024-02-03T10:20:49.578Z | Compiling tinytemplate v1.2.1 |
3252 | 2024-02-03T10:20:49.581Z | 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=c9cbc4988d17beed -C extra-filename=-c9cbc4988d17beed --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-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3253 | 2024-02-03T10:20:50.409Z | Compiling password-hash v0.4.2 |
3254 | 2024-02-03T10:20:50.413Z | 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.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rand_core"' -C metadata=6d51567c19f038e6 -C extra-filename=-6d51567c19f038e6 --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-1d07aacb4dce5366.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3255 | 2024-02-03T10:20:51.370Z | Compiling pbkdf2 v0.12.2 |
3256 | 2024-02-03T10:20:51.375Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cc4f60abdc750e29 -C extra-filename=-cc4f60abdc750e29 --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-3c69cefdc4f41599.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3257 | 2024-02-03T10:20:51.661Z | Compiling threadpool v1.8.1 |
3258 | 2024-02-03T10:20:51.664Z | 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=81d06e4f907b5168 -C extra-filename=-81d06e4f907b5168 --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-0fb048c8a18f5cf7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3259 | 2024-02-03T10:20:51.976Z | Compiling nanorand v0.7.0 |
3260 | 2024-02-03T10:20:51.979Z | 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=7a7c6a67954d60cc -C extra-filename=-7a7c6a67954d60cc --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-102b4ee2be30504e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3261 | 2024-02-03T10:20:52.024Z | Compiling oorandom v11.1.3 |
3262 | 2024-02-03T10:20:52.028Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3263 | 2024-02-03T10:20:52.336Z | Compiling hex-literal v0.4.1 |
3264 | 2024-02-03T10:20:52.339Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3265 | 2024-02-03T10:20:52.565Z | Compiling anes v0.1.6 |
3266 | 2024-02-03T10:20:52.568Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3267 | 2024-02-03T10:20:52.928Z | Compiling flume v0.11.0 |
3268 | 2024-02-03T10:20:52.932Z | 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=2457e8c20933f505 -C extra-filename=-2457e8c20933f505 --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-7a7c6a67954d60cc.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3269 | 2024-02-03T10:20:53.153Z | Compiling libtest-mimic v0.6.1 |
3270 | 2024-02-03T10:20:53.196Z | 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=dad3f274d63cc0e8 -C extra-filename=-dad3f274d63cc0e8 --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-68a049fac585d062.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-2e558ad2340e05ad.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-81d06e4f907b5168.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3271 | 2024-02-03T10:20:53.397Z | Compiling criterion v0.5.1 |
3272 | 2024-02-03T10:20:53.400Z | 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=dca699f954403f16 -C extra-filename=-dca699f954403f16 --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-44e3ea887799f379.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-4c1e8b9104795524.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-6f16c8e6c7390e4f.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-4be7b51d6a8b3fc5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fcd3a711c4d980a1.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-c9cbc4988d17beed.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3273 | 2024-02-03T10:20:54.033Z | Compiling bcrypt-pbkdf v0.10.0 |
3274 | 2024-02-03T10:20:54.039Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcrypt-pbkdf-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=82502d26debde214 -C extra-filename=-82502d26debde214 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern blowfish=/work/oxidecomputer/omicron/target/debug/deps/libblowfish-8a6fdf71275d1f9e.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-cc4f60abdc750e29.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3275 | 2024-02-03T10:20:54.971Z | Compiling pbkdf2 v0.11.0 |
3276 | 2024-02-03T10:20:54.976Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --cfg 'feature="password-hash"' --cfg 'feature="sha2"' --cfg 'feature="simple"' -C metadata=851d6ff964415a15 -C extra-filename=-851d6ff964415a15 --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-3c69cefdc4f41599.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a32162f7cac7119.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-6d51567c19f038e6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3277 | 2024-02-03T10:20:55.561Z | Compiling p256 v0.13.2 |
3278 | 2024-02-03T10:20:55.564Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p256-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha256"' --cfg 'feature="std"' -C metadata=161474e720e9fc4c -C extra-filename=-161474e720e9fc4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-8f36b60f91bc426a.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7a80d53055709791.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-626e5cf548e080d5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3279 | 2024-02-03T10:20:56.572Z | Compiling hyper-rustls v0.26.0 |
3280 | 2024-02-03T10:20:56.598Z | 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.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' -C metadata=c71fb4131759a4f2 -C extra-filename=-c71fb4131759a4f2 --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-53f9058382a517fe.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-708fecddce6c1cd0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c3f87656f5202b91.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-4d7bb81ccf6f3811.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cc1a1d40131d7375.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-49b1be24b5072b4f.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-eeccc4e3c9bdc54b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0b0e7b921730a6fd.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-977e35ace01a1844.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out` |
3281 | 2024-02-03T10:20:57.122Z | Compiling ed25519-dalek v2.0.0 |
3282 | 2024-02-03T10:20:57.131Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-dalek-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fast"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=661e2ff9fb970e2f -C extra-filename=-661e2ff9fb970e2f --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-3f8e930e42252a37.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-f3ac57420c916727.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d07aacb4dce5366.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3283 | 2024-02-03T10:20:57.433Z | Compiling ghash v0.5.0 |
3284 | 2024-02-03T10:20:57.439Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ghash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0d4203f9510a10d0 -C extra-filename=-0d4203f9510a10d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-dabfecc51b8658ae.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-2061aea6522db7d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3285 | 2024-02-03T10:20:57.720Z | Compiling russh-cryptovec v0.7.0 |
3286 | 2024-02-03T10:20:57.723Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name russh_cryptovec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-cryptovec-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ac51454ddb3a6c04 -C extra-filename=-ac51454ddb3a6c04 --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-072d063d2a089037.rmeta --extern winapi=/work/oxidecomputer/omicron/target/debug/deps/libwinapi-28fd2ec0a9618bc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3287 | 2024-02-03T10:20:58.207Z | Compiling rand v0.7.3 |
3288 | 2024-02-03T10:20:58.233Z | 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.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="getrandom_package"' --cfg 'feature="libc"' --cfg 'feature="std"' -C metadata=7364e32259ef2830 -C extra-filename=-7364e32259ef2830 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom_package=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9e2452137c36a4c6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-a9612fb0cecebee4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d1a17fb50d286756.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3289 | 2024-02-03T10:20:58.677Z | Compiling dirs v5.0.1 |
3290 | 2024-02-03T10:20:58.680Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-5.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9b91d4278ca93ff5 -C extra-filename=-9b91d4278ca93ff5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dirs_sys=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys-de6a36398af2c774.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3291 | 2024-02-03T10:20:58.976Z | Compiling httptest v0.15.5 |
3292 | 2024-02-03T10:20:58.980Z | 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=7c2b649e54100a43 -C extra-filename=-7c2b649e54100a43 --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-0a9789d01b345e83.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-2e804b49337b586d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.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-4be7b51d6a8b3fc5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3293 | 2024-02-03T10:21:03.078Z | Compiling cbc v0.1.2 |
3294 | 2024-02-03T10:21:03.081Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cbc-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="default"' -C metadata=dcd5177189ddc703 -C extra-filename=-dcd5177189ddc703 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0cddec495d8a776e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3295 | 2024-02-03T10:21:03.462Z | Compiling rstest_macros v0.18.2 |
3296 | 2024-02-03T10:21:03.466Z | 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=3d08925308e73f59 -C extra-filename=-3d08925308e73f59 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-3d08925308e73f59 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-f35542721e35081f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3297 | 2024-02-03T10:21:04.411Z | Compiling md5 v0.7.0 |
3298 | 2024-02-03T10:21:04.438Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name md5 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md5-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=89bdf8156d2c196f -C extra-filename=-89bdf8156d2c196f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3299 | 2024-02-03T10:21:05.268Z | Compiling russh-keys v0.40.1 |
3300 | 2024-02-03T10:21:05.299Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name russh_keys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-keys-0.40.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5a4876f6237bd4a5 -C extra-filename=-5a4876f6237bd4a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-97fa5b4995ef01e8.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-82502d26debde214.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a55d8fa36e94059e.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-2baaac9f487044d7.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-dcd5177189ddc703.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-1b79d3d0255dac5f.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-e5f44abe68a68320.rmeta --extern dirs=/work/oxidecomputer/omicron/target/debug/deps/libdirs-9b91d4278ca93ff5.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-661e2ff9fb970e2f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a32162f7cac7119.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-15281089ab3f7dbc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-89bdf8156d2c196f.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-bbacd6d88864d6e8.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-161474e720e9fc4c.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-851d6ff964415a15.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7364e32259ef2830.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d07aacb4dce5366.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-ac51454ddb3a6c04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-a7abbe626b913ae0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-238a204dfb074999.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3301 | 2024-02-03T10:21:10.276Z | Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-3d08925308e73f59/build-script-build` |
3302 | 2024-02-03T10:21:10.436Z | Compiling aes-gcm v0.10.3 |
3303 | 2024-02-03T10:21:10.440Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-gcm-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=3ad9529262c6b4f0 -C extra-filename=-3ad9529262c6b4f0 --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-64b1595cdea0d5b1.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-97fa5b4995ef01e8.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0cddec495d8a776e.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-1b79d3d0255dac5f.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-0d4203f9510a10d0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3304 | 2024-02-03T10:21:10.911Z | Compiling datatest-stable v0.2.3 |
3305 | 2024-02-03T10:21:10.916Z | 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=d18879681adfc062 -C extra-filename=-d18879681adfc062 --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-90e54d00725bce1d.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-dad3f274d63cc0e8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3306 | 2024-02-03T10:21:10.982Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3307 | 2024-02-03T10:21:10.985Z | 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=298dbaf7296f430c -C extra-filename=-298dbaf7296f430c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-fb50d8b0067c607b.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-2e804b49337b586d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rmeta --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-f32e65387543544d.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9dc63dc389e92678.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-d89f9a9ede31f085.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ac05221fb8ddb4b2.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3cfc74ea6f73f6e9.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-d18b7c2a0aa727f2.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2a6264000e06c4bc.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-39385877e21d3402.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out -L /usr/platform/oxide/lib/amd64/` |
3308 | 2024-02-03T10:21:11.887Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3309 | 2024-02-03T10:21:11.891Z | 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=4e1394fd9578f068 -C extra-filename=-4e1394fd9578f068 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-4e1394fd9578f068 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d1b48d206656791f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3310 | 2024-02-03T10:21:12.452Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3311 | 2024-02-03T10:21:12.455Z | 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=c59593b98d57fbba -C extra-filename=-c59593b98d57fbba --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-c59593b98d57fbba -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d1b48d206656791f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3312 | 2024-02-03T10:21:13.041Z | Compiling similar-asserts v1.5.0 |
3313 | 2024-02-03T10:21:13.077Z | 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=d1c6d25805d01abe -C extra-filename=-d1c6d25805d01abe --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-78e92f0a938305c3.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4a7b84e25ebd2235.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3314 | 2024-02-03T10:21:15.010Z | Compiling relative-path v1.9.0 |
3315 | 2024-02-03T10:21:15.013Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3316 | 2024-02-03T10:21:16.246Z | Compiling crossbeam-queue v0.3.8 |
3317 | 2024-02-03T10:21:16.252Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3318 | 2024-02-03T10:21:16.872Z | Compiling trybuild v1.0.89 |
3319 | 2024-02-03T10:21:16.875Z | 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.89/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=92ce704835deb483 -C extra-filename=-92ce704835deb483 --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-92ce704835deb483 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3320 | 2024-02-03T10:21:17.136Z | Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-bd3cd4be0d1da9fa/build-script-build` |
3321 | 2024-02-03T10:21:17.176Z | 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=0efdbeb311b153eb -C extra-filename=-0efdbeb311b153eb --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-3a2ec034d746b546.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3322 | 2024-02-03T10:21:17.641Z | Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-92ce704835deb483/build-script-build` |
3323 | 2024-02-03T10:21:17.672Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-c59593b98d57fbba/build-script-build` |
3324 | 2024-02-03T10:21:17.710Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-4e1394fd9578f068/build-script-build` |
3325 | 2024-02-03T10:21:17.746Z | Compiling russh v0.40.2 |
3326 | 2024-02-03T10:21:17.779Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-0.40.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="flate2"' -C metadata=e1e2b9d25f1bec43 -C extra-filename=-e1e2b9d25f1bec43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-97fa5b4995ef01e8.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-3ad9529262c6b4f0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8618405ce2bc21e1.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-90d4ce72903b2a22.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-1b79d3d0255dac5f.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-3f8e930e42252a37.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3c69cefdc4f41599.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5926e37d1f197e57.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-085e4acea661f57d.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a32162f7cac7119.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-bbacd6d88864d6e8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-e466da736ac7294a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-ac51454ddb3a6c04.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-5a4876f6237bd4a5.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-a7abbe626b913ae0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3327 | 2024-02-03T10:21:21.799Z | Compiling samael v0.0.14 |
3328 | 2024-02-03T10:21:21.803Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.14/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=334feb2d26138aec -C extra-filename=-334feb2d26138aec --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-334feb2d26138aec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-089fbe7602da9290.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d5e8df27f8d820e4.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3329 | 2024-02-03T10:21:24.018Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3330 | 2024-02-03T10:21:24.022Z | 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=6e6139807d2a024b -C extra-filename=-6e6139807d2a024b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6dc56c8c32e8e7fe.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-fb50d8b0067c607b.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-46e8755cf6147559.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2457e8c20933f505.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-63a2ba129b9f62bd.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-fd2c79830be7ef48.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-312843f72c85a47f.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9dc63dc389e92678.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-2aed9481e5b11e38.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-10cede5e59f9d0c8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ac05221fb8ddb4b2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa8cd0459d5bb576.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2a6264000e06c4bc.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c8816c6a2c7ca76c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-39385877e21d3402.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-140b12436c70162a.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ab8c2bb26e864617.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
3331 | 2024-02-03T10:21:25.336Z | Compiling basic-toml v0.1.8 |
3332 | 2024-02-03T10:21:25.339Z | 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=68125616da2cda58 -C extra-filename=-68125616da2cda58 --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-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3333 | 2024-02-03T10:21:25.729Z | Running `/work/oxidecomputer/omicron/target/debug/build/samael-334feb2d26138aec/build-script-bindings` |
3334 | 2024-02-03T10:21:28.861Z | Compiling futures-timer v3.0.2 |
3335 | 2024-02-03T10:21:28.865Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3336 | 2024-02-03T10:21:29.336Z | Compiling constant_time_eq v0.2.6 |
3337 | 2024-02-03T10:21:29.339Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3338 | 2024-02-03T10:21:29.616Z | Compiling blake2b_simd v1.0.1 |
3339 | 2024-02-03T10:21:29.619Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3340 | 2024-02-03T10:21:29.690Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.14/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=7d800d7441dcda12 -C extra-filename=-7d800d7441dcda12 --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-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.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-a85522de554a9848.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-072d063d2a089037.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-13096e4bf3c0f4e1.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8983c83806c9149e.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-d5415d38200233f6.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-c770b2bec531a502.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xmlsec1 -l xml2 -l ssl -l crypto -l xmlsec1 -l ltdl -l xslt -l xml2 -l z -l lzma -l m -l socket -l nsl -l m -l xml2 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg xmlsec_dynamic` |
3341 | 2024-02-03T10:21:29.946Z | 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.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6edff93be6d9da1e -C extra-filename=-6edff93be6d9da1e --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-68125616da2cda58.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-c715252fb2629716.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fcd3a711c4d980a1.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-2e558ad2340e05ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3342 | 2024-02-03T10:21:30.292Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3343 | 2024-02-03T10:21:30.685Z | Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3344 | 2024-02-03T10:21:30.688Z | 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=992a732a77d76de7 -C extra-filename=-992a732a77d76de7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ce141d2a5357695.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-0281e7c97b70c1c8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.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-d18b7c2a0aa727f2.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e89fc6f0d5bc9e36.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3345 | 2024-02-03T10:21:33.663Z | Compiling rstest v0.18.2 |
3346 | 2024-02-03T10:21:33.668Z | 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=d4ff6265e2a5fb01 -C extra-filename=-d4ff6265e2a5fb01 --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-2e804b49337b586d.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-0efdbeb311b153eb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3347 | 2024-02-03T10:21:34.006Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3348 | 2024-02-03T10:21:34.006Z | 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=44aad8e598daa7e1 -C extra-filename=-44aad8e598daa7e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-3b56f05465420f20.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-23b7f89f395c3857.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3d4ffcd86b1fd673.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ac05221fb8ddb4b2.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-fccf81fe59d8c353.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
3349 | 2024-02-03T10:21:38.630Z | Compiling partial-io v0.5.4 |
3350 | 2024-02-03T10:21:38.633Z | 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=fe52fd9d278657de -C extra-filename=-fe52fd9d278657de --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-2e804b49337b586d.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-178809d605f03505.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-85c75ac927938145.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3351 | 2024-02-03T10:21:39.351Z | Compiling approx v0.5.1 |
3352 | 2024-02-03T10:21:39.356Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3353 | 2024-02-03T10:21:39.721Z | Compiling rust-argon2 v1.0.1 |
3354 | 2024-02-03T10:21:39.725Z | 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=9c5e6539b335665d -C extra-filename=-9c5e6539b335665d --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-64492b43562e8960.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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3355 | 2024-02-03T10:21:39.746Z | Compiling crossbeam v0.8.2 |
3356 | 2024-02-03T10:21:39.750Z | 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 -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3357 | 2024-02-03T10:21:39.913Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3358 | 2024-02-03T10:21:39.951Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3a417adb9ba5b832 -C extra-filename=-3a417adb9ba5b832 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6fb26ed456428f06.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a08376f378935cae.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-e1e2b9d25f1bec43.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-5a4876f6237bd4a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
3359 | 2024-02-03T10:21:41.043Z | Compiling cargo_toml v0.19.0 |
3360 | 2024-02-03T10:21:41.050Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_toml-0.19.0/src/cargo_toml.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b1dbed2cee62007d -C extra-filename=-b1dbed2cee62007d --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-c715252fb2629716.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3361 | 2024-02-03T10:21:45.225Z | Compiling termios v0.3.3 |
3362 | 2024-02-03T10:21:45.230Z | 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=a497e529639f13e7 -C extra-filename=-a497e529639f13e7 --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3363 | 2024-02-03T10:21:45.275Z | 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=3da7c578b2d59cf9 -C extra-filename=-3da7c578b2d59cf9 --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-0a9789d01b345e83.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-aa56a7303df8436e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f62c11fd66558eb0.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-d4ff6265e2a5fb01.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-6edff93be6d9da1e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3364 | 2024-02-03T10:21:45.602Z | Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3365 | 2024-02-03T10:21:45.605Z | 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=d6130eb64215f25c -C extra-filename=-d6130eb64215f25c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-63a2ba129b9f62bd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.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-4a4aa598a7ca020e.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-a497e529639f13e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-19219b45f9479b68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3366 | 2024-02-03T10:21:46.617Z | 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=62779cb627363bfb -C extra-filename=-62779cb627363bfb --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-0a9789d01b345e83.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-aa56a7303df8436e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f62c11fd66558eb0.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-d4ff6265e2a5fb01.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-6edff93be6d9da1e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3367 | 2024-02-03T10:21:48.541Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap --edition=2021 end-to-end-tests/src/bin/bootstrap.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2b5b7b364d5b6306 -C extra-filename=-2b5b7b364d5b6306 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-3a417adb9ba5b832.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6fb26ed456428f06.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a08376f378935cae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-e1e2b9d25f1bec43.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-5a4876f6237bd4a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
3368 | 2024-02-03T10:21:52.045Z | 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=5e9e58500089481d -C extra-filename=-5e9e58500089481d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ce141d2a5357695.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-0281e7c97b70c1c8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.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-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e89fc6f0d5bc9e36.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-992a732a77d76de7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3369 | 2024-02-03T10:21:53.849Z | 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=1a130217f55a8980 -C extra-filename=-1a130217f55a8980 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ce141d2a5357695.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-0281e7c97b70c1c8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.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-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e89fc6f0d5bc9e36.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-992a732a77d76de7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3370 | 2024-02-03T10:21:54.993Z | 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=8ba6159c28f00e02 -C extra-filename=-8ba6159c28f00e02 --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-c60818d518355126.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-dca699f954403f16.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-9c5e6539b335665d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-772af4e597aced3d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3371 | 2024-02-03T10:21:55.203Z | 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=e5ad86850ca9987b -C extra-filename=-e5ad86850ca9987b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-39398a5c9d5321d2.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6dc56c8c32e8e7fe.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-fb50d8b0067c607b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.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-99c8a397f7b1ee4a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a372459067ff04d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-46e8755cf6147559.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-63a2ba129b9f62bd.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4bcba32a8e38d461.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9dc63dc389e92678.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-94be13e381313eb9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-aed4f1ffe4b04a04.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-035addf370aac6db.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6fb26ed456428f06.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.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-cf4f3dbc5e2883f5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-47479812a04afdf2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49fc36cbee622d19.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2418c7eb119488f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-1d4e8aab1d3d43e4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-603f42407b454efe.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ac05221fb8ddb4b2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3cfc74ea6f73f6e9.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-4699374c8c7e7f44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-da927c54f5ba40f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-65a9dfe0c962f34a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
3372 | 2024-02-03T10:21:56.455Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3373 | 2024-02-03T10:21:56.479Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=dd32e7db2fd1418d -C extra-filename=-dd32e7db2fd1418d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-2a0d3c1ed02adb75.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-b1dbed2cee62007d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3374 | 2024-02-03T10:21:56.836Z | 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=361d80b002fb7261 -C extra-filename=-361d80b002fb7261 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.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-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-39398a5c9d5321d2.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6dc56c8c32e8e7fe.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-fb50d8b0067c607b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.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-99c8a397f7b1ee4a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a372459067ff04d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-46e8755cf6147559.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-63a2ba129b9f62bd.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-36d7ad7ac11b7070.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4bcba32a8e38d461.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9dc63dc389e92678.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-94be13e381313eb9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-aed4f1ffe4b04a04.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-035addf370aac6db.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6fb26ed456428f06.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.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-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-cf4f3dbc5e2883f5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-47479812a04afdf2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49fc36cbee622d19.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-d2418c7eb119488f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-1d4e8aab1d3d43e4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c8c40b309bdd07cb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-603f42407b454efe.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ac05221fb8ddb4b2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3cfc74ea6f73f6e9.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-4699374c8c7e7f44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-da927c54f5ba40f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-65a9dfe0c962f34a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
3375 | 2024-02-03T10:21:56.894Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=348fa44b5e2a6859 -C extra-filename=-348fa44b5e2a6859 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6fb26ed456428f06.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a08376f378935cae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-e1e2b9d25f1bec43.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-5a4876f6237bd4a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
3376 | 2024-02-03T10:21:57.644Z | 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=5b8cd18485c2f917 -C extra-filename=-5b8cd18485c2f917 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-39398a5c9d5321d2.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6dc56c8c32e8e7fe.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-fb50d8b0067c607b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.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-99c8a397f7b1ee4a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a372459067ff04d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-46e8755cf6147559.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-63a2ba129b9f62bd.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4bcba32a8e38d461.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9dc63dc389e92678.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-94be13e381313eb9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-aed4f1ffe4b04a04.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-035addf370aac6db.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6fb26ed456428f06.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.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-cf4f3dbc5e2883f5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-47479812a04afdf2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49fc36cbee622d19.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2418c7eb119488f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-1d4e8aab1d3d43e4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-603f42407b454efe.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ac05221fb8ddb4b2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3cfc74ea6f73f6e9.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-4699374c8c7e7f44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-da927c54f5ba40f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-65a9dfe0c962f34a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
3377 | 2024-02-03T10:22:00.886Z | 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=359b95104b5e45d5 -C extra-filename=-359b95104b5e45d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-39398a5c9d5321d2.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6dc56c8c32e8e7fe.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-fb50d8b0067c607b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.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-99c8a397f7b1ee4a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a372459067ff04d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-46e8755cf6147559.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-63a2ba129b9f62bd.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4bcba32a8e38d461.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9dc63dc389e92678.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-94be13e381313eb9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-aed4f1ffe4b04a04.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-035addf370aac6db.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6fb26ed456428f06.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.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-cf4f3dbc5e2883f5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-47479812a04afdf2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49fc36cbee622d19.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2418c7eb119488f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-1d4e8aab1d3d43e4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-603f42407b454efe.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ac05221fb8ddb4b2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3cfc74ea6f73f6e9.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-4699374c8c7e7f44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-da927c54f5ba40f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-65a9dfe0c962f34a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
3378 | 2024-02-03T10:22:01.924Z | 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=7c8a36faefb9b796 -C extra-filename=-7c8a36faefb9b796 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.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-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-39398a5c9d5321d2.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6dc56c8c32e8e7fe.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-fb50d8b0067c607b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.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-99c8a397f7b1ee4a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a372459067ff04d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-46e8755cf6147559.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-63a2ba129b9f62bd.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-36d7ad7ac11b7070.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4bcba32a8e38d461.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9dc63dc389e92678.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-94be13e381313eb9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-aed4f1ffe4b04a04.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-035addf370aac6db.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6fb26ed456428f06.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.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-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-cf4f3dbc5e2883f5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-47479812a04afdf2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49fc36cbee622d19.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-d2418c7eb119488f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-1d4e8aab1d3d43e4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c8c40b309bdd07cb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-603f42407b454efe.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ac05221fb8ddb4b2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3cfc74ea6f73f6e9.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-4699374c8c7e7f44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-da927c54f5ba40f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-65a9dfe0c962f34a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
3379 | 2024-02-03T10:22:06.452Z | 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=9793020482453a06 -C extra-filename=-9793020482453a06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-63a2ba129b9f62bd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6f813259217b5539.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-3e71ab740324ee80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6fb26ed456428f06.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-603f42407b454efe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
3380 | 2024-02-03T10:22:12.251Z | 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=ecab096cf6906b6f -C extra-filename=-ecab096cf6906b6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.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-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-39398a5c9d5321d2.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6dc56c8c32e8e7fe.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-fb50d8b0067c607b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.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-99c8a397f7b1ee4a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a372459067ff04d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-46e8755cf6147559.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-63a2ba129b9f62bd.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-36d7ad7ac11b7070.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4bcba32a8e38d461.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9dc63dc389e92678.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-94be13e381313eb9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-aed4f1ffe4b04a04.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-035addf370aac6db.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6fb26ed456428f06.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.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-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-cf4f3dbc5e2883f5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-47479812a04afdf2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49fc36cbee622d19.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-d2418c7eb119488f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-1d4e8aab1d3d43e4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c8c40b309bdd07cb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-603f42407b454efe.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ac05221fb8ddb4b2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3cfc74ea6f73f6e9.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-4699374c8c7e7f44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-da927c54f5ba40f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-65a9dfe0c962f34a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
3381 | 2024-02-03T10:22:17.035Z | 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=0a7c7c1cf004716e -C extra-filename=-0a7c7c1cf004716e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.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-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-39398a5c9d5321d2.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6dc56c8c32e8e7fe.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-fb50d8b0067c607b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.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-99c8a397f7b1ee4a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a372459067ff04d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-46e8755cf6147559.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-63a2ba129b9f62bd.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-36d7ad7ac11b7070.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4bcba32a8e38d461.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9dc63dc389e92678.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-94be13e381313eb9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-aed4f1ffe4b04a04.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-035addf370aac6db.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6fb26ed456428f06.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.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-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-cf4f3dbc5e2883f5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-47479812a04afdf2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49fc36cbee622d19.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-d2418c7eb119488f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-1d4e8aab1d3d43e4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c8c40b309bdd07cb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-603f42407b454efe.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ac05221fb8ddb4b2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3cfc74ea6f73f6e9.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-4699374c8c7e7f44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-da927c54f5ba40f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-65a9dfe0c962f34a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
3382 | 2024-02-03T10:22:21.934Z | 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=8bd9d701201dc7ec -C extra-filename=-8bd9d701201dc7ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.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-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-39398a5c9d5321d2.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6dc56c8c32e8e7fe.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-fb50d8b0067c607b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.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-99c8a397f7b1ee4a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a372459067ff04d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-46e8755cf6147559.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-63a2ba129b9f62bd.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-36d7ad7ac11b7070.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4bcba32a8e38d461.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9dc63dc389e92678.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-94be13e381313eb9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-aed4f1ffe4b04a04.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-035addf370aac6db.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6fb26ed456428f06.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.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-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-cf4f3dbc5e2883f5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-47479812a04afdf2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49fc36cbee622d19.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-d2418c7eb119488f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-1d4e8aab1d3d43e4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c8c40b309bdd07cb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-603f42407b454efe.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ac05221fb8ddb4b2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3cfc74ea6f73f6e9.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-4699374c8c7e7f44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-da927c54f5ba40f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-65a9dfe0c962f34a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
3383 | 2024-02-03T10:22:23.434Z | 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=f14b85fdb6e88a4e -C extra-filename=-f14b85fdb6e88a4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-39398a5c9d5321d2.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6dc56c8c32e8e7fe.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-fb50d8b0067c607b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.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-99c8a397f7b1ee4a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a372459067ff04d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-46e8755cf6147559.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-63a2ba129b9f62bd.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4bcba32a8e38d461.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9dc63dc389e92678.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-94be13e381313eb9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-aed4f1ffe4b04a04.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-035addf370aac6db.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6fb26ed456428f06.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.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-cf4f3dbc5e2883f5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-47479812a04afdf2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49fc36cbee622d19.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2418c7eb119488f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-1d4e8aab1d3d43e4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-603f42407b454efe.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ac05221fb8ddb4b2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3cfc74ea6f73f6e9.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-4699374c8c7e7f44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-da927c54f5ba40f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-65a9dfe0c962f34a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
3384 | 2024-02-03T10:22:39.265Z | Compiling polar-core v0.27.0 |
3385 | 2024-02-03T10:22:39.268Z | 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=bc77c172fb51b645 -C extra-filename=-bc77c172fb51b645 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-bc77c172fb51b645 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-efb0e1c0682c240c.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fcd3a711c4d980a1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3386 | 2024-02-03T10:22:42.150Z | Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-bc77c172fb51b645/build-script-build` |
3387 | 2024-02-03T10:22:45.601Z | 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=9bcdc733a520e687 -C extra-filename=-9bcdc733a520e687 --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-c715252fb2629716.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-86574ce3fef1668e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3388 | 2024-02-03T10:22:56.341Z | 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=5517a778f1da4bbb -C extra-filename=-5517a778f1da4bbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6dc56c8c32e8e7fe.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-fb50d8b0067c607b.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-46e8755cf6147559.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2457e8c20933f505.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-63a2ba129b9f62bd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-fd2c79830be7ef48.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-312843f72c85a47f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9dc63dc389e92678.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-2aed9481e5b11e38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-10cede5e59f9d0c8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ac05221fb8ddb4b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa8cd0459d5bb576.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2a6264000e06c4bc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c8816c6a2c7ca76c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-39385877e21d3402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-140b12436c70162a.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-6e6139807d2a024b.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ab8c2bb26e864617.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
3389 | 2024-02-03T10:23:30.180Z | Compiling oso v0.27.0 |
3390 | 2024-02-03T10:23:30.184Z | 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=199c06c62b83bd4d -C extra-filename=-199c06c62b83bd4d --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-f2c35d1739b1fb43.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-bd97940cf9f4c246.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-9bcdc733a520e687.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a6677895971ae67b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3391 | 2024-02-03T10:23:43.541Z | 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=a340c993d69a91c2 -C extra-filename=-a340c993d69a91c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-8ab96daaf5cb189b.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-a5abd7b8304fdbbe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4a2d1d8a997399aa.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-e0aea0e2d381da33.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-5429f7a285a7bb2b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-5e4cc851a6780f0b.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-187bbde2b1776aa7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-932e5b382d4d6d76.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.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-ce961c68eb248015.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-3e71ab740324ee80.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-10cede5e59f9d0c8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8983c83806c9149e.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-199c06c62b83bd4d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.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-cf3fb015319b4763.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-7d800d7441dcda12.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-772af4e597aced3d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-603f42407b454efe.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-f608be7aaa8a8d32.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3392 | 2024-02-03T10:24:09.277Z | 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=a7297f86199d4d37 -C extra-filename=-a7297f86199d4d37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6dc56c8c32e8e7fe.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-fb50d8b0067c607b.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-46e8755cf6147559.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2457e8c20933f505.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-63a2ba129b9f62bd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6f813259217b5539.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-fd2c79830be7ef48.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-298dbaf7296f430c.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-f32e65387543544d.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-312843f72c85a47f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9dc63dc389e92678.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-83ebfaaf8e08f401.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-2aed9481e5b11e38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-10cede5e59f9d0c8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ac05221fb8ddb4b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa8cd0459d5bb576.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7caa1549c2c8c271.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2a6264000e06c4bc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c8816c6a2c7ca76c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-39385877e21d3402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e89fc6f0d5bc9e36.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-140b12436c70162a.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-6e6139807d2a024b.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ab8c2bb26e864617.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out -L /usr/platform/oxide/lib/amd64/` |
3393 | 2024-02-03T10:24:14.609Z | 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=d10a0594468d7201 -C extra-filename=-d10a0594468d7201 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6dc56c8c32e8e7fe.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-fb50d8b0067c607b.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-46e8755cf6147559.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2457e8c20933f505.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-63a2ba129b9f62bd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6f813259217b5539.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-fd2c79830be7ef48.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-298dbaf7296f430c.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-f32e65387543544d.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-312843f72c85a47f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9dc63dc389e92678.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-83ebfaaf8e08f401.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-2aed9481e5b11e38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-10cede5e59f9d0c8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ac05221fb8ddb4b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa8cd0459d5bb576.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7caa1549c2c8c271.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2a6264000e06c4bc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c8816c6a2c7ca76c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-39385877e21d3402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e89fc6f0d5bc9e36.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-140b12436c70162a.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-6e6139807d2a024b.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ab8c2bb26e864617.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out -L /usr/platform/oxide/lib/amd64/` |
3394 | 2024-02-03T10:24:27.041Z | Compiling omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
3395 | 2024-02-03T10:24:27.044Z | 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=acee45344cfa91e6 -C extra-filename=-acee45344cfa91e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crossbeam=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam-d47bdef88776902c.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-44aad8e598daa7e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fcd3a711c4d980a1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
3396 | 2024-02-03T10:24:29.249Z | 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=15780b7398f3cdf0 -C extra-filename=-15780b7398f3cdf0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-fb50d8b0067c607b.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-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-085e4acea661f57d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-298dbaf7296f430c.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-f32e65387543544d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9dc63dc389e92678.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-d89f9a9ede31f085.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-fe52fd9d278657de.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-85c75ac927938145.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ac05221fb8ddb4b2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3cfc74ea6f73f6e9.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-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-27b20e1d8b8c8539.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2a6264000e06c4bc.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-39385877e21d3402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out -L /usr/platform/oxide/lib/amd64/` |
3397 | 2024-02-03T10:24:32.512Z | 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=32810e4a60f7cce2 -C extra-filename=-32810e4a60f7cce2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-fb50d8b0067c607b.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-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-085e4acea661f57d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-f32e65387543544d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9dc63dc389e92678.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-d89f9a9ede31f085.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-fe52fd9d278657de.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-85c75ac927938145.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ac05221fb8ddb4b2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3cfc74ea6f73f6e9.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-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-27b20e1d8b8c8539.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2a6264000e06c4bc.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-39385877e21d3402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out -L /usr/platform/oxide/lib/amd64/` |
3398 | 2024-02-03T10:24:42.269Z | 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=09156192f62d201c -C extra-filename=-09156192f62d201c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-3b56f05465420f20.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-44aad8e598daa7e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-23b7f89f395c3857.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3d4ffcd86b1fd673.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ac05221fb8ddb4b2.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_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-fccf81fe59d8c353.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
3399 | 2024-02-03T10:24:46.306Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_blueprint_execution --edition=2021 nexus/blueprint-execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f3a89be0ad0659a9 -C extra-filename=-f3a89be0ad0659a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a340c993d69a91c2.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-3e71ab740324ee80.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-603f42407b454efe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3400 | 2024-02-03T10:24:46.468Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3401 | 2024-02-03T10:24:46.472Z | 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=66d10bc9dc1b98e2 -C extra-filename=-66d10bc9dc1b98e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-99c8a397f7b1ee4a.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a372459067ff04d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6f813259217b5539.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-932e5b382d4d6d76.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a340c993d69a91c2.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-70acd60d9278bfa0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-3e71ab740324ee80.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-10cede5e59f9d0c8.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6fb26ed456428f06.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-ede5e0e3fdfab123.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49fc36cbee622d19.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/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-fbf64c6ee8d29268/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
3402 | 2024-02-03T10:24:47.714Z | 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=69ad6043eabed823 -C extra-filename=-69ad6043eabed823 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.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-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-3adab05d6930c567.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a372459067ff04d.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-46e8755cf6147559.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-e0ca13b06d544467.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-63a2ba129b9f62bd.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-932e5b382d4d6d76.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-aed4f1ffe4b04a04.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rmeta --extern nexus_blueprint_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_blueprint_execution-f3a89be0ad0659a9.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ce961c68eb248015.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a340c993d69a91c2.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-773f9892f900b934.rmeta --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-d024ea22c25af133.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-48b42e420c527a1f.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-70acd60d9278bfa0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-3e71ab740324ee80.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-844801bca8661acd.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-10cede5e59f9d0c8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8983c83806c9149e.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c6216a7d05dc5370.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ad77711cabf2b566.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-47479812a04afdf2.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49fc36cbee622d19.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.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-111dfa4b750cc3a1.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2418c7eb119488f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cc1a1d40131d7375.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2d52e8b8bf19ea0f.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-7d800d7441dcda12.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-772af4e597aced3d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-603f42407b454efe.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-4699374c8c7e7f44.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f608be7aaa8a8d32.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c2bec24bc1103476.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa8cd0459d5bb576.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c8816c6a2c7ca76c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/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-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3403 | 2024-02-03T10:24:54.216Z | 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=71601cdd0c63f8f7 -C extra-filename=-71601cdd0c63f8f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6dc56c8c32e8e7fe.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-fb50d8b0067c607b.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-46e8755cf6147559.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2457e8c20933f505.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-63a2ba129b9f62bd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6f813259217b5539.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-fd2c79830be7ef48.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-298dbaf7296f430c.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-f32e65387543544d.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-312843f72c85a47f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9dc63dc389e92678.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-83ebfaaf8e08f401.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-2aed9481e5b11e38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-10cede5e59f9d0c8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ac05221fb8ddb4b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa8cd0459d5bb576.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7caa1549c2c8c271.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2a6264000e06c4bc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c8816c6a2c7ca76c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-39385877e21d3402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e89fc6f0d5bc9e36.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-140b12436c70162a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ab8c2bb26e864617.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out -L /usr/platform/oxide/lib/amd64/` |
3404 | 2024-02-03T10:25:00.797Z | 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=28ff36d11e78bb3b -C extra-filename=-28ff36d11e78bb3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-551e2d32c910de9b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-78e92f0a938305c3.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-d18879681adfc062.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-844801bca8661acd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-53721f6b6218811c.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-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7caa1549c2c8c271.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2a6264000e06c4bc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3405 | 2024-02-03T10:25:03.476Z | 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=1d5040f41ccce9e7 -C extra-filename=-1d5040f41ccce9e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-551e2d32c910de9b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-78e92f0a938305c3.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-d18879681adfc062.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-844801bca8661acd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-53721f6b6218811c.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-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2a6264000e06c4bc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3406 | 2024-02-03T10:25:03.753Z | 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=97ebaed393c1d18c -C extra-filename=-97ebaed393c1d18c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-551e2d32c910de9b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-78e92f0a938305c3.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-d18879681adfc062.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-844801bca8661acd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-53721f6b6218811c.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-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7caa1549c2c8c271.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2a6264000e06c4bc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3407 | 2024-02-03T10:25:06.870Z | 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=755afa1224372a0a -C extra-filename=-755afa1224372a0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-551e2d32c910de9b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-78e92f0a938305c3.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-d18879681adfc062.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-844801bca8661acd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-53721f6b6218811c.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-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7caa1549c2c8c271.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2a6264000e06c4bc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3408 | 2024-02-03T10:25:16.309Z | 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=c23353e4c28191dd -C extra-filename=-c23353e4c28191dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ce141d2a5357695.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-0281e7c97b70c1c8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.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-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e89fc6f0d5bc9e36.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3409 | 2024-02-03T10:25:20.221Z | 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=7a9359379731dbf6 -C extra-filename=-7a9359379731dbf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ce141d2a5357695.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b0a0efd32f3c53f8.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-3b56f05465420f20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-10cede5e59f9d0c8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.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-809f059798a7cc9f.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-46b274b19476a66d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-c7ae3c74da971e16.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.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-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-c979b68f37da1d98.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dec334c2a03252c7.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-9b85d4be19d03d21.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-39385877e21d3402.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e89fc6f0d5bc9e36.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-140b12436c70162a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ab8c2bb26e864617.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3410 | 2024-02-03T10:25:30.043Z | 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=4f91dc323533f6b0 -C extra-filename=-4f91dc323533f6b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-551e2d32c910de9b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ce141d2a5357695.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b0a0efd32f3c53f8.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-3b56f05465420f20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-10cede5e59f9d0c8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.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-809f059798a7cc9f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-85c75ac927938145.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-46b274b19476a66d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-c7ae3c74da971e16.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.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-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-c979b68f37da1d98.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dec334c2a03252c7.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-9b85d4be19d03d21.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-39385877e21d3402.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e89fc6f0d5bc9e36.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-140b12436c70162a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ab8c2bb26e864617.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3411 | 2024-02-03T10:25:32.193Z | 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=d0d4f3c9a27f6ede -C extra-filename=-d0d4f3c9a27f6ede --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-551e2d32c910de9b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ce141d2a5357695.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b0a0efd32f3c53f8.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-3b56f05465420f20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-10cede5e59f9d0c8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.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-809f059798a7cc9f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-85c75ac927938145.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-46b274b19476a66d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-c7ae3c74da971e16.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.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-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-c979b68f37da1d98.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dec334c2a03252c7.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-9b85d4be19d03d21.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-39385877e21d3402.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e89fc6f0d5bc9e36.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-140b12436c70162a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ab8c2bb26e864617.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3412 | 2024-02-03T10:25:34.445Z | 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=369e4cb416878980 -C extra-filename=-369e4cb416878980 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.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-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-39398a5c9d5321d2.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6dc56c8c32e8e7fe.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-fb50d8b0067c607b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.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-99c8a397f7b1ee4a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a372459067ff04d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-46e8755cf6147559.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-63a2ba129b9f62bd.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-36d7ad7ac11b7070.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4bcba32a8e38d461.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9dc63dc389e92678.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-94be13e381313eb9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-aed4f1ffe4b04a04.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-035addf370aac6db.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.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-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-cf4f3dbc5e2883f5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-47479812a04afdf2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49fc36cbee622d19.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-d2418c7eb119488f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-1d4e8aab1d3d43e4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c8c40b309bdd07cb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-603f42407b454efe.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ac05221fb8ddb4b2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3cfc74ea6f73f6e9.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-4699374c8c7e7f44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-da927c54f5ba40f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-65a9dfe0c962f34a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
3413 | 2024-02-03T10:25:34.751Z | 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=a895529970c44c86 -C extra-filename=-a895529970c44c86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-312843f72c85a47f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9dc63dc389e92678.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3414 | 2024-02-03T10:25:36.574Z | 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=c5986a7155a86fb0 -C extra-filename=-c5986a7155a86fb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-312843f72c85a47f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9dc63dc389e92678.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3415 | 2024-02-03T10:25:45.820Z | 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=c31d7cf3cc0cf75f -C extra-filename=-c31d7cf3cc0cf75f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-312843f72c85a47f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9dc63dc389e92678.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3416 | 2024-02-03T10:25:47.280Z | 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=2c354ed4b5b64ab6 -C extra-filename=-2c354ed4b5b64ab6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-551e2d32c910de9b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ce141d2a5357695.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b0a0efd32f3c53f8.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-3b56f05465420f20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-10cede5e59f9d0c8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.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-809f059798a7cc9f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-85c75ac927938145.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-46b274b19476a66d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-c7ae3c74da971e16.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.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-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-c979b68f37da1d98.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dec334c2a03252c7.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-9b85d4be19d03d21.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-39385877e21d3402.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-140b12436c70162a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ab8c2bb26e864617.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3417 | 2024-02-03T10:25:48.827Z | 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=8c8c09058017a11c -C extra-filename=-8c8c09058017a11c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a372459067ff04d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-23414d127f068b16.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-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-5dadcf8bed763818.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e9f605ccf5eadaf4.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b1466db6e2e9cddc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-ddec9782b773ece8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3418 | 2024-02-03T10:25:58.963Z | 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=4325f37282cd9a40 -C extra-filename=-4325f37282cd9a40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-99c8a397f7b1ee4a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a372459067ff04d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-23414d127f068b16.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-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-5dadcf8bed763818.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e9f605ccf5eadaf4.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b1466db6e2e9cddc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-ddec9782b773ece8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3419 | 2024-02-03T10:26:05.427Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="omicron-dev"' -C metadata=cd5c3320d75f6fa1 -C extra-filename=-cd5c3320d75f6fa1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-99c8a397f7b1ee4a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a372459067ff04d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6f813259217b5539.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-932e5b382d4d6d76.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a340c993d69a91c2.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-70acd60d9278bfa0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-3e71ab740324ee80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-10cede5e59f9d0c8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6fb26ed456428f06.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-ede5e0e3fdfab123.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49fc36cbee622d19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/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-fbf64c6ee8d29268/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
3420 | 2024-02-03T10:26:09.643Z | 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=36dda5b23ef5e3ea -C extra-filename=-36dda5b23ef5e3ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.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-8ab96daaf5cb189b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-dca699f954403f16.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-3adab05d6930c567.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-5e4cc851a6780f0b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-99c8a397f7b1ee4a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a372459067ff04d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-46e8755cf6147559.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-e0ca13b06d544467.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-63a2ba129b9f62bd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6f813259217b5539.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-932e5b382d4d6d76.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-7c2b649e54100a43.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-fd2c79830be7ef48.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c71fb4131759a4f2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-aed4f1ffe4b04a04.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_blueprint_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_blueprint_execution-f3a89be0ad0659a9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ce961c68eb248015.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a340c993d69a91c2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-773f9892f900b934.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-d024ea22c25af133.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-48b42e420c527a1f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-70acd60d9278bfa0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-66d10bc9dc1b98e2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e533a304080c7dff.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-3e71ab740324ee80.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-844801bca8661acd.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-10cede5e59f9d0c8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6fb26ed456428f06.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.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-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8983c83806c9149e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a08376f378935cae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c6216a7d05dc5370.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ad77711cabf2b566.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-47479812a04afdf2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49fc36cbee622d19.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3d4ffcd86b1fd673.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-111dfa4b750cc3a1.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2418c7eb119488f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c8c40b309bdd07cb.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cc1a1d40131d7375.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2d52e8b8bf19ea0f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-7d800d7441dcda12.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-772af4e597aced3d.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-d1c6d25805d01abe.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-603f42407b454efe.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-4699374c8c7e7f44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-cc8556cfd9a364ed.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f608be7aaa8a8d32.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-597d459fab2c8513.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c2bec24bc1103476.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa8cd0459d5bb576.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7caa1549c2c8c271.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2a6264000e06c4bc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c8816c6a2c7ca76c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3421 | 2024-02-03T10:26:13.480Z | 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=749c30d1d1cfacac -C extra-filename=-749c30d1d1cfacac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.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-8ab96daaf5cb189b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-a5abd7b8304fdbbe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4a2d1d8a997399aa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-e0aea0e2d381da33.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-5429f7a285a7bb2b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-5e4cc851a6780f0b.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-187bbde2b1776aa7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-63a2ba129b9f62bd.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-932e5b382d4d6d76.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c71fb4131759a4f2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.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-ce961c68eb248015.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-d024ea22c25af133.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-48b42e420c527a1f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-66d10bc9dc1b98e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-3e71ab740324ee80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-10cede5e59f9d0c8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6fb26ed456428f06.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8983c83806c9149e.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-199c06c62b83bd4d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3d4ffcd86b1fd673.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-cf3fb015319b4763.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c8c40b309bdd07cb.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cc1a1d40131d7375.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-7d800d7441dcda12.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-772af4e597aced3d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-603f42407b454efe.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-f608be7aaa8a8d32.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-597d459fab2c8513.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
3422 | 2024-02-03T10:26:17.481Z | 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=6ddab562e2cdf720 -C extra-filename=-6ddab562e2cdf720 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-8ab96daaf5cb189b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-5e4cc851a6780f0b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-63a2ba129b9f62bd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6f813259217b5539.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-035addf370aac6db.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ce961c68eb248015.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a340c993d69a91c2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-66d10bc9dc1b98e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-3e71ab740324ee80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c6216a7d05dc5370.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-603f42407b454efe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-1cefd18f671566b1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
3423 | 2024-02-03T10:26:19.179Z | 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=6b3460c2b44a7628 -C extra-filename=-6b3460c2b44a7628 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-99c8a397f7b1ee4a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a372459067ff04d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-23414d127f068b16.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-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-5dadcf8bed763818.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e9f605ccf5eadaf4.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b1466db6e2e9cddc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-ddec9782b773ece8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3424 | 2024-02-03T10:26:36.037Z | 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=112918977f330b34 -C extra-filename=-112918977f330b34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-99c8a397f7b1ee4a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a372459067ff04d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-23414d127f068b16.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-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-5dadcf8bed763818.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e9f605ccf5eadaf4.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b1466db6e2e9cddc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-ddec9782b773ece8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3425 | 2024-02-03T10:26:37.242Z | 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=380b78041fe53d46 -C extra-filename=-380b78041fe53d46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-99c8a397f7b1ee4a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a372459067ff04d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-23414d127f068b16.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-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-5dadcf8bed763818.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e9f605ccf5eadaf4.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b1466db6e2e9cddc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-ddec9782b773ece8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3426 | 2024-02-03T10:26:39.174Z | 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=36f2974a865ffca2 -C extra-filename=-36f2974a865ffca2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-99c8a397f7b1ee4a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a372459067ff04d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-23414d127f068b16.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-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-5dadcf8bed763818.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e9f605ccf5eadaf4.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b1466db6e2e9cddc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-ddec9782b773ece8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3427 | 2024-02-03T10:26:40.102Z | 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=5578bdda3c2f8141 -C extra-filename=-5578bdda3c2f8141 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-99c8a397f7b1ee4a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a372459067ff04d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-23414d127f068b16.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-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-5dadcf8bed763818.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e9f605ccf5eadaf4.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b1466db6e2e9cddc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-ddec9782b773ece8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3428 | 2024-02-03T10:26:42.912Z | 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=03793044ef37b390 -C extra-filename=-03793044ef37b390 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-99c8a397f7b1ee4a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a372459067ff04d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-23414d127f068b16.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-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-5dadcf8bed763818.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e9f605ccf5eadaf4.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b1466db6e2e9cddc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-ddec9782b773ece8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3429 | 2024-02-03T10:26:45.219Z | 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=c7d1e81a11d17acd -C extra-filename=-c7d1e81a11d17acd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-035addf370aac6db.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-3e71ab740324ee80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c6216a7d05dc5370.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-ede5e0e3fdfab123.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ad77711cabf2b566.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.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-4699374c8c7e7f44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3430 | 2024-02-03T10:26:50.092Z | 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=74b42656cac9660f -C extra-filename=-74b42656cac9660f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-035addf370aac6db.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-3e71ab740324ee80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c6216a7d05dc5370.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-ede5e0e3fdfab123.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ad77711cabf2b566.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.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-4699374c8c7e7f44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3431 | 2024-02-03T10:26:54.211Z | 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=ac2d0328db7722cc -C extra-filename=-ac2d0328db7722cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-035addf370aac6db.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-3e71ab740324ee80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c6216a7d05dc5370.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-ede5e0e3fdfab123.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ad77711cabf2b566.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.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-4699374c8c7e7f44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3432 | 2024-02-03T10:27:15.931Z | 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=caf313320ce538f0 -C extra-filename=-caf313320ce538f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-035addf370aac6db.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-3e71ab740324ee80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c6216a7d05dc5370.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-ede5e0e3fdfab123.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ad77711cabf2b566.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.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-4699374c8c7e7f44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3433 | 2024-02-03T10:27:20.321Z | 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=0d8780f6b333a9ea -C extra-filename=-0d8780f6b333a9ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-035addf370aac6db.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-3e71ab740324ee80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c6216a7d05dc5370.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-ede5e0e3fdfab123.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ad77711cabf2b566.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.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-4699374c8c7e7f44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3434 | 2024-02-03T10:27:26.122Z | 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=5588edfd895716dd -C extra-filename=-5588edfd895716dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.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-f4ec6db942ebfbb4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-fd2c79830be7ef48.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa8cd0459d5bb576.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7caa1549c2c8c271.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2a6264000e06c4bc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64` |
3435 | 2024-02-03T10:27:33.407Z | 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=1b27f539bdb7496d -C extra-filename=-1b27f539bdb7496d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-78e92f0a938305c3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.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-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7caa1549c2c8c271.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2a6264000e06c4bc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3436 | 2024-02-03T10:27:43.231Z | 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=cdf616580b7c9874 -C extra-filename=-cdf616580b7c9874 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.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-99137e97c3cb7edd.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b0a0efd32f3c53f8.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-3b56f05465420f20.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-c956746db07d067d.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-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-809f059798a7cc9f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3d4ffcd86b1fd673.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-772af4e597aced3d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-c979b68f37da1d98.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3437 | 2024-02-03T10:28:04.418Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_deployment --edition=2021 nexus/deployment/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1471c66bd8bd6781 -C extra-filename=-1471c66bd8bd6781 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8300448f6a8e23c1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-48b42e420c527a1f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-3e71ab740324ee80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-603f42407b454efe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3438 | 2024-02-03T10:28:14.160Z | 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=d2fddbd55c00636a -C extra-filename=-d2fddbd55c00636a --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-4141cfc584c78c19.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9dc63dc389e92678.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-39385877e21d3402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-140b12436c70162a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3439 | 2024-02-03T10:28:29.673Z | 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=81d7f7a7e84abc1f -C extra-filename=-81d7f7a7e84abc1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-3b56f05465420f20.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-23b7f89f395c3857.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3d4ffcd86b1fd673.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ac05221fb8ddb4b2.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_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-fccf81fe59d8c353.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
3440 | 2024-02-03T10:28:29.909Z | 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=ce87ca3b0ac4096e -C extra-filename=-ce87ca3b0ac4096e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-e90c1746a7f48807.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-d0447e15fd52daf2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L /usr/platform/oxide/lib/amd64/` |
3441 | 2024-02-03T10:28:34.066Z | 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=260f3726488ceb77 -C extra-filename=-260f3726488ceb77 --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-90e54d00725bce1d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-e90c1746a7f48807.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-cc8556cfd9a364ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
3442 | 2024-02-03T10:28:36.982Z | 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=972e7c1111dc723b -C extra-filename=-972e7c1111dc723b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-de7b13082ba9773a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6f813259217b5539.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-d89f9a9ede31f085.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.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-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-42a6f77439465836.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-07077df7997570f0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-cc8556cfd9a364ed.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-19219b45f9479b68.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
3443 | 2024-02-03T10:28:38.433Z | 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=fb162dcc5a83907a -C extra-filename=-fb162dcc5a83907a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-de7b13082ba9773a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6f813259217b5539.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-d89f9a9ede31f085.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-e90c1746a7f48807.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.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-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-42a6f77439465836.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-07077df7997570f0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-cc8556cfd9a364ed.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-19219b45f9479b68.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
3444 | 2024-02-03T10:28:40.290Z | 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=980d6d826ae1b9ea -C extra-filename=-980d6d826ae1b9ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-de7b13082ba9773a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6f813259217b5539.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-d89f9a9ede31f085.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-e90c1746a7f48807.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.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-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-42a6f77439465836.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-07077df7997570f0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-cc8556cfd9a364ed.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-19219b45f9479b68.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
3445 | 2024-02-03T10:28:44.737Z | 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=7d4d41d0c533bb62 -C extra-filename=-7d4d41d0c533bb62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-e90c1746a7f48807.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-cc8556cfd9a364ed.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-d0447e15fd52daf2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L /usr/platform/oxide/lib/amd64/` |
3446 | 2024-02-03T10:28:48.936Z | 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=3deeab2d50abbe4a -C extra-filename=-3deeab2d50abbe4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-de7b13082ba9773a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-d89f9a9ede31f085.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-e90c1746a7f48807.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-42a6f77439465836.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-07077df7997570f0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-19219b45f9479b68.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
3447 | 2024-02-03T10:28:52.281Z | 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=3f4866fd3ecaafe6 -C extra-filename=-3f4866fd3ecaafe6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-5429f7a285a7bb2b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-5e4cc851a6780f0b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.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-773f9892f900b934.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-3e71ab740324ee80.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-2aed9481e5b11e38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-10cede5e59f9d0c8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-603f42407b454efe.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f608be7aaa8a8d32.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3448 | 2024-02-03T10:29:07.469Z | 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=63af7291e8ec2349 -C extra-filename=-63af7291e8ec2349 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-035addf370aac6db.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-3e71ab740324ee80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c6216a7d05dc5370.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ad77711cabf2b566.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.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-4699374c8c7e7f44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3449 | 2024-02-03T10:29:29.996Z | 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=aec6ea903e6a0d37 -C extra-filename=-aec6ea903e6a0d37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-1778cc9cbade4248.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-a460a3da56e42aa6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b0a0efd32f3c53f8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ad77711cabf2b566.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-0281e7c97b70c1c8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-c34f72e289170d6a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.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-4699374c8c7e7f44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-c3f04f636846f76e.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-90736736a0f4005e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-1cefd18f671566b1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3450 | 2024-02-03T10:29:34.952Z | 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=af417838ff25b1e3 -C extra-filename=-af417838ff25b1e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-1778cc9cbade4248.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-a460a3da56e42aa6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b0a0efd32f3c53f8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-0281e7c97b70c1c8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-c34f72e289170d6a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.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-4699374c8c7e7f44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-c3f04f636846f76e.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-90736736a0f4005e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-1cefd18f671566b1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3451 | 2024-02-03T10:29:51.638Z | 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=f6483092e860128f -C extra-filename=-f6483092e860128f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-487d71315671361b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9882fb17efa4ead3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3452 | 2024-02-03T10:29:57.915Z | 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=2eb428a7f7f93497 -C extra-filename=-2eb428a7f7f93497 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-487d71315671361b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9882fb17efa4ead3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3453 | 2024-02-03T10:30:00.785Z | 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=a6f45c94f9ed0c43 -C extra-filename=-a6f45c94f9ed0c43 --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-39398a5c9d5321d2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-7c10a31600b0da60.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1840ba39f4ff13d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-85c75ac927938145.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-44aac42af2daaf63.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-772af4e597aced3d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ac05221fb8ddb4b2.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-4a4aa598a7ca020e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-930d86509d931a50.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
3454 | 2024-02-03T10:30:08.085Z | 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=d4793a2a8a6cd65d -C extra-filename=-d4793a2a8a6cd65d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-99c8a397f7b1ee4a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a372459067ff04d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-23414d127f068b16.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3455 | 2024-02-03T10:30:28.429Z | 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=80703083b499d71d -C extra-filename=-80703083b499d71d --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-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-7c10a31600b0da60.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1840ba39f4ff13d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-85c75ac927938145.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-44aac42af2daaf63.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-772af4e597aced3d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ac05221fb8ddb4b2.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-4a4aa598a7ca020e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-930d86509d931a50.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
3456 | 2024-02-03T10:30:42.809Z | 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=1f06a8fe9c9c7483 -C extra-filename=-1f06a8fe9c9c7483 --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-39398a5c9d5321d2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-7c10a31600b0da60.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1840ba39f4ff13d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-85c75ac927938145.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-44aac42af2daaf63.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-772af4e597aced3d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ac05221fb8ddb4b2.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-4a4aa598a7ca020e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-930d86509d931a50.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
3457 | 2024-02-03T10:30:45.695Z | 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=efd346565dcfd901 -C extra-filename=-efd346565dcfd901 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.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-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-fd2c79830be7ef48.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8e24ec9991093909.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-869fc7afa7d573ed.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa8cd0459d5bb576.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f959e24eb3a10109.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64` |
3458 | 2024-02-03T10:30:52.316Z | 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=293201fb239656ae -C extra-filename=-293201fb239656ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-035addf370aac6db.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3459 | 2024-02-03T10:30:56.490Z | 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=de9faadd2e8dfe68 -C extra-filename=-de9faadd2e8dfe68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9dc63dc389e92678.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3460 | 2024-02-03T10:30:59.623Z | 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=19769d40d92d5714 -C extra-filename=-19769d40d92d5714 --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-844801bca8661acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-111dfa4b750cc3a1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ac05221fb8ddb4b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
3461 | 2024-02-03T10:31:04.867Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=dc73f1d7a72a36a5 -C extra-filename=-dc73f1d7a72a36a5 --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-153467c069b7bf56.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-3e71ab740324ee80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3462 | 2024-02-03T10:31:07.342Z | 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=9382d7cca1080761 -C extra-filename=-9382d7cca1080761 --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-4141cfc584c78c19.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-3e71ab740324ee80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-10cede5e59f9d0c8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3463 | 2024-02-03T10:31:08.396Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=fe03d2f34137c5d9 -C extra-filename=-fe03d2f34137c5d9 --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 ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-85c75ac927938145.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-27b20e1d8b8c8539.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3464 | 2024-02-03T10:31:26.888Z | 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=3fb2b152ecdc7d79 -C extra-filename=-3fb2b152ecdc7d79 --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-4141cfc584c78c19.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-f794f6ad8b9d5b23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.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-4a4aa598a7ca020e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3465 | 2024-02-03T10:31:27.795Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
3466 | 2024-02-03T10:31:27.799Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_networking --edition=2021 zone-network-setup/src/bin/zone-networking.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=262540ce63bd5366 -C extra-filename=-262540ce63bd5366 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-65a9dfe0c962f34a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3467 | 2024-02-03T10:31:28.136Z | 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=c70848e43737b2ed -C extra-filename=-c70848e43737b2ed --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-844801bca8661acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-111dfa4b750cc3a1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ac05221fb8ddb4b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
3468 | 2024-02-03T10:31:28.964Z | 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=9adabae118502243 -C extra-filename=-9adabae118502243 --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-153467c069b7bf56.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.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-2d02097356b0f682.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-94be13e381313eb9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ac05221fb8ddb4b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
3469 | 2024-02-03T10:31:30.642Z | 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=8f9d815c79f23c5c -C extra-filename=-8f9d815c79f23c5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-85c75ac927938145.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-772af4e597aced3d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-27b20e1d8b8c8539.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-39385877e21d3402.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3470 | 2024-02-03T10:31:32.500Z | 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=3ff202ee08fe3a56 -C extra-filename=-3ff202ee08fe3a56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-d64f3a5fae41bc0f.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-1afc1b8683d0380d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-95a37e8719a7fef9.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-da927c54f5ba40f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
3471 | 2024-02-03T10:31:48.549Z | 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=bf4d76d363b25c86 -C extra-filename=-bf4d76d363b25c86 --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-9dc63dc389e92678.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-39385877e21d3402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3472 | 2024-02-03T10:31:53.465Z | 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=2afa63fbc59928f7 -C extra-filename=-2afa63fbc59928f7 --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-3ecd8b1cb98327b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ac05221fb8ddb4b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
3473 | 2024-02-03T10:31:54.448Z | 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=ba23d0692da7efd7 -C extra-filename=-ba23d0692da7efd7 --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-4141cfc584c78c19.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-111dfa4b750cc3a1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3474 | 2024-02-03T10:31:56.480Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3475 | 2024-02-03T10:31:56.483Z | 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=0f2489f5942eaeb5 -C extra-filename=-0f2489f5942eaeb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-fd2c79830be7ef48.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64` |
3476 | 2024-02-03T10:31:57.728Z | 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=8f5884aaf79695c5 -C extra-filename=-8f5884aaf79695c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-22e54d2b277354ae.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a372459067ff04d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-63a2ba129b9f62bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-10cede5e59f9d0c8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8983c83806c9149e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-603f42407b454efe.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f608be7aaa8a8d32.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3477 | 2024-02-03T10:31:59.502Z | 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=dce041b885781f96 -C extra-filename=-dce041b885781f96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-99c8a397f7b1ee4a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a372459067ff04d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-23414d127f068b16.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-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e9f605ccf5eadaf4.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b1466db6e2e9cddc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-ddec9782b773ece8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3478 | 2024-02-03T10:32:06.520Z | 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=13a181ae6a7ec53e -C extra-filename=-13a181ae6a7ec53e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-99c8a397f7b1ee4a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a372459067ff04d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-23414d127f068b16.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-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e9f605ccf5eadaf4.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b1466db6e2e9cddc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-ddec9782b773ece8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3479 | 2024-02-03T10:32:10.889Z | 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=cc745f47f9cae6bf -C extra-filename=-cc745f47f9cae6bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-99c8a397f7b1ee4a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a372459067ff04d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-23414d127f068b16.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-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e9f605ccf5eadaf4.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b1466db6e2e9cddc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-ddec9782b773ece8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3480 | 2024-02-03T10:32:22.810Z | 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=ed2ca3b401a99d48 -C extra-filename=-ed2ca3b401a99d48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-99c8a397f7b1ee4a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a372459067ff04d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-23414d127f068b16.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-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e9f605ccf5eadaf4.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b1466db6e2e9cddc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-ddec9782b773ece8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3481 | 2024-02-03T10:32:25.315Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3482 | 2024-02-03T10:32:25.319Z | 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=7dcda1aad58fb42f -C extra-filename=-7dcda1aad58fb42f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3483 | 2024-02-03T10:32:26.648Z | 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=08fd827cd7e04536 -C extra-filename=-08fd827cd7e04536 --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-4141cfc584c78c19.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3484 | 2024-02-03T10:32:28.336Z | 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=d85251b44ca380b9 -C extra-filename=-d85251b44ca380b9 --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-153467c069b7bf56.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1840ba39f4ff13d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-44aac42af2daaf63.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3485 | 2024-02-03T10:32:30.125Z | 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=16bacd914a3089bd -C extra-filename=-16bacd914a3089bd --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-153467c069b7bf56.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3486 | 2024-02-03T10:32:33.084Z | 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=bdfcab07a4bcd7f2 -C extra-filename=-bdfcab07a4bcd7f2 --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-844801bca8661acd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8983c83806c9149e.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-d5415d38200233f6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c8c40b309bdd07cb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3487 | 2024-02-03T10:32:36.279Z | Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3488 | 2024-02-03T10:32:36.283Z | 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=4c369fbcfca02a0d -C extra-filename=-4c369fbcfca02a0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3489 | 2024-02-03T10:32:39.834Z | 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=b35f2a879f00c83c -C extra-filename=-b35f2a879f00c83c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-7614796703d08fee.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.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-a6ed8128ccfc730c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-d370449767f06d09.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-cf4f3dbc5e2883f5.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-ac553dd9b1f7b09a.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-a000eb6436cfff3b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-65a9dfe0c962f34a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3490 | 2024-02-03T10:32:40.307Z | 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=19d2b061d0244b52 -C extra-filename=-19d2b061d0244b52 --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-3ecd8b1cb98327b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3491 | 2024-02-03T10:32:50.398Z | 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=6a34a83eb04aca1b -C extra-filename=-6a34a83eb04aca1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-cefa51378f2ea758.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-9fc834b5cc8db937.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-932e5b382d4d6d76.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c8c40b309bdd07cb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cc1a1d40131d7375.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c2bec24bc1103476.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3492 | 2024-02-03T10:32:52.113Z | 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=c3cad5b74b2cb66a -C extra-filename=-c3cad5b74b2cb66a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-63a2ba129b9f62bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-39385877e21d3402.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3493 | 2024-02-03T10:32:55.721Z | 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=21efa82828638716 -C extra-filename=-21efa82828638716 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-22e54d2b277354ae.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-65dcd9d072ccd706.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.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-78d02dbd876db383.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-85c75ac927938145.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-772af4e597aced3d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-27b20e1d8b8c8539.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c2bec24bc1103476.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3494 | 2024-02-03T10:32:56.710Z | 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=64a71631d262a511 -C extra-filename=-64a71631d262a511 --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-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3495 | 2024-02-03T10:33:04.826Z | 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=0d59b35679a422c0 -C extra-filename=-0d59b35679a422c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3496 | 2024-02-03T10:33:17.343Z | 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=b011466e1ff68288 -C extra-filename=-b011466e1ff68288 --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-4141cfc584c78c19.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3497 | 2024-02-03T10:33:19.649Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/bin/oxlog.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1644a69a2985cbe9 -C extra-filename=-1644a69a2985cbe9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-a000eb6436cfff3b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3498 | 2024-02-03T10:33:20.696Z | 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 --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d513811bb4020a1f -C extra-filename=-d513811bb4020a1f --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-5c918cdb7f784716.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3499 | 2024-02-03T10:33:21.172Z | 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=92d32554ae0ba536 -C extra-filename=-92d32554ae0ba536 --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-5c918cdb7f784716.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3500 | 2024-02-03T10:33:22.142Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5956db56be349573 -C extra-filename=-5956db56be349573 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3501 | 2024-02-03T10:33:23.208Z | 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 --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=abd515f2b73276a4 -C extra-filename=-abd515f2b73276a4 --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-5c918cdb7f784716.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3502 | 2024-02-03T10:33:23.427Z | 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=acf11feda1658572 -C extra-filename=-acf11feda1658572 --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-5c918cdb7f784716.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3503 | 2024-02-03T10:33:24.244Z | 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2a143f9fc7390972 -C extra-filename=-2a143f9fc7390972 --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-cb325a685295b415.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-e39b65394af31ca3.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.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-8618405ce2bc21e1.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-0a9789d01b345e83.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0cddec495d8a776e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-0d13cb7900ca812f.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-78e92f0a938305c3.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 crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ce141d2a5357695.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-4c8e5875e5a3a025.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9195e699c88ce3be.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-5e4cc851a6780f0b.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3c69cefdc4f41599.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-5e63158c651fd920.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7a80d53055709791.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-e03ce0c6b11098e3.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-ab8bb4c8beb328c5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.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-53f9058382a517fe.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5926e37d1f197e57.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-102b4ee2be30504e.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-91a8c368bbe7faaf.rlib --extern hashbrown_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-67e1651faf6cec83.rlib --extern hashbrown_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-25a1a455ae7ad26d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a32162f7cac7119.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b0a0efd32f3c53f8.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-15281089ab3f7dbc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.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-072d063d2a089037.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-40e5b787da3c66c6.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-24dc8bd775458b21.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-bbacd6d88864d6e8.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-3679a975bfe14c18.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3d4ffcd86b1fd673.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-be9dd9d729068190.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-ee6cdf9a9cd99e2d.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-53721f6b6218811c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1ca351f7f3d361c7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-40dfbed7bcb9fb30.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-4ecfac87a90319cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4a7b84e25ebd2235.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a210f81e1185703.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0405182190fe7586.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8717160e61d0c384.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c2bec24bc1103476.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9fded515545df830.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-995db5c29458619d.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9867bac59391c3b4.rlib --extern toml_edit_647d43efb71741da=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dec334c2a03252c7.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a6677895971ae67b.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b1466db6e2e9cddc.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-3297899f456e9780.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-43732c290a2519ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-238a204dfb074999.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3986eb937002ab5c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f959e24eb3a10109.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib` |
3504 | 2024-02-03T10:35:49.606Z | 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=74b60124d5b54b6c -C extra-filename=-74b60124d5b54b6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.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-8ab96daaf5cb189b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-dca699f954403f16.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-3adab05d6930c567.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-5e4cc851a6780f0b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-99c8a397f7b1ee4a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a372459067ff04d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-46e8755cf6147559.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-e0ca13b06d544467.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-63a2ba129b9f62bd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6f813259217b5539.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-932e5b382d4d6d76.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-7c2b649e54100a43.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-fd2c79830be7ef48.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c71fb4131759a4f2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-aed4f1ffe4b04a04.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_blueprint_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_blueprint_execution-f3a89be0ad0659a9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ce961c68eb248015.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a340c993d69a91c2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-773f9892f900b934.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-d024ea22c25af133.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-48b42e420c527a1f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-70acd60d9278bfa0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-66d10bc9dc1b98e2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e533a304080c7dff.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-3e71ab740324ee80.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-844801bca8661acd.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-69ad6043eabed823.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-10cede5e59f9d0c8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6fb26ed456428f06.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.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-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8983c83806c9149e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a08376f378935cae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c6216a7d05dc5370.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ad77711cabf2b566.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-47479812a04afdf2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49fc36cbee622d19.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3d4ffcd86b1fd673.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-111dfa4b750cc3a1.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2418c7eb119488f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c8c40b309bdd07cb.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cc1a1d40131d7375.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2d52e8b8bf19ea0f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-7d800d7441dcda12.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-772af4e597aced3d.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-d1c6d25805d01abe.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-603f42407b454efe.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-4699374c8c7e7f44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-cc8556cfd9a364ed.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f608be7aaa8a8d32.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-597d459fab2c8513.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c2bec24bc1103476.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa8cd0459d5bb576.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7caa1549c2c8c271.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2a6264000e06c4bc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c8816c6a2c7ca76c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3505 | 2024-02-03T10:35:49.606Z | 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=bea670de864a7c0d -C extra-filename=-bea670de864a7c0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6f813259217b5539.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-70acd60d9278bfa0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-66d10bc9dc1b98e2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-69ad6043eabed823.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8983c83806c9149e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a08376f378935cae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c8c40b309bdd07cb.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-42a6f77439465836.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-07077df7997570f0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c2bec24bc1103476.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
3506 | 2024-02-03T10:35:49.611Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_blueprint_execution --edition=2021 nexus/blueprint-execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=bf749f73caff7832 -C extra-filename=-bf749f73caff7832 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-7c2b649e54100a43.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ce961c68eb248015.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a340c993d69a91c2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-66d10bc9dc1b98e2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e533a304080c7dff.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-3e71ab740324ee80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-69ad6043eabed823.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-603f42407b454efe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
3507 | 2024-02-03T10:35:49.621Z | 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=dc1235c82a03a8c7 -C extra-filename=-dc1235c82a03a8c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.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-8ab96daaf5cb189b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-dca699f954403f16.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-3adab05d6930c567.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-5e4cc851a6780f0b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-99c8a397f7b1ee4a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a372459067ff04d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-46e8755cf6147559.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-e0ca13b06d544467.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-63a2ba129b9f62bd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6f813259217b5539.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-932e5b382d4d6d76.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-7c2b649e54100a43.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-fd2c79830be7ef48.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c71fb4131759a4f2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-aed4f1ffe4b04a04.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_blueprint_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_blueprint_execution-f3a89be0ad0659a9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ce961c68eb248015.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a340c993d69a91c2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-773f9892f900b934.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-d024ea22c25af133.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-48b42e420c527a1f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-70acd60d9278bfa0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-66d10bc9dc1b98e2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e533a304080c7dff.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-3e71ab740324ee80.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-844801bca8661acd.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-69ad6043eabed823.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-10cede5e59f9d0c8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6fb26ed456428f06.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.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-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8983c83806c9149e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a08376f378935cae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c6216a7d05dc5370.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ad77711cabf2b566.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-47479812a04afdf2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49fc36cbee622d19.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3d4ffcd86b1fd673.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-111dfa4b750cc3a1.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2418c7eb119488f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c8c40b309bdd07cb.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cc1a1d40131d7375.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2d52e8b8bf19ea0f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-7d800d7441dcda12.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-772af4e597aced3d.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-d1c6d25805d01abe.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-603f42407b454efe.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-4699374c8c7e7f44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-cc8556cfd9a364ed.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f608be7aaa8a8d32.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-597d459fab2c8513.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c2bec24bc1103476.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa8cd0459d5bb576.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7caa1549c2c8c271.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2a6264000e06c4bc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c8816c6a2c7ca76c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3508 | 2024-02-03T10:35:54.626Z | 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=d92a5e89d16ae5b8 -C extra-filename=-d92a5e89d16ae5b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.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-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-3adab05d6930c567.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a372459067ff04d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-46e8755cf6147559.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-e0ca13b06d544467.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-63a2ba129b9f62bd.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-932e5b382d4d6d76.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-aed4f1ffe4b04a04.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_blueprint_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_blueprint_execution-f3a89be0ad0659a9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ce961c68eb248015.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a340c993d69a91c2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-773f9892f900b934.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-d024ea22c25af133.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-48b42e420c527a1f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-70acd60d9278bfa0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-3e71ab740324ee80.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-844801bca8661acd.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-69ad6043eabed823.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-10cede5e59f9d0c8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8983c83806c9149e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c6216a7d05dc5370.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ad77711cabf2b566.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-47479812a04afdf2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49fc36cbee622d19.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.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-111dfa4b750cc3a1.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2418c7eb119488f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cc1a1d40131d7375.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2d52e8b8bf19ea0f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-7d800d7441dcda12.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-772af4e597aced3d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-603f42407b454efe.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-4699374c8c7e7f44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f608be7aaa8a8d32.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c2bec24bc1103476.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa8cd0459d5bb576.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c8816c6a2c7ca76c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/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-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3509 | 2024-02-03T10:35:55.764Z | 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=87973a70566fcc3b -C extra-filename=-87973a70566fcc3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.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-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-3adab05d6930c567.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a372459067ff04d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-46e8755cf6147559.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-e0ca13b06d544467.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-63a2ba129b9f62bd.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-932e5b382d4d6d76.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-aed4f1ffe4b04a04.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_blueprint_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_blueprint_execution-f3a89be0ad0659a9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ce961c68eb248015.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a340c993d69a91c2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-773f9892f900b934.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-d024ea22c25af133.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-48b42e420c527a1f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-70acd60d9278bfa0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-3e71ab740324ee80.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-844801bca8661acd.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-69ad6043eabed823.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-10cede5e59f9d0c8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8983c83806c9149e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c6216a7d05dc5370.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ad77711cabf2b566.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-47479812a04afdf2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49fc36cbee622d19.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.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-111dfa4b750cc3a1.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2418c7eb119488f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cc1a1d40131d7375.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2d52e8b8bf19ea0f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-7d800d7441dcda12.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-772af4e597aced3d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-603f42407b454efe.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-4699374c8c7e7f44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f608be7aaa8a8d32.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c2bec24bc1103476.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa8cd0459d5bb576.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c8816c6a2c7ca76c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/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-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3510 | 2024-02-03T10:35:56.992Z | 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=e9d5f2a38fcda7af -C extra-filename=-e9d5f2a38fcda7af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-8ab96daaf5cb189b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-5e4cc851a6780f0b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-63a2ba129b9f62bd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6f813259217b5539.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-035addf370aac6db.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ce961c68eb248015.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a340c993d69a91c2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-66d10bc9dc1b98e2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e533a304080c7dff.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-3e71ab740324ee80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-69ad6043eabed823.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c6216a7d05dc5370.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-603f42407b454efe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-1cefd18f671566b1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
3511 | 2024-02-03T10:36:14.363Z | 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=79f1d14bd2cc38c2 -C extra-filename=-79f1d14bd2cc38c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.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-8ab96daaf5cb189b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-dca699f954403f16.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-3adab05d6930c567.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-5e4cc851a6780f0b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-99c8a397f7b1ee4a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a372459067ff04d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-46e8755cf6147559.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-e0ca13b06d544467.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-63a2ba129b9f62bd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6f813259217b5539.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-932e5b382d4d6d76.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-7c2b649e54100a43.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-fd2c79830be7ef48.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c71fb4131759a4f2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-aed4f1ffe4b04a04.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_blueprint_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_blueprint_execution-f3a89be0ad0659a9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ce961c68eb248015.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a340c993d69a91c2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-773f9892f900b934.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-d024ea22c25af133.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-48b42e420c527a1f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-70acd60d9278bfa0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-66d10bc9dc1b98e2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e533a304080c7dff.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-3e71ab740324ee80.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-844801bca8661acd.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-69ad6043eabed823.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-10cede5e59f9d0c8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6fb26ed456428f06.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.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-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8983c83806c9149e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a08376f378935cae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c6216a7d05dc5370.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ad77711cabf2b566.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-47479812a04afdf2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49fc36cbee622d19.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3d4ffcd86b1fd673.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-111dfa4b750cc3a1.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2418c7eb119488f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c8c40b309bdd07cb.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cc1a1d40131d7375.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2d52e8b8bf19ea0f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-7d800d7441dcda12.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-772af4e597aced3d.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-d1c6d25805d01abe.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-603f42407b454efe.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-4699374c8c7e7f44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-cc8556cfd9a364ed.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f608be7aaa8a8d32.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-597d459fab2c8513.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c2bec24bc1103476.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa8cd0459d5bb576.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7caa1549c2c8c271.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2a6264000e06c4bc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c8816c6a2c7ca76c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3512 | 2024-02-03T10:36:15.452Z | 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=bd113013e3cec915 -C extra-filename=-bd113013e3cec915 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-8ab96daaf5cb189b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-5e4cc851a6780f0b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-63a2ba129b9f62bd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6f813259217b5539.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-035addf370aac6db.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ce961c68eb248015.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a340c993d69a91c2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-66d10bc9dc1b98e2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e533a304080c7dff.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-3e71ab740324ee80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-69ad6043eabed823.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c6216a7d05dc5370.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-603f42407b454efe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-1cefd18f671566b1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
3513 | 2024-02-03T10:36:30.432Z | 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=9e3d5ff02987a660 -C extra-filename=-9e3d5ff02987a660 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6f813259217b5539.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-70acd60d9278bfa0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-66d10bc9dc1b98e2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-69ad6043eabed823.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c8c40b309bdd07cb.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-42a6f77439465836.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-07077df7997570f0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c2bec24bc1103476.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
3514 | 2024-02-03T10:36:31.640Z | 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=326bbbc973694dbb -C extra-filename=-326bbbc973694dbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6f813259217b5539.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-70acd60d9278bfa0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-66d10bc9dc1b98e2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-69ad6043eabed823.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8983c83806c9149e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a08376f378935cae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c8c40b309bdd07cb.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-42a6f77439465836.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-07077df7997570f0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c2bec24bc1103476.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out` |
3515 | 2024-02-03T10:55:19.888Z | Finished dev [unoptimized + debuginfo] target(s) in 42m 54s |
3516 | 2024-02-03T10:55:32.865Z | |
3517 | 2024-02-03T10:55:32.911Z | real 43:06.689269648 |
3518 | 2024-02-03T10:55:32.911Z | user 3:59:54.651193468 |
3519 | 2024-02-03T10:55:32.911Z | sys 22:55.994867025 |
3520 | 2024-02-03T10:55:32.911Z | trap 21.370902661 |
3521 | 2024-02-03T10:55:32.911Z | tflt 4.386628930 |
3522 | 2024-02-03T10:55:32.911Z | dflt 6:12.158149929 |
3523 | 2024-02-03T10:55:32.911Z | kflt 0.246813724 |
3524 | 2024-02-03T10:55:32.911Z | lock 7:43:45.843242373 |
3525 | 2024-02-03T10:55:32.911Z | slp 16:41:38.349542142 |
3526 | 2024-02-03T10:55:32.911Z | lat 7:47.237556456 |
3527 | 2024-02-03T10:55:32.911Z | stop 6:02.591028191 |
3528 | 2024-02-03T10:55:34.855Z | |
3529 | 2024-02-03T10:55:34.855Z | ##### ###### #### ##### |
3530 | 2024-02-03T10:55:34.855Z | # # # # |
3531 | 2024-02-03T10:55:34.855Z | # ##### #### # |
3532 | 2024-02-03T10:55:34.855Z | # # # # |
3533 | 2024-02-03T10:55:34.855Z | # # # # # |
3534 | 2024-02-03T10:55:34.855Z | # ###### #### # |
3535 | 2024-02-03T10:55:34.855Z | |
3536 | 2024-02-03T10:55:36.176Z | Downloading crates ... |
3537 | 2024-02-03T10:55:37.714Z | Downloaded iana-time-zone-haiku v0.1.2 |
3538 | 2024-02-03T10:55:37.718Z | Downloaded bumpalo v3.13.0 |
3539 | 2024-02-03T10:55:37.726Z | Downloaded rdrand v0.4.0 |
3540 | 2024-02-03T10:55:37.729Z | Downloaded fuchsia-cprng v0.1.1 |
3541 | 2024-02-03T10:55:37.729Z | Downloaded redox_syscall v0.2.16 |
3542 | 2024-02-03T10:55:37.733Z | Downloaded android-tzdata v0.1.1 |
3543 | 2024-02-03T10:55:37.733Z | Downloaded system-configuration-sys v0.5.0 |
3544 | 2024-02-03T10:55:37.736Z | Downloaded windows-targets v0.52.0 |
3545 | 2024-02-03T10:55:37.739Z | Downloaded core-foundation v0.9.3 |
3546 | 2024-02-03T10:55:37.743Z | Downloaded hermit-abi v0.1.19 |
3547 | 2024-02-03T10:55:37.746Z | Downloaded wasm-bindgen-shared v0.2.87 |
3548 | 2024-02-03T10:55:37.746Z | Downloaded windows-targets v0.48.5 |
3549 | 2024-02-03T10:55:37.749Z | Downloaded error-code v3.0.0 |
3550 | 2024-02-03T10:55:37.749Z | Downloaded crossterm_winapi v0.9.1 |
3551 | 2024-02-03T10:55:37.752Z | Downloaded clipboard-win v5.0.0 |
3552 | 2024-02-03T10:55:37.755Z | Downloaded ipconfig v0.3.2 |
3553 | 2024-02-03T10:55:37.763Z | Downloaded android_system_properties v0.1.5 |
3554 | 2024-02-03T10:55:37.767Z | Downloaded atomic-polyfill v0.1.11 |
3555 | 2024-02-03T10:55:37.772Z | Downloaded anstyle-wincon v2.1.0 |
3556 | 2024-02-03T10:55:37.775Z | Downloaded security-framework-sys v2.9.1 |
3557 | 2024-02-03T10:55:37.790Z | Downloaded wasi v0.11.0+wasi-snapshot-preview1 |
3558 | 2024-02-03T10:55:37.794Z | Downloaded encode_unicode v0.3.6 |
3559 | 2024-02-03T10:55:37.794Z | Downloaded wasm-bindgen-macro-support v0.2.87 |
3560 | 2024-02-03T10:55:37.794Z | Downloaded critical-section v1.1.2 |
3561 | 2024-02-03T10:55:37.794Z | Downloaded wasm-bindgen-futures v0.4.37 |
3562 | 2024-02-03T10:55:37.794Z | Downloaded redox_syscall v0.3.5 |
3563 | 2024-02-03T10:55:37.797Z | Downloaded hermit-abi v0.3.2 |
3564 | 2024-02-03T10:55:37.800Z | Downloaded fs2 v0.4.3 |
3565 | 2024-02-03T10:55:37.800Z | Downloaded system-configuration v0.5.1 |
3566 | 2024-02-03T10:55:37.804Z | Downloaded rand_hc v0.2.0 |
3567 | 2024-02-03T10:55:37.804Z | Downloaded winapi-util v0.1.5 |
3568 | 2024-02-03T10:55:37.807Z | Downloaded wasm-bindgen-macro v0.2.87 |
3569 | 2024-02-03T10:55:37.821Z | Downloaded redox_users v0.4.3 |
3570 | 2024-02-03T10:55:37.824Z | Downloaded redox_syscall v0.4.1 |
3571 | 2024-02-03T10:55:37.828Z | Downloaded core-foundation-sys v0.8.4 |
3572 | 2024-02-03T10:55:37.833Z | Downloaded wasm-bindgen-backend v0.2.87 |
3573 | 2024-02-03T10:55:37.836Z | Downloaded schannel v0.1.22 |
3574 | 2024-02-03T10:55:37.840Z | Downloaded wasm-streams v0.3.0 |
3575 | 2024-02-03T10:55:37.845Z | Downloaded wasi v0.9.0+wasi-snapshot-preview1 |
3576 | 2024-02-03T10:55:37.858Z | Downloaded winreg v0.50.0 |
3577 | 2024-02-03T10:55:38.895Z | Downloaded security-framework v2.9.2 |
3578 | 2024-02-03T10:55:38.901Z | Downloaded js-sys v0.3.64 |
3579 | 2024-02-03T10:55:38.901Z | Downloaded rand_core v0.4.2 |
3580 | 2024-02-03T10:55:38.901Z | Downloaded rand_core v0.3.1 |
3581 | 2024-02-03T10:55:38.901Z | Downloaded widestring v1.0.2 |
3582 | 2024-02-03T10:55:38.901Z | Downloaded wasm-bindgen v0.2.87 |
3583 | 2024-02-03T10:55:38.901Z | Downloaded windows_x86_64_gnullvm v0.48.5 |
3584 | 2024-02-03T10:55:38.902Z | Downloaded windows_aarch64_gnullvm v0.48.5 |
3585 | 2024-02-03T10:55:38.902Z | Downloaded windows_x86_64_gnullvm v0.52.0 |
3586 | 2024-02-03T10:55:38.902Z | Downloaded windows_aarch64_gnullvm v0.52.0 |
3587 | 2024-02-03T10:55:38.902Z | Downloaded fiat-crypto v0.2.1 |
3588 | 2024-02-03T10:55:38.902Z | Downloaded web-sys v0.3.64 |
3589 | 2024-02-03T10:55:39.072Z | Downloaded windows_x86_64_msvc v0.48.5 |
3590 | 2024-02-03T10:55:39.099Z | Downloaded windows_aarch64_msvc v0.48.5 |
3591 | 2024-02-03T10:55:39.142Z | Downloaded windows_aarch64_msvc v0.52.0 |
3592 | 2024-02-03T10:55:39.168Z | Downloaded windows_x86_64_gnu v0.48.5 |
3593 | 2024-02-03T10:55:39.205Z | Downloaded windows_i686_gnu v0.48.5 |
3594 | 2024-02-03T10:55:39.244Z | Downloaded windows_i686_gnu v0.52.0 |
3595 | 2024-02-03T10:55:39.286Z | Downloaded windows_x86_64_msvc v0.52.0 |
3596 | 2024-02-03T10:55:39.310Z | Downloaded windows_i686_msvc v0.52.0 |
3597 | 2024-02-03T10:55:39.338Z | Downloaded windows_i686_msvc v0.48.5 |
3598 | 2024-02-03T10:55:39.365Z | Downloaded windows_x86_64_gnu v0.52.0 |
3599 | 2024-02-03T10:55:39.403Z | Downloaded linux-raw-sys v0.3.8 |
3600 | 2024-02-03T10:55:39.604Z | Downloaded linux-raw-sys v0.4.13 |
3601 | 2024-02-03T10:55:40.015Z | Downloaded windows-sys v0.52.0 |
3602 | 2024-02-03T10:55:43.748Z | Downloaded windows-sys v0.48.0 |
3603 | 2024-02-03T10:55:43.748Z | Downloaded winapi-i686-pc-windows-gnu v0.4.0 |
3604 | 2024-02-03T10:55:43.748Z | Downloaded winapi-x86_64-pc-windows-gnu v0.4.0 |
3605 | 2024-02-03T10:55:43.748Z | Downloaded windows v0.48.0 |
3606 | 2024-02-03T10:55:43.749Z | info: experimental features enabled: setup-scripts |
3607 | 2024-02-03T10:55:44.349Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3608 | 2024-02-03T10:55:44.375Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3609 | 2024-02-03T10:55:44.385Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
3610 | 2024-02-03T10:56:06.876Z | Finished test [unoptimized + debuginfo] target(s) in 24.22s |
3611 | 2024-02-03T10:56:12.805Z | Starting 1041 tests across 107 binaries (2 skipped) |
3612 | 2024-02-03T10:56:12.816Z | SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test |
3613 | 2024-02-03T10:56:13.678Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
3614 | 2024-02-03T10:56:24.676Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3615 | 2024-02-03T10:56:27.702Z | Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3616 | 2024-02-03T10:56:40.047Z | Finished test [unoptimized + debuginfo] target(s) in 27.15s |
3617 | 2024-02-03T10:56:40.095Z | Running `target/debug/crdb-seed` |
3618 | 2024-02-03T10:56:40.131Z | Feb 03 10:56:39.276 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpGKTDAF |
3619 | 2024-02-03T10:56:40.135Z | Feb 03 10:56:39.277 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpOFhkHM,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpGKTDAF/listen-url |
3620 | 2024-02-03T10:56:40.135Z | Feb 03 10:56:39.279 INFO cockroach environment: BUILDOMAT_JOB_ID=01HNPV03WBAFB4F5YPA597DG38 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=renovate/serde_with-3.x GITHUB_REF=refs/heads/renovate/serde_with-3.x GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=20925464883cab6b9cde77d350531c9894996f90 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-fbf64c6ee8d29268/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out:/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/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/blake3-accafd0a47646028/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out:/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out:/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/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-env0jL7l1 NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out:/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out:/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/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=2d81af17-19d8-4057-8d08-d15aa168795e PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin PWD=/work/oxidecomputer/omicron RUSTC_BOOTSTRAP=1 RUSTDOCFLAGS=-D warnings RUSTFLAGS=-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.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 |
3621 | 2024-02-03T10:56:41.556Z | Feb 03 10:56:40.704 INFO cockroach pid: 4120 |
3622 | 2024-02-03T10:56:41.556Z | Feb 03 10:56:40.704 INFO cockroach listen URL: postgresql://root@[::1]:44645/omicron?sslmode=disable |
3623 | 2024-02-03T10:56:41.556Z | Feb 03 10:56:40.704 INFO cockroach: populating |
3624 | 2024-02-03T10:56:43.943Z | Feb 03 10:56:43.083 INFO cockroach: populated |
3625 | 2024-02-03T10:56:46.580Z | Feb 03 10:56:45.729 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/b755ffd579cc94e1e82d585ecf602a7a6848eca9ad02044ebb6de7e232bf3036.tar` |
3626 | 2024-02-03T10:56:46.585Z | SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test |
3627 | 2024-02-03T10:56:46.649Z | PASS [ 0.030s] bootstore trust_quorum::rack_secret::tests::create_and_verify |
3628 | 2024-02-03T10:56:46.668Z | PASS [ 0.058s] bootstore schemes::tests::hello_roundtrip |
3629 | 2024-02-03T10:56:46.671Z | PASS [ 0.043s] bootstore schemes::v0::share_pkg::tests::create_packages |
3630 | 2024-02-03T10:56:46.671Z | PASS [ 0.032s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares |
3631 | 2024-02-03T10:56:46.671Z | PASS [ 0.083s] authz-macros tests::test_authz_snapshots |
3632 | 2024-02-03T10:56:46.701Z | PASS [ 0.037s] db-macros tests::test_derive_metadata_identity_fails_for_enums |
3633 | 2024-02-03T10:56:46.720Z | PASS [ 0.032s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity |
3634 | 2024-02-03T10:56:46.720Z | PASS [ 0.040s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type |
3635 | 2024-02-03T10:56:46.728Z | PASS [ 0.030s] db-macros tests::test_derive_metadata_identity_fails_without_table_name |
3636 | 2024-02-03T10:56:46.744Z | PASS [ 0.029s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles |
3637 | 2024-02-03T10:56:46.761Z | PASS [ 0.101s] db-macros lookup::test::test_lookup_snapshots |
3638 | 2024-02-03T10:56:46.773Z | PASS [ 0.157s] bootstore schemes::v0::peer::tests::network_config |
3639 | 2024-02-03T10:56:47.100Z | PASS [ 0.370s] dns-server storage::test::test_update_in_progress |
3640 | 2024-02-03T10:56:47.119Z | PASS [ 0.378s] dns-server storage::test::test_update_interrupted |
3641 | 2024-02-03T10:56:47.127Z | PASS [ 0.412s] dns-server storage::test::test_update_basic |
3642 | 2024-02-03T10:56:47.594Z | PASS [ 0.823s] dns-server::basic_test aaaa_crud |
3643 | 2024-02-03T10:56:47.594Z | PASS [ 0.472s] dns-server::basic_test multi_record_crud |
3644 | 2024-02-03T10:56:47.609Z | PASS [ 0.502s] dns-server::basic_test empty_record |
3645 | 2024-02-03T10:56:47.609Z | PASS [ 0.843s] dns-server::basic_test a_crud |
3646 | 2024-02-03T10:56:47.632Z | PASS [ 0.498s] dns-server::basic_test name_contains_zone |
3647 | 2024-02-03T10:56:47.899Z | PASS [ 1.295s] bootstore schemes::v0::peer::tests::basic_3_nodes |
3648 | 2024-02-03T10:56:47.984Z | PASS [ 0.394s] dns-server::basic_test nxdomain |
3649 | 2024-02-03T10:56:47.996Z | PASS [ 0.098s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules |
3650 | 2024-02-03T10:56:48.010Z | PASS [ 0.416s] dns-server::basic_test servfail |
3651 | 2024-02-03T10:56:48.017Z | PASS [ 0.417s] dns-server::basic_test srv_crud |
3652 | 2024-02-03T10:56:48.023Z | PASS [ 0.043s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping |
3653 | 2024-02-03T10:56:48.096Z | PASS [ 0.071s] illumos-utils link::test::test_allocate |
3654 | 2024-02-03T10:56:48.127Z | PASS [ 0.030s] illumos-utils link::test::test_allocate_within_scopes |
3655 | 2024-02-03T10:56:48.148Z | PASS [ 0.148s] illumos-utils destructor::test::test_delayed_delete |
3656 | 2024-02-03T10:56:48.153Z | PASS [ 0.135s] illumos-utils destructor::test::test_destructor_bad_close |
3657 | 2024-02-03T10:56:48.162Z | PASS [ 0.036s] illumos-utils running_zone::tests::test_is_oxide_smf_service |
3658 | 2024-02-03T10:56:48.183Z | PASS [ 0.038s] illumos-utils zone::tests::test_parse_ip_network |
3659 | 2024-02-03T10:56:48.200Z | PASS [ 0.038s] illumos-utils zpool::test::test_parse_external_zpool_name |
3660 | 2024-02-03T10:56:48.206Z | PASS [ 0.055s] illumos-utils zpool::test::test_parse_bad_zpool_names |
3661 | 2024-02-03T10:56:48.214Z | PASS [ 0.032s] illumos-utils zpool::test::test_parse_internal_zpool_name |
3662 | 2024-02-03T10:56:48.225Z | PASS [ 0.028s] illumos-utils zpool::test::test_parse_zpool |
3663 | 2024-02-03T10:56:48.233Z | PASS [ 0.027s] illumos-utils zpool::test::test_parse_zpool_missing_column |
3664 | 2024-02-03T10:56:48.252Z | PASS [ 0.038s] illumos-utils zpool::test::test_parse_zpool_name_json |
3665 | 2024-02-03T10:56:48.284Z | PASS [ 0.057s] illumos-utils zpool::test::test_zpool_name_regex |
3666 | 2024-02-03T10:56:48.407Z | PASS [ 0.778s] dns-server::openapi_test test_dns_server_openapi |
3667 | 2024-02-03T10:56:48.641Z | PASS [ 0.237s] installinator-common block_size_writer::tests::proptest_block_writer |
3668 | 2024-02-03T10:56:48.707Z | PASS [ 0.065s] internal-dns config::test::display_hosts |
3669 | 2024-02-03T10:56:48.740Z | PASS [ 0.033s] internal-dns config::test::display_srv_service |
3670 | 2024-02-03T10:56:48.816Z | PASS [ 0.075s] internal-dns config::test::test_builder_errors |
3671 | 2024-02-03T10:56:48.924Z | PASS [ 0.907s] illumos-utils destructor::test::test_delayed_delete_with_error |
3672 | 2024-02-03T10:56:48.930Z | PASS [ 0.114s] internal-dns config::test::test_builder_output |
3673 | 2024-02-03T10:56:49.339Z | PASS [ 0.898s] installinator-artifactd::mod integration_tests::openapi::test_server_openapi |
3674 | 2024-02-03T10:56:49.595Z | PASS [ 0.411s] internal-dns resolver::test::lookup_nonexistent_record_fails |
3675 | 2024-02-03T10:56:49.609Z | PASS [ 0.673s] internal-dns resolver::test::insert_and_lookup_one_record |
3676 | 2024-02-03T10:56:49.707Z | PASS [ 0.788s] internal-dns resolver::test::insert_and_lookup_multiple_records |
3677 | 2024-02-03T10:56:50.281Z | PASS [ 0.675s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client |
3678 | 2024-02-03T10:56:50.423Z | PASS [ 0.826s] internal-dns resolver::test::resolver_can_access_backup_dns_server |
3679 | 2024-02-03T10:56:50.479Z | PASS [ 0.056s] ipcc tests::deserialize_fixed_value |
3680 | 2024-02-03T10:56:50.554Z | PASS [ 0.074s] ipcc tests::installinator_image_id_round_trip |
3681 | 2024-02-03T10:56:50.563Z | PASS [ 0.855s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets |
3682 | 2024-02-03T10:56:50.619Z | PASS [ 0.053s] ipcc tests::serialized_size |
3683 | 2024-02-03T10:56:50.675Z | PASS [ 0.066s] key-manager tests::different_ikm_produces_different_keys |
3684 | 2024-02-03T10:56:50.682Z | PASS [ 0.118s] key-manager tests::different_disks_produce_different_keys |
3685 | 2024-02-03T10:56:50.702Z | PASS [ 0.031s] key-manager tests::disk_encryption_key_epoch_0 |
3686 | 2024-02-03T10:56:50.713Z | PASS [ 0.033s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch |
3687 | 2024-02-03T10:56:50.756Z | PASS [ 0.039s] nexus-db-model bytecount::test::test_bytecount_i64_conversions |
3688 | 2024-02-03T10:56:50.774Z | PASS [ 0.495s] internal-dns resolver::test::update_record |
3689 | 2024-02-03T10:56:50.836Z | PASS [ 0.059s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count |
3690 | 2024-02-03T10:56:50.870Z | PASS [ 0.060s] nexus-db-model role_assignment::tests::test_role_assignment_from_database |
3691 | 2024-02-03T10:56:50.926Z | PASS [ 0.051s] nexus-db-model semver_version::test::test_to_from_sortable_string |
3692 | 2024-02-03T10:56:50.943Z | PASS [ 0.164s] nexus-db-model device_auth::test::test_generate_user_code |
3693 | 2024-02-03T10:56:50.961Z | PASS [ 0.037s] nexus-db-model tests::test_ip_subnet_check_requestable_address |
3694 | 2024-02-03T10:56:50.987Z | PASS [ 0.045s] nexus-db-model tests::test_ipv6_net_random_subnet |
3695 | 2024-02-03T10:56:50.997Z | PASS [ 0.035s] nexus-db-model tests::test_roles_database_strings |
3696 | 2024-02-03T10:56:51.025Z | PASS [ 0.040s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr |
3697 | 2024-02-03T10:56:51.078Z | PASS [ 0.084s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_empty_headers |
3698 | 2024-02-03T10:56:51.125Z | PASS [ 0.096s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_ignore_other_headers |
3699 | 2024-02-03T10:56:51.142Z | PASS [ 0.055s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_one_cookie |
3700 | 2024-02-03T10:56:51.180Z | PASS [ 0.057s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers |
3701 | 2024-02-03T10:56:51.194Z | PASS [ 0.053s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name |
3702 | 2024-02-03T10:56:51.222Z | PASS [ 0.045s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookies |
3703 | 2024-02-03T10:56:51.498Z | PASS [ 0.277s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_idle |
3704 | 2024-02-03T10:56:51.550Z | PASS [ 0.322s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_absolute |
3705 | 2024-02-03T10:56:51.550Z | PASS [ 0.047s] nexus-db-queries authn::external::session_cookie::test::test_garbage_cookie |
3706 | 2024-02-03T10:56:51.558Z | PASS [ 0.049s] nexus-db-queries authn::external::session_cookie::test::test_get_token |
3707 | 2024-02-03T10:56:51.596Z | PASS [ 0.050s] nexus-db-queries authn::external::session_cookie::test::test_get_token_no_header |
3708 | 2024-02-03T10:56:51.604Z | PASS [ 0.051s] nexus-db-queries authn::external::session_cookie::test::test_get_token_other_cookie_present |
3709 | 2024-02-03T10:56:51.653Z | PASS [ 0.051s] nexus-db-queries authn::external::session_cookie::test::test_missing_cookie |
3710 | 2024-02-03T10:56:51.658Z | PASS [ 0.051s] nexus-db-queries authn::external::session_cookie::test::test_other_cookie |
3711 | 2024-02-03T10:56:51.693Z | PASS [ 0.048s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value |
3712 | 2024-02-03T10:56:51.705Z | PASS [ 0.050s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value_error |
3713 | 2024-02-03T10:56:51.759Z | PASS [ 0.053s] nexus-db-queries authn::external::spoof::test::test_make_header_value |
3714 | 2024-02-03T10:56:51.793Z | PASS [ 0.101s] nexus-db-queries authn::external::session_cookie::test::test_valid_cookie |
3715 | 2024-02-03T10:56:51.823Z | PASS [ 0.065s] nexus-db-queries authn::external::spoof::test::test_make_header_value_raw |
3716 | 2024-02-03T10:56:51.860Z | PASS [ 0.064s] nexus-db-queries authn::external::spoof::test::test_spoof_header_bad_uuids |
3717 | 2024-02-03T10:56:51.868Z | PASS [ 0.046s] nexus-db-queries authn::external::spoof::test::test_spoof_header_missing |
3718 | 2024-02-03T10:56:51.904Z | PASS [ 0.045s] nexus-db-queries authn::external::spoof::test::test_spoof_header_valid |
3719 | 2024-02-03T10:56:51.917Z | PASS [ 0.048s] nexus-db-queries authn::external::spoof::test::test_spoof_reserved_values |
3720 | 2024-02-03T10:56:51.962Z | PASS [ 0.045s] nexus-db-queries authn::external::token::test::test_make_header_value |
3721 | 2024-02-03T10:56:51.988Z | PASS [ 0.083s] nexus-db-queries authn::external::test::test_authn_sequence |
3722 | 2024-02-03T10:56:52.003Z | PASS [ 0.041s] nexus-db-queries authn::external::token::test::test_token_header_bad_utf8 |
3723 | 2024-02-03T10:56:52.028Z | PASS [ 0.041s] nexus-db-queries authn::external::token::test::test_token_header_missing |
3724 | 2024-02-03T10:56:52.042Z | PASS [ 0.039s] nexus-db-queries authn::external::token::test::test_token_header_valid |
3725 | 2024-02-03T10:56:52.107Z | PASS [ 0.076s] nexus-db-queries authn::test::test_internal_users |
3726 | 2024-02-03T10:56:52.205Z | PASS [ 0.098s] nexus-db-queries authz::oso_generic::test::test_duplicate_polar_classes |
3727 | 2024-02-03T10:56:52.518Z | PASS [ 4.903s] dns-server::commands_test test_dnsadm |
3728 | 2024-02-03T10:57:00.646Z | PASS [ 8.597s] nexus-db-queries authz::context::test::test_unregistered_resource |
3729 | 2024-02-03T10:57:01.757Z | PASS [ 13.516s] installinator mock_peers::tests::proptest_fetch_artifact |
3730 | 2024-02-03T10:57:02.282Z | PASS [ 14.026s] installinator write::tests::proptest_write_artifact |
3731 | 2024-02-03T10:57:08.691Z | PASS [ 16.484s] nexus-db-queries authz::policy_test::test_conferred_roles |
3732 | 2024-02-03T10:57:11.208Z | PASS [ 10.551s] nexus-db-queries context::test::test_background_context |
3733 | 2024-02-03T10:57:11.864Z | PASS [ 10.106s] nexus-db-queries context::test::test_child_context |
3734 | 2024-02-03T10:57:12.684Z | PASS [ 10.405s] nexus-db-queries context::test::test_test_context |
3735 | 2024-02-03T10:57:19.263Z | PASS [ 9.481s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails |
3736 | 2024-02-03T10:57:20.859Z | PASS [ 9.666s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails |
3737 | 2024-02-03T10:57:21.005Z | PASS [ 9.145s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails |
3738 | 2024-02-03T10:57:21.889Z | PASS [ 9.195s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails |
3739 | 2024-02-03T10:57:28.292Z | PASS [ 37.590s] nexus-blueprint-execution omicron_zones::test::test_deploy_omicron_zones |
3740 | 2024-02-03T10:57:28.744Z | PASS [ 10.569s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times |
3741 | 2024-02-03T10:57:30.078Z | PASS [ 9.071s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous |
3742 | 2024-02-03T10:57:30.130Z | PASS [ 9.270s] nexus-db-queries db::collection_attach::test::test_attach_once |
3743 | 2024-02-03T10:57:30.141Z | PASS [ 0.062s] nexus-db-queries db::collection_attach::test::test_verify_query |
3744 | 2024-02-03T10:57:31.872Z | PASS [ 9.993s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached |
3745 | 2024-02-03T10:57:37.892Z | PASS [ 9.146s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter |
3746 | 2024-02-03T10:57:37.963Z | PASS [ 9.671s] nexus-db-queries db::collection_attach::test::test_attach_with_filters |
3747 | 2024-02-03T10:57:38.940Z | PASS [ 8.809s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails |
3748 | 2024-02-03T10:57:40.094Z | PASS [ 9.956s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails |
3749 | 2024-02-03T10:57:40.150Z | PASS [ 0.058s] nexus-db-queries db::collection_detach::test::test_verify_query |
3750 | 2024-02-03T10:57:41.275Z | PASS [ 9.403s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails |
3751 | 2024-02-03T10:57:45.461Z | PASS [ 52.949s] nexus-db-queries authz::policy_test::test_iam_roles_behavior |
3752 | 2024-02-03T10:57:45.654Z | PASS [ 7.771s] nexus-db-queries db::collection_detach::test::test_detach_once |
3753 | 2024-02-03T10:57:45.931Z | PASS [ 7.876s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached |
3754 | 2024-02-03T10:57:46.451Z | PASS [ 7.512s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter |
3755 | 2024-02-03T10:57:46.629Z | SLOW [> 60.000s] bootstore::v0-fsm-proptest-learner run |
3756 | 2024-02-03T10:57:46.648Z | SLOW [> 60.000s] bootstore::v0-fsm-proptest-rack-coordinator run |
3757 | 2024-02-03T10:57:47.193Z | PASS [ 7.038s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource |
3758 | 2024-02-03T10:57:47.947Z | PASS [ 6.671s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection |
3759 | 2024-02-03T10:57:52.069Z | PASS [ 6.408s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails |
3760 | 2024-02-03T10:57:52.116Z | PASS [ 6.648s] nexus-db-queries db::collection_detach_many::test::test_detach_many |
3761 | 2024-02-03T10:57:52.546Z | PASS [ 0.056s] nexus-db-queries db::collection_detach_many::test::test_verify_query |
3762 | 2024-02-03T10:57:52.554Z | PASS [ 6.357s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds |
3763 | 2024-02-03T10:57:52.554Z | PASS [ 0.061s] nexus-db-queries db::collection_insert::test::test_verify_query |
3764 | 2024-02-03T10:57:52.554Z | PASS [ 0.052s] nexus-db-queries db::column_walker::test::test_walk_columns |
3765 | 2024-02-03T10:57:52.554Z | PASS [ 0.052s] nexus-db-queries db::column_walker::test::test_walk_table |
3766 | 2024-02-03T10:57:52.554Z | PASS [ 0.086s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_allows_valid_up_sql_collections |
3767 | 2024-02-03T10:57:52.555Z | PASS [ 0.060s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_invalid_up_sql_collections |
3768 | 2024-02-03T10:57:52.563Z | PASS [ 0.057s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_invalid_up_sql_names |
3769 | 2024-02-03T10:57:52.624Z | PASS [ 0.057s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_no_up_sql_files |
3770 | 2024-02-03T10:57:52.925Z | PASS [ 6.444s] nexus-db-queries db::collection_detach_many::test::test_detach_once |
3771 | 2024-02-03T10:57:53.165Z | PASS [ 66.532s] bootstore::v0-fsm-proptest-learner run |
3772 | 2024-02-03T10:57:53.680Z | PASS [ 6.490s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous |
3773 | 2024-02-03T10:57:54.466Z | PASS [ 6.521s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached |
3774 | 2024-02-03T10:57:58.292Z | PASS [ 6.112s] nexus-db-queries db::collection_insert::test::test_collection_not_present |
3775 | 2024-02-03T10:57:58.320Z | PASS [ 6.195s] nexus-db-queries db::collection_insert::test::test_collection_present |
3776 | 2024-02-03T10:57:58.371Z | PASS [ 0.054s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic |
3777 | 2024-02-03T10:57:58.511Z | PASS [ 5.610s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version |
3778 | 2024-02-03T10:57:59.248Z | PASS [ 6.627s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward |
3779 | 2024-02-03T10:58:00.638Z | PASS [ 7.464s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint |
3780 | 2024-02-03T10:58:02.286Z | PASS [ 8.604s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint |
3781 | 2024-02-03T10:58:02.331Z | PASS [ 7.859s] nexus-db-queries db::datastore::deployment::tests::test_set_target |
3782 | 2024-02-03T10:58:04.145Z | PASS [ 77.496s] bootstore::v0-fsm-proptest-rack-coordinator run |
3783 | 2024-02-03T10:58:05.566Z | PASS [ 7.197s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness |
3784 | 2024-02-03T10:58:05.657Z | PASS [ 7.434s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent |
3785 | 2024-02-03T10:58:06.595Z | PASS [ 7.341s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic |
3786 | 2024-02-03T10:58:07.080Z | PASS [ 8.578s] nexus-db-queries db::datastore::dns::test::test_dns_update |
3787 | 2024-02-03T10:58:08.647Z | PASS [ 7.608s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex |
3788 | 2024-02-03T10:58:09.008Z | PASS [ 6.723s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized |
3789 | 2024-02-03T10:58:09.027Z | PASS [ 6.693s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found |
3790 | 2024-02-03T10:58:12.516Z | PASS [ 6.859s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool |
3791 | 2024-02-03T10:58:12.865Z | PASS [ 7.299s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools |
3792 | 2024-02-03T10:58:13.417Z | PASS [ 6.831s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones |
3793 | 2024-02-03T10:58:14.009Z | PASS [ 6.929s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking |
3794 | 2024-02-03T10:58:14.485Z | PASS [ 10.335s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert |
3795 | 2024-02-03T10:58:15.086Z | PASS [ 6.853s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted |
3796 | 2024-02-03T10:58:15.850Z | PASS [ 6.832s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_delete_reupsert_new_sled |
3797 | 2024-02-03T10:58:15.860Z | PASS [ 6.856s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency |
3798 | 2024-02-03T10:58:19.373Z | PASS [ 6.849s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_disks |
3799 | 2024-02-03T10:58:19.736Z | PASS [ 6.875s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_uuid_idempotent |
3800 | 2024-02-03T10:58:20.273Z | PASS [ 6.857s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_reupsert_new_sled |
3801 | 2024-02-03T10:58:20.864Z | PASS [ 6.856s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_same_uuid_idempotent |
3802 | 2024-02-03T10:58:21.321Z | PASS [ 0.048s] nexus-db-queries db::datastore::region::test::test_extent_count |
3803 | 2024-02-03T10:58:21.409Z | PASS [ 6.929s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets |
3804 | 2024-02-03T10:58:22.798Z | PASS [ 7.712s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty |
3805 | 2024-02-03T10:58:22.964Z | PASS [ 7.105s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error |
3806 | 2024-02-03T10:58:23.043Z | PASS [ 7.193s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error |
3807 | 2024-02-03T10:58:27.050Z | PASS [ 7.689s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services |
3808 | 2024-02-03T10:58:27.317Z | PASS [ 7.041s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations |
3809 | 2024-02-03T10:58:27.601Z | PASS [ 7.850s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services |
3810 | 2024-02-03T10:58:28.074Z | PASS [ 7.158s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable |
3811 | 2024-02-03T10:58:28.286Z | PASS [ 6.880s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware |
3812 | 2024-02-03T10:58:30.010Z | PASS [ 6.965s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent |
3813 | 2024-02-03T10:58:30.028Z | PASS [ 7.227s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches |
3814 | 2024-02-03T10:58:30.095Z | PASS [ 7.119s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent |
3815 | 2024-02-03T10:58:32.806Z | PASS [ 5.216s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan |
3816 | 2024-02-03T10:58:34.323Z | PASS [ 7.005s] nexus-db-queries db::datastore::test::test_project_creation |
3817 | 2024-02-03T10:58:34.630Z | PASS [ 7.578s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints |
3818 | 2024-02-03T10:58:35.245Z | PASS [ 7.175s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent |
3819 | 2024-02-03T10:58:37.164Z | PASS [ 7.157s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools |
3820 | 2024-02-03T10:58:37.598Z | PASS [ 9.311s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent |
3821 | 2024-02-03T10:58:39.112Z | PASS [ 9.084s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails |
3822 | 2024-02-03T10:58:39.786Z | PASS [ 9.701s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random |
3823 | 2024-02-03T10:58:41.443Z | PASS [ 6.814s] nexus-db-queries db::datastore::test::test_service_upsert_and_list |
3824 | 2024-02-03T10:58:42.059Z | PASS [ 6.812s] nexus-db-queries db::datastore::test::test_session_methods |
3825 | 2024-02-03T10:58:42.640Z | PASS [ 5.476s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation |
3826 | 2024-02-03T10:58:43.016Z | PASS [ 10.209s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds |
3827 | 2024-02-03T10:58:43.653Z | PASS [ 9.333s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails |
3828 | 2024-02-03T10:58:43.701Z | PASS [ 0.047s] nexus-db-queries db::fixed_data::role_builtin::test::test_fixed_role_data |
3829 | 2024-02-03T10:58:43.757Z | PASS [ 0.050s] nexus-db-queries db::fixed_data::silo_user::test::test_silo_user_ids_are_valid |
3830 | 2024-02-03T10:58:43.798Z | PASS [ 0.048s] nexus-db-queries db::fixed_data::test::test_builtin_fleet_id_is_valid |
3831 | 2024-02-03T10:58:43.846Z | PASS [ 0.048s] nexus-db-queries db::fixed_data::user_builtin::test::test_builtin_user_ids_are_valid |
3832 | 2024-02-03T10:58:44.285Z | PASS [ 6.659s] nexus-db-queries db::datastore::test::test_ssh_keys |
3833 | 2024-02-03T10:58:45.622Z | PASS [ 6.513s] nexus-db-queries db::datastore::test::test_table_scan |
3834 | 2024-02-03T10:58:46.327Z | PASS [ 6.544s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources |
3835 | 2024-02-03T10:58:48.052Z | PASS [ 5.409s] nexus-db-queries db::explain::test::test_explain_async |
3836 | 2024-02-03T10:58:48.364Z | PASS [ 5.353s] nexus-db-queries db::explain::test::test_explain_full_table_scan |
3837 | 2024-02-03T10:58:48.416Z | PASS [ 0.051s] nexus-db-queries db::pagination::test::test_paginator |
3838 | 2024-02-03T10:58:48.696Z | PASS [ 7.251s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion |
3839 | 2024-02-03T10:58:49.234Z | PASS [ 7.176s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries |
3840 | 2024-02-03T10:58:50.178Z | PASS [ 6.330s] nexus-db-queries db::lookup::test::test_lookup |
3841 | 2024-02-03T10:58:50.517Z | PASS [ 6.258s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending |
3842 | 2024-02-03T10:58:55.170Z | PASS [ 5.966s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending |
3843 | 2024-02-03T10:58:55.185Z | PASS [ 5.850s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending |
3844 | 2024-02-03T10:58:55.275Z | PASS [ 5.199s] nexus-db-queries db::pool_connection::test::all_enums_in_prepopulate_list |
3845 | 2024-02-03T10:58:55.275Z | PASS [ 6.231s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending |
3846 | 2024-02-03T10:58:56.340Z | PASS [ 7.644s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool |
3847 | 2024-02-03T10:58:57.034Z | PASS [ 7.798s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap |
3848 | 2024-02-03T10:58:57.694Z | PASS [ 7.179s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_out_of_range |
3849 | 2024-02-03T10:58:57.782Z | PASS [ 7.606s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_is_idempotent |
3850 | 2024-02-03T10:58:58.470Z | PASS [ 6.883s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent |
3851 | 2024-02-03T10:58:58.871Z | PASS [ 6.694s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent_even_when_full |
3852 | 2024-02-03T10:58:58.914Z | PASS [ 0.044s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address |
3853 | 2024-02-03T10:59:01.065Z | PASS [ 7.450s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent |
3854 | 2024-02-03T10:59:01.786Z | PASS [ 7.506s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion |
3855 | 2024-02-03T10:59:03.491Z | PASS [ 7.152s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_for_service |
3856 | 2024-02-03T10:59:04.755Z | PASS [ 7.723s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools |
3857 | 2024-02-03T10:59:05.553Z | PASS [ 7.769s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range |
3858 | 2024-02-03T10:59:05.775Z | PASS [ 8.075s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok |
3859 | 2024-02-03T10:59:05.888Z | PASS [ 6.972s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds |
3860 | 2024-02-03T10:59:06.367Z | PASS [ 7.891s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion |
3861 | 2024-02-03T10:59:07.648Z | PASS [ 6.583s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails |
3862 | 2024-02-03T10:59:08.210Z | PASS [ 6.423s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails |
3863 | 2024-02-03T10:59:10.081Z | PASS [ 6.588s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip |
3864 | 2024-02-03T10:59:11.531Z | PASS [ 6.775s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac |
3865 | 2024-02-03T10:59:11.572Z | PASS [ 0.039s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset |
3866 | 2024-02-03T10:59:12.883Z | PASS [ 7.333s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails |
3867 | 2024-02-03T10:59:12.889Z | PASS [ 7.125s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails |
3868 | 2024-02-03T10:59:13.018Z | PASS [ 7.125s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails |
3869 | 2024-02-03T10:59:13.018Z | PASS [ 0.121s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count |
3870 | 2024-02-03T10:59:13.056Z | PASS [ 0.044s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps |
3871 | 2024-02-03T10:59:13.063Z | PASS [ 0.046s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping |
3872 | 2024-02-03T10:59:13.103Z | PASS [ 0.046s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping |
3873 | 2024-02-03T10:59:13.111Z | PASS [ 0.046s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping |
3874 | 2024-02-03T10:59:13.381Z | PASS [ 7.019s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails |
3875 | 2024-02-03T10:59:14.441Z | PASS [ 6.790s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails |
3876 | 2024-02-03T10:59:14.899Z | PASS [ 6.690s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation |
3877 | 2024-02-03T10:59:16.681Z | PASS [ 6.603s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails |
3878 | 2024-02-03T10:59:16.820Z | PASS [ 0.051s] nexus-defaults tests::test_random_vpc_ipv6_prefix |
3879 | 2024-02-03T10:59:16.929Z | PASS [ 0.193s] nexus-deployment blueprint_builder::test::test_basic |
3880 | 2024-02-03T10:59:16.958Z | PASS [ 0.033s] nexus-deployment blueprint_builder::test::test_initial |
3881 | 2024-02-03T10:59:16.994Z | PASS [ 0.034s] nexus-deployment ip_allocator::test::test_basic |
3882 | 2024-02-03T10:59:17.074Z | PASS [ 0.079s] nexus-deployment planner::test::test_basic_add_sled |
3883 | 2024-02-03T10:59:17.571Z | PASS [ 0.498s] nexus-inventory builder::test::test_basic |
3884 | 2024-02-03T10:59:17.604Z | PASS [ 0.035s] nexus-inventory builder::test::test_empty |
3885 | 2024-02-03T10:59:17.674Z | PASS [ 0.069s] nexus-inventory builder::test::test_problems |
3886 | 2024-02-03T10:59:18.693Z | PASS [ 7.127s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query |
3887 | 2024-02-03T10:59:18.743Z | PASS [ 5.641s] nexus-db-queries db::queries::vpc_subnet::test::test_filter_conflicting_vpc_subnet_ranges_query |
3888 | 2024-02-03T10:59:18.829Z | PASS [ 5.719s] nexus-db-queries db::saga_recovery::test::test_failure_during_saga_can_be_recovered |
3889 | 2024-02-03T10:59:19.054Z | PASS [ 5.675s] nexus-db-queries db::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery |
3890 | 2024-02-03T10:59:19.126Z | PASS [ 0.070s] nexus-types external_api::shared::test::test_policy_parsing |
3891 | 2024-02-03T10:59:19.166Z | PASS [ 6.283s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query |
3892 | 2024-02-03T10:59:19.274Z | PASS [ 1.600s] nexus-inventory collector::test::test_basic |
3893 | 2024-02-03T10:59:19.317Z | PASS [ 0.574s] nexus-inventory collector::test::test_multi_mgs_failure |
3894 | 2024-02-03T10:59:19.333Z | PASS [ 0.168s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist |
3895 | 2024-02-03T10:59:19.459Z | PASS [ 0.335s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid |
3896 | 2024-02-03T10:59:19.513Z | PASS [ 0.055s] omicron-common address::test::test_dns_subnets |
3897 | 2024-02-03T10:59:19.541Z | PASS [ 0.028s] omicron-common address::test::test_ip_range_checks_non_decreasing |
3898 | 2024-02-03T10:59:19.618Z | PASS [ 0.071s] omicron-common address::test::test_ip_range_enum_deserialization |
3899 | 2024-02-03T10:59:19.649Z | PASS [ 0.037s] omicron-common address::test::test_ip_range_iter |
3900 | 2024-02-03T10:59:19.671Z | PASS [ 0.399s] omicron-certificates tests::test_cert_extended_key_usage |
3901 | 2024-02-03T10:59:19.685Z | PASS [ 0.029s] omicron-common address::test::test_ip_range_try_from |
3902 | 2024-02-03T10:59:19.685Z | PASS [ 0.345s] omicron-certificates tests::test_subject_alternate_names_are_validated |
3903 | 2024-02-03T10:59:19.695Z | PASS [ 0.379s] omicron-certificates tests::test_common_name_is_validated |
3904 | 2024-02-03T10:59:19.709Z | PASS [ 0.029s] omicron-common address::test::test_sled_address |
3905 | 2024-02-03T10:59:19.713Z | PASS [ 0.042s] omicron-common address::test::test_ipv6_subnet_deserialize |
3906 | 2024-02-03T10:59:19.716Z | PASS [ 0.035s] omicron-common api::external::error::test::test_bail_unless |
3907 | 2024-02-03T10:59:19.728Z | PASS [ 0.033s] omicron-common api::external::error::test::test_context |
3908 | 2024-02-03T10:59:19.751Z | PASS [ 0.044s] omicron-common api::external::http_pagination::test::test_pagination_examples |
3909 | 2024-02-03T10:59:19.759Z | PASS [ 0.045s] omicron-common api::external::http_pagination::test::test_pagination_schemas |
3910 | 2024-02-03T10:59:19.781Z | PASS [ 0.027s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic |
3911 | 2024-02-03T10:59:19.799Z | PASS [ 0.078s] omicron-common api::external::http_pagination::test::test_scan_by_id |
3912 | 2024-02-03T10:59:19.803Z | PASS [ 0.076s] omicron-common api::external::http_pagination::test::test_scan_by_name |
3913 | 2024-02-03T10:59:19.816Z | PASS [ 0.052s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id |
3914 | 2024-02-03T10:59:19.816Z | PASS [ 0.032s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name |
3915 | 2024-02-03T10:59:19.823Z | PASS [ 0.025s] omicron-common api::external::test::test_bytecount |
3916 | 2024-02-03T10:59:19.829Z | PASS [ 0.026s] omicron-common api::external::test::test_bytecount_display |
3917 | 2024-02-03T10:59:19.849Z | PASS [ 0.032s] omicron-common api::external::test::test_firewall_deserialization |
3918 | 2024-02-03T10:59:19.858Z | PASS [ 0.049s] omicron-common api::external::test::test_digest |
3919 | 2024-02-03T10:59:19.881Z | PASS [ 0.022s] omicron-common api::external::test::test_ip_port_range_from_str |
3920 | 2024-02-03T10:59:19.900Z | PASS [ 0.076s] omicron-common api::external::test::test_firewall_rule_host_filter_parse |
3921 | 2024-02-03T10:59:19.913Z | PASS [ 0.076s] omicron-common api::external::test::test_firewall_rule_target_parse |
3922 | 2024-02-03T10:59:19.916Z | PASS [ 0.058s] omicron-common api::external::test::test_hostname_from_str |
3923 | 2024-02-03T10:59:19.920Z | PASS [ 0.039s] omicron-common api::external::test::test_ip_port_range_into_str |
3924 | 2024-02-03T10:59:19.928Z | PASS [ 0.027s] omicron-common api::external::test::test_ipnet_first_last_address |
3925 | 2024-02-03T10:59:19.936Z | PASS [ 0.029s] omicron-common api::external::test::test_ipnet_serde |
3926 | 2024-02-03T10:59:19.943Z | PASS [ 0.030s] omicron-common api::external::test::test_ipv4_net_operations |
3927 | 2024-02-03T10:59:20.010Z | PASS [ 0.029s] omicron-common api::external::test::test_ipv6_net_operations |
3928 | 2024-02-03T10:59:20.010Z | PASS [ 1.129s] nexus-inventory collector::test::test_sled_agent_failure |
3929 | 2024-02-03T10:59:20.013Z | PASS [ 0.036s] omicron-common api::external::test::test_mac_system_iterator |
3930 | 2024-02-03T10:59:20.014Z | PASS [ 0.034s] omicron-common api::external::test::test_mac_to_int_conversions |
3931 | 2024-02-03T10:59:20.014Z | PASS [ 0.034s] omicron-common api::external::test::test_macaddr |
3932 | 2024-02-03T10:59:20.014Z | PASS [ 0.033s] omicron-common api::external::test::test_name_parse |
3933 | 2024-02-03T10:59:20.014Z | PASS [ 0.032s] omicron-common api::external::test::test_name_parse_from_param |
3934 | 2024-02-03T10:59:20.014Z | PASS [ 0.033s] omicron-common api::external::test::test_resource_name_parse |
3935 | 2024-02-03T10:59:20.014Z | PASS [ 0.037s] omicron-common api::external::test::test_role_name_parse |
3936 | 2024-02-03T10:59:20.018Z | PASS [ 0.041s] omicron-common api::external::test::test_route_destination_parse |
3937 | 2024-02-03T10:59:20.025Z | PASS [ 0.035s] omicron-common api::external::test::test_semver_serialize |
3938 | 2024-02-03T10:59:20.039Z | PASS [ 0.050s] omicron-common api::external::test::test_route_target_parse |
3939 | 2024-02-03T10:59:20.042Z | PASS [ 0.036s] omicron-common api::external::test::test_semver_validation |
3940 | 2024-02-03T10:59:20.048Z | PASS [ 0.039s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip |
3941 | 2024-02-03T10:59:20.081Z | PASS [ 0.042s] omicron-common ledger::test::test_create_ledger_reads_from_storage |
3942 | 2024-02-03T10:59:20.081Z | PASS [ 0.050s] omicron-common ledger::test::test_create_default_ledger |
3943 | 2024-02-03T10:59:20.103Z | PASS [ 0.041s] omicron-common nexus_config::test::test_bad_authn_schemes |
3944 | 2024-02-03T10:59:20.103Z | PASS [ 0.049s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage |
3945 | 2024-02-03T10:59:20.103Z | PASS [ 0.071s] omicron-common ledger::test::test_commit_handles_write_failures |
3946 | 2024-02-03T10:59:20.108Z | PASS [ 0.033s] omicron-common nexus_config::test::test_config_bad_toml |
3947 | 2024-02-03T10:59:20.120Z | PASS [ 1.422s] nexus-inventory collector::test::test_multi_mgs |
3948 | 2024-02-03T10:59:20.123Z | PASS [ 0.033s] omicron-common nexus_config::test::test_config_empty |
3949 | 2024-02-03T10:59:20.139Z | PASS [ 0.039s] omicron-common nexus_config::test::test_config_nonexistent |
3950 | 2024-02-03T10:59:20.143Z | PASS [ 0.033s] omicron-common nexus_config::test::test_invalid_ipv4_prefix_tunable |
3951 | 2024-02-03T10:59:20.143Z | PASS [ 0.039s] omicron-common nexus_config::test::test_deployment_config_schema |
3952 | 2024-02-03T10:59:20.151Z | PASS [ 0.027s] omicron-common postgres_config::test::test_bad_url |
3953 | 2024-02-03T10:59:20.180Z | PASS [ 0.048s] omicron-common nexus_config::test::test_repo_configs_are_valid |
3954 | 2024-02-03T10:59:20.183Z | PASS [ 0.041s] omicron-common nexus_config::test::test_valid |
3955 | 2024-02-03T10:59:20.183Z | PASS [ 0.033s] omicron-common update::tests::serde_artifact_kind |
3956 | 2024-02-03T10:59:20.183Z | PASS [ 0.041s] omicron-common postgres_config::test::test_example_url |
3957 | 2024-02-03T10:59:20.913Z | PASS [ 6.478s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples |
3958 | 2024-02-03T10:59:21.126Z | PASS [ 6.229s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples |
3959 | 2024-02-03T10:59:21.473Z | PASS [ 1.284s] omicron-dev::test_omicron_dev test_omicron_dev_db_wipe_no_args |
3960 | 2024-02-03T10:59:21.474Z | PASS [ 1.292s] omicron-dev::test_omicron_dev test_omicron_dev_db_populate_no_args |
3961 | 2024-02-03T10:59:21.474Z | PASS [ 1.297s] omicron-dev::test_omicron_dev test_omicron_dev_bad_cmd |
3962 | 2024-02-03T10:59:21.481Z | PASS [ 0.567s] omicron-dev::test_omicron_dev test_omicron_dev_no_args |
3963 | 2024-02-03T10:59:21.552Z | PASS [ 0.092s] omicron-gateway management_switch::location_map::tests::test_config_validation |
3964 | 2024-02-03T10:59:21.562Z | PASS [ 0.094s] omicron-gateway management_switch::location_map::tests::test_resolve_location |
3965 | 2024-02-03T10:59:21.635Z | PASS [ 1.490s] omicron-dev::test_omicron_dev test_cert_create |
3966 | 2024-02-03T10:59:22.182Z | PASS [ 0.530s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach |
3967 | 2024-02-03T10:59:22.186Z | PASS [ 0.681s] omicron-gateway::test_all integration_tests::component_list::component_list |
3968 | 2024-02-03T10:59:22.186Z | PASS [ 0.602s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication |
3969 | 2024-02-03T10:59:22.340Z | PASS [ 0.784s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations |
3970 | 2024-02-03T10:59:22.451Z | PASS [ 0.976s] omicron-gateway::test_all integration_tests::commands::test_mgs_openapi_sled |
3971 | 2024-02-03T10:59:33.224Z | PASS [ 13.072s] omicron-dev::test_omicron_dev test_db_killed |
3972 | 2024-02-03T10:59:43.555Z | PASS [ 22.427s] omicron-dev::test_omicron_dev test_run_all |
3973 | 2024-02-03T10:59:44.192Z | PASS [ 21.853s] omicron-nexus app::background::common::test::test_driver_basic |
3974 | 2024-02-03T10:59:44.777Z | PASS [ 22.606s] omicron-nexus app::background::blueprint_load::test::test_load_blueprints |
3975 | 2024-02-03T10:59:44.790Z | PASS [ 22.626s] omicron-nexus app::background::blueprint_execution::test::test_deploy_omicron_zones |
3976 | 2024-02-03T10:59:45.751Z | PASS [ 23.571s] omicron-nexus app::background::common::test::test_activation_in_progress |
3977 | 2024-02-03T10:59:45.848Z | PASS [ 23.398s] omicron-nexus app::background::dns_config::test::test_basic |
3978 | 2024-02-03T10:59:46.235Z | PASS [ 26.076s] omicron-dev::test_omicron_dev test_db_run |
3979 | 2024-02-03T10:59:46.381Z | PASS [ 0.147s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic |
3980 | 2024-02-03T10:59:47.465Z | PASS [ 1.618s] omicron-nexus app::external_endpoints::test::test_authority |
3981 | 2024-02-03T10:59:47.571Z | PASS [ 0.105s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty |
3982 | 2024-02-03T10:59:47.639Z | PASS [ 0.068s] omicron-nexus app::external_endpoints::test::test_no_endpoint |
3983 | 2024-02-03T10:59:47.715Z | PASS [ 0.070s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying |
3984 | 2024-02-03T10:59:48.323Z | PASS [ 1.942s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex |
3985 | 2024-02-03T10:59:56.383Z | PASS [ 23.161s] omicron-nexus app::background::dns_propagation::test::test_basic |
3986 | 2024-02-03T11:00:04.234Z | PASS [ 20.665s] omicron-nexus app::background::dns_servers::test::test_basic |
3987 | 2024-02-03T11:00:05.330Z | PASS [ 21.138s] omicron-nexus app::background::external_endpoints::test::test_basic |
3988 | 2024-02-03T11:00:06.026Z | PASS [ 21.249s] omicron-nexus app::background::init::test::test_dns_propagation_basic |
3989 | 2024-02-03T11:00:09.927Z | PASS [ 24.178s] omicron-nexus app::background::inventory_collection::test::test_db_sled_enumerator |
3990 | 2024-02-03T11:00:16.006Z | PASS [ 31.217s] omicron-nexus app::background::inventory_collection::test::test_basic |
3991 | 2024-02-03T11:00:17.537Z | PASS [ 29.829s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind |
3992 | 2024-02-03T11:00:18.463Z | PASS [ 30.134s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently |
3993 | 2024-02-03T11:00:22.695Z | PASS [ 26.313s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently |
3994 | 2024-02-03T11:00:27.499Z | PASS [ 23.281s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds |
3995 | 2024-02-03T11:00:29.280Z | PASS [ 23.952s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently |
3996 | 2024-02-03T11:00:30.771Z | PASS [ 24.744s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds |
3997 | 2024-02-03T11:00:47.416Z | PASS [ 28.954s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds |
3998 | 2024-02-03T11:00:50.466Z | PASS [ 32.926s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently |
3999 | 2024-02-03T11:00:53.198Z | PASS [ 30.503s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently |
4000 | 2024-02-03T11:00:58.788Z | PASS [ 31.291s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds |
4001 | 2024-02-03T11:01:08.876Z | PASS [ 39.597s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind |
4002 | 2024-02-03T11:01:09.926Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4003 | 2024-02-03T11:01:10.909Z | PASS [ 40.141s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently |
4004 | 2024-02-03T11:01:16.005Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4005 | 2024-02-03T11:01:24.378Z | PASS [ 36.968s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently |
4006 | 2024-02-03T11:01:24.864Z | PASS [ 34.402s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds |
4007 | 2024-02-03T11:01:37.419Z | PASS [ 44.223s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind |
4008 | 2024-02-03T11:01:43.986Z | PASS [ 45.196s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently |
4009 | 2024-02-03T11:01:47.649Z | PASS [ 38.774s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently |
4010 | 2024-02-03T11:01:48.883Z | PASS [ 37.975s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds |
4011 | 2024-02-03T11:01:59.362Z | PASS [ 34.494s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds |
4012 | 2024-02-03T11:02:09.925Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4013 | 2024-02-03T11:02:14.585Z | PASS [ 30.602s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently |
4014 | 2024-02-03T11:02:15.953Z | PASS [ 38.536s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind |
4015 | 2024-02-03T11:02:16.016Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4016 | 2024-02-03T11:02:16.744Z | PASS [ 27.863s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds |
4017 | 2024-02-03T11:02:16.914Z | PASS [ 29.264s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind |
4018 | 2024-02-03T11:02:16.974Z | PASS [ 0.062s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request |
4019 | 2024-02-03T11:02:24.381Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind |
4020 | 2024-02-03T11:02:30.791Z | PASS [ 31.437s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind |
4021 | 2024-02-03T11:02:36.987Z | PASS [ 22.400s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds |
4022 | 2024-02-03T11:02:40.362Z | PASS [ 75.987s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind |
4023 | 2024-02-03T11:02:43.795Z | PASS [ 26.818s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds |
4024 | 2024-02-03T11:03:00.920Z | PASS [ 20.557s] omicron-nexus app::sagas::test_saga::test_saga_stuck |
4025 | 2024-02-03T11:03:00.981Z | PASS [ 30.190s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set |
4026 | 2024-02-03T11:03:09.924Z | SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4027 | 2024-02-03T11:03:10.255Z | PASS [ 9.273s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input |
4028 | 2024-02-03T11:03:10.331Z | PASS [ 0.076s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory |
4029 | 2024-02-03T11:03:10.399Z | PASS [ 0.067s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent |
4030 | 2024-02-03T11:03:10.483Z | PASS [ 0.085s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested |
4031 | 2024-02-03T11:03:10.553Z | PASS [ 0.071s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink |
4032 | 2024-02-03T11:03:10.623Z | PASS [ 0.069s] omicron-nexus external_api::console_api::test::test_find_file_finds_file |
4033 | 2024-02-03T11:03:10.686Z | PASS [ 0.064s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink |
4034 | 2024-02-03T11:03:10.750Z | PASS [ 0.064s] omicron-nexus external_api::console_api::test::test_relative_uri |
4035 | 2024-02-03T11:03:10.927Z | PASS [ 0.160s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy |
4036 | 2024-02-03T11:03:11.380Z | PASS [ 27.589s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind |
4037 | 2024-02-03T11:03:14.057Z | PASS [ 37.075s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset |
4038 | 2024-02-03T11:03:15.953Z | SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
4039 | 2024-02-03T11:03:16.048Z | SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4040 | 2024-02-03T11:03:16.744Z | SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
4041 | 2024-02-03T11:03:24.210Z | PASS [ 23.294s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds |
4042 | 2024-02-03T11:03:26.527Z | PASS [ 2.313s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie |
4043 | 2024-02-03T11:03:28.531Z | PASS [ 2.008s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed |
4044 | 2024-02-03T11:03:28.752Z | PASS [ 0.209s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured |
4045 | 2024-02-03T11:03:36.369Z | PASS [ 22.313s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range |
4046 | 2024-02-03T11:03:36.409Z | PASS [ 25.030s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud |
4047 | 2024-02-03T11:03:50.615Z | PASS [ 21.876s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys |
4048 | 2024-02-03T11:03:56.184Z | PASS [ 19.812s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv |
4049 | 2024-02-03T11:03:58.340Z | PASS [ 21.928s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv |
4050 | 2024-02-03T11:04:09.927Z | SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4051 | 2024-02-03T11:04:10.914Z | SLOW [> 60.000s] omicron-nexus populate::test::test_populators |
4052 | 2024-02-03T11:04:10.955Z | PASS [ 20.338s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv |
4053 | 2024-02-03T11:04:15.958Z | SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
4054 | 2024-02-03T11:04:16.013Z | SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4055 | 2024-02-03T11:04:16.744Z | SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
4056 | 2024-02-03T11:04:17.483Z | PASS [ 19.145s] omicron-nexus::test_all integration_tests::basic::test_basic_failures |
4057 | 2024-02-03T11:04:17.589Z | PASS [ 21.403s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv |
4058 | 2024-02-03T11:04:28.872Z | PASS [ 131.903s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
4059 | 2024-02-03T11:04:28.872Z | PASS [ 77.826s] omicron-nexus populate::test::test_populators |
4060 | 2024-02-03T11:04:30.020Z | PASS [ 19.067s] omicron-nexus::test_all integration_tests::basic::test_ping |
4061 | 2024-02-03T11:04:45.135Z | PASS [ 27.655s] omicron-nexus::test_all integration_tests::basic::test_projects_basic |
4062 | 2024-02-03T11:04:49.655Z | PASS [ 21.011s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert |
4063 | 2024-02-03T11:04:50.021Z | PASS [ 21.236s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key |
4064 | 2024-02-03T11:04:51.059Z | PASS [ 21.039s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert |
4065 | 2024-02-03T11:04:51.269Z | PASS [ 33.687s] omicron-nexus::test_all integration_tests::basic::test_projects_list |
4066 | 2024-02-03T11:05:06.633Z | PASS [ 21.497s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name |
4067 | 2024-02-03T11:05:09.922Z | SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4068 | 2024-02-03T11:05:10.452Z | PASS [ 20.798s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key |
4069 | 2024-02-03T11:05:11.526Z | PASS [ 20.468s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation |
4070 | 2024-02-03T11:05:11.740Z | PASS [ 0.211s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args |
4071 | 2024-02-03T11:05:11.957Z | PASS [ 1.505s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config |
4072 | 2024-02-03T11:05:11.974Z | PASS [ 5.343s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config |
4073 | 2024-02-03T11:05:12.514Z | PASS [ 22.539s] omicron-nexus::test_all integration_tests::certificates::test_crud |
4074 | 2024-02-03T11:05:18.487Z | PASS [ 1.024s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi_internal |
4075 | 2024-02-03T11:05:18.487Z | PASS [ 1.569s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi |
4076 | 2024-02-03T11:05:18.487Z | SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
4077 | 2024-02-03T11:05:18.500Z | SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4078 | 2024-02-03T11:05:22.182Z | PASS [ 30.911s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates |
4079 | 2024-02-03T11:05:33.169Z | PASS [ 21.194s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir |
4080 | 2024-02-03T11:05:33.886Z | PASS [ 21.372s] omicron-nexus::test_all integration_tests::console_api::test_assets |
4081 | 2024-02-03T11:05:34.832Z | PASS [ 21.847s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri |
4082 | 2024-02-03T11:05:39.592Z | PASS [ 26.286s] omicron-nexus::test_all integration_tests::console_api::test_console_pages |
4083 | 2024-02-03T11:05:50.910Z | PASS [ 28.730s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos |
4084 | 2024-02-03T11:05:55.096Z | PASS [ 21.929s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple |
4085 | 2024-02-03T11:05:55.731Z | PASS [ 21.853s] omicron-nexus::test_all integration_tests::console_api::test_session_me |
4086 | 2024-02-03T11:05:56.249Z | PASS [ 21.414s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups |
4087 | 2024-02-03T11:06:05.721Z | PASS [ 26.130s] omicron-nexus::test_all integration_tests::console_api::test_sessions |
4088 | 2024-02-03T11:06:09.922Z | SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4089 | 2024-02-03T11:06:12.257Z | PASS [ 21.328s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages |
4090 | 2024-02-03T11:06:15.956Z | SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
4091 | 2024-02-03T11:06:16.001Z | SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4092 | 2024-02-03T11:06:17.259Z | PASS [ 22.162s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow |
4093 | 2024-02-03T11:06:19.515Z | PASS [ 23.783s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets |
4094 | 2024-02-03T11:06:32.939Z | PASS [ 25.378s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails |
4095 | 2024-02-03T11:06:36.233Z | PASS [ 39.927s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete |
4096 | 2024-02-03T11:06:38.952Z | PASS [ 26.708s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing |
4097 | 2024-02-03T11:06:42.817Z | PASS [ 25.550s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started |
4098 | 2024-02-03T11:06:43.317Z | PASS [ 23.805s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected |
4099 | 2024-02-03T11:07:06.850Z | PASS [ 24.044s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation |
4100 | 2024-02-03T11:07:09.715Z | PASS [ 26.322s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure |
4101 | 2024-02-03T11:07:09.921Z | SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4102 | 2024-02-03T11:07:12.912Z | PASS [ 41.785s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics |
4103 | 2024-02-03T11:07:15.954Z | SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
4104 | 2024-02-03T11:07:16.013Z | SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4105 | 2024-02-03T11:07:31.403Z | PASS [ 24.555s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes |
4106 | 2024-02-03T11:07:32.958Z | PASS [ 53.603s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances |
4107 | 2024-02-03T11:07:32.963Z | PASS [ 56.746s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated |
4108 | 2024-02-03T11:07:33.168Z | PASS [ 23.531s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes |
4109 | 2024-02-03T11:07:38.191Z | PASS [ 25.310s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size |
4110 | 2024-02-03T11:08:01.049Z | PASS [ 24.648s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size |
4111 | 2024-02-03T11:08:01.049Z | PASS [ 24.561s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big |
4112 | 2024-02-03T11:08:01.352Z | PASS [ 28.808s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting |
4113 | 2024-02-03T11:08:08.237Z | PASS [ 30.047s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection |
4114 | 2024-02-03T11:08:09.922Z | SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4115 | 2024-02-03T11:08:15.948Z | SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
4116 | 2024-02-03T11:08:15.999Z | SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4117 | 2024-02-03T11:08:19.268Z | PASS [ 46.358s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment |
4118 | 2024-02-03T11:08:26.902Z | PASS [ 29.174s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools |
4119 | 2024-02-03T11:08:29.610Z | PASS [ 33.548s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete |
4120 | 2024-02-03T11:08:31.489Z | PASS [ 375.546s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
4121 | 2024-02-03T11:08:33.310Z | PASS [ 31.958s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename |
4122 | 2024-02-03T11:08:35.193Z | PASS [ 26.957s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent |
4123 | 2024-02-03T11:08:56.015Z | PASS [ 22.706s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access |
4124 | 2024-02-03T11:09:00.548Z | PASS [ 25.355s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create |
4125 | 2024-02-03T11:09:03.820Z | PASS [ 44.519s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_detach_fail_if_in_use_by_other |
4126 | 2024-02-03T11:09:04.814Z | PASS [ 37.851s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion |
4127 | 2024-02-03T11:09:09.919Z | SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4128 | 2024-02-03T11:09:15.998Z | SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4129 | 2024-02-03T11:09:21.979Z | PASS [ 50.493s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach |
4130 | 2024-02-03T11:09:24.595Z | PASS [ 24.046s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool |
4131 | 2024-02-03T11:09:25.235Z | PASS [ 0.642s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress |
4132 | 2024-02-03T11:09:26.267Z | PASS [ 1.033s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance |
4133 | 2024-02-03T11:09:27.013Z | PASS [ 0.745s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure |
4134 | 2024-02-03T11:09:27.621Z | PASS [ 58.025s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum |
4135 | 2024-02-03T11:09:27.662Z | PASS [ 23.877s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use |
4136 | 2024-02-03T11:09:27.705Z | PASS [ 0.682s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled |
4137 | 2024-02-03T11:09:29.420Z | PASS [ 24.670s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use |
4138 | 2024-02-03T11:09:33.969Z | PASS [ 37.954s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment |
4139 | 2024-02-03T11:09:45.843Z | PASS [ 23.864s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete |
4140 | 2024-02-03T11:09:49.860Z | PASS [ 22.234s] omicron-nexus::test_all integration_tests::images::test_image_create |
4141 | 2024-02-03T11:09:52.292Z | PASS [ 24.629s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions |
4142 | 2024-02-03T11:09:54.081Z | PASS [ 24.661s] omicron-nexus::test_all integration_tests::images::test_image_promotion |
4143 | 2024-02-03T11:09:55.260Z | PASS [ 27.562s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails |
4144 | 2024-02-03T11:09:57.318Z | PASS [ 23.352s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image |
4145 | 2024-02-03T11:10:04.021Z | PASS [ 8.764s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite |
4146 | 2024-02-03T11:10:04.805Z | PASS [ 10.725s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach |
4147 | 2024-02-03T11:10:07.959Z | PASS [ 22.099s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small |
4148 | 2024-02-03T11:10:08.259Z | PASS [ 10.940s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema |
4149 | 2024-02-03T11:10:09.919Z | SLOW [>600.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4150 | 2024-02-03T11:10:13.026Z | PASS [ 23.172s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails |
4151 | 2024-02-03T11:10:13.326Z | PASS [ 21.033s] omicron-nexus::test_all integration_tests::images::test_silo_image_create |
4152 | 2024-02-03T11:10:14.433Z | PASS [ 10.414s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated |
4153 | 2024-02-03T11:10:15.997Z | SLOW [>600.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4154 | 2024-02-03T11:10:31.688Z | PASS [ 26.884s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema |
4155 | 2024-02-03T11:10:34.264Z | PASS [ 19.832s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname |
4156 | 2024-02-03T11:10:37.686Z | PASS [ 29.429s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance |
4157 | 2024-02-03T11:10:45.723Z | PASS [ 32.401s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance |
4158 | 2024-02-03T11:10:53.452Z | PASS [ 21.763s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname |
4159 | 2024-02-03T11:10:56.041Z | PASS [ 48.103s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance |
4160 | 2024-02-03T11:10:59.545Z | PASS [ 21.859s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit |
4161 | 2024-02-03T11:10:59.860Z | PASS [ 46.836s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks |
4162 | 2024-02-03T11:11:09.918Z | SLOW [>660.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4163 | 2024-02-03T11:11:15.995Z | SLOW [>660.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4164 | 2024-02-03T11:11:17.493Z | PASS [ 43.117s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity |
4165 | 2024-02-03T11:11:20.556Z | PASS [ 21.011s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip |
4166 | 2024-02-03T11:11:24.941Z | PASS [ 28.899s] omicron-nexus::test_all integration_tests::instances::test_instance_access |
4167 | 2024-02-03T11:11:30.782Z | PASS [ 44.648s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity |
4168 | 2024-02-03T11:11:35.863Z | PASS [ 36.000s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips |
4169 | 2024-02-03T11:11:51.654Z | PASS [ 34.275s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks |
4170 | 2024-02-03T11:11:53.451Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed |
4171 | 2024-02-03T11:11:59.030Z | PASS [ 709.123s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4172 | 2024-02-03T11:12:00.786Z | PASS [ 40.233s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo |
4173 | 2024-02-03T11:12:05.330Z | PASS [ 709.342s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4174 | 2024-02-03T11:12:05.591Z | PASS [ 40.634s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface |
4175 | 2024-02-03T11:12:09.432Z | PASS [ 39.059s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo |
4176 | 2024-02-03T11:12:18.888Z | PASS [ 43.031s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record |
4177 | 2024-02-03T11:12:27.008Z | PASS [ 93.558s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed |
4178 | 2024-02-03T11:12:34.019Z | PASS [ 33.231s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool |
4179 | 2024-02-03T11:12:34.149Z | PASS [ 28.824s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error |
4180 | 2024-02-03T11:12:34.155Z | PASS [ 42.504s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys |
4181 | 2024-02-03T11:12:48.339Z | PASS [ 42.764s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_error |
4182 | 2024-02-03T11:12:54.295Z | PASS [ 55.269s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool |
4183 | 2024-02-03T11:12:57.386Z | PASS [ 38.499s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration |
4184 | 2024-02-03T11:13:00.695Z | PASS [ 51.269s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics |
4185 | 2024-02-03T11:13:02.892Z | PASS [ 35.887s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate |
4186 | 2024-02-03T11:13:08.879Z | PASS [ 34.733s] omicron-nexus::test_all integration_tests::instances::test_instance_serial |
4187 | 2024-02-03T11:13:16.017Z | PASS [ 41.995s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p |
4188 | 2024-02-03T11:13:17.613Z | PASS [ 43.459s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state |
4189 | 2024-02-03T11:13:17.962Z | PASS [ 23.669s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails |
4190 | 2024-02-03T11:13:25.073Z | PASS [ 24.377s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely |
4191 | 2024-02-03T11:13:32.726Z | PASS [ 44.389s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces |
4192 | 2024-02-03T11:13:33.308Z | PASS [ 30.413s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces |
4193 | 2024-02-03T11:13:37.608Z | PASS [ 21.599s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found |
4194 | 2024-02-03T11:13:38.176Z | PASS [ 29.295s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address |
4195 | 2024-02-03T11:13:39.016Z | PASS [ 41.631s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings |
4196 | 2024-02-03T11:13:47.481Z | PASS [ 29.519s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start |
4197 | 2024-02-03T11:13:53.131Z | PASS [ 20.401s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request |
4198 | 2024-02-03T11:14:02.772Z | PASS [ 21.868s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size |
4199 | 2024-02-03T11:14:02.874Z | PASS [ 33.978s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped |
4200 | 2024-02-03T11:14:02.874Z | PASS [ 21.471s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size |
4201 | 2024-02-03T11:14:02.874Z | PASS [ 22.104s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size |
4202 | 2024-02-03T11:14:02.874Z | PASS [ 21.018s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud |
4203 | 2024-02-03T11:14:02.874Z | PASS [ 44.457s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt |
4204 | 2024-02-03T11:14:21.142Z | PASS [ 27.474s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe |
4205 | 2024-02-03T11:14:21.209Z | PASS [ 21.298s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination |
4206 | 2024-02-03T11:14:21.242Z | PASS [ 23.353s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo |
4207 | 2024-02-03T11:14:21.242Z | PASS [ 20.640s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination |
4208 | 2024-02-03T11:14:21.242Z | PASS [ 21.087s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service |
4209 | 2024-02-03T11:14:21.242Z | PASS [ 21.899s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails |
4210 | 2024-02-03T11:14:21.816Z | PASS [ 21.777s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud |
4211 | 2024-02-03T11:14:27.994Z | PASS [ 25.916s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link |
4212 | 2024-02-03T11:14:38.118Z | PASS [ 23.162s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable |
4213 | 2024-02-03T11:14:40.907Z | PASS [ 24.441s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default |
4214 | 2024-02-03T11:14:41.512Z | PASS [ 21.230s] omicron-nexus::test_all integration_tests::loopback_address::test_anycast_loopback_address_basic_crud |
4215 | 2024-02-03T11:14:42.407Z | PASS [ 21.610s] omicron-nexus::test_all integration_tests::loopback_address::test_loopback_address_basic_crud |
4216 | 2024-02-03T11:14:47.708Z | PASS [ 19.724s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records |
4217 | 2024-02-03T11:14:48.015Z | PASS [ 31.539s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails |
4218 | 2024-02-03T11:15:04.927Z | PASS [ 22.519s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64 |
4219 | 2024-02-03T11:15:05.306Z | PASS [ 27.191s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration |
4220 | 2024-02-03T11:15:08.468Z | PASS [ 20.755s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple |
4221 | 2024-02-03T11:15:09.028Z | PASS [ 21.013s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk |
4222 | 2024-02-03T11:15:12.421Z | PASS [ 31.514s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write |
4223 | 2024-02-03T11:15:23.919Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::metrics::test_metrics |
4224 | 2024-02-03T11:15:23.940Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_collector_reregistration_gets_all_assignments |
4225 | 2024-02-03T11:15:24.859Z | PASS [ 63.914s] omicron-nexus::test_all integration_tests::metrics::test_metrics |
4226 | 2024-02-03T11:15:28.889Z | PASS [ 47.378s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk |
4227 | 2024-02-03T11:15:31.002Z | PASS [ 22.538s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset |
4228 | 2024-02-03T11:15:50.676Z | PASS [ 45.373s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk |
4229 | 2024-02-03T11:15:51.121Z | PASS [ 38.702s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes |
4230 | 2024-02-03T11:15:51.495Z | PASS [ 46.570s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk |
4231 | 2024-02-03T11:15:52.596Z | PASS [ 21.596s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing |
4232 | 2024-02-03T11:15:54.859Z | PASS [ 29.999s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk |
4233 | 2024-02-03T11:15:55.472Z | PASS [ 46.442s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk |
4234 | 2024-02-03T11:16:01.088Z | PASS [ 32.199s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk |
4235 | 2024-02-03T11:16:09.323Z | PASS [ 107.515s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_collector_reregistration_gets_all_assignments |
4236 | 2024-02-03T11:16:12.137Z | PASS [ 19.542s] omicron-nexus::test_all integration_tests::projects::test_project_deletion |
4237 | 2024-02-03T11:16:17.256Z | PASS [ 21.777s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip |
4238 | 2024-02-03T11:16:17.516Z | PASS [ 22.651s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk |
4239 | 2024-02-03T11:16:23.947Z | PASS [ 22.855s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image |
4240 | 2024-02-03T11:16:39.288Z | PASS [ 29.950s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance |
4241 | 2024-02-03T11:16:40.497Z | PASS [ 22.989s] omicron-nexus::test_all integration_tests::projects::test_projects |
4242 | 2024-02-03T11:16:41.648Z | PASS [ 24.382s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc |
4243 | 2024-02-03T11:16:42.289Z | PASS [ 51.580s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write |
4244 | 2024-02-03T11:16:44.496Z | PASS [ 53.367s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot |
4245 | 2024-02-03T11:16:45.713Z | PASS [ 33.576s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot |
4246 | 2024-02-03T11:16:51.499Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users |
4247 | 2024-02-03T11:17:00.953Z | PASS [ 21.679s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack |
4248 | 2024-02-03T11:17:01.812Z | PASS [ 21.311s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack |
4249 | 2024-02-03T11:17:05.567Z | PASS [ 23.314s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized |
4250 | 2024-02-03T11:17:05.694Z | PASS [ 24.066s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization |
4251 | 2024-02-03T11:17:06.838Z | PASS [ 22.352s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet |
4252 | 2024-02-03T11:17:08.222Z | PASS [ 76.731s] omicron-nexus::test_all integration_tests::password_login::test_local_users |
4253 | 2024-02-03T11:17:08.913Z | PASS [ 0.690s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure |
4254 | 2024-02-03T11:17:09.314Z | PASS [ 3.617s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress |
4255 | 2024-02-03T11:17:09.585Z | PASS [ 23.874s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project |
4256 | 2024-02-03T11:17:10.616Z | PASS [ 3.778s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance |
4257 | 2024-02-03T11:17:10.752Z | PASS [ 0.131s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed |
4258 | 2024-02-03T11:17:10.870Z | PASS [ 0.123s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response |
4259 | 2024-02-03T11:17:11.007Z | PASS [ 0.136s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256 |
4260 | 2024-02-03T11:17:11.148Z | PASS [ 0.135s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes |
4261 | 2024-02-03T11:17:11.268Z | PASS [ 0.126s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name |
4262 | 2024-02-03T11:17:12.609Z | PASS [ 3.620s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled |
4263 | 2024-02-03T11:17:12.886Z | PASS [ 3.578s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch |
4264 | 2024-02-03T11:17:14.764Z | PASS [ 50.822s] omicron-nexus::test_all integration_tests::quotas::test_quotas |
4265 | 2024-02-03T11:17:25.988Z | PASS [ 20.590s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo |
4266 | 2024-02-03T11:17:25.988Z | PASS [ 19.778s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit |
4267 | 2024-02-03T11:17:27.426Z | PASS [ 21.853s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin |
4268 | 2024-02-03T11:17:27.555Z | PASS [ 0.133s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment |
4269 | 2024-02-03T11:17:33.433Z | PASS [ 22.164s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp |
4270 | 2024-02-03T11:17:33.990Z | PASS [ 24.404s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes |
4271 | 2024-02-03T11:17:34.041Z | PASS [ 21.148s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding |
4272 | 2024-02-03T11:17:34.108Z | PASS [ 0.118s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key |
4273 | 2024-02-03T11:17:34.162Z | PASS [ 0.123s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response |
4274 | 2024-02-03T11:17:35.198Z | PASS [ 22.660s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp |
4275 | 2024-02-03T11:17:36.939Z | PASS [ 22.176s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated |
4276 | 2024-02-03T11:17:43.337Z | PASS [ 21.808s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys |
4277 | 2024-02-03T11:17:43.592Z | PASS [ 22.014s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys |
4278 | 2024-02-03T11:17:48.836Z | PASS [ 21.291s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response |
4279 | 2024-02-03T11:17:51.881Z | PASS [ 17.727s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid |
4280 | 2024-02-03T11:17:51.881Z | PASS [ 18.459s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state |
4281 | 2024-02-03T11:17:51.947Z | PASS [ 17.849s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404 |
4282 | 2024-02-03T11:17:52.319Z | PASS [ 17.132s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair |
4283 | 2024-02-03T11:17:53.471Z | PASS [ 16.531s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok |
4284 | 2024-02-03T11:18:00.222Z | PASS [ 8.341s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns |
4285 | 2024-02-03T11:18:01.765Z | PASS [ 8.298s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause |
4286 | 2024-02-03T11:18:08.490Z | PASS [ 8.265s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment |
4287 | 2024-02-03T11:18:09.713Z | PASS [ 7.949s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint |
4288 | 2024-02-03T11:18:16.780Z | PASS [ 8.294s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order |
4289 | 2024-02-03T11:18:17.888Z | PASS [ 8.174s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause |
4290 | 2024-02-03T11:18:22.632Z | PASS [ 4.743s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus |
4291 | 2024-02-03T11:18:47.223Z | PASS [ 24.594s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot |
4292 | 2024-02-03T11:18:56.208Z | PASS [ 39.430s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up |
4293 | 2024-02-03T11:19:06.448Z | PASS [ 19.220s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version |
4294 | 2024-02-03T11:19:16.908Z | PASS [ 20.678s] omicron-nexus::test_all integration_tests::schema::validate_data_migration |
4295 | 2024-02-03T11:19:30.952Z | PASS [ 14.057s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id |
4296 | 2024-02-03T11:19:31.152Z | PASS [ 14.253s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id |
4297 | 2024-02-03T11:19:31.817Z | PASS [ 14.792s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users |
4298 | 2024-02-03T11:19:31.972Z | PASS [ 15.020s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp |
4299 | 2024-02-03T11:19:32.665Z | PASS [ 26.147s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up |
4300 | 2024-02-03T11:19:52.688Z | PASS [ 21.486s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints |
4301 | 2024-02-03T11:19:53.019Z | PASS [ 22.062s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group |
4302 | 2024-02-03T11:19:53.443Z | PASS [ 20.837s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid |
4303 | 2024-02-03T11:19:53.586Z | PASS [ 21.790s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers |
4304 | 2024-02-03T11:19:53.607Z | PASS [ 21.679s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints |
4305 | 2024-02-03T11:19:53.746Z | PASS [ 21.015s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid |
4306 | 2024-02-03T11:19:53.762Z | PASS [ 21.031s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated |
4307 | 2024-02-03T11:19:58.180Z | PASS [ 25.578s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users |
4308 | 2024-02-03T11:20:14.670Z | PASS [ 21.035s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed |
4309 | 2024-02-03T11:20:15.052Z | PASS [ 21.410s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit |
4310 | 2024-02-03T11:20:15.640Z | PASS [ 22.589s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs |
4311 | 2024-02-03T11:20:15.649Z | PASS [ 22.624s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group |
4312 | 2024-02-03T11:20:16.192Z | PASS [ 22.715s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups |
4313 | 2024-02-03T11:20:18.826Z | PASS [ 25.223s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links |
4314 | 2024-02-03T11:20:20.431Z | PASS [ 22.263s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups |
4315 | 2024-02-03T11:20:25.624Z | PASS [ 32.187s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy |
4316 | 2024-02-03T11:20:36.419Z | PASS [ 21.368s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id |
4317 | 2024-02-03T11:20:37.516Z | PASS [ 22.851s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group |
4318 | 2024-02-03T11:20:40.088Z | PASS [ 23.895s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list |
4319 | 2024-02-03T11:20:41.740Z | PASS [ 21.308s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete |
4320 | 2024-02-03T11:20:41.845Z | PASS [ 26.613s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types |
4321 | 2024-02-03T11:20:46.007Z | PASS [ 30.376s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views |
4322 | 2024-02-03T11:20:47.417Z | PASS [ 28.589s] omicron-nexus::test_all integration_tests::silos::test_silos |
4323 | 2024-02-03T11:20:56.917Z | PASS [ 31.297s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list |
4324 | 2024-02-03T11:21:02.145Z | PASS [ 24.629s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space |
4325 | 2024-02-03T11:21:03.257Z | PASS [ 26.842s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list |
4326 | 2024-02-03T11:21:04.009Z | PASS [ 23.925s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent |
4327 | 2024-02-03T11:21:06.599Z | PASS [ 20.171s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent |
4328 | 2024-02-03T11:21:10.200Z | PASS [ 22.787s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot |
4329 | 2024-02-03T11:21:14.858Z | PASS [ 4.657s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress |
4330 | 2024-02-03T11:21:16.791Z | PASS [ 35.046s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot |
4331 | 2024-02-03T11:21:17.094Z | PASS [ 35.256s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent |
4332 | 2024-02-03T11:21:18.345Z | PASS [ 1.563s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure |
4333 | 2024-02-03T11:21:18.671Z | PASS [ 21.755s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot |
4334 | 2024-02-03T11:21:19.815Z | PASS [ 4.955s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance |
4335 | 2024-02-03T11:21:21.633Z | PASS [ 4.527s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled |
4336 | 2024-02-03T11:21:21.831Z | PASS [ 19.690s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot |
4337 | 2024-02-03T11:21:22.745Z | PASS [ 0.914s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage |
4338 | 2024-02-03T11:21:22.979Z | PASS [ 4.633s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch |
4339 | 2024-02-03T11:21:29.891Z | PASS [ 23.717s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance |
4340 | 2024-02-03T11:21:33.882Z | PASS [ 29.875s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind |
4341 | 2024-02-03T11:21:36.396Z | PASS [ 33.131s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic |
4342 | 2024-02-03T11:21:39.990Z | PASS [ 21.319s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys |
4343 | 2024-02-03T11:21:43.846Z | PASS [ 21.090s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails |
4344 | 2024-02-03T11:21:50.262Z | PASS [ 20.370s] omicron-nexus::test_all integration_tests::updates::test_update_uninitialized |
4345 | 2024-02-03T11:21:50.662Z | PASS [ 27.680s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end |
4346 | 2024-02-03T11:21:54.041Z | PASS [ 20.156s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin |
4347 | 2024-02-03T11:22:00.523Z | PASS [ 40.712s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation |
4348 | 2024-02-03T11:22:09.607Z | PASS [ 33.216s] omicron-nexus::test_all integration_tests::utilization::test_utilization |
4349 | 2024-02-03T11:22:09.607Z | PASS [ 29.611s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot |
4350 | 2024-02-03T11:22:16.806Z | PASS [ 32.966s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete |
4351 | 2024-02-03T11:22:21.629Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized |
4352 | 2024-02-03T11:22:22.420Z | PASS [ 32.160s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1 |
4353 | 2024-02-03T11:22:24.309Z | PASS [ 33.648s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2 |
4354 | 2024-02-03T11:22:27.327Z | PASS [ 33.289s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3 |
4355 | 2024-02-03T11:22:34.320Z | PASS [ 33.800s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4 |
4356 | 2024-02-03T11:22:44.201Z | PASS [ 34.594s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6 |
4357 | 2024-02-03T11:22:44.481Z | PASS [ 34.881s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5 |
4358 | 2024-02-03T11:22:46.459Z | PASS [ 22.154s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight |
4359 | 2024-02-03T11:22:48.744Z | PASS [ 26.325s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly |
4360 | 2024-02-03T11:22:50.251Z | PASS [ 33.452s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk |
4361 | 2024-02-03T11:23:09.376Z | PASS [ 42.052s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1 |
4362 | 2024-02-03T11:23:11.154Z | PASS [ 109.536s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized |
4363 | 2024-02-03T11:23:16.366Z | PASS [ 42.046s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2 |
4364 | 2024-02-03T11:23:18.217Z | PASS [ 27.954s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly |
4365 | 2024-02-03T11:23:34.918Z | PASS [ 50.718s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first |
4366 | 2024-02-03T11:23:36.208Z | PASS [ 51.730s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first |
4367 | 2024-02-03T11:23:36.779Z | PASS [ 20.416s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout |
4368 | 2024-02-03T11:23:38.039Z | PASS [ 19.836s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only |
4369 | 2024-02-03T11:23:38.622Z | PASS [ 52.163s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order |
4370 | 2024-02-03T11:23:40.410Z | PASS [ 51.668s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots |
4371 | 2024-02-03T11:23:43.300Z | PASS [ 32.148s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk |
4372 | 2024-02-03T11:23:45.563Z | PASS [ 36.179s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk |
4373 | 2024-02-03T11:23:56.673Z | PASS [ 20.464s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing |
4374 | 2024-02-03T11:23:56.760Z | PASS [ 21.839s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen |
4375 | 2024-02-03T11:23:57.747Z | PASS [ 20.968s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen |
4376 | 2024-02-03T11:23:58.595Z | PASS [ 20.555s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen |
4377 | 2024-02-03T11:23:59.501Z | PASS [ 20.882s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent |
4378 | 2024-02-03T11:24:01.022Z | PASS [ 20.611s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume |
4379 | 2024-02-03T11:24:03.440Z | PASS [ 20.140s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base |
4380 | 2024-02-03T11:24:06.252Z | PASS [ 20.697s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent |
4381 | 2024-02-03T11:24:17.100Z | PASS [ 20.428s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted |
4382 | 2024-02-03T11:24:18.112Z | PASS [ 21.354s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume |
4383 | 2024-02-03T11:24:19.352Z | PASS [ 21.582s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga |
4384 | 2024-02-03T11:24:19.658Z | PASS [ 21.018s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume |
4385 | 2024-02-03T11:24:20.635Z | PASS [ 21.110s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume |
4386 | 2024-02-03T11:24:37.256Z | PASS [ 22.308s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice |
4387 | 2024-02-03T11:24:37.256Z | PASS [ 21.585s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume |
4388 | 2024-02-03T11:24:37.256Z | PASS [ 26.078s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall |
4389 | 2024-02-03T11:24:41.271Z | PASS [ 20.661s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_physical_disk_returns_not_found |
4390 | 2024-02-03T11:24:43.122Z | PASS [ 19.791s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_sled_returns_not_found |
4391 | 2024-02-03T11:24:44.345Z | PASS [ 27.242s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers |
4392 | 2024-02-03T11:24:44.494Z | PASS [ 0.153s] omicron-package dot::test::test_bad_dependency |
4393 | 2024-02-03T11:24:44.569Z | PASS [ 0.038s] omicron-package dot::test::test_dot_output |
4394 | 2024-02-03T11:24:44.600Z | PASS [ 19.573s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_success |
4395 | 2024-02-03T11:24:44.642Z | PASS [ 0.038s] omicron-passwords test::test_password_constraints |
4396 | 2024-02-03T11:24:46.509Z | PASS [ 26.899s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs |
4397 | 2024-02-03T11:24:46.673Z | PASS [ 27.318s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets |
4398 | 2024-02-03T11:24:46.788Z | PASS [ 0.143s] omicron-passwords test::test_stable |
4399 | 2024-02-03T11:24:47.256Z | PASS [ 0.031s] omicron-passwords test::test_weak_hashes |
4400 | 2024-02-03T11:24:47.260Z | PASS [ 0.032s] omicron-rpaths internal::tests::test_configure_from_path |
4401 | 2024-02-03T11:24:47.260Z | PASS [ 0.078s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar |
4402 | 2024-02-03T11:24:47.260Z | PASS [ 0.026s] omicron-rpaths internal::tests::test_emit_rpath |
4403 | 2024-02-03T11:24:47.481Z | PASS [ 0.524s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously |
4404 | 2024-02-03T11:24:48.120Z | PASS [ 0.639s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes |
4405 | 2024-02-03T11:24:48.224Z | PASS [ 0.104s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match |
4406 | 2024-02-03T11:24:48.382Z | PASS [ 0.158s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed |
4407 | 2024-02-03T11:24:48.489Z | PASS [ 0.104s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running |
4408 | 2024-02-03T11:24:48.565Z | PASS [ 3.925s] omicron-passwords test::test_reproducible |
4409 | 2024-02-03T11:24:48.687Z | PASS [ 0.128s] omicron-sled-agent bootstrap::early_networking::tests::serialized_early_network_config_v0_to_v1_conversion |
4410 | 2024-02-03T11:24:48.758Z | PASS [ 0.071s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips |
4411 | 2024-02-03T11:24:48.805Z | PASS [ 5.686s] omicron-omdb::test_all_output test_omdb_usage_errors |
4412 | 2024-02-03T11:24:48.855Z | PASS [ 0.051s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization_weak_hash |
4413 | 2024-02-03T11:24:48.865Z | PASS [ 0.106s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization |
4414 | 2024-02-03T11:24:48.914Z | PASS [ 0.058s] omicron-sled-agent bootstrap::params::tests::serialize_start_sled_agent_v0_deserialize_v1 |
4415 | 2024-02-03T11:24:48.933Z | PASS [ 0.069s] omicron-sled-agent bootstrap::params::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools |
4416 | 2024-02-03T11:24:48.975Z | PASS [ 0.059s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization |
4417 | 2024-02-03T11:24:48.997Z | PASS [ 0.057s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema |
4418 | 2024-02-03T11:24:49.016Z | PASS [ 0.041s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition |
4419 | 2024-02-03T11:24:49.031Z | PASS [ 0.037s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition |
4420 | 2024-02-03T11:24:49.053Z | PASS [ 0.039s] omicron-sled-agent common::instance::test::migration_out_after_migration_in |
4421 | 2024-02-03T11:24:49.061Z | PASS [ 0.575s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk |
4422 | 2024-02-03T11:24:49.073Z | PASS [ 0.043s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action |
4423 | 2024-02-03T11:24:49.099Z | PASS [ 0.041s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance |
4424 | 2024-02-03T11:24:49.136Z | PASS [ 0.058s] omicron-sled-agent config::test::test_smf_configs |
4425 | 2024-02-03T11:24:49.178Z | PASS [ 0.090s] omicron-sled-agent common::instance::test::test_migration_ids_already_set |
4426 | 2024-02-03T11:24:49.205Z | PASS [ 0.060s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted |
4427 | 2024-02-03T11:24:49.251Z | PASS [ 0.121s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores |
4428 | 2024-02-03T11:24:49.333Z | PASS [ 0.072s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir |
4429 | 2024-02-03T11:24:49.333Z | PASS [ 0.108s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted |
4430 | 2024-02-03T11:24:49.392Z | PASS [ 0.168s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available |
4431 | 2024-02-03T11:24:49.410Z | PASS [ 0.090s] omicron-sled-agent profile::tests::empty_profile |
4432 | 2024-02-03T11:24:49.410Z | PASS [ 0.141s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir |
4433 | 2024-02-03T11:24:49.437Z | PASS [ 0.049s] omicron-sled-agent profile::tests::test_disabled_instance |
4434 | 2024-02-03T11:24:49.449Z | PASS [ 0.041s] omicron-sled-agent profile::tests::test_instance |
4435 | 2024-02-03T11:24:49.482Z | PASS [ 0.040s] omicron-sled-agent profile::tests::test_multiple |
4436 | 2024-02-03T11:24:49.482Z | PASS [ 0.041s] omicron-sled-agent profile::tests::test_property |
4437 | 2024-02-03T11:24:49.482Z | PASS [ 0.039s] omicron-sled-agent profile::tests::test_property_group |
4438 | 2024-02-03T11:24:49.503Z | PASS [ 0.052s] omicron-sled-agent profile::tests::test_service |
4439 | 2024-02-03T11:24:49.514Z | PASS [ 0.041s] omicron-sled-agent profile::tests::test_service_property_group |
4440 | 2024-02-03T11:24:49.550Z | PASS [ 0.069s] omicron-sled-agent rack_setup::config::test::test_extra_certs |
4441 | 2024-02-03T11:24:49.569Z | PASS [ 0.046s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics |
4442 | 2024-02-03T11:24:49.569Z | PASS [ 0.056s] omicron-sled-agent rack_setup::config::test::test_subnets |
4443 | 2024-02-03T11:24:49.588Z | PASS [ 0.037s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion |
4444 | 2024-02-03T11:24:49.617Z | PASS [ 0.058s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips |
4445 | 2024-02-03T11:24:49.642Z | PASS [ 0.075s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v2_schema |
4446 | 2024-02-03T11:24:49.650Z | PASS [ 0.063s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema |
4447 | 2024-02-03T11:24:49.694Z | PASS [ 0.051s] omicron-sled-agent services::test::test_all_zones_requests_schema |
4448 | 2024-02-03T11:24:49.712Z | PASS [ 0.094s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs |
4449 | 2024-02-03T11:24:49.741Z | PASS [ 0.045s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes |
4450 | 2024-02-03T11:24:50.073Z | PASS [ 0.335s] omicron-sled-agent services::test::test_ensure_service_before_timesync |
4451 | 2024-02-03T11:24:50.081Z | PASS [ 0.372s] omicron-sled-agent services::test::test_ensure_service |
4452 | 2024-02-03T11:24:50.090Z | PASS [ 0.439s] omicron-sled-agent services::test::test_bad_generations |
4453 | 2024-02-03T11:24:50.281Z | PASS [ 32.173s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails |
4454 | 2024-02-03T11:24:50.319Z | PASS [ 0.236s] omicron-sled-agent services::test::test_ensure_service_which_already_exists |
4455 | 2024-02-03T11:24:50.327Z | PASS [ 0.229s] omicron-sled-agent services::test::test_old_ledger_migration_bad |
4456 | 2024-02-03T11:24:50.332Z | PASS [ 0.245s] omicron-sled-agent services::test::test_old_ledger_migration |
4457 | 2024-02-03T11:24:50.368Z | PASS [ 0.042s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema |
4458 | 2024-02-03T11:24:50.522Z | PASS [ 0.153s] omicron-sled-agent services_migration::test::test_all_services_requests_schema |
4459 | 2024-02-03T11:24:50.591Z | PASS [ 0.268s] omicron-sled-agent services::test::test_services_do_not_persist_without_config |
4460 | 2024-02-03T11:24:50.654Z | PASS [ 0.064s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy |
4461 | 2024-02-03T11:24:50.702Z | PASS [ 0.049s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault |
4462 | 2024-02-03T11:24:50.754Z | PASS [ 0.048s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states |
4463 | 2024-02-03T11:24:50.776Z | PASS [ 0.251s] omicron-sled-agent services_migration::test::test_convert_known_ledgers |
4464 | 2024-02-03T11:24:50.811Z | PASS [ 0.060s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop |
4465 | 2024-02-03T11:24:50.830Z | PASS [ 0.056s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot |
4466 | 2024-02-03T11:24:50.885Z | PASS [ 0.072s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed |
4467 | 2024-02-03T11:24:50.924Z | PASS [ 0.044s] omicron-sled-agent updates::test::test_query_no_components |
4468 | 2024-02-03T11:24:50.968Z | PASS [ 0.042s] omicron-sled-agent updates::test::test_query_sled_agent_version |
4469 | 2024-02-03T11:24:51.030Z | PASS [ 0.062s] omicron-sled-agent updates::test::test_query_zone_version |
4470 | 2024-02-03T11:24:51.278Z | PASS [ 0.247s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem |
4471 | 2024-02-03T11:24:51.326Z | PASS [ 0.042s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour |
4472 | 2024-02-03T11:24:52.349Z | PASS [ 2.038s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot |
4473 | 2024-02-03T11:24:52.356Z | PASS [ 2.076s] omicron-sled-agent services::test::test_old_ledger_migration_continue |
4474 | 2024-02-03T11:24:52.411Z | PASS [ 0.052s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files |
4475 | 2024-02-03T11:24:52.988Z | PASS [ 0.639s] omicron-sled-agent zone_bundle::illumos_tests::test_context |
4476 | 2024-02-03T11:24:52.996Z | PASS [ 1.678s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup |
4477 | 2024-02-03T11:24:53.534Z | PASS [ 9.000s] omicron-passwords test::test_compatible |
4478 | 2024-02-03T11:24:53.609Z | PASS [ 0.075s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota |
4479 | 2024-02-03T11:24:53.655Z | PASS [ 0.049s] omicron-sled-agent zone_bundle::tests::test_compare_bundles |
4480 | 2024-02-03T11:24:53.714Z | PASS [ 0.059s] omicron-sled-agent zone_bundle::tests::test_disk_usage |
4481 | 2024-02-03T11:24:53.757Z | PASS [ 0.043s] omicron-sled-agent zone_bundle::tests::test_priority_dimension |
4482 | 2024-02-03T11:24:53.794Z | PASS [ 0.036s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause |
4483 | 2024-02-03T11:24:53.813Z | PASS [ 0.826s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context |
4484 | 2024-02-03T11:24:53.845Z | PASS [ 0.046s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available |
4485 | 2024-02-03T11:24:54.033Z | PASS [ 1.035s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization |
4486 | 2024-02-03T11:24:54.039Z | PASS [ 1.632s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter |
4487 | 2024-02-03T11:24:54.630Z | PASS [ 0.789s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args |
4488 | 2024-02-03T11:24:54.727Z | PASS [ 0.684s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args |
4489 | 2024-02-03T11:24:54.814Z | PASS [ 0.089s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path |
4490 | 2024-02-03T11:24:54.825Z | PASS [ 3.996s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real |
4491 | 2024-02-03T11:24:54.895Z | PASS [ 0.067s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready |
4492 | 2024-02-03T11:24:54.913Z | PASS [ 0.275s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize |
4493 | 2024-02-03T11:24:54.930Z | PASS [ 0.038s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port |
4494 | 2024-02-03T11:24:54.968Z | PASS [ 0.037s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout |
4495 | 2024-02-03T11:24:54.987Z | PASS [ 1.174s] omicron-sled-agent::mod integration_tests::commands::test_bootstrap_agent_openapi_sled |
4496 | 2024-02-03T11:24:55.005Z | PASS [ 0.102s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write |
4497 | 2024-02-03T11:24:55.103Z | PASS [ 1.071s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled |
4498 | 2024-02-03T11:24:55.394Z | PASS [ 0.423s] omicron-test-utils dev::db::test::test_bad_cmd |
4499 | 2024-02-03T11:24:55.489Z | PASS [ 0.096s] omicron-test-utils dev::db::test::test_make_pg_config_fail |
4500 | 2024-02-03T11:24:55.527Z | PASS [ 0.039s] omicron-test-utils dev::db::test::test_make_pg_config_ok |
4501 | 2024-02-03T11:24:55.548Z | PASS [ 0.443s] omicron-test-utils dev::db::test::test_database_start_hang |
4502 | 2024-02-03T11:24:55.581Z | PASS [ 0.049s] omicron-test-utils dev::db::test::test_process_exit_abnormal |
4503 | 2024-02-03T11:24:55.609Z | PASS [ 0.057s] omicron-test-utils dev::db::test::test_process_exit_normal |
4504 | 2024-02-03T11:24:55.808Z | PASS [ 0.821s] omicron-test-utils dev::db::test::test_cmd_fails |
4505 | 2024-02-03T11:24:55.862Z | PASS [ 1.047s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready |
4506 | 2024-02-03T11:24:55.904Z | PASS [ 0.041s] omicron-test-utils dev::db::test::test_starter_tmpdir |
4507 | 2024-02-03T11:24:55.995Z | PASS [ 0.086s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port |
4508 | 2024-02-03T11:24:56.049Z | PASS [ 0.057s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path |
4509 | 2024-02-03T11:24:56.103Z | PASS [ 0.047s] oximeter histogram::tests::test_bin_range |
4510 | 2024-02-03T11:24:56.159Z | PASS [ 0.057s] oximeter histogram::tests::test_bin_range_from |
4511 | 2024-02-03T11:24:56.194Z | PASS [ 0.042s] oximeter histogram::tests::test_bin_range_to |
4512 | 2024-02-03T11:24:56.233Z | PASS [ 0.037s] oximeter histogram::tests::test_empty_bins_not_supported |
4513 | 2024-02-03T11:24:56.281Z | PASS [ 0.043s] oximeter histogram::tests::test_ensure_finite |
4514 | 2024-02-03T11:24:56.317Z | PASS [ 0.042s] oximeter histogram::tests::test_histogram |
4515 | 2024-02-03T11:24:56.359Z | PASS [ 0.033s] oximeter histogram::tests::test_histogram_extreme_bins |
4516 | 2024-02-03T11:24:56.375Z | PASS [ 24.047s] omicron-omdb::test_all_output test_omdb_env_settings |
4517 | 2024-02-03T11:24:56.405Z | PASS [ 0.040s] oximeter histogram::tests::test_histogram_extreme_samples |
4518 | 2024-02-03T11:24:56.866Z | PASS [ 0.035s] oximeter histogram::tests::test_histogram_float_bins |
4519 | 2024-02-03T11:24:56.866Z | PASS [ 0.031s] oximeter histogram::tests::test_histogram_unbounded_samples |
4520 | 2024-02-03T11:24:56.866Z | PASS [ 0.059s] oximeter histogram::tests::test_histogram_to_arrays |
4521 | 2024-02-03T11:24:56.866Z | PASS [ 0.033s] oximeter histogram::tests::test_histogram_unsorted_bins |
4522 | 2024-02-03T11:24:56.866Z | PASS [ 0.034s] oximeter histogram::tests::test_histogram_with_bins |
4523 | 2024-02-03T11:24:56.866Z | PASS [ 0.037s] oximeter histogram::tests::test_histogram_with_non_partitioned_bins |
4524 | 2024-02-03T11:24:56.866Z | PASS [ 0.035s] oximeter histogram::tests::test_histogram_with_overlapping_bins |
4525 | 2024-02-03T11:24:56.866Z | PASS [ 0.038s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1 |
4526 | 2024-02-03T11:24:56.866Z | PASS [ 0.055s] oximeter histogram::tests::test_log_linear_bins_all_representable |
4527 | 2024-02-03T11:24:56.866Z | PASS [ 0.033s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2 |
4528 | 2024-02-03T11:24:56.866Z | PASS [ 0.038s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3 |
4529 | 2024-02-03T11:24:56.866Z | PASS [ 0.033s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4 |
4530 | 2024-02-03T11:24:56.867Z | PASS [ 0.033s] oximeter histogram::tests::test_log_linear_bins_integer_size_checks |
4531 | 2024-02-03T11:24:56.867Z | PASS [ 0.038s] oximeter histogram::tests::test_log_linear_bins_small_bin_count |
4532 | 2024-02-03T11:24:56.867Z | PASS [ 0.034s] oximeter histogram::tests::test_span_decades |
4533 | 2024-02-03T11:24:56.867Z | PASS [ 0.034s] oximeter histogram::tests::test_span_decades_other_counts_f64 |
4534 | 2024-02-03T11:24:56.867Z | PASS [ 0.035s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_ok |
4535 | 2024-02-03T11:24:56.867Z | PASS [ 0.033s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_too_low |
4536 | 2024-02-03T11:24:56.867Z | PASS [ 0.034s] oximeter schema::tests::test_field_schema_ordering |
4537 | 2024-02-03T11:24:56.867Z | PASS [ 0.101s] oximeter schema::tests::test_timeseries_name |
4538 | 2024-02-03T11:24:56.867Z | PASS [ 0.122s] oximeter schema::tests::test_schema_field_ordering_across_target_metric |
4539 | 2024-02-03T11:24:56.886Z | PASS [ 0.044s] oximeter schema::tests::test_timeseries_name_from_str |
4540 | 2024-02-03T11:24:56.895Z | PASS [ 0.044s] oximeter schema::tests::test_timeseries_schema_from_parts |
4541 | 2024-02-03T11:24:56.932Z | PASS [ 0.039s] oximeter schema::tests::test_timeseries_schema_from_sample |
4542 | 2024-02-03T11:24:56.938Z | PASS [ 0.041s] oximeter test_util::tests::test_gen_test_samples |
4543 | 2024-02-03T11:24:56.974Z | PASS [ 0.037s] oximeter traits::tests::test_producer_trait |
4544 | 2024-02-03T11:24:56.993Z | PASS [ 0.064s] oximeter traits::tests::test_metric_trait |
4545 | 2024-02-03T11:24:57.015Z | PASS [ 0.034s] oximeter traits::tests::test_target_trait |
4546 | 2024-02-03T11:24:57.025Z | PASS [ 0.036s] oximeter types::tests::test_cumulative_f64 |
4547 | 2024-02-03T11:24:57.061Z | PASS [ 0.036s] oximeter types::tests::test_cumulative_i64 |
4548 | 2024-02-03T11:24:57.072Z | PASS [ 0.046s] oximeter types::tests::test_datum |
4549 | 2024-02-03T11:24:57.108Z | PASS [ 0.050s] oximeter types::tests::test_field_value_parse_as_type::case_01_as_string |
4550 | 2024-02-03T11:24:57.118Z | PASS [ 0.047s] oximeter types::tests::test_field_value_parse_as_type::case_02_as_i8 |
4551 | 2024-02-03T11:24:57.147Z | PASS [ 0.049s] oximeter types::tests::test_field_value_parse_as_type::case_03_as_u8 |
4552 | 2024-02-03T11:24:57.158Z | PASS [ 0.040s] oximeter types::tests::test_field_value_parse_as_type::case_04_as_i16 |
4553 | 2024-02-03T11:24:57.189Z | PASS [ 0.038s] oximeter types::tests::test_field_value_parse_as_type::case_05_as_u16 |
4554 | 2024-02-03T11:24:57.198Z | PASS [ 0.041s] oximeter types::tests::test_field_value_parse_as_type::case_06_as_i32 |
4555 | 2024-02-03T11:24:57.227Z | PASS [ 0.040s] oximeter types::tests::test_field_value_parse_as_type::case_07_as_u32 |
4556 | 2024-02-03T11:24:57.231Z | PASS [ 0.038s] oximeter types::tests::test_field_value_parse_as_type::case_08_as_i64 |
4557 | 2024-02-03T11:24:57.271Z | PASS [ 0.045s] oximeter types::tests::test_field_value_parse_as_type::case_09_as_u64 |
4558 | 2024-02-03T11:24:57.281Z | PASS [ 0.041s] oximeter types::tests::test_field_value_parse_as_type::case_10_as_uuid |
4559 | 2024-02-03T11:24:57.305Z | PASS [ 0.035s] oximeter types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr |
4560 | 2024-02-03T11:24:57.350Z | PASS [ 0.050s] oximeter types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr |
4561 | 2024-02-03T11:24:57.360Z | PASS [ 0.057s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64 |
4562 | 2024-02-03T11:24:57.371Z | PASS [ 0.042s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid |
4563 | 2024-02-03T11:24:57.424Z | PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool |
4564 | 2024-02-03T11:24:57.462Z | PASS [ 0.071s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr |
4565 | 2024-02-03T11:24:57.483Z | PASS [ 0.077s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid |
4566 | 2024-02-03T11:24:57.505Z | PASS [ 0.048s] oximeter types::tests::test_measurement |
4567 | 2024-02-03T11:24:57.512Z | PASS [ 0.042s] oximeter types::tests::test_sample_struct |
4568 | 2024-02-03T11:24:57.543Z | PASS [ 0.044s] oximeter types::tests::test_verify_field_names |
4569 | 2024-02-03T11:24:57.804Z | LEAK [ 2.221s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url |
4570 | 2024-02-03T11:24:58.108Z | PASS [ 0.560s] oximeter-collector agent::tests::test_self_stat_error_counter |
4571 | 2024-02-03T11:24:58.108Z | PASS [ 0.298s] oximeter-collector agent::tests::test_self_stat_unreachable_counter |
4572 | 2024-02-03T11:24:58.113Z | PASS [ 0.602s] oximeter-collector agent::tests::test_self_stat_collection_count |
4573 | 2024-02-03T11:24:58.134Z | PASS [ 0.035s] oximeter-collector self_stats::tests::test_failure_reason_serialization |
4574 | 2024-02-03T11:24:58.221Z | PASS [ 0.109s] oximeter-collector self_stats::tests::test_no_schema_changes |
4575 | 2024-02-03T11:24:58.776Z | PASS [ 0.662s] oximeter-collector::test_commands test_oximeter_no_args |
4576 | 2024-02-03T11:24:59.053Z | PASS [ 0.920s] oximeter-collector::test_commands test_oximeter_openapi |
4577 | 2024-02-03T11:25:00.240Z | PASS [ 1.463s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node |
4578 | 2024-02-03T11:25:00.691Z | PASS [ 1.638s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node |
4579 | 2024-02-03T11:25:00.774Z | PASS [ 4.966s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir |
4580 | 2024-02-03T11:25:00.834Z | PASS [ 0.051s] oximeter-db client::tests::test_read_schema_upgrade_sql_files |
4581 | 2024-02-03T11:25:01.413Z | PASS [ 6.394s] omicron-test-utils dev::db::test::test_database_concurrent |
4582 | 2024-02-03T11:25:01.799Z | PASS [ 3.582s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated |
4583 | 2024-02-03T11:25:02.010Z | PASS [ 1.768s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails |
4584 | 2024-02-03T11:25:02.372Z | PASS [ 1.657s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails |
4585 | 2024-02-03T11:25:02.451Z | PASS [ 0.069s] oximeter-db client::tests::test_unravel_index |
4586 | 2024-02-03T11:25:02.512Z | PASS [ 0.093s] oximeter-db client::tests::test_verify_schema_upgrades |
4587 | 2024-02-03T11:25:02.554Z | PASS [ 0.041s] oximeter-db model::tests::test_db_bool |
4588 | 2024-02-03T11:25:03.392Z | PASS [ 2.565s] oximeter-db client::tests::test_select_all_field_types |
4589 | 2024-02-03T11:25:03.428Z | PASS [ 0.037s] oximeter-db model::tests::test_db_datum_type_conversion |
4590 | 2024-02-03T11:25:03.471Z | PASS [ 0.043s] oximeter-db model::tests::test_db_field_list_conversion |
4591 | 2024-02-03T11:25:03.509Z | PASS [ 0.038s] oximeter-db model::tests::test_db_field_type_conversion |
4592 | 2024-02-03T11:25:03.550Z | PASS [ 0.041s] oximeter-db model::tests::test_db_histogram |
4593 | 2024-02-03T11:25:03.600Z | PASS [ 0.046s] oximeter-db model::tests::test_histogram_to_arrays |
4594 | 2024-02-03T11:25:04.065Z | PASS [ 0.455s] oximeter-db model::tests::test_parse_bad_cumulative_json_data |
4595 | 2024-02-03T11:25:04.065Z | PASS [ 1.501s] oximeter-db model::tests::test_db_bool_bad |
4596 | 2024-02-03T11:25:04.114Z | PASS [ 0.047s] oximeter-db model::tests::test_parse_bytes_measurement |
4597 | 2024-02-03T11:25:04.129Z | PASS [ 0.062s] oximeter-db model::tests::test_parse_string_datum_requiring_escape |
4598 | 2024-02-03T11:25:04.150Z | PASS [ 0.050s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement |
4599 | 2024-02-03T11:25:04.171Z | PASS [ 0.048s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement |
4600 | 2024-02-03T11:25:04.187Z | PASS [ 0.038s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement |
4601 | 2024-02-03T11:25:04.214Z | PASS [ 0.042s] oximeter-db model::tests::test_unroll_from_source |
4602 | 2024-02-03T11:25:04.239Z | PASS [ 0.039s] oximeter-db model::tests::test_unroll_measurement_row |
4603 | 2024-02-03T11:25:04.264Z | PASS [ 0.044s] oximeter-db model::tests::test_unroll_missing_measurement_row |
4604 | 2024-02-03T11:25:04.275Z | PASS [ 0.047s] oximeter-db query::tests::test_field_cmp |
4605 | 2024-02-03T11:25:04.298Z | PASS [ 0.040s] oximeter-db query::tests::test_field_selector_as_query |
4606 | 2024-02-03T11:25:04.311Z | PASS [ 23.036s] omicron-omdb::test_all_output test_omdb_success_cases |
4607 | 2024-02-03T11:25:04.322Z | PASS [ 0.048s] oximeter-db query::tests::test_field_value_as_db_str |
4608 | 2024-02-03T11:25:04.366Z | PASS [ 0.069s] oximeter-db query::tests::test_select_query_builder_field_selectors |
4609 | 2024-02-03T11:25:04.384Z | PASS [ 0.055s] oximeter-db query::tests::test_select_query_builder_from_parts |
4610 | 2024-02-03T11:25:04.414Z | PASS [ 0.087s] oximeter-db query::tests::test_select_query_builder_filter_raw |
4611 | 2024-02-03T11:25:04.431Z | PASS [ 0.046s] oximeter-db query::tests::test_select_query_builder_limit_offset |
4612 | 2024-02-03T11:25:04.444Z | PASS [ 0.042s] oximeter-db query::tests::test_select_query_builder_no_fields |
4613 | 2024-02-03T11:25:04.444Z | PASS [ 0.069s] oximeter-db query::tests::test_select_query_builder_full |
4614 | 2024-02-03T11:25:04.493Z | PASS [ 0.049s] oximeter-db query::tests::test_select_query_builder_no_selectors |
4615 | 2024-02-03T11:25:04.503Z | PASS [ 0.059s] oximeter-db query::tests::test_time_range |
4616 | 2024-02-03T11:25:04.515Z | PASS [ 0.078s] oximeter-db query::tests::test_string_field_selector |
4617 | 2024-02-03T11:25:04.544Z | PASS [ 0.071s] oximeter-db sql::tests::test_allow_limit_offset |
4618 | 2024-02-03T11:25:04.551Z | PASS [ 0.051s] oximeter-db sql::tests::test_allow_subqueries |
4619 | 2024-02-03T11:25:04.563Z | PASS [ 0.048s] oximeter-db sql::tests::test_cannot_name_database |
4620 | 2024-02-03T11:25:04.595Z | PASS [ 0.052s] oximeter-db sql::tests::test_ctes_are_not_supported |
4621 | 2024-02-03T11:25:04.604Z | PASS [ 0.051s] oximeter-db sql::tests::test_function_allow_list |
4622 | 2024-02-03T11:25:04.654Z | PASS [ 0.061s] oximeter-db sql::tests::test_multiple_statements_are_not_supported |
4623 | 2024-02-03T11:25:04.664Z | PASS [ 0.102s] oximeter-db sql::tests::test_join_must_be_inner |
4624 | 2024-02-03T11:25:04.672Z | PASS [ 0.068s] oximeter-db sql::tests::test_query_must_be_select_statement |
4625 | 2024-02-03T11:25:04.707Z | PASS [ 0.051s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte |
4626 | 2024-02-03T11:25:04.715Z | PASS [ 0.044s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias |
4627 | 2024-02-03T11:25:04.728Z | PASS [ 0.061s] oximeter-db sql::tests::test_require_table_is_timeseries_name |
4628 | 2024-02-03T11:25:04.750Z | PASS [ 0.044s] oximeter-db sql::tests::test_with_comma_join_fails |
4629 | 2024-02-03T11:25:04.761Z | PASS [ 0.043s] oximeter-db tests::test_timeseries_key_field_stability |
4630 | 2024-02-03T11:25:04.761Z | PASS [ 0.045s] oximeter-db tests::test_timeseries_key_sample_stability |
4631 | 2024-02-03T11:25:04.767Z | PASS [ 2.762s] oximeter-db client::tests::test_sql_query_output |
4632 | 2024-02-03T11:25:04.812Z | PASS [ 0.062s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read |
4633 | 2024-02-03T11:25:04.849Z | PASS [ 0.076s] oximeter-instruments http::tests::test_normalize_uri_path |
4634 | 2024-02-03T11:25:04.868Z | PASS [ 0.108s] oximeter-instruments http::tests::test_latency_tracker |
4635 | 2024-02-03T11:25:04.950Z | PASS [ 0.081s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration |
4636 | 2024-02-03T11:25:04.971Z | PASS [ 0.146s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow |
4637 | 2024-02-03T11:25:04.971Z | PASS [ 0.178s] oximeter-instruments kstat::link::tests::test_kstat_sampler |
4638 | 2024-02-03T11:25:04.971Z | PASS [ 0.113s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal |
4639 | 2024-02-03T11:25:05.013Z | PASS [ 0.065s] oximeter-instruments kstat::link::tests::test_physical_datalink |
4640 | 2024-02-03T11:25:05.035Z | PASS [ 0.050s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field |
4641 | 2024-02-03T11:25:05.043Z | PASS [ 0.075s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone |
4642 | 2024-02-03T11:25:05.043Z | PASS [ 0.076s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed |
4643 | 2024-02-03T11:25:05.048Z | PASS [ 0.036s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name |
4644 | 2024-02-03T11:25:05.056Z | PASS [ 0.035s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields |
4645 | 2024-02-03T11:25:05.065Z | PASS [ 0.032s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated |
4646 | 2024-02-03T11:25:05.074Z | PASS [ 0.032s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field |
4647 | 2024-02-03T11:25:05.084Z | PASS [ 0.035s] oximeter-macro-impl tests::test_metric_annotated_field |
4648 | 2024-02-03T11:25:05.091Z | PASS [ 0.036s] oximeter-macro-impl tests::test_metric_datum_field |
4649 | 2024-02-03T11:25:05.098Z | PASS [ 0.035s] oximeter-macro-impl tests::test_metric_enum |
4650 | 2024-02-03T11:25:05.106Z | PASS [ 0.034s] oximeter-macro-impl tests::test_metric_without_datum_field |
4651 | 2024-02-03T11:25:05.110Z | PASS [ 0.032s] oximeter-macro-impl tests::test_target |
4652 | 2024-02-03T11:25:05.161Z | PASS [ 0.030s] oximeter-macro-impl tests::test_target_empty_struct |
4653 | 2024-02-03T11:25:05.161Z | PASS [ 0.032s] oximeter-macro-impl tests::test_target_enum |
4654 | 2024-02-03T11:25:05.161Z | PASS [ 0.032s] oximeter-macro-impl tests::test_target_unit_struct |
4655 | 2024-02-03T11:25:05.161Z | PASS [ 0.031s] oximeter-macro-impl tests::test_target_with_datum_field |
4656 | 2024-02-03T11:25:05.161Z | PASS [ 0.031s] oxlog tests::test_is_oxide_smf_log_file |
4657 | 2024-02-03T11:25:05.161Z | PASS [ 0.029s] oxlog tests::test_oxide_smf_service_name_from_log_file_name |
4658 | 2024-02-03T11:25:05.199Z | PASS [ 0.053s] sled-hardware disk::test::test_partition_device_paths |
4659 | 2024-02-03T11:25:05.208Z | PASS [ 0.068s] sled-hardware disk::test::test_disk_paths |
4660 | 2024-02-03T11:25:05.281Z | PASS [ 0.059s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format |
4661 | 2024-02-03T11:25:05.281Z | PASS [ 0.103s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format |
4662 | 2024-02-03T11:25:05.281Z | PASS [ 0.097s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt |
4663 | 2024-02-03T11:25:05.281Z | PASS [ 0.050s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt |
4664 | 2024-02-03T11:25:05.302Z | PASS [ 0.036s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path |
4665 | 2024-02-03T11:25:05.311Z | PASS [ 0.037s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format |
4666 | 2024-02-03T11:25:05.328Z | PASS [ 0.046s] sled-hardware underlay::tests::test_mac_to_bootstrap_ip |
4667 | 2024-02-03T11:25:05.336Z | PASS [ 0.077s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path |
4668 | 2024-02-03T11:25:05.391Z | PASS [ 0.080s] sled-storage dataset::test::serialize_dataset_name |
4669 | 2024-02-03T11:25:05.462Z | PASS [ 0.151s] sled-storage manager::tests::add_u2_disk_while_not_in_normal_stage_and_ensure_it_gets_queued |
4670 | 2024-02-03T11:25:06.956Z | PASS [ 20.447s] omicron-passwords test::test_smoke |
4671 | 2024-02-03T11:25:07.070Z | PASS [ 1.735s] sled-storage manager::tests::ensure_u2_gets_added_to_resources |
4672 | 2024-02-03T11:25:07.364Z | PASS [ 1.929s] sled-storage manager::tests::delete_disk_triggers_notification |
4673 | 2024-02-03T11:25:07.436Z | PASS [ 1.975s] sled-storage manager::tests::queued_disks_get_added_as_resources |
4674 | 2024-02-03T11:25:08.541Z | PASS [ 1.285s] sled-storage manager::tests::wait_for_bootdisk |
4675 | 2024-02-03T11:25:08.744Z | PASS [ 1.783s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error |
4676 | 2024-02-03T11:25:08.887Z | PASS [ 1.814s] sled-storage manager::tests::upsert_filesystem |
4677 | 2024-02-03T11:25:08.939Z | PASS [ 0.052s] tufaceous-lib archive::tests::test_validate_path |
4678 | 2024-02-03T11:25:09.082Z | PASS [ 0.143s] tufaceous-lib assemble::manifest::tests::fake_roundtrip |
4679 | 2024-02-03T11:25:09.155Z | PASS [ 0.067s] tufaceous-lib key::tests::test_from_str |
4680 | 2024-02-03T11:25:09.242Z | PASS [ 0.699s] tufaceous::integration-tests command_tests::test_init_and_add |
4681 | 2024-02-03T11:25:09.410Z | PASS [ 0.264s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename |
4682 | 2024-02-03T11:25:09.706Z | PASS [ 2.269s] tufaceous::integration-tests command_tests::test_assemble_fake |
4683 | 2024-02-03T11:25:09.962Z | PASS [ 0.257s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts |
4684 | 2024-02-03T11:25:10.405Z | PASS [ 1.665s] tufaceous::manifest-tests check_manifest::fake.toml |
4685 | 2024-02-03T11:25:10.517Z | PASS [ 0.554s] update-engine buffer::tests::test_buffer |
4686 | 2024-02-03T11:25:10.526Z | PASS [ 0.123s] update-engine display::group_display::tests::test_stats |
4687 | 2024-02-03T11:25:10.552Z | PASS [ 0.037s] update-engine display::line_display_shared::tests::test_format_progress_counter |
4688 | 2024-02-03T11:25:10.564Z | PASS [ 0.038s] update-engine engine::tests::error_exits_early |
4689 | 2024-02-03T11:25:10.587Z | PASS [ 14.986s] omicron-test-utils dev::db::test::test_setup_database_default_dir |
4690 | 2024-02-03T11:25:10.593Z | PASS [ 0.043s] update-engine events::tests::progress_event_parse_unknown |
4691 | 2024-02-03T11:25:10.601Z | PASS [ 0.037s] update-engine events::tests::step_event_parse_unknown |
4692 | 2024-02-03T11:25:10.708Z | PASS [ 0.101s] wicket state::inventory::tests::component_id_display |
4693 | 2024-02-03T11:25:10.786Z | PASS [ 0.197s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config |
4694 | 2024-02-03T11:25:10.877Z | PASS [ 0.179s] wicketd installinator_progress::tests::test_states |
4695 | 2024-02-03T11:25:11.097Z | PASS [ 0.495s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like |
4696 | 2024-02-03T11:25:11.240Z | PASS [ 2.003s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake |
4697 | 2024-02-03T11:25:11.893Z | PASS [ 1.107s] wicketd::mod integration_tests::commands::test_wicketd_openapi |
4698 | 2024-02-03T11:25:12.792Z | PASS [ 1.923s] wicketd::mod integration_tests::inventory::test_inventory |
4699 | 2024-02-03T11:25:14.412Z | PASS [ 3.172s] wicketd::mod integration_tests::updates::test_update_races |
4700 | 2024-02-03T11:25:14.656Z | PASS [ 5.255s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent |
4701 | 2024-02-03T11:25:15.771Z | PASS [ 3.885s] wicketd::mod integration_tests::updates::test_updates |
4702 | 2024-02-03T11:25:15.980Z | PASS [ 4.891s] wicketd::mod integration_tests::updates::test_installinator_fetch |
4703 | 2024-02-03T11:25:16.927Z | PASS [ 11.552s] sled-storage manager::tests::ensure_using_exactly_these_disks |
4704 | 2024-02-03T11:25:18.097Z | PASS [ 16.707s] oximeter-db client::tests::test_single_node |
4705 | 2024-02-03T11:25:24.803Z | PASS [ 23.009s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated |
4706 | 2024-02-03T11:26:24.801Z | SLOW [> 60.000s] oximeter-db client::tests::test_replicated |
4707 | 2024-02-03T11:27:25.213Z | SLOW [>120.000s] oximeter-db client::tests::test_replicated |
4708 | 2024-02-03T11:28:24.801Z | SLOW [>180.000s] oximeter-db client::tests::test_replicated |
4709 | 2024-02-03T11:29:24.800Z | SLOW [>240.000s] oximeter-db client::tests::test_replicated |
4710 | 2024-02-03T11:30:24.799Z | SLOW [>300.000s] oximeter-db client::tests::test_replicated |
4711 | 2024-02-03T11:31:24.798Z | SLOW [>360.000s] oximeter-db client::tests::test_replicated |
4712 | 2024-02-03T11:32:30.022Z | SLOW [>420.000s] oximeter-db client::tests::test_replicated |
4713 | 2024-02-03T11:32:51.286Z | PASS [ 446.504s] oximeter-db client::tests::test_replicated |
4714 | 2024-02-03T11:32:51.289Z | ------------ |
4715 | 2024-02-03T11:32:51.289Z | Summary [2198.561s] 1041 tests run: 1041 passed (14 slow, 1 leaky), 2 skipped |
4716 | 2024-02-03T11:32:51.323Z | |
4717 | 2024-02-03T11:32:51.329Z | real 37:17.477782047 |
4718 | 2024-02-03T11:32:51.329Z | user 2:51:08.790656364 |
4719 | 2024-02-03T11:32:51.329Z | sys 41:55.328062063 |
4720 | 2024-02-03T11:32:51.330Z | trap 3:16.989561646 |
4721 | 2024-02-03T11:32:51.330Z | tflt 31.056407307 |
4722 | 2024-02-03T11:32:51.330Z | dflt 1:54.665171775 |
4723 | 2024-02-03T11:32:51.330Z | kflt 0.700930628 |
4724 | 2024-02-03T11:32:51.330Z | lock 780:07:29.070464450 |
4725 | 2024-02-03T11:32:51.330Z | slp 44:12:19.429304876 |
4726 | 2024-02-03T11:32:51.330Z | lat 3:23:38.444503196 |
4727 | 2024-02-03T11:32:51.330Z | stop 30:01.929212557 |
4728 | 2024-02-03T11:32:51.330Z | |
4729 | 2024-02-03T11:32:51.330Z | ##### #### #### ##### ###### #### ##### |
4730 | 2024-02-03T11:32:51.330Z | # # # # # # # # # # |
4731 | 2024-02-03T11:32:51.330Z | # # # # # # ##### #### # |
4732 | 2024-02-03T11:32:51.330Z | # # # # # # # # # |
4733 | 2024-02-03T11:32:51.330Z | # # # # # # # # # # # |
4734 | 2024-02-03T11:32:51.330Z | ##### #### #### # ###### #### # |
4735 | 2024-02-03T11:32:51.330Z | |
4736 | 2024-02-03T11:32:53.348Z | Fresh unicode-ident v1.0.12 |
4737 | 2024-02-03T11:32:53.348Z | Fresh cfg-if v1.0.0 |
4738 | 2024-02-03T11:32:53.352Z | Fresh autocfg v1.1.0 |
4739 | 2024-02-03T11:32:53.352Z | Fresh version_check v0.9.4 |
4740 | 2024-02-03T11:32:53.352Z | Fresh memchr v2.6.3 |
4741 | 2024-02-03T11:32:53.352Z | Fresh proc-macro2 v1.0.78 |
4742 | 2024-02-03T11:32:53.352Z | Fresh once_cell v1.19.0 |
4743 | 2024-02-03T11:32:53.352Z | Fresh byteorder v1.5.0 |
4744 | 2024-02-03T11:32:53.352Z | Fresh log v0.4.20 |
4745 | 2024-02-03T11:32:53.352Z | Fresh scopeguard v1.2.0 |
4746 | 2024-02-03T11:32:53.352Z | Fresh quote v1.0.35 |
4747 | 2024-02-03T11:32:53.352Z | Fresh libc v0.2.153 |
4748 | 2024-02-03T11:32:53.352Z | Fresh itoa v1.0.9 |
4749 | 2024-02-03T11:32:53.356Z | Fresh smallvec v1.11.2 |
4750 | 2024-02-03T11:32:53.356Z | Fresh syn v2.0.48 |
4751 | 2024-02-03T11:32:53.356Z | Fresh getrandom v0.2.10 |
4752 | 2024-02-03T11:32:53.356Z | Fresh syn v1.0.109 |
4753 | 2024-02-03T11:32:53.356Z | Fresh cc v1.0.83 |
4754 | 2024-02-03T11:32:53.356Z | Fresh serde_derive v1.0.195 |
4755 | 2024-02-03T11:32:53.356Z | Fresh lock_api v0.4.10 |
4756 | 2024-02-03T11:32:53.356Z | Fresh zerocopy-derive v0.7.32 |
4757 | 2024-02-03T11:32:53.356Z | Fresh parking_lot_core v0.9.8 |
4758 | 2024-02-03T11:32:53.359Z | Fresh thiserror-impl v1.0.56 |
4759 | 2024-02-03T11:32:53.359Z | Fresh serde v1.0.195 |
4760 | 2024-02-03T11:32:53.359Z | Fresh zerocopy v0.7.32 |
4761 | 2024-02-03T11:32:53.359Z | Fresh parking_lot v0.12.1 |
4762 | 2024-02-03T11:32:53.359Z | Fresh thiserror v1.0.56 |
4763 | 2024-02-03T11:32:53.360Z | Fresh libm v0.2.7 |
4764 | 2024-02-03T11:32:53.360Z | Fresh pin-project-lite v0.2.13 |
4765 | 2024-02-03T11:32:53.360Z | Fresh bytes v1.5.0 |
4766 | 2024-02-03T11:32:53.360Z | Fresh num-traits v0.2.16 |
4767 | 2024-02-03T11:32:53.360Z | Fresh ahash v0.8.6 |
4768 | 2024-02-03T11:32:53.360Z | Fresh ryu v1.0.15 |
4769 | 2024-02-03T11:32:53.363Z | Fresh bitflags v2.4.0 |
4770 | 2024-02-03T11:32:53.363Z | Fresh signal-hook-registry v1.4.1 |
4771 | 2024-02-03T11:32:53.363Z | Fresh mio v0.8.9 |
4772 | 2024-02-03T11:32:53.363Z | Fresh spin v0.5.2 |
4773 | 2024-02-03T11:32:53.367Z | Fresh num_cpus v1.16.0 |
4774 | 2024-02-03T11:32:53.367Z | Fresh allocator-api2 v0.2.16 |
4775 | 2024-02-03T11:32:53.367Z | Fresh fnv v1.0.7 |
4776 | 2024-02-03T11:32:53.367Z | Fresh futures-core v0.3.30 |
4777 | 2024-02-03T11:32:53.367Z | Fresh tokio-macros v2.2.0 |
4778 | 2024-02-03T11:32:53.367Z | Fresh socket2 v0.5.5 |
4779 | 2024-02-03T11:32:53.367Z | Fresh serde_json v1.0.113 |
4780 | 2024-02-03T11:32:53.367Z | Fresh hashbrown v0.14.2 |
4781 | 2024-02-03T11:32:53.367Z | Fresh tokio v1.35.1 |
4782 | 2024-02-03T11:32:53.367Z | Fresh rand_core v0.6.4 |
4783 | 2024-02-03T11:32:53.367Z | Fresh equivalent v1.0.1 |
4784 | 2024-02-03T11:32:53.367Z | Fresh zeroize_derive v1.4.2 |
4785 | 2024-02-03T11:32:53.368Z | Fresh heck v0.4.1 |
4786 | 2024-02-03T11:32:53.368Z | Fresh futures-sink v0.3.30 |
4787 | 2024-02-03T11:32:53.368Z | Fresh indexmap v2.2.2 |
4788 | 2024-02-03T11:32:53.368Z | Fresh zeroize v1.7.0 |
4789 | 2024-02-03T11:32:53.368Z | Fresh pin-utils v0.1.0 |
4790 | 2024-02-03T11:32:53.368Z | Fresh futures-channel v0.3.30 |
4791 | 2024-02-03T11:32:53.368Z | Fresh futures-macro v0.3.30 |
4792 | 2024-02-03T11:32:53.368Z | Fresh futures-io v0.3.30 |
4793 | 2024-02-03T11:32:53.368Z | Fresh futures-task v0.3.30 |
4794 | 2024-02-03T11:32:53.368Z | Fresh regex-syntax v0.8.2 |
4795 | 2024-02-03T11:32:53.368Z | Fresh errno v0.3.8 |
4796 | 2024-02-03T11:32:53.368Z | Fresh aho-corasick v1.0.4 |
4797 | 2024-02-03T11:32:53.368Z | Fresh lazy_static v1.4.0 |
4798 | 2024-02-03T11:32:53.368Z | Fresh iana-time-zone v0.1.57 |
4799 | 2024-02-03T11:32:53.372Z | Fresh slab v0.4.9 |
4800 | 2024-02-03T11:32:53.372Z | Fresh regex-automata v0.4.4 |
4801 | 2024-02-03T11:32:53.372Z | Fresh chrono v0.4.31 |
4802 | 2024-02-03T11:32:53.372Z | Fresh subtle v2.5.0 |
4803 | 2024-02-03T11:32:53.372Z | Fresh pkg-config v0.3.27 |
4804 | 2024-02-03T11:32:53.372Z | Fresh uuid v1.7.0 |
4805 | 2024-02-03T11:32:53.372Z | Fresh futures-util v0.3.30 |
4806 | 2024-02-03T11:32:53.372Z | Fresh regex v1.10.3 |
4807 | 2024-02-03T11:32:53.372Z | Fresh typenum v1.16.0 |
4808 | 2024-02-03T11:32:53.372Z | Fresh tracing-attributes v0.1.26 |
4809 | 2024-02-03T11:32:53.372Z | Fresh tracing-core v0.1.31 |
4810 | 2024-02-03T11:32:53.372Z | Fresh tinyvec_macros v0.1.1 |
4811 | 2024-02-03T11:32:53.372Z | Fresh spin v0.9.8 |
4812 | 2024-02-03T11:32:53.372Z | Fresh generic-array v0.14.7 |
4813 | 2024-02-03T11:32:53.373Z | Fresh tracing v0.1.37 |
4814 | 2024-02-03T11:32:53.373Z | Fresh tinyvec v1.6.0 |
4815 | 2024-02-03T11:32:53.373Z | Fresh base64 v0.21.7 |
4816 | 2024-02-03T11:32:53.373Z | Fresh http v0.2.11 |
4817 | 2024-02-03T11:32:53.373Z | Fresh serde_derive_internals v0.26.0 |
4818 | 2024-02-03T11:32:53.373Z | Fresh const-oid v0.9.5 |
4819 | 2024-02-03T11:32:53.373Z | Fresh rustix v0.38.30 |
4820 | 2024-02-03T11:32:53.373Z | Fresh unicode-normalization v0.1.22 |
4821 | 2024-02-03T11:32:53.373Z | Fresh crypto-common v0.1.6 |
4822 | 2024-02-03T11:32:53.373Z | Fresh unicode-bidi v0.3.13 |
4823 | 2024-02-03T11:32:53.373Z | Fresh unicode-width v0.1.11 |
4824 | 2024-02-03T11:32:53.373Z | Fresh dyn-clone v1.0.13 |
4825 | 2024-02-03T11:32:53.373Z | Fresh schemars_derive v0.8.16 |
4826 | 2024-02-03T11:32:53.377Z | Fresh percent-encoding v2.3.1 |
4827 | 2024-02-03T11:32:53.377Z | Fresh either v1.9.0 |
4828 | 2024-02-03T11:32:53.377Z | Fresh ucd-trie v0.1.6 |
4829 | 2024-02-03T11:32:53.377Z | Fresh ppv-lite86 v0.2.17 |
4830 | 2024-02-03T11:32:53.377Z | Fresh vcpkg v0.2.15 |
4831 | 2024-02-03T11:32:53.377Z | Fresh schemars v0.8.16 |
4832 | 2024-02-03T11:32:53.378Z | Fresh form_urlencoded v1.2.1 |
4833 | 2024-02-03T11:32:53.378Z | Fresh pest v2.7.6 |
4834 | 2024-02-03T11:32:53.378Z | Fresh untrusted v0.9.0 |
4835 | 2024-02-03T11:32:53.378Z | Fresh rand_chacha v0.3.1 |
4836 | 2024-02-03T11:32:53.378Z | Fresh httparse v1.8.0 |
4837 | 2024-02-03T11:32:53.378Z | Fresh ring v0.17.7 |
4838 | 2024-02-03T11:32:53.378Z | Fresh try-lock v0.2.4 |
4839 | 2024-02-03T11:32:53.378Z | Fresh rand v0.8.5 |
4840 | 2024-02-03T11:32:53.378Z | Fresh idna v0.5.0 |
4841 | 2024-02-03T11:32:53.378Z | Fresh block-buffer v0.10.4 |
4842 | 2024-02-03T11:32:53.378Z | Fresh tower-service v0.3.2 |
4843 | 2024-02-03T11:32:53.378Z | Fresh want v0.3.1 |
4844 | 2024-02-03T11:32:53.378Z | Fresh url v2.5.0 |
4845 | 2024-02-03T11:32:53.378Z | Fresh digest v0.10.7 |
4846 | 2024-02-03T11:32:53.378Z | Fresh tokio-util v0.7.10 |
4847 | 2024-02-03T11:32:53.378Z | Fresh socket2 v0.4.9 |
4848 | 2024-02-03T11:32:53.381Z | Fresh bitflags v1.3.2 |
4849 | 2024-02-03T11:32:53.381Z | Fresh httpdate v1.0.3 |
4850 | 2024-02-03T11:32:53.381Z | Fresh h2 v0.3.24 |
4851 | 2024-02-03T11:32:53.382Z | Fresh http-body v0.4.5 |
4852 | 2024-02-03T11:32:53.382Z | Fresh hashbrown v0.13.2 |
4853 | 2024-02-03T11:32:53.382Z | Fresh toml_datetime v0.6.5 |
4854 | 2024-02-03T11:32:53.382Z | Fresh serde_spanned v0.6.5 |
4855 | 2024-02-03T11:32:53.382Z | Fresh semver v1.0.21 |
4856 | 2024-02-03T11:32:53.382Z | Fresh openssl-probe v0.1.5 |
4857 | 2024-02-03T11:32:53.382Z | Fresh winnow v0.5.15 |
4858 | 2024-02-03T11:32:53.382Z | Fresh adler v1.0.2 |
4859 | 2024-02-03T11:32:53.382Z | Fresh foreign-types-shared v0.1.1 |
4860 | 2024-02-03T11:32:53.382Z | Fresh foreign-types v0.3.2 |
4861 | 2024-02-03T11:32:53.382Z | Fresh miniz_oxide v0.7.1 |
4862 | 2024-02-03T11:32:53.382Z | Fresh hyper v0.14.27 |
4863 | 2024-02-03T11:32:53.382Z | Fresh crossbeam-utils v0.8.16 |
4864 | 2024-02-03T11:32:53.382Z | Fresh openssl-sys v0.9.96 |
4865 | 2024-02-03T11:32:53.382Z | Fresh openssl-macros v0.1.1 |
4866 | 2024-02-03T11:32:53.382Z | Fresh mime v0.3.17 |
4867 | 2024-02-03T11:32:53.382Z | Fresh untrusted v0.7.1 |
4868 | 2024-02-03T11:32:53.382Z | Fresh strsim v0.10.0 |
4869 | 2024-02-03T11:32:53.382Z | Fresh slog v2.7.0 |
4870 | 2024-02-03T11:32:53.382Z | Fresh cpufeatures v0.2.12 |
4871 | 2024-02-03T11:32:53.382Z | Fresh ipnet v2.9.0 |
4872 | 2024-02-03T11:32:53.382Z | Fresh ring v0.16.20 |
4873 | 2024-02-03T11:32:53.382Z | Fresh openssl v0.10.60 |
4874 | 2024-02-03T11:32:53.386Z | Fresh rustls-webpki v0.101.7 |
4875 | 2024-02-03T11:32:53.386Z | Fresh serde_urlencoded v0.7.1 |
4876 | 2024-02-03T11:32:53.386Z | Fresh futures-executor v0.3.30 |
4877 | 2024-02-03T11:32:53.386Z | Fresh async-trait v0.1.77 |
4878 | 2024-02-03T11:32:53.386Z | Fresh sct v0.7.0 |
4879 | 2024-02-03T11:32:53.386Z | Fresh encoding_rs v0.8.33 |
4880 | 2024-02-03T11:32:53.386Z | Fresh toml_edit v0.19.15 |
4881 | 2024-02-03T11:32:53.386Z | Fresh openapiv3 v2.0.0 |
4882 | 2024-02-03T11:32:53.386Z | Fresh rustls v0.21.9 |
4883 | 2024-02-03T11:32:53.386Z | Fresh native-tls v0.2.11 |
4884 | 2024-02-03T11:32:53.386Z | Fresh gimli v0.28.0 |
4885 | 2024-02-03T11:32:53.386Z | Fresh futures v0.3.30 |
4886 | 2024-02-03T11:32:53.386Z | Fresh pest_meta v2.7.6 |
4887 | 2024-02-03T11:32:53.386Z | Fresh rustls-pemfile v1.0.3 |
4888 | 2024-02-03T11:32:53.386Z | Fresh object v0.32.1 |
4889 | 2024-02-03T11:32:53.386Z | Fresh tokio-rustls v0.24.1 |
4890 | 2024-02-03T11:32:53.386Z | Fresh tokio-native-tls v0.3.1 |
4891 | 2024-02-03T11:32:53.386Z | Fresh addr2line v0.21.0 |
4892 | 2024-02-03T11:32:53.390Z | Fresh webpki-roots v0.25.2 |
4893 | 2024-02-03T11:32:53.390Z | Fresh rustc-demangle v0.1.23 |
4894 | 2024-02-03T11:32:53.390Z | Fresh pest_generator v2.7.6 |
4895 | 2024-02-03T11:32:53.390Z | Fresh hyper-rustls v0.24.2 |
4896 | 2024-02-03T11:32:53.390Z | Fresh hyper-tls v0.5.0 |
4897 | 2024-02-03T11:32:53.390Z | Fresh backtrace v0.3.69 |
4898 | 2024-02-03T11:32:53.390Z | Fresh utf8parse v0.2.1 |
4899 | 2024-02-03T11:32:53.390Z | Fresh reqwest v0.11.22 |
4900 | 2024-02-03T11:32:53.390Z | Fresh unicode-xid v0.2.4 |
4901 | 2024-02-03T11:32:53.390Z | Fresh anyhow v1.0.75 |
4902 | 2024-02-03T11:32:53.390Z | Fresh memoffset v0.9.0 |
4903 | 2024-02-03T11:32:53.390Z | Fresh pest_derive v2.7.6 |
4904 | 2024-02-03T11:32:53.390Z | Fresh base64ct v1.6.0 |
4905 | 2024-02-03T11:32:53.390Z | Fresh crc32fast v1.3.2 |
4906 | 2024-02-03T11:32:53.390Z | Fresh crossbeam-epoch v0.9.15 |
4907 | 2024-02-03T11:32:53.390Z | Fresh rustc_version v0.4.0 |
4908 | 2024-02-03T11:32:53.390Z | Fresh anstyle v1.0.2 |
4909 | 2024-02-03T11:32:53.390Z | Fresh hex v0.4.3 |
4910 | 2024-02-03T11:32:53.390Z | Fresh thread-id v4.2.0 |
4911 | 2024-02-03T11:32:53.391Z | Fresh time-core v0.1.1 |
4912 | 2024-02-03T11:32:53.391Z | Fresh pem-rfc7468 v0.7.0 |
4913 | 2024-02-03T11:32:53.391Z | Fresh der_derive v0.7.2 |
4914 | 2024-02-03T11:32:53.391Z | Fresh deranged v0.3.8 |
4915 | 2024-02-03T11:32:53.391Z | Fresh time-macros v0.2.13 |
4916 | 2024-02-03T11:32:53.391Z | Fresh rustversion v1.0.14 |
4917 | 2024-02-03T11:32:53.391Z | Fresh io-lifetimes v1.0.11 |
4918 | 2024-02-03T11:32:53.391Z | Fresh num_threads v0.1.6 |
4919 | 2024-02-03T11:32:53.391Z | Fresh flagset v0.4.3 |
4920 | 2024-02-03T11:32:53.391Z | Fresh unicode-segmentation v1.10.1 |
4921 | 2024-02-03T11:32:53.395Z | Fresh time v0.3.27 |
4922 | 2024-02-03T11:32:53.395Z | Fresh num-integer v0.1.45 |
4923 | 2024-02-03T11:32:53.395Z | Fresh der v0.7.8 |
4924 | 2024-02-03T11:32:53.395Z | Fresh rustix v0.37.23 |
4925 | 2024-02-03T11:32:53.395Z | Fresh flate2 v1.0.28 |
4926 | 2024-02-03T11:32:53.395Z | Fresh anstyle-parse v0.2.1 |
4927 | 2024-02-03T11:32:53.395Z | Fresh colorchoice v1.0.0 |
4928 | 2024-02-03T11:32:53.395Z | Fresh siphasher v0.3.11 |
4929 | 2024-02-03T11:32:53.395Z | Fresh anstyle-query v1.0.0 |
4930 | 2024-02-03T11:32:53.395Z | Fresh terminal_size v0.2.6 |
4931 | 2024-02-03T11:32:53.395Z | Fresh spki v0.7.2 |
4932 | 2024-02-03T11:32:53.395Z | Fresh synstructure v0.12.6 |
4933 | 2024-02-03T11:32:53.395Z | Fresh scroll_derive v0.12.0 |
4934 | 2024-02-03T11:32:53.396Z | Fresh bit-vec v0.6.3 |
4935 | 2024-02-03T11:32:53.396Z | Fresh clap_lex v0.5.1 |
4936 | 2024-02-03T11:32:53.396Z | Fresh stable_deref_trait v1.2.0 |
4937 | 2024-02-03T11:32:53.396Z | Fresh anstream v0.5.0 |
4938 | 2024-02-03T11:32:53.396Z | Fresh zerocopy-derive v0.2.0 |
4939 | 2024-02-03T11:32:53.396Z | Fresh scroll v0.12.0 |
4940 | 2024-02-03T11:32:53.396Z | Fresh toml v0.7.8 |
4941 | 2024-02-03T11:32:53.396Z | Fresh toml_edit v0.21.1 |
4942 | 2024-02-03T11:32:53.396Z | Fresh clap_derive v4.4.2 |
4943 | 2024-02-03T11:32:53.396Z | Fresh data-encoding v2.4.0 |
4944 | 2024-02-03T11:32:53.396Z | Fresh plain v0.2.3 |
4945 | 2024-02-03T11:32:53.396Z | Fresh clap_builder v4.4.2 |
4946 | 2024-02-03T11:32:53.396Z | Fresh zerocopy v0.3.0 |
4947 | 2024-02-03T11:32:53.396Z | Fresh goblin v0.8.0 |
4948 | 2024-02-03T11:32:53.396Z | Fresh pkcs8 v0.10.2 |
4949 | 2024-02-03T11:32:53.396Z | Fresh strum_macros v0.25.2 |
4950 | 2024-02-03T11:32:53.396Z | Fresh itertools v0.10.5 |
4951 | 2024-02-03T11:32:53.396Z | Fresh zerocopy-derive v0.6.4 |
4952 | 2024-02-03T11:32:53.396Z | Fresh clap v4.4.3 |
4953 | 2024-02-03T11:32:53.401Z | Fresh pretty-hex v0.4.1 |
4954 | 2024-02-03T11:32:53.401Z | Fresh managed v0.8.0 |
4955 | 2024-02-03T11:32:53.401Z | Fresh fixedbitset v0.4.2 |
4956 | 2024-02-03T11:32:53.401Z | Fresh zerocopy v0.6.4 |
4957 | 2024-02-03T11:32:53.401Z | Fresh petgraph v0.6.4 |
4958 | 2024-02-03T11:32:53.401Z | Fresh dof v0.3.0 |
4959 | 2024-02-03T11:32:53.401Z | Fresh dof v0.1.5 |
4960 | 2024-02-03T11:32:53.401Z | Fresh bit-set v0.5.3 |
4961 | 2024-02-03T11:32:53.401Z | Fresh phf_shared v0.10.0 |
4962 | 2024-02-03T11:32:53.401Z | Fresh dtrace-parser v0.2.0 |
4963 | 2024-02-03T11:32:53.401Z | Fresh dtrace-parser v0.1.14 |
4964 | 2024-02-03T11:32:53.401Z | Fresh sha2 v0.10.8 |
4965 | 2024-02-03T11:32:53.401Z | Fresh ipnetwork v0.20.0 |
4966 | 2024-02-03T11:32:53.401Z | Fresh new_debug_unreachable v1.0.4 |
4967 | 2024-02-03T11:32:53.401Z | Fresh precomputed-hash v0.1.1 |
4968 | 2024-02-03T11:32:53.401Z | Fresh minimal-lexical v0.2.1 |
4969 | 2024-02-03T11:32:53.401Z | Fresh nom v7.1.3 |
4970 | 2024-02-03T11:32:53.401Z | Fresh usdt-impl v0.3.5 |
4971 | 2024-02-03T11:32:53.401Z | Fresh string_cache v0.8.7 |
4972 | 2024-02-03T11:32:53.401Z | Fresh usdt-impl v0.5.0 |
4973 | 2024-02-03T11:32:53.401Z | Fresh num-iter v0.1.43 |
4974 | 2024-02-03T11:32:53.401Z | Fresh signal-hook v0.3.17 |
4975 | 2024-02-03T11:32:53.401Z | Fresh hmac v0.12.1 |
4976 | 2024-02-03T11:32:53.405Z | Fresh serde_tokenstream v0.1.7 |
4977 | 2024-02-03T11:32:53.405Z | Fresh lalrpop-util v0.19.12 |
4978 | 2024-02-03T11:32:53.405Z | Fresh regex-automata v0.1.10 |
4979 | 2024-02-03T11:32:53.405Z | Fresh matches v0.1.10 |
4980 | 2024-02-03T11:32:53.405Z | Fresh signal-hook-mio v0.2.3 |
4981 | 2024-02-03T11:32:53.405Z | Fresh bstr v0.2.17 |
4982 | 2024-02-03T11:32:53.405Z | Fresh usdt-macro v0.3.5 |
4983 | 2024-02-03T11:32:53.405Z | Fresh usdt-attr-macro v0.3.5 |
4984 | 2024-02-03T11:32:53.405Z | Fresh idna v0.2.3 |
4985 | 2024-02-03T11:32:53.405Z | Fresh bzip2-sys v0.1.11+1.0.8 |
4986 | 2024-02-03T11:32:53.405Z | Fresh block-padding v0.3.3 |
4987 | 2024-02-03T11:32:53.405Z | Fresh enum-as-inner v0.5.1 |
4988 | 2024-02-03T11:32:53.406Z | Fresh scheduled-thread-pool v0.2.7 |
4989 | 2024-02-03T11:32:53.406Z | Fresh diesel_table_macro_syntax v0.1.0 |
4990 | 2024-02-03T11:32:53.406Z | Fresh hash32 v0.2.1 |
4991 | 2024-02-03T11:32:53.406Z | Fresh predicates-core v1.0.6 |
4992 | 2024-02-03T11:32:53.406Z | Fresh static_assertions v1.1.0 |
4993 | 2024-02-03T11:32:53.406Z | Fresh regex-automata v0.3.8 |
4994 | 2024-02-03T11:32:53.406Z | Fresh heapless v0.7.16 |
4995 | 2024-02-03T11:32:53.406Z | Fresh bstr v1.6.0 |
4996 | 2024-02-03T11:32:53.406Z | Fresh trust-dns-proto v0.22.0 |
4997 | 2024-02-03T11:32:53.406Z | Fresh diesel_derives v2.1.2 |
4998 | 2024-02-03T11:32:53.406Z | Fresh r2d2 v0.8.10 |
4999 | 2024-02-03T11:32:53.406Z | Fresh bzip2 v0.4.4 |
5000 | 2024-02-03T11:32:53.406Z | Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
5001 | 2024-02-03T11:32:53.406Z | Fresh usdt v0.3.5 |
5002 | 2024-02-03T11:32:53.406Z | Fresh inout v0.1.3 |
5003 | 2024-02-03T11:32:53.406Z | Fresh crossterm v0.27.0 |
5004 | 2024-02-03T11:32:53.406Z | Fresh md-5 v0.10.5 |
5005 | 2024-02-03T11:32:53.406Z | Fresh stringprep v0.1.3 |
5006 | 2024-02-03T11:32:53.406Z | Fresh console v0.15.8 |
5007 | 2024-02-03T11:32:53.410Z | Fresh ff v0.13.0 |
5008 | 2024-02-03T11:32:53.410Z | Fresh float-cmp v0.9.0 |
5009 | 2024-02-03T11:32:53.410Z | Fresh hubpack_derive v0.1.1 |
5010 | 2024-02-03T11:32:53.410Z | Fresh normalize-line-endings v0.3.0 |
5011 | 2024-02-03T11:32:53.410Z | Fresh base16ct v0.2.0 |
5012 | 2024-02-03T11:32:53.410Z | Fresh difflib v0.4.0 |
5013 | 2024-02-03T11:32:53.410Z | Fresh fallible-iterator v0.2.0 |
5014 | 2024-02-03T11:32:53.410Z | Fresh smoltcp v0.9.1 |
5015 | 2024-02-03T11:32:53.410Z | Fresh postgres-protocol v0.6.6 |
5016 | 2024-02-03T11:32:53.410Z | Fresh group v0.13.0 |
5017 | 2024-02-03T11:32:53.410Z | Fresh sec1 v0.7.3 |
5018 | 2024-02-03T11:32:53.410Z | Fresh predicates v3.1.0 |
5019 | 2024-02-03T11:32:53.410Z | Fresh hubpack v0.1.2 |
5020 | 2024-02-03T11:32:53.410Z | Fresh cipher v0.4.4 |
5021 | 2024-02-03T11:32:53.410Z | Fresh diesel v2.1.4 |
5022 | 2024-02-03T11:32:53.410Z | Fresh zip v0.6.6 |
5023 | 2024-02-03T11:32:53.411Z | Fresh num-bigint v0.4.4 |
5024 | 2024-02-03T11:32:53.411Z | Fresh similar v2.3.0 |
5025 | 2024-02-03T11:32:53.411Z | Fresh hkdf v0.12.4 |
5026 | 2024-02-03T11:32:53.411Z | Fresh phf_shared v0.11.2 |
5027 | 2024-02-03T11:32:53.411Z | Fresh crypto-bigint v0.5.2 |
5028 | 2024-02-03T11:32:53.411Z | Fresh serde_repr v0.1.16 |
5029 | 2024-02-03T11:32:53.411Z | Fresh postgres-types v0.2.6 |
5030 | 2024-02-03T11:32:53.411Z | Fresh serde_tokenstream v0.2.0 |
5031 | 2024-02-03T11:32:53.411Z | Fresh phf v0.11.2 |
5032 | 2024-02-03T11:32:53.411Z | Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
5033 | 2024-02-03T11:32:53.411Z | Fresh elliptic-curve v0.13.8 |
5034 | 2024-02-03T11:32:53.411Z | Fresh yasna v0.5.2 |
5035 | 2024-02-03T11:32:53.411Z | Fresh whoami v1.4.1 |
5036 | 2024-02-03T11:32:53.411Z | Fresh tokio-stream v0.1.14 |
5037 | 2024-02-03T11:32:53.411Z | Fresh regress v0.7.1 |
5038 | 2024-02-03T11:32:53.411Z | Fresh getopts v0.2.21 |
5039 | 2024-02-03T11:32:53.411Z | Fresh tokio-postgres v0.7.10 |
5040 | 2024-02-03T11:32:53.411Z | Fresh typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
5041 | 2024-02-03T11:32:53.411Z | Fresh unsafe-libyaml v0.2.10 |
5042 | 2024-02-03T11:32:53.411Z | Fresh progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
5043 | 2024-02-03T11:32:53.412Z | Fresh fastrand v2.0.0 |
5044 | 2024-02-03T11:32:53.412Z | Fresh ident_case v1.0.1 |
5045 | 2024-02-03T11:32:53.412Z | Fresh dirs-sys-next v0.1.2 |
5046 | 2024-02-03T11:32:53.417Z | Fresh typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
5047 | 2024-02-03T11:32:53.417Z | Fresh serde_yaml v0.9.25 |
5048 | 2024-02-03T11:32:53.418Z | Fresh tempfile v3.9.0 |
5049 | 2024-02-03T11:32:53.418Z | Fresh dirs-next v2.0.0 |
5050 | 2024-02-03T11:32:53.418Z | Fresh toml v0.8.8 |
5051 | 2024-02-03T11:32:53.418Z | Fresh match_cfg v0.1.0 |
5052 | 2024-02-03T11:32:53.418Z | Fresh typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
5053 | 2024-02-03T11:32:53.418Z | Fresh camino v1.1.6 |
5054 | 2024-02-03T11:32:53.418Z | Fresh term v0.7.0 |
5055 | 2024-02-03T11:32:53.418Z | Fresh rustls-pki-types v1.1.0 |
5056 | 2024-02-03T11:32:53.418Z | Fresh hostname v0.3.1 |
5057 | 2024-02-03T11:32:53.418Z | Fresh http v1.0.0 |
5058 | 2024-02-03T11:32:53.418Z | Fresh atty v0.2.14 |
5059 | 2024-02-03T11:32:53.418Z | Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
5060 | 2024-02-03T11:32:53.418Z | Fresh progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
5061 | 2024-02-03T11:32:53.419Z | Fresh quick-error v1.2.3 |
5062 | 2024-02-03T11:32:53.419Z | Fresh darling_core v0.20.3 |
5063 | 2024-02-03T11:32:53.419Z | Fresh sha1 v0.10.6 |
5064 | 2024-02-03T11:32:53.422Z | Fresh rustls-webpki v0.102.1 |
5065 | 2024-02-03T11:32:53.422Z | Fresh progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
5066 | 2024-02-03T11:32:53.423Z | Fresh darling_macro v0.20.3 |
5067 | 2024-02-03T11:32:53.423Z | Fresh crossbeam-channel v0.5.8 |
5068 | 2024-02-03T11:32:53.423Z | Fresh thread_local v1.1.7 |
5069 | 2024-02-03T11:32:53.423Z | Fresh instant v0.1.12 |
5070 | 2024-02-03T11:32:53.423Z | Fresh progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
5071 | 2024-02-03T11:32:53.423Z | Fresh paste v1.0.14 |
5072 | 2024-02-03T11:32:53.423Z | Fresh darling v0.20.3 |
5073 | 2024-02-03T11:32:53.423Z | Fresh rustls v0.22.2 |
5074 | 2024-02-03T11:32:53.423Z | Fresh rustls-pemfile v2.0.0 |
5075 | 2024-02-03T11:32:53.423Z | Fresh strum v0.25.0 |
5076 | 2024-02-03T11:32:53.423Z | Fresh debug-ignore v1.0.5 |
5077 | 2024-02-03T11:32:53.423Z | Fresh take_mut v0.2.2 |
5078 | 2024-02-03T11:32:53.423Z | Fresh tokio-rustls v0.25.0 |
5079 | 2024-02-03T11:32:53.423Z | Fresh serde_with_macros v3.6.0 |
5080 | 2024-02-03T11:32:53.424Z | Fresh slog-term v2.9.0 |
5081 | 2024-02-03T11:32:53.424Z | Fresh slog-json v2.6.1 |
5082 | 2024-02-03T11:32:53.424Z | Fresh async-stream-impl v0.3.5 |
5083 | 2024-02-03T11:32:53.424Z | Fresh slog-async v2.8.0 |
5084 | 2024-02-03T11:32:53.424Z | Fresh structmeta-derive v0.2.0 |
5085 | 2024-02-03T11:32:53.424Z | Fresh wait-timeout v0.2.0 |
5086 | 2024-02-03T11:32:53.424Z | Fresh atomic-waker v1.1.1 |
5087 | 2024-02-03T11:32:53.424Z | Fresh slog-bunyan v2.5.0 |
5088 | 2024-02-03T11:32:53.424Z | Fresh multer v3.0.0 |
5089 | 2024-02-03T11:32:53.424Z | Fresh serde_with v3.6.0 |
5090 | 2024-02-03T11:32:53.424Z | Fresh structmeta v0.2.0 |
5091 | 2024-02-03T11:32:53.424Z | Fresh waitgroup v0.1.2 |
5092 | 2024-02-03T11:32:53.424Z | Fresh async-stream v0.3.5 |
5093 | 2024-02-03T11:32:53.424Z | Fresh dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
5094 | 2024-02-03T11:32:53.425Z | Fresh serde_path_to_error v0.1.15 |
5095 | 2024-02-03T11:32:53.425Z | Fresh rusty-fork v0.3.0 |
5096 | 2024-02-03T11:32:53.425Z | Fresh rand_xorshift v0.3.0 |
5097 | 2024-02-03T11:32:53.425Z | Fresh dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
5098 | 2024-02-03T11:32:53.425Z | Fresh unarray v0.1.4 |
5099 | 2024-02-03T11:32:53.425Z | Fresh regex-syntax v0.7.5 |
5100 | 2024-02-03T11:32:53.425Z | Fresh backoff v0.4.0 |
5101 | 2024-02-03T11:32:53.425Z | Fresh test-strategy v0.3.1 |
5102 | 2024-02-03T11:32:53.425Z | Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
5103 | 2024-02-03T11:32:53.425Z | Fresh serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
5104 | 2024-02-03T11:32:53.425Z | Fresh macaddr v1.0.1 |
5105 | 2024-02-03T11:32:53.425Z | Fresh parse-display-derive v0.8.2 |
5106 | 2024-02-03T11:32:53.425Z | Fresh proptest v1.4.0 |
5107 | 2024-02-03T11:32:53.425Z | Fresh camino-tempfile v1.1.1 |
5108 | 2024-02-03T11:32:53.426Z | Fresh is-terminal v0.4.9 |
5109 | 2024-02-03T11:32:53.426Z | Fresh same-file v1.0.6 |
5110 | 2024-02-03T11:32:53.426Z | Fresh proc-macro-crate v1.3.1 |
5111 | 2024-02-03T11:32:53.426Z | Fresh parse-display v0.8.2 |
5112 | 2024-02-03T11:32:53.426Z | Fresh walkdir v2.4.0 |
5113 | 2024-02-03T11:32:53.426Z | Fresh num_enum_derive v0.5.11 |
5114 | 2024-02-03T11:32:53.426Z | Fresh hash32 v0.3.1 |
5115 | 2024-02-03T11:32:53.430Z | Fresh proc-macro-error-attr v1.0.4 |
5116 | 2024-02-03T11:32:53.430Z | Fresh num_enum v0.5.11 |
5117 | 2024-02-03T11:32:53.430Z | Fresh proc-macro-error v1.0.4 |
5118 | 2024-02-03T11:32:53.430Z | Fresh heapless v0.8.0 |
5119 | 2024-02-03T11:32:53.430Z | Fresh cobs v0.2.3 |
5120 | 2024-02-03T11:32:53.430Z | Fresh embedded-io v0.4.0 |
5121 | 2024-02-03T11:32:53.430Z | Fresh foreign-types-macros v0.2.3 |
5122 | 2024-02-03T11:32:53.430Z | Fresh smoltcp v0.11.0 |
5123 | 2024-02-03T11:32:53.430Z | Fresh postcard v1.0.8 |
5124 | 2024-02-03T11:32:53.431Z | Fresh xattr v1.0.1 |
5125 | 2024-02-03T11:32:53.431Z | Fresh filetime v0.2.23 |
5126 | 2024-02-03T11:32:53.431Z | Fresh foreign-types-shared v0.3.1 |
5127 | 2024-02-03T11:32:53.431Z | Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
5128 | 2024-02-03T11:32:53.431Z | Fresh termtree v0.4.1 |
5129 | 2024-02-03T11:32:53.431Z | Fresh foreign-types v0.5.0 |
5130 | 2024-02-03T11:32:53.431Z | Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
5131 | 2024-02-03T11:32:53.431Z | Fresh tar v0.4.40 |
5132 | 2024-02-03T11:32:53.431Z | Fresh crucible-workspace-hack v0.1.0 |
5133 | 2024-02-03T11:32:53.431Z | Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
5134 | 2024-02-03T11:32:53.431Z | Fresh predicates-tree v1.0.9 |
5135 | 2024-02-03T11:32:53.431Z | Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
5136 | 2024-02-03T11:32:53.431Z | Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
5137 | 2024-02-03T11:32:53.432Z | Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
5138 | 2024-02-03T11:32:53.432Z | Fresh cstr-argument v0.1.2 |
5139 | 2024-02-03T11:32:53.432Z | Fresh pretty-hex v0.2.1 |
5140 | 2024-02-03T11:32:53.437Z | Fresh colored v2.0.4 |
5141 | 2024-02-03T11:32:53.443Z | Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
5142 | 2024-02-03T11:32:53.443Z | Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
5143 | 2024-02-03T11:32:53.443Z | Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
5144 | 2024-02-03T11:32:53.443Z | Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
5145 | 2024-02-03T11:32:53.443Z | Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
5146 | 2024-02-03T11:32:53.443Z | Fresh zone_cfg_derive v0.3.0 |
5147 | 2024-02-03T11:32:53.444Z | Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
5148 | 2024-02-03T11:32:53.444Z | Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
5149 | 2024-02-03T11:32:53.444Z | Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
5150 | 2024-02-03T11:32:53.444Z | Fresh num-derive v0.4.0 |
5151 | 2024-02-03T11:32:53.444Z | Fresh mockall_derive v0.12.0 |
5152 | 2024-02-03T11:32:53.445Z | Fresh fragile v2.0.0 |
5153 | 2024-02-03T11:32:53.445Z | Fresh downcast v0.11.0 |
5154 | 2024-02-03T11:32:53.445Z | Fresh zone v0.3.0 |
5155 | 2024-02-03T11:32:53.445Z | Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
5156 | 2024-02-03T11:32:53.445Z | Fresh mockall v0.12.0 |
5157 | 2024-02-03T11:32:53.445Z | Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
5158 | 2024-02-03T11:32:53.446Z | Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
5159 | 2024-02-03T11:32:53.446Z | Fresh smf v0.2.2 |
5160 | 2024-02-03T11:32:53.446Z | Fresh usdt-macro v0.5.0 |
5161 | 2024-02-03T11:32:53.446Z | Fresh usdt-attr-macro v0.5.0 |
5162 | 2024-02-03T11:32:53.446Z | Fresh memmap v0.7.0 |
5163 | 2024-02-03T11:32:53.446Z | Fresh usdt v0.5.0 |
5164 | 2024-02-03T11:32:53.447Z | Fresh crossbeam-deque v0.8.3 |
5165 | 2024-02-03T11:32:53.447Z | Fresh pem v3.0.2 |
5166 | 2024-02-03T11:32:53.447Z | Fresh password-hash v0.5.0 |
5167 | 2024-02-03T11:32:53.447Z | Fresh blake2 v0.10.6 |
5168 | 2024-02-03T11:32:53.447Z | Fresh argon2 v0.5.3 |
5169 | 2024-02-03T11:32:53.447Z | Fresh swrite v0.1.0 |
5170 | 2024-02-03T11:32:53.447Z | Fresh itertools v0.12.1 |
5171 | 2024-02-03T11:32:53.447Z | Fresh headers-core v0.2.0 |
5172 | 2024-02-03T11:32:53.447Z | Fresh arrayvec v0.7.4 |
5173 | 2024-02-03T11:32:53.447Z | Fresh arrayref v0.3.7 |
5174 | 2024-02-03T11:32:53.447Z | Fresh rayon-core v1.12.0 |
5175 | 2024-02-03T11:32:53.447Z | Fresh home v0.5.5 |
5176 | 2024-02-03T11:32:53.447Z | Fresh headers v0.3.9 |
5177 | 2024-02-03T11:32:53.454Z | Fresh constant_time_eq v0.3.0 |
5178 | 2024-02-03T11:32:53.454Z | Fresh termcolor v1.2.0 |
5179 | 2024-02-03T11:32:53.454Z | Fresh rayon v1.8.0 |
5180 | 2024-02-03T11:32:53.454Z | Fresh heck v0.3.3 |
5181 | 2024-02-03T11:32:53.454Z | Fresh textwrap v0.11.0 |
5182 | 2024-02-03T11:32:53.454Z | Fresh toml v0.5.11 |
5183 | 2024-02-03T11:32:53.454Z | Fresh semver v0.1.20 |
5184 | 2024-02-03T11:32:53.454Z | Fresh strsim v0.8.0 |
5185 | 2024-02-03T11:32:53.454Z | Fresh linked-hash-map v0.5.6 |
5186 | 2024-02-03T11:32:53.455Z | Fresh ansi_term v0.12.1 |
5187 | 2024-02-03T11:32:53.455Z | Fresh tap v1.0.1 |
5188 | 2024-02-03T11:32:53.455Z | Fresh vec_map v0.8.2 |
5189 | 2024-02-03T11:32:53.455Z | Fresh clap v2.34.0 |
5190 | 2024-02-03T11:32:53.455Z | Fresh lru-cache v0.1.2 |
5191 | 2024-02-03T11:32:53.455Z | Fresh wyz v0.5.1 |
5192 | 2024-02-03T11:32:53.455Z | Fresh radium v0.7.0 |
5193 | 2024-02-03T11:32:53.455Z | Fresh rustc_version v0.1.7 |
5194 | 2024-02-03T11:32:53.455Z | Fresh structopt-derive v0.4.18 |
5195 | 2024-02-03T11:32:53.455Z | Fresh cancel-safe-futures v0.1.5 |
5196 | 2024-02-03T11:32:53.455Z | Fresh memmap2 v0.7.1 |
5197 | 2024-02-03T11:32:53.455Z | Fresh half v2.3.1 |
5198 | 2024-02-03T11:32:53.455Z | Fresh ciborium-io v0.2.2 |
5199 | 2024-02-03T11:32:53.460Z | Fresh funty v2.0.0 |
5200 | 2024-02-03T11:32:53.460Z | Fresh crc-catalog v2.2.0 |
5201 | 2024-02-03T11:32:53.461Z | Fresh ciborium-ll v0.2.2 |
5202 | 2024-02-03T11:32:53.461Z | Fresh blake3 v1.5.0 |
5203 | 2024-02-03T11:32:53.461Z | Fresh bitvec v1.0.1 |
5204 | 2024-02-03T11:32:53.461Z | Fresh maybe-uninit v2.0.0 |
5205 | 2024-02-03T11:32:53.461Z | Fresh crc v3.0.1 |
5206 | 2024-02-03T11:32:53.461Z | Fresh structopt v0.3.26 |
5207 | 2024-02-03T11:32:53.461Z | Fresh libefi-sys v0.1.0 |
5208 | 2024-02-03T11:32:53.461Z | Fresh rcgen v0.12.1 |
5209 | 2024-02-03T11:32:53.461Z | Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
5210 | 2024-02-03T11:32:53.461Z | Fresh atomicwrites v0.4.3 |
5211 | 2024-02-03T11:32:53.461Z | Fresh semver-parser v0.10.2 |
5212 | 2024-02-03T11:32:53.461Z | Fresh libsw v3.3.1 |
5213 | 2024-02-03T11:32:53.461Z | Fresh derive-where v1.2.7 |
5214 | 2024-02-03T11:32:53.461Z | Fresh packed_struct_codegen v0.10.1 |
5215 | 2024-02-03T11:32:53.461Z | Fresh subprocess v0.2.9 |
5216 | 2024-02-03T11:32:53.461Z | Fresh glob v0.3.1 |
5217 | 2024-02-03T11:32:53.461Z | Fresh topological-sort v0.2.2 |
5218 | 2024-02-03T11:32:53.461Z | Fresh linear-map v1.2.0 |
5219 | 2024-02-03T11:32:53.461Z | Fresh nodrop v0.1.14 |
5220 | 2024-02-03T11:32:53.461Z | Fresh owo-colors v4.0.0 |
5221 | 2024-02-03T11:32:53.462Z | Fresh omicron-zone-package v0.11.0 |
5222 | 2024-02-03T11:32:53.462Z | Fresh packed_struct v0.10.1 |
5223 | 2024-02-03T11:32:53.462Z | Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
5224 | 2024-02-03T11:32:53.462Z | Fresh tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
5225 | 2024-02-03T11:32:53.462Z | Fresh array-init v0.0.4 |
5226 | 2024-02-03T11:32:53.462Z | Fresh semver v0.11.0 |
5227 | 2024-02-03T11:32:53.462Z | Fresh smallvec v0.6.14 |
5228 | 2024-02-03T11:32:53.462Z | Fresh ciborium v0.2.2 |
5229 | 2024-02-03T11:32:53.462Z | Fresh num-bigint-dig v0.8.4 |
5230 | 2024-02-03T11:32:53.462Z | Fresh pkcs1 v0.7.5 |
5231 | 2024-02-03T11:32:53.462Z | Fresh signature v2.1.0 |
5232 | 2024-02-03T11:32:53.462Z | Fresh gethostname v0.4.3 |
5233 | 2024-02-03T11:32:53.462Z | Fresh hashbrown v0.12.3 |
5234 | 2024-02-03T11:32:53.462Z | Fresh bitfield v0.14.0 |
5235 | 2024-02-03T11:32:53.462Z | Fresh serde-hex v0.1.0 |
5236 | 2024-02-03T11:32:53.462Z | Fresh newtype_derive v0.1.6 |
5237 | 2024-02-03T11:32:53.462Z | Fresh toolchain_find v0.2.0 |
5238 | 2024-02-03T11:32:53.462Z | Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
5239 | 2024-02-03T11:32:53.462Z | Fresh indexmap v1.9.3 |
5240 | 2024-02-03T11:32:53.463Z | Fresh lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
5241 | 2024-02-03T11:32:53.463Z | Fresh rsa v0.9.2 |
5242 | 2024-02-03T11:32:53.463Z | Fresh env_logger v0.10.0 |
5243 | 2024-02-03T11:32:53.463Z | Fresh x509-cert v0.2.4 |
5244 | 2024-02-03T11:32:53.463Z | Fresh ron v0.8.1 |
5245 | 2024-02-03T11:32:53.463Z | Fresh crc-any v2.4.3 |
5246 | 2024-02-03T11:32:53.463Z | Fresh object v0.30.4 |
5247 | 2024-02-03T11:32:53.463Z | Fresh rustfmt-wrapper v0.2.0 |
5248 | 2024-02-03T11:32:53.463Z | Fresh steno v0.4.0 |
5249 | 2024-02-03T11:32:53.467Z | Fresh path-slash v0.1.5 |
5250 | 2024-02-03T11:32:53.474Z | Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
5251 | 2024-02-03T11:32:53.474Z | Fresh lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
5252 | 2024-02-03T11:32:53.474Z | Fresh arc-swap v1.6.0 |
5253 | 2024-02-03T11:32:53.474Z | Fresh convert_case v0.4.0 |
5254 | 2024-02-03T11:32:53.474Z | Fresh hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
5255 | 2024-02-03T11:32:53.474Z | Fresh slog-dtrace v0.3.0 |
5256 | 2024-02-03T11:32:53.474Z | Fresh slog-scope v4.4.0 |
5257 | 2024-02-03T11:32:53.474Z | Fresh derive_more v0.99.17 |
5258 | 2024-02-03T11:32:53.474Z | Fresh num-rational v0.4.1 |
5259 | 2024-02-03T11:32:53.474Z | Fresh resolv-conf v0.7.0 |
5260 | 2024-02-03T11:32:53.474Z | Fresh num-complex v0.4.4 |
5261 | 2024-02-03T11:32:53.474Z | Fresh slog-stdlog v4.1.1 |
5262 | 2024-02-03T11:32:53.474Z | Fresh pin-project-internal v1.1.3 |
5263 | 2024-02-03T11:32:53.475Z | Fresh trust-dns-resolver v0.22.0 |
5264 | 2024-02-03T11:32:53.475Z | Fresh num v0.4.1 |
5265 | 2024-02-03T11:32:53.475Z | Fresh display-error-chain v0.2.0 |
5266 | 2024-02-03T11:32:53.475Z | Fresh nibble_vec v0.1.0 |
5267 | 2024-02-03T11:32:53.475Z | Fresh fxhash v0.2.1 |
5268 | 2024-02-03T11:32:53.475Z | Fresh pin-project v1.1.3 |
5269 | 2024-02-03T11:32:53.475Z | Fresh slog-envlogger v2.2.0 |
5270 | 2024-02-03T11:32:53.475Z | Fresh endian-type v0.1.2 |
5271 | 2024-02-03T11:32:53.475Z | Fresh utf-8 v0.7.6 |
5272 | 2024-02-03T11:32:53.475Z | Fresh newline-converter v0.3.0 |
5273 | 2024-02-03T11:32:53.475Z | Fresh radix_trie v0.2.1 |
5274 | 2024-02-03T11:32:53.475Z | Fresh tungstenite v0.20.1 |
5275 | 2024-02-03T11:32:53.475Z | Fresh buf-list v1.0.3 |
5276 | 2024-02-03T11:32:53.475Z | Fresh expectorate v1.1.0 |
5277 | 2024-02-03T11:32:53.475Z | Fresh keccak v0.1.4 |
5278 | 2024-02-03T11:32:53.482Z | Fresh secrecy v0.8.0 |
5279 | 2024-02-03T11:32:53.482Z | Fresh tokio-tungstenite v0.20.1 |
5280 | 2024-02-03T11:32:53.482Z | Fresh doc-comment v0.3.3 |
5281 | 2024-02-03T11:32:53.482Z | Fresh sha3 v0.10.8 |
5282 | 2024-02-03T11:32:53.482Z | Fresh snafu-derive v0.7.5 |
5283 | 2024-02-03T11:32:53.482Z | Fresh signature v1.6.4 |
5284 | 2024-02-03T11:32:53.482Z | Fresh ed25519 v1.5.3 |
5285 | 2024-02-03T11:32:53.482Z | Fresh memoffset v0.7.1 |
5286 | 2024-02-03T11:32:53.482Z | Fresh snafu v0.7.5 |
5287 | 2024-02-03T11:32:53.482Z | Fresh globset v0.4.13 |
5288 | 2024-02-03T11:32:53.482Z | Fresh olpc-cjson v0.1.3 |
5289 | 2024-02-03T11:32:53.482Z | Fresh serde_plain v1.0.2 |
5290 | 2024-02-03T11:32:53.482Z | Fresh hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
5291 | 2024-02-03T11:32:53.482Z | Fresh async-recursion v1.0.5 |
5292 | 2024-02-03T11:32:53.482Z | Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
5293 | 2024-02-03T11:32:53.482Z | Fresh vte_generate_state_changes v0.1.1 |
5294 | 2024-02-03T11:32:53.482Z | Fresh typed-path v0.7.0 |
5295 | 2024-02-03T11:32:53.482Z | Fresh diff v0.1.13 |
5296 | 2024-02-03T11:32:53.490Z | Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
5297 | 2024-02-03T11:32:53.490Z | Fresh tough v0.16.0 |
5298 | 2024-02-03T11:32:53.490Z | Fresh hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
5299 | 2024-02-03T11:32:53.490Z | Fresh vte v0.11.1 |
5300 | 2024-02-03T11:32:53.490Z | Fresh salty v0.2.0 |
5301 | 2024-02-03T11:32:53.490Z | Fresh nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
5302 | 2024-02-03T11:32:53.490Z | Fresh fs-err v2.11.0 |
5303 | 2024-02-03T11:32:53.490Z | Fresh crunchy v0.2.2 |
5304 | 2024-02-03T11:32:53.490Z | Fresh platforms v3.0.2 |
5305 | 2024-02-03T11:32:53.490Z | Fresh prettyplease v0.2.16 |
5306 | 2024-02-03T11:32:53.490Z | Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
5307 | 2024-02-03T11:32:53.490Z | Fresh darling_core v0.14.4 |
5308 | 2024-02-03T11:32:53.490Z | Fresh serde-big-array v0.5.1 |
5309 | 2024-02-03T11:32:53.490Z | Fresh serde-big-array v0.4.1 |
5310 | 2024-02-03T11:32:53.490Z | Fresh parse-size v1.0.0 |
5311 | 2024-02-03T11:32:53.490Z | Fresh sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
5312 | 2024-02-03T11:32:53.490Z | Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
5313 | 2024-02-03T11:32:53.491Z | Fresh darling_macro v0.14.4 |
5314 | 2024-02-03T11:32:53.491Z | Fresh tiny-keccak v2.0.2 |
5315 | 2024-02-03T11:32:53.491Z | Fresh parking_lot_core v0.8.6 |
5316 | 2024-02-03T11:32:53.491Z | Fresh strip-ansi-escapes v0.2.0 |
5317 | 2024-02-03T11:32:53.491Z | Fresh unicase v2.7.0 |
5318 | 2024-02-03T11:32:53.491Z | Fresh progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
5319 | 2024-02-03T11:32:53.491Z | Fresh ascii-canvas v3.0.0 |
5320 | 2024-02-03T11:32:53.491Z | Fresh signal-hook-tokio v0.3.1 |
5321 | 2024-02-03T11:32:53.491Z | Fresh fd-lock v3.0.13 |
5322 | 2024-02-03T11:32:53.491Z | Fresh ena v0.14.2 |
5323 | 2024-02-03T11:32:53.491Z | Fresh libloading v0.7.4 |
5324 | 2024-02-03T11:32:53.491Z | Fresh regex-syntax v0.6.29 |
5325 | 2024-02-03T11:32:53.491Z | Fresh nu-ansi-term v0.49.0 |
5326 | 2024-02-03T11:32:53.491Z | Fresh corncobs v0.1.3 |
5327 | 2024-02-03T11:32:53.491Z | Fresh progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
5328 | 2024-02-03T11:32:53.491Z | Fresh clang-sys v1.6.1 |
5329 | 2024-02-03T11:32:53.491Z | Fresh sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
5330 | 2024-02-03T11:32:53.491Z | Fresh reedline v0.28.0 |
5331 | 2024-02-03T11:32:53.491Z | Fresh lalrpop v0.19.12 |
5332 | 2024-02-03T11:32:53.491Z | Fresh darling v0.14.4 |
5333 | 2024-02-03T11:32:53.491Z | Fresh parking_lot v0.11.2 |
5334 | 2024-02-03T11:32:53.491Z | Fresh trust-dns-client v0.22.0 |
5335 | 2024-02-03T11:32:53.491Z | Fresh cexpr v0.6.0 |
5336 | 2024-02-03T11:32:53.491Z | Fresh progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
5337 | 2024-02-03T11:32:53.491Z | Fresh which v4.4.0 |
5338 | 2024-02-03T11:32:53.492Z | Fresh universal-hash v0.5.1 |
5339 | 2024-02-03T11:32:53.492Z | Fresh curve25519-dalek-derive v0.1.0 |
5340 | 2024-02-03T11:32:53.492Z | Fresh thiserror-impl-no-std v2.0.2 |
5341 | 2024-02-03T11:32:53.492Z | Fresh opaque-debug v0.3.0 |
5342 | 2024-02-03T11:32:53.492Z | Fresh rustc-hash v1.1.0 |
5343 | 2024-02-03T11:32:53.492Z | Fresh bytecount v0.6.3 |
5344 | 2024-02-03T11:32:53.492Z | Fresh lazycell v1.3.0 |
5345 | 2024-02-03T11:32:53.492Z | Fresh peeking_take_while v0.1.2 |
5346 | 2024-02-03T11:32:53.492Z | Fresh shlex v1.3.0 |
5347 | 2024-02-03T11:32:53.492Z | Fresh thiserror-no-std v2.0.2 |
5348 | 2024-02-03T11:32:53.492Z | Fresh poly1305 v0.8.0 |
5349 | 2024-02-03T11:32:53.492Z | Fresh bindgen v0.69.2 |
5350 | 2024-02-03T11:32:53.492Z | Fresh papergrid v0.11.0 |
5351 | 2024-02-03T11:32:53.492Z | Fresh trust-dns-server v0.22.1 |
5352 | 2024-02-03T11:32:53.492Z | Fresh progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
5353 | 2024-02-03T11:32:53.492Z | Fresh curve25519-dalek v4.1.1 |
5354 | 2024-02-03T11:32:53.492Z | Fresh derive_builder_core v0.12.0 |
5355 | 2024-02-03T11:32:53.492Z | Fresh sled v0.34.7 |
5356 | 2024-02-03T11:32:53.492Z | Fresh tabled_derive v0.7.0 |
5357 | 2024-02-03T11:32:53.492Z | Fresh chacha20 v0.9.1 |
5358 | 2024-02-03T11:32:53.492Z | Fresh aead v0.5.2 |
5359 | 2024-02-03T11:32:53.492Z | Fresh fd-lock v4.0.2 |
5360 | 2024-02-03T11:32:53.492Z | Fresh nix v0.27.1 |
5361 | 2024-02-03T11:32:53.492Z | Fresh kstat-rs v0.2.3 |
5362 | 2024-02-03T11:32:53.492Z | Fresh ref-cast-impl v1.0.20 |
5363 | 2024-02-03T11:32:53.493Z | Fresh sqlparser_derive v0.2.2 |
5364 | 2024-02-03T11:32:53.493Z | Fresh unicode_categories v0.1.1 |
5365 | 2024-02-03T11:32:53.493Z | Fresh rustyline v13.0.0 |
5366 | 2024-02-03T11:32:53.493Z | Fresh sqlparser v0.43.1 |
5367 | 2024-02-03T11:32:53.493Z | Fresh ref-cast v1.0.20 |
5368 | 2024-02-03T11:32:53.493Z | Fresh sqlformat v0.2.3 |
5369 | 2024-02-03T11:32:53.493Z | Fresh tabled v0.15.0 |
5370 | 2024-02-03T11:32:53.493Z | Fresh chacha20poly1305 v0.10.1 |
5371 | 2024-02-03T11:32:53.493Z | Fresh vsss-rs v3.3.4 |
5372 | 2024-02-03T11:32:53.493Z | Fresh derive_builder_macro v0.12.0 |
5373 | 2024-02-03T11:32:53.493Z | Fresh mime_guess v2.0.4 |
5374 | 2024-02-03T11:32:53.493Z | Fresh portable-atomic v1.4.3 |
5375 | 2024-02-03T11:32:53.493Z | Fresh strum_macros v0.24.3 |
5376 | 2024-02-03T11:32:53.493Z | Fresh bcs v0.1.6 |
5377 | 2024-02-03T11:32:53.502Z | Fresh number_prefix v0.4.0 |
5378 | 2024-02-03T11:32:53.503Z | Fresh indoc v1.0.9 |
5379 | 2024-02-03T11:32:53.503Z | Fresh maplit v1.0.2 |
5380 | 2024-02-03T11:32:53.503Z | Fresh humantime v2.1.0 |
5381 | 2024-02-03T11:32:53.503Z | Fresh highway v1.1.0 |
5382 | 2024-02-03T11:32:53.503Z | Fresh indicatif v0.17.7 |
5383 | 2024-02-03T11:32:53.503Z | Fresh derive_builder v0.12.0 |
5384 | 2024-02-03T11:32:53.503Z | Fresh polar-core v0.27.0 |
5385 | 2024-02-03T11:32:53.503Z | Fresh libxml v0.3.3 |
5386 | 2024-02-03T11:32:53.503Z | Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
5387 | 2024-02-03T11:32:53.503Z | Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
5388 | 2024-02-03T11:32:53.503Z | Fresh bb8 v0.8.3 |
5389 | 2024-02-03T11:32:53.503Z | Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
5390 | 2024-02-03T11:32:53.503Z | Fresh quick-xml v0.30.0 |
5391 | 2024-02-03T11:32:53.503Z | Fresh impl-trait-for-tuples v0.2.2 |
5392 | 2024-02-03T11:32:53.503Z | Fresh oso-derive v0.27.0 |
5393 | 2024-02-03T11:32:53.503Z | Fresh http-range v0.1.5 |
5394 | 2024-02-03T11:32:53.503Z | Fresh samael v0.0.14 |
5395 | 2024-02-03T11:32:53.504Z | Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
5396 | 2024-02-03T11:32:53.504Z | Fresh async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
5397 | 2024-02-03T11:32:53.504Z | Fresh diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
5398 | 2024-02-03T11:32:53.504Z | Fresh cookie v0.18.0 |
5399 | 2024-02-03T11:32:53.504Z | Fresh hyper-staticfile v0.9.5 |
5400 | 2024-02-03T11:32:53.504Z | Fresh oso v0.27.0 |
5401 | 2024-02-03T11:32:53.504Z | Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
5402 | 2024-02-03T11:32:53.504Z | Fresh lru v0.12.1 |
5403 | 2024-02-03T11:32:53.504Z | Fresh stability v0.1.1 |
5404 | 2024-02-03T11:32:53.504Z | Fresh cassowary v0.3.0 |
5405 | 2024-02-03T11:32:53.504Z | Fresh is_ci v1.1.1 |
5406 | 2024-02-03T11:32:53.504Z | Fresh assert_matches v1.5.0 |
5407 | 2024-02-03T11:32:53.504Z | Fresh indoc v2.0.3 |
5408 | 2024-02-03T11:32:53.504Z | Fresh rtoolbox v0.0.1 |
5409 | 2024-02-03T11:32:53.504Z | Fresh unicode-linebreak v0.1.5 |
5410 | 2024-02-03T11:32:53.504Z | Fresh ratatui v0.25.0 |
5411 | 2024-02-03T11:32:53.504Z | Fresh supports-color v2.1.0 |
5412 | 2024-02-03T11:32:53.504Z | Fresh smawk v0.3.1 |
5413 | 2024-02-03T11:32:53.504Z | Fresh rpassword v7.3.1 |
5414 | 2024-02-03T11:32:53.504Z | Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
5415 | 2024-02-03T11:32:53.504Z | Fresh tui-tree-widget v0.16.0 |
5416 | 2024-02-03T11:32:53.504Z | Fresh textwrap v0.16.0 |
5417 | 2024-02-03T11:32:53.504Z | Fresh http-body v1.0.0 |
5418 | 2024-02-03T11:32:53.504Z | Fresh shell-words v1.1.0 |
5419 | 2024-02-03T11:32:53.505Z | Fresh tower-layer v0.3.2 |
5420 | 2024-02-03T11:32:53.505Z | Fresh plotters-backend v0.3.5 |
5421 | 2024-02-03T11:32:53.505Z | Fresh tower v0.4.13 |
5422 | 2024-02-03T11:32:53.505Z | Fresh hyper v1.1.0 |
5423 | 2024-02-03T11:32:53.505Z | Fresh target-lexicon v0.12.12 |
5424 | 2024-02-03T11:32:53.505Z | Fresh plotters-svg v0.3.5 |
5425 | 2024-02-03T11:32:53.505Z | Fresh yansi v0.5.1 |
5426 | 2024-02-03T11:32:53.505Z | Fresh cast v0.3.0 |
5427 | 2024-02-03T11:32:53.505Z | Fresh cfg-expr v0.15.5 |
5428 | 2024-02-03T11:32:53.505Z | Fresh criterion-plot v0.5.0 |
5429 | 2024-02-03T11:32:53.505Z | Fresh pretty_assertions v1.4.0 |
5430 | 2024-02-03T11:32:53.505Z | Fresh plotters v0.3.5 |
5431 | 2024-02-03T11:32:53.505Z | Fresh hyper-util v0.1.2 |
5432 | 2024-02-03T11:32:53.505Z | Fresh guppy-workspace-hack v0.1.0 |
5433 | 2024-02-03T11:32:53.505Z | Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
5434 | 2024-02-03T11:32:53.505Z | Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
5435 | 2024-02-03T11:32:53.505Z | Fresh rustls-native-certs v0.7.0 |
5436 | 2024-02-03T11:32:53.505Z | Fresh fatfs v0.3.6 |
5437 | 2024-02-03T11:32:53.505Z | Fresh tinytemplate v1.2.1 |
5438 | 2024-02-03T11:32:53.505Z | Fresh threadpool v1.8.1 |
5439 | 2024-02-03T11:32:53.505Z | Fresh cargo-platform v0.1.3 |
5440 | 2024-02-03T11:32:53.505Z | Fresh nanorand v0.7.0 |
5441 | 2024-02-03T11:32:53.505Z | Fresh relative-path v1.9.0 |
5442 | 2024-02-03T11:32:53.505Z | Fresh oorandom v11.1.3 |
5443 | 2024-02-03T11:32:53.505Z | Fresh constant_time_eq v0.2.6 |
5444 | 2024-02-03T11:32:53.506Z | Fresh anes v0.1.6 |
5445 | 2024-02-03T11:32:53.506Z | Fresh hyper-rustls v0.26.0 |
5446 | 2024-02-03T11:32:53.506Z | Fresh criterion v0.5.1 |
5447 | 2024-02-03T11:32:53.506Z | Fresh cargo_metadata v0.18.1 |
5448 | 2024-02-03T11:32:53.506Z | Fresh flume v0.11.0 |
5449 | 2024-02-03T11:32:53.506Z | Fresh rstest_macros v0.18.2 |
5450 | 2024-02-03T11:32:53.520Z | Fresh blake2b_simd v1.0.1 |
5451 | 2024-02-03T11:32:53.520Z | Fresh libtest-mimic v0.6.1 |
5452 | 2024-02-03T11:32:53.520Z | Fresh target-spec v3.0.1 |
5453 | 2024-02-03T11:32:53.520Z | Fresh assert_cmd v2.0.13 |
5454 | 2024-02-03T11:32:53.520Z | Fresh httptest v0.15.5 |
5455 | 2024-02-03T11:32:53.520Z | Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
5456 | 2024-02-03T11:32:53.520Z | Fresh pathdiff v0.2.1 |
5457 | 2024-02-03T11:32:53.520Z | Fresh basic-toml v0.1.8 |
5458 | 2024-02-03T11:32:53.520Z | Fresh rand v0.4.6 |
5459 | 2024-02-03T11:32:53.520Z | Fresh remove_dir_all v0.5.3 |
5460 | 2024-02-03T11:32:53.520Z | Fresh futures-timer v3.0.2 |
5461 | 2024-02-03T11:32:53.520Z | Fresh nested v0.1.1 |
5462 | 2024-02-03T11:32:53.520Z | Fresh trybuild v1.0.89 |
5463 | 2024-02-03T11:32:53.520Z | Fresh datatest-stable v0.2.3 |
5464 | 2024-02-03T11:32:53.520Z | Fresh rust-argon2 v1.0.1 |
5465 | 2024-02-03T11:32:53.520Z | Fresh rstest v0.18.2 |
5466 | 2024-02-03T11:32:53.520Z | Fresh guppy v0.17.4 |
5467 | 2024-02-03T11:32:53.521Z | Fresh tempdir v0.3.7 |
5468 | 2024-02-03T11:32:53.521Z | Fresh partial-io v0.5.4 |
5469 | 2024-02-03T11:32:53.521Z | Fresh similar-asserts v1.5.0 |
5470 | 2024-02-03T11:32:53.521Z | Fresh approx v0.5.1 |
5471 | 2024-02-03T11:32:53.521Z | Fresh hex-literal v0.4.1 |
5472 | 2024-02-03T11:32:53.521Z | Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
5473 | 2024-02-03T11:32:53.521Z | Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
5474 | 2024-02-03T11:32:53.521Z | Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
5475 | 2024-02-03T11:32:53.521Z | Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
5476 | 2024-02-03T11:32:53.521Z | Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
5477 | 2024-02-03T11:32:53.521Z | Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
5478 | 2024-02-03T11:32:53.521Z | Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
5479 | 2024-02-03T11:32:53.521Z | Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
5480 | 2024-02-03T11:32:53.521Z | Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
5481 | 2024-02-03T11:32:53.521Z | Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
5482 | 2024-02-03T11:32:53.521Z | Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
5483 | 2024-02-03T11:32:53.521Z | Fresh nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
5484 | 2024-02-03T11:32:53.521Z | Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
5485 | 2024-02-03T11:32:53.521Z | Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
5486 | 2024-02-03T11:32:53.521Z | Fresh installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
5487 | 2024-02-03T11:32:53.521Z | Fresh installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
5488 | 2024-02-03T11:32:53.521Z | Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
5489 | 2024-02-03T11:32:53.521Z | Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
5490 | 2024-02-03T11:32:53.521Z | Fresh nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
5491 | 2024-02-03T11:32:53.522Z | Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
5492 | 2024-02-03T11:32:53.522Z | Fresh internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
5493 | 2024-02-03T11:32:53.522Z | Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
5494 | 2024-02-03T11:32:53.522Z | Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
5495 | 2024-02-03T11:32:53.522Z | Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
5496 | 2024-02-03T11:32:53.522Z | Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
5497 | 2024-02-03T11:32:53.522Z | Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
5498 | 2024-02-03T11:32:53.522Z | Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
5499 | 2024-02-03T11:32:53.522Z | Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
5500 | 2024-02-03T11:32:53.522Z | Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
5501 | 2024-02-03T11:32:53.522Z | Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
5502 | 2024-02-03T11:32:53.522Z | Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
5503 | 2024-02-03T11:32:53.522Z | Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
5504 | 2024-02-03T11:32:53.522Z | Fresh mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
5505 | 2024-02-03T11:32:53.522Z | Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
5506 | 2024-02-03T11:32:53.522Z | Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
5507 | 2024-02-03T11:32:53.522Z | Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
5508 | 2024-02-03T11:32:53.522Z | Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
5509 | 2024-02-03T11:32:53.522Z | Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
5510 | 2024-02-03T11:32:53.522Z | Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
5511 | 2024-02-03T11:32:53.522Z | Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
5512 | 2024-02-03T11:32:53.522Z | Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
5513 | 2024-02-03T11:32:53.522Z | Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
5514 | 2024-02-03T11:32:53.522Z | Fresh ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
5515 | 2024-02-03T11:32:53.523Z | Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
5516 | 2024-02-03T11:32:53.523Z | Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
5517 | 2024-02-03T11:32:53.523Z | Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
5518 | 2024-02-03T11:32:53.523Z | Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
5519 | 2024-02-03T11:32:53.523Z | Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
5520 | 2024-02-03T11:32:53.523Z | Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
5521 | 2024-02-03T11:32:53.523Z | Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
5522 | 2024-02-03T11:32:53.523Z | Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
5523 | 2024-02-03T11:32:53.523Z | Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
5524 | 2024-02-03T11:32:53.523Z | Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
5525 | 2024-02-03T11:32:53.523Z | Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
5526 | 2024-02-03T11:32:53.523Z | Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
5527 | 2024-02-03T11:32:53.523Z | Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
5528 | 2024-02-03T11:32:53.523Z | Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
5529 | 2024-02-03T11:32:53.523Z | Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
5530 | 2024-02-03T11:32:53.523Z | Finished test [unoptimized + debuginfo] target(s) in 2.08s |
5531 | 2024-02-03T11:32:53.541Z | Doc-tests authz-macros |
5532 | 2024-02-03T11:32:53.548Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-a5abd7b8304fdbbe.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-487d71315671361b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9882fb17efa4ead3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human` |
5533 | 2024-02-03T11:32:53.959Z | |
5534 | 2024-02-03T11:32:53.959Z | running 6 tests |
5535 | 2024-02-03T11:32:53.959Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 102) ... ignored |
5536 | 2024-02-03T11:32:53.959Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 25) ... ignored |
5537 | 2024-02-03T11:32:53.959Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 44) ... ignored |
5538 | 2024-02-03T11:32:53.959Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 57) ... ignored |
5539 | 2024-02-03T11:32:53.959Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 74) ... ignored |
5540 | 2024-02-03T11:32:53.959Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 89) ... ignored |
5541 | 2024-02-03T11:32:53.959Z | |
5542 | 2024-02-03T11:32:53.959Z | test result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.01s |
5543 | 2024-02-03T11:32:53.959Z | |
5544 | 2024-02-03T11:32:53.959Z | Doc-tests bootstore |
5545 | 2024-02-03T11:32:53.960Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-39398a5c9d5321d2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-7c10a31600b0da60.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1840ba39f4ff13d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-85c75ac927938145.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-44aac42af2daaf63.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-772af4e597aced3d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ac05221fb8ddb4b2.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-4a4aa598a7ca020e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-930d86509d931a50.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human` |
5546 | 2024-02-03T11:32:55.257Z | |
5547 | 2024-02-03T11:32:55.257Z | running 0 tests |
5548 | 2024-02-03T11:32:55.257Z | |
5549 | 2024-02-03T11:32:55.257Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5550 | 2024-02-03T11:32:55.257Z | |
5551 | 2024-02-03T11:32:55.293Z | Doc-tests bootstrap-agent-client |
5552 | 2024-02-03T11:32:55.296Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6dc56c8c32e8e7fe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ac05221fb8ddb4b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human` |
5553 | 2024-02-03T11:32:56.377Z | |
5554 | 2024-02-03T11:32:56.377Z | running 0 tests |
5555 | 2024-02-03T11:32:56.377Z | |
5556 | 2024-02-03T11:32:56.377Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5557 | 2024-02-03T11:32:56.377Z | |
5558 | 2024-02-03T11:32:56.412Z | Doc-tests db-macros |
5559 | 2024-02-03T11:32:56.415Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-5429f7a285a7bb2b.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-487d71315671361b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9882fb17efa4ead3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human` |
5560 | 2024-02-03T11:32:56.865Z | |
5561 | 2024-02-03T11:32:56.866Z | running 3 tests |
5562 | 2024-02-03T11:32:56.872Z | test nexus/db-macros/src/lib.rs - lookup_resource (line 28) ... ignored |
5563 | 2024-02-03T11:32:56.872Z | test nexus/db-macros/src/lib.rs - lookup_resource (line 48) ... ignored |
5564 | 2024-02-03T11:32:56.872Z | test nexus/db-macros/src/lib.rs - subquery_target (line 127) ... ignored |
5565 | 2024-02-03T11:32:56.872Z | |
5566 | 2024-02-03T11:32:56.872Z | test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5567 | 2024-02-03T11:32:56.872Z | |
5568 | 2024-02-03T11:32:56.881Z | Doc-tests ddm-admin-client |
5569 | 2024-02-03T11:32:56.885Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-fb50d8b0067c607b.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-111dfa4b750cc3a1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ac05221fb8ddb4b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib -C embed-bitcode=no -D warnings --error-format human` |
5570 | 2024-02-03T11:32:57.407Z | |
5571 | 2024-02-03T11:32:57.407Z | running 0 tests |
5572 | 2024-02-03T11:32:57.407Z | |
5573 | 2024-02-03T11:32:57.407Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5574 | 2024-02-03T11:32:57.407Z | |
5575 | 2024-02-03T11:32:57.436Z | Doc-tests dns-server |
5576 | 2024-02-03T11:32:57.439Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-99c8a397f7b1ee4a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a372459067ff04d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-23414d127f068b16.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-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-5dadcf8bed763818.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-e9f605ccf5eadaf4.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-b1466db6e2e9cddc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-ddec9782b773ece8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human` |
5577 | 2024-02-03T11:32:58.099Z | |
5578 | 2024-02-03T11:32:58.099Z | running 0 tests |
5579 | 2024-02-03T11:32:58.099Z | |
5580 | 2024-02-03T11:32:58.099Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5581 | 2024-02-03T11:32:58.099Z | |
5582 | 2024-02-03T11:32:58.122Z | Doc-tests dns-service-client |
5583 | 2024-02-03T11:32:58.126Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a372459067ff04d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib -C embed-bitcode=no -D warnings --error-format human` |
5584 | 2024-02-03T11:32:58.485Z | |
5585 | 2024-02-03T11:32:58.485Z | running 0 tests |
5586 | 2024-02-03T11:32:58.485Z | |
5587 | 2024-02-03T11:32:58.485Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5588 | 2024-02-03T11:32:58.485Z | |
5589 | 2024-02-03T11:32:58.506Z | Doc-tests dpd-client |
5590 | 2024-02-03T11:32:58.509Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-46e8755cf6147559.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-111dfa4b750cc3a1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human` |
5591 | 2024-02-03T11:33:00.423Z | |
5592 | 2024-02-03T11:33:00.423Z | running 0 tests |
5593 | 2024-02-03T11:33:00.423Z | |
5594 | 2024-02-03T11:33:00.423Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5595 | 2024-02-03T11:33:00.424Z | |
5596 | 2024-02-03T11:33:00.472Z | Doc-tests gateway-client |
5597 | 2024-02-03T11:33:00.476Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-63a2ba129b9f62bd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human` |
5598 | 2024-02-03T11:33:01.973Z | |
5599 | 2024-02-03T11:33:01.973Z | running 0 tests |
5600 | 2024-02-03T11:33:01.973Z | |
5601 | 2024-02-03T11:33:01.973Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5602 | 2024-02-03T11:33:01.973Z | |
5603 | 2024-02-03T11:33:02.012Z | Doc-tests gateway-test-utils |
5604 | 2024-02-03T11:33:02.012Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6f813259217b5539.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-e90c1746a7f48807.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-cc8556cfd9a364ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human` |
5605 | 2024-02-03T11:33:02.848Z | |
5606 | 2024-02-03T11:33:02.848Z | running 0 tests |
5607 | 2024-02-03T11:33:02.848Z | |
5608 | 2024-02-03T11:33:02.855Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5609 | 2024-02-03T11:33:02.855Z | |
5610 | 2024-02-03T11:33:02.878Z | Doc-tests illumos-utils |
5611 | 2024-02-03T11:33:02.887Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-7614796703d08fee.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.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-a6ed8128ccfc730c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-d370449767f06d09.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-cf4f3dbc5e2883f5.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-ac553dd9b1f7b09a.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-a000eb6436cfff3b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-65a9dfe0c962f34a.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' --cfg 'feature="tmp_keypath"' -D warnings --error-format human` |
5612 | 2024-02-03T11:33:05.783Z | |
5613 | 2024-02-03T11:33:05.783Z | running 0 tests |
5614 | 2024-02-03T11:33:05.783Z | |
5615 | 2024-02-03T11:33:05.783Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5616 | 2024-02-03T11:33:05.783Z | |
5617 | 2024-02-03T11:33:05.849Z | Doc-tests installinator |
5618 | 2024-02-03T11:33:05.853Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-fb50d8b0067c607b.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-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-085e4acea661f57d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-298dbaf7296f430c.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-f32e65387543544d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9dc63dc389e92678.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-d89f9a9ede31f085.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-fe52fd9d278657de.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-85c75ac927938145.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ac05221fb8ddb4b2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3cfc74ea6f73f6e9.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-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-27b20e1d8b8c8539.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2a6264000e06c4bc.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-39385877e21d3402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human` |
5619 | 2024-02-03T11:33:06.854Z | |
5620 | 2024-02-03T11:33:06.854Z | running 0 tests |
5621 | 2024-02-03T11:33:06.854Z | |
5622 | 2024-02-03T11:33:06.854Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5623 | 2024-02-03T11:33:06.854Z | |
5624 | 2024-02-03T11:33:06.889Z | Doc-tests installinator-artifact-client |
5625 | 2024-02-03T11:33:06.892Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-f32e65387543544d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9dc63dc389e92678.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-39385877e21d3402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human` |
5626 | 2024-02-03T11:33:08.287Z | |
5627 | 2024-02-03T11:33:08.287Z | running 0 tests |
5628 | 2024-02-03T11:33:08.287Z | |
5629 | 2024-02-03T11:33:08.287Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5630 | 2024-02-03T11:33:08.287Z | |
5631 | 2024-02-03T11:33:08.329Z | Doc-tests installinator-artifactd |
5632 | 2024-02-03T11:33:08.336Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-312843f72c85a47f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9dc63dc389e92678.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human` |
5633 | 2024-02-03T11:33:08.738Z | |
5634 | 2024-02-03T11:33:08.738Z | running 0 tests |
5635 | 2024-02-03T11:33:08.738Z | |
5636 | 2024-02-03T11:33:08.738Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5637 | 2024-02-03T11:33:08.738Z | |
5638 | 2024-02-03T11:33:08.764Z | Doc-tests installinator-common |
5639 | 2024-02-03T11:33:08.769Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9dc63dc389e92678.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-85c75ac927938145.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-772af4e597aced3d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-27b20e1d8b8c8539.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-39385877e21d3402.rlib -C embed-bitcode=no -D warnings --error-format human` |
5640 | 2024-02-03T11:33:09.387Z | |
5641 | 2024-02-03T11:33:09.387Z | running 0 tests |
5642 | 2024-02-03T11:33:09.387Z | |
5643 | 2024-02-03T11:33:09.387Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5644 | 2024-02-03T11:33:09.387Z | |
5645 | 2024-02-03T11:33:09.417Z | Doc-tests internal-dns |
5646 | 2024-02-03T11:33:09.420Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-99c8a397f7b1ee4a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a372459067ff04d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-23414d127f068b16.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human` |
5647 | 2024-02-03T11:33:09.825Z | |
5648 | 2024-02-03T11:33:09.825Z | running 0 tests |
5649 | 2024-02-03T11:33:09.825Z | |
5650 | 2024-02-03T11:33:09.825Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5651 | 2024-02-03T11:33:09.825Z | |
5652 | 2024-02-03T11:33:09.851Z | Doc-tests ipcc |
5653 | 2024-02-03T11:33:09.854Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name ipcc --test ipcc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-d89f9a9ede31f085.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-85c75ac927938145.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-27b20e1d8b8c8539.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/ -D warnings --error-format human` |
5654 | 2024-02-03T11:33:10.201Z | |
5655 | 2024-02-03T11:33:10.202Z | running 0 tests |
5656 | 2024-02-03T11:33:10.202Z | |
5657 | 2024-02-03T11:33:10.202Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5658 | 2024-02-03T11:33:10.202Z | |
5659 | 2024-02-03T11:33:10.658Z | Doc-tests key-manager |
5660 | 2024-02-03T11:33:10.658Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1840ba39f4ff13d1.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-94be13e381313eb9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-44aac42af2daaf63.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib -C embed-bitcode=no -D warnings --error-format human` |
5661 | 2024-02-03T11:33:10.658Z | |
5662 | 2024-02-03T11:33:10.658Z | running 0 tests |
5663 | 2024-02-03T11:33:10.658Z | |
5664 | 2024-02-03T11:33:10.658Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5665 | 2024-02-03T11:33:10.658Z | |
5666 | 2024-02-03T11:33:10.658Z | Doc-tests mg-admin-client |
5667 | 2024-02-03T11:33:10.658Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/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-aed4f1ffe4b04a04.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-111dfa4b750cc3a1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ac05221fb8ddb4b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib -C embed-bitcode=no -D warnings --error-format human` |
5668 | 2024-02-03T11:33:11.243Z | |
5669 | 2024-02-03T11:33:11.243Z | running 0 tests |
5670 | 2024-02-03T11:33:11.243Z | |
5671 | 2024-02-03T11:33:11.243Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5672 | 2024-02-03T11:33:11.243Z | |
5673 | 2024-02-03T11:33:11.274Z | Doc-tests nexus-blueprint-execution |
5674 | 2024-02-03T11:33:11.277Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_blueprint_execution --test nexus/blueprint-execution/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/blueprint-execution -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-7c2b649e54100a43.rlib --extern nexus_blueprint_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_blueprint_execution-f3a89be0ad0659a9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ce961c68eb248015.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a340c993d69a91c2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-66d10bc9dc1b98e2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e533a304080c7dff.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-3e71ab740324ee80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-69ad6043eabed823.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-603f42407b454efe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human` |
5675 | 2024-02-03T11:33:12.189Z | |
5676 | 2024-02-03T11:33:12.190Z | running 0 tests |
5677 | 2024-02-03T11:33:12.190Z | |
5678 | 2024-02-03T11:33:12.190Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5679 | 2024-02-03T11:33:12.190Z | |
5680 | 2024-02-03T11:33:12.221Z | Doc-tests nexus-client |
5681 | 2024-02-03T11:33:12.221Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-035addf370aac6db.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-3e71ab740324ee80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-10cede5e59f9d0c8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human` |
5682 | 2024-02-03T11:33:16.112Z | |
5683 | 2024-02-03T11:33:16.112Z | running 0 tests |
5684 | 2024-02-03T11:33:16.112Z | |
5685 | 2024-02-03T11:33:16.112Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5686 | 2024-02-03T11:33:16.113Z | |
5687 | 2024-02-03T11:33:16.182Z | Doc-tests nexus-db-model |
5688 | 2024-02-03T11:33:16.186Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-5429f7a285a7bb2b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-5e4cc851a6780f0b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.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-ce961c68eb248015.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-773f9892f900b934.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-3e71ab740324ee80.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-2aed9481e5b11e38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-10cede5e59f9d0c8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-603f42407b454efe.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f608be7aaa8a8d32.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human` |
5689 | 2024-02-03T11:33:29.187Z | |
5690 | 2024-02-03T11:33:29.187Z | running 2 tests |
5691 | 2024-02-03T11:33:31.653Z | test nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok |
5692 | 2024-02-03T11:33:31.745Z | test nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok |
5693 | 2024-02-03T11:33:31.745Z | |
5694 | 2024-02-03T11:33:31.745Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.56s |
5695 | 2024-02-03T11:33:31.745Z | |
5696 | 2024-02-03T11:33:31.981Z | Doc-tests nexus-db-queries |
5697 | 2024-02-03T11:33:31.984Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.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-8ab96daaf5cb189b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-a5abd7b8304fdbbe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4a2d1d8a997399aa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-e0aea0e2d381da33.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-5429f7a285a7bb2b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-5e4cc851a6780f0b.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-187bbde2b1776aa7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-63a2ba129b9f62bd.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-932e5b382d4d6d76.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c71fb4131759a4f2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.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-ce961c68eb248015.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a340c993d69a91c2.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-d024ea22c25af133.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-48b42e420c527a1f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-66d10bc9dc1b98e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-3e71ab740324ee80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-10cede5e59f9d0c8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6fb26ed456428f06.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8983c83806c9149e.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-199c06c62b83bd4d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3d4ffcd86b1fd673.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-cf3fb015319b4763.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c8c40b309bdd07cb.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cc1a1d40131d7375.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-7d800d7441dcda12.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-772af4e597aced3d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-603f42407b454efe.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-f608be7aaa8a8d32.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-597d459fab2c8513.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human` |
5698 | 2024-02-03T11:33:35.120Z | |
5699 | 2024-02-03T11:33:35.120Z | running 2 tests |
5700 | 2024-02-03T11:33:35.125Z | test nexus/db-queries/src/db/alias.rs - db::alias::ExpressionAlias (line 20) ... ignored |
5701 | 2024-02-03T11:33:54.310Z | test nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 193) ... ok |
5702 | 2024-02-03T11:33:54.310Z | |
5703 | 2024-02-03T11:33:54.310Z | test result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 19.19s |
5704 | 2024-02-03T11:33:54.310Z | |
5705 | 2024-02-03T11:33:54.397Z | Doc-tests nexus-defaults |
5706 | 2024-02-03T11:33:54.397Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-773f9892f900b934.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib -C embed-bitcode=no -D warnings --error-format human` |
5707 | 2024-02-03T11:33:54.698Z | |
5708 | 2024-02-03T11:33:54.698Z | running 0 tests |
5709 | 2024-02-03T11:33:54.698Z | |
5710 | 2024-02-03T11:33:54.698Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5711 | 2024-02-03T11:33:54.698Z | |
5712 | 2024-02-03T11:33:54.720Z | Doc-tests nexus-deployment |
5713 | 2024-02-03T11:33:54.724Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_deployment --test nexus/deployment/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/deployment -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8300448f6a8e23c1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-d024ea22c25af133.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-48b42e420c527a1f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-3e71ab740324ee80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-603f42407b454efe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human` |
5714 | 2024-02-03T11:33:55.110Z | |
5715 | 2024-02-03T11:33:55.110Z | running 0 tests |
5716 | 2024-02-03T11:33:55.110Z | |
5717 | 2024-02-03T11:33:55.110Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5718 | 2024-02-03T11:33:55.110Z | |
5719 | 2024-02-03T11:33:55.135Z | Doc-tests nexus-inventory |
5720 | 2024-02-03T11:33:55.138Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-63a2ba129b9f62bd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6f813259217b5539.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-48b42e420c527a1f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-3e71ab740324ee80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6fb26ed456428f06.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-603f42407b454efe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human` |
5721 | 2024-02-03T11:33:55.544Z | |
5722 | 2024-02-03T11:33:55.544Z | running 0 tests |
5723 | 2024-02-03T11:33:55.544Z | |
5724 | 2024-02-03T11:33:55.545Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5725 | 2024-02-03T11:33:55.545Z | |
5726 | 2024-02-03T11:33:55.571Z | Doc-tests nexus-types |
5727 | 2024-02-03T11:33:55.574Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-22e54d2b277354ae.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a372459067ff04d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-63a2ba129b9f62bd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-3e71ab740324ee80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-10cede5e59f9d0c8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8983c83806c9149e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-603f42407b454efe.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f608be7aaa8a8d32.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human` |
5728 | 2024-02-03T11:33:59.148Z | |
5729 | 2024-02-03T11:33:59.148Z | running 0 tests |
5730 | 2024-02-03T11:33:59.148Z | |
5731 | 2024-02-03T11:33:59.149Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5732 | 2024-02-03T11:33:59.149Z | |
5733 | 2024-02-03T11:33:59.222Z | Doc-tests omicron-certificates |
5734 | 2024-02-03T11:33:59.225Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/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-2aed9481e5b11e38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8983c83806c9149e.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-d5415d38200233f6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c8c40b309bdd07cb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib -C embed-bitcode=no -D warnings --error-format human` |
5735 | 2024-02-03T11:33:59.578Z | |
5736 | 2024-02-03T11:33:59.578Z | running 0 tests |
5737 | 2024-02-03T11:33:59.578Z | |
5738 | 2024-02-03T11:33:59.578Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5739 | 2024-02-03T11:33:59.578Z | |
5740 | 2024-02-03T11:33:59.601Z | Doc-tests omicron-common |
5741 | 2024-02-03T11:33:59.605Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-22e54d2b277354ae.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-65dcd9d072ccd706.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.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-78d02dbd876db383.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-85c75ac927938145.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-772af4e597aced3d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-27b20e1d8b8c8539.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c2bec24bc1103476.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -D warnings --error-format human` |
5742 | 2024-02-03T11:34:02.206Z | |
5743 | 2024-02-03T11:34:02.206Z | running 2 tests |
5744 | 2024-02-03T11:34:02.209Z | test common/src/lib.rs - FileKv (line 59) ... ignored |
5745 | 2024-02-03T11:34:11.253Z | test common/src/api/external/error.rs - api::external::error::InternalContext (line 556) ... ok |
5746 | 2024-02-03T11:34:11.253Z | |
5747 | 2024-02-03T11:34:11.253Z | test result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 9.05s |
5748 | 2024-02-03T11:34:11.253Z | |
5749 | 2024-02-03T11:34:11.317Z | Doc-tests omicron-gateway |
5750 | 2024-02-03T11:34:11.320Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-de7b13082ba9773a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6f813259217b5539.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-d89f9a9ede31f085.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-e90c1746a7f48807.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.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-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-42a6f77439465836.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-07077df7997570f0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-cc8556cfd9a364ed.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-19219b45f9479b68.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human` |
5751 | 2024-02-03T11:34:12.847Z | |
5752 | 2024-02-03T11:34:12.847Z | running 0 tests |
5753 | 2024-02-03T11:34:12.847Z | |
5754 | 2024-02-03T11:34:12.847Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5755 | 2024-02-03T11:34:12.847Z | |
5756 | 2024-02-03T11:34:12.901Z | Doc-tests omicron-nexus |
5757 | 2024-02-03T11:34:12.908Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.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-8ab96daaf5cb189b.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-dca699f954403f16.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-3adab05d6930c567.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-5e4cc851a6780f0b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-99c8a397f7b1ee4a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a372459067ff04d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-46e8755cf6147559.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-e0ca13b06d544467.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-63a2ba129b9f62bd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6f813259217b5539.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-932e5b382d4d6d76.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-7c2b649e54100a43.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-fd2c79830be7ef48.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c71fb4131759a4f2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-aed4f1ffe4b04a04.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_blueprint_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_blueprint_execution-f3a89be0ad0659a9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ce961c68eb248015.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a340c993d69a91c2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-773f9892f900b934.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-d024ea22c25af133.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-48b42e420c527a1f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-70acd60d9278bfa0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-66d10bc9dc1b98e2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e533a304080c7dff.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-3e71ab740324ee80.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-844801bca8661acd.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-69ad6043eabed823.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-10cede5e59f9d0c8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6fb26ed456428f06.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.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-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8983c83806c9149e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a08376f378935cae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c6216a7d05dc5370.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ad77711cabf2b566.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-47479812a04afdf2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49fc36cbee622d19.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3d4ffcd86b1fd673.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-111dfa4b750cc3a1.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d2418c7eb119488f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c8c40b309bdd07cb.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cc1a1d40131d7375.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2d52e8b8bf19ea0f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-7d800d7441dcda12.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-772af4e597aced3d.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-d1c6d25805d01abe.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-603f42407b454efe.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-4699374c8c7e7f44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-cc8556cfd9a364ed.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f608be7aaa8a8d32.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-597d459fab2c8513.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c2bec24bc1103476.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa8cd0459d5bb576.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7caa1549c2c8c271.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2a6264000e06c4bc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c8816c6a2c7ca76c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human` |
5758 | 2024-02-03T11:34:17.563Z | |
5759 | 2024-02-03T11:34:17.563Z | running 5 tests |
5760 | 2024-02-03T11:34:17.566Z | test nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 237) ... ignored |
5761 | 2024-02-03T11:34:22.754Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 717) ... ok |
5762 | 2024-02-03T11:34:22.759Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 675) ... ok |
5763 | 2024-02-03T11:34:22.764Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 653) ... ok |
5764 | 2024-02-03T11:34:22.767Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 747) ... ok |
5765 | 2024-02-03T11:34:22.767Z | |
5766 | 2024-02-03T11:34:22.767Z | test result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 5.20s |
5767 | 2024-02-03T11:34:22.767Z | |
5768 | 2024-02-03T11:34:22.860Z | Doc-tests omicron-package |
5769 | 2024-02-03T11:34:22.864Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-3b56f05465420f20.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-44aad8e598daa7e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-23b7f89f395c3857.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3d4ffcd86b1fd673.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ac05221fb8ddb4b2.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_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-fccf81fe59d8c353.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rlib -C embed-bitcode=no -D warnings --error-format human` |
5770 | 2024-02-03T11:34:23.374Z | |
5771 | 2024-02-03T11:34:23.375Z | running 0 tests |
5772 | 2024-02-03T11:34:23.375Z | |
5773 | 2024-02-03T11:34:23.375Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5774 | 2024-02-03T11:34:23.375Z | |
5775 | 2024-02-03T11:34:23.391Z | Doc-tests omicron-passwords |
5776 | 2024-02-03T11:34:23.393Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-c60818d518355126.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-dca699f954403f16.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-10cede5e59f9d0c8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-9c5e6539b335665d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-772af4e597aced3d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib -C embed-bitcode=no -D warnings --error-format human` |
5777 | 2024-02-03T11:34:23.541Z | |
5778 | 2024-02-03T11:34:23.541Z | running 0 tests |
5779 | 2024-02-03T11:34:23.541Z | |
5780 | 2024-02-03T11:34:23.541Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5781 | 2024-02-03T11:34:23.541Z | |
5782 | 2024-02-03T11:34:23.553Z | Doc-tests omicron-rpaths |
5783 | 2024-02-03T11:34:23.556Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d1b48d206656791f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib -C embed-bitcode=no -D warnings --error-format human` |
5784 | 2024-02-03T11:34:23.646Z | |
5785 | 2024-02-03T11:34:23.647Z | running 0 tests |
5786 | 2024-02-03T11:34:23.647Z | |
5787 | 2024-02-03T11:34:23.647Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5788 | 2024-02-03T11:34:23.647Z | |
5789 | 2024-02-03T11:34:23.669Z | Doc-tests omicron-sled-agent |
5790 | 2024-02-03T11:34:23.669Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.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-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-39398a5c9d5321d2.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6dc56c8c32e8e7fe.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a672eb83d941f9e3.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-fb50d8b0067c607b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.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-99c8a397f7b1ee4a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a372459067ff04d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-46e8755cf6147559.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-63a2ba129b9f62bd.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-36d7ad7ac11b7070.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4bcba32a8e38d461.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9dc63dc389e92678.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-94be13e381313eb9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-aed4f1ffe4b04a04.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-035addf370aac6db.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6fb26ed456428f06.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.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-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-cf4f3dbc5e2883f5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-47479812a04afdf2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49fc36cbee622d19.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-d2418c7eb119488f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-1d4e8aab1d3d43e4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c8c40b309bdd07cb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-603f42407b454efe.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ac05221fb8ddb4b2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3cfc74ea6f73f6e9.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-4699374c8c7e7f44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-da927c54f5ba40f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-65a9dfe0c962f34a.rlib -C embed-bitcode=no -D warnings --error-format human` |
5791 | 2024-02-03T11:34:27.946Z | |
5792 | 2024-02-03T11:34:27.946Z | running 0 tests |
5793 | 2024-02-03T11:34:27.946Z | |
5794 | 2024-02-03T11:34:27.946Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5795 | 2024-02-03T11:34:27.949Z | |
5796 | 2024-02-03T11:34:28.031Z | Doc-tests omicron-test-utils |
5797 | 2024-02-03T11:34:28.034Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-cefa51378f2ea758.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-9fc834b5cc8db937.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-932e5b382d4d6d76.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c8c40b309bdd07cb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cc1a1d40131d7375.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c2bec24bc1103476.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' -D warnings --error-format human` |
5798 | 2024-02-03T11:34:28.502Z | |
5799 | 2024-02-03T11:34:28.502Z | running 0 tests |
5800 | 2024-02-03T11:34:28.502Z | |
5801 | 2024-02-03T11:34:28.502Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5802 | 2024-02-03T11:34:28.502Z | |
5803 | 2024-02-03T11:34:28.530Z | Doc-tests oxide-client |
5804 | 2024-02-03T11:34:28.534Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-a08376f378935cae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human` |
5805 | 2024-02-03T11:34:35.723Z | |
5806 | 2024-02-03T11:34:35.723Z | running 173 tests |
5807 | 2024-02-03T11:34:35.732Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored |
5808 | 2024-02-03T11:34:35.735Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored |
5809 | 2024-02-03T11:34:35.735Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored |
5810 | 2024-02-03T11:34:35.741Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored |
5811 | 2024-02-03T11:34:35.741Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored |
5812 | 2024-02-03T11:34:35.744Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored |
5813 | 2024-02-03T11:34:35.744Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored |
5814 | 2024-02-03T11:34:35.744Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored |
5815 | 2024-02-03T11:34:35.744Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored |
5816 | 2024-02-03T11:34:35.747Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 26) ... ignored |
5817 | 2024-02-03T11:34:35.747Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored |
5818 | 2024-02-03T11:34:35.750Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored |
5819 | 2024-02-03T11:34:35.750Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored |
5820 | 2024-02-03T11:34:35.753Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored |
5821 | 2024-02-03T11:34:35.753Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored |
5822 | 2024-02-03T11:34:35.756Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored |
5823 | 2024-02-03T11:34:35.756Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored |
5824 | 2024-02-03T11:34:35.759Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored |
5825 | 2024-02-03T11:34:35.759Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored |
5826 | 2024-02-03T11:34:35.759Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored |
5827 | 2024-02-03T11:34:35.762Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored |
5828 | 2024-02-03T11:34:35.762Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored |
5829 | 2024-02-03T11:34:35.764Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored |
5830 | 2024-02-03T11:34:35.765Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored |
5831 | 2024-02-03T11:34:35.767Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored |
5832 | 2024-02-03T11:34:35.767Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored |
5833 | 2024-02-03T11:34:35.770Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored |
5834 | 2024-02-03T11:34:35.770Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored |
5835 | 2024-02-03T11:34:35.773Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored |
5836 | 2024-02-03T11:34:35.773Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored |
5837 | 2024-02-03T11:34:35.776Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored |
5838 | 2024-02-03T11:34:35.776Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored |
5839 | 2024-02-03T11:34:35.779Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored |
5840 | 2024-02-03T11:34:35.779Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored |
5841 | 2024-02-03T11:34:35.781Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_migrate (line 26) ... ignored |
5842 | 2024-02-03T11:34:35.782Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored |
5843 | 2024-02-03T11:34:35.786Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored |
5844 | 2024-02-03T11:34:35.789Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored |
5845 | 2024-02-03T11:34:35.789Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored |
5846 | 2024-02-03T11:34:35.789Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored |
5847 | 2024-02-03T11:34:35.789Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored |
5848 | 2024-02-03T11:34:35.792Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored |
5849 | 2024-02-03T11:34:35.792Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored |
5850 | 2024-02-03T11:34:35.795Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored |
5851 | 2024-02-03T11:34:35.795Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored |
5852 | 2024-02-03T11:34:35.801Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored |
5853 | 2024-02-03T11:34:35.801Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored |
5854 | 2024-02-03T11:34:35.804Z | test clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored |
5855 | 2024-02-03T11:34:35.804Z | test clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored |
5856 | 2024-02-03T11:34:35.804Z | test clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 30) ... ignored |
5857 | 2024-02-03T11:34:35.804Z | test clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored |
5858 | 2024-02-03T11:34:35.806Z | test clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored |
5859 | 2024-02-03T11:34:35.806Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored |
5860 | 2024-02-03T11:34:35.807Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored |
5861 | 2024-02-03T11:34:35.837Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored |
5862 | 2024-02-03T11:34:35.837Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored |
5863 | 2024-02-03T11:34:35.837Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored |
5864 | 2024-02-03T11:34:35.837Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored |
5865 | 2024-02-03T11:34:35.837Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored |
5866 | 2024-02-03T11:34:35.837Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored |
5867 | 2024-02-03T11:34:35.837Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored |
5868 | 2024-02-03T11:34:35.837Z | test clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored |
5869 | 2024-02-03T11:34:35.837Z | test clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored |
5870 | 2024-02-03T11:34:35.837Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored |
5871 | 2024-02-03T11:34:35.837Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored |
5872 | 2024-02-03T11:34:35.837Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored |
5873 | 2024-02-03T11:34:35.837Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored |
5874 | 2024-02-03T11:34:35.837Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored |
5875 | 2024-02-03T11:34:35.837Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored |
5876 | 2024-02-03T11:34:35.837Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored |
5877 | 2024-02-03T11:34:35.837Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 24) ... ignored |
5878 | 2024-02-03T11:34:35.837Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored |
5879 | 2024-02-03T11:34:35.837Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 24) ... ignored |
5880 | 2024-02-03T11:34:35.838Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored |
5881 | 2024-02-03T11:34:35.842Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored |
5882 | 2024-02-03T11:34:35.842Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored |
5883 | 2024-02-03T11:34:35.842Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored |
5884 | 2024-02-03T11:34:35.842Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored |
5885 | 2024-02-03T11:34:35.845Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored |
5886 | 2024-02-03T11:34:35.845Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored |
5887 | 2024-02-03T11:34:35.847Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored |
5888 | 2024-02-03T11:34:35.854Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored |
5889 | 2024-02-03T11:34:35.854Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored |
5890 | 2024-02-03T11:34:35.854Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored |
5891 | 2024-02-03T11:34:35.858Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored |
5892 | 2024-02-03T11:34:35.858Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored |
5893 | 2024-02-03T11:34:35.858Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored |
5894 | 2024-02-03T11:34:35.859Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored |
5895 | 2024-02-03T11:34:35.861Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored |
5896 | 2024-02-03T11:34:35.861Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored |
5897 | 2024-02-03T11:34:35.861Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored |
5898 | 2024-02-03T11:34:35.864Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored |
5899 | 2024-02-03T11:34:35.864Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored |
5900 | 2024-02-03T11:34:35.867Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored |
5901 | 2024-02-03T11:34:35.867Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_state (line 25) ... ignored |
5902 | 2024-02-03T11:34:35.870Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored |
5903 | 2024-02-03T11:34:35.870Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored |
5904 | 2024-02-03T11:34:35.873Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored |
5905 | 2024-02-03T11:34:35.873Z | test clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 30) ... ignored |
5906 | 2024-02-03T11:34:35.876Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_create (line 22) ... ignored |
5907 | 2024-02-03T11:34:35.876Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_delete (line 24) ... ignored |
5908 | 2024-02-03T11:34:35.879Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_list (line 26) ... ignored |
5909 | 2024-02-03T11:34:35.879Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_add (line 25) ... ignored |
5910 | 2024-02-03T11:34:35.881Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_list (line 28) ... ignored |
5911 | 2024-02-03T11:34:35.882Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_remove (line 25) ... ignored |
5912 | 2024-02-03T11:34:35.884Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_add (line 22) ... ignored |
5913 | 2024-02-03T11:34:35.884Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_list (line 27) ... ignored |
5914 | 2024-02-03T11:34:35.887Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_remove (line 22) ... ignored |
5915 | 2024-02-03T11:34:35.887Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_view (line 22) ... ignored |
5916 | 2024-02-03T11:34:35.890Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_link (line 25) ... ignored |
5917 | 2024-02-03T11:34:35.890Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_list (line 27) ... ignored |
5918 | 2024-02-03T11:34:35.895Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_unlink (line 24) ... ignored |
5919 | 2024-02-03T11:34:35.898Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_update (line 24) ... ignored |
5920 | 2024-02-03T11:34:35.898Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_update (line 25) ... ignored |
5921 | 2024-02-03T11:34:35.898Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_view (line 24) ... ignored |
5922 | 2024-02-03T11:34:35.898Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored |
5923 | 2024-02-03T11:34:35.901Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored |
5924 | 2024-02-03T11:34:35.901Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored |
5925 | 2024-02-03T11:34:35.904Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored |
5926 | 2024-02-03T11:34:35.904Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored |
5927 | 2024-02-03T11:34:35.908Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored |
5928 | 2024-02-03T11:34:35.908Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored |
5929 | 2024-02-03T11:34:35.911Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_create (line 22) ... ignored |
5930 | 2024-02-03T11:34:35.911Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored |
5931 | 2024-02-03T11:34:35.911Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 24) ... ignored |
5932 | 2024-02-03T11:34:35.914Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored |
5933 | 2024-02-03T11:34:35.914Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored |
5934 | 2024-02-03T11:34:35.917Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored |
5935 | 2024-02-03T11:34:35.917Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored |
5936 | 2024-02-03T11:34:35.920Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored |
5937 | 2024-02-03T11:34:35.920Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored |
5938 | 2024-02-03T11:34:35.922Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored |
5939 | 2024-02-03T11:34:35.925Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored |
5940 | 2024-02-03T11:34:35.925Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored |
5941 | 2024-02-03T11:34:35.928Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored |
5942 | 2024-02-03T11:34:35.928Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored |
5943 | 2024-02-03T11:34:35.931Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored |
5944 | 2024-02-03T11:34:35.931Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored |
5945 | 2024-02-03T11:34:35.933Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored |
5946 | 2024-02-03T11:34:35.933Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored |
5947 | 2024-02-03T11:34:35.936Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored |
5948 | 2024-02-03T11:34:35.936Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored |
5949 | 2024-02-03T11:34:35.939Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored |
5950 | 2024-02-03T11:34:35.939Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored |
5951 | 2024-02-03T11:34:35.942Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored |
5952 | 2024-02-03T11:34:35.942Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 27) ... ignored |
5953 | 2024-02-03T11:34:35.947Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored |
5954 | 2024-02-03T11:34:35.947Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored |
5955 | 2024-02-03T11:34:35.950Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored |
5956 | 2024-02-03T11:34:35.950Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored |
5957 | 2024-02-03T11:34:35.950Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored |
5958 | 2024-02-03T11:34:35.950Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored |
5959 | 2024-02-03T11:34:35.953Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored |
5960 | 2024-02-03T11:34:35.954Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored |
5961 | 2024-02-03T11:34:35.963Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored |
5962 | 2024-02-03T11:34:35.963Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored |
5963 | 2024-02-03T11:34:35.963Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored |
5964 | 2024-02-03T11:34:35.963Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored |
5965 | 2024-02-03T11:34:35.963Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored |
5966 | 2024-02-03T11:34:35.963Z | test clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored |
5967 | 2024-02-03T11:34:35.963Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored |
5968 | 2024-02-03T11:34:35.969Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored |
5969 | 2024-02-03T11:34:35.969Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 26) ... ignored |
5970 | 2024-02-03T11:34:35.972Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored |
5971 | 2024-02-03T11:34:35.972Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored |
5972 | 2024-02-03T11:34:35.972Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored |
5973 | 2024-02-03T11:34:35.972Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored |
5974 | 2024-02-03T11:34:35.972Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored |
5975 | 2024-02-03T11:34:35.972Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored |
5976 | 2024-02-03T11:34:35.972Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored |
5977 | 2024-02-03T11:34:35.972Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored |
5978 | 2024-02-03T11:34:35.973Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored |
5979 | 2024-02-03T11:34:35.973Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored |
5980 | 2024-02-03T11:34:35.973Z | |
5981 | 2024-02-03T11:34:35.973Z | test result: ok. 0 passed; 0 failed; 173 ignored; 0 measured; 0 filtered out; finished in 0.25s |
5982 | 2024-02-03T11:34:35.973Z | |
5983 | 2024-02-03T11:34:36.119Z | Doc-tests oximeter |
5984 | 2024-02-03T11:34:36.119Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-4f8b84f57001d30c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-aa56a7303df8436e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f62c11fd66558eb0.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-d4ff6265e2a5fb01.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-6edff93be6d9da1e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human` |
5985 | 2024-02-03T11:34:36.972Z | |
5986 | 2024-02-03T11:34:36.973Z | running 8 tests |
5987 | 2024-02-03T11:34:37.855Z | test oximeter/oximeter/src/traits.rs - traits::Target (line 72) - compile fail ... ok |
5988 | 2024-02-03T11:34:38.003Z | test oximeter/oximeter/src/traits.rs - traits::Metric (line 164) - compile fail ... ok |
5989 | 2024-02-03T11:34:39.109Z | test oximeter/oximeter/src/lib.rs - (line 24) ... ok |
5990 | 2024-02-03T11:34:47.333Z | test oximeter/oximeter/src/traits.rs - traits::Target (line 46) ... ok |
5991 | 2024-02-03T11:34:47.502Z | test oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::span_decades (line 597) ... ok |
5992 | 2024-02-03T11:34:48.665Z | test oximeter/oximeter/src/traits.rs - traits::Metric (line 143) ... ok |
5993 | 2024-02-03T11:34:49.288Z | test oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::with_bins (line 357) ... ok |
5994 | 2024-02-03T11:34:50.240Z | test oximeter/oximeter/src/traits.rs - traits::Producer (line 334) ... ok |
5995 | 2024-02-03T11:34:50.240Z | |
5996 | 2024-02-03T11:34:50.240Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 13.27s |
5997 | 2024-02-03T11:34:50.240Z | |
5998 | 2024-02-03T11:34:50.277Z | Doc-tests oximeter-client |
5999 | 2024-02-03T11:34:50.280Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c6216a7d05dc5370.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human` |
6000 | 2024-02-03T11:34:50.728Z | |
6001 | 2024-02-03T11:34:50.728Z | running 0 tests |
6002 | 2024-02-03T11:34:50.728Z | |
6003 | 2024-02-03T11:34:50.728Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6004 | 2024-02-03T11:34:50.729Z | |
6005 | 2024-02-03T11:34:50.753Z | Doc-tests oximeter-collector |
6006 | 2024-02-03T11:34:50.757Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-035addf370aac6db.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-3e71ab740324ee80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-c6216a7d05dc5370.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-ede5e0e3fdfab123.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ad77711cabf2b566.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.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-4699374c8c7e7f44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human` |
6007 | 2024-02-03T11:34:51.359Z | |
6008 | 2024-02-03T11:34:51.359Z | running 0 tests |
6009 | 2024-02-03T11:34:51.359Z | |
6010 | 2024-02-03T11:34:51.359Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6011 | 2024-02-03T11:34:51.359Z | |
6012 | 2024-02-03T11:34:51.392Z | Doc-tests oximeter-db |
6013 | 2024-02-03T11:34:51.395Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-1778cc9cbade4248.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-a460a3da56e42aa6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b0a0efd32f3c53f8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ad77711cabf2b566.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-0281e7c97b70c1c8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-c34f72e289170d6a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.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-4699374c8c7e7f44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-c3f04f636846f76e.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-90736736a0f4005e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-1cefd18f671566b1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3e0f129150d45802.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human` |
6014 | 2024-02-03T11:34:52.791Z | |
6015 | 2024-02-03T11:34:52.791Z | running 0 tests |
6016 | 2024-02-03T11:34:52.791Z | |
6017 | 2024-02-03T11:34:52.791Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6018 | 2024-02-03T11:34:52.791Z | |
6019 | 2024-02-03T11:34:52.837Z | Doc-tests oximeter-instruments |
6020 | 2024-02-03T11:34:52.840Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-f794f6ad8b9d5b23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-47479812a04afdf2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.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-4a4aa598a7ca020e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.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` |
6021 | 2024-02-03T11:34:53.311Z | |
6022 | 2024-02-03T11:34:53.311Z | running 0 tests |
6023 | 2024-02-03T11:34:53.311Z | |
6024 | 2024-02-03T11:34:53.311Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6025 | 2024-02-03T11:34:53.311Z | |
6026 | 2024-02-03T11:34:53.338Z | Doc-tests oximeter-macro-impl |
6027 | 2024-02-03T11:34:53.343Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f62c11fd66558eb0.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human` |
6028 | 2024-02-03T11:34:53.458Z | |
6029 | 2024-02-03T11:34:53.458Z | running 0 tests |
6030 | 2024-02-03T11:34:53.458Z | |
6031 | 2024-02-03T11:34:53.458Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6032 | 2024-02-03T11:34:53.458Z | |
6033 | 2024-02-03T11:34:53.466Z | Doc-tests oximeter-producer |
6034 | 2024-02-03T11:34:53.472Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-035addf370aac6db.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-50ecea0b6b412717.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-49fc36cbee622d19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human` |
6035 | 2024-02-03T11:34:53.873Z | |
6036 | 2024-02-03T11:34:53.873Z | running 0 tests |
6037 | 2024-02-03T11:34:53.873Z | |
6038 | 2024-02-03T11:34:53.873Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6039 | 2024-02-03T11:34:53.873Z | |
6040 | 2024-02-03T11:34:53.901Z | Doc-tests oxlog |
6041 | 2024-02-03T11:34:53.904Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxlog --test dev-tools/oxlog/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/oxlog -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-a000eb6436cfff3b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human` |
6042 | 2024-02-03T11:34:54.003Z | |
6043 | 2024-02-03T11:34:54.003Z | running 0 tests |
6044 | 2024-02-03T11:34:54.003Z | |
6045 | 2024-02-03T11:34:54.003Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6046 | 2024-02-03T11:34:54.003Z | |
6047 | 2024-02-03T11:34:54.013Z | Doc-tests sled-agent-client |
6048 | 2024-02-03T11:34:54.016Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-603f42407b454efe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human` |
6049 | 2024-02-03T11:34:58.148Z | |
6050 | 2024-02-03T11:34:58.148Z | running 0 tests |
6051 | 2024-02-03T11:34:58.148Z | |
6052 | 2024-02-03T11:34:58.148Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6053 | 2024-02-03T11:34:58.151Z | |
6054 | 2024-02-03T11:34:58.219Z | Doc-tests sled-hardware |
6055 | 2024-02-03T11:34:58.222Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-d64f3a5fae41bc0f.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-1afc1b8683d0380d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-95a37e8719a7fef9.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ac05221fb8ddb4b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-da927c54f5ba40f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human` |
6056 | 2024-02-03T11:34:58.740Z | |
6057 | 2024-02-03T11:34:58.741Z | running 0 tests |
6058 | 2024-02-03T11:34:58.741Z | |
6059 | 2024-02-03T11:34:58.741Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6060 | 2024-02-03T11:34:58.741Z | |
6061 | 2024-02-03T11:34:58.771Z | Doc-tests sled-storage |
6062 | 2024-02-03T11:34:58.776Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.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-2d02097356b0f682.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-94be13e381313eb9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ac05221fb8ddb4b2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3cfc74ea6f73f6e9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no --cfg 'feature="testing"' -D warnings --error-format human` |
6063 | 2024-02-03T11:34:59.322Z | |
6064 | 2024-02-03T11:34:59.322Z | running 0 tests |
6065 | 2024-02-03T11:34:59.322Z | |
6066 | 2024-02-03T11:34:59.322Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6067 | 2024-02-03T11:34:59.322Z | |
6068 | 2024-02-03T11:34:59.352Z | Doc-tests sp-sim |
6069 | 2024-02-03T11:34:59.370Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-e90c1746a7f48807.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-cc8556cfd9a364ed.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-d0447e15fd52daf2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib -C embed-bitcode=no -D warnings --error-format human` |
6070 | 2024-02-03T11:35:00.127Z | |
6071 | 2024-02-03T11:35:00.127Z | running 0 tests |
6072 | 2024-02-03T11:35:00.127Z | |
6073 | 2024-02-03T11:35:00.127Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6074 | 2024-02-03T11:35:00.127Z | |
6075 | 2024-02-03T11:35:00.162Z | Doc-tests tufaceous |
6076 | 2024-02-03T11:35:00.198Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-551e2d32c910de9b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-78e92f0a938305c3.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-d18879681adfc062.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-844801bca8661acd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-53721f6b6218811c.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-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7caa1549c2c8c271.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2a6264000e06c4bc.rlib -C embed-bitcode=no -D warnings --error-format human` |
6077 | 2024-02-03T11:35:00.661Z | |
6078 | 2024-02-03T11:35:00.661Z | running 0 tests |
6079 | 2024-02-03T11:35:00.661Z | |
6080 | 2024-02-03T11:35:00.661Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6081 | 2024-02-03T11:35:00.661Z | |
6082 | 2024-02-03T11:35:11.127Z | Doc-tests tufaceous-lib |
6083 | 2024-02-03T11:35:11.127Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.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-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-fd2c79830be7ef48.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8e24ec9991093909.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3b77b2699f3850e3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-869fc7afa7d573ed.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa8cd0459d5bb576.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2a6264000e06c4bc.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f959e24eb3a10109.rlib -C embed-bitcode=no -D warnings --error-format human` |
6084 | 2024-02-03T11:35:11.127Z | |
6085 | 2024-02-03T11:35:11.127Z | running 0 tests |
6086 | 2024-02-03T11:35:11.127Z | |
6087 | 2024-02-03T11:35:11.127Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6088 | 2024-02-03T11:35:11.127Z | |
6089 | 2024-02-03T11:35:11.128Z | Doc-tests update-common |
6090 | 2024-02-03T11:35:11.128Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.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-f4ec6db942ebfbb4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-fd2c79830be7ef48.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa8cd0459d5bb576.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7caa1549c2c8c271.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2a6264000e06c4bc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c8816c6a2c7ca76c.rlib -C embed-bitcode=no -D warnings --error-format human` |
6091 | 2024-02-03T11:35:11.128Z | |
6092 | 2024-02-03T11:35:11.128Z | running 0 tests |
6093 | 2024-02-03T11:35:11.128Z | |
6094 | 2024-02-03T11:35:11.128Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6095 | 2024-02-03T11:35:11.128Z | |
6096 | 2024-02-03T11:35:11.128Z | Doc-tests update-engine |
6097 | 2024-02-03T11:35:11.128Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c5958d0657057f8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.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-99137e97c3cb7edd.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b0a0efd32f3c53f8.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-3b56f05465420f20.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-c956746db07d067d.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-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-809f059798a7cc9f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3d4ffcd86b1fd673.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-772af4e597aced3d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-c979b68f37da1d98.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.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-39385877e21d3402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib -C embed-bitcode=no -D warnings --error-format human` |
6098 | 2024-02-03T11:35:11.128Z | |
6099 | 2024-02-03T11:35:11.128Z | running 3 tests |
6100 | 2024-02-03T11:35:11.128Z | test update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored |
6101 | 2024-02-03T11:35:11.128Z | test update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored |
6102 | 2024-02-03T11:35:11.128Z | test update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored |
6103 | 2024-02-03T11:35:11.128Z | |
6104 | 2024-02-03T11:35:11.128Z | test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6105 | 2024-02-03T11:35:11.128Z | |
6106 | 2024-02-03T11:35:11.128Z | Doc-tests wicket |
6107 | 2024-02-03T11:35:11.128Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-551e2d32c910de9b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ce141d2a5357695.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b0a0efd32f3c53f8.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-3b56f05465420f20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-10cede5e59f9d0c8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.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-809f059798a7cc9f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-85c75ac927938145.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-46b274b19476a66d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-c7ae3c74da971e16.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.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-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-c979b68f37da1d98.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-cc2960752bede418.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dec334c2a03252c7.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-9b85d4be19d03d21.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-39385877e21d3402.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e89fc6f0d5bc9e36.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-140b12436c70162a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ab8c2bb26e864617.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib -C embed-bitcode=no -D warnings --error-format human` |
6108 | 2024-02-03T11:35:11.424Z | |
6109 | 2024-02-03T11:35:11.424Z | running 0 tests |
6110 | 2024-02-03T11:35:11.424Z | |
6111 | 2024-02-03T11:35:11.424Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6112 | 2024-02-03T11:35:11.424Z | |
6113 | 2024-02-03T11:35:11.424Z | Doc-tests wicket-common |
6114 | 2024-02-03T11:35:11.424Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-63a2ba129b9f62bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-39385877e21d3402.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-140b12436c70162a.rlib -C embed-bitcode=no -D warnings --error-format human` |
6115 | 2024-02-03T11:35:11.425Z | |
6116 | 2024-02-03T11:35:11.425Z | running 0 tests |
6117 | 2024-02-03T11:35:11.425Z | |
6118 | 2024-02-03T11:35:11.425Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6119 | 2024-02-03T11:35:11.425Z | |
6120 | 2024-02-03T11:35:11.486Z | Doc-tests wicket-dbg |
6121 | 2024-02-03T11:35:11.486Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ce141d2a5357695.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-0281e7c97b70c1c8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.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-d18b7c2a0aa727f2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4a4aa598a7ca020e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e89fc6f0d5bc9e36.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-992a732a77d76de7.rlib -C embed-bitcode=no -D warnings --error-format human` |
6122 | 2024-02-03T11:35:11.486Z | |
6123 | 2024-02-03T11:35:11.486Z | running 0 tests |
6124 | 2024-02-03T11:35:11.486Z | |
6125 | 2024-02-03T11:35:11.486Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6126 | 2024-02-03T11:35:11.486Z | |
6127 | 2024-02-03T11:35:11.486Z | Doc-tests wicketd |
6128 | 2024-02-03T11:35:11.486Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6dc56c8c32e8e7fe.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec4e14790c2a264a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7fb0f0b6b1190272.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-68a049fac585d062.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-fb50d8b0067c607b.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-46e8755cf6147559.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f4ec6db942ebfbb4.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2457e8c20933f505.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-63a2ba129b9f62bd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf43519762da0c79.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6f813259217b5539.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-fd2c79830be7ef48.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e80efd2f634829c8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c51eee31b185557e.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-298dbaf7296f430c.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-f32e65387543544d.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-312843f72c85a47f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9dc63dc389e92678.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19987e2b503c2090.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69934fc61b2f8197.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-83ebfaaf8e08f401.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-2aed9481e5b11e38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-844801bca8661acd.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-10cede5e59f9d0c8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-ec129add3cd694e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9b8caf25d1b37e34.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3679a975bfe14c18.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ac05221fb8ddb4b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4699374c8c7e7f44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-a2cc24832304f868.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-eedd5edfadcd0594.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-043b69ea7a8794ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1100210f60d1c50c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aa8cd0459d5bb576.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a8f6b871a08b8e5c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7caa1549c2c8c271.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2a6264000e06c4bc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c8816c6a2c7ca76c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-39385877e21d3402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e89fc6f0d5bc9e36.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-140b12436c70162a.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-6e6139807d2a024b.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ab8c2bb26e864617.rlib -C embed-bitcode=no -D warnings --error-format human` |
6129 | 2024-02-03T11:35:11.487Z | |
6130 | 2024-02-03T11:35:11.487Z | running 0 tests |
6131 | 2024-02-03T11:35:11.487Z | |
6132 | 2024-02-03T11:35:11.487Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6133 | 2024-02-03T11:35:11.487Z | |
6134 | 2024-02-03T11:35:11.487Z | Doc-tests wicketd-client |
6135 | 2024-02-03T11:35:11.487Z | 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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-140c0bf0cee1d2cb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-9dc63dc389e92678.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3ecd8b1cb98327b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-5c918cdb7f784716.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cd264e9e68da830b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6d8a1b495d19f80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-19549083a4edbb33.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e7a4f05333183104.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-39385877e21d3402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a2b6fc360416fc72.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-140b12436c70162a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ab8c2bb26e864617.rlib -C embed-bitcode=no -D warnings --error-format human` |
6136 | 2024-02-03T11:35:11.487Z | |
6137 | 2024-02-03T11:35:11.487Z | running 0 tests |
6138 | 2024-02-03T11:35:11.487Z | |
6139 | 2024-02-03T11:35:11.487Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6140 | 2024-02-03T11:35:11.487Z | |
6141 | 2024-02-03T11:35:11.487Z | |
6142 | 2024-02-03T11:35:11.488Z | real 2:17.938154971 |
6143 | 2024-02-03T11:35:11.488Z | user 2:27.303803055 |
6144 | 2024-02-03T11:35:11.488Z | sys 41.815343975 |
6145 | 2024-02-03T11:35:11.488Z | trap 0.030625745 |
6146 | 2024-02-03T11:35:11.488Z | tflt 0.727653874 |
6147 | 2024-02-03T11:35:11.488Z | dflt 8.580222264 |
6148 | 2024-02-03T11:35:11.488Z | kflt 0.029331016 |
6149 | 2024-02-03T11:35:11.488Z | lock 2:29.818513420 |
6150 | 2024-02-03T11:35:11.488Z | slp 14:17.077493156 |
6151 | 2024-02-03T11:35:11.488Z | lat 0.938183298 |
6152 | 2024-02-03T11:35:11.488Z | stop 2.811658872 |
6153 | 2024-02-03T11:35:11.488Z | files in /var/tmp/omicron_tmp (none expected on success): |
6154 | 2024-02-03T11:35:11.488Z | 164313 11 drwxr-xr-x 2 build build 2 Feb 3 11:35 /var/tmp/omicron_tmp |
6155 | 2024-02-03T11:35:11.489Z | process exited: duration 5100518 ms, exit code 0 |
|
6156 | 2024-02-03T11:35:11.643Z | found 1 output files |
6157 | 2024-02-03T11:35:11.644Z | uploading: /work/crate-build-timings.json (491128 bytes) |
6158 | 2024-02-03T11:35:12.779Z | uploaded: /work/crate-build-timings.json |