|
|
|
| 1 | 2026-07-25T04:13:12.211Z | job assigned to worker 01KYBQJPRKX7ERGAEWXDWXQGC1 [factory aws, i-0aedd5fcc7339a01e] (queued for 57 s) |
| |
| 2 | 2026-07-25T04:13:18.975Z | starting task 0: "setup" |
| 3 | 2026-07-25T04:13:18.981Z | ++ uname -s |
| 4 | 2026-07-25T04:13:18.987Z | + kern=SunOS |
| 5 | 2026-07-25T04:13:18.987Z | + build_user=build |
| 6 | 2026-07-25T04:13:18.987Z | + build_uid=12345 |
| 7 | 2026-07-25T04:13:18.987Z | + work_dir=/work |
| 8 | 2026-07-25T04:13:18.987Z | + input_dir=/input |
| 9 | 2026-07-25T04:13:18.987Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-25T04:13:18.987Z | + case "$kern" in |
| 11 | 2026-07-25T04:13:18.987Z | + groupadd -g 12345 build |
| 12 | 2026-07-25T04:13:18.987Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-25T04:13:21.913Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-25T04:13:21.963Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-25T04:13:21.966Z | + home_fs=zfs |
| 16 | 2026-07-25T04:13:21.966Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-25T04:13:21.966Z | + mkdir -p /home/build |
| 18 | 2026-07-25T04:13:21.966Z | + chown build:build /home/build /work |
| 19 | 2026-07-25T04:13:23.050Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-25T04:13:23.055Z | process exited: duration 4079 ms, exit code 0 |
| |
| 21 | 2026-07-25T04:13:23.066Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-25T04:13:23.069Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-25T04:13:23.070Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-07-25T04:13:23.070Z | * rust toolchain profile = "default" |
| 25 | 2026-07-25T04:13:23.070Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-25T04:13:23.070Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-25T04:13:23.070Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-25T04:13:23.073Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-25T04:13:23.073Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-25T04:13:23.153Z | info: downloading installer |
| 31 | 2026-07-25T04:13:24.700Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-25T04:13:24.700Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-25T04:13:24.700Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-25T04:13:24.700Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-25T04:13:24.709Z | info: profile set to default |
| 36 | 2026-07-25T04:13:24.709Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-25T04:13:24.710Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-25T04:13:24.846Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-25T04:13:24.849Z | info: downloading 6 components |
| 40 | 2026-07-25T04:13:39.250Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-07-25T04:13:39.250Z | |
| 42 | 2026-07-25T04:13:39.284Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-25T04:13:39.284Z | |
| 44 | 2026-07-25T04:13:39.284Z | |
| 45 | 2026-07-25T04:13:39.284Z | Rust is installed now. Great! |
| 46 | 2026-07-25T04:13:39.284Z | |
| 47 | 2026-07-25T04:13:39.284Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-25T04:13:39.284Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-25T04:13:39.284Z | |
| 50 | 2026-07-25T04:13:39.284Z | To configure your current shell, you need to source |
| 51 | 2026-07-25T04:13:39.285Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-25T04:13:39.285Z | |
| 53 | 2026-07-25T04:13:39.285Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-25T04:13:39.289Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-25T04:13:39.289Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-25T04:13:39.289Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-25T04:13:39.289Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-25T04:13:39.289Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-25T04:13:39.289Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-25T04:13:39.289Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-25T04:13:39.289Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-25T04:13:39.384Z | + rustup --version |
| 63 | 2026-07-25T04:13:39.394Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-25T04:13:39.397Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-25T04:13:39.415Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-25T04:13:39.422Z | + cargo --version |
| 67 | 2026-07-25T04:13:39.437Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-25T04:13:39.441Z | + rustc --version |
| 69 | 2026-07-25T04:13:39.454Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-25T04:13:39.459Z | process exited: duration 16391 ms, exit code 0 |
| |
| 71 | 2026-07-25T04:13:39.467Z | starting task 2: "authentication" |
| 72 | 2026-07-25T04:13:39.485Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-25T04:13:39.492Z | starting task 3: "clone repository" |
| 74 | 2026-07-25T04:13:39.495Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-25T04:13:39.500Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-25T04:13:39.526Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-25T04:13:40.405Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-25T04:13:40.405Z | + git fetch origin 6b06228503251b59b5bfa84b379945874f32b9ba |
| 79 | 2026-07-25T04:13:40.607Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-25T04:13:40.607Z | * branch 6b06228503251b59b5bfa84b379945874f32b9ba -> FETCH_HEAD |
| 81 | 2026-07-25T04:13:40.613Z | + [[ -n renovate/syn-2.x-lockfile ]] |
| 82 | 2026-07-25T04:13:40.618Z | ++ git branch --show-current |
| 83 | 2026-07-25T04:13:40.618Z | + current=master |
| 84 | 2026-07-25T04:13:40.618Z | + [[ master != renovate/syn-2.x-lockfile ]] |
| 85 | 2026-07-25T04:13:40.618Z | + git branch -f renovate/syn-2.x-lockfile 6b06228503251b59b5bfa84b379945874f32b9ba |
| 86 | 2026-07-25T04:13:40.621Z | + git checkout -f renovate/syn-2.x-lockfile |
| 87 | 2026-07-25T04:13:40.636Z | Switched to branch 'renovate/syn-2.x-lockfile' |
| 88 | 2026-07-25T04:13:40.639Z | + git reset --hard 6b06228503251b59b5bfa84b379945874f32b9ba |
| 89 | 2026-07-25T04:13:40.652Z | HEAD is now at 6b06228 Update Rust crate syn to v2.0.119 |
| 90 | 2026-07-25T04:13:40.655Z | process exited: duration 1161 ms, exit code 0 |
| |
| 91 | 2026-07-25T04:13:40.662Z | starting task 4: "build" |
| 92 | 2026-07-25T04:13:40.666Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-25T04:13:40.669Z | ++ rustup show active-toolchain |
| 94 | 2026-07-25T04:13:40.673Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-25T04:13:40.673Z | ++ pushd xde |
| 96 | 2026-07-25T04:13:40.673Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-25T04:13:40.673Z | ++ rustup show active-toolchain |
| 98 | 2026-07-25T04:13:40.677Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 99 | 2026-07-25T04:13:40.816Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 100 | 2026-07-25T04:13:40.819Z | info: downloading 6 components |
| 101 | 2026-07-25T04:13:56.996Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-25T04:13:57.080Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-25T04:13:57.084Z | +++ head -n 1 |
| 104 | 2026-07-25T04:13:57.084Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-25T04:13:57.138Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 106 | 2026-07-25T04:13:57.138Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-07-25T04:13:57.139Z | ++ popd |
| 108 | 2026-07-25T04:13:57.139Z | /work/oxidecomputer/opte |
| 109 | 2026-07-25T04:13:57.144Z | + cargo --version |
| 110 | 2026-07-25T04:13:57.144Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 111 | 2026-07-25T04:13:57.144Z | + rustc --version |
| 112 | 2026-07-25T04:13:57.163Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 113 | 2026-07-25T04:13:57.170Z | + cd crates/opte-api |
| 114 | 2026-07-25T04:13:57.171Z | + header 'check API_VERSION' |
| 115 | 2026-07-25T04:13:57.171Z | + echo '# ==== check API_VERSION ==== #' |
| 116 | 2026-07-25T04:13:57.171Z | # ==== check API_VERSION ==== # |
| 117 | 2026-07-25T04:13:57.171Z | + ./check-api-version.sh |
| 118 | 2026-07-25T04:13:57.179Z | + header 'check style' |
| 119 | 2026-07-25T04:13:57.179Z | + echo '# ==== check style ==== #' |
| 120 | 2026-07-25T04:13:57.179Z | # ==== check style ==== # |
| 121 | 2026-07-25T04:13:57.179Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 122 | 2026-07-25T04:13:57.251Z | |
| 123 | 2026-07-25T04:13:57.251Z | real 0.075585750 |
| 124 | 2026-07-25T04:13:57.251Z | user 0.044004101 |
| 125 | 2026-07-25T04:13:57.252Z | sys 0.029251921 |
| 126 | 2026-07-25T04:13:57.256Z | trap 0.000004887 |
| 127 | 2026-07-25T04:13:57.256Z | tflt 0.000016936 |
| 128 | 2026-07-25T04:13:57.256Z | dflt 0.000003168 |
| 129 | 2026-07-25T04:13:57.256Z | kflt 0.000000000 |
| 130 | 2026-07-25T04:13:57.256Z | lock 0.031512826 |
| 131 | 2026-07-25T04:13:57.256Z | slp 0.054811618 |
| 132 | 2026-07-25T04:13:57.256Z | lat 0.000760671 |
| 133 | 2026-07-25T04:13:57.256Z | stop 0.000089171 |
| 134 | 2026-07-25T04:13:57.256Z | + header 'analyze std' |
| 135 | 2026-07-25T04:13:57.256Z | + echo '# ==== analyze std ==== #' |
| 136 | 2026-07-25T04:13:57.256Z | # ==== analyze std ==== # |
| 137 | 2026-07-25T04:13:57.256Z | + ptime -m cargo clippy --all-targets |
| 138 | 2026-07-25T04:13:57.383Z | Updating crates.io index |
| 139 | 2026-07-25T04:13:57.387Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 140 | 2026-07-25T04:13:58.095Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 141 | 2026-07-25T04:13:58.318Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 142 | 2026-07-25T04:13:58.647Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 143 | 2026-07-25T04:13:58.884Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 144 | 2026-07-25T04:13:59.160Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 145 | 2026-07-25T04:13:59.367Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 146 | 2026-07-25T04:14:01.276Z | Downloading crates ... |
| 147 | 2026-07-25T04:14:01.324Z | Downloaded bitflags v1.3.2 |
| 148 | 2026-07-25T04:14:01.330Z | Downloaded cfg-if v1.0.4 |
| 149 | 2026-07-25T04:14:01.336Z | Downloaded quote v1.0.46 |
| 150 | 2026-07-25T04:14:01.356Z | Downloaded darling_macro v0.23.0 |
| 151 | 2026-07-25T04:14:01.360Z | Downloaded hash32 v0.3.1 |
| 152 | 2026-07-25T04:14:01.360Z | Downloaded strsim v0.11.1 |
| 153 | 2026-07-25T04:14:01.360Z | Downloaded macaddr v1.0.1 |
| 154 | 2026-07-25T04:14:01.367Z | Downloaded ident_case v1.0.1 |
| 155 | 2026-07-25T04:14:01.371Z | Downloaded managed v0.8.0 |
| 156 | 2026-07-25T04:14:01.374Z | Downloaded serde_derive v1.0.228 |
| 157 | 2026-07-25T04:14:01.377Z | Downloaded embedded-io v0.4.0 |
| 158 | 2026-07-25T04:14:01.381Z | Downloaded defmt v0.3.100 |
| 159 | 2026-07-25T04:14:01.381Z | Downloaded cobs v0.3.0 |
| 160 | 2026-07-25T04:14:01.397Z | Downloaded embedded-io v0.6.1 |
| 161 | 2026-07-25T04:14:01.402Z | Downloaded stable_deref_trait v1.2.1 |
| 162 | 2026-07-25T04:14:01.402Z | Downloaded byteorder v1.5.0 |
| 163 | 2026-07-25T04:14:01.404Z | Downloaded ipnetwork v0.21.1 |
| 164 | 2026-07-25T04:14:01.404Z | Downloaded thiserror v2.0.18 |
| 165 | 2026-07-25T04:14:01.408Z | Downloaded thiserror-impl v2.0.18 |
| 166 | 2026-07-25T04:14:01.408Z | Downloaded defmt-parser v1.0.0 |
| 167 | 2026-07-25T04:14:01.429Z | Downloaded either v1.16.0 |
| 168 | 2026-07-25T04:14:01.432Z | Downloaded ingot v0.2.0 |
| 169 | 2026-07-25T04:14:01.432Z | Downloaded defmt-macros v1.1.1 |
| 170 | 2026-07-25T04:14:01.437Z | Downloaded defmt v1.1.1 |
| 171 | 2026-07-25T04:14:01.441Z | Downloaded bitflags v2.13.0 |
| 172 | 2026-07-25T04:14:01.448Z | Downloaded ingot-macros v0.2.0 |
| 173 | 2026-07-25T04:14:01.448Z | Downloaded unicode-ident v1.0.24 |
| 174 | 2026-07-25T04:14:01.451Z | Downloaded darling v0.23.0 |
| 175 | 2026-07-25T04:14:01.455Z | Downloaded ingot-types v0.2.0 |
| 176 | 2026-07-25T04:14:01.459Z | Downloaded serde_core v1.0.228 |
| 177 | 2026-07-25T04:14:01.462Z | Downloaded postcard v1.1.3 |
| 178 | 2026-07-25T04:14:01.472Z | Downloaded memchr v2.8.3 |
| 179 | 2026-07-25T04:14:01.479Z | Downloaded proc-macro2 v1.0.106 |
| 180 | 2026-07-25T04:14:01.480Z | Downloaded darling_core v0.23.0 |
| 181 | 2026-07-25T04:14:01.484Z | Downloaded heapless v0.8.0 |
| 182 | 2026-07-25T04:14:01.498Z | Downloaded serde v1.0.228 |
| 183 | 2026-07-25T04:14:01.510Z | Downloaded zerocopy-derive v0.8.54 |
| 184 | 2026-07-25T04:14:01.542Z | Downloaded regex v1.13.0 |
| 185 | 2026-07-25T04:14:01.546Z | Downloaded itertools v0.15.0 |
| 186 | 2026-07-25T04:14:01.549Z | Downloaded aho-corasick v1.1.4 |
| 187 | 2026-07-25T04:14:01.561Z | Downloaded syn v2.0.119 |
| 188 | 2026-07-25T04:14:01.586Z | Downloaded zerocopy v0.8.54 |
| 189 | 2026-07-25T04:14:01.595Z | Downloaded smoltcp v0.11.0 |
| 190 | 2026-07-25T04:14:01.613Z | Downloaded regex-syntax v0.8.11 |
| 191 | 2026-07-25T04:14:01.627Z | Downloaded regex-automata v0.4.15 |
| 192 | 2026-07-25T04:14:01.662Z | Compiling proc-macro2 v1.0.106 |
| 193 | 2026-07-25T04:14:01.662Z | Compiling quote v1.0.46 |
| 194 | 2026-07-25T04:14:01.662Z | Compiling unicode-ident v1.0.24 |
| 195 | 2026-07-25T04:14:01.662Z | Compiling ident_case v1.0.1 |
| 196 | 2026-07-25T04:14:01.662Z | Compiling memchr v2.8.3 |
| 197 | 2026-07-25T04:14:01.662Z | Compiling strsim v0.11.1 |
| 198 | 2026-07-25T04:14:01.662Z | Compiling serde_core v1.0.228 |
| 199 | 2026-07-25T04:14:01.666Z | Compiling regex-syntax v0.8.11 |
| 200 | 2026-07-25T04:14:01.852Z | Compiling thiserror v2.0.18 |
| 201 | 2026-07-25T04:14:01.857Z | Compiling either v1.16.0 |
| 202 | 2026-07-25T04:14:02.036Z | Compiling serde v1.0.228 |
| 203 | 2026-07-25T04:14:02.066Z | Compiling zerocopy v0.8.54 |
| 204 | 2026-07-25T04:14:02.097Z | Compiling aho-corasick v1.1.4 |
| 205 | 2026-07-25T04:14:02.266Z | Compiling itertools v0.15.0 |
| 206 | 2026-07-25T04:14:02.361Z | Compiling heapless v0.8.0 |
| 207 | 2026-07-25T04:14:02.361Z | Checking byteorder v1.5.0 |
| 208 | 2026-07-25T04:14:02.460Z | Compiling smoltcp v0.11.0 |
| 209 | 2026-07-25T04:14:02.508Z | Checking hash32 v0.3.1 |
| 210 | 2026-07-25T04:14:02.610Z | Checking bitflags v2.13.0 |
| 211 | 2026-07-25T04:14:02.789Z | Checking macaddr v1.0.1 |
| 212 | 2026-07-25T04:14:02.800Z | Checking stable_deref_trait v1.2.1 |
| 213 | 2026-07-25T04:14:02.926Z | Compiling syn v2.0.119 |
| 214 | 2026-07-25T04:14:02.956Z | Checking managed v0.8.0 |
| 215 | 2026-07-25T04:14:03.003Z | Checking cfg-if v1.0.4 |
| 216 | 2026-07-25T04:14:03.061Z | Checking bitflags v1.3.2 |
| 217 | 2026-07-25T04:14:03.121Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 218 | 2026-07-25T04:14:03.134Z | Compiling regex-automata v0.4.15 |
| 219 | 2026-07-25T04:14:03.416Z | Checking ipnetwork v0.21.1 |
| 220 | 2026-07-25T04:14:04.603Z | Compiling regex v1.13.0 |
| 221 | 2026-07-25T04:14:05.098Z | Compiling darling_core v0.23.0 |
| 222 | 2026-07-25T04:14:05.404Z | Compiling zerocopy-derive v0.8.54 |
| 223 | 2026-07-25T04:14:05.404Z | Compiling serde_derive v1.0.228 |
| 224 | 2026-07-25T04:14:05.407Z | Compiling thiserror-impl v2.0.18 |
| 225 | 2026-07-25T04:14:06.367Z | Checking cobs v0.3.0 |
| 226 | 2026-07-25T04:14:06.408Z | Compiling darling_macro v0.23.0 |
| 227 | 2026-07-25T04:14:06.913Z | Compiling darling v0.23.0 |
| 228 | 2026-07-25T04:14:06.972Z | Compiling ingot-macros v0.2.0 |
| 229 | 2026-07-25T04:14:07.605Z | Checking postcard v1.1.3 |
| 230 | 2026-07-25T04:14:08.925Z | Checking ingot-types v0.2.0 |
| 231 | 2026-07-25T04:14:09.187Z | Checking ingot v0.2.0 |
| 232 | 2026-07-25T04:14:10.467Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 233 | 2026-07-25T04:14:11.446Z | Finished `dev` profile [optimized + debuginfo] target(s) in 14.14s |
| 234 | 2026-07-25T04:14:11.543Z | |
| 235 | 2026-07-25T04:14:11.543Z | real 14.286149882 |
| 236 | 2026-07-25T04:14:11.543Z | user 30.503130835 |
| 237 | 2026-07-25T04:14:11.543Z | sys 5.754551552 |
| 238 | 2026-07-25T04:14:11.543Z | trap 0.016525964 |
| 239 | 2026-07-25T04:14:11.543Z | tflt 0.059121204 |
| 240 | 2026-07-25T04:14:11.543Z | dflt 0.232675037 |
| 241 | 2026-07-25T04:14:11.543Z | kflt 0.004589195 |
| 242 | 2026-07-25T04:14:11.543Z | lock 2:10.191787904 |
| 243 | 2026-07-25T04:14:11.544Z | slp 1:30.991406485 |
| 244 | 2026-07-25T04:14:11.544Z | lat 1.584411692 |
| 245 | 2026-07-25T04:14:11.544Z | stop 5.845586042 |
| 246 | 2026-07-25T04:14:11.548Z | + header 'analyze no_std' |
| 247 | 2026-07-25T04:14:11.548Z | + echo '# ==== analyze no_std ==== #' |
| 248 | 2026-07-25T04:14:11.548Z | # ==== analyze no_std ==== # |
| 249 | 2026-07-25T04:14:11.548Z | + ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings |
| 250 | 2026-07-25T04:14:11.642Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 251 | 2026-07-25T04:14:11.868Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 252 | 2026-07-25T04:14:12.838Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.25s |
| 253 | 2026-07-25T04:14:12.860Z | |
| 254 | 2026-07-25T04:14:12.864Z | real 1.311828087 |
| 255 | 2026-07-25T04:14:12.864Z | user 1.887318555 |
| 256 | 2026-07-25T04:14:12.864Z | sys 0.259693187 |
| 257 | 2026-07-25T04:14:12.864Z | trap 0.000282394 |
| 258 | 2026-07-25T04:14:12.864Z | tflt 0.000130809 |
| 259 | 2026-07-25T04:14:12.864Z | dflt 0.000170169 |
| 260 | 2026-07-25T04:14:12.864Z | kflt 0.000000000 |
| 261 | 2026-07-25T04:14:12.864Z | lock 5.546184001 |
| 262 | 2026-07-25T04:14:12.865Z | slp 5.298146781 |
| 263 | 2026-07-25T04:14:12.865Z | lat 0.003361137 |
| 264 | 2026-07-25T04:14:12.865Z | stop 0.059580087 |
| 265 | 2026-07-25T04:14:12.865Z | + header test |
| 266 | 2026-07-25T04:14:12.865Z | + echo '# ==== test ==== #' |
| 267 | 2026-07-25T04:14:12.865Z | + ptime -m cargo test |
| 268 | 2026-07-25T04:14:12.865Z | # ==== test ==== # |
| 269 | 2026-07-25T04:14:12.990Z | Compiling serde_core v1.0.228 |
| 270 | 2026-07-25T04:14:12.991Z | Compiling byteorder v1.5.0 |
| 271 | 2026-07-25T04:14:13.008Z | Compiling bitflags v2.13.0 |
| 272 | 2026-07-25T04:14:13.023Z | Compiling macaddr v1.0.1 |
| 273 | 2026-07-25T04:14:13.023Z | Compiling zerocopy v0.8.54 |
| 274 | 2026-07-25T04:14:13.023Z | Compiling thiserror v2.0.18 |
| 275 | 2026-07-25T04:14:13.024Z | Compiling stable_deref_trait v1.2.1 |
| 276 | 2026-07-25T04:14:13.033Z | Compiling bitflags v1.3.2 |
| 277 | 2026-07-25T04:14:13.089Z | Compiling cobs v0.3.0 |
| 278 | 2026-07-25T04:14:13.089Z | Compiling managed v0.8.0 |
| 279 | 2026-07-25T04:14:13.105Z | Compiling cfg-if v1.0.4 |
| 280 | 2026-07-25T04:14:13.152Z | Compiling hash32 v0.3.1 |
| 281 | 2026-07-25T04:14:13.165Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 282 | 2026-07-25T04:14:13.243Z | Compiling heapless v0.8.0 |
| 283 | 2026-07-25T04:14:13.270Z | Compiling ipnetwork v0.21.1 |
| 284 | 2026-07-25T04:14:13.584Z | Compiling smoltcp v0.11.0 |
| 285 | 2026-07-25T04:14:14.521Z | Compiling serde v1.0.228 |
| 286 | 2026-07-25T04:14:14.943Z | Compiling postcard v1.1.3 |
| 287 | 2026-07-25T04:14:15.602Z | Compiling ingot-types v0.2.0 |
| 288 | 2026-07-25T04:14:15.877Z | Compiling ingot v0.2.0 |
| 289 | 2026-07-25T04:14:17.230Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 290 | 2026-07-25T04:14:19.102Z | Finished `test` profile [optimized + debuginfo] target(s) in 6.23s |
| 291 | 2026-07-25T04:14:19.111Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-a077bfa2f810407f) |
| 292 | 2026-07-25T04:14:19.114Z | |
| 293 | 2026-07-25T04:14:19.114Z | running 25 tests |
| 294 | 2026-07-25T04:14:19.114Z | test encap::test::good_vni ... ok |
| 295 | 2026-07-25T04:14:19.114Z | test dns::tests::test_domain_name ... ok |
| 296 | 2026-07-25T04:14:19.114Z | test encap::test::bad_vni ... ok |
| 297 | 2026-07-25T04:14:19.114Z | test ip::test::bad_prefix_len ... ok |
| 298 | 2026-07-25T04:14:19.114Z | test ip::test::bad_cidr ... ok |
| 299 | 2026-07-25T04:14:19.114Z | test encap::test::vni_round_trip ... ok |
| 300 | 2026-07-25T04:14:19.114Z | test ip::test::dhcp_fqdn ... ok |
| 301 | 2026-07-25T04:14:19.114Z | test ip::test::good_cidr ... ok |
| 302 | 2026-07-25T04:14:19.114Z | test ip::test::ipv4_addr_good ... ok |
| 303 | 2026-07-25T04:14:19.114Z | test ip::test::ipv4_mask ... ok |
| 304 | 2026-07-25T04:14:19.114Z | test ip::test::ipv4_addr_bad ... ok |
| 305 | 2026-07-25T04:14:19.114Z | test ip::test::ipv6_cidr_is_member ... ok |
| 306 | 2026-07-25T04:14:19.114Z | test ip::test::ipv6_is_default ... ok |
| 307 | 2026-07-25T04:14:19.114Z | test ip::test::ipv6_mask ... ok |
| 308 | 2026-07-25T04:14:19.114Z | test ip::test::test_ipv6_from_const ... ok |
| 309 | 2026-07-25T04:14:19.114Z | test ip::test::test_ip_addr_from_str ... ok |
| 310 | 2026-07-25T04:14:19.114Z | test ip::test::test_ip_cidr_from_str ... ok |
| 311 | 2026-07-25T04:14:19.115Z | test ip::test::test_ipv4_multicast_mac ... ok |
| 312 | 2026-07-25T04:14:19.115Z | test ip::test::test_ipv6_multicast_mac ... ok |
| 313 | 2026-07-25T04:14:19.115Z | test ip::test::ipv6_prefix_len ... ok |
| 314 | 2026-07-25T04:14:19.115Z | test ip::test::test_ipv6_solicited_node_multicast ... ok |
| 315 | 2026-07-25T04:14:19.115Z | test ip::test::test_ipv6_admin_scoped_multicast ... ok |
| 316 | 2026-07-25T04:14:19.115Z | test ip::test::test_multicast_underlay_serde ... ok |
| 317 | 2026-07-25T04:14:19.115Z | test ip::test::test_ipv6_from_eui64 ... ok |
| 318 | 2026-07-25T04:14:19.115Z | test ip::test::test_ipv6_is_multicast ... ok |
| 319 | 2026-07-25T04:14:19.115Z | |
| 320 | 2026-07-25T04:14:19.115Z | test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 321 | 2026-07-25T04:14:19.115Z | |
| 322 | 2026-07-25T04:14:19.115Z | Doc-tests opte_api |
| 323 | 2026-07-25T04:14:19.698Z | |
| 324 | 2026-07-25T04:14:19.698Z | running 1 test |
| 325 | 2026-07-25T04:14:19.701Z | test crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok |
| 326 | 2026-07-25T04:14:19.701Z | |
| 327 | 2026-07-25T04:14:19.701Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 328 | 2026-07-25T04:14:19.701Z | |
| 329 | 2026-07-25T04:14:19.704Z | all doctests ran in 0.43s; merged doctests compilation took 0.43s |
| 330 | 2026-07-25T04:14:19.722Z | |
| 331 | 2026-07-25T04:14:19.722Z | real 6.852605267 |
| 332 | 2026-07-25T04:14:19.722Z | user 17.207853887 |
| 333 | 2026-07-25T04:14:19.722Z | sys 2.019793716 |
| 334 | 2026-07-25T04:14:19.722Z | trap 0.005353403 |
| 335 | 2026-07-25T04:14:19.722Z | tflt 0.191587196 |
| 336 | 2026-07-25T04:14:19.725Z | dflt 0.206143716 |
| 337 | 2026-07-25T04:14:19.725Z | kflt 0.000003578 |
| 338 | 2026-07-25T04:14:19.725Z | lock 1:02.258278139 |
| 339 | 2026-07-25T04:14:19.726Z | slp 32.231914199 |
| 340 | 2026-07-25T04:14:19.726Z | lat 0.574499266 |
| 341 | 2026-07-25T04:14:19.726Z | stop 0.639442666 |
| 342 | 2026-07-25T04:14:19.726Z | process exited: duration 39058 ms, exit code 0 |
| |
| 343 | 2026-07-25T04:14:19.734Z | found 0 output files |