|
|
|
| 1 | 2026-06-25T04:05:46.774Z | job assigned to worker 01KVYF7T6EM84CAP6PWEABDK4V [factory aws, i-019fdf02dead9f379] (queued for 46 s) |
| |
| 2 | 2026-06-25T04:05:53.984Z | starting task 0: "setup" |
| 3 | 2026-06-25T04:05:53.994Z | ++ uname -s |
| 4 | 2026-06-25T04:05:54.005Z | + kern=SunOS |
| 5 | 2026-06-25T04:05:54.005Z | + build_user=build |
| 6 | 2026-06-25T04:05:54.006Z | + build_uid=12345 |
| 7 | 2026-06-25T04:05:54.006Z | + work_dir=/work |
| 8 | 2026-06-25T04:05:54.006Z | + input_dir=/input |
| 9 | 2026-06-25T04:05:54.006Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-25T04:05:54.006Z | + case "$kern" in |
| 11 | 2026-06-25T04:05:54.006Z | + groupadd -g 12345 build |
| 12 | 2026-06-25T04:05:54.006Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-25T04:05:56.002Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-25T04:05:56.088Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-25T04:05:56.094Z | + home_fs=zfs |
| 16 | 2026-06-25T04:05:56.094Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-25T04:05:56.094Z | + mkdir -p /home/build |
| 18 | 2026-06-25T04:05:56.094Z | + chown build:build /home/build /work |
| 19 | 2026-06-25T04:05:57.099Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-25T04:05:57.274Z | process exited: duration 3109 ms, exit code 0 |
| |
| 21 | 2026-06-25T04:05:57.288Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-25T04:05:57.292Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-25T04:05:57.292Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-25T04:05:57.292Z | * rust toolchain channel = "1.96.0" |
| 25 | 2026-06-25T04:05:57.292Z | * rust toolchain profile = "default" |
| 26 | 2026-06-25T04:05:57.292Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-25T04:05:57.292Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-25T04:05:57.300Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-25T04:05:57.300Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-25T04:05:57.399Z | info: downloading installer |
| 31 | 2026-06-25T04:05:59.797Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-25T04:05:59.797Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-25T04:05:59.797Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-25T04:05:59.815Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-25T04:05:59.815Z | info: profile set to default |
| 36 | 2026-06-25T04:05:59.815Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-25T04:05:59.815Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-25T04:05:59.815Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-25T04:05:59.815Z | info: downloading 6 components |
| 40 | 2026-06-25T04:06:14.505Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 41 | 2026-06-25T04:06:14.505Z | |
| 42 | 2026-06-25T04:06:14.541Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-25T04:06:14.541Z | |
| 44 | 2026-06-25T04:06:14.544Z | |
| 45 | 2026-06-25T04:06:14.544Z | Rust is installed now. Great! |
| 46 | 2026-06-25T04:06:14.544Z | |
| 47 | 2026-06-25T04:06:14.544Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-25T04:06:14.544Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-25T04:06:14.544Z | |
| 50 | 2026-06-25T04:06:14.545Z | To configure your current shell, you need to source |
| 51 | 2026-06-25T04:06:14.545Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-25T04:06:14.545Z | |
| 53 | 2026-06-25T04:06:14.545Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-25T04:06:14.545Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-25T04:06:14.545Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-25T04:06:14.545Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-25T04:06:14.545Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-25T04:06:14.545Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-25T04:06:14.545Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-25T04:06:14.545Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-25T04:06:14.545Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-25T04:06:14.634Z | + rustup --version |
| 63 | 2026-06-25T04:06:14.642Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-25T04:06:14.645Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-25T04:06:14.663Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-25T04:06:14.666Z | + cargo --version |
| 67 | 2026-06-25T04:06:14.679Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-25T04:06:14.682Z | + rustc --version |
| 69 | 2026-06-25T04:06:14.701Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-25T04:06:14.704Z | process exited: duration 17414 ms, exit code 0 |
| |
| 71 | 2026-06-25T04:06:14.710Z | starting task 2: "authentication" |
| 72 | 2026-06-25T04:06:14.727Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-25T04:06:14.733Z | starting task 3: "clone repository" |
| 74 | 2026-06-25T04:06:14.736Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-25T04:06:14.739Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-25T04:06:14.768Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-25T04:06:15.671Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-25T04:06:15.672Z | + git fetch origin 661422ffe220dfabd411fe7d2d5f76f87f356d4c |
| 79 | 2026-06-25T04:06:15.899Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-25T04:06:15.899Z | * branch 661422ffe220dfabd411fe7d2d5f76f87f356d4c -> FETCH_HEAD |
| 81 | 2026-06-25T04:06:15.904Z | + [[ -n '' ]] |
| 82 | 2026-06-25T04:06:15.904Z | + git reset --hard 661422ffe220dfabd411fe7d2d5f76f87f356d4c |
| 83 | 2026-06-25T04:06:15.925Z | HEAD is now at 661422f Update Rust to nightly-2026-06-25 |
| 84 | 2026-06-25T04:06:15.928Z | process exited: duration 1193 ms, exit code 0 |
| |
| 85 | 2026-06-25T04:06:15.936Z | starting task 4: "build" |
| 86 | 2026-06-25T04:06:15.939Z | + source .github/buildomat/common.sh |
| 87 | 2026-06-25T04:06:15.939Z | ++ rustup show active-toolchain |
| 88 | 2026-06-25T04:06:15.943Z | 1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 89 | 2026-06-25T04:06:15.946Z | ++ pushd xde |
| 90 | 2026-06-25T04:06:15.946Z | ++ rustup show active-toolchain |
| 91 | 2026-06-25T04:06:15.946Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 92 | 2026-06-25T04:06:15.949Z | info: syncing channel updates for nightly-2026-06-25-x86_64-unknown-illumos |
| 93 | 2026-06-25T04:06:16.108Z | info: latest update on 2026-06-25 for version 1.98.0-nightly (f28ac764c 2026-06-23) |
| 94 | 2026-06-25T04:06:16.111Z | info: downloading 6 components |
| 95 | 2026-06-25T04:06:30.483Z | nightly-2026-06-25-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 96 | 2026-06-25T04:06:30.583Z | +++ rustup show active-toolchain -v |
| 97 | 2026-06-25T04:06:30.587Z | +++ head -n 1 |
| 98 | 2026-06-25T04:06:30.587Z | +++ cut '-d ' -f1 |
| 99 | 2026-06-25T04:06:30.638Z | ++ export NIGHTLY=nightly-2026-06-25-x86_64-unknown-illumos |
| 100 | 2026-06-25T04:06:30.638Z | ++ NIGHTLY=nightly-2026-06-25-x86_64-unknown-illumos |
| 101 | 2026-06-25T04:06:30.638Z | ++ popd |
| 102 | 2026-06-25T04:06:30.642Z | /work/oxidecomputer/opte |
| 103 | 2026-06-25T04:06:30.642Z | + cargo --version |
| 104 | 2026-06-25T04:06:30.648Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 105 | 2026-06-25T04:06:30.651Z | + rustc --version |
| 106 | 2026-06-25T04:06:30.671Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 107 | 2026-06-25T04:06:30.674Z | + cd crates/opte-api |
| 108 | 2026-06-25T04:06:30.675Z | + header 'check API_VERSION' |
| 109 | 2026-06-25T04:06:30.675Z | + echo '# ==== check API_VERSION ==== #' |
| 110 | 2026-06-25T04:06:30.675Z | # ==== check API_VERSION ==== # |
| 111 | 2026-06-25T04:06:30.675Z | + ./check-api-version.sh |
| 112 | 2026-06-25T04:06:30.680Z | + header 'check style' |
| 113 | 2026-06-25T04:06:30.680Z | + echo '# ==== check style ==== #' |
| 114 | 2026-06-25T04:06:30.680Z | # ==== check style ==== # |
| 115 | 2026-06-25T04:06:30.684Z | + ptime -m cargo +nightly-2026-06-25-x86_64-unknown-illumos fmt -- --check |
| 116 | 2026-06-25T04:06:30.761Z | |
| 117 | 2026-06-25T04:06:30.761Z | real 0.077884019 |
| 118 | 2026-06-25T04:06:30.761Z | user 0.044967283 |
| 119 | 2026-06-25T04:06:30.761Z | sys 0.030215591 |
| 120 | 2026-06-25T04:06:30.765Z | trap 0.000000260 |
| 121 | 2026-06-25T04:06:30.765Z | tflt 0.000029740 |
| 122 | 2026-06-25T04:06:30.765Z | dflt 0.000016180 |
| 123 | 2026-06-25T04:06:30.765Z | kflt 0.000000000 |
| 124 | 2026-06-25T04:06:30.765Z | lock 0.031139744 |
| 125 | 2026-06-25T04:06:30.765Z | slp 0.057399371 |
| 126 | 2026-06-25T04:06:30.765Z | lat 0.000718170 |
| 127 | 2026-06-25T04:06:30.765Z | stop 0.000087660 |
| 128 | 2026-06-25T04:06:30.765Z | + header 'analyze std' |
| 129 | 2026-06-25T04:06:30.766Z | + echo '# ==== analyze std ==== #' |
| 130 | 2026-06-25T04:06:30.766Z | # ==== analyze std ==== # |
| 131 | 2026-06-25T04:06:30.766Z | + ptime -m cargo clippy --all-targets |
| 132 | 2026-06-25T04:06:30.890Z | Updating crates.io index |
| 133 | 2026-06-25T04:06:30.893Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 134 | 2026-06-25T04:06:31.532Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 135 | 2026-06-25T04:06:31.955Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 136 | 2026-06-25T04:06:32.275Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 137 | 2026-06-25T04:06:32.515Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 138 | 2026-06-25T04:06:32.776Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 139 | 2026-06-25T04:06:33.046Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 140 | 2026-06-25T04:06:35.153Z | Downloading crates ... |
| 141 | 2026-06-25T04:06:35.203Z | Downloaded fnv v1.0.7 |
| 142 | 2026-06-25T04:06:35.211Z | Downloaded ident_case v1.0.1 |
| 143 | 2026-06-25T04:06:35.214Z | Downloaded darling_core v0.21.3 |
| 144 | 2026-06-25T04:06:35.214Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 145 | 2026-06-25T04:06:35.217Z | Downloaded stable_deref_trait v1.2.1 |
| 146 | 2026-06-25T04:06:35.217Z | Downloaded cfg-if v1.0.4 |
| 147 | 2026-06-25T04:06:35.221Z | Downloaded embedded-io v0.4.0 |
| 148 | 2026-06-25T04:06:35.221Z | Downloaded bitflags v2.13.0 |
| 149 | 2026-06-25T04:06:35.227Z | Downloaded unicode-ident v1.0.24 |
| 150 | 2026-06-25T04:06:35.233Z | Downloaded postcard v1.1.3 |
| 151 | 2026-06-25T04:06:35.237Z | Downloaded zerocopy-derive v0.8.52 |
| 152 | 2026-06-25T04:06:35.240Z | Downloaded serde_core v1.0.228 |
| 153 | 2026-06-25T04:06:35.243Z | Downloaded defmt-parser v1.0.0 |
| 154 | 2026-06-25T04:06:35.243Z | Downloaded bitflags v1.3.2 |
| 155 | 2026-06-25T04:06:35.246Z | Downloaded serde v1.0.228 |
| 156 | 2026-06-25T04:06:35.250Z | Downloaded hash32 v0.3.1 |
| 157 | 2026-06-25T04:06:35.250Z | Downloaded thiserror v2.0.18 |
| 158 | 2026-06-25T04:06:35.254Z | Downloaded defmt v0.3.100 |
| 159 | 2026-06-25T04:06:35.255Z | Downloaded either v1.16.0 |
| 160 | 2026-06-25T04:06:35.258Z | Downloaded proc-macro2 v1.0.106 |
| 161 | 2026-06-25T04:06:35.261Z | Downloaded macaddr v1.0.1 |
| 162 | 2026-06-25T04:06:35.265Z | Downloaded cobs v0.3.0 |
| 163 | 2026-06-25T04:06:35.273Z | Downloaded thiserror-impl v2.0.18 |
| 164 | 2026-06-25T04:06:35.276Z | Downloaded proc-macro-error2 v2.0.1 |
| 165 | 2026-06-25T04:06:35.288Z | Downloaded darling_macro v0.21.3 |
| 166 | 2026-06-25T04:06:35.295Z | Downloaded quote v1.0.46 |
| 167 | 2026-06-25T04:06:35.298Z | Downloaded heapless v0.8.0 |
| 168 | 2026-06-25T04:06:35.302Z | Downloaded ipnetwork v0.21.1 |
| 169 | 2026-06-25T04:06:35.302Z | Downloaded ingot v0.1.1 |
| 170 | 2026-06-25T04:06:35.305Z | Downloaded defmt-macros v1.1.0 |
| 171 | 2026-06-25T04:06:35.309Z | Downloaded byteorder v1.5.0 |
| 172 | 2026-06-25T04:06:35.312Z | Downloaded managed v0.8.0 |
| 173 | 2026-06-25T04:06:35.315Z | Downloaded ingot-types v0.1.2 |
| 174 | 2026-06-25T04:06:35.322Z | Downloaded strsim v0.11.1 |
| 175 | 2026-06-25T04:06:35.328Z | Downloaded embedded-io v0.6.1 |
| 176 | 2026-06-25T04:06:35.331Z | Downloaded ingot-macros v0.1.1 |
| 177 | 2026-06-25T04:06:35.351Z | Downloaded darling v0.21.3 |
| 178 | 2026-06-25T04:06:35.355Z | Downloaded serde_derive v1.0.228 |
| 179 | 2026-06-25T04:06:35.358Z | Downloaded defmt v1.1.0 |
| 180 | 2026-06-25T04:06:35.377Z | Downloaded memchr v2.8.2 |
| 181 | 2026-06-25T04:06:35.385Z | Downloaded smoltcp v0.11.0 |
| 182 | 2026-06-25T04:06:35.407Z | Downloaded regex v1.12.4 |
| 183 | 2026-06-25T04:06:35.413Z | Downloaded itertools v0.14.0 |
| 184 | 2026-06-25T04:06:35.417Z | Downloaded aho-corasick v1.1.4 |
| 185 | 2026-06-25T04:06:35.443Z | Downloaded syn v2.0.118 |
| 186 | 2026-06-25T04:06:35.449Z | Downloaded zerocopy v0.8.52 |
| 187 | 2026-06-25T04:06:35.460Z | Downloaded regex-syntax v0.8.11 |
| 188 | 2026-06-25T04:06:35.478Z | Downloaded regex-automata v0.4.14 |
| 189 | 2026-06-25T04:06:35.513Z | Compiling proc-macro2 v1.0.106 |
| 190 | 2026-06-25T04:06:35.518Z | Compiling quote v1.0.46 |
| 191 | 2026-06-25T04:06:35.518Z | Compiling unicode-ident v1.0.24 |
| 192 | 2026-06-25T04:06:35.518Z | Compiling strsim v0.11.1 |
| 193 | 2026-06-25T04:06:35.519Z | Compiling ident_case v1.0.1 |
| 194 | 2026-06-25T04:06:35.519Z | Compiling fnv v1.0.7 |
| 195 | 2026-06-25T04:06:35.519Z | Compiling memchr v2.8.2 |
| 196 | 2026-06-25T04:06:35.519Z | Compiling serde_core v1.0.228 |
| 197 | 2026-06-25T04:06:35.683Z | Compiling regex-syntax v0.8.11 |
| 198 | 2026-06-25T04:06:35.700Z | Compiling thiserror v2.0.18 |
| 199 | 2026-06-25T04:06:35.705Z | Compiling zerocopy v0.8.52 |
| 200 | 2026-06-25T04:06:35.870Z | Compiling serde v1.0.228 |
| 201 | 2026-06-25T04:06:35.952Z | Compiling either v1.16.0 |
| 202 | 2026-06-25T04:06:36.030Z | Compiling aho-corasick v1.1.4 |
| 203 | 2026-06-25T04:06:36.120Z | Compiling itertools v0.14.0 |
| 204 | 2026-06-25T04:06:36.145Z | Checking byteorder v1.5.0 |
| 205 | 2026-06-25T04:06:36.226Z | Compiling heapless v0.8.0 |
| 206 | 2026-06-25T04:06:36.313Z | Checking hash32 v0.3.1 |
| 207 | 2026-06-25T04:06:36.346Z | Checking bitflags v2.13.0 |
| 208 | 2026-06-25T04:06:36.425Z | Compiling smoltcp v0.11.0 |
| 209 | 2026-06-25T04:06:36.521Z | Checking macaddr v1.0.1 |
| 210 | 2026-06-25T04:06:36.678Z | Checking stable_deref_trait v1.2.1 |
| 211 | 2026-06-25T04:06:36.764Z | Checking cfg-if v1.0.4 |
| 212 | 2026-06-25T04:06:36.814Z | Compiling syn v2.0.118 |
| 213 | 2026-06-25T04:06:36.821Z | Checking bitflags v1.3.2 |
| 214 | 2026-06-25T04:06:36.876Z | Checking managed v0.8.0 |
| 215 | 2026-06-25T04:06:36.881Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 216 | 2026-06-25T04:06:37.051Z | Checking ipnetwork v0.21.1 |
| 217 | 2026-06-25T04:06:37.162Z | Compiling regex-automata v0.4.14 |
| 218 | 2026-06-25T04:06:38.667Z | Compiling regex v1.12.4 |
| 219 | 2026-06-25T04:06:39.051Z | Compiling darling_core v0.21.3 |
| 220 | 2026-06-25T04:06:39.374Z | Compiling thiserror-impl v2.0.18 |
| 221 | 2026-06-25T04:06:39.374Z | Compiling serde_derive v1.0.228 |
| 222 | 2026-06-25T04:06:39.374Z | Compiling zerocopy-derive v0.8.52 |
| 223 | 2026-06-25T04:06:40.346Z | Checking cobs v0.3.0 |
| 224 | 2026-06-25T04:06:40.401Z | Compiling darling_macro v0.21.3 |
| 225 | 2026-06-25T04:06:40.886Z | Compiling darling v0.21.3 |
| 226 | 2026-06-25T04:06:40.950Z | Compiling ingot-macros v0.1.1 |
| 227 | 2026-06-25T04:06:41.618Z | Checking postcard v1.1.3 |
| 228 | 2026-06-25T04:06:42.900Z | Checking ingot-types v0.1.2 |
| 229 | 2026-06-25T04:06:43.163Z | Checking ingot v0.1.1 |
| 230 | 2026-06-25T04:06:44.448Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 231 | 2026-06-25T04:06:45.459Z | Finished `dev` profile [optimized + debuginfo] target(s) in 14.65s |
| 232 | 2026-06-25T04:06:45.556Z | |
| 233 | 2026-06-25T04:06:45.556Z | real 14.790784651 |
| 234 | 2026-06-25T04:06:45.557Z | user 30.871054906 |
| 235 | 2026-06-25T04:06:45.557Z | sys 5.934060507 |
| 236 | 2026-06-25T04:06:45.557Z | trap 0.013336230 |
| 237 | 2026-06-25T04:06:45.557Z | tflt 0.087315464 |
| 238 | 2026-06-25T04:06:45.557Z | dflt 0.192503814 |
| 239 | 2026-06-25T04:06:45.557Z | kflt 0.004797253 |
| 240 | 2026-06-25T04:06:45.557Z | lock 1:54.575328054 |
| 241 | 2026-06-25T04:06:45.560Z | slp 1:32.066026484 |
| 242 | 2026-06-25T04:06:45.560Z | lat 1.471715731 |
| 243 | 2026-06-25T04:06:45.560Z | stop 4.974235632 |
| 244 | 2026-06-25T04:06:45.560Z | + header 'analyze no_std' |
| 245 | 2026-06-25T04:06:45.561Z | + echo '# ==== analyze no_std ==== #' |
| 246 | 2026-06-25T04:06:45.561Z | # ==== analyze no_std ==== # |
| 247 | 2026-06-25T04:06:45.561Z | + ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings |
| 248 | 2026-06-25T04:06:45.658Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 249 | 2026-06-25T04:06:45.886Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 250 | 2026-06-25T04:06:46.860Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.26s |
| 251 | 2026-06-25T04:06:46.880Z | |
| 252 | 2026-06-25T04:06:46.884Z | real 1.318882643 |
| 253 | 2026-06-25T04:06:46.884Z | user 1.902048909 |
| 254 | 2026-06-25T04:06:46.884Z | sys 0.258634168 |
| 255 | 2026-06-25T04:06:46.884Z | trap 0.000182480 |
| 256 | 2026-06-25T04:06:46.884Z | tflt 0.000073210 |
| 257 | 2026-06-25T04:06:46.884Z | dflt 0.000097770 |
| 258 | 2026-06-25T04:06:46.884Z | kflt 0.000000000 |
| 259 | 2026-06-25T04:06:46.884Z | lock 4.365738089 |
| 260 | 2026-06-25T04:06:46.885Z | slp 5.338198039 |
| 261 | 2026-06-25T04:06:46.885Z | lat 0.002110880 |
| 262 | 2026-06-25T04:06:46.885Z | stop 0.040667789 |
| 263 | 2026-06-25T04:06:46.885Z | + header test |
| 264 | 2026-06-25T04:06:46.885Z | + echo '# ==== test ==== #' |
| 265 | 2026-06-25T04:06:46.885Z | # ==== test ==== # |
| 266 | 2026-06-25T04:06:46.885Z | + ptime -m cargo test |
| 267 | 2026-06-25T04:06:47.011Z | Compiling serde_core v1.0.228 |
| 268 | 2026-06-25T04:06:47.011Z | Compiling byteorder v1.5.0 |
| 269 | 2026-06-25T04:06:47.015Z | Compiling stable_deref_trait v1.2.1 |
| 270 | 2026-06-25T04:06:47.015Z | Compiling bitflags v2.13.0 |
| 271 | 2026-06-25T04:06:47.033Z | Compiling zerocopy v0.8.52 |
| 272 | 2026-06-25T04:06:47.033Z | Compiling thiserror v2.0.18 |
| 273 | 2026-06-25T04:06:47.037Z | Compiling macaddr v1.0.1 |
| 274 | 2026-06-25T04:06:47.040Z | Compiling managed v0.8.0 |
| 275 | 2026-06-25T04:06:47.088Z | Compiling cfg-if v1.0.4 |
| 276 | 2026-06-25T04:06:47.121Z | Compiling cobs v0.3.0 |
| 277 | 2026-06-25T04:06:47.140Z | Compiling bitflags v1.3.2 |
| 278 | 2026-06-25T04:06:47.189Z | Compiling hash32 v0.3.1 |
| 279 | 2026-06-25T04:06:47.208Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 280 | 2026-06-25T04:06:47.262Z | Compiling ipnetwork v0.21.1 |
| 281 | 2026-06-25T04:06:47.289Z | Compiling heapless v0.8.0 |
| 282 | 2026-06-25T04:06:47.645Z | Compiling smoltcp v0.11.0 |
| 283 | 2026-06-25T04:06:48.578Z | Compiling serde v1.0.228 |
| 284 | 2026-06-25T04:06:49.007Z | Compiling postcard v1.1.3 |
| 285 | 2026-06-25T04:06:49.670Z | Compiling ingot-types v0.1.2 |
| 286 | 2026-06-25T04:06:49.954Z | Compiling ingot v0.1.1 |
| 287 | 2026-06-25T04:06:51.373Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 288 | 2026-06-25T04:06:53.058Z | Finished `test` profile [optimized + debuginfo] target(s) in 6.16s |
| 289 | 2026-06-25T04:06:53.068Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-a46e75cde3eeb668) |
| 290 | 2026-06-25T04:06:53.073Z | |
| 291 | 2026-06-25T04:06:53.073Z | running 25 tests |
| 292 | 2026-06-25T04:06:53.073Z | test encap::test::bad_vni ... ok |
| 293 | 2026-06-25T04:06:53.073Z | test encap::test::vni_round_trip ... ok |
| 294 | 2026-06-25T04:06:53.074Z | test encap::test::good_vni ... ok |
| 295 | 2026-06-25T04:06:53.074Z | test dns::tests::test_domain_name ... ok |
| 296 | 2026-06-25T04:06:53.074Z | test ip::test::bad_prefix_len ... ok |
| 297 | 2026-06-25T04:06:53.074Z | test ip::test::bad_cidr ... ok |
| 298 | 2026-06-25T04:06:53.074Z | test ip::test::dhcp_fqdn ... ok |
| 299 | 2026-06-25T04:06:53.074Z | test ip::test::good_cidr ... ok |
| 300 | 2026-06-25T04:06:53.074Z | test ip::test::ipv4_addr_bad ... ok |
| 301 | 2026-06-25T04:06:53.074Z | test ip::test::ipv4_addr_good ... ok |
| 302 | 2026-06-25T04:06:53.074Z | test ip::test::ipv4_mask ... ok |
| 303 | 2026-06-25T04:06:53.074Z | test ip::test::ipv6_cidr_is_member ... ok |
| 304 | 2026-06-25T04:06:53.074Z | test ip::test::ipv6_is_default ... ok |
| 305 | 2026-06-25T04:06:53.074Z | test ip::test::ipv6_mask ... ok |
| 306 | 2026-06-25T04:06:53.074Z | test ip::test::ipv6_prefix_len ... ok |
| 307 | 2026-06-25T04:06:53.074Z | test ip::test::test_ip_addr_from_str ... ok |
| 308 | 2026-06-25T04:06:53.074Z | test ip::test::test_ip_cidr_from_str ... ok |
| 309 | 2026-06-25T04:06:53.074Z | test ip::test::test_ipv4_multicast_mac ... ok |
| 310 | 2026-06-25T04:06:53.074Z | test ip::test::test_ipv6_admin_scoped_multicast ... ok |
| 311 | 2026-06-25T04:06:53.074Z | test ip::test::test_ipv6_from_const ... ok |
| 312 | 2026-06-25T04:06:53.074Z | test ip::test::test_ipv6_from_eui64 ... ok |
| 313 | 2026-06-25T04:06:53.074Z | test ip::test::test_ipv6_is_multicast ... ok |
| 314 | 2026-06-25T04:06:53.074Z | test ip::test::test_ipv6_multicast_mac ... ok |
| 315 | 2026-06-25T04:06:53.074Z | test ip::test::test_ipv6_solicited_node_multicast ... ok |
| 316 | 2026-06-25T04:06:53.075Z | test ip::test::test_multicast_underlay_serde ... ok |
| 317 | 2026-06-25T04:06:53.075Z | |
| 318 | 2026-06-25T04:06:53.075Z | test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 319 | 2026-06-25T04:06:53.075Z | |
| 320 | 2026-06-25T04:06:53.075Z | Doc-tests opte_api |
| 321 | 2026-06-25T04:06:53.651Z | |
| 322 | 2026-06-25T04:06:53.651Z | running 1 test |
| 323 | 2026-06-25T04:06:53.655Z | test crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok |
| 324 | 2026-06-25T04:06:53.655Z | |
| 325 | 2026-06-25T04:06:53.655Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 326 | 2026-06-25T04:06:53.655Z | |
| 327 | 2026-06-25T04:06:53.655Z | all doctests ran in 0.43s; merged doctests compilation took 0.42s |
| 328 | 2026-06-25T04:06:53.674Z | |
| 329 | 2026-06-25T04:06:53.678Z | real 6.784865241 |
| 330 | 2026-06-25T04:06:53.678Z | user 17.526480202 |
| 331 | 2026-06-25T04:06:53.678Z | sys 2.017767682 |
| 332 | 2026-06-25T04:06:53.678Z | trap 0.007354570 |
| 333 | 2026-06-25T04:06:53.678Z | tflt 0.091135014 |
| 334 | 2026-06-25T04:06:53.678Z | dflt 0.143017028 |
| 335 | 2026-06-25T04:06:53.678Z | kflt 0.000801530 |
| 336 | 2026-06-25T04:06:53.678Z | lock 54.387054861 |
| 337 | 2026-06-25T04:06:53.678Z | slp 32.491158931 |
| 338 | 2026-06-25T04:06:53.678Z | lat 0.674946119 |
| 339 | 2026-06-25T04:06:53.679Z | stop 0.612230414 |
| 340 | 2026-06-25T04:06:53.679Z | process exited: duration 37739 ms, exit code 0 |
| |
| 341 | 2026-06-25T04:06:53.686Z | found 0 output files |