|
|
|
| 1 | 2024-03-11T07:24:07.566Z | job assigned to worker 01HRP69K46WF6BD7ZYQGJCGXVC (queued for 1 m 10 s) |
| |
| 2 | 2024-03-11T07:24:15.126Z | starting task 0: "setup" |
| 3 | 2024-03-11T07:24:15.183Z | ++ uname -s |
| 4 | 2024-03-11T07:24:15.186Z | + kern=SunOS |
| 5 | 2024-03-11T07:24:15.187Z | + case "$kern" in |
| 6 | 2024-03-11T07:24:15.187Z | + groupadd -g 12345 build |
| 7 | 2024-03-11T07:24:15.203Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-03-11T07:24:17.233Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-03-11T07:24:17.314Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-03-11T07:24:17.318Z | + home_fs=zfs |
| 11 | 2024-03-11T07:24:17.318Z | + [[ zfs == autofs ]] |
| 12 | 2024-03-11T07:24:17.318Z | + mkdir -p /home/build |
| 13 | 2024-03-11T07:24:17.319Z | + chown build:build /home/build /work |
| 14 | 2024-03-11T07:24:19.321Z | + chmod 0700 /home/build /work |
| 15 | 2024-03-11T07:24:19.325Z | process exited: duration 4195 ms, exit code 0 |
| |
| 16 | 2024-03-11T07:24:19.334Z | starting task 1: "rust-toolchain" |
| 17 | 2024-03-11T07:24:19.340Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2024-03-11T07:24:19.343Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-02-06 --profile default |
| 19 | 2024-03-11T07:24:19.450Z | info: downloading installer |
| 20 | 2024-03-11T07:24:20.487Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2024-03-11T07:24:20.487Z | warning: /opt/ooce/bin |
| 22 | 2024-03-11T07:24:20.488Z | warning: It is recommended that rustup be the primary Rust installation. |
| 23 | 2024-03-11T07:24:20.488Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2024-03-11T07:24:20.488Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2024-03-11T07:24:20.488Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2024-03-11T07:24:20.488Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2024-03-11T07:24:20.488Z | error: cannot install while Rust is installed |
| 28 | 2024-03-11T07:24:20.488Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2024-03-11T07:24:20.574Z | info: profile set to 'default' |
| 30 | 2024-03-11T07:24:20.575Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2024-03-11T07:24:20.579Z | info: syncing channel updates for 'nightly-2024-02-06-x86_64-unknown-illumos' |
| 32 | 2024-03-11T07:24:20.713Z | info: latest update on 2024-02-06, rust version 1.78.0-nightly (f067fd608 2024-02-05) |
| 33 | 2024-03-11T07:24:20.714Z | info: downloading component 'cargo' |
| 34 | 2024-03-11T07:24:21.590Z | info: downloading component 'clippy' |
| 35 | 2024-03-11T07:24:22.004Z | info: downloading component 'rust-docs' |
| 36 | 2024-03-11T07:24:23.054Z | info: downloading component 'rust-std' |
| 37 | 2024-03-11T07:24:24.467Z | info: downloading component 'rustc' |
| 38 | 2024-03-11T07:24:27.769Z | info: downloading component 'rustfmt' |
| 39 | 2024-03-11T07:24:28.205Z | info: installing component 'cargo' |
| 40 | 2024-03-11T07:24:29.035Z | info: installing component 'clippy' |
| 41 | 2024-03-11T07:24:29.361Z | info: installing component 'rust-docs' |
| 42 | 2024-03-11T07:24:30.949Z | info: installing component 'rust-std' |
| 43 | 2024-03-11T07:24:32.580Z | info: installing component 'rustc' |
| 44 | 2024-03-11T07:24:36.565Z | info: installing component 'rustfmt' |
| 45 | 2024-03-11T07:24:36.881Z | info: default toolchain set to 'nightly-2024-02-06-x86_64-unknown-illumos' |
| 46 | 2024-03-11T07:24:36.881Z | |
| 47 | 2024-03-11T07:24:37.167Z | nightly-2024-02-06-x86_64-unknown-illumos installed - rustc 1.78.0-nightly (f067fd608 2024-02-05) |
| 48 | 2024-03-11T07:24:37.167Z | |
| 49 | 2024-03-11T07:24:37.171Z | |
| 50 | 2024-03-11T07:24:37.171Z | Rust is installed now. Great! |
| 51 | 2024-03-11T07:24:37.171Z | |
| 52 | 2024-03-11T07:24:37.171Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2024-03-11T07:24:37.171Z | environment variable. This has not been done automatically. |
| 54 | 2024-03-11T07:24:37.171Z | |
| 55 | 2024-03-11T07:24:37.171Z | To configure your current shell, run: |
| 56 | 2024-03-11T07:24:37.171Z | source "$HOME/.cargo/env" |
| 57 | 2024-03-11T07:24:37.236Z | + rustc --version |
| 58 | 2024-03-11T07:24:37.299Z | rustc 1.78.0-nightly (f067fd608 2024-02-05) |
| 59 | 2024-03-11T07:24:37.306Z | process exited: duration 17964 ms, exit code 0 |
| |
| 60 | 2024-03-11T07:24:37.315Z | starting task 2: "authentication" |
| 61 | 2024-03-11T07:24:37.333Z | process exited: duration 20 ms, exit code 0 |
| |
| 62 | 2024-03-11T07:24:37.342Z | starting task 3: "clone repository" |
| 63 | 2024-03-11T07:24:37.345Z | + mkdir -p /work/oxidecomputer/opte |
| 64 | 2024-03-11T07:24:37.349Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 65 | 2024-03-11T07:24:37.525Z | Cloning into '/work/oxidecomputer/opte'... |
| 66 | 2024-03-11T07:24:38.626Z | + cd /work/oxidecomputer/opte |
| 67 | 2024-03-11T07:24:38.626Z | + git fetch origin b12d69cf74719c9e8b58049429d1ad2d63d11457 |
| 68 | 2024-03-11T07:24:38.901Z | From https://github.com/oxidecomputer/opte |
| 69 | 2024-03-11T07:24:38.901Z | * branch b12d69cf74719c9e8b58049429d1ad2d63d11457 -> FETCH_HEAD |
| 70 | 2024-03-11T07:24:38.907Z | + [[ -n '' ]] |
| 71 | 2024-03-11T07:24:38.907Z | + git reset --hard b12d69cf74719c9e8b58049429d1ad2d63d11457 |
| 72 | 2024-03-11T07:24:38.928Z | HEAD is now at b12d69c chore(deps): lock file maintenance |
| 73 | 2024-03-11T07:24:38.932Z | process exited: duration 1587 ms, exit code 0 |
| |
| 74 | 2024-03-11T07:24:38.940Z | starting task 4: "build" |
| 75 | 2024-03-11T07:24:38.946Z | + cargo --version |
| 76 | 2024-03-11T07:24:38.959Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
| 77 | 2024-03-11T07:24:39.084Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
| 78 | 2024-03-11T07:24:39.084Z | info: downloading component 'cargo' |
| 79 | 2024-03-11T07:24:39.763Z | info: downloading component 'clippy' |
| 80 | 2024-03-11T07:24:39.969Z | info: downloading component 'rust-docs' |
| 81 | 2024-03-11T07:24:40.808Z | info: downloading component 'rust-std' |
| 82 | 2024-03-11T07:24:42.166Z | info: downloading component 'rustc' |
| 83 | 2024-03-11T07:24:45.549Z | info: downloading component 'rustfmt' |
| 84 | 2024-03-11T07:24:45.734Z | info: installing component 'cargo' |
| 85 | 2024-03-11T07:24:46.607Z | info: installing component 'clippy' |
| 86 | 2024-03-11T07:24:46.940Z | info: installing component 'rust-docs' |
| 87 | 2024-03-11T07:24:48.480Z | info: installing component 'rust-std' |
| 88 | 2024-03-11T07:24:50.252Z | info: installing component 'rustc' |
| 89 | 2024-03-11T07:24:54.255Z | info: installing component 'rustfmt' |
| 90 | 2024-03-11T07:24:54.632Z | cargo 1.76.0 (c84b36747 2024-01-18) |
| 91 | 2024-03-11T07:24:54.637Z | + rustc --version |
| 92 | 2024-03-11T07:24:54.703Z | rustc 1.76.0 (07dca489a 2024-02-04) |
| 93 | 2024-03-11T07:24:54.707Z | + cd lib/oxide-vpc |
| 94 | 2024-03-11T07:24:54.707Z | + header 'check style' |
| 95 | 2024-03-11T07:24:54.707Z | + echo '# ==== check style ==== #' |
| 96 | 2024-03-11T07:24:54.707Z | # ==== check style ==== # |
| 97 | 2024-03-11T07:24:54.707Z | + ptime -m cargo +nightly-2024-02-06 fmt -- --check |
| 98 | 2024-03-11T07:24:54.963Z | |
| 99 | 2024-03-11T07:24:54.963Z | real 0.252576761 |
| 100 | 2024-03-11T07:24:54.963Z | user 0.158869297 |
| 101 | 2024-03-11T07:24:54.963Z | sys 0.087429160 |
| 102 | 2024-03-11T07:24:54.964Z | trap 0.000261565 |
| 103 | 2024-03-11T07:24:54.964Z | tflt 0.000000000 |
| 104 | 2024-03-11T07:24:54.964Z | dflt 0.000000000 |
| 105 | 2024-03-11T07:24:54.964Z | kflt 0.000000000 |
| 106 | 2024-03-11T07:24:54.964Z | lock 0.000000000 |
| 107 | 2024-03-11T07:24:54.968Z | slp 0.172346247 |
| 108 | 2024-03-11T07:24:54.968Z | lat 0.001415177 |
| 109 | 2024-03-11T07:24:54.968Z | stop 0.000217903 |
| 110 | 2024-03-11T07:24:54.968Z | + header 'check docs' |
| 111 | 2024-03-11T07:24:54.968Z | + echo '# ==== check docs ==== #' |
| 112 | 2024-03-11T07:24:54.968Z | # ==== check docs ==== # |
| 113 | 2024-03-11T07:24:54.968Z | + RUSTDOCFLAGS='-D warnings' |
| 114 | 2024-03-11T07:24:54.968Z | + ptime -m cargo +nightly-2024-02-06 doc --no-default-features --features=api,std,engine,kernel |
| 115 | 2024-03-11T07:24:55.066Z | Updating crates.io index |
| 116 | 2024-03-11T07:24:55.132Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 117 | 2024-03-11T07:24:55.902Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 118 | 2024-03-11T07:24:56.181Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 119 | 2024-03-11T07:24:56.521Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 120 | 2024-03-11T07:24:56.836Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 121 | 2024-03-11T07:24:57.204Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 122 | 2024-03-11T07:24:57.501Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 123 | 2024-03-11T07:24:58.332Z | Downloading crates ... |
| 124 | 2024-03-11T07:24:58.525Z | Downloaded ucd-trie v0.1.6 |
| 125 | 2024-03-11T07:24:58.529Z | Downloaded scroll v0.12.0 |
| 126 | 2024-03-11T07:24:58.529Z | Downloaded block-buffer v0.10.4 |
| 127 | 2024-03-11T07:24:58.533Z | Downloaded once_cell v1.19.0 |
| 128 | 2024-03-11T07:24:58.536Z | Downloaded darling v0.20.8 |
| 129 | 2024-03-11T07:24:58.549Z | Downloaded dtrace-parser v0.2.0 |
| 130 | 2024-03-11T07:24:58.555Z | Downloaded darling_macro v0.20.8 |
| 131 | 2024-03-11T07:24:58.559Z | Downloaded strsim v0.10.0 |
| 132 | 2024-03-11T07:24:58.559Z | Downloaded defmt-macros v0.3.7 |
| 133 | 2024-03-11T07:24:58.562Z | Downloaded pest_generator v2.7.8 |
| 134 | 2024-03-11T07:24:58.569Z | Downloaded itoa v1.0.10 |
| 135 | 2024-03-11T07:24:58.569Z | Downloaded cpufeatures v0.2.12 |
| 136 | 2024-03-11T07:24:58.573Z | Downloaded stable_deref_trait v1.2.0 |
| 137 | 2024-03-11T07:24:58.573Z | Downloaded cobs v0.2.3 |
| 138 | 2024-03-11T07:24:58.573Z | Downloaded either v1.10.0 |
| 139 | 2024-03-11T07:24:58.573Z | Downloaded bitflags v1.3.2 |
| 140 | 2024-03-11T07:24:58.573Z | Downloaded tabwriter v1.4.0 |
| 141 | 2024-03-11T07:24:58.577Z | Downloaded version_check v0.9.4 |
| 142 | 2024-03-11T07:24:58.581Z | Downloaded ident_case v1.0.1 |
| 143 | 2024-03-11T07:24:58.584Z | Downloaded usdt-macro v0.5.0 |
| 144 | 2024-03-11T07:24:58.585Z | Downloaded quote v1.0.35 |
| 145 | 2024-03-11T07:24:58.594Z | Downloaded thiserror v1.0.57 |
| 146 | 2024-03-11T07:24:58.594Z | Downloaded thiserror-impl v1.0.57 |
| 147 | 2024-03-11T07:24:58.594Z | Downloaded usdt v0.5.0 |
| 148 | 2024-03-11T07:24:58.597Z | Downloaded cfg-if v1.0.0 |
| 149 | 2024-03-11T07:24:58.598Z | Downloaded serde_tokenstream v0.2.0 |
| 150 | 2024-03-11T07:24:58.601Z | Downloaded scroll_derive v0.12.0 |
| 151 | 2024-03-11T07:24:58.601Z | Downloaded goblin v0.8.0 |
| 152 | 2024-03-11T07:24:58.605Z | Downloaded usdt-attr-macro v0.5.0 |
| 153 | 2024-03-11T07:24:58.609Z | Downloaded pretty-hex v0.4.1 |
| 154 | 2024-03-11T07:24:58.609Z | Downloaded ipnetwork v0.20.0 |
| 155 | 2024-03-11T07:24:58.612Z | Downloaded fnv v1.0.7 |
| 156 | 2024-03-11T07:24:58.617Z | Downloaded generic-array v0.14.7 |
| 157 | 2024-03-11T07:24:58.617Z | Downloaded plain v0.2.3 |
| 158 | 2024-03-11T07:24:58.617Z | Downloaded managed v0.8.0 |
| 159 | 2024-03-11T07:24:58.621Z | Downloaded byteorder v1.5.0 |
| 160 | 2024-03-11T07:24:58.622Z | Downloaded crypto-common v0.1.6 |
| 161 | 2024-03-11T07:24:58.622Z | Downloaded ryu v1.0.17 |
| 162 | 2024-03-11T07:24:58.625Z | Downloaded dyn-clone v1.0.17 |
| 163 | 2024-03-11T07:24:58.625Z | Downloaded unicode-width v0.1.11 |
| 164 | 2024-03-11T07:24:58.629Z | Downloaded pest_derive v2.7.8 |
| 165 | 2024-03-11T07:24:58.629Z | Downloaded sha2 v0.10.8 |
| 166 | 2024-03-11T07:24:58.633Z | Downloaded defmt-parser v0.3.4 |
| 167 | 2024-03-11T07:24:58.636Z | Downloaded dof v0.3.0 |
| 168 | 2024-03-11T07:24:58.636Z | Downloaded proc-macro-error-attr v1.0.4 |
| 169 | 2024-03-11T07:24:58.640Z | Downloaded usdt-impl v0.5.0 |
| 170 | 2024-03-11T07:24:58.640Z | Downloaded digest v0.10.7 |
| 171 | 2024-03-11T07:24:58.640Z | Downloaded thread-id v4.2.1 |
| 172 | 2024-03-11T07:24:58.647Z | Downloaded hash32 v0.3.1 |
| 173 | 2024-03-11T07:24:58.647Z | Downloaded embedded-io v0.4.0 |
| 174 | 2024-03-11T07:24:58.651Z | Downloaded memmap v0.7.0 |
| 175 | 2024-03-11T07:24:58.651Z | Downloaded crc32fast v1.4.0 |
| 176 | 2024-03-11T07:24:58.658Z | Downloaded zerocopy-derive v0.7.32 |
| 177 | 2024-03-11T07:24:58.671Z | Downloaded defmt v0.3.6 |
| 178 | 2024-03-11T07:24:58.675Z | Downloaded serde_derive v1.0.197 |
| 179 | 2024-03-11T07:24:58.679Z | Downloaded pest_meta v2.7.8 |
| 180 | 2024-03-11T07:24:58.679Z | Downloaded typenum v1.17.0 |
| 181 | 2024-03-11T07:24:58.683Z | Downloaded unicode-ident v1.0.12 |
| 182 | 2024-03-11T07:24:58.687Z | Downloaded log v0.4.21 |
| 183 | 2024-03-11T07:24:58.687Z | Downloaded serde v1.0.197 |
| 184 | 2024-03-11T07:24:58.691Z | Downloaded postcard v1.0.8 |
| 185 | 2024-03-11T07:24:58.695Z | Downloaded darling_core v0.20.8 |
| 186 | 2024-03-11T07:24:58.706Z | Downloaded proc-macro2 v1.0.78 |
| 187 | 2024-03-11T07:24:58.713Z | Downloaded heapless v0.8.0 |
| 188 | 2024-03-11T07:24:58.717Z | Downloaded proc-macro-error v1.0.4 |
| 189 | 2024-03-11T07:24:58.721Z | Downloaded memchr v2.7.1 |
| 190 | 2024-03-11T07:24:58.739Z | Downloaded pest v2.7.8 |
| 191 | 2024-03-11T07:24:58.744Z | Downloaded itertools v0.12.1 |
| 192 | 2024-03-11T07:24:58.750Z | Downloaded zerocopy v0.7.32 |
| 193 | 2024-03-11T07:24:58.764Z | Downloaded serde_json v1.0.114 |
| 194 | 2024-03-11T07:24:58.778Z | Downloaded syn v1.0.109 |
| 195 | 2024-03-11T07:24:58.787Z | Downloaded syn v2.0.52 |
| 196 | 2024-03-11T07:24:58.800Z | Downloaded smoltcp v0.11.0 |
| 197 | 2024-03-11T07:24:58.823Z | Downloaded libc v0.2.153 |
| 198 | 2024-03-11T07:24:58.959Z | Compiling proc-macro2 v1.0.78 |
| 199 | 2024-03-11T07:24:58.959Z | Compiling unicode-ident v1.0.12 |
| 200 | 2024-03-11T07:24:58.963Z | Documenting unicode-ident v1.0.12 |
| 201 | 2024-03-11T07:24:58.963Z | Checking byteorder v1.5.0 |
| 202 | 2024-03-11T07:24:58.963Z | Compiling fnv v1.0.7 |
| 203 | 2024-03-11T07:24:58.963Z | Compiling ident_case v1.0.1 |
| 204 | 2024-03-11T07:24:58.969Z | Compiling serde v1.0.197 |
| 205 | 2024-03-11T07:24:59.127Z | Compiling strsim v0.10.0 |
| 206 | 2024-03-11T07:24:59.132Z | Compiling heapless v0.8.0 |
| 207 | 2024-03-11T07:24:59.147Z | Checking stable_deref_trait v1.2.0 |
| 208 | 2024-03-11T07:24:59.152Z | Checking cfg-if v1.0.0 |
| 209 | 2024-03-11T07:24:59.219Z | Compiling smoltcp v0.11.0 |
| 210 | 2024-03-11T07:24:59.255Z | Checking hash32 v0.3.1 |
| 211 | 2024-03-11T07:24:59.430Z | Checking embedded-io v0.4.0 |
| 212 | 2024-03-11T07:24:59.552Z | Checking bitflags v1.3.2 |
| 213 | 2024-03-11T07:24:59.566Z | Checking cobs v0.2.3 |
| 214 | 2024-03-11T07:24:59.607Z | Checking managed v0.8.0 |
| 215 | 2024-03-11T07:24:59.633Z | Documenting byteorder v1.5.0 |
| 216 | 2024-03-11T07:24:59.673Z | Documenting ident_case v1.0.1 |
| 217 | 2024-03-11T07:24:59.864Z | Documenting strsim v0.10.0 |
| 218 | 2024-03-11T07:25:00.420Z | Compiling crc32fast v1.4.0 |
| 219 | 2024-03-11T07:25:00.446Z | Documenting fnv v1.0.7 |
| 220 | 2024-03-11T07:25:01.284Z | Compiling quote v1.0.35 |
| 221 | 2024-03-11T07:25:01.727Z | Compiling syn v2.0.52 |
| 222 | 2024-03-11T07:25:01.912Z | Documenting proc-macro2 v1.0.78 |
| 223 | 2024-03-11T07:25:02.404Z | Documenting hash32 v0.3.1 |
| 224 | 2024-03-11T07:25:03.422Z | Checking either v1.10.0 |
| 225 | 2024-03-11T07:25:03.654Z | Documenting stable_deref_trait v1.2.0 |
| 226 | 2024-03-11T07:25:03.702Z | Compiling version_check v0.9.4 |
| 227 | 2024-03-11T07:25:04.302Z | Checking ipnetwork v0.20.0 |
| 228 | 2024-03-11T07:25:04.466Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 229 | 2024-03-11T07:25:04.561Z | Documenting cfg-if v1.0.0 |
| 230 | 2024-03-11T07:25:04.657Z | Checking unicode-width v0.1.11 |
| 231 | 2024-03-11T07:25:04.779Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 232 | 2024-03-11T07:25:04.789Z | Documenting bitflags v1.3.2 |
| 233 | 2024-03-11T07:25:05.111Z | Documenting cobs v0.2.3 |
| 234 | 2024-03-11T07:25:05.331Z | Documenting embedded-io v0.4.0 |
| 235 | 2024-03-11T07:25:06.337Z | Documenting quote v1.0.35 |
| 236 | 2024-03-11T07:25:06.635Z | Documenting heapless v0.8.0 |
| 237 | 2024-03-11T07:25:06.665Z | Checking darling_core v0.20.8 |
| 238 | 2024-03-11T07:25:07.686Z | Documenting managed v0.8.0 |
| 239 | 2024-03-11T07:25:08.065Z | Checking tabwriter v1.4.0 |
| 240 | 2024-03-11T07:25:08.261Z | Checking itertools v0.12.1 |
| 241 | 2024-03-11T07:25:08.569Z | Documenting unicode-width v0.1.11 |
| 242 | 2024-03-11T07:25:08.643Z | Documenting ipnetwork v0.20.0 |
| 243 | 2024-03-11T07:25:10.104Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 244 | 2024-03-11T07:25:10.350Z | Documenting syn v2.0.52 |
| 245 | 2024-03-11T07:25:10.358Z | Checking dyn-clone v1.0.17 |
| 246 | 2024-03-11T07:25:10.473Z | Documenting either v1.10.0 |
| 247 | 2024-03-11T07:25:11.260Z | Documenting smoltcp v0.11.0 |
| 248 | 2024-03-11T07:25:11.456Z | Documenting tabwriter v1.4.0 |
| 249 | 2024-03-11T07:25:12.363Z | Compiling serde_derive v1.0.197 |
| 250 | 2024-03-11T07:25:12.699Z | Compiling zerocopy-derive v0.7.32 |
| 251 | 2024-03-11T07:25:13.233Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 252 | 2024-03-11T07:25:13.279Z | Compiling darling_macro v0.20.8 |
| 253 | 2024-03-11T07:25:13.517Z | Documenting itertools v0.12.1 |
| 254 | 2024-03-11T07:25:14.342Z | Documenting crc32fast v1.4.0 |
| 255 | 2024-03-11T07:25:14.405Z | Compiling darling v0.20.8 |
| 256 | 2024-03-11T07:25:14.500Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 257 | 2024-03-11T07:25:14.692Z | Checking zerocopy v0.7.32 |
| 258 | 2024-03-11T07:25:15.528Z | Documenting dyn-clone v1.0.17 |
| 259 | 2024-03-11T07:25:15.729Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 260 | 2024-03-11T07:25:15.995Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 261 | 2024-03-11T07:25:20.737Z | Checking postcard v1.0.8 |
| 262 | 2024-03-11T07:25:21.137Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 263 | 2024-03-11T07:25:24.717Z | Documenting darling_core v0.20.8 |
| 264 | 2024-03-11T07:25:24.717Z | Documenting serde_derive v1.0.197 |
| 265 | 2024-03-11T07:25:24.721Z | Documenting zerocopy-derive v0.7.32 |
| 266 | 2024-03-11T07:25:24.721Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 267 | 2024-03-11T07:25:27.683Z | Documenting zerocopy v0.7.32 |
| 268 | 2024-03-11T07:25:28.934Z | Documenting serde v1.0.197 |
| 269 | 2024-03-11T07:25:30.459Z | Documenting darling_macro v0.20.8 |
| 270 | 2024-03-11T07:25:34.089Z | Documenting postcard v1.0.8 |
| 271 | 2024-03-11T07:25:34.263Z | Documenting darling v0.20.8 |
| 272 | 2024-03-11T07:25:36.507Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 273 | 2024-03-11T07:25:38.485Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 274 | 2024-03-11T07:25:42.372Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 275 | 2024-03-11T07:25:47.896Z | Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 276 | 2024-03-11T07:25:52.116Z | Finished dev [unoptimized + debuginfo] target(s) in 57.13s |
| 277 | 2024-03-11T07:25:52.206Z | Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html |
| 278 | 2024-03-11T07:25:52.223Z | |
| 279 | 2024-03-11T07:25:52.223Z | real 57.233444380 |
| 280 | 2024-03-11T07:25:52.223Z | user 1:46.306026475 |
| 281 | 2024-03-11T07:25:52.223Z | sys 1:46.703835336 |
| 282 | 2024-03-11T07:25:52.223Z | trap 0.033196297 |
| 283 | 2024-03-11T07:25:52.223Z | tflt 0.440025391 |
| 284 | 2024-03-11T07:25:52.223Z | dflt 0.703044759 |
| 285 | 2024-03-11T07:25:52.223Z | kflt 0.294900073 |
| 286 | 2024-03-11T07:25:52.227Z | lock 4:48.703124299 |
| 287 | 2024-03-11T07:25:52.227Z | slp 7:54.978891782 |
| 288 | 2024-03-11T07:25:52.227Z | lat 7.418875864 |
| 289 | 2024-03-11T07:25:52.227Z | stop 5.928599576 |
| 290 | 2024-03-11T07:25:52.227Z | + header 'analyze std + api + usdt' |
| 291 | 2024-03-11T07:25:52.227Z | + echo '# ==== analyze std + api + usdt ==== #' |
| 292 | 2024-03-11T07:25:52.228Z | # ==== analyze std + api + usdt ==== # |
| 293 | 2024-03-11T07:25:52.228Z | + ptime -m cargo clippy --features usdt --all-targets |
| 294 | 2024-03-11T07:25:52.512Z | Downloading crates ... |
| 295 | 2024-03-11T07:25:52.715Z | Downloaded base64 v0.21.7 |
| 296 | 2024-03-11T07:25:52.745Z | Downloaded circular v0.3.0 |
| 297 | 2024-03-11T07:25:52.745Z | Downloaded rusticata-macros v4.1.0 |
| 298 | 2024-03-11T07:25:52.745Z | Downloaded ctor v0.2.7 |
| 299 | 2024-03-11T07:25:52.745Z | Downloaded cookie-factory v0.3.2 |
| 300 | 2024-03-11T07:25:52.746Z | Downloaded bitflags v2.4.2 |
| 301 | 2024-03-11T07:25:52.761Z | Downloaded pcap-parser v0.15.0 |
| 302 | 2024-03-11T07:25:52.761Z | Downloaded ron v0.8.1 |
| 303 | 2024-03-11T07:25:52.761Z | Downloaded minimal-lexical v0.2.1 |
| 304 | 2024-03-11T07:25:52.761Z | Downloaded nom v7.1.3 |
| 305 | 2024-03-11T07:25:52.824Z | Compiling proc-macro2 v1.0.78 |
| 306 | 2024-03-11T07:25:52.824Z | Compiling unicode-ident v1.0.12 |
| 307 | 2024-03-11T07:25:52.840Z | Compiling thiserror v1.0.57 |
| 308 | 2024-03-11T07:25:52.840Z | Compiling libc v0.2.153 |
| 309 | 2024-03-11T07:25:52.840Z | Compiling memchr v2.7.1 |
| 310 | 2024-03-11T07:25:52.840Z | Compiling version_check v0.9.4 |
| 311 | 2024-03-11T07:25:52.840Z | Compiling ucd-trie v0.1.6 |
| 312 | 2024-03-11T07:25:52.840Z | Compiling serde_json v1.0.114 |
| 313 | 2024-03-11T07:25:52.998Z | Compiling once_cell v1.19.0 |
| 314 | 2024-03-11T07:25:53.222Z | Compiling serde v1.0.197 |
| 315 | 2024-03-11T07:25:53.383Z | Checking byteorder v1.5.0 |
| 316 | 2024-03-11T07:25:53.448Z | Compiling ryu v1.0.17 |
| 317 | 2024-03-11T07:25:53.745Z | Compiling itoa v1.0.10 |
| 318 | 2024-03-11T07:25:53.759Z | Compiling usdt-impl v0.5.0 |
| 319 | 2024-03-11T07:25:53.992Z | Compiling fnv v1.0.7 |
| 320 | 2024-03-11T07:25:54.090Z | Compiling strsim v0.10.0 |
| 321 | 2024-03-11T07:25:54.223Z | Compiling quote v1.0.35 |
| 322 | 2024-03-11T07:25:54.408Z | Compiling thread-id v4.2.1 |
| 323 | 2024-03-11T07:25:54.436Z | Compiling ident_case v1.0.1 |
| 324 | 2024-03-11T07:25:54.599Z | Compiling syn v2.0.52 |
| 325 | 2024-03-11T07:25:54.626Z | Checking plain v0.2.3 |
| 326 | 2024-03-11T07:25:54.626Z | Checking log v0.4.21 |
| 327 | 2024-03-11T07:25:54.641Z | Compiling heapless v0.8.0 |
| 328 | 2024-03-11T07:25:54.720Z | Checking hash32 v0.3.1 |
| 329 | 2024-03-11T07:25:54.831Z | Compiling smoltcp v0.11.0 |
| 330 | 2024-03-11T07:25:54.850Z | Checking stable_deref_trait v1.2.0 |
| 331 | 2024-03-11T07:25:54.860Z | Checking cfg-if v1.0.0 |
| 332 | 2024-03-11T07:25:54.867Z | Checking pretty-hex v0.4.1 |
| 333 | 2024-03-11T07:25:54.919Z | Checking embedded-io v0.4.0 |
| 334 | 2024-03-11T07:25:54.972Z | Checking bitflags v1.3.2 |
| 335 | 2024-03-11T07:25:55.013Z | Checking cobs v0.2.3 |
| 336 | 2024-03-11T07:25:55.041Z | Compiling crc32fast v1.4.0 |
| 337 | 2024-03-11T07:25:55.083Z | Checking managed v0.8.0 |
| 338 | 2024-03-11T07:25:55.152Z | Checking memmap v0.7.0 |
| 339 | 2024-03-11T07:25:55.187Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 340 | 2024-03-11T07:25:55.321Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 341 | 2024-03-11T07:25:55.420Z | Checking ipnetwork v0.20.0 |
| 342 | 2024-03-11T07:25:55.433Z | Checking unicode-width v0.1.11 |
| 343 | 2024-03-11T07:25:55.493Z | Checking either v1.10.0 |
| 344 | 2024-03-11T07:25:55.512Z | Checking minimal-lexical v0.2.1 |
| 345 | 2024-03-11T07:25:55.553Z | Checking tabwriter v1.4.0 |
| 346 | 2024-03-11T07:25:55.681Z | Checking dyn-clone v1.0.17 |
| 347 | 2024-03-11T07:25:55.740Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 348 | 2024-03-11T07:25:55.745Z | Checking circular v0.3.0 |
| 349 | 2024-03-11T07:25:55.749Z | Checking itertools v0.12.1 |
| 350 | 2024-03-11T07:25:55.782Z | Checking cookie-factory v0.3.2 |
| 351 | 2024-03-11T07:25:55.867Z | Checking nom v7.1.3 |
| 352 | 2024-03-11T07:25:55.895Z | Checking base64 v0.21.7 |
| 353 | 2024-03-11T07:25:57.904Z | Checking rusticata-macros v4.1.0 |
| 354 | 2024-03-11T07:25:58.050Z | Checking pcap-parser v0.15.0 |
| 355 | 2024-03-11T07:25:58.934Z | Compiling darling_core v0.20.8 |
| 356 | 2024-03-11T07:26:00.546Z | Compiling thiserror-impl v1.0.57 |
| 357 | 2024-03-11T07:26:00.546Z | Compiling serde_derive v1.0.197 |
| 358 | 2024-03-11T07:26:00.546Z | Compiling zerocopy-derive v0.7.32 |
| 359 | 2024-03-11T07:26:00.550Z | Compiling scroll_derive v0.12.0 |
| 360 | 2024-03-11T07:26:00.550Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 361 | 2024-03-11T07:26:00.551Z | Compiling ctor v0.2.7 |
| 362 | 2024-03-11T07:26:01.993Z | Checking scroll v0.12.0 |
| 363 | 2024-03-11T07:26:03.397Z | Compiling darling_macro v0.20.8 |
| 364 | 2024-03-11T07:26:03.402Z | Checking goblin v0.8.0 |
| 365 | 2024-03-11T07:26:03.402Z | Compiling zerocopy v0.7.32 |
| 366 | 2024-03-11T07:26:03.402Z | Compiling pest v2.7.8 |
| 367 | 2024-03-11T07:26:03.402Z | Compiling darling v0.20.8 |
| 368 | 2024-03-11T07:26:03.402Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 369 | 2024-03-11T07:26:03.579Z | warning: useless conversion to the same type: `proc_macro2::TokenStream` |
| 370 | 2024-03-11T07:26:03.580Z | --> crates/derror-macro/src/lib.rs:62:26 |
| 371 | 2024-03-11T07:26:03.580Z | | |
| 372 | 2024-03-11T07:26:03.580Z | 62 | Err(e) => return TokenStream::from(e.write_errors()).into(), |
| 373 | 2024-03-11T07:26:03.580Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `TokenStream::from()`: `e.write_errors()` |
| 374 | 2024-03-11T07:26:03.580Z | | |
| 375 | 2024-03-11T07:26:03.580Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion |
| 376 | 2024-03-11T07:26:03.580Z | = note: `#[warn(clippy::useless_conversion)]` on by default |
| 377 | 2024-03-11T07:26:03.580Z | |
| 378 | 2024-03-11T07:26:04.692Z | warning: `derror-macro` (lib) generated 1 warning (run `cargo clippy --fix --lib -p derror-macro` to apply 1 suggestion) |
| 379 | 2024-03-11T07:26:04.867Z | Compiling pest_meta v2.7.8 |
| 380 | 2024-03-11T07:26:05.632Z | Compiling pest_generator v2.7.8 |
| 381 | 2024-03-11T07:26:06.948Z | Compiling pest_derive v2.7.8 |
| 382 | 2024-03-11T07:26:07.544Z | Compiling dtrace-parser v0.2.0 |
| 383 | 2024-03-11T07:26:08.939Z | Checking postcard v1.0.8 |
| 384 | 2024-03-11T07:26:08.944Z | Checking bitflags v2.4.2 |
| 385 | 2024-03-11T07:26:09.114Z | Checking ron v0.8.1 |
| 386 | 2024-03-11T07:26:09.268Z | Compiling serde_tokenstream v0.2.0 |
| 387 | 2024-03-11T07:26:09.418Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 388 | 2024-03-11T07:26:09.931Z | Checking dof v0.3.0 |
| 389 | 2024-03-11T07:26:11.348Z | Compiling usdt-attr-macro v0.5.0 |
| 390 | 2024-03-11T07:26:11.348Z | Compiling usdt-macro v0.5.0 |
| 391 | 2024-03-11T07:26:12.209Z | Checking usdt v0.5.0 |
| 392 | 2024-03-11T07:26:15.530Z | warning: you should consider adding a `Default` implementation for `ErrorBlock<L>` |
| 393 | 2024-03-11T07:26:15.530Z | --> lib/opte/src/d_error.rs:71:5 |
| 394 | 2024-03-11T07:26:15.530Z | | |
| 395 | 2024-03-11T07:26:15.530Z | 71 | / pub fn new() -> Self { |
| 396 | 2024-03-11T07:26:15.531Z | 72 | | Self { |
| 397 | 2024-03-11T07:26:15.531Z | 73 | | entries: [EMPTY_STRING.as_ptr(); L], |
| 398 | 2024-03-11T07:26:15.531Z | 74 | | |
| 399 | 2024-03-11T07:26:15.531Z | ... | |
| 400 | 2024-03-11T07:26:15.531Z | 79 | | } |
| 401 | 2024-03-11T07:26:15.531Z | 80 | | } |
| 402 | 2024-03-11T07:26:15.531Z | | |_____^ |
| 403 | 2024-03-11T07:26:15.531Z | | |
| 404 | 2024-03-11T07:26:15.531Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#new_without_default |
| 405 | 2024-03-11T07:26:15.531Z | = note: `#[warn(clippy::new_without_default)]` on by default |
| 406 | 2024-03-11T07:26:15.532Z | help: try adding this |
| 407 | 2024-03-11T07:26:15.532Z | | |
| 408 | 2024-03-11T07:26:15.532Z | 69 + impl<const L: usize> Default for ErrorBlock<L> { |
| 409 | 2024-03-11T07:26:15.532Z | 70 + fn default() -> Self { |
| 410 | 2024-03-11T07:26:15.532Z | 71 + Self::new() |
| 411 | 2024-03-11T07:26:15.532Z | 72 + } |
| 412 | 2024-03-11T07:26:15.532Z | 73 + } |
| 413 | 2024-03-11T07:26:15.532Z | | |
| 414 | 2024-03-11T07:26:15.532Z | |
| 415 | 2024-03-11T07:26:15.543Z | warning: this returns a `Result<_, ()>` |
| 416 | 2024-03-11T07:26:15.543Z | --> lib/opte/src/d_error.rs:97:5 |
| 417 | 2024-03-11T07:26:15.543Z | | |
| 418 | 2024-03-11T07:26:15.543Z | 97 | pub fn append(&mut self, err: &dyn DError) -> Result<(), ()> { |
| 419 | 2024-03-11T07:26:15.543Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 420 | 2024-03-11T07:26:15.544Z | | |
| 421 | 2024-03-11T07:26:15.544Z | = help: use a custom `Error` type instead |
| 422 | 2024-03-11T07:26:15.544Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err |
| 423 | 2024-03-11T07:26:15.544Z | = note: `#[warn(clippy::result_unit_err)]` on by default |
| 424 | 2024-03-11T07:26:15.544Z | |
| 425 | 2024-03-11T07:26:15.544Z | warning: this returns a `Result<_, ()>` |
| 426 | 2024-03-11T07:26:15.544Z | --> lib/opte/src/d_error.rs:111:5 |
| 427 | 2024-03-11T07:26:15.544Z | | |
| 428 | 2024-03-11T07:26:15.545Z | 111 | pub fn append_name(&mut self, err: &dyn DError) -> Result<(), ()> { |
| 429 | 2024-03-11T07:26:15.545Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 430 | 2024-03-11T07:26:15.545Z | | |
| 431 | 2024-03-11T07:26:15.545Z | = help: use a custom `Error` type instead |
| 432 | 2024-03-11T07:26:15.545Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err |
| 433 | 2024-03-11T07:26:15.545Z | |
| 434 | 2024-03-11T07:26:15.545Z | warning: this returns a `Result<_, ()>` |
| 435 | 2024-03-11T07:26:15.545Z | --> lib/opte/src/d_error.rs:126:5 |
| 436 | 2024-03-11T07:26:15.546Z | | |
| 437 | 2024-03-11T07:26:15.546Z | 126 | / pub unsafe fn append_name_raw<'a, 'b: 'a>( |
| 438 | 2024-03-11T07:26:15.546Z | 127 | | &'a mut self, |
| 439 | 2024-03-11T07:26:15.546Z | 128 | | err: &'b CStr, |
| 440 | 2024-03-11T07:26:15.546Z | 129 | | ) -> Result<(), ()> { |
| 441 | 2024-03-11T07:26:15.546Z | | |_______________________^ |
| 442 | 2024-03-11T07:26:15.546Z | | |
| 443 | 2024-03-11T07:26:15.546Z | = help: use a custom `Error` type instead |
| 444 | 2024-03-11T07:26:15.546Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err |
| 445 | 2024-03-11T07:26:15.546Z | |
| 446 | 2024-03-11T07:26:15.546Z | warning: unsafe function's docs miss `# Safety` section |
| 447 | 2024-03-11T07:26:15.546Z | --> lib/opte/src/d_error.rs:126:5 |
| 448 | 2024-03-11T07:26:15.546Z | | |
| 449 | 2024-03-11T07:26:15.547Z | 126 | / pub unsafe fn append_name_raw<'a, 'b: 'a>( |
| 450 | 2024-03-11T07:26:15.547Z | 127 | | &'a mut self, |
| 451 | 2024-03-11T07:26:15.547Z | 128 | | err: &'b CStr, |
| 452 | 2024-03-11T07:26:15.547Z | 129 | | ) -> Result<(), ()> { |
| 453 | 2024-03-11T07:26:15.547Z | | |_______________________^ |
| 454 | 2024-03-11T07:26:15.547Z | | |
| 455 | 2024-03-11T07:26:15.547Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc |
| 456 | 2024-03-11T07:26:15.547Z | = note: `#[warn(clippy::missing_safety_doc)]` on by default |
| 457 | 2024-03-11T07:26:15.548Z | |
| 458 | 2024-03-11T07:26:15.548Z | warning: the following explicit lifetimes could be elided: 'a |
| 459 | 2024-03-11T07:26:15.548Z | --> lib/opte/src/d_error.rs:152:20 |
| 460 | 2024-03-11T07:26:15.548Z | | |
| 461 | 2024-03-11T07:26:15.548Z | 152 | pub fn entries<'a>(&'a self) -> ErrorBlockIter<'a, L> { |
| 462 | 2024-03-11T07:26:15.548Z | | ^^ ^^ ^^ |
| 463 | 2024-03-11T07:26:15.548Z | | |
| 464 | 2024-03-11T07:26:15.548Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes |
| 465 | 2024-03-11T07:26:15.548Z | = note: `#[warn(clippy::needless_lifetimes)]` on by default |
| 466 | 2024-03-11T07:26:15.548Z | help: elide the lifetimes |
| 467 | 2024-03-11T07:26:15.548Z | | |
| 468 | 2024-03-11T07:26:15.549Z | 152 - pub fn entries<'a>(&'a self) -> ErrorBlockIter<'a, L> { |
| 469 | 2024-03-11T07:26:15.549Z | 152 + pub fn entries(&self) -> ErrorBlockIter<'_, L> { |
| 470 | 2024-03-11T07:26:15.549Z | | |
| 471 | 2024-03-11T07:26:15.549Z | |
| 472 | 2024-03-11T07:26:16.270Z | warning: you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let` |
| 473 | 2024-03-11T07:26:16.270Z | --> lib/opte/src/engine/ether.rs:306:9 |
| 474 | 2024-03-11T07:26:16.270Z | | |
| 475 | 2024-03-11T07:26:16.271Z | 306 | / match self { |
| 476 | 2024-03-11T07:26:16.271Z | 307 | | Self::UnsupportedEtherType { ether_type } => { |
| 477 | 2024-03-11T07:26:16.271Z | 308 | | data[0] = *ether_type as u64; |
| 478 | 2024-03-11T07:26:16.271Z | 309 | | } |
| 479 | 2024-03-11T07:26:16.271Z | 310 | | _ => {} |
| 480 | 2024-03-11T07:26:16.271Z | 311 | | } |
| 481 | 2024-03-11T07:26:16.271Z | | |_________^ |
| 482 | 2024-03-11T07:26:16.271Z | | |
| 483 | 2024-03-11T07:26:16.271Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_match |
| 484 | 2024-03-11T07:26:16.272Z | = note: `#[warn(clippy::single_match)]` on by default |
| 485 | 2024-03-11T07:26:16.272Z | help: try |
| 486 | 2024-03-11T07:26:16.272Z | | |
| 487 | 2024-03-11T07:26:16.272Z | 306 ~ if let Self::UnsupportedEtherType { ether_type } = self { |
| 488 | 2024-03-11T07:26:16.272Z | 307 + data[0] = *ether_type as u64; |
| 489 | 2024-03-11T07:26:16.272Z | 308 + } |
| 490 | 2024-03-11T07:26:16.272Z | | |
| 491 | 2024-03-11T07:26:16.272Z | |
| 492 | 2024-03-11T07:26:17.209Z | warning: `to_string` applied to a type that implements `Display` in `writeln!` args |
| 493 | 2024-03-11T07:26:17.209Z | --> lib/opte/src/engine/print.rs:209:22 |
| 494 | 2024-03-11T07:26:17.209Z | | |
| 495 | 2024-03-11T07:26:17.210Z | 209 | flow_id.proto.to_string(), |
| 496 | 2024-03-11T07:26:17.210Z | | ^^^^^^^^^^^^ help: remove this |
| 497 | 2024-03-11T07:26:17.210Z | | |
| 498 | 2024-03-11T07:26:17.210Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args |
| 499 | 2024-03-11T07:26:17.210Z | = note: `#[warn(clippy::to_string_in_format_args)]` on by default |
| 500 | 2024-03-11T07:26:17.210Z | |
| 501 | 2024-03-11T07:26:17.210Z | warning: `to_string` applied to a type that implements `Display` in `writeln!` args |
| 502 | 2024-03-11T07:26:17.210Z | --> lib/opte/src/engine/print.rs:210:23 |
| 503 | 2024-03-11T07:26:17.210Z | | |
| 504 | 2024-03-11T07:26:17.210Z | 210 | flow_id.src_ip.to_string(), |
| 505 | 2024-03-11T07:26:17.210Z | | ^^^^^^^^^^^^ help: remove this |
| 506 | 2024-03-11T07:26:17.210Z | | |
| 507 | 2024-03-11T07:26:17.211Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args |
| 508 | 2024-03-11T07:26:17.211Z | |
| 509 | 2024-03-11T07:26:17.211Z | warning: `to_string` applied to a type that implements `Display` in `writeln!` args |
| 510 | 2024-03-11T07:26:17.211Z | --> lib/opte/src/engine/print.rs:212:23 |
| 511 | 2024-03-11T07:26:17.211Z | | |
| 512 | 2024-03-11T07:26:17.211Z | 212 | flow_id.dst_ip.to_string(), |
| 513 | 2024-03-11T07:26:17.211Z | | ^^^^^^^^^^^^ help: remove this |
| 514 | 2024-03-11T07:26:17.211Z | | |
| 515 | 2024-03-11T07:26:17.211Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args |
| 516 | 2024-03-11T07:26:17.211Z | |
| 517 | 2024-03-11T07:26:17.769Z | warning: `to_string` applied to a type that implements `Display` in `writeln!` args |
| 518 | 2024-03-11T07:26:17.769Z | --> lib/opte/src/engine/print.rs:236:22 |
| 519 | 2024-03-11T07:26:17.769Z | | |
| 520 | 2024-03-11T07:26:17.769Z | 236 | flow_id.proto.to_string(), |
| 521 | 2024-03-11T07:26:17.769Z | | ^^^^^^^^^^^^ help: remove this |
| 522 | 2024-03-11T07:26:17.769Z | | |
| 523 | 2024-03-11T07:26:17.769Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args |
| 524 | 2024-03-11T07:26:17.769Z | |
| 525 | 2024-03-11T07:26:17.769Z | warning: `to_string` applied to a type that implements `Display` in `writeln!` args |
| 526 | 2024-03-11T07:26:17.769Z | --> lib/opte/src/engine/print.rs:237:23 |
| 527 | 2024-03-11T07:26:17.769Z | | |
| 528 | 2024-03-11T07:26:17.770Z | 237 | flow_id.src_ip.to_string(), |
| 529 | 2024-03-11T07:26:17.770Z | | ^^^^^^^^^^^^ help: remove this |
| 530 | 2024-03-11T07:26:17.770Z | | |
| 531 | 2024-03-11T07:26:17.770Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args |
| 532 | 2024-03-11T07:26:17.770Z | |
| 533 | 2024-03-11T07:26:17.770Z | warning: `to_string` applied to a type that implements `Display` in `writeln!` args |
| 534 | 2024-03-11T07:26:17.770Z | --> lib/opte/src/engine/print.rs:239:23 |
| 535 | 2024-03-11T07:26:17.770Z | | |
| 536 | 2024-03-11T07:26:17.770Z | 239 | flow_id.dst_ip.to_string(), |
| 537 | 2024-03-11T07:26:17.770Z | | ^^^^^^^^^^^^ help: remove this |
| 538 | 2024-03-11T07:26:17.770Z | | |
| 539 | 2024-03-11T07:26:17.770Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args |
| 540 | 2024-03-11T07:26:17.770Z | |
| 541 | 2024-03-11T07:26:17.770Z | warning: `to_string` applied to a type that implements `Display` in `writeln!` args |
| 542 | 2024-03-11T07:26:17.770Z | --> lib/opte/src/engine/print.rs:274:34 |
| 543 | 2024-03-11T07:26:17.770Z | | |
| 544 | 2024-03-11T07:26:17.770Z | 274 | entry.tcp_state.tcp_state.to_string(), |
| 545 | 2024-03-11T07:26:17.770Z | | ^^^^^^^^^^^^ help: remove this |
| 546 | 2024-03-11T07:26:17.770Z | | |
| 547 | 2024-03-11T07:26:17.771Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args |
| 548 | 2024-03-11T07:26:17.771Z | |
| 549 | 2024-03-11T07:26:18.234Z | warning: `opte` (lib) generated 14 warnings (run `cargo clippy --fix --lib -p opte` to apply 9 suggestions) |
| 550 | 2024-03-11T07:26:18.246Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 551 | 2024-03-11T07:26:20.010Z | warning: `to_string` applied to a type that implements `Display` in `writeln!` args |
| 552 | 2024-03-11T07:26:20.010Z | --> lib/oxide-vpc/src/engine/print.rs:75:40 |
| 553 | 2024-03-11T07:26:20.010Z | | |
| 554 | 2024-03-11T07:26:20.010Z | 75 | writeln!(t, "{}\t{}\t{vni}", prefix.to_string(), boundary.to_string()) |
| 555 | 2024-03-11T07:26:20.010Z | | ^^^^^^^^^^^^ help: remove this |
| 556 | 2024-03-11T07:26:20.011Z | | |
| 557 | 2024-03-11T07:26:20.011Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args |
| 558 | 2024-03-11T07:26:20.011Z | = note: `#[warn(clippy::to_string_in_format_args)]` on by default |
| 559 | 2024-03-11T07:26:20.011Z | |
| 560 | 2024-03-11T07:26:20.011Z | warning: `to_string` applied to a type that implements `Display` in `writeln!` args |
| 561 | 2024-03-11T07:26:20.011Z | --> lib/oxide-vpc/src/engine/print.rs:75:62 |
| 562 | 2024-03-11T07:26:20.011Z | | |
| 563 | 2024-03-11T07:26:20.011Z | 75 | writeln!(t, "{}\t{}\t{vni}", prefix.to_string(), boundary.to_string()) |
| 564 | 2024-03-11T07:26:20.011Z | | ^^^^^^^^^^^^ help: remove this |
| 565 | 2024-03-11T07:26:20.011Z | | |
| 566 | 2024-03-11T07:26:20.011Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args |
| 567 | 2024-03-11T07:26:20.011Z | |
| 568 | 2024-03-11T07:26:20.309Z | warning: `oxide-vpc` (lib) generated 2 warnings (run `cargo clippy --fix --lib -p oxide-vpc` to apply 2 suggestions) |
| 569 | 2024-03-11T07:26:20.313Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 570 | 2024-03-11T07:26:21.055Z | warning: the borrowed expression implements the required traits |
| 571 | 2024-03-11T07:26:21.055Z | --> lib/oxide-vpc/tests/fuzz_regression.rs:43:36 |
| 572 | 2024-03-11T07:26:21.055Z | | |
| 573 | 2024-03-11T07:26:21.056Z | 43 | for entry in std::fs::read_dir(&my_test_dir) |
| 574 | 2024-03-11T07:26:21.056Z | | ^^^^^^^^^^^^ help: change this to: `my_test_dir` |
| 575 | 2024-03-11T07:26:21.056Z | | |
| 576 | 2024-03-11T07:26:21.056Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args |
| 577 | 2024-03-11T07:26:21.056Z | = note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default |
| 578 | 2024-03-11T07:26:21.056Z | |
| 579 | 2024-03-11T07:26:21.116Z | warning: `oxide-vpc` (test "fuzz_regression") generated 1 warning (run `cargo clippy --fix --test "fuzz_regression"` to apply 1 suggestion) |
| 580 | 2024-03-11T07:26:22.979Z | warning: `oxide-vpc` (lib test) generated 2 warnings (2 duplicates) |
| 581 | 2024-03-11T07:26:24.040Z | Finished dev [unoptimized + debuginfo] target(s) in 31.27s |
| 582 | 2024-03-11T07:26:24.058Z | |
| 583 | 2024-03-11T07:26:24.058Z | real 31.423372580 |
| 584 | 2024-03-11T07:26:24.058Z | user 1:36.491789851 |
| 585 | 2024-03-11T07:26:24.059Z | sys 21.970085482 |
| 586 | 2024-03-11T07:26:24.059Z | trap 0.036544838 |
| 587 | 2024-03-11T07:26:24.059Z | tflt 0.221217344 |
| 588 | 2024-03-11T07:26:24.059Z | dflt 0.729391082 |
| 589 | 2024-03-11T07:26:24.059Z | kflt 0.000043642 |
| 590 | 2024-03-11T07:26:24.059Z | lock 2:36.040815094 |
| 591 | 2024-03-11T07:26:24.059Z | slp 4:29.033123285 |
| 592 | 2024-03-11T07:26:24.060Z | lat 3.141386609 |
| 593 | 2024-03-11T07:26:24.060Z | stop 3.751523584 |
| 594 | 2024-03-11T07:26:24.060Z | + header 'analyze no_std + engine + kernel' |
| 595 | 2024-03-11T07:26:24.060Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 596 | 2024-03-11T07:26:24.060Z | # ==== analyze no_std + engine + kernel ==== # |
| 597 | 2024-03-11T07:26:24.060Z | + ptime -m cargo +nightly-2024-02-06 clippy --no-default-features --features engine,kernel |
| 598 | 2024-03-11T07:26:24.060Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 599 | 2024-03-11T07:26:24.061Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 600 | 2024-03-11T07:26:24.061Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 601 | 2024-03-11T07:26:24.061Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 602 | 2024-03-11T07:26:24.090Z | warning: useless conversion to the same type: `proc_macro2::TokenStream` |
| 603 | 2024-03-11T07:26:24.091Z | --> crates/derror-macro/src/lib.rs:62:26 |
| 604 | 2024-03-11T07:26:24.091Z | | |
| 605 | 2024-03-11T07:26:24.091Z | 62 | Err(e) => return TokenStream::from(e.write_errors()).into(), |
| 606 | 2024-03-11T07:26:24.091Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `TokenStream::from()`: `e.write_errors()` |
| 607 | 2024-03-11T07:26:24.091Z | | |
| 608 | 2024-03-11T07:26:24.091Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion |
| 609 | 2024-03-11T07:26:24.091Z | = note: `#[warn(clippy::useless_conversion)]` on by default |
| 610 | 2024-03-11T07:26:24.091Z | |
| 611 | 2024-03-11T07:26:24.134Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 612 | 2024-03-11T07:26:24.802Z | warning: `derror-macro` (lib) generated 1 warning (run `cargo clippy --fix --lib -p derror-macro` to apply 1 suggestion) |
| 613 | 2024-03-11T07:26:28.394Z | warning: you should consider adding a `Default` implementation for `ErrorBlock<L>` |
| 614 | 2024-03-11T07:26:28.394Z | --> lib/opte/src/d_error.rs:71:5 |
| 615 | 2024-03-11T07:26:28.394Z | | |
| 616 | 2024-03-11T07:26:28.394Z | 71 | / pub fn new() -> Self { |
| 617 | 2024-03-11T07:26:28.394Z | 72 | | Self { |
| 618 | 2024-03-11T07:26:28.394Z | 73 | | entries: [EMPTY_STRING.as_ptr(); L], |
| 619 | 2024-03-11T07:26:28.394Z | 74 | | |
| 620 | 2024-03-11T07:26:28.394Z | ... | |
| 621 | 2024-03-11T07:26:28.394Z | 79 | | } |
| 622 | 2024-03-11T07:26:28.394Z | 80 | | } |
| 623 | 2024-03-11T07:26:28.394Z | | |_____^ |
| 624 | 2024-03-11T07:26:28.394Z | | |
| 625 | 2024-03-11T07:26:28.394Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#new_without_default |
| 626 | 2024-03-11T07:26:28.394Z | = note: `#[warn(clippy::new_without_default)]` on by default |
| 627 | 2024-03-11T07:26:28.394Z | help: try adding this |
| 628 | 2024-03-11T07:26:28.394Z | | |
| 629 | 2024-03-11T07:26:28.394Z | 69 + impl<const L: usize> Default for ErrorBlock<L> { |
| 630 | 2024-03-11T07:26:28.394Z | 70 + fn default() -> Self { |
| 631 | 2024-03-11T07:26:28.394Z | 71 + Self::new() |
| 632 | 2024-03-11T07:26:28.395Z | 72 + } |
| 633 | 2024-03-11T07:26:28.395Z | 73 + } |
| 634 | 2024-03-11T07:26:28.395Z | | |
| 635 | 2024-03-11T07:26:28.395Z | |
| 636 | 2024-03-11T07:26:28.399Z | warning: this returns a `Result<_, ()>` |
| 637 | 2024-03-11T07:26:28.399Z | --> lib/opte/src/d_error.rs:97:5 |
| 638 | 2024-03-11T07:26:28.400Z | | |
| 639 | 2024-03-11T07:26:28.400Z | 97 | pub fn append(&mut self, err: &dyn DError) -> Result<(), ()> { |
| 640 | 2024-03-11T07:26:28.400Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 641 | 2024-03-11T07:26:28.400Z | | |
| 642 | 2024-03-11T07:26:28.400Z | = help: use a custom `Error` type instead |
| 643 | 2024-03-11T07:26:28.400Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err |
| 644 | 2024-03-11T07:26:28.400Z | = note: `#[warn(clippy::result_unit_err)]` on by default |
| 645 | 2024-03-11T07:26:28.400Z | |
| 646 | 2024-03-11T07:26:28.400Z | warning: this returns a `Result<_, ()>` |
| 647 | 2024-03-11T07:26:28.400Z | --> lib/opte/src/d_error.rs:111:5 |
| 648 | 2024-03-11T07:26:28.400Z | | |
| 649 | 2024-03-11T07:26:28.400Z | 111 | pub fn append_name(&mut self, err: &dyn DError) -> Result<(), ()> { |
| 650 | 2024-03-11T07:26:28.400Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 651 | 2024-03-11T07:26:28.400Z | | |
| 652 | 2024-03-11T07:26:28.400Z | = help: use a custom `Error` type instead |
| 653 | 2024-03-11T07:26:28.400Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err |
| 654 | 2024-03-11T07:26:28.400Z | |
| 655 | 2024-03-11T07:26:28.400Z | warning: this returns a `Result<_, ()>` |
| 656 | 2024-03-11T07:26:28.400Z | --> lib/opte/src/d_error.rs:126:5 |
| 657 | 2024-03-11T07:26:28.400Z | | |
| 658 | 2024-03-11T07:26:28.400Z | 126 | / pub unsafe fn append_name_raw<'a, 'b: 'a>( |
| 659 | 2024-03-11T07:26:28.400Z | 127 | | &'a mut self, |
| 660 | 2024-03-11T07:26:28.400Z | 128 | | err: &'b CStr, |
| 661 | 2024-03-11T07:26:28.401Z | 129 | | ) -> Result<(), ()> { |
| 662 | 2024-03-11T07:26:28.401Z | | |_______________________^ |
| 663 | 2024-03-11T07:26:28.401Z | | |
| 664 | 2024-03-11T07:26:28.401Z | = help: use a custom `Error` type instead |
| 665 | 2024-03-11T07:26:28.401Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err |
| 666 | 2024-03-11T07:26:28.401Z | |
| 667 | 2024-03-11T07:26:28.401Z | warning: unsafe function's docs miss `# Safety` section |
| 668 | 2024-03-11T07:26:28.401Z | --> lib/opte/src/d_error.rs:126:5 |
| 669 | 2024-03-11T07:26:28.401Z | | |
| 670 | 2024-03-11T07:26:28.401Z | 126 | / pub unsafe fn append_name_raw<'a, 'b: 'a>( |
| 671 | 2024-03-11T07:26:28.401Z | 127 | | &'a mut self, |
| 672 | 2024-03-11T07:26:28.401Z | 128 | | err: &'b CStr, |
| 673 | 2024-03-11T07:26:28.401Z | 129 | | ) -> Result<(), ()> { |
| 674 | 2024-03-11T07:26:28.401Z | | |_______________________^ |
| 675 | 2024-03-11T07:26:28.401Z | | |
| 676 | 2024-03-11T07:26:28.401Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc |
| 677 | 2024-03-11T07:26:28.401Z | = note: `#[warn(clippy::missing_safety_doc)]` on by default |
| 678 | 2024-03-11T07:26:28.401Z | |
| 679 | 2024-03-11T07:26:28.405Z | warning: the following explicit lifetimes could be elided: 'a |
| 680 | 2024-03-11T07:26:28.406Z | --> lib/opte/src/d_error.rs:152:20 |
| 681 | 2024-03-11T07:26:28.406Z | | |
| 682 | 2024-03-11T07:26:28.406Z | 152 | pub fn entries<'a>(&'a self) -> ErrorBlockIter<'a, L> { |
| 683 | 2024-03-11T07:26:28.406Z | | ^^ ^^ ^^ |
| 684 | 2024-03-11T07:26:28.406Z | | |
| 685 | 2024-03-11T07:26:28.406Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes |
| 686 | 2024-03-11T07:26:28.406Z | = note: `#[warn(clippy::needless_lifetimes)]` on by default |
| 687 | 2024-03-11T07:26:28.406Z | help: elide the lifetimes |
| 688 | 2024-03-11T07:26:28.406Z | | |
| 689 | 2024-03-11T07:26:28.406Z | 152 - pub fn entries<'a>(&'a self) -> ErrorBlockIter<'a, L> { |
| 690 | 2024-03-11T07:26:28.406Z | 152 + pub fn entries(&self) -> ErrorBlockIter<'_, L> { |
| 691 | 2024-03-11T07:26:28.406Z | | |
| 692 | 2024-03-11T07:26:28.406Z | |
| 693 | 2024-03-11T07:26:28.723Z | warning: you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let` |
| 694 | 2024-03-11T07:26:28.723Z | --> lib/opte/src/engine/ether.rs:306:9 |
| 695 | 2024-03-11T07:26:28.723Z | | |
| 696 | 2024-03-11T07:26:28.723Z | 306 | / match self { |
| 697 | 2024-03-11T07:26:28.723Z | 307 | | Self::UnsupportedEtherType { ether_type } => { |
| 698 | 2024-03-11T07:26:28.724Z | 308 | | data[0] = *ether_type as u64; |
| 699 | 2024-03-11T07:26:28.724Z | 309 | | } |
| 700 | 2024-03-11T07:26:28.724Z | 310 | | _ => {} |
| 701 | 2024-03-11T07:26:28.724Z | 311 | | } |
| 702 | 2024-03-11T07:26:28.724Z | | |_________^ |
| 703 | 2024-03-11T07:26:28.724Z | | |
| 704 | 2024-03-11T07:26:28.724Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_match |
| 705 | 2024-03-11T07:26:28.724Z | = note: `#[warn(clippy::single_match)]` on by default |
| 706 | 2024-03-11T07:26:28.725Z | help: try |
| 707 | 2024-03-11T07:26:28.725Z | | |
| 708 | 2024-03-11T07:26:28.725Z | 306 ~ if let Self::UnsupportedEtherType { ether_type } = self { |
| 709 | 2024-03-11T07:26:28.725Z | 307 + data[0] = *ether_type as u64; |
| 710 | 2024-03-11T07:26:28.725Z | 308 + } |
| 711 | 2024-03-11T07:26:28.725Z | | |
| 712 | 2024-03-11T07:26:28.725Z | |
| 713 | 2024-03-11T07:26:30.843Z | warning: `opte` (lib) generated 7 warnings (run `cargo clippy --fix --lib -p opte` to apply 2 suggestions) |
| 714 | 2024-03-11T07:26:30.847Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 715 | 2024-03-11T07:26:32.829Z | Finished dev [unoptimized + debuginfo] target(s) in 9.08s |
| 716 | 2024-03-11T07:26:32.852Z | |
| 717 | 2024-03-11T07:26:32.857Z | real 9.183919138 |
| 718 | 2024-03-11T07:26:32.857Z | user 9.652986602 |
| 719 | 2024-03-11T07:26:32.857Z | sys 1.665643791 |
| 720 | 2024-03-11T07:26:32.857Z | trap 0.001929513 |
| 721 | 2024-03-11T07:26:32.857Z | tflt 0.010176801 |
| 722 | 2024-03-11T07:26:32.857Z | dflt 0.021544032 |
| 723 | 2024-03-11T07:26:32.857Z | kflt 0.000000000 |
| 724 | 2024-03-11T07:26:32.857Z | lock 23.750394973 |
| 725 | 2024-03-11T07:26:32.857Z | slp 32.949315669 |
| 726 | 2024-03-11T07:26:32.857Z | lat 0.047092383 |
| 727 | 2024-03-11T07:26:32.857Z | stop 0.136130802 |
| 728 | 2024-03-11T07:26:32.857Z | + header test |
| 729 | 2024-03-11T07:26:32.857Z | + echo '# ==== test ==== #' |
| 730 | 2024-03-11T07:26:32.857Z | + ptime -m cargo test |
| 731 | 2024-03-11T07:26:32.858Z | # ==== test ==== # |
| 732 | 2024-03-11T07:26:33.093Z | Compiling unicode-ident v1.0.12 |
| 733 | 2024-03-11T07:26:33.093Z | Compiling memchr v2.7.1 |
| 734 | 2024-03-11T07:26:33.093Z | Compiling byteorder v1.5.0 |
| 735 | 2024-03-11T07:26:33.097Z | Compiling ucd-trie v0.1.6 |
| 736 | 2024-03-11T07:26:33.097Z | Compiling itoa v1.0.10 |
| 737 | 2024-03-11T07:26:33.102Z | Compiling ryu v1.0.17 |
| 738 | 2024-03-11T07:26:33.102Z | Compiling libc v0.2.153 |
| 739 | 2024-03-11T07:26:33.112Z | Compiling plain v0.2.3 |
| 740 | 2024-03-11T07:26:33.228Z | Compiling proc-macro2 v1.0.78 |
| 741 | 2024-03-11T07:26:33.245Z | Compiling log v0.4.21 |
| 742 | 2024-03-11T07:26:33.280Z | Compiling cfg-if v1.0.0 |
| 743 | 2024-03-11T07:26:33.348Z | Compiling stable_deref_trait v1.2.0 |
| 744 | 2024-03-11T07:26:33.423Z | Compiling pretty-hex v0.4.1 |
| 745 | 2024-03-11T07:26:33.428Z | Compiling embedded-io v0.4.0 |
| 746 | 2024-03-11T07:26:33.525Z | Compiling hash32 v0.3.1 |
| 747 | 2024-03-11T07:26:33.608Z | Compiling cobs v0.2.3 |
| 748 | 2024-03-11T07:26:33.612Z | Compiling managed v0.8.0 |
| 749 | 2024-03-11T07:26:33.612Z | Compiling bitflags v1.3.2 |
| 750 | 2024-03-11T07:26:33.685Z | Compiling heapless v0.8.0 |
| 751 | 2024-03-11T07:26:33.730Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 752 | 2024-03-11T07:26:33.823Z | Compiling thread-id v4.2.1 |
| 753 | 2024-03-11T07:26:33.844Z | Compiling memmap v0.7.0 |
| 754 | 2024-03-11T07:26:33.883Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 755 | 2024-03-11T07:26:33.907Z | Compiling ipnetwork v0.20.0 |
| 756 | 2024-03-11T07:26:34.023Z | Compiling quote v1.0.35 |
| 757 | 2024-03-11T07:26:34.036Z | Compiling either v1.10.0 |
| 758 | 2024-03-11T07:26:34.063Z | Compiling unicode-width v0.1.11 |
| 759 | 2024-03-11T07:26:34.189Z | Compiling minimal-lexical v0.2.1 |
| 760 | 2024-03-11T07:26:34.200Z | Compiling tabwriter v1.4.0 |
| 761 | 2024-03-11T07:26:34.341Z | Compiling syn v2.0.52 |
| 762 | 2024-03-11T07:26:34.494Z | Compiling itertools v0.12.1 |
| 763 | 2024-03-11T07:26:34.701Z | Compiling smoltcp v0.11.0 |
| 764 | 2024-03-11T07:26:34.715Z | Compiling nom v7.1.3 |
| 765 | 2024-03-11T07:26:34.770Z | Compiling crc32fast v1.4.0 |
| 766 | 2024-03-11T07:26:34.774Z | Compiling dyn-clone v1.0.17 |
| 767 | 2024-03-11T07:26:34.968Z | Compiling circular v0.3.0 |
| 768 | 2024-03-11T07:26:35.039Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 769 | 2024-03-11T07:26:35.043Z | Compiling cookie-factory v0.3.2 |
| 770 | 2024-03-11T07:26:35.128Z | Compiling base64 v0.21.7 |
| 771 | 2024-03-11T07:26:37.098Z | Compiling rusticata-macros v4.1.0 |
| 772 | 2024-03-11T07:26:37.283Z | Compiling pcap-parser v0.15.0 |
| 773 | 2024-03-11T07:26:38.431Z | Compiling darling_core v0.20.8 |
| 774 | 2024-03-11T07:26:41.243Z | Compiling serde_derive v1.0.197 |
| 775 | 2024-03-11T07:26:41.243Z | Compiling thiserror-impl v1.0.57 |
| 776 | 2024-03-11T07:26:41.247Z | Compiling zerocopy-derive v0.7.32 |
| 777 | 2024-03-11T07:26:41.247Z | Compiling scroll_derive v0.12.0 |
| 778 | 2024-03-11T07:26:41.247Z | Compiling darling_macro v0.20.8 |
| 779 | 2024-03-11T07:26:41.247Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 780 | 2024-03-11T07:26:41.247Z | Compiling ctor v0.2.7 |
| 781 | 2024-03-11T07:26:42.529Z | Compiling darling v0.20.8 |
| 782 | 2024-03-11T07:26:42.611Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 783 | 2024-03-11T07:26:42.813Z | Compiling scroll v0.12.0 |
| 784 | 2024-03-11T07:26:43.155Z | Compiling goblin v0.8.0 |
| 785 | 2024-03-11T07:26:43.193Z | Compiling zerocopy v0.7.32 |
| 786 | 2024-03-11T07:26:43.644Z | Compiling thiserror v1.0.57 |
| 787 | 2024-03-11T07:26:43.724Z | Compiling pest v2.7.8 |
| 788 | 2024-03-11T07:26:45.380Z | Compiling pest_meta v2.7.8 |
| 789 | 2024-03-11T07:26:45.641Z | Compiling serde v1.0.197 |
| 790 | 2024-03-11T07:26:46.209Z | Compiling pest_generator v2.7.8 |
| 791 | 2024-03-11T07:26:47.643Z | Compiling pest_derive v2.7.8 |
| 792 | 2024-03-11T07:26:48.690Z | Compiling dtrace-parser v0.2.0 |
| 793 | 2024-03-11T07:26:50.099Z | Compiling serde_json v1.0.114 |
| 794 | 2024-03-11T07:26:50.099Z | Compiling serde_tokenstream v0.2.0 |
| 795 | 2024-03-11T07:26:50.224Z | Compiling postcard v1.0.8 |
| 796 | 2024-03-11T07:26:50.224Z | Compiling bitflags v2.4.2 |
| 797 | 2024-03-11T07:26:50.713Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 798 | 2024-03-11T07:26:50.764Z | Compiling ron v0.8.1 |
| 799 | 2024-03-11T07:26:51.247Z | Compiling dof v0.3.0 |
| 800 | 2024-03-11T07:26:51.736Z | Compiling usdt-impl v0.5.0 |
| 801 | 2024-03-11T07:26:52.958Z | Compiling usdt-macro v0.5.0 |
| 802 | 2024-03-11T07:26:52.958Z | Compiling usdt-attr-macro v0.5.0 |
| 803 | 2024-03-11T07:26:54.257Z | Compiling usdt v0.5.0 |
| 804 | 2024-03-11T07:26:58.657Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 805 | 2024-03-11T07:27:00.650Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 806 | 2024-03-11T07:27:09.206Z | Finished test [unoptimized + debuginfo] target(s) in 36.30s |
| 807 | 2024-03-11T07:27:09.216Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-3fb6188e483824c1) |
| 808 | 2024-03-11T07:27:09.225Z | |
| 809 | 2024-03-11T07:27:09.225Z | running 9 tests |
| 810 | 2024-03-11T07:27:09.229Z | test api::tests::parse_bad_proto_filter ... ok |
| 811 | 2024-03-11T07:27:09.229Z | test api::tests::parse_good_proto_filter ... ok |
| 812 | 2024-03-11T07:27:09.229Z | test api::tests::parse_bad_address ... ok |
| 813 | 2024-03-11T07:27:09.229Z | test api::tests::parse_good_address ... ok |
| 814 | 2024-03-11T07:27:09.230Z | test api::tests::ports_from_str_good ... ok |
| 815 | 2024-03-11T07:27:09.230Z | test api::tests::ports_from_str_bad ... ok |
| 816 | 2024-03-11T07:27:09.230Z | test cfg::tests::test_required_nat_space ... ok |
| 817 | 2024-03-11T07:27:09.230Z | test cfg::tests::test_required_nat_space_only_ipv4 ... ok |
| 818 | 2024-03-11T07:27:09.230Z | test cfg::tests::test_required_nat_space_only_ipv6 ... ok |
| 819 | 2024-03-11T07:27:09.230Z | |
| 820 | 2024-03-11T07:27:09.230Z | test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 821 | 2024-03-11T07:27:09.230Z | |
| 822 | 2024-03-11T07:27:09.230Z | Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-6b76d6e9e3145182) |
| 823 | 2024-03-11T07:27:09.234Z | |
| 824 | 2024-03-11T07:27:09.234Z | running 4 tests |
| 825 | 2024-03-11T07:27:09.234Z | test firewall_vni_outbound ... ok |
| 826 | 2024-03-11T07:27:09.234Z | test firewall_external_inbound ... ok |
| 827 | 2024-03-11T07:27:09.234Z | test firewall_vni_inbound ... ok |
| 828 | 2024-03-11T07:27:09.238Z | test firewall_replace_rules ... ok |
| 829 | 2024-03-11T07:27:09.238Z | |
| 830 | 2024-03-11T07:27:09.238Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 831 | 2024-03-11T07:27:09.238Z | |
| 832 | 2024-03-11T07:27:09.238Z | Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-ac54dbc66b043c52) |
| 833 | 2024-03-11T07:27:09.242Z | |
| 834 | 2024-03-11T07:27:09.242Z | running 2 tests |
| 835 | 2024-03-11T07:27:09.242Z | test parse_in_regression ... ok |
| 836 | 2024-03-11T07:27:09.242Z | test parse_out_regression ... ok |
| 837 | 2024-03-11T07:27:09.242Z | |
| 838 | 2024-03-11T07:27:09.242Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 839 | 2024-03-11T07:27:09.242Z | |
| 840 | 2024-03-11T07:27:09.242Z | Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-ff718f4a7bed187b) |
| 841 | 2024-03-11T07:27:09.247Z | |
| 842 | 2024-03-11T07:27:09.247Z | running 33 tests |
| 843 | 2024-03-11T07:27:09.247Z | test bad_ip_len ... ok |
| 844 | 2024-03-11T07:27:09.251Z | test check_layers ... ok |
| 845 | 2024-03-11T07:27:09.251Z | test add_remove_fw_rule ... ok |
| 846 | 2024-03-11T07:27:09.251Z | test arp_gateway ... ok |
| 847 | 2024-03-11T07:27:09.251Z | test anti_spoof ... ok |
| 848 | 2024-03-11T07:27:09.251Z | test flow_expiration ... ok |
| 849 | 2024-03-11T07:27:09.251Z | test gateway_icmp4_ping ... ok |
| 850 | 2024-03-11T07:27:09.251Z | test gateway_icmpv6_ping ... ok |
| 851 | 2024-03-11T07:27:09.251Z | test early_tcp_invalidation ... ok |
| 852 | 2024-03-11T07:27:09.251Z | test external_ip_epoch_affinity_preserved ... ok |
| 853 | 2024-03-11T07:27:09.255Z | test gateway_router_advert_reply ... ok |
| 854 | 2024-03-11T07:27:09.255Z | test guest_to_guest_no_route ... ok |
| 855 | 2024-03-11T07:27:09.255Z | test guest_to_internet_ipv4 ... ok |
| 856 | 2024-03-11T07:27:09.255Z | test external_ip_reconfigurable ... ok |
| 857 | 2024-03-11T07:27:09.256Z | test guest_to_internet_ipv6 ... ok |
| 858 | 2024-03-11T07:27:09.256Z | test guest_to_guest_diff_vpc_no_peer ... ok |
| 859 | 2024-03-11T07:27:09.256Z | test guest_to_guest ... ok |
| 860 | 2024-03-11T07:27:09.256Z | test no_panic_on_flow_table_full ... ok |
| 861 | 2024-03-11T07:27:09.256Z | test outbound_ndp_dropped ... ok |
| 862 | 2024-03-11T07:27:09.256Z | test inbound_ndp_dropped_at_gateway ... ok |
| 863 | 2024-03-11T07:27:09.256Z | test port_transition_reset ... ok |
| 864 | 2024-03-11T07:27:09.256Z | test port_transition_running ... ok |
| 865 | 2024-03-11T07:27:09.256Z | test snat_icmp4_echo_rewrite ... ok |
| 866 | 2024-03-11T07:27:09.260Z | test snat_icmp6_echo_rewrite ... ok |
| 867 | 2024-03-11T07:27:09.260Z | test external_ip_receive_and_reply_on_all ... ok |
| 868 | 2024-03-11T07:27:09.260Z | test port_transition_pause ... ok |
| 869 | 2024-03-11T07:27:09.260Z | test test_gateway_neighbor_advert_reply ... ok |
| 870 | 2024-03-11T07:27:09.260Z | test tcp_inbound ... ok |
| 871 | 2024-03-11T07:27:09.260Z | test tcp_outbound ... ok |
| 872 | 2024-03-11T07:27:09.260Z | test external_ip_balanced_over_floating_ips ... ok |
| 873 | 2024-03-11T07:27:09.260Z | test test_reply_to_dhcpv6_solicit_or_request ... ok |
| 874 | 2024-03-11T07:27:09.260Z | test uft_lft_invalidation_out ... ok |
| 875 | 2024-03-11T07:27:09.261Z | test uft_lft_invalidation_in ... ok |
| 876 | 2024-03-11T07:27:09.261Z | |
| 877 | 2024-03-11T07:27:09.261Z | test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 878 | 2024-03-11T07:27:09.261Z | |
| 879 | 2024-03-11T07:27:09.261Z | Doc-tests oxide-vpc |
| 880 | 2024-03-11T07:27:09.579Z | |
| 881 | 2024-03-11T07:27:09.579Z | running 0 tests |
| 882 | 2024-03-11T07:27:09.579Z | |
| 883 | 2024-03-11T07:27:09.579Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 884 | 2024-03-11T07:27:09.579Z | |
| 885 | 2024-03-11T07:27:09.597Z | |
| 886 | 2024-03-11T07:27:09.601Z | real 36.733286352 |
| 887 | 2024-03-11T07:27:09.601Z | user 2:14.911540878 |
| 888 | 2024-03-11T07:27:09.601Z | sys 28.655215363 |
| 889 | 2024-03-11T07:27:09.601Z | trap 0.057285222 |
| 890 | 2024-03-11T07:27:09.601Z | tflt 0.241964048 |
| 891 | 2024-03-11T07:27:09.601Z | dflt 1.002796854 |
| 892 | 2024-03-11T07:27:09.601Z | kflt 0.000094233 |
| 893 | 2024-03-11T07:27:09.602Z | lock 3:55.566848634 |
| 894 | 2024-03-11T07:27:09.602Z | slp 5:03.693807836 |
| 895 | 2024-03-11T07:27:09.602Z | lat 3.527269095 |
| 896 | 2024-03-11T07:27:09.602Z | stop 3.005902590 |
| 897 | 2024-03-11T07:27:09.602Z | process exited: duration 150631 ms, exit code 0 |
| |
| 898 | 2024-03-11T07:27:09.610Z | found 0 output files |