|
|
|
| 1 | 2026-07-26T04:23:10.670Z | job assigned to worker 01KYEAHP82GRQTRCJX293TJDD7 [factory aws, i-01680b89eb543738a] (queued for 53 s) |
| |
| 2 | 2026-07-26T04:23:16.838Z | starting task 0: "setup" |
| 3 | 2026-07-26T04:23:16.845Z | ++ uname -s |
| 4 | 2026-07-26T04:23:16.848Z | + kern=SunOS |
| 5 | 2026-07-26T04:23:16.848Z | + build_user=build |
| 6 | 2026-07-26T04:23:16.848Z | + build_uid=12345 |
| 7 | 2026-07-26T04:23:16.848Z | + work_dir=/work |
| 8 | 2026-07-26T04:23:16.848Z | + input_dir=/input |
| 9 | 2026-07-26T04:23:16.848Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-26T04:23:16.848Z | + case "$kern" in |
| 11 | 2026-07-26T04:23:16.848Z | + groupadd -g 12345 build |
| 12 | 2026-07-26T04:23:16.848Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-26T04:23:18.855Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-26T04:23:18.951Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-26T04:23:18.954Z | + home_fs=zfs |
| 16 | 2026-07-26T04:23:18.954Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-26T04:23:18.954Z | + mkdir -p /home/build |
| 18 | 2026-07-26T04:23:18.954Z | + chown build:build /home/build /work |
| 19 | 2026-07-26T04:23:20.955Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-26T04:23:20.958Z | process exited: duration 4117 ms, exit code 0 |
| |
| 21 | 2026-07-26T04:23:20.964Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-26T04:23:20.967Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-26T04:23:20.967Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-07-26T04:23:20.967Z | * rust toolchain profile = "default" |
| 25 | 2026-07-26T04:23:20.967Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-26T04:23:20.967Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-26T04:23:20.967Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-26T04:23:20.970Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-26T04:23:20.970Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-26T04:23:21.072Z | info: downloading installer |
| 31 | 2026-07-26T04:23:22.464Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-26T04:23:22.464Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-26T04:23:22.464Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-26T04:23:22.464Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-26T04:23:22.476Z | info: profile set to default |
| 36 | 2026-07-26T04:23:22.476Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-26T04:23:22.479Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-26T04:23:22.615Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-26T04:23:22.618Z | info: downloading 6 components |
| 40 | 2026-07-26T04:23:37.918Z | |
| 41 | 2026-07-26T04:23:37.918Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 42 | 2026-07-26T04:23:37.924Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-26T04:23:37.924Z | |
| 44 | 2026-07-26T04:23:37.924Z | |
| 45 | 2026-07-26T04:23:37.924Z | Rust is installed now. Great! |
| 46 | 2026-07-26T04:23:37.924Z | |
| 47 | 2026-07-26T04:23:37.924Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-26T04:23:37.924Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-26T04:23:37.924Z | |
| 50 | 2026-07-26T04:23:37.924Z | To configure your current shell, you need to source |
| 51 | 2026-07-26T04:23:37.924Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-26T04:23:37.924Z | |
| 53 | 2026-07-26T04:23:37.924Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-26T04:23:37.924Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-26T04:23:37.924Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-26T04:23:37.924Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-26T04:23:37.924Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-26T04:23:37.924Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-26T04:23:37.924Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-26T04:23:37.924Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-26T04:23:37.924Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-26T04:23:38.024Z | + rustup --version |
| 63 | 2026-07-26T04:23:38.039Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-26T04:23:38.044Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-26T04:23:38.063Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-26T04:23:38.076Z | + cargo --version |
| 67 | 2026-07-26T04:23:38.086Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-26T04:23:38.086Z | + rustc --version |
| 69 | 2026-07-26T04:23:38.103Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-26T04:23:38.107Z | process exited: duration 17136 ms, exit code 0 |
| |
| 71 | 2026-07-26T04:23:38.116Z | starting task 2: "authentication" |
| 72 | 2026-07-26T04:23:38.137Z | process exited: duration 22 ms, exit code 0 |
| |
| 73 | 2026-07-26T04:23:38.147Z | starting task 3: "clone repository" |
| 74 | 2026-07-26T04:23:38.152Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-26T04:23:38.153Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-26T04:23:38.199Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-26T04:23:39.366Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-26T04:23:39.366Z | + git fetch origin 26ac5f55ecbc3bb90377d878a5b1b42e197b1e0d |
| 79 | 2026-07-26T04:23:39.748Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-26T04:23:39.748Z | * branch 26ac5f55ecbc3bb90377d878a5b1b42e197b1e0d -> FETCH_HEAD |
| 81 | 2026-07-26T04:23:39.754Z | + [[ -n renovate/ctor-0.x ]] |
| 82 | 2026-07-26T04:23:39.762Z | ++ git branch --show-current |
| 83 | 2026-07-26T04:23:39.762Z | + current=master |
| 84 | 2026-07-26T04:23:39.763Z | + [[ master != renovate/ctor-0.x ]] |
| 85 | 2026-07-26T04:23:39.763Z | + git branch -f renovate/ctor-0.x 26ac5f55ecbc3bb90377d878a5b1b42e197b1e0d |
| 86 | 2026-07-26T04:23:39.763Z | + git checkout -f renovate/ctor-0.x |
| 87 | 2026-07-26T04:23:39.774Z | Switched to branch 'renovate/ctor-0.x' |
| 88 | 2026-07-26T04:23:39.779Z | + git reset --hard 26ac5f55ecbc3bb90377d878a5b1b42e197b1e0d |
| 89 | 2026-07-26T04:23:39.791Z | HEAD is now at 26ac5f5 Update Rust crate ctor to 0.13 |
| 90 | 2026-07-26T04:23:39.798Z | process exited: duration 1645 ms, exit code 0 |
| |
| 91 | 2026-07-26T04:23:39.807Z | starting task 4: "build" |
| 92 | 2026-07-26T04:23:39.813Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-26T04:23:39.814Z | ++ rustup show active-toolchain |
| 94 | 2026-07-26T04:23:39.818Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-26T04:23:39.818Z | ++ pushd xde |
| 96 | 2026-07-26T04:23:39.818Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-26T04:23:39.819Z | ++ rustup show active-toolchain |
| 98 | 2026-07-26T04:23:39.824Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 99 | 2026-07-26T04:23:39.978Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 100 | 2026-07-26T04:23:39.987Z | info: downloading 6 components |
| 101 | 2026-07-26T04:23:56.667Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-26T04:23:56.753Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-26T04:23:56.759Z | +++ head -n 1 |
| 104 | 2026-07-26T04:23:56.759Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-26T04:23:56.812Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 106 | 2026-07-26T04:23:56.812Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-07-26T04:23:56.812Z | ++ popd |
| 108 | 2026-07-26T04:23:56.818Z | /work/oxidecomputer/opte |
| 109 | 2026-07-26T04:23:56.818Z | + cargo --version |
| 110 | 2026-07-26T04:23:56.821Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 111 | 2026-07-26T04:23:56.822Z | + rustc --version |
| 112 | 2026-07-26T04:23:56.868Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 113 | 2026-07-26T04:23:56.868Z | + cd crates/opte-api |
| 114 | 2026-07-26T04:23:56.868Z | + header 'check API_VERSION' |
| 115 | 2026-07-26T04:23:56.868Z | + echo '# ==== check API_VERSION ==== #' |
| 116 | 2026-07-26T04:23:56.868Z | # ==== check API_VERSION ==== # |
| 117 | 2026-07-26T04:23:56.869Z | + ./check-api-version.sh |
| 118 | 2026-07-26T04:23:56.880Z | + header 'check style' |
| 119 | 2026-07-26T04:23:56.880Z | + echo '# ==== check style ==== #' |
| 120 | 2026-07-26T04:23:56.880Z | # ==== check style ==== # |
| 121 | 2026-07-26T04:23:56.880Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 122 | 2026-07-26T04:23:56.934Z | |
| 123 | 2026-07-26T04:23:56.934Z | real 0.077456747 |
| 124 | 2026-07-26T04:23:56.951Z | user 0.044531512 |
| 125 | 2026-07-26T04:23:56.951Z | sys 0.029543860 |
| 126 | 2026-07-26T04:23:56.951Z | trap 0.000004780 |
| 127 | 2026-07-26T04:23:56.951Z | tflt 0.000033270 |
| 128 | 2026-07-26T04:23:56.951Z | dflt 0.000021070 |
| 129 | 2026-07-26T04:23:56.951Z | kflt 0.000000000 |
| 130 | 2026-07-26T04:23:56.951Z | lock 0.030982604 |
| 131 | 2026-07-26T04:23:56.951Z | slp 0.057733891 |
| 132 | 2026-07-26T04:23:56.951Z | lat 0.000649570 |
| 133 | 2026-07-26T04:23:56.951Z | stop 0.000095560 |
| 134 | 2026-07-26T04:23:56.951Z | + header 'analyze std' |
| 135 | 2026-07-26T04:23:56.951Z | + echo '# ==== analyze std ==== #' |
| 136 | 2026-07-26T04:23:56.951Z | # ==== analyze std ==== # |
| 137 | 2026-07-26T04:23:56.951Z | + ptime -m cargo clippy --all-targets |
| 138 | 2026-07-26T04:23:57.083Z | Updating crates.io index |
| 139 | 2026-07-26T04:23:57.138Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 140 | 2026-07-26T04:23:58.036Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 141 | 2026-07-26T04:23:58.257Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 142 | 2026-07-26T04:23:58.493Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 143 | 2026-07-26T04:23:58.839Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 144 | 2026-07-26T04:23:59.066Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 145 | 2026-07-26T04:23:59.618Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 146 | 2026-07-26T04:24:01.072Z | Downloading crates ... |
| 147 | 2026-07-26T04:24:01.165Z | Downloaded darling_macro v0.23.0 |
| 148 | 2026-07-26T04:24:01.167Z | Downloaded proc-macro2 v1.0.106 |
| 149 | 2026-07-26T04:24:01.171Z | Downloaded serde_core v1.0.228 |
| 150 | 2026-07-26T04:24:01.175Z | Downloaded unicode-ident v1.0.24 |
| 151 | 2026-07-26T04:24:01.181Z | Downloaded ident_case v1.0.1 |
| 152 | 2026-07-26T04:24:01.187Z | Downloaded embedded-io v0.4.0 |
| 153 | 2026-07-26T04:24:01.191Z | Downloaded macaddr v1.0.1 |
| 154 | 2026-07-26T04:24:01.195Z | Downloaded defmt-parser v1.0.0 |
| 155 | 2026-07-26T04:24:01.198Z | Downloaded defmt v0.3.100 |
| 156 | 2026-07-26T04:24:01.203Z | Downloaded cfg-if v1.0.4 |
| 157 | 2026-07-26T04:24:01.206Z | Downloaded managed v0.8.0 |
| 158 | 2026-07-26T04:24:01.208Z | Downloaded either v1.16.0 |
| 159 | 2026-07-26T04:24:01.212Z | Downloaded cobs v0.3.0 |
| 160 | 2026-07-26T04:24:01.214Z | Downloaded strsim v0.11.1 |
| 161 | 2026-07-26T04:24:01.217Z | Downloaded hash32 v0.3.1 |
| 162 | 2026-07-26T04:24:01.221Z | Downloaded stable_deref_trait v1.2.1 |
| 163 | 2026-07-26T04:24:01.227Z | Downloaded ipnetwork v0.21.1 |
| 164 | 2026-07-26T04:24:01.229Z | Downloaded bitflags v1.3.2 |
| 165 | 2026-07-26T04:24:01.229Z | Downloaded byteorder v1.5.0 |
| 166 | 2026-07-26T04:24:01.232Z | Downloaded defmt-macros v1.1.1 |
| 167 | 2026-07-26T04:24:01.233Z | Downloaded embedded-io v0.6.1 |
| 168 | 2026-07-26T04:24:01.233Z | Downloaded ingot v0.2.0 |
| 169 | 2026-07-26T04:24:01.243Z | Downloaded thiserror-impl v2.0.18 |
| 170 | 2026-07-26T04:24:01.246Z | Downloaded quote v1.0.46 |
| 171 | 2026-07-26T04:24:01.256Z | Downloaded postcard v1.1.3 |
| 172 | 2026-07-26T04:24:01.263Z | Downloaded defmt v1.1.1 |
| 173 | 2026-07-26T04:24:01.266Z | Downloaded thiserror v2.0.18 |
| 174 | 2026-07-26T04:24:01.269Z | Downloaded darling v0.23.0 |
| 175 | 2026-07-26T04:24:01.272Z | Downloaded ingot-macros v0.2.0 |
| 176 | 2026-07-26T04:24:01.272Z | Downloaded ingot-types v0.2.0 |
| 177 | 2026-07-26T04:24:01.279Z | Downloaded bitflags v2.13.0 |
| 178 | 2026-07-26T04:24:01.282Z | Downloaded serde_derive v1.0.228 |
| 179 | 2026-07-26T04:24:01.295Z | Downloaded darling_core v0.23.0 |
| 180 | 2026-07-26T04:24:01.297Z | Downloaded heapless v0.8.0 |
| 181 | 2026-07-26T04:24:01.332Z | Downloaded serde v1.0.228 |
| 182 | 2026-07-26T04:24:01.450Z | Downloaded zerocopy-derive v0.8.54 |
| 183 | 2026-07-26T04:24:01.450Z | Downloaded memchr v2.8.3 |
| 184 | 2026-07-26T04:24:01.490Z | Downloaded regex v1.13.0 |
| 185 | 2026-07-26T04:24:01.490Z | Downloaded itertools v0.15.0 |
| 186 | 2026-07-26T04:24:01.490Z | Downloaded aho-corasick v1.1.4 |
| 187 | 2026-07-26T04:24:01.490Z | Downloaded zerocopy v0.8.54 |
| 188 | 2026-07-26T04:24:01.490Z | Downloaded syn v2.0.118 |
| 189 | 2026-07-26T04:24:01.490Z | Downloaded smoltcp v0.11.0 |
| 190 | 2026-07-26T04:24:01.490Z | Downloaded regex-syntax v0.8.11 |
| 191 | 2026-07-26T04:24:01.490Z | Downloaded regex-automata v0.4.15 |
| 192 | 2026-07-26T04:24:01.500Z | Compiling proc-macro2 v1.0.106 |
| 193 | 2026-07-26T04:24:01.500Z | Compiling unicode-ident v1.0.24 |
| 194 | 2026-07-26T04:24:01.500Z | Compiling quote v1.0.46 |
| 195 | 2026-07-26T04:24:01.500Z | Compiling memchr v2.8.3 |
| 196 | 2026-07-26T04:24:01.500Z | Compiling ident_case v1.0.1 |
| 197 | 2026-07-26T04:24:01.500Z | Compiling strsim v0.11.1 |
| 198 | 2026-07-26T04:24:01.500Z | Compiling regex-syntax v0.8.11 |
| 199 | 2026-07-26T04:24:01.500Z | Compiling serde_core v1.0.228 |
| 200 | 2026-07-26T04:24:01.670Z | Compiling thiserror v2.0.18 |
| 201 | 2026-07-26T04:24:02.737Z | Compiling either v1.16.0 |
| 202 | 2026-07-26T04:24:02.738Z | Compiling zerocopy v0.8.54 |
| 203 | 2026-07-26T04:24:02.833Z | Compiling serde v1.0.228 |
| 204 | 2026-07-26T04:24:02.833Z | Compiling aho-corasick v1.1.4 |
| 205 | 2026-07-26T04:24:02.833Z | Compiling itertools v0.15.0 |
| 206 | 2026-07-26T04:24:02.833Z | Compiling heapless v0.8.0 |
| 207 | 2026-07-26T04:24:02.833Z | Checking byteorder v1.5.0 |
| 208 | 2026-07-26T04:24:02.833Z | Compiling smoltcp v0.11.0 |
| 209 | 2026-07-26T04:24:02.833Z | Checking hash32 v0.3.1 |
| 210 | 2026-07-26T04:24:02.833Z | Checking bitflags v2.13.0 |
| 211 | 2026-07-26T04:24:02.833Z | Checking macaddr v1.0.1 |
| 212 | 2026-07-26T04:24:02.833Z | Checking stable_deref_trait v1.2.1 |
| 213 | 2026-07-26T04:24:02.833Z | Compiling syn v2.0.118 |
| 214 | 2026-07-26T04:24:02.833Z | Checking bitflags v1.3.2 |
| 215 | 2026-07-26T04:24:02.846Z | Checking managed v0.8.0 |
| 216 | 2026-07-26T04:24:02.846Z | Checking cfg-if v1.0.4 |
| 217 | 2026-07-26T04:24:02.869Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 218 | 2026-07-26T04:24:02.981Z | Compiling regex-automata v0.4.15 |
| 219 | 2026-07-26T04:24:03.156Z | Checking ipnetwork v0.21.1 |
| 220 | 2026-07-26T04:24:04.465Z | Compiling regex v1.13.0 |
| 221 | 2026-07-26T04:24:04.897Z | Compiling darling_core v0.23.0 |
| 222 | 2026-07-26T04:24:05.226Z | Compiling zerocopy-derive v0.8.54 |
| 223 | 2026-07-26T04:24:05.226Z | Compiling thiserror-impl v2.0.18 |
| 224 | 2026-07-26T04:24:05.230Z | Compiling serde_derive v1.0.228 |
| 225 | 2026-07-26T04:24:06.215Z | Checking cobs v0.3.0 |
| 226 | 2026-07-26T04:24:06.294Z | Compiling darling_macro v0.23.0 |
| 227 | 2026-07-26T04:24:06.799Z | Compiling darling v0.23.0 |
| 228 | 2026-07-26T04:24:06.854Z | Compiling ingot-macros v0.2.0 |
| 229 | 2026-07-26T04:24:07.487Z | Checking postcard v1.1.3 |
| 230 | 2026-07-26T04:24:09.107Z | Checking ingot-types v0.2.0 |
| 231 | 2026-07-26T04:24:09.117Z | Checking ingot v0.2.0 |
| 232 | 2026-07-26T04:24:10.342Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 233 | 2026-07-26T04:24:11.356Z | Finished `dev` profile [optimized + debuginfo] target(s) in 14.37s |
| 234 | 2026-07-26T04:24:11.446Z | |
| 235 | 2026-07-26T04:24:11.447Z | real 14.507722437 |
| 236 | 2026-07-26T04:24:11.447Z | user 30.575985167 |
| 237 | 2026-07-26T04:24:11.447Z | sys 5.896877563 |
| 238 | 2026-07-26T04:24:11.447Z | trap 0.014078160 |
| 239 | 2026-07-26T04:24:11.447Z | tflt 0.070296343 |
| 240 | 2026-07-26T04:24:11.447Z | dflt 0.270204424 |
| 241 | 2026-07-26T04:24:11.447Z | kflt 0.005326633 |
| 242 | 2026-07-26T04:24:11.447Z | lock 2:10.842063277 |
| 243 | 2026-07-26T04:24:11.447Z | slp 1:31.670462915 |
| 244 | 2026-07-26T04:24:11.447Z | lat 1.052060585 |
| 245 | 2026-07-26T04:24:11.447Z | stop 6.032048160 |
| 246 | 2026-07-26T04:24:11.453Z | + header 'analyze no_std' |
| 247 | 2026-07-26T04:24:11.453Z | + echo '# ==== analyze no_std ==== #' |
| 248 | 2026-07-26T04:24:11.453Z | # ==== analyze no_std ==== # |
| 249 | 2026-07-26T04:24:11.453Z | + ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings |
| 250 | 2026-07-26T04:24:11.549Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 251 | 2026-07-26T04:24:11.781Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 252 | 2026-07-26T04:24:12.737Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.24s |
| 253 | 2026-07-26T04:24:12.777Z | |
| 254 | 2026-07-26T04:24:12.787Z | real 1.302177651 |
| 255 | 2026-07-26T04:24:12.787Z | user 1.865581491 |
| 256 | 2026-07-26T04:24:12.787Z | sys 0.259559438 |
| 257 | 2026-07-26T04:24:12.787Z | trap 0.000158590 |
| 258 | 2026-07-26T04:24:12.788Z | tflt 0.000053690 |
| 259 | 2026-07-26T04:24:12.788Z | dflt 0.000068030 |
| 260 | 2026-07-26T04:24:12.788Z | kflt 0.000000000 |
| 261 | 2026-07-26T04:24:12.788Z | lock 5.497157240 |
| 262 | 2026-07-26T04:24:12.788Z | slp 5.247836431 |
| 263 | 2026-07-26T04:24:12.788Z | lat 0.002515850 |
| 264 | 2026-07-26T04:24:12.788Z | stop 0.058192713 |
| 265 | 2026-07-26T04:24:12.788Z | + header test |
| 266 | 2026-07-26T04:24:12.788Z | + echo '# ==== test ==== #' |
| 267 | 2026-07-26T04:24:12.788Z | + ptime -m cargo test |
| 268 | 2026-07-26T04:24:12.788Z | # ==== test ==== # |
| 269 | 2026-07-26T04:24:12.893Z | Compiling serde_core v1.0.228 |
| 270 | 2026-07-26T04:24:12.893Z | Compiling byteorder v1.5.0 |
| 271 | 2026-07-26T04:24:12.908Z | Compiling stable_deref_trait v1.2.1 |
| 272 | 2026-07-26T04:24:12.908Z | Compiling bitflags v2.13.0 |
| 273 | 2026-07-26T04:24:12.919Z | Compiling thiserror v2.0.18 |
| 274 | 2026-07-26T04:24:12.920Z | Compiling zerocopy v0.8.54 |
| 275 | 2026-07-26T04:24:12.920Z | Compiling macaddr v1.0.1 |
| 276 | 2026-07-26T04:24:12.920Z | Compiling bitflags v1.3.2 |
| 277 | 2026-07-26T04:24:12.957Z | Compiling cobs v0.3.0 |
| 278 | 2026-07-26T04:24:12.964Z | Compiling cfg-if v1.0.4 |
| 279 | 2026-07-26T04:24:12.991Z | Compiling managed v0.8.0 |
| 280 | 2026-07-26T04:24:13.011Z | Compiling ipnetwork v0.21.1 |
| 281 | 2026-07-26T04:24:13.076Z | Compiling hash32 v0.3.1 |
| 282 | 2026-07-26T04:24:13.137Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 283 | 2026-07-26T04:24:13.196Z | Compiling heapless v0.8.0 |
| 284 | 2026-07-26T04:24:13.550Z | Compiling smoltcp v0.11.0 |
| 285 | 2026-07-26T04:24:14.403Z | Compiling serde v1.0.228 |
| 286 | 2026-07-26T04:24:14.862Z | Compiling postcard v1.1.3 |
| 287 | 2026-07-26T04:24:15.533Z | Compiling ingot-types v0.2.0 |
| 288 | 2026-07-26T04:24:15.877Z | Compiling ingot v0.2.0 |
| 289 | 2026-07-26T04:24:17.421Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 290 | 2026-07-26T04:24:19.036Z | Finished `test` profile [optimized + debuginfo] target(s) in 6.27s |
| 291 | 2026-07-26T04:24:19.045Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-9f483c1680cf0acc) |
| 292 | 2026-07-26T04:24:19.049Z | |
| 293 | 2026-07-26T04:24:19.049Z | running 25 tests |
| 294 | 2026-07-26T04:24:19.049Z | test encap::test::vni_round_trip ... ok |
| 295 | 2026-07-26T04:24:19.049Z | test encap::test::good_vni ... ok |
| 296 | 2026-07-26T04:24:19.049Z | test ip::test::bad_cidr ... ok |
| 297 | 2026-07-26T04:24:19.049Z | test dns::tests::test_domain_name ... ok |
| 298 | 2026-07-26T04:24:19.049Z | test encap::test::bad_vni ... ok |
| 299 | 2026-07-26T04:24:19.049Z | test ip::test::bad_prefix_len ... ok |
| 300 | 2026-07-26T04:24:19.049Z | test ip::test::dhcp_fqdn ... ok |
| 301 | 2026-07-26T04:24:19.049Z | test ip::test::good_cidr ... ok |
| 302 | 2026-07-26T04:24:19.049Z | test ip::test::ipv4_addr_bad ... ok |
| 303 | 2026-07-26T04:24:19.049Z | test ip::test::ipv4_addr_good ... ok |
| 304 | 2026-07-26T04:24:19.049Z | test ip::test::ipv4_mask ... ok |
| 305 | 2026-07-26T04:24:19.049Z | test ip::test::ipv6_cidr_is_member ... ok |
| 306 | 2026-07-26T04:24:19.049Z | test ip::test::ipv6_is_default ... ok |
| 307 | 2026-07-26T04:24:19.049Z | test ip::test::ipv6_mask ... ok |
| 308 | 2026-07-26T04:24:19.049Z | test ip::test::ipv6_prefix_len ... ok |
| 309 | 2026-07-26T04:24:19.049Z | test ip::test::test_ip_addr_from_str ... ok |
| 310 | 2026-07-26T04:24:19.049Z | test ip::test::test_ip_cidr_from_str ... ok |
| 311 | 2026-07-26T04:24:19.049Z | test ip::test::test_ipv4_multicast_mac ... ok |
| 312 | 2026-07-26T04:24:19.049Z | test ip::test::test_ipv6_admin_scoped_multicast ... ok |
| 313 | 2026-07-26T04:24:19.049Z | test ip::test::test_ipv6_from_const ... ok |
| 314 | 2026-07-26T04:24:19.049Z | test ip::test::test_ipv6_from_eui64 ... ok |
| 315 | 2026-07-26T04:24:19.049Z | test ip::test::test_ipv6_is_multicast ... ok |
| 316 | 2026-07-26T04:24:19.049Z | test ip::test::test_ipv6_multicast_mac ... ok |
| 317 | 2026-07-26T04:24:19.049Z | test ip::test::test_ipv6_solicited_node_multicast ... ok |
| 318 | 2026-07-26T04:24:19.049Z | test ip::test::test_multicast_underlay_serde ... ok |
| 319 | 2026-07-26T04:24:19.050Z | |
| 320 | 2026-07-26T04:24:19.050Z | test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 321 | 2026-07-26T04:24:19.050Z | |
| 322 | 2026-07-26T04:24:19.053Z | Doc-tests opte_api |
| 323 | 2026-07-26T04:24:19.652Z | |
| 324 | 2026-07-26T04:24:19.652Z | running 1 test |
| 325 | 2026-07-26T04:24:19.665Z | test crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok |
| 326 | 2026-07-26T04:24:19.665Z | |
| 327 | 2026-07-26T04:24:19.665Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 328 | 2026-07-26T04:24:19.665Z | |
| 329 | 2026-07-26T04:24:19.665Z | all doctests ran in 0.43s; merged doctests compilation took 0.43s |
| 330 | 2026-07-26T04:24:19.666Z | |
| 331 | 2026-07-26T04:24:19.666Z | real 6.895393183 |
| 332 | 2026-07-26T04:24:19.666Z | user 17.175012910 |
| 333 | 2026-07-26T04:24:19.666Z | sys 2.049531768 |
| 334 | 2026-07-26T04:24:19.666Z | trap 0.003867940 |
| 335 | 2026-07-26T04:24:19.666Z | tflt 0.099165706 |
| 336 | 2026-07-26T04:24:19.666Z | dflt 0.237916768 |
| 337 | 2026-07-26T04:24:19.666Z | kflt 0.000005520 |
| 338 | 2026-07-26T04:24:19.666Z | lock 1:02.681632484 |
| 339 | 2026-07-26T04:24:19.666Z | slp 32.575777835 |
| 340 | 2026-07-26T04:24:19.666Z | lat 0.297705979 |
| 341 | 2026-07-26T04:24:19.666Z | stop 0.628272834 |
| 342 | 2026-07-26T04:24:19.675Z | process exited: duration 39850 ms, exit code 0 |
| |
| 343 | 2026-07-26T04:24:19.696Z | found 0 output files |