|
|
|
| 1 | 2026-08-27T10:58:11.490Z | job assigned to worker 01M11DW96Q0M3C5ZF29Q87TJAT [factory aws, i-0d549154cb35433a7] (queued for 44 s) |
| |
| 2 | 2026-08-27T10:58:17.985Z | starting task 0: "setup" |
| 3 | 2026-08-27T10:58:17.992Z | ++ uname -s |
| 4 | 2026-08-27T10:58:17.995Z | + kern=SunOS |
| 5 | 2026-08-27T10:58:17.995Z | + build_user=build |
| 6 | 2026-08-27T10:58:17.995Z | + build_uid=12345 |
| 7 | 2026-08-27T10:58:17.995Z | + work_dir=/work |
| 8 | 2026-08-27T10:58:17.995Z | + input_dir=/input |
| 9 | 2026-08-27T10:58:17.995Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-27T10:58:17.995Z | + case "$kern" in |
| 11 | 2026-08-27T10:58:17.995Z | + groupadd -g 12345 build |
| 12 | 2026-08-27T10:58:17.998Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-27T10:58:20.005Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-27T10:58:20.068Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-27T10:58:20.071Z | + home_fs=zfs |
| 16 | 2026-08-27T10:58:20.071Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-27T10:58:20.071Z | + mkdir -p /home/build |
| 18 | 2026-08-27T10:58:20.071Z | + chown build:build /home/build /work |
| 19 | 2026-08-27T10:58:22.072Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-27T10:58:22.075Z | process exited: duration 4092 ms, exit code 0 |
| |
| 21 | 2026-08-27T10:58:22.080Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-27T10:58:22.085Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-27T10:58:22.085Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-27T10:58:22.085Z | * rust toolchain profile = "default" |
| 25 | 2026-08-27T10:58:22.085Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-27T10:58:22.085Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-27T10:58:22.085Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-27T10:58:22.087Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-27T10:58:22.087Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-27T10:58:22.165Z | info: downloading installer |
| 31 | 2026-08-27T10:58:23.534Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-27T10:58:23.534Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-27T10:58:23.534Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-27T10:58:23.534Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-27T10:58:23.546Z | info: profile set to default |
| 36 | 2026-08-27T10:58:23.546Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-27T10:58:23.549Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-27T10:58:23.684Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-27T10:58:23.687Z | info: downloading 6 components |
| 40 | 2026-08-27T10:58:37.629Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-27T10:58:37.629Z | |
| 42 | 2026-08-27T10:58:37.661Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-27T10:58:37.661Z | |
| 44 | 2026-08-27T10:58:37.661Z | |
| 45 | 2026-08-27T10:58:37.661Z | Rust is installed now. Great! |
| 46 | 2026-08-27T10:58:37.661Z | |
| 47 | 2026-08-27T10:58:37.661Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-27T10:58:37.661Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-27T10:58:37.661Z | |
| 50 | 2026-08-27T10:58:37.661Z | To configure your current shell, you need to source |
| 51 | 2026-08-27T10:58:37.661Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-27T10:58:37.661Z | |
| 53 | 2026-08-27T10:58:37.661Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-27T10:58:37.664Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-27T10:58:37.665Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-27T10:58:37.665Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-27T10:58:37.665Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-27T10:58:37.665Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-27T10:58:37.665Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-27T10:58:37.665Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-27T10:58:37.665Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-27T10:58:37.754Z | + rustup --version |
| 63 | 2026-08-27T10:58:37.763Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-27T10:58:37.765Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-27T10:58:37.783Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-27T10:58:37.786Z | + cargo --version |
| 67 | 2026-08-27T10:58:37.802Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-27T10:58:37.804Z | + rustc --version |
| 69 | 2026-08-27T10:58:37.822Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-27T10:58:37.825Z | process exited: duration 15743 ms, exit code 0 |
| |
| 71 | 2026-08-27T10:58:37.830Z | starting task 2: "authentication" |
| 72 | 2026-08-27T10:58:37.846Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-08-27T10:58:37.852Z | starting task 3: "clone repository" |
| 74 | 2026-08-27T10:58:37.855Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-08-27T10:58:37.858Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-08-27T10:58:37.887Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-08-27T10:58:39.128Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-08-27T10:58:39.129Z | + git fetch origin 8510c9873305aaa3558334b5ffa6819220541249 |
| 79 | 2026-08-27T10:58:39.388Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-08-27T10:58:39.388Z | * branch 8510c9873305aaa3558334b5ffa6819220541249 -> FETCH_HEAD |
| 81 | 2026-08-27T10:58:39.395Z | + [[ -n bound-my-list ]] |
| 82 | 2026-08-27T10:58:39.398Z | ++ git branch --show-current |
| 83 | 2026-08-27T10:58:39.398Z | + current=master |
| 84 | 2026-08-27T10:58:39.398Z | + [[ master != bound-my-list ]] |
| 85 | 2026-08-27T10:58:39.398Z | + git branch -f bound-my-list 8510c9873305aaa3558334b5ffa6819220541249 |
| 86 | 2026-08-27T10:58:39.401Z | + git checkout -f bound-my-list |
| 87 | 2026-08-27T10:58:39.417Z | Switched to branch 'bound-my-list' |
| 88 | 2026-08-27T10:58:39.421Z | + git reset --hard 8510c9873305aaa3558334b5ffa6819220541249 |
| 89 | 2026-08-27T10:58:39.434Z | HEAD is now at 8510c98 Nit |
| 90 | 2026-08-27T10:58:39.437Z | process exited: duration 1582 ms, exit code 0 |
| |
| 91 | 2026-08-27T10:58:39.443Z | starting task 4: "build" |
| 92 | 2026-08-27T10:58:39.447Z | + source .github/buildomat/common.sh |
| 93 | 2026-08-27T10:58:39.450Z | ++ rustup show active-toolchain |
| 94 | 2026-08-27T10:58:39.453Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-08-27T10:58:39.453Z | ++ pushd xde |
| 96 | 2026-08-27T10:58:39.456Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-08-27T10:58:39.456Z | ++ rustup show active-toolchain |
| 98 | 2026-08-27T10:58:39.459Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 99 | 2026-08-27T10:58:39.609Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 100 | 2026-08-27T10:58:39.612Z | info: downloading 6 components |
| 101 | 2026-08-27T10:58:53.818Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-08-27T10:58:53.914Z | +++ rustup show active-toolchain -v |
| 103 | 2026-08-27T10:58:53.917Z | +++ head -n 1 |
| 104 | 2026-08-27T10:58:53.917Z | +++ cut '-d ' -f1 |
| 105 | 2026-08-27T10:58:53.968Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 106 | 2026-08-27T10:58:53.968Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-08-27T10:58:53.969Z | ++ popd |
| 108 | 2026-08-27T10:58:53.971Z | /work/oxidecomputer/opte |
| 109 | 2026-08-27T10:58:53.971Z | + cargo --version |
| 110 | 2026-08-27T10:58:53.978Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 111 | 2026-08-27T10:58:53.981Z | + rustc --version |
| 112 | 2026-08-27T10:58:53.999Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 113 | 2026-08-27T10:58:54.002Z | + cd crates/opte-api |
| 114 | 2026-08-27T10:58:54.002Z | + header 'check API_VERSION' |
| 115 | 2026-08-27T10:58:54.002Z | + echo '# ==== check API_VERSION ==== #' |
| 116 | 2026-08-27T10:58:54.002Z | + ./check-api-version.sh |
| 117 | 2026-08-27T10:58:54.002Z | # ==== check API_VERSION ==== # |
| 118 | 2026-08-27T10:58:54.013Z | + header 'check style' |
| 119 | 2026-08-27T10:58:54.013Z | + echo '# ==== check style ==== #' |
| 120 | 2026-08-27T10:58:54.013Z | # ==== check style ==== # |
| 121 | 2026-08-27T10:58:54.015Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 122 | 2026-08-27T10:58:54.092Z | |
| 123 | 2026-08-27T10:58:54.092Z | real 0.076316509 |
| 124 | 2026-08-27T10:58:54.095Z | user 0.044372611 |
| 125 | 2026-08-27T10:58:54.095Z | sys 0.028763041 |
| 126 | 2026-08-27T10:58:54.095Z | trap 0.000005669 |
| 127 | 2026-08-27T10:58:54.095Z | tflt 0.000008636 |
| 128 | 2026-08-27T10:58:54.095Z | dflt 0.000010608 |
| 129 | 2026-08-27T10:58:54.095Z | kflt 0.000000000 |
| 130 | 2026-08-27T10:58:54.095Z | lock 0.031300526 |
| 131 | 2026-08-27T10:58:54.095Z | slp 0.056777207 |
| 132 | 2026-08-27T10:58:54.095Z | lat 0.000516911 |
| 133 | 2026-08-27T10:58:54.095Z | stop 0.000097051 |
| 134 | 2026-08-27T10:58:54.095Z | + header 'analyze std' |
| 135 | 2026-08-27T10:58:54.095Z | + echo '# ==== analyze std ==== #' |
| 136 | 2026-08-27T10:58:54.095Z | # ==== analyze std ==== # |
| 137 | 2026-08-27T10:58:54.095Z | + ptime -m cargo clippy --all-targets |
| 138 | 2026-08-27T10:58:54.230Z | Updating crates.io index |
| 139 | 2026-08-27T10:58:54.233Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 140 | 2026-08-27T10:58:55.237Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 141 | 2026-08-27T10:58:55.530Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 142 | 2026-08-27T10:58:55.816Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 143 | 2026-08-27T10:58:56.219Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 144 | 2026-08-27T10:58:56.507Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 145 | 2026-08-27T10:58:56.831Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 146 | 2026-08-27T10:58:58.622Z | Downloading crates ... |
| 147 | 2026-08-27T10:58:58.684Z | Downloaded cfg-if v1.0.4 |
| 148 | 2026-08-27T10:58:58.686Z | Downloaded hash32 v0.3.1 |
| 149 | 2026-08-27T10:58:58.693Z | Downloaded stable_deref_trait v1.2.1 |
| 150 | 2026-08-27T10:58:58.701Z | Downloaded embedded-io v0.6.1 |
| 151 | 2026-08-27T10:58:58.707Z | Downloaded ident_case v1.0.1 |
| 152 | 2026-08-27T10:58:58.710Z | Downloaded strsim v0.11.1 |
| 153 | 2026-08-27T10:58:58.712Z | Downloaded darling_macro v0.23.0 |
| 154 | 2026-08-27T10:58:58.712Z | Downloaded defmt-parser v1.0.0 |
| 155 | 2026-08-27T10:58:58.715Z | Downloaded cobs v0.3.0 |
| 156 | 2026-08-27T10:58:58.718Z | Downloaded embedded-io v0.4.0 |
| 157 | 2026-08-27T10:58:58.721Z | Downloaded managed v0.8.0 |
| 158 | 2026-08-27T10:58:58.726Z | Downloaded byteorder v1.5.0 |
| 159 | 2026-08-27T10:58:58.730Z | Downloaded defmt v0.3.100 |
| 160 | 2026-08-27T10:58:58.733Z | Downloaded macaddr v1.0.1 |
| 161 | 2026-08-27T10:58:58.733Z | Downloaded aho-corasick v1.1.4 |
| 162 | 2026-08-27T10:58:58.735Z | Downloaded ipnetwork v0.21.1 |
| 163 | 2026-08-27T10:58:58.735Z | Downloaded thiserror v2.0.18 |
| 164 | 2026-08-27T10:58:58.739Z | Downloaded thiserror-impl v2.0.18 |
| 165 | 2026-08-27T10:58:58.742Z | Downloaded quote v1.0.46 |
| 166 | 2026-08-27T10:58:58.742Z | Downloaded ingot-types v0.2.0 |
| 167 | 2026-08-27T10:58:58.742Z | Downloaded either v1.16.0 |
| 168 | 2026-08-27T10:58:58.742Z | Downloaded ingot v0.2.0 |
| 169 | 2026-08-27T10:58:58.744Z | Downloaded bitflags v1.3.2 |
| 170 | 2026-08-27T10:58:58.757Z | Downloaded postcard v1.1.3 |
| 171 | 2026-08-27T10:58:58.761Z | Downloaded defmt-macros v1.1.1 |
| 172 | 2026-08-27T10:58:58.769Z | Downloaded serde_core v1.0.228 |
| 173 | 2026-08-27T10:58:58.773Z | Downloaded defmt v1.1.1 |
| 174 | 2026-08-27T10:58:58.776Z | Downloaded proc-macro2 v1.0.106 |
| 175 | 2026-08-27T10:58:58.778Z | Downloaded unicode-ident v1.0.24 |
| 176 | 2026-08-27T10:58:58.778Z | Downloaded bitflags v2.13.0 |
| 177 | 2026-08-27T10:58:58.781Z | Downloaded darling v0.23.0 |
| 178 | 2026-08-27T10:58:58.783Z | Downloaded ingot-macros v0.2.0 |
| 179 | 2026-08-27T10:58:58.785Z | Downloaded serde_derive v1.0.228 |
| 180 | 2026-08-27T10:58:58.788Z | Downloaded heapless v0.8.0 |
| 181 | 2026-08-27T10:58:58.792Z | Downloaded darling_core v0.23.0 |
| 182 | 2026-08-27T10:58:58.802Z | Downloaded serde v1.0.228 |
| 183 | 2026-08-27T10:58:58.810Z | Downloaded memchr v2.8.3 |
| 184 | 2026-08-27T10:58:58.815Z | Downloaded zerocopy-derive v0.8.54 |
| 185 | 2026-08-27T10:58:58.833Z | Downloaded itertools v0.15.0 |
| 186 | 2026-08-27T10:58:58.839Z | Downloaded regex v1.13.0 |
| 187 | 2026-08-27T10:58:58.875Z | Downloaded zerocopy v0.8.54 |
| 188 | 2026-08-27T10:58:58.884Z | Downloaded syn v2.0.118 |
| 189 | 2026-08-27T10:58:58.890Z | Downloaded smoltcp v0.11.0 |
| 190 | 2026-08-27T10:58:58.896Z | Downloaded regex-syntax v0.8.11 |
| 191 | 2026-08-27T10:58:58.907Z | Downloaded regex-automata v0.4.15 |
| 192 | 2026-08-27T10:58:58.942Z | Compiling proc-macro2 v1.0.106 |
| 193 | 2026-08-27T10:58:58.942Z | Compiling unicode-ident v1.0.24 |
| 194 | 2026-08-27T10:58:58.945Z | Compiling quote v1.0.46 |
| 195 | 2026-08-27T10:58:58.945Z | Compiling strsim v0.11.1 |
| 196 | 2026-08-27T10:58:58.945Z | Compiling ident_case v1.0.1 |
| 197 | 2026-08-27T10:58:58.945Z | Compiling memchr v2.8.3 |
| 198 | 2026-08-27T10:58:58.945Z | Compiling serde_core v1.0.228 |
| 199 | 2026-08-27T10:58:58.945Z | Compiling regex-syntax v0.8.11 |
| 200 | 2026-08-27T10:58:59.127Z | Compiling either v1.16.0 |
| 201 | 2026-08-27T10:58:59.131Z | Compiling serde v1.0.228 |
| 202 | 2026-08-27T10:58:59.288Z | Compiling zerocopy v0.8.54 |
| 203 | 2026-08-27T10:58:59.326Z | Compiling thiserror v2.0.18 |
| 204 | 2026-08-27T10:58:59.377Z | Compiling itertools v0.15.0 |
| 205 | 2026-08-27T10:58:59.428Z | Compiling aho-corasick v1.1.4 |
| 206 | 2026-08-27T10:58:59.578Z | Checking byteorder v1.5.0 |
| 207 | 2026-08-27T10:58:59.678Z | Compiling heapless v0.8.0 |
| 208 | 2026-08-27T10:58:59.727Z | Checking hash32 v0.3.1 |
| 209 | 2026-08-27T10:58:59.824Z | Checking stable_deref_trait v1.2.1 |
| 210 | 2026-08-27T10:58:59.830Z | Compiling smoltcp v0.11.0 |
| 211 | 2026-08-27T10:58:59.885Z | Checking macaddr v1.0.1 |
| 212 | 2026-08-27T10:59:00.114Z | Checking bitflags v2.13.0 |
| 213 | 2026-08-27T10:59:00.184Z | Compiling syn v2.0.118 |
| 214 | 2026-08-27T10:59:00.257Z | Checking managed v0.8.0 |
| 215 | 2026-08-27T10:59:00.263Z | Checking bitflags v1.3.2 |
| 216 | 2026-08-27T10:59:00.317Z | Checking cfg-if v1.0.4 |
| 217 | 2026-08-27T10:59:00.372Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 218 | 2026-08-27T10:59:00.435Z | Compiling regex-automata v0.4.15 |
| 219 | 2026-08-27T10:59:00.639Z | Checking ipnetwork v0.21.1 |
| 220 | 2026-08-27T10:59:01.891Z | Compiling regex v1.13.0 |
| 221 | 2026-08-27T10:59:02.355Z | Compiling darling_core v0.23.0 |
| 222 | 2026-08-27T10:59:02.685Z | Compiling zerocopy-derive v0.8.54 |
| 223 | 2026-08-27T10:59:02.685Z | Compiling serde_derive v1.0.228 |
| 224 | 2026-08-27T10:59:02.691Z | Compiling thiserror-impl v2.0.18 |
| 225 | 2026-08-27T10:59:03.655Z | Checking cobs v0.3.0 |
| 226 | 2026-08-27T10:59:03.668Z | Compiling darling_macro v0.23.0 |
| 227 | 2026-08-27T10:59:04.157Z | Compiling darling v0.23.0 |
| 228 | 2026-08-27T10:59:04.219Z | Compiling ingot-macros v0.2.0 |
| 229 | 2026-08-27T10:59:04.908Z | Checking postcard v1.1.3 |
| 230 | 2026-08-27T10:59:06.176Z | Checking ingot-types v0.2.0 |
| 231 | 2026-08-27T10:59:06.438Z | Checking ingot v0.2.0 |
| 232 | 2026-08-27T10:59:07.718Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 233 | 2026-08-27T10:59:08.707Z | Finished `dev` profile [optimized + debuginfo] target(s) in 14.56s |
| 234 | 2026-08-27T10:59:08.806Z | |
| 235 | 2026-08-27T10:59:08.806Z | real 14.708635661 |
| 236 | 2026-08-27T10:59:08.806Z | user 30.286119455 |
| 237 | 2026-08-27T10:59:08.806Z | sys 5.785363132 |
| 238 | 2026-08-27T10:59:08.806Z | trap 0.011345308 |
| 239 | 2026-08-27T10:59:08.806Z | tflt 0.082990611 |
| 240 | 2026-08-27T10:59:08.806Z | dflt 0.278476935 |
| 241 | 2026-08-27T10:59:08.806Z | kflt 0.005214824 |
| 242 | 2026-08-27T10:59:08.806Z | lock 2:11.749961935 |
| 243 | 2026-08-27T10:59:08.806Z | slp 1:30.797552647 |
| 244 | 2026-08-27T10:59:08.806Z | lat 1.100577772 |
| 245 | 2026-08-27T10:59:08.809Z | stop 5.841190882 |
| 246 | 2026-08-27T10:59:08.809Z | + header 'analyze no_std' |
| 247 | 2026-08-27T10:59:08.809Z | + echo '# ==== analyze no_std ==== #' |
| 248 | 2026-08-27T10:59:08.809Z | # ==== analyze no_std ==== # |
| 249 | 2026-08-27T10:59:08.809Z | + ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings |
| 250 | 2026-08-27T10:59:08.906Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 251 | 2026-08-27T10:59:09.127Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 252 | 2026-08-27T10:59:10.086Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.24s |
| 253 | 2026-08-27T10:59:10.105Z | |
| 254 | 2026-08-27T10:59:10.108Z | real 1.294436677 |
| 255 | 2026-08-27T10:59:10.108Z | user 1.869322746 |
| 256 | 2026-08-27T10:59:10.108Z | sys 0.254361368 |
| 257 | 2026-08-27T10:59:10.108Z | trap 0.000178145 |
| 258 | 2026-08-27T10:59:10.108Z | tflt 0.000084833 |
| 259 | 2026-08-27T10:59:10.108Z | dflt 0.000098241 |
| 260 | 2026-08-27T10:59:10.108Z | kflt 0.000000000 |
| 261 | 2026-08-27T10:59:10.108Z | lock 5.477245194 |
| 262 | 2026-08-27T10:59:10.108Z | slp 5.246969292 |
| 263 | 2026-08-27T10:59:10.108Z | lat 0.001996198 |
| 264 | 2026-08-27T10:59:10.108Z | stop 0.057251538 |
| 265 | 2026-08-27T10:59:10.108Z | + header test |
| 266 | 2026-08-27T10:59:10.108Z | + echo '# ==== test ==== #' |
| 267 | 2026-08-27T10:59:10.108Z | # ==== test ==== # |
| 268 | 2026-08-27T10:59:10.108Z | + ptime -m cargo test |
| 269 | 2026-08-27T10:59:10.230Z | Compiling serde_core v1.0.228 |
| 270 | 2026-08-27T10:59:10.230Z | Compiling byteorder v1.5.0 |
| 271 | 2026-08-27T10:59:10.233Z | Compiling bitflags v2.13.0 |
| 272 | 2026-08-27T10:59:10.233Z | Compiling stable_deref_trait v1.2.1 |
| 273 | 2026-08-27T10:59:10.253Z | Compiling thiserror v2.0.18 |
| 274 | 2026-08-27T10:59:10.253Z | Compiling zerocopy v0.8.54 |
| 275 | 2026-08-27T10:59:10.255Z | Compiling macaddr v1.0.1 |
| 276 | 2026-08-27T10:59:10.258Z | Compiling bitflags v1.3.2 |
| 277 | 2026-08-27T10:59:10.303Z | Compiling cfg-if v1.0.4 |
| 278 | 2026-08-27T10:59:10.306Z | Compiling cobs v0.3.0 |
| 279 | 2026-08-27T10:59:10.336Z | Compiling managed v0.8.0 |
| 280 | 2026-08-27T10:59:10.355Z | Compiling ipnetwork v0.21.1 |
| 281 | 2026-08-27T10:59:10.406Z | Compiling hash32 v0.3.1 |
| 282 | 2026-08-27T10:59:10.484Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 283 | 2026-08-27T10:59:10.543Z | Compiling heapless v0.8.0 |
| 284 | 2026-08-27T10:59:10.879Z | Compiling smoltcp v0.11.0 |
| 285 | 2026-08-27T10:59:11.735Z | Compiling serde v1.0.228 |
| 286 | 2026-08-27T10:59:12.148Z | Compiling postcard v1.1.3 |
| 287 | 2026-08-27T10:59:12.895Z | Compiling ingot-types v0.2.0 |
| 288 | 2026-08-27T10:59:13.166Z | Compiling ingot v0.2.0 |
| 289 | 2026-08-27T10:59:14.516Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 290 | 2026-08-27T10:59:16.372Z | Finished `test` profile [optimized + debuginfo] target(s) in 6.25s |
| 291 | 2026-08-27T10:59:16.381Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-9f483c1680cf0acc) |
| 292 | 2026-08-27T10:59:16.384Z | |
| 293 | 2026-08-27T10:59:16.384Z | running 25 tests |
| 294 | 2026-08-27T10:59:16.384Z | test encap::test::good_vni ... ok |
| 295 | 2026-08-27T10:59:16.384Z | test encap::test::bad_vni ... ok |
| 296 | 2026-08-27T10:59:16.384Z | test encap::test::vni_round_trip ... ok |
| 297 | 2026-08-27T10:59:16.384Z | test dns::tests::test_domain_name ... ok |
| 298 | 2026-08-27T10:59:16.384Z | test ip::test::bad_cidr ... ok |
| 299 | 2026-08-27T10:59:16.384Z | test ip::test::bad_prefix_len ... ok |
| 300 | 2026-08-27T10:59:16.384Z | test ip::test::dhcp_fqdn ... ok |
| 301 | 2026-08-27T10:59:16.384Z | test ip::test::good_cidr ... ok |
| 302 | 2026-08-27T10:59:16.384Z | test ip::test::ipv4_addr_bad ... ok |
| 303 | 2026-08-27T10:59:16.384Z | test ip::test::ipv4_addr_good ... ok |
| 304 | 2026-08-27T10:59:16.384Z | test ip::test::ipv4_mask ... ok |
| 305 | 2026-08-27T10:59:16.384Z | test ip::test::ipv6_is_default ... ok |
| 306 | 2026-08-27T10:59:16.385Z | test ip::test::ipv6_mask ... ok |
| 307 | 2026-08-27T10:59:16.385Z | test ip::test::ipv6_cidr_is_member ... ok |
| 308 | 2026-08-27T10:59:16.385Z | test ip::test::ipv6_prefix_len ... ok |
| 309 | 2026-08-27T10:59:16.385Z | test ip::test::test_ip_addr_from_str ... ok |
| 310 | 2026-08-27T10:59:16.385Z | test ip::test::test_ip_cidr_from_str ... ok |
| 311 | 2026-08-27T10:59:16.385Z | test ip::test::test_ipv4_multicast_mac ... ok |
| 312 | 2026-08-27T10:59:16.385Z | test ip::test::test_ipv6_admin_scoped_multicast ... ok |
| 313 | 2026-08-27T10:59:16.385Z | test ip::test::test_ipv6_from_const ... ok |
| 314 | 2026-08-27T10:59:16.385Z | test ip::test::test_ipv6_is_multicast ... ok |
| 315 | 2026-08-27T10:59:16.385Z | test ip::test::test_ipv6_from_eui64 ... ok |
| 316 | 2026-08-27T10:59:16.385Z | test ip::test::test_ipv6_multicast_mac ... ok |
| 317 | 2026-08-27T10:59:16.385Z | test ip::test::test_ipv6_solicited_node_multicast ... ok |
| 318 | 2026-08-27T10:59:16.385Z | test ip::test::test_multicast_underlay_serde ... ok |
| 319 | 2026-08-27T10:59:16.385Z | |
| 320 | 2026-08-27T10:59:16.385Z | test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 321 | 2026-08-27T10:59:16.385Z | |
| 322 | 2026-08-27T10:59:16.388Z | Doc-tests opte_api |
| 323 | 2026-08-27T10:59:16.969Z | |
| 324 | 2026-08-27T10:59:16.970Z | running 1 test |
| 325 | 2026-08-27T10:59:16.972Z | test crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok |
| 326 | 2026-08-27T10:59:16.972Z | |
| 327 | 2026-08-27T10:59:16.972Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 328 | 2026-08-27T10:59:16.972Z | |
| 329 | 2026-08-27T10:59:16.975Z | all doctests ran in 0.43s; merged doctests compilation took 0.43s |
| 330 | 2026-08-27T10:59:16.993Z | |
| 331 | 2026-08-27T10:59:16.996Z | real 6.879303747 |
| 332 | 2026-08-27T10:59:16.996Z | user 17.134028077 |
| 333 | 2026-08-27T10:59:16.996Z | sys 2.040025126 |
| 334 | 2026-08-27T10:59:16.996Z | trap 0.006395532 |
| 335 | 2026-08-27T10:59:16.996Z | tflt 0.216697393 |
| 336 | 2026-08-27T10:59:16.996Z | dflt 0.125601248 |
| 337 | 2026-08-27T10:59:16.996Z | kflt 0.001688527 |
| 338 | 2026-08-27T10:59:16.996Z | lock 1:03.248205884 |
| 339 | 2026-08-27T10:59:16.996Z | slp 31.919379597 |
| 340 | 2026-08-27T10:59:16.996Z | lat 0.690210736 |
| 341 | 2026-08-27T10:59:16.996Z | stop 0.942008586 |
| 342 | 2026-08-27T10:59:16.996Z | process exited: duration 37550 ms, exit code 0 |
| |
| 343 | 2026-08-27T10:59:17.002Z | found 0 output files |