|
|
|
| 1 | 2026-07-24T09:42:25.274Z | job assigned to worker 01KY9R1470TXM2QXNS4FMKPDXB [factory aws, i-01e47201bf2370823] (queued for 48 s) |
| |
| 2 | 2026-07-24T09:42:31.307Z | starting task 0: "setup" |
| 3 | 2026-07-24T09:42:31.312Z | ++ uname -s |
| 4 | 2026-07-24T09:42:31.315Z | + kern=SunOS |
| 5 | 2026-07-24T09:42:31.316Z | + build_user=build |
| 6 | 2026-07-24T09:42:31.316Z | + build_uid=12345 |
| 7 | 2026-07-24T09:42:31.316Z | + work_dir=/work |
| 8 | 2026-07-24T09:42:31.316Z | + input_dir=/input |
| 9 | 2026-07-24T09:42:31.316Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-24T09:42:31.316Z | + case "$kern" in |
| 11 | 2026-07-24T09:42:31.316Z | + groupadd -g 12345 build |
| 12 | 2026-07-24T09:42:31.318Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-24T09:42:33.322Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-24T09:42:33.414Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-24T09:42:33.418Z | + home_fs=zfs |
| 16 | 2026-07-24T09:42:33.418Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-24T09:42:33.418Z | + mkdir -p /home/build |
| 18 | 2026-07-24T09:42:33.419Z | + chown build:build /home/build /work |
| 19 | 2026-07-24T09:42:35.419Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-24T09:42:35.423Z | process exited: duration 4112 ms, exit code 0 |
| |
| 21 | 2026-07-24T09:42:35.433Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-24T09:42:35.437Z | * rust toolchain channel = "1.97.1" |
| 23 | 2026-07-24T09:42:35.437Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 24 | 2026-07-24T09:42:35.437Z | * rust toolchain profile = "default" |
| 25 | 2026-07-24T09:42:35.437Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-24T09:42:35.437Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-24T09:42:35.437Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-24T09:42:35.437Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-24T09:42:35.440Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-24T09:42:35.598Z | info: downloading installer |
| 31 | 2026-07-24T09:42:37.037Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-24T09:42:37.037Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-24T09:42:37.037Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-24T09:42:37.037Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-24T09:42:37.049Z | info: profile set to default |
| 36 | 2026-07-24T09:42:37.049Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-24T09:42:37.052Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-24T09:42:37.183Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-24T09:42:37.186Z | info: downloading 6 components |
| 40 | 2026-07-24T09:42:52.379Z | |
| 41 | 2026-07-24T09:42:52.379Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 42 | 2026-07-24T09:42:52.407Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-24T09:42:52.407Z | |
| 44 | 2026-07-24T09:42:52.411Z | |
| 45 | 2026-07-24T09:42:52.411Z | Rust is installed now. Great! |
| 46 | 2026-07-24T09:42:52.411Z | |
| 47 | 2026-07-24T09:42:52.411Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-24T09:42:52.411Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-24T09:42:52.411Z | |
| 50 | 2026-07-24T09:42:52.411Z | To configure your current shell, you need to source |
| 51 | 2026-07-24T09:42:52.411Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-24T09:42:52.411Z | |
| 53 | 2026-07-24T09:42:52.411Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-24T09:42:52.411Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-24T09:42:52.411Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-24T09:42:52.411Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-24T09:42:52.411Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-24T09:42:52.411Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-24T09:42:52.411Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-24T09:42:52.411Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-24T09:42:52.411Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-24T09:42:52.496Z | + rustup --version |
| 63 | 2026-07-24T09:42:52.505Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-24T09:42:52.508Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-24T09:42:52.526Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-24T09:42:52.528Z | + cargo --version |
| 67 | 2026-07-24T09:42:52.543Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-24T09:42:52.546Z | + rustc --version |
| 69 | 2026-07-24T09:42:52.565Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-24T09:42:52.568Z | process exited: duration 17135 ms, exit code 0 |
| |
| 71 | 2026-07-24T09:42:52.574Z | starting task 2: "authentication" |
| 72 | 2026-07-24T09:42:52.590Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-24T09:42:52.597Z | starting task 3: "clone repository" |
| 74 | 2026-07-24T09:42:52.600Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-24T09:42:52.602Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-24T09:42:52.633Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-24T09:42:54.063Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-24T09:42:54.063Z | + git fetch origin f21e37561c7910c412a04e37e79e2ce13b7130c8 |
| 79 | 2026-07-24T09:42:54.291Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-24T09:42:54.291Z | * branch f21e37561c7910c412a04e37e79e2ce13b7130c8 -> FETCH_HEAD |
| 81 | 2026-07-24T09:42:54.296Z | + [[ -n '' ]] |
| 82 | 2026-07-24T09:42:54.296Z | + git reset --hard f21e37561c7910c412a04e37e79e2ce13b7130c8 |
| 83 | 2026-07-24T09:42:54.313Z | HEAD is now at f21e375 Review feedback. |
| 84 | 2026-07-24T09:42:54.316Z | process exited: duration 1718 ms, exit code 0 |
| |
| 85 | 2026-07-24T09:42:54.322Z | starting task 4: "build" |
| 86 | 2026-07-24T09:42:54.325Z | + source .github/buildomat/common.sh |
| 87 | 2026-07-24T09:42:54.328Z | ++ rustup show active-toolchain |
| 88 | 2026-07-24T09:42:54.331Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 89 | 2026-07-24T09:42:54.334Z | ++ pushd xde |
| 90 | 2026-07-24T09:42:54.334Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 91 | 2026-07-24T09:42:54.334Z | ++ rustup show active-toolchain |
| 92 | 2026-07-24T09:42:54.337Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 93 | 2026-07-24T09:42:54.490Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 94 | 2026-07-24T09:42:54.492Z | info: downloading 6 components |
| 95 | 2026-07-24T09:43:09.272Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 96 | 2026-07-24T09:43:09.363Z | +++ rustup show active-toolchain -v |
| 97 | 2026-07-24T09:43:09.366Z | +++ head -n 1 |
| 98 | 2026-07-24T09:43:09.366Z | +++ cut '-d ' -f1 |
| 99 | 2026-07-24T09:43:09.419Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 100 | 2026-07-24T09:43:09.419Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 101 | 2026-07-24T09:43:09.419Z | ++ popd |
| 102 | 2026-07-24T09:43:09.422Z | /work/oxidecomputer/opte |
| 103 | 2026-07-24T09:43:09.422Z | + cargo --version |
| 104 | 2026-07-24T09:43:09.428Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 105 | 2026-07-24T09:43:09.432Z | + rustc --version |
| 106 | 2026-07-24T09:43:09.450Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 107 | 2026-07-24T09:43:09.453Z | + cd crates/opte-api |
| 108 | 2026-07-24T09:43:09.453Z | + header 'check API_VERSION' |
| 109 | 2026-07-24T09:43:09.453Z | + echo '# ==== check API_VERSION ==== #' |
| 110 | 2026-07-24T09:43:09.453Z | # ==== check API_VERSION ==== # |
| 111 | 2026-07-24T09:43:09.453Z | + ./check-api-version.sh |
| 112 | 2026-07-24T09:43:09.459Z | + header 'check style' |
| 113 | 2026-07-24T09:43:09.459Z | + echo '# ==== check style ==== #' |
| 114 | 2026-07-24T09:43:09.462Z | # ==== check style ==== # |
| 115 | 2026-07-24T09:43:09.462Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 116 | 2026-07-24T09:43:09.539Z | |
| 117 | 2026-07-24T09:43:09.539Z | real 0.077420269 |
| 118 | 2026-07-24T09:43:09.539Z | user 0.045009378 |
| 119 | 2026-07-24T09:43:09.539Z | sys 0.029367400 |
| 120 | 2026-07-24T09:43:09.540Z | trap 0.000000239 |
| 121 | 2026-07-24T09:43:09.540Z | tflt 0.000035545 |
| 122 | 2026-07-24T09:43:09.540Z | dflt 0.000008978 |
| 123 | 2026-07-24T09:43:09.540Z | kflt 0.000000000 |
| 124 | 2026-07-24T09:43:09.540Z | lock 0.032052682 |
| 125 | 2026-07-24T09:43:09.540Z | slp 0.057508852 |
| 126 | 2026-07-24T09:43:09.540Z | lat 0.000956341 |
| 127 | 2026-07-24T09:43:09.540Z | stop 0.000099651 |
| 128 | 2026-07-24T09:43:09.543Z | + header 'analyze std' |
| 129 | 2026-07-24T09:43:09.543Z | + echo '# ==== analyze std ==== #' |
| 130 | 2026-07-24T09:43:09.543Z | # ==== analyze std ==== # |
| 131 | 2026-07-24T09:43:09.543Z | + ptime -m cargo clippy --all-targets |
| 132 | 2026-07-24T09:43:09.668Z | Updating crates.io index |
| 133 | 2026-07-24T09:43:09.671Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 134 | 2026-07-24T09:43:10.633Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 135 | 2026-07-24T09:43:11.003Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 136 | 2026-07-24T09:43:11.364Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 137 | 2026-07-24T09:43:11.583Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 138 | 2026-07-24T09:43:11.807Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 139 | 2026-07-24T09:43:12.087Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 140 | 2026-07-24T09:43:13.960Z | Downloading crates ... |
| 141 | 2026-07-24T09:43:14.013Z | Downloaded cobs v0.3.0 |
| 142 | 2026-07-24T09:43:14.017Z | Downloaded embedded-io v0.4.0 |
| 143 | 2026-07-24T09:43:14.017Z | Downloaded defmt v0.3.100 |
| 144 | 2026-07-24T09:43:14.020Z | Downloaded fnv v1.0.7 |
| 145 | 2026-07-24T09:43:14.020Z | Downloaded defmt-parser v1.0.0 |
| 146 | 2026-07-24T09:43:14.020Z | Downloaded ident_case v1.0.1 |
| 147 | 2026-07-24T09:43:14.024Z | Downloaded aho-corasick v1.1.4 |
| 148 | 2026-07-24T09:43:14.028Z | Downloaded darling_macro v0.21.3 |
| 149 | 2026-07-24T09:43:14.031Z | Downloaded stable_deref_trait v1.2.1 |
| 150 | 2026-07-24T09:43:14.031Z | Downloaded embedded-io v0.6.1 |
| 151 | 2026-07-24T09:43:14.034Z | Downloaded managed v0.8.0 |
| 152 | 2026-07-24T09:43:14.034Z | Downloaded cfg-if v1.0.4 |
| 153 | 2026-07-24T09:43:14.034Z | Downloaded strsim v0.11.1 |
| 154 | 2026-07-24T09:43:14.041Z | Downloaded macaddr v1.0.1 |
| 155 | 2026-07-24T09:43:14.054Z | Downloaded byteorder v1.5.0 |
| 156 | 2026-07-24T09:43:14.058Z | Downloaded hash32 v0.3.1 |
| 157 | 2026-07-24T09:43:14.058Z | Downloaded bitflags v1.3.2 |
| 158 | 2026-07-24T09:43:14.058Z | Downloaded either v1.16.0 |
| 159 | 2026-07-24T09:43:14.063Z | Downloaded defmt-macros v1.1.1 |
| 160 | 2026-07-24T09:43:14.066Z | Downloaded ipnetwork v0.21.1 |
| 161 | 2026-07-24T09:43:14.071Z | Downloaded quote v1.0.46 |
| 162 | 2026-07-24T09:43:14.074Z | Downloaded ingot v0.1.1 |
| 163 | 2026-07-24T09:43:14.077Z | Downloaded ingot-types v0.1.2 |
| 164 | 2026-07-24T09:43:14.077Z | Downloaded thiserror v2.0.18 |
| 165 | 2026-07-24T09:43:14.081Z | Downloaded thiserror-impl v2.0.18 |
| 166 | 2026-07-24T09:43:14.081Z | Downloaded defmt v1.1.1 |
| 167 | 2026-07-24T09:43:14.093Z | Downloaded ingot-macros v0.1.1 |
| 168 | 2026-07-24T09:43:14.098Z | Downloaded darling v0.21.3 |
| 169 | 2026-07-24T09:43:14.102Z | Downloaded postcard v1.1.3 |
| 170 | 2026-07-24T09:43:14.102Z | Downloaded proc-macro2 v1.0.106 |
| 171 | 2026-07-24T09:43:14.105Z | Downloaded unicode-ident v1.0.24 |
| 172 | 2026-07-24T09:43:14.105Z | Downloaded serde_derive v1.0.228 |
| 173 | 2026-07-24T09:43:14.115Z | Downloaded heapless v0.8.0 |
| 174 | 2026-07-24T09:43:14.118Z | Downloaded bitflags v2.13.0 |
| 175 | 2026-07-24T09:43:14.122Z | Downloaded serde_core v1.0.228 |
| 176 | 2026-07-24T09:43:14.122Z | Downloaded darling_core v0.21.3 |
| 177 | 2026-07-24T09:43:14.128Z | Downloaded serde v1.0.228 |
| 178 | 2026-07-24T09:43:14.141Z | Downloaded memchr v2.8.3 |
| 179 | 2026-07-24T09:43:14.145Z | Downloaded zerocopy-derive v0.8.54 |
| 180 | 2026-07-24T09:43:14.166Z | Downloaded regex v1.13.0 |
| 181 | 2026-07-24T09:43:14.181Z | Downloaded itertools v0.14.0 |
| 182 | 2026-07-24T09:43:14.203Z | Downloaded zerocopy v0.8.54 |
| 183 | 2026-07-24T09:43:14.212Z | Downloaded syn v2.0.118 |
| 184 | 2026-07-24T09:43:14.218Z | Downloaded smoltcp v0.11.0 |
| 185 | 2026-07-24T09:43:14.224Z | Downloaded regex-syntax v0.8.11 |
| 186 | 2026-07-24T09:43:14.232Z | Downloaded regex-automata v0.4.15 |
| 187 | 2026-07-24T09:43:14.269Z | Compiling proc-macro2 v1.0.106 |
| 188 | 2026-07-24T09:43:14.269Z | Compiling unicode-ident v1.0.24 |
| 189 | 2026-07-24T09:43:14.273Z | Compiling quote v1.0.46 |
| 190 | 2026-07-24T09:43:14.273Z | Compiling strsim v0.11.1 |
| 191 | 2026-07-24T09:43:14.274Z | Compiling ident_case v1.0.1 |
| 192 | 2026-07-24T09:43:14.274Z | Compiling memchr v2.8.3 |
| 193 | 2026-07-24T09:43:14.274Z | Compiling fnv v1.0.7 |
| 194 | 2026-07-24T09:43:14.274Z | Compiling regex-syntax v0.8.11 |
| 195 | 2026-07-24T09:43:14.436Z | Compiling serde_core v1.0.228 |
| 196 | 2026-07-24T09:43:14.454Z | Compiling serde v1.0.228 |
| 197 | 2026-07-24T09:43:14.460Z | Compiling zerocopy v0.8.54 |
| 198 | 2026-07-24T09:43:14.627Z | Compiling either v1.16.0 |
| 199 | 2026-07-24T09:43:14.718Z | Compiling thiserror v2.0.18 |
| 200 | 2026-07-24T09:43:14.740Z | Compiling aho-corasick v1.1.4 |
| 201 | 2026-07-24T09:43:14.827Z | Compiling itertools v0.14.0 |
| 202 | 2026-07-24T09:43:14.892Z | Checking byteorder v1.5.0 |
| 203 | 2026-07-24T09:43:14.905Z | Compiling heapless v0.8.0 |
| 204 | 2026-07-24T09:43:15.040Z | Checking hash32 v0.3.1 |
| 205 | 2026-07-24T09:43:15.152Z | Checking bitflags v2.13.0 |
| 206 | 2026-07-24T09:43:15.261Z | Compiling smoltcp v0.11.0 |
| 207 | 2026-07-24T09:43:15.307Z | Checking macaddr v1.0.1 |
| 208 | 2026-07-24T09:43:15.450Z | Checking stable_deref_trait v1.2.1 |
| 209 | 2026-07-24T09:43:15.585Z | Compiling syn v2.0.118 |
| 210 | 2026-07-24T09:43:15.602Z | Checking cfg-if v1.0.4 |
| 211 | 2026-07-24T09:43:15.630Z | Checking bitflags v1.3.2 |
| 212 | 2026-07-24T09:43:15.657Z | Checking managed v0.8.0 |
| 213 | 2026-07-24T09:43:15.691Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 214 | 2026-07-24T09:43:15.847Z | Compiling regex-automata v0.4.15 |
| 215 | 2026-07-24T09:43:15.982Z | Checking ipnetwork v0.21.1 |
| 216 | 2026-07-24T09:43:17.314Z | Compiling regex v1.13.0 |
| 217 | 2026-07-24T09:43:17.813Z | Compiling darling_core v0.21.3 |
| 218 | 2026-07-24T09:43:18.144Z | Compiling thiserror-impl v2.0.18 |
| 219 | 2026-07-24T09:43:18.147Z | Compiling zerocopy-derive v0.8.54 |
| 220 | 2026-07-24T09:43:18.148Z | Compiling serde_derive v1.0.228 |
| 221 | 2026-07-24T09:43:19.129Z | Checking cobs v0.3.0 |
| 222 | 2026-07-24T09:43:19.147Z | Compiling darling_macro v0.21.3 |
| 223 | 2026-07-24T09:43:19.661Z | Compiling darling v0.21.3 |
| 224 | 2026-07-24T09:43:19.724Z | Compiling ingot-macros v0.1.1 |
| 225 | 2026-07-24T09:43:20.414Z | Checking postcard v1.1.3 |
| 226 | 2026-07-24T09:43:21.722Z | Checking ingot-types v0.1.2 |
| 227 | 2026-07-24T09:43:21.986Z | Checking ingot v0.1.1 |
| 228 | 2026-07-24T09:43:23.271Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 229 | 2026-07-24T09:43:24.271Z | Finished `dev` profile [optimized + debuginfo] target(s) in 14.68s |
| 230 | 2026-07-24T09:43:24.370Z | |
| 231 | 2026-07-24T09:43:24.373Z | real 14.823286312 |
| 232 | 2026-07-24T09:43:24.373Z | user 30.974413676 |
| 233 | 2026-07-24T09:43:24.373Z | sys 5.991333093 |
| 234 | 2026-07-24T09:43:24.373Z | trap 0.017148752 |
| 235 | 2026-07-24T09:43:24.373Z | tflt 0.077683256 |
| 236 | 2026-07-24T09:43:24.373Z | dflt 0.204145760 |
| 237 | 2026-07-24T09:43:24.373Z | kflt 0.003836715 |
| 238 | 2026-07-24T09:43:24.373Z | lock 2:12.616330921 |
| 239 | 2026-07-24T09:43:24.373Z | slp 1:32.508118181 |
| 240 | 2026-07-24T09:43:24.373Z | lat 2.276810784 |
| 241 | 2026-07-24T09:43:24.373Z | stop 5.937887094 |
| 242 | 2026-07-24T09:43:24.373Z | + header 'analyze no_std' |
| 243 | 2026-07-24T09:43:24.373Z | + echo '# ==== analyze no_std ==== #' |
| 244 | 2026-07-24T09:43:24.373Z | # ==== analyze no_std ==== # |
| 245 | 2026-07-24T09:43:24.374Z | + ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings |
| 246 | 2026-07-24T09:43:24.471Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 247 | 2026-07-24T09:43:24.697Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 248 | 2026-07-24T09:43:25.684Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.27s |
| 249 | 2026-07-24T09:43:25.706Z | |
| 250 | 2026-07-24T09:43:25.709Z | real 1.332670465 |
| 251 | 2026-07-24T09:43:25.709Z | user 1.922995339 |
| 252 | 2026-07-24T09:43:25.709Z | sys 0.265580486 |
| 253 | 2026-07-24T09:43:25.709Z | trap 0.000586504 |
| 254 | 2026-07-24T09:43:25.709Z | tflt 0.000080702 |
| 255 | 2026-07-24T09:43:25.709Z | dflt 0.000100921 |
| 256 | 2026-07-24T09:43:25.709Z | kflt 0.000000000 |
| 257 | 2026-07-24T09:43:25.709Z | lock 5.648016286 |
| 258 | 2026-07-24T09:43:25.709Z | slp 5.403130707 |
| 259 | 2026-07-24T09:43:25.709Z | lat 0.004096557 |
| 260 | 2026-07-24T09:43:25.709Z | stop 0.059298904 |
| 261 | 2026-07-24T09:43:25.709Z | + header test |
| 262 | 2026-07-24T09:43:25.709Z | + echo '# ==== test ==== #' |
| 263 | 2026-07-24T09:43:25.709Z | # ==== test ==== # |
| 264 | 2026-07-24T09:43:25.709Z | + ptime -m cargo test |
| 265 | 2026-07-24T09:43:25.833Z | Compiling serde_core v1.0.228 |
| 266 | 2026-07-24T09:43:25.833Z | Compiling byteorder v1.5.0 |
| 267 | 2026-07-24T09:43:25.833Z | Compiling stable_deref_trait v1.2.1 |
| 268 | 2026-07-24T09:43:25.833Z | Compiling bitflags v2.13.0 |
| 269 | 2026-07-24T09:43:25.833Z | Compiling macaddr v1.0.1 |
| 270 | 2026-07-24T09:43:25.853Z | Compiling thiserror v2.0.18 |
| 271 | 2026-07-24T09:43:25.859Z | Compiling zerocopy v0.8.54 |
| 272 | 2026-07-24T09:43:25.863Z | Compiling bitflags v1.3.2 |
| 273 | 2026-07-24T09:43:25.908Z | Compiling cobs v0.3.0 |
| 274 | 2026-07-24T09:43:25.912Z | Compiling cfg-if v1.0.4 |
| 275 | 2026-07-24T09:43:25.941Z | Compiling managed v0.8.0 |
| 276 | 2026-07-24T09:43:25.961Z | Compiling ipnetwork v0.21.1 |
| 277 | 2026-07-24T09:43:26.012Z | Compiling hash32 v0.3.1 |
| 278 | 2026-07-24T09:43:26.089Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 279 | 2026-07-24T09:43:26.153Z | Compiling heapless v0.8.0 |
| 280 | 2026-07-24T09:43:26.499Z | Compiling smoltcp v0.11.0 |
| 281 | 2026-07-24T09:43:27.406Z | Compiling serde v1.0.228 |
| 282 | 2026-07-24T09:43:27.865Z | Compiling postcard v1.1.3 |
| 283 | 2026-07-24T09:43:28.509Z | Compiling ingot-types v0.1.2 |
| 284 | 2026-07-24T09:43:28.785Z | Compiling ingot v0.1.1 |
| 285 | 2026-07-24T09:43:30.211Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 286 | 2026-07-24T09:43:32.121Z | Finished `test` profile [optimized + debuginfo] target(s) in 6.40s |
| 287 | 2026-07-24T09:43:32.131Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-8d26fe99c9fd419a) |
| 288 | 2026-07-24T09:43:32.134Z | |
| 289 | 2026-07-24T09:43:32.134Z | running 25 tests |
| 290 | 2026-07-24T09:43:32.134Z | test dns::tests::test_domain_name ... ok |
| 291 | 2026-07-24T09:43:32.134Z | test ip::test::bad_cidr ... ok |
| 292 | 2026-07-24T09:43:32.134Z | test encap::test::good_vni ... ok |
| 293 | 2026-07-24T09:43:32.134Z | test encap::test::vni_round_trip ... ok |
| 294 | 2026-07-24T09:43:32.134Z | test ip::test::bad_prefix_len ... ok |
| 295 | 2026-07-24T09:43:32.134Z | test encap::test::bad_vni ... ok |
| 296 | 2026-07-24T09:43:32.134Z | test ip::test::dhcp_fqdn ... ok |
| 297 | 2026-07-24T09:43:32.134Z | test ip::test::good_cidr ... ok |
| 298 | 2026-07-24T09:43:32.134Z | test ip::test::ipv4_addr_bad ... ok |
| 299 | 2026-07-24T09:43:32.134Z | test ip::test::ipv4_addr_good ... ok |
| 300 | 2026-07-24T09:43:32.134Z | test ip::test::ipv4_mask ... ok |
| 301 | 2026-07-24T09:43:32.134Z | test ip::test::ipv6_cidr_is_member ... ok |
| 302 | 2026-07-24T09:43:32.134Z | test ip::test::ipv6_is_default ... ok |
| 303 | 2026-07-24T09:43:32.134Z | test ip::test::ipv6_mask ... ok |
| 304 | 2026-07-24T09:43:32.134Z | test ip::test::ipv6_prefix_len ... ok |
| 305 | 2026-07-24T09:43:32.134Z | test ip::test::test_ip_addr_from_str ... ok |
| 306 | 2026-07-24T09:43:32.134Z | test ip::test::test_ip_cidr_from_str ... ok |
| 307 | 2026-07-24T09:43:32.134Z | test ip::test::test_ipv6_from_const ... ok |
| 308 | 2026-07-24T09:43:32.134Z | test ip::test::test_ipv4_multicast_mac ... ok |
| 309 | 2026-07-24T09:43:32.134Z | test ip::test::test_ipv6_is_multicast ... ok |
| 310 | 2026-07-24T09:43:32.134Z | test ip::test::test_ipv6_admin_scoped_multicast ... ok |
| 311 | 2026-07-24T09:43:32.134Z | test ip::test::test_ipv6_multicast_mac ... ok |
| 312 | 2026-07-24T09:43:32.134Z | test ip::test::test_ipv6_from_eui64 ... ok |
| 313 | 2026-07-24T09:43:32.134Z | test ip::test::test_ipv6_solicited_node_multicast ... ok |
| 314 | 2026-07-24T09:43:32.134Z | test ip::test::test_multicast_underlay_serde ... ok |
| 315 | 2026-07-24T09:43:32.134Z | |
| 316 | 2026-07-24T09:43:32.134Z | test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 317 | 2026-07-24T09:43:32.134Z | |
| 318 | 2026-07-24T09:43:32.137Z | Doc-tests opte_api |
| 319 | 2026-07-24T09:43:32.729Z | |
| 320 | 2026-07-24T09:43:32.729Z | running 1 test |
| 321 | 2026-07-24T09:43:32.732Z | test crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok |
| 322 | 2026-07-24T09:43:32.732Z | |
| 323 | 2026-07-24T09:43:32.732Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 324 | 2026-07-24T09:43:32.732Z | |
| 325 | 2026-07-24T09:43:32.732Z | all doctests ran in 0.44s; merged doctests compilation took 0.44s |
| 326 | 2026-07-24T09:43:32.752Z | |
| 327 | 2026-07-24T09:43:32.757Z | real 7.037750332 |
| 328 | 2026-07-24T09:43:32.757Z | user 17.505725541 |
| 329 | 2026-07-24T09:43:32.757Z | sys 2.063053632 |
| 330 | 2026-07-24T09:43:32.757Z | trap 0.003887397 |
| 331 | 2026-07-24T09:43:32.757Z | tflt 0.195490666 |
| 332 | 2026-07-24T09:43:32.757Z | dflt 0.212345692 |
| 333 | 2026-07-24T09:43:32.757Z | kflt 0.000003389 |
| 334 | 2026-07-24T09:43:32.757Z | lock 1:03.883099990 |
| 335 | 2026-07-24T09:43:32.757Z | slp 33.010874761 |
| 336 | 2026-07-24T09:43:32.757Z | lat 0.518810718 |
| 337 | 2026-07-24T09:43:32.757Z | stop 0.662255729 |
| 338 | 2026-07-24T09:43:32.757Z | process exited: duration 38430 ms, exit code 0 |
| |
| 339 | 2026-07-24T09:43:32.763Z | found 0 output files |