|
|
|
| 1 | 2026-05-29T09:40:38.814Z | job assigned to worker 01KSSHNKJQ3FTEN4KCV9CP367B [factory aws, i-0545ac8e48f38746c] (queued for 50 s) |
| |
| 2 | 2026-05-29T09:40:45.531Z | starting task 0: "setup" |
| 3 | 2026-05-29T09:40:45.535Z | ++ uname -s |
| 4 | 2026-05-29T09:40:45.538Z | + kern=SunOS |
| 5 | 2026-05-29T09:40:45.538Z | + build_user=build |
| 6 | 2026-05-29T09:40:45.538Z | + build_uid=12345 |
| 7 | 2026-05-29T09:40:45.538Z | + work_dir=/work |
| 8 | 2026-05-29T09:40:45.538Z | + input_dir=/input |
| 9 | 2026-05-29T09:40:45.538Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-29T09:40:45.538Z | + case "$kern" in |
| 11 | 2026-05-29T09:40:45.538Z | + groupadd -g 12345 build |
| 12 | 2026-05-29T09:40:45.541Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-29T09:40:47.545Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-29T09:40:47.687Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-29T09:40:47.690Z | + home_fs=zfs |
| 16 | 2026-05-29T09:40:47.690Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-29T09:40:47.690Z | + mkdir -p /home/build |
| 18 | 2026-05-29T09:40:47.690Z | + chown build:build /home/build /work |
| 19 | 2026-05-29T09:40:49.692Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-29T09:40:49.695Z | process exited: duration 4164 ms, exit code 0 |
| |
| 21 | 2026-05-29T09:40:49.702Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-29T09:40:49.707Z | + printf ' * rust toolchain channel = "%s"\n' 1.95.0 |
| 23 | 2026-05-29T09:40:49.707Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-29T09:40:49.710Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-29T09:40:49.710Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-29T09:40:49.710Z | * rust toolchain channel = "1.95.0" |
| 27 | 2026-05-29T09:40:49.710Z | * rust toolchain profile = "default" |
| 28 | 2026-05-29T09:40:49.710Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-29T09:40:49.710Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default |
| 30 | 2026-05-29T09:40:49.824Z | info: downloading installer |
| 31 | 2026-05-29T09:40:51.414Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-29T09:40:51.414Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-29T09:40:51.414Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-29T09:40:51.414Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-29T09:40:51.427Z | info: profile set to default |
| 36 | 2026-05-29T09:40:51.427Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-29T09:40:51.430Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 38 | 2026-05-29T09:40:51.568Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 39 | 2026-05-29T09:40:51.571Z | info: downloading 6 components |
| 40 | 2026-05-29T09:41:06.294Z | info: default toolchain set to 1.95.0-x86_64-unknown-illumos |
| 41 | 2026-05-29T09:41:06.294Z | |
| 42 | 2026-05-29T09:41:06.322Z | 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 43 | 2026-05-29T09:41:06.322Z | |
| 44 | 2026-05-29T09:41:06.322Z | |
| 45 | 2026-05-29T09:41:06.322Z | Rust is installed now. Great! |
| 46 | 2026-05-29T09:41:06.322Z | |
| 47 | 2026-05-29T09:41:06.325Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-29T09:41:06.325Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-29T09:41:06.325Z | |
| 50 | 2026-05-29T09:41:06.325Z | To configure your current shell, you need to source |
| 51 | 2026-05-29T09:41:06.325Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-29T09:41:06.325Z | |
| 53 | 2026-05-29T09:41:06.325Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-29T09:41:06.325Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-29T09:41:06.325Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-29T09:41:06.325Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-29T09:41:06.325Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-29T09:41:06.325Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-29T09:41:06.325Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-29T09:41:06.325Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-29T09:41:06.325Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-29T09:41:06.406Z | + rustup --version |
| 63 | 2026-05-29T09:41:06.415Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-29T09:41:06.418Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-29T09:41:06.436Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 66 | 2026-05-29T09:41:06.439Z | + cargo --version |
| 67 | 2026-05-29T09:41:06.453Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 68 | 2026-05-29T09:41:06.456Z | + rustc --version |
| 69 | 2026-05-29T09:41:06.475Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 70 | 2026-05-29T09:41:06.478Z | process exited: duration 16775 ms, exit code 0 |
| |
| 71 | 2026-05-29T09:41:06.484Z | starting task 2: "authentication" |
| 72 | 2026-05-29T09:41:06.500Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-29T09:41:06.505Z | starting task 3: "clone repository" |
| 74 | 2026-05-29T09:41:06.509Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-05-29T09:41:06.512Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-05-29T09:41:06.554Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-05-29T09:41:07.390Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-05-29T09:41:07.391Z | + git fetch origin e7d7abdb05145e19533ff94e1e10ba4c208e27cf |
| 79 | 2026-05-29T09:41:07.635Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-05-29T09:41:07.635Z | * branch e7d7abdb05145e19533ff94e1e10ba4c208e27cf -> FETCH_HEAD |
| 81 | 2026-05-29T09:41:07.640Z | + [[ -n eviction-policy ]] |
| 82 | 2026-05-29T09:41:07.643Z | ++ git branch --show-current |
| 83 | 2026-05-29T09:41:07.643Z | + current=master |
| 84 | 2026-05-29T09:41:07.643Z | + [[ master != eviction-policy ]] |
| 85 | 2026-05-29T09:41:07.643Z | + git branch -f eviction-policy e7d7abdb05145e19533ff94e1e10ba4c208e27cf |
| 86 | 2026-05-29T09:41:07.646Z | + git checkout -f eviction-policy |
| 87 | 2026-05-29T09:41:07.662Z | Switched to branch 'eviction-policy' |
| 88 | 2026-05-29T09:41:07.665Z | + git reset --hard e7d7abdb05145e19533ff94e1e10ba4c208e27cf |
| 89 | 2026-05-29T09:41:07.678Z | HEAD is now at e7d7abd ...thanks, rust-analyzer |
| 90 | 2026-05-29T09:41:07.681Z | process exited: duration 1173 ms, exit code 0 |
| |
| 91 | 2026-05-29T09:41:07.688Z | starting task 4: "build" |
| 92 | 2026-05-29T09:41:07.691Z | + source .github/buildomat/common.sh |
| 93 | 2026-05-29T09:41:07.691Z | ++ rustup show active-toolchain |
| 94 | 2026-05-29T09:41:07.696Z | 1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-05-29T09:41:07.699Z | ++ pushd xde |
| 96 | 2026-05-29T09:41:07.699Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-05-29T09:41:07.699Z | ++ rustup show active-toolchain |
| 98 | 2026-05-29T09:41:07.702Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-05-29T09:41:07.844Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-05-29T09:41:07.848Z | info: downloading 6 components |
| 101 | 2026-05-29T09:41:21.562Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-05-29T09:41:21.660Z | +++ rustup show active-toolchain -v |
| 103 | 2026-05-29T09:41:21.663Z | +++ head -n 1 |
| 104 | 2026-05-29T09:41:21.663Z | +++ cut '-d ' -f1 |
| 105 | 2026-05-29T09:41:21.716Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-05-29T09:41:21.716Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-05-29T09:41:21.716Z | ++ popd |
| 108 | 2026-05-29T09:41:21.719Z | /work/oxidecomputer/opte |
| 109 | 2026-05-29T09:41:21.719Z | + cargo --version |
| 110 | 2026-05-29T09:41:21.726Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 111 | 2026-05-29T09:41:21.729Z | + rustc --version |
| 112 | 2026-05-29T09:41:21.748Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 113 | 2026-05-29T09:41:21.751Z | + cd crates/opte-api |
| 114 | 2026-05-29T09:41:21.751Z | + header 'check API_VERSION' |
| 115 | 2026-05-29T09:41:21.751Z | + echo '# ==== check API_VERSION ==== #' |
| 116 | 2026-05-29T09:41:21.751Z | + ./check-api-version.sh |
| 117 | 2026-05-29T09:41:21.751Z | # ==== check API_VERSION ==== # |
| 118 | 2026-05-29T09:41:21.762Z | + header 'check style' |
| 119 | 2026-05-29T09:41:21.762Z | + echo '# ==== check style ==== #' |
| 120 | 2026-05-29T09:41:21.762Z | # ==== check style ==== # |
| 121 | 2026-05-29T09:41:21.765Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 122 | 2026-05-29T09:41:21.844Z | |
| 123 | 2026-05-29T09:41:21.844Z | real 0.078289889 |
| 124 | 2026-05-29T09:41:21.844Z | user 0.045208938 |
| 125 | 2026-05-29T09:41:21.844Z | sys 0.029714423 |
| 126 | 2026-05-29T09:41:21.844Z | trap 0.000009440 |
| 127 | 2026-05-29T09:41:21.844Z | tflt 0.000041010 |
| 128 | 2026-05-29T09:41:21.844Z | dflt 0.000018820 |
| 129 | 2026-05-29T09:41:21.844Z | kflt 0.000000630 |
| 130 | 2026-05-29T09:41:21.844Z | lock 0.031602992 |
| 131 | 2026-05-29T09:41:21.844Z | slp 0.058009087 |
| 132 | 2026-05-29T09:41:21.844Z | lat 0.000826680 |
| 133 | 2026-05-29T09:41:21.844Z | stop 0.000106470 |
| 134 | 2026-05-29T09:41:21.847Z | + header 'analyze std' |
| 135 | 2026-05-29T09:41:21.847Z | + echo '# ==== analyze std ==== #' |
| 136 | 2026-05-29T09:41:21.847Z | # ==== analyze std ==== # |
| 137 | 2026-05-29T09:41:21.847Z | + ptime -m cargo clippy --all-targets |
| 138 | 2026-05-29T09:41:21.984Z | Updating crates.io index |
| 139 | 2026-05-29T09:41:21.987Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 140 | 2026-05-29T09:41:22.679Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 141 | 2026-05-29T09:41:23.291Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 142 | 2026-05-29T09:41:23.643Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 143 | 2026-05-29T09:41:24.090Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 144 | 2026-05-29T09:41:24.316Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 145 | 2026-05-29T09:41:24.550Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 146 | 2026-05-29T09:41:26.546Z | Downloading crates ... |
| 147 | 2026-05-29T09:41:26.603Z | Downloaded aho-corasick v1.1.4 |
| 148 | 2026-05-29T09:41:26.608Z | Downloaded serde_core v1.0.228 |
| 149 | 2026-05-29T09:41:26.615Z | Downloaded fnv v1.0.7 |
| 150 | 2026-05-29T09:41:26.618Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 151 | 2026-05-29T09:41:26.618Z | Downloaded embedded-io v0.6.1 |
| 152 | 2026-05-29T09:41:26.618Z | Downloaded darling_macro v0.21.3 |
| 153 | 2026-05-29T09:41:26.623Z | Downloaded cfg-if v1.0.4 |
| 154 | 2026-05-29T09:41:26.627Z | Downloaded ident_case v1.0.1 |
| 155 | 2026-05-29T09:41:26.630Z | Downloaded hash32 v0.3.1 |
| 156 | 2026-05-29T09:41:26.630Z | Downloaded strsim v0.11.1 |
| 157 | 2026-05-29T09:41:26.633Z | Downloaded cobs v0.3.0 |
| 158 | 2026-05-29T09:41:26.637Z | Downloaded either v1.15.0 |
| 159 | 2026-05-29T09:41:26.637Z | Downloaded stable_deref_trait v1.2.1 |
| 160 | 2026-05-29T09:41:26.641Z | Downloaded defmt v0.3.100 |
| 161 | 2026-05-29T09:41:26.644Z | Downloaded defmt-parser v1.0.0 |
| 162 | 2026-05-29T09:41:26.644Z | Downloaded managed v0.8.0 |
| 163 | 2026-05-29T09:41:26.647Z | Downloaded embedded-io v0.4.0 |
| 164 | 2026-05-29T09:41:26.650Z | Downloaded macaddr v1.0.1 |
| 165 | 2026-05-29T09:41:26.651Z | Downloaded ingot v0.1.1 |
| 166 | 2026-05-29T09:41:26.654Z | Downloaded thiserror-impl v2.0.18 |
| 167 | 2026-05-29T09:41:26.654Z | Downloaded quote v1.0.45 |
| 168 | 2026-05-29T09:41:26.654Z | Downloaded byteorder v1.5.0 |
| 169 | 2026-05-29T09:41:26.667Z | Downloaded ingot-types v0.1.2 |
| 170 | 2026-05-29T09:41:26.667Z | Downloaded thiserror v2.0.18 |
| 171 | 2026-05-29T09:41:26.668Z | Downloaded defmt-macros v1.0.1 |
| 172 | 2026-05-29T09:41:26.668Z | Downloaded ipnetwork v0.21.1 |
| 173 | 2026-05-29T09:41:26.668Z | Downloaded bitflags v1.3.2 |
| 174 | 2026-05-29T09:41:26.671Z | Downloaded ingot-macros v0.1.1 |
| 175 | 2026-05-29T09:41:26.671Z | Downloaded proc-macro-error2 v2.0.1 |
| 176 | 2026-05-29T09:41:26.674Z | Downloaded defmt v1.0.1 |
| 177 | 2026-05-29T09:41:26.674Z | Downloaded darling v0.21.3 |
| 178 | 2026-05-29T09:41:26.677Z | Downloaded postcard v1.1.3 |
| 179 | 2026-05-29T09:41:26.684Z | Downloaded unicode-ident v1.0.24 |
| 180 | 2026-05-29T09:41:26.687Z | Downloaded proc-macro2 v1.0.106 |
| 181 | 2026-05-29T09:41:26.690Z | Downloaded serde_derive v1.0.228 |
| 182 | 2026-05-29T09:41:26.693Z | Downloaded bitflags v2.11.1 |
| 183 | 2026-05-29T09:41:26.704Z | Downloaded memchr v2.8.0 |
| 184 | 2026-05-29T09:41:26.707Z | Downloaded heapless v0.8.0 |
| 185 | 2026-05-29T09:41:26.710Z | Downloaded serde v1.0.228 |
| 186 | 2026-05-29T09:41:26.717Z | Downloaded darling_core v0.21.3 |
| 187 | 2026-05-29T09:41:26.720Z | Downloaded zerocopy-derive v0.8.48 |
| 188 | 2026-05-29T09:41:26.737Z | Downloaded itertools v0.14.0 |
| 189 | 2026-05-29T09:41:26.744Z | Downloaded regex v1.12.3 |
| 190 | 2026-05-29T09:41:26.766Z | Downloaded zerocopy v0.8.48 |
| 191 | 2026-05-29T09:41:26.782Z | Downloaded smoltcp v0.11.0 |
| 192 | 2026-05-29T09:41:26.791Z | Downloaded syn v2.0.117 |
| 193 | 2026-05-29T09:41:26.797Z | Downloaded regex-syntax v0.8.10 |
| 194 | 2026-05-29T09:41:26.808Z | Downloaded regex-automata v0.4.14 |
| 195 | 2026-05-29T09:41:26.845Z | Compiling proc-macro2 v1.0.106 |
| 196 | 2026-05-29T09:41:26.845Z | Compiling quote v1.0.45 |
| 197 | 2026-05-29T09:41:26.845Z | Compiling unicode-ident v1.0.24 |
| 198 | 2026-05-29T09:41:26.845Z | Compiling fnv v1.0.7 |
| 199 | 2026-05-29T09:41:26.845Z | Compiling memchr v2.8.0 |
| 200 | 2026-05-29T09:41:26.845Z | Compiling strsim v0.11.1 |
| 201 | 2026-05-29T09:41:26.849Z | Compiling ident_case v1.0.1 |
| 202 | 2026-05-29T09:41:26.849Z | Compiling serde_core v1.0.228 |
| 203 | 2026-05-29T09:41:27.012Z | Compiling regex-syntax v0.8.10 |
| 204 | 2026-05-29T09:41:27.029Z | Compiling zerocopy v0.8.48 |
| 205 | 2026-05-29T09:41:27.035Z | Compiling serde v1.0.228 |
| 206 | 2026-05-29T09:41:27.198Z | Compiling either v1.15.0 |
| 207 | 2026-05-29T09:41:27.308Z | Compiling aho-corasick v1.1.4 |
| 208 | 2026-05-29T09:41:27.314Z | Compiling thiserror v2.0.18 |
| 209 | 2026-05-29T09:41:27.372Z | Compiling itertools v0.14.0 |
| 210 | 2026-05-29T09:41:27.449Z | Compiling heapless v0.8.0 |
| 211 | 2026-05-29T09:41:27.463Z | Checking byteorder v1.5.0 |
| 212 | 2026-05-29T09:41:27.624Z | Checking hash32 v0.3.1 |
| 213 | 2026-05-29T09:41:27.732Z | Checking stable_deref_trait v1.2.1 |
| 214 | 2026-05-29T09:41:27.793Z | Compiling smoltcp v0.11.0 |
| 215 | 2026-05-29T09:41:27.881Z | Checking macaddr v1.0.1 |
| 216 | 2026-05-29T09:41:27.921Z | Checking bitflags v2.11.1 |
| 217 | 2026-05-29T09:41:28.140Z | Checking managed v0.8.0 |
| 218 | 2026-05-29T09:41:28.145Z | Checking bitflags v1.3.2 |
| 219 | 2026-05-29T09:41:28.201Z | Compiling syn v2.0.117 |
| 220 | 2026-05-29T09:41:28.248Z | Checking cfg-if v1.0.4 |
| 221 | 2026-05-29T09:41:28.304Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 222 | 2026-05-29T09:41:28.310Z | Checking ipnetwork v0.21.1 |
| 223 | 2026-05-29T09:41:28.478Z | Compiling regex-automata v0.4.14 |
| 224 | 2026-05-29T09:41:29.967Z | Compiling regex v1.12.3 |
| 225 | 2026-05-29T09:41:30.362Z | Compiling darling_core v0.21.3 |
| 226 | 2026-05-29T09:41:30.700Z | Compiling thiserror-impl v2.0.18 |
| 227 | 2026-05-29T09:41:30.700Z | Compiling serde_derive v1.0.228 |
| 228 | 2026-05-29T09:41:30.703Z | Compiling zerocopy-derive v0.8.48 |
| 229 | 2026-05-29T09:41:31.674Z | Checking cobs v0.3.0 |
| 230 | 2026-05-29T09:41:31.698Z | Compiling darling_macro v0.21.3 |
| 231 | 2026-05-29T09:41:32.188Z | Compiling darling v0.21.3 |
| 232 | 2026-05-29T09:41:32.252Z | Compiling ingot-macros v0.1.1 |
| 233 | 2026-05-29T09:41:32.933Z | Checking postcard v1.1.3 |
| 234 | 2026-05-29T09:41:34.188Z | Checking ingot-types v0.1.2 |
| 235 | 2026-05-29T09:41:34.446Z | Checking ingot v0.1.1 |
| 236 | 2026-05-29T09:41:35.725Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 237 | 2026-05-29T09:41:36.706Z | Finished `dev` profile [optimized + debuginfo] target(s) in 14.81s |
| 238 | 2026-05-29T09:41:36.821Z | |
| 239 | 2026-05-29T09:41:36.821Z | real 14.971464777 |
| 240 | 2026-05-29T09:41:36.821Z | user 30.478250897 |
| 241 | 2026-05-29T09:41:36.821Z | sys 6.055562626 |
| 242 | 2026-05-29T09:41:36.821Z | trap 0.011028725 |
| 243 | 2026-05-29T09:41:36.821Z | tflt 0.074744970 |
| 244 | 2026-05-29T09:41:36.821Z | dflt 0.240553816 |
| 245 | 2026-05-29T09:41:36.821Z | kflt 0.005071146 |
| 246 | 2026-05-29T09:41:36.821Z | lock 1:27.868156169 |
| 247 | 2026-05-29T09:41:36.824Z | slp 1:32.411533294 |
| 248 | 2026-05-29T09:41:36.824Z | lat 1.043201423 |
| 249 | 2026-05-29T09:41:36.825Z | stop 3.922976161 |
| 250 | 2026-05-29T09:41:36.825Z | + header 'analyze no_std' |
| 251 | 2026-05-29T09:41:36.825Z | + echo '# ==== analyze no_std ==== #' |
| 252 | 2026-05-29T09:41:36.825Z | # ==== analyze no_std ==== # |
| 253 | 2026-05-29T09:41:36.825Z | + ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings |
| 254 | 2026-05-29T09:41:36.926Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 255 | 2026-05-29T09:41:37.137Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 256 | 2026-05-29T09:41:38.103Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.24s |
| 257 | 2026-05-29T09:41:38.126Z | |
| 258 | 2026-05-29T09:41:38.129Z | real 1.300349947 |
| 259 | 2026-05-29T09:41:38.129Z | user 1.870105593 |
| 260 | 2026-05-29T09:41:38.129Z | sys 0.263366125 |
| 261 | 2026-05-29T09:41:38.129Z | trap 0.000178970 |
| 262 | 2026-05-29T09:41:38.129Z | tflt 0.000174350 |
| 263 | 2026-05-29T09:41:38.129Z | dflt 0.000118980 |
| 264 | 2026-05-29T09:41:38.130Z | kflt 0.000000000 |
| 265 | 2026-05-29T09:41:38.130Z | lock 4.284395021 |
| 266 | 2026-05-29T09:41:38.130Z | slp 5.245853764 |
| 267 | 2026-05-29T09:41:38.130Z | lat 0.002406290 |
| 268 | 2026-05-29T09:41:38.130Z | stop 0.044535285 |
| 269 | 2026-05-29T09:41:38.130Z | + header test |
| 270 | 2026-05-29T09:41:38.130Z | + echo '# ==== test ==== #' |
| 271 | 2026-05-29T09:41:38.130Z | # ==== test ==== # |
| 272 | 2026-05-29T09:41:38.130Z | + ptime -m cargo test |
| 273 | 2026-05-29T09:41:38.263Z | Compiling serde_core v1.0.228 |
| 274 | 2026-05-29T09:41:38.263Z | Compiling byteorder v1.5.0 |
| 275 | 2026-05-29T09:41:38.263Z | Compiling bitflags v2.11.1 |
| 276 | 2026-05-29T09:41:38.263Z | Compiling macaddr v1.0.1 |
| 277 | 2026-05-29T09:41:38.286Z | Compiling thiserror v2.0.18 |
| 278 | 2026-05-29T09:41:38.286Z | Compiling zerocopy v0.8.48 |
| 279 | 2026-05-29T09:41:38.289Z | Compiling stable_deref_trait v1.2.1 |
| 280 | 2026-05-29T09:41:38.292Z | Compiling bitflags v1.3.2 |
| 281 | 2026-05-29T09:41:38.343Z | Compiling cobs v0.3.0 |
| 282 | 2026-05-29T09:41:38.343Z | Compiling cfg-if v1.0.4 |
| 283 | 2026-05-29T09:41:38.370Z | Compiling managed v0.8.0 |
| 284 | 2026-05-29T09:41:38.396Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 285 | 2026-05-29T09:41:38.441Z | Compiling hash32 v0.3.1 |
| 286 | 2026-05-29T09:41:38.515Z | Compiling ipnetwork v0.21.1 |
| 287 | 2026-05-29T09:41:38.576Z | Compiling heapless v0.8.0 |
| 288 | 2026-05-29T09:41:38.914Z | Compiling smoltcp v0.11.0 |
| 289 | 2026-05-29T09:41:39.778Z | Compiling serde v1.0.228 |
| 290 | 2026-05-29T09:41:40.177Z | Compiling postcard v1.1.3 |
| 291 | 2026-05-29T09:41:40.919Z | Compiling ingot-types v0.1.2 |
| 292 | 2026-05-29T09:41:41.188Z | Compiling ingot v0.1.1 |
| 293 | 2026-05-29T09:41:42.548Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 294 | 2026-05-29T09:41:44.267Z | Finished `test` profile [optimized + debuginfo] target(s) in 6.13s |
| 295 | 2026-05-29T09:41:44.277Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-d9d2bed34e16b285) |
| 296 | 2026-05-29T09:41:44.280Z | |
| 297 | 2026-05-29T09:41:44.280Z | running 25 tests |
| 298 | 2026-05-29T09:41:44.280Z | test encap::test::bad_vni ... ok |
| 299 | 2026-05-29T09:41:44.280Z | test dns::tests::test_domain_name ... ok |
| 300 | 2026-05-29T09:41:44.280Z | test ip::test::bad_cidr ... ok |
| 301 | 2026-05-29T09:41:44.280Z | test ip::test::bad_prefix_len ... ok |
| 302 | 2026-05-29T09:41:44.280Z | test encap::test::good_vni ... ok |
| 303 | 2026-05-29T09:41:44.280Z | test ip::test::dhcp_fqdn ... ok |
| 304 | 2026-05-29T09:41:44.280Z | test encap::test::vni_round_trip ... ok |
| 305 | 2026-05-29T09:41:44.280Z | test ip::test::good_cidr ... ok |
| 306 | 2026-05-29T09:41:44.280Z | test ip::test::ipv4_addr_bad ... ok |
| 307 | 2026-05-29T09:41:44.280Z | test ip::test::ipv4_addr_good ... ok |
| 308 | 2026-05-29T09:41:44.280Z | test ip::test::ipv4_mask ... ok |
| 309 | 2026-05-29T09:41:44.280Z | test ip::test::ipv6_cidr_is_member ... ok |
| 310 | 2026-05-29T09:41:44.283Z | test ip::test::ipv6_is_default ... ok |
| 311 | 2026-05-29T09:41:44.283Z | test ip::test::ipv6_mask ... ok |
| 312 | 2026-05-29T09:41:44.283Z | test ip::test::ipv6_prefix_len ... ok |
| 313 | 2026-05-29T09:41:44.283Z | test ip::test::test_ip_addr_from_str ... ok |
| 314 | 2026-05-29T09:41:44.283Z | test ip::test::test_ip_cidr_from_str ... ok |
| 315 | 2026-05-29T09:41:44.283Z | test ip::test::test_ipv4_multicast_mac ... ok |
| 316 | 2026-05-29T09:41:44.283Z | test ip::test::test_ipv6_admin_scoped_multicast ... ok |
| 317 | 2026-05-29T09:41:44.283Z | test ip::test::test_ipv6_from_const ... ok |
| 318 | 2026-05-29T09:41:44.283Z | test ip::test::test_ipv6_from_eui64 ... ok |
| 319 | 2026-05-29T09:41:44.283Z | test ip::test::test_ipv6_is_multicast ... ok |
| 320 | 2026-05-29T09:41:44.284Z | test ip::test::test_ipv6_multicast_mac ... ok |
| 321 | 2026-05-29T09:41:44.284Z | test ip::test::test_ipv6_solicited_node_multicast ... ok |
| 322 | 2026-05-29T09:41:44.284Z | test ip::test::test_multicast_underlay_serde ... ok |
| 323 | 2026-05-29T09:41:44.284Z | |
| 324 | 2026-05-29T09:41:44.284Z | test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 325 | 2026-05-29T09:41:44.284Z | |
| 326 | 2026-05-29T09:41:44.284Z | Doc-tests opte_api |
| 327 | 2026-05-29T09:41:44.874Z | |
| 328 | 2026-05-29T09:41:44.874Z | running 1 test |
| 329 | 2026-05-29T09:41:44.877Z | test crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok |
| 330 | 2026-05-29T09:41:44.877Z | |
| 331 | 2026-05-29T09:41:44.877Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 332 | 2026-05-29T09:41:44.877Z | |
| 333 | 2026-05-29T09:41:44.877Z | all doctests ran in 0.44s; merged doctests compilation took 0.44s |
| 334 | 2026-05-29T09:41:44.896Z | |
| 335 | 2026-05-29T09:41:44.899Z | real 6.761102091 |
| 336 | 2026-05-29T09:41:44.899Z | user 17.378179859 |
| 337 | 2026-05-29T09:41:44.899Z | sys 2.053414510 |
| 338 | 2026-05-29T09:41:44.899Z | trap 0.003629510 |
| 339 | 2026-05-29T09:41:44.899Z | tflt 0.155476376 |
| 340 | 2026-05-29T09:41:44.900Z | dflt 0.084087952 |
| 341 | 2026-05-29T09:41:44.900Z | kflt 0.000381620 |
| 342 | 2026-05-29T09:41:44.900Z | lock 53.595096884 |
| 343 | 2026-05-29T09:41:44.900Z | slp 31.415817534 |
| 344 | 2026-05-29T09:41:44.900Z | lat 0.904766315 |
| 345 | 2026-05-29T09:41:44.900Z | stop 0.887454124 |
| 346 | 2026-05-29T09:41:44.900Z | process exited: duration 37209 ms, exit code 0 |
| |
| 347 | 2026-05-29T09:41:44.906Z | found 0 output files |