|
|
|
| 1 | 2026-07-26T04:22:57.593Z | job assigned to worker 01KYEAHJ4V95QW9SKHH2P5ZPNB [factory aws, i-014b4ed93c3fa6a79] (queued for 45 s) |
| |
| 2 | 2026-07-26T04:23:03.771Z | starting task 0: "setup" |
| 3 | 2026-07-26T04:23:03.775Z | ++ uname -s |
| 4 | 2026-07-26T04:23:03.778Z | + kern=SunOS |
| 5 | 2026-07-26T04:23:03.778Z | + build_user=build |
| 6 | 2026-07-26T04:23:03.778Z | + build_uid=12345 |
| 7 | 2026-07-26T04:23:03.778Z | + work_dir=/work |
| 8 | 2026-07-26T04:23:03.778Z | + input_dir=/input |
| 9 | 2026-07-26T04:23:03.778Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-26T04:23:03.778Z | + case "$kern" in |
| 11 | 2026-07-26T04:23:03.778Z | + groupadd -g 12345 build |
| 12 | 2026-07-26T04:23:03.781Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-26T04:23:05.785Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-26T04:23:05.836Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-26T04:23:05.839Z | + home_fs=zfs |
| 16 | 2026-07-26T04:23:05.839Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-26T04:23:05.839Z | + mkdir -p /home/build |
| 18 | 2026-07-26T04:23:05.839Z | + chown build:build /home/build /work |
| 19 | 2026-07-26T04:23:07.840Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-26T04:23:07.843Z | process exited: duration 4073 ms, exit code 0 |
| |
| 21 | 2026-07-26T04:23:07.849Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-26T04:23:07.854Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-26T04:23:07.854Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-07-26T04:23:07.854Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-07-26T04:23:07.854Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-07-26T04:23:07.854Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-26T04:23:07.854Z | * rust toolchain profile = "default" |
| 28 | 2026-07-26T04:23:07.857Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-26T04:23:07.857Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-26T04:23:08.046Z | info: downloading installer |
| 31 | 2026-07-26T04:23:09.525Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-26T04:23:09.525Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-26T04:23:09.525Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-26T04:23:09.525Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-26T04:23:09.535Z | info: profile set to default |
| 36 | 2026-07-26T04:23:09.535Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-26T04:23:09.538Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-26T04:23:09.686Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-26T04:23:09.692Z | info: downloading 6 components |
| 40 | 2026-07-26T04:23:25.110Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-07-26T04:23:25.110Z | |
| 42 | 2026-07-26T04:23:25.141Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-26T04:23:25.142Z | |
| 44 | 2026-07-26T04:23:25.142Z | |
| 45 | 2026-07-26T04:23:25.142Z | Rust is installed now. Great! |
| 46 | 2026-07-26T04:23:25.142Z | |
| 47 | 2026-07-26T04:23:25.142Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-26T04:23:25.142Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-26T04:23:25.142Z | |
| 50 | 2026-07-26T04:23:25.142Z | To configure your current shell, you need to source |
| 51 | 2026-07-26T04:23:25.142Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-26T04:23:25.142Z | |
| 53 | 2026-07-26T04:23:25.142Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-26T04:23:25.145Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-26T04:23:25.145Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-26T04:23:25.145Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-26T04:23:25.145Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-26T04:23:25.145Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-26T04:23:25.145Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-26T04:23:25.145Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-26T04:23:25.145Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-26T04:23:25.242Z | + rustup --version |
| 63 | 2026-07-26T04:23:25.249Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-26T04:23:25.252Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-26T04:23:25.271Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-26T04:23:25.274Z | + cargo --version |
| 67 | 2026-07-26T04:23:25.288Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-26T04:23:25.291Z | + rustc --version |
| 69 | 2026-07-26T04:23:25.311Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-26T04:23:25.314Z | process exited: duration 17463 ms, exit code 0 |
| |
| 71 | 2026-07-26T04:23:25.319Z | starting task 2: "authentication" |
| 72 | 2026-07-26T04:23:25.333Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-07-26T04:23:29.350Z | process exited: duration 4029 ms, exit code 0 |
| |
| 74 | 2026-07-26T04:23:29.363Z | starting task 3: "clone repository" |
| 75 | 2026-07-26T04:23:29.370Z | + mkdir -p /work/oxidecomputer/opte |
| 76 | 2026-07-26T04:23:29.370Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 77 | 2026-07-26T04:23:29.400Z | Cloning into '/work/oxidecomputer/opte'... |
| 78 | 2026-07-26T04:23:30.860Z | + cd /work/oxidecomputer/opte |
| 79 | 2026-07-26T04:23:30.860Z | + git fetch origin 47f1798e3f36239518a77de5eee88e87641f7da8 |
| 80 | 2026-07-26T04:23:30.881Z | From https://github.com/oxidecomputer/opte |
| 81 | 2026-07-26T04:23:30.881Z | * branch 47f1798e3f36239518a77de5eee88e87641f7da8 -> FETCH_HEAD |
| 82 | 2026-07-26T04:23:30.881Z | + [[ -n renovate/rand ]] |
| 83 | 2026-07-26T04:23:30.881Z | ++ git branch --show-current |
| 84 | 2026-07-26T04:23:30.882Z | + current=master |
| 85 | 2026-07-26T04:23:30.882Z | + [[ master != renovate/rand ]] |
| 86 | 2026-07-26T04:23:30.882Z | + git branch -f renovate/rand 47f1798e3f36239518a77de5eee88e87641f7da8 |
| 87 | 2026-07-26T04:23:30.882Z | + git checkout -f renovate/rand |
| 88 | 2026-07-26T04:23:30.882Z | Switched to branch 'renovate/rand' |
| 89 | 2026-07-26T04:23:30.882Z | + git reset --hard 47f1798e3f36239518a77de5eee88e87641f7da8 |
| 90 | 2026-07-26T04:23:30.882Z | HEAD is now at 47f1798 Update Rust crate rand to 0.10.2 |
| 91 | 2026-07-26T04:23:30.882Z | process exited: duration 1232 ms, exit code 0 |
| |
| 92 | 2026-07-26T04:23:30.917Z | starting task 4: "build" |
| 93 | 2026-07-26T04:23:30.923Z | + source .github/buildomat/common.sh |
| 94 | 2026-07-26T04:23:30.923Z | ++ rustup show active-toolchain |
| 95 | 2026-07-26T04:23:30.923Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 96 | 2026-07-26T04:23:30.923Z | ++ pushd xde |
| 97 | 2026-07-26T04:23:30.923Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 98 | 2026-07-26T04:23:30.923Z | ++ rustup show active-toolchain |
| 99 | 2026-07-26T04:23:30.928Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 100 | 2026-07-26T04:23:31.076Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 101 | 2026-07-26T04:23:31.079Z | info: downloading 6 components |
| 102 | 2026-07-26T04:23:48.606Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 103 | 2026-07-26T04:23:48.652Z | +++ rustup show active-toolchain -v |
| 104 | 2026-07-26T04:23:48.652Z | +++ head -n 1 |
| 105 | 2026-07-26T04:23:48.652Z | +++ cut '-d ' -f1 |
| 106 | 2026-07-26T04:23:48.652Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-07-26T04:23:48.652Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 108 | 2026-07-26T04:23:48.652Z | ++ popd |
| 109 | 2026-07-26T04:23:48.652Z | /work/oxidecomputer/opte |
| 110 | 2026-07-26T04:23:48.652Z | + cargo --version |
| 111 | 2026-07-26T04:23:48.652Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 112 | 2026-07-26T04:23:48.652Z | + rustc --version |
| 113 | 2026-07-26T04:23:48.652Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 114 | 2026-07-26T04:23:48.652Z | + cd crates/opte-api |
| 115 | 2026-07-26T04:23:48.652Z | + header 'check API_VERSION' |
| 116 | 2026-07-26T04:23:48.652Z | + echo '# ==== check API_VERSION ==== #' |
| 117 | 2026-07-26T04:23:48.652Z | # ==== check API_VERSION ==== # |
| 118 | 2026-07-26T04:23:48.652Z | + ./check-api-version.sh |
| 119 | 2026-07-26T04:23:48.652Z | + header 'check style' |
| 120 | 2026-07-26T04:23:48.652Z | # ==== check style ==== # |
| 121 | 2026-07-26T04:23:48.652Z | + echo '# ==== check style ==== #' |
| 122 | 2026-07-26T04:23:48.652Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 123 | 2026-07-26T04:23:48.652Z | |
| 124 | 2026-07-26T04:23:48.652Z | real 0.077189338 |
| 125 | 2026-07-26T04:23:48.652Z | user 0.044603553 |
| 126 | 2026-07-26T04:23:48.652Z | sys 0.029862951 |
| 127 | 2026-07-26T04:23:48.652Z | trap 0.000000330 |
| 128 | 2026-07-26T04:23:48.653Z | tflt 0.000061660 |
| 129 | 2026-07-26T04:23:48.653Z | dflt 0.000050940 |
| 130 | 2026-07-26T04:23:48.653Z | kflt 0.000000000 |
| 131 | 2026-07-26T04:23:48.653Z | lock 0.031009924 |
| 132 | 2026-07-26T04:23:48.653Z | slp 0.056616240 |
| 133 | 2026-07-26T04:23:48.653Z | lat 0.000800410 |
| 134 | 2026-07-26T04:23:48.653Z | stop 0.000099370 |
| 135 | 2026-07-26T04:23:48.653Z | + header 'analyze std' |
| 136 | 2026-07-26T04:23:48.653Z | + echo '# ==== analyze std ==== #' |
| 137 | 2026-07-26T04:23:48.653Z | + ptime -m cargo clippy --all-targets |
| 138 | 2026-07-26T04:23:48.653Z | # ==== analyze std ==== # |
| 139 | 2026-07-26T04:23:48.653Z | Updating crates.io index |
| 140 | 2026-07-26T04:23:48.653Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 141 | 2026-07-26T04:23:48.986Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 142 | 2026-07-26T04:23:49.214Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 143 | 2026-07-26T04:23:49.431Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 144 | 2026-07-26T04:23:49.759Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 145 | 2026-07-26T04:23:49.977Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 146 | 2026-07-26T04:23:50.222Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 147 | 2026-07-26T04:23:51.963Z | Downloading crates ... |
| 148 | 2026-07-26T04:23:52.010Z | Downloaded hash32 v0.3.1 |
| 149 | 2026-07-26T04:23:52.019Z | Downloaded either v1.16.0 |
| 150 | 2026-07-26T04:23:52.023Z | Downloaded darling_macro v0.23.0 |
| 151 | 2026-07-26T04:23:52.027Z | Downloaded cfg-if v1.0.4 |
| 152 | 2026-07-26T04:23:52.031Z | Downloaded stable_deref_trait v1.2.1 |
| 153 | 2026-07-26T04:23:52.036Z | Downloaded defmt v0.3.100 |
| 154 | 2026-07-26T04:23:52.036Z | Downloaded defmt-parser v1.0.0 |
| 155 | 2026-07-26T04:23:52.047Z | Downloaded embedded-io v0.4.0 |
| 156 | 2026-07-26T04:23:52.053Z | Downloaded strsim v0.11.1 |
| 157 | 2026-07-26T04:23:52.054Z | Downloaded embedded-io v0.6.1 |
| 158 | 2026-07-26T04:23:52.054Z | Downloaded macaddr v1.0.1 |
| 159 | 2026-07-26T04:23:52.054Z | Downloaded ident_case v1.0.1 |
| 160 | 2026-07-26T04:23:52.061Z | Downloaded bitflags v1.3.2 |
| 161 | 2026-07-26T04:23:52.061Z | Downloaded aho-corasick v1.1.4 |
| 162 | 2026-07-26T04:23:52.076Z | Downloaded managed v0.8.0 |
| 163 | 2026-07-26T04:23:52.082Z | Downloaded defmt-macros v1.1.1 |
| 164 | 2026-07-26T04:23:52.087Z | Downloaded thiserror v2.0.18 |
| 165 | 2026-07-26T04:23:52.087Z | Downloaded thiserror-impl v2.0.18 |
| 166 | 2026-07-26T04:23:52.087Z | Downloaded byteorder v1.5.0 |
| 167 | 2026-07-26T04:23:52.087Z | Downloaded cobs v0.3.0 |
| 168 | 2026-07-26T04:23:52.100Z | Downloaded ingot-types v0.2.0 |
| 169 | 2026-07-26T04:23:52.103Z | Downloaded ipnetwork v0.21.1 |
| 170 | 2026-07-26T04:23:52.103Z | Downloaded quote v1.0.46 |
| 171 | 2026-07-26T04:23:52.103Z | Downloaded defmt v1.1.1 |
| 172 | 2026-07-26T04:23:52.110Z | Downloaded darling v0.23.0 |
| 173 | 2026-07-26T04:23:52.115Z | Downloaded ingot v0.2.0 |
| 174 | 2026-07-26T04:23:52.124Z | Downloaded ingot-macros v0.2.0 |
| 175 | 2026-07-26T04:23:52.128Z | Downloaded bitflags v2.13.0 |
| 176 | 2026-07-26T04:23:52.134Z | Downloaded proc-macro2 v1.0.106 |
| 177 | 2026-07-26T04:23:52.142Z | Downloaded unicode-ident v1.0.24 |
| 178 | 2026-07-26T04:23:52.150Z | Downloaded postcard v1.1.3 |
| 179 | 2026-07-26T04:23:52.160Z | Downloaded serde_derive v1.0.228 |
| 180 | 2026-07-26T04:23:52.160Z | Downloaded serde_core v1.0.228 |
| 181 | 2026-07-26T04:23:52.160Z | Downloaded heapless v0.8.0 |
| 182 | 2026-07-26T04:23:52.165Z | Downloaded darling_core v0.23.0 |
| 183 | 2026-07-26T04:23:52.177Z | Downloaded memchr v2.8.3 |
| 184 | 2026-07-26T04:23:52.184Z | Downloaded zerocopy-derive v0.8.54 |
| 185 | 2026-07-26T04:23:52.194Z | Downloaded serde v1.0.228 |
| 186 | 2026-07-26T04:23:52.215Z | Downloaded regex v1.13.0 |
| 187 | 2026-07-26T04:23:52.225Z | Downloaded itertools v0.15.0 |
| 188 | 2026-07-26T04:23:52.260Z | Downloaded zerocopy v0.8.54 |
| 189 | 2026-07-26T04:23:52.273Z | Downloaded syn v2.0.118 |
| 190 | 2026-07-26T04:23:52.279Z | Downloaded smoltcp v0.11.0 |
| 191 | 2026-07-26T04:23:52.287Z | Downloaded regex-syntax v0.8.11 |
| 192 | 2026-07-26T04:23:52.309Z | Downloaded regex-automata v0.4.15 |
| 193 | 2026-07-26T04:23:52.341Z | Compiling proc-macro2 v1.0.106 |
| 194 | 2026-07-26T04:23:52.341Z | Compiling quote v1.0.46 |
| 195 | 2026-07-26T04:23:52.341Z | Compiling unicode-ident v1.0.24 |
| 196 | 2026-07-26T04:23:52.341Z | Compiling memchr v2.8.3 |
| 197 | 2026-07-26T04:23:52.347Z | Compiling ident_case v1.0.1 |
| 198 | 2026-07-26T04:23:52.347Z | Compiling strsim v0.11.1 |
| 199 | 2026-07-26T04:23:52.347Z | Compiling serde_core v1.0.228 |
| 200 | 2026-07-26T04:23:52.347Z | Compiling regex-syntax v0.8.11 |
| 201 | 2026-07-26T04:23:52.533Z | Compiling zerocopy v0.8.54 |
| 202 | 2026-07-26T04:23:52.545Z | Compiling serde v1.0.228 |
| 203 | 2026-07-26T04:23:52.702Z | Compiling either v1.16.0 |
| 204 | 2026-07-26T04:23:52.778Z | Compiling thiserror v2.0.18 |
| 205 | 2026-07-26T04:23:52.830Z | Compiling aho-corasick v1.1.4 |
| 206 | 2026-07-26T04:23:52.928Z | Compiling itertools v0.15.0 |
| 207 | 2026-07-26T04:23:52.974Z | Checking byteorder v1.5.0 |
| 208 | 2026-07-26T04:23:52.982Z | Compiling heapless v0.8.0 |
| 209 | 2026-07-26T04:23:53.121Z | Checking hash32 v0.3.1 |
| 210 | 2026-07-26T04:23:53.227Z | Checking bitflags v2.13.0 |
| 211 | 2026-07-26T04:23:53.293Z | Compiling smoltcp v0.11.0 |
| 212 | 2026-07-26T04:23:53.373Z | Checking stable_deref_trait v1.2.1 |
| 213 | 2026-07-26T04:23:53.445Z | Checking macaddr v1.0.1 |
| 214 | 2026-07-26T04:23:53.590Z | Compiling syn v2.0.118 |
| 215 | 2026-07-26T04:23:53.635Z | Checking cfg-if v1.0.4 |
| 216 | 2026-07-26T04:23:53.678Z | Checking bitflags v1.3.2 |
| 217 | 2026-07-26T04:23:53.699Z | Checking managed v0.8.0 |
| 218 | 2026-07-26T04:23:53.724Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 219 | 2026-07-26T04:23:53.852Z | Compiling regex-automata v0.4.15 |
| 220 | 2026-07-26T04:23:54.022Z | Checking ipnetwork v0.21.1 |
| 221 | 2026-07-26T04:23:55.912Z | Compiling regex v1.13.0 |
| 222 | 2026-07-26T04:23:55.937Z | Compiling darling_core v0.23.0 |
| 223 | 2026-07-26T04:23:56.145Z | Compiling serde_derive v1.0.228 |
| 224 | 2026-07-26T04:23:56.145Z | Compiling thiserror-impl v2.0.18 |
| 225 | 2026-07-26T04:23:56.145Z | Compiling zerocopy-derive v0.8.54 |
| 226 | 2026-07-26T04:23:57.141Z | Checking cobs v0.3.0 |
| 227 | 2026-07-26T04:23:57.174Z | Compiling darling_macro v0.23.0 |
| 228 | 2026-07-26T04:23:57.687Z | Compiling darling v0.23.0 |
| 229 | 2026-07-26T04:23:57.748Z | Compiling ingot-macros v0.2.0 |
| 230 | 2026-07-26T04:23:58.369Z | Checking postcard v1.1.3 |
| 231 | 2026-07-26T04:23:59.705Z | Checking ingot-types v0.2.0 |
| 232 | 2026-07-26T04:24:00.114Z | Checking ingot v0.2.0 |
| 233 | 2026-07-26T04:24:01.289Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 234 | 2026-07-26T04:24:02.780Z | Finished `dev` profile [optimized + debuginfo] target(s) in 14.30s |
| 235 | 2026-07-26T04:24:02.828Z | |
| 236 | 2026-07-26T04:24:02.829Z | real 14.444069268 |
| 237 | 2026-07-26T04:24:02.829Z | user 31.017470045 |
| 238 | 2026-07-26T04:24:02.829Z | sys 5.873568979 |
| 239 | 2026-07-26T04:24:02.829Z | trap 0.012929390 |
| 240 | 2026-07-26T04:24:02.829Z | tflt 0.071905735 |
| 241 | 2026-07-26T04:24:02.829Z | dflt 0.259076911 |
| 242 | 2026-07-26T04:24:02.829Z | kflt 0.004318782 |
| 243 | 2026-07-26T04:24:02.829Z | lock 2:12.200516470 |
| 244 | 2026-07-26T04:24:02.829Z | slp 1:32.602092485 |
| 245 | 2026-07-26T04:24:02.829Z | lat 0.741443464 |
| 246 | 2026-07-26T04:24:02.829Z | stop 5.367384948 |
| 247 | 2026-07-26T04:24:02.829Z | + header 'analyze no_std' |
| 248 | 2026-07-26T04:24:02.829Z | + echo '# ==== analyze no_std ==== #' |
| 249 | 2026-07-26T04:24:02.829Z | # ==== analyze no_std ==== # |
| 250 | 2026-07-26T04:24:02.829Z | + ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings |
| 251 | 2026-07-26T04:24:02.829Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 252 | 2026-07-26T04:24:02.829Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 253 | 2026-07-26T04:24:03.730Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.27s |
| 254 | 2026-07-26T04:24:03.741Z | |
| 255 | 2026-07-26T04:24:03.742Z | real 1.332233124 |
| 256 | 2026-07-26T04:24:03.742Z | user 1.916826730 |
| 257 | 2026-07-26T04:24:03.742Z | sys 0.266250203 |
| 258 | 2026-07-26T04:24:03.742Z | trap 0.000193410 |
| 259 | 2026-07-26T04:24:03.742Z | tflt 0.000055290 |
| 260 | 2026-07-26T04:24:03.742Z | dflt 0.000107200 |
| 261 | 2026-07-26T04:24:03.742Z | kflt 0.000000000 |
| 262 | 2026-07-26T04:24:03.742Z | lock 5.630194790 |
| 263 | 2026-07-26T04:24:03.742Z | slp 5.381389632 |
| 264 | 2026-07-26T04:24:03.742Z | lat 0.002753780 |
| 265 | 2026-07-26T04:24:03.742Z | stop 0.061381923 |
| 266 | 2026-07-26T04:24:03.742Z | + header test |
| 267 | 2026-07-26T04:24:03.742Z | + echo '# ==== test ==== #' |
| 268 | 2026-07-26T04:24:03.742Z | # ==== test ==== # |
| 269 | 2026-07-26T04:24:03.742Z | + ptime -m cargo test |
| 270 | 2026-07-26T04:24:03.858Z | Compiling serde_core v1.0.228 |
| 271 | 2026-07-26T04:24:03.858Z | Compiling byteorder v1.5.0 |
| 272 | 2026-07-26T04:24:03.868Z | Compiling macaddr v1.0.1 |
| 273 | 2026-07-26T04:24:03.868Z | Compiling bitflags v2.13.0 |
| 274 | 2026-07-26T04:24:03.881Z | Compiling zerocopy v0.8.54 |
| 275 | 2026-07-26T04:24:03.882Z | Compiling thiserror v2.0.18 |
| 276 | 2026-07-26T04:24:03.890Z | Compiling stable_deref_trait v1.2.1 |
| 277 | 2026-07-26T04:24:03.895Z | Compiling managed v0.8.0 |
| 278 | 2026-07-26T04:24:03.968Z | Compiling cobs v0.3.0 |
| 279 | 2026-07-26T04:24:03.988Z | Compiling cfg-if v1.0.4 |
| 280 | 2026-07-26T04:24:04.047Z | Compiling hash32 v0.3.1 |
| 281 | 2026-07-26T04:24:04.051Z | Compiling bitflags v1.3.2 |
| 282 | 2026-07-26T04:24:04.110Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 283 | 2026-07-26T04:24:04.117Z | Compiling ipnetwork v0.21.1 |
| 284 | 2026-07-26T04:24:04.146Z | Compiling heapless v0.8.0 |
| 285 | 2026-07-26T04:24:04.498Z | Compiling smoltcp v0.11.0 |
| 286 | 2026-07-26T04:24:05.446Z | Compiling serde v1.0.228 |
| 287 | 2026-07-26T04:24:05.873Z | Compiling postcard v1.1.3 |
| 288 | 2026-07-26T04:24:06.603Z | Compiling ingot-types v0.2.0 |
| 289 | 2026-07-26T04:24:06.801Z | Compiling ingot v0.2.0 |
| 290 | 2026-07-26T04:24:09.086Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 291 | 2026-07-26T04:24:10.076Z | Finished `test` profile [optimized + debuginfo] target(s) in 6.33s |
| 292 | 2026-07-26T04:24:10.087Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-9f483c1680cf0acc) |
| 293 | 2026-07-26T04:24:10.093Z | |
| 294 | 2026-07-26T04:24:10.093Z | running 25 tests |
| 295 | 2026-07-26T04:24:10.093Z | test encap::test::good_vni ... ok |
| 296 | 2026-07-26T04:24:10.093Z | test ip::test::bad_cidr ... ok |
| 297 | 2026-07-26T04:24:10.093Z | test encap::test::bad_vni ... ok |
| 298 | 2026-07-26T04:24:10.093Z | test encap::test::vni_round_trip ... ok |
| 299 | 2026-07-26T04:24:10.093Z | test dns::tests::test_domain_name ... ok |
| 300 | 2026-07-26T04:24:10.093Z | test ip::test::bad_prefix_len ... ok |
| 301 | 2026-07-26T04:24:10.093Z | test ip::test::dhcp_fqdn ... ok |
| 302 | 2026-07-26T04:24:10.093Z | test ip::test::good_cidr ... ok |
| 303 | 2026-07-26T04:24:10.093Z | test ip::test::ipv4_addr_bad ... ok |
| 304 | 2026-07-26T04:24:10.093Z | test ip::test::ipv4_addr_good ... ok |
| 305 | 2026-07-26T04:24:10.093Z | test ip::test::ipv4_mask ... ok |
| 306 | 2026-07-26T04:24:10.094Z | test ip::test::ipv6_cidr_is_member ... ok |
| 307 | 2026-07-26T04:24:10.094Z | test ip::test::ipv6_is_default ... ok |
| 308 | 2026-07-26T04:24:10.094Z | test ip::test::ipv6_prefix_len ... ok |
| 309 | 2026-07-26T04:24:10.094Z | test ip::test::test_ip_cidr_from_str ... ok |
| 310 | 2026-07-26T04:24:10.094Z | test ip::test::test_ip_addr_from_str ... ok |
| 311 | 2026-07-26T04:24:10.094Z | test ip::test::ipv6_mask ... ok |
| 312 | 2026-07-26T04:24:10.094Z | test ip::test::test_ipv4_multicast_mac ... ok |
| 313 | 2026-07-26T04:24:10.094Z | test ip::test::test_ipv6_from_const ... ok |
| 314 | 2026-07-26T04:24:10.094Z | test ip::test::test_ipv6_admin_scoped_multicast ... ok |
| 315 | 2026-07-26T04:24:10.094Z | test ip::test::test_ipv6_from_eui64 ... ok |
| 316 | 2026-07-26T04:24:10.094Z | test ip::test::test_ipv6_is_multicast ... ok |
| 317 | 2026-07-26T04:24:10.094Z | test ip::test::test_ipv6_multicast_mac ... ok |
| 318 | 2026-07-26T04:24:10.094Z | test ip::test::test_ipv6_solicited_node_multicast ... ok |
| 319 | 2026-07-26T04:24:10.094Z | test ip::test::test_multicast_underlay_serde ... ok |
| 320 | 2026-07-26T04:24:10.095Z | |
| 321 | 2026-07-26T04:24:10.095Z | test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 322 | 2026-07-26T04:24:10.095Z | |
| 323 | 2026-07-26T04:24:10.095Z | Doc-tests opte_api |
| 324 | 2026-07-26T04:24:10.685Z | |
| 325 | 2026-07-26T04:24:10.685Z | running 1 test |
| 326 | 2026-07-26T04:24:10.692Z | test crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok |
| 327 | 2026-07-26T04:24:10.692Z | |
| 328 | 2026-07-26T04:24:10.692Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 329 | 2026-07-26T04:24:10.692Z | |
| 330 | 2026-07-26T04:24:10.692Z | all doctests ran in 0.44s; merged doctests compilation took 0.43s |
| 331 | 2026-07-26T04:24:10.710Z | |
| 332 | 2026-07-26T04:24:10.710Z | real 6.972263542 |
| 333 | 2026-07-26T04:24:10.710Z | user 17.480609027 |
| 334 | 2026-07-26T04:24:10.710Z | sys 2.163104369 |
| 335 | 2026-07-26T04:24:10.710Z | trap 0.004624370 |
| 336 | 2026-07-26T04:24:10.710Z | tflt 0.218202613 |
| 337 | 2026-07-26T04:24:10.710Z | dflt 0.152137482 |
| 338 | 2026-07-26T04:24:10.710Z | kflt 0.000000000 |
| 339 | 2026-07-26T04:24:10.718Z | lock 1:03.660143694 |
| 340 | 2026-07-26T04:24:10.718Z | slp 32.640752225 |
| 341 | 2026-07-26T04:24:10.718Z | lat 0.910449135 |
| 342 | 2026-07-26T04:24:10.718Z | stop 0.670464970 |
| 343 | 2026-07-26T04:24:10.719Z | process exited: duration 39803 ms, exit code 0 |
| |
| 344 | 2026-07-26T04:24:10.727Z | found 0 output files |