|
|
|
| 1 | 2026-07-09T04:40:51.993Z | job assigned to worker 01KX2JT43ZDHFYXRJGFB051RNF [factory aws, i-043448268a641d7ce] (queued for 47 s) |
| |
| 2 | 2026-07-09T04:40:58.084Z | starting task 0: "setup" |
| 3 | 2026-07-09T04:40:58.092Z | ++ uname -s |
| 4 | 2026-07-09T04:40:58.095Z | + kern=SunOS |
| 5 | 2026-07-09T04:40:58.095Z | + build_user=build |
| 6 | 2026-07-09T04:40:58.095Z | + build_uid=12345 |
| 7 | 2026-07-09T04:40:58.095Z | + work_dir=/work |
| 8 | 2026-07-09T04:40:58.095Z | + input_dir=/input |
| 9 | 2026-07-09T04:40:58.095Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-09T04:40:58.095Z | + case "$kern" in |
| 11 | 2026-07-09T04:40:58.095Z | + groupadd -g 12345 build |
| 12 | 2026-07-09T04:40:58.098Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-09T04:41:00.105Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-09T04:41:00.229Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-09T04:41:00.232Z | + home_fs=zfs |
| 16 | 2026-07-09T04:41:00.232Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-09T04:41:00.232Z | + mkdir -p /home/build |
| 18 | 2026-07-09T04:41:00.232Z | + chown build:build /home/build /work |
| 19 | 2026-07-09T04:41:02.233Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-09T04:41:02.237Z | process exited: duration 4155 ms, exit code 0 |
| |
| 21 | 2026-07-09T04:41:02.243Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-09T04:41:02.247Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-09T04:41:02.247Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-09T04:41:02.247Z | * rust toolchain profile = "default" |
| 25 | 2026-07-09T04:41:02.247Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-09T04:41:02.247Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-09T04:41:02.247Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-09T04:41:02.250Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-09T04:41:02.250Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-09T04:41:02.331Z | info: downloading installer |
| 31 | 2026-07-09T04:41:03.631Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-09T04:41:03.631Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-09T04:41:03.631Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-09T04:41:03.631Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-09T04:41:03.644Z | info: profile set to default |
| 36 | 2026-07-09T04:41:03.644Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-09T04:41:03.647Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-09T04:41:03.795Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-09T04:41:03.798Z | info: downloading 6 components |
| 40 | 2026-07-09T04:41:17.809Z | |
| 41 | 2026-07-09T04:41:17.809Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 42 | 2026-07-09T04:41:17.838Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-09T04:41:17.838Z | |
| 44 | 2026-07-09T04:41:17.838Z | |
| 45 | 2026-07-09T04:41:17.838Z | Rust is installed now. Great! |
| 46 | 2026-07-09T04:41:17.838Z | |
| 47 | 2026-07-09T04:41:17.838Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-09T04:41:17.838Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-09T04:41:17.838Z | |
| 50 | 2026-07-09T04:41:17.838Z | To configure your current shell, you need to source |
| 51 | 2026-07-09T04:41:17.838Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-09T04:41:17.838Z | |
| 53 | 2026-07-09T04:41:17.838Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-09T04:41:17.838Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-09T04:41:17.838Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-09T04:41:17.838Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-09T04:41:17.838Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-09T04:41:17.838Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-09T04:41:17.838Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-09T04:41:17.841Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-09T04:41:17.841Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-09T04:41:17.933Z | + rustup --version |
| 63 | 2026-07-09T04:41:17.942Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-09T04:41:17.944Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-09T04:41:17.964Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-09T04:41:17.967Z | + cargo --version |
| 67 | 2026-07-09T04:41:17.979Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-09T04:41:17.982Z | + rustc --version |
| 69 | 2026-07-09T04:41:18.001Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-09T04:41:18.004Z | process exited: duration 15760 ms, exit code 0 |
| |
| 71 | 2026-07-09T04:41:18.010Z | starting task 2: "authentication" |
| 72 | 2026-07-09T04:41:18.027Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-09T04:41:18.033Z | starting task 3: "clone repository" |
| 74 | 2026-07-09T04:41:18.036Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-09T04:41:18.039Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-09T04:41:18.068Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-09T04:41:18.917Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-09T04:41:18.917Z | + git fetch origin 0901bea6c3f476b5f94b2616336322506bead9c8 |
| 79 | 2026-07-09T04:41:19.175Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-09T04:41:19.175Z | * branch 0901bea6c3f476b5f94b2616336322506bead9c8 -> FETCH_HEAD |
| 81 | 2026-07-09T04:41:19.183Z | + [[ -n renovate/zerocopy-0.x-lockfile ]] |
| 82 | 2026-07-09T04:41:19.186Z | ++ git branch --show-current |
| 83 | 2026-07-09T04:41:19.186Z | + current=master |
| 84 | 2026-07-09T04:41:19.186Z | + [[ master != renovate/zerocopy-0.x-lockfile ]] |
| 85 | 2026-07-09T04:41:19.186Z | + git branch -f renovate/zerocopy-0.x-lockfile 0901bea6c3f476b5f94b2616336322506bead9c8 |
| 86 | 2026-07-09T04:41:19.189Z | + git checkout -f renovate/zerocopy-0.x-lockfile |
| 87 | 2026-07-09T04:41:19.206Z | Switched to branch 'renovate/zerocopy-0.x-lockfile' |
| 88 | 2026-07-09T04:41:19.208Z | + git reset --hard 0901bea6c3f476b5f94b2616336322506bead9c8 |
| 89 | 2026-07-09T04:41:19.211Z | HEAD is now at 0901bea Update Rust crate zerocopy to v0.8.54 |
| 90 | 2026-07-09T04:41:19.211Z | process exited: duration 1177 ms, exit code 0 |
| |
| 91 | 2026-07-09T04:41:19.217Z | starting task 4: "build" |
| 92 | 2026-07-09T04:41:19.221Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-09T04:41:19.224Z | ++ rustup show active-toolchain |
| 94 | 2026-07-09T04:41:19.227Z | 1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-09T04:41:19.229Z | ++ pushd xde |
| 96 | 2026-07-09T04:41:19.230Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-09T04:41:19.230Z | ++ rustup show active-toolchain |
| 98 | 2026-07-09T04:41:19.232Z | info: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos |
| 99 | 2026-07-09T04:41:19.374Z | info: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29) |
| 100 | 2026-07-09T04:41:19.377Z | info: downloading 6 components |
| 101 | 2026-07-09T04:41:35.339Z | nightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-09T04:41:35.438Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-09T04:41:35.441Z | +++ head -n 1 |
| 104 | 2026-07-09T04:41:35.441Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-09T04:41:35.491Z | ++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 106 | 2026-07-09T04:41:35.491Z | ++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 107 | 2026-07-09T04:41:35.494Z | ++ popd |
| 108 | 2026-07-09T04:41:35.494Z | /work/oxidecomputer/opte |
| 109 | 2026-07-09T04:41:35.494Z | + cargo --version |
| 110 | 2026-07-09T04:41:35.500Z | cargo 1.96.1 (356927216 2026-06-26) |
| 111 | 2026-07-09T04:41:35.503Z | + rustc --version |
| 112 | 2026-07-09T04:41:35.523Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 113 | 2026-07-09T04:41:35.526Z | + cd crates/opte-api |
| 114 | 2026-07-09T04:41:35.526Z | + header 'check API_VERSION' |
| 115 | 2026-07-09T04:41:35.526Z | + echo '# ==== check API_VERSION ==== #' |
| 116 | 2026-07-09T04:41:35.526Z | # ==== check API_VERSION ==== # |
| 117 | 2026-07-09T04:41:35.526Z | + ./check-api-version.sh |
| 118 | 2026-07-09T04:41:35.533Z | + header 'check style' |
| 119 | 2026-07-09T04:41:35.533Z | + echo '# ==== check style ==== #' |
| 120 | 2026-07-09T04:41:35.533Z | # ==== check style ==== # |
| 121 | 2026-07-09T04:41:35.536Z | + ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check |
| 122 | 2026-07-09T04:41:35.612Z | |
| 123 | 2026-07-09T04:41:35.617Z | real 0.075569996 |
| 124 | 2026-07-09T04:41:35.618Z | user 0.044812419 |
| 125 | 2026-07-09T04:41:35.618Z | sys 0.028396230 |
| 126 | 2026-07-09T04:41:35.618Z | trap 0.000000280 |
| 127 | 2026-07-09T04:41:35.618Z | tflt 0.000059620 |
| 128 | 2026-07-09T04:41:35.618Z | dflt 0.000018210 |
| 129 | 2026-07-09T04:41:35.618Z | kflt 0.000000000 |
| 130 | 2026-07-09T04:41:35.618Z | lock 0.030811368 |
| 131 | 2026-07-09T04:41:35.618Z | slp 0.055920452 |
| 132 | 2026-07-09T04:41:35.618Z | lat 0.000697410 |
| 133 | 2026-07-09T04:41:35.618Z | stop 0.000097280 |
| 134 | 2026-07-09T04:41:35.618Z | + header 'analyze std' |
| 135 | 2026-07-09T04:41:35.618Z | + echo '# ==== analyze std ==== #' |
| 136 | 2026-07-09T04:41:35.618Z | # ==== analyze std ==== # |
| 137 | 2026-07-09T04:41:35.618Z | + ptime -m cargo clippy --all-targets |
| 138 | 2026-07-09T04:41:35.745Z | Updating crates.io index |
| 139 | 2026-07-09T04:41:35.749Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 140 | 2026-07-09T04:41:36.425Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 141 | 2026-07-09T04:41:36.680Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 142 | 2026-07-09T04:41:36.997Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 143 | 2026-07-09T04:41:37.240Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 144 | 2026-07-09T04:41:37.474Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 145 | 2026-07-09T04:41:37.721Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 146 | 2026-07-09T04:41:39.542Z | Downloading crates ... |
| 147 | 2026-07-09T04:41:39.583Z | Downloaded bitflags v1.3.2 |
| 148 | 2026-07-09T04:41:39.586Z | Downloaded defmt v0.3.100 |
| 149 | 2026-07-09T04:41:39.588Z | Downloaded macaddr v1.0.1 |
| 150 | 2026-07-09T04:41:39.591Z | Downloaded ipnetwork v0.21.1 |
| 151 | 2026-07-09T04:41:39.608Z | Downloaded zerocopy v0.8.54 |
| 152 | 2026-07-09T04:41:39.619Z | Downloaded embedded-io v0.4.0 |
| 153 | 2026-07-09T04:41:39.622Z | Downloaded bitflags v2.13.0 |
| 154 | 2026-07-09T04:41:39.622Z | Downloaded defmt v1.1.1 |
| 155 | 2026-07-09T04:41:39.625Z | Downloaded serde_derive v1.0.228 |
| 156 | 2026-07-09T04:41:39.628Z | Downloaded serde_core v1.0.228 |
| 157 | 2026-07-09T04:41:39.628Z | Downloaded cfg-if v1.0.4 |
| 158 | 2026-07-09T04:41:39.632Z | Downloaded defmt-parser v1.0.0 |
| 159 | 2026-07-09T04:41:39.634Z | Downloaded cobs v0.3.0 |
| 160 | 2026-07-09T04:41:39.637Z | Downloaded defmt-macros v1.1.1 |
| 161 | 2026-07-09T04:41:39.637Z | Downloaded darling_core v0.21.3 |
| 162 | 2026-07-09T04:41:39.640Z | Downloaded byteorder v1.5.0 |
| 163 | 2026-07-09T04:41:39.640Z | Downloaded embedded-io v0.6.1 |
| 164 | 2026-07-09T04:41:39.643Z | Downloaded strsim v0.11.1 |
| 165 | 2026-07-09T04:41:39.647Z | Downloaded ingot-macros v0.1.1 |
| 166 | 2026-07-09T04:41:39.650Z | Downloaded ident_case v1.0.1 |
| 167 | 2026-07-09T04:41:39.650Z | Downloaded hash32 v0.3.1 |
| 168 | 2026-07-09T04:41:39.650Z | Downloaded darling_macro v0.21.3 |
| 169 | 2026-07-09T04:41:39.653Z | Downloaded managed v0.8.0 |
| 170 | 2026-07-09T04:41:39.656Z | Downloaded stable_deref_trait v1.2.1 |
| 171 | 2026-07-09T04:41:39.659Z | Downloaded fnv v1.0.7 |
| 172 | 2026-07-09T04:41:39.662Z | Downloaded ingot v0.1.1 |
| 173 | 2026-07-09T04:41:39.666Z | Downloaded thiserror-impl v2.0.18 |
| 174 | 2026-07-09T04:41:39.669Z | Downloaded either v1.16.0 |
| 175 | 2026-07-09T04:41:39.672Z | Downloaded postcard v1.1.3 |
| 176 | 2026-07-09T04:41:39.683Z | Downloaded quote v1.0.46 |
| 177 | 2026-07-09T04:41:39.687Z | Downloaded zerocopy-derive v0.8.54 |
| 178 | 2026-07-09T04:41:39.691Z | Downloaded thiserror v2.0.18 |
| 179 | 2026-07-09T04:41:39.695Z | Downloaded unicode-ident v1.0.24 |
| 180 | 2026-07-09T04:41:39.699Z | Downloaded ingot-types v0.1.2 |
| 181 | 2026-07-09T04:41:39.703Z | Downloaded proc-macro2 v1.0.106 |
| 182 | 2026-07-09T04:41:39.706Z | Downloaded darling v0.21.3 |
| 183 | 2026-07-09T04:41:39.710Z | Downloaded serde v1.0.228 |
| 184 | 2026-07-09T04:41:39.716Z | Downloaded memchr v2.8.2 |
| 185 | 2026-07-09T04:41:39.722Z | Downloaded heapless v0.8.0 |
| 186 | 2026-07-09T04:41:39.729Z | Downloaded itertools v0.14.0 |
| 187 | 2026-07-09T04:41:39.748Z | Downloaded aho-corasick v1.1.4 |
| 188 | 2026-07-09T04:41:39.751Z | Downloaded regex v1.12.4 |
| 189 | 2026-07-09T04:41:39.779Z | Downloaded syn v2.0.118 |
| 190 | 2026-07-09T04:41:39.784Z | Downloaded smoltcp v0.11.0 |
| 191 | 2026-07-09T04:41:39.791Z | Downloaded regex-syntax v0.8.11 |
| 192 | 2026-07-09T04:41:39.803Z | Downloaded regex-automata v0.4.14 |
| 193 | 2026-07-09T04:41:39.838Z | Compiling proc-macro2 v1.0.106 |
| 194 | 2026-07-09T04:41:39.841Z | Compiling unicode-ident v1.0.24 |
| 195 | 2026-07-09T04:41:39.841Z | Compiling quote v1.0.46 |
| 196 | 2026-07-09T04:41:39.841Z | Compiling strsim v0.11.1 |
| 197 | 2026-07-09T04:41:39.841Z | Compiling ident_case v1.0.1 |
| 198 | 2026-07-09T04:41:39.841Z | Compiling fnv v1.0.7 |
| 199 | 2026-07-09T04:41:39.841Z | Compiling memchr v2.8.2 |
| 200 | 2026-07-09T04:41:39.841Z | Compiling serde_core v1.0.228 |
| 201 | 2026-07-09T04:41:40.003Z | Compiling regex-syntax v0.8.11 |
| 202 | 2026-07-09T04:41:40.019Z | Compiling either v1.16.0 |
| 203 | 2026-07-09T04:41:40.025Z | Compiling thiserror v2.0.18 |
| 204 | 2026-07-09T04:41:40.196Z | Compiling serde v1.0.228 |
| 205 | 2026-07-09T04:41:40.209Z | Compiling zerocopy v0.8.54 |
| 206 | 2026-07-09T04:41:40.304Z | Compiling aho-corasick v1.1.4 |
| 207 | 2026-07-09T04:41:40.473Z | Compiling itertools v0.14.0 |
| 208 | 2026-07-09T04:41:40.555Z | Checking byteorder v1.5.0 |
| 209 | 2026-07-09T04:41:40.562Z | Compiling heapless v0.8.0 |
| 210 | 2026-07-09T04:41:40.654Z | Checking macaddr v1.0.1 |
| 211 | 2026-07-09T04:41:40.707Z | Checking hash32 v0.3.1 |
| 212 | 2026-07-09T04:41:40.788Z | Checking stable_deref_trait v1.2.1 |
| 213 | 2026-07-09T04:41:40.812Z | Checking bitflags v2.13.0 |
| 214 | 2026-07-09T04:41:40.850Z | Compiling smoltcp v0.11.0 |
| 215 | 2026-07-09T04:41:41.138Z | Compiling syn v2.0.118 |
| 216 | 2026-07-09T04:41:41.194Z | Checking bitflags v1.3.2 |
| 217 | 2026-07-09T04:41:41.197Z | Checking managed v0.8.0 |
| 218 | 2026-07-09T04:41:41.253Z | Checking cfg-if v1.0.4 |
| 219 | 2026-07-09T04:41:41.312Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 220 | 2026-07-09T04:41:41.376Z | Checking ipnetwork v0.21.1 |
| 221 | 2026-07-09T04:41:41.545Z | Compiling regex-automata v0.4.14 |
| 222 | 2026-07-09T04:41:43.034Z | Compiling regex v1.12.4 |
| 223 | 2026-07-09T04:41:43.350Z | Compiling darling_core v0.21.3 |
| 224 | 2026-07-09T04:41:43.673Z | Compiling thiserror-impl v2.0.18 |
| 225 | 2026-07-09T04:41:43.673Z | Compiling serde_derive v1.0.228 |
| 226 | 2026-07-09T04:41:43.673Z | Compiling zerocopy-derive v0.8.54 |
| 227 | 2026-07-09T04:41:44.655Z | Checking cobs v0.3.0 |
| 228 | 2026-07-09T04:41:44.696Z | Compiling darling_macro v0.21.3 |
| 229 | 2026-07-09T04:41:45.202Z | Compiling darling v0.21.3 |
| 230 | 2026-07-09T04:41:45.264Z | Compiling ingot-macros v0.1.1 |
| 231 | 2026-07-09T04:41:45.932Z | Checking postcard v1.1.3 |
| 232 | 2026-07-09T04:41:47.208Z | Checking ingot-types v0.1.2 |
| 233 | 2026-07-09T04:41:47.467Z | Checking ingot v0.1.1 |
| 234 | 2026-07-09T04:41:48.769Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 235 | 2026-07-09T04:41:49.764Z | Finished `dev` profile [optimized + debuginfo] target(s) in 14.10s |
| 236 | 2026-07-09T04:41:49.860Z | |
| 237 | 2026-07-09T04:41:49.860Z | real 14.242816992 |
| 238 | 2026-07-09T04:41:49.860Z | user 30.769017910 |
| 239 | 2026-07-09T04:41:49.860Z | sys 6.134085642 |
| 240 | 2026-07-09T04:41:49.860Z | trap 0.013899444 |
| 241 | 2026-07-09T04:41:49.860Z | tflt 0.105601280 |
| 242 | 2026-07-09T04:41:49.860Z | dflt 0.179334783 |
| 243 | 2026-07-09T04:41:49.860Z | kflt 0.005185253 |
| 244 | 2026-07-09T04:41:49.860Z | lock 1:54.088796478 |
| 245 | 2026-07-09T04:41:49.860Z | slp 1:32.210794821 |
| 246 | 2026-07-09T04:41:49.860Z | lat 0.887174237 |
| 247 | 2026-07-09T04:41:49.860Z | stop 4.916260163 |
| 248 | 2026-07-09T04:41:49.863Z | + header 'analyze no_std' |
| 249 | 2026-07-09T04:41:49.863Z | + echo '# ==== analyze no_std ==== #' |
| 250 | 2026-07-09T04:41:49.863Z | # ==== analyze no_std ==== # |
| 251 | 2026-07-09T04:41:49.863Z | + ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings |
| 252 | 2026-07-09T04:41:49.962Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 253 | 2026-07-09T04:41:50.189Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 254 | 2026-07-09T04:41:51.184Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.28s |
| 255 | 2026-07-09T04:41:51.206Z | |
| 256 | 2026-07-09T04:41:51.206Z | real 1.341363130 |
| 257 | 2026-07-09T04:41:51.206Z | user 1.920937717 |
| 258 | 2026-07-09T04:41:51.206Z | sys 0.262783945 |
| 259 | 2026-07-09T04:41:51.206Z | trap 0.000166570 |
| 260 | 2026-07-09T04:41:51.206Z | tflt 0.000068080 |
| 261 | 2026-07-09T04:41:51.210Z | dflt 0.000055890 |
| 262 | 2026-07-09T04:41:51.210Z | kflt 0.000000000 |
| 263 | 2026-07-09T04:41:51.210Z | lock 4.431129530 |
| 264 | 2026-07-09T04:41:51.210Z | slp 5.400731291 |
| 265 | 2026-07-09T04:41:51.210Z | lat 0.002315790 |
| 266 | 2026-07-09T04:41:51.210Z | stop 0.040221424 |
| 267 | 2026-07-09T04:41:51.210Z | + header test |
| 268 | 2026-07-09T04:41:51.210Z | + echo '# ==== test ==== #' |
| 269 | 2026-07-09T04:41:51.210Z | # ==== test ==== # |
| 270 | 2026-07-09T04:41:51.210Z | + ptime -m cargo test |
| 271 | 2026-07-09T04:41:51.333Z | Compiling serde_core v1.0.228 |
| 272 | 2026-07-09T04:41:51.333Z | Compiling byteorder v1.5.0 |
| 273 | 2026-07-09T04:41:51.336Z | Compiling macaddr v1.0.1 |
| 274 | 2026-07-09T04:41:51.352Z | Compiling stable_deref_trait v1.2.1 |
| 275 | 2026-07-09T04:41:51.355Z | Compiling thiserror v2.0.18 |
| 276 | 2026-07-09T04:41:51.355Z | Compiling zerocopy v0.8.54 |
| 277 | 2026-07-09T04:41:51.355Z | Compiling bitflags v2.13.0 |
| 278 | 2026-07-09T04:41:51.362Z | Compiling bitflags v1.3.2 |
| 279 | 2026-07-09T04:41:51.408Z | Compiling cfg-if v1.0.4 |
| 280 | 2026-07-09T04:41:51.411Z | Compiling cobs v0.3.0 |
| 281 | 2026-07-09T04:41:51.442Z | Compiling managed v0.8.0 |
| 282 | 2026-07-09T04:41:51.460Z | Compiling ipnetwork v0.21.1 |
| 283 | 2026-07-09T04:41:51.533Z | Compiling hash32 v0.3.1 |
| 284 | 2026-07-09T04:41:51.600Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 285 | 2026-07-09T04:41:51.655Z | Compiling heapless v0.8.0 |
| 286 | 2026-07-09T04:41:52.009Z | Compiling smoltcp v0.11.0 |
| 287 | 2026-07-09T04:41:52.893Z | Compiling serde v1.0.228 |
| 288 | 2026-07-09T04:41:53.322Z | Compiling postcard v1.1.3 |
| 289 | 2026-07-09T04:41:54.021Z | Compiling ingot-types v0.1.2 |
| 290 | 2026-07-09T04:41:54.296Z | Compiling ingot v0.1.1 |
| 291 | 2026-07-09T04:41:55.668Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 292 | 2026-07-09T04:41:57.401Z | Finished `test` profile [optimized + debuginfo] target(s) in 6.18s |
| 293 | 2026-07-09T04:41:57.411Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-497c6073c7bb207e) |
| 294 | 2026-07-09T04:41:57.414Z | |
| 295 | 2026-07-09T04:41:57.414Z | running 25 tests |
| 296 | 2026-07-09T04:41:57.414Z | test dns::tests::test_domain_name ... ok |
| 297 | 2026-07-09T04:41:57.414Z | test encap::test::bad_vni ... ok |
| 298 | 2026-07-09T04:41:57.414Z | test encap::test::good_vni ... ok |
| 299 | 2026-07-09T04:41:57.414Z | test ip::test::bad_prefix_len ... ok |
| 300 | 2026-07-09T04:41:57.414Z | test ip::test::bad_cidr ... ok |
| 301 | 2026-07-09T04:41:57.414Z | test encap::test::vni_round_trip ... ok |
| 302 | 2026-07-09T04:41:57.414Z | test ip::test::dhcp_fqdn ... ok |
| 303 | 2026-07-09T04:41:57.414Z | test ip::test::good_cidr ... ok |
| 304 | 2026-07-09T04:41:57.414Z | test ip::test::ipv4_addr_bad ... ok |
| 305 | 2026-07-09T04:41:57.414Z | test ip::test::ipv4_addr_good ... ok |
| 306 | 2026-07-09T04:41:57.414Z | test ip::test::ipv4_mask ... ok |
| 307 | 2026-07-09T04:41:57.414Z | test ip::test::ipv6_cidr_is_member ... ok |
| 308 | 2026-07-09T04:41:57.414Z | test ip::test::ipv6_is_default ... ok |
| 309 | 2026-07-09T04:41:57.414Z | test ip::test::ipv6_mask ... ok |
| 310 | 2026-07-09T04:41:57.414Z | test ip::test::ipv6_prefix_len ... ok |
| 311 | 2026-07-09T04:41:57.414Z | test ip::test::test_ipv6_admin_scoped_multicast ... ok |
| 312 | 2026-07-09T04:41:57.414Z | test ip::test::test_ip_addr_from_str ... ok |
| 313 | 2026-07-09T04:41:57.414Z | test ip::test::test_ipv4_multicast_mac ... ok |
| 314 | 2026-07-09T04:41:57.415Z | test ip::test::test_ipv6_is_multicast ... ok |
| 315 | 2026-07-09T04:41:57.415Z | test ip::test::test_ip_cidr_from_str ... ok |
| 316 | 2026-07-09T04:41:57.415Z | test ip::test::test_ipv6_solicited_node_multicast ... ok |
| 317 | 2026-07-09T04:41:57.415Z | test ip::test::test_ipv6_from_const ... ok |
| 318 | 2026-07-09T04:41:57.415Z | test ip::test::test_ipv6_multicast_mac ... ok |
| 319 | 2026-07-09T04:41:57.415Z | test ip::test::test_ipv6_from_eui64 ... ok |
| 320 | 2026-07-09T04:41:57.415Z | test ip::test::test_multicast_underlay_serde ... ok |
| 321 | 2026-07-09T04:41:57.415Z | |
| 322 | 2026-07-09T04:41:57.415Z | test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 323 | 2026-07-09T04:41:57.415Z | |
| 324 | 2026-07-09T04:41:57.418Z | Doc-tests opte_api |
| 325 | 2026-07-09T04:41:58.019Z | |
| 326 | 2026-07-09T04:41:58.019Z | running 1 test |
| 327 | 2026-07-09T04:41:58.022Z | test crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok |
| 328 | 2026-07-09T04:41:58.022Z | |
| 329 | 2026-07-09T04:41:58.022Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 330 | 2026-07-09T04:41:58.022Z | |
| 331 | 2026-07-09T04:41:58.025Z | all doctests ran in 0.45s; merged doctests compilation took 0.45s |
| 332 | 2026-07-09T04:41:58.043Z | |
| 333 | 2026-07-09T04:41:58.046Z | real 6.828023601 |
| 334 | 2026-07-09T04:41:58.046Z | user 17.489642139 |
| 335 | 2026-07-09T04:41:58.046Z | sys 2.077784684 |
| 336 | 2026-07-09T04:41:58.046Z | trap 0.006794120 |
| 337 | 2026-07-09T04:41:58.046Z | tflt 0.103003284 |
| 338 | 2026-07-09T04:41:58.046Z | dflt 0.132112241 |
| 339 | 2026-07-09T04:41:58.046Z | kflt 0.000004510 |
| 340 | 2026-07-09T04:41:58.046Z | lock 54.706064902 |
| 341 | 2026-07-09T04:41:58.046Z | slp 32.396341115 |
| 342 | 2026-07-09T04:41:58.046Z | lat 0.845181718 |
| 343 | 2026-07-09T04:41:58.046Z | stop 0.622486325 |
| 344 | 2026-07-09T04:41:58.046Z | process exited: duration 38826 ms, exit code 0 |
| |
| 345 | 2026-07-09T04:41:58.052Z | found 0 output files |