|
|
|
| 1 | 2026-03-16T07:56:07.386Z | job assigned to worker 01KKTT8G16CRCRMTYXKBG9W11J [factory aws, i-0c0d5249d69e02493] (queued for 1 m 8 s) |
| |
| 2 | 2026-03-16T07:56:15.301Z | starting task 0: "setup" |
| 3 | 2026-03-16T07:56:15.305Z | ++ uname -s |
| 4 | 2026-03-16T07:56:15.308Z | + kern=SunOS |
| 5 | 2026-03-16T07:56:15.308Z | + build_user=build |
| 6 | 2026-03-16T07:56:15.308Z | + build_uid=12345 |
| 7 | 2026-03-16T07:56:15.308Z | + work_dir=/work |
| 8 | 2026-03-16T07:56:15.308Z | + input_dir=/input |
| 9 | 2026-03-16T07:56:15.309Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-16T07:56:15.309Z | + case "$kern" in |
| 11 | 2026-03-16T07:56:15.309Z | + groupadd -g 12345 build |
| 12 | 2026-03-16T07:56:15.313Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-16T07:56:17.316Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-16T07:56:17.436Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-16T07:56:17.439Z | + home_fs=zfs |
| 16 | 2026-03-16T07:56:17.439Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-16T07:56:17.439Z | + mkdir -p /home/build |
| 18 | 2026-03-16T07:56:17.442Z | + chown build:build /home/build /work |
| 19 | 2026-03-16T07:56:19.442Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-16T07:56:19.445Z | process exited: duration 4144 ms, exit code 0 |
| |
| 21 | 2026-03-16T07:56:19.451Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-16T07:56:19.456Z | + printf ' * rust toolchain channel = "%s"\n' 1.93.1 |
| 23 | 2026-03-16T07:56:19.456Z | * rust toolchain channel = "1.93.1" |
| 24 | 2026-03-16T07:56:19.456Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-03-16T07:56:19.456Z | * rust toolchain profile = "default" |
| 26 | 2026-03-16T07:56:19.456Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-16T07:56:19.456Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-16T07:56:19.459Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-16T07:56:19.459Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default |
| 30 | 2026-03-16T07:56:19.594Z | info: downloading installer |
| 31 | 2026-03-16T07:56:21.313Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-16T07:56:21.313Z | warn: /opt/ooce/bin |
| 33 | 2026-03-16T07:56:21.313Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-16T07:56:21.313Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-16T07:56:21.316Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-16T07:56:21.316Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-16T07:56:21.316Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-16T07:56:21.316Z | error: cannot install while Rust is installed |
| 39 | 2026-03-16T07:56:21.316Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-16T07:56:21.316Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-03-16T07:56:21.316Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-03-16T07:56:21.316Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-03-16T07:56:21.316Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-03-16T07:56:21.325Z | info: profile set to default |
| 45 | 2026-03-16T07:56:21.325Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-03-16T07:56:21.328Z | info: syncing channel updates for 1.93.1-x86_64-unknown-illumos |
| 47 | 2026-03-16T07:56:21.477Z | info: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11) |
| 48 | 2026-03-16T07:56:21.480Z | info: downloading 6 components |
| 49 | 2026-03-16T07:56:38.775Z | info: default toolchain set to 1.93.1-x86_64-unknown-illumos |
| 50 | 2026-03-16T07:56:38.775Z | |
| 51 | 2026-03-16T07:56:38.809Z | 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11) |
| 52 | 2026-03-16T07:56:38.809Z | |
| 53 | 2026-03-16T07:56:38.812Z | |
| 54 | 2026-03-16T07:56:38.812Z | Rust is installed now. Great! |
| 55 | 2026-03-16T07:56:38.812Z | |
| 56 | 2026-03-16T07:56:38.812Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-03-16T07:56:38.812Z | environment variable. This has not been done automatically. |
| 58 | 2026-03-16T07:56:38.812Z | |
| 59 | 2026-03-16T07:56:38.812Z | To configure your current shell, you need to source |
| 60 | 2026-03-16T07:56:38.812Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-03-16T07:56:38.812Z | |
| 62 | 2026-03-16T07:56:38.812Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-03-16T07:56:38.812Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-03-16T07:56:38.812Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-03-16T07:56:38.812Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-03-16T07:56:38.812Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-03-16T07:56:38.812Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-03-16T07:56:38.812Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-03-16T07:56:38.812Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-03-16T07:56:38.812Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-03-16T07:56:38.908Z | + rustup --version |
| 72 | 2026-03-16T07:56:38.919Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-03-16T07:56:38.922Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-03-16T07:56:38.944Z | info: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)` |
| 75 | 2026-03-16T07:56:38.947Z | + cargo --version |
| 76 | 2026-03-16T07:56:38.964Z | cargo 1.93.1 (083ac5135 2025-12-15) |
| 77 | 2026-03-16T07:56:38.966Z | + rustc --version |
| 78 | 2026-03-16T07:56:38.991Z | rustc 1.93.1 (01f6ddf75 2026-02-11) |
| 79 | 2026-03-16T07:56:38.994Z | process exited: duration 19538 ms, exit code 0 |
| |
| 80 | 2026-03-16T07:56:39.000Z | starting task 2: "authentication" |
| 81 | 2026-03-16T07:56:39.020Z | process exited: duration 19 ms, exit code 0 |
| |
| 82 | 2026-03-16T07:56:39.027Z | starting task 3: "clone repository" |
| 83 | 2026-03-16T07:56:39.031Z | + mkdir -p /work/oxidecomputer/opte |
| 84 | 2026-03-16T07:56:39.033Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 85 | 2026-03-16T07:56:39.069Z | Cloning into '/work/oxidecomputer/opte'... |
| 86 | 2026-03-16T07:56:39.906Z | + cd /work/oxidecomputer/opte |
| 87 | 2026-03-16T07:56:39.906Z | + git fetch origin d9b87439179a558c7a423c2898fff6831fa5f5be |
| 88 | 2026-03-16T07:56:40.156Z | From https://github.com/oxidecomputer/opte |
| 89 | 2026-03-16T07:56:40.157Z | * branch d9b87439179a558c7a423c2898fff6831fa5f5be -> FETCH_HEAD |
| 90 | 2026-03-16T07:56:40.164Z | + [[ -n renovate/lock-file-maintenance ]] |
| 91 | 2026-03-16T07:56:40.167Z | ++ git branch --show-current |
| 92 | 2026-03-16T07:56:40.170Z | + current=master |
| 93 | 2026-03-16T07:56:40.170Z | + [[ master != renovate/lock-file-maintenance ]] |
| 94 | 2026-03-16T07:56:40.170Z | + git branch -f renovate/lock-file-maintenance d9b87439179a558c7a423c2898fff6831fa5f5be |
| 95 | 2026-03-16T07:56:40.173Z | + git checkout -f renovate/lock-file-maintenance |
| 96 | 2026-03-16T07:56:40.193Z | Switched to branch 'renovate/lock-file-maintenance' |
| 97 | 2026-03-16T07:56:40.196Z | + git reset --hard d9b87439179a558c7a423c2898fff6831fa5f5be |
| 98 | 2026-03-16T07:56:40.199Z | HEAD is now at d9b8743 Lock file maintenance |
| 99 | 2026-03-16T07:56:40.199Z | process exited: duration 1172 ms, exit code 0 |
| |
| 100 | 2026-03-16T07:56:40.205Z | starting task 4: "build" |
| 101 | 2026-03-16T07:56:40.211Z | + source .github/buildomat/common.sh |
| 102 | 2026-03-16T07:56:40.214Z | ++ rustup show active-toolchain |
| 103 | 2026-03-16T07:56:40.217Z | 1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 104 | 2026-03-16T07:56:40.220Z | ++ pushd xde |
| 105 | 2026-03-16T07:56:40.220Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 106 | 2026-03-16T07:56:40.220Z | ++ rustup show active-toolchain |
| 107 | 2026-03-16T07:56:40.224Z | info: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos |
| 108 | 2026-03-16T07:56:40.387Z | info: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23) |
| 109 | 2026-03-16T07:56:40.390Z | info: downloading 6 components |
| 110 | 2026-03-16T07:56:56.447Z | nightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 111 | 2026-03-16T07:56:56.556Z | +++ rustup show active-toolchain -v |
| 112 | 2026-03-16T07:56:56.559Z | +++ head -n 1 |
| 113 | 2026-03-16T07:56:56.559Z | +++ cut '-d ' -f1 |
| 114 | 2026-03-16T07:56:56.625Z | ++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos |
| 115 | 2026-03-16T07:56:56.625Z | ++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos |
| 116 | 2026-03-16T07:56:56.625Z | ++ popd |
| 117 | 2026-03-16T07:56:56.628Z | /work/oxidecomputer/opte |
| 118 | 2026-03-16T07:56:56.628Z | + cargo --version |
| 119 | 2026-03-16T07:56:56.638Z | cargo 1.93.1 (083ac5135 2025-12-15) |
| 120 | 2026-03-16T07:56:56.641Z | + rustc --version |
| 121 | 2026-03-16T07:56:56.665Z | rustc 1.93.1 (01f6ddf75 2026-02-11) |
| 122 | 2026-03-16T07:56:56.668Z | + cd crates/opte-api |
| 123 | 2026-03-16T07:56:56.668Z | + header 'check API_VERSION' |
| 124 | 2026-03-16T07:56:56.668Z | + echo '# ==== check API_VERSION ==== #' |
| 125 | 2026-03-16T07:56:56.668Z | # ==== check API_VERSION ==== # |
| 126 | 2026-03-16T07:56:56.668Z | + ./check-api-version.sh |
| 127 | 2026-03-16T07:56:56.677Z | + header 'check style' |
| 128 | 2026-03-16T07:56:56.677Z | + echo '# ==== check style ==== #' |
| 129 | 2026-03-16T07:56:56.677Z | # ==== check style ==== # |
| 130 | 2026-03-16T07:56:56.681Z | + ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check |
| 131 | 2026-03-16T07:56:56.789Z | |
| 132 | 2026-03-16T07:56:56.792Z | real 0.107920335 |
| 133 | 2026-03-16T07:56:56.792Z | user 0.063238627 |
| 134 | 2026-03-16T07:56:56.792Z | sys 0.040336948 |
| 135 | 2026-03-16T07:56:56.792Z | trap 0.000000279 |
| 136 | 2026-03-16T07:56:56.792Z | tflt 0.000031060 |
| 137 | 2026-03-16T07:56:56.792Z | dflt 0.000009806 |
| 138 | 2026-03-16T07:56:56.792Z | kflt 0.000000000 |
| 139 | 2026-03-16T07:56:56.792Z | lock 0.062495628 |
| 140 | 2026-03-16T07:56:56.792Z | slp 0.083922706 |
| 141 | 2026-03-16T07:56:56.792Z | lat 0.000243147 |
| 142 | 2026-03-16T07:56:56.792Z | stop 0.000113149 |
| 143 | 2026-03-16T07:56:56.792Z | + header 'analyze std' |
| 144 | 2026-03-16T07:56:56.792Z | + echo '# ==== analyze std ==== #' |
| 145 | 2026-03-16T07:56:56.792Z | # ==== analyze std ==== # |
| 146 | 2026-03-16T07:56:56.792Z | + ptime -m cargo clippy --all-targets |
| 147 | 2026-03-16T07:56:56.962Z | Updating crates.io index |
| 148 | 2026-03-16T07:56:57.002Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 149 | 2026-03-16T07:56:58.081Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 150 | 2026-03-16T07:56:58.349Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 151 | 2026-03-16T07:56:58.722Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 152 | 2026-03-16T07:56:59.007Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 153 | 2026-03-16T07:56:59.434Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 154 | 2026-03-16T07:56:59.712Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 155 | 2026-03-16T07:57:02.227Z | Downloading crates ... |
| 156 | 2026-03-16T07:57:02.274Z | Downloaded embedded-io v0.4.0 |
| 157 | 2026-03-16T07:57:02.279Z | Downloaded hash32 v0.3.1 |
| 158 | 2026-03-16T07:57:02.279Z | Downloaded managed v0.8.0 |
| 159 | 2026-03-16T07:57:02.279Z | Downloaded embedded-io v0.6.1 |
| 160 | 2026-03-16T07:57:02.279Z | Downloaded fnv v1.0.7 |
| 161 | 2026-03-16T07:57:02.285Z | Downloaded strsim v0.11.1 |
| 162 | 2026-03-16T07:57:02.285Z | Downloaded macaddr v1.0.1 |
| 163 | 2026-03-16T07:57:02.285Z | Downloaded defmt-parser v1.0.0 |
| 164 | 2026-03-16T07:57:02.285Z | Downloaded stable_deref_trait v1.2.1 |
| 165 | 2026-03-16T07:57:02.289Z | Downloaded cfg-if v1.0.4 |
| 166 | 2026-03-16T07:57:02.289Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 167 | 2026-03-16T07:57:02.289Z | Downloaded defmt v0.3.100 |
| 168 | 2026-03-16T07:57:02.289Z | Downloaded bitflags v2.11.0 |
| 169 | 2026-03-16T07:57:02.294Z | Downloaded serde v1.0.228 |
| 170 | 2026-03-16T07:57:02.298Z | Downloaded quote v1.0.45 |
| 171 | 2026-03-16T07:57:02.298Z | Downloaded ident_case v1.0.1 |
| 172 | 2026-03-16T07:57:02.298Z | Downloaded ipnetwork v0.21.1 |
| 173 | 2026-03-16T07:57:02.304Z | Downloaded bitflags v1.3.2 |
| 174 | 2026-03-16T07:57:02.308Z | Downloaded darling_macro v0.21.3 |
| 175 | 2026-03-16T07:57:02.313Z | Downloaded cobs v0.3.0 |
| 176 | 2026-03-16T07:57:02.320Z | Downloaded ingot-types v0.1.2 |
| 177 | 2026-03-16T07:57:02.320Z | Downloaded byteorder v1.5.0 |
| 178 | 2026-03-16T07:57:02.320Z | Downloaded thiserror v2.0.18 |
| 179 | 2026-03-16T07:57:02.327Z | Downloaded ingot v0.1.1 |
| 180 | 2026-03-16T07:57:02.327Z | Downloaded defmt-macros v1.0.1 |
| 181 | 2026-03-16T07:57:02.336Z | Downloaded thiserror-impl v2.0.18 |
| 182 | 2026-03-16T07:57:02.340Z | Downloaded either v1.15.0 |
| 183 | 2026-03-16T07:57:02.345Z | Downloaded proc-macro-error2 v2.0.1 |
| 184 | 2026-03-16T07:57:02.353Z | Downloaded postcard v1.1.3 |
| 185 | 2026-03-16T07:57:02.358Z | Downloaded ingot-macros v0.1.1 |
| 186 | 2026-03-16T07:57:02.358Z | Downloaded defmt v1.0.1 |
| 187 | 2026-03-16T07:57:02.368Z | Downloaded darling v0.21.3 |
| 188 | 2026-03-16T07:57:02.378Z | Downloaded unicode-ident v1.0.24 |
| 189 | 2026-03-16T07:57:02.378Z | Downloaded serde_core v1.0.228 |
| 190 | 2026-03-16T07:57:02.378Z | Downloaded serde_derive v1.0.228 |
| 191 | 2026-03-16T07:57:02.378Z | Downloaded proc-macro2 v1.0.106 |
| 192 | 2026-03-16T07:57:02.378Z | Downloaded darling_core v0.21.3 |
| 193 | 2026-03-16T07:57:02.385Z | Downloaded memchr v2.8.0 |
| 194 | 2026-03-16T07:57:02.389Z | Downloaded heapless v0.8.0 |
| 195 | 2026-03-16T07:57:02.412Z | Downloaded zerocopy-derive v0.8.42 |
| 196 | 2026-03-16T07:57:02.422Z | Downloaded aho-corasick v1.1.4 |
| 197 | 2026-03-16T07:57:02.422Z | Downloaded itertools v0.14.0 |
| 198 | 2026-03-16T07:57:02.429Z | Downloaded regex v1.12.3 |
| 199 | 2026-03-16T07:57:02.474Z | Downloaded zerocopy v0.8.42 |
| 200 | 2026-03-16T07:57:02.481Z | Downloaded syn v2.0.117 |
| 201 | 2026-03-16T07:57:02.496Z | Downloaded smoltcp v0.11.0 |
| 202 | 2026-03-16T07:57:02.502Z | Downloaded regex-syntax v0.8.10 |
| 203 | 2026-03-16T07:57:02.512Z | Downloaded regex-automata v0.4.14 |
| 204 | 2026-03-16T07:57:02.556Z | Compiling proc-macro2 v1.0.106 |
| 205 | 2026-03-16T07:57:02.556Z | Compiling unicode-ident v1.0.24 |
| 206 | 2026-03-16T07:57:02.569Z | Compiling quote v1.0.45 |
| 207 | 2026-03-16T07:57:02.569Z | Compiling strsim v0.11.1 |
| 208 | 2026-03-16T07:57:02.569Z | Compiling fnv v1.0.7 |
| 209 | 2026-03-16T07:57:02.570Z | Compiling memchr v2.8.0 |
| 210 | 2026-03-16T07:57:02.570Z | Compiling ident_case v1.0.1 |
| 211 | 2026-03-16T07:57:02.570Z | Compiling regex-syntax v0.8.10 |
| 212 | 2026-03-16T07:57:02.754Z | Compiling serde_core v1.0.228 |
| 213 | 2026-03-16T07:57:02.777Z | Compiling serde v1.0.228 |
| 214 | 2026-03-16T07:57:02.781Z | Compiling zerocopy v0.8.42 |
| 215 | 2026-03-16T07:57:03.017Z | Compiling either v1.15.0 |
| 216 | 2026-03-16T07:57:03.103Z | Compiling thiserror v2.0.18 |
| 217 | 2026-03-16T07:57:03.159Z | Compiling aho-corasick v1.1.4 |
| 218 | 2026-03-16T07:57:03.264Z | Compiling itertools v0.14.0 |
| 219 | 2026-03-16T07:57:03.374Z | Checking byteorder v1.5.0 |
| 220 | 2026-03-16T07:57:03.390Z | Compiling heapless v0.8.0 |
| 221 | 2026-03-16T07:57:03.573Z | Checking hash32 v0.3.1 |
| 222 | 2026-03-16T07:57:03.696Z | Checking bitflags v2.11.0 |
| 223 | 2026-03-16T07:57:03.760Z | Checking macaddr v1.0.1 |
| 224 | 2026-03-16T07:57:03.866Z | Checking stable_deref_trait v1.2.1 |
| 225 | 2026-03-16T07:57:03.937Z | Compiling smoltcp v0.11.0 |
| 226 | 2026-03-16T07:57:04.192Z | Compiling syn v2.0.117 |
| 227 | 2026-03-16T07:57:04.237Z | Checking bitflags v1.3.2 |
| 228 | 2026-03-16T07:57:04.307Z | Checking cfg-if v1.0.4 |
| 229 | 2026-03-16T07:57:04.357Z | Checking managed v0.8.0 |
| 230 | 2026-03-16T07:57:04.370Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 231 | 2026-03-16T07:57:04.424Z | Checking ipnetwork v0.21.1 |
| 232 | 2026-03-16T07:57:04.582Z | Compiling regex-automata v0.4.14 |
| 233 | 2026-03-16T07:57:06.643Z | Compiling regex v1.12.3 |
| 234 | 2026-03-16T07:57:07.377Z | Compiling darling_core v0.21.3 |
| 235 | 2026-03-16T07:57:07.847Z | Compiling thiserror-impl v2.0.18 |
| 236 | 2026-03-16T07:57:07.851Z | Compiling zerocopy-derive v0.8.42 |
| 237 | 2026-03-16T07:57:07.851Z | Compiling serde_derive v1.0.228 |
| 238 | 2026-03-16T07:57:09.103Z | Checking cobs v0.3.0 |
| 239 | 2026-03-16T07:57:09.260Z | Compiling darling_macro v0.21.3 |
| 240 | 2026-03-16T07:57:09.900Z | Compiling darling v0.21.3 |
| 241 | 2026-03-16T07:57:09.972Z | Compiling ingot-macros v0.1.1 |
| 242 | 2026-03-16T07:57:10.881Z | Checking postcard v1.1.3 |
| 243 | 2026-03-16T07:57:12.868Z | Checking ingot-types v0.1.2 |
| 244 | 2026-03-16T07:57:13.249Z | Checking ingot v0.1.1 |
| 245 | 2026-03-16T07:57:15.154Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 246 | 2026-03-16T07:57:16.532Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.67s |
| 247 | 2026-03-16T07:57:16.653Z | |
| 248 | 2026-03-16T07:57:16.657Z | real 19.854782931 |
| 249 | 2026-03-16T07:57:16.657Z | user 43.758400912 |
| 250 | 2026-03-16T07:57:16.657Z | sys 7.317705886 |
| 251 | 2026-03-16T07:57:16.657Z | trap 0.019986993 |
| 252 | 2026-03-16T07:57:16.657Z | tflt 0.137914633 |
| 253 | 2026-03-16T07:57:16.657Z | dflt 0.189074616 |
| 254 | 2026-03-16T07:57:16.657Z | kflt 0.001844473 |
| 255 | 2026-03-16T07:57:16.657Z | lock 2:12.805619781 |
| 256 | 2026-03-16T07:57:16.657Z | slp 2:03.319390690 |
| 257 | 2026-03-16T07:57:16.657Z | lat 1.419849564 |
| 258 | 2026-03-16T07:57:16.657Z | stop 5.572521920 |
| 259 | 2026-03-16T07:57:16.657Z | + header 'analyze no_std' |
| 260 | 2026-03-16T07:57:16.657Z | + echo '# ==== analyze no_std ==== #' |
| 261 | 2026-03-16T07:57:16.657Z | # ==== analyze no_std ==== # |
| 262 | 2026-03-16T07:57:16.657Z | + ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings |
| 263 | 2026-03-16T07:57:16.791Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 264 | 2026-03-16T07:57:17.083Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 265 | 2026-03-16T07:57:18.426Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.72s |
| 266 | 2026-03-16T07:57:18.449Z | |
| 267 | 2026-03-16T07:57:18.452Z | real 1.789472606 |
| 268 | 2026-03-16T07:57:18.452Z | user 2.639996247 |
| 269 | 2026-03-16T07:57:18.453Z | sys 0.312883545 |
| 270 | 2026-03-16T07:57:18.453Z | trap 0.000332394 |
| 271 | 2026-03-16T07:57:18.453Z | tflt 0.000018403 |
| 272 | 2026-03-16T07:57:18.453Z | dflt 0.000047926 |
| 273 | 2026-03-16T07:57:18.453Z | kflt 0.000000000 |
| 274 | 2026-03-16T07:57:18.453Z | lock 6.526056030 |
| 275 | 2026-03-16T07:57:18.453Z | slp 7.281089181 |
| 276 | 2026-03-16T07:57:18.453Z | lat 0.000479303 |
| 277 | 2026-03-16T07:57:18.453Z | stop 0.050463276 |
| 278 | 2026-03-16T07:57:18.453Z | + header test |
| 279 | 2026-03-16T07:57:18.453Z | + echo '# ==== test ==== #' |
| 280 | 2026-03-16T07:57:18.453Z | # ==== test ==== # |
| 281 | 2026-03-16T07:57:18.453Z | + ptime -m cargo test |
| 282 | 2026-03-16T07:57:18.623Z | Compiling byteorder v1.5.0 |
| 283 | 2026-03-16T07:57:18.623Z | Compiling serde_core v1.0.228 |
| 284 | 2026-03-16T07:57:18.627Z | Compiling bitflags v2.11.0 |
| 285 | 2026-03-16T07:57:18.627Z | Compiling macaddr v1.0.1 |
| 286 | 2026-03-16T07:57:18.649Z | Compiling thiserror v2.0.18 |
| 287 | 2026-03-16T07:57:18.652Z | Compiling zerocopy v0.8.42 |
| 288 | 2026-03-16T07:57:18.655Z | Compiling stable_deref_trait v1.2.1 |
| 289 | 2026-03-16T07:57:18.658Z | Compiling bitflags v1.3.2 |
| 290 | 2026-03-16T07:57:18.720Z | Compiling cobs v0.3.0 |
| 291 | 2026-03-16T07:57:18.720Z | Compiling cfg-if v1.0.4 |
| 292 | 2026-03-16T07:57:18.752Z | Compiling managed v0.8.0 |
| 293 | 2026-03-16T07:57:18.783Z | Compiling ipnetwork v0.21.1 |
| 294 | 2026-03-16T07:57:18.850Z | Compiling hash32 v0.3.1 |
| 295 | 2026-03-16T07:57:18.940Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 296 | 2026-03-16T07:57:19.023Z | Compiling heapless v0.8.0 |
| 297 | 2026-03-16T07:57:19.495Z | Compiling smoltcp v0.11.0 |
| 298 | 2026-03-16T07:57:20.832Z | Compiling serde v1.0.228 |
| 299 | 2026-03-16T07:57:21.388Z | Compiling postcard v1.1.3 |
| 300 | 2026-03-16T07:57:22.476Z | Compiling ingot-types v0.1.2 |
| 301 | 2026-03-16T07:57:22.868Z | Compiling ingot v0.1.1 |
| 302 | 2026-03-16T07:57:24.922Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 303 | 2026-03-16T07:57:27.161Z | Finished `test` profile [optimized + debuginfo] target(s) in 8.69s |
| 304 | 2026-03-16T07:57:27.173Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-6cfda9c79a8cbd88) |
| 305 | 2026-03-16T07:57:27.176Z | |
| 306 | 2026-03-16T07:57:27.176Z | running 25 tests |
| 307 | 2026-03-16T07:57:27.177Z | test encap::test::bad_vni ... ok |
| 308 | 2026-03-16T07:57:27.177Z | test encap::test::good_vni ... ok |
| 309 | 2026-03-16T07:57:27.177Z | test encap::test::vni_round_trip ... ok |
| 310 | 2026-03-16T07:57:27.177Z | test dns::tests::test_domain_name ... ok |
| 311 | 2026-03-16T07:57:27.177Z | test ip::test::bad_prefix_len ... ok |
| 312 | 2026-03-16T07:57:27.177Z | test ip::test::bad_cidr ... ok |
| 313 | 2026-03-16T07:57:27.177Z | test ip::test::dhcp_fqdn ... ok |
| 314 | 2026-03-16T07:57:27.177Z | test ip::test::good_cidr ... ok |
| 315 | 2026-03-16T07:57:27.177Z | test ip::test::ipv4_addr_bad ... ok |
| 316 | 2026-03-16T07:57:27.177Z | test ip::test::ipv4_addr_good ... ok |
| 317 | 2026-03-16T07:57:27.177Z | test ip::test::ipv4_mask ... ok |
| 318 | 2026-03-16T07:57:27.177Z | test ip::test::ipv6_cidr_is_member ... ok |
| 319 | 2026-03-16T07:57:27.177Z | test ip::test::ipv6_is_default ... ok |
| 320 | 2026-03-16T07:57:27.177Z | test ip::test::ipv6_mask ... ok |
| 321 | 2026-03-16T07:57:27.177Z | test ip::test::ipv6_prefix_len ... ok |
| 322 | 2026-03-16T07:57:27.177Z | test ip::test::test_ip_addr_from_str ... ok |
| 323 | 2026-03-16T07:57:27.177Z | test ip::test::test_ip_cidr_from_str ... ok |
| 324 | 2026-03-16T07:57:27.177Z | test ip::test::test_ipv4_multicast_mac ... ok |
| 325 | 2026-03-16T07:57:27.177Z | test ip::test::test_ipv6_admin_scoped_multicast ... ok |
| 326 | 2026-03-16T07:57:27.177Z | test ip::test::test_ipv6_from_const ... ok |
| 327 | 2026-03-16T07:57:27.177Z | test ip::test::test_ipv6_from_eui64 ... ok |
| 328 | 2026-03-16T07:57:27.177Z | test ip::test::test_ipv6_is_multicast ... ok |
| 329 | 2026-03-16T07:57:27.177Z | test ip::test::test_ipv6_multicast_mac ... ok |
| 330 | 2026-03-16T07:57:27.177Z | test ip::test::test_ipv6_solicited_node_multicast ... ok |
| 331 | 2026-03-16T07:57:27.177Z | test ip::test::test_multicast_underlay_serde ... ok |
| 332 | 2026-03-16T07:57:27.177Z | |
| 333 | 2026-03-16T07:57:27.177Z | test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 334 | 2026-03-16T07:57:27.177Z | |
| 335 | 2026-03-16T07:57:27.177Z | Doc-tests opte_api |
| 336 | 2026-03-16T07:57:27.958Z | |
| 337 | 2026-03-16T07:57:27.958Z | running 1 test |
| 338 | 2026-03-16T07:57:27.962Z | test crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok |
| 339 | 2026-03-16T07:57:27.962Z | |
| 340 | 2026-03-16T07:57:27.962Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 341 | 2026-03-16T07:57:27.962Z | |
| 342 | 2026-03-16T07:57:27.962Z | all doctests ran in 0.56s; merged doctests compilation took 0.56s |
| 343 | 2026-03-16T07:57:27.974Z | |
| 344 | 2026-03-16T07:57:27.978Z | real 9.513190679 |
| 345 | 2026-03-16T07:57:27.978Z | user 23.852157850 |
| 346 | 2026-03-16T07:57:27.978Z | sys 2.526235423 |
| 347 | 2026-03-16T07:57:27.978Z | trap 0.005334077 |
| 348 | 2026-03-16T07:57:27.978Z | tflt 0.172020116 |
| 349 | 2026-03-16T07:57:27.978Z | dflt 0.235571177 |
| 350 | 2026-03-16T07:57:27.978Z | kflt 0.000002259 |
| 351 | 2026-03-16T07:57:27.978Z | lock 1:17.547774121 |
| 352 | 2026-03-16T07:57:27.978Z | slp 43.402414332 |
| 353 | 2026-03-16T07:57:27.978Z | lat 0.842185607 |
| 354 | 2026-03-16T07:57:27.978Z | stop 1.197063914 |
| 355 | 2026-03-16T07:57:27.978Z | process exited: duration 47760 ms, exit code 0 |
| |
| 356 | 2026-03-16T07:57:27.986Z | found 0 output files |