|
|
|
| 1 | 2026-02-20T04:22:01.280Z | job assigned to worker 01KHWMFKXA6J5AP29WW2ZQ538G [factory aws, i-0297f55c002c8b41f] (queued for 56 s) |
| |
| 2 | 2026-02-20T04:22:09.924Z | starting task 0: "setup" |
| 3 | 2026-02-20T04:22:09.928Z | ++ uname -s |
| 4 | 2026-02-20T04:22:09.934Z | + kern=SunOS |
| 5 | 2026-02-20T04:22:09.934Z | + build_user=build |
| 6 | 2026-02-20T04:22:09.934Z | + build_uid=12345 |
| 7 | 2026-02-20T04:22:09.934Z | + work_dir=/work |
| 8 | 2026-02-20T04:22:09.934Z | + input_dir=/input |
| 9 | 2026-02-20T04:22:09.934Z | + [[ 0 == 12345 ]] |
| 10 | 2026-02-20T04:22:09.934Z | + case "$kern" in |
| 11 | 2026-02-20T04:22:09.934Z | + groupadd -g 12345 build |
| 12 | 2026-02-20T04:22:09.939Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-02-20T04:22:11.942Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-02-20T04:22:12.079Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-02-20T04:22:12.083Z | + home_fs=zfs |
| 16 | 2026-02-20T04:22:12.083Z | + [[ zfs == autofs ]] |
| 17 | 2026-02-20T04:22:12.083Z | + mkdir -p /home/build |
| 18 | 2026-02-20T04:22:12.087Z | + chown build:build /home/build /work |
| 19 | 2026-02-20T04:22:14.100Z | + chmod 0700 /home/build /work |
| 20 | 2026-02-20T04:22:14.112Z | process exited: duration 4165 ms, exit code 0 |
| |
| 21 | 2026-02-20T04:22:14.144Z | starting task 1: "rust-toolchain" |
| 22 | 2026-02-20T04:22:14.158Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-02-20T04:22:14.158Z | * rust toolchain channel = "1.90.0" |
| 24 | 2026-02-20T04:22:14.158Z | * rust toolchain profile = "default" |
| 25 | 2026-02-20T04:22:14.158Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-02-20T04:22:14.158Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-02-20T04:22:14.158Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-02-20T04:22:14.158Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-02-20T04:22:14.158Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-02-20T04:22:14.285Z | info: downloading installer |
| 31 | 2026-02-20T04:22:16.254Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-02-20T04:22:16.254Z | warn: /opt/ooce/bin |
| 33 | 2026-02-20T04:22:16.254Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-02-20T04:22:16.255Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-02-20T04:22:16.255Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-02-20T04:22:16.255Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-02-20T04:22:16.255Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-02-20T04:22:16.255Z | error: cannot install while Rust is installed |
| 39 | 2026-02-20T04:22:16.256Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-02-20T04:22:16.331Z | info: profile set to 'default' |
| 41 | 2026-02-20T04:22:16.331Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-02-20T04:22:16.355Z | info: syncing channel updates for '1.90.0-x86_64-unknown-illumos' |
| 43 | 2026-02-20T04:22:16.480Z | info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14) |
| 44 | 2026-02-20T04:22:16.480Z | info: downloading component 'cargo' |
| 45 | 2026-02-20T04:22:17.445Z | info: downloading component 'clippy' |
| 46 | 2026-02-20T04:22:17.891Z | info: downloading component 'rust-docs' |
| 47 | 2026-02-20T04:22:19.293Z | info: downloading component 'rust-std' |
| 48 | 2026-02-20T04:22:21.340Z | info: downloading component 'rustc' |
| 49 | 2026-02-20T04:22:28.703Z | info: downloading component 'rustfmt' |
| 50 | 2026-02-20T04:22:29.028Z | info: installing component 'cargo' |
| 51 | 2026-02-20T04:22:29.938Z | info: installing component 'clippy' |
| 52 | 2026-02-20T04:22:30.325Z | info: installing component 'rust-docs' |
| 53 | 2026-02-20T04:22:32.180Z | info: installing component 'rust-std' |
| 54 | 2026-02-20T04:22:34.107Z | info: installing component 'rustc' |
| 55 | 2026-02-20T04:22:40.708Z | info: installing component 'rustfmt' |
| 56 | 2026-02-20T04:22:41.044Z | info: default toolchain set to '1.90.0-x86_64-unknown-illumos' |
| 57 | 2026-02-20T04:22:41.044Z | |
| 58 | 2026-02-20T04:22:41.468Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 59 | 2026-02-20T04:22:41.468Z | |
| 60 | 2026-02-20T04:22:41.476Z | |
| 61 | 2026-02-20T04:22:41.476Z | Rust is installed now. Great! |
| 62 | 2026-02-20T04:22:41.476Z | |
| 63 | 2026-02-20T04:22:41.476Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-02-20T04:22:41.476Z | environment variable. This has not been done automatically. |
| 65 | 2026-02-20T04:22:41.476Z | |
| 66 | 2026-02-20T04:22:41.476Z | To configure your current shell, you need to source |
| 67 | 2026-02-20T04:22:41.476Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-02-20T04:22:41.476Z | |
| 69 | 2026-02-20T04:22:41.477Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-02-20T04:22:41.477Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-02-20T04:22:41.477Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-02-20T04:22:41.477Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-02-20T04:22:41.559Z | + rustup --version |
| 74 | 2026-02-20T04:22:41.572Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-02-20T04:22:41.575Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-02-20T04:22:41.694Z | info: The currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 77 | 2026-02-20T04:22:41.697Z | + cargo --version |
| 78 | 2026-02-20T04:22:41.763Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 79 | 2026-02-20T04:22:41.770Z | + rustc --version |
| 80 | 2026-02-20T04:22:41.838Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 81 | 2026-02-20T04:22:41.845Z | process exited: duration 27688 ms, exit code 0 |
| |
| 82 | 2026-02-20T04:22:41.855Z | starting task 2: "authentication" |
| 83 | 2026-02-20T04:22:41.878Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2026-02-20T04:22:41.887Z | starting task 3: "clone repository" |
| 85 | 2026-02-20T04:22:41.892Z | + mkdir -p /work/oxidecomputer/opte |
| 86 | 2026-02-20T04:22:41.895Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 87 | 2026-02-20T04:22:41.934Z | Cloning into '/work/oxidecomputer/opte'... |
| 88 | 2026-02-20T04:22:42.917Z | + cd /work/oxidecomputer/opte |
| 89 | 2026-02-20T04:22:42.920Z | + git fetch origin f0e8206a98387983b689619462d7dd34162041fe |
| 90 | 2026-02-20T04:22:43.179Z | From https://github.com/oxidecomputer/opte |
| 91 | 2026-02-20T04:22:43.179Z | * branch f0e8206a98387983b689619462d7dd34162041fe -> FETCH_HEAD |
| 92 | 2026-02-20T04:22:43.187Z | + [[ -n '' ]] |
| 93 | 2026-02-20T04:22:43.187Z | + git reset --hard f0e8206a98387983b689619462d7dd34162041fe |
| 94 | 2026-02-20T04:22:43.216Z | HEAD is now at f0e8206 Update Rust crate clap to v4.5.60 |
| 95 | 2026-02-20T04:22:43.219Z | process exited: duration 1324 ms, exit code 0 |
| |
| 96 | 2026-02-20T04:22:43.226Z | starting task 4: "build" |
| 97 | 2026-02-20T04:22:43.231Z | + source .github/buildomat/common.sh |
| 98 | 2026-02-20T04:22:43.234Z | ++ rustup show active-toolchain |
| 99 | 2026-02-20T04:22:43.283Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 100 | 2026-02-20T04:22:43.286Z | ++ pushd xde |
| 101 | 2026-02-20T04:22:43.289Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 102 | 2026-02-20T04:22:43.289Z | ++ rustup show active-toolchain |
| 103 | 2026-02-20T04:22:43.293Z | info: syncing channel updates for 'nightly-2025-09-19-x86_64-unknown-illumos' |
| 104 | 2026-02-20T04:22:43.530Z | info: latest update on 2025-09-19, rust version 1.92.0-nightly (7c275d09e 2025-09-18) |
| 105 | 2026-02-20T04:22:43.530Z | info: downloading component 'cargo' |
| 106 | 2026-02-20T04:22:44.562Z | info: downloading component 'clippy' |
| 107 | 2026-02-20T04:22:44.946Z | info: downloading component 'rust-src' |
| 108 | 2026-02-20T04:22:45.204Z | info: downloading component 'rust-std' |
| 109 | 2026-02-20T04:22:47.037Z | info: downloading component 'rustc' |
| 110 | 2026-02-20T04:22:55.987Z | info: downloading component 'rustfmt' |
| 111 | 2026-02-20T04:22:56.335Z | info: installing component 'cargo' |
| 112 | 2026-02-20T04:22:57.261Z | info: installing component 'clippy' |
| 113 | 2026-02-20T04:22:57.659Z | info: installing component 'rust-src' |
| 114 | 2026-02-20T04:22:58.026Z | info: installing component 'rust-std' |
| 115 | 2026-02-20T04:22:59.730Z | info: installing component 'rustc' |
| 116 | 2026-02-20T04:23:06.265Z | info: installing component 'rustfmt' |
| 117 | 2026-02-20T04:23:06.637Z | nightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 118 | 2026-02-20T04:23:06.749Z | +++ rustup show active-toolchain -v |
| 119 | 2026-02-20T04:23:06.752Z | +++ +++ head -n 1 |
| 120 | 2026-02-20T04:23:06.752Z | cut '-d ' -f1 |
| 121 | 2026-02-20T04:23:06.887Z | ++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos |
| 122 | 2026-02-20T04:23:06.887Z | ++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos |
| 123 | 2026-02-20T04:23:06.887Z | ++ popd |
| 124 | 2026-02-20T04:23:06.893Z | /work/oxidecomputer/opte |
| 125 | 2026-02-20T04:23:06.893Z | + cargo --version |
| 126 | 2026-02-20T04:23:06.940Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 127 | 2026-02-20T04:23:06.943Z | + rustc --version |
| 128 | 2026-02-20T04:23:07.014Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 129 | 2026-02-20T04:23:07.019Z | + pushd bin/opteadm |
| 130 | 2026-02-20T04:23:07.019Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 131 | 2026-02-20T04:23:07.019Z | + header 'check style' |
| 132 | 2026-02-20T04:23:07.019Z | + echo '# ==== check style ==== #' |
| 133 | 2026-02-20T04:23:07.019Z | # ==== check style ==== # |
| 134 | 2026-02-20T04:23:07.019Z | + ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos fmt -- --check |
| 135 | 2026-02-20T04:23:07.232Z | |
| 136 | 2026-02-20T04:23:07.233Z | real 0.211789707 |
| 137 | 2026-02-20T04:23:07.233Z | user 0.142907594 |
| 138 | 2026-02-20T04:23:07.233Z | sys 0.065448660 |
| 139 | 2026-02-20T04:23:07.233Z | trap 0.000067087 |
| 140 | 2026-02-20T04:23:07.233Z | tflt 0.000005655 |
| 141 | 2026-02-20T04:23:07.233Z | dflt 0.000014797 |
| 142 | 2026-02-20T04:23:07.233Z | kflt 0.000000000 |
| 143 | 2026-02-20T04:23:07.237Z | lock 0.742374231 |
| 144 | 2026-02-20T04:23:07.237Z | slp 0.229437777 |
| 145 | 2026-02-20T04:23:07.237Z | lat 0.001823128 |
| 146 | 2026-02-20T04:23:07.237Z | stop 0.000154686 |
| 147 | 2026-02-20T04:23:07.237Z | + header analyze |
| 148 | 2026-02-20T04:23:07.237Z | + echo '# ==== analyze ==== #' |
| 149 | 2026-02-20T04:23:07.237Z | # ==== analyze ==== # |
| 150 | 2026-02-20T04:23:07.237Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 151 | 2026-02-20T04:23:07.499Z | Updating crates.io index |
| 152 | 2026-02-20T04:23:07.560Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 153 | 2026-02-20T04:23:08.662Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 154 | 2026-02-20T04:23:08.940Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 155 | 2026-02-20T04:23:09.291Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 156 | 2026-02-20T04:23:09.671Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 157 | 2026-02-20T04:23:09.895Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 158 | 2026-02-20T04:23:10.136Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 159 | 2026-02-20T04:23:11.920Z | Downloading crates ... |
| 160 | 2026-02-20T04:23:11.976Z | Downloaded anstyle-query v1.1.5 |
| 161 | 2026-02-20T04:23:11.980Z | Downloaded terminal_size v0.4.3 |
| 162 | 2026-02-20T04:23:11.990Z | Downloaded colored v3.1.1 |
| 163 | 2026-02-20T04:23:11.994Z | Downloaded foreign-types v0.5.0 |
| 164 | 2026-02-20T04:23:11.999Z | Downloaded darling_macro v0.21.3 |
| 165 | 2026-02-20T04:23:11.999Z | Downloaded colorchoice v1.0.4 |
| 166 | 2026-02-20T04:23:12.003Z | Downloaded cobs v0.3.0 |
| 167 | 2026-02-20T04:23:12.003Z | Downloaded anstream v0.6.21 |
| 168 | 2026-02-20T04:23:12.003Z | Downloaded anstyle v1.0.13 |
| 169 | 2026-02-20T04:23:12.006Z | Downloaded embedded-io v0.6.1 |
| 170 | 2026-02-20T04:23:12.010Z | Downloaded pin-project-lite v0.2.16 |
| 171 | 2026-02-20T04:23:12.017Z | Downloaded darling v0.21.3 |
| 172 | 2026-02-20T04:23:12.022Z | Downloaded is_terminal_polyfill v1.70.2 |
| 173 | 2026-02-20T04:23:12.026Z | Downloaded ipnetwork v0.21.1 |
| 174 | 2026-02-20T04:23:12.026Z | Downloaded managed v0.8.0 |
| 175 | 2026-02-20T04:23:12.026Z | Downloaded zerocopy v0.8.39 |
| 176 | 2026-02-20T04:23:12.045Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 177 | 2026-02-20T04:23:12.047Z | Downloaded clap_derive v4.5.55 |
| 178 | 2026-02-20T04:23:12.047Z | Downloaded proc-macro-crate v3.4.0 |
| 179 | 2026-02-20T04:23:12.052Z | Downloaded oxnet v0.1.4 |
| 180 | 2026-02-20T04:23:12.052Z | Downloaded ingot-macros v0.1.1 |
| 181 | 2026-02-20T04:23:12.055Z | Downloaded darling_core v0.21.3 |
| 182 | 2026-02-20T04:23:12.060Z | Downloaded cfg-if v1.0.4 |
| 183 | 2026-02-20T04:23:12.060Z | Downloaded foreign-types-macros v0.2.3 |
| 184 | 2026-02-20T04:23:12.064Z | Downloaded cstr-argument v0.1.2 |
| 185 | 2026-02-20T04:23:12.064Z | Downloaded heck v0.5.0 |
| 186 | 2026-02-20T04:23:12.064Z | Downloaded errno v0.3.14 |
| 187 | 2026-02-20T04:23:12.067Z | Downloaded embedded-io v0.4.0 |
| 188 | 2026-02-20T04:23:12.068Z | Downloaded ident_case v1.0.1 |
| 189 | 2026-02-20T04:23:12.072Z | Downloaded equivalent v1.0.2 |
| 190 | 2026-02-20T04:23:12.075Z | Downloaded ref-cast-impl v1.0.25 |
| 191 | 2026-02-20T04:23:12.078Z | Downloaded rand_chacha v0.9.0 |
| 192 | 2026-02-20T04:23:12.078Z | Downloaded quote v1.0.44 |
| 193 | 2026-02-20T04:23:12.082Z | Downloaded aho-corasick v1.1.4 |
| 194 | 2026-02-20T04:23:12.087Z | Downloaded hash32 v0.3.1 |
| 195 | 2026-02-20T04:23:12.087Z | Downloaded ingot v0.1.1 |
| 196 | 2026-02-20T04:23:12.089Z | Downloaded foreign-types-shared v0.3.1 |
| 197 | 2026-02-20T04:23:12.092Z | Downloaded clap_lex v1.0.0 |
| 198 | 2026-02-20T04:23:12.093Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 199 | 2026-02-20T04:23:12.097Z | Downloaded ref-cast v1.0.25 |
| 200 | 2026-02-20T04:23:12.100Z | Downloaded utf8parse v0.2.2 |
| 201 | 2026-02-20T04:23:12.100Z | Downloaded fnv v1.0.7 |
| 202 | 2026-02-20T04:23:12.104Z | Downloaded version_check v0.9.5 |
| 203 | 2026-02-20T04:23:12.104Z | Downloaded pretty-hex v0.4.1 |
| 204 | 2026-02-20T04:23:12.107Z | Downloaded stable_deref_trait v1.2.1 |
| 205 | 2026-02-20T04:23:12.107Z | Downloaded defmt-parser v1.0.0 |
| 206 | 2026-02-20T04:23:12.107Z | Downloaded tabwriter v1.4.1 |
| 207 | 2026-02-20T04:23:12.111Z | Downloaded macaddr v1.0.1 |
| 208 | 2026-02-20T04:23:12.115Z | Downloaded defmt v0.3.100 |
| 209 | 2026-02-20T04:23:12.125Z | Downloaded defmt-macros v1.0.1 |
| 210 | 2026-02-20T04:23:12.128Z | Downloaded anstyle-parse v0.2.7 |
| 211 | 2026-02-20T04:23:12.132Z | Downloaded ppv-lite86 v0.2.21 |
| 212 | 2026-02-20T04:23:12.135Z | Downloaded thiserror v2.0.18 |
| 213 | 2026-02-20T04:23:12.139Z | Downloaded byteorder v1.5.0 |
| 214 | 2026-02-20T04:23:12.142Z | Downloaded rustversion v1.0.22 |
| 215 | 2026-02-20T04:23:12.145Z | Downloaded either v1.15.0 |
| 216 | 2026-02-20T04:23:12.145Z | Downloaded defmt v1.0.1 |
| 217 | 2026-02-20T04:23:12.150Z | Downloaded num_enum_derive v0.7.5 |
| 218 | 2026-02-20T04:23:12.150Z | Downloaded dyn-clone v1.0.20 |
| 219 | 2026-02-20T04:23:12.156Z | Downloaded bitflags v1.3.2 |
| 220 | 2026-02-20T04:23:12.156Z | Downloaded strsim v0.11.1 |
| 221 | 2026-02-20T04:23:12.160Z | Downloaded rand_core v0.9.5 |
| 222 | 2026-02-20T04:23:12.160Z | Downloaded proc-macro-error2 v2.0.1 |
| 223 | 2026-02-20T04:23:12.160Z | Downloaded thiserror-impl v2.0.18 |
| 224 | 2026-02-20T04:23:12.172Z | Downloaded postcard v1.1.3 |
| 225 | 2026-02-20T04:23:12.178Z | Downloaded num_enum v0.7.5 |
| 226 | 2026-02-20T04:23:12.181Z | Downloaded ingot-types v0.1.2 |
| 227 | 2026-02-20T04:23:12.181Z | Downloaded itertools v0.14.0 |
| 228 | 2026-02-20T04:23:12.185Z | Downloaded bitflags v2.10.0 |
| 229 | 2026-02-20T04:23:12.193Z | Downloaded tracing-attributes v0.1.31 |
| 230 | 2026-02-20T04:23:12.196Z | Downloaded toml_parser v1.0.7+spec-1.1.0 |
| 231 | 2026-02-20T04:23:12.209Z | Downloaded serde_core v1.0.228 |
| 232 | 2026-02-20T04:23:12.213Z | Downloaded getrandom v0.3.4 |
| 233 | 2026-02-20T04:23:12.216Z | Downloaded serde v1.0.228 |
| 234 | 2026-02-20T04:23:12.219Z | Downloaded serde_derive v1.0.228 |
| 235 | 2026-02-20T04:23:12.222Z | Downloaded clap v4.5.60 |
| 236 | 2026-02-20T04:23:12.227Z | Downloaded unicode-ident v1.0.23 |
| 237 | 2026-02-20T04:23:12.230Z | Downloaded proc-macro2 v1.0.106 |
| 238 | 2026-02-20T04:23:12.233Z | Downloaded once_cell v1.21.3 |
| 239 | 2026-02-20T04:23:12.236Z | Downloaded anyhow v1.0.101 |
| 240 | 2026-02-20T04:23:12.239Z | Downloaded uuid v1.20.0 |
| 241 | 2026-02-20T04:23:12.243Z | Downloaded tracing-core v0.1.36 |
| 242 | 2026-02-20T04:23:12.247Z | Downloaded heapless v0.8.0 |
| 243 | 2026-02-20T04:23:12.252Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 244 | 2026-02-20T04:23:12.257Z | Downloaded socket2 v0.6.2 |
| 245 | 2026-02-20T04:23:12.275Z | Downloaded memchr v2.8.0 |
| 246 | 2026-02-20T04:23:12.281Z | Downloaded hashbrown v0.16.1 |
| 247 | 2026-02-20T04:23:12.287Z | Downloaded rand v0.9.2 |
| 248 | 2026-02-20T04:23:12.294Z | Downloaded zerocopy-derive v0.8.39 |
| 249 | 2026-02-20T04:23:12.297Z | Downloaded indexmap v2.13.0 |
| 250 | 2026-02-20T04:23:12.338Z | Downloaded regex v1.12.3 |
| 251 | 2026-02-20T04:23:12.342Z | Downloaded clap_builder v4.5.60 |
| 252 | 2026-02-20T04:23:12.351Z | Downloaded winnow v0.7.14 |
| 253 | 2026-02-20T04:23:12.397Z | Downloaded syn v1.0.109 |
| 254 | 2026-02-20T04:23:12.409Z | Downloaded unicode-width v0.2.2 |
| 255 | 2026-02-20T04:23:12.427Z | Downloaded smoltcp v0.11.0 |
| 256 | 2026-02-20T04:23:12.438Z | Downloaded syn v2.0.114 |
| 257 | 2026-02-20T04:23:12.448Z | Downloaded regex-syntax v0.8.9 |
| 258 | 2026-02-20T04:23:12.456Z | Downloaded tracing v0.1.44 |
| 259 | 2026-02-20T04:23:12.474Z | Downloaded rustix v1.1.3 |
| 260 | 2026-02-20T04:23:12.509Z | Downloaded regex-automata v0.4.14 |
| 261 | 2026-02-20T04:23:12.521Z | Downloaded libc v0.2.180 |
| 262 | 2026-02-20T04:23:12.601Z | Compiling proc-macro2 v1.0.106 |
| 263 | 2026-02-20T04:23:12.601Z | Compiling quote v1.0.44 |
| 264 | 2026-02-20T04:23:12.601Z | Compiling unicode-ident v1.0.23 |
| 265 | 2026-02-20T04:23:12.604Z | Compiling libc v0.2.180 |
| 266 | 2026-02-20T04:23:12.604Z | Compiling serde_core v1.0.228 |
| 267 | 2026-02-20T04:23:12.604Z | Compiling zerocopy v0.8.39 |
| 268 | 2026-02-20T04:23:12.604Z | Checking cfg-if v1.0.4 |
| 269 | 2026-02-20T04:23:12.604Z | Compiling memchr v2.8.0 |
| 270 | 2026-02-20T04:23:12.781Z | Compiling ident_case v1.0.1 |
| 271 | 2026-02-20T04:23:12.919Z | Compiling thiserror v2.0.18 |
| 272 | 2026-02-20T04:23:12.967Z | Compiling strsim v0.11.1 |
| 273 | 2026-02-20T04:23:13.331Z | Compiling fnv v1.0.7 |
| 274 | 2026-02-20T04:23:13.452Z | Compiling regex-syntax v0.8.9 |
| 275 | 2026-02-20T04:23:13.470Z | Compiling serde v1.0.228 |
| 276 | 2026-02-20T04:23:13.555Z | Compiling anyhow v1.0.101 |
| 277 | 2026-02-20T04:23:13.928Z | Compiling aho-corasick v1.1.4 |
| 278 | 2026-02-20T04:23:13.947Z | Compiling hashbrown v0.16.1 |
| 279 | 2026-02-20T04:23:13.990Z | Compiling equivalent v1.0.2 |
| 280 | 2026-02-20T04:23:14.097Z | Compiling winnow v0.7.14 |
| 281 | 2026-02-20T04:23:14.106Z | Compiling either v1.15.0 |
| 282 | 2026-02-20T04:23:14.275Z | Compiling getrandom v0.3.4 |
| 283 | 2026-02-20T04:23:14.518Z | Compiling itertools v0.14.0 |
| 284 | 2026-02-20T04:23:15.071Z | Compiling indexmap v2.13.0 |
| 285 | 2026-02-20T04:23:15.095Z | Compiling heapless v0.8.0 |
| 286 | 2026-02-20T04:23:15.428Z | Compiling syn v2.0.114 |
| 287 | 2026-02-20T04:23:15.605Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 288 | 2026-02-20T04:23:16.038Z | Checking byteorder v1.5.0 |
| 289 | 2026-02-20T04:23:16.352Z | Checking hash32 v0.3.1 |
| 290 | 2026-02-20T04:23:16.549Z | Compiling smoltcp v0.11.0 |
| 291 | 2026-02-20T04:23:16.753Z | Compiling rustversion v1.0.22 |
| 292 | 2026-02-20T04:23:17.145Z | Checking bitflags v2.10.0 |
| 293 | 2026-02-20T04:23:17.195Z | Compiling regex-automata v0.4.14 |
| 294 | 2026-02-20T04:23:17.421Z | Checking macaddr v1.0.1 |
| 295 | 2026-02-20T04:23:17.449Z | Compiling toml_parser v1.0.7+spec-1.1.0 |
| 296 | 2026-02-20T04:23:17.459Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 297 | 2026-02-20T04:23:17.694Z | Checking stable_deref_trait v1.2.1 |
| 298 | 2026-02-20T04:23:17.735Z | Compiling syn v1.0.109 |
| 299 | 2026-02-20T04:23:17.937Z | Compiling ref-cast v1.0.25 |
| 300 | 2026-02-20T04:23:18.051Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 301 | 2026-02-20T04:23:18.360Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 302 | 2026-02-20T04:23:18.409Z | Checking bitflags v1.3.2 |
| 303 | 2026-02-20T04:23:18.490Z | Compiling rustix v1.1.3 |
| 304 | 2026-02-20T04:23:18.508Z | Compiling version_check v0.9.5 |
| 305 | 2026-02-20T04:23:18.596Z | Checking managed v0.8.0 |
| 306 | 2026-02-20T04:23:18.855Z | Checking rand_core v0.9.5 |
| 307 | 2026-02-20T04:23:19.091Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 308 | 2026-02-20T04:23:19.491Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 309 | 2026-02-20T04:23:19.500Z | Checking errno v0.3.14 |
| 310 | 2026-02-20T04:23:19.679Z | Compiling proc-macro-crate v3.4.0 |
| 311 | 2026-02-20T04:23:20.110Z | Checking once_cell v1.21.3 |
| 312 | 2026-02-20T04:23:20.436Z | Checking foreign-types-shared v0.3.1 |
| 313 | 2026-02-20T04:23:20.542Z | Checking utf8parse v0.2.2 |
| 314 | 2026-02-20T04:23:20.560Z | Checking ipnetwork v0.21.1 |
| 315 | 2026-02-20T04:23:20.628Z | Checking unicode-width v0.2.2 |
| 316 | 2026-02-20T04:23:20.696Z | Checking anstyle-parse v0.2.7 |
| 317 | 2026-02-20T04:23:20.902Z | Checking tracing-core v0.1.36 |
| 318 | 2026-02-20T04:23:21.116Z | Checking tabwriter v1.4.1 |
| 319 | 2026-02-20T04:23:21.138Z | Checking cstr-argument v0.1.2 |
| 320 | 2026-02-20T04:23:21.327Z | Compiling regex v1.12.3 |
| 321 | 2026-02-20T04:23:21.917Z | Checking pin-project-lite v0.2.16 |
| 322 | 2026-02-20T04:23:22.025Z | Checking anstyle-query v1.1.5 |
| 323 | 2026-02-20T04:23:22.050Z | Checking colorchoice v1.0.4 |
| 324 | 2026-02-20T04:23:22.076Z | Checking pretty-hex v0.4.1 |
| 325 | 2026-02-20T04:23:22.150Z | Checking is_terminal_polyfill v1.70.2 |
| 326 | 2026-02-20T04:23:22.161Z | Checking dyn-clone v1.0.20 |
| 327 | 2026-02-20T04:23:22.196Z | Compiling darling_core v0.21.3 |
| 328 | 2026-02-20T04:23:22.248Z | Checking anstyle v1.0.13 |
| 329 | 2026-02-20T04:23:22.276Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c) |
| 330 | 2026-02-20T04:23:22.315Z | Checking terminal_size v0.4.3 |
| 331 | 2026-02-20T04:23:22.610Z | Checking anstream v0.6.21 |
| 332 | 2026-02-20T04:23:22.638Z | Checking uuid v1.20.0 |
| 333 | 2026-02-20T04:23:22.873Z | Checking socket2 v0.6.2 |
| 334 | 2026-02-20T04:23:22.928Z | Compiling heck v0.5.0 |
| 335 | 2026-02-20T04:23:22.998Z | Checking clap_lex v1.0.0 |
| 336 | 2026-02-20T04:23:23.185Z | Checking oxnet v0.1.4 |
| 337 | 2026-02-20T04:23:23.347Z | Checking colored v3.1.1 |
| 338 | 2026-02-20T04:23:23.500Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 339 | 2026-02-20T04:23:23.687Z | Checking clap_builder v4.5.60 |
| 340 | 2026-02-20T04:23:24.671Z | Compiling zerocopy-derive v0.8.39 |
| 341 | 2026-02-20T04:23:24.755Z | Compiling thiserror-impl v2.0.18 |
| 342 | 2026-02-20T04:23:24.787Z | Compiling serde_derive v1.0.228 |
| 343 | 2026-02-20T04:23:24.798Z | Compiling foreign-types-macros v0.2.3 |
| 344 | 2026-02-20T04:23:26.055Z | Compiling num_enum_derive v0.7.5 |
| 345 | 2026-02-20T04:23:26.237Z | Compiling ref-cast-impl v1.0.25 |
| 346 | 2026-02-20T04:23:26.770Z | Checking foreign-types v0.5.0 |
| 347 | 2026-02-20T04:23:26.878Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 348 | 2026-02-20T04:23:26.965Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 349 | 2026-02-20T04:23:27.514Z | Compiling tracing-attributes v0.1.31 |
| 350 | 2026-02-20T04:23:27.694Z | Checking cobs v0.3.0 |
| 351 | 2026-02-20T04:23:27.804Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 352 | 2026-02-20T04:23:27.837Z | Compiling darling_macro v0.21.3 |
| 353 | 2026-02-20T04:23:27.879Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 354 | 2026-02-20T04:23:27.925Z | Compiling clap_derive v4.5.55 |
| 355 | 2026-02-20T04:23:28.125Z | Checking num_enum v0.7.5 |
| 356 | 2026-02-20T04:23:28.311Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 357 | 2026-02-20T04:23:28.737Z | Compiling darling v0.21.3 |
| 358 | 2026-02-20T04:23:28.846Z | Compiling ingot-macros v0.1.1 |
| 359 | 2026-02-20T04:23:29.570Z | Checking tracing v0.1.44 |
| 360 | 2026-02-20T04:23:30.394Z | Checking clap v4.5.60 |
| 361 | 2026-02-20T04:23:30.472Z | Checking postcard v1.1.3 |
| 362 | 2026-02-20T04:23:33.337Z | Checking ingot-types v0.1.2 |
| 363 | 2026-02-20T04:23:33.337Z | Checking ppv-lite86 v0.2.21 |
| 364 | 2026-02-20T04:23:33.753Z | Checking rand_chacha v0.9.0 |
| 365 | 2026-02-20T04:23:33.800Z | Checking ingot v0.1.1 |
| 366 | 2026-02-20T04:23:33.976Z | Checking rand v0.9.2 |
| 367 | 2026-02-20T04:23:36.356Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 368 | 2026-02-20T04:23:38.415Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 369 | 2026-02-20T04:23:40.327Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 370 | 2026-02-20T04:23:41.701Z | Finished `dev` profile [optimized + debuginfo] target(s) in 34.28s |
| 371 | 2026-02-20T04:23:41.833Z | |
| 372 | 2026-02-20T04:23:41.833Z | real 34.565602438 |
| 373 | 2026-02-20T04:23:41.833Z | user 2:10.497267951 |
| 374 | 2026-02-20T04:23:41.833Z | sys 21.367910624 |
| 375 | 2026-02-20T04:23:41.833Z | trap 0.089945313 |
| 376 | 2026-02-20T04:23:41.834Z | tflt 0.108729992 |
| 377 | 2026-02-20T04:23:41.834Z | dflt 0.103222862 |
| 378 | 2026-02-20T04:23:41.834Z | kflt 0.001805544 |
| 379 | 2026-02-20T04:23:41.834Z | lock 4:53.027695857 |
| 380 | 2026-02-20T04:23:41.834Z | slp 8:27.368842266 |
| 381 | 2026-02-20T04:23:41.834Z | lat 7.708152128 |
| 382 | 2026-02-20T04:23:41.834Z | stop 17.377241254 |
| 383 | 2026-02-20T04:23:41.837Z | + header 'debug build' |
| 384 | 2026-02-20T04:23:41.837Z | + echo '# ==== debug build ==== #' |
| 385 | 2026-02-20T04:23:41.837Z | # ==== debug build ==== # |
| 386 | 2026-02-20T04:23:41.837Z | + ptime -m cargo build |
| 387 | 2026-02-20T04:23:42.095Z | Compiling cfg-if v1.0.4 |
| 388 | 2026-02-20T04:23:42.099Z | Compiling libc v0.2.180 |
| 389 | 2026-02-20T04:23:42.099Z | Compiling serde_core v1.0.228 |
| 390 | 2026-02-20T04:23:42.126Z | Compiling zerocopy v0.8.39 |
| 391 | 2026-02-20T04:23:42.129Z | Compiling thiserror v2.0.18 |
| 392 | 2026-02-20T04:23:42.132Z | Compiling byteorder v1.5.0 |
| 393 | 2026-02-20T04:23:42.539Z | Compiling macaddr v1.0.1 |
| 394 | 2026-02-20T04:23:42.540Z | Compiling stable_deref_trait v1.2.1 |
| 395 | 2026-02-20T04:23:42.544Z | Compiling managed v0.8.0 |
| 396 | 2026-02-20T04:23:42.544Z | Compiling cobs v0.3.0 |
| 397 | 2026-02-20T04:23:42.544Z | Compiling bitflags v1.3.2 |
| 398 | 2026-02-20T04:23:42.544Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 399 | 2026-02-20T04:23:42.544Z | Compiling hash32 v0.3.1 |
| 400 | 2026-02-20T04:23:42.634Z | Compiling heapless v0.8.0 |
| 401 | 2026-02-20T04:23:42.654Z | Compiling memchr v2.8.0 |
| 402 | 2026-02-20T04:23:42.713Z | Compiling once_cell v1.21.3 |
| 403 | 2026-02-20T04:23:42.724Z | Compiling unicode-width v0.2.2 |
| 404 | 2026-02-20T04:23:42.742Z | Compiling ipnetwork v0.21.1 |
| 405 | 2026-02-20T04:23:43.083Z | Compiling getrandom v0.3.4 |
| 406 | 2026-02-20T04:23:43.158Z | Compiling errno v0.3.14 |
| 407 | 2026-02-20T04:23:43.357Z | Compiling rand_core v0.9.5 |
| 408 | 2026-02-20T04:23:43.419Z | Compiling foreign-types-shared v0.3.1 |
| 409 | 2026-02-20T04:23:43.486Z | Compiling smoltcp v0.11.0 |
| 410 | 2026-02-20T04:23:43.529Z | Compiling utf8parse v0.2.2 |
| 411 | 2026-02-20T04:23:43.549Z | Compiling cstr-argument v0.1.2 |
| 412 | 2026-02-20T04:23:43.683Z | Compiling anstyle-parse v0.2.7 |
| 413 | 2026-02-20T04:23:43.841Z | Compiling foreign-types v0.5.0 |
| 414 | 2026-02-20T04:23:43.857Z | Compiling tabwriter v1.4.1 |
| 415 | 2026-02-20T04:23:43.865Z | Compiling tracing-core v0.1.36 |
| 416 | 2026-02-20T04:23:44.004Z | Compiling ref-cast v1.0.25 |
| 417 | 2026-02-20T04:23:44.072Z | Compiling num_enum v0.7.5 |
| 418 | 2026-02-20T04:23:44.139Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 419 | 2026-02-20T04:23:44.255Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 420 | 2026-02-20T04:23:44.309Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 421 | 2026-02-20T04:23:44.426Z | Compiling dyn-clone v1.0.20 |
| 422 | 2026-02-20T04:23:44.693Z | Compiling pretty-hex v0.4.1 |
| 423 | 2026-02-20T04:23:44.745Z | Compiling anstyle v1.0.13 |
| 424 | 2026-02-20T04:23:44.928Z | Compiling pin-project-lite v0.2.16 |
| 425 | 2026-02-20T04:23:45.058Z | Compiling is_terminal_polyfill v1.70.2 |
| 426 | 2026-02-20T04:23:45.189Z | Compiling anstyle-query v1.1.5 |
| 427 | 2026-02-20T04:23:45.256Z | Compiling colorchoice v1.0.4 |
| 428 | 2026-02-20T04:23:45.343Z | Compiling tracing v0.1.44 |
| 429 | 2026-02-20T04:23:45.351Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 430 | 2026-02-20T04:23:45.432Z | Compiling anstream v0.6.21 |
| 431 | 2026-02-20T04:23:45.459Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 432 | 2026-02-20T04:23:45.730Z | Compiling anyhow v1.0.101 |
| 433 | 2026-02-20T04:23:46.065Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 434 | 2026-02-20T04:23:46.249Z | Compiling socket2 v0.6.2 |
| 435 | 2026-02-20T04:23:46.494Z | Compiling colored v3.1.1 |
| 436 | 2026-02-20T04:23:46.551Z | Compiling oxnet v0.1.4 |
| 437 | 2026-02-20T04:23:46.825Z | Compiling bitflags v2.10.0 |
| 438 | 2026-02-20T04:23:47.069Z | Compiling serde v1.0.228 |
| 439 | 2026-02-20T04:23:47.577Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 440 | 2026-02-20T04:23:47.609Z | Compiling rustix v1.1.3 |
| 441 | 2026-02-20T04:23:47.766Z | Compiling uuid v1.20.0 |
| 442 | 2026-02-20T04:23:48.486Z | Compiling postcard v1.1.3 |
| 443 | 2026-02-20T04:23:48.711Z | Compiling clap_lex v1.0.0 |
| 444 | 2026-02-20T04:23:48.913Z | Compiling terminal_size v0.4.3 |
| 445 | 2026-02-20T04:23:48.963Z | Compiling winnow v0.7.14 |
| 446 | 2026-02-20T04:23:49.061Z | Compiling strsim v0.11.1 |
| 447 | 2026-02-20T04:23:49.160Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 448 | 2026-02-20T04:23:49.501Z | Compiling clap_builder v4.5.60 |
| 449 | 2026-02-20T04:23:50.479Z | Compiling ingot-types v0.1.2 |
| 450 | 2026-02-20T04:23:50.888Z | Compiling ppv-lite86 v0.2.21 |
| 451 | 2026-02-20T04:23:51.154Z | Compiling ingot v0.1.1 |
| 452 | 2026-02-20T04:23:51.378Z | Compiling rand_chacha v0.9.0 |
| 453 | 2026-02-20T04:23:51.645Z | Compiling rand v0.9.2 |
| 454 | 2026-02-20T04:23:52.547Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c) |
| 455 | 2026-02-20T04:23:52.989Z | Compiling clap v4.5.60 |
| 456 | 2026-02-20T04:23:55.364Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 457 | 2026-02-20T04:23:59.810Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 458 | 2026-02-20T04:24:01.749Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 459 | 2026-02-20T04:24:09.388Z | Finished `dev` profile [optimized + debuginfo] target(s) in 27.47s |
| 460 | 2026-02-20T04:24:09.418Z | |
| 461 | 2026-02-20T04:24:09.422Z | real 27.551270454 |
| 462 | 2026-02-20T04:24:09.422Z | user 2:29.474185317 |
| 463 | 2026-02-20T04:24:09.422Z | sys 9.947815956 |
| 464 | 2026-02-20T04:24:09.422Z | trap 0.080484532 |
| 465 | 2026-02-20T04:24:09.422Z | tflt 0.234241065 |
| 466 | 2026-02-20T04:24:09.422Z | dflt 0.265469450 |
| 467 | 2026-02-20T04:24:09.422Z | kflt 0.000005185 |
| 468 | 2026-02-20T04:24:09.422Z | lock 5:32.191094087 |
| 469 | 2026-02-20T04:24:09.422Z | slp 6:09.675405816 |
| 470 | 2026-02-20T04:24:09.422Z | lat 4.754851514 |
| 471 | 2026-02-20T04:24:09.422Z | stop 4.189885912 |
| 472 | 2026-02-20T04:24:09.422Z | + header 'release build' |
| 473 | 2026-02-20T04:24:09.422Z | + echo '# ==== release build ==== #' |
| 474 | 2026-02-20T04:24:09.422Z | # ==== release build ==== # |
| 475 | 2026-02-20T04:24:09.422Z | + ptime -m cargo build --release |
| 476 | 2026-02-20T04:24:09.607Z | Compiling proc-macro2 v1.0.106 |
| 477 | 2026-02-20T04:24:09.607Z | Compiling unicode-ident v1.0.23 |
| 478 | 2026-02-20T04:24:09.607Z | Compiling quote v1.0.44 |
| 479 | 2026-02-20T04:24:09.612Z | Compiling libc v0.2.180 |
| 480 | 2026-02-20T04:24:09.612Z | Compiling serde_core v1.0.228 |
| 481 | 2026-02-20T04:24:09.612Z | Compiling cfg-if v1.0.4 |
| 482 | 2026-02-20T04:24:09.612Z | Compiling zerocopy v0.8.39 |
| 483 | 2026-02-20T04:24:09.612Z | Compiling thiserror v2.0.18 |
| 484 | 2026-02-20T04:24:09.702Z | Compiling memchr v2.8.0 |
| 485 | 2026-02-20T04:24:09.814Z | Compiling strsim v0.11.1 |
| 486 | 2026-02-20T04:24:10.125Z | Compiling ident_case v1.0.1 |
| 487 | 2026-02-20T04:24:10.184Z | Compiling fnv v1.0.7 |
| 488 | 2026-02-20T04:24:10.301Z | Compiling regex-syntax v0.8.9 |
| 489 | 2026-02-20T04:24:10.340Z | Compiling hashbrown v0.16.1 |
| 490 | 2026-02-20T04:24:10.355Z | Compiling anyhow v1.0.101 |
| 491 | 2026-02-20T04:24:10.642Z | Compiling aho-corasick v1.1.4 |
| 492 | 2026-02-20T04:24:10.860Z | Compiling either v1.15.0 |
| 493 | 2026-02-20T04:24:10.915Z | Compiling serde v1.0.228 |
| 494 | 2026-02-20T04:24:11.220Z | Compiling winnow v0.7.14 |
| 495 | 2026-02-20T04:24:11.252Z | Compiling equivalent v1.0.2 |
| 496 | 2026-02-20T04:24:11.361Z | Compiling indexmap v2.13.0 |
| 497 | 2026-02-20T04:24:11.443Z | Compiling itertools v0.14.0 |
| 498 | 2026-02-20T04:24:11.947Z | Compiling syn v2.0.114 |
| 499 | 2026-02-20T04:24:12.036Z | Compiling byteorder v1.5.0 |
| 500 | 2026-02-20T04:24:12.404Z | Compiling getrandom v0.3.4 |
| 501 | 2026-02-20T04:24:12.792Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 502 | 2026-02-20T04:24:12.952Z | Compiling heapless v0.8.0 |
| 503 | 2026-02-20T04:24:13.221Z | Compiling hash32 v0.3.1 |
| 504 | 2026-02-20T04:24:13.433Z | Compiling macaddr v1.0.1 |
| 505 | 2026-02-20T04:24:13.782Z | Compiling regex-automata v0.4.14 |
| 506 | 2026-02-20T04:24:13.852Z | Compiling syn v1.0.109 |
| 507 | 2026-02-20T04:24:14.250Z | Compiling stable_deref_trait v1.2.1 |
| 508 | 2026-02-20T04:24:14.289Z | Compiling rustversion v1.0.22 |
| 509 | 2026-02-20T04:24:14.345Z | Compiling smoltcp v0.11.0 |
| 510 | 2026-02-20T04:24:14.382Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 511 | 2026-02-20T04:24:14.759Z | Compiling toml_parser v1.0.7+spec-1.1.0 |
| 512 | 2026-02-20T04:24:14.763Z | Compiling bitflags v2.10.0 |
| 513 | 2026-02-20T04:24:15.068Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 514 | 2026-02-20T04:24:15.311Z | Compiling ref-cast v1.0.25 |
| 515 | 2026-02-20T04:24:15.361Z | Compiling managed v0.8.0 |
| 516 | 2026-02-20T04:24:15.386Z | Compiling bitflags v1.3.2 |
| 517 | 2026-02-20T04:24:15.458Z | Compiling version_check v0.9.5 |
| 518 | 2026-02-20T04:24:15.484Z | Compiling rustix v1.1.3 |
| 519 | 2026-02-20T04:24:15.852Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 520 | 2026-02-20T04:24:15.991Z | Compiling rand_core v0.9.5 |
| 521 | 2026-02-20T04:24:15.998Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 522 | 2026-02-20T04:24:16.006Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 523 | 2026-02-20T04:24:16.457Z | Compiling errno v0.3.14 |
| 524 | 2026-02-20T04:24:16.766Z | Compiling ipnetwork v0.21.1 |
| 525 | 2026-02-20T04:24:17.451Z | Compiling proc-macro-crate v3.4.0 |
| 526 | 2026-02-20T04:24:17.619Z | Compiling utf8parse v0.2.2 |
| 527 | 2026-02-20T04:24:17.782Z | Compiling regex v1.12.3 |
| 528 | 2026-02-20T04:24:18.021Z | Compiling unicode-width v0.2.2 |
| 529 | 2026-02-20T04:24:18.419Z | Compiling foreign-types-shared v0.3.1 |
| 530 | 2026-02-20T04:24:18.423Z | Compiling once_cell v1.21.3 |
| 531 | 2026-02-20T04:24:18.546Z | Compiling tabwriter v1.4.1 |
| 532 | 2026-02-20T04:24:18.623Z | Compiling anstyle-parse v0.2.7 |
| 533 | 2026-02-20T04:24:18.667Z | Compiling cstr-argument v0.1.2 |
| 534 | 2026-02-20T04:24:18.826Z | Compiling darling_core v0.21.3 |
| 535 | 2026-02-20T04:24:18.929Z | Compiling tracing-core v0.1.36 |
| 536 | 2026-02-20T04:24:20.232Z | Compiling pin-project-lite v0.2.16 |
| 537 | 2026-02-20T04:24:20.358Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c) |
| 538 | 2026-02-20T04:24:20.363Z | Compiling pretty-hex v0.4.1 |
| 539 | 2026-02-20T04:24:20.602Z | Compiling anstyle v1.0.13 |
| 540 | 2026-02-20T04:24:20.697Z | Compiling is_terminal_polyfill v1.70.2 |
| 541 | 2026-02-20T04:24:20.735Z | Compiling anstyle-query v1.1.5 |
| 542 | 2026-02-20T04:24:20.784Z | Compiling dyn-clone v1.0.20 |
| 543 | 2026-02-20T04:24:20.822Z | Compiling colorchoice v1.0.4 |
| 544 | 2026-02-20T04:24:20.983Z | Compiling anstream v0.6.21 |
| 545 | 2026-02-20T04:24:21.030Z | Compiling terminal_size v0.4.3 |
| 546 | 2026-02-20T04:24:21.253Z | Compiling uuid v1.20.0 |
| 547 | 2026-02-20T04:24:21.519Z | Compiling socket2 v0.6.2 |
| 548 | 2026-02-20T04:24:21.839Z | Compiling clap_lex v1.0.0 |
| 549 | 2026-02-20T04:24:22.200Z | Compiling oxnet v0.1.4 |
| 550 | 2026-02-20T04:24:22.217Z | Compiling colored v3.1.1 |
| 551 | 2026-02-20T04:24:22.455Z | Compiling heck v0.5.0 |
| 552 | 2026-02-20T04:24:22.479Z | Compiling zerocopy-derive v0.8.39 |
| 553 | 2026-02-20T04:24:22.792Z | Compiling thiserror-impl v2.0.18 |
| 554 | 2026-02-20T04:24:22.795Z | Compiling serde_derive v1.0.228 |
| 555 | 2026-02-20T04:24:22.850Z | Compiling num_enum_derive v0.7.5 |
| 556 | 2026-02-20T04:24:23.390Z | Compiling ref-cast-impl v1.0.25 |
| 557 | 2026-02-20T04:24:24.528Z | Compiling foreign-types-macros v0.2.3 |
| 558 | 2026-02-20T04:24:24.535Z | Compiling darling_macro v0.21.3 |
| 559 | 2026-02-20T04:24:24.926Z | Compiling num_enum v0.7.5 |
| 560 | 2026-02-20T04:24:25.267Z | Compiling tracing-attributes v0.1.31 |
| 561 | 2026-02-20T04:24:25.482Z | Compiling darling v0.21.3 |
| 562 | 2026-02-20T04:24:25.570Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 563 | 2026-02-20T04:24:25.586Z | Compiling ingot-macros v0.1.1 |
| 564 | 2026-02-20T04:24:25.697Z | Compiling cobs v0.3.0 |
| 565 | 2026-02-20T04:24:25.703Z | Compiling foreign-types v0.5.0 |
| 566 | 2026-02-20T04:24:25.801Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 567 | 2026-02-20T04:24:26.085Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 568 | 2026-02-20T04:24:26.405Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 569 | 2026-02-20T04:24:26.423Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 570 | 2026-02-20T04:24:26.704Z | Compiling clap_derive v4.5.55 |
| 571 | 2026-02-20T04:24:26.795Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 572 | 2026-02-20T04:24:27.402Z | Compiling clap_builder v4.5.60 |
| 573 | 2026-02-20T04:24:27.978Z | Compiling tracing v0.1.44 |
| 574 | 2026-02-20T04:24:29.553Z | Compiling postcard v1.1.3 |
| 575 | 2026-02-20T04:24:31.006Z | Compiling clap v4.5.60 |
| 576 | 2026-02-20T04:24:32.896Z | Compiling ingot-types v0.1.2 |
| 577 | 2026-02-20T04:24:32.896Z | Compiling ppv-lite86 v0.2.21 |
| 578 | 2026-02-20T04:24:33.398Z | Compiling rand_chacha v0.9.0 |
| 579 | 2026-02-20T04:24:33.474Z | Compiling ingot v0.1.1 |
| 580 | 2026-02-20T04:24:33.640Z | Compiling rand v0.9.2 |
| 581 | 2026-02-20T04:24:36.609Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 582 | 2026-02-20T04:24:38.324Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 583 | 2026-02-20T04:24:39.974Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 584 | 2026-02-20T04:24:52.749Z | Finished `release` profile [optimized + debuginfo] target(s) in 43.23s |
| 585 | 2026-02-20T04:24:52.782Z | |
| 586 | 2026-02-20T04:24:52.785Z | real 43.315752758 |
| 587 | 2026-02-20T04:24:52.785Z | user 3:58.084325559 |
| 588 | 2026-02-20T04:24:52.785Z | sys 22.632205285 |
| 589 | 2026-02-20T04:24:52.785Z | trap 0.130647227 |
| 590 | 2026-02-20T04:24:52.785Z | tflt 0.295068359 |
| 591 | 2026-02-20T04:24:52.785Z | dflt 0.640602290 |
| 592 | 2026-02-20T04:24:52.785Z | kflt 0.000014508 |
| 593 | 2026-02-20T04:24:52.785Z | lock 8:04.312679047 |
| 594 | 2026-02-20T04:24:52.785Z | slp 10:29.685610385 |
| 595 | 2026-02-20T04:24:52.785Z | lat 8.512933182 |
| 596 | 2026-02-20T04:24:52.785Z | stop 14.591840742 |
| 597 | 2026-02-20T04:24:52.785Z | + popd |
| 598 | 2026-02-20T04:24:52.785Z | /work/oxidecomputer/opte |
| 599 | 2026-02-20T04:24:52.785Z | + for x in debug release |
| 600 | 2026-02-20T04:24:52.785Z | + mkdir -p /work/debug |
| 601 | 2026-02-20T04:24:52.785Z | + cp target/debug/opteadm /work/debug/ |
| 602 | 2026-02-20T04:24:52.819Z | + sha256sum target/debug/opteadm |
| 603 | 2026-02-20T04:24:52.851Z | + for x in debug release |
| 604 | 2026-02-20T04:24:52.851Z | + mkdir -p /work/release |
| 605 | 2026-02-20T04:24:52.854Z | + cp target/release/opteadm /work/release/ |
| 606 | 2026-02-20T04:24:52.876Z | + sha256sum target/release/opteadm |
| 607 | 2026-02-20T04:24:52.897Z | process exited: duration 129562 ms, exit code 0 |
| |
| 608 | 2026-02-20T04:24:52.910Z | found 4 output files |
| 609 | 2026-02-20T04:24:52.910Z | uploading: /work/debug/opteadm (35700432 bytes) |
| 610 | 2026-02-20T04:24:54.351Z | uploaded: /work/debug/opteadm |
| 611 | 2026-02-20T04:24:54.362Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
| 612 | 2026-02-20T04:24:55.490Z | uploaded: /work/debug/opteadm.debug.sha256 |
| 613 | 2026-02-20T04:24:55.490Z | uploading: /work/release/opteadm (22762224 bytes) |
| 614 | 2026-02-20T04:24:57.277Z | uploaded: /work/release/opteadm |
| 615 | 2026-02-20T04:24:57.291Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
| 616 | 2026-02-20T04:24:58.338Z | uploaded: /work/release/opteadm.release.sha256 |