|
|
|
1 | 2024-12-25T04:19:54.609Z | job assigned to worker 01JFY0MGSJKFJVT224HYMW1315 [factory aws, i-08a11b436df45076c] (queued for 50 s) |
|
2 | 2024-12-25T04:20:01.911Z | starting task 0: "setup" |
3 | 2024-12-25T04:20:01.923Z | ++ uname -s |
4 | 2024-12-25T04:20:01.925Z | + kern=SunOS |
5 | 2024-12-25T04:20:01.925Z | + case "$kern" in |
6 | 2024-12-25T04:20:01.925Z | + groupadd -g 12345 build |
7 | 2024-12-25T04:20:01.927Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-25T04:20:03.936Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-25T04:20:04.049Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-25T04:20:04.051Z | + home_fs=zfs |
11 | 2024-12-25T04:20:04.051Z | + [[ zfs == autofs ]] |
12 | 2024-12-25T04:20:04.051Z | + mkdir -p /home/build |
13 | 2024-12-25T04:20:04.053Z | + chown build:build /home/build /work |
14 | 2024-12-25T04:20:06.057Z | + chmod 0700 /home/build /work |
15 | 2024-12-25T04:20:06.060Z | process exited: duration 4147 ms, exit code 0 |
|
16 | 2024-12-25T04:20:06.065Z | starting task 1: "rust-toolchain" |
17 | 2024-12-25T04:20:06.071Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-25T04:20:06.071Z | ' nightly-2024-11-18 |
19 | 2024-12-25T04:20:06.071Z | * toolchain channel = "nightly-2024-11-18" |
20 | 2024-12-25T04:20:06.071Z | * toolchain profile = "default" |
21 | 2024-12-25T04:20:06.071Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-25T04:20:06.071Z | ' default |
23 | 2024-12-25T04:20:06.073Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-25T04:20:06.073Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-12-25T04:20:06.242Z | info: downloading installer |
26 | 2024-12-25T04:20:07.477Z | info: profile set to 'default' |
27 | 2024-12-25T04:20:07.477Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-25T04:20:07.480Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-12-25T04:20:07.964Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-12-25T04:20:07.964Z | info: downloading component 'cargo' |
31 | 2024-12-25T04:20:09.054Z | info: downloading component 'clippy' |
32 | 2024-12-25T04:20:09.601Z | info: downloading component 'rust-docs' |
33 | 2024-12-25T04:20:10.926Z | info: downloading component 'rust-std' |
34 | 2024-12-25T04:20:13.084Z | info: downloading component 'rustc' |
35 | 2024-12-25T04:20:20.265Z | info: downloading component 'rustfmt' |
36 | 2024-12-25T04:20:20.720Z | info: installing component 'cargo' |
37 | 2024-12-25T04:20:21.580Z | info: installing component 'clippy' |
38 | 2024-12-25T04:20:21.962Z | info: installing component 'rust-docs' |
39 | 2024-12-25T04:20:23.673Z | info: installing component 'rust-std' |
40 | 2024-12-25T04:20:25.557Z | info: installing component 'rustc' |
41 | 2024-12-25T04:20:31.719Z | info: installing component 'rustfmt' |
42 | 2024-12-25T04:20:32.062Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-12-25T04:20:32.062Z | |
44 | 2024-12-25T04:20:32.450Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-12-25T04:20:32.450Z | |
46 | 2024-12-25T04:20:32.453Z | |
47 | 2024-12-25T04:20:32.453Z | Rust is installed now. Great! |
48 | 2024-12-25T04:20:32.453Z | |
49 | 2024-12-25T04:20:32.453Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-25T04:20:32.453Z | environment variable. This has not been done automatically. |
51 | 2024-12-25T04:20:32.453Z | |
52 | 2024-12-25T04:20:32.453Z | To configure your current shell, you need to source |
53 | 2024-12-25T04:20:32.453Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-25T04:20:32.453Z | |
55 | 2024-12-25T04:20:32.453Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-25T04:20:32.453Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-25T04:20:32.453Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-25T04:20:32.542Z | + rustc --version |
59 | 2024-12-25T04:20:32.618Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-12-25T04:20:32.622Z | process exited: duration 26549 ms, exit code 0 |
|
61 | 2024-12-25T04:20:32.628Z | starting task 2: "authentication" |
62 | 2024-12-25T04:20:32.652Z | process exited: duration 23 ms, exit code 0 |
|
63 | 2024-12-25T04:20:32.658Z | starting task 3: "clone repository" |
64 | 2024-12-25T04:20:32.664Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-12-25T04:20:32.667Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-12-25T04:20:32.707Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-12-25T04:20:33.442Z | + cd /work/oxidecomputer/opte |
68 | 2024-12-25T04:20:33.442Z | + git fetch origin c16669c85cd3aa6b7736840a8af1fdfe9e43aa3e |
69 | 2024-12-25T04:20:33.693Z | From https://github.com/oxidecomputer/opte |
70 | 2024-12-25T04:20:33.693Z | * branch c16669c85cd3aa6b7736840a8af1fdfe9e43aa3e -> FETCH_HEAD |
71 | 2024-12-25T04:20:33.702Z | + [[ -n renovate/zerocopy-0.x-lockfile ]] |
72 | 2024-12-25T04:20:33.705Z | ++ git branch --show-current |
73 | 2024-12-25T04:20:33.709Z | + current=master |
74 | 2024-12-25T04:20:33.709Z | + [[ master != renovate/zerocopy-0.x-lockfile ]] |
75 | 2024-12-25T04:20:33.709Z | + git branch -f renovate/zerocopy-0.x-lockfile c16669c85cd3aa6b7736840a8af1fdfe9e43aa3e |
76 | 2024-12-25T04:20:33.712Z | + git checkout -f renovate/zerocopy-0.x-lockfile |
77 | 2024-12-25T04:20:33.733Z | Switched to branch 'renovate/zerocopy-0.x-lockfile' |
78 | 2024-12-25T04:20:33.736Z | + git reset --hard c16669c85cd3aa6b7736840a8af1fdfe9e43aa3e |
79 | 2024-12-25T04:20:33.741Z | HEAD is now at c16669c Update Rust crate zerocopy to v0.8.14 |
80 | 2024-12-25T04:20:33.743Z | process exited: duration 1083 ms, exit code 0 |
|
81 | 2024-12-25T04:20:33.752Z | starting task 4: "build" |
82 | 2024-12-25T04:20:33.755Z | + cargo --version |
83 | 2024-12-25T04:20:33.760Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
84 | 2024-12-25T04:20:33.911Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
85 | 2024-12-25T04:20:33.912Z | info: downloading component 'cargo' |
86 | 2024-12-25T04:20:34.681Z | info: downloading component 'clippy' |
87 | 2024-12-25T04:20:35.053Z | info: downloading component 'rust-docs' |
88 | 2024-12-25T04:20:36.115Z | info: downloading component 'rust-std' |
89 | 2024-12-25T04:20:37.647Z | info: downloading component 'rustc' |
90 | 2024-12-25T04:20:43.510Z | info: downloading component 'rustfmt' |
91 | 2024-12-25T04:20:43.733Z | info: installing component 'cargo' |
92 | 2024-12-25T04:20:44.586Z | info: installing component 'clippy' |
93 | 2024-12-25T04:20:44.964Z | info: installing component 'rust-docs' |
94 | 2024-12-25T04:20:46.709Z | info: installing component 'rust-std' |
95 | 2024-12-25T04:20:48.393Z | info: installing component 'rustc' |
96 | 2024-12-25T04:20:54.302Z | info: installing component 'rustfmt' |
97 | 2024-12-25T04:20:54.723Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
98 | 2024-12-25T04:20:54.726Z | + rustc --version |
99 | 2024-12-25T04:20:54.800Z | rustc 1.83.0 (90b35a623 2024-11-26) |
100 | 2024-12-25T04:20:54.805Z | + cd lib/opte-ioctl |
101 | 2024-12-25T04:20:54.807Z | + header 'check style' |
102 | 2024-12-25T04:20:54.807Z | + echo '# ==== check style ==== #' |
103 | 2024-12-25T04:20:54.807Z | # ==== check style ==== # |
104 | 2024-12-25T04:20:54.807Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
105 | 2024-12-25T04:20:55.018Z | |
106 | 2024-12-25T04:20:55.018Z | real 0.208509248 |
107 | 2024-12-25T04:20:55.018Z | user 0.106395572 |
108 | 2024-12-25T04:20:55.018Z | sys 0.096288976 |
109 | 2024-12-25T04:20:55.018Z | trap 0.000004798 |
110 | 2024-12-25T04:20:55.018Z | tflt 0.000000000 |
111 | 2024-12-25T04:20:55.018Z | dflt 0.000000000 |
112 | 2024-12-25T04:20:55.018Z | kflt 0.000000000 |
113 | 2024-12-25T04:20:55.018Z | lock 0.000000000 |
114 | 2024-12-25T04:20:55.018Z | slp 0.116096877 |
115 | 2024-12-25T04:20:55.018Z | lat 0.000279842 |
116 | 2024-12-25T04:20:55.021Z | stop 0.000133323 |
117 | 2024-12-25T04:20:55.021Z | + header analyze |
118 | 2024-12-25T04:20:55.021Z | + echo '# ==== analyze ==== #' |
119 | 2024-12-25T04:20:55.021Z | # ==== analyze ==== # |
120 | 2024-12-25T04:20:55.021Z | + ptime -m cargo clippy --all-targets |
121 | 2024-12-25T04:20:55.259Z | Updating crates.io index |
122 | 2024-12-25T04:20:55.263Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
123 | 2024-12-25T04:20:56.182Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
124 | 2024-12-25T04:20:56.423Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
125 | 2024-12-25T04:20:56.703Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
126 | 2024-12-25T04:20:57.048Z | Updating git repository `https://github.com/oxidecomputer/zone` |
127 | 2024-12-25T04:20:57.264Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
128 | 2024-12-25T04:20:57.740Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
129 | 2024-12-25T04:20:58.008Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
130 | 2024-12-25T04:20:58.270Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
131 | 2024-12-25T04:20:59.262Z | Downloading crates ... |
132 | 2024-12-25T04:20:59.358Z | Downloaded autocfg v1.4.0 |
133 | 2024-12-25T04:20:59.401Z | Downloaded aho-corasick v1.1.3 |
134 | 2024-12-25T04:20:59.408Z | Downloaded darling_macro v0.20.10 |
135 | 2024-12-25T04:20:59.410Z | Downloaded cstr-argument v0.1.2 |
136 | 2024-12-25T04:20:59.410Z | Downloaded cfg-if v1.0.0 |
137 | 2024-12-25T04:20:59.413Z | Downloaded defmt v0.3.10 |
138 | 2024-12-25T04:20:59.416Z | Downloaded bitflags v2.6.0 |
139 | 2024-12-25T04:20:59.419Z | Downloaded byteorder v1.5.0 |
140 | 2024-12-25T04:20:59.421Z | Downloaded either v1.13.0 |
141 | 2024-12-25T04:20:59.421Z | Downloaded darling v0.20.10 |
142 | 2024-12-25T04:20:59.425Z | Downloaded ipnetwork v0.20.0 |
143 | 2024-12-25T04:20:59.428Z | Downloaded cobs v0.2.3 |
144 | 2024-12-25T04:20:59.430Z | Downloaded darling_core v0.20.10 |
145 | 2024-12-25T04:20:59.433Z | Downloaded foreign-types-shared v0.3.1 |
146 | 2024-12-25T04:20:59.436Z | Downloaded anyhow v1.0.95 |
147 | 2024-12-25T04:20:59.439Z | Downloaded bytes v1.9.0 |
148 | 2024-12-25T04:20:59.442Z | Downloaded indexmap v2.7.0 |
149 | 2024-12-25T04:20:59.445Z | Downloaded hashbrown v0.15.2 |
150 | 2024-12-25T04:20:59.451Z | Downloaded foreign-types v0.5.0 |
151 | 2024-12-25T04:20:59.453Z | Downloaded bitflags v1.3.2 |
152 | 2024-12-25T04:20:59.455Z | Downloaded equivalent v1.0.1 |
153 | 2024-12-25T04:20:59.459Z | Downloaded itoa v1.0.14 |
154 | 2024-12-25T04:20:59.461Z | Downloaded heapless v0.8.0 |
155 | 2024-12-25T04:20:59.464Z | Downloaded lazy_static v1.5.0 |
156 | 2024-12-25T04:20:59.467Z | Downloaded ident_case v1.0.1 |
157 | 2024-12-25T04:20:59.467Z | Downloaded hash32 v0.3.1 |
158 | 2024-12-25T04:20:59.469Z | Downloaded getrandom v0.2.15 |
159 | 2024-12-25T04:20:59.472Z | Downloaded foreign-types-macros v0.2.3 |
160 | 2024-12-25T04:20:59.472Z | Downloaded dyn-clone v1.0.17 |
161 | 2024-12-25T04:20:59.475Z | Downloaded defmt-macros v0.4.0 |
162 | 2024-12-25T04:20:59.478Z | Downloaded colored v2.2.0 |
163 | 2024-12-25T04:20:59.490Z | Downloaded pretty-hex v0.2.1 |
164 | 2024-12-25T04:20:59.502Z | Downloaded itertools v0.13.0 |
165 | 2024-12-25T04:20:59.509Z | Downloaded schemars_derive v0.8.21 |
166 | 2024-12-25T04:20:59.512Z | Downloaded proc-macro-error-attr2 v2.0.0 |
167 | 2024-12-25T04:20:59.514Z | Downloaded fnv v1.0.7 |
168 | 2024-12-25T04:20:59.514Z | Downloaded num_enum v0.5.11 |
169 | 2024-12-25T04:20:59.518Z | Downloaded num_enum_derive v0.5.11 |
170 | 2024-12-25T04:20:59.520Z | Downloaded macaddr v1.0.1 |
171 | 2024-12-25T04:20:59.523Z | Downloaded thiserror v1.0.69 |
172 | 2024-12-25T04:20:59.525Z | Downloaded thiserror-impl v1.0.69 |
173 | 2024-12-25T04:20:59.528Z | Downloaded thiserror-impl v2.0.9 |
174 | 2024-12-25T04:20:59.530Z | Downloaded toml_datetime v0.6.8 |
175 | 2024-12-25T04:20:59.530Z | Downloaded stable_deref_trait v1.2.0 |
176 | 2024-12-25T04:20:59.533Z | Downloaded proc-macro-crate v1.3.1 |
177 | 2024-12-25T04:20:59.533Z | Downloaded managed v0.8.0 |
178 | 2024-12-25T04:20:59.533Z | Downloaded embedded-io v0.6.1 |
179 | 2024-12-25T04:20:59.536Z | Downloaded embedded-io v0.4.0 |
180 | 2024-12-25T04:20:59.536Z | Downloaded scopeguard v1.2.0 |
181 | 2024-12-25T04:20:59.539Z | Downloaded tokio-macros v2.4.0 |
182 | 2024-12-25T04:20:59.539Z | Downloaded strsim v0.11.1 |
183 | 2024-12-25T04:20:59.542Z | Downloaded rand_core v0.6.4 |
184 | 2024-12-25T04:20:59.543Z | Downloaded ppv-lite86 v0.2.20 |
185 | 2024-12-25T04:20:59.545Z | Downloaded defmt-parser v0.4.1 |
186 | 2024-12-25T04:20:59.545Z | Downloaded rand_chacha v0.3.1 |
187 | 2024-12-25T04:20:59.548Z | Downloaded signal-hook-registry v1.4.2 |
188 | 2024-12-25T04:20:59.550Z | Downloaded version_check v0.9.5 |
189 | 2024-12-25T04:20:59.553Z | Downloaded quote v1.0.37 |
190 | 2024-12-25T04:20:59.556Z | Downloaded proc-macro-error2 v2.0.1 |
191 | 2024-12-25T04:20:59.562Z | Downloaded serde_derive_internals v0.29.1 |
192 | 2024-12-25T04:20:59.565Z | Downloaded smallvec v1.13.2 |
193 | 2024-12-25T04:20:59.567Z | Downloaded pin-project-lite v0.2.15 |
194 | 2024-12-25T04:20:59.571Z | Downloaded parking_lot_core v0.9.10 |
195 | 2024-12-25T04:20:59.573Z | Downloaded thiserror v2.0.9 |
196 | 2024-12-25T04:20:59.579Z | Downloaded lock_api v0.4.12 |
197 | 2024-12-25T04:20:59.581Z | Downloaded once_cell v1.20.2 |
198 | 2024-12-25T04:20:59.585Z | Downloaded tracing-attributes v0.1.28 |
199 | 2024-12-25T04:20:59.588Z | Downloaded zerocopy-derive v0.7.35 |
200 | 2024-12-25T04:20:59.599Z | Downloaded postcard v1.1.1 |
201 | 2024-12-25T04:20:59.602Z | Downloaded parking_lot v0.12.3 |
202 | 2024-12-25T04:20:59.607Z | Downloaded socket2 v0.5.8 |
203 | 2024-12-25T04:20:59.617Z | Downloaded unicode-ident v1.0.14 |
204 | 2024-12-25T04:20:59.621Z | Downloaded uuid v1.11.0 |
205 | 2024-12-25T04:20:59.623Z | Downloaded ryu v1.0.18 |
206 | 2024-12-25T04:20:59.630Z | Downloaded tracing-core v0.1.33 |
207 | 2024-12-25T04:20:59.634Z | Downloaded serde_derive v1.0.216 |
208 | 2024-12-25T04:20:59.636Z | Downloaded proc-macro2 v1.0.92 |
209 | 2024-12-25T04:20:59.643Z | Downloaded schemars v0.8.21 |
210 | 2024-12-25T04:20:59.654Z | Downloaded rand v0.8.5 |
211 | 2024-12-25T04:20:59.662Z | Downloaded serde v1.0.216 |
212 | 2024-12-25T04:20:59.674Z | Downloaded zerocopy-derive v0.8.14 |
213 | 2024-12-25T04:20:59.683Z | Downloaded toml_edit v0.19.15 |
214 | 2024-12-25T04:20:59.700Z | Downloaded tracing v0.1.41 |
215 | 2024-12-25T04:20:59.704Z | Downloaded mio v1.0.3 |
216 | 2024-12-25T04:20:59.710Z | Downloaded memchr v2.7.4 |
217 | 2024-12-25T04:20:59.761Z | Downloaded winnow v0.6.20 |
218 | 2024-12-25T04:20:59.770Z | Downloaded zerocopy v0.7.35 |
219 | 2024-12-25T04:20:59.786Z | Downloaded winnow v0.5.40 |
220 | 2024-12-25T04:20:59.794Z | Downloaded serde_json v1.0.134 |
221 | 2024-12-25T04:20:59.801Z | Downloaded syn v1.0.109 |
222 | 2024-12-25T04:20:59.811Z | Downloaded zerocopy v0.8.14 |
223 | 2024-12-25T04:20:59.834Z | Downloaded syn v2.0.91 |
224 | 2024-12-25T04:20:59.844Z | Downloaded regex v1.11.1 |
225 | 2024-12-25T04:20:59.862Z | Downloaded smoltcp v0.11.0 |
226 | 2024-12-25T04:20:59.874Z | Downloaded regex-syntax v0.8.5 |
227 | 2024-12-25T04:20:59.932Z | Downloaded regex-automata v0.4.9 |
228 | 2024-12-25T04:20:59.958Z | Downloaded libc v0.2.169 |
229 | 2024-12-25T04:20:59.981Z | Downloaded tokio v1.42.0 |
230 | 2024-12-25T04:21:00.159Z | Compiling proc-macro2 v1.0.92 |
231 | 2024-12-25T04:21:00.159Z | Compiling unicode-ident v1.0.14 |
232 | 2024-12-25T04:21:00.162Z | Checking cfg-if v1.0.0 |
233 | 2024-12-25T04:21:00.162Z | Compiling libc v0.2.169 |
234 | 2024-12-25T04:21:00.162Z | Compiling serde v1.0.216 |
235 | 2024-12-25T04:21:00.162Z | Checking byteorder v1.5.0 |
236 | 2024-12-25T04:21:00.173Z | Compiling memchr v2.7.4 |
237 | 2024-12-25T04:21:00.176Z | Compiling fnv v1.0.7 |
238 | 2024-12-25T04:21:00.241Z | Compiling ident_case v1.0.1 |
239 | 2024-12-25T04:21:00.326Z | Compiling strsim v0.11.1 |
240 | 2024-12-25T04:21:00.352Z | Compiling regex-syntax v0.8.5 |
241 | 2024-12-25T04:21:00.394Z | Compiling syn v1.0.109 |
242 | 2024-12-25T04:21:00.496Z | Compiling either v1.13.0 |
243 | 2024-12-25T04:21:00.882Z | Compiling equivalent v1.0.1 |
244 | 2024-12-25T04:21:00.914Z | Compiling autocfg v1.4.0 |
245 | 2024-12-25T04:21:00.983Z | Compiling zerocopy v0.8.14 |
246 | 2024-12-25T04:21:00.994Z | Compiling hashbrown v0.15.2 |
247 | 2024-12-25T04:21:01.061Z | Compiling itertools v0.13.0 |
248 | 2024-12-25T04:21:01.678Z | Compiling aho-corasick v1.1.3 |
249 | 2024-12-25T04:21:01.702Z | Compiling winnow v0.5.40 |
250 | 2024-12-25T04:21:01.739Z | Compiling lock_api v0.4.12 |
251 | 2024-12-25T04:21:02.103Z | Compiling quote v1.0.37 |
252 | 2024-12-25T04:21:02.147Z | Compiling indexmap v2.7.0 |
253 | 2024-12-25T04:21:02.552Z | Compiling syn v2.0.91 |
254 | 2024-12-25T04:21:02.676Z | Compiling toml_datetime v0.6.8 |
255 | 2024-12-25T04:21:03.034Z | Compiling heapless v0.8.0 |
256 | 2024-12-25T04:21:03.401Z | Compiling parking_lot_core v0.9.10 |
257 | 2024-12-25T04:21:03.907Z | Compiling regex-automata v0.4.9 |
258 | 2024-12-25T04:21:03.939Z | Checking hash32 v0.3.1 |
259 | 2024-12-25T04:21:04.006Z | Compiling serde_json v1.0.134 |
260 | 2024-12-25T04:21:04.095Z | Checking smallvec v1.13.2 |
261 | 2024-12-25T04:21:04.412Z | Checking scopeguard v1.2.0 |
262 | 2024-12-25T04:21:04.425Z | Compiling smoltcp v0.11.0 |
263 | 2024-12-25T04:21:04.536Z | Compiling once_cell v1.20.2 |
264 | 2024-12-25T04:21:04.910Z | Checking stable_deref_trait v1.2.0 |
265 | 2024-12-25T04:21:05.003Z | Compiling toml_edit v0.19.15 |
266 | 2024-12-25T04:21:05.064Z | Checking dyn-clone v1.0.17 |
267 | 2024-12-25T04:21:05.169Z | Checking macaddr v1.0.1 |
268 | 2024-12-25T04:21:05.194Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
269 | 2024-12-25T04:21:05.867Z | Checking getrandom v0.2.15 |
270 | 2024-12-25T04:21:05.945Z | Checking cobs v0.2.3 |
271 | 2024-12-25T04:21:05.957Z | Checking itoa v1.0.14 |
272 | 2024-12-25T04:21:06.083Z | Checking ryu v1.0.18 |
273 | 2024-12-25T04:21:06.120Z | Checking bitflags v1.3.2 |
274 | 2024-12-25T04:21:06.151Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
275 | 2024-12-25T04:21:06.204Z | Checking managed v0.8.0 |
276 | 2024-12-25T04:21:06.238Z | Checking bitflags v2.6.0 |
277 | 2024-12-25T04:21:06.301Z | Compiling schemars v0.8.21 |
278 | 2024-12-25T04:21:06.475Z | Checking pin-project-lite v0.2.15 |
279 | 2024-12-25T04:21:06.509Z | Compiling thiserror v1.0.69 |
280 | 2024-12-25T04:21:06.549Z | Compiling version_check v0.9.5 |
281 | 2024-12-25T04:21:06.728Z | Checking rand_core v0.6.4 |
282 | 2024-12-25T04:21:07.001Z | Checking parking_lot v0.12.3 |
283 | 2024-12-25T04:21:07.135Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
284 | 2024-12-25T04:21:07.322Z | Checking signal-hook-registry v1.4.2 |
285 | 2024-12-25T04:21:07.394Z | Checking mio v1.0.3 |
286 | 2024-12-25T04:21:07.532Z | Compiling proc-macro-crate v1.3.1 |
287 | 2024-12-25T04:21:07.550Z | Checking socket2 v0.5.8 |
288 | 2024-12-25T04:21:07.978Z | Compiling regex v1.11.1 |
289 | 2024-12-25T04:21:08.015Z | Compiling anyhow v1.0.95 |
290 | 2024-12-25T04:21:08.271Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
291 | 2024-12-25T04:21:08.599Z | Checking bytes v1.9.0 |
292 | 2024-12-25T04:21:08.743Z | Checking foreign-types-shared v0.3.1 |
293 | 2024-12-25T04:21:08.851Z | Checking tracing-core v0.1.33 |
294 | 2024-12-25T04:21:09.258Z | Compiling darling_core v0.20.10 |
295 | 2024-12-25T04:21:09.319Z | Compiling serde_derive_internals v0.29.1 |
296 | 2024-12-25T04:21:09.614Z | Checking cstr-argument v0.1.2 |
297 | 2024-12-25T04:21:09.657Z | Compiling thiserror v2.0.9 |
298 | 2024-12-25T04:21:09.774Z | Checking pretty-hex v0.2.1 |
299 | 2024-12-25T04:21:09.932Z | Checking lazy_static v1.5.0 |
300 | 2024-12-25T04:21:10.051Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
301 | 2024-12-25T04:21:10.435Z | Checking colored v2.2.0 |
302 | 2024-12-25T04:21:10.607Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
303 | 2024-12-25T04:21:10.791Z | Checking winnow v0.6.20 |
304 | 2024-12-25T04:21:11.667Z | Compiling num_enum_derive v0.5.11 |
305 | 2024-12-25T04:21:11.667Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
306 | 2024-12-25T04:21:11.976Z | Compiling serde_derive v1.0.216 |
307 | 2024-12-25T04:21:12.183Z | Compiling zerocopy-derive v0.8.14 |
308 | 2024-12-25T04:21:12.318Z | Compiling zerocopy-derive v0.7.35 |
309 | 2024-12-25T04:21:12.518Z | Compiling thiserror-impl v1.0.69 |
310 | 2024-12-25T04:21:12.566Z | Compiling schemars_derive v0.8.21 |
311 | 2024-12-25T04:21:12.801Z | Compiling darling_macro v0.20.10 |
312 | 2024-12-25T04:21:13.482Z | Compiling foreign-types-macros v0.2.3 |
313 | 2024-12-25T04:21:13.823Z | Compiling darling v0.20.10 |
314 | 2024-12-25T04:21:13.884Z | Compiling tokio-macros v2.4.0 |
315 | 2024-12-25T04:21:13.926Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
316 | 2024-12-25T04:21:14.311Z | Checking zerocopy v0.7.35 |
317 | 2024-12-25T04:21:14.748Z | Checking foreign-types v0.5.0 |
318 | 2024-12-25T04:21:14.840Z | Checking num_enum v0.5.11 |
319 | 2024-12-25T04:21:14.981Z | Compiling tracing-attributes v0.1.28 |
320 | 2024-12-25T04:21:15.368Z | Checking tokio v1.42.0 |
321 | 2024-12-25T04:21:15.402Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
322 | 2024-12-25T04:21:15.437Z | Checking ppv-lite86 v0.2.20 |
323 | 2024-12-25T04:21:15.483Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
324 | 2024-12-25T04:21:15.820Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
325 | 2024-12-25T04:21:15.967Z | Compiling thiserror-impl v2.0.9 |
326 | 2024-12-25T04:21:16.152Z | Checking rand_chacha v0.3.1 |
327 | 2024-12-25T04:21:16.530Z | Checking rand v0.8.5 |
328 | 2024-12-25T04:21:17.975Z | Checking tracing v0.1.41 |
329 | 2024-12-25T04:21:19.058Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
330 | 2024-12-25T04:21:20.863Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
331 | 2024-12-25T04:21:21.321Z | Checking postcard v1.1.1 |
332 | 2024-12-25T04:21:21.323Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
333 | 2024-12-25T04:21:21.323Z | Checking ipnetwork v0.20.0 |
334 | 2024-12-25T04:21:21.323Z | Checking uuid v1.11.0 |
335 | 2024-12-25T04:21:22.646Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
336 | 2024-12-25T04:21:23.294Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
337 | 2024-12-25T04:21:23.954Z | warning: unused `#[macro_use]` import |
338 | 2024-12-25T04:21:23.954Z | --> lib/opte/src/lib.rs:23:1 |
339 | 2024-12-25T04:21:23.954Z | | |
340 | 2024-12-25T04:21:23.954Z | 23 | #[macro_use] |
341 | 2024-12-25T04:21:23.954Z | | ^^^^^^^^^^^^ |
342 | 2024-12-25T04:21:23.954Z | | |
343 | 2024-12-25T04:21:23.955Z | = note: `#[warn(unused_imports)]` on by default |
344 | 2024-12-25T04:21:23.955Z | |
345 | 2024-12-25T04:21:24.026Z | warning: `opte` (lib) generated 1 warning |
346 | 2024-12-25T04:21:24.028Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
347 | 2024-12-25T04:21:25.900Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
348 | 2024-12-25T04:21:26.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.00s |
349 | 2024-12-25T04:21:26.332Z | |
350 | 2024-12-25T04:21:26.332Z | real 31.298051327 |
351 | 2024-12-25T04:21:26.332Z | user 2:15.391613107 |
352 | 2024-12-25T04:21:26.332Z | sys 20.794839422 |
353 | 2024-12-25T04:21:26.332Z | trap 0.103440636 |
354 | 2024-12-25T04:21:26.333Z | tflt 0.185760374 |
355 | 2024-12-25T04:21:26.333Z | dflt 0.072570640 |
356 | 2024-12-25T04:21:26.333Z | kflt 0.002155264 |
357 | 2024-12-25T04:21:26.333Z | lock 2:54.224081602 |
358 | 2024-12-25T04:21:26.335Z | slp 9:00.488757027 |
359 | 2024-12-25T04:21:26.335Z | lat 7.645676537 |
360 | 2024-12-25T04:21:26.335Z | stop 16.670326479 |
361 | 2024-12-25T04:21:26.335Z | process exited: duration 52568 ms, exit code 0 |
|
362 | 2024-12-25T04:21:26.341Z | found 0 output files |