|
|
|
| 1 | 2026-07-24T22:09:36.644Z | job assigned to worker 01KYB2S7A9PWF4J2700NAKBRXR [factory aws, i-0b27b38a2cd6fdfb9] (queued for 46 s) |
| |
| 2 | 2026-07-24T22:09:46.574Z | starting task 0: "setup" |
| 3 | 2026-07-24T22:09:46.612Z | ++ uname -s |
| 4 | 2026-07-24T22:09:46.612Z | + kern=SunOS |
| 5 | 2026-07-24T22:09:46.612Z | + build_user=build |
| 6 | 2026-07-24T22:09:46.612Z | + build_uid=12345 |
| 7 | 2026-07-24T22:09:46.612Z | + work_dir=/work |
| 8 | 2026-07-24T22:09:46.612Z | + input_dir=/input |
| 9 | 2026-07-24T22:09:46.612Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-24T22:09:46.612Z | + case "$kern" in |
| 11 | 2026-07-24T22:09:46.612Z | + groupadd -g 12345 build |
| 12 | 2026-07-24T22:09:46.612Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-24T22:09:48.571Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-24T22:09:48.628Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-24T22:09:48.633Z | + home_fs=zfs |
| 16 | 2026-07-24T22:09:48.633Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-24T22:09:48.633Z | + mkdir -p /home/build |
| 18 | 2026-07-24T22:09:48.633Z | + chown build:build /home/build /work |
| 19 | 2026-07-24T22:09:50.632Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-24T22:09:50.635Z | process exited: duration 4076 ms, exit code 0 |
| |
| 21 | 2026-07-24T22:09:50.641Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-24T22:09:50.644Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-24T22:09:50.644Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-24T22:09:50.644Z | * rust toolchain channel = "1.97.1" |
| 25 | 2026-07-24T22:09:50.644Z | * rust toolchain profile = "default" |
| 26 | 2026-07-24T22:09:50.644Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-24T22:09:50.647Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-24T22:09:50.647Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-24T22:09:50.647Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-24T22:09:50.738Z | info: downloading installer |
| 31 | 2026-07-24T22:09:52.121Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-24T22:09:52.121Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-24T22:09:52.121Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-24T22:09:52.124Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-24T22:09:52.135Z | info: profile set to default |
| 36 | 2026-07-24T22:09:52.135Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-24T22:09:52.137Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-24T22:09:52.271Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-24T22:09:52.274Z | info: downloading 6 components |
| 40 | 2026-07-24T22:10:07.782Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-07-24T22:10:07.782Z | |
| 42 | 2026-07-24T22:10:07.810Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-24T22:10:07.811Z | |
| 44 | 2026-07-24T22:10:07.811Z | |
| 45 | 2026-07-24T22:10:07.811Z | Rust is installed now. Great! |
| 46 | 2026-07-24T22:10:07.811Z | |
| 47 | 2026-07-24T22:10:07.811Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-24T22:10:07.811Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-24T22:10:07.811Z | |
| 50 | 2026-07-24T22:10:07.811Z | To configure your current shell, you need to source |
| 51 | 2026-07-24T22:10:07.811Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-24T22:10:07.811Z | |
| 53 | 2026-07-24T22:10:07.811Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-24T22:10:07.814Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-24T22:10:07.814Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-24T22:10:07.814Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-24T22:10:07.814Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-24T22:10:07.814Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-24T22:10:07.814Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-24T22:10:07.814Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-24T22:10:07.814Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-24T22:10:07.909Z | + rustup --version |
| 63 | 2026-07-24T22:10:07.917Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-24T22:10:07.920Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-24T22:10:07.938Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-24T22:10:07.941Z | + cargo --version |
| 67 | 2026-07-24T22:10:07.955Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-24T22:10:07.958Z | + rustc --version |
| 69 | 2026-07-24T22:10:07.977Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-24T22:10:07.979Z | process exited: duration 17338 ms, exit code 0 |
| |
| 71 | 2026-07-24T22:10:07.985Z | starting task 2: "authentication" |
| 72 | 2026-07-24T22:10:08.002Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-24T22:10:08.008Z | starting task 3: "clone repository" |
| 74 | 2026-07-24T22:10:08.011Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-24T22:10:08.014Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-24T22:10:08.043Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-24T22:10:08.999Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-24T22:10:08.999Z | + git fetch origin 62c6d27460a63db80e78c78f3115f8b21ff3cf21 |
| 79 | 2026-07-24T22:10:09.220Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-24T22:10:09.220Z | * branch 62c6d27460a63db80e78c78f3115f8b21ff3cf21 -> FETCH_HEAD |
| 81 | 2026-07-24T22:10:09.226Z | + [[ -n icmp-ptb ]] |
| 82 | 2026-07-24T22:10:09.229Z | ++ git branch --show-current |
| 83 | 2026-07-24T22:10:09.229Z | + current=master |
| 84 | 2026-07-24T22:10:09.229Z | + [[ master != icmp-ptb ]] |
| 85 | 2026-07-24T22:10:09.229Z | + git branch -f icmp-ptb 62c6d27460a63db80e78c78f3115f8b21ff3cf21 |
| 86 | 2026-07-24T22:10:09.232Z | + git checkout -f icmp-ptb |
| 87 | 2026-07-24T22:10:09.247Z | Switched to branch 'icmp-ptb' |
| 88 | 2026-07-24T22:10:09.250Z | + git reset --hard 62c6d27460a63db80e78c78f3115f8b21ff3cf21 |
| 89 | 2026-07-24T22:10:09.264Z | HEAD is now at 62c6d27 Merge branch 'master' into icmp-ptb |
| 90 | 2026-07-24T22:10:09.267Z | process exited: duration 1256 ms, exit code 0 |
| |
| 91 | 2026-07-24T22:10:09.273Z | starting task 4: "build" |
| 92 | 2026-07-24T22:10:09.276Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-24T22:10:09.278Z | ++ rustup show active-toolchain |
| 94 | 2026-07-24T22:10:09.281Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-24T22:10:09.284Z | ++ pushd xde |
| 96 | 2026-07-24T22:10:09.284Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-24T22:10:09.284Z | ++ rustup show active-toolchain |
| 98 | 2026-07-24T22:10:09.287Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 99 | 2026-07-24T22:10:09.435Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 100 | 2026-07-24T22:10:09.438Z | info: downloading 6 components |
| 101 | 2026-07-24T22:10:24.477Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-24T22:10:24.568Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-24T22:10:24.571Z | +++ head -n 1 |
| 104 | 2026-07-24T22:10:24.572Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-24T22:10:24.621Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 106 | 2026-07-24T22:10:24.621Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-07-24T22:10:24.621Z | ++ popd |
| 108 | 2026-07-24T22:10:24.624Z | /work/oxidecomputer/opte |
| 109 | 2026-07-24T22:10:24.624Z | + cargo --version |
| 110 | 2026-07-24T22:10:24.630Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 111 | 2026-07-24T22:10:24.633Z | + rustc --version |
| 112 | 2026-07-24T22:10:24.652Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 113 | 2026-07-24T22:10:24.655Z | + cd crates/opte-api |
| 114 | 2026-07-24T22:10:24.655Z | + header 'check API_VERSION' |
| 115 | 2026-07-24T22:10:24.655Z | + echo '# ==== check API_VERSION ==== #' |
| 116 | 2026-07-24T22:10:24.655Z | + ./check-api-version.sh |
| 117 | 2026-07-24T22:10:24.655Z | # ==== check API_VERSION ==== # |
| 118 | 2026-07-24T22:10:24.670Z | + header 'check style' |
| 119 | 2026-07-24T22:10:24.670Z | + echo '# ==== check style ==== #' |
| 120 | 2026-07-24T22:10:24.670Z | # ==== check style ==== # |
| 121 | 2026-07-24T22:10:24.670Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 122 | 2026-07-24T22:10:24.747Z | |
| 123 | 2026-07-24T22:10:24.747Z | real 0.075155647 |
| 124 | 2026-07-24T22:10:24.747Z | user 0.044290975 |
| 125 | 2026-07-24T22:10:24.747Z | sys 0.028137228 |
| 126 | 2026-07-24T22:10:24.747Z | trap 0.000000280 |
| 127 | 2026-07-24T22:10:24.747Z | tflt 0.000010010 |
| 128 | 2026-07-24T22:10:24.747Z | dflt 0.000007610 |
| 129 | 2026-07-24T22:10:24.748Z | kflt 0.000000000 |
| 130 | 2026-07-24T22:10:24.748Z | lock 0.030690090 |
| 131 | 2026-07-24T22:10:24.748Z | slp 0.055654678 |
| 132 | 2026-07-24T22:10:24.748Z | lat 0.000727510 |
| 133 | 2026-07-24T22:10:24.748Z | stop 0.000087410 |
| 134 | 2026-07-24T22:10:24.751Z | + header 'analyze std' |
| 135 | 2026-07-24T22:10:24.751Z | + echo '# ==== analyze std ==== #' |
| 136 | 2026-07-24T22:10:24.751Z | + ptime -m cargo clippy --all-targets |
| 137 | 2026-07-24T22:10:24.751Z | # ==== analyze std ==== # |
| 138 | 2026-07-24T22:10:24.871Z | Updating crates.io index |
| 139 | 2026-07-24T22:10:24.874Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 140 | 2026-07-24T22:10:25.509Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 141 | 2026-07-24T22:10:25.898Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 142 | 2026-07-24T22:10:26.237Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 143 | 2026-07-24T22:10:26.471Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 144 | 2026-07-24T22:10:26.716Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 145 | 2026-07-24T22:10:26.935Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 146 | 2026-07-24T22:10:28.789Z | Downloading crates ... |
| 147 | 2026-07-24T22:10:28.840Z | Downloaded darling_macro v0.23.0 |
| 148 | 2026-07-24T22:10:28.844Z | Downloaded embedded-io v0.4.0 |
| 149 | 2026-07-24T22:10:28.844Z | Downloaded aho-corasick v1.1.4 |
| 150 | 2026-07-24T22:10:28.848Z | Downloaded embedded-io v0.6.1 |
| 151 | 2026-07-24T22:10:28.857Z | Downloaded cfg-if v1.0.4 |
| 152 | 2026-07-24T22:10:28.865Z | Downloaded defmt-parser v1.0.0 |
| 153 | 2026-07-24T22:10:28.868Z | Downloaded ident_case v1.0.1 |
| 154 | 2026-07-24T22:10:28.868Z | Downloaded macaddr v1.0.1 |
| 155 | 2026-07-24T22:10:28.868Z | Downloaded managed v0.8.0 |
| 156 | 2026-07-24T22:10:28.873Z | Downloaded strsim v0.11.1 |
| 157 | 2026-07-24T22:10:28.875Z | Downloaded cobs v0.3.0 |
| 158 | 2026-07-24T22:10:28.878Z | Downloaded byteorder v1.5.0 |
| 159 | 2026-07-24T22:10:28.881Z | Downloaded hash32 v0.3.1 |
| 160 | 2026-07-24T22:10:28.884Z | Downloaded defmt v0.3.100 |
| 161 | 2026-07-24T22:10:28.888Z | Downloaded stable_deref_trait v1.2.1 |
| 162 | 2026-07-24T22:10:28.903Z | Downloaded thiserror-impl v2.0.18 |
| 163 | 2026-07-24T22:10:28.905Z | Downloaded either v1.16.0 |
| 164 | 2026-07-24T22:10:28.905Z | Downloaded bitflags v1.3.2 |
| 165 | 2026-07-24T22:10:28.908Z | Downloaded ingot-types v0.2.0 |
| 166 | 2026-07-24T22:10:28.908Z | Downloaded thiserror v2.0.18 |
| 167 | 2026-07-24T22:10:28.913Z | Downloaded quote v1.0.46 |
| 168 | 2026-07-24T22:10:28.915Z | Downloaded ingot v0.2.0 |
| 169 | 2026-07-24T22:10:28.916Z | Downloaded defmt-macros v1.1.1 |
| 170 | 2026-07-24T22:10:28.919Z | Downloaded darling v0.23.0 |
| 171 | 2026-07-24T22:10:28.922Z | Downloaded postcard v1.1.3 |
| 172 | 2026-07-24T22:10:28.922Z | Downloaded ipnetwork v0.21.1 |
| 173 | 2026-07-24T22:10:28.930Z | Downloaded defmt v1.1.1 |
| 174 | 2026-07-24T22:10:28.933Z | Downloaded ingot-macros v0.2.0 |
| 175 | 2026-07-24T22:10:28.937Z | Downloaded bitflags v2.13.0 |
| 176 | 2026-07-24T22:10:28.940Z | Downloaded serde_derive v1.0.228 |
| 177 | 2026-07-24T22:10:28.943Z | Downloaded serde_core v1.0.228 |
| 178 | 2026-07-24T22:10:28.953Z | Downloaded proc-macro2 v1.0.106 |
| 179 | 2026-07-24T22:10:28.956Z | Downloaded heapless v0.8.0 |
| 180 | 2026-07-24T22:10:28.961Z | Downloaded unicode-ident v1.0.24 |
| 181 | 2026-07-24T22:10:28.967Z | Downloaded darling_core v0.23.0 |
| 182 | 2026-07-24T22:10:28.970Z | Downloaded regex-syntax v0.8.11 |
| 183 | 2026-07-24T22:10:28.977Z | Downloaded zerocopy-derive v0.8.54 |
| 184 | 2026-07-24T22:10:28.981Z | Downloaded serde v1.0.228 |
| 185 | 2026-07-24T22:10:28.984Z | Downloaded memchr v2.8.3 |
| 186 | 2026-07-24T22:10:29.001Z | Downloaded itertools v0.15.0 |
| 187 | 2026-07-24T22:10:29.005Z | Downloaded regex v1.13.0 |
| 188 | 2026-07-24T22:10:29.012Z | Downloaded zerocopy v0.8.54 |
| 189 | 2026-07-24T22:10:29.032Z | Downloaded smoltcp v0.11.0 |
| 190 | 2026-07-24T22:10:29.038Z | Downloaded syn v2.0.118 |
| 191 | 2026-07-24T22:10:29.051Z | Downloaded regex-automata v0.4.15 |
| 192 | 2026-07-24T22:10:29.085Z | Compiling proc-macro2 v1.0.106 |
| 193 | 2026-07-24T22:10:29.086Z | Compiling quote v1.0.46 |
| 194 | 2026-07-24T22:10:29.089Z | Compiling unicode-ident v1.0.24 |
| 195 | 2026-07-24T22:10:29.089Z | Compiling ident_case v1.0.1 |
| 196 | 2026-07-24T22:10:29.089Z | Compiling strsim v0.11.1 |
| 197 | 2026-07-24T22:10:29.089Z | Compiling memchr v2.8.3 |
| 198 | 2026-07-24T22:10:29.089Z | Compiling serde_core v1.0.228 |
| 199 | 2026-07-24T22:10:29.089Z | Compiling regex-syntax v0.8.11 |
| 200 | 2026-07-24T22:10:29.274Z | Compiling thiserror v2.0.18 |
| 201 | 2026-07-24T22:10:29.277Z | Compiling either v1.16.0 |
| 202 | 2026-07-24T22:10:29.444Z | Compiling zerocopy v0.8.54 |
| 203 | 2026-07-24T22:10:29.472Z | Compiling serde v1.0.228 |
| 204 | 2026-07-24T22:10:29.523Z | Compiling itertools v0.15.0 |
| 205 | 2026-07-24T22:10:29.604Z | Compiling aho-corasick v1.1.4 |
| 206 | 2026-07-24T22:10:29.800Z | Checking byteorder v1.5.0 |
| 207 | 2026-07-24T22:10:29.840Z | Compiling heapless v0.8.0 |
| 208 | 2026-07-24T22:10:29.891Z | Compiling smoltcp v0.11.0 |
| 209 | 2026-07-24T22:10:29.945Z | Checking hash32 v0.3.1 |
| 210 | 2026-07-24T22:10:30.049Z | Checking macaddr v1.0.1 |
| 211 | 2026-07-24T22:10:30.205Z | Checking bitflags v2.13.0 |
| 212 | 2026-07-24T22:10:30.281Z | Checking stable_deref_trait v1.2.1 |
| 213 | 2026-07-24T22:10:30.342Z | Compiling syn v2.0.118 |
| 214 | 2026-07-24T22:10:30.354Z | Checking cfg-if v1.0.4 |
| 215 | 2026-07-24T22:10:30.406Z | Checking managed v0.8.0 |
| 216 | 2026-07-24T22:10:30.414Z | Checking bitflags v1.3.2 |
| 217 | 2026-07-24T22:10:30.509Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 218 | 2026-07-24T22:10:30.624Z | Compiling regex-automata v0.4.15 |
| 219 | 2026-07-24T22:10:30.804Z | Checking ipnetwork v0.21.1 |
| 220 | 2026-07-24T22:10:32.101Z | Compiling regex v1.13.0 |
| 221 | 2026-07-24T22:10:32.551Z | Compiling darling_core v0.23.0 |
| 222 | 2026-07-24T22:10:32.876Z | Compiling serde_derive v1.0.228 |
| 223 | 2026-07-24T22:10:32.876Z | Compiling zerocopy-derive v0.8.54 |
| 224 | 2026-07-24T22:10:32.879Z | Compiling thiserror-impl v2.0.18 |
| 225 | 2026-07-24T22:10:33.865Z | Checking cobs v0.3.0 |
| 226 | 2026-07-24T22:10:33.874Z | Compiling darling_macro v0.23.0 |
| 227 | 2026-07-24T22:10:34.381Z | Compiling darling v0.23.0 |
| 228 | 2026-07-24T22:10:34.443Z | Compiling ingot-macros v0.2.0 |
| 229 | 2026-07-24T22:10:35.107Z | Checking postcard v1.1.3 |
| 230 | 2026-07-24T22:10:36.411Z | Checking ingot-types v0.2.0 |
| 231 | 2026-07-24T22:10:36.690Z | Checking ingot v0.2.0 |
| 232 | 2026-07-24T22:10:37.958Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 233 | 2026-07-24T22:10:38.939Z | Finished `dev` profile [optimized + debuginfo] target(s) in 14.14s |
| 234 | 2026-07-24T22:10:39.033Z | |
| 235 | 2026-07-24T22:10:39.033Z | real 14.280548967 |
| 236 | 2026-07-24T22:10:39.033Z | user 30.577777285 |
| 237 | 2026-07-24T22:10:39.033Z | sys 5.857067921 |
| 238 | 2026-07-24T22:10:39.033Z | trap 0.013812040 |
| 239 | 2026-07-24T22:10:39.033Z | tflt 0.087573703 |
| 240 | 2026-07-24T22:10:39.034Z | dflt 0.253686614 |
| 241 | 2026-07-24T22:10:39.034Z | kflt 0.004890890 |
| 242 | 2026-07-24T22:10:39.034Z | lock 2:10.226025660 |
| 243 | 2026-07-24T22:10:39.034Z | slp 1:30.662101657 |
| 244 | 2026-07-24T22:10:39.034Z | lat 1.769642324 |
| 245 | 2026-07-24T22:10:39.034Z | stop 6.292837858 |
| 246 | 2026-07-24T22:10:39.037Z | + header 'analyze no_std' |
| 247 | 2026-07-24T22:10:39.037Z | + echo '# ==== analyze no_std ==== #' |
| 248 | 2026-07-24T22:10:39.037Z | # ==== analyze no_std ==== # |
| 249 | 2026-07-24T22:10:39.037Z | + ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings |
| 250 | 2026-07-24T22:10:39.133Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 251 | 2026-07-24T22:10:39.360Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 252 | 2026-07-24T22:10:40.334Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.26s |
| 253 | 2026-07-24T22:10:40.353Z | |
| 254 | 2026-07-24T22:10:40.358Z | real 1.314909471 |
| 255 | 2026-07-24T22:10:40.358Z | user 1.886710136 |
| 256 | 2026-07-24T22:10:40.358Z | sys 0.256250478 |
| 257 | 2026-07-24T22:10:40.358Z | trap 0.000190240 |
| 258 | 2026-07-24T22:10:40.358Z | tflt 0.000064790 |
| 259 | 2026-07-24T22:10:40.358Z | dflt 0.000103220 |
| 260 | 2026-07-24T22:10:40.358Z | kflt 0.000000000 |
| 261 | 2026-07-24T22:10:40.358Z | lock 5.555916701 |
| 262 | 2026-07-24T22:10:40.358Z | slp 5.306802090 |
| 263 | 2026-07-24T22:10:40.358Z | lat 0.002544240 |
| 264 | 2026-07-24T22:10:40.358Z | stop 0.058821498 |
| 265 | 2026-07-24T22:10:40.358Z | + header test |
| 266 | 2026-07-24T22:10:40.358Z | + echo '# ==== test ==== #' |
| 267 | 2026-07-24T22:10:40.358Z | + ptime -m cargo test |
| 268 | 2026-07-24T22:10:40.358Z | # ==== test ==== # |
| 269 | 2026-07-24T22:10:40.483Z | Compiling serde_core v1.0.228 |
| 270 | 2026-07-24T22:10:40.483Z | Compiling byteorder v1.5.0 |
| 271 | 2026-07-24T22:10:40.487Z | Compiling macaddr v1.0.1 |
| 272 | 2026-07-24T22:10:40.487Z | Compiling stable_deref_trait v1.2.1 |
| 273 | 2026-07-24T22:10:40.504Z | Compiling thiserror v2.0.18 |
| 274 | 2026-07-24T22:10:40.507Z | Compiling zerocopy v0.8.54 |
| 275 | 2026-07-24T22:10:40.510Z | Compiling bitflags v2.13.0 |
| 276 | 2026-07-24T22:10:40.510Z | Compiling managed v0.8.0 |
| 277 | 2026-07-24T22:10:40.556Z | Compiling bitflags v1.3.2 |
| 278 | 2026-07-24T22:10:40.590Z | Compiling cobs v0.3.0 |
| 279 | 2026-07-24T22:10:40.612Z | Compiling cfg-if v1.0.4 |
| 280 | 2026-07-24T22:10:40.660Z | Compiling hash32 v0.3.1 |
| 281 | 2026-07-24T22:10:40.669Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 282 | 2026-07-24T22:10:40.712Z | Compiling ipnetwork v0.21.1 |
| 283 | 2026-07-24T22:10:40.740Z | Compiling heapless v0.8.0 |
| 284 | 2026-07-24T22:10:41.089Z | Compiling smoltcp v0.11.0 |
| 285 | 2026-07-24T22:10:42.010Z | Compiling serde v1.0.228 |
| 286 | 2026-07-24T22:10:42.458Z | Compiling postcard v1.1.3 |
| 287 | 2026-07-24T22:10:43.115Z | Compiling ingot-types v0.2.0 |
| 288 | 2026-07-24T22:10:43.388Z | Compiling ingot v0.2.0 |
| 289 | 2026-07-24T22:10:44.764Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 290 | 2026-07-24T22:10:46.629Z | Finished `test` profile [optimized + debuginfo] target(s) in 6.26s |
| 291 | 2026-07-24T22:10:46.639Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-9f483c1680cf0acc) |
| 292 | 2026-07-24T22:10:46.642Z | |
| 293 | 2026-07-24T22:10:46.642Z | running 25 tests |
| 294 | 2026-07-24T22:10:46.642Z | test ip::test::bad_prefix_len ... ok |
| 295 | 2026-07-24T22:10:46.642Z | test dns::tests::test_domain_name ... ok |
| 296 | 2026-07-24T22:10:46.642Z | test encap::test::vni_round_trip ... ok |
| 297 | 2026-07-24T22:10:46.642Z | test encap::test::good_vni ... ok |
| 298 | 2026-07-24T22:10:46.642Z | test ip::test::bad_cidr ... ok |
| 299 | 2026-07-24T22:10:46.642Z | test ip::test::dhcp_fqdn ... ok |
| 300 | 2026-07-24T22:10:46.642Z | test encap::test::bad_vni ... ok |
| 301 | 2026-07-24T22:10:46.642Z | test ip::test::good_cidr ... ok |
| 302 | 2026-07-24T22:10:46.642Z | test ip::test::ipv4_addr_bad ... ok |
| 303 | 2026-07-24T22:10:46.642Z | test ip::test::ipv4_addr_good ... ok |
| 304 | 2026-07-24T22:10:46.642Z | test ip::test::ipv4_mask ... ok |
| 305 | 2026-07-24T22:10:46.642Z | test ip::test::ipv6_is_default ... ok |
| 306 | 2026-07-24T22:10:46.642Z | test ip::test::ipv6_cidr_is_member ... ok |
| 307 | 2026-07-24T22:10:46.642Z | test ip::test::ipv6_mask ... ok |
| 308 | 2026-07-24T22:10:46.642Z | test ip::test::ipv6_prefix_len ... ok |
| 309 | 2026-07-24T22:10:46.642Z | test ip::test::test_ip_addr_from_str ... ok |
| 310 | 2026-07-24T22:10:46.642Z | test ip::test::test_ip_cidr_from_str ... ok |
| 311 | 2026-07-24T22:10:46.642Z | test ip::test::test_ipv4_multicast_mac ... ok |
| 312 | 2026-07-24T22:10:46.642Z | test ip::test::test_ipv6_admin_scoped_multicast ... ok |
| 313 | 2026-07-24T22:10:46.642Z | test ip::test::test_ipv6_from_const ... ok |
| 314 | 2026-07-24T22:10:46.642Z | test ip::test::test_ipv6_from_eui64 ... ok |
| 315 | 2026-07-24T22:10:46.642Z | test ip::test::test_ipv6_is_multicast ... ok |
| 316 | 2026-07-24T22:10:46.643Z | test ip::test::test_ipv6_multicast_mac ... ok |
| 317 | 2026-07-24T22:10:46.643Z | test ip::test::test_ipv6_solicited_node_multicast ... ok |
| 318 | 2026-07-24T22:10:46.643Z | test ip::test::test_multicast_underlay_serde ... ok |
| 319 | 2026-07-24T22:10:46.643Z | |
| 320 | 2026-07-24T22:10:46.643Z | test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 321 | 2026-07-24T22:10:46.643Z | |
| 322 | 2026-07-24T22:10:46.643Z | Doc-tests opte_api |
| 323 | 2026-07-24T22:10:47.227Z | |
| 324 | 2026-07-24T22:10:47.227Z | running 1 test |
| 325 | 2026-07-24T22:10:47.230Z | test crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok |
| 326 | 2026-07-24T22:10:47.230Z | |
| 327 | 2026-07-24T22:10:47.230Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 328 | 2026-07-24T22:10:47.230Z | |
| 329 | 2026-07-24T22:10:47.233Z | all doctests ran in 0.43s; merged doctests compilation took 0.43s |
| 330 | 2026-07-24T22:10:47.250Z | |
| 331 | 2026-07-24T22:10:47.253Z | real 6.888195701 |
| 332 | 2026-07-24T22:10:47.253Z | user 17.294292920 |
| 333 | 2026-07-24T22:10:47.253Z | sys 2.023283023 |
| 334 | 2026-07-24T22:10:47.253Z | trap 0.007110010 |
| 335 | 2026-07-24T22:10:47.253Z | tflt 0.209746936 |
| 336 | 2026-07-24T22:10:47.253Z | dflt 0.191401539 |
| 337 | 2026-07-24T22:10:47.253Z | kflt 0.000005970 |
| 338 | 2026-07-24T22:10:47.253Z | lock 1:02.784976999 |
| 339 | 2026-07-24T22:10:47.253Z | slp 32.092237918 |
| 340 | 2026-07-24T22:10:47.253Z | lat 0.794344304 |
| 341 | 2026-07-24T22:10:47.253Z | stop 0.778534635 |
| 342 | 2026-07-24T22:10:47.253Z | process exited: duration 37977 ms, exit code 0 |
| |
| 343 | 2026-07-24T22:10:47.259Z | found 0 output files |