|
|
|
1 | 2025-03-14T21:29:38.262Z | job assigned to worker 01JPB8YRDSF9AC1RGK0V59ME61 [factory aws, i-0aade17ac039ce260] (queued for 48 s) |
|
2 | 2025-03-14T21:29:46.422Z | starting task 0: "setup" |
3 | 2025-03-14T21:29:46.428Z | ++ uname -s |
4 | 2025-03-14T21:29:46.430Z | + kern=SunOS |
5 | 2025-03-14T21:29:46.430Z | + build_user=build |
6 | 2025-03-14T21:29:46.431Z | + build_uid=12345 |
7 | 2025-03-14T21:29:46.431Z | + work_dir=/work |
8 | 2025-03-14T21:29:46.431Z | + input_dir=/input |
9 | 2025-03-14T21:29:46.431Z | + [[ 0 == 12345 ]] |
10 | 2025-03-14T21:29:46.431Z | + case "$kern" in |
11 | 2025-03-14T21:29:46.431Z | + groupadd -g 12345 build |
12 | 2025-03-14T21:29:46.434Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-14T21:29:48.441Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-14T21:29:48.570Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-14T21:29:48.573Z | + home_fs=zfs |
16 | 2025-03-14T21:29:48.573Z | + [[ zfs == autofs ]] |
17 | 2025-03-14T21:29:48.573Z | + mkdir -p /home/build |
18 | 2025-03-14T21:29:48.576Z | + chown build:build /home/build /work |
19 | 2025-03-14T21:29:50.578Z | + chmod 0700 /home/build /work |
20 | 2025-03-14T21:29:50.581Z | process exited: duration 4159 ms, exit code 0 |
|
21 | 2025-03-14T21:29:50.587Z | starting task 1: "rust-toolchain" |
22 | 2025-03-14T21:29:50.593Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-14T21:29:50.593Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-03-14T21:29:50.593Z | * rust toolchain channel = "1.85.0" |
25 | 2025-03-14T21:29:50.593Z | * rust toolchain profile = "default" |
26 | 2025-03-14T21:29:50.597Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-14T21:29:50.597Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-14T21:29:50.597Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-14T21:29:50.597Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-14T21:29:50.893Z | info: downloading installer |
31 | 2025-03-14T21:29:52.473Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-14T21:29:52.473Z | warn: /opt/ooce/bin |
33 | 2025-03-14T21:29:52.473Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-14T21:29:52.473Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-14T21:29:52.473Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-14T21:29:52.473Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-14T21:29:52.473Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-14T21:29:52.473Z | error: cannot install while Rust is installed |
39 | 2025-03-14T21:29:52.473Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-14T21:29:52.485Z | info: profile set to 'default' |
41 | 2025-03-14T21:29:52.485Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-14T21:29:52.488Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-14T21:29:52.667Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-14T21:29:52.667Z | info: downloading component 'cargo' |
45 | 2025-03-14T21:29:53.615Z | info: downloading component 'clippy' |
46 | 2025-03-14T21:29:53.993Z | info: downloading component 'rust-docs' |
47 | 2025-03-14T21:29:55.123Z | info: downloading component 'rust-std' |
48 | 2025-03-14T21:29:56.829Z | info: downloading component 'rustc' |
49 | 2025-03-14T21:30:03.574Z | info: downloading component 'rustfmt' |
50 | 2025-03-14T21:30:03.813Z | info: installing component 'cargo' |
51 | 2025-03-14T21:30:04.646Z | info: installing component 'clippy' |
52 | 2025-03-14T21:30:05.029Z | info: installing component 'rust-docs' |
53 | 2025-03-14T21:30:06.785Z | info: installing component 'rust-std' |
54 | 2025-03-14T21:30:08.670Z | info: installing component 'rustc' |
55 | 2025-03-14T21:30:14.586Z | info: installing component 'rustfmt' |
56 | 2025-03-14T21:30:14.914Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-14T21:30:14.914Z | |
58 | 2025-03-14T21:30:15.277Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-14T21:30:15.277Z | |
60 | 2025-03-14T21:30:15.280Z | |
61 | 2025-03-14T21:30:15.280Z | Rust is installed now. Great! |
62 | 2025-03-14T21:30:15.280Z | |
63 | 2025-03-14T21:30:15.280Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-14T21:30:15.280Z | environment variable. This has not been done automatically. |
65 | 2025-03-14T21:30:15.280Z | |
66 | 2025-03-14T21:30:15.280Z | To configure your current shell, you need to source |
67 | 2025-03-14T21:30:15.281Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-14T21:30:15.281Z | |
69 | 2025-03-14T21:30:15.281Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-14T21:30:15.281Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-14T21:30:15.281Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-14T21:30:15.281Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-14T21:30:15.350Z | + rustup --version |
74 | 2025-03-14T21:30:15.361Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-14T21:30:15.365Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-14T21:30:15.390Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-14T21:30:15.393Z | + cargo --version |
78 | 2025-03-14T21:30:15.411Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-14T21:30:15.414Z | + rustc --version |
80 | 2025-03-14T21:30:15.438Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-14T21:30:15.442Z | process exited: duration 24850 ms, exit code 0 |
|
82 | 2025-03-14T21:30:15.448Z | starting task 2: "authentication" |
83 | 2025-03-14T21:30:15.471Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-03-14T21:30:15.479Z | starting task 3: "clone repository" |
85 | 2025-03-14T21:30:15.483Z | + mkdir -p /work/oxidecomputer/opte |
86 | 2025-03-14T21:30:15.485Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
87 | 2025-03-14T21:30:15.529Z | Cloning into '/work/oxidecomputer/opte'... |
88 | 2025-03-14T21:30:16.411Z | + cd /work/oxidecomputer/opte |
89 | 2025-03-14T21:30:16.411Z | + git fetch origin 304b24984e5cfa57221a54e78ad1720b6ec336cc |
90 | 2025-03-14T21:30:16.710Z | From https://github.com/oxidecomputer/opte |
91 | 2025-03-14T21:30:16.711Z | * branch 304b24984e5cfa57221a54e78ad1720b6ec336cc -> FETCH_HEAD |
92 | 2025-03-14T21:30:16.720Z | + [[ -n ingot-and-offload ]] |
93 | 2025-03-14T21:30:16.723Z | ++ git branch --show-current |
94 | 2025-03-14T21:30:16.723Z | + current=master |
95 | 2025-03-14T21:30:16.723Z | + [[ master != ingot-and-offload ]] |
96 | 2025-03-14T21:30:16.723Z | + git branch -f ingot-and-offload 304b24984e5cfa57221a54e78ad1720b6ec336cc |
97 | 2025-03-14T21:30:16.726Z | + git checkout -f ingot-and-offload |
98 | 2025-03-14T21:30:16.750Z | Switched to branch 'ingot-and-offload' |
99 | 2025-03-14T21:30:16.753Z | + git reset --hard 304b24984e5cfa57221a54e78ad1720b6ec336cc |
100 | 2025-03-14T21:30:16.772Z | HEAD is now at 304b249 Merge branch 'master' into ingot-and-offload |
101 | 2025-03-14T21:30:16.775Z | process exited: duration 1295 ms, exit code 0 |
|
102 | 2025-03-14T21:30:16.782Z | starting task 4: "build" |
103 | 2025-03-14T21:30:16.787Z | + source .github/buildomat/common.sh |
104 | 2025-03-14T21:30:16.790Z | ++ rustup show active-toolchain |
105 | 2025-03-14T21:30:16.834Z | 1.85.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
106 | 2025-03-14T21:30:16.838Z | ++ pushd xde |
107 | 2025-03-14T21:30:16.841Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
108 | 2025-03-14T21:30:16.841Z | ++ rustup show active-toolchain |
109 | 2025-03-14T21:30:16.845Z | info: syncing channel updates for 'nightly-2025-02-20-x86_64-unknown-illumos' |
110 | 2025-03-14T21:30:17.132Z | info: latest update on 2025-02-20, rust version 1.87.0-nightly (f280acf4c 2025-02-19) |
111 | 2025-03-14T21:30:17.135Z | info: downloading component 'cargo' |
112 | 2025-03-14T21:30:18.120Z | info: downloading component 'clippy' |
113 | 2025-03-14T21:30:18.485Z | info: downloading component 'rust-src' |
114 | 2025-03-14T21:30:18.736Z | info: downloading component 'rust-std' |
115 | 2025-03-14T21:30:20.260Z | info: downloading component 'rustc' |
116 | 2025-03-14T21:30:26.635Z | info: downloading component 'rustfmt' |
117 | 2025-03-14T21:30:26.923Z | info: installing component 'cargo' |
118 | 2025-03-14T21:30:27.793Z | info: installing component 'clippy' |
119 | 2025-03-14T21:30:28.177Z | info: installing component 'rust-src' |
120 | 2025-03-14T21:30:28.502Z | info: installing component 'rust-std' |
121 | 2025-03-14T21:30:30.133Z | info: installing component 'rustc' |
122 | 2025-03-14T21:30:36.501Z | info: installing component 'rustfmt' |
123 | 2025-03-14T21:30:36.830Z | nightly-2025-02-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
124 | 2025-03-14T21:30:36.911Z | +++ rustup show active-toolchain -v |
125 | 2025-03-14T21:30:36.914Z | +++ head -n 1 |
126 | 2025-03-14T21:30:36.914Z | +++ cut '-d ' -f1 |
127 | 2025-03-14T21:30:37.014Z | ++ export NIGHTLY=nightly-2025-02-20-x86_64-unknown-illumos |
128 | 2025-03-14T21:30:37.014Z | ++ NIGHTLY=nightly-2025-02-20-x86_64-unknown-illumos |
129 | 2025-03-14T21:30:37.014Z | ++ popd |
130 | 2025-03-14T21:30:37.017Z | /work/oxidecomputer/opte |
131 | 2025-03-14T21:30:37.018Z | + cargo --version |
132 | 2025-03-14T21:30:37.069Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
133 | 2025-03-14T21:30:37.072Z | + rustc --version |
134 | 2025-03-14T21:30:37.140Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
135 | 2025-03-14T21:30:37.143Z | + cd lib/opte-ioctl |
136 | 2025-03-14T21:30:37.143Z | + header 'check style' |
137 | 2025-03-14T21:30:37.143Z | + echo '# ==== check style ==== #' |
138 | 2025-03-14T21:30:37.143Z | # ==== check style ==== # |
139 | 2025-03-14T21:30:37.143Z | + ptime -m cargo +nightly-2025-02-20-x86_64-unknown-illumos fmt -- --check |
140 | 2025-03-14T21:30:37.334Z | |
141 | 2025-03-14T21:30:37.334Z | real 0.187301328 |
142 | 2025-03-14T21:30:37.334Z | user 0.125449061 |
143 | 2025-03-14T21:30:37.334Z | sys 0.059995109 |
144 | 2025-03-14T21:30:37.334Z | trap 0.000071176 |
145 | 2025-03-14T21:30:37.334Z | tflt 0.000070525 |
146 | 2025-03-14T21:30:37.334Z | dflt 0.000024793 |
147 | 2025-03-14T21:30:37.334Z | kflt 0.000000000 |
148 | 2025-03-14T21:30:37.335Z | lock 0.637224086 |
149 | 2025-03-14T21:30:37.335Z | slp 0.197912857 |
150 | 2025-03-14T21:30:37.338Z | lat 0.002098086 |
151 | 2025-03-14T21:30:37.338Z | stop 0.000159956 |
152 | 2025-03-14T21:30:37.338Z | + header analyze |
153 | 2025-03-14T21:30:37.338Z | + echo '# ==== analyze ==== #' |
154 | 2025-03-14T21:30:37.338Z | # ==== analyze ==== # |
155 | 2025-03-14T21:30:37.338Z | + ptime -m cargo clippy --all-targets |
156 | 2025-03-14T21:30:37.582Z | Updating crates.io index |
157 | 2025-03-14T21:30:37.585Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
158 | 2025-03-14T21:30:38.386Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
159 | 2025-03-14T21:30:38.737Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
160 | 2025-03-14T21:30:39.022Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
161 | 2025-03-14T21:30:39.355Z | Updating git repository `https://github.com/oxidecomputer/zone` |
162 | 2025-03-14T21:30:39.681Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
163 | 2025-03-14T21:30:39.939Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
164 | 2025-03-14T21:30:40.217Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
165 | 2025-03-14T21:30:40.993Z | Downloading crates ... |
166 | 2025-03-14T21:30:41.069Z | Downloaded darling_macro v0.20.10 |
167 | 2025-03-14T21:30:41.072Z | Downloaded cstr-argument v0.1.2 |
168 | 2025-03-14T21:30:41.076Z | Downloaded cobs v0.2.3 |
169 | 2025-03-14T21:30:41.079Z | Downloaded autocfg v1.4.0 |
170 | 2025-03-14T21:30:41.092Z | Downloaded ident_case v1.0.1 |
171 | 2025-03-14T21:30:41.103Z | Downloaded foreign-types-shared v0.3.1 |
172 | 2025-03-14T21:30:41.110Z | Downloaded cfg-if v1.0.0 |
173 | 2025-03-14T21:30:41.117Z | Downloaded pretty-hex v0.2.1 |
174 | 2025-03-14T21:30:41.121Z | Downloaded equivalent v1.0.2 |
175 | 2025-03-14T21:30:41.129Z | Downloaded toml_datetime v0.6.8 |
176 | 2025-03-14T21:30:41.134Z | Downloaded byteorder v1.5.0 |
177 | 2025-03-14T21:30:41.139Z | Downloaded defmt-macros v0.4.0 |
178 | 2025-03-14T21:30:41.142Z | Downloaded managed v0.8.0 |
179 | 2025-03-14T21:30:41.145Z | Downloaded dyn-clone v1.0.19 |
180 | 2025-03-14T21:30:41.145Z | Downloaded strsim v0.11.1 |
181 | 2025-03-14T21:30:41.148Z | Downloaded num_enum v0.5.11 |
182 | 2025-03-14T21:30:41.151Z | Downloaded foreign-types v0.5.0 |
183 | 2025-03-14T21:30:41.154Z | Downloaded oxnet v0.1.1 |
184 | 2025-03-14T21:30:41.154Z | Downloaded fnv v1.0.7 |
185 | 2025-03-14T21:30:41.157Z | Downloaded either v1.15.0 |
186 | 2025-03-14T21:30:41.157Z | Downloaded thiserror v1.0.69 |
187 | 2025-03-14T21:30:41.160Z | Downloaded stable_deref_trait v1.2.0 |
188 | 2025-03-14T21:30:41.163Z | Downloaded bitflags v1.3.2 |
189 | 2025-03-14T21:30:41.166Z | Downloaded signal-hook-registry v1.4.2 |
190 | 2025-03-14T21:30:41.166Z | Downloaded thiserror-impl v1.0.69 |
191 | 2025-03-14T21:30:41.170Z | Downloaded embedded-io v0.4.0 |
192 | 2025-03-14T21:30:41.170Z | Downloaded lazy_static v1.5.0 |
193 | 2025-03-14T21:30:41.173Z | Downloaded tokio-macros v2.5.0 |
194 | 2025-03-14T21:30:41.179Z | Downloaded rand_core v0.6.4 |
195 | 2025-03-14T21:30:41.179Z | Downloaded proc-macro-error-attr2 v2.0.0 |
196 | 2025-03-14T21:30:41.183Z | Downloaded thiserror-impl v2.0.12 |
197 | 2025-03-14T21:30:41.186Z | Downloaded macaddr v1.0.1 |
198 | 2025-03-14T21:30:41.189Z | Downloaded foreign-types-macros v0.2.3 |
199 | 2025-03-14T21:30:41.192Z | Downloaded defmt-parser v0.4.1 |
200 | 2025-03-14T21:30:41.195Z | Downloaded rand_chacha v0.3.1 |
201 | 2025-03-14T21:30:41.195Z | Downloaded num_enum_derive v0.5.11 |
202 | 2025-03-14T21:30:41.198Z | Downloaded scopeguard v1.2.0 |
203 | 2025-03-14T21:30:41.201Z | Downloaded hash32 v0.3.1 |
204 | 2025-03-14T21:30:41.204Z | Downloaded embedded-io v0.6.1 |
205 | 2025-03-14T21:30:41.207Z | Downloaded version_check v0.9.5 |
206 | 2025-03-14T21:30:41.214Z | Downloaded proc-macro-crate v1.3.1 |
207 | 2025-03-14T21:30:41.218Z | Downloaded thiserror v2.0.12 |
208 | 2025-03-14T21:30:41.220Z | Downloaded ppv-lite86 v0.2.21 |
209 | 2025-03-14T21:30:41.223Z | Downloaded getrandom v0.2.15 |
210 | 2025-03-14T21:30:41.228Z | Downloaded quote v1.0.39 |
211 | 2025-03-14T21:30:41.228Z | Downloaded proc-macro-error2 v2.0.1 |
212 | 2025-03-14T21:30:41.230Z | Downloaded once_cell v1.20.3 |
213 | 2025-03-14T21:30:41.234Z | Downloaded lock_api v0.4.12 |
214 | 2025-03-14T21:30:41.234Z | Downloaded defmt v0.3.10 |
215 | 2025-03-14T21:30:41.237Z | Downloaded colored v2.2.0 |
216 | 2025-03-14T21:30:41.256Z | Downloaded anyhow v1.0.97 |
217 | 2025-03-14T21:30:41.260Z | Downloaded tracing-attributes v0.1.28 |
218 | 2025-03-14T21:30:41.266Z | Downloaded parking_lot_core v0.9.10 |
219 | 2025-03-14T21:30:41.269Z | Downloaded darling v0.20.10 |
220 | 2025-03-14T21:30:41.273Z | Downloaded smallvec v1.14.0 |
221 | 2025-03-14T21:30:41.276Z | Downloaded proc-macro2 v1.0.94 |
222 | 2025-03-14T21:30:41.279Z | Downloaded postcard v1.1.1 |
223 | 2025-03-14T21:30:41.284Z | Downloaded pin-project-lite v0.2.16 |
224 | 2025-03-14T21:30:41.297Z | Downloaded unicode-ident v1.0.18 |
225 | 2025-03-14T21:30:41.300Z | Downloaded parking_lot v0.12.3 |
226 | 2025-03-14T21:30:41.308Z | Downloaded tracing-core v0.1.33 |
227 | 2025-03-14T21:30:41.311Z | Downloaded socket2 v0.5.8 |
228 | 2025-03-14T21:30:41.315Z | Downloaded bitflags v2.9.0 |
229 | 2025-03-14T21:30:41.322Z | Downloaded serde_derive v1.0.219 |
230 | 2025-03-14T21:30:41.342Z | Downloaded darling_core v0.20.10 |
231 | 2025-03-14T21:30:41.347Z | Downloaded indexmap v2.7.1 |
232 | 2025-03-14T21:30:41.351Z | Downloaded serde v1.0.219 |
233 | 2025-03-14T21:30:41.354Z | Downloaded heapless v0.8.0 |
234 | 2025-03-14T21:30:41.360Z | Downloaded uuid v1.15.1 |
235 | 2025-03-14T21:30:41.363Z | Downloaded tracing v0.1.41 |
236 | 2025-03-14T21:30:41.367Z | Downloaded zerocopy-derive v0.8.23 |
237 | 2025-03-14T21:30:41.373Z | Downloaded bytes v1.10.1 |
238 | 2025-03-14T21:30:41.377Z | Downloaded mio v1.0.3 |
239 | 2025-03-14T21:30:41.383Z | Downloaded rand v0.8.5 |
240 | 2025-03-14T21:30:41.387Z | Downloaded toml_edit v0.19.15 |
241 | 2025-03-14T21:30:41.403Z | Downloaded aho-corasick v1.1.3 |
242 | 2025-03-14T21:30:41.409Z | Downloaded memchr v2.7.4 |
243 | 2025-03-14T21:30:41.427Z | Downloaded itertools v0.13.0 |
244 | 2025-03-14T21:30:41.434Z | Downloaded hashbrown v0.15.2 |
245 | 2025-03-14T21:30:41.456Z | Downloaded winnow v0.6.26 |
246 | 2025-03-14T21:30:41.464Z | Downloaded winnow v0.5.40 |
247 | 2025-03-14T21:30:41.505Z | Downloaded zerocopy v0.8.23 |
248 | 2025-03-14T21:30:41.541Z | Downloaded syn v1.0.109 |
249 | 2025-03-14T21:30:41.550Z | Downloaded regex v1.11.1 |
250 | 2025-03-14T21:30:41.564Z | Downloaded syn v2.0.100 |
251 | 2025-03-14T21:30:41.581Z | Downloaded smoltcp v0.11.0 |
252 | 2025-03-14T21:30:41.593Z | Downloaded regex-syntax v0.8.5 |
253 | 2025-03-14T21:30:41.653Z | Downloaded regex-automata v0.4.9 |
254 | 2025-03-14T21:30:41.682Z | Downloaded libc v0.2.170 |
255 | 2025-03-14T21:30:41.705Z | Downloaded tokio v1.44.0 |
256 | 2025-03-14T21:30:41.866Z | Compiling proc-macro2 v1.0.94 |
257 | 2025-03-14T21:30:41.866Z | Compiling unicode-ident v1.0.18 |
258 | 2025-03-14T21:30:41.869Z | Compiling libc v0.2.170 |
259 | 2025-03-14T21:30:41.869Z | Checking cfg-if v1.0.0 |
260 | 2025-03-14T21:30:41.869Z | Compiling zerocopy v0.8.23 |
261 | 2025-03-14T21:30:41.869Z | Compiling serde v1.0.219 |
262 | 2025-03-14T21:30:41.870Z | Compiling memchr v2.7.4 |
263 | 2025-03-14T21:30:41.870Z | Compiling fnv v1.0.7 |
264 | 2025-03-14T21:30:41.971Z | Compiling ident_case v1.0.1 |
265 | 2025-03-14T21:30:42.061Z | Compiling strsim v0.11.1 |
266 | 2025-03-14T21:30:42.095Z | Compiling regex-syntax v0.8.5 |
267 | 2025-03-14T21:30:42.144Z | Compiling syn v1.0.109 |
268 | 2025-03-14T21:30:42.548Z | Compiling equivalent v1.0.2 |
269 | 2025-03-14T21:30:42.646Z | Compiling either v1.15.0 |
270 | 2025-03-14T21:30:42.654Z | Compiling hashbrown v0.15.2 |
271 | 2025-03-14T21:30:42.658Z | Compiling autocfg v1.4.0 |
272 | 2025-03-14T21:30:42.739Z | Compiling winnow v0.5.40 |
273 | 2025-03-14T21:30:43.021Z | Compiling aho-corasick v1.1.3 |
274 | 2025-03-14T21:30:43.184Z | Compiling itertools v0.13.0 |
275 | 2025-03-14T21:30:43.217Z | Compiling toml_datetime v0.6.8 |
276 | 2025-03-14T21:30:43.389Z | Compiling lock_api v0.4.12 |
277 | 2025-03-14T21:30:43.573Z | Compiling heapless v0.8.0 |
278 | 2025-03-14T21:30:43.759Z | Compiling quote v1.0.39 |
279 | 2025-03-14T21:30:43.766Z | Compiling indexmap v2.7.1 |
280 | 2025-03-14T21:30:44.120Z | Compiling parking_lot_core v0.9.10 |
281 | 2025-03-14T21:30:44.128Z | Checking byteorder v1.5.0 |
282 | 2025-03-14T21:30:44.345Z | Compiling syn v2.0.100 |
283 | 2025-03-14T21:30:44.581Z | Checking hash32 v0.3.1 |
284 | 2025-03-14T21:30:45.039Z | Checking stable_deref_trait v1.2.0 |
285 | 2025-03-14T21:30:45.095Z | Checking macaddr v1.0.1 |
286 | 2025-03-14T21:30:45.143Z | Checking smallvec v1.14.0 |
287 | 2025-03-14T21:30:45.346Z | Checking scopeguard v1.2.0 |
288 | 2025-03-14T21:30:45.472Z | Compiling smoltcp v0.11.0 |
289 | 2025-03-14T21:30:45.481Z | Compiling once_cell v1.20.3 |
290 | 2025-03-14T21:30:45.846Z | Compiling regex-automata v0.4.9 |
291 | 2025-03-14T21:30:45.884Z | Compiling toml_edit v0.19.15 |
292 | 2025-03-14T21:30:45.916Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
293 | 2025-03-14T21:30:46.657Z | Checking getrandom v0.2.15 |
294 | 2025-03-14T21:30:46.678Z | Checking cobs v0.2.3 |
295 | 2025-03-14T21:30:46.863Z | Compiling version_check v0.9.5 |
296 | 2025-03-14T21:30:46.880Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
297 | 2025-03-14T21:30:47.245Z | Compiling thiserror v1.0.69 |
298 | 2025-03-14T21:30:47.344Z | Checking pin-project-lite v0.2.16 |
299 | 2025-03-14T21:30:47.348Z | Checking bitflags v1.3.2 |
300 | 2025-03-14T21:30:47.434Z | Checking managed v0.8.0 |
301 | 2025-03-14T21:30:47.448Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
302 | 2025-03-14T21:30:47.482Z | Checking rand_core v0.6.4 |
303 | 2025-03-14T21:30:47.762Z | Checking parking_lot v0.12.3 |
304 | 2025-03-14T21:30:47.856Z | Checking mio v1.0.3 |
305 | 2025-03-14T21:30:48.113Z | Checking socket2 v0.5.8 |
306 | 2025-03-14T21:30:48.124Z | Checking signal-hook-registry v1.4.2 |
307 | 2025-03-14T21:30:48.475Z | Compiling anyhow v1.0.97 |
308 | 2025-03-14T21:30:48.570Z | Checking bytes v1.10.1 |
309 | 2025-03-14T21:30:48.995Z | Compiling proc-macro-crate v1.3.1 |
310 | 2025-03-14T21:30:49.236Z | Checking foreign-types-shared v0.3.1 |
311 | 2025-03-14T21:30:49.546Z | Checking cstr-argument v0.1.2 |
312 | 2025-03-14T21:30:49.657Z | Checking tracing-core v0.1.33 |
313 | 2025-03-14T21:30:49.721Z | Compiling regex v1.11.1 |
314 | 2025-03-14T21:30:50.290Z | Checking pretty-hex v0.2.1 |
315 | 2025-03-14T21:30:50.433Z | Checking dyn-clone v1.0.19 |
316 | 2025-03-14T21:30:50.441Z | Compiling thiserror v2.0.12 |
317 | 2025-03-14T21:30:50.456Z | Checking lazy_static v1.5.0 |
318 | 2025-03-14T21:30:50.573Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
319 | 2025-03-14T21:30:50.576Z | Checking colored v2.2.0 |
320 | 2025-03-14T21:30:50.915Z | Compiling darling_core v0.20.10 |
321 | 2025-03-14T21:30:50.941Z | Checking winnow v0.6.26 |
322 | 2025-03-14T21:30:50.953Z | Checking oxnet v0.1.1 |
323 | 2025-03-14T21:30:51.258Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
324 | 2025-03-14T21:30:52.460Z | Compiling num_enum_derive v0.5.11 |
325 | 2025-03-14T21:30:52.486Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
326 | 2025-03-14T21:30:52.751Z | Compiling zerocopy-derive v0.8.23 |
327 | 2025-03-14T21:30:52.752Z | Compiling serde_derive v1.0.219 |
328 | 2025-03-14T21:30:52.752Z | Compiling foreign-types-macros v0.2.3 |
329 | 2025-03-14T21:30:52.755Z | Compiling tokio-macros v2.5.0 |
330 | 2025-03-14T21:30:53.268Z | Compiling thiserror-impl v1.0.69 |
331 | 2025-03-14T21:30:53.650Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
332 | 2025-03-14T21:30:53.997Z | Checking foreign-types v0.5.0 |
333 | 2025-03-14T21:30:54.100Z | Compiling tracing-attributes v0.1.28 |
334 | 2025-03-14T21:30:54.195Z | Checking tokio v1.44.0 |
335 | 2025-03-14T21:30:54.433Z | Checking num_enum v0.5.11 |
336 | 2025-03-14T21:30:54.584Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
337 | 2025-03-14T21:30:54.756Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
338 | 2025-03-14T21:30:54.881Z | Compiling thiserror-impl v2.0.12 |
339 | 2025-03-14T21:30:55.512Z | Compiling darling_macro v0.20.10 |
340 | 2025-03-14T21:30:56.461Z | Checking tracing v0.1.41 |
341 | 2025-03-14T21:30:56.506Z | Compiling darling v0.20.10 |
342 | 2025-03-14T21:30:56.612Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
343 | 2025-03-14T21:30:58.072Z | Checking ppv-lite86 v0.2.21 |
344 | 2025-03-14T21:30:58.525Z | Checking rand_chacha v0.3.1 |
345 | 2025-03-14T21:30:58.879Z | Checking rand v0.8.5 |
346 | 2025-03-14T21:30:59.847Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
347 | 2025-03-14T21:30:59.884Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
348 | 2025-03-14T21:31:00.472Z | Checking bitflags v2.9.0 |
349 | 2025-03-14T21:31:00.473Z | Checking postcard v1.1.1 |
350 | 2025-03-14T21:31:00.476Z | Checking uuid v1.15.1 |
351 | 2025-03-14T21:31:00.680Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
352 | 2025-03-14T21:31:00.680Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
353 | 2025-03-14T21:31:01.966Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
354 | 2025-03-14T21:31:03.051Z | warning: unused `#[macro_use]` import |
355 | 2025-03-14T21:31:03.051Z | --> lib/opte/src/lib.rs:23:1 |
356 | 2025-03-14T21:31:03.051Z | | |
357 | 2025-03-14T21:31:03.051Z | 23 | #[macro_use] |
358 | 2025-03-14T21:31:03.051Z | | ^^^^^^^^^^^^ |
359 | 2025-03-14T21:31:03.052Z | | |
360 | 2025-03-14T21:31:03.052Z | = note: `#[warn(unused_imports)]` on by default |
361 | 2025-03-14T21:31:03.052Z | |
362 | 2025-03-14T21:31:03.108Z | warning: `opte` (lib) generated 1 warning |
363 | 2025-03-14T21:31:03.111Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
364 | 2025-03-14T21:31:04.641Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
365 | 2025-03-14T21:31:04.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.40s |
366 | 2025-03-14T21:31:05.005Z | |
367 | 2025-03-14T21:31:05.005Z | real 27.659567283 |
368 | 2025-03-14T21:31:05.006Z | user 1:59.149148220 |
369 | 2025-03-14T21:31:05.006Z | sys 18.357530276 |
370 | 2025-03-14T21:31:05.006Z | trap 0.081570464 |
371 | 2025-03-14T21:31:05.006Z | tflt 0.091212670 |
372 | 2025-03-14T21:31:05.006Z | dflt 0.163120423 |
373 | 2025-03-14T21:31:05.006Z | kflt 0.001632206 |
374 | 2025-03-14T21:31:05.009Z | lock 2:21.432396260 |
375 | 2025-03-14T21:31:05.009Z | slp 7:38.658167688 |
376 | 2025-03-14T21:31:05.009Z | lat 6.909623996 |
377 | 2025-03-14T21:31:05.009Z | stop 12.512793832 |
378 | 2025-03-14T21:31:05.009Z | process exited: duration 48216 ms, exit code 0 |
|
379 | 2025-03-14T21:31:05.018Z | found 0 output files |