|
|
|
| 1 | 2026-06-01T11:21:42.127Z | job assigned to worker 01KT1EMS4YVCYJHHPMH7VV2AT5 [factory aws, i-01dbcb1b519c04dec] (queued for 51 s) |
| |
| 2 | 2026-06-01T11:21:48.337Z | starting task 0: "setup" |
| 3 | 2026-06-01T11:21:48.341Z | ++ uname -s |
| 4 | 2026-06-01T11:21:48.343Z | + kern=SunOS |
| 5 | 2026-06-01T11:21:48.344Z | + build_user=build |
| 6 | 2026-06-01T11:21:48.344Z | + build_uid=12345 |
| 7 | 2026-06-01T11:21:48.344Z | + work_dir=/work |
| 8 | 2026-06-01T11:21:48.344Z | + input_dir=/input |
| 9 | 2026-06-01T11:21:48.344Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-01T11:21:48.344Z | + case "$kern" in |
| 11 | 2026-06-01T11:21:48.344Z | + groupadd -g 12345 build |
| 12 | 2026-06-01T11:21:48.346Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-01T11:21:50.349Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-01T11:21:50.464Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-01T11:21:50.467Z | + home_fs=zfs |
| 16 | 2026-06-01T11:21:50.467Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-01T11:21:50.467Z | + mkdir -p /home/build |
| 18 | 2026-06-01T11:21:50.467Z | + chown build:build /home/build /work |
| 19 | 2026-06-01T11:21:52.468Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-01T11:21:52.471Z | process exited: duration 4134 ms, exit code 0 |
| |
| 21 | 2026-06-01T11:21:52.493Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-01T11:21:52.497Z | + printf ' * rust toolchain channel = "%s"\n' 1.95.0 |
| 23 | 2026-06-01T11:21:52.497Z | * rust toolchain channel = "1.95.0" |
| 24 | 2026-06-01T11:21:52.497Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-06-01T11:21:52.497Z | * rust toolchain profile = "default" |
| 26 | 2026-06-01T11:21:52.497Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-01T11:21:52.497Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-01T11:21:52.500Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-01T11:21:52.500Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default |
| 30 | 2026-06-01T11:21:52.606Z | info: downloading installer |
| 31 | 2026-06-01T11:21:53.979Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-01T11:21:53.979Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-01T11:21:53.979Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-01T11:21:53.979Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-01T11:21:53.992Z | info: profile set to default |
| 36 | 2026-06-01T11:21:53.992Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-01T11:21:53.995Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 38 | 2026-06-01T11:21:54.124Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 39 | 2026-06-01T11:21:54.127Z | info: downloading 6 components |
| 40 | 2026-06-01T11:22:08.397Z | |
| 41 | 2026-06-01T11:22:08.397Z | info: default toolchain set to 1.95.0-x86_64-unknown-illumos |
| 42 | 2026-06-01T11:22:08.433Z | 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 43 | 2026-06-01T11:22:08.433Z | |
| 44 | 2026-06-01T11:22:08.438Z | |
| 45 | 2026-06-01T11:22:08.438Z | Rust is installed now. Great! |
| 46 | 2026-06-01T11:22:08.438Z | |
| 47 | 2026-06-01T11:22:08.438Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-01T11:22:08.438Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-01T11:22:08.438Z | |
| 50 | 2026-06-01T11:22:08.438Z | To configure your current shell, you need to source |
| 51 | 2026-06-01T11:22:08.438Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-01T11:22:08.438Z | |
| 53 | 2026-06-01T11:22:08.438Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-01T11:22:08.438Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-01T11:22:08.438Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-01T11:22:08.438Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-01T11:22:08.438Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-01T11:22:08.438Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-01T11:22:08.438Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-01T11:22:08.438Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-01T11:22:08.438Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-01T11:22:08.523Z | + rustup --version |
| 63 | 2026-06-01T11:22:08.531Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-01T11:22:08.535Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-01T11:22:08.554Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 66 | 2026-06-01T11:22:08.558Z | + cargo --version |
| 67 | 2026-06-01T11:22:08.571Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 68 | 2026-06-01T11:22:08.574Z | + rustc --version |
| 69 | 2026-06-01T11:22:08.594Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 70 | 2026-06-01T11:22:08.597Z | process exited: duration 16102 ms, exit code 0 |
| |
| 71 | 2026-06-01T11:22:08.605Z | starting task 2: "authentication" |
| 72 | 2026-06-01T11:22:08.622Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-01T11:22:08.628Z | starting task 3: "clone repository" |
| 74 | 2026-06-01T11:22:08.631Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-01T11:22:08.634Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-01T11:22:08.670Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-01T11:22:09.662Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-01T11:22:09.662Z | + git fetch origin 02641c7f2dbf68cc5ed36a9b99b3e5f3105aa4a6 |
| 79 | 2026-06-01T11:22:09.872Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-01T11:22:09.872Z | * branch 02641c7f2dbf68cc5ed36a9b99b3e5f3105aa4a6 -> FETCH_HEAD |
| 81 | 2026-06-01T11:22:09.877Z | + [[ -n mtu ]] |
| 82 | 2026-06-01T11:22:09.880Z | ++ git branch --show-current |
| 83 | 2026-06-01T11:22:09.880Z | + current=master |
| 84 | 2026-06-01T11:22:09.880Z | + [[ master != mtu ]] |
| 85 | 2026-06-01T11:22:09.880Z | + git branch -f mtu 02641c7f2dbf68cc5ed36a9b99b3e5f3105aa4a6 |
| 86 | 2026-06-01T11:22:09.884Z | + git checkout -f mtu |
| 87 | 2026-06-01T11:22:09.900Z | Switched to branch 'mtu' |
| 88 | 2026-06-01T11:22:09.903Z | + git reset --hard 02641c7f2dbf68cc5ed36a9b99b3e5f3105aa4a6 |
| 89 | 2026-06-01T11:22:09.916Z | HEAD is now at 02641c7 Plumb MTU into IPv6 NDP RA messages |
| 90 | 2026-06-01T11:22:09.919Z | process exited: duration 1288 ms, exit code 0 |
| |
| 91 | 2026-06-01T11:22:09.925Z | starting task 4: "build" |
| 92 | 2026-06-01T11:22:09.928Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-01T11:22:09.928Z | ++ rustup show active-toolchain |
| 94 | 2026-06-01T11:22:09.934Z | 1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-06-01T11:22:09.937Z | ++ pushd xde |
| 96 | 2026-06-01T11:22:09.937Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-06-01T11:22:09.937Z | ++ rustup show active-toolchain |
| 98 | 2026-06-01T11:22:09.939Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-06-01T11:22:10.080Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-06-01T11:22:10.083Z | info: downloading 6 components |
| 101 | 2026-06-01T11:22:23.629Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-06-01T11:22:23.727Z | +++ rustup show active-toolchain -v |
| 103 | 2026-06-01T11:22:23.730Z | +++ head -n 1 |
| 104 | 2026-06-01T11:22:23.730Z | +++ cut '-d ' -f1 |
| 105 | 2026-06-01T11:22:23.786Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-06-01T11:22:23.786Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-06-01T11:22:23.786Z | ++ popd |
| 108 | 2026-06-01T11:22:23.786Z | /work/oxidecomputer/opte |
| 109 | 2026-06-01T11:22:23.789Z | + cargo --version |
| 110 | 2026-06-01T11:22:23.796Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 111 | 2026-06-01T11:22:23.799Z | + rustc --version |
| 112 | 2026-06-01T11:22:23.818Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 113 | 2026-06-01T11:22:23.821Z | + cd crates/opte-api |
| 114 | 2026-06-01T11:22:23.821Z | + header 'check API_VERSION' |
| 115 | 2026-06-01T11:22:23.821Z | + echo '# ==== check API_VERSION ==== #' |
| 116 | 2026-06-01T11:22:23.821Z | # ==== check API_VERSION ==== # |
| 117 | 2026-06-01T11:22:23.821Z | + ./check-api-version.sh |
| 118 | 2026-06-01T11:22:23.831Z | diff --git a/crates/opte-api/src/lib.rs b/crates/opte-api/src/lib.rs |
| 119 | 2026-06-01T11:22:23.831Z | diff --git a/crates/opte-api/src/ndp.rs b/crates/opte-api/src/ndp.rs |
| 120 | 2026-06-01T11:22:23.837Z | SUCCESS: The API_VERSION was updated |
| 121 | 2026-06-01T11:22:23.837Z | old: 40 |
| 122 | 2026-06-01T11:22:23.837Z | new: 41 |
| 123 | 2026-06-01T11:22:23.840Z | + header 'check style' |
| 124 | 2026-06-01T11:22:23.840Z | + echo '# ==== check style ==== #' |
| 125 | 2026-06-01T11:22:23.840Z | # ==== check style ==== # |
| 126 | 2026-06-01T11:22:23.840Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 127 | 2026-06-01T11:22:23.927Z | |
| 128 | 2026-06-01T11:22:23.927Z | real 0.085644896 |
| 129 | 2026-06-01T11:22:23.927Z | user 0.046151714 |
| 130 | 2026-06-01T11:22:23.927Z | sys 0.035863959 |
| 131 | 2026-06-01T11:22:23.927Z | trap 0.000003007 |
| 132 | 2026-06-01T11:22:23.927Z | tflt 0.000032406 |
| 133 | 2026-06-01T11:22:23.927Z | dflt 0.000019777 |
| 134 | 2026-06-01T11:22:23.927Z | kflt 0.000000000 |
| 135 | 2026-06-01T11:22:23.927Z | lock 0.033066286 |
| 136 | 2026-06-01T11:22:23.927Z | slp 0.060078622 |
| 137 | 2026-06-01T11:22:23.927Z | lat 0.000683501 |
| 138 | 2026-06-01T11:22:23.927Z | stop 0.000099491 |
| 139 | 2026-06-01T11:22:23.930Z | + header 'analyze std' |
| 140 | 2026-06-01T11:22:23.930Z | + echo '# ==== analyze std ==== #' |
| 141 | 2026-06-01T11:22:23.930Z | + ptime -m cargo clippy --all-targets |
| 142 | 2026-06-01T11:22:23.930Z | # ==== analyze std ==== # |
| 143 | 2026-06-01T11:22:24.066Z | Updating crates.io index |
| 144 | 2026-06-01T11:22:24.099Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 145 | 2026-06-01T11:22:25.035Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 146 | 2026-06-01T11:22:25.366Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 147 | 2026-06-01T11:22:25.675Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 148 | 2026-06-01T11:22:26.116Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 149 | 2026-06-01T11:22:26.382Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 150 | 2026-06-01T11:22:26.701Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 151 | 2026-06-01T11:22:28.644Z | Downloading crates ... |
| 152 | 2026-06-01T11:22:28.720Z | Downloaded cfg-if v1.0.4 |
| 153 | 2026-06-01T11:22:28.723Z | Downloaded darling_macro v0.21.3 |
| 154 | 2026-06-01T11:22:28.728Z | Downloaded embedded-io v0.4.0 |
| 155 | 2026-06-01T11:22:28.734Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 156 | 2026-06-01T11:22:28.736Z | Downloaded defmt-parser v1.0.0 |
| 157 | 2026-06-01T11:22:28.739Z | Downloaded strsim v0.11.1 |
| 158 | 2026-06-01T11:22:28.742Z | Downloaded ident_case v1.0.1 |
| 159 | 2026-06-01T11:22:28.742Z | Downloaded stable_deref_trait v1.2.1 |
| 160 | 2026-06-01T11:22:28.742Z | Downloaded cobs v0.3.0 |
| 161 | 2026-06-01T11:22:28.745Z | Downloaded macaddr v1.0.1 |
| 162 | 2026-06-01T11:22:28.751Z | Downloaded defmt v1.0.1 |
| 163 | 2026-06-01T11:22:28.759Z | Downloaded fnv v1.0.7 |
| 164 | 2026-06-01T11:22:28.762Z | Downloaded hash32 v0.3.1 |
| 165 | 2026-06-01T11:22:28.766Z | Downloaded embedded-io v0.6.1 |
| 166 | 2026-06-01T11:22:28.770Z | Downloaded defmt v0.3.100 |
| 167 | 2026-06-01T11:22:28.773Z | Downloaded proc-macro-error2 v2.0.1 |
| 168 | 2026-06-01T11:22:28.773Z | Downloaded quote v1.0.45 |
| 169 | 2026-06-01T11:22:28.776Z | Downloaded thiserror-impl v2.0.18 |
| 170 | 2026-06-01T11:22:28.778Z | Downloaded ingot-types v0.1.2 |
| 171 | 2026-06-01T11:22:28.781Z | Downloaded byteorder v1.5.0 |
| 172 | 2026-06-01T11:22:28.781Z | Downloaded darling v0.21.3 |
| 173 | 2026-06-01T11:22:28.784Z | Downloaded ingot v0.1.1 |
| 174 | 2026-06-01T11:22:28.784Z | Downloaded either v1.15.0 |
| 175 | 2026-06-01T11:22:28.784Z | Downloaded bitflags v1.3.2 |
| 176 | 2026-06-01T11:22:28.787Z | Downloaded ipnetwork v0.21.1 |
| 177 | 2026-06-01T11:22:28.790Z | Downloaded defmt-macros v1.0.1 |
| 178 | 2026-06-01T11:22:28.793Z | Downloaded thiserror v2.0.18 |
| 179 | 2026-06-01T11:22:28.795Z | Downloaded managed v0.8.0 |
| 180 | 2026-06-01T11:22:28.798Z | Downloaded ingot-macros v0.1.1 |
| 181 | 2026-06-01T11:22:28.803Z | Downloaded postcard v1.1.3 |
| 182 | 2026-06-01T11:22:28.806Z | Downloaded serde v1.0.228 |
| 183 | 2026-06-01T11:22:28.813Z | Downloaded bitflags v2.11.1 |
| 184 | 2026-06-01T11:22:28.820Z | Downloaded serde_derive v1.0.228 |
| 185 | 2026-06-01T11:22:28.826Z | Downloaded unicode-ident v1.0.24 |
| 186 | 2026-06-01T11:22:28.829Z | Downloaded serde_core v1.0.228 |
| 187 | 2026-06-01T11:22:28.833Z | Downloaded proc-macro2 v1.0.106 |
| 188 | 2026-06-01T11:22:28.845Z | Downloaded heapless v0.8.0 |
| 189 | 2026-06-01T11:22:28.849Z | Downloaded aho-corasick v1.1.4 |
| 190 | 2026-06-01T11:22:28.852Z | Downloaded zerocopy-derive v0.8.48 |
| 191 | 2026-06-01T11:22:28.855Z | Downloaded memchr v2.8.0 |
| 192 | 2026-06-01T11:22:28.858Z | Downloaded darling_core v0.21.3 |
| 193 | 2026-06-01T11:22:28.881Z | Downloaded regex v1.12.3 |
| 194 | 2026-06-01T11:22:28.887Z | Downloaded itertools v0.14.0 |
| 195 | 2026-06-01T11:22:28.917Z | Downloaded zerocopy v0.8.48 |
| 196 | 2026-06-01T11:22:28.927Z | Downloaded syn v2.0.117 |
| 197 | 2026-06-01T11:22:28.933Z | Downloaded smoltcp v0.11.0 |
| 198 | 2026-06-01T11:22:28.940Z | Downloaded regex-syntax v0.8.10 |
| 199 | 2026-06-01T11:22:28.943Z | Downloaded regex-automata v0.4.14 |
| 200 | 2026-06-01T11:22:28.979Z | Compiling proc-macro2 v1.0.106 |
| 201 | 2026-06-01T11:22:28.979Z | Compiling quote v1.0.45 |
| 202 | 2026-06-01T11:22:28.979Z | Compiling unicode-ident v1.0.24 |
| 203 | 2026-06-01T11:22:28.982Z | Compiling ident_case v1.0.1 |
| 204 | 2026-06-01T11:22:28.982Z | Compiling fnv v1.0.7 |
| 205 | 2026-06-01T11:22:28.982Z | Compiling memchr v2.8.0 |
| 206 | 2026-06-01T11:22:28.982Z | Compiling strsim v0.11.1 |
| 207 | 2026-06-01T11:22:28.982Z | Compiling regex-syntax v0.8.10 |
| 208 | 2026-06-01T11:22:29.146Z | Compiling serde_core v1.0.228 |
| 209 | 2026-06-01T11:22:29.165Z | Compiling zerocopy v0.8.48 |
| 210 | 2026-06-01T11:22:29.171Z | Compiling either v1.15.0 |
| 211 | 2026-06-01T11:22:29.341Z | Compiling thiserror v2.0.18 |
| 212 | 2026-06-01T11:22:29.366Z | Compiling serde v1.0.228 |
| 213 | 2026-06-01T11:22:29.463Z | Compiling aho-corasick v1.1.4 |
| 214 | 2026-06-01T11:22:29.599Z | Compiling itertools v0.14.0 |
| 215 | 2026-06-01T11:22:29.608Z | Compiling heapless v0.8.0 |
| 216 | 2026-06-01T11:22:29.714Z | Checking byteorder v1.5.0 |
| 217 | 2026-06-01T11:22:29.862Z | Checking stable_deref_trait v1.2.1 |
| 218 | 2026-06-01T11:22:29.869Z | Checking hash32 v0.3.1 |
| 219 | 2026-06-01T11:22:29.923Z | Compiling smoltcp v0.11.0 |
| 220 | 2026-06-01T11:22:29.964Z | Checking bitflags v2.11.1 |
| 221 | 2026-06-01T11:22:30.057Z | Checking macaddr v1.0.1 |
| 222 | 2026-06-01T11:22:30.279Z | Compiling syn v2.0.117 |
| 223 | 2026-06-01T11:22:30.301Z | Checking cfg-if v1.0.4 |
| 224 | 2026-06-01T11:22:30.347Z | Checking managed v0.8.0 |
| 225 | 2026-06-01T11:22:30.358Z | Checking bitflags v1.3.2 |
| 226 | 2026-06-01T11:22:30.417Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 227 | 2026-06-01T11:22:30.526Z | Compiling regex-automata v0.4.14 |
| 228 | 2026-06-01T11:22:30.678Z | Checking ipnetwork v0.21.1 |
| 229 | 2026-06-01T11:22:32.009Z | Compiling regex v1.12.3 |
| 230 | 2026-06-01T11:22:32.481Z | Compiling darling_core v0.21.3 |
| 231 | 2026-06-01T11:22:32.829Z | Compiling thiserror-impl v2.0.18 |
| 232 | 2026-06-01T11:22:32.829Z | Compiling serde_derive v1.0.228 |
| 233 | 2026-06-01T11:22:32.835Z | Compiling zerocopy-derive v0.8.48 |
| 234 | 2026-06-01T11:22:33.814Z | Checking cobs v0.3.0 |
| 235 | 2026-06-01T11:22:33.820Z | Compiling darling_macro v0.21.3 |
| 236 | 2026-06-01T11:22:34.307Z | Compiling darling v0.21.3 |
| 237 | 2026-06-01T11:22:34.369Z | Compiling ingot-macros v0.1.1 |
| 238 | 2026-06-01T11:22:35.060Z | Checking postcard v1.1.3 |
| 239 | 2026-06-01T11:22:36.396Z | Checking ingot-types v0.1.2 |
| 240 | 2026-06-01T11:22:36.657Z | Checking ingot v0.1.1 |
| 241 | 2026-06-01T11:22:37.942Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 242 | 2026-06-01T11:22:38.930Z | Finished `dev` profile [optimized + debuginfo] target(s) in 14.95s |
| 243 | 2026-06-01T11:22:39.034Z | |
| 244 | 2026-06-01T11:22:39.034Z | real 15.102447285 |
| 245 | 2026-06-01T11:22:39.034Z | user 30.869011631 |
| 246 | 2026-06-01T11:22:39.034Z | sys 6.091684805 |
| 247 | 2026-06-01T11:22:39.034Z | trap 0.011557978 |
| 248 | 2026-06-01T11:22:39.034Z | tflt 0.064692313 |
| 249 | 2026-06-01T11:22:39.034Z | dflt 0.168669595 |
| 250 | 2026-06-01T11:22:39.034Z | kflt 0.003370535 |
| 251 | 2026-06-01T11:22:39.034Z | lock 1:29.657718336 |
| 252 | 2026-06-01T11:22:39.035Z | slp 1:33.536950473 |
| 253 | 2026-06-01T11:22:39.035Z | lat 1.065779210 |
| 254 | 2026-06-01T11:22:39.035Z | stop 4.148657649 |
| 255 | 2026-06-01T11:22:39.038Z | + header 'analyze no_std' |
| 256 | 2026-06-01T11:22:39.038Z | + echo '# ==== analyze no_std ==== #' |
| 257 | 2026-06-01T11:22:39.038Z | # ==== analyze no_std ==== # |
| 258 | 2026-06-01T11:22:39.038Z | + ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings |
| 259 | 2026-06-01T11:22:39.142Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 260 | 2026-06-01T11:22:39.349Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 261 | 2026-06-01T11:22:40.332Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.25s |
| 262 | 2026-06-01T11:22:40.354Z | |
| 263 | 2026-06-01T11:22:40.357Z | real 1.314918599 |
| 264 | 2026-06-01T11:22:40.357Z | user 1.905437283 |
| 265 | 2026-06-01T11:22:40.357Z | sys 0.263184392 |
| 266 | 2026-06-01T11:22:40.357Z | trap 0.000168294 |
| 267 | 2026-06-01T11:22:40.357Z | tflt 0.000080293 |
| 268 | 2026-06-01T11:22:40.357Z | dflt 0.000112028 |
| 269 | 2026-06-01T11:22:40.357Z | kflt 0.000000819 |
| 270 | 2026-06-01T11:22:40.357Z | lock 4.339740774 |
| 271 | 2026-06-01T11:22:40.357Z | slp 5.330318012 |
| 272 | 2026-06-01T11:22:40.357Z | lat 0.002432929 |
| 273 | 2026-06-01T11:22:40.358Z | stop 0.042659955 |
| 274 | 2026-06-01T11:22:40.358Z | + header test |
| 275 | 2026-06-01T11:22:40.358Z | + echo '# ==== test ==== #' |
| 276 | 2026-06-01T11:22:40.358Z | + ptime -m cargo test |
| 277 | 2026-06-01T11:22:40.358Z | # ==== test ==== # |
| 278 | 2026-06-01T11:22:40.486Z | Compiling byteorder v1.5.0 |
| 279 | 2026-06-01T11:22:40.486Z | Compiling serde_core v1.0.228 |
| 280 | 2026-06-01T11:22:40.490Z | Compiling bitflags v2.11.1 |
| 281 | 2026-06-01T11:22:40.490Z | Compiling stable_deref_trait v1.2.1 |
| 282 | 2026-06-01T11:22:40.510Z | Compiling thiserror v2.0.18 |
| 283 | 2026-06-01T11:22:40.510Z | Compiling zerocopy v0.8.48 |
| 284 | 2026-06-01T11:22:40.513Z | Compiling macaddr v1.0.1 |
| 285 | 2026-06-01T11:22:40.516Z | Compiling bitflags v1.3.2 |
| 286 | 2026-06-01T11:22:40.562Z | Compiling cobs v0.3.0 |
| 287 | 2026-06-01T11:22:40.565Z | Compiling managed v0.8.0 |
| 288 | 2026-06-01T11:22:40.595Z | Compiling cfg-if v1.0.4 |
| 289 | 2026-06-01T11:22:40.653Z | Compiling hash32 v0.3.1 |
| 290 | 2026-06-01T11:22:40.669Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 291 | 2026-06-01T11:22:40.746Z | Compiling heapless v0.8.0 |
| 292 | 2026-06-01T11:22:40.772Z | Compiling ipnetwork v0.21.1 |
| 293 | 2026-06-01T11:22:41.089Z | Compiling smoltcp v0.11.0 |
| 294 | 2026-06-01T11:22:42.034Z | Compiling serde v1.0.228 |
| 295 | 2026-06-01T11:22:42.480Z | Compiling postcard v1.1.3 |
| 296 | 2026-06-01T11:22:43.186Z | Compiling ingot-types v0.1.2 |
| 297 | 2026-06-01T11:22:43.466Z | Compiling ingot v0.1.1 |
| 298 | 2026-06-01T11:22:44.859Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 299 | 2026-06-01T11:22:46.570Z | Finished `test` profile [optimized + debuginfo] target(s) in 6.20s |
| 300 | 2026-06-01T11:22:46.580Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-d9d2bed34e16b285) |
| 301 | 2026-06-01T11:22:46.584Z | |
| 302 | 2026-06-01T11:22:46.584Z | running 25 tests |
| 303 | 2026-06-01T11:22:46.584Z | test encap::test::good_vni ... ok |
| 304 | 2026-06-01T11:22:46.584Z | test encap::test::vni_round_trip ... ok |
| 305 | 2026-06-01T11:22:46.584Z | test dns::tests::test_domain_name ... ok |
| 306 | 2026-06-01T11:22:46.584Z | test ip::test::bad_cidr ... ok |
| 307 | 2026-06-01T11:22:46.584Z | test ip::test::bad_prefix_len ... ok |
| 308 | 2026-06-01T11:22:46.584Z | test encap::test::bad_vni ... ok |
| 309 | 2026-06-01T11:22:46.584Z | test ip::test::dhcp_fqdn ... ok |
| 310 | 2026-06-01T11:22:46.584Z | test ip::test::good_cidr ... ok |
| 311 | 2026-06-01T11:22:46.584Z | test ip::test::ipv4_addr_bad ... ok |
| 312 | 2026-06-01T11:22:46.584Z | test ip::test::ipv4_addr_good ... ok |
| 313 | 2026-06-01T11:22:46.584Z | test ip::test::ipv4_mask ... ok |
| 314 | 2026-06-01T11:22:46.584Z | test ip::test::ipv6_cidr_is_member ... ok |
| 315 | 2026-06-01T11:22:46.584Z | test ip::test::ipv6_is_default ... ok |
| 316 | 2026-06-01T11:22:46.584Z | test ip::test::ipv6_mask ... ok |
| 317 | 2026-06-01T11:22:46.584Z | test ip::test::ipv6_prefix_len ... ok |
| 318 | 2026-06-01T11:22:46.584Z | test ip::test::test_ip_addr_from_str ... ok |
| 319 | 2026-06-01T11:22:46.585Z | test ip::test::test_ip_cidr_from_str ... ok |
| 320 | 2026-06-01T11:22:46.585Z | test ip::test::test_ipv6_admin_scoped_multicast ... ok |
| 321 | 2026-06-01T11:22:46.585Z | test ip::test::test_ipv6_from_const ... ok |
| 322 | 2026-06-01T11:22:46.585Z | test ip::test::test_ipv4_multicast_mac ... ok |
| 323 | 2026-06-01T11:22:46.585Z | test ip::test::test_ipv6_from_eui64 ... ok |
| 324 | 2026-06-01T11:22:46.585Z | test ip::test::test_ipv6_multicast_mac ... ok |
| 325 | 2026-06-01T11:22:46.585Z | test ip::test::test_ipv6_solicited_node_multicast ... ok |
| 326 | 2026-06-01T11:22:46.585Z | test ip::test::test_ipv6_is_multicast ... ok |
| 327 | 2026-06-01T11:22:46.585Z | test ip::test::test_multicast_underlay_serde ... ok |
| 328 | 2026-06-01T11:22:46.585Z | |
| 329 | 2026-06-01T11:22:46.585Z | test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 330 | 2026-06-01T11:22:46.585Z | |
| 331 | 2026-06-01T11:22:46.585Z | Doc-tests opte_api |
| 332 | 2026-06-01T11:22:47.192Z | |
| 333 | 2026-06-01T11:22:47.192Z | running 1 test |
| 334 | 2026-06-01T11:22:47.195Z | test crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok |
| 335 | 2026-06-01T11:22:47.195Z | |
| 336 | 2026-06-01T11:22:47.195Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 337 | 2026-06-01T11:22:47.195Z | |
| 338 | 2026-06-01T11:22:47.195Z | all doctests ran in 0.45s; merged doctests compilation took 0.45s |
| 339 | 2026-06-01T11:22:47.215Z | |
| 340 | 2026-06-01T11:22:47.215Z | real 6.851845724 |
| 341 | 2026-06-01T11:22:47.215Z | user 17.598120840 |
| 342 | 2026-06-01T11:22:47.218Z | sys 2.085691850 |
| 343 | 2026-06-01T11:22:47.218Z | trap 0.004558850 |
| 344 | 2026-06-01T11:22:47.218Z | tflt 0.056537344 |
| 345 | 2026-06-01T11:22:47.219Z | dflt 0.143219803 |
| 346 | 2026-06-01T11:22:47.219Z | kflt 0.000001599 |
| 347 | 2026-06-01T11:22:47.219Z | lock 54.981125195 |
| 348 | 2026-06-01T11:22:47.219Z | slp 32.550194655 |
| 349 | 2026-06-01T11:22:47.219Z | lat 0.325828641 |
| 350 | 2026-06-01T11:22:47.219Z | stop 0.616831520 |
| 351 | 2026-06-01T11:22:47.219Z | process exited: duration 37290 ms, exit code 0 |
| |
| 352 | 2026-06-01T11:22:47.225Z | found 0 output files |