|
|
|
| 1 | 2025-05-08T20:59:09.172Z | job assigned to worker 01JTRV20WE1M9HVR2TKS90YPS2 [factory aws, i-0025d16630b117a0c] (queued for 1 m 2 s) |
| |
| 2 | 2025-05-08T20:59:17.158Z | starting task 0: "setup" |
| 3 | 2025-05-08T20:59:17.163Z | ++ uname -s |
| 4 | 2025-05-08T20:59:17.167Z | + kern=SunOS |
| 5 | 2025-05-08T20:59:17.167Z | + build_user=build |
| 6 | 2025-05-08T20:59:17.167Z | + build_uid=12345 |
| 7 | 2025-05-08T20:59:17.167Z | + work_dir=/work |
| 8 | 2025-05-08T20:59:17.167Z | + input_dir=/input |
| 9 | 2025-05-08T20:59:17.168Z | + [[ 0 == 12345 ]] |
| 10 | 2025-05-08T20:59:17.168Z | + case "$kern" in |
| 11 | 2025-05-08T20:59:17.168Z | + groupadd -g 12345 build |
| 12 | 2025-05-08T20:59:17.171Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-05-08T20:59:19.177Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-05-08T20:59:19.291Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-05-08T20:59:19.295Z | + home_fs=zfs |
| 16 | 2025-05-08T20:59:19.295Z | + [[ zfs == autofs ]] |
| 17 | 2025-05-08T20:59:19.295Z | + mkdir -p /home/build |
| 18 | 2025-05-08T20:59:19.298Z | + chown build:build /home/build /work |
| 19 | 2025-05-08T20:59:21.299Z | + chmod 0700 /home/build /work |
| 20 | 2025-05-08T20:59:21.302Z | process exited: duration 4145 ms, exit code 0 |
| |
| 21 | 2025-05-08T20:59:21.309Z | starting task 1: "rust-toolchain" |
| 22 | 2025-05-08T20:59:21.319Z | + printf ' * rust toolchain channel = "%s"\n' 1.86.0 |
| 23 | 2025-05-08T20:59:21.319Z | * rust toolchain channel = "1.86.0" |
| 24 | 2025-05-08T20:59:21.319Z | * rust toolchain profile = "default" |
| 25 | 2025-05-08T20:59:21.319Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2025-05-08T20:59:21.319Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-05-08T20:59:21.319Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-05-08T20:59:21.319Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-05-08T20:59:21.319Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.86.0 --profile default |
| 30 | 2025-05-08T20:59:21.435Z | info: downloading installer |
| 31 | 2025-05-08T20:59:23.134Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-05-08T20:59:23.134Z | warn: /opt/ooce/bin |
| 33 | 2025-05-08T20:59:23.134Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-05-08T20:59:23.134Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-05-08T20:59:23.134Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-05-08T20:59:23.134Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-05-08T20:59:23.134Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-05-08T20:59:23.135Z | error: cannot install while Rust is installed |
| 39 | 2025-05-08T20:59:23.135Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-05-08T20:59:23.148Z | info: profile set to 'default' |
| 41 | 2025-05-08T20:59:23.148Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-05-08T20:59:23.151Z | info: syncing channel updates for '1.86.0-x86_64-unknown-illumos' |
| 43 | 2025-05-08T20:59:23.310Z | info: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31) |
| 44 | 2025-05-08T20:59:23.310Z | info: downloading component 'cargo' |
| 45 | 2025-05-08T20:59:24.095Z | info: downloading component 'clippy' |
| 46 | 2025-05-08T20:59:24.540Z | info: downloading component 'rust-docs' |
| 47 | 2025-05-08T20:59:26.107Z | info: downloading component 'rust-std' |
| 48 | 2025-05-08T20:59:28.292Z | info: downloading component 'rustc' |
| 49 | 2025-05-08T20:59:34.463Z | info: downloading component 'rustfmt' |
| 50 | 2025-05-08T20:59:34.703Z | info: installing component 'cargo' |
| 51 | 2025-05-08T20:59:35.536Z | info: installing component 'clippy' |
| 52 | 2025-05-08T20:59:35.920Z | info: installing component 'rust-docs' |
| 53 | 2025-05-08T20:59:37.783Z | info: installing component 'rust-std' |
| 54 | 2025-05-08T20:59:39.528Z | info: installing component 'rustc' |
| 55 | 2025-05-08T20:59:45.884Z | info: installing component 'rustfmt' |
| 56 | 2025-05-08T20:59:46.214Z | info: default toolchain set to '1.86.0-x86_64-unknown-illumos' |
| 57 | 2025-05-08T20:59:46.214Z | |
| 58 | 2025-05-08T20:59:46.628Z | 1.86.0-x86_64-unknown-illumos installed - rustc 1.86.0 (05f9846f8 2025-03-31) |
| 59 | 2025-05-08T20:59:46.628Z | |
| 60 | 2025-05-08T20:59:46.632Z | |
| 61 | 2025-05-08T20:59:46.632Z | Rust is installed now. Great! |
| 62 | 2025-05-08T20:59:46.632Z | |
| 63 | 2025-05-08T20:59:46.632Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-05-08T20:59:46.632Z | environment variable. This has not been done automatically. |
| 65 | 2025-05-08T20:59:46.632Z | |
| 66 | 2025-05-08T20:59:46.632Z | To configure your current shell, you need to source |
| 67 | 2025-05-08T20:59:46.632Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-05-08T20:59:46.632Z | |
| 69 | 2025-05-08T20:59:46.632Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-05-08T20:59:46.632Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-05-08T20:59:46.632Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-05-08T20:59:46.632Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-05-08T20:59:46.717Z | + rustup --version |
| 74 | 2025-05-08T20:59:46.729Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-05-08T20:59:46.732Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-05-08T20:59:46.807Z | info: The currently active `rustc` version is `rustc 1.86.0 (05f9846f8 2025-03-31)` |
| 77 | 2025-05-08T20:59:46.811Z | + cargo --version |
| 78 | 2025-05-08T20:59:46.874Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
| 79 | 2025-05-08T20:59:46.878Z | + rustc --version |
| 80 | 2025-05-08T20:59:46.943Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
| 81 | 2025-05-08T20:59:46.947Z | process exited: duration 25635 ms, exit code 0 |
| |
| 82 | 2025-05-08T20:59:46.954Z | starting task 2: "authentication" |
| 83 | 2025-05-08T20:59:46.977Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2025-05-08T20:59:46.984Z | starting task 3: "clone repository" |
| 85 | 2025-05-08T20:59:46.989Z | + mkdir -p /work/oxidecomputer/opte |
| 86 | 2025-05-08T20:59:46.992Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 87 | 2025-05-08T20:59:47.038Z | Cloning into '/work/oxidecomputer/opte'... |
| 88 | 2025-05-08T20:59:48.028Z | + cd /work/oxidecomputer/opte |
| 89 | 2025-05-08T20:59:48.032Z | + git fetch origin b0fbbab6e22067d07fa4a2927e6dbd2bc6f6ff27 |
| 90 | 2025-05-08T20:59:48.344Z | From https://github.com/oxidecomputer/opte |
| 91 | 2025-05-08T20:59:48.344Z | * branch b0fbbab6e22067d07fa4a2927e6dbd2bc6f6ff27 -> FETCH_HEAD |
| 92 | 2025-05-08T20:59:48.353Z | + [[ -n various-mtu-fixes ]] |
| 93 | 2025-05-08T20:59:48.356Z | ++ git branch --show-current |
| 94 | 2025-05-08T20:59:48.359Z | + current=master |
| 95 | 2025-05-08T20:59:48.359Z | + [[ master != various-mtu-fixes ]] |
| 96 | 2025-05-08T20:59:48.359Z | + git branch -f various-mtu-fixes b0fbbab6e22067d07fa4a2927e6dbd2bc6f6ff27 |
| 97 | 2025-05-08T20:59:48.363Z | + git checkout -f various-mtu-fixes |
| 98 | 2025-05-08T20:59:48.384Z | Switched to branch 'various-mtu-fixes' |
| 99 | 2025-05-08T20:59:48.387Z | + git reset --hard b0fbbab6e22067d07fa4a2927e6dbd2bc6f6ff27 |
| 100 | 2025-05-08T20:59:48.406Z | HEAD is now at b0fbbab 🦒 Mergiraf does not cure all ails 🦒 |
| 101 | 2025-05-08T20:59:48.409Z | process exited: duration 1423 ms, exit code 0 |
| |
| 102 | 2025-05-08T20:59:48.416Z | starting task 4: "build" |
| 103 | 2025-05-08T20:59:48.421Z | + source .github/buildomat/common.sh |
| 104 | 2025-05-08T20:59:48.447Z | ++ rustup show active-toolchain |
| 105 | 2025-05-08T20:59:48.471Z | 1.86.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 106 | 2025-05-08T20:59:48.474Z | ++ pushd xde |
| 107 | 2025-05-08T20:59:48.477Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 108 | 2025-05-08T20:59:48.477Z | ++ rustup show active-toolchain |
| 109 | 2025-05-08T20:59:48.482Z | info: syncing channel updates for 'nightly-2025-02-20-x86_64-unknown-illumos' |
| 110 | 2025-05-08T20:59:48.684Z | info: latest update on 2025-02-20, rust version 1.87.0-nightly (f280acf4c 2025-02-19) |
| 111 | 2025-05-08T20:59:48.687Z | info: downloading component 'cargo' |
| 112 | 2025-05-08T20:59:49.486Z | info: downloading component 'clippy' |
| 113 | 2025-05-08T20:59:49.883Z | info: downloading component 'rust-src' |
| 114 | 2025-05-08T20:59:50.258Z | info: downloading component 'rust-std' |
| 115 | 2025-05-08T20:59:51.821Z | info: downloading component 'rustc' |
| 116 | 2025-05-08T21:00:00.778Z | info: downloading component 'rustfmt' |
| 117 | 2025-05-08T21:00:01.112Z | info: installing component 'cargo' |
| 118 | 2025-05-08T21:00:01.974Z | info: installing component 'clippy' |
| 119 | 2025-05-08T21:00:02.367Z | info: installing component 'rust-src' |
| 120 | 2025-05-08T21:00:02.698Z | info: installing component 'rust-std' |
| 121 | 2025-05-08T21:00:04.349Z | info: installing component 'rustc' |
| 122 | 2025-05-08T21:00:10.749Z | info: installing component 'rustfmt' |
| 123 | 2025-05-08T21:00:11.080Z | nightly-2025-02-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 124 | 2025-05-08T21:00:11.159Z | +++ rustup show active-toolchain -v |
| 125 | 2025-05-08T21:00:11.183Z | +++ head -n 1 |
| 126 | 2025-05-08T21:00:11.183Z | +++ cut '-d ' -f1 |
| 127 | 2025-05-08T21:00:11.261Z | ++ export NIGHTLY=nightly-2025-02-20-x86_64-unknown-illumos |
| 128 | 2025-05-08T21:00:11.261Z | ++ NIGHTLY=nightly-2025-02-20-x86_64-unknown-illumos |
| 129 | 2025-05-08T21:00:11.261Z | ++ popd |
| 130 | 2025-05-08T21:00:11.265Z | /work/oxidecomputer/opte |
| 131 | 2025-05-08T21:00:11.265Z | + cargo --version |
| 132 | 2025-05-08T21:00:11.317Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
| 133 | 2025-05-08T21:00:11.320Z | + rustc --version |
| 134 | 2025-05-08T21:00:11.387Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
| 135 | 2025-05-08T21:00:11.392Z | + cd lib/opte |
| 136 | 2025-05-08T21:00:11.392Z | + header 'check style' |
| 137 | 2025-05-08T21:00:11.392Z | + echo '# ==== check style ==== #' |
| 138 | 2025-05-08T21:00:11.392Z | # ==== check style ==== # |
| 139 | 2025-05-08T21:00:11.393Z | + ptime -m cargo +nightly-2025-02-20-x86_64-unknown-illumos fmt -- --check |
| 140 | 2025-05-08T21:00:11.735Z | |
| 141 | 2025-05-08T21:00:11.735Z | real 0.341384591 |
| 142 | 2025-05-08T21:00:11.735Z | user 0.268688161 |
| 143 | 2025-05-08T21:00:11.735Z | sys 0.067850784 |
| 144 | 2025-05-08T21:00:11.735Z | trap 0.000023177 |
| 145 | 2025-05-08T21:00:11.735Z | tflt 0.000000000 |
| 146 | 2025-05-08T21:00:11.735Z | dflt 0.000025527 |
| 147 | 2025-05-08T21:00:11.735Z | kflt 0.000000000 |
| 148 | 2025-05-08T21:00:11.736Z | lock 0.617861715 |
| 149 | 2025-05-08T21:00:11.736Z | slp 0.351829124 |
| 150 | 2025-05-08T21:00:11.736Z | lat 0.001498532 |
| 151 | 2025-05-08T21:00:11.736Z | stop 0.000161024 |
| 152 | 2025-05-08T21:00:11.739Z | + header 'check docs' |
| 153 | 2025-05-08T21:00:11.739Z | + echo '# ==== check docs ==== #' |
| 154 | 2025-05-08T21:00:11.739Z | # ==== check docs ==== # |
| 155 | 2025-05-08T21:00:11.739Z | + RUSTDOCFLAGS='-D warnings' |
| 156 | 2025-05-08T21:00:11.739Z | + ptime -m cargo +nightly-2025-02-20-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 157 | 2025-05-08T21:00:11.835Z | Updating crates.io index |
| 158 | 2025-05-08T21:00:11.838Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 159 | 2025-05-08T21:00:13.268Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 160 | 2025-05-08T21:00:13.545Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 161 | 2025-05-08T21:00:13.911Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 162 | 2025-05-08T21:00:14.204Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 163 | 2025-05-08T21:00:14.506Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 164 | 2025-05-08T21:00:14.778Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 165 | 2025-05-08T21:00:15.592Z | Downloading crates ... |
| 166 | 2025-05-08T21:00:15.655Z | Downloaded byteorder v1.5.0 |
| 167 | 2025-05-08T21:00:15.658Z | Downloaded cfg-if v1.0.0 |
| 168 | 2025-05-08T21:00:15.664Z | Downloaded bitflags v2.9.0 |
| 169 | 2025-05-08T21:00:15.667Z | Downloaded pretty-hex v0.4.1 |
| 170 | 2025-05-08T21:00:15.671Z | Downloaded ident_case v1.0.1 |
| 171 | 2025-05-08T21:00:15.671Z | Downloaded dtrace-parser v0.2.0 |
| 172 | 2025-05-08T21:00:15.671Z | Downloaded darling_macro v0.20.11 |
| 173 | 2025-05-08T21:00:15.681Z | Downloaded usdt-attr-macro v0.5.0 |
| 174 | 2025-05-08T21:00:15.687Z | Downloaded usdt-macro v0.5.0 |
| 175 | 2025-05-08T21:00:15.690Z | Downloaded scroll_derive v0.12.1 |
| 176 | 2025-05-08T21:00:15.700Z | Downloaded cpufeatures v0.2.17 |
| 177 | 2025-05-08T21:00:15.703Z | Downloaded block-buffer v0.10.4 |
| 178 | 2025-05-08T21:00:15.703Z | Downloaded bitflags v1.3.2 |
| 179 | 2025-05-08T21:00:15.707Z | Downloaded cobs v0.2.3 |
| 180 | 2025-05-08T21:00:15.710Z | Downloaded plain v0.2.3 |
| 181 | 2025-05-08T21:00:15.710Z | Downloaded generic-array v0.14.7 |
| 182 | 2025-05-08T21:00:15.716Z | Downloaded memmap v0.7.0 |
| 183 | 2025-05-08T21:00:15.719Z | Downloaded macaddr v1.0.1 |
| 184 | 2025-05-08T21:00:15.719Z | Downloaded fnv v1.0.7 |
| 185 | 2025-05-08T21:00:15.720Z | Downloaded ingot v0.1.0 |
| 186 | 2025-05-08T21:00:15.723Z | Downloaded embedded-io v0.4.0 |
| 187 | 2025-05-08T21:00:15.723Z | Downloaded defmt v0.3.100 |
| 188 | 2025-05-08T21:00:15.723Z | Downloaded crypto-common v0.1.6 |
| 189 | 2025-05-08T21:00:15.727Z | Downloaded ingot-types v0.1.0 |
| 190 | 2025-05-08T21:00:15.727Z | Downloaded pest_generator v2.8.0 |
| 191 | 2025-05-08T21:00:15.727Z | Downloaded digest v0.10.7 |
| 192 | 2025-05-08T21:00:15.730Z | Downloaded hash32 v0.3.1 |
| 193 | 2025-05-08T21:00:15.730Z | Downloaded defmt-parser v1.0.0 |
| 194 | 2025-05-08T21:00:15.734Z | Downloaded itoa v1.0.15 |
| 195 | 2025-05-08T21:00:15.734Z | Downloaded dyn-clone v1.0.19 |
| 196 | 2025-05-08T21:00:15.739Z | Downloaded defmt-macros v1.0.1 |
| 197 | 2025-05-08T21:00:15.739Z | Downloaded stable_deref_trait v1.2.0 |
| 198 | 2025-05-08T21:00:15.739Z | Downloaded thiserror-impl v2.0.12 |
| 199 | 2025-05-08T21:00:15.742Z | Downloaded serde_tokenstream v0.2.2 |
| 200 | 2025-05-08T21:00:15.746Z | Downloaded ipnetwork v0.21.1 |
| 201 | 2025-05-08T21:00:15.751Z | Downloaded tabwriter v1.4.1 |
| 202 | 2025-05-08T21:00:15.756Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 203 | 2025-05-08T21:00:15.756Z | Downloaded managed v0.8.0 |
| 204 | 2025-05-08T21:00:15.756Z | Downloaded usdt v0.5.0 |
| 205 | 2025-05-08T21:00:15.756Z | Downloaded thiserror v1.0.69 |
| 206 | 2025-05-08T21:00:15.761Z | Downloaded version_check v0.9.5 |
| 207 | 2025-05-08T21:00:15.764Z | Downloaded usdt-impl v0.5.0 |
| 208 | 2025-05-08T21:00:15.764Z | Downloaded either v1.15.0 |
| 209 | 2025-05-08T21:00:15.767Z | Downloaded embedded-io v0.6.1 |
| 210 | 2025-05-08T21:00:15.773Z | Downloaded thiserror v2.0.12 |
| 211 | 2025-05-08T21:00:15.777Z | Downloaded strsim v0.11.1 |
| 212 | 2025-05-08T21:00:15.780Z | Downloaded ingot-macros v0.1.0 |
| 213 | 2025-05-08T21:00:15.780Z | Downloaded dof v0.3.0 |
| 214 | 2025-05-08T21:00:15.783Z | Downloaded defmt v1.0.1 |
| 215 | 2025-05-08T21:00:15.787Z | Downloaded darling v0.20.11 |
| 216 | 2025-05-08T21:00:15.790Z | Downloaded scroll v0.12.0 |
| 217 | 2025-05-08T21:00:15.793Z | Downloaded quote v1.0.40 |
| 218 | 2025-05-08T21:00:15.796Z | Downloaded thiserror-impl v1.0.69 |
| 219 | 2025-05-08T21:00:15.801Z | Downloaded sha2 v0.10.9 |
| 220 | 2025-05-08T21:00:15.804Z | Downloaded zerocopy-derive v0.7.35 |
| 221 | 2025-05-08T21:00:15.804Z | Downloaded proc-macro-error2 v2.0.1 |
| 222 | 2025-05-08T21:00:15.807Z | Downloaded once_cell v1.21.3 |
| 223 | 2025-05-08T21:00:15.811Z | Downloaded crc32fast v1.4.2 |
| 224 | 2025-05-08T21:00:15.814Z | Downloaded thread-id v4.2.2 |
| 225 | 2025-05-08T21:00:15.814Z | Downloaded pest_derive v2.8.0 |
| 226 | 2025-05-08T21:00:15.818Z | Downloaded pest_meta v2.8.0 |
| 227 | 2025-05-08T21:00:15.823Z | Downloaded log v0.4.27 |
| 228 | 2025-05-08T21:00:15.830Z | Downloaded ucd-trie v0.1.7 |
| 229 | 2025-05-08T21:00:15.834Z | Downloaded unicode-ident v1.0.18 |
| 230 | 2025-05-08T21:00:15.840Z | Downloaded ryu v1.0.20 |
| 231 | 2025-05-08T21:00:15.843Z | Downloaded postcard v1.1.1 |
| 232 | 2025-05-08T21:00:15.846Z | Downloaded proc-macro2 v1.0.95 |
| 233 | 2025-05-08T21:00:15.849Z | Downloaded darling_core v0.20.11 |
| 234 | 2025-05-08T21:00:15.858Z | Downloaded serde_derive v1.0.219 |
| 235 | 2025-05-08T21:00:15.871Z | Downloaded zerocopy-derive v0.8.25 |
| 236 | 2025-05-08T21:00:15.877Z | Downloaded typenum v1.18.0 |
| 237 | 2025-05-08T21:00:15.881Z | Downloaded serde v1.0.219 |
| 238 | 2025-05-08T21:00:15.884Z | Downloaded memchr v2.7.4 |
| 239 | 2025-05-08T21:00:15.890Z | Downloaded heapless v0.8.0 |
| 240 | 2025-05-08T21:00:15.915Z | Downloaded pest v2.8.0 |
| 241 | 2025-05-08T21:00:15.929Z | Downloaded itertools v0.13.0 |
| 242 | 2025-05-08T21:00:15.943Z | Downloaded serde_json v1.0.140 |
| 243 | 2025-05-08T21:00:15.949Z | Downloaded aho-corasick v1.1.3 |
| 244 | 2025-05-08T21:00:15.955Z | Downloaded itertools v0.14.0 |
| 245 | 2025-05-08T21:00:15.962Z | Downloaded zerocopy v0.7.35 |
| 246 | 2025-05-08T21:00:15.978Z | Downloaded goblin v0.8.2 |
| 247 | 2025-05-08T21:00:16.014Z | Downloaded regex v1.11.1 |
| 248 | 2025-05-08T21:00:16.027Z | Downloaded zerocopy v0.8.25 |
| 249 | 2025-05-08T21:00:16.051Z | Downloaded unicode-width v0.2.0 |
| 250 | 2025-05-08T21:00:16.056Z | Downloaded syn v2.0.101 |
| 251 | 2025-05-08T21:00:16.077Z | Downloaded smoltcp v0.11.0 |
| 252 | 2025-05-08T21:00:16.089Z | Downloaded regex-syntax v0.8.5 |
| 253 | 2025-05-08T21:00:16.124Z | Downloaded regex-automata v0.4.9 |
| 254 | 2025-05-08T21:00:16.141Z | Downloaded libc v0.2.172 |
| 255 | 2025-05-08T21:00:16.293Z | Compiling proc-macro2 v1.0.95 |
| 256 | 2025-05-08T21:00:16.293Z | Compiling unicode-ident v1.0.18 |
| 257 | 2025-05-08T21:00:16.296Z | Documenting unicode-ident v1.0.18 |
| 258 | 2025-05-08T21:00:16.296Z | Compiling fnv v1.0.7 |
| 259 | 2025-05-08T21:00:16.296Z | Compiling ident_case v1.0.1 |
| 260 | 2025-05-08T21:00:16.307Z | Compiling strsim v0.11.1 |
| 261 | 2025-05-08T21:00:16.310Z | Compiling serde v1.0.219 |
| 262 | 2025-05-08T21:00:16.453Z | Compiling memchr v2.7.4 |
| 263 | 2025-05-08T21:00:16.722Z | Compiling zerocopy v0.8.25 |
| 264 | 2025-05-08T21:00:16.756Z | Compiling regex-syntax v0.8.5 |
| 265 | 2025-05-08T21:00:16.878Z | Documenting strsim v0.11.1 |
| 266 | 2025-05-08T21:00:16.939Z | Checking byteorder v1.5.0 |
| 267 | 2025-05-08T21:00:16.953Z | Compiling either v1.15.0 |
| 268 | 2025-05-08T21:00:17.365Z | Documenting proc-macro2 v1.0.95 |
| 269 | 2025-05-08T21:00:17.376Z | Compiling aho-corasick v1.1.3 |
| 270 | 2025-05-08T21:00:17.723Z | Documenting fnv v1.0.7 |
| 271 | 2025-05-08T21:00:17.851Z | Documenting ident_case v1.0.1 |
| 272 | 2025-05-08T21:00:17.938Z | Compiling quote v1.0.40 |
| 273 | 2025-05-08T21:00:18.389Z | Compiling syn v2.0.101 |
| 274 | 2025-05-08T21:00:18.478Z | Documenting quote v1.0.40 |
| 275 | 2025-05-08T21:00:18.769Z | Compiling itertools v0.13.0 |
| 276 | 2025-05-08T21:00:19.118Z | Documenting memchr v2.7.4 |
| 277 | 2025-05-08T21:00:19.359Z | Documenting syn v2.0.101 |
| 278 | 2025-05-08T21:00:20.346Z | Compiling regex-automata v0.4.9 |
| 279 | 2025-05-08T21:00:20.984Z | Compiling heapless v0.8.0 |
| 280 | 2025-05-08T21:00:21.596Z | Documenting aho-corasick v1.1.3 |
| 281 | 2025-05-08T21:00:21.844Z | Checking hash32 v0.3.1 |
| 282 | 2025-05-08T21:00:21.990Z | Checking cfg-if v1.0.0 |
| 283 | 2025-05-08T21:00:22.017Z | Checking macaddr v1.0.1 |
| 284 | 2025-05-08T21:00:22.104Z | Documenting regex-syntax v0.8.5 |
| 285 | 2025-05-08T21:00:22.285Z | Checking stable_deref_trait v1.2.0 |
| 286 | 2025-05-08T21:00:22.380Z | Compiling smoltcp v0.11.0 |
| 287 | 2025-05-08T21:00:23.985Z | Documenting byteorder v1.5.0 |
| 288 | 2025-05-08T21:00:23.991Z | Checking darling_core v0.20.11 |
| 289 | 2025-05-08T21:00:24.347Z | Compiling regex v1.11.1 |
| 290 | 2025-05-08T21:00:24.718Z | Documenting darling_core v0.20.11 |
| 291 | 2025-05-08T21:00:24.976Z | Documenting serde_derive v1.0.219 |
| 292 | 2025-05-08T21:00:25.167Z | Documenting regex-automata v0.4.9 |
| 293 | 2025-05-08T21:00:26.043Z | Documenting zerocopy-derive v0.8.25 |
| 294 | 2025-05-08T21:00:26.365Z | Checking cobs v0.2.3 |
| 295 | 2025-05-08T21:00:26.552Z | Checking bitflags v1.3.2 |
| 296 | 2025-05-08T21:00:26.650Z | Checking managed v0.8.0 |
| 297 | 2025-05-08T21:00:26.753Z | Documenting hash32 v0.3.1 |
| 298 | 2025-05-08T21:00:26.973Z | Documenting darling_macro v0.20.11 |
| 299 | 2025-05-08T21:00:27.004Z | Documenting macaddr v1.0.1 |
| 300 | 2025-05-08T21:00:27.082Z | Documenting stable_deref_trait v1.2.0 |
| 301 | 2025-05-08T21:00:27.396Z | Documenting cfg-if v1.0.0 |
| 302 | 2025-05-08T21:00:27.704Z | Documenting heapless v0.8.0 |
| 303 | 2025-05-08T21:00:27.724Z | Documenting cobs v0.2.3 |
| 304 | 2025-05-08T21:00:27.920Z | Documenting regex v1.11.1 |
| 305 | 2025-05-08T21:00:27.988Z | Compiling version_check v0.9.5 |
| 306 | 2025-05-08T21:00:28.241Z | Compiling serde_derive v1.0.219 |
| 307 | 2025-05-08T21:00:28.310Z | Compiling zerocopy-derive v0.8.25 |
| 308 | 2025-05-08T21:00:28.348Z | Checking unicode-width v0.2.0 |
| 309 | 2025-05-08T21:00:28.553Z | Checking ipnetwork v0.21.1 |
| 310 | 2025-05-08T21:00:28.836Z | Documenting managed v0.8.0 |
| 311 | 2025-05-08T21:00:28.869Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 312 | 2025-05-08T21:00:28.888Z | Documenting either v1.15.0 |
| 313 | 2025-05-08T21:00:29.257Z | Documenting ipnetwork v0.21.1 |
| 314 | 2025-05-08T21:00:29.378Z | Documenting unicode-width v0.2.0 |
| 315 | 2025-05-08T21:00:29.591Z | Documenting itertools v0.14.0 |
| 316 | 2025-05-08T21:00:29.690Z | Documenting smoltcp v0.11.0 |
| 317 | 2025-05-08T21:00:29.708Z | Compiling darling_macro v0.20.11 |
| 318 | 2025-05-08T21:00:30.223Z | Checking tabwriter v1.4.1 |
| 319 | 2025-05-08T21:00:30.240Z | Checking itertools v0.14.0 |
| 320 | 2025-05-08T21:00:30.319Z | Documenting tabwriter v1.4.1 |
| 321 | 2025-05-08T21:00:30.454Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 322 | 2025-05-08T21:00:30.677Z | Compiling darling v0.20.11 |
| 323 | 2025-05-08T21:00:30.793Z | Compiling ingot-macros v0.1.0 |
| 324 | 2025-05-08T21:00:31.303Z | Documenting darling v0.20.11 |
| 325 | 2025-05-08T21:00:31.472Z | Documenting zerocopy v0.8.25 |
| 326 | 2025-05-08T21:00:31.505Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 327 | 2025-05-08T21:00:31.700Z | Documenting crc32fast v1.4.2 |
| 328 | 2025-05-08T21:00:31.943Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 329 | 2025-05-08T21:00:32.448Z | Checking crc32fast v1.4.2 |
| 330 | 2025-05-08T21:00:32.571Z | Documenting ingot-macros v0.1.0 |
| 331 | 2025-05-08T21:00:32.670Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 332 | 2025-05-08T21:00:32.850Z | Checking dyn-clone v1.0.19 |
| 333 | 2025-05-08T21:00:32.938Z | Documenting dyn-clone v1.0.19 |
| 334 | 2025-05-08T21:00:34.337Z | Documenting serde v1.0.219 |
| 335 | 2025-05-08T21:00:35.337Z | Checking ingot-types v0.1.0 |
| 336 | 2025-05-08T21:00:35.337Z | Documenting ingot-types v0.1.0 |
| 337 | 2025-05-08T21:00:37.092Z | Checking bitflags v2.9.0 |
| 338 | 2025-05-08T21:00:37.092Z | Documenting bitflags v2.9.0 |
| 339 | 2025-05-08T21:00:37.095Z | Checking postcard v1.1.1 |
| 340 | 2025-05-08T21:00:37.095Z | Documenting postcard v1.1.1 |
| 341 | 2025-05-08T21:00:37.304Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 342 | 2025-05-08T21:00:37.304Z | Checking ingot v0.1.0 |
| 343 | 2025-05-08T21:00:37.738Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 344 | 2025-05-08T21:00:37.738Z | Documenting ingot v0.1.0 |
| 345 | 2025-05-08T21:00:39.366Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 346 | 2025-05-08T21:00:39.366Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 347 | 2025-05-08T21:00:40.312Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 348 | 2025-05-08T21:00:42.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.97s |
| 349 | 2025-05-08T21:00:42.818Z | Generated /work/oxidecomputer/opte/target/doc/opte/index.html |
| 350 | 2025-05-08T21:00:42.839Z | |
| 351 | 2025-05-08T21:00:42.842Z | real 31.079598471 |
| 352 | 2025-05-08T21:00:42.842Z | user 2:18.565722435 |
| 353 | 2025-05-08T21:00:42.842Z | sys 19.284588935 |
| 354 | 2025-05-08T21:00:42.842Z | trap 0.092349472 |
| 355 | 2025-05-08T21:00:42.842Z | tflt 0.051570480 |
| 356 | 2025-05-08T21:00:42.842Z | dflt 0.091660532 |
| 357 | 2025-05-08T21:00:42.843Z | kflt 0.003068673 |
| 358 | 2025-05-08T21:00:42.843Z | lock 2:53.205302833 |
| 359 | 2025-05-08T21:00:42.843Z | slp 7:26.883245948 |
| 360 | 2025-05-08T21:00:42.843Z | lat 16.920349648 |
| 361 | 2025-05-08T21:00:42.843Z | stop 9.820002759 |
| 362 | 2025-05-08T21:00:42.843Z | + header 'analyze std + api' |
| 363 | 2025-05-08T21:00:42.843Z | + echo '# ==== analyze std + api ==== #' |
| 364 | 2025-05-08T21:00:42.843Z | # ==== analyze std + api ==== # |
| 365 | 2025-05-08T21:00:42.843Z | + ptime -m cargo clippy --all-targets |
| 366 | 2025-05-08T21:00:43.264Z | Compiling proc-macro2 v1.0.95 |
| 367 | 2025-05-08T21:00:43.264Z | Compiling unicode-ident v1.0.18 |
| 368 | 2025-05-08T21:00:43.264Z | Compiling memchr v2.7.4 |
| 369 | 2025-05-08T21:00:43.267Z | Compiling thiserror v2.0.12 |
| 370 | 2025-05-08T21:00:43.267Z | Compiling thiserror v1.0.69 |
| 371 | 2025-05-08T21:00:43.267Z | Compiling serde v1.0.219 |
| 372 | 2025-05-08T21:00:43.267Z | Compiling libc v0.2.172 |
| 373 | 2025-05-08T21:00:43.272Z | Compiling ucd-trie v0.1.7 |
| 374 | 2025-05-08T21:00:43.522Z | Compiling version_check v0.9.5 |
| 375 | 2025-05-08T21:00:43.735Z | Compiling serde_json v1.0.140 |
| 376 | 2025-05-08T21:00:43.931Z | Compiling once_cell v1.21.3 |
| 377 | 2025-05-08T21:00:44.073Z | Compiling fnv v1.0.7 |
| 378 | 2025-05-08T21:00:44.119Z | Compiling strsim v0.11.1 |
| 379 | 2025-05-08T21:00:44.199Z | Compiling ident_case v1.0.1 |
| 380 | 2025-05-08T21:00:44.203Z | Checking byteorder v1.5.0 |
| 381 | 2025-05-08T21:00:44.238Z | Compiling aho-corasick v1.1.3 |
| 382 | 2025-05-08T21:00:44.278Z | Compiling itoa v1.0.15 |
| 383 | 2025-05-08T21:00:44.369Z | Compiling regex-syntax v0.8.5 |
| 384 | 2025-05-08T21:00:44.587Z | Compiling ryu v1.0.20 |
| 385 | 2025-05-08T21:00:44.593Z | Compiling usdt-impl v0.5.0 |
| 386 | 2025-05-08T21:00:44.911Z | Compiling either v1.15.0 |
| 387 | 2025-05-08T21:00:45.026Z | Compiling quote v1.0.40 |
| 388 | 2025-05-08T21:00:45.150Z | Compiling zerocopy v0.8.25 |
| 389 | 2025-05-08T21:00:45.288Z | Compiling itertools v0.13.0 |
| 390 | 2025-05-08T21:00:45.311Z | Compiling thread-id v4.2.2 |
| 391 | 2025-05-08T21:00:45.371Z | Compiling syn v2.0.101 |
| 392 | 2025-05-08T21:00:45.893Z | Checking log v0.4.27 |
| 393 | 2025-05-08T21:00:46.023Z | Compiling heapless v0.8.0 |
| 394 | 2025-05-08T21:00:46.115Z | Checking plain v0.2.3 |
| 395 | 2025-05-08T21:00:46.266Z | Checking hash32 v0.3.1 |
| 396 | 2025-05-08T21:00:46.441Z | Checking cfg-if v1.0.0 |
| 397 | 2025-05-08T21:00:46.510Z | Checking macaddr v1.0.1 |
| 398 | 2025-05-08T21:00:46.525Z | Compiling smoltcp v0.11.0 |
| 399 | 2025-05-08T21:00:46.767Z | Checking stable_deref_trait v1.2.0 |
| 400 | 2025-05-08T21:00:46.801Z | Checking pretty-hex v0.4.1 |
| 401 | 2025-05-08T21:00:47.111Z | Checking managed v0.8.0 |
| 402 | 2025-05-08T21:00:47.204Z | Checking bitflags v1.3.2 |
| 403 | 2025-05-08T21:00:47.297Z | Checking cobs v0.2.3 |
| 404 | 2025-05-08T21:00:47.482Z | Checking memmap v0.7.0 |
| 405 | 2025-05-08T21:00:47.492Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 406 | 2025-05-08T21:00:47.697Z | Checking unicode-width v0.2.0 |
| 407 | 2025-05-08T21:00:47.907Z | Compiling regex-automata v0.4.9 |
| 408 | 2025-05-08T21:00:48.159Z | Checking ipnetwork v0.21.1 |
| 409 | 2025-05-08T21:00:48.172Z | Checking tabwriter v1.4.1 |
| 410 | 2025-05-08T21:00:48.382Z | Checking itertools v0.14.0 |
| 411 | 2025-05-08T21:00:48.452Z | Checking crc32fast v1.4.2 |
| 412 | 2025-05-08T21:00:48.456Z | Checking dyn-clone v1.0.19 |
| 413 | 2025-05-08T21:00:50.596Z | Compiling darling_core v0.20.11 |
| 414 | 2025-05-08T21:00:51.487Z | Compiling regex v1.11.1 |
| 415 | 2025-05-08T21:00:51.551Z | Compiling serde_derive v1.0.219 |
| 416 | 2025-05-08T21:00:51.551Z | Compiling thiserror-impl v2.0.12 |
| 417 | 2025-05-08T21:00:51.640Z | Compiling thiserror-impl v1.0.69 |
| 418 | 2025-05-08T21:00:51.984Z | Compiling zerocopy-derive v0.7.35 |
| 419 | 2025-05-08T21:00:52.213Z | Compiling scroll_derive v0.12.1 |
| 420 | 2025-05-08T21:00:52.397Z | Compiling zerocopy-derive v0.8.25 |
| 421 | 2025-05-08T21:00:53.072Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 422 | 2025-05-08T21:00:53.702Z | Checking scroll v0.12.0 |
| 423 | 2025-05-08T21:00:53.894Z | Compiling zerocopy v0.7.35 |
| 424 | 2025-05-08T21:00:54.121Z | Checking goblin v0.8.2 |
| 425 | 2025-05-08T21:00:54.544Z | Compiling pest v2.8.0 |
| 426 | 2025-05-08T21:00:55.522Z | Compiling darling_macro v0.20.11 |
| 427 | 2025-05-08T21:00:56.361Z | Compiling darling v0.20.11 |
| 428 | 2025-05-08T21:00:56.471Z | Compiling ingot-macros v0.1.0 |
| 429 | 2025-05-08T21:00:56.475Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 430 | 2025-05-08T21:00:57.189Z | Compiling pest_meta v2.8.0 |
| 431 | 2025-05-08T21:00:58.426Z | Compiling pest_generator v2.8.0 |
| 432 | 2025-05-08T21:00:59.735Z | Compiling pest_derive v2.8.0 |
| 433 | 2025-05-08T21:01:00.365Z | Compiling dtrace-parser v0.2.0 |
| 434 | 2025-05-08T21:01:00.620Z | Checking bitflags v2.9.0 |
| 435 | 2025-05-08T21:01:00.620Z | Checking postcard v1.1.1 |
| 436 | 2025-05-08T21:01:00.713Z | Checking ingot-types v0.1.0 |
| 437 | 2025-05-08T21:01:00.909Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 438 | 2025-05-08T21:01:01.195Z | Compiling serde_tokenstream v0.2.2 |
| 439 | 2025-05-08T21:01:01.403Z | Checking ingot v0.1.0 |
| 440 | 2025-05-08T21:01:01.823Z | Checking dof v0.3.0 |
| 441 | 2025-05-08T21:01:03.338Z | Compiling usdt-attr-macro v0.5.0 |
| 442 | 2025-05-08T21:01:03.338Z | Compiling usdt-macro v0.5.0 |
| 443 | 2025-05-08T21:01:03.588Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 444 | 2025-05-08T21:01:04.185Z | Checking usdt v0.5.0 |
| 445 | 2025-05-08T21:01:15.993Z | warning: the borrowed expression implements the required traits |
| 446 | 2025-05-08T21:01:15.993Z | --> lib/opte/src/ddi/mblk.rs:1284:33 |
| 447 | 2025-05-08T21:01:15.993Z | | |
| 448 | 2025-05-08T21:01:15.993Z | 1284 | let pkt2 = MsgBlk::copy(&[]); |
| 449 | 2025-05-08T21:01:15.993Z | | ^^^ help: change this to: `[]` |
| 450 | 2025-05-08T21:01:15.993Z | | |
| 451 | 2025-05-08T21:01:15.993Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args |
| 452 | 2025-05-08T21:01:15.993Z | = note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default |
| 453 | 2025-05-08T21:01:15.993Z | |
| 454 | 2025-05-08T21:01:16.000Z | warning: the borrowed expression implements the required traits |
| 455 | 2025-05-08T21:01:16.000Z | --> lib/opte/src/ddi/mblk.rs:1341:35 |
| 456 | 2025-05-08T21:01:16.000Z | | |
| 457 | 2025-05-08T21:01:16.000Z | 1341 | let mut p1 = MsgBlk::copy(&[0, 1, 2, 3]); |
| 458 | 2025-05-08T21:01:16.001Z | | ^^^^^^^^^^^^^ help: change this to: `[0, 1, 2, 3]` |
| 459 | 2025-05-08T21:01:16.001Z | | |
| 460 | 2025-05-08T21:01:16.001Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args |
| 461 | 2025-05-08T21:01:16.001Z | |
| 462 | 2025-05-08T21:01:16.004Z | warning: the borrowed expression implements the required traits |
| 463 | 2025-05-08T21:01:16.004Z | --> lib/opte/src/ddi/mblk.rs:1342:32 |
| 464 | 2025-05-08T21:01:16.004Z | | |
| 465 | 2025-05-08T21:01:16.004Z | 1342 | p1.append(MsgBlk::copy(&[4, 5, 6, 7])); |
| 466 | 2025-05-08T21:01:16.004Z | | ^^^^^^^^^^^^^ help: change this to: `[4, 5, 6, 7]` |
| 467 | 2025-05-08T21:01:16.004Z | | |
| 468 | 2025-05-08T21:01:16.004Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args |
| 469 | 2025-05-08T21:01:16.004Z | |
| 470 | 2025-05-08T21:01:16.004Z | warning: the borrowed expression implements the required traits |
| 471 | 2025-05-08T21:01:16.004Z | --> lib/opte/src/ddi/mblk.rs:1343:32 |
| 472 | 2025-05-08T21:01:16.005Z | | |
| 473 | 2025-05-08T21:01:16.005Z | 1343 | p1.append(MsgBlk::copy(&[8, 9, 10, 11])); |
| 474 | 2025-05-08T21:01:16.005Z | | ^^^^^^^^^^^^^^^ help: change this to: `[8, 9, 10, 11]` |
| 475 | 2025-05-08T21:01:16.005Z | | |
| 476 | 2025-05-08T21:01:16.005Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args |
| 477 | 2025-05-08T21:01:16.005Z | |
| 478 | 2025-05-08T21:01:16.020Z | warning: the loop variable `i` is only used to index `els` |
| 479 | 2025-05-08T21:01:16.021Z | --> lib/opte/src/ddi/mblk.rs:1507:18 |
| 480 | 2025-05-08T21:01:16.021Z | | |
| 481 | 2025-05-08T21:01:16.021Z | 1507 | for i in 0..els.len() { |
| 482 | 2025-05-08T21:01:16.021Z | | ^^^^^^^^^^^^ |
| 483 | 2025-05-08T21:01:16.021Z | | |
| 484 | 2025-05-08T21:01:16.021Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_range_loop |
| 485 | 2025-05-08T21:01:16.021Z | = note: `#[warn(clippy::needless_range_loop)]` on by default |
| 486 | 2025-05-08T21:01:16.021Z | help: consider using an iterator |
| 487 | 2025-05-08T21:01:16.021Z | | |
| 488 | 2025-05-08T21:01:16.021Z | 1507 - for i in 0..els.len() { |
| 489 | 2025-05-08T21:01:16.021Z | 1507 + for <item> in &els { |
| 490 | 2025-05-08T21:01:16.021Z | | |
| 491 | 2025-05-08T21:01:16.021Z | |
| 492 | 2025-05-08T21:01:16.755Z | warning: casting to the same type is unnecessary (`usize` -> `usize`) |
| 493 | 2025-05-08T21:01:16.755Z | --> lib/opte/src/engine/ip/v6.rs:444:13 |
| 494 | 2025-05-08T21:01:16.755Z | | |
| 495 | 2025-05-08T21:01:16.755Z | 444 | header.packet_length() as usize, |
| 496 | 2025-05-08T21:01:16.755Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `{ header.packet_length() }` |
| 497 | 2025-05-08T21:01:16.755Z | | |
| 498 | 2025-05-08T21:01:16.755Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast |
| 499 | 2025-05-08T21:01:16.755Z | = note: `#[warn(clippy::unnecessary_cast)]` on by default |
| 500 | 2025-05-08T21:01:16.756Z | |
| 501 | 2025-05-08T21:01:16.765Z | warning: redundant slicing of the whole range |
| 502 | 2025-05-08T21:01:16.765Z | --> lib/opte/src/engine/ip/v6.rs:573:34 |
| 503 | 2025-05-08T21:01:16.765Z | | |
| 504 | 2025-05-08T21:01:16.765Z | 573 | assert!(ValidIpv6::parse(&buf[..]).is_err()); |
| 505 | 2025-05-08T21:01:16.765Z | | ^^^^^^^^ help: use the original value instead: `buf` |
| 506 | 2025-05-08T21:01:16.765Z | | |
| 507 | 2025-05-08T21:01:16.765Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_slicing |
| 508 | 2025-05-08T21:01:16.765Z | = note: `#[warn(clippy::redundant_slicing)]` on by default |
| 509 | 2025-05-08T21:01:16.765Z | |
| 510 | 2025-05-08T21:01:16.769Z | warning: redundant slicing of the whole range |
| 511 | 2025-05-08T21:01:16.769Z | --> lib/opte/src/engine/ip/v6.rs:576:53 |
| 512 | 2025-05-08T21:01:16.769Z | | |
| 513 | 2025-05-08T21:01:16.769Z | 576 | let (v6, _rem) = Accessor::read_from_prefix(&buf[..]).unwrap(); |
| 514 | 2025-05-08T21:01:16.769Z | | ^^^^^^^^ help: use the original value instead: `buf` |
| 515 | 2025-05-08T21:01:16.769Z | | |
| 516 | 2025-05-08T21:01:16.769Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_slicing |
| 517 | 2025-05-08T21:01:16.769Z | |
| 518 | 2025-05-08T21:01:16.873Z | warning: this expression creates a reference which is immediately dereferenced by the compiler |
| 519 | 2025-05-08T21:01:16.873Z | --> lib/opte/src/engine/layer.rs:1868:46 |
| 520 | 2025-05-08T21:01:16.873Z | | |
| 521 | 2025-05-08T21:01:16.873Z | 1868 | assert!(rule_table.find_match(&ifid, &pmeta.meta(), &ameta).is_some()); |
| 522 | 2025-05-08T21:01:16.873Z | | ^^^^^^^^^^^^^ help: change this to: `pmeta.meta()` |
| 523 | 2025-05-08T21:01:16.873Z | | |
| 524 | 2025-05-08T21:01:16.873Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow |
| 525 | 2025-05-08T21:01:16.874Z | = note: `#[warn(clippy::needless_borrow)]` on by default |
| 526 | 2025-05-08T21:01:16.874Z | |
| 527 | 2025-05-08T21:01:17.475Z | warning: this expression creates a reference which is immediately dereferenced by the compiler |
| 528 | 2025-05-08T21:01:17.476Z | --> lib/opte/src/engine/rule.rs:1189:25 |
| 529 | 2025-05-08T21:01:17.476Z | | |
| 530 | 2025-05-08T21:01:17.476Z | 1189 | assert!(r1.is_match(&meta, &ameta)); |
| 531 | 2025-05-08T21:01:17.476Z | | ^^^^^ help: change this to: `meta` |
| 532 | 2025-05-08T21:01:17.476Z | | |
| 533 | 2025-05-08T21:01:17.476Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow |
| 534 | 2025-05-08T21:01:17.476Z | |
| 535 | 2025-05-08T21:01:17.479Z | warning: this expression creates a reference which is immediately dereferenced by the compiler |
| 536 | 2025-05-08T21:01:17.479Z | --> lib/opte/src/engine/rule.rs:1198:26 |
| 537 | 2025-05-08T21:01:17.479Z | | |
| 538 | 2025-05-08T21:01:17.479Z | 1198 | assert!(!r1.is_match(&meta, &ameta)); |
| 539 | 2025-05-08T21:01:17.480Z | | ^^^^^ help: change this to: `meta` |
| 540 | 2025-05-08T21:01:17.480Z | | |
| 541 | 2025-05-08T21:01:17.480Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow |
| 542 | 2025-05-08T21:01:17.480Z | |
| 543 | 2025-05-08T21:01:17.579Z | warning: useless use of `vec!` |
| 544 | 2025-05-08T21:01:17.579Z | --> lib/opte/src/engine/geneve.rs:370:19 |
| 545 | 2025-05-08T21:01:17.579Z | | |
| 546 | 2025-05-08T21:01:17.579Z | 370 | let buf = vec![ |
| 547 | 2025-05-08T21:01:17.579Z | | ___________________^ |
| 548 | 2025-05-08T21:01:17.579Z | 371 | | // source |
| 549 | 2025-05-08T21:01:17.579Z | 372 | | 0x1E, 0x61, |
| 550 | 2025-05-08T21:01:17.580Z | ... | |
| 551 | 2025-05-08T21:01:17.580Z | 393 | | 0x00, |
| 552 | 2025-05-08T21:01:17.580Z | 394 | | ]; |
| 553 | 2025-05-08T21:01:17.580Z | | |_________^ |
| 554 | 2025-05-08T21:01:17.580Z | | |
| 555 | 2025-05-08T21:01:17.580Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec |
| 556 | 2025-05-08T21:01:17.580Z | = note: `#[warn(clippy::useless_vec)]` on by default |
| 557 | 2025-05-08T21:01:17.580Z | help: you can use an array directly |
| 558 | 2025-05-08T21:01:17.580Z | | |
| 559 | 2025-05-08T21:01:17.580Z | 370 ~ let buf = [0x1E, 0x61, |
| 560 | 2025-05-08T21:01:17.580Z | 371 + // dest |
| 561 | 2025-05-08T21:01:17.580Z | 372 + 0x17, 0xC1, |
| 562 | 2025-05-08T21:01:17.580Z | 373 + // length |
| 563 | 2025-05-08T21:01:17.580Z | 374 + 0x00, 0x14, |
| 564 | 2025-05-08T21:01:17.580Z | 375 + // csum |
| 565 | 2025-05-08T21:01:17.580Z | 376 + 0x00, 0x00, |
| 566 | 2025-05-08T21:01:17.580Z | 377 + // ver + opt len |
| 567 | 2025-05-08T21:01:17.580Z | 378 + 0x01, |
| 568 | 2025-05-08T21:01:17.580Z | 379 + // flags |
| 569 | 2025-05-08T21:01:17.580Z | 380 + 0x00, |
| 570 | 2025-05-08T21:01:17.580Z | 381 + // proto |
| 571 | 2025-05-08T21:01:17.580Z | 382 + 0x65, 0x58, |
| 572 | 2025-05-08T21:01:17.580Z | 383 + // vni + reserved |
| 573 | 2025-05-08T21:01:17.580Z | 384 + 0x00, 0x04, 0xD2, 0x00, |
| 574 | 2025-05-08T21:01:17.580Z | 385 + |
| 575 | 2025-05-08T21:01:17.580Z | 386 + // option class |
| 576 | 2025-05-08T21:01:17.580Z | 387 + 0x01, 0x29, |
| 577 | 2025-05-08T21:01:17.580Z | 388 + // crt + type |
| 578 | 2025-05-08T21:01:17.580Z | 389 + 0x00, |
| 579 | 2025-05-08T21:01:17.580Z | 390 + // rsvd + len |
| 580 | 2025-05-08T21:01:17.580Z | 391 ~ 0x00]; |
| 581 | 2025-05-08T21:01:17.580Z | | |
| 582 | 2025-05-08T21:01:17.580Z | |
| 583 | 2025-05-08T21:01:17.584Z | warning: useless use of `vec!` |
| 584 | 2025-05-08T21:01:17.584Z | --> lib/opte/src/engine/geneve.rs:410:19 |
| 585 | 2025-05-08T21:01:17.584Z | | |
| 586 | 2025-05-08T21:01:17.584Z | 410 | let buf = vec![ |
| 587 | 2025-05-08T21:01:17.584Z | | ___________________^ |
| 588 | 2025-05-08T21:01:17.585Z | 411 | | // source |
| 589 | 2025-05-08T21:01:17.585Z | 412 | | 0x1E, 0x61, |
| 590 | 2025-05-08T21:01:17.585Z | ... | |
| 591 | 2025-05-08T21:01:17.585Z | 433 | | 0x00, |
| 592 | 2025-05-08T21:01:17.585Z | 434 | | ]; |
| 593 | 2025-05-08T21:01:17.585Z | | |_________^ |
| 594 | 2025-05-08T21:01:17.585Z | | |
| 595 | 2025-05-08T21:01:17.585Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec |
| 596 | 2025-05-08T21:01:17.585Z | help: you can use an array directly |
| 597 | 2025-05-08T21:01:17.585Z | | |
| 598 | 2025-05-08T21:01:17.585Z | 410 ~ let buf = [0x1E, 0x61, |
| 599 | 2025-05-08T21:01:17.585Z | 411 + // dest |
| 600 | 2025-05-08T21:01:17.585Z | 412 + 0x17, 0xC1, |
| 601 | 2025-05-08T21:01:17.585Z | 413 + // length |
| 602 | 2025-05-08T21:01:17.585Z | 414 + 0x00, 0x14, |
| 603 | 2025-05-08T21:01:17.585Z | 415 + // csum |
| 604 | 2025-05-08T21:01:17.585Z | 416 + 0x00, 0x00, |
| 605 | 2025-05-08T21:01:17.585Z | 417 + // ver + opt len |
| 606 | 2025-05-08T21:01:17.585Z | 418 + 0x01, |
| 607 | 2025-05-08T21:01:17.585Z | 419 + // flags |
| 608 | 2025-05-08T21:01:17.585Z | 420 + 0b0100_0000, |
| 609 | 2025-05-08T21:01:17.585Z | 421 + // proto |
| 610 | 2025-05-08T21:01:17.585Z | 422 + 0x65, 0x58, |
| 611 | 2025-05-08T21:01:17.585Z | 423 + // vni + reserved |
| 612 | 2025-05-08T21:01:17.585Z | 424 + 0x00, 0x04, 0xD2, 0x00, |
| 613 | 2025-05-08T21:01:17.585Z | 425 + |
| 614 | 2025-05-08T21:01:17.585Z | 426 + // experimenter option class |
| 615 | 2025-05-08T21:01:17.585Z | 427 + 0xff, 0xff, |
| 616 | 2025-05-08T21:01:17.585Z | 428 + // crt + type |
| 617 | 2025-05-08T21:01:17.585Z | 429 + 0x80, |
| 618 | 2025-05-08T21:01:17.585Z | 430 + // rsvd + len |
| 619 | 2025-05-08T21:01:17.585Z | 431 ~ 0x00]; |
| 620 | 2025-05-08T21:01:17.585Z | | |
| 621 | 2025-05-08T21:01:17.585Z | |
| 622 | 2025-05-08T21:01:17.585Z | warning: useless use of `vec!` |
| 623 | 2025-05-08T21:01:17.586Z | --> lib/opte/src/engine/geneve.rs:452:19 |
| 624 | 2025-05-08T21:01:17.586Z | | |
| 625 | 2025-05-08T21:01:17.586Z | 452 | let buf = vec![ |
| 626 | 2025-05-08T21:01:17.586Z | | ___________________^ |
| 627 | 2025-05-08T21:01:17.586Z | 453 | | // source |
| 628 | 2025-05-08T21:01:17.586Z | 454 | | 0x1E, 0x61, |
| 629 | 2025-05-08T21:01:17.586Z | ... | |
| 630 | 2025-05-08T21:01:17.586Z | 493 | | 0x00, 0x00, 0x00, 0x00, |
| 631 | 2025-05-08T21:01:17.586Z | 494 | | ]; |
| 632 | 2025-05-08T21:01:17.586Z | | |_________^ |
| 633 | 2025-05-08T21:01:17.586Z | | |
| 634 | 2025-05-08T21:01:17.586Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec |
| 635 | 2025-05-08T21:01:17.586Z | help: you can use an array directly |
| 636 | 2025-05-08T21:01:17.587Z | | |
| 637 | 2025-05-08T21:01:17.587Z | 452 ~ let buf = [0x1E, 0x61, |
| 638 | 2025-05-08T21:01:17.587Z | 453 + // dest |
| 639 | 2025-05-08T21:01:17.587Z | 454 + 0x17, 0xC1, |
| 640 | 2025-05-08T21:01:17.587Z | 455 + // length |
| 641 | 2025-05-08T21:01:17.587Z | 456 + 0x00, 0x1c, |
| 642 | 2025-05-08T21:01:17.587Z | 457 + // csum |
| 643 | 2025-05-08T21:01:17.587Z | 458 + 0x00, 0x00, |
| 644 | 2025-05-08T21:01:17.587Z | 459 + // ver + opt len |
| 645 | 2025-05-08T21:01:17.587Z | 460 + 0x05, |
| 646 | 2025-05-08T21:01:17.587Z | 461 + // flags |
| 647 | 2025-05-08T21:01:17.587Z | 462 + 0x00, |
| 648 | 2025-05-08T21:01:17.587Z | 463 + // proto |
| 649 | 2025-05-08T21:01:17.587Z | 464 + 0x65, 0x58, |
| 650 | 2025-05-08T21:01:17.587Z | 465 + // vni + reserved |
| 651 | 2025-05-08T21:01:17.587Z | 466 + 0x00, 0x04, 0xD2, 0x00, |
| 652 | 2025-05-08T21:01:17.587Z | 467 + |
| 653 | 2025-05-08T21:01:17.587Z | 468 + // option class |
| 654 | 2025-05-08T21:01:17.587Z | 469 + 0x01, 0x29, |
| 655 | 2025-05-08T21:01:17.587Z | 470 + // crt + type |
| 656 | 2025-05-08T21:01:17.587Z | 471 + 0x00, |
| 657 | 2025-05-08T21:01:17.587Z | 472 + // rsvd + len |
| 658 | 2025-05-08T21:01:17.587Z | 473 + 0x00, |
| 659 | 2025-05-08T21:01:17.587Z | 474 + |
| 660 | 2025-05-08T21:01:17.587Z | 475 + // experimenter option class |
| 661 | 2025-05-08T21:01:17.587Z | 476 + 0xff, 0xff, |
| 662 | 2025-05-08T21:01:17.587Z | 477 + // crt + type |
| 663 | 2025-05-08T21:01:17.587Z | 478 + 0x05, |
| 664 | 2025-05-08T21:01:17.587Z | 479 + // rsvd + len |
| 665 | 2025-05-08T21:01:17.587Z | 480 + 0x01, |
| 666 | 2025-05-08T21:01:17.587Z | 481 + // body |
| 667 | 2025-05-08T21:01:17.587Z | 482 + 0x00, 0x00, 0x00, 0x00, |
| 668 | 2025-05-08T21:01:17.587Z | 483 + |
| 669 | 2025-05-08T21:01:17.587Z | 484 + // experimenter option class |
| 670 | 2025-05-08T21:01:17.587Z | 485 + 0xff, 0xff, |
| 671 | 2025-05-08T21:01:17.587Z | 486 + // crt + type |
| 672 | 2025-05-08T21:01:17.587Z | 487 + 0x06, |
| 673 | 2025-05-08T21:01:17.587Z | 488 + // rsvd + len |
| 674 | 2025-05-08T21:01:17.588Z | 489 + 0x01, |
| 675 | 2025-05-08T21:01:17.588Z | 490 + // body |
| 676 | 2025-05-08T21:01:17.588Z | 491 ~ 0x00, 0x00, 0x00, 0x00]; |
| 677 | 2025-05-08T21:01:17.588Z | | |
| 678 | 2025-05-08T21:01:17.588Z | |
| 679 | 2025-05-08T21:01:17.860Z | warning: `opte` (lib test) generated 14 warnings (run `cargo clippy --fix --lib -p opte --tests` to apply 10 suggestions) |
| 680 | 2025-05-08T21:01:17.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.86s |
| 681 | 2025-05-08T21:01:17.893Z | |
| 682 | 2025-05-08T21:01:17.897Z | real 35.046478582 |
| 683 | 2025-05-08T21:01:17.897Z | user 2:09.442339851 |
| 684 | 2025-05-08T21:01:17.897Z | sys 18.831446594 |
| 685 | 2025-05-08T21:01:17.897Z | trap 0.066855901 |
| 686 | 2025-05-08T21:01:17.897Z | tflt 0.303648813 |
| 687 | 2025-05-08T21:01:17.897Z | dflt 0.403975605 |
| 688 | 2025-05-08T21:01:17.897Z | kflt 0.000026408 |
| 689 | 2025-05-08T21:01:17.897Z | lock 3:16.291486381 |
| 690 | 2025-05-08T21:01:17.897Z | slp 7:53.202826416 |
| 691 | 2025-05-08T21:01:17.897Z | lat 4.234777647 |
| 692 | 2025-05-08T21:01:17.897Z | stop 7.034984372 |
| 693 | 2025-05-08T21:01:17.897Z | + header 'analyze no_std + engine + kernel' |
| 694 | 2025-05-08T21:01:17.897Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 695 | 2025-05-08T21:01:17.897Z | # ==== analyze no_std + engine + kernel ==== # |
| 696 | 2025-05-08T21:01:17.897Z | + ptime -m cargo +nightly-2025-02-20-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel |
| 697 | 2025-05-08T21:01:18.211Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 698 | 2025-05-08T21:01:18.211Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 699 | 2025-05-08T21:01:18.215Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 700 | 2025-05-08T21:01:18.215Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 701 | 2025-05-08T21:01:18.679Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 702 | 2025-05-08T21:01:25.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.78s |
| 703 | 2025-05-08T21:01:25.823Z | |
| 704 | 2025-05-08T21:01:25.826Z | real 7.921821452 |
| 705 | 2025-05-08T21:01:25.826Z | user 8.638874235 |
| 706 | 2025-05-08T21:01:25.826Z | sys 1.229832862 |
| 707 | 2025-05-08T21:01:25.826Z | trap 0.001210386 |
| 708 | 2025-05-08T21:01:25.826Z | tflt 0.005191450 |
| 709 | 2025-05-08T21:01:25.826Z | dflt 0.002431077 |
| 710 | 2025-05-08T21:01:25.826Z | kflt 0.000000000 |
| 711 | 2025-05-08T21:01:25.826Z | lock 20.601534154 |
| 712 | 2025-05-08T21:01:25.826Z | slp 29.071080095 |
| 713 | 2025-05-08T21:01:25.826Z | lat 0.041744982 |
| 714 | 2025-05-08T21:01:25.826Z | stop 0.161888856 |
| 715 | 2025-05-08T21:01:25.826Z | + header test |
| 716 | 2025-05-08T21:01:25.826Z | + echo '# ==== test ==== #' |
| 717 | 2025-05-08T21:01:25.826Z | # ==== test ==== # |
| 718 | 2025-05-08T21:01:25.826Z | + ptime -m cargo test |
| 719 | 2025-05-08T21:01:26.096Z | Compiling unicode-ident v1.0.18 |
| 720 | 2025-05-08T21:01:26.096Z | Compiling memchr v2.7.4 |
| 721 | 2025-05-08T21:01:26.096Z | Compiling byteorder v1.5.0 |
| 722 | 2025-05-08T21:01:26.100Z | Compiling ucd-trie v0.1.7 |
| 723 | 2025-05-08T21:01:26.105Z | Compiling ryu v1.0.20 |
| 724 | 2025-05-08T21:01:26.112Z | Compiling itoa v1.0.15 |
| 725 | 2025-05-08T21:01:26.118Z | Compiling libc v0.2.172 |
| 726 | 2025-05-08T21:01:26.121Z | Compiling either v1.15.0 |
| 727 | 2025-05-08T21:01:26.279Z | Compiling proc-macro2 v1.0.95 |
| 728 | 2025-05-08T21:01:26.304Z | Compiling plain v0.2.3 |
| 729 | 2025-05-08T21:01:26.424Z | Compiling log v0.4.27 |
| 730 | 2025-05-08T21:01:26.456Z | Compiling stable_deref_trait v1.2.0 |
| 731 | 2025-05-08T21:01:26.481Z | Compiling itertools v0.13.0 |
| 732 | 2025-05-08T21:01:26.519Z | Compiling hash32 v0.3.1 |
| 733 | 2025-05-08T21:01:26.542Z | Compiling cfg-if v1.0.0 |
| 734 | 2025-05-08T21:01:26.629Z | Compiling pretty-hex v0.4.1 |
| 735 | 2025-05-08T21:01:26.671Z | Compiling macaddr v1.0.1 |
| 736 | 2025-05-08T21:01:26.743Z | Compiling thread-id v4.2.2 |
| 737 | 2025-05-08T21:01:26.755Z | Compiling heapless v0.8.0 |
| 738 | 2025-05-08T21:01:26.771Z | Compiling managed v0.8.0 |
| 739 | 2025-05-08T21:01:26.827Z | Compiling cobs v0.2.3 |
| 740 | 2025-05-08T21:01:26.843Z | Compiling bitflags v1.3.2 |
| 741 | 2025-05-08T21:01:26.934Z | Compiling memmap v0.7.0 |
| 742 | 2025-05-08T21:01:27.001Z | Compiling aho-corasick v1.1.3 |
| 743 | 2025-05-08T21:01:27.123Z | Compiling quote v1.0.40 |
| 744 | 2025-05-08T21:01:27.186Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 745 | 2025-05-08T21:01:27.243Z | Compiling unicode-width v0.2.0 |
| 746 | 2025-05-08T21:01:27.577Z | Compiling syn v2.0.101 |
| 747 | 2025-05-08T21:01:27.673Z | Compiling smoltcp v0.11.0 |
| 748 | 2025-05-08T21:01:27.751Z | Compiling ipnetwork v0.21.1 |
| 749 | 2025-05-08T21:01:27.807Z | Compiling tabwriter v1.4.1 |
| 750 | 2025-05-08T21:01:27.935Z | Compiling crc32fast v1.4.2 |
| 751 | 2025-05-08T21:01:28.208Z | Compiling itertools v0.14.0 |
| 752 | 2025-05-08T21:01:28.246Z | Compiling dyn-clone v1.0.19 |
| 753 | 2025-05-08T21:01:28.721Z | Compiling regex-automata v0.4.9 |
| 754 | 2025-05-08T21:01:31.670Z | Compiling regex v1.11.1 |
| 755 | 2025-05-08T21:01:32.863Z | Compiling darling_core v0.20.11 |
| 756 | 2025-05-08T21:01:34.079Z | Compiling serde_derive v1.0.219 |
| 757 | 2025-05-08T21:01:34.079Z | Compiling thiserror-impl v2.0.12 |
| 758 | 2025-05-08T21:01:34.082Z | Compiling thiserror-impl v1.0.69 |
| 759 | 2025-05-08T21:01:34.082Z | Compiling zerocopy-derive v0.7.35 |
| 760 | 2025-05-08T21:01:34.082Z | Compiling scroll_derive v0.12.1 |
| 761 | 2025-05-08T21:01:34.082Z | Compiling zerocopy-derive v0.8.25 |
| 762 | 2025-05-08T21:01:34.082Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 763 | 2025-05-08T21:01:35.609Z | Compiling scroll v0.12.0 |
| 764 | 2025-05-08T21:01:35.986Z | Compiling zerocopy v0.7.35 |
| 765 | 2025-05-08T21:01:36.065Z | Compiling goblin v0.8.2 |
| 766 | 2025-05-08T21:01:36.586Z | Compiling thiserror v1.0.69 |
| 767 | 2025-05-08T21:01:36.592Z | Compiling thiserror v2.0.12 |
| 768 | 2025-05-08T21:01:36.727Z | Compiling pest v2.8.0 |
| 769 | 2025-05-08T21:01:36.801Z | Compiling zerocopy v0.8.25 |
| 770 | 2025-05-08T21:01:36.993Z | Compiling darling_macro v0.20.11 |
| 771 | 2025-05-08T21:01:37.970Z | Compiling darling v0.20.11 |
| 772 | 2025-05-08T21:01:38.048Z | Compiling ingot-macros v0.1.0 |
| 773 | 2025-05-08T21:01:38.052Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 774 | 2025-05-08T21:01:38.715Z | Compiling pest_meta v2.8.0 |
| 775 | 2025-05-08T21:01:38.800Z | Compiling serde v1.0.219 |
| 776 | 2025-05-08T21:01:39.665Z | Compiling pest_generator v2.8.0 |
| 777 | 2025-05-08T21:01:40.979Z | Compiling pest_derive v2.8.0 |
| 778 | 2025-05-08T21:01:41.960Z | Compiling dtrace-parser v0.2.0 |
| 779 | 2025-05-08T21:01:42.965Z | Compiling ingot-types v0.1.0 |
| 780 | 2025-05-08T21:01:43.208Z | Compiling serde_json v1.0.140 |
| 781 | 2025-05-08T21:01:43.208Z | Compiling bitflags v2.9.0 |
| 782 | 2025-05-08T21:01:43.211Z | Compiling postcard v1.1.1 |
| 783 | 2025-05-08T21:01:43.444Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 784 | 2025-05-08T21:01:43.539Z | Compiling ingot v0.1.0 |
| 785 | 2025-05-08T21:01:43.593Z | Compiling serde_tokenstream v0.2.2 |
| 786 | 2025-05-08T21:01:44.453Z | Compiling dof v0.3.0 |
| 787 | 2025-05-08T21:01:44.993Z | Compiling usdt-impl v0.5.0 |
| 788 | 2025-05-08T21:01:45.950Z | Compiling usdt-attr-macro v0.5.0 |
| 789 | 2025-05-08T21:01:45.950Z | Compiling usdt-macro v0.5.0 |
| 790 | 2025-05-08T21:01:46.205Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 791 | 2025-05-08T21:01:46.942Z | Compiling usdt v0.5.0 |
| 792 | 2025-05-08T21:02:03.164Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 37.28s |
| 793 | 2025-05-08T21:02:03.183Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-b4e7cc386822b723) |
| 794 | 2025-05-08T21:02:03.196Z | |
| 795 | 2025-05-08T21:02:03.196Z | running 72 tests |
| 796 | 2025-05-08T21:02:03.199Z | test d_error::tests::name_truncation ... ok |
| 797 | 2025-05-08T21:02:03.200Z | test d_error::tests::name_and_data_storage ... ok |
| 798 | 2025-05-08T21:02:03.200Z | test ddi::mblk::test::chain_append_links ... ok |
| 799 | 2025-05-08T21:02:03.200Z | test ddi::mblk::test::chain_breaks_links ... ok |
| 800 | 2025-05-08T21:02:03.200Z | test ddi::mblk::test::chain_has_correct_ends ... ok |
| 801 | 2025-05-08T21:02:03.200Z | test ddi::mblk::test::chain_drain_complete ... ok |
| 802 | 2025-05-08T21:02:03.200Z | test ddi::mblk::test::prefix_len ... ok |
| 803 | 2025-05-08T21:02:03.200Z | test ddi::mblk::test::expand_and_shrink ... ok |
| 804 | 2025-05-08T21:02:03.200Z | test ddi::mblk::test::read_seg ... ok |
| 805 | 2025-05-08T21:02:03.200Z | test ddi::mblk::test::test_long_packet_continuation ... ok |
| 806 | 2025-05-08T21:02:03.200Z | test ddi::mblk::test::uninitialized_packet ... ok |
| 807 | 2025-05-08T21:02:03.200Z | test ddi::mblk::test::truncate ... ok |
| 808 | 2025-05-08T21:02:03.200Z | test ddi::mblk::test::wrap ... ok |
| 809 | 2025-05-08T21:02:03.200Z | test ddi::time::test::good_interval ... ok |
| 810 | 2025-05-08T21:02:03.200Z | test ddi::mblk::test::zero_byte_packet ... ok |
| 811 | 2025-05-08T21:02:03.200Z | test engine::dhcp::test::domainname_encode ... ok |
| 812 | 2025-05-08T21:02:03.200Z | test engine::dhcp::test::hostname_encode ... ok |
| 813 | 2025-05-08T21:02:03.200Z | test engine::dhcp::test::offlink_encode ... ok |
| 814 | 2025-05-08T21:02:03.200Z | test engine::dhcp::test::domain_search_option_encode ... ok |
| 815 | 2025-05-08T21:02:03.200Z | test engine::dhcp::test::rfc3442_encode ... ok |
| 816 | 2025-05-08T21:02:03.200Z | test engine::dhcpv6::options::test::test_client_id ... ok |
| 817 | 2025-05-08T21:02:03.200Z | test engine::dhcpv6::options::test::test_domain_list_from_slice ... ok |
| 818 | 2025-05-08T21:02:03.200Z | test engine::dhcpv6::options::test::test_dns_servers ... ok |
| 819 | 2025-05-08T21:02:03.200Z | test engine::dhcpv6::options::test::test_elapsed_time ... ok |
| 820 | 2025-05-08T21:02:03.200Z | test ddi::time::test::bad_interval - should panic ... ok |
| 821 | 2025-05-08T21:02:03.200Z | test engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok |
| 822 | 2025-05-08T21:02:03.201Z | test engine::dhcpv6::options::test::test_iata ... ok |
| 823 | 2025-05-08T21:02:03.201Z | test engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok |
| 824 | 2025-05-08T21:02:03.201Z | test engine::dhcpv6::options::test::test_iana ... ok |
| 825 | 2025-05-08T21:02:03.201Z | test engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok |
| 826 | 2025-05-08T21:02:03.201Z | test engine::dhcpv6::options::test::test_parse_snooped_iana ... ok |
| 827 | 2025-05-08T21:02:03.201Z | test engine::dhcpv6::options::test::test_server_id ... ok |
| 828 | 2025-05-08T21:02:03.201Z | test engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok |
| 829 | 2025-05-08T21:02:03.201Z | test engine::dhcpv6::options::test::test_sntp_servers ... ok |
| 830 | 2025-05-08T21:02:03.201Z | test engine::dhcpv6::options::test::test_status ... ok |
| 831 | 2025-05-08T21:02:03.201Z | test engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok |
| 832 | 2025-05-08T21:02:03.201Z | test engine::dhcpv6::options::test::test_option_request ... ok |
| 833 | 2025-05-08T21:02:03.201Z | test engine::dhcpv6::options::test::test_rapid_commit ... ok |
| 834 | 2025-05-08T21:02:03.205Z | test engine::dhcpv6::test::test_duid_from_mac ... ok |
| 835 | 2025-05-08T21:02:03.205Z | test engine::ether::test::emit ... ok |
| 836 | 2025-05-08T21:02:03.205Z | test engine::flow_table::test::flow_expired ... ok |
| 837 | 2025-05-08T21:02:03.205Z | test engine::geneve::test::parse_multi_opt ... ok |
| 838 | 2025-05-08T21:02:03.205Z | test engine::geneve::test::emit_no_opts ... ok |
| 839 | 2025-05-08T21:02:03.205Z | test engine::flow_table::test::flow_clear ... ok |
| 840 | 2025-05-08T21:02:03.205Z | test engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok |
| 841 | 2025-05-08T21:02:03.205Z | test engine::geneve::test::emit_external_opt ... ok |
| 842 | 2025-05-08T21:02:03.205Z | test engine::geneve::test::parse_single_opt ... ok |
| 843 | 2025-05-08T21:02:03.205Z | test engine::ip::v4::test::cidr_match ... ok |
| 844 | 2025-05-08T21:02:03.205Z | test engine::geneve::test::unknown_crit_option_fails ... ok |
| 845 | 2025-05-08T21:02:03.205Z | test engine::ip::v4::test::emit ... ok |
| 846 | 2025-05-08T21:02:03.205Z | test engine::ip::v4::test::match_check ... ok |
| 847 | 2025-05-08T21:02:03.205Z | test engine::ip::v6::test::emit ... ok |
| 848 | 2025-05-08T21:02:03.205Z | test engine::ip::v6::test::from_pairs ... ok |
| 849 | 2025-05-08T21:02:03.205Z | test engine::ip::v6::test::test_set_total_len ... ok |
| 850 | 2025-05-08T21:02:03.205Z | test engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok |
| 851 | 2025-05-08T21:02:03.205Z | test engine::ip::v6::test::test_ipv6_addr_match_exact ... ok |
| 852 | 2025-05-08T21:02:03.205Z | test engine::layer::test::find_rule ... ok |
| 853 | 2025-05-08T21:02:03.205Z | test engine::nat::test::nat4_rewrite ... ok |
| 854 | 2025-05-08T21:02:03.205Z | test engine::packet::test::read_single_segment ... ok |
| 855 | 2025-05-08T21:02:03.205Z | test engine::packet::test::read_multi_segment ... ok |
| 856 | 2025-05-08T21:02:03.205Z | test engine::ip::v6::test::test_extension_header_lengths_ok ... ok |
| 857 | 2025-05-08T21:02:03.206Z | test engine::ip::v6::test::bad_ipv6_version_caught ... ok |
| 858 | 2025-05-08T21:02:03.206Z | test engine::packet::test::small_packet_with_padding ... ok |
| 859 | 2025-05-08T21:02:03.206Z | test engine::packet::test::straddled_tcp ... ok |
| 860 | 2025-05-08T21:02:03.206Z | test engine::packet::test::udp6_packet_with_padding ... ok |
| 861 | 2025-05-08T21:02:03.206Z | test engine::parse::test::icmp4_body_csum_equals_body ... ok |
| 862 | 2025-05-08T21:02:03.206Z | test engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok |
| 863 | 2025-05-08T21:02:03.206Z | test engine::rule::rule_matching ... ok |
| 864 | 2025-05-08T21:02:03.206Z | test engine::snat::test::snat4_desc_lifecycle ... ok |
| 865 | 2025-05-08T21:02:03.206Z | test engine::snat::test::nat_mappings ... ok |
| 866 | 2025-05-08T21:02:03.206Z | test engine::snat::test::test_nat_pool_different_ip_types ... ok |
| 867 | 2025-05-08T21:02:03.206Z | test engine::packet::test::parse_ipv6_extension_headers_ok ... ok |
| 868 | 2025-05-08T21:02:03.206Z | |
| 869 | 2025-05-08T21:02:03.206Z | test result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 870 | 2025-05-08T21:02:03.206Z | |
| 871 | 2025-05-08T21:02:03.206Z | Doc-tests opte |
| 872 | 2025-05-08T21:02:06.110Z | |
| 873 | 2025-05-08T21:02:06.110Z | running 3 tests |
| 874 | 2025-05-08T21:02:06.113Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored |
| 875 | 2025-05-08T21:02:06.117Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok |
| 876 | 2025-05-08T21:02:06.117Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok |
| 877 | 2025-05-08T21:02:06.117Z | |
| 878 | 2025-05-08T21:02:06.117Z | test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 879 | 2025-05-08T21:02:06.117Z | |
| 880 | 2025-05-08T21:02:06.160Z | |
| 881 | 2025-05-08T21:02:06.164Z | real 40.323040555 |
| 882 | 2025-05-08T21:02:06.164Z | user 2:25.121699827 |
| 883 | 2025-05-08T21:02:06.164Z | sys 16.380034275 |
| 884 | 2025-05-08T21:02:06.164Z | trap 0.063450558 |
| 885 | 2025-05-08T21:02:06.164Z | tflt 0.267377226 |
| 886 | 2025-05-08T21:02:06.164Z | dflt 0.478235555 |
| 887 | 2025-05-08T21:02:06.164Z | kflt 0.000022187 |
| 888 | 2025-05-08T21:02:06.164Z | lock 3:45.669988192 |
| 889 | 2025-05-08T21:02:06.164Z | slp 7:13.391991381 |
| 890 | 2025-05-08T21:02:06.164Z | lat 3.388750099 |
| 891 | 2025-05-08T21:02:06.164Z | stop 5.971162140 |
| 892 | 2025-05-08T21:02:06.164Z | process exited: duration 137731 ms, exit code 0 |
| |
| 893 | 2025-05-08T21:02:06.172Z | found 0 output files |