|
|
|
| 1 | 2024-01-23T20:14:14.187Z | job assigned to worker 01HMVZ8W5XJRCQNY4Z2H26Z8KV (queued for 3 m 19 s) |
| |
| 2 | 2024-01-23T20:14:14.641Z | starting task 0: "setup" |
| 3 | 2024-01-23T20:14:14.699Z | ++ uname -s |
| 4 | 2024-01-23T20:14:14.703Z | + kern=SunOS |
| 5 | 2024-01-23T20:14:14.703Z | + case "$kern" in |
| 6 | 2024-01-23T20:14:14.703Z | + groupadd -g 12345 build |
| 7 | 2024-01-23T20:14:14.704Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-01-23T20:14:16.753Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-01-23T20:14:16.861Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-01-23T20:14:16.865Z | + home_fs=zfs |
| 11 | 2024-01-23T20:14:16.865Z | + [[ zfs == autofs ]] |
| 12 | 2024-01-23T20:14:16.865Z | + mkdir -p /home/build |
| 13 | 2024-01-23T20:14:16.865Z | + chown build:build /home/build /work |
| 14 | 2024-01-23T20:14:18.868Z | + chmod 0700 /home/build /work |
| 15 | 2024-01-23T20:14:18.871Z | process exited: duration 4230 ms, exit code 0 |
| |
| 16 | 2024-01-23T20:14:18.879Z | starting task 1: "rust-toolchain" |
| 17 | 2024-01-23T20:14:18.899Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2024-01-23T20:14:19.312Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2023-10-23 --profile default |
| 19 | 2024-01-23T20:14:19.317Z | info: downloading installer |
| 20 | 2024-01-23T20:14:20.709Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2024-01-23T20:14:20.709Z | warning: /opt/ooce/bin |
| 22 | 2024-01-23T20:14:20.709Z | warning: It is recommended that rustup be the primary Rust installation. |
| 23 | 2024-01-23T20:14:20.709Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2024-01-23T20:14:20.709Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2024-01-23T20:14:20.709Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2024-01-23T20:14:20.709Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2024-01-23T20:14:20.709Z | error: cannot install while Rust is installed |
| 28 | 2024-01-23T20:14:20.709Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2024-01-23T20:14:20.863Z | info: profile set to 'default' |
| 30 | 2024-01-23T20:14:20.863Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2024-01-23T20:14:20.875Z | info: syncing channel updates for 'nightly-2023-10-23-x86_64-unknown-illumos' |
| 32 | 2024-01-23T20:14:21.041Z | info: latest update on 2023-10-23, rust version 1.75.0-nightly (54b0434ce 2023-10-22) |
| 33 | 2024-01-23T20:14:21.041Z | info: downloading component 'cargo' |
| 34 | 2024-01-23T20:14:21.712Z | info: downloading component 'clippy' |
| 35 | 2024-01-23T20:14:21.930Z | info: downloading component 'rust-docs' |
| 36 | 2024-01-23T20:14:22.779Z | info: downloading component 'rust-std' |
| 37 | 2024-01-23T20:14:24.230Z | info: downloading component 'rustc' |
| 38 | 2024-01-23T20:14:27.980Z | info: downloading component 'rustfmt' |
| 39 | 2024-01-23T20:14:28.232Z | info: installing component 'cargo' |
| 40 | 2024-01-23T20:14:30.460Z | info: installing component 'clippy' |
| 41 | 2024-01-23T20:14:30.464Z | info: installing component 'rust-docs' |
| 42 | 2024-01-23T20:14:33.167Z | info: installing component 'rust-std' |
| 43 | 2024-01-23T20:14:37.180Z | info: installing component 'rustc' |
| 44 | 2024-01-23T20:14:46.922Z | info: installing component 'rustfmt' |
| 45 | 2024-01-23T20:14:47.257Z | info: default toolchain set to 'nightly-2023-10-23-x86_64-unknown-illumos' |
| 46 | 2024-01-23T20:14:47.257Z | |
| 47 | 2024-01-23T20:14:47.451Z | nightly-2023-10-23-x86_64-unknown-illumos installed - rustc 1.75.0-nightly (54b0434ce 2023-10-22) |
| 48 | 2024-01-23T20:14:47.452Z | |
| 49 | 2024-01-23T20:14:47.464Z | |
| 50 | 2024-01-23T20:14:47.465Z | Rust is installed now. Great! |
| 51 | 2024-01-23T20:14:47.465Z | |
| 52 | 2024-01-23T20:14:47.465Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2024-01-23T20:14:47.465Z | environment variable. This has not been done automatically. |
| 54 | 2024-01-23T20:14:47.465Z | |
| 55 | 2024-01-23T20:14:47.465Z | To configure your current shell, run: |
| 56 | 2024-01-23T20:14:47.465Z | source "$HOME/.cargo/env" |
| 57 | 2024-01-23T20:14:47.535Z | + rustc --version |
| 58 | 2024-01-23T20:14:47.664Z | rustc 1.75.0-nightly (54b0434ce 2023-10-22) |
| 59 | 2024-01-23T20:14:47.678Z | process exited: duration 28774 ms, exit code 0 |
| |
| 60 | 2024-01-23T20:14:47.710Z | starting task 2: "authentication" |
| 61 | 2024-01-23T20:14:48.191Z | process exited: duration 489 ms, exit code 0 |
| |
| 62 | 2024-01-23T20:14:48.207Z | starting task 3: "clone repository" |
| 63 | 2024-01-23T20:14:48.214Z | + mkdir -p /work/oxidecomputer/opte |
| 64 | 2024-01-23T20:14:48.219Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 65 | 2024-01-23T20:14:48.493Z | Cloning into '/work/oxidecomputer/opte'... |
| 66 | 2024-01-23T20:14:49.893Z | + cd /work/oxidecomputer/opte |
| 67 | 2024-01-23T20:14:49.893Z | + [[ -n boundary-services-overlay-flow-pinning ]] |
| 68 | 2024-01-23T20:14:49.896Z | + git fetch origin boundary-services-overlay-flow-pinning |
| 69 | 2024-01-23T20:14:50.217Z | From https://github.com/oxidecomputer/opte |
| 70 | 2024-01-23T20:14:50.217Z | * branch boundary-services-overlay-flow-pinning -> FETCH_HEAD |
| 71 | 2024-01-23T20:14:50.228Z | + git checkout -B boundary-services-overlay-flow-pinning remotes/origin/boundary-services-overlay-flow-pinning |
| 72 | 2024-01-23T20:14:50.258Z | Switched to a new branch 'boundary-services-overlay-flow-pinning' |
| 73 | 2024-01-23T20:14:50.261Z | branch 'boundary-services-overlay-flow-pinning' set up to track 'origin/boundary-services-overlay-flow-pinning'. |
| 74 | 2024-01-23T20:14:50.261Z | + git reset --hard 464938d3b2d500825e6d1117eb199ef472ece333 |
| 75 | 2024-01-23T20:14:50.275Z | HEAD is now at 464938d support for tunneled routing |
| 76 | 2024-01-23T20:14:50.278Z | process exited: duration 2070 ms, exit code 0 |
| |
| 77 | 2024-01-23T20:14:50.285Z | starting task 4: "build" |
| 78 | 2024-01-23T20:14:50.292Z | + cargo --version |
| 79 | 2024-01-23T20:14:50.299Z | info: syncing channel updates for '1.75.0-x86_64-unknown-illumos' |
| 80 | 2024-01-23T20:14:50.492Z | info: latest update on 2023-12-28, rust version 1.75.0 (82e1608df 2023-12-21) |
| 81 | 2024-01-23T20:14:50.496Z | info: downloading component 'cargo' |
| 82 | 2024-01-23T20:14:51.195Z | info: downloading component 'clippy' |
| 83 | 2024-01-23T20:14:51.390Z | info: downloading component 'rust-docs' |
| 84 | 2024-01-23T20:14:52.277Z | info: downloading component 'rust-std' |
| 85 | 2024-01-23T20:14:53.635Z | info: downloading component 'rustc' |
| 86 | 2024-01-23T20:14:57.319Z | info: downloading component 'rustfmt' |
| 87 | 2024-01-23T20:14:57.516Z | info: installing component 'cargo' |
| 88 | 2024-01-23T20:14:58.758Z | info: installing component 'clippy' |
| 89 | 2024-01-23T20:14:59.268Z | info: installing component 'rust-docs' |
| 90 | 2024-01-23T20:15:02.015Z | info: installing component 'rust-std' |
| 91 | 2024-01-23T20:15:04.386Z | info: installing component 'rustc' |
| 92 | 2024-01-23T20:15:10.534Z | info: installing component 'rustfmt' |
| 93 | 2024-01-23T20:15:11.085Z | cargo 1.75.0 (1d8b05cdd 2023-11-20) |
| 94 | 2024-01-23T20:15:11.093Z | + rustc --version |
| 95 | 2024-01-23T20:15:11.206Z | rustc 1.75.0 (82e1608df 2023-12-21) |
| 96 | 2024-01-23T20:15:11.215Z | + cd lib/opte |
| 97 | 2024-01-23T20:15:11.215Z | + header 'check style' |
| 98 | 2024-01-23T20:15:11.215Z | + echo '# ==== check style ==== #' |
| 99 | 2024-01-23T20:15:11.215Z | # ==== check style ==== # |
| 100 | 2024-01-23T20:15:11.215Z | + ptime -m cargo +nightly-2023-10-23 fmt -- --check |
| 101 | 2024-01-23T20:15:11.898Z | |
| 102 | 2024-01-23T20:15:11.898Z | real 0.638962794 |
| 103 | 2024-01-23T20:15:11.898Z | user 0.432555284 |
| 104 | 2024-01-23T20:15:11.898Z | sys 0.193569156 |
| 105 | 2024-01-23T20:15:11.912Z | trap 0.000432369 |
| 106 | 2024-01-23T20:15:11.912Z | tflt 0.000000000 |
| 107 | 2024-01-23T20:15:11.912Z | dflt 0.000000000 |
| 108 | 2024-01-23T20:15:11.912Z | kflt 0.000000000 |
| 109 | 2024-01-23T20:15:11.913Z | lock 0.000000000 |
| 110 | 2024-01-23T20:15:11.913Z | slp 0.499018645 |
| 111 | 2024-01-23T20:15:11.913Z | lat 0.000617358 |
| 112 | 2024-01-23T20:15:11.913Z | stop 0.000357704 |
| 113 | 2024-01-23T20:15:11.913Z | + header 'check docs' |
| 114 | 2024-01-23T20:15:11.913Z | + echo '# ==== check docs ==== #' |
| 115 | 2024-01-23T20:15:11.913Z | # ==== check docs ==== # |
| 116 | 2024-01-23T20:15:11.930Z | + RUSTDOCFLAGS='-D warnings' |
| 117 | 2024-01-23T20:15:11.931Z | + ptime -m cargo +nightly-2023-10-23 doc --no-default-features --features=api,std,engine,kernel |
| 118 | 2024-01-23T20:15:12.052Z | Updating crates.io index |
| 119 | 2024-01-23T20:15:12.116Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 120 | 2024-01-23T20:15:12.651Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 121 | 2024-01-23T20:15:12.971Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 122 | 2024-01-23T20:15:13.228Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 123 | 2024-01-23T20:15:14.025Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 124 | 2024-01-23T20:15:14.446Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 125 | 2024-01-23T20:15:14.764Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 126 | 2024-01-23T20:15:15.951Z | Downloading crates ... |
| 127 | 2024-01-23T20:15:16.215Z | Downloaded thiserror v1.0.56 |
| 128 | 2024-01-23T20:15:16.219Z | Downloaded quote v1.0.35 |
| 129 | 2024-01-23T20:15:16.219Z | Downloaded unicode-ident v1.0.12 |
| 130 | 2024-01-23T20:15:16.219Z | Downloaded cobs v0.2.3 |
| 131 | 2024-01-23T20:15:16.219Z | Downloaded dof v0.2.0 |
| 132 | 2024-01-23T20:15:16.219Z | Downloaded dyn-clone v1.0.16 |
| 133 | 2024-01-23T20:15:16.220Z | Downloaded generic-array v0.14.7 |
| 134 | 2024-01-23T20:15:16.220Z | Downloaded either v1.9.0 |
| 135 | 2024-01-23T20:15:16.220Z | Downloaded stable_deref_trait v1.2.0 |
| 136 | 2024-01-23T20:15:16.220Z | Downloaded usdt-attr-macro v0.4.1 |
| 137 | 2024-01-23T20:15:16.220Z | Downloaded usdt v0.4.1 |
| 138 | 2024-01-23T20:15:16.221Z | Downloaded byteorder v1.5.0 |
| 139 | 2024-01-23T20:15:16.224Z | Downloaded hash32 v0.3.1 |
| 140 | 2024-01-23T20:15:16.229Z | Downloaded plain v0.2.3 |
| 141 | 2024-01-23T20:15:16.229Z | Downloaded ipnetwork v0.20.0 |
| 142 | 2024-01-23T20:15:16.232Z | Downloaded proc-macro-error v1.0.4 |
| 143 | 2024-01-23T20:15:16.237Z | Downloaded thiserror-impl v1.0.56 |
| 144 | 2024-01-23T20:15:16.237Z | Downloaded defmt-parser v0.3.3 |
| 145 | 2024-01-23T20:15:16.242Z | Downloaded managed v0.8.0 |
| 146 | 2024-01-23T20:15:16.242Z | Downloaded version_check v0.9.4 |
| 147 | 2024-01-23T20:15:16.242Z | Downloaded serde_tokenstream v0.2.0 |
| 148 | 2024-01-23T20:15:16.247Z | Downloaded zerocopy-derive v0.7.32 |
| 149 | 2024-01-23T20:15:16.254Z | Downloaded pest_meta v2.7.6 |
| 150 | 2024-01-23T20:15:16.258Z | Downloaded pretty-hex v0.3.0 |
| 151 | 2024-01-23T20:15:16.262Z | Downloaded usdt-impl v0.4.1 |
| 152 | 2024-01-23T20:15:16.265Z | Downloaded log v0.4.20 |
| 153 | 2024-01-23T20:15:16.268Z | Downloaded pest_generator v2.7.6 |
| 154 | 2024-01-23T20:15:16.268Z | Downloaded ucd-trie v0.1.6 |
| 155 | 2024-01-23T20:15:16.272Z | Downloaded memmap v0.7.0 |
| 156 | 2024-01-23T20:15:16.275Z | Downloaded embedded-io v0.4.0 |
| 157 | 2024-01-23T20:15:16.276Z | Downloaded serde_derive v1.0.195 |
| 158 | 2024-01-23T20:15:16.282Z | Downloaded zerocopy v0.6.6 |
| 159 | 2024-01-23T20:15:16.286Z | Downloaded sha2 v0.10.8 |
| 160 | 2024-01-23T20:15:16.295Z | Downloaded pest_derive v2.7.6 |
| 161 | 2024-01-23T20:15:16.298Z | Downloaded postcard v1.0.8 |
| 162 | 2024-01-23T20:15:16.298Z | Downloaded ryu v1.0.16 |
| 163 | 2024-01-23T20:15:16.306Z | Downloaded typenum v1.17.0 |
| 164 | 2024-01-23T20:15:16.306Z | Downloaded heapless v0.8.0 |
| 165 | 2024-01-23T20:15:16.311Z | Downloaded memchr v2.7.1 |
| 166 | 2024-01-23T20:15:16.320Z | Downloaded serde v1.0.195 |
| 167 | 2024-01-23T20:15:16.326Z | Downloaded pest v2.7.6 |
| 168 | 2024-01-23T20:15:16.334Z | Downloaded proc-macro2 v1.0.78 |
| 169 | 2024-01-23T20:15:16.338Z | Downloaded usdt-macro v0.4.1 |
| 170 | 2024-01-23T20:15:16.342Z | Downloaded once_cell v1.19.0 |
| 171 | 2024-01-23T20:15:16.345Z | Downloaded goblin v0.6.1 |
| 172 | 2024-01-23T20:15:16.353Z | Downloaded zerocopy v0.7.32 |
| 173 | 2024-01-23T20:15:16.381Z | Downloaded syn v1.0.109 |
| 174 | 2024-01-23T20:15:16.400Z | Downloaded syn v2.0.48 |
| 175 | 2024-01-23T20:15:16.419Z | Downloaded smoltcp v0.11.0 |
| 176 | 2024-01-23T20:15:16.442Z | Downloaded zerocopy-derive v0.6.6 |
| 177 | 2024-01-23T20:15:16.461Z | Downloaded libc v0.2.152 |
| 178 | 2024-01-23T20:15:16.511Z | Downloaded serde_json v1.0.111 |
| 179 | 2024-01-23T20:15:16.525Z | Downloaded proc-macro-error-attr v1.0.4 |
| 180 | 2024-01-23T20:15:16.538Z | Downloaded itertools v0.12.0 |
| 181 | 2024-01-23T20:15:16.541Z | Downloaded scroll v0.11.0 |
| 182 | 2024-01-23T20:15:16.541Z | Downloaded crc32fast v1.3.2 |
| 183 | 2024-01-23T20:15:16.542Z | Downloaded bitflags v1.3.2 |
| 184 | 2024-01-23T20:15:16.547Z | Downloaded thread-id v4.2.1 |
| 185 | 2024-01-23T20:15:16.552Z | Downloaded dtrace-parser v0.1.15 |
| 186 | 2024-01-23T20:15:16.553Z | Downloaded block-buffer v0.10.4 |
| 187 | 2024-01-23T20:15:16.555Z | Downloaded defmt-macros v0.3.6 |
| 188 | 2024-01-23T20:15:16.563Z | Downloaded digest v0.10.7 |
| 189 | 2024-01-23T20:15:16.563Z | Downloaded defmt v0.3.5 |
| 190 | 2024-01-23T20:15:16.567Z | Downloaded crypto-common v0.1.6 |
| 191 | 2024-01-23T20:15:16.567Z | Downloaded scroll_derive v0.11.1 |
| 192 | 2024-01-23T20:15:16.567Z | Downloaded itoa v1.0.10 |
| 193 | 2024-01-23T20:15:16.567Z | Downloaded cfg-if v1.0.0 |
| 194 | 2024-01-23T20:15:16.570Z | Downloaded cpufeatures v0.2.12 |
| 195 | 2024-01-23T20:15:16.646Z | Compiling proc-macro2 v1.0.78 |
| 196 | 2024-01-23T20:15:16.646Z | Compiling unicode-ident v1.0.12 |
| 197 | 2024-01-23T20:15:16.650Z | Documenting unicode-ident v1.0.12 |
| 198 | 2024-01-23T20:15:16.650Z | Checking byteorder v1.5.0 |
| 199 | 2024-01-23T20:15:16.650Z | Compiling serde v1.0.195 |
| 200 | 2024-01-23T20:15:16.655Z | Compiling heapless v0.8.0 |
| 201 | 2024-01-23T20:15:16.659Z | Checking stable_deref_trait v1.2.0 |
| 202 | 2024-01-23T20:15:16.827Z | Checking cfg-if v1.0.0 |
| 203 | 2024-01-23T20:15:16.916Z | Documenting byteorder v1.5.0 |
| 204 | 2024-01-23T20:15:16.923Z | Compiling smoltcp v0.11.0 |
| 205 | 2024-01-23T20:15:16.991Z | Checking embedded-io v0.4.0 |
| 206 | 2024-01-23T20:15:17.136Z | Checking hash32 v0.3.1 |
| 207 | 2024-01-23T20:15:17.266Z | Checking bitflags v1.3.2 |
| 208 | 2024-01-23T20:15:17.322Z | Checking cobs v0.2.3 |
| 209 | 2024-01-23T20:15:17.341Z | Checking managed v0.8.0 |
| 210 | 2024-01-23T20:15:17.512Z | Documenting cfg-if v1.0.0 |
| 211 | 2024-01-23T20:15:17.764Z | Documenting stable_deref_trait v1.2.0 |
| 212 | 2024-01-23T20:15:18.546Z | Compiling crc32fast v1.3.2 |
| 213 | 2024-01-23T20:15:18.583Z | Checking either v1.9.0 |
| 214 | 2024-01-23T20:15:19.254Z | Documenting cobs v0.2.3 |
| 215 | 2024-01-23T20:15:19.848Z | Compiling quote v1.0.35 |
| 216 | 2024-01-23T20:15:20.304Z | Documenting proc-macro2 v1.0.78 |
| 217 | 2024-01-23T20:15:20.701Z | Compiling syn v2.0.48 |
| 218 | 2024-01-23T20:15:20.804Z | Documenting hash32 v0.3.1 |
| 219 | 2024-01-23T20:15:21.171Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 220 | 2024-01-23T20:15:21.467Z | Documenting bitflags v1.3.2 |
| 221 | 2024-01-23T20:15:21.521Z | Documenting managed v0.8.0 |
| 222 | 2024-01-23T20:15:23.511Z | Checking ipnetwork v0.20.0 |
| 223 | 2024-01-23T20:15:23.923Z | Documenting embedded-io v0.4.0 |
| 224 | 2024-01-23T20:15:24.599Z | Compiling version_check v0.9.4 |
| 225 | 2024-01-23T20:15:24.851Z | Documenting heapless v0.8.0 |
| 226 | 2024-01-23T20:15:25.450Z | Documenting either v1.9.0 |
| 227 | 2024-01-23T20:15:25.559Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 228 | 2024-01-23T20:15:25.600Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 229 | 2024-01-23T20:15:26.003Z | Documenting ipnetwork v0.20.0 |
| 230 | 2024-01-23T20:15:26.119Z | Documenting crc32fast v1.3.2 |
| 231 | 2024-01-23T20:15:26.875Z | Documenting quote v1.0.35 |
| 232 | 2024-01-23T20:15:28.493Z | Checking itertools v0.12.0 |
| 233 | 2024-01-23T20:15:29.395Z | Documenting itertools v0.12.0 |
| 234 | 2024-01-23T20:15:29.651Z | Checking dyn-clone v1.0.16 |
| 235 | 2024-01-23T20:15:29.703Z | Documenting smoltcp v0.11.0 |
| 236 | 2024-01-23T20:15:29.818Z | Documenting dyn-clone v1.0.16 |
| 237 | 2024-01-23T20:15:30.243Z | Compiling serde_derive v1.0.195 |
| 238 | 2024-01-23T20:15:30.248Z | Compiling zerocopy-derive v0.7.32 |
| 239 | 2024-01-23T20:15:31.450Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 240 | 2024-01-23T20:15:32.823Z | Documenting syn v2.0.48 |
| 241 | 2024-01-23T20:15:33.018Z | Checking zerocopy v0.7.32 |
| 242 | 2024-01-23T20:15:42.025Z | Checking postcard v1.0.8 |
| 243 | 2024-01-23T20:15:42.674Z | Documenting serde_derive v1.0.195 |
| 244 | 2024-01-23T20:15:42.674Z | Documenting zerocopy-derive v0.7.32 |
| 245 | 2024-01-23T20:15:42.679Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 246 | 2024-01-23T20:15:42.680Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 247 | 2024-01-23T20:15:46.776Z | Documenting zerocopy v0.7.32 |
| 248 | 2024-01-23T20:15:48.517Z | Documenting serde v1.0.195 |
| 249 | 2024-01-23T20:15:56.198Z | Documenting postcard v1.0.8 |
| 250 | 2024-01-23T20:15:59.008Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 251 | 2024-01-23T20:16:03.765Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 252 | 2024-01-23T20:16:11.823Z | Finished dev [unoptimized + debuginfo] target(s) in 59.92s |
| 253 | 2024-01-23T20:16:11.918Z | |
| 254 | 2024-01-23T20:16:11.918Z | real 1:00.004938488 |
| 255 | 2024-01-23T20:16:11.918Z | user 1:57.284596533 |
| 256 | 2024-01-23T20:16:11.918Z | sys 1:23.223302537 |
| 257 | 2024-01-23T20:16:11.918Z | trap 0.046227666 |
| 258 | 2024-01-23T20:16:11.918Z | tflt 0.357669733 |
| 259 | 2024-01-23T20:16:11.925Z | dflt 1.406016627 |
| 260 | 2024-01-23T20:16:11.925Z | kflt 0.007622024 |
| 261 | 2024-01-23T20:16:11.925Z | lock 4:56.346725479 |
| 262 | 2024-01-23T20:16:11.925Z | slp 7:18.526587604 |
| 263 | 2024-01-23T20:16:11.925Z | lat 7.105546562 |
| 264 | 2024-01-23T20:16:11.925Z | stop 3.658432038 |
| 265 | 2024-01-23T20:16:11.925Z | + header 'analyze std + api' |
| 266 | 2024-01-23T20:16:11.926Z | + echo '# ==== analyze std + api ==== #' |
| 267 | 2024-01-23T20:16:11.926Z | # ==== analyze std + api ==== # |
| 268 | 2024-01-23T20:16:11.926Z | + ptime -m cargo clippy --all-targets |
| 269 | 2024-01-23T20:16:12.514Z | Compiling proc-macro2 v1.0.78 |
| 270 | 2024-01-23T20:16:12.514Z | Compiling unicode-ident v1.0.12 |
| 271 | 2024-01-23T20:16:12.518Z | Compiling thiserror v1.0.56 |
| 272 | 2024-01-23T20:16:12.518Z | Compiling libc v0.2.152 |
| 273 | 2024-01-23T20:16:12.518Z | Compiling ucd-trie v0.1.6 |
| 274 | 2024-01-23T20:16:12.518Z | Compiling version_check v0.9.4 |
| 275 | 2024-01-23T20:16:12.518Z | Compiling memchr v2.7.1 |
| 276 | 2024-01-23T20:16:12.518Z | Compiling once_cell v1.19.0 |
| 277 | 2024-01-23T20:16:12.840Z | Compiling serde_json v1.0.111 |
| 278 | 2024-01-23T20:16:13.138Z | Compiling serde v1.0.195 |
| 279 | 2024-01-23T20:16:13.316Z | Checking byteorder v1.5.0 |
| 280 | 2024-01-23T20:16:13.513Z | Compiling ryu v1.0.16 |
| 281 | 2024-01-23T20:16:13.627Z | Compiling itoa v1.0.10 |
| 282 | 2024-01-23T20:16:13.919Z | Compiling usdt-impl v0.4.1 |
| 283 | 2024-01-23T20:16:14.446Z | Checking plain v0.2.3 |
| 284 | 2024-01-23T20:16:14.602Z | Checking log v0.4.20 |
| 285 | 2024-01-23T20:16:14.890Z | Compiling quote v1.0.35 |
| 286 | 2024-01-23T20:16:14.933Z | Compiling thread-id v4.2.1 |
| 287 | 2024-01-23T20:16:14.984Z | Compiling heapless v0.8.0 |
| 288 | 2024-01-23T20:16:15.030Z | Checking hash32 v0.3.1 |
| 289 | 2024-01-23T20:16:15.323Z | Checking pretty-hex v0.3.0 |
| 290 | 2024-01-23T20:16:15.337Z | Compiling smoltcp v0.11.0 |
| 291 | 2024-01-23T20:16:15.451Z | Compiling syn v2.0.48 |
| 292 | 2024-01-23T20:16:15.558Z | Checking cfg-if v1.0.0 |
| 293 | 2024-01-23T20:16:15.565Z | Checking stable_deref_trait v1.2.0 |
| 294 | 2024-01-23T20:16:15.771Z | Checking managed v0.8.0 |
| 295 | 2024-01-23T20:16:15.848Z | Compiling crc32fast v1.3.2 |
| 296 | 2024-01-23T20:16:15.852Z | Checking embedded-io v0.4.0 |
| 297 | 2024-01-23T20:16:15.852Z | Checking bitflags v1.3.2 |
| 298 | 2024-01-23T20:16:15.934Z | Checking cobs v0.2.3 |
| 299 | 2024-01-23T20:16:16.086Z | Checking memmap v0.7.0 |
| 300 | 2024-01-23T20:16:16.158Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 301 | 2024-01-23T20:16:16.213Z | Checking ipnetwork v0.20.0 |
| 302 | 2024-01-23T20:16:16.282Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 303 | 2024-01-23T20:16:16.330Z | Checking either v1.9.0 |
| 304 | 2024-01-23T20:16:16.552Z | Checking dyn-clone v1.0.16 |
| 305 | 2024-01-23T20:16:16.723Z | Checking itertools v0.12.0 |
| 306 | 2024-01-23T20:16:25.115Z | Compiling thiserror-impl v1.0.56 |
| 307 | 2024-01-23T20:16:25.115Z | Compiling serde_derive v1.0.195 |
| 308 | 2024-01-23T20:16:25.123Z | Compiling zerocopy-derive v0.6.6 |
| 309 | 2024-01-23T20:16:25.124Z | Compiling scroll_derive v0.11.1 |
| 310 | 2024-01-23T20:16:25.124Z | Compiling zerocopy-derive v0.7.32 |
| 311 | 2024-01-23T20:16:25.124Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 312 | 2024-01-23T20:16:27.227Z | Checking scroll v0.11.0 |
| 313 | 2024-01-23T20:16:27.433Z | Compiling zerocopy v0.6.6 |
| 314 | 2024-01-23T20:16:27.846Z | Checking goblin v0.6.1 |
| 315 | 2024-01-23T20:16:27.918Z | Checking zerocopy v0.7.32 |
| 316 | 2024-01-23T20:16:28.464Z | Checking pest v2.7.6 |
| 317 | 2024-01-23T20:16:31.291Z | Compiling pest_meta v2.7.6 |
| 318 | 2024-01-23T20:16:32.707Z | Compiling pest_generator v2.7.6 |
| 319 | 2024-01-23T20:16:34.764Z | Compiling pest_derive v2.7.6 |
| 320 | 2024-01-23T20:16:35.623Z | Compiling dtrace-parser v0.1.15 |
| 321 | 2024-01-23T20:16:38.471Z | Checking postcard v1.0.8 |
| 322 | 2024-01-23T20:16:39.132Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 323 | 2024-01-23T20:16:39.357Z | Compiling serde_tokenstream v0.2.0 |
| 324 | 2024-01-23T20:16:39.991Z | Checking dof v0.2.0 |
| 325 | 2024-01-23T20:16:42.659Z | Compiling usdt-macro v0.4.1 |
| 326 | 2024-01-23T20:16:43.075Z | Compiling usdt-attr-macro v0.4.1 |
| 327 | 2024-01-23T20:16:43.954Z | Checking usdt v0.4.1 |
| 328 | 2024-01-23T20:17:03.270Z | Finished dev [unoptimized + debuginfo] target(s) in 51.06s |
| 329 | 2024-01-23T20:17:03.292Z | |
| 330 | 2024-01-23T20:17:03.300Z | real 51.372673323 |
| 331 | 2024-01-23T20:17:03.301Z | user 2:14.493811551 |
| 332 | 2024-01-23T20:17:03.301Z | sys 26.501506527 |
| 333 | 2024-01-23T20:17:03.301Z | trap 0.064360974 |
| 334 | 2024-01-23T20:17:03.301Z | tflt 0.182669244 |
| 335 | 2024-01-23T20:17:03.301Z | dflt 1.213866674 |
| 336 | 2024-01-23T20:17:03.301Z | kflt 0.000004030 |
| 337 | 2024-01-23T20:17:03.301Z | lock 4:22.767282835 |
| 338 | 2024-01-23T20:17:03.301Z | slp 6:03.628459473 |
| 339 | 2024-01-23T20:17:03.301Z | lat 3.484921056 |
| 340 | 2024-01-23T20:17:03.301Z | stop 2.827670219 |
| 341 | 2024-01-23T20:17:03.302Z | + header 'analyze no_std + engine + kernel' |
| 342 | 2024-01-23T20:17:03.302Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 343 | 2024-01-23T20:17:03.302Z | # ==== analyze no_std + engine + kernel ==== # |
| 344 | 2024-01-23T20:17:03.302Z | + ptime -m cargo +nightly-2023-10-23 clippy --no-default-features --features engine,kernel |
| 345 | 2024-01-23T20:17:03.754Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 346 | 2024-01-23T20:17:03.754Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 347 | 2024-01-23T20:17:04.182Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 348 | 2024-01-23T20:17:04.197Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 349 | 2024-01-23T20:17:14.508Z | Finished dev [unoptimized + debuginfo] target(s) in 10.99s |
| 350 | 2024-01-23T20:17:14.527Z | |
| 351 | 2024-01-23T20:17:14.540Z | real 11.225866538 |
| 352 | 2024-01-23T20:17:14.540Z | user 11.192499248 |
| 353 | 2024-01-23T20:17:14.540Z | sys 1.507738321 |
| 354 | 2024-01-23T20:17:14.541Z | trap 0.002394244 |
| 355 | 2024-01-23T20:17:14.541Z | tflt 0.009412019 |
| 356 | 2024-01-23T20:17:14.541Z | dflt 0.021273363 |
| 357 | 2024-01-23T20:17:14.541Z | kflt 0.000000000 |
| 358 | 2024-01-23T20:17:14.541Z | lock 30.183310042 |
| 359 | 2024-01-23T20:17:14.541Z | slp 36.810811087 |
| 360 | 2024-01-23T20:17:14.542Z | lat 0.045628078 |
| 361 | 2024-01-23T20:17:14.542Z | stop 0.044849069 |
| 362 | 2024-01-23T20:17:14.542Z | + header test |
| 363 | 2024-01-23T20:17:14.542Z | + echo '# ==== test ==== #' |
| 364 | 2024-01-23T20:17:14.542Z | # ==== test ==== # |
| 365 | 2024-01-23T20:17:14.543Z | + ptime -m cargo test |
| 366 | 2024-01-23T20:17:14.858Z | Compiling unicode-ident v1.0.12 |
| 367 | 2024-01-23T20:17:14.858Z | Compiling byteorder v1.5.0 |
| 368 | 2024-01-23T20:17:14.861Z | Compiling ucd-trie v0.1.6 |
| 369 | 2024-01-23T20:17:14.861Z | Compiling memchr v2.7.1 |
| 370 | 2024-01-23T20:17:14.865Z | Compiling itoa v1.0.10 |
| 371 | 2024-01-23T20:17:14.868Z | Compiling ryu v1.0.16 |
| 372 | 2024-01-23T20:17:14.871Z | Compiling libc v0.2.152 |
| 373 | 2024-01-23T20:17:14.882Z | Compiling plain v0.2.3 |
| 374 | 2024-01-23T20:17:15.060Z | Compiling proc-macro2 v1.0.78 |
| 375 | 2024-01-23T20:17:15.117Z | Compiling log v0.4.20 |
| 376 | 2024-01-23T20:17:15.144Z | Compiling cfg-if v1.0.0 |
| 377 | 2024-01-23T20:17:15.238Z | Compiling stable_deref_trait v1.2.0 |
| 378 | 2024-01-23T20:17:15.357Z | Compiling pretty-hex v0.3.0 |
| 379 | 2024-01-23T20:17:15.387Z | Compiling cobs v0.2.3 |
| 380 | 2024-01-23T20:17:15.550Z | Compiling hash32 v0.3.1 |
| 381 | 2024-01-23T20:17:15.577Z | Compiling bitflags v1.3.2 |
| 382 | 2024-01-23T20:17:15.682Z | Compiling managed v0.8.0 |
| 383 | 2024-01-23T20:17:15.688Z | Compiling embedded-io v0.4.0 |
| 384 | 2024-01-23T20:17:15.832Z | Compiling heapless v0.8.0 |
| 385 | 2024-01-23T20:17:15.852Z | Compiling thread-id v4.2.1 |
| 386 | 2024-01-23T20:17:15.972Z | Compiling memmap v0.7.0 |
| 387 | 2024-01-23T20:17:15.986Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 388 | 2024-01-23T20:17:16.031Z | Compiling ipnetwork v0.20.0 |
| 389 | 2024-01-23T20:17:16.031Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 390 | 2024-01-23T20:17:16.253Z | Compiling quote v1.0.35 |
| 391 | 2024-01-23T20:17:16.313Z | Compiling either v1.9.0 |
| 392 | 2024-01-23T20:17:16.546Z | Compiling crc32fast v1.3.2 |
| 393 | 2024-01-23T20:17:16.962Z | Compiling dyn-clone v1.0.16 |
| 394 | 2024-01-23T20:17:16.966Z | Compiling itertools v0.12.0 |
| 395 | 2024-01-23T20:17:16.966Z | Compiling syn v2.0.48 |
| 396 | 2024-01-23T20:17:17.525Z | Compiling smoltcp v0.11.0 |
| 397 | 2024-01-23T20:17:27.099Z | Compiling serde_derive v1.0.195 |
| 398 | 2024-01-23T20:17:27.099Z | Compiling thiserror-impl v1.0.56 |
| 399 | 2024-01-23T20:17:27.104Z | Compiling zerocopy-derive v0.6.6 |
| 400 | 2024-01-23T20:17:27.105Z | Compiling scroll_derive v0.11.1 |
| 401 | 2024-01-23T20:17:27.106Z | Compiling zerocopy-derive v0.7.32 |
| 402 | 2024-01-23T20:17:27.874Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 403 | 2024-01-23T20:17:29.600Z | Compiling scroll v0.11.0 |
| 404 | 2024-01-23T20:17:30.167Z | Compiling goblin v0.6.1 |
| 405 | 2024-01-23T20:17:30.273Z | Compiling zerocopy v0.6.6 |
| 406 | 2024-01-23T20:17:30.417Z | Compiling zerocopy v0.7.32 |
| 407 | 2024-01-23T20:17:30.751Z | Compiling thiserror v1.0.56 |
| 408 | 2024-01-23T20:17:30.876Z | Compiling pest v2.7.6 |
| 409 | 2024-01-23T20:17:33.763Z | Compiling pest_meta v2.7.6 |
| 410 | 2024-01-23T20:17:34.550Z | Compiling serde v1.0.195 |
| 411 | 2024-01-23T20:17:35.040Z | Compiling pest_generator v2.7.6 |
| 412 | 2024-01-23T20:17:37.673Z | Compiling pest_derive v2.7.6 |
| 413 | 2024-01-23T20:17:38.403Z | Compiling dtrace-parser v0.1.15 |
| 414 | 2024-01-23T20:17:41.963Z | Compiling serde_json v1.0.111 |
| 415 | 2024-01-23T20:17:41.963Z | Compiling serde_tokenstream v0.2.0 |
| 416 | 2024-01-23T20:17:41.990Z | Compiling postcard v1.0.8 |
| 417 | 2024-01-23T20:17:42.795Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 418 | 2024-01-23T20:17:43.719Z | Compiling dof v0.2.0 |
| 419 | 2024-01-23T20:17:44.461Z | Compiling usdt-impl v0.4.1 |
| 420 | 2024-01-23T20:17:46.134Z | Compiling usdt-macro v0.4.1 |
| 421 | 2024-01-23T20:17:46.144Z | Compiling usdt-attr-macro v0.4.1 |
| 422 | 2024-01-23T20:17:47.821Z | Compiling usdt v0.4.1 |
| 423 | 2024-01-23T20:18:10.807Z | Finished test [unoptimized + debuginfo] target(s) in 56.20s |
| 424 | 2024-01-23T20:18:10.816Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-1bdc4cf9deebecdb) |
| 425 | 2024-01-23T20:18:10.822Z | |
| 426 | 2024-01-23T20:18:10.822Z | running 80 tests |
| 427 | 2024-01-23T20:18:10.826Z | test ddi::time::test::good_interval ... ok |
| 428 | 2024-01-23T20:18:10.826Z | test ddi::time::test::bad_interval - should panic ... ok |
| 429 | 2024-01-23T20:18:10.826Z | test engine::dhcp::test::hostname_encode ... ok |
| 430 | 2024-01-23T20:18:10.826Z | test engine::dhcp::test::offlink_encode ... ok |
| 431 | 2024-01-23T20:18:10.826Z | test engine::dhcp::test::domainname_encode ... ok |
| 432 | 2024-01-23T20:18:10.826Z | test engine::dhcp::test::domain_search_option_encode ... ok |
| 433 | 2024-01-23T20:18:10.826Z | test engine::dhcp::test::rfc3442_encode ... ok |
| 434 | 2024-01-23T20:18:10.826Z | test engine::dhcpv6::options::test::test_client_id ... ok |
| 435 | 2024-01-23T20:18:10.826Z | test engine::dhcpv6::options::test::test_dns_servers ... ok |
| 436 | 2024-01-23T20:18:10.826Z | test engine::dhcpv6::options::test::test_domain_list_from_slice ... ok |
| 437 | 2024-01-23T20:18:10.826Z | test engine::dhcpv6::options::test::test_elapsed_time ... ok |
| 438 | 2024-01-23T20:18:10.826Z | test engine::dhcpv6::options::test::test_iana ... ok |
| 439 | 2024-01-23T20:18:10.826Z | test engine::dhcpv6::options::test::test_iata ... ok |
| 440 | 2024-01-23T20:18:10.826Z | test engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok |
| 441 | 2024-01-23T20:18:10.826Z | test engine::dhcpv6::options::test::test_option_request ... ok |
| 442 | 2024-01-23T20:18:10.826Z | test engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok |
| 443 | 2024-01-23T20:18:10.826Z | test engine::dhcpv6::options::test::test_parse_snooped_iana ... ok |
| 444 | 2024-01-23T20:18:10.827Z | test engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok |
| 445 | 2024-01-23T20:18:10.827Z | test engine::dhcpv6::options::test::test_rapid_commit ... ok |
| 446 | 2024-01-23T20:18:10.827Z | test engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok |
| 447 | 2024-01-23T20:18:10.827Z | test engine::dhcpv6::options::test::test_server_id ... ok |
| 448 | 2024-01-23T20:18:10.827Z | test engine::dhcpv6::options::test::test_sntp_servers ... ok |
| 449 | 2024-01-23T20:18:10.827Z | test engine::dhcpv6::options::test::test_status ... ok |
| 450 | 2024-01-23T20:18:10.831Z | test engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok |
| 451 | 2024-01-23T20:18:10.831Z | test engine::dhcpv6::test::test_duid_from_mac ... ok |
| 452 | 2024-01-23T20:18:10.831Z | test engine::ether::test::emit ... ok |
| 453 | 2024-01-23T20:18:10.831Z | test engine::geneve::test::bad_opt_len_fails ... ok |
| 454 | 2024-01-23T20:18:10.831Z | test engine::geneve::test::emit_external_opt ... ok |
| 455 | 2024-01-23T20:18:10.831Z | test engine::flow_table::test::flow_clear ... ok |
| 456 | 2024-01-23T20:18:10.831Z | test engine::flow_table::test::flow_expired ... ok |
| 457 | 2024-01-23T20:18:10.831Z | test engine::geneve::test::emit_no_opts ... ok |
| 458 | 2024-01-23T20:18:10.831Z | test engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok |
| 459 | 2024-01-23T20:18:10.831Z | test engine::geneve::test::parse_multi_opt ... ok |
| 460 | 2024-01-23T20:18:10.832Z | test engine::geneve::test::parse_single_opt ... ok |
| 461 | 2024-01-23T20:18:10.832Z | test engine::geneve::test::unknown_crit_option_fails ... ok |
| 462 | 2024-01-23T20:18:10.832Z | test engine::ip4::cidr_match ... ok |
| 463 | 2024-01-23T20:18:10.832Z | test engine::icmp::v4::test::icmp4_body_csum_equals_body ... ok |
| 464 | 2024-01-23T20:18:10.832Z | test engine::ip4::match_check ... ok |
| 465 | 2024-01-23T20:18:10.832Z | test engine::ip4::test::emit ... ok |
| 466 | 2024-01-23T20:18:10.832Z | test engine::ip6::test::emit ... ok |
| 467 | 2024-01-23T20:18:10.832Z | test engine::ip6::test::from_pairs ... ok |
| 468 | 2024-01-23T20:18:10.832Z | test engine::ip6::test::test_ipv6_addr_match_exact ... ok |
| 469 | 2024-01-23T20:18:10.832Z | test engine::ip6::test::test_ip6_meta_total_len ... ok |
| 470 | 2024-01-23T20:18:10.832Z | test engine::ip6::test::test_ipv6_cidr_match_prefix ... ok |
| 471 | 2024-01-23T20:18:10.832Z | test engine::ip6::test::test_set_total_len ... ok |
| 472 | 2024-01-23T20:18:10.832Z | test engine::packet::test::read_seg ... ok |
| 473 | 2024-01-23T20:18:10.832Z | test engine::nat::test::nat4_rewrite ... ok |
| 474 | 2024-01-23T20:18:10.832Z | test engine::layer::test::find_rule ... ok |
| 475 | 2024-01-23T20:18:10.832Z | test engine::ip6::test::test_extension_header_lengths_ok ... ok |
| 476 | 2024-01-23T20:18:10.832Z | test engine::packet::test::expand_and_shrink ... ok |
| 477 | 2024-01-23T20:18:10.832Z | test engine::packet::test::prefix_len ... ok |
| 478 | 2024-01-23T20:18:10.832Z | test engine::packet::test::not_enough_bytes_read ... ok |
| 479 | 2024-01-23T20:18:10.832Z | test engine::packet::test::parse_ipv6_extension_headers_ok ... ok |
| 480 | 2024-01-23T20:18:10.832Z | test engine::packet::test::read_single_segment ... ok |
| 481 | 2024-01-23T20:18:10.832Z | test engine::packet::test::slice_mut_unchecked_bad_len - should panic ... ok |
| 482 | 2024-01-23T20:18:10.832Z | test engine::packet::test::seg_writer ... ok |
| 483 | 2024-01-23T20:18:10.833Z | test engine::packet::test::slice_mut_unchecked_bad_offset - should panic ... ok |
| 484 | 2024-01-23T20:18:10.833Z | test engine::packet::test::slice_mut_unchecked_zero ... ok |
| 485 | 2024-01-23T20:18:10.833Z | test engine::packet::test::slice_unchecked_bad_len - should panic ... ok |
| 486 | 2024-01-23T20:18:10.833Z | test engine::packet::test::slice_unchecked_bad_offset - should panic ... ok |
| 487 | 2024-01-23T20:18:10.833Z | test engine::packet::test::slice_unchecked_zero ... ok |
| 488 | 2024-01-23T20:18:10.833Z | test engine::packet::test::small_packet_with_padding ... ok |
| 489 | 2024-01-23T20:18:10.833Z | test engine::packet::test::test_long_packet_continuation ... ok |
| 490 | 2024-01-23T20:18:10.837Z | test engine::packet::test::straddled_tcp ... ok |
| 491 | 2024-01-23T20:18:10.837Z | test engine::packet::test::uninitialized_packet ... ok |
| 492 | 2024-01-23T20:18:10.837Z | test engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok |
| 493 | 2024-01-23T20:18:10.837Z | test engine::packet::test::udp6_packet_with_padding ... ok |
| 494 | 2024-01-23T20:18:10.837Z | test engine::packet::test::write_and_read_multi_segment ... ok |
| 495 | 2024-01-23T20:18:10.838Z | test engine::packet::test::zero_byte_packet ... ok |
| 496 | 2024-01-23T20:18:10.838Z | test engine::rule::rule_matching ... ok |
| 497 | 2024-01-23T20:18:10.838Z | test engine::packet::test::wrap ... ok |
| 498 | 2024-01-23T20:18:10.838Z | test engine::snat::test::nat_mappings ... ok |
| 499 | 2024-01-23T20:18:10.838Z | test engine::snat::test::snat4_desc_lifecycle ... ok |
| 500 | 2024-01-23T20:18:10.838Z | test engine::tcp::test::emit_no_opts ... ok |
| 501 | 2024-01-23T20:18:10.838Z | test engine::tcp::test::emit_opts ... ok |
| 502 | 2024-01-23T20:18:10.838Z | test engine::snat::test::test_nat_pool_different_ip_types ... ok |
| 503 | 2024-01-23T20:18:10.838Z | test engine::tcp::test::parse_max_opts ... ok |
| 504 | 2024-01-23T20:18:10.838Z | test engine::tcp::test::parse_no_opts ... ok |
| 505 | 2024-01-23T20:18:10.838Z | test engine::tcp::test::parse_opts_truncated ... ok |
| 506 | 2024-01-23T20:18:10.838Z | test engine::udp::test::emit ... ok |
| 507 | 2024-01-23T20:18:10.838Z | |
| 508 | 2024-01-23T20:18:10.838Z | test result: ok. 80 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 509 | 2024-01-23T20:18:10.840Z | |
| 510 | 2024-01-23T20:18:10.840Z | Doc-tests opte |
| 511 | 2024-01-23T20:18:12.251Z | |
| 512 | 2024-01-23T20:18:12.251Z | running 3 tests |
| 513 | 2024-01-23T20:18:12.266Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 56) ... ignored |
| 514 | 2024-01-23T20:18:14.581Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 85) ... ok |
| 515 | 2024-01-23T20:18:14.584Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 41) ... ok |
| 516 | 2024-01-23T20:18:14.584Z | |
| 517 | 2024-01-23T20:18:14.584Z | test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 2.44s |
| 518 | 2024-01-23T20:18:14.584Z | |
| 519 | 2024-01-23T20:18:14.627Z | |
| 520 | 2024-01-23T20:18:14.627Z | real 1:00.094665798 |
| 521 | 2024-01-23T20:18:14.631Z | user 3:04.668077177 |
| 522 | 2024-01-23T20:18:14.631Z | sys 35.784588982 |
| 523 | 2024-01-23T20:18:14.631Z | trap 0.102432107 |
| 524 | 2024-01-23T20:18:14.631Z | tflt 0.302488185 |
| 525 | 2024-01-23T20:18:14.631Z | dflt 1.608070955 |
| 526 | 2024-01-23T20:18:14.631Z | kflt 0.000032846 |
| 527 | 2024-01-23T20:18:14.631Z | lock 6:12.515743694 |
| 528 | 2024-01-23T20:18:14.631Z | slp 6:29.752063831 |
| 529 | 2024-01-23T20:18:14.631Z | lat 4.737797258 |
| 530 | 2024-01-23T20:18:14.631Z | stop 1.704213049 |
| 531 | 2024-01-23T20:18:14.631Z | process exited: duration 204351 ms, exit code 0 |
| |
| 532 | 2024-01-23T20:18:14.642Z | found 0 output files |