|
|
|
| 1 | 2026-05-22T04:04:29.738Z | job assigned to worker 01KS6XMKRHSGSBM1YKBCZPTF05 [factory aws, i-0631f2d3573dd96ff] (queued for 1 m 2 s) |
| |
| 2 | 2026-05-22T04:04:36.537Z | starting task 0: "setup" |
| 3 | 2026-05-22T04:04:36.544Z | ++ uname -s |
| 4 | 2026-05-22T04:04:36.548Z | + kern=SunOS |
| 5 | 2026-05-22T04:04:36.548Z | + build_user=build |
| 6 | 2026-05-22T04:04:36.548Z | + build_uid=12345 |
| 7 | 2026-05-22T04:04:36.548Z | + work_dir=/work |
| 8 | 2026-05-22T04:04:36.548Z | + input_dir=/input |
| 9 | 2026-05-22T04:04:36.548Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-22T04:04:36.548Z | + case "$kern" in |
| 11 | 2026-05-22T04:04:36.548Z | + groupadd -g 12345 build |
| 12 | 2026-05-22T04:04:36.548Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-22T04:04:38.553Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-22T04:04:38.602Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-22T04:04:38.605Z | + home_fs=zfs |
| 16 | 2026-05-22T04:04:38.605Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-22T04:04:38.605Z | + mkdir -p /home/build |
| 18 | 2026-05-22T04:04:38.605Z | + chown build:build /home/build /work |
| 19 | 2026-05-22T04:04:39.606Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-22T04:04:39.609Z | process exited: duration 3070 ms, exit code 0 |
| |
| 21 | 2026-05-22T04:04:39.618Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-22T04:04:39.621Z | + printf ' * rust toolchain channel = "%s"\n' 1.95.0 |
| 23 | 2026-05-22T04:04:39.622Z | * rust toolchain channel = "1.95.0" |
| 24 | 2026-05-22T04:04:39.622Z | * rust toolchain profile = "default" |
| 25 | 2026-05-22T04:04:39.622Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-22T04:04:39.622Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-22T04:04:39.622Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-22T04:04:39.625Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-22T04:04:39.625Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default |
| 30 | 2026-05-22T04:04:39.729Z | info: downloading installer |
| 31 | 2026-05-22T04:04:41.101Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-22T04:04:41.101Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-22T04:04:41.101Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-22T04:04:41.101Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-22T04:04:41.115Z | info: profile set to default |
| 36 | 2026-05-22T04:04:41.115Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-22T04:04:41.119Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 38 | 2026-05-22T04:04:41.251Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 39 | 2026-05-22T04:04:41.254Z | info: downloading 6 components |
| 40 | 2026-05-22T04:04:57.475Z | info: default toolchain set to 1.95.0-x86_64-unknown-illumos |
| 41 | 2026-05-22T04:04:57.475Z | |
| 42 | 2026-05-22T04:04:57.504Z | 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 43 | 2026-05-22T04:04:57.504Z | |
| 44 | 2026-05-22T04:04:57.504Z | |
| 45 | 2026-05-22T04:04:57.504Z | Rust is installed now. Great! |
| 46 | 2026-05-22T04:04:57.504Z | |
| 47 | 2026-05-22T04:04:57.504Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-22T04:04:57.508Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-22T04:04:57.508Z | |
| 50 | 2026-05-22T04:04:57.508Z | To configure your current shell, you need to source |
| 51 | 2026-05-22T04:04:57.508Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-22T04:04:57.508Z | |
| 53 | 2026-05-22T04:04:57.508Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-22T04:04:57.508Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-22T04:04:57.508Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-22T04:04:57.508Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-22T04:04:57.508Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-22T04:04:57.508Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-22T04:04:57.508Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-22T04:04:57.508Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-22T04:04:57.508Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-22T04:04:57.609Z | + rustup --version |
| 63 | 2026-05-22T04:04:57.618Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-22T04:04:57.622Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-22T04:04:57.639Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 66 | 2026-05-22T04:04:57.643Z | + cargo --version |
| 67 | 2026-05-22T04:04:57.656Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 68 | 2026-05-22T04:04:57.659Z | + rustc --version |
| 69 | 2026-05-22T04:04:57.677Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 70 | 2026-05-22T04:04:57.681Z | process exited: duration 18061 ms, exit code 0 |
| |
| 71 | 2026-05-22T04:04:57.688Z | starting task 2: "authentication" |
| 72 | 2026-05-22T04:04:57.704Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-22T04:04:57.711Z | starting task 3: "clone repository" |
| 74 | 2026-05-22T04:04:57.715Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-05-22T04:04:57.718Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-05-22T04:04:57.750Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-05-22T04:04:58.548Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-05-22T04:04:58.548Z | + git fetch origin 99d81a9249a2776174bc63722d6f03685134a05a |
| 79 | 2026-05-22T04:04:58.776Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-05-22T04:04:58.776Z | * branch 99d81a9249a2776174bc63722d6f03685134a05a -> FETCH_HEAD |
| 81 | 2026-05-22T04:04:58.782Z | + [[ -n renovate/serde_json-1.x-lockfile ]] |
| 82 | 2026-05-22T04:04:58.785Z | ++ git branch --show-current |
| 83 | 2026-05-22T04:04:58.785Z | + current=master |
| 84 | 2026-05-22T04:04:58.785Z | + [[ master != renovate/serde_json-1.x-lockfile ]] |
| 85 | 2026-05-22T04:04:58.785Z | + git branch -f renovate/serde_json-1.x-lockfile 99d81a9249a2776174bc63722d6f03685134a05a |
| 86 | 2026-05-22T04:04:58.789Z | + git checkout -f renovate/serde_json-1.x-lockfile |
| 87 | 2026-05-22T04:04:58.803Z | Switched to branch 'renovate/serde_json-1.x-lockfile' |
| 88 | 2026-05-22T04:04:58.808Z | + git reset --hard 99d81a9249a2776174bc63722d6f03685134a05a |
| 89 | 2026-05-22T04:04:58.811Z | HEAD is now at 99d81a9 Update Rust crate serde_json to v1.0.150 |
| 90 | 2026-05-22T04:04:58.811Z | process exited: duration 1096 ms, exit code 0 |
| |
| 91 | 2026-05-22T04:04:58.822Z | starting task 4: "build" |
| 92 | 2026-05-22T04:04:58.826Z | + source .github/buildomat/common.sh |
| 93 | 2026-05-22T04:04:58.826Z | ++ rustup show active-toolchain |
| 94 | 2026-05-22T04:04:58.832Z | 1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-05-22T04:04:58.835Z | ++ pushd xde |
| 96 | 2026-05-22T04:04:58.835Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-05-22T04:04:58.835Z | ++ rustup show active-toolchain |
| 98 | 2026-05-22T04:04:58.839Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-05-22T04:04:58.983Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-05-22T04:04:58.986Z | info: downloading 6 components |
| 101 | 2026-05-22T04:05:12.820Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-05-22T04:05:12.907Z | +++ rustup show active-toolchain -v |
| 103 | 2026-05-22T04:05:12.911Z | +++ head -n 1 |
| 104 | 2026-05-22T04:05:12.911Z | +++ cut '-d ' -f1 |
| 105 | 2026-05-22T04:05:12.962Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-05-22T04:05:12.962Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-05-22T04:05:12.962Z | ++ popd |
| 108 | 2026-05-22T04:05:12.966Z | /work/oxidecomputer/opte |
| 109 | 2026-05-22T04:05:12.966Z | + cargo --version |
| 110 | 2026-05-22T04:05:12.972Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 111 | 2026-05-22T04:05:12.977Z | + rustc --version |
| 112 | 2026-05-22T04:05:12.993Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 113 | 2026-05-22T04:05:12.997Z | + cd crates/opte-api |
| 114 | 2026-05-22T04:05:12.997Z | + header 'check API_VERSION' |
| 115 | 2026-05-22T04:05:12.997Z | + echo '# ==== check API_VERSION ==== #' |
| 116 | 2026-05-22T04:05:12.997Z | # ==== check API_VERSION ==== # |
| 117 | 2026-05-22T04:05:12.997Z | + ./check-api-version.sh |
| 118 | 2026-05-22T04:05:13.004Z | + header 'check style' |
| 119 | 2026-05-22T04:05:13.004Z | + echo '# ==== check style ==== #' |
| 120 | 2026-05-22T04:05:13.021Z | # ==== check style ==== # |
| 121 | 2026-05-22T04:05:13.021Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 122 | 2026-05-22T04:05:13.084Z | |
| 123 | 2026-05-22T04:05:13.084Z | real 0.076989318 |
| 124 | 2026-05-22T04:05:13.084Z | user 0.044377655 |
| 125 | 2026-05-22T04:05:13.084Z | sys 0.029445099 |
| 126 | 2026-05-22T04:05:13.084Z | trap 0.000000240 |
| 127 | 2026-05-22T04:05:13.084Z | tflt 0.000002580 |
| 128 | 2026-05-22T04:05:13.084Z | dflt 0.000005870 |
| 129 | 2026-05-22T04:05:13.084Z | kflt 0.000000000 |
| 130 | 2026-05-22T04:05:13.084Z | lock 0.031028490 |
| 131 | 2026-05-22T04:05:13.084Z | slp 0.056658389 |
| 132 | 2026-05-22T04:05:13.084Z | lat 0.000820940 |
| 133 | 2026-05-22T04:05:13.084Z | stop 0.000096150 |
| 134 | 2026-05-22T04:05:13.088Z | + header 'analyze std' |
| 135 | 2026-05-22T04:05:13.088Z | + echo '# ==== analyze std ==== #' |
| 136 | 2026-05-22T04:05:13.088Z | # ==== analyze std ==== # |
| 137 | 2026-05-22T04:05:13.088Z | + ptime -m cargo clippy --all-targets |
| 138 | 2026-05-22T04:05:13.218Z | Updating crates.io index |
| 139 | 2026-05-22T04:05:13.254Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 140 | 2026-05-22T04:05:14.256Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 141 | 2026-05-22T04:05:14.557Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 142 | 2026-05-22T04:05:14.965Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 143 | 2026-05-22T04:05:15.264Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 144 | 2026-05-22T04:05:15.716Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 145 | 2026-05-22T04:05:15.990Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 146 | 2026-05-22T04:05:18.162Z | Downloading crates ... |
| 147 | 2026-05-22T04:05:18.209Z | Downloaded thiserror-impl v2.0.18 |
| 148 | 2026-05-22T04:05:18.222Z | Downloaded embedded-io v0.4.0 |
| 149 | 2026-05-22T04:05:18.229Z | Downloaded embedded-io v0.6.1 |
| 150 | 2026-05-22T04:05:18.233Z | Downloaded defmt-parser v1.0.0 |
| 151 | 2026-05-22T04:05:18.239Z | Downloaded darling_macro v0.21.3 |
| 152 | 2026-05-22T04:05:18.243Z | Downloaded thiserror v2.0.18 |
| 153 | 2026-05-22T04:05:18.250Z | Downloaded ident_case v1.0.1 |
| 154 | 2026-05-22T04:05:18.256Z | Downloaded cobs v0.3.0 |
| 155 | 2026-05-22T04:05:18.262Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 156 | 2026-05-22T04:05:18.262Z | Downloaded ingot v0.1.1 |
| 157 | 2026-05-22T04:05:18.265Z | Downloaded fnv v1.0.7 |
| 158 | 2026-05-22T04:05:18.265Z | Downloaded either v1.15.0 |
| 159 | 2026-05-22T04:05:18.271Z | Downloaded ipnetwork v0.21.1 |
| 160 | 2026-05-22T04:05:18.271Z | Downloaded ingot-types v0.1.2 |
| 161 | 2026-05-22T04:05:18.277Z | Downloaded defmt v0.3.100 |
| 162 | 2026-05-22T04:05:18.282Z | Downloaded quote v1.0.45 |
| 163 | 2026-05-22T04:05:18.285Z | Downloaded proc-macro-error2 v2.0.1 |
| 164 | 2026-05-22T04:05:18.285Z | Downloaded bitflags v1.3.2 |
| 165 | 2026-05-22T04:05:18.291Z | Downloaded ingot-macros v0.1.1 |
| 166 | 2026-05-22T04:05:18.291Z | Downloaded bitflags v2.11.1 |
| 167 | 2026-05-22T04:05:18.295Z | Downloaded stable_deref_trait v1.2.1 |
| 168 | 2026-05-22T04:05:18.295Z | Downloaded strsim v0.11.1 |
| 169 | 2026-05-22T04:05:18.295Z | Downloaded cfg-if v1.0.4 |
| 170 | 2026-05-22T04:05:18.295Z | Downloaded macaddr v1.0.1 |
| 171 | 2026-05-22T04:05:18.299Z | Downloaded hash32 v0.3.1 |
| 172 | 2026-05-22T04:05:18.299Z | Downloaded defmt v1.0.1 |
| 173 | 2026-05-22T04:05:18.307Z | Downloaded heapless v0.8.0 |
| 174 | 2026-05-22T04:05:18.317Z | Downloaded proc-macro2 v1.0.106 |
| 175 | 2026-05-22T04:05:18.322Z | Downloaded byteorder v1.5.0 |
| 176 | 2026-05-22T04:05:18.325Z | Downloaded defmt-macros v1.0.1 |
| 177 | 2026-05-22T04:05:18.325Z | Downloaded darling v0.21.3 |
| 178 | 2026-05-22T04:05:18.329Z | Downloaded aho-corasick v1.1.4 |
| 179 | 2026-05-22T04:05:18.333Z | Downloaded managed v0.8.0 |
| 180 | 2026-05-22T04:05:18.333Z | Downloaded darling_core v0.21.3 |
| 181 | 2026-05-22T04:05:18.339Z | Downloaded serde v1.0.228 |
| 182 | 2026-05-22T04:05:18.343Z | Downloaded postcard v1.1.3 |
| 183 | 2026-05-22T04:05:18.348Z | Downloaded serde_core v1.0.228 |
| 184 | 2026-05-22T04:05:18.355Z | Downloaded serde_derive v1.0.228 |
| 185 | 2026-05-22T04:05:18.358Z | Downloaded unicode-ident v1.0.24 |
| 186 | 2026-05-22T04:05:18.365Z | Downloaded zerocopy-derive v0.8.48 |
| 187 | 2026-05-22T04:05:18.375Z | Downloaded memchr v2.8.0 |
| 188 | 2026-05-22T04:05:18.395Z | Downloaded regex v1.12.3 |
| 189 | 2026-05-22T04:05:18.403Z | Downloaded itertools v0.14.0 |
| 190 | 2026-05-22T04:05:18.411Z | Downloaded syn v2.0.117 |
| 191 | 2026-05-22T04:05:18.430Z | Downloaded zerocopy v0.8.48 |
| 192 | 2026-05-22T04:05:18.440Z | Downloaded smoltcp v0.11.0 |
| 193 | 2026-05-22T04:05:18.446Z | Downloaded regex-syntax v0.8.10 |
| 194 | 2026-05-22T04:05:18.457Z | Downloaded regex-automata v0.4.14 |
| 195 | 2026-05-22T04:05:18.494Z | Compiling proc-macro2 v1.0.106 |
| 196 | 2026-05-22T04:05:18.495Z | Compiling unicode-ident v1.0.24 |
| 197 | 2026-05-22T04:05:18.495Z | Compiling quote v1.0.45 |
| 198 | 2026-05-22T04:05:18.499Z | Compiling ident_case v1.0.1 |
| 199 | 2026-05-22T04:05:18.499Z | Compiling fnv v1.0.7 |
| 200 | 2026-05-22T04:05:18.499Z | Compiling strsim v0.11.1 |
| 201 | 2026-05-22T04:05:18.499Z | Compiling memchr v2.8.0 |
| 202 | 2026-05-22T04:05:18.499Z | Compiling regex-syntax v0.8.10 |
| 203 | 2026-05-22T04:05:18.660Z | Compiling serde_core v1.0.228 |
| 204 | 2026-05-22T04:05:18.677Z | Compiling serde v1.0.228 |
| 205 | 2026-05-22T04:05:18.685Z | Compiling either v1.15.0 |
| 206 | 2026-05-22T04:05:18.847Z | Compiling thiserror v2.0.18 |
| 207 | 2026-05-22T04:05:18.869Z | Compiling zerocopy v0.8.48 |
| 208 | 2026-05-22T04:05:19.051Z | Compiling aho-corasick v1.1.4 |
| 209 | 2026-05-22T04:05:19.115Z | Compiling itertools v0.14.0 |
| 210 | 2026-05-22T04:05:19.122Z | Compiling heapless v0.8.0 |
| 211 | 2026-05-22T04:05:19.296Z | Checking byteorder v1.5.0 |
| 212 | 2026-05-22T04:05:19.397Z | Checking macaddr v1.0.1 |
| 213 | 2026-05-22T04:05:19.456Z | Checking hash32 v0.3.1 |
| 214 | 2026-05-22T04:05:19.560Z | Checking bitflags v2.11.1 |
| 215 | 2026-05-22T04:05:19.569Z | Checking stable_deref_trait v1.2.1 |
| 216 | 2026-05-22T04:05:19.622Z | Compiling smoltcp v0.11.0 |
| 217 | 2026-05-22T04:05:19.701Z | Checking bitflags v1.3.2 |
| 218 | 2026-05-22T04:05:19.925Z | Compiling syn v2.0.117 |
| 219 | 2026-05-22T04:05:19.967Z | Checking cfg-if v1.0.4 |
| 220 | 2026-05-22T04:05:19.981Z | Checking managed v0.8.0 |
| 221 | 2026-05-22T04:05:19.989Z | Compiling regex-automata v0.4.14 |
| 222 | 2026-05-22T04:05:20.032Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 223 | 2026-05-22T04:05:20.274Z | Checking ipnetwork v0.21.1 |
| 224 | 2026-05-22T04:05:22.364Z | Compiling regex v1.12.3 |
| 225 | 2026-05-22T04:05:22.392Z | Compiling darling_core v0.21.3 |
| 226 | 2026-05-22T04:05:22.413Z | Compiling serde_derive v1.0.228 |
| 227 | 2026-05-22T04:05:22.413Z | Compiling thiserror-impl v2.0.18 |
| 228 | 2026-05-22T04:05:22.413Z | Compiling zerocopy-derive v0.8.48 |
| 229 | 2026-05-22T04:05:23.360Z | Compiling darling_macro v0.21.3 |
| 230 | 2026-05-22T04:05:23.376Z | Checking cobs v0.3.0 |
| 231 | 2026-05-22T04:05:23.849Z | Compiling darling v0.21.3 |
| 232 | 2026-05-22T04:05:23.909Z | Compiling ingot-macros v0.1.1 |
| 233 | 2026-05-22T04:05:24.613Z | Checking postcard v1.1.3 |
| 234 | 2026-05-22T04:05:26.639Z | Checking ingot-types v0.1.2 |
| 235 | 2026-05-22T04:05:26.672Z | Checking ingot v0.1.1 |
| 236 | 2026-05-22T04:05:27.406Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 237 | 2026-05-22T04:05:28.473Z | Finished `dev` profile [optimized + debuginfo] target(s) in 15.25s |
| 238 | 2026-05-22T04:05:28.512Z | |
| 239 | 2026-05-22T04:05:28.512Z | real 15.403533567 |
| 240 | 2026-05-22T04:05:28.512Z | user 30.290104120 |
| 241 | 2026-05-22T04:05:28.513Z | sys 6.091294052 |
| 242 | 2026-05-22T04:05:28.513Z | trap 0.014032860 |
| 243 | 2026-05-22T04:05:28.539Z | tflt 0.099229256 |
| 244 | 2026-05-22T04:05:28.539Z | dflt 0.404150659 |
| 245 | 2026-05-22T04:05:28.539Z | kflt 0.004161390 |
| 246 | 2026-05-22T04:05:28.539Z | lock 1:29.613027216 |
| 247 | 2026-05-22T04:05:28.540Z | slp 1:35.693834982 |
| 248 | 2026-05-22T04:05:28.540Z | lat 0.924787055 |
| 249 | 2026-05-22T04:05:28.540Z | stop 3.982033012 |
| 250 | 2026-05-22T04:05:28.540Z | + header 'analyze no_std' |
| 251 | 2026-05-22T04:05:28.540Z | + echo '# ==== analyze no_std ==== #' |
| 252 | 2026-05-22T04:05:28.540Z | # ==== analyze no_std ==== # |
| 253 | 2026-05-22T04:05:28.540Z | + ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings |
| 254 | 2026-05-22T04:05:28.599Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 255 | 2026-05-22T04:05:28.802Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 256 | 2026-05-22T04:05:29.777Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.24s |
| 257 | 2026-05-22T04:05:29.817Z | |
| 258 | 2026-05-22T04:05:29.824Z | real 1.299306946 |
| 259 | 2026-05-22T04:05:29.824Z | user 1.861311026 |
| 260 | 2026-05-22T04:05:29.824Z | sys 0.262073940 |
| 261 | 2026-05-22T04:05:29.824Z | trap 0.000365830 |
| 262 | 2026-05-22T04:05:29.824Z | tflt 0.000077600 |
| 263 | 2026-05-22T04:05:29.824Z | dflt 0.000080640 |
| 264 | 2026-05-22T04:05:29.825Z | kflt 0.000000000 |
| 265 | 2026-05-22T04:05:29.825Z | lock 4.274805142 |
| 266 | 2026-05-22T04:05:29.825Z | slp 5.235315673 |
| 267 | 2026-05-22T04:05:29.825Z | lat 0.003340780 |
| 268 | 2026-05-22T04:05:29.825Z | stop 0.041368044 |
| 269 | 2026-05-22T04:05:29.825Z | + header test |
| 270 | 2026-05-22T04:05:29.825Z | + echo '# ==== test ==== #' |
| 271 | 2026-05-22T04:05:29.825Z | + ptime -m cargo test |
| 272 | 2026-05-22T04:05:29.825Z | # ==== test ==== # |
| 273 | 2026-05-22T04:05:29.956Z | Compiling serde_core v1.0.228 |
| 274 | 2026-05-22T04:05:29.956Z | Compiling byteorder v1.5.0 |
| 275 | 2026-05-22T04:05:30.051Z | Compiling stable_deref_trait v1.2.1 |
| 276 | 2026-05-22T04:05:30.051Z | Compiling bitflags v2.11.1 |
| 277 | 2026-05-22T04:05:30.051Z | Compiling zerocopy v0.8.48 |
| 278 | 2026-05-22T04:05:30.051Z | Compiling thiserror v2.0.18 |
| 279 | 2026-05-22T04:05:30.051Z | Compiling macaddr v1.0.1 |
| 280 | 2026-05-22T04:05:30.052Z | Compiling managed v0.8.0 |
| 281 | 2026-05-22T04:05:30.064Z | Compiling cfg-if v1.0.4 |
| 282 | 2026-05-22T04:05:30.065Z | Compiling cobs v0.3.0 |
| 283 | 2026-05-22T04:05:30.065Z | Compiling bitflags v1.3.2 |
| 284 | 2026-05-22T04:05:30.163Z | Compiling hash32 v0.3.1 |
| 285 | 2026-05-22T04:05:30.251Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 286 | 2026-05-22T04:05:30.251Z | Compiling ipnetwork v0.21.1 |
| 287 | 2026-05-22T04:05:30.262Z | Compiling heapless v0.8.0 |
| 288 | 2026-05-22T04:05:30.533Z | Compiling smoltcp v0.11.0 |
| 289 | 2026-05-22T04:05:31.442Z | Compiling serde v1.0.228 |
| 290 | 2026-05-22T04:05:33.223Z | Compiling postcard v1.1.3 |
| 291 | 2026-05-22T04:05:33.223Z | Compiling ingot-types v0.1.2 |
| 292 | 2026-05-22T04:05:33.223Z | Compiling ingot v0.1.1 |
| 293 | 2026-05-22T04:05:34.164Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 294 | 2026-05-22T04:05:35.818Z | Finished `test` profile [optimized + debuginfo] target(s) in 6.00s |
| 295 | 2026-05-22T04:05:35.825Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-d9d2bed34e16b285) |
| 296 | 2026-05-22T04:05:35.829Z | |
| 297 | 2026-05-22T04:05:35.829Z | running 25 tests |
| 298 | 2026-05-22T04:05:35.829Z | test encap::test::bad_vni ... ok |
| 299 | 2026-05-22T04:05:35.829Z | test encap::test::good_vni ... ok |
| 300 | 2026-05-22T04:05:35.829Z | test ip::test::bad_cidr ... ok |
| 301 | 2026-05-22T04:05:35.829Z | test dns::tests::test_domain_name ... ok |
| 302 | 2026-05-22T04:05:35.829Z | test ip::test::bad_prefix_len ... ok |
| 303 | 2026-05-22T04:05:35.829Z | test encap::test::vni_round_trip ... ok |
| 304 | 2026-05-22T04:05:35.829Z | test ip::test::dhcp_fqdn ... ok |
| 305 | 2026-05-22T04:05:35.829Z | test ip::test::good_cidr ... ok |
| 306 | 2026-05-22T04:05:35.829Z | test ip::test::ipv4_addr_good ... ok |
| 307 | 2026-05-22T04:05:35.829Z | test ip::test::ipv4_addr_bad ... ok |
| 308 | 2026-05-22T04:05:35.829Z | test ip::test::ipv4_mask ... ok |
| 309 | 2026-05-22T04:05:35.829Z | test ip::test::ipv6_cidr_is_member ... ok |
| 310 | 2026-05-22T04:05:35.830Z | test ip::test::ipv6_is_default ... ok |
| 311 | 2026-05-22T04:05:35.830Z | test ip::test::ipv6_mask ... ok |
| 312 | 2026-05-22T04:05:35.830Z | test ip::test::ipv6_prefix_len ... ok |
| 313 | 2026-05-22T04:05:35.830Z | test ip::test::test_ip_addr_from_str ... ok |
| 314 | 2026-05-22T04:05:35.830Z | test ip::test::test_ip_cidr_from_str ... ok |
| 315 | 2026-05-22T04:05:35.830Z | test ip::test::test_ipv4_multicast_mac ... ok |
| 316 | 2026-05-22T04:05:35.830Z | test ip::test::test_ipv6_admin_scoped_multicast ... ok |
| 317 | 2026-05-22T04:05:35.830Z | test ip::test::test_ipv6_from_const ... ok |
| 318 | 2026-05-22T04:05:35.830Z | test ip::test::test_ipv6_from_eui64 ... ok |
| 319 | 2026-05-22T04:05:35.830Z | test ip::test::test_ipv6_is_multicast ... ok |
| 320 | 2026-05-22T04:05:35.830Z | test ip::test::test_ipv6_multicast_mac ... ok |
| 321 | 2026-05-22T04:05:35.830Z | test ip::test::test_ipv6_solicited_node_multicast ... ok |
| 322 | 2026-05-22T04:05:35.830Z | test ip::test::test_multicast_underlay_serde ... ok |
| 323 | 2026-05-22T04:05:35.830Z | |
| 324 | 2026-05-22T04:05:35.830Z | test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 325 | 2026-05-22T04:05:35.830Z | |
| 326 | 2026-05-22T04:05:35.830Z | Doc-tests opte_api |
| 327 | 2026-05-22T04:05:36.411Z | |
| 328 | 2026-05-22T04:05:36.411Z | running 1 test |
| 329 | 2026-05-22T04:05:36.417Z | test crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok |
| 330 | 2026-05-22T04:05:36.418Z | |
| 331 | 2026-05-22T04:05:36.418Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 332 | 2026-05-22T04:05:36.418Z | |
| 333 | 2026-05-22T04:05:36.418Z | all doctests ran in 0.43s; merged doctests compilation took 0.43s |
| 334 | 2026-05-22T04:05:36.447Z | |
| 335 | 2026-05-22T04:05:36.447Z | real 6.626965795 |
| 336 | 2026-05-22T04:05:36.447Z | user 17.131928401 |
| 337 | 2026-05-22T04:05:36.447Z | sys 2.055650828 |
| 338 | 2026-05-22T04:05:36.447Z | trap 0.003959670 |
| 339 | 2026-05-22T04:05:36.466Z | tflt 0.107897840 |
| 340 | 2026-05-22T04:05:36.466Z | dflt 0.120850906 |
| 341 | 2026-05-22T04:05:36.466Z | kflt 0.000003000 |
| 342 | 2026-05-22T04:05:36.466Z | lock 52.691215163 |
| 343 | 2026-05-22T04:05:36.466Z | slp 31.167776220 |
| 344 | 2026-05-22T04:05:36.467Z | lat 0.769990051 |
| 345 | 2026-05-22T04:05:36.467Z | stop 0.740194332 |
| 346 | 2026-05-22T04:05:36.467Z | process exited: duration 37611 ms, exit code 0 |
| |
| 347 | 2026-05-22T04:05:36.499Z | found 0 output files |