|
|
|
1 | 2024-05-08T02:41:44.769Z | job assigned to worker 01HXB16ZYB396ARP5FZ2Q2AEKH (queued for 37 s) |
|
2 | 2024-05-08T02:41:45.311Z | starting task 0: "setup" |
3 | 2024-05-08T02:41:45.337Z | ++ uname -s |
4 | 2024-05-08T02:41:45.337Z | + kern=SunOS |
5 | 2024-05-08T02:41:45.337Z | + case "$kern" in |
6 | 2024-05-08T02:41:45.337Z | + groupadd -g 12345 build |
7 | 2024-05-08T02:41:45.337Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-08T02:41:47.343Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-08T02:41:47.397Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-08T02:41:47.422Z | + home_fs=zfs |
11 | 2024-05-08T02:41:47.422Z | + [[ zfs == autofs ]] |
12 | 2024-05-08T02:41:47.422Z | + mkdir -p /home/build |
13 | 2024-05-08T02:41:47.422Z | + chown build:build /home/build /work |
14 | 2024-05-08T02:41:49.816Z | + chmod 0700 /home/build /work |
15 | 2024-05-08T02:41:49.842Z | process exited: duration 4096 ms, exit code 0 |
|
16 | 2024-05-08T02:41:49.903Z | starting task 1: "rust-toolchain" |
17 | 2024-05-08T02:41:49.947Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-08T02:41:49.947Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-05-08T02:41:50.048Z | info: downloading installer |
20 | 2024-05-08T02:41:50.574Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-08T02:41:50.574Z | warning: /opt/ooce/bin |
22 | 2024-05-08T02:41:50.574Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-08T02:41:50.574Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-08T02:41:50.574Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-08T02:41:50.575Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-08T02:41:50.575Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-08T02:41:50.575Z | error: cannot install while Rust is installed |
28 | 2024-05-08T02:41:50.575Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-08T02:41:50.641Z | info: profile set to 'default' |
30 | 2024-05-08T02:41:50.641Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-08T02:41:50.641Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-05-08T02:41:51.127Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-05-08T02:41:51.127Z | info: downloading component 'cargo' |
34 | 2024-05-08T02:41:51.163Z | info: downloading component 'clippy' |
35 | 2024-05-08T02:41:51.163Z | info: downloading component 'rust-docs' |
36 | 2024-05-08T02:41:51.441Z | info: downloading component 'rust-std' |
37 | 2024-05-08T02:41:51.991Z | info: downloading component 'rustc' |
38 | 2024-05-08T02:41:53.058Z | info: downloading component 'rustfmt' |
39 | 2024-05-08T02:41:53.176Z | info: installing component 'cargo' |
40 | 2024-05-08T02:41:54.280Z | info: installing component 'clippy' |
41 | 2024-05-08T02:41:54.771Z | info: installing component 'rust-docs' |
42 | 2024-05-08T02:41:57.072Z | info: installing component 'rust-std' |
43 | 2024-05-08T02:41:59.267Z | info: installing component 'rustc' |
44 | 2024-05-08T02:42:03.898Z | info: installing component 'rustfmt' |
45 | 2024-05-08T02:42:04.347Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-05-08T02:42:04.347Z | |
47 | 2024-05-08T02:42:04.498Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-05-08T02:42:04.499Z | |
49 | 2024-05-08T02:42:04.524Z | |
50 | 2024-05-08T02:42:04.524Z | Rust is installed now. Great! |
51 | 2024-05-08T02:42:04.524Z | |
52 | 2024-05-08T02:42:04.524Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-08T02:42:04.524Z | environment variable. This has not been done automatically. |
54 | 2024-05-08T02:42:04.524Z | |
55 | 2024-05-08T02:42:04.524Z | To configure your current shell, you need to source |
56 | 2024-05-08T02:42:04.524Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-08T02:42:04.524Z | |
58 | 2024-05-08T02:42:04.524Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-08T02:42:04.524Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-08T02:42:04.525Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-08T02:42:04.580Z | + rustc --version |
62 | 2024-05-08T02:42:04.694Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-05-08T02:42:04.722Z | process exited: duration 14805 ms, exit code 0 |
|
64 | 2024-05-08T02:42:04.773Z | starting task 2: "authentication" |
65 | 2024-05-08T02:42:04.836Z | process exited: duration 61 ms, exit code 0 |
|
66 | 2024-05-08T02:42:04.888Z | starting task 3: "clone repository" |
67 | 2024-05-08T02:42:04.915Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-05-08T02:42:04.915Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-05-08T02:42:04.941Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-05-08T02:42:09.741Z | + cd /work/oxidecomputer/omicron |
71 | 2024-05-08T02:42:09.742Z | + git fetch origin 93b3e848089adc2c12d8663e885c3b2b6c46517f |
72 | 2024-05-08T02:42:10.525Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-05-08T02:42:10.526Z | * branch 93b3e848089adc2c12d8663e885c3b2b6c46517f -> FETCH_HEAD |
74 | 2024-05-08T02:42:10.551Z | + [[ -n '' ]] |
75 | 2024-05-08T02:42:10.552Z | + git reset --hard 93b3e848089adc2c12d8663e885c3b2b6c46517f |
76 | 2024-05-08T02:42:10.697Z | HEAD is now at 93b3e8480 store volume that points to old region in replacement request |
77 | 2024-05-08T02:42:10.724Z | process exited: duration 5813 ms, exit code 0 |
|
78 | 2024-05-08T02:42:10.785Z | starting task 4: "build" |
79 | 2024-05-08T02:42:10.818Z | + target_os=illumos |
80 | 2024-05-08T02:42:10.818Z | + NEXTEST_VERSION=0.9.70 |
81 | 2024-05-08T02:42:10.819Z | + cargo --version |
82 | 2024-05-08T02:42:10.819Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
83 | 2024-05-08T02:42:10.920Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
84 | 2024-05-08T02:42:10.920Z | info: downloading component 'cargo' |
85 | 2024-05-08T02:42:11.040Z | info: downloading component 'clippy' |
86 | 2024-05-08T02:42:11.088Z | info: downloading component 'rust-docs' |
87 | 2024-05-08T02:42:11.274Z | info: downloading component 'rust-std' |
88 | 2024-05-08T02:42:11.535Z | info: downloading component 'rustc' |
89 | 2024-05-08T02:42:12.292Z | info: downloading component 'rustfmt' |
90 | 2024-05-08T02:42:12.334Z | info: installing component 'cargo' |
91 | 2024-05-08T02:42:13.429Z | info: installing component 'clippy' |
92 | 2024-05-08T02:42:13.804Z | info: installing component 'rust-docs' |
93 | 2024-05-08T02:42:16.272Z | info: installing component 'rust-std' |
94 | 2024-05-08T02:42:18.229Z | info: installing component 'rustc' |
95 | 2024-05-08T02:42:23.029Z | info: installing component 'rustfmt' |
96 | 2024-05-08T02:42:23.515Z | cargo 1.77.2 (e52e36006 2024-03-26) |
97 | 2024-05-08T02:42:23.550Z | + rustc --version |
98 | 2024-05-08T02:42:23.612Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
99 | 2024-05-08T02:42:23.637Z | + curl -sSfL --retry 10 https://get.nexte.st/0.9.70/illumos |
100 | 2024-05-08T02:42:23.637Z | + gunzip |
101 | 2024-05-08T02:42:23.637Z | + tar -xvf - -C /home/build/.cargo/bin |
102 | 2024-05-08T02:42:24.673Z | x cargo-nextest, 16766824 bytes, 32748 tape blocks |
103 | 2024-05-08T02:42:25.145Z | + TEST_TMPDIR=/var/tmp/omicron_tmp |
104 | 2024-05-08T02:42:25.145Z | + echo 'tests will store ephemeral output in /var/tmp/omicron_tmp' |
105 | 2024-05-08T02:42:25.145Z | tests will store ephemeral output in /var/tmp/omicron_tmp |
106 | 2024-05-08T02:42:25.145Z | + mkdir /var/tmp/omicron_tmp |
107 | 2024-05-08T02:42:25.145Z | + OUTPUT_DIR=/work |
108 | 2024-05-08T02:42:25.145Z | + echo 'tests will store non-ephemeral output in /work' |
109 | 2024-05-08T02:42:25.145Z | tests will store non-ephemeral output in /work |
110 | 2024-05-08T02:42:25.145Z | + mkdir -p /work |
111 | 2024-05-08T02:42:25.146Z | + source ./env.sh |
112 | 2024-05-08T02:42:25.146Z | ++ set -o xtrace |
113 | 2024-05-08T02:42:25.146Z | ++++ dirname ./env.sh |
114 | 2024-05-08T02:42:25.146Z | +++ readlink -f . |
115 | 2024-05-08T02:42:25.146Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
116 | 2024-05-08T02:42:25.146Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
117 | 2024-05-08T02:42:25.146Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
118 | 2024-05-08T02:42:25.147Z | ++ 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 |
119 | 2024-05-08T02:42:25.147Z | ++ 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 |
120 | 2024-05-08T02:42:25.147Z | ++ 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 |
121 | 2024-05-08T02:42:25.147Z | ++ 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 |
122 | 2024-05-08T02:42:25.147Z | ++ 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 |
123 | 2024-05-08T02:42:25.147Z | ++ 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 |
124 | 2024-05-08T02:42:25.147Z | ++ unset OMICRON_WS |
125 | 2024-05-08T02:42:25.147Z | ++ set +o xtrace |
126 | 2024-05-08T02:42:25.147Z | |
127 | 2024-05-08T02:42:25.147Z | ##### ##### ###### ##### ###### #### # # # #### # |
128 | 2024-05-08T02:42:25.148Z | # # # # # # # # # # # # # # # |
129 | 2024-05-08T02:42:25.148Z | # # # # ##### # # ##### # # # # # #### # |
130 | 2024-05-08T02:42:25.148Z | ##### ##### # ##### # # # # # # # # # |
131 | 2024-05-08T02:42:25.148Z | # # # # # # # # # # # # # # # |
132 | 2024-05-08T02:42:25.148Z | # # # ###### # # ###### ### # #### # #### # |
133 | 2024-05-08T02:42:25.148Z | |
134 | 2024-05-08T02:42:29.255Z | Startup: Refreshing catalog 'helios-dev' ... Done |
135 | 2024-05-08T02:42:31.143Z | Startup: Caching catalogs ... Done |
136 | 2024-05-08T02:42:32.999Z | Planning: Solver setup ... Done (1.277s) |
137 | 2024-05-08T02:42:33.024Z | Planning: Running solver ... Done (0.024s) |
138 | 2024-05-08T02:42:33.051Z | Planning: Finding local manifests ... Done (0.002s) |
139 | 2024-05-08T02:42:33.132Z | Planning: Fetching manifests: 0/4 0% complete |
140 | 2024-05-08T02:42:33.501Z | Planning: Fetching manifests: 4/4 100% complete |
141 | 2024-05-08T02:42:33.565Z | Planning: Package planning ... Done (0.062s) |
142 | 2024-05-08T02:42:33.622Z | Planning: Merging actions ... Done (0.060s) |
143 | 2024-05-08T02:42:34.016Z | Planning: Checking for conflicting actions ... Done (0.393s) |
144 | 2024-05-08T02:42:34.041Z | Planning: Consolidating action changes ... Done (0.014s) |
145 | 2024-05-08T02:42:34.783Z | Planning: Evaluating mediators ... Done (0.742s) |
146 | 2024-05-08T02:42:34.813Z | Planning: Planning completed in 3.58 seconds |
147 | 2024-05-08T02:42:34.813Z | Packages to install: 4 |
148 | 2024-05-08T02:42:34.813Z | Mediators to change: 2 |
149 | 2024-05-08T02:42:34.813Z | Services to change: 1 |
150 | 2024-05-08T02:42:34.813Z | Estimated space available: 148.34 GB |
151 | 2024-05-08T02:42:34.813Z | Estimated space to be consumed: 1.44 GB |
152 | 2024-05-08T02:42:34.813Z | Create boot environment: No |
153 | 2024-05-08T02:42:34.813Z | Create backup boot environment: No |
154 | 2024-05-08T02:42:34.813Z | Rebuild boot archive: No |
155 | 2024-05-08T02:42:34.814Z | |
156 | 2024-05-08T02:42:34.814Z | Changed mediators: |
157 | 2024-05-08T02:42:34.814Z | mediator clang: |
158 | 2024-05-08T02:42:34.814Z | version: None -> 15 (system default) |
159 | 2024-05-08T02:42:34.814Z | |
160 | 2024-05-08T02:42:34.814Z | mediator llvm: |
161 | 2024-05-08T02:42:34.814Z | version: 14 (system default) -> 15 (system default) |
162 | 2024-05-08T02:42:34.814Z | |
163 | 2024-05-08T02:42:34.814Z | Changed packages: |
164 | 2024-05-08T02:42:34.814Z | helios-dev |
165 | 2024-05-08T02:42:34.814Z | developer/build-essential |
166 | 2024-05-08T02:42:34.814Z | None -> 11-2.0 |
167 | 2024-05-08T02:42:34.814Z | library/libxmlsec1 |
168 | 2024-05-08T02:42:34.814Z | None -> 1.2.35-2.0 |
169 | 2024-05-08T02:42:34.814Z | ooce/developer/clang-15 |
170 | 2024-05-08T02:42:34.814Z | None -> 15.0.7-2.0 |
171 | 2024-05-08T02:42:34.814Z | ooce/developer/llvm-15 |
172 | 2024-05-08T02:42:34.814Z | None -> 15.0.7-2.0 |
173 | 2024-05-08T02:42:34.814Z | |
174 | 2024-05-08T02:42:34.814Z | Services: |
175 | 2024-05-08T02:42:34.814Z | restart_fmri: |
176 | 2024-05-08T02:42:34.814Z | svc:/system/update-man-index:default |
177 | 2024-05-08T02:42:34.851Z | |
178 | 2024-05-08T02:42:34.851Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
179 | 2024-05-08T02:42:39.853Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (17.1M/s) |
180 | 2024-05-08T02:42:44.855Z | Download: 2672/3290 items 120.7/212.6MB 56% complete (12.3M/s) |
181 | 2024-05-08T02:42:49.858Z | Download: 3247/3290 items 178.9/212.6MB 84% complete (9.6M/s) |
182 | 2024-05-08T02:42:53.796Z | Download: Completed 212.60 MB in 18.94 seconds (11.2M/s) |
183 | 2024-05-08T02:42:53.996Z | Actions: 1/3689 actions (Installing new actions) |
184 | 2024-05-08T02:42:59.103Z | Actions: 3342/3689 actions (Installing new actions) |
185 | 2024-05-08T02:42:59.886Z | Actions: Completed 3689 actions in 5.89 seconds. |
186 | 2024-05-08T02:43:00.204Z | Done (0.311s) |
187 | 2024-05-08T02:43:00.204Z | Done (0.000s) |
188 | 2024-05-08T02:43:00.565Z | Done (0.348s) |
189 | 2024-05-08T02:43:05.756Z | Done (5.058s) |
190 | 2024-05-08T02:43:05.834Z | Done (0.019s) |
191 | 2024-05-08T02:43:05.859Z | Done (0.000s) |
192 | 2024-05-08T02:43:05.995Z | Done (0.000s) |
193 | 2024-05-08T02:43:06.632Z | Planning: Evaluating mediator changes ... Done |
194 | 2024-05-08T02:43:06.841Z | Planning: Checking for conflicting actions ... Done |
195 | 2024-05-08T02:43:06.867Z | Planning: Consolidating action changes ... Done |
196 | 2024-05-08T02:43:07.199Z | Planning: Evaluating mediators ... Done |
197 | 2024-05-08T02:43:07.225Z | Planning: Planning completed in 0.57 seconds |
198 | 2024-05-08T02:43:07.250Z | Mediators to change: 2 |
199 | 2024-05-08T02:43:07.250Z | Create boot environment: No |
200 | 2024-05-08T02:43:07.251Z | Create backup boot environment: No |
201 | 2024-05-08T02:43:07.310Z | Done |
202 | 2024-05-08T02:43:07.310Z | Done |
203 | 2024-05-08T02:43:07.586Z | Done |
204 | 2024-05-08T02:43:12.216Z | Done |
205 | 2024-05-08T02:43:12.319Z | Done |
206 | 2024-05-08T02:43:12.344Z | Done |
207 | 2024-05-08T02:43:12.371Z | Done |
208 | 2024-05-08T02:43:13.141Z | Planning: Evaluating mediator changes ... Done |
209 | 2024-05-08T02:43:13.188Z | Planning: Merging actions ... Done |
210 | 2024-05-08T02:43:13.374Z | Planning: Checking for conflicting actions ... Done |
211 | 2024-05-08T02:43:13.399Z | Planning: Consolidating action changes ... Done |
212 | 2024-05-08T02:43:13.702Z | Planning: Evaluating mediators ... Done |
213 | 2024-05-08T02:43:13.775Z | Planning: Planning completed in 0.94 seconds |
214 | 2024-05-08T02:43:13.814Z | Packages to change: 1 |
215 | 2024-05-08T02:43:13.814Z | Mediators to change: 1 |
216 | 2024-05-08T02:43:13.814Z | Services to change: 1 |
217 | 2024-05-08T02:43:13.814Z | Create boot environment: No |
218 | 2024-05-08T02:43:13.839Z | Create backup boot environment: Yes |
219 | 2024-05-08T02:43:15.418Z | Actions: 1/6 actions (Updating modified actions) |
220 | 2024-05-08T02:43:15.444Z | Actions: Completed 6 actions in 0.00 seconds. |
221 | 2024-05-08T02:43:15.444Z | Done |
222 | 2024-05-08T02:43:15.444Z | Done |
223 | 2024-05-08T02:43:15.506Z | Done |
224 | 2024-05-08T02:43:20.040Z | Done |
225 | 2024-05-08T02:43:20.132Z | Done |
226 | 2024-05-08T02:43:20.160Z | Done |
227 | 2024-05-08T02:43:20.209Z | Done |
228 | 2024-05-08T02:43:20.751Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
229 | 2024-05-08T02:43:20.751Z | clang system 15 system |
230 | 2024-05-08T02:43:20.751Z | csh system system illumos |
231 | 2024-05-08T02:43:20.751Z | ctags system system illumos |
232 | 2024-05-08T02:43:20.751Z | gcc vendor 12 vendor |
233 | 2024-05-08T02:43:20.751Z | gcc system 10 system |
234 | 2024-05-08T02:43:20.751Z | gcc system 7 system |
235 | 2024-05-08T02:43:20.751Z | go system 1.20 system |
236 | 2024-05-08T02:43:20.751Z | go system 1.19 system |
237 | 2024-05-08T02:43:20.751Z | llvm system 15 system |
238 | 2024-05-08T02:43:20.751Z | llvm system 14 system |
239 | 2024-05-08T02:43:20.751Z | mariadb system 10.6 system |
240 | 2024-05-08T02:43:20.751Z | mta vendor vendor dma |
241 | 2024-05-08T02:43:20.751Z | openjdk system 17 system |
242 | 2024-05-08T02:43:20.751Z | openjdk system 11 system |
243 | 2024-05-08T02:43:20.751Z | openjdk system 1.8 system |
244 | 2024-05-08T02:43:20.751Z | openssl vendor 3 vendor |
245 | 2024-05-08T02:43:20.751Z | perl system 5.36 system |
246 | 2024-05-08T02:43:20.751Z | postgresql system 15 system |
247 | 2024-05-08T02:43:20.751Z | postgresql system 13 system |
248 | 2024-05-08T02:43:20.752Z | python vendor 3 vendor |
249 | 2024-05-08T02:43:20.752Z | python system 2 system |
250 | 2024-05-08T02:43:20.752Z | python3 system 3.11 system |
251 | 2024-05-08T02:43:20.752Z | ruby system 3.0 system |
252 | 2024-05-08T02:43:20.752Z | words vendor vendor american-english |
253 | 2024-05-08T02:43:20.752Z | words system system australian-english |
254 | 2024-05-08T02:43:20.752Z | words system system british-english |
255 | 2024-05-08T02:43:20.752Z | words system system canadian-english |
256 | 2024-05-08T02:43:20.752Z | words system system french |
257 | 2024-05-08T02:43:20.752Z | words system system italian |
258 | 2024-05-08T02:43:20.752Z | words system system ngerman |
259 | 2024-05-08T02:43:20.752Z | words system system ogerman |
260 | 2024-05-08T02:43:20.752Z | words system system spanish |
261 | 2024-05-08T02:43:21.170Z | PUBLISHER TYPE STATUS P LOCATION |
262 | 2024-05-08T02:43:21.170Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
263 | 2024-05-08T02:43:22.823Z | FMRI IFO |
264 | 2024-05-08T02:43:22.823Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
265 | 2024-05-08T02:43:22.823Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
266 | 2024-05-08T02:43:22.824Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
267 | 2024-05-08T02:43:22.824Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
268 | 2024-05-08T02:43:22.824Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
269 | 2024-05-08T02:43:22.824Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
270 | 2024-05-08T02:43:22.824Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
271 | 2024-05-08T02:43:22.824Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
272 | 2024-05-08T02:43:22.824Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
273 | 2024-05-08T02:43:22.824Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
274 | 2024-05-08T02:43:22.824Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
275 | 2024-05-08T02:43:22.824Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
276 | 2024-05-08T02:43:23.116Z | + set -o errexit |
277 | 2024-05-08T02:43:23.142Z | +++ dirname ./tools/ci_download_cockroachdb |
278 | 2024-05-08T02:43:23.142Z | ++ cd ./tools |
279 | 2024-05-08T02:43:23.142Z | ++ pwd |
280 | 2024-05-08T02:43:23.142Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
281 | 2024-05-08T02:43:23.142Z | ++ basename ./tools/ci_download_cockroachdb |
282 | 2024-05-08T02:43:23.142Z | + ARG0=ci_download_cockroachdb |
283 | 2024-05-08T02:43:23.142Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
284 | 2024-05-08T02:43:23.142Z | + CIDL_VERSION=v22.1.9 |
285 | 2024-05-08T02:43:23.142Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
286 | 2024-05-08T02:43:23.142Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
287 | 2024-05-08T02:43:23.142Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
288 | 2024-05-08T02:43:23.142Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
289 | 2024-05-08T02:43:23.143Z | + TARGET_DIR=out |
290 | 2024-05-08T02:43:23.143Z | + DOWNLOAD_DIR=out/downloads |
291 | 2024-05-08T02:43:23.143Z | + DEST_DIR=./out/cockroachdb |
292 | 2024-05-08T02:43:23.143Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
293 | 2024-05-08T02:43:23.143Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
294 | 2024-05-08T02:43:23.143Z | + main |
295 | 2024-05-08T02:43:23.143Z | + [[ 0 != 0 ]] |
296 | 2024-05-08T02:43:23.143Z | + CIDL_OS=solaris2.11 |
297 | 2024-05-08T02:43:23.143Z | + [[ 0 != 0 ]] |
298 | 2024-05-08T02:43:23.143Z | + configure_os solaris2.11 |
299 | 2024-05-08T02:43:23.143Z | + echo 'current directory: /work/oxidecomputer/omicron' |
300 | 2024-05-08T02:43:23.143Z | + echo 'configuring based on OS: "solaris2.11"' |
301 | 2024-05-08T02:43:23.143Z | + case "$1" in |
302 | 2024-05-08T02:43:23.143Z | + CIDL_BUILD=illumos |
303 | 2024-05-08T02:43:23.143Z | + CIDL_SUFFIX=tar.gz |
304 | 2024-05-08T02:43:23.143Z | current directory: /work/oxidecomputer/omicron |
305 | 2024-05-08T02:43:23.143Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
306 | 2024-05-08T02:43:23.143Z | + CIDL_URL_BASE=https://illumos.org/downloads |
307 | 2024-05-08T02:43:23.143Z | + CIDL_ASSEMBLE=do_assemble_illumos |
308 | 2024-05-08T02:43:23.143Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
309 | 2024-05-08T02:43:23.143Z | configuring based on OS: "solaris2.11" |
310 | 2024-05-08T02:43:23.143Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
311 | 2024-05-08T02:43:23.144Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
312 | 2024-05-08T02:43:23.144Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
313 | 2024-05-08T02:43:23.144Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
314 | 2024-05-08T02:43:23.144Z | + CIDL_SHA256FUNC=do_sha256sum |
315 | 2024-05-08T02:43:23.144Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
316 | 2024-05-08T02:43:23.144Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
317 | 2024-05-08T02:43:23.144Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
318 | 2024-05-08T02:43:23.144Z | + mkdir -p out/downloads |
319 | 2024-05-08T02:43:23.144Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
320 | 2024-05-08T02:43:23.144Z | + mkdir -p ./out/cockroachdb |
321 | 2024-05-08T02:43:23.144Z | + local DO_DOWNLOAD=true |
322 | 2024-05-08T02:43:23.144Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
323 | 2024-05-08T02:43:23.144Z | + '[' true == true ']' |
324 | 2024-05-08T02:43:23.144Z | + echo Downloading... |
325 | 2024-05-08T02:43:23.144Z | Downloading... |
326 | 2024-05-08T02:43:23.144Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
327 | 2024-05-08T02:43:23.144Z | + 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 |
328 | 2024-05-08T02:43:27.204Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
329 | 2024-05-08T02:43:27.230Z | ++ sha256sum |
330 | 2024-05-08T02:43:27.230Z | ++ awk '{print $1}' |
331 | 2024-05-08T02:43:27.283Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
332 | 2024-05-08T02:43:27.283Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
333 | 2024-05-08T02:43:27.283Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
334 | 2024-05-08T02:43:27.283Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
335 | 2024-05-08T02:43:30.294Z | + do_assemble_illumos |
336 | 2024-05-08T02:43:30.294Z | + rm -r ./out/cockroachdb |
337 | 2024-05-08T02:43:30.346Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
338 | 2024-05-08T02:43:30.697Z | + ./out/cockroachdb/bin/cockroach version |
339 | 2024-05-08T02:43:30.952Z | Build Tag: v22.1.9-dirty |
340 | 2024-05-08T02:43:30.952Z | Build Time: 2022/10/26 21:17:46 |
341 | 2024-05-08T02:43:30.953Z | Distribution: OSS |
342 | 2024-05-08T02:43:30.953Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
343 | 2024-05-08T02:43:30.953Z | Go Version: go1.17.13 |
344 | 2024-05-08T02:43:30.953Z | C Compiler: gcc 10.3.0 |
345 | 2024-05-08T02:43:30.953Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
346 | 2024-05-08T02:43:30.953Z | Build Type: release |
347 | 2024-05-08T02:43:30.978Z | + set -o errexit |
348 | 2024-05-08T02:43:30.978Z | +++ dirname ./tools/ci_download_clickhouse |
349 | 2024-05-08T02:43:30.979Z | ++ cd ./tools |
350 | 2024-05-08T02:43:30.979Z | ++ pwd |
351 | 2024-05-08T02:43:31.007Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
352 | 2024-05-08T02:43:31.007Z | ++ basename ./tools/ci_download_clickhouse |
353 | 2024-05-08T02:43:31.007Z | + ARG0=ci_download_clickhouse |
354 | 2024-05-08T02:43:31.007Z | + TARGET_DIR=out |
355 | 2024-05-08T02:43:31.007Z | + DOWNLOAD_DIR=out/downloads |
356 | 2024-05-08T02:43:31.007Z | + DEST_DIR=./out/clickhouse |
357 | 2024-05-08T02:43:31.007Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
358 | 2024-05-08T02:43:31.007Z | + CIDL_VERSION=v23.8.7.24 |
359 | 2024-05-08T02:43:31.007Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
360 | 2024-05-08T02:43:31.007Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
361 | 2024-05-08T02:43:31.007Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
362 | 2024-05-08T02:43:31.007Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
363 | 2024-05-08T02:43:31.007Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
364 | 2024-05-08T02:43:31.008Z | + main |
365 | 2024-05-08T02:43:31.008Z | + [[ 0 != 0 ]] |
366 | 2024-05-08T02:43:31.008Z | + CIDL_OS=solaris2.11 |
367 | 2024-05-08T02:43:31.008Z | + [[ 0 != 0 ]] |
368 | 2024-05-08T02:43:31.008Z | + configure_os solaris2.11 |
369 | 2024-05-08T02:43:31.008Z | + echo 'current directory: /work/oxidecomputer/omicron' |
370 | 2024-05-08T02:43:31.008Z | + echo 'configuring based on OS: "solaris2.11"' |
371 | 2024-05-08T02:43:31.008Z | current directory: /work/oxidecomputer/omicron |
372 | 2024-05-08T02:43:31.008Z | + CIDL_DASHREV= |
373 | 2024-05-08T02:43:31.008Z | configuring based on OS: "solaris2.11" |
374 | 2024-05-08T02:43:31.008Z | + case "$1" in |
375 | 2024-05-08T02:43:31.008Z | + CIDL_PLATFORM=illumos |
376 | 2024-05-08T02:43:31.008Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
377 | 2024-05-08T02:43:31.008Z | + CIDL_MD5FUNC=do_md5sum |
378 | 2024-05-08T02:43:31.008Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
379 | 2024-05-08T02:43:31.008Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
380 | 2024-05-08T02:43:31.008Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
381 | 2024-05-08T02:43:31.008Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
382 | 2024-05-08T02:43:31.008Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
383 | 2024-05-08T02:43:31.008Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
384 | 2024-05-08T02:43:31.008Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
385 | 2024-05-08T02:43:31.008Z | + mkdir -p out/downloads |
386 | 2024-05-08T02:43:31.008Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
387 | 2024-05-08T02:43:31.009Z | + mkdir -p ./out/clickhouse |
388 | 2024-05-08T02:43:31.009Z | + local DO_DOWNLOAD=true |
389 | 2024-05-08T02:43:31.009Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
390 | 2024-05-08T02:43:31.009Z | + '[' true == true ']' |
391 | 2024-05-08T02:43:31.009Z | + echo Downloading... |
392 | 2024-05-08T02:43:31.009Z | Downloading... |
393 | 2024-05-08T02:43:31.009Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
394 | 2024-05-08T02:43:31.009Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
395 | 2024-05-08T02:43:39.650Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
396 | 2024-05-08T02:43:39.678Z | ++ md5sum |
397 | 2024-05-08T02:43:39.678Z | ++ awk '{print $1}' |
398 | 2024-05-08T02:43:39.939Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
399 | 2024-05-08T02:43:39.939Z | + [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]] |
400 | 2024-05-08T02:43:39.940Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
401 | 2024-05-08T02:43:39.940Z | + mkdir -p ./out/clickhouse |
402 | 2024-05-08T02:43:39.978Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
403 | 2024-05-08T02:43:45.343Z | + [[ solaris2.11 == darwin* ]] |
404 | 2024-05-08T02:43:45.343Z | + ./out/clickhouse/clickhouse server --version |
405 | 2024-05-08T02:43:45.518Z | ClickHouse server version 23.8.7.1. |
406 | 2024-05-08T02:43:45.546Z | + set -o errexit |
407 | 2024-05-08T02:43:45.573Z | +++ dirname ./tools/ci_download_console |
408 | 2024-05-08T02:43:45.573Z | ++ cd ./tools |
409 | 2024-05-08T02:43:45.573Z | ++ pwd |
410 | 2024-05-08T02:43:45.573Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
411 | 2024-05-08T02:43:45.573Z | ++ basename ./tools/ci_download_console |
412 | 2024-05-08T02:43:45.573Z | + ARG0=ci_download_console |
413 | 2024-05-08T02:43:45.573Z | + TARGET_DIR=out |
414 | 2024-05-08T02:43:45.574Z | + DOWNLOAD_DIR=out/downloads |
415 | 2024-05-08T02:43:45.574Z | + DEST_DIR=./out/console-assets |
416 | 2024-05-08T02:43:45.574Z | + source /work/oxidecomputer/omicron/tools/console_version |
417 | 2024-05-08T02:43:45.574Z | ++ COMMIT=31d188450d18a705c7f3974a23b0c8e1273aa55a |
418 | 2024-05-08T02:43:45.574Z | ++ SHA2=2a3a0d2f19a1df4fa27088135d0e9af7d97adebd133ea1f5c946d98b010a3e78 |
419 | 2024-05-08T02:43:45.574Z | + URL=https://dl.oxide.computer/releases/console/31d188450d18a705c7f3974a23b0c8e1273aa55a.tar.gz |
420 | 2024-05-08T02:43:45.574Z | + TARBALL_FILE=out/downloads/console.tar.gz |
421 | 2024-05-08T02:43:45.574Z | + main |
422 | 2024-05-08T02:43:45.574Z | + [[ 0 != 0 ]] |
423 | 2024-05-08T02:43:45.574Z | + echo 'URL: https://dl.oxide.computer/releases/console/31d188450d18a705c7f3974a23b0c8e1273aa55a.tar.gz' |
424 | 2024-05-08T02:43:45.574Z | + echo 'Local file: out/downloads/console.tar.gz' |
425 | 2024-05-08T02:43:45.574Z | + local DO_DOWNLOAD=true |
426 | 2024-05-08T02:43:45.574Z | URL: https://dl.oxide.computer/releases/console/31d188450d18a705c7f3974a23b0c8e1273aa55a.tar.gz |
427 | 2024-05-08T02:43:45.574Z | Local file: out/downloads/console.tar.gz |
428 | 2024-05-08T02:43:45.574Z | + [[ -f out/downloads/console.tar.gz ]] |
429 | 2024-05-08T02:43:45.574Z | + mkdir -p out/downloads |
430 | 2024-05-08T02:43:45.574Z | + '[' true == true ']' |
431 | 2024-05-08T02:43:45.574Z | + echo Downloading... |
432 | 2024-05-08T02:43:45.574Z | Downloading... |
433 | 2024-05-08T02:43:45.574Z | + do_download_curl https://dl.oxide.computer/releases/console/31d188450d18a705c7f3974a23b0c8e1273aa55a.tar.gz out/downloads/console.tar.gz |
434 | 2024-05-08T02:43:45.574Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/31d188450d18a705c7f3974a23b0c8e1273aa55a.tar.gz |
435 | 2024-05-08T02:43:45.951Z | ++ do_sha256sum out/downloads/console.tar.gz |
436 | 2024-05-08T02:43:45.951Z | ++ case "$OSTYPE" in |
437 | 2024-05-08T02:43:45.951Z | ++ SHA=sha256sum |
438 | 2024-05-08T02:43:45.978Z | ++ sha256sum |
439 | 2024-05-08T02:43:45.978Z | ++ awk '{print $1}' |
440 | 2024-05-08T02:43:45.978Z | + calculated_sha2=2a3a0d2f19a1df4fa27088135d0e9af7d97adebd133ea1f5c946d98b010a3e78 |
441 | 2024-05-08T02:43:45.978Z | + [[ 2a3a0d2f19a1df4fa27088135d0e9af7d97adebd133ea1f5c946d98b010a3e78 != \2\a\3\a\0\d\2\f\1\9\a\1\d\f\4\f\a\2\7\0\8\8\1\3\5\d\0\e\9\a\f\7\d\9\7\a\d\e\b\d\1\3\3\e\a\1\f\5\c\9\4\6\d\9\8\b\0\1\0\a\3\e\7\8 ]] |
442 | 2024-05-08T02:43:45.978Z | + rm -rf ./out/console-assets |
443 | 2024-05-08T02:43:45.978Z | + mkdir -p ./out/console-assets |
444 | 2024-05-08T02:43:45.978Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
445 | 2024-05-08T02:43:45.978Z | + mkdir -p ./out/console-assets |
446 | 2024-05-08T02:43:45.978Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
447 | 2024-05-08T02:43:46.101Z | + set -o errexit |
448 | 2024-05-08T02:43:46.127Z | +++ dirname ./tools/ci_download_maghemite_openapi |
449 | 2024-05-08T02:43:46.127Z | ++ cd ./tools |
450 | 2024-05-08T02:43:46.127Z | ++ pwd |
451 | 2024-05-08T02:43:46.127Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
452 | 2024-05-08T02:43:46.127Z | ++ basename ./tools/ci_download_maghemite_openapi |
453 | 2024-05-08T02:43:46.127Z | + ARG0=ci_download_maghemite_openapi |
454 | 2024-05-08T02:43:46.127Z | + TARGET_DIR=out |
455 | 2024-05-08T02:43:46.128Z | + DOWNLOAD_DIR=out/downloads |
456 | 2024-05-08T02:43:46.128Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
457 | 2024-05-08T02:43:46.128Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
458 | 2024-05-08T02:43:46.128Z | ++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
459 | 2024-05-08T02:43:46.128Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
460 | 2024-05-08T02:43:46.128Z | + LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
461 | 2024-05-08T02:43:46.128Z | + main |
462 | 2024-05-08T02:43:46.128Z | + rm -rf out/downloads/root |
463 | 2024-05-08T02:43:46.128Z | + [[ 0 != 0 ]] |
464 | 2024-05-08T02:43:46.128Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json' |
465 | 2024-05-08T02:43:46.128Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
466 | 2024-05-08T02:43:46.128Z | + echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
467 | 2024-05-08T02:43:46.128Z | + local DO_DOWNLOAD=true |
468 | 2024-05-08T02:43:46.128Z | Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
469 | 2024-05-08T02:43:46.128Z | + [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
470 | 2024-05-08T02:43:46.128Z | + mkdir -p out/downloads |
471 | 2024-05-08T02:43:46.128Z | + '[' true == true ']' |
472 | 2024-05-08T02:43:46.128Z | + echo Downloading... |
473 | 2024-05-08T02:43:46.128Z | Downloading... |
474 | 2024-05-08T02:43:46.128Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
475 | 2024-05-08T02:43:46.128Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
476 | 2024-05-08T02:43:46.524Z | ++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
477 | 2024-05-08T02:43:46.524Z | ++ case "$OSTYPE" in |
478 | 2024-05-08T02:43:46.524Z | ++ SHA=sha256sum |
479 | 2024-05-08T02:43:46.550Z | ++ sha256sum |
480 | 2024-05-08T02:43:46.550Z | ++ awk '{print $1}' |
481 | 2024-05-08T02:43:46.550Z | + calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
482 | 2024-05-08T02:43:46.550Z | + [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]] |
483 | 2024-05-08T02:43:46.550Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
484 | 2024-05-08T02:43:46.550Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
485 | 2024-05-08T02:43:46.550Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
486 | 2024-05-08T02:43:46.550Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
487 | 2024-05-08T02:43:46.551Z | + LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
488 | 2024-05-08T02:43:46.551Z | + main |
489 | 2024-05-08T02:43:46.551Z | + rm -rf out/downloads/root |
490 | 2024-05-08T02:43:46.551Z | + [[ 0 != 0 ]] |
491 | 2024-05-08T02:43:46.551Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json' |
492 | 2024-05-08T02:43:46.551Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
493 | 2024-05-08T02:43:46.551Z | + echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
494 | 2024-05-08T02:43:46.551Z | Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
495 | 2024-05-08T02:43:46.551Z | + local DO_DOWNLOAD=true |
496 | 2024-05-08T02:43:46.551Z | + [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
497 | 2024-05-08T02:43:46.551Z | + mkdir -p out/downloads |
498 | 2024-05-08T02:43:46.551Z | + '[' true == true ']' |
499 | 2024-05-08T02:43:46.551Z | + echo Downloading... |
500 | 2024-05-08T02:43:46.551Z | Downloading... |
501 | 2024-05-08T02:43:46.551Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
502 | 2024-05-08T02:43:46.551Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
503 | 2024-05-08T02:43:46.766Z | ++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
504 | 2024-05-08T02:43:46.766Z | ++ case "$OSTYPE" in |
505 | 2024-05-08T02:43:46.766Z | ++ SHA=sha256sum |
506 | 2024-05-08T02:43:46.805Z | ++ sha256sum |
507 | 2024-05-08T02:43:46.805Z | ++ awk '{print $1}' |
508 | 2024-05-08T02:43:46.805Z | + calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
509 | 2024-05-08T02:43:46.806Z | + [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]] |
510 | 2024-05-08T02:43:46.806Z | + set -o errexit |
511 | 2024-05-08T02:43:46.806Z | +++ dirname ./tools/ci_download_dendrite_openapi |
512 | 2024-05-08T02:43:46.806Z | ++ cd ./tools |
513 | 2024-05-08T02:43:46.806Z | ++ pwd |
514 | 2024-05-08T02:43:46.806Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
515 | 2024-05-08T02:43:46.806Z | ++ basename ./tools/ci_download_dendrite_openapi |
516 | 2024-05-08T02:43:46.836Z | + ARG0=ci_download_dendrite_openapi |
517 | 2024-05-08T02:43:46.836Z | + TARGET_DIR=out |
518 | 2024-05-08T02:43:46.836Z | + DOWNLOAD_DIR=out/downloads |
519 | 2024-05-08T02:43:46.837Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
520 | 2024-05-08T02:43:46.837Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
521 | 2024-05-08T02:43:46.837Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
522 | 2024-05-08T02:43:46.837Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
523 | 2024-05-08T02:43:46.837Z | + LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
524 | 2024-05-08T02:43:46.837Z | + main |
525 | 2024-05-08T02:43:46.837Z | + [[ 0 != 0 ]] |
526 | 2024-05-08T02:43:46.837Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json' |
527 | 2024-05-08T02:43:46.837Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
528 | 2024-05-08T02:43:46.837Z | Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
529 | 2024-05-08T02:43:46.837Z | + echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json' |
530 | 2024-05-08T02:43:46.837Z | + local DO_DOWNLOAD=true |
531 | 2024-05-08T02:43:46.837Z | + [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]] |
532 | 2024-05-08T02:43:46.837Z | + mkdir -p out/downloads |
533 | 2024-05-08T02:43:46.838Z | + '[' true == true ']' |
534 | 2024-05-08T02:43:46.838Z | + echo Downloading... |
535 | 2024-05-08T02:43:46.838Z | Downloading... |
536 | 2024-05-08T02:43:46.838Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
537 | 2024-05-08T02:43:46.838Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
538 | 2024-05-08T02:43:47.055Z | ++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
539 | 2024-05-08T02:43:47.055Z | ++ case "$OSTYPE" in |
540 | 2024-05-08T02:43:47.055Z | ++ SHA=sha256sum |
541 | 2024-05-08T02:43:47.081Z | ++ sha256sum |
542 | 2024-05-08T02:43:47.081Z | ++ awk '{print $1}' |
543 | 2024-05-08T02:43:47.081Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
544 | 2024-05-08T02:43:47.081Z | + [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]] |
545 | 2024-05-08T02:43:47.082Z | + set -o errexit |
546 | 2024-05-08T02:43:47.082Z | +++ dirname ./tools/ci_download_dendrite_stub |
547 | 2024-05-08T02:43:47.082Z | ++ cd ./tools |
548 | 2024-05-08T02:43:47.082Z | ++ pwd |
549 | 2024-05-08T02:43:47.082Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
550 | 2024-05-08T02:43:47.108Z | ++ basename ./tools/ci_download_dendrite_stub |
551 | 2024-05-08T02:43:47.108Z | + ARG0=ci_download_dendrite_stub |
552 | 2024-05-08T02:43:47.109Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
553 | 2024-05-08T02:43:47.109Z | ++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
554 | 2024-05-08T02:43:47.109Z | ++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a |
555 | 2024-05-08T02:43:47.109Z | ++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b |
556 | 2024-05-08T02:43:47.109Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
557 | 2024-05-08T02:43:47.109Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
558 | 2024-05-08T02:43:47.109Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
559 | 2024-05-08T02:43:47.109Z | + TARGET_DIR=out |
560 | 2024-05-08T02:43:47.109Z | + DOWNLOAD_DIR=out/downloads |
561 | 2024-05-08T02:43:47.109Z | + DEST_DIR=./out/dendrite-stub |
562 | 2024-05-08T02:43:47.109Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
563 | 2024-05-08T02:43:47.109Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
564 | 2024-05-08T02:43:47.109Z | + REPO=oxidecomputer/dendrite |
565 | 2024-05-08T02:43:47.109Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690 |
566 | 2024-05-08T02:43:47.109Z | + main |
567 | 2024-05-08T02:43:47.109Z | + [[ 0 != 0 ]] |
568 | 2024-05-08T02:43:47.109Z | + CIDL_OS=solaris2.11 |
569 | 2024-05-08T02:43:47.109Z | + [[ 0 != 0 ]] |
570 | 2024-05-08T02:43:47.109Z | + configure_os solaris2.11 |
571 | 2024-05-08T02:43:47.109Z | + echo 'current directory: /work/oxidecomputer/omicron' |
572 | 2024-05-08T02:43:47.109Z | current directory: /work/oxidecomputer/omicron |
573 | 2024-05-08T02:43:47.109Z | + echo 'configuring based on OS: "solaris2.11"' |
574 | 2024-05-08T02:43:47.110Z | configuring based on OS: "solaris2.11" |
575 | 2024-05-08T02:43:47.110Z | + case "$1" in |
576 | 2024-05-08T02:43:47.110Z | + SET_BINARIES= |
577 | 2024-05-08T02:43:47.110Z | + CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
578 | 2024-05-08T02:43:47.110Z | + CIDL_SHA256FUNC=do_sha256sum |
579 | 2024-05-08T02:43:47.110Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
580 | 2024-05-08T02:43:47.110Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
581 | 2024-05-08T02:43:47.110Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
582 | 2024-05-08T02:43:47.110Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz' |
583 | 2024-05-08T02:43:47.110Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
584 | 2024-05-08T02:43:47.110Z | Local file: out/downloads/dendrite-stub.tar.gz |
585 | 2024-05-08T02:43:47.110Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
586 | 2024-05-08T02:43:47.110Z | + mkdir -p out/downloads |
587 | 2024-05-08T02:43:47.110Z | + mkdir -p ./out/dendrite-stub |
588 | 2024-05-08T02:43:47.110Z | + fetch_and_verify |
589 | 2024-05-08T02:43:47.110Z | + local DO_DOWNLOAD=true |
590 | 2024-05-08T02:43:47.110Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
591 | 2024-05-08T02:43:47.110Z | + '[' true == true ']' |
592 | 2024-05-08T02:43:47.110Z | + echo Downloading... |
593 | 2024-05-08T02:43:47.110Z | Downloading... |
594 | 2024-05-08T02:43:47.110Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
595 | 2024-05-08T02:43:47.110Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
596 | 2024-05-08T02:43:53.295Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
597 | 2024-05-08T02:43:53.321Z | ++ sha256sum |
598 | 2024-05-08T02:43:53.321Z | ++ awk '{print $1}' |
599 | 2024-05-08T02:43:53.347Z | + calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
600 | 2024-05-08T02:43:53.347Z | + [[ fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 != \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]] |
601 | 2024-05-08T02:43:53.347Z | + do_untar out/downloads/dendrite-stub.tar.gz |
602 | 2024-05-08T02:43:53.347Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
603 | 2024-05-08T02:43:54.234Z | + do_assemble |
604 | 2024-05-08T02:43:54.234Z | + rm -r ./out/dendrite-stub |
605 | 2024-05-08T02:43:54.268Z | + mkdir ./out/dendrite-stub |
606 | 2024-05-08T02:43:54.268Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
607 | 2024-05-08T02:43:54.391Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
608 | 2024-05-08T02:43:54.417Z | + set -o errexit |
609 | 2024-05-08T02:43:54.417Z | +++ dirname ./tools/ci_download_maghemite_mgd |
610 | 2024-05-08T02:43:54.417Z | ++ cd ./tools |
611 | 2024-05-08T02:43:54.417Z | ++ pwd |
612 | 2024-05-08T02:43:54.417Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
613 | 2024-05-08T02:43:54.417Z | ++ basename ./tools/ci_download_maghemite_mgd |
614 | 2024-05-08T02:43:54.417Z | + ARG0=ci_download_maghemite_mgd |
615 | 2024-05-08T02:43:54.417Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
616 | 2024-05-08T02:43:54.417Z | ++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
617 | 2024-05-08T02:43:54.417Z | ++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d |
618 | 2024-05-08T02:43:54.417Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
619 | 2024-05-08T02:43:54.443Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
620 | 2024-05-08T02:43:54.443Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
621 | 2024-05-08T02:43:54.443Z | + TARGET_DIR=out |
622 | 2024-05-08T02:43:54.444Z | + DOWNLOAD_DIR=out/downloads |
623 | 2024-05-08T02:43:54.444Z | + DEST_DIR=./out/mgd |
624 | 2024-05-08T02:43:54.444Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
625 | 2024-05-08T02:43:54.444Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
626 | 2024-05-08T02:43:54.444Z | + REPO=oxidecomputer/maghemite |
627 | 2024-05-08T02:43:54.444Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a |
628 | 2024-05-08T02:43:54.444Z | + main |
629 | 2024-05-08T02:43:54.444Z | + rm -rf out/downloads/root |
630 | 2024-05-08T02:43:54.444Z | + [[ 0 != 0 ]] |
631 | 2024-05-08T02:43:54.444Z | + CIDL_OS=solaris2.11 |
632 | 2024-05-08T02:43:54.444Z | + [[ 0 != 0 ]] |
633 | 2024-05-08T02:43:54.444Z | + configure_os solaris2.11 |
634 | 2024-05-08T02:43:54.444Z | + echo 'current directory: /work/oxidecomputer/omicron' |
635 | 2024-05-08T02:43:54.444Z | + echo 'configuring based on OS: "solaris2.11"' |
636 | 2024-05-08T02:43:54.444Z | current directory: /work/oxidecomputer/omicron |
637 | 2024-05-08T02:43:54.444Z | configuring based on OS: "solaris2.11" |
638 | 2024-05-08T02:43:54.444Z | + case "$1" in |
639 | 2024-05-08T02:43:54.444Z | + SET_BINARIES= |
640 | 2024-05-08T02:43:54.444Z | + CIDL_SHA256FUNC=do_sha256sum |
641 | 2024-05-08T02:43:54.444Z | + TARBALL_FILENAME=mgd.tar.gz |
642 | 2024-05-08T02:43:54.444Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
643 | 2024-05-08T02:43:54.444Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
644 | 2024-05-08T02:43:54.444Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz' |
645 | 2024-05-08T02:43:54.445Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
646 | 2024-05-08T02:43:54.445Z | + mkdir -p out/downloads |
647 | 2024-05-08T02:43:54.445Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
648 | 2024-05-08T02:43:54.445Z | Local file: out/downloads/mgd.tar.gz |
649 | 2024-05-08T02:43:54.445Z | + mkdir -p ./out/mgd |
650 | 2024-05-08T02:43:54.445Z | + fetch_and_verify |
651 | 2024-05-08T02:43:54.445Z | + local DO_DOWNLOAD=true |
652 | 2024-05-08T02:43:54.445Z | + [[ -f out/downloads/mgd.tar.gz ]] |
653 | 2024-05-08T02:43:54.445Z | + '[' true == true ']' |
654 | 2024-05-08T02:43:54.445Z | + echo Downloading... |
655 | 2024-05-08T02:43:54.445Z | Downloading... |
656 | 2024-05-08T02:43:54.445Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz |
657 | 2024-05-08T02:43:54.445Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
658 | 2024-05-08T02:43:58.821Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
659 | 2024-05-08T02:43:58.854Z | ++ sha256sum |
660 | 2024-05-08T02:43:58.855Z | ++ awk '{print $1}' |
661 | 2024-05-08T02:43:58.889Z | + calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
662 | 2024-05-08T02:43:58.890Z | + [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]] |
663 | 2024-05-08T02:43:58.890Z | + do_untar out/downloads/mgd.tar.gz |
664 | 2024-05-08T02:43:58.890Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
665 | 2024-05-08T02:43:59.700Z | + do_assemble |
666 | 2024-05-08T02:43:59.701Z | + rm -r ./out/mgd |
667 | 2024-05-08T02:43:59.726Z | + mkdir ./out/mgd |
668 | 2024-05-08T02:43:59.726Z | + cp -r out/downloads/root ./out/mgd/root |
669 | 2024-05-08T02:43:59.858Z | + set -o errexit |
670 | 2024-05-08T02:43:59.917Z | +++ dirname ./tools/ci_download_transceiver_control |
671 | 2024-05-08T02:43:59.917Z | ++ cd ./tools |
672 | 2024-05-08T02:43:59.917Z | ++ pwd |
673 | 2024-05-08T02:43:59.917Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
674 | 2024-05-08T02:43:59.917Z | ++ basename ./tools/ci_download_transceiver_control |
675 | 2024-05-08T02:43:59.918Z | + ARG0=ci_download_transceiver_control |
676 | 2024-05-08T02:43:59.918Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
677 | 2024-05-08T02:43:59.918Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
678 | 2024-05-08T02:43:59.918Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
679 | 2024-05-08T02:43:59.918Z | + TARGET_DIR=out |
680 | 2024-05-08T02:43:59.918Z | + DOWNLOAD_DIR=out/downloads |
681 | 2024-05-08T02:43:59.918Z | + DEST_DIR=./out/transceiver-control |
682 | 2024-05-08T02:43:59.918Z | + BIN_DIR=/opt/oxide/bin |
683 | 2024-05-08T02:43:59.918Z | + BINARY=xcvradm |
684 | 2024-05-08T02:43:59.918Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
685 | 2024-05-08T02:43:59.919Z | + REPO=oxidecomputer/transceiver-control |
686 | 2024-05-08T02:43:59.919Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
687 | 2024-05-08T02:43:59.919Z | + main |
688 | 2024-05-08T02:43:59.919Z | + [[ 0 != 0 ]] |
689 | 2024-05-08T02:43:59.919Z | + CIDL_OS=solaris2.11 |
690 | 2024-05-08T02:43:59.920Z | + [[ 0 != 0 ]] |
691 | 2024-05-08T02:43:59.920Z | + configure_os solaris2.11 |
692 | 2024-05-08T02:43:59.920Z | + echo 'current directory: /work/oxidecomputer/omicron' |
693 | 2024-05-08T02:43:59.920Z | current directory: /work/oxidecomputer/omicron |
694 | 2024-05-08T02:43:59.920Z | + echo 'configuring based on OS: "solaris2.11"' |
695 | 2024-05-08T02:43:59.920Z | + case "$1" in |
696 | 2024-05-08T02:43:59.921Z | + SET_BINARIES= |
697 | 2024-05-08T02:43:59.921Z | configuring based on OS: "solaris2.11" |
698 | 2024-05-08T02:43:59.921Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
699 | 2024-05-08T02:43:59.921Z | + CIDL_SHA256FUNC=do_sha256sum |
700 | 2024-05-08T02:43:59.921Z | + ARCHIVE_FILENAME=xcvradm.gz |
701 | 2024-05-08T02:43:59.922Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
702 | 2024-05-08T02:43:59.922Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
703 | 2024-05-08T02:43:59.922Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
704 | 2024-05-08T02:43:59.922Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
705 | 2024-05-08T02:43:59.922Z | + echo 'Local file: out/downloads/xcvradm.gz' |
706 | 2024-05-08T02:43:59.923Z | + mkdir -p out/downloads |
707 | 2024-05-08T02:43:59.923Z | Local file: out/downloads/xcvradm.gz |
708 | 2024-05-08T02:43:59.923Z | + mkdir -p ./out/transceiver-control |
709 | 2024-05-08T02:43:59.923Z | + fetch_and_verify |
710 | 2024-05-08T02:43:59.923Z | + local DO_DOWNLOAD=true |
711 | 2024-05-08T02:43:59.923Z | + [[ -f out/downloads/xcvradm.gz ]] |
712 | 2024-05-08T02:43:59.924Z | + '[' true == true ']' |
713 | 2024-05-08T02:43:59.924Z | + echo Downloading... |
714 | 2024-05-08T02:43:59.924Z | Downloading... |
715 | 2024-05-08T02:43:59.924Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
716 | 2024-05-08T02:43:59.925Z | + 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 |
717 | 2024-05-08T02:44:02.002Z | ++ do_sha256sum out/downloads/xcvradm.gz |
718 | 2024-05-08T02:44:02.037Z | ++ sha256sum |
719 | 2024-05-08T02:44:02.037Z | ++ awk '{print $1}' |
720 | 2024-05-08T02:44:02.037Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
721 | 2024-05-08T02:44:02.037Z | + [[ 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 ]] |
722 | 2024-05-08T02:44:02.037Z | + do_unpack out/downloads/xcvradm.gz |
723 | 2024-05-08T02:44:02.037Z | + mkdir -p out/downloads/root//opt/oxide/bin |
724 | 2024-05-08T02:44:02.037Z | + gzip -dc out/downloads/xcvradm.gz |
725 | 2024-05-08T02:44:02.158Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
726 | 2024-05-08T02:44:02.187Z | + do_assemble |
727 | 2024-05-08T02:44:02.187Z | + rm -r ./out/transceiver-control |
728 | 2024-05-08T02:44:02.188Z | + mkdir ./out/transceiver-control |
729 | 2024-05-08T02:44:02.188Z | + cp -r out/downloads/root ./out/transceiver-control/root |
730 | 2024-05-08T02:44:02.255Z | + set -o errexit |
731 | 2024-05-08T02:44:02.291Z | +++ dirname ./tools/ci_download_thundermuffin |
732 | 2024-05-08T02:44:02.291Z | ++ cd ./tools |
733 | 2024-05-08T02:44:02.291Z | ++ pwd |
734 | 2024-05-08T02:44:02.291Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
735 | 2024-05-08T02:44:02.291Z | ++ basename ./tools/ci_download_thundermuffin |
736 | 2024-05-08T02:44:02.291Z | + ARG0=ci_download_thundermuffin |
737 | 2024-05-08T02:44:02.291Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
738 | 2024-05-08T02:44:02.292Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
739 | 2024-05-08T02:44:02.292Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
740 | 2024-05-08T02:44:02.292Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
741 | 2024-05-08T02:44:02.292Z | + TARGET_DIR=out |
742 | 2024-05-08T02:44:02.292Z | + DOWNLOAD_DIR=out/downloads |
743 | 2024-05-08T02:44:02.292Z | + DEST_DIR=./out/thundermuffin |
744 | 2024-05-08T02:44:02.292Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
745 | 2024-05-08T02:44:02.292Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
746 | 2024-05-08T02:44:02.293Z | + REPO=oxidecomputer/thundermuffin |
747 | 2024-05-08T02:44:02.293Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
748 | 2024-05-08T02:44:02.293Z | + main |
749 | 2024-05-08T02:44:02.293Z | + rm -rf out/downloads/root |
750 | 2024-05-08T02:44:02.293Z | + [[ 0 != 0 ]] |
751 | 2024-05-08T02:44:02.293Z | + CIDL_OS=solaris2.11 |
752 | 2024-05-08T02:44:02.294Z | + [[ 0 != 0 ]] |
753 | 2024-05-08T02:44:02.294Z | + configure_os solaris2.11 |
754 | 2024-05-08T02:44:02.294Z | + echo 'current directory: /work/oxidecomputer/omicron' |
755 | 2024-05-08T02:44:02.294Z | current directory: /work/oxidecomputer/omicron |
756 | 2024-05-08T02:44:02.294Z | + echo 'configuring based on OS: "solaris2.11"' |
757 | 2024-05-08T02:44:02.294Z | + case "$1" in |
758 | 2024-05-08T02:44:02.294Z | + SET_BINARIES= |
759 | 2024-05-08T02:44:02.294Z | configuring based on OS: "solaris2.11" |
760 | 2024-05-08T02:44:02.294Z | + CIDL_SHA256FUNC=do_sha256sum |
761 | 2024-05-08T02:44:02.295Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
762 | 2024-05-08T02:44:02.295Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
763 | 2024-05-08T02:44:02.295Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
764 | 2024-05-08T02:44:02.295Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
765 | 2024-05-08T02:44:02.295Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
766 | 2024-05-08T02:44:02.295Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
767 | 2024-05-08T02:44:02.295Z | + mkdir -p out/downloads |
768 | 2024-05-08T02:44:02.295Z | Local file: out/downloads/thundermuffin.tar.gz |
769 | 2024-05-08T02:44:02.295Z | + mkdir -p ./out/thundermuffin |
770 | 2024-05-08T02:44:02.333Z | + fetch_and_verify |
771 | 2024-05-08T02:44:02.333Z | + local DO_DOWNLOAD=true |
772 | 2024-05-08T02:44:02.333Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
773 | 2024-05-08T02:44:02.333Z | + '[' true == true ']' |
774 | 2024-05-08T02:44:02.333Z | + echo Downloading... |
775 | 2024-05-08T02:44:02.334Z | Downloading... |
776 | 2024-05-08T02:44:02.334Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
777 | 2024-05-08T02:44:02.334Z | + curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
778 | 2024-05-08T02:44:03.364Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
779 | 2024-05-08T02:44:03.398Z | ++ sha256sum |
780 | 2024-05-08T02:44:03.398Z | ++ awk '{print $1}' |
781 | 2024-05-08T02:44:03.398Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
782 | 2024-05-08T02:44:03.398Z | + [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]] |
783 | 2024-05-08T02:44:03.398Z | + do_untar out/downloads/thundermuffin.tar.gz |
784 | 2024-05-08T02:44:03.398Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
785 | 2024-05-08T02:44:03.463Z | + do_assemble |
786 | 2024-05-08T02:44:03.463Z | + rm -r ./out/thundermuffin |
787 | 2024-05-08T02:44:03.490Z | + mkdir ./out/thundermuffin |
788 | 2024-05-08T02:44:03.491Z | + cp -r out/downloads/root ./out/thundermuffin/root |
789 | 2024-05-08T02:44:03.518Z | All builder prerequisites installed successfully, and PATH looks valid |
790 | 2024-05-08T02:44:03.519Z | |
791 | 2024-05-08T02:44:03.519Z | real 1:38.807727179 |
792 | 2024-05-08T02:44:03.519Z | user 45.671147953 |
793 | 2024-05-08T02:44:03.519Z | sys 12.046909942 |
794 | 2024-05-08T02:44:03.519Z | trap 0.013482362 |
795 | 2024-05-08T02:44:03.519Z | tflt 0.011994132 |
796 | 2024-05-08T02:44:03.519Z | dflt 0.021152867 |
797 | 2024-05-08T02:44:03.519Z | kflt 0.006166970 |
798 | 2024-05-08T02:44:03.519Z | lock 1.970178975 |
799 | 2024-05-08T02:44:03.520Z | slp 3:07.746471253 |
800 | 2024-05-08T02:44:03.520Z | lat 4.780702031 |
801 | 2024-05-08T02:44:03.520Z | stop 0.069600801 |
802 | 2024-05-08T02:44:03.520Z | |
803 | 2024-05-08T02:44:03.520Z | ##### # # # # ##### |
804 | 2024-05-08T02:44:03.520Z | # # # # # # # # |
805 | 2024-05-08T02:44:03.520Z | ##### # # # # # # |
806 | 2024-05-08T02:44:03.521Z | # # # # # # # # |
807 | 2024-05-08T02:44:03.521Z | # # # # # # # # |
808 | 2024-05-08T02:44:03.521Z | ##### #### # ###### ##### |
809 | 2024-05-08T02:44:03.521Z | |
810 | 2024-05-08T02:44:03.853Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
811 | 2024-05-08T02:44:04.357Z | Updating git repository `https://github.com/oxidecomputer/zone` |
812 | 2024-05-08T02:44:04.759Z | Updating crates.io index |
813 | 2024-05-08T02:44:04.822Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
814 | 2024-05-08T02:44:05.736Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
815 | 2024-05-08T02:44:06.519Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
816 | 2024-05-08T02:44:08.764Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
817 | 2024-05-08T02:44:09.503Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
818 | 2024-05-08T02:44:09.873Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
819 | 2024-05-08T02:44:11.070Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
820 | 2024-05-08T02:44:13.121Z | Updating git repository `https://github.com/oxidecomputer/opte` |
821 | 2024-05-08T02:44:14.387Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
822 | 2024-05-08T02:44:15.128Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
823 | 2024-05-08T02:44:15.674Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
824 | 2024-05-08T02:44:16.710Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
825 | 2024-05-08T02:44:17.259Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
826 | 2024-05-08T02:44:17.656Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
827 | 2024-05-08T02:44:18.180Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
828 | 2024-05-08T02:44:18.815Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
829 | 2024-05-08T02:44:19.255Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
830 | 2024-05-08T02:44:19.625Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
831 | 2024-05-08T02:44:20.004Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
832 | 2024-05-08T02:44:20.608Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
833 | 2024-05-08T02:44:21.203Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
834 | 2024-05-08T02:44:21.546Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
835 | 2024-05-08T02:44:22.315Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
836 | 2024-05-08T02:44:22.780Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
837 | 2024-05-08T02:44:23.203Z | Updating git repository `https://github.com/jgallagher/nix` |
838 | 2024-05-08T02:44:24.408Z | Updating git repository `https://github.com/cbiffle/hubpack` |
839 | 2024-05-08T02:44:25.037Z | Updating git repository `https://github.com/oxidecomputer/typify` |
840 | 2024-05-08T02:44:27.073Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
841 | 2024-05-08T02:44:27.518Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
842 | 2024-05-08T02:44:27.914Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
843 | 2024-05-08T02:44:28.658Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
844 | 2024-05-08T02:44:30.348Z | Downloading crates ... |
845 | 2024-05-08T02:44:30.485Z | Downloaded aead v0.5.2 |
846 | 2024-05-08T02:44:30.511Z | Downloaded aes v0.8.3 |
847 | 2024-05-08T02:44:30.512Z | Downloaded anstyle-parse v0.2.1 |
848 | 2024-05-08T02:44:30.512Z | Downloaded assert_matches v1.5.0 |
849 | 2024-05-08T02:44:30.512Z | Downloaded anstyle v1.0.6 |
850 | 2024-05-08T02:44:30.512Z | Downloaded bitflags v1.3.2 |
851 | 2024-05-08T02:44:30.539Z | Downloaded fragile v2.0.0 |
852 | 2024-05-08T02:44:30.539Z | Downloaded bitfield v0.14.0 |
853 | 2024-05-08T02:44:30.539Z | Downloaded bcrypt-pbkdf v0.10.0 |
854 | 2024-05-08T02:44:30.539Z | Downloaded futures-task v0.3.30 |
855 | 2024-05-08T02:44:30.539Z | Downloaded fxhash v0.2.1 |
856 | 2024-05-08T02:44:30.540Z | Downloaded futures-timer v3.0.2 |
857 | 2024-05-08T02:44:30.566Z | Downloaded hyper-rustls v0.24.2 |
858 | 2024-05-08T02:44:30.594Z | Downloaded proc-macro-error-attr v1.0.4 |
859 | 2024-05-08T02:44:30.619Z | Downloaded waitgroup v0.1.2 |
860 | 2024-05-08T02:44:30.619Z | Downloaded version_check v0.9.4 |
861 | 2024-05-08T02:44:30.619Z | Downloaded supports-color v3.0.0 |
862 | 2024-05-08T02:44:30.645Z | Downloaded equivalent v1.0.1 |
863 | 2024-05-08T02:44:30.671Z | Downloaded escape8259 v0.5.2 |
864 | 2024-05-08T02:44:30.671Z | Downloaded errno v0.3.8 |
865 | 2024-05-08T02:44:30.698Z | Downloaded russh-cryptovec v0.7.0 |
866 | 2024-05-08T02:44:30.698Z | Downloaded rtoolbox v0.0.1 |
867 | 2024-05-08T02:44:30.698Z | Downloaded foreign-types v0.3.2 |
868 | 2024-05-08T02:44:30.725Z | Downloaded foreign-types-shared v0.3.1 |
869 | 2024-05-08T02:44:30.725Z | Downloaded stability v0.2.0 |
870 | 2024-05-08T02:44:30.725Z | Downloaded newtype_derive v0.1.6 |
871 | 2024-05-08T02:44:30.751Z | Downloaded opaque-debug v0.3.0 |
872 | 2024-05-08T02:44:30.752Z | Downloaded lru v0.12.1 |
873 | 2024-05-08T02:44:30.781Z | Downloaded time-core v0.1.2 |
874 | 2024-05-08T02:44:30.781Z | Downloaded thiserror-impl v1.0.59 |
875 | 2024-05-08T02:44:30.781Z | Downloaded try-lock v0.2.4 |
876 | 2024-05-08T02:44:30.781Z | Downloaded tokio-native-tls v0.3.1 |
877 | 2024-05-08T02:44:30.808Z | Downloaded normalize-line-endings v0.3.0 |
878 | 2024-05-08T02:44:30.808Z | Downloaded num-conv v0.1.0 |
879 | 2024-05-08T02:44:30.808Z | Downloaded path-slash v0.1.5 |
880 | 2024-05-08T02:44:30.808Z | Downloaded phf_shared v0.10.0 |
881 | 2024-05-08T02:44:30.808Z | Downloaded peg-runtime v0.8.2 |
882 | 2024-05-08T02:44:30.808Z | Downloaded pest_generator v2.7.6 |
883 | 2024-05-08T02:44:30.834Z | Downloaded plotters-backend v0.3.5 |
884 | 2024-05-08T02:44:30.834Z | Downloaded pem-rfc7468 v0.7.0 |
885 | 2024-05-08T02:44:30.834Z | Downloaded pin-project-lite v0.2.13 |
886 | 2024-05-08T02:44:30.862Z | Downloaded unicode_categories v0.1.1 |
887 | 2024-05-08T02:44:30.862Z | Downloaded pest v2.7.6 |
888 | 2024-05-08T02:44:30.888Z | Downloaded petgraph v0.6.4 |
889 | 2024-05-08T02:44:30.914Z | Downloaded polar-core v0.27.3 |
890 | 2024-05-08T02:44:30.914Z | Downloaded trust-dns-proto v0.22.0 |
891 | 2024-05-08T02:44:30.940Z | Downloaded sha3 v0.10.8 |
892 | 2024-05-08T02:44:30.966Z | Downloaded libc v0.2.153 |
893 | 2024-05-08T02:44:30.991Z | Downloaded winapi v0.3.9 |
894 | 2024-05-08T02:44:31.037Z | Downloaded encoding_rs v0.8.33 |
895 | 2024-05-08T02:44:31.068Z | Downloaded tokio v1.37.0 |
896 | 2024-05-08T02:44:31.118Z | Downloaded openapiv3 v2.0.0 |
897 | 2024-05-08T02:44:31.144Z | Downloaded sled v0.34.7 |
898 | 2024-05-08T02:44:31.170Z | Downloaded csv v1.3.0 |
899 | 2024-05-08T02:44:31.196Z | Downloaded ring v0.17.8 |
900 | 2024-05-08T02:44:31.282Z | Downloaded ring v0.16.20 |
901 | 2024-05-08T02:44:31.387Z | Downloaded openssl v0.10.64 |
902 | 2024-05-08T02:44:31.413Z | Downloaded rustls v0.22.4 |
903 | 2024-05-08T02:44:31.438Z | Downloaded rustix v0.38.31 |
904 | 2024-05-08T02:44:31.464Z | Downloaded nix v0.28.0 |
905 | 2024-05-08T02:44:31.464Z | Downloaded smoltcp v0.11.0 |
906 | 2024-05-08T02:44:31.492Z | Downloaded zerocopy-derive v0.6.6 |
907 | 2024-05-08T02:44:31.517Z | Downloaded zerocopy-derive v0.2.0 |
908 | 2024-05-08T02:44:31.517Z | Downloaded regex-automata v0.4.5 |
909 | 2024-05-08T02:44:31.543Z | Downloaded num-bigint-dig v0.8.4 |
910 | 2024-05-08T02:44:31.543Z | Downloaded object v0.32.1 |
911 | 2024-05-08T02:44:31.543Z | Downloaded object v0.30.4 |
912 | 2024-05-08T02:44:31.569Z | Downloaded rustls v0.21.9 |
913 | 2024-05-08T02:44:31.594Z | Downloaded webpki-roots v0.25.2 |
914 | 2024-05-08T02:44:31.594Z | Downloaded num-bigint v0.4.4 |
915 | 2024-05-08T02:44:31.595Z | Downloaded tower v0.4.13 |
916 | 2024-05-08T02:44:31.595Z | Downloaded tough v0.17.1 |
917 | 2024-05-08T02:44:31.620Z | Downloaded time v0.3.34 |
918 | 2024-05-08T02:44:31.620Z | Downloaded sqlparser v0.45.0 |
919 | 2024-05-08T02:44:31.620Z | Downloaded smoltcp v0.9.1 |
920 | 2024-05-08T02:44:31.646Z | Downloaded regex v1.10.4 |
921 | 2024-05-08T02:44:31.672Z | Downloaded radix_trie v0.2.1 |
922 | 2024-05-08T02:44:31.672Z | Downloaded diesel v2.1.6 |
923 | 2024-05-08T02:44:31.699Z | Downloaded curve25519-dalek v4.1.2 |
924 | 2024-05-08T02:44:31.699Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
925 | 2024-05-08T02:44:31.724Z | Downloaded unicode-segmentation v1.10.1 |
926 | 2024-05-08T02:44:31.724Z | Downloaded unicode-normalization v0.1.22 |
927 | 2024-05-08T02:44:31.724Z | Downloaded typed-path v0.7.0 |
928 | 2024-05-08T02:44:31.724Z | Downloaded trust-dns-server v0.22.1 |
929 | 2024-05-08T02:44:31.724Z | Downloaded trust-dns-resolver v0.22.0 |
930 | 2024-05-08T02:44:31.751Z | Downloaded trust-dns-client v0.22.0 |
931 | 2024-05-08T02:44:31.751Z | Downloaded toml_edit v0.22.12 |
932 | 2024-05-08T02:44:31.776Z | Downloaded toml_edit v0.19.15 |
933 | 2024-05-08T02:44:31.802Z | Downloaded tokio-util v0.7.10 |
934 | 2024-05-08T02:44:31.802Z | Downloaded portable-atomic v1.4.3 |
935 | 2024-05-08T02:44:31.802Z | Downloaded ratatui v0.26.2 |
936 | 2024-05-08T02:44:31.828Z | Downloaded pin-project-internal v1.1.3 |
937 | 2024-05-08T02:44:31.828Z | Downloaded phf v0.11.2 |
938 | 2024-05-08T02:44:31.828Z | Downloaded pest_derive v2.7.6 |
939 | 2024-05-08T02:44:31.828Z | Downloaded tungstenite v0.21.0 |
940 | 2024-05-08T02:44:31.828Z | Downloaded tungstenite v0.20.1 |
941 | 2024-05-08T02:44:31.853Z | Downloaded tracing-core v0.1.32 |
942 | 2024-05-08T02:44:31.854Z | Downloaded tracing v0.1.40 |
943 | 2024-05-08T02:44:31.854Z | Downloaded peg v0.8.2 |
944 | 2024-05-08T02:44:31.854Z | Downloaded password-hash v0.5.0 |
945 | 2024-05-08T02:44:31.854Z | Downloaded password-hash v0.4.2 |
946 | 2024-05-08T02:44:31.854Z | Downloaded partial-io v0.5.4 |
947 | 2024-05-08T02:44:31.854Z | Downloaded num_enum_derive v0.5.11 |
948 | 2024-05-08T02:44:31.854Z | Downloaded unsafe-libyaml v0.2.10 |
949 | 2024-05-08T02:44:31.880Z | Downloaded trybuild v1.0.91 |
950 | 2024-05-08T02:44:31.880Z | Downloaded proptest v1.4.0 |
951 | 2024-05-08T02:44:31.880Z | Downloaded pin-utils v0.1.0 |
952 | 2024-05-08T02:44:31.880Z | Downloaded phf_shared v0.11.2 |
953 | 2024-05-08T02:44:31.880Z | Downloaded peg-macros v0.8.2 |
954 | 2024-05-08T02:44:31.880Z | Downloaded num-traits v0.2.18 |
955 | 2024-05-08T02:44:31.880Z | Downloaded num-complex v0.4.5 |
956 | 2024-05-08T02:44:31.880Z | Downloaded macaddr v1.0.1 |
957 | 2024-05-08T02:44:31.906Z | Downloaded toml v0.7.8 |
958 | 2024-05-08T02:44:31.906Z | Downloaded tokio-tungstenite v0.21.0 |
959 | 2024-05-08T02:44:31.906Z | Downloaded tokio-postgres v0.7.10 |
960 | 2024-05-08T02:44:31.906Z | Downloaded winnow v0.5.15 |
961 | 2024-05-08T02:44:31.906Z | Downloaded percent-encoding v2.3.1 |
962 | 2024-05-08T02:44:31.906Z | Downloaded pem v3.0.4 |
963 | 2024-05-08T02:44:31.906Z | Downloaded pbkdf2 v0.12.2 |
964 | 2024-05-08T02:44:31.906Z | Downloaded pbkdf2 v0.11.0 |
965 | 2024-05-08T02:44:31.931Z | Downloaded paste v1.0.14 |
966 | 2024-05-08T02:44:31.931Z | Downloaded parse-size v1.0.0 |
967 | 2024-05-08T02:44:31.932Z | Downloaded parse-display-derive v0.9.0 |
968 | 2024-05-08T02:44:31.932Z | Downloaded parse-display v0.9.0 |
969 | 2024-05-08T02:44:31.932Z | Downloaded num_enum v0.5.11 |
970 | 2024-05-08T02:44:31.932Z | Downloaded num-rational v0.4.1 |
971 | 2024-05-08T02:44:31.932Z | Downloaded typenum v1.16.0 |
972 | 2024-05-08T02:44:31.932Z | Downloaded toml v0.8.12 |
973 | 2024-05-08T02:44:31.932Z | Downloaded winnow v0.6.1 |
974 | 2024-05-08T02:44:31.957Z | Downloaded num-derive v0.4.0 |
975 | 2024-05-08T02:44:31.957Z | Downloaded md-5 v0.10.5 |
976 | 2024-05-08T02:44:31.957Z | Downloaded managed v0.8.0 |
977 | 2024-05-08T02:44:31.957Z | Downloaded toml v0.5.11 |
978 | 2024-05-08T02:44:31.957Z | Downloaded quick-xml v0.31.0 |
979 | 2024-05-08T02:44:31.957Z | Downloaded rustls-webpki v0.102.1 |
980 | 2024-05-08T02:44:31.982Z | Downloaded peeking_take_while v0.1.2 |
981 | 2024-05-08T02:44:31.982Z | Downloaded pathdiff v0.2.1 |
982 | 2024-05-08T02:44:31.983Z | Downloaded num_cpus v1.16.0 |
983 | 2024-05-08T02:44:32.007Z | Downloaded num-iter v0.1.44 |
984 | 2024-05-08T02:44:32.007Z | Downloaded num-integer v0.1.46 |
985 | 2024-05-08T02:44:32.008Z | Downloaded nu-ansi-term v0.50.0 |
986 | 2024-05-08T02:44:32.008Z | Downloaded maybe-uninit v2.0.0 |
987 | 2024-05-08T02:44:32.008Z | Downloaded maplit v1.0.2 |
988 | 2024-05-08T02:44:32.008Z | Downloaded tracing-attributes v0.1.27 |
989 | 2024-05-08T02:44:32.008Z | Downloaded tokio-tungstenite v0.20.1 |
990 | 2024-05-08T02:44:32.008Z | Downloaded tokio-rustls v0.25.0 |
991 | 2024-05-08T02:44:32.008Z | Downloaded nom v7.1.3 |
992 | 2024-05-08T02:44:32.008Z | Downloaded memchr v2.7.1 |
993 | 2024-05-08T02:44:32.033Z | Downloaded libxml v0.3.3 |
994 | 2024-05-08T02:44:32.033Z | Downloaded openssl-macros v0.1.1 |
995 | 2024-05-08T02:44:32.033Z | Downloaded num v0.4.2 |
996 | 2024-05-08T02:44:32.033Z | Downloaded untrusted v0.7.1 |
997 | 2024-05-08T02:44:32.033Z | Downloaded universal-hash v0.5.1 |
998 | 2024-05-08T02:44:32.033Z | Downloaded unicode-xid v0.2.4 |
999 | 2024-05-08T02:44:32.033Z | Downloaded unicode-width v0.1.11 |
1000 | 2024-05-08T02:44:32.033Z | Downloaded tokio-stream v0.1.15 |
1001 | 2024-05-08T02:44:32.033Z | Downloaded zerocopy v0.7.32 |
1002 | 2024-05-08T02:44:32.058Z | Downloaded matches v0.1.10 |
1003 | 2024-05-08T02:44:32.058Z | Downloaded tui-tree-widget v0.19.0 |
1004 | 2024-05-08T02:44:32.059Z | Downloaded tokio-rustls v0.24.1 |
1005 | 2024-05-08T02:44:32.083Z | Downloaded poly1305 v0.8.0 |
1006 | 2024-05-08T02:44:32.083Z | Downloaded tinyvec v1.6.0 |
1007 | 2024-05-08T02:44:32.083Z | Downloaded textwrap v0.16.1 |
1008 | 2024-05-08T02:44:32.083Z | Downloaded postcard v1.0.8 |
1009 | 2024-05-08T02:44:32.083Z | Downloaded omicron-zone-package v0.11.0 |
1010 | 2024-05-08T02:44:32.084Z | Downloaded mio v0.8.11 |
1011 | 2024-05-08T02:44:32.084Z | Downloaded p521 v0.13.3 |
1012 | 2024-05-08T02:44:32.109Z | Downloaded match_cfg v0.1.0 |
1013 | 2024-05-08T02:44:32.109Z | Downloaded topological-sort v0.2.2 |
1014 | 2024-05-08T02:44:32.109Z | Downloaded toml_datetime v0.6.5 |
1015 | 2024-05-08T02:44:32.109Z | Downloaded polyval v0.6.1 |
1016 | 2024-05-08T02:44:32.109Z | Downloaded tinytemplate v1.2.1 |
1017 | 2024-05-08T02:44:32.109Z | Downloaded time-macros v0.2.17 |
1018 | 2024-05-08T02:44:32.110Z | Downloaded thiserror-impl-no-std v2.0.2 |
1019 | 2024-05-08T02:44:32.110Z | Downloaded test-strategy v0.3.1 |
1020 | 2024-05-08T02:44:32.110Z | Downloaded postgres-protocol v0.6.6 |
1021 | 2024-05-08T02:44:32.110Z | Downloaded minimal-lexical v0.2.1 |
1022 | 2024-05-08T02:44:32.137Z | Downloaded rayon v1.10.0 |
1023 | 2024-05-08T02:44:32.137Z | Downloaded rustls-webpki v0.101.7 |
1024 | 2024-05-08T02:44:32.162Z | Downloaded regex-syntax v0.8.2 |
1025 | 2024-05-08T02:44:32.162Z | Downloaded tokio-macros v2.2.0 |
1026 | 2024-05-08T02:44:32.162Z | Downloaded plotters-svg v0.3.5 |
1027 | 2024-05-08T02:44:32.162Z | Downloaded rustc-demangle v0.1.23 |
1028 | 2024-05-08T02:44:32.162Z | Downloaded rust-argon2 v2.1.0 |
1029 | 2024-05-08T02:44:32.162Z | Downloaded predicates v3.1.0 |
1030 | 2024-05-08T02:44:32.162Z | Downloaded postgres-types v0.2.6 |
1031 | 2024-05-08T02:44:32.187Z | Downloaded linear-map v1.2.0 |
1032 | 2024-05-08T02:44:32.187Z | Downloaded regress v0.9.1 |
1033 | 2024-05-08T02:44:32.188Z | Downloaded tower-service v0.3.2 |
1034 | 2024-05-08T02:44:32.188Z | Downloaded tower-layer v0.3.2 |
1035 | 2024-05-08T02:44:32.188Z | Downloaded toolchain_find v0.4.0 |
1036 | 2024-05-08T02:44:32.188Z | Downloaded tinyvec_macros v0.1.1 |
1037 | 2024-05-08T02:44:32.188Z | Downloaded tiny-keccak v2.0.2 |
1038 | 2024-05-08T02:44:32.188Z | Downloaded threadpool v1.8.1 |
1039 | 2024-05-08T02:44:32.188Z | Downloaded thread_local v1.1.7 |
1040 | 2024-05-08T02:44:32.188Z | Downloaded thread-id v4.2.0 |
1041 | 2024-05-08T02:44:32.188Z | Downloaded thiserror-no-std v2.0.2 |
1042 | 2024-05-08T02:44:32.213Z | Downloaded thiserror v1.0.59 |
1043 | 2024-05-08T02:44:32.213Z | Downloaded rustc-hash v1.1.0 |
1044 | 2024-05-08T02:44:32.213Z | Downloaded ppv-lite86 v0.2.17 |
1045 | 2024-05-08T02:44:32.213Z | Downloaded powerfmt v0.2.0 |
1046 | 2024-05-08T02:44:32.213Z | Downloaded once_cell v1.19.0 |
1047 | 2024-05-08T02:44:32.213Z | Downloaded steno v0.4.0 |
1048 | 2024-05-08T02:44:32.213Z | Downloaded snafu v0.8.2 |
1049 | 2024-05-08T02:44:32.238Z | Downloaded russh-keys v0.43.0 |
1050 | 2024-05-08T02:44:32.238Z | Downloaded predicates-core v1.0.6 |
1051 | 2024-05-08T02:44:32.238Z | Downloaded precomputed-hash v0.1.1 |
1052 | 2024-05-08T02:44:32.239Z | Downloaded portpicker v0.1.1 |
1053 | 2024-05-08T02:44:32.239Z | Downloaded olpc-cjson v0.1.3 |
1054 | 2024-05-08T02:44:32.239Z | Downloaded log v0.4.21 |
1055 | 2024-05-08T02:44:32.239Z | Downloaded linked-hash-map v0.5.6 |
1056 | 2024-05-08T02:44:32.239Z | Downloaded untrusted v0.9.0 |
1057 | 2024-05-08T02:44:32.239Z | Downloaded target-lexicon v0.12.13 |
1058 | 2024-05-08T02:44:32.239Z | Downloaded slog-term v2.9.1 |
1059 | 2024-05-08T02:44:32.239Z | Downloaded rustls-pki-types v1.3.0 |
1060 | 2024-05-08T02:44:32.239Z | Downloaded rustls-pemfile v2.1.2 |
1061 | 2024-05-08T02:44:32.239Z | Downloaded rustls-native-certs v0.7.0 |
1062 | 2024-05-08T02:44:32.264Z | Downloaded miniz_oxide v0.7.1 |
1063 | 2024-05-08T02:44:32.264Z | Downloaded mime_guess v2.0.4 |
1064 | 2024-05-08T02:44:32.264Z | Downloaded url v2.5.0 |
1065 | 2024-05-08T02:44:32.264Z | Downloaded reedline v0.31.0 |
1066 | 2024-05-08T02:44:32.265Z | Downloaded zip v0.6.6 |
1067 | 2024-05-08T02:44:32.265Z | Downloaded syn v2.0.60 |
1068 | 2024-05-08T02:44:32.290Z | Downloaded regex-syntax v0.6.29 |
1069 | 2024-05-08T02:44:32.290Z | Downloaded termtree v0.4.1 |
1070 | 2024-05-08T02:44:32.290Z | Downloaded pretty-hex v0.4.1 |
1071 | 2024-05-08T02:44:32.290Z | Downloaded pretty-hex v0.2.1 |
1072 | 2024-05-08T02:44:32.316Z | Downloaded predicates-tree v1.0.9 |
1073 | 2024-05-08T02:44:32.316Z | Downloaded oorandom v11.1.3 |
1074 | 2024-05-08T02:44:32.316Z | Downloaded number_prefix v0.4.0 |
1075 | 2024-05-08T02:44:32.316Z | Downloaded num_threads v0.1.6 |
1076 | 2024-05-08T02:44:32.316Z | Downloaded lru-cache v0.1.2 |
1077 | 2024-05-08T02:44:32.316Z | Downloaded lock_api v0.4.10 |
1078 | 2024-05-08T02:44:32.316Z | Downloaded slog-stdlog v4.1.1 |
1079 | 2024-05-08T02:44:32.316Z | Downloaded slog-scope v4.4.0 |
1080 | 2024-05-08T02:44:32.316Z | Downloaded rustls-pemfile v1.0.3 |
1081 | 2024-05-08T02:44:32.316Z | Downloaded rustfmt-wrapper v0.2.1 |
1082 | 2024-05-08T02:44:32.316Z | Downloaded rustc_version v0.4.0 |
1083 | 2024-05-08T02:44:32.316Z | Downloaded rustc_version v0.1.7 |
1084 | 2024-05-08T02:44:32.316Z | Downloaded memmap2 v0.7.1 |
1085 | 2024-05-08T02:44:32.316Z | Downloaded tar v0.4.40 |
1086 | 2024-05-08T02:44:32.316Z | Downloaded socket2 v0.5.6 |
1087 | 2024-05-08T02:44:32.316Z | Downloaded socket2 v0.4.9 |
1088 | 2024-05-08T02:44:32.342Z | Downloaded flate2 v1.0.28 |
1089 | 2024-05-08T02:44:32.342Z | Downloaded fancy-regex v0.13.0 |
1090 | 2024-05-08T02:44:32.342Z | Downloaded x509-cert v0.2.4 |
1091 | 2024-05-08T02:44:32.342Z | Downloaded publicsuffix v2.2.3 |
1092 | 2024-05-08T02:44:32.342Z | Downloaded pretty_assertions v1.4.0 |
1093 | 2024-05-08T02:44:32.342Z | Downloaded syn v1.0.109 |
1094 | 2024-05-08T02:44:32.368Z | Downloaded termios v0.3.3 |
1095 | 2024-05-08T02:44:32.368Z | Downloaded term v0.7.0 |
1096 | 2024-05-08T02:44:32.368Z | Downloaded tempfile v3.10.1 |
1097 | 2024-05-08T02:44:32.368Z | Downloaded multer v3.0.0 |
1098 | 2024-05-08T02:44:32.368Z | Downloaded mockall_derive v0.12.1 |
1099 | 2024-05-08T02:44:32.368Z | Downloaded mockall v0.12.1 |
1100 | 2024-05-08T02:44:32.394Z | Downloaded spin v0.9.8 |
1101 | 2024-05-08T02:44:32.394Z | Downloaded snafu-derive v0.8.2 |
1102 | 2024-05-08T02:44:32.394Z | Downloaded smallvec v1.13.1 |
1103 | 2024-05-08T02:44:32.394Z | Downloaded flume v0.11.0 |
1104 | 2024-05-08T02:44:32.394Z | Downloaded usdt-impl v0.5.0 |
1105 | 2024-05-08T02:44:32.394Z | Downloaded russh v0.43.0 |
1106 | 2024-05-08T02:44:32.394Z | Downloaded ref-cast-impl v1.0.22 |
1107 | 2024-05-08T02:44:32.394Z | Downloaded rand v0.7.3 |
1108 | 2024-05-08T02:44:32.420Z | Downloaded serde_with v3.7.0 |
1109 | 2024-05-08T02:44:32.420Z | Downloaded terminal_size v0.3.0 |
1110 | 2024-05-08T02:44:32.420Z | Downloaded termcolor v1.2.0 |
1111 | 2024-05-08T02:44:32.420Z | Downloaded target-spec v3.1.0 |
1112 | 2024-05-08T02:44:32.420Z | Downloaded nodrop v0.1.14 |
1113 | 2024-05-08T02:44:32.420Z | Downloaded nibble_vec v0.1.0 |
1114 | 2024-05-08T02:44:32.420Z | Downloaded newtype-uuid v1.1.0 |
1115 | 2024-05-08T02:44:32.420Z | Downloaded native-tls v0.2.11 |
1116 | 2024-05-08T02:44:32.420Z | Downloaded nanorand v0.7.0 |
1117 | 2024-05-08T02:44:32.446Z | Downloaded multimap v0.10.0 |
1118 | 2024-05-08T02:44:32.446Z | Downloaded mime v0.3.17 |
1119 | 2024-05-08T02:44:32.446Z | Downloaded memoffset v0.7.1 |
1120 | 2024-05-08T02:44:32.446Z | Downloaded memmap v0.7.0 |
1121 | 2024-05-08T02:44:32.447Z | Downloaded strip-ansi-escapes v0.2.0 |
1122 | 2024-05-08T02:44:32.447Z | Downloaded spin v0.5.2 |
1123 | 2024-05-08T02:44:32.447Z | Downloaded smf v0.2.3 |
1124 | 2024-05-08T02:44:32.447Z | Downloaded smawk v0.3.1 |
1125 | 2024-05-08T02:44:32.447Z | Downloaded smallvec v0.6.14 |
1126 | 2024-05-08T02:44:32.447Z | Downloaded fatfs v0.3.6 |
1127 | 2024-05-08T02:44:32.447Z | Downloaded usdt-impl v0.3.5 |
1128 | 2024-05-08T02:44:32.447Z | Downloaded usdt v0.3.5 |
1129 | 2024-05-08T02:44:32.447Z | Downloaded rayon-core v1.12.1 |
1130 | 2024-05-08T02:44:32.447Z | Downloaded openssl-sys v0.9.102 |
1131 | 2024-05-08T02:44:32.472Z | Downloaded vcpkg v0.2.15 |
1132 | 2024-05-08T02:44:32.508Z | Downloaded idna v0.2.3 |
1133 | 2024-05-08T02:44:32.533Z | Downloaded newline-converter v0.3.0 |
1134 | 2024-05-08T02:44:32.533Z | Downloaded new_debug_unreachable v1.0.4 |
1135 | 2024-05-08T02:44:32.533Z | Downloaded nested v0.1.1 |
1136 | 2024-05-08T02:44:32.533Z | Downloaded md5 v0.7.0 |
1137 | 2024-05-08T02:44:32.533Z | Downloaded structmeta v0.2.0 |
1138 | 2024-05-08T02:44:32.533Z | Downloaded strsim v0.11.0 |
1139 | 2024-05-08T02:44:32.533Z | Downloaded strsim v0.10.0 |
1140 | 2024-05-08T02:44:32.533Z | Downloaded stringprep v0.1.3 |
1141 | 2024-05-08T02:44:32.533Z | Downloaded string_cache v0.8.7 |
1142 | 2024-05-08T02:44:32.534Z | Downloaded static_assertions v1.1.0 |
1143 | 2024-05-08T02:44:32.534Z | Downloaded stable_deref_trait v1.2.0 |
1144 | 2024-05-08T02:44:32.534Z | Downloaded sqlformat v0.2.3 |
1145 | 2024-05-08T02:44:32.534Z | Downloaded spki v0.7.2 |
1146 | 2024-05-08T02:44:32.534Z | Downloaded yasna v0.5.2 |
1147 | 2024-05-08T02:44:32.561Z | Downloaded wyz v0.5.1 |
1148 | 2024-05-08T02:44:32.561Z | Downloaded utf-8 v0.7.6 |
1149 | 2024-05-08T02:44:32.561Z | Downloaded usdt-macro v0.5.0 |
1150 | 2024-05-08T02:44:32.561Z | Downloaded usdt-macro v0.3.5 |
1151 | 2024-05-08T02:44:32.561Z | Downloaded usdt v0.5.0 |
1152 | 2024-05-08T02:44:32.561Z | Downloaded rsa v0.9.2 |
1153 | 2024-05-08T02:44:32.561Z | Downloaded ron v0.8.1 |
1154 | 2024-05-08T02:44:32.561Z | Downloaded quote v1.0.36 |
1155 | 2024-05-08T02:44:32.561Z | Downloaded proc-macro2 v1.0.81 |
1156 | 2024-05-08T02:44:32.586Z | Downloaded parking_lot v0.12.1 |
1157 | 2024-05-08T02:44:32.586Z | Downloaded papergrid v0.11.0 |
1158 | 2024-05-08T02:44:32.586Z | Downloaded p256 v0.13.2 |
1159 | 2024-05-08T02:44:32.586Z | Downloaded oso-derive v0.27.3 |
1160 | 2024-05-08T02:44:32.586Z | Downloaded oso v0.27.3 |
1161 | 2024-05-08T02:44:32.586Z | Downloaded criterion v0.5.1 |
1162 | 2024-05-08T02:44:32.611Z | Downloaded serde_json v1.0.116 |
1163 | 2024-05-08T02:44:32.612Z | Downloaded serde v1.0.199 |
1164 | 2024-05-08T02:44:32.612Z | Downloaded samael v0.0.15 |
1165 | 2024-05-08T02:44:32.612Z | Downloaded salty v0.2.0 |
1166 | 2024-05-08T02:44:32.637Z | Downloaded env_logger v0.9.3 |
1167 | 2024-05-08T02:44:32.637Z | Downloaded crossterm v0.27.0 |
1168 | 2024-05-08T02:44:32.637Z | Downloaded idna v0.5.0 |
1169 | 2024-05-08T02:44:32.637Z | Downloaded idna v0.3.0 |
1170 | 2024-05-08T02:44:32.665Z | Downloaded gimli v0.28.0 |
1171 | 2024-05-08T02:44:32.665Z | Downloaded sqlparser_derive v0.2.2 |
1172 | 2024-05-08T02:44:32.665Z | Downloaded form_urlencoded v1.2.1 |
1173 | 2024-05-08T02:44:32.665Z | Downloaded foreign-types-macros v0.2.3 |
1174 | 2024-05-08T02:44:32.665Z | Downloaded foreign-types v0.5.0 |
1175 | 2024-05-08T02:44:32.665Z | Downloaded fnv v1.0.7 |
1176 | 2024-05-08T02:44:32.665Z | Downloaded float-cmp v0.9.0 |
1177 | 2024-05-08T02:44:32.665Z | Downloaded flagset v0.4.3 |
1178 | 2024-05-08T02:44:32.665Z | Downloaded fixedbitset v0.4.2 |
1179 | 2024-05-08T02:44:32.691Z | Downloaded filetime v0.2.23 |
1180 | 2024-05-08T02:44:32.691Z | Downloaded ff v0.13.0 |
1181 | 2024-05-08T02:44:32.691Z | Downloaded fd-lock v4.0.2 |
1182 | 2024-05-08T02:44:32.691Z | Downloaded fastrand v2.0.1 |
1183 | 2024-05-08T02:44:32.691Z | Downloaded fallible-iterator v0.2.0 |
1184 | 2024-05-08T02:44:32.691Z | Downloaded yansi v0.5.1 |
1185 | 2024-05-08T02:44:32.691Z | Downloaded xattr v1.0.1 |
1186 | 2024-05-08T02:44:32.691Z | Downloaded whoami v1.5.1 |
1187 | 2024-05-08T02:44:32.691Z | Downloaded which v4.4.0 |
1188 | 2024-05-08T02:44:32.691Z | Downloaded want v0.3.1 |
1189 | 2024-05-08T02:44:32.691Z | Downloaded usdt-attr-macro v0.5.0 |
1190 | 2024-05-08T02:44:32.691Z | Downloaded usdt-attr-macro v0.3.5 |
1191 | 2024-05-08T02:44:32.691Z | Downloaded rstest_macros v0.19.0 |
1192 | 2024-05-08T02:44:32.691Z | Downloaded rcgen v0.12.1 |
1193 | 2024-05-08T02:44:32.716Z | Downloaded rand v0.8.5 |
1194 | 2024-05-08T02:44:32.716Z | Downloaded radium v0.7.0 |
1195 | 2024-05-08T02:44:32.716Z | Downloaded parking_lot v0.11.2 |
1196 | 2024-05-08T02:44:32.716Z | Downloaded packed_struct_codegen v0.10.1 |
1197 | 2024-05-08T02:44:32.716Z | Downloaded expectorate v1.1.0 |
1198 | 2024-05-08T02:44:32.716Z | Downloaded zerocopy v0.6.6 |
1199 | 2024-05-08T02:44:32.716Z | Downloaded ryu v1.0.15 |
1200 | 2024-05-08T02:44:32.716Z | Downloaded derive_builder_core v0.20.0 |
1201 | 2024-05-08T02:44:32.716Z | Downloaded tabled v0.15.0 |
1202 | 2024-05-08T02:44:32.741Z | Downloaded foreign-types-shared v0.1.1 |
1203 | 2024-05-08T02:44:32.742Z | Downloaded ron v0.7.1 |
1204 | 2024-05-08T02:44:32.766Z | Downloaded r2d2 v0.8.10 |
1205 | 2024-05-08T02:44:32.766Z | Downloaded quick-error v1.2.3 |
1206 | 2024-05-08T02:44:32.766Z | Downloaded parking_lot_core v0.8.6 |
1207 | 2024-05-08T02:44:32.766Z | Downloaded owo-colors v4.0.0 |
1208 | 2024-05-08T02:44:32.766Z | Downloaded crossbeam-channel v0.5.8 |
1209 | 2024-05-08T02:44:32.766Z | Downloaded zerocopy-derive v0.7.32 |
1210 | 2024-05-08T02:44:32.767Z | Downloaded der v0.7.8 |
1211 | 2024-05-08T02:44:32.791Z | Downloaded bstr v1.9.0 |
1212 | 2024-05-08T02:44:32.791Z | Downloaded rstest v0.19.0 |
1213 | 2024-05-08T02:44:32.818Z | Downloaded psl-types v2.0.11 |
1214 | 2024-05-08T02:44:32.818Z | Downloaded packed_struct v0.10.1 |
1215 | 2024-05-08T02:44:32.818Z | Downloaded schemars v0.8.16 |
1216 | 2024-05-08T02:44:32.818Z | Downloaded ed25519-dalek v2.0.0 |
1217 | 2024-05-08T02:44:32.843Z | Downloaded lalrpop v0.19.12 |
1218 | 2024-05-08T02:44:32.843Z | Downloaded rpassword v7.3.1 |
1219 | 2024-05-08T02:44:32.843Z | Downloaded ref-cast v1.0.22 |
1220 | 2024-05-08T02:44:32.843Z | Downloaded rand_seeder v0.2.3 |
1221 | 2024-05-08T02:44:32.843Z | Downloaded rand_core v0.5.1 |
1222 | 2024-05-08T02:44:32.843Z | Downloaded option-ext v0.2.0 |
1223 | 2024-05-08T02:44:32.843Z | Downloaded openssl-probe v0.1.5 |
1224 | 2024-05-08T02:44:32.843Z | Downloaded convert_case v0.4.0 |
1225 | 2024-05-08T02:44:32.869Z | Downloaded constant_time_eq v0.3.0 |
1226 | 2024-05-08T02:44:32.869Z | Downloaded zone v0.1.8 |
1227 | 2024-05-08T02:44:32.869Z | Downloaded zeroize_derive v1.4.2 |
1228 | 2024-05-08T02:44:32.869Z | Downloaded zeroize v1.7.0 |
1229 | 2024-05-08T02:44:32.869Z | Downloaded zerocopy v0.3.0 |
1230 | 2024-05-08T02:44:32.869Z | Downloaded semver v1.0.22 |
1231 | 2024-05-08T02:44:32.869Z | Downloaded same-file v1.0.6 |
1232 | 2024-05-08T02:44:32.869Z | Downloaded dhcproto v0.11.0 |
1233 | 2024-05-08T02:44:32.869Z | Downloaded derive_more v0.99.17 |
1234 | 2024-05-08T02:44:32.869Z | Downloaded derive-where v1.2.7 |
1235 | 2024-05-08T02:44:32.899Z | Downloaded darling_core v0.20.8 |
1236 | 2024-05-08T02:44:32.899Z | Downloaded hyper v0.14.28 |
1237 | 2024-05-08T02:44:32.899Z | Downloaded rand_core v0.6.4 |
1238 | 2024-05-08T02:44:32.899Z | Downloaded rand_chacha v0.3.1 |
1239 | 2024-05-08T02:44:32.899Z | Downloaded rand_chacha v0.2.2 |
1240 | 2024-05-08T02:44:32.899Z | Downloaded parking_lot_core v0.9.8 |
1241 | 2024-05-08T02:44:32.925Z | Downloaded crc32fast v1.3.2 |
1242 | 2024-05-08T02:44:32.925Z | Downloaded crc-any v2.4.3 |
1243 | 2024-05-08T02:44:32.925Z | Downloaded cookie_store v0.20.0 |
1244 | 2024-05-08T02:44:32.925Z | Downloaded cookie v0.18.1 |
1245 | 2024-05-08T02:44:32.925Z | Downloaded cookie v0.17.0 |
1246 | 2024-05-08T02:44:32.925Z | Downloaded zone_cfg_derive v0.1.2 |
1247 | 2024-05-08T02:44:32.925Z | Downloaded serde_yaml v0.9.25 |
1248 | 2024-05-08T02:44:32.925Z | Downloaded serde_repr v0.1.16 |
1249 | 2024-05-08T02:44:32.925Z | Downloaded serde_derive v1.0.199 |
1250 | 2024-05-08T02:44:32.925Z | Downloaded serde-big-array v0.5.1 |
1251 | 2024-05-08T02:44:32.925Z | Downloaded schemars_derive v0.8.16 |
1252 | 2024-05-08T02:44:32.925Z | Downloaded scheduled-thread-pool v0.2.7 |
1253 | 2024-05-08T02:44:32.952Z | Downloaded rustversion v1.0.14 |
1254 | 2024-05-08T02:44:32.953Z | Downloaded derive_builder v0.20.0 |
1255 | 2024-05-08T02:44:32.953Z | Downloaded der_derive v0.7.2 |
1256 | 2024-05-08T02:44:32.953Z | Downloaded defmt v0.3.5 |
1257 | 2024-05-08T02:44:32.953Z | Downloaded darling v0.20.8 |
1258 | 2024-05-08T02:44:32.953Z | Downloaded crypto-bigint v0.5.2 |
1259 | 2024-05-08T02:44:32.978Z | Downloaded crossbeam-epoch v0.9.18 |
1260 | 2024-05-08T02:44:32.978Z | Downloaded futures-util v0.3.30 |
1261 | 2024-05-08T02:44:32.978Z | Downloaded criterion-plot v0.5.0 |
1262 | 2024-05-08T02:44:32.978Z | Downloaded crc-catalog v2.2.0 |
1263 | 2024-05-08T02:44:33.004Z | Downloaded crc v3.0.1 |
1264 | 2024-05-08T02:44:33.004Z | Downloaded cpufeatures v0.2.12 |
1265 | 2024-05-08T02:44:33.004Z | Downloaded corncobs v0.1.3 |
1266 | 2024-05-08T02:44:33.004Z | Downloaded slog v2.7.0 |
1267 | 2024-05-08T02:44:33.004Z | Downloaded sha2 v0.10.8 |
1268 | 2024-05-08T02:44:33.004Z | Downloaded serde_with_macros v3.7.0 |
1269 | 2024-05-08T02:44:33.004Z | Downloaded serde_derive_internals v0.26.0 |
1270 | 2024-05-08T02:44:33.004Z | Downloaded serde-big-array v0.4.1 |
1271 | 2024-05-08T02:44:33.004Z | Downloaded elliptic-curve v0.13.8 |
1272 | 2024-05-08T02:44:33.004Z | Downloaded diesel_derives v2.1.2 |
1273 | 2024-05-08T02:44:33.029Z | Downloaded deranged v0.3.11 |
1274 | 2024-05-08T02:44:33.029Z | Downloaded defmt-parser v0.3.3 |
1275 | 2024-05-08T02:44:33.029Z | Downloaded debug-ignore v1.0.5 |
1276 | 2024-05-08T02:44:33.029Z | Downloaded datatest-stable v0.2.9 |
1277 | 2024-05-08T02:44:33.030Z | Downloaded data-encoding v2.4.0 |
1278 | 2024-05-08T02:44:33.030Z | Downloaded ctr v0.9.2 |
1279 | 2024-05-08T02:44:33.030Z | Downloaded csv-core v0.1.11 |
1280 | 2024-05-08T02:44:33.030Z | Downloaded crossbeam-utils v0.8.19 |
1281 | 2024-05-08T02:44:33.030Z | Downloaded crossbeam-deque v0.8.3 |
1282 | 2024-05-08T02:44:33.030Z | Downloaded reqwest v0.11.24 |
1283 | 2024-05-08T02:44:33.056Z | Downloaded itertools v0.12.1 |
1284 | 2024-05-08T02:44:33.056Z | Downloaded hyper v1.1.0 |
1285 | 2024-05-08T02:44:33.056Z | Downloaded hkdf v0.12.4 |
1286 | 2024-05-08T02:44:33.056Z | Downloaded bstr v0.2.17 |
1287 | 2024-05-08T02:44:33.083Z | Downloaded slog-json v2.6.1 |
1288 | 2024-05-08T02:44:33.083Z | Downloaded slog-envlogger v2.2.0 |
1289 | 2024-05-08T02:44:33.083Z | Downloaded slog-dtrace v0.3.0 |
1290 | 2024-05-08T02:44:33.083Z | Downloaded slog-bunyan v2.5.0 |
1291 | 2024-05-08T02:44:33.083Z | Downloaded slog-async v2.8.0 |
1292 | 2024-05-08T02:44:33.083Z | Downloaded slab v0.4.9 |
1293 | 2024-05-08T02:44:33.083Z | Downloaded sha1 v0.10.6 |
1294 | 2024-05-08T02:44:33.083Z | Downloaded serde_urlencoded v0.7.1 |
1295 | 2024-05-08T02:44:33.108Z | Downloaded serde_tokenstream v0.2.0 |
1296 | 2024-05-08T02:44:33.109Z | Downloaded serde_tokenstream v0.1.7 |
1297 | 2024-05-08T02:44:33.109Z | Downloaded serde_spanned v0.6.5 |
1298 | 2024-05-08T02:44:33.109Z | Downloaded serde_plain v1.0.2 |
1299 | 2024-05-08T02:44:33.109Z | Downloaded serde_path_to_error v0.1.16 |
1300 | 2024-05-08T02:44:33.109Z | Downloaded serde_arrays v0.1.0 |
1301 | 2024-05-08T02:44:33.109Z | Downloaded serde-hex v0.1.0 |
1302 | 2024-05-08T02:44:33.109Z | Downloaded erased-serde v0.3.31 |
1303 | 2024-05-08T02:44:33.134Z | Downloaded env_logger v0.10.0 |
1304 | 2024-05-08T02:44:33.135Z | Downloaded enum-as-inner v0.5.1 |
1305 | 2024-05-08T02:44:33.135Z | Downloaded ena v0.14.2 |
1306 | 2024-05-08T02:44:33.135Z | Downloaded embedded-io v0.4.0 |
1307 | 2024-05-08T02:44:33.135Z | Downloaded ed25519 v2.2.2 |
1308 | 2024-05-08T02:44:33.135Z | Downloaded ed25519 v1.5.3 |
1309 | 2024-05-08T02:44:33.135Z | Downloaded ecdsa v0.16.9 |
1310 | 2024-05-08T02:44:33.135Z | Downloaded dyn-clone v1.0.17 |
1311 | 2024-05-08T02:44:33.135Z | Downloaded diff v0.1.13 |
1312 | 2024-05-08T02:44:33.135Z | Downloaded dhcproto-macros v0.1.0 |
1313 | 2024-05-08T02:44:33.135Z | Downloaded derive_builder_macro v0.20.0 |
1314 | 2024-05-08T02:44:33.135Z | Downloaded defmt-macros v0.3.6 |
1315 | 2024-05-08T02:44:33.163Z | Downloaded darling_macro v0.20.8 |
1316 | 2024-05-08T02:44:33.163Z | Downloaded curve25519-dalek-derive v0.1.0 |
1317 | 2024-05-08T02:44:33.163Z | Downloaded cstr-argument v0.1.2 |
1318 | 2024-05-08T02:44:33.163Z | Downloaded crypto-common v0.1.6 |
1319 | 2024-05-08T02:44:33.163Z | Downloaded crunchy v0.2.2 |
1320 | 2024-05-08T02:44:33.163Z | Downloaded crucible-workspace-hack v0.1.0 |
1321 | 2024-05-08T02:44:33.163Z | Downloaded rustyline v14.0.0 |
1322 | 2024-05-08T02:44:33.163Z | Downloaded regex-automata v0.1.10 |
1323 | 2024-05-08T02:44:33.163Z | Downloaded plotters v0.3.5 |
1324 | 2024-05-08T02:44:33.189Z | Downloaded itertools v0.10.5 |
1325 | 2024-05-08T02:44:33.189Z | Downloaded http v1.0.0 |
1326 | 2024-05-08T02:44:33.189Z | Downloaded hashbrown v0.14.3 |
1327 | 2024-05-08T02:44:33.189Z | Downloaded guppy v0.17.5 |
1328 | 2024-05-08T02:44:33.218Z | Downloaded endian-type v0.1.2 |
1329 | 2024-05-08T02:44:33.218Z | Downloaded either v1.11.0 |
1330 | 2024-05-08T02:44:33.218Z | Downloaded dtrace-parser v0.2.0 |
1331 | 2024-05-08T02:44:33.218Z | Downloaded dtrace-parser v0.1.14 |
1332 | 2024-05-08T02:44:33.218Z | Downloaded downcast v0.11.0 |
1333 | 2024-05-08T02:44:33.218Z | Downloaded dof v0.3.0 |
1334 | 2024-05-08T02:44:33.218Z | Downloaded dof v0.1.5 |
1335 | 2024-05-08T02:44:33.218Z | Downloaded doc-comment v0.3.3 |
1336 | 2024-05-08T02:44:33.218Z | Downloaded display-error-chain v0.2.0 |
1337 | 2024-05-08T02:44:33.218Z | Downloaded dirs-sys-next v0.1.2 |
1338 | 2024-05-08T02:44:33.218Z | Downloaded dirs-sys v0.4.1 |
1339 | 2024-05-08T02:44:33.218Z | Downloaded dirs-next v2.0.0 |
1340 | 2024-05-08T02:44:33.218Z | Downloaded dirs v5.0.1 |
1341 | 2024-05-08T02:44:33.218Z | Downloaded digest v0.10.7 |
1342 | 2024-05-08T02:44:33.218Z | Downloaded difflib v0.4.0 |
1343 | 2024-05-08T02:44:33.218Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1344 | 2024-05-08T02:44:33.218Z | Downloaded walkdir v2.5.0 |
1345 | 2024-05-08T02:44:33.244Z | Downloaded wait-timeout v0.2.0 |
1346 | 2024-05-08T02:44:33.244Z | Downloaded vte v0.11.1 |
1347 | 2024-05-08T02:44:33.244Z | Downloaded vsss-rs v3.3.4 |
1348 | 2024-05-08T02:44:33.244Z | Downloaded uzers v0.11.3 |
1349 | 2024-05-08T02:44:33.244Z | Downloaded uuid v1.8.0 |
1350 | 2024-05-08T02:44:33.244Z | Downloaded uuid v0.8.2 |
1351 | 2024-05-08T02:44:33.244Z | Downloaded utf8parse v0.2.1 |
1352 | 2024-05-08T02:44:33.244Z | Downloaded unicode-ident v1.0.12 |
1353 | 2024-05-08T02:44:33.244Z | Downloaded unicode-bidi v0.3.15 |
1354 | 2024-05-08T02:44:33.244Z | Downloaded ucd-trie v0.1.6 |
1355 | 2024-05-08T02:44:33.244Z | Downloaded synstructure v0.12.6 |
1356 | 2024-05-08T02:44:33.273Z | Downloaded subprocess v0.2.9 |
1357 | 2024-05-08T02:44:33.273Z | Downloaded strum_macros v0.26.1 |
1358 | 2024-05-08T02:44:33.274Z | Downloaded strum_macros v0.25.2 |
1359 | 2024-05-08T02:44:33.274Z | Downloaded similar v2.4.0 |
1360 | 2024-05-08T02:44:33.274Z | Downloaded signal-hook v0.3.17 |
1361 | 2024-05-08T02:44:33.274Z | Downloaded shlex v1.3.0 |
1362 | 2024-05-08T02:44:33.274Z | Downloaded relative-path v1.9.0 |
1363 | 2024-05-08T02:44:33.274Z | Downloaded chrono v0.4.38 |
1364 | 2024-05-08T02:44:33.300Z | Downloaded subtle v2.5.0 |
1365 | 2024-05-08T02:44:33.300Z | Downloaded strum_macros v0.24.3 |
1366 | 2024-05-08T02:44:33.300Z | Downloaded structmeta-derive v0.3.0 |
1367 | 2024-05-08T02:44:33.300Z | Downloaded structmeta-derive v0.2.0 |
1368 | 2024-05-08T02:44:33.300Z | Downloaded structmeta v0.3.0 |
1369 | 2024-05-08T02:44:33.300Z | Downloaded similar-asserts v1.5.0 |
1370 | 2024-05-08T02:44:33.300Z | Downloaded signature v1.6.4 |
1371 | 2024-05-08T02:44:33.300Z | Downloaded signal-hook-tokio v0.3.1 |
1372 | 2024-05-08T02:44:33.300Z | Downloaded signal-hook-registry v1.4.1 |
1373 | 2024-05-08T02:44:33.300Z | Downloaded signal-hook-mio v0.2.3 |
1374 | 2024-05-08T02:44:33.300Z | Downloaded sct v0.7.0 |
1375 | 2024-05-08T02:44:33.300Z | Downloaded scroll v0.12.0 |
1376 | 2024-05-08T02:44:33.300Z | Downloaded heapless v0.8.0 |
1377 | 2024-05-08T02:44:33.326Z | Downloaded blake3 v1.5.0 |
1378 | 2024-05-08T02:44:33.326Z | Downloaded unicode-linebreak v0.1.5 |
1379 | 2024-05-08T02:44:33.326Z | Downloaded unicase v2.7.0 |
1380 | 2024-05-08T02:44:33.326Z | Downloaded unarray v0.1.4 |
1381 | 2024-05-08T02:44:33.326Z | Downloaded tap v1.0.1 |
1382 | 2024-05-08T02:44:33.326Z | Downloaded tabwriter v1.4.0 |
1383 | 2024-05-08T02:44:33.326Z | Downloaded tabled_derive v0.7.0 |
1384 | 2024-05-08T02:44:33.326Z | Downloaded sync_wrapper v0.1.2 |
1385 | 2024-05-08T02:44:33.326Z | Downloaded swrite v0.1.0 |
1386 | 2024-05-08T02:44:33.326Z | Downloaded strum v0.26.2 |
1387 | 2024-05-08T02:44:33.326Z | Downloaded siphasher v0.3.11 |
1388 | 2024-05-08T02:44:33.351Z | Downloaded signature v2.1.0 |
1389 | 2024-05-08T02:44:33.351Z | Downloaded shell-words v1.1.0 |
1390 | 2024-05-08T02:44:33.351Z | Downloaded semver v0.1.20 |
1391 | 2024-05-08T02:44:33.352Z | Downloaded secrecy v0.8.0 |
1392 | 2024-05-08T02:44:33.352Z | Downloaded sec1 v0.7.3 |
1393 | 2024-05-08T02:44:33.352Z | Downloaded rfc6979 v0.4.0 |
1394 | 2024-05-08T02:44:33.352Z | Downloaded resolv-conf v0.7.0 |
1395 | 2024-05-08T02:44:33.352Z | Downloaded prettyplease v0.2.19 |
1396 | 2024-05-08T02:44:33.352Z | Downloaded pin-project v1.1.3 |
1397 | 2024-05-08T02:44:33.377Z | Downloaded indicatif v0.17.8 |
1398 | 2024-05-08T02:44:33.377Z | Downloaded indexmap v1.9.3 |
1399 | 2024-05-08T02:44:33.377Z | Downloaded hyper-util v0.1.2 |
1400 | 2024-05-08T02:44:33.378Z | Downloaded hyper-rustls v0.26.0 |
1401 | 2024-05-08T02:44:33.378Z | Downloaded http v0.2.12 |
1402 | 2024-05-08T02:44:33.378Z | Downloaded half v2.3.1 |
1403 | 2024-05-08T02:44:33.403Z | Downloaded clap_builder v4.5.2 |
1404 | 2024-05-08T02:44:33.403Z | Downloaded bitvec v1.0.1 |
1405 | 2024-05-08T02:44:33.430Z | Downloaded vte_generate_state_changes v0.1.1 |
1406 | 2024-05-08T02:44:33.430Z | Downloaded take_mut v0.2.2 |
1407 | 2024-05-08T02:44:33.430Z | Downloaded sigpipe v0.1.3 |
1408 | 2024-05-08T02:44:33.430Z | Downloaded scroll_derive v0.12.0 |
1409 | 2024-05-08T02:44:33.430Z | Downloaded scopeguard v1.2.0 |
1410 | 2024-05-08T02:44:33.430Z | Downloaded rusty-fork v0.3.0 |
1411 | 2024-05-08T02:44:33.431Z | Downloaded rand_xorshift v0.3.0 |
1412 | 2024-05-08T02:44:33.431Z | Downloaded proc-macro-error v1.0.4 |
1413 | 2024-05-08T02:44:33.431Z | Downloaded platforms v3.0.2 |
1414 | 2024-05-08T02:44:33.431Z | Downloaded pkcs8 v0.10.2 |
1415 | 2024-05-08T02:44:33.431Z | Downloaded pkcs1 v0.7.5 |
1416 | 2024-05-08T02:44:33.459Z | Downloaded libtest-mimic v0.7.2 |
1417 | 2024-05-08T02:44:33.459Z | Downloaded libloading v0.7.4 |
1418 | 2024-05-08T02:44:33.459Z | Downloaded libefi-sys v0.1.0 |
1419 | 2024-05-08T02:44:33.459Z | Downloaded lazycell v1.3.0 |
1420 | 2024-05-08T02:44:33.459Z | Downloaded lazy_static v1.4.0 |
1421 | 2024-05-08T02:44:33.460Z | Downloaded kstat-rs v0.2.3 |
1422 | 2024-05-08T02:44:33.460Z | Downloaded itoa v1.0.9 |
1423 | 2024-05-08T02:44:33.460Z | Downloaded is-terminal v0.4.9 |
1424 | 2024-05-08T02:44:33.460Z | Downloaded ipnetwork v0.20.0 |
1425 | 2024-05-08T02:44:33.460Z | Downloaded ipnet v2.9.0 |
1426 | 2024-05-08T02:44:33.460Z | Downloaded internet-checksum v0.2.1 |
1427 | 2024-05-08T02:44:33.460Z | Downloaded inout v0.1.3 |
1428 | 2024-05-08T02:44:33.460Z | Downloaded indoc v2.0.3 |
1429 | 2024-05-08T02:44:33.460Z | Downloaded indoc v1.0.9 |
1430 | 2024-05-08T02:44:33.486Z | Downloaded impl-trait-for-tuples v0.2.2 |
1431 | 2024-05-08T02:44:33.486Z | Downloaded iana-time-zone v0.1.57 |
1432 | 2024-05-08T02:44:33.486Z | Downloaded hyper-tls v0.5.0 |
1433 | 2024-05-08T02:44:33.486Z | Downloaded hyper-staticfile v0.9.5 |
1434 | 2024-05-08T02:44:33.486Z | Downloaded hubpack v0.1.2 |
1435 | 2024-05-08T02:44:33.486Z | Downloaded http-body v0.4.5 |
1436 | 2024-05-08T02:44:33.486Z | Downloaded hostname v0.3.1 |
1437 | 2024-05-08T02:44:33.486Z | Downloaded hash32 v0.3.1 |
1438 | 2024-05-08T02:44:33.486Z | Downloaded group v0.13.0 |
1439 | 2024-05-08T02:44:33.486Z | Downloaded const_format_proc_macros v0.2.32 |
1440 | 2024-05-08T02:44:33.486Z | Downloaded const_format v0.2.32 |
1441 | 2024-05-08T02:44:33.486Z | Downloaded const-oid v0.9.6 |
1442 | 2024-05-08T02:44:33.512Z | Downloaded compact_str v0.7.1 |
1443 | 2024-05-08T02:44:33.512Z | Downloaded chacha20poly1305 v0.10.1 |
1444 | 2024-05-08T02:44:33.512Z | Downloaded proc-macro-crate v1.3.1 |
1445 | 2024-05-08T02:44:33.512Z | Downloaded primeorder v0.13.6 |
1446 | 2024-05-08T02:44:33.512Z | Downloaded plain v0.2.3 |
1447 | 2024-05-08T02:44:33.512Z | Downloaded pkg-config v0.3.27 |
1448 | 2024-05-08T02:44:33.512Z | Downloaded pest_meta v2.7.6 |
1449 | 2024-05-08T02:44:33.512Z | Downloaded libsw v3.3.1 |
1450 | 2024-05-08T02:44:33.512Z | Downloaded libm v0.2.7 |
1451 | 2024-05-08T02:44:33.538Z | Downloaded lalrpop-util v0.19.12 |
1452 | 2024-05-08T02:44:33.538Z | Downloaded keccak v0.1.4 |
1453 | 2024-05-08T02:44:33.538Z | Downloaded is_ci v1.2.0 |
1454 | 2024-05-08T02:44:33.538Z | Downloaded instant v0.1.12 |
1455 | 2024-05-08T02:44:33.538Z | Downloaded indexmap v2.2.6 |
1456 | 2024-05-08T02:44:33.538Z | Downloaded ident_case v1.0.1 |
1457 | 2024-05-08T02:44:33.538Z | Downloaded humantime v2.1.0 |
1458 | 2024-05-08T02:44:33.539Z | Downloaded hubpack_derive v0.1.1 |
1459 | 2024-05-08T02:44:33.539Z | Downloaded httptest v0.15.5 |
1460 | 2024-05-08T02:44:33.539Z | Downloaded httpdate v1.0.3 |
1461 | 2024-05-08T02:44:33.539Z | Downloaded httparse v1.8.0 |
1462 | 2024-05-08T02:44:33.539Z | Downloaded http-body v1.0.0 |
1463 | 2024-05-08T02:44:33.539Z | Downloaded home v0.5.5 |
1464 | 2024-05-08T02:44:33.567Z | Downloaded hmac v0.12.1 |
1465 | 2024-05-08T02:44:33.567Z | Downloaded highway v1.1.0 |
1466 | 2024-05-08T02:44:33.567Z | Downloaded hex-literal v0.4.1 |
1467 | 2024-05-08T02:44:33.567Z | Downloaded hex v0.4.3 |
1468 | 2024-05-08T02:44:33.567Z | Downloaded heck v0.5.0 |
1469 | 2024-05-08T02:44:33.567Z | Downloaded heck v0.4.1 |
1470 | 2024-05-08T02:44:33.567Z | Downloaded heck v0.3.3 |
1471 | 2024-05-08T02:44:33.567Z | Downloaded heapless v0.7.16 |
1472 | 2024-05-08T02:44:33.567Z | Downloaded hashbrown v0.13.2 |
1473 | 2024-05-08T02:44:33.567Z | Downloaded hashbrown v0.12.3 |
1474 | 2024-05-08T02:44:33.593Z | Downloaded hash32 v0.2.1 |
1475 | 2024-05-08T02:44:33.593Z | Downloaded globset v0.4.13 |
1476 | 2024-05-08T02:44:33.593Z | Downloaded getrandom v0.2.12 |
1477 | 2024-05-08T02:44:33.593Z | Downloaded getrandom v0.1.16 |
1478 | 2024-05-08T02:44:33.594Z | Downloaded getopts v0.2.21 |
1479 | 2024-05-08T02:44:33.594Z | Downloaded gethostname v0.4.3 |
1480 | 2024-05-08T02:44:33.594Z | Downloaded generic-array v0.14.7 |
1481 | 2024-05-08T02:44:33.594Z | Downloaded console v0.15.8 |
1482 | 2024-05-08T02:44:33.594Z | Downloaded colored v2.1.0 |
1483 | 2024-05-08T02:44:33.594Z | Downloaded colorchoice v1.0.0 |
1484 | 2024-05-08T02:44:33.594Z | Downloaded cobs v0.2.3 |
1485 | 2024-05-08T02:44:33.594Z | Downloaded clap_lex v0.7.0 |
1486 | 2024-05-08T02:44:33.594Z | Downloaded clap_derive v4.5.4 |
1487 | 2024-05-08T02:44:33.621Z | Downloaded clap v4.5.4 |
1488 | 2024-05-08T02:44:33.621Z | Downloaded clang-sys v1.6.1 |
1489 | 2024-05-08T02:44:33.621Z | Downloaded cipher v0.4.4 |
1490 | 2024-05-08T02:44:33.621Z | Downloaded ciborium-ll v0.2.2 |
1491 | 2024-05-08T02:44:33.621Z | Downloaded ciborium v0.2.2 |
1492 | 2024-05-08T02:44:33.621Z | Downloaded chacha20 v0.9.1 |
1493 | 2024-05-08T02:44:33.621Z | Downloaded cfg-expr v0.15.6 |
1494 | 2024-05-08T02:44:33.621Z | Downloaded cc v1.0.83 |
1495 | 2024-05-08T02:44:33.647Z | Downloaded castaway v0.2.2 |
1496 | 2024-05-08T02:44:33.647Z | Downloaded cassowary v0.3.0 |
1497 | 2024-05-08T02:44:33.647Z | Downloaded cargo_toml v0.20.2 |
1498 | 2024-05-08T02:44:33.647Z | Downloaded cargo-platform v0.1.3 |
1499 | 2024-05-08T02:44:33.647Z | Downloaded cancel-safe-futures v0.1.5 |
1500 | 2024-05-08T02:44:33.647Z | Downloaded camino v1.1.6 |
1501 | 2024-05-08T02:44:33.647Z | Downloaded bzip2 v0.4.4 |
1502 | 2024-05-08T02:44:33.648Z | Downloaded bytes v1.6.0 |
1503 | 2024-05-08T02:44:33.648Z | Downloaded bytecount v0.6.3 |
1504 | 2024-05-08T02:44:33.648Z | Downloaded blowfish v0.9.1 |
1505 | 2024-05-08T02:44:33.648Z | Downloaded block-padding v0.3.3 |
1506 | 2024-05-08T02:44:33.676Z | Downloaded block-buffer v0.10.4 |
1507 | 2024-05-08T02:44:33.676Z | Downloaded blake2b_simd v1.0.1 |
1508 | 2024-05-08T02:44:33.676Z | Downloaded blake2 v0.10.6 |
1509 | 2024-05-08T02:44:33.676Z | Downloaded http-range v0.1.5 |
1510 | 2024-05-08T02:44:33.676Z | Downloaded headers-core v0.2.0 |
1511 | 2024-05-08T02:44:33.676Z | Downloaded headers v0.3.9 |
1512 | 2024-05-08T02:44:33.676Z | Downloaded h2 v0.3.26 |
1513 | 2024-05-08T02:44:33.677Z | Downloaded guppy-workspace-hack v0.1.0 |
1514 | 2024-05-08T02:44:33.677Z | Downloaded goblin v0.8.0 |
1515 | 2024-05-08T02:44:33.703Z | Downloaded glob v0.3.1 |
1516 | 2024-05-08T02:44:33.703Z | Downloaded ghash v0.5.0 |
1517 | 2024-05-08T02:44:33.703Z | Downloaded futures-channel v0.3.30 |
1518 | 2024-05-08T02:44:33.703Z | Downloaded futures v0.3.30 |
1519 | 2024-05-08T02:44:33.703Z | Downloaded cfg_aliases v0.1.1 |
1520 | 2024-05-08T02:44:33.703Z | Downloaded futures-sink v0.3.30 |
1521 | 2024-05-08T02:44:33.703Z | Downloaded futures-io v0.3.30 |
1522 | 2024-05-08T02:44:33.703Z | Downloaded futures-core v0.3.30 |
1523 | 2024-05-08T02:44:33.728Z | Downloaded fs-err v2.11.0 |
1524 | 2024-05-08T02:44:33.728Z | Downloaded cargo_metadata v0.18.1 |
1525 | 2024-05-08T02:44:33.729Z | Downloaded futures-macro v0.3.30 |
1526 | 2024-05-08T02:44:33.729Z | Downloaded futures-executor v0.3.30 |
1527 | 2024-05-08T02:44:33.729Z | Downloaded funty v2.0.0 |
1528 | 2024-05-08T02:44:33.729Z | Downloaded constant_time_eq v0.2.6 |
1529 | 2024-05-08T02:44:33.729Z | Downloaded ciborium-io v0.2.2 |
1530 | 2024-05-08T02:44:33.729Z | Downloaded cfg-if v1.0.0 |
1531 | 2024-05-08T02:44:33.729Z | Downloaded cexpr v0.6.0 |
1532 | 2024-05-08T02:44:33.729Z | Downloaded cbc v0.1.2 |
1533 | 2024-05-08T02:44:33.729Z | Downloaded cast v0.3.0 |
1534 | 2024-05-08T02:44:33.729Z | Downloaded camino-tempfile v1.1.1 |
1535 | 2024-05-08T02:44:33.729Z | Downloaded byteorder v1.5.0 |
1536 | 2024-05-08T02:44:33.729Z | Downloaded buf-list v1.0.3 |
1537 | 2024-05-08T02:44:33.755Z | Downloaded bitstruct_derive v0.1.0 |
1538 | 2024-05-08T02:44:33.755Z | Downloaded bitstruct v0.1.1 |
1539 | 2024-05-08T02:44:33.755Z | Downloaded bitflags v2.4.2 |
1540 | 2024-05-08T02:44:33.755Z | Downloaded bindgen v0.69.2 |
1541 | 2024-05-08T02:44:33.755Z | Downloaded base64 v0.21.7 |
1542 | 2024-05-08T02:44:33.755Z | Downloaded backtrace v0.3.69 |
1543 | 2024-05-08T02:44:33.780Z | Downloaded arc-swap v1.6.0 |
1544 | 2024-05-08T02:44:33.780Z | Downloaded bit-vec v0.6.3 |
1545 | 2024-05-08T02:44:33.780Z | Downloaded bcs v0.1.6 |
1546 | 2024-05-08T02:44:33.780Z | Downloaded base64 v0.13.1 |
1547 | 2024-05-08T02:44:33.780Z | Downloaded base16ct v0.2.0 |
1548 | 2024-05-08T02:44:33.780Z | Downloaded backoff v0.4.0 |
1549 | 2024-05-08T02:44:33.780Z | Downloaded autocfg v1.1.0 |
1550 | 2024-05-08T02:44:33.780Z | Downloaded atomic-waker v1.1.1 |
1551 | 2024-05-08T02:44:33.780Z | Downloaded async-trait v0.1.80 |
1552 | 2024-05-08T02:44:33.806Z | Downloaded async-recursion v1.1.0 |
1553 | 2024-05-08T02:44:33.806Z | Downloaded array-init v0.0.4 |
1554 | 2024-05-08T02:44:33.807Z | Downloaded anyhow v1.0.82 |
1555 | 2024-05-08T02:44:33.807Z | Downloaded bb8 v0.8.3 |
1556 | 2024-05-08T02:44:33.807Z | Downloaded base64 v0.22.0 |
1557 | 2024-05-08T02:44:33.807Z | Downloaded assert_cmd v2.0.14 |
1558 | 2024-05-08T02:44:33.807Z | Downloaded ascii v1.1.0 |
1559 | 2024-05-08T02:44:33.807Z | Downloaded argon2 v0.5.3 |
1560 | 2024-05-08T02:44:33.833Z | Downloaded approx v0.5.1 |
1561 | 2024-05-08T02:44:33.833Z | Downloaded bit-set v0.5.3 |
1562 | 2024-05-08T02:44:33.833Z | Downloaded base64ct v1.6.0 |
1563 | 2024-05-08T02:44:33.833Z | Downloaded atty v0.2.14 |
1564 | 2024-05-08T02:44:33.833Z | Downloaded atomicwrites v0.4.3 |
1565 | 2024-05-08T02:44:33.833Z | Downloaded async-stream-impl v0.3.5 |
1566 | 2024-05-08T02:44:33.833Z | Downloaded async-stream v0.3.5 |
1567 | 2024-05-08T02:44:33.833Z | Downloaded ascii-canvas v3.0.0 |
1568 | 2024-05-08T02:44:33.833Z | Downloaded arrayref v0.3.7 |
1569 | 2024-05-08T02:44:33.833Z | Downloaded anstyle-query v1.0.0 |
1570 | 2024-05-08T02:44:33.833Z | Downloaded arrayvec v0.7.4 |
1571 | 2024-05-08T02:44:33.833Z | Downloaded anstream v0.6.11 |
1572 | 2024-05-08T02:44:33.833Z | Downloaded anes v0.1.6 |
1573 | 2024-05-08T02:44:33.859Z | Downloaded allocator-api2 v0.2.16 |
1574 | 2024-05-08T02:44:33.859Z | Downloaded aho-corasick v1.1.2 |
1575 | 2024-05-08T02:44:33.859Z | Downloaded ahash v0.8.8 |
1576 | 2024-05-08T02:44:33.860Z | Downloaded aes-gcm v0.10.3 |
1577 | 2024-05-08T02:44:33.860Z | Downloaded adler v1.0.2 |
1578 | 2024-05-08T02:44:33.860Z | Downloaded addr2line v0.21.0 |
1579 | 2024-05-08T02:44:34.669Z | Compiling proc-macro2 v1.0.81 |
1580 | 2024-05-08T02:44:34.669Z | Compiling unicode-ident v1.0.12 |
1581 | 2024-05-08T02:44:34.695Z | Compiling libc v0.2.153 |
1582 | 2024-05-08T02:44:34.695Z | Compiling cfg-if v1.0.0 |
1583 | 2024-05-08T02:44:34.695Z | Compiling serde v1.0.199 |
1584 | 2024-05-08T02:44:34.695Z | Compiling version_check v0.9.4 |
1585 | 2024-05-08T02:44:34.696Z | Compiling autocfg v1.1.0 |
1586 | 2024-05-08T02:44:34.696Z | Compiling memchr v2.7.1 |
1587 | 2024-05-08T02:44:34.744Z | Running `/home/build/.rustup/toolchains/1.77.2-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.81/build.rs --error-format=json --json=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=1b806b30779cf5e4 -C extra-filename=-1b806b30779cf5e4 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-1b806b30779cf5e4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1588 | 2024-05-08T02:44:34.744Z | Running `/home/build/.rustup/toolchains/1.77.2-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=20ebe702dba024b8 -C extra-filename=-20ebe702dba024b8 --out-dir /work/oxidecomputer/omicron/target/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-05-08T02:44:34.744Z | Running `/home/build/.rustup/toolchains/1.77.2-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=01bdbfac0a341c9e -C extra-filename=-01bdbfac0a341c9e --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-01bdbfac0a341c9e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1590 | 2024-05-08T02:44:34.744Z | Running `/home/build/.rustup/toolchains/1.77.2-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=427020ca80f73ebb -C extra-filename=-427020ca80f73ebb --out-dir /work/oxidecomputer/omicron/target/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-05-08T02:44:34.744Z | Running `/home/build/.rustup/toolchains/1.77.2-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=3867c0de5f5bc283 -C extra-filename=-3867c0de5f5bc283 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1592 | 2024-05-08T02:44:34.744Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2d2769c741d5e1f4 -C extra-filename=-2d2769c741d5e1f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1593 | 2024-05-08T02:44:34.745Z | Running `/home/build/.rustup/toolchains/1.77.2-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.199/build.rs --error-format=json --json=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=ba1b5dbc06008d5c -C extra-filename=-ba1b5dbc06008d5c --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-ba1b5dbc06008d5c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1594 | 2024-05-08T02:44:34.745Z | Running `/home/build/.rustup/toolchains/1.77.2-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=da62becbb68e1686 -C extra-filename=-da62becbb68e1686 --out-dir /work/oxidecomputer/omicron/target/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-05-08T02:44:35.277Z | Compiling byteorder v1.5.0 |
1596 | 2024-05-08T02:44:35.324Z | Running `/home/build/.rustup/toolchains/1.77.2-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=a7919d510375f8f6 -C extra-filename=-a7919d510375f8f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1597 | 2024-05-08T02:44:35.324Z | Compiling log v0.4.21 |
1598 | 2024-05-08T02:44:35.324Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=0f58a9cf96294e99 -C extra-filename=-0f58a9cf96294e99 --out-dir /work/oxidecomputer/omicron/target/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-05-08T02:44:35.479Z | Compiling once_cell v1.19.0 |
1600 | 2024-05-08T02:44:35.504Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' -C metadata=382c12cfca40d2db -C extra-filename=-382c12cfca40d2db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1601 | 2024-05-08T02:44:35.693Z | Compiling itoa v1.0.9 |
1602 | 2024-05-08T02:44:35.725Z | Running `/home/build/.rustup/toolchains/1.77.2-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=8887d85b8db1efbb -C extra-filename=-8887d85b8db1efbb --out-dir /work/oxidecomputer/omicron/target/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-05-08T02:44:35.778Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde-ba1b5dbc06008d5c/build-script-build` |
1604 | 2024-05-08T02:44:35.824Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-1b806b30779cf5e4/build-script-build` |
1605 | 2024-05-08T02:44:35.873Z | Compiling syn v1.0.109 |
1606 | 2024-05-08T02:44:35.900Z | Running `/home/build/.rustup/toolchains/1.77.2-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=ff883ca2ab55e8cc -C extra-filename=-ff883ca2ab55e8cc --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-ff883ca2ab55e8cc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1607 | 2024-05-08T02:44:35.926Z | Running `/work/oxidecomputer/omicron/target/debug/build/libc-01bdbfac0a341c9e/build-script-build` |
1608 | 2024-05-08T02:44:35.998Z | Compiling scopeguard v1.2.0 |
1609 | 2024-05-08T02:44:36.024Z | Running `/home/build/.rustup/toolchains/1.77.2-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=31fabae75ce6f4cf -C extra-filename=-31fabae75ce6f4cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1610 | 2024-05-08T02:44:36.062Z | Compiling lock_api v0.4.10 |
1611 | 2024-05-08T02:44:36.088Z | Compiling smallvec v1.13.1 |
1612 | 2024-05-08T02:44:36.088Z | Running `/home/build/.rustup/toolchains/1.77.2-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=d07f51eca1e47e77 -C extra-filename=-d07f51eca1e47e77 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-d07f51eca1e47e77 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-3867c0de5f5bc283.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1613 | 2024-05-08T02:44:36.088Z | Running `/home/build/.rustup/toolchains/1.77.2-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=0389f312b031ed53 -C extra-filename=-0389f312b031ed53 --out-dir /work/oxidecomputer/omicron/target/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` |
1614 | 2024-05-08T02:44:36.088Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9167c091d196f46c -C extra-filename=-9167c091d196f46c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1615 | 2024-05-08T02:44:36.134Z | Compiling parking_lot_core v0.9.8 |
1616 | 2024-05-08T02:44:36.182Z | Running `/home/build/.rustup/toolchains/1.77.2-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=4c9e6a8a2ac061e0 -C extra-filename=-4c9e6a8a2ac061e0 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-4c9e6a8a2ac061e0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1617 | 2024-05-08T02:44:36.223Z | Compiling thiserror v1.0.59 |
1618 | 2024-05-08T02:44:36.223Z | Running `/home/build/.rustup/toolchains/1.77.2-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.59/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6413535ed1de6105 -C extra-filename=-6413535ed1de6105 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-6413535ed1de6105 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1619 | 2024-05-08T02:44:36.223Z | Running `/home/build/.rustup/toolchains/1.77.2-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.81/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=4df7e40006520d57 -C extra-filename=-4df7e40006520d57 --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-20ebe702dba024b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg no_literal_byte_character --cfg no_literal_c_string --cfg wrap_proc_macro --cfg proc_macro_span` |
1620 | 2024-05-08T02:44:36.426Z | Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-d07f51eca1e47e77/build-script-build` |
1621 | 2024-05-08T02:44:36.493Z | Compiling libm v0.2.7 |
1622 | 2024-05-08T02:44:36.521Z | Running `/home/build/.rustup/toolchains/1.77.2-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=eec16ce610f10f91 -C extra-filename=-eec16ce610f10f91 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-eec16ce610f10f91 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1623 | 2024-05-08T02:44:36.549Z | Running `/work/oxidecomputer/omicron/target/debug/build/syn-ff883ca2ab55e8cc/build-script-build` |
1624 | 2024-05-08T02:44:36.579Z | Running `/home/build/.rustup/toolchains/1.77.2-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=c9564712d536a6c6 -C extra-filename=-c9564712d536a6c6 --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-31fabae75ce6f4cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound` |
1625 | 2024-05-08T02:44:36.626Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-4c9e6a8a2ac061e0/build-script-build` |
1626 | 2024-05-08T02:44:36.659Z | Compiling ryu v1.0.15 |
1627 | 2024-05-08T02:44:36.659Z | Running `/home/build/.rustup/toolchains/1.77.2-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=4d2b5e30bc2a618d -C extra-filename=-4d2b5e30bc2a618d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1628 | 2024-05-08T02:44:36.691Z | Compiling num-traits v0.2.18 |
1629 | 2024-05-08T02:44:36.691Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=0945d2352964fe33 -C extra-filename=-0945d2352964fe33 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-0945d2352964fe33 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-3867c0de5f5bc283.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1630 | 2024-05-08T02:44:36.734Z | Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-6413535ed1de6105/build-script-build` |
1631 | 2024-05-08T02:44:36.759Z | Compiling pin-project-lite v0.2.13 |
1632 | 2024-05-08T02:44:36.784Z | Running `/home/build/.rustup/toolchains/1.77.2-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=d167b65cdd5db125 -C extra-filename=-d167b65cdd5db125 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1633 | 2024-05-08T02:44:36.847Z | Compiling quote v1.0.36 |
1634 | 2024-05-08T02:44:36.873Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=98595d0328ae9e60 -C extra-filename=-98595d0328ae9e60 --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-4df7e40006520d57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1635 | 2024-05-08T02:44:36.873Z | Running `/work/oxidecomputer/omicron/target/debug/build/libm-eec16ce610f10f91/build-script-build` |
1636 | 2024-05-08T02:44:36.902Z | Running `/home/build/.rustup/toolchains/1.77.2-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=adcb2ed4280e6f27 -C extra-filename=-adcb2ed4280e6f27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1637 | 2024-05-08T02:44:36.929Z | Compiling ahash v0.8.8 |
1638 | 2024-05-08T02:44:36.955Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.8/./build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' -C metadata=a9546b2d0d58a77c -C extra-filename=-a9546b2d0d58a77c --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-a9546b2d0d58a77c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1639 | 2024-05-08T02:44:36.955Z | Compiling serde_json v1.0.116 |
1640 | 2024-05-08T02:44:36.983Z | Running `/home/build/.rustup/toolchains/1.77.2-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.116/build.rs --error-format=json --json=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=e2ef056c007a75d0 -C extra-filename=-e2ef056c007a75d0 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-e2ef056c007a75d0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1641 | 2024-05-08T02:44:37.009Z | Compiling allocator-api2 v0.2.16 |
1642 | 2024-05-08T02:44:37.009Z | Running `/home/build/.rustup/toolchains/1.77.2-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=91a5305897b3c90d -C extra-filename=-91a5305897b3c90d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1643 | 2024-05-08T02:44:37.009Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-0945d2352964fe33/build-script-build` |
1644 | 2024-05-08T02:44:37.288Z | Compiling syn v2.0.60 |
1645 | 2024-05-08T02:44:37.317Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.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="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' -C metadata=f2dfcc17c45f96c5 -C extra-filename=-f2dfcc17c45f96c5 --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-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-20ebe702dba024b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1646 | 2024-05-08T02:44:37.343Z | Compiling getrandom v0.2.12 |
1647 | 2024-05-08T02:44:37.343Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' -C metadata=cd233cf452b8a58f -C extra-filename=-cd233cf452b8a58f --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-427020ca80f73ebb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1648 | 2024-05-08T02:44:37.343Z | Running `/home/build/.rustup/toolchains/1.77.2-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=7c1a39fca37282b5 -C extra-filename=-7c1a39fca37282b5 --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-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-20ebe702dba024b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests` |
1649 | 2024-05-08T02:44:37.442Z | Running `/home/build/.rustup/toolchains/1.77.2-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=27fe2c70089ad6c7 -C extra-filename=-27fe2c70089ad6c7 --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-427020ca80f73ebb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9167c091d196f46c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1650 | 2024-05-08T02:44:37.653Z | Compiling rand_core v0.6.4 |
1651 | 2024-05-08T02:44:37.679Z | Compiling cc v1.0.83 |
1652 | 2024-05-08T02:44:37.679Z | Running `/home/build/.rustup/toolchains/1.77.2-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=4e5690172993484a -C extra-filename=-4e5690172993484a --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-cd233cf452b8a58f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1653 | 2024-05-08T02:44:37.679Z | Running `/home/build/.rustup/toolchains/1.77.2-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=05c2831c2b856dca -C extra-filename=-05c2831c2b856dca --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-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1654 | 2024-05-08T02:44:37.761Z | Running `/work/oxidecomputer/omicron/target/debug/build/ahash-a9546b2d0d58a77c/build-script-build` |
1655 | 2024-05-08T02:44:37.828Z | Compiling parking_lot v0.12.1 |
1656 | 2024-05-08T02:44:37.857Z | Running `/home/build/.rustup/toolchains/1.77.2-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=129c770cfa0fa0c9 -C extra-filename=-129c770cfa0fa0c9 --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-c9564712d536a6c6.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-27fe2c70089ad6c7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1657 | 2024-05-08T02:44:37.883Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=9b6bd62349cd45ab -C extra-filename=-9b6bd62349cd45ab --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-adcb2ed4280e6f27.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_to_int_unchecked --cfg has_reverse_bits --cfg has_leading_trailing_ones --cfg has_div_euclid --cfg has_copysign --cfg has_is_subnormal --cfg has_total_cmp --cfg has_int_to_from_bytes --cfg has_float_to_from_bytes` |
1658 | 2024-05-08T02:44:37.991Z | Compiling signal-hook-registry v1.4.1 |
1659 | 2024-05-08T02:44:38.020Z | Running `/home/build/.rustup/toolchains/1.77.2-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=7520df6e6953f815 -C extra-filename=-7520df6e6953f815 --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-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1660 | 2024-05-08T02:44:38.046Z | Compiling mio v0.8.11 |
1661 | 2024-05-08T02:44:38.046Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=c3bb25176b51b31a -C extra-filename=-c3bb25176b51b31a --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-0389f312b031ed53.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1662 | 2024-05-08T02:44:38.111Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-e2ef056c007a75d0/build-script-build` |
1663 | 2024-05-08T02:44:38.145Z | Compiling num_cpus v1.16.0 |
1664 | 2024-05-08T02:44:38.171Z | Running `/home/build/.rustup/toolchains/1.77.2-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=748fc070e563926b -C extra-filename=-748fc070e563926b --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-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1665 | 2024-05-08T02:44:38.262Z | Compiling futures-core v0.3.30 |
1666 | 2024-05-08T02:44:38.287Z | Running `/home/build/.rustup/toolchains/1.77.2-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=4b00f13a31442673 -C extra-filename=-4b00f13a31442673 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1667 | 2024-05-08T02:44:38.484Z | Compiling typenum v1.16.0 |
1668 | 2024-05-08T02:44:38.514Z | Running `/home/build/.rustup/toolchains/1.77.2-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=7126b74aeddb1de5 -C extra-filename=-7126b74aeddb1de5 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-7126b74aeddb1de5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1669 | 2024-05-08T02:44:38.635Z | Compiling generic-array v0.14.7 |
1670 | 2024-05-08T02:44:38.660Z | Running `/home/build/.rustup/toolchains/1.77.2-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=b27c16a5e87d4c9c -C extra-filename=-b27c16a5e87d4c9c --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-b27c16a5e87d4c9c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1671 | 2024-05-08T02:44:38.687Z | Compiling socket2 v0.5.6 |
1672 | 2024-05-08T02:44:38.687Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-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 --cfg 'feature="all"' -C metadata=1d188b7fe82162ba -C extra-filename=-1d188b7fe82162ba --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-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1673 | 2024-05-08T02:44:38.987Z | Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-b27c16a5e87d4c9c/build-script-build` |
1674 | 2024-05-08T02:44:39.053Z | Compiling subtle v2.5.0 |
1675 | 2024-05-08T02:44:39.078Z | Running `/home/build/.rustup/toolchains/1.77.2-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=93719c719eb5e858 -C extra-filename=-93719c719eb5e858 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1676 | 2024-05-08T02:44:39.078Z | Compiling spin v0.5.2 |
1677 | 2024-05-08T02:44:39.078Z | Running `/home/build/.rustup/toolchains/1.77.2-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=07b2de1e1dcb304c -C extra-filename=-07b2de1e1dcb304c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1678 | 2024-05-08T02:44:39.305Z | Compiling fnv v1.0.7 |
1679 | 2024-05-08T02:44:39.333Z | Running `/home/build/.rustup/toolchains/1.77.2-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=94cd0cc82801ac87 -C extra-filename=-94cd0cc82801ac87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1680 | 2024-05-08T02:44:39.391Z | Compiling equivalent v1.0.1 |
1681 | 2024-05-08T02:44:39.416Z | Running `/home/build/.rustup/toolchains/1.77.2-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=5752ccbf4d3cc26b -C extra-filename=-5752ccbf4d3cc26b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1682 | 2024-05-08T02:44:39.416Z | Running `/work/oxidecomputer/omicron/target/debug/build/typenum-7126b74aeddb1de5/build-script-main` |
1683 | 2024-05-08T02:44:39.443Z | Compiling futures-sink v0.3.30 |
1684 | 2024-05-08T02:44:39.443Z | Running `/home/build/.rustup/toolchains/1.77.2-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=32a2524a08049364 -C extra-filename=-32a2524a08049364 --out-dir /work/oxidecomputer/omicron/target/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-05-08T02:44:39.505Z | Compiling slab v0.4.9 |
1686 | 2024-05-08T02:44:39.531Z | Running `/home/build/.rustup/toolchains/1.77.2-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=1f31ff7e846f8557 -C extra-filename=-1f31ff7e846f8557 --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-1f31ff7e846f8557 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-3867c0de5f5bc283.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1687 | 2024-05-08T02:44:39.531Z | Compiling pin-utils v0.1.0 |
1688 | 2024-05-08T02:44:39.531Z | Running `/home/build/.rustup/toolchains/1.77.2-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=611962d7d561619c -C extra-filename=-611962d7d561619c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1689 | 2024-05-08T02:44:39.562Z | Compiling futures-io v0.3.30 |
1690 | 2024-05-08T02:44:39.587Z | Running `/home/build/.rustup/toolchains/1.77.2-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=2f043457ba4fdc68 -C extra-filename=-2f043457ba4fdc68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1691 | 2024-05-08T02:44:39.613Z | Compiling futures-channel v0.3.30 |
1692 | 2024-05-08T02:44:39.613Z | Running `/home/build/.rustup/toolchains/1.77.2-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=e5c5dc3a4642b306 -C extra-filename=-e5c5dc3a4642b306 --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-4b00f13a31442673.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-32a2524a08049364.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1693 | 2024-05-08T02:44:39.613Z | Running `/home/build/.rustup/toolchains/1.77.2-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=ce4989e7402d9db9 -C extra-filename=-ce4989e7402d9db9 --out-dir /work/oxidecomputer/omicron/target/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-05-08T02:44:39.639Z | Compiling futures-task v0.3.30 |
1695 | 2024-05-08T02:44:39.670Z | Running `/home/build/.rustup/toolchains/1.77.2-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=3b68754ba6b0f75d -C extra-filename=-3b68754ba6b0f75d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1696 | 2024-05-08T02:44:39.845Z | Compiling regex-syntax v0.8.2 |
1697 | 2024-05-08T02:44:40.296Z | Running `/home/build/.rustup/toolchains/1.77.2-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=13b943facd0e7476 -C extra-filename=-13b943facd0e7476 --out-dir /work/oxidecomputer/omicron/target/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-05-08T02:44:40.296Z | Running `/work/oxidecomputer/omicron/target/debug/build/slab-1f31ff7e846f8557/build-script-build` |
1699 | 2024-05-08T02:44:40.330Z | Compiling heck v0.4.1 |
1700 | 2024-05-08T02:44:40.330Z | Running `/home/build/.rustup/toolchains/1.77.2-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=1a1678ba78df6067 -C extra-filename=-1a1678ba78df6067 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1701 | 2024-05-08T02:44:40.330Z | Compiling const-oid v0.9.6 |
1702 | 2024-05-08T02:44:40.330Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const-oid-0.9.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="db"' --cfg 'feature="std"' -C metadata=6bf68d27d0b9a310 -C extra-filename=-6bf68d27d0b9a310 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1703 | 2024-05-08T02:44:40.331Z | Running `/home/build/.rustup/toolchains/1.77.2-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=edb584a0f4b99b22 -C extra-filename=-edb584a0f4b99b22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1704 | 2024-05-08T02:44:40.331Z | Compiling aho-corasick v1.1.2 |
1705 | 2024-05-08T02:44:40.331Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' -C metadata=e6492b28b6244c5c -C extra-filename=-e6492b28b6244c5c --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-2d2769c741d5e1f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1706 | 2024-05-08T02:44:40.331Z | Compiling iana-time-zone v0.1.57 |
1707 | 2024-05-08T02:44:40.331Z | Running `/home/build/.rustup/toolchains/1.77.2-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=5a6c6600307a4b8a -C extra-filename=-5a6c6600307a4b8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1708 | 2024-05-08T02:44:40.359Z | Compiling tinyvec_macros v0.1.1 |
1709 | 2024-05-08T02:44:40.387Z | Running `/home/build/.rustup/toolchains/1.77.2-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=47ec3aca49642e13 -C extra-filename=-47ec3aca49642e13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1710 | 2024-05-08T02:44:40.449Z | Compiling tinyvec v1.6.0 |
1711 | 2024-05-08T02:44:40.475Z | Running `/home/build/.rustup/toolchains/1.77.2-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=9b67bfa3bc4355e5 -C extra-filename=-9b67bfa3bc4355e5 --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-47ec3aca49642e13.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1712 | 2024-05-08T02:44:40.702Z | Compiling rustix v0.38.31 |
1713 | 2024-05-08T02:44:40.729Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.31/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=d64a8550e65d8fca -C extra-filename=-d64a8550e65d8fca --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-d64a8550e65d8fca -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1714 | 2024-05-08T02:44:40.807Z | Compiling lazy_static v1.4.0 |
1715 | 2024-05-08T02:44:40.840Z | Running `/home/build/.rustup/toolchains/1.77.2-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=998cd0269062e61e -C extra-filename=-998cd0269062e61e --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-07b2de1e1dcb304c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1716 | 2024-05-08T02:44:40.927Z | Compiling errno v0.3.8 |
1717 | 2024-05-08T02:44:40.959Z | Running `/home/build/.rustup/toolchains/1.77.2-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=8c5348ae294d0db5 -C extra-filename=-8c5348ae294d0db5 --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-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1718 | 2024-05-08T02:44:41.146Z | Compiling tracing-core v0.1.32 |
1719 | 2024-05-08T02:44:41.172Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=6c4d7cac70e61a1e -C extra-filename=-6c4d7cac70e61a1e --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-382c12cfca40d2db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1720 | 2024-05-08T02:44:41.333Z | Compiling ppv-lite86 v0.2.17 |
1721 | 2024-05-08T02:44:41.359Z | Running `/home/build/.rustup/toolchains/1.77.2-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=8f6ebf3a73b53cd2 -C extra-filename=-8f6ebf3a73b53cd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1722 | 2024-05-08T02:44:41.474Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustix-d64a8550e65d8fca/build-script-build` |
1723 | 2024-05-08T02:44:41.600Z | Compiling pkg-config v0.3.27 |
1724 | 2024-05-08T02:44:41.637Z | Running `/home/build/.rustup/toolchains/1.77.2-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=1c87eb8758148fb3 -C extra-filename=-1c87eb8758148fb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1725 | 2024-05-08T02:44:41.719Z | Compiling unicode-normalization v0.1.22 |
1726 | 2024-05-08T02:44:41.744Z | Running `/home/build/.rustup/toolchains/1.77.2-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=fd7e19e5a07f3a04 -C extra-filename=-fd7e19e5a07f3a04 --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-9b67bfa3bc4355e5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1727 | 2024-05-08T02:44:42.039Z | Compiling dyn-clone v1.0.17 |
1728 | 2024-05-08T02:44:42.072Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3249fec9e60f9013 -C extra-filename=-3249fec9e60f9013 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1729 | 2024-05-08T02:44:42.235Z | Compiling unicode-bidi v0.3.15 |
1730 | 2024-05-08T02:44:42.260Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' -C metadata=3c45bd070bddd25d -C extra-filename=-3c45bd070bddd25d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1731 | 2024-05-08T02:44:42.447Z | Compiling cpufeatures v0.2.12 |
1732 | 2024-05-08T02:44:42.473Z | Running `/home/build/.rustup/toolchains/1.77.2-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=1ffb3fa88be7e604 -C extra-filename=-1ffb3fa88be7e604 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1733 | 2024-05-08T02:44:42.553Z | Compiling schemars v0.8.16 |
1734 | 2024-05-08T02:44:42.578Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid"' --cfg 'feature="uuid08"' --cfg 'feature="uuid1"' -C metadata=f1be40d591632ed1 -C extra-filename=-f1be40d591632ed1 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-f1be40d591632ed1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1735 | 2024-05-08T02:44:42.631Z | Compiling regex-automata v0.4.5 |
1736 | 2024-05-08T02:44:42.656Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="dfa"' --cfg 'feature="dfa-build"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' -C metadata=757d6c3bab2f837f -C extra-filename=-757d6c3bab2f837f --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-e6492b28b6244c5c.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-13b943facd0e7476.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1737 | 2024-05-08T02:44:42.777Z | Compiling rand_chacha v0.3.1 |
1738 | 2024-05-08T02:44:42.807Z | Running `/home/build/.rustup/toolchains/1.77.2-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=c97181c078b51aa5 -C extra-filename=-c97181c078b51aa5 --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-8f6ebf3a73b53cd2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1739 | 2024-05-08T02:44:42.916Z | Compiling serde_derive_internals v0.26.0 |
1740 | 2024-05-08T02:44:42.951Z | Running `/home/build/.rustup/toolchains/1.77.2-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=23da52d9f9ee9b85 -C extra-filename=-23da52d9f9ee9b85 --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-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1741 | 2024-05-08T02:44:43.477Z | Running `/work/oxidecomputer/omicron/target/debug/build/schemars-f1be40d591632ed1/build-script-build` |
1742 | 2024-05-08T02:44:43.506Z | Compiling uuid v0.8.2 |
1743 | 2024-05-08T02:44:43.531Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=2046012f89f5443c -C extra-filename=-2046012f89f5443c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1744 | 2024-05-08T02:44:44.189Z | Compiling rand v0.8.5 |
1745 | 2024-05-08T02:44:44.223Z | Running `/home/build/.rustup/toolchains/1.77.2-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=0c34402c0bb98ee0 -C extra-filename=-0c34402c0bb98ee0 --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-0389f312b031ed53.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c97181c078b51aa5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1746 | 2024-05-08T02:44:44.224Z | Compiling percent-encoding v2.3.1 |
1747 | 2024-05-08T02:44:44.224Z | Running `/home/build/.rustup/toolchains/1.77.2-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=b34c0d67524cd63e -C extra-filename=-b34c0d67524cd63e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1748 | 2024-05-08T02:44:44.549Z | Compiling spin v0.9.8 |
1749 | 2024-05-08T02:44:44.578Z | Running `/home/build/.rustup/toolchains/1.77.2-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=d5a571760a738685 -C extra-filename=-d5a571760a738685 --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-c9564712d536a6c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1750 | 2024-05-08T02:44:44.857Z | Compiling form_urlencoded v1.2.1 |
1751 | 2024-05-08T02:44:44.892Z | Running `/home/build/.rustup/toolchains/1.77.2-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=a3a49be3a807ac3f -C extra-filename=-a3a49be3a807ac3f --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-b34c0d67524cd63e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1752 | 2024-05-08T02:44:44.923Z | Compiling time-core v0.1.2 |
1753 | 2024-05-08T02:44:44.923Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=99baac3ec95711c7 -C extra-filename=-99baac3ec95711c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1754 | 2024-05-08T02:44:45.049Z | Compiling httparse v1.8.0 |
1755 | 2024-05-08T02:44:45.074Z | Running `/home/build/.rustup/toolchains/1.77.2-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=4b73d3e921ff6bb9 -C extra-filename=-4b73d3e921ff6bb9 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-4b73d3e921ff6bb9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1756 | 2024-05-08T02:44:45.137Z | Compiling powerfmt v0.2.0 |
1757 | 2024-05-08T02:44:45.171Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=446db202808c2104 -C extra-filename=-446db202808c2104 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1758 | 2024-05-08T02:44:45.253Z | Compiling num-conv v0.1.0 |
1759 | 2024-05-08T02:44:45.284Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' -C metadata=67e78ec5d933cf6a -C extra-filename=-67e78ec5d933cf6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1760 | 2024-05-08T02:44:45.316Z | Compiling num_threads v0.1.6 |
1761 | 2024-05-08T02:44:45.316Z | Running `/home/build/.rustup/toolchains/1.77.2-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=481e618ba327a66a -C extra-filename=-481e618ba327a66a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1762 | 2024-05-08T02:44:45.439Z | Compiling deranged v0.3.11 |
1763 | 2024-05-08T02:44:45.894Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' -C metadata=da24a4a4a64e0e8e -C extra-filename=-da24a4a4a64e0e8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-446db202808c2104.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1764 | 2024-05-08T02:44:45.894Z | Running `/work/oxidecomputer/omicron/target/debug/build/httparse-4b73d3e921ff6bb9/build-script-build` |
1765 | 2024-05-08T02:44:45.894Z | Compiling time-macros v0.2.17 |
1766 | 2024-05-08T02:44:45.894Z | Compiling ring v0.17.8 |
1767 | 2024-05-08T02:44:45.894Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-tuple-struct-fields --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="formatting"' --cfg 'feature="parsing"' -C metadata=a85a80b48f67247a -C extra-filename=-a85a80b48f67247a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-67e78ec5d933cf6a.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-99baac3ec95711c7.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1768 | 2024-05-08T02:44:45.894Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' -C metadata=89dfbee52b042801 -C extra-filename=-89dfbee52b042801 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-89dfbee52b042801 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-05c2831c2b856dca.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1769 | 2024-05-08T02:44:45.894Z | Running `/home/build/.rustup/toolchains/1.77.2-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=ea15729c177c2ea6 -C extra-filename=-ea15729c177c2ea6 --out-dir /work/oxidecomputer/omicron/target/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` |
1770 | 2024-05-08T02:44:45.920Z | Compiling unicode-width v0.1.11 |
1771 | 2024-05-08T02:44:45.920Z | Running `/home/build/.rustup/toolchains/1.77.2-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=7be4cd6866eb5f17 -C extra-filename=-7be4cd6866eb5f17 --out-dir /work/oxidecomputer/omicron/target/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-05-08T02:44:46.036Z | Compiling idna v0.5.0 |
1773 | 2024-05-08T02:44:46.070Z | Running `/home/build/.rustup/toolchains/1.77.2-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=cbc874d35908b620 -C extra-filename=-cbc874d35908b620 --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-3c45bd070bddd25d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-fd7e19e5a07f3a04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1774 | 2024-05-08T02:44:46.144Z | Compiling semver v1.0.22 |
1775 | 2024-05-08T02:44:46.169Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=5e22229ec32fb546 -C extra-filename=-5e22229ec32fb546 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-5e22229ec32fb546 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1776 | 2024-05-08T02:44:46.632Z | Compiling either v1.11.0 |
1777 | 2024-05-08T02:44:46.657Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=3e218f4211a406b1 -C extra-filename=-3e218f4211a406b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1778 | 2024-05-08T02:44:46.657Z | Running `/work/oxidecomputer/omicron/target/debug/build/ring-89dfbee52b042801/build-script-build` |
1779 | 2024-05-08T02:44:46.967Z | Compiling regex v1.10.4 |
1780 | 2024-05-08T02:44:46.992Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.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"' --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=260c62b40b29cd04 -C extra-filename=-260c62b40b29cd04 --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-e6492b28b6244c5c.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-757d6c3bab2f837f.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-13b943facd0e7476.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1781 | 2024-05-08T02:44:47.019Z | Compiling url v2.5.0 |
1782 | 2024-05-08T02:44:47.019Z | Running `/home/build/.rustup/toolchains/1.77.2-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=ea704619c5387062 -C extra-filename=-ea704619c5387062 --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-a3a49be3a807ac3f.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-cbc874d35908b620.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b34c0d67524cd63e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1783 | 2024-05-08T02:44:47.300Z | Running `/work/oxidecomputer/omicron/target/debug/build/semver-5e22229ec32fb546/build-script-build` |
1784 | 2024-05-08T02:44:47.369Z | Compiling adler v1.0.2 |
1785 | 2024-05-08T02:44:47.406Z | Running `/home/build/.rustup/toolchains/1.77.2-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=540a1373da4b8d3b -C extra-filename=-540a1373da4b8d3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1786 | 2024-05-08T02:44:47.563Z | Compiling rustversion v1.0.14 |
1787 | 2024-05-08T02:44:47.591Z | Running `/home/build/.rustup/toolchains/1.77.2-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=52734b0d7e1ee24b -C extra-filename=-52734b0d7e1ee24b --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-52734b0d7e1ee24b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1788 | 2024-05-08T02:44:47.892Z | Compiling miniz_oxide v0.7.1 |
1789 | 2024-05-08T02:44:47.924Z | Running `/home/build/.rustup/toolchains/1.77.2-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=e9a21832a2db6cf9 -C extra-filename=-e9a21832a2db6cf9 --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-540a1373da4b8d3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1790 | 2024-05-08T02:44:48.168Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-52734b0d7e1ee24b/build-script-build` |
1791 | 2024-05-08T02:44:48.238Z | Compiling untrusted v0.9.0 |
1792 | 2024-05-08T02:44:48.264Z | Running `/home/build/.rustup/toolchains/1.77.2-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=8fced45147420ad4 -C extra-filename=-8fced45147420ad4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1793 | 2024-05-08T02:44:48.344Z | Compiling time v0.3.34 |
1794 | 2024-05-08T02:44:48.370Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-tuple-struct-fields --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' -C metadata=27a7898fe94cad80 -C extra-filename=-27a7898fe94cad80 --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-da24a4a4a64e0e8e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-8887d85b8db1efbb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-67e78ec5d933cf6a.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-481e618ba327a66a.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-446db202808c2104.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-99baac3ec95711c7.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-a85a80b48f67247a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1795 | 2024-05-08T02:44:48.403Z | Compiling slog v2.7.0 |
1796 | 2024-05-08T02:44:48.429Z | Running `/home/build/.rustup/toolchains/1.77.2-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=6c5b3d70e12dd857 -C extra-filename=-6c5b3d70e12dd857 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-6c5b3d70e12dd857 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1797 | 2024-05-08T02:44:48.610Z | Compiling vcpkg v0.2.15 |
1798 | 2024-05-08T02:44:48.637Z | Running `/home/build/.rustup/toolchains/1.77.2-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=03adc5e0abc5f680 -C extra-filename=-03adc5e0abc5f680 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1799 | 2024-05-08T02:44:48.896Z | Compiling base64 v0.21.7 |
1800 | 2024-05-08T02:44:48.923Z | Running `/home/build/.rustup/toolchains/1.77.2-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=6db86b2c48c11a61 -C extra-filename=-6db86b2c48c11a61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1801 | 2024-05-08T02:44:49.009Z | Compiling serde_derive v1.0.199 |
1802 | 2024-05-08T02:44:49.038Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.199/src/lib.rs --error-format=json --json=diagnostic-rendered-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=b8805f4509fb28a5 -C extra-filename=-b8805f4509fb28a5 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1803 | 2024-05-08T02:44:49.068Z | Compiling zerocopy-derive v0.7.32 |
1804 | 2024-05-08T02:44:49.069Z | Running `/home/build/.rustup/toolchains/1.77.2-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=6a57cface222f9e6 -C extra-filename=-6a57cface222f9e6 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1805 | 2024-05-08T02:44:49.141Z | Compiling thiserror-impl v1.0.59 |
1806 | 2024-05-08T02:44:49.166Z | Running `/home/build/.rustup/toolchains/1.77.2-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.59/src/lib.rs --error-format=json --json=diagnostic-rendered-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=890f0ab670980a42 -C extra-filename=-890f0ab670980a42 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1807 | 2024-05-08T02:44:49.227Z | Compiling zeroize_derive v1.4.2 |
1808 | 2024-05-08T02:44:49.252Z | Running `/home/build/.rustup/toolchains/1.77.2-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=a805058b24b31221 -C extra-filename=-a805058b24b31221 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1809 | 2024-05-08T02:44:49.540Z | Compiling tokio-macros v2.2.0 |
1810 | 2024-05-08T02:44:49.567Z | Running `/home/build/.rustup/toolchains/1.77.2-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=9ab5c902045c8d97 -C extra-filename=-9ab5c902045c8d97 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1811 | 2024-05-08T02:44:50.500Z | Compiling futures-macro v0.3.30 |
1812 | 2024-05-08T02:44:50.527Z | Running `/home/build/.rustup/toolchains/1.77.2-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=7908c62313e50d00 -C extra-filename=-7908c62313e50d00 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1813 | 2024-05-08T02:44:50.774Z | Compiling zeroize v1.7.0 |
1814 | 2024-05-08T02:44:50.812Z | Running `/home/build/.rustup/toolchains/1.77.2-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=3aec30add0a8be8d -C extra-filename=-3aec30add0a8be8d --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-a805058b24b31221.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1815 | 2024-05-08T02:44:51.095Z | Running `/home/build/.rustup/toolchains/1.77.2-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=956726fc5d1e2865 -C extra-filename=-956726fc5d1e2865 --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-ce4989e7402d9db9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence` |
1816 | 2024-05-08T02:44:51.128Z | Compiling tracing-attributes v0.1.27 |
1817 | 2024-05-08T02:44:51.154Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f55283588fd1df82 -C extra-filename=-f55283588fd1df82 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1818 | 2024-05-08T02:44:51.179Z | Compiling zerocopy v0.7.32 |
1819 | 2024-05-08T02:44:51.180Z | Running `/home/build/.rustup/toolchains/1.77.2-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=ad39d6646bb5dbb5 -C extra-filename=-ad39d6646bb5dbb5 --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-a7919d510375f8f6.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-6a57cface222f9e6.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1820 | 2024-05-08T02:44:52.017Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.59/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9d7cba1b26dce711 -C extra-filename=-9d7cba1b26dce711 --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-890f0ab670980a42.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access` |
1821 | 2024-05-08T02:44:52.481Z | Compiling crypto-common v0.1.6 |
1822 | 2024-05-08T02:44:52.481Z | Running `/home/build/.rustup/toolchains/1.77.2-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=3671815212ae050e -C extra-filename=-3671815212ae050e --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-956726fc5d1e2865.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-ce4989e7402d9db9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1823 | 2024-05-08T02:44:52.481Z | Compiling block-buffer v0.10.4 |
1824 | 2024-05-08T02:44:52.481Z | Running `/home/build/.rustup/toolchains/1.77.2-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=5ae966e5fa3b5a9c -C extra-filename=-5ae966e5fa3b5a9c --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-956726fc5d1e2865.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1825 | 2024-05-08T02:44:52.481Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' -C metadata=5a51fa1df4cd8460 -C extra-filename=-5a51fa1df4cd8460 --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-427020ca80f73ebb.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-cd233cf452b8a58f.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ad39d6646bb5dbb5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'` |
1826 | 2024-05-08T02:44:52.481Z | Compiling futures-util v0.3.30 |
1827 | 2024-05-08T02:44:52.481Z | Running `/home/build/.rustup/toolchains/1.77.2-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=2df6ab9162cca8c1 -C extra-filename=-2df6ab9162cca8c1 --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-e5c5dc3a4642b306.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2f043457ba4fdc68.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-7908c62313e50d00.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-32a2524a08049364.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-3b68754ba6b0f75d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-611962d7d561619c.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-edb584a0f4b99b22.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1828 | 2024-05-08T02:44:52.481Z | Compiling digest v0.10.7 |
1829 | 2024-05-08T02:44:52.481Z | Running `/home/build/.rustup/toolchains/1.77.2-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=f487f7d68fed3764 -C extra-filename=-f487f7d68fed3764 --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-5ae966e5fa3b5a9c.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6bf68d27d0b9a310.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-3671815212ae050e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1830 | 2024-05-08T02:44:52.509Z | Compiling schemars_derive v0.8.16 |
1831 | 2024-05-08T02:44:52.509Z | Running `/home/build/.rustup/toolchains/1.77.2-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=92584c7f840892b1 -C extra-filename=-92584c7f840892b1 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-23da52d9f9ee9b85.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1832 | 2024-05-08T02:44:52.735Z | Compiling openssl-sys v0.9.102 |
1833 | 2024-05-08T02:44:52.761Z | Running `/home/build/.rustup/toolchains/1.77.2-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.102/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=e51db1d4021f86b7 -C extra-filename=-e51db1d4021f86b7 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-e51db1d4021f86b7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-05c2831c2b856dca.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-1c87eb8758148fb3.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-03adc5e0abc5f680.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1834 | 2024-05-08T02:44:52.860Z | Compiling hashbrown v0.14.3 |
1835 | 2024-05-08T02:44:52.896Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' -C metadata=ecc62c491397209c -C extra-filename=-ecc62c491397209c --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-5a51fa1df4cd8460.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-91a5305897b3c90d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1836 | 2024-05-08T02:44:52.896Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' -C metadata=731c3f13a64f1c10 -C extra-filename=-731c3f13a64f1c10 --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-427020ca80f73ebb.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-cd233cf452b8a58f.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d5a571760a738685.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8fced45147420ad4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test` |
1837 | 2024-05-08T02:44:53.354Z | Compiling async-trait v0.1.80 |
1838 | 2024-05-08T02:44:53.379Z | Running `/home/build/.rustup/toolchains/1.77.2-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.80/src/lib.rs --error-format=json --json=diagnostic-rendered-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=db67e14663d879e1 -C extra-filename=-db67e14663d879e1 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1839 | 2024-05-08T02:44:53.688Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-6c5b3d70e12dd857/build-script-build` |
1840 | 2024-05-08T02:44:53.758Z | Running `/home/build/.rustup/toolchains/1.77.2-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=447711a94439c285 -C extra-filename=-447711a94439c285 --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` |
1841 | 2024-05-08T02:44:54.063Z | Compiling try-lock v0.2.4 |
1842 | 2024-05-08T02:44:54.092Z | Running `/home/build/.rustup/toolchains/1.77.2-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=acd2ef948ecc82b5 -C extra-filename=-acd2ef948ecc82b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1843 | 2024-05-08T02:44:54.196Z | Compiling want v0.3.1 |
1844 | 2024-05-08T02:44:54.229Z | Running `/home/build/.rustup/toolchains/1.77.2-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=b2d56623507e70ba -C extra-filename=-b2d56623507e70ba --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-acd2ef948ecc82b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1845 | 2024-05-08T02:44:54.464Z | Running `/home/build/.rustup/toolchains/1.77.2-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=13c318f5fdda9b42 -C extra-filename=-13c318f5fdda9b42 --out-dir /work/oxidecomputer/omicron/target/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` |
1846 | 2024-05-08T02:44:54.509Z | Compiling tracing v0.1.40 |
1847 | 2024-05-08T02:44:54.534Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' -C metadata=e8fcda33fd5afe68 -C extra-filename=-e8fcda33fd5afe68 --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-0f58a9cf96294e99.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-f55283588fd1df82.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-6c4d7cac70e61a1e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1848 | 2024-05-08T02:44:54.969Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-e51db1d4021f86b7/build-script-main` |
1849 | 2024-05-08T02:44:55.029Z | Compiling tower-service v0.3.2 |
1850 | 2024-05-08T02:44:55.056Z | Running `/home/build/.rustup/toolchains/1.77.2-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=fe17446c79721d91 -C extra-filename=-fe17446c79721d91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1851 | 2024-05-08T02:44:55.152Z | Compiling ucd-trie v0.1.6 |
1852 | 2024-05-08T02:44:55.178Z | Compiling base64ct v1.6.0 |
1853 | 2024-05-08T02:44:55.205Z | Running `/home/build/.rustup/toolchains/1.77.2-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=89d333838280fc83 -C extra-filename=-89d333838280fc83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1854 | 2024-05-08T02:44:55.205Z | Running `/home/build/.rustup/toolchains/1.77.2-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=d5b0f764e5f36458 -C extra-filename=-d5b0f764e5f36458 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1855 | 2024-05-08T02:44:55.243Z | Compiling httpdate v1.0.3 |
1856 | 2024-05-08T02:44:55.268Z | Running `/home/build/.rustup/toolchains/1.77.2-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=2a8df2b5f7aca784 -C extra-filename=-2a8df2b5f7aca784 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1857 | 2024-05-08T02:44:55.565Z | Compiling pest v2.7.6 |
1858 | 2024-05-08T02:44:55.591Z | Running `/home/build/.rustup/toolchains/1.77.2-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=bd1f6c8f8d44b6e9 -C extra-filename=-bd1f6c8f8d44b6e9 --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-2d2769c741d5e1f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-d5b0f764e5f36458.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1859 | 2024-05-08T02:44:55.644Z | Compiling backtrace v0.3.69 |
1860 | 2024-05-08T02:44:55.669Z | Running `/home/build/.rustup/toolchains/1.77.2-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=ba33e89debdf579d -C extra-filename=-ba33e89debdf579d --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-ba33e89debdf579d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-05c2831c2b856dca.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1861 | 2024-05-08T02:44:55.700Z | Compiling ring v0.16.20 |
1862 | 2024-05-08T02:44:55.751Z | Running `/home/build/.rustup/toolchains/1.77.2-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=ba782bc4b8bc9b97 -C extra-filename=-ba782bc4b8bc9b97 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-ba782bc4b8bc9b97 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-05c2831c2b856dca.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1863 | 2024-05-08T02:44:55.779Z | Compiling openssl v0.10.64 |
1864 | 2024-05-08T02:44:55.779Z | Running `/home/build/.rustup/toolchains/1.77.2-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.64/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=e32d8a2bf706e9c7 -C extra-filename=-e32d8a2bf706e9c7 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-e32d8a2bf706e9c7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1865 | 2024-05-08T02:44:55.939Z | Compiling openssl-probe v0.1.5 |
1866 | 2024-05-08T02:44:55.973Z | Running `/home/build/.rustup/toolchains/1.77.2-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=5cc4302098cb4d7c -C extra-filename=-5cc4302098cb4d7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1867 | 2024-05-08T02:44:55.973Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.199/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=3323f3a7841d0a63 -C extra-filename=-3323f3a7841d0a63 --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-b8805f4509fb28a5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1868 | 2024-05-08T02:44:56.108Z | Compiling gimli v0.28.0 |
1869 | 2024-05-08T02:44:56.134Z | Running `/home/build/.rustup/toolchains/1.77.2-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=2a3c2b08c837cf3c -C extra-filename=-2a3c2b08c837cf3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1870 | 2024-05-08T02:44:56.189Z | Compiling foreign-types-shared v0.1.1 |
1871 | 2024-05-08T02:44:56.214Z | Running `/home/build/.rustup/toolchains/1.77.2-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=8a302c1cf65ec29f -C extra-filename=-8a302c1cf65ec29f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1872 | 2024-05-08T02:44:56.215Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-e32d8a2bf706e9c7/build-script-build` |
1873 | 2024-05-08T02:44:56.243Z | Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-ba33e89debdf579d/build-script-build` |
1874 | 2024-05-08T02:44:56.271Z | Running `/home/build/.rustup/toolchains/1.77.2-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.102/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=296130c348877788 -C extra-filename=-296130c348877788 --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-0389f312b031ed53.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` |
1875 | 2024-05-08T02:44:56.298Z | Compiling foreign-types v0.3.2 |
1876 | 2024-05-08T02:44:56.299Z | Running `/home/build/.rustup/toolchains/1.77.2-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=3c0f05dcbba7bb7a -C extra-filename=-3c0f05dcbba7bb7a --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-8a302c1cf65ec29f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1877 | 2024-05-08T02:44:56.334Z | Compiling openssl-macros v0.1.1 |
1878 | 2024-05-08T02:44:56.334Z | Running `/home/build/.rustup/toolchains/1.77.2-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=f22d36ab9f3f8785 -C extra-filename=-f22d36ab9f3f8785 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1879 | 2024-05-08T02:44:56.393Z | Compiling object v0.32.1 |
1880 | 2024-05-08T02:44:56.419Z | Running `/home/build/.rustup/toolchains/1.77.2-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=fbca7a5156e3eedd -C extra-filename=-fbca7a5156e3eedd --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-2d2769c741d5e1f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1881 | 2024-05-08T02:44:56.720Z | Running `/work/oxidecomputer/omicron/target/debug/build/ring-ba782bc4b8bc9b97/build-script-build` |
1882 | 2024-05-08T02:44:57.121Z | Compiling futures-executor v0.3.30 |
1883 | 2024-05-08T02:44:57.147Z | Running `/home/build/.rustup/toolchains/1.77.2-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=19c0d53095034e3d -C extra-filename=-19c0d53095034e3d --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-4b00f13a31442673.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-3b68754ba6b0f75d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2df6ab9162cca8c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1884 | 2024-05-08T02:44:57.420Z | Compiling pest_meta v2.7.6 |
1885 | 2024-05-08T02:44:57.448Z | Running `/home/build/.rustup/toolchains/1.77.2-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=309ecaea04aa53f3 -C extra-filename=-309ecaea04aa53f3 --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-382c12cfca40d2db.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-bd1f6c8f8d44b6e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1886 | 2024-05-08T02:44:57.559Z | Compiling futures v0.3.30 |
1887 | 2024-05-08T02:44:57.585Z | Running `/home/build/.rustup/toolchains/1.77.2-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=dcda545c6da74a50 -C extra-filename=-dcda545c6da74a50 --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-e5c5dc3a4642b306.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-19c0d53095034e3d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2f043457ba4fdc68.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-32a2524a08049364.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-3b68754ba6b0f75d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2df6ab9162cca8c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1888 | 2024-05-08T02:44:57.646Z | Compiling crossbeam-utils v0.8.19 |
1889 | 2024-05-08T02:44:57.671Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b506014b90e20f82 -C extra-filename=-b506014b90e20f82 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-b506014b90e20f82 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1890 | 2024-05-08T02:44:57.698Z | Compiling untrusted v0.7.1 |
1891 | 2024-05-08T02:44:57.723Z | Running `/home/build/.rustup/toolchains/1.77.2-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=a3e85edfeb60e340 -C extra-filename=-a3e85edfeb60e340 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1892 | 2024-05-08T02:44:57.831Z | Compiling ipnet v2.9.0 |
1893 | 2024-05-08T02:44:57.857Z | Running `/home/build/.rustup/toolchains/1.77.2-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=6f1e2c4e27b6e689 -C extra-filename=-6f1e2c4e27b6e689 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1894 | 2024-05-08T02:44:57.857Z | Compiling anyhow v1.0.82 |
1895 | 2024-05-08T02:44:57.857Z | Running `/home/build/.rustup/toolchains/1.77.2-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.82/build.rs --error-format=json --json=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=af7a568769daa972 -C extra-filename=-af7a568769daa972 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-af7a568769daa972 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1896 | 2024-05-08T02:44:58.210Z | Compiling rustc-demangle v0.1.23 |
1897 | 2024-05-08T02:44:58.237Z | Running `/home/build/.rustup/toolchains/1.77.2-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=19de705504ac65f8 -C extra-filename=-19de705504ac65f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1898 | 2024-05-08T02:44:58.428Z | Compiling pest_generator v2.7.6 |
1899 | 2024-05-08T02:44:58.454Z | Compiling mime v0.3.17 |
1900 | 2024-05-08T02:44:58.454Z | Running `/home/build/.rustup/toolchains/1.77.2-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=5996b51b52ac26ea -C extra-filename=-5996b51b52ac26ea --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-bd1f6c8f8d44b6e9.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-309ecaea04aa53f3.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1901 | 2024-05-08T02:44:58.454Z | Running `/home/build/.rustup/toolchains/1.77.2-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=c2f715f865321db7 -C extra-filename=-c2f715f865321db7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1902 | 2024-05-08T02:44:58.942Z | Running `/home/build/.rustup/toolchains/1.77.2-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=38477973c409baaa -C extra-filename=-38477973c409baaa --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-382c12cfca40d2db.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-07b2de1e1dcb304c.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-a3e85edfeb60e340.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -l static=ring-core -l static=ring-test` |
1903 | 2024-05-08T02:44:59.061Z | Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-af7a568769daa972/build-script-build` |
1904 | 2024-05-08T02:44:59.362Z | Compiling addr2line v0.21.0 |
1905 | 2024-05-08T02:44:59.387Z | Running `/home/build/.rustup/toolchains/1.77.2-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=23d8a9563b0e070a -C extra-filename=-23d8a9563b0e070a --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-2a3c2b08c837cf3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1906 | 2024-05-08T02:44:59.922Z | Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-b506014b90e20f82/build-script-build` |
1907 | 2024-05-08T02:44:59.955Z | Compiling native-tls v0.2.11 |
1908 | 2024-05-08T02:44:59.981Z | Running `/home/build/.rustup/toolchains/1.77.2-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=5eff8ef2f937a211 -C extra-filename=-5eff8ef2f937a211 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-5eff8ef2f937a211 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1909 | 2024-05-08T02:44:59.981Z | Compiling winnow v0.5.15 |
1910 | 2024-05-08T02:44:59.981Z | Running `/home/build/.rustup/toolchains/1.77.2-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=477ed9f51f972482 -C extra-filename=-477ed9f51f972482 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1911 | 2024-05-08T02:45:00.038Z | Compiling rustls v0.21.9 |
1912 | 2024-05-08T02:45:00.064Z | Running `/home/build/.rustup/toolchains/1.77.2-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=5611ce1cb4985867 -C extra-filename=-5611ce1cb4985867 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-5611ce1cb4985867 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1913 | 2024-05-08T02:45:00.091Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=af3c149698540047 -C extra-filename=-af3c149698540047 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1914 | 2024-05-08T02:45:00.394Z | Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-5eff8ef2f937a211/build-script-build` |
1915 | 2024-05-08T02:45:00.423Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-5611ce1cb4985867/build-script-build` |
1916 | 2024-05-08T02:45:00.448Z | Compiling pem-rfc7468 v0.7.0 |
1917 | 2024-05-08T02:45:00.449Z | Running `/home/build/.rustup/toolchains/1.77.2-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=46d9429fe9292284 -C extra-filename=-46d9429fe9292284 --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-89d333838280fc83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1918 | 2024-05-08T02:45:00.475Z | Compiling rustls-webpki v0.101.7 |
1919 | 2024-05-08T02:45:00.475Z | Running `/home/build/.rustup/toolchains/1.77.2-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=5d36a23267976743 -C extra-filename=-5d36a23267976743 --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-731c3f13a64f1c10.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8fced45147420ad4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out` |
1920 | 2024-05-08T02:45:01.024Z | Compiling bytes v1.6.0 |
1921 | 2024-05-08T02:45:01.066Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=d1e7b568f67bf391 -C extra-filename=-d1e7b568f67bf391 --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-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1922 | 2024-05-08T02:45:01.112Z | Compiling bitflags v2.4.2 |
1923 | 2024-05-08T02:45:01.147Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=0d3753a4f8ddf1b6 -C extra-filename=-0d3753a4f8ddf1b6 --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-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1924 | 2024-05-08T02:45:01.249Z | Running `/home/build/.rustup/toolchains/1.77.2-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.116/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=53c90aa38b9e45d3 -C extra-filename=-53c90aa38b9e45d3 --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-8887d85b8db1efbb.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-4d2b5e30bc2a618d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg limb_width_64` |
1925 | 2024-05-08T02:45:01.485Z | Compiling indexmap v2.2.6 |
1926 | 2024-05-08T02:45:01.513Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=28259a8ba39da734 -C extra-filename=-28259a8ba39da734 --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-5752ccbf4d3cc26b.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ecc62c491397209c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1927 | 2024-05-08T02:45:01.630Z | Compiling chrono v0.4.38 |
1928 | 2024-05-08T02:45:01.657Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' -C metadata=996559b273324b36 -C extra-filename=-996559b273324b36 --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-5a6c6600307a4b8a.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1929 | 2024-05-08T02:45:01.721Z | Compiling uuid v1.8.0 |
1930 | 2024-05-08T02:45:01.749Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 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=4ff435b4bc030991 -C extra-filename=-4ff435b4bc030991 --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-cd233cf452b8a58f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1931 | 2024-05-08T02:45:02.102Z | Compiling tokio v1.37.0 |
1932 | 2024-05-08T02:45:02.129Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/lib.rs --error-format=json --json=diagnostic-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=2b84d8fa11ae7c27 -C extra-filename=-2b84d8fa11ae7c27 --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-d1e7b568f67bf391.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c3bb25176b51b31a.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-748fc070e563926b.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-129c770cfa0fa0c9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-7520df6e6953f815.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1d188b7fe82162ba.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-9ab5c902045c8d97.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1933 | 2024-05-08T02:45:02.129Z | Compiling http v0.2.12 |
1934 | 2024-05-08T02:45:02.129Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=6b5231a46a413dac -C extra-filename=-6b5231a46a413dac --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-0d3753a4f8ddf1b6.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-8c5348ae294d0db5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish` |
1935 | 2024-05-08T02:45:02.129Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=73ae2bcccee3c8b8 -C extra-filename=-73ae2bcccee3c8b8 --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-d1e7b568f67bf391.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-94cd0cc82801ac87.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-8887d85b8db1efbb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1936 | 2024-05-08T02:45:02.676Z | Compiling toml_datetime v0.6.5 |
1937 | 2024-05-08T02:45:02.701Z | Running `/home/build/.rustup/toolchains/1.77.2-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=7eaede6161181072 -C extra-filename=-7eaede6161181072 --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-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1938 | 2024-05-08T02:45:02.879Z | Compiling serde_spanned v0.6.5 |
1939 | 2024-05-08T02:45:02.911Z | Running `/home/build/.rustup/toolchains/1.77.2-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=13046ebbdea61525 -C extra-filename=-13046ebbdea61525 --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-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1940 | 2024-05-08T02:45:02.993Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=daf1aae57141a3a0 -C extra-filename=-daf1aae57141a3a0 --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-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1941 | 2024-05-08T02:45:03.077Z | Compiling pest_derive v2.7.6 |
1942 | 2024-05-08T02:45:03.110Z | Running `/home/build/.rustup/toolchains/1.77.2-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=4488fa710633b29b -C extra-filename=-4488fa710633b29b --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-bd1f6c8f8d44b6e9.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-5996b51b52ac26ea.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1943 | 2024-05-08T02:45:03.136Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.64/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=3670ab64185166cf -C extra-filename=-3670ab64185166cf --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-0d3753a4f8ddf1b6.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-3c0f05dcbba7bb7a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-f22d36ab9f3f8785.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-296130c348877788.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` |
1944 | 2024-05-08T02:45:03.637Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid"' --cfg 'feature="uuid08"' --cfg 'feature="uuid1"' -C metadata=04685037107bd12a -C extra-filename=-04685037107bd12a --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-d1e7b568f67bf391.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-3249fec9e60f9013.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-92584c7f840892b1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern uuid08=/work/oxidecomputer/omicron/target/debug/deps/libuuid-2046012f89f5443c.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic` |
1945 | 2024-05-08T02:45:03.799Z | Compiling http-body v0.4.5 |
1946 | 2024-05-08T02:45:03.825Z | Running `/home/build/.rustup/toolchains/1.77.2-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=a4db8b4862a999dc -C extra-filename=-a4db8b4862a999dc --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-d1e7b568f67bf391.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1947 | 2024-05-08T02:45:03.990Z | Running `/home/build/.rustup/toolchains/1.77.2-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=b1983db7168f27a5 -C extra-filename=-b1983db7168f27a5 --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-23d8a9563b0e070a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-e9a21832a2db6cf9.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-fbca7a5156e3eedd.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-19de705504ac65f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1948 | 2024-05-08T02:45:04.180Z | Compiling toml_edit v0.19.15 |
1949 | 2024-05-08T02:45:04.612Z | Running `/home/build/.rustup/toolchains/1.77.2-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=1ff50ce3c80b0571 -C extra-filename=-1ff50ce3c80b0571 --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-28259a8ba39da734.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-13046ebbdea61525.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-7eaede6161181072.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-477ed9f51f972482.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1950 | 2024-05-08T02:45:04.637Z | Compiling sct v0.7.0 |
1951 | 2024-05-08T02:45:04.637Z | Running `/home/build/.rustup/toolchains/1.77.2-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=72bf7b6057f7acab -C extra-filename=-72bf7b6057f7acab --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-38477973c409baaa.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-a3e85edfeb60e340.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out` |
1952 | 2024-05-08T02:45:04.637Z | Compiling der_derive v0.7.2 |
1953 | 2024-05-08T02:45:04.637Z | Running `/home/build/.rustup/toolchains/1.77.2-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=20503b7465a71e00 -C extra-filename=-20503b7465a71e00 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1954 | 2024-05-08T02:45:04.637Z | Compiling cookie v0.17.0 |
1955 | 2024-05-08T02:45:04.638Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.17.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' -C metadata=b71d603e0181c731 -C extra-filename=-b71d603e0181c731 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-b71d603e0181c731 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1956 | 2024-05-08T02:45:04.729Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.82/src/lib.rs --error-format=json --json=diagnostic-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=25f298a858951c4e -C extra-filename=-25f298a858951c4e --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-b1983db7168f27a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_backtrace --cfg error_generic_member_access` |
1957 | 2024-05-08T02:45:04.957Z | Compiling flagset v0.4.3 |
1958 | 2024-05-08T02:45:04.983Z | Running `/home/build/.rustup/toolchains/1.77.2-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=8fc7f7151c6a2338 -C extra-filename=-8fc7f7151c6a2338 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1959 | 2024-05-08T02:45:05.138Z | Compiling unicode-xid v0.2.4 |
1960 | 2024-05-08T02:45:05.167Z | Running `/home/build/.rustup/toolchains/1.77.2-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=cded253ddea7e430 -C extra-filename=-cded253ddea7e430 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1961 | 2024-05-08T02:45:05.345Z | Compiling utf8parse v0.2.1 |
1962 | 2024-05-08T02:45:05.370Z | Running `/home/build/.rustup/toolchains/1.77.2-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=06c9e9fa03fbc0c8 -C extra-filename=-06c9e9fa03fbc0c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1963 | 2024-05-08T02:45:05.487Z | Running `/work/oxidecomputer/omicron/target/debug/build/cookie-b71d603e0181c731/build-script-build` |
1964 | 2024-05-08T02:45:05.530Z | Running `/home/build/.rustup/toolchains/1.77.2-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=f68849a932114f72 -C extra-filename=-f68849a932114f72 --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-0f58a9cf96294e99.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-5d36a23267976743.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-72bf7b6057f7acab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out` |
1965 | 2024-05-08T02:45:05.560Z | Compiling rustc_version v0.4.0 |
1966 | 2024-05-08T02:45:05.586Z | Running `/home/build/.rustup/toolchains/1.77.2-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=00e079ef6f480811 -C extra-filename=-00e079ef6f480811 --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-daf1aae57141a3a0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1967 | 2024-05-08T02:45:06.211Z | Compiling serde_urlencoded v0.7.1 |
1968 | 2024-05-08T02:45:06.237Z | Running `/home/build/.rustup/toolchains/1.77.2-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=60f345d83ef4008b -C extra-filename=-60f345d83ef4008b --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-a3a49be3a807ac3f.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-8887d85b8db1efbb.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-4d2b5e30bc2a618d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1969 | 2024-05-08T02:45:06.648Z | Compiling idna v0.3.0 |
1970 | 2024-05-08T02:45:06.676Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e5a5e5d4b57ec7cf -C extra-filename=-e5a5e5d4b57ec7cf --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-3c45bd070bddd25d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-fd7e19e5a07f3a04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1971 | 2024-05-08T02:45:06.840Z | Compiling thread-id v4.2.0 |
1972 | 2024-05-08T02:45:06.866Z | Running `/home/build/.rustup/toolchains/1.77.2-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=4cd3bd96c35f06e5 -C extra-filename=-4cd3bd96c35f06e5 --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-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1973 | 2024-05-08T02:45:06.866Z | Compiling der v0.7.8 |
1974 | 2024-05-08T02:45:06.866Z | Running `/home/build/.rustup/toolchains/1.77.2-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=2be1af541275103d -C extra-filename=-2be1af541275103d --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-6bf68d27d0b9a310.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-20503b7465a71e00.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-8fc7f7151c6a2338.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-46d9429fe9292284.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1975 | 2024-05-08T02:45:06.955Z | Compiling encoding_rs v0.8.33 |
1976 | 2024-05-08T02:45:06.981Z | Running `/home/build/.rustup/toolchains/1.77.2-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=858042e886cb24b1 -C extra-filename=-858042e886cb24b1 --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-427020ca80f73ebb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1977 | 2024-05-08T02:45:07.018Z | Compiling psl-types v2.0.11 |
1978 | 2024-05-08T02:45:07.044Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name psl_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/psl-types-2.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=35ac2c2e05763eb3 -C extra-filename=-35ac2c2e05763eb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1979 | 2024-05-08T02:45:07.187Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' -C metadata=71dd4a3d2b480ce6 -C extra-filename=-71dd4a3d2b480ce6 --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-b34c0d67524cd63e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-27a7898fe94cad80.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1980 | 2024-05-08T02:45:07.958Z | Compiling publicsuffix v2.2.3 |
1981 | 2024-05-08T02:45:07.983Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/publicsuffix-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="idna"' --cfg 'feature="punycode"' -C metadata=2854a6deb1ffaa09 -C extra-filename=-2854a6deb1ffaa09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-e5a5e5d4b57ec7cf.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-35ac2c2e05763eb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1982 | 2024-05-08T02:45:08.199Z | Running `/home/build/.rustup/toolchains/1.77.2-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=b6d0ced52424373d -C extra-filename=-b6d0ced52424373d --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-0f58a9cf96294e99.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3670ab64185166cf.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-5cc4302098cb4d7c.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-296130c348877788.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` |
1983 | 2024-05-08T02:45:08.225Z | Compiling data-encoding v2.4.0 |
1984 | 2024-05-08T02:45:08.251Z | Running `/home/build/.rustup/toolchains/1.77.2-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=d82296281cfa9a6b -C extra-filename=-d82296281cfa9a6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1985 | 2024-05-08T02:45:08.754Z | Compiling spki v0.7.2 |
1986 | 2024-05-08T02:45:08.781Z | Running `/home/build/.rustup/toolchains/1.77.2-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=b7de7fe0988b1cd7 -C extra-filename=-b7de7fe0988b1cd7 --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-2be1af541275103d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1987 | 2024-05-08T02:45:09.151Z | Compiling tokio-util v0.7.10 |
1988 | 2024-05-08T02:45:09.177Z | Running `/home/build/.rustup/toolchains/1.77.2-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=f3e47e8cc889b79b -C extra-filename=-f3e47e8cc889b79b --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-d1e7b568f67bf391.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-32a2524a08049364.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e8fcda33fd5afe68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1989 | 2024-05-08T02:45:09.787Z | Compiling tokio-rustls v0.24.1 |
1990 | 2024-05-08T02:45:09.813Z | Running `/home/build/.rustup/toolchains/1.77.2-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=46b9f9c5678b6969 -C extra-filename=-46b9f9c5678b6969 --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-f68849a932114f72.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out` |
1991 | 2024-05-08T02:45:10.202Z | Compiling h2 v0.3.26 |
1992 | 2024-05-08T02:45:10.228Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e64f8960f2636c1c -C extra-filename=-e64f8960f2636c1c --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-d1e7b568f67bf391.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-94cd0cc82801ac87.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-32a2524a08049364.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2df6ab9162cca8c1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-edb584a0f4b99b22.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e8fcda33fd5afe68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1993 | 2024-05-08T02:45:10.259Z | Compiling tokio-native-tls v0.3.1 |
1994 | 2024-05-08T02:45:10.259Z | Running `/home/build/.rustup/toolchains/1.77.2-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=7007aebaaae00d0e -C extra-filename=-7007aebaaae00d0e --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-b6d0ced52424373d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
1995 | 2024-05-08T02:45:10.502Z | Compiling anstyle v1.0.6 |
1996 | 2024-05-08T02:45:10.527Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d3c176ef90f87889 -C extra-filename=-d3c176ef90f87889 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1997 | 2024-05-08T02:45:10.527Z | Compiling bitflags v1.3.2 |
1998 | 2024-05-08T02:45:10.553Z | Running `/home/build/.rustup/toolchains/1.77.2-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=12e7cc5b9a407160 -C extra-filename=-12e7cc5b9a407160 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1999 | 2024-05-08T02:45:10.580Z | Compiling cookie_store v0.20.0 |
2000 | 2024-05-08T02:45:10.580Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie_store-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="public_suffix"' --cfg 'feature="publicsuffix"' -C metadata=720355700943be3a -C extra-filename=-720355700943be3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-71dd4a3d2b480ce6.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-e5a5e5d4b57ec7cf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-2854a6deb1ffaa09.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b8805f4509fb28a5.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-27a7898fe94cad80.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ea704619c5387062.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2001 | 2024-05-08T02:45:10.651Z | Compiling openapiv3 v2.0.0 |
2002 | 2024-05-08T02:45:10.677Z | Running `/home/build/.rustup/toolchains/1.77.2-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=c9c3d0db828aa2a7 -C extra-filename=-c9c3d0db828aa2a7 --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-28259a8ba39da734.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2003 | 2024-05-08T02:45:10.677Z | Compiling rustls-pemfile v1.0.3 |
2004 | 2024-05-08T02:45:10.677Z | Running `/home/build/.rustup/toolchains/1.77.2-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=1ff18e10e0e3a1fb -C extra-filename=-1ff18e10e0e3a1fb --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-6db86b2c48c11a61.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2005 | 2024-05-08T02:45:10.914Z | Compiling sync_wrapper v0.1.2 |
2006 | 2024-05-08T02:45:10.941Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0fafc0b497926637 -C extra-filename=-0fafc0b497926637 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2007 | 2024-05-08T02:45:11.001Z | Compiling webpki-roots v0.25.2 |
2008 | 2024-05-08T02:45:11.027Z | Running `/home/build/.rustup/toolchains/1.77.2-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=503dd69c492bd4dd -C extra-filename=-503dd69c492bd4dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2009 | 2024-05-08T02:45:11.053Z | Compiling pkcs8 v0.10.2 |
2010 | 2024-05-08T02:45:11.053Z | Running `/home/build/.rustup/toolchains/1.77.2-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=66dd4b736a05c3b2 -C extra-filename=-66dd4b736a05c3b2 --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-2be1af541275103d.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-b7de7fe0988b1cd7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2011 | 2024-05-08T02:45:11.079Z | Compiling hmac v0.12.1 |
2012 | 2024-05-08T02:45:11.079Z | Running `/home/build/.rustup/toolchains/1.77.2-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=04ec7c9ae5d0f445 -C extra-filename=-04ec7c9ae5d0f445 --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-f487f7d68fed3764.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2013 | 2024-05-08T02:45:11.150Z | Compiling sha2 v0.10.8 |
2014 | 2024-05-08T02:45:11.176Z | Running `/home/build/.rustup/toolchains/1.77.2-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=8af7be044cadeb95 -C extra-filename=-8af7be044cadeb95 --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-427020ca80f73ebb.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1ffb3fa88be7e604.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-f487f7d68fed3764.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2015 | 2024-05-08T02:45:11.287Z | Compiling scroll_derive v0.12.0 |
2016 | 2024-05-08T02:45:11.312Z | Running `/home/build/.rustup/toolchains/1.77.2-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=53c952cfbfa3365d -C extra-filename=-53c952cfbfa3365d --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2017 | 2024-05-08T02:45:11.532Z | Compiling bit-vec v0.6.3 |
2018 | 2024-05-08T02:45:11.558Z | Running `/home/build/.rustup/toolchains/1.77.2-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=ea9d6d2f8689e9f6 -C extra-filename=-ea9d6d2f8689e9f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2019 | 2024-05-08T02:45:11.864Z | Compiling anstyle-parse v0.2.1 |
2020 | 2024-05-08T02:45:11.890Z | Running `/home/build/.rustup/toolchains/1.77.2-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=ac1417abcb93c557 -C extra-filename=-ac1417abcb93c557 --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-06c9e9fa03fbc0c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2021 | 2024-05-08T02:45:11.915Z | Compiling num-integer v0.1.46 |
2022 | 2024-05-08T02:45:11.915Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=6b66c5820b11dbeb -C extra-filename=-6b66c5820b11dbeb --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-9b6bd62349cd45ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2023 | 2024-05-08T02:45:12.156Z | Compiling anstyle-query v1.0.0 |
2024 | 2024-05-08T02:45:12.181Z | Running `/home/build/.rustup/toolchains/1.77.2-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=e90c29514b907d49 -C extra-filename=-e90c29514b907d49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2025 | 2024-05-08T02:45:12.285Z | Compiling plain v0.2.3 |
2026 | 2024-05-08T02:45:12.311Z | Running `/home/build/.rustup/toolchains/1.77.2-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=0684a2ef7a3cc519 -C extra-filename=-0684a2ef7a3cc519 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2027 | 2024-05-08T02:45:12.435Z | Compiling colorchoice v1.0.0 |
2028 | 2024-05-08T02:45:12.461Z | Running `/home/build/.rustup/toolchains/1.77.2-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=7686073e7ecc7fed -C extra-filename=-7686073e7ecc7fed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2029 | 2024-05-08T02:45:12.580Z | Compiling crc32fast v1.3.2 |
2030 | 2024-05-08T02:45:12.606Z | Running `/home/build/.rustup/toolchains/1.77.2-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=27003926d2dd05b5 -C extra-filename=-27003926d2dd05b5 --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-27003926d2dd05b5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2031 | 2024-05-08T02:45:12.606Z | Compiling anstream v0.6.11 |
2032 | 2024-05-08T02:45:12.606Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' -C metadata=3b3ede57e1346765 -C extra-filename=-3b3ede57e1346765 --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-d3c176ef90f87889.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-ac1417abcb93c557.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-e90c29514b907d49.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-7686073e7ecc7fed.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-06c9e9fa03fbc0c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2033 | 2024-05-08T02:45:12.696Z | Compiling scroll v0.12.0 |
2034 | 2024-05-08T02:45:12.721Z | Running `/home/build/.rustup/toolchains/1.77.2-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=d633a647cd53d9f5 -C extra-filename=-d633a647cd53d9f5 --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-53c952cfbfa3365d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2035 | 2024-05-08T02:45:13.058Z | Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-27003926d2dd05b5/build-script-build` |
2036 | 2024-05-08T02:45:13.140Z | Compiling terminal_size v0.3.0 |
2037 | 2024-05-08T02:45:13.165Z | Compiling goblin v0.8.0 |
2038 | 2024-05-08T02:45:13.166Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=398257d2a4f5e34d -C extra-filename=-398257d2a4f5e34d --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-6b5231a46a413dac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2039 | 2024-05-08T02:45:13.166Z | Running `/home/build/.rustup/toolchains/1.77.2-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=4a3bb4916305b51a -C extra-filename=-4a3bb4916305b51a --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-0f58a9cf96294e99.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-0684a2ef7a3cc519.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-d633a647cd53d9f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2040 | 2024-05-08T02:45:13.201Z | Compiling block-padding v0.3.3 |
2041 | 2024-05-08T02:45:13.201Z | Running `/home/build/.rustup/toolchains/1.77.2-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=83aa089c10f4ddc3 -C extra-filename=-83aa089c10f4ddc3 --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-956726fc5d1e2865.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2042 | 2024-05-08T02:45:13.242Z | Compiling usdt-impl v0.5.0 |
2043 | 2024-05-08T02:45:13.267Z | Running `/home/build/.rustup/toolchains/1.77.2-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=e6e7bf3f417d561a -C extra-filename=-e6e7bf3f417d561a --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-e6e7bf3f417d561a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2044 | 2024-05-08T02:45:13.337Z | Compiling clap_lex v0.7.0 |
2045 | 2024-05-08T02:45:13.362Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e3df36ddf100126c -C extra-filename=-e3df36ddf100126c --out-dir /work/oxidecomputer/omicron/target/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-05-08T02:45:13.431Z | Compiling pretty-hex v0.4.1 |
2047 | 2024-05-08T02:45:13.457Z | Running `/home/build/.rustup/toolchains/1.77.2-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=8b0e540790a4bf4a -C extra-filename=-8b0e540790a4bf4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2048 | 2024-05-08T02:45:13.600Z | Compiling unicode-segmentation v1.10.1 |
2049 | 2024-05-08T02:45:13.625Z | Running `/home/build/.rustup/toolchains/1.77.2-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=5f17d2c6c032dfe2 -C extra-filename=-5f17d2c6c032dfe2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2050 | 2024-05-08T02:45:13.654Z | Compiling heck v0.5.0 |
2051 | 2024-05-08T02:45:13.655Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=877b6359526edb4b -C extra-filename=-877b6359526edb4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2052 | 2024-05-08T02:45:13.784Z | Compiling strsim v0.11.0 |
2053 | 2024-05-08T02:45:13.809Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3153ac75fd968a55 -C extra-filename=-3153ac75fd968a55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2054 | 2024-05-08T02:45:13.809Z | Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-e6e7bf3f417d561a/build-script-build` |
2055 | 2024-05-08T02:45:13.974Z | Compiling inout v0.1.3 |
2056 | 2024-05-08T02:45:14.001Z | Running `/home/build/.rustup/toolchains/1.77.2-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=ba59a8eb04dd5351 -C extra-filename=-ba59a8eb04dd5351 --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-83aa089c10f4ddc3.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-956726fc5d1e2865.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2057 | 2024-05-08T02:45:14.081Z | Compiling clap_derive v4.5.4 |
2058 | 2024-05-08T02:45:14.112Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.5.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 --cfg 'feature="default"' -C metadata=40c470c2160cea97 -C extra-filename=-40c470c2160cea97 --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-877b6359526edb4b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2059 | 2024-05-08T02:45:14.225Z | Compiling clap_builder v4.5.2 |
2060 | 2024-05-08T02:45:14.250Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.2/src/lib.rs --error-format=json --json=diagnostic-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=a107ccf628f901ac -C extra-filename=-a107ccf628f901ac --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-3b3ede57e1346765.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-d3c176ef90f87889.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-e3df36ddf100126c.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-3153ac75fd968a55.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-398257d2a4f5e34d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2061 | 2024-05-08T02:45:14.251Z | Running `/home/build/.rustup/toolchains/1.77.2-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=3269c1fecfe4305b -C extra-filename=-3269c1fecfe4305b --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-427020ca80f73ebb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg crc32fast_stdarchx86` |
2062 | 2024-05-08T02:45:14.330Z | Compiling dtrace-parser v0.2.0 |
2063 | 2024-05-08T02:45:14.356Z | Running `/home/build/.rustup/toolchains/1.77.2-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=22f6827c791e8d8b -C extra-filename=-22f6827c791e8d8b --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-bd1f6c8f8d44b6e9.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-4488fa710633b29b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2064 | 2024-05-08T02:45:14.548Z | Compiling siphasher v0.3.11 |
2065 | 2024-05-08T02:45:14.577Z | Running `/home/build/.rustup/toolchains/1.77.2-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=8a408353bb0f0088 -C extra-filename=-8a408353bb0f0088 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2066 | 2024-05-08T02:45:14.603Z | Compiling cipher v0.4.4 |
2067 | 2024-05-08T02:45:14.603Z | Running `/home/build/.rustup/toolchains/1.77.2-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=92c8ea32cc92e7b7 -C extra-filename=-92c8ea32cc92e7b7 --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-3671815212ae050e.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-ba59a8eb04dd5351.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2068 | 2024-05-08T02:45:14.885Z | Compiling synstructure v0.12.6 |
2069 | 2024-05-08T02:45:14.911Z | Running `/home/build/.rustup/toolchains/1.77.2-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=5b9a2426350f99e2 -C extra-filename=-5b9a2426350f99e2 --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-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-cded253ddea7e430.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2070 | 2024-05-08T02:45:15.013Z | Compiling crossbeam-epoch v0.9.18 |
2071 | 2024-05-08T02:45:15.038Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=df019ea603cc5c12 -C extra-filename=-df019ea603cc5c12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-af3c149698540047.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2072 | 2024-05-08T02:45:15.067Z | Compiling hex v0.4.3 |
2073 | 2024-05-08T02:45:15.093Z | Running `/home/build/.rustup/toolchains/1.77.2-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=394f7d2b0d65f52f -C extra-filename=-394f7d2b0d65f52f --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-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2074 | 2024-05-08T02:45:15.647Z | Compiling itertools v0.10.5 |
2075 | 2024-05-08T02:45:15.674Z | Running `/home/build/.rustup/toolchains/1.77.2-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=299aa95bd49089c3 -C extra-filename=-299aa95bd49089c3 --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-3e218f4211a406b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2076 | 2024-05-08T02:45:15.758Z | Compiling hyper v0.14.28 |
2077 | 2024-05-08T02:45:15.783Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="stream"' --cfg 'feature="tcp"' -C metadata=3988d569a542539b -C extra-filename=-3988d569a542539b --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-d1e7b568f67bf391.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e5c5dc3a4642b306.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2df6ab9162cca8c1.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-e64f8960f2636c1c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-a4db8b4862a999dc.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-ea15729c177c2ea6.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-2a8df2b5f7aca784.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-8887d85b8db1efbb.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1d188b7fe82162ba.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-fe17446c79721d91.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e8fcda33fd5afe68.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-b2d56623507e70ba.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2078 | 2024-05-08T02:45:15.974Z | Compiling winnow v0.6.1 |
2079 | 2024-05-08T02:45:15.999Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0acfc14934a5ad98 -C extra-filename=-0acfc14934a5ad98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2080 | 2024-05-08T02:45:16.460Z | Compiling stable_deref_trait v1.2.0 |
2081 | 2024-05-08T02:45:16.486Z | Running `/home/build/.rustup/toolchains/1.77.2-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=3338a147df9b3fcc -C extra-filename=-3338a147df9b3fcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2082 | 2024-05-08T02:45:16.563Z | Compiling zerocopy-derive v0.2.0 |
2083 | 2024-05-08T02:45:16.588Z | Running `/home/build/.rustup/toolchains/1.77.2-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=de2556155875245e -C extra-filename=-de2556155875245e --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-4df7e40006520d57.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-5b9a2426350f99e2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2084 | 2024-05-08T02:45:17.870Z | Compiling dof v0.3.0 |
2085 | 2024-05-08T02:45:17.896Z | Running `/home/build/.rustup/toolchains/1.77.2-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=1452c5d5a1357d9b -C extra-filename=-1452c5d5a1357d9b --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-4a3bb4916305b51a.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8b0e540790a4bf4a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ad39d6646bb5dbb5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2086 | 2024-05-08T02:45:18.287Z | Compiling clap v4.5.4 |
2087 | 2024-05-08T02:45:18.312Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.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="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=6a1c1b969341a10d -C extra-filename=-6a1c1b969341a10d --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-a107ccf628f901ac.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-40c470c2160cea97.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2088 | 2024-05-08T02:45:18.360Z | Compiling bit-set v0.5.3 |
2089 | 2024-05-08T02:45:18.386Z | Running `/home/build/.rustup/toolchains/1.77.2-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=c945bd74a1eeadc5 -C extra-filename=-c945bd74a1eeadc5 --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-ea9d6d2f8689e9f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2090 | 2024-05-08T02:45:18.412Z | Compiling ff v0.13.0 |
2091 | 2024-05-08T02:45:18.412Z | Running `/home/build/.rustup/toolchains/1.77.2-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=2e538df0b21ca457 -C extra-filename=-2e538df0b21ca457 --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-4e5690172993484a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2092 | 2024-05-08T02:45:18.609Z | Running `/home/build/.rustup/toolchains/1.77.2-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=52516ec6b88ed6a2 -C extra-filename=-52516ec6b88ed6a2 --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-a7919d510375f8f6.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-1452c5d5a1357d9b.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-22f6827c791e8d8b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-4cd3bd96c35f06e5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard` |
2093 | 2024-05-08T02:45:18.635Z | Compiling toml_edit v0.22.12 |
2094 | 2024-05-08T02:45:18.635Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.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="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' -C metadata=b315100e2226b713 -C extra-filename=-b315100e2226b713 --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-28259a8ba39da734.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-13046ebbdea61525.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-7eaede6161181072.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-0acfc14934a5ad98.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2095 | 2024-05-08T02:45:18.928Z | Compiling base64 v0.22.0 |
2096 | 2024-05-08T02:45:18.954Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f8d19ed75ea6042c -C extra-filename=-f8d19ed75ea6042c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2097 | 2024-05-08T02:45:18.984Z | Compiling base16ct v0.2.0 |
2098 | 2024-05-08T02:45:18.984Z | Running `/home/build/.rustup/toolchains/1.77.2-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=68acca32a1755a7f -C extra-filename=-68acca32a1755a7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2099 | 2024-05-08T02:45:19.289Z | Compiling sec1 v0.7.3 |
2100 | 2024-05-08T02:45:19.315Z | Running `/home/build/.rustup/toolchains/1.77.2-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=5f7d78f7ec8aec50 -C extra-filename=-5f7d78f7ec8aec50 --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-68acca32a1755a7f.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-2be1af541275103d.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-956726fc5d1e2865.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-66dd4b736a05c3b2.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2101 | 2024-05-08T02:45:19.639Z | Compiling group v0.13.0 |
2102 | 2024-05-08T02:45:19.665Z | Running `/home/build/.rustup/toolchains/1.77.2-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=3b9eb7b640dd51a1 -C extra-filename=-3b9eb7b640dd51a1 --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-2e538df0b21ca457.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2103 | 2024-05-08T02:45:19.810Z | Compiling zerocopy v0.3.0 |
2104 | 2024-05-08T02:45:19.836Z | Running `/home/build/.rustup/toolchains/1.77.2-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=6c5b58f4621afc42 -C extra-filename=-6c5b58f4621afc42 --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-a7919d510375f8f6.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-de2556155875245e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2105 | 2024-05-08T02:45:19.862Z | Compiling flate2 v1.0.28 |
2106 | 2024-05-08T02:45:19.862Z | Running `/home/build/.rustup/toolchains/1.77.2-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=578e7bb1beff10ae -C extra-filename=-578e7bb1beff10ae --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-3269c1fecfe4305b.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-e9a21832a2db6cf9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2107 | 2024-05-08T02:45:19.931Z | Compiling hkdf v0.12.4 |
2108 | 2024-05-08T02:45:19.957Z | Running `/home/build/.rustup/toolchains/1.77.2-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=ff4e1ca47bcdca10 -C extra-filename=-ff4e1ca47bcdca10 --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-04ec7c9ae5d0f445.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2109 | 2024-05-08T02:45:20.073Z | Compiling toml v0.7.8 |
2110 | 2024-05-08T02:45:20.102Z | Running `/home/build/.rustup/toolchains/1.77.2-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=a124a626e9840c8e -C extra-filename=-a124a626e9840c8e --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-3323f3a7841d0a63.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-13046ebbdea61525.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-7eaede6161181072.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-1ff50ce3c80b0571.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2111 | 2024-05-08T02:45:20.149Z | Compiling crypto-bigint v0.5.2 |
2112 | 2024-05-08T02:45:20.197Z | Running `/home/build/.rustup/toolchains/1.77.2-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=9f09ea5a6a965b13 -C extra-filename=-9f09ea5a6a965b13 --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-956726fc5d1e2865.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2113 | 2024-05-08T02:45:20.463Z | Compiling zerocopy-derive v0.6.6 |
2114 | 2024-05-08T02:45:20.489Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=464276c656ac49e6 -C extra-filename=-464276c656ac49e6 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2115 | 2024-05-08T02:45:20.660Z | Compiling usdt-impl v0.3.5 |
2116 | 2024-05-08T02:45:20.686Z | Running `/home/build/.rustup/toolchains/1.77.2-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=944e4f32318933b2 -C extra-filename=-944e4f32318933b2 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-944e4f32318933b2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2117 | 2024-05-08T02:45:21.008Z | Compiling managed v0.8.0 |
2118 | 2024-05-08T02:45:21.033Z | Running `/home/build/.rustup/toolchains/1.77.2-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=f553609ea3dfe209 -C extra-filename=-f553609ea3dfe209 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2119 | 2024-05-08T02:45:21.398Z | Compiling hyper-tls v0.5.0 |
2120 | 2024-05-08T02:45:21.424Z | Running `/home/build/.rustup/toolchains/1.77.2-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=67ab07de4295d77b -C extra-filename=-67ab07de4295d77b --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-d1e7b568f67bf391.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-b6d0ced52424373d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-7007aebaaae00d0e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
2121 | 2024-05-08T02:45:21.471Z | Compiling hyper-rustls v0.24.2 |
2122 | 2024-05-08T02:45:21.508Z | Running `/home/build/.rustup/toolchains/1.77.2-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=dec4fc1cc67e2e03 -C extra-filename=-dec4fc1cc67e2e03 --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-2df6ab9162cca8c1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-f68849a932114f72.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-46b9f9c5678b6969.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out` |
2123 | 2024-05-08T02:45:21.717Z | Compiling reqwest v0.11.24 |
2124 | 2024-05-08T02:45:21.743Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="cookie_crate"' --cfg 'feature="cookie_store"' --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="hyper-rustls"' --cfg 'feature="hyper-tls"' --cfg 'feature="json"' --cfg 'feature="native-tls-crate"' --cfg 'feature="rustls"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="serde_json"' --cfg 'feature="stream"' --cfg 'feature="tokio-native-tls"' --cfg 'feature="tokio-rustls"' --cfg 'feature="tokio-util"' --cfg 'feature="wasm-streams"' --cfg 'feature="webpki-roots"' -C metadata=5381a452d91d0951 -C extra-filename=-5381a452d91d0951 --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-6db86b2c48c11a61.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-71dd4a3d2b480ce6.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-720355700943be3a.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-858042e886cb24b1.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2df6ab9162cca8c1.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-e64f8960f2636c1c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-a4db8b4862a999dc.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-dec4fc1cc67e2e03.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-67ab07de4295d77b.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-6f1e2c4e27b6e689.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-c2f715f865321db7.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-b6d0ced52424373d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b34c0d67524cd63e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-f68849a932114f72.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-1ff18e10e0e3a1fb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-60f345d83ef4008b.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-0fafc0b497926637.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-7007aebaaae00d0e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-46b9f9c5678b6969.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-fe17446c79721d91.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ea704619c5387062.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-503dd69c492bd4dd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64` |
2125 | 2024-05-08T02:45:21.769Z | Compiling fixedbitset v0.4.2 |
2126 | 2024-05-08T02:45:21.769Z | Running `/home/build/.rustup/toolchains/1.77.2-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=44714f1a528ea01f -C extra-filename=-44714f1a528ea01f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2127 | 2024-05-08T02:45:21.795Z | Compiling signal-hook v0.3.17 |
2128 | 2024-05-08T02:45:21.821Z | Running `/home/build/.rustup/toolchains/1.77.2-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=f14f350605ec9aac -C extra-filename=-f14f350605ec9aac --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-f14f350605ec9aac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2129 | 2024-05-08T02:45:22.096Z | Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-f14f350605ec9aac/build-script-build` |
2130 | 2024-05-08T02:45:22.131Z | Compiling petgraph v0.6.4 |
2131 | 2024-05-08T02:45:22.156Z | Running `/home/build/.rustup/toolchains/1.77.2-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=d8b3c61b161778a1 -C extra-filename=-d8b3c61b161778a1 --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-44714f1a528ea01f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b8805f4509fb28a5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2132 | 2024-05-08T02:45:22.181Z | Compiling elliptic-curve v0.13.8 |
2133 | 2024-05-08T02:45:22.182Z | Running `/home/build/.rustup/toolchains/1.77.2-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=f449f13725e1c744 -C extra-filename=-f449f13725e1c744 --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-68acca32a1755a7f.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-9f09ea5a6a965b13.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-f487f7d68fed3764.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-2e538df0b21ca457.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-956726fc5d1e2865.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-3b9eb7b640dd51a1.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ff4e1ca47bcdca10.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-46d9429fe9292284.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-66dd4b736a05c3b2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-5f7d78f7ec8aec50.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2134 | 2024-05-08T02:45:22.246Z | Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-944e4f32318933b2/build-script-build` |
2135 | 2024-05-08T02:45:22.403Z | Compiling dof v0.1.5 |
2136 | 2024-05-08T02:45:22.428Z | Running `/home/build/.rustup/toolchains/1.77.2-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=a2fb1789759bc951 -C extra-filename=-a2fb1789759bc951 --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-9d7cba1b26dce711.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6c5b58f4621afc42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2137 | 2024-05-08T02:45:22.428Z | Compiling zerocopy v0.6.6 |
2138 | 2024-05-08T02:45:22.454Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e34daba213629830 -C extra-filename=-e34daba213629830 --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-a7919d510375f8f6.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-464276c656ac49e6.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2139 | 2024-05-08T02:45:22.826Z | Compiling phf_shared v0.10.0 |
2140 | 2024-05-08T02:45:22.852Z | Running `/home/build/.rustup/toolchains/1.77.2-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=1281417e0ad07b80 -C extra-filename=-1281417e0ad07b80 --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-8a408353bb0f0088.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2141 | 2024-05-08T02:45:22.852Z | Compiling ipnetwork v0.20.0 |
2142 | 2024-05-08T02:45:22.852Z | Running `/home/build/.rustup/toolchains/1.77.2-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=83bcee54d217dc20 -C extra-filename=-83bcee54d217dc20 --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-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2143 | 2024-05-08T02:45:23.122Z | Compiling dtrace-parser v0.1.14 |
2144 | 2024-05-08T02:45:23.147Z | Running `/home/build/.rustup/toolchains/1.77.2-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=985d1924e0fee3ec -C extra-filename=-985d1924e0fee3ec --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-bd1f6c8f8d44b6e9.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-4488fa710633b29b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2145 | 2024-05-08T02:45:23.182Z | Compiling precomputed-hash v0.1.1 |
2146 | 2024-05-08T02:45:23.182Z | Running `/home/build/.rustup/toolchains/1.77.2-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=b879ad3c329b1765 -C extra-filename=-b879ad3c329b1765 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2147 | 2024-05-08T02:45:23.208Z | Compiling minimal-lexical v0.2.1 |
2148 | 2024-05-08T02:45:23.208Z | Running `/home/build/.rustup/toolchains/1.77.2-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=010165225a4da9f9 -C extra-filename=-010165225a4da9f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2149 | 2024-05-08T02:45:23.291Z | Compiling new_debug_unreachable v1.0.4 |
2150 | 2024-05-08T02:45:23.317Z | Running `/home/build/.rustup/toolchains/1.77.2-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=3588eb9293987f69 -C extra-filename=-3588eb9293987f69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2151 | 2024-05-08T02:45:23.391Z | Compiling static_assertions v1.1.0 |
2152 | 2024-05-08T02:45:23.417Z | Running `/home/build/.rustup/toolchains/1.77.2-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=badaa0d80cf5ae85 -C extra-filename=-badaa0d80cf5ae85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2153 | 2024-05-08T02:45:23.491Z | Compiling string_cache v0.8.7 |
2154 | 2024-05-08T02:45:23.517Z | Running `/home/build/.rustup/toolchains/1.77.2-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=70db6f23e48af470 -C extra-filename=-70db6f23e48af470 --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-3588eb9293987f69.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-129c770cfa0fa0c9.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-1281417e0ad07b80.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-b879ad3c329b1765.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2155 | 2024-05-08T02:45:23.653Z | Compiling nom v7.1.3 |
2156 | 2024-05-08T02:45:23.679Z | Running `/home/build/.rustup/toolchains/1.77.2-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=de96fd06cf0e5bf5 -C extra-filename=-de96fd06cf0e5bf5 --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-2d2769c741d5e1f4.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-010165225a4da9f9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2157 | 2024-05-08T02:45:23.679Z | Running `/home/build/.rustup/toolchains/1.77.2-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=67490af630947d28 -C extra-filename=-67490af630947d28 --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-a7919d510375f8f6.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-a2fb1789759bc951.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-985d1924e0fee3ec.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-4cd3bd96c35f06e5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard` |
2158 | 2024-05-08T02:45:23.889Z | Running `/home/build/.rustup/toolchains/1.77.2-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=15f6eaae74fe5886 -C extra-filename=-15f6eaae74fe5886 --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-0389f312b031ed53.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-7520df6e6953f815.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2159 | 2024-05-08T02:45:24.165Z | Compiling num-iter v0.1.44 |
2160 | 2024-05-08T02:45:24.191Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' -C metadata=ab2dbcf051650428 -C extra-filename=-ab2dbcf051650428 --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-6b66c5820b11dbeb.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2161 | 2024-05-08T02:45:24.338Z | Compiling serde_tokenstream v0.1.7 |
2162 | 2024-05-08T02:45:24.363Z | Running `/home/build/.rustup/toolchains/1.77.2-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=6d50a814620604af -C extra-filename=-6d50a814620604af --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-4df7e40006520d57.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2163 | 2024-05-08T02:45:24.740Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2164 | 2024-05-08T02:45:24.768Z | Running `/home/build/.rustup/toolchains/1.77.2-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=3392c55f2215792e -C extra-filename=-3392c55f2215792e --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3392c55f2215792e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-05c2831c2b856dca.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-1c87eb8758148fb3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2165 | 2024-05-08T02:45:24.768Z | Compiling num-bigint v0.4.4 |
2166 | 2024-05-08T02:45:24.794Z | Running `/home/build/.rustup/toolchains/1.77.2-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=4c4504c0c9256e34 -C extra-filename=-4c4504c0c9256e34 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-4c4504c0c9256e34 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-3867c0de5f5bc283.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2167 | 2024-05-08T02:45:24.794Z | Compiling matches v0.1.10 |
2168 | 2024-05-08T02:45:24.794Z | Running `/home/build/.rustup/toolchains/1.77.2-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=07fd8a03739f32d5 -C extra-filename=-07fd8a03739f32d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2169 | 2024-05-08T02:45:24.881Z | Compiling idna v0.2.3 |
2170 | 2024-05-08T02:45:24.906Z | Running `/home/build/.rustup/toolchains/1.77.2-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=cdb8d1b4b27ff57a -C extra-filename=-cdb8d1b4b27ff57a --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-07fd8a03739f32d5.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-3c45bd070bddd25d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-fd7e19e5a07f3a04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2171 | 2024-05-08T02:45:25.236Z | Compiling heapless v0.7.16 |
2172 | 2024-05-08T02:45:25.262Z | Running `/home/build/.rustup/toolchains/1.77.2-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=088c226215901068 -C extra-filename=-088c226215901068 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-088c226215901068 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-00e079ef6f480811.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2173 | 2024-05-08T02:45:25.262Z | Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3392c55f2215792e/build-script-build` |
2174 | 2024-05-08T02:45:25.388Z | Compiling enum-as-inner v0.5.1 |
2175 | 2024-05-08T02:45:25.417Z | Running `/home/build/.rustup/toolchains/1.77.2-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=f3f4ef388cd0628c -C extra-filename=-f3f4ef388cd0628c --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-1a1678ba78df6067.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2176 | 2024-05-08T02:45:25.544Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-4c4504c0c9256e34/build-script-build` |
2177 | 2024-05-08T02:45:25.700Z | Compiling regex-automata v0.1.10 |
2178 | 2024-05-08T02:45:25.732Z | Running `/home/build/.rustup/toolchains/1.77.2-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=e38055b90b8750a7 -C extra-filename=-e38055b90b8750a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2179 | 2024-05-08T02:45:25.792Z | Compiling lalrpop-util v0.19.12 |
2180 | 2024-05-08T02:45:25.820Z | Running `/home/build/.rustup/toolchains/1.77.2-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=69bd9af7242ee450 -C extra-filename=-69bd9af7242ee450 --out-dir /work/oxidecomputer/omicron/target/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-05-08T02:45:25.875Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2182 | 2024-05-08T02:45:25.901Z | Running `/home/build/.rustup/toolchains/1.77.2-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=a738392202321e1f -C extra-filename=-a738392202321e1f --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-a738392202321e1f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2183 | 2024-05-08T02:45:25.927Z | Running `/home/build/.rustup/toolchains/1.77.2-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=73b4e654758a1d60 -C extra-filename=-73b4e654758a1d60 --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-6b66c5820b11dbeb.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.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` |
2184 | 2024-05-08T02:45:26.108Z | Compiling bstr v0.2.17 |
2185 | 2024-05-08T02:45:26.135Z | Running `/home/build/.rustup/toolchains/1.77.2-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=a49c56be5e82e285 -C extra-filename=-a49c56be5e82e285 --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-998cd0269062e61e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e38055b90b8750a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2186 | 2024-05-08T02:45:26.167Z | Running `/home/build/.rustup/toolchains/1.77.2-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=93ca6f4e8aaaa928 -C extra-filename=-93ca6f4e8aaaa928 --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-0389f312b031ed53.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-e19b87428ca936b1/out/lib -l static=bz2` |
2187 | 2024-05-08T02:45:26.216Z | Running `/work/oxidecomputer/omicron/target/debug/build/heapless-088c226215901068/build-script-build` |
2188 | 2024-05-08T02:45:26.283Z | Compiling usdt-macro v0.3.5 |
2189 | 2024-05-08T02:45:26.309Z | Running `/home/build/.rustup/toolchains/1.77.2-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=9baa835363a5f82e -C extra-filename=-9baa835363a5f82e --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-985d1924e0fee3ec.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6d50a814620604af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-67490af630947d28.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2190 | 2024-05-08T02:45:26.309Z | Compiling usdt-attr-macro v0.3.5 |
2191 | 2024-05-08T02:45:26.309Z | Running `/home/build/.rustup/toolchains/1.77.2-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=7b1341215fe1bc68 -C extra-filename=-7b1341215fe1bc68 --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-985d1924e0fee3ec.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6d50a814620604af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-67490af630947d28.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2192 | 2024-05-08T02:45:26.415Z | Compiling trust-dns-proto v0.22.0 |
2193 | 2024-05-08T02:45:26.443Z | Running `/home/build/.rustup/toolchains/1.77.2-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=f94bd5ea9a5ce70e -C extra-filename=-f94bd5ea9a5ce70e --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-db67e14663d879e1.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-d82296281cfa9a6b.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-f3f4ef388cd0628c.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e5c5dc3a4642b306.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2f043457ba4fdc68.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2df6ab9162cca8c1.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-cdb8d1b4b27ff57a.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-6f1e2c4e27b6e689.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9167c091d196f46c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-9b67bfa3bc4355e5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e8fcda33fd5afe68.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ea704619c5387062.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2194 | 2024-05-08T02:45:26.638Z | Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-a738392202321e1f/build-script-build` |
2195 | 2024-05-08T02:45:26.669Z | Compiling signal-hook-mio v0.2.3 |
2196 | 2024-05-08T02:45:26.695Z | Running `/home/build/.rustup/toolchains/1.77.2-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=ca7620a03c798bae -C extra-filename=-ca7620a03c798bae --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-0389f312b031ed53.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-c3bb25176b51b31a.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-15f6eaae74fe5886.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2197 | 2024-05-08T02:45:26.695Z | Compiling diesel_table_macro_syntax v0.1.0 |
2198 | 2024-05-08T02:45:26.723Z | Running `/home/build/.rustup/toolchains/1.77.2-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=4f5e27fa620b457c -C extra-filename=-4f5e27fa620b457c --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-f2dfcc17c45f96c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2199 | 2024-05-08T02:45:26.828Z | Compiling scheduled-thread-pool v0.2.7 |
2200 | 2024-05-08T02:45:26.854Z | Running `/home/build/.rustup/toolchains/1.77.2-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=146273834ffd55b2 -C extra-filename=-146273834ffd55b2 --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-129c770cfa0fa0c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2201 | 2024-05-08T02:45:27.059Z | Compiling hash32 v0.2.1 |
2202 | 2024-05-08T02:45:27.085Z | Running `/home/build/.rustup/toolchains/1.77.2-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=9d5f502d049b164c -C extra-filename=-9d5f502d049b164c --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-a7919d510375f8f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2203 | 2024-05-08T02:45:27.302Z | Compiling predicates-core v1.0.6 |
2204 | 2024-05-08T02:45:27.347Z | Running `/home/build/.rustup/toolchains/1.77.2-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=826c175543d43584 -C extra-filename=-826c175543d43584 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2205 | 2024-05-08T02:45:27.373Z | Compiling smoltcp v0.9.1 |
2206 | 2024-05-08T02:45:27.373Z | Running `/home/build/.rustup/toolchains/1.77.2-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=ed495a19b6a55b41 -C extra-filename=-ed495a19b6a55b41 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-ed495a19b6a55b41 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2207 | 2024-05-08T02:45:27.409Z | Running `/home/build/.rustup/toolchains/1.77.2-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=eb1da14fd496e25a -C extra-filename=-eb1da14fd496e25a --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-9d5f502d049b164c.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d5a571760a738685.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-3338a147df9b3fcc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics` |
2208 | 2024-05-08T02:45:27.623Z | Compiling diesel_derives v2.1.2 |
2209 | 2024-05-08T02:45:27.648Z | Running `/home/build/.rustup/toolchains/1.77.2-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=6ed06ac0f453b21a -C extra-filename=-6ed06ac0f453b21a --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-4f5e27fa620b457c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2210 | 2024-05-08T02:45:27.682Z | Compiling r2d2 v0.8.10 |
2211 | 2024-05-08T02:45:27.708Z | Running `/home/build/.rustup/toolchains/1.77.2-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=23656277dd6e2dc7 -C extra-filename=-23656277dd6e2dc7 --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-0f58a9cf96294e99.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-129c770cfa0fa0c9.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-146273834ffd55b2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2212 | 2024-05-08T02:45:27.781Z | Compiling usdt v0.3.5 |
2213 | 2024-05-08T02:45:27.806Z | Running `/home/build/.rustup/toolchains/1.77.2-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=23fac731ff5b8b72 -C extra-filename=-23fac731ff5b8b72 --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-985d1924e0fee3ec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-7b1341215fe1bc68.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-67490af630947d28.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-9baa835363a5f82e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2214 | 2024-05-08T02:45:27.997Z | Compiling crossterm v0.27.0 |
2215 | 2024-05-08T02:45:28.022Z | Running `/home/build/.rustup/toolchains/1.77.2-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=7240974c6860a96c -C extra-filename=-7240974c6860a96c --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-0d3753a4f8ddf1b6.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c3bb25176b51b31a.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-129c770cfa0fa0c9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-15f6eaae74fe5886.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-ca7620a03c798bae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2216 | 2024-05-08T02:45:28.049Z | Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-ed495a19b6a55b41/build-script-build` |
2217 | 2024-05-08T02:45:28.075Z | Running `/home/build/.rustup/toolchains/1.77.2-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=f8dc51898e8dc0ee -C extra-filename=-f8dc51898e8dc0ee --out-dir /work/oxidecomputer/omicron/target/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` |
2218 | 2024-05-08T02:45:28.103Z | Compiling bzip2 v0.4.4 |
2219 | 2024-05-08T02:45:28.103Z | Running `/home/build/.rustup/toolchains/1.77.2-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=bdcf7c26c2ffeeb9 -C extra-filename=-bdcf7c26c2ffeeb9 --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-93ca6f4e8aaaa928.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.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-e19b87428ca936b1/out/lib` |
2220 | 2024-05-08T02:45:28.299Z | Compiling yasna v0.5.2 |
2221 | 2024-05-08T02:45:28.325Z | Running `/home/build/.rustup/toolchains/1.77.2-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=827ae7b10e71473c -C extra-filename=-827ae7b10e71473c --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-ea9d6d2f8689e9f6.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-73b4e654758a1d60.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-27a7898fe94cad80.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2222 | 2024-05-08T02:45:28.397Z | Compiling md-5 v0.10.5 |
2223 | 2024-05-08T02:45:28.423Z | Running `/home/build/.rustup/toolchains/1.77.2-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=178e8cce252cb068 -C extra-filename=-178e8cce252cb068 --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-f487f7d68fed3764.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2224 | 2024-05-08T02:45:28.449Z | Compiling hubpack_derive v0.1.1 |
2225 | 2024-05-08T02:45:28.449Z | Running `/home/build/.rustup/toolchains/1.77.2-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=a6ecefe57b79ce88 -C extra-filename=-a6ecefe57b79ce88 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2226 | 2024-05-08T02:45:28.623Z | Compiling bstr v1.9.0 |
2227 | 2024-05-08T02:45:28.649Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=27f31263959e390c -C extra-filename=-27f31263959e390c --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-2d2769c741d5e1f4.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-757d6c3bab2f837f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2228 | 2024-05-08T02:45:29.370Z | Compiling console v0.15.8 |
2229 | 2024-05-08T02:45:29.396Z | Running `/home/build/.rustup/toolchains/1.77.2-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=481ecd2bf3b3e831 -C extra-filename=-481ecd2bf3b3e831 --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-998cd0269062e61e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2230 | 2024-05-08T02:45:29.907Z | Compiling stringprep v0.1.3 |
2231 | 2024-05-08T02:45:29.932Z | Running `/home/build/.rustup/toolchains/1.77.2-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=ea444bb766a4042e -C extra-filename=-ea444bb766a4042e --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-3c45bd070bddd25d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-fd7e19e5a07f3a04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2232 | 2024-05-08T02:45:30.121Z | Compiling float-cmp v0.9.0 |
2233 | 2024-05-08T02:45:30.147Z | Running `/home/build/.rustup/toolchains/1.77.2-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=c23eae1af3051004 -C extra-filename=-c23eae1af3051004 --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-9b6bd62349cd45ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2234 | 2024-05-08T02:45:30.372Z | Compiling normalize-line-endings v0.3.0 |
2235 | 2024-05-08T02:45:30.409Z | Running `/home/build/.rustup/toolchains/1.77.2-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=61f66dc0b6b5e62f -C extra-filename=-61f66dc0b6b5e62f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2236 | 2024-05-08T02:45:30.495Z | Compiling difflib v0.4.0 |
2237 | 2024-05-08T02:45:30.520Z | Running `/home/build/.rustup/toolchains/1.77.2-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=2ccd9dd208e94922 -C extra-filename=-2ccd9dd208e94922 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2238 | 2024-05-08T02:45:30.681Z | Compiling fallible-iterator v0.2.0 |
2239 | 2024-05-08T02:45:30.709Z | Running `/home/build/.rustup/toolchains/1.77.2-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=2ef093d70e7353ae -C extra-filename=-2ef093d70e7353ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2240 | 2024-05-08T02:45:30.819Z | Compiling hubpack v0.1.2 |
2241 | 2024-05-08T02:45:30.844Z | Running `/home/build/.rustup/toolchains/1.77.2-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=09a90093a90b47c2 -C extra-filename=-09a90093a90b47c2 --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-a6ecefe57b79ce88.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2242 | 2024-05-08T02:45:31.217Z | Compiling postgres-protocol v0.6.6 |
2243 | 2024-05-08T02:45:31.243Z | Running `/home/build/.rustup/toolchains/1.77.2-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=58cf571c7298b73d -C extra-filename=-58cf571c7298b73d --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-6db86b2c48c11a61.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-2ef093d70e7353ae.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-04ec7c9ae5d0f445.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-178e8cce252cb068.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-ea444bb766a4042e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2244 | 2024-05-08T02:45:31.243Z | Compiling predicates v3.1.0 |
2245 | 2024-05-08T02:45:31.268Z | Running `/home/build/.rustup/toolchains/1.77.2-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=fa816c605cb52d61 -C extra-filename=-fa816c605cb52d61 --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-d3c176ef90f87889.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-2ccd9dd208e94922.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-c23eae1af3051004.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-61f66dc0b6b5e62f.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-826c175543d43584.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2246 | 2024-05-08T02:45:31.268Z | Compiling zip v0.6.6 |
2247 | 2024-05-08T02:45:31.310Z | Running `/home/build/.rustup/toolchains/1.77.2-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=197eaa295c9c35b8 -C extra-filename=-197eaa295c9c35b8 --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-a7919d510375f8f6.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-bdcf7c26c2ffeeb9.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-3269c1fecfe4305b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.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-e19b87428ca936b1/out/lib` |
2248 | 2024-05-08T02:45:31.845Z | Running `/home/build/.rustup/toolchains/1.77.2-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=688686660b38a6c0 -C extra-filename=-688686660b38a6c0 --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-12e7cc5b9a407160.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-eb1da14fd496e25a.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f553609ea3dfe209.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2249 | 2024-05-08T02:45:32.380Z | Compiling similar v2.4.0 |
2250 | 2024-05-08T02:45:32.405Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bstr"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' -C metadata=dc8847ed4790eabd -C extra-filename=-dc8847ed4790eabd --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-a49c56be5e82e285.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-5f17d2c6c032dfe2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2251 | 2024-05-08T02:45:32.430Z | Compiling phf_shared v0.11.2 |
2252 | 2024-05-08T02:45:32.431Z | Running `/home/build/.rustup/toolchains/1.77.2-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=76bef36eeed15fd3 -C extra-filename=-76bef36eeed15fd3 --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-8a408353bb0f0088.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2253 | 2024-05-08T02:45:32.689Z | Compiling tokio-stream v0.1.15 |
2254 | 2024-05-08T02:45:32.714Z | Running `/home/build/.rustup/toolchains/1.77.2-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.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="net"' --cfg 'feature="time"' -C metadata=658f54e529eef29f -C extra-filename=-658f54e529eef29f --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-4b00f13a31442673.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2255 | 2024-05-08T02:45:32.744Z | Compiling strum_macros v0.25.2 |
2256 | 2024-05-08T02:45:32.770Z | Running `/home/build/.rustup/toolchains/1.77.2-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=318f049051d98c49 -C extra-filename=-318f049051d98c49 --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-1a1678ba78df6067.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-447711a94439c285.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2257 | 2024-05-08T02:45:33.485Z | Compiling serde_repr v0.1.16 |
2258 | 2024-05-08T02:45:33.512Z | Running `/home/build/.rustup/toolchains/1.77.2-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=708f482f7fd3360c -C extra-filename=-708f482f7fd3360c --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2259 | 2024-05-08T02:45:33.512Z | Compiling peg-runtime v0.8.2 |
2260 | 2024-05-08T02:45:33.512Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name peg_runtime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-runtime-0.8.2/lib.rs --error-format=json --json=diagnostic-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=99a9930b7e492cc8 -C extra-filename=-99a9930b7e492cc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2261 | 2024-05-08T02:45:33.599Z | Compiling phf v0.11.2 |
2262 | 2024-05-08T02:45:33.627Z | Running `/home/build/.rustup/toolchains/1.77.2-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=a0170ea733bb00ba -C extra-filename=-a0170ea733bb00ba --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-76bef36eeed15fd3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2263 | 2024-05-08T02:45:33.871Z | Compiling postgres-types v0.2.6 |
2264 | 2024-05-08T02:45:33.897Z | Running `/home/build/.rustup/toolchains/1.77.2-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=0c057ee5cccb6731 -C extra-filename=-0c057ee5cccb6731 --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-d1e7b568f67bf391.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-2ef093d70e7353ae.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-58cf571c7298b73d.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2265 | 2024-05-08T02:45:34.123Z | Compiling whoami v1.5.1 |
2266 | 2024-05-08T02:45:34.149Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' -C metadata=b66b943a52f19dc5 -C extra-filename=-b66b943a52f19dc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2267 | 2024-05-08T02:45:34.448Z | Compiling serde_tokenstream v0.2.0 |
2268 | 2024-05-08T02:45:34.474Z | Running `/home/build/.rustup/toolchains/1.77.2-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=2ff4752e4c466ad8 -C extra-filename=-2ff4752e4c466ad8 --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-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2269 | 2024-05-08T02:45:34.668Z | Compiling tokio-postgres v0.7.10 |
2270 | 2024-05-08T02:45:34.694Z | Compiling regress v0.9.1 |
2271 | 2024-05-08T02:45:34.694Z | Running `/home/build/.rustup/toolchains/1.77.2-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=c3582371b6b240e8 -C extra-filename=-c3582371b6b240e8 --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-db67e14663d879e1.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-2ef093d70e7353ae.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e5c5dc3a4642b306.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2df6ab9162cca8c1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-129c770cfa0fa0c9.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b34c0d67524cd63e.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-a0170ea733bb00ba.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-58cf571c7298b73d.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-0c057ee5cccb6731.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1d188b7fe82162ba.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-b66b943a52f19dc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2272 | 2024-05-08T02:45:34.694Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=456f77e887e92f44 -C extra-filename=-456f77e887e92f44 --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-ecc62c491397209c.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2273 | 2024-05-08T02:45:34.725Z | Compiling getopts v0.2.21 |
2274 | 2024-05-08T02:45:34.726Z | Compiling unsafe-libyaml v0.2.10 |
2275 | 2024-05-08T02:45:34.726Z | Running `/home/build/.rustup/toolchains/1.77.2-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=2ebebb40c8c7d8b9 -C extra-filename=-2ebebb40c8c7d8b9 --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-7be4cd6866eb5f17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2276 | 2024-05-08T02:45:34.726Z | Running `/home/build/.rustup/toolchains/1.77.2-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=8cbab81b88220931 -C extra-filename=-8cbab81b88220931 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2277 | 2024-05-08T02:45:34.919Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2278 | 2024-05-08T02:45:34.945Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/90d3282/progenitor-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f5a2140edf15631f -C extra-filename=-f5a2140edf15631f --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-d1e7b568f67bf391.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b34c0d67524cd63e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-60f345d83ef4008b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64` |
2279 | 2024-05-08T02:45:35.194Z | Compiling camino v1.1.6 |
2280 | 2024-05-08T02:45:35.220Z | Running `/home/build/.rustup/toolchains/1.77.2-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=8a489044bec38601 -C extra-filename=-8a489044bec38601 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-8a489044bec38601 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2281 | 2024-05-08T02:45:35.336Z | Compiling is-terminal v0.4.9 |
2282 | 2024-05-08T02:45:35.336Z | Running `/home/build/.rustup/toolchains/1.77.2-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=94c40c9d476da686 -C extra-filename=-94c40c9d476da686 --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-6b5231a46a413dac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2283 | 2024-05-08T02:45:35.448Z | Compiling dirs-sys-next v0.1.2 |
2284 | 2024-05-08T02:45:35.473Z | Running `/home/build/.rustup/toolchains/1.77.2-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=7fa7268219d55f35 -C extra-filename=-7fa7268219d55f35 --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-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2285 | 2024-05-08T02:45:35.629Z | Compiling fastrand v2.0.1 |
2286 | 2024-05-08T02:45:35.655Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=57bb0f72f6034fd8 -C extra-filename=-57bb0f72f6034fd8 --out-dir /work/oxidecomputer/omicron/target/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-05-08T02:45:35.786Z | Compiling serde_yaml v0.9.25 |
2288 | 2024-05-08T02:45:35.812Z | Running `/home/build/.rustup/toolchains/1.77.2-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=6da7c2c9702c086a -C extra-filename=-6da7c2c9702c086a --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-28259a8ba39da734.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-8887d85b8db1efbb.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-4d2b5e30bc2a618d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-8cbab81b88220931.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2289 | 2024-05-08T02:45:36.016Z | Running `/work/oxidecomputer/omicron/target/debug/build/camino-8a489044bec38601/build-script-build` |
2290 | 2024-05-08T02:45:36.081Z | Running `/home/build/.rustup/toolchains/1.77.2-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=9d2aa48e77301f2e -C extra-filename=-9d2aa48e77301f2e --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-3323f3a7841d0a63.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` |
2291 | 2024-05-08T02:45:36.107Z | Compiling tempfile v3.10.1 |
2292 | 2024-05-08T02:45:36.137Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.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=d0cbdd1169c30d89 -C extra-filename=-d0cbdd1169c30d89 --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-427020ca80f73ebb.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-57bb0f72f6034fd8.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6b5231a46a413dac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2293 | 2024-05-08T02:45:36.324Z | Compiling dirs-next v2.0.0 |
2294 | 2024-05-08T02:45:36.350Z | Running `/home/build/.rustup/toolchains/1.77.2-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=1e123d8c7e2bf4f7 -C extra-filename=-1e123d8c7e2bf4f7 --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-427020ca80f73ebb.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-7fa7268219d55f35.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2295 | 2024-05-08T02:45:36.350Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2296 | 2024-05-08T02:45:36.385Z | Running `/home/build/.rustup/toolchains/1.77.2-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=aa7df3285770132e -C extra-filename=-aa7df3285770132e --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-12e7cc5b9a407160.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-09a90093a90b47c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-708f482f7fd3360c.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-688686660b38a6c0.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-318f049051d98c49.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e34daba213629830.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2297 | 2024-05-08T02:45:36.506Z | Compiling sha1 v0.10.6 |
2298 | 2024-05-08T02:45:36.537Z | Running `/home/build/.rustup/toolchains/1.77.2-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=aa294c995c732f80 -C extra-filename=-aa294c995c732f80 --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-427020ca80f73ebb.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1ffb3fa88be7e604.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-f487f7d68fed3764.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2299 | 2024-05-08T02:45:36.849Z | Compiling term v0.7.0 |
2300 | 2024-05-08T02:45:36.876Z | Running `/home/build/.rustup/toolchains/1.77.2-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=66b903c7c0352180 -C extra-filename=-66b903c7c0352180 --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-1e123d8c7e2bf4f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2301 | 2024-05-08T02:45:36.876Z | Compiling ident_case v1.0.1 |
2302 | 2024-05-08T02:45:36.876Z | Running `/home/build/.rustup/toolchains/1.77.2-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=bab12a79c0cece1e -C extra-filename=-bab12a79c0cece1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2303 | 2024-05-08T02:45:36.973Z | Compiling strsim v0.10.0 |
2304 | 2024-05-08T02:45:36.999Z | Running `/home/build/.rustup/toolchains/1.77.2-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=888e5e7bfff8b470 -C extra-filename=-888e5e7bfff8b470 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2305 | 2024-05-08T02:45:37.053Z | Compiling toml v0.8.12 |
2306 | 2024-05-08T02:45:37.080Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.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="display"' --cfg 'feature="parse"' -C metadata=9bd26b7122755abd -C extra-filename=-9bd26b7122755abd --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-3323f3a7841d0a63.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-13046ebbdea61525.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-7eaede6161181072.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b315100e2226b713.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2307 | 2024-05-08T02:45:37.673Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2308 | 2024-05-08T02:45:37.699Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c5ebe0a/typify-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5c1d015a79333f4a -C extra-filename=-5c1d015a79333f4a --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-1a1678ba78df6067.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-20ebe702dba024b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2309 | 2024-05-08T02:45:38.134Z | Compiling darling_core v0.20.8 |
2310 | 2024-05-08T02:45:38.160Z | Running `/home/build/.rustup/toolchains/1.77.2-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.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="strsim"' --cfg 'feature="suggestions"' -C metadata=3b10966cc34772d7 -C extra-filename=-3b10966cc34772d7 --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-94cd0cc82801ac87.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-bab12a79c0cece1e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-888e5e7bfff8b470.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2311 | 2024-05-08T02:45:38.484Z | Compiling http v1.0.0 |
2312 | 2024-05-08T02:45:38.509Z | Running `/home/build/.rustup/toolchains/1.77.2-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=9b332bc33c46c8d9 -C extra-filename=-9b332bc33c46c8d9 --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-d1e7b568f67bf391.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-94cd0cc82801ac87.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-8887d85b8db1efbb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2313 | 2024-05-08T02:45:38.689Z | Compiling paste v1.0.14 |
2314 | 2024-05-08T02:45:38.717Z | Compiling strum_macros v0.26.1 |
2315 | 2024-05-08T02:45:38.718Z | Running `/home/build/.rustup/toolchains/1.77.2-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=23c6513610eb199e -C extra-filename=-23c6513610eb199e --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-23c6513610eb199e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2316 | 2024-05-08T02:45:38.718Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.26.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=540677072fec9b6f -C extra-filename=-540677072fec9b6f --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-1a1678ba78df6067.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-447711a94439c285.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2317 | 2024-05-08T02:45:39.230Z | Running `/work/oxidecomputer/omicron/target/debug/build/paste-23c6513610eb199e/build-script-build` |
2318 | 2024-05-08T02:45:39.272Z | Compiling match_cfg v0.1.0 |
2319 | 2024-05-08T02:45:39.299Z | Running `/home/build/.rustup/toolchains/1.77.2-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=d34d879fa9f3290c -C extra-filename=-d34d879fa9f3290c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2320 | 2024-05-08T02:45:39.299Z | Compiling rustls-pki-types v1.3.0 |
2321 | 2024-05-08T02:45:39.337Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=fa76950aad2eef06 -C extra-filename=-fa76950aad2eef06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2322 | 2024-05-08T02:45:39.377Z | Compiling hostname v0.3.1 |
2323 | 2024-05-08T02:45:39.403Z | Running `/home/build/.rustup/toolchains/1.77.2-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=60ce985f66994f23 -C extra-filename=-60ce985f66994f23 --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-0389f312b031ed53.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-d34d879fa9f3290c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2324 | 2024-05-08T02:45:39.592Z | Running `/home/build/.rustup/toolchains/1.77.2-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=ad07787aea9d9136 -C extra-filename=-ad07787aea9d9136 --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` |
2325 | 2024-05-08T02:45:39.941Z | Compiling quick-error v1.2.3 |
2326 | 2024-05-08T02:45:39.967Z | Running `/home/build/.rustup/toolchains/1.77.2-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=0321ffecf135b3e0 -C extra-filename=-0321ffecf135b3e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2327 | 2024-05-08T02:45:40.076Z | Compiling crossbeam-channel v0.5.8 |
2328 | 2024-05-08T02:45:40.101Z | Running `/home/build/.rustup/toolchains/1.77.2-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=5b342d4b6bb060be -C extra-filename=-5b342d4b6bb060be --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-427020ca80f73ebb.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-af3c149698540047.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2329 | 2024-05-08T02:45:40.422Z | Compiling diesel v2.1.6 |
2330 | 2024-05-08T02:45:40.447Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.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="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=c3bd0cbc27364293 -C extra-filename=-c3bd0cbc27364293 --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-0d3753a4f8ddf1b6.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-6ed06ac0f453b21a.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-8887d85b8db1efbb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-23656277dd6e2dc7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
2331 | 2024-05-08T02:45:40.564Z | Compiling thread_local v1.1.7 |
2332 | 2024-05-08T02:45:40.589Z | Running `/home/build/.rustup/toolchains/1.77.2-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=b6f34b81faa18c1d -C extra-filename=-b6f34b81faa18c1d --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-427020ca80f73ebb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2333 | 2024-05-08T02:45:40.770Z | Compiling rustls v0.22.4 |
2334 | 2024-05-08T02:45:40.797Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=a75fab80678f48d3 -C extra-filename=-a75fab80678f48d3 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-a75fab80678f48d3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2335 | 2024-05-08T02:45:41.001Z | Compiling slog-async v2.8.0 |
2336 | 2024-05-08T02:45:41.027Z | Running `/home/build/.rustup/toolchains/1.77.2-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=6fc17e56b06b55fe -C extra-filename=-6fc17e56b06b55fe --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-6fc17e56b06b55fe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2337 | 2024-05-08T02:45:41.059Z | Compiling rustls-webpki v0.102.1 |
2338 | 2024-05-08T02:45:41.085Z | Running `/home/build/.rustup/toolchains/1.77.2-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=f07f557253983023 -C extra-filename=-f07f557253983023 --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-731c3f13a64f1c10.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fa76950aad2eef06.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8fced45147420ad4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out` |
2339 | 2024-05-08T02:45:41.085Z | Compiling instant v0.1.12 |
2340 | 2024-05-08T02:45:41.085Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-a75fab80678f48d3/build-script-build` |
2341 | 2024-05-08T02:45:41.085Z | Running `/home/build/.rustup/toolchains/1.77.2-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=c3f5ce0e5c2f6da0 -C extra-filename=-c3f5ce0e5c2f6da0 --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-427020ca80f73ebb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2342 | 2024-05-08T02:45:41.144Z | Compiling take_mut v0.2.2 |
2343 | 2024-05-08T02:45:41.170Z | Running `/home/build/.rustup/toolchains/1.77.2-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=456bed7286bb3fcb -C extra-filename=-456bed7286bb3fcb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2344 | 2024-05-08T02:45:41.262Z | Compiling slog-term v2.9.1 |
2345 | 2024-05-08T02:45:41.287Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=28349d9df6305449 -C extra-filename=-28349d9df6305449 --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-94c40c9d476da686.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-66b903c7c0352180.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-b6f34b81faa18c1d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-27a7898fe94cad80.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2346 | 2024-05-08T02:45:41.312Z | Compiling rustls-pemfile v2.1.2 |
2347 | 2024-05-08T02:45:41.312Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=08d150e30f36063a -C extra-filename=-08d150e30f36063a --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-f8d19ed75ea6042c.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fa76950aad2eef06.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2348 | 2024-05-08T02:45:41.482Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-6fc17e56b06b55fe/build-script-build` |
2349 | 2024-05-08T02:45:41.548Z | Running `/home/build/.rustup/toolchains/1.77.2-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=d287cb89224abd95 -C extra-filename=-d287cb89224abd95 --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-5b342d4b6bb060be.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-456bed7286bb3fcb.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-b6f34b81faa18c1d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128` |
2350 | 2024-05-08T02:45:41.683Z | Compiling multer v3.0.0 |
2351 | 2024-05-08T02:45:41.709Z | Running `/home/build/.rustup/toolchains/1.77.2-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=59f7171a27a798b4 -C extra-filename=-59f7171a27a798b4 --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-59f7171a27a798b4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2352 | 2024-05-08T02:45:41.990Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=d46b9652255dde2d -C extra-filename=-d46b9652255dde2d --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-0f58a9cf96294e99.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fa76950aad2eef06.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-f07f557253983023.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out` |
2353 | 2024-05-08T02:45:42.275Z | Compiling debug-ignore v1.0.5 |
2354 | 2024-05-08T02:45:42.303Z | Running `/home/build/.rustup/toolchains/1.77.2-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=266acac97555300e -C extra-filename=-266acac97555300e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2355 | 2024-05-08T02:45:42.405Z | Running `/work/oxidecomputer/omicron/target/debug/build/multer-59f7171a27a798b4/build-script-build` |
2356 | 2024-05-08T02:45:42.473Z | Compiling slog-json v2.6.1 |
2357 | 2024-05-08T02:45:42.499Z | Running `/home/build/.rustup/toolchains/1.77.2-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=5fb62cfc820955e8 -C extra-filename=-5fb62cfc820955e8 --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-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-27a7898fe94cad80.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2358 | 2024-05-08T02:45:42.584Z | Compiling async-stream-impl v0.3.5 |
2359 | 2024-05-08T02:45:42.610Z | Running `/home/build/.rustup/toolchains/1.77.2-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=6cea602d83ed55c3 -C extra-filename=-6cea602d83ed55c3 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2360 | 2024-05-08T02:45:42.806Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2361 | 2024-05-08T02:45:42.832Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/29ae98d/dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=92e40c49eeb3ed7b -C extra-filename=-92e40c49eeb3ed7b --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-92e40c49eeb3ed7b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2362 | 2024-05-08T02:45:42.833Z | Compiling atomic-waker v1.1.1 |
2363 | 2024-05-08T02:45:42.928Z | Running `/home/build/.rustup/toolchains/1.77.2-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=0124f7f4bc34925f -C extra-filename=-0124f7f4bc34925f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2364 | 2024-05-08T02:45:43.009Z | Compiling waitgroup v0.1.2 |
2365 | 2024-05-08T02:45:43.035Z | Running `/home/build/.rustup/toolchains/1.77.2-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=16fff3da02f02757 -C extra-filename=-16fff3da02f02757 --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-0124f7f4bc34925f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2366 | 2024-05-08T02:45:43.143Z | Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-92e40c49eeb3ed7b/build-script-build` |
2367 | 2024-05-08T02:45:43.169Z | Compiling strum v0.26.2 |
2368 | 2024-05-08T02:45:43.169Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.26.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=c1b505590a84792b -C extra-filename=-c1b505590a84792b --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-540677072fec9b6f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2369 | 2024-05-08T02:45:43.224Z | Compiling slog-bunyan v2.5.0 |
2370 | 2024-05-08T02:45:43.259Z | Running `/home/build/.rustup/toolchains/1.77.2-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=e33f4af553cbfc64 -C extra-filename=-e33f4af553cbfc64 --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-60ce985f66994f23.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-5fb62cfc820955e8.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-27a7898fe94cad80.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2371 | 2024-05-08T02:45:43.259Z | Running `/home/build/.rustup/toolchains/1.77.2-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=46d23422f05899a6 -C extra-filename=-46d23422f05899a6 --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-d1e7b568f67bf391.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-858042e886cb24b1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2df6ab9162cca8c1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b332bc33c46c8d9.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-ea15729c177c2ea6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-c2f715f865321db7.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d5a571760a738685.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2372 | 2024-05-08T02:45:43.344Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2373 | 2024-05-08T02:45:43.369Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/29ae98d/dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4adc9f64ed57dbbe -C extra-filename=-4adc9f64ed57dbbe --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2ff4752e4c466ad8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2374 | 2024-05-08T02:45:43.424Z | Compiling serde_path_to_error v0.1.16 |
2375 | 2024-05-08T02:45:43.450Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=313e414a71e86543 -C extra-filename=-313e414a71e86543 --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-8887d85b8db1efbb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2376 | 2024-05-08T02:45:43.878Z | Compiling async-stream v0.3.5 |
2377 | 2024-05-08T02:45:43.904Z | Running `/home/build/.rustup/toolchains/1.77.2-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=d657b1e27daebf93 -C extra-filename=-d657b1e27daebf93 --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-6cea602d83ed55c3.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2378 | 2024-05-08T02:45:44.119Z | Compiling darling_macro v0.20.8 |
2379 | 2024-05-08T02:45:44.146Z | Running `/home/build/.rustup/toolchains/1.77.2-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.8/src/lib.rs --error-format=json --json=diagnostic-rendered-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=d727be39421d3ba4 -C extra-filename=-d727be39421d3ba4 --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-3b10966cc34772d7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2380 | 2024-05-08T02:45:44.205Z | Compiling newtype-uuid v1.1.0 |
2381 | 2024-05-08T02:45:44.232Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=9c3a35a8f50403b5 -C extra-filename=-9c3a35a8f50403b5 --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-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2382 | 2024-05-08T02:45:44.258Z | Compiling wait-timeout v0.2.0 |
2383 | 2024-05-08T02:45:44.258Z | Compiling structmeta-derive v0.3.0 |
2384 | 2024-05-08T02:45:44.258Z | Running `/home/build/.rustup/toolchains/1.77.2-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=6c9e05988e8bfefb -C extra-filename=-6c9e05988e8bfefb --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-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2385 | 2024-05-08T02:45:44.258Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fb61864a91a8ba89 -C extra-filename=-fb61864a91a8ba89 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2386 | 2024-05-08T02:45:44.494Z | Compiling rusty-fork v0.3.0 |
2387 | 2024-05-08T02:45:44.520Z | Running `/home/build/.rustup/toolchains/1.77.2-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=44788d579d457bb0 -C extra-filename=-44788d579d457bb0 --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-94cd0cc82801ac87.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-0321ffecf135b3e0.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-6c9e05988e8bfefb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2388 | 2024-05-08T02:45:44.727Z | Compiling structmeta-derive v0.2.0 |
2389 | 2024-05-08T02:45:44.754Z | Running `/home/build/.rustup/toolchains/1.77.2-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=dab55d90b1543e75 -C extra-filename=-dab55d90b1543e75 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2390 | 2024-05-08T02:45:45.107Z | Compiling rand_xorshift v0.3.0 |
2391 | 2024-05-08T02:45:45.133Z | Running `/home/build/.rustup/toolchains/1.77.2-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=dec92d42cc63b920 -C extra-filename=-dec92d42cc63b920 --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-4e5690172993484a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2392 | 2024-05-08T02:45:45.228Z | Compiling darling v0.20.8 |
2393 | 2024-05-08T02:45:45.228Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.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="suggestions"' -C metadata=79693f502324cacf -C extra-filename=-79693f502324cacf --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-3b10966cc34772d7.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-d727be39421d3ba4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2394 | 2024-05-08T02:45:45.361Z | Compiling serde_with_macros v3.7.0 |
2395 | 2024-05-08T02:45:45.387Z | Running `/home/build/.rustup/toolchains/1.77.2-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.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 --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' --warn=rust_2018_idioms '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' -C metadata=aaff1e50a46e8c48 -C extra-filename=-aaff1e50a46e8c48 --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-79693f502324cacf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2396 | 2024-05-08T02:45:45.387Z | Compiling unarray v0.1.4 |
2397 | 2024-05-08T02:45:45.387Z | Running `/home/build/.rustup/toolchains/1.77.2-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=14ed57122db2b573 -C extra-filename=-14ed57122db2b573 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2398 | 2024-05-08T02:45:45.417Z | Compiling backoff v0.4.0 |
2399 | 2024-05-08T02:45:45.444Z | Running `/home/build/.rustup/toolchains/1.77.2-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=0f5fd433625921fb -C extra-filename=-0f5fd433625921fb --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-4b00f13a31442673.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-cd233cf452b8a58f.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-c3f5ce0e5c2f6da0.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2400 | 2024-05-08T02:45:45.544Z | Compiling tokio-rustls v0.25.0 |
2401 | 2024-05-08T02:45:45.571Z | Running `/home/build/.rustup/toolchains/1.77.2-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=dade64e64d31e412 -C extra-filename=-dade64e64d31e412 --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-d46b9652255dde2d.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fa76950aad2eef06.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out` |
2402 | 2024-05-08T02:45:45.705Z | Compiling proptest v1.4.0 |
2403 | 2024-05-08T02:45:45.735Z | Running `/home/build/.rustup/toolchains/1.77.2-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=fc0e45d9615360d6 -C extra-filename=-fc0e45d9615360d6 --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-c945bd74a1eeadc5.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-ea9d6d2f8689e9f6.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0d3753a4f8ddf1b6.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c97181c078b51aa5.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-dec92d42cc63b920.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-13b943facd0e7476.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-44788d579d457bb0.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-14ed57122db2b573.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2404 | 2024-05-08T02:45:45.890Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/29ae98d/dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=09874861bc9fed57 -C extra-filename=-09874861bc9fed57 --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-d657b1e27daebf93.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-6db86b2c48c11a61.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-4adc9f64ed57dbbe.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-a3a49be3a807ac3f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-60ce985f66994f23.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-46d23422f05899a6.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b34c0d67524cd63e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d46b9652255dde2d.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-08d150e30f36063a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-313e414a71e86543.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-60f345d83ef4008b.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-aa294c995c732f80.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-e33f4af553cbfc64.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-5fb62cfc820955e8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-dade64e64d31e412.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-23fac731ff5b8b72.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-16fff3da02f02757.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out` |
2405 | 2024-05-08T02:45:47.164Z | Compiling structmeta v0.3.0 |
2406 | 2024-05-08T02:45:47.190Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ceb99959f36d43d5 -C extra-filename=-ceb99959f36d43d5 --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-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-fb61864a91a8ba89.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2407 | 2024-05-08T02:45:47.573Z | Compiling structmeta v0.2.0 |
2408 | 2024-05-08T02:45:47.600Z | Running `/home/build/.rustup/toolchains/1.77.2-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=0d06d4d9f1c1b1a5 -C extra-filename=-0d06d4d9f1c1b1a5 --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-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-dab55d90b1543e75.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2409 | 2024-05-08T02:45:47.600Z | Compiling parse-display-derive v0.9.0 |
2410 | 2024-05-08T02:45:47.600Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-derive-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=de7f87eb056ef7e4 -C extra-filename=-de7f87eb056ef7e4 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-13b943facd0e7476.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-ceb99959f36d43d5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2411 | 2024-05-08T02:45:47.993Z | Compiling macaddr v1.0.1 |
2412 | 2024-05-08T02:45:48.020Z | Running `/home/build/.rustup/toolchains/1.77.2-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=645271eed1124c11 -C extra-filename=-645271eed1124c11 --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-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2413 | 2024-05-08T02:45:48.354Z | Compiling serde_with v3.7.0 |
2414 | 2024-05-08T02:45:48.380Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.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 --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' --warn=rust_2018_idioms '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=a4fc99402494b825 -C extra-filename=-a4fc99402494b825 --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-3323f3a7841d0a63.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b8805f4509fb28a5.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-aaff1e50a46e8c48.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2415 | 2024-05-08T02:45:48.406Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2416 | 2024-05-08T02:45:48.406Z | Running `/home/build/.rustup/toolchains/1.77.2-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=e2c142c8d4915084 -C extra-filename=-e2c142c8d4915084 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2417 | 2024-05-08T02:45:49.238Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2418 | 2024-05-08T02:45:49.264Z | Running `/home/build/.rustup/toolchains/1.77.2-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=07c00cfd1675f33f -C extra-filename=-07c00cfd1675f33f --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-13c318f5fdda9b42.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-e2c142c8d4915084.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2419 | 2024-05-08T02:45:49.401Z | Compiling test-strategy v0.3.1 |
2420 | 2024-05-08T02:45:49.428Z | Running `/home/build/.rustup/toolchains/1.77.2-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=76d39b5c13167184 -C extra-filename=-76d39b5c13167184 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-0d06d4d9f1c1b1a5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2421 | 2024-05-08T02:45:50.714Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2422 | 2024-05-08T02:45:50.740Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' -C metadata=7801b27fa2bd556d -C extra-filename=-7801b27fa2bd556d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-9c3a35a8f50403b5.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2423 | 2024-05-08T02:45:50.958Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2424 | 2024-05-08T02:45:50.984Z | Running `/home/build/.rustup/toolchains/1.77.2-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=5de474b205735f5a -C extra-filename=-5de474b205735f5a --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-394f7d2b0d65f52f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2425 | 2024-05-08T02:45:51.107Z | Compiling proc-macro-error-attr v1.0.4 |
2426 | 2024-05-08T02:45:51.133Z | Running `/home/build/.rustup/toolchains/1.77.2-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=a4dc1203d7c47a68 -C extra-filename=-a4dc1203d7c47a68 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-a4dc1203d7c47a68 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2427 | 2024-05-08T02:45:51.434Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-a4dc1203d7c47a68/build-script-build` |
2428 | 2024-05-08T02:45:51.460Z | Compiling proc-macro-error v1.0.4 |
2429 | 2024-05-08T02:45:51.460Z | Running `/home/build/.rustup/toolchains/1.77.2-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=c1268573ee5e6f84 -C extra-filename=-c1268573ee5e6f84 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-c1268573ee5e6f84 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2430 | 2024-05-08T02:45:51.508Z | Running `/home/build/.rustup/toolchains/1.77.2-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=5581e55a3ba0f99c -C extra-filename=-5581e55a3ba0f99c --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2431 | 2024-05-08T02:45:51.768Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-c1268573ee5e6f84/build-script-build` |
2432 | 2024-05-08T02:45:51.912Z | Compiling camino-tempfile v1.1.1 |
2433 | 2024-05-08T02:45:51.938Z | Running `/home/build/.rustup/toolchains/1.77.2-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=b17d13ee575f1f8f -C extra-filename=-b17d13ee575f1f8f --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-9d2aa48e77301f2e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2434 | 2024-05-08T02:45:52.052Z | Compiling parse-display v0.9.0 |
2435 | 2024-05-08T02:45:52.079Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' -C metadata=b744afbd49cb10fd -C extra-filename=-b744afbd49cb10fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-de7f87eb056ef7e4.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-13b943facd0e7476.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2436 | 2024-05-08T02:45:52.299Z | Compiling proc-macro-crate v1.3.1 |
2437 | 2024-05-08T02:45:52.325Z | Running `/home/build/.rustup/toolchains/1.77.2-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=7f81a7981c62a98c -C extra-filename=-7f81a7981c62a98c --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-382c12cfca40d2db.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-1ff50ce3c80b0571.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2438 | 2024-05-08T02:45:52.325Z | Running `/home/build/.rustup/toolchains/1.77.2-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=ea5dc9b8a9a2ecdd -C extra-filename=-ea5dc9b8a9a2ecdd --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-5581e55a3ba0f99c.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback` |
2439 | 2024-05-08T02:45:52.526Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2440 | 2024-05-08T02:45:52.551Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c5ebe0a/typify-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cb6cde6f23418980 -C extra-filename=-cb6cde6f23418980 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2ff4752e4c466ad8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-5c1d015a79333f4a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2441 | 2024-05-08T02:45:52.614Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2442 | 2024-05-08T02:45:52.640Z | Running `/home/build/.rustup/toolchains/1.77.2-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=3f8251eb57b92cd7 -C extra-filename=-3f8251eb57b92cd7 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-3f8251eb57b92cd7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2443 | 2024-05-08T02:45:52.782Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2444 | 2024-05-08T02:45:52.809Z | Running `/home/build/.rustup/toolchains/1.77.2-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=5be1c42c5886b1da -C extra-filename=-5be1c42c5886b1da --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-5be1c42c5886b1da -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2445 | 2024-05-08T02:45:52.839Z | Compiling foreign-types-macros v0.2.3 |
2446 | 2024-05-08T02:45:52.839Z | Running `/home/build/.rustup/toolchains/1.77.2-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=c1397722e0446f78 -C extra-filename=-c1397722e0446f78 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2447 | 2024-05-08T02:45:52.940Z | Compiling foreign-types-shared v0.3.1 |
2448 | 2024-05-08T02:45:52.965Z | Running `/home/build/.rustup/toolchains/1.77.2-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=72d43100434aa89e -C extra-filename=-72d43100434aa89e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2449 | 2024-05-08T02:45:52.991Z | Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-3f8251eb57b92cd7/build-script-build` |
2450 | 2024-05-08T02:45:53.022Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2451 | 2024-05-08T02:45:53.022Z | Running `/home/build/.rustup/toolchains/1.77.2-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=5a4c20cc01ec6048 -C extra-filename=-5a4c20cc01ec6048 --out-dir /work/oxidecomputer/omicron/target/debug/build/rusty-doors-5a4c20cc01ec6048 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2452 | 2024-05-08T02:45:53.087Z | Running `/home/build/.rustup/toolchains/1.77.2-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=04837bae42e1d029 -C extra-filename=-04837bae42e1d029 --out-dir /work/oxidecomputer/omicron/target/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` |
2453 | 2024-05-08T02:45:53.114Z | Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-5be1c42c5886b1da/build-script-build` |
2454 | 2024-05-08T02:45:53.140Z | Running `/home/build/.rustup/toolchains/1.77.2-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=681cb45f7b1e968a -C extra-filename=-681cb45f7b1e968a --out-dir /work/oxidecomputer/omicron/target/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` |
2455 | 2024-05-08T02:45:53.224Z | Compiling num_enum_derive v0.5.11 |
2456 | 2024-05-08T02:45:53.250Z | Running `/home/build/.rustup/toolchains/1.77.2-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=77a5ccc5c65948a4 -C extra-filename=-77a5ccc5c65948a4 --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-7f81a7981c62a98c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2457 | 2024-05-08T02:45:53.250Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2458 | 2024-05-08T02:45:53.250Z | Running `/home/build/.rustup/toolchains/1.77.2-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=ab157dc26599a2b4 -C extra-filename=-ab157dc26599a2b4 --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-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2459 | 2024-05-08T02:45:53.283Z | Compiling cstr-argument v0.1.2 |
2460 | 2024-05-08T02:45:53.309Z | Running `/home/build/.rustup/toolchains/1.77.2-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=c2bee3d54b1d0016 -C extra-filename=-c2bee3d54b1d0016 --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-427020ca80f73ebb.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2461 | 2024-05-08T02:45:53.335Z | Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-5a4c20cc01ec6048/build-script-build` |
2462 | 2024-05-08T02:45:53.361Z | Compiling pretty-hex v0.2.1 |
2463 | 2024-05-08T02:45:53.361Z | Running `/home/build/.rustup/toolchains/1.77.2-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=24af6e4417ba6e1d -C extra-filename=-24af6e4417ba6e1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2464 | 2024-05-08T02:45:53.498Z | Compiling tabwriter v1.4.0 |
2465 | 2024-05-08T02:45:53.498Z | Compiling colored v2.1.0 |
2466 | 2024-05-08T02:45:53.528Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabwriter-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_formatting"' --cfg 'feature="default"' -C metadata=45eff2d28607a84e -C extra-filename=-45eff2d28607a84e --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-7be4cd6866eb5f17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2467 | 2024-05-08T02:45:53.528Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0fb460c45e6776a7 -C extra-filename=-0fb460c45e6776a7 --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-998cd0269062e61e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2468 | 2024-05-08T02:45:53.970Z | Compiling socket2 v0.4.9 |
2469 | 2024-05-08T02:45:53.997Z | Running `/home/build/.rustup/toolchains/1.77.2-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=d985cc228b441316 -C extra-filename=-d985cc228b441316 --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-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2470 | 2024-05-08T02:45:54.040Z | Compiling foreign-types v0.5.0 |
2471 | 2024-05-08T02:45:54.065Z | Running `/home/build/.rustup/toolchains/1.77.2-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=a7230b1c73bcc1cc -C extra-filename=-a7230b1c73bcc1cc --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-c1397722e0446f78.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-72d43100434aa89e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2472 | 2024-05-08T02:45:54.127Z | Running `/home/build/.rustup/toolchains/1.77.2-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=aa497eb66f9b71ad -C extra-filename=-aa497eb66f9b71ad --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-0389f312b031ed53.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-ab157dc26599a2b4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l door` |
2473 | 2024-05-08T02:45:54.158Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2474 | 2024-05-08T02:45:54.187Z | Compiling smf v0.2.3 |
2475 | 2024-05-08T02:45:54.187Z | Running `/home/build/.rustup/toolchains/1.77.2-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=efe0a7b8862a42a2 -C extra-filename=-efe0a7b8862a42a2 --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-c2bee3d54b1d0016.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-a7230b1c73bcc1cc.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-04837bae42e1d029.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2476 | 2024-05-08T02:45:54.187Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1b8e56e63ffb30f4 -C extra-filename=-1b8e56e63ffb30f4 --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-9d7cba1b26dce711.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2477 | 2024-05-08T02:45:54.285Z | Compiling humantime v2.1.0 |
2478 | 2024-05-08T02:45:54.312Z | Running `/home/build/.rustup/toolchains/1.77.2-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=a26dcef2f34c6c75 -C extra-filename=-a26dcef2f34c6c75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2479 | 2024-05-08T02:45:54.669Z | Compiling termcolor v1.2.0 |
2480 | 2024-05-08T02:45:54.694Z | Running `/home/build/.rustup/toolchains/1.77.2-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=06781bb010c39518 -C extra-filename=-06781bb010c39518 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2481 | 2024-05-08T02:45:54.721Z | Compiling same-file v1.0.6 |
2482 | 2024-05-08T02:45:54.748Z | Compiling arc-swap v1.6.0 |
2483 | 2024-05-08T02:45:54.748Z | Running `/home/build/.rustup/toolchains/1.77.2-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=1977c827eb13d11d -C extra-filename=-1977c827eb13d11d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2484 | 2024-05-08T02:45:54.748Z | Running `/home/build/.rustup/toolchains/1.77.2-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=3446371fa84e1775 -C extra-filename=-3446371fa84e1775 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2485 | 2024-05-08T02:45:54.933Z | Compiling walkdir v2.5.0 |
2486 | 2024-05-08T02:45:54.958Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=281083d16f9fe3a3 -C extra-filename=-281083d16f9fe3a3 --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-1977c827eb13d11d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2487 | 2024-05-08T02:45:55.357Z | Compiling slog-scope v4.4.0 |
2488 | 2024-05-08T02:45:55.383Z | Running `/home/build/.rustup/toolchains/1.77.2-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=f8b94073bed2ff1d -C extra-filename=-f8b94073bed2ff1d --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-3446371fa84e1775.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2489 | 2024-05-08T02:45:55.410Z | Compiling usdt-macro v0.5.0 |
2490 | 2024-05-08T02:45:55.410Z | Running `/home/build/.rustup/toolchains/1.77.2-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=df916beccde51609 -C extra-filename=-df916beccde51609 --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-22f6827c791e8d8b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2ff4752e4c466ad8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-52516ec6b88ed6a2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2491 | 2024-05-08T02:45:55.436Z | Compiling usdt-attr-macro v0.5.0 |
2492 | 2024-05-08T02:45:55.462Z | Running `/home/build/.rustup/toolchains/1.77.2-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=f3086a79f195536e -C extra-filename=-f3086a79f195536e --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-22f6827c791e8d8b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2ff4752e4c466ad8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-52516ec6b88ed6a2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2493 | 2024-05-08T02:45:55.637Z | Compiling memmap v0.7.0 |
2494 | 2024-05-08T02:45:55.663Z | Running `/home/build/.rustup/toolchains/1.77.2-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=f994e4d5094eee2f -C extra-filename=-f994e4d5094eee2f --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-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2495 | 2024-05-08T02:45:55.817Z | Compiling slog-stdlog v4.1.1 |
2496 | 2024-05-08T02:45:55.843Z | Running `/home/build/.rustup/toolchains/1.77.2-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=160d12e8d02af7bf -C extra-filename=-160d12e8d02af7bf --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-0f58a9cf96294e99.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-f8b94073bed2ff1d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2497 | 2024-05-08T02:45:55.877Z | Compiling num_enum v0.5.11 |
2498 | 2024-05-08T02:45:55.903Z | Running `/home/build/.rustup/toolchains/1.77.2-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=b1dd8a0a35cf4a99 -C extra-filename=-b1dd8a0a35cf4a99 --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-77a5ccc5c65948a4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2499 | 2024-05-08T02:45:55.952Z | Compiling filetime v0.2.23 |
2500 | 2024-05-08T02:45:55.978Z | Running `/home/build/.rustup/toolchains/1.77.2-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=5555160e7de2260f -C extra-filename=-5555160e7de2260f --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-427020ca80f73ebb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2501 | 2024-05-08T02:45:56.028Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2502 | 2024-05-08T02:45:56.055Z | Running `/home/build/.rustup/toolchains/1.77.2-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=a803a33bf42eda17 -C extra-filename=-a803a33bf42eda17 --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-0389f312b031ed53.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-681cb45f7b1e968a.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b1dd8a0a35cf4a99.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-24af6e4417ba6e1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2503 | 2024-05-08T02:45:56.153Z | Compiling slog-envlogger v2.2.0 |
2504 | 2024-05-08T02:45:56.179Z | Running `/home/build/.rustup/toolchains/1.77.2-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=8898f3e2f38148c5 -C extra-filename=-8898f3e2f38148c5 --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-0f58a9cf96294e99.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-f8b94073bed2ff1d.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-160d12e8d02af7bf.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2505 | 2024-05-08T02:45:56.263Z | Compiling xattr v1.0.1 |
2506 | 2024-05-08T02:45:56.289Z | Running `/home/build/.rustup/toolchains/1.77.2-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=cbc1da1a07cdc365 -C extra-filename=-cbc1da1a07cdc365 --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-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2507 | 2024-05-08T02:45:56.348Z | Compiling newline-converter v0.3.0 |
2508 | 2024-05-08T02:45:56.374Z | Running `/home/build/.rustup/toolchains/1.77.2-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=42c4582b17a737a8 -C extra-filename=-42c4582b17a737a8 --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-5f17d2c6c032dfe2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2509 | 2024-05-08T02:45:56.505Z | Compiling tar v0.4.40 |
2510 | 2024-05-08T02:45:56.533Z | Running `/home/build/.rustup/toolchains/1.77.2-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=20c1c48a52d94e88 -C extra-filename=-20c1c48a52d94e88 --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-5555160e7de2260f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-cbc1da1a07cdc365.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2511 | 2024-05-08T02:45:56.533Z | Compiling utf-8 v0.7.6 |
2512 | 2024-05-08T02:45:56.533Z | Running `/home/build/.rustup/toolchains/1.77.2-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=4e5a766cdc9dabb1 -C extra-filename=-4e5a766cdc9dabb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2513 | 2024-05-08T02:45:56.806Z | Compiling expectorate v1.1.0 |
2514 | 2024-05-08T02:45:56.833Z | Running `/home/build/.rustup/toolchains/1.77.2-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=983a11c841e841a6 -C extra-filename=-983a11c841e841a6 --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-481ecd2bf3b3e831.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-42c4582b17a737a8.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-dc8847ed4790eabd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2515 | 2024-05-08T02:45:56.833Z | Compiling tungstenite v0.20.1 |
2516 | 2024-05-08T02:45:56.833Z | Running `/home/build/.rustup/toolchains/1.77.2-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=dd3d54d6faf5309e -C extra-filename=-dd3d54d6faf5309e --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-a7919d510375f8f6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-d82296281cfa9a6b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-ea15729c177c2ea6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-aa294c995c732f80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ea704619c5387062.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-4e5a766cdc9dabb1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2517 | 2024-05-08T02:45:56.898Z | Compiling heapless v0.8.0 |
2518 | 2024-05-08T02:45:56.924Z | Running `/home/build/.rustup/toolchains/1.77.2-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=64b0e6f2c9a0063c -C extra-filename=-64b0e6f2c9a0063c --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-64b0e6f2c9a0063c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2519 | 2024-05-08T02:45:56.972Z | Compiling termtree v0.4.1 |
2520 | 2024-05-08T02:45:56.998Z | Running `/home/build/.rustup/toolchains/1.77.2-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=08573ef3861baf7f -C extra-filename=-08573ef3861baf7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2521 | 2024-05-08T02:45:57.068Z | Compiling usdt v0.5.0 |
2522 | 2024-05-08T02:45:57.094Z | Running `/home/build/.rustup/toolchains/1.77.2-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=28a1816c24899602 -C extra-filename=-28a1816c24899602 --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-1452c5d5a1357d9b.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-22f6827c791e8d8b.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-4a3bb4916305b51a.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-f994e4d5094eee2f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-f3086a79f195536e.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-52516ec6b88ed6a2.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-df916beccde51609.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2523 | 2024-05-08T02:45:57.170Z | Compiling predicates-tree v1.0.9 |
2524 | 2024-05-08T02:45:57.198Z | Running `/home/build/.rustup/toolchains/1.77.2-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=2906a7417e84ff8b -C extra-filename=-2906a7417e84ff8b --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-826c175543d43584.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-08573ef3861baf7f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2525 | 2024-05-08T02:45:57.198Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2526 | 2024-05-08T02:45:57.199Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c5ebe0a/typify/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' -C metadata=02412651f2ca189b -C extra-filename=-02412651f2ca189b --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-5c1d015a79333f4a.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-cb6cde6f23418980.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2527 | 2024-05-08T02:45:57.333Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2528 | 2024-05-08T02:45:57.360Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/90d3282/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8fc9adef2bdf1de3 -C extra-filename=-8fc9adef2bdf1de3 --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-2ebebb40c8c7d8b9.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-1a1678ba78df6067.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-02412651f2ca189b.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-20ebe702dba024b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2529 | 2024-05-08T02:45:57.443Z | Running `/work/oxidecomputer/omicron/target/debug/build/heapless-64b0e6f2c9a0063c/build-script-build` |
2530 | 2024-05-08T02:45:57.522Z | Compiling hash32 v0.3.1 |
2531 | 2024-05-08T02:45:57.549Z | Running `/home/build/.rustup/toolchains/1.77.2-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=ed1920ea08d100a2 -C extra-filename=-ed1920ea08d100a2 --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-a7919d510375f8f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2532 | 2024-05-08T02:45:57.640Z | Compiling smoltcp v0.11.0 |
2533 | 2024-05-08T02:45:57.667Z | Running `/home/build/.rustup/toolchains/1.77.2-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=3c6c3a821755d096 -C extra-filename=-3c6c3a821755d096 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-3c6c3a821755d096 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2534 | 2024-05-08T02:45:57.696Z | Compiling tokio-tungstenite v0.20.1 |
2535 | 2024-05-08T02:45:57.696Z | Running `/home/build/.rustup/toolchains/1.77.2-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=d833a19ba1055295 -C extra-filename=-d833a19ba1055295 --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-2df6ab9162cca8c1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-dd3d54d6faf5309e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2536 | 2024-05-08T02:45:57.744Z | Running `/home/build/.rustup/toolchains/1.77.2-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=8833e5dc1e94b5f7 -C extra-filename=-8833e5dc1e94b5f7 --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-ed1920ea08d100a2.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-3338a147df9b3fcc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2537 | 2024-05-08T02:45:58.129Z | Compiling atty v0.2.14 |
2538 | 2024-05-08T02:45:58.156Z | Running `/home/build/.rustup/toolchains/1.77.2-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=c5ed1c9ccc7210dd -C extra-filename=-c5ed1c9ccc7210dd --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-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2539 | 2024-05-08T02:45:58.272Z | Compiling embedded-io v0.4.0 |
2540 | 2024-05-08T02:45:58.298Z | Running `/home/build/.rustup/toolchains/1.77.2-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=5e1e926dcdcfe5c7 -C extra-filename=-5e1e926dcdcfe5c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2541 | 2024-05-08T02:45:58.329Z | Compiling crucible-workspace-hack v0.1.0 |
2542 | 2024-05-08T02:45:58.329Z | Running `/home/build/.rustup/toolchains/1.77.2-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=0d619c276ba2abe9 -C extra-filename=-0d619c276ba2abe9 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-0d619c276ba2abe9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2543 | 2024-05-08T02:45:58.355Z | Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-3c6c3a821755d096/build-script-build` |
2544 | 2024-05-08T02:45:58.381Z | Compiling cobs v0.2.3 |
2545 | 2024-05-08T02:45:58.381Z | Running `/home/build/.rustup/toolchains/1.77.2-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=399f8fb7d221c1e1 -C extra-filename=-399f8fb7d221c1e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2546 | 2024-05-08T02:45:58.487Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2547 | 2024-05-08T02:45:58.514Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/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=0a33e30e2f01dd2b -C extra-filename=-0a33e30e2f01dd2b --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-0a33e30e2f01dd2b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2548 | 2024-05-08T02:45:58.616Z | Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-0d619c276ba2abe9/build-script-build` |
2549 | 2024-05-08T02:45:58.644Z | Compiling postcard v1.0.8 |
2550 | 2024-05-08T02:45:58.644Z | Running `/home/build/.rustup/toolchains/1.77.2-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=76b14ae9d9e7dd72 -C extra-filename=-76b14ae9d9e7dd72 --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-12e7cc5b9a407160.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-8833e5dc1e94b5f7.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f553609ea3dfe209.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2551 | 2024-05-08T02:45:58.644Z | Running `/home/build/.rustup/toolchains/1.77.2-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=95cbdf49882f6f43 -C extra-filename=-95cbdf49882f6f43 --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-399f8fb7d221c1e1.rmeta --extern embedded_io=/work/oxidecomputer/omicron/target/debug/deps/libembedded_io-5e1e926dcdcfe5c7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2552 | 2024-05-08T02:45:58.691Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2553 | 2024-05-08T02:45:58.717Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/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=566770b435144cf3 -C extra-filename=-566770b435144cf3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2554 | 2024-05-08T02:45:58.717Z | Running `/home/build/.rustup/toolchains/1.77.2-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=88036c1895ea3e9d -C extra-filename=-88036c1895ea3e9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2555 | 2024-05-08T02:45:58.806Z | Running `/work/oxidecomputer/omicron/target/debug/build/opte-0a33e30e2f01dd2b/build-script-build` |
2556 | 2024-05-08T02:45:58.832Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2557 | 2024-05-08T02:45:58.832Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name derror_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/crates/derror-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a36723f0d388d8af -C extra-filename=-a36723f0d388d8af --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-79693f502324cacf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2558 | 2024-05-08T02:45:58.858Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2559 | 2024-05-08T02:45:58.885Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/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=99853f7d695ef8e4 -C extra-filename=-99853f7d695ef8e4 --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-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2560 | 2024-05-08T02:45:58.885Z | Compiling sigpipe v0.1.3 |
2561 | 2024-05-08T02:45:58.885Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name sigpipe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sigpipe-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9392bef3d0f2215b -C extra-filename=-9392bef3d0f2215b --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-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2562 | 2024-05-08T02:45:59.009Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2563 | 2024-05-08T02:45:59.043Z | Running `/home/build/.rustup/toolchains/1.77.2-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=49eff1d134ebc306 -C extra-filename=-49eff1d134ebc306 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-49eff1d134ebc306 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2564 | 2024-05-08T02:45:59.323Z | Running `/work/oxidecomputer/omicron/target/debug/build/libnet-49eff1d134ebc306/build-script-build` |
2565 | 2024-05-08T02:45:59.355Z | Compiling pem v3.0.4 |
2566 | 2024-05-08T02:45:59.383Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7acb2d670e1e637f -C extra-filename=-7acb2d670e1e637f --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-f8d19ed75ea6042c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2567 | 2024-05-08T02:45:59.383Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2568 | 2024-05-08T02:45:59.383Z | Running `/home/build/.rustup/toolchains/1.77.2-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=00fa5ba33345be89 -C extra-filename=-00fa5ba33345be89 --out-dir /work/oxidecomputer/omicron/target/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-05-08T02:45:59.665Z | Running `/home/build/.rustup/toolchains/1.77.2-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=3377f0392de45f68 -C extra-filename=-3377f0392de45f68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-0fb460c45e6776a7.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-a803a33bf42eda17.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b1dd8a0a35cf4a99.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-efe0a7b8862a42a2.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-04837bae42e1d029.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-aa497eb66f9b71ad.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-d985cc228b441316.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e8fcda33fd5afe68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat` |
2570 | 2024-05-08T02:45:59.789Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2571 | 2024-05-08T02:45:59.815Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/git/checkouts/zone-9383037a9395112c/f1920d5/zone_cfg_derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7083334ea670ae82 -C extra-filename=-7083334ea670ae82 --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-1a1678ba78df6067.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-ea5dc9b8a9a2ecdd.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2572 | 2024-05-08T02:45:59.957Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2573 | 2024-05-08T02:45:59.983Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/27e2789/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=318acec638b8dab9 -C extra-filename=-318acec638b8dab9 --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-0389f312b031ed53.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2574 | 2024-05-08T02:46:00.029Z | Compiling num-derive v0.4.0 |
2575 | 2024-05-08T02:46:00.056Z | Running `/home/build/.rustup/toolchains/1.77.2-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=cde7358530d8c61f -C extra-filename=-cde7358530d8c61f --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2576 | 2024-05-08T02:46:00.412Z | Compiling mockall_derive v0.12.1 |
2577 | 2024-05-08T02:46:00.438Z | Running `/home/build/.rustup/toolchains/1.77.2-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.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=53bfb4c8e2d70337 -C extra-filename=-53bfb4c8e2d70337 --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-427020ca80f73ebb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2578 | 2024-05-08T02:46:01.287Z | Compiling fragile v2.0.0 |
2579 | 2024-05-08T02:46:01.317Z | Running `/home/build/.rustup/toolchains/1.77.2-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=6ec0658265af8c44 -C extra-filename=-6ec0658265af8c44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2580 | 2024-05-08T02:46:01.874Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2581 | 2024-05-08T02:46:01.902Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/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=770750ec84da55af -C extra-filename=-770750ec84da55af --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-566770b435144cf3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-95cbdf49882f6f43.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-76b14ae9d9e7dd72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2582 | 2024-05-08T02:46:02.142Z | Compiling downcast v0.11.0 |
2583 | 2024-05-08T02:46:02.169Z | Running `/home/build/.rustup/toolchains/1.77.2-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=8782fd6fb4424a65 -C extra-filename=-8782fd6fb4424a65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2584 | 2024-05-08T02:46:02.367Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2585 | 2024-05-08T02:46:02.393Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/62cc2cf/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=a4d3dab6cc3e937a -C extra-filename=-a4d3dab6cc3e937a --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-88036c1895ea3e9d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-cde7358530d8c61f.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2586 | 2024-05-08T02:46:02.840Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2587 | 2024-05-08T02:46:02.867Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/git/checkouts/zone-9383037a9395112c/f1920d5/zone/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="sync"' -C metadata=e953c3ae55ee349e -C extra-filename=-e953c3ae55ee349e --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-299aa95bd49089c3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-7083334ea670ae82.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2588 | 2024-05-08T02:46:03.026Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2589 | 2024-05-08T02:46:03.052Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/27e2789/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=ddc2087ae06669d8 -C extra-filename=-ddc2087ae06669d8 --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-318acec638b8dab9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2590 | 2024-05-08T02:46:03.216Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/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=1517502fa9a7aafd -C extra-filename=-1517502fa9a7aafd --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-427020ca80f73ebb.rmeta --extern derror_macro=/work/oxidecomputer/omicron/target/debug/deps/libderror_macro-a36723f0d388d8af.so --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-3249fec9e60f9013.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-566770b435144cf3.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-99853f7d695ef8e4.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-770750ec84da55af.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-95cbdf49882f6f43.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-76b14ae9d9e7dd72.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-45eff2d28607a84e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm` |
2591 | 2024-05-08T02:46:03.430Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2592 | 2024-05-08T02:46:03.458Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/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=d409796f5b054a4b -C extra-filename=-d409796f5b054a4b --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-427020ca80f73ebb.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-566770b435144cf3.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-1517502fa9a7aafd.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-00fa5ba33345be89.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-76b14ae9d9e7dd72.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-45eff2d28607a84e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ad39d6646bb5dbb5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2593 | 2024-05-08T02:46:03.484Z | Compiling env_logger v0.9.3 |
2594 | 2024-05-08T02:46:03.513Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.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="atty"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' --cfg 'feature="termcolor"' -C metadata=238c882edc2b7ed4 -C extra-filename=-238c882edc2b7ed4 --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-c5ed1c9ccc7210dd.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-06781bb010c39518.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2595 | 2024-05-08T02:46:03.700Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2596 | 2024-05-08T02:46:03.726Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/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=73413a6cbcdc4309 -C extra-filename=-73413a6cbcdc4309 --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-0389f312b031ed53.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2597 | 2024-05-08T02:46:04.101Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2598 | 2024-05-08T02:46:04.127Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/90d3282/progenitor-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=da2b9b217e622773 -C extra-filename=-da2b9b217e622773 --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-c9c3d0db828aa2a7.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-8fc9adef2bdf1de3.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2ff4752e4c466ad8.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-6da7c2c9702c086a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2599 | 2024-05-08T02:46:04.127Z | Compiling bitstruct_derive v0.1.0 |
2600 | 2024-05-08T02:46:04.127Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bitstruct_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitstruct_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=b6d7f3a90e35833f -C extra-filename=-b6d7f3a90e35833f --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2601 | 2024-05-08T02:46:04.316Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2602 | 2024-05-08T02:46:04.342Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name viona_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/viona-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=a5ec87d41a749f06 -C extra-filename=-a5ec87d41a749f06 --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-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2603 | 2024-05-08T02:46:04.443Z | Compiling ascii v1.1.0 |
2604 | 2024-05-08T02:46:04.471Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ascii /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-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=9ca9116b0c2a0a18 -C extra-filename=-9ca9116b0c2a0a18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2605 | 2024-05-08T02:46:04.694Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2606 | 2024-05-08T02:46:04.720Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name viona_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/viona-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=7ae8ff062328ad3e -C extra-filename=-7ae8ff062328ad3e --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-0389f312b031ed53.rmeta --extern viona_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libviona_api_sys-a5ec87d41a749f06.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2607 | 2024-05-08T02:46:04.917Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2608 | 2024-05-08T02:46:04.955Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/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=73fe37f52b56dfd7 -C extra-filename=-73fe37f52b56dfd7 --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-0389f312b031ed53.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-3377f0392de45f68.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-1517502fa9a7aafd.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-d409796f5b054a4b.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-95cbdf49882f6f43.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2609 | 2024-05-08T02:46:04.985Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2610 | 2024-05-08T02:46:04.985Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rfb --edition=2021 /home/build/.cargo/git/checkouts/rfb-288dbd459c42dc7a/0cac8d9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dca956a07bbac3dc -C extra-filename=-dca956a07bbac3dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii=/work/oxidecomputer/omicron/target/debug/deps/libascii-9ca9116b0c2a0a18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-12e7cc5b9a407160.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-238c882edc2b7ed4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2611 | 2024-05-08T02:46:05.011Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2612 | 2024-05-08T02:46:05.011Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/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=be402f478fba6eb2 -C extra-filename=-be402f478fba6eb2 --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-73413a6cbcdc4309.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2613 | 2024-05-08T02:46:05.392Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2614 | 2024-05-08T02:46:05.418Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name dladm --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/dladm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4ce60dabe912d04e -C extra-filename=-4ce60dabe912d04e --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-0389f312b031ed53.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2615 | 2024-05-08T02:46:05.490Z | Compiling bitstruct v0.1.1 |
2616 | 2024-05-08T02:46:05.517Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name bitstruct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitstruct-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=6e739ab798157078 -C extra-filename=-6e739ab798157078 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitstruct_derive=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct_derive-b6d7f3a90e35833f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2617 | 2024-05-08T02:46:05.615Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2618 | 2024-05-08T02:46:05.641Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/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=f1672a48f6fd1157 -C extra-filename=-f1672a48f6fd1157 --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-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2619 | 2024-05-08T02:46:05.887Z | Compiling serde_arrays v0.1.0 |
2620 | 2024-05-08T02:46:05.915Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name serde_arrays --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_arrays-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=4dde8a704487e389 -C extra-filename=-4dde8a704487e389 --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-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2621 | 2024-05-08T02:46:05.942Z | Compiling erased-serde v0.3.31 |
2622 | 2024-05-08T02:46:05.942Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/erased-serde-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ea1b51078a392e5b -C extra-filename=-ea1b51078a392e5b --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-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2623 | 2024-05-08T02:46:05.991Z | Compiling heck v0.3.3 |
2624 | 2024-05-08T02:46:06.018Z | Running `/home/build/.rustup/toolchains/1.77.2-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=560e23cf1c72cd55 -C extra-filename=-560e23cf1c72cd55 --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-5f17d2c6c032dfe2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2625 | 2024-05-08T02:46:06.046Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
2626 | 2024-05-08T02:46:06.072Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/d44d9e0/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=ed84d6b4f5a2057b -C extra-filename=-ed84d6b4f5a2057b --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-ed84d6b4f5a2057b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2627 | 2024-05-08T02:46:06.256Z | Compiling tungstenite v0.21.0 |
2628 | 2024-05-08T02:46:06.283Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=097d9c49ca6aee0c -C extra-filename=-097d9c49ca6aee0c --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-a7919d510375f8f6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-d82296281cfa9a6b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b332bc33c46c8d9.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-ea15729c177c2ea6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-aa294c995c732f80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ea704619c5387062.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-4e5a766cdc9dabb1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2629 | 2024-05-08T02:46:06.350Z | Compiling zone_cfg_derive v0.1.2 |
2630 | 2024-05-08T02:46:06.377Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=18650c056a99aa96 -C extra-filename=-18650c056a99aa96 --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-560e23cf1c72cd55.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-ea5dc9b8a9a2ecdd.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2631 | 2024-05-08T02:46:06.377Z | Running `/work/oxidecomputer/omicron/target/debug/build/libnet-ed84d6b4f5a2057b/build-script-build` |
2632 | 2024-05-08T02:46:06.410Z | Compiling base64 v0.13.1 |
2633 | 2024-05-08T02:46:06.437Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d9fbe8b3e3ae334f -C extra-filename=-d9fbe8b3e3ae334f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2634 | 2024-05-08T02:46:06.924Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2635 | 2024-05-08T02:46:06.951Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name propolis --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/lib/propolis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=41804495f06ecbc3 -C extra-filename=-41804495f06ecbc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-be402f478fba6eb2.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0d3753a4f8ddf1b6.rmeta --extern bitstruct=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct-6e739ab798157078.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern dladm=/work/oxidecomputer/omicron/target/debug/deps/libdladm-4ce60dabe912d04e.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-ea1b51078a392e5b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-f1672a48f6fd1157.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-dca956a07bbac3dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_arrays=/work/oxidecomputer/omicron/target/debug/deps/libserde_arrays-4dde8a704487e389.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --extern viona_api=/work/oxidecomputer/omicron/target/debug/deps/libviona_api-7ae8ff062328ad3e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2636 | 2024-05-08T02:46:07.101Z | Compiling ron v0.7.1 |
2637 | 2024-05-08T02:46:07.127Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=23c94aebbb2fea99 -C extra-filename=-23c94aebbb2fea99 --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-d9fbe8b3e3ae334f.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-12e7cc5b9a407160.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2638 | 2024-05-08T02:46:07.234Z | Compiling mockall v0.12.1 |
2639 | 2024-05-08T02:46:07.260Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-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=be39a25c71d776a5 -C extra-filename=-be39a25c71d776a5 --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-427020ca80f73ebb.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-8782fd6fb4424a65.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-6ec0658265af8c44.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-53bfb4c8e2d70337.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-fa816c605cb52d61.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-2906a7417e84ff8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2640 | 2024-05-08T02:46:07.530Z | Compiling tokio-tungstenite v0.21.0 |
2641 | 2024-05-08T02:46:07.557Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=4141e4ac98c914e9 -C extra-filename=-4141e4ac98c914e9 --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-2df6ab9162cca8c1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-097d9c49ca6aee0c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2642 | 2024-05-08T02:46:07.792Z | Compiling zone v0.1.8 |
2643 | 2024-05-08T02:46:07.818Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ce50bbfe7836ea7d -C extra-filename=-ce50bbfe7836ea7d --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-299aa95bd49089c3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-18650c056a99aa96.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2644 | 2024-05-08T02:46:07.988Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/d44d9e0/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=1588be1503448012 -C extra-filename=-1588be1503448012 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-0fb460c45e6776a7.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-a803a33bf42eda17.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b1dd8a0a35cf4a99.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-efe0a7b8862a42a2.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-04837bae42e1d029.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-aa497eb66f9b71ad.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-d985cc228b441316.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e8fcda33fd5afe68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat` |
2645 | 2024-05-08T02:46:08.038Z | Compiling headers-core v0.2.0 |
2646 | 2024-05-08T02:46:08.064Z | Running `/home/build/.rustup/toolchains/1.77.2-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=4e9706d8ff9ec150 -C extra-filename=-4e9706d8ff9ec150 --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-73ae2bcccee3c8b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2647 | 2024-05-08T02:46:08.193Z | Compiling portpicker v0.1.1 |
2648 | 2024-05-08T02:46:08.219Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name portpicker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portpicker-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=90b7f5e85275ab37 -C extra-filename=-90b7f5e85275ab37 --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-0c34402c0bb98ee0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2649 | 2024-05-08T02:46:08.245Z | Compiling headers v0.3.9 |
2650 | 2024-05-08T02:46:08.246Z | Running `/home/build/.rustup/toolchains/1.77.2-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=66c6ec52e2fdb676 -C extra-filename=-66c6ec52e2fdb676 --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-6db86b2c48c11a61.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-4e9706d8ff9ec150.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-2a8df2b5f7aca784.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-c2f715f865321db7.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-aa294c995c732f80.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2651 | 2024-05-08T02:46:08.475Z | Compiling rcgen v0.12.1 |
2652 | 2024-05-08T02:46:08.501Z | Running `/home/build/.rustup/toolchains/1.77.2-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=62299e29f062bc8c -C extra-filename=-62299e29f062bc8c --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-7acb2d670e1e637f.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-27a7898fe94cad80.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-827ae7b10e71473c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out` |
2653 | 2024-05-08T02:46:09.100Z | Compiling atomicwrites v0.4.3 |
2654 | 2024-05-08T02:46:09.126Z | Running `/home/build/.rustup/toolchains/1.77.2-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=89e3b3832d6e8818 -C extra-filename=-89e3b3832d6e8818 --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-6b5231a46a413dac.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2655 | 2024-05-08T02:46:09.127Z | Compiling subprocess v0.2.9 |
2656 | 2024-05-08T02:46:09.153Z | Running `/home/build/.rustup/toolchains/1.77.2-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=1dacfbc66201ffd0 -C extra-filename=-1dacfbc66201ffd0 --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-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2657 | 2024-05-08T02:46:09.438Z | Compiling linked-hash-map v0.5.6 |
2658 | 2024-05-08T02:46:09.465Z | Running `/home/build/.rustup/toolchains/1.77.2-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=2b7de25dbff0bafd -C extra-filename=-2b7de25dbff0bafd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2659 | 2024-05-08T02:46:09.602Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2660 | 2024-05-08T02:46:09.651Z | Running `/home/build/.rustup/toolchains/1.77.2-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=0c2fa7ae890fd80a -C extra-filename=-0c2fa7ae890fd80a --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-0c2fa7ae890fd80a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-5a51fa1df4cd8460.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-e6492b28b6244c5c.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-68acca32a1755a7f.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-c945bd74a1eeadc5.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-ea9d6d2f8689e9f6.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-12e7cc5b9a407160.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0d3753a4f8ddf1b6.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a49c56be5e82e285.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-27f31263959e390c.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-92c8ea32cc92e7b7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-a107ccf628f901ac.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-481ecd2bf3b3e831.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6bf68d27d0b9a310.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-df019ea603cc5c12.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-af3c149698540047.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7240974c6860a96c.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-3671815212ae050e.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-2be1af541275103d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3bd0cbc27364293.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-f487f7d68fed3764.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-1452c5d5a1357d9b.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-f449f13725e1c744.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-2e538df0b21ca457.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e5c5dc3a4642b306.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2f043457ba4fdc68.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-32a2524a08049364.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-3b68754ba6b0f75d.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2df6ab9162cca8c1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-956726fc5d1e2865.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-cd233cf452b8a58f.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-3b9eb7b640dd51a1.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ecc62c491397209c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-04ec7c9ae5d0f445.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-ba59a8eb04dd5351.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-299aa95bd49089c3.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-69bd9af7242ee450.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f553609ea3dfe209.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c3bb25176b51b31a.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-de96fd06cf0e5bf5.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-73b4e654758a1d60.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ab2dbcf051650428.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-99a9930b7e492cc8.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-46d9429fe9292284.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8b3c61b161778a1.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-0c057ee5cccb6731.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-8f6ebf3a73b53cd2.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-fa816c605cb52d61.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c97181c078b51aa5.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-757d6c3bab2f837f.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-13b943facd0e7476.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6b5231a46a413dac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-dc8847ed4790eabd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d5a571760a738685.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-70db6f23e48af470.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-27a7898fe94cad80.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-a85a80b48f67247a.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c3582371b6b240e8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a124a626e9840c8e.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-7eaede6161181072.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-1ff50ce3c80b0571.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b315100e2226b713.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e8fcda33fd5afe68.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f94bd5ea9a5ce70e.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-3c45bd070bddd25d.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-fd7e19e5a07f3a04.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-23fac731ff5b8b72.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-52516ec6b88ed6a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-827ae7b10e71473c.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ad39d6646bb5dbb5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-197eaa295c9c35b8.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
2661 | 2024-05-08T02:46:09.757Z | Compiling lru-cache v0.1.2 |
2662 | 2024-05-08T02:46:09.783Z | Running `/home/build/.rustup/toolchains/1.77.2-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=b3b773931263453a -C extra-filename=-b3b773931263453a --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-2b7de25dbff0bafd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2663 | 2024-05-08T02:46:09.912Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-0c2fa7ae890fd80a/build-script-build` |
2664 | 2024-05-08T02:46:09.938Z | Compiling password-hash v0.5.0 |
2665 | 2024-05-08T02:46:09.965Z | Running `/home/build/.rustup/toolchains/1.77.2-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=25bdbf290a33957b -C extra-filename=-25bdbf290a33957b --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-89d333838280fc83.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2666 | 2024-05-08T02:46:09.965Z | Compiling blake2 v0.10.6 |
2667 | 2024-05-08T02:46:09.965Z | Running `/home/build/.rustup/toolchains/1.77.2-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=a9df7e29a9eb0291 -C extra-filename=-a9df7e29a9eb0291 --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-f487f7d68fed3764.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2668 | 2024-05-08T02:46:09.997Z | Running `/home/build/.rustup/toolchains/1.77.2-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=f30a7be5996f8118 -C extra-filename=-f30a7be5996f8118 --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-5a51fa1df4cd8460.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-e6492b28b6244c5c.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-68acca32a1755a7f.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-c945bd74a1eeadc5.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-ea9d6d2f8689e9f6.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-12e7cc5b9a407160.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0d3753a4f8ddf1b6.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a49c56be5e82e285.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-27f31263959e390c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-92c8ea32cc92e7b7.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-a107ccf628f901ac.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-481ecd2bf3b3e831.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6bf68d27d0b9a310.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-df019ea603cc5c12.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-af3c149698540047.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7240974c6860a96c.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-3671815212ae050e.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-2be1af541275103d.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3bd0cbc27364293.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-f487f7d68fed3764.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-1452c5d5a1357d9b.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-f449f13725e1c744.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-2e538df0b21ca457.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e5c5dc3a4642b306.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2f043457ba4fdc68.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-32a2524a08049364.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-3b68754ba6b0f75d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2df6ab9162cca8c1.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-956726fc5d1e2865.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-cd233cf452b8a58f.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-3b9eb7b640dd51a1.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ecc62c491397209c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-04ec7c9ae5d0f445.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-ba59a8eb04dd5351.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-299aa95bd49089c3.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-69bd9af7242ee450.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f553609ea3dfe209.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c3bb25176b51b31a.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-de96fd06cf0e5bf5.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-73b4e654758a1d60.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ab2dbcf051650428.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-99a9930b7e492cc8.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-46d9429fe9292284.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8b3c61b161778a1.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-0c057ee5cccb6731.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-8f6ebf3a73b53cd2.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-fa816c605cb52d61.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c97181c078b51aa5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-757d6c3bab2f837f.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-13b943facd0e7476.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6b5231a46a413dac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-dc8847ed4790eabd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d5a571760a738685.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-70db6f23e48af470.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-27a7898fe94cad80.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c3582371b6b240e8.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a124a626e9840c8e.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-7eaede6161181072.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-1ff50ce3c80b0571.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b315100e2226b713.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e8fcda33fd5afe68.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f94bd5ea9a5ce70e.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-3c45bd070bddd25d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-fd7e19e5a07f3a04.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-23fac731ff5b8b72.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-52516ec6b88ed6a2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-827ae7b10e71473c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ad39d6646bb5dbb5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-197eaa295c9c35b8.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
2669 | 2024-05-08T02:46:10.103Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2670 | 2024-05-08T02:46:10.130Z | Running `/home/build/.rustup/toolchains/1.77.2-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=c7d34a6fbfa945ec -C extra-filename=-c7d34a6fbfa945ec --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-f30a7be5996f8118.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
2671 | 2024-05-08T02:46:10.631Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2672 | 2024-05-08T02:46:10.658Z | Running `/home/build/.rustup/toolchains/1.77.2-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=78302002c355e4c9 -C extra-filename=-78302002c355e4c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-9392bef3d0f2215b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
2673 | 2024-05-08T02:46:10.900Z | Compiling argon2 v0.5.3 |
2674 | 2024-05-08T02:46:10.927Z | Running `/home/build/.rustup/toolchains/1.77.2-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=5ce3ce6a0c06be68 -C extra-filename=-5ce3ce6a0c06be68 --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-89d333838280fc83.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-a9df7e29a9eb0291.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1ffb3fa88be7e604.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-25bdbf290a33957b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2675 | 2024-05-08T02:46:10.954Z | Compiling swrite v0.1.0 |
2676 | 2024-05-08T02:46:10.984Z | Running `/home/build/.rustup/toolchains/1.77.2-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=8b87d121d3935d14 -C extra-filename=-8b87d121d3935d14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2677 | 2024-05-08T02:46:10.984Z | Compiling itertools v0.12.1 |
2678 | 2024-05-08T02:46:11.010Z | Running `/home/build/.rustup/toolchains/1.77.2-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=2bca21e8a8c94f0b -C extra-filename=-2bca21e8a8c94f0b --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-3e218f4211a406b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2679 | 2024-05-08T02:46:11.083Z | Compiling derive-where v1.2.7 |
2680 | 2024-05-08T02:46:11.109Z | Running `/home/build/.rustup/toolchains/1.77.2-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=7a4bde3918ca026a -C extra-filename=-7a4bde3918ca026a --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2681 | 2024-05-08T02:46:11.136Z | Compiling resolv-conf v0.7.0 |
2682 | 2024-05-08T02:46:11.162Z | Running `/home/build/.rustup/toolchains/1.77.2-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=fe38e97ba8f1a8ca -C extra-filename=-fe38e97ba8f1a8ca --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-60ce985f66994f23.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-0321ffecf135b3e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2683 | 2024-05-08T02:46:11.216Z | Compiling cancel-safe-futures v0.1.5 |
2684 | 2024-05-08T02:46:11.242Z | Running `/home/build/.rustup/toolchains/1.77.2-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=f933bd7102e9ec34 -C extra-filename=-f933bd7102e9ec34 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-f933bd7102e9ec34 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2685 | 2024-05-08T02:46:11.576Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2686 | 2024-05-08T02:46:11.603Z | Running `/home/build/.rustup/toolchains/1.77.2-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=a606e3d49d46b3c4 -C extra-filename=-a606e3d49d46b3c4 --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-5ce3ce6a0c06be68.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
2687 | 2024-05-08T02:46:11.603Z | Compiling trust-dns-resolver v0.22.0 |
2688 | 2024-05-08T02:46:11.603Z | Running `/home/build/.rustup/toolchains/1.77.2-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=146805003d6adb80 -C extra-filename=-146805003d6adb80 --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-427020ca80f73ebb.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2df6ab9162cca8c1.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-b3b773931263453a.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-129c770cfa0fa0c9.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-fe38e97ba8f1a8ca.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9167c091d196f46c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e8fcda33fd5afe68.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f94bd5ea9a5ce70e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2689 | 2024-05-08T02:46:11.823Z | Compiling semver v0.1.20 |
2690 | 2024-05-08T02:46:11.849Z | Running `/home/build/.rustup/toolchains/1.77.2-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=548b82a777d687eb -C extra-filename=-548b82a777d687eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2691 | 2024-05-08T02:46:11.949Z | Compiling bytecount v0.6.3 |
2692 | 2024-05-08T02:46:11.975Z | Running `/home/build/.rustup/toolchains/1.77.2-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=f0bbf6fcf0ed2258 -C extra-filename=-f0bbf6fcf0ed2258 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2693 | 2024-05-08T02:46:12.141Z | Compiling rustc_version v0.1.7 |
2694 | 2024-05-08T02:46:12.166Z | Running `/home/build/.rustup/toolchains/1.77.2-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=af02312a2327ec97 -C extra-filename=-af02312a2327ec97 --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-548b82a777d687eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2695 | 2024-05-08T02:46:12.414Z | Compiling papergrid v0.11.0 |
2696 | 2024-05-08T02:46:12.440Z | Running `/home/build/.rustup/toolchains/1.77.2-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=d6e403d781e166f2 -C extra-filename=-d6e403d781e166f2 --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-f0bbf6fcf0ed2258.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-94cd0cc82801ac87.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2697 | 2024-05-08T02:46:12.574Z | Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-f933bd7102e9ec34/build-script-build` |
2698 | 2024-05-08T02:46:12.608Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2699 | 2024-05-08T02:46:12.637Z | Running `/home/build/.rustup/toolchains/1.77.2-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=992c295357fad23f -C extra-filename=-992c295357fad23f --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-f30a7be5996f8118.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
2700 | 2024-05-08T02:46:12.892Z | Compiling tabled_derive v0.7.0 |
2701 | 2024-05-08T02:46:12.919Z | Running `/home/build/.rustup/toolchains/1.77.2-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=590d4a4c298a3d15 -C extra-filename=-590d4a4c298a3d15 --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-1a1678ba78df6067.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-ea5dc9b8a9a2ecdd.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2702 | 2024-05-08T02:46:13.262Z | Compiling half v2.3.1 |
2703 | 2024-05-08T02:46:13.288Z | Running `/home/build/.rustup/toolchains/1.77.2-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=d62cf438f667379d -C extra-filename=-d62cf438f667379d --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-427020ca80f73ebb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2704 | 2024-05-08T02:46:13.538Z | Compiling ciborium-io v0.2.2 |
2705 | 2024-05-08T02:46:13.564Z | Running `/home/build/.rustup/toolchains/1.77.2-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=8b9e89be911d6dfa -C extra-filename=-8b9e89be911d6dfa --out-dir /work/oxidecomputer/omicron/target/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-05-08T02:46:13.663Z | Compiling ciborium-ll v0.2.2 |
2707 | 2024-05-08T02:46:13.690Z | Running `/home/build/.rustup/toolchains/1.77.2-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=f26683652ce0b5b5 -C extra-filename=-f26683652ce0b5b5 --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-8b9e89be911d6dfa.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-d62cf438f667379d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2708 | 2024-05-08T02:46:13.734Z | Running `/home/build/.rustup/toolchains/1.77.2-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=b382a41ce75646ee -C extra-filename=-b382a41ce75646ee --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-4b00f13a31442673.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-32a2524a08049364.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2df6ab9162cca8c1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2709 | 2024-05-08T02:46:14.042Z | Compiling newtype_derive v0.1.6 |
2710 | 2024-05-08T02:46:14.068Z | Running `/home/build/.rustup/toolchains/1.77.2-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=e93fe492e7d37981 -C extra-filename=-e93fe492e7d37981 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-e93fe492e7d37981 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-af02312a2327ec97.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2711 | 2024-05-08T02:46:14.293Z | Compiling ciborium v0.2.2 |
2712 | 2024-05-08T02:46:14.320Z | Running `/home/build/.rustup/toolchains/1.77.2-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=96402d30bd2ed2c0 -C extra-filename=-96402d30bd2ed2c0 --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-8b9e89be911d6dfa.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-f26683652ce0b5b5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2713 | 2024-05-08T02:46:14.320Z | Compiling slog-dtrace v0.3.0 |
2714 | 2024-05-08T02:46:14.321Z | Running `/home/build/.rustup/toolchains/1.77.2-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=81c2188eddd3f8d6 -C extra-filename=-81c2188eddd3f8d6 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-81c2188eddd3f8d6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2715 | 2024-05-08T02:46:14.384Z | Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-e93fe492e7d37981/build-script-build` |
2716 | 2024-05-08T02:46:14.456Z | Compiling rayon-core v1.12.1 |
2717 | 2024-05-08T02:46:14.483Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=20810b777583fd84 -C extra-filename=-20810b777583fd84 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-20810b777583fd84 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2718 | 2024-05-08T02:46:14.648Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-81c2188eddd3f8d6/build-script-build` |
2719 | 2024-05-08T02:46:14.712Z | Running `/home/build/.rustup/toolchains/1.77.2-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=f02d9217fa7ebd06 -C extra-filename=-f02d9217fa7ebd06 --out-dir /work/oxidecomputer/omicron/target/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` |
2720 | 2024-05-08T02:46:14.769Z | Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-20810b777583fd84/build-script-build` |
2721 | 2024-05-08T02:46:14.801Z | Compiling crossbeam-deque v0.8.3 |
2722 | 2024-05-08T02:46:14.830Z | Running `/home/build/.rustup/toolchains/1.77.2-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=0f2fbb56a7519191 -C extra-filename=-0f2fbb56a7519191 --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-427020ca80f73ebb.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-df019ea603cc5c12.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-af3c149698540047.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2723 | 2024-05-08T02:46:14.856Z | Compiling signature v2.1.0 |
2724 | 2024-05-08T02:46:14.856Z | Running `/home/build/.rustup/toolchains/1.77.2-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=93285e45b47dcfa1 -C extra-filename=-93285e45b47dcfa1 --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-f487f7d68fed3764.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2725 | 2024-05-08T02:46:15.042Z | Compiling glob v0.3.1 |
2726 | 2024-05-08T02:46:15.068Z | Running `/home/build/.rustup/toolchains/1.77.2-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=bbd3f75ed0c26e0c -C extra-filename=-bbd3f75ed0c26e0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2727 | 2024-05-08T02:46:15.106Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=40ebb278d70ff3c8 -C extra-filename=-40ebb278d70ff3c8 --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-0f2fbb56a7519191.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-af3c149698540047.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2728 | 2024-05-08T02:46:15.343Z | Compiling tabled v0.15.0 |
2729 | 2024-05-08T02:46:15.369Z | Running `/home/build/.rustup/toolchains/1.77.2-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=a3a3937d15734e56 -C extra-filename=-a3a3937d15734e56 --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-d6e403d781e166f2.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-590d4a4c298a3d15.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2730 | 2024-05-08T02:46:15.580Z | Compiling steno v0.4.0 |
2731 | 2024-05-08T02:46:15.606Z | Running `/home/build/.rustup/toolchains/1.77.2-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=2ffdecfe73e50e0c -C extra-filename=-2ffdecfe73e50e0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-f02d9217fa7ebd06.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8b3c61b161778a1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2732 | 2024-05-08T02:46:15.916Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2733 | 2024-05-08T02:46:15.942Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/cpuid-profile-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bc3900912a4b0c05 -C extra-filename=-bc3900912a4b0c05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern propolis=/work/oxidecomputer/omicron/target/debug/deps/libpropolis-41804495f06ecbc3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b8805f4509fb28a5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a124a626e9840c8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2734 | 2024-05-08T02:46:16.074Z | Running `/home/build/.rustup/toolchains/1.77.2-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=cc7b499df6b969e6 -C extra-filename=-cc7b499df6b969e6 --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-996559b273324b36.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2735 | 2024-05-08T02:46:16.289Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2736 | 2024-05-08T02:46:16.315Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/propolis-server-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=095cc7cb085e4689 -C extra-filename=-095cc7cb085e4689 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpuid_profile_config=/work/oxidecomputer/omicron/target/debug/deps/libcpuid_profile_config-bc3900912a4b0c05.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b8805f4509fb28a5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a124a626e9840c8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2737 | 2024-05-08T02:46:16.568Z | Compiling libsw v3.3.1 |
2738 | 2024-05-08T02:46:16.595Z | Running `/home/build/.rustup/toolchains/1.77.2-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=a0265174491e9bb7 -C extra-filename=-a0265174491e9bb7 --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-2b84d8fa11ae7c27.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2739 | 2024-05-08T02:46:16.682Z | Compiling num-rational v0.4.1 |
2740 | 2024-05-08T02:46:16.708Z | Running `/home/build/.rustup/toolchains/1.77.2-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=b780da50de76c73a -C extra-filename=-b780da50de76c73a --out-dir /work/oxidecomputer/omicron/target/debug/build/num-rational-b780da50de76c73a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-3867c0de5f5bc283.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2741 | 2024-05-08T02:46:16.851Z | Compiling owo-colors v4.0.0 |
2742 | 2024-05-08T02:46:16.883Z | Running `/home/build/.rustup/toolchains/1.77.2-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=681c39f3ceba5f5e -C extra-filename=-681c39f3ceba5f5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2743 | 2024-05-08T02:46:16.909Z | Compiling linear-map v1.2.0 |
2744 | 2024-05-08T02:46:16.909Z | Running `/home/build/.rustup/toolchains/1.77.2-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=4d3a191fb70b45bd -C extra-filename=-4d3a191fb70b45bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2745 | 2024-05-08T02:46:16.935Z | Compiling rayon v1.10.0 |
2746 | 2024-05-08T02:46:16.935Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6db376e2c842d9b1 -C extra-filename=-6db376e2c842d9b1 --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-3e218f4211a406b1.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-40ebb278d70ff3c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2747 | 2024-05-08T02:46:17.012Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-rational-b780da50de76c73a/build-script-build` |
2748 | 2024-05-08T02:46:17.218Z | Compiling nibble_vec v0.1.0 |
2749 | 2024-05-08T02:46:17.246Z | Running `/home/build/.rustup/toolchains/1.77.2-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=012dc479ba7d2d75 -C extra-filename=-012dc479ba7d2d75 --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-9167c091d196f46c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2750 | 2024-05-08T02:46:17.281Z | Compiling endian-type v0.1.2 |
2751 | 2024-05-08T02:46:17.281Z | Running `/home/build/.rustup/toolchains/1.77.2-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=62dd2029af753951 -C extra-filename=-62dd2029af753951 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2752 | 2024-05-08T02:46:17.408Z | Running `/home/build/.rustup/toolchains/1.77.2-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=e1ece5d932e78573 -C extra-filename=-e1ece5d932e78573 --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-6b66c5820b11dbeb.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_int_exp_fmt` |
2753 | 2024-05-08T02:46:17.471Z | Compiling radix_trie v0.2.1 |
2754 | 2024-05-08T02:46:17.498Z | Running `/home/build/.rustup/toolchains/1.77.2-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=018bab65e90d5b53 -C extra-filename=-018bab65e90d5b53 --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-62dd2029af753951.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-012dc479ba7d2d75.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2755 | 2024-05-08T02:46:18.054Z | Compiling num-complex v0.4.5 |
2756 | 2024-05-08T02:46:18.080Z | Running `/home/build/.rustup/toolchains/1.77.2-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.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="libm"' -C metadata=efabaa29b54ad003 -C extra-filename=-efabaa29b54ad003 --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-9b6bd62349cd45ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2757 | 2024-05-08T02:46:18.662Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2758 | 2024-05-08T02:46:18.689Z | Running `/home/build/.rustup/toolchains/1.77.2-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=8f8f49c407f16530 -C extra-filename=-8f8f49c407f16530 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7a4bde3918ca026a.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-a0265174491e9bb7.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-4d3a191fb70b45bd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-681c39f3ceba5f5e.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8b3c61b161778a1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-8b87d121d3935d14.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
2759 | 2024-05-08T02:46:18.852Z | Compiling fxhash v0.2.1 |
2760 | 2024-05-08T02:46:18.852Z | Running `/home/build/.rustup/toolchains/1.77.2-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=b084f503a5438d4a -C extra-filename=-b084f503a5438d4a --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-a7919d510375f8f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2761 | 2024-05-08T02:46:18.915Z | Compiling num v0.4.2 |
2762 | 2024-05-08T02:46:18.941Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-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="libm"' -C metadata=f8cdb6e55a736507 -C extra-filename=-f8cdb6e55a736507 --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-efabaa29b54ad003.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ab2dbcf051650428.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-e1ece5d932e78573.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2763 | 2024-05-08T02:46:19.043Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2764 | 2024-05-08T02:46:19.043Z | Running `/home/build/.rustup/toolchains/1.77.2-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=6ec550e1d982d058 -C extra-filename=-6ec550e1d982d058 --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-f30a7be5996f8118.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
2765 | 2024-05-08T02:46:19.069Z | Compiling display-error-chain v0.2.0 |
2766 | 2024-05-08T02:46:19.070Z | Running `/home/build/.rustup/toolchains/1.77.2-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=89ea751df9b71af1 -C extra-filename=-89ea751df9b71af1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2767 | 2024-05-08T02:46:19.279Z | Compiling radium v0.7.0 |
2768 | 2024-05-08T02:46:19.305Z | Running `/home/build/.rustup/toolchains/1.77.2-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=b6e6081b03a0fb4e -C extra-filename=-b6e6081b03a0fb4e --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-b6e6081b03a0fb4e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2769 | 2024-05-08T02:46:19.740Z | Compiling home v0.5.5 |
2770 | 2024-05-08T02:46:19.766Z | Running `/home/build/.rustup/toolchains/1.77.2-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=1e224963060d30af -C extra-filename=-1e224963060d30af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2771 | 2024-05-08T02:46:19.974Z | Running `/work/oxidecomputer/omicron/target/debug/build/radium-b6e6081b03a0fb4e/build-script-build` |
2772 | 2024-05-08T02:46:20.007Z | Compiling convert_case v0.4.0 |
2773 | 2024-05-08T02:46:20.047Z | Running `/home/build/.rustup/toolchains/1.77.2-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=4127f6e5fe9854b4 -C extra-filename=-4127f6e5fe9854b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2774 | 2024-05-08T02:46:20.193Z | Compiling tap v1.0.1 |
2775 | 2024-05-08T02:46:20.294Z | Running `/home/build/.rustup/toolchains/1.77.2-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=cbc103bb5c4885ca -C extra-filename=-cbc103bb5c4885ca --out-dir /work/oxidecomputer/omicron/target/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-05-08T02:46:20.347Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2777 | 2024-05-08T02:46:20.347Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/90d3282/progenitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=62389318f53b2950 -C extra-filename=-62389318f53b2950 --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-f5a2140edf15631f.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-8fc9adef2bdf1de3.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-da2b9b217e622773.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64` |
2778 | 2024-05-08T02:46:20.410Z | Compiling maybe-uninit v2.0.0 |
2779 | 2024-05-08T02:46:20.437Z | Running `/home/build/.rustup/toolchains/1.77.2-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=55fc3ac1cd2163e6 -C extra-filename=-55fc3ac1cd2163e6 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-55fc3ac1cd2163e6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2780 | 2024-05-08T02:46:20.538Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2781 | 2024-05-08T02:46:20.567Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/8207cb9/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=bdc322f1dddf194f -C extra-filename=-bdc322f1dddf194f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b34c0d67524cd63e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64` |
2782 | 2024-05-08T02:46:20.901Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2783 | 2024-05-08T02:46:20.928Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/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=9fea85dbbfe9f404 -C extra-filename=-9fea85dbbfe9f404 --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-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-6db86b2c48c11a61.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d833a19ba1055295.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64` |
2784 | 2024-05-08T02:46:20.954Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2785 | 2024-05-08T02:46:20.954Z | Running `/home/build/.rustup/toolchains/1.77.2-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=b9f5b1a26730eeaf -C extra-filename=-b9f5b1a26730eeaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
2786 | 2024-05-08T02:46:21.026Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2787 | 2024-05-08T02:46:21.055Z | Running `/home/build/.rustup/toolchains/1.77.2-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=cdffcffdce72e213 -C extra-filename=-cdffcffdce72e213 --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-f8d19ed75ea6042c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
2788 | 2024-05-08T02:46:21.484Z | Compiling derive_more v0.99.17 |
2789 | 2024-05-08T02:46:21.511Z | Running `/home/build/.rustup/toolchains/1.77.2-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=10b85a698196ef17 -C extra-filename=-10b85a698196ef17 --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-4127f6e5fe9854b4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2790 | 2024-05-08T02:46:21.994Z | Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-55fc3ac1cd2163e6/build-script-build` |
2791 | 2024-05-08T02:46:22.068Z | Compiling wyz v0.5.1 |
2792 | 2024-05-08T02:46:22.094Z | Running `/home/build/.rustup/toolchains/1.77.2-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=b96fc9fd2771ee84 -C extra-filename=-b96fc9fd2771ee84 --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-cbc103bb5c4885ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2793 | 2024-05-08T02:46:22.121Z | Running `/home/build/.rustup/toolchains/1.77.2-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=c999b9479a921f31 -C extra-filename=-c999b9479a921f31 --out-dir /work/oxidecomputer/omicron/target/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` |
2794 | 2024-05-08T02:46:22.428Z | Compiling crc-catalog v2.2.0 |
2795 | 2024-05-08T02:46:22.454Z | Running `/home/build/.rustup/toolchains/1.77.2-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=f398c12182cadc17 -C extra-filename=-f398c12182cadc17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2796 | 2024-05-08T02:46:22.480Z | Compiling funty v2.0.0 |
2797 | 2024-05-08T02:46:22.480Z | Running `/home/build/.rustup/toolchains/1.77.2-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=1e6baaf33d5ed0e5 -C extra-filename=-1e6baaf33d5ed0e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2798 | 2024-05-08T02:46:22.560Z | Compiling num-bigint-dig v0.8.4 |
2799 | 2024-05-08T02:46:22.587Z | Running `/home/build/.rustup/toolchains/1.77.2-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=c495834188d93dea -C extra-filename=-c495834188d93dea --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-c495834188d93dea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2800 | 2024-05-08T02:46:22.613Z | Compiling packed_struct v0.10.1 |
2801 | 2024-05-08T02:46:22.613Z | Running `/home/build/.rustup/toolchains/1.77.2-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=15b7612c620c40e1 -C extra-filename=-15b7612c620c40e1 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-15b7612c620c40e1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2802 | 2024-05-08T02:46:22.901Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-c495834188d93dea/build-script-build` |
2803 | 2024-05-08T02:46:22.932Z | Compiling crc v3.0.1 |
2804 | 2024-05-08T02:46:22.958Z | Running `/home/build/.rustup/toolchains/1.77.2-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=d22098972a623bc1 -C extra-filename=-d22098972a623bc1 --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-f398c12182cadc17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2805 | 2024-05-08T02:46:23.039Z | Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-15b7612c620c40e1/build-script-build` |
2806 | 2024-05-08T02:46:23.074Z | Running `/home/build/.rustup/toolchains/1.77.2-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=6fdadf56632ee33c -C extra-filename=-6fdadf56632ee33c --out-dir /work/oxidecomputer/omicron/target/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` |
2807 | 2024-05-08T02:46:23.176Z | Compiling packed_struct_codegen v0.10.1 |
2808 | 2024-05-08T02:46:23.203Z | Running `/home/build/.rustup/toolchains/1.77.2-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=908632d0c71a3b62 -C extra-filename=-908632d0c71a3b62 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2809 | 2024-05-08T02:46:23.230Z | Compiling indexmap v1.9.3 |
2810 | 2024-05-08T02:46:23.230Z | Running `/home/build/.rustup/toolchains/1.77.2-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=6ea56b8d111cde37 -C extra-filename=-6ea56b8d111cde37 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-6ea56b8d111cde37 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-3867c0de5f5bc283.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2811 | 2024-05-08T02:46:23.530Z | Compiling bitvec v1.0.1 |
2812 | 2024-05-08T02:46:23.556Z | Running `/home/build/.rustup/toolchains/1.77.2-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=e94a932ea4772e99 -C extra-filename=-e94a932ea4772e99 --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-1e6baaf33d5ed0e5.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-c999b9479a921f31.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-cbc103bb5c4885ca.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-b96fc9fd2771ee84.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2813 | 2024-05-08T02:46:24.003Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2814 | 2024-05-08T02:46:24.029Z | Running `/home/build/.rustup/toolchains/1.77.2-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=d977ddac4c7c64a4 -C extra-filename=-d977ddac4c7c64a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-c7d34a6fbfa945ec.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-0f5fd433625921fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bdc322f1dddf194f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-b744afbd49cb10fd.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f5a2140edf15631f.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc0e45d9615360d6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5de474b205735f5a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-76d39b5c13167184.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
2815 | 2024-05-08T02:46:25.825Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2816 | 2024-05-08T02:46:25.851Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name libfalcon --edition=2018 /home/build/.cargo/git/checkouts/falcon-c754111a71d466df/e69694a/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=0932d789a0f7c96f -C extra-filename=-0932d789a0f7c96f --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-d3c176ef90f87889.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-0fb460c45e6776a7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-1588be1503448012.rmeta --extern portpicker=/work/oxidecomputer/omicron/target/debug/deps/libportpicker-90b7f5e85275ab37.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9fea85dbbfe9f404.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-095cc7cb085e4689.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-23c94aebbb2fea99.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1b8e56e63ffb30f4.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-45eff2d28607a84e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4141e4ac98c914e9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a124a626e9840c8e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ce50bbfe7836ea7d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64` |
2817 | 2024-05-08T02:46:26.151Z | Compiling nodrop v0.1.14 |
2818 | 2024-05-08T02:46:26.178Z | Running `/home/build/.rustup/toolchains/1.77.2-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=ae0a161cd8c6c463 -C extra-filename=-ae0a161cd8c6c463 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2819 | 2024-05-08T02:46:26.280Z | Running `/home/build/.rustup/toolchains/1.77.2-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=4b036e5e004f619b -C extra-filename=-4b036e5e004f619b --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-e94a932ea4772e99.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-908632d0c71a3b62.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2820 | 2024-05-08T02:46:26.394Z | Compiling array-init v0.0.4 |
2821 | 2024-05-08T02:46:26.421Z | Running `/home/build/.rustup/toolchains/1.77.2-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=38ea9328107e1850 -C extra-filename=-38ea9328107e1850 --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-ae0a161cd8c6c463.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2822 | 2024-05-08T02:46:26.541Z | Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-6ea56b8d111cde37/build-script-build` |
2823 | 2024-05-08T02:46:26.575Z | Compiling smallvec v0.6.14 |
2824 | 2024-05-08T02:46:26.601Z | Running `/home/build/.rustup/toolchains/1.77.2-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=22c894cc6d7f5f09 -C extra-filename=-22c894cc6d7f5f09 --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-6fdadf56632ee33c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2825 | 2024-05-08T02:46:26.761Z | Running `/home/build/.rustup/toolchains/1.77.2-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=7dbe10edc7628c92 -C extra-filename=-7dbe10edc7628c92 --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-a7919d510375f8f6.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-adcb2ed4280e6f27.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ab2dbcf051650428.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9167c091d196f46c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128` |
2826 | 2024-05-08T02:46:26.950Z | Compiling pkcs1 v0.7.5 |
2827 | 2024-05-08T02:46:26.976Z | Running `/home/build/.rustup/toolchains/1.77.2-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=6698594c53e33fb4 -C extra-filename=-6698594c53e33fb4 --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-2be1af541275103d.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-66dd4b736a05c3b2.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-b7de7fe0988b1cd7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2828 | 2024-05-08T02:46:27.307Z | Compiling bitfield v0.14.0 |
2829 | 2024-05-08T02:46:27.334Z | Running `/home/build/.rustup/toolchains/1.77.2-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=f4a2af796dfdcc82 -C extra-filename=-f4a2af796dfdcc82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2830 | 2024-05-08T02:46:27.559Z | Compiling hashbrown v0.12.3 |
2831 | 2024-05-08T02:46:27.585Z | Running `/home/build/.rustup/toolchains/1.77.2-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=79ed7b8813433d33 -C extra-filename=-79ed7b8813433d33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2832 | 2024-05-08T02:46:27.789Z | Compiling serde-hex v0.1.0 |
2833 | 2024-05-08T02:46:27.815Z | Running `/home/build/.rustup/toolchains/1.77.2-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=fbc1da3810cec6e8 -C extra-filename=-fbc1da3810cec6e8 --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-38ea9328107e1850.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-22c894cc6d7f5f09.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2834 | 2024-05-08T02:46:28.491Z | Running `/home/build/.rustup/toolchains/1.77.2-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=5b01a1dd511ff495 -C extra-filename=-5b01a1dd511ff495 --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-79ed7b8813433d33.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std` |
2835 | 2024-05-08T02:46:28.873Z | Compiling rsa v0.9.2 |
2836 | 2024-05-08T02:46:28.903Z | Running `/home/build/.rustup/toolchains/1.77.2-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=b411b73a8352e76f -C extra-filename=-b411b73a8352e76f --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-a7919d510375f8f6.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6bf68d27d0b9a310.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-f487f7d68fed3764.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-7dbe10edc7628c92.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ab2dbcf051650428.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-6698594c53e33fb4.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-66dd4b736a05c3b2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-93285e45b47dcfa1.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-b7de7fe0988b1cd7.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2837 | 2024-05-08T02:46:29.302Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2838 | 2024-05-08T02:46:29.329Z | Running `/home/build/.rustup/toolchains/1.77.2-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=2ddc4ef4a3f35e11 -C extra-filename=-2ddc4ef4a3f35e11 --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-f4a2af796dfdcc82.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-4b036e5e004f619b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2839 | 2024-05-08T02:46:29.459Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2840 | 2024-05-08T02:46:29.486Z | Running `/home/build/.rustup/toolchains/1.77.2-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=d724f20ffe967e1e -C extra-filename=-d724f20ffe967e1e --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-a7919d510375f8f6.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-d22098972a623bc1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e34daba213629830.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2841 | 2024-05-08T02:46:29.730Z | Compiling env_logger v0.10.0 |
2842 | 2024-05-08T02:46:29.757Z | Running `/home/build/.rustup/toolchains/1.77.2-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=b398d58daaf23e92 -C extra-filename=-b398d58daaf23e92 --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-94c40c9d476da686.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-06781bb010c39518.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2843 | 2024-05-08T02:46:30.902Z | Compiling x509-cert v0.2.4 |
2844 | 2024-05-08T02:46:30.929Z | Running `/home/build/.rustup/toolchains/1.77.2-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=244f4f093cc46e75 -C extra-filename=-244f4f093cc46e75 --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-6bf68d27d0b9a310.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-2be1af541275103d.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-b7de7fe0988b1cd7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2845 | 2024-05-08T02:46:31.581Z | Compiling ron v0.8.1 |
2846 | 2024-05-08T02:46:31.612Z | Running `/home/build/.rustup/toolchains/1.77.2-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=b0b1267ade4198fb -C extra-filename=-b0b1267ade4198fb --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-6db86b2c48c11a61.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0d3753a4f8ddf1b6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b8805f4509fb28a5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2847 | 2024-05-08T02:46:31.638Z | Compiling hashbrown v0.13.2 |
2848 | 2024-05-08T02:46:31.638Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' -C metadata=4a2642d1498d7ab8 -C extra-filename=-4a2642d1498d7ab8 --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-5a51fa1df4cd8460.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2849 | 2024-05-08T02:46:32.635Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2850 | 2024-05-08T02:46:32.661Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3c8df47e854266cf -C extra-filename=-3c8df47e854266cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c3582371b6b240e8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
2851 | 2024-05-08T02:46:33.866Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2852 | 2024-05-08T02:46:33.892Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mockall"' --cfg 'feature="testing"' -C metadata=b3dee22c9573dc39 -C extra-filename=-b3dee22c9573dc39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-ddc2087ae06669d8.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-a4d3dab6cc3e937a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-be39a25c71d776a5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-73fe37f52b56dfd7.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-d409796f5b054a4b.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-78302002c355e4c9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1b8e56e63ffb30f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-b66b943a52f19dc5.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e953c3ae55ee349e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
2853 | 2024-05-08T02:46:34.328Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2854 | 2024-05-08T02:46:34.356Z | Running `/home/build/.rustup/toolchains/1.77.2-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=e14e3681b71f8303 -C extra-filename=-e14e3681b71f8303 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
2855 | 2024-05-08T02:46:34.682Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2856 | 2024-05-08T02:46:34.708Z | Running `/home/build/.rustup/toolchains/1.77.2-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=f5f39789c735050a -C extra-filename=-f5f39789c735050a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-89e3b3832d6e8818.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-5555160e7de2260f.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-66c6ec52e2fdb676.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-0932d789a0f7c96f.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7acb2d670e1e637f.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d46b9652255dde2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c3582371b6b240e8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-281083d16f9fe3a3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
2857 | 2024-05-08T02:46:34.810Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2858 | 2024-05-08T02:46:34.837Z | Running `/home/build/.rustup/toolchains/1.77.2-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=98c2e5421380053b -C extra-filename=-98c2e5421380053b --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-d1e7b568f67bf391.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8cdb6e55a736507.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-6ec550e1d982d058.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
2859 | 2024-05-08T02:46:36.565Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2860 | 2024-05-08T02:46:36.597Z | Running `/home/build/.rustup/toolchains/1.77.2-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=b42468fc09cdb09c -C extra-filename=-b42468fc09cdb09c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
2861 | 2024-05-08T02:46:37.182Z | Compiling crc-any v2.4.3 |
2862 | 2024-05-08T02:46:37.210Z | Running `/home/build/.rustup/toolchains/1.77.2-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=741953cfe647b151 -C extra-filename=-741953cfe647b151 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2863 | 2024-05-08T02:46:37.632Z | Compiling arrayvec v0.7.4 |
2864 | 2024-05-08T02:46:37.659Z | Running `/home/build/.rustup/toolchains/1.77.2-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=65f4e3c72d697965 -C extra-filename=-65f4e3c72d697965 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2865 | 2024-05-08T02:46:37.985Z | Compiling arrayref v0.3.7 |
2866 | 2024-05-08T02:46:38.012Z | Running `/home/build/.rustup/toolchains/1.77.2-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=0682fffab4a0a177 -C extra-filename=-0682fffab4a0a177 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2867 | 2024-05-08T02:46:38.066Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2868 | 2024-05-08T02:46:38.092Z | Running `/home/build/.rustup/toolchains/1.77.2-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=f83d2ed57ce8f891 -C extra-filename=-f83d2ed57ce8f891 --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-b0b1267ade4198fb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-d724f20ffe967e1e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e34daba213629830.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2869 | 2024-05-08T02:46:38.119Z | Compiling object v0.30.4 |
2870 | 2024-05-08T02:46:38.119Z | Running `/home/build/.rustup/toolchains/1.77.2-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=8ef8a1d81ba37ff8 -C extra-filename=-8ef8a1d81ba37ff8 --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-3269c1fecfe4305b.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-4a2642d1498d7ab8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b01a1dd511ff495.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2871 | 2024-05-08T02:46:38.721Z | Compiling constant_time_eq v0.3.0 |
2872 | 2024-05-08T02:46:38.747Z | Running `/home/build/.rustup/toolchains/1.77.2-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=460d8a9202deda95 -C extra-filename=-460d8a9202deda95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2873 | 2024-05-08T02:46:38.895Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2874 | 2024-05-08T02:46:38.921Z | Running `/home/build/.rustup/toolchains/1.77.2-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=1e118bd9f49162f5 -C extra-filename=-1e118bd9f49162f5 --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-a7919d510375f8f6.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6bf68d27d0b9a310.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-741953cfe647b151.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-2be1af541275103d.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-b398d58daaf23e92.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-2ddc4ef4a3f35e11.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-4b036e5e004f619b.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-46d9429fe9292284.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-b411b73a8352e76f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-fbc1da3810cec6e8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-244f4f093cc46e75.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e34daba213629830.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2875 | 2024-05-08T02:46:39.267Z | Compiling path-slash v0.1.5 |
2876 | 2024-05-08T02:46:39.293Z | Running `/home/build/.rustup/toolchains/1.77.2-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=bbc1adc278db9dd6 -C extra-filename=-bbc1adc278db9dd6 --out-dir /work/oxidecomputer/omicron/target/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-05-08T02:46:39.319Z | Compiling blake3 v1.5.0 |
2878 | 2024-05-08T02:46:39.319Z | Running `/home/build/.rustup/toolchains/1.77.2-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=75c81fb62845bb82 -C extra-filename=-75c81fb62845bb82 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-75c81fb62845bb82 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-05c2831c2b856dca.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2879 | 2024-05-08T02:46:39.475Z | Compiling parking_lot_core v0.8.6 |
2880 | 2024-05-08T02:46:39.501Z | Running `/home/build/.rustup/toolchains/1.77.2-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=9771d1c046045ed1 -C extra-filename=-9771d1c046045ed1 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-9771d1c046045ed1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2881 | 2024-05-08T02:46:39.891Z | Running `/work/oxidecomputer/omicron/target/debug/build/blake3-75c81fb62845bb82/build-script-build` |
2882 | 2024-05-08T02:46:39.922Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-9771d1c046045ed1/build-script-build` |
2883 | 2024-05-08T02:46:39.953Z | Compiling memmap2 v0.7.1 |
2884 | 2024-05-08T02:46:39.980Z | Running `/home/build/.rustup/toolchains/1.77.2-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=53ab6ec1da44d8f6 -C extra-filename=-53ab6ec1da44d8f6 --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-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2885 | 2024-05-08T02:46:40.217Z | Running `/home/build/.rustup/toolchains/1.77.2-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=3038255eaede8398 -C extra-filename=-3038255eaede8398 --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-0682fffab4a0a177.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-65f4e3c72d697965.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-460d8a9202deda95.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-53ab6ec1da44d8f6.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6db376e2c842d9b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/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` |
2886 | 2024-05-08T02:46:40.367Z | Running `/home/build/.rustup/toolchains/1.77.2-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=a41daa0dda19cb5f -C extra-filename=-a41daa0dda19cb5f --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-427020ca80f73ebb.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-c3f5ce0e5c2f6da0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9167c091d196f46c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2887 | 2024-05-08T02:46:40.948Z | Compiling gethostname v0.4.3 |
2888 | 2024-05-08T02:46:40.975Z | Running `/home/build/.rustup/toolchains/1.77.2-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=298c5d363c1f9414 -C extra-filename=-298c5d363c1f9414 --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-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2889 | 2024-05-08T02:46:41.183Z | Compiling libefi-sys v0.1.0 |
2890 | 2024-05-08T02:46:41.210Z | Running `/home/build/.rustup/toolchains/1.77.2-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=e65ba19b861d7d77 -C extra-filename=-e65ba19b861d7d77 --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-e65ba19b861d7d77 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2891 | 2024-05-08T02:46:41.210Z | Compiling topological-sort v0.2.2 |
2892 | 2024-05-08T02:46:41.211Z | Running `/home/build/.rustup/toolchains/1.77.2-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=b7a39aa5260bdb36 -C extra-filename=-b7a39aa5260bdb36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2893 | 2024-05-08T02:46:41.398Z | Compiling omicron-zone-package v0.11.0 |
2894 | 2024-05-08T02:46:41.425Z | Running `/home/build/.rustup/toolchains/1.77.2-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=cf6bf3cb0a1c0af0 -C extra-filename=-cf6bf3cb0a1c0af0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-3038255eaede8398.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-5555160e7de2260f.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2df6ab9162cca8c1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-38477973c409baaa.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b8805f4509fb28a5.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a124a626e9840c8e.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-b7a39aa5260bdb36.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-281083d16f9fe3a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64` |
2895 | 2024-05-08T02:46:41.503Z | Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-e65ba19b861d7d77/build-script-build` |
2896 | 2024-05-08T02:46:41.536Z | Compiling parking_lot v0.11.2 |
2897 | 2024-05-08T02:46:41.561Z | Running `/home/build/.rustup/toolchains/1.77.2-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=4fbdab8f427c5923 -C extra-filename=-4fbdab8f427c5923 --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-c3f5ce0e5c2f6da0.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-c9564712d536a6c6.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-a41daa0dda19cb5f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2898 | 2024-05-08T02:46:41.587Z | Compiling trust-dns-client v0.22.0 |
2899 | 2024-05-08T02:46:41.587Z | Running `/home/build/.rustup/toolchains/1.77.2-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=5111a2b812294a78 -C extra-filename=-5111a2b812294a78 --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-427020ca80f73ebb.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-d82296281cfa9a6b.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e5c5dc3a4642b306.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2df6ab9162cca8c1.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-018bab65e90d5b53.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-27a7898fe94cad80.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e8fcda33fd5afe68.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f94bd5ea9a5ce70e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2900 | 2024-05-08T02:46:42.362Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2901 | 2024-05-08T02:46:42.388Z | Running `/home/build/.rustup/toolchains/1.77.2-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=e7834785c020ac8d -C extra-filename=-e7834785c020ac8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-c7d34a6fbfa945ec.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-9c3a35a8f50403b5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3670ab64185166cf.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-b744afbd49cb10fd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2ffdecfe73e50e0c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a3a3937d15734e56.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
2902 | 2024-05-08T02:46:42.583Z | Compiling toml v0.5.11 |
2903 | 2024-05-08T02:46:42.609Z | Running `/home/build/.rustup/toolchains/1.77.2-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=810667e9c3025250 -C extra-filename=-810667e9c3025250 --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-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2904 | 2024-05-08T02:46:44.228Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2905 | 2024-05-08T02:46:44.254Z | Running `/home/build/.rustup/toolchains/1.77.2-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=adafea1e0a1959d2 -C extra-filename=-adafea1e0a1959d2 --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-2ddc4ef4a3f35e11.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-1e118bd9f49162f5.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-8ef8a1d81ba37ff8.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-bbc1adc278db9dd6.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-b411b73a8352e76f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-d724f20ffe967e1e.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-f83d2ed57ce8f891.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a124a626e9840c8e.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-244f4f093cc46e75.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e34daba213629830.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-197eaa295c9c35b8.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-e19b87428ca936b1/out/lib` |
2906 | 2024-05-08T02:46:45.335Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2907 | 2024-05-08T02:46:45.335Z | Running `/home/build/.rustup/toolchains/1.77.2-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=e037e891a75b3be0 -C extra-filename=-e037e891a75b3be0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
2908 | 2024-05-08T02:46:45.749Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2909 | 2024-05-08T02:46:45.786Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1e215ea73b682ca6 -C extra-filename=-1e215ea73b682ca6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
2910 | 2024-05-08T02:46:46.379Z | Compiling async-recursion v1.1.0 |
2911 | 2024-05-08T02:46:46.406Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.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=6b0128b78ce785d5 -C extra-filename=-6b0128b78ce785d5 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2912 | 2024-05-08T02:46:46.622Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2913 | 2024-05-08T02:46:46.648Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/1b66b89/crates/tofino/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5758fe2a7c811c32 -C extra-filename=-5758fe2a7c811c32 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-5758fe2a7c811c32 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-05c2831c2b856dca.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2914 | 2024-05-08T02:46:46.833Z | Compiling keccak v0.1.4 |
2915 | 2024-05-08T02:46:46.859Z | Running `/home/build/.rustup/toolchains/1.77.2-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=e39837597faf7c65 -C extra-filename=-e39837597faf7c65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2916 | 2024-05-08T02:46:46.890Z | Compiling trust-dns-server v0.22.1 |
2917 | 2024-05-08T02:46:46.919Z | Running `/home/build/.rustup/toolchains/1.77.2-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=724d87f3fa3155a4 -C extra-filename=-724d87f3fa3155a4 --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-db67e14663d879e1.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-f3f4ef388cd0628c.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-19c0d53095034e3d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2df6ab9162cca8c1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-27a7898fe94cad80.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-810667e9c3025250.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e8fcda33fd5afe68.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-5111a2b812294a78.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f94bd5ea9a5ce70e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2918 | 2024-05-08T02:46:47.035Z | Running `/work/oxidecomputer/omicron/target/debug/build/tofino-5758fe2a7c811c32/build-script-build` |
2919 | 2024-05-08T02:46:47.123Z | Compiling sha3 v0.10.8 |
2920 | 2024-05-08T02:46:47.149Z | Running `/home/build/.rustup/toolchains/1.77.2-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=dbc0e5234ac81936 -C extra-filename=-dbc0e5234ac81936 --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-f487f7d68fed3764.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-e39837597faf7c65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2921 | 2024-05-08T02:46:47.237Z | Compiling sled v0.34.7 |
2922 | 2024-05-08T02:46:47.263Z | Running `/home/build/.rustup/toolchains/1.77.2-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=3b1cfececdc12c9d -C extra-filename=-3b1cfececdc12c9d --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-3269c1fecfe4305b.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-df019ea603cc5c12.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-af3c149698540047.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-b084f503a5438d4a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-4fbdab8f427c5923.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2923 | 2024-05-08T02:46:47.592Z | Running `/home/build/.rustup/toolchains/1.77.2-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=c4f7cee93e08bef3 -C extra-filename=-c4f7cee93e08bef3 --out-dir /work/oxidecomputer/omicron/target/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` |
2924 | 2024-05-08T02:46:47.930Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2925 | 2024-05-08T02:46:47.959Z | Running `/home/build/.rustup/toolchains/1.77.2-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=f4e4c5fd1ac28012 -C extra-filename=-f4e4c5fd1ac28012 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b1dd8a0a35cf4a99.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2926 | 2024-05-08T02:46:47.959Z | Compiling secrecy v0.8.0 |
2927 | 2024-05-08T02:46:47.959Z | Running `/home/build/.rustup/toolchains/1.77.2-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=9444f53ee9bba697 -C extra-filename=-9444f53ee9bba697 --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-3aec30add0a8be8d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2928 | 2024-05-08T02:46:47.995Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2929 | 2024-05-08T02:46:48.021Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name libnvme_sys --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/6fffcc8/libnvme-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a40a3a2462bac895 -C extra-filename=-a40a3a2462bac895 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2930 | 2024-05-08T02:46:48.137Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2931 | 2024-05-08T02:46:48.163Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name libnvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/6fffcc8/libnvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=377c6e698c4d0221 -C extra-filename=-377c6e698c4d0221 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libnvme_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme_sys-a40a3a2462bac895.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2932 | 2024-05-08T02:46:48.195Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2933 | 2024-05-08T02:46:48.221Z | Running `/home/build/.rustup/toolchains/1.77.2-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=b53ec134020bd64d -C extra-filename=-b53ec134020bd64d --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-0389f312b031ed53.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-c4f7cee93e08bef3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2934 | 2024-05-08T02:46:48.526Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/1b66b89/crates/tofino/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=455c082e7ab33758 -C extra-filename=-455c082e7ab33758 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-f4e4c5fd1ac28012.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out -l static=pci` |
2935 | 2024-05-08T02:46:48.553Z | Compiling toolchain_find v0.4.0 |
2936 | 2024-05-08T02:46:48.579Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toolchain_find-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8fb34a280b80aebc -C extra-filename=-8fb34a280b80aebc --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-1e224963060d30af.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-281083d16f9fe3a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2937 | 2024-05-08T02:46:48.676Z | Compiling platforms v3.0.2 |
2938 | 2024-05-08T02:46:48.702Z | Running `/home/build/.rustup/toolchains/1.77.2-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=cf5a8adceabab58c -C extra-filename=-cf5a8adceabab58c --out-dir /work/oxidecomputer/omicron/target/debug/build/platforms-cf5a8adceabab58c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2939 | 2024-05-08T02:46:48.977Z | Compiling rustfmt-wrapper v0.2.1 |
2940 | 2024-05-08T02:46:49.010Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustfmt-wrapper-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9f701f80db72f7d0 -C extra-filename=-9f701f80db72f7d0 --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-3323f3a7841d0a63.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-8fb34a280b80aebc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2941 | 2024-05-08T02:46:49.074Z | Running `/work/oxidecomputer/omicron/target/debug/build/platforms-cf5a8adceabab58c/build-script-build` |
2942 | 2024-05-08T02:46:49.108Z | Compiling buf-list v1.0.3 |
2943 | 2024-05-08T02:46:49.137Z | Running `/home/build/.rustup/toolchains/1.77.2-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=fb164f4fa8270be0 -C extra-filename=-fb164f4fa8270be0 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-fb164f4fa8270be0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2944 | 2024-05-08T02:46:49.186Z | Running `/home/build/.rustup/toolchains/1.77.2-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=c34b1dacca912984 -C extra-filename=-c34b1dacca912984 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2945 | 2024-05-08T02:46:49.495Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2946 | 2024-05-08T02:46:49.521Z | Running `/home/build/.rustup/toolchains/1.77.2-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=d208cdc23ac01d6b -C extra-filename=-d208cdc23ac01d6b --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-d208cdc23ac01d6b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cf6bf3cb0a1c0af0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-9f701f80db72f7d0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64` |
2947 | 2024-05-08T02:46:49.707Z | Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-fb164f4fa8270be0/build-script-build` |
2948 | 2024-05-08T02:46:49.748Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2949 | 2024-05-08T02:46:49.774Z | Running `/home/build/.rustup/toolchains/1.77.2-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=763c4b915641c976 -C extra-filename=-763c4b915641c976 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-298c5d363c1f9414.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-f4e4c5fd1ac28012.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-b53ec134020bd64d.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-377c6e698c4d0221.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1e215ea73b682ca6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-455c082e7ab33758.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out` |
2950 | 2024-05-08T02:46:49.800Z | Running `/home/build/.rustup/toolchains/1.77.2-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=619fd041e7b2fe7c -C extra-filename=-619fd041e7b2fe7c --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-d1e7b568f67bf391.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds` |
2951 | 2024-05-08T02:46:50.303Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2952 | 2024-05-08T02:46:50.329Z | Running `/home/build/.rustup/toolchains/1.77.2-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=4a24452e998776e6 -C extra-filename=-4a24452e998776e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8b0e540790a4bf4a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-5111a2b812294a78.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f94bd5ea9a5ce70e.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-724d87f3fa3155a4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
2953 | 2024-05-08T02:46:52.744Z | Compiling curve25519-dalek v4.1.2 |
2954 | 2024-05-08T02:46:52.770Z | Running `/home/build/.rustup/toolchains/1.77.2-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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=67427a343df4dc50 -C extra-filename=-67427a343df4dc50 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-67427a343df4dc50 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern platforms=/work/oxidecomputer/omicron/target/debug/deps/libplatforms-c34b1dacca912984.rlib --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-00e079ef6f480811.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2955 | 2024-05-08T02:46:53.041Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2956 | 2024-05-08T02:46:53.072Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/8207cb9/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=dccbd8c2b2a063ae -C extra-filename=-dccbd8c2b2a063ae --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-b34c0d67524cd63e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64` |
2957 | 2024-05-08T02:46:53.444Z | Compiling universal-hash v0.5.1 |
2958 | 2024-05-08T02:46:53.473Z | Running `/home/build/.rustup/toolchains/1.77.2-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=b86443d2aae60a33 -C extra-filename=-b86443d2aae60a33 --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-3671815212ae050e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2959 | 2024-05-08T02:46:53.659Z | Compiling opaque-debug v0.3.0 |
2960 | 2024-05-08T02:46:53.685Z | Running `/home/build/.rustup/toolchains/1.77.2-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=b6a9d9f9aff45479 -C extra-filename=-b6a9d9f9aff45479 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2961 | 2024-05-08T02:46:53.777Z | Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-67427a343df4dc50/build-script-build` |
2962 | 2024-05-08T02:46:53.910Z | Compiling curve25519-dalek-derive v0.1.0 |
2963 | 2024-05-08T02:46:53.937Z | Running `/home/build/.rustup/toolchains/1.77.2-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=9d46231ffa619262 -C extra-filename=-9d46231ffa619262 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2964 | 2024-05-08T02:46:54.402Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2965 | 2024-05-08T02:46:54.428Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5c66bff0e644640a -C extra-filename=-5c66bff0e644640a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-dccbd8c2b2a063ae.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f5a2140edf15631f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1e215ea73b682ca6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
2966 | 2024-05-08T02:46:55.573Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2967 | 2024-05-08T02:46:55.599Z | Running `/home/build/.rustup/toolchains/1.77.2-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=85ed3bdbe853af9f -C extra-filename=-85ed3bdbe853af9f --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-996559b273324b36.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
2968 | 2024-05-08T02:46:55.821Z | Running `/home/build/.rustup/toolchains/1.77.2-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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=25382ead31b57cd0 -C extra-filename=-25382ead31b57cd0 --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-427020ca80f73ebb.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1ffb3fa88be7e604.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-9d46231ffa619262.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-f487f7d68fed3764.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.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"'` |
2969 | 2024-05-08T02:46:56.037Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2970 | 2024-05-08T02:46:56.064Z | Running `/home/build/.rustup/toolchains/1.77.2-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=66ad0c7271f78bc8 -C extra-filename=-66ad0c7271f78bc8 --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-db67e14663d879e1.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ff4e1ca47bcdca10.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-9444f53ee9bba697.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-dbc0e5234ac81936.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
2971 | 2024-05-08T02:46:56.731Z | Compiling pin-project-internal v1.1.3 |
2972 | 2024-05-08T02:46:56.758Z | Running `/home/build/.rustup/toolchains/1.77.2-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=c4a245cdebfbf5cb -C extra-filename=-c4a245cdebfbf5cb --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2973 | 2024-05-08T02:46:56.825Z | Compiling aead v0.5.2 |
2974 | 2024-05-08T02:46:56.851Z | Running `/home/build/.rustup/toolchains/1.77.2-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=88d110d5d421c293 -C extra-filename=-88d110d5d421c293 --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-3671815212ae050e.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-956726fc5d1e2865.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2975 | 2024-05-08T02:46:57.146Z | Compiling diff v0.1.13 |
2976 | 2024-05-08T02:46:57.172Z | Running `/home/build/.rustup/toolchains/1.77.2-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=f43cd67f3219fc4e -C extra-filename=-f43cd67f3219fc4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2977 | 2024-05-08T02:46:57.228Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2978 | 2024-05-08T02:46:57.255Z | Running `/home/build/.rustup/toolchains/1.77.2-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=c9e24febc55c49ac -C extra-filename=-c9e24febc55c49ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-66ad0c7271f78bc8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-763c4b915641c976.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out` |
2979 | 2024-05-08T02:46:57.761Z | Compiling poly1305 v0.8.0 |
2980 | 2024-05-08T02:46:57.790Z | Running `/home/build/.rustup/toolchains/1.77.2-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=9b083a23b4b10ee0 -C extra-filename=-9b083a23b4b10ee0 --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-1ffb3fa88be7e604.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-b6a9d9f9aff45479.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-b86443d2aae60a33.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2981 | 2024-05-08T02:46:58.686Z | Compiling chacha20 v0.9.1 |
2982 | 2024-05-08T02:46:58.711Z | Running `/home/build/.rustup/toolchains/1.77.2-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=e7c79710570ce7ca -C extra-filename=-e7c79710570ce7ca --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-427020ca80f73ebb.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-92c8ea32cc92e7b7.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1ffb3fa88be7e604.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2983 | 2024-05-08T02:46:59.123Z | Compiling thiserror-impl-no-std v2.0.2 |
2984 | 2024-05-08T02:46:59.150Z | Running `/home/build/.rustup/toolchains/1.77.2-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=dddf5b46dce13c36 -C extra-filename=-dddf5b46dce13c36 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2985 | 2024-05-08T02:46:59.230Z | Compiling nanorand v0.7.0 |
2986 | 2024-05-08T02:46:59.257Z | Running `/home/build/.rustup/toolchains/1.77.2-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=7d666844cdc07234 -C extra-filename=-7d666844cdc07234 --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-cd233cf452b8a58f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2987 | 2024-05-08T02:46:59.588Z | Compiling pin-project v1.1.3 |
2988 | 2024-05-08T02:46:59.615Z | Running `/home/build/.rustup/toolchains/1.77.2-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=92982d5eed86070a -C extra-filename=-92982d5eed86070a --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-c4a245cdebfbf5cb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2989 | 2024-05-08T02:46:59.722Z | Compiling unicase v2.7.0 |
2990 | 2024-05-08T02:46:59.763Z | Running `/home/build/.rustup/toolchains/1.77.2-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=7525d53f56b0ba09 -C extra-filename=-7525d53f56b0ba09 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-7525d53f56b0ba09 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2991 | 2024-05-08T02:46:59.789Z | Compiling flume v0.11.0 |
2992 | 2024-05-08T02:46:59.789Z | Running `/home/build/.rustup/toolchains/1.77.2-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=5287c90a39558f96 -C extra-filename=-5287c90a39558f96 --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-4b00f13a31442673.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-32a2524a08049364.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-7d666844cdc07234.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-d5a571760a738685.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2993 | 2024-05-08T02:47:00.070Z | Running `/work/oxidecomputer/omicron/target/debug/build/unicase-7525d53f56b0ba09/build-script-build` |
2994 | 2024-05-08T02:47:00.302Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2995 | 2024-05-08T02:47:00.339Z | Running `/home/build/.rustup/toolchains/1.77.2-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=f9b21eb16e93a3d8 -C extra-filename=-f9b21eb16e93a3d8 --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-83bcee54d217dc20.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1e215ea73b682ca6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
2996 | 2024-05-08T02:47:00.419Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2997 | 2024-05-08T02:47:00.445Z | Running `/home/build/.rustup/toolchains/1.77.2-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=b6033b4c137e798f -C extra-filename=-b6033b4c137e798f --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-b6033b4c137e798f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-992c295357fad23f.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
2998 | 2024-05-08T02:47:00.758Z | Compiling kstat-rs v0.2.3 |
2999 | 2024-05-08T02:47:00.784Z | Running `/home/build/.rustup/toolchains/1.77.2-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=25058401423af0e8 -C extra-filename=-25058401423af0e8 --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-0389f312b031ed53.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3000 | 2024-05-08T02:47:01.143Z | Compiling vte_generate_state_changes v0.1.1 |
3001 | 2024-05-08T02:47:01.170Z | Running `/home/build/.rustup/toolchains/1.77.2-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=cce160980f641a0f -C extra-filename=-cce160980f641a0f --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3002 | 2024-05-08T02:47:01.307Z | Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-b6033b4c137e798f/build-script-build` |
3003 | 2024-05-08T02:47:01.337Z | Running `/home/build/.rustup/toolchains/1.77.2-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=e3fffb5d311cea11 -C extra-filename=-e3fffb5d311cea11 --out-dir /work/oxidecomputer/omicron/target/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` |
3004 | 2024-05-08T02:47:01.689Z | Compiling chacha20poly1305 v0.10.1 |
3005 | 2024-05-08T02:47:01.715Z | Running `/home/build/.rustup/toolchains/1.77.2-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=d5ef0647f2d469bb -C extra-filename=-d5ef0647f2d469bb --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-88d110d5d421c293.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-e7c79710570ce7ca.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-92c8ea32cc92e7b7.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-9b083a23b4b10ee0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3006 | 2024-05-08T02:47:01.841Z | Compiling vte v0.11.1 |
3007 | 2024-05-08T02:47:01.867Z | Running `/home/build/.rustup/toolchains/1.77.2-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=f0621b457bc45e67 -C extra-filename=-f0621b457bc45e67 --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-06c9e9fa03fbc0c8.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-cce160980f641a0f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3008 | 2024-05-08T02:47:01.896Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
3009 | 2024-05-08T02:47:01.923Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/62cc2cf/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=2b40f9525107fda5 -C extra-filename=-2b40f9525107fda5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-88036c1895ea3e9d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b34c0d67524cd63e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64` |
3010 | 2024-05-08T02:47:02.094Z | Compiling thiserror-no-std v2.0.2 |
3011 | 2024-05-08T02:47:02.121Z | Running `/home/build/.rustup/toolchains/1.77.2-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=e17b88c00c40d69e -C extra-filename=-e17b88c00c40d69e --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-dddf5b46dce13c36.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3012 | 2024-05-08T02:47:02.215Z | Compiling vsss-rs v3.3.4 |
3013 | 2024-05-08T02:47:02.242Z | Running `/home/build/.rustup/toolchains/1.77.2-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=ba4d97101d3500b7 -C extra-filename=-ba4d97101d3500b7 --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-25382ead31b57cd0.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-f449f13725e1c744.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c97181c078b51aa5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-e17b88c00c40d69e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3014 | 2024-05-08T02:47:02.696Z | Compiling fd-lock v4.0.2 |
3015 | 2024-05-08T02:47:02.723Z | Running `/home/build/.rustup/toolchains/1.77.2-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=e1dcfafe59604a1a -C extra-filename=-e1dcfafe59604a1a --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-427020ca80f73ebb.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6b5231a46a413dac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3016 | 2024-05-08T02:47:02.889Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3017 | 2024-05-08T02:47:02.915Z | Running `/home/build/.rustup/toolchains/1.77.2-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=e0ec9d64bb7fdce8 -C extra-filename=-e0ec9d64bb7fdce8 --out-dir /work/oxidecomputer/omicron/target/debug/build/ipcc-e0ec9d64bb7fdce8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3018 | 2024-05-08T02:47:03.222Z | Compiling prettyplease v0.2.19 |
3019 | 2024-05-08T02:47:03.248Z | Running `/home/build/.rustup/toolchains/1.77.2-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.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' -C metadata=4aff744153f8b4fc -C extra-filename=-4aff744153f8b4fc --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-4aff744153f8b4fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3020 | 2024-05-08T02:47:03.347Z | Running `/work/oxidecomputer/omicron/target/debug/build/ipcc-e0ec9d64bb7fdce8/build-script-build` |
3021 | 2024-05-08T02:47:03.385Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3022 | 2024-05-08T02:47:03.415Z | Running `/home/build/.rustup/toolchains/1.77.2-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=fa42aa7c6a0ce87c -C extra-filename=-fa42aa7c6a0ce87c --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-996559b273324b36.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3023 | 2024-05-08T02:47:03.484Z | Compiling strip-ansi-escapes v0.2.0 |
3024 | 2024-05-08T02:47:03.511Z | Running `/home/build/.rustup/toolchains/1.77.2-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=7bf440191c435cbf -C extra-filename=-7bf440191c435cbf --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-f0621b457bc45e67.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3025 | 2024-05-08T02:47:03.584Z | Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-4aff744153f8b4fc/build-script-build` |
3026 | 2024-05-08T02:47:03.616Z | Compiling mime_guess v2.0.4 |
3027 | 2024-05-08T02:47:03.642Z | Running `/home/build/.rustup/toolchains/1.77.2-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=d0f027e6f16e32be -C extra-filename=-d0f027e6f16e32be --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-d0f027e6f16e32be -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-e3fffb5d311cea11.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3028 | 2024-05-08T02:47:03.751Z | Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-d208cdc23ac01d6b/build-script-build` |
3029 | 2024-05-08T02:47:03.871Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3030 | 2024-05-08T02:47:03.897Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' -C metadata=d0a534a1040f98fd -C extra-filename=-d0a534a1040f98fd --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-427020ca80f73ebb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-25058401423af0e8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3031 | 2024-05-08T02:47:03.949Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
3032 | 2024-05-08T02:47:03.976Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/27e2789/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=d375e524832d4092 -C extra-filename=-d375e524832d4092 --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-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-6db86b2c48c11a61.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d833a19ba1055295.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64` |
3033 | 2024-05-08T02:47:03.976Z | Compiling fs-err v2.11.0 |
3034 | 2024-05-08T02:47:03.976Z | Running `/home/build/.rustup/toolchains/1.77.2-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=671f5f16613ac442 -C extra-filename=-671f5f16613ac442 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-671f5f16613ac442 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-3867c0de5f5bc283.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3035 | 2024-05-08T02:47:04.346Z | Compiling nu-ansi-term v0.50.0 |
3036 | 2024-05-08T02:47:04.372Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.50.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=50fe507a516aeb44 -C extra-filename=-50fe507a516aeb44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3037 | 2024-05-08T02:47:04.416Z | Running `/home/build/.rustup/toolchains/1.77.2-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=7c903fd5c449dc63 -C extra-filename=-7c903fd5c449dc63 --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-996559b273324b36.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f5a2140edf15631f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3038 | 2024-05-08T02:47:04.820Z | Compiling crunchy v0.2.2 |
3039 | 2024-05-08T02:47:04.846Z | Running `/home/build/.rustup/toolchains/1.77.2-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=62fa75392e66ca51 -C extra-filename=-62fa75392e66ca51 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-62fa75392e66ca51 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3040 | 2024-05-08T02:47:04.959Z | Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-d0f027e6f16e32be/build-script-build` |
3041 | 2024-05-08T02:47:05.004Z | Compiling reedline v0.31.0 |
3042 | 2024-05-08T02:47:05.030Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-0.31.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4eeaf57880e3cd81 -C extra-filename=-4eeaf57880e3cd81 --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-996559b273324b36.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7240974c6860a96c.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-e1dcfafe59604a1a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-50fe507a516aeb44.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-7bf440191c435cbf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-540677072fec9b6f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-5f17d2c6c032dfe2.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3043 | 2024-05-08T02:47:05.373Z | Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-62fa75392e66ca51/build-script-build` |
3044 | 2024-05-08T02:47:05.405Z | Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-671f5f16613ac442/build-script-build` |
3045 | 2024-05-08T02:47:05.552Z | Running `/home/build/.rustup/toolchains/1.77.2-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=554abb1c8fa8fe68 -C extra-filename=-554abb1c8fa8fe68 --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-d1e7b568f67bf391.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-d5ef0647f2d469bb.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-96402d30bd2ed2c0.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ff4e1ca47bcdca10.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-9444f53ee9bba697.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-dbc0e5234ac81936.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1e215ea73b682ca6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-ba4d97101d3500b7.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3046 | 2024-05-08T02:47:06.072Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3047 | 2024-05-08T02:47:06.099Z | Running `/home/build/.rustup/toolchains/1.77.2-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=e21eb30d349539bd -C extra-filename=-e21eb30d349539bd --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-89ea751df9b71af1.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-3c0f05dcbba7bb7a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3670ab64185166cf.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-296130c348877788.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3048 | 2024-05-08T02:47:06.711Z | Compiling clang-sys v1.6.1 |
3049 | 2024-05-08T02:47:06.737Z | Running `/home/build/.rustup/toolchains/1.77.2-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=6d4b51522b0a04a2 -C extra-filename=-6d4b51522b0a04a2 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-6d4b51522b0a04a2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3050 | 2024-05-08T02:47:07.401Z | Compiling snafu-derive v0.8.2 |
3051 | 2024-05-08T02:47:07.428Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_61"' -C metadata=3a7ea4f925a5a9d6 -C extra-filename=-3a7ea4f925a5a9d6 --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-1a1678ba78df6067.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3052 | 2024-05-08T02:47:08.494Z | Compiling memoffset v0.7.1 |
3053 | 2024-05-08T02:47:08.521Z | Running `/home/build/.rustup/toolchains/1.77.2-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=17b1872a48b49392 -C extra-filename=-17b1872a48b49392 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-17b1872a48b49392 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-3867c0de5f5bc283.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3054 | 2024-05-08T02:47:08.841Z | Compiling tiny-keccak v2.0.2 |
3055 | 2024-05-08T02:47:08.867Z | Running `/home/build/.rustup/toolchains/1.77.2-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=853351dd40afa143 -C extra-filename=-853351dd40afa143 --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-853351dd40afa143 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3056 | 2024-05-08T02:47:08.988Z | Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-17b1872a48b49392/build-script-build` |
3057 | 2024-05-08T02:47:09.160Z | Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-6d4b51522b0a04a2/build-script-build` |
3058 | 2024-05-08T02:47:09.194Z | Running `/home/build/.rustup/toolchains/1.77.2-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=94d014eebc6c5e7e -C extra-filename=-94d014eebc6c5e7e --out-dir /work/oxidecomputer/omicron/target/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` |
3059 | 2024-05-08T02:47:09.242Z | Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-853351dd40afa143/build-script-build` |
3060 | 2024-05-08T02:47:09.275Z | Running `/home/build/.rustup/toolchains/1.77.2-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=6065ee46b342767b -C extra-filename=-6065ee46b342767b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3061 | 2024-05-08T02:47:09.387Z | Running `/home/build/.rustup/toolchains/1.77.2-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=518653636d64c0b3 -C extra-filename=-518653636d64c0b3 --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-c2f715f865321db7.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-e3fffb5d311cea11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3062 | 2024-05-08T02:47:09.704Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' -C metadata=bb20372f1c3269c9 -C extra-filename=-bb20372f1c3269c9 --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-4df7e40006520d57.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3063 | 2024-05-08T02:47:09.967Z | Running `/home/build/.rustup/toolchains/1.77.2-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=c7c07acd5f2bcd04 -C extra-filename=-c7c07acd5f2bcd04 --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-427020ca80f73ebb.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-96402d30bd2ed2c0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3064 | 2024-05-08T02:47:10.193Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3065 | 2024-05-08T02:47:10.193Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1a9cec70e9ef7162 -C extra-filename=-1a9cec70e9ef7162 --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-f30a7be5996f8118.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3066 | 2024-05-08T02:47:10.429Z | Compiling globset v0.4.13 |
3067 | 2024-05-08T02:47:10.455Z | Running `/home/build/.rustup/toolchains/1.77.2-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=e11593f732b67af5 -C extra-filename=-e11593f732b67af5 --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-e6492b28b6244c5c.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-27f31263959e390c.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-94cd0cc82801ac87.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3068 | 2024-05-08T02:47:11.093Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
3069 | 2024-05-08T02:47:11.134Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/27e2789/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=9769c1b0b341f180 -C extra-filename=-9769c1b0b341f180 --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-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3070 | 2024-05-08T02:47:11.258Z | Compiling olpc-cjson v0.1.3 |
3071 | 2024-05-08T02:47:11.285Z | Running `/home/build/.rustup/toolchains/1.77.2-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=4d16b8def65d9e55 -C extra-filename=-4d16b8def65d9e55 --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-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-fd7e19e5a07f3a04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3072 | 2024-05-08T02:47:11.440Z | Compiling serde_plain v1.0.2 |
3073 | 2024-05-08T02:47:11.468Z | Running `/home/build/.rustup/toolchains/1.77.2-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=e1cae238c9185271 -C extra-filename=-e1cae238c9185271 --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-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3074 | 2024-05-08T02:47:11.494Z | Compiling http-range v0.1.5 |
3075 | 2024-05-08T02:47:11.494Z | Running `/home/build/.rustup/toolchains/1.77.2-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=abb5a0c47089757b -C extra-filename=-abb5a0c47089757b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3076 | 2024-05-08T02:47:11.820Z | Compiling typed-path v0.7.0 |
3077 | 2024-05-08T02:47:11.847Z | Running `/home/build/.rustup/toolchains/1.77.2-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=4197b00e1b30d98f -C extra-filename=-4197b00e1b30d98f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3078 | 2024-05-08T02:47:11.847Z | Compiling hyper-staticfile v0.9.5 |
3079 | 2024-05-08T02:47:11.847Z | Running `/home/build/.rustup/toolchains/1.77.2-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=396960f0ccfdb73a -C extra-filename=-396960f0ccfdb73a --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-2df6ab9162cca8c1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-abb5a0c47089757b.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-2a8df2b5f7aca784.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-518653636d64c0b3.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b34c0d67524cd63e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ea704619c5387062.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3080 | 2024-05-08T02:47:12.049Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
3081 | 2024-05-08T02:47:12.075Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/27e2789/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=ba413ca6540baa73 -C extra-filename=-ba413ca6540baa73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-c5ed1c9ccc7210dd.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-6db86b2c48c11a61.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-9769c1b0b341f180.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-e33f4af553cbfc64.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d833a19ba1055295.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64` |
3082 | 2024-05-08T02:47:12.323Z | Running `/home/build/.rustup/toolchains/1.77.2-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=28a4f6c0a7d4d1b6 -C extra-filename=-28a4f6c0a7d4d1b6 --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-6065ee46b342767b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3083 | 2024-05-08T02:47:12.451Z | Compiling snafu v0.8.2 |
3084 | 2024-05-08T02:47:12.478Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_61"' --cfg 'feature="rust_1_65"' --cfg 'feature="std"' -C metadata=a5cd8b3dfde7cdbc -C extra-filename=-a5cd8b3dfde7cdbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_crate=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-92982d5eed86070a.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-3a7ea4f925a5a9d6.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3085 | 2024-05-08T02:47:12.684Z | Running `/home/build/.rustup/toolchains/1.77.2-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=9f9a676093161dd3 -C extra-filename=-9f9a676093161dd3 --out-dir /work/oxidecomputer/omicron/target/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` |
3086 | 2024-05-08T02:47:12.807Z | Compiling ascii-canvas v3.0.0 |
3087 | 2024-05-08T02:47:12.833Z | Running `/home/build/.rustup/toolchains/1.77.2-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=e371e1211e02acc3 -C extra-filename=-e371e1211e02acc3 --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-66b903c7c0352180.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3088 | 2024-05-08T02:47:12.870Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3089 | 2024-05-08T02:47:12.896Z | Running `/home/build/.rustup/toolchains/1.77.2-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=fb713a9c0be614f1 -C extra-filename=-fb713a9c0be614f1 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-fb713a9c0be614f1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3090 | 2024-05-08T02:47:13.084Z | Compiling ena v0.14.2 |
3091 | 2024-05-08T02:47:13.109Z | Running `/home/build/.rustup/toolchains/1.77.2-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=2a6f73fe9c1afeb2 -C extra-filename=-2a6f73fe9c1afeb2 --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-0f58a9cf96294e99.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3092 | 2024-05-08T02:47:13.184Z | Compiling libloading v0.7.4 |
3093 | 2024-05-08T02:47:13.219Z | Running `/home/build/.rustup/toolchains/1.77.2-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=e4ff8827bf8b8dac -C extra-filename=-e4ff8827bf8b8dac --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-427020ca80f73ebb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3094 | 2024-05-08T02:47:13.246Z | Compiling cfg_aliases v0.1.1 |
3095 | 2024-05-08T02:47:13.246Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg_aliases-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bc068cf97a4a4378 -C extra-filename=-bc068cf97a4a4378 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3096 | 2024-05-08T02:47:13.299Z | Compiling parse-size v1.0.0 |
3097 | 2024-05-08T02:47:13.325Z | Running `/home/build/.rustup/toolchains/1.77.2-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=10814480c3ff86c7 -C extra-filename=-10814480c3ff86c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3098 | 2024-05-08T02:47:13.351Z | Compiling salty v0.2.0 |
3099 | 2024-05-08T02:47:13.351Z | Running `/home/build/.rustup/toolchains/1.77.2-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=9af4cae4193aefea -C extra-filename=-9af4cae4193aefea --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-9af4cae4193aefea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3100 | 2024-05-08T02:47:13.456Z | Compiling signature v1.6.4 |
3101 | 2024-05-08T02:47:13.483Z | Running `/home/build/.rustup/toolchains/1.77.2-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=169129becbffc520 -C extra-filename=-169129becbffc520 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3102 | 2024-05-08T02:47:13.528Z | Compiling bindgen v0.69.2 |
3103 | 2024-05-08T02:47:13.554Z | Running `/home/build/.rustup/toolchains/1.77.2-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=e3aff4190d76f4aa -C extra-filename=-e3aff4190d76f4aa --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-e3aff4190d76f4aa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3104 | 2024-05-08T02:47:13.580Z | Compiling regex-syntax v0.6.29 |
3105 | 2024-05-08T02:47:13.580Z | Running `/home/build/.rustup/toolchains/1.77.2-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=7a38e16cc8c3b566 -C extra-filename=-7a38e16cc8c3b566 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3106 | 2024-05-08T02:47:13.623Z | Compiling maplit v1.0.2 |
3107 | 2024-05-08T02:47:13.649Z | Running `/home/build/.rustup/toolchains/1.77.2-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=75c76d88cc18162b -C extra-filename=-75c76d88cc18162b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3108 | 2024-05-08T02:47:13.748Z | Compiling tough v0.17.1 |
3109 | 2024-05-08T02:47:13.774Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.17.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' -C metadata=03b9307cc8539457 -C extra-filename=-03b9307cc8539457 --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-6b0128b78ce785d5.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-3249fec9e60f9013.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-e11593f732b67af5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-4d16b8def65d9e55.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7acb2d670e1e637f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b34c0d67524cd63e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-e1cae238c9185271.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-a5cd8b3dfde7cdbc.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-4197b00e1b30d98f.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8fced45147420ad4.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ea704619c5387062.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-281083d16f9fe3a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64` |
3110 | 2024-05-08T02:47:13.841Z | Running `/work/oxidecomputer/omicron/target/debug/build/salty-9af4cae4193aefea/build-script-build` |
3111 | 2024-05-08T02:47:13.873Z | Compiling ed25519 v1.5.3 |
3112 | 2024-05-08T02:47:13.899Z | Running `/home/build/.rustup/toolchains/1.77.2-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=d728d0240d9a9af8 -C extra-filename=-d728d0240d9a9af8 --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-169129becbffc520.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3113 | 2024-05-08T02:47:14.221Z | Running `/home/build/.rustup/toolchains/1.77.2-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=0c42300343a7c7ea -C extra-filename=-0c42300343a7c7ea --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-bbd3f75ed0c26e0c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-e4ff8827bf8b8dac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3114 | 2024-05-08T02:47:14.261Z | Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-e3aff4190d76f4aa/build-script-build` |
3115 | 2024-05-08T02:47:14.329Z | Compiling nix v0.28.0 |
3116 | 2024-05-08T02:47:14.355Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.28.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' -C metadata=afc47821540b70e2 -C extra-filename=-afc47821540b70e2 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-afc47821540b70e2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-bc068cf97a4a4378.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3117 | 2024-05-08T02:47:14.701Z | Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-fb713a9c0be614f1/build-script-build` |
3118 | 2024-05-08T02:47:14.774Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3119 | 2024-05-08T02:47:14.800Z | Running `/home/build/.rustup/toolchains/1.77.2-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=708eb38cbbb0bc7b -C extra-filename=-708eb38cbbb0bc7b --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-12e7cc5b9a407160.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-9f9a676093161dd3.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-611962d7d561619c.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3120 | 2024-05-08T02:47:15.054Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3121 | 2024-05-08T02:47:15.080Z | Running `/home/build/.rustup/toolchains/1.77.2-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=8db8c28984ae3f66 -C extra-filename=-8db8c28984ae3f66 --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-a7919d510375f8f6.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-d22098972a623bc1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e34daba213629830.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3122 | 2024-05-08T02:47:15.377Z | Compiling cexpr v0.6.0 |
3123 | 2024-05-08T02:47:15.404Z | Running `/home/build/.rustup/toolchains/1.77.2-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=d8fe53a0b4688ad2 -C extra-filename=-d8fe53a0b4688ad2 --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-de96fd06cf0e5bf5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3124 | 2024-05-08T02:47:16.814Z | Compiling lalrpop v0.19.12 |
3125 | 2024-05-08T02:47:16.840Z | Running `/home/build/.rustup/toolchains/1.77.2-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=dbd9ba8d0cdfa67f -C extra-filename=-dbd9ba8d0cdfa67f --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-e371e1211e02acc3.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-c945bd74a1eeadc5.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-f43cd67f3219fc4e.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-2a6f73fe9c1afeb2.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-94c40c9d476da686.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-299aa95bd49089c3.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-69bd9af7242ee450.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8b3c61b161778a1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7a38e16cc8c3b566.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-70db6f23e48af470.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-66b903c7c0352180.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-28a4f6c0a7d4d1b6.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-cded253ddea7e430.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3126 | 2024-05-08T02:47:18.428Z | Compiling serde-big-array v0.5.1 |
3127 | 2024-05-08T02:47:18.454Z | Running `/home/build/.rustup/toolchains/1.77.2-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=48c3255008a99f4f -C extra-filename=-48c3255008a99f4f --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-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3128 | 2024-05-08T02:47:18.648Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3129 | 2024-05-08T02:47:18.675Z | Running `/home/build/.rustup/toolchains/1.77.2-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=65d6a5166c257be2 -C extra-filename=-65d6a5166c257be2 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3130 | 2024-05-08T02:47:19.209Z | Compiling which v4.4.0 |
3131 | 2024-05-08T02:47:19.235Z | Running `/home/build/.rustup/toolchains/1.77.2-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=0b90118a421c4c76 -C extra-filename=-0b90118a421c4c76 --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-3e218f4211a406b1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3132 | 2024-05-08T02:47:19.576Z | Compiling shlex v1.3.0 |
3133 | 2024-05-08T02:47:19.603Z | Running `/home/build/.rustup/toolchains/1.77.2-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=32ecc335f5465c05 -C extra-filename=-32ecc335f5465c05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3134 | 2024-05-08T02:47:19.756Z | Compiling ref-cast v1.0.22 |
3135 | 2024-05-08T02:47:19.782Z | Running `/home/build/.rustup/toolchains/1.77.2-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.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9a100357e6d566e1 -C extra-filename=-9a100357e6d566e1 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-9a100357e6d566e1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3136 | 2024-05-08T02:47:19.951Z | Compiling lazycell v1.3.0 |
3137 | 2024-05-08T02:47:19.978Z | Running `/home/build/.rustup/toolchains/1.77.2-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=b036786ec6cc4907 -C extra-filename=-b036786ec6cc4907 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3138 | 2024-05-08T02:47:20.114Z | Compiling rustc-hash v1.1.0 |
3139 | 2024-05-08T02:47:20.142Z | Running `/home/build/.rustup/toolchains/1.77.2-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=8ae2b579b19ecbee -C extra-filename=-8ae2b579b19ecbee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3140 | 2024-05-08T02:47:20.269Z | Compiling peeking_take_while v0.1.2 |
3141 | 2024-05-08T02:47:20.296Z | Running `/home/build/.rustup/toolchains/1.77.2-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=57b896bac988f030 -C extra-filename=-57b896bac988f030 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3142 | 2024-05-08T02:47:20.322Z | Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-9a100357e6d566e1/build-script-build` |
3143 | 2024-05-08T02:47:20.383Z | Running `/home/build/.rustup/toolchains/1.77.2-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=82e5a044d18b21c5 -C extra-filename=-82e5a044d18b21c5 --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-0d3753a4f8ddf1b6.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-d8fe53a0b4688ad2.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-0c42300343a7c7ea.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-b036786ec6cc4907.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern peeking_take_while=/work/oxidecomputer/omicron/target/debug/deps/libpeeking_take_while-57b896bac988f030.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-bb20372f1c3269c9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-8ae2b579b19ecbee.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-32ecc335f5465c05.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-0b90118a421c4c76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3144 | 2024-05-08T02:47:20.416Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3145 | 2024-05-08T02:47:20.522Z | Running `/home/build/.rustup/toolchains/1.77.2-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=f7346093bca69966 -C extra-filename=-f7346093bca69966 --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-65d6a5166c257be2.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3146 | 2024-05-08T02:47:20.838Z | Running `/home/build/.rustup/toolchains/1.77.2-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=9f1ebe6f5c918d80 -C extra-filename=-9f1ebe6f5c918d80 --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-db67e14663d879e1.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-0f5fd433625921fb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-b084f503a5438d4a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-09a90093a90b47c2.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-adafea1e0a1959d2.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-b3b773931263453a.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-708eb38cbbb0bc7b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-48c3255008a99f4f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1d188b7fe82162ba.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-70db6f23e48af470.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-8db8c28984ae3f66.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-23fac731ff5b8b72.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-197eaa295c9c35b8.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-e19b87428ca936b1/out/lib` |
3147 | 2024-05-08T02:47:20.944Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3148 | 2024-05-08T02:47:20.970Z | Running `/home/build/.rustup/toolchains/1.77.2-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=eafe36fffc3d9bb2 -C extra-filename=-eafe36fffc3d9bb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-94d014eebc6c5e7e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-adafea1e0a1959d2.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-10814480c3ff86c7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-313e414a71e86543.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-03b9307cc8539457.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ea704619c5387062.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-197eaa295c9c35b8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3149 | 2024-05-08T02:47:22.900Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3150 | 2024-05-08T02:47:22.949Z | Running `/home/build/.rustup/toolchains/1.77.2-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=153cffdd6bf3a39d -C extra-filename=-153cffdd6bf3a39d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-554abb1c8fa8fe68.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f9b21eb16e93a3d8.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2b40f9525107fda5.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-396960f0ccfdb73a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e037e891a75b3be0.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-66ad0c7271f78bc8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bdc322f1dddf194f.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5c66bff0e644640a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-73fe37f52b56dfd7.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d0a534a1040f98fd.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fa42aa7c6a0ce87c.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d375e524832d4092.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ba413ca6540baa73.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5de474b205735f5a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-dbc0e5234ac81936.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-763c4b915641c976.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1e215ea73b682ca6.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c9e24febc55c49ac.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1b8e56e63ffb30f4.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-455c082e7ab33758.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e953c3ae55ee349e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out` |
3151 | 2024-05-08T02:47:23.411Z | Running `/work/oxidecomputer/omicron/target/debug/build/nix-afc47821540b70e2/build-script-build` |
3152 | 2024-05-08T02:47:23.442Z | Running `/home/build/.rustup/toolchains/1.77.2-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=b08db4e2e9d355e6 -C extra-filename=-b08db4e2e9d355e6 --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-d728d0240d9a9af8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl` |
3153 | 2024-05-08T02:47:23.978Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3154 | 2024-05-08T02:47:24.005Z | Running `/home/build/.rustup/toolchains/1.77.2-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=bc205dc64f060916 -C extra-filename=-bc205dc64f060916 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-bc205dc64f060916 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-992c295357fad23f.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3155 | 2024-05-08T02:47:24.302Z | Compiling derive_builder_core v0.20.0 |
3156 | 2024-05-08T02:47:24.329Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_core-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' -C metadata=c2323439e7fba07a -C extra-filename=-c2323439e7fba07a --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-79693f502324cacf.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3157 | 2024-05-08T02:47:24.866Z | Compiling signal-hook-tokio v0.3.1 |
3158 | 2024-05-08T02:47:24.892Z | Running `/home/build/.rustup/toolchains/1.77.2-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=c38c0470805f23d8 -C extra-filename=-c38c0470805f23d8 --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-4b00f13a31442673.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-15f6eaae74fe5886.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3159 | 2024-05-08T02:47:25.042Z | Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3160 | 2024-05-08T02:47:25.069Z | Running `/home/build/.rustup/toolchains/1.77.2-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=00906d5c5a075342 -C extra-filename=-00906d5c5a075342 --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-1a1678ba78df6067.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3161 | 2024-05-08T02:47:25.373Z | Compiling serde-big-array v0.4.1 |
3162 | 2024-05-08T02:47:25.399Z | Running `/home/build/.rustup/toolchains/1.77.2-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=549689fa05eb9c22 -C extra-filename=-549689fa05eb9c22 --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-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3163 | 2024-05-08T02:47:25.535Z | Compiling ref-cast-impl v1.0.22 |
3164 | 2024-05-08T02:47:25.561Z | Running `/home/build/.rustup/toolchains/1.77.2-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.22/src/lib.rs --error-format=json --json=diagnostic-rendered-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=c77cf07ff215611c -C extra-filename=-c77cf07ff215611c --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3165 | 2024-05-08T02:47:26.286Z | Compiling libxml v0.3.3 |
3166 | 2024-05-08T02:47:26.312Z | Running `/home/build/.rustup/toolchains/1.77.2-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=7753908e8d4de12c -C extra-filename=-7753908e8d4de12c --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-7753908e8d4de12c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-1c87eb8758148fb3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3167 | 2024-05-08T02:47:26.396Z | Compiling derive_builder_macro v0.20.0 |
3168 | 2024-05-08T02:47:26.423Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_macro-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' -C metadata=2103a7d843835488 -C extra-filename=-2103a7d843835488 --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-c2323439e7fba07a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3169 | 2024-05-08T02:47:26.664Z | Running `/work/oxidecomputer/omicron/target/debug/build/libxml-7753908e8d4de12c/build-script-build` |
3170 | 2024-05-08T02:47:26.713Z | Running `/home/build/.rustup/toolchains/1.77.2-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.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 -C metadata=dd81de483d561cdc -C extra-filename=-dd81de483d561cdc --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-c77cf07ff215611c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3171 | 2024-05-08T02:47:26.739Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3172 | 2024-05-08T02:47:26.739Z | Running `/home/build/.rustup/toolchains/1.77.2-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=89e126660ff7c658 -C extra-filename=-89e126660ff7c658 --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-10b85a698196ef17.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-f7346093bca69966.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-b08db4e2e9d355e6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-549689fa05eb9c22.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3173 | 2024-05-08T02:47:26.846Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3174 | 2024-05-08T02:47:26.881Z | Running `/home/build/.rustup/toolchains/1.77.2-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=b5e873a458b78c86 -C extra-filename=-b5e873a458b78c86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-9f1ebe6f5c918d80.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7c07acd5f2bcd04.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-15f6eaae74fe5886.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c38c0470805f23d8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d833a19ba1055295.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
3175 | 2024-05-08T02:47:26.881Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-bc205dc64f060916/build-script-build` |
3176 | 2024-05-08T02:47:26.909Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' -C metadata=fa08bfe2e9fbad33 -C extra-filename=-fa08bfe2e9fbad33 --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-0d3753a4f8ddf1b6.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish` |
3177 | 2024-05-08T02:47:27.384Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3178 | 2024-05-08T02:47:27.411Z | Running `/home/build/.rustup/toolchains/1.77.2-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=3d0c749632a68aaa -C extra-filename=-3d0c749632a68aaa --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-877b6359526edb4b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-1a9cec70e9ef7162.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2ff4752e4c466ad8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3179 | 2024-05-08T02:47:27.734Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3180 | 2024-05-08T02:47:27.761Z | Running `/home/build/.rustup/toolchains/1.77.2-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=71f7cad35c850929 -C extra-filename=-71f7cad35c850929 --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-83bcee54d217dc20.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3181 | 2024-05-08T02:47:28.079Z | Compiling peg-macros v0.8.2 |
3182 | 2024-05-08T02:47:28.105Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name peg_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-macros-0.8.2/lib.rs --error-format=json --json=diagnostic-rendered-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=69502503a1aae831 -C extra-filename=-69502503a1aae831 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-99a9930b7e492cc8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3183 | 2024-05-08T02:47:29.380Z | Compiling strum_macros v0.24.3 |
3184 | 2024-05-08T02:47:29.420Z | Running `/home/build/.rustup/toolchains/1.77.2-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=009be6bb2779d57f -C extra-filename=-009be6bb2779d57f --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-1a1678ba78df6067.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-447711a94439c285.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3185 | 2024-05-08T02:47:30.284Z | Compiling sqlparser_derive v0.2.2 |
3186 | 2024-05-08T02:47:30.311Z | Running `/home/build/.rustup/toolchains/1.77.2-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=115e077bbf05f298 -C extra-filename=-115e077bbf05f298 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3187 | 2024-05-08T02:47:30.573Z | Compiling cookie v0.18.1 |
3188 | 2024-05-08T02:47:30.600Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ab071a76c79e68d5 -C extra-filename=-ab071a76c79e68d5 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-ab071a76c79e68d5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3189 | 2024-05-08T02:47:30.891Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
3190 | 2024-05-08T02:47:30.917Z | Running `/home/build/.rustup/toolchains/1.77.2-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=80290388e1ad3b04 -C extra-filename=-80290388e1ad3b04 --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-80290388e1ad3b04 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-da62becbb68e1686.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3191 | 2024-05-08T02:47:31.226Z | Compiling corncobs v0.1.3 |
3192 | 2024-05-08T02:47:31.252Z | Running `/home/build/.rustup/toolchains/1.77.2-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=6445bb9046bf004a -C extra-filename=-6445bb9046bf004a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3193 | 2024-05-08T02:47:31.314Z | Compiling indoc v1.0.9 |
3194 | 2024-05-08T02:47:31.340Z | Running `/home/build/.rustup/toolchains/1.77.2-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=2cd91c7f91fb910d -C extra-filename=-2cd91c7f91fb910d --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` |
3195 | 2024-05-08T02:47:31.430Z | Compiling unicode_categories v0.1.1 |
3196 | 2024-05-08T02:47:31.457Z | Running `/home/build/.rustup/toolchains/1.77.2-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=de74123180091635 -C extra-filename=-de74123180091635 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3197 | 2024-05-08T02:47:31.530Z | Compiling sqlparser v0.45.0 |
3198 | 2024-05-08T02:47:31.562Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="sqlparser_derive"' --cfg 'feature="std"' --cfg 'feature="visitor"' -C metadata=dc6fce81e6b88016 -C extra-filename=-dc6fce81e6b88016 --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-0f58a9cf96294e99.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-115e077bbf05f298.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3199 | 2024-05-08T02:47:31.746Z | Compiling sqlformat v0.2.3 |
3200 | 2024-05-08T02:47:31.771Z | Running `/home/build/.rustup/toolchains/1.77.2-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=fc158bba336639b2 -C extra-filename=-fc158bba336639b2 --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-2bca21e8a8c94f0b.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-de96fd06cf0e5bf5.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-de74123180091635.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3201 | 2024-05-08T02:47:32.367Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3202 | 2024-05-08T02:47:32.393Z | Running `/home/build/.rustup/toolchains/1.77.2-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=bb058ce0e73611be -C extra-filename=-bb058ce0e73611be --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-6445bb9046bf004a.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-f7346093bca69966.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-b08db4e2e9d355e6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-89e126660ff7c658.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-9b67bfa3bc4355e5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3203 | 2024-05-08T02:47:32.771Z | Compiling peg v0.8.2 |
3204 | 2024-05-08T02:47:32.797Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name peg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-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"' -C metadata=1ac7cfe6df08972c -C extra-filename=-1ac7cfe6df08972c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern peg_macros=/work/oxidecomputer/omicron/target/debug/deps/libpeg_macros-69502503a1aae831.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-99a9930b7e492cc8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3205 | 2024-05-08T02:47:32.837Z | Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-80290388e1ad3b04/build-script-build` |
3206 | 2024-05-08T02:47:32.874Z | Running `/work/oxidecomputer/omicron/target/debug/build/cookie-ab071a76c79e68d5/build-script-build` |
3207 | 2024-05-08T02:47:32.900Z | Compiling rustyline v14.0.0 |
3208 | 2024-05-08T02:47:32.929Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustyline-14.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="custom-bindings"' --cfg 'feature="default"' --cfg 'feature="fd-lock"' --cfg 'feature="home"' --cfg 'feature="radix_trie"' --cfg 'feature="with-dirs"' --cfg 'feature="with-file-history"' -C metadata=cc3cb3f1d0c0bed1 -C extra-filename=-cc3cb3f1d0c0bed1 --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-0d3753a4f8ddf1b6.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-e1dcfafe59604a1a.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-1e224963060d30af.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-fa08bfe2e9fbad33.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-018bab65e90d5b53.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-5f17d2c6c032dfe2.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-06c9e9fa03fbc0c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3209 | 2024-05-08T02:47:32.956Z | Compiling derive_builder v0.20.0 |
3210 | 2024-05-08T02:47:32.956Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d7d34cc1999e1522 -C extra-filename=-d7d34cc1999e1522 --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-2103a7d843835488.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3211 | 2024-05-08T02:47:33.155Z | Running `/home/build/.rustup/toolchains/1.77.2-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=e01bec648f03a7b6 -C extra-filename=-e01bec648f03a7b6 --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-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2` |
3212 | 2024-05-08T02:47:34.450Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3213 | 2024-05-08T02:47:34.476Z | Running `/home/build/.rustup/toolchains/1.77.2-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 --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' -C metadata=9951e0fd8fd91bea -C extra-filename=-9951e0fd8fd91bea --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-9951e0fd8fd91bea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-992c295357fad23f.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3214 | 2024-05-08T02:47:34.817Z | Compiling bb8 v0.8.3 |
3215 | 2024-05-08T02:47:34.843Z | Running `/home/build/.rustup/toolchains/1.77.2-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=cd00c1534692349f -C extra-filename=-cd00c1534692349f --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-db67e14663d879e1.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e5c5dc3a4642b306.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2df6ab9162cca8c1.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-129c770cfa0fa0c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3216 | 2024-05-08T02:47:35.332Z | Compiling const_format_proc_macros v0.2.32 |
3217 | 2024-05-08T02:47:35.332Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name const_format_proc_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format_proc_macros-0.2.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 --cfg 'feature="default"' -C metadata=9858f484ecd89dc1 -C extra-filename=-9858f484ecd89dc1 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-cded253ddea7e430.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3218 | 2024-05-08T02:47:35.731Z | Compiling quick-xml v0.31.0 |
3219 | 2024-05-08T02:47:35.756Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.31.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=cc20512d336b2e65 -C extra-filename=-cc20512d336b2e65 --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-2d2769c741d5e1f4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3220 | 2024-05-08T02:47:36.898Z | Compiling bcs v0.1.6 |
3221 | 2024-05-08T02:47:36.929Z | Running `/home/build/.rustup/toolchains/1.77.2-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=a1b7f4195d945ae4 -C extra-filename=-a1b7f4195d945ae4 --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-3323f3a7841d0a63.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3222 | 2024-05-08T02:47:37.473Z | Compiling impl-trait-for-tuples v0.2.2 |
3223 | 2024-05-08T02:47:37.502Z | Running `/home/build/.rustup/toolchains/1.77.2-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=8014d676f7601096 -C extra-filename=-8014d676f7601096 --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-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3224 | 2024-05-08T02:47:37.560Z | Compiling oso-derive v0.27.3 |
3225 | 2024-05-08T02:47:37.586Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-derive-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=65e0242ebb131f0c -C extra-filename=-65e0242ebb131f0c --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-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3226 | 2024-05-08T02:47:38.679Z | Compiling highway v1.1.0 |
3227 | 2024-05-08T02:47:38.705Z | Running `/home/build/.rustup/toolchains/1.77.2-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=9dfbd126aecbb7c8 -C extra-filename=-9dfbd126aecbb7c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3228 | 2024-05-08T02:47:38.705Z | Compiling const_format v0.2.32 |
3229 | 2024-05-08T02:47:38.705Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format-0.2.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="default"' -C metadata=d850075d6a742a33 -C extra-filename=-d850075d6a742a33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_format_proc_macros=/work/oxidecomputer/omicron/target/debug/deps/libconst_format_proc_macros-9858f484ecd89dc1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3230 | 2024-05-08T02:47:39.314Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
3231 | 2024-05-08T02:47:39.341Z | Running `/home/build/.rustup/toolchains/1.77.2-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=35c9e283b64671c7 -C extra-filename=-35c9e283b64671c7 --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-db67e14663d879e1.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-cd00c1534692349f.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3bd0cbc27364293.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3232 | 2024-05-08T02:47:39.341Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-9951e0fd8fd91bea/build-script-build` |
3233 | 2024-05-08T02:47:39.375Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=329e9c57c97016a7 -C extra-filename=-329e9c57c97016a7 --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-27a7898fe94cad80.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3234 | 2024-05-08T02:47:39.877Z | Running `/home/build/.rustup/toolchains/1.77.2-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=815d8b34a711b8b9 -C extra-filename=-815d8b34a711b8b9 --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-c3bd0cbc27364293.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3235 | 2024-05-08T02:47:40.245Z | Running `/home/build/.rustup/toolchains/1.77.2-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=f3ef389bac292598 -C extra-filename=-f3ef389bac292598 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3d0c749632a68aaa.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7a4bde3918ca026a.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3bd0cbc27364293.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-f02d9217fa7ebd06.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-71f7cad35c850929.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e21eb30d349539bd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-b744afbd49cb10fd.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-dd81de483d561cdc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2ffdecfe73e50e0c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3236 | 2024-05-08T02:47:40.339Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3237 | 2024-05-08T02:47:40.365Z | Running `/home/build/.rustup/toolchains/1.77.2-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=5ba4faa9ccae324c -C extra-filename=-5ba4faa9ccae324c --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-877b6359526edb4b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-1a9cec70e9ef7162.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2ff4752e4c466ad8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3238 | 2024-05-08T02:47:41.815Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3239 | 2024-05-08T02:47:41.841Z | Running `/home/build/.rustup/toolchains/1.77.2-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=1a6c598c05c4fc10 -C extra-filename=-1a6c598c05c4fc10 --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-996559b273324b36.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3240 | 2024-05-08T02:47:43.701Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3241 | 2024-05-08T02:47:43.751Z | Running `/home/build/.rustup/toolchains/1.77.2-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 --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' -C metadata=e377ae459381eb72 -C extra-filename=-e377ae459381eb72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-6b0128b78ce785d5.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-a1b7f4195d945ae4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7240974c6860a96c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-9dfbd126aecbb7c8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8cdb6e55a736507.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1ac7cfe6df08972c.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4eeaf57880e3cd81.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-cc3cb3f1d0c0bed1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-fc158bba336639b2.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-dc6fce81e6b88016.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a3a3937d15734e56.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3242 | 2024-05-08T02:47:47.197Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3243 | 2024-05-08T02:47:47.227Z | Running `/home/build/.rustup/toolchains/1.77.2-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=efa46990382dafd2 -C extra-filename=-efa46990382dafd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-b5e873a458b78c86.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-bb058ce0e73611be.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L /usr/platform/oxide/lib/amd64/` |
3244 | 2024-05-08T02:47:47.313Z | Compiling assert_matches v1.5.0 |
3245 | 2024-05-08T02:47:47.339Z | Running `/home/build/.rustup/toolchains/1.77.2-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=6e7bffc3196f4c4f -C extra-filename=-6e7bffc3196f4c4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3246 | 2024-05-08T02:47:47.424Z | Compiling rand_seeder v0.2.3 |
3247 | 2024-05-08T02:47:47.450Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_seeder-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=13671f9aededfb44 -C extra-filename=-13671f9aededfb44 --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-4e5690172993484a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3248 | 2024-05-08T02:47:47.704Z | Compiling portable-atomic v1.4.3 |
3249 | 2024-05-08T02:47:47.730Z | Running `/home/build/.rustup/toolchains/1.77.2-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=1139e0cbc21bf798 -C extra-filename=-1139e0cbc21bf798 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-1139e0cbc21bf798 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3250 | 2024-05-08T02:47:48.580Z | Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-1139e0cbc21bf798/build-script-build` |
3251 | 2024-05-08T02:47:48.652Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3252 | 2024-05-08T02:47:48.678Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dab6a5af90c8dd20 -C extra-filename=-dab6a5af90c8dd20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-9c3a35a8f50403b5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-13671f9aededfb44.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3253 | 2024-05-08T02:47:48.835Z | Running `/home/build/.rustup/toolchains/1.77.2-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=4a2fee08c47e0a52 -C extra-filename=-4a2fee08c47e0a52 --out-dir /work/oxidecomputer/omicron/target/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` |
3254 | 2024-05-08T02:47:49.981Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3255 | 2024-05-08T02:47:50.008Z | Running `/home/build/.rustup/toolchains/1.77.2-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=f955e43a0efeb61f -C extra-filename=-f955e43a0efeb61f --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-9d2aa48e77301f2e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-b5e873a458b78c86.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-efa46990382dafd2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
3256 | 2024-05-08T02:47:50.931Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3257 | 2024-05-08T02:47:50.961Z | Running `/home/build/.rustup/toolchains/1.77.2-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=82c2aa57613bd64f -C extra-filename=-82c2aa57613bd64f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-adafea1e0a1959d2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-03b9307cc8539457.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3258 | 2024-05-08T02:47:51.877Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3259 | 2024-05-08T02:47:51.904Z | Running `/home/build/.rustup/toolchains/1.77.2-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=d39333e2b85a2f18 -C extra-filename=-d39333e2b85a2f18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1a6c598c05c4fc10.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e377ae459381eb72.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3260 | 2024-05-08T02:47:52.811Z | Compiling number_prefix v0.4.0 |
3261 | 2024-05-08T02:47:52.837Z | Running `/home/build/.rustup/toolchains/1.77.2-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=aae0ce4dbbb8d803 -C extra-filename=-aae0ce4dbbb8d803 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3262 | 2024-05-08T02:47:53.024Z | Compiling indicatif v0.17.8 |
3263 | 2024-05-08T02:47:53.051Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' -C metadata=f7faa688538765f3 -C extra-filename=-f7faa688538765f3 --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-481ecd2bf3b3e831.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-aae0ce4dbbb8d803.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-4a2fee08c47e0a52.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6db376e2c842d9b1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3264 | 2024-05-08T02:47:54.934Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3265 | 2024-05-08T02:47:54.962Z | Running `/home/build/.rustup/toolchains/1.77.2-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=6f8510bdf12fcde9 -C extra-filename=-6f8510bdf12fcde9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-dab6a5af90c8dd20.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3266 | 2024-05-08T02:47:55.351Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3267 | 2024-05-08T02:47:55.378Z | Running `/home/build/.rustup/toolchains/1.77.2-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=2594524cb34bd686 -C extra-filename=-2594524cb34bd686 --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-db67e14663d879e1.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3268 | 2024-05-08T02:47:55.796Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3269 | 2024-05-08T02:47:55.822Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/metrics-producer-gc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4c31d324df8e4e99 -C extra-filename=-4c31d324df8e4e99 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-4c31d324df8e4e99 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-992c295357fad23f.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3270 | 2024-05-08T02:47:56.181Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3271 | 2024-05-08T02:47:56.207Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/reconfigurator/execution/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8f525356374834e2 -C extra-filename=-8f525356374834e2 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-8f525356374834e2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-992c295357fad23f.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3272 | 2024-05-08T02:47:56.556Z | Compiling castaway v0.2.2 |
3273 | 2024-05-08T02:47:56.582Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/castaway-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2b69a3c00079cc2a -C extra-filename=-2b69a3c00079cc2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-447711a94439c285.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3274 | 2024-05-08T02:47:56.741Z | Compiling compact_str v0.7.1 |
3275 | 2024-05-08T02:47:56.767Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/compact_str-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=22ee7828fb95d4ce -C extra-filename=-22ee7828fb95d4ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern castaway=/work/oxidecomputer/omicron/target/debug/deps/libcastaway-2b69a3c00079cc2a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-8887d85b8db1efbb.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-4d2b5e30bc2a618d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3276 | 2024-05-08T02:47:57.685Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-8f525356374834e2/build-script-build` |
3277 | 2024-05-08T02:47:57.719Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-4c31d324df8e4e99/build-script-build` |
3278 | 2024-05-08T02:47:57.749Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3279 | 2024-05-08T02:47:57.776Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8f6cb617feec4f61 -C extra-filename=-8f6cb617feec4f61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-6f1e2c4e27b6e689.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6f8510bdf12fcde9.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-dab6a5af90c8dd20.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3280 | 2024-05-08T02:48:00.446Z | Compiling lru v0.12.1 |
3281 | 2024-05-08T02:48:00.472Z | Running `/home/build/.rustup/toolchains/1.77.2-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=18c0858ceb4ca8b3 -C extra-filename=-18c0858ceb4ca8b3 --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-ecc62c491397209c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3282 | 2024-05-08T02:48:00.737Z | Compiling stability v0.2.0 |
3283 | 2024-05-08T02:48:00.763Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name stability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stability-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=eb893109a21b50f3 -C extra-filename=-eb893109a21b50f3 --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-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3284 | 2024-05-08T02:48:01.757Z | Compiling indoc v2.0.3 |
3285 | 2024-05-08T02:48:01.784Z | Running `/home/build/.rustup/toolchains/1.77.2-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=9a683cd2f2ad9b57 -C extra-filename=-9a683cd2f2ad9b57 --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` |
3286 | 2024-05-08T02:48:02.840Z | Compiling cassowary v0.3.0 |
3287 | 2024-05-08T02:48:02.870Z | Running `/home/build/.rustup/toolchains/1.77.2-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=874d61889f5bff43 -C extra-filename=-874d61889f5bff43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3288 | 2024-05-08T02:48:03.058Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3289 | 2024-05-08T02:48:03.084Z | Running `/home/build/.rustup/toolchains/1.77.2-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=23efcefe1db3e456 -C extra-filename=-23efcefe1db3e456 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3290 | 2024-05-08T02:48:03.608Z | Compiling ratatui v0.26.2 |
3291 | 2024-05-08T02:48:03.635Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.26.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--warn=clippy::use_self' --forbid=unsafe_code '--warn=clippy::string_to_string' '--warn=clippy::string_lit_chars_any' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::redundant_type_annotations' '--warn=clippy::needless_raw_strings' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--warn=clippy::mod_module_files' '--warn=clippy::mixed_read_write_in_expression' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--warn=clippy::missing_const_for_fn' '--warn=clippy::map_err_ignore' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::equatable_if_let' '--warn=clippy::empty_line_after_doc_comments' '--warn=clippy::else_if_without_else' '--warn=clippy::deref_by_slicing' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::as_underscore' --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="underline-color"' -C metadata=45b6c180a1659f91 -C extra-filename=-45b6c180a1659f91 --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-0d3753a4f8ddf1b6.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-874d61889f5bff43.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-22ee7828fb95d4ce.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7240974c6860a96c.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-9a683cd2f2ad9b57.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-18c0858ceb4ca8b3.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern stability=/work/oxidecomputer/omicron/target/debug/deps/libstability-eb893109a21b50f3.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-5f17d2c6c032dfe2.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3292 | 2024-05-08T02:48:03.983Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3293 | 2024-05-08T02:48:04.008Z | Running `/home/build/.rustup/toolchains/1.77.2-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=f1af68eade3ff17b -C extra-filename=-f1af68eade3ff17b --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-f1af68eade3ff17b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-992c295357fad23f.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3294 | 2024-05-08T02:48:04.321Z | Compiling unicode-linebreak v0.1.5 |
3295 | 2024-05-08T02:48:04.347Z | Running `/home/build/.rustup/toolchains/1.77.2-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=ab72a8b652d32aae -C extra-filename=-ab72a8b652d32aae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3296 | 2024-05-08T02:48:04.730Z | Compiling smawk v0.3.1 |
3297 | 2024-05-08T02:48:04.757Z | Running `/home/build/.rustup/toolchains/1.77.2-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=9f90bcdf2793aef5 -C extra-filename=-9f90bcdf2793aef5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3298 | 2024-05-08T02:48:04.817Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-f1af68eade3ff17b/build-script-build` |
3299 | 2024-05-08T02:48:04.849Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
3300 | 2024-05-08T02:48:04.875Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/62cc2cf/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=40894eb55a609c23 -C extra-filename=-40894eb55a609c23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-88036c1895ea3e9d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b34c0d67524cd63e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64` |
3301 | 2024-05-08T02:48:04.942Z | Compiling textwrap v0.16.1 |
3302 | 2024-05-08T02:48:04.969Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' -C metadata=d72924ef586cc110 -C extra-filename=-d72924ef586cc110 --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-9f90bcdf2793aef5.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-ab72a8b652d32aae.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3303 | 2024-05-08T02:48:06.091Z | Compiling fatfs v0.3.6 |
3304 | 2024-05-08T02:48:06.118Z | Running `/home/build/.rustup/toolchains/1.77.2-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=9eeaac45cb6097ba -C extra-filename=-9eeaac45cb6097ba --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-12e7cc5b9a407160.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3305 | 2024-05-08T02:48:07.256Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3306 | 2024-05-08T02:48:07.283Z | Running `/home/build/.rustup/toolchains/1.77.2-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=9700f03a96d80587 -C extra-filename=-9700f03a96d80587 --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-996559b273324b36.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e037e891a75b3be0.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23efcefe1db3e456.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3307 | 2024-05-08T02:48:07.607Z | Compiling is_ci v1.2.0 |
3308 | 2024-05-08T02:48:07.633Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_ci-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=85d9c8abb87887f2 -C extra-filename=-85d9c8abb87887f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3309 | 2024-05-08T02:48:07.778Z | Compiling supports-color v3.0.0 |
3310 | 2024-05-08T02:48:07.805Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-color-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b0cc926e5fa2ee3c -C extra-filename=-b0cc926e5fa2ee3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-85d9c8abb87887f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3311 | 2024-05-08T02:48:08.124Z | Compiling rtoolbox v0.0.1 |
3312 | 2024-05-08T02:48:08.150Z | Running `/home/build/.rustup/toolchains/1.77.2-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=eef686eca508c80a -C extra-filename=-eef686eca508c80a --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-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3313 | 2024-05-08T02:48:08.498Z | Compiling rpassword v7.3.1 |
3314 | 2024-05-08T02:48:08.524Z | Running `/home/build/.rustup/toolchains/1.77.2-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=a7273c279e12ceb3 -C extra-filename=-a7273c279e12ceb3 --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-0389f312b031ed53.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-eef686eca508c80a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3315 | 2024-05-08T02:48:08.794Z | Compiling tui-tree-widget v0.19.0 |
3316 | 2024-05-08T02:48:08.820Z | Running `/home/build/.rustup/toolchains/1.77.2-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.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 -C metadata=7d8ab44e5e8f31d3 -C extra-filename=-7d8ab44e5e8f31d3 --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-45b6c180a1659f91.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3317 | 2024-05-08T02:48:09.155Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3318 | 2024-05-08T02:48:09.183Z | Running `/home/build/.rustup/toolchains/1.77.2-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=25361d8a76cac194 -C extra-filename=-25361d8a76cac194 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-481ecd2bf3b3e831.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3319 | 2024-05-08T02:48:09.643Z | Compiling yansi v0.5.1 |
3320 | 2024-05-08T02:48:09.670Z | Running `/home/build/.rustup/toolchains/1.77.2-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=4291c946af66e4ce -C extra-filename=-4291c946af66e4ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3321 | 2024-05-08T02:48:09.966Z | Compiling shell-words v1.1.0 |
3322 | 2024-05-08T02:48:09.993Z | Running `/home/build/.rustup/toolchains/1.77.2-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=b91cae5995a8e411 -C extra-filename=-b91cae5995a8e411 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3323 | 2024-05-08T02:48:10.274Z | Compiling getrandom v0.1.16 |
3324 | 2024-05-08T02:48:10.300Z | Running `/home/build/.rustup/toolchains/1.77.2-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=e04c07421f5a67b4 -C extra-filename=-e04c07421f5a67b4 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-e04c07421f5a67b4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3325 | 2024-05-08T02:48:10.928Z | Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-e04c07421f5a67b4/build-script-build` |
3326 | 2024-05-08T02:48:10.966Z | Compiling pretty_assertions v1.4.0 |
3327 | 2024-05-08T02:48:10.992Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3328 | 2024-05-08T02:48:10.992Z | Running `/home/build/.rustup/toolchains/1.77.2-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=0b70af109647b6ae -C extra-filename=-0b70af109647b6ae --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-f43cd67f3219fc4e.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-4291c946af66e4ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3329 | 2024-05-08T02:48:10.992Z | Running `/home/build/.rustup/toolchains/1.77.2-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=e8ca21169f0c99a7 -C extra-filename=-e8ca21169f0c99a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3330 | 2024-05-08T02:48:11.318Z | Compiling target-lexicon v0.12.13 |
3331 | 2024-05-08T02:48:11.344Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=975e11a33e7c03af -C extra-filename=-975e11a33e7c03af --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-975e11a33e7c03af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3332 | 2024-05-08T02:48:12.199Z | Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-975e11a33e7c03af/build-script-build` |
3333 | 2024-05-08T02:48:12.273Z | Running `/home/build/.rustup/toolchains/1.77.2-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=61f5b65c456c8eb9 -C extra-filename=-61f5b65c456c8eb9 --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-427020ca80f73ebb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3334 | 2024-05-08T02:48:12.750Z | Compiling rfc6979 v0.4.0 |
3335 | 2024-05-08T02:48:12.776Z | Running `/home/build/.rustup/toolchains/1.77.2-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=2ee69ae93b0f805b -C extra-filename=-2ee69ae93b0f805b --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-04ec7c9ae5d0f445.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3336 | 2024-05-08T02:48:12.933Z | Compiling doc-comment v0.3.3 |
3337 | 2024-05-08T02:48:12.960Z | Running `/home/build/.rustup/toolchains/1.77.2-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=a2904883623af580 -C extra-filename=-a2904883623af580 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-a2904883623af580 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3338 | 2024-05-08T02:48:13.226Z | Compiling guppy-workspace-hack v0.1.0 |
3339 | 2024-05-08T02:48:13.252Z | Running `/home/build/.rustup/toolchains/1.77.2-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=6d4f6070ba63f701 -C extra-filename=-6d4f6070ba63f701 --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-6d4f6070ba63f701 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3340 | 2024-05-08T02:48:13.500Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3341 | 2024-05-08T02:48:13.527Z | Running `/home/build/.rustup/toolchains/1.77.2-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=aa2996d8bd7de0be -C extra-filename=-aa2996d8bd7de0be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-96402d30bd2ed2c0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7240974c6860a96c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f7faa688538765f3.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-681c39f3ceba5f5e.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-45b6c180a1659f91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7273c279e12ceb3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-b91cae5995a8e411.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b0cc926e5fa2ee3c.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d72924ef586cc110.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b315100e2226b713.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7d8ab44e5e8f31d3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23efcefe1db3e456.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-9700f03a96d80587.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3342 | 2024-05-08T02:48:13.553Z | Compiling winapi v0.3.9 |
3343 | 2024-05-08T02:48:13.553Z | Running `/home/build/.rustup/toolchains/1.77.2-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=e4a5cfb90af928b2 -C extra-filename=-e4a5cfb90af928b2 --out-dir /work/oxidecomputer/omicron/target/debug/build/winapi-e4a5cfb90af928b2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3344 | 2024-05-08T02:48:14.505Z | Running `/work/oxidecomputer/omicron/target/debug/build/winapi-e4a5cfb90af928b2/build-script-build` |
3345 | 2024-05-08T02:48:14.534Z | Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-6d4f6070ba63f701/build-script-build` |
3346 | 2024-05-08T02:48:14.570Z | Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-a2904883623af580/build-script-build` |
3347 | 2024-05-08T02:48:14.715Z | Compiling ecdsa v0.16.9 |
3348 | 2024-05-08T02:48:14.741Z | Running `/home/build/.rustup/toolchains/1.77.2-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=35b1a896874b2621 -C extra-filename=-35b1a896874b2621 --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-2be1af541275103d.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-f487f7d68fed3764.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-f449f13725e1c744.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-2ee69ae93b0f805b.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-93285e45b47dcfa1.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-b7de7fe0988b1cd7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3349 | 2024-05-08T02:48:15.410Z | Compiling rand_core v0.5.1 |
3350 | 2024-05-08T02:48:15.437Z | Running `/home/build/.rustup/toolchains/1.77.2-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=ba838982b040d057 -C extra-filename=-ba838982b040d057 --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-61f5b65c456c8eb9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3351 | 2024-05-08T02:48:15.846Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=eff84727662a6f38 -C extra-filename=-eff84727662a6f38 --out-dir /work/oxidecomputer/omicron/target/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"'` |
3352 | 2024-05-08T02:48:16.465Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
3353 | 2024-05-08T02:48:16.491Z | Running `/home/build/.rustup/toolchains/1.77.2-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=d829b7f072c2faa6 -C extra-filename=-d829b7f072c2faa6 --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-f30a7be5996f8118.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3354 | 2024-05-08T02:48:17.810Z | Compiling primeorder v0.13.6 |
3355 | 2024-05-08T02:48:17.836Z | Running `/home/build/.rustup/toolchains/1.77.2-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=bfcd78d13282df65 -C extra-filename=-bfcd78d13282df65 --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-f449f13725e1c744.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3356 | 2024-05-08T02:48:18.222Z | Compiling cargo-platform v0.1.3 |
3357 | 2024-05-08T02:48:18.248Z | Running `/home/build/.rustup/toolchains/1.77.2-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=673f8919bc04a3e4 -C extra-filename=-673f8919bc04a3e4 --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-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3358 | 2024-05-08T02:48:18.701Z | Compiling option-ext v0.2.0 |
3359 | 2024-05-08T02:48:18.727Z | Running `/home/build/.rustup/toolchains/1.77.2-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=316366b7d0638767 -C extra-filename=-316366b7d0638767 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3360 | 2024-05-08T02:48:18.843Z | Compiling target-spec v3.1.0 |
3361 | 2024-05-08T02:48:18.869Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8d0d03063c91db03 -C extra-filename=-8d0d03063c91db03 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-8d0d03063c91db03 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3362 | 2024-05-08T02:48:18.896Z | Compiling assert_cmd v2.0.14 |
3363 | 2024-05-08T02:48:18.896Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a1195a21fe234078 -C extra-filename=-a1195a21fe234078 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-a1195a21fe234078 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3364 | 2024-05-08T02:48:19.304Z | Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-a1195a21fe234078/build-script-build` |
3365 | 2024-05-08T02:48:19.336Z | Compiling dirs-sys v0.4.1 |
3366 | 2024-05-08T02:48:19.362Z | Running `/home/build/.rustup/toolchains/1.77.2-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=fef4fe9bd26b7910 -C extra-filename=-fef4fe9bd26b7910 --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-0389f312b031ed53.rmeta --extern option_ext=/work/oxidecomputer/omicron/target/debug/deps/liboption_ext-316366b7d0638767.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3367 | 2024-05-08T02:48:19.403Z | Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-8d0d03063c91db03/build-script-build` |
3368 | 2024-05-08T02:48:19.435Z | Compiling cargo_metadata v0.18.1 |
3369 | 2024-05-08T02:48:19.462Z | Running `/home/build/.rustup/toolchains/1.77.2-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=6dd199cced53b421 -C extra-filename=-6dd199cced53b421 --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-9d2aa48e77301f2e.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-673f8919bc04a3e4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3370 | 2024-05-08T02:48:19.887Z | Compiling cfg-expr v0.15.6 |
3371 | 2024-05-08T02:48:19.913Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.15.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' -C metadata=14c37fbe7e7b631c -C extra-filename=-14c37fbe7e7b631c --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-9167c091d196f46c.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-eff84727662a6f38.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3372 | 2024-05-08T02:48:20.937Z | Compiling rand_chacha v0.2.2 |
3373 | 2024-05-08T02:48:20.964Z | Running `/home/build/.rustup/toolchains/1.77.2-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=6cb973877c8a197c -C extra-filename=-6cb973877c8a197c --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-8f6ebf3a73b53cd2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ba838982b040d057.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3374 | 2024-05-08T02:48:22.145Z | Running `/home/build/.rustup/toolchains/1.77.2-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=c59758b3bc8577b3 -C extra-filename=-c59758b3bc8577b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3375 | 2024-05-08T02:48:22.248Z | Running `/home/build/.rustup/toolchains/1.77.2-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=fedaa7cf1d50053a -C extra-filename=-fedaa7cf1d50053a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3376 | 2024-05-08T02:48:22.351Z | Running `/home/build/.rustup/toolchains/1.77.2-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=13717d1b007eddf5 -C extra-filename=-13717d1b007eddf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3377 | 2024-05-08T02:48:22.438Z | Compiling polyval v0.6.1 |
3378 | 2024-05-08T02:48:22.464Z | Running `/home/build/.rustup/toolchains/1.77.2-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=cff2bb45f16d44f6 -C extra-filename=-cff2bb45f16d44f6 --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-427020ca80f73ebb.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1ffb3fa88be7e604.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-b6a9d9f9aff45479.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-b86443d2aae60a33.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3379 | 2024-05-08T02:48:22.491Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3380 | 2024-05-08T02:48:22.491Z | Running `/home/build/.rustup/toolchains/1.77.2-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=0fba28170df444b2 -C extra-filename=-0fba28170df444b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e037e891a75b3be0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3381 | 2024-05-08T02:48:22.798Z | Compiling ed25519 v2.2.2 |
3382 | 2024-05-08T02:48:22.824Z | Running `/home/build/.rustup/toolchains/1.77.2-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=b2758d1a136e26da -C extra-filename=-b2758d1a136e26da --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-93285e45b47dcfa1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3383 | 2024-05-08T02:48:23.212Z | Compiling http-body v1.0.0 |
3384 | 2024-05-08T02:48:23.239Z | Running `/home/build/.rustup/toolchains/1.77.2-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=71798954cb8c7c23 -C extra-filename=-71798954cb8c7c23 --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-d1e7b568f67bf391.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b332bc33c46c8d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3385 | 2024-05-08T02:48:23.426Z | Compiling ctr v0.9.2 |
3386 | 2024-05-08T02:48:23.452Z | Running `/home/build/.rustup/toolchains/1.77.2-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=cde0f1a3ac5ed33d -C extra-filename=-cde0f1a3ac5ed33d --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-92c8ea32cc92e7b7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3387 | 2024-05-08T02:48:23.734Z | Compiling blowfish v0.9.1 |
3388 | 2024-05-08T02:48:23.734Z | Running `/home/build/.rustup/toolchains/1.77.2-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=ebbab0a5232148fa -C extra-filename=-ebbab0a5232148fa --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-a7919d510375f8f6.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-92c8ea32cc92e7b7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3389 | 2024-05-08T02:48:24.155Z | Compiling aes v0.8.3 |
3390 | 2024-05-08T02:48:24.182Z | Running `/home/build/.rustup/toolchains/1.77.2-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=bdfb8cd0d4415185 -C extra-filename=-bdfb8cd0d4415185 --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-427020ca80f73ebb.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-92c8ea32cc92e7b7.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1ffb3fa88be7e604.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3391 | 2024-05-08T02:48:26.329Z | Compiling password-hash v0.4.2 |
3392 | 2024-05-08T02:48:26.357Z | Running `/home/build/.rustup/toolchains/1.77.2-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=8472b44186421a27 -C extra-filename=-8472b44186421a27 --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-89d333838280fc83.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3393 | 2024-05-08T02:48:27.227Z | Compiling pbkdf2 v0.12.2 |
3394 | 2024-05-08T02:48:27.253Z | Running `/home/build/.rustup/toolchains/1.77.2-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=a76b082af34b96b5 -C extra-filename=-a76b082af34b96b5 --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-f487f7d68fed3764.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3395 | 2024-05-08T02:48:27.406Z | Compiling hex-literal v0.4.1 |
3396 | 2024-05-08T02:48:27.432Z | Running `/home/build/.rustup/toolchains/1.77.2-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=7f1e5a9d0c60f451 -C extra-filename=-7f1e5a9d0c60f451 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3397 | 2024-05-08T02:48:27.580Z | Compiling plotters-backend v0.3.5 |
3398 | 2024-05-08T02:48:27.606Z | Running `/home/build/.rustup/toolchains/1.77.2-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=5e1a719a99c5c2a2 -C extra-filename=-5e1a719a99c5c2a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3399 | 2024-05-08T02:48:28.126Z | Compiling tower-layer v0.3.2 |
3400 | 2024-05-08T02:48:28.151Z | Running `/home/build/.rustup/toolchains/1.77.2-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=042d9b31aa54210a -C extra-filename=-042d9b31aa54210a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3401 | 2024-05-08T02:48:28.421Z | Compiling tower v0.4.13 |
3402 | 2024-05-08T02:48:28.447Z | Running `/home/build/.rustup/toolchains/1.77.2-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=85bd0042b0ae24d6 -C extra-filename=-85bd0042b0ae24d6 --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-4b00f13a31442673.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2df6ab9162cca8c1.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-92982d5eed86070a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-042d9b31aa54210a.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-fe17446c79721d91.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e8fcda33fd5afe68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3403 | 2024-05-08T02:48:29.214Z | Compiling plotters-svg v0.3.5 |
3404 | 2024-05-08T02:48:29.240Z | Running `/home/build/.rustup/toolchains/1.77.2-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=48d5ac72991c551e -C extra-filename=-48d5ac72991c551e --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-5e1a719a99c5c2a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3405 | 2024-05-08T02:48:29.604Z | Compiling bcrypt-pbkdf v0.10.0 |
3406 | 2024-05-08T02:48:29.630Z | Running `/home/build/.rustup/toolchains/1.77.2-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=df3d4d327d8fb4c1 -C extra-filename=-df3d4d327d8fb4c1 --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-ebbab0a5232148fa.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-a76b082af34b96b5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3407 | 2024-05-08T02:48:30.109Z | Compiling pbkdf2 v0.11.0 |
3408 | 2024-05-08T02:48:30.135Z | Running `/home/build/.rustup/toolchains/1.77.2-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=287e7c9d4ffe5a29 -C extra-filename=-287e7c9d4ffe5a29 --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-f487f7d68fed3764.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-04ec7c9ae5d0f445.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-8472b44186421a27.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3409 | 2024-05-08T02:48:30.455Z | Compiling hyper v1.1.0 |
3410 | 2024-05-08T02:48:30.481Z | Running `/home/build/.rustup/toolchains/1.77.2-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=326400daa5321381 -C extra-filename=-326400daa5321381 --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-d1e7b568f67bf391.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e5c5dc3a4642b306.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2df6ab9162cca8c1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b332bc33c46c8d9.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-71798954cb8c7c23.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-ea15729c177c2ea6.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-8887d85b8db1efbb.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-b2d56623507e70ba.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3411 | 2024-05-08T02:48:32.700Z | Compiling ed25519-dalek v2.0.0 |
3412 | 2024-05-08T02:48:32.729Z | Running `/home/build/.rustup/toolchains/1.77.2-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=13ea0a3284347efa -C extra-filename=-13ea0a3284347efa --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-25382ead31b57cd0.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-b2758d1a136e26da.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3413 | 2024-05-08T02:48:33.499Z | Compiling ghash v0.5.0 |
3414 | 2024-05-08T02:48:33.525Z | Running `/home/build/.rustup/toolchains/1.77.2-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=0a3fbca35c36c4f5 -C extra-filename=-0a3fbca35c36c4f5 --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-b6a9d9f9aff45479.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-cff2bb45f16d44f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3415 | 2024-05-08T02:48:33.682Z | Compiling russh-cryptovec v0.7.0 |
3416 | 2024-05-08T02:48:33.708Z | Running `/home/build/.rustup/toolchains/1.77.2-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=bbf85523f097f36c -C extra-filename=-bbf85523f097f36c --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-0389f312b031ed53.rmeta --extern winapi=/work/oxidecomputer/omicron/target/debug/deps/libwinapi-13717d1b007eddf5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3417 | 2024-05-08T02:48:33.968Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4da0666d82ba434f -C extra-filename=-4da0666d82ba434f --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-14c37fbe7e7b631c.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-fedaa7cf1d50053a.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-eff84727662a6f38.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-20ebe702dba024b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3418 | 2024-05-08T02:48:34.829Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e64b33f8c3d8256e -C extra-filename=-e64b33f8c3d8256e --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-d3c176ef90f87889.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-27f31263959e390c.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-c59758b3bc8577b3.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-fa816c605cb52d61.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-826c175543d43584.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-2906a7417e84ff8b.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-6c9e05988e8bfefb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3419 | 2024-05-08T02:48:36.005Z | Compiling rand v0.7.3 |
3420 | 2024-05-08T02:48:36.032Z | Running `/home/build/.rustup/toolchains/1.77.2-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=d395be29eaac2436 -C extra-filename=-d395be29eaac2436 --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-61f5b65c456c8eb9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-6cb973877c8a197c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ba838982b040d057.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3421 | 2024-05-08T02:48:36.920Z | Compiling samael v0.0.15 |
3422 | 2024-05-08T02:48:36.946Z | Running `/home/build/.rustup/toolchains/1.77.2-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.15/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=529ecfe194c63008 -C extra-filename=-529ecfe194c63008 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-529ecfe194c63008 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-82e5a044d18b21c5.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-1c87eb8758148fb3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3423 | 2024-05-08T02:48:38.078Z | Compiling dirs v5.0.1 |
3424 | 2024-05-08T02:48:38.106Z | Running `/home/build/.rustup/toolchains/1.77.2-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=9933b3e9afda0243 -C extra-filename=-9933b3e9afda0243 --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-fef4fe9bd26b7910.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3425 | 2024-05-08T02:48:38.280Z | Compiling p521 v0.13.3 |
3426 | 2024-05-08T02:48:38.307Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p521-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="sha512"' --cfg 'feature="std"' -C metadata=a178dec51edca127 -C extra-filename=-a178dec51edca127 --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-68acca32a1755a7f.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-35b1a896874b2621.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-f449f13725e1c744.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-bfcd78d13282df65.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3427 | 2024-05-08T02:48:38.959Z | Running `/work/oxidecomputer/omicron/target/debug/build/samael-529ecfe194c63008/build-script-bindings` |
3428 | 2024-05-08T02:48:40.210Z | Compiling p256 v0.13.2 |
3429 | 2024-05-08T02:48:40.237Z | Running `/home/build/.rustup/toolchains/1.77.2-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=52f2e9d17f474fa2 -C extra-filename=-52f2e9d17f474fa2 --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-35b1a896874b2621.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-f449f13725e1c744.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-bfcd78d13282df65.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3430 | 2024-05-08T02:48:40.604Z | Compiling pathdiff v0.2.1 |
3431 | 2024-05-08T02:48:40.630Z | Running `/home/build/.rustup/toolchains/1.77.2-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=193e13d88473e9f4 -C extra-filename=-193e13d88473e9f4 --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-9d2aa48e77301f2e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3432 | 2024-05-08T02:48:40.766Z | Compiling cbc v0.1.2 |
3433 | 2024-05-08T02:48:40.815Z | Running `/home/build/.rustup/toolchains/1.77.2-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=df1591af6f8dbdd3 -C extra-filename=-df1591af6f8dbdd3 --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-92c8ea32cc92e7b7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3434 | 2024-05-08T02:48:40.842Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.15/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=3af785cc4a6d1e82 -C extra-filename=-3af785cc4a6d1e82 --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-f8d19ed75ea6042c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-d82296281cfa9a6b.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-d7d34cc1999e1522.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-e01bec648f03a7b6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3670ab64185166cf.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-5cc4302098cb4d7c.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-296130c348877788.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-cc20512d336b2e65.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ea704619c5387062.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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` |
3435 | 2024-05-08T02:48:40.931Z | Compiling cast v0.3.0 |
3436 | 2024-05-08T02:48:40.957Z | Running `/home/build/.rustup/toolchains/1.77.2-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=fae15fb6ddac549e -C extra-filename=-fae15fb6ddac549e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3437 | 2024-05-08T02:48:41.005Z | Compiling nested v0.1.1 |
3438 | 2024-05-08T02:48:41.031Z | Running `/home/build/.rustup/toolchains/1.77.2-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=5517b07907d41af7 -C extra-filename=-5517b07907d41af7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3439 | 2024-05-08T02:48:41.245Z | Compiling md5 v0.7.0 |
3440 | 2024-05-08T02:48:41.276Z | Running `/home/build/.rustup/toolchains/1.77.2-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=64982e1b7e186d47 -C extra-filename=-64982e1b7e186d47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3441 | 2024-05-08T02:48:41.302Z | Compiling criterion-plot v0.5.0 |
3442 | 2024-05-08T02:48:41.302Z | Running `/home/build/.rustup/toolchains/1.77.2-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=bac95d5743d5cad7 -C extra-filename=-bac95d5743d5cad7 --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-fae15fb6ddac549e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-299aa95bd49089c3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3443 | 2024-05-08T02:48:41.694Z | Compiling russh-keys v0.43.0 |
3444 | 2024-05-08T02:48:41.720Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name russh_keys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-keys-0.43.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=00cfdd1c4a497013 -C extra-filename=-00cfdd1c4a497013 --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-bdfb8cd0d4415185.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-df3d4d327d8fb4c1.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-ea9d6d2f8689e9f6.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-83aa089c10f4ddc3.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-df1591af6f8dbdd3.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-cde0f1a3ac5ed33d.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-d82296281cfa9a6b.rmeta --extern dirs=/work/oxidecomputer/omicron/target/debug/deps/libdirs-9933b3e9afda0243.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-13ea0a3284347efa.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-04ec7c9ae5d0f445.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-ba59a8eb04dd5351.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-64982e1b7e186d47.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-73b4e654758a1d60.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-52f2e9d17f474fa2.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-a178dec51edca127.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-287e7c9d4ffe5a29.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d395be29eaac2436.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-bbf85523f097f36c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-aa294c995c732f80.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-827ae7b10e71473c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3445 | 2024-05-08T02:48:42.192Z | Compiling guppy v0.17.5 |
3446 | 2024-05-08T02:48:42.220Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-0.17.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4803267bf6d0b729 -C extra-filename=-4803267bf6d0b729 --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-5a51fa1df4cd8460.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-6dd199cced53b421.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-44714f1a528ea01f.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-fedaa7cf1d50053a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-5517b07907d41af7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-193e13d88473e9f4.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8b3c61b161778a1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9167c091d196f46c.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-4da0666d82ba434f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3447 | 2024-05-08T02:48:44.597Z | Compiling aes-gcm v0.10.3 |
3448 | 2024-05-08T02:48:44.623Z | Running `/home/build/.rustup/toolchains/1.77.2-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=67092edd5236e3ef -C extra-filename=-67092edd5236e3ef --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-88d110d5d421c293.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-bdfb8cd0d4415185.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-92c8ea32cc92e7b7.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-cde0f1a3ac5ed33d.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-0a3fbca35c36c4f5.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3449 | 2024-05-08T02:48:44.871Z | Compiling hyper-util v0.1.2 |
3450 | 2024-05-08T02:48:44.897Z | Running `/home/build/.rustup/toolchains/1.77.2-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=4ccea5adee8603b6 -C extra-filename=-4ccea5adee8603b6 --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-d1e7b568f67bf391.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e5c5dc3a4642b306.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2df6ab9162cca8c1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b332bc33c46c8d9.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-71798954cb8c7c23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-326400daa5321381.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d167b65cdd5db125.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1d188b7fe82162ba.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-85bd0042b0ae24d6.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-fe17446c79721d91.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e8fcda33fd5afe68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3451 | 2024-05-08T02:48:46.923Z | Compiling plotters v0.3.5 |
3452 | 2024-05-08T02:48:46.950Z | Running `/home/build/.rustup/toolchains/1.77.2-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=9a083a51779d64bc -C extra-filename=-9a083a51779d64bc --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-9b6bd62349cd45ab.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-5e1a719a99c5c2a2.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-48d5ac72991c551e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3453 | 2024-05-08T02:48:48.066Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3454 | 2024-05-08T02:48:48.093Z | Running `/home/build/.rustup/toolchains/1.77.2-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=a5f32973b2fd867c -C extra-filename=-a5f32973b2fd867c --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-e037e891a75b3be0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3455 | 2024-05-08T02:48:49.154Z | Compiling rustls-native-certs v0.7.0 |
3456 | 2024-05-08T02:48:49.181Z | Running `/home/build/.rustup/toolchains/1.77.2-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=c248f4d8e7e0a8e6 -C extra-filename=-c248f4d8e7e0a8e6 --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-5cc4302098cb4d7c.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-08d150e30f36063a.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fa76950aad2eef06.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3457 | 2024-05-08T02:48:49.603Z | Compiling httptest v0.15.5 |
3458 | 2024-05-08T02:48:49.629Z | Running `/home/build/.rustup/toolchains/1.77.2-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=d70322b820af58a3 -C extra-filename=-d70322b820af58a3 --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-a49c56be5e82e285.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-5b342d4b6bb060be.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-a3a49be3a807ac3f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-60f345d83ef4008b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3459 | 2024-05-08T02:48:49.938Z | Compiling tinytemplate v1.2.1 |
3460 | 2024-05-08T02:48:49.964Z | Running `/home/build/.rustup/toolchains/1.77.2-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=173e49172bc2a9aa -C extra-filename=-173e49172bc2a9aa --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-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3461 | 2024-05-08T02:48:50.084Z | Compiling escape8259 v0.5.2 |
3462 | 2024-05-08T02:48:50.110Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name escape8259 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/escape8259-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4fc990ffb535c826 -C extra-filename=-4fc990ffb535c826 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-447711a94439c285.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3463 | 2024-05-08T02:48:50.523Z | Compiling threadpool v1.8.1 |
3464 | 2024-05-08T02:48:50.550Z | Running `/home/build/.rustup/toolchains/1.77.2-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=a68ac68d472470c9 -C extra-filename=-a68ac68d472470c9 --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-748fc070e563926b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3465 | 2024-05-08T02:48:50.946Z | Compiling oorandom v11.1.3 |
3466 | 2024-05-08T02:48:50.973Z | Running `/home/build/.rustup/toolchains/1.77.2-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=a04df5091b376488 -C extra-filename=-a04df5091b376488 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3467 | 2024-05-08T02:48:51.146Z | Compiling dhcproto-macros v0.1.0 |
3468 | 2024-05-08T02:48:51.146Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=660d8b289f71c2da -C extra-filename=-660d8b289f71c2da --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` |
3469 | 2024-05-08T02:48:51.363Z | Compiling anes v0.1.6 |
3470 | 2024-05-08T02:48:51.389Z | Running `/home/build/.rustup/toolchains/1.77.2-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=d312bd37c09a3804 -C extra-filename=-d312bd37c09a3804 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3471 | 2024-05-08T02:48:51.810Z | Compiling criterion v0.5.1 |
3472 | 2024-05-08T02:48:51.840Z | Running `/home/build/.rustup/toolchains/1.77.2-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=2371bb2532cdbea8 -C extra-filename=-2371bb2532cdbea8 --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-d312bd37c09a3804.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-fae15fb6ddac549e.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-96402d30bd2ed2c0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-bac95d5743d5cad7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-94c40c9d476da686.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-299aa95bd49089c3.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-a04df5091b376488.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-9a083a51779d64bc.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6db376e2c842d9b1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b8805f4509fb28a5.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-173e49172bc2a9aa.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-281083d16f9fe3a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3473 | 2024-05-08T02:48:52.075Z | Compiling dhcproto v0.11.0 |
3474 | 2024-05-08T02:48:52.101Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=60b4eb14331a0f68 -C extra-filename=-60b4eb14331a0f68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dhcproto_macros=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto_macros-660d8b289f71c2da.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-6f1e2c4e27b6e689.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f94bd5ea9a5ce70e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ea704619c5387062.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3475 | 2024-05-08T02:48:52.609Z | Compiling libtest-mimic v0.7.2 |
3476 | 2024-05-08T02:48:52.635Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libtest-mimic-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a38319f1a754276f -C extra-filename=-a38319f1a754276f --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-6a1c1b969341a10d.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-4fc990ffb535c826.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-06781bb010c39518.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-a68ac68d472470c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3477 | 2024-05-08T02:48:53.738Z | Compiling hyper-rustls v0.26.0 |
3478 | 2024-05-08T02:48:53.764Z | Running `/home/build/.rustup/toolchains/1.77.2-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=77c363dd9134c8cf -C extra-filename=-77c363dd9134c8cf --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-2df6ab9162cca8c1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b332bc33c46c8d9.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-326400daa5321381.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-4ccea5adee8603b6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d46b9652255dde2d.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-c248f4d8e7e0a8e6.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fa76950aad2eef06.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-dade64e64d31e412.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-fe17446c79721d91.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out` |
3479 | 2024-05-08T02:48:54.235Z | Compiling russh v0.43.0 |
3480 | 2024-05-08T02:48:54.262Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-0.43.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=eb8cb333eb4a4c96 -C extra-filename=-eb8cb333eb4a4c96 --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-bdfb8cd0d4415185.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-67092edd5236e3ef.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0d3753a4f8ddf1b6.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-e7c79710570ce7ca.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-cde0f1a3ac5ed33d.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-25382ead31b57cd0.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-f487f7d68fed3764.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-956726fc5d1e2865.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-7f1e5a9d0c60f451.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-04ec7c9ae5d0f445.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-73b4e654758a1d60.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-9b083a23b4b10ee0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-bbf85523f097f36c.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-00cfdd1c4a497013.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-aa294c995c732f80.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3481 | 2024-05-08T02:48:54.437Z | Compiling fancy-regex v0.13.0 |
3482 | 2024-05-08T02:48:54.464Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name fancy_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fancy-regex-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=0f1368d48b587d41 -C extra-filename=-0f1368d48b587d41 --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-c945bd74a1eeadc5.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-757d6c3bab2f837f.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-13b943facd0e7476.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3483 | 2024-05-08T02:48:54.857Z | Compiling rstest_macros v0.19.0 |
3484 | 2024-05-08T02:48:54.883Z | Running `/home/build/.rustup/toolchains/1.77.2-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.19.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' -C metadata=aad4057ee85e73e6 -C extra-filename=-aad4057ee85e73e6 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-aad4057ee85e73e6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-00e079ef6f480811.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3485 | 2024-05-08T02:48:55.349Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3486 | 2024-05-08T02:48:55.378Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name ispf --edition=2018 /home/build/.cargo/git/checkouts/ispf-c858ba521079d51a/f78443a/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3b0f8fa92f0faeda -C extra-filename=-3b0f8fa92f0faeda --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-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3487 | 2024-05-08T02:48:55.420Z | Compiling internet-checksum v0.2.1 |
3488 | 2024-05-08T02:48:55.446Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name internet_checksum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/internet-checksum-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8f1a3beb8f5da5fc -C extra-filename=-8f1a3beb8f5da5fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3489 | 2024-05-08T02:48:55.616Z | Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-aad4057ee85e73e6/build-script-build` |
3490 | 2024-05-08T02:48:55.738Z | Compiling datatest-stable v0.2.9 |
3491 | 2024-05-08T02:48:55.768Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/datatest-stable-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b9a38999460d50d6 -C extra-filename=-b9a38999460d50d6 --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-9d2aa48e77301f2e.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-0f1368d48b587d41.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-a38319f1a754276f.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-281083d16f9fe3a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3492 | 2024-05-08T02:48:55.768Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3493 | 2024-05-08T02:48:55.768Z | Running `/home/build/.rustup/toolchains/1.77.2-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=a5d69f89ab8a9a55 -C extra-filename=-a5d69f89ab8a9a55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rmeta --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-a5f32973b2fd867c.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e037e891a75b3be0.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7c07acd5f2bcd04.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5c66bff0e644640a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-763c4b915641c976.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1e215ea73b682ca6.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c9e24febc55c49ac.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1b8e56e63ffb30f4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out` |
3494 | 2024-05-08T02:48:56.338Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3495 | 2024-05-08T02:48:56.365Z | Running `/home/build/.rustup/toolchains/1.77.2-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=2198a0cb56addb8c -C extra-filename=-2198a0cb56addb8c --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-2198a0cb56addb8c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-992c295357fad23f.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3496 | 2024-05-08T02:48:56.457Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3497 | 2024-05-08T02:48:56.498Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/reconfigurator-cli/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fdccb8bf2e4a5f1a -C extra-filename=-fdccb8bf2e4a5f1a --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-fdccb8bf2e4a5f1a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-992c295357fad23f.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3498 | 2024-05-08T02:48:56.661Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3499 | 2024-05-08T02:48:56.689Z | Running `/home/build/.rustup/toolchains/1.77.2-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=8a46e021800e07d1 -C extra-filename=-8a46e021800e07d1 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-8a46e021800e07d1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-992c295357fad23f.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3500 | 2024-05-08T02:48:56.766Z | Compiling similar-asserts v1.5.0 |
3501 | 2024-05-08T02:48:56.791Z | Running `/home/build/.rustup/toolchains/1.77.2-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=60f4e22f82698a6e -C extra-filename=-60f4e22f82698a6e --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-481ecd2bf3b3e831.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-dc8847ed4790eabd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3502 | 2024-05-08T02:48:56.972Z | Compiling csv-core v0.1.11 |
3503 | 2024-05-08T02:48:56.998Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-core-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=e8d30843bac85752 -C extra-filename=-e8d30843bac85752 --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-2d2769c741d5e1f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3504 | 2024-05-08T02:48:57.441Z | Compiling relative-path v1.9.0 |
3505 | 2024-05-08T02:48:57.467Z | Running `/home/build/.rustup/toolchains/1.77.2-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=8fc02a231773883b -C extra-filename=-8fc02a231773883b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3506 | 2024-05-08T02:48:57.793Z | Compiling trybuild v1.0.91 |
3507 | 2024-05-08T02:48:57.819Z | Running `/home/build/.rustup/toolchains/1.77.2-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.91/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cd0afcfc95c164a1 -C extra-filename=-cd0afcfc95c164a1 --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-cd0afcfc95c164a1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3508 | 2024-05-08T02:48:58.065Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' -C metadata=bbf710e85fa22a38 -C extra-filename=-bbf710e85fa22a38 --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-427020ca80f73ebb.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-8fc02a231773883b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-20ebe702dba024b8.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3509 | 2024-05-08T02:48:58.195Z | Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-cd0afcfc95c164a1/build-script-build` |
3510 | 2024-05-08T02:48:58.231Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3511 | 2024-05-08T02:48:58.257Z | Running `/home/build/.rustup/toolchains/1.77.2-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=2ea629171c4d194b -C extra-filename=-2ea629171c4d194b --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-d3c176ef90f87889.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-0fb460c45e6776a7.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-60b4eb14331a0f68.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-8f1a3beb8f5da5fc.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-3b0f8fa92f0faeda.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cffdd6bf3a39d.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e8ca21169f0c99a7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-eb8cb333eb4a4c96.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-00cfdd1c4a497013.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1d188b7fe82162ba.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out` |
3512 | 2024-05-08T02:49:00.567Z | Compiling csv v1.3.0 |
3513 | 2024-05-08T02:49:00.594Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7f30c30bd7f8fac2 -C extra-filename=-7f30c30bd7f8fac2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern csv_core=/work/oxidecomputer/omicron/target/debug/deps/libcsv_core-e8d30843bac85752.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-8887d85b8db1efbb.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-4d2b5e30bc2a618d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3514 | 2024-05-08T02:49:01.675Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-8a46e021800e07d1/build-script-build` |
3515 | 2024-05-08T02:49:01.705Z | Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-fdccb8bf2e4a5f1a/build-script-build` |
3516 | 2024-05-08T02:49:01.737Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-2198a0cb56addb8c/build-script-build` |
3517 | 2024-05-08T02:49:01.770Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3518 | 2024-05-08T02:49:01.820Z | Running `/home/build/.rustup/toolchains/1.77.2-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=143b328eee58a045 -C extra-filename=-143b328eee58a045 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f9b21eb16e93a3d8.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-adafea1e0a1959d2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-0fba28170df444b2.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e037e891a75b3be0.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e21eb30d349539bd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5c66bff0e644640a.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1e215ea73b682ca6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-03b9307cc8539457.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-82c2aa57613bd64f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23efcefe1db3e456.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-9700f03a96d80587.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3519 | 2024-05-08T02:49:01.930Z | Compiling multimap v0.10.0 |
3520 | 2024-05-08T02:49:01.956Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name multimap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multimap-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_impl"' -C metadata=2f546b38cacb4e11 -C extra-filename=-2f546b38cacb4e11 --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-3323f3a7841d0a63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3521 | 2024-05-08T02:49:02.234Z | Compiling constant_time_eq v0.2.6 |
3522 | 2024-05-08T02:49:02.260Z | Running `/home/build/.rustup/toolchains/1.77.2-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=59c39aae8f8f6783 -C extra-filename=-59c39aae8f8f6783 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3523 | 2024-05-08T02:49:02.319Z | Compiling futures-timer v3.0.2 |
3524 | 2024-05-08T02:49:02.347Z | Running `/home/build/.rustup/toolchains/1.77.2-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=2752e393ae5e3649 -C extra-filename=-2752e393ae5e3649 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3525 | 2024-05-08T02:49:02.422Z | Compiling blake2b_simd v1.0.1 |
3526 | 2024-05-08T02:49:02.451Z | Running `/home/build/.rustup/toolchains/1.77.2-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=35c4794fb055f99a -C extra-filename=-35c4794fb055f99a --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-0682fffab4a0a177.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-65f4e3c72d697965.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-59c39aae8f8f6783.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3527 | 2024-05-08T02:49:03.072Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.91/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=496053ebf36ff05a -C extra-filename=-496053ebf36ff05a --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-bbd3f75ed0c26e0c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b8805f4509fb28a5.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-06781bb010c39518.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3528 | 2024-05-08T02:49:03.566Z | Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3529 | 2024-05-08T02:49:03.592Z | Running `/home/build/.rustup/toolchains/1.77.2-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=386662258c4aad69 -C extra-filename=-386662258c4aad69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-96402d30bd2ed2c0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7240974c6860a96c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4eeaf57880e3cd81.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-aa2996d8bd7de0be.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3530 | 2024-05-08T02:49:03.619Z | Compiling partial-io v0.5.4 |
3531 | 2024-05-08T02:49:03.619Z | Running `/home/build/.rustup/toolchains/1.77.2-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=f201231575a33ca9 -C extra-filename=-f201231575a33ca9 --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-dcda545c6da74a50.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-92982d5eed86070a.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc0e45d9615360d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3532 | 2024-05-08T02:49:04.024Z | Compiling approx v0.5.1 |
3533 | 2024-05-08T02:49:04.050Z | Running `/home/build/.rustup/toolchains/1.77.2-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=c3ce16ecb7ded03f -C extra-filename=-c3ce16ecb7ded03f --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-9b6bd62349cd45ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3534 | 2024-05-08T02:49:04.256Z | Compiling rust-argon2 v2.1.0 |
3535 | 2024-05-08T02:49:04.284Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust-argon2-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=0d3cfb41541b1e88 -C extra-filename=-0d3cfb41541b1e88 --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-6db86b2c48c11a61.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-35c4794fb055f99a.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-460d8a9202deda95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3536 | 2024-05-08T02:49:05.689Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3537 | 2024-05-08T02:49:05.715Z | Running `/home/build/.rustup/toolchains/1.77.2-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=34c85c76096c4281 -C extra-filename=-34c85c76096c4281 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f7faa688538765f3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cf6bf3cb0a1c0af0.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8b3c61b161778a1.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6db376e2c842d9b1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-763c4b915641c976.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-e33f4af553cbfc64.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1b8e56e63ffb30f4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-8b87d121d3935d14.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-281083d16f9fe3a3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out` |
3538 | 2024-05-08T02:49:06.160Z | Compiling rstest v0.19.0 |
3539 | 2024-05-08T02:49:06.186Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest-0.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="default"' -C metadata=57a04a4b1f9f4947 -C extra-filename=-57a04a4b1f9f4947 --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-dcda545c6da74a50.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-2752e393ae5e3649.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-bbf710e85fa22a38.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3540 | 2024-05-08T02:49:06.374Z | Compiling cargo_toml v0.20.2 |
3541 | 2024-05-08T02:49:06.400Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_toml-0.20.2/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=5c11c870037aa6b1 -C extra-filename=-5c11c870037aa6b1 --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-3323f3a7841d0a63.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3542 | 2024-05-08T02:49:06.660Z | Compiling termios v0.3.3 |
3543 | 2024-05-08T02:49:06.686Z | Running `/home/build/.rustup/toolchains/1.77.2-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=e36d7daea0407e6b -C extra-filename=-e36d7daea0407e6b --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-0389f312b031ed53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3544 | 2024-05-08T02:49:06.882Z | Compiling uzers v0.11.3 |
3545 | 2024-05-08T02:49:06.909Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name uzers /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uzers-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cache"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="mock"' -C metadata=96fe86d3cf912c07 -C extra-filename=-96fe86d3cf912c07 --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-0389f312b031ed53.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3546 | 2024-05-08T02:49:07.978Z | Running `/home/build/.rustup/toolchains/1.77.2-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=cd52a9616cc8b8a9 -C extra-filename=-cd52a9616cc8b8a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f7faa688538765f3.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-34c85c76096c4281.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cf6bf3cb0a1c0af0.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8b3c61b161778a1.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6db376e2c842d9b1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-763c4b915641c976.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-e33f4af553cbfc64.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1b8e56e63ffb30f4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-8b87d121d3935d14.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-281083d16f9fe3a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out` |
3547 | 2024-05-08T02:49:08.004Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3548 | 2024-05-08T02:49:08.004Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/bin/zone-setup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e11f29c07ac26845 -C extra-filename=-e11f29c07ac26845 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-96fe86d3cf912c07.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e953c3ae55ee349e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3549 | 2024-05-08T02:49:09.700Z | Running `/home/build/.rustup/toolchains/1.77.2-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=ad1a17d8bdc760e2 -C extra-filename=-ad1a17d8bdc760e2 --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-c3ce16ecb7ded03f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8cdb6e55a736507.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-6ec550e1d982d058.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-57a04a4b1f9f4947.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-496053ebf36ff05a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3550 | 2024-05-08T02:49:09.774Z | Running `/home/build/.rustup/toolchains/1.77.2-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=089a7f145ca06d73 -C extra-filename=-089a7f145ca06d73 --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-c3ce16ecb7ded03f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8cdb6e55a736507.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-6ec550e1d982d058.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-57a04a4b1f9f4947.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-496053ebf36ff05a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3551 | 2024-05-08T02:49:10.097Z | Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3552 | 2024-05-08T02:49:10.125Z | Running `/home/build/.rustup/toolchains/1.77.2-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=86bfbbbdf6df2307 -C extra-filename=-86bfbbbdf6df2307 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-e36d7daea0407e6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d833a19ba1055295.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3553 | 2024-05-08T02:49:10.612Z | Running `/home/build/.rustup/toolchains/1.77.2-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=2150a2aa13d2b646 -C extra-filename=-2150a2aa13d2b646 --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-5ce3ce6a0c06be68.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-2371bb2532cdbea8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-0d3cfb41541b1e88.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3554 | 2024-05-08T02:49:11.679Z | Running `/home/build/.rustup/toolchains/1.77.2-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=d95050fdc14e3c7b -C extra-filename=-d95050fdc14e3c7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-7f1e5a9d0c60f451.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-a5f32973b2fd867c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e037e891a75b3be0.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7c07acd5f2bcd04.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5c66bff0e644640a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-f201231575a33ca9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc0e45d9615360d6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-763c4b915641c976.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1e215ea73b682ca6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c9e24febc55c49ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1b8e56e63ffb30f4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-76d39b5c13167184.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out` |
3555 | 2024-05-08T02:49:12.983Z | Running `/home/build/.rustup/toolchains/1.77.2-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=6fdf70bd96bf0017 -C extra-filename=-6fdf70bd96bf0017 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-554abb1c8fa8fe68.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f9b21eb16e93a3d8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2b40f9525107fda5.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-396960f0ccfdb73a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e037e891a75b3be0.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-66ad0c7271f78bc8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bdc322f1dddf194f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5c66bff0e644640a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cffdd6bf3a39d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-73fe37f52b56dfd7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d0a534a1040f98fd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fa42aa7c6a0ce87c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d375e524832d4092.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ba413ca6540baa73.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5de474b205735f5a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-dbc0e5234ac81936.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-763c4b915641c976.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1e215ea73b682ca6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c9e24febc55c49ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1b8e56e63ffb30f4.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-455c082e7ab33758.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e953c3ae55ee349e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out` |
3556 | 2024-05-08T02:49:13.557Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3557 | 2024-05-08T02:49:13.582Z | Running `/home/build/.rustup/toolchains/1.77.2-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=3b806be04c0ff481 -C extra-filename=-3b806be04c0ff481 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-6dd199cced53b421.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-5c11c870037aa6b1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-94d014eebc6c5e7e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-8b87d121d3935d14.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3558 | 2024-05-08T02:49:14.025Z | Running `/home/build/.rustup/toolchains/1.77.2-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=747464012447a683 -C extra-filename=-747464012447a683 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-96402d30bd2ed2c0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7240974c6860a96c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4eeaf57880e3cd81.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-aa2996d8bd7de0be.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-386662258c4aad69.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3559 | 2024-05-08T02:49:14.561Z | Running `/home/build/.rustup/toolchains/1.77.2-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=0896b355601ad147 -C extra-filename=-0896b355601ad147 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-96402d30bd2ed2c0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7240974c6860a96c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4eeaf57880e3cd81.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-aa2996d8bd7de0be.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-386662258c4aad69.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3560 | 2024-05-08T02:49:15.720Z | Running `/home/build/.rustup/toolchains/1.77.2-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=97d7bc7cf03bc671 -C extra-filename=-97d7bc7cf03bc671 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-554abb1c8fa8fe68.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f9b21eb16e93a3d8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2b40f9525107fda5.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-396960f0ccfdb73a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e037e891a75b3be0.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-66ad0c7271f78bc8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bdc322f1dddf194f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5c66bff0e644640a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cffdd6bf3a39d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-73fe37f52b56dfd7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d0a534a1040f98fd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fa42aa7c6a0ce87c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d375e524832d4092.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ba413ca6540baa73.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5de474b205735f5a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-dbc0e5234ac81936.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-763c4b915641c976.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1e215ea73b682ca6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c9e24febc55c49ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1b8e56e63ffb30f4.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-455c082e7ab33758.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e953c3ae55ee349e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out` |
3561 | 2024-05-08T02:49:16.096Z | Compiling polar-core v0.27.3 |
3562 | 2024-05-08T02:49:16.122Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' -C metadata=2799c7ba3693c242 -C extra-filename=-2799c7ba3693c242 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-2799c7ba3693c242 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-dbd9ba8d0cdfa67f.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b8805f4509fb28a5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3563 | 2024-05-08T02:49:16.242Z | Running `/home/build/.rustup/toolchains/1.77.2-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=30fa2931b6cbb614 -C extra-filename=-30fa2931b6cbb614 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-554abb1c8fa8fe68.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f9b21eb16e93a3d8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2b40f9525107fda5.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-396960f0ccfdb73a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e037e891a75b3be0.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-66ad0c7271f78bc8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bdc322f1dddf194f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5c66bff0e644640a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cffdd6bf3a39d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-73fe37f52b56dfd7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d0a534a1040f98fd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fa42aa7c6a0ce87c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d375e524832d4092.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ba413ca6540baa73.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5de474b205735f5a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-dbc0e5234ac81936.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-763c4b915641c976.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1e215ea73b682ca6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c9e24febc55c49ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1b8e56e63ffb30f4.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-455c082e7ab33758.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e953c3ae55ee349e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out` |
3564 | 2024-05-08T02:49:17.088Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name dhcp_server --edition=2021 end-to-end-tests/src/bin/dhcp-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=db2db5b9d0a7624d -C extra-filename=-db2db5b9d0a7624d --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-d3c176ef90f87889.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-0fb460c45e6776a7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-60b4eb14331a0f68.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-2ea629171c4d194b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-8f1a3beb8f5da5fc.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-3b0f8fa92f0faeda.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cffdd6bf3a39d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e8ca21169f0c99a7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-eb8cb333eb4a4c96.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-00cfdd1c4a497013.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1d188b7fe82162ba.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out` |
3565 | 2024-05-08T02:49:17.557Z | Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-2799c7ba3693c242/build-script-build` |
3566 | 2024-05-08T02:49:19.129Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' -C metadata=6a924192a61f64f0 -C extra-filename=-6a924192a61f64f0 --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-2cd91c7f91fb910d.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-69bd9af7242ee450.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-009be6bb2779d57f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3567 | 2024-05-08T02:49:19.741Z | Running `/home/build/.rustup/toolchains/1.77.2-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=09be95c4ad439576 -C extra-filename=-09be95c4ad439576 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-554abb1c8fa8fe68.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f9b21eb16e93a3d8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2b40f9525107fda5.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4803267bf6d0b729.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-396960f0ccfdb73a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e037e891a75b3be0.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-66ad0c7271f78bc8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bdc322f1dddf194f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5c66bff0e644640a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cffdd6bf3a39d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-73fe37f52b56dfd7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d0a534a1040f98fd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fa42aa7c6a0ce87c.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0b70af109647b6ae.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d375e524832d4092.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ba413ca6540baa73.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5de474b205735f5a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-dbc0e5234ac81936.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-763c4b915641c976.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1e215ea73b682ca6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c9e24febc55c49ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1b8e56e63ffb30f4.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-455c082e7ab33758.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e953c3ae55ee349e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out` |
3568 | 2024-05-08T02:49:21.456Z | Running `/home/build/.rustup/toolchains/1.77.2-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=9031e647ac392b32 -C extra-filename=-9031e647ac392b32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-554abb1c8fa8fe68.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f9b21eb16e93a3d8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2b40f9525107fda5.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4803267bf6d0b729.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-396960f0ccfdb73a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e037e891a75b3be0.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-66ad0c7271f78bc8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bdc322f1dddf194f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5c66bff0e644640a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cffdd6bf3a39d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-73fe37f52b56dfd7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d0a534a1040f98fd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fa42aa7c6a0ce87c.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0b70af109647b6ae.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d375e524832d4092.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ba413ca6540baa73.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5de474b205735f5a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-dbc0e5234ac81936.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-763c4b915641c976.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1e215ea73b682ca6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c9e24febc55c49ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1b8e56e63ffb30f4.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-455c082e7ab33758.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e953c3ae55ee349e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out` |
3569 | 2024-05-08T02:49:22.333Z | Running `/home/build/.rustup/toolchains/1.77.2-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=53046d714a518e87 -C extra-filename=-53046d714a518e87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-554abb1c8fa8fe68.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f9b21eb16e93a3d8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2b40f9525107fda5.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4803267bf6d0b729.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-396960f0ccfdb73a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e037e891a75b3be0.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-66ad0c7271f78bc8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bdc322f1dddf194f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5c66bff0e644640a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cffdd6bf3a39d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-73fe37f52b56dfd7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d0a534a1040f98fd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fa42aa7c6a0ce87c.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0b70af109647b6ae.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d375e524832d4092.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ba413ca6540baa73.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5de474b205735f5a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-dbc0e5234ac81936.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-763c4b915641c976.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1e215ea73b682ca6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c9e24febc55c49ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1b8e56e63ffb30f4.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-455c082e7ab33758.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e953c3ae55ee349e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out` |
3570 | 2024-05-08T02:49:25.020Z | Running `/home/build/.rustup/toolchains/1.77.2-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=1e1f57581ef9ff8f -C extra-filename=-1e1f57581ef9ff8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-554abb1c8fa8fe68.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f9b21eb16e93a3d8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2b40f9525107fda5.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4803267bf6d0b729.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-396960f0ccfdb73a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e037e891a75b3be0.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-66ad0c7271f78bc8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bdc322f1dddf194f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5c66bff0e644640a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cffdd6bf3a39d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-73fe37f52b56dfd7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d0a534a1040f98fd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fa42aa7c6a0ce87c.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0b70af109647b6ae.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d375e524832d4092.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ba413ca6540baa73.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5de474b205735f5a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-dbc0e5234ac81936.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-763c4b915641c976.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1e215ea73b682ca6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c9e24febc55c49ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1b8e56e63ffb30f4.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-455c082e7ab33758.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e953c3ae55ee349e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out` |
3571 | 2024-05-08T02:49:27.195Z | Compiling oso v0.27.3 |
3572 | 2024-05-08T02:49:27.225Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' -C metadata=c73e5eecdc6c40ad -C extra-filename=-c73e5eecdc6c40ad --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-8014d676f7601096.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-75c76d88cc18162b.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-65e0242ebb131f0c.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-6a924192a61f64f0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e8fcda33fd5afe68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3573 | 2024-05-08T02:49:32.836Z | Running `/home/build/.rustup/toolchains/1.77.2-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 --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' -C metadata=455f446f61ebd974 -C extra-filename=-455f446f61ebd974 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-35c9e283b64671c7.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-5ba4faa9ccae324c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-cd00c1534692349f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-d850075d6a742a33.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-329e9c57c97016a7.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3d0c749632a68aaa.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3bd0cbc27364293.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-815d8b34a711b8b9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-66c6ec52e2fdb676.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-f02d9217fa7ebd06.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f3ef389bac292598.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3670ab64185166cf.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-c73e5eecdc6c40ad.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-dd81de483d561cdc.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-3af785cc4a6d1e82.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-60f345d83ef4008b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2ffdecfe73e50e0c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-8b87d121d3935d14.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3574 | 2024-05-08T02:49:36.519Z | Running `/home/build/.rustup/toolchains/1.77.2-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=eb781cdad042acb6 -C extra-filename=-eb781cdad042acb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-554abb1c8fa8fe68.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f9b21eb16e93a3d8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2b40f9525107fda5.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-396960f0ccfdb73a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e037e891a75b3be0.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-66ad0c7271f78bc8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bdc322f1dddf194f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5c66bff0e644640a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cffdd6bf3a39d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-73fe37f52b56dfd7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d0a534a1040f98fd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fa42aa7c6a0ce87c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d375e524832d4092.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ba413ca6540baa73.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5de474b205735f5a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-dbc0e5234ac81936.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-763c4b915641c976.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1e215ea73b682ca6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c9e24febc55c49ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1b8e56e63ffb30f4.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-455c082e7ab33758.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e953c3ae55ee349e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out` |
3575 | 2024-05-08T02:49:38.375Z | Running `/home/build/.rustup/toolchains/1.77.2-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=36376f9c2eae9d64 -C extra-filename=-36376f9c2eae9d64 --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-d3c176ef90f87889.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-0fb460c45e6776a7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-60b4eb14331a0f68.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-8f1a3beb8f5da5fc.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-3b0f8fa92f0faeda.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cffdd6bf3a39d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e8ca21169f0c99a7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-eb8cb333eb4a4c96.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-00cfdd1c4a497013.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1d188b7fe82162ba.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out` |
3576 | 2024-05-08T02:49:47.428Z | Running `/home/build/.rustup/toolchains/1.77.2-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=5c5e465aa2143c22 -C extra-filename=-5c5e465aa2143c22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f9b21eb16e93a3d8.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-adafea1e0a1959d2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-0fba28170df444b2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e037e891a75b3be0.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e21eb30d349539bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5c66bff0e644640a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1e215ea73b682ca6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-03b9307cc8539457.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-82c2aa57613bd64f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23efcefe1db3e456.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-143b328eee58a045.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-9700f03a96d80587.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3577 | 2024-05-08T02:49:48.290Z | Running `/home/build/.rustup/toolchains/1.77.2-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=204e162542834875 -C extra-filename=-204e162542834875 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f9b21eb16e93a3d8.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-94d014eebc6c5e7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f955e43a0efeb61f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-adafea1e0a1959d2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-a5d69f89ab8a9a55.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-a5f32973b2fd867c.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-0fba28170df444b2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e037e891a75b3be0.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-75c76d88cc18162b.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e21eb30d349539bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5c66bff0e644640a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1e215ea73b682ca6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-03b9307cc8539457.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-25361d8a76cac194.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-82c2aa57613bd64f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-aa2996d8bd7de0be.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23efcefe1db3e456.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-143b328eee58a045.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-9700f03a96d80587.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out` |
3578 | 2024-05-08T02:49:48.799Z | Running `/home/build/.rustup/toolchains/1.77.2-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=f6993e6e65d5c3ab -C extra-filename=-f6993e6e65d5c3ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f9b21eb16e93a3d8.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-94d014eebc6c5e7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f955e43a0efeb61f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-adafea1e0a1959d2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-a5d69f89ab8a9a55.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-a5f32973b2fd867c.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-0fba28170df444b2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e037e891a75b3be0.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-75c76d88cc18162b.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e21eb30d349539bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5c66bff0e644640a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1e215ea73b682ca6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-03b9307cc8539457.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-25361d8a76cac194.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-82c2aa57613bd64f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-aa2996d8bd7de0be.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23efcefe1db3e456.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-143b328eee58a045.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-9700f03a96d80587.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out` |
3579 | 2024-05-08T02:49:49.760Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name commtest --edition=2021 end-to-end-tests/src/bin/commtest.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6240fbe2aa8ad20a -C extra-filename=-6240fbe2aa8ad20a --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-d3c176ef90f87889.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-0fb460c45e6776a7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-60b4eb14331a0f68.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-2ea629171c4d194b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-8f1a3beb8f5da5fc.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-3b0f8fa92f0faeda.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cffdd6bf3a39d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e8ca21169f0c99a7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-eb8cb333eb4a4c96.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-00cfdd1c4a497013.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1d188b7fe82162ba.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out` |
3580 | 2024-05-08T02:49:51.424Z | Running `/home/build/.rustup/toolchains/1.77.2-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=8f28a866e4d86c58 -C extra-filename=-8f28a866e4d86c58 --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-d3c176ef90f87889.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-0fb460c45e6776a7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-60b4eb14331a0f68.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-2ea629171c4d194b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-8f1a3beb8f5da5fc.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-3b0f8fa92f0faeda.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cffdd6bf3a39d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e8ca21169f0c99a7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-eb8cb333eb4a4c96.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-00cfdd1c4a497013.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1d188b7fe82162ba.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out` |
3581 | 2024-05-08T02:49:52.617Z | Running `/home/build/.rustup/toolchains/1.77.2-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=d96670d70e45a57a -C extra-filename=-d96670d70e45a57a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-554abb1c8fa8fe68.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f9b21eb16e93a3d8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2b40f9525107fda5.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4803267bf6d0b729.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-396960f0ccfdb73a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e037e891a75b3be0.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-66ad0c7271f78bc8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bdc322f1dddf194f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5c66bff0e644640a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cffdd6bf3a39d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-73fe37f52b56dfd7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d0a534a1040f98fd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fa42aa7c6a0ce87c.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0b70af109647b6ae.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d375e524832d4092.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ba413ca6540baa73.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5de474b205735f5a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-dbc0e5234ac81936.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-763c4b915641c976.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1e215ea73b682ca6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c9e24febc55c49ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1b8e56e63ffb30f4.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-455c082e7ab33758.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e953c3ae55ee349e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out` |
3582 | 2024-05-08T02:49:54.344Z | Running `/home/build/.rustup/toolchains/1.77.2-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=7b9f1687a1c6ecbc -C extra-filename=-7b9f1687a1c6ecbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f955e43a0efeb61f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cffdd6bf3a39d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-dab6a5af90c8dd20.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out` |
3583 | 2024-05-08T02:49:55.310Z | Running `/home/build/.rustup/toolchains/1.77.2-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=3a609424beb918fe -C extra-filename=-3a609424beb918fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-7f1e5a9d0c60f451.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-a5d69f89ab8a9a55.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-a5f32973b2fd867c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e037e891a75b3be0.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7c07acd5f2bcd04.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5c66bff0e644640a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-f201231575a33ca9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc0e45d9615360d6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-763c4b915641c976.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1e215ea73b682ca6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c9e24febc55c49ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1b8e56e63ffb30f4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-76d39b5c13167184.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out` |
3584 | 2024-05-08T02:49:57.057Z | Running `/home/build/.rustup/toolchains/1.77.2-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=92b6cf97beb6f406 -C extra-filename=-92b6cf97beb6f406 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f9b21eb16e93a3d8.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-94d014eebc6c5e7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f955e43a0efeb61f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-adafea1e0a1959d2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-a5d69f89ab8a9a55.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-a5f32973b2fd867c.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-0fba28170df444b2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e037e891a75b3be0.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-75c76d88cc18162b.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e21eb30d349539bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5c66bff0e644640a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1e215ea73b682ca6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-03b9307cc8539457.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-25361d8a76cac194.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-82c2aa57613bd64f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-aa2996d8bd7de0be.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23efcefe1db3e456.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-9700f03a96d80587.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out` |
3585 | 2024-05-08T02:49:57.741Z | Running `/home/build/.rustup/toolchains/1.77.2-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=4f8d22b553c6db7f -C extra-filename=-4f8d22b553c6db7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e64b33f8c3d8256e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-481ecd2bf3b3e831.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-b9a38999460d50d6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-94d014eebc6c5e7e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-fa816c605cb52d61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-25361d8a76cac194.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3586 | 2024-05-08T02:50:07.250Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3587 | 2024-05-08T02:50:07.276Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a01f57aa809b05d0 -C extra-filename=-a01f57aa809b05d0 --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-dcda545c6da74a50.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3588 | 2024-05-08T02:50:08.809Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=83f2427b29d67c3b -C extra-filename=-83f2427b29d67c3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f3ef389bac292598.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a01f57aa809b05d0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3589 | 2024-05-08T02:50:08.894Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3590 | 2024-05-08T02:50:08.920Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9d50ed0732d6f344 -C extra-filename=-9d50ed0732d6f344 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f3ef389bac292598.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3591 | 2024-05-08T02:50:10.372Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=398c750adce1096c -C extra-filename=-398c750adce1096c --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-996559b273324b36.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1a6c598c05c4fc10.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3592 | 2024-05-08T02:50:10.549Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3593 | 2024-05-08T02:50:10.575Z | Running `/home/build/.rustup/toolchains/1.77.2-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=8e5b0391e3f29b22 -C extra-filename=-8e5b0391e3f29b22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2b40f9525107fda5.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f955e43a0efeb61f.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-66c6ec52e2fdb676.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2594524cb34bd686.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cffdd6bf3a39d.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d39333e2b85a2f18.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fa42aa7c6a0ce87c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-60f345d83ef4008b.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/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-0560085f735dd32a/out` |
3594 | 2024-05-08T02:50:10.710Z | Running `/home/build/.rustup/toolchains/1.77.2-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=94b84d8e74e76145 -C extra-filename=-94b84d8e74e76145 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e64b33f8c3d8256e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-481ecd2bf3b3e831.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-b9a38999460d50d6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-94d014eebc6c5e7e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-fa816c605cb52d61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-25361d8a76cac194.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3595 | 2024-05-08T02:50:11.420Z | Running `/home/build/.rustup/toolchains/1.77.2-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=b8f8081334f24002 -C extra-filename=-b8f8081334f24002 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2b40f9525107fda5.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-40894eb55a609c23.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9eeaac45cb6097ba.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-66c6ec52e2fdb676.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bdc322f1dddf194f.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f3ef389bac292598.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-71f7cad35c850929.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6f8510bdf12fcde9.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-398c750adce1096c.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a01f57aa809b05d0.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-83f2427b29d67c3b.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f6cb617feec4f61.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9d50ed0732d6f344.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2594524cb34bd686.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3670ab64185166cf.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1a6c598c05c4fc10.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e377ae459381eb72.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d0a534a1040f98fd.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fa42aa7c6a0ce87c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-b744afbd49cb10fd.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f5a2140edf15631f.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d375e524832d4092.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-dd81de483d561cdc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d46b9652255dde2d.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-08d150e30f36063a.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-3af785cc4a6d1e82.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-60f345d83ef4008b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2ffdecfe73e50e0c.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c3582371b6b240e8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-03b9307cc8539457.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-82c2aa57613bd64f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3596 | 2024-05-08T02:50:12.172Z | Running `/home/build/.rustup/toolchains/1.77.2-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=4f66d307b27d5780 -C extra-filename=-4f66d307b27d5780 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e64b33f8c3d8256e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-481ecd2bf3b3e831.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-b9a38999460d50d6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-94d014eebc6c5e7e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-fa816c605cb52d61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-25361d8a76cac194.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3597 | 2024-05-08T02:50:14.778Z | Running `/home/build/.rustup/toolchains/1.77.2-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=06f3e4481c19826d -C extra-filename=-06f3e4481c19826d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e64b33f8c3d8256e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-481ecd2bf3b3e831.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-b9a38999460d50d6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-94d014eebc6c5e7e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-fa816c605cb52d61.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3598 | 2024-05-08T02:50:16.621Z | Running `/home/build/.rustup/toolchains/1.77.2-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=a14cedff0e79d3a7 -C extra-filename=-a14cedff0e79d3a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-554abb1c8fa8fe68.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f9b21eb16e93a3d8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2b40f9525107fda5.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-5287c90a39558f96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4803267bf6d0b729.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-396960f0ccfdb73a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e037e891a75b3be0.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-66ad0c7271f78bc8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bdc322f1dddf194f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5c66bff0e644640a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-73fe37f52b56dfd7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d0a534a1040f98fd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fa42aa7c6a0ce87c.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0b70af109647b6ae.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d375e524832d4092.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ba413ca6540baa73.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5de474b205735f5a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-dbc0e5234ac81936.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-763c4b915641c976.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1e215ea73b682ca6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c9e24febc55c49ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1b8e56e63ffb30f4.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-455c082e7ab33758.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e953c3ae55ee349e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out` |
3599 | 2024-05-08T02:50:17.975Z | Running `/home/build/.rustup/toolchains/1.77.2-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=b96a11292a688124 -C extra-filename=-b96a11292a688124 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-96402d30bd2ed2c0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7240974c6860a96c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f7faa688538765f3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-681c39f3ceba5f5e.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-45b6c180a1659f91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7273c279e12ceb3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-b91cae5995a8e411.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b0cc926e5fa2ee3c.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d72924ef586cc110.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b315100e2226b713.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7d8ab44e5e8f31d3.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-aa2996d8bd7de0be.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23efcefe1db3e456.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-9700f03a96d80587.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3600 | 2024-05-08T02:50:20.396Z | Running `/home/build/.rustup/toolchains/1.77.2-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=cafa859a388ab20d -C extra-filename=-cafa859a388ab20d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-96402d30bd2ed2c0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7240974c6860a96c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4eeaf57880e3cd81.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-aa2996d8bd7de0be.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3601 | 2024-05-08T02:50:21.466Z | Running `/home/build/.rustup/toolchains/1.77.2-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=c908e6e5d3174c84 -C extra-filename=-c908e6e5d3174c84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e64b33f8c3d8256e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-96402d30bd2ed2c0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7240974c6860a96c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f7faa688538765f3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-681c39f3ceba5f5e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc0e45d9615360d6.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-45b6c180a1659f91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7273c279e12ceb3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-b91cae5995a8e411.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b0cc926e5fa2ee3c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d72924ef586cc110.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b315100e2226b713.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7d8ab44e5e8f31d3.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-aa2996d8bd7de0be.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23efcefe1db3e456.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-9700f03a96d80587.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3602 | 2024-05-08T02:50:22.348Z | Running `/home/build/.rustup/toolchains/1.77.2-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=138ea12e8be7f01f -C extra-filename=-138ea12e8be7f01f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e64b33f8c3d8256e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-96402d30bd2ed2c0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7240974c6860a96c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f7faa688538765f3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-681c39f3ceba5f5e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc0e45d9615360d6.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-45b6c180a1659f91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7273c279e12ceb3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-b91cae5995a8e411.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b0cc926e5fa2ee3c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d72924ef586cc110.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b315100e2226b713.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7d8ab44e5e8f31d3.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-aa2996d8bd7de0be.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23efcefe1db3e456.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-9700f03a96d80587.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3603 | 2024-05-08T02:50:22.858Z | Running `/home/build/.rustup/toolchains/1.77.2-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=f37d27831e634aae -C extra-filename=-f37d27831e634aae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-0fba28170df444b2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e037e891a75b3be0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3604 | 2024-05-08T02:50:23.588Z | Running `/home/build/.rustup/toolchains/1.77.2-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=b3c5a9ffd79fa884 -C extra-filename=-b3c5a9ffd79fa884 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-0fba28170df444b2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e037e891a75b3be0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3605 | 2024-05-08T02:50:25.376Z | Running `/home/build/.rustup/toolchains/1.77.2-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=2dd47c37397b933d -C extra-filename=-2dd47c37397b933d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-0fba28170df444b2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e037e891a75b3be0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3606 | 2024-05-08T02:50:27.241Z | Running `/home/build/.rustup/toolchains/1.77.2-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=72ddb2df5d95a702 -C extra-filename=-72ddb2df5d95a702 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e64b33f8c3d8256e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-96402d30bd2ed2c0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7240974c6860a96c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f7faa688538765f3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-681c39f3ceba5f5e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc0e45d9615360d6.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-45b6c180a1659f91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7273c279e12ceb3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-b91cae5995a8e411.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b0cc926e5fa2ee3c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d72924ef586cc110.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b315100e2226b713.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7d8ab44e5e8f31d3.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23efcefe1db3e456.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-9700f03a96d80587.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3607 | 2024-05-08T02:50:32.424Z | Running `/home/build/.rustup/toolchains/1.77.2-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=8f6db5db9b61f9b8 -C extra-filename=-8f6db5db9b61f9b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1a6c598c05c4fc10.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d39333e2b85a2f18.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e377ae459381eb72.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3608 | 2024-05-08T02:50:33.711Z | Running `/home/build/.rustup/toolchains/1.77.2-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=95eb29dd601efff0 -C extra-filename=-95eb29dd601efff0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1a6c598c05c4fc10.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d39333e2b85a2f18.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e377ae459381eb72.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3609 | 2024-05-08T02:50:35.923Z | Running `/home/build/.rustup/toolchains/1.77.2-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=70286e6053642fde -C extra-filename=-70286e6053642fde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1a6c598c05c4fc10.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d39333e2b85a2f18.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e377ae459381eb72.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3610 | 2024-05-08T02:50:37.556Z | Running `/home/build/.rustup/toolchains/1.77.2-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=7108ec74881c5764 -C extra-filename=-7108ec74881c5764 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1a6c598c05c4fc10.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d39333e2b85a2f18.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e377ae459381eb72.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3611 | 2024-05-08T02:50:39.900Z | Running `/home/build/.rustup/toolchains/1.77.2-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=230d63c031e10e5d -C extra-filename=-230d63c031e10e5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1a6c598c05c4fc10.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d39333e2b85a2f18.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e377ae459381eb72.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3612 | 2024-05-08T02:50:40.069Z | Running `/home/build/.rustup/toolchains/1.77.2-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=ce8ae315cb9897fa -C extra-filename=-ce8ae315cb9897fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-481ecd2bf3b3e831.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-25361d8a76cac194.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3613 | 2024-05-08T02:50:41.153Z | Running `/home/build/.rustup/toolchains/1.77.2-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=c487f6afd93aa8ae -C extra-filename=-c487f6afd93aa8ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-89ea751df9b71af1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-adafea1e0a1959d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-03b9307cc8539457.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-25361d8a76cac194.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3614 | 2024-05-08T02:50:50.246Z | Running `/home/build/.rustup/toolchains/1.77.2-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=55a1ae3e89fa0fce -C extra-filename=-55a1ae3e89fa0fce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7a4bde3918ca026a.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f7faa688538765f3.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-a0265174491e9bb7.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-4d3a191fb70b45bd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-681c39f3ceba5f5e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8b3c61b161778a1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b0cc926e5fa2ee3c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-8b87d121d3935d14.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3615 | 2024-05-08T02:50:50.428Z | Running `/home/build/.rustup/toolchains/1.77.2-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=24b1d3b66cb15784 -C extra-filename=-24b1d3b66cb15784 --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-996559b273324b36.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e037e891a75b3be0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-23efcefe1db3e456.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3616 | 2024-05-08T02:50:51.082Z | Running `/home/build/.rustup/toolchains/1.77.2-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 --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' -C metadata=869d60436de0763a -C extra-filename=-869d60436de0763a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-35c9e283b64671c7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-5ba4faa9ccae324c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-cd00c1534692349f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-d850075d6a742a33.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-329e9c57c97016a7.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3d0c749632a68aaa.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3bd0cbc27364293.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-815d8b34a711b8b9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-66c6ec52e2fdb676.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-77c363dd9134c8cf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-f02d9217fa7ebd06.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f3ef389bac292598.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6f8510bdf12fcde9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f6cb617feec4f61.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8e5b0391e3f29b22.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cffdd6bf3a39d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3670ab64185166cf.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-c73e5eecdc6c40ad.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7acb2d670e1e637f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8b3c61b161778a1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-fa816c605cb52d61.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0b70af109647b6ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-dd81de483d561cdc.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d46b9652255dde2d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-3af785cc4a6d1e82.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-60f345d83ef4008b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-badaa0d80cf5ae85.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2ffdecfe73e50e0c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-8b87d121d3935d14.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-66b903c7c0352180.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/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-0560085f735dd32a/out` |
3617 | 2024-05-08T02:50:53.710Z | Running `/home/build/.rustup/toolchains/1.77.2-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=947ab5e9ccf704e4 -C extra-filename=-947ab5e9ccf704e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2b40f9525107fda5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f955e43a0efeb61f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-66c6ec52e2fdb676.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2594524cb34bd686.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cffdd6bf3a39d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d39333e2b85a2f18.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fa42aa7c6a0ce87c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-60f345d83ef4008b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/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-0560085f735dd32a/out` |
3618 | 2024-05-08T02:50:53.751Z | Running `/home/build/.rustup/toolchains/1.77.2-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=444bf0bc3ee6e184 -C extra-filename=-444bf0bc3ee6e184 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-35c9e283b64671c7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7240974c6860a96c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2b40f9525107fda5.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-7f30c30bd7f8fac2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3bd0cbc27364293.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-3249fec9e60f9013.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f955e43a0efeb61f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f7faa688538765f3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-2f546b38cacb4e11.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f3ef389bac292598.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9d50ed0732d6f344.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1a6c598c05c4fc10.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-45b6c180a1659f91.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4eeaf57880e3cd81.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a3a3937d15734e56.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d72924ef586cc110.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3619 | 2024-05-08T02:50:57.416Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ca3e05a943259639 -C extra-filename=-ca3e05a943259639 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-83f2427b29d67c3b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f6cb617feec4f61.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4eeaf57880e3cd81.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-8b87d121d3935d14.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a3a3937d15734e56.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3620 | 2024-05-08T02:50:57.997Z | Running `/home/build/.rustup/toolchains/1.77.2-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=fd6fa3c279fadadb -C extra-filename=-fd6fa3c279fadadb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-35c9e283b64671c7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-2371bb2532cdbea8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2b40f9525107fda5.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-40894eb55a609c23.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3bd0cbc27364293.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9eeaac45cb6097ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f955e43a0efeb61f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-66c6ec52e2fdb676.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d70322b820af58a3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-adafea1e0a1959d2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-77c363dd9134c8cf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bdc322f1dddf194f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f3ef389bac292598.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-71f7cad35c850929.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6f8510bdf12fcde9.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-398c750adce1096c.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a01f57aa809b05d0.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-83f2427b29d67c3b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f6cb617feec4f61.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9d50ed0732d6f344.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2594524cb34bd686.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8e5b0391e3f29b22.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d829b7f072c2faa6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cffdd6bf3a39d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3670ab64185166cf.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e8ca21169f0c99a7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1a6c598c05c4fc10.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d39333e2b85a2f18.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e377ae459381eb72.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d0a534a1040f98fd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fa42aa7c6a0ce87c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-b744afbd49cb10fd.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7acb2d670e1e637f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8b3c61b161778a1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0b70af109647b6ae.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f5a2140edf15631f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d375e524832d4092.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-dd81de483d561cdc.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d46b9652255dde2d.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-08d150e30f36063a.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-3af785cc4a6d1e82.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-60f345d83ef4008b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-60f4e22f82698a6e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-efa46990382dafd2.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2ffdecfe73e50e0c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-66b903c7c0352180.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c3582371b6b240e8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-03b9307cc8539457.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-25361d8a76cac194.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-82c2aa57613bd64f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/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-0560085f735dd32a/out` |
3621 | 2024-05-08T02:51:02.017Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2fa8e0224ba22052 -C extra-filename=-2fa8e0224ba22052 --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-dcda545c6da74a50.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3622 | 2024-05-08T02:51:04.613Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2b61ceb9ee3a5ce2 -C extra-filename=-2b61ceb9ee3a5ce2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f3ef389bac292598.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3623 | 2024-05-08T02:51:07.214Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d0b7ded0d02c6c1e -C extra-filename=-d0b7ded0d02c6c1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-35c9e283b64671c7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3bd0cbc27364293.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d70322b820af58a3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f3ef389bac292598.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8e5b0391e3f29b22.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1a6c598c05c4fc10.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/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-0560085f735dd32a/out` |
3624 | 2024-05-08T02:51:10.661Z | Running `/home/build/.rustup/toolchains/1.77.2-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=d7d8f67309d532b9 -C extra-filename=-d7d8f67309d532b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1a6c598c05c4fc10.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e377ae459381eb72.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3625 | 2024-05-08T02:51:22.962Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' -C metadata=e681aed4783b0e70 -C extra-filename=-e681aed4783b0e70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-6b0128b78ce785d5.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-a1b7f4195d945ae4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7240974c6860a96c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-9dfbd126aecbb7c8.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8cdb6e55a736507.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e377ae459381eb72.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1ac7cfe6df08972c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4eeaf57880e3cd81.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-cc3cb3f1d0c0bed1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-fc158bba336639b2.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-dc6fce81e6b88016.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a3a3937d15734e56.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3626 | 2024-05-08T02:51:25.585Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=bcf9e2c942bb7aa8 -C extra-filename=-bcf9e2c942bb7aa8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-6f1e2c4e27b6e689.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-75c76d88cc18162b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6f8510bdf12fcde9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc0e45d9615360d6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-76d39b5c13167184.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-dab6a5af90c8dd20.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3627 | 2024-05-08T02:51:37.597Z | Running `/home/build/.rustup/toolchains/1.77.2-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=def5b723f5304c2c -C extra-filename=-def5b723f5304c2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-9f1ebe6f5c918d80.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7c07acd5f2bcd04.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-b5e873a458b78c86.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-15f6eaae74fe5886.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c38c0470805f23d8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d833a19ba1055295.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
3628 | 2024-05-08T02:51:43.576Z | Running `/home/build/.rustup/toolchains/1.77.2-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=105292f7aef887c3 -C extra-filename=-105292f7aef887c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-b5e873a458b78c86.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-efa46990382dafd2.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-bb058ce0e73611be.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L /usr/platform/oxide/lib/amd64/` |
3629 | 2024-05-08T02:51:45.859Z | Running `/home/build/.rustup/toolchains/1.77.2-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=76ee8f333e16bfda -C extra-filename=-76ee8f333e16bfda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-9f1ebe6f5c918d80.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f955e43a0efeb61f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7c07acd5f2bcd04.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-b5e873a458b78c86.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-15f6eaae74fe5886.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c38c0470805f23d8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-efa46990382dafd2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d833a19ba1055295.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
3630 | 2024-05-08T02:51:48.328Z | Running `/home/build/.rustup/toolchains/1.77.2-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=fc8ec491872ed8fe -C extra-filename=-fc8ec491872ed8fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-9f1ebe6f5c918d80.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f955e43a0efeb61f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7c07acd5f2bcd04.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-b5e873a458b78c86.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-15f6eaae74fe5886.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c38c0470805f23d8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-efa46990382dafd2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d833a19ba1055295.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
3631 | 2024-05-08T02:51:53.540Z | Running `/home/build/.rustup/toolchains/1.77.2-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=c5b33340f76bfe53 -C extra-filename=-c5b33340f76bfe53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-b5e873a458b78c86.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-bb058ce0e73611be.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L /usr/platform/oxide/lib/amd64/` |
3632 | 2024-05-08T02:51:57.087Z | Running `/home/build/.rustup/toolchains/1.77.2-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=dcffb3dbfcb25028 -C extra-filename=-dcffb3dbfcb25028 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-9f1ebe6f5c918d80.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f955e43a0efeb61f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7c07acd5f2bcd04.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-15f6eaae74fe5886.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c38c0470805f23d8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-efa46990382dafd2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d833a19ba1055295.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
3633 | 2024-05-08T02:52:01.497Z | Running `/home/build/.rustup/toolchains/1.77.2-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=fe8b292104f63346 -C extra-filename=-fe8b292104f63346 --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-9d2aa48e77301f2e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-b5e873a458b78c86.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-efa46990382dafd2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
3634 | 2024-05-08T02:52:04.013Z | Running `/home/build/.rustup/toolchains/1.77.2-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=3b9c9c8742b87977 -C extra-filename=-3b9c9c8742b87977 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f7faa688538765f3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cf6bf3cb0a1c0af0.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8b3c61b161778a1.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6db376e2c842d9b1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-763c4b915641c976.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-e33f4af553cbfc64.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1b8e56e63ffb30f4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-8b87d121d3935d14.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-281083d16f9fe3a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out` |
3635 | 2024-05-08T02:52:06.942Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6afae775c60358e2 -C extra-filename=-6afae775c60358e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-9c3a35a8f50403b5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4e5690172993484a.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-13671f9aededfb44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3636 | 2024-05-08T02:52:07.427Z | Running `/home/build/.rustup/toolchains/1.77.2-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=1302c1cfe08ea493 -C extra-filename=-1302c1cfe08ea493 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3637 | 2024-05-08T02:52:09.080Z | Running `/home/build/.rustup/toolchains/1.77.2-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=d4bce1404228d68b -C extra-filename=-d4bce1404228d68b --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-6e7bffc3196f4c4f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-554abb1c8fa8fe68.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-d5ef0647f2d469bb.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-96402d30bd2ed2c0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ff4e1ca47bcdca10.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc0e45d9615360d6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-9444f53ee9bba697.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-dbc0e5234ac81936.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1e215ea73b682ca6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-ba4d97101d3500b7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3638 | 2024-05-08T02:52:10.826Z | Running `/home/build/.rustup/toolchains/1.77.2-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=0a3c62b364391cbe -C extra-filename=-0a3c62b364391cbe --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-6e7bffc3196f4c4f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-d5ef0647f2d469bb.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-96402d30bd2ed2c0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ff4e1ca47bcdca10.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc0e45d9615360d6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-9444f53ee9bba697.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-dbc0e5234ac81936.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1e215ea73b682ca6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-ba4d97101d3500b7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3639 | 2024-05-08T02:52:19.758Z | Running `/home/build/.rustup/toolchains/1.77.2-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=3a4e40b2dfaf6148 -C extra-filename=-3a4e40b2dfaf6148 --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-6e7bffc3196f4c4f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-554abb1c8fa8fe68.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-d5ef0647f2d469bb.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-96402d30bd2ed2c0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ff4e1ca47bcdca10.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc0e45d9615360d6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-9444f53ee9bba697.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-dbc0e5234ac81936.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1e215ea73b682ca6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-ba4d97101d3500b7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3640 | 2024-05-08T02:52:32.311Z | Running `/home/build/.rustup/toolchains/1.77.2-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 --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' -C metadata=416460e0af105348 -C extra-filename=-416460e0af105348 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-6b0128b78ce785d5.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-a1b7f4195d945ae4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7240974c6860a96c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-9dfbd126aecbb7c8.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8cdb6e55a736507.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1ac7cfe6df08972c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4eeaf57880e3cd81.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-cc3cb3f1d0c0bed1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-fc158bba336639b2.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-dc6fce81e6b88016.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a3a3937d15734e56.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3641 | 2024-05-08T02:52:33.481Z | Running `/home/build/.rustup/toolchains/1.77.2-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=b2e592b34dbf8dbd -C extra-filename=-b2e592b34dbf8dbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3d0c749632a68aaa.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7a4bde3918ca026a.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3bd0cbc27364293.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-f02d9217fa7ebd06.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-71f7cad35c850929.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-e21eb30d349539bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-b744afbd49cb10fd.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-dd81de483d561cdc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2ffdecfe73e50e0c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3642 | 2024-05-08T02:52:34.895Z | Running `/home/build/.rustup/toolchains/1.77.2-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=0ed8e59f75821606 -C extra-filename=-0ed8e59f75821606 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8b0e540790a4bf4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-5111a2b812294a78.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f94bd5ea9a5ce70e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-724d87f3fa3155a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3643 | 2024-05-08T02:52:35.980Z | Running `/home/build/.rustup/toolchains/1.77.2-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=505b05ec63753512 -C extra-filename=-505b05ec63753512 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8b0e540790a4bf4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-5111a2b812294a78.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f94bd5ea9a5ce70e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-724d87f3fa3155a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3644 | 2024-05-08T02:52:37.589Z | Running `/home/build/.rustup/toolchains/1.77.2-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=57c813da4ad3ca66 -C extra-filename=-57c813da4ad3ca66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8b0e540790a4bf4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-5111a2b812294a78.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f94bd5ea9a5ce70e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-724d87f3fa3155a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3645 | 2024-05-08T02:52:40.651Z | Running `/home/build/.rustup/toolchains/1.77.2-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=40781e87628178d4 -C extra-filename=-40781e87628178d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8b0e540790a4bf4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-5111a2b812294a78.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f94bd5ea9a5ce70e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-724d87f3fa3155a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3646 | 2024-05-08T02:52:41.226Z | Running `/home/build/.rustup/toolchains/1.77.2-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=be100112e139e8e0 -C extra-filename=-be100112e139e8e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8b0e540790a4bf4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-5111a2b812294a78.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f94bd5ea9a5ce70e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-724d87f3fa3155a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3647 | 2024-05-08T02:52:52.486Z | Running `/home/build/.rustup/toolchains/1.77.2-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=e7c8a4ea40cac88a -C extra-filename=-e7c8a4ea40cac88a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e037e891a75b3be0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3648 | 2024-05-08T02:52:54.431Z | Running `/home/build/.rustup/toolchains/1.77.2-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=d56aab68829281a0 -C extra-filename=-d56aab68829281a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8b0e540790a4bf4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-5111a2b812294a78.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f94bd5ea9a5ce70e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-724d87f3fa3155a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3649 | 2024-05-08T02:52:59.907Z | Running `/home/build/.rustup/toolchains/1.77.2-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=651c324f61fb3f64 -C extra-filename=-651c324f61fb3f64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8b0e540790a4bf4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-5111a2b812294a78.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f94bd5ea9a5ce70e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-724d87f3fa3155a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3650 | 2024-05-08T02:53:12.260Z | Running `/home/build/.rustup/toolchains/1.77.2-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=8ab4ead372ee474a -C extra-filename=-8ab4ead372ee474a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8b0e540790a4bf4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-5111a2b812294a78.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f94bd5ea9a5ce70e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-724d87f3fa3155a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3651 | 2024-05-08T02:53:13.685Z | Running `/home/build/.rustup/toolchains/1.77.2-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=1e18245c94585fec -C extra-filename=-1e18245c94585fec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-94d014eebc6c5e7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-adafea1e0a1959d2.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-10814480c3ff86c7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-313e414a71e86543.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-03b9307cc8539457.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ea704619c5387062.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-197eaa295c9c35b8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3652 | 2024-05-08T02:53:14.584Z | Running `/home/build/.rustup/toolchains/1.77.2-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=4e01952bfac7e374 -C extra-filename=-4e01952bfac7e374 --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-983a11c841e841a6.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-877b6359526edb4b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-1a9cec70e9ef7162.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-bb20372f1c3269c9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2ff4752e4c466ad8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3653 | 2024-05-08T02:53:15.041Z | Running `/home/build/.rustup/toolchains/1.77.2-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=f7ef32d0923565a4 -C extra-filename=-f7ef32d0923565a4 --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-983a11c841e841a6.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-877b6359526edb4b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-1a9cec70e9ef7162.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-bb20372f1c3269c9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2ff4752e4c466ad8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3654 | 2024-05-08T02:53:16.729Z | Running `/home/build/.rustup/toolchains/1.77.2-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=bd89855100b995ca -C extra-filename=-bd89855100b995ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3655 | 2024-05-08T02:53:17.854Z | Running `/home/build/.rustup/toolchains/1.77.2-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=077ac89f1d86e238 -C extra-filename=-077ac89f1d86e238 --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-996559b273324b36.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f5a2140edf15631f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3656 | 2024-05-08T02:53:25.537Z | Running `/home/build/.rustup/toolchains/1.77.2-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=afc4184552181aa6 -C extra-filename=-afc4184552181aa6 --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-db67e14663d879e1.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3657 | 2024-05-08T02:53:26.937Z | Running `/home/build/.rustup/toolchains/1.77.2-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=3b172b5c7c130716 -C extra-filename=-3b172b5c7c130716 --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-996559b273324b36.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3658 | 2024-05-08T02:53:28.974Z | Running `/home/build/.rustup/toolchains/1.77.2-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=547039578025da9c -C extra-filename=-547039578025da9c --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-427020ca80f73ebb.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-96402d30bd2ed2c0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc0e45d9615360d6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-76d39b5c13167184.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3659 | 2024-05-08T02:53:31.830Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' -C metadata=2ef3b88d833e125b -C extra-filename=-2ef3b88d833e125b --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-427020ca80f73ebb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-25058401423af0e8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3660 | 2024-05-08T02:53:32.364Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7b65067723cfb796 -C extra-filename=-7b65067723cfb796 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-dccbd8c2b2a063ae.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f5a2140edf15631f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1e215ea73b682ca6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3661 | 2024-05-08T02:53:34.278Z | Running `/home/build/.rustup/toolchains/1.77.2-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=4acfdab4b6d24379 -C extra-filename=-4acfdab4b6d24379 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-298c5d363c1f9414.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-f4e4c5fd1ac28012.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-b53ec134020bd64d.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-377c6e698c4d0221.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1e215ea73b682ca6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-455c082e7ab33758.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out` |
3662 | 2024-05-08T02:53:35.514Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=bfc3e8778186a7a1 -C extra-filename=-bfc3e8778186a7a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3663 | 2024-05-08T02:53:38.012Z | Running `/home/build/.rustup/toolchains/1.77.2-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=411c04bd13cb17ab -C extra-filename=-411c04bd13cb17ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc0e45d9615360d6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-76d39b5c13167184.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3664 | 2024-05-08T02:53:39.831Z | Running `/home/build/.rustup/toolchains/1.77.2-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=d27493d1a540a7b0 -C extra-filename=-d27493d1a540a7b0 --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-83bcee54d217dc20.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1e215ea73b682ca6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3665 | 2024-05-08T02:53:42.703Z | Running `/home/build/.rustup/toolchains/1.77.2-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=744c4c70d1bbdcc7 -C extra-filename=-744c4c70d1bbdcc7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-266acac97555300e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-10b85a698196ef17.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd3f75ed0c26e0c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-66ad0c7271f78bc8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-763c4b915641c976.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out` |
3666 | 2024-05-08T02:53:42.979Z | Running `/home/build/.rustup/toolchains/1.77.2-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=27e9aae0f81f12d1 -C extra-filename=-27e9aae0f81f12d1 --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-e037e891a75b3be0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3667 | 2024-05-08T02:53:45.231Z | Running `/home/build/.rustup/toolchains/1.77.2-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=454e8ade8108a479 -C extra-filename=-454e8ade8108a479 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8b0e540790a4bf4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-5111a2b812294a78.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f94bd5ea9a5ce70e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-724d87f3fa3155a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3668 | 2024-05-08T02:53:45.414Z | Running `/home/build/.rustup/toolchains/1.77.2-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=5ad278b3ffb4ae7a -C extra-filename=-5ad278b3ffb4ae7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8b0e540790a4bf4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-5111a2b812294a78.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f94bd5ea9a5ce70e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-724d87f3fa3155a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3669 | 2024-05-08T02:53:46.228Z | Running `/home/build/.rustup/toolchains/1.77.2-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=1720af78e5b9a48f -C extra-filename=-1720af78e5b9a48f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8b0e540790a4bf4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-5111a2b812294a78.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f94bd5ea9a5ce70e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-724d87f3fa3155a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3670 | 2024-05-08T02:53:46.748Z | Running `/home/build/.rustup/toolchains/1.77.2-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=111cda2d42f8ff45 -C extra-filename=-111cda2d42f8ff45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8b0e540790a4bf4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-3b1cfececdc12c9d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-8898f3e2f38148c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-5111a2b812294a78.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f94bd5ea9a5ce70e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-724d87f3fa3155a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3671 | 2024-05-08T02:53:47.247Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3672 | 2024-05-08T02:53:47.276Z | Running `/home/build/.rustup/toolchains/1.77.2-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=37aab444e5e6db06 -C extra-filename=-37aab444e5e6db06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-adafea1e0a1959d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64` |
3673 | 2024-05-08T02:53:47.860Z | Running `/home/build/.rustup/toolchains/1.77.2-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=20bdf06777591925 -C extra-filename=-20bdf06777591925 --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-db67e14663d879e1.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ff4e1ca47bcdca10.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-9444f53ee9bba697.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-dbc0e5234ac81936.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3674 | 2024-05-08T02:53:54.787Z | Running `/home/build/.rustup/toolchains/1.77.2-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=61968758a9ffa6de -C extra-filename=-61968758a9ffa6de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-c7d34a6fbfa945ec.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-9c3a35a8f50403b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3670ab64185166cf.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-b744afbd49cb10fd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2ffdecfe73e50e0c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a3a3937d15734e56.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3675 | 2024-05-08T02:53:55.158Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner --edition=2021 test-utils/src/bin/falcon_runner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="seed-gen"' -C metadata=f8aa0e7a9bd3db13 -C extra-filename=-f8aa0e7a9bd3db13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-89e3b3832d6e8818.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-5555160e7de2260f.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-298c5d363c1f9414.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-66c6ec52e2fdb676.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-0932d789a0f7c96f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7acb2d670e1e637f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d46b9652255dde2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c3582371b6b240e8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-281083d16f9fe3a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3676 | 2024-05-08T02:53:56.680Z | Running `/home/build/.rustup/toolchains/1.77.2-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=ee39676f762d3382 -C extra-filename=-ee39676f762d3382 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-89e3b3832d6e8818.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-5555160e7de2260f.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-298c5d363c1f9414.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-66c6ec52e2fdb676.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-0932d789a0f7c96f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7acb2d670e1e637f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d46b9652255dde2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c3582371b6b240e8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-281083d16f9fe3a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3677 | 2024-05-08T02:53:57.380Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner_cli --edition=2021 test-utils/src/bin/falcon_runner_cli.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="seed-gen"' -C metadata=bee2f4d371a6b15f -C extra-filename=-bee2f4d371a6b15f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-89e3b3832d6e8818.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-5555160e7de2260f.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-298c5d363c1f9414.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-66c6ec52e2fdb676.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-0932d789a0f7c96f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7acb2d670e1e637f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d46b9652255dde2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-20c1c48a52d94e88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c3582371b6b240e8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-28a1816c24899602.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-281083d16f9fe3a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3678 | 2024-05-08T02:53:58.413Z | Running `/home/build/.rustup/toolchains/1.77.2-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=ab64eb189663ef1d -C extra-filename=-ab64eb189663ef1d --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-89ea751df9b71af1.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-3c0f05dcbba7bb7a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3670ab64185166cf.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-296130c348877788.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3679 | 2024-05-08T02:54:01.916Z | Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3680 | 2024-05-08T02:54:01.943Z | Running `/home/build/.rustup/toolchains/1.77.2-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=1e4ee9b8ea12f209 -C extra-filename=-1e4ee9b8ea12f209 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3681 | 2024-05-08T02:54:03.036Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3682 | 2024-05-08T02:54:03.080Z | Running `/home/build/.rustup/toolchains/1.77.2-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=8e2b01f6d3446a18 -C extra-filename=-8e2b01f6d3446a18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3683 | 2024-05-08T02:54:04.140Z | Running `/home/build/.rustup/toolchains/1.77.2-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=de4ae4cd09e65d43 -C extra-filename=-de4ae4cd09e65d43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3684 | 2024-05-08T02:54:04.726Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=661bf2d2f297a221 -C extra-filename=-661bf2d2f297a221 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c3582371b6b240e8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3685 | 2024-05-08T02:54:07.037Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="mockall"' --cfg 'feature="testing"' -C metadata=7fe0e2ce321bc7b1 -C extra-filename=-7fe0e2ce321bc7b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-ddc2087ae06669d8.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-427020ca80f73ebb.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-a4d3dab6cc3e937a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-be39a25c71d776a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-73fe37f52b56dfd7.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-d409796f5b054a4b.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-78302002c355e4c9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1b8e56e63ffb30f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-b66b943a52f19dc5.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e953c3ae55ee349e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3686 | 2024-05-08T02:54:11.305Z | Running `/home/build/.rustup/toolchains/1.77.2-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=f9ddc6dd895b32a0 -C extra-filename=-f9ddc6dd895b32a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8f8f49c407f16530.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3687 | 2024-05-08T02:54:11.827Z | Running `/home/build/.rustup/toolchains/1.77.2-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=df848388579a06f6 -C extra-filename=-df848388579a06f6 --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-83bcee54d217dc20.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3688 | 2024-05-08T02:54:12.098Z | Running `/home/build/.rustup/toolchains/1.77.2-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=d66599774b5b0082 -C extra-filename=-d66599774b5b0082 --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-996559b273324b36.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3689 | 2024-05-08T02:54:13.537Z | Running `/home/build/.rustup/toolchains/1.77.2-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=6b586d75e34bfc39 -C extra-filename=-6b586d75e34bfc39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-c7d34a6fbfa945ec.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-0f5fd433625921fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bdc322f1dddf194f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-b744afbd49cb10fd.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f5a2140edf15631f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-fc0e45d9615360d6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5de474b205735f5a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-60f345d83ef4008b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-76d39b5c13167184.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib` |
3690 | 2024-05-08T02:54:14.229Z | Running `/home/build/.rustup/toolchains/1.77.2-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=e03d6a2aab1da46a -C extra-filename=-e03d6a2aab1da46a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3691 | 2024-05-08T02:54:18.968Z | Running `/home/build/.rustup/toolchains/1.77.2-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=bb73c603b781d8ae -C extra-filename=-bb73c603b781d8ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-456f77e887e92f44.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3692 | 2024-05-08T02:54:19.721Z | Running `/home/build/.rustup/toolchains/1.77.2-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=dea09ef7942a6651 -C extra-filename=-dea09ef7942a6651 --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-f8d19ed75ea6042c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-62389318f53b2950.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3693 | 2024-05-08T02:54:20.298Z | Running `/home/build/.rustup/toolchains/1.77.2-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=3bca5162fc8b1abd -C extra-filename=-3bca5162fc8b1abd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-78302002c355e4c9.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-9392bef3d0f2215b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3694 | 2024-05-08T02:54:20.904Z | Running `/home/build/.rustup/toolchains/1.77.2-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=2426ed0e2b07b85b -C extra-filename=-2426ed0e2b07b85b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-9392bef3d0f2215b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3695 | 2024-05-08T02:54:21.945Z | Running `/home/build/.rustup/toolchains/1.77.2-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=edc2b51216ee71e9 -C extra-filename=-edc2b51216ee71e9 --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-f30a7be5996f8118.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3696 | 2024-05-08T02:54:23.192Z | Running `/home/build/.rustup/toolchains/1.77.2-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=cf8bf170bd677db2 -C extra-filename=-cf8bf170bd677db2 --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-f30a7be5996f8118.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3697 | 2024-05-08T02:54:23.838Z | Running `/home/build/.rustup/toolchains/1.77.2-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=35b118495b9de993 -C extra-filename=-35b118495b9de993 --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-f30a7be5996f8118.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3698 | 2024-05-08T02:54:23.942Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b925b2bb7fe664d6 -C extra-filename=-b925b2bb7fe664d6 --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-f30a7be5996f8118.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3699 | 2024-05-08T02:54:24.236Z | Running `/home/build/.rustup/toolchains/1.77.2-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=9e4e8e6aa4743a67 -C extra-filename=-9e4e8e6aa4743a67 --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-f30a7be5996f8118.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-98595d0328ae9e60.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3700 | 2024-05-08T02:54:24.548Z | Running `/home/build/.rustup/toolchains/1.77.2-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=d46199c25f1b3b7d -C extra-filename=-d46199c25f1b3b7d --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-5a51fa1df4cd8460.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-e6492b28b6244c5c.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-68acca32a1755a7f.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-c945bd74a1eeadc5.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-ea9d6d2f8689e9f6.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-12e7cc5b9a407160.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0d3753a4f8ddf1b6.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a49c56be5e82e285.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-27f31263959e390c.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a7919d510375f8f6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-92c8ea32cc92e7b7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-a107ccf628f901ac.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-481ecd2bf3b3e831.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6bf68d27d0b9a310.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-df019ea603cc5c12.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-af3c149698540047.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7240974c6860a96c.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-3671815212ae050e.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-2be1af541275103d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3bd0cbc27364293.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-f487f7d68fed3764.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-1452c5d5a1357d9b.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-3e218f4211a406b1.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-f449f13725e1c744.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-2e538df0b21ca457.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-578e7bb1beff10ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e5c5dc3a4642b306.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4b00f13a31442673.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2f043457ba4fdc68.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-32a2524a08049364.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-3b68754ba6b0f75d.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-2df6ab9162cca8c1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-956726fc5d1e2865.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-cd233cf452b8a58f.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-3b9eb7b640dd51a1.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ecc62c491397209c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-04ec7c9ae5d0f445.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-ba59a8eb04dd5351.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-299aa95bd49089c3.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-69bd9af7242ee450.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-998cd0269062e61e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0f58a9cf96294e99.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f553609ea3dfe209.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2d2769c741d5e1f4.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c3bb25176b51b31a.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-de96fd06cf0e5bf5.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-73b4e654758a1d60.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ab2dbcf051650428.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-9b6bd62349cd45ab.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-99a9930b7e492cc8.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-46d9429fe9292284.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8b3c61b161778a1.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-0c057ee5cccb6731.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-8f6ebf3a73b53cd2.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-fa816c605cb52d61.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4df7e40006520d57.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c97181c078b51aa5.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-757d6c3bab2f837f.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-13b943facd0e7476.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6b5231a46a413dac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8af7be044cadeb95.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-dc8847ed4790eabd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d5a571760a738685.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-70db6f23e48af470.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-93719c719eb5e858.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7c1a39fca37282b5.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f2dfcc17c45f96c5.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-27a7898fe94cad80.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c3582371b6b240e8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-658f54e529eef29f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a124a626e9840c8e.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-7eaede6161181072.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-1ff50ce3c80b0571.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b315100e2226b713.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e8fcda33fd5afe68.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f94bd5ea9a5ce70e.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-3c45bd070bddd25d.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-fd7e19e5a07f3a04.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-23fac731ff5b8b72.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-52516ec6b88ed6a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-827ae7b10e71473c.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ad39d6646bb5dbb5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-3aec30add0a8be8d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-197eaa295c9c35b8.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib` |
3701 | 2024-05-08T02:54:25.004Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' -C metadata=7dabcd2ac690af0c -C extra-filename=-7dabcd2ac690af0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-9c3a35a8f50403b5.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3702 | 2024-05-08T02:56:09.092Z | Running `/home/build/.rustup/toolchains/1.77.2-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=5a368c8e2674161c -C extra-filename=-5a368c8e2674161c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-35c9e283b64671c7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7240974c6860a96c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2b40f9525107fda5.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-7f30c30bd7f8fac2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3bd0cbc27364293.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-3249fec9e60f9013.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f955e43a0efeb61f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f7faa688538765f3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-2f546b38cacb4e11.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f3ef389bac292598.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9d50ed0732d6f344.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8e5b0391e3f29b22.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d829b7f072c2faa6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b8f8081334f24002.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1a6c598c05c4fc10.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-45b6c180a1659f91.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4eeaf57880e3cd81.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a3a3937d15734e56.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d72924ef586cc110.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/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-0560085f735dd32a/out` |
3703 | 2024-05-08T02:56:09.165Z | Running `/home/build/.rustup/toolchains/1.77.2-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=0f6b4c99b67cc07a -C extra-filename=-0f6b4c99b67cc07a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-35c9e283b64671c7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-2371bb2532cdbea8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2b40f9525107fda5.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-40894eb55a609c23.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3bd0cbc27364293.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9eeaac45cb6097ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f955e43a0efeb61f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-66c6ec52e2fdb676.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d70322b820af58a3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-adafea1e0a1959d2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-77c363dd9134c8cf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bdc322f1dddf194f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f3ef389bac292598.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-71f7cad35c850929.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6f8510bdf12fcde9.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-398c750adce1096c.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a01f57aa809b05d0.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-83f2427b29d67c3b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f6cb617feec4f61.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9d50ed0732d6f344.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2594524cb34bd686.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8e5b0391e3f29b22.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d829b7f072c2faa6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b8f8081334f24002.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cffdd6bf3a39d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3670ab64185166cf.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e8ca21169f0c99a7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1a6c598c05c4fc10.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d39333e2b85a2f18.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e377ae459381eb72.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d0a534a1040f98fd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fa42aa7c6a0ce87c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-b744afbd49cb10fd.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7acb2d670e1e637f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8b3c61b161778a1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0b70af109647b6ae.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f5a2140edf15631f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d375e524832d4092.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-dd81de483d561cdc.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d46b9652255dde2d.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-08d150e30f36063a.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-3af785cc4a6d1e82.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-60f345d83ef4008b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-60f4e22f82698a6e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-efa46990382dafd2.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2ffdecfe73e50e0c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-66b903c7c0352180.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c3582371b6b240e8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-03b9307cc8539457.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-25361d8a76cac194.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-82c2aa57613bd64f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/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-0560085f735dd32a/out` |
3704 | 2024-05-08T02:56:09.166Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7a05fbf1123bf9f6 -C extra-filename=-7a05fbf1123bf9f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-35c9e283b64671c7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3bd0cbc27364293.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d70322b820af58a3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-6f1e2c4e27b6e689.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f3ef389bac292598.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6f8510bdf12fcde9.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a01f57aa809b05d0.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f6cb617feec4f61.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9d50ed0732d6f344.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8e5b0391e3f29b22.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d829b7f072c2faa6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b8f8081334f24002.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/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-0560085f735dd32a/out` |
3705 | 2024-05-08T02:56:09.166Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name test_basic --edition=2021 dev-tools/reconfigurator-cli/tests/test_basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4d458eddd2feccda -C extra-filename=-4d458eddd2feccda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-83f2427b29d67c3b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f6cb617feec4f61.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9d50ed0732d6f344.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8e5b0391e3f29b22.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d829b7f072c2faa6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b8f8081334f24002.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4eeaf57880e3cd81.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-8b87d121d3935d14.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a3a3937d15734e56.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/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-0560085f735dd32a/out` |
3706 | 2024-05-08T02:56:09.166Z | Running `/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d7717b8d3df3653c -C extra-filename=-d7717b8d3df3653c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-28259a8ba39da734.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-83f2427b29d67c3b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f6cb617feec4f61.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9d50ed0732d6f344.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8e5b0391e3f29b22.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d829b7f072c2faa6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b8f8081334f24002.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4eeaf57880e3cd81.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-8b87d121d3935d14.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a3a3937d15734e56.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/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-0560085f735dd32a/out` |
3707 | 2024-05-08T02:56:09.166Z | Running `/home/build/.rustup/toolchains/1.77.2-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=35c30d7f9430cac1 -C extra-filename=-35c30d7f9430cac1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-35c9e283b64671c7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7240974c6860a96c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2b40f9525107fda5.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-7f30c30bd7f8fac2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3bd0cbc27364293.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-3249fec9e60f9013.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f955e43a0efeb61f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-a26dcef2f34c6c75.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f7faa688538765f3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-2f546b38cacb4e11.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-85ed3bdbe853af9f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f3ef389bac292598.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9d50ed0732d6f344.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8e5b0391e3f29b22.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d829b7f072c2faa6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b8f8081334f24002.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1a6c598c05c4fc10.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-45b6c180a1659f91.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4eeaf57880e3cd81.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a3a3937d15734e56.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d72924ef586cc110.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7be4cd6866eb5f17.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/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-0560085f735dd32a/out` |
3708 | 2024-05-08T02:56:12.396Z | Running `/home/build/.rustup/toolchains/1.77.2-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=f070c171b6ee94ed -C extra-filename=-f070c171b6ee94ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2b40f9525107fda5.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-40894eb55a609c23.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9eeaac45cb6097ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-66c6ec52e2fdb676.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bdc322f1dddf194f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f3ef389bac292598.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-71f7cad35c850929.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6f8510bdf12fcde9.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-398c750adce1096c.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a01f57aa809b05d0.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-83f2427b29d67c3b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f6cb617feec4f61.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9d50ed0732d6f344.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2594524cb34bd686.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b8f8081334f24002.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3670ab64185166cf.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1a6c598c05c4fc10.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e377ae459381eb72.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d0a534a1040f98fd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fa42aa7c6a0ce87c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-b744afbd49cb10fd.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f5a2140edf15631f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d375e524832d4092.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-dd81de483d561cdc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d46b9652255dde2d.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-08d150e30f36063a.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-3af785cc4a6d1e82.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-60f345d83ef4008b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2ffdecfe73e50e0c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c3582371b6b240e8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-03b9307cc8539457.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-82c2aa57613bd64f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3709 | 2024-05-08T02:56:16.580Z | Running `/home/build/.rustup/toolchains/1.77.2-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=81810b4e6177e7fc -C extra-filename=-81810b4e6177e7fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f955e43a0efeb61f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2594524cb34bd686.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8e5b0391e3f29b22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b8f8081334f24002.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3670ab64185166cf.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e8ca21169f0c99a7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-15f6eaae74fe5886.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c38c0470805f23d8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c3582371b6b240e8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out` |
3710 | 2024-05-08T02:56:21.223Z | Running `/home/build/.rustup/toolchains/1.77.2-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=5e58213c29e94f23 -C extra-filename=-5e58213c29e94f23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-35c9e283b64671c7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-2371bb2532cdbea8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2b40f9525107fda5.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-40894eb55a609c23.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3bd0cbc27364293.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9eeaac45cb6097ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f955e43a0efeb61f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-66c6ec52e2fdb676.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d70322b820af58a3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-adafea1e0a1959d2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-77c363dd9134c8cf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bdc322f1dddf194f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f3ef389bac292598.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-71f7cad35c850929.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6f8510bdf12fcde9.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-398c750adce1096c.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a01f57aa809b05d0.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-83f2427b29d67c3b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f6cb617feec4f61.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9d50ed0732d6f344.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2594524cb34bd686.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8e5b0391e3f29b22.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d829b7f072c2faa6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b8f8081334f24002.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cffdd6bf3a39d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3670ab64185166cf.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e8ca21169f0c99a7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1a6c598c05c4fc10.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d39333e2b85a2f18.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e377ae459381eb72.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d0a534a1040f98fd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fa42aa7c6a0ce87c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-b744afbd49cb10fd.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7acb2d670e1e637f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8b3c61b161778a1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0b70af109647b6ae.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f5a2140edf15631f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d375e524832d4092.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-dd81de483d561cdc.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d46b9652255dde2d.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-08d150e30f36063a.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-3af785cc4a6d1e82.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-60f345d83ef4008b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-60f4e22f82698a6e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-efa46990382dafd2.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2ffdecfe73e50e0c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-66b903c7c0352180.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c3582371b6b240e8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-03b9307cc8539457.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-25361d8a76cac194.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-82c2aa57613bd64f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/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-0560085f735dd32a/out` |
3711 | 2024-05-08T02:56:23.670Z | Running `/home/build/.rustup/toolchains/1.77.2-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=d26958102960f00e -C extra-filename=-d26958102960f00e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f955e43a0efeb61f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2594524cb34bd686.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8e5b0391e3f29b22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b8f8081334f24002.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3670ab64185166cf.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e8ca21169f0c99a7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-15f6eaae74fe5886.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c38c0470805f23d8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c3582371b6b240e8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out` |
3712 | 2024-05-08T02:56:25.985Z | Running `/home/build/.rustup/toolchains/1.77.2-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=448741bfeba65cdd -C extra-filename=-448741bfeba65cdd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f955e43a0efeb61f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0389f312b031ed53.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2594524cb34bd686.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8e5b0391e3f29b22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b8f8081334f24002.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-15f6eaae74fe5886.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c38c0470805f23d8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c3582371b6b240e8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9bd26b7122755abd.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out` |
3713 | 2024-05-08T02:56:36.150Z | Running `/home/build/.rustup/toolchains/1.77.2-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=8d046b704fea4b11 -C extra-filename=-8d046b704fea4b11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2b40f9525107fda5.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-40894eb55a609c23.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9eeaac45cb6097ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-66c6ec52e2fdb676.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bdc322f1dddf194f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f3ef389bac292598.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-71f7cad35c850929.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6f8510bdf12fcde9.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-398c750adce1096c.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a01f57aa809b05d0.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-83f2427b29d67c3b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f6cb617feec4f61.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9d50ed0732d6f344.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2594524cb34bd686.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b8f8081334f24002.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3670ab64185166cf.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1a6c598c05c4fc10.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e377ae459381eb72.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d0a534a1040f98fd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fa42aa7c6a0ce87c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-b744afbd49cb10fd.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f5a2140edf15631f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d375e524832d4092.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-dd81de483d561cdc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d46b9652255dde2d.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-08d150e30f36063a.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-3af785cc4a6d1e82.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-60f345d83ef4008b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2ffdecfe73e50e0c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c3582371b6b240e8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-03b9307cc8539457.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-82c2aa57613bd64f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/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-e19b87428ca936b1/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3714 | 2024-05-08T02:57:14.592Z | Running `/home/build/.rustup/toolchains/1.77.2-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=af2152b72487b0b9 -C extra-filename=-af2152b72487b0b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-25f298a858951c4e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6e7bffc3196f4c4f.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-35c9e283b64671c7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db67e14663d879e1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f8d19ed75ea6042c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-619fd041e7b2fe7c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d1e7b568f67bf391.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9d2aa48e77301f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-b17d13ee575f1f8f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b382a41ce75646ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-996559b273324b36.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6a1c1b969341a10d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-2371bb2532cdbea8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-2b40f9525107fda5.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-40894eb55a609c23.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3bd0cbc27364293.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4a24452e998776e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b9f5b1a26730eeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7c903fd5c449dc63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-09874861bc9fed57.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-983a11c841e841a6.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9eeaac45cb6097ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-dcda545c6da74a50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cdffcffdce72e213.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-aa7df3285770132e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f955e43a0efeb61f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-66c6ec52e2fdb676.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-394f7d2b0d65f52f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-73ae2bcccee3c8b8.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-d70322b820af58a3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-adafea1e0a1959d2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3988d569a542539b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-77c363dd9134c8cf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b3dee22c9573dc39.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-b42468fc09cdb09c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-83bcee54d217dc20.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2bca21e8a8c94f0b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-645271eed1124c11.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-bdc322f1dddf194f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-3c8df47e854266cf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f3ef389bac292598.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-455f446f61ebd974.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-71f7cad35c850929.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-6f8510bdf12fcde9.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-398c750adce1096c.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a01f57aa809b05d0.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-83f2427b29d67c3b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8f6cb617feec4f61.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-9d50ed0732d6f344.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2594524cb34bd686.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8e5b0391e3f29b22.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d829b7f072c2faa6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e7834785c020ac8d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6b66c5820b11dbeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d977ddac4c7c64a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b8f8081334f24002.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a606e3d49d46b3c4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-153cffdd6bf3a39d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f5f39789c735050a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7801b27fa2bd556d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f30a7be5996f8118.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-382c12cfca40d2db.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-00906d5c5a075342.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c9c3d0db828aa2a7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-3670ab64185166cf.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e8ca21169f0c99a7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98c2e5421380053b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1a6c598c05c4fc10.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d39333e2b85a2f18.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-e377ae459381eb72.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d0a534a1040f98fd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fa42aa7c6a0ce87c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-b744afbd49cb10fd.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-ad07787aea9d9136.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7acb2d670e1e637f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-d8b3c61b161778a1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f8dc51898e8dc0ee.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0b70af109647b6ae.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f5a2140edf15631f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d375e524832d4092.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c34402c0bb98ee0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-62299e29f062bc8c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-dd81de483d561cdc.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-260c62b40b29cd04.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5381a452d91d0951.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-731c3f13a64f1c10.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d46b9652255dde2d.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-08d150e30f36063a.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-3af785cc4a6d1e82.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-04685037107bd12a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-daf1aae57141a3a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-3323f3a7841d0a63.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53c90aa38b9e45d3.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-60f345d83ef4008b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a4fc99402494b825.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-60f4e22f82698a6e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e14e3681b71f8303.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-13c318f5fdda9b42.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d287cb89224abd95.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cc7b499df6b969e6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-07c00cfd1675f33f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-28349d9df6305449.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-efa46990382dafd2.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2ffdecfe73e50e0c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c1b505590a84792b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-1dacfbc66201ffd0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d0cbdd1169c30d89.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-66b903c7c0352180.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9d7cba1b26dce711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-2b84d8fa11ae7c27.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c3582371b6b240e8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f3e47e8cc889b79b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-03b9307cc8539457.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-146805003d6adb80.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-25361d8a76cac194.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-eafe36fffc3d9bb2.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-82c2aa57613bd64f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-4ff435b4bc030991.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-383ba3534997bf62/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/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-0560085f735dd32a/out` |
3715 | 2024-05-08T03:04:13.527Z | Finished dev [unoptimized + debuginfo] target(s) in 20m 09s |
3716 | 2024-05-08T03:04:19.521Z | |
3717 | 2024-05-08T03:04:19.548Z | real 20:15.229419251 |
3718 | 2024-05-08T03:04:19.548Z | user 1:28:35.917232997 |
3719 | 2024-05-08T03:04:19.548Z | sys 23:53.647552602 |
3720 | 2024-05-08T03:04:19.548Z | trap 25.456086684 |
3721 | 2024-05-08T03:04:19.548Z | tflt 2.777467686 |
3722 | 2024-05-08T03:04:19.548Z | dflt 14:51.466491396 |
3723 | 2024-05-08T03:04:19.548Z | kflt 0.090000372 |
3724 | 2024-05-08T03:04:19.548Z | lock 3:51:54.569848885 |
3725 | 2024-05-08T03:04:19.548Z | slp 7:58:23.736907921 |
3726 | 2024-05-08T03:04:19.548Z | lat 18:29.496149395 |
3727 | 2024-05-08T03:04:19.548Z | stop 5:54.255081556 |
3728 | 2024-05-08T03:04:21.513Z | |
3729 | 2024-05-08T03:04:21.513Z | # # ###### ##### # ###### # # # # ##### |
3730 | 2024-05-08T03:04:21.514Z | # # # # # # # # # # # # # |
3731 | 2024-05-08T03:04:21.514Z | # # ##### # # # ##### # ##### # # ##### |
3732 | 2024-05-08T03:04:21.514Z | # # # ##### # # # # # # # |
3733 | 2024-05-08T03:04:21.514Z | # # # # # # # # # # # # |
3734 | 2024-05-08T03:04:21.514Z | ## ###### # # # # # ###### # ##### |
3735 | 2024-05-08T03:04:21.514Z | |
3736 | 2024-05-08T03:04:21.785Z | Compiling serde v1.0.199 |
3737 | 2024-05-08T03:04:21.785Z | Compiling libc v0.2.153 |
3738 | 2024-05-08T03:04:21.785Z | Compiling rustix v0.38.31 |
3739 | 2024-05-08T03:04:21.813Z | Compiling hashbrown v0.14.3 |
3740 | 2024-05-08T03:04:21.813Z | Compiling bitflags v2.4.2 |
3741 | 2024-05-08T03:04:21.814Z | Compiling syn v2.0.60 |
3742 | 2024-05-08T03:04:21.814Z | Compiling serde_json v1.0.116 |
3743 | 2024-05-08T03:04:21.841Z | Compiling anyhow v1.0.82 |
3744 | 2024-05-08T03:04:23.044Z | Compiling indexmap v2.2.6 |
3745 | 2024-05-08T03:04:23.692Z | Compiling errno v0.3.8 |
3746 | 2024-05-08T03:04:24.613Z | Compiling terminal_size v0.3.0 |
3747 | 2024-05-08T03:04:24.728Z | Compiling clap_builder v4.5.2 |
3748 | 2024-05-08T03:04:27.848Z | Compiling serde_derive v1.0.199 |
3749 | 2024-05-08T03:04:27.848Z | Compiling thiserror-impl v1.0.59 |
3750 | 2024-05-08T03:04:27.873Z | Compiling clap_derive v4.5.4 |
3751 | 2024-05-08T03:04:30.131Z | Compiling thiserror v1.0.59 |
3752 | 2024-05-08T03:04:30.915Z | Compiling clap v4.5.4 |
3753 | 2024-05-08T03:04:37.143Z | Compiling toml_datetime v0.6.5 |
3754 | 2024-05-08T03:04:37.143Z | Compiling serde_spanned v0.6.5 |
3755 | 2024-05-08T03:04:37.177Z | Compiling cargo-platform v0.1.3 |
3756 | 2024-05-08T03:04:37.177Z | Compiling camino v1.1.6 |
3757 | 2024-05-08T03:04:37.177Z | Compiling semver v1.0.22 |
3758 | 2024-05-08T03:04:37.177Z | Compiling macaddr v1.0.1 |
3759 | 2024-05-08T03:04:37.380Z | Compiling toml_edit v0.22.12 |
3760 | 2024-05-08T03:04:38.494Z | Compiling cargo_metadata v0.18.1 |
3761 | 2024-05-08T03:04:39.711Z | Compiling toml v0.8.12 |
3762 | 2024-05-08T03:04:40.370Z | Compiling cargo_toml v0.20.2 |
3763 | 2024-05-08T03:04:44.450Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3764 | 2024-05-08T03:04:47.925Z | Finished dev [unoptimized + debuginfo] target(s) in 27.26s |
3765 | 2024-05-08T03:04:47.954Z | Running `target/debug/xtask verify-libraries` |
3766 | 2024-05-08T03:04:52.951Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
3767 | 2024-05-08T03:04:52.998Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3768 | 2024-05-08T03:04:53.040Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3769 | 2024-05-08T03:04:53.040Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3770 | 2024-05-08T03:05:01.081Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
3771 | 2024-05-08T03:05:01.082Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3772 | 2024-05-08T03:05:01.119Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3773 | 2024-05-08T03:05:01.119Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3774 | 2024-05-08T03:05:01.119Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
3775 | 2024-05-08T03:05:01.119Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3776 | 2024-05-08T03:05:01.119Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3777 | 2024-05-08T03:05:01.370Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3778 | 2024-05-08T03:05:02.195Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3779 | 2024-05-08T03:05:03.289Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3780 | 2024-05-08T03:05:03.322Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3781 | 2024-05-08T03:05:03.322Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3782 | 2024-05-08T03:05:03.896Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3783 | 2024-05-08T03:05:04.704Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3784 | 2024-05-08T03:05:05.014Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3785 | 2024-05-08T03:05:05.276Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3786 | 2024-05-08T03:05:05.588Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3787 | 2024-05-08T03:05:05.703Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3788 | 2024-05-08T03:05:06.856Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3789 | 2024-05-08T03:05:07.152Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3790 | 2024-05-08T03:05:07.932Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3791 | 2024-05-08T03:05:08.507Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3792 | 2024-05-08T03:05:08.787Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3793 | 2024-05-08T03:05:09.500Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3794 | 2024-05-08T03:05:10.340Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3795 | 2024-05-08T03:05:10.606Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3796 | 2024-05-08T03:05:12.314Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3797 | 2024-05-08T03:05:12.499Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3798 | 2024-05-08T03:05:12.821Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3799 | 2024-05-08T03:05:15.037Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3800 | 2024-05-08T03:05:17.736Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3801 | 2024-05-08T03:05:19.772Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3802 | 2024-05-08T03:05:21.258Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3803 | 2024-05-08T03:05:21.552Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3804 | 2024-05-08T03:05:24.236Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3805 | 2024-05-08T03:05:24.923Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3806 | 2024-05-08T03:05:25.282Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3807 | 2024-05-08T03:05:27.794Z | Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3808 | 2024-05-08T03:05:29.278Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3809 | 2024-05-08T03:05:29.916Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3810 | 2024-05-08T03:05:30.356Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3811 | 2024-05-08T03:05:34.248Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3812 | 2024-05-08T03:05:36.518Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3813 | 2024-05-08T03:05:36.564Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3814 | 2024-05-08T03:06:09.036Z | Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3815 | 2024-05-08T03:06:18.890Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3816 | 2024-05-08T03:06:21.454Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3817 | 2024-05-08T03:06:23.757Z | Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3818 | 2024-05-08T03:06:46.341Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3819 | 2024-05-08T03:06:46.341Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3820 | 2024-05-08T03:06:46.366Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3821 | 2024-05-08T03:06:46.366Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3822 | 2024-05-08T03:06:47.295Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3823 | 2024-05-08T03:06:48.512Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3824 | 2024-05-08T03:06:55.240Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3825 | 2024-05-08T03:06:55.265Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3826 | 2024-05-08T03:11:01.618Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3827 | 2024-05-08T03:12:14.368Z | Finished dev [unoptimized + debuginfo] target(s) in 7m 22s |
3828 | 2024-05-08T03:12:16.071Z | |
3829 | 2024-05-08T03:12:16.071Z | real 7:55.523988278 |
3830 | 2024-05-08T03:12:16.071Z | user 25:27.832679465 |
3831 | 2024-05-08T03:12:16.071Z | sys 5:33.048428409 |
3832 | 2024-05-08T03:12:16.071Z | trap 0.543162368 |
3833 | 2024-05-08T03:12:16.071Z | tflt 1.485190355 |
3834 | 2024-05-08T03:12:16.071Z | dflt 9.886267947 |
3835 | 2024-05-08T03:12:16.098Z | kflt 0.020663116 |
3836 | 2024-05-08T03:12:16.098Z | lock 56:29.065715554 |
3837 | 2024-05-08T03:12:16.098Z | slp 1:27:20.142724044 |
3838 | 2024-05-08T03:12:16.098Z | lat 51.254108834 |
3839 | 2024-05-08T03:12:16.098Z | stop 17.073580504 |
3840 | 2024-05-08T03:12:16.098Z | |
3841 | 2024-05-08T03:12:16.098Z | ##### ###### #### ##### |
3842 | 2024-05-08T03:12:16.098Z | # # # # |
3843 | 2024-05-08T03:12:16.098Z | # ##### #### # |
3844 | 2024-05-08T03:12:16.098Z | # # # # |
3845 | 2024-05-08T03:12:16.098Z | # # # # # |
3846 | 2024-05-08T03:12:16.098Z | # ###### #### # |
3847 | 2024-05-08T03:12:16.098Z | |
3848 | 2024-05-08T03:12:17.509Z | info: experimental features enabled: setup-scripts |
3849 | 2024-05-08T03:12:18.920Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3850 | 2024-05-08T03:12:18.951Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3851 | 2024-05-08T03:12:18.979Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
3852 | 2024-05-08T03:12:31.030Z | Finished test [unoptimized + debuginfo] target(s) in 13.50s |
3853 | 2024-05-08T03:12:33.411Z | Starting 1233 tests across 117 binaries (3 skipped; run ID: 981b6910-393b-486a-be12-4121172b8f86, nextest profile: ci) |
3854 | 2024-05-08T03:12:33.436Z | SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test |
3855 | 2024-05-08T03:12:34.334Z | Finished test [unoptimized + debuginfo] target(s) in 0.83s |
3856 | 2024-05-08T03:12:34.361Z | Running `target/debug/crdb-seed` |
3857 | 2024-05-08T03:12:34.802Z | May 08 03:12:33.891 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpAyb0Oz |
3858 | 2024-05-08T03:12:34.828Z | May 08 03:12:33.891 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmp9eaGMF,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpAyb0Oz/listen-url |
3859 | 2024-05-08T03:12:34.828Z | May 08 03:12:33.893 INFO cockroach environment: BUILDOMAT_JOB_ID=01HXB16Y0R658Y8XCS6DHKVQSM BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.77.2-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_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=93b3e848089adc2c12d8663e885c3b2b6c46517f 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-e19b87428ca936b1/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out:/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out:/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out:/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envfPkOFz NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/blake3-b3a91718405ef40c/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e19b87428ca936b1/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-383ba3534997bf62/out:/work/oxidecomputer/omicron/target/debug/build/ring-59cd59de535096bc/out:/work/oxidecomputer/omicron/target/debug/build/tofino-0560085f735dd32a/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=981b6910-393b-486a-be12-4121172b8f86 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.77.2-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 |
3860 | 2024-05-08T03:12:35.242Z | May 08 03:12:34.737 INFO cockroach pid: 4537 |
3861 | 2024-05-08T03:12:35.242Z | May 08 03:12:34.737 INFO cockroach listen URL: postgresql://root@[::1]:54893/omicron?sslmode=disable |
3862 | 2024-05-08T03:12:35.242Z | May 08 03:12:34.737 INFO cockroach: populating |
3863 | 2024-05-08T03:12:38.031Z | May 08 03:12:37.526 INFO cockroach: populated |
3864 | 2024-05-08T03:12:41.273Z | May 08 03:12:40.769 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/dfcc15cb39cb922b6edf56675d03713c22a93e6ba66c94b9eb70dd421c87b64e.tar` |
3865 | 2024-05-08T03:12:41.298Z | SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test |
3866 | 2024-05-08T03:12:41.394Z | PASS [ 0.067s] authz-macros tests::test_authz_snapshots |
3867 | 2024-05-08T03:12:41.394Z | PASS [ 0.057s] bootstore schemes::tests::hello_roundtrip |
3868 | 2024-05-08T03:12:41.394Z | PASS [ 0.035s] bootstore schemes::v0::share_pkg::tests::create_packages |
3869 | 2024-05-08T03:12:41.394Z | PASS [ 0.045s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares |
3870 | 2024-05-08T03:12:41.394Z | PASS [ 0.056s] bootstore trust_quorum::rack_secret::tests::create_and_verify |
3871 | 2024-05-08T03:12:41.419Z | PASS [ 0.092s] bootstore schemes::v0::peer::tests::network_config |
3872 | 2024-05-08T03:12:41.458Z | PASS [ 0.031s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type |
3873 | 2024-05-08T03:12:41.458Z | PASS [ 0.040s] db-macros tests::test_derive_metadata_identity_fails_for_enums |
3874 | 2024-05-08T03:12:41.483Z | PASS [ 0.026s] db-macros tests::test_derive_metadata_identity_fails_without_table_name |
3875 | 2024-05-08T03:12:41.483Z | PASS [ 0.038s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity |
3876 | 2024-05-08T03:12:41.483Z | PASS [ 0.089s] db-macros lookup::test::test_lookup_snapshots |
3877 | 2024-05-08T03:12:41.483Z | PASS [ 0.039s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles |
3878 | 2024-05-08T03:12:41.483Z | PASS [ 0.032s] db-macros tests::test_derive_snapshots |
3879 | 2024-05-08T03:12:41.508Z | PASS [ 0.053s] db-macros tests::test_derive_with_unknown_field |
3880 | 2024-05-08T03:12:41.644Z | PASS [ 0.186s] dns-server storage::test::test_update_in_progress |
3881 | 2024-05-08T03:12:41.673Z | PASS [ 0.192s] dns-server storage::test::test_update_interrupted |
3882 | 2024-05-08T03:12:41.673Z | PASS [ 0.225s] dns-server storage::test::test_update_basic |
3883 | 2024-05-08T03:12:41.899Z | PASS [ 0.410s] dns-server::basic_test aaaa_crud |
3884 | 2024-05-08T03:12:41.926Z | PASS [ 0.431s] dns-server::basic_test a_crud |
3885 | 2024-05-08T03:12:41.951Z | PASS [ 0.270s] dns-server::basic_test multi_record_crud |
3886 | 2024-05-08T03:12:41.951Z | PASS [ 0.296s] dns-server::basic_test empty_record |
3887 | 2024-05-08T03:12:41.951Z | PASS [ 0.278s] dns-server::basic_test name_contains_zone |
3888 | 2024-05-08T03:12:42.165Z | PASS [ 0.244s] dns-server::basic_test servfail |
3889 | 2024-05-08T03:12:42.165Z | PASS [ 0.255s] dns-server::basic_test nxdomain |
3890 | 2024-05-08T03:12:42.191Z | PASS [ 0.220s] dns-server::openapi_test test_dns_server_openapi |
3891 | 2024-05-08T03:12:42.216Z | PASS [ 0.046s] dns-service-client diff::test::diff_different |
3892 | 2024-05-08T03:12:42.216Z | PASS [ 0.047s] dns-service-client diff::test::diff_equivalent |
3893 | 2024-05-08T03:12:42.216Z | PASS [ 0.039s] dns-service-client diff::test::diff_invalid |
3894 | 2024-05-08T03:12:42.241Z | PASS [ 0.304s] dns-server::basic_test srv_crud |
3895 | 2024-05-08T03:12:42.278Z | PASS [ 0.070s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping |
3896 | 2024-05-08T03:12:42.303Z | PASS [ 0.072s] illumos-utils destructor::test::test_delayed_delete |
3897 | 2024-05-08T03:12:42.303Z | PASS [ 0.090s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules |
3898 | 2024-05-08T03:12:42.332Z | PASS [ 0.035s] illumos-utils destructor::test::test_destructor_bad_close |
3899 | 2024-05-08T03:12:42.333Z | PASS [ 0.037s] illumos-utils link::test::test_allocate |
3900 | 2024-05-08T03:12:42.358Z | PASS [ 0.036s] illumos-utils link::test::test_allocate_within_scopes |
3901 | 2024-05-08T03:12:42.358Z | PASS [ 0.034s] illumos-utils running_zone::tests::test_is_oxide_smf_service |
3902 | 2024-05-08T03:12:42.383Z | PASS [ 0.036s] illumos-utils zone::tests::test_parse_ip_network |
3903 | 2024-05-08T03:12:42.383Z | PASS [ 0.038s] illumos-utils zpool::test::test_parse_zpool |
3904 | 2024-05-08T03:12:42.383Z | PASS [ 0.036s] illumos-utils zpool::test::test_parse_zpool_missing_column |
3905 | 2024-05-08T03:12:42.472Z | PASS [ 1.164s] bootstore schemes::v0::peer::tests::basic_3_nodes |
3906 | 2024-05-08T03:12:42.631Z | PASS [ 0.156s] installinator-common block_size_writer::tests::proptest_block_writer |
3907 | 2024-05-08T03:12:42.672Z | PASS [ 0.043s] internal-dns config::test::display_hosts |
3908 | 2024-05-08T03:12:42.701Z | PASS [ 0.032s] internal-dns config::test::display_srv_service |
3909 | 2024-05-08T03:12:42.727Z | PASS [ 0.340s] installinator-artifactd::mod integration_tests::openapi::test_server_openapi |
3910 | 2024-05-08T03:12:42.752Z | PASS [ 0.044s] internal-dns config::test::test_builder_errors |
3911 | 2024-05-08T03:12:42.781Z | PASS [ 0.059s] internal-dns config::test::test_builder_output |
3912 | 2024-05-08T03:12:43.013Z | PASS [ 0.768s] illumos-utils destructor::test::test_delayed_delete_with_error |
3913 | 2024-05-08T03:12:43.121Z | PASS [ 0.337s] internal-dns resolver::test::insert_and_lookup_one_record |
3914 | 2024-05-08T03:12:43.223Z | PASS [ 0.221s] internal-dns resolver::test::lookup_nonexistent_record_fails |
3915 | 2024-05-08T03:12:43.249Z | PASS [ 0.489s] internal-dns resolver::test::insert_and_lookup_multiple_records |
3916 | 2024-05-08T03:12:43.496Z | PASS [ 0.379s] internal-dns resolver::test::resolver_can_access_backup_dns_server |
3917 | 2024-05-08T03:12:43.553Z | PASS [ 0.333s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client |
3918 | 2024-05-08T03:12:43.588Z | PASS [ 0.034s] ipcc tests::deserialize_fixed_value |
3919 | 2024-05-08T03:12:43.630Z | PASS [ 0.394s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets |
3920 | 2024-05-08T03:12:43.656Z | PASS [ 0.059s] ipcc tests::installinator_image_id_round_trip |
3921 | 2024-05-08T03:12:43.681Z | PASS [ 0.050s] ipcc tests::serialized_size |
3922 | 2024-05-08T03:12:43.708Z | PASS [ 0.057s] key-manager tests::different_disks_produce_different_keys |
3923 | 2024-05-08T03:12:43.735Z | PASS [ 0.033s] key-manager tests::different_ikm_produces_different_keys |
3924 | 2024-05-08T03:12:43.735Z | PASS [ 0.029s] key-manager tests::disk_encryption_key_epoch_0 |
3925 | 2024-05-08T03:12:43.762Z | PASS [ 0.030s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch |
3926 | 2024-05-08T03:12:43.789Z | PASS [ 0.280s] internal-dns resolver::test::update_record |
3927 | 2024-05-08T03:12:43.789Z | PASS [ 0.044s] nexus-config nexus_config::test::test_config_bad_toml |
3928 | 2024-05-08T03:12:43.814Z | PASS [ 0.071s] nexus-config nexus_config::test::test_bad_authn_schemes |
3929 | 2024-05-08T03:12:43.815Z | PASS [ 0.036s] nexus-config nexus_config::test::test_config_empty |
3930 | 2024-05-08T03:12:43.841Z | PASS [ 0.031s] nexus-config nexus_config::test::test_config_nonexistent |
3931 | 2024-05-08T03:12:43.866Z | PASS [ 0.030s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable |
3932 | 2024-05-08T03:12:43.866Z | PASS [ 0.046s] nexus-config nexus_config::test::test_deployment_config_schema |
3933 | 2024-05-08T03:12:43.867Z | PASS [ 0.046s] nexus-config nexus_config::test::test_repo_configs_are_valid |
3934 | 2024-05-08T03:12:43.896Z | PASS [ 0.025s] nexus-config postgres_config::test::test_bad_url |
3935 | 2024-05-08T03:12:43.896Z | PASS [ 0.040s] nexus-config nexus_config::test::test_valid |
3936 | 2024-05-08T03:12:43.925Z | PASS [ 0.028s] nexus-config postgres_config::test::test_example_url |
3937 | 2024-05-08T03:12:43.925Z | PASS [ 0.032s] nexus-db-model bytecount::test::test_bytecount_i64_conversions |
3938 | 2024-05-08T03:12:43.925Z | PASS [ 0.039s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count |
3939 | 2024-05-08T03:12:43.950Z | PASS [ 0.033s] nexus-db-model role_assignment::tests::test_role_assignment_from_database |
3940 | 2024-05-08T03:12:43.950Z | PASS [ 0.056s] nexus-db-model device_auth::test::test_generate_user_code |
3941 | 2024-05-08T03:12:43.975Z | PASS [ 0.048s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections |
3942 | 2024-05-08T03:12:44.001Z | PASS [ 0.031s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections |
3943 | 2024-05-08T03:12:44.002Z | PASS [ 0.039s] nexus-db-model schema_versions::test::test_known_versions |
3944 | 2024-05-08T03:12:44.028Z | PASS [ 0.021s] nexus-db-model schema_versions::test::test_verify |
3945 | 2024-05-08T03:12:44.028Z | PASS [ 0.035s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files |
3946 | 2024-05-08T03:12:44.028Z | PASS [ 0.046s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names |
3947 | 2024-05-08T03:12:44.053Z | PASS [ 0.036s] nexus-db-model semver_version::test::test_to_from_sortable_string |
3948 | 2024-05-08T03:12:44.078Z | PASS [ 0.039s] nexus-db-model tests::test_ip_subnet_check_requestable_address |
3949 | 2024-05-08T03:12:44.078Z | PASS [ 0.044s] nexus-db-model tests::test_ipv6_net_random_subnet |
3950 | 2024-05-08T03:12:44.103Z | PASS [ 0.037s] nexus-db-model tests::test_roles_database_strings |
3951 | 2024-05-08T03:12:44.104Z | PASS [ 0.045s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr |
3952 | 2024-05-08T03:12:44.140Z | PASS [ 0.070s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_empty_headers |
3953 | 2024-05-08T03:12:44.166Z | PASS [ 0.070s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_ignore_other_headers |
3954 | 2024-05-08T03:12:44.166Z | PASS [ 0.060s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_one_cookie |
3955 | 2024-05-08T03:12:44.190Z | PASS [ 0.051s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers |
3956 | 2024-05-08T03:12:44.216Z | PASS [ 0.048s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name |
3957 | 2024-05-08T03:12:44.216Z | PASS [ 0.048s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookies |
3958 | 2024-05-08T03:12:44.286Z | PASS [ 0.072s] nexus-db-queries authn::external::session_cookie::test::test_garbage_cookie |
3959 | 2024-05-08T03:12:44.366Z | PASS [ 0.104s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_idle |
3960 | 2024-05-08T03:12:44.366Z | PASS [ 0.115s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_absolute |
3961 | 2024-05-08T03:12:44.393Z | PASS [ 0.044s] nexus-db-queries authn::external::session_cookie::test::test_get_token |
3962 | 2024-05-08T03:12:44.393Z | PASS [ 0.040s] nexus-db-queries authn::external::session_cookie::test::test_get_token_no_header |
3963 | 2024-05-08T03:12:44.393Z | PASS [ 0.033s] nexus-db-queries authn::external::session_cookie::test::test_get_token_other_cookie_present |
3964 | 2024-05-08T03:12:44.393Z | PASS [ 0.050s] nexus-db-queries authn::external::session_cookie::test::test_missing_cookie |
3965 | 2024-05-08T03:12:44.393Z | PASS [ 0.042s] nexus-db-queries authn::external::session_cookie::test::test_other_cookie |
3966 | 2024-05-08T03:12:44.393Z | PASS [ 0.044s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value |
3967 | 2024-05-08T03:12:44.420Z | PASS [ 0.040s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value_error |
3968 | 2024-05-08T03:12:44.451Z | PASS [ 0.050s] nexus-db-queries authn::external::spoof::test::test_make_header_value |
3969 | 2024-05-08T03:12:44.482Z | PASS [ 0.067s] nexus-db-queries authn::external::session_cookie::test::test_valid_cookie |
3970 | 2024-05-08T03:12:44.482Z | PASS [ 0.056s] nexus-db-queries authn::external::spoof::test::test_make_header_value_raw |
3971 | 2024-05-08T03:12:44.508Z | PASS [ 0.053s] nexus-db-queries authn::external::spoof::test::test_spoof_header_bad_uuids |
3972 | 2024-05-08T03:12:44.533Z | PASS [ 0.056s] nexus-db-queries authn::external::spoof::test::test_spoof_header_missing |
3973 | 2024-05-08T03:12:44.533Z | PASS [ 0.046s] nexus-db-queries authn::external::spoof::test::test_spoof_header_valid |
3974 | 2024-05-08T03:12:44.559Z | PASS [ 0.051s] nexus-db-queries authn::external::spoof::test::test_spoof_reserved_values |
3975 | 2024-05-08T03:12:44.584Z | PASS [ 0.043s] nexus-db-queries authn::external::token::test::test_make_header_value |
3976 | 2024-05-08T03:12:44.584Z | PASS [ 0.062s] nexus-db-queries authn::external::test::test_authn_sequence |
3977 | 2024-05-08T03:12:44.609Z | PASS [ 2.647s] dns-server::commands_test test_dnsadm |
3978 | 2024-05-08T03:12:44.609Z | PASS [ 0.050s] nexus-db-queries authn::external::token::test::test_token_header_bad_utf8 |
3979 | 2024-05-08T03:12:44.609Z | PASS [ 0.048s] nexus-db-queries authn::external::token::test::test_token_header_missing |
3980 | 2024-05-08T03:12:44.635Z | PASS [ 0.049s] nexus-db-queries authn::external::token::test::test_token_header_valid |
3981 | 2024-05-08T03:12:44.660Z | PASS [ 0.063s] nexus-db-queries authn::test::test_internal_users |
3982 | 2024-05-08T03:12:44.685Z | PASS [ 0.068s] nexus-db-queries authz::oso_generic::test::test_duplicate_polar_classes |
3983 | 2024-05-08T03:12:49.095Z | PASS [ 6.727s] installinator mock_peers::tests::proptest_fetch_artifact |
3984 | 2024-05-08T03:12:49.573Z | PASS [ 7.192s] installinator write::tests::proptest_write_artifact |
3985 | 2024-05-08T03:12:52.339Z | PASS [ 7.740s] nexus-db-queries authz::context::test::test_unregistered_resource |
3986 | 2024-05-08T03:12:52.394Z | PASS [ 7.716s] nexus-db-queries context::test::test_background_context |
3987 | 2024-05-08T03:12:59.696Z | PASS [ 7.934s] nexus-db-queries context::test::test_child_context |
3988 | 2024-05-08T03:12:59.733Z | PASS [ 8.258s] nexus-db-queries context::test::test_test_context |
3989 | 2024-05-08T03:12:59.733Z | PASS [ 14.403s] nexus-db-queries authz::policy_test::test_conferred_roles |
3990 | 2024-05-08T03:13:00.780Z | PASS [ 8.432s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails |
3991 | 2024-05-08T03:13:00.990Z | PASS [ 8.596s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails |
3992 | 2024-05-08T03:13:05.067Z | PASS [ 8.042s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails |
3993 | 2024-05-08T03:13:06.229Z | PASS [ 8.394s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails |
3994 | 2024-05-08T03:13:07.625Z | PASS [ 8.603s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times |
3995 | 2024-05-08T03:13:09.593Z | PASS [ 8.810s] nexus-db-queries db::collection_attach::test::test_attach_once |
3996 | 2024-05-08T03:13:09.654Z | PASS [ 0.065s] nexus-db-queries db::collection_attach::test::test_verify_query |
3997 | 2024-05-08T03:13:09.685Z | PASS [ 8.683s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous |
3998 | 2024-05-08T03:13:13.433Z | PASS [ 8.365s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached |
3999 | 2024-05-08T03:13:14.368Z | PASS [ 8.152s] nexus-db-queries db::collection_attach::test::test_attach_with_filters |
4000 | 2024-05-08T03:13:15.932Z | PASS [ 8.305s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter |
4001 | 2024-05-08T03:13:18.203Z | PASS [ 8.555s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails |
4002 | 2024-05-08T03:13:18.249Z | PASS [ 8.558s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails |
4003 | 2024-05-08T03:13:18.329Z | PASS [ 0.093s] nexus-db-queries db::collection_detach::test::test_verify_query |
4004 | 2024-05-08T03:13:21.547Z | PASS [ 40.199s] bootstore::v0-fsm-proptest-learner run |
4005 | 2024-05-08T03:13:21.937Z | PASS [ 8.506s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails |
4006 | 2024-05-08T03:13:22.716Z | PASS [ 8.348s] nexus-db-queries db::collection_detach::test::test_detach_once |
4007 | 2024-05-08T03:13:24.056Z | PASS [ 39.409s] nexus-db-queries authz::policy_test::test_iam_roles_behavior |
4008 | 2024-05-08T03:13:24.298Z | PASS [ 8.366s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached |
4009 | 2024-05-08T03:13:26.404Z | PASS [ 8.079s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource |
4010 | 2024-05-08T03:13:26.704Z | PASS [ 8.504s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter |
4011 | 2024-05-08T03:13:28.769Z | PASS [ 7.220s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection |
4012 | 2024-05-08T03:13:28.812Z | PASS [ 0.047s] nexus-db-queries db::collection_detach_many::test::test_verify_query |
4013 | 2024-05-08T03:13:29.182Z | PASS [ 7.221s] nexus-db-queries db::collection_detach_many::test::test_detach_many |
4014 | 2024-05-08T03:13:30.144Z | PASS [ 48.784s] bootstore::v0-fsm-proptest-rack-coordinator run |
4015 | 2024-05-08T03:13:30.186Z | PASS [ 0.045s] nexus-db-queries db::collection_insert::test::test_verify_query |
4016 | 2024-05-08T03:13:30.235Z | PASS [ 0.048s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix |
4017 | 2024-05-08T03:13:30.302Z | PASS [ 0.043s] nexus-db-queries db::column_walker::test::test_walk_columns |
4018 | 2024-05-08T03:13:30.330Z | PASS [ 0.049s] nexus-db-queries db::column_walker::test::test_walk_table |
4019 | 2024-05-08T03:13:30.769Z | PASS [ 8.043s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails |
4020 | 2024-05-08T03:13:31.447Z | PASS [ 7.391s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds |
4021 | 2024-05-08T03:13:31.806Z | PASS [ 7.507s] nexus-db-queries db::collection_detach_many::test::test_detach_once |
4022 | 2024-05-08T03:13:33.562Z | PASS [ 7.156s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous |
4023 | 2024-05-08T03:13:33.955Z | PASS [ 7.245s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached |
4024 | 2024-05-08T03:13:36.103Z | PASS [ 7.292s] nexus-db-queries db::collection_insert::test::test_collection_not_present |
4025 | 2024-05-08T03:13:36.573Z | PASS [ 7.418s] nexus-db-queries db::collection_insert::test::test_collection_present |
4026 | 2024-05-08T03:13:37.510Z | PASS [ 7.184s] nexus-db-queries db::datastore::dataset::test::test_insert_if_not_exists |
4027 | 2024-05-08T03:13:37.964Z | PASS [ 7.203s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward |
4028 | 2024-05-08T03:13:38.008Z | PASS [ 0.046s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic |
4029 | 2024-05-08T03:13:38.953Z | PASS [ 7.502s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version |
4030 | 2024-05-08T03:13:39.098Z | PASS [ 7.294s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress |
4031 | 2024-05-08T03:13:40.965Z | PASS [ 7.015s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint |
4032 | 2024-05-08T03:13:41.143Z | PASS [ 7.584s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint |
4033 | 2024-05-08T03:13:43.390Z | PASS [ 7.280s] nexus-db-queries db::datastore::deployment::tests::test_set_target |
4034 | 2024-05-08T03:13:44.173Z | PASS [ 7.600s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled |
4035 | 2024-05-08T03:13:44.520Z | PASS [ 7.010s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent |
4036 | 2024-05-08T03:13:48.279Z | PASS [ 7.230s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness |
4037 | 2024-05-08T03:13:48.279Z | PASS [ 7.395s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version |
4038 | 2024-05-08T03:13:48.280Z | PASS [ 8.528s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental |
4039 | 2024-05-08T03:13:48.280Z | PASS [ 7.083s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic |
4040 | 2024-05-08T03:13:48.280Z | PASS [ 7.105s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex |
4041 | 2024-05-08T03:13:50.612Z | PASS [ 7.228s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized |
4042 | 2024-05-08T03:13:51.732Z | PASS [ 7.213s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found |
4043 | 2024-05-08T03:13:52.206Z | PASS [ 8.013s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list |
4044 | 2024-05-08T03:13:54.567Z | PASS [ 8.222s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools |
4045 | 2024-05-08T03:13:54.791Z | PASS [ 7.166s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool |
4046 | 2024-05-08T03:13:55.607Z | PASS [ 7.557s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization |
4047 | 2024-05-08T03:13:55.652Z | PASS [ 10.414s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert |
4048 | 2024-05-08T03:13:58.017Z | PASS [ 7.404s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones |
4049 | 2024-05-08T03:13:58.128Z | PASS [ 9.879s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset |
4050 | 2024-05-08T03:13:58.837Z | PASS [ 7.105s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking |
4051 | 2024-05-08T03:13:59.446Z | PASS [ 7.259s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted |
4052 | 2024-05-08T03:14:01.728Z | PASS [ 6.934s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired |
4053 | 2024-05-08T03:14:02.426Z | PASS [ 7.859s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list |
4054 | 2024-05-08T03:14:03.032Z | PASS [ 7.426s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled |
4055 | 2024-05-08T03:14:03.085Z | PASS [ 7.429s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency |
4056 | 2024-05-08T03:14:05.695Z | PASS [ 7.679s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled |
4057 | 2024-05-08T03:14:05.865Z | PASS [ 7.737s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks |
4058 | 2024-05-08T03:14:06.146Z | PASS [ 7.296s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled |
4059 | 2024-05-08T03:14:07.050Z | PASS [ 7.602s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides |
4060 | 2024-05-08T03:14:09.894Z | PASS [ 7.468s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets |
4061 | 2024-05-08T03:14:09.933Z | PASS [ 0.041s] nexus-db-queries db::datastore::region::test::test_extent_count |
4062 | 2024-05-08T03:14:10.629Z | PASS [ 8.905s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list |
4063 | 2024-05-08T03:14:10.751Z | PASS [ 7.673s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error |
4064 | 2024-05-08T03:14:11.011Z | PASS [ 7.977s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty |
4065 | 2024-05-08T03:14:17.957Z | PASS [ 8.304s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error |
4066 | 2024-05-08T03:14:17.996Z | PASS [ 8.491s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services |
4067 | 2024-05-08T03:14:17.997Z | PASS [ 7.486s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations |
4068 | 2024-05-08T03:14:17.997Z | PASS [ 8.412s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services |
4069 | 2024-05-08T03:14:18.062Z | PASS [ 7.317s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume |
4070 | 2024-05-08T03:14:18.122Z | PASS [ 7.490s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga |
4071 | 2024-05-08T03:14:19.424Z | PASS [ 8.417s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable |
4072 | 2024-05-08T03:14:20.317Z | PASS [ 9.564s] nexus-db-queries db::datastore::sled::test::sled_list_batch |
4073 | 2024-05-08T03:14:21.790Z | PASS [ 7.791s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks |
4074 | 2024-05-08T03:14:21.961Z | PASS [ 7.425s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned |
4075 | 2024-05-08T03:14:22.111Z | PASS [ 7.566s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen |
4076 | 2024-05-08T03:14:24.405Z | PASS [ 7.154s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware |
4077 | 2024-05-08T03:14:25.141Z | PASS [ 10.784s] nexus-db-queries db::datastore::sled::test::test_sled_transitions |
4078 | 2024-05-08T03:14:25.442Z | PASS [ 7.322s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches |
4079 | 2024-05-08T03:14:26.661Z | PASS [ 7.236s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent |
4080 | 2024-05-08T03:14:27.666Z | PASS [ 7.338s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent |
4081 | 2024-05-08T03:14:28.621Z | PASS [ 6.657s] nexus-db-queries db::datastore::test::test_project_creation |
4082 | 2024-05-08T03:14:28.931Z | PASS [ 7.143s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints |
4083 | 2024-05-08T03:14:29.267Z | PASS [ 7.154s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan |
4084 | 2024-05-08T03:14:31.814Z | PASS [ 7.399s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent |
4085 | 2024-05-08T03:14:32.738Z | PASS [ 7.291s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools |
4086 | 2024-05-08T03:14:35.170Z | PASS [ 8.504s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service |
4087 | 2024-05-08T03:14:35.712Z | PASS [ 8.057s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory |
4088 | 2024-05-08T03:14:39.001Z | PASS [ 13.862s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent |
4089 | 2024-05-08T03:14:39.898Z | PASS [ 7.160s] nexus-db-queries db::datastore::test::test_session_methods |
4090 | 2024-05-08T03:14:42.367Z | PASS [ 13.436s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random |
4091 | 2024-05-08T03:14:42.719Z | PASS [ 14.103s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails |
4092 | 2024-05-08T03:14:42.791Z | PASS [ 7.626s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation |
4093 | 2024-05-08T03:14:43.497Z | PASS [ 7.784s] nexus-db-queries db::datastore::test::test_ssh_keys |
4094 | 2024-05-08T03:14:43.870Z | PASS [ 14.605s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds |
4095 | 2024-05-08T03:14:51.555Z | PASS [ 13.306s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails |
4096 | 2024-05-08T03:14:51.668Z | PASS [ 7.573s] nexus-db-queries db::datastore::test::test_table_scan |
4097 | 2024-05-08T03:14:51.733Z | PASS [ 0.042s] nexus-db-queries db::fixed_data::role_builtin::test::test_fixed_role_data |
4098 | 2024-05-08T03:14:51.733Z | PASS [ 0.042s] nexus-db-queries db::fixed_data::silo_user::test::test_silo_user_ids_are_valid |
4099 | 2024-05-08T03:14:51.733Z | PASS [ 0.047s] nexus-db-queries db::fixed_data::test::test_builtin_fleet_id_is_valid |
4100 | 2024-05-08T03:14:51.733Z | PASS [ 0.042s] nexus-db-queries db::fixed_data::user_builtin::test::test_builtin_user_ids_are_valid |
4101 | 2024-05-08T03:14:51.733Z | PASS [ 7.045s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources |
4102 | 2024-05-08T03:14:51.733Z | PASS [ 7.250s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region |
4103 | 2024-05-08T03:14:51.733Z | PASS [ 7.661s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion |
4104 | 2024-05-08T03:14:51.733Z | PASS [ 7.699s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries |
4105 | 2024-05-08T03:14:51.733Z | PASS [ 7.582s] nexus-db-queries db::explain::test::test_explain_async |
4106 | 2024-05-08T03:14:51.734Z | PASS [ 0.042s] nexus-db-queries db::pagination::test::test_paginator |
4107 | 2024-05-08T03:14:53.492Z | PASS [ 7.970s] nexus-db-queries db::explain::test::test_explain_full_table_scan |
4108 | 2024-05-08T03:14:53.734Z | PASS [ 10.234s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint |
4109 | 2024-05-08T03:14:54.134Z | PASS [ 7.196s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending |
4110 | 2024-05-08T03:14:54.163Z | PASS [ 7.402s] nexus-db-queries db::lookup::test::test_lookup |
4111 | 2024-05-08T03:14:56.798Z | PASS [ 7.181s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending |
4112 | 2024-05-08T03:14:57.575Z | PASS [ 7.087s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending |
4113 | 2024-05-08T03:14:57.913Z | PASS [ 7.532s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending |
4114 | 2024-05-08T03:14:59.382Z | PASS [ 7.890s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool |
4115 | 2024-05-08T03:15:01.054Z | PASS [ 7.960s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap |
4116 | 2024-05-08T03:15:01.641Z | PASS [ 7.508s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range |
4117 | 2024-05-08T03:15:01.718Z | PASS [ 7.567s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent |
4118 | 2024-05-08T03:15:01.769Z | PASS [ 0.052s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address |
4119 | 2024-05-08T03:15:01.800Z | PASS [ 8.070s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent |
4120 | 2024-05-08T03:15:04.650Z | PASS [ 7.848s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion |
4121 | 2024-05-08T03:15:05.509Z | PASS [ 7.922s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools |
4122 | 2024-05-08T03:15:05.553Z | PASS [ 7.639s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok |
4123 | 2024-05-08T03:15:06.951Z | PASS [ 7.568s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range |
4124 | 2024-05-08T03:15:08.277Z | PASS [ 7.228s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent |
4125 | 2024-05-08T03:15:09.838Z | PASS [ 8.039s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails |
4126 | 2024-05-08T03:15:09.865Z | PASS [ 8.097s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds |
4127 | 2024-05-08T03:15:11.929Z | PASS [ 7.283s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails |
4128 | 2024-05-08T03:15:12.888Z | PASS [ 7.388s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip |
4129 | 2024-05-08T03:15:13.081Z | PASS [ 7.524s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac |
4130 | 2024-05-08T03:15:14.688Z | PASS [ 7.736s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails |
4131 | 2024-05-08T03:15:15.493Z | PASS [ 13.851s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion |
4132 | 2024-05-08T03:15:16.297Z | PASS [ 8.022s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails |
4133 | 2024-05-08T03:15:16.366Z | PASS [ 0.065s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset |
4134 | 2024-05-08T03:15:17.260Z | PASS [ 7.388s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot |
4135 | 2024-05-08T03:15:17.291Z | PASS [ 7.453s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails |
4136 | 2024-05-08T03:15:17.333Z | PASS [ 0.057s] nexus-db-queries db::queries::network_interface::tests::test_next_mac_shifts_for_guest |
4137 | 2024-05-08T03:15:17.391Z | PASS [ 0.077s] nexus-db-queries db::queries::network_interface::tests::test_next_mac_shifts_for_system |
4138 | 2024-05-08T03:15:17.436Z | PASS [ 0.056s] nexus-db-queries db::queries::next_item::tests::test_shift_indices |
4139 | 2024-05-08T03:15:19.271Z | PASS [ 7.344s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails |
4140 | 2024-05-08T03:15:20.197Z | PASS [ 0.923s] nexus-db-queries db::queries::region_allocation::test::expectorate_query |
4141 | 2024-05-08T03:15:20.660Z | PASS [ 7.776s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails |
4142 | 2024-05-08T03:15:20.702Z | PASS [ 7.628s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails |
4143 | 2024-05-08T03:15:20.745Z | PASS [ 0.041s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps |
4144 | 2024-05-08T03:15:20.770Z | PASS [ 0.094s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count |
4145 | 2024-05-08T03:15:20.796Z | PASS [ 0.042s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping |
4146 | 2024-05-08T03:15:20.825Z | PASS [ 0.061s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping |
4147 | 2024-05-08T03:15:20.852Z | PASS [ 0.051s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping |
4148 | 2024-05-08T03:15:22.320Z | PASS [ 7.628s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation |
4149 | 2024-05-08T03:15:23.644Z | PASS [ 8.149s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails |
4150 | 2024-05-08T03:15:25.123Z | PASS [ 7.811s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices |
4151 | 2024-05-08T03:15:25.494Z | PASS [ 8.063s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query |
4152 | 2024-05-08T03:15:25.533Z | PASS [ 0.041s] nexus-defaults tests::test_random_vpc_ipv6_prefix |
4153 | 2024-05-08T03:15:25.713Z | PASS [ 0.174s] nexus-inventory builder::test::test_basic |
4154 | 2024-05-08T03:15:25.751Z | PASS [ 0.036s] nexus-inventory builder::test::test_empty |
4155 | 2024-05-08T03:15:25.787Z | PASS [ 0.043s] nexus-inventory builder::test::test_problems |
4156 | 2024-05-08T03:15:26.878Z | PASS [ 1.091s] nexus-inventory collector::test::test_basic |
4157 | 2024-05-08T03:15:27.390Z | PASS [ 11.034s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query |
4158 | 2024-05-08T03:15:27.505Z | PASS [ 7.301s] nexus-db-queries db::queries::region_allocation::test::explainable |
4159 | 2024-05-08T03:15:28.189Z | PASS [ 0.901s] nexus-inventory collector::test::test_multi_mgs |
4160 | 2024-05-08T03:15:28.215Z | PASS [ 0.439s] nexus-inventory collector::test::test_multi_mgs_failure |
4161 | 2024-05-08T03:15:28.215Z | PASS [ 7.145s] nexus-db-queries db::saga_recovery::test::test_failure_during_saga_can_be_recovered |
4162 | 2024-05-08T03:15:28.215Z | PASS [ 0.595s] nexus-inventory collector::test::test_sled_agent_failure |
4163 | 2024-05-08T03:15:28.215Z | PASS [ 7.352s] nexus-db-queries db::queries::vpc_subnet::test::test_filter_conflicting_vpc_subnet_ranges_query |
4164 | 2024-05-08T03:15:28.296Z | PASS [ 0.205s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic |
4165 | 2024-05-08T03:15:28.320Z | PASS [ 0.150s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic |
4166 | 2024-05-08T03:15:28.347Z | PASS [ 0.047s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty |
4167 | 2024-05-08T03:15:28.397Z | PASS [ 0.063s] nexus-reconfigurator-execution dns::test::test_dns_compute_update |
4168 | 2024-05-08T03:15:29.634Z | PASS [ 7.311s] nexus-db-queries db::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery |
4169 | 2024-05-08T03:15:30.776Z | PASS [ 7.130s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples |
4170 | 2024-05-08T03:15:33.191Z | PASS [ 7.660s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples |
4171 | 2024-05-08T03:15:36.309Z | PASS [ 8.533s] nexus-metrics-producer-gc tests::test_prune_expired_producers |
4172 | 2024-05-08T03:15:36.456Z | PASS [ 8.630s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector |
4173 | 2024-05-08T03:15:36.621Z | PASS [ 0.314s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases |
4174 | 2024-05-08T03:15:36.654Z | PASS [ 0.176s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones |
4175 | 2024-05-08T03:15:36.729Z | PASS [ 0.096s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks |
4176 | 2024-05-08T03:15:36.823Z | PASS [ 0.138s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_available_iterator |
4177 | 2024-05-08T03:15:37.043Z | PASS [ 0.310s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic |
4178 | 2024-05-08T03:15:37.081Z | PASS [ 0.271s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_initial |
4179 | 2024-05-08T03:15:37.215Z | PASS [ 0.182s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_nexus_zones_with_same_nic_ip |
4180 | 2024-05-08T03:15:37.285Z | PASS [ 0.183s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_external_ip |
4181 | 2024-05-08T03:15:37.319Z | PASS [ 0.092s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_vnic_mac |
4182 | 2024-05-08T03:15:37.369Z | PASS [ 0.058s] nexus-reconfigurator-planning ip_allocator::test::test_basic |
4183 | 2024-05-08T03:15:37.448Z | PASS [ 0.222s] nexus-reconfigurator-planning blueprint_builder::zones::tests::test_builder_zones |
4184 | 2024-05-08T03:15:37.479Z | PASS [ 0.102s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled |
4185 | 2024-05-08T03:15:37.636Z | PASS [ 0.164s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks |
4186 | 2024-05-08T03:15:37.786Z | PASS [ 0.318s] nexus-reconfigurator-planning planner::test::test_basic_add_sled |
4187 | 2024-05-08T03:15:38.062Z | PASS [ 0.273s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds |
4188 | 2024-05-08T03:15:38.124Z | PASS [ 0.075s] nexus-types external_api::shared::test::test_policy_parsing |
4189 | 2024-05-08T03:15:38.176Z | PASS [ 0.543s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds |
4190 | 2024-05-08T03:15:38.305Z | PASS [ 0.123s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist |
4191 | 2024-05-08T03:15:38.348Z | PASS [ 0.220s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid |
4192 | 2024-05-08T03:15:38.775Z | PASS [ 0.228s] omicron-certificates tests::test_common_name_is_validated |
4193 | 2024-05-08T03:15:38.803Z | PASS [ 0.296s] omicron-certificates tests::test_cert_extended_key_usage |
4194 | 2024-05-08T03:15:38.803Z | PASS [ 0.056s] omicron-common address::test::test_dns_subnets |
4195 | 2024-05-08T03:15:38.803Z | PASS [ 0.058s] omicron-common address::test::test_ip_range_checks_non_decreasing |
4196 | 2024-05-08T03:15:38.803Z | PASS [ 0.044s] omicron-common address::test::test_ip_range_enum_deserialization |
4197 | 2024-05-08T03:15:38.803Z | PASS [ 0.195s] omicron-certificates tests::test_subject_alternate_names_are_validated |
4198 | 2024-05-08T03:15:38.803Z | PASS [ 0.030s] omicron-common address::test::test_ip_range_iter |
4199 | 2024-05-08T03:15:38.803Z | PASS [ 0.030s] omicron-common address::test::test_ip_range_length |
4200 | 2024-05-08T03:15:39.249Z | PASS [ 0.032s] omicron-common address::test::test_ip_range_try_from |
4201 | 2024-05-08T03:15:39.249Z | PASS [ 0.035s] omicron-common address::test::test_ipv6_subnet_deserialize |
4202 | 2024-05-08T03:15:39.287Z | PASS [ 0.032s] omicron-common address::test::test_sled_address |
4203 | 2024-05-08T03:15:39.287Z | PASS [ 0.041s] omicron-common api::external::error::test::test_bail_unless |
4204 | 2024-05-08T03:15:39.287Z | PASS [ 0.037s] omicron-common api::external::error::test::test_context |
4205 | 2024-05-08T03:15:39.287Z | PASS [ 0.053s] omicron-common api::external::http_pagination::test::test_pagination_examples |
4206 | 2024-05-08T03:15:39.287Z | PASS [ 0.050s] omicron-common api::external::http_pagination::test::test_pagination_schemas |
4207 | 2024-05-08T03:15:39.287Z | PASS [ 0.061s] omicron-common api::external::http_pagination::test::test_scan_by_id |
4208 | 2024-05-08T03:15:39.287Z | PASS [ 0.065s] omicron-common api::external::http_pagination::test::test_scan_by_name |
4209 | 2024-05-08T03:15:39.288Z | PASS [ 0.037s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic |
4210 | 2024-05-08T03:15:39.288Z | PASS [ 0.126s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id |
4211 | 2024-05-08T03:15:39.288Z | PASS [ 0.136s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name |
4212 | 2024-05-08T03:15:39.288Z | PASS [ 0.046s] omicron-common api::external::test::test_bytecount |
4213 | 2024-05-08T03:15:39.288Z | PASS [ 0.034s] omicron-common api::external::test::test_bytecount_display |
4214 | 2024-05-08T03:15:39.288Z | PASS [ 0.046s] omicron-common api::external::test::test_digest |
4215 | 2024-05-08T03:15:39.288Z | PASS [ 0.035s] omicron-common api::external::test::test_firewall_deserialization |
4216 | 2024-05-08T03:15:39.288Z | PASS [ 0.065s] omicron-common api::external::test::test_firewall_rule_host_filter_parse |
4217 | 2024-05-08T03:15:39.320Z | PASS [ 0.067s] omicron-common api::external::test::test_firewall_rule_target_parse |
4218 | 2024-05-08T03:15:39.346Z | PASS [ 0.034s] omicron-common api::external::test::test_ip_port_range_from_str |
4219 | 2024-05-08T03:15:39.371Z | PASS [ 0.057s] omicron-common api::external::test::test_hostname_from_str |
4220 | 2024-05-08T03:15:39.371Z | PASS [ 0.032s] omicron-common api::external::test::test_ip_port_range_into_str |
4221 | 2024-05-08T03:15:39.371Z | PASS [ 0.038s] omicron-common api::external::test::test_ipnet_first_last_address |
4222 | 2024-05-08T03:15:39.510Z | PASS [ 0.046s] omicron-common api::external::test::test_ipnet_serde |
4223 | 2024-05-08T03:15:39.510Z | PASS [ 0.056s] omicron-common api::external::test::test_ipv4_net_operations |
4224 | 2024-05-08T03:15:39.510Z | PASS [ 0.037s] omicron-common api::external::test::test_ipv6_net_operations |
4225 | 2024-05-08T03:15:39.510Z | PASS [ 0.036s] omicron-common api::external::test::test_mac_system_iterator |
4226 | 2024-05-08T03:15:39.510Z | PASS [ 0.062s] omicron-common api::external::test::test_mac_to_int_conversions |
4227 | 2024-05-08T03:15:39.546Z | PASS [ 0.069s] omicron-common api::external::test::test_macaddr |
4228 | 2024-05-08T03:15:39.585Z | PASS [ 0.059s] omicron-common api::external::test::test_name_parse |
4229 | 2024-05-08T03:15:39.665Z | PASS [ 0.066s] omicron-common api::external::test::test_name_parse_from_param |
4230 | 2024-05-08T03:15:39.695Z | PASS [ 0.120s] omicron-common api::external::test::test_resource_name_parse |
4231 | 2024-05-08T03:15:39.729Z | PASS [ 0.122s] omicron-common api::external::test::test_role_name_parse |
4232 | 2024-05-08T03:15:39.767Z | PASS [ 0.075s] omicron-common api::external::test::test_route_destination_parse |
4233 | 2024-05-08T03:15:39.835Z | PASS [ 0.086s] omicron-common api::external::test::test_route_target_parse |
4234 | 2024-05-08T03:15:39.870Z | PASS [ 0.086s] omicron-common api::external::test::test_semver_serialize |
4235 | 2024-05-08T03:15:39.903Z | PASS [ 0.069s] omicron-common api::external::test::test_semver_validation |
4236 | 2024-05-08T03:15:39.960Z | PASS [ 0.068s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip |
4237 | 2024-05-08T03:15:40.046Z | PASS [ 0.151s] omicron-common ledger::test::test_commit_handles_write_failures |
4238 | 2024-05-08T03:15:40.105Z | PASS [ 0.159s] omicron-common ledger::test::test_create_default_ledger |
4239 | 2024-05-08T03:15:40.179Z | PASS [ 0.089s] omicron-common ledger::test::test_create_ledger_reads_from_storage |
4240 | 2024-05-08T03:15:40.213Z | PASS [ 0.113s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage |
4241 | 2024-05-08T03:15:40.253Z | PASS [ 0.113s] omicron-common update::tests::serde_artifact_kind |
4242 | 2024-05-08T03:15:40.253Z | PASS [ 0.058s] omicron-common zpool_name::test::test_parse_bad_zpool_names |
4243 | 2024-05-08T03:15:40.303Z | PASS [ 0.037s] omicron-common zpool_name::test::test_parse_external_zpool_name |
4244 | 2024-05-08T03:15:40.335Z | PASS [ 0.037s] omicron-common zpool_name::test::test_parse_internal_zpool_name |
4245 | 2024-05-08T03:15:40.335Z | PASS [ 0.036s] omicron-common zpool_name::test::test_parse_zpool_name_json |
4246 | 2024-05-08T03:15:40.335Z | PASS [ 0.037s] omicron-common zpool_name::test::test_zpool_name_regex |
4247 | 2024-05-08T03:15:41.499Z | PASS [ 1.197s] omicron-dev::test_omicron_dev test_cert_create |
4248 | 2024-05-08T03:15:50.196Z | PASS [ 9.881s] omicron-dev::test_omicron_dev test_db_killed |
4249 | 2024-05-08T03:15:50.320Z | PASS [ 0.111s] omicron-dev::test_omicron_dev test_omicron_dev_bad_cmd |
4250 | 2024-05-08T03:15:50.425Z | PASS [ 0.106s] omicron-dev::test_omicron_dev test_omicron_dev_db_populate_no_args |
4251 | 2024-05-08T03:15:50.530Z | PASS [ 0.117s] omicron-dev::test_omicron_dev test_omicron_dev_db_wipe_no_args |
4252 | 2024-05-08T03:15:50.642Z | PASS [ 0.112s] omicron-dev::test_omicron_dev test_omicron_dev_no_args |
4253 | 2024-05-08T03:15:50.746Z | PASS [ 21.109s] nexus-reconfigurator-execution external_networking::tests::test_deallocate_external_networking |
4254 | 2024-05-08T03:15:50.802Z | PASS [ 0.061s] omicron-gateway management_switch::location_map::tests::test_config_validation |
4255 | 2024-05-08T03:15:50.915Z | PASS [ 0.069s] omicron-gateway management_switch::location_map::tests::test_resolve_location |
4256 | 2024-05-08T03:15:51.359Z | PASS [ 22.973s] nexus-reconfigurator-execution external_networking::tests::test_allocate_external_networking |
4257 | 2024-05-08T03:15:51.587Z | PASS [ 0.721s] omicron-gateway::test_all integration_tests::commands::test_mgs_openapi_sled |
4258 | 2024-05-08T03:15:51.782Z | PASS [ 0.425s] omicron-gateway::test_all integration_tests::component_list::component_list |
4259 | 2024-05-08T03:15:52.052Z | PASS [ 0.270s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication |
4260 | 2024-05-08T03:15:52.080Z | PASS [ 0.475s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations |
4261 | 2024-05-08T03:15:52.080Z | PASS [ 24.081s] nexus-reconfigurator-execution datasets::tests::test_ensure_crucible_dataset_records_exist |
4262 | 2024-05-08T03:15:52.305Z | PASS [ 0.249s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach |
4263 | 2024-05-08T03:15:52.734Z | PASS [ 21.951s] nexus-reconfigurator-execution omicron_physical_disks::test::test_deploy_omicron_disks |
4264 | 2024-05-08T03:15:53.248Z | PASS [ 20.464s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones |
4265 | 2024-05-08T03:16:02.952Z | PASS [ 34.608s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end |
4266 | 2024-05-08T03:16:03.882Z | PASS [ 22.385s] omicron-dev::test_omicron_dev test_db_run |
4267 | 2024-05-08T03:16:09.972Z | PASS [ 19.336s] omicron-dev::test_omicron_dev test_run_all |
4268 | 2024-05-08T03:16:13.806Z | PASS [ 21.080s] omicron-nexus app::background::common::test::test_driver_basic |
4269 | 2024-05-08T03:16:14.137Z | PASS [ 22.068s] omicron-nexus app::background::blueprint_load::test::test_load_blueprints |
4270 | 2024-05-08T03:16:14.297Z | PASS [ 21.048s] omicron-nexus app::background::common::test::test_saga_request_flow |
4271 | 2024-05-08T03:16:15.267Z | PASS [ 23.204s] omicron-nexus app::background::blueprint_execution::test::test_deploy_omicron_zones |
4272 | 2024-05-08T03:16:15.312Z | PASS [ 23.008s] omicron-nexus app::background::common::test::test_activation_in_progress |
4273 | 2024-05-08T03:16:24.386Z | PASS [ 20.090s] omicron-nexus app::background::dns_config::test::test_basic |
4274 | 2024-05-08T03:16:24.486Z | PASS [ 19.556s] omicron-nexus app::background::dns_propagation::test::test_basic |
4275 | 2024-05-08T03:16:30.652Z | PASS [ 20.681s] omicron-nexus app::background::external_endpoints::test::test_basic |
4276 | 2024-05-08T03:16:35.185Z | PASS [ 21.381s] omicron-nexus app::background::init::test::test_dns_propagation_basic |
4277 | 2024-05-08T03:16:35.447Z | PASS [ 21.147s] omicron-nexus app::background::inventory_collection::test::test_db_sled_enumerator |
4278 | 2024-05-08T03:16:35.531Z | PASS [ 20.265s] omicron-nexus app::background::metrics_producer_gc::tests::test_pruning |
4279 | 2024-05-08T03:16:35.556Z | PASS [ 20.249s] omicron-nexus app::background::region_replacement::test::test_add_region_replacement_causes_start |
4280 | 2024-05-08T03:16:35.656Z | PASS [ 0.124s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic |
4281 | 2024-05-08T03:16:35.792Z | PASS [ 0.137s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty |
4282 | 2024-05-08T03:16:35.870Z | PASS [ 0.077s] omicron-nexus app::external_endpoints::test::test_no_endpoint |
4283 | 2024-05-08T03:16:35.975Z | PASS [ 0.100s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying |
4284 | 2024-05-08T03:16:36.232Z | PASS [ 0.788s] omicron-nexus app::external_endpoints::test::test_authority |
4285 | 2024-05-08T03:16:37.248Z | PASS [ 1.690s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex |
4286 | 2024-05-08T03:16:38.250Z | FAIL [ 15.163s] omicron-nexus app::background::region_replacement_driver::test::test_done_region_replacement_causes_finish |
4287 | 2024-05-08T03:16:38.250Z | |
4288 | 2024-05-08T03:16:38.250Z | --- STDOUT: omicron-nexus app::background::region_replacement_driver::test::test_done_region_replacement_causes_finish --- |
4289 | 2024-05-08T03:16:38.250Z | |
4290 | 2024-05-08T03:16:38.250Z | running 1 test |
4291 | 2024-05-08T03:16:38.250Z | test app::background::region_replacement_driver::test::test_done_region_replacement_causes_finish ... FAILED |
4292 | 2024-05-08T03:16:38.250Z | |
4293 | 2024-05-08T03:16:38.250Z | failures: |
4294 | 2024-05-08T03:16:38.250Z | |
4295 | 2024-05-08T03:16:38.250Z | failures: |
4296 | 2024-05-08T03:16:38.250Z | app::background::region_replacement_driver::test::test_done_region_replacement_causes_finish |
4297 | 2024-05-08T03:16:38.250Z | |
4298 | 2024-05-08T03:16:38.250Z | test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 75 filtered out; finished in 14.89s |
4299 | 2024-05-08T03:16:38.251Z | |
4300 | 2024-05-08T03:16:38.251Z | |
4301 | 2024-05-08T03:16:38.251Z | --- STDERR: omicron-nexus app::background::region_replacement_driver::test::test_done_region_replacement_causes_finish --- |
4302 | 2024-05-08T03:16:38.251Z | log file: /var/tmp/omicron_tmp/omicron_nexus-fd6fa3c279fadadb-test_done_region_replacement_causes_finish.7840.0.log |
4303 | 2024-05-08T03:16:38.251Z | note: configured to log to "/var/tmp/omicron_tmp/omicron_nexus-fd6fa3c279fadadb-test_done_region_replacement_causes_finish.7840.0.log" |
4304 | 2024-05-08T03:16:38.251Z | DB URL: postgresql://root@[::1]:50788/omicron?sslmode=disable |
4305 | 2024-05-08T03:16:38.251Z | DB address: [::1]:50788 |
4306 | 2024-05-08T03:16:38.251Z | log file: /var/tmp/omicron_tmp/omicron_nexus-fd6fa3c279fadadb-test_done_region_replacement_causes_finish.7840.2.log |
4307 | 2024-05-08T03:16:38.251Z | note: configured to log to "/var/tmp/omicron_tmp/omicron_nexus-fd6fa3c279fadadb-test_done_region_replacement_causes_finish.7840.2.log" |
4308 | 2024-05-08T03:16:38.251Z | log file: /var/tmp/omicron_tmp/omicron_nexus-fd6fa3c279fadadb-test_done_region_replacement_causes_finish.7840.3.log |
4309 | 2024-05-08T03:16:38.251Z | note: configured to log to "/var/tmp/omicron_tmp/omicron_nexus-fd6fa3c279fadadb-test_done_region_replacement_causes_finish.7840.3.log" |
4310 | 2024-05-08T03:16:38.251Z | thread 'app::background::region_replacement_driver::test::test_done_region_replacement_causes_finish' panicked at nexus/src/app/background/region_replacement_driver.rs:349:9: |
4311 | 2024-05-08T03:16:38.251Z | assertion `left == right` failed |
4312 | 2024-05-08T03:16:38.251Z | left: Object {"region_replacement_driven_err": Number(0), "region_replacement_driven_ok": Number(0)} |
4313 | 2024-05-08T03:16:38.251Z | right: Object {"region_replacement_driven_err": Number(0), "region_replacement_driven_ok": Number(1)} |
4314 | 2024-05-08T03:16:38.251Z | stack backtrace: |
4315 | 2024-05-08T03:16:38.251Z | 0: rust_begin_unwind |
4316 | 2024-05-08T03:16:38.251Z | at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/std/src/panicking.rs:647:5 |
4317 | 2024-05-08T03:16:38.251Z | 1: core::panicking::panic_fmt |
4318 | 2024-05-08T03:16:38.251Z | at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/core/src/panicking.rs:72:14 |
4319 | 2024-05-08T03:16:38.251Z | 2: core::panicking::assert_failed_inner |
4320 | 2024-05-08T03:16:38.251Z | at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/core/src/panicking.rs:342:17 |
4321 | 2024-05-08T03:16:38.251Z | 3: core::panicking::assert_failed |
4322 | 2024-05-08T03:16:38.251Z | at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/core/src/panicking.rs:297:5 |
4323 | 2024-05-08T03:16:38.252Z | 4: {async_fn#0} |
4324 | 2024-05-08T03:16:38.252Z | at ./src/app/background/region_replacement_driver.rs:349:9 |
4325 | 2024-05-08T03:16:38.252Z | 5: {async_block#0} |
4326 | 2024-05-08T03:16:38.252Z | at ./src/app/background/region_replacement_driver.rs:264:5 |
4327 | 2024-05-08T03:16:38.252Z | 6: poll<&mut dyn core::future::future::Future<Output=()>> |
4328 | 2024-05-08T03:16:38.252Z | at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/core/src/future/future.rs:124:9 |
4329 | 2024-05-08T03:16:38.252Z | 7: poll<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
4330 | 2024-05-08T03:16:38.252Z | at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/core/src/future/future.rs:124:9 |
4331 | 2024-05-08T03:16:38.252Z | 8: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
4332 | 2024-05-08T03:16:38.252Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:659:57 |
4333 | 2024-05-08T03:16:38.252Z | 9: with_budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>> |
4334 | 2024-05-08T03:16:38.252Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/coop.rs:107:5 |
4335 | 2024-05-08T03:16:38.252Z | 10: budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>> |
4336 | 2024-05-08T03:16:38.252Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/coop.rs:73:5 |
4337 | 2024-05-08T03:16:38.252Z | 11: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
4338 | 2024-05-08T03:16:38.252Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:659:25 |
4339 | 2024-05-08T03:16:38.252Z | 12: tokio::runtime::scheduler::current_thread::Context::enter |
4340 | 2024-05-08T03:16:38.252Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19 |
4341 | 2024-05-08T03:16:38.252Z | 13: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
4342 | 2024-05-08T03:16:38.252Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:658:36 |
4343 | 2024-05-08T03:16:38.252Z | 14: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}} |
4344 | 2024-05-08T03:16:38.252Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68 |
4345 | 2024-05-08T03:16:38.252Z | 15: tokio::runtime::context::scoped::Scoped<T>::set |
4346 | 2024-05-08T03:16:38.253Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9 |
4347 | 2024-05-08T03:16:38.253Z | 16: tokio::runtime::context::set_scheduler::{{closure}} |
4348 | 2024-05-08T03:16:38.253Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context.rs:176:26 |
4349 | 2024-05-08T03:16:38.253Z | 17: try_with<tokio::runtime::context::Context, tokio::runtime::context::set_scheduler::{closure_env#0}<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>), tokio::runtime::scheduler::current_thread::{impl#8}::enter::{closure_env#0}<tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>, core::option::Option<()>>>, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>)> |
4350 | 2024-05-08T03:16:38.253Z | at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/std/src/thread/local.rs:286:16 |
4351 | 2024-05-08T03:16:38.253Z | 18: std::thread::local::LocalKey<T>::with |
4352 | 2024-05-08T03:16:38.253Z | at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/std/src/thread/local.rs:262:9 |
4353 | 2024-05-08T03:16:38.253Z | 19: tokio::runtime::context::set_scheduler |
4354 | 2024-05-08T03:16:38.253Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context.rs:176:9 |
4355 | 2024-05-08T03:16:38.253Z | 20: tokio::runtime::scheduler::current_thread::CoreGuard::enter |
4356 | 2024-05-08T03:16:38.253Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27 |
4357 | 2024-05-08T03:16:38.253Z | 21: tokio::runtime::scheduler::current_thread::CoreGuard::block_on |
4358 | 2024-05-08T03:16:38.253Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:19 |
4359 | 2024-05-08T03:16:38.253Z | 22: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
4360 | 2024-05-08T03:16:38.253Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:28 |
4361 | 2024-05-08T03:16:38.253Z | 23: tokio::runtime::context::runtime::enter_runtime |
4362 | 2024-05-08T03:16:38.253Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16 |
4363 | 2024-05-08T03:16:38.253Z | 24: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
4364 | 2024-05-08T03:16:38.253Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9 |
4365 | 2024-05-08T03:16:38.253Z | 25: tokio::runtime::runtime::Runtime::block_on |
4366 | 2024-05-08T03:16:38.253Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/runtime.rs:349:47 |
4367 | 2024-05-08T03:16:38.253Z | 26: test_done_region_replacement_causes_finish |
4368 | 2024-05-08T03:16:38.253Z | at ./src/app/background/region_replacement_driver.rs:264:5 |
4369 | 2024-05-08T03:16:38.253Z | 27: omicron_nexus::app::background::region_replacement_driver::test::test_done_region_replacement_causes_finish::{{closure}} |
4370 | 2024-05-08T03:16:38.254Z | at ./src/app/background/region_replacement_driver.rs:267:6 |
4371 | 2024-05-08T03:16:38.254Z | 28: core::ops::function::FnOnce::call_once |
4372 | 2024-05-08T03:16:38.254Z | at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/core/src/ops/function.rs:250:5 |
4373 | 2024-05-08T03:16:38.254Z | 29: core::ops::function::FnOnce::call_once |
4374 | 2024-05-08T03:16:38.254Z | at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/core/src/ops/function.rs:250:5 |
4375 | 2024-05-08T03:16:38.254Z | note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. |
4376 | 2024-05-08T03:16:38.254Z | WARN: dropped CockroachInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
4377 | 2024-05-08T03:16:38.254Z | WARN: temporary directory leaked: "/var/tmp/omicron_tmp/.tmpGIyliw" |
4378 | 2024-05-08T03:16:38.254Z | If you would like to access the database for debugging, run the following: |
4379 | 2024-05-08T03:16:38.254Z | |
4380 | 2024-05-08T03:16:38.254Z | # Run the database |
4381 | 2024-05-08T03:16:38.254Z | cargo run --bin omicron-dev db-run --no-populate --store-dir "/var/tmp/omicron_tmp/.tmpGIyliw/data" |
4382 | 2024-05-08T03:16:38.254Z | # Access the database. Note the port may change if you run multiple databases. |
4383 | 2024-05-08T03:16:38.254Z | cockroach sql --host=localhost:32221 --insecure |
4384 | 2024-05-08T03:16:38.254Z | WARN: dropped ClickHouseInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
4385 | 2024-05-08T03:16:38.254Z | failed to clean up ClickHouse data dir: |
4386 | 2024-05-08T03:16:38.283Z | - /var/tmp/omicron_tmp/omicron_nexus-fd6fa3c279fadadb-test_done_region_replacement_causes_finish.7840.1-clickhouse-zzQoyp: File exists (os error 17) |
4387 | 2024-05-08T03:16:38.283Z | WARN: dropped DendriteInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
4388 | 2024-05-08T03:16:38.283Z | WARN: dendrite temporary directory leaked: /var/tmp/omicron_tmp/.tmp0Q1mTO |
4389 | 2024-05-08T03:16:38.283Z | WARN: dropped DendriteInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
4390 | 2024-05-08T03:16:38.283Z | WARN: dendrite temporary directory leaked: /var/tmp/omicron_tmp/.tmpq9uVm7 |
4391 | 2024-05-08T03:16:38.283Z | WARN: dropped MgdInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
4392 | 2024-05-08T03:16:38.283Z | WARN: mgd temporary directory leaked: /var/tmp/omicron_tmp/.tmpH6fLbf |
4393 | 2024-05-08T03:16:38.284Z | WARN: dropped MgdInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
4394 | 2024-05-08T03:16:38.284Z | WARN: mgd temporary directory leaked: /var/tmp/omicron_tmp/.tmpnYY7s4 |
4395 | 2024-05-08T03:16:38.284Z | |
4396 | 2024-05-08T03:16:38.340Z | FAIL [ 14.894s] omicron-nexus app::background::region_replacement_driver::test::test_mark_region_replacement_done_after_notification |
4397 | 2024-05-08T03:16:38.340Z | |
4398 | 2024-05-08T03:16:38.341Z | --- STDOUT: omicron-nexus app::background::region_replacement_driver::test::test_mark_region_replacement_done_after_notification --- |
4399 | 2024-05-08T03:16:38.341Z | |
4400 | 2024-05-08T03:16:38.341Z | running 1 test |
4401 | 2024-05-08T03:16:38.341Z | test app::background::region_replacement_driver::test::test_mark_region_replacement_done_after_notification ... FAILED |
4402 | 2024-05-08T03:16:38.341Z | |
4403 | 2024-05-08T03:16:38.341Z | failures: |
4404 | 2024-05-08T03:16:38.341Z | |
4405 | 2024-05-08T03:16:38.341Z | failures: |
4406 | 2024-05-08T03:16:38.341Z | app::background::region_replacement_driver::test::test_mark_region_replacement_done_after_notification |
4407 | 2024-05-08T03:16:38.341Z | |
4408 | 2024-05-08T03:16:38.341Z | test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 75 filtered out; finished in 14.61s |
4409 | 2024-05-08T03:16:38.341Z | |
4410 | 2024-05-08T03:16:38.341Z | |
4411 | 2024-05-08T03:16:38.341Z | --- STDERR: omicron-nexus app::background::region_replacement_driver::test::test_mark_region_replacement_done_after_notification --- |
4412 | 2024-05-08T03:16:38.341Z | log file: /var/tmp/omicron_tmp/omicron_nexus-fd6fa3c279fadadb-test_mark_region_replacement_done_after_notification.7844.0.log |
4413 | 2024-05-08T03:16:38.341Z | note: configured to log to "/var/tmp/omicron_tmp/omicron_nexus-fd6fa3c279fadadb-test_mark_region_replacement_done_after_notification.7844.0.log" |
4414 | 2024-05-08T03:16:38.341Z | DB URL: postgresql://root@[::1]:46009/omicron?sslmode=disable |
4415 | 2024-05-08T03:16:38.341Z | DB address: [::1]:46009 |
4416 | 2024-05-08T03:16:38.341Z | log file: /var/tmp/omicron_tmp/omicron_nexus-fd6fa3c279fadadb-test_mark_region_replacement_done_after_notification.7844.2.log |
4417 | 2024-05-08T03:16:38.341Z | note: configured to log to "/var/tmp/omicron_tmp/omicron_nexus-fd6fa3c279fadadb-test_mark_region_replacement_done_after_notification.7844.2.log" |
4418 | 2024-05-08T03:16:38.341Z | log file: /var/tmp/omicron_tmp/omicron_nexus-fd6fa3c279fadadb-test_mark_region_replacement_done_after_notification.7844.3.log |
4419 | 2024-05-08T03:16:38.341Z | note: configured to log to "/var/tmp/omicron_tmp/omicron_nexus-fd6fa3c279fadadb-test_mark_region_replacement_done_after_notification.7844.3.log" |
4420 | 2024-05-08T03:16:38.341Z | thread 'app::background::region_replacement_driver::test::test_mark_region_replacement_done_after_notification' panicked at nexus/src/app/background/region_replacement_driver.rs:500:9: |
4421 | 2024-05-08T03:16:38.342Z | assertion `left == right` failed |
4422 | 2024-05-08T03:16:38.342Z | left: Object {"region_replacement_driven_err": Number(0), "region_replacement_driven_ok": Number(0)} |
4423 | 2024-05-08T03:16:38.342Z | right: Object {"region_replacement_driven_err": Number(0), "region_replacement_driven_ok": Number(1)} |
4424 | 2024-05-08T03:16:38.342Z | stack backtrace: |
4425 | 2024-05-08T03:16:38.342Z | 0: rust_begin_unwind |
4426 | 2024-05-08T03:16:38.342Z | at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/std/src/panicking.rs:647:5 |
4427 | 2024-05-08T03:16:38.342Z | 1: core::panicking::panic_fmt |
4428 | 2024-05-08T03:16:38.342Z | at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/core/src/panicking.rs:72:14 |
4429 | 2024-05-08T03:16:38.342Z | 2: core::panicking::assert_failed_inner |
4430 | 2024-05-08T03:16:38.342Z | at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/core/src/panicking.rs:342:17 |
4431 | 2024-05-08T03:16:38.342Z | 3: core::panicking::assert_failed |
4432 | 2024-05-08T03:16:38.342Z | at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/core/src/panicking.rs:297:5 |
4433 | 2024-05-08T03:16:38.342Z | 4: {async_fn#0} |
4434 | 2024-05-08T03:16:38.342Z | at ./src/app/background/region_replacement_driver.rs:500:9 |
4435 | 2024-05-08T03:16:38.342Z | 5: {async_block#0} |
4436 | 2024-05-08T03:16:38.342Z | at ./src/app/background/region_replacement_driver.rs:365:5 |
4437 | 2024-05-08T03:16:38.342Z | 6: poll<&mut dyn core::future::future::Future<Output=()>> |
4438 | 2024-05-08T03:16:38.342Z | at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/core/src/future/future.rs:124:9 |
4439 | 2024-05-08T03:16:38.342Z | 7: poll<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
4440 | 2024-05-08T03:16:38.342Z | at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/core/src/future/future.rs:124:9 |
4441 | 2024-05-08T03:16:38.342Z | 8: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
4442 | 2024-05-08T03:16:38.342Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:659:57 |
4443 | 2024-05-08T03:16:38.342Z | 9: with_budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>> |
4444 | 2024-05-08T03:16:38.343Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/coop.rs:107:5 |
4445 | 2024-05-08T03:16:38.343Z | 10: budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>> |
4446 | 2024-05-08T03:16:38.343Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/coop.rs:73:5 |
4447 | 2024-05-08T03:16:38.343Z | 11: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
4448 | 2024-05-08T03:16:38.343Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:659:25 |
4449 | 2024-05-08T03:16:38.343Z | 12: tokio::runtime::scheduler::current_thread::Context::enter |
4450 | 2024-05-08T03:16:38.343Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19 |
4451 | 2024-05-08T03:16:38.343Z | 13: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
4452 | 2024-05-08T03:16:38.343Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:658:36 |
4453 | 2024-05-08T03:16:38.343Z | 14: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}} |
4454 | 2024-05-08T03:16:38.343Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68 |
4455 | 2024-05-08T03:16:38.343Z | 15: tokio::runtime::context::scoped::Scoped<T>::set |
4456 | 2024-05-08T03:16:38.343Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9 |
4457 | 2024-05-08T03:16:38.343Z | 16: tokio::runtime::context::set_scheduler::{{closure}} |
4458 | 2024-05-08T03:16:38.343Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context.rs:176:26 |
4459 | 2024-05-08T03:16:38.343Z | 17: try_with<tokio::runtime::context::Context, tokio::runtime::context::set_scheduler::{closure_env#0}<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>), tokio::runtime::scheduler::current_thread::{impl#8}::enter::{closure_env#0}<tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>, core::option::Option<()>>>, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>)> |
4460 | 2024-05-08T03:16:38.343Z | at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/std/src/thread/local.rs:286:16 |
4461 | 2024-05-08T03:16:38.343Z | 18: std::thread::local::LocalKey<T>::with |
4462 | 2024-05-08T03:16:38.343Z | at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/std/src/thread/local.rs:262:9 |
4463 | 2024-05-08T03:16:38.343Z | 19: tokio::runtime::context::set_scheduler |
4464 | 2024-05-08T03:16:38.343Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context.rs:176:9 |
4465 | 2024-05-08T03:16:38.343Z | 20: tokio::runtime::scheduler::current_thread::CoreGuard::enter |
4466 | 2024-05-08T03:16:38.343Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27 |
4467 | 2024-05-08T03:16:38.344Z | 21: tokio::runtime::scheduler::current_thread::CoreGuard::block_on |
4468 | 2024-05-08T03:16:38.344Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:19 |
4469 | 2024-05-08T03:16:38.344Z | 22: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
4470 | 2024-05-08T03:16:38.344Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:28 |
4471 | 2024-05-08T03:16:38.344Z | 23: tokio::runtime::context::runtime::enter_runtime |
4472 | 2024-05-08T03:16:38.344Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16 |
4473 | 2024-05-08T03:16:38.344Z | 24: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
4474 | 2024-05-08T03:16:38.344Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9 |
4475 | 2024-05-08T03:16:38.344Z | 25: tokio::runtime::runtime::Runtime::block_on |
4476 | 2024-05-08T03:16:38.344Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/runtime.rs:349:47 |
4477 | 2024-05-08T03:16:38.344Z | 26: test_mark_region_replacement_done_after_notification |
4478 | 2024-05-08T03:16:38.344Z | at ./src/app/background/region_replacement_driver.rs:365:5 |
4479 | 2024-05-08T03:16:38.344Z | 27: omicron_nexus::app::background::region_replacement_driver::test::test_mark_region_replacement_done_after_notification::{{closure}} |
4480 | 2024-05-08T03:16:38.344Z | at ./src/app/background/region_replacement_driver.rs:368:6 |
4481 | 2024-05-08T03:16:38.344Z | 28: core::ops::function::FnOnce::call_once |
4482 | 2024-05-08T03:16:38.344Z | at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/core/src/ops/function.rs:250:5 |
4483 | 2024-05-08T03:16:38.344Z | 29: core::ops::function::FnOnce::call_once |
4484 | 2024-05-08T03:16:38.344Z | at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/core/src/ops/function.rs:250:5 |
4485 | 2024-05-08T03:16:38.344Z | note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. |
4486 | 2024-05-08T03:16:38.344Z | WARN: dropped CockroachInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
4487 | 2024-05-08T03:16:38.344Z | WARN: temporary directory leaked: "/var/tmp/omicron_tmp/.tmpiPcnC3" |
4488 | 2024-05-08T03:16:38.344Z | If you would like to access the database for debugging, run the following: |
4489 | 2024-05-08T03:16:38.344Z | |
4490 | 2024-05-08T03:16:38.345Z | # Run the database |
4491 | 2024-05-08T03:16:38.345Z | cargo run --bin omicron-dev db-run --no-populate --store-dir "/var/tmp/omicron_tmp/.tmpiPcnC3/data" |
4492 | 2024-05-08T03:16:38.345Z | # Access the database. Note the port may change if you run multiple databases. |
4493 | 2024-05-08T03:16:38.345Z | cockroach sql --host=localhost:32221 --insecure |
4494 | 2024-05-08T03:16:38.345Z | WARN: dropped ClickHouseInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
4495 | 2024-05-08T03:16:38.345Z | failed to clean up ClickHouse data dir: |
4496 | 2024-05-08T03:16:38.381Z | - /var/tmp/omicron_tmp/omicron_nexus-fd6fa3c279fadadb-test_mark_region_replacement_done_after_notification.7844.1-clickhouse-bAwZXz: File exists (os error 17) |
4497 | 2024-05-08T03:16:38.381Z | WARN: dropped DendriteInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
4498 | 2024-05-08T03:16:38.381Z | WARN: dendrite temporary directory leaked: /var/tmp/omicron_tmp/.tmpAl4Yjh |
4499 | 2024-05-08T03:16:38.381Z | WARN: dropped DendriteInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
4500 | 2024-05-08T03:16:38.382Z | WARN: dendrite temporary directory leaked: /var/tmp/omicron_tmp/.tmpnG4qHW |
4501 | 2024-05-08T03:16:38.382Z | WARN: dropped MgdInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
4502 | 2024-05-08T03:16:38.382Z | WARN: mgd temporary directory leaked: /var/tmp/omicron_tmp/.tmp00Hjt5 |
4503 | 2024-05-08T03:16:38.382Z | WARN: dropped MgdInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
4504 | 2024-05-08T03:16:38.382Z | WARN: mgd temporary directory leaked: /var/tmp/omicron_tmp/.tmpFrkday |
4505 | 2024-05-08T03:16:38.382Z | |
4506 | 2024-05-08T03:16:50.374Z | PASS [ 19.722s] omicron-nexus app::background::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification |
4507 | 2024-05-08T03:16:53.638Z | PASS [ 39.500s] omicron-nexus app::background::inventory_collection::test::test_basic |
4508 | 2024-05-08T03:16:54.557Z | PASS [ 19.366s] omicron-nexus app::background::region_replacement_driver::test::test_running_region_replacement_causes_drive |
4509 | 2024-05-08T03:17:05.206Z | PASS [ 27.000s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds |
4510 | 2024-05-08T03:17:06.146Z | PASS [ 28.890s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently |
4511 | 2024-05-08T03:17:06.762Z | PASS [ 30.784s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind |
4512 | 2024-05-08T03:17:06.819Z | PASS [ 28.481s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently |
4513 | 2024-05-08T03:17:08.202Z | PASS [ 31.971s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently |
4514 | 2024-05-08T03:17:19.443Z | PASS [ 29.068s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds |
4515 | 2024-05-08T03:17:38.238Z | PASS [ 31.680s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds |
4516 | 2024-05-08T03:17:40.734Z | PASS [ 33.981s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently |
4517 | 2024-05-08T03:17:40.945Z | PASS [ 34.134s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds |
4518 | 2024-05-08T03:17:42.473Z | PASS [ 37.247s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently |
4519 | 2024-05-08T03:17:43.831Z | PASS [ 35.627s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind |
4520 | 2024-05-08T03:17:53.638Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4521 | 2024-05-08T03:17:54.556Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4522 | 2024-05-08T03:17:54.820Z | PASS [ 35.377s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently |
4523 | 2024-05-08T03:18:09.975Z | PASS [ 32.153s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently |
4524 | 2024-05-08T03:18:11.409Z | PASS [ 30.676s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds |
4525 | 2024-05-08T03:18:17.975Z | PASS [ 34.153s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently |
4526 | 2024-05-08T03:18:18.966Z | PASS [ 37.613s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind |
4527 | 2024-05-08T03:18:19.914Z | PASS [ 37.461s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently |
4528 | 2024-05-08T03:18:31.025Z | PASS [ 36.205s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds |
4529 | 2024-05-08T03:18:43.896Z | PASS [ 32.487s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds |
4530 | 2024-05-08T03:18:49.097Z | PASS [ 30.542s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently |
4531 | 2024-05-08T03:18:49.247Z | PASS [ 29.338s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind |
4532 | 2024-05-08T03:18:53.643Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4533 | 2024-05-08T03:18:54.550Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4534 | 2024-05-08T03:18:54.808Z | PASS [ 36.833s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind |
4535 | 2024-05-08T03:18:56.955Z | PASS [ 25.927s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds |
4536 | 2024-05-08T03:19:07.794Z | PASS [ 18.543s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga |
4537 | 2024-05-08T03:19:08.316Z | PASS [ 19.205s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds |
4538 | 2024-05-08T03:19:09.872Z | PASS [ 59.901s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind |
4539 | 2024-05-08T03:19:09.899Z | PASS [ 25.984s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind |
4540 | 2024-05-08T03:19:24.508Z | PASS [ 27.554s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently |
4541 | 2024-05-08T03:19:24.601Z | PASS [ 0.094s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request |
4542 | 2024-05-08T03:19:28.331Z | PASS [ 20.537s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region |
4543 | 2024-05-08T03:19:37.442Z | PASS [ 36.122s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently |
4544 | 2024-05-08T03:19:37.916Z | PASS [ 29.615s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga |
4545 | 2024-05-08T03:19:53.638Z | SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4546 | 2024-05-08T03:19:54.550Z | SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4547 | 2024-05-08T03:19:55.867Z | PASS [ 31.264s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds |
4548 | 2024-05-08T03:19:57.282Z | PASS [ 19.362s] omicron-nexus app::sagas::test_saga::test_saga_stuck |
4549 | 2024-05-08T03:20:07.108Z | PASS [ 38.752s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set |
4550 | 2024-05-08T03:20:09.189Z | PASS [ 38.261s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset |
4551 | 2024-05-08T03:20:09.237Z | PASS [ 0.047s] omicron-nexus external_api::console_api::test::test_accept_gz |
4552 | 2024-05-08T03:20:09.292Z | PASS [ 0.055s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory |
4553 | 2024-05-08T03:20:09.346Z | PASS [ 0.054s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent |
4554 | 2024-05-08T03:20:09.397Z | PASS [ 0.050s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested |
4555 | 2024-05-08T03:20:09.485Z | PASS [ 0.076s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink |
4556 | 2024-05-08T03:20:09.552Z | PASS [ 0.078s] omicron-nexus external_api::console_api::test::test_find_file_finds_file |
4557 | 2024-05-08T03:20:09.624Z | PASS [ 0.069s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink |
4558 | 2024-05-08T03:20:09.683Z | PASS [ 0.063s] omicron-nexus external_api::console_api::test::test_relative_uri |
4559 | 2024-05-08T03:20:09.840Z | PASS [ 0.147s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy |
4560 | 2024-05-08T03:20:09.870Z | SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
4561 | 2024-05-08T03:20:09.900Z | SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
4562 | 2024-05-08T03:20:12.267Z | PASS [ 5.191s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input |
4563 | 2024-05-08T03:20:17.537Z | PASS [ 20.260s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds |
4564 | 2024-05-08T03:20:21.033Z | PASS [ 25.168s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind |
4565 | 2024-05-08T03:20:23.077Z | PASS [ 2.049s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie |
4566 | 2024-05-08T03:20:24.118Z | PASS [ 1.034s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed |
4567 | 2024-05-08T03:20:24.228Z | PASS [ 0.116s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured |
4568 | 2024-05-08T03:20:33.376Z | PASS [ 21.108s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud |
4569 | 2024-05-08T03:20:36.101Z | PASS [ 18.563s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range |
4570 | 2024-05-08T03:20:42.988Z | PASS [ 18.757s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys |
4571 | 2024-05-08T03:20:49.034Z | PASS [ 99.152s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
4572 | 2024-05-08T03:20:52.684Z | PASS [ 19.309s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv |
4573 | 2024-05-08T03:20:53.638Z | SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4574 | 2024-05-08T03:20:54.549Z | SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4575 | 2024-05-08T03:20:55.997Z | PASS [ 19.893s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv |
4576 | 2024-05-08T03:21:01.937Z | PASS [ 18.945s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv |
4577 | 2024-05-08T03:21:08.799Z | PASS [ 19.771s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv |
4578 | 2024-05-08T03:21:09.828Z | SLOW [> 60.000s] omicron-nexus populate::test::test_populators |
4579 | 2024-05-08T03:21:09.869Z | SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
4580 | 2024-05-08T03:21:16.334Z | PASS [ 19.719s] omicron-nexus::test_all integration_tests::basic::test_basic_failures |
4581 | 2024-05-08T03:21:16.409Z | PASS [ 17.583s] omicron-nexus::test_all integration_tests::basic::test_ping |
4582 | 2024-05-08T03:21:27.517Z | PASS [ 25.578s] omicron-nexus::test_all integration_tests::basic::test_projects_basic |
4583 | 2024-05-08T03:21:30.025Z | PASS [ 80.195s] omicron-nexus populate::test::test_populators |
4584 | 2024-05-08T03:21:31.636Z | PASS [ 19.222s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert |
4585 | 2024-05-08T03:21:31.695Z | PASS [ 18.120s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key |
4586 | 2024-05-08T03:21:37.670Z | PASS [ 28.872s] omicron-nexus::test_all integration_tests::basic::test_projects_list |
4587 | 2024-05-08T03:21:47.996Z | PASS [ 20.488s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert |
4588 | 2024-05-08T03:21:51.193Z | PASS [ 21.171s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name |
4589 | 2024-05-08T03:21:51.866Z | PASS [ 20.238s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key |
4590 | 2024-05-08T03:21:53.216Z | PASS [ 21.520s] omicron-nexus::test_all integration_tests::certificates::test_crud |
4591 | 2024-05-08T03:21:53.349Z | PASS [ 0.135s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args |
4592 | 2024-05-08T03:21:53.645Z | SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4593 | 2024-05-08T03:21:54.183Z | PASS [ 2.718s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config |
4594 | 2024-05-08T03:21:54.183Z | PASS [ 2.125s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config |
4595 | 2024-05-08T03:21:54.280Z | PASS [ 0.369s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi_internal |
4596 | 2024-05-08T03:21:54.338Z | PASS [ 0.979s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi |
4597 | 2024-05-08T03:21:54.573Z | SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4598 | 2024-05-08T03:21:57.211Z | PASS [ 19.536s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation |
4599 | 2024-05-08T03:22:09.872Z | SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
4600 | 2024-05-08T03:22:13.728Z | PASS [ 18.990s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri |
4601 | 2024-05-08T03:22:13.753Z | PASS [ 19.087s] omicron-nexus::test_all integration_tests::console_api::test_assets |
4602 | 2024-05-08T03:22:13.753Z | PASS [ 19.441s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir |
4603 | 2024-05-08T03:22:14.353Z | PASS [ 26.357s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates |
4604 | 2024-05-08T03:22:19.587Z | PASS [ 22.366s] omicron-nexus::test_all integration_tests::console_api::test_console_pages |
4605 | 2024-05-08T03:22:32.497Z | PASS [ 19.130s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple |
4606 | 2024-05-08T03:22:33.484Z | PASS [ 20.052s] omicron-nexus::test_all integration_tests::console_api::test_session_me |
4607 | 2024-05-08T03:22:34.293Z | PASS [ 19.934s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups |
4608 | 2024-05-08T03:22:38.203Z | PASS [ 24.882s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos |
4609 | 2024-05-08T03:22:43.113Z | PASS [ 23.535s] omicron-nexus::test_all integration_tests::console_api::test_sessions |
4610 | 2024-05-08T03:22:51.970Z | PASS [ 19.471s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages |
4611 | 2024-05-08T03:22:53.188Z | PASS [ 19.700s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow |
4612 | 2024-05-08T03:22:53.641Z | SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4613 | 2024-05-08T03:22:54.555Z | SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4614 | 2024-05-08T03:23:04.892Z | PASS [ 30.606s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets |
4615 | 2024-05-08T03:23:09.869Z | SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
4616 | 2024-05-08T03:23:11.898Z | PASS [ 28.791s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails |
4617 | 2024-05-08T03:23:17.231Z | PASS [ 39.026s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete |
4618 | 2024-05-08T03:23:20.197Z | PASS [ 28.223s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing |
4619 | 2024-05-08T03:23:20.732Z | PASS [ 27.543s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started |
4620 | 2024-05-08T03:23:34.121Z | PASS [ 29.224s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge |
4621 | 2024-05-08T03:23:37.886Z | PASS [ 268.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
4622 | 2024-05-08T03:23:39.041Z | PASS [ 27.142s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected |
4623 | 2024-05-08T03:23:53.645Z | SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4624 | 2024-05-08T03:23:54.551Z | SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4625 | 2024-05-08T03:23:57.389Z | PASS [ 40.162s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics |
4626 | 2024-05-08T03:23:59.991Z | PASS [ 20.953s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes |
4627 | 2024-05-08T03:24:00.678Z | PASS [ 26.558s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation |
4628 | 2024-05-08T03:24:03.376Z | PASS [ 43.187s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated |
4629 | 2024-05-08T03:24:04.264Z | PASS [ 26.401s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure |
4630 | 2024-05-08T03:24:08.378Z | PASS [ 47.658s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances |
4631 | 2024-05-08T03:24:17.356Z | PASS [ 19.969s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes |
4632 | 2024-05-08T03:24:22.029Z | PASS [ 20.944s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size |
4633 | 2024-05-08T03:24:25.068Z | PASS [ 25.072s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size |
4634 | 2024-05-08T03:24:31.651Z | PASS [ 28.274s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting |
4635 | 2024-05-08T03:24:33.550Z | PASS [ 25.168s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big |
4636 | 2024-05-08T03:24:44.784Z | PASS [ 40.518s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment |
4637 | 2024-05-08T03:24:46.491Z | PASS [ 29.132s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection |
4638 | 2024-05-08T03:24:50.789Z | PASS [ 29.166s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete |
4639 | 2024-05-08T03:24:53.638Z | SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4640 | 2024-05-08T03:24:54.554Z | SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4641 | 2024-05-08T03:24:54.750Z | PASS [ 29.686s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools |
4642 | 2024-05-08T03:24:59.275Z | PASS [ 25.729s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent |
4643 | 2024-05-08T03:25:00.342Z | PASS [ 28.694s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename |
4644 | 2024-05-08T03:25:11.153Z | PASS [ 26.360s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_after_delete |
4645 | 2024-05-08T03:25:13.816Z | PASS [ 23.034s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary |
4646 | 2024-05-08T03:25:13.988Z | PASS [ 27.498s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent |
4647 | 2024-05-08T03:25:18.089Z | PASS [ 23.339s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate |
4648 | 2024-05-08T03:25:26.142Z | PASS [ 25.766s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools |
4649 | 2024-05-08T03:25:26.994Z | PASS [ 27.723s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace |
4650 | 2024-05-08T03:25:42.531Z | PASS [ 31.391s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion |
4651 | 2024-05-08T03:25:47.565Z | PASS [ 21.452s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access |
4652 | 2024-05-08T03:25:49.244Z | PASS [ 35.429s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other |
4653 | 2024-05-08T03:25:53.642Z | SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4654 | 2024-05-08T03:25:54.566Z | SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4655 | 2024-05-08T03:25:58.010Z | PASS [ 44.020s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum |
4656 | 2024-05-08T03:25:58.491Z | PASS [ 31.487s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects |
4657 | 2024-05-08T03:26:01.481Z | PASS [ 43.389s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach |
4658 | 2024-05-08T03:26:04.836Z | PASS [ 22.302s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create |
4659 | 2024-05-08T03:26:10.860Z | PASS [ 21.611s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool |
4660 | 2024-05-08T03:26:22.890Z | PASS [ 30.223s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment |
4661 | 2024-05-08T03:26:22.969Z | PASS [ 0.519s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress |
4662 | 2024-05-08T03:26:22.969Z | PASS [ 19.913s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use |
4663 | 2024-05-08T03:26:22.969Z | PASS [ 0.509s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance |
4664 | 2024-05-08T03:26:22.969Z | PASS [ 20.860s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use |
4665 | 2024-05-08T03:26:22.969Z | PASS [ 0.492s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure |
4666 | 2024-05-08T03:26:22.969Z | PASS [ 0.469s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled |
4667 | 2024-05-08T03:26:23.505Z | PASS [ 22.031s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin |
4668 | 2024-05-08T03:26:24.968Z | PASS [ 20.130s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete |
4669 | 2024-05-08T03:26:32.203Z | PASS [ 21.347s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update |
4670 | 2024-05-08T03:26:44.219Z | PASS [ 25.354s] omicron-nexus::test_all integration_tests::images::test_image_create |
4671 | 2024-05-08T03:26:45.101Z | PASS [ 26.214s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions |
4672 | 2024-05-08T03:26:48.717Z | PASS [ 29.438s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails |
4673 | 2024-05-08T03:26:50.151Z | PASS [ 26.645s] omicron-nexus::test_all integration_tests::images::test_image_promotion |
4674 | 2024-05-08T03:26:50.621Z | PASS [ 25.239s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image |
4675 | 2024-05-08T03:26:54.041Z | SLOW [>600.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4676 | 2024-05-08T03:26:54.589Z | SLOW [>600.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4677 | 2024-05-08T03:26:56.606Z | PASS [ 24.402s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small |
4678 | 2024-05-08T03:26:57.981Z | PASS [ 9.263s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach |
4679 | 2024-05-08T03:26:59.871Z | PASS [ 9.713s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite |
4680 | 2024-05-08T03:27:00.212Z | PASS [ 9.998s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema |
4681 | 2024-05-08T03:27:07.056Z | PASS [ 10.451s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated |
4682 | 2024-05-08T03:27:09.404Z | PASS [ 24.296s] omicron-nexus::test_all integration_tests::images::test_silo_image_create |
4683 | 2024-05-08T03:27:10.650Z | PASS [ 26.431s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails |
4684 | 2024-05-08T03:27:12.989Z | PASS [ 619.361s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4685 | 2024-05-08T03:27:16.936Z | PASS [ 622.391s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4686 | 2024-05-08T03:27:22.908Z | PASS [ 24.929s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema |
4687 | 2024-05-08T03:27:30.848Z | PASS [ 20.199s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname |
4688 | 2024-05-08T03:27:33.560Z | PASS [ 20.569s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname |
4689 | 2024-05-08T03:27:34.754Z | PASS [ 34.555s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance |
4690 | 2024-05-08T03:27:42.346Z | PASS [ 19.438s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit |
4691 | 2024-05-08T03:27:42.535Z | PASS [ 33.140s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance |
4692 | 2024-05-08T03:27:46.268Z | PASS [ 46.401s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance |
4693 | 2024-05-08T03:27:51.086Z | PASS [ 44.032s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks |
4694 | 2024-05-08T03:27:56.299Z | PASS [ 39.371s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity |
4695 | 2024-05-08T03:28:02.090Z | PASS [ 27.337s] omicron-nexus::test_all integration_tests::instances::test_instance_access |
4696 | 2024-05-08T03:28:02.451Z | PASS [ 20.106s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip |
4697 | 2024-05-08T03:28:11.024Z | PASS [ 40.178s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity |
4698 | 2024-05-08T03:28:14.127Z | PASS [ 31.592s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips |
4699 | 2024-05-08T03:28:27.001Z | PASS [ 35.912s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo |
4700 | 2024-05-08T03:28:28.242Z | PASS [ 31.946s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface |
4701 | 2024-05-08T03:28:29.067Z | PASS [ 42.754s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks |
4702 | 2024-05-08T03:28:31.543Z | PASS [ 29.454s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo |
4703 | 2024-05-08T03:28:33.562Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed |
4704 | 2024-05-08T03:28:34.612Z | PASS [ 32.149s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record |
4705 | 2024-05-08T03:28:37.944Z | PASS [ 64.387s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed |
4706 | 2024-05-08T03:28:46.596Z | PASS [ 35.571s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys |
4707 | 2024-05-08T03:28:53.723Z | PASS [ 25.483s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error |
4708 | 2024-05-08T03:28:54.902Z | PASS [ 27.901s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool |
4709 | 2024-05-08T03:28:59.997Z | PASS [ 45.868s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool |
4710 | 2024-05-08T03:29:02.451Z | PASS [ 33.437s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_error |
4711 | 2024-05-08T03:29:06.104Z | PASS [ 31.505s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration |
4712 | 2024-05-08T03:29:07.431Z | PASS [ 29.485s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate |
4713 | 2024-05-08T03:29:08.837Z | PASS [ 37.294s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics |
4714 | 2024-05-08T03:29:19.744Z | PASS [ 32.731s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p |
4715 | 2024-05-08T03:29:22.823Z | PASS [ 20.372s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails |
4716 | 2024-05-08T03:29:26.487Z | PASS [ 31.589s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state |
4717 | 2024-05-08T03:29:27.418Z | PASS [ 19.993s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely |
4718 | 2024-05-08T03:29:33.202Z | PASS [ 39.475s] omicron-nexus::test_all integration_tests::instances::test_instance_serial |
4719 | 2024-05-08T03:29:34.848Z | PASS [ 26.009s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces |
4720 | 2024-05-08T03:29:35.293Z | PASS [ 35.279s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces |
4721 | 2024-05-08T03:29:35.430Z | PASS [ 29.325s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings |
4722 | 2024-05-08T03:29:41.130Z | PASS [ 18.306s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found |
4723 | 2024-05-08T03:29:44.428Z | PASS [ 25.097s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address |
4724 | 2024-05-08T03:29:53.333Z | PASS [ 18.487s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request |
4725 | 2024-05-08T03:29:53.642Z | PASS [ 26.223s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start |
4726 | 2024-05-08T03:29:55.634Z | PASS [ 20.205s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size |
4727 | 2024-05-08T03:29:55.811Z | PASS [ 20.536s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size |
4728 | 2024-05-08T03:30:00.470Z | PASS [ 19.341s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size |
4729 | 2024-05-08T03:30:03.757Z | PASS [ 30.558s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped |
4730 | 2024-05-08T03:30:04.189Z | PASS [ 19.764s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud |
4731 | 2024-05-08T03:30:04.490Z | PASS [ 37.996s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt |
4732 | 2024-05-08T03:30:13.696Z | PASS [ 20.051s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo |
4733 | 2024-05-08T03:30:15.189Z | PASS [ 19.373s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails |
4734 | 2024-05-08T03:30:15.435Z | PASS [ 19.800s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination |
4735 | 2024-05-08T03:30:16.605Z | PASS [ 23.274s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe |
4736 | 2024-05-08T03:30:18.696Z | PASS [ 18.225s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination |
4737 | 2024-05-08T03:30:22.047Z | PASS [ 18.288s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6 |
4738 | 2024-05-08T03:30:22.920Z | PASS [ 18.438s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud |
4739 | 2024-05-08T03:30:23.189Z | PASS [ 19.000s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service |
4740 | 2024-05-08T03:30:35.966Z | PASS [ 20.783s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable |
4741 | 2024-05-08T03:30:36.352Z | PASS [ 22.660s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link |
4742 | 2024-05-08T03:30:36.483Z | PASS [ 19.875s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total |
4743 | 2024-05-08T03:30:36.699Z | PASS [ 21.265s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default |
4744 | 2024-05-08T03:30:40.986Z | PASS [ 18.066s] omicron-nexus::test_all integration_tests::metrics::test_timeseries_schema_list |
4745 | 2024-05-08T03:30:41.934Z | PASS [ 18.747s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records |
4746 | 2024-05-08T03:30:47.160Z | PASS [ 28.466s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails |
4747 | 2024-05-08T03:31:02.082Z | PASS [ 25.385s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64 |
4748 | 2024-05-08T03:31:05.161Z | PASS [ 24.176s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple |
4749 | 2024-05-08T03:31:05.410Z | PASS [ 23.479s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk |
4750 | 2024-05-08T03:31:08.143Z | PASS [ 31.789s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write |
4751 | 2024-05-08T03:31:17.793Z | PASS [ 55.747s] omicron-nexus::test_all integration_tests::metrics::test_metrics |
4752 | 2024-05-08T03:31:19.614Z | PASS [ 43.135s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk |
4753 | 2024-05-08T03:31:24.068Z | PASS [ 48.103s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration |
4754 | 2024-05-08T03:31:26.985Z | PASS [ 39.825s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk |
4755 | 2024-05-08T03:31:28.885Z | PASS [ 23.724s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset |
4756 | 2024-05-08T03:31:43.866Z | PASS [ 35.725s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes |
4757 | 2024-05-08T03:31:44.421Z | PASS [ 42.341s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk |
4758 | 2024-05-08T03:31:48.573Z | PASS [ 24.506s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing |
4759 | 2024-05-08T03:31:48.629Z | PASS [ 43.221s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk |
4760 | 2024-05-08T03:31:48.863Z | PASS [ 31.071s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk |
4761 | 2024-05-08T03:31:52.145Z | PASS [ 32.532s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk |
4762 | 2024-05-08T03:32:05.857Z | PASS [ 21.434s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud |
4763 | 2024-05-08T03:32:07.547Z | PASS [ 18.976s] omicron-nexus::test_all integration_tests::projects::test_project_deletion |
4764 | 2024-05-08T03:32:10.195Z | PASS [ 43.206s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write |
4765 | 2024-05-08T03:32:11.838Z | PASS [ 19.691s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image |
4766 | 2024-05-08T03:32:12.641Z | PASS [ 23.774s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip |
4767 | 2024-05-08T03:32:13.716Z | PASS [ 25.085s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk |
4768 | 2024-05-08T03:32:14.391Z | PASS [ 45.508s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot |
4769 | 2024-05-08T03:32:30.335Z | PASS [ 24.466s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance |
4770 | 2024-05-08T03:32:31.481Z | PASS [ 17.766s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack |
4771 | 2024-05-08T03:32:31.550Z | PASS [ 21.357s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc |
4772 | 2024-05-08T03:32:32.373Z | PASS [ 20.536s] omicron-nexus::test_all integration_tests::projects::test_projects |
4773 | 2024-05-08T03:32:32.408Z | PASS [ 18.013s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack |
4774 | 2024-05-08T03:32:36.726Z | PASS [ 29.178s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot |
4775 | 2024-05-08T03:32:41.656Z | PASS [ 57.794s] omicron-nexus::test_all integration_tests::password_login::test_local_users |
4776 | 2024-05-08T03:32:50.601Z | PASS [ 19.055s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet |
4777 | 2024-05-08T03:32:50.840Z | PASS [ 19.357s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized |
4778 | 2024-05-08T03:32:50.989Z | PASS [ 20.667s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization |
4779 | 2024-05-08T03:32:51.420Z | PASS [ 0.429s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure |
4780 | 2024-05-08T03:32:51.542Z | PASS [ 19.137s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo |
4781 | 2024-05-08T03:32:52.198Z | PASS [ 19.825s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project |
4782 | 2024-05-08T03:32:53.213Z | PASS [ 16.490s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit |
4783 | 2024-05-08T03:32:53.357Z | PASS [ 0.145s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed |
4784 | 2024-05-08T03:32:53.480Z | PASS [ 0.120s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response |
4785 | 2024-05-08T03:32:53.613Z | PASS [ 0.134s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256 |
4786 | 2024-05-08T03:32:53.744Z | PASS [ 0.132s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes |
4787 | 2024-05-08T03:32:53.862Z | PASS [ 0.116s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name |
4788 | 2024-05-08T03:32:54.069Z | PASS [ 3.469s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress |
4789 | 2024-05-08T03:32:54.332Z | PASS [ 3.492s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance |
4790 | 2024-05-08T03:32:54.865Z | PASS [ 3.448s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled |
4791 | 2024-05-08T03:32:54.944Z | PASS [ 3.403s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch |
4792 | 2024-05-08T03:32:57.860Z | PASS [ 45.222s] omicron-nexus::test_all integration_tests::quotas::test_quotas |
4793 | 2024-05-08T03:32:58.155Z | PASS [ 16.502s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin |
4794 | 2024-05-08T03:32:58.283Z | PASS [ 0.125s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment |
4795 | 2024-05-08T03:33:14.153Z | PASS [ 20.291s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp |
4796 | 2024-05-08T03:33:14.205Z | PASS [ 19.875s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding |
4797 | 2024-05-08T03:33:14.283Z | PASS [ 22.085s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes |
4798 | 2024-05-08T03:33:14.340Z | PASS [ 0.134s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key |
4799 | 2024-05-08T03:33:14.431Z | PASS [ 0.146s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response |
4800 | 2024-05-08T03:33:14.601Z | PASS [ 19.734s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated |
4801 | 2024-05-08T03:33:14.651Z | PASS [ 19.707s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys |
4802 | 2024-05-08T03:33:14.677Z | PASS [ 20.605s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp |
4803 | 2024-05-08T03:33:15.671Z | PASS [ 17.824s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys |
4804 | 2024-05-08T03:33:17.640Z | PASS [ 19.367s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response |
4805 | 2024-05-08T03:33:29.315Z | PASS [ 14.887s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid |
4806 | 2024-05-08T03:33:29.340Z | PASS [ 14.985s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404 |
4807 | 2024-05-08T03:33:29.340Z | PASS [ 14.738s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair |
4808 | 2024-05-08T03:33:29.601Z | PASS [ 14.959s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok |
4809 | 2024-05-08T03:33:29.749Z | PASS [ 15.597s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state |
4810 | 2024-05-08T03:33:41.072Z | PASS [ 11.323s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause |
4811 | 2024-05-08T03:33:41.726Z | PASS [ 12.413s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns |
4812 | 2024-05-08T03:33:52.426Z | PASS [ 11.353s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment |
4813 | 2024-05-08T03:33:53.091Z | PASS [ 11.365s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint |
4814 | 2024-05-08T03:34:02.525Z | PASS [ 10.100s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order |
4815 | 2024-05-08T03:34:04.792Z | PASS [ 11.701s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause |
4816 | 2024-05-08T03:34:11.583Z | PASS [ 6.789s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus |
4817 | 2024-05-08T03:34:42.902Z | PASS [ 31.319s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot |
4818 | 2024-05-08T03:34:47.044Z | PASS [ 44.520s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up |
4819 | 2024-05-08T03:35:01.497Z | PASS [ 18.599s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version |
4820 | 2024-05-08T03:35:12.785Z | PASS [ 25.716s] omicron-nexus::test_all integration_tests::schema::validate_data_migration |
4821 | 2024-05-08T03:35:26.765Z | PASS [ 13.984s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id |
4822 | 2024-05-08T03:35:26.836Z | PASS [ 14.077s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id |
4823 | 2024-05-08T03:35:27.410Z | PASS [ 14.638s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users |
4824 | 2024-05-08T03:35:27.707Z | PASS [ 14.921s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp |
4825 | 2024-05-08T03:35:32.384Z | PASS [ 30.861s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up |
4826 | 2024-05-08T03:35:44.705Z | PASS [ 17.940s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group |
4827 | 2024-05-08T03:35:45.657Z | PASS [ 18.249s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers |
4828 | 2024-05-08T03:35:45.685Z | PASS [ 18.835s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints |
4829 | 2024-05-08T03:35:45.800Z | PASS [ 18.094s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints |
4830 | 2024-05-08T03:35:50.278Z | PASS [ 17.905s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid |
4831 | 2024-05-08T03:35:50.414Z | PASS [ 18.037s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated |
4832 | 2024-05-08T03:35:51.390Z | PASS [ 18.943s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid |
4833 | 2024-05-08T03:35:52.716Z | PASS [ 20.358s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users |
4834 | 2024-05-08T03:36:05.162Z | PASS [ 20.460s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs |
4835 | 2024-05-08T03:36:06.245Z | PASS [ 20.442s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups |
4836 | 2024-05-08T03:36:06.340Z | PASS [ 20.684s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group |
4837 | 2024-05-08T03:36:09.263Z | PASS [ 18.851s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed |
4838 | 2024-05-08T03:36:10.140Z | PASS [ 18.814s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit |
4839 | 2024-05-08T03:36:10.965Z | PASS [ 18.220s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups |
4840 | 2024-05-08T03:36:11.180Z | PASS [ 20.909s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links |
4841 | 2024-05-08T03:36:11.547Z | PASS [ 25.875s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy |
4842 | 2024-05-08T03:36:26.109Z | PASS [ 20.940s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group |
4843 | 2024-05-08T03:36:26.228Z | PASS [ 19.984s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id |
4844 | 2024-05-08T03:36:29.927Z | PASS [ 18.747s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete |
4845 | 2024-05-08T03:36:30.277Z | PASS [ 23.914s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types |
4846 | 2024-05-08T03:36:30.430Z | PASS [ 20.288s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list |
4847 | 2024-05-08T03:36:34.878Z | PASS [ 25.617s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views |
4848 | 2024-05-08T03:36:35.006Z | PASS [ 24.065s] omicron-nexus::test_all integration_tests::silos::test_silos |
4849 | 2024-05-08T03:36:37.922Z | PASS [ 26.375s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list |
4850 | 2024-05-08T03:36:46.381Z | PASS [ 20.268s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list |
4851 | 2024-05-08T03:36:50.734Z | PASS [ 20.809s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent |
4852 | 2024-05-08T03:36:51.934Z | PASS [ 17.053s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent |
4853 | 2024-05-08T03:36:52.423Z | PASS [ 26.196s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space |
4854 | 2024-05-08T03:36:54.368Z | PASS [ 19.366s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot |
4855 | 2024-05-08T03:36:58.378Z | PASS [ 20.457s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot |
4856 | 2024-05-08T03:37:02.307Z | PASS [ 32.053s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot |
4857 | 2024-05-08T03:37:02.717Z | PASS [ 32.289s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent |
4858 | 2024-05-08T03:37:02.929Z | PASS [ 4.548s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress |
4859 | 2024-05-08T03:37:04.103Z | PASS [ 1.384s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure |
4860 | 2024-05-08T03:37:05.203Z | PASS [ 18.830s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot |
4861 | 2024-05-08T03:37:06.772Z | PASS [ 4.466s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance |
4862 | 2024-05-08T03:37:07.374Z | PASS [ 4.446s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled |
4863 | 2024-05-08T03:37:08.509Z | PASS [ 4.407s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch |
4864 | 2024-05-08T03:37:11.187Z | PASS [ 2.677s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage |
4865 | 2024-05-08T03:37:19.686Z | PASS [ 25.320s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance |
4866 | 2024-05-08T03:37:19.912Z | PASS [ 27.976s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance |
4867 | 2024-05-08T03:37:20.584Z | PASS [ 28.161s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind |
4868 | 2024-05-08T03:37:20.685Z | PASS [ 29.945s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic |
4869 | 2024-05-08T03:37:23.286Z | PASS [ 18.087s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys |
4870 | 2024-05-08T03:37:29.173Z | PASS [ 17.988s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails |
4871 | 2024-05-08T03:37:37.752Z | PASS [ 17.845s] omicron-nexus::test_all integration_tests::updates::test_update_uninitialized |
4872 | 2024-05-08T03:37:39.865Z | PASS [ 19.282s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin |
4873 | 2024-05-08T03:37:41.111Z | PASS [ 34.335s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation |
4874 | 2024-05-08T03:37:41.331Z | PASS [ 21.644s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end |
4875 | 2024-05-08T03:37:52.437Z | PASS [ 29.152s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot |
4876 | 2024-05-08T03:37:53.896Z | PASS [ 33.217s] omicron-nexus::test_all integration_tests::utilization::test_utilization |
4877 | 2024-05-08T03:37:59.464Z | PASS [ 30.290s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete |
4878 | 2024-05-08T03:38:07.373Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized |
4879 | 2024-05-08T03:38:07.947Z | PASS [ 30.193s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1 |
4880 | 2024-05-08T03:38:09.989Z | PASS [ 30.123s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2 |
4881 | 2024-05-08T03:38:10.084Z | PASS [ 28.977s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3 |
4882 | 2024-05-08T03:38:11.304Z | PASS [ 29.973s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4 |
4883 | 2024-05-08T03:38:22.672Z | FAIL [ 75.273s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized |
4884 | 2024-05-08T03:38:22.672Z | |
4885 | 2024-05-08T03:38:22.672Z | --- STDOUT: omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized --- |
4886 | 2024-05-08T03:38:22.672Z | |
4887 | 2024-05-08T03:38:22.672Z | running 1 test |
4888 | 2024-05-08T03:38:22.672Z | |
4889 | 2024-05-08T03:38:22.672Z | SUMMARY OF REQUESTS MADE |
4890 | 2024-05-08T03:38:22.672Z | |
4891 | 2024-05-08T03:38:22.672Z | KEY, USING HEADER AND EXAMPLE ROW: |
4892 | 2024-05-08T03:38:22.672Z | |
4893 | 2024-05-08T03:38:22.672Z | +----------------------------> privileged GET (expects 200 or 500) |
4894 | 2024-05-08T03:38:22.672Z | | (digit = last digit of status code) |
4895 | 2024-05-08T03:38:22.672Z | | |
4896 | 2024-05-08T03:38:22.672Z | | +-> privileged GET (expects same as above) |
4897 | 2024-05-08T03:38:22.672Z | | | (digit = last digit of status code) |
4898 | 2024-05-08T03:38:22.673Z | | | ('-' => skipped (N/A)) |
4899 | 2024-05-08T03:38:22.673Z | ^ ^ |
4900 | 2024-05-08T03:38:22.673Z | HEADER: G GET PUT POST DEL TRCE G URL |
4901 | 2024-05-08T03:38:22.673Z | EXAMPLE: 0 3111 5555 3111 5555 5555 0 /organizations |
4902 | 2024-05-08T03:38:22.673Z | ROW ^^^^ |
4903 | 2024-05-08T03:38:22.673Z | |||| TEST CASES FOR EACH HTTP METHOD: |
4904 | 2024-05-08T03:38:22.673Z | +|||----------------------< authenticated, unauthorized request |
4905 | 2024-05-08T03:38:22.673Z | +||----------------------< unauthenticated request |
4906 | 2024-05-08T03:38:22.673Z | +|----------------------< bad authentication: no such user |
4907 | 2024-05-08T03:38:22.673Z | +----------------------< bad authentication: invalid syntax |
4908 | 2024-05-08T03:38:22.673Z | |
4909 | 2024-05-08T03:38:22.673Z | \__/ \__/ \__/ \__/ \__/ |
4910 | 2024-05-08T03:38:22.673Z | GET PUT etc. The test cases are repeated for each HTTP method. |
4911 | 2024-05-08T03:38:22.673Z | |
4912 | 2024-05-08T03:38:22.673Z | The number in each cell is the last digit of the 400-level response |
4913 | 2024-05-08T03:38:22.673Z | that was expected for this test case. |
4914 | 2024-05-08T03:38:22.673Z | |
4915 | 2024-05-08T03:38:22.673Z | In this case, an unauthenticated request to "GET /organizations" returned |
4916 | 2024-05-08T03:38:22.673Z | 401. All requests to "PUT /organizations" returned 405. |
4917 | 2024-05-08T03:38:22.673Z | |
4918 | 2024-05-08T03:38:22.673Z | G GET PUT POST DEL TRCE G URL |
4919 | 2024-05-08T03:38:22.673Z | 0 3111 3111 5555 5555 5555 0 /v1/system/policy |
4920 | 2024-05-08T03:38:22.673Z | 0 3111 5555 3111 5555 5555 0 /v1/system/ip-pools |
4921 | 2024-05-08T03:38:22.673Z | 0 -111 5555 5555 5555 5555 0 /v1/ip-pools |
4922 | 2024-05-08T03:38:22.674Z | 0 4111 4111 5555 4111 5555 0 /v1/system/ip-pools/default |
4923 | 2024-05-08T03:38:22.674Z | 0 -111 5555 5555 5555 5555 0 /v1/ip-pools/default?project=demo-project |
4924 | 2024-05-08T03:38:22.674Z | 0 4111 5555 4111 5555 5555 0 /v1/system/ip-pools/default/silos |
4925 | 2024-05-08T03:38:22.674Z | - 5555 4111 5555 4111 5555 - /v1/system/ip-pools/default/silos/demo-silo |
4926 | 2024-05-08T03:38:22.674Z | 0 4111 5555 5555 5555 5555 0 /v1/system/ip-pools/default/ranges |
4927 | 2024-05-08T03:38:22.674Z | - 5555 5555 4111 5555 5555 - /v1/system/ip-pools/default/ranges/add |
4928 | 2024-05-08T03:38:22.674Z | - 5555 5555 4111 5555 5555 - /v1/system/ip-pools/default/ranges/remove |
4929 | 2024-05-08T03:38:22.674Z | 0 4111 5555 5555 5555 5555 0 /v1/system/ip-pools/default/utilization |
4930 | 2024-05-08T03:38:22.674Z | 0 4111 5555 5555 5555 5555 0 /v1/system/ip-pools-service |
4931 | 2024-05-08T03:38:22.674Z | 0 4111 5555 5555 5555 5555 0 /v1/system/ip-pools-service/ranges |
4932 | 2024-05-08T03:38:22.674Z | - 5555 5555 4111 5555 5555 - /v1/system/ip-pools-service/ranges/add |
4933 | 2024-05-08T03:38:22.674Z | - 5555 5555 4111 5555 5555 - /v1/system/ip-pools-service/ranges/remove |
4934 | 2024-05-08T03:38:22.674Z | 0 3111 5555 3111 5555 5555 0 /v1/system/silos |
4935 | 2024-05-08T03:38:22.674Z | 0 4111 5555 5555 4111 5555 0 /v1/system/silos/demo-silo |
4936 | 2024-05-08T03:38:22.674Z | 0 4111 5555 5555 5555 5555 0 /v1/system/silos/demo-silo/ip-pools |
4937 | 2024-05-08T03:38:22.674Z | 0 4111 4111 5555 5555 5555 0 /v1/system/silos/demo-silo/policy |
4938 | 2024-05-08T03:38:22.674Z | 0 4111 4111 5555 5555 5555 0 /v1/system/silos/demo-silo/quotas |
4939 | 2024-05-08T03:38:22.674Z | 0 3111 5555 5555 5555 5555 0 /v1/system/silo-quotas |
4940 | 2024-05-08T03:38:22.674Z | 0 3111 5555 5555 5555 5555 0 /v1/system/utilization/silos |
4941 | 2024-05-08T03:38:22.674Z | 0 4111 5555 5555 5555 5555 0 /v1/system/utilization/silos/demo-silo |
4942 | 2024-05-08T03:38:22.674Z | 0 -111 5555 5555 5555 5555 0 /v1/utilization |
4943 | 2024-05-08T03:38:22.674Z | 0 -111 3111 5555 5555 5555 0 /v1/policy |
4944 | 2024-05-08T03:38:22.674Z | 0 -111 5555 5555 5555 5555 0 /v1/users |
4945 | 2024-05-08T03:38:22.675Z | 0 -111 5555 5555 5555 5555 0 /v1/groups |
4946 | 2024-05-08T03:38:22.675Z | - -111 5555 5555 5555 5555 - /v1/groups/8d90b9a5-1cea-4a2b-9af4-71467dd33a04 |
4947 | 2024-05-08T03:38:22.675Z | 0 -111 5555 5555 5555 5555 0 /v1/system/users?silo=default-silo |
4948 | 2024-05-08T03:38:22.675Z | - -555 5555 3111 5555 5555 - /v1/system/identity-providers/local/users?silo=default-silo |
4949 | 2024-05-08T03:38:22.675Z | 0 -111 5555 5555 5555 5555 0 /v1/system/users/{id}?silo=default-silo |
4950 | 2024-05-08T03:38:22.675Z | - -555 5555 5555 3111 5555 - /v1/system/identity-providers/local/users/{id}?silo=default-silo |
4951 | 2024-05-08T03:38:22.675Z | - -555 5555 3111 5555 5555 - /v1/system/identity-providers/local/users/{id}/set-password?silo=default-silo |
4952 | 2024-05-08T03:38:22.675Z | 0 3111 5555 3111 5555 5555 0 /v1/projects |
4953 | 2024-05-08T03:38:22.675Z | 0 4111 4111 5555 4111 5555 0 /v1/projects/demo-project |
4954 | 2024-05-08T03:38:22.675Z | 0 4111 4111 5555 5555 5555 0 /v1/projects/demo-project/policy |
4955 | 2024-05-08T03:38:22.675Z | 0 4111 5555 4111 5555 5555 0 /v1/vpcs?project=demo-project |
4956 | 2024-05-08T03:38:22.675Z | 0 4111 4111 5555 4111 5555 0 /v1/vpcs/demo-vpc?project=demo-project |
4957 | 2024-05-08T03:38:22.675Z | 0 4111 4111 5555 5555 5555 0 /v1/vpc-firewall-rules?project=demo-project&vpc=demo-vpc |
4958 | 2024-05-08T03:38:22.675Z | 0 4111 5555 4111 5555 5555 0 /v1/vpc-subnets?project=demo-project&vpc=demo-vpc |
4959 | 2024-05-08T03:38:22.675Z | 0 4111 4111 5555 4111 5555 0 /v1/vpc-subnets/demo-vpc-subnet?project=demo-project&vpc=demo-vpc |
4960 | 2024-05-08T03:38:22.675Z | 0 4111 5555 5555 5555 5555 0 /v1/vpc-subnets/demo-vpc-subnet/network-interfaces?project=demo-project&vpc=demo-vpc |
4961 | 2024-05-08T03:38:22.675Z | 0 4111 5555 4111 5555 5555 0 /v1/vpc-routers?project=demo-project&vpc=demo-vpc |
4962 | 2024-05-08T03:38:22.675Z | 0 4111 4111 5555 4111 5555 0 /v1/vpc-routers/demo-vpc-router?project=demo-project&vpc=demo-vpc |
4963 | 2024-05-08T03:38:22.675Z | 0 4111 5555 4111 5555 5555 0 /v1/vpc-router-routes?project=demo-project&vpc=demo-vpc&router=demo-vpc-router |
4964 | 2024-05-08T03:38:22.675Z | 0 4111 4111 5555 4111 5555 0 /v1/vpc-router-routes/demo-router-route?project=demo-project&vpc=demo-vpc&router=demo-vpc-router |
4965 | 2024-05-08T03:38:22.675Z | 0 4111 5555 4111 5555 5555 0 /v1/disks?project=demo-project |
4966 | 2024-05-08T03:38:22.675Z | 0 4111 5555 5555 4111 5555 0 /v1/disks/demo-disk?project=demo-project |
4967 | 2024-05-08T03:38:22.675Z | 0 4111 5555 5555 5555 5555 0 /v1/disks/demo-disk/metrics/activated?start_time=2024-05-08T03:37:40.083831468Z&end_time=2024-05-08T03:37:40.083832800Z&project=demo-project |
4968 | 2024-05-08T03:38:22.676Z | 0 4111 5555 5555 5555 5555 0 /v1/instances/demo-instance/disks?project=demo-project |
4969 | 2024-05-08T03:38:22.676Z | - 5555 5555 4111 5555 5555 - /v1/instances/demo-instance/disks/attach?project=demo-project |
4970 | 2024-05-08T03:38:22.676Z | - 5555 5555 4111 5555 5555 - /v1/instances/demo-instance/disks/detach?project=demo-project |
4971 | 2024-05-08T03:38:22.676Z | - 5555 5555 4111 5555 5555 - /v1/disks/demo-import-disk/bulk-write-start?project=demo-project |
4972 | 2024-05-08T03:38:22.676Z | - 5555 5555 4111 5555 5555 - /v1/disks/demo-import-disk/bulk-write?project=demo-project |
4973 | 2024-05-08T03:38:22.676Z | - 5555 5555 4111 5555 5555 - /v1/disks/demo-import-disk/bulk-write-stop?project=demo-project |
4974 | 2024-05-08T03:38:22.676Z | - 5555 5555 4111 5555 5555 - /v1/disks/demo-import-disk/finalize?project=demo-project |
4975 | 2024-05-08T03:38:22.676Z | 0 4111 5555 4111 5555 5555 0 /v1/images?project=demo-project |
4976 | 2024-05-08T03:38:22.676Z | 0 4111 5555 5555 4111 5555 0 /v1/images/demo-image?project=demo-project |
4977 | 2024-05-08T03:38:22.676Z | - 5555 5555 4111 5555 5555 - /v1/images/demo-image/promote?project=demo-project |
4978 | 2024-05-08T03:38:22.676Z | - 5555 5555 4111 5555 5555 - /v1/images/demo-image/demote?project=demo-project |
4979 | 2024-05-08T03:38:22.676Z | 0 4111 5555 4111 5555 5555 0 /v1/snapshots?project=demo-project |
4980 | 2024-05-08T03:38:22.676Z | 0 4111 5555 5555 4111 5555 0 /v1/snapshots/demo-snapshot?project=demo-project |
4981 | 2024-05-08T03:38:22.676Z | 0 4111 5555 4111 5555 5555 0 /v1/instances?project=demo-project |
4982 | 2024-05-08T03:38:22.676Z | 0 4111 5555 5555 4111 5555 0 /v1/instances/demo-instance?project=demo-project |
4983 | 2024-05-08T03:38:22.705Z | - 5555 5555 4111 5555 5555 - /v1/instances/demo-instance/start?project=demo-project |
4984 | 2024-05-08T03:38:22.705Z | - 5555 55test integration_tests::unauthorized::test_unauthorized has been running for over 60 seconds |
4985 | 2024-05-08T03:38:22.705Z | 55 4111 5555 5555 - /v1/instances/demo-instance/stop?project=demo-project |
4986 | 2024-05-08T03:38:22.705Z | - 5555 5555 4111 5555 5555 - /v1/instances/demo-instance/reboot?project=demo-project |
4987 | 2024-05-08T03:38:22.705Z | - 5555 5555 4111 5555 5555 - /v1/instances/demo-instance/migrate?project=demo-project |
4988 | 2024-05-08T03:38:22.705Z | - 4111 5555 5555 5555 5555 - /v1/instances/demo-instance/serial-console?project=demo-project |
4989 | 2024-05-08T03:38:22.705Z | 1 4111 5555 5555 5555 5555 - /v1/instances/demo-instance/serial-console/stream?project=demo-project |
4990 | 2024-05-08T03:38:22.705Z | 0 4111 5555 4111 5555 5555 0 /v1/network-interfaces?project=demo-project&instance=demo-instance |
4991 | 2024-05-08T03:38:22.705Z | 0 4111 4111 5555 4111 5555 0 /v1/network-interfaces/net0?project=demo-project&instance=demo-instance |
4992 | 2024-05-08T03:38:22.705Z | 0 4111 5555 5555 5555 5555 0 /v1/instances/demo-instance/external-ips?project=demo-project |
4993 | 2024-05-08T03:38:22.705Z | - 5555 5555 4111 4111 5555 - /v1/instances/demo-instance/external-ips/ephemeral?project=demo-project |
4994 | 2024-05-08T03:38:22.705Z | 0 4111 5555 5555 5555 5555 0 /v1/instances/demo-instance/ssh-public-keys?project=demo-project |
4995 | 2024-05-08T03:38:22.705Z | 0 3111 5555 5555 5555 5555 0 /v1/system/roles |
4996 | 2024-05-08T03:38:22.705Z | 0 4111 5555 5555 5555 5555 0 /v1/system/roles/fleet.admin |
4997 | 2024-05-08T03:38:22.705Z | 0 3111 5555 5555 5555 5555 0 /v1/system/users-builtin |
4998 | 2024-05-08T03:38:22.706Z | 0 4111 5555 5555 5555 5555 0 /v1/system/users-builtin/db-init |
4999 | 2024-05-08T03:38:22.706Z | 0 3111 5555 5555 5555 5555 0 /v1/system/hardware/racks |
5000 | 2024-05-08T03:38:22.706Z | 0 4111 5555 5555 5555 5555 0 /v1/system/hardware/racks/c19a698f-c6f9-4a17-ae30-20d711b8f7dc |
5001 | 2024-05-08T03:38:22.706Z | 0 3111 5555 5555 5555 5555 0 /v1/system/hardware/sleds-uninitialized |
5002 | 2024-05-08T03:38:22.706Z | 0 3111 5555 3111 5555 5555 0 /v1/system/hardware/sleds |
5003 | 2024-05-08T03:38:22.706Z | 0 4111 5555 5555 5555 5555 0 /v1/system/hardware/sleds/b6d65341-167c-41df-9b5c-41cded99c229/instances |
5004 | 2024-05-08T03:38:22.706Z | 0 4111 5555 5555 5555 5555 0 /v1/system/hardware/sleds/b6d65341-167c-41df-9b5c-41cded99c229 |
5005 | 2024-05-08T03:38:22.706Z | - 5555 4111 5555 5555 5555 - /v1/system/hardware/sleds/b6d65341-167c-41df-9b5c-41cded99c229/provision-policy |
5006 | 2024-05-08T03:38:22.706Z | 0 3111 5555 5555 5555 5555 0 /v1/system/hardware/switches |
5007 | 2024-05-08T03:38:22.706Z | - 4111 5555 5555 5555 5555 - /v1/system/hardware/switches/dae4e1f1-410e-4314-bff1-fec0504be07e |
5008 | 2024-05-08T03:38:22.706Z | 0 3111 5555 5555 5555 5555 0 /v1/system/hardware/disks |
5009 | 2024-05-08T03:38:22.706Z | 0 4111 5555 5555 5555 5555 0 /v1/system/hardware/disks/fbf4e1f1-410e-4314-bff1-fec0504be07e |
5010 | 2024-05-08T03:38:22.706Z | 0 3111 5555 5555 5555 5555 0 /v1/system/hardware/sleds/b6d65341-167c-41df-9b5c-41cded99c229/disks |
5011 | 2024-05-08T03:38:22.706Z | - 5555 3111 5555 5555 5555 - /v1/system/update/repository?file_name=demo-repo.zip |
5012 | 2024-05-08T03:38:22.706Z | 0 3111 5555 5555 5555 5555 - /v1/system/update/repository/1.0.0 |
5013 | 2024-05-08T03:38:22.706Z | 0 3111 5555 5555 5555 5555 0 /v1/system/metrics/virtual_disk_space_provisioned?start_time=2024-05-08T03:37:40.084015293Z&end_time=2024-05-08T03:37:40.084016155Z |
5014 | 2024-05-08T03:38:22.706Z | 0 -111 5555 5555 5555 5555 0 /v1/metrics/virtual_disk_space_provisioned?start_time=2024-05-08T03:37:40.084022487Z&end_time=2024-05-08T03:37:40.084022678Z |
5015 | 2024-05-08T03:38:22.706Z | 0 3111 5555 5555 5555 5555 test integration_tests::unauthorized::test_unauthorized ... FAILED |
5016 | 2024-05-08T03:38:22.706Z | |
5017 | 2024-05-08T03:38:22.706Z | failures: |
5018 | 2024-05-08T03:38:22.706Z | |
5019 | 2024-05-08T03:38:22.706Z | failures: |
5020 | 2024-05-08T03:38:22.706Z | integration_tests::unauthorized::test_unauthorized |
5021 | 2024-05-08T03:38:22.706Z | |
5022 | 2024-05-08T03:38:22.707Z | test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 340 filtered out; finished in 74.94s |
5023 | 2024-05-08T03:38:22.707Z | |
5024 | 2024-05-08T03:38:22.707Z | |
5025 | 2024-05-08T03:38:22.707Z | --- STDERR: omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized --- |
5026 | 2024-05-08T03:38:22.707Z | log file: /var/tmp/omicron_tmp/test_all-0f6b4c99b67cc07a-test_unauthorized.14637.0.log |
5027 | 2024-05-08T03:38:22.707Z | note: configured to log to "/var/tmp/omicron_tmp/test_all-0f6b4c99b67cc07a-test_unauthorized.14637.0.log" |
5028 | 2024-05-08T03:38:22.707Z | DB URL: postgresql://root@[::1]:38592/omicron?sslmode=disable |
5029 | 2024-05-08T03:38:22.707Z | DB address: [::1]:38592 |
5030 | 2024-05-08T03:38:22.707Z | log file: /var/tmp/omicron_tmp/test_all-0f6b4c99b67cc07a-test_unauthorized.14637.2.log |
5031 | 2024-05-08T03:38:22.707Z | note: configured to log to "/var/tmp/omicron_tmp/test_all-0f6b4c99b67cc07a-test_unauthorized.14637.2.log" |
5032 | 2024-05-08T03:38:22.707Z | log file: /var/tmp/omicron_tmp/test_all-0f6b4c99b67cc07a-test_unauthorized.14637.3.log |
5033 | 2024-05-08T03:38:22.707Z | note: configured to log to "/var/tmp/omicron_tmp/test_all-0f6b4c99b67cc07a-test_unauthorized.14637.3.log" |
5034 | 2024-05-08T03:38:22.707Z | thread 'integration_tests::unauthorized::test_unauthorized' panicked at nexus/tests/integration_tests/unauthorized.rs:630:9: |
5035 | 2024-05-08T03:38:22.707Z | assertion `left == right` failed: resource changed after making a bunch of failed requests |
5036 | 2024-05-08T03:38:22.707Z | left: Object {"items": Array [Object {"created": String("2024-05-08T03:37:30.786593543Z"), "datum_type": String("i64"), "field_schema": Array [Object {"field_type": String("uuid"), "name": String("id"), "source": String("target")}], "timeseries_name": String("collection_target:cpus_provisioned")}, Object {"created": String("2024-05-08T03:37:30.794393260Z"), "datum_type": String("i64"), "field_schema": Array [Object {"field_type": String("uuid"), "name": String("id"), "source": String("target")}], "timeseries_name": String("collection_target:ram_provisioned")}, Object {"created": String("2024-05-08T03:37:30.800182924Z"), "datum_type": String("i64"), "field_schema": Array [Object {"field_type": String("uuid"), "name": String("id"), "source": String("target")}], "timeseries_name": String("collection_target:virtual_disk_space_provisioned")}, Object {"created": String("2024-05-08T03:37:30.757076695Z"), "datum_type": String("histogram_f64"), "field_schema": Array [Object {"field_type": String("uuid"), "name": String("id"), "source": String("target")}, Object {"field_type": String("string"), "name": String("method"), "source": String("metric")}, Object {"field_type": String("string"), "name": String("name"), "source": String("target")}, Object {"field_type": String("string"), "name": String("route"), "source": String("metric")}, Object {"field_type": String("i64"), "name": String("status_code"), "source": String("metric")}], "timeseries_name": String("http_service:request_latency_histogram")}, Object {"created": String("2024-05-08T03:37:21.283216751Z"), "datum_type": String("i64"), "field_schema": Array [Object {"field_type": String("string"), "name": String("metric_name"), "source": String("metric")}, Object {"field_type": String("string"), "name": String("target_name"), "source": String("target")}], "timeseries_name": String("integration_target:integration_metric")}], "next_page": String("eyJ2IjoidjEiLCJwYWdlX3N0YXJ0IjoiaW50ZWdyYXRpb25fdGFyZ2V0OmludGVncmF0aW9uX21ldHJpYyJ9")} |
5037 | 2024-05-08T03:38:22.707Z | right: Object {"items": Array [Object {"created": String("2024-05-08T03:37:30.786593543Z"), "datum_type": String("i64"), "field_schema": Array [Object {"field_type": String("uuid"), "name": String("id"), "source": String("target")}], "timeseries_name": String("collection_target:cpus_provisioned")}, Object {"created": String("2024-05-08T03:37:30.794393260Z"), "datum_type": String("i64"), "field_schema": Array [Object {"field_type": String("uuid"), "name": String("id"), "source": String("target")}], "timeseries_name": String("collection_target:ram_provisioned")}, Object {"created": String("2024-05-08T03:37:30.800182924Z"), "datum_type": String("i64"), "field_schema": Array [Object {"field_type": String("uuid"), "name": String("id"), "source": String("target")}], "timeseries_name": String("collection_target:virtual_disk_space_provisioned")}, Object {"created": String("2024-05-08T03:37:30.757076695Z"), "datum_type": String("histogram_f64"), "field_schema": Array [Object {"field_type": String("uuid"), "name": String("id"), "source": String("target")}, Object {"field_type": String("string"), "name": String("method"), "source": String("metric")}, Object {"field_type": String("string"), "name": String("name"), "source": String("target")}, Object {"field_type": String("string"), "name": String("route"), "source": String("metric")}, Object {"field_type": String("i64"), "name": String("status_code"), "source": String("metric")}], "timeseries_name": String("http_service:request_latency_histogram")}, Object {"created": String("2024-05-08T03:37:21.283216751Z"), "datum_type": String("i64"), "field_schema": Array [Object {"field_type": String("string"), "name": String("metric_name"), "source": String("metric")}, Object {"field_type": String("string"), "name": String("target_name"), "source": String("target")}], "timeseries_name": String("integration_target:integration_metric")}, Object {"created": String("2024-05-08T03:38:20.359824136Z"), "datum_type": String("cumulative_u64"), "field_schema": Array [Object {"field_type": String("string"), "name": String("base_route"), "source": String("metric")}, Object {"field_type": String("uuid"), "name": String("collector_id"), "source": String("target")}, Object {"field_type": String("ip_addr"), "name": String("collector_ip"), "source": String("target")}, Object {"field_type": String("u16"), "name": String("collector_port"), "source": String("target")}, Object {"field_type": String("uuid"), "name": String("producer_id"), "source": String("metric")}, Object {"field_type": String("ip_addr"), "name": String("producer_ip"), "source": String("metric")}, Object {"field_type": String("u16"), "name": String("producer_port"), "source": String("metric")}], "timeseries_name": String("oximeter_collector:collections")}], "next_page": String("eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijoib3hpbWV0ZXJfY29sbGVjdG9yOmNvbGxlY3Rpb25zIn0=")} |
5038 | 2024-05-08T03:38:22.707Z | stack backtrace: |
5039 | 2024-05-08T03:38:22.707Z | 0: rust_begin_unwind |
5040 | 2024-05-08T03:38:22.707Z | at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/std/src/panicking.rs:647:5 |
5041 | 2024-05-08T03:38:22.707Z | 1: core::panicking::panic_fmt |
5042 | 2024-05-08T03:38:22.707Z | at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/core/src/panicking.rs:72:14 |
5043 | 2024-05-08T03:38:22.707Z | 2: core::panicking::assert_failed_inner |
5044 | 2024-05-08T03:38:22.708Z | at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/core/src/panicking.rs:337:23 |
5045 | 2024-05-08T03:38:22.708Z | 3: core::panicking::assert_failed |
5046 | 2024-05-08T03:38:22.708Z | at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/core/src/panicking.rs:297:5 |
5047 | 2024-05-08T03:38:22.708Z | 4: {async_fn#0} |
5048 | 2024-05-08T03:38:22.708Z | at ./tests/integration_tests/unauthorized.rs:630:9 |
5049 | 2024-05-08T03:38:22.708Z | 5: {async_fn#0} |
5050 | 2024-05-08T03:38:22.708Z | at ./tests/integration_tests/unauthorized.rs:110:65 |
5051 | 2024-05-08T03:38:22.708Z | 6: {async_block#0} |
5052 | 2024-05-08T03:38:22.708Z | at ./tests/integration_tests/unauthorized.rs:56:1 |
5053 | 2024-05-08T03:38:22.708Z | 7: poll<&mut dyn core::future::future::Future<Output=()>> |
5054 | 2024-05-08T03:38:22.708Z | at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/core/src/future/future.rs:124:9 |
5055 | 2024-05-08T03:38:22.708Z | 8: poll<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
5056 | 2024-05-08T03:38:22.708Z | at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/core/src/future/future.rs:124:9 |
5057 | 2024-05-08T03:38:22.708Z | 9: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
5058 | 2024-05-08T03:38:22.708Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:659:57 |
5059 | 2024-05-08T03:38:22.708Z | 10: with_budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>> |
5060 | 2024-05-08T03:38:22.708Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/coop.rs:107:5 |
5061 | 2024-05-08T03:38:22.708Z | 11: budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>> |
5062 | 2024-05-08T03:38:22.708Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/coop.rs:73:5 |
5063 | 2024-05-08T03:38:22.708Z | 12: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
5064 | 2024-05-08T03:38:22.708Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:659:25 |
5065 | 2024-05-08T03:38:22.708Z | 13: tokio::runtime::scheduler::current_thread::Context::enter |
5066 | 2024-05-08T03:38:22.708Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19 |
5067 | 2024-05-08T03:38:22.708Z | 14: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
5068 | 2024-05-08T03:38:22.709Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:658:36 |
5069 | 2024-05-08T03:38:22.709Z | 15: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}} |
5070 | 2024-05-08T03:38:22.709Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68 |
5071 | 2024-05-08T03:38:22.709Z | 16: tokio::runtime::context::scoped::Scoped<T>::set |
5072 | 2024-05-08T03:38:22.709Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9 |
5073 | 2024-05-08T03:38:22.709Z | 17: tokio::runtime::context::set_scheduler::{{closure}} |
5074 | 2024-05-08T03:38:22.709Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context.rs:176:26 |
5075 | 2024-05-08T03:38:22.709Z | 18: try_with<tokio::runtime::context::Context, tokio::runtime::context::set_scheduler::{closure_env#0}<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>), tokio::runtime::scheduler::current_thread::{impl#8}::enter::{closure_env#0}<tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>, core::option::Option<()>>>, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>)> |
5076 | 2024-05-08T03:38:22.709Z | at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/std/src/thread/local.rs:286:16 |
5077 | 2024-05-08T03:38:22.709Z | 19: std::thread::local::LocalKey<T>::with |
5078 | 2024-05-08T03:38:22.709Z | at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/std/src/thread/local.rs:262:9 |
5079 | 2024-05-08T03:38:22.709Z | 20: tokio::runtime::context::set_scheduler |
5080 | 2024-05-08T03:38:22.709Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context.rs:176:9 |
5081 | 2024-05-08T03:38:22.709Z | 21: tokio::runtime::scheduler::current_thread::CoreGuard::enter |
5082 | 2024-05-08T03:38:22.709Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27 |
5083 | 2024-05-08T03:38:22.736Z | 22: tokio::runtime::scheduler::current_thread::CoreGuard::block_on |
5084 | 2024-05-08T03:38:22.736Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:19 |
5085 | 2024-05-08T03:38:22.736Z | 23: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
5086 | 2024-05-08T03:38:22.736Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:28 |
5087 | 2024-05-08T03:38:22.736Z | 24: tokio::runtime::context::runtime::enter_runtime |
5088 | 2024-05-08T03:38:22.736Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16 |
5089 | 2024-05-08T03:38:22.736Z | 25: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
5090 | 2024-05-08T03:38:22.736Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9 |
5091 | 2024-05-08T03:38:22.736Z | 26: tokio::runtime::runtime::Runtime::block_on |
5092 | 2024-05-08T03:38:22.736Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/runtime.rs:349:47 |
5093 | 2024-05-08T03:38:22.736Z | 27: test_unauthorized |
5094 | 2024-05-08T03:38:22.736Z | at ./tests/integration_tests/unauthorized.rs:56:1 |
5095 | 2024-05-08T03:38:22.736Z | 28: test_all::integration_tests::unauthorized::test_unauthorized::{{closure}} |
5096 | 2024-05-08T03:38:22.736Z | at ./tests/integration_tests/unauthorized.rs:57:64 |
5097 | 2024-05-08T03:38:22.736Z | 29: core::ops::function::FnOnce::call_once |
5098 | 2024-05-08T03:38:22.736Z | at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/core/src/ops/function.rs:250:5 |
5099 | 2024-05-08T03:38:22.736Z | 30: core::ops::function::FnOnce::call_once |
5100 | 2024-05-08T03:38:22.736Z | at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/core/src/ops/function.rs:250:5 |
5101 | 2024-05-08T03:38:22.736Z | note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. |
5102 | 2024-05-08T03:38:22.736Z | WARN: dropped CockroachInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
5103 | 2024-05-08T03:38:22.736Z | WARN: temporary directory leaked: "/var/tmp/omicron_tmp/.tmpbJDWIr" |
5104 | 2024-05-08T03:38:22.736Z | If you would like to access the database for debugging, run the following: |
5105 | 2024-05-08T03:38:22.737Z | |
5106 | 2024-05-08T03:38:22.737Z | # Run the database |
5107 | 2024-05-08T03:38:22.737Z | cargo run --bin omicron-dev db-run --no-populate --store-dir "/var/tmp/omicron_tmp/.tmpbJDWIr/data" |
5108 | 2024-05-08T03:38:22.737Z | # Access the database. Note the port may change if you run multiple databases. |
5109 | 2024-05-08T03:38:22.737Z | cockroach sql --host=localhost:32221 --insecure |
5110 | 2024-05-08T03:38:22.737Z | WARN: dropped ClickHouseInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
5111 | 2024-05-08T03:38:22.737Z | failed to clean up ClickHouse data dir: |
5112 | 2024-05-08T03:38:22.737Z | - /var/tmp/omicron_tmp/test_all-0f6b4c99b67cc07a-test_unauthorized.14637.1-clickhouse-fdIw4j: File exists (os error 17) |
5113 | 2024-05-08T03:38:22.737Z | WARN: dropped DendriteInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
5114 | 2024-05-08T03:38:22.737Z | WARN: dendrite temporary directory leaked: /var/tmp/omicron_tmp/.tmpfzNCBH |
5115 | 2024-05-08T03:38:22.737Z | WARN: dropped DendriteInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
5116 | 2024-05-08T03:38:22.737Z | WARN: dendrite temporary directory leaked: /var/tmp/omicron_tmp/.tmpwyHPPJ |
5117 | 2024-05-08T03:38:22.737Z | WARN: dropped MgdInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
5118 | 2024-05-08T03:38:22.737Z | WARN: mgd temporary directory leaked: /var/tmp/omicron_tmp/.tmp6umA76 |
5119 | 2024-05-08T03:38:22.737Z | WARN: dropped MgdInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
5120 | 2024-05-08T03:38:22.737Z | WARN: mgd temporary directory leaked: /var/tmp/omicron_tmp/.tmpNxtfxi |
5121 | 2024-05-08T03:38:22.737Z | |
5122 | 2024-05-08T03:38:23.958Z | PASS [ 31.521s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5 |
5123 | 2024-05-08T03:38:25.248Z | PASS [ 31.351s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6 |
5124 | 2024-05-08T03:38:29.085Z | PASS [ 29.623s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk |
5125 | 2024-05-08T03:38:34.884Z | PASS [ 24.900s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight |
5126 | 2024-05-08T03:38:35.224Z | PASS [ 27.278s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly |
5127 | 2024-05-08T03:38:46.548Z | PASS [ 35.246s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2 |
5128 | 2024-05-08T03:38:46.573Z | PASS [ 36.490s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1 |
5129 | 2024-05-08T03:39:01.092Z | PASS [ 26.202s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly |
5130 | 2024-05-08T03:39:02.975Z | PASS [ 16.400s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request |
5131 | 2024-05-08T03:39:03.153Z | PASS [ 40.510s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first |
5132 | 2024-05-08T03:39:03.617Z | PASS [ 39.655s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first |
5133 | 2024-05-08T03:39:04.106Z | PASS [ 28.884s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk |
5134 | 2024-05-08T03:39:04.737Z | PASS [ 39.489s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order |
5135 | 2024-05-08T03:39:06.370Z | PASS [ 37.283s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots |
5136 | 2024-05-08T03:39:15.040Z | PASS [ 28.494s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk |
5137 | 2024-05-08T03:39:19.639Z | PASS [ 18.551s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops |
5138 | 2024-05-08T03:39:21.307Z | PASS [ 18.154s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted |
5139 | 2024-05-08T03:39:21.431Z | PASS [ 18.458s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry |
5140 | 2024-05-08T03:39:22.096Z | PASS [ 18.484s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status |
5141 | 2024-05-08T03:39:23.016Z | PASS [ 18.907s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent |
5142 | 2024-05-08T03:39:23.159Z | PASS [ 18.422s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair |
5143 | 2024-05-08T03:39:23.484Z | PASS [ 17.116s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict |
5144 | 2024-05-08T03:39:33.995Z | PASS [ 18.952s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry |
5145 | 2024-05-08T03:39:40.447Z | PASS [ 19.140s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout |
5146 | 2024-05-08T03:39:41.385Z | PASS [ 19.954s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only |
5147 | 2024-05-08T03:39:41.531Z | PASS [ 19.435s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen |
5148 | 2024-05-08T03:39:41.802Z | PASS [ 18.647s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen |
5149 | 2024-05-08T03:39:41.838Z | PASS [ 22.202s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress |
5150 | 2024-05-08T03:39:41.867Z | PASS [ 18.365s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen |
5151 | 2024-05-08T03:39:41.867Z | PASS [ 18.835s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing |
5152 | 2024-05-08T03:39:53.004Z | PASS [ 19.006s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent |
5153 | 2024-05-08T03:39:58.856Z | PASS [ 18.410s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume |
5154 | 2024-05-08T03:39:59.414Z | PASS [ 17.884s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent |
5155 | 2024-05-08T03:39:59.558Z | PASS [ 18.172s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base |
5156 | 2024-05-08T03:39:59.661Z | PASS [ 17.823s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume |
5157 | 2024-05-08T03:40:00.285Z | PASS [ 18.079s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted |
5158 | 2024-05-08T03:40:00.478Z | PASS [ 18.630s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga |
5159 | 2024-05-08T03:40:00.538Z | PASS [ 18.679s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume |
5160 | 2024-05-08T03:40:12.383Z | PASS [ 19.382s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume |
5161 | 2024-05-08T03:40:17.992Z | PASS [ 18.579s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume |
5162 | 2024-05-08T03:40:18.240Z | PASS [ 19.383s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice |
5163 | 2024-05-08T03:40:20.976Z | PASS [ 21.419s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall |
5164 | 2024-05-08T03:40:21.033Z | PASS [ 0.057s] omicron-package dot::test::test_bad_dependency |
5165 | 2024-05-08T03:40:21.070Z | PASS [ 0.035s] omicron-package dot::test::test_dot_output |
5166 | 2024-05-08T03:40:21.931Z | PASS [ 3.691s] omicron-omdb::test_all_output test_omdb_usage_errors |
5167 | 2024-05-08T03:40:21.958Z | PASS [ 0.026s] omicron-passwords test::test_password_constraints |
5168 | 2024-05-08T03:40:22.305Z | PASS [ 22.643s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers |
5169 | 2024-05-08T03:40:23.447Z | PASS [ 22.907s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs |
5170 | 2024-05-08T03:40:23.489Z | PASS [ 0.045s] omicron-passwords test::test_stable |
5171 | 2024-05-08T03:40:23.517Z | PASS [ 0.025s] omicron-passwords test::test_weak_hashes |
5172 | 2024-05-08T03:40:23.542Z | PASS [ 23.053s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets |
5173 | 2024-05-08T03:40:23.567Z | PASS [ 0.035s] omicron-rpaths internal::tests::test_configure_from_path |
5174 | 2024-05-08T03:40:23.593Z | PASS [ 0.028s] omicron-rpaths internal::tests::test_emit_rpath |
5175 | 2024-05-08T03:40:23.618Z | PASS [ 0.063s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar |
5176 | 2024-05-08T03:40:23.745Z | PASS [ 0.166s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously |
5177 | 2024-05-08T03:40:23.866Z | PASS [ 0.120s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match |
5178 | 2024-05-08T03:40:24.018Z | PASS [ 0.153s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed |
5179 | 2024-05-08T03:40:24.113Z | PASS [ 0.096s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running |
5180 | 2024-05-08T03:40:24.232Z | PASS [ 0.639s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes |
5181 | 2024-05-08T03:40:24.294Z | PASS [ 0.061s] omicron-sled-agent bootstrap::early_networking::tests::serialized_early_network_config_v0_to_v1_conversion |
5182 | 2024-05-08T03:40:24.331Z | PASS [ 0.039s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips |
5183 | 2024-05-08T03:40:24.393Z | PASS [ 0.061s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization |
5184 | 2024-05-08T03:40:24.420Z | PASS [ 2.458s] omicron-passwords test::test_reproducible |
5185 | 2024-05-08T03:40:24.445Z | PASS [ 0.043s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization_weak_hash |
5186 | 2024-05-08T03:40:24.470Z | PASS [ 0.037s] omicron-sled-agent bootstrap::params::tests::serialize_start_sled_agent_v0_deserialize_v1 |
5187 | 2024-05-08T03:40:24.495Z | PASS [ 0.052s] omicron-sled-agent bootstrap::params::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools |
5188 | 2024-05-08T03:40:24.520Z | PASS [ 0.048s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization |
5189 | 2024-05-08T03:40:24.546Z | PASS [ 0.044s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema |
5190 | 2024-05-08T03:40:24.546Z | PASS [ 0.034s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition |
5191 | 2024-05-08T03:40:24.570Z | PASS [ 0.024s] omicron-sled-agent common::instance::test::migration_out_after_migration_in |
5192 | 2024-05-08T03:40:24.595Z | PASS [ 0.043s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition |
5193 | 2024-05-08T03:40:24.626Z | PASS [ 0.038s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action |
5194 | 2024-05-08T03:40:24.627Z | PASS [ 0.034s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance |
5195 | 2024-05-08T03:40:24.652Z | PASS [ 0.030s] omicron-sled-agent common::instance::test::test_migration_ids_already_set |
5196 | 2024-05-08T03:40:24.677Z | PASS [ 0.044s] omicron-sled-agent config::test::test_smf_configs |
5197 | 2024-05-08T03:40:24.677Z | PASS [ 0.564s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk |
5198 | 2024-05-08T03:40:24.702Z | PASS [ 0.053s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores |
5199 | 2024-05-08T03:40:24.702Z | PASS [ 0.040s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted |
5200 | 2024-05-08T03:40:24.729Z | PASS [ 0.033s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted |
5201 | 2024-05-08T03:40:24.729Z | PASS [ 0.039s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir |
5202 | 2024-05-08T03:40:24.755Z | PASS [ 0.041s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available |
5203 | 2024-05-08T03:40:24.755Z | PASS [ 0.043s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir |
5204 | 2024-05-08T03:40:25.582Z | PASS [ 25.696s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails |
5205 | 2024-05-08T03:40:26.962Z | PASS [ 5.894s] omicron-passwords test::test_compatible |
5206 | 2024-05-08T03:40:27.850Z | PASS [ 3.125s] omicron-sled-agent instance::tests::test_instance_create_events_normal |
5207 | 2024-05-08T03:40:27.884Z | PASS [ 0.035s] omicron-sled-agent probe_manager::test::probe_state_set_ops |
5208 | 2024-05-08T03:40:27.922Z | PASS [ 0.039s] omicron-sled-agent profile::tests::empty_profile |
5209 | 2024-05-08T03:40:27.958Z | PASS [ 0.034s] omicron-sled-agent profile::tests::test_disabled_instance |
5210 | 2024-05-08T03:40:27.989Z | PASS [ 0.031s] omicron-sled-agent profile::tests::test_instance |
5211 | 2024-05-08T03:40:28.032Z | PASS [ 0.045s] omicron-sled-agent profile::tests::test_multiple |
5212 | 2024-05-08T03:40:28.068Z | PASS [ 0.036s] omicron-sled-agent profile::tests::test_property |
5213 | 2024-05-08T03:40:28.093Z | PASS [ 2.512s] omicron-sled-agent instance::tests::test_instance_manager_creation |
5214 | 2024-05-08T03:40:28.119Z | PASS [ 0.034s] omicron-sled-agent profile::tests::test_property_group |
5215 | 2024-05-08T03:40:28.144Z | PASS [ 0.032s] omicron-sled-agent profile::tests::test_service |
5216 | 2024-05-08T03:40:28.144Z | PASS [ 0.038s] omicron-sled-agent profile::tests::test_service_property_group |
5217 | 2024-05-08T03:40:28.174Z | PASS [ 0.055s] omicron-sled-agent rack_setup::config::test::test_extra_certs |
5218 | 2024-05-08T03:40:28.199Z | PASS [ 0.044s] omicron-sled-agent rack_setup::config::test::test_subnets |
5219 | 2024-05-08T03:40:28.225Z | PASS [ 0.037s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics |
5220 | 2024-05-08T03:40:28.225Z | PASS [ 0.033s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion |
5221 | 2024-05-08T03:40:28.250Z | PASS [ 3.497s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone |
5222 | 2024-05-08T03:40:28.275Z | PASS [ 3.502s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis |
5223 | 2024-05-08T03:40:28.275Z | PASS [ 0.044s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v3_schema |
5224 | 2024-05-08T03:40:28.275Z | PASS [ 0.049s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips |
5225 | 2024-05-08T03:40:28.300Z | PASS [ 0.048s] omicron-sled-agent rack_setup::plan::sled::tests::test_read_known_rss_sled_plans |
5226 | 2024-05-08T03:40:28.301Z | PASS [ 0.039s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema |
5227 | 2024-05-08T03:40:28.326Z | PASS [ 0.037s] omicron-sled-agent services::test::test_all_zones_requests_schema |
5228 | 2024-05-08T03:40:28.351Z | PASS [ 0.038s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes |
5229 | 2024-05-08T03:40:28.351Z | PASS [ 0.081s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs |
5230 | 2024-05-08T03:40:30.924Z | PASS [ 2.578s] omicron-sled-agent services::test::test_ensure_service_which_already_exists |
5231 | 2024-05-08T03:40:31.025Z | PASS [ 18.643s] omicron-omdb::test_all_output test_omdb_env_settings |
5232 | 2024-05-08T03:40:31.050Z | PASS [ 2.702s] omicron-sled-agent services::test::test_ensure_service_before_timesync |
5233 | 2024-05-08T03:40:31.109Z | PASS [ 2.827s] omicron-sled-agent services::test::test_bad_generations |
5234 | 2024-05-08T03:40:31.204Z | PASS [ 2.892s] omicron-sled-agent services::test::test_ensure_service |
5235 | 2024-05-08T03:40:31.240Z | PASS [ 0.042s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema |
5236 | 2024-05-08T03:40:31.285Z | PASS [ 0.044s] omicron-sled-agent services_migration::test::test_all_services_requests_schema |
5237 | 2024-05-08T03:40:31.435Z | PASS [ 0.149s] omicron-sled-agent services_migration::test::test_convert_known_ledgers |
5238 | 2024-05-08T03:40:31.487Z | PASS [ 0.053s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy |
5239 | 2024-05-08T03:40:31.568Z | PASS [ 0.059s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault |
5240 | 2024-05-08T03:40:31.619Z | PASS [ 0.058s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states |
5241 | 2024-05-08T03:40:31.666Z | PASS [ 0.061s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop |
5242 | 2024-05-08T03:40:31.709Z | PASS [ 0.046s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot |
5243 | 2024-05-08T03:40:31.754Z | PASS [ 0.043s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed |
5244 | 2024-05-08T03:40:33.322Z | PASS [ 1.893s] omicron-sled-agent services::test::test_old_ledger_migration_bad |
5245 | 2024-05-08T03:40:33.351Z | PASS [ 0.034s] omicron-sled-agent updates::test::test_query_no_components |
5246 | 2024-05-08T03:40:33.351Z | PASS [ 0.038s] omicron-sled-agent updates::test::test_query_sled_agent_version |
5247 | 2024-05-08T03:40:33.351Z | PASS [ 2.099s] omicron-sled-agent services::test::test_old_ledger_migration |
5248 | 2024-05-08T03:40:33.351Z | PASS [ 0.047s] omicron-sled-agent updates::test::test_query_zone_version |
5249 | 2024-05-08T03:40:33.352Z | PASS [ 0.037s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour |
5250 | 2024-05-08T03:40:33.352Z | PASS [ 0.155s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem |
5251 | 2024-05-08T03:40:33.501Z | PASS [ 2.465s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot |
5252 | 2024-05-08T03:40:33.548Z | PASS [ 0.046s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files |
5253 | 2024-05-08T03:40:33.604Z | PASS [ 2.498s] omicron-sled-agent services::test::test_services_do_not_persist_without_config |
5254 | 2024-05-08T03:40:34.335Z | PASS [ 2.580s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real |
5255 | 2024-05-08T03:40:35.013Z | PASS [ 1.839s] omicron-sled-agent zone_bundle::illumos_tests::test_context |
5256 | 2024-05-08T03:40:35.106Z | PASS [ 0.093s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota |
5257 | 2024-05-08T03:40:35.138Z | PASS [ 0.032s] omicron-sled-agent zone_bundle::tests::test_compare_bundles |
5258 | 2024-05-08T03:40:35.199Z | PASS [ 0.058s] omicron-sled-agent zone_bundle::tests::test_disk_usage |
5259 | 2024-05-08T03:40:35.230Z | PASS [ 0.035s] omicron-sled-agent zone_bundle::tests::test_priority_dimension |
5260 | 2024-05-08T03:40:35.290Z | PASS [ 0.030s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause |
5261 | 2024-05-08T03:40:35.314Z | PASS [ 0.027s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available |
5262 | 2024-05-08T03:40:35.314Z | PASS [ 12.997s] omicron-passwords test::test_smoke |
5263 | 2024-05-08T03:40:35.338Z | PASS [ 2.251s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup |
5264 | 2024-05-08T03:40:35.714Z | PASS [ 0.413s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args |
5265 | 2024-05-08T03:40:35.738Z | PASS [ 2.130s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context |
5266 | 2024-05-08T03:40:35.845Z | PASS [ 2.299s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter |
5267 | 2024-05-08T03:40:35.869Z | PASS [ 0.567s] omicron-sled-agent::mod integration_tests::commands::test_bootstrap_agent_openapi_sled |
5268 | 2024-05-08T03:40:35.869Z | PASS [ 0.121s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize |
5269 | 2024-05-08T03:40:35.894Z | PASS [ 0.548s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled |
5270 | 2024-05-08T03:40:35.919Z | PASS [ 0.051s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path |
5271 | 2024-05-08T03:40:35.919Z | PASS [ 0.044s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready |
5272 | 2024-05-08T03:40:35.919Z | PASS [ 0.047s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port |
5273 | 2024-05-08T03:40:35.952Z | PASS [ 0.042s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout |
5274 | 2024-05-08T03:40:35.988Z | PASS [ 0.276s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args |
5275 | 2024-05-08T03:40:36.012Z | PASS [ 0.101s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write |
5276 | 2024-05-08T03:40:36.208Z | PASS [ 0.289s] omicron-test-utils dev::db::test::test_bad_cmd |
5277 | 2024-05-08T03:40:36.249Z | PASS [ 0.040s] omicron-test-utils dev::db::test::test_make_pg_config_fail |
5278 | 2024-05-08T03:40:36.279Z | PASS [ 0.030s] omicron-test-utils dev::db::test::test_make_pg_config_ok |
5279 | 2024-05-08T03:40:36.305Z | PASS [ 0.301s] omicron-test-utils dev::db::test::test_database_start_hang |
5280 | 2024-05-08T03:40:36.329Z | PASS [ 0.035s] omicron-test-utils dev::db::test::test_process_exit_abnormal |
5281 | 2024-05-08T03:40:36.354Z | PASS [ 0.045s] omicron-test-utils dev::db::test::test_process_exit_normal |
5282 | 2024-05-08T03:40:36.450Z | PASS [ 0.496s] omicron-test-utils dev::db::test::test_cmd_fails |
5283 | 2024-05-08T03:40:36.777Z | PASS [ 2.444s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization |
5284 | 2024-05-08T03:40:36.811Z | PASS [ 0.033s] omicron-test-utils dev::db::test::test_starter_tmpdir |
5285 | 2024-05-08T03:40:36.871Z | PASS [ 0.057s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port |
5286 | 2024-05-08T03:40:36.904Z | PASS [ 1.042s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready |
5287 | 2024-05-08T03:40:36.928Z | PASS [ 0.045s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path |
5288 | 2024-05-08T03:40:36.952Z | PASS [ 0.035s] oximeter histogram::tests::test_bin_range |
5289 | 2024-05-08T03:40:36.976Z | PASS [ 0.027s] oximeter histogram::tests::test_bin_range_from |
5290 | 2024-05-08T03:40:37.004Z | PASS [ 0.104s] omicron-test-utils dev::test_cmds::tests::test_redact_extra |
5291 | 2024-05-08T03:40:37.030Z | PASS [ 0.037s] oximeter histogram::tests::test_bin_range_to |
5292 | 2024-05-08T03:40:37.058Z | PASS [ 0.037s] oximeter histogram::tests::test_empty_bins_not_supported |
5293 | 2024-05-08T03:40:37.058Z | PASS [ 0.040s] oximeter histogram::tests::test_ensure_finite |
5294 | 2024-05-08T03:40:37.082Z | PASS [ 0.038s] oximeter histogram::tests::test_histogram |
5295 | 2024-05-08T03:40:37.106Z | PASS [ 0.035s] oximeter histogram::tests::test_histogram_extreme_bins |
5296 | 2024-05-08T03:40:37.130Z | PASS [ 0.040s] oximeter histogram::tests::test_histogram_extreme_samples |
5297 | 2024-05-08T03:40:37.130Z | PASS [ 0.041s] oximeter histogram::tests::test_histogram_float_bins |
5298 | 2024-05-08T03:40:37.154Z | LEAK [ 0.839s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url |
5299 | 2024-05-08T03:40:37.180Z | PASS [ 0.033s] oximeter histogram::tests::test_histogram_unbounded_samples |
5300 | 2024-05-08T03:40:37.180Z | PASS [ 0.045s] oximeter histogram::tests::test_histogram_to_arrays |
5301 | 2024-05-08T03:40:37.204Z | PASS [ 0.044s] oximeter histogram::tests::test_histogram_unsorted_bins |
5302 | 2024-05-08T03:40:37.228Z | PASS [ 0.047s] oximeter histogram::tests::test_histogram_with_bins |
5303 | 2024-05-08T03:40:37.253Z | PASS [ 0.050s] oximeter histogram::tests::test_histogram_with_non_partitioned_bins |
5304 | 2024-05-08T03:40:37.253Z | PASS [ 0.040s] oximeter histogram::tests::test_histogram_with_overlapping_bins |
5305 | 2024-05-08T03:40:37.278Z | PASS [ 0.035s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1 |
5306 | 2024-05-08T03:40:37.303Z | PASS [ 0.048s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2 |
5307 | 2024-05-08T03:40:37.303Z | PASS [ 0.076s] oximeter histogram::tests::test_log_linear_bins_all_representable |
5308 | 2024-05-08T03:40:37.438Z | PASS [ 0.049s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3 |
5309 | 2024-05-08T03:40:37.438Z | PASS [ 0.035s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4 |
5310 | 2024-05-08T03:40:37.438Z | PASS [ 0.030s] oximeter histogram::tests::test_log_linear_bins_small_bin_count |
5311 | 2024-05-08T03:40:37.438Z | PASS [ 0.041s] oximeter histogram::tests::test_log_linear_bins_integer_size_checks |
5312 | 2024-05-08T03:40:37.438Z | PASS [ 0.057s] oximeter histogram::tests::test_span_decades |
5313 | 2024-05-08T03:40:37.438Z | PASS [ 0.058s] oximeter histogram::tests::test_span_decades_other_counts_f64 |
5314 | 2024-05-08T03:40:37.462Z | PASS [ 0.034s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_ok |
5315 | 2024-05-08T03:40:37.462Z | PASS [ 0.046s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_too_low |
5316 | 2024-05-08T03:40:37.462Z | PASS [ 0.037s] oximeter schema::tests::test_field_schema_ordering |
5317 | 2024-05-08T03:40:37.486Z | PASS [ 0.059s] oximeter schema::tests::test_timeseries_name |
5318 | 2024-05-08T03:40:37.515Z | PASS [ 0.094s] oximeter schema::tests::test_schema_field_ordering_across_target_metric |
5319 | 2024-05-08T03:40:37.516Z | PASS [ 0.064s] oximeter schema::tests::test_timeseries_name_from_str |
5320 | 2024-05-08T03:40:37.540Z | PASS [ 0.054s] oximeter schema::tests::test_timeseries_schema_from_parts |
5321 | 2024-05-08T03:40:37.564Z | PASS [ 0.040s] oximeter test_util::tests::test_gen_test_samples |
5322 | 2024-05-08T03:40:37.564Z | PASS [ 0.049s] oximeter schema::tests::test_timeseries_schema_from_sample |
5323 | 2024-05-08T03:40:37.590Z | PASS [ 0.036s] oximeter traits::tests::test_metric_trait |
5324 | 2024-05-08T03:40:37.590Z | PASS [ 0.034s] oximeter traits::tests::test_producer_trait |
5325 | 2024-05-08T03:40:37.617Z | PASS [ 0.036s] oximeter traits::tests::test_target_trait |
5326 | 2024-05-08T03:40:37.617Z | PASS [ 0.024s] oximeter types::tests::test_cumulative_i64 |
5327 | 2024-05-08T03:40:37.617Z | PASS [ 0.041s] oximeter types::tests::test_cumulative_f64 |
5328 | 2024-05-08T03:40:37.729Z | PASS [ 0.028s] oximeter types::tests::test_datum |
5329 | 2024-05-08T03:40:37.729Z | PASS [ 0.030s] oximeter types::tests::test_field_value_parse_as_type::case_01_as_string |
5330 | 2024-05-08T03:40:37.729Z | PASS [ 0.029s] oximeter types::tests::test_field_value_parse_as_type::case_02_as_i8 |
5331 | 2024-05-08T03:40:37.729Z | PASS [ 0.039s] oximeter types::tests::test_field_value_parse_as_type::case_03_as_u8 |
5332 | 2024-05-08T03:40:37.757Z | PASS [ 0.036s] oximeter types::tests::test_field_value_parse_as_type::case_04_as_i16 |
5333 | 2024-05-08T03:40:37.757Z | PASS [ 0.043s] oximeter types::tests::test_field_value_parse_as_type::case_05_as_u16 |
5334 | 2024-05-08T03:40:37.757Z | PASS [ 0.042s] oximeter types::tests::test_field_value_parse_as_type::case_06_as_i32 |
5335 | 2024-05-08T03:40:37.758Z | PASS [ 0.048s] oximeter types::tests::test_field_value_parse_as_type::case_07_as_u32 |
5336 | 2024-05-08T03:40:37.758Z | PASS [ 0.041s] oximeter types::tests::test_field_value_parse_as_type::case_08_as_i64 |
5337 | 2024-05-08T03:40:37.758Z | PASS [ 0.050s] oximeter types::tests::test_field_value_parse_as_type::case_09_as_u64 |
5338 | 2024-05-08T03:40:37.785Z | PASS [ 0.048s] oximeter types::tests::test_field_value_parse_as_type::case_10_as_uuid |
5339 | 2024-05-08T03:40:37.785Z | PASS [ 0.047s] oximeter types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr |
5340 | 2024-05-08T03:40:37.785Z | PASS [ 0.028s] oximeter types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr |
5341 | 2024-05-08T03:40:37.809Z | PASS [ 0.026s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64 |
5342 | 2024-05-08T03:40:37.809Z | PASS [ 0.029s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid |
5343 | 2024-05-08T03:40:37.809Z | PASS [ 0.032s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool |
5344 | 2024-05-08T03:40:37.833Z | PASS [ 0.029s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr |
5345 | 2024-05-08T03:40:37.856Z | PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid |
5346 | 2024-05-08T03:40:37.880Z | PASS [ 0.027s] oximeter types::tests::test_sample_struct |
5347 | 2024-05-08T03:40:37.881Z | PASS [ 0.037s] oximeter types::tests::test_measurement |
5348 | 2024-05-08T03:40:37.881Z | PASS [ 0.029s] oximeter types::tests::test_verify_field_names |
5349 | 2024-05-08T03:40:37.938Z | PASS [ 0.090s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds |
5350 | 2024-05-08T03:40:38.098Z | PASS [ 0.161s] oximeter-collector agent::tests::test_self_stat_unreachable_counter |
5351 | 2024-05-08T03:40:38.122Z | PASS [ 0.246s] oximeter-collector agent::tests::test_self_stat_error_counter |
5352 | 2024-05-08T03:40:38.146Z | PASS [ 0.266s] oximeter-collector agent::tests::test_self_stat_collection_count |
5353 | 2024-05-08T03:40:38.146Z | PASS [ 0.037s] oximeter-collector self_stats::tests::test_failure_reason_serialization |
5354 | 2024-05-08T03:40:38.201Z | PASS [ 0.084s] oximeter-collector self_stats::tests::test_no_schema_changes |
5355 | 2024-05-08T03:40:38.251Z | PASS [ 0.054s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk |
5356 | 2024-05-08T03:40:38.285Z | PASS [ 0.033s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times |
5357 | 2024-05-08T03:40:38.315Z | PASS [ 0.030s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group |
5358 | 2024-05-08T03:40:38.431Z | PASS [ 0.301s] oximeter-collector::test_commands test_oximeter_no_args |
5359 | 2024-05-08T03:40:38.467Z | PASS [ 0.330s] oximeter-collector::test_commands test_oximeter_openapi |
5360 | 2024-05-08T03:40:38.741Z | PASS [ 20.749s] omicron-omdb::test_all_output test_omdb_success_cases |
5361 | 2024-05-08T03:40:39.605Z | PASS [ 1.288s] oximeter-db client::oxql::tests::test_get_entire_table |
5362 | 2024-05-08T03:40:39.648Z | PASS [ 1.176s] oximeter-db client::oxql::tests::test_get_one_timeseries |
5363 | 2024-05-08T03:40:39.675Z | PASS [ 1.231s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another |
5364 | 2024-05-08T03:40:39.913Z | PASS [ 1.172s] oximeter-db client::oxql::tests::test_limit_operations |
5365 | 2024-05-08T03:40:40.377Z | PASS [ 0.736s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node |
5366 | 2024-05-08T03:40:40.645Z | PASS [ 0.988s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node |
5367 | 2024-05-08T03:40:40.700Z | PASS [ 0.042s] oximeter-db client::tests::test_read_schema_upgrade_sql_files |
5368 | 2024-05-08T03:40:40.891Z | PASS [ 0.975s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails |
5369 | 2024-05-08T03:40:41.581Z | PASS [ 1.203s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails |
5370 | 2024-05-08T03:40:41.840Z | PASS [ 1.153s] oximeter-db client::tests::test_select_all_field_types |
5371 | 2024-05-08T03:40:41.872Z | PASS [ 0.030s] oximeter-db client::tests::test_unravel_index |
5372 | 2024-05-08T03:40:41.914Z | PASS [ 0.042s] oximeter-db client::tests::test_verify_schema_upgrades |
5373 | 2024-05-08T03:40:41.948Z | PASS [ 0.032s] oximeter-db model::tests::test_db_bool |
5374 | 2024-05-08T03:40:42.365Z | PASS [ 0.405s] oximeter-db model::tests::test_db_bool_bad |
5375 | 2024-05-08T03:40:42.390Z | PASS [ 0.034s] oximeter-db model::tests::test_db_datum_type_conversion |
5376 | 2024-05-08T03:40:42.427Z | PASS [ 0.036s] oximeter-db model::tests::test_db_field_list_conversion |
5377 | 2024-05-08T03:40:42.453Z | PASS [ 0.031s] oximeter-db model::tests::test_db_field_type_conversion |
5378 | 2024-05-08T03:40:42.483Z | PASS [ 0.028s] oximeter-db model::tests::test_db_histogram |
5379 | 2024-05-08T03:40:42.516Z | PASS [ 0.034s] oximeter-db model::tests::test_histogram_to_arrays |
5380 | 2024-05-08T03:40:42.540Z | PASS [ 2.921s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated |
5381 | 2024-05-08T03:40:42.665Z | PASS [ 0.147s] oximeter-db model::tests::test_parse_bad_cumulative_json_data |
5382 | 2024-05-08T03:40:42.693Z | PASS [ 0.030s] oximeter-db model::tests::test_parse_bytes_measurement |
5383 | 2024-05-08T03:40:42.732Z | PASS [ 0.039s] oximeter-db model::tests::test_parse_string_datum_requiring_escape |
5384 | 2024-05-08T03:40:42.767Z | PASS [ 0.035s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement |
5385 | 2024-05-08T03:40:42.796Z | PASS [ 0.029s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement |
5386 | 2024-05-08T03:40:42.824Z | PASS [ 0.029s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement |
5387 | 2024-05-08T03:40:42.852Z | PASS [ 0.028s] oximeter-db model::tests::test_unroll_from_source |
5388 | 2024-05-08T03:40:42.881Z | PASS [ 0.028s] oximeter-db model::tests::test_unroll_measurement_row |
5389 | 2024-05-08T03:40:42.915Z | PASS [ 0.026s] oximeter-db model::tests::test_unroll_missing_measurement_row |
5390 | 2024-05-08T03:40:42.943Z | PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_align_table_op |
5391 | 2024-05-08T03:40:42.971Z | PASS [ 6.523s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir |
5392 | 2024-05-08T03:40:42.997Z | PASS [ 0.037s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal |
5393 | 2024-05-08T03:40:43.039Z | PASS [ 0.036s] oximeter-db oxql::ast::grammar::tests::test_comparison |
5394 | 2024-05-08T03:40:43.040Z | PASS [ 7.033s] omicron-test-utils dev::db::test::test_database_concurrent |
5395 | 2024-05-08T03:40:43.040Z | PASS [ 0.042s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations |
5396 | 2024-05-08T03:40:43.168Z | PASS [ 0.048s] oximeter-db oxql::ast::grammar::tests::test_double_literal |
5397 | 2024-05-08T03:40:43.169Z | PASS [ 0.043s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal |
5398 | 2024-05-08T03:40:43.169Z | PASS [ 0.044s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence |
5399 | 2024-05-08T03:40:43.169Z | PASS [ 0.053s] oximeter-db oxql::ast::grammar::tests::test_duration_literal |
5400 | 2024-05-08T03:40:43.169Z | PASS [ 0.067s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence |
5401 | 2024-05-08T03:40:43.423Z | PASS [ 0.080s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression |
5402 | 2024-05-08T03:40:43.423Z | PASS [ 0.063s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression |
5403 | 2024-05-08T03:40:43.423Z | PASS [ 0.092s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions |
5404 | 2024-05-08T03:40:43.423Z | PASS [ 0.086s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op |
5405 | 2024-05-08T03:40:43.424Z | PASS [ 0.060s] oximeter-db oxql::ast::grammar::tests::test_get_table_op |
5406 | 2024-05-08T03:40:43.424Z | PASS [ 0.090s] oximeter-db oxql::ast::grammar::tests::test_group_by |
5407 | 2024-05-08T03:40:43.424Z | PASS [ 0.050s] oximeter-db oxql::ast::grammar::tests::test_ident |
5408 | 2024-05-08T03:40:43.424Z | PASS [ 0.059s] oximeter-db oxql::ast::grammar::tests::test_integer_literal |
5409 | 2024-05-08T03:40:43.424Z | PASS [ 0.041s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings |
5410 | 2024-05-08T03:40:43.424Z | PASS [ 1.783s] oximeter-db client::tests::test_sql_query_output |
5411 | 2024-05-08T03:40:43.424Z | PASS [ 0.036s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops |
5412 | 2024-05-08T03:40:43.450Z | PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation |
5413 | 2024-05-08T03:40:43.450Z | PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal |
5414 | 2024-05-08T03:40:43.450Z | PASS [ 0.039s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr |
5415 | 2024-05-08T03:40:43.450Z | PASS [ 0.037s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal |
5416 | 2024-05-08T03:40:43.450Z | PASS [ 0.036s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string |
5417 | 2024-05-08T03:40:43.450Z | PASS [ 0.039s] oximeter-db oxql::ast::grammar::tests::test_query |
5418 | 2024-05-08T03:40:43.450Z | PASS [ 0.041s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get |
5419 | 2024-05-08T03:40:43.475Z | PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence |
5420 | 2024-05-08T03:40:43.499Z | PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence |
5421 | 2024-05-08T03:40:43.499Z | PASS [ 0.037s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none |
5422 | 2024-05-08T03:40:43.499Z | PASS [ 0.036s] oximeter-db oxql::ast::grammar::tests::test_reducer |
5423 | 2024-05-08T03:40:43.499Z | PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal |
5424 | 2024-05-08T03:40:43.523Z | PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal |
5425 | 2024-05-08T03:40:43.523Z | PASS [ 0.034s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval |
5426 | 2024-05-08T03:40:43.550Z | PASS [ 0.034s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field |
5427 | 2024-05-08T03:40:43.550Z | PASS [ 0.036s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type |
5428 | 2024-05-08T03:40:43.574Z | PASS [ 0.033s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window |
5429 | 2024-05-08T03:40:43.574Z | PASS [ 0.032s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values |
5430 | 2024-05-08T03:40:43.574Z | PASS [ 0.028s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window |
5431 | 2024-05-08T03:40:43.598Z | PASS [ 0.031s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values |
5432 | 2024-05-08T03:40:43.598Z | PASS [ 0.031s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window |
5433 | 2024-05-08T03:40:43.622Z | PASS [ 0.034s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio |
5434 | 2024-05-08T03:40:43.622Z | PASS [ 0.034s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names |
5435 | 2024-05-08T03:40:43.646Z | PASS [ 0.034s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points |
5436 | 2024-05-08T03:40:43.670Z | PASS [ 0.038s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type |
5437 | 2024-05-08T03:40:43.693Z | PASS [ 0.060s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions |
5438 | 2024-05-08T03:40:43.786Z | PASS [ 0.045s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries |
5439 | 2024-05-08T03:40:43.786Z | PASS [ 0.064s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions |
5440 | 2024-05-08T03:40:43.811Z | PASS [ 0.079s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic |
5441 | 2024-05-08T03:40:43.811Z | PASS [ 0.066s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf |
5442 | 2024-05-08T03:40:43.892Z | PASS [ 0.095s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by |
5443 | 2024-05-08T03:40:43.892Z | PASS [ 0.057s] oximeter-db oxql::ast::table_ops::join::tests::test_join_point_arrays |
5444 | 2024-05-08T03:40:43.892Z | PASS [ 0.043s] oximeter-db oxql::ast::table_ops::join::tests::test_push_concrete_values |
5445 | 2024-05-08T03:40:43.892Z | PASS [ 0.034s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k |
5446 | 2024-05-08T03:40:43.892Z | PASS [ 0.062s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k |
5447 | 2024-05-08T03:40:43.892Z | PASS [ 0.048s] oximeter-db oxql::point::tests::test_cast_points_from_bool |
5448 | 2024-05-08T03:40:43.917Z | PASS [ 0.053s] oximeter-db oxql::point::tests::test_cast_points_from_double |
5449 | 2024-05-08T03:40:43.941Z | PASS [ 0.037s] oximeter-db oxql::point::tests::test_cast_points_from_double_distribution |
5450 | 2024-05-08T03:40:43.941Z | PASS [ 0.036s] oximeter-db oxql::point::tests::test_cast_points_from_int_distribution |
5451 | 2024-05-08T03:40:43.941Z | PASS [ 0.034s] oximeter-db oxql::point::tests::test_cast_points_from_integer |
5452 | 2024-05-08T03:40:43.966Z | PASS [ 0.036s] oximeter-db oxql::point::tests::test_cast_points_from_string |
5453 | 2024-05-08T03:40:43.966Z | PASS [ 0.037s] oximeter-db oxql::point::tests::test_point_delta_between |
5454 | 2024-05-08T03:40:43.990Z | PASS [ 0.031s] oximeter-db oxql::point::tests::test_point_delta_between_overlapping_time_ranges |
5455 | 2024-05-08T03:40:44.014Z | PASS [ 0.034s] oximeter-db oxql::point::tests::test_point_delta_between_with_new_epoch |
5456 | 2024-05-08T03:40:44.122Z | PASS [ 0.041s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query |
5457 | 2024-05-08T03:40:44.122Z | PASS [ 0.049s] oximeter-db oxql::query::tests::test_coalesce_limits |
5458 | 2024-05-08T03:40:44.122Z | PASS [ 0.049s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query |
5459 | 2024-05-08T03:40:44.122Z | PASS [ 0.041s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query |
5460 | 2024-05-08T03:40:44.122Z | PASS [ 0.040s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters |
5461 | 2024-05-08T03:40:44.122Z | PASS [ 0.044s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query |
5462 | 2024-05-08T03:40:44.123Z | PASS [ 0.034s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters |
5463 | 2024-05-08T03:40:44.123Z | PASS [ 0.068s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query |
5464 | 2024-05-08T03:40:44.147Z | PASS [ 0.056s] oximeter-db oxql::query::tests::test_coalesce_predicates |
5465 | 2024-05-08T03:40:44.173Z | PASS [ 0.049s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries |
5466 | 2024-05-08T03:40:44.173Z | PASS [ 0.041s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by |
5467 | 2024-05-08T03:40:44.199Z | PASS [ 0.042s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries |
5468 | 2024-05-08T03:40:44.242Z | PASS [ 0.049s] oximeter-db oxql::query::tests::test_query_end_time |
5469 | 2024-05-08T03:40:44.243Z | PASS [ 0.047s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries |
5470 | 2024-05-08T03:40:44.243Z | PASS [ 0.044s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr |
5471 | 2024-05-08T03:40:44.267Z | PASS [ 0.034s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom |
5472 | 2024-05-08T03:40:44.267Z | PASS [ 0.035s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp |
5473 | 2024-05-08T03:40:44.301Z | PASS [ 0.041s] oximeter-db query::tests::test_field_cmp |
5474 | 2024-05-08T03:40:44.301Z | PASS [ 0.029s] oximeter-db query::tests::test_field_selector_as_query |
5475 | 2024-05-08T03:40:44.301Z | PASS [ 0.054s] oximeter-db oxql::query::tests::test_split_query |
5476 | 2024-05-08T03:40:44.325Z | PASS [ 0.040s] oximeter-db query::tests::test_field_value_as_db_str |
5477 | 2024-05-08T03:40:44.349Z | PASS [ 0.041s] oximeter-db query::tests::test_select_query_builder_field_selectors |
5478 | 2024-05-08T03:40:44.372Z | PASS [ 0.050s] oximeter-db query::tests::test_select_query_builder_filter_raw |
5479 | 2024-05-08T03:40:44.372Z | PASS [ 0.055s] oximeter-db query::tests::test_select_query_builder_from_parts |
5480 | 2024-05-08T03:40:44.396Z | PASS [ 0.052s] oximeter-db query::tests::test_select_query_builder_full |
5481 | 2024-05-08T03:40:44.442Z | PASS [ 0.055s] oximeter-db query::tests::test_select_query_builder_limit_offset |
5482 | 2024-05-08T03:40:44.442Z | PASS [ 0.042s] oximeter-db query::tests::test_select_query_builder_no_selectors |
5483 | 2024-05-08T03:40:44.442Z | PASS [ 0.055s] oximeter-db query::tests::test_select_query_builder_no_fields |
5484 | 2024-05-08T03:40:44.466Z | PASS [ 0.037s] oximeter-db query::tests::test_time_range |
5485 | 2024-05-08T03:40:44.466Z | PASS [ 0.055s] oximeter-db query::tests::test_string_field_selector |
5486 | 2024-05-08T03:40:44.924Z | PASS [ 0.046s] oximeter-db sql::tests::test_allow_limit_offset |
5487 | 2024-05-08T03:40:44.924Z | PASS [ 0.036s] oximeter-db sql::tests::test_allow_subqueries |
5488 | 2024-05-08T03:40:44.925Z | PASS [ 0.042s] oximeter-db sql::tests::test_cannot_name_database |
5489 | 2024-05-08T03:40:44.953Z | PASS [ 0.051s] oximeter-db sql::tests::test_ctes_are_not_supported |
5490 | 2024-05-08T03:40:44.953Z | PASS [ 0.045s] oximeter-db sql::tests::test_function_allow_list |
5491 | 2024-05-08T03:40:44.953Z | PASS [ 0.033s] oximeter-db sql::tests::test_multiple_statements_are_not_supported |
5492 | 2024-05-08T03:40:44.953Z | PASS [ 0.073s] oximeter-db sql::tests::test_join_must_be_inner |
5493 | 2024-05-08T03:40:44.953Z | PASS [ 0.052s] oximeter-db sql::tests::test_query_must_be_select_statement |
5494 | 2024-05-08T03:40:44.953Z | PASS [ 0.039s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte |
5495 | 2024-05-08T03:40:44.953Z | PASS [ 0.045s] oximeter-db sql::tests::test_require_table_is_timeseries_name |
5496 | 2024-05-08T03:40:44.953Z | PASS [ 0.044s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias |
5497 | 2024-05-08T03:40:44.954Z | PASS [ 0.049s] oximeter-db sql::tests::test_with_comma_join_fails |
5498 | 2024-05-08T03:40:44.954Z | PASS [ 1.238s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence |
5499 | 2024-05-08T03:40:44.954Z | PASS [ 0.059s] oximeter-db tests::test_timeseries_key_field_stability |
5500 | 2024-05-08T03:40:44.954Z | PASS [ 0.049s] oximeter-db tests::test_timeseries_key_sample_stability |
5501 | 2024-05-08T03:40:44.954Z | PASS [ 0.059s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read |
5502 | 2024-05-08T03:40:44.954Z | PASS [ 0.053s] oximeter-instruments http::tests::test_normalize_uri_path |
5503 | 2024-05-08T03:40:44.954Z | PASS [ 0.089s] oximeter-instruments http::tests::test_latency_tracker |
5504 | 2024-05-08T03:40:44.954Z | PASS [ 0.101s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow |
5505 | 2024-05-08T03:40:44.954Z | PASS [ 0.079s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal |
5506 | 2024-05-08T03:40:44.954Z | PASS [ 0.121s] oximeter-instruments kstat::link::tests::test_kstat_sampler |
5507 | 2024-05-08T03:40:44.954Z | PASS [ 0.086s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration |
5508 | 2024-05-08T03:40:44.954Z | PASS [ 0.050s] oximeter-instruments kstat::link::tests::test_physical_datalink |
5509 | 2024-05-08T03:40:44.954Z | PASS [ 0.043s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field |
5510 | 2024-05-08T03:40:44.954Z | PASS [ 0.027s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name |
5511 | 2024-05-08T03:40:44.954Z | PASS [ 0.069s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone |
5512 | 2024-05-08T03:40:44.954Z | PASS [ 0.027s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields |
5513 | 2024-05-08T03:40:44.954Z | PASS [ 0.079s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed |
5514 | 2024-05-08T03:40:44.954Z | PASS [ 0.032s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated |
5515 | 2024-05-08T03:40:44.954Z | PASS [ 0.032s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field |
5516 | 2024-05-08T03:40:44.955Z | PASS [ 0.029s] oximeter-macro-impl tests::test_metric_annotated_field |
5517 | 2024-05-08T03:40:44.979Z | PASS [ 0.025s] oximeter-macro-impl tests::test_metric_enum |
5518 | 2024-05-08T03:40:44.979Z | PASS [ 0.031s] oximeter-macro-impl tests::test_metric_datum_field |
5519 | 2024-05-08T03:40:45.002Z | PASS [ 0.029s] oximeter-macro-impl tests::test_target_empty_struct |
5520 | 2024-05-08T03:40:45.003Z | PASS [ 0.045s] oximeter-macro-impl tests::test_metric_without_datum_field |
5521 | 2024-05-08T03:40:45.003Z | PASS [ 0.038s] oximeter-macro-impl tests::test_target |
5522 | 2024-05-08T03:40:45.026Z | PASS [ 0.027s] oximeter-macro-impl tests::test_target_unit_struct |
5523 | 2024-05-08T03:40:45.026Z | PASS [ 0.043s] oximeter-macro-impl tests::test_target_enum |
5524 | 2024-05-08T03:40:45.026Z | PASS [ 0.037s] oximeter-macro-impl tests::test_target_with_datum_field |
5525 | 2024-05-08T03:40:45.053Z | PASS [ 0.026s] oxlog tests::test_is_oxide_smf_log_file |
5526 | 2024-05-08T03:40:45.053Z | PASS [ 0.024s] oxlog tests::test_oxide_smf_service_name_from_log_file_name |
5527 | 2024-05-08T03:40:45.053Z | PASS [ 0.026s] oxlog tests::test_sort_logs |
5528 | 2024-05-08T03:40:45.078Z | PASS [ 0.038s] sled-hardware disk::test::test_disk_paths |
5529 | 2024-05-08T03:40:45.110Z | PASS [ 0.031s] sled-hardware disk::test::test_partition_device_paths |
5530 | 2024-05-08T03:40:45.179Z | PASS [ 0.055s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format |
5531 | 2024-05-08T03:40:45.214Z | PASS [ 0.048s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt |
5532 | 2024-05-08T03:40:45.271Z | PASS [ 0.034s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format |
5533 | 2024-05-08T03:40:45.295Z | PASS [ 0.036s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt |
5534 | 2024-05-08T03:40:45.342Z | PASS [ 0.056s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path |
5535 | 2024-05-08T03:40:45.387Z | PASS [ 0.046s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path |
5536 | 2024-05-08T03:40:45.424Z | PASS [ 0.039s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format |
5537 | 2024-05-08T03:40:45.462Z | PASS [ 0.035s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip |
5538 | 2024-05-08T03:40:45.487Z | PASS [ 0.452s] reconfigurator-cli::test_basic test_basic |
5539 | 2024-05-08T03:40:45.524Z | PASS [ 0.057s] sled-storage dataset::test::serialize_dataset_name |
5540 | 2024-05-08T03:40:45.571Z | PASS [ 0.072s] sled-storage manager::test::test_omicron_physical_disks_schema |
5541 | 2024-05-08T03:40:46.532Z | PASS [ 0.984s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool |
5542 | 2024-05-08T03:40:46.598Z | PASS [ 0.064s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification |
5543 | 2024-05-08T03:40:47.562Z | PASS [ 2.045s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager |
5544 | 2024-05-08T03:40:47.611Z | PASS [ 0.049s] sled-storage manager::tests::ensure_using_exactly_these_disks |
5545 | 2024-05-08T03:40:48.032Z | PASS [ 3.045s] oximeter-producer tests::test_producer_registration_task |
5546 | 2024-05-08T03:40:48.176Z | PASS [ 11.832s] omicron-test-utils dev::db::test::test_setup_database_default_dir |
5547 | 2024-05-08T03:40:49.436Z | PASS [ 2.835s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready |
5548 | 2024-05-08T03:40:49.778Z | PASS [ 2.166s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2 |
5549 | 2024-05-08T03:40:50.727Z | PASS [ 2.549s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error |
5550 | 2024-05-08T03:40:50.962Z | PASS [ 1.184s] sled-storage manager::tests::wait_for_boot_disk |
5551 | 2024-05-08T03:40:51.612Z | PASS [ 0.644s] tufaceous::integration-tests command_tests::test_init_and_add |
5552 | 2024-05-08T03:40:51.795Z | PASS [ 2.361s] sled-storage manager::tests::upsert_filesystem |
5553 | 2024-05-08T03:40:51.857Z | PASS [ 0.065s] tufaceous-lib archive::tests::test_validate_path |
5554 | 2024-05-08T03:40:51.938Z | PASS [ 0.079s] tufaceous-lib assemble::manifest::tests::fake_roundtrip |
5555 | 2024-05-08T03:40:51.963Z | PASS [ 1.232s] tufaceous::integration-tests command_tests::test_assemble_fake |
5556 | 2024-05-08T03:40:51.987Z | PASS [ 0.042s] tufaceous-lib key::tests::test_from_str |
5557 | 2024-05-08T03:40:52.141Z | PASS [ 0.182s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename |
5558 | 2024-05-08T03:40:52.318Z | PASS [ 4.281s] sled-storage manager::tests::ledgerless_to_ledgered_migration |
5559 | 2024-05-08T03:40:52.444Z | PASS [ 0.127s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts |
5560 | 2024-05-08T03:40:52.472Z | PASS [ 0.849s] tufaceous::manifest-tests check_manifest::fake.toml |
5561 | 2024-05-08T03:40:52.660Z | PASS [ 0.203s] update-engine display::group_display::tests::test_stats |
5562 | 2024-05-08T03:40:52.697Z | PASS [ 0.037s] update-engine display::line_display_shared::tests::test_format_progress_counter |
5563 | 2024-05-08T03:40:52.726Z | PASS [ 0.033s] update-engine engine::tests::error_exits_early |
5564 | 2024-05-08T03:40:52.759Z | PASS [ 0.030s] update-engine events::tests::progress_event_parse_unknown |
5565 | 2024-05-08T03:40:52.783Z | PASS [ 0.326s] update-engine buffer::tests::test_buffer |
5566 | 2024-05-08T03:40:52.807Z | PASS [ 0.031s] update-engine events::tests::step_event_parse_unknown |
5567 | 2024-05-08T03:40:52.831Z | PASS [ 0.036s] wicket state::inventory::tests::component_id_display |
5568 | 2024-05-08T03:40:52.859Z | PASS [ 0.093s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config |
5569 | 2024-05-08T03:40:52.947Z | PASS [ 0.087s] wicketd installinator_progress::tests::test_states |
5570 | 2024-05-08T03:40:53.021Z | PASS [ 1.042s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake |
5571 | 2024-05-08T03:40:53.124Z | PASS [ 0.293s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like |
5572 | 2024-05-08T03:40:53.541Z | PASS [ 0.593s] wicketd::mod integration_tests::commands::test_wicketd_openapi |
5573 | 2024-05-08T03:40:54.185Z | PASS [ 1.164s] wicketd::mod integration_tests::inventory::test_inventory |
5574 | 2024-05-08T03:40:55.271Z | PASS [ 12.738s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated |
5575 | 2024-05-08T03:40:55.295Z | PASS [ 1.744s] wicketd::mod integration_tests::updates::test_update_races |
5576 | 2024-05-08T03:40:55.697Z | PASS [ 3.567s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent |
5577 | 2024-05-08T03:40:55.848Z | PASS [ 14.971s] oximeter-db client::tests::test_single_node |
5578 | 2024-05-08T03:40:56.786Z | PASS [ 2.610s] wicketd::mod integration_tests::updates::test_updates |
5579 | 2024-05-08T03:40:56.955Z | PASS [ 3.848s] wicketd::mod integration_tests::updates::test_installinator_fetch |
5580 | 2024-05-08T03:40:59.093Z | PASS [ 32.136s] omicron-sled-agent nexus::test::nexus_self_notification_test |
5581 | 2024-05-08T03:41:00.518Z | PASS [ 15.494s] reconfigurator-cli::test_basic test_blueprint_edit |
5582 | 2024-05-08T03:41:55.272Z | SLOW [> 60.000s] oximeter-db client::tests::test_replicated |
5583 | 2024-05-08T03:42:55.274Z | SLOW [>120.000s] oximeter-db client::tests::test_replicated |
5584 | 2024-05-08T03:43:55.270Z | SLOW [>180.000s] oximeter-db client::tests::test_replicated |
5585 | 2024-05-08T03:44:55.267Z | SLOW [>240.000s] oximeter-db client::tests::test_replicated |
5586 | 2024-05-08T03:45:33.451Z | PASS [ 278.198s] oximeter-db client::tests::test_replicated |
5587 | 2024-05-08T03:45:33.488Z | ------------ |
5588 | 2024-05-08T03:45:33.488Z | Summary [1980.075s] 1233 tests run: 1230 passed (7 slow, 1 leaky), 3 failed, 3 skipped |
5589 | 2024-05-08T03:45:33.488Z | FAIL [ 15.163s] omicron-nexus app::background::region_replacement_driver::test::test_done_region_replacement_causes_finish |
5590 | 2024-05-08T03:45:33.488Z | FAIL [ 14.894s] omicron-nexus app::background::region_replacement_driver::test::test_mark_region_replacement_done_after_notification |
5591 | 2024-05-08T03:45:33.488Z | FAIL [ 75.273s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized |
5592 | 2024-05-08T03:45:33.489Z | error: test run failed |
5593 | 2024-05-08T03:45:33.519Z | |
5594 | 2024-05-08T03:45:33.519Z | real 33:17.441895694 |
5595 | 2024-05-08T03:45:33.519Z | user 2:36:53.059722230 |
5596 | 2024-05-08T03:45:33.519Z | sys 41:45.600309560 |
5597 | 2024-05-08T03:45:33.519Z | trap 2:18.323801798 |
5598 | 2024-05-08T03:45:33.520Z | tflt 8.773982680 |
5599 | 2024-05-08T03:45:33.520Z | dflt 31.998556846 |
5600 | 2024-05-08T03:45:33.520Z | kflt 0.199621255 |
5601 | 2024-05-08T03:45:33.520Z | lock 923:59:22.524277644 |
5602 | 2024-05-08T03:45:33.520Z | slp 37:11:30.958723799 |
5603 | 2024-05-08T03:45:33.520Z | lat 3:46:00.803060863 |
5604 | 2024-05-08T03:45:33.521Z | stop 45:48.462738205 |
5605 | 2024-05-08T03:45:34.468Z | process exited: duration 3803756 ms, exit code 100 |
|
5606 | 2024-05-08T03:45:34.526Z | found 10 output files |
5607 | 2024-05-08T03:45:34.526Z | uploading: /work/crate-build-timings.json (506561 bytes) |
5608 | 2024-05-08T03:45:35.798Z | uploaded: /work/crate-build-timings.json |
5609 | 2024-05-08T03:45:35.798Z | uploading: /var/tmp/omicron_tmp/omicron_nexus-fd6fa3c279fadadb-test_done_region_replacement_causes_finish.7840.0.log (1343597 bytes) |
5610 | 2024-05-08T03:45:37.237Z | uploaded: /var/tmp/omicron_tmp/omicron_nexus-fd6fa3c279fadadb-test_done_region_replacement_causes_finish.7840.0.log |
5611 | 2024-05-08T03:45:37.237Z | uploading: /var/tmp/omicron_tmp/omicron_nexus-fd6fa3c279fadadb-test_done_region_replacement_causes_finish.7840.2.log (82942 bytes) |
5612 | 2024-05-08T03:45:38.442Z | uploaded: /var/tmp/omicron_tmp/omicron_nexus-fd6fa3c279fadadb-test_done_region_replacement_causes_finish.7840.2.log |
5613 | 2024-05-08T03:45:38.442Z | uploading: /var/tmp/omicron_tmp/omicron_nexus-fd6fa3c279fadadb-test_done_region_replacement_causes_finish.7840.3.log (267230 bytes) |
5614 | 2024-05-08T03:45:40.091Z | uploaded: /var/tmp/omicron_tmp/omicron_nexus-fd6fa3c279fadadb-test_done_region_replacement_causes_finish.7840.3.log |
5615 | 2024-05-08T03:45:40.091Z | uploading: /var/tmp/omicron_tmp/omicron_nexus-fd6fa3c279fadadb-test_mark_region_replacement_done_after_notification.7844.0.log (1379004 bytes) |
5616 | 2024-05-08T03:45:42.683Z | uploaded: /var/tmp/omicron_tmp/omicron_nexus-fd6fa3c279fadadb-test_mark_region_replacement_done_after_notification.7844.0.log |
5617 | 2024-05-08T03:45:42.683Z | uploading: /var/tmp/omicron_tmp/omicron_nexus-fd6fa3c279fadadb-test_mark_region_replacement_done_after_notification.7844.2.log (84826 bytes) |
5618 | 2024-05-08T03:45:44.343Z | uploaded: /var/tmp/omicron_tmp/omicron_nexus-fd6fa3c279fadadb-test_mark_region_replacement_done_after_notification.7844.2.log |
5619 | 2024-05-08T03:45:44.380Z | uploading: /var/tmp/omicron_tmp/omicron_nexus-fd6fa3c279fadadb-test_mark_region_replacement_done_after_notification.7844.3.log (273618 bytes) |
5620 | 2024-05-08T03:45:46.164Z | uploaded: /var/tmp/omicron_tmp/omicron_nexus-fd6fa3c279fadadb-test_mark_region_replacement_done_after_notification.7844.3.log |
5621 | 2024-05-08T03:45:46.164Z | uploading: /var/tmp/omicron_tmp/test_all-0f6b4c99b67cc07a-test_unauthorized.14637.0.log (21062740 bytes) |
5622 | 2024-05-08T03:46:03.056Z | uploaded: /var/tmp/omicron_tmp/test_all-0f6b4c99b67cc07a-test_unauthorized.14637.0.log |
5623 | 2024-05-08T03:46:03.056Z | uploading: /var/tmp/omicron_tmp/test_all-0f6b4c99b67cc07a-test_unauthorized.14637.2.log (219842 bytes) |
5624 | 2024-05-08T03:46:04.321Z | uploaded: /var/tmp/omicron_tmp/test_all-0f6b4c99b67cc07a-test_unauthorized.14637.2.log |
5625 | 2024-05-08T03:46:04.321Z | uploading: /var/tmp/omicron_tmp/test_all-0f6b4c99b67cc07a-test_unauthorized.14637.3.log (827785 bytes) |
5626 | 2024-05-08T03:46:06.035Z | uploaded: /var/tmp/omicron_tmp/test_all-0f6b4c99b67cc07a-test_unauthorized.14637.3.log |