|
|
|
| 1 | 2026-08-25T03:36:51.776Z | job assigned to worker 01M0VFTRSZDCCF7S3NRSMJ1A1K [factory aws, i-090b05b0ccc726672] (queued for 46 s) |
| |
| 2 | 2026-08-25T03:36:58.440Z | starting task 0: "setup" |
| 3 | 2026-08-25T03:36:58.470Z | ++ uname -s |
| 4 | 2026-08-25T03:36:58.470Z | + kern=SunOS |
| 5 | 2026-08-25T03:36:58.470Z | + build_user=build |
| 6 | 2026-08-25T03:36:58.470Z | + build_uid=12345 |
| 7 | 2026-08-25T03:36:58.470Z | + work_dir=/work |
| 8 | 2026-08-25T03:36:58.470Z | + input_dir=/input |
| 9 | 2026-08-25T03:36:58.470Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-25T03:36:58.470Z | + case "$kern" in |
| 11 | 2026-08-25T03:36:58.470Z | + groupadd -g 12345 build |
| 12 | 2026-08-25T03:36:58.470Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-25T03:37:00.511Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-25T03:37:00.639Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-25T03:37:00.705Z | + home_fs=zfs |
| 16 | 2026-08-25T03:37:00.705Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-25T03:37:00.705Z | + mkdir -p /home/build |
| 18 | 2026-08-25T03:37:00.705Z | + chown build:build /home/build /work |
| 19 | 2026-08-25T03:37:03.409Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-25T03:37:03.441Z | process exited: duration 4103 ms, exit code 0 |
| |
| 21 | 2026-08-25T03:37:03.544Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-25T03:37:03.563Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-25T03:37:03.563Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-25T03:37:03.563Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-08-25T03:37:03.563Z | * rust toolchain profile = "default" |
| 26 | 2026-08-25T03:37:03.563Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-25T03:37:03.563Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-25T03:37:03.563Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-25T03:37:03.563Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-25T03:37:03.611Z | info: downloading installer |
| 31 | 2026-08-25T03:37:04.997Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-25T03:37:04.997Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-25T03:37:04.997Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-25T03:37:04.997Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-25T03:37:05.009Z | info: profile set to default |
| 36 | 2026-08-25T03:37:05.009Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-25T03:37:05.014Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-25T03:37:05.152Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-25T03:37:05.163Z | info: downloading 6 components |
| 40 | 2026-08-25T03:37:19.060Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-25T03:37:19.061Z | |
| 42 | 2026-08-25T03:37:19.100Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-25T03:37:19.100Z | |
| 44 | 2026-08-25T03:37:19.118Z | |
| 45 | 2026-08-25T03:37:19.118Z | Rust is installed now. Great! |
| 46 | 2026-08-25T03:37:19.118Z | |
| 47 | 2026-08-25T03:37:19.119Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-25T03:37:19.119Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-25T03:37:19.119Z | |
| 50 | 2026-08-25T03:37:19.119Z | To configure your current shell, you need to source |
| 51 | 2026-08-25T03:37:19.119Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-25T03:37:19.119Z | |
| 53 | 2026-08-25T03:37:19.119Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-25T03:37:19.119Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-25T03:37:19.119Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-25T03:37:19.119Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-25T03:37:19.119Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-25T03:37:19.119Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-25T03:37:19.119Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-25T03:37:19.119Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-25T03:37:19.119Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-25T03:37:19.188Z | + rustup --version |
| 63 | 2026-08-25T03:37:19.202Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-25T03:37:19.202Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-25T03:37:19.218Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-25T03:37:19.230Z | + cargo --version |
| 67 | 2026-08-25T03:37:19.254Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-25T03:37:19.254Z | + rustc --version |
| 69 | 2026-08-25T03:37:19.272Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-25T03:37:19.272Z | process exited: duration 15739 ms, exit code 0 |
| |
| 71 | 2026-08-25T03:37:19.301Z | starting task 2: "authentication" |
| 72 | 2026-08-25T03:37:19.337Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-08-25T03:37:53.709Z | process exited: duration 34415 ms, exit code 0 |
| |
| 74 | 2026-08-25T03:37:53.716Z | starting task 3: "clone repository" |
| 75 | 2026-08-25T03:37:53.721Z | + mkdir -p /work/oxidecomputer/opte |
| 76 | 2026-08-25T03:37:53.726Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 77 | 2026-08-25T03:37:53.754Z | Cloning into '/work/oxidecomputer/opte'... |
| 78 | 2026-08-25T03:37:54.770Z | + cd /work/oxidecomputer/opte |
| 79 | 2026-08-25T03:37:54.770Z | + git fetch origin 9dc4e8db1ad611b0a639b87c033af000e46011db |
| 80 | 2026-08-25T03:37:55.039Z | From https://github.com/oxidecomputer/opte |
| 81 | 2026-08-25T03:37:55.039Z | * branch 9dc4e8db1ad611b0a639b87c033af000e46011db -> FETCH_HEAD |
| 82 | 2026-08-25T03:37:55.052Z | + [[ -n renovate/clap ]] |
| 83 | 2026-08-25T03:37:55.052Z | ++ git branch --show-current |
| 84 | 2026-08-25T03:37:55.052Z | + current=master |
| 85 | 2026-08-25T03:37:55.052Z | + [[ master != renovate/clap ]] |
| 86 | 2026-08-25T03:37:55.052Z | + git branch -f renovate/clap 9dc4e8db1ad611b0a639b87c033af000e46011db |
| 87 | 2026-08-25T03:37:55.068Z | + git checkout -f renovate/clap |
| 88 | 2026-08-25T03:37:55.076Z | Switched to branch 'renovate/clap' |
| 89 | 2026-08-25T03:37:55.077Z | + git reset --hard 9dc4e8db1ad611b0a639b87c033af000e46011db |
| 90 | 2026-08-25T03:37:55.088Z | HEAD is now at 9dc4e8d Update Rust crate clap to v4.6.6 |
| 91 | 2026-08-25T03:37:55.109Z | process exited: duration 1364 ms, exit code 0 |
| |
| 92 | 2026-08-25T03:37:55.148Z | starting task 4: "build" |
| 93 | 2026-08-25T03:37:55.167Z | + source .github/buildomat/common.sh |
| 94 | 2026-08-25T03:37:55.167Z | ++ rustup show active-toolchain |
| 95 | 2026-08-25T03:37:55.167Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 96 | 2026-08-25T03:37:55.167Z | ++ pushd xde |
| 97 | 2026-08-25T03:37:55.168Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 98 | 2026-08-25T03:37:55.168Z | ++ rustup show active-toolchain |
| 99 | 2026-08-25T03:37:55.168Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 100 | 2026-08-25T03:37:55.338Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 101 | 2026-08-25T03:37:55.345Z | info: downloading 6 components |
| 102 | 2026-08-25T03:38:10.358Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 103 | 2026-08-25T03:38:10.394Z | +++ rustup show active-toolchain -v |
| 104 | 2026-08-25T03:38:10.422Z | +++ head -n 1 |
| 105 | 2026-08-25T03:38:10.422Z | +++ cut '-d ' -f1 |
| 106 | 2026-08-25T03:38:10.445Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-08-25T03:38:10.445Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 108 | 2026-08-25T03:38:10.453Z | ++ popd |
| 109 | 2026-08-25T03:38:10.453Z | /work/oxidecomputer/opte |
| 110 | 2026-08-25T03:38:10.453Z | + cargo --version |
| 111 | 2026-08-25T03:38:10.453Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 112 | 2026-08-25T03:38:10.453Z | + rustc --version |
| 113 | 2026-08-25T03:38:10.475Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 114 | 2026-08-25T03:38:10.495Z | + cd crates/opte-api |
| 115 | 2026-08-25T03:38:10.495Z | + header 'check API_VERSION' |
| 116 | 2026-08-25T03:38:10.496Z | + echo '# ==== check API_VERSION ==== #' |
| 117 | 2026-08-25T03:38:10.496Z | # ==== check API_VERSION ==== # |
| 118 | 2026-08-25T03:38:10.496Z | + ./check-api-version.sh |
| 119 | 2026-08-25T03:38:10.496Z | + header 'check style' |
| 120 | 2026-08-25T03:38:10.496Z | + echo '# ==== check style ==== #' |
| 121 | 2026-08-25T03:38:10.496Z | # ==== check style ==== # |
| 122 | 2026-08-25T03:38:10.496Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 123 | 2026-08-25T03:38:10.558Z | |
| 124 | 2026-08-25T03:38:10.558Z | real 0.076041028 |
| 125 | 2026-08-25T03:38:10.558Z | user 0.044894765 |
| 126 | 2026-08-25T03:38:10.558Z | sys 0.028320109 |
| 127 | 2026-08-25T03:38:10.558Z | trap 0.000002630 |
| 128 | 2026-08-25T03:38:10.558Z | tflt 0.000025360 |
| 129 | 2026-08-25T03:38:10.558Z | dflt 0.000034730 |
| 130 | 2026-08-25T03:38:10.558Z | kflt 0.000000000 |
| 131 | 2026-08-25T03:38:10.558Z | lock 0.031301760 |
| 132 | 2026-08-25T03:38:10.558Z | slp 0.056425098 |
| 133 | 2026-08-25T03:38:10.559Z | lat 0.000718920 |
| 134 | 2026-08-25T03:38:10.559Z | stop 0.000086850 |
| 135 | 2026-08-25T03:38:10.583Z | + header 'analyze std' |
| 136 | 2026-08-25T03:38:10.583Z | + echo '# ==== analyze std ==== #' |
| 137 | 2026-08-25T03:38:10.583Z | # ==== analyze std ==== # |
| 138 | 2026-08-25T03:38:10.583Z | + ptime -m cargo clippy --all-targets |
| 139 | 2026-08-25T03:38:10.723Z | Updating crates.io index |
| 140 | 2026-08-25T03:38:10.736Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 141 | 2026-08-25T03:38:11.421Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 142 | 2026-08-25T03:38:12.054Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 143 | 2026-08-25T03:38:12.303Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 144 | 2026-08-25T03:38:12.657Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 145 | 2026-08-25T03:38:12.964Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 146 | 2026-08-25T03:38:13.279Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 147 | 2026-08-25T03:38:15.110Z | Downloading crates ... |
| 148 | 2026-08-25T03:38:15.157Z | Downloaded cobs v0.3.0 |
| 149 | 2026-08-25T03:38:15.167Z | Downloaded ingot-macros v0.2.0 |
| 150 | 2026-08-25T03:38:15.175Z | Downloaded darling_macro v0.23.0 |
| 151 | 2026-08-25T03:38:15.182Z | Downloaded bitflags v2.13.0 |
| 152 | 2026-08-25T03:38:15.186Z | Downloaded embedded-io v0.6.1 |
| 153 | 2026-08-25T03:38:15.244Z | Downloaded cfg-if v1.0.4 |
| 154 | 2026-08-25T03:38:15.280Z | Downloaded managed v0.8.0 |
| 155 | 2026-08-25T03:38:15.280Z | Downloaded defmt v0.3.100 |
| 156 | 2026-08-25T03:38:15.280Z | Downloaded hash32 v0.3.1 |
| 157 | 2026-08-25T03:38:15.280Z | Downloaded macaddr v1.0.1 |
| 158 | 2026-08-25T03:38:15.280Z | Downloaded stable_deref_trait v1.2.1 |
| 159 | 2026-08-25T03:38:15.280Z | Downloaded ipnetwork v0.21.1 |
| 160 | 2026-08-25T03:38:15.280Z | Downloaded byteorder v1.5.0 |
| 161 | 2026-08-25T03:38:15.280Z | Downloaded defmt-parser v1.0.0 |
| 162 | 2026-08-25T03:38:15.280Z | Downloaded strsim v0.11.1 |
| 163 | 2026-08-25T03:38:15.280Z | Downloaded ident_case v1.0.1 |
| 164 | 2026-08-25T03:38:15.280Z | Downloaded embedded-io v0.4.0 |
| 165 | 2026-08-25T03:38:15.280Z | Downloaded either v1.16.0 |
| 166 | 2026-08-25T03:38:15.280Z | Downloaded bitflags v1.3.2 |
| 167 | 2026-08-25T03:38:15.280Z | Downloaded ingot v0.2.0 |
| 168 | 2026-08-25T03:38:15.280Z | Downloaded postcard v1.1.3 |
| 169 | 2026-08-25T03:38:15.313Z | Downloaded unicode-ident v1.0.24 |
| 170 | 2026-08-25T03:38:15.313Z | Downloaded serde_core v1.0.228 |
| 171 | 2026-08-25T03:38:15.313Z | Downloaded thiserror v2.0.18 |
| 172 | 2026-08-25T03:38:15.313Z | Downloaded defmt-macros v1.1.1 |
| 173 | 2026-08-25T03:38:15.313Z | Downloaded quote v1.0.46 |
| 174 | 2026-08-25T03:38:15.313Z | Downloaded ingot-types v0.2.0 |
| 175 | 2026-08-25T03:38:15.313Z | Downloaded defmt v1.1.1 |
| 176 | 2026-08-25T03:38:15.313Z | Downloaded thiserror-impl v2.0.18 |
| 177 | 2026-08-25T03:38:15.313Z | Downloaded serde_derive v1.0.228 |
| 178 | 2026-08-25T03:38:15.313Z | Downloaded proc-macro2 v1.0.106 |
| 179 | 2026-08-25T03:38:15.313Z | Downloaded darling v0.23.0 |
| 180 | 2026-08-25T03:38:15.318Z | Downloaded heapless v0.8.0 |
| 181 | 2026-08-25T03:38:15.318Z | Downloaded darling_core v0.23.0 |
| 182 | 2026-08-25T03:38:15.318Z | Downloaded serde v1.0.228 |
| 183 | 2026-08-25T03:38:15.324Z | Downloaded memchr v2.8.3 |
| 184 | 2026-08-25T03:38:15.334Z | Downloaded zerocopy-derive v0.8.54 |
| 185 | 2026-08-25T03:38:15.334Z | Downloaded aho-corasick v1.1.4 |
| 186 | 2026-08-25T03:38:15.352Z | Downloaded smoltcp v0.11.0 |
| 187 | 2026-08-25T03:38:15.355Z | Downloaded regex v1.13.0 |
| 188 | 2026-08-25T03:38:15.362Z | Downloaded itertools v0.15.0 |
| 189 | 2026-08-25T03:38:15.387Z | Downloaded zerocopy v0.8.54 |
| 190 | 2026-08-25T03:38:15.406Z | Downloaded syn v2.0.118 |
| 191 | 2026-08-25T03:38:15.421Z | Downloaded regex-syntax v0.8.11 |
| 192 | 2026-08-25T03:38:15.425Z | Downloaded regex-automata v0.4.15 |
| 193 | 2026-08-25T03:38:15.455Z | Compiling proc-macro2 v1.0.106 |
| 194 | 2026-08-25T03:38:15.455Z | Compiling quote v1.0.46 |
| 195 | 2026-08-25T03:38:15.459Z | Compiling unicode-ident v1.0.24 |
| 196 | 2026-08-25T03:38:15.459Z | Compiling ident_case v1.0.1 |
| 197 | 2026-08-25T03:38:15.459Z | Compiling strsim v0.11.1 |
| 198 | 2026-08-25T03:38:15.459Z | Compiling memchr v2.8.3 |
| 199 | 2026-08-25T03:38:15.459Z | Compiling serde_core v1.0.228 |
| 200 | 2026-08-25T03:38:15.460Z | Compiling regex-syntax v0.8.11 |
| 201 | 2026-08-25T03:38:15.647Z | Compiling zerocopy v0.8.54 |
| 202 | 2026-08-25T03:38:15.652Z | Compiling thiserror v2.0.18 |
| 203 | 2026-08-25T03:38:15.811Z | Compiling serde v1.0.228 |
| 204 | 2026-08-25T03:38:15.889Z | Compiling either v1.16.0 |
| 205 | 2026-08-25T03:38:15.966Z | Compiling aho-corasick v1.1.4 |
| 206 | 2026-08-25T03:38:16.110Z | Compiling itertools v0.15.0 |
| 207 | 2026-08-25T03:38:16.129Z | Checking byteorder v1.5.0 |
| 208 | 2026-08-25T03:38:16.150Z | Compiling heapless v0.8.0 |
| 209 | 2026-08-25T03:38:16.227Z | Compiling smoltcp v0.11.0 |
| 210 | 2026-08-25T03:38:16.240Z | Checking hash32 v0.3.1 |
| 211 | 2026-08-25T03:38:16.353Z | Checking macaddr v1.0.1 |
| 212 | 2026-08-25T03:38:16.487Z | Checking stable_deref_trait v1.2.1 |
| 213 | 2026-08-25T03:38:16.567Z | Checking bitflags v2.13.0 |
| 214 | 2026-08-25T03:38:16.719Z | Compiling syn v2.0.118 |
| 215 | 2026-08-25T03:38:16.724Z | Checking cfg-if v1.0.4 |
| 216 | 2026-08-25T03:38:16.813Z | Checking managed v0.8.0 |
| 217 | 2026-08-25T03:38:16.819Z | Checking bitflags v1.3.2 |
| 218 | 2026-08-25T03:38:16.850Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 219 | 2026-08-25T03:38:16.984Z | Compiling regex-automata v0.4.15 |
| 220 | 2026-08-25T03:38:17.133Z | Checking ipnetwork v0.21.1 |
| 221 | 2026-08-25T03:38:18.452Z | Compiling regex v1.13.0 |
| 222 | 2026-08-25T03:38:18.940Z | Compiling darling_core v0.23.0 |
| 223 | 2026-08-25T03:38:19.248Z | Compiling thiserror-impl v2.0.18 |
| 224 | 2026-08-25T03:38:19.248Z | Compiling serde_derive v1.0.228 |
| 225 | 2026-08-25T03:38:19.251Z | Compiling zerocopy-derive v0.8.54 |
| 226 | 2026-08-25T03:38:20.225Z | Checking cobs v0.3.0 |
| 227 | 2026-08-25T03:38:20.260Z | Compiling darling_macro v0.23.0 |
| 228 | 2026-08-25T03:38:20.781Z | Compiling darling v0.23.0 |
| 229 | 2026-08-25T03:38:20.842Z | Compiling ingot-macros v0.2.0 |
| 230 | 2026-08-25T03:38:21.498Z | Checking postcard v1.1.3 |
| 231 | 2026-08-25T03:38:22.814Z | Checking ingot-types v0.2.0 |
| 232 | 2026-08-25T03:38:23.062Z | Checking ingot v0.2.0 |
| 233 | 2026-08-25T03:38:24.343Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 234 | 2026-08-25T03:38:25.349Z | Finished `dev` profile [optimized + debuginfo] target(s) in 14.75s |
| 235 | 2026-08-25T03:38:25.448Z | |
| 236 | 2026-08-25T03:38:25.448Z | real 14.888779440 |
| 237 | 2026-08-25T03:38:25.448Z | user 30.846188902 |
| 238 | 2026-08-25T03:38:25.448Z | sys 5.868943255 |
| 239 | 2026-08-25T03:38:25.448Z | trap 0.011427730 |
| 240 | 2026-08-25T03:38:25.448Z | tflt 0.073633945 |
| 241 | 2026-08-25T03:38:25.448Z | dflt 0.269440079 |
| 242 | 2026-08-25T03:38:25.448Z | kflt 0.004769310 |
| 243 | 2026-08-25T03:38:25.448Z | lock 2:12.015922153 |
| 244 | 2026-08-25T03:38:25.448Z | slp 1:33.074141542 |
| 245 | 2026-08-25T03:38:25.448Z | lat 0.777228330 |
| 246 | 2026-08-25T03:38:25.448Z | stop 5.399503959 |
| 247 | 2026-08-25T03:38:25.452Z | + header 'analyze no_std' |
| 248 | 2026-08-25T03:38:25.452Z | + echo '# ==== analyze no_std ==== #' |
| 249 | 2026-08-25T03:38:25.452Z | # ==== analyze no_std ==== # |
| 250 | 2026-08-25T03:38:25.452Z | + ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings |
| 251 | 2026-08-25T03:38:25.547Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 252 | 2026-08-25T03:38:25.783Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 253 | 2026-08-25T03:38:26.837Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.25s |
| 254 | 2026-08-25T03:38:26.858Z | |
| 255 | 2026-08-25T03:38:26.859Z | real 1.313142240 |
| 256 | 2026-08-25T03:38:26.859Z | user 1.888466876 |
| 257 | 2026-08-25T03:38:26.859Z | sys 0.257215669 |
| 258 | 2026-08-25T03:38:26.859Z | trap 0.000190440 |
| 259 | 2026-08-25T03:38:26.859Z | tflt 0.000084850 |
| 260 | 2026-08-25T03:38:26.859Z | dflt 0.000085480 |
| 261 | 2026-08-25T03:38:26.859Z | kflt 0.000000970 |
| 262 | 2026-08-25T03:38:26.859Z | lock 5.546690128 |
| 263 | 2026-08-25T03:38:26.859Z | slp 5.306003960 |
| 264 | 2026-08-25T03:38:26.859Z | lat 0.002643780 |
| 265 | 2026-08-25T03:38:26.859Z | stop 0.057565188 |
| 266 | 2026-08-25T03:38:26.859Z | + header test |
| 267 | 2026-08-25T03:38:26.859Z | + echo '# ==== test ==== #' |
| 268 | 2026-08-25T03:38:26.859Z | # ==== test ==== # |
| 269 | 2026-08-25T03:38:26.859Z | + ptime -m cargo test |
| 270 | 2026-08-25T03:38:26.907Z | Compiling serde_core v1.0.228 |
| 271 | 2026-08-25T03:38:26.913Z | Compiling byteorder v1.5.0 |
| 272 | 2026-08-25T03:38:26.913Z | Compiling stable_deref_trait v1.2.1 |
| 273 | 2026-08-25T03:38:26.913Z | Compiling macaddr v1.0.1 |
| 274 | 2026-08-25T03:38:26.927Z | Compiling zerocopy v0.8.54 |
| 275 | 2026-08-25T03:38:26.927Z | Compiling thiserror v2.0.18 |
| 276 | 2026-08-25T03:38:26.927Z | Compiling bitflags v2.13.0 |
| 277 | 2026-08-25T03:38:26.938Z | Compiling managed v0.8.0 |
| 278 | 2026-08-25T03:38:26.969Z | Compiling bitflags v1.3.2 |
| 279 | 2026-08-25T03:38:27.005Z | Compiling cobs v0.3.0 |
| 280 | 2026-08-25T03:38:27.026Z | Compiling cfg-if v1.0.4 |
| 281 | 2026-08-25T03:38:27.070Z | Compiling hash32 v0.3.1 |
| 282 | 2026-08-25T03:38:27.075Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 283 | 2026-08-25T03:38:27.131Z | Compiling ipnetwork v0.21.1 |
| 284 | 2026-08-25T03:38:27.151Z | Compiling heapless v0.8.0 |
| 285 | 2026-08-25T03:38:27.495Z | Compiling smoltcp v0.11.0 |
| 286 | 2026-08-25T03:38:28.503Z | Compiling serde v1.0.228 |
| 287 | 2026-08-25T03:38:28.927Z | Compiling postcard v1.1.3 |
| 288 | 2026-08-25T03:38:29.582Z | Compiling ingot-types v0.2.0 |
| 289 | 2026-08-25T03:38:29.854Z | Compiling ingot v0.2.0 |
| 290 | 2026-08-25T03:38:31.238Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 291 | 2026-08-25T03:38:33.068Z | Finished `test` profile [optimized + debuginfo] target(s) in 6.29s |
| 292 | 2026-08-25T03:38:33.099Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-9f483c1680cf0acc) |
| 293 | 2026-08-25T03:38:33.099Z | |
| 294 | 2026-08-25T03:38:33.099Z | running 25 tests |
| 295 | 2026-08-25T03:38:33.099Z | test encap::test::good_vni ... ok |
| 296 | 2026-08-25T03:38:33.099Z | test encap::test::bad_vni ... ok |
| 297 | 2026-08-25T03:38:33.099Z | test dns::tests::test_domain_name ... ok |
| 298 | 2026-08-25T03:38:33.099Z | test ip::test::bad_cidr ... ok |
| 299 | 2026-08-25T03:38:33.099Z | test encap::test::vni_round_trip ... ok |
| 300 | 2026-08-25T03:38:33.099Z | test ip::test::bad_prefix_len ... ok |
| 301 | 2026-08-25T03:38:33.099Z | test ip::test::dhcp_fqdn ... ok |
| 302 | 2026-08-25T03:38:33.100Z | test ip::test::good_cidr ... ok |
| 303 | 2026-08-25T03:38:33.100Z | test ip::test::ipv4_addr_bad ... ok |
| 304 | 2026-08-25T03:38:33.100Z | test ip::test::ipv4_addr_good ... ok |
| 305 | 2026-08-25T03:38:33.100Z | test ip::test::ipv4_mask ... ok |
| 306 | 2026-08-25T03:38:33.100Z | test ip::test::ipv6_cidr_is_member ... ok |
| 307 | 2026-08-25T03:38:33.100Z | test ip::test::ipv6_is_default ... ok |
| 308 | 2026-08-25T03:38:33.100Z | test ip::test::ipv6_mask ... ok |
| 309 | 2026-08-25T03:38:33.100Z | test ip::test::test_ip_addr_from_str ... ok |
| 310 | 2026-08-25T03:38:33.100Z | test ip::test::ipv6_prefix_len ... ok |
| 311 | 2026-08-25T03:38:33.100Z | test ip::test::test_ip_cidr_from_str ... ok |
| 312 | 2026-08-25T03:38:33.100Z | test ip::test::test_ipv4_multicast_mac ... ok |
| 313 | 2026-08-25T03:38:33.100Z | test ip::test::test_ipv6_admin_scoped_multicast ... ok |
| 314 | 2026-08-25T03:38:33.100Z | test ip::test::test_ipv6_from_const ... ok |
| 315 | 2026-08-25T03:38:33.100Z | test ip::test::test_ipv6_from_eui64 ... ok |
| 316 | 2026-08-25T03:38:33.100Z | test ip::test::test_ipv6_is_multicast ... ok |
| 317 | 2026-08-25T03:38:33.100Z | test ip::test::test_ipv6_multicast_mac ... ok |
| 318 | 2026-08-25T03:38:33.100Z | test ip::test::test_ipv6_solicited_node_multicast ... ok |
| 319 | 2026-08-25T03:38:33.100Z | test ip::test::test_multicast_underlay_serde ... ok |
| 320 | 2026-08-25T03:38:33.100Z | |
| 321 | 2026-08-25T03:38:33.100Z | test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 322 | 2026-08-25T03:38:33.100Z | |
| 323 | 2026-08-25T03:38:33.100Z | Doc-tests opte_api |
| 324 | 2026-08-25T03:38:33.684Z | |
| 325 | 2026-08-25T03:38:33.684Z | running 1 test |
| 326 | 2026-08-25T03:38:33.718Z | test crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok |
| 327 | 2026-08-25T03:38:33.718Z | |
| 328 | 2026-08-25T03:38:33.718Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 329 | 2026-08-25T03:38:33.718Z | |
| 330 | 2026-08-25T03:38:33.718Z | all doctests ran in 0.44s; merged doctests compilation took 0.43s |
| 331 | 2026-08-25T03:38:33.718Z | |
| 332 | 2026-08-25T03:38:33.718Z | real 6.920071163 |
| 333 | 2026-08-25T03:38:33.718Z | user 17.400583609 |
| 334 | 2026-08-25T03:38:33.718Z | sys 2.030193840 |
| 335 | 2026-08-25T03:38:33.718Z | trap 0.005036710 |
| 336 | 2026-08-25T03:38:33.719Z | tflt 0.169908179 |
| 337 | 2026-08-25T03:38:33.719Z | dflt 0.139824030 |
| 338 | 2026-08-25T03:38:33.719Z | kflt 0.000002370 |
| 339 | 2026-08-25T03:38:33.719Z | lock 1:03.016560130 |
| 340 | 2026-08-25T03:38:33.719Z | slp 32.311275253 |
| 341 | 2026-08-25T03:38:33.719Z | lat 0.837083066 |
| 342 | 2026-08-25T03:38:33.719Z | stop 0.789602201 |
| 343 | 2026-08-25T03:38:33.719Z | process exited: duration 38561 ms, exit code 0 |
| |
| 344 | 2026-08-25T03:38:33.769Z | found 0 output files |