|
|
|
| 1 | 2026-07-24T09:42:26.278Z | job assigned to worker 01KY9R1581MZPQ6X63FGPXAH63 [factory aws, i-037ddc9905f050269] (queued for 48 s) |
| |
| 2 | 2026-07-24T09:42:32.731Z | starting task 0: "setup" |
| 3 | 2026-07-24T09:42:32.735Z | ++ uname -s |
| 4 | 2026-07-24T09:42:32.738Z | + kern=SunOS |
| 5 | 2026-07-24T09:42:32.738Z | + build_user=build |
| 6 | 2026-07-24T09:42:32.738Z | + build_uid=12345 |
| 7 | 2026-07-24T09:42:32.739Z | + work_dir=/work |
| 8 | 2026-07-24T09:42:32.739Z | + input_dir=/input |
| 9 | 2026-07-24T09:42:32.739Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-24T09:42:32.739Z | + case "$kern" in |
| 11 | 2026-07-24T09:42:32.739Z | + groupadd -g 12345 build |
| 12 | 2026-07-24T09:42:32.742Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-24T09:42:34.745Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-24T09:42:34.842Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-24T09:42:34.845Z | + home_fs=zfs |
| 16 | 2026-07-24T09:42:34.845Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-24T09:42:34.845Z | + mkdir -p /home/build |
| 18 | 2026-07-24T09:42:34.845Z | + chown build:build /home/build /work |
| 19 | 2026-07-24T09:42:36.848Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-24T09:42:36.851Z | process exited: duration 4119 ms, exit code 0 |
| |
| 21 | 2026-07-24T09:42:36.857Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-24T09:42:36.862Z | * rust toolchain channel = "1.97.1" |
| 23 | 2026-07-24T09:42:36.862Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 24 | 2026-07-24T09:42:36.862Z | * rust toolchain profile = "default" |
| 25 | 2026-07-24T09:42:36.862Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-24T09:42:36.862Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-24T09:42:36.862Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-24T09:42:36.865Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-24T09:42:36.865Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-24T09:42:36.987Z | info: downloading installer |
| 31 | 2026-07-24T09:42:38.271Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-24T09:42:38.271Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-24T09:42:38.271Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-24T09:42:38.271Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-24T09:42:38.284Z | info: profile set to default |
| 36 | 2026-07-24T09:42:38.284Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-24T09:42:38.287Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-24T09:42:38.411Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-24T09:42:38.415Z | info: downloading 6 components |
| 40 | 2026-07-24T09:42:52.935Z | |
| 41 | 2026-07-24T09:42:52.935Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 42 | 2026-07-24T09:42:52.964Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-24T09:42:52.964Z | |
| 44 | 2026-07-24T09:42:52.964Z | |
| 45 | 2026-07-24T09:42:52.964Z | Rust is installed now. Great! |
| 46 | 2026-07-24T09:42:52.964Z | |
| 47 | 2026-07-24T09:42:52.964Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-24T09:42:52.964Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-24T09:42:52.964Z | |
| 50 | 2026-07-24T09:42:52.964Z | To configure your current shell, you need to source |
| 51 | 2026-07-24T09:42:52.964Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-24T09:42:52.964Z | |
| 53 | 2026-07-24T09:42:52.964Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-24T09:42:52.968Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-24T09:42:52.968Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-24T09:42:52.968Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-24T09:42:52.968Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-24T09:42:52.968Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-24T09:42:52.968Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-24T09:42:52.968Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-24T09:42:52.968Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-24T09:42:53.057Z | + rustup --version |
| 63 | 2026-07-24T09:42:53.064Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-24T09:42:53.067Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-24T09:42:53.085Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-24T09:42:53.088Z | + cargo --version |
| 67 | 2026-07-24T09:42:53.102Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-24T09:42:53.105Z | + rustc --version |
| 69 | 2026-07-24T09:42:53.125Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-24T09:42:53.129Z | process exited: duration 16269 ms, exit code 0 |
| |
| 71 | 2026-07-24T09:42:53.135Z | starting task 2: "authentication" |
| 72 | 2026-07-24T09:42:53.152Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-24T09:42:53.158Z | starting task 3: "clone repository" |
| 74 | 2026-07-24T09:42:53.161Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-24T09:42:53.165Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-24T09:42:53.193Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-24T09:42:54.096Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-24T09:42:54.096Z | + git fetch origin f21e37561c7910c412a04e37e79e2ce13b7130c8 |
| 79 | 2026-07-24T09:42:54.336Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-24T09:42:54.336Z | * branch f21e37561c7910c412a04e37e79e2ce13b7130c8 -> FETCH_HEAD |
| 81 | 2026-07-24T09:42:54.341Z | + [[ -n '' ]] |
| 82 | 2026-07-24T09:42:54.341Z | + git reset --hard f21e37561c7910c412a04e37e79e2ce13b7130c8 |
| 83 | 2026-07-24T09:42:54.359Z | HEAD is now at f21e375 Review feedback. |
| 84 | 2026-07-24T09:42:54.362Z | process exited: duration 1201 ms, exit code 0 |
| |
| 85 | 2026-07-24T09:42:54.368Z | starting task 4: "build" |
| 86 | 2026-07-24T09:42:54.371Z | + source .github/buildomat/common.sh |
| 87 | 2026-07-24T09:42:54.374Z | ++ rustup show active-toolchain |
| 88 | 2026-07-24T09:42:54.377Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 89 | 2026-07-24T09:42:54.377Z | ++ pushd xde |
| 90 | 2026-07-24T09:42:54.377Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 91 | 2026-07-24T09:42:54.378Z | ++ rustup show active-toolchain |
| 92 | 2026-07-24T09:42:54.384Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 93 | 2026-07-24T09:42:54.539Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 94 | 2026-07-24T09:42:54.542Z | info: downloading 6 components |
| 95 | 2026-07-24T09:43:09.110Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 96 | 2026-07-24T09:43:09.204Z | +++ rustup show active-toolchain -v |
| 97 | 2026-07-24T09:43:09.207Z | +++ head -n 1 |
| 98 | 2026-07-24T09:43:09.207Z | +++ cut '-d ' -f1 |
| 99 | 2026-07-24T09:43:09.259Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 100 | 2026-07-24T09:43:09.259Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 101 | 2026-07-24T09:43:09.263Z | ++ popd |
| 102 | 2026-07-24T09:43:09.263Z | /work/oxidecomputer/opte |
| 103 | 2026-07-24T09:43:09.263Z | + cargo --version |
| 104 | 2026-07-24T09:43:09.269Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 105 | 2026-07-24T09:43:09.273Z | + rustc --version |
| 106 | 2026-07-24T09:43:09.290Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 107 | 2026-07-24T09:43:09.294Z | + cd lib/opte-ioctl |
| 108 | 2026-07-24T09:43:09.294Z | + header 'check style' |
| 109 | 2026-07-24T09:43:09.294Z | + echo '# ==== check style ==== #' |
| 110 | 2026-07-24T09:43:09.294Z | # ==== check style ==== # |
| 111 | 2026-07-24T09:43:09.294Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 112 | 2026-07-24T09:43:09.368Z | |
| 113 | 2026-07-24T09:43:09.368Z | real 0.071300469 |
| 114 | 2026-07-24T09:43:09.368Z | user 0.035775383 |
| 115 | 2026-07-24T09:43:09.368Z | sys 0.033255488 |
| 116 | 2026-07-24T09:43:09.368Z | trap 0.000000260 |
| 117 | 2026-07-24T09:43:09.368Z | tflt 0.000014510 |
| 118 | 2026-07-24T09:43:09.368Z | dflt 0.000033600 |
| 119 | 2026-07-24T09:43:09.368Z | kflt 0.000000000 |
| 120 | 2026-07-24T09:43:09.368Z | lock 0.031238292 |
| 121 | 2026-07-24T09:43:09.368Z | slp 0.046981510 |
| 122 | 2026-07-24T09:43:09.368Z | lat 0.000892320 |
| 123 | 2026-07-24T09:43:09.368Z | stop 0.000119920 |
| 124 | 2026-07-24T09:43:09.372Z | + header analyze |
| 125 | 2026-07-24T09:43:09.372Z | + echo '# ==== analyze ==== #' |
| 126 | 2026-07-24T09:43:09.372Z | # ==== analyze ==== # |
| 127 | 2026-07-24T09:43:09.372Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 128 | 2026-07-24T09:43:09.502Z | Updating crates.io index |
| 129 | 2026-07-24T09:43:09.505Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 130 | 2026-07-24T09:43:10.442Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 131 | 2026-07-24T09:43:10.846Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 132 | 2026-07-24T09:43:11.168Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 133 | 2026-07-24T09:43:11.391Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 134 | 2026-07-24T09:43:11.619Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 135 | 2026-07-24T09:43:11.846Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 136 | 2026-07-24T09:43:13.637Z | Downloading crates ... |
| 137 | 2026-07-24T09:43:13.677Z | Downloaded byteorder v1.5.0 |
| 138 | 2026-07-24T09:43:13.691Z | Downloaded aho-corasick v1.1.4 |
| 139 | 2026-07-24T09:43:13.695Z | Downloaded embedded-io v0.4.0 |
| 140 | 2026-07-24T09:43:13.695Z | Downloaded ingot-macros v0.1.1 |
| 141 | 2026-07-24T09:43:13.698Z | Downloaded embedded-io v0.6.1 |
| 142 | 2026-07-24T09:43:13.698Z | Downloaded foreign-types-shared v0.3.1 |
| 143 | 2026-07-24T09:43:13.703Z | Downloaded dyn-clone v1.0.20 |
| 144 | 2026-07-24T09:43:13.703Z | Downloaded defmt-macros v1.1.1 |
| 145 | 2026-07-24T09:43:13.707Z | Downloaded pin-project-lite v0.2.17 |
| 146 | 2026-07-24T09:43:13.707Z | Downloaded defmt v0.3.100 |
| 147 | 2026-07-24T09:43:13.710Z | Downloaded either v1.16.0 |
| 148 | 2026-07-24T09:43:13.710Z | Downloaded proc-macro2 v1.0.106 |
| 149 | 2026-07-24T09:43:13.714Z | Downloaded hash32 v0.3.1 |
| 150 | 2026-07-24T09:43:13.714Z | Downloaded cfg-if v1.0.4 |
| 151 | 2026-07-24T09:43:13.717Z | Downloaded foreign-types v0.5.0 |
| 152 | 2026-07-24T09:43:13.718Z | Downloaded macaddr v1.0.1 |
| 153 | 2026-07-24T09:43:13.721Z | Downloaded ident_case v1.0.1 |
| 154 | 2026-07-24T09:43:13.721Z | Downloaded ingot v0.1.1 |
| 155 | 2026-07-24T09:43:13.725Z | Downloaded bitflags v2.13.0 |
| 156 | 2026-07-24T09:43:13.729Z | Downloaded equivalent v1.0.2 |
| 157 | 2026-07-24T09:43:13.732Z | Downloaded postcard v1.1.3 |
| 158 | 2026-07-24T09:43:13.735Z | Downloaded foreign-types-macros v0.2.3 |
| 159 | 2026-07-24T09:43:13.735Z | Downloaded proc-macro-crate v3.5.0 |
| 160 | 2026-07-24T09:43:13.735Z | Downloaded stable_deref_trait v1.2.1 |
| 161 | 2026-07-24T09:43:13.739Z | Downloaded managed v0.8.0 |
| 162 | 2026-07-24T09:43:13.744Z | Downloaded ref-cast-impl v1.0.25 |
| 163 | 2026-07-24T09:43:13.747Z | Downloaded pretty-hex v0.4.2 |
| 164 | 2026-07-24T09:43:13.747Z | Downloaded darling_macro v0.21.3 |
| 165 | 2026-07-24T09:43:13.750Z | Downloaded cobs v0.3.0 |
| 166 | 2026-07-24T09:43:13.754Z | Downloaded cpufeatures v0.3.0 |
| 167 | 2026-07-24T09:43:13.758Z | Downloaded version_check v0.9.5 |
| 168 | 2026-07-24T09:43:13.763Z | Downloaded strsim v0.11.1 |
| 169 | 2026-07-24T09:43:13.766Z | Downloaded defmt-parser v1.0.0 |
| 170 | 2026-07-24T09:43:13.772Z | Downloaded ref-cast v1.0.25 |
| 171 | 2026-07-24T09:43:13.776Z | Downloaded fnv v1.0.7 |
| 172 | 2026-07-24T09:43:13.780Z | Downloaded cstr-argument v0.1.2 |
| 173 | 2026-07-24T09:43:13.799Z | Downloaded num_enum_derive v0.7.6 |
| 174 | 2026-07-24T09:43:13.802Z | Downloaded thiserror-impl v2.0.18 |
| 175 | 2026-07-24T09:43:13.802Z | Downloaded bitflags v1.3.2 |
| 176 | 2026-07-24T09:43:13.806Z | Downloaded ingot-types v0.1.2 |
| 177 | 2026-07-24T09:43:13.810Z | Downloaded quote v1.0.46 |
| 178 | 2026-07-24T09:43:13.813Z | Downloaded oxnet v0.1.6 |
| 179 | 2026-07-24T09:43:13.813Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 180 | 2026-07-24T09:43:13.820Z | Downloaded rustversion v1.0.23 |
| 181 | 2026-07-24T09:43:13.826Z | Downloaded defmt v1.1.1 |
| 182 | 2026-07-24T09:43:13.830Z | Downloaded rand_core v0.10.1 |
| 183 | 2026-07-24T09:43:13.834Z | Downloaded num_enum v0.7.6 |
| 184 | 2026-07-24T09:43:13.838Z | Downloaded colored v3.1.1 |
| 185 | 2026-07-24T09:43:13.838Z | Downloaded thiserror v2.0.18 |
| 186 | 2026-07-24T09:43:13.841Z | Downloaded getrandom v0.4.3 |
| 187 | 2026-07-24T09:43:13.846Z | Downloaded darling v0.21.3 |
| 188 | 2026-07-24T09:43:13.853Z | Downloaded anyhow v1.0.103 |
| 189 | 2026-07-24T09:43:13.857Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 190 | 2026-07-24T09:43:13.857Z | Downloaded tracing-attributes v0.1.31 |
| 191 | 2026-07-24T09:43:13.866Z | Downloaded serde_derive v1.0.228 |
| 192 | 2026-07-24T09:43:13.872Z | Downloaded socket2 v0.6.4 |
| 193 | 2026-07-24T09:43:13.876Z | Downloaded uuid v1.23.5 |
| 194 | 2026-07-24T09:43:13.879Z | Downloaded once_cell v1.21.4 |
| 195 | 2026-07-24T09:43:13.883Z | Downloaded chacha20 v0.10.1 |
| 196 | 2026-07-24T09:43:13.883Z | Downloaded tracing-core v0.1.36 |
| 197 | 2026-07-24T09:43:13.886Z | Downloaded serde_core v1.0.228 |
| 198 | 2026-07-24T09:43:13.890Z | Downloaded unicode-ident v1.0.24 |
| 199 | 2026-07-24T09:43:13.897Z | Downloaded darling_core v0.21.3 |
| 200 | 2026-07-24T09:43:13.897Z | Downloaded itertools v0.14.0 |
| 201 | 2026-07-24T09:43:13.901Z | Downloaded hashbrown v0.17.1 |
| 202 | 2026-07-24T09:43:13.913Z | Downloaded heapless v0.8.0 |
| 203 | 2026-07-24T09:43:13.914Z | Downloaded serde v1.0.228 |
| 204 | 2026-07-24T09:43:13.922Z | Downloaded memchr v2.8.3 |
| 205 | 2026-07-24T09:43:13.926Z | Downloaded rand v0.10.2 |
| 206 | 2026-07-24T09:43:13.929Z | Downloaded indexmap v2.14.0 |
| 207 | 2026-07-24T09:43:13.929Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 208 | 2026-07-24T09:43:13.933Z | Downloaded zerocopy-derive v0.8.54 |
| 209 | 2026-07-24T09:43:13.965Z | Downloaded regex v1.13.0 |
| 210 | 2026-07-24T09:43:13.994Z | Downloaded winnow v1.0.3 |
| 211 | 2026-07-24T09:43:14.011Z | Downloaded syn v1.0.109 |
| 212 | 2026-07-24T09:43:14.027Z | Downloaded zerocopy v0.8.54 |
| 213 | 2026-07-24T09:43:14.042Z | Downloaded syn v2.0.118 |
| 214 | 2026-07-24T09:43:14.048Z | Downloaded smoltcp v0.11.0 |
| 215 | 2026-07-24T09:43:14.069Z | Downloaded regex-syntax v0.8.11 |
| 216 | 2026-07-24T09:43:14.079Z | Downloaded tracing v0.1.44 |
| 217 | 2026-07-24T09:43:14.100Z | Downloaded regex-automata v0.4.15 |
| 218 | 2026-07-24T09:43:14.112Z | Downloaded libc v0.2.186 |
| 219 | 2026-07-24T09:43:14.168Z | Compiling proc-macro2 v1.0.106 |
| 220 | 2026-07-24T09:43:14.168Z | Compiling unicode-ident v1.0.24 |
| 221 | 2026-07-24T09:43:14.168Z | Compiling quote v1.0.46 |
| 222 | 2026-07-24T09:43:14.172Z | Compiling serde_core v1.0.228 |
| 223 | 2026-07-24T09:43:14.172Z | Checking cfg-if v1.0.4 |
| 224 | 2026-07-24T09:43:14.172Z | Compiling fnv v1.0.7 |
| 225 | 2026-07-24T09:43:14.172Z | Compiling strsim v0.11.1 |
| 226 | 2026-07-24T09:43:14.172Z | Compiling memchr v2.8.3 |
| 227 | 2026-07-24T09:43:14.292Z | Compiling ident_case v1.0.1 |
| 228 | 2026-07-24T09:43:14.334Z | Compiling thiserror v2.0.18 |
| 229 | 2026-07-24T09:43:14.363Z | Compiling libc v0.2.186 |
| 230 | 2026-07-24T09:43:14.398Z | Compiling regex-syntax v0.8.11 |
| 231 | 2026-07-24T09:43:14.522Z | Compiling winnow v1.0.3 |
| 232 | 2026-07-24T09:43:14.613Z | Compiling aho-corasick v1.1.4 |
| 233 | 2026-07-24T09:43:14.760Z | Compiling either v1.16.0 |
| 234 | 2026-07-24T09:43:14.805Z | Compiling serde v1.0.228 |
| 235 | 2026-07-24T09:43:14.859Z | Compiling zerocopy v0.8.54 |
| 236 | 2026-07-24T09:43:14.961Z | Compiling hashbrown v0.17.1 |
| 237 | 2026-07-24T09:43:15.109Z | Compiling equivalent v1.0.2 |
| 238 | 2026-07-24T09:43:15.221Z | Compiling itertools v0.14.0 |
| 239 | 2026-07-24T09:43:15.427Z | Compiling syn v2.0.118 |
| 240 | 2026-07-24T09:43:15.480Z | Compiling indexmap v2.14.0 |
| 241 | 2026-07-24T09:43:15.491Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 242 | 2026-07-24T09:43:15.830Z | Compiling regex-automata v0.4.15 |
| 243 | 2026-07-24T09:43:15.996Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 244 | 2026-07-24T09:43:16.014Z | Checking byteorder v1.5.0 |
| 245 | 2026-07-24T09:43:16.025Z | Compiling heapless v0.8.0 |
| 246 | 2026-07-24T09:43:16.073Z | Checking bitflags v2.13.0 |
| 247 | 2026-07-24T09:43:16.207Z | Checking hash32 v0.3.1 |
| 248 | 2026-07-24T09:43:16.215Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 249 | 2026-07-24T09:43:16.243Z | Compiling syn v1.0.109 |
| 250 | 2026-07-24T09:43:16.314Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 251 | 2026-07-24T09:43:16.412Z | Checking stable_deref_trait v1.2.1 |
| 252 | 2026-07-24T09:43:16.475Z | Checking macaddr v1.0.1 |
| 253 | 2026-07-24T09:43:16.489Z | Compiling rustversion v1.0.23 |
| 254 | 2026-07-24T09:43:16.498Z | Compiling smoltcp v0.11.0 |
| 255 | 2026-07-24T09:43:16.593Z | Checking managed v0.8.0 |
| 256 | 2026-07-24T09:43:16.613Z | Compiling ref-cast v1.0.25 |
| 257 | 2026-07-24T09:43:16.779Z | Compiling proc-macro-crate v3.5.0 |
| 258 | 2026-07-24T09:43:16.832Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 259 | 2026-07-24T09:43:16.855Z | Compiling getrandom v0.4.3 |
| 260 | 2026-07-24T09:43:16.918Z | Checking rand_core v0.10.1 |
| 261 | 2026-07-24T09:43:16.922Z | Checking bitflags v1.3.2 |
| 262 | 2026-07-24T09:43:16.982Z | Compiling version_check v0.9.5 |
| 263 | 2026-07-24T09:43:17.136Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 264 | 2026-07-24T09:43:17.193Z | Compiling anyhow v1.0.103 |
| 265 | 2026-07-24T09:43:17.252Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 266 | 2026-07-24T09:43:17.491Z | Checking cpufeatures v0.3.0 |
| 267 | 2026-07-24T09:43:17.500Z | Checking once_cell v1.21.4 |
| 268 | 2026-07-24T09:43:17.553Z | Compiling regex v1.13.0 |
| 269 | 2026-07-24T09:43:17.639Z | Checking foreign-types-shared v0.3.1 |
| 270 | 2026-07-24T09:43:17.670Z | Checking tracing-core v0.1.36 |
| 271 | 2026-07-24T09:43:17.724Z | Checking chacha20 v0.10.1 |
| 272 | 2026-07-24T09:43:17.791Z | Checking cstr-argument v0.1.2 |
| 273 | 2026-07-24T09:43:18.043Z | Compiling darling_core v0.21.3 |
| 274 | 2026-07-24T09:43:18.077Z | Checking pretty-hex v0.4.2 |
| 275 | 2026-07-24T09:43:18.089Z | Checking pin-project-lite v0.2.17 |
| 276 | 2026-07-24T09:43:18.103Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 277 | 2026-07-24T09:43:18.173Z | Checking dyn-clone v1.0.20 |
| 278 | 2026-07-24T09:43:18.243Z | Checking rand v0.10.2 |
| 279 | 2026-07-24T09:43:18.269Z | Checking uuid v1.23.5 |
| 280 | 2026-07-24T09:43:18.317Z | Checking socket2 v0.6.4 |
| 281 | 2026-07-24T09:43:18.441Z | Checking oxnet v0.1.6 |
| 282 | 2026-07-24T09:43:18.513Z | Checking colored v3.1.1 |
| 283 | 2026-07-24T09:43:18.871Z | Compiling thiserror-impl v2.0.18 |
| 284 | 2026-07-24T09:43:18.871Z | Compiling zerocopy-derive v0.8.54 |
| 285 | 2026-07-24T09:43:18.875Z | Compiling serde_derive v1.0.228 |
| 286 | 2026-07-24T09:43:18.875Z | Compiling ref-cast-impl v1.0.25 |
| 287 | 2026-07-24T09:43:18.876Z | Compiling num_enum_derive v0.7.6 |
| 288 | 2026-07-24T09:43:19.202Z | Compiling foreign-types-macros v0.2.3 |
| 289 | 2026-07-24T09:43:19.537Z | Compiling tracing-attributes v0.1.31 |
| 290 | 2026-07-24T09:43:19.804Z | Checking foreign-types v0.5.0 |
| 291 | 2026-07-24T09:43:19.849Z | Checking num_enum v0.7.6 |
| 292 | 2026-07-24T09:43:19.869Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 293 | 2026-07-24T09:43:19.953Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 294 | 2026-07-24T09:43:20.088Z | Compiling darling_macro v0.21.3 |
| 295 | 2026-07-24T09:43:20.146Z | Checking cobs v0.3.0 |
| 296 | 2026-07-24T09:43:20.199Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 297 | 2026-07-24T09:43:20.416Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 298 | 2026-07-24T09:43:20.601Z | Checking tracing v0.1.44 |
| 299 | 2026-07-24T09:43:20.637Z | Compiling darling v0.21.3 |
| 300 | 2026-07-24T09:43:20.703Z | Compiling ingot-macros v0.1.1 |
| 301 | 2026-07-24T09:43:20.873Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 302 | 2026-07-24T09:43:21.438Z | Checking postcard v1.1.3 |
| 303 | 2026-07-24T09:43:22.781Z | Checking ingot-types v0.1.2 |
| 304 | 2026-07-24T09:43:23.048Z | Checking ingot v0.1.1 |
| 305 | 2026-07-24T09:43:24.324Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 306 | 2026-07-24T09:43:25.466Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 307 | 2026-07-24T09:43:26.618Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 308 | 2026-07-24T09:43:26.798Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.38s |
| 309 | 2026-07-24T09:43:26.900Z | |
| 310 | 2026-07-24T09:43:26.904Z | real 17.528331134 |
| 311 | 2026-07-24T09:43:26.904Z | user 47.730408226 |
| 312 | 2026-07-24T09:43:26.904Z | sys 11.171037410 |
| 313 | 2026-07-24T09:43:26.904Z | trap 0.035349403 |
| 314 | 2026-07-24T09:43:26.904Z | tflt 0.076947155 |
| 315 | 2026-07-24T09:43:26.904Z | dflt 0.129496767 |
| 316 | 2026-07-24T09:43:26.904Z | kflt 0.005585036 |
| 317 | 2026-07-24T09:43:26.904Z | lock 3:18.976895514 |
| 318 | 2026-07-24T09:43:26.904Z | slp 2:38.442096224 |
| 319 | 2026-07-24T09:43:26.904Z | lat 3.629209022 |
| 320 | 2026-07-24T09:43:26.904Z | stop 12.215974212 |
| 321 | 2026-07-24T09:43:26.904Z | process exited: duration 32532 ms, exit code 0 |
| |
| 322 | 2026-07-24T09:43:26.911Z | found 0 output files |