|
|
|
| 1 | 2026-07-19T04:25:27.434Z | job assigned to worker 01KXW9WSY2Q235S7ZAG3DYCKE9 [factory aws, i-036303f9305323885] (queued for 56 s) |
| |
| 2 | 2026-07-19T04:25:33.454Z | starting task 0: "setup" |
| 3 | 2026-07-19T04:25:33.460Z | ++ uname -s |
| 4 | 2026-07-19T04:25:33.466Z | + kern=SunOS |
| 5 | 2026-07-19T04:25:33.466Z | + build_user=build |
| 6 | 2026-07-19T04:25:33.466Z | + build_uid=12345 |
| 7 | 2026-07-19T04:25:33.466Z | + work_dir=/work |
| 8 | 2026-07-19T04:25:33.466Z | + input_dir=/input |
| 9 | 2026-07-19T04:25:33.467Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-19T04:25:33.467Z | + case "$kern" in |
| 11 | 2026-07-19T04:25:33.467Z | + groupadd -g 12345 build |
| 12 | 2026-07-19T04:25:33.467Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-19T04:25:35.469Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-19T04:25:35.571Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-19T04:25:35.577Z | + home_fs=zfs |
| 16 | 2026-07-19T04:25:35.577Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-19T04:25:35.577Z | + mkdir -p /home/build |
| 18 | 2026-07-19T04:25:35.577Z | + chown build:build /home/build /work |
| 19 | 2026-07-19T04:25:37.575Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-19T04:25:37.579Z | process exited: duration 4123 ms, exit code 0 |
| |
| 21 | 2026-07-19T04:25:37.586Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-19T04:25:37.590Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-19T04:25:37.590Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-19T04:25:37.590Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-07-19T04:25:37.590Z | * rust toolchain channel = "1.97.1" |
| 26 | 2026-07-19T04:25:37.590Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-19T04:25:37.590Z | * rust toolchain profile = "default" |
| 28 | 2026-07-19T04:25:37.594Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-19T04:25:37.594Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-19T04:25:37.694Z | info: downloading installer |
| 31 | 2026-07-19T04:25:39.204Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-19T04:25:39.204Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-19T04:25:39.204Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-19T04:25:39.204Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-19T04:25:39.215Z | info: profile set to default |
| 36 | 2026-07-19T04:25:39.215Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-19T04:25:39.218Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-19T04:25:39.360Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-19T04:25:39.364Z | info: downloading 6 components |
| 40 | 2026-07-19T04:25:53.889Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-07-19T04:25:53.889Z | |
| 42 | 2026-07-19T04:25:53.915Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-19T04:25:53.915Z | |
| 44 | 2026-07-19T04:25:53.915Z | |
| 45 | 2026-07-19T04:25:53.915Z | Rust is installed now. Great! |
| 46 | 2026-07-19T04:25:53.915Z | |
| 47 | 2026-07-19T04:25:53.919Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-19T04:25:53.919Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-19T04:25:53.919Z | |
| 50 | 2026-07-19T04:25:53.919Z | To configure your current shell, you need to source |
| 51 | 2026-07-19T04:25:53.919Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-19T04:25:53.919Z | |
| 53 | 2026-07-19T04:25:53.919Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-19T04:25:53.919Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-19T04:25:53.919Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-19T04:25:53.919Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-19T04:25:53.919Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-19T04:25:53.919Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-19T04:25:53.919Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-19T04:25:53.919Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-19T04:25:53.919Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-19T04:25:54.021Z | + rustup --version |
| 63 | 2026-07-19T04:25:54.030Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-19T04:25:54.034Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-19T04:25:54.051Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-19T04:25:54.054Z | + cargo --version |
| 67 | 2026-07-19T04:25:54.069Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-19T04:25:54.072Z | + rustc --version |
| 69 | 2026-07-19T04:25:54.091Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-19T04:25:54.095Z | process exited: duration 16507 ms, exit code 0 |
| |
| 71 | 2026-07-19T04:25:54.101Z | starting task 2: "authentication" |
| 72 | 2026-07-19T04:25:54.118Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-19T04:25:54.125Z | starting task 3: "clone repository" |
| 74 | 2026-07-19T04:25:54.129Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-19T04:25:54.132Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-19T04:25:54.161Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-19T04:25:55.014Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-19T04:25:55.015Z | + git fetch origin afff174ebc75a1e4e91b98f8683877a8d77b728f |
| 79 | 2026-07-19T04:25:55.220Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-19T04:25:55.221Z | * branch afff174ebc75a1e4e91b98f8683877a8d77b728f -> FETCH_HEAD |
| 81 | 2026-07-19T04:25:55.228Z | + [[ -n renovate/rust-1.x ]] |
| 82 | 2026-07-19T04:25:55.232Z | ++ git branch --show-current |
| 83 | 2026-07-19T04:25:55.232Z | + current=master |
| 84 | 2026-07-19T04:25:55.232Z | + [[ master != renovate/rust-1.x ]] |
| 85 | 2026-07-19T04:25:55.232Z | + git branch -f renovate/rust-1.x afff174ebc75a1e4e91b98f8683877a8d77b728f |
| 86 | 2026-07-19T04:25:55.236Z | + git checkout -f renovate/rust-1.x |
| 87 | 2026-07-19T04:25:55.251Z | Switched to branch 'renovate/rust-1.x' |
| 88 | 2026-07-19T04:25:55.255Z | + git reset --hard afff174ebc75a1e4e91b98f8683877a8d77b728f |
| 89 | 2026-07-19T04:25:55.267Z | HEAD is now at afff174 Update dependency rust |
| 90 | 2026-07-19T04:25:55.271Z | process exited: duration 1142 ms, exit code 0 |
| |
| 91 | 2026-07-19T04:25:55.279Z | starting task 4: "build" |
| 92 | 2026-07-19T04:25:55.284Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-19T04:25:55.284Z | ++ rustup show active-toolchain |
| 94 | 2026-07-19T04:25:55.288Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-19T04:25:55.291Z | ++ pushd xde |
| 96 | 2026-07-19T04:25:55.291Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-19T04:25:55.291Z | ++ rustup show active-toolchain |
| 98 | 2026-07-19T04:25:55.295Z | info: syncing channel updates for nightly-2026-07-19-x86_64-unknown-illumos |
| 99 | 2026-07-19T04:25:55.453Z | info: latest update on 2026-07-19 for version 1.99.0-nightly (eff8269f7 2026-07-18) |
| 100 | 2026-07-19T04:25:55.457Z | info: downloading 6 components |
| 101 | 2026-07-19T04:26:09.439Z | nightly-2026-07-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-19T04:26:09.524Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-19T04:26:09.528Z | +++ head -n 1 |
| 104 | 2026-07-19T04:26:09.528Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-19T04:26:09.579Z | ++ export NIGHTLY=nightly-2026-07-19-x86_64-unknown-illumos |
| 106 | 2026-07-19T04:26:09.579Z | ++ NIGHTLY=nightly-2026-07-19-x86_64-unknown-illumos |
| 107 | 2026-07-19T04:26:09.579Z | ++ popd |
| 108 | 2026-07-19T04:26:09.583Z | /work/oxidecomputer/opte |
| 109 | 2026-07-19T04:26:09.583Z | + cargo --version |
| 110 | 2026-07-19T04:26:09.589Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 111 | 2026-07-19T04:26:09.592Z | + rustc --version |
| 112 | 2026-07-19T04:26:09.612Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 113 | 2026-07-19T04:26:09.615Z | + cd crates/opte-api |
| 114 | 2026-07-19T04:26:09.615Z | + header 'check API_VERSION' |
| 115 | 2026-07-19T04:26:09.615Z | + echo '# ==== check API_VERSION ==== #' |
| 116 | 2026-07-19T04:26:09.615Z | # ==== check API_VERSION ==== # |
| 117 | 2026-07-19T04:26:09.615Z | + ./check-api-version.sh |
| 118 | 2026-07-19T04:26:09.623Z | + header 'check style' |
| 119 | 2026-07-19T04:26:09.623Z | # ==== check style ==== # |
| 120 | 2026-07-19T04:26:09.626Z | + echo '# ==== check style ==== #' |
| 121 | 2026-07-19T04:26:09.626Z | + ptime -m cargo +nightly-2026-07-19-x86_64-unknown-illumos fmt -- --check |
| 122 | 2026-07-19T04:26:09.703Z | |
| 123 | 2026-07-19T04:26:09.703Z | real 0.077188658 |
| 124 | 2026-07-19T04:26:09.704Z | user 0.044957908 |
| 125 | 2026-07-19T04:26:09.704Z | sys 0.029023202 |
| 126 | 2026-07-19T04:26:09.704Z | trap 0.000015360 |
| 127 | 2026-07-19T04:26:09.704Z | tflt 0.000011160 |
| 128 | 2026-07-19T04:26:09.704Z | dflt 0.000020780 |
| 129 | 2026-07-19T04:26:09.704Z | kflt 0.000002470 |
| 130 | 2026-07-19T04:26:09.704Z | lock 0.031132392 |
| 131 | 2026-07-19T04:26:09.704Z | slp 0.057707786 |
| 132 | 2026-07-19T04:26:09.704Z | lat 0.000612750 |
| 133 | 2026-07-19T04:26:09.704Z | stop 0.000095400 |
| 134 | 2026-07-19T04:26:09.708Z | + header 'analyze std' |
| 135 | 2026-07-19T04:26:09.708Z | + echo '# ==== analyze std ==== #' |
| 136 | 2026-07-19T04:26:09.708Z | # ==== analyze std ==== # |
| 137 | 2026-07-19T04:26:09.708Z | + ptime -m cargo clippy --all-targets |
| 138 | 2026-07-19T04:26:09.842Z | Updating crates.io index |
| 139 | 2026-07-19T04:26:09.845Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 140 | 2026-07-19T04:26:10.798Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 141 | 2026-07-19T04:26:11.076Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 142 | 2026-07-19T04:26:11.485Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 143 | 2026-07-19T04:26:11.620Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 144 | 2026-07-19T04:26:11.881Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 145 | 2026-07-19T04:26:12.151Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 146 | 2026-07-19T04:26:13.972Z | Downloading crates ... |
| 147 | 2026-07-19T04:26:14.015Z | Downloaded cfg-if v1.0.4 |
| 148 | 2026-07-19T04:26:14.021Z | Downloaded byteorder v1.5.0 |
| 149 | 2026-07-19T04:26:14.029Z | Downloaded darling_macro v0.21.3 |
| 150 | 2026-07-19T04:26:14.033Z | Downloaded defmt v0.3.100 |
| 151 | 2026-07-19T04:26:14.033Z | Downloaded macaddr v1.0.1 |
| 152 | 2026-07-19T04:26:14.040Z | Downloaded hash32 v0.3.1 |
| 153 | 2026-07-19T04:26:14.040Z | Downloaded managed v0.8.0 |
| 154 | 2026-07-19T04:26:14.043Z | Downloaded stable_deref_trait v1.2.1 |
| 155 | 2026-07-19T04:26:14.043Z | Downloaded cobs v0.3.0 |
| 156 | 2026-07-19T04:26:14.043Z | Downloaded strsim v0.11.1 |
| 157 | 2026-07-19T04:26:14.059Z | Downloaded embedded-io v0.4.0 |
| 158 | 2026-07-19T04:26:14.065Z | Downloaded defmt-parser v1.0.0 |
| 159 | 2026-07-19T04:26:14.065Z | Downloaded fnv v1.0.7 |
| 160 | 2026-07-19T04:26:14.065Z | Downloaded ident_case v1.0.1 |
| 161 | 2026-07-19T04:26:14.065Z | Downloaded embedded-io v0.6.1 |
| 162 | 2026-07-19T04:26:14.070Z | Downloaded ingot v0.1.1 |
| 163 | 2026-07-19T04:26:14.073Z | Downloaded ingot-types v0.1.2 |
| 164 | 2026-07-19T04:26:14.073Z | Downloaded ipnetwork v0.21.1 |
| 165 | 2026-07-19T04:26:14.074Z | Downloaded thiserror v2.0.18 |
| 166 | 2026-07-19T04:26:14.076Z | Downloaded bitflags v1.3.2 |
| 167 | 2026-07-19T04:26:14.087Z | Downloaded defmt-macros v1.1.1 |
| 168 | 2026-07-19T04:26:14.091Z | Downloaded quote v1.0.46 |
| 169 | 2026-07-19T04:26:14.098Z | Downloaded either v1.16.0 |
| 170 | 2026-07-19T04:26:14.101Z | Downloaded thiserror-impl v2.0.18 |
| 171 | 2026-07-19T04:26:14.101Z | Downloaded darling v0.21.3 |
| 172 | 2026-07-19T04:26:14.105Z | Downloaded postcard v1.1.3 |
| 173 | 2026-07-19T04:26:14.109Z | Downloaded defmt v1.1.1 |
| 174 | 2026-07-19T04:26:14.112Z | Downloaded ingot-macros v0.1.1 |
| 175 | 2026-07-19T04:26:14.116Z | Downloaded aho-corasick v1.1.4 |
| 176 | 2026-07-19T04:26:14.119Z | Downloaded unicode-ident v1.0.24 |
| 177 | 2026-07-19T04:26:14.123Z | Downloaded proc-macro2 v1.0.106 |
| 178 | 2026-07-19T04:26:14.126Z | Downloaded bitflags v2.13.0 |
| 179 | 2026-07-19T04:26:14.129Z | Downloaded serde_core v1.0.228 |
| 180 | 2026-07-19T04:26:14.134Z | Downloaded serde_derive v1.0.228 |
| 181 | 2026-07-19T04:26:14.144Z | Downloaded heapless v0.8.0 |
| 182 | 2026-07-19T04:26:14.150Z | Downloaded serde v1.0.228 |
| 183 | 2026-07-19T04:26:14.154Z | Downloaded zerocopy-derive v0.8.52 |
| 184 | 2026-07-19T04:26:14.158Z | Downloaded darling_core v0.21.3 |
| 185 | 2026-07-19T04:26:14.162Z | Downloaded memchr v2.8.2 |
| 186 | 2026-07-19T04:26:14.185Z | Downloaded regex v1.12.4 |
| 187 | 2026-07-19T04:26:14.188Z | Downloaded itertools v0.14.0 |
| 188 | 2026-07-19T04:26:14.233Z | Downloaded syn v2.0.118 |
| 189 | 2026-07-19T04:26:14.238Z | Downloaded zerocopy v0.8.52 |
| 190 | 2026-07-19T04:26:14.250Z | Downloaded smoltcp v0.11.0 |
| 191 | 2026-07-19T04:26:14.254Z | Downloaded regex-syntax v0.8.11 |
| 192 | 2026-07-19T04:26:14.258Z | Downloaded regex-automata v0.4.14 |
| 193 | 2026-07-19T04:26:14.293Z | Compiling proc-macro2 v1.0.106 |
| 194 | 2026-07-19T04:26:14.296Z | Compiling quote v1.0.46 |
| 195 | 2026-07-19T04:26:14.296Z | Compiling unicode-ident v1.0.24 |
| 196 | 2026-07-19T04:26:14.296Z | Compiling ident_case v1.0.1 |
| 197 | 2026-07-19T04:26:14.296Z | Compiling memchr v2.8.2 |
| 198 | 2026-07-19T04:26:14.296Z | Compiling fnv v1.0.7 |
| 199 | 2026-07-19T04:26:14.296Z | Compiling strsim v0.11.1 |
| 200 | 2026-07-19T04:26:14.296Z | Compiling serde_core v1.0.228 |
| 201 | 2026-07-19T04:26:14.461Z | Compiling regex-syntax v0.8.11 |
| 202 | 2026-07-19T04:26:14.478Z | Compiling either v1.16.0 |
| 203 | 2026-07-19T04:26:14.484Z | Compiling thiserror v2.0.18 |
| 204 | 2026-07-19T04:26:14.646Z | Compiling serde v1.0.228 |
| 205 | 2026-07-19T04:26:14.673Z | Compiling zerocopy v0.8.52 |
| 206 | 2026-07-19T04:26:14.739Z | Compiling itertools v0.14.0 |
| 207 | 2026-07-19T04:26:14.809Z | Compiling aho-corasick v1.1.4 |
| 208 | 2026-07-19T04:26:14.989Z | Checking byteorder v1.5.0 |
| 209 | 2026-07-19T04:26:15.085Z | Compiling heapless v0.8.0 |
| 210 | 2026-07-19T04:26:15.114Z | Checking bitflags v2.13.0 |
| 211 | 2026-07-19T04:26:15.138Z | Checking hash32 v0.3.1 |
| 212 | 2026-07-19T04:26:15.243Z | Compiling smoltcp v0.11.0 |
| 213 | 2026-07-19T04:26:15.259Z | Checking stable_deref_trait v1.2.1 |
| 214 | 2026-07-19T04:26:15.322Z | Checking macaddr v1.0.1 |
| 215 | 2026-07-19T04:26:15.567Z | Checking bitflags v1.3.2 |
| 216 | 2026-07-19T04:26:15.573Z | Checking cfg-if v1.0.4 |
| 217 | 2026-07-19T04:26:15.626Z | Compiling syn v2.0.118 |
| 218 | 2026-07-19T04:26:15.629Z | Checking managed v0.8.0 |
| 219 | 2026-07-19T04:26:15.695Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 220 | 2026-07-19T04:26:15.805Z | Checking ipnetwork v0.21.1 |
| 221 | 2026-07-19T04:26:15.889Z | Compiling regex-automata v0.4.14 |
| 222 | 2026-07-19T04:26:17.330Z | Compiling regex v1.12.4 |
| 223 | 2026-07-19T04:26:17.797Z | Compiling darling_core v0.21.3 |
| 224 | 2026-07-19T04:26:18.138Z | Compiling zerocopy-derive v0.8.52 |
| 225 | 2026-07-19T04:26:18.138Z | Compiling serde_derive v1.0.228 |
| 226 | 2026-07-19T04:26:18.141Z | Compiling thiserror-impl v2.0.18 |
| 227 | 2026-07-19T04:26:19.112Z | Checking cobs v0.3.0 |
| 228 | 2026-07-19T04:26:19.164Z | Compiling darling_macro v0.21.3 |
| 229 | 2026-07-19T04:26:19.684Z | Compiling darling v0.21.3 |
| 230 | 2026-07-19T04:26:19.747Z | Compiling ingot-macros v0.1.1 |
| 231 | 2026-07-19T04:26:20.366Z | Checking postcard v1.1.3 |
| 232 | 2026-07-19T04:26:21.671Z | Checking ingot-types v0.1.2 |
| 233 | 2026-07-19T04:26:21.937Z | Checking ingot v0.1.1 |
| 234 | 2026-07-19T04:26:23.236Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 235 | 2026-07-19T04:26:24.234Z | Finished `dev` profile [optimized + debuginfo] target(s) in 14.48s |
| 236 | 2026-07-19T04:26:24.327Z | |
| 237 | 2026-07-19T04:26:24.328Z | real 14.620478651 |
| 238 | 2026-07-19T04:26:24.328Z | user 30.574042567 |
| 239 | 2026-07-19T04:26:24.328Z | sys 5.947638389 |
| 240 | 2026-07-19T04:26:24.328Z | trap 0.012891405 |
| 241 | 2026-07-19T04:26:24.328Z | tflt 0.063786345 |
| 242 | 2026-07-19T04:26:24.328Z | dflt 0.273790351 |
| 243 | 2026-07-19T04:26:24.328Z | kflt 0.005913948 |
| 244 | 2026-07-19T04:26:24.328Z | lock 2:10.016500597 |
| 245 | 2026-07-19T04:26:24.328Z | slp 1:30.995926643 |
| 246 | 2026-07-19T04:26:24.328Z | lat 0.998354449 |
| 247 | 2026-07-19T04:26:24.328Z | stop 5.844194759 |
| 248 | 2026-07-19T04:26:24.331Z | + header 'analyze no_std' |
| 249 | 2026-07-19T04:26:24.332Z | + echo '# ==== analyze no_std ==== #' |
| 250 | 2026-07-19T04:26:24.332Z | # ==== analyze no_std ==== # |
| 251 | 2026-07-19T04:26:24.332Z | + ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings |
| 252 | 2026-07-19T04:26:24.429Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 253 | 2026-07-19T04:26:24.653Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 254 | 2026-07-19T04:26:25.627Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.25s |
| 255 | 2026-07-19T04:26:25.649Z | |
| 256 | 2026-07-19T04:26:25.649Z | real 1.315981220 |
| 257 | 2026-07-19T04:26:25.649Z | user 1.879998196 |
| 258 | 2026-07-19T04:26:25.649Z | sys 0.265392449 |
| 259 | 2026-07-19T04:26:25.649Z | trap 0.000185280 |
| 260 | 2026-07-19T04:26:25.652Z | tflt 0.000096470 |
| 261 | 2026-07-19T04:26:25.652Z | dflt 0.000111190 |
| 262 | 2026-07-19T04:26:25.652Z | kflt 0.000000000 |
| 263 | 2026-07-19T04:26:25.652Z | lock 5.553769618 |
| 264 | 2026-07-19T04:26:25.652Z | slp 5.297101963 |
| 265 | 2026-07-19T04:26:25.652Z | lat 0.002836130 |
| 266 | 2026-07-19T04:26:25.652Z | stop 0.058468426 |
| 267 | 2026-07-19T04:26:25.652Z | + header test |
| 268 | 2026-07-19T04:26:25.652Z | + echo '# ==== test ==== #' |
| 269 | 2026-07-19T04:26:25.652Z | # ==== test ==== # |
| 270 | 2026-07-19T04:26:25.652Z | + ptime -m cargo test |
| 271 | 2026-07-19T04:26:25.779Z | Compiling serde_core v1.0.228 |
| 272 | 2026-07-19T04:26:25.779Z | Compiling byteorder v1.5.0 |
| 273 | 2026-07-19T04:26:25.783Z | Compiling stable_deref_trait v1.2.1 |
| 274 | 2026-07-19T04:26:25.800Z | Compiling bitflags v2.13.0 |
| 275 | 2026-07-19T04:26:25.803Z | Compiling thiserror v2.0.18 |
| 276 | 2026-07-19T04:26:25.803Z | Compiling zerocopy v0.8.52 |
| 277 | 2026-07-19T04:26:25.803Z | Compiling macaddr v1.0.1 |
| 278 | 2026-07-19T04:26:25.808Z | Compiling bitflags v1.3.2 |
| 279 | 2026-07-19T04:26:25.853Z | Compiling managed v0.8.0 |
| 280 | 2026-07-19T04:26:25.857Z | Compiling cobs v0.3.0 |
| 281 | 2026-07-19T04:26:25.888Z | Compiling cfg-if v1.0.4 |
| 282 | 2026-07-19T04:26:25.945Z | Compiling hash32 v0.3.1 |
| 283 | 2026-07-19T04:26:25.959Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 284 | 2026-07-19T04:26:26.037Z | Compiling heapless v0.8.0 |
| 285 | 2026-07-19T04:26:26.064Z | Compiling ipnetwork v0.21.1 |
| 286 | 2026-07-19T04:26:26.383Z | Compiling smoltcp v0.11.0 |
| 287 | 2026-07-19T04:26:27.303Z | Compiling serde v1.0.228 |
| 288 | 2026-07-19T04:26:27.760Z | Compiling postcard v1.1.3 |
| 289 | 2026-07-19T04:26:28.423Z | Compiling ingot-types v0.1.2 |
| 290 | 2026-07-19T04:26:28.699Z | Compiling ingot v0.1.1 |
| 291 | 2026-07-19T04:26:30.073Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 292 | 2026-07-19T04:26:31.940Z | Finished `test` profile [optimized + debuginfo] target(s) in 6.28s |
| 293 | 2026-07-19T04:26:31.949Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-b2ff7fa4e724512b) |
| 294 | 2026-07-19T04:26:31.952Z | |
| 295 | 2026-07-19T04:26:31.952Z | running 25 tests |
| 296 | 2026-07-19T04:26:31.952Z | test encap::test::good_vni ... ok |
| 297 | 2026-07-19T04:26:31.952Z | test ip::test::bad_cidr ... ok |
| 298 | 2026-07-19T04:26:31.952Z | test dns::tests::test_domain_name ... ok |
| 299 | 2026-07-19T04:26:31.952Z | test encap::test::bad_vni ... ok |
| 300 | 2026-07-19T04:26:31.952Z | test ip::test::dhcp_fqdn ... ok |
| 301 | 2026-07-19T04:26:31.952Z | test encap::test::vni_round_trip ... ok |
| 302 | 2026-07-19T04:26:31.952Z | test ip::test::good_cidr ... ok |
| 303 | 2026-07-19T04:26:31.952Z | test ip::test::bad_prefix_len ... ok |
| 304 | 2026-07-19T04:26:31.952Z | test ip::test::ipv4_addr_bad ... ok |
| 305 | 2026-07-19T04:26:31.952Z | test ip::test::ipv4_addr_good ... ok |
| 306 | 2026-07-19T04:26:31.952Z | test ip::test::ipv4_mask ... ok |
| 307 | 2026-07-19T04:26:31.952Z | test ip::test::ipv6_cidr_is_member ... ok |
| 308 | 2026-07-19T04:26:31.952Z | test ip::test::ipv6_is_default ... ok |
| 309 | 2026-07-19T04:26:31.952Z | test ip::test::ipv6_mask ... ok |
| 310 | 2026-07-19T04:26:31.952Z | test ip::test::ipv6_prefix_len ... ok |
| 311 | 2026-07-19T04:26:31.953Z | test ip::test::test_ip_addr_from_str ... ok |
| 312 | 2026-07-19T04:26:31.953Z | test ip::test::test_ip_cidr_from_str ... ok |
| 313 | 2026-07-19T04:26:31.953Z | test ip::test::test_ipv4_multicast_mac ... ok |
| 314 | 2026-07-19T04:26:31.953Z | test ip::test::test_ipv6_admin_scoped_multicast ... ok |
| 315 | 2026-07-19T04:26:31.953Z | test ip::test::test_ipv6_from_const ... ok |
| 316 | 2026-07-19T04:26:31.953Z | test ip::test::test_ipv6_from_eui64 ... ok |
| 317 | 2026-07-19T04:26:31.953Z | test ip::test::test_ipv6_multicast_mac ... ok |
| 318 | 2026-07-19T04:26:31.953Z | test ip::test::test_ipv6_solicited_node_multicast ... ok |
| 319 | 2026-07-19T04:26:31.953Z | test ip::test::test_ipv6_is_multicast ... ok |
| 320 | 2026-07-19T04:26:31.953Z | test ip::test::test_multicast_underlay_serde ... ok |
| 321 | 2026-07-19T04:26:31.953Z | |
| 322 | 2026-07-19T04:26:31.953Z | test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 323 | 2026-07-19T04:26:31.953Z | |
| 324 | 2026-07-19T04:26:31.953Z | Doc-tests opte_api |
| 325 | 2026-07-19T04:26:32.548Z | |
| 326 | 2026-07-19T04:26:32.548Z | running 1 test |
| 327 | 2026-07-19T04:26:32.551Z | test crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok |
| 328 | 2026-07-19T04:26:32.551Z | |
| 329 | 2026-07-19T04:26:32.551Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 330 | 2026-07-19T04:26:32.551Z | |
| 331 | 2026-07-19T04:26:32.551Z | all doctests ran in 0.44s; merged doctests compilation took 0.44s |
| 332 | 2026-07-19T04:26:32.571Z | |
| 333 | 2026-07-19T04:26:32.571Z | real 6.914045206 |
| 334 | 2026-07-19T04:26:32.571Z | user 17.291977949 |
| 335 | 2026-07-19T04:26:32.571Z | sys 2.059332743 |
| 336 | 2026-07-19T04:26:32.571Z | trap 0.004900721 |
| 337 | 2026-07-19T04:26:32.571Z | tflt 0.233515672 |
| 338 | 2026-07-19T04:26:32.571Z | dflt 0.173272948 |
| 339 | 2026-07-19T04:26:32.571Z | kflt 0.000005700 |
| 340 | 2026-07-19T04:26:32.575Z | lock 1:02.835980155 |
| 341 | 2026-07-19T04:26:32.575Z | slp 32.465836131 |
| 342 | 2026-07-19T04:26:32.575Z | lat 0.680308117 |
| 343 | 2026-07-19T04:26:32.575Z | stop 0.623010015 |
| 344 | 2026-07-19T04:26:32.575Z | process exited: duration 37293 ms, exit code 0 |
| |
| 345 | 2026-07-19T04:26:32.582Z | found 0 output files |