|
|
|
1 | 2025-03-14T21:29:55.320Z | job assigned to worker 01JPB8YVJ2XRSWB3NB1V4VHYNR [factory aws, i-025ab4834115120c2] (queued for 1 m 4 s) |
|
2 | 2025-03-14T21:30:03.556Z | starting task 0: "setup" |
3 | 2025-03-14T21:30:03.561Z | ++ uname -s |
4 | 2025-03-14T21:30:03.564Z | + kern=SunOS |
5 | 2025-03-14T21:30:03.564Z | + build_user=build |
6 | 2025-03-14T21:30:03.564Z | + build_uid=12345 |
7 | 2025-03-14T21:30:03.564Z | + work_dir=/work |
8 | 2025-03-14T21:30:03.564Z | + input_dir=/input |
9 | 2025-03-14T21:30:03.564Z | + [[ 0 == 12345 ]] |
10 | 2025-03-14T21:30:03.564Z | + case "$kern" in |
11 | 2025-03-14T21:30:03.564Z | + groupadd -g 12345 build |
12 | 2025-03-14T21:30:03.567Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-14T21:30:05.573Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-14T21:30:05.713Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-14T21:30:05.716Z | + home_fs=zfs |
16 | 2025-03-14T21:30:05.716Z | + [[ zfs == autofs ]] |
17 | 2025-03-14T21:30:05.716Z | + mkdir -p /home/build |
18 | 2025-03-14T21:30:05.719Z | + chown build:build /home/build /work |
19 | 2025-03-14T21:30:07.720Z | + chmod 0700 /home/build /work |
20 | 2025-03-14T21:30:07.723Z | process exited: duration 4169 ms, exit code 0 |
|
21 | 2025-03-14T21:30:07.729Z | starting task 1: "rust-toolchain" |
22 | 2025-03-14T21:30:07.735Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-14T21:30:07.735Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-03-14T21:30:07.735Z | * rust toolchain channel = "1.85.0" |
25 | 2025-03-14T21:30:07.735Z | * rust toolchain profile = "default" |
26 | 2025-03-14T21:30:07.735Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-14T21:30:07.735Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-14T21:30:07.738Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-14T21:30:07.738Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-14T21:30:07.856Z | info: downloading installer |
31 | 2025-03-14T21:30:09.294Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-14T21:30:09.294Z | warn: /opt/ooce/bin |
33 | 2025-03-14T21:30:09.294Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-14T21:30:09.294Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-14T21:30:09.294Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-14T21:30:09.294Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-14T21:30:09.294Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-14T21:30:09.294Z | error: cannot install while Rust is installed |
39 | 2025-03-14T21:30:09.294Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-14T21:30:09.321Z | info: profile set to 'default' |
41 | 2025-03-14T21:30:09.321Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-14T21:30:09.324Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-14T21:30:09.495Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-14T21:30:09.495Z | info: downloading component 'cargo' |
45 | 2025-03-14T21:30:10.434Z | info: downloading component 'clippy' |
46 | 2025-03-14T21:30:10.740Z | info: downloading component 'rust-docs' |
47 | 2025-03-14T21:30:12.092Z | info: downloading component 'rust-std' |
48 | 2025-03-14T21:30:13.744Z | info: downloading component 'rustc' |
49 | 2025-03-14T21:30:20.569Z | info: downloading component 'rustfmt' |
50 | 2025-03-14T21:30:20.806Z | info: installing component 'cargo' |
51 | 2025-03-14T21:30:21.639Z | info: installing component 'clippy' |
52 | 2025-03-14T21:30:22.020Z | info: installing component 'rust-docs' |
53 | 2025-03-14T21:30:23.771Z | info: installing component 'rust-std' |
54 | 2025-03-14T21:30:25.652Z | info: installing component 'rustc' |
55 | 2025-03-14T21:30:31.589Z | info: installing component 'rustfmt' |
56 | 2025-03-14T21:30:31.917Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-14T21:30:31.917Z | |
58 | 2025-03-14T21:30:32.283Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-14T21:30:32.283Z | |
60 | 2025-03-14T21:30:32.286Z | |
61 | 2025-03-14T21:30:32.286Z | Rust is installed now. Great! |
62 | 2025-03-14T21:30:32.286Z | |
63 | 2025-03-14T21:30:32.286Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-14T21:30:32.286Z | environment variable. This has not been done automatically. |
65 | 2025-03-14T21:30:32.286Z | |
66 | 2025-03-14T21:30:32.286Z | To configure your current shell, you need to source |
67 | 2025-03-14T21:30:32.286Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-14T21:30:32.286Z | |
69 | 2025-03-14T21:30:32.286Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-14T21:30:32.286Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-14T21:30:32.286Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-14T21:30:32.286Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-14T21:30:32.356Z | + rustup --version |
74 | 2025-03-14T21:30:32.367Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-14T21:30:32.368Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-14T21:30:32.396Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-14T21:30:32.400Z | + cargo --version |
78 | 2025-03-14T21:30:32.417Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-14T21:30:32.420Z | + rustc --version |
80 | 2025-03-14T21:30:32.445Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-14T21:30:32.448Z | process exited: duration 24718 ms, exit code 0 |
|
82 | 2025-03-14T21:30:32.455Z | starting task 2: "authentication" |
83 | 2025-03-14T21:30:32.477Z | process exited: duration 21 ms, exit code 0 |
|
84 | 2025-03-14T21:30:32.483Z | starting task 3: "clone repository" |
85 | 2025-03-14T21:30:32.487Z | + mkdir -p /work/oxidecomputer/opte |
86 | 2025-03-14T21:30:32.491Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
87 | 2025-03-14T21:30:32.536Z | Cloning into '/work/oxidecomputer/opte'... |
88 | 2025-03-14T21:30:33.404Z | + cd /work/oxidecomputer/opte |
89 | 2025-03-14T21:30:33.405Z | + git fetch origin 304b24984e5cfa57221a54e78ad1720b6ec336cc |
90 | 2025-03-14T21:30:33.685Z | From https://github.com/oxidecomputer/opte |
91 | 2025-03-14T21:30:33.685Z | * branch 304b24984e5cfa57221a54e78ad1720b6ec336cc -> FETCH_HEAD |
92 | 2025-03-14T21:30:33.693Z | + [[ -n ingot-and-offload ]] |
93 | 2025-03-14T21:30:33.696Z | ++ git branch --show-current |
94 | 2025-03-14T21:30:33.711Z | + current=master |
95 | 2025-03-14T21:30:33.712Z | + [[ master != ingot-and-offload ]] |
96 | 2025-03-14T21:30:33.712Z | + git branch -f ingot-and-offload 304b24984e5cfa57221a54e78ad1720b6ec336cc |
97 | 2025-03-14T21:30:33.712Z | + git checkout -f ingot-and-offload |
98 | 2025-03-14T21:30:33.724Z | Switched to branch 'ingot-and-offload' |
99 | 2025-03-14T21:30:33.727Z | + git reset --hard 304b24984e5cfa57221a54e78ad1720b6ec336cc |
100 | 2025-03-14T21:30:33.734Z | HEAD is now at 304b249 Merge branch 'master' into ingot-and-offload |
101 | 2025-03-14T21:30:33.737Z | process exited: duration 1252 ms, exit code 0 |
|
102 | 2025-03-14T21:30:33.743Z | starting task 4: "build" |
103 | 2025-03-14T21:30:33.748Z | + source .github/buildomat/common.sh |
104 | 2025-03-14T21:30:33.752Z | ++ rustup show active-toolchain |
105 | 2025-03-14T21:30:33.797Z | 1.85.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
106 | 2025-03-14T21:30:33.801Z | ++ pushd xde |
107 | 2025-03-14T21:30:33.804Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
108 | 2025-03-14T21:30:33.804Z | ++ rustup show active-toolchain |
109 | 2025-03-14T21:30:33.809Z | info: syncing channel updates for 'nightly-2025-02-20-x86_64-unknown-illumos' |
110 | 2025-03-14T21:30:33.988Z | info: latest update on 2025-02-20, rust version 1.87.0-nightly (f280acf4c 2025-02-19) |
111 | 2025-03-14T21:30:33.991Z | info: downloading component 'cargo' |
112 | 2025-03-14T21:30:34.973Z | info: downloading component 'clippy' |
113 | 2025-03-14T21:30:35.356Z | info: downloading component 'rust-src' |
114 | 2025-03-14T21:30:35.624Z | info: downloading component 'rust-std' |
115 | 2025-03-14T21:30:37.168Z | info: downloading component 'rustc' |
116 | 2025-03-14T21:30:43.632Z | info: downloading component 'rustfmt' |
117 | 2025-03-14T21:30:43.913Z | info: installing component 'cargo' |
118 | 2025-03-14T21:30:44.788Z | info: installing component 'clippy' |
119 | 2025-03-14T21:30:45.177Z | info: installing component 'rust-src' |
120 | 2025-03-14T21:30:45.505Z | info: installing component 'rust-std' |
121 | 2025-03-14T21:30:47.150Z | info: installing component 'rustc' |
122 | 2025-03-14T21:30:53.602Z | info: installing component 'rustfmt' |
123 | 2025-03-14T21:30:53.934Z | nightly-2025-02-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
124 | 2025-03-14T21:30:54.021Z | +++ rustup show active-toolchain -v |
125 | 2025-03-14T21:30:54.025Z | +++ head -n 1 |
126 | 2025-03-14T21:30:54.025Z | +++ cut '-d ' -f1 |
127 | 2025-03-14T21:30:54.129Z | ++ export NIGHTLY=nightly-2025-02-20-x86_64-unknown-illumos |
128 | 2025-03-14T21:30:54.129Z | ++ NIGHTLY=nightly-2025-02-20-x86_64-unknown-illumos |
129 | 2025-03-14T21:30:54.129Z | ++ popd |
130 | 2025-03-14T21:30:54.132Z | /work/oxidecomputer/opte |
131 | 2025-03-14T21:30:54.132Z | + cargo --version |
132 | 2025-03-14T21:30:54.184Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
133 | 2025-03-14T21:30:54.187Z | + rustc --version |
134 | 2025-03-14T21:30:54.253Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
135 | 2025-03-14T21:30:54.256Z | + cd lib/oxide-vpc |
136 | 2025-03-14T21:30:54.257Z | + header 'check style' |
137 | 2025-03-14T21:30:54.257Z | + echo '# ==== check style ==== #' |
138 | 2025-03-14T21:30:54.257Z | # ==== check style ==== # |
139 | 2025-03-14T21:30:54.257Z | + ptime -m cargo +nightly-2025-02-20-x86_64-unknown-illumos fmt -- --check |
140 | 2025-03-14T21:30:54.521Z | |
141 | 2025-03-14T21:30:54.521Z | real 0.259600883 |
142 | 2025-03-14T21:30:54.521Z | user 0.190857641 |
143 | 2025-03-14T21:30:54.521Z | sys 0.065133815 |
144 | 2025-03-14T21:30:54.521Z | trap 0.000102038 |
145 | 2025-03-14T21:30:54.521Z | tflt 0.000000000 |
146 | 2025-03-14T21:30:54.521Z | dflt 0.000000000 |
147 | 2025-03-14T21:30:54.521Z | kflt 0.000000000 |
148 | 2025-03-14T21:30:54.521Z | lock 0.644015867 |
149 | 2025-03-14T21:30:54.521Z | slp 0.271023285 |
150 | 2025-03-14T21:30:54.521Z | lat 0.001942312 |
151 | 2025-03-14T21:30:54.521Z | stop 0.000171944 |
152 | 2025-03-14T21:30:54.525Z | + header 'check docs' |
153 | 2025-03-14T21:30:54.525Z | + echo '# ==== check docs ==== #' |
154 | 2025-03-14T21:30:54.525Z | # ==== check docs ==== # |
155 | 2025-03-14T21:30:54.525Z | + RUSTDOCFLAGS='-D warnings' |
156 | 2025-03-14T21:30:54.525Z | + ptime -m cargo +nightly-2025-02-20-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
157 | 2025-03-14T21:30:54.624Z | Updating crates.io index |
158 | 2025-03-14T21:30:54.670Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
159 | 2025-03-14T21:30:55.368Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
160 | 2025-03-14T21:30:55.677Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
161 | 2025-03-14T21:30:55.905Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
162 | 2025-03-14T21:30:56.281Z | Updating git repository `https://github.com/oxidecomputer/zone` |
163 | 2025-03-14T21:30:56.530Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
164 | 2025-03-14T21:30:56.848Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
165 | 2025-03-14T21:30:57.116Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
166 | 2025-03-14T21:30:57.871Z | Downloading crates ... |
167 | 2025-03-14T21:30:57.936Z | Downloaded bitflags v1.3.2 |
168 | 2025-03-14T21:30:57.943Z | Downloaded aho-corasick v1.1.3 |
169 | 2025-03-14T21:30:57.949Z | Downloaded crc32fast v1.4.2 |
170 | 2025-03-14T21:30:57.952Z | Downloaded dof v0.3.0 |
171 | 2025-03-14T21:30:57.952Z | Downloaded dtrace-parser v0.2.0 |
172 | 2025-03-14T21:30:57.955Z | Downloaded dyn-clone v1.0.19 |
173 | 2025-03-14T21:30:57.958Z | Downloaded bitflags v2.9.0 |
174 | 2025-03-14T21:30:57.961Z | Downloaded either v1.15.0 |
175 | 2025-03-14T21:30:57.964Z | Downloaded embedded-io v0.4.0 |
176 | 2025-03-14T21:30:57.964Z | Downloaded defmt-parser v0.4.1 |
177 | 2025-03-14T21:30:57.964Z | Downloaded block-buffer v0.10.4 |
178 | 2025-03-14T21:30:57.967Z | Downloaded cpufeatures v0.2.17 |
179 | 2025-03-14T21:30:57.967Z | Downloaded cfg-if v1.0.0 |
180 | 2025-03-14T21:30:57.970Z | Downloaded byteorder v1.5.0 |
181 | 2025-03-14T21:30:57.970Z | Downloaded cobs v0.2.3 |
182 | 2025-03-14T21:30:57.999Z | Downloaded embedded-io v0.6.1 |
183 | 2025-03-14T21:30:58.002Z | Downloaded hash32 v0.3.1 |
184 | 2025-03-14T21:30:58.005Z | Downloaded once_cell v1.20.3 |
185 | 2025-03-14T21:30:58.005Z | Downloaded fnv v1.0.7 |
186 | 2025-03-14T21:30:58.009Z | Downloaded generic-array v0.14.7 |
187 | 2025-03-14T21:30:58.012Z | Downloaded pest_derive v2.7.15 |
188 | 2025-03-14T21:30:58.015Z | Downloaded macaddr v1.0.1 |
189 | 2025-03-14T21:30:58.018Z | Downloaded ipnetwork v0.21.1 |
190 | 2025-03-14T21:30:58.021Z | Downloaded ident_case v1.0.1 |
191 | 2025-03-14T21:30:58.024Z | Downloaded scroll_derive v0.12.0 |
192 | 2025-03-14T21:30:58.027Z | Downloaded proc-macro-error-attr2 v2.0.0 |
193 | 2025-03-14T21:30:58.033Z | Downloaded proc-macro2 v1.0.94 |
194 | 2025-03-14T21:30:58.041Z | Downloaded pest_generator v2.7.15 |
195 | 2025-03-14T21:30:58.044Z | Downloaded plain v0.2.3 |
196 | 2025-03-14T21:30:58.044Z | Downloaded managed v0.8.0 |
197 | 2025-03-14T21:30:58.048Z | Downloaded stable_deref_trait v1.2.0 |
198 | 2025-03-14T21:30:58.052Z | Downloaded memmap v0.7.0 |
199 | 2025-03-14T21:30:58.052Z | Downloaded pretty-hex v0.4.1 |
200 | 2025-03-14T21:30:58.056Z | Downloaded tabwriter v1.4.1 |
201 | 2025-03-14T21:30:58.059Z | Downloaded darling_macro v0.20.10 |
202 | 2025-03-14T21:30:58.063Z | Downloaded log v0.4.26 |
203 | 2025-03-14T21:30:58.066Z | Downloaded scroll v0.12.0 |
204 | 2025-03-14T21:30:58.070Z | Downloaded usdt-macro v0.5.0 |
205 | 2025-03-14T21:30:58.073Z | Downloaded postcard v1.1.1 |
206 | 2025-03-14T21:30:58.073Z | Downloaded usdt-attr-macro v0.5.0 |
207 | 2025-03-14T21:30:58.077Z | Downloaded thread-id v4.2.2 |
208 | 2025-03-14T21:30:58.080Z | Downloaded thiserror-impl v2.0.12 |
209 | 2025-03-14T21:30:58.080Z | Downloaded strsim v0.11.1 |
210 | 2025-03-14T21:30:58.083Z | Downloaded serde_tokenstream v0.2.2 |
211 | 2025-03-14T21:30:58.086Z | Downloaded heapless v0.8.0 |
212 | 2025-03-14T21:30:58.089Z | Downloaded thiserror-impl v1.0.69 |
213 | 2025-03-14T21:30:58.090Z | Downloaded thiserror v2.0.12 |
214 | 2025-03-14T21:30:58.094Z | Downloaded thiserror v1.0.69 |
215 | 2025-03-14T21:30:58.099Z | Downloaded usdt v0.5.0 |
216 | 2025-03-14T21:30:58.102Z | Downloaded pest_meta v2.7.15 |
217 | 2025-03-14T21:30:58.105Z | Downloaded itoa v1.0.15 |
218 | 2025-03-14T21:30:58.105Z | Downloaded version_check v0.9.5 |
219 | 2025-03-14T21:30:58.105Z | Downloaded proc-macro-error2 v2.0.1 |
220 | 2025-03-14T21:30:58.108Z | Downloaded defmt-macros v0.4.0 |
221 | 2025-03-14T21:30:58.111Z | Downloaded sha2 v0.10.8 |
222 | 2025-03-14T21:30:58.114Z | Downloaded crypto-common v0.1.6 |
223 | 2025-03-14T21:30:58.114Z | Downloaded digest v0.10.7 |
224 | 2025-03-14T21:30:58.117Z | Downloaded usdt-impl v0.5.0 |
225 | 2025-03-14T21:30:58.118Z | Downloaded quote v1.0.39 |
226 | 2025-03-14T21:30:58.130Z | Downloaded defmt v0.3.10 |
227 | 2025-03-14T21:30:58.133Z | Downloaded darling v0.20.10 |
228 | 2025-03-14T21:30:58.144Z | Downloaded ryu v1.0.20 |
229 | 2025-03-14T21:30:58.151Z | Downloaded zerocopy-derive v0.7.35 |
230 | 2025-03-14T21:30:58.156Z | Downloaded serde_derive v1.0.219 |
231 | 2025-03-14T21:30:58.159Z | Downloaded darling_core v0.20.10 |
232 | 2025-03-14T21:30:58.170Z | Downloaded unicode-ident v1.0.18 |
233 | 2025-03-14T21:30:58.174Z | Downloaded uuid v1.15.1 |
234 | 2025-03-14T21:30:58.179Z | Downloaded serde v1.0.219 |
235 | 2025-03-14T21:30:58.183Z | Downloaded zerocopy-derive v0.8.23 |
236 | 2025-03-14T21:30:58.191Z | Downloaded memchr v2.7.4 |
237 | 2025-03-14T21:30:58.198Z | Downloaded typenum v1.18.0 |
238 | 2025-03-14T21:30:58.203Z | Downloaded pest v2.7.15 |
239 | 2025-03-14T21:30:58.208Z | Downloaded itertools v0.13.0 |
240 | 2025-03-14T21:30:58.215Z | Downloaded itertools v0.14.0 |
241 | 2025-03-14T21:30:58.222Z | Downloaded ucd-trie v0.1.7 |
242 | 2025-03-14T21:30:58.232Z | Downloaded zerocopy v0.7.35 |
243 | 2025-03-14T21:30:58.247Z | Downloaded serde_json v1.0.140 |
244 | 2025-03-14T21:30:58.254Z | Downloaded goblin v0.8.2 |
245 | 2025-03-14T21:30:58.271Z | Downloaded regex v1.11.1 |
246 | 2025-03-14T21:30:58.284Z | Downloaded zerocopy v0.8.23 |
247 | 2025-03-14T21:30:58.307Z | Downloaded syn v2.0.100 |
248 | 2025-03-14T21:30:58.318Z | Downloaded unicode-width v0.2.0 |
249 | 2025-03-14T21:30:58.324Z | Downloaded smoltcp v0.11.0 |
250 | 2025-03-14T21:30:58.335Z | Downloaded regex-syntax v0.8.5 |
251 | 2025-03-14T21:30:58.368Z | Downloaded regex-automata v0.4.9 |
252 | 2025-03-14T21:30:58.386Z | Downloaded libc v0.2.170 |
253 | 2025-03-14T21:30:58.536Z | Compiling proc-macro2 v1.0.94 |
254 | 2025-03-14T21:30:58.536Z | Compiling unicode-ident v1.0.18 |
255 | 2025-03-14T21:30:58.539Z | Documenting unicode-ident v1.0.18 |
256 | 2025-03-14T21:30:58.539Z | Compiling strsim v0.11.1 |
257 | 2025-03-14T21:30:58.539Z | Compiling serde v1.0.219 |
258 | 2025-03-14T21:30:58.539Z | Compiling fnv v1.0.7 |
259 | 2025-03-14T21:30:58.549Z | Compiling ident_case v1.0.1 |
260 | 2025-03-14T21:30:58.700Z | Compiling memchr v2.7.4 |
261 | 2025-03-14T21:30:58.755Z | Compiling regex-syntax v0.8.5 |
262 | 2025-03-14T21:30:58.854Z | Compiling zerocopy v0.8.23 |
263 | 2025-03-14T21:30:59.249Z | Compiling either v1.15.0 |
264 | 2025-03-14T21:30:59.413Z | Documenting proc-macro2 v1.0.94 |
265 | 2025-03-14T21:30:59.533Z | Checking byteorder v1.5.0 |
266 | 2025-03-14T21:30:59.606Z | Compiling aho-corasick v1.1.3 |
267 | 2025-03-14T21:30:59.642Z | Compiling itertools v0.13.0 |
268 | 2025-03-14T21:30:59.970Z | Documenting ident_case v1.0.1 |
269 | 2025-03-14T21:30:59.981Z | Checking quote v1.0.39 |
270 | 2025-03-14T21:31:00.511Z | Checking syn v2.0.100 |
271 | 2025-03-14T21:31:00.533Z | Documenting quote v1.0.39 |
272 | 2025-03-14T21:31:00.867Z | Compiling heapless v0.8.0 |
273 | 2025-03-14T21:31:01.375Z | Documenting fnv v1.0.7 |
274 | 2025-03-14T21:31:01.399Z | Documenting strsim v0.11.1 |
275 | 2025-03-14T21:31:01.503Z | Documenting syn v2.0.100 |
276 | 2025-03-14T21:31:02.272Z | Compiling regex-automata v0.4.9 |
277 | 2025-03-14T21:31:02.848Z | Checking hash32 v0.3.1 |
278 | 2025-03-14T21:31:03.009Z | Checking macaddr v1.0.1 |
279 | 2025-03-14T21:31:03.164Z | Documenting memchr v2.7.4 |
280 | 2025-03-14T21:31:03.290Z | Checking cfg-if v1.0.0 |
281 | 2025-03-14T21:31:03.382Z | Checking stable_deref_trait v1.2.0 |
282 | 2025-03-14T21:31:03.486Z | Compiling smoltcp v0.11.0 |
283 | 2025-03-14T21:31:03.898Z | Documenting regex-syntax v0.8.5 |
284 | 2025-03-14T21:31:04.541Z | Documenting aho-corasick v1.1.3 |
285 | 2025-03-14T21:31:04.910Z | Checking cobs v0.2.3 |
286 | 2025-03-14T21:31:05.092Z | Checking managed v0.8.0 |
287 | 2025-03-14T21:31:05.471Z | Checking bitflags v1.3.2 |
288 | 2025-03-14T21:31:05.693Z | Checking darling_core v0.20.10 |
289 | 2025-03-14T21:31:06.131Z | Compiling regex v1.11.1 |
290 | 2025-03-14T21:31:06.169Z | Documenting regex-automata v0.4.9 |
291 | 2025-03-14T21:31:06.713Z | Documenting serde_derive v1.0.219 |
292 | 2025-03-14T21:31:07.649Z | Documenting darling_core v0.20.10 |
293 | 2025-03-14T21:31:08.407Z | Documenting zerocopy-derive v0.8.23 |
294 | 2025-03-14T21:31:08.732Z | Documenting byteorder v1.5.0 |
295 | 2025-03-14T21:31:09.008Z | Documenting regex v1.11.1 |
296 | 2025-03-14T21:31:09.426Z | Documenting hash32 v0.3.1 |
297 | 2025-03-14T21:31:09.504Z | Documenting cfg-if v1.0.0 |
298 | 2025-03-14T21:31:09.638Z | Documenting macaddr v1.0.1 |
299 | 2025-03-14T21:31:09.900Z | Documenting darling_macro v0.20.10 |
300 | 2025-03-14T21:31:10.111Z | Checking unicode-width v0.2.0 |
301 | 2025-03-14T21:31:10.351Z | Checking ipnetwork v0.21.1 |
302 | 2025-03-14T21:31:10.366Z | Documenting stable_deref_trait v1.2.0 |
303 | 2025-03-14T21:31:10.499Z | Compiling version_check v0.9.5 |
304 | 2025-03-14T21:31:10.579Z | Documenting cobs v0.2.3 |
305 | 2025-03-14T21:31:10.641Z | Compiling serde_derive v1.0.219 |
306 | 2025-03-14T21:31:10.663Z | Compiling zerocopy-derive v0.8.23 |
307 | 2025-03-14T21:31:10.806Z | Documenting managed v0.8.0 |
308 | 2025-03-14T21:31:10.962Z | Documenting heapless v0.8.0 |
309 | 2025-03-14T21:31:11.078Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
310 | 2025-03-14T21:31:11.270Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
311 | 2025-03-14T21:31:11.530Z | Checking tabwriter v1.4.1 |
312 | 2025-03-14T21:31:11.688Z | Checking itertools v0.14.0 |
313 | 2025-03-14T21:31:11.767Z | Checking crc32fast v1.4.2 |
314 | 2025-03-14T21:31:11.823Z | Documenting unicode-width v0.2.0 |
315 | 2025-03-14T21:31:11.972Z | Documenting ipnetwork v0.21.1 |
316 | 2025-03-14T21:31:12.004Z | Compiling darling_macro v0.20.10 |
317 | 2025-03-14T21:31:12.087Z | Documenting smoltcp v0.11.0 |
318 | 2025-03-14T21:31:12.270Z | Documenting either v1.15.0 |
319 | 2025-03-14T21:31:12.793Z | Checking dyn-clone v1.0.19 |
320 | 2025-03-14T21:31:12.868Z | Documenting tabwriter v1.4.1 |
321 | 2025-03-14T21:31:12.937Z | Documenting crc32fast v1.4.2 |
322 | 2025-03-14T21:31:12.964Z | Compiling darling v0.20.10 |
323 | 2025-03-14T21:31:12.984Z | Documenting darling v0.20.10 |
324 | 2025-03-14T21:31:13.064Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
325 | 2025-03-14T21:31:13.606Z | Documenting zerocopy v0.8.23 |
326 | 2025-03-14T21:31:13.615Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
327 | 2025-03-14T21:31:13.807Z | Documenting itertools v0.14.0 |
328 | 2025-03-14T21:31:14.143Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
329 | 2025-03-14T21:31:14.182Z | Documenting ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
330 | 2025-03-14T21:31:14.875Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
331 | 2025-03-14T21:31:15.141Z | Documenting dyn-clone v1.0.19 |
332 | 2025-03-14T21:31:15.805Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
333 | 2025-03-14T21:31:15.860Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
334 | 2025-03-14T21:31:16.781Z | Documenting serde v1.0.219 |
335 | 2025-03-14T21:31:17.364Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
336 | 2025-03-14T21:31:17.364Z | Documenting ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
337 | 2025-03-14T21:31:19.557Z | Checking bitflags v2.9.0 |
338 | 2025-03-14T21:31:19.557Z | Checking postcard v1.1.1 |
339 | 2025-03-14T21:31:19.561Z | Documenting bitflags v2.9.0 |
340 | 2025-03-14T21:31:19.561Z | Documenting postcard v1.1.1 |
341 | 2025-03-14T21:31:19.561Z | Documenting uuid v1.15.1 |
342 | 2025-03-14T21:31:19.561Z | Checking uuid v1.15.1 |
343 | 2025-03-14T21:31:19.817Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
344 | 2025-03-14T21:31:19.818Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
345 | 2025-03-14T21:31:19.919Z | warning: unused import: `core::ffi::c_int` |
346 | 2025-03-14T21:31:19.919Z | --> crates/illumos-sys-hdrs/src/mac.rs:11:5 |
347 | 2025-03-14T21:31:19.919Z | | |
348 | 2025-03-14T21:31:19.919Z | 11 | use core::ffi::c_int; |
349 | 2025-03-14T21:31:19.919Z | | ^^^^^^^^^^^^^^^^ |
350 | 2025-03-14T21:31:19.919Z | | |
351 | 2025-03-14T21:31:19.919Z | = note: `#[warn(unused_imports)]` on by default |
352 | 2025-03-14T21:31:19.919Z | |
353 | 2025-03-14T21:31:20.247Z | warning: `illumos-sys-hdrs` (lib) generated 1 warning (run `cargo fix --lib -p illumos-sys-hdrs` to apply 1 suggestion) |
354 | 2025-03-14T21:31:20.295Z | Documenting ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
355 | 2025-03-14T21:31:20.295Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
356 | 2025-03-14T21:31:21.185Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
357 | 2025-03-14T21:31:21.485Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
358 | 2025-03-14T21:31:22.400Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
359 | 2025-03-14T21:31:26.485Z | Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
360 | 2025-03-14T21:31:27.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.19s |
361 | 2025-03-14T21:31:27.820Z | Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html |
362 | 2025-03-14T21:31:27.837Z | |
363 | 2025-03-14T21:31:27.841Z | real 33.299359897 |
364 | 2025-03-14T21:31:27.841Z | user 2:24.183258931 |
365 | 2025-03-14T21:31:27.841Z | sys 19.996320158 |
366 | 2025-03-14T21:31:27.841Z | trap 0.090248856 |
367 | 2025-03-14T21:31:27.841Z | tflt 0.064543843 |
368 | 2025-03-14T21:31:27.841Z | dflt 0.081637812 |
369 | 2025-03-14T21:31:27.841Z | kflt 0.002683726 |
370 | 2025-03-14T21:31:27.841Z | lock 3:01.004999204 |
371 | 2025-03-14T21:31:27.841Z | slp 7:44.887201793 |
372 | 2025-03-14T21:31:27.841Z | lat 16.766095001 |
373 | 2025-03-14T21:31:27.841Z | stop 10.506313282 |
374 | 2025-03-14T21:31:27.841Z | + header 'analyze std + api + usdt' |
375 | 2025-03-14T21:31:27.841Z | + echo '# ==== analyze std + api + usdt ==== #' |
376 | 2025-03-14T21:31:27.841Z | # ==== analyze std + api + usdt ==== # |
377 | 2025-03-14T21:31:27.841Z | + ptime -m cargo clippy --features usdt --all-targets |
378 | 2025-03-14T21:31:28.164Z | Downloading crates ... |
379 | 2025-03-14T21:31:28.237Z | Downloaded autocfg v1.4.0 |
380 | 2025-03-14T21:31:28.249Z | Downloaded base64 v0.21.7 |
381 | 2025-03-14T21:31:28.254Z | Downloaded futures v0.3.31 |
382 | 2025-03-14T21:31:28.259Z | Downloaded futures-task v0.3.31 |
383 | 2025-03-14T21:31:28.262Z | Downloaded futures-io v0.3.31 |
384 | 2025-03-14T21:31:28.262Z | Downloaded futures-executor v0.3.31 |
385 | 2025-03-14T21:31:28.262Z | Downloaded futures-macro v0.3.31 |
386 | 2025-03-14T21:31:28.265Z | Downloaded futures-core v0.3.31 |
387 | 2025-03-14T21:31:28.265Z | Downloaded futures-channel v0.3.31 |
388 | 2025-03-14T21:31:28.272Z | Downloaded futures-util v0.3.31 |
389 | 2025-03-14T21:31:28.282Z | Downloaded futures-sink v0.3.31 |
390 | 2025-03-14T21:31:28.287Z | Downloaded minimal-lexical v0.2.1 |
391 | 2025-03-14T21:31:28.290Z | Downloaded pin-utils v0.1.0 |
392 | 2025-03-14T21:31:28.293Z | Downloaded nom v7.1.3 |
393 | 2025-03-14T21:31:28.296Z | Downloaded cookie-factory v0.3.3 |
394 | 2025-03-14T21:31:28.299Z | Downloaded ron v0.8.1 |
395 | 2025-03-14T21:31:28.302Z | Downloaded pin-project-lite v0.2.16 |
396 | 2025-03-14T21:31:28.307Z | Downloaded rusticata-macros v4.1.0 |
397 | 2025-03-14T21:31:28.310Z | Downloaded slab v0.4.9 |
398 | 2025-03-14T21:31:28.310Z | Downloaded ctor v0.3.6 |
399 | 2025-03-14T21:31:28.313Z | Downloaded circular v0.3.0 |
400 | 2025-03-14T21:31:28.313Z | Downloaded pcap-parser v0.16.0 |
401 | 2025-03-14T21:31:28.316Z | Downloaded ctor-proc-macro v0.0.4 |
402 | 2025-03-14T21:31:28.401Z | Compiling proc-macro2 v1.0.94 |
403 | 2025-03-14T21:31:28.401Z | Compiling unicode-ident v1.0.18 |
404 | 2025-03-14T21:31:28.404Z | Compiling memchr v2.7.4 |
405 | 2025-03-14T21:31:28.404Z | Compiling thiserror v2.0.12 |
406 | 2025-03-14T21:31:28.404Z | Compiling serde v1.0.219 |
407 | 2025-03-14T21:31:28.404Z | Compiling thiserror v1.0.69 |
408 | 2025-03-14T21:31:28.404Z | Compiling ucd-trie v0.1.7 |
409 | 2025-03-14T21:31:28.659Z | Compiling libc v0.2.170 |
410 | 2025-03-14T21:31:28.880Z | Compiling version_check v0.9.5 |
411 | 2025-03-14T21:31:29.047Z | Compiling serde_json v1.0.140 |
412 | 2025-03-14T21:31:29.223Z | Compiling once_cell v1.20.3 |
413 | 2025-03-14T21:31:29.366Z | Compiling fnv v1.0.7 |
414 | 2025-03-14T21:31:29.376Z | Compiling strsim v0.11.1 |
415 | 2025-03-14T21:31:29.423Z | Compiling ident_case v1.0.1 |
416 | 2025-03-14T21:31:29.437Z | Checking byteorder v1.5.0 |
417 | 2025-03-14T21:31:29.488Z | Compiling aho-corasick v1.1.3 |
418 | 2025-03-14T21:31:29.564Z | Compiling autocfg v1.4.0 |
419 | 2025-03-14T21:31:29.588Z | Compiling ryu v1.0.20 |
420 | 2025-03-14T21:31:29.710Z | Compiling itoa v1.0.15 |
421 | 2025-03-14T21:31:29.816Z | Compiling regex-syntax v0.8.5 |
422 | 2025-03-14T21:31:29.898Z | Compiling usdt-impl v0.5.0 |
423 | 2025-03-14T21:31:29.977Z | Compiling zerocopy v0.8.23 |
424 | 2025-03-14T21:31:30.307Z | Compiling quote v1.0.39 |
425 | 2025-03-14T21:31:30.325Z | Compiling either v1.15.0 |
426 | 2025-03-14T21:31:30.330Z | Compiling slab v0.4.9 |
427 | 2025-03-14T21:31:30.645Z | Compiling thread-id v4.2.2 |
428 | 2025-03-14T21:31:30.682Z | Compiling syn v2.0.100 |
429 | 2025-03-14T21:31:30.746Z | Compiling itertools v0.13.0 |
430 | 2025-03-14T21:31:30.860Z | Checking plain v0.2.3 |
431 | 2025-03-14T21:31:31.000Z | Checking futures-sink v0.3.31 |
432 | 2025-03-14T21:31:31.136Z | Checking log v0.4.26 |
433 | 2025-03-14T21:31:31.306Z | Compiling heapless v0.8.0 |
434 | 2025-03-14T21:31:31.377Z | Checking futures-core v0.3.31 |
435 | 2025-03-14T21:31:31.563Z | Checking futures-channel v0.3.31 |
436 | 2025-03-14T21:31:31.772Z | Checking hash32 v0.3.1 |
437 | 2025-03-14T21:31:31.907Z | Checking cfg-if v1.0.0 |
438 | 2025-03-14T21:31:31.960Z | Checking futures-io v0.3.31 |
439 | 2025-03-14T21:31:31.982Z | Compiling smoltcp v0.11.0 |
440 | 2025-03-14T21:31:32.120Z | Checking macaddr v1.0.1 |
441 | 2025-03-14T21:31:32.140Z | Checking stable_deref_trait v1.2.0 |
442 | 2025-03-14T21:31:32.225Z | Checking futures-task v0.3.31 |
443 | 2025-03-14T21:31:32.231Z | Checking pin-utils v0.1.0 |
444 | 2025-03-14T21:31:32.311Z | Checking pin-project-lite v0.2.16 |
445 | 2025-03-14T21:31:32.369Z | Checking pretty-hex v0.4.1 |
446 | 2025-03-14T21:31:32.592Z | Checking bitflags v1.3.2 |
447 | 2025-03-14T21:31:32.675Z | Checking cobs v0.2.3 |
448 | 2025-03-14T21:31:32.683Z | Checking managed v0.8.0 |
449 | 2025-03-14T21:31:32.854Z | Checking memmap v0.7.0 |
450 | 2025-03-14T21:31:33.045Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
451 | 2025-03-14T21:31:33.052Z | Checking unicode-width v0.2.0 |
452 | 2025-03-14T21:31:33.131Z | Checking ipnetwork v0.21.1 |
453 | 2025-03-14T21:31:33.332Z | Compiling regex-automata v0.4.9 |
454 | 2025-03-14T21:31:33.555Z | Checking minimal-lexical v0.2.1 |
455 | 2025-03-14T21:31:33.627Z | Checking tabwriter v1.4.1 |
456 | 2025-03-14T21:31:33.783Z | Checking itertools v0.14.0 |
457 | 2025-03-14T21:31:33.917Z | Checking crc32fast v1.4.2 |
458 | 2025-03-14T21:31:33.952Z | Checking nom v7.1.3 |
459 | 2025-03-14T21:31:34.118Z | Checking dyn-clone v1.0.19 |
460 | 2025-03-14T21:31:34.262Z | Checking circular v0.3.0 |
461 | 2025-03-14T21:31:34.446Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
462 | 2025-03-14T21:31:34.668Z | Compiling ctor-proc-macro v0.0.4 |
463 | 2025-03-14T21:31:35.145Z | Checking base64 v0.21.7 |
464 | 2025-03-14T21:31:35.356Z | Checking ctor v0.3.6 |
465 | 2025-03-14T21:31:36.395Z | Checking rusticata-macros v4.1.0 |
466 | 2025-03-14T21:31:36.435Z | Compiling darling_core v0.20.10 |
467 | 2025-03-14T21:31:37.153Z | Compiling regex v1.11.1 |
468 | 2025-03-14T21:31:37.502Z | Compiling serde_derive v1.0.219 |
469 | 2025-03-14T21:31:37.698Z | Compiling thiserror-impl v2.0.12 |
470 | 2025-03-14T21:31:37.704Z | Compiling thiserror-impl v1.0.69 |
471 | 2025-03-14T21:31:37.789Z | Compiling zerocopy-derive v0.7.35 |
472 | 2025-03-14T21:31:37.813Z | Compiling scroll_derive v0.12.0 |
473 | 2025-03-14T21:31:37.967Z | Compiling zerocopy-derive v0.8.23 |
474 | 2025-03-14T21:31:37.981Z | Compiling futures-macro v0.3.31 |
475 | 2025-03-14T21:31:39.227Z | Checking scroll v0.12.0 |
476 | 2025-03-14T21:31:39.646Z | Compiling zerocopy v0.7.35 |
477 | 2025-03-14T21:31:39.661Z | Checking goblin v0.8.2 |
478 | 2025-03-14T21:31:40.594Z | Compiling pest v2.7.15 |
479 | 2025-03-14T21:31:40.843Z | Checking futures-util v0.3.31 |
480 | 2025-03-14T21:31:40.961Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
481 | 2025-03-14T21:31:41.578Z | Compiling darling_macro v0.20.10 |
482 | 2025-03-14T21:31:42.532Z | Compiling darling v0.20.10 |
483 | 2025-03-14T21:31:42.639Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
484 | 2025-03-14T21:31:42.677Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
485 | 2025-03-14T21:31:43.371Z | Compiling pest_meta v2.7.15 |
486 | 2025-03-14T21:31:44.358Z | Compiling pest_generator v2.7.15 |
487 | 2025-03-14T21:31:45.385Z | Checking futures-executor v0.3.31 |
488 | 2025-03-14T21:31:45.560Z | Compiling pest_derive v2.7.15 |
489 | 2025-03-14T21:31:45.602Z | Checking futures v0.3.31 |
490 | 2025-03-14T21:31:45.696Z | Checking cookie-factory v0.3.3 |
491 | 2025-03-14T21:31:46.114Z | Checking pcap-parser v0.16.0 |
492 | 2025-03-14T21:31:46.322Z | Compiling dtrace-parser v0.2.0 |
493 | 2025-03-14T21:31:47.099Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
494 | 2025-03-14T21:31:47.576Z | Checking bitflags v2.9.0 |
495 | 2025-03-14T21:31:47.580Z | Checking postcard v1.1.1 |
496 | 2025-03-14T21:31:47.580Z | Checking uuid v1.15.1 |
497 | 2025-03-14T21:31:47.676Z | Compiling serde_tokenstream v0.2.2 |
498 | 2025-03-14T21:31:47.858Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
499 | 2025-03-14T21:31:47.861Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
500 | 2025-03-14T21:31:47.889Z | Checking ron v0.8.1 |
501 | 2025-03-14T21:31:48.833Z | Checking dof v0.3.0 |
502 | 2025-03-14T21:31:49.519Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
503 | 2025-03-14T21:31:49.971Z | Compiling usdt-macro v0.5.0 |
504 | 2025-03-14T21:31:49.972Z | Compiling usdt-attr-macro v0.5.0 |
505 | 2025-03-14T21:31:50.818Z | Checking usdt v0.5.0 |
506 | 2025-03-14T21:31:57.180Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
507 | 2025-03-14T21:31:59.255Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
508 | 2025-03-14T21:32:02.202Z | warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator` |
509 | 2025-03-14T21:32:02.202Z | --> lib/oxide-vpc/tests/integration_tests.rs:2107:23 |
510 | 2025-03-14T21:32:02.202Z | | |
511 | 2025-03-14T21:32:02.202Z | 2107 | reply_body.extend(reply.to_full_meta().meta().copy_remaining().into_iter()); |
512 | 2025-03-14T21:32:02.202Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing the `.into_iter()`: `reply.to_full_meta().meta().copy_remaining()` |
513 | 2025-03-14T21:32:02.203Z | | |
514 | 2025-03-14T21:32:02.203Z | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` |
515 | 2025-03-14T21:32:02.203Z | --> /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/iter/traits/collect.rs:416:18 |
516 | 2025-03-14T21:32:02.203Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion |
517 | 2025-03-14T21:32:02.203Z | = note: `#[warn(clippy::useless_conversion)]` on by default |
518 | 2025-03-14T21:32:02.203Z | |
519 | 2025-03-14T21:32:02.215Z | warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator` |
520 | 2025-03-14T21:32:02.215Z | --> lib/oxide-vpc/tests/integration_tests.rs:2221:23 |
521 | 2025-03-14T21:32:02.215Z | | |
522 | 2025-03-14T21:32:02.215Z | 2221 | reply_body.extend(reply.to_full_meta().meta().copy_remaining().into_iter()); |
523 | 2025-03-14T21:32:02.215Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing the `.into_iter()`: `reply.to_full_meta().meta().copy_remaining()` |
524 | 2025-03-14T21:32:02.215Z | | |
525 | 2025-03-14T21:32:02.215Z | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` |
526 | 2025-03-14T21:32:02.215Z | --> /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/iter/traits/collect.rs:416:18 |
527 | 2025-03-14T21:32:02.215Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion |
528 | 2025-03-14T21:32:02.215Z | |
529 | 2025-03-14T21:32:02.225Z | warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator` |
530 | 2025-03-14T21:32:02.225Z | --> lib/oxide-vpc/tests/integration_tests.rs:2461:23 |
531 | 2025-03-14T21:32:02.225Z | | |
532 | 2025-03-14T21:32:02.225Z | 2461 | reply_body.extend(reply.to_full_meta().meta().copy_remaining().into_iter()); |
533 | 2025-03-14T21:32:02.225Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing the `.into_iter()`: `reply.to_full_meta().meta().copy_remaining()` |
534 | 2025-03-14T21:32:02.227Z | | |
535 | 2025-03-14T21:32:02.227Z | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` |
536 | 2025-03-14T21:32:02.227Z | --> /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/iter/traits/collect.rs:416:18 |
537 | 2025-03-14T21:32:02.227Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion |
538 | 2025-03-14T21:32:02.227Z | |
539 | 2025-03-14T21:32:02.785Z | warning: `oxide-vpc` (test "integration_tests") generated 3 warnings (run `cargo clippy --fix --test "integration_tests"` to apply 3 suggestions) |
540 | 2025-03-14T21:32:02.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.79s |
541 | 2025-03-14T21:32:02.827Z | |
542 | 2025-03-14T21:32:02.827Z | real 34.981452222 |
543 | 2025-03-14T21:32:02.827Z | user 2:24.194953968 |
544 | 2025-03-14T21:32:02.827Z | sys 21.732978410 |
545 | 2025-03-14T21:32:02.827Z | trap 0.079573457 |
546 | 2025-03-14T21:32:02.830Z | tflt 0.187365774 |
547 | 2025-03-14T21:32:02.830Z | dflt 0.360587636 |
548 | 2025-03-14T21:32:02.830Z | kflt 0.000040589 |
549 | 2025-03-14T21:32:02.830Z | lock 3:18.060491225 |
550 | 2025-03-14T21:32:02.830Z | slp 8:53.868450167 |
551 | 2025-03-14T21:32:02.830Z | lat 5.283334583 |
552 | 2025-03-14T21:32:02.830Z | stop 8.743700092 |
553 | 2025-03-14T21:32:02.830Z | + header 'analyze no_std + engine + kernel' |
554 | 2025-03-14T21:32:02.831Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
555 | 2025-03-14T21:32:02.831Z | # ==== analyze no_std + engine + kernel ==== # |
556 | 2025-03-14T21:32:02.831Z | + ptime -m cargo +nightly-2025-02-20-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel |
557 | 2025-03-14T21:32:03.157Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
558 | 2025-03-14T21:32:03.157Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
559 | 2025-03-14T21:32:03.160Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
560 | 2025-03-14T21:32:03.160Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
561 | 2025-03-14T21:32:03.260Z | warning: unused import: `core::ffi::c_int` |
562 | 2025-03-14T21:32:03.260Z | --> crates/illumos-sys-hdrs/src/mac.rs:11:5 |
563 | 2025-03-14T21:32:03.260Z | | |
564 | 2025-03-14T21:32:03.261Z | 11 | use core::ffi::c_int; |
565 | 2025-03-14T21:32:03.261Z | | ^^^^^^^^^^^^^^^^ |
566 | 2025-03-14T21:32:03.261Z | | |
567 | 2025-03-14T21:32:03.261Z | = note: `#[warn(unused_imports)]` on by default |
568 | 2025-03-14T21:32:03.261Z | |
569 | 2025-03-14T21:32:03.675Z | warning: `illumos-sys-hdrs` (lib) generated 1 warning (run `cargo clippy --fix --lib -p illumos-sys-hdrs` to apply 1 suggestion) |
570 | 2025-03-14T21:32:03.678Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
571 | 2025-03-14T21:32:10.704Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
572 | 2025-03-14T21:32:12.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.74s |
573 | 2025-03-14T21:32:12.710Z | |
574 | 2025-03-14T21:32:12.713Z | real 9.876704015 |
575 | 2025-03-14T21:32:12.713Z | user 10.500240246 |
576 | 2025-03-14T21:32:12.713Z | sys 1.347702130 |
577 | 2025-03-14T21:32:12.713Z | trap 0.002726956 |
578 | 2025-03-14T21:32:12.714Z | tflt 0.002588866 |
579 | 2025-03-14T21:32:12.714Z | dflt 0.006235382 |
580 | 2025-03-14T21:32:12.714Z | kflt 0.000000000 |
581 | 2025-03-14T21:32:12.714Z | lock 27.298714151 |
582 | 2025-03-14T21:32:12.714Z | slp 34.924422216 |
583 | 2025-03-14T21:32:12.714Z | lat 0.078454820 |
584 | 2025-03-14T21:32:12.714Z | stop 0.179319811 |
585 | 2025-03-14T21:32:12.714Z | + header test |
586 | 2025-03-14T21:32:12.714Z | + echo '# ==== test ==== #' |
587 | 2025-03-14T21:32:12.714Z | # ==== test ==== # |
588 | 2025-03-14T21:32:12.714Z | + ptime -m cargo test |
589 | 2025-03-14T21:32:12.999Z | Compiling unicode-ident v1.0.18 |
590 | 2025-03-14T21:32:12.999Z | Compiling memchr v2.7.4 |
591 | 2025-03-14T21:32:13.003Z | Compiling byteorder v1.5.0 |
592 | 2025-03-14T21:32:13.003Z | Compiling ucd-trie v0.1.7 |
593 | 2025-03-14T21:32:13.003Z | Compiling ryu v1.0.20 |
594 | 2025-03-14T21:32:13.009Z | Compiling itoa v1.0.15 |
595 | 2025-03-14T21:32:13.019Z | Compiling libc v0.2.170 |
596 | 2025-03-14T21:32:13.028Z | Compiling futures-sink v0.3.31 |
597 | 2025-03-14T21:32:13.152Z | Compiling proc-macro2 v1.0.94 |
598 | 2025-03-14T21:32:13.177Z | Compiling plain v0.2.3 |
599 | 2025-03-14T21:32:13.209Z | Compiling log v0.4.26 |
600 | 2025-03-14T21:32:13.325Z | Compiling futures-core v0.3.31 |
601 | 2025-03-14T21:32:13.351Z | Compiling slab v0.4.9 |
602 | 2025-03-14T21:32:13.440Z | Compiling hash32 v0.3.1 |
603 | 2025-03-14T21:32:13.555Z | Compiling futures-channel v0.3.31 |
604 | 2025-03-14T21:32:13.555Z | Compiling macaddr v1.0.1 |
605 | 2025-03-14T21:32:13.594Z | Compiling stable_deref_trait v1.2.0 |
606 | 2025-03-14T21:32:13.615Z | Compiling thread-id v4.2.2 |
607 | 2025-03-14T21:32:13.649Z | Compiling pin-utils v0.1.0 |
608 | 2025-03-14T21:32:13.676Z | Compiling futures-task v0.3.31 |
609 | 2025-03-14T21:32:13.683Z | Compiling pretty-hex v0.4.1 |
610 | 2025-03-14T21:32:13.717Z | Compiling futures-io v0.3.31 |
611 | 2025-03-14T21:32:13.727Z | Compiling pin-project-lite v0.2.16 |
612 | 2025-03-14T21:32:13.849Z | Compiling cfg-if v1.0.0 |
613 | 2025-03-14T21:32:13.878Z | Compiling heapless v0.8.0 |
614 | 2025-03-14T21:32:13.882Z | Compiling bitflags v1.3.2 |
615 | 2025-03-14T21:32:13.930Z | Compiling aho-corasick v1.1.3 |
616 | 2025-03-14T21:32:13.944Z | Compiling quote v1.0.39 |
617 | 2025-03-14T21:32:13.948Z | Compiling managed v0.8.0 |
618 | 2025-03-14T21:32:13.964Z | Compiling cobs v0.2.3 |
619 | 2025-03-14T21:32:13.970Z | Compiling memmap v0.7.0 |
620 | 2025-03-14T21:32:14.255Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
621 | 2025-03-14T21:32:14.273Z | Compiling ipnetwork v0.21.1 |
622 | 2025-03-14T21:32:14.336Z | Compiling syn v2.0.100 |
623 | 2025-03-14T21:32:14.614Z | Compiling minimal-lexical v0.2.1 |
624 | 2025-03-14T21:32:14.660Z | Compiling either v1.15.0 |
625 | 2025-03-14T21:32:14.751Z | Compiling smoltcp v0.11.0 |
626 | 2025-03-14T21:32:14.789Z | Compiling unicode-width v0.2.0 |
627 | 2025-03-14T21:32:14.880Z | Compiling crc32fast v1.4.2 |
628 | 2025-03-14T21:32:14.970Z | Compiling nom v7.1.3 |
629 | 2025-03-14T21:32:15.075Z | Compiling itertools v0.14.0 |
630 | 2025-03-14T21:32:15.157Z | Compiling dyn-clone v1.0.19 |
631 | 2025-03-14T21:32:15.278Z | Compiling tabwriter v1.4.1 |
632 | 2025-03-14T21:32:15.357Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
633 | 2025-03-14T21:32:15.685Z | Compiling circular v0.3.0 |
634 | 2025-03-14T21:32:15.721Z | Compiling base64 v0.21.7 |
635 | 2025-03-14T21:32:15.995Z | Compiling regex-automata v0.4.9 |
636 | 2025-03-14T21:32:16.406Z | Compiling ctor v0.3.6 |
637 | 2025-03-14T21:32:17.847Z | Compiling rusticata-macros v4.1.0 |
638 | 2025-03-14T21:32:19.182Z | Compiling regex v1.11.1 |
639 | 2025-03-14T21:32:19.655Z | Compiling darling_core v0.20.10 |
640 | 2025-03-14T21:32:20.946Z | Compiling serde_derive v1.0.219 |
641 | 2025-03-14T21:32:20.946Z | Compiling thiserror-impl v2.0.12 |
642 | 2025-03-14T21:32:20.949Z | Compiling thiserror-impl v1.0.69 |
643 | 2025-03-14T21:32:21.194Z | Compiling zerocopy-derive v0.7.35 |
644 | 2025-03-14T21:32:21.389Z | Compiling scroll_derive v0.12.0 |
645 | 2025-03-14T21:32:21.773Z | Compiling zerocopy-derive v0.8.23 |
646 | 2025-03-14T21:32:22.054Z | Compiling futures-macro v0.3.31 |
647 | 2025-03-14T21:32:22.843Z | Compiling scroll v0.12.0 |
648 | 2025-03-14T21:32:23.124Z | Compiling zerocopy v0.7.35 |
649 | 2025-03-14T21:32:23.333Z | Compiling goblin v0.8.2 |
650 | 2025-03-14T21:32:23.648Z | Compiling thiserror v1.0.69 |
651 | 2025-03-14T21:32:23.752Z | Compiling thiserror v2.0.12 |
652 | 2025-03-14T21:32:23.783Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
653 | 2025-03-14T21:32:23.889Z | Compiling pest v2.7.15 |
654 | 2025-03-14T21:32:23.958Z | Compiling futures-util v0.3.31 |
655 | 2025-03-14T21:32:24.573Z | Compiling zerocopy v0.8.23 |
656 | 2025-03-14T21:32:24.775Z | Compiling darling_macro v0.20.10 |
657 | 2025-03-14T21:32:25.765Z | Compiling darling v0.20.10 |
658 | 2025-03-14T21:32:25.869Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
659 | 2025-03-14T21:32:25.873Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
660 | 2025-03-14T21:32:26.186Z | Compiling pest_meta v2.7.15 |
661 | 2025-03-14T21:32:26.220Z | Compiling serde v1.0.219 |
662 | 2025-03-14T21:32:27.447Z | Compiling pest_generator v2.7.15 |
663 | 2025-03-14T21:32:28.818Z | Compiling futures-executor v0.3.31 |
664 | 2025-03-14T21:32:28.904Z | Compiling pest_derive v2.7.15 |
665 | 2025-03-14T21:32:29.308Z | Compiling futures v0.3.31 |
666 | 2025-03-14T21:32:29.410Z | Compiling cookie-factory v0.3.3 |
667 | 2025-03-14T21:32:29.895Z | Compiling dtrace-parser v0.2.0 |
668 | 2025-03-14T21:32:29.992Z | Compiling pcap-parser v0.16.0 |
669 | 2025-03-14T21:32:30.948Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
670 | 2025-03-14T21:32:31.354Z | Compiling bitflags v2.9.0 |
671 | 2025-03-14T21:32:31.354Z | Compiling serde_json v1.0.140 |
672 | 2025-03-14T21:32:31.357Z | Compiling postcard v1.1.1 |
673 | 2025-03-14T21:32:31.359Z | Compiling uuid v1.15.1 |
674 | 2025-03-14T21:32:31.529Z | Compiling serde_tokenstream v0.2.2 |
675 | 2025-03-14T21:32:31.619Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
676 | 2025-03-14T21:32:31.759Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
677 | 2025-03-14T21:32:31.778Z | Compiling ron v0.8.1 |
678 | 2025-03-14T21:32:32.709Z | Compiling dof v0.3.0 |
679 | 2025-03-14T21:32:33.441Z | Compiling usdt-impl v0.5.0 |
680 | 2025-03-14T21:32:33.471Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
681 | 2025-03-14T21:32:34.190Z | Compiling usdt-macro v0.5.0 |
682 | 2025-03-14T21:32:34.190Z | Compiling usdt-attr-macro v0.5.0 |
683 | 2025-03-14T21:32:35.224Z | Compiling usdt v0.5.0 |
684 | 2025-03-14T21:32:40.689Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
685 | 2025-03-14T21:32:42.899Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
686 | 2025-03-14T21:32:56.027Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 43.26s |
687 | 2025-03-14T21:32:56.050Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-615b02f3eda8e4fe) |
688 | 2025-03-14T21:32:56.065Z | |
689 | 2025-03-14T21:32:56.065Z | running 9 tests |
690 | 2025-03-14T21:32:56.070Z | test api::tests::parse_good_proto_filter ... ok |
691 | 2025-03-14T21:32:56.070Z | test api::tests::parse_bad_proto_filter ... ok |
692 | 2025-03-14T21:32:56.070Z | test api::tests::parse_good_address ... ok |
693 | 2025-03-14T21:32:56.070Z | test api::tests::parse_bad_address ... ok |
694 | 2025-03-14T21:32:56.070Z | test api::tests::ports_from_str_bad ... ok |
695 | 2025-03-14T21:32:56.070Z | test api::tests::ports_from_str_good ... ok |
696 | 2025-03-14T21:32:56.070Z | test cfg::tests::test_required_nat_space ... ok |
697 | 2025-03-14T21:32:56.070Z | test cfg::tests::test_required_nat_space_only_ipv4 ... ok |
698 | 2025-03-14T21:32:56.070Z | test cfg::tests::test_required_nat_space_only_ipv6 ... ok |
699 | 2025-03-14T21:32:56.070Z | |
700 | 2025-03-14T21:32:56.070Z | test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
701 | 2025-03-14T21:32:56.070Z | |
702 | 2025-03-14T21:32:56.070Z | Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-3ade44b1a65185e5) |
703 | 2025-03-14T21:32:56.074Z | |
704 | 2025-03-14T21:32:56.074Z | running 4 tests |
705 | 2025-03-14T21:32:56.077Z | test firewall_external_inbound ... ok |
706 | 2025-03-14T21:32:56.077Z | test firewall_vni_outbound ... ok |
707 | 2025-03-14T21:32:56.077Z | test firewall_vni_inbound ... ok |
708 | 2025-03-14T21:32:56.077Z | test firewall_replace_rules ... ok |
709 | 2025-03-14T21:32:56.077Z | |
710 | 2025-03-14T21:32:56.077Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
711 | 2025-03-14T21:32:56.077Z | |
712 | 2025-03-14T21:32:56.081Z | Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-7511c210c849dfde) |
713 | 2025-03-14T21:32:56.084Z | |
714 | 2025-03-14T21:32:56.084Z | running 2 tests |
715 | 2025-03-14T21:32:56.084Z | test parse_in_regression ... ok |
716 | 2025-03-14T21:32:56.084Z | test parse_out_regression ... ok |
717 | 2025-03-14T21:32:56.084Z | |
718 | 2025-03-14T21:32:56.084Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
719 | 2025-03-14T21:32:56.084Z | |
720 | 2025-03-14T21:32:56.088Z | Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-16dd88f180130b29) |
721 | 2025-03-14T21:32:56.092Z | |
722 | 2025-03-14T21:32:56.092Z | running 38 tests |
723 | 2025-03-14T21:32:56.095Z | test bad_ip_len ... ok |
724 | 2025-03-14T21:32:56.098Z | test check_layers ... ok |
725 | 2025-03-14T21:32:56.098Z | test add_remove_fw_rule ... ok |
726 | 2025-03-14T21:32:56.098Z | test arp_gateway ... ok |
727 | 2025-03-14T21:32:56.098Z | test anti_spoof ... ok |
728 | 2025-03-14T21:32:56.098Z | test ephemeral_ip_preferred_over_snat_outbound ... ok |
729 | 2025-03-14T21:32:56.098Z | test flow_expiration ... ok |
730 | 2025-03-14T21:32:56.098Z | test gateway_icmp4_ping ... ok |
731 | 2025-03-14T21:32:56.098Z | test gateway_icmpv6_ping ... ok |
732 | 2025-03-14T21:32:56.101Z | test external_ip_epoch_affinity_preserved ... ok |
733 | 2025-03-14T21:32:56.101Z | test gateway_router_advert_reply ... ok |
734 | 2025-03-14T21:32:56.101Z | test early_tcp_invalidation ... ok |
735 | 2025-03-14T21:32:56.101Z | test guest_to_guest_no_route ... ok |
736 | 2025-03-14T21:32:56.101Z | test external_ip_reconfigurable ... ok |
737 | 2025-03-14T21:32:56.101Z | test guest_to_guest_diff_vpc_no_peer ... ok |
738 | 2025-03-14T21:32:56.102Z | test guest_to_internet_ipv4 ... ok |
739 | 2025-03-14T21:32:56.102Z | test guest_to_guest ... ok |
740 | 2025-03-14T21:32:56.102Z | test inbound_ndp_dropped_at_gateway ... ok |
741 | 2025-03-14T21:32:56.102Z | test guest_to_internet_ipv6 ... ok |
742 | 2025-03-14T21:32:56.105Z | test intra_subnet_routes_with_custom ... ok |
743 | 2025-03-14T21:32:56.105Z | test outbound_ndp_dropped ... ok |
744 | 2025-03-14T21:32:56.106Z | test packet_body_pullup ... ok |
745 | 2025-03-14T21:32:56.106Z | test no_panic_on_flow_table_full ... ok |
746 | 2025-03-14T21:32:56.106Z | test port_transition_running ... ok |
747 | 2025-03-14T21:32:56.106Z | test port_transition_reset ... ok |
748 | 2025-03-14T21:32:56.106Z | test port_as_router_target ... ok |
749 | 2025-03-14T21:32:56.106Z | test port_transition_pause ... ok |
750 | 2025-03-14T21:32:56.111Z | test snat_icmp4_echo_rewrite ... ok |
751 | 2025-03-14T21:32:56.111Z | test select_eip_conditioned_on_igw ... ok |
752 | 2025-03-14T21:32:56.111Z | test snat_icmp6_echo_rewrite ... ok |
753 | 2025-03-14T21:32:56.111Z | test tcp_inbound ... ok |
754 | 2025-03-14T21:32:56.111Z | test test_gateway_neighbor_advert_reply ... ok |
755 | 2025-03-14T21:32:56.111Z | test external_ip_receive_and_reply_on_all ... ok |
756 | 2025-03-14T21:32:56.111Z | test external_ip_balanced_over_floating_ips ... ok |
757 | 2025-03-14T21:32:56.111Z | test test_reply_to_dhcpv6_solicit_or_request ... ok |
758 | 2025-03-14T21:32:56.111Z | test tcp_outbound ... ok |
759 | 2025-03-14T21:32:56.111Z | test uft_lft_invalidation_out ... ok |
760 | 2025-03-14T21:32:56.111Z | test uft_lft_invalidation_in ... ok |
761 | 2025-03-14T21:32:56.111Z | |
762 | 2025-03-14T21:32:56.111Z | test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s |
763 | 2025-03-14T21:32:56.111Z | |
764 | 2025-03-14T21:32:56.114Z | Doc-tests oxide_vpc |
765 | 2025-03-14T21:32:56.415Z | |
766 | 2025-03-14T21:32:56.415Z | running 0 tests |
767 | 2025-03-14T21:32:56.415Z | |
768 | 2025-03-14T21:32:56.415Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
769 | 2025-03-14T21:32:56.415Z | |
770 | 2025-03-14T21:32:56.443Z | |
771 | 2025-03-14T21:32:56.446Z | real 43.720450485 |
772 | 2025-03-14T21:32:56.446Z | user 3:01.435932936 |
773 | 2025-03-14T21:32:56.446Z | sys 21.469831795 |
774 | 2025-03-14T21:32:56.446Z | trap 0.095318110 |
775 | 2025-03-14T21:32:56.446Z | tflt 0.109146288 |
776 | 2025-03-14T21:32:56.446Z | dflt 0.311672186 |
777 | 2025-03-14T21:32:56.446Z | kflt 0.000061769 |
778 | 2025-03-14T21:32:56.446Z | lock 4:52.184032554 |
779 | 2025-03-14T21:32:56.446Z | slp 9:47.283630971 |
780 | 2025-03-14T21:32:56.446Z | lat 6.220350728 |
781 | 2025-03-14T21:32:56.447Z | stop 8.088536156 |
782 | 2025-03-14T21:32:56.447Z | process exited: duration 142697 ms, exit code 0 |
|
783 | 2025-03-14T21:32:56.453Z | found 0 output files |