|
|
|
| 1 | 2025-05-08T20:59:23.402Z | job assigned to worker 01JTRV26FP8EE3CFG3Z2A39QR9 [factory aws, i-06eb4db524ed3c5f4] (queued for 1 m 14 s) |
| |
| 2 | 2025-05-08T20:59:31.015Z | starting task 0: "setup" |
| 3 | 2025-05-08T20:59:31.020Z | ++ uname -s |
| 4 | 2025-05-08T20:59:31.023Z | + kern=SunOS |
| 5 | 2025-05-08T20:59:31.023Z | + build_user=build |
| 6 | 2025-05-08T20:59:31.023Z | + build_uid=12345 |
| 7 | 2025-05-08T20:59:31.023Z | + work_dir=/work |
| 8 | 2025-05-08T20:59:31.023Z | + input_dir=/input |
| 9 | 2025-05-08T20:59:31.023Z | + [[ 0 == 12345 ]] |
| 10 | 2025-05-08T20:59:31.023Z | + case "$kern" in |
| 11 | 2025-05-08T20:59:31.023Z | + groupadd -g 12345 build |
| 12 | 2025-05-08T20:59:31.027Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-05-08T20:59:33.032Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-05-08T20:59:33.147Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-05-08T20:59:33.150Z | + home_fs=zfs |
| 16 | 2025-05-08T20:59:33.150Z | + [[ zfs == autofs ]] |
| 17 | 2025-05-08T20:59:33.150Z | + mkdir -p /home/build |
| 18 | 2025-05-08T20:59:33.153Z | + chown build:build /home/build /work |
| 19 | 2025-05-08T20:59:35.154Z | + chmod 0700 /home/build /work |
| 20 | 2025-05-08T20:59:35.158Z | process exited: duration 4144 ms, exit code 0 |
| |
| 21 | 2025-05-08T20:59:35.165Z | starting task 1: "rust-toolchain" |
| 22 | 2025-05-08T20:59:35.171Z | + printf ' * rust toolchain channel = "%s"\n' 1.86.0 |
| 23 | 2025-05-08T20:59:35.171Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2025-05-08T20:59:35.171Z | * rust toolchain channel = "1.86.0" |
| 25 | 2025-05-08T20:59:35.171Z | * rust toolchain profile = "default" |
| 26 | 2025-05-08T20:59:35.171Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-05-08T20:59:35.171Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-05-08T20:59:35.174Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-05-08T20:59:35.174Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.86.0 --profile default |
| 30 | 2025-05-08T20:59:35.443Z | info: downloading installer |
| 31 | 2025-05-08T20:59:36.721Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-05-08T20:59:36.721Z | warn: /opt/ooce/bin |
| 33 | 2025-05-08T20:59:36.722Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-05-08T20:59:36.722Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-05-08T20:59:36.722Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-05-08T20:59:36.722Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-05-08T20:59:36.722Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-05-08T20:59:36.722Z | error: cannot install while Rust is installed |
| 39 | 2025-05-08T20:59:36.722Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-05-08T20:59:36.739Z | info: profile set to 'default' |
| 41 | 2025-05-08T20:59:36.739Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-05-08T20:59:36.744Z | info: syncing channel updates for '1.86.0-x86_64-unknown-illumos' |
| 43 | 2025-05-08T20:59:36.935Z | info: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31) |
| 44 | 2025-05-08T20:59:36.935Z | info: downloading component 'cargo' |
| 45 | 2025-05-08T20:59:37.695Z | info: downloading component 'clippy' |
| 46 | 2025-05-08T20:59:38.124Z | info: downloading component 'rust-docs' |
| 47 | 2025-05-08T20:59:39.419Z | info: downloading component 'rust-std' |
| 48 | 2025-05-08T20:59:40.934Z | info: downloading component 'rustc' |
| 49 | 2025-05-08T20:59:48.258Z | info: downloading component 'rustfmt' |
| 50 | 2025-05-08T20:59:48.539Z | info: installing component 'cargo' |
| 51 | 2025-05-08T20:59:49.381Z | info: installing component 'clippy' |
| 52 | 2025-05-08T20:59:49.766Z | info: installing component 'rust-docs' |
| 53 | 2025-05-08T20:59:51.661Z | info: installing component 'rust-std' |
| 54 | 2025-05-08T20:59:53.406Z | info: installing component 'rustc' |
| 55 | 2025-05-08T20:59:59.875Z | info: installing component 'rustfmt' |
| 56 | 2025-05-08T21:00:00.221Z | info: default toolchain set to '1.86.0-x86_64-unknown-illumos' |
| 57 | 2025-05-08T21:00:00.221Z | |
| 58 | 2025-05-08T21:00:00.649Z | 1.86.0-x86_64-unknown-illumos installed - rustc 1.86.0 (05f9846f8 2025-03-31) |
| 59 | 2025-05-08T21:00:00.649Z | |
| 60 | 2025-05-08T21:00:00.652Z | |
| 61 | 2025-05-08T21:00:00.652Z | Rust is installed now. Great! |
| 62 | 2025-05-08T21:00:00.652Z | |
| 63 | 2025-05-08T21:00:00.652Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-05-08T21:00:00.652Z | environment variable. This has not been done automatically. |
| 65 | 2025-05-08T21:00:00.652Z | |
| 66 | 2025-05-08T21:00:00.652Z | To configure your current shell, you need to source |
| 67 | 2025-05-08T21:00:00.652Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-05-08T21:00:00.652Z | |
| 69 | 2025-05-08T21:00:00.652Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-05-08T21:00:00.652Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-05-08T21:00:00.652Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-05-08T21:00:00.654Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-05-08T21:00:00.752Z | + rustup --version |
| 74 | 2025-05-08T21:00:00.765Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-05-08T21:00:00.766Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-05-08T21:00:00.852Z | info: The currently active `rustc` version is `rustc 1.86.0 (05f9846f8 2025-03-31)` |
| 77 | 2025-05-08T21:00:00.856Z | + cargo --version |
| 78 | 2025-05-08T21:00:00.927Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
| 79 | 2025-05-08T21:00:00.930Z | + rustc --version |
| 80 | 2025-05-08T21:00:01.024Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
| 81 | 2025-05-08T21:00:01.031Z | process exited: duration 25863 ms, exit code 0 |
| |
| 82 | 2025-05-08T21:00:01.038Z | starting task 2: "authentication" |
| 83 | 2025-05-08T21:00:01.069Z | process exited: duration 30 ms, exit code 0 |
| |
| 84 | 2025-05-08T21:00:01.077Z | starting task 3: "clone repository" |
| 85 | 2025-05-08T21:00:01.084Z | + mkdir -p /work/oxidecomputer/opte |
| 86 | 2025-05-08T21:00:01.088Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 87 | 2025-05-08T21:00:01.131Z | Cloning into '/work/oxidecomputer/opte'... |
| 88 | 2025-05-08T21:00:02.309Z | + cd /work/oxidecomputer/opte |
| 89 | 2025-05-08T21:00:02.313Z | + git fetch origin b0fbbab6e22067d07fa4a2927e6dbd2bc6f6ff27 |
| 90 | 2025-05-08T21:00:02.579Z | From https://github.com/oxidecomputer/opte |
| 91 | 2025-05-08T21:00:02.579Z | * branch b0fbbab6e22067d07fa4a2927e6dbd2bc6f6ff27 -> FETCH_HEAD |
| 92 | 2025-05-08T21:00:02.590Z | + [[ -n various-mtu-fixes ]] |
| 93 | 2025-05-08T21:00:02.593Z | ++ git branch --show-current |
| 94 | 2025-05-08T21:00:02.596Z | + current=master |
| 95 | 2025-05-08T21:00:02.596Z | + [[ master != various-mtu-fixes ]] |
| 96 | 2025-05-08T21:00:02.596Z | + git branch -f various-mtu-fixes b0fbbab6e22067d07fa4a2927e6dbd2bc6f6ff27 |
| 97 | 2025-05-08T21:00:02.600Z | + git checkout -f various-mtu-fixes |
| 98 | 2025-05-08T21:00:02.623Z | Switched to branch 'various-mtu-fixes' |
| 99 | 2025-05-08T21:00:02.626Z | + git reset --hard b0fbbab6e22067d07fa4a2927e6dbd2bc6f6ff27 |
| 100 | 2025-05-08T21:00:02.648Z | HEAD is now at b0fbbab 🦒 Mergiraf does not cure all ails 🦒 |
| 101 | 2025-05-08T21:00:02.651Z | process exited: duration 1572 ms, exit code 0 |
| |
| 102 | 2025-05-08T21:00:02.658Z | starting task 4: "build" |
| 103 | 2025-05-08T21:00:02.664Z | + source .github/buildomat/common.sh |
| 104 | 2025-05-08T21:00:02.664Z | ++ rustup show active-toolchain |
| 105 | 2025-05-08T21:00:02.717Z | 1.86.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 106 | 2025-05-08T21:00:02.722Z | ++ pushd xde |
| 107 | 2025-05-08T21:00:02.725Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 108 | 2025-05-08T21:00:02.725Z | ++ rustup show active-toolchain |
| 109 | 2025-05-08T21:00:02.731Z | info: syncing channel updates for 'nightly-2025-02-20-x86_64-unknown-illumos' |
| 110 | 2025-05-08T21:00:02.927Z | info: latest update on 2025-02-20, rust version 1.87.0-nightly (f280acf4c 2025-02-19) |
| 111 | 2025-05-08T21:00:02.927Z | info: downloading component 'cargo' |
| 112 | 2025-05-08T21:00:03.916Z | info: downloading component 'clippy' |
| 113 | 2025-05-08T21:00:04.295Z | info: downloading component 'rust-src' |
| 114 | 2025-05-08T21:00:04.545Z | info: downloading component 'rust-std' |
| 115 | 2025-05-08T21:00:06.681Z | info: downloading component 'rustc' |
| 116 | 2025-05-08T21:00:12.911Z | info: downloading component 'rustfmt' |
| 117 | 2025-05-08T21:00:13.192Z | info: installing component 'cargo' |
| 118 | 2025-05-08T21:00:14.109Z | info: installing component 'clippy' |
| 119 | 2025-05-08T21:00:14.501Z | info: installing component 'rust-src' |
| 120 | 2025-05-08T21:00:14.845Z | info: installing component 'rust-std' |
| 121 | 2025-05-08T21:00:16.518Z | info: installing component 'rustc' |
| 122 | 2025-05-08T21:00:23.115Z | info: installing component 'rustfmt' |
| 123 | 2025-05-08T21:00:23.452Z | nightly-2025-02-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 124 | 2025-05-08T21:00:23.535Z | +++ rustup show active-toolchain -v |
| 125 | 2025-05-08T21:00:23.538Z | +++ head -n 1 |
| 126 | 2025-05-08T21:00:23.538Z | +++ cut '-d ' -f1 |
| 127 | 2025-05-08T21:00:23.637Z | ++ export NIGHTLY=nightly-2025-02-20-x86_64-unknown-illumos |
| 128 | 2025-05-08T21:00:23.637Z | ++ NIGHTLY=nightly-2025-02-20-x86_64-unknown-illumos |
| 129 | 2025-05-08T21:00:23.637Z | ++ popd |
| 130 | 2025-05-08T21:00:23.641Z | /work/oxidecomputer/opte |
| 131 | 2025-05-08T21:00:23.641Z | + cargo --version |
| 132 | 2025-05-08T21:00:23.695Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
| 133 | 2025-05-08T21:00:23.699Z | + rustc --version |
| 134 | 2025-05-08T21:00:23.771Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
| 135 | 2025-05-08T21:00:23.774Z | + cd lib/oxide-vpc |
| 136 | 2025-05-08T21:00:23.774Z | + header 'check style' |
| 137 | 2025-05-08T21:00:23.774Z | + echo '# ==== check style ==== #' |
| 138 | 2025-05-08T21:00:23.774Z | # ==== check style ==== # |
| 139 | 2025-05-08T21:00:23.774Z | + ptime -m cargo +nightly-2025-02-20-x86_64-unknown-illumos fmt -- --check |
| 140 | 2025-05-08T21:00:24.041Z | |
| 141 | 2025-05-08T21:00:24.041Z | real 0.264531426 |
| 142 | 2025-05-08T21:00:24.041Z | user 0.190662044 |
| 143 | 2025-05-08T21:00:24.041Z | sys 0.070149891 |
| 144 | 2025-05-08T21:00:24.041Z | trap 0.000016088 |
| 145 | 2025-05-08T21:00:24.041Z | tflt 0.000009738 |
| 146 | 2025-05-08T21:00:24.041Z | dflt 0.000016745 |
| 147 | 2025-05-08T21:00:24.041Z | kflt 0.000000000 |
| 148 | 2025-05-08T21:00:24.041Z | lock 0.653445501 |
| 149 | 2025-05-08T21:00:24.041Z | slp 0.274608993 |
| 150 | 2025-05-08T21:00:24.041Z | lat 0.001785191 |
| 151 | 2025-05-08T21:00:24.042Z | stop 0.000158651 |
| 152 | 2025-05-08T21:00:24.045Z | + header 'check docs' |
| 153 | 2025-05-08T21:00:24.045Z | + echo '# ==== check docs ==== #' |
| 154 | 2025-05-08T21:00:24.045Z | # ==== check docs ==== # |
| 155 | 2025-05-08T21:00:24.045Z | + RUSTDOCFLAGS='-D warnings' |
| 156 | 2025-05-08T21:00:24.045Z | + 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:24.149Z | Updating crates.io index |
| 158 | 2025-05-08T21:00:24.187Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 159 | 2025-05-08T21:00:25.749Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 160 | 2025-05-08T21:00:26.061Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 161 | 2025-05-08T21:00:26.406Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 162 | 2025-05-08T21:00:26.690Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 163 | 2025-05-08T21:00:27.001Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 164 | 2025-05-08T21:00:27.297Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 165 | 2025-05-08T21:00:28.100Z | Downloading crates ... |
| 166 | 2025-05-08T21:00:28.161Z | Downloaded either v1.15.0 |
| 167 | 2025-05-08T21:00:28.169Z | Downloaded bitflags v2.9.0 |
| 168 | 2025-05-08T21:00:28.176Z | Downloaded darling_macro v0.20.11 |
| 169 | 2025-05-08T21:00:28.179Z | Downloaded defmt v0.3.100 |
| 170 | 2025-05-08T21:00:28.186Z | Downloaded usdt-attr-macro v0.5.0 |
| 171 | 2025-05-08T21:00:28.192Z | Downloaded ident_case v1.0.1 |
| 172 | 2025-05-08T21:00:28.204Z | Downloaded scroll_derive v0.12.1 |
| 173 | 2025-05-08T21:00:28.210Z | Downloaded pretty-hex v0.4.1 |
| 174 | 2025-05-08T21:00:28.213Z | Downloaded usdt-macro v0.5.0 |
| 175 | 2025-05-08T21:00:28.216Z | Downloaded cfg-if v1.0.0 |
| 176 | 2025-05-08T21:00:28.216Z | Downloaded dtrace-parser v0.2.0 |
| 177 | 2025-05-08T21:00:28.219Z | Downloaded fnv v1.0.7 |
| 178 | 2025-05-08T21:00:28.223Z | Downloaded tabwriter v1.4.1 |
| 179 | 2025-05-08T21:00:28.223Z | Downloaded digest v0.10.7 |
| 180 | 2025-05-08T21:00:28.226Z | Downloaded cpufeatures v0.2.17 |
| 181 | 2025-05-08T21:00:28.226Z | Downloaded embedded-io v0.4.0 |
| 182 | 2025-05-08T21:00:28.229Z | Downloaded dof v0.3.0 |
| 183 | 2025-05-08T21:00:28.229Z | Downloaded generic-array v0.14.7 |
| 184 | 2025-05-08T21:00:28.229Z | Downloaded dyn-clone v1.0.19 |
| 185 | 2025-05-08T21:00:28.232Z | Downloaded hash32 v0.3.1 |
| 186 | 2025-05-08T21:00:28.232Z | Downloaded defmt-macros v1.0.1 |
| 187 | 2025-05-08T21:00:28.236Z | Downloaded crypto-common v0.1.6 |
| 188 | 2025-05-08T21:00:28.239Z | Downloaded thiserror-impl v1.0.69 |
| 189 | 2025-05-08T21:00:28.239Z | Downloaded itoa v1.0.15 |
| 190 | 2025-05-08T21:00:28.239Z | Downloaded cobs v0.2.3 |
| 191 | 2025-05-08T21:00:28.243Z | Downloaded block-buffer v0.10.4 |
| 192 | 2025-05-08T21:00:28.243Z | Downloaded defmt-parser v1.0.0 |
| 193 | 2025-05-08T21:00:28.247Z | Downloaded usdt-impl v0.5.0 |
| 194 | 2025-05-08T21:00:28.247Z | Downloaded ipnetwork v0.21.1 |
| 195 | 2025-05-08T21:00:28.253Z | Downloaded version_check v0.9.5 |
| 196 | 2025-05-08T21:00:28.256Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 197 | 2025-05-08T21:00:28.256Z | Downloaded thread-id v4.2.2 |
| 198 | 2025-05-08T21:00:28.260Z | Downloaded thiserror v1.0.69 |
| 199 | 2025-05-08T21:00:28.263Z | Downloaded plain v0.2.3 |
| 200 | 2025-05-08T21:00:28.263Z | Downloaded stable_deref_trait v1.2.0 |
| 201 | 2025-05-08T21:00:28.266Z | Downloaded ingot-types v0.1.0 |
| 202 | 2025-05-08T21:00:28.266Z | Downloaded strsim v0.11.1 |
| 203 | 2025-05-08T21:00:28.266Z | Downloaded memmap v0.7.0 |
| 204 | 2025-05-08T21:00:28.269Z | Downloaded managed v0.8.0 |
| 205 | 2025-05-08T21:00:28.269Z | Downloaded usdt v0.5.0 |
| 206 | 2025-05-08T21:00:28.272Z | Downloaded ingot v0.1.0 |
| 207 | 2025-05-08T21:00:28.273Z | Downloaded embedded-io v0.6.1 |
| 208 | 2025-05-08T21:00:28.273Z | Downloaded bitflags v1.3.2 |
| 209 | 2025-05-08T21:00:28.276Z | Downloaded serde_tokenstream v0.2.2 |
| 210 | 2025-05-08T21:00:28.279Z | Downloaded pest_generator v2.8.0 |
| 211 | 2025-05-08T21:00:28.279Z | Downloaded macaddr v1.0.1 |
| 212 | 2025-05-08T21:00:28.282Z | Downloaded byteorder v1.5.0 |
| 213 | 2025-05-08T21:00:28.285Z | Downloaded defmt v1.0.1 |
| 214 | 2025-05-08T21:00:28.288Z | Downloaded thiserror-impl v2.0.12 |
| 215 | 2025-05-08T21:00:28.291Z | Downloaded postcard v1.1.1 |
| 216 | 2025-05-08T21:00:28.294Z | Downloaded once_cell v1.21.3 |
| 217 | 2025-05-08T21:00:28.297Z | Downloaded thiserror v2.0.12 |
| 218 | 2025-05-08T21:00:28.302Z | Downloaded quote v1.0.40 |
| 219 | 2025-05-08T21:00:28.306Z | Downloaded proc-macro-error2 v2.0.1 |
| 220 | 2025-05-08T21:00:28.314Z | Downloaded scroll v0.12.0 |
| 221 | 2025-05-08T21:00:28.318Z | Downloaded ingot-macros v0.1.0 |
| 222 | 2025-05-08T21:00:28.323Z | Downloaded unicode-ident v1.0.18 |
| 223 | 2025-05-08T21:00:28.326Z | Downloaded proc-macro2 v1.0.95 |
| 224 | 2025-05-08T21:00:28.329Z | Downloaded darling v0.20.11 |
| 225 | 2025-05-08T21:00:28.333Z | Downloaded zerocopy-derive v0.7.35 |
| 226 | 2025-05-08T21:00:28.336Z | Downloaded sha2 v0.10.9 |
| 227 | 2025-05-08T21:00:28.339Z | Downloaded ucd-trie v0.1.7 |
| 228 | 2025-05-08T21:00:28.343Z | Downloaded log v0.4.27 |
| 229 | 2025-05-08T21:00:28.346Z | Downloaded crc32fast v1.4.2 |
| 230 | 2025-05-08T21:00:28.349Z | Downloaded pest_meta v2.8.0 |
| 231 | 2025-05-08T21:00:28.352Z | Downloaded pest_derive v2.8.0 |
| 232 | 2025-05-08T21:00:28.356Z | Downloaded uuid v1.16.0 |
| 233 | 2025-05-08T21:00:28.359Z | Downloaded ryu v1.0.20 |
| 234 | 2025-05-08T21:00:28.369Z | Downloaded heapless v0.8.0 |
| 235 | 2025-05-08T21:00:28.375Z | Downloaded typenum v1.18.0 |
| 236 | 2025-05-08T21:00:28.379Z | Downloaded serde_derive v1.0.219 |
| 237 | 2025-05-08T21:00:28.382Z | Downloaded darling_core v0.20.11 |
| 238 | 2025-05-08T21:00:28.386Z | Downloaded zerocopy-derive v0.8.25 |
| 239 | 2025-05-08T21:00:28.392Z | Downloaded serde v1.0.219 |
| 240 | 2025-05-08T21:00:28.396Z | Downloaded memchr v2.7.4 |
| 241 | 2025-05-08T21:00:28.457Z | Downloaded zerocopy v0.7.35 |
| 242 | 2025-05-08T21:00:28.473Z | Downloaded pest v2.8.0 |
| 243 | 2025-05-08T21:00:28.478Z | Downloaded itertools v0.13.0 |
| 244 | 2025-05-08T21:00:28.484Z | Downloaded goblin v0.8.2 |
| 245 | 2025-05-08T21:00:28.490Z | Downloaded aho-corasick v1.1.3 |
| 246 | 2025-05-08T21:00:28.495Z | Downloaded itertools v0.14.0 |
| 247 | 2025-05-08T21:00:28.502Z | Downloaded serde_json v1.0.140 |
| 248 | 2025-05-08T21:00:28.510Z | Downloaded zerocopy v0.8.25 |
| 249 | 2025-05-08T21:00:28.534Z | Downloaded regex v1.11.1 |
| 250 | 2025-05-08T21:00:28.555Z | Downloaded unicode-width v0.2.0 |
| 251 | 2025-05-08T21:00:28.560Z | Downloaded syn v2.0.101 |
| 252 | 2025-05-08T21:00:28.572Z | Downloaded smoltcp v0.11.0 |
| 253 | 2025-05-08T21:00:28.584Z | Downloaded regex-syntax v0.8.5 |
| 254 | 2025-05-08T21:00:28.628Z | Downloaded regex-automata v0.4.9 |
| 255 | 2025-05-08T21:00:28.645Z | Downloaded libc v0.2.172 |
| 256 | 2025-05-08T21:00:28.797Z | Compiling proc-macro2 v1.0.95 |
| 257 | 2025-05-08T21:00:28.797Z | Compiling unicode-ident v1.0.18 |
| 258 | 2025-05-08T21:00:28.801Z | Documenting unicode-ident v1.0.18 |
| 259 | 2025-05-08T21:00:28.801Z | Compiling ident_case v1.0.1 |
| 260 | 2025-05-08T21:00:28.801Z | Compiling strsim v0.11.1 |
| 261 | 2025-05-08T21:00:28.801Z | Compiling serde v1.0.219 |
| 262 | 2025-05-08T21:00:28.811Z | Compiling fnv v1.0.7 |
| 263 | 2025-05-08T21:00:28.984Z | Compiling memchr v2.7.4 |
| 264 | 2025-05-08T21:00:29.017Z | Compiling zerocopy v0.8.25 |
| 265 | 2025-05-08T21:00:29.292Z | Compiling regex-syntax v0.8.5 |
| 266 | 2025-05-08T21:00:29.520Z | Compiling either v1.15.0 |
| 267 | 2025-05-08T21:00:29.566Z | Checking byteorder v1.5.0 |
| 268 | 2025-05-08T21:00:29.598Z | Documenting fnv v1.0.7 |
| 269 | 2025-05-08T21:00:29.805Z | Documenting proc-macro2 v1.0.95 |
| 270 | 2025-05-08T21:00:29.916Z | Compiling aho-corasick v1.1.3 |
| 271 | 2025-05-08T21:00:29.937Z | Compiling itertools v0.13.0 |
| 272 | 2025-05-08T21:00:30.475Z | Compiling quote v1.0.40 |
| 273 | 2025-05-08T21:00:30.896Z | Compiling syn v2.0.101 |
| 274 | 2025-05-08T21:00:30.998Z | Documenting quote v1.0.40 |
| 275 | 2025-05-08T21:00:31.104Z | Compiling heapless v0.8.0 |
| 276 | 2025-05-08T21:00:31.713Z | Documenting ident_case v1.0.1 |
| 277 | 2025-05-08T21:00:32.027Z | Documenting syn v2.0.101 |
| 278 | 2025-05-08T21:00:32.693Z | Documenting strsim v0.11.1 |
| 279 | 2025-05-08T21:00:33.218Z | Compiling regex-automata v0.4.9 |
| 280 | 2025-05-08T21:00:33.625Z | Checking hash32 v0.3.1 |
| 281 | 2025-05-08T21:00:33.645Z | Checking macaddr v1.0.1 |
| 282 | 2025-05-08T21:00:33.803Z | Checking stable_deref_trait v1.2.0 |
| 283 | 2025-05-08T21:00:33.903Z | Checking cfg-if v1.0.0 |
| 284 | 2025-05-08T21:00:33.913Z | Documenting memchr v2.7.4 |
| 285 | 2025-05-08T21:00:33.997Z | Compiling smoltcp v0.11.0 |
| 286 | 2025-05-08T21:00:34.622Z | Documenting regex-syntax v0.8.5 |
| 287 | 2025-05-08T21:00:35.266Z | Documenting aho-corasick v1.1.3 |
| 288 | 2025-05-08T21:00:35.412Z | Checking managed v0.8.0 |
| 289 | 2025-05-08T21:00:35.782Z | Checking bitflags v1.3.2 |
| 290 | 2025-05-08T21:00:35.876Z | Checking cobs v0.2.3 |
| 291 | 2025-05-08T21:00:36.303Z | Checking darling_core v0.20.11 |
| 292 | 2025-05-08T21:00:36.890Z | Documenting byteorder v1.5.0 |
| 293 | 2025-05-08T21:00:37.008Z | Documenting regex-automata v0.4.9 |
| 294 | 2025-05-08T21:00:37.722Z | Compiling regex v1.11.1 |
| 295 | 2025-05-08T21:00:38.463Z | Documenting serde_derive v1.0.219 |
| 296 | 2025-05-08T21:00:38.676Z | Documenting darling_core v0.20.11 |
| 297 | 2025-05-08T21:00:39.114Z | Documenting zerocopy-derive v0.8.25 |
| 298 | 2025-05-08T21:00:39.322Z | Documenting hash32 v0.3.1 |
| 299 | 2025-05-08T21:00:39.897Z | Documenting regex v1.11.1 |
| 300 | 2025-05-08T21:00:40.015Z | Documenting macaddr v1.0.1 |
| 301 | 2025-05-08T21:00:40.476Z | Documenting cfg-if v1.0.0 |
| 302 | 2025-05-08T21:00:40.723Z | Checking unicode-width v0.2.0 |
| 303 | 2025-05-08T21:00:40.939Z | Documenting stable_deref_trait v1.2.0 |
| 304 | 2025-05-08T21:00:41.001Z | Documenting darling_macro v0.20.11 |
| 305 | 2025-05-08T21:00:41.054Z | Compiling serde_derive v1.0.219 |
| 306 | 2025-05-08T21:00:41.134Z | Compiling zerocopy-derive v0.8.25 |
| 307 | 2025-05-08T21:00:41.175Z | Checking ipnetwork v0.21.1 |
| 308 | 2025-05-08T21:00:41.426Z | Compiling version_check v0.9.5 |
| 309 | 2025-05-08T21:00:41.521Z | Documenting cobs v0.2.3 |
| 310 | 2025-05-08T21:00:41.656Z | Documenting heapless v0.8.0 |
| 311 | 2025-05-08T21:00:42.021Z | Documenting managed v0.8.0 |
| 312 | 2025-05-08T21:00:42.031Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 313 | 2025-05-08T21:00:42.221Z | Checking tabwriter v1.4.1 |
| 314 | 2025-05-08T21:00:42.497Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 315 | 2025-05-08T21:00:42.528Z | Checking itertools v0.14.0 |
| 316 | 2025-05-08T21:00:42.801Z | Compiling darling_macro v0.20.11 |
| 317 | 2025-05-08T21:00:42.838Z | Checking crc32fast v1.4.2 |
| 318 | 2025-05-08T21:00:42.898Z | Checking dyn-clone v1.0.19 |
| 319 | 2025-05-08T21:00:42.962Z | Documenting smoltcp v0.11.0 |
| 320 | 2025-05-08T21:00:43.029Z | Documenting unicode-width v0.2.0 |
| 321 | 2025-05-08T21:00:43.051Z | Documenting ipnetwork v0.21.1 |
| 322 | 2025-05-08T21:00:43.585Z | Documenting either v1.15.0 |
| 323 | 2025-05-08T21:00:43.795Z | Compiling darling v0.20.11 |
| 324 | 2025-05-08T21:00:43.905Z | Compiling ingot-macros v0.1.0 |
| 325 | 2025-05-08T21:00:43.960Z | Documenting darling v0.20.11 |
| 326 | 2025-05-08T21:00:44.109Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 327 | 2025-05-08T21:00:44.248Z | Documenting zerocopy v0.8.25 |
| 328 | 2025-05-08T21:00:44.296Z | Documenting itertools v0.14.0 |
| 329 | 2025-05-08T21:00:44.980Z | Documenting tabwriter v1.4.1 |
| 330 | 2025-05-08T21:00:45.228Z | Documenting ingot-macros v0.1.0 |
| 331 | 2025-05-08T21:00:45.422Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 332 | 2025-05-08T21:00:45.948Z | Documenting crc32fast v1.4.2 |
| 333 | 2025-05-08T21:00:46.372Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 334 | 2025-05-08T21:00:46.630Z | Documenting dyn-clone v1.0.19 |
| 335 | 2025-05-08T21:00:46.695Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 336 | 2025-05-08T21:00:46.949Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 337 | 2025-05-08T21:00:47.789Z | Documenting serde v1.0.219 |
| 338 | 2025-05-08T21:00:48.787Z | Checking ingot-types v0.1.0 |
| 339 | 2025-05-08T21:00:48.787Z | Documenting ingot-types v0.1.0 |
| 340 | 2025-05-08T21:00:50.628Z | Checking bitflags v2.9.0 |
| 341 | 2025-05-08T21:00:50.628Z | Checking postcard v1.1.1 |
| 342 | 2025-05-08T21:00:50.631Z | Documenting bitflags v2.9.0 |
| 343 | 2025-05-08T21:00:50.631Z | Documenting postcard v1.1.1 |
| 344 | 2025-05-08T21:00:50.631Z | Documenting uuid v1.16.0 |
| 345 | 2025-05-08T21:00:50.631Z | Checking uuid v1.16.0 |
| 346 | 2025-05-08T21:00:50.836Z | Checking ingot v0.1.0 |
| 347 | 2025-05-08T21:00:50.836Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 348 | 2025-05-08T21:00:51.466Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 349 | 2025-05-08T21:00:51.466Z | Documenting ingot v0.1.0 |
| 350 | 2025-05-08T21:00:53.165Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 351 | 2025-05-08T21:00:53.201Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 352 | 2025-05-08T21:00:54.198Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 353 | 2025-05-08T21:00:58.793Z | Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 354 | 2025-05-08T21:01:00.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.04s |
| 355 | 2025-05-08T21:01:00.199Z | Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html |
| 356 | 2025-05-08T21:01:00.221Z | |
| 357 | 2025-05-08T21:01:00.221Z | real 36.154201395 |
| 358 | 2025-05-08T21:01:00.221Z | user 2:33.012500482 |
| 359 | 2025-05-08T21:01:00.221Z | sys 21.026073151 |
| 360 | 2025-05-08T21:01:00.221Z | trap 0.105744226 |
| 361 | 2025-05-08T21:01:00.221Z | tflt 0.051778549 |
| 362 | 2025-05-08T21:01:00.222Z | dflt 0.103865824 |
| 363 | 2025-05-08T21:01:00.222Z | kflt 0.001692057 |
| 364 | 2025-05-08T21:01:00.222Z | lock 3:15.130336158 |
| 365 | 2025-05-08T21:01:00.222Z | slp 8:13.150652064 |
| 366 | 2025-05-08T21:01:00.222Z | lat 19.471336840 |
| 367 | 2025-05-08T21:01:00.222Z | stop 10.266875964 |
| 368 | 2025-05-08T21:01:00.225Z | + header 'analyze std + api + usdt' |
| 369 | 2025-05-08T21:01:00.225Z | + echo '# ==== analyze std + api + usdt ==== #' |
| 370 | 2025-05-08T21:01:00.225Z | # ==== analyze std + api + usdt ==== # |
| 371 | 2025-05-08T21:01:00.225Z | + ptime -m cargo clippy --features usdt --all-targets |
| 372 | 2025-05-08T21:01:00.591Z | Downloading crates ... |
| 373 | 2025-05-08T21:01:00.665Z | Downloaded cookie-factory v0.3.3 |
| 374 | 2025-05-08T21:01:00.672Z | Downloaded circular v0.3.0 |
| 375 | 2025-05-08T21:01:00.675Z | Downloaded futures-executor v0.3.31 |
| 376 | 2025-05-08T21:01:00.680Z | Downloaded dtor-proc-macro v0.0.5 |
| 377 | 2025-05-08T21:01:00.684Z | Downloaded dtor v0.0.6 |
| 378 | 2025-05-08T21:01:00.688Z | Downloaded futures-core v0.3.31 |
| 379 | 2025-05-08T21:01:00.688Z | Downloaded ctor-proc-macro v0.0.5 |
| 380 | 2025-05-08T21:01:00.691Z | Downloaded pin-utils v0.1.0 |
| 381 | 2025-05-08T21:01:00.692Z | Downloaded slab v0.4.9 |
| 382 | 2025-05-08T21:01:00.695Z | Downloaded futures-task v0.3.31 |
| 383 | 2025-05-08T21:01:00.695Z | Downloaded ctor v0.4.2 |
| 384 | 2025-05-08T21:01:00.696Z | Downloaded futures-io v0.3.31 |
| 385 | 2025-05-08T21:01:00.696Z | Downloaded futures-sink v0.3.31 |
| 386 | 2025-05-08T21:01:00.700Z | Downloaded rusticata-macros v4.1.0 |
| 387 | 2025-05-08T21:01:00.700Z | Downloaded futures-macro v0.3.31 |
| 388 | 2025-05-08T21:01:00.703Z | Downloaded autocfg v1.4.0 |
| 389 | 2025-05-08T21:01:00.703Z | Downloaded futures-channel v0.3.31 |
| 390 | 2025-05-08T21:01:00.706Z | Downloaded futures v0.3.31 |
| 391 | 2025-05-08T21:01:00.709Z | Downloaded pin-project-lite v0.2.16 |
| 392 | 2025-05-08T21:01:00.718Z | Downloaded pcap-parser v0.16.0 |
| 393 | 2025-05-08T21:01:00.724Z | Downloaded base64 v0.22.1 |
| 394 | 2025-05-08T21:01:00.728Z | Downloaded minimal-lexical v0.2.1 |
| 395 | 2025-05-08T21:01:00.733Z | Downloaded ron v0.10.1 |
| 396 | 2025-05-08T21:01:00.741Z | Downloaded nom v7.1.3 |
| 397 | 2025-05-08T21:01:00.746Z | Downloaded futures-util v0.3.31 |
| 398 | 2025-05-08T21:01:00.844Z | Compiling proc-macro2 v1.0.95 |
| 399 | 2025-05-08T21:01:00.844Z | Compiling unicode-ident v1.0.18 |
| 400 | 2025-05-08T21:01:00.847Z | Compiling memchr v2.7.4 |
| 401 | 2025-05-08T21:01:00.848Z | Compiling thiserror v2.0.12 |
| 402 | 2025-05-08T21:01:00.848Z | Compiling serde v1.0.219 |
| 403 | 2025-05-08T21:01:00.848Z | Compiling thiserror v1.0.69 |
| 404 | 2025-05-08T21:01:00.854Z | Compiling ucd-trie v0.1.7 |
| 405 | 2025-05-08T21:01:01.130Z | Compiling libc v0.2.172 |
| 406 | 2025-05-08T21:01:01.381Z | Compiling version_check v0.9.5 |
| 407 | 2025-05-08T21:01:01.587Z | Compiling once_cell v1.21.3 |
| 408 | 2025-05-08T21:01:01.767Z | Compiling serde_json v1.0.140 |
| 409 | 2025-05-08T21:01:01.904Z | Checking byteorder v1.5.0 |
| 410 | 2025-05-08T21:01:01.944Z | Compiling ident_case v1.0.1 |
| 411 | 2025-05-08T21:01:01.947Z | Compiling fnv v1.0.7 |
| 412 | 2025-05-08T21:01:01.961Z | Compiling strsim v0.11.1 |
| 413 | 2025-05-08T21:01:02.108Z | Compiling aho-corasick v1.1.3 |
| 414 | 2025-05-08T21:01:02.158Z | Compiling regex-syntax v0.8.5 |
| 415 | 2025-05-08T21:01:02.251Z | Compiling ryu v1.0.20 |
| 416 | 2025-05-08T21:01:02.327Z | Compiling itoa v1.0.15 |
| 417 | 2025-05-08T21:01:02.377Z | Compiling autocfg v1.4.0 |
| 418 | 2025-05-08T21:01:02.555Z | Compiling usdt-impl v0.5.0 |
| 419 | 2025-05-08T21:01:02.611Z | Compiling zerocopy v0.8.25 |
| 420 | 2025-05-08T21:01:03.001Z | Compiling quote v1.0.40 |
| 421 | 2025-05-08T21:01:03.001Z | Compiling either v1.15.0 |
| 422 | 2025-05-08T21:01:03.185Z | Compiling slab v0.4.9 |
| 423 | 2025-05-08T21:01:03.194Z | Compiling thread-id v4.2.2 |
| 424 | 2025-05-08T21:01:03.362Z | Compiling itertools v0.13.0 |
| 425 | 2025-05-08T21:01:03.404Z | Compiling syn v2.0.101 |
| 426 | 2025-05-08T21:01:03.793Z | Checking log v0.4.27 |
| 427 | 2025-05-08T21:01:03.982Z | Checking plain v0.2.3 |
| 428 | 2025-05-08T21:01:03.990Z | Compiling heapless v0.8.0 |
| 429 | 2025-05-08T21:01:04.075Z | Checking futures-core v0.3.31 |
| 430 | 2025-05-08T21:01:04.129Z | Checking futures-sink v0.3.31 |
| 431 | 2025-05-08T21:01:04.281Z | Checking futures-channel v0.3.31 |
| 432 | 2025-05-08T21:01:04.541Z | Checking hash32 v0.3.1 |
| 433 | 2025-05-08T21:01:04.638Z | Checking futures-io v0.3.31 |
| 434 | 2025-05-08T21:01:04.736Z | Compiling smoltcp v0.11.0 |
| 435 | 2025-05-08T21:01:04.831Z | Checking pin-project-lite v0.2.16 |
| 436 | 2025-05-08T21:01:04.873Z | Checking pin-utils v0.1.0 |
| 437 | 2025-05-08T21:01:04.955Z | Checking futures-task v0.3.31 |
| 438 | 2025-05-08T21:01:04.962Z | Checking cfg-if v1.0.0 |
| 439 | 2025-05-08T21:01:05.053Z | Checking pretty-hex v0.4.1 |
| 440 | 2025-05-08T21:01:05.062Z | Checking macaddr v1.0.1 |
| 441 | 2025-05-08T21:01:05.211Z | Checking stable_deref_trait v1.2.0 |
| 442 | 2025-05-08T21:01:05.415Z | Checking managed v0.8.0 |
| 443 | 2025-05-08T21:01:05.502Z | Checking cobs v0.2.3 |
| 444 | 2025-05-08T21:01:05.708Z | Checking bitflags v1.3.2 |
| 445 | 2025-05-08T21:01:05.803Z | Compiling regex-automata v0.4.9 |
| 446 | 2025-05-08T21:01:05.817Z | Checking memmap v0.7.0 |
| 447 | 2025-05-08T21:01:06.073Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 448 | 2025-05-08T21:01:06.138Z | Checking minimal-lexical v0.2.1 |
| 449 | 2025-05-08T21:01:06.512Z | Checking unicode-width v0.2.0 |
| 450 | 2025-05-08T21:01:06.536Z | Checking ipnetwork v0.21.1 |
| 451 | 2025-05-08T21:01:06.677Z | Checking itertools v0.14.0 |
| 452 | 2025-05-08T21:01:06.862Z | Checking nom v7.1.3 |
| 453 | 2025-05-08T21:01:06.983Z | Checking tabwriter v1.4.1 |
| 454 | 2025-05-08T21:01:07.294Z | Checking crc32fast v1.4.2 |
| 455 | 2025-05-08T21:01:07.522Z | Checking dyn-clone v1.0.19 |
| 456 | 2025-05-08T21:01:07.682Z | Checking circular v0.3.0 |
| 457 | 2025-05-08T21:01:07.745Z | Compiling dtor-proc-macro v0.0.5 |
| 458 | 2025-05-08T21:01:07.884Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 459 | 2025-05-08T21:01:08.131Z | Checking base64 v0.22.1 |
| 460 | 2025-05-08T21:01:08.472Z | Checking dtor v0.0.6 |
| 461 | 2025-05-08T21:01:08.560Z | Compiling ctor-proc-macro v0.0.5 |
| 462 | 2025-05-08T21:01:09.186Z | Checking ctor v0.4.2 |
| 463 | 2025-05-08T21:01:09.253Z | Checking rusticata-macros v4.1.0 |
| 464 | 2025-05-08T21:01:09.502Z | Compiling darling_core v0.20.11 |
| 465 | 2025-05-08T21:01:09.643Z | Compiling regex v1.11.1 |
| 466 | 2025-05-08T21:01:10.767Z | Compiling serde_derive v1.0.219 |
| 467 | 2025-05-08T21:01:10.768Z | Compiling thiserror-impl v2.0.12 |
| 468 | 2025-05-08T21:01:10.768Z | Compiling thiserror-impl v1.0.69 |
| 469 | 2025-05-08T21:01:10.771Z | Compiling zerocopy-derive v0.7.35 |
| 470 | 2025-05-08T21:01:10.771Z | Compiling scroll_derive v0.12.1 |
| 471 | 2025-05-08T21:01:10.771Z | Compiling zerocopy-derive v0.8.25 |
| 472 | 2025-05-08T21:01:10.853Z | Compiling futures-macro v0.3.31 |
| 473 | 2025-05-08T21:01:12.322Z | Checking scroll v0.12.0 |
| 474 | 2025-05-08T21:01:12.686Z | Checking futures-util v0.3.31 |
| 475 | 2025-05-08T21:01:12.736Z | Compiling zerocopy v0.7.35 |
| 476 | 2025-05-08T21:01:12.779Z | Checking goblin v0.8.2 |
| 477 | 2025-05-08T21:01:13.854Z | Compiling pest v2.8.0 |
| 478 | 2025-05-08T21:01:14.923Z | Compiling darling_macro v0.20.11 |
| 479 | 2025-05-08T21:01:15.290Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 480 | 2025-05-08T21:01:15.935Z | Compiling darling v0.20.11 |
| 481 | 2025-05-08T21:01:16.077Z | Compiling ingot-macros v0.1.0 |
| 482 | 2025-05-08T21:01:16.378Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 483 | 2025-05-08T21:01:16.482Z | Compiling pest_meta v2.8.0 |
| 484 | 2025-05-08T21:01:17.294Z | Checking futures-executor v0.3.31 |
| 485 | 2025-05-08T21:01:17.483Z | Checking futures v0.3.31 |
| 486 | 2025-05-08T21:01:17.582Z | Checking cookie-factory v0.3.3 |
| 487 | 2025-05-08T21:01:17.590Z | Compiling pest_generator v2.8.0 |
| 488 | 2025-05-08T21:01:18.131Z | Checking pcap-parser v0.16.0 |
| 489 | 2025-05-08T21:01:18.818Z | Compiling pest_derive v2.8.0 |
| 490 | 2025-05-08T21:01:19.632Z | Compiling dtrace-parser v0.2.0 |
| 491 | 2025-05-08T21:01:20.638Z | Checking ingot-types v0.1.0 |
| 492 | 2025-05-08T21:01:21.433Z | Checking bitflags v2.9.0 |
| 493 | 2025-05-08T21:01:21.433Z | Checking postcard v1.1.1 |
| 494 | 2025-05-08T21:01:21.436Z | Checking uuid v1.16.0 |
| 495 | 2025-05-08T21:01:21.632Z | Compiling serde_tokenstream v0.2.2 |
| 496 | 2025-05-08T21:01:21.715Z | Checking ingot v0.1.0 |
| 497 | 2025-05-08T21:01:21.718Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 498 | 2025-05-08T21:01:21.859Z | Checking ron v0.10.1 |
| 499 | 2025-05-08T21:01:22.600Z | Checking dof v0.3.0 |
| 500 | 2025-05-08T21:01:23.959Z | Compiling usdt-attr-macro v0.5.0 |
| 501 | 2025-05-08T21:01:23.960Z | Compiling usdt-macro v0.5.0 |
| 502 | 2025-05-08T21:01:24.040Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 503 | 2025-05-08T21:01:24.851Z | Checking usdt v0.5.0 |
| 504 | 2025-05-08T21:01:31.874Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 505 | 2025-05-08T21:01:34.105Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 506 | 2025-05-08T21:01:37.237Z | warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator` |
| 507 | 2025-05-08T21:01:37.237Z | --> lib/oxide-vpc/tests/integration_tests.rs:2109:23 |
| 508 | 2025-05-08T21:01:37.237Z | | |
| 509 | 2025-05-08T21:01:37.237Z | 2109 | reply_body.extend(reply.to_full_meta().meta().copy_remaining().into_iter()); |
| 510 | 2025-05-08T21:01:37.237Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^------------ |
| 511 | 2025-05-08T21:01:37.237Z | | | |
| 512 | 2025-05-08T21:01:37.237Z | | help: consider removing the `.into_iter()` |
| 513 | 2025-05-08T21:01:37.237Z | | |
| 514 | 2025-05-08T21:01:37.237Z | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` |
| 515 | 2025-05-08T21:01:37.237Z | --> /rustc/05f9846f893b09a1be1fc8560e33fc3c815cfecb/library/core/src/iter/traits/collect.rs:416:18 |
| 516 | 2025-05-08T21:01:37.237Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion |
| 517 | 2025-05-08T21:01:37.237Z | = note: `#[warn(clippy::useless_conversion)]` on by default |
| 518 | 2025-05-08T21:01:37.237Z | |
| 519 | 2025-05-08T21:01:37.251Z | warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator` |
| 520 | 2025-05-08T21:01:37.251Z | --> lib/oxide-vpc/tests/integration_tests.rs:2223:23 |
| 521 | 2025-05-08T21:01:37.251Z | | |
| 522 | 2025-05-08T21:01:37.251Z | 2223 | reply_body.extend(reply.to_full_meta().meta().copy_remaining().into_iter()); |
| 523 | 2025-05-08T21:01:37.251Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^------------ |
| 524 | 2025-05-08T21:01:37.251Z | | | |
| 525 | 2025-05-08T21:01:37.251Z | | help: consider removing the `.into_iter()` |
| 526 | 2025-05-08T21:01:37.251Z | | |
| 527 | 2025-05-08T21:01:37.251Z | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` |
| 528 | 2025-05-08T21:01:37.251Z | --> /rustc/05f9846f893b09a1be1fc8560e33fc3c815cfecb/library/core/src/iter/traits/collect.rs:416:18 |
| 529 | 2025-05-08T21:01:37.251Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion |
| 530 | 2025-05-08T21:01:37.251Z | |
| 531 | 2025-05-08T21:01:37.261Z | warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator` |
| 532 | 2025-05-08T21:01:37.261Z | --> lib/oxide-vpc/tests/integration_tests.rs:2463:23 |
| 533 | 2025-05-08T21:01:37.261Z | | |
| 534 | 2025-05-08T21:01:37.261Z | 2463 | reply_body.extend(reply.to_full_meta().meta().copy_remaining().into_iter()); |
| 535 | 2025-05-08T21:01:37.262Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^------------ |
| 536 | 2025-05-08T21:01:37.262Z | | | |
| 537 | 2025-05-08T21:01:37.262Z | | help: consider removing the `.into_iter()` |
| 538 | 2025-05-08T21:01:37.262Z | | |
| 539 | 2025-05-08T21:01:37.262Z | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` |
| 540 | 2025-05-08T21:01:37.262Z | --> /rustc/05f9846f893b09a1be1fc8560e33fc3c815cfecb/library/core/src/iter/traits/collect.rs:416:18 |
| 541 | 2025-05-08T21:01:37.262Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion |
| 542 | 2025-05-08T21:01:37.262Z | |
| 543 | 2025-05-08T21:01:37.718Z | warning: useless conversion to the same type: `opte_test_utils::Ipv4Addr` |
| 544 | 2025-05-08T21:01:37.718Z | --> lib/oxide-vpc/tests/integration_tests.rs:4704:22 |
| 545 | 2025-05-08T21:01:37.719Z | | |
| 546 | 2025-05-08T21:01:37.719Z | 4704 | destination: remote_addr.into(), |
| 547 | 2025-05-08T21:01:37.720Z | | ^^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `remote_addr` |
| 548 | 2025-05-08T21:01:37.720Z | | |
| 549 | 2025-05-08T21:01:37.720Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion |
| 550 | 2025-05-08T21:01:37.720Z | |
| 551 | 2025-05-08T21:01:37.726Z | warning: useless conversion to the same type: `opte_test_utils::Ipv6Addr` |
| 552 | 2025-05-08T21:01:37.726Z | --> lib/oxide-vpc/tests/integration_tests.rs:4779:22 |
| 553 | 2025-05-08T21:01:37.726Z | | |
| 554 | 2025-05-08T21:01:37.726Z | 4779 | destination: eph_ip.into(), |
| 555 | 2025-05-08T21:01:37.726Z | | ^^^^^^^^^^^^^ help: consider removing `.into()`: `eph_ip` |
| 556 | 2025-05-08T21:01:37.726Z | | |
| 557 | 2025-05-08T21:01:37.726Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion |
| 558 | 2025-05-08T21:01:37.726Z | |
| 559 | 2025-05-08T21:01:37.890Z | warning: `oxide-vpc` (test "integration_tests") generated 5 warnings (run `cargo clippy --fix --test "integration_tests"` to apply 5 suggestions) |
| 560 | 2025-05-08T21:01:37.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.49s |
| 561 | 2025-05-08T21:01:37.935Z | |
| 562 | 2025-05-08T21:01:37.935Z | real 37.702790229 |
| 563 | 2025-05-08T21:01:37.935Z | user 2:31.960057035 |
| 564 | 2025-05-08T21:01:37.935Z | sys 23.515087861 |
| 565 | 2025-05-08T21:01:37.936Z | trap 0.092676921 |
| 566 | 2025-05-08T21:01:37.936Z | tflt 0.344036637 |
| 567 | 2025-05-08T21:01:37.936Z | dflt 0.300847677 |
| 568 | 2025-05-08T21:01:37.936Z | kflt 0.000043776 |
| 569 | 2025-05-08T21:01:37.936Z | lock 3:38.769950685 |
| 570 | 2025-05-08T21:01:37.940Z | slp 9:30.790582866 |
| 571 | 2025-05-08T21:01:37.940Z | lat 5.899114892 |
| 572 | 2025-05-08T21:01:37.940Z | stop 9.200618139 |
| 573 | 2025-05-08T21:01:37.940Z | + header 'analyze no_std + engine + kernel' |
| 574 | 2025-05-08T21:01:37.940Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 575 | 2025-05-08T21:01:37.940Z | # ==== analyze no_std + engine + kernel ==== # |
| 576 | 2025-05-08T21:01:37.940Z | + ptime -m cargo +nightly-2025-02-20-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel |
| 577 | 2025-05-08T21:01:38.288Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 578 | 2025-05-08T21:01:38.288Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 579 | 2025-05-08T21:01:38.291Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 580 | 2025-05-08T21:01:38.291Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 581 | 2025-05-08T21:01:38.795Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 582 | 2025-05-08T21:01:46.279Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 583 | 2025-05-08T21:01:48.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.28s |
| 584 | 2025-05-08T21:01:48.368Z | |
| 585 | 2025-05-08T21:01:48.371Z | real 10.424070664 |
| 586 | 2025-05-08T21:01:48.371Z | user 10.935297261 |
| 587 | 2025-05-08T21:01:48.371Z | sys 1.443977411 |
| 588 | 2025-05-08T21:01:48.371Z | trap 0.002275322 |
| 589 | 2025-05-08T21:01:48.371Z | tflt 0.001920026 |
| 590 | 2025-05-08T21:01:48.372Z | dflt 0.005290383 |
| 591 | 2025-05-08T21:01:48.372Z | kflt 0.000000000 |
| 592 | 2025-05-08T21:01:48.372Z | lock 35.287530937 |
| 593 | 2025-05-08T21:01:48.372Z | slp 36.487244594 |
| 594 | 2025-05-08T21:01:48.372Z | lat 0.033513287 |
| 595 | 2025-05-08T21:01:48.372Z | stop 0.193749760 |
| 596 | 2025-05-08T21:01:48.372Z | + header test |
| 597 | 2025-05-08T21:01:48.372Z | + echo '# ==== test ==== #' |
| 598 | 2025-05-08T21:01:48.372Z | # ==== test ==== # |
| 599 | 2025-05-08T21:01:48.372Z | + ptime -m cargo test |
| 600 | 2025-05-08T21:01:48.665Z | Compiling unicode-ident v1.0.18 |
| 601 | 2025-05-08T21:01:48.665Z | Compiling memchr v2.7.4 |
| 602 | 2025-05-08T21:01:48.665Z | Compiling byteorder v1.5.0 |
| 603 | 2025-05-08T21:01:48.668Z | Compiling ucd-trie v0.1.7 |
| 604 | 2025-05-08T21:01:48.668Z | Compiling itoa v1.0.15 |
| 605 | 2025-05-08T21:01:48.677Z | Compiling ryu v1.0.20 |
| 606 | 2025-05-08T21:01:48.689Z | Compiling libc v0.2.172 |
| 607 | 2025-05-08T21:01:48.693Z | Compiling log v0.4.27 |
| 608 | 2025-05-08T21:01:48.847Z | Compiling proc-macro2 v1.0.95 |
| 609 | 2025-05-08T21:01:48.885Z | Compiling plain v0.2.3 |
| 610 | 2025-05-08T21:01:49.027Z | Compiling futures-sink v0.3.31 |
| 611 | 2025-05-08T21:01:49.032Z | Compiling futures-core v0.3.31 |
| 612 | 2025-05-08T21:01:49.039Z | Compiling hash32 v0.3.1 |
| 613 | 2025-05-08T21:01:49.091Z | Compiling slab v0.4.9 |
| 614 | 2025-05-08T21:01:49.164Z | Compiling cfg-if v1.0.0 |
| 615 | 2025-05-08T21:01:49.241Z | Compiling futures-channel v0.3.31 |
| 616 | 2025-05-08T21:01:49.257Z | Compiling thread-id v4.2.2 |
| 617 | 2025-05-08T21:01:49.264Z | Compiling futures-io v0.3.31 |
| 618 | 2025-05-08T21:01:49.267Z | Compiling macaddr v1.0.1 |
| 619 | 2025-05-08T21:01:49.327Z | Compiling pin-project-lite v0.2.16 |
| 620 | 2025-05-08T21:01:49.359Z | Compiling pin-utils v0.1.0 |
| 621 | 2025-05-08T21:01:49.363Z | Compiling stable_deref_trait v1.2.0 |
| 622 | 2025-05-08T21:01:49.447Z | Compiling pretty-hex v0.4.1 |
| 623 | 2025-05-08T21:01:49.451Z | Compiling futures-task v0.3.31 |
| 624 | 2025-05-08T21:01:49.458Z | Compiling heapless v0.8.0 |
| 625 | 2025-05-08T21:01:49.520Z | Compiling managed v0.8.0 |
| 626 | 2025-05-08T21:01:49.636Z | Compiling quote v1.0.40 |
| 627 | 2025-05-08T21:01:49.656Z | Compiling aho-corasick v1.1.3 |
| 628 | 2025-05-08T21:01:49.668Z | Compiling bitflags v1.3.2 |
| 629 | 2025-05-08T21:01:49.747Z | Compiling cobs v0.2.3 |
| 630 | 2025-05-08T21:01:49.771Z | Compiling memmap v0.7.0 |
| 631 | 2025-05-08T21:01:49.941Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 632 | 2025-05-08T21:01:50.050Z | Compiling syn v2.0.101 |
| 633 | 2025-05-08T21:01:50.321Z | Compiling smoltcp v0.11.0 |
| 634 | 2025-05-08T21:01:50.332Z | Compiling unicode-width v0.2.0 |
| 635 | 2025-05-08T21:01:50.338Z | Compiling ipnetwork v0.21.1 |
| 636 | 2025-05-08T21:01:50.391Z | Compiling either v1.15.0 |
| 637 | 2025-05-08T21:01:50.510Z | Compiling minimal-lexical v0.2.1 |
| 638 | 2025-05-08T21:01:50.710Z | Compiling itertools v0.14.0 |
| 639 | 2025-05-08T21:01:50.839Z | Compiling tabwriter v1.4.1 |
| 640 | 2025-05-08T21:01:50.922Z | Compiling nom v7.1.3 |
| 641 | 2025-05-08T21:01:51.016Z | Compiling crc32fast v1.4.2 |
| 642 | 2025-05-08T21:01:51.288Z | Compiling dyn-clone v1.0.19 |
| 643 | 2025-05-08T21:01:51.327Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 644 | 2025-05-08T21:01:51.517Z | Compiling circular v0.3.0 |
| 645 | 2025-05-08T21:01:51.649Z | Compiling regex-automata v0.4.9 |
| 646 | 2025-05-08T21:01:51.858Z | Compiling dtor v0.0.6 |
| 647 | 2025-05-08T21:01:51.972Z | Compiling base64 v0.22.1 |
| 648 | 2025-05-08T21:01:52.692Z | Compiling ctor v0.4.2 |
| 649 | 2025-05-08T21:01:53.940Z | Compiling rusticata-macros v4.1.0 |
| 650 | 2025-05-08T21:01:55.056Z | Compiling regex v1.11.1 |
| 651 | 2025-05-08T21:01:55.670Z | Compiling darling_core v0.20.11 |
| 652 | 2025-05-08T21:01:57.064Z | Compiling serde_derive v1.0.219 |
| 653 | 2025-05-08T21:01:57.064Z | Compiling thiserror-impl v2.0.12 |
| 654 | 2025-05-08T21:01:57.068Z | Compiling thiserror-impl v1.0.69 |
| 655 | 2025-05-08T21:01:57.068Z | Compiling zerocopy-derive v0.7.35 |
| 656 | 2025-05-08T21:01:57.323Z | Compiling scroll_derive v0.12.1 |
| 657 | 2025-05-08T21:01:57.341Z | Compiling zerocopy-derive v0.8.25 |
| 658 | 2025-05-08T21:01:57.515Z | Compiling futures-macro v0.3.31 |
| 659 | 2025-05-08T21:01:58.897Z | Compiling scroll v0.12.0 |
| 660 | 2025-05-08T21:01:58.979Z | Compiling zerocopy v0.7.35 |
| 661 | 2025-05-08T21:01:59.390Z | Compiling goblin v0.8.2 |
| 662 | 2025-05-08T21:01:59.448Z | Compiling futures-util v0.3.31 |
| 663 | 2025-05-08T21:01:59.858Z | Compiling thiserror v1.0.69 |
| 664 | 2025-05-08T21:01:59.988Z | Compiling thiserror v2.0.12 |
| 665 | 2025-05-08T21:02:00.011Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 666 | 2025-05-08T21:02:00.138Z | Compiling pest v2.8.0 |
| 667 | 2025-05-08T21:02:00.370Z | Compiling zerocopy v0.8.25 |
| 668 | 2025-05-08T21:02:00.809Z | Compiling darling_macro v0.20.11 |
| 669 | 2025-05-08T21:02:01.888Z | Compiling darling v0.20.11 |
| 670 | 2025-05-08T21:02:01.987Z | Compiling ingot-macros v0.1.0 |
| 671 | 2025-05-08T21:02:01.987Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 672 | 2025-05-08T21:02:02.662Z | Compiling pest_meta v2.8.0 |
| 673 | 2025-05-08T21:02:02.691Z | Compiling serde v1.0.219 |
| 674 | 2025-05-08T21:02:04.013Z | Compiling pest_generator v2.8.0 |
| 675 | 2025-05-08T21:02:04.800Z | Compiling futures-executor v0.3.31 |
| 676 | 2025-05-08T21:02:05.067Z | Compiling futures v0.3.31 |
| 677 | 2025-05-08T21:02:05.181Z | Compiling cookie-factory v0.3.3 |
| 678 | 2025-05-08T21:02:05.589Z | Compiling pest_derive v2.8.0 |
| 679 | 2025-05-08T21:02:05.824Z | Compiling pcap-parser v0.16.0 |
| 680 | 2025-05-08T21:02:06.613Z | Compiling dtrace-parser v0.2.0 |
| 681 | 2025-05-08T21:02:07.614Z | Compiling ingot-types v0.1.0 |
| 682 | 2025-05-08T21:02:07.884Z | Compiling bitflags v2.9.0 |
| 683 | 2025-05-08T21:02:07.884Z | Compiling serde_json v1.0.140 |
| 684 | 2025-05-08T21:02:07.887Z | Compiling postcard v1.1.1 |
| 685 | 2025-05-08T21:02:07.921Z | Compiling uuid v1.16.0 |
| 686 | 2025-05-08T21:02:08.155Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 687 | 2025-05-08T21:02:08.166Z | Compiling ron v0.10.1 |
| 688 | 2025-05-08T21:02:08.324Z | Compiling ingot v0.1.0 |
| 689 | 2025-05-08T21:02:08.517Z | Compiling serde_tokenstream v0.2.2 |
| 690 | 2025-05-08T21:02:09.268Z | Compiling dof v0.3.0 |
| 691 | 2025-05-08T21:02:09.962Z | Compiling usdt-impl v0.5.0 |
| 692 | 2025-05-08T21:02:11.109Z | Compiling usdt-attr-macro v0.5.0 |
| 693 | 2025-05-08T21:02:11.109Z | Compiling usdt-macro v0.5.0 |
| 694 | 2025-05-08T21:02:11.373Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 695 | 2025-05-08T21:02:12.177Z | Compiling usdt v0.5.0 |
| 696 | 2025-05-08T21:02:18.117Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 697 | 2025-05-08T21:02:20.506Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 698 | 2025-05-08T21:02:34.438Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 46.00s |
| 699 | 2025-05-08T21:02:34.461Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-4385198c1d9f4689) |
| 700 | 2025-05-08T21:02:34.478Z | |
| 701 | 2025-05-08T21:02:34.478Z | running 9 tests |
| 702 | 2025-05-08T21:02:34.481Z | test api::tests::parse_good_proto_filter ... ok |
| 703 | 2025-05-08T21:02:34.481Z | test api::tests::parse_bad_proto_filter ... ok |
| 704 | 2025-05-08T21:02:34.481Z | test api::tests::parse_bad_address ... ok |
| 705 | 2025-05-08T21:02:34.481Z | test api::tests::ports_from_str_good ... ok |
| 706 | 2025-05-08T21:02:34.481Z | test api::tests::ports_from_str_bad ... ok |
| 707 | 2025-05-08T21:02:34.481Z | test api::tests::parse_good_address ... ok |
| 708 | 2025-05-08T21:02:34.481Z | test cfg::tests::test_required_nat_space_only_ipv4 ... ok |
| 709 | 2025-05-08T21:02:34.481Z | test cfg::tests::test_required_nat_space ... ok |
| 710 | 2025-05-08T21:02:34.481Z | test cfg::tests::test_required_nat_space_only_ipv6 ... ok |
| 711 | 2025-05-08T21:02:34.481Z | |
| 712 | 2025-05-08T21:02:34.481Z | test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 713 | 2025-05-08T21:02:34.482Z | |
| 714 | 2025-05-08T21:02:34.482Z | Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-441da4b6df75922f) |
| 715 | 2025-05-08T21:02:34.486Z | |
| 716 | 2025-05-08T21:02:34.486Z | running 4 tests |
| 717 | 2025-05-08T21:02:34.489Z | test firewall_vni_outbound ... ok |
| 718 | 2025-05-08T21:02:34.489Z | test firewall_external_inbound ... ok |
| 719 | 2025-05-08T21:02:34.489Z | test firewall_vni_inbound ... ok |
| 720 | 2025-05-08T21:02:34.492Z | test firewall_replace_rules ... ok |
| 721 | 2025-05-08T21:02:34.492Z | |
| 722 | 2025-05-08T21:02:34.492Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 723 | 2025-05-08T21:02:34.492Z | |
| 724 | 2025-05-08T21:02:34.492Z | Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-0b2a8d783fdb0b78) |
| 725 | 2025-05-08T21:02:34.497Z | |
| 726 | 2025-05-08T21:02:34.497Z | running 2 tests |
| 727 | 2025-05-08T21:02:34.500Z | test parse_in_regression ... ok |
| 728 | 2025-05-08T21:02:34.500Z | test parse_out_regression ... ok |
| 729 | 2025-05-08T21:02:34.500Z | |
| 730 | 2025-05-08T21:02:34.500Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 731 | 2025-05-08T21:02:34.500Z | |
| 732 | 2025-05-08T21:02:34.500Z | Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-912b88c9b278026f) |
| 733 | 2025-05-08T21:02:34.508Z | |
| 734 | 2025-05-08T21:02:34.508Z | running 40 tests |
| 735 | 2025-05-08T21:02:34.511Z | test bad_ip_len ... ok |
| 736 | 2025-05-08T21:02:34.514Z | test add_remove_fw_rule ... ok |
| 737 | 2025-05-08T21:02:34.514Z | test check_layers ... ok |
| 738 | 2025-05-08T21:02:34.514Z | test arp_gateway ... ok |
| 739 | 2025-05-08T21:02:34.514Z | test ephemeral_ip_preferred_over_snat_outbound ... ok |
| 740 | 2025-05-08T21:02:34.514Z | test anti_spoof ... ok |
| 741 | 2025-05-08T21:02:34.514Z | test flow_expiration ... ok |
| 742 | 2025-05-08T21:02:34.514Z | test gateway_icmp4_ping ... ok |
| 743 | 2025-05-08T21:02:34.514Z | test gateway_icmpv6_ping ... ok |
| 744 | 2025-05-08T21:02:34.514Z | test external_ip_epoch_affinity_preserved ... ok |
| 745 | 2025-05-08T21:02:34.518Z | test gateway_router_advert_reply ... ok |
| 746 | 2025-05-08T21:02:34.518Z | test early_tcp_invalidation ... ok |
| 747 | 2025-05-08T21:02:34.518Z | test guest_to_guest_no_route ... ok |
| 748 | 2025-05-08T21:02:34.518Z | test external_ip_reconfigurable ... ok |
| 749 | 2025-05-08T21:02:34.518Z | test guest_to_guest_diff_vpc_no_peer ... ok |
| 750 | 2025-05-08T21:02:34.518Z | test guest_to_internet_ipv4 ... ok |
| 751 | 2025-05-08T21:02:34.518Z | test guest_to_guest ... ok |
| 752 | 2025-05-08T21:02:34.518Z | test guest_to_internet_ipv6 ... ok |
| 753 | 2025-05-08T21:02:34.518Z | test icmp_inner_has_nat_applied ... ok |
| 754 | 2025-05-08T21:02:34.519Z | test icmpv6_inner_has_nat_applied ... ok |
| 755 | 2025-05-08T21:02:34.519Z | test inbound_ndp_dropped_at_gateway ... ok |
| 756 | 2025-05-08T21:02:34.519Z | test no_panic_on_flow_table_full ... ok |
| 757 | 2025-05-08T21:02:34.519Z | test packet_body_pullup ... ok |
| 758 | 2025-05-08T21:02:34.522Z | test outbound_ndp_dropped ... ok |
| 759 | 2025-05-08T21:02:34.522Z | test intra_subnet_routes_with_custom ... ok |
| 760 | 2025-05-08T21:02:34.522Z | test port_transition_running ... ok |
| 761 | 2025-05-08T21:02:34.522Z | test port_transition_reset ... ok |
| 762 | 2025-05-08T21:02:34.522Z | test port_as_router_target ... ok |
| 763 | 2025-05-08T21:02:34.522Z | test port_transition_pause ... ok |
| 764 | 2025-05-08T21:02:34.522Z | test snat_icmp4_echo_rewrite ... ok |
| 765 | 2025-05-08T21:02:34.522Z | test select_eip_conditioned_on_igw ... ok |
| 766 | 2025-05-08T21:02:34.522Z | test external_ip_receive_and_reply_on_all ... ok |
| 767 | 2025-05-08T21:02:34.522Z | test snat_icmp6_echo_rewrite ... ok |
| 768 | 2025-05-08T21:02:34.522Z | test external_ip_balanced_over_floating_ips ... ok |
| 769 | 2025-05-08T21:02:34.522Z | test tcp_inbound ... ok |
| 770 | 2025-05-08T21:02:34.525Z | test test_gateway_neighbor_advert_reply ... ok |
| 771 | 2025-05-08T21:02:34.526Z | test test_reply_to_dhcpv6_solicit_or_request ... ok |
| 772 | 2025-05-08T21:02:34.526Z | test tcp_outbound ... ok |
| 773 | 2025-05-08T21:02:34.526Z | test uft_lft_invalidation_out ... ok |
| 774 | 2025-05-08T21:02:34.526Z | test uft_lft_invalidation_in ... ok |
| 775 | 2025-05-08T21:02:34.526Z | |
| 776 | 2025-05-08T21:02:34.526Z | test result: ok. 40 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s |
| 777 | 2025-05-08T21:02:34.526Z | |
| 778 | 2025-05-08T21:02:34.530Z | Doc-tests oxide_vpc |
| 779 | 2025-05-08T21:02:34.856Z | |
| 780 | 2025-05-08T21:02:34.856Z | running 0 tests |
| 781 | 2025-05-08T21:02:34.856Z | |
| 782 | 2025-05-08T21:02:34.859Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 783 | 2025-05-08T21:02:34.859Z | |
| 784 | 2025-05-08T21:02:34.883Z | |
| 785 | 2025-05-08T21:02:34.886Z | real 46.499587510 |
| 786 | 2025-05-08T21:02:34.886Z | user 3:12.547579964 |
| 787 | 2025-05-08T21:02:34.886Z | sys 22.732637656 |
| 788 | 2025-05-08T21:02:34.886Z | trap 0.104630241 |
| 789 | 2025-05-08T21:02:34.886Z | tflt 0.195482298 |
| 790 | 2025-05-08T21:02:34.887Z | dflt 0.327863593 |
| 791 | 2025-05-08T21:02:34.887Z | kflt 0.000010528 |
| 792 | 2025-05-08T21:02:34.887Z | lock 5:14.990304819 |
| 793 | 2025-05-08T21:02:34.887Z | slp 10:21.322112207 |
| 794 | 2025-05-08T21:02:34.887Z | lat 6.256867425 |
| 795 | 2025-05-08T21:02:34.887Z | stop 8.312691216 |
| 796 | 2025-05-08T21:02:34.887Z | process exited: duration 152211 ms, exit code 0 |
| |
| 797 | 2025-05-08T21:02:34.894Z | found 0 output files |