|
|
|
| 1 | 2026-05-01T11:46:12.458Z | job assigned to worker 01KQHNQB1TPCX3D23C3DMBYJYG [factory aws, i-001b5df09fb0913b2] (queued for 47 s) |
| |
| 2 | 2026-05-01T11:46:18.956Z | starting task 0: "setup" |
| 3 | 2026-05-01T11:46:18.961Z | ++ uname -s |
| 4 | 2026-05-01T11:46:18.964Z | + kern=SunOS |
| 5 | 2026-05-01T11:46:18.964Z | + build_user=build |
| 6 | 2026-05-01T11:46:18.964Z | + build_uid=12345 |
| 7 | 2026-05-01T11:46:18.964Z | + work_dir=/work |
| 8 | 2026-05-01T11:46:18.964Z | + input_dir=/input |
| 9 | 2026-05-01T11:46:18.964Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-01T11:46:18.964Z | + case "$kern" in |
| 11 | 2026-05-01T11:46:18.965Z | + groupadd -g 12345 build |
| 12 | 2026-05-01T11:46:18.968Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-01T11:46:20.973Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-01T11:46:21.093Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-01T11:46:21.096Z | + home_fs=zfs |
| 16 | 2026-05-01T11:46:21.096Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-01T11:46:21.096Z | + mkdir -p /home/build |
| 18 | 2026-05-01T11:46:21.096Z | + chown build:build /home/build /work |
| 19 | 2026-05-01T11:46:22.097Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-01T11:46:22.100Z | process exited: duration 3142 ms, exit code 0 |
| |
| 21 | 2026-05-01T11:46:22.106Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-01T11:46:22.110Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.1 |
| 23 | 2026-05-01T11:46:22.110Z | * rust toolchain channel = "1.94.1" |
| 24 | 2026-05-01T11:46:22.110Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-05-01T11:46:22.110Z | * rust toolchain profile = "default" |
| 26 | 2026-05-01T11:46:22.113Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-01T11:46:22.113Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-01T11:46:22.113Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-01T11:46:22.113Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default |
| 30 | 2026-05-01T11:46:22.215Z | info: downloading installer |
| 31 | 2026-05-01T11:46:23.504Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-01T11:46:23.504Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-01T11:46:23.504Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-01T11:46:23.504Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-01T11:46:23.517Z | info: profile set to default |
| 36 | 2026-05-01T11:46:23.517Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-01T11:46:23.520Z | info: syncing channel updates for 1.94.1-x86_64-unknown-illumos |
| 38 | 2026-05-01T11:46:23.658Z | info: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25) |
| 39 | 2026-05-01T11:46:23.662Z | info: downloading 6 components |
| 40 | 2026-05-01T11:46:39.707Z | info: default toolchain set to 1.94.1-x86_64-unknown-illumos |
| 41 | 2026-05-01T11:46:39.707Z | |
| 42 | 2026-05-01T11:46:39.742Z | 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25) |
| 43 | 2026-05-01T11:46:39.742Z | |
| 44 | 2026-05-01T11:46:39.745Z | |
| 45 | 2026-05-01T11:46:39.745Z | Rust is installed now. Great! |
| 46 | 2026-05-01T11:46:39.745Z | |
| 47 | 2026-05-01T11:46:39.745Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-01T11:46:39.746Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-01T11:46:39.746Z | |
| 50 | 2026-05-01T11:46:39.746Z | To configure your current shell, you need to source |
| 51 | 2026-05-01T11:46:39.746Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-01T11:46:39.746Z | |
| 53 | 2026-05-01T11:46:39.746Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-01T11:46:39.746Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-01T11:46:39.746Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-01T11:46:39.746Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-01T11:46:39.746Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-01T11:46:39.746Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-01T11:46:39.746Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-01T11:46:39.746Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-01T11:46:39.746Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-01T11:46:39.829Z | + rustup --version |
| 63 | 2026-05-01T11:46:39.837Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-01T11:46:39.841Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-01T11:46:39.860Z | info: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)` |
| 66 | 2026-05-01T11:46:39.863Z | + cargo --version |
| 67 | 2026-05-01T11:46:39.875Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 68 | 2026-05-01T11:46:39.878Z | + rustc --version |
| 69 | 2026-05-01T11:46:39.896Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 70 | 2026-05-01T11:46:39.899Z | process exited: duration 17790 ms, exit code 0 |
| |
| 71 | 2026-05-01T11:46:39.906Z | starting task 2: "authentication" |
| 72 | 2026-05-01T11:46:39.922Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-01T11:46:39.928Z | starting task 3: "clone repository" |
| 74 | 2026-05-01T11:46:39.932Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-05-01T11:46:39.935Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-05-01T11:46:39.964Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-05-01T11:46:40.722Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-05-01T11:46:40.722Z | + git fetch origin 4583506ff42244759da4024be62185e7da2eba1a |
| 79 | 2026-05-01T11:46:40.943Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-05-01T11:46:40.943Z | * branch 4583506ff42244759da4024be62185e7da2eba1a -> FETCH_HEAD |
| 81 | 2026-05-01T11:46:40.949Z | + [[ -n helios3 ]] |
| 82 | 2026-05-01T11:46:40.954Z | ++ git branch --show-current |
| 83 | 2026-05-01T11:46:40.954Z | + current=master |
| 84 | 2026-05-01T11:46:40.954Z | + [[ master != helios3 ]] |
| 85 | 2026-05-01T11:46:40.954Z | + git branch -f helios3 4583506ff42244759da4024be62185e7da2eba1a |
| 86 | 2026-05-01T11:46:40.954Z | + git checkout -f helios3 |
| 87 | 2026-05-01T11:46:40.970Z | Switched to branch 'helios3' |
| 88 | 2026-05-01T11:46:40.973Z | + git reset --hard 4583506ff42244759da4024be62185e7da2eba1a |
| 89 | 2026-05-01T11:46:40.987Z | HEAD is now at 4583506 Switch to helios3; include helios version in package FMRI |
| 90 | 2026-05-01T11:46:40.990Z | process exited: duration 1058 ms, exit code 0 |
| |
| 91 | 2026-05-01T11:46:40.996Z | starting task 4: "build" |
| 92 | 2026-05-01T11:46:40.999Z | + source .github/buildomat/common.sh |
| 93 | 2026-05-01T11:46:41.003Z | ++ rustup show active-toolchain |
| 94 | 2026-05-01T11:46:41.006Z | 1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-05-01T11:46:41.006Z | ++ pushd xde |
| 96 | 2026-05-01T11:46:41.006Z | ++ rustup show active-toolchain |
| 97 | 2026-05-01T11:46:41.006Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 98 | 2026-05-01T11:46:41.010Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-05-01T11:46:41.161Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-05-01T11:46:41.164Z | info: downloading 6 components |
| 101 | 2026-05-01T11:46:55.019Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-05-01T11:46:55.115Z | +++ rustup show active-toolchain -v |
| 103 | 2026-05-01T11:46:55.118Z | +++ head -n 1 |
| 104 | 2026-05-01T11:46:55.118Z | +++ cut '-d ' -f1 |
| 105 | 2026-05-01T11:46:55.169Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-05-01T11:46:55.169Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-05-01T11:46:55.169Z | ++ popd |
| 108 | 2026-05-01T11:46:55.172Z | /work/oxidecomputer/opte |
| 109 | 2026-05-01T11:46:55.172Z | + cargo --version |
| 110 | 2026-05-01T11:46:55.178Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 111 | 2026-05-01T11:46:55.181Z | + rustc --version |
| 112 | 2026-05-01T11:46:55.201Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 113 | 2026-05-01T11:46:55.204Z | + cd crates/opte-api |
| 114 | 2026-05-01T11:46:55.204Z | + header 'check API_VERSION' |
| 115 | 2026-05-01T11:46:55.204Z | + echo '# ==== check API_VERSION ==== #' |
| 116 | 2026-05-01T11:46:55.204Z | # ==== check API_VERSION ==== # |
| 117 | 2026-05-01T11:46:55.205Z | + ./check-api-version.sh |
| 118 | 2026-05-01T11:46:55.211Z | + header 'check style' |
| 119 | 2026-05-01T11:46:55.214Z | + echo '# ==== check style ==== #' |
| 120 | 2026-05-01T11:46:55.214Z | # ==== check style ==== # |
| 121 | 2026-05-01T11:46:55.214Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 122 | 2026-05-01T11:46:55.292Z | |
| 123 | 2026-05-01T11:46:55.292Z | real 0.078810975 |
| 124 | 2026-05-01T11:46:55.295Z | user 0.045418583 |
| 125 | 2026-05-01T11:46:55.295Z | sys 0.030351231 |
| 126 | 2026-05-01T11:46:55.295Z | trap 0.000007518 |
| 127 | 2026-05-01T11:46:55.295Z | tflt 0.000047291 |
| 128 | 2026-05-01T11:46:55.295Z | dflt 0.000047683 |
| 129 | 2026-05-01T11:46:55.295Z | kflt 0.000000000 |
| 130 | 2026-05-01T11:46:55.295Z | lock 0.032663868 |
| 131 | 2026-05-01T11:46:55.295Z | slp 0.058044615 |
| 132 | 2026-05-01T11:46:55.295Z | lat 0.000885534 |
| 133 | 2026-05-01T11:46:55.295Z | stop 0.000087855 |
| 134 | 2026-05-01T11:46:55.295Z | + header 'analyze std' |
| 135 | 2026-05-01T11:46:55.295Z | + echo '# ==== analyze std ==== #' |
| 136 | 2026-05-01T11:46:55.295Z | # ==== analyze std ==== # |
| 137 | 2026-05-01T11:46:55.295Z | + ptime -m cargo clippy --all-targets |
| 138 | 2026-05-01T11:46:55.429Z | Updating crates.io index |
| 139 | 2026-05-01T11:46:55.464Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 140 | 2026-05-01T11:46:56.438Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 141 | 2026-05-01T11:46:56.859Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 142 | 2026-05-01T11:46:57.194Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 143 | 2026-05-01T11:46:57.635Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 144 | 2026-05-01T11:46:57.858Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 145 | 2026-05-01T11:46:58.086Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 146 | 2026-05-01T11:47:00.305Z | Downloading crates ... |
| 147 | 2026-05-01T11:47:00.361Z | Downloaded postcard v1.1.3 |
| 148 | 2026-05-01T11:47:00.366Z | Downloaded proc-macro2 v1.0.106 |
| 149 | 2026-05-01T11:47:00.373Z | Downloaded defmt-parser v1.0.0 |
| 150 | 2026-05-01T11:47:00.376Z | Downloaded defmt v0.3.100 |
| 151 | 2026-05-01T11:47:00.379Z | Downloaded cobs v0.3.0 |
| 152 | 2026-05-01T11:47:00.382Z | Downloaded ident_case v1.0.1 |
| 153 | 2026-05-01T11:47:00.382Z | Downloaded hash32 v0.3.1 |
| 154 | 2026-05-01T11:47:00.385Z | Downloaded managed v0.8.0 |
| 155 | 2026-05-01T11:47:00.388Z | Downloaded embedded-io v0.4.0 |
| 156 | 2026-05-01T11:47:00.388Z | Downloaded fnv v1.0.7 |
| 157 | 2026-05-01T11:47:00.391Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 158 | 2026-05-01T11:47:00.391Z | Downloaded embedded-io v0.6.1 |
| 159 | 2026-05-01T11:47:00.394Z | Downloaded strsim v0.11.1 |
| 160 | 2026-05-01T11:47:00.394Z | Downloaded darling_macro v0.21.3 |
| 161 | 2026-05-01T11:47:00.394Z | Downloaded cfg-if v1.0.4 |
| 162 | 2026-05-01T11:47:00.397Z | Downloaded macaddr v1.0.1 |
| 163 | 2026-05-01T11:47:00.417Z | Downloaded stable_deref_trait v1.2.1 |
| 164 | 2026-05-01T11:47:00.420Z | Downloaded bitflags v1.3.2 |
| 165 | 2026-05-01T11:47:00.420Z | Downloaded ingot-types v0.1.2 |
| 166 | 2026-05-01T11:47:00.423Z | Downloaded ingot v0.1.1 |
| 167 | 2026-05-01T11:47:00.426Z | Downloaded byteorder v1.5.0 |
| 168 | 2026-05-01T11:47:00.426Z | Downloaded thiserror-impl v2.0.18 |
| 169 | 2026-05-01T11:47:00.426Z | Downloaded defmt-macros v1.0.1 |
| 170 | 2026-05-01T11:47:00.431Z | Downloaded ipnetwork v0.21.1 |
| 171 | 2026-05-01T11:47:00.434Z | Downloaded proc-macro-error2 v2.0.1 |
| 172 | 2026-05-01T11:47:00.439Z | Downloaded defmt v1.0.1 |
| 173 | 2026-05-01T11:47:00.442Z | Downloaded thiserror v2.0.18 |
| 174 | 2026-05-01T11:47:00.448Z | Downloaded quote v1.0.45 |
| 175 | 2026-05-01T11:47:00.451Z | Downloaded either v1.15.0 |
| 176 | 2026-05-01T11:47:00.451Z | Downloaded ingot-macros v0.1.1 |
| 177 | 2026-05-01T11:47:00.451Z | Downloaded darling v0.21.3 |
| 178 | 2026-05-01T11:47:00.457Z | Downloaded bitflags v2.11.1 |
| 179 | 2026-05-01T11:47:00.473Z | Downloaded unicode-ident v1.0.24 |
| 180 | 2026-05-01T11:47:00.488Z | Downloaded heapless v0.8.0 |
| 181 | 2026-05-01T11:47:00.495Z | Downloaded memchr v2.8.0 |
| 182 | 2026-05-01T11:47:00.498Z | Downloaded serde_core v1.0.228 |
| 183 | 2026-05-01T11:47:00.501Z | Downloaded darling_core v0.21.3 |
| 184 | 2026-05-01T11:47:00.504Z | Downloaded serde_derive v1.0.228 |
| 185 | 2026-05-01T11:47:00.516Z | Downloaded zerocopy-derive v0.8.48 |
| 186 | 2026-05-01T11:47:00.526Z | Downloaded serde v1.0.228 |
| 187 | 2026-05-01T11:47:01.569Z | Downloaded regex v1.12.3 |
| 188 | 2026-05-01T11:47:01.572Z | Downloaded aho-corasick v1.1.4 |
| 189 | 2026-05-01T11:47:01.572Z | Downloaded itertools v0.14.0 |
| 190 | 2026-05-01T11:47:01.572Z | Downloaded zerocopy v0.8.48 |
| 191 | 2026-05-01T11:47:01.572Z | Downloaded syn v2.0.117 |
| 192 | 2026-05-01T11:47:01.572Z | Downloaded smoltcp v0.11.0 |
| 193 | 2026-05-01T11:47:01.572Z | Downloaded regex-syntax v0.8.10 |
| 194 | 2026-05-01T11:47:01.572Z | Downloaded regex-automata v0.4.14 |
| 195 | 2026-05-01T11:47:01.572Z | Compiling proc-macro2 v1.0.106 |
| 196 | 2026-05-01T11:47:01.572Z | Compiling quote v1.0.45 |
| 197 | 2026-05-01T11:47:01.572Z | Compiling unicode-ident v1.0.24 |
| 198 | 2026-05-01T11:47:01.573Z | Compiling fnv v1.0.7 |
| 199 | 2026-05-01T11:47:01.573Z | Compiling memchr v2.8.0 |
| 200 | 2026-05-01T11:47:01.573Z | Compiling strsim v0.11.1 |
| 201 | 2026-05-01T11:47:01.573Z | Compiling ident_case v1.0.1 |
| 202 | 2026-05-01T11:47:01.573Z | Compiling regex-syntax v0.8.10 |
| 203 | 2026-05-01T11:47:01.573Z | Compiling serde_core v1.0.228 |
| 204 | 2026-05-01T11:47:01.573Z | Compiling thiserror v2.0.18 |
| 205 | 2026-05-01T11:47:01.573Z | Compiling serde v1.0.228 |
| 206 | 2026-05-01T11:47:01.573Z | Compiling zerocopy v0.8.48 |
| 207 | 2026-05-01T11:47:01.573Z | Compiling either v1.15.0 |
| 208 | 2026-05-01T11:47:01.573Z | Compiling aho-corasick v1.1.4 |
| 209 | 2026-05-01T11:47:01.573Z | Compiling itertools v0.14.0 |
| 210 | 2026-05-01T11:47:01.573Z | Checking byteorder v1.5.0 |
| 211 | 2026-05-01T11:47:01.573Z | Compiling heapless v0.8.0 |
| 212 | 2026-05-01T11:47:01.573Z | Checking macaddr v1.0.1 |
| 213 | 2026-05-01T11:47:01.573Z | Checking hash32 v0.3.1 |
| 214 | 2026-05-01T11:47:01.584Z | Checking bitflags v2.11.1 |
| 215 | 2026-05-01T11:47:01.599Z | Checking stable_deref_trait v1.2.1 |
| 216 | 2026-05-01T11:47:01.668Z | Compiling smoltcp v0.11.0 |
| 217 | 2026-05-01T11:47:01.730Z | Checking bitflags v1.3.2 |
| 218 | 2026-05-01T11:47:01.954Z | Compiling syn v2.0.117 |
| 219 | 2026-05-01T11:47:01.996Z | Checking cfg-if v1.0.4 |
| 220 | 2026-05-01T11:47:02.027Z | Checking managed v0.8.0 |
| 221 | 2026-05-01T11:47:02.050Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 222 | 2026-05-01T11:47:02.170Z | Compiling regex-automata v0.4.14 |
| 223 | 2026-05-01T11:47:02.306Z | Checking ipnetwork v0.21.1 |
| 224 | 2026-05-01T11:47:03.650Z | Compiling regex v1.12.3 |
| 225 | 2026-05-01T11:47:04.150Z | Compiling darling_core v0.21.3 |
| 226 | 2026-05-01T11:47:04.481Z | Compiling zerocopy-derive v0.8.48 |
| 227 | 2026-05-01T11:47:04.481Z | Compiling thiserror-impl v2.0.18 |
| 228 | 2026-05-01T11:47:04.485Z | Compiling serde_derive v1.0.228 |
| 229 | 2026-05-01T11:47:05.433Z | Checking cobs v0.3.0 |
| 230 | 2026-05-01T11:47:05.485Z | Compiling darling_macro v0.21.3 |
| 231 | 2026-05-01T11:47:05.958Z | Compiling darling v0.21.3 |
| 232 | 2026-05-01T11:47:06.021Z | Compiling ingot-macros v0.1.1 |
| 233 | 2026-05-01T11:47:06.688Z | Checking postcard v1.1.3 |
| 234 | 2026-05-01T11:47:07.967Z | Checking ingot-types v0.1.2 |
| 235 | 2026-05-01T11:47:08.235Z | Checking ingot v0.1.1 |
| 236 | 2026-05-01T11:47:09.508Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 237 | 2026-05-01T11:47:10.480Z | Finished `dev` profile [optimized + debuginfo] target(s) in 15.13s |
| 238 | 2026-05-01T11:47:10.583Z | |
| 239 | 2026-05-01T11:47:10.584Z | real 15.284854330 |
| 240 | 2026-05-01T11:47:10.584Z | user 30.652961553 |
| 241 | 2026-05-01T11:47:10.584Z | sys 5.819752215 |
| 242 | 2026-05-01T11:47:10.584Z | trap 0.011218276 |
| 243 | 2026-05-01T11:47:10.584Z | tflt 0.067545915 |
| 244 | 2026-05-01T11:47:10.584Z | dflt 0.162649051 |
| 245 | 2026-05-01T11:47:10.584Z | kflt 0.002790382 |
| 246 | 2026-05-01T11:47:10.584Z | lock 1:27.961533797 |
| 247 | 2026-05-01T11:47:10.587Z | slp 1:31.948617597 |
| 248 | 2026-05-01T11:47:10.587Z | lat 0.941780098 |
| 249 | 2026-05-01T11:47:10.587Z | stop 4.024221540 |
| 250 | 2026-05-01T11:47:10.587Z | + header 'analyze no_std' |
| 251 | 2026-05-01T11:47:10.587Z | + echo '# ==== analyze no_std ==== #' |
| 252 | 2026-05-01T11:47:10.587Z | # ==== analyze no_std ==== # |
| 253 | 2026-05-01T11:47:10.587Z | + ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings |
| 254 | 2026-05-01T11:47:10.688Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 255 | 2026-05-01T11:47:10.893Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 256 | 2026-05-01T11:47:11.860Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.23s |
| 257 | 2026-05-01T11:47:11.882Z | |
| 258 | 2026-05-01T11:47:11.882Z | real 1.293037009 |
| 259 | 2026-05-01T11:47:11.882Z | user 1.855403582 |
| 260 | 2026-05-01T11:47:11.882Z | sys 0.253953459 |
| 261 | 2026-05-01T11:47:11.882Z | trap 0.000162012 |
| 262 | 2026-05-01T11:47:11.882Z | tflt 0.000074717 |
| 263 | 2026-05-01T11:47:11.886Z | dflt 0.000080398 |
| 264 | 2026-05-01T11:47:11.886Z | kflt 0.000000000 |
| 265 | 2026-05-01T11:47:11.886Z | lock 4.247479094 |
| 266 | 2026-05-01T11:47:11.886Z | slp 5.198800432 |
| 267 | 2026-05-01T11:47:11.886Z | lat 0.001832883 |
| 268 | 2026-05-01T11:47:11.886Z | stop 0.041425619 |
| 269 | 2026-05-01T11:47:11.886Z | + header test |
| 270 | 2026-05-01T11:47:11.887Z | + echo '# ==== test ==== #' |
| 271 | 2026-05-01T11:47:11.887Z | # ==== test ==== # |
| 272 | 2026-05-01T11:47:11.887Z | + ptime -m cargo test |
| 273 | 2026-05-01T11:47:12.011Z | Compiling serde_core v1.0.228 |
| 274 | 2026-05-01T11:47:12.011Z | Compiling byteorder v1.5.0 |
| 275 | 2026-05-01T11:47:12.011Z | Compiling stable_deref_trait v1.2.1 |
| 276 | 2026-05-01T11:47:12.011Z | Compiling bitflags v2.11.1 |
| 277 | 2026-05-01T11:47:12.011Z | Compiling macaddr v1.0.1 |
| 278 | 2026-05-01T11:47:12.014Z | Compiling thiserror v2.0.18 |
| 279 | 2026-05-01T11:47:12.035Z | Compiling zerocopy v0.8.48 |
| 280 | 2026-05-01T11:47:12.041Z | Compiling cfg-if v1.0.4 |
| 281 | 2026-05-01T11:47:12.086Z | Compiling managed v0.8.0 |
| 282 | 2026-05-01T11:47:12.086Z | Compiling bitflags v1.3.2 |
| 283 | 2026-05-01T11:47:12.121Z | Compiling cobs v0.3.0 |
| 284 | 2026-05-01T11:47:12.143Z | Compiling ipnetwork v0.21.1 |
| 285 | 2026-05-01T11:47:12.190Z | Compiling hash32 v0.3.1 |
| 286 | 2026-05-01T11:47:12.267Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 287 | 2026-05-01T11:47:12.295Z | Compiling heapless v0.8.0 |
| 288 | 2026-05-01T11:47:12.642Z | Compiling smoltcp v0.11.0 |
| 289 | 2026-05-01T11:47:13.535Z | Compiling serde v1.0.228 |
| 290 | 2026-05-01T11:47:13.924Z | Compiling postcard v1.1.3 |
| 291 | 2026-05-01T11:47:14.651Z | Compiling ingot-types v0.1.2 |
| 292 | 2026-05-01T11:47:14.924Z | Compiling ingot v0.1.1 |
| 293 | 2026-05-01T11:47:16.264Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 294 | 2026-05-01T11:47:17.942Z | Finished `test` profile [optimized + debuginfo] target(s) in 6.05s |
| 295 | 2026-05-01T11:47:17.951Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-f906ce35de588afe) |
| 296 | 2026-05-01T11:47:17.955Z | |
| 297 | 2026-05-01T11:47:17.955Z | running 25 tests |
| 298 | 2026-05-01T11:47:17.955Z | test encap::test::good_vni ... ok |
| 299 | 2026-05-01T11:47:17.955Z | test ip::test::bad_cidr ... ok |
| 300 | 2026-05-01T11:47:17.955Z | test encap::test::bad_vni ... ok |
| 301 | 2026-05-01T11:47:17.955Z | test dns::tests::test_domain_name ... ok |
| 302 | 2026-05-01T11:47:17.955Z | test encap::test::vni_round_trip ... ok |
| 303 | 2026-05-01T11:47:17.955Z | test ip::test::bad_prefix_len ... ok |
| 304 | 2026-05-01T11:47:17.955Z | test ip::test::good_cidr ... ok |
| 305 | 2026-05-01T11:47:17.955Z | test ip::test::dhcp_fqdn ... ok |
| 306 | 2026-05-01T11:47:17.955Z | test ip::test::ipv4_addr_bad ... ok |
| 307 | 2026-05-01T11:47:17.955Z | test ip::test::ipv4_addr_good ... ok |
| 308 | 2026-05-01T11:47:17.955Z | test ip::test::ipv4_mask ... ok |
| 309 | 2026-05-01T11:47:17.955Z | test ip::test::ipv6_cidr_is_member ... ok |
| 310 | 2026-05-01T11:47:17.955Z | test ip::test::ipv6_mask ... ok |
| 311 | 2026-05-01T11:47:17.955Z | test ip::test::ipv6_is_default ... ok |
| 312 | 2026-05-01T11:47:17.955Z | test ip::test::ipv6_prefix_len ... ok |
| 313 | 2026-05-01T11:47:17.955Z | test ip::test::test_ip_cidr_from_str ... ok |
| 314 | 2026-05-01T11:47:17.955Z | test ip::test::test_ipv4_multicast_mac ... ok |
| 315 | 2026-05-01T11:47:17.955Z | test ip::test::test_ip_addr_from_str ... ok |
| 316 | 2026-05-01T11:47:17.955Z | test ip::test::test_ipv6_from_const ... ok |
| 317 | 2026-05-01T11:47:17.955Z | test ip::test::test_ipv6_admin_scoped_multicast ... ok |
| 318 | 2026-05-01T11:47:17.955Z | test ip::test::test_ipv6_from_eui64 ... ok |
| 319 | 2026-05-01T11:47:17.955Z | test ip::test::test_ipv6_is_multicast ... ok |
| 320 | 2026-05-01T11:47:17.955Z | test ip::test::test_ipv6_multicast_mac ... ok |
| 321 | 2026-05-01T11:47:17.955Z | test ip::test::test_ipv6_solicited_node_multicast ... ok |
| 322 | 2026-05-01T11:47:17.955Z | test ip::test::test_multicast_underlay_serde ... ok |
| 323 | 2026-05-01T11:47:17.956Z | |
| 324 | 2026-05-01T11:47:17.956Z | test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 325 | 2026-05-01T11:47:17.956Z | |
| 326 | 2026-05-01T11:47:17.956Z | Doc-tests opte_api |
| 327 | 2026-05-01T11:47:18.552Z | |
| 328 | 2026-05-01T11:47:18.552Z | running 1 test |
| 329 | 2026-05-01T11:47:18.555Z | test crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok |
| 330 | 2026-05-01T11:47:18.555Z | |
| 331 | 2026-05-01T11:47:18.555Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 332 | 2026-05-01T11:47:18.555Z | |
| 333 | 2026-05-01T11:47:18.555Z | all doctests ran in 0.43s; merged doctests compilation took 0.43s |
| 334 | 2026-05-01T11:47:18.575Z | |
| 335 | 2026-05-01T11:47:18.575Z | real 6.684326073 |
| 336 | 2026-05-01T11:47:18.575Z | user 17.360060099 |
| 337 | 2026-05-01T11:47:18.575Z | sys 2.011958087 |
| 338 | 2026-05-01T11:47:18.579Z | trap 0.004575288 |
| 339 | 2026-05-01T11:47:18.579Z | tflt 0.084457503 |
| 340 | 2026-05-01T11:47:18.579Z | dflt 0.140248978 |
| 341 | 2026-05-01T11:47:18.579Z | kflt 0.000002179 |
| 342 | 2026-05-01T11:47:18.579Z | lock 53.860165920 |
| 343 | 2026-05-01T11:47:18.579Z | slp 31.361449632 |
| 344 | 2026-05-01T11:47:18.579Z | lat 0.980968917 |
| 345 | 2026-05-01T11:47:18.579Z | stop 0.725354159 |
| 346 | 2026-05-01T11:47:18.579Z | process exited: duration 37576 ms, exit code 0 |
| |
| 347 | 2026-05-01T11:47:18.585Z | found 0 output files |