|
|
|
| 1 | 2026-06-30T11:18:37.683Z | job assigned to worker 01KWC3ZJDTTJMGBW0C589YK7AV [factory aws, i-08713a18d7d9bb556] (queued for 58 s) |
| |
| 2 | 2026-06-30T11:18:44.149Z | starting task 0: "setup" |
| 3 | 2026-06-30T11:18:44.156Z | ++ uname -s |
| 4 | 2026-06-30T11:18:44.159Z | + kern=SunOS |
| 5 | 2026-06-30T11:18:44.159Z | + build_user=build |
| 6 | 2026-06-30T11:18:44.159Z | + build_uid=12345 |
| 7 | 2026-06-30T11:18:44.159Z | + work_dir=/work |
| 8 | 2026-06-30T11:18:44.159Z | + input_dir=/input |
| 9 | 2026-06-30T11:18:44.159Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-30T11:18:44.159Z | + case "$kern" in |
| 11 | 2026-06-30T11:18:44.159Z | + groupadd -g 12345 build |
| 12 | 2026-06-30T11:18:44.159Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-30T11:18:46.165Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-30T11:18:46.240Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-30T11:18:46.243Z | + home_fs=zfs |
| 16 | 2026-06-30T11:18:46.243Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-30T11:18:46.243Z | + mkdir -p /home/build |
| 18 | 2026-06-30T11:18:46.243Z | + chown build:build /home/build /work |
| 19 | 2026-06-30T11:18:48.245Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-30T11:18:48.249Z | process exited: duration 4099 ms, exit code 0 |
| |
| 21 | 2026-06-30T11:18:48.256Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-30T11:18:48.260Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-30T11:18:48.260Z | * rust toolchain channel = "1.96.0" |
| 24 | 2026-06-30T11:18:48.260Z | * rust toolchain profile = "default" |
| 25 | 2026-06-30T11:18:48.260Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-30T11:18:48.260Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-30T11:18:48.260Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-30T11:18:48.264Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-30T11:18:48.264Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-30T11:18:48.366Z | info: downloading installer |
| 31 | 2026-06-30T11:18:49.850Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-30T11:18:49.850Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-30T11:18:49.850Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-30T11:18:49.850Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-30T11:18:49.863Z | info: profile set to default |
| 36 | 2026-06-30T11:18:49.863Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-30T11:18:49.866Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-30T11:18:50.024Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-30T11:18:50.027Z | info: downloading 6 components |
| 40 | 2026-06-30T11:19:05.343Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 41 | 2026-06-30T11:19:05.343Z | |
| 42 | 2026-06-30T11:19:05.378Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-30T11:19:05.378Z | |
| 44 | 2026-06-30T11:19:05.379Z | |
| 45 | 2026-06-30T11:19:05.379Z | Rust is installed now. Great! |
| 46 | 2026-06-30T11:19:05.379Z | |
| 47 | 2026-06-30T11:19:05.379Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-30T11:19:05.379Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-30T11:19:05.379Z | |
| 50 | 2026-06-30T11:19:05.379Z | To configure your current shell, you need to source |
| 51 | 2026-06-30T11:19:05.379Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-30T11:19:05.379Z | |
| 53 | 2026-06-30T11:19:05.379Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-30T11:19:05.379Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-30T11:19:05.379Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-30T11:19:05.379Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-30T11:19:05.379Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-30T11:19:05.379Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-30T11:19:05.379Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-30T11:19:05.383Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-30T11:19:05.383Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-30T11:19:05.480Z | + rustup --version |
| 63 | 2026-06-30T11:19:05.489Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-30T11:19:05.493Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-30T11:19:05.511Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-30T11:19:05.514Z | + cargo --version |
| 67 | 2026-06-30T11:19:05.526Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-30T11:19:05.530Z | + rustc --version |
| 69 | 2026-06-30T11:19:05.548Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-30T11:19:05.551Z | process exited: duration 17294 ms, exit code 0 |
| |
| 71 | 2026-06-30T11:19:05.557Z | starting task 2: "authentication" |
| 72 | 2026-06-30T11:19:05.574Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-30T11:19:05.580Z | starting task 3: "clone repository" |
| 74 | 2026-06-30T11:19:05.583Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-30T11:19:05.586Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-30T11:19:05.616Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-30T11:19:06.572Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-30T11:19:06.572Z | + git fetch origin 194ae5e6163762f09f71606701c2ca93af2381e6 |
| 79 | 2026-06-30T11:19:06.806Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-30T11:19:06.806Z | * branch 194ae5e6163762f09f71606701c2ca93af2381e6 -> FETCH_HEAD |
| 81 | 2026-06-30T11:19:06.811Z | + [[ -n read-xde ]] |
| 82 | 2026-06-30T11:19:06.814Z | ++ git branch --show-current |
| 83 | 2026-06-30T11:19:06.814Z | + current=master |
| 84 | 2026-06-30T11:19:06.814Z | + [[ master != read-xde ]] |
| 85 | 2026-06-30T11:19:06.814Z | + git branch -f read-xde 194ae5e6163762f09f71606701c2ca93af2381e6 |
| 86 | 2026-06-30T11:19:06.817Z | + git checkout -f read-xde |
| 87 | 2026-06-30T11:19:06.833Z | Switched to branch 'read-xde' |
| 88 | 2026-06-30T11:19:06.836Z | + git reset --hard 194ae5e6163762f09f71606701c2ca93af2381e6 |
| 89 | 2026-06-30T11:19:06.849Z | HEAD is now at 194ae5e [opteadm] Add show-xde-underlay command. |
| 90 | 2026-06-30T11:19:06.852Z | process exited: duration 1269 ms, exit code 0 |
| |
| 91 | 2026-06-30T11:19:06.858Z | starting task 4: "build" |
| 92 | 2026-06-30T11:19:06.862Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-30T11:19:06.865Z | ++ rustup show active-toolchain |
| 94 | 2026-06-30T11:19:06.868Z | 1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-06-30T11:19:06.871Z | ++ pushd xde |
| 96 | 2026-06-30T11:19:06.871Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-06-30T11:19:06.871Z | ++ rustup show active-toolchain |
| 98 | 2026-06-30T11:19:06.874Z | info: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos |
| 99 | 2026-06-30T11:19:07.029Z | info: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18) |
| 100 | 2026-06-30T11:19:07.032Z | info: downloading 6 components |
| 101 | 2026-06-30T11:19:22.447Z | nightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-06-30T11:19:22.545Z | +++ rustup show active-toolchain -v |
| 103 | 2026-06-30T11:19:22.548Z | +++ head -n 1 |
| 104 | 2026-06-30T11:19:22.548Z | +++ cut '-d ' -f1 |
| 105 | 2026-06-30T11:19:22.602Z | ++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 106 | 2026-06-30T11:19:22.602Z | ++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 107 | 2026-06-30T11:19:22.602Z | ++ popd |
| 108 | 2026-06-30T11:19:22.606Z | /work/oxidecomputer/opte |
| 109 | 2026-06-30T11:19:22.606Z | + cargo --version |
| 110 | 2026-06-30T11:19:22.613Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 111 | 2026-06-30T11:19:22.616Z | + rustc --version |
| 112 | 2026-06-30T11:19:22.634Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 113 | 2026-06-30T11:19:22.637Z | + cd crates/opte-api |
| 114 | 2026-06-30T11:19:22.637Z | + header 'check API_VERSION' |
| 115 | 2026-06-30T11:19:22.637Z | + echo '# ==== check API_VERSION ==== #' |
| 116 | 2026-06-30T11:19:22.637Z | # ==== check API_VERSION ==== # |
| 117 | 2026-06-30T11:19:22.638Z | + ./check-api-version.sh |
| 118 | 2026-06-30T11:19:22.645Z | diff --git a/crates/opte-api/src/cmd.rs b/crates/opte-api/src/cmd.rs |
| 119 | 2026-06-30T11:19:22.645Z | diff --git a/crates/opte-api/src/lib.rs b/crates/opte-api/src/lib.rs |
| 120 | 2026-06-30T11:19:22.651Z | SUCCESS: The API_VERSION was updated |
| 121 | 2026-06-30T11:19:22.651Z | old: 41 |
| 122 | 2026-06-30T11:19:22.651Z | new: 42 |
| 123 | 2026-06-30T11:19:22.654Z | + header 'check style' |
| 124 | 2026-06-30T11:19:22.654Z | + echo '# ==== check style ==== #' |
| 125 | 2026-06-30T11:19:22.654Z | # ==== check style ==== # |
| 126 | 2026-06-30T11:19:22.654Z | + ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check |
| 127 | 2026-06-30T11:19:22.733Z | |
| 128 | 2026-06-30T11:19:22.733Z | real 0.078392169 |
| 129 | 2026-06-30T11:19:22.733Z | user 0.045062219 |
| 130 | 2026-06-30T11:19:22.733Z | sys 0.030178833 |
| 131 | 2026-06-30T11:19:22.733Z | trap 0.000024530 |
| 132 | 2026-06-30T11:19:22.733Z | tflt 0.000037360 |
| 133 | 2026-06-30T11:19:22.733Z | dflt 0.000006600 |
| 134 | 2026-06-30T11:19:22.733Z | kflt 0.000000980 |
| 135 | 2026-06-30T11:19:22.733Z | lock 0.032225608 |
| 136 | 2026-06-30T11:19:22.733Z | slp 0.057636924 |
| 137 | 2026-06-30T11:19:22.733Z | lat 0.000965840 |
| 138 | 2026-06-30T11:19:22.733Z | stop 0.000117860 |
| 139 | 2026-06-30T11:19:22.736Z | + header 'analyze std' |
| 140 | 2026-06-30T11:19:22.736Z | + echo '# ==== analyze std ==== #' |
| 141 | 2026-06-30T11:19:22.736Z | + ptime -m cargo clippy --all-targets |
| 142 | 2026-06-30T11:19:22.736Z | # ==== analyze std ==== # |
| 143 | 2026-06-30T11:19:22.860Z | Updating crates.io index |
| 144 | 2026-06-30T11:19:22.862Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 145 | 2026-06-30T11:19:23.568Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 146 | 2026-06-30T11:19:23.871Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 147 | 2026-06-30T11:19:24.242Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 148 | 2026-06-30T11:19:24.520Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 149 | 2026-06-30T11:19:24.778Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 150 | 2026-06-30T11:19:25.073Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 151 | 2026-06-30T11:19:27.072Z | Downloading crates ... |
| 152 | 2026-06-30T11:19:27.115Z | Downloaded byteorder v1.5.0 |
| 153 | 2026-06-30T11:19:27.118Z | Downloaded defmt v0.3.100 |
| 154 | 2026-06-30T11:19:27.118Z | Downloaded darling_macro v0.21.3 |
| 155 | 2026-06-30T11:19:27.121Z | Downloaded cobs v0.3.0 |
| 156 | 2026-06-30T11:19:27.129Z | Downloaded hash32 v0.3.1 |
| 157 | 2026-06-30T11:19:27.132Z | Downloaded embedded-io v0.4.0 |
| 158 | 2026-06-30T11:19:27.135Z | Downloaded embedded-io v0.6.1 |
| 159 | 2026-06-30T11:19:27.137Z | Downloaded strsim v0.11.1 |
| 160 | 2026-06-30T11:19:27.137Z | Downloaded defmt-parser v1.0.0 |
| 161 | 2026-06-30T11:19:27.140Z | Downloaded managed v0.8.0 |
| 162 | 2026-06-30T11:19:27.140Z | Downloaded macaddr v1.0.1 |
| 163 | 2026-06-30T11:19:27.140Z | Downloaded cfg-if v1.0.4 |
| 164 | 2026-06-30T11:19:27.144Z | Downloaded ident_case v1.0.1 |
| 165 | 2026-06-30T11:19:27.153Z | Downloaded fnv v1.0.7 |
| 166 | 2026-06-30T11:19:27.155Z | Downloaded stable_deref_trait v1.2.1 |
| 167 | 2026-06-30T11:19:27.159Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 168 | 2026-06-30T11:19:27.168Z | Downloaded defmt-macros v1.1.0 |
| 169 | 2026-06-30T11:19:27.172Z | Downloaded proc-macro-error2 v2.0.1 |
| 170 | 2026-06-30T11:19:27.175Z | Downloaded ingot-types v0.1.2 |
| 171 | 2026-06-30T11:19:27.179Z | Downloaded either v1.16.0 |
| 172 | 2026-06-30T11:19:27.182Z | Downloaded thiserror v2.0.18 |
| 173 | 2026-06-30T11:19:27.187Z | Downloaded thiserror-impl v2.0.18 |
| 174 | 2026-06-30T11:19:27.190Z | Downloaded bitflags v1.3.2 |
| 175 | 2026-06-30T11:19:27.192Z | Downloaded ipnetwork v0.21.1 |
| 176 | 2026-06-30T11:19:27.196Z | Downloaded ingot v0.1.1 |
| 177 | 2026-06-30T11:19:27.196Z | Downloaded defmt v1.1.0 |
| 178 | 2026-06-30T11:19:27.201Z | Downloaded ingot-macros v0.1.1 |
| 179 | 2026-06-30T11:19:27.204Z | Downloaded quote v1.0.46 |
| 180 | 2026-06-30T11:19:27.218Z | Downloaded darling v0.21.3 |
| 181 | 2026-06-30T11:19:27.224Z | Downloaded unicode-ident v1.0.24 |
| 182 | 2026-06-30T11:19:27.224Z | Downloaded postcard v1.1.3 |
| 183 | 2026-06-30T11:19:27.230Z | Downloaded serde_derive v1.0.228 |
| 184 | 2026-06-30T11:19:27.235Z | Downloaded bitflags v2.13.0 |
| 185 | 2026-06-30T11:19:27.242Z | Downloaded darling_core v0.21.3 |
| 186 | 2026-06-30T11:19:27.244Z | Downloaded serde_core v1.0.228 |
| 187 | 2026-06-30T11:19:27.247Z | Downloaded proc-macro2 v1.0.106 |
| 188 | 2026-06-30T11:19:27.250Z | Downloaded zerocopy-derive v0.8.52 |
| 189 | 2026-06-30T11:19:27.255Z | Downloaded serde v1.0.228 |
| 190 | 2026-06-30T11:19:27.258Z | Downloaded heapless v0.8.0 |
| 191 | 2026-06-30T11:19:27.271Z | Downloaded memchr v2.8.2 |
| 192 | 2026-06-30T11:19:27.274Z | Downloaded aho-corasick v1.1.4 |
| 193 | 2026-06-30T11:19:27.300Z | Downloaded regex v1.12.4 |
| 194 | 2026-06-30T11:19:27.303Z | Downloaded itertools v0.14.0 |
| 195 | 2026-06-30T11:19:27.340Z | Downloaded zerocopy v0.8.52 |
| 196 | 2026-06-30T11:19:27.350Z | Downloaded syn v2.0.118 |
| 197 | 2026-06-30T11:19:27.355Z | Downloaded smoltcp v0.11.0 |
| 198 | 2026-06-30T11:19:27.363Z | Downloaded regex-syntax v0.8.11 |
| 199 | 2026-06-30T11:19:27.374Z | Downloaded regex-automata v0.4.14 |
| 200 | 2026-06-30T11:19:27.411Z | Compiling proc-macro2 v1.0.106 |
| 201 | 2026-06-30T11:19:27.411Z | Compiling quote v1.0.46 |
| 202 | 2026-06-30T11:19:27.413Z | Compiling unicode-ident v1.0.24 |
| 203 | 2026-06-30T11:19:27.413Z | Compiling strsim v0.11.1 |
| 204 | 2026-06-30T11:19:27.414Z | Compiling ident_case v1.0.1 |
| 205 | 2026-06-30T11:19:27.414Z | Compiling fnv v1.0.7 |
| 206 | 2026-06-30T11:19:27.414Z | Compiling memchr v2.8.2 |
| 207 | 2026-06-30T11:19:27.414Z | Compiling serde_core v1.0.228 |
| 208 | 2026-06-30T11:19:27.583Z | Compiling regex-syntax v0.8.11 |
| 209 | 2026-06-30T11:19:27.605Z | Compiling either v1.16.0 |
| 210 | 2026-06-30T11:19:27.612Z | Compiling serde v1.0.228 |
| 211 | 2026-06-30T11:19:27.790Z | Compiling zerocopy v0.8.52 |
| 212 | 2026-06-30T11:19:27.818Z | Compiling thiserror v2.0.18 |
| 213 | 2026-06-30T11:19:28.041Z | Compiling aho-corasick v1.1.4 |
| 214 | 2026-06-30T11:19:28.232Z | Compiling itertools v0.14.0 |
| 215 | 2026-06-30T11:19:28.237Z | Compiling heapless v0.8.0 |
| 216 | 2026-06-30T11:19:28.243Z | Checking byteorder v1.5.0 |
| 217 | 2026-06-30T11:19:28.375Z | Checking stable_deref_trait v1.2.1 |
| 218 | 2026-06-30T11:19:28.389Z | Checking hash32 v0.3.1 |
| 219 | 2026-06-30T11:19:28.433Z | Checking bitflags v2.13.0 |
| 220 | 2026-06-30T11:19:28.491Z | Checking macaddr v1.0.1 |
| 221 | 2026-06-30T11:19:28.574Z | Compiling smoltcp v0.11.0 |
| 222 | 2026-06-30T11:19:28.626Z | Checking bitflags v1.3.2 |
| 223 | 2026-06-30T11:19:28.684Z | Checking managed v0.8.0 |
| 224 | 2026-06-30T11:19:28.898Z | Checking cfg-if v1.0.4 |
| 225 | 2026-06-30T11:19:28.956Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 226 | 2026-06-30T11:19:29.022Z | Compiling syn v2.0.118 |
| 227 | 2026-06-30T11:19:29.022Z | Compiling regex-automata v0.4.14 |
| 228 | 2026-06-30T11:19:29.249Z | Checking ipnetwork v0.21.1 |
| 229 | 2026-06-30T11:19:30.524Z | Compiling regex v1.12.4 |
| 230 | 2026-06-30T11:19:31.228Z | Compiling darling_core v0.21.3 |
| 231 | 2026-06-30T11:19:31.520Z | Compiling serde_derive v1.0.228 |
| 232 | 2026-06-30T11:19:31.520Z | Compiling zerocopy-derive v0.8.52 |
| 233 | 2026-06-30T11:19:31.520Z | Compiling thiserror-impl v2.0.18 |
| 234 | 2026-06-30T11:19:32.642Z | Checking cobs v0.3.0 |
| 235 | 2026-06-30T11:19:32.653Z | Compiling darling_macro v0.21.3 |
| 236 | 2026-06-30T11:19:33.062Z | Compiling darling v0.21.3 |
| 237 | 2026-06-30T11:19:33.125Z | Compiling ingot-macros v0.1.1 |
| 238 | 2026-06-30T11:19:33.790Z | Checking postcard v1.1.3 |
| 239 | 2026-06-30T11:19:35.053Z | Checking ingot-types v0.1.2 |
| 240 | 2026-06-30T11:19:35.311Z | Checking ingot v0.1.1 |
| 241 | 2026-06-30T11:19:36.579Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 242 | 2026-06-30T11:19:37.612Z | Finished `dev` profile [optimized + debuginfo] target(s) in 14.83s |
| 243 | 2026-06-30T11:19:37.708Z | |
| 244 | 2026-06-30T11:19:37.708Z | real 14.969497240 |
| 245 | 2026-06-30T11:19:37.708Z | user 30.749861691 |
| 246 | 2026-06-30T11:19:37.708Z | sys 5.925542830 |
| 247 | 2026-06-30T11:19:37.708Z | trap 0.012747923 |
| 248 | 2026-06-30T11:19:37.709Z | tflt 0.196243941 |
| 249 | 2026-06-30T11:19:37.709Z | dflt 1.013188725 |
| 250 | 2026-06-30T11:19:37.709Z | kflt 0.007788488 |
| 251 | 2026-06-30T11:19:37.709Z | lock 1:58.163813945 |
| 252 | 2026-06-30T11:19:37.709Z | slp 1:39.052334307 |
| 253 | 2026-06-30T11:19:37.709Z | lat 0.777541758 |
| 254 | 2026-06-30T11:19:37.709Z | stop 4.459107599 |
| 255 | 2026-06-30T11:19:37.713Z | + header 'analyze no_std' |
| 256 | 2026-06-30T11:19:37.713Z | + echo '# ==== analyze no_std ==== #' |
| 257 | 2026-06-30T11:19:37.713Z | # ==== analyze no_std ==== # |
| 258 | 2026-06-30T11:19:37.713Z | + ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings |
| 259 | 2026-06-30T11:19:37.813Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 260 | 2026-06-30T11:19:38.038Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 261 | 2026-06-30T11:19:39.049Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.29s |
| 262 | 2026-06-30T11:19:39.072Z | |
| 263 | 2026-06-30T11:19:39.075Z | real 1.358220629 |
| 264 | 2026-06-30T11:19:39.075Z | user 1.964038045 |
| 265 | 2026-06-30T11:19:39.075Z | sys 0.268888100 |
| 266 | 2026-06-30T11:19:39.075Z | trap 0.000174290 |
| 267 | 2026-06-30T11:19:39.075Z | tflt 0.000098950 |
| 268 | 2026-06-30T11:19:39.075Z | dflt 0.000166310 |
| 269 | 2026-06-30T11:19:39.075Z | kflt 0.000001670 |
| 270 | 2026-06-30T11:19:39.075Z | lock 4.502439437 |
| 271 | 2026-06-30T11:19:39.075Z | slp 5.509543663 |
| 272 | 2026-06-30T11:19:39.075Z | lat 0.002711460 |
| 273 | 2026-06-30T11:19:39.075Z | stop 0.042255366 |
| 274 | 2026-06-30T11:19:39.075Z | + header test |
| 275 | 2026-06-30T11:19:39.075Z | + echo '# ==== test ==== #' |
| 276 | 2026-06-30T11:19:39.075Z | # ==== test ==== # |
| 277 | 2026-06-30T11:19:39.075Z | + ptime -m cargo test |
| 278 | 2026-06-30T11:19:39.200Z | Compiling byteorder v1.5.0 |
| 279 | 2026-06-30T11:19:39.200Z | Compiling serde_core v1.0.228 |
| 280 | 2026-06-30T11:19:39.204Z | Compiling macaddr v1.0.1 |
| 281 | 2026-06-30T11:19:39.204Z | Compiling bitflags v2.13.0 |
| 282 | 2026-06-30T11:19:39.204Z | Compiling stable_deref_trait v1.2.1 |
| 283 | 2026-06-30T11:19:39.220Z | Compiling thiserror v2.0.18 |
| 284 | 2026-06-30T11:19:39.227Z | Compiling zerocopy v0.8.52 |
| 285 | 2026-06-30T11:19:39.230Z | Compiling cfg-if v1.0.4 |
| 286 | 2026-06-30T11:19:39.276Z | Compiling cobs v0.3.0 |
| 287 | 2026-06-30T11:19:39.276Z | Compiling managed v0.8.0 |
| 288 | 2026-06-30T11:19:39.309Z | Compiling bitflags v1.3.2 |
| 289 | 2026-06-30T11:19:39.368Z | Compiling hash32 v0.3.1 |
| 290 | 2026-06-30T11:19:39.379Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 291 | 2026-06-30T11:19:39.456Z | Compiling heapless v0.8.0 |
| 292 | 2026-06-30T11:19:39.485Z | Compiling ipnetwork v0.21.1 |
| 293 | 2026-06-30T11:19:39.803Z | Compiling smoltcp v0.11.0 |
| 294 | 2026-06-30T11:19:40.747Z | Compiling serde v1.0.228 |
| 295 | 2026-06-30T11:19:41.148Z | Compiling postcard v1.1.3 |
| 296 | 2026-06-30T11:19:41.849Z | Compiling ingot-types v0.1.2 |
| 297 | 2026-06-30T11:19:42.120Z | Compiling ingot v0.1.1 |
| 298 | 2026-06-30T11:19:43.515Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 299 | 2026-06-30T11:19:45.248Z | Finished `test` profile [optimized + debuginfo] target(s) in 6.16s |
| 300 | 2026-06-30T11:19:45.258Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-a46e75cde3eeb668) |
| 301 | 2026-06-30T11:19:45.261Z | |
| 302 | 2026-06-30T11:19:45.261Z | running 25 tests |
| 303 | 2026-06-30T11:19:45.261Z | test encap::test::bad_vni ... ok |
| 304 | 2026-06-30T11:19:45.261Z | test encap::test::good_vni ... ok |
| 305 | 2026-06-30T11:19:45.261Z | test ip::test::bad_cidr ... ok |
| 306 | 2026-06-30T11:19:45.261Z | test ip::test::dhcp_fqdn ... ok |
| 307 | 2026-06-30T11:19:45.261Z | test dns::tests::test_domain_name ... ok |
| 308 | 2026-06-30T11:19:45.261Z | test ip::test::bad_prefix_len ... ok |
| 309 | 2026-06-30T11:19:45.261Z | test encap::test::vni_round_trip ... ok |
| 310 | 2026-06-30T11:19:45.261Z | test ip::test::good_cidr ... ok |
| 311 | 2026-06-30T11:19:45.261Z | test ip::test::ipv4_addr_bad ... ok |
| 312 | 2026-06-30T11:19:45.261Z | test ip::test::ipv4_addr_good ... ok |
| 313 | 2026-06-30T11:19:45.262Z | test ip::test::ipv4_mask ... ok |
| 314 | 2026-06-30T11:19:45.262Z | test ip::test::ipv6_cidr_is_member ... ok |
| 315 | 2026-06-30T11:19:45.262Z | test ip::test::ipv6_is_default ... ok |
| 316 | 2026-06-30T11:19:45.262Z | test ip::test::ipv6_mask ... ok |
| 317 | 2026-06-30T11:19:45.262Z | test ip::test::ipv6_prefix_len ... ok |
| 318 | 2026-06-30T11:19:45.262Z | test ip::test::test_ip_cidr_from_str ... ok |
| 319 | 2026-06-30T11:19:45.262Z | test ip::test::test_ip_addr_from_str ... ok |
| 320 | 2026-06-30T11:19:45.262Z | test ip::test::test_ipv6_is_multicast ... ok |
| 321 | 2026-06-30T11:19:45.262Z | test ip::test::test_ipv6_admin_scoped_multicast ... ok |
| 322 | 2026-06-30T11:19:45.262Z | test ip::test::test_ipv4_multicast_mac ... ok |
| 323 | 2026-06-30T11:19:45.262Z | test ip::test::test_ipv6_multicast_mac ... ok |
| 324 | 2026-06-30T11:19:45.262Z | test ip::test::test_ipv6_from_const ... ok |
| 325 | 2026-06-30T11:19:45.262Z | test ip::test::test_ipv6_solicited_node_multicast ... ok |
| 326 | 2026-06-30T11:19:45.262Z | test ip::test::test_ipv6_from_eui64 ... ok |
| 327 | 2026-06-30T11:19:45.262Z | test ip::test::test_multicast_underlay_serde ... ok |
| 328 | 2026-06-30T11:19:45.262Z | |
| 329 | 2026-06-30T11:19:45.262Z | test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 330 | 2026-06-30T11:19:45.262Z | |
| 331 | 2026-06-30T11:19:45.262Z | Doc-tests opte_api |
| 332 | 2026-06-30T11:19:45.852Z | |
| 333 | 2026-06-30T11:19:45.852Z | running 1 test |
| 334 | 2026-06-30T11:19:45.855Z | test crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok |
| 335 | 2026-06-30T11:19:45.855Z | |
| 336 | 2026-06-30T11:19:45.855Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 337 | 2026-06-30T11:19:45.855Z | |
| 338 | 2026-06-30T11:19:45.858Z | all doctests ran in 0.43s; merged doctests compilation took 0.43s |
| 339 | 2026-06-30T11:19:45.877Z | |
| 340 | 2026-06-30T11:19:45.877Z | real 6.796140125 |
| 341 | 2026-06-30T11:19:45.877Z | user 17.459776329 |
| 342 | 2026-06-30T11:19:45.877Z | sys 2.106738998 |
| 343 | 2026-06-30T11:19:45.877Z | trap 0.004262370 |
| 344 | 2026-06-30T11:19:45.877Z | tflt 0.175650458 |
| 345 | 2026-06-30T11:19:45.877Z | dflt 0.138778995 |
| 346 | 2026-06-30T11:19:45.877Z | kflt 0.000012660 |
| 347 | 2026-06-30T11:19:45.877Z | lock 54.352227073 |
| 348 | 2026-06-30T11:19:45.877Z | slp 31.841727607 |
| 349 | 2026-06-30T11:19:45.877Z | lat 0.688514079 |
| 350 | 2026-06-30T11:19:45.880Z | stop 0.831294015 |
| 351 | 2026-06-30T11:19:45.880Z | process exited: duration 39018 ms, exit code 0 |
| |
| 352 | 2026-06-30T11:19:45.887Z | found 0 output files |