|
|
|
1 | 2025-01-11T04:22:23.693Z | job assigned to worker 01JH9SH9H112Q4ZK2WDXEHNSW6 [factory aws, i-0149c68f8fc89fd02] (queued for 48 s) |
|
2 | 2025-01-11T04:22:31.591Z | starting task 0: "setup" |
3 | 2025-01-11T04:22:31.600Z | ++ uname -s |
4 | 2025-01-11T04:22:31.603Z | + kern=SunOS |
5 | 2025-01-11T04:22:31.603Z | + case "$kern" in |
6 | 2025-01-11T04:22:31.603Z | + groupadd -g 12345 build |
7 | 2025-01-11T04:22:31.606Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-11T04:22:33.615Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-11T04:22:33.729Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-11T04:22:33.731Z | + home_fs=zfs |
11 | 2025-01-11T04:22:33.731Z | + [[ zfs == autofs ]] |
12 | 2025-01-11T04:22:33.731Z | + mkdir -p /home/build |
13 | 2025-01-11T04:22:33.734Z | + chown build:build /home/build /work |
14 | 2025-01-11T04:22:35.736Z | + chmod 0700 /home/build /work |
15 | 2025-01-11T04:22:35.739Z | process exited: duration 4148 ms, exit code 0 |
|
16 | 2025-01-11T04:22:35.746Z | starting task 1: "rust-toolchain" |
17 | 2025-01-11T04:22:35.750Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-11T04:22:35.750Z | ' nightly-2024-11-18 |
19 | 2025-01-11T04:22:35.750Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-11T04:22:35.750Z | ' default |
21 | 2025-01-11T04:22:35.750Z | * toolchain channel = "nightly-2024-11-18" |
22 | 2025-01-11T04:22:35.750Z | * toolchain profile = "default" |
23 | 2025-01-11T04:22:35.753Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-11T04:22:35.753Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2025-01-11T04:22:35.857Z | info: downloading installer |
26 | 2025-01-11T04:22:37.079Z | info: profile set to 'default' |
27 | 2025-01-11T04:22:37.079Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-11T04:22:37.082Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2025-01-11T04:22:37.253Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2025-01-11T04:22:37.253Z | info: downloading component 'cargo' |
31 | 2025-01-11T04:22:38.176Z | info: downloading component 'clippy' |
32 | 2025-01-11T04:22:38.529Z | info: downloading component 'rust-docs' |
33 | 2025-01-11T04:22:39.782Z | info: downloading component 'rust-std' |
34 | 2025-01-11T04:22:41.812Z | info: downloading component 'rustc' |
35 | 2025-01-11T04:22:48.950Z | info: downloading component 'rustfmt' |
36 | 2025-01-11T04:22:49.214Z | info: installing component 'cargo' |
37 | 2025-01-11T04:22:50.064Z | info: installing component 'clippy' |
38 | 2025-01-11T04:22:50.446Z | info: installing component 'rust-docs' |
39 | 2025-01-11T04:22:52.146Z | info: installing component 'rust-std' |
40 | 2025-01-11T04:22:54.017Z | info: installing component 'rustc' |
41 | 2025-01-11T04:23:00.072Z | info: installing component 'rustfmt' |
42 | 2025-01-11T04:23:00.410Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2025-01-11T04:23:00.410Z | |
44 | 2025-01-11T04:23:00.808Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2025-01-11T04:23:00.808Z | |
46 | 2025-01-11T04:23:00.814Z | |
47 | 2025-01-11T04:23:00.814Z | Rust is installed now. Great! |
48 | 2025-01-11T04:23:00.814Z | |
49 | 2025-01-11T04:23:00.814Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-11T04:23:00.814Z | environment variable. This has not been done automatically. |
51 | 2025-01-11T04:23:00.814Z | |
52 | 2025-01-11T04:23:00.814Z | To configure your current shell, you need to source |
53 | 2025-01-11T04:23:00.814Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-11T04:23:00.814Z | |
55 | 2025-01-11T04:23:00.814Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-11T04:23:00.814Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-11T04:23:00.814Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-11T04:23:00.892Z | + rustc --version |
59 | 2025-01-11T04:23:00.962Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2025-01-11T04:23:00.966Z | process exited: duration 25213 ms, exit code 0 |
|
61 | 2025-01-11T04:23:00.971Z | starting task 2: "authentication" |
62 | 2025-01-11T04:23:00.992Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-11T04:23:00.997Z | starting task 3: "clone repository" |
64 | 2025-01-11T04:23:01.002Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2025-01-11T04:23:01.005Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2025-01-11T04:23:01.044Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2025-01-11T04:23:01.853Z | + cd /work/oxidecomputer/opte |
68 | 2025-01-11T04:23:01.854Z | + git fetch origin d97d263172d3d533140eacfcf90210a31b6fc253 |
69 | 2025-01-11T04:23:02.115Z | From https://github.com/oxidecomputer/opte |
70 | 2025-01-11T04:23:02.115Z | * branch d97d263172d3d533140eacfcf90210a31b6fc253 -> FETCH_HEAD |
71 | 2025-01-11T04:23:02.123Z | + [[ -n renovate/thiserror-2.x-lockfile ]] |
72 | 2025-01-11T04:23:02.126Z | ++ git branch --show-current |
73 | 2025-01-11T04:23:02.128Z | + current=master |
74 | 2025-01-11T04:23:02.128Z | + [[ master != renovate/thiserror-2.x-lockfile ]] |
75 | 2025-01-11T04:23:02.128Z | + git branch -f renovate/thiserror-2.x-lockfile d97d263172d3d533140eacfcf90210a31b6fc253 |
76 | 2025-01-11T04:23:02.132Z | + git checkout -f renovate/thiserror-2.x-lockfile |
77 | 2025-01-11T04:23:02.153Z | Switched to branch 'renovate/thiserror-2.x-lockfile' |
78 | 2025-01-11T04:23:02.156Z | + git reset --hard d97d263172d3d533140eacfcf90210a31b6fc253 |
79 | 2025-01-11T04:23:02.161Z | HEAD is now at d97d263 Update Rust crate thiserror to v2.0.11 |
80 | 2025-01-11T04:23:02.164Z | process exited: duration 1165 ms, exit code 0 |
|
81 | 2025-01-11T04:23:02.171Z | starting task 4: "build" |
82 | 2025-01-11T04:23:02.176Z | + cargo --version |
83 | 2025-01-11T04:23:02.182Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
84 | 2025-01-11T04:23:02.334Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
85 | 2025-01-11T04:23:02.334Z | info: downloading component 'cargo' |
86 | 2025-01-11T04:23:03.290Z | info: downloading component 'clippy' |
87 | 2025-01-11T04:23:03.821Z | info: downloading component 'rust-docs' |
88 | 2025-01-11T04:23:04.860Z | info: downloading component 'rust-std' |
89 | 2025-01-11T04:23:06.805Z | info: downloading component 'rustc' |
90 | 2025-01-11T04:23:13.642Z | info: downloading component 'rustfmt' |
91 | 2025-01-11T04:23:14.058Z | info: installing component 'cargo' |
92 | 2025-01-11T04:23:14.882Z | info: installing component 'clippy' |
93 | 2025-01-11T04:23:15.256Z | info: installing component 'rust-docs' |
94 | 2025-01-11T04:23:17.011Z | info: installing component 'rust-std' |
95 | 2025-01-11T04:23:18.678Z | info: installing component 'rustc' |
96 | 2025-01-11T04:23:24.482Z | info: installing component 'rustfmt' |
97 | 2025-01-11T04:23:24.900Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
98 | 2025-01-11T04:23:24.902Z | + rustc --version |
99 | 2025-01-11T04:23:24.976Z | rustc 1.83.0 (90b35a623 2024-11-26) |
100 | 2025-01-11T04:23:24.980Z | + cd lib/opte-ioctl |
101 | 2025-01-11T04:23:24.983Z | + header 'check style' |
102 | 2025-01-11T04:23:24.983Z | + echo '# ==== check style ==== #' |
103 | 2025-01-11T04:23:24.983Z | # ==== check style ==== # |
104 | 2025-01-11T04:23:24.983Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
105 | 2025-01-11T04:23:25.183Z | |
106 | 2025-01-11T04:23:25.183Z | real 0.198412706 |
107 | 2025-01-11T04:23:25.183Z | user 0.103734395 |
108 | 2025-01-11T04:23:25.183Z | sys 0.089471687 |
109 | 2025-01-11T04:23:25.183Z | trap 0.000003138 |
110 | 2025-01-11T04:23:25.183Z | tflt 0.000000000 |
111 | 2025-01-11T04:23:25.183Z | dflt 0.000000000 |
112 | 2025-01-11T04:23:25.185Z | kflt 0.000000000 |
113 | 2025-01-11T04:23:25.185Z | lock 0.000000000 |
114 | 2025-01-11T04:23:25.185Z | slp 0.110538652 |
115 | 2025-01-11T04:23:25.185Z | lat 0.000297520 |
116 | 2025-01-11T04:23:25.185Z | stop 0.000132003 |
117 | 2025-01-11T04:23:25.188Z | + header analyze |
118 | 2025-01-11T04:23:25.188Z | + echo '# ==== analyze ==== #' |
119 | 2025-01-11T04:23:25.188Z | # ==== analyze ==== # |
120 | 2025-01-11T04:23:25.188Z | + ptime -m cargo clippy --all-targets |
121 | 2025-01-11T04:23:25.413Z | Updating crates.io index |
122 | 2025-01-11T04:23:25.416Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
123 | 2025-01-11T04:23:26.141Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
124 | 2025-01-11T04:23:26.425Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
125 | 2025-01-11T04:23:26.693Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
126 | 2025-01-11T04:23:27.000Z | Updating git repository `https://github.com/oxidecomputer/zone` |
127 | 2025-01-11T04:23:27.278Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
128 | 2025-01-11T04:23:27.540Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
129 | 2025-01-11T04:23:27.781Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
130 | 2025-01-11T04:23:28.044Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
131 | 2025-01-11T04:23:28.835Z | Downloading crates ... |
132 | 2025-01-11T04:23:28.907Z | Downloaded cfg-if v1.0.0 |
133 | 2025-01-11T04:23:28.911Z | Downloaded byteorder v1.5.0 |
134 | 2025-01-11T04:23:28.911Z | Downloaded cobs v0.2.3 |
135 | 2025-01-11T04:23:28.913Z | Downloaded bitflags v1.3.2 |
136 | 2025-01-11T04:23:28.916Z | Downloaded autocfg v1.4.0 |
137 | 2025-01-11T04:23:28.919Z | Downloaded anyhow v1.0.95 |
138 | 2025-01-11T04:23:28.923Z | Downloaded ident_case v1.0.1 |
139 | 2025-01-11T04:23:28.935Z | Downloaded darling_macro v0.20.10 |
140 | 2025-01-11T04:23:28.954Z | Downloaded pretty-hex v0.2.1 |
141 | 2025-01-11T04:23:28.956Z | Downloaded equivalent v1.0.1 |
142 | 2025-01-11T04:23:28.961Z | Downloaded cstr-argument v0.1.2 |
143 | 2025-01-11T04:23:28.967Z | Downloaded foreign-types-shared v0.3.1 |
144 | 2025-01-11T04:23:28.972Z | Downloaded hash32 v0.3.1 |
145 | 2025-01-11T04:23:28.976Z | Downloaded scopeguard v1.2.0 |
146 | 2025-01-11T04:23:28.979Z | Downloaded managed v0.8.0 |
147 | 2025-01-11T04:23:28.979Z | Downloaded either v1.13.0 |
148 | 2025-01-11T04:23:28.986Z | Downloaded ppv-lite86 v0.2.20 |
149 | 2025-01-11T04:23:28.988Z | Downloaded foreign-types v0.5.0 |
150 | 2025-01-11T04:23:28.995Z | Downloaded stable_deref_trait v1.2.0 |
151 | 2025-01-11T04:23:28.999Z | Downloaded foreign-types-macros v0.2.3 |
152 | 2025-01-11T04:23:28.999Z | Downloaded rand_chacha v0.3.1 |
153 | 2025-01-11T04:23:29.002Z | Downloaded thiserror-impl v2.0.11 |
154 | 2025-01-11T04:23:29.007Z | Downloaded schemars_derive v0.8.21 |
155 | 2025-01-11T04:23:29.007Z | Downloaded defmt-parser v0.4.1 |
156 | 2025-01-11T04:23:29.011Z | Downloaded defmt-macros v0.4.0 |
157 | 2025-01-11T04:23:29.015Z | Downloaded embedded-io v0.6.1 |
158 | 2025-01-11T04:23:29.017Z | Downloaded proc-macro-error-attr2 v2.0.0 |
159 | 2025-01-11T04:23:29.020Z | Downloaded dyn-clone v1.0.17 |
160 | 2025-01-11T04:23:29.023Z | Downloaded strsim v0.11.1 |
161 | 2025-01-11T04:23:29.023Z | Downloaded embedded-io v0.4.0 |
162 | 2025-01-11T04:23:29.026Z | Downloaded itoa v1.0.14 |
163 | 2025-01-11T04:23:29.026Z | Downloaded bytes v1.9.0 |
164 | 2025-01-11T04:23:29.029Z | Downloaded toml_datetime v0.6.8 |
165 | 2025-01-11T04:23:29.032Z | Downloaded num_enum v0.5.11 |
166 | 2025-01-11T04:23:29.035Z | Downloaded macaddr v1.0.1 |
167 | 2025-01-11T04:23:29.037Z | Downloaded proc-macro-crate v1.3.1 |
168 | 2025-01-11T04:23:29.040Z | Downloaded lazy_static v1.5.0 |
169 | 2025-01-11T04:23:29.040Z | Downloaded getrandom v0.2.15 |
170 | 2025-01-11T04:23:29.043Z | Downloaded smallvec v1.13.2 |
171 | 2025-01-11T04:23:29.047Z | Downloaded ipnetwork v0.20.0 |
172 | 2025-01-11T04:23:29.049Z | Downloaded fnv v1.0.7 |
173 | 2025-01-11T04:23:29.049Z | Downloaded postcard v1.1.1 |
174 | 2025-01-11T04:23:29.053Z | Downloaded parking_lot_core v0.9.10 |
175 | 2025-01-11T04:23:29.061Z | Downloaded serde_derive_internals v0.29.1 |
176 | 2025-01-11T04:23:29.064Z | Downloaded thiserror v2.0.11 |
177 | 2025-01-11T04:23:29.067Z | Downloaded tracing-attributes v0.1.28 |
178 | 2025-01-11T04:23:29.069Z | Downloaded defmt v0.3.10 |
179 | 2025-01-11T04:23:29.072Z | Downloaded darling v0.20.10 |
180 | 2025-01-11T04:23:29.076Z | Downloaded signal-hook-registry v1.4.2 |
181 | 2025-01-11T04:23:29.079Z | Downloaded quote v1.0.38 |
182 | 2025-01-11T04:23:29.081Z | Downloaded rand_core v0.6.4 |
183 | 2025-01-11T04:23:29.082Z | Downloaded lock_api v0.4.12 |
184 | 2025-01-11T04:23:29.084Z | Downloaded proc-macro-error2 v2.0.1 |
185 | 2025-01-11T04:23:29.087Z | Downloaded num_enum_derive v0.5.11 |
186 | 2025-01-11T04:23:29.087Z | Downloaded colored v2.2.0 |
187 | 2025-01-11T04:23:29.091Z | Downloaded pin-project-lite v0.2.15 |
188 | 2025-01-11T04:23:29.094Z | Downloaded version_check v0.9.5 |
189 | 2025-01-11T04:23:29.097Z | Downloaded tokio-macros v2.4.0 |
190 | 2025-01-11T04:23:29.097Z | Downloaded proc-macro2 v1.0.92 |
191 | 2025-01-11T04:23:29.099Z | Downloaded once_cell v1.20.2 |
192 | 2025-01-11T04:23:29.102Z | Downloaded uuid v1.11.0 |
193 | 2025-01-11T04:23:29.105Z | Downloaded bitflags v2.6.0 |
194 | 2025-01-11T04:23:29.108Z | Downloaded zerocopy-derive v0.7.35 |
195 | 2025-01-11T04:23:29.113Z | Downloaded unicode-ident v1.0.14 |
196 | 2025-01-11T04:23:29.115Z | Downloaded ryu v1.0.18 |
197 | 2025-01-11T04:23:29.119Z | Downloaded socket2 v0.5.8 |
198 | 2025-01-11T04:23:29.121Z | Downloaded parking_lot v0.12.3 |
199 | 2025-01-11T04:23:29.137Z | Downloaded schemars v0.8.21 |
200 | 2025-01-11T04:23:29.156Z | Downloaded tracing-core v0.1.33 |
201 | 2025-01-11T04:23:29.159Z | Downloaded serde_derive v1.0.217 |
202 | 2025-01-11T04:23:29.161Z | Downloaded darling_core v0.20.10 |
203 | 2025-01-11T04:23:29.164Z | Downloaded thiserror v1.0.69 |
204 | 2025-01-11T04:23:29.180Z | Downloaded zerocopy-derive v0.8.14 |
205 | 2025-01-11T04:23:29.187Z | Downloaded serde v1.0.217 |
206 | 2025-01-11T04:23:29.190Z | Downloaded memchr v2.7.4 |
207 | 2025-01-11T04:23:29.195Z | Downloaded mio v1.0.3 |
208 | 2025-01-11T04:23:29.201Z | Downloaded toml_edit v0.19.15 |
209 | 2025-01-11T04:23:29.216Z | Downloaded tracing v0.1.41 |
210 | 2025-01-11T04:23:29.220Z | Downloaded thiserror-impl v1.0.69 |
211 | 2025-01-11T04:23:29.223Z | Downloaded indexmap v2.7.0 |
212 | 2025-01-11T04:23:29.225Z | Downloaded rand v0.8.5 |
213 | 2025-01-11T04:23:29.229Z | Downloaded heapless v0.8.0 |
214 | 2025-01-11T04:23:29.255Z | Downloaded serde_json v1.0.134 |
215 | 2025-01-11T04:23:29.262Z | Downloaded itertools v0.13.0 |
216 | 2025-01-11T04:23:29.269Z | Downloaded hashbrown v0.15.2 |
217 | 2025-01-11T04:23:29.281Z | Downloaded zerocopy v0.7.35 |
218 | 2025-01-11T04:23:29.296Z | Downloaded winnow v0.6.22 |
219 | 2025-01-11T04:23:29.304Z | Downloaded winnow v0.5.40 |
220 | 2025-01-11T04:23:29.312Z | Downloaded aho-corasick v1.1.3 |
221 | 2025-01-11T04:23:29.333Z | Downloaded zerocopy v0.8.14 |
222 | 2025-01-11T04:23:29.355Z | Downloaded syn v1.0.109 |
223 | 2025-01-11T04:23:29.364Z | Downloaded regex v1.11.1 |
224 | 2025-01-11T04:23:29.394Z | Downloaded syn v2.0.95 |
225 | 2025-01-11T04:23:29.405Z | Downloaded smoltcp v0.11.0 |
226 | 2025-01-11T04:23:29.417Z | Downloaded regex-syntax v0.8.5 |
227 | 2025-01-11T04:23:29.479Z | Downloaded regex-automata v0.4.9 |
228 | 2025-01-11T04:23:29.505Z | Downloaded libc v0.2.169 |
229 | 2025-01-11T04:23:29.528Z | Downloaded tokio v1.42.0 |
230 | 2025-01-11T04:23:29.703Z | Compiling proc-macro2 v1.0.92 |
231 | 2025-01-11T04:23:29.704Z | Compiling unicode-ident v1.0.14 |
232 | 2025-01-11T04:23:29.707Z | Compiling libc v0.2.169 |
233 | 2025-01-11T04:23:29.707Z | Checking cfg-if v1.0.0 |
234 | 2025-01-11T04:23:29.707Z | Compiling serde v1.0.217 |
235 | 2025-01-11T04:23:29.707Z | Checking byteorder v1.5.0 |
236 | 2025-01-11T04:23:29.716Z | Compiling memchr v2.7.4 |
237 | 2025-01-11T04:23:29.718Z | Compiling ident_case v1.0.1 |
238 | 2025-01-11T04:23:29.791Z | Compiling strsim v0.11.1 |
239 | 2025-01-11T04:23:29.883Z | Compiling fnv v1.0.7 |
240 | 2025-01-11T04:23:29.906Z | Compiling syn v1.0.109 |
241 | 2025-01-11T04:23:30.000Z | Compiling regex-syntax v0.8.5 |
242 | 2025-01-11T04:23:30.020Z | Compiling hashbrown v0.15.2 |
243 | 2025-01-11T04:23:30.367Z | Compiling equivalent v1.0.1 |
244 | 2025-01-11T04:23:30.385Z | Compiling autocfg v1.4.0 |
245 | 2025-01-11T04:23:30.468Z | Compiling zerocopy v0.8.14 |
246 | 2025-01-11T04:23:30.513Z | Compiling either v1.13.0 |
247 | 2025-01-11T04:23:30.915Z | Compiling aho-corasick v1.1.3 |
248 | 2025-01-11T04:23:30.997Z | Compiling itertools v0.13.0 |
249 | 2025-01-11T04:23:31.124Z | Compiling indexmap v2.7.0 |
250 | 2025-01-11T04:23:31.150Z | Compiling winnow v0.5.40 |
251 | 2025-01-11T04:23:31.197Z | Compiling lock_api v0.4.12 |
252 | 2025-01-11T04:23:31.275Z | Compiling heapless v0.8.0 |
253 | 2025-01-11T04:23:31.576Z | Compiling quote v1.0.38 |
254 | 2025-01-11T04:23:31.819Z | Compiling toml_datetime v0.6.8 |
255 | 2025-01-11T04:23:32.008Z | Compiling syn v2.0.95 |
256 | 2025-01-11T04:23:32.183Z | Compiling parking_lot_core v0.9.10 |
257 | 2025-01-11T04:23:33.042Z | Checking hash32 v0.3.1 |
258 | 2025-01-11T04:23:33.065Z | Compiling once_cell v1.20.2 |
259 | 2025-01-11T04:23:33.199Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
260 | 2025-01-11T04:23:33.412Z | Checking stable_deref_trait v1.2.0 |
261 | 2025-01-11T04:23:33.500Z | Compiling regex-automata v0.4.9 |
262 | 2025-01-11T04:23:33.574Z | Compiling serde_json v1.0.134 |
263 | 2025-01-11T04:23:33.822Z | Checking scopeguard v1.2.0 |
264 | 2025-01-11T04:23:33.930Z | Checking smallvec v1.13.2 |
265 | 2025-01-11T04:23:33.941Z | Checking macaddr v1.0.1 |
266 | 2025-01-11T04:23:34.188Z | Compiling toml_edit v0.19.15 |
267 | 2025-01-11T04:23:34.271Z | Checking dyn-clone v1.0.17 |
268 | 2025-01-11T04:23:35.404Z | Compiling smoltcp v0.11.0 |
269 | 2025-01-11T04:23:35.407Z | Checking getrandom v0.2.15 |
270 | 2025-01-11T04:23:35.407Z | Checking itoa v1.0.14 |
271 | 2025-01-11T04:23:35.407Z | Checking managed v0.8.0 |
272 | 2025-01-11T04:23:35.407Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
273 | 2025-01-11T04:23:35.447Z | Compiling schemars v0.8.21 |
274 | 2025-01-11T04:23:35.583Z | Compiling thiserror v1.0.69 |
275 | 2025-01-11T04:23:35.586Z | Checking bitflags v2.6.0 |
276 | 2025-01-11T04:23:35.622Z | Checking cobs v0.2.3 |
277 | 2025-01-11T04:23:35.774Z | Compiling version_check v0.9.5 |
278 | 2025-01-11T04:23:35.832Z | Checking pin-project-lite v0.2.15 |
279 | 2025-01-11T04:23:35.843Z | Checking bitflags v1.3.2 |
280 | 2025-01-11T04:23:35.927Z | Checking ryu v1.0.18 |
281 | 2025-01-11T04:23:36.201Z | Checking rand_core v0.6.4 |
282 | 2025-01-11T04:23:36.355Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
283 | 2025-01-11T04:23:36.475Z | Checking parking_lot v0.12.3 |
284 | 2025-01-11T04:23:36.515Z | Checking mio v1.0.3 |
285 | 2025-01-11T04:23:36.740Z | Compiling proc-macro-crate v1.3.1 |
286 | 2025-01-11T04:23:36.793Z | Checking socket2 v0.5.8 |
287 | 2025-01-11T04:23:37.064Z | Checking signal-hook-registry v1.4.2 |
288 | 2025-01-11T04:23:37.241Z | Compiling regex v1.11.1 |
289 | 2025-01-11T04:23:37.301Z | Checking bytes v1.9.0 |
290 | 2025-01-11T04:23:37.756Z | Checking foreign-types-shared v0.3.1 |
291 | 2025-01-11T04:23:37.860Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
292 | 2025-01-11T04:23:38.031Z | Compiling anyhow v1.0.95 |
293 | 2025-01-11T04:23:38.052Z | Checking tracing-core v0.1.33 |
294 | 2025-01-11T04:23:38.301Z | Compiling darling_core v0.20.10 |
295 | 2025-01-11T04:23:38.612Z | Compiling serde_derive_internals v0.29.1 |
296 | 2025-01-11T04:23:38.826Z | Checking cstr-argument v0.1.2 |
297 | 2025-01-11T04:23:38.990Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
298 | 2025-01-11T04:23:39.001Z | Compiling thiserror v2.0.11 |
299 | 2025-01-11T04:23:39.329Z | Checking pretty-hex v0.2.1 |
300 | 2025-01-11T04:23:39.482Z | Checking lazy_static v1.5.0 |
301 | 2025-01-11T04:23:39.597Z | Checking colored v2.2.0 |
302 | 2025-01-11T04:23:39.911Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
303 | 2025-01-11T04:23:39.921Z | Checking winnow v0.6.22 |
304 | 2025-01-11T04:23:40.912Z | Compiling num_enum_derive v0.5.11 |
305 | 2025-01-11T04:23:40.914Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
306 | 2025-01-11T04:23:41.199Z | Compiling serde_derive v1.0.217 |
307 | 2025-01-11T04:23:41.244Z | Compiling zerocopy-derive v0.8.14 |
308 | 2025-01-11T04:23:41.370Z | Compiling zerocopy-derive v0.7.35 |
309 | 2025-01-11T04:23:41.625Z | Compiling tokio-macros v2.4.0 |
310 | 2025-01-11T04:23:41.810Z | Compiling foreign-types-macros v0.2.3 |
311 | 2025-01-11T04:23:41.855Z | Compiling darling_macro v0.20.10 |
312 | 2025-01-11T04:23:42.649Z | Compiling thiserror-impl v1.0.69 |
313 | 2025-01-11T04:23:42.832Z | Compiling darling v0.20.10 |
314 | 2025-01-11T04:23:42.933Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
315 | 2025-01-11T04:23:42.997Z | Compiling schemars_derive v0.8.21 |
316 | 2025-01-11T04:23:43.063Z | Checking foreign-types v0.5.0 |
317 | 2025-01-11T04:23:43.088Z | Checking tokio v1.42.0 |
318 | 2025-01-11T04:23:43.150Z | Checking num_enum v0.5.11 |
319 | 2025-01-11T04:23:43.191Z | Checking zerocopy v0.7.35 |
320 | 2025-01-11T04:23:43.282Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
321 | 2025-01-11T04:23:44.225Z | Checking ppv-lite86 v0.2.20 |
322 | 2025-01-11T04:23:44.416Z | Compiling tracing-attributes v0.1.28 |
323 | 2025-01-11T04:23:44.864Z | Checking rand_chacha v0.3.1 |
324 | 2025-01-11T04:23:45.221Z | Checking rand v0.8.5 |
325 | 2025-01-11T04:23:45.427Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
326 | 2025-01-11T04:23:45.683Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
327 | 2025-01-11T04:23:45.742Z | Compiling thiserror-impl v2.0.11 |
328 | 2025-01-11T04:23:47.395Z | Checking tracing v0.1.41 |
329 | 2025-01-11T04:23:47.965Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
330 | 2025-01-11T04:23:48.950Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
331 | 2025-01-11T04:23:50.158Z | Checking postcard v1.1.1 |
332 | 2025-01-11T04:23:50.161Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
333 | 2025-01-11T04:23:50.161Z | Checking ipnetwork v0.20.0 |
334 | 2025-01-11T04:23:50.161Z | Checking uuid v1.11.0 |
335 | 2025-01-11T04:23:51.499Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
336 | 2025-01-11T04:23:52.070Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
337 | 2025-01-11T04:23:52.755Z | warning: unused `#[macro_use]` import |
338 | 2025-01-11T04:23:52.755Z | --> lib/opte/src/lib.rs:23:1 |
339 | 2025-01-11T04:23:52.755Z | | |
340 | 2025-01-11T04:23:52.755Z | 23 | #[macro_use] |
341 | 2025-01-11T04:23:52.755Z | | ^^^^^^^^^^^^ |
342 | 2025-01-11T04:23:52.755Z | | |
343 | 2025-01-11T04:23:52.755Z | = note: `#[warn(unused_imports)]` on by default |
344 | 2025-01-11T04:23:52.755Z | |
345 | 2025-01-11T04:23:52.820Z | warning: `opte` (lib) generated 1 warning |
346 | 2025-01-11T04:23:52.822Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
347 | 2025-01-11T04:23:54.570Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
348 | 2025-01-11T04:23:54.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.51s |
349 | 2025-01-11T04:23:54.991Z | |
350 | 2025-01-11T04:23:54.991Z | real 29.793351800 |
351 | 2025-01-11T04:23:54.991Z | user 2:11.636501723 |
352 | 2025-01-11T04:23:54.994Z | sys 20.283719537 |
353 | 2025-01-11T04:23:54.994Z | trap 0.098166932 |
354 | 2025-01-11T04:23:54.994Z | tflt 0.174889463 |
355 | 2025-01-11T04:23:54.994Z | dflt 0.126643508 |
356 | 2025-01-11T04:23:54.994Z | kflt 0.002069120 |
357 | 2025-01-11T04:23:54.994Z | lock 2:45.960224828 |
358 | 2025-01-11T04:23:54.994Z | slp 8:42.681287055 |
359 | 2025-01-11T04:23:54.994Z | lat 8.789778237 |
360 | 2025-01-11T04:23:54.994Z | stop 14.701323570 |
361 | 2025-01-11T04:23:54.994Z | process exited: duration 52806 ms, exit code 0 |
|
362 | 2025-01-11T04:23:55.000Z | found 0 output files |