|
|
|
| 1 | 2026-07-26T04:23:42.158Z | job assigned to worker 01KYEAJZ4Z64VZN4K91DBR7F9P [factory aws, i-0bc4c521cc4a60860] (queued for 45 s) |
| |
| 2 | 2026-07-26T04:23:49.589Z | starting task 0: "setup" |
| 3 | 2026-07-26T04:23:49.596Z | ++ uname -s |
| 4 | 2026-07-26T04:23:49.599Z | + kern=SunOS |
| 5 | 2026-07-26T04:23:49.599Z | + build_user=build |
| 6 | 2026-07-26T04:23:49.599Z | + build_uid=12345 |
| 7 | 2026-07-26T04:23:49.599Z | + work_dir=/work |
| 8 | 2026-07-26T04:23:49.599Z | + input_dir=/input |
| 9 | 2026-07-26T04:23:49.599Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-26T04:23:49.599Z | + case "$kern" in |
| 11 | 2026-07-26T04:23:49.599Z | + groupadd -g 12345 build |
| 12 | 2026-07-26T04:23:49.604Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-26T04:23:51.606Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-26T04:23:51.682Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-26T04:23:51.689Z | + home_fs=zfs |
| 16 | 2026-07-26T04:23:51.689Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-26T04:23:51.689Z | + mkdir -p /home/build |
| 18 | 2026-07-26T04:23:51.689Z | + chown build:build /home/build /work |
| 19 | 2026-07-26T04:23:53.695Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-26T04:23:53.706Z | process exited: duration 4097 ms, exit code 0 |
| |
| 21 | 2026-07-26T04:23:53.729Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-26T04:23:53.739Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-26T04:23:53.740Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-26T04:23:53.740Z | * rust toolchain channel = "1.97.1" |
| 25 | 2026-07-26T04:23:53.740Z | * rust toolchain profile = "default" |
| 26 | 2026-07-26T04:23:53.740Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-26T04:23:53.740Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-26T04:23:53.740Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-26T04:23:53.740Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-26T04:23:53.809Z | info: downloading installer |
| 31 | 2026-07-26T04:23:55.915Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-26T04:23:55.915Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-26T04:23:55.915Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-26T04:23:55.916Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-26T04:23:55.939Z | info: profile set to default |
| 36 | 2026-07-26T04:23:55.939Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-26T04:23:55.939Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-26T04:23:55.939Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-26T04:23:55.939Z | info: downloading 6 components |
| 40 | 2026-07-26T04:24:11.060Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-07-26T04:24:11.060Z | |
| 42 | 2026-07-26T04:24:11.094Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-26T04:24:11.094Z | |
| 44 | 2026-07-26T04:24:11.094Z | |
| 45 | 2026-07-26T04:24:11.094Z | Rust is installed now. Great! |
| 46 | 2026-07-26T04:24:11.094Z | |
| 47 | 2026-07-26T04:24:11.094Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-26T04:24:11.094Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-26T04:24:11.094Z | |
| 50 | 2026-07-26T04:24:11.094Z | To configure your current shell, you need to source |
| 51 | 2026-07-26T04:24:11.094Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-26T04:24:11.094Z | |
| 53 | 2026-07-26T04:24:11.094Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-26T04:24:11.094Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-26T04:24:11.095Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-26T04:24:11.095Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-26T04:24:11.095Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-26T04:24:11.095Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-26T04:24:11.095Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-26T04:24:11.104Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-26T04:24:11.104Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-26T04:24:11.179Z | + rustup --version |
| 63 | 2026-07-26T04:24:11.192Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-26T04:24:11.199Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-26T04:24:11.207Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-26T04:24:11.216Z | + cargo --version |
| 67 | 2026-07-26T04:24:11.222Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-26T04:24:11.232Z | + rustc --version |
| 69 | 2026-07-26T04:24:11.246Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-26T04:24:11.251Z | process exited: duration 17520 ms, exit code 0 |
| |
| 71 | 2026-07-26T04:24:11.259Z | starting task 2: "authentication" |
| 72 | 2026-07-26T04:24:11.282Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-07-26T04:24:15.315Z | process exited: duration 4052 ms, exit code 0 |
| |
| 74 | 2026-07-26T04:24:15.333Z | starting task 3: "clone repository" |
| 75 | 2026-07-26T04:24:15.338Z | + mkdir -p /work/oxidecomputer/opte |
| 76 | 2026-07-26T04:24:15.338Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 77 | 2026-07-26T04:24:15.372Z | Cloning into '/work/oxidecomputer/opte'... |
| 78 | 2026-07-26T04:24:17.365Z | + cd /work/oxidecomputer/opte |
| 79 | 2026-07-26T04:24:17.365Z | + git fetch origin 335d9c2423236c16749e4ea1405b954b6e27b510 |
| 80 | 2026-07-26T04:24:17.420Z | From https://github.com/oxidecomputer/opte |
| 81 | 2026-07-26T04:24:17.420Z | * branch 335d9c2423236c16749e4ea1405b954b6e27b510 -> FETCH_HEAD |
| 82 | 2026-07-26T04:24:17.420Z | + [[ -n renovate/heapless-0.x ]] |
| 83 | 2026-07-26T04:24:17.420Z | ++ git branch --show-current |
| 84 | 2026-07-26T04:24:17.420Z | + current=master |
| 85 | 2026-07-26T04:24:17.420Z | + [[ master != renovate/heapless-0.x ]] |
| 86 | 2026-07-26T04:24:17.420Z | + git branch -f renovate/heapless-0.x 335d9c2423236c16749e4ea1405b954b6e27b510 |
| 87 | 2026-07-26T04:24:17.420Z | + git checkout -f renovate/heapless-0.x |
| 88 | 2026-07-26T04:24:17.420Z | Switched to branch 'renovate/heapless-0.x' |
| 89 | 2026-07-26T04:24:17.420Z | + git reset --hard 335d9c2423236c16749e4ea1405b954b6e27b510 |
| 90 | 2026-07-26T04:24:17.420Z | HEAD is now at 335d9c2 Update Rust crate heapless to 0.9 |
| 91 | 2026-07-26T04:24:17.420Z | process exited: duration 1483 ms, exit code 0 |
| |
| 92 | 2026-07-26T04:24:17.467Z | starting task 4: "build" |
| 93 | 2026-07-26T04:24:17.482Z | + source .github/buildomat/common.sh |
| 94 | 2026-07-26T04:24:17.482Z | ++ rustup show active-toolchain |
| 95 | 2026-07-26T04:24:17.482Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 96 | 2026-07-26T04:24:17.482Z | ++ pushd xde |
| 97 | 2026-07-26T04:24:17.483Z | ++ rustup show active-toolchain |
| 98 | 2026-07-26T04:24:17.483Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 99 | 2026-07-26T04:24:17.483Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 100 | 2026-07-26T04:24:17.683Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 101 | 2026-07-26T04:24:17.687Z | info: downloading 6 components |
| 102 | 2026-07-26T04:24:34.391Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 103 | 2026-07-26T04:24:34.485Z | +++ rustup show active-toolchain -v |
| 104 | 2026-07-26T04:24:34.489Z | +++ head -n 1 |
| 105 | 2026-07-26T04:24:34.489Z | +++ cut '-d ' -f1 |
| 106 | 2026-07-26T04:24:34.541Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-07-26T04:24:34.541Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 108 | 2026-07-26T04:24:34.541Z | ++ popd |
| 109 | 2026-07-26T04:24:34.551Z | /work/oxidecomputer/opte |
| 110 | 2026-07-26T04:24:34.551Z | + cargo --version |
| 111 | 2026-07-26T04:24:34.555Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 112 | 2026-07-26T04:24:34.555Z | + rustc --version |
| 113 | 2026-07-26T04:24:34.573Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 114 | 2026-07-26T04:24:34.577Z | + cd lib/opte |
| 115 | 2026-07-26T04:24:34.577Z | + header 'check style' |
| 116 | 2026-07-26T04:24:34.577Z | + echo '# ==== check style ==== #' |
| 117 | 2026-07-26T04:24:34.577Z | # ==== check style ==== # |
| 118 | 2026-07-26T04:24:34.577Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 119 | 2026-07-26T04:24:34.763Z | |
| 120 | 2026-07-26T04:24:34.763Z | real 0.185085851 |
| 121 | 2026-07-26T04:24:34.763Z | user 0.142153991 |
| 122 | 2026-07-26T04:24:34.763Z | sys 0.036038318 |
| 123 | 2026-07-26T04:24:34.763Z | trap 0.000068370 |
| 124 | 2026-07-26T04:24:34.763Z | tflt 0.000038620 |
| 125 | 2026-07-26T04:24:34.763Z | dflt 0.000006040 |
| 126 | 2026-07-26T04:24:34.763Z | kflt 0.000000000 |
| 127 | 2026-07-26T04:24:34.763Z | lock 0.030805908 |
| 128 | 2026-07-26T04:24:34.763Z | slp 0.165743737 |
| 129 | 2026-07-26T04:24:34.763Z | lat 0.000848020 |
| 130 | 2026-07-26T04:24:34.763Z | stop 0.000088410 |
| 131 | 2026-07-26T04:24:34.767Z | + header 'check docs' |
| 132 | 2026-07-26T04:24:34.768Z | + echo '# ==== check docs ==== #' |
| 133 | 2026-07-26T04:24:34.768Z | # ==== check docs ==== # |
| 134 | 2026-07-26T04:24:34.768Z | + RUSTDOCFLAGS='-D warnings' |
| 135 | 2026-07-26T04:24:34.768Z | + 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:34.831Z | Updating crates.io index |
| 137 | 2026-07-26T04:24:34.835Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 138 | 2026-07-26T04:24:35.803Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 139 | 2026-07-26T04:24:36.038Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 140 | 2026-07-26T04:24:36.264Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 141 | 2026-07-26T04:24:36.620Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 142 | 2026-07-26T04:24:36.843Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 143 | 2026-07-26T04:24:37.089Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 144 | 2026-07-26T04:24:38.817Z | Downloading crates ... |
| 145 | 2026-07-26T04:24:38.861Z | Downloaded cfg-if v1.0.4 |
| 146 | 2026-07-26T04:24:38.867Z | Downloaded log v0.4.33 |
| 147 | 2026-07-26T04:24:38.871Z | Downloaded defmt v0.3.100 |
| 148 | 2026-07-26T04:24:38.877Z | Downloaded tabwriter v1.4.1 |
| 149 | 2026-07-26T04:24:38.889Z | Downloaded pest v2.8.7 |
| 150 | 2026-07-26T04:24:38.904Z | Downloaded zmij v1.0.22 |
| 151 | 2026-07-26T04:24:38.904Z | Downloaded ingot-macros v0.2.0 |
| 152 | 2026-07-26T04:24:38.908Z | Downloaded aho-corasick v1.1.4 |
| 153 | 2026-07-26T04:24:38.908Z | Downloaded itoa v1.0.18 |
| 154 | 2026-07-26T04:24:38.908Z | Downloaded darling_macro v0.23.0 |
| 155 | 2026-07-26T04:24:38.908Z | Downloaded defmt v1.1.1 |
| 156 | 2026-07-26T04:24:38.908Z | Downloaded defmt-parser v1.0.0 |
| 157 | 2026-07-26T04:24:38.909Z | Downloaded hash32 v0.3.1 |
| 158 | 2026-07-26T04:24:38.914Z | Downloaded darling_core v0.23.0 |
| 159 | 2026-07-26T04:24:38.918Z | Downloaded ident_case v1.0.1 |
| 160 | 2026-07-26T04:24:38.918Z | Downloaded postcard v1.1.3 |
| 161 | 2026-07-26T04:24:38.926Z | Downloaded memchr v2.8.3 |
| 162 | 2026-07-26T04:24:38.926Z | Downloaded ref-cast-impl v1.0.25 |
| 163 | 2026-07-26T04:24:38.926Z | Downloaded managed v0.8.0 |
| 164 | 2026-07-26T04:24:38.926Z | Downloaded macaddr v1.0.1 |
| 165 | 2026-07-26T04:24:38.932Z | Downloaded strsim v0.11.1 |
| 166 | 2026-07-26T04:24:38.939Z | Downloaded dof v0.4.0 |
| 167 | 2026-07-26T04:24:38.945Z | Downloaded usdt-attr-macro v0.6.0 |
| 168 | 2026-07-26T04:24:38.945Z | Downloaded embedded-io v0.4.0 |
| 169 | 2026-07-26T04:24:38.945Z | Downloaded plain v0.2.3 |
| 170 | 2026-07-26T04:24:38.960Z | Downloaded dyn-clone v1.0.20 |
| 171 | 2026-07-26T04:24:38.960Z | Downloaded cobs v0.3.0 |
| 172 | 2026-07-26T04:24:38.960Z | Downloaded dtrace-parser v0.3.0 |
| 173 | 2026-07-26T04:24:38.973Z | Downloaded usdt-macro v0.6.0 |
| 174 | 2026-07-26T04:24:38.973Z | Downloaded version_check v0.9.5 |
| 175 | 2026-07-26T04:24:38.973Z | Downloaded usdt v0.6.0 |
| 176 | 2026-07-26T04:24:38.973Z | Downloaded pretty-hex v0.4.2 |
| 177 | 2026-07-26T04:24:38.973Z | Downloaded stable_deref_trait v1.2.1 |
| 178 | 2026-07-26T04:24:38.978Z | Downloaded quote v1.0.46 |
| 179 | 2026-07-26T04:24:38.978Z | Downloaded thiserror-impl v2.0.18 |
| 180 | 2026-07-26T04:24:38.978Z | Downloaded usdt-impl v0.6.0 |
| 181 | 2026-07-26T04:24:38.978Z | Downloaded embedded-io v0.6.1 |
| 182 | 2026-07-26T04:24:38.983Z | Downloaded thread-id v5.1.0 |
| 183 | 2026-07-26T04:24:38.987Z | Downloaded bitflags v1.3.2 |
| 184 | 2026-07-26T04:24:38.987Z | Downloaded ipnetwork v0.21.1 |
| 185 | 2026-07-26T04:24:39.007Z | Downloaded pest_generator v2.8.7 |
| 186 | 2026-07-26T04:24:39.007Z | Downloaded ref-cast v1.0.25 |
| 187 | 2026-07-26T04:24:39.011Z | Downloaded pest_derive v2.8.7 |
| 188 | 2026-07-26T04:24:39.011Z | Downloaded byteorder v1.5.0 |
| 189 | 2026-07-26T04:24:39.011Z | Downloaded scroll v0.13.0 |
| 190 | 2026-07-26T04:24:39.011Z | Downloaded memmap2 v0.9.11 |
| 191 | 2026-07-26T04:24:39.011Z | Downloaded serde_tokenstream v0.2.3 |
| 192 | 2026-07-26T04:24:39.011Z | Downloaded ingot v0.2.0 |
| 193 | 2026-07-26T04:24:39.011Z | Downloaded ingot-types v0.2.0 |
| 194 | 2026-07-26T04:24:39.011Z | Downloaded scroll_derive v0.13.1 |
| 195 | 2026-07-26T04:24:39.017Z | Downloaded crc32fast v1.5.0 |
| 196 | 2026-07-26T04:24:39.022Z | Downloaded thiserror v2.0.18 |
| 197 | 2026-07-26T04:24:39.028Z | Downloaded pest_meta v2.8.7 |
| 198 | 2026-07-26T04:24:39.031Z | Downloaded either v1.16.0 |
| 199 | 2026-07-26T04:24:39.031Z | Downloaded ucd-trie v0.1.7 |
| 200 | 2026-07-26T04:24:39.039Z | Downloaded darling v0.23.0 |
| 201 | 2026-07-26T04:24:39.049Z | Downloaded proc-macro2 v1.0.106 |
| 202 | 2026-07-26T04:24:39.049Z | Downloaded serde_core v1.0.228 |
| 203 | 2026-07-26T04:24:39.053Z | Downloaded unicode-ident v1.0.24 |
| 204 | 2026-07-26T04:24:39.054Z | Downloaded serde_derive v1.0.228 |
| 205 | 2026-07-26T04:24:39.054Z | Downloaded defmt-macros v1.1.1 |
| 206 | 2026-07-26T04:24:39.060Z | Downloaded heapless v0.8.0 |
| 207 | 2026-07-26T04:24:39.060Z | Downloaded bitflags v2.13.0 |
| 208 | 2026-07-26T04:24:39.074Z | Downloaded itertools v0.15.0 |
| 209 | 2026-07-26T04:24:39.095Z | Downloaded serde v1.0.228 |
| 210 | 2026-07-26T04:24:39.100Z | Downloaded zerocopy-derive v0.8.54 |
| 211 | 2026-07-26T04:24:39.121Z | Downloaded heapless v0.9.3 |
| 212 | 2026-07-26T04:24:39.141Z | Downloaded regex v1.13.0 |
| 213 | 2026-07-26T04:24:39.154Z | Downloaded serde_json v1.0.150 |
| 214 | 2026-07-26T04:24:39.205Z | Downloaded goblin v0.10.7 |
| 215 | 2026-07-26T04:24:39.212Z | Downloaded unicode-width v0.2.2 |
| 216 | 2026-07-26T04:24:39.217Z | Downloaded zerocopy v0.8.54 |
| 217 | 2026-07-26T04:24:39.227Z | Downloaded syn v2.0.118 |
| 218 | 2026-07-26T04:24:39.233Z | Downloaded smoltcp v0.11.0 |
| 219 | 2026-07-26T04:24:39.239Z | Downloaded regex-syntax v0.8.11 |
| 220 | 2026-07-26T04:24:39.268Z | Downloaded regex-automata v0.4.15 |
| 221 | 2026-07-26T04:24:39.287Z | Downloaded libc v0.2.186 |
| 222 | 2026-07-26T04:24:39.347Z | Compiling proc-macro2 v1.0.106 |
| 223 | 2026-07-26T04:24:39.347Z | Compiling quote v1.0.46 |
| 224 | 2026-07-26T04:24:39.347Z | Compiling unicode-ident v1.0.24 |
| 225 | 2026-07-26T04:24:39.351Z | Documenting unicode-ident v1.0.24 |
| 226 | 2026-07-26T04:24:39.351Z | Compiling strsim v0.11.1 |
| 227 | 2026-07-26T04:24:39.351Z | Compiling ident_case v1.0.1 |
| 228 | 2026-07-26T04:24:39.351Z | Compiling serde_core v1.0.228 |
| 229 | 2026-07-26T04:24:39.502Z | Checking memchr v2.8.3 |
| 230 | 2026-07-26T04:24:39.683Z | Compiling thiserror v2.0.18 |
| 231 | 2026-07-26T04:24:39.695Z | Checking byteorder v1.5.0 |
| 232 | 2026-07-26T04:24:39.755Z | Compiling regex-syntax v0.8.11 |
| 233 | 2026-07-26T04:24:39.819Z | Compiling zerocopy v0.8.54 |
| 234 | 2026-07-26T04:24:39.865Z | Compiling serde v1.0.228 |
| 235 | 2026-07-26T04:24:39.880Z | Checking aho-corasick v1.1.4 |
| 236 | 2026-07-26T04:24:40.168Z | Documenting proc-macro2 v1.0.106 |
| 237 | 2026-07-26T04:24:40.428Z | Compiling syn v2.0.118 |
| 238 | 2026-07-26T04:24:40.539Z | Documenting strsim v0.11.1 |
| 239 | 2026-07-26T04:24:40.729Z | Documenting quote v1.0.46 |
| 240 | 2026-07-26T04:24:41.007Z | Documenting ident_case v1.0.1 |
| 241 | 2026-07-26T04:24:41.212Z | Compiling regex-automata v0.4.15 |
| 242 | 2026-07-26T04:24:41.248Z | Documenting syn v2.0.118 |
| 243 | 2026-07-26T04:24:41.469Z | Compiling either v1.16.0 |
| 244 | 2026-07-26T04:24:41.540Z | Checking hash32 v0.3.1 |
| 245 | 2026-07-26T04:24:41.648Z | Compiling itertools v0.15.0 |
| 246 | 2026-07-26T04:24:41.665Z | Checking stable_deref_trait v1.2.1 |
| 247 | 2026-07-26T04:24:41.731Z | Documenting memchr v2.8.3 |
| 248 | 2026-07-26T04:24:41.771Z | Checking bitflags v2.13.0 |
| 249 | 2026-07-26T04:24:41.934Z | Documenting serde_core v1.0.228 |
| 250 | 2026-07-26T04:24:42.367Z | Documenting aho-corasick v1.1.4 |
| 251 | 2026-07-26T04:24:42.407Z | Checking darling_core v0.23.0 |
| 252 | 2026-07-26T04:24:43.244Z | Compiling regex v1.13.0 |
| 253 | 2026-07-26T04:24:43.263Z | Documenting darling_core v0.23.0 |
| 254 | 2026-07-26T04:24:43.278Z | Compiling heapless v0.8.0 |
| 255 | 2026-07-26T04:24:43.391Z | Checking macaddr v1.0.1 |
| 256 | 2026-07-26T04:24:43.530Z | Checking cfg-if v1.0.4 |
| 257 | 2026-07-26T04:24:43.582Z | Documenting regex-syntax v0.8.11 |
| 258 | 2026-07-26T04:24:43.590Z | Compiling smoltcp v0.11.0 |
| 259 | 2026-07-26T04:24:43.993Z | Documenting zerocopy-derive v0.8.54 |
| 260 | 2026-07-26T04:24:44.010Z | Compiling zerocopy-derive v0.8.54 |
| 261 | 2026-07-26T04:24:44.090Z | Compiling serde_derive v1.0.228 |
| 262 | 2026-07-26T04:24:44.148Z | Compiling thiserror-impl v2.0.18 |
| 263 | 2026-07-26T04:24:44.442Z | Documenting darling_macro v0.23.0 |
| 264 | 2026-07-26T04:24:44.671Z | Documenting regex-automata v0.4.15 |
| 265 | 2026-07-26T04:24:44.818Z | Documenting serde_derive v1.0.228 |
| 266 | 2026-07-26T04:24:44.924Z | Documenting thiserror-impl v2.0.18 |
| 267 | 2026-07-26T04:24:45.080Z | Compiling darling_macro v0.23.0 |
| 268 | 2026-07-26T04:24:45.107Z | Documenting byteorder v1.5.0 |
| 269 | 2026-07-26T04:24:45.455Z | Checking cobs v0.3.0 |
| 270 | 2026-07-26T04:24:45.579Z | Checking managed v0.8.0 |
| 271 | 2026-07-26T04:24:45.627Z | Checking bitflags v1.3.2 |
| 272 | 2026-07-26T04:24:45.648Z | Compiling darling v0.23.0 |
| 273 | 2026-07-26T04:24:45.686Z | Documenting darling v0.23.0 |
| 274 | 2026-07-26T04:24:45.721Z | Compiling ingot-macros v0.2.0 |
| 275 | 2026-07-26T04:24:45.787Z | Documenting thiserror v2.0.18 |
| 276 | 2026-07-26T04:24:45.830Z | Documenting zerocopy v0.8.54 |
| 277 | 2026-07-26T04:24:46.075Z | Documenting regex v1.13.0 |
| 278 | 2026-07-26T04:24:46.138Z | Documenting bitflags v2.13.0 |
| 279 | 2026-07-26T04:24:46.316Z | Documenting macaddr v1.0.1 |
| 280 | 2026-07-26T04:24:46.577Z | Compiling heapless v0.9.3 |
| 281 | 2026-07-26T04:24:46.780Z | Documenting serde v1.0.228 |
| 282 | 2026-07-26T04:24:46.888Z | Documenting cfg-if v1.0.4 |
| 283 | 2026-07-26T04:24:47.045Z | Documenting ingot-macros v0.2.0 |
| 284 | 2026-07-26T04:24:47.148Z | Compiling ref-cast v1.0.25 |
| 285 | 2026-07-26T04:24:47.153Z | Compiling crc32fast v1.5.0 |
| 286 | 2026-07-26T04:24:47.431Z | Checking postcard v1.1.3 |
| 287 | 2026-07-26T04:24:47.509Z | Documenting cobs v0.3.0 |
| 288 | 2026-07-26T04:24:47.701Z | Compiling ref-cast-impl v1.0.25 |
| 289 | 2026-07-26T04:24:48.163Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 290 | 2026-07-26T04:24:48.246Z | Compiling version_check v0.9.5 |
| 291 | 2026-07-26T04:24:48.269Z | Checking unicode-width v0.2.2 |
| 292 | 2026-07-26T04:24:48.387Z | Checking ipnetwork v0.21.1 |
| 293 | 2026-07-26T04:24:48.417Z | Checking ingot-types v0.2.0 |
| 294 | 2026-07-26T04:24:48.503Z | Documenting managed v0.8.0 |
| 295 | 2026-07-26T04:24:48.507Z | Documenting postcard v1.1.3 |
| 296 | 2026-07-26T04:24:48.512Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 297 | 2026-07-26T04:24:48.521Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 298 | 2026-07-26T04:24:48.572Z | Documenting hash32 v0.3.1 |
| 299 | 2026-07-26T04:24:48.782Z | Documenting ref-cast-impl v1.0.25 |
| 300 | 2026-07-26T04:24:48.817Z | Checking ingot v0.2.0 |
| 301 | 2026-07-26T04:24:48.923Z | Documenting either v1.16.0 |
| 302 | 2026-07-26T04:24:49.046Z | Documenting ingot-types v0.2.0 |
| 303 | 2026-07-26T04:24:49.183Z | Documenting unicode-width v0.2.2 |
| 304 | 2026-07-26T04:24:49.430Z | Documenting smoltcp v0.11.0 |
| 305 | 2026-07-26T04:24:49.666Z | Documenting ipnetwork v0.21.1 |
| 306 | 2026-07-26T04:24:49.899Z | Documenting stable_deref_trait v1.2.1 |
| 307 | 2026-07-26T04:24:50.130Z | Documenting itertools v0.15.0 |
| 308 | 2026-07-26T04:24:50.333Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 309 | 2026-07-26T04:24:50.404Z | Documenting ref-cast v1.0.25 |
| 310 | 2026-07-26T04:24:50.707Z | Documenting ingot v0.2.0 |
| 311 | 2026-07-26T04:24:50.878Z | Documenting tabwriter v1.4.1 |
| 312 | 2026-07-26T04:24:51.080Z | Checking tabwriter v1.4.1 |
| 313 | 2026-07-26T04:24:51.518Z | Documenting crc32fast v1.5.0 |
| 314 | 2026-07-26T04:24:51.717Z | Documenting heapless v0.9.3 |
| 315 | 2026-07-26T04:24:51.886Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 316 | 2026-07-26T04:24:51.903Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 317 | 2026-07-26T04:24:51.994Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 318 | 2026-07-26T04:24:52.483Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 319 | 2026-07-26T04:24:52.487Z | Documenting dyn-clone v1.0.20 |
| 320 | 2026-07-26T04:24:52.511Z | Checking dyn-clone v1.0.20 |
| 321 | 2026-07-26T04:24:53.457Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 322 | 2026-07-26T04:24:55.154Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 323 | 2026-07-26T04:24:57.466Z | Finished `dev` profile [optimized + debuginfo] target(s) in 22.69s |
| 324 | 2026-07-26T04:24:57.551Z | Generated /work/oxidecomputer/opte/target/doc/opte/index.html |
| 325 | 2026-07-26T04:24:57.578Z | |
| 326 | 2026-07-26T04:24:57.586Z | real 22.793164317 |
| 327 | 2026-07-26T04:24:57.586Z | user 1:16.596021972 |
| 328 | 2026-07-26T04:24:57.586Z | sys 16.870161520 |
| 329 | 2026-07-26T04:24:57.586Z | trap 0.045163294 |
| 330 | 2026-07-26T04:24:57.586Z | tflt 0.073112147 |
| 331 | 2026-07-26T04:24:57.586Z | dflt 0.096804728 |
| 332 | 2026-07-26T04:24:57.586Z | kflt 0.004902833 |
| 333 | 2026-07-26T04:24:57.586Z | lock 7:00.485005305 |
| 334 | 2026-07-26T04:24:57.586Z | slp 4:33.617877261 |
| 335 | 2026-07-26T04:24:57.586Z | lat 7.965474552 |
| 336 | 2026-07-26T04:24:57.586Z | stop 13.227802577 |
| 337 | 2026-07-26T04:24:57.586Z | + header 'analyze std + api' |
| 338 | 2026-07-26T04:24:57.586Z | + echo '# ==== analyze std + api ==== #' |
| 339 | 2026-07-26T04:24:57.586Z | # ==== analyze std + api ==== # |
| 340 | 2026-07-26T04:24:57.586Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 341 | 2026-07-26T04:24:57.816Z | Compiling proc-macro2 v1.0.106 |
| 342 | 2026-07-26T04:24:57.816Z | Compiling quote v1.0.46 |
| 343 | 2026-07-26T04:24:57.816Z | Compiling unicode-ident v1.0.24 |
| 344 | 2026-07-26T04:24:57.816Z | Compiling memchr v2.8.3 |
| 345 | 2026-07-26T04:24:57.816Z | Compiling thiserror v2.0.18 |
| 346 | 2026-07-26T04:24:57.816Z | Compiling zerocopy v0.8.54 |
| 347 | 2026-07-26T04:24:57.822Z | Compiling zmij v1.0.22 |
| 348 | 2026-07-26T04:24:57.842Z | Compiling libc v0.2.186 |
| 349 | 2026-07-26T04:24:57.996Z | Compiling serde_core v1.0.228 |
| 350 | 2026-07-26T04:24:58.169Z | Compiling serde_json v1.0.150 |
| 351 | 2026-07-26T04:24:58.202Z | Compiling ucd-trie v0.1.7 |
| 352 | 2026-07-26T04:24:58.242Z | Compiling serde v1.0.228 |
| 353 | 2026-07-26T04:24:58.391Z | Compiling pest v2.8.7 |
| 354 | 2026-07-26T04:24:58.417Z | Compiling strsim v0.11.1 |
| 355 | 2026-07-26T04:24:58.432Z | Compiling ident_case v1.0.1 |
| 356 | 2026-07-26T04:24:58.619Z | Checking byteorder v1.5.0 |
| 357 | 2026-07-26T04:24:58.752Z | Compiling aho-corasick v1.1.4 |
| 358 | 2026-07-26T04:24:58.804Z | Compiling regex-syntax v0.8.11 |
| 359 | 2026-07-26T04:24:59.025Z | Compiling itoa v1.0.18 |
| 360 | 2026-07-26T04:24:59.178Z | Compiling syn v2.0.118 |
| 361 | 2026-07-26T04:24:59.630Z | Compiling pest_meta v2.8.7 |
| 362 | 2026-07-26T04:24:59.651Z | Compiling either v1.16.0 |
| 363 | 2026-07-26T04:24:59.651Z | Compiling usdt-impl v0.6.0 |
| 364 | 2026-07-26T04:24:59.816Z | Compiling itertools v0.15.0 |
| 365 | 2026-07-26T04:25:00.053Z | Compiling thread-id v5.1.0 |
| 366 | 2026-07-26T04:25:00.126Z | Checking hash32 v0.3.1 |
| 367 | 2026-07-26T04:25:00.238Z | Compiling regex-automata v0.4.15 |
| 368 | 2026-07-26T04:25:00.329Z | Compiling heapless v0.8.0 |
| 369 | 2026-07-26T04:25:00.396Z | Checking log v0.4.33 |
| 370 | 2026-07-26T04:25:00.763Z | Checking stable_deref_trait v1.2.1 |
| 371 | 2026-07-26T04:25:00.780Z | Checking plain v0.2.3 |
| 372 | 2026-07-26T04:25:01.026Z | Checking bitflags v2.13.0 |
| 373 | 2026-07-26T04:25:01.041Z | Checking pretty-hex v0.4.2 |
| 374 | 2026-07-26T04:25:01.091Z | Checking macaddr v1.0.1 |
| 375 | 2026-07-26T04:25:01.142Z | Checking cfg-if v1.0.4 |
| 376 | 2026-07-26T04:25:01.182Z | Compiling smoltcp v0.11.0 |
| 377 | 2026-07-26T04:25:01.391Z | Compiling crc32fast v1.5.0 |
| 378 | 2026-07-26T04:25:01.421Z | Compiling ref-cast v1.0.25 |
| 379 | 2026-07-26T04:25:01.509Z | Checking bitflags v1.3.2 |
| 380 | 2026-07-26T04:25:01.564Z | Compiling pest_generator v2.8.7 |
| 381 | 2026-07-26T04:25:01.593Z | Compiling darling_core v0.23.0 |
| 382 | 2026-07-26T04:25:01.665Z | Checking managed v0.8.0 |
| 383 | 2026-07-26T04:25:01.718Z | Compiling version_check v0.9.5 |
| 384 | 2026-07-26T04:25:01.839Z | Compiling heapless v0.9.3 |
| 385 | 2026-07-26T04:25:01.849Z | Compiling regex v1.13.0 |
| 386 | 2026-07-26T04:25:01.981Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 387 | 2026-07-26T04:25:02.256Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 388 | 2026-07-26T04:25:02.264Z | Checking memmap2 v0.9.11 |
| 389 | 2026-07-26T04:25:02.286Z | Checking unicode-width v0.2.2 |
| 390 | 2026-07-26T04:25:02.528Z | Checking ipnetwork v0.21.1 |
| 391 | 2026-07-26T04:25:02.556Z | Checking tabwriter v1.4.1 |
| 392 | 2026-07-26T04:25:02.739Z | Compiling thiserror-impl v2.0.18 |
| 393 | 2026-07-26T04:25:02.739Z | Compiling serde_derive v1.0.228 |
| 394 | 2026-07-26T04:25:02.811Z | Compiling zerocopy-derive v0.8.54 |
| 395 | 2026-07-26T04:25:03.172Z | Compiling pest_derive v2.8.7 |
| 396 | 2026-07-26T04:25:03.236Z | Compiling scroll_derive v0.13.1 |
| 397 | 2026-07-26T04:25:03.403Z | Compiling ref-cast-impl v1.0.25 |
| 398 | 2026-07-26T04:25:03.660Z | Compiling darling_macro v0.23.0 |
| 399 | 2026-07-26T04:25:03.692Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 400 | 2026-07-26T04:25:03.775Z | Checking dyn-clone v1.0.20 |
| 401 | 2026-07-26T04:25:04.045Z | Checking scroll v0.13.0 |
| 402 | 2026-07-26T04:25:04.065Z | Compiling dtrace-parser v0.3.0 |
| 403 | 2026-07-26T04:25:04.073Z | Checking cobs v0.3.0 |
| 404 | 2026-07-26T04:25:04.223Z | Compiling darling v0.23.0 |
| 405 | 2026-07-26T04:25:04.259Z | Checking goblin v0.10.7 |
| 406 | 2026-07-26T04:25:04.290Z | Compiling ingot-macros v0.2.0 |
| 407 | 2026-07-26T04:25:04.310Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 408 | 2026-07-26T04:25:05.439Z | Checking postcard v1.1.3 |
| 409 | 2026-07-26T04:25:05.476Z | Compiling serde_tokenstream v0.2.3 |
| 410 | 2026-07-26T04:25:06.823Z | Compiling dof v0.4.0 |
| 411 | 2026-07-26T04:25:06.878Z | Checking ingot-types v0.2.0 |
| 412 | 2026-07-26T04:25:07.171Z | Checking ingot v0.2.0 |
| 413 | 2026-07-26T04:25:07.758Z | Compiling usdt-macro v0.6.0 |
| 414 | 2026-07-26T04:25:07.758Z | Compiling usdt-attr-macro v0.6.0 |
| 415 | 2026-07-26T04:25:08.298Z | Checking usdt v0.6.0 |
| 416 | 2026-07-26T04:25:08.595Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 417 | 2026-07-26T04:25:10.669Z | error[E0308]: mismatched types |
| 418 | 2026-07-26T04:25:10.669Z | --> lib/opte/src/engine/dhcp.rs:556:13 |
| 419 | 2026-07-26T04:25:10.669Z | | |
| 420 | 2026-07-26T04:25:10.670Z | 556 | dns_servers, |
| 421 | 2026-07-26T04:25:10.670Z | | ^^^^^^^^^^^ expected `Option<Vec<Ipv4Address, 3>>`, found `Option<VecInner<Ipv4Address, _, ...>>` |
| 422 | 2026-07-26T04:25:10.671Z | | |
| 423 | 2026-07-26T04:25:10.671Z | = note: expected enum `std::option::Option<heapless::vec::Vec<smoltcp::wire::Ipv4Address, 3>>` |
| 424 | 2026-07-26T04:25:10.671Z | found enum `std::option::Option<heapless::vec::VecInner<smoltcp::wire::Ipv4Address, _, heapless::vec::storage::VecStorageInner<[std::mem::MaybeUninit<smoltcp::wire::Ipv4Address>; _]>>>` |
| 425 | 2026-07-26T04:25:10.671Z | |
| 426 | 2026-07-26T04:25:12.308Z | For more information about this error, try `rustc --explain E0308`. |
| 427 | 2026-07-26T04:25:12.395Z | error: could not compile `opte` (lib) due to 1 previous error |
| 428 | 2026-07-26T04:25:12.400Z | |
| 429 | 2026-07-26T04:25:12.400Z | real 14.815964095 |
| 430 | 2026-07-26T04:25:12.400Z | user 57.768741287 |
| 431 | 2026-07-26T04:25:12.404Z | sys 12.073652134 |
| 432 | 2026-07-26T04:25:12.404Z | trap 0.030751225 |
| 433 | 2026-07-26T04:25:12.404Z | tflt 0.157745410 |
| 434 | 2026-07-26T04:25:12.404Z | dflt 0.145081946 |
| 435 | 2026-07-26T04:25:12.404Z | kflt 0.000026870 |
| 436 | 2026-07-26T04:25:12.404Z | lock 3:26.741121737 |
| 437 | 2026-07-26T04:25:12.404Z | slp 3:03.563175243 |
| 438 | 2026-07-26T04:25:12.404Z | lat 2.734613986 |
| 439 | 2026-07-26T04:25:12.404Z | stop 6.149642253 |
| 440 | 2026-07-26T04:25:12.404Z | process exited: duration 54948 ms, exit code 101 |
| |
| 441 | 2026-07-26T04:25:12.413Z | found 0 output files |