|
|
|
| 1 | 2026-07-26T04:23:49.578Z | job assigned to worker 01KYEAK5HHT26XM8ACHFFZJR95 [factory aws, i-0cd711b02e5899b60] (queued for 50 s) |
| |
| 2 | 2026-07-26T04:23:55.964Z | starting task 0: "setup" |
| 3 | 2026-07-26T04:23:55.982Z | ++ uname -s |
| 4 | 2026-07-26T04:23:55.982Z | + kern=SunOS |
| 5 | 2026-07-26T04:23:55.982Z | + build_user=build |
| 6 | 2026-07-26T04:23:55.982Z | + build_uid=12345 |
| 7 | 2026-07-26T04:23:55.982Z | + work_dir=/work |
| 8 | 2026-07-26T04:23:55.982Z | + input_dir=/input |
| 9 | 2026-07-26T04:23:55.982Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-26T04:23:55.982Z | + case "$kern" in |
| 11 | 2026-07-26T04:23:55.982Z | + groupadd -g 12345 build |
| 12 | 2026-07-26T04:23:55.983Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-26T04:23:57.947Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-26T04:23:58.093Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-26T04:23:58.097Z | + home_fs=zfs |
| 16 | 2026-07-26T04:23:58.097Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-26T04:23:58.097Z | + mkdir -p /home/build |
| 18 | 2026-07-26T04:23:58.097Z | + chown build:build /home/build /work |
| 19 | 2026-07-26T04:24:00.421Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-26T04:24:00.462Z | process exited: duration 4170 ms, exit code 0 |
| |
| 21 | 2026-07-26T04:24:00.529Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-26T04:24:00.543Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-26T04:24:00.543Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-07-26T04:24:00.543Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-07-26T04:24:00.543Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-07-26T04:24:00.543Z | * rust toolchain profile = "default" |
| 27 | 2026-07-26T04:24:00.543Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-26T04:24:00.543Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-26T04:24:00.543Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-26T04:24:00.620Z | info: downloading installer |
| 31 | 2026-07-26T04:24:02.770Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-26T04:24:02.770Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-26T04:24:02.770Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-26T04:24:02.770Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-26T04:24:02.809Z | info: profile set to default |
| 36 | 2026-07-26T04:24:02.809Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-26T04:24:02.809Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-26T04:24:02.809Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-26T04:24:02.809Z | info: downloading 6 components |
| 40 | 2026-07-26T04:24:17.410Z | |
| 41 | 2026-07-26T04:24:17.410Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 42 | 2026-07-26T04:24:17.410Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-26T04:24:17.410Z | |
| 44 | 2026-07-26T04:24:17.410Z | |
| 45 | 2026-07-26T04:24:17.410Z | Rust is installed now. Great! |
| 46 | 2026-07-26T04:24:17.410Z | |
| 47 | 2026-07-26T04:24:17.410Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-26T04:24:17.410Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-26T04:24:17.410Z | |
| 50 | 2026-07-26T04:24:17.410Z | To configure your current shell, you need to source |
| 51 | 2026-07-26T04:24:17.410Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-26T04:24:17.410Z | |
| 53 | 2026-07-26T04:24:17.410Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-26T04:24:17.410Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-26T04:24:17.410Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-26T04:24:17.410Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-26T04:24:17.411Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-26T04:24:17.411Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-26T04:24:17.411Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-26T04:24:17.411Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-26T04:24:17.411Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-26T04:24:17.411Z | + rustup --version |
| 63 | 2026-07-26T04:24:17.411Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-26T04:24:17.411Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-26T04:24:17.448Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-26T04:24:17.448Z | + cargo --version |
| 67 | 2026-07-26T04:24:17.448Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-26T04:24:17.448Z | + rustc --version |
| 69 | 2026-07-26T04:24:17.466Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-26T04:24:17.466Z | process exited: duration 16924 ms, exit code 0 |
| |
| 71 | 2026-07-26T04:24:17.492Z | starting task 2: "authentication" |
| 72 | 2026-07-26T04:24:17.504Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-07-26T04:24:19.508Z | process exited: duration 2026 ms, exit code 0 |
| |
| 74 | 2026-07-26T04:24:19.518Z | starting task 3: "clone repository" |
| 75 | 2026-07-26T04:24:19.522Z | + mkdir -p /work/oxidecomputer/opte |
| 76 | 2026-07-26T04:24:19.531Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 77 | 2026-07-26T04:24:19.553Z | Cloning into '/work/oxidecomputer/opte'... |
| 78 | 2026-07-26T04:24:20.460Z | + cd /work/oxidecomputer/opte |
| 79 | 2026-07-26T04:24:20.460Z | + git fetch origin 335d9c2423236c16749e4ea1405b954b6e27b510 |
| 80 | 2026-07-26T04:24:20.699Z | From https://github.com/oxidecomputer/opte |
| 81 | 2026-07-26T04:24:20.699Z | * branch 335d9c2423236c16749e4ea1405b954b6e27b510 -> FETCH_HEAD |
| 82 | 2026-07-26T04:24:20.706Z | + [[ -n renovate/heapless-0.x ]] |
| 83 | 2026-07-26T04:24:20.713Z | ++ git branch --show-current |
| 84 | 2026-07-26T04:24:20.713Z | + current=master |
| 85 | 2026-07-26T04:24:20.713Z | + [[ master != renovate/heapless-0.x ]] |
| 86 | 2026-07-26T04:24:20.713Z | + git branch -f renovate/heapless-0.x 335d9c2423236c16749e4ea1405b954b6e27b510 |
| 87 | 2026-07-26T04:24:20.718Z | + git checkout -f renovate/heapless-0.x |
| 88 | 2026-07-26T04:24:20.728Z | Switched to branch 'renovate/heapless-0.x' |
| 89 | 2026-07-26T04:24:20.733Z | + git reset --hard 335d9c2423236c16749e4ea1405b954b6e27b510 |
| 90 | 2026-07-26T04:24:20.744Z | HEAD is now at 335d9c2 Update Rust crate heapless to 0.9 |
| 91 | 2026-07-26T04:24:20.749Z | process exited: duration 1228 ms, exit code 0 |
| |
| 92 | 2026-07-26T04:24:20.757Z | starting task 4: "build" |
| 93 | 2026-07-26T04:24:20.761Z | + source .github/buildomat/common.sh |
| 94 | 2026-07-26T04:24:20.761Z | ++ rustup show active-toolchain |
| 95 | 2026-07-26T04:24:20.766Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 96 | 2026-07-26T04:24:20.770Z | ++ pushd xde |
| 97 | 2026-07-26T04:24:20.770Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 98 | 2026-07-26T04:24:20.770Z | ++ rustup show active-toolchain |
| 99 | 2026-07-26T04:24:20.804Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 100 | 2026-07-26T04:24:20.939Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 101 | 2026-07-26T04:24:20.939Z | info: downloading 6 components |
| 102 | 2026-07-26T04:24:35.867Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 103 | 2026-07-26T04:24:35.957Z | +++ rustup show active-toolchain -v |
| 104 | 2026-07-26T04:24:35.960Z | +++ head -n 1 |
| 105 | 2026-07-26T04:24:35.960Z | +++ cut '-d ' -f1 |
| 106 | 2026-07-26T04:24:36.014Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-07-26T04:24:36.014Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 108 | 2026-07-26T04:24:36.014Z | ++ popd |
| 109 | 2026-07-26T04:24:36.018Z | /work/oxidecomputer/opte |
| 110 | 2026-07-26T04:24:36.018Z | + cargo --version |
| 111 | 2026-07-26T04:24:36.025Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 112 | 2026-07-26T04:24:36.028Z | + rustc --version |
| 113 | 2026-07-26T04:24:36.045Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 114 | 2026-07-26T04:24:36.048Z | + cd lib/oxide-vpc |
| 115 | 2026-07-26T04:24:36.049Z | + header 'check style' |
| 116 | 2026-07-26T04:24:36.049Z | + echo '# ==== check style ==== #' |
| 117 | 2026-07-26T04:24:36.049Z | # ==== check style ==== # |
| 118 | 2026-07-26T04:24:36.049Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 119 | 2026-07-26T04:24:36.180Z | |
| 120 | 2026-07-26T04:24:36.180Z | real 0.130535547 |
| 121 | 2026-07-26T04:24:36.181Z | user 0.094641299 |
| 122 | 2026-07-26T04:24:36.181Z | sys 0.031417141 |
| 123 | 2026-07-26T04:24:36.181Z | trap 0.000047460 |
| 124 | 2026-07-26T04:24:36.181Z | tflt 0.000016650 |
| 125 | 2026-07-26T04:24:36.181Z | dflt 0.000000630 |
| 126 | 2026-07-26T04:24:36.186Z | kflt 0.000000000 |
| 127 | 2026-07-26T04:24:36.186Z | lock 0.030834504 |
| 128 | 2026-07-26T04:24:36.186Z | slp 0.110420631 |
| 129 | 2026-07-26T04:24:36.186Z | lat 0.000828010 |
| 130 | 2026-07-26T04:24:36.186Z | stop 0.000101820 |
| 131 | 2026-07-26T04:24:36.186Z | + header 'check docs' |
| 132 | 2026-07-26T04:24:36.186Z | + echo '# ==== check docs ==== #' |
| 133 | 2026-07-26T04:24:36.186Z | # ==== check docs ==== # |
| 134 | 2026-07-26T04:24:36.186Z | + RUSTDOCFLAGS='-D warnings' |
| 135 | 2026-07-26T04:24:36.186Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 136 | 2026-07-26T04:24:36.253Z | Updating crates.io index |
| 137 | 2026-07-26T04:24:36.257Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 138 | 2026-07-26T04:24:37.172Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 139 | 2026-07-26T04:24:37.411Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 140 | 2026-07-26T04:24:37.630Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 141 | 2026-07-26T04:24:37.971Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 142 | 2026-07-26T04:24:38.188Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 143 | 2026-07-26T04:24:38.437Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 144 | 2026-07-26T04:24:40.133Z | Downloading crates ... |
| 145 | 2026-07-26T04:24:40.181Z | Downloaded itoa v1.0.18 |
| 146 | 2026-07-26T04:24:40.184Z | Downloaded dyn-clone v1.0.20 |
| 147 | 2026-07-26T04:24:40.184Z | Downloaded plain v0.2.3 |
| 148 | 2026-07-26T04:24:40.184Z | Downloaded darling v0.23.0 |
| 149 | 2026-07-26T04:24:40.185Z | Downloaded ident_case v1.0.1 |
| 150 | 2026-07-26T04:24:40.190Z | Downloaded crc32fast v1.5.0 |
| 151 | 2026-07-26T04:24:40.193Z | Downloaded cfg-if v1.0.4 |
| 152 | 2026-07-26T04:24:40.215Z | Downloaded zmij v1.0.22 |
| 153 | 2026-07-26T04:24:40.219Z | Downloaded serde_derive v1.0.228 |
| 154 | 2026-07-26T04:24:40.219Z | Downloaded heapless v0.8.0 |
| 155 | 2026-07-26T04:24:40.219Z | Downloaded defmt v1.1.1 |
| 156 | 2026-07-26T04:24:40.219Z | Downloaded darling_core v0.23.0 |
| 157 | 2026-07-26T04:24:40.234Z | Downloaded postcard v1.1.3 |
| 158 | 2026-07-26T04:24:40.237Z | Downloaded usdt v0.6.0 |
| 159 | 2026-07-26T04:24:40.237Z | Downloaded embedded-io v0.6.1 |
| 160 | 2026-07-26T04:24:40.243Z | Downloaded bitflags v2.13.0 |
| 161 | 2026-07-26T04:24:40.252Z | Downloaded embedded-io v0.4.0 |
| 162 | 2026-07-26T04:24:40.255Z | Downloaded pretty-hex v0.4.2 |
| 163 | 2026-07-26T04:24:40.255Z | Downloaded tabwriter v1.4.1 |
| 164 | 2026-07-26T04:24:40.260Z | Downloaded ref-cast-impl v1.0.25 |
| 165 | 2026-07-26T04:24:40.264Z | Downloaded dof v0.4.0 |
| 166 | 2026-07-26T04:24:40.271Z | Downloaded usdt-macro v0.6.0 |
| 167 | 2026-07-26T04:24:40.275Z | Downloaded darling_macro v0.23.0 |
| 168 | 2026-07-26T04:24:40.275Z | Downloaded defmt v0.3.100 |
| 169 | 2026-07-26T04:24:40.280Z | Downloaded proc-macro2 v1.0.106 |
| 170 | 2026-07-26T04:24:40.284Z | Downloaded byteorder v1.5.0 |
| 171 | 2026-07-26T04:24:40.285Z | Downloaded strsim v0.11.1 |
| 172 | 2026-07-26T04:24:40.289Z | Downloaded thread-id v5.1.0 |
| 173 | 2026-07-26T04:24:40.293Z | Downloaded hash32 v0.3.1 |
| 174 | 2026-07-26T04:24:40.297Z | Downloaded managed v0.8.0 |
| 175 | 2026-07-26T04:24:40.297Z | Downloaded cobs v0.3.0 |
| 176 | 2026-07-26T04:24:40.297Z | Downloaded version_check v0.9.5 |
| 177 | 2026-07-26T04:24:40.301Z | Downloaded usdt-attr-macro v0.6.0 |
| 178 | 2026-07-26T04:24:40.301Z | Downloaded macaddr v1.0.1 |
| 179 | 2026-07-26T04:24:40.307Z | Downloaded ref-cast v1.0.25 |
| 180 | 2026-07-26T04:24:40.307Z | Downloaded defmt-parser v1.0.0 |
| 181 | 2026-07-26T04:24:40.307Z | Downloaded dtrace-parser v0.3.0 |
| 182 | 2026-07-26T04:24:40.315Z | Downloaded stable_deref_trait v1.2.1 |
| 183 | 2026-07-26T04:24:40.335Z | Downloaded defmt-macros v1.1.1 |
| 184 | 2026-07-26T04:24:40.342Z | Downloaded either v1.16.0 |
| 185 | 2026-07-26T04:24:40.343Z | Downloaded ingot-types v0.2.0 |
| 186 | 2026-07-26T04:24:40.343Z | Downloaded ipnetwork v0.21.1 |
| 187 | 2026-07-26T04:24:40.343Z | Downloaded pest_generator v2.8.7 |
| 188 | 2026-07-26T04:24:40.343Z | Downloaded scroll_derive v0.13.1 |
| 189 | 2026-07-26T04:24:40.343Z | Downloaded usdt-impl v0.6.0 |
| 190 | 2026-07-26T04:24:40.343Z | Downloaded aho-corasick v1.1.4 |
| 191 | 2026-07-26T04:24:40.343Z | Downloaded pest_derive v2.8.7 |
| 192 | 2026-07-26T04:24:40.343Z | Downloaded ingot v0.2.0 |
| 193 | 2026-07-26T04:24:40.346Z | Downloaded bitflags v1.3.2 |
| 194 | 2026-07-26T04:24:40.347Z | Downloaded serde_tokenstream v0.2.3 |
| 195 | 2026-07-26T04:24:40.347Z | Downloaded thiserror-impl v2.0.18 |
| 196 | 2026-07-26T04:24:40.356Z | Downloaded quote v1.0.46 |
| 197 | 2026-07-26T04:24:40.359Z | Downloaded ingot-macros v0.2.0 |
| 198 | 2026-07-26T04:24:40.369Z | Downloaded scroll v0.13.0 |
| 199 | 2026-07-26T04:24:40.381Z | Downloaded serde_core v1.0.228 |
| 200 | 2026-07-26T04:24:40.397Z | Downloaded memmap2 v0.9.11 |
| 201 | 2026-07-26T04:24:40.401Z | Downloaded unicode-ident v1.0.24 |
| 202 | 2026-07-26T04:24:40.401Z | Downloaded log v0.4.33 |
| 203 | 2026-07-26T04:24:40.401Z | Downloaded ucd-trie v0.1.7 |
| 204 | 2026-07-26T04:24:40.401Z | Downloaded thiserror v2.0.18 |
| 205 | 2026-07-26T04:24:40.430Z | Downloaded pest_meta v2.8.7 |
| 206 | 2026-07-26T04:24:40.430Z | Downloaded uuid v1.23.5 |
| 207 | 2026-07-26T04:24:40.440Z | Downloaded serde v1.0.228 |
| 208 | 2026-07-26T04:24:40.453Z | Downloaded memchr v2.8.3 |
| 209 | 2026-07-26T04:24:40.456Z | Downloaded zerocopy-derive v0.8.54 |
| 210 | 2026-07-26T04:24:40.506Z | Downloaded pest v2.8.7 |
| 211 | 2026-07-26T04:24:40.513Z | Downloaded smoltcp v0.11.0 |
| 212 | 2026-07-26T04:24:40.516Z | Downloaded itertools v0.15.0 |
| 213 | 2026-07-26T04:24:40.520Z | Downloaded heapless v0.9.3 |
| 214 | 2026-07-26T04:24:40.524Z | Downloaded serde_json v1.0.150 |
| 215 | 2026-07-26T04:24:40.531Z | Downloaded regex v1.13.0 |
| 216 | 2026-07-26T04:24:40.589Z | Downloaded unicode-width v0.2.2 |
| 217 | 2026-07-26T04:24:40.593Z | Downloaded goblin v0.10.7 |
| 218 | 2026-07-26T04:24:40.612Z | Downloaded zerocopy v0.8.54 |
| 219 | 2026-07-26T04:24:40.618Z | Downloaded syn v2.0.118 |
| 220 | 2026-07-26T04:24:40.618Z | Downloaded regex-syntax v0.8.11 |
| 221 | 2026-07-26T04:24:40.655Z | Downloaded regex-automata v0.4.15 |
| 222 | 2026-07-26T04:24:40.675Z | Downloaded libc v0.2.186 |
| 223 | 2026-07-26T04:24:40.725Z | Compiling proc-macro2 v1.0.106 |
| 224 | 2026-07-26T04:24:40.725Z | Compiling quote v1.0.46 |
| 225 | 2026-07-26T04:24:40.725Z | Compiling unicode-ident v1.0.24 |
| 226 | 2026-07-26T04:24:40.725Z | Documenting unicode-ident v1.0.24 |
| 227 | 2026-07-26T04:24:40.730Z | Compiling serde_core v1.0.228 |
| 228 | 2026-07-26T04:24:40.730Z | Compiling strsim v0.11.1 |
| 229 | 2026-07-26T04:24:40.730Z | Compiling ident_case v1.0.1 |
| 230 | 2026-07-26T04:24:40.892Z | Compiling memchr v2.8.3 |
| 231 | 2026-07-26T04:24:40.912Z | Compiling zerocopy v0.8.54 |
| 232 | 2026-07-26T04:24:40.930Z | Checking byteorder v1.5.0 |
| 233 | 2026-07-26T04:24:41.066Z | Compiling serde v1.0.228 |
| 234 | 2026-07-26T04:24:41.195Z | Compiling thiserror v2.0.18 |
| 235 | 2026-07-26T04:24:41.311Z | Documenting proc-macro2 v1.0.106 |
| 236 | 2026-07-26T04:24:41.393Z | Compiling aho-corasick v1.1.4 |
| 237 | 2026-07-26T04:24:41.463Z | Compiling regex-syntax v0.8.11 |
| 238 | 2026-07-26T04:24:41.643Z | Compiling either v1.16.0 |
| 239 | 2026-07-26T04:24:41.804Z | Compiling syn v2.0.118 |
| 240 | 2026-07-26T04:24:41.838Z | Compiling itertools v0.15.0 |
| 241 | 2026-07-26T04:24:41.903Z | Documenting quote v1.0.46 |
| 242 | 2026-07-26T04:24:42.413Z | Documenting syn v2.0.118 |
| 243 | 2026-07-26T04:24:42.502Z | Checking hash32 v0.3.1 |
| 244 | 2026-07-26T04:24:42.593Z | Documenting strsim v0.11.1 |
| 245 | 2026-07-26T04:24:42.799Z | Checking stable_deref_trait v1.2.1 |
| 246 | 2026-07-26T04:24:42.863Z | Compiling regex-automata v0.4.15 |
| 247 | 2026-07-26T04:24:43.090Z | Documenting ident_case v1.0.1 |
| 248 | 2026-07-26T04:24:43.107Z | Checking bitflags v2.13.0 |
| 249 | 2026-07-26T04:24:43.270Z | Documenting serde_core v1.0.228 |
| 250 | 2026-07-26T04:24:43.466Z | Checking macaddr v1.0.1 |
| 251 | 2026-07-26T04:24:43.561Z | Checking cfg-if v1.0.4 |
| 252 | 2026-07-26T04:24:43.604Z | Compiling heapless v0.8.0 |
| 253 | 2026-07-26T04:24:43.619Z | Documenting memchr v2.8.3 |
| 254 | 2026-07-26T04:24:43.743Z | Checking darling_core v0.23.0 |
| 255 | 2026-07-26T04:24:44.075Z | Documenting regex-syntax v0.8.11 |
| 256 | 2026-07-26T04:24:44.446Z | Documenting darling_core v0.23.0 |
| 257 | 2026-07-26T04:24:44.680Z | Compiling regex v1.13.0 |
| 258 | 2026-07-26T04:24:44.914Z | Documenting aho-corasick v1.1.4 |
| 259 | 2026-07-26T04:24:45.104Z | Compiling smoltcp v0.11.0 |
| 260 | 2026-07-26T04:24:45.345Z | Checking bitflags v1.3.2 |
| 261 | 2026-07-26T04:24:45.364Z | Compiling serde_derive v1.0.228 |
| 262 | 2026-07-26T04:24:45.416Z | Compiling thiserror-impl v2.0.18 |
| 263 | 2026-07-26T04:24:45.462Z | Compiling zerocopy-derive v0.8.54 |
| 264 | 2026-07-26T04:24:45.547Z | Checking managed v0.8.0 |
| 265 | 2026-07-26T04:24:45.650Z | Documenting darling_macro v0.23.0 |
| 266 | 2026-07-26T04:24:45.886Z | Documenting regex-automata v0.4.15 |
| 267 | 2026-07-26T04:24:46.020Z | Documenting thiserror-impl v2.0.18 |
| 268 | 2026-07-26T04:24:46.351Z | Documenting zerocopy-derive v0.8.54 |
| 269 | 2026-07-26T04:24:46.575Z | Compiling darling_macro v0.23.0 |
| 270 | 2026-07-26T04:24:46.769Z | Checking cobs v0.3.0 |
| 271 | 2026-07-26T04:24:46.796Z | Documenting serde_derive v1.0.228 |
| 272 | 2026-07-26T04:24:46.827Z | Compiling heapless v0.9.3 |
| 273 | 2026-07-26T04:24:46.897Z | Compiling crc32fast v1.5.0 |
| 274 | 2026-07-26T04:24:47.143Z | Compiling ref-cast v1.0.25 |
| 275 | 2026-07-26T04:24:47.158Z | Compiling darling v0.23.0 |
| 276 | 2026-07-26T04:24:47.198Z | Documenting darling v0.23.0 |
| 277 | 2026-07-26T04:24:47.231Z | Compiling ingot-macros v0.2.0 |
| 278 | 2026-07-26T04:24:47.331Z | Documenting regex v1.13.0 |
| 279 | 2026-07-26T04:24:47.344Z | Documenting byteorder v1.5.0 |
| 280 | 2026-07-26T04:24:47.543Z | Documenting zerocopy v0.8.54 |
| 281 | 2026-07-26T04:24:48.108Z | Documenting serde v1.0.228 |
| 282 | 2026-07-26T04:24:48.115Z | Documenting thiserror v2.0.18 |
| 283 | 2026-07-26T04:24:48.506Z | Checking postcard v1.1.3 |
| 284 | 2026-07-26T04:24:48.552Z | Documenting ingot-macros v0.2.0 |
| 285 | 2026-07-26T04:24:48.669Z | Compiling ref-cast-impl v1.0.25 |
| 286 | 2026-07-26T04:24:48.783Z | Documenting bitflags v2.13.0 |
| 287 | 2026-07-26T04:24:49.279Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 288 | 2026-07-26T04:24:49.508Z | Documenting cfg-if v1.0.4 |
| 289 | 2026-07-26T04:24:49.516Z | Compiling version_check v0.9.5 |
| 290 | 2026-07-26T04:24:49.570Z | Documenting macaddr v1.0.1 |
| 291 | 2026-07-26T04:24:49.646Z | Checking ipnetwork v0.21.1 |
| 292 | 2026-07-26T04:24:49.770Z | Checking unicode-width v0.2.2 |
| 293 | 2026-07-26T04:24:49.782Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 294 | 2026-07-26T04:24:49.824Z | Documenting cobs v0.3.0 |
| 295 | 2026-07-26T04:24:49.834Z | Documenting managed v0.8.0 |
| 296 | 2026-07-26T04:24:49.912Z | Checking ingot-types v0.2.0 |
| 297 | 2026-07-26T04:24:50.015Z | Checking tabwriter v1.4.1 |
| 298 | 2026-07-26T04:24:50.094Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 299 | 2026-07-26T04:24:50.323Z | Checking ingot v0.2.0 |
| 300 | 2026-07-26T04:24:50.451Z | Documenting hash32 v0.3.1 |
| 301 | 2026-07-26T04:24:50.804Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 302 | 2026-07-26T04:24:50.866Z | Documenting postcard v1.1.3 |
| 303 | 2026-07-26T04:24:50.870Z | Documenting ingot-types v0.2.0 |
| 304 | 2026-07-26T04:24:50.892Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 305 | 2026-07-26T04:24:51.111Z | Documenting smoltcp v0.11.0 |
| 306 | 2026-07-26T04:24:51.374Z | Documenting ref-cast-impl v1.0.25 |
| 307 | 2026-07-26T04:24:51.402Z | Documenting stable_deref_trait v1.2.1 |
| 308 | 2026-07-26T04:24:51.452Z | Documenting either v1.16.0 |
| 309 | 2026-07-26T04:24:51.597Z | Checking dyn-clone v1.0.20 |
| 310 | 2026-07-26T04:24:51.695Z | Documenting unicode-width v0.2.2 |
| 311 | 2026-07-26T04:24:51.875Z | Documenting ipnetwork v0.21.1 |
| 312 | 2026-07-26T04:24:51.954Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 313 | 2026-07-26T04:24:52.157Z | Documenting ingot v0.2.0 |
| 314 | 2026-07-26T04:24:52.349Z | Documenting heapless v0.9.3 |
| 315 | 2026-07-26T04:24:52.618Z | Documenting itertools v0.15.0 |
| 316 | 2026-07-26T04:24:52.681Z | Documenting crc32fast v1.5.0 |
| 317 | 2026-07-26T04:24:52.866Z | Documenting ref-cast v1.0.25 |
| 318 | 2026-07-26T04:24:53.244Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 319 | 2026-07-26T04:24:53.431Z | Documenting tabwriter v1.4.1 |
| 320 | 2026-07-26T04:24:53.735Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 321 | 2026-07-26T04:24:54.153Z | Documenting dyn-clone v1.0.20 |
| 322 | 2026-07-26T04:24:54.655Z | Documenting uuid v1.23.5 |
| 323 | 2026-07-26T04:24:55.206Z | Checking uuid v1.23.5 |
| 324 | 2026-07-26T04:24:55.396Z | error[E0308]: mismatched types |
| 325 | 2026-07-26T04:24:55.396Z | --> lib/opte/src/engine/dhcp.rs:556:13 |
| 326 | 2026-07-26T04:24:55.396Z | | |
| 327 | 2026-07-26T04:24:55.396Z | 556 | dns_servers, |
| 328 | 2026-07-26T04:24:55.396Z | | ^^^^^^^^^^^ expected `Option<Vec<Ipv4Address, 3>>`, found `Option<VecInner<Ipv4Address, _, _>>` |
| 329 | 2026-07-26T04:24:55.396Z | | |
| 330 | 2026-07-26T04:24:55.396Z | = note: expected enum `Option<heapless::vec::Vec<Ipv4Address, 3>>` |
| 331 | 2026-07-26T04:24:55.396Z | found enum `Option<VecInner<Ipv4Address, _, heapless::vec::storage::VecStorageInner<[MaybeUninit<Ipv4Address>; _]>>>` |
| 332 | 2026-07-26T04:24:55.396Z | |
| 333 | 2026-07-26T04:24:55.454Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 334 | 2026-07-26T04:24:55.536Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 335 | 2026-07-26T04:24:55.783Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 336 | 2026-07-26T04:24:56.851Z | For more information about this error, try `rustc --explain E0308`. |
| 337 | 2026-07-26T04:24:56.889Z | error: could not compile `opte` (lib) due to 1 previous error |
| 338 | 2026-07-26T04:24:56.889Z | warning: build failed, waiting for other jobs to finish... |
| 339 | 2026-07-26T04:24:58.088Z | |
| 340 | 2026-07-26T04:24:58.088Z | real 21.883093742 |
| 341 | 2026-07-26T04:24:58.088Z | user 1:19.862576381 |
| 342 | 2026-07-26T04:24:58.088Z | sys 17.352886769 |
| 343 | 2026-07-26T04:24:58.089Z | trap 0.046984724 |
| 344 | 2026-07-26T04:24:58.089Z | tflt 0.092978365 |
| 345 | 2026-07-26T04:24:58.089Z | dflt 0.063229806 |
| 346 | 2026-07-26T04:24:58.089Z | kflt 0.004488823 |
| 347 | 2026-07-26T04:24:58.089Z | lock 8:03.580419442 |
| 348 | 2026-07-26T04:24:58.099Z | slp 5:05.401750365 |
| 349 | 2026-07-26T04:24:58.099Z | lat 6.755311562 |
| 350 | 2026-07-26T04:24:58.099Z | stop 13.257659285 |
| 351 | 2026-07-26T04:24:58.099Z | process exited: duration 37328 ms, exit code 101 |
| |
| 352 | 2026-07-26T04:24:58.120Z | found 0 output files |