|
|
|
| 1 | 2026-07-08T00:02:27.160Z | job assigned to worker 01KWZGFM2ES0WNQ0FRKGWCY22Z [factory aws, i-0e7f63f08c7fe2863] (queued for 52 s) |
| |
| 2 | 2026-07-08T00:02:34.091Z | starting task 0: "setup" |
| 3 | 2026-07-08T00:02:34.115Z | ++ uname -s |
| 4 | 2026-07-08T00:02:34.115Z | + kern=SunOS |
| 5 | 2026-07-08T00:02:34.115Z | + build_user=build |
| 6 | 2026-07-08T00:02:34.115Z | + build_uid=12345 |
| 7 | 2026-07-08T00:02:34.115Z | + work_dir=/work |
| 8 | 2026-07-08T00:02:34.115Z | + input_dir=/input |
| 9 | 2026-07-08T00:02:34.115Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-08T00:02:34.116Z | + case "$kern" in |
| 11 | 2026-07-08T00:02:34.116Z | + groupadd -g 12345 build |
| 12 | 2026-07-08T00:02:34.127Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-08T00:02:36.121Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-08T00:02:36.205Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-08T00:02:36.219Z | + home_fs=zfs |
| 16 | 2026-07-08T00:02:36.219Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-08T00:02:36.220Z | + mkdir -p /home/build |
| 18 | 2026-07-08T00:02:36.220Z | + chown build:build /home/build /work |
| 19 | 2026-07-08T00:02:42.336Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-08T00:02:42.374Z | process exited: duration 4126 ms, exit code 0 |
| |
| 21 | 2026-07-08T00:02:42.419Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-08T00:02:42.440Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-07-08T00:02:42.440Z | * rust toolchain channel = "1.96.0" |
| 24 | 2026-07-08T00:02:42.440Z | * rust toolchain profile = "default" |
| 25 | 2026-07-08T00:02:42.440Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-08T00:02:42.440Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-08T00:02:42.440Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-08T00:02:42.440Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-08T00:02:42.440Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-07-08T00:02:42.516Z | info: downloading installer |
| 31 | 2026-07-08T00:02:44.147Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-08T00:02:44.147Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-08T00:02:44.147Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-08T00:02:44.147Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-08T00:02:44.159Z | info: profile set to default |
| 36 | 2026-07-08T00:02:44.159Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-08T00:02:44.162Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-07-08T00:02:44.313Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-07-08T00:02:44.316Z | info: downloading 6 components |
| 40 | 2026-07-08T00:02:59.354Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 41 | 2026-07-08T00:02:59.354Z | |
| 42 | 2026-07-08T00:02:59.389Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-07-08T00:02:59.390Z | |
| 44 | 2026-07-08T00:02:59.390Z | |
| 45 | 2026-07-08T00:02:59.390Z | Rust is installed now. Great! |
| 46 | 2026-07-08T00:02:59.390Z | |
| 47 | 2026-07-08T00:02:59.394Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-08T00:02:59.394Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-08T00:02:59.394Z | |
| 50 | 2026-07-08T00:02:59.394Z | To configure your current shell, you need to source |
| 51 | 2026-07-08T00:02:59.394Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-08T00:02:59.394Z | |
| 53 | 2026-07-08T00:02:59.394Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-08T00:02:59.394Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-08T00:02:59.394Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-08T00:02:59.394Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-08T00:02:59.394Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-08T00:02:59.395Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-08T00:02:59.395Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-08T00:02:59.395Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-08T00:02:59.395Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-08T00:02:59.492Z | + rustup --version |
| 63 | 2026-07-08T00:02:59.501Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-08T00:02:59.505Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-08T00:02:59.522Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-07-08T00:02:59.526Z | + cargo --version |
| 67 | 2026-07-08T00:02:59.538Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-07-08T00:02:59.541Z | + rustc --version |
| 69 | 2026-07-08T00:02:59.560Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-07-08T00:02:59.564Z | process exited: duration 17154 ms, exit code 0 |
| |
| 71 | 2026-07-08T00:02:59.571Z | starting task 2: "authentication" |
| 72 | 2026-07-08T00:02:59.587Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-08T00:02:59.594Z | starting task 3: "clone repository" |
| 74 | 2026-07-08T00:02:59.597Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-08T00:02:59.601Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-08T00:02:59.645Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-08T00:03:00.581Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-08T00:03:00.581Z | + git fetch origin f4433191fba909e99e9b27e9e9700d916b96f38d |
| 79 | 2026-07-08T00:03:00.815Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-08T00:03:00.815Z | * branch f4433191fba909e99e9b27e9e9700d916b96f38d -> FETCH_HEAD |
| 81 | 2026-07-08T00:03:00.820Z | + [[ -n zl/mcast-tx-ecmp-select-one ]] |
| 82 | 2026-07-08T00:03:00.823Z | ++ git branch --show-current |
| 83 | 2026-07-08T00:03:00.823Z | + current=master |
| 84 | 2026-07-08T00:03:00.823Z | + [[ master != zl/mcast-tx-ecmp-select-one ]] |
| 85 | 2026-07-08T00:03:00.824Z | + git branch -f zl/mcast-tx-ecmp-select-one f4433191fba909e99e9b27e9e9700d916b96f38d |
| 86 | 2026-07-08T00:03:00.827Z | + git checkout -f zl/mcast-tx-ecmp-select-one |
| 87 | 2026-07-08T00:03:00.842Z | Switched to branch 'zl/mcast-tx-ecmp-select-one' |
| 88 | 2026-07-08T00:03:00.845Z | + git reset --hard f4433191fba909e99e9b27e9e9700d916b96f38d |
| 89 | 2026-07-08T00:03:00.859Z | HEAD is now at f443319 [review] Coalesce multicast Tx targets onto one next hop before splitting |
| 90 | 2026-07-08T00:03:00.862Z | process exited: duration 1265 ms, exit code 0 |
| |
| 91 | 2026-07-08T00:03:00.869Z | starting task 4: "build" |
| 92 | 2026-07-08T00:03:00.872Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-08T00:03:00.875Z | ++ rustup show active-toolchain |
| 94 | 2026-07-08T00:03:00.879Z | 1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-08T00:03:00.879Z | ++ pushd xde |
| 96 | 2026-07-08T00:03:00.879Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-08T00:03:00.879Z | ++ rustup show active-toolchain |
| 98 | 2026-07-08T00:03:00.884Z | info: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos |
| 99 | 2026-07-08T00:03:01.050Z | info: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18) |
| 100 | 2026-07-08T00:03:01.053Z | info: downloading 6 components |
| 101 | 2026-07-08T00:03:17.517Z | nightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-08T00:03:17.614Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-08T00:03:17.617Z | +++ head -n 1 |
| 104 | 2026-07-08T00:03:17.617Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-08T00:03:17.671Z | ++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 106 | 2026-07-08T00:03:17.671Z | ++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 107 | 2026-07-08T00:03:17.671Z | ++ popd |
| 108 | 2026-07-08T00:03:17.674Z | /work/oxidecomputer/opte |
| 109 | 2026-07-08T00:03:17.674Z | + cargo --version |
| 110 | 2026-07-08T00:03:17.681Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 111 | 2026-07-08T00:03:17.684Z | + rustc --version |
| 112 | 2026-07-08T00:03:17.703Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 113 | 2026-07-08T00:03:17.707Z | + cd crates/opte-api |
| 114 | 2026-07-08T00:03:17.707Z | + header 'check API_VERSION' |
| 115 | 2026-07-08T00:03:17.707Z | + echo '# ==== check API_VERSION ==== #' |
| 116 | 2026-07-08T00:03:17.707Z | + ./check-api-version.sh |
| 117 | 2026-07-08T00:03:17.707Z | # ==== check API_VERSION ==== # |
| 118 | 2026-07-08T00:03:17.725Z | + header 'check style' |
| 119 | 2026-07-08T00:03:17.728Z | + echo '# ==== check style ==== #' |
| 120 | 2026-07-08T00:03:17.728Z | # ==== check style ==== # |
| 121 | 2026-07-08T00:03:17.728Z | + ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check |
| 122 | 2026-07-08T00:03:17.836Z | |
| 123 | 2026-07-08T00:03:17.836Z | real 0.077019667 |
| 124 | 2026-07-08T00:03:17.836Z | user 0.045033317 |
| 125 | 2026-07-08T00:03:17.836Z | sys 0.028920802 |
| 126 | 2026-07-08T00:03:17.837Z | trap 0.000006120 |
| 127 | 2026-07-08T00:03:17.837Z | tflt 0.000009850 |
| 128 | 2026-07-08T00:03:17.837Z | dflt 0.000000630 |
| 129 | 2026-07-08T00:03:17.837Z | kflt 0.000000000 |
| 130 | 2026-07-08T00:03:17.837Z | lock 0.032511402 |
| 131 | 2026-07-08T00:03:17.837Z | slp 0.056898725 |
| 132 | 2026-07-08T00:03:17.837Z | lat 0.000810770 |
| 133 | 2026-07-08T00:03:17.837Z | stop 0.000087040 |
| 134 | 2026-07-08T00:03:17.840Z | + header 'analyze std' |
| 135 | 2026-07-08T00:03:17.840Z | + echo '# ==== analyze std ==== #' |
| 136 | 2026-07-08T00:03:17.840Z | + ptime -m cargo clippy --all-targets |
| 137 | 2026-07-08T00:03:17.840Z | # ==== analyze std ==== # |
| 138 | 2026-07-08T00:03:17.965Z | Updating crates.io index |
| 139 | 2026-07-08T00:03:17.968Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 140 | 2026-07-08T00:03:18.944Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 141 | 2026-07-08T00:03:19.208Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 142 | 2026-07-08T00:03:19.433Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 143 | 2026-07-08T00:03:19.772Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 144 | 2026-07-08T00:03:20.028Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 145 | 2026-07-08T00:03:20.287Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 146 | 2026-07-08T00:03:22.772Z | Downloading crates ... |
| 147 | 2026-07-08T00:03:22.822Z | Downloaded darling v0.21.3 |
| 148 | 2026-07-08T00:03:22.826Z | Downloaded defmt-parser v1.0.0 |
| 149 | 2026-07-08T00:03:22.829Z | Downloaded byteorder v1.5.0 |
| 150 | 2026-07-08T00:03:22.862Z | Downloaded macaddr v1.0.1 |
| 151 | 2026-07-08T00:03:22.865Z | Downloaded fnv v1.0.7 |
| 152 | 2026-07-08T00:03:22.865Z | Downloaded darling_macro v0.21.3 |
| 153 | 2026-07-08T00:03:22.870Z | Downloaded stable_deref_trait v1.2.1 |
| 154 | 2026-07-08T00:03:22.873Z | Downloaded hash32 v0.3.1 |
| 155 | 2026-07-08T00:03:22.873Z | Downloaded thiserror v2.0.18 |
| 156 | 2026-07-08T00:03:22.876Z | Downloaded embedded-io v0.6.1 |
| 157 | 2026-07-08T00:03:22.876Z | Downloaded embedded-io v0.4.0 |
| 158 | 2026-07-08T00:03:22.879Z | Downloaded ident_case v1.0.1 |
| 159 | 2026-07-08T00:03:22.884Z | Downloaded managed v0.8.0 |
| 160 | 2026-07-08T00:03:22.888Z | Downloaded cobs v0.3.0 |
| 161 | 2026-07-08T00:03:22.888Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 162 | 2026-07-08T00:03:22.892Z | Downloaded defmt v0.3.100 |
| 163 | 2026-07-08T00:03:22.895Z | Downloaded cfg-if v1.0.4 |
| 164 | 2026-07-08T00:03:22.898Z | Downloaded strsim v0.11.1 |
| 165 | 2026-07-08T00:03:22.900Z | Downloaded proc-macro-error2 v2.0.1 |
| 166 | 2026-07-08T00:03:22.903Z | Downloaded defmt-macros v1.1.0 |
| 167 | 2026-07-08T00:03:22.903Z | Downloaded bitflags v1.3.2 |
| 168 | 2026-07-08T00:03:22.906Z | Downloaded quote v1.0.46 |
| 169 | 2026-07-08T00:03:22.908Z | Downloaded ipnetwork v0.21.1 |
| 170 | 2026-07-08T00:03:22.920Z | Downloaded ingot-types v0.1.2 |
| 171 | 2026-07-08T00:03:22.923Z | Downloaded ingot v0.1.1 |
| 172 | 2026-07-08T00:03:22.923Z | Downloaded either v1.16.0 |
| 173 | 2026-07-08T00:03:22.941Z | Downloaded defmt v1.1.0 |
| 174 | 2026-07-08T00:03:22.944Z | Downloaded thiserror-impl v2.0.18 |
| 175 | 2026-07-08T00:03:22.946Z | Downloaded serde_core v1.0.228 |
| 176 | 2026-07-08T00:03:22.946Z | Downloaded postcard v1.1.3 |
| 177 | 2026-07-08T00:03:22.949Z | Downloaded ingot-macros v0.1.1 |
| 178 | 2026-07-08T00:03:22.952Z | Downloaded serde_derive v1.0.228 |
| 179 | 2026-07-08T00:03:22.952Z | Downloaded unicode-ident v1.0.24 |
| 180 | 2026-07-08T00:03:22.954Z | Downloaded regex-syntax v0.8.11 |
| 181 | 2026-07-08T00:03:22.958Z | Downloaded bitflags v2.13.0 |
| 182 | 2026-07-08T00:03:22.965Z | Downloaded proc-macro2 v1.0.106 |
| 183 | 2026-07-08T00:03:22.972Z | Downloaded heapless v0.8.0 |
| 184 | 2026-07-08T00:03:22.977Z | Downloaded serde v1.0.228 |
| 185 | 2026-07-08T00:03:22.984Z | Downloaded zerocopy-derive v0.8.52 |
| 186 | 2026-07-08T00:03:22.989Z | Downloaded darling_core v0.21.3 |
| 187 | 2026-07-08T00:03:22.993Z | Downloaded aho-corasick v1.1.4 |
| 188 | 2026-07-08T00:03:22.996Z | Downloaded memchr v2.8.2 |
| 189 | 2026-07-08T00:03:23.008Z | Downloaded itertools v0.14.0 |
| 190 | 2026-07-08T00:03:23.014Z | Downloaded regex v1.12.4 |
| 191 | 2026-07-08T00:03:23.042Z | Downloaded zerocopy v0.8.52 |
| 192 | 2026-07-08T00:03:23.052Z | Downloaded syn v2.0.118 |
| 193 | 2026-07-08T00:03:23.058Z | Downloaded smoltcp v0.11.0 |
| 194 | 2026-07-08T00:03:23.072Z | Downloaded regex-automata v0.4.14 |
| 195 | 2026-07-08T00:03:23.108Z | Compiling proc-macro2 v1.0.106 |
| 196 | 2026-07-08T00:03:23.108Z | Compiling quote v1.0.46 |
| 197 | 2026-07-08T00:03:23.108Z | Compiling unicode-ident v1.0.24 |
| 198 | 2026-07-08T00:03:23.111Z | Compiling strsim v0.11.1 |
| 199 | 2026-07-08T00:03:23.111Z | Compiling ident_case v1.0.1 |
| 200 | 2026-07-08T00:03:23.111Z | Compiling fnv v1.0.7 |
| 201 | 2026-07-08T00:03:23.111Z | Compiling memchr v2.8.2 |
| 202 | 2026-07-08T00:03:23.111Z | Compiling serde_core v1.0.228 |
| 203 | 2026-07-08T00:03:23.277Z | Compiling regex-syntax v0.8.11 |
| 204 | 2026-07-08T00:03:23.296Z | Compiling zerocopy v0.8.52 |
| 205 | 2026-07-08T00:03:23.301Z | Compiling serde v1.0.228 |
| 206 | 2026-07-08T00:03:23.460Z | Compiling either v1.16.0 |
| 207 | 2026-07-08T00:03:23.654Z | Compiling aho-corasick v1.1.4 |
| 208 | 2026-07-08T00:03:23.690Z | Compiling thiserror v2.0.18 |
| 209 | 2026-07-08T00:03:24.150Z | Compiling itertools v0.14.0 |
| 210 | 2026-07-08T00:03:24.156Z | Checking byteorder v1.5.0 |
| 211 | 2026-07-08T00:03:24.159Z | Compiling heapless v0.8.0 |
| 212 | 2026-07-08T00:03:24.296Z | Checking hash32 v0.3.1 |
| 213 | 2026-07-08T00:03:24.301Z | Checking bitflags v2.13.0 |
| 214 | 2026-07-08T00:03:24.397Z | Compiling smoltcp v0.11.0 |
| 215 | 2026-07-08T00:03:24.445Z | Checking macaddr v1.0.1 |
| 216 | 2026-07-08T00:03:24.574Z | Checking stable_deref_trait v1.2.1 |
| 217 | 2026-07-08T00:03:24.594Z | Checking managed v0.8.0 |
| 218 | 2026-07-08T00:03:24.717Z | Compiling regex-automata v0.4.14 |
| 219 | 2026-07-08T00:03:24.963Z | Compiling syn v2.0.118 |
| 220 | 2026-07-08T00:03:24.989Z | Checking bitflags v1.3.2 |
| 221 | 2026-07-08T00:03:24.999Z | Checking cfg-if v1.0.4 |
| 222 | 2026-07-08T00:03:25.014Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 223 | 2026-07-08T00:03:25.045Z | Checking ipnetwork v0.21.1 |
| 224 | 2026-07-08T00:03:26.213Z | Compiling regex v1.12.4 |
| 225 | 2026-07-08T00:03:27.093Z | Compiling darling_core v0.21.3 |
| 226 | 2026-07-08T00:03:27.450Z | Compiling serde_derive v1.0.228 |
| 227 | 2026-07-08T00:03:27.450Z | Compiling zerocopy-derive v0.8.52 |
| 228 | 2026-07-08T00:03:27.450Z | Compiling thiserror-impl v2.0.18 |
| 229 | 2026-07-08T00:03:28.462Z | Compiling darling_macro v0.21.3 |
| 230 | 2026-07-08T00:03:28.511Z | Checking cobs v0.3.0 |
| 231 | 2026-07-08T00:03:28.940Z | Compiling darling v0.21.3 |
| 232 | 2026-07-08T00:03:29.002Z | Compiling ingot-macros v0.1.1 |
| 233 | 2026-07-08T00:03:29.694Z | Checking postcard v1.1.3 |
| 234 | 2026-07-08T00:03:30.923Z | Checking ingot-types v0.1.2 |
| 235 | 2026-07-08T00:03:31.179Z | Checking ingot v0.1.1 |
| 236 | 2026-07-08T00:03:32.449Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 237 | 2026-07-08T00:03:33.588Z | Finished `dev` profile [optimized + debuginfo] target(s) in 15.55s |
| 238 | 2026-07-08T00:03:33.600Z | |
| 239 | 2026-07-08T00:03:33.600Z | real 15.689007443 |
| 240 | 2026-07-08T00:03:33.600Z | user 30.303579221 |
| 241 | 2026-07-08T00:03:33.600Z | sys 5.882114299 |
| 242 | 2026-07-08T00:03:33.600Z | trap 0.011819855 |
| 243 | 2026-07-08T00:03:33.600Z | tflt 0.520337799 |
| 244 | 2026-07-08T00:03:33.600Z | dflt 1.147774057 |
| 245 | 2026-07-08T00:03:33.600Z | kflt 0.008189390 |
| 246 | 2026-07-08T00:03:33.600Z | lock 2:01.862588402 |
| 247 | 2026-07-08T00:03:33.600Z | slp 1:46.459866602 |
| 248 | 2026-07-08T00:03:33.600Z | lat 0.898855123 |
| 249 | 2026-07-08T00:03:33.600Z | stop 4.510607298 |
| 250 | 2026-07-08T00:03:33.600Z | + header 'analyze no_std' |
| 251 | 2026-07-08T00:03:33.600Z | + echo '# ==== analyze no_std ==== #' |
| 252 | 2026-07-08T00:03:33.600Z | # ==== analyze no_std ==== # |
| 253 | 2026-07-08T00:03:33.600Z | + ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings |
| 254 | 2026-07-08T00:03:33.633Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 255 | 2026-07-08T00:03:33.858Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 256 | 2026-07-08T00:03:34.824Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.25s |
| 257 | 2026-07-08T00:03:34.849Z | |
| 258 | 2026-07-08T00:03:34.849Z | real 1.311307224 |
| 259 | 2026-07-08T00:03:34.849Z | user 1.878374436 |
| 260 | 2026-07-08T00:03:34.849Z | sys 0.261672132 |
| 261 | 2026-07-08T00:03:34.849Z | trap 0.000223770 |
| 262 | 2026-07-08T00:03:34.849Z | tflt 0.000079090 |
| 263 | 2026-07-08T00:03:34.849Z | dflt 0.000109130 |
| 264 | 2026-07-08T00:03:34.849Z | kflt 0.000000000 |
| 265 | 2026-07-08T00:03:34.849Z | lock 4.318005403 |
| 266 | 2026-07-08T00:03:34.849Z | slp 5.277285753 |
| 267 | 2026-07-08T00:03:34.849Z | lat 0.002662610 |
| 268 | 2026-07-08T00:03:34.849Z | stop 0.042507753 |
| 269 | 2026-07-08T00:03:34.852Z | + header test |
| 270 | 2026-07-08T00:03:34.852Z | + echo '# ==== test ==== #' |
| 271 | 2026-07-08T00:03:34.852Z | # ==== test ==== # |
| 272 | 2026-07-08T00:03:34.852Z | + ptime -m cargo test |
| 273 | 2026-07-08T00:03:34.977Z | Compiling serde_core v1.0.228 |
| 274 | 2026-07-08T00:03:34.977Z | Compiling byteorder v1.5.0 |
| 275 | 2026-07-08T00:03:34.977Z | Compiling macaddr v1.0.1 |
| 276 | 2026-07-08T00:03:34.977Z | Compiling bitflags v2.13.0 |
| 277 | 2026-07-08T00:03:34.997Z | Compiling zerocopy v0.8.52 |
| 278 | 2026-07-08T00:03:35.000Z | Compiling thiserror v2.0.18 |
| 279 | 2026-07-08T00:03:35.000Z | Compiling stable_deref_trait v1.2.1 |
| 280 | 2026-07-08T00:03:35.005Z | Compiling cfg-if v1.0.4 |
| 281 | 2026-07-08T00:03:35.053Z | Compiling cobs v0.3.0 |
| 282 | 2026-07-08T00:03:35.053Z | Compiling bitflags v1.3.2 |
| 283 | 2026-07-08T00:03:35.084Z | Compiling managed v0.8.0 |
| 284 | 2026-07-08T00:03:35.108Z | Compiling ipnetwork v0.21.1 |
| 285 | 2026-07-08T00:03:35.150Z | Compiling hash32 v0.3.1 |
| 286 | 2026-07-08T00:03:35.229Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 287 | 2026-07-08T00:03:35.290Z | Compiling heapless v0.8.0 |
| 288 | 2026-07-08T00:03:35.632Z | Compiling smoltcp v0.11.0 |
| 289 | 2026-07-08T00:03:36.497Z | Compiling serde v1.0.228 |
| 290 | 2026-07-08T00:03:36.891Z | Compiling postcard v1.1.3 |
| 291 | 2026-07-08T00:03:37.612Z | Compiling ingot-types v0.1.2 |
| 292 | 2026-07-08T00:03:37.879Z | Compiling ingot v0.1.1 |
| 293 | 2026-07-08T00:03:39.232Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 294 | 2026-07-08T00:03:40.934Z | Finished `test` profile [optimized + debuginfo] target(s) in 6.07s |
| 295 | 2026-07-08T00:03:40.944Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-a46e75cde3eeb668) |
| 296 | 2026-07-08T00:03:40.947Z | |
| 297 | 2026-07-08T00:03:40.947Z | running 25 tests |
| 298 | 2026-07-08T00:03:40.947Z | test dns::tests::test_domain_name ... ok |
| 299 | 2026-07-08T00:03:40.947Z | test ip::test::bad_cidr ... ok |
| 300 | 2026-07-08T00:03:40.947Z | test encap::test::good_vni ... ok |
| 301 | 2026-07-08T00:03:40.947Z | test encap::test::bad_vni ... ok |
| 302 | 2026-07-08T00:03:40.947Z | test ip::test::bad_prefix_len ... ok |
| 303 | 2026-07-08T00:03:40.947Z | test encap::test::vni_round_trip ... ok |
| 304 | 2026-07-08T00:03:40.947Z | test ip::test::dhcp_fqdn ... ok |
| 305 | 2026-07-08T00:03:40.947Z | test ip::test::good_cidr ... ok |
| 306 | 2026-07-08T00:03:40.947Z | test ip::test::ipv4_addr_bad ... ok |
| 307 | 2026-07-08T00:03:40.947Z | test ip::test::ipv4_addr_good ... ok |
| 308 | 2026-07-08T00:03:40.947Z | test ip::test::ipv4_mask ... ok |
| 309 | 2026-07-08T00:03:40.947Z | test ip::test::ipv6_cidr_is_member ... ok |
| 310 | 2026-07-08T00:03:40.947Z | test ip::test::ipv6_is_default ... ok |
| 311 | 2026-07-08T00:03:40.947Z | test ip::test::ipv6_mask ... ok |
| 312 | 2026-07-08T00:03:40.947Z | test ip::test::ipv6_prefix_len ... ok |
| 313 | 2026-07-08T00:03:40.947Z | test ip::test::test_ip_addr_from_str ... ok |
| 314 | 2026-07-08T00:03:40.947Z | test ip::test::test_ip_cidr_from_str ... ok |
| 315 | 2026-07-08T00:03:40.947Z | test ip::test::test_ipv4_multicast_mac ... ok |
| 316 | 2026-07-08T00:03:40.947Z | test ip::test::test_ipv6_admin_scoped_multicast ... ok |
| 317 | 2026-07-08T00:03:40.947Z | test ip::test::test_ipv6_from_const ... ok |
| 318 | 2026-07-08T00:03:40.948Z | test ip::test::test_ipv6_from_eui64 ... ok |
| 319 | 2026-07-08T00:03:40.948Z | test ip::test::test_ipv6_is_multicast ... ok |
| 320 | 2026-07-08T00:03:40.948Z | test ip::test::test_ipv6_multicast_mac ... ok |
| 321 | 2026-07-08T00:03:40.948Z | test ip::test::test_ipv6_solicited_node_multicast ... ok |
| 322 | 2026-07-08T00:03:40.948Z | test ip::test::test_multicast_underlay_serde ... ok |
| 323 | 2026-07-08T00:03:40.948Z | |
| 324 | 2026-07-08T00:03:40.948Z | test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 325 | 2026-07-08T00:03:40.948Z | |
| 326 | 2026-07-08T00:03:40.948Z | Doc-tests opte_api |
| 327 | 2026-07-08T00:03:41.529Z | |
| 328 | 2026-07-08T00:03:41.529Z | running 1 test |
| 329 | 2026-07-08T00:03:41.532Z | test crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok |
| 330 | 2026-07-08T00:03:41.532Z | |
| 331 | 2026-07-08T00:03:41.532Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 332 | 2026-07-08T00:03:41.532Z | |
| 333 | 2026-07-08T00:03:41.535Z | all doctests ran in 0.43s; merged doctests compilation took 0.42s |
| 334 | 2026-07-08T00:03:41.553Z | |
| 335 | 2026-07-08T00:03:41.553Z | real 6.696956023 |
| 336 | 2026-07-08T00:03:41.553Z | user 17.353103573 |
| 337 | 2026-07-08T00:03:41.553Z | sys 2.049139166 |
| 338 | 2026-07-08T00:03:41.553Z | trap 0.005194201 |
| 339 | 2026-07-08T00:03:41.553Z | tflt 0.085733241 |
| 340 | 2026-07-08T00:03:41.553Z | dflt 0.103578417 |
| 341 | 2026-07-08T00:03:41.553Z | kflt 0.000246130 |
| 342 | 2026-07-08T00:03:41.553Z | lock 53.138118413 |
| 343 | 2026-07-08T00:03:41.553Z | slp 31.707629030 |
| 344 | 2026-07-08T00:03:41.553Z | lat 0.743084961 |
| 345 | 2026-07-08T00:03:41.556Z | stop 0.579256000 |
| 346 | 2026-07-08T00:03:41.556Z | process exited: duration 40685 ms, exit code 0 |
| |
| 347 | 2026-07-08T00:03:41.562Z | found 0 output files |