|
|
|
| 1 | 2026-05-20T16:01:08.820Z | job assigned to worker 01KS31VSGVGWHZBP7YV6VY2T2T [factory aws, i-03ee45c95dc3d2928] (queued for 52 s) |
| |
| 2 | 2026-05-20T16:01:15.706Z | starting task 0: "setup" |
| 3 | 2026-05-20T16:01:15.710Z | ++ uname -s |
| 4 | 2026-05-20T16:01:15.713Z | + kern=SunOS |
| 5 | 2026-05-20T16:01:15.713Z | + build_user=build |
| 6 | 2026-05-20T16:01:15.713Z | + build_uid=12345 |
| 7 | 2026-05-20T16:01:15.713Z | + work_dir=/work |
| 8 | 2026-05-20T16:01:15.713Z | + input_dir=/input |
| 9 | 2026-05-20T16:01:15.713Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-20T16:01:15.713Z | + case "$kern" in |
| 11 | 2026-05-20T16:01:15.713Z | + groupadd -g 12345 build |
| 12 | 2026-05-20T16:01:15.719Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-20T16:01:17.727Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-20T16:01:17.772Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-20T16:01:17.775Z | + home_fs=zfs |
| 16 | 2026-05-20T16:01:17.775Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-20T16:01:17.775Z | + mkdir -p /home/build |
| 18 | 2026-05-20T16:01:17.775Z | + chown build:build /home/build /work |
| 19 | 2026-05-20T16:01:19.866Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-20T16:01:19.871Z | process exited: duration 4075 ms, exit code 0 |
| |
| 21 | 2026-05-20T16:01:19.877Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-20T16:01:19.882Z | + printf ' * rust toolchain channel = "%s"\n' 1.95.0 |
| 23 | 2026-05-20T16:01:19.882Z | * rust toolchain channel = "1.95.0" |
| 24 | 2026-05-20T16:01:19.882Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-05-20T16:01:19.882Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-20T16:01:19.882Z | * rust toolchain profile = "default" |
| 27 | 2026-05-20T16:01:19.882Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-20T16:01:19.886Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-20T16:01:19.886Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default |
| 30 | 2026-05-20T16:01:20.000Z | info: downloading installer |
| 31 | 2026-05-20T16:01:21.361Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-20T16:01:21.361Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-20T16:01:21.361Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-20T16:01:21.361Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-20T16:01:21.377Z | info: profile set to default |
| 36 | 2026-05-20T16:01:21.377Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-20T16:01:21.381Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 38 | 2026-05-20T16:01:21.797Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 39 | 2026-05-20T16:01:21.809Z | info: downloading 6 components |
| 40 | 2026-05-20T16:01:36.179Z | info: default toolchain set to 1.95.0-x86_64-unknown-illumos |
| 41 | 2026-05-20T16:01:36.179Z | |
| 42 | 2026-05-20T16:01:36.220Z | 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 43 | 2026-05-20T16:01:36.220Z | |
| 44 | 2026-05-20T16:01:36.220Z | |
| 45 | 2026-05-20T16:01:36.220Z | Rust is installed now. Great! |
| 46 | 2026-05-20T16:01:36.220Z | |
| 47 | 2026-05-20T16:01:36.224Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-20T16:01:36.224Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-20T16:01:36.224Z | |
| 50 | 2026-05-20T16:01:36.224Z | To configure your current shell, you need to source |
| 51 | 2026-05-20T16:01:36.224Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-20T16:01:36.224Z | |
| 53 | 2026-05-20T16:01:36.224Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-20T16:01:36.224Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-20T16:01:36.224Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-20T16:01:36.224Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-20T16:01:36.224Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-20T16:01:36.224Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-20T16:01:36.224Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-20T16:01:36.224Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-20T16:01:36.224Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-20T16:01:36.312Z | + rustup --version |
| 63 | 2026-05-20T16:01:36.318Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-20T16:01:36.322Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-20T16:01:36.340Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 66 | 2026-05-20T16:01:36.343Z | + cargo --version |
| 67 | 2026-05-20T16:01:36.358Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 68 | 2026-05-20T16:01:36.362Z | + rustc --version |
| 69 | 2026-05-20T16:01:36.379Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 70 | 2026-05-20T16:01:36.382Z | process exited: duration 16504 ms, exit code 0 |
| |
| 71 | 2026-05-20T16:01:36.389Z | starting task 2: "authentication" |
| 72 | 2026-05-20T16:01:36.406Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-20T16:01:36.414Z | starting task 3: "clone repository" |
| 74 | 2026-05-20T16:01:36.421Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-05-20T16:01:36.421Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-05-20T16:01:36.439Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-05-20T16:01:37.322Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-05-20T16:01:37.322Z | + git fetch origin 1df13fefc1a360c1f2a122e34a8089d55f51b6b1 |
| 79 | 2026-05-20T16:01:37.617Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-05-20T16:01:37.617Z | * branch 1df13fefc1a360c1f2a122e34a8089d55f51b6b1 -> FETCH_HEAD |
| 81 | 2026-05-20T16:01:37.621Z | + [[ -n eviction-policy ]] |
| 82 | 2026-05-20T16:01:37.621Z | ++ git branch --show-current |
| 83 | 2026-05-20T16:01:37.621Z | + current=master |
| 84 | 2026-05-20T16:01:37.621Z | + [[ master != eviction-policy ]] |
| 85 | 2026-05-20T16:01:37.622Z | + git branch -f eviction-policy 1df13fefc1a360c1f2a122e34a8089d55f51b6b1 |
| 86 | 2026-05-20T16:01:37.625Z | + git checkout -f eviction-policy |
| 87 | 2026-05-20T16:01:37.639Z | Switched to branch 'eviction-policy' |
| 88 | 2026-05-20T16:01:37.641Z | + git reset --hard 1df13fefc1a360c1f2a122e34a8089d55f51b6b1 |
| 89 | 2026-05-20T16:01:37.657Z | HEAD is now at 1df13fe Comment. |
| 90 | 2026-05-20T16:01:37.662Z | process exited: duration 1243 ms, exit code 0 |
| |
| 91 | 2026-05-20T16:01:37.669Z | starting task 4: "build" |
| 92 | 2026-05-20T16:01:37.673Z | + source .github/buildomat/common.sh |
| 93 | 2026-05-20T16:01:37.676Z | ++ rustup show active-toolchain |
| 94 | 2026-05-20T16:01:37.678Z | 1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-05-20T16:01:37.682Z | ++ pushd xde |
| 96 | 2026-05-20T16:01:37.682Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-05-20T16:01:37.682Z | ++ rustup show active-toolchain |
| 98 | 2026-05-20T16:01:37.685Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-05-20T16:01:37.826Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-05-20T16:01:37.829Z | info: downloading 6 components |
| 101 | 2026-05-20T16:01:51.518Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-05-20T16:01:51.614Z | +++ rustup show active-toolchain -v |
| 103 | 2026-05-20T16:01:51.617Z | +++ head -n 1 |
| 104 | 2026-05-20T16:01:51.617Z | +++ cut '-d ' -f1 |
| 105 | 2026-05-20T16:01:51.667Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-05-20T16:01:51.667Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-05-20T16:01:51.670Z | ++ popd |
| 108 | 2026-05-20T16:01:51.670Z | /work/oxidecomputer/opte |
| 109 | 2026-05-20T16:01:51.670Z | + cargo --version |
| 110 | 2026-05-20T16:01:51.678Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 111 | 2026-05-20T16:01:51.681Z | + rustc --version |
| 112 | 2026-05-20T16:01:51.700Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 113 | 2026-05-20T16:01:51.704Z | + cd crates/opte-api |
| 114 | 2026-05-20T16:01:51.705Z | + header 'check API_VERSION' |
| 115 | 2026-05-20T16:01:51.705Z | + echo '# ==== check API_VERSION ==== #' |
| 116 | 2026-05-20T16:01:51.705Z | # ==== check API_VERSION ==== # |
| 117 | 2026-05-20T16:01:51.705Z | + ./check-api-version.sh |
| 118 | 2026-05-20T16:01:51.715Z | + header 'check style' |
| 119 | 2026-05-20T16:01:51.715Z | + echo '# ==== check style ==== #' |
| 120 | 2026-05-20T16:01:51.715Z | # ==== check style ==== # |
| 121 | 2026-05-20T16:01:51.715Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 122 | 2026-05-20T16:01:51.800Z | |
| 123 | 2026-05-20T16:01:51.800Z | real 0.076155357 |
| 124 | 2026-05-20T16:01:51.800Z | user 0.044898823 |
| 125 | 2026-05-20T16:01:51.800Z | sys 0.028608749 |
| 126 | 2026-05-20T16:01:51.800Z | trap 0.000002000 |
| 127 | 2026-05-20T16:01:51.800Z | tflt 0.000030240 |
| 128 | 2026-05-20T16:01:51.800Z | dflt 0.000004760 |
| 129 | 2026-05-20T16:01:51.800Z | kflt 0.000000000 |
| 130 | 2026-05-20T16:01:51.800Z | lock 0.031059314 |
| 131 | 2026-05-20T16:01:51.800Z | slp 0.056327660 |
| 132 | 2026-05-20T16:01:51.800Z | lat 0.000971670 |
| 133 | 2026-05-20T16:01:51.801Z | stop 0.000099950 |
| 134 | 2026-05-20T16:01:51.804Z | + header 'analyze std' |
| 135 | 2026-05-20T16:01:51.804Z | + echo '# ==== analyze std ==== #' |
| 136 | 2026-05-20T16:01:51.804Z | # ==== analyze std ==== # |
| 137 | 2026-05-20T16:01:51.804Z | + ptime -m cargo clippy --all-targets |
| 138 | 2026-05-20T16:01:51.939Z | Updating crates.io index |
| 139 | 2026-05-20T16:01:51.942Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 140 | 2026-05-20T16:01:52.645Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 141 | 2026-05-20T16:01:53.360Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 142 | 2026-05-20T16:01:53.751Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 143 | 2026-05-20T16:01:54.170Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 144 | 2026-05-20T16:01:54.414Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 145 | 2026-05-20T16:01:54.685Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 146 | 2026-05-20T16:01:56.599Z | Downloading crates ... |
| 147 | 2026-05-20T16:01:56.648Z | Downloaded cfg-if v1.0.4 |
| 148 | 2026-05-20T16:01:56.652Z | Downloaded bitflags v1.3.2 |
| 149 | 2026-05-20T16:01:56.661Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 150 | 2026-05-20T16:01:56.665Z | Downloaded embedded-io v0.6.1 |
| 151 | 2026-05-20T16:01:56.669Z | Downloaded strsim v0.11.1 |
| 152 | 2026-05-20T16:01:56.673Z | Downloaded defmt v0.3.100 |
| 153 | 2026-05-20T16:01:56.673Z | Downloaded defmt-parser v1.0.0 |
| 154 | 2026-05-20T16:01:56.677Z | Downloaded hash32 v0.3.1 |
| 155 | 2026-05-20T16:01:56.681Z | Downloaded ident_case v1.0.1 |
| 156 | 2026-05-20T16:01:56.685Z | Downloaded cobs v0.3.0 |
| 157 | 2026-05-20T16:01:56.689Z | Downloaded macaddr v1.0.1 |
| 158 | 2026-05-20T16:01:56.693Z | Downloaded ipnetwork v0.21.1 |
| 159 | 2026-05-20T16:01:56.693Z | Downloaded fnv v1.0.7 |
| 160 | 2026-05-20T16:01:56.693Z | Downloaded managed v0.8.0 |
| 161 | 2026-05-20T16:01:56.697Z | Downloaded embedded-io v0.4.0 |
| 162 | 2026-05-20T16:01:56.701Z | Downloaded stable_deref_trait v1.2.1 |
| 163 | 2026-05-20T16:01:56.705Z | Downloaded darling_macro v0.21.3 |
| 164 | 2026-05-20T16:01:56.712Z | Downloaded quote v1.0.45 |
| 165 | 2026-05-20T16:01:56.715Z | Downloaded thiserror-impl v2.0.18 |
| 166 | 2026-05-20T16:01:56.715Z | Downloaded byteorder v1.5.0 |
| 167 | 2026-05-20T16:01:56.719Z | Downloaded defmt-macros v1.0.1 |
| 168 | 2026-05-20T16:01:56.732Z | Downloaded ingot v0.1.1 |
| 169 | 2026-05-20T16:01:56.735Z | Downloaded defmt v1.0.1 |
| 170 | 2026-05-20T16:01:56.739Z | Downloaded either v1.15.0 |
| 171 | 2026-05-20T16:01:56.742Z | Downloaded thiserror v2.0.18 |
| 172 | 2026-05-20T16:01:56.746Z | Downloaded proc-macro-error2 v2.0.1 |
| 173 | 2026-05-20T16:01:56.750Z | Downloaded ingot-macros v0.1.1 |
| 174 | 2026-05-20T16:01:56.763Z | Downloaded ingot-types v0.1.2 |
| 175 | 2026-05-20T16:01:56.767Z | Downloaded postcard v1.1.3 |
| 176 | 2026-05-20T16:01:56.771Z | Downloaded darling v0.21.3 |
| 177 | 2026-05-20T16:01:56.775Z | Downloaded serde_core v1.0.228 |
| 178 | 2026-05-20T16:01:56.780Z | Downloaded darling_core v0.21.3 |
| 179 | 2026-05-20T16:01:56.784Z | Downloaded proc-macro2 v1.0.106 |
| 180 | 2026-05-20T16:01:56.788Z | Downloaded unicode-ident v1.0.24 |
| 181 | 2026-05-20T16:01:56.788Z | Downloaded bitflags v2.11.1 |
| 182 | 2026-05-20T16:01:56.791Z | Downloaded serde_derive v1.0.228 |
| 183 | 2026-05-20T16:01:56.795Z | Downloaded heapless v0.8.0 |
| 184 | 2026-05-20T16:01:56.813Z | Downloaded zerocopy-derive v0.8.48 |
| 185 | 2026-05-20T16:01:56.817Z | Downloaded serde v1.0.228 |
| 186 | 2026-05-20T16:01:56.821Z | Downloaded memchr v2.8.0 |
| 187 | 2026-05-20T16:01:56.829Z | Downloaded aho-corasick v1.1.4 |
| 188 | 2026-05-20T16:01:56.844Z | Downloaded itertools v0.14.0 |
| 189 | 2026-05-20T16:01:56.867Z | Downloaded regex v1.12.3 |
| 190 | 2026-05-20T16:01:56.970Z | Downloaded syn v2.0.117 |
| 191 | 2026-05-20T16:01:56.977Z | Downloaded zerocopy v0.8.48 |
| 192 | 2026-05-20T16:01:56.977Z | Downloaded smoltcp v0.11.0 |
| 193 | 2026-05-20T16:01:56.977Z | Downloaded regex-syntax v0.8.10 |
| 194 | 2026-05-20T16:01:56.977Z | Downloaded regex-automata v0.4.14 |
| 195 | 2026-05-20T16:01:56.984Z | Compiling proc-macro2 v1.0.106 |
| 196 | 2026-05-20T16:01:56.984Z | Compiling quote v1.0.45 |
| 197 | 2026-05-20T16:01:56.984Z | Compiling unicode-ident v1.0.24 |
| 198 | 2026-05-20T16:01:56.984Z | Compiling ident_case v1.0.1 |
| 199 | 2026-05-20T16:01:57.010Z | Compiling fnv v1.0.7 |
| 200 | 2026-05-20T16:01:57.010Z | Compiling strsim v0.11.1 |
| 201 | 2026-05-20T16:01:57.010Z | Compiling memchr v2.8.0 |
| 202 | 2026-05-20T16:01:57.011Z | Compiling regex-syntax v0.8.10 |
| 203 | 2026-05-20T16:01:57.152Z | Compiling serde_core v1.0.228 |
| 204 | 2026-05-20T16:01:57.170Z | Compiling thiserror v2.0.18 |
| 205 | 2026-05-20T16:01:57.176Z | Compiling serde v1.0.228 |
| 206 | 2026-05-20T16:01:57.340Z | Compiling either v1.15.0 |
| 207 | 2026-05-20T16:01:57.530Z | Compiling aho-corasick v1.1.4 |
| 208 | 2026-05-20T16:01:57.534Z | Compiling zerocopy v0.8.48 |
| 209 | 2026-05-20T16:01:57.573Z | Compiling itertools v0.14.0 |
| 210 | 2026-05-20T16:01:57.601Z | Checking byteorder v1.5.0 |
| 211 | 2026-05-20T16:01:57.766Z | Compiling heapless v0.8.0 |
| 212 | 2026-05-20T16:01:57.777Z | Checking hash32 v0.3.1 |
| 213 | 2026-05-20T16:01:57.879Z | Compiling smoltcp v0.11.0 |
| 214 | 2026-05-20T16:01:57.970Z | Checking macaddr v1.0.1 |
| 215 | 2026-05-20T16:01:58.099Z | Checking stable_deref_trait v1.2.1 |
| 216 | 2026-05-20T16:01:58.165Z | Checking bitflags v2.11.1 |
| 217 | 2026-05-20T16:01:58.329Z | Checking managed v0.8.0 |
| 218 | 2026-05-20T16:01:58.409Z | Compiling syn v2.0.117 |
| 219 | 2026-05-20T16:01:58.470Z | Compiling regex-automata v0.4.14 |
| 220 | 2026-05-20T16:01:58.482Z | Checking bitflags v1.3.2 |
| 221 | 2026-05-20T16:01:58.541Z | Checking cfg-if v1.0.4 |
| 222 | 2026-05-20T16:01:58.572Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 223 | 2026-05-20T16:01:58.800Z | Checking ipnetwork v0.21.1 |
| 224 | 2026-05-20T16:01:59.988Z | Compiling regex v1.12.3 |
| 225 | 2026-05-20T16:02:00.588Z | Compiling darling_core v0.21.3 |
| 226 | 2026-05-20T16:02:00.912Z | Compiling serde_derive v1.0.228 |
| 227 | 2026-05-20T16:02:00.912Z | Compiling thiserror-impl v2.0.18 |
| 228 | 2026-05-20T16:02:00.912Z | Compiling zerocopy-derive v0.8.48 |
| 229 | 2026-05-20T16:02:01.902Z | Checking cobs v0.3.0 |
| 230 | 2026-05-20T16:02:01.911Z | Compiling darling_macro v0.21.3 |
| 231 | 2026-05-20T16:02:02.398Z | Compiling darling v0.21.3 |
| 232 | 2026-05-20T16:02:02.462Z | Compiling ingot-macros v0.1.1 |
| 233 | 2026-05-20T16:02:03.122Z | Checking postcard v1.1.3 |
| 234 | 2026-05-20T16:02:04.436Z | Checking ingot-types v0.1.2 |
| 235 | 2026-05-20T16:02:04.694Z | Checking ingot v0.1.1 |
| 236 | 2026-05-20T16:02:05.953Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 237 | 2026-05-20T16:02:06.934Z | Finished `dev` profile [optimized + debuginfo] target(s) in 15.08s |
| 238 | 2026-05-20T16:02:07.039Z | |
| 239 | 2026-05-20T16:02:07.039Z | real 15.233248846 |
| 240 | 2026-05-20T16:02:07.039Z | user 30.414765875 |
| 241 | 2026-05-20T16:02:07.039Z | sys 6.075559452 |
| 242 | 2026-05-20T16:02:07.039Z | trap 0.009701590 |
| 243 | 2026-05-20T16:02:07.039Z | tflt 0.118195408 |
| 244 | 2026-05-20T16:02:07.039Z | dflt 0.434609618 |
| 245 | 2026-05-20T16:02:07.039Z | kflt 0.004569850 |
| 246 | 2026-05-20T16:02:07.039Z | lock 1:29.595971949 |
| 247 | 2026-05-20T16:02:07.039Z | slp 1:35.504766264 |
| 248 | 2026-05-20T16:02:07.039Z | lat 0.624562107 |
| 249 | 2026-05-20T16:02:07.039Z | stop 3.752350912 |
| 250 | 2026-05-20T16:02:07.043Z | + header 'analyze no_std' |
| 251 | 2026-05-20T16:02:07.043Z | + echo '# ==== analyze no_std ==== #' |
| 252 | 2026-05-20T16:02:07.044Z | # ==== analyze no_std ==== # |
| 253 | 2026-05-20T16:02:07.044Z | + ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings |
| 254 | 2026-05-20T16:02:07.144Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 255 | 2026-05-20T16:02:07.351Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 256 | 2026-05-20T16:02:08.325Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.23s |
| 257 | 2026-05-20T16:02:08.349Z | |
| 258 | 2026-05-20T16:02:08.361Z | real 1.299084730 |
| 259 | 2026-05-20T16:02:08.361Z | user 1.868457014 |
| 260 | 2026-05-20T16:02:08.361Z | sys 0.264155972 |
| 261 | 2026-05-20T16:02:08.361Z | trap 0.000198110 |
| 262 | 2026-05-20T16:02:08.361Z | tflt 0.000043920 |
| 263 | 2026-05-20T16:02:08.361Z | dflt 0.000053960 |
| 264 | 2026-05-20T16:02:08.361Z | kflt 0.000000000 |
| 265 | 2026-05-20T16:02:08.361Z | lock 4.276743830 |
| 266 | 2026-05-20T16:02:08.361Z | slp 5.245404480 |
| 267 | 2026-05-20T16:02:08.361Z | lat 0.002095870 |
| 268 | 2026-05-20T16:02:08.361Z | stop 0.041420299 |
| 269 | 2026-05-20T16:02:08.361Z | + header test |
| 270 | 2026-05-20T16:02:08.361Z | + echo '# ==== test ==== #' |
| 271 | 2026-05-20T16:02:08.361Z | # ==== test ==== # |
| 272 | 2026-05-20T16:02:08.361Z | + ptime -m cargo test |
| 273 | 2026-05-20T16:02:08.475Z | Compiling serde_core v1.0.228 |
| 274 | 2026-05-20T16:02:08.475Z | Compiling byteorder v1.5.0 |
| 275 | 2026-05-20T16:02:08.475Z | Compiling macaddr v1.0.1 |
| 276 | 2026-05-20T16:02:08.495Z | Compiling zerocopy v0.8.48 |
| 277 | 2026-05-20T16:02:08.499Z | Compiling thiserror v2.0.18 |
| 278 | 2026-05-20T16:02:08.499Z | Compiling bitflags v2.11.1 |
| 279 | 2026-05-20T16:02:08.499Z | Compiling stable_deref_trait v1.2.1 |
| 280 | 2026-05-20T16:02:08.503Z | Compiling managed v0.8.0 |
| 281 | 2026-05-20T16:02:08.554Z | Compiling cobs v0.3.0 |
| 282 | 2026-05-20T16:02:08.582Z | Compiling bitflags v1.3.2 |
| 283 | 2026-05-20T16:02:08.642Z | Compiling hash32 v0.3.1 |
| 284 | 2026-05-20T16:02:08.650Z | Compiling cfg-if v1.0.4 |
| 285 | 2026-05-20T16:02:08.706Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 286 | 2026-05-20T16:02:08.709Z | Compiling ipnetwork v0.21.1 |
| 287 | 2026-05-20T16:02:08.727Z | Compiling heapless v0.8.0 |
| 288 | 2026-05-20T16:02:09.069Z | Compiling smoltcp v0.11.0 |
| 289 | 2026-05-20T16:02:09.996Z | Compiling serde v1.0.228 |
| 290 | 2026-05-20T16:02:10.424Z | Compiling postcard v1.1.3 |
| 291 | 2026-05-20T16:02:11.110Z | Compiling ingot-types v0.1.2 |
| 292 | 2026-05-20T16:02:11.387Z | Compiling ingot v0.1.1 |
| 293 | 2026-05-20T16:02:12.744Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 294 | 2026-05-20T16:02:14.456Z | Finished `test` profile [optimized + debuginfo] target(s) in 6.10s |
| 295 | 2026-05-20T16:02:14.466Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-d9d2bed34e16b285) |
| 296 | 2026-05-20T16:02:14.469Z | |
| 297 | 2026-05-20T16:02:14.469Z | running 25 tests |
| 298 | 2026-05-20T16:02:14.469Z | test encap::test::good_vni ... ok |
| 299 | 2026-05-20T16:02:14.469Z | test dns::tests::test_domain_name ... ok |
| 300 | 2026-05-20T16:02:14.469Z | test ip::test::bad_cidr ... ok |
| 301 | 2026-05-20T16:02:14.469Z | test encap::test::bad_vni ... ok |
| 302 | 2026-05-20T16:02:14.469Z | test encap::test::vni_round_trip ... ok |
| 303 | 2026-05-20T16:02:14.469Z | test ip::test::bad_prefix_len ... ok |
| 304 | 2026-05-20T16:02:14.469Z | test ip::test::good_cidr ... ok |
| 305 | 2026-05-20T16:02:14.469Z | test ip::test::dhcp_fqdn ... ok |
| 306 | 2026-05-20T16:02:14.469Z | test ip::test::ipv4_addr_bad ... ok |
| 307 | 2026-05-20T16:02:14.469Z | test ip::test::ipv4_addr_good ... ok |
| 308 | 2026-05-20T16:02:14.469Z | test ip::test::ipv4_mask ... ok |
| 309 | 2026-05-20T16:02:14.470Z | test ip::test::ipv6_cidr_is_member ... ok |
| 310 | 2026-05-20T16:02:14.470Z | test ip::test::ipv6_is_default ... ok |
| 311 | 2026-05-20T16:02:14.470Z | test ip::test::ipv6_mask ... ok |
| 312 | 2026-05-20T16:02:14.470Z | test ip::test::ipv6_prefix_len ... ok |
| 313 | 2026-05-20T16:02:14.470Z | test ip::test::test_ip_cidr_from_str ... ok |
| 314 | 2026-05-20T16:02:14.470Z | test ip::test::test_ip_addr_from_str ... ok |
| 315 | 2026-05-20T16:02:14.470Z | test ip::test::test_ipv4_multicast_mac ... ok |
| 316 | 2026-05-20T16:02:14.470Z | test ip::test::test_ipv6_admin_scoped_multicast ... ok |
| 317 | 2026-05-20T16:02:14.470Z | test ip::test::test_ipv6_from_const ... ok |
| 318 | 2026-05-20T16:02:14.470Z | test ip::test::test_ipv6_from_eui64 ... ok |
| 319 | 2026-05-20T16:02:14.470Z | test ip::test::test_ipv6_is_multicast ... ok |
| 320 | 2026-05-20T16:02:14.470Z | test ip::test::test_ipv6_multicast_mac ... ok |
| 321 | 2026-05-20T16:02:14.470Z | test ip::test::test_ipv6_solicited_node_multicast ... ok |
| 322 | 2026-05-20T16:02:14.470Z | test ip::test::test_multicast_underlay_serde ... ok |
| 323 | 2026-05-20T16:02:14.470Z | |
| 324 | 2026-05-20T16:02:14.470Z | test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 325 | 2026-05-20T16:02:14.470Z | |
| 326 | 2026-05-20T16:02:14.470Z | Doc-tests opte_api |
| 327 | 2026-05-20T16:02:15.069Z | |
| 328 | 2026-05-20T16:02:15.069Z | running 1 test |
| 329 | 2026-05-20T16:02:15.072Z | test crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok |
| 330 | 2026-05-20T16:02:15.072Z | |
| 331 | 2026-05-20T16:02:15.072Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 332 | 2026-05-20T16:02:15.072Z | |
| 333 | 2026-05-20T16:02:15.075Z | all doctests ran in 0.44s; merged doctests compilation took 0.44s |
| 334 | 2026-05-20T16:02:15.093Z | |
| 335 | 2026-05-20T16:02:15.093Z | real 6.740728348 |
| 336 | 2026-05-20T16:02:15.093Z | user 17.340493846 |
| 337 | 2026-05-20T16:02:15.093Z | sys 2.067115851 |
| 338 | 2026-05-20T16:02:15.093Z | trap 0.004295070 |
| 339 | 2026-05-20T16:02:15.093Z | tflt 0.064430010 |
| 340 | 2026-05-20T16:02:15.097Z | dflt 0.163713512 |
| 341 | 2026-05-20T16:02:15.097Z | kflt 0.000006050 |
| 342 | 2026-05-20T16:02:15.097Z | lock 53.453666128 |
| 343 | 2026-05-20T16:02:15.097Z | slp 31.193484010 |
| 344 | 2026-05-20T16:02:15.097Z | lat 0.997268016 |
| 345 | 2026-05-20T16:02:15.097Z | stop 1.070883577 |
| 346 | 2026-05-20T16:02:15.097Z | process exited: duration 37424 ms, exit code 0 |
| |
| 347 | 2026-05-20T16:02:15.104Z | found 0 output files |