|
|
|
| 1 | 2026-07-02T10:07:53.882Z | job assigned to worker 01KWH4QXPANN0N54WYVZP437WN [factory aws, i-097f24379395b9070] (queued for 46 s) |
| |
| 2 | 2026-07-02T10:08:00.180Z | starting task 0: "setup" |
| 3 | 2026-07-02T10:08:00.185Z | ++ uname -s |
| 4 | 2026-07-02T10:08:00.188Z | + kern=SunOS |
| 5 | 2026-07-02T10:08:00.188Z | + build_user=build |
| 6 | 2026-07-02T10:08:00.188Z | + build_uid=12345 |
| 7 | 2026-07-02T10:08:00.188Z | + work_dir=/work |
| 8 | 2026-07-02T10:08:00.188Z | + input_dir=/input |
| 9 | 2026-07-02T10:08:00.188Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-02T10:08:00.188Z | + case "$kern" in |
| 11 | 2026-07-02T10:08:00.188Z | + groupadd -g 12345 build |
| 12 | 2026-07-02T10:08:00.191Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-02T10:08:02.194Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-02T10:08:02.261Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-02T10:08:02.265Z | + home_fs=zfs |
| 16 | 2026-07-02T10:08:02.265Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-02T10:08:02.265Z | + mkdir -p /home/build |
| 18 | 2026-07-02T10:08:02.265Z | + chown build:build /home/build /work |
| 19 | 2026-07-02T10:08:04.265Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-02T10:08:04.268Z | process exited: duration 4086 ms, exit code 0 |
| |
| 21 | 2026-07-02T10:08:04.273Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-02T10:08:04.277Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-02T10:08:04.277Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-02T10:08:04.277Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-07-02T10:08:04.277Z | * rust toolchain profile = "default" |
| 26 | 2026-07-02T10:08:04.277Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-02T10:08:04.277Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-02T10:08:04.279Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-02T10:08:04.279Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-02T10:08:04.371Z | info: downloading installer |
| 31 | 2026-07-02T10:08:06.387Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-02T10:08:06.387Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-02T10:08:06.387Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-02T10:08:06.387Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-02T10:08:06.400Z | info: profile set to default |
| 36 | 2026-07-02T10:08:06.400Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-02T10:08:06.403Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-02T10:08:06.550Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-02T10:08:06.553Z | info: downloading 6 components |
| 40 | 2026-07-02T10:08:21.505Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-02T10:08:21.505Z | |
| 42 | 2026-07-02T10:08:21.534Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-02T10:08:21.534Z | |
| 44 | 2026-07-02T10:08:21.534Z | |
| 45 | 2026-07-02T10:08:21.534Z | Rust is installed now. Great! |
| 46 | 2026-07-02T10:08:21.536Z | |
| 47 | 2026-07-02T10:08:21.536Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-02T10:08:21.536Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-02T10:08:21.536Z | |
| 50 | 2026-07-02T10:08:21.536Z | To configure your current shell, you need to source |
| 51 | 2026-07-02T10:08:21.536Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-02T10:08:21.536Z | |
| 53 | 2026-07-02T10:08:21.536Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-02T10:08:21.593Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-02T10:08:21.593Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-02T10:08:21.593Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-02T10:08:21.593Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-02T10:08:21.593Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-02T10:08:21.594Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-02T10:08:21.594Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-02T10:08:21.594Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-02T10:08:21.623Z | + rustup --version |
| 63 | 2026-07-02T10:08:21.632Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-02T10:08:21.637Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-02T10:08:21.654Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-02T10:08:21.657Z | + cargo --version |
| 67 | 2026-07-02T10:08:21.672Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-02T10:08:21.675Z | + rustc --version |
| 69 | 2026-07-02T10:08:21.695Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-02T10:08:21.700Z | process exited: duration 17422 ms, exit code 0 |
| |
| 71 | 2026-07-02T10:08:21.706Z | starting task 2: "authentication" |
| 72 | 2026-07-02T10:08:21.722Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-02T10:08:21.730Z | starting task 3: "clone repository" |
| 74 | 2026-07-02T10:08:21.733Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-02T10:08:21.736Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-02T10:08:21.764Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-02T10:08:22.589Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-02T10:08:22.589Z | + git fetch origin e923888ac3bacc9121d671ed43a20dfc9a1bee6b |
| 79 | 2026-07-02T10:08:22.804Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-02T10:08:22.805Z | * branch e923888ac3bacc9121d671ed43a20dfc9a1bee6b -> FETCH_HEAD |
| 81 | 2026-07-02T10:08:22.810Z | + [[ -n renovate/rand ]] |
| 82 | 2026-07-02T10:08:22.813Z | ++ git branch --show-current |
| 83 | 2026-07-02T10:08:22.813Z | + current=master |
| 84 | 2026-07-02T10:08:22.813Z | + [[ master != renovate/rand ]] |
| 85 | 2026-07-02T10:08:22.813Z | + git branch -f renovate/rand e923888ac3bacc9121d671ed43a20dfc9a1bee6b |
| 86 | 2026-07-02T10:08:22.816Z | + git checkout -f renovate/rand |
| 87 | 2026-07-02T10:08:22.832Z | Switched to branch 'renovate/rand' |
| 88 | 2026-07-02T10:08:22.835Z | + git reset --hard e923888ac3bacc9121d671ed43a20dfc9a1bee6b |
| 89 | 2026-07-02T10:08:22.849Z | HEAD is now at e923888 Update Rust crate rand to 0.10.2 |
| 90 | 2026-07-02T10:08:22.853Z | process exited: duration 1121 ms, exit code 0 |
| |
| 91 | 2026-07-02T10:08:22.858Z | starting task 4: "build" |
| 92 | 2026-07-02T10:08:22.862Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-02T10:08:22.864Z | ++ rustup show active-toolchain |
| 94 | 2026-07-02T10:08:22.867Z | 1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-02T10:08:22.870Z | ++ pushd xde |
| 96 | 2026-07-02T10:08:22.870Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-02T10:08:22.870Z | ++ rustup show active-toolchain |
| 98 | 2026-07-02T10:08:22.873Z | info: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos |
| 99 | 2026-07-02T10:08:23.041Z | info: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29) |
| 100 | 2026-07-02T10:08:23.043Z | info: downloading 6 components |
| 101 | 2026-07-02T10:08:38.933Z | nightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-02T10:08:39.034Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-02T10:08:39.037Z | +++ head -n 1 |
| 104 | 2026-07-02T10:08:39.037Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-02T10:08:39.094Z | ++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 106 | 2026-07-02T10:08:39.094Z | ++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 107 | 2026-07-02T10:08:39.094Z | ++ popd |
| 108 | 2026-07-02T10:08:39.097Z | /work/oxidecomputer/opte |
| 109 | 2026-07-02T10:08:39.097Z | + cargo --version |
| 110 | 2026-07-02T10:08:39.104Z | cargo 1.96.1 (356927216 2026-06-26) |
| 111 | 2026-07-02T10:08:39.107Z | + rustc --version |
| 112 | 2026-07-02T10:08:39.127Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 113 | 2026-07-02T10:08:39.130Z | + cd crates/opte-api |
| 114 | 2026-07-02T10:08:39.130Z | + header 'check API_VERSION' |
| 115 | 2026-07-02T10:08:39.130Z | + echo '# ==== check API_VERSION ==== #' |
| 116 | 2026-07-02T10:08:39.130Z | # ==== check API_VERSION ==== # |
| 117 | 2026-07-02T10:08:39.130Z | + ./check-api-version.sh |
| 118 | 2026-07-02T10:08:39.137Z | + header 'check style' |
| 119 | 2026-07-02T10:08:39.137Z | + echo '# ==== check style ==== #' |
| 120 | 2026-07-02T10:08:39.140Z | # ==== check style ==== # |
| 121 | 2026-07-02T10:08:39.140Z | + ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check |
| 122 | 2026-07-02T10:08:39.221Z | |
| 123 | 2026-07-02T10:08:39.221Z | real 0.079028689 |
| 124 | 2026-07-02T10:08:39.224Z | user 0.046313843 |
| 125 | 2026-07-02T10:08:39.224Z | sys 0.029700190 |
| 126 | 2026-07-02T10:08:39.224Z | trap 0.000006470 |
| 127 | 2026-07-02T10:08:39.224Z | tflt 0.000003030 |
| 128 | 2026-07-02T10:08:39.224Z | dflt 0.000002360 |
| 129 | 2026-07-02T10:08:39.224Z | kflt 0.000001320 |
| 130 | 2026-07-02T10:08:39.224Z | lock 0.031677214 |
| 131 | 2026-07-02T10:08:39.224Z | slp 0.058441012 |
| 132 | 2026-07-02T10:08:39.224Z | lat 0.000740650 |
| 133 | 2026-07-02T10:08:39.224Z | stop 0.000097220 |
| 134 | 2026-07-02T10:08:39.224Z | + header 'analyze std' |
| 135 | 2026-07-02T10:08:39.224Z | + echo '# ==== analyze std ==== #' |
| 136 | 2026-07-02T10:08:39.224Z | + ptime -m cargo clippy --all-targets |
| 137 | 2026-07-02T10:08:39.224Z | # ==== analyze std ==== # |
| 138 | 2026-07-02T10:08:39.354Z | Updating crates.io index |
| 139 | 2026-07-02T10:08:39.359Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 140 | 2026-07-02T10:08:40.015Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 141 | 2026-07-02T10:08:40.265Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 142 | 2026-07-02T10:08:40.602Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 143 | 2026-07-02T10:08:40.819Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 144 | 2026-07-02T10:08:41.068Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 145 | 2026-07-02T10:08:41.343Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 146 | 2026-07-02T10:08:43.249Z | Downloading crates ... |
| 147 | 2026-07-02T10:08:43.291Z | Downloaded cobs v0.3.0 |
| 148 | 2026-07-02T10:08:43.294Z | Downloaded embedded-io v0.4.0 |
| 149 | 2026-07-02T10:08:43.299Z | Downloaded defmt-macros v1.1.0 |
| 150 | 2026-07-02T10:08:43.301Z | Downloaded embedded-io v0.6.1 |
| 151 | 2026-07-02T10:08:43.305Z | Downloaded hash32 v0.3.1 |
| 152 | 2026-07-02T10:08:43.308Z | Downloaded cfg-if v1.0.4 |
| 153 | 2026-07-02T10:08:43.310Z | Downloaded fnv v1.0.7 |
| 154 | 2026-07-02T10:08:43.313Z | Downloaded darling_macro v0.21.3 |
| 155 | 2026-07-02T10:08:43.320Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 156 | 2026-07-02T10:08:43.323Z | Downloaded managed v0.8.0 |
| 157 | 2026-07-02T10:08:43.323Z | Downloaded macaddr v1.0.1 |
| 158 | 2026-07-02T10:08:43.329Z | Downloaded strsim v0.11.1 |
| 159 | 2026-07-02T10:08:43.334Z | Downloaded ident_case v1.0.1 |
| 160 | 2026-07-02T10:08:43.334Z | Downloaded defmt v0.3.100 |
| 161 | 2026-07-02T10:08:43.343Z | Downloaded stable_deref_trait v1.2.1 |
| 162 | 2026-07-02T10:08:43.346Z | Downloaded either v1.16.0 |
| 163 | 2026-07-02T10:08:43.346Z | Downloaded quote v1.0.46 |
| 164 | 2026-07-02T10:08:43.352Z | Downloaded bitflags v1.3.2 |
| 165 | 2026-07-02T10:08:43.352Z | Downloaded defmt-parser v1.0.0 |
| 166 | 2026-07-02T10:08:43.353Z | Downloaded ipnetwork v0.21.1 |
| 167 | 2026-07-02T10:08:43.357Z | Downloaded byteorder v1.5.0 |
| 168 | 2026-07-02T10:08:43.358Z | Downloaded defmt v1.1.0 |
| 169 | 2026-07-02T10:08:43.358Z | Downloaded thiserror-impl v2.0.18 |
| 170 | 2026-07-02T10:08:43.358Z | Downloaded ingot v0.1.1 |
| 171 | 2026-07-02T10:08:43.360Z | Downloaded proc-macro-error2 v2.0.1 |
| 172 | 2026-07-02T10:08:43.363Z | Downloaded ingot-types v0.1.2 |
| 173 | 2026-07-02T10:08:43.371Z | Downloaded darling v0.21.3 |
| 174 | 2026-07-02T10:08:43.374Z | Downloaded thiserror v2.0.18 |
| 175 | 2026-07-02T10:08:43.377Z | Downloaded postcard v1.1.3 |
| 176 | 2026-07-02T10:08:43.382Z | Downloaded ingot-macros v0.1.1 |
| 177 | 2026-07-02T10:08:43.388Z | Downloaded unicode-ident v1.0.24 |
| 178 | 2026-07-02T10:08:43.391Z | Downloaded bitflags v2.13.0 |
| 179 | 2026-07-02T10:08:43.400Z | Downloaded serde_derive v1.0.228 |
| 180 | 2026-07-02T10:08:43.403Z | Downloaded proc-macro2 v1.0.106 |
| 181 | 2026-07-02T10:08:43.414Z | Downloaded darling_core v0.21.3 |
| 182 | 2026-07-02T10:08:43.418Z | Downloaded serde_core v1.0.228 |
| 183 | 2026-07-02T10:08:43.430Z | Downloaded memchr v2.8.2 |
| 184 | 2026-07-02T10:08:43.434Z | Downloaded zerocopy-derive v0.8.52 |
| 185 | 2026-07-02T10:08:43.437Z | Downloaded serde v1.0.228 |
| 186 | 2026-07-02T10:08:43.440Z | Downloaded heapless v0.8.0 |
| 187 | 2026-07-02T10:08:43.443Z | Downloaded aho-corasick v1.1.4 |
| 188 | 2026-07-02T10:08:43.462Z | Downloaded regex v1.12.4 |
| 189 | 2026-07-02T10:08:43.465Z | Downloaded itertools v0.14.0 |
| 190 | 2026-07-02T10:08:43.504Z | Downloaded zerocopy v0.8.52 |
| 191 | 2026-07-02T10:08:43.513Z | Downloaded syn v2.0.118 |
| 192 | 2026-07-02T10:08:43.518Z | Downloaded smoltcp v0.11.0 |
| 193 | 2026-07-02T10:08:43.524Z | Downloaded regex-syntax v0.8.11 |
| 194 | 2026-07-02T10:08:43.535Z | Downloaded regex-automata v0.4.14 |
| 195 | 2026-07-02T10:08:43.572Z | Compiling proc-macro2 v1.0.106 |
| 196 | 2026-07-02T10:08:43.572Z | Compiling unicode-ident v1.0.24 |
| 197 | 2026-07-02T10:08:43.572Z | Compiling quote v1.0.46 |
| 198 | 2026-07-02T10:08:43.572Z | Compiling ident_case v1.0.1 |
| 199 | 2026-07-02T10:08:43.578Z | Compiling memchr v2.8.2 |
| 200 | 2026-07-02T10:08:43.578Z | Compiling fnv v1.0.7 |
| 201 | 2026-07-02T10:08:43.578Z | Compiling strsim v0.11.1 |
| 202 | 2026-07-02T10:08:43.578Z | Compiling regex-syntax v0.8.11 |
| 203 | 2026-07-02T10:08:43.768Z | Compiling serde_core v1.0.228 |
| 204 | 2026-07-02T10:08:43.775Z | Compiling serde v1.0.228 |
| 205 | 2026-07-02T10:08:43.781Z | Compiling zerocopy v0.8.52 |
| 206 | 2026-07-02T10:08:43.960Z | Compiling either v1.16.0 |
| 207 | 2026-07-02T10:08:44.068Z | Compiling aho-corasick v1.1.4 |
| 208 | 2026-07-02T10:08:44.105Z | Compiling thiserror v2.0.18 |
| 209 | 2026-07-02T10:08:44.186Z | Compiling itertools v0.14.0 |
| 210 | 2026-07-02T10:08:44.239Z | Compiling heapless v0.8.0 |
| 211 | 2026-07-02T10:08:44.265Z | Checking byteorder v1.5.0 |
| 212 | 2026-07-02T10:08:44.426Z | Checking hash32 v0.3.1 |
| 213 | 2026-07-02T10:08:44.533Z | Compiling smoltcp v0.11.0 |
| 214 | 2026-07-02T10:08:44.676Z | Checking macaddr v1.0.1 |
| 215 | 2026-07-02T10:08:44.816Z | Checking bitflags v2.13.0 |
| 216 | 2026-07-02T10:08:44.882Z | Compiling syn v2.0.118 |
| 217 | 2026-07-02T10:08:44.934Z | Checking stable_deref_trait v1.2.1 |
| 218 | 2026-07-02T10:08:44.968Z | Checking cfg-if v1.0.4 |
| 219 | 2026-07-02T10:08:44.975Z | Checking managed v0.8.0 |
| 220 | 2026-07-02T10:08:45.026Z | Checking bitflags v1.3.2 |
| 221 | 2026-07-02T10:08:45.089Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 222 | 2026-07-02T10:08:45.155Z | Compiling regex-automata v0.4.14 |
| 223 | 2026-07-02T10:08:45.384Z | Checking ipnetwork v0.21.1 |
| 224 | 2026-07-02T10:08:46.680Z | Compiling regex v1.12.4 |
| 225 | 2026-07-02T10:08:47.140Z | Compiling darling_core v0.21.3 |
| 226 | 2026-07-02T10:08:47.473Z | Compiling zerocopy-derive v0.8.52 |
| 227 | 2026-07-02T10:08:47.474Z | Compiling serde_derive v1.0.228 |
| 228 | 2026-07-02T10:08:47.474Z | Compiling thiserror-impl v2.0.18 |
| 229 | 2026-07-02T10:08:48.483Z | Checking cobs v0.3.0 |
| 230 | 2026-07-02T10:08:48.521Z | Compiling darling_macro v0.21.3 |
| 231 | 2026-07-02T10:08:49.072Z | Compiling darling v0.21.3 |
| 232 | 2026-07-02T10:08:49.139Z | Compiling ingot-macros v0.1.1 |
| 233 | 2026-07-02T10:08:49.827Z | Checking postcard v1.1.3 |
| 234 | 2026-07-02T10:08:51.136Z | Checking ingot-types v0.1.2 |
| 235 | 2026-07-02T10:08:51.405Z | Checking ingot v0.1.1 |
| 236 | 2026-07-02T10:08:52.724Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 237 | 2026-07-02T10:08:53.737Z | Finished `dev` profile [optimized + debuginfo] target(s) in 14.46s |
| 238 | 2026-07-02T10:08:53.837Z | |
| 239 | 2026-07-02T10:08:53.837Z | real 14.612367524 |
| 240 | 2026-07-02T10:08:53.838Z | user 31.643240629 |
| 241 | 2026-07-02T10:08:53.838Z | sys 6.266498077 |
| 242 | 2026-07-02T10:08:53.838Z | trap 0.013554510 |
| 243 | 2026-07-02T10:08:53.838Z | tflt 0.063263820 |
| 244 | 2026-07-02T10:08:53.838Z | dflt 0.188403775 |
| 245 | 2026-07-02T10:08:53.838Z | kflt 0.003070031 |
| 246 | 2026-07-02T10:08:53.838Z | lock 1:57.461806070 |
| 247 | 2026-07-02T10:08:53.838Z | slp 1:34.346552699 |
| 248 | 2026-07-02T10:08:53.838Z | lat 1.976310687 |
| 249 | 2026-07-02T10:08:53.838Z | stop 5.239391018 |
| 250 | 2026-07-02T10:08:53.841Z | + header 'analyze no_std' |
| 251 | 2026-07-02T10:08:53.841Z | + echo '# ==== analyze no_std ==== #' |
| 252 | 2026-07-02T10:08:53.841Z | + ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings |
| 253 | 2026-07-02T10:08:53.841Z | # ==== analyze no_std ==== # |
| 254 | 2026-07-02T10:08:53.944Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 255 | 2026-07-02T10:08:54.181Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 256 | 2026-07-02T10:08:55.189Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.30s |
| 257 | 2026-07-02T10:08:55.211Z | |
| 258 | 2026-07-02T10:08:55.215Z | real 1.366450850 |
| 259 | 2026-07-02T10:08:55.215Z | user 1.942408090 |
| 260 | 2026-07-02T10:08:55.215Z | sys 0.270693908 |
| 261 | 2026-07-02T10:08:55.215Z | trap 0.000285620 |
| 262 | 2026-07-02T10:08:55.215Z | tflt 0.000113960 |
| 263 | 2026-07-02T10:08:55.215Z | dflt 0.000113250 |
| 264 | 2026-07-02T10:08:55.215Z | kflt 0.000000000 |
| 265 | 2026-07-02T10:08:55.215Z | lock 4.496285036 |
| 266 | 2026-07-02T10:08:55.215Z | slp 5.479765195 |
| 267 | 2026-07-02T10:08:55.215Z | lat 0.002608900 |
| 268 | 2026-07-02T10:08:55.215Z | stop 0.042199409 |
| 269 | 2026-07-02T10:08:55.215Z | + header test |
| 270 | 2026-07-02T10:08:55.215Z | + echo '# ==== test ==== #' |
| 271 | 2026-07-02T10:08:55.215Z | + ptime -m cargo test |
| 272 | 2026-07-02T10:08:55.215Z | # ==== test ==== # |
| 273 | 2026-07-02T10:08:55.339Z | Compiling serde_core v1.0.228 |
| 274 | 2026-07-02T10:08:55.341Z | Compiling byteorder v1.5.0 |
| 275 | 2026-07-02T10:08:55.341Z | Compiling bitflags v2.13.0 |
| 276 | 2026-07-02T10:08:55.361Z | Compiling thiserror v2.0.18 |
| 277 | 2026-07-02T10:08:55.361Z | Compiling zerocopy v0.8.52 |
| 278 | 2026-07-02T10:08:55.365Z | Compiling macaddr v1.0.1 |
| 279 | 2026-07-02T10:08:55.365Z | Compiling stable_deref_trait v1.2.1 |
| 280 | 2026-07-02T10:08:55.368Z | Compiling bitflags v1.3.2 |
| 281 | 2026-07-02T10:08:55.417Z | Compiling cobs v0.3.0 |
| 282 | 2026-07-02T10:08:55.420Z | Compiling managed v0.8.0 |
| 283 | 2026-07-02T10:08:55.449Z | Compiling cfg-if v1.0.4 |
| 284 | 2026-07-02T10:08:55.506Z | Compiling hash32 v0.3.1 |
| 285 | 2026-07-02T10:08:55.520Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 286 | 2026-07-02T10:08:55.601Z | Compiling heapless v0.8.0 |
| 287 | 2026-07-02T10:08:55.633Z | Compiling ipnetwork v0.21.1 |
| 288 | 2026-07-02T10:08:55.964Z | Compiling smoltcp v0.11.0 |
| 289 | 2026-07-02T10:08:56.946Z | Compiling serde v1.0.228 |
| 290 | 2026-07-02T10:08:57.358Z | Compiling postcard v1.1.3 |
| 291 | 2026-07-02T10:08:58.055Z | Compiling ingot-types v0.1.2 |
| 292 | 2026-07-02T10:08:58.332Z | Compiling ingot v0.1.1 |
| 293 | 2026-07-02T10:08:59.742Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 294 | 2026-07-02T10:09:01.494Z | Finished `test` profile [optimized + debuginfo] target(s) in 6.27s |
| 295 | 2026-07-02T10:09:01.505Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-d5bea80b1190d4f4) |
| 296 | 2026-07-02T10:09:01.508Z | |
| 297 | 2026-07-02T10:09:01.508Z | running 25 tests |
| 298 | 2026-07-02T10:09:01.508Z | test encap::test::bad_vni ... ok |
| 299 | 2026-07-02T10:09:01.508Z | test encap::test::vni_round_trip ... ok |
| 300 | 2026-07-02T10:09:01.508Z | test encap::test::good_vni ... ok |
| 301 | 2026-07-02T10:09:01.509Z | test dns::tests::test_domain_name ... ok |
| 302 | 2026-07-02T10:09:01.509Z | test ip::test::bad_cidr ... ok |
| 303 | 2026-07-02T10:09:01.509Z | test ip::test::bad_prefix_len ... ok |
| 304 | 2026-07-02T10:09:01.509Z | test ip::test::dhcp_fqdn ... ok |
| 305 | 2026-07-02T10:09:01.509Z | test ip::test::good_cidr ... ok |
| 306 | 2026-07-02T10:09:01.509Z | test ip::test::ipv4_addr_bad ... ok |
| 307 | 2026-07-02T10:09:01.509Z | test ip::test::ipv4_addr_good ... ok |
| 308 | 2026-07-02T10:09:01.509Z | test ip::test::ipv4_mask ... ok |
| 309 | 2026-07-02T10:09:01.509Z | test ip::test::ipv6_is_default ... ok |
| 310 | 2026-07-02T10:09:01.509Z | test ip::test::ipv6_cidr_is_member ... ok |
| 311 | 2026-07-02T10:09:01.509Z | test ip::test::ipv6_mask ... ok |
| 312 | 2026-07-02T10:09:01.509Z | test ip::test::test_ip_addr_from_str ... ok |
| 313 | 2026-07-02T10:09:01.509Z | test ip::test::ipv6_prefix_len ... ok |
| 314 | 2026-07-02T10:09:01.509Z | test ip::test::test_ip_cidr_from_str ... ok |
| 315 | 2026-07-02T10:09:01.509Z | test ip::test::test_ipv4_multicast_mac ... ok |
| 316 | 2026-07-02T10:09:01.509Z | test ip::test::test_ipv6_admin_scoped_multicast ... ok |
| 317 | 2026-07-02T10:09:01.510Z | test ip::test::test_ipv6_from_const ... ok |
| 318 | 2026-07-02T10:09:01.510Z | test ip::test::test_ipv6_from_eui64 ... ok |
| 319 | 2026-07-02T10:09:01.510Z | test ip::test::test_ipv6_is_multicast ... ok |
| 320 | 2026-07-02T10:09:01.510Z | test ip::test::test_ipv6_multicast_mac ... ok |
| 321 | 2026-07-02T10:09:01.510Z | test ip::test::test_ipv6_solicited_node_multicast ... ok |
| 322 | 2026-07-02T10:09:01.510Z | test ip::test::test_multicast_underlay_serde ... ok |
| 323 | 2026-07-02T10:09:01.510Z | |
| 324 | 2026-07-02T10:09:01.510Z | test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 325 | 2026-07-02T10:09:01.510Z | |
| 326 | 2026-07-02T10:09:01.510Z | Doc-tests opte_api |
| 327 | 2026-07-02T10:09:02.125Z | |
| 328 | 2026-07-02T10:09:02.125Z | running 1 test |
| 329 | 2026-07-02T10:09:02.128Z | test crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok |
| 330 | 2026-07-02T10:09:02.128Z | |
| 331 | 2026-07-02T10:09:02.128Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 332 | 2026-07-02T10:09:02.128Z | |
| 333 | 2026-07-02T10:09:02.128Z | all doctests ran in 0.46s; merged doctests compilation took 0.45s |
| 334 | 2026-07-02T10:09:02.148Z | |
| 335 | 2026-07-02T10:09:02.150Z | real 6.930040400 |
| 336 | 2026-07-02T10:09:02.150Z | user 17.828632403 |
| 337 | 2026-07-02T10:09:02.150Z | sys 2.138903975 |
| 338 | 2026-07-02T10:09:02.150Z | trap 0.004271220 |
| 339 | 2026-07-02T10:09:02.150Z | tflt 0.123774473 |
| 340 | 2026-07-02T10:09:02.150Z | dflt 0.134180841 |
| 341 | 2026-07-02T10:09:02.151Z | kflt 0.000002460 |
| 342 | 2026-07-02T10:09:02.151Z | lock 51.377998944 |
| 343 | 2026-07-02T10:09:02.151Z | slp 33.252508232 |
| 344 | 2026-07-02T10:09:02.151Z | lat 0.343934842 |
| 345 | 2026-07-02T10:09:02.152Z | stop 0.551685491 |
| 346 | 2026-07-02T10:09:02.152Z | process exited: duration 39289 ms, exit code 0 |
| |
| 347 | 2026-07-02T10:09:02.161Z | found 0 output files |