|
|
|
| 1 | 2026-09-08T02:12:14.992Z | job assigned to worker 01M1ZCHTEQ526ERE98BGH882AJ [factory aws, i-002c7235c48014b86] (queued for 43 s) |
| |
| 2 | 2026-09-08T02:12:20.983Z | starting task 0: "setup" |
| 3 | 2026-09-08T02:12:20.987Z | ++ uname -s |
| 4 | 2026-09-08T02:12:20.990Z | + kern=SunOS |
| 5 | 2026-09-08T02:12:20.991Z | + build_user=build |
| 6 | 2026-09-08T02:12:20.991Z | + build_uid=12345 |
| 7 | 2026-09-08T02:12:20.991Z | + work_dir=/work |
| 8 | 2026-09-08T02:12:20.991Z | + input_dir=/input |
| 9 | 2026-09-08T02:12:20.991Z | + [[ 0 == 12345 ]] |
| 10 | 2026-09-08T02:12:20.991Z | + case "$kern" in |
| 11 | 2026-09-08T02:12:20.991Z | + groupadd -g 12345 build |
| 12 | 2026-09-08T02:12:20.991Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-09-08T02:12:22.997Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-09-08T02:12:23.079Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-09-08T02:12:23.083Z | + home_fs=zfs |
| 16 | 2026-09-08T02:12:23.083Z | + [[ zfs == autofs ]] |
| 17 | 2026-09-08T02:12:23.083Z | + mkdir -p /home/build |
| 18 | 2026-09-08T02:12:23.083Z | + chown build:build /home/build /work |
| 19 | 2026-09-08T02:12:25.084Z | + chmod 0700 /home/build /work |
| 20 | 2026-09-08T02:12:25.087Z | process exited: duration 4105 ms, exit code 0 |
| |
| 21 | 2026-09-08T02:12:25.094Z | starting task 1: "rust-toolchain" |
| 22 | 2026-09-08T02:12:25.098Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-09-08T02:12:25.098Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-09-08T02:12:25.098Z | * rust toolchain channel = "1.97.1" |
| 25 | 2026-09-08T02:12:25.098Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-09-08T02:12:25.098Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-09-08T02:12:25.098Z | * rust toolchain profile = "default" |
| 28 | 2026-09-08T02:12:25.101Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-09-08T02:12:25.101Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-09-08T02:12:25.208Z | info: downloading installer |
| 31 | 2026-09-08T02:12:26.669Z | info: profile set to default |
| 32 | 2026-09-08T02:12:26.669Z | info: default host tuple is x86_64-unknown-illumos |
| 33 | 2026-09-08T02:12:26.674Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 34 | 2026-09-08T02:12:26.812Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 35 | 2026-09-08T02:12:26.816Z | info: downloading 6 components |
| 36 | 2026-09-08T02:12:43.537Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 37 | 2026-09-08T02:12:43.537Z | |
| 38 | 2026-09-08T02:12:43.563Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-09-08T02:12:43.564Z | |
| 40 | 2026-09-08T02:12:43.567Z | |
| 41 | 2026-09-08T02:12:43.567Z | Rust is installed now. Great! |
| 42 | 2026-09-08T02:12:43.567Z | |
| 43 | 2026-09-08T02:12:43.567Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 44 | 2026-09-08T02:12:43.567Z | environment variable. This has not been done automatically. |
| 45 | 2026-09-08T02:12:43.567Z | |
| 46 | 2026-09-08T02:12:43.567Z | To configure your current shell, you need to source |
| 47 | 2026-09-08T02:12:43.568Z | the corresponding env file under $HOME/.cargo. |
| 48 | 2026-09-08T02:12:43.568Z | |
| 49 | 2026-09-08T02:12:43.568Z | Consider running the right command for your shell (note the leading DOT): |
| 50 | 2026-09-08T02:12:43.568Z | . "$HOME/.cargo/env" # For sh/ash/dash/pdksh |
| 51 | 2026-09-08T02:12:43.568Z | cargo:rerun-if-env-changed=CC_x86_64-unknown-illumos |
| 52 | 2026-09-08T02:12:43.568Z | CC_x86_64-unknown-illumos = None |
| 53 | 2026-09-08T02:12:43.568Z | cargo:rerun-if-env-changed=CC_x86_64_unknown_illumos |
| 54 | 2026-09-08T02:12:43.568Z | CC_x86_64_unknown_illumos = None |
| 55 | 2026-09-08T02:12:43.568Z | cargo:rerun-if-env-changed=HOST_CC |
| 56 | 2026-09-08T02:12:43.568Z | HOST_CC = None |
| 57 | 2026-09-08T02:12:43.568Z | cargo:rerun-if-env-changed=CC |
| 58 | 2026-09-08T02:12:43.568Z | CC = None |
| 59 | 2026-09-08T02:12:43.568Z | cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT |
| 60 | 2026-09-08T02:12:43.731Z | cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS |
| 61 | 2026-09-08T02:12:43.731Z | CRATE_CC_NO_DEFAULTS = None |
| 62 | 2026-09-08T02:12:43.731Z | cargo:rerun-if-env-changed=CFLAGS |
| 63 | 2026-09-08T02:12:43.731Z | CFLAGS = None |
| 64 | 2026-09-08T02:12:43.731Z | cargo:rerun-if-env-changed=HOST_CFLAGS |
| 65 | 2026-09-08T02:12:43.731Z | HOST_CFLAGS = None |
| 66 | 2026-09-08T02:12:43.731Z | cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos |
| 67 | 2026-09-08T02:12:43.731Z | CFLAGS_x86_64_unknown_illumos = None |
| 68 | 2026-09-08T02:12:43.731Z | cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos |
| 69 | 2026-09-08T02:12:43.731Z | CFLAGS_x86_64-unknown-illumos = None |
| 70 | 2026-09-08T02:12:43.827Z | + rustup --version |
| 71 | 2026-09-08T02:12:43.834Z | rustup 1.29.1 (d95a37b6a 2026-08-13) |
| 72 | 2026-09-08T02:12:43.837Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 73 | 2026-09-08T02:12:43.856Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 74 | 2026-09-08T02:12:43.859Z | + cargo --version |
| 75 | 2026-09-08T02:12:43.872Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 76 | 2026-09-08T02:12:43.876Z | + rustc --version |
| 77 | 2026-09-08T02:12:43.895Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 78 | 2026-09-08T02:12:43.898Z | process exited: duration 18801 ms, exit code 0 |
| |
| 79 | 2026-09-08T02:12:43.905Z | starting task 2: "authentication" |
| 80 | 2026-09-08T02:12:43.923Z | process exited: duration 16 ms, exit code 0 |
| |
| 81 | 2026-09-08T02:12:43.931Z | starting task 3: "clone repository" |
| 82 | 2026-09-08T02:12:43.935Z | + mkdir -p /work/oxidecomputer/opte |
| 83 | 2026-09-08T02:12:43.938Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 84 | 2026-09-08T02:12:43.965Z | Cloning into '/work/oxidecomputer/opte'... |
| 85 | 2026-09-08T02:12:45.101Z | + cd /work/oxidecomputer/opte |
| 86 | 2026-09-08T02:12:45.101Z | + git fetch origin eb3fb5ea02c60288717eca5015776ae5f5f01c98 |
| 87 | 2026-09-08T02:12:45.377Z | From https://github.com/oxidecomputer/opte |
| 88 | 2026-09-08T02:12:45.377Z | * branch eb3fb5ea02c60288717eca5015776ae5f5f01c98 -> FETCH_HEAD |
| 89 | 2026-09-08T02:12:45.384Z | + [[ -n zl/mcast-source-validation ]] |
| 90 | 2026-09-08T02:12:45.387Z | ++ git branch --show-current |
| 91 | 2026-09-08T02:12:45.387Z | + current=master |
| 92 | 2026-09-08T02:12:45.387Z | + [[ master != zl/mcast-source-validation ]] |
| 93 | 2026-09-08T02:12:45.387Z | + git branch -f zl/mcast-source-validation eb3fb5ea02c60288717eca5015776ae5f5f01c98 |
| 94 | 2026-09-08T02:12:45.390Z | + git checkout -f zl/mcast-source-validation |
| 95 | 2026-09-08T02:12:45.407Z | Switched to branch 'zl/mcast-source-validation' |
| 96 | 2026-09-08T02:12:45.410Z | + git reset --hard eb3fb5ea02c60288717eca5015776ae5f5f01c98 |
| 97 | 2026-09-08T02:12:45.413Z | HEAD is now at eb3fb5e [ssm, multicast] align source address validation across the platform |
| 98 | 2026-09-08T02:12:45.413Z | process exited: duration 1482 ms, exit code 0 |
| |
| 99 | 2026-09-08T02:12:45.419Z | starting task 4: "build" |
| 100 | 2026-09-08T02:12:45.423Z | + source .github/buildomat/common.sh |
| 101 | 2026-09-08T02:12:45.426Z | ++ rustup show active-toolchain |
| 102 | 2026-09-08T02:12:45.429Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 103 | 2026-09-08T02:12:45.429Z | ++ pushd xde |
| 104 | 2026-09-08T02:12:45.429Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 105 | 2026-09-08T02:12:45.429Z | ++ rustup show active-toolchain |
| 106 | 2026-09-08T02:12:45.433Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-09-08T02:12:45.587Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 108 | 2026-09-08T02:12:45.591Z | info: downloading 6 components |
| 109 | 2026-09-08T02:13:01.812Z | warn: the missing active toolchain `nightly-2026-07-20-x86_64-unknown-illumos` has been auto-installed |
| 110 | 2026-09-08T02:13:01.812Z | warn: auto-installation is deprecated for most `rustup` commands |
| 111 | 2026-09-08T02:13:01.812Z | warn: scripts relying on this behavior in `rustup` may stop working in the future |
| 112 | 2026-09-08T02:13:01.812Z | warn: to install the active toolchain, use `rustup install` instead |
| 113 | 2026-09-08T02:13:01.812Z | warn: see <https://github.com/rust-lang/rustup/issues/4836> for more info |
| 114 | 2026-09-08T02:13:01.812Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 115 | 2026-09-08T02:13:01.911Z | +++ rustup show active-toolchain -v |
| 116 | 2026-09-08T02:13:01.915Z | +++ head -n 1 |
| 117 | 2026-09-08T02:13:01.915Z | +++ cut '-d ' -f1 |
| 118 | 2026-09-08T02:13:01.965Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 119 | 2026-09-08T02:13:01.965Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 120 | 2026-09-08T02:13:01.965Z | ++ popd |
| 121 | 2026-09-08T02:13:01.968Z | /work/oxidecomputer/opte |
| 122 | 2026-09-08T02:13:01.968Z | + cargo --version |
| 123 | 2026-09-08T02:13:01.973Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 124 | 2026-09-08T02:13:01.977Z | + rustc --version |
| 125 | 2026-09-08T02:13:01.995Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 126 | 2026-09-08T02:13:01.998Z | + cd crates/opte-api |
| 127 | 2026-09-08T02:13:01.998Z | + header 'check API_VERSION' |
| 128 | 2026-09-08T02:13:01.999Z | + echo '# ==== check API_VERSION ==== #' |
| 129 | 2026-09-08T02:13:01.999Z | # ==== check API_VERSION ==== # |
| 130 | 2026-09-08T02:13:01.999Z | + ./check-api-version.sh |
| 131 | 2026-09-08T02:13:02.007Z | diff --git a/crates/opte-api/src/ip.rs b/crates/opte-api/src/ip.rs |
| 132 | 2026-09-08T02:13:02.007Z | diff --git a/crates/opte-api/src/lib.rs b/crates/opte-api/src/lib.rs |
| 133 | 2026-09-08T02:13:02.013Z | SUCCESS: The API_VERSION was updated |
| 134 | 2026-09-08T02:13:02.013Z | old: 41 |
| 135 | 2026-09-08T02:13:02.014Z | new: 42 |
| 136 | 2026-09-08T02:13:02.017Z | + header 'check style' |
| 137 | 2026-09-08T02:13:02.017Z | + echo '# ==== check style ==== #' |
| 138 | 2026-09-08T02:13:02.017Z | # ==== check style ==== # |
| 139 | 2026-09-08T02:13:02.017Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 140 | 2026-09-08T02:13:02.093Z | |
| 141 | 2026-09-08T02:13:02.093Z | real 0.076370877 |
| 142 | 2026-09-08T02:13:02.093Z | user 0.043977959 |
| 143 | 2026-09-08T02:13:02.093Z | sys 0.029523611 |
| 144 | 2026-09-08T02:13:02.093Z | trap 0.000009520 |
| 145 | 2026-09-08T02:13:02.093Z | tflt 0.000013430 |
| 146 | 2026-09-08T02:13:02.093Z | dflt 0.000001390 |
| 147 | 2026-09-08T02:13:02.093Z | kflt 0.000000000 |
| 148 | 2026-09-08T02:13:02.093Z | lock 0.023245124 |
| 149 | 2026-09-08T02:13:02.093Z | slp 0.056063132 |
| 150 | 2026-09-08T02:13:02.093Z | lat 0.000712580 |
| 151 | 2026-09-08T02:13:02.093Z | stop 0.000105480 |
| 152 | 2026-09-08T02:13:02.096Z | + header 'analyze std' |
| 153 | 2026-09-08T02:13:02.096Z | + echo '# ==== analyze std ==== #' |
| 154 | 2026-09-08T02:13:02.096Z | # ==== analyze std ==== # |
| 155 | 2026-09-08T02:13:02.096Z | + ptime -m cargo clippy --all-targets |
| 156 | 2026-09-08T02:13:02.230Z | Updating crates.io index |
| 157 | 2026-09-08T02:13:02.233Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 158 | 2026-09-08T02:13:03.368Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 159 | 2026-09-08T02:13:03.928Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 160 | 2026-09-08T02:13:04.260Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 161 | 2026-09-08T02:13:05.020Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 162 | 2026-09-08T02:13:05.300Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 163 | 2026-09-08T02:13:05.589Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 164 | 2026-09-08T02:13:07.366Z | Downloading crates ... |
| 165 | 2026-09-08T02:13:07.384Z | Downloaded byteorder v1.5.0 |
| 166 | 2026-09-08T02:13:07.399Z | Downloaded memchr v2.8.3 |
| 167 | 2026-09-08T02:13:07.402Z | Downloaded either v1.16.0 |
| 168 | 2026-09-08T02:13:07.406Z | Downloaded thiserror v2.0.18 |
| 169 | 2026-09-08T02:13:07.420Z | Downloaded embedded-io v0.4.0 |
| 170 | 2026-09-08T02:13:07.425Z | Downloaded bitflags v1.3.2 |
| 171 | 2026-09-08T02:13:07.430Z | Downloaded hash32 v0.3.1 |
| 172 | 2026-09-08T02:13:07.433Z | Downloaded embedded-io v0.6.1 |
| 173 | 2026-09-08T02:13:07.433Z | Downloaded managed v0.8.0 |
| 174 | 2026-09-08T02:13:07.436Z | Downloaded cfg-if v1.0.4 |
| 175 | 2026-09-08T02:13:07.436Z | Downloaded macaddr v1.0.1 |
| 176 | 2026-09-08T02:13:07.439Z | Downloaded quote v1.0.46 |
| 177 | 2026-09-08T02:13:07.439Z | Downloaded ipnetwork v0.21.1 |
| 178 | 2026-09-08T02:13:07.439Z | Downloaded darling_macro v0.23.0 |
| 179 | 2026-09-08T02:13:07.444Z | Downloaded thiserror-impl v2.0.18 |
| 180 | 2026-09-08T02:13:07.450Z | Downloaded defmt-parser v1.0.0 |
| 181 | 2026-09-08T02:13:07.453Z | Downloaded strsim v0.11.1 |
| 182 | 2026-09-08T02:13:07.456Z | Downloaded defmt v0.3.100 |
| 183 | 2026-09-08T02:13:07.459Z | Downloaded bitflags v2.13.0 |
| 184 | 2026-09-08T02:13:07.463Z | Downloaded unicode-ident v1.0.24 |
| 185 | 2026-09-08T02:13:07.470Z | Downloaded ident_case v1.0.1 |
| 186 | 2026-09-08T02:13:07.474Z | Downloaded stable_deref_trait v1.2.1 |
| 187 | 2026-09-08T02:13:07.479Z | Downloaded ingot v0.2.0 |
| 188 | 2026-09-08T02:13:07.494Z | Downloaded ingot-types v0.2.0 |
| 189 | 2026-09-08T02:13:07.497Z | Downloaded cobs v0.3.0 |
| 190 | 2026-09-08T02:13:07.505Z | Downloaded defmt-macros v1.1.1 |
| 191 | 2026-09-08T02:13:07.509Z | Downloaded heapless v0.8.0 |
| 192 | 2026-09-08T02:13:07.512Z | Downloaded postcard v1.1.3 |
| 193 | 2026-09-08T02:13:07.514Z | Downloaded darling v0.23.0 |
| 194 | 2026-09-08T02:13:07.518Z | Downloaded ingot-macros v0.2.0 |
| 195 | 2026-09-08T02:13:07.518Z | Downloaded defmt v1.1.1 |
| 196 | 2026-09-08T02:13:07.522Z | Downloaded serde_derive v1.0.228 |
| 197 | 2026-09-08T02:13:07.525Z | Downloaded serde_core v1.0.228 |
| 198 | 2026-09-08T02:13:07.529Z | Downloaded serde v1.0.228 |
| 199 | 2026-09-08T02:13:07.529Z | Downloaded proc-macro2 v1.0.106 |
| 200 | 2026-09-08T02:13:07.532Z | Downloaded darling_core v0.23.0 |
| 201 | 2026-09-08T02:13:07.549Z | Downloaded zerocopy-derive v0.8.54 |
| 202 | 2026-09-08T02:13:07.563Z | Downloaded aho-corasick v1.1.4 |
| 203 | 2026-09-08T02:13:07.568Z | Downloaded itertools v0.15.0 |
| 204 | 2026-09-08T02:13:07.572Z | Downloaded regex-syntax v0.8.11 |
| 205 | 2026-09-08T02:13:07.578Z | Downloaded regex v1.13.0 |
| 206 | 2026-09-08T02:13:07.623Z | Downloaded zerocopy v0.8.54 |
| 207 | 2026-09-08T02:13:07.633Z | Downloaded syn v2.0.118 |
| 208 | 2026-09-08T02:13:07.639Z | Downloaded smoltcp v0.11.0 |
| 209 | 2026-09-08T02:13:07.646Z | Downloaded regex-automata v0.4.15 |
| 210 | 2026-09-08T02:13:07.682Z | Compiling proc-macro2 v1.0.106 |
| 211 | 2026-09-08T02:13:07.682Z | Compiling quote v1.0.46 |
| 212 | 2026-09-08T02:13:07.682Z | Compiling unicode-ident v1.0.24 |
| 213 | 2026-09-08T02:13:07.682Z | Compiling ident_case v1.0.1 |
| 214 | 2026-09-08T02:13:07.682Z | Compiling strsim v0.11.1 |
| 215 | 2026-09-08T02:13:07.685Z | Compiling memchr v2.8.3 |
| 216 | 2026-09-08T02:13:07.685Z | Compiling regex-syntax v0.8.11 |
| 217 | 2026-09-08T02:13:07.685Z | Compiling serde_core v1.0.228 |
| 218 | 2026-09-08T02:13:07.867Z | Compiling either v1.16.0 |
| 219 | 2026-09-08T02:13:07.872Z | Compiling zerocopy v0.8.54 |
| 220 | 2026-09-08T02:13:08.042Z | Compiling serde v1.0.228 |
| 221 | 2026-09-08T02:13:08.083Z | Compiling thiserror v2.0.18 |
| 222 | 2026-09-08T02:13:08.103Z | Compiling itertools v0.15.0 |
| 223 | 2026-09-08T02:13:08.232Z | Compiling aho-corasick v1.1.4 |
| 224 | 2026-09-08T02:13:08.318Z | Checking byteorder v1.5.0 |
| 225 | 2026-09-08T02:13:08.371Z | Compiling heapless v0.8.0 |
| 226 | 2026-09-08T02:13:08.467Z | Checking hash32 v0.3.1 |
| 227 | 2026-09-08T02:13:08.569Z | Checking stable_deref_trait v1.2.1 |
| 228 | 2026-09-08T02:13:08.590Z | Compiling smoltcp v0.11.0 |
| 229 | 2026-09-08T02:13:08.629Z | Checking bitflags v2.13.0 |
| 230 | 2026-09-08T02:13:08.808Z | Checking macaddr v1.0.1 |
| 231 | 2026-09-08T02:13:08.920Z | Checking managed v0.8.0 |
| 232 | 2026-09-08T02:13:08.942Z | Compiling syn v2.0.118 |
| 233 | 2026-09-08T02:13:09.004Z | Checking cfg-if v1.0.4 |
| 234 | 2026-09-08T02:13:09.061Z | Checking bitflags v1.3.2 |
| 235 | 2026-09-08T02:13:09.094Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 236 | 2026-09-08T02:13:09.121Z | Checking ipnetwork v0.21.1 |
| 237 | 2026-09-08T02:13:09.268Z | Compiling regex-automata v0.4.15 |
| 238 | 2026-09-08T02:13:10.746Z | Compiling regex v1.13.0 |
| 239 | 2026-09-08T02:13:11.144Z | Compiling darling_core v0.23.0 |
| 240 | 2026-09-08T02:13:11.470Z | Compiling thiserror-impl v2.0.18 |
| 241 | 2026-09-08T02:13:11.470Z | Compiling zerocopy-derive v0.8.54 |
| 242 | 2026-09-08T02:13:11.470Z | Compiling serde_derive v1.0.228 |
| 243 | 2026-09-08T02:13:12.446Z | Checking cobs v0.3.0 |
| 244 | 2026-09-08T02:13:12.486Z | Compiling darling_macro v0.23.0 |
| 245 | 2026-09-08T02:13:13.014Z | Compiling darling v0.23.0 |
| 246 | 2026-09-08T02:13:13.077Z | Compiling ingot-macros v0.2.0 |
| 247 | 2026-09-08T02:13:13.707Z | Checking postcard v1.1.3 |
| 248 | 2026-09-08T02:13:15.002Z | Checking ingot-types v0.2.0 |
| 249 | 2026-09-08T02:13:15.276Z | Checking ingot v0.2.0 |
| 250 | 2026-09-08T02:13:16.567Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 251 | 2026-09-08T02:13:17.563Z | Finished `dev` profile [optimized + debuginfo] target(s) in 15.42s |
| 252 | 2026-09-08T02:13:17.660Z | |
| 253 | 2026-09-08T02:13:17.660Z | real 15.560513955 |
| 254 | 2026-09-08T02:13:17.660Z | user 30.767796218 |
| 255 | 2026-09-08T02:13:17.660Z | sys 5.783945383 |
| 256 | 2026-09-08T02:13:17.663Z | trap 0.011386585 |
| 257 | 2026-09-08T02:13:17.663Z | tflt 0.067241586 |
| 258 | 2026-09-08T02:13:17.664Z | dflt 0.266996850 |
| 259 | 2026-09-08T02:13:17.664Z | kflt 0.001457681 |
| 260 | 2026-09-08T02:13:17.664Z | lock 2:14.526368769 |
| 261 | 2026-09-08T02:13:17.664Z | slp 1:32.958857017 |
| 262 | 2026-09-08T02:13:17.664Z | lat 1.039175986 |
| 263 | 2026-09-08T02:13:17.664Z | stop 5.334688984 |
| 264 | 2026-09-08T02:13:17.664Z | + header 'analyze no_std' |
| 265 | 2026-09-08T02:13:17.664Z | + echo '# ==== analyze no_std ==== #' |
| 266 | 2026-09-08T02:13:17.664Z | # ==== analyze no_std ==== # |
| 267 | 2026-09-08T02:13:17.664Z | + ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings |
| 268 | 2026-09-08T02:13:17.761Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 269 | 2026-09-08T02:13:17.987Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 270 | 2026-09-08T02:13:18.982Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.28s |
| 271 | 2026-09-08T02:13:19.005Z | |
| 272 | 2026-09-08T02:13:19.005Z | real 1.339671709 |
| 273 | 2026-09-08T02:13:19.005Z | user 1.909979892 |
| 274 | 2026-09-08T02:13:19.009Z | sys 0.261125721 |
| 275 | 2026-09-08T02:13:19.009Z | trap 0.000177710 |
| 276 | 2026-09-08T02:13:19.009Z | tflt 0.000051900 |
| 277 | 2026-09-08T02:13:19.009Z | dflt 0.000086490 |
| 278 | 2026-09-08T02:13:19.009Z | kflt 0.000000000 |
| 279 | 2026-09-08T02:13:19.009Z | lock 5.642363380 |
| 280 | 2026-09-08T02:13:19.009Z | slp 5.368970554 |
| 281 | 2026-09-08T02:13:19.009Z | lat 0.003169350 |
| 282 | 2026-09-08T02:13:19.009Z | stop 0.061316909 |
| 283 | 2026-09-08T02:13:19.009Z | + header test |
| 284 | 2026-09-08T02:13:19.009Z | + echo '# ==== test ==== #' |
| 285 | 2026-09-08T02:13:19.009Z | # ==== test ==== # |
| 286 | 2026-09-08T02:13:19.009Z | + ptime -m cargo test |
| 287 | 2026-09-08T02:13:19.132Z | Compiling serde_core v1.0.228 |
| 288 | 2026-09-08T02:13:19.132Z | Compiling byteorder v1.5.0 |
| 289 | 2026-09-08T02:13:19.137Z | Compiling stable_deref_trait v1.2.1 |
| 290 | 2026-09-08T02:13:19.137Z | Compiling macaddr v1.0.1 |
| 291 | 2026-09-08T02:13:19.155Z | Compiling thiserror v2.0.18 |
| 292 | 2026-09-08T02:13:19.155Z | Compiling zerocopy v0.8.54 |
| 293 | 2026-09-08T02:13:19.158Z | Compiling bitflags v2.13.0 |
| 294 | 2026-09-08T02:13:19.163Z | Compiling bitflags v1.3.2 |
| 295 | 2026-09-08T02:13:19.205Z | Compiling cobs v0.3.0 |
| 296 | 2026-09-08T02:13:19.209Z | Compiling managed v0.8.0 |
| 297 | 2026-09-08T02:13:19.239Z | Compiling cfg-if v1.0.4 |
| 298 | 2026-09-08T02:13:19.295Z | Compiling hash32 v0.3.1 |
| 299 | 2026-09-08T02:13:19.308Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 300 | 2026-09-08T02:13:19.385Z | Compiling heapless v0.8.0 |
| 301 | 2026-09-08T02:13:19.414Z | Compiling ipnetwork v0.21.1 |
| 302 | 2026-09-08T02:13:19.726Z | Compiling smoltcp v0.11.0 |
| 303 | 2026-09-08T02:13:20.682Z | Compiling serde v1.0.228 |
| 304 | 2026-09-08T02:13:21.089Z | Compiling postcard v1.1.3 |
| 305 | 2026-09-08T02:13:21.789Z | Compiling ingot-types v0.2.0 |
| 306 | 2026-09-08T02:13:22.060Z | Compiling ingot v0.2.0 |
| 307 | 2026-09-08T02:13:23.430Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 308 | 2026-09-08T02:13:25.320Z | Finished `test` profile [optimized + debuginfo] target(s) in 6.29s |
| 309 | 2026-09-08T02:13:25.326Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-9f483c1680cf0acc) |
| 310 | 2026-09-08T02:13:25.326Z | |
| 311 | 2026-09-08T02:13:25.326Z | running 25 tests |
| 312 | 2026-09-08T02:13:25.326Z | test encap::test::good_vni ... ok |
| 313 | 2026-09-08T02:13:25.326Z | test dns::tests::test_domain_name ... ok |
| 314 | 2026-09-08T02:13:25.326Z | test encap::test::bad_vni ... ok |
| 315 | 2026-09-08T02:13:25.326Z | test ip::test::bad_cidr ... ok |
| 316 | 2026-09-08T02:13:25.326Z | test encap::test::vni_round_trip ... ok |
| 317 | 2026-09-08T02:13:25.326Z | test ip::test::bad_prefix_len ... ok |
| 318 | 2026-09-08T02:13:25.327Z | test ip::test::dhcp_fqdn ... ok |
| 319 | 2026-09-08T02:13:25.327Z | test ip::test::good_cidr ... ok |
| 320 | 2026-09-08T02:13:25.327Z | test ip::test::ipv4_addr_bad ... ok |
| 321 | 2026-09-08T02:13:25.327Z | test ip::test::ipv4_addr_good ... ok |
| 322 | 2026-09-08T02:13:25.327Z | test ip::test::ipv4_mask ... ok |
| 323 | 2026-09-08T02:13:25.327Z | test ip::test::ipv6_cidr_is_member ... ok |
| 324 | 2026-09-08T02:13:25.327Z | test ip::test::ipv6_is_default ... ok |
| 325 | 2026-09-08T02:13:25.327Z | test ip::test::ipv6_mask ... ok |
| 326 | 2026-09-08T02:13:25.327Z | test ip::test::ipv6_prefix_len ... ok |
| 327 | 2026-09-08T02:13:25.327Z | test ip::test::test_ip_addr_from_str ... ok |
| 328 | 2026-09-08T02:13:25.327Z | test ip::test::test_ip_cidr_from_str ... ok |
| 329 | 2026-09-08T02:13:25.327Z | test ip::test::test_ipv6_admin_scoped_multicast ... ok |
| 330 | 2026-09-08T02:13:25.327Z | test ip::test::test_ipv4_multicast_mac ... ok |
| 331 | 2026-09-08T02:13:25.327Z | test ip::test::test_ipv6_from_const ... ok |
| 332 | 2026-09-08T02:13:25.327Z | test ip::test::test_ipv6_from_eui64 ... ok |
| 333 | 2026-09-08T02:13:25.327Z | test ip::test::test_ipv6_is_multicast ... ok |
| 334 | 2026-09-08T02:13:25.327Z | test ip::test::test_ipv6_multicast_mac ... ok |
| 335 | 2026-09-08T02:13:25.327Z | test ip::test::test_ipv6_solicited_node_multicast ... ok |
| 336 | 2026-09-08T02:13:25.327Z | test ip::test::test_multicast_underlay_serde ... ok |
| 337 | 2026-09-08T02:13:25.327Z | |
| 338 | 2026-09-08T02:13:25.327Z | test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 339 | 2026-09-08T02:13:25.327Z | |
| 340 | 2026-09-08T02:13:25.327Z | Doc-tests opte_api |
| 341 | 2026-09-08T02:13:25.908Z | |
| 342 | 2026-09-08T02:13:25.908Z | running 1 test |
| 343 | 2026-09-08T02:13:25.911Z | test crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok |
| 344 | 2026-09-08T02:13:25.911Z | |
| 345 | 2026-09-08T02:13:25.911Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 346 | 2026-09-08T02:13:25.911Z | |
| 347 | 2026-09-08T02:13:25.911Z | all doctests ran in 0.43s; merged doctests compilation took 0.43s |
| 348 | 2026-09-08T02:13:25.931Z | |
| 349 | 2026-09-08T02:13:25.931Z | real 6.917806833 |
| 350 | 2026-09-08T02:13:25.931Z | user 17.352895022 |
| 351 | 2026-09-08T02:13:25.931Z | sys 2.028788493 |
| 352 | 2026-09-08T02:13:25.931Z | trap 0.004414610 |
| 353 | 2026-09-08T02:13:25.931Z | tflt 0.145532332 |
| 354 | 2026-09-08T02:13:25.934Z | dflt 0.205364053 |
| 355 | 2026-09-08T02:13:25.934Z | kflt 0.000002600 |
| 356 | 2026-09-08T02:13:25.934Z | lock 59.063140675 |
| 357 | 2026-09-08T02:13:25.934Z | slp 32.788922919 |
| 358 | 2026-09-08T02:13:25.934Z | lat 0.294516593 |
| 359 | 2026-09-08T02:13:25.934Z | stop 0.591139359 |
| 360 | 2026-09-08T02:13:25.934Z | process exited: duration 40511 ms, exit code 0 |
| |
| 361 | 2026-09-08T02:13:25.941Z | found 0 output files |