|
|
|
| 1 | 2026-05-28T16:59:37.389Z | job assigned to worker 01KSQRCNN3KTP16N10HKS64HZ7 [factory aws, i-0302726f7ca8456ca] (queued for 52 s) |
| |
| 2 | 2026-05-28T16:59:44.398Z | starting task 0: "setup" |
| 3 | 2026-05-28T16:59:44.402Z | ++ uname -s |
| 4 | 2026-05-28T16:59:44.405Z | + kern=SunOS |
| 5 | 2026-05-28T16:59:44.405Z | + build_user=build |
| 6 | 2026-05-28T16:59:44.405Z | + build_uid=12345 |
| 7 | 2026-05-28T16:59:44.405Z | + work_dir=/work |
| 8 | 2026-05-28T16:59:44.405Z | + input_dir=/input |
| 9 | 2026-05-28T16:59:44.405Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-28T16:59:44.405Z | + case "$kern" in |
| 11 | 2026-05-28T16:59:44.405Z | + groupadd -g 12345 build |
| 12 | 2026-05-28T16:59:44.408Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-28T16:59:46.412Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-28T16:59:46.486Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-28T16:59:46.490Z | + home_fs=zfs |
| 16 | 2026-05-28T16:59:46.490Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-28T16:59:46.490Z | + mkdir -p /home/build |
| 18 | 2026-05-28T16:59:46.490Z | + chown build:build /home/build /work |
| 19 | 2026-05-28T16:59:48.489Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-28T16:59:48.492Z | process exited: duration 4093 ms, exit code 0 |
| |
| 21 | 2026-05-28T16:59:48.498Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-28T16:59:48.501Z | + printf ' * rust toolchain channel = "%s"\n' 1.95.0 |
| 23 | 2026-05-28T16:59:48.501Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-28T16:59:48.501Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-28T16:59:48.501Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-28T16:59:48.501Z | * rust toolchain channel = "1.95.0" |
| 27 | 2026-05-28T16:59:48.501Z | * rust toolchain profile = "default" |
| 28 | 2026-05-28T16:59:48.504Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-28T16:59:48.504Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default |
| 30 | 2026-05-28T16:59:48.594Z | info: downloading installer |
| 31 | 2026-05-28T16:59:49.916Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-28T16:59:49.916Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-28T16:59:49.916Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-28T16:59:49.916Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-28T16:59:49.929Z | info: profile set to default |
| 36 | 2026-05-28T16:59:49.929Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-28T16:59:49.931Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 38 | 2026-05-28T16:59:50.061Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 39 | 2026-05-28T16:59:50.064Z | info: downloading 6 components |
| 40 | 2026-05-28T17:00:04.795Z | |
| 41 | 2026-05-28T17:00:04.795Z | info: default toolchain set to 1.95.0-x86_64-unknown-illumos |
| 42 | 2026-05-28T17:00:04.824Z | 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 43 | 2026-05-28T17:00:04.824Z | |
| 44 | 2026-05-28T17:00:04.824Z | |
| 45 | 2026-05-28T17:00:04.824Z | Rust is installed now. Great! |
| 46 | 2026-05-28T17:00:04.824Z | |
| 47 | 2026-05-28T17:00:04.824Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-28T17:00:04.827Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-28T17:00:04.827Z | |
| 50 | 2026-05-28T17:00:04.827Z | To configure your current shell, you need to source |
| 51 | 2026-05-28T17:00:04.827Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-28T17:00:04.827Z | |
| 53 | 2026-05-28T17:00:04.827Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-28T17:00:04.827Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-28T17:00:04.827Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-28T17:00:04.827Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-28T17:00:04.827Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-28T17:00:04.827Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-28T17:00:04.827Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-28T17:00:04.827Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-28T17:00:04.827Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-28T17:00:04.915Z | + rustup --version |
| 63 | 2026-05-28T17:00:04.924Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-28T17:00:04.926Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-28T17:00:04.945Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 66 | 2026-05-28T17:00:04.948Z | + cargo --version |
| 67 | 2026-05-28T17:00:04.962Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 68 | 2026-05-28T17:00:04.965Z | + rustc --version |
| 69 | 2026-05-28T17:00:04.984Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 70 | 2026-05-28T17:00:04.987Z | process exited: duration 16488 ms, exit code 0 |
| |
| 71 | 2026-05-28T17:00:04.992Z | starting task 2: "authentication" |
| 72 | 2026-05-28T17:00:05.009Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-28T17:00:05.014Z | starting task 3: "clone repository" |
| 74 | 2026-05-28T17:00:05.018Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-05-28T17:00:05.020Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-05-28T17:00:05.059Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-05-28T17:00:06.605Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-05-28T17:00:06.605Z | + git fetch origin dba5a0313b0c6ec8aacde73b30440e4fafb02cb5 |
| 79 | 2026-05-28T17:00:06.950Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-05-28T17:00:06.950Z | * branch dba5a0313b0c6ec8aacde73b30440e4fafb02cb5 -> FETCH_HEAD |
| 81 | 2026-05-28T17:00:06.955Z | + [[ -n eviction-policy ]] |
| 82 | 2026-05-28T17:00:06.958Z | ++ git branch --show-current |
| 83 | 2026-05-28T17:00:06.959Z | + current=master |
| 84 | 2026-05-28T17:00:06.959Z | + [[ master != eviction-policy ]] |
| 85 | 2026-05-28T17:00:06.959Z | + git branch -f eviction-policy dba5a0313b0c6ec8aacde73b30440e4fafb02cb5 |
| 86 | 2026-05-28T17:00:06.962Z | + git checkout -f eviction-policy |
| 87 | 2026-05-28T17:00:06.977Z | Switched to branch 'eviction-policy' |
| 88 | 2026-05-28T17:00:06.980Z | + git reset --hard dba5a0313b0c6ec8aacde73b30440e4fafb02cb5 |
| 89 | 2026-05-28T17:00:06.994Z | HEAD is now at dba5a03 Ry review feedback. |
| 90 | 2026-05-28T17:00:06.997Z | process exited: duration 1979 ms, exit code 0 |
| |
| 91 | 2026-05-28T17:00:07.003Z | starting task 4: "build" |
| 92 | 2026-05-28T17:00:07.007Z | + source .github/buildomat/common.sh |
| 93 | 2026-05-28T17:00:07.010Z | ++ rustup show active-toolchain |
| 94 | 2026-05-28T17:00:07.013Z | 1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-05-28T17:00:07.015Z | ++ pushd xde |
| 96 | 2026-05-28T17:00:07.015Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-05-28T17:00:07.016Z | ++ rustup show active-toolchain |
| 98 | 2026-05-28T17:00:07.018Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-05-28T17:00:07.153Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-05-28T17:00:07.157Z | info: downloading 6 components |
| 101 | 2026-05-28T17:00:20.509Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-05-28T17:00:20.604Z | +++ rustup show active-toolchain -v |
| 103 | 2026-05-28T17:00:20.607Z | +++ head -n 1 |
| 104 | 2026-05-28T17:00:20.607Z | +++ cut '-d ' -f1 |
| 105 | 2026-05-28T17:00:20.658Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-05-28T17:00:20.658Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-05-28T17:00:20.661Z | ++ popd |
| 108 | 2026-05-28T17:00:20.661Z | /work/oxidecomputer/opte |
| 109 | 2026-05-28T17:00:20.661Z | + cargo --version |
| 110 | 2026-05-28T17:00:20.667Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 111 | 2026-05-28T17:00:20.670Z | + rustc --version |
| 112 | 2026-05-28T17:00:20.690Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 113 | 2026-05-28T17:00:20.693Z | + cd crates/opte-api |
| 114 | 2026-05-28T17:00:20.693Z | + header 'check API_VERSION' |
| 115 | 2026-05-28T17:00:20.693Z | + echo '# ==== check API_VERSION ==== #' |
| 116 | 2026-05-28T17:00:20.693Z | # ==== check API_VERSION ==== # |
| 117 | 2026-05-28T17:00:20.693Z | + ./check-api-version.sh |
| 118 | 2026-05-28T17:00:20.704Z | + header 'check style' |
| 119 | 2026-05-28T17:00:20.704Z | + echo '# ==== check style ==== #' |
| 120 | 2026-05-28T17:00:20.707Z | # ==== check style ==== # |
| 121 | 2026-05-28T17:00:20.707Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 122 | 2026-05-28T17:00:20.786Z | |
| 123 | 2026-05-28T17:00:20.786Z | real 0.077863829 |
| 124 | 2026-05-28T17:00:20.790Z | user 0.045486858 |
| 125 | 2026-05-28T17:00:20.790Z | sys 0.029424243 |
| 126 | 2026-05-28T17:00:20.790Z | trap 0.000000270 |
| 127 | 2026-05-28T17:00:20.790Z | tflt 0.000021010 |
| 128 | 2026-05-28T17:00:20.790Z | dflt 0.000005170 |
| 129 | 2026-05-28T17:00:20.790Z | kflt 0.000000000 |
| 130 | 2026-05-28T17:00:20.790Z | lock 0.031386312 |
| 131 | 2026-05-28T17:00:20.790Z | slp 0.057462156 |
| 132 | 2026-05-28T17:00:20.790Z | lat 0.000666120 |
| 133 | 2026-05-28T17:00:20.790Z | stop 0.000095540 |
| 134 | 2026-05-28T17:00:20.790Z | + header 'analyze std' |
| 135 | 2026-05-28T17:00:20.790Z | + echo '# ==== analyze std ==== #' |
| 136 | 2026-05-28T17:00:20.790Z | + ptime -m cargo clippy --all-targets |
| 137 | 2026-05-28T17:00:20.790Z | # ==== analyze std ==== # |
| 138 | 2026-05-28T17:00:20.926Z | Updating crates.io index |
| 139 | 2026-05-28T17:00:20.960Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 140 | 2026-05-28T17:00:22.822Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 141 | 2026-05-28T17:00:23.098Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 142 | 2026-05-28T17:00:23.508Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 143 | 2026-05-28T17:00:23.880Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 144 | 2026-05-28T17:00:24.205Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 145 | 2026-05-28T17:00:24.484Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 146 | 2026-05-28T17:00:26.357Z | Downloading crates ... |
| 147 | 2026-05-28T17:00:26.416Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 148 | 2026-05-28T17:00:26.419Z | Downloaded cobs v0.3.0 |
| 149 | 2026-05-28T17:00:26.419Z | Downloaded defmt-parser v1.0.0 |
| 150 | 2026-05-28T17:00:26.422Z | Downloaded defmt v0.3.100 |
| 151 | 2026-05-28T17:00:26.428Z | Downloaded heapless v0.8.0 |
| 152 | 2026-05-28T17:00:26.431Z | Downloaded managed v0.8.0 |
| 153 | 2026-05-28T17:00:26.431Z | Downloaded hash32 v0.3.1 |
| 154 | 2026-05-28T17:00:26.434Z | Downloaded darling_macro v0.21.3 |
| 155 | 2026-05-28T17:00:26.436Z | Downloaded ident_case v1.0.1 |
| 156 | 2026-05-28T17:00:26.437Z | Downloaded fnv v1.0.7 |
| 157 | 2026-05-28T17:00:26.439Z | Downloaded embedded-io v0.4.0 |
| 158 | 2026-05-28T17:00:26.444Z | Downloaded thiserror-impl v2.0.18 |
| 159 | 2026-05-28T17:00:26.447Z | Downloaded quote v1.0.45 |
| 160 | 2026-05-28T17:00:26.447Z | Downloaded macaddr v1.0.1 |
| 161 | 2026-05-28T17:00:26.452Z | Downloaded either v1.15.0 |
| 162 | 2026-05-28T17:00:26.455Z | Downloaded ingot-types v0.1.2 |
| 163 | 2026-05-28T17:00:26.455Z | Downloaded defmt v1.0.1 |
| 164 | 2026-05-28T17:00:26.458Z | Downloaded bitflags v1.3.2 |
| 165 | 2026-05-28T17:00:26.460Z | Downloaded darling v0.21.3 |
| 166 | 2026-05-28T17:00:26.473Z | Downloaded thiserror v2.0.18 |
| 167 | 2026-05-28T17:00:26.482Z | Downloaded serde v1.0.228 |
| 168 | 2026-05-28T17:00:26.485Z | Downloaded serde_core v1.0.228 |
| 169 | 2026-05-28T17:00:26.488Z | Downloaded darling_core v0.21.3 |
| 170 | 2026-05-28T17:00:26.490Z | Downloaded memchr v2.8.0 |
| 171 | 2026-05-28T17:00:26.516Z | Downloaded aho-corasick v1.1.4 |
| 172 | 2026-05-28T17:00:26.519Z | Downloaded defmt-macros v1.0.1 |
| 173 | 2026-05-28T17:00:26.526Z | Downloaded itertools v0.14.0 |
| 174 | 2026-05-28T17:00:26.530Z | Downloaded stable_deref_trait v1.2.1 |
| 175 | 2026-05-28T17:00:26.533Z | Downloaded embedded-io v0.6.1 |
| 176 | 2026-05-28T17:00:26.540Z | Downloaded strsim v0.11.1 |
| 177 | 2026-05-28T17:00:26.550Z | Downloaded cfg-if v1.0.4 |
| 178 | 2026-05-28T17:00:26.552Z | Downloaded byteorder v1.5.0 |
| 179 | 2026-05-28T17:00:26.557Z | Downloaded ingot v0.1.1 |
| 180 | 2026-05-28T17:00:26.560Z | Downloaded proc-macro-error2 v2.0.1 |
| 181 | 2026-05-28T17:00:26.563Z | Downloaded ipnetwork v0.21.1 |
| 182 | 2026-05-28T17:00:26.565Z | Downloaded ingot-macros v0.1.1 |
| 183 | 2026-05-28T17:00:26.569Z | Downloaded serde_derive v1.0.228 |
| 184 | 2026-05-28T17:00:26.571Z | Downloaded postcard v1.1.3 |
| 185 | 2026-05-28T17:00:26.574Z | Downloaded unicode-ident v1.0.24 |
| 186 | 2026-05-28T17:00:26.578Z | Downloaded bitflags v2.11.1 |
| 187 | 2026-05-28T17:00:26.584Z | Downloaded proc-macro2 v1.0.106 |
| 188 | 2026-05-28T17:00:26.589Z | Downloaded zerocopy-derive v0.8.48 |
| 189 | 2026-05-28T17:00:26.618Z | Downloaded syn v2.0.117 |
| 190 | 2026-05-28T17:00:26.624Z | Downloaded zerocopy v0.8.48 |
| 191 | 2026-05-28T17:00:26.634Z | Downloaded smoltcp v0.11.0 |
| 192 | 2026-05-28T17:00:26.640Z | Downloaded regex v1.12.3 |
| 193 | 2026-05-28T17:00:26.643Z | Downloaded regex-syntax v0.8.10 |
| 194 | 2026-05-28T17:00:26.650Z | Downloaded regex-automata v0.4.14 |
| 195 | 2026-05-28T17:00:26.686Z | Compiling proc-macro2 v1.0.106 |
| 196 | 2026-05-28T17:00:26.686Z | Compiling unicode-ident v1.0.24 |
| 197 | 2026-05-28T17:00:26.686Z | Compiling quote v1.0.45 |
| 198 | 2026-05-28T17:00:26.686Z | Compiling memchr v2.8.0 |
| 199 | 2026-05-28T17:00:26.690Z | Compiling fnv v1.0.7 |
| 200 | 2026-05-28T17:00:26.690Z | Compiling strsim v0.11.1 |
| 201 | 2026-05-28T17:00:26.690Z | Compiling ident_case v1.0.1 |
| 202 | 2026-05-28T17:00:26.690Z | Compiling regex-syntax v0.8.10 |
| 203 | 2026-05-28T17:00:26.854Z | Compiling serde_core v1.0.228 |
| 204 | 2026-05-28T17:00:26.872Z | Compiling zerocopy v0.8.48 |
| 205 | 2026-05-28T17:00:26.878Z | Compiling thiserror v2.0.18 |
| 206 | 2026-05-28T17:00:27.045Z | Compiling serde v1.0.228 |
| 207 | 2026-05-28T17:00:27.156Z | Compiling aho-corasick v1.1.4 |
| 208 | 2026-05-28T17:00:27.208Z | Compiling either v1.15.0 |
| 209 | 2026-05-28T17:00:27.307Z | Compiling heapless v0.8.0 |
| 210 | 2026-05-28T17:00:27.398Z | Compiling itertools v0.14.0 |
| 211 | 2026-05-28T17:00:27.398Z | Checking byteorder v1.5.0 |
| 212 | 2026-05-28T17:00:27.407Z | Compiling smoltcp v0.11.0 |
| 213 | 2026-05-28T17:00:27.552Z | Checking hash32 v0.3.1 |
| 214 | 2026-05-28T17:00:27.657Z | Checking macaddr v1.0.1 |
| 215 | 2026-05-28T17:00:27.774Z | Checking stable_deref_trait v1.2.1 |
| 216 | 2026-05-28T17:00:27.782Z | Checking bitflags v2.11.1 |
| 217 | 2026-05-28T17:00:27.943Z | Checking bitflags v1.3.2 |
| 218 | 2026-05-28T17:00:28.001Z | Compiling syn v2.0.117 |
| 219 | 2026-05-28T17:00:28.021Z | Checking managed v0.8.0 |
| 220 | 2026-05-28T17:00:28.068Z | Checking cfg-if v1.0.4 |
| 221 | 2026-05-28T17:00:28.128Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 222 | 2026-05-28T17:00:28.200Z | Checking ipnetwork v0.21.1 |
| 223 | 2026-05-28T17:00:28.227Z | Compiling regex-automata v0.4.14 |
| 224 | 2026-05-28T17:00:29.725Z | Compiling regex v1.12.3 |
| 225 | 2026-05-28T17:00:30.217Z | Compiling darling_core v0.21.3 |
| 226 | 2026-05-28T17:00:30.559Z | Compiling thiserror-impl v2.0.18 |
| 227 | 2026-05-28T17:00:30.559Z | Compiling zerocopy-derive v0.8.48 |
| 228 | 2026-05-28T17:00:30.562Z | Compiling serde_derive v1.0.228 |
| 229 | 2026-05-28T17:00:31.554Z | Checking cobs v0.3.0 |
| 230 | 2026-05-28T17:00:31.575Z | Compiling darling_macro v0.21.3 |
| 231 | 2026-05-28T17:00:32.048Z | Compiling darling v0.21.3 |
| 232 | 2026-05-28T17:00:32.112Z | Compiling ingot-macros v0.1.1 |
| 233 | 2026-05-28T17:00:32.812Z | Checking postcard v1.1.3 |
| 234 | 2026-05-28T17:00:34.159Z | Checking ingot-types v0.1.2 |
| 235 | 2026-05-28T17:00:34.425Z | Checking ingot v0.1.1 |
| 236 | 2026-05-28T17:00:35.707Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 237 | 2026-05-28T17:00:36.693Z | Finished `dev` profile [optimized + debuginfo] target(s) in 15.85s |
| 238 | 2026-05-28T17:00:36.799Z | |
| 239 | 2026-05-28T17:00:36.799Z | real 16.007658309 |
| 240 | 2026-05-28T17:00:36.799Z | user 30.923794824 |
| 241 | 2026-05-28T17:00:36.799Z | sys 6.120815114 |
| 242 | 2026-05-28T17:00:36.799Z | trap 0.015434558 |
| 243 | 2026-05-28T17:00:36.799Z | tflt 0.068167264 |
| 244 | 2026-05-28T17:00:36.799Z | dflt 0.173331865 |
| 245 | 2026-05-28T17:00:36.799Z | kflt 0.003600494 |
| 246 | 2026-05-28T17:00:36.799Z | lock 1:30.031596217 |
| 247 | 2026-05-28T17:00:36.799Z | slp 1:35.160002184 |
| 248 | 2026-05-28T17:00:36.799Z | lat 1.600087109 |
| 249 | 2026-05-28T17:00:36.799Z | stop 4.352256246 |
| 250 | 2026-05-28T17:00:36.802Z | + header 'analyze no_std' |
| 251 | 2026-05-28T17:00:36.802Z | + echo '# ==== analyze no_std ==== #' |
| 252 | 2026-05-28T17:00:36.802Z | # ==== analyze no_std ==== # |
| 253 | 2026-05-28T17:00:36.802Z | + ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings |
| 254 | 2026-05-28T17:00:36.905Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 255 | 2026-05-28T17:00:37.113Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 256 | 2026-05-28T17:00:38.104Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.26s |
| 257 | 2026-05-28T17:00:38.127Z | |
| 258 | 2026-05-28T17:00:38.130Z | real 1.322876852 |
| 259 | 2026-05-28T17:00:38.130Z | user 1.917406576 |
| 260 | 2026-05-28T17:00:38.130Z | sys 0.265300939 |
| 261 | 2026-05-28T17:00:38.131Z | trap 0.000467220 |
| 262 | 2026-05-28T17:00:38.131Z | tflt 0.000099140 |
| 263 | 2026-05-28T17:00:38.131Z | dflt 0.000151940 |
| 264 | 2026-05-28T17:00:38.131Z | kflt 0.000000000 |
| 265 | 2026-05-28T17:00:38.131Z | lock 4.374976886 |
| 266 | 2026-05-28T17:00:38.131Z | slp 5.375469293 |
| 267 | 2026-05-28T17:00:38.131Z | lat 0.003526412 |
| 268 | 2026-05-28T17:00:38.131Z | stop 0.041483160 |
| 269 | 2026-05-28T17:00:38.131Z | + header test |
| 270 | 2026-05-28T17:00:38.131Z | + echo '# ==== test ==== #' |
| 271 | 2026-05-28T17:00:38.131Z | + ptime -m cargo test |
| 272 | 2026-05-28T17:00:38.131Z | # ==== test ==== # |
| 273 | 2026-05-28T17:00:38.261Z | Compiling serde_core v1.0.228 |
| 274 | 2026-05-28T17:00:38.261Z | Compiling byteorder v1.5.0 |
| 275 | 2026-05-28T17:00:38.265Z | Compiling stable_deref_trait v1.2.1 |
| 276 | 2026-05-28T17:00:38.265Z | Compiling macaddr v1.0.1 |
| 277 | 2026-05-28T17:00:38.284Z | Compiling zerocopy v0.8.48 |
| 278 | 2026-05-28T17:00:38.287Z | Compiling thiserror v2.0.18 |
| 279 | 2026-05-28T17:00:38.290Z | Compiling bitflags v2.11.1 |
| 280 | 2026-05-28T17:00:38.290Z | Compiling bitflags v1.3.2 |
| 281 | 2026-05-28T17:00:38.337Z | Compiling cobs v0.3.0 |
| 282 | 2026-05-28T17:00:38.340Z | Compiling managed v0.8.0 |
| 283 | 2026-05-28T17:00:38.373Z | Compiling cfg-if v1.0.4 |
| 284 | 2026-05-28T17:00:38.446Z | Compiling hash32 v0.3.1 |
| 285 | 2026-05-28T17:00:38.455Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 286 | 2026-05-28T17:00:38.524Z | Compiling ipnetwork v0.21.1 |
| 287 | 2026-05-28T17:00:38.564Z | Compiling heapless v0.8.0 |
| 288 | 2026-05-28T17:00:38.907Z | Compiling smoltcp v0.11.0 |
| 289 | 2026-05-28T17:00:39.812Z | Compiling serde v1.0.228 |
| 290 | 2026-05-28T17:00:40.204Z | Compiling postcard v1.1.3 |
| 291 | 2026-05-28T17:00:40.975Z | Compiling ingot-types v0.1.2 |
| 292 | 2026-05-28T17:00:41.248Z | Compiling ingot v0.1.1 |
| 293 | 2026-05-28T17:00:42.618Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 294 | 2026-05-28T17:00:44.357Z | Finished `test` profile [optimized + debuginfo] target(s) in 6.22s |
| 295 | 2026-05-28T17:00:44.367Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-d9d2bed34e16b285) |
| 296 | 2026-05-28T17:00:44.370Z | |
| 297 | 2026-05-28T17:00:44.370Z | running 25 tests |
| 298 | 2026-05-28T17:00:44.370Z | test encap::test::good_vni ... ok |
| 299 | 2026-05-28T17:00:44.370Z | test dns::tests::test_domain_name ... ok |
| 300 | 2026-05-28T17:00:44.370Z | test encap::test::bad_vni ... ok |
| 301 | 2026-05-28T17:00:44.370Z | test encap::test::vni_round_trip ... ok |
| 302 | 2026-05-28T17:00:44.370Z | test ip::test::bad_prefix_len ... ok |
| 303 | 2026-05-28T17:00:44.370Z | test ip::test::bad_cidr ... ok |
| 304 | 2026-05-28T17:00:44.370Z | test ip::test::dhcp_fqdn ... ok |
| 305 | 2026-05-28T17:00:44.370Z | test ip::test::good_cidr ... ok |
| 306 | 2026-05-28T17:00:44.370Z | test ip::test::ipv4_addr_good ... ok |
| 307 | 2026-05-28T17:00:44.370Z | test ip::test::ipv4_addr_bad ... ok |
| 308 | 2026-05-28T17:00:44.370Z | test ip::test::ipv4_mask ... ok |
| 309 | 2026-05-28T17:00:44.370Z | test ip::test::ipv6_cidr_is_member ... ok |
| 310 | 2026-05-28T17:00:44.370Z | test ip::test::ipv6_is_default ... ok |
| 311 | 2026-05-28T17:00:44.370Z | test ip::test::ipv6_mask ... ok |
| 312 | 2026-05-28T17:00:44.370Z | test ip::test::ipv6_prefix_len ... ok |
| 313 | 2026-05-28T17:00:44.370Z | test ip::test::test_ip_addr_from_str ... ok |
| 314 | 2026-05-28T17:00:44.370Z | test ip::test::test_ip_cidr_from_str ... ok |
| 315 | 2026-05-28T17:00:44.370Z | test ip::test::test_ipv4_multicast_mac ... ok |
| 316 | 2026-05-28T17:00:44.370Z | test ip::test::test_ipv6_admin_scoped_multicast ... ok |
| 317 | 2026-05-28T17:00:44.370Z | test ip::test::test_ipv6_from_const ... ok |
| 318 | 2026-05-28T17:00:44.370Z | test ip::test::test_ipv6_from_eui64 ... ok |
| 319 | 2026-05-28T17:00:44.370Z | test ip::test::test_ipv6_is_multicast ... ok |
| 320 | 2026-05-28T17:00:44.370Z | test ip::test::test_ipv6_multicast_mac ... ok |
| 321 | 2026-05-28T17:00:44.370Z | test ip::test::test_ipv6_solicited_node_multicast ... ok |
| 322 | 2026-05-28T17:00:44.370Z | test ip::test::test_multicast_underlay_serde ... ok |
| 323 | 2026-05-28T17:00:44.370Z | |
| 324 | 2026-05-28T17:00:44.370Z | test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 325 | 2026-05-28T17:00:44.370Z | |
| 326 | 2026-05-28T17:00:44.374Z | Doc-tests opte_api |
| 327 | 2026-05-28T17:00:44.974Z | |
| 328 | 2026-05-28T17:00:44.974Z | running 1 test |
| 329 | 2026-05-28T17:00:44.977Z | test crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok |
| 330 | 2026-05-28T17:00:44.977Z | |
| 331 | 2026-05-28T17:00:44.977Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 332 | 2026-05-28T17:00:44.977Z | |
| 333 | 2026-05-28T17:00:44.977Z | all doctests ran in 0.45s; merged doctests compilation took 0.44s |
| 334 | 2026-05-28T17:00:44.995Z | |
| 335 | 2026-05-28T17:00:44.998Z | real 6.859603902 |
| 336 | 2026-05-28T17:00:44.998Z | user 17.536807238 |
| 337 | 2026-05-28T17:00:44.998Z | sys 2.173370334 |
| 338 | 2026-05-28T17:00:44.998Z | trap 0.004567360 |
| 339 | 2026-05-28T17:00:44.998Z | tflt 0.071652132 |
| 340 | 2026-05-28T17:00:44.998Z | dflt 0.115397765 |
| 341 | 2026-05-28T17:00:44.998Z | kflt 0.000001370 |
| 342 | 2026-05-28T17:00:44.998Z | lock 55.010809533 |
| 343 | 2026-05-28T17:00:44.998Z | slp 32.801624988 |
| 344 | 2026-05-28T17:00:44.998Z | lat 0.395256236 |
| 345 | 2026-05-28T17:00:44.999Z | stop 0.605239801 |
| 346 | 2026-05-28T17:00:44.999Z | process exited: duration 37992 ms, exit code 0 |
| |
| 347 | 2026-05-28T17:00:45.005Z | found 0 output files |