|
|
|
| 1 | 2026-01-13T18:52:00.072Z | job assigned to worker 01KEWB5T21TWMPS6SDFC496CJ4 [factory gimlet-EVT22200007-propolis, EVT22200007/54171] (queued for 31 s) |
| |
| 2 | 2026-01-13T18:52:10.484Z | starting task 0: "setup" |
| 3 | 2026-01-13T18:52:10.510Z | ++ uname -s |
| 4 | 2026-01-13T18:52:10.510Z | + kern=SunOS |
| 5 | 2026-01-13T18:52:10.510Z | + build_user=build |
| 6 | 2026-01-13T18:52:10.510Z | + build_uid=12345 |
| 7 | 2026-01-13T18:52:10.510Z | + work_dir=/work |
| 8 | 2026-01-13T18:52:10.510Z | + input_dir=/input |
| 9 | 2026-01-13T18:52:10.510Z | + [[ 0 == 12345 ]] |
| 10 | 2026-01-13T18:52:10.510Z | + case "$kern" in |
| 11 | 2026-01-13T18:52:10.510Z | + groupadd -g 12345 build |
| 12 | 2026-01-13T18:52:10.510Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-01-13T18:52:12.517Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-01-13T18:52:12.560Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-01-13T18:52:12.585Z | + home_fs=zfs |
| 16 | 2026-01-13T18:52:12.585Z | + [[ zfs == autofs ]] |
| 17 | 2026-01-13T18:52:12.585Z | + mkdir -p /home/build |
| 18 | 2026-01-13T18:52:12.585Z | + chown build:build /home/build /work |
| 19 | 2026-01-13T18:52:14.571Z | + chmod 0700 /home/build /work |
| 20 | 2026-01-13T18:52:14.597Z | process exited: duration 4096 ms, exit code 0 |
| |
| 21 | 2026-01-13T18:52:14.647Z | starting task 1: "rust-toolchain" |
| 22 | 2026-01-13T18:52:14.672Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-01-13T18:52:14.672Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-01-13T18:52:14.672Z | * rust toolchain channel = "1.90.0" |
| 25 | 2026-01-13T18:52:14.672Z | * rust toolchain profile = "default" |
| 26 | 2026-01-13T18:52:14.672Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-01-13T18:52:14.672Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-01-13T18:52:14.672Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-01-13T18:52:14.672Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-01-13T18:52:14.823Z | info: downloading installer |
| 31 | 2026-01-13T18:52:15.941Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-01-13T18:52:15.941Z | warn: /opt/ooce/bin |
| 33 | 2026-01-13T18:52:15.941Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-01-13T18:52:15.941Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-01-13T18:52:15.941Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-01-13T18:52:15.941Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-01-13T18:52:15.941Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-01-13T18:52:15.941Z | error: cannot install while Rust is installed |
| 39 | 2026-01-13T18:52:15.941Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-01-13T18:52:15.966Z | info: profile set to 'default' |
| 41 | 2026-01-13T18:52:15.966Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-01-13T18:52:15.966Z | info: syncing channel updates for '1.90.0-x86_64-unknown-illumos' |
| 43 | 2026-01-13T18:52:16.120Z | info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14) |
| 44 | 2026-01-13T18:52:16.120Z | info: downloading component 'cargo' |
| 45 | 2026-01-13T18:52:16.484Z | info: downloading component 'clippy' |
| 46 | 2026-01-13T18:52:16.653Z | info: downloading component 'rust-docs' |
| 47 | 2026-01-13T18:52:17.668Z | info: downloading component 'rust-std' |
| 48 | 2026-01-13T18:52:18.387Z | info: downloading component 'rustc' |
| 49 | 2026-01-13T18:52:20.824Z | info: downloading component 'rustfmt' |
| 50 | 2026-01-13T18:52:20.913Z | info: installing component 'cargo' |
| 51 | 2026-01-13T18:52:22.355Z | info: installing component 'clippy' |
| 52 | 2026-01-13T18:52:22.926Z | info: installing component 'rust-docs' |
| 53 | 2026-01-13T18:52:26.938Z | info: installing component 'rust-std' |
| 54 | 2026-01-13T18:52:29.385Z | info: installing component 'rustc' |
| 55 | 2026-01-13T18:52:38.897Z | info: installing component 'rustfmt' |
| 56 | 2026-01-13T18:52:39.365Z | info: default toolchain set to '1.90.0-x86_64-unknown-illumos' |
| 57 | 2026-01-13T18:52:39.365Z | |
| 58 | 2026-01-13T18:52:39.574Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 59 | 2026-01-13T18:52:39.574Z | |
| 60 | 2026-01-13T18:52:39.574Z | |
| 61 | 2026-01-13T18:52:39.574Z | Rust is installed now. Great! |
| 62 | 2026-01-13T18:52:39.574Z | |
| 63 | 2026-01-13T18:52:39.574Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-01-13T18:52:39.574Z | environment variable. This has not been done automatically. |
| 65 | 2026-01-13T18:52:39.574Z | |
| 66 | 2026-01-13T18:52:39.599Z | To configure your current shell, you need to source |
| 67 | 2026-01-13T18:52:39.599Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-01-13T18:52:39.599Z | |
| 69 | 2026-01-13T18:52:39.599Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-01-13T18:52:39.599Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-01-13T18:52:39.599Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-01-13T18:52:39.599Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-01-13T18:52:39.746Z | + rustup --version |
| 74 | 2026-01-13T18:52:39.771Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-01-13T18:52:39.771Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-01-13T18:52:39.889Z | info: The currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 77 | 2026-01-13T18:52:39.913Z | + cargo --version |
| 78 | 2026-01-13T18:52:40.009Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 79 | 2026-01-13T18:52:40.034Z | + rustc --version |
| 80 | 2026-01-13T18:52:40.130Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 81 | 2026-01-13T18:52:40.154Z | process exited: duration 25494 ms, exit code 0 |
| |
| 82 | 2026-01-13T18:52:40.207Z | starting task 2: "authentication" |
| 83 | 2026-01-13T18:52:40.267Z | process exited: duration 61 ms, exit code 0 |
| |
| 84 | 2026-01-13T18:52:40.321Z | starting task 3: "clone repository" |
| 85 | 2026-01-13T18:52:40.345Z | + mkdir -p /work/oxidecomputer/opte |
| 86 | 2026-01-13T18:52:40.345Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 87 | 2026-01-13T18:52:40.370Z | Cloning into '/work/oxidecomputer/opte'... |
| 88 | 2026-01-13T18:52:41.512Z | + cd /work/oxidecomputer/opte |
| 89 | 2026-01-13T18:52:41.512Z | + git fetch origin 8a4a574fc937ed166c199d0d6f16053da5d8f701 |
| 90 | 2026-01-13T18:52:41.900Z | From https://github.com/oxidecomputer/opte |
| 91 | 2026-01-13T18:52:41.900Z | * branch 8a4a574fc937ed166c199d0d6f16053da5d8f701 -> FETCH_HEAD |
| 92 | 2026-01-13T18:52:41.925Z | + [[ -n overlay-capab ]] |
| 93 | 2026-01-13T18:52:41.925Z | ++ git branch --show-current |
| 94 | 2026-01-13T18:52:41.925Z | + current=master |
| 95 | 2026-01-13T18:52:41.925Z | + [[ master != overlay-capab ]] |
| 96 | 2026-01-13T18:52:41.925Z | + git branch -f overlay-capab 8a4a574fc937ed166c199d0d6f16053da5d8f701 |
| 97 | 2026-01-13T18:52:41.950Z | + git checkout -f overlay-capab |
| 98 | 2026-01-13T18:52:41.976Z | Switched to branch 'overlay-capab' |
| 99 | 2026-01-13T18:52:41.976Z | + git reset --hard 8a4a574fc937ed166c199d0d6f16053da5d8f701 |
| 100 | 2026-01-13T18:52:42.003Z | HEAD is now at 8a4a574 Advertise `MAC_CAPAB_OVERLAY` |
| 101 | 2026-01-13T18:52:42.028Z | process exited: duration 1688 ms, exit code 0 |
| |
| 102 | 2026-01-13T18:52:42.080Z | starting task 4: "build" |
| 103 | 2026-01-13T18:52:42.105Z | + source .github/buildomat/common.sh |
| 104 | 2026-01-13T18:52:42.105Z | ++ rustup show active-toolchain |
| 105 | 2026-01-13T18:52:42.194Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 106 | 2026-01-13T18:52:42.219Z | ++ pushd xde |
| 107 | 2026-01-13T18:52:42.219Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 108 | 2026-01-13T18:52:42.219Z | ++ rustup show active-toolchain |
| 109 | 2026-01-13T18:52:42.219Z | info: syncing channel updates for 'nightly-2025-09-19-x86_64-unknown-illumos' |
| 110 | 2026-01-13T18:52:42.401Z | info: latest update on 2025-09-19, rust version 1.92.0-nightly (7c275d09e 2025-09-18) |
| 111 | 2026-01-13T18:52:42.401Z | info: downloading component 'cargo' |
| 112 | 2026-01-13T18:52:42.654Z | info: downloading component 'clippy' |
| 113 | 2026-01-13T18:52:42.784Z | info: downloading component 'rust-src' |
| 114 | 2026-01-13T18:52:42.855Z | info: downloading component 'rust-std' |
| 115 | 2026-01-13T18:52:43.402Z | info: downloading component 'rustc' |
| 116 | 2026-01-13T18:52:47.080Z | info: downloading component 'rustfmt' |
| 117 | 2026-01-13T18:52:47.277Z | info: installing component 'cargo' |
| 118 | 2026-01-13T18:52:48.503Z | info: installing component 'clippy' |
| 119 | 2026-01-13T18:52:49.032Z | info: installing component 'rust-src' |
| 120 | 2026-01-13T18:52:49.640Z | info: installing component 'rust-std' |
| 121 | 2026-01-13T18:52:52.024Z | info: installing component 'rustc' |
| 122 | 2026-01-13T18:53:01.561Z | info: installing component 'rustfmt' |
| 123 | 2026-01-13T18:53:01.993Z | nightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 124 | 2026-01-13T18:53:02.122Z | +++ rustup show active-toolchain -v |
| 125 | 2026-01-13T18:53:02.147Z | +++ head -n 1 |
| 126 | 2026-01-13T18:53:02.147Z | +++ cut '-d ' -f1 |
| 127 | 2026-01-13T18:53:02.366Z | ++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos |
| 128 | 2026-01-13T18:53:02.366Z | ++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos |
| 129 | 2026-01-13T18:53:02.366Z | ++ popd |
| 130 | 2026-01-13T18:53:02.391Z | /work/oxidecomputer/opte |
| 131 | 2026-01-13T18:53:02.391Z | + cargo --version |
| 132 | 2026-01-13T18:53:02.510Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 133 | 2026-01-13T18:53:02.534Z | + rustc --version |
| 134 | 2026-01-13T18:53:02.656Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 135 | 2026-01-13T18:53:02.681Z | + cd crates/opte-api |
| 136 | 2026-01-13T18:53:02.681Z | + header 'check API_VERSION' |
| 137 | 2026-01-13T18:53:02.681Z | + echo '# ==== check API_VERSION ==== #' |
| 138 | 2026-01-13T18:53:02.681Z | # ==== check API_VERSION ==== # |
| 139 | 2026-01-13T18:53:02.681Z | + ./check-api-version.sh |
| 140 | 2026-01-13T18:53:02.705Z | + header 'check style' |
| 141 | 2026-01-13T18:53:02.705Z | + echo '# ==== check style ==== #' |
| 142 | 2026-01-13T18:53:02.705Z | + ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos fmt -- --check |
| 143 | 2026-01-13T18:53:02.705Z | # ==== check style ==== # |
| 144 | 2026-01-13T18:53:03.176Z | |
| 145 | 2026-01-13T18:53:03.201Z | real 0.482480775 |
| 146 | 2026-01-13T18:53:03.201Z | user 0.257178585 |
| 147 | 2026-01-13T18:53:03.201Z | sys 0.219607028 |
| 148 | 2026-01-13T18:53:03.201Z | trap 0.000032297 |
| 149 | 2026-01-13T18:53:03.201Z | tflt 0.000026023 |
| 150 | 2026-01-13T18:53:03.201Z | dflt 0.000046507 |
| 151 | 2026-01-13T18:53:03.201Z | kflt 0.000000000 |
| 152 | 2026-01-13T18:53:03.201Z | lock 1.592764949 |
| 153 | 2026-01-13T18:53:03.201Z | slp 0.518285734 |
| 154 | 2026-01-13T18:53:03.201Z | lat 0.004649986 |
| 155 | 2026-01-13T18:53:03.201Z | stop 0.000271270 |
| 156 | 2026-01-13T18:53:03.201Z | + header 'analyze std' |
| 157 | 2026-01-13T18:53:03.201Z | + echo '# ==== analyze std ==== #' |
| 158 | 2026-01-13T18:53:03.201Z | + ptime -m cargo clippy --all-targets |
| 159 | 2026-01-13T18:53:03.201Z | # ==== analyze std ==== # |
| 160 | 2026-01-13T18:53:03.738Z | Updating crates.io index |
| 161 | 2026-01-13T18:53:03.764Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 162 | 2026-01-13T18:53:04.889Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 163 | 2026-01-13T18:53:05.284Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 164 | 2026-01-13T18:53:05.855Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 165 | 2026-01-13T18:53:06.204Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 166 | 2026-01-13T18:53:06.563Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 167 | 2026-01-13T18:53:06.958Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 168 | 2026-01-13T18:53:08.392Z | Downloading crates ... |
| 169 | 2026-01-13T18:53:08.472Z | Downloaded aho-corasick v1.1.4 |
| 170 | 2026-01-13T18:53:08.496Z | Downloaded stable_deref_trait v1.2.1 |
| 171 | 2026-01-13T18:53:08.496Z | Downloaded hash32 v0.3.1 |
| 172 | 2026-01-13T18:53:08.496Z | Downloaded macaddr v1.0.1 |
| 173 | 2026-01-13T18:53:08.496Z | Downloaded defmt v1.0.1 |
| 174 | 2026-01-13T18:53:08.496Z | Downloaded thiserror-impl v2.0.17 |
| 175 | 2026-01-13T18:53:08.521Z | Downloaded thiserror v2.0.17 |
| 176 | 2026-01-13T18:53:08.521Z | Downloaded unicode-ident v1.0.22 |
| 177 | 2026-01-13T18:53:08.521Z | Downloaded serde_derive v1.0.228 |
| 178 | 2026-01-13T18:53:08.521Z | Downloaded zerocopy-derive v0.8.31 |
| 179 | 2026-01-13T18:53:08.546Z | Downloaded memchr v2.7.6 |
| 180 | 2026-01-13T18:53:08.546Z | Downloaded heapless v0.8.0 |
| 181 | 2026-01-13T18:53:08.546Z | Downloaded serde_core v1.0.228 |
| 182 | 2026-01-13T18:53:08.546Z | Downloaded serde v1.0.228 |
| 183 | 2026-01-13T18:53:08.572Z | Downloaded itertools v0.14.0 |
| 184 | 2026-01-13T18:53:08.572Z | Downloaded regex v1.12.2 |
| 185 | 2026-01-13T18:53:08.572Z | Downloaded quote v1.0.42 |
| 186 | 2026-01-13T18:53:08.597Z | Downloaded proc-macro2 v1.0.104 |
| 187 | 2026-01-13T18:53:08.597Z | Downloaded postcard v1.1.3 |
| 188 | 2026-01-13T18:53:08.597Z | Downloaded ipnetwork v0.21.1 |
| 189 | 2026-01-13T18:53:08.597Z | Downloaded ingot-types v0.1.2 |
| 190 | 2026-01-13T18:53:08.597Z | Downloaded zerocopy v0.8.31 |
| 191 | 2026-01-13T18:53:08.621Z | Downloaded ingot-macros v0.1.1 |
| 192 | 2026-01-13T18:53:08.621Z | Downloaded syn v2.0.113 |
| 193 | 2026-01-13T18:53:08.646Z | Downloaded darling_core v0.21.3 |
| 194 | 2026-01-13T18:53:08.646Z | Downloaded darling v0.21.3 |
| 195 | 2026-01-13T18:53:08.670Z | Downloaded smoltcp v0.11.0 |
| 196 | 2026-01-13T18:53:08.670Z | Downloaded proc-macro-error2 v2.0.1 |
| 197 | 2026-01-13T18:53:08.670Z | Downloaded strsim v0.11.1 |
| 198 | 2026-01-13T18:53:08.670Z | Downloaded either v1.15.0 |
| 199 | 2026-01-13T18:53:08.671Z | Downloaded regex-syntax v0.8.8 |
| 200 | 2026-01-13T18:53:08.695Z | Downloaded defmt-macros v1.0.1 |
| 201 | 2026-01-13T18:53:08.695Z | Downloaded bitflags v2.10.0 |
| 202 | 2026-01-13T18:53:08.695Z | Downloaded managed v0.8.0 |
| 203 | 2026-01-13T18:53:08.695Z | Downloaded ingot v0.1.1 |
| 204 | 2026-01-13T18:53:08.695Z | Downloaded bitflags v1.3.2 |
| 205 | 2026-01-13T18:53:08.695Z | Downloaded byteorder v1.5.0 |
| 206 | 2026-01-13T18:53:08.721Z | Downloaded ident_case v1.0.1 |
| 207 | 2026-01-13T18:53:08.721Z | Downloaded defmt-parser v1.0.0 |
| 208 | 2026-01-13T18:53:08.721Z | Downloaded darling_macro v0.21.3 |
| 209 | 2026-01-13T18:53:08.722Z | Downloaded cobs v0.3.0 |
| 210 | 2026-01-13T18:53:08.722Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 211 | 2026-01-13T18:53:08.722Z | Downloaded fnv v1.0.7 |
| 212 | 2026-01-13T18:53:08.722Z | Downloaded embedded-io v0.6.1 |
| 213 | 2026-01-13T18:53:08.722Z | Downloaded embedded-io v0.4.0 |
| 214 | 2026-01-13T18:53:08.722Z | Downloaded regex-automata v0.4.13 |
| 215 | 2026-01-13T18:53:08.747Z | Downloaded defmt v0.3.100 |
| 216 | 2026-01-13T18:53:08.747Z | Downloaded cfg-if v1.0.4 |
| 217 | 2026-01-13T18:53:08.800Z | Compiling proc-macro2 v1.0.104 |
| 218 | 2026-01-13T18:53:08.800Z | Compiling quote v1.0.42 |
| 219 | 2026-01-13T18:53:08.800Z | Compiling unicode-ident v1.0.22 |
| 220 | 2026-01-13T18:53:08.800Z | Compiling fnv v1.0.7 |
| 221 | 2026-01-13T18:53:08.825Z | Compiling strsim v0.11.1 |
| 222 | 2026-01-13T18:53:08.825Z | Compiling memchr v2.7.6 |
| 223 | 2026-01-13T18:53:08.825Z | Compiling ident_case v1.0.1 |
| 224 | 2026-01-13T18:53:08.825Z | Compiling serde_core v1.0.228 |
| 225 | 2026-01-13T18:53:09.100Z | Compiling regex-syntax v0.8.8 |
| 226 | 2026-01-13T18:53:09.128Z | Compiling zerocopy v0.8.31 |
| 227 | 2026-01-13T18:53:09.152Z | Compiling serde v1.0.228 |
| 228 | 2026-01-13T18:53:09.593Z | Compiling either v1.15.0 |
| 229 | 2026-01-13T18:53:09.618Z | Compiling thiserror v2.0.17 |
| 230 | 2026-01-13T18:53:09.907Z | Compiling heapless v0.8.0 |
| 231 | 2026-01-13T18:53:09.932Z | Compiling aho-corasick v1.1.4 |
| 232 | 2026-01-13T18:53:10.068Z | Compiling itertools v0.14.0 |
| 233 | 2026-01-13T18:53:10.347Z | Checking byteorder v1.5.0 |
| 234 | 2026-01-13T18:53:10.672Z | Checking hash32 v0.3.1 |
| 235 | 2026-01-13T18:53:10.789Z | Checking stable_deref_trait v1.2.1 |
| 236 | 2026-01-13T18:53:10.850Z | Checking bitflags v2.10.0 |
| 237 | 2026-01-13T18:53:10.957Z | Checking macaddr v1.0.1 |
| 238 | 2026-01-13T18:53:10.982Z | Compiling smoltcp v0.11.0 |
| 239 | 2026-01-13T18:53:11.641Z | Checking bitflags v1.3.2 |
| 240 | 2026-01-13T18:53:11.748Z | Compiling syn v2.0.113 |
| 241 | 2026-01-13T18:53:11.773Z | Checking managed v0.8.0 |
| 242 | 2026-01-13T18:53:11.850Z | Checking cfg-if v1.0.4 |
| 243 | 2026-01-13T18:53:11.953Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 244 | 2026-01-13T18:53:12.160Z | Checking ipnetwork v0.21.1 |
| 245 | 2026-01-13T18:53:13.087Z | Compiling regex-automata v0.4.13 |
| 246 | 2026-01-13T18:53:17.724Z | Compiling regex v1.12.2 |
| 247 | 2026-01-13T18:53:18.862Z | Compiling darling_core v0.21.3 |
| 248 | 2026-01-13T18:53:19.873Z | Compiling zerocopy-derive v0.8.31 |
| 249 | 2026-01-13T18:53:19.873Z | Compiling thiserror-impl v2.0.17 |
| 250 | 2026-01-13T18:53:19.897Z | Compiling serde_derive v1.0.228 |
| 251 | 2026-01-13T18:53:22.176Z | Checking cobs v0.3.0 |
| 252 | 2026-01-13T18:53:23.067Z | Compiling darling_macro v0.21.3 |
| 253 | 2026-01-13T18:53:24.053Z | Compiling darling v0.21.3 |
| 254 | 2026-01-13T18:53:24.189Z | Compiling ingot-macros v0.1.1 |
| 255 | 2026-01-13T18:53:26.371Z | Checking postcard v1.1.3 |
| 256 | 2026-01-13T18:53:29.396Z | Checking ingot-types v0.1.2 |
| 257 | 2026-01-13T18:53:30.095Z | Checking ingot v0.1.1 |
| 258 | 2026-01-13T18:53:33.396Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 259 | 2026-01-13T18:53:36.084Z | Finished `dev` profile [optimized + debuginfo] target(s) in 32.59s |
| 260 | 2026-01-13T18:53:36.216Z | |
| 261 | 2026-01-13T18:53:36.216Z | real 33.030071441 |
| 262 | 2026-01-13T18:53:36.216Z | user 1:29.680578493 |
| 263 | 2026-01-13T18:53:36.216Z | sys 12.778066028 |
| 264 | 2026-01-13T18:53:36.216Z | trap 0.056899853 |
| 265 | 2026-01-13T18:53:36.216Z | tflt 0.098154886 |
| 266 | 2026-01-13T18:53:36.216Z | dflt 0.469175319 |
| 267 | 2026-01-13T18:53:36.216Z | kflt 0.000777951 |
| 268 | 2026-01-13T18:53:36.216Z | lock 3:17.730114032 |
| 269 | 2026-01-13T18:53:36.216Z | slp 4:58.581027482 |
| 270 | 2026-01-13T18:53:36.216Z | lat 3.273450344 |
| 271 | 2026-01-13T18:53:36.216Z | stop 5.399934029 |
| 272 | 2026-01-13T18:53:36.241Z | + header 'analyze no_std' |
| 273 | 2026-01-13T18:53:36.241Z | + echo '# ==== analyze no_std ==== #' |
| 274 | 2026-01-13T18:53:36.241Z | # ==== analyze no_std ==== # |
| 275 | 2026-01-13T18:53:36.241Z | + ptime -m cargo clippy --no-default-features --all-targets |
| 276 | 2026-01-13T18:53:36.581Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 277 | 2026-01-13T18:53:39.248Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.80s |
| 278 | 2026-01-13T18:53:39.292Z | |
| 279 | 2026-01-13T18:53:39.293Z | real 3.063340619 |
| 280 | 2026-01-13T18:53:39.293Z | user 4.912549989 |
| 281 | 2026-01-13T18:53:39.293Z | sys 0.526988033 |
| 282 | 2026-01-13T18:53:39.293Z | trap 0.001684653 |
| 283 | 2026-01-13T18:53:39.293Z | tflt 0.000033670 |
| 284 | 2026-01-13T18:53:39.293Z | dflt 0.000191028 |
| 285 | 2026-01-13T18:53:39.293Z | kflt 0.000000000 |
| 286 | 2026-01-13T18:53:39.293Z | lock 14.366965733 |
| 287 | 2026-01-13T18:53:39.293Z | slp 13.017559387 |
| 288 | 2026-01-13T18:53:39.293Z | lat 0.008347331 |
| 289 | 2026-01-13T18:53:39.293Z | stop 0.029195017 |
| 290 | 2026-01-13T18:53:39.318Z | + header test |
| 291 | 2026-01-13T18:53:39.318Z | + echo '# ==== test ==== #' |
| 292 | 2026-01-13T18:53:39.318Z | # ==== test ==== # |
| 293 | 2026-01-13T18:53:39.318Z | + ptime -m cargo test |
| 294 | 2026-01-13T18:53:39.668Z | Compiling byteorder v1.5.0 |
| 295 | 2026-01-13T18:53:39.668Z | Compiling serde_core v1.0.228 |
| 296 | 2026-01-13T18:53:39.668Z | Compiling macaddr v1.0.1 |
| 297 | 2026-01-13T18:53:39.702Z | Compiling bitflags v2.10.0 |
| 298 | 2026-01-13T18:53:39.702Z | Compiling stable_deref_trait v1.2.1 |
| 299 | 2026-01-13T18:53:39.702Z | Compiling zerocopy v0.8.31 |
| 300 | 2026-01-13T18:53:39.702Z | Compiling thiserror v2.0.17 |
| 301 | 2026-01-13T18:53:39.727Z | Compiling managed v0.8.0 |
| 302 | 2026-01-13T18:53:39.805Z | Compiling cobs v0.3.0 |
| 303 | 2026-01-13T18:53:39.859Z | Compiling bitflags v1.3.2 |
| 304 | 2026-01-13T18:53:39.960Z | Compiling cfg-if v1.0.4 |
| 305 | 2026-01-13T18:53:40.054Z | Compiling hash32 v0.3.1 |
| 306 | 2026-01-13T18:53:40.078Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 307 | 2026-01-13T18:53:40.231Z | Compiling heapless v0.8.0 |
| 308 | 2026-01-13T18:53:40.256Z | Compiling ipnetwork v0.21.1 |
| 309 | 2026-01-13T18:53:41.091Z | Compiling smoltcp v0.11.0 |
| 310 | 2026-01-13T18:53:43.297Z | Compiling ingot-types v0.1.2 |
| 311 | 2026-01-13T18:53:43.925Z | Compiling serde v1.0.228 |
| 312 | 2026-01-13T18:53:45.492Z | Compiling ingot v0.1.1 |
| 313 | 2026-01-13T18:53:45.517Z | Compiling postcard v1.1.3 |
| 314 | 2026-01-13T18:53:48.804Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 315 | 2026-01-13T18:53:53.284Z | Finished `test` profile [optimized + debuginfo] target(s) in 13.90s |
| 316 | 2026-01-13T18:53:53.309Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-79f7271c87bae925) |
| 317 | 2026-01-13T18:53:53.309Z | |
| 318 | 2026-01-13T18:53:53.309Z | running 25 tests |
| 319 | 2026-01-13T18:53:53.309Z | test encap::test::bad_vni ... ok |
| 320 | 2026-01-13T18:53:53.309Z | test ip::test::bad_cidr ... ok |
| 321 | 2026-01-13T18:53:53.309Z | test encap::test::good_vni ... ok |
| 322 | 2026-01-13T18:53:53.309Z | test dns::tests::test_domain_name ... ok |
| 323 | 2026-01-13T18:53:53.309Z | test encap::test::vni_round_trip ... ok |
| 324 | 2026-01-13T18:53:53.309Z | test ip::test::bad_prefix_len ... ok |
| 325 | 2026-01-13T18:53:53.309Z | test ip::test::dhcp_fqdn ... ok |
| 326 | 2026-01-13T18:53:53.309Z | test ip::test::good_cidr ... ok |
| 327 | 2026-01-13T18:53:53.309Z | test ip::test::ipv4_addr_bad ... ok |
| 328 | 2026-01-13T18:53:53.309Z | test ip::test::ipv4_addr_good ... ok |
| 329 | 2026-01-13T18:53:53.309Z | test ip::test::ipv6_cidr_is_member ... ok |
| 330 | 2026-01-13T18:53:53.309Z | test ip::test::ipv6_is_default ... ok |
| 331 | 2026-01-13T18:53:53.309Z | test ip::test::ipv6_mask ... ok |
| 332 | 2026-01-13T18:53:53.309Z | test ip::test::ipv6_prefix_len ... ok |
| 333 | 2026-01-13T18:53:53.309Z | test ip::test::ipv4_mask ... ok |
| 334 | 2026-01-13T18:53:53.309Z | test ip::test::test_ip_cidr_from_str ... ok |
| 335 | 2026-01-13T18:53:53.309Z | test ip::test::test_ipv6_from_eui64 ... ok |
| 336 | 2026-01-13T18:53:53.310Z | test ip::test::test_ip_addr_from_str ... ok |
| 337 | 2026-01-13T18:53:53.310Z | test ip::test::test_ipv6_multicast_mac ... ok |
| 338 | 2026-01-13T18:53:53.310Z | test ip::test::test_ipv6_admin_scoped_multicast ... ok |
| 339 | 2026-01-13T18:53:53.310Z | test ip::test::test_ipv4_multicast_mac ... ok |
| 340 | 2026-01-13T18:53:53.310Z | test ip::test::test_ipv6_from_const ... ok |
| 341 | 2026-01-13T18:53:53.310Z | test ip::test::test_ipv6_is_multicast ... ok |
| 342 | 2026-01-13T18:53:53.310Z | test ip::test::test_ipv6_solicited_node_multicast ... ok |
| 343 | 2026-01-13T18:53:53.310Z | test ip::test::test_multicast_underlay_serde ... ok |
| 344 | 2026-01-13T18:53:53.310Z | |
| 345 | 2026-01-13T18:53:53.310Z | test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 346 | 2026-01-13T18:53:53.310Z | |
| 347 | 2026-01-13T18:53:53.310Z | Doc-tests opte_api |
| 348 | 2026-01-13T18:53:54.628Z | |
| 349 | 2026-01-13T18:53:54.628Z | running 1 test |
| 350 | 2026-01-13T18:53:54.652Z | test crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok |
| 351 | 2026-01-13T18:53:54.652Z | |
| 352 | 2026-01-13T18:53:54.652Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 353 | 2026-01-13T18:53:54.652Z | |
| 354 | 2026-01-13T18:53:54.686Z | |
| 355 | 2026-01-13T18:53:54.686Z | real 15.376543663 |
| 356 | 2026-01-13T18:53:54.686Z | user 42.960539888 |
| 357 | 2026-01-13T18:53:54.686Z | sys 4.295095768 |
| 358 | 2026-01-13T18:53:54.686Z | trap 0.024438036 |
| 359 | 2026-01-13T18:53:54.686Z | tflt 0.087977345 |
| 360 | 2026-01-13T18:53:54.686Z | dflt 0.190278876 |
| 361 | 2026-01-13T18:53:54.686Z | kflt 0.000034020 |
| 362 | 2026-01-13T18:53:54.686Z | lock 1:45.086913549 |
| 363 | 2026-01-13T18:53:54.686Z | slp 1:47.323594558 |
| 364 | 2026-01-13T18:53:54.686Z | lat 1.766599496 |
| 365 | 2026-01-13T18:53:54.711Z | stop 1.180127219 |
| 366 | 2026-01-13T18:53:54.711Z | process exited: duration 72620 ms, exit code 0 |
| |
| 367 | 2026-01-13T18:53:54.761Z | found 0 output files |