|
|
|
| 1 | 2026-02-26T18:08:26.944Z | job assigned to worker 01KJDJ52PYW0S53QE88S2DADNG [factory aws, i-04c3e6daa85c7969c] (queued for 1 m 6 s) |
| |
| 2 | 2026-02-26T18:08:35.292Z | starting task 0: "setup" |
| 3 | 2026-02-26T18:08:35.296Z | ++ uname -s |
| 4 | 2026-02-26T18:08:35.299Z | + kern=SunOS |
| 5 | 2026-02-26T18:08:35.299Z | + build_user=build |
| 6 | 2026-02-26T18:08:35.299Z | + build_uid=12345 |
| 7 | 2026-02-26T18:08:35.299Z | + work_dir=/work |
| 8 | 2026-02-26T18:08:35.299Z | + input_dir=/input |
| 9 | 2026-02-26T18:08:35.299Z | + [[ 0 == 12345 ]] |
| 10 | 2026-02-26T18:08:35.299Z | + case "$kern" in |
| 11 | 2026-02-26T18:08:35.299Z | + groupadd -g 12345 build |
| 12 | 2026-02-26T18:08:35.303Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-02-26T18:08:37.309Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-02-26T18:08:37.436Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-02-26T18:08:37.440Z | + home_fs=zfs |
| 16 | 2026-02-26T18:08:37.440Z | + [[ zfs == autofs ]] |
| 17 | 2026-02-26T18:08:37.440Z | + mkdir -p /home/build |
| 18 | 2026-02-26T18:08:37.443Z | + chown build:build /home/build /work |
| 19 | 2026-02-26T18:08:39.443Z | + chmod 0700 /home/build /work |
| 20 | 2026-02-26T18:08:39.446Z | process exited: duration 4156 ms, exit code 0 |
| |
| 21 | 2026-02-26T18:08:39.453Z | starting task 1: "rust-toolchain" |
| 22 | 2026-02-26T18:08:39.458Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-02-26T18:08:39.458Z | * rust toolchain channel = "1.90.0" |
| 24 | 2026-02-26T18:08:39.458Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-02-26T18:08:39.458Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-02-26T18:08:39.458Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-02-26T18:08:39.458Z | * rust toolchain profile = "default" |
| 28 | 2026-02-26T18:08:39.461Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-02-26T18:08:39.461Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-02-26T18:08:40.139Z | info: downloading installer |
| 31 | 2026-02-26T18:08:41.820Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-02-26T18:08:41.820Z | warn: /opt/ooce/bin |
| 33 | 2026-02-26T18:08:41.820Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-02-26T18:08:41.820Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-02-26T18:08:41.820Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-02-26T18:08:41.820Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-02-26T18:08:41.820Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-02-26T18:08:41.820Z | error: cannot install while Rust is installed |
| 39 | 2026-02-26T18:08:41.820Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-02-26T18:08:41.834Z | info: profile set to 'default' |
| 41 | 2026-02-26T18:08:41.834Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-02-26T18:08:41.837Z | info: syncing channel updates for '1.90.0-x86_64-unknown-illumos' |
| 43 | 2026-02-26T18:08:42.009Z | info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14) |
| 44 | 2026-02-26T18:08:42.009Z | info: downloading component 'cargo' |
| 45 | 2026-02-26T18:08:43.187Z | info: downloading component 'clippy' |
| 46 | 2026-02-26T18:08:43.633Z | info: downloading component 'rust-docs' |
| 47 | 2026-02-26T18:08:45.105Z | info: downloading component 'rust-std' |
| 48 | 2026-02-26T18:08:47.465Z | info: downloading component 'rustc' |
| 49 | 2026-02-26T18:08:54.577Z | info: downloading component 'rustfmt' |
| 50 | 2026-02-26T18:08:54.855Z | info: installing component 'cargo' |
| 51 | 2026-02-26T18:08:55.762Z | info: installing component 'clippy' |
| 52 | 2026-02-26T18:08:56.165Z | info: installing component 'rust-docs' |
| 53 | 2026-02-26T18:08:57.996Z | info: installing component 'rust-std' |
| 54 | 2026-02-26T18:08:59.888Z | info: installing component 'rustc' |
| 55 | 2026-02-26T18:09:06.500Z | info: installing component 'rustfmt' |
| 56 | 2026-02-26T18:09:06.840Z | info: default toolchain set to '1.90.0-x86_64-unknown-illumos' |
| 57 | 2026-02-26T18:09:06.840Z | |
| 58 | 2026-02-26T18:09:07.257Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 59 | 2026-02-26T18:09:07.257Z | |
| 60 | 2026-02-26T18:09:07.260Z | |
| 61 | 2026-02-26T18:09:07.260Z | Rust is installed now. Great! |
| 62 | 2026-02-26T18:09:07.260Z | |
| 63 | 2026-02-26T18:09:07.260Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-02-26T18:09:07.260Z | environment variable. This has not been done automatically. |
| 65 | 2026-02-26T18:09:07.260Z | |
| 66 | 2026-02-26T18:09:07.260Z | To configure your current shell, you need to source |
| 67 | 2026-02-26T18:09:07.260Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-02-26T18:09:07.260Z | |
| 69 | 2026-02-26T18:09:07.260Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-02-26T18:09:07.260Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-02-26T18:09:07.260Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-02-26T18:09:07.260Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-02-26T18:09:07.369Z | + rustup --version |
| 74 | 2026-02-26T18:09:07.385Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-02-26T18:09:07.388Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-02-26T18:09:07.492Z | info: The currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 77 | 2026-02-26T18:09:07.496Z | + cargo --version |
| 78 | 2026-02-26T18:09:07.559Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 79 | 2026-02-26T18:09:07.562Z | + rustc --version |
| 80 | 2026-02-26T18:09:07.634Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 81 | 2026-02-26T18:09:07.637Z | process exited: duration 28178 ms, exit code 0 |
| |
| 82 | 2026-02-26T18:09:07.643Z | starting task 2: "authentication" |
| 83 | 2026-02-26T18:09:07.667Z | process exited: duration 21 ms, exit code 0 |
| |
| 84 | 2026-02-26T18:09:07.675Z | starting task 3: "clone repository" |
| 85 | 2026-02-26T18:09:07.678Z | + mkdir -p /work/oxidecomputer/opte |
| 86 | 2026-02-26T18:09:07.681Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 87 | 2026-02-26T18:09:07.722Z | Cloning into '/work/oxidecomputer/opte'... |
| 88 | 2026-02-26T18:09:10.705Z | + cd /work/oxidecomputer/opte |
| 89 | 2026-02-26T18:09:10.709Z | + git fetch origin cff15885bcd863812397ba183affe6114bff8c8a |
| 90 | 2026-02-26T18:09:11.161Z | From https://github.com/oxidecomputer/opte |
| 91 | 2026-02-26T18:09:11.161Z | * branch cff15885bcd863812397ba183affe6114bff8c8a -> FETCH_HEAD |
| 92 | 2026-02-26T18:09:11.167Z | + [[ -n helios3 ]] |
| 93 | 2026-02-26T18:09:11.171Z | ++ git branch --show-current |
| 94 | 2026-02-26T18:09:11.171Z | + current=master |
| 95 | 2026-02-26T18:09:11.171Z | + [[ master != helios3 ]] |
| 96 | 2026-02-26T18:09:11.171Z | + git branch -f helios3 cff15885bcd863812397ba183affe6114bff8c8a |
| 97 | 2026-02-26T18:09:11.175Z | + git checkout -f helios3 |
| 98 | 2026-02-26T18:09:11.200Z | Switched to branch 'helios3' |
| 99 | 2026-02-26T18:09:11.206Z | + git reset --hard cff15885bcd863812397ba183affe6114bff8c8a |
| 100 | 2026-02-26T18:09:11.229Z | HEAD is now at cff1588 Include helios version in package name, adjust publisher for Heliosv3 |
| 101 | 2026-02-26T18:09:11.243Z | process exited: duration 3552 ms, exit code 0 |
| |
| 102 | 2026-02-26T18:09:11.255Z | starting task 4: "build" |
| 103 | 2026-02-26T18:09:11.259Z | + source .github/buildomat/common.sh |
| 104 | 2026-02-26T18:09:11.262Z | ++ rustup show active-toolchain |
| 105 | 2026-02-26T18:09:11.310Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 106 | 2026-02-26T18:09:11.315Z | ++ pushd xde |
| 107 | 2026-02-26T18:09:11.315Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 108 | 2026-02-26T18:09:11.315Z | ++ rustup show active-toolchain |
| 109 | 2026-02-26T18:09:11.323Z | info: syncing channel updates for 'nightly-2025-09-19-x86_64-unknown-illumos' |
| 110 | 2026-02-26T18:09:11.496Z | info: latest update on 2025-09-19, rust version 1.92.0-nightly (7c275d09e 2025-09-18) |
| 111 | 2026-02-26T18:09:11.496Z | info: downloading component 'cargo' |
| 112 | 2026-02-26T18:09:12.692Z | info: downloading component 'clippy' |
| 113 | 2026-02-26T18:09:13.144Z | info: downloading component 'rust-src' |
| 114 | 2026-02-26T18:09:13.601Z | info: downloading component 'rust-std' |
| 115 | 2026-02-26T18:09:15.506Z | info: downloading component 'rustc' |
| 116 | 2026-02-26T18:09:24.268Z | info: downloading component 'rustfmt' |
| 117 | 2026-02-26T18:09:24.585Z | info: installing component 'cargo' |
| 118 | 2026-02-26T18:09:25.486Z | info: installing component 'clippy' |
| 119 | 2026-02-26T18:09:25.881Z | info: installing component 'rust-src' |
| 120 | 2026-02-26T18:09:26.247Z | info: installing component 'rust-std' |
| 121 | 2026-02-26T18:09:27.969Z | info: installing component 'rustc' |
| 122 | 2026-02-26T18:09:34.480Z | info: installing component 'rustfmt' |
| 123 | 2026-02-26T18:09:34.819Z | nightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 124 | 2026-02-26T18:09:34.902Z | +++ rustup show active-toolchain -v |
| 125 | 2026-02-26T18:09:34.906Z | +++ head -n 1 |
| 126 | 2026-02-26T18:09:34.906Z | +++ cut '-d ' -f1 |
| 127 | 2026-02-26T18:09:35.013Z | ++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos |
| 128 | 2026-02-26T18:09:35.013Z | ++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos |
| 129 | 2026-02-26T18:09:35.013Z | ++ popd |
| 130 | 2026-02-26T18:09:35.016Z | /work/oxidecomputer/opte |
| 131 | 2026-02-26T18:09:35.016Z | + cargo --version |
| 132 | 2026-02-26T18:09:35.070Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 133 | 2026-02-26T18:09:35.074Z | + rustc --version |
| 134 | 2026-02-26T18:09:35.145Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 135 | 2026-02-26T18:09:35.148Z | + cd crates/opte-api |
| 136 | 2026-02-26T18:09:35.151Z | + header 'check API_VERSION' |
| 137 | 2026-02-26T18:09:35.151Z | + echo '# ==== check API_VERSION ==== #' |
| 138 | 2026-02-26T18:09:35.151Z | # ==== check API_VERSION ==== # |
| 139 | 2026-02-26T18:09:35.151Z | + ./check-api-version.sh |
| 140 | 2026-02-26T18:09:35.158Z | + header 'check style' |
| 141 | 2026-02-26T18:09:35.198Z | + echo '# ==== check style ==== #' |
| 142 | 2026-02-26T18:09:35.198Z | # ==== check style ==== # |
| 143 | 2026-02-26T18:09:35.198Z | + ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos fmt -- --check |
| 144 | 2026-02-26T18:09:35.375Z | |
| 145 | 2026-02-26T18:09:35.375Z | real 0.212756717 |
| 146 | 2026-02-26T18:09:35.375Z | user 0.148083806 |
| 147 | 2026-02-26T18:09:35.375Z | sys 0.061807752 |
| 148 | 2026-02-26T18:09:35.375Z | trap 0.000003088 |
| 149 | 2026-02-26T18:09:35.375Z | tflt 0.000014657 |
| 150 | 2026-02-26T18:09:35.375Z | dflt 0.000020785 |
| 151 | 2026-02-26T18:09:35.375Z | kflt 0.000000000 |
| 152 | 2026-02-26T18:09:35.375Z | lock 0.712530248 |
| 153 | 2026-02-26T18:09:35.378Z | slp 0.230237688 |
| 154 | 2026-02-26T18:09:35.378Z | lat 0.001339976 |
| 155 | 2026-02-26T18:09:35.378Z | stop 0.000152369 |
| 156 | 2026-02-26T18:09:35.378Z | + header 'analyze std' |
| 157 | 2026-02-26T18:09:35.378Z | + echo '# ==== analyze std ==== #' |
| 158 | 2026-02-26T18:09:35.378Z | # ==== analyze std ==== # |
| 159 | 2026-02-26T18:09:35.379Z | + ptime -m cargo clippy --all-targets |
| 160 | 2026-02-26T18:09:35.647Z | Updating crates.io index |
| 161 | 2026-02-26T18:09:35.690Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 162 | 2026-02-26T18:09:39.190Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 163 | 2026-02-26T18:09:40.212Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 164 | 2026-02-26T18:09:41.063Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 165 | 2026-02-26T18:09:41.858Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 166 | 2026-02-26T18:09:42.492Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 167 | 2026-02-26T18:09:43.145Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 168 | 2026-02-26T18:09:45.547Z | Downloading crates ... |
| 169 | 2026-02-26T18:09:45.617Z | Downloaded fnv v1.0.7 |
| 170 | 2026-02-26T18:09:45.633Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 171 | 2026-02-26T18:09:45.637Z | Downloaded strsim v0.11.1 |
| 172 | 2026-02-26T18:09:45.637Z | Downloaded darling_macro v0.21.3 |
| 173 | 2026-02-26T18:09:45.641Z | Downloaded cfg-if v1.0.4 |
| 174 | 2026-02-26T18:09:45.644Z | Downloaded defmt v0.3.100 |
| 175 | 2026-02-26T18:09:45.649Z | Downloaded defmt v1.0.1 |
| 176 | 2026-02-26T18:09:45.653Z | Downloaded macaddr v1.0.1 |
| 177 | 2026-02-26T18:09:45.653Z | Downloaded hash32 v0.3.1 |
| 178 | 2026-02-26T18:09:45.657Z | Downloaded embedded-io v0.4.0 |
| 179 | 2026-02-26T18:09:45.660Z | Downloaded managed v0.8.0 |
| 180 | 2026-02-26T18:09:45.660Z | Downloaded ident_case v1.0.1 |
| 181 | 2026-02-26T18:09:45.668Z | Downloaded embedded-io v0.6.1 |
| 182 | 2026-02-26T18:09:45.671Z | Downloaded thiserror v2.0.18 |
| 183 | 2026-02-26T18:09:45.674Z | Downloaded stable_deref_trait v1.2.1 |
| 184 | 2026-02-26T18:09:45.674Z | Downloaded either v1.15.0 |
| 185 | 2026-02-26T18:09:45.677Z | Downloaded thiserror-impl v2.0.18 |
| 186 | 2026-02-26T18:09:45.678Z | Downloaded proc-macro-error2 v2.0.1 |
| 187 | 2026-02-26T18:09:45.681Z | Downloaded cobs v0.3.0 |
| 188 | 2026-02-26T18:09:45.685Z | Downloaded ipnetwork v0.21.1 |
| 189 | 2026-02-26T18:09:45.688Z | Downloaded defmt-macros v1.0.1 |
| 190 | 2026-02-26T18:09:45.691Z | Downloaded ingot v0.1.1 |
| 191 | 2026-02-26T18:09:45.691Z | Downloaded bitflags v1.3.2 |
| 192 | 2026-02-26T18:09:45.695Z | Downloaded byteorder v1.5.0 |
| 193 | 2026-02-26T18:09:45.698Z | Downloaded quote v1.0.44 |
| 194 | 2026-02-26T18:09:45.701Z | Downloaded ingot-types v0.1.2 |
| 195 | 2026-02-26T18:09:45.709Z | Downloaded postcard v1.1.3 |
| 196 | 2026-02-26T18:09:45.713Z | Downloaded darling v0.21.3 |
| 197 | 2026-02-26T18:09:45.719Z | Downloaded bitflags v2.10.0 |
| 198 | 2026-02-26T18:09:45.724Z | Downloaded defmt-parser v1.0.0 |
| 199 | 2026-02-26T18:09:45.728Z | Downloaded ingot-macros v0.1.1 |
| 200 | 2026-02-26T18:09:45.733Z | Downloaded unicode-ident v1.0.23 |
| 201 | 2026-02-26T18:09:45.736Z | Downloaded serde_core v1.0.228 |
| 202 | 2026-02-26T18:09:45.743Z | Downloaded serde_derive v1.0.228 |
| 203 | 2026-02-26T18:09:45.753Z | Downloaded darling_core v0.21.3 |
| 204 | 2026-02-26T18:09:45.762Z | Downloaded proc-macro2 v1.0.106 |
| 205 | 2026-02-26T18:09:45.768Z | Downloaded heapless v0.8.0 |
| 206 | 2026-02-26T18:09:45.781Z | Downloaded zerocopy-derive v0.8.39 |
| 207 | 2026-02-26T18:09:45.789Z | Downloaded memchr v2.8.0 |
| 208 | 2026-02-26T18:09:45.793Z | Downloaded serde v1.0.228 |
| 209 | 2026-02-26T18:09:45.798Z | Downloaded aho-corasick v1.1.4 |
| 210 | 2026-02-26T18:09:45.801Z | Downloaded itertools v0.14.0 |
| 211 | 2026-02-26T18:09:45.818Z | Downloaded regex v1.12.3 |
| 212 | 2026-02-26T18:09:45.866Z | Downloaded zerocopy v0.8.39 |
| 213 | 2026-02-26T18:09:45.883Z | Downloaded syn v2.0.114 |
| 214 | 2026-02-26T18:09:45.891Z | Downloaded smoltcp v0.11.0 |
| 215 | 2026-02-26T18:09:45.901Z | Downloaded regex-syntax v0.8.9 |
| 216 | 2026-02-26T18:09:45.923Z | Downloaded regex-automata v0.4.14 |
| 217 | 2026-02-26T18:09:45.972Z | Compiling proc-macro2 v1.0.106 |
| 218 | 2026-02-26T18:09:45.975Z | Compiling unicode-ident v1.0.23 |
| 219 | 2026-02-26T18:09:45.975Z | Compiling quote v1.0.44 |
| 220 | 2026-02-26T18:09:45.975Z | Compiling ident_case v1.0.1 |
| 221 | 2026-02-26T18:09:45.975Z | Compiling strsim v0.11.1 |
| 222 | 2026-02-26T18:09:45.975Z | Compiling memchr v2.8.0 |
| 223 | 2026-02-26T18:09:45.975Z | Compiling fnv v1.0.7 |
| 224 | 2026-02-26T18:09:46.041Z | Compiling serde_core v1.0.228 |
| 225 | 2026-02-26T18:09:46.211Z | Compiling regex-syntax v0.8.9 |
| 226 | 2026-02-26T18:09:46.242Z | Compiling zerocopy v0.8.39 |
| 227 | 2026-02-26T18:09:46.258Z | Compiling either v1.15.0 |
| 228 | 2026-02-26T18:09:46.626Z | Compiling thiserror v2.0.18 |
| 229 | 2026-02-26T18:09:46.661Z | Compiling serde v1.0.228 |
| 230 | 2026-02-26T18:09:46.669Z | Compiling itertools v0.14.0 |
| 231 | 2026-02-26T18:09:46.960Z | Compiling aho-corasick v1.1.4 |
| 232 | 2026-02-26T18:09:47.246Z | Checking byteorder v1.5.0 |
| 233 | 2026-02-26T18:09:47.354Z | Compiling heapless v0.8.0 |
| 234 | 2026-02-26T18:09:47.580Z | Checking hash32 v0.3.1 |
| 235 | 2026-02-26T18:09:47.592Z | Compiling smoltcp v0.11.0 |
| 236 | 2026-02-26T18:09:47.765Z | Checking stable_deref_trait v1.2.1 |
| 237 | 2026-02-26T18:09:47.867Z | Checking macaddr v1.0.1 |
| 238 | 2026-02-26T18:09:48.170Z | Checking bitflags v2.10.0 |
| 239 | 2026-02-26T18:09:48.454Z | Checking bitflags v1.3.2 |
| 240 | 2026-02-26T18:09:48.487Z | Compiling syn v2.0.114 |
| 241 | 2026-02-26T18:09:48.564Z | Checking cfg-if v1.0.4 |
| 242 | 2026-02-26T18:09:48.633Z | Checking managed v0.8.0 |
| 243 | 2026-02-26T18:09:48.650Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 244 | 2026-02-26T18:09:48.977Z | Checking ipnetwork v0.21.1 |
| 245 | 2026-02-26T18:09:49.526Z | Compiling regex-automata v0.4.14 |
| 246 | 2026-02-26T18:09:52.203Z | Compiling regex v1.12.3 |
| 247 | 2026-02-26T18:09:53.093Z | Compiling darling_core v0.21.3 |
| 248 | 2026-02-26T18:09:53.817Z | Compiling thiserror-impl v2.0.18 |
| 249 | 2026-02-26T18:09:53.817Z | Compiling zerocopy-derive v0.8.39 |
| 250 | 2026-02-26T18:09:53.820Z | Compiling serde_derive v1.0.228 |
| 251 | 2026-02-26T18:09:55.422Z | Checking cobs v0.3.0 |
| 252 | 2026-02-26T18:09:55.813Z | Compiling darling_macro v0.21.3 |
| 253 | 2026-02-26T18:09:56.509Z | Compiling darling v0.21.3 |
| 254 | 2026-02-26T18:09:56.598Z | Compiling ingot-macros v0.1.1 |
| 255 | 2026-02-26T18:09:57.868Z | Checking postcard v1.1.3 |
| 256 | 2026-02-26T18:10:00.463Z | Checking ingot-types v0.1.2 |
| 257 | 2026-02-26T18:10:00.912Z | Checking ingot v0.1.1 |
| 258 | 2026-02-26T18:10:03.403Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 259 | 2026-02-26T18:10:05.078Z | Finished `dev` profile [optimized + debuginfo] target(s) in 29.54s |
| 260 | 2026-02-26T18:10:05.193Z | |
| 261 | 2026-02-26T18:10:05.193Z | real 29.805150294 |
| 262 | 2026-02-26T18:10:05.193Z | user 1:07.457291345 |
| 263 | 2026-02-26T18:10:05.193Z | sys 9.113272783 |
| 264 | 2026-02-26T18:10:05.193Z | trap 0.035995300 |
| 265 | 2026-02-26T18:10:05.198Z | tflt 0.125768785 |
| 266 | 2026-02-26T18:10:05.198Z | dflt 0.358449367 |
| 267 | 2026-02-26T18:10:05.198Z | kflt 0.001661360 |
| 268 | 2026-02-26T18:10:05.198Z | lock 2:16.616243414 |
| 269 | 2026-02-26T18:10:05.198Z | slp 3:55.722546022 |
| 270 | 2026-02-26T18:10:05.198Z | lat 2.545110088 |
| 271 | 2026-02-26T18:10:05.198Z | stop 5.700456639 |
| 272 | 2026-02-26T18:10:05.198Z | + header 'analyze no_std' |
| 273 | 2026-02-26T18:10:05.198Z | + echo '# ==== analyze no_std ==== #' |
| 274 | 2026-02-26T18:10:05.198Z | # ==== analyze no_std ==== # |
| 275 | 2026-02-26T18:10:05.198Z | + ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings |
| 276 | 2026-02-26T18:10:05.425Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 277 | 2026-02-26T18:10:05.763Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 278 | 2026-02-26T18:10:07.398Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.05s |
| 279 | 2026-02-26T18:10:07.421Z | |
| 280 | 2026-02-26T18:10:07.424Z | real 2.221376887 |
| 281 | 2026-02-26T18:10:07.424Z | user 3.331663397 |
| 282 | 2026-02-26T18:10:07.424Z | sys 0.345628519 |
| 283 | 2026-02-26T18:10:07.424Z | trap 0.000395888 |
| 284 | 2026-02-26T18:10:07.424Z | tflt 0.000039583 |
| 285 | 2026-02-26T18:10:07.425Z | dflt 0.000076545 |
| 286 | 2026-02-26T18:10:07.425Z | kflt 0.000000000 |
| 287 | 2026-02-26T18:10:07.425Z | lock 8.896754077 |
| 288 | 2026-02-26T18:10:07.425Z | slp 8.949046289 |
| 289 | 2026-02-26T18:10:07.425Z | lat 0.003813716 |
| 290 | 2026-02-26T18:10:07.425Z | stop 0.050331052 |
| 291 | 2026-02-26T18:10:07.425Z | + header test |
| 292 | 2026-02-26T18:10:07.425Z | + echo '# ==== test ==== #' |
| 293 | 2026-02-26T18:10:07.425Z | # ==== test ==== # |
| 294 | 2026-02-26T18:10:07.425Z | + ptime -m cargo test |
| 295 | 2026-02-26T18:10:07.654Z | Compiling serde_core v1.0.228 |
| 296 | 2026-02-26T18:10:07.658Z | Compiling byteorder v1.5.0 |
| 297 | 2026-02-26T18:10:07.658Z | Compiling macaddr v1.0.1 |
| 298 | 2026-02-26T18:10:07.658Z | Compiling bitflags v2.10.0 |
| 299 | 2026-02-26T18:10:07.658Z | Compiling thiserror v2.0.18 |
| 300 | 2026-02-26T18:10:07.677Z | Compiling zerocopy v0.8.39 |
| 301 | 2026-02-26T18:10:07.680Z | Compiling stable_deref_trait v1.2.1 |
| 302 | 2026-02-26T18:10:07.683Z | Compiling cfg-if v1.0.4 |
| 303 | 2026-02-26T18:10:07.771Z | Compiling cobs v0.3.0 |
| 304 | 2026-02-26T18:10:07.776Z | Compiling managed v0.8.0 |
| 305 | 2026-02-26T18:10:07.821Z | Compiling bitflags v1.3.2 |
| 306 | 2026-02-26T18:10:07.915Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 307 | 2026-02-26T18:10:08.002Z | Compiling hash32 v0.3.1 |
| 308 | 2026-02-26T18:10:08.147Z | Compiling ipnetwork v0.21.1 |
| 309 | 2026-02-26T18:10:08.202Z | Compiling heapless v0.8.0 |
| 310 | 2026-02-26T18:10:08.889Z | Compiling smoltcp v0.11.0 |
| 311 | 2026-02-26T18:10:10.754Z | Compiling serde v1.0.228 |
| 312 | 2026-02-26T18:10:12.095Z | Compiling postcard v1.1.3 |
| 313 | 2026-02-26T18:10:13.302Z | Compiling ingot-types v0.1.2 |
| 314 | 2026-02-26T18:10:13.771Z | Compiling ingot v0.1.1 |
| 315 | 2026-02-26T18:10:16.391Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 316 | 2026-02-26T18:10:19.268Z | Finished `test` profile [optimized + debuginfo] target(s) in 11.78s |
| 317 | 2026-02-26T18:10:19.280Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-9aa4cea7f7ad001f) |
| 318 | 2026-02-26T18:10:19.283Z | |
| 319 | 2026-02-26T18:10:19.283Z | running 25 tests |
| 320 | 2026-02-26T18:10:19.286Z | test encap::test::bad_vni ... ok |
| 321 | 2026-02-26T18:10:19.286Z | test dns::tests::test_domain_name ... ok |
| 322 | 2026-02-26T18:10:19.286Z | test encap::test::vni_round_trip ... ok |
| 323 | 2026-02-26T18:10:19.286Z | test encap::test::good_vni ... ok |
| 324 | 2026-02-26T18:10:19.286Z | test ip::test::bad_prefix_len ... ok |
| 325 | 2026-02-26T18:10:19.286Z | test ip::test::bad_cidr ... ok |
| 326 | 2026-02-26T18:10:19.286Z | test ip::test::good_cidr ... ok |
| 327 | 2026-02-26T18:10:19.286Z | test ip::test::ipv4_addr_bad ... ok |
| 328 | 2026-02-26T18:10:19.286Z | test ip::test::dhcp_fqdn ... ok |
| 329 | 2026-02-26T18:10:19.286Z | test ip::test::ipv4_addr_good ... ok |
| 330 | 2026-02-26T18:10:19.286Z | test ip::test::ipv4_mask ... ok |
| 331 | 2026-02-26T18:10:19.286Z | test ip::test::ipv6_cidr_is_member ... ok |
| 332 | 2026-02-26T18:10:19.286Z | test ip::test::ipv6_mask ... ok |
| 333 | 2026-02-26T18:10:19.286Z | test ip::test::ipv6_is_default ... ok |
| 334 | 2026-02-26T18:10:19.286Z | test ip::test::test_ipv4_multicast_mac ... ok |
| 335 | 2026-02-26T18:10:19.286Z | test ip::test::ipv6_prefix_len ... ok |
| 336 | 2026-02-26T18:10:19.286Z | test ip::test::test_ip_cidr_from_str ... ok |
| 337 | 2026-02-26T18:10:19.287Z | test ip::test::test_ip_addr_from_str ... ok |
| 338 | 2026-02-26T18:10:19.287Z | test ip::test::test_ipv6_admin_scoped_multicast ... ok |
| 339 | 2026-02-26T18:10:19.287Z | test ip::test::test_ipv6_from_const ... ok |
| 340 | 2026-02-26T18:10:19.287Z | test ip::test::test_ipv6_from_eui64 ... ok |
| 341 | 2026-02-26T18:10:19.287Z | test ip::test::test_ipv6_is_multicast ... ok |
| 342 | 2026-02-26T18:10:19.287Z | test ip::test::test_ipv6_multicast_mac ... ok |
| 343 | 2026-02-26T18:10:19.287Z | test ip::test::test_ipv6_solicited_node_multicast ... ok |
| 344 | 2026-02-26T18:10:19.287Z | test ip::test::test_multicast_underlay_serde ... ok |
| 345 | 2026-02-26T18:10:19.287Z | |
| 346 | 2026-02-26T18:10:19.287Z | test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 347 | 2026-02-26T18:10:19.287Z | |
| 348 | 2026-02-26T18:10:19.287Z | Doc-tests opte_api |
| 349 | 2026-02-26T18:10:20.093Z | |
| 350 | 2026-02-26T18:10:20.093Z | running 1 test |
| 351 | 2026-02-26T18:10:20.096Z | test crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok |
| 352 | 2026-02-26T18:10:20.096Z | |
| 353 | 2026-02-26T18:10:20.096Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 354 | 2026-02-26T18:10:20.096Z | |
| 355 | 2026-02-26T18:10:20.118Z | |
| 356 | 2026-02-26T18:10:20.122Z | real 12.684283575 |
| 357 | 2026-02-26T18:10:20.122Z | user 35.966323412 |
| 358 | 2026-02-26T18:10:20.122Z | sys 3.037748912 |
| 359 | 2026-02-26T18:10:20.122Z | trap 0.010298943 |
| 360 | 2026-02-26T18:10:20.122Z | tflt 0.194065553 |
| 361 | 2026-02-26T18:10:20.122Z | dflt 0.274201198 |
| 362 | 2026-02-26T18:10:20.122Z | kflt 0.000000000 |
| 363 | 2026-02-26T18:10:20.122Z | lock 1:25.072210038 |
| 364 | 2026-02-26T18:10:20.122Z | slp 1:28.742381193 |
| 365 | 2026-02-26T18:10:20.123Z | lat 0.586053998 |
| 366 | 2026-02-26T18:10:20.123Z | stop 0.893072515 |
| 367 | 2026-02-26T18:10:20.123Z | process exited: duration 68852 ms, exit code 0 |
| |
| 368 | 2026-02-26T18:10:20.131Z | found 0 output files |