|
|
|
| 1 | 2024-03-11T07:24:00.523Z | job assigned to worker 01HRP69D7SB7Y75VNTXAG2094C (queued for 1 m 3 s) |
| |
| 2 | 2024-03-11T07:24:08.273Z | starting task 0: "setup" |
| 3 | 2024-03-11T07:24:08.324Z | ++ uname -s |
| 4 | 2024-03-11T07:24:08.327Z | + kern=SunOS |
| 5 | 2024-03-11T07:24:08.328Z | + case "$kern" in |
| 6 | 2024-03-11T07:24:08.328Z | + groupadd -g 12345 build |
| 7 | 2024-03-11T07:24:08.346Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-03-11T07:24:10.380Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-03-11T07:24:10.483Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-03-11T07:24:10.487Z | + home_fs=zfs |
| 11 | 2024-03-11T07:24:10.487Z | + [[ zfs == autofs ]] |
| 12 | 2024-03-11T07:24:10.487Z | + mkdir -p /home/build |
| 13 | 2024-03-11T07:24:10.487Z | + chown build:build /home/build /work |
| 14 | 2024-03-11T07:24:12.490Z | + chmod 0700 /home/build /work |
| 15 | 2024-03-11T07:24:12.494Z | process exited: duration 4220 ms, exit code 0 |
| |
| 16 | 2024-03-11T07:24:12.504Z | starting task 1: "rust-toolchain" |
| 17 | 2024-03-11T07:24:12.519Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2024-03-11T07:24:12.519Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-02-06 --profile default |
| 19 | 2024-03-11T07:24:12.620Z | info: downloading installer |
| 20 | 2024-03-11T07:24:14.413Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2024-03-11T07:24:14.413Z | warning: /opt/ooce/bin |
| 22 | 2024-03-11T07:24:14.413Z | warning: It is recommended that rustup be the primary Rust installation. |
| 23 | 2024-03-11T07:24:14.413Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2024-03-11T07:24:14.413Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2024-03-11T07:24:14.413Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2024-03-11T07:24:14.413Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2024-03-11T07:24:14.413Z | error: cannot install while Rust is installed |
| 28 | 2024-03-11T07:24:14.413Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2024-03-11T07:24:14.488Z | info: profile set to 'default' |
| 30 | 2024-03-11T07:24:14.488Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2024-03-11T07:24:14.912Z | info: syncing channel updates for 'nightly-2024-02-06-x86_64-unknown-illumos' |
| 32 | 2024-03-11T07:24:14.926Z | info: latest update on 2024-02-06, rust version 1.78.0-nightly (f067fd608 2024-02-05) |
| 33 | 2024-03-11T07:24:14.926Z | info: downloading component 'cargo' |
| 34 | 2024-03-11T07:24:15.753Z | info: downloading component 'clippy' |
| 35 | 2024-03-11T07:24:15.757Z | info: downloading component 'rust-docs' |
| 36 | 2024-03-11T07:24:16.874Z | info: downloading component 'rust-std' |
| 37 | 2024-03-11T07:24:18.831Z | info: downloading component 'rustc' |
| 38 | 2024-03-11T07:24:23.827Z | info: downloading component 'rustfmt' |
| 39 | 2024-03-11T07:24:24.312Z | info: installing component 'cargo' |
| 40 | 2024-03-11T07:24:25.157Z | info: installing component 'clippy' |
| 41 | 2024-03-11T07:24:25.489Z | info: installing component 'rust-docs' |
| 42 | 2024-03-11T07:24:27.104Z | info: installing component 'rust-std' |
| 43 | 2024-03-11T07:24:28.758Z | info: installing component 'rustc' |
| 44 | 2024-03-11T07:24:32.860Z | info: installing component 'rustfmt' |
| 45 | 2024-03-11T07:24:33.179Z | info: default toolchain set to 'nightly-2024-02-06-x86_64-unknown-illumos' |
| 46 | 2024-03-11T07:24:33.179Z | |
| 47 | 2024-03-11T07:24:33.471Z | nightly-2024-02-06-x86_64-unknown-illumos installed - rustc 1.78.0-nightly (f067fd608 2024-02-05) |
| 48 | 2024-03-11T07:24:33.471Z | |
| 49 | 2024-03-11T07:24:33.481Z | |
| 50 | 2024-03-11T07:24:33.481Z | Rust is installed now. Great! |
| 51 | 2024-03-11T07:24:33.481Z | |
| 52 | 2024-03-11T07:24:33.481Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2024-03-11T07:24:33.481Z | environment variable. This has not been done automatically. |
| 54 | 2024-03-11T07:24:33.481Z | |
| 55 | 2024-03-11T07:24:33.482Z | To configure your current shell, run: |
| 56 | 2024-03-11T07:24:33.482Z | source "$HOME/.cargo/env" |
| 57 | 2024-03-11T07:24:33.558Z | + rustc --version |
| 58 | 2024-03-11T07:24:33.626Z | rustc 1.78.0-nightly (f067fd608 2024-02-05) |
| 59 | 2024-03-11T07:24:33.630Z | process exited: duration 21125 ms, exit code 0 |
| |
| 60 | 2024-03-11T07:24:33.639Z | starting task 2: "authentication" |
| 61 | 2024-03-11T07:24:33.679Z | process exited: duration 23 ms, exit code 0 |
| |
| 62 | 2024-03-11T07:24:33.697Z | starting task 3: "clone repository" |
| 63 | 2024-03-11T07:24:33.701Z | + mkdir -p /work/oxidecomputer/opte |
| 64 | 2024-03-11T07:24:33.701Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 65 | 2024-03-11T07:24:34.001Z | Cloning into '/work/oxidecomputer/opte'... |
| 66 | 2024-03-11T07:24:35.183Z | + cd /work/oxidecomputer/opte |
| 67 | 2024-03-11T07:24:35.183Z | + git fetch origin b12d69cf74719c9e8b58049429d1ad2d63d11457 |
| 68 | 2024-03-11T07:24:35.464Z | From https://github.com/oxidecomputer/opte |
| 69 | 2024-03-11T07:24:35.464Z | * branch b12d69cf74719c9e8b58049429d1ad2d63d11457 -> FETCH_HEAD |
| 70 | 2024-03-11T07:24:35.471Z | + [[ -n '' ]] |
| 71 | 2024-03-11T07:24:35.472Z | + git reset --hard b12d69cf74719c9e8b58049429d1ad2d63d11457 |
| 72 | 2024-03-11T07:24:35.494Z | HEAD is now at b12d69c chore(deps): lock file maintenance |
| 73 | 2024-03-11T07:24:35.498Z | process exited: duration 1802 ms, exit code 0 |
| |
| 74 | 2024-03-11T07:24:35.507Z | starting task 4: "build" |
| 75 | 2024-03-11T07:24:35.512Z | + cargo --version |
| 76 | 2024-03-11T07:24:35.517Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
| 77 | 2024-03-11T07:24:35.678Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
| 78 | 2024-03-11T07:24:35.678Z | info: downloading component 'cargo' |
| 79 | 2024-03-11T07:24:36.531Z | info: downloading component 'clippy' |
| 80 | 2024-03-11T07:24:36.791Z | info: downloading component 'rust-docs' |
| 81 | 2024-03-11T07:24:37.840Z | info: downloading component 'rust-std' |
| 82 | 2024-03-11T07:24:39.573Z | info: downloading component 'rustc' |
| 83 | 2024-03-11T07:24:43.977Z | info: downloading component 'rustfmt' |
| 84 | 2024-03-11T07:24:44.274Z | info: installing component 'cargo' |
| 85 | 2024-03-11T07:24:45.162Z | info: installing component 'clippy' |
| 86 | 2024-03-11T07:24:45.516Z | info: installing component 'rust-docs' |
| 87 | 2024-03-11T07:24:47.004Z | info: installing component 'rust-std' |
| 88 | 2024-03-11T07:24:48.853Z | info: installing component 'rustc' |
| 89 | 2024-03-11T07:24:52.957Z | info: installing component 'rustfmt' |
| 90 | 2024-03-11T07:24:53.334Z | cargo 1.76.0 (c84b36747 2024-01-18) |
| 91 | 2024-03-11T07:24:53.338Z | + rustc --version |
| 92 | 2024-03-11T07:24:53.417Z | rustc 1.76.0 (07dca489a 2024-02-04) |
| 93 | 2024-03-11T07:24:53.421Z | + cd lib/opte |
| 94 | 2024-03-11T07:24:53.421Z | + header 'check style' |
| 95 | 2024-03-11T07:24:53.426Z | + echo '# ==== check style ==== #' |
| 96 | 2024-03-11T07:24:53.426Z | # ==== check style ==== # |
| 97 | 2024-03-11T07:24:53.426Z | + ptime -m cargo +nightly-2024-02-06 fmt -- --check |
| 98 | 2024-03-11T07:24:53.811Z | |
| 99 | 2024-03-11T07:24:53.811Z | real 0.385308982 |
| 100 | 2024-03-11T07:24:53.811Z | user 0.253426851 |
| 101 | 2024-03-11T07:24:53.811Z | sys 0.124925863 |
| 102 | 2024-03-11T07:24:53.811Z | trap 0.000018627 |
| 103 | 2024-03-11T07:24:53.811Z | tflt 0.000000000 |
| 104 | 2024-03-11T07:24:53.811Z | dflt 0.000000000 |
| 105 | 2024-03-11T07:24:53.811Z | kflt 0.000000000 |
| 106 | 2024-03-11T07:24:53.816Z | lock 0.000000000 |
| 107 | 2024-03-11T07:24:53.816Z | slp 0.303426960 |
| 108 | 2024-03-11T07:24:53.816Z | lat 0.000268320 |
| 109 | 2024-03-11T07:24:53.816Z | stop 0.000210286 |
| 110 | 2024-03-11T07:24:53.816Z | + header 'check docs' |
| 111 | 2024-03-11T07:24:53.816Z | + echo '# ==== check docs ==== #' |
| 112 | 2024-03-11T07:24:53.816Z | # ==== check docs ==== # |
| 113 | 2024-03-11T07:24:53.816Z | + RUSTDOCFLAGS='-D warnings' |
| 114 | 2024-03-11T07:24:53.817Z | + ptime -m cargo +nightly-2024-02-06 doc --no-default-features --features=api,std,engine,kernel |
| 115 | 2024-03-11T07:24:53.911Z | Updating crates.io index |
| 116 | 2024-03-11T07:24:53.985Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 117 | 2024-03-11T07:24:54.744Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 118 | 2024-03-11T07:24:55.041Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 119 | 2024-03-11T07:24:55.371Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 120 | 2024-03-11T07:24:55.676Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 121 | 2024-03-11T07:24:55.947Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 122 | 2024-03-11T07:24:56.287Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 123 | 2024-03-11T07:24:57.079Z | Downloading crates ... |
| 124 | 2024-03-11T07:24:57.261Z | Downloaded once_cell v1.19.0 |
| 125 | 2024-03-11T07:24:57.271Z | Downloaded darling_macro v0.20.8 |
| 126 | 2024-03-11T07:24:57.275Z | Downloaded ident_case v1.0.1 |
| 127 | 2024-03-11T07:24:57.287Z | Downloaded dtrace-parser v0.2.0 |
| 128 | 2024-03-11T07:24:57.298Z | Downloaded scroll_derive v0.12.0 |
| 129 | 2024-03-11T07:24:57.302Z | Downloaded pretty-hex v0.4.1 |
| 130 | 2024-03-11T07:24:57.306Z | Downloaded either v1.10.0 |
| 131 | 2024-03-11T07:24:57.306Z | Downloaded crypto-common v0.1.6 |
| 132 | 2024-03-11T07:24:57.306Z | Downloaded cpufeatures v0.2.12 |
| 133 | 2024-03-11T07:24:57.309Z | Downloaded defmt-macros v0.3.7 |
| 134 | 2024-03-11T07:24:57.312Z | Downloaded pest_generator v2.7.8 |
| 135 | 2024-03-11T07:24:57.316Z | Downloaded bitflags v1.3.2 |
| 136 | 2024-03-11T07:24:57.316Z | Downloaded managed v0.8.0 |
| 137 | 2024-03-11T07:24:57.316Z | Downloaded memchr v2.7.1 |
| 138 | 2024-03-11T07:24:57.321Z | Downloaded defmt-parser v0.3.4 |
| 139 | 2024-03-11T07:24:57.325Z | Downloaded thiserror-impl v1.0.57 |
| 140 | 2024-03-11T07:24:57.325Z | Downloaded stable_deref_trait v1.2.0 |
| 141 | 2024-03-11T07:24:57.325Z | Downloaded dof v0.3.0 |
| 142 | 2024-03-11T07:24:57.325Z | Downloaded memmap v0.7.0 |
| 143 | 2024-03-11T07:24:57.329Z | Downloaded cfg-if v1.0.0 |
| 144 | 2024-03-11T07:24:57.329Z | Downloaded ipnetwork v0.20.0 |
| 145 | 2024-03-11T07:24:57.329Z | Downloaded digest v0.10.7 |
| 146 | 2024-03-11T07:24:57.333Z | Downloaded thread-id v4.2.1 |
| 147 | 2024-03-11T07:24:57.333Z | Downloaded block-buffer v0.10.4 |
| 148 | 2024-03-11T07:24:57.333Z | Downloaded version_check v0.9.4 |
| 149 | 2024-03-11T07:24:57.333Z | Downloaded proc-macro-error-attr v1.0.4 |
| 150 | 2024-03-11T07:24:57.337Z | Downloaded itoa v1.0.10 |
| 151 | 2024-03-11T07:24:57.337Z | Downloaded cobs v0.2.3 |
| 152 | 2024-03-11T07:24:57.337Z | Downloaded generic-array v0.14.7 |
| 153 | 2024-03-11T07:24:57.341Z | Downloaded fnv v1.0.7 |
| 154 | 2024-03-11T07:24:57.341Z | Downloaded strsim v0.10.0 |
| 155 | 2024-03-11T07:24:57.346Z | Downloaded darling v0.20.8 |
| 156 | 2024-03-11T07:24:57.350Z | Downloaded embedded-io v0.4.0 |
| 157 | 2024-03-11T07:24:57.350Z | Downloaded byteorder v1.5.0 |
| 158 | 2024-03-11T07:24:57.350Z | Downloaded defmt v0.3.6 |
| 159 | 2024-03-11T07:24:57.354Z | Downloaded usdt-attr-macro v0.5.0 |
| 160 | 2024-03-11T07:24:57.354Z | Downloaded unicode-width v0.1.11 |
| 161 | 2024-03-11T07:24:57.358Z | Downloaded hash32 v0.3.1 |
| 162 | 2024-03-11T07:24:57.358Z | Downloaded quote v1.0.35 |
| 163 | 2024-03-11T07:24:57.365Z | Downloaded usdt-impl v0.5.0 |
| 164 | 2024-03-11T07:24:57.365Z | Downloaded serde_tokenstream v0.2.0 |
| 165 | 2024-03-11T07:24:57.369Z | Downloaded sha2 v0.10.8 |
| 166 | 2024-03-11T07:24:57.369Z | Downloaded usdt-macro v0.5.0 |
| 167 | 2024-03-11T07:24:57.369Z | Downloaded proc-macro-error v1.0.4 |
| 168 | 2024-03-11T07:24:57.373Z | Downloaded zerocopy-derive v0.7.32 |
| 169 | 2024-03-11T07:24:57.377Z | Downloaded unicode-ident v1.0.12 |
| 170 | 2024-03-11T07:24:57.381Z | Downloaded scroll v0.12.0 |
| 171 | 2024-03-11T07:24:57.381Z | Downloaded pest_derive v2.7.8 |
| 172 | 2024-03-11T07:24:57.385Z | Downloaded tabwriter v1.4.0 |
| 173 | 2024-03-11T07:24:57.385Z | Downloaded log v0.4.21 |
| 174 | 2024-03-11T07:24:57.385Z | Downloaded thiserror v1.0.57 |
| 175 | 2024-03-11T07:24:57.390Z | Downloaded typenum v1.17.0 |
| 176 | 2024-03-11T07:24:57.394Z | Downloaded postcard v1.0.8 |
| 177 | 2024-03-11T07:24:57.398Z | Downloaded pest_meta v2.7.8 |
| 178 | 2024-03-11T07:24:57.398Z | Downloaded proc-macro2 v1.0.78 |
| 179 | 2024-03-11T07:24:57.401Z | Downloaded serde_derive v1.0.197 |
| 180 | 2024-03-11T07:24:57.405Z | Downloaded crc32fast v1.4.0 |
| 181 | 2024-03-11T07:24:57.405Z | Downloaded ucd-trie v0.1.6 |
| 182 | 2024-03-11T07:24:57.409Z | Downloaded plain v0.2.3 |
| 183 | 2024-03-11T07:24:57.409Z | Downloaded dyn-clone v1.0.17 |
| 184 | 2024-03-11T07:24:57.409Z | Downloaded darling_core v0.20.8 |
| 185 | 2024-03-11T07:24:57.414Z | Downloaded heapless v0.8.0 |
| 186 | 2024-03-11T07:24:57.417Z | Downloaded ryu v1.0.17 |
| 187 | 2024-03-11T07:24:57.443Z | Downloaded serde v1.0.197 |
| 188 | 2024-03-11T07:24:57.448Z | Downloaded usdt v0.5.0 |
| 189 | 2024-03-11T07:24:57.452Z | Downloaded zerocopy v0.7.32 |
| 190 | 2024-03-11T07:24:57.465Z | Downloaded serde_json v1.0.114 |
| 191 | 2024-03-11T07:24:57.472Z | Downloaded goblin v0.8.0 |
| 192 | 2024-03-11T07:24:57.477Z | Downloaded itertools v0.12.1 |
| 193 | 2024-03-11T07:24:57.484Z | Downloaded syn v1.0.109 |
| 194 | 2024-03-11T07:24:57.497Z | Downloaded syn v2.0.52 |
| 195 | 2024-03-11T07:24:57.504Z | Downloaded smoltcp v0.11.0 |
| 196 | 2024-03-11T07:24:57.516Z | Downloaded pest v2.7.8 |
| 197 | 2024-03-11T07:24:57.525Z | Downloaded libc v0.2.153 |
| 198 | 2024-03-11T07:24:57.661Z | Compiling proc-macro2 v1.0.78 |
| 199 | 2024-03-11T07:24:57.661Z | Compiling unicode-ident v1.0.12 |
| 200 | 2024-03-11T07:24:57.665Z | Documenting unicode-ident v1.0.12 |
| 201 | 2024-03-11T07:24:57.665Z | Checking byteorder v1.5.0 |
| 202 | 2024-03-11T07:24:57.665Z | Compiling ident_case v1.0.1 |
| 203 | 2024-03-11T07:24:57.665Z | Compiling heapless v0.8.0 |
| 204 | 2024-03-11T07:24:57.673Z | Compiling strsim v0.10.0 |
| 205 | 2024-03-11T07:24:57.840Z | Compiling fnv v1.0.7 |
| 206 | 2024-03-11T07:24:57.874Z | Compiling serde v1.0.197 |
| 207 | 2024-03-11T07:24:57.952Z | Checking hash32 v0.3.1 |
| 208 | 2024-03-11T07:24:58.064Z | Checking stable_deref_trait v1.2.0 |
| 209 | 2024-03-11T07:24:58.072Z | Checking cfg-if v1.0.0 |
| 210 | 2024-03-11T07:24:58.128Z | Compiling smoltcp v0.11.0 |
| 211 | 2024-03-11T07:24:58.137Z | Documenting byteorder v1.5.0 |
| 212 | 2024-03-11T07:24:58.152Z | Checking embedded-io v0.4.0 |
| 213 | 2024-03-11T07:24:58.283Z | Documenting strsim v0.10.0 |
| 214 | 2024-03-11T07:24:58.292Z | Checking cobs v0.2.3 |
| 215 | 2024-03-11T07:24:58.424Z | Checking managed v0.8.0 |
| 216 | 2024-03-11T07:24:58.732Z | Documenting fnv v1.0.7 |
| 217 | 2024-03-11T07:24:58.950Z | Documenting ident_case v1.0.1 |
| 218 | 2024-03-11T07:24:58.971Z | Checking bitflags v1.3.2 |
| 219 | 2024-03-11T07:24:59.044Z | Compiling crc32fast v1.4.0 |
| 220 | 2024-03-11T07:24:59.822Z | Compiling quote v1.0.35 |
| 221 | 2024-03-11T07:25:00.391Z | Compiling syn v2.0.52 |
| 222 | 2024-03-11T07:25:00.422Z | Documenting proc-macro2 v1.0.78 |
| 223 | 2024-03-11T07:25:00.430Z | Documenting cfg-if v1.0.0 |
| 224 | 2024-03-11T07:25:00.882Z | Documenting hash32 v0.3.1 |
| 225 | 2024-03-11T07:25:02.440Z | Documenting stable_deref_trait v1.2.0 |
| 226 | 2024-03-11T07:25:03.679Z | Documenting bitflags v1.3.2 |
| 227 | 2024-03-11T07:25:03.688Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 228 | 2024-03-11T07:25:03.878Z | Checking either v1.10.0 |
| 229 | 2024-03-11T07:25:04.125Z | Checking ipnetwork v0.20.0 |
| 230 | 2024-03-11T07:25:04.160Z | Checking unicode-width v0.1.11 |
| 231 | 2024-03-11T07:25:04.291Z | Documenting cobs v0.2.3 |
| 232 | 2024-03-11T07:25:04.399Z | Documenting managed v0.8.0 |
| 233 | 2024-03-11T07:25:05.577Z | Checking darling_core v0.20.8 |
| 234 | 2024-03-11T07:25:05.751Z | Documenting quote v1.0.35 |
| 235 | 2024-03-11T07:25:05.794Z | Documenting heapless v0.8.0 |
| 236 | 2024-03-11T07:25:06.963Z | Compiling version_check v0.9.4 |
| 237 | 2024-03-11T07:25:07.543Z | Documenting embedded-io v0.4.0 |
| 238 | 2024-03-11T07:25:07.590Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 239 | 2024-03-11T07:25:07.691Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 240 | 2024-03-11T07:25:07.840Z | Documenting unicode-width v0.1.11 |
| 241 | 2024-03-11T07:25:07.935Z | Documenting either v1.10.0 |
| 242 | 2024-03-11T07:25:09.488Z | Documenting smoltcp v0.11.0 |
| 243 | 2024-03-11T07:25:10.561Z | Documenting syn v2.0.52 |
| 244 | 2024-03-11T07:25:10.758Z | Documenting ipnetwork v0.20.0 |
| 245 | 2024-03-11T07:25:10.820Z | Documenting tabwriter v1.4.0 |
| 246 | 2024-03-11T07:25:11.172Z | Checking tabwriter v1.4.0 |
| 247 | 2024-03-11T07:25:11.313Z | Compiling serde_derive v1.0.197 |
| 248 | 2024-03-11T07:25:11.371Z | Compiling zerocopy-derive v0.7.32 |
| 249 | 2024-03-11T07:25:11.398Z | Documenting itertools v0.12.1 |
| 250 | 2024-03-11T07:25:11.856Z | Compiling darling_macro v0.20.8 |
| 251 | 2024-03-11T07:25:13.043Z | Checking darling v0.20.8 |
| 252 | 2024-03-11T07:25:13.227Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 253 | 2024-03-11T07:25:13.373Z | Checking zerocopy v0.7.32 |
| 254 | 2024-03-11T07:25:14.506Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 255 | 2024-03-11T07:25:14.735Z | Checking itertools v0.12.1 |
| 256 | 2024-03-11T07:25:15.142Z | Documenting crc32fast v1.4.0 |
| 257 | 2024-03-11T07:25:15.526Z | Documenting dyn-clone v1.0.17 |
| 258 | 2024-03-11T07:25:15.578Z | Checking dyn-clone v1.0.17 |
| 259 | 2024-03-11T07:25:20.301Z | Checking postcard v1.0.8 |
| 260 | 2024-03-11T07:25:20.717Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 261 | 2024-03-11T07:25:27.298Z | Documenting serde_derive v1.0.197 |
| 262 | 2024-03-11T07:25:27.298Z | Documenting darling_core v0.20.8 |
| 263 | 2024-03-11T07:25:27.301Z | Documenting zerocopy-derive v0.7.32 |
| 264 | 2024-03-11T07:25:27.301Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 265 | 2024-03-11T07:25:31.173Z | Documenting zerocopy v0.7.32 |
| 266 | 2024-03-11T07:25:32.459Z | Documenting serde v1.0.197 |
| 267 | 2024-03-11T07:25:33.980Z | Documenting darling_macro v0.20.8 |
| 268 | 2024-03-11T07:25:37.874Z | Documenting darling v0.20.8 |
| 269 | 2024-03-11T07:25:38.483Z | Documenting postcard v1.0.8 |
| 270 | 2024-03-11T07:25:41.202Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 271 | 2024-03-11T07:25:41.244Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 272 | 2024-03-11T07:25:44.987Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 273 | 2024-03-11T07:25:50.639Z | Finished dev [unoptimized + debuginfo] target(s) in 56.80s |
| 274 | 2024-03-11T07:25:50.741Z | Generated /work/oxidecomputer/opte/target/doc/opte/index.html |
| 275 | 2024-03-11T07:25:50.757Z | |
| 276 | 2024-03-11T07:25:50.775Z | real 56.912883185 |
| 277 | 2024-03-11T07:25:50.775Z | user 1:42.611654888 |
| 278 | 2024-03-11T07:25:50.775Z | sys 1:56.302667558 |
| 279 | 2024-03-11T07:25:50.775Z | trap 0.031933269 |
| 280 | 2024-03-11T07:25:50.775Z | tflt 0.330947348 |
| 281 | 2024-03-11T07:25:50.775Z | dflt 0.606962469 |
| 282 | 2024-03-11T07:25:50.775Z | kflt 0.136519178 |
| 283 | 2024-03-11T07:25:50.776Z | lock 4:59.454766159 |
| 284 | 2024-03-11T07:25:50.776Z | slp 8:02.554728536 |
| 285 | 2024-03-11T07:25:50.776Z | lat 7.713995319 |
| 286 | 2024-03-11T07:25:50.776Z | stop 6.377781783 |
| 287 | 2024-03-11T07:25:50.776Z | + header 'analyze std + api' |
| 288 | 2024-03-11T07:25:50.776Z | + echo '# ==== analyze std + api ==== #' |
| 289 | 2024-03-11T07:25:50.776Z | # ==== analyze std + api ==== # |
| 290 | 2024-03-11T07:25:50.777Z | + ptime -m cargo clippy --all-targets |
| 291 | 2024-03-11T07:25:51.133Z | Compiling proc-macro2 v1.0.78 |
| 292 | 2024-03-11T07:25:51.138Z | Compiling unicode-ident v1.0.12 |
| 293 | 2024-03-11T07:25:51.138Z | Compiling thiserror v1.0.57 |
| 294 | 2024-03-11T07:25:51.138Z | Compiling libc v0.2.153 |
| 295 | 2024-03-11T07:25:51.138Z | Compiling version_check v0.9.4 |
| 296 | 2024-03-11T07:25:51.138Z | Compiling memchr v2.7.1 |
| 297 | 2024-03-11T07:25:51.138Z | Compiling ucd-trie v0.1.6 |
| 298 | 2024-03-11T07:25:51.138Z | Compiling once_cell v1.19.0 |
| 299 | 2024-03-11T07:25:51.358Z | Compiling serde_json v1.0.114 |
| 300 | 2024-03-11T07:25:51.525Z | Compiling serde v1.0.197 |
| 301 | 2024-03-11T07:25:51.719Z | Checking byteorder v1.5.0 |
| 302 | 2024-03-11T07:25:51.787Z | Compiling itoa v1.0.10 |
| 303 | 2024-03-11T07:25:51.893Z | Compiling ryu v1.0.17 |
| 304 | 2024-03-11T07:25:52.061Z | Compiling usdt-impl v0.5.0 |
| 305 | 2024-03-11T07:25:52.198Z | Checking plain v0.2.3 |
| 306 | 2024-03-11T07:25:52.324Z | Compiling ident_case v1.0.1 |
| 307 | 2024-03-11T07:25:52.487Z | Compiling strsim v0.10.0 |
| 308 | 2024-03-11T07:25:52.496Z | Checking log v0.4.21 |
| 309 | 2024-03-11T07:25:52.691Z | Compiling quote v1.0.35 |
| 310 | 2024-03-11T07:25:52.748Z | Compiling thread-id v4.2.1 |
| 311 | 2024-03-11T07:25:52.773Z | Compiling fnv v1.0.7 |
| 312 | 2024-03-11T07:25:52.841Z | Compiling heapless v0.8.0 |
| 313 | 2024-03-11T07:25:52.876Z | Checking hash32 v0.3.1 |
| 314 | 2024-03-11T07:25:53.034Z | Compiling syn v2.0.52 |
| 315 | 2024-03-11T07:25:53.122Z | Checking cfg-if v1.0.0 |
| 316 | 2024-03-11T07:25:53.203Z | Checking stable_deref_trait v1.2.0 |
| 317 | 2024-03-11T07:25:53.207Z | Compiling smoltcp v0.11.0 |
| 318 | 2024-03-11T07:25:53.271Z | Checking pretty-hex v0.4.1 |
| 319 | 2024-03-11T07:25:53.396Z | Checking cobs v0.2.3 |
| 320 | 2024-03-11T07:25:53.412Z | Checking bitflags v1.3.2 |
| 321 | 2024-03-11T07:25:53.445Z | Checking managed v0.8.0 |
| 322 | 2024-03-11T07:25:53.478Z | Compiling crc32fast v1.4.0 |
| 323 | 2024-03-11T07:25:53.544Z | Checking embedded-io v0.4.0 |
| 324 | 2024-03-11T07:25:53.721Z | Checking memmap v0.7.0 |
| 325 | 2024-03-11T07:25:53.743Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 326 | 2024-03-11T07:25:53.775Z | Checking either v1.10.0 |
| 327 | 2024-03-11T07:25:53.829Z | Checking unicode-width v0.1.11 |
| 328 | 2024-03-11T07:25:53.889Z | Checking ipnetwork v0.20.0 |
| 329 | 2024-03-11T07:25:53.952Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 330 | 2024-03-11T07:25:54.123Z | Checking itertools v0.12.1 |
| 331 | 2024-03-11T07:25:54.134Z | Checking tabwriter v1.4.0 |
| 332 | 2024-03-11T07:25:54.144Z | Checking dyn-clone v1.0.17 |
| 333 | 2024-03-11T07:25:57.107Z | Compiling darling_core v0.20.8 |
| 334 | 2024-03-11T07:25:58.988Z | Compiling thiserror-impl v1.0.57 |
| 335 | 2024-03-11T07:25:58.989Z | Compiling serde_derive v1.0.197 |
| 336 | 2024-03-11T07:25:59.016Z | Compiling zerocopy-derive v0.7.32 |
| 337 | 2024-03-11T07:25:59.098Z | Compiling scroll_derive v0.12.0 |
| 338 | 2024-03-11T07:25:59.119Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 339 | 2024-03-11T07:26:00.444Z | Checking scroll v0.12.0 |
| 340 | 2024-03-11T07:26:00.600Z | Compiling darling_macro v0.20.8 |
| 341 | 2024-03-11T07:26:00.824Z | Checking goblin v0.8.0 |
| 342 | 2024-03-11T07:26:00.865Z | Compiling zerocopy v0.7.32 |
| 343 | 2024-03-11T07:26:01.273Z | Compiling pest v2.7.8 |
| 344 | 2024-03-11T07:26:01.512Z | Compiling darling v0.20.8 |
| 345 | 2024-03-11T07:26:01.609Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 346 | 2024-03-11T07:26:01.791Z | warning: useless conversion to the same type: `proc_macro2::TokenStream` |
| 347 | 2024-03-11T07:26:01.792Z | --> crates/derror-macro/src/lib.rs:62:26 |
| 348 | 2024-03-11T07:26:01.792Z | | |
| 349 | 2024-03-11T07:26:01.792Z | 62 | Err(e) => return TokenStream::from(e.write_errors()).into(), |
| 350 | 2024-03-11T07:26:01.792Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `TokenStream::from()`: `e.write_errors()` |
| 351 | 2024-03-11T07:26:01.792Z | | |
| 352 | 2024-03-11T07:26:01.792Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion |
| 353 | 2024-03-11T07:26:01.792Z | = note: `#[warn(clippy::useless_conversion)]` on by default |
| 354 | 2024-03-11T07:26:01.792Z | |
| 355 | 2024-03-11T07:26:02.955Z | warning: `derror-macro` (lib) generated 1 warning (run `cargo clippy --fix --lib -p derror-macro` to apply 1 suggestion) |
| 356 | 2024-03-11T07:26:03.372Z | Compiling pest_meta v2.7.8 |
| 357 | 2024-03-11T07:26:04.205Z | Compiling pest_generator v2.7.8 |
| 358 | 2024-03-11T07:26:05.400Z | Compiling pest_derive v2.7.8 |
| 359 | 2024-03-11T07:26:05.987Z | Compiling dtrace-parser v0.2.0 |
| 360 | 2024-03-11T07:26:07.689Z | Checking postcard v1.0.8 |
| 361 | 2024-03-11T07:26:08.133Z | Compiling serde_tokenstream v0.2.0 |
| 362 | 2024-03-11T07:26:08.152Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 363 | 2024-03-11T07:26:08.668Z | Checking dof v0.3.0 |
| 364 | 2024-03-11T07:26:10.289Z | Compiling usdt-macro v0.5.0 |
| 365 | 2024-03-11T07:26:10.289Z | Compiling usdt-attr-macro v0.5.0 |
| 366 | 2024-03-11T07:26:11.187Z | Checking usdt v0.5.0 |
| 367 | 2024-03-11T07:26:14.691Z | warning: you should consider adding a `Default` implementation for `ErrorBlock<L>` |
| 368 | 2024-03-11T07:26:14.692Z | --> lib/opte/src/d_error.rs:71:5 |
| 369 | 2024-03-11T07:26:14.692Z | | |
| 370 | 2024-03-11T07:26:14.692Z | 71 | / pub fn new() -> Self { |
| 371 | 2024-03-11T07:26:14.692Z | 72 | | Self { |
| 372 | 2024-03-11T07:26:14.692Z | 73 | | entries: [EMPTY_STRING.as_ptr(); L], |
| 373 | 2024-03-11T07:26:14.692Z | 74 | | |
| 374 | 2024-03-11T07:26:14.692Z | ... | |
| 375 | 2024-03-11T07:26:14.692Z | 79 | | } |
| 376 | 2024-03-11T07:26:14.692Z | 80 | | } |
| 377 | 2024-03-11T07:26:14.692Z | | |_____^ |
| 378 | 2024-03-11T07:26:14.692Z | | |
| 379 | 2024-03-11T07:26:14.692Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#new_without_default |
| 380 | 2024-03-11T07:26:14.692Z | = note: `#[warn(clippy::new_without_default)]` on by default |
| 381 | 2024-03-11T07:26:14.692Z | help: try adding this |
| 382 | 2024-03-11T07:26:14.692Z | | |
| 383 | 2024-03-11T07:26:14.693Z | 69 + impl<const L: usize> Default for ErrorBlock<L> { |
| 384 | 2024-03-11T07:26:14.693Z | 70 + fn default() -> Self { |
| 385 | 2024-03-11T07:26:14.693Z | 71 + Self::new() |
| 386 | 2024-03-11T07:26:14.693Z | 72 + } |
| 387 | 2024-03-11T07:26:14.693Z | 73 + } |
| 388 | 2024-03-11T07:26:14.693Z | | |
| 389 | 2024-03-11T07:26:14.693Z | |
| 390 | 2024-03-11T07:26:14.699Z | warning: this returns a `Result<_, ()>` |
| 391 | 2024-03-11T07:26:14.699Z | --> lib/opte/src/d_error.rs:97:5 |
| 392 | 2024-03-11T07:26:14.699Z | | |
| 393 | 2024-03-11T07:26:14.699Z | 97 | pub fn append(&mut self, err: &dyn DError) -> Result<(), ()> { |
| 394 | 2024-03-11T07:26:14.699Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 395 | 2024-03-11T07:26:14.699Z | | |
| 396 | 2024-03-11T07:26:14.699Z | = help: use a custom `Error` type instead |
| 397 | 2024-03-11T07:26:14.699Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err |
| 398 | 2024-03-11T07:26:14.699Z | = note: `#[warn(clippy::result_unit_err)]` on by default |
| 399 | 2024-03-11T07:26:14.699Z | |
| 400 | 2024-03-11T07:26:14.699Z | warning: this returns a `Result<_, ()>` |
| 401 | 2024-03-11T07:26:14.699Z | --> lib/opte/src/d_error.rs:111:5 |
| 402 | 2024-03-11T07:26:14.699Z | | |
| 403 | 2024-03-11T07:26:14.699Z | 111 | pub fn append_name(&mut self, err: &dyn DError) -> Result<(), ()> { |
| 404 | 2024-03-11T07:26:14.700Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 405 | 2024-03-11T07:26:14.700Z | | |
| 406 | 2024-03-11T07:26:14.700Z | = help: use a custom `Error` type instead |
| 407 | 2024-03-11T07:26:14.700Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err |
| 408 | 2024-03-11T07:26:14.700Z | |
| 409 | 2024-03-11T07:26:14.700Z | warning: this returns a `Result<_, ()>` |
| 410 | 2024-03-11T07:26:14.700Z | --> lib/opte/src/d_error.rs:126:5 |
| 411 | 2024-03-11T07:26:14.700Z | | |
| 412 | 2024-03-11T07:26:14.700Z | 126 | / pub unsafe fn append_name_raw<'a, 'b: 'a>( |
| 413 | 2024-03-11T07:26:14.700Z | 127 | | &'a mut self, |
| 414 | 2024-03-11T07:26:14.700Z | 128 | | err: &'b CStr, |
| 415 | 2024-03-11T07:26:14.700Z | 129 | | ) -> Result<(), ()> { |
| 416 | 2024-03-11T07:26:14.700Z | | |_______________________^ |
| 417 | 2024-03-11T07:26:14.700Z | | |
| 418 | 2024-03-11T07:26:14.700Z | = help: use a custom `Error` type instead |
| 419 | 2024-03-11T07:26:14.701Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err |
| 420 | 2024-03-11T07:26:14.701Z | |
| 421 | 2024-03-11T07:26:14.701Z | warning: unsafe function's docs miss `# Safety` section |
| 422 | 2024-03-11T07:26:14.701Z | --> lib/opte/src/d_error.rs:126:5 |
| 423 | 2024-03-11T07:26:14.701Z | | |
| 424 | 2024-03-11T07:26:14.701Z | 126 | / pub unsafe fn append_name_raw<'a, 'b: 'a>( |
| 425 | 2024-03-11T07:26:14.701Z | 127 | | &'a mut self, |
| 426 | 2024-03-11T07:26:14.701Z | 128 | | err: &'b CStr, |
| 427 | 2024-03-11T07:26:14.701Z | 129 | | ) -> Result<(), ()> { |
| 428 | 2024-03-11T07:26:14.701Z | | |_______________________^ |
| 429 | 2024-03-11T07:26:14.701Z | | |
| 430 | 2024-03-11T07:26:14.701Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc |
| 431 | 2024-03-11T07:26:14.701Z | = note: `#[warn(clippy::missing_safety_doc)]` on by default |
| 432 | 2024-03-11T07:26:14.701Z | |
| 433 | 2024-03-11T07:26:14.708Z | warning: the following explicit lifetimes could be elided: 'a |
| 434 | 2024-03-11T07:26:14.708Z | --> lib/opte/src/d_error.rs:152:20 |
| 435 | 2024-03-11T07:26:14.708Z | | |
| 436 | 2024-03-11T07:26:14.708Z | 152 | pub fn entries<'a>(&'a self) -> ErrorBlockIter<'a, L> { |
| 437 | 2024-03-11T07:26:14.708Z | | ^^ ^^ ^^ |
| 438 | 2024-03-11T07:26:14.708Z | | |
| 439 | 2024-03-11T07:26:14.708Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes |
| 440 | 2024-03-11T07:26:14.708Z | = note: `#[warn(clippy::needless_lifetimes)]` on by default |
| 441 | 2024-03-11T07:26:14.708Z | help: elide the lifetimes |
| 442 | 2024-03-11T07:26:14.708Z | | |
| 443 | 2024-03-11T07:26:14.708Z | 152 - pub fn entries<'a>(&'a self) -> ErrorBlockIter<'a, L> { |
| 444 | 2024-03-11T07:26:14.709Z | 152 + pub fn entries(&self) -> ErrorBlockIter<'_, L> { |
| 445 | 2024-03-11T07:26:14.709Z | | |
| 446 | 2024-03-11T07:26:14.709Z | |
| 447 | 2024-03-11T07:26:15.020Z | warning: you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let` |
| 448 | 2024-03-11T07:26:15.020Z | --> lib/opte/src/engine/ether.rs:306:9 |
| 449 | 2024-03-11T07:26:15.020Z | | |
| 450 | 2024-03-11T07:26:15.020Z | 306 | / match self { |
| 451 | 2024-03-11T07:26:15.020Z | 307 | | Self::UnsupportedEtherType { ether_type } => { |
| 452 | 2024-03-11T07:26:15.020Z | 308 | | data[0] = *ether_type as u64; |
| 453 | 2024-03-11T07:26:15.020Z | 309 | | } |
| 454 | 2024-03-11T07:26:15.020Z | 310 | | _ => {} |
| 455 | 2024-03-11T07:26:15.020Z | 311 | | } |
| 456 | 2024-03-11T07:26:15.020Z | | |_________^ |
| 457 | 2024-03-11T07:26:15.021Z | | |
| 458 | 2024-03-11T07:26:15.021Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_match |
| 459 | 2024-03-11T07:26:15.021Z | = note: `#[warn(clippy::single_match)]` on by default |
| 460 | 2024-03-11T07:26:15.021Z | help: try |
| 461 | 2024-03-11T07:26:15.021Z | | |
| 462 | 2024-03-11T07:26:15.021Z | 306 ~ if let Self::UnsupportedEtherType { ether_type } = self { |
| 463 | 2024-03-11T07:26:15.021Z | 307 + data[0] = *ether_type as u64; |
| 464 | 2024-03-11T07:26:15.021Z | 308 + } |
| 465 | 2024-03-11T07:26:15.021Z | | |
| 466 | 2024-03-11T07:26:15.021Z | |
| 467 | 2024-03-11T07:26:16.770Z | warning: `to_string` applied to a type that implements `Display` in `writeln!` args |
| 468 | 2024-03-11T07:26:16.770Z | --> lib/opte/src/engine/print.rs:209:22 |
| 469 | 2024-03-11T07:26:16.770Z | | |
| 470 | 2024-03-11T07:26:16.770Z | 209 | flow_id.proto.to_string(), |
| 471 | 2024-03-11T07:26:16.770Z | | ^^^^^^^^^^^^ help: remove this |
| 472 | 2024-03-11T07:26:16.770Z | | |
| 473 | 2024-03-11T07:26:16.770Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args |
| 474 | 2024-03-11T07:26:16.770Z | = note: `#[warn(clippy::to_string_in_format_args)]` on by default |
| 475 | 2024-03-11T07:26:16.770Z | |
| 476 | 2024-03-11T07:26:16.770Z | warning: `to_string` applied to a type that implements `Display` in `writeln!` args |
| 477 | 2024-03-11T07:26:16.770Z | --> lib/opte/src/engine/print.rs:210:23 |
| 478 | 2024-03-11T07:26:16.771Z | | |
| 479 | 2024-03-11T07:26:16.771Z | 210 | flow_id.src_ip.to_string(), |
| 480 | 2024-03-11T07:26:16.771Z | | ^^^^^^^^^^^^ help: remove this |
| 481 | 2024-03-11T07:26:16.771Z | | |
| 482 | 2024-03-11T07:26:16.771Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args |
| 483 | 2024-03-11T07:26:16.771Z | |
| 484 | 2024-03-11T07:26:16.771Z | warning: `to_string` applied to a type that implements `Display` in `writeln!` args |
| 485 | 2024-03-11T07:26:16.771Z | --> lib/opte/src/engine/print.rs:212:23 |
| 486 | 2024-03-11T07:26:16.771Z | | |
| 487 | 2024-03-11T07:26:16.771Z | 212 | flow_id.dst_ip.to_string(), |
| 488 | 2024-03-11T07:26:16.771Z | | ^^^^^^^^^^^^ help: remove this |
| 489 | 2024-03-11T07:26:16.771Z | | |
| 490 | 2024-03-11T07:26:16.771Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args |
| 491 | 2024-03-11T07:26:16.771Z | |
| 492 | 2024-03-11T07:26:16.776Z | warning: `to_string` applied to a type that implements `Display` in `writeln!` args |
| 493 | 2024-03-11T07:26:16.776Z | --> lib/opte/src/engine/print.rs:236:22 |
| 494 | 2024-03-11T07:26:16.776Z | | |
| 495 | 2024-03-11T07:26:16.776Z | 236 | flow_id.proto.to_string(), |
| 496 | 2024-03-11T07:26:16.776Z | | ^^^^^^^^^^^^ help: remove this |
| 497 | 2024-03-11T07:26:16.776Z | | |
| 498 | 2024-03-11T07:26:16.776Z | = 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:16.776Z | |
| 500 | 2024-03-11T07:26:16.777Z | warning: `to_string` applied to a type that implements `Display` in `writeln!` args |
| 501 | 2024-03-11T07:26:16.777Z | --> lib/opte/src/engine/print.rs:237:23 |
| 502 | 2024-03-11T07:26:16.777Z | | |
| 503 | 2024-03-11T07:26:16.777Z | 237 | flow_id.src_ip.to_string(), |
| 504 | 2024-03-11T07:26:16.777Z | | ^^^^^^^^^^^^ help: remove this |
| 505 | 2024-03-11T07:26:16.777Z | | |
| 506 | 2024-03-11T07:26:16.777Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args |
| 507 | 2024-03-11T07:26:16.777Z | |
| 508 | 2024-03-11T07:26:16.777Z | warning: `to_string` applied to a type that implements `Display` in `writeln!` args |
| 509 | 2024-03-11T07:26:16.777Z | --> lib/opte/src/engine/print.rs:239:23 |
| 510 | 2024-03-11T07:26:16.777Z | | |
| 511 | 2024-03-11T07:26:16.777Z | 239 | flow_id.dst_ip.to_string(), |
| 512 | 2024-03-11T07:26:16.777Z | | ^^^^^^^^^^^^ help: remove this |
| 513 | 2024-03-11T07:26:16.777Z | | |
| 514 | 2024-03-11T07:26:16.777Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args |
| 515 | 2024-03-11T07:26:16.777Z | |
| 516 | 2024-03-11T07:26:16.777Z | warning: `to_string` applied to a type that implements `Display` in `writeln!` args |
| 517 | 2024-03-11T07:26:16.777Z | --> lib/opte/src/engine/print.rs:274:34 |
| 518 | 2024-03-11T07:26:16.777Z | | |
| 519 | 2024-03-11T07:26:16.777Z | 274 | entry.tcp_state.tcp_state.to_string(), |
| 520 | 2024-03-11T07:26:16.777Z | | ^^^^^^^^^^^^ help: remove this |
| 521 | 2024-03-11T07:26:16.777Z | | |
| 522 | 2024-03-11T07:26:16.777Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args |
| 523 | 2024-03-11T07:26:16.778Z | |
| 524 | 2024-03-11T07:26:17.399Z | warning: `opte` (lib) generated 14 warnings (run `cargo clippy --fix --lib -p opte` to apply 9 suggestions) |
| 525 | 2024-03-11T07:26:21.172Z | warning: used `assert_eq!` with a literal bool |
| 526 | 2024-03-11T07:26:21.172Z | --> lib/opte/src/d_error.rs:271:9 |
| 527 | 2024-03-11T07:26:21.172Z | | |
| 528 | 2024-03-11T07:26:21.172Z | 271 | assert_eq!(block.more, true); |
| 529 | 2024-03-11T07:26:21.172Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 530 | 2024-03-11T07:26:21.173Z | | |
| 531 | 2024-03-11T07:26:21.173Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#bool_assert_comparison |
| 532 | 2024-03-11T07:26:21.173Z | = note: `#[warn(clippy::bool_assert_comparison)]` on by default |
| 533 | 2024-03-11T07:26:21.173Z | help: replace it with `assert!(..)` |
| 534 | 2024-03-11T07:26:21.173Z | | |
| 535 | 2024-03-11T07:26:21.173Z | 271 - assert_eq!(block.more, true); |
| 536 | 2024-03-11T07:26:21.173Z | 271 + assert!(block.more); |
| 537 | 2024-03-11T07:26:21.173Z | | |
| 538 | 2024-03-11T07:26:21.173Z | |
| 539 | 2024-03-11T07:26:22.332Z | warning: this expression creates a reference which is immediately dereferenced by the compiler |
| 540 | 2024-03-11T07:26:22.332Z | --> lib/opte/src/engine/ip6.rs:892:36 |
| 541 | 2024-03-11T07:26:22.332Z | | |
| 542 | 2024-03-11T07:26:22.332Z | 892 | let mut pkt = Packet::copy(&buf); |
| 543 | 2024-03-11T07:26:22.332Z | | ^^^^ help: change this to: `buf` |
| 544 | 2024-03-11T07:26:22.332Z | | |
| 545 | 2024-03-11T07:26:22.332Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow |
| 546 | 2024-03-11T07:26:22.332Z | = note: `#[warn(clippy::needless_borrow)]` on by default |
| 547 | 2024-03-11T07:26:22.332Z | |
| 548 | 2024-03-11T07:26:23.795Z | warning: `opte` (lib test) generated 16 warnings (14 duplicates) (run `cargo clippy --fix --lib -p opte --tests` to apply 2 suggestions) |
| 549 | 2024-03-11T07:26:23.795Z | Finished dev [unoptimized + debuginfo] target(s) in 32.90s |
| 550 | 2024-03-11T07:26:23.816Z | |
| 551 | 2024-03-11T07:26:23.820Z | real 33.055264573 |
| 552 | 2024-03-11T07:26:23.820Z | user 1:31.217944073 |
| 553 | 2024-03-11T07:26:23.820Z | sys 21.619597018 |
| 554 | 2024-03-11T07:26:23.820Z | trap 0.034847273 |
| 555 | 2024-03-11T07:26:23.820Z | tflt 0.236689736 |
| 556 | 2024-03-11T07:26:23.820Z | dflt 0.829310144 |
| 557 | 2024-03-11T07:26:23.820Z | kflt 0.000028556 |
| 558 | 2024-03-11T07:26:23.820Z | lock 2:45.247262027 |
| 559 | 2024-03-11T07:26:23.820Z | slp 4:13.154592828 |
| 560 | 2024-03-11T07:26:23.820Z | lat 3.582857564 |
| 561 | 2024-03-11T07:26:23.820Z | stop 4.006643440 |
| 562 | 2024-03-11T07:26:23.820Z | + header 'analyze no_std + engine + kernel' |
| 563 | 2024-03-11T07:26:23.821Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 564 | 2024-03-11T07:26:23.821Z | # ==== analyze no_std + engine + kernel ==== # |
| 565 | 2024-03-11T07:26:23.821Z | + ptime -m cargo +nightly-2024-02-06 clippy --no-default-features --features engine,kernel |
| 566 | 2024-03-11T07:26:24.102Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 567 | 2024-03-11T07:26:24.102Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 568 | 2024-03-11T07:26:24.108Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 569 | 2024-03-11T07:26:24.108Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 570 | 2024-03-11T07:26:24.279Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 571 | 2024-03-11T07:26:24.288Z | warning: useless conversion to the same type: `proc_macro2::TokenStream` |
| 572 | 2024-03-11T07:26:24.288Z | --> crates/derror-macro/src/lib.rs:62:26 |
| 573 | 2024-03-11T07:26:24.288Z | | |
| 574 | 2024-03-11T07:26:24.288Z | 62 | Err(e) => return TokenStream::from(e.write_errors()).into(), |
| 575 | 2024-03-11T07:26:24.289Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `TokenStream::from()`: `e.write_errors()` |
| 576 | 2024-03-11T07:26:24.289Z | | |
| 577 | 2024-03-11T07:26:24.289Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion |
| 578 | 2024-03-11T07:26:24.289Z | = note: `#[warn(clippy::useless_conversion)]` on by default |
| 579 | 2024-03-11T07:26:24.289Z | |
| 580 | 2024-03-11T07:26:25.006Z | warning: `derror-macro` (lib) generated 1 warning (run `cargo clippy --fix --lib -p derror-macro` to apply 1 suggestion) |
| 581 | 2024-03-11T07:26:28.862Z | warning: you should consider adding a `Default` implementation for `ErrorBlock<L>` |
| 582 | 2024-03-11T07:26:28.862Z | --> lib/opte/src/d_error.rs:71:5 |
| 583 | 2024-03-11T07:26:28.863Z | | |
| 584 | 2024-03-11T07:26:28.863Z | 71 | / pub fn new() -> Self { |
| 585 | 2024-03-11T07:26:28.863Z | 72 | | Self { |
| 586 | 2024-03-11T07:26:28.863Z | 73 | | entries: [EMPTY_STRING.as_ptr(); L], |
| 587 | 2024-03-11T07:26:28.863Z | 74 | | |
| 588 | 2024-03-11T07:26:28.863Z | ... | |
| 589 | 2024-03-11T07:26:28.864Z | 79 | | } |
| 590 | 2024-03-11T07:26:28.864Z | 80 | | } |
| 591 | 2024-03-11T07:26:28.864Z | | |_____^ |
| 592 | 2024-03-11T07:26:28.864Z | | |
| 593 | 2024-03-11T07:26:28.864Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#new_without_default |
| 594 | 2024-03-11T07:26:28.864Z | = note: `#[warn(clippy::new_without_default)]` on by default |
| 595 | 2024-03-11T07:26:28.864Z | help: try adding this |
| 596 | 2024-03-11T07:26:28.864Z | | |
| 597 | 2024-03-11T07:26:28.865Z | 69 + impl<const L: usize> Default for ErrorBlock<L> { |
| 598 | 2024-03-11T07:26:28.865Z | 70 + fn default() -> Self { |
| 599 | 2024-03-11T07:26:28.865Z | 71 + Self::new() |
| 600 | 2024-03-11T07:26:28.865Z | 72 + } |
| 601 | 2024-03-11T07:26:28.865Z | 73 + } |
| 602 | 2024-03-11T07:26:28.865Z | | |
| 603 | 2024-03-11T07:26:28.865Z | |
| 604 | 2024-03-11T07:26:28.878Z | warning: this returns a `Result<_, ()>` |
| 605 | 2024-03-11T07:26:28.878Z | --> lib/opte/src/d_error.rs:97:5 |
| 606 | 2024-03-11T07:26:28.878Z | | |
| 607 | 2024-03-11T07:26:28.878Z | 97 | pub fn append(&mut self, err: &dyn DError) -> Result<(), ()> { |
| 608 | 2024-03-11T07:26:28.878Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 609 | 2024-03-11T07:26:28.878Z | | |
| 610 | 2024-03-11T07:26:28.878Z | = help: use a custom `Error` type instead |
| 611 | 2024-03-11T07:26:28.879Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err |
| 612 | 2024-03-11T07:26:28.879Z | = note: `#[warn(clippy::result_unit_err)]` on by default |
| 613 | 2024-03-11T07:26:28.879Z | |
| 614 | 2024-03-11T07:26:28.879Z | warning: this returns a `Result<_, ()>` |
| 615 | 2024-03-11T07:26:28.879Z | --> lib/opte/src/d_error.rs:111:5 |
| 616 | 2024-03-11T07:26:28.879Z | | |
| 617 | 2024-03-11T07:26:28.879Z | 111 | pub fn append_name(&mut self, err: &dyn DError) -> Result<(), ()> { |
| 618 | 2024-03-11T07:26:28.879Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 619 | 2024-03-11T07:26:28.879Z | | |
| 620 | 2024-03-11T07:26:28.879Z | = help: use a custom `Error` type instead |
| 621 | 2024-03-11T07:26:28.879Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err |
| 622 | 2024-03-11T07:26:28.879Z | |
| 623 | 2024-03-11T07:26:28.880Z | warning: this returns a `Result<_, ()>` |
| 624 | 2024-03-11T07:26:28.880Z | --> lib/opte/src/d_error.rs:126:5 |
| 625 | 2024-03-11T07:26:28.880Z | | |
| 626 | 2024-03-11T07:26:28.880Z | 126 | / pub unsafe fn append_name_raw<'a, 'b: 'a>( |
| 627 | 2024-03-11T07:26:28.880Z | 127 | | &'a mut self, |
| 628 | 2024-03-11T07:26:28.880Z | 128 | | err: &'b CStr, |
| 629 | 2024-03-11T07:26:28.880Z | 129 | | ) -> Result<(), ()> { |
| 630 | 2024-03-11T07:26:28.880Z | | |_______________________^ |
| 631 | 2024-03-11T07:26:28.880Z | | |
| 632 | 2024-03-11T07:26:28.880Z | = help: use a custom `Error` type instead |
| 633 | 2024-03-11T07:26:28.881Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err |
| 634 | 2024-03-11T07:26:28.881Z | |
| 635 | 2024-03-11T07:26:28.881Z | warning: unsafe function's docs miss `# Safety` section |
| 636 | 2024-03-11T07:26:28.881Z | --> lib/opte/src/d_error.rs:126:5 |
| 637 | 2024-03-11T07:26:28.881Z | | |
| 638 | 2024-03-11T07:26:28.881Z | 126 | / pub unsafe fn append_name_raw<'a, 'b: 'a>( |
| 639 | 2024-03-11T07:26:28.881Z | 127 | | &'a mut self, |
| 640 | 2024-03-11T07:26:28.881Z | 128 | | err: &'b CStr, |
| 641 | 2024-03-11T07:26:28.881Z | 129 | | ) -> Result<(), ()> { |
| 642 | 2024-03-11T07:26:28.881Z | | |_______________________^ |
| 643 | 2024-03-11T07:26:28.881Z | | |
| 644 | 2024-03-11T07:26:28.882Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc |
| 645 | 2024-03-11T07:26:28.882Z | = note: `#[warn(clippy::missing_safety_doc)]` on by default |
| 646 | 2024-03-11T07:26:28.882Z | |
| 647 | 2024-03-11T07:26:28.882Z | warning: the following explicit lifetimes could be elided: 'a |
| 648 | 2024-03-11T07:26:28.882Z | --> lib/opte/src/d_error.rs:152:20 |
| 649 | 2024-03-11T07:26:28.882Z | | |
| 650 | 2024-03-11T07:26:28.882Z | 152 | pub fn entries<'a>(&'a self) -> ErrorBlockIter<'a, L> { |
| 651 | 2024-03-11T07:26:28.882Z | | ^^ ^^ ^^ |
| 652 | 2024-03-11T07:26:28.882Z | | |
| 653 | 2024-03-11T07:26:28.882Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes |
| 654 | 2024-03-11T07:26:28.882Z | = note: `#[warn(clippy::needless_lifetimes)]` on by default |
| 655 | 2024-03-11T07:26:28.883Z | help: elide the lifetimes |
| 656 | 2024-03-11T07:26:28.883Z | | |
| 657 | 2024-03-11T07:26:28.883Z | 152 - pub fn entries<'a>(&'a self) -> ErrorBlockIter<'a, L> { |
| 658 | 2024-03-11T07:26:28.883Z | 152 + pub fn entries(&self) -> ErrorBlockIter<'_, L> { |
| 659 | 2024-03-11T07:26:28.883Z | | |
| 660 | 2024-03-11T07:26:28.883Z | |
| 661 | 2024-03-11T07:26:29.202Z | warning: you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let` |
| 662 | 2024-03-11T07:26:29.202Z | --> lib/opte/src/engine/ether.rs:306:9 |
| 663 | 2024-03-11T07:26:29.202Z | | |
| 664 | 2024-03-11T07:26:29.202Z | 306 | / match self { |
| 665 | 2024-03-11T07:26:29.203Z | 307 | | Self::UnsupportedEtherType { ether_type } => { |
| 666 | 2024-03-11T07:26:29.203Z | 308 | | data[0] = *ether_type as u64; |
| 667 | 2024-03-11T07:26:29.203Z | 309 | | } |
| 668 | 2024-03-11T07:26:29.203Z | 310 | | _ => {} |
| 669 | 2024-03-11T07:26:29.203Z | 311 | | } |
| 670 | 2024-03-11T07:26:29.203Z | | |_________^ |
| 671 | 2024-03-11T07:26:29.203Z | | |
| 672 | 2024-03-11T07:26:29.214Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_match |
| 673 | 2024-03-11T07:26:29.214Z | = note: `#[warn(clippy::single_match)]` on by default |
| 674 | 2024-03-11T07:26:29.214Z | help: try |
| 675 | 2024-03-11T07:26:29.214Z | | |
| 676 | 2024-03-11T07:26:29.214Z | 306 ~ if let Self::UnsupportedEtherType { ether_type } = self { |
| 677 | 2024-03-11T07:26:29.214Z | 307 + data[0] = *ether_type as u64; |
| 678 | 2024-03-11T07:26:29.215Z | 308 + } |
| 679 | 2024-03-11T07:26:29.215Z | | |
| 680 | 2024-03-11T07:26:29.215Z | |
| 681 | 2024-03-11T07:26:31.486Z | warning: `opte` (lib) generated 7 warnings (run `cargo clippy --fix --lib -p opte` to apply 2 suggestions) |
| 682 | 2024-03-11T07:26:31.486Z | Finished dev [unoptimized + debuginfo] target(s) in 7.58s |
| 683 | 2024-03-11T07:26:31.506Z | |
| 684 | 2024-03-11T07:26:31.506Z | real 7.683393406 |
| 685 | 2024-03-11T07:26:31.506Z | user 8.280954043 |
| 686 | 2024-03-11T07:26:31.510Z | sys 1.642697528 |
| 687 | 2024-03-11T07:26:31.510Z | trap 0.001425808 |
| 688 | 2024-03-11T07:26:31.510Z | tflt 0.009417014 |
| 689 | 2024-03-11T07:26:31.510Z | dflt 0.021862954 |
| 690 | 2024-03-11T07:26:31.510Z | kflt 0.000010669 |
| 691 | 2024-03-11T07:26:31.510Z | lock 20.360694897 |
| 692 | 2024-03-11T07:26:31.510Z | slp 28.661919321 |
| 693 | 2024-03-11T07:26:31.510Z | lat 0.046128320 |
| 694 | 2024-03-11T07:26:31.511Z | stop 0.129633517 |
| 695 | 2024-03-11T07:26:31.511Z | + header test |
| 696 | 2024-03-11T07:26:31.511Z | + echo '# ==== test ==== #' |
| 697 | 2024-03-11T07:26:31.511Z | # ==== test ==== # |
| 698 | 2024-03-11T07:26:31.511Z | + ptime -m cargo test |
| 699 | 2024-03-11T07:26:31.764Z | Compiling unicode-ident v1.0.12 |
| 700 | 2024-03-11T07:26:31.764Z | Compiling byteorder v1.5.0 |
| 701 | 2024-03-11T07:26:31.768Z | Compiling memchr v2.7.1 |
| 702 | 2024-03-11T07:26:31.768Z | Compiling ucd-trie v0.1.6 |
| 703 | 2024-03-11T07:26:31.768Z | Compiling ryu v1.0.17 |
| 704 | 2024-03-11T07:26:31.772Z | Compiling itoa v1.0.10 |
| 705 | 2024-03-11T07:26:31.781Z | Compiling libc v0.2.153 |
| 706 | 2024-03-11T07:26:31.789Z | Compiling plain v0.2.3 |
| 707 | 2024-03-11T07:26:31.911Z | Compiling proc-macro2 v1.0.78 |
| 708 | 2024-03-11T07:26:31.918Z | Compiling log v0.4.21 |
| 709 | 2024-03-11T07:26:31.964Z | Compiling cfg-if v1.0.0 |
| 710 | 2024-03-11T07:26:32.035Z | Compiling pretty-hex v0.4.1 |
| 711 | 2024-03-11T07:26:32.114Z | Compiling stable_deref_trait v1.2.0 |
| 712 | 2024-03-11T07:26:32.193Z | Compiling hash32 v0.3.1 |
| 713 | 2024-03-11T07:26:32.198Z | Compiling embedded-io v0.4.0 |
| 714 | 2024-03-11T07:26:32.216Z | Compiling bitflags v1.3.2 |
| 715 | 2024-03-11T07:26:32.295Z | Compiling managed v0.8.0 |
| 716 | 2024-03-11T07:26:32.324Z | Compiling cobs v0.2.3 |
| 717 | 2024-03-11T07:26:32.388Z | Compiling heapless v0.8.0 |
| 718 | 2024-03-11T07:26:32.421Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 719 | 2024-03-11T07:26:32.513Z | Compiling thread-id v4.2.1 |
| 720 | 2024-03-11T07:26:32.566Z | Compiling memmap v0.7.0 |
| 721 | 2024-03-11T07:26:32.596Z | Compiling either v1.10.0 |
| 722 | 2024-03-11T07:26:32.612Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 723 | 2024-03-11T07:26:32.689Z | Compiling quote v1.0.35 |
| 724 | 2024-03-11T07:26:32.771Z | Compiling ipnetwork v0.20.0 |
| 725 | 2024-03-11T07:26:32.775Z | Compiling unicode-width v0.1.11 |
| 726 | 2024-03-11T07:26:32.912Z | Compiling tabwriter v1.4.0 |
| 727 | 2024-03-11T07:26:32.964Z | Compiling itertools v0.12.1 |
| 728 | 2024-03-11T07:26:32.969Z | Compiling crc32fast v1.4.0 |
| 729 | 2024-03-11T07:26:33.236Z | Compiling syn v2.0.52 |
| 730 | 2024-03-11T07:26:33.358Z | Compiling dyn-clone v1.0.17 |
| 731 | 2024-03-11T07:26:33.442Z | Compiling smoltcp v0.11.0 |
| 732 | 2024-03-11T07:26:36.979Z | Compiling darling_core v0.20.8 |
| 733 | 2024-03-11T07:26:40.233Z | Compiling serde_derive v1.0.197 |
| 734 | 2024-03-11T07:26:40.233Z | Compiling thiserror-impl v1.0.57 |
| 735 | 2024-03-11T07:26:40.239Z | Compiling zerocopy-derive v0.7.32 |
| 736 | 2024-03-11T07:26:40.239Z | Compiling scroll_derive v0.12.0 |
| 737 | 2024-03-11T07:26:40.239Z | Compiling darling_macro v0.20.8 |
| 738 | 2024-03-11T07:26:40.239Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 739 | 2024-03-11T07:26:41.512Z | Compiling darling v0.20.8 |
| 740 | 2024-03-11T07:26:41.605Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 741 | 2024-03-11T07:26:41.706Z | Compiling scroll v0.12.0 |
| 742 | 2024-03-11T07:26:42.065Z | Compiling goblin v0.8.0 |
| 743 | 2024-03-11T07:26:42.190Z | Compiling zerocopy v0.7.32 |
| 744 | 2024-03-11T07:26:42.570Z | Compiling thiserror v1.0.57 |
| 745 | 2024-03-11T07:26:42.641Z | Compiling pest v2.7.8 |
| 746 | 2024-03-11T07:26:44.403Z | Compiling pest_meta v2.7.8 |
| 747 | 2024-03-11T07:26:45.065Z | Compiling serde v1.0.197 |
| 748 | 2024-03-11T07:26:45.229Z | Compiling pest_generator v2.7.8 |
| 749 | 2024-03-11T07:26:46.517Z | Compiling pest_derive v2.7.8 |
| 750 | 2024-03-11T07:26:47.605Z | Compiling dtrace-parser v0.2.0 |
| 751 | 2024-03-11T07:26:49.810Z | Compiling serde_json v1.0.114 |
| 752 | 2024-03-11T07:26:49.810Z | Compiling serde_tokenstream v0.2.0 |
| 753 | 2024-03-11T07:26:49.906Z | Compiling postcard v1.0.8 |
| 754 | 2024-03-11T07:26:50.441Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 755 | 2024-03-11T07:26:50.993Z | Compiling dof v0.3.0 |
| 756 | 2024-03-11T07:26:51.484Z | Compiling usdt-impl v0.5.0 |
| 757 | 2024-03-11T07:26:52.517Z | Compiling usdt-attr-macro v0.5.0 |
| 758 | 2024-03-11T07:26:52.517Z | Compiling usdt-macro v0.5.0 |
| 759 | 2024-03-11T07:26:53.816Z | Compiling usdt v0.5.0 |
| 760 | 2024-03-11T07:27:08.663Z | Finished test [unoptimized + debuginfo] target(s) in 37.09s |
| 761 | 2024-03-11T07:27:08.673Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-be4677cd5369b98d) |
| 762 | 2024-03-11T07:27:08.683Z | |
| 763 | 2024-03-11T07:27:08.683Z | running 84 tests |
| 764 | 2024-03-11T07:27:08.689Z | test d_error::tests::name_truncation ... ok |
| 765 | 2024-03-11T07:27:08.689Z | test d_error::tests::name_and_data_storage ... ok |
| 766 | 2024-03-11T07:27:08.689Z | test ddi::time::test::good_interval ... ok |
| 767 | 2024-03-11T07:27:08.689Z | test engine::dhcp::test::hostname_encode ... ok |
| 768 | 2024-03-11T07:27:08.689Z | test engine::dhcp::test::offlink_encode ... ok |
| 769 | 2024-03-11T07:27:08.689Z | test engine::dhcp::test::domainname_encode ... ok |
| 770 | 2024-03-11T07:27:08.689Z | test ddi::time::test::bad_interval - should panic ... ok |
| 771 | 2024-03-11T07:27:08.689Z | test engine::dhcp::test::domain_search_option_encode ... ok |
| 772 | 2024-03-11T07:27:08.689Z | test engine::dhcp::test::rfc3442_encode ... ok |
| 773 | 2024-03-11T07:27:08.689Z | test engine::dhcpv6::options::test::test_dns_servers ... ok |
| 774 | 2024-03-11T07:27:08.689Z | test engine::dhcpv6::options::test::test_elapsed_time ... ok |
| 775 | 2024-03-11T07:27:08.689Z | test engine::dhcpv6::options::test::test_client_id ... ok |
| 776 | 2024-03-11T07:27:08.689Z | test engine::dhcpv6::options::test::test_domain_list_from_slice ... ok |
| 777 | 2024-03-11T07:27:08.689Z | test engine::dhcpv6::options::test::test_parse_snooped_iana ... ok |
| 778 | 2024-03-11T07:27:08.689Z | test engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok |
| 779 | 2024-03-11T07:27:08.689Z | test engine::dhcpv6::options::test::test_iana ... ok |
| 780 | 2024-03-11T07:27:08.689Z | test engine::dhcpv6::options::test::test_option_request ... ok |
| 781 | 2024-03-11T07:27:08.689Z | test engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok |
| 782 | 2024-03-11T07:27:08.689Z | test engine::dhcpv6::options::test::test_iata ... ok |
| 783 | 2024-03-11T07:27:08.690Z | test engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok |
| 784 | 2024-03-11T07:27:08.690Z | test engine::dhcpv6::options::test::test_rapid_commit ... ok |
| 785 | 2024-03-11T07:27:08.690Z | test engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok |
| 786 | 2024-03-11T07:27:08.690Z | test engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok |
| 787 | 2024-03-11T07:27:08.690Z | test engine::dhcpv6::test::test_duid_from_mac ... ok |
| 788 | 2024-03-11T07:27:08.690Z | test engine::dhcpv6::options::test::test_server_id ... ok |
| 789 | 2024-03-11T07:27:08.690Z | test engine::dhcpv6::options::test::test_status ... ok |
| 790 | 2024-03-11T07:27:08.690Z | test engine::ether::test::emit ... ok |
| 791 | 2024-03-11T07:27:08.690Z | test engine::geneve::test::bad_opt_len_fails ... ok |
| 792 | 2024-03-11T07:27:08.690Z | test engine::dhcpv6::options::test::test_sntp_servers ... ok |
| 793 | 2024-03-11T07:27:08.690Z | test engine::geneve::test::emit_no_opts ... ok |
| 794 | 2024-03-11T07:27:08.690Z | test engine::geneve::test::unknown_crit_option_fails ... ok |
| 795 | 2024-03-11T07:27:08.690Z | test engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok |
| 796 | 2024-03-11T07:27:08.690Z | test engine::geneve::test::emit_external_opt ... ok |
| 797 | 2024-03-11T07:27:08.690Z | test engine::icmp::v4::test::icmp4_body_csum_equals_body ... ok |
| 798 | 2024-03-11T07:27:08.690Z | test engine::flow_table::test::flow_expired ... ok |
| 799 | 2024-03-11T07:27:08.690Z | test engine::geneve::test::parse_single_opt ... ok |
| 800 | 2024-03-11T07:27:08.690Z | test engine::ip4::cidr_match ... ok |
| 801 | 2024-03-11T07:27:08.690Z | test engine::flow_table::test::flow_clear ... ok |
| 802 | 2024-03-11T07:27:08.690Z | test engine::ip4::match_check ... ok |
| 803 | 2024-03-11T07:27:08.690Z | test engine::geneve::test::parse_multi_opt ... ok |
| 804 | 2024-03-11T07:27:08.690Z | test engine::ip6::test::emit ... ok |
| 805 | 2024-03-11T07:27:08.690Z | test engine::ip6::test::from_pairs ... ok |
| 806 | 2024-03-11T07:27:08.691Z | test engine::ip6::test::bad_ipv6_version_caught ... ok |
| 807 | 2024-03-11T07:27:08.691Z | test engine::ip6::test::test_ip6_meta_total_len ... ok |
| 808 | 2024-03-11T07:27:08.691Z | test engine::ip4::test::emit ... ok |
| 809 | 2024-03-11T07:27:08.691Z | test engine::ip6::test::test_ipv6_cidr_match_prefix ... ok |
| 810 | 2024-03-11T07:27:08.691Z | test engine::ip6::test::test_ipv6_addr_match_exact ... ok |
| 811 | 2024-03-11T07:27:08.691Z | test engine::ip6::test::test_set_total_len ... ok |
| 812 | 2024-03-11T07:27:08.691Z | test engine::ip6::test::too_many_exts_are_parse_error ... ok |
| 813 | 2024-03-11T07:27:08.691Z | test engine::packet::test::expand_and_shrink ... ok |
| 814 | 2024-03-11T07:27:08.696Z | test engine::packet::test::not_enough_bytes_read ... ok |
| 815 | 2024-03-11T07:27:08.696Z | test engine::packet::test::prefix_len ... ok |
| 816 | 2024-03-11T07:27:08.696Z | test engine::layer::test::find_rule ... ok |
| 817 | 2024-03-11T07:27:08.696Z | test engine::ip6::test::test_extension_header_lengths_ok ... ok |
| 818 | 2024-03-11T07:27:08.696Z | test engine::nat::test::nat4_rewrite ... ok |
| 819 | 2024-03-11T07:27:08.696Z | test engine::packet::test::seg_writer ... ok |
| 820 | 2024-03-11T07:27:08.696Z | test engine::packet::test::slice_mut_unchecked_bad_offset - should panic ... ok |
| 821 | 2024-03-11T07:27:08.696Z | test engine::packet::test::slice_mut_unchecked_bad_len - should panic ... ok |
| 822 | 2024-03-11T07:27:08.696Z | test engine::packet::test::slice_unchecked_bad_len - should panic ... ok |
| 823 | 2024-03-11T07:27:08.696Z | test engine::packet::test::read_single_segment ... ok |
| 824 | 2024-03-11T07:27:08.696Z | test engine::packet::test::slice_mut_unchecked_zero ... ok |
| 825 | 2024-03-11T07:27:08.696Z | test engine::packet::test::parse_ipv6_extension_headers_ok ... ok |
| 826 | 2024-03-11T07:27:08.697Z | test engine::packet::test::read_seg ... ok |
| 827 | 2024-03-11T07:27:08.697Z | test engine::packet::test::slice_unchecked_bad_offset - should panic ... ok |
| 828 | 2024-03-11T07:27:08.697Z | test engine::packet::test::slice_unchecked_zero ... ok |
| 829 | 2024-03-11T07:27:08.697Z | test engine::packet::test::straddled_tcp ... ok |
| 830 | 2024-03-11T07:27:08.697Z | test engine::packet::test::udp6_packet_with_padding ... ok |
| 831 | 2024-03-11T07:27:08.697Z | test engine::packet::test::test_long_packet_continuation ... ok |
| 832 | 2024-03-11T07:27:08.697Z | test engine::packet::test::small_packet_with_padding ... ok |
| 833 | 2024-03-11T07:27:08.697Z | test engine::packet::test::write_and_read_multi_segment ... ok |
| 834 | 2024-03-11T07:27:08.697Z | test engine::packet::test::uninitialized_packet ... ok |
| 835 | 2024-03-11T07:27:08.697Z | test engine::packet::test::wrap ... ok |
| 836 | 2024-03-11T07:27:08.697Z | test engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok |
| 837 | 2024-03-11T07:27:08.697Z | test engine::packet::test::zero_byte_packet ... ok |
| 838 | 2024-03-11T07:27:08.697Z | test engine::tcp::test::emit_opts ... ok |
| 839 | 2024-03-11T07:27:08.697Z | test engine::tcp::test::parse_max_opts ... ok |
| 840 | 2024-03-11T07:27:08.697Z | test engine::rule::rule_matching ... ok |
| 841 | 2024-03-11T07:27:08.697Z | test engine::tcp::test::parse_no_opts ... ok |
| 842 | 2024-03-11T07:27:08.697Z | test engine::tcp::test::emit_no_opts ... ok |
| 843 | 2024-03-11T07:27:08.697Z | test engine::snat::test::snat4_desc_lifecycle ... ok |
| 844 | 2024-03-11T07:27:08.697Z | test engine::snat::test::nat_mappings ... ok |
| 845 | 2024-03-11T07:27:08.697Z | test engine::tcp::test::parse_opts_truncated ... ok |
| 846 | 2024-03-11T07:27:08.697Z | test engine::udp::test::emit ... ok |
| 847 | 2024-03-11T07:27:08.697Z | test engine::snat::test::test_nat_pool_different_ip_types ... ok |
| 848 | 2024-03-11T07:27:08.697Z | |
| 849 | 2024-03-11T07:27:08.697Z | test result: ok. 84 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 850 | 2024-03-11T07:27:08.698Z | |
| 851 | 2024-03-11T07:27:08.698Z | Doc-tests opte |
| 852 | 2024-03-11T07:27:09.516Z | |
| 853 | 2024-03-11T07:27:09.516Z | running 3 tests |
| 854 | 2024-03-11T07:27:09.520Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 56) ... ignored |
| 855 | 2024-03-11T07:27:11.207Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 41) ... ok |
| 856 | 2024-03-11T07:27:11.213Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 85) ... ok |
| 857 | 2024-03-11T07:27:11.213Z | |
| 858 | 2024-03-11T07:27:11.217Z | test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.70s |
| 859 | 2024-03-11T07:27:11.217Z | |
| 860 | 2024-03-11T07:27:11.245Z | |
| 861 | 2024-03-11T07:27:11.249Z | real 39.723041144 |
| 862 | 2024-03-11T07:27:11.249Z | user 1:53.874582783 |
| 863 | 2024-03-11T07:27:11.249Z | sys 24.663569710 |
| 864 | 2024-03-11T07:27:11.249Z | trap 0.044087936 |
| 865 | 2024-03-11T07:27:11.250Z | tflt 0.216106836 |
| 866 | 2024-03-11T07:27:11.250Z | dflt 0.971478397 |
| 867 | 2024-03-11T07:27:11.250Z | kflt 0.000091917 |
| 868 | 2024-03-11T07:27:11.250Z | lock 3:38.504977067 |
| 869 | 2024-03-11T07:27:11.250Z | slp 4:08.091902187 |
| 870 | 2024-03-11T07:27:11.250Z | lat 2.629987923 |
| 871 | 2024-03-11T07:27:11.250Z | stop 2.680213351 |
| 872 | 2024-03-11T07:27:11.250Z | process exited: duration 155717 ms, exit code 0 |
| |
| 873 | 2024-03-11T07:27:11.261Z | found 0 output files |