|
|
|
1 | 2024-12-31T17:04:27.819Z | job assigned to worker 01JGETRK10AVDXXAXEYMYMQZ69 [factory aws, i-0d35959cc17462c7b] (queued for 52 s) |
|
2 | 2024-12-31T17:04:35.437Z | starting task 0: "setup" |
3 | 2024-12-31T17:04:35.445Z | ++ uname -s |
4 | 2024-12-31T17:04:35.447Z | + kern=SunOS |
5 | 2024-12-31T17:04:35.447Z | + case "$kern" in |
6 | 2024-12-31T17:04:35.447Z | + groupadd -g 12345 build |
7 | 2024-12-31T17:04:35.450Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-31T17:04:37.455Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-31T17:04:37.612Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-31T17:04:37.615Z | + home_fs=zfs |
11 | 2024-12-31T17:04:37.615Z | + [[ zfs == autofs ]] |
12 | 2024-12-31T17:04:37.615Z | + mkdir -p /home/build |
13 | 2024-12-31T17:04:37.617Z | + chown build:build /home/build /work |
14 | 2024-12-31T17:04:39.619Z | + chmod 0700 /home/build /work |
15 | 2024-12-31T17:04:39.622Z | process exited: duration 4185 ms, exit code 0 |
|
16 | 2024-12-31T17:04:39.627Z | starting task 1: "rust-toolchain" |
17 | 2024-12-31T17:04:39.633Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-31T17:04:39.633Z | ' nightly-2024-11-18 |
19 | 2024-12-31T17:04:39.633Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-31T17:04:39.633Z | ' default |
21 | 2024-12-31T17:04:39.633Z | * toolchain channel = "nightly-2024-11-18" |
22 | 2024-12-31T17:04:39.633Z | * toolchain profile = "default" |
23 | 2024-12-31T17:04:39.636Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-31T17:04:39.636Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-12-31T17:04:39.756Z | info: downloading installer |
26 | 2024-12-31T17:04:41.252Z | info: profile set to 'default' |
27 | 2024-12-31T17:04:41.252Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-31T17:04:41.255Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-12-31T17:04:41.418Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-12-31T17:04:41.418Z | info: downloading component 'cargo' |
31 | 2024-12-31T17:04:42.293Z | info: downloading component 'clippy' |
32 | 2024-12-31T17:04:42.631Z | info: downloading component 'rust-docs' |
33 | 2024-12-31T17:04:43.821Z | info: downloading component 'rust-std' |
34 | 2024-12-31T17:04:45.747Z | info: downloading component 'rustc' |
35 | 2024-12-31T17:04:52.531Z | info: downloading component 'rustfmt' |
36 | 2024-12-31T17:04:52.783Z | info: installing component 'cargo' |
37 | 2024-12-31T17:04:53.618Z | info: installing component 'clippy' |
38 | 2024-12-31T17:04:53.997Z | info: installing component 'rust-docs' |
39 | 2024-12-31T17:04:55.684Z | info: installing component 'rust-std' |
40 | 2024-12-31T17:04:57.526Z | info: installing component 'rustc' |
41 | 2024-12-31T17:05:03.466Z | info: installing component 'rustfmt' |
42 | 2024-12-31T17:05:03.791Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-12-31T17:05:03.791Z | |
44 | 2024-12-31T17:05:04.174Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-12-31T17:05:04.174Z | |
46 | 2024-12-31T17:05:04.177Z | |
47 | 2024-12-31T17:05:04.177Z | Rust is installed now. Great! |
48 | 2024-12-31T17:05:04.177Z | |
49 | 2024-12-31T17:05:04.177Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-31T17:05:04.177Z | environment variable. This has not been done automatically. |
51 | 2024-12-31T17:05:04.177Z | |
52 | 2024-12-31T17:05:04.177Z | To configure your current shell, you need to source |
53 | 2024-12-31T17:05:04.177Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-31T17:05:04.177Z | |
55 | 2024-12-31T17:05:04.177Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-31T17:05:04.177Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-31T17:05:04.178Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-31T17:05:04.246Z | + rustc --version |
59 | 2024-12-31T17:05:04.315Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-12-31T17:05:04.319Z | process exited: duration 24688 ms, exit code 0 |
|
61 | 2024-12-31T17:05:04.326Z | starting task 2: "authentication" |
62 | 2024-12-31T17:05:04.345Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-31T17:05:04.351Z | starting task 3: "clone repository" |
64 | 2024-12-31T17:05:04.356Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-12-31T17:05:04.361Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-12-31T17:05:04.651Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-12-31T17:05:05.517Z | + cd /work/oxidecomputer/opte |
68 | 2024-12-31T17:05:05.520Z | + git fetch origin b192d6e08d8f963e87e0887ec245f1ab536c262c |
69 | 2024-12-31T17:05:05.782Z | From https://github.com/oxidecomputer/opte |
70 | 2024-12-31T17:05:05.782Z | * branch b192d6e08d8f963e87e0887ec245f1ab536c262c -> FETCH_HEAD |
71 | 2024-12-31T17:05:05.789Z | + [[ -n rwlock ]] |
72 | 2024-12-31T17:05:05.792Z | ++ git branch --show-current |
73 | 2024-12-31T17:05:05.795Z | + current=master |
74 | 2024-12-31T17:05:05.795Z | + [[ master != rwlock ]] |
75 | 2024-12-31T17:05:05.795Z | + git branch -f rwlock b192d6e08d8f963e87e0887ec245f1ab536c262c |
76 | 2024-12-31T17:05:05.797Z | + git checkout -f rwlock |
77 | 2024-12-31T17:05:05.819Z | Switched to branch 'rwlock' |
78 | 2024-12-31T17:05:05.822Z | + git reset --hard b192d6e08d8f963e87e0887ec245f1ab536c262c |
79 | 2024-12-31T17:05:05.841Z | HEAD is now at b192d6e Some prose on RwLock strategy, |
80 | 2024-12-31T17:05:05.844Z | process exited: duration 1491 ms, exit code 0 |
|
81 | 2024-12-31T17:05:05.850Z | starting task 4: "build" |
82 | 2024-12-31T17:05:05.855Z | + cargo --version |
83 | 2024-12-31T17:05:05.860Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
84 | 2024-12-31T17:05:06.033Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
85 | 2024-12-31T17:05:06.033Z | info: downloading component 'cargo' |
86 | 2024-12-31T17:05:07.027Z | info: downloading component 'clippy' |
87 | 2024-12-31T17:05:07.405Z | info: downloading component 'rust-docs' |
88 | 2024-12-31T17:05:08.794Z | info: downloading component 'rust-std' |
89 | 2024-12-31T17:05:10.797Z | info: downloading component 'rustc' |
90 | 2024-12-31T17:05:18.398Z | info: downloading component 'rustfmt' |
91 | 2024-12-31T17:05:18.689Z | info: installing component 'cargo' |
92 | 2024-12-31T17:05:19.501Z | info: installing component 'clippy' |
93 | 2024-12-31T17:05:19.874Z | info: installing component 'rust-docs' |
94 | 2024-12-31T17:05:21.601Z | info: installing component 'rust-std' |
95 | 2024-12-31T17:05:23.275Z | info: installing component 'rustc' |
96 | 2024-12-31T17:05:28.880Z | info: installing component 'rustfmt' |
97 | 2024-12-31T17:05:29.301Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
98 | 2024-12-31T17:05:29.303Z | + rustc --version |
99 | 2024-12-31T17:05:29.374Z | rustc 1.83.0 (90b35a623 2024-11-26) |
100 | 2024-12-31T17:05:29.378Z | + cd lib/opte-ioctl |
101 | 2024-12-31T17:05:29.380Z | + header 'check style' |
102 | 2024-12-31T17:05:29.381Z | + echo '# ==== check style ==== #' |
103 | 2024-12-31T17:05:29.381Z | # ==== check style ==== # |
104 | 2024-12-31T17:05:29.381Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
105 | 2024-12-31T17:05:29.577Z | |
106 | 2024-12-31T17:05:29.577Z | real 0.194345722 |
107 | 2024-12-31T17:05:29.577Z | user 0.103761033 |
108 | 2024-12-31T17:05:29.577Z | sys 0.086557776 |
109 | 2024-12-31T17:05:29.577Z | trap 0.000063195 |
110 | 2024-12-31T17:05:29.577Z | tflt 0.000000000 |
111 | 2024-12-31T17:05:29.577Z | dflt 0.000000000 |
112 | 2024-12-31T17:05:29.577Z | kflt 0.000000000 |
113 | 2024-12-31T17:05:29.577Z | lock 0.000000000 |
114 | 2024-12-31T17:05:29.577Z | slp 0.106180861 |
115 | 2024-12-31T17:05:29.577Z | lat 0.000513674 |
116 | 2024-12-31T17:05:29.577Z | stop 0.000130591 |
117 | 2024-12-31T17:05:29.580Z | + header analyze |
118 | 2024-12-31T17:05:29.580Z | + echo '# ==== analyze ==== #' |
119 | 2024-12-31T17:05:29.580Z | # ==== analyze ==== # |
120 | 2024-12-31T17:05:29.580Z | + ptime -m cargo clippy --all-targets |
121 | 2024-12-31T17:05:29.791Z | Updating crates.io index |
122 | 2024-12-31T17:05:29.870Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
123 | 2024-12-31T17:05:30.561Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
124 | 2024-12-31T17:05:30.826Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
125 | 2024-12-31T17:05:31.061Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
126 | 2024-12-31T17:05:31.380Z | Updating git repository `https://github.com/oxidecomputer/zone` |
127 | 2024-12-31T17:05:31.654Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
128 | 2024-12-31T17:05:31.924Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
129 | 2024-12-31T17:05:32.178Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
130 | 2024-12-31T17:05:32.431Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
131 | 2024-12-31T17:05:33.176Z | Downloading crates ... |
132 | 2024-12-31T17:05:33.322Z | Downloaded bitflags v2.6.0 |
133 | 2024-12-31T17:05:33.327Z | Downloaded bitflags v1.3.2 |
134 | 2024-12-31T17:05:33.329Z | Downloaded autocfg v1.4.0 |
135 | 2024-12-31T17:05:33.342Z | Downloaded defmt v0.3.10 |
136 | 2024-12-31T17:05:33.344Z | Downloaded either v1.13.0 |
137 | 2024-12-31T17:05:33.347Z | Downloaded defmt-macros v0.4.0 |
138 | 2024-12-31T17:05:33.349Z | Downloaded defmt-parser v0.4.1 |
139 | 2024-12-31T17:05:33.349Z | Downloaded embedded-io v0.6.1 |
140 | 2024-12-31T17:05:33.352Z | Downloaded colored v2.2.0 |
141 | 2024-12-31T17:05:33.354Z | Downloaded embedded-io v0.4.0 |
142 | 2024-12-31T17:05:33.356Z | Downloaded dyn-clone v1.0.17 |
143 | 2024-12-31T17:05:33.356Z | Downloaded darling v0.20.10 |
144 | 2024-12-31T17:05:33.359Z | Downloaded darling_core v0.20.10 |
145 | 2024-12-31T17:05:33.366Z | Downloaded anyhow v1.0.95 |
146 | 2024-12-31T17:05:33.369Z | Downloaded cobs v0.2.3 |
147 | 2024-12-31T17:05:33.369Z | Downloaded darling_macro v0.20.10 |
148 | 2024-12-31T17:05:33.372Z | Downloaded aho-corasick v1.1.3 |
149 | 2024-12-31T17:05:33.374Z | Downloaded ident_case v1.0.1 |
150 | 2024-12-31T17:05:33.377Z | Downloaded foreign-types-shared v0.3.1 |
151 | 2024-12-31T17:05:33.377Z | Downloaded equivalent v1.0.1 |
152 | 2024-12-31T17:05:33.377Z | Downloaded cstr-argument v0.1.2 |
153 | 2024-12-31T17:05:33.379Z | Downloaded foreign-types-macros v0.2.3 |
154 | 2024-12-31T17:05:33.379Z | Downloaded cfg-if v1.0.0 |
155 | 2024-12-31T17:05:33.379Z | Downloaded bytes v1.9.0 |
156 | 2024-12-31T17:05:33.382Z | Downloaded lazy_static v1.5.0 |
157 | 2024-12-31T17:05:33.387Z | Downloaded getrandom v0.2.15 |
158 | 2024-12-31T17:05:33.390Z | Downloaded fnv v1.0.7 |
159 | 2024-12-31T17:05:33.390Z | Downloaded byteorder v1.5.0 |
160 | 2024-12-31T17:05:33.394Z | Downloaded pretty-hex v0.2.1 |
161 | 2024-12-31T17:05:33.403Z | Downloaded macaddr v1.0.1 |
162 | 2024-12-31T17:05:33.405Z | Downloaded num_enum_derive v0.5.11 |
163 | 2024-12-31T17:05:33.408Z | Downloaded itoa v1.0.14 |
164 | 2024-12-31T17:05:33.408Z | Downloaded ipnetwork v0.20.0 |
165 | 2024-12-31T17:05:33.410Z | Downloaded hash32 v0.3.1 |
166 | 2024-12-31T17:05:33.422Z | Downloaded num_enum v0.5.11 |
167 | 2024-12-31T17:05:33.426Z | Downloaded foreign-types v0.5.0 |
168 | 2024-12-31T17:05:33.430Z | Downloaded ppv-lite86 v0.2.20 |
169 | 2024-12-31T17:05:33.432Z | Downloaded rand_chacha v0.3.1 |
170 | 2024-12-31T17:05:33.435Z | Downloaded proc-macro-error-attr2 v2.0.0 |
171 | 2024-12-31T17:05:33.435Z | Downloaded managed v0.8.0 |
172 | 2024-12-31T17:05:33.447Z | Downloaded strsim v0.11.1 |
173 | 2024-12-31T17:05:33.450Z | Downloaded scopeguard v1.2.0 |
174 | 2024-12-31T17:05:33.456Z | Downloaded proc-macro-crate v1.3.1 |
175 | 2024-12-31T17:05:33.459Z | Downloaded thiserror-impl v2.0.9 |
176 | 2024-12-31T17:05:33.461Z | Downloaded thiserror v1.0.69 |
177 | 2024-12-31T17:05:33.463Z | Downloaded thiserror-impl v1.0.69 |
178 | 2024-12-31T17:05:33.465Z | Downloaded rand_core v0.6.4 |
179 | 2024-12-31T17:05:33.468Z | Downloaded version_check v0.9.5 |
180 | 2024-12-31T17:05:33.468Z | Downloaded stable_deref_trait v1.2.0 |
181 | 2024-12-31T17:05:33.470Z | Downloaded signal-hook-registry v1.4.2 |
182 | 2024-12-31T17:05:33.474Z | Downloaded toml_datetime v0.6.8 |
183 | 2024-12-31T17:05:33.476Z | Downloaded pin-project-lite v0.2.15 |
184 | 2024-12-31T17:05:33.480Z | Downloaded lock_api v0.4.12 |
185 | 2024-12-31T17:05:33.483Z | Downloaded tokio-macros v2.4.0 |
186 | 2024-12-31T17:05:33.485Z | Downloaded parking_lot_core v0.9.10 |
187 | 2024-12-31T17:05:33.493Z | Downloaded proc-macro-error2 v2.0.1 |
188 | 2024-12-31T17:05:33.495Z | Downloaded quote v1.0.38 |
189 | 2024-12-31T17:05:33.498Z | Downloaded postcard v1.1.1 |
190 | 2024-12-31T17:05:33.502Z | Downloaded smallvec v1.13.2 |
191 | 2024-12-31T17:05:33.510Z | Downloaded schemars_derive v0.8.21 |
192 | 2024-12-31T17:05:33.512Z | Downloaded serde_derive_internals v0.29.1 |
193 | 2024-12-31T17:05:33.519Z | Downloaded once_cell v1.20.2 |
194 | 2024-12-31T17:05:33.521Z | Downloaded proc-macro2 v1.0.92 |
195 | 2024-12-31T17:05:33.527Z | Downloaded parking_lot v0.12.3 |
196 | 2024-12-31T17:05:33.537Z | Downloaded thiserror v2.0.9 |
197 | 2024-12-31T17:05:33.543Z | Downloaded ryu v1.0.18 |
198 | 2024-12-31T17:05:33.546Z | Downloaded zerocopy-derive v0.7.35 |
199 | 2024-12-31T17:05:33.554Z | Downloaded unicode-ident v1.0.14 |
200 | 2024-12-31T17:05:33.563Z | Downloaded uuid v1.11.0 |
201 | 2024-12-31T17:05:33.573Z | Downloaded socket2 v0.5.8 |
202 | 2024-12-31T17:05:33.575Z | Downloaded serde_derive v1.0.217 |
203 | 2024-12-31T17:05:33.578Z | Downloaded schemars v0.8.21 |
204 | 2024-12-31T17:05:33.590Z | Downloaded tracing-core v0.1.33 |
205 | 2024-12-31T17:05:33.593Z | Downloaded memchr v2.7.4 |
206 | 2024-12-31T17:05:33.598Z | Downloaded heapless v0.8.0 |
207 | 2024-12-31T17:05:33.601Z | Downloaded tracing-attributes v0.1.28 |
208 | 2024-12-31T17:05:33.603Z | Downloaded indexmap v2.7.0 |
209 | 2024-12-31T17:05:33.607Z | Downloaded serde v1.0.217 |
210 | 2024-12-31T17:05:33.610Z | Downloaded mio v1.0.3 |
211 | 2024-12-31T17:05:33.616Z | Downloaded rand v0.8.5 |
212 | 2024-12-31T17:05:33.620Z | Downloaded hashbrown v0.15.2 |
213 | 2024-12-31T17:05:33.626Z | Downloaded tracing v0.1.41 |
214 | 2024-12-31T17:05:33.630Z | Downloaded toml_edit v0.19.15 |
215 | 2024-12-31T17:05:33.645Z | Downloaded zerocopy-derive v0.8.14 |
216 | 2024-12-31T17:05:33.651Z | Downloaded itertools v0.13.0 |
217 | 2024-12-31T17:05:33.683Z | Downloaded serde_json v1.0.134 |
218 | 2024-12-31T17:05:33.689Z | Downloaded zerocopy v0.7.35 |
219 | 2024-12-31T17:05:33.703Z | Downloaded winnow v0.6.20 |
220 | 2024-12-31T17:05:33.711Z | Downloaded winnow v0.5.40 |
221 | 2024-12-31T17:05:33.738Z | Downloaded regex v1.11.1 |
222 | 2024-12-31T17:05:33.750Z | Downloaded zerocopy v0.8.14 |
223 | 2024-12-31T17:05:33.771Z | Downloaded syn v1.0.109 |
224 | 2024-12-31T17:05:33.781Z | Downloaded syn v2.0.93 |
225 | 2024-12-31T17:05:33.799Z | Downloaded smoltcp v0.11.0 |
226 | 2024-12-31T17:05:33.810Z | Downloaded regex-syntax v0.8.5 |
227 | 2024-12-31T17:05:33.869Z | Downloaded regex-automata v0.4.9 |
228 | 2024-12-31T17:05:33.884Z | Downloaded libc v0.2.169 |
229 | 2024-12-31T17:05:33.907Z | Downloaded tokio v1.42.0 |
230 | 2024-12-31T17:05:34.079Z | Compiling proc-macro2 v1.0.92 |
231 | 2024-12-31T17:05:34.079Z | Compiling unicode-ident v1.0.14 |
232 | 2024-12-31T17:05:34.082Z | Checking cfg-if v1.0.0 |
233 | 2024-12-31T17:05:34.082Z | Compiling libc v0.2.169 |
234 | 2024-12-31T17:05:34.082Z | Compiling serde v1.0.217 |
235 | 2024-12-31T17:05:34.082Z | Checking byteorder v1.5.0 |
236 | 2024-12-31T17:05:34.082Z | Compiling strsim v0.11.1 |
237 | 2024-12-31T17:05:34.093Z | Compiling memchr v2.7.4 |
238 | 2024-12-31T17:05:34.157Z | Compiling ident_case v1.0.1 |
239 | 2024-12-31T17:05:34.258Z | Compiling fnv v1.0.7 |
240 | 2024-12-31T17:05:34.310Z | Compiling syn v1.0.109 |
241 | 2024-12-31T17:05:34.374Z | Compiling regex-syntax v0.8.5 |
242 | 2024-12-31T17:05:34.377Z | Compiling equivalent v1.0.1 |
243 | 2024-12-31T17:05:34.478Z | Compiling autocfg v1.4.0 |
244 | 2024-12-31T17:05:34.645Z | Compiling zerocopy v0.8.14 |
245 | 2024-12-31T17:05:35.092Z | Compiling aho-corasick v1.1.3 |
246 | 2024-12-31T17:05:35.178Z | Compiling hashbrown v0.15.2 |
247 | 2024-12-31T17:05:35.891Z | Compiling either v1.13.0 |
248 | 2024-12-31T17:05:36.153Z | Compiling itertools v0.13.0 |
249 | 2024-12-31T17:05:36.522Z | Compiling indexmap v2.7.0 |
250 | 2024-12-31T17:05:36.532Z | Compiling lock_api v0.4.12 |
251 | 2024-12-31T17:05:36.557Z | Compiling parking_lot_core v0.9.10 |
252 | 2024-12-31T17:05:36.895Z | Compiling regex-automata v0.4.9 |
253 | 2024-12-31T17:05:37.007Z | Compiling winnow v0.5.40 |
254 | 2024-12-31T17:05:37.166Z | Compiling toml_datetime v0.6.8 |
255 | 2024-12-31T17:05:37.726Z | Compiling quote v1.0.38 |
256 | 2024-12-31T17:05:38.087Z | Compiling syn v2.0.93 |
257 | 2024-12-31T17:05:38.314Z | Compiling heapless v0.8.0 |
258 | 2024-12-31T17:05:38.468Z | Checking hash32 v0.3.1 |
259 | 2024-12-31T17:05:38.623Z | Checking macaddr v1.0.1 |
260 | 2024-12-31T17:05:38.757Z | Checking scopeguard v1.2.0 |
261 | 2024-12-31T17:05:38.836Z | Checking stable_deref_trait v1.2.0 |
262 | 2024-12-31T17:05:38.871Z | Checking smallvec v1.13.2 |
263 | 2024-12-31T17:05:38.921Z | Compiling smoltcp v0.11.0 |
264 | 2024-12-31T17:05:38.992Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
265 | 2024-12-31T17:05:39.137Z | Compiling serde_json v1.0.134 |
266 | 2024-12-31T17:05:39.190Z | Compiling once_cell v1.20.2 |
267 | 2024-12-31T17:05:39.355Z | Checking dyn-clone v1.0.17 |
268 | 2024-12-31T17:05:39.548Z | Checking getrandom v0.2.15 |
269 | 2024-12-31T17:05:39.747Z | Checking itoa v1.0.14 |
270 | 2024-12-31T17:05:39.794Z | Checking ryu v1.0.18 |
271 | 2024-12-31T17:05:39.847Z | Compiling version_check v0.9.5 |
272 | 2024-12-31T17:05:39.931Z | Compiling toml_edit v0.19.15 |
273 | 2024-12-31T17:05:40.010Z | Compiling schemars v0.8.21 |
274 | 2024-12-31T17:05:40.166Z | Checking bitflags v2.6.0 |
275 | 2024-12-31T17:05:40.280Z | Checking bitflags v1.3.2 |
276 | 2024-12-31T17:05:40.362Z | Compiling thiserror v1.0.69 |
277 | 2024-12-31T17:05:40.385Z | Checking pin-project-lite v0.2.15 |
278 | 2024-12-31T17:05:40.398Z | Checking cobs v0.2.3 |
279 | 2024-12-31T17:05:40.409Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
280 | 2024-12-31T17:05:40.495Z | Compiling regex v1.11.1 |
281 | 2024-12-31T17:05:40.564Z | Checking managed v0.8.0 |
282 | 2024-12-31T17:05:40.757Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
283 | 2024-12-31T17:05:41.166Z | Checking parking_lot v0.12.3 |
284 | 2024-12-31T17:05:41.221Z | Checking rand_core v0.6.4 |
285 | 2024-12-31T17:05:41.372Z | Checking socket2 v0.5.8 |
286 | 2024-12-31T17:05:41.515Z | Checking signal-hook-registry v1.4.2 |
287 | 2024-12-31T17:05:41.526Z | Checking mio v1.0.3 |
288 | 2024-12-31T17:05:41.741Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
289 | 2024-12-31T17:05:41.831Z | Checking foreign-types-shared v0.3.1 |
290 | 2024-12-31T17:05:41.899Z | warning: passing a unit value to a function |
291 | 2024-12-31T17:05:41.900Z | --> crates/illumos-sys-hdrs/src/lib.rs:182:9 |
292 | 2024-12-31T17:05:41.900Z | | |
293 | 2024-12-31T17:05:41.900Z | 182 | core::hint::black_box(self.as_u64().store(val, Ordering::Relaxed)); |
294 | 2024-12-31T17:05:41.900Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
295 | 2024-12-31T17:05:41.900Z | | |
296 | 2024-12-31T17:05:41.900Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unit_arg |
297 | 2024-12-31T17:05:41.900Z | = note: `#[warn(clippy::unit_arg)]` on by default |
298 | 2024-12-31T17:05:41.900Z | help: move the expression in front of the call and replace it with the unit literal `()` |
299 | 2024-12-31T17:05:41.900Z | | |
300 | 2024-12-31T17:05:41.900Z | 182 ~ self.as_u64().store(val, Ordering::Relaxed); |
301 | 2024-12-31T17:05:41.900Z | 183 ~ core::hint::black_box(()); |
302 | 2024-12-31T17:05:41.900Z | | |
303 | 2024-12-31T17:05:41.900Z | |
304 | 2024-12-31T17:05:41.935Z | Compiling anyhow v1.0.95 |
305 | 2024-12-31T17:05:41.950Z | warning: `illumos-sys-hdrs` (lib) generated 1 warning (run `cargo clippy --fix --lib -p illumos-sys-hdrs` to apply 1 suggestion) |
306 | 2024-12-31T17:05:42.078Z | Checking bytes v1.9.0 |
307 | 2024-12-31T17:05:42.229Z | Checking tracing-core v0.1.33 |
308 | 2024-12-31T17:05:42.513Z | Compiling proc-macro-crate v1.3.1 |
309 | 2024-12-31T17:05:43.130Z | Checking cstr-argument v0.1.2 |
310 | 2024-12-31T17:05:43.153Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
311 | 2024-12-31T17:05:43.239Z | Checking lazy_static v1.5.0 |
312 | 2024-12-31T17:05:43.289Z | Checking pretty-hex v0.2.1 |
313 | 2024-12-31T17:05:43.346Z | Compiling thiserror v2.0.9 |
314 | 2024-12-31T17:05:43.442Z | Checking colored v2.2.0 |
315 | 2024-12-31T17:05:43.591Z | Checking winnow v0.6.20 |
316 | 2024-12-31T17:05:43.638Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
317 | 2024-12-31T17:05:44.293Z | Compiling darling_core v0.20.10 |
318 | 2024-12-31T17:05:44.501Z | Compiling serde_derive_internals v0.29.1 |
319 | 2024-12-31T17:05:45.429Z | Compiling num_enum_derive v0.5.11 |
320 | 2024-12-31T17:05:45.606Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
321 | 2024-12-31T17:05:46.281Z | Compiling serde_derive v1.0.217 |
322 | 2024-12-31T17:05:46.281Z | Compiling zerocopy-derive v0.8.14 |
323 | 2024-12-31T17:05:46.281Z | Compiling zerocopy-derive v0.7.35 |
324 | 2024-12-31T17:05:46.284Z | Compiling foreign-types-macros v0.2.3 |
325 | 2024-12-31T17:05:46.284Z | Compiling schemars_derive v0.8.21 |
326 | 2024-12-31T17:05:46.971Z | Compiling thiserror-impl v1.0.69 |
327 | 2024-12-31T17:05:47.088Z | Compiling tokio-macros v2.4.0 |
328 | 2024-12-31T17:05:47.497Z | Checking foreign-types v0.5.0 |
329 | 2024-12-31T17:05:47.588Z | Checking num_enum v0.5.11 |
330 | 2024-12-31T17:05:47.717Z | Compiling tracing-attributes v0.1.28 |
331 | 2024-12-31T17:05:48.014Z | Checking zerocopy v0.7.35 |
332 | 2024-12-31T17:05:48.515Z | Checking tokio v1.42.0 |
333 | 2024-12-31T17:05:48.991Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
334 | 2024-12-31T17:05:49.111Z | Checking ppv-lite86 v0.2.20 |
335 | 2024-12-31T17:05:49.482Z | Compiling darling_macro v0.20.10 |
336 | 2024-12-31T17:05:49.704Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
337 | 2024-12-31T17:05:49.762Z | Checking rand_chacha v0.3.1 |
338 | 2024-12-31T17:05:49.962Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
339 | 2024-12-31T17:05:50.046Z | Compiling thiserror-impl v2.0.9 |
340 | 2024-12-31T17:05:50.080Z | Checking rand v0.8.5 |
341 | 2024-12-31T17:05:50.462Z | Compiling darling v0.20.10 |
342 | 2024-12-31T17:05:50.566Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
343 | 2024-12-31T17:05:50.608Z | Checking tracing v0.1.41 |
344 | 2024-12-31T17:05:54.063Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
345 | 2024-12-31T17:05:54.099Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
346 | 2024-12-31T17:05:54.842Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
347 | 2024-12-31T17:05:54.843Z | Checking postcard v1.1.1 |
348 | 2024-12-31T17:05:54.846Z | Checking ipnetwork v0.20.0 |
349 | 2024-12-31T17:05:54.846Z | Checking uuid v1.11.0 |
350 | 2024-12-31T17:05:56.158Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
351 | 2024-12-31T17:05:56.684Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
352 | 2024-12-31T17:05:57.453Z | warning: unused `#[macro_use]` import |
353 | 2024-12-31T17:05:57.453Z | --> lib/opte/src/lib.rs:23:1 |
354 | 2024-12-31T17:05:57.453Z | | |
355 | 2024-12-31T17:05:57.453Z | 23 | #[macro_use] |
356 | 2024-12-31T17:05:57.453Z | | ^^^^^^^^^^^^ |
357 | 2024-12-31T17:05:57.453Z | | |
358 | 2024-12-31T17:05:57.453Z | = note: `#[warn(unused_imports)]` on by default |
359 | 2024-12-31T17:05:57.453Z | |
360 | 2024-12-31T17:05:57.519Z | warning: `opte` (lib) generated 1 warning |
361 | 2024-12-31T17:05:57.521Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
362 | 2024-12-31T17:05:59.249Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
363 | 2024-12-31T17:05:59.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.80s |
364 | 2024-12-31T17:05:59.664Z | |
365 | 2024-12-31T17:05:59.664Z | real 30.079353877 |
366 | 2024-12-31T17:05:59.664Z | user 2:07.230628784 |
367 | 2024-12-31T17:05:59.664Z | sys 19.643838542 |
368 | 2024-12-31T17:05:59.664Z | trap 0.079555434 |
369 | 2024-12-31T17:05:59.664Z | tflt 0.306649356 |
370 | 2024-12-31T17:05:59.664Z | dflt 3.102892293 |
371 | 2024-12-31T17:05:59.668Z | kflt 0.009281680 |
372 | 2024-12-31T17:05:59.668Z | lock 2:32.770451458 |
373 | 2024-12-31T17:05:59.668Z | slp 8:59.654361101 |
374 | 2024-12-31T17:05:59.668Z | lat 6.336730880 |
375 | 2024-12-31T17:05:59.668Z | stop 13.744533066 |
376 | 2024-12-31T17:05:59.668Z | process exited: duration 53811 ms, exit code 0 |
|
377 | 2024-12-31T17:05:59.675Z | found 0 output files |