|
|
|
1 | 2025-02-10T17:22:20.921Z | job assigned to worker 01JKRE2JCQVSEDZN4K4685MSER [factory aws, i-022209b22b07d1568] (queued for 57 s) |
|
2 | 2025-02-10T17:22:29.630Z | starting task 0: "setup" |
3 | 2025-02-10T17:22:29.638Z | ++ uname -s |
4 | 2025-02-10T17:22:29.641Z | + kern=SunOS |
5 | 2025-02-10T17:22:29.641Z | + build_user=build |
6 | 2025-02-10T17:22:29.641Z | + build_uid=12345 |
7 | 2025-02-10T17:22:29.641Z | + work_dir=/work |
8 | 2025-02-10T17:22:29.641Z | + input_dir=/input |
9 | 2025-02-10T17:22:29.641Z | + [[ 0 == 12345 ]] |
10 | 2025-02-10T17:22:29.641Z | + case "$kern" in |
11 | 2025-02-10T17:22:29.641Z | + groupadd -g 12345 build |
12 | 2025-02-10T17:22:29.643Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-10T17:22:31.652Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-10T17:22:31.752Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-10T17:22:31.755Z | + home_fs=zfs |
16 | 2025-02-10T17:22:31.755Z | + [[ zfs == autofs ]] |
17 | 2025-02-10T17:22:31.755Z | + mkdir -p /home/build |
18 | 2025-02-10T17:22:31.758Z | + chown build:build /home/build /work |
19 | 2025-02-10T17:22:33.760Z | + chmod 0700 /home/build /work |
20 | 2025-02-10T17:22:33.762Z | process exited: duration 4130 ms, exit code 0 |
|
21 | 2025-02-10T17:22:33.768Z | starting task 1: "rust-toolchain" |
22 | 2025-02-10T17:22:33.773Z | + printf ' * rust toolchain channel = "%s"\n' nightly-2024-11-18 |
23 | 2025-02-10T17:22:33.773Z | * rust toolchain channel = "nightly-2024-11-18" |
24 | 2025-02-10T17:22:33.773Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-02-10T17:22:33.773Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
26 | 2025-02-10T17:22:33.773Z | * rust toolchain profile = "default" |
27 | 2025-02-10T17:22:33.773Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-10T17:22:33.776Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-10T17:22:33.776Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
30 | 2025-02-10T17:22:33.901Z | info: downloading installer |
31 | 2025-02-10T17:22:35.248Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-10T17:22:35.248Z | warning: /opt/ooce/bin |
33 | 2025-02-10T17:22:35.248Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-10T17:22:35.248Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-10T17:22:35.248Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-10T17:22:35.248Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-10T17:22:35.248Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-10T17:22:35.248Z | error: cannot install while Rust is installed |
39 | 2025-02-10T17:22:35.248Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-10T17:22:35.265Z | info: profile set to 'default' |
41 | 2025-02-10T17:22:35.265Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-10T17:22:35.267Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2025-02-10T17:22:35.404Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
44 | 2025-02-10T17:22:35.404Z | info: downloading component 'cargo' |
45 | 2025-02-10T17:22:36.149Z | info: downloading component 'clippy' |
46 | 2025-02-10T17:22:36.435Z | info: downloading component 'rust-docs' |
47 | 2025-02-10T17:22:37.453Z | info: downloading component 'rust-std' |
48 | 2025-02-10T17:22:39.097Z | info: downloading component 'rustc' |
49 | 2025-02-10T17:22:44.891Z | info: downloading component 'rustfmt' |
50 | 2025-02-10T17:22:45.107Z | info: installing component 'cargo' |
51 | 2025-02-10T17:22:45.931Z | info: installing component 'clippy' |
52 | 2025-02-10T17:22:46.308Z | info: installing component 'rust-docs' |
53 | 2025-02-10T17:22:47.976Z | info: installing component 'rust-std' |
54 | 2025-02-10T17:22:49.836Z | info: installing component 'rustc' |
55 | 2025-02-10T17:22:55.747Z | info: installing component 'rustfmt' |
56 | 2025-02-10T17:22:56.079Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
57 | 2025-02-10T17:22:56.079Z | |
58 | 2025-02-10T17:22:56.470Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
59 | 2025-02-10T17:22:56.470Z | |
60 | 2025-02-10T17:22:56.473Z | |
61 | 2025-02-10T17:22:56.473Z | Rust is installed now. Great! |
62 | 2025-02-10T17:22:56.473Z | |
63 | 2025-02-10T17:22:56.473Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-10T17:22:56.473Z | environment variable. This has not been done automatically. |
65 | 2025-02-10T17:22:56.473Z | |
66 | 2025-02-10T17:22:56.473Z | To configure your current shell, you need to source |
67 | 2025-02-10T17:22:56.473Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-10T17:22:56.473Z | |
69 | 2025-02-10T17:22:56.473Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-10T17:22:56.473Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-10T17:22:56.473Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-10T17:22:56.547Z | + rustup --version |
73 | 2025-02-10T17:22:56.554Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-10T17:22:56.555Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-10T17:22:56.634Z | info: The currently active `rustc` version is `rustc 1.84.0-nightly (5ec7d6eee 2024-11-17)` |
76 | 2025-02-10T17:22:56.638Z | + cargo --version |
77 | 2025-02-10T17:22:56.697Z | cargo 1.84.0-nightly (69e595908 2024-11-16) |
78 | 2025-02-10T17:22:56.700Z | + rustc --version |
79 | 2025-02-10T17:22:56.760Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
80 | 2025-02-10T17:22:56.763Z | process exited: duration 22991 ms, exit code 0 |
|
81 | 2025-02-10T17:22:56.769Z | starting task 2: "authentication" |
82 | 2025-02-10T17:22:56.792Z | process exited: duration 22 ms, exit code 0 |
|
83 | 2025-02-10T17:22:56.797Z | starting task 3: "clone repository" |
84 | 2025-02-10T17:22:56.802Z | + mkdir -p /work/oxidecomputer/opte |
85 | 2025-02-10T17:22:56.805Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
86 | 2025-02-10T17:22:56.853Z | Cloning into '/work/oxidecomputer/opte'... |
87 | 2025-02-10T17:22:57.775Z | + cd /work/oxidecomputer/opte |
88 | 2025-02-10T17:22:57.775Z | + git fetch origin 9345439b57a80ca6d13e173affd8c4aab645af73 |
89 | 2025-02-10T17:22:58.019Z | From https://github.com/oxidecomputer/opte |
90 | 2025-02-10T17:22:58.019Z | * branch 9345439b57a80ca6d13e173affd8c4aab645af73 -> FETCH_HEAD |
91 | 2025-02-10T17:22:58.026Z | + [[ -n ingot-and-offload ]] |
92 | 2025-02-10T17:22:58.029Z | ++ git branch --show-current |
93 | 2025-02-10T17:22:58.033Z | + current=master |
94 | 2025-02-10T17:22:58.033Z | + [[ master != ingot-and-offload ]] |
95 | 2025-02-10T17:22:58.033Z | + git branch -f ingot-and-offload 9345439b57a80ca6d13e173affd8c4aab645af73 |
96 | 2025-02-10T17:22:58.035Z | + git checkout -f ingot-and-offload |
97 | 2025-02-10T17:22:58.055Z | Switched to branch 'ingot-and-offload' |
98 | 2025-02-10T17:22:58.058Z | + git reset --hard 9345439b57a80ca6d13e173affd8c4aab645af73 |
99 | 2025-02-10T17:22:58.077Z | HEAD is now at 9345439 Whelp, these flags moved about. |
100 | 2025-02-10T17:22:58.080Z | process exited: duration 1280 ms, exit code 0 |
|
101 | 2025-02-10T17:22:58.086Z | starting task 4: "build" |
102 | 2025-02-10T17:22:58.091Z | + cargo --version |
103 | 2025-02-10T17:22:58.095Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
104 | 2025-02-10T17:22:58.255Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
105 | 2025-02-10T17:22:58.255Z | info: downloading component 'cargo' |
106 | 2025-02-10T17:22:59.144Z | info: downloading component 'clippy' |
107 | 2025-02-10T17:22:59.494Z | info: downloading component 'rust-docs' |
108 | 2025-02-10T17:23:00.707Z | info: downloading component 'rust-std' |
109 | 2025-02-10T17:23:02.522Z | info: downloading component 'rustc' |
110 | 2025-02-10T17:23:09.482Z | info: downloading component 'rustfmt' |
111 | 2025-02-10T17:23:09.742Z | info: installing component 'cargo' |
112 | 2025-02-10T17:23:10.584Z | info: installing component 'clippy' |
113 | 2025-02-10T17:23:10.962Z | info: installing component 'rust-docs' |
114 | 2025-02-10T17:23:12.644Z | info: installing component 'rust-std' |
115 | 2025-02-10T17:23:14.338Z | info: installing component 'rustc' |
116 | 2025-02-10T17:23:20.329Z | info: installing component 'rustfmt' |
117 | 2025-02-10T17:23:20.758Z | cargo 1.84.0 (66221abde 2024-11-19) |
118 | 2025-02-10T17:23:20.761Z | + rustc --version |
119 | 2025-02-10T17:23:20.830Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
120 | 2025-02-10T17:23:20.834Z | + cd lib/opte-ioctl |
121 | 2025-02-10T17:23:20.836Z | + header 'check style' |
122 | 2025-02-10T17:23:20.836Z | + echo '# ==== check style ==== #' |
123 | 2025-02-10T17:23:20.836Z | # ==== check style ==== # |
124 | 2025-02-10T17:23:20.836Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
125 | 2025-02-10T17:23:21.027Z | |
126 | 2025-02-10T17:23:21.027Z | real 0.187166963 |
127 | 2025-02-10T17:23:21.027Z | user 0.103294848 |
128 | 2025-02-10T17:23:21.027Z | sys 0.079198407 |
129 | 2025-02-10T17:23:21.027Z | trap 0.000003418 |
130 | 2025-02-10T17:23:21.027Z | tflt 0.000000000 |
131 | 2025-02-10T17:23:21.027Z | dflt 0.000000000 |
132 | 2025-02-10T17:23:21.027Z | kflt 0.000000000 |
133 | 2025-02-10T17:23:21.027Z | lock 0.000000000 |
134 | 2025-02-10T17:23:21.029Z | slp 0.109455545 |
135 | 2025-02-10T17:23:21.030Z | lat 0.000283914 |
136 | 2025-02-10T17:23:21.030Z | stop 0.000180029 |
137 | 2025-02-10T17:23:21.030Z | + header analyze |
138 | 2025-02-10T17:23:21.030Z | + echo '# ==== analyze ==== #' |
139 | 2025-02-10T17:23:21.030Z | # ==== analyze ==== # |
140 | 2025-02-10T17:23:21.030Z | + ptime -m cargo clippy --all-targets |
141 | 2025-02-10T17:23:21.252Z | Updating crates.io index |
142 | 2025-02-10T17:23:21.311Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
143 | 2025-02-10T17:23:22.031Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
144 | 2025-02-10T17:23:22.406Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
145 | 2025-02-10T17:23:22.691Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
146 | 2025-02-10T17:23:23.037Z | Updating git repository `https://github.com/oxidecomputer/zone` |
147 | 2025-02-10T17:23:23.299Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
148 | 2025-02-10T17:23:23.530Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
149 | 2025-02-10T17:23:23.817Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
150 | 2025-02-10T17:23:24.070Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
151 | 2025-02-10T17:23:24.916Z | Downloading crates ... |
152 | 2025-02-10T17:23:24.985Z | Downloaded autocfg v1.4.0 |
153 | 2025-02-10T17:23:25.001Z | Downloaded equivalent v1.0.1 |
154 | 2025-02-10T17:23:25.005Z | Downloaded ident_case v1.0.1 |
155 | 2025-02-10T17:23:25.018Z | Downloaded cstr-argument v0.1.2 |
156 | 2025-02-10T17:23:25.022Z | Downloaded foreign-types-shared v0.3.1 |
157 | 2025-02-10T17:23:25.045Z | Downloaded darling_macro v0.20.10 |
158 | 2025-02-10T17:23:25.049Z | Downloaded bitflags v1.3.2 |
159 | 2025-02-10T17:23:25.059Z | Downloaded cfg-if v1.0.0 |
160 | 2025-02-10T17:23:25.063Z | Downloaded rand_chacha v0.3.1 |
161 | 2025-02-10T17:23:25.066Z | Downloaded dyn-clone v1.0.17 |
162 | 2025-02-10T17:23:25.066Z | Downloaded proc-macro-error-attr2 v2.0.0 |
163 | 2025-02-10T17:23:25.069Z | Downloaded num_enum_derive v0.5.11 |
164 | 2025-02-10T17:23:25.071Z | Downloaded managed v0.8.0 |
165 | 2025-02-10T17:23:25.071Z | Downloaded fnv v1.0.7 |
166 | 2025-02-10T17:23:25.074Z | Downloaded either v1.13.0 |
167 | 2025-02-10T17:23:25.077Z | Downloaded ipnetwork v0.20.0 |
168 | 2025-02-10T17:23:25.079Z | Downloaded byteorder v1.5.0 |
169 | 2025-02-10T17:23:25.084Z | Downloaded signal-hook-registry v1.4.2 |
170 | 2025-02-10T17:23:25.086Z | Downloaded pretty-hex v0.2.1 |
171 | 2025-02-10T17:23:25.086Z | Downloaded foreign-types v0.5.0 |
172 | 2025-02-10T17:23:25.090Z | Downloaded ppv-lite86 v0.2.20 |
173 | 2025-02-10T17:23:25.094Z | Downloaded defmt-macros v0.4.0 |
174 | 2025-02-10T17:23:25.100Z | Downloaded strsim v0.11.1 |
175 | 2025-02-10T17:23:25.104Z | Downloaded cobs v0.2.3 |
176 | 2025-02-10T17:23:25.107Z | Downloaded stable_deref_trait v1.2.0 |
177 | 2025-02-10T17:23:25.107Z | Downloaded proc-macro-crate v1.3.1 |
178 | 2025-02-10T17:23:25.109Z | Downloaded lazy_static v1.5.0 |
179 | 2025-02-10T17:23:25.112Z | Downloaded embedded-io v0.6.1 |
180 | 2025-02-10T17:23:25.115Z | Downloaded rand_core v0.6.4 |
181 | 2025-02-10T17:23:25.125Z | Downloaded thiserror-impl v2.0.11 |
182 | 2025-02-10T17:23:25.127Z | Downloaded version_check v0.9.5 |
183 | 2025-02-10T17:23:25.131Z | Downloaded schemars_derive v0.8.21 |
184 | 2025-02-10T17:23:25.135Z | Downloaded scopeguard v1.2.0 |
185 | 2025-02-10T17:23:25.137Z | Downloaded macaddr v1.0.1 |
186 | 2025-02-10T17:23:25.137Z | Downloaded itoa v1.0.14 |
187 | 2025-02-10T17:23:25.140Z | Downloaded hash32 v0.3.1 |
188 | 2025-02-10T17:23:25.140Z | Downloaded embedded-io v0.4.0 |
189 | 2025-02-10T17:23:25.143Z | Downloaded toml_datetime v0.6.8 |
190 | 2025-02-10T17:23:25.145Z | Downloaded thiserror-impl v1.0.69 |
191 | 2025-02-10T17:23:25.148Z | Downloaded foreign-types-macros v0.2.3 |
192 | 2025-02-10T17:23:25.148Z | Downloaded once_cell v1.20.2 |
193 | 2025-02-10T17:23:25.151Z | Downloaded serde_derive_internals v0.29.1 |
194 | 2025-02-10T17:23:25.154Z | Downloaded lock_api v0.4.12 |
195 | 2025-02-10T17:23:25.156Z | Downloaded defmt-parser v0.4.1 |
196 | 2025-02-10T17:23:25.156Z | Downloaded pin-project-lite v0.2.16 |
197 | 2025-02-10T17:23:25.160Z | Downloaded thiserror v2.0.11 |
198 | 2025-02-10T17:23:25.165Z | Downloaded colored v2.2.0 |
199 | 2025-02-10T17:23:25.168Z | Downloaded tokio-macros v2.5.0 |
200 | 2025-02-10T17:23:25.171Z | Downloaded quote v1.0.38 |
201 | 2025-02-10T17:23:25.173Z | Downloaded smallvec v1.13.2 |
202 | 2025-02-10T17:23:25.176Z | Downloaded num_enum v0.5.11 |
203 | 2025-02-10T17:23:25.179Z | Downloaded zerocopy-derive v0.7.35 |
204 | 2025-02-10T17:23:25.182Z | Downloaded parking_lot_core v0.9.10 |
205 | 2025-02-10T17:23:25.185Z | Downloaded anyhow v1.0.95 |
206 | 2025-02-10T17:23:25.188Z | Downloaded thiserror v1.0.69 |
207 | 2025-02-10T17:23:25.192Z | Downloaded parking_lot v0.12.3 |
208 | 2025-02-10T17:23:25.195Z | Downloaded getrandom v0.2.15 |
209 | 2025-02-10T17:23:25.198Z | Downloaded proc-macro-error2 v2.0.1 |
210 | 2025-02-10T17:23:25.201Z | Downloaded darling v0.20.10 |
211 | 2025-02-10T17:23:25.204Z | Downloaded postcard v1.1.1 |
212 | 2025-02-10T17:23:25.207Z | Downloaded proc-macro2 v1.0.93 |
213 | 2025-02-10T17:23:25.209Z | Downloaded bitflags v2.8.0 |
214 | 2025-02-10T17:23:25.223Z | Downloaded tracing-attributes v0.1.28 |
215 | 2025-02-10T17:23:25.225Z | Downloaded defmt v0.3.10 |
216 | 2025-02-10T17:23:25.228Z | Downloaded uuid v1.12.0 |
217 | 2025-02-10T17:23:25.231Z | Downloaded socket2 v0.5.8 |
218 | 2025-02-10T17:23:25.247Z | Downloaded unicode-ident v1.0.14 |
219 | 2025-02-10T17:23:25.253Z | Downloaded serde_derive v1.0.217 |
220 | 2025-02-10T17:23:25.268Z | Downloaded schemars v0.8.21 |
221 | 2025-02-10T17:23:25.279Z | Downloaded tracing-core v0.1.33 |
222 | 2025-02-10T17:23:25.282Z | Downloaded darling_core v0.20.10 |
223 | 2025-02-10T17:23:25.286Z | Downloaded serde v1.0.217 |
224 | 2025-02-10T17:23:25.289Z | Downloaded indexmap v2.7.1 |
225 | 2025-02-10T17:23:25.293Z | Downloaded bytes v1.9.0 |
226 | 2025-02-10T17:23:25.297Z | Downloaded ryu v1.0.18 |
227 | 2025-02-10T17:23:25.300Z | Downloaded tracing v0.1.41 |
228 | 2025-02-10T17:23:25.310Z | Downloaded heapless v0.8.0 |
229 | 2025-02-10T17:23:25.314Z | Downloaded zerocopy-derive v0.8.14 |
230 | 2025-02-10T17:23:25.321Z | Downloaded rand v0.8.5 |
231 | 2025-02-10T17:23:25.336Z | Downloaded mio v1.0.3 |
232 | 2025-02-10T17:23:25.341Z | Downloaded aho-corasick v1.1.3 |
233 | 2025-02-10T17:23:25.347Z | Downloaded toml_edit v0.19.15 |
234 | 2025-02-10T17:23:25.362Z | Downloaded memchr v2.7.4 |
235 | 2025-02-10T17:23:25.386Z | Downloaded itertools v0.13.0 |
236 | 2025-02-10T17:23:25.393Z | Downloaded hashbrown v0.15.2 |
237 | 2025-02-10T17:23:25.398Z | Downloaded zerocopy v0.7.35 |
238 | 2025-02-10T17:23:25.413Z | Downloaded winnow v0.5.40 |
239 | 2025-02-10T17:23:25.421Z | Downloaded winnow v0.6.24 |
240 | 2025-02-10T17:23:25.429Z | Downloaded serde_json v1.0.137 |
241 | 2025-02-10T17:23:25.448Z | Downloaded zerocopy v0.8.14 |
242 | 2025-02-10T17:23:25.471Z | Downloaded syn v1.0.109 |
243 | 2025-02-10T17:23:25.479Z | Downloaded regex v1.11.1 |
244 | 2025-02-10T17:23:25.495Z | Downloaded syn v2.0.96 |
245 | 2025-02-10T17:23:25.515Z | Downloaded smoltcp v0.11.0 |
246 | 2025-02-10T17:23:25.527Z | Downloaded regex-syntax v0.8.5 |
247 | 2025-02-10T17:23:25.584Z | Downloaded regex-automata v0.4.9 |
248 | 2025-02-10T17:23:25.613Z | Downloaded libc v0.2.169 |
249 | 2025-02-10T17:23:25.636Z | Downloaded tokio v1.43.0 |
250 | 2025-02-10T17:23:25.809Z | Compiling proc-macro2 v1.0.93 |
251 | 2025-02-10T17:23:25.809Z | Compiling unicode-ident v1.0.14 |
252 | 2025-02-10T17:23:25.811Z | Checking cfg-if v1.0.0 |
253 | 2025-02-10T17:23:25.811Z | Compiling serde v1.0.217 |
254 | 2025-02-10T17:23:25.811Z | Compiling libc v0.2.169 |
255 | 2025-02-10T17:23:25.811Z | Checking byteorder v1.5.0 |
256 | 2025-02-10T17:23:25.823Z | Compiling strsim v0.11.1 |
257 | 2025-02-10T17:23:25.825Z | Compiling memchr v2.7.4 |
258 | 2025-02-10T17:23:25.913Z | Compiling fnv v1.0.7 |
259 | 2025-02-10T17:23:26.008Z | Compiling ident_case v1.0.1 |
260 | 2025-02-10T17:23:26.040Z | Compiling syn v1.0.109 |
261 | 2025-02-10T17:23:26.091Z | Compiling regex-syntax v0.8.5 |
262 | 2025-02-10T17:23:26.175Z | Compiling zerocopy v0.8.14 |
263 | 2025-02-10T17:23:26.454Z | Compiling equivalent v1.0.1 |
264 | 2025-02-10T17:23:26.508Z | Compiling hashbrown v0.15.2 |
265 | 2025-02-10T17:23:26.554Z | Compiling autocfg v1.4.0 |
266 | 2025-02-10T17:23:26.616Z | Compiling either v1.13.0 |
267 | 2025-02-10T17:23:26.908Z | Compiling aho-corasick v1.1.3 |
268 | 2025-02-10T17:23:26.986Z | Compiling itertools v0.13.0 |
269 | 2025-02-10T17:23:27.269Z | Compiling toml_datetime v0.6.8 |
270 | 2025-02-10T17:23:27.393Z | Compiling lock_api v0.4.12 |
271 | 2025-02-10T17:23:27.655Z | Compiling quote v1.0.38 |
272 | 2025-02-10T17:23:27.673Z | Compiling indexmap v2.7.1 |
273 | 2025-02-10T17:23:27.766Z | Compiling winnow v0.5.40 |
274 | 2025-02-10T17:23:28.094Z | Compiling syn v2.0.96 |
275 | 2025-02-10T17:23:28.268Z | Compiling parking_lot_core v0.9.10 |
276 | 2025-02-10T17:23:28.687Z | Compiling heapless v0.8.0 |
277 | 2025-02-10T17:23:29.093Z | Checking hash32 v0.3.1 |
278 | 2025-02-10T17:23:29.257Z | Compiling once_cell v1.20.2 |
279 | 2025-02-10T17:23:29.493Z | Checking dyn-clone v1.0.17 |
280 | 2025-02-10T17:23:29.619Z | Checking stable_deref_trait v1.2.0 |
281 | 2025-02-10T17:23:29.638Z | Checking smallvec v1.13.2 |
282 | 2025-02-10T17:23:29.715Z | Compiling regex-automata v0.4.9 |
283 | 2025-02-10T17:23:29.919Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
284 | 2025-02-10T17:23:29.996Z | Compiling serde_json v1.0.137 |
285 | 2025-02-10T17:23:30.301Z | Compiling smoltcp v0.11.0 |
286 | 2025-02-10T17:23:30.362Z | Checking scopeguard v1.2.0 |
287 | 2025-02-10T17:23:30.489Z | Checking macaddr v1.0.1 |
288 | 2025-02-10T17:23:31.123Z | Compiling toml_edit v0.19.15 |
289 | 2025-02-10T17:23:31.224Z | Checking getrandom v0.2.15 |
290 | 2025-02-10T17:23:31.273Z | Checking managed v0.8.0 |
291 | 2025-02-10T17:23:31.445Z | Checking itoa v1.0.14 |
292 | 2025-02-10T17:23:31.613Z | Checking pin-project-lite v0.2.16 |
293 | 2025-02-10T17:23:31.624Z | Compiling thiserror v1.0.69 |
294 | 2025-02-10T17:23:31.650Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
295 | 2025-02-10T17:23:31.726Z | Checking ryu v1.0.18 |
296 | 2025-02-10T17:23:31.736Z | Compiling schemars v0.8.21 |
297 | 2025-02-10T17:23:31.962Z | Compiling version_check v0.9.5 |
298 | 2025-02-10T17:23:31.973Z | Checking cobs v0.2.3 |
299 | 2025-02-10T17:23:32.124Z | Checking bitflags v1.3.2 |
300 | 2025-02-10T17:23:32.186Z | Checking rand_core v0.6.4 |
301 | 2025-02-10T17:23:32.483Z | Checking parking_lot v0.12.3 |
302 | 2025-02-10T17:23:32.495Z | Checking signal-hook-registry v1.4.2 |
303 | 2025-02-10T17:23:32.602Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
304 | 2025-02-10T17:23:32.740Z | Checking socket2 v0.5.8 |
305 | 2025-02-10T17:23:32.813Z | Checking mio v1.0.3 |
306 | 2025-02-10T17:23:33.211Z | Compiling anyhow v1.0.95 |
307 | 2025-02-10T17:23:33.283Z | Checking foreign-types-shared v0.3.1 |
308 | 2025-02-10T17:23:33.397Z | Checking bytes v1.9.0 |
309 | 2025-02-10T17:23:33.407Z | Checking tracing-core v0.1.33 |
310 | 2025-02-10T17:23:33.784Z | Compiling regex v1.11.1 |
311 | 2025-02-10T17:23:34.024Z | Compiling proc-macro-crate v1.3.1 |
312 | 2025-02-10T17:23:34.695Z | Compiling darling_core v0.20.10 |
313 | 2025-02-10T17:23:34.717Z | Compiling serde_derive_internals v0.29.1 |
314 | 2025-02-10T17:23:34.895Z | Checking cstr-argument v0.1.2 |
315 | 2025-02-10T17:23:35.077Z | Checking pretty-hex v0.2.1 |
316 | 2025-02-10T17:23:35.080Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
317 | 2025-02-10T17:23:35.244Z | Compiling thiserror v2.0.11 |
318 | 2025-02-10T17:23:35.403Z | Checking lazy_static v1.5.0 |
319 | 2025-02-10T17:23:35.530Z | Checking colored v2.2.0 |
320 | 2025-02-10T17:23:36.177Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
321 | 2025-02-10T17:23:36.299Z | Checking winnow v0.6.24 |
322 | 2025-02-10T17:23:37.499Z | Compiling serde_derive v1.0.217 |
323 | 2025-02-10T17:23:37.534Z | Compiling zerocopy-derive v0.8.14 |
324 | 2025-02-10T17:23:37.788Z | Compiling zerocopy-derive v0.7.35 |
325 | 2025-02-10T17:23:37.836Z | Compiling num_enum_derive v0.5.11 |
326 | 2025-02-10T17:23:37.906Z | Compiling foreign-types-macros v0.2.3 |
327 | 2025-02-10T17:23:37.909Z | Compiling thiserror-impl v1.0.69 |
328 | 2025-02-10T17:23:38.070Z | Compiling darling_macro v0.20.10 |
329 | 2025-02-10T17:23:39.031Z | Compiling tokio-macros v2.5.0 |
330 | 2025-02-10T17:23:39.040Z | Compiling darling v0.20.10 |
331 | 2025-02-10T17:23:39.145Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
332 | 2025-02-10T17:23:39.158Z | Compiling schemars_derive v0.8.21 |
333 | 2025-02-10T17:23:39.702Z | Checking zerocopy v0.7.35 |
334 | 2025-02-10T17:23:39.989Z | Checking num_enum v0.5.11 |
335 | 2025-02-10T17:23:40.134Z | Checking foreign-types v0.5.0 |
336 | 2025-02-10T17:23:40.226Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
337 | 2025-02-10T17:23:40.464Z | Checking tokio v1.43.0 |
338 | 2025-02-10T17:23:40.694Z | Compiling tracing-attributes v0.1.28 |
339 | 2025-02-10T17:23:40.821Z | Checking ppv-lite86 v0.2.20 |
340 | 2025-02-10T17:23:41.062Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
341 | 2025-02-10T17:23:41.504Z | Checking rand_chacha v0.3.1 |
342 | 2025-02-10T17:23:41.852Z | Checking rand v0.8.5 |
343 | 2025-02-10T17:23:41.907Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
344 | 2025-02-10T17:23:42.058Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
345 | 2025-02-10T17:23:42.134Z | Compiling thiserror-impl v2.0.11 |
346 | 2025-02-10T17:23:43.657Z | Checking tracing v0.1.41 |
347 | 2025-02-10T17:23:44.417Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
348 | 2025-02-10T17:23:46.084Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
349 | 2025-02-10T17:23:46.708Z | Checking bitflags v2.8.0 |
350 | 2025-02-10T17:23:46.709Z | Checking postcard v1.1.1 |
351 | 2025-02-10T17:23:46.711Z | Checking ipnetwork v0.20.0 |
352 | 2025-02-10T17:23:46.711Z | Checking uuid v1.12.0 |
353 | 2025-02-10T17:23:46.917Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
354 | 2025-02-10T17:23:46.917Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
355 | 2025-02-10T17:23:47.005Z | warning: unused import: `core::ffi::c_int` |
356 | 2025-02-10T17:23:47.005Z | --> crates/illumos-sys-hdrs/src/mac.rs:7:5 |
357 | 2025-02-10T17:23:47.005Z | | |
358 | 2025-02-10T17:23:47.005Z | 7 | use core::ffi::c_int; |
359 | 2025-02-10T17:23:47.005Z | | ^^^^^^^^^^^^^^^^ |
360 | 2025-02-10T17:23:47.005Z | | |
361 | 2025-02-10T17:23:47.005Z | = note: `#[warn(unused_imports)]` on by default |
362 | 2025-02-10T17:23:47.006Z | |
363 | 2025-02-10T17:23:47.427Z | warning: `illumos-sys-hdrs` (lib) generated 1 warning (run `cargo clippy --fix --lib -p illumos-sys-hdrs` to apply 1 suggestion) |
364 | 2025-02-10T17:23:48.309Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
365 | 2025-02-10T17:23:48.675Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
366 | 2025-02-10T17:23:49.431Z | warning: unused `#[macro_use]` import |
367 | 2025-02-10T17:23:49.431Z | --> lib/opte/src/lib.rs:23:1 |
368 | 2025-02-10T17:23:49.431Z | | |
369 | 2025-02-10T17:23:49.431Z | 23 | #[macro_use] |
370 | 2025-02-10T17:23:49.431Z | | ^^^^^^^^^^^^ |
371 | 2025-02-10T17:23:49.431Z | | |
372 | 2025-02-10T17:23:49.431Z | = note: `#[warn(unused_imports)]` on by default |
373 | 2025-02-10T17:23:49.431Z | |
374 | 2025-02-10T17:23:49.504Z | warning: `opte` (lib) generated 1 warning |
375 | 2025-02-10T17:23:49.506Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
376 | 2025-02-10T17:23:51.056Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
377 | 2025-02-10T17:23:51.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.13s |
378 | 2025-02-10T17:23:51.456Z | |
379 | 2025-02-10T17:23:51.456Z | real 30.418071015 |
380 | 2025-02-10T17:23:51.456Z | user 2:15.008857977 |
381 | 2025-02-10T17:23:51.456Z | sys 20.260681437 |
382 | 2025-02-10T17:23:51.456Z | trap 0.107927989 |
383 | 2025-02-10T17:23:51.456Z | tflt 0.214574514 |
384 | 2025-02-10T17:23:51.456Z | dflt 0.141612316 |
385 | 2025-02-10T17:23:51.456Z | kflt 0.003375348 |
386 | 2025-02-10T17:23:51.456Z | lock 2:48.001528597 |
387 | 2025-02-10T17:23:51.459Z | slp 8:50.725181883 |
388 | 2025-02-10T17:23:51.459Z | lat 8.524831428 |
389 | 2025-02-10T17:23:51.459Z | stop 16.109675428 |
390 | 2025-02-10T17:23:51.459Z | process exited: duration 53362 ms, exit code 0 |
|
391 | 2025-02-10T17:23:51.465Z | found 0 output files |