|
|
|
| 1 | 2026-08-26T21:19:41.609Z | job assigned to worker 01M0ZZ1945Y2RCYN0BGK4BT5V4 [factory aws, i-0fe4879031c28762f] (queued for 58 s) |
| |
| 2 | 2026-08-26T21:19:48.783Z | starting task 0: "setup" |
| 3 | 2026-08-26T21:19:48.789Z | ++ uname -s |
| 4 | 2026-08-26T21:19:48.792Z | + kern=SunOS |
| 5 | 2026-08-26T21:19:48.792Z | + build_user=build |
| 6 | 2026-08-26T21:19:48.792Z | + build_uid=12345 |
| 7 | 2026-08-26T21:19:48.792Z | + work_dir=/work |
| 8 | 2026-08-26T21:19:48.792Z | + input_dir=/input |
| 9 | 2026-08-26T21:19:48.792Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-26T21:19:48.792Z | + case "$kern" in |
| 11 | 2026-08-26T21:19:48.793Z | + groupadd -g 12345 build |
| 12 | 2026-08-26T21:19:48.793Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-26T21:19:50.798Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-26T21:19:50.894Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-26T21:19:50.897Z | + home_fs=zfs |
| 16 | 2026-08-26T21:19:50.897Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-26T21:19:50.897Z | + mkdir -p /home/build |
| 18 | 2026-08-26T21:19:50.897Z | + chown build:build /home/build /work |
| 19 | 2026-08-26T21:19:52.898Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-26T21:19:52.902Z | process exited: duration 4120 ms, exit code 0 |
| |
| 21 | 2026-08-26T21:19:52.909Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-26T21:19:52.913Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-26T21:19:52.913Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-26T21:19:52.913Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-08-26T21:19:52.913Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-08-26T21:19:52.913Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-26T21:19:52.913Z | * rust toolchain profile = "default" |
| 28 | 2026-08-26T21:19:52.917Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-26T21:19:52.917Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-26T21:19:52.971Z | info: downloading installer |
| 31 | 2026-08-26T21:19:54.585Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-26T21:19:54.585Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-26T21:19:54.585Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-26T21:19:54.585Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-26T21:19:54.597Z | info: profile set to default |
| 36 | 2026-08-26T21:19:54.597Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-26T21:19:54.601Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-26T21:19:54.738Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-26T21:19:54.741Z | info: downloading 6 components |
| 40 | 2026-08-26T21:20:10.710Z | |
| 41 | 2026-08-26T21:20:10.710Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 42 | 2026-08-26T21:20:10.738Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-26T21:20:10.738Z | |
| 44 | 2026-08-26T21:20:10.741Z | |
| 45 | 2026-08-26T21:20:10.741Z | Rust is installed now. Great! |
| 46 | 2026-08-26T21:20:10.741Z | |
| 47 | 2026-08-26T21:20:10.741Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-26T21:20:10.741Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-26T21:20:10.741Z | |
| 50 | 2026-08-26T21:20:10.741Z | To configure your current shell, you need to source |
| 51 | 2026-08-26T21:20:10.741Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-26T21:20:10.741Z | |
| 53 | 2026-08-26T21:20:10.741Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-26T21:20:10.741Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-26T21:20:10.741Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-26T21:20:10.741Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-26T21:20:10.741Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-26T21:20:10.741Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-26T21:20:10.741Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-26T21:20:10.741Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-26T21:20:10.741Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-26T21:20:10.841Z | + rustup --version |
| 63 | 2026-08-26T21:20:10.849Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-26T21:20:10.852Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-26T21:20:10.870Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-26T21:20:10.873Z | + cargo --version |
| 67 | 2026-08-26T21:20:10.888Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-26T21:20:10.891Z | + rustc --version |
| 69 | 2026-08-26T21:20:10.910Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-26T21:20:10.914Z | process exited: duration 18003 ms, exit code 0 |
| |
| 71 | 2026-08-26T21:20:10.920Z | starting task 2: "authentication" |
| 72 | 2026-08-26T21:20:10.937Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-26T21:20:10.942Z | starting task 3: "clone repository" |
| 74 | 2026-08-26T21:20:10.946Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-08-26T21:20:10.950Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-08-26T21:20:10.977Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-08-26T21:20:12.383Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-08-26T21:20:12.383Z | + git fetch origin 0c0dbc457f2ed49fc7b40485bdfd565f687664ca |
| 79 | 2026-08-26T21:20:12.683Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-08-26T21:20:12.683Z | * branch 0c0dbc457f2ed49fc7b40485bdfd565f687664ca -> FETCH_HEAD |
| 81 | 2026-08-26T21:20:12.689Z | + [[ -n bound-my-list ]] |
| 82 | 2026-08-26T21:20:12.691Z | ++ git branch --show-current |
| 83 | 2026-08-26T21:20:12.691Z | + current=master |
| 84 | 2026-08-26T21:20:12.691Z | + [[ master != bound-my-list ]] |
| 85 | 2026-08-26T21:20:12.691Z | + git branch -f bound-my-list 0c0dbc457f2ed49fc7b40485bdfd565f687664ca |
| 86 | 2026-08-26T21:20:12.694Z | + git checkout -f bound-my-list |
| 87 | 2026-08-26T21:20:12.711Z | Switched to branch 'bound-my-list' |
| 88 | 2026-08-26T21:20:12.715Z | + git reset --hard 0c0dbc457f2ed49fc7b40485bdfd565f687664ca |
| 89 | 2026-08-26T21:20:12.756Z | HEAD is now at 0c0dbc4 Expand expiry benchmarks with *actual* expiry |
| 90 | 2026-08-26T21:20:12.756Z | process exited: duration 1785 ms, exit code 0 |
| |
| 91 | 2026-08-26T21:20:12.763Z | starting task 4: "build" |
| 92 | 2026-08-26T21:20:12.768Z | + source .github/buildomat/common.sh |
| 93 | 2026-08-26T21:20:12.771Z | ++ rustup show active-toolchain |
| 94 | 2026-08-26T21:20:12.774Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-08-26T21:20:12.776Z | ++ pushd xde |
| 96 | 2026-08-26T21:20:12.776Z | ++ rustup show active-toolchain |
| 97 | 2026-08-26T21:20:12.776Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 98 | 2026-08-26T21:20:12.779Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 99 | 2026-08-26T21:20:12.923Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 100 | 2026-08-26T21:20:12.925Z | info: downloading 6 components |
| 101 | 2026-08-26T21:20:25.940Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-08-26T21:20:26.039Z | +++ rustup show active-toolchain -v |
| 103 | 2026-08-26T21:20:26.042Z | +++ head -n 1 |
| 104 | 2026-08-26T21:20:26.043Z | +++ cut '-d ' -f1 |
| 105 | 2026-08-26T21:20:26.097Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 106 | 2026-08-26T21:20:26.097Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-08-26T21:20:26.098Z | ++ popd |
| 108 | 2026-08-26T21:20:26.098Z | /work/oxidecomputer/opte |
| 109 | 2026-08-26T21:20:26.102Z | + cargo --version |
| 110 | 2026-08-26T21:20:26.105Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 111 | 2026-08-26T21:20:26.105Z | + rustc --version |
| 112 | 2026-08-26T21:20:26.126Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 113 | 2026-08-26T21:20:26.129Z | + pushd bin/opteadm |
| 114 | 2026-08-26T21:20:26.129Z | + header 'check style' |
| 115 | 2026-08-26T21:20:26.129Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 116 | 2026-08-26T21:20:26.129Z | + echo '# ==== check style ==== #' |
| 117 | 2026-08-26T21:20:26.129Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-08-26T21:20:26.129Z | # ==== check style ==== # |
| 119 | 2026-08-26T21:20:26.232Z | |
| 120 | 2026-08-26T21:20:26.232Z | real 0.071128448 |
| 121 | 2026-08-26T21:20:26.232Z | user 0.038906548 |
| 122 | 2026-08-26T21:20:26.232Z | sys 0.029599323 |
| 123 | 2026-08-26T21:20:26.232Z | trap 0.000000700 |
| 124 | 2026-08-26T21:20:26.235Z | tflt 0.000024210 |
| 125 | 2026-08-26T21:20:26.235Z | dflt 0.000013100 |
| 126 | 2026-08-26T21:20:26.235Z | kflt 0.000001630 |
| 127 | 2026-08-26T21:20:26.235Z | lock 0.031157952 |
| 128 | 2026-08-26T21:20:26.235Z | slp 0.051004656 |
| 129 | 2026-08-26T21:20:26.235Z | lat 0.000698140 |
| 130 | 2026-08-26T21:20:26.235Z | stop 0.000100400 |
| 131 | 2026-08-26T21:20:26.235Z | + header analyze |
| 132 | 2026-08-26T21:20:26.235Z | + echo '# ==== analyze ==== #' |
| 133 | 2026-08-26T21:20:26.235Z | # ==== analyze ==== # |
| 134 | 2026-08-26T21:20:26.235Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 135 | 2026-08-26T21:20:26.372Z | Updating crates.io index |
| 136 | 2026-08-26T21:20:26.375Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-08-26T21:20:27.237Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-08-26T21:20:27.885Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 139 | 2026-08-26T21:20:28.209Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 140 | 2026-08-26T21:20:28.631Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 141 | 2026-08-26T21:20:29.000Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-08-26T21:20:29.343Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-08-26T21:20:30.891Z | Downloading crates ... |
| 144 | 2026-08-26T21:20:30.942Z | Downloaded anstyle v1.0.14 |
| 145 | 2026-08-26T21:20:30.946Z | Downloaded clap_derive v4.6.1 |
| 146 | 2026-08-26T21:20:30.963Z | Downloaded terminal_size v0.4.4 |
| 147 | 2026-08-26T21:20:30.966Z | Downloaded is_terminal_polyfill v1.70.2 |
| 148 | 2026-08-26T21:20:30.966Z | Downloaded clap_lex v1.1.0 |
| 149 | 2026-08-26T21:20:30.966Z | Downloaded cobs v0.3.0 |
| 150 | 2026-08-26T21:20:30.966Z | Downloaded macaddr v1.0.1 |
| 151 | 2026-08-26T21:20:30.966Z | Downloaded anstream v1.0.0 |
| 152 | 2026-08-26T21:20:30.975Z | Downloaded anstyle-query v1.1.5 |
| 153 | 2026-08-26T21:20:30.984Z | Downloaded foreign-types v0.5.0 |
| 154 | 2026-08-26T21:20:30.985Z | Downloaded ipnetwork v0.21.1 |
| 155 | 2026-08-26T21:20:30.992Z | Downloaded aho-corasick v1.1.4 |
| 156 | 2026-08-26T21:20:30.992Z | Downloaded foreign-types-shared v0.3.1 |
| 157 | 2026-08-26T21:20:30.992Z | Downloaded embedded-io v0.4.0 |
| 158 | 2026-08-26T21:20:30.992Z | Downloaded embedded-io v0.6.1 |
| 159 | 2026-08-26T21:20:30.992Z | Downloaded darling_macro v0.23.0 |
| 160 | 2026-08-26T21:20:30.992Z | Downloaded errno v0.3.14 |
| 161 | 2026-08-26T21:20:30.992Z | Downloaded defmt-parser v1.0.0 |
| 162 | 2026-08-26T21:20:30.997Z | Downloaded equivalent v1.0.2 |
| 163 | 2026-08-26T21:20:30.997Z | Downloaded cstr-argument v0.1.2 |
| 164 | 2026-08-26T21:20:30.997Z | Downloaded hash32 v0.3.1 |
| 165 | 2026-08-26T21:20:30.997Z | Downloaded clap v4.6.1 |
| 166 | 2026-08-26T21:20:31.001Z | Downloaded bitflags v1.3.2 |
| 167 | 2026-08-26T21:20:31.001Z | Downloaded heck v0.5.0 |
| 168 | 2026-08-26T21:20:31.001Z | Downloaded cpufeatures v0.3.0 |
| 169 | 2026-08-26T21:20:31.006Z | Downloaded foreign-types-macros v0.2.3 |
| 170 | 2026-08-26T21:20:31.010Z | Downloaded colorchoice v1.0.5 |
| 171 | 2026-08-26T21:20:31.010Z | Downloaded ingot v0.2.0 |
| 172 | 2026-08-26T21:20:31.010Z | Downloaded utf8parse v0.2.2 |
| 173 | 2026-08-26T21:20:31.015Z | Downloaded dyn-clone v1.0.20 |
| 174 | 2026-08-26T21:20:31.019Z | Downloaded ident_case v1.0.1 |
| 175 | 2026-08-26T21:20:31.019Z | Downloaded defmt v1.1.1 |
| 176 | 2026-08-26T21:20:31.024Z | Downloaded ingot-macros v0.2.0 |
| 177 | 2026-08-26T21:20:31.024Z | Downloaded anstyle-parse v1.0.0 |
| 178 | 2026-08-26T21:20:31.024Z | Downloaded colored v3.1.1 |
| 179 | 2026-08-26T21:20:31.024Z | Downloaded either v1.16.0 |
| 180 | 2026-08-26T21:20:31.032Z | Downloaded ref-cast-impl v1.0.25 |
| 181 | 2026-08-26T21:20:31.032Z | Downloaded ref-cast v1.0.25 |
| 182 | 2026-08-26T21:20:31.043Z | Downloaded managed v0.8.0 |
| 183 | 2026-08-26T21:20:31.043Z | Downloaded defmt v0.3.100 |
| 184 | 2026-08-26T21:20:31.047Z | Downloaded version_check v0.9.5 |
| 185 | 2026-08-26T21:20:31.048Z | Downloaded strsim v0.11.1 |
| 186 | 2026-08-26T21:20:31.057Z | Downloaded proc-macro-crate v3.5.0 |
| 187 | 2026-08-26T21:20:31.060Z | Downloaded pretty-hex v0.4.2 |
| 188 | 2026-08-26T21:20:31.060Z | Downloaded stable_deref_trait v1.2.1 |
| 189 | 2026-08-26T21:20:31.066Z | Downloaded byteorder v1.5.0 |
| 190 | 2026-08-26T21:20:31.073Z | Downloaded tabwriter v1.4.1 |
| 191 | 2026-08-26T21:20:31.085Z | Downloaded cfg-if v1.0.4 |
| 192 | 2026-08-26T21:20:31.085Z | Downloaded ingot-types v0.2.0 |
| 193 | 2026-08-26T21:20:31.085Z | Downloaded pin-project-lite v0.2.17 |
| 194 | 2026-08-26T21:20:31.095Z | Downloaded defmt-macros v1.1.1 |
| 195 | 2026-08-26T21:20:31.095Z | Downloaded darling_core v0.23.0 |
| 196 | 2026-08-26T21:20:31.101Z | Downloaded oxnet v0.1.6 |
| 197 | 2026-08-26T21:20:31.102Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 198 | 2026-08-26T21:20:31.114Z | Downloaded thiserror-impl v2.0.18 |
| 199 | 2026-08-26T21:20:31.161Z | Downloaded rustversion v1.0.23 |
| 200 | 2026-08-26T21:20:31.161Z | Downloaded quote v1.0.46 |
| 201 | 2026-08-26T21:20:31.161Z | Downloaded darling v0.23.0 |
| 202 | 2026-08-26T21:20:31.161Z | Downloaded num_enum v0.7.6 |
| 203 | 2026-08-26T21:20:31.161Z | Downloaded num_enum_derive v0.7.6 |
| 204 | 2026-08-26T21:20:31.161Z | Downloaded bitflags v2.13.0 |
| 205 | 2026-08-26T21:20:31.161Z | Downloaded getrandom v0.4.3 |
| 206 | 2026-08-26T21:20:31.161Z | Downloaded thiserror v2.0.18 |
| 207 | 2026-08-26T21:20:31.161Z | Downloaded heapless v0.8.0 |
| 208 | 2026-08-26T21:20:31.161Z | Downloaded chacha20 v0.10.1 |
| 209 | 2026-08-26T21:20:31.161Z | Downloaded postcard v1.1.3 |
| 210 | 2026-08-26T21:20:31.161Z | Downloaded once_cell v1.21.4 |
| 211 | 2026-08-26T21:20:31.161Z | Downloaded rand_core v0.10.1 |
| 212 | 2026-08-26T21:20:31.161Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 213 | 2026-08-26T21:20:31.166Z | Downloaded socket2 v0.6.4 |
| 214 | 2026-08-26T21:20:31.166Z | Downloaded tracing-core v0.1.36 |
| 215 | 2026-08-26T21:20:31.171Z | Downloaded serde_core v1.0.228 |
| 216 | 2026-08-26T21:20:31.171Z | Downloaded uuid v1.23.5 |
| 217 | 2026-08-26T21:20:31.177Z | Downloaded tracing-attributes v0.1.31 |
| 218 | 2026-08-26T21:20:31.177Z | Downloaded unicode-ident v1.0.24 |
| 219 | 2026-08-26T21:20:31.182Z | Downloaded proc-macro2 v1.0.106 |
| 220 | 2026-08-26T21:20:31.192Z | Downloaded serde_derive v1.0.228 |
| 221 | 2026-08-26T21:20:31.199Z | Downloaded anyhow v1.0.103 |
| 222 | 2026-08-26T21:20:31.232Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 223 | 2026-08-26T21:20:31.255Z | Downloaded indexmap v2.14.0 |
| 224 | 2026-08-26T21:20:31.262Z | Downloaded memchr v2.8.3 |
| 225 | 2026-08-26T21:20:31.262Z | Downloaded serde v1.0.228 |
| 226 | 2026-08-26T21:20:31.262Z | Downloaded zerocopy-derive v0.8.54 |
| 227 | 2026-08-26T21:20:31.262Z | Downloaded rand v0.10.2 |
| 228 | 2026-08-26T21:20:31.280Z | Downloaded hashbrown v0.17.1 |
| 229 | 2026-08-26T21:20:31.306Z | Downloaded regex v1.13.0 |
| 230 | 2026-08-26T21:20:31.312Z | Downloaded clap_builder v4.6.0 |
| 231 | 2026-08-26T21:20:31.317Z | Downloaded itertools v0.15.0 |
| 232 | 2026-08-26T21:20:31.338Z | Downloaded winnow v1.0.3 |
| 233 | 2026-08-26T21:20:31.388Z | Downloaded syn v1.0.109 |
| 234 | 2026-08-26T21:20:31.396Z | Downloaded unicode-width v0.2.2 |
| 235 | 2026-08-26T21:20:31.396Z | Downloaded zerocopy v0.8.54 |
| 236 | 2026-08-26T21:20:31.418Z | Downloaded syn v2.0.118 |
| 237 | 2026-08-26T21:20:31.422Z | Downloaded smoltcp v0.11.0 |
| 238 | 2026-08-26T21:20:31.441Z | Downloaded regex-syntax v0.8.11 |
| 239 | 2026-08-26T21:20:31.454Z | Downloaded rustix v1.1.4 |
| 240 | 2026-08-26T21:20:31.468Z | Downloaded tracing v0.1.44 |
| 241 | 2026-08-26T21:20:31.478Z | Downloaded regex-automata v0.4.15 |
| 242 | 2026-08-26T21:20:31.501Z | Downloaded libc v0.2.186 |
| 243 | 2026-08-26T21:20:31.555Z | Compiling proc-macro2 v1.0.106 |
| 244 | 2026-08-26T21:20:31.555Z | Compiling unicode-ident v1.0.24 |
| 245 | 2026-08-26T21:20:31.555Z | Compiling quote v1.0.46 |
| 246 | 2026-08-26T21:20:31.555Z | Compiling serde_core v1.0.228 |
| 247 | 2026-08-26T21:20:31.558Z | Compiling libc v0.2.186 |
| 248 | 2026-08-26T21:20:31.558Z | Checking cfg-if v1.0.4 |
| 249 | 2026-08-26T21:20:31.558Z | Compiling ident_case v1.0.1 |
| 250 | 2026-08-26T21:20:31.558Z | Compiling memchr v2.8.3 |
| 251 | 2026-08-26T21:20:31.678Z | Compiling thiserror v2.0.18 |
| 252 | 2026-08-26T21:20:31.747Z | Compiling strsim v0.11.1 |
| 253 | 2026-08-26T21:20:31.750Z | Compiling regex-syntax v0.8.11 |
| 254 | 2026-08-26T21:20:32.023Z | Compiling aho-corasick v1.1.4 |
| 255 | 2026-08-26T21:20:32.184Z | Compiling winnow v1.0.3 |
| 256 | 2026-08-26T21:20:32.270Z | Compiling serde v1.0.228 |
| 257 | 2026-08-26T21:20:32.428Z | Compiling either v1.16.0 |
| 258 | 2026-08-26T21:20:32.554Z | Compiling equivalent v1.0.2 |
| 259 | 2026-08-26T21:20:32.562Z | Compiling hashbrown v0.17.1 |
| 260 | 2026-08-26T21:20:32.639Z | Compiling zerocopy v0.8.54 |
| 261 | 2026-08-26T21:20:32.639Z | Compiling anyhow v1.0.103 |
| 262 | 2026-08-26T21:20:33.027Z | Compiling itertools v0.15.0 |
| 263 | 2026-08-26T21:20:33.071Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 264 | 2026-08-26T21:20:33.091Z | Compiling indexmap v2.14.0 |
| 265 | 2026-08-26T21:20:33.213Z | Compiling syn v2.0.118 |
| 266 | 2026-08-26T21:20:33.228Z | Compiling regex-automata v0.4.15 |
| 267 | 2026-08-26T21:20:33.504Z | Checking byteorder v1.5.0 |
| 268 | 2026-08-26T21:20:33.649Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 269 | 2026-08-26T21:20:33.666Z | Compiling heapless v0.8.0 |
| 270 | 2026-08-26T21:20:33.733Z | Checking hash32 v0.3.1 |
| 271 | 2026-08-26T21:20:33.770Z | Checking bitflags v2.13.0 |
| 272 | 2026-08-26T21:20:33.825Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 273 | 2026-08-26T21:20:33.842Z | Compiling smoltcp v0.11.0 |
| 274 | 2026-08-26T21:20:33.872Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 275 | 2026-08-26T21:20:33.925Z | Compiling rustversion v1.0.23 |
| 276 | 2026-08-26T21:20:34.109Z | Compiling syn v1.0.109 |
| 277 | 2026-08-26T21:20:34.131Z | Checking stable_deref_trait v1.2.1 |
| 278 | 2026-08-26T21:20:34.171Z | Checking macaddr v1.0.1 |
| 279 | 2026-08-26T21:20:34.317Z | Compiling ref-cast v1.0.25 |
| 280 | 2026-08-26T21:20:34.328Z | Checking rand_core v0.10.1 |
| 281 | 2026-08-26T21:20:34.453Z | Compiling proc-macro-crate v3.5.0 |
| 282 | 2026-08-26T21:20:34.462Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 283 | 2026-08-26T21:20:34.462Z | Checking managed v0.8.0 |
| 284 | 2026-08-26T21:20:34.560Z | Compiling version_check v0.9.5 |
| 285 | 2026-08-26T21:20:34.616Z | Checking bitflags v1.3.2 |
| 286 | 2026-08-26T21:20:34.636Z | Compiling getrandom v0.4.3 |
| 287 | 2026-08-26T21:20:34.655Z | Compiling rustix v1.1.4 |
| 288 | 2026-08-26T21:20:34.829Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 289 | 2026-08-26T21:20:34.916Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 290 | 2026-08-26T21:20:34.999Z | Compiling regex v1.13.0 |
| 291 | 2026-08-26T21:20:35.218Z | Checking errno v0.3.14 |
| 292 | 2026-08-26T21:20:35.279Z | Checking foreign-types-shared v0.3.1 |
| 293 | 2026-08-26T21:20:35.330Z | Checking unicode-width v0.2.2 |
| 294 | 2026-08-26T21:20:35.405Z | Checking cpufeatures v0.3.0 |
| 295 | 2026-08-26T21:20:35.455Z | Checking once_cell v1.21.4 |
| 296 | 2026-08-26T21:20:35.465Z | Checking ipnetwork v0.21.1 |
| 297 | 2026-08-26T21:20:35.572Z | Checking utf8parse v0.2.2 |
| 298 | 2026-08-26T21:20:35.628Z | Checking tabwriter v1.4.1 |
| 299 | 2026-08-26T21:20:35.632Z | Checking tracing-core v0.1.36 |
| 300 | 2026-08-26T21:20:35.669Z | Checking anstyle-parse v1.0.0 |
| 301 | 2026-08-26T21:20:35.714Z | Checking cstr-argument v0.1.2 |
| 302 | 2026-08-26T21:20:35.774Z | Checking chacha20 v0.10.1 |
| 303 | 2026-08-26T21:20:35.862Z | Compiling darling_core v0.23.0 |
| 304 | 2026-08-26T21:20:35.986Z | Checking is_terminal_polyfill v1.70.2 |
| 305 | 2026-08-26T21:20:36.045Z | Checking colorchoice v1.0.5 |
| 306 | 2026-08-26T21:20:36.070Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 307 | 2026-08-26T21:20:36.131Z | Checking pretty-hex v0.4.2 |
| 308 | 2026-08-26T21:20:36.150Z | Checking anstyle-query v1.1.5 |
| 309 | 2026-08-26T21:20:36.150Z | Checking dyn-clone v1.0.20 |
| 310 | 2026-08-26T21:20:36.234Z | Checking pin-project-lite v0.2.17 |
| 311 | 2026-08-26T21:20:36.240Z | Checking anstyle v1.0.14 |
| 312 | 2026-08-26T21:20:36.288Z | Checking terminal_size v0.4.4 |
| 313 | 2026-08-26T21:20:36.314Z | Checking rand v0.10.2 |
| 314 | 2026-08-26T21:20:36.397Z | Checking uuid v1.23.5 |
| 315 | 2026-08-26T21:20:36.417Z | Checking anstream v1.0.0 |
| 316 | 2026-08-26T21:20:36.442Z | Checking socket2 v0.6.4 |
| 317 | 2026-08-26T21:20:36.580Z | Compiling heck v0.5.0 |
| 318 | 2026-08-26T21:20:36.644Z | Checking oxnet v0.1.6 |
| 319 | 2026-08-26T21:20:36.774Z | Checking colored v3.1.1 |
| 320 | 2026-08-26T21:20:36.774Z | Checking clap_lex v1.1.0 |
| 321 | 2026-08-26T21:20:36.783Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 322 | 2026-08-26T21:20:36.924Z | Checking clap_builder v4.6.0 |
| 323 | 2026-08-26T21:20:37.000Z | Compiling thiserror-impl v2.0.18 |
| 324 | 2026-08-26T21:20:37.110Z | Compiling zerocopy-derive v0.8.54 |
| 325 | 2026-08-26T21:20:37.117Z | Compiling serde_derive v1.0.228 |
| 326 | 2026-08-26T21:20:37.171Z | Compiling foreign-types-macros v0.2.3 |
| 327 | 2026-08-26T21:20:37.542Z | Compiling num_enum_derive v0.7.6 |
| 328 | 2026-08-26T21:20:37.791Z | Compiling ref-cast-impl v1.0.25 |
| 329 | 2026-08-26T21:20:37.817Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 330 | 2026-08-26T21:20:37.952Z | Compiling darling_macro v0.23.0 |
| 331 | 2026-08-26T21:20:38.205Z | Checking foreign-types v0.5.0 |
| 332 | 2026-08-26T21:20:38.275Z | Compiling tracing-attributes v0.1.31 |
| 333 | 2026-08-26T21:20:38.320Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 334 | 2026-08-26T21:20:38.346Z | Checking cobs v0.3.0 |
| 335 | 2026-08-26T21:20:38.489Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 336 | 2026-08-26T21:20:38.503Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 337 | 2026-08-26T21:20:38.566Z | Compiling darling v0.23.0 |
| 338 | 2026-08-26T21:20:38.575Z | Checking num_enum v0.7.6 |
| 339 | 2026-08-26T21:20:38.591Z | Compiling clap_derive v4.6.1 |
| 340 | 2026-08-26T21:20:38.647Z | Compiling ingot-macros v0.2.0 |
| 341 | 2026-08-26T21:20:38.681Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 342 | 2026-08-26T21:20:39.366Z | Checking tracing v0.1.44 |
| 343 | 2026-08-26T21:20:39.848Z | Checking postcard v1.1.3 |
| 344 | 2026-08-26T21:20:39.884Z | Checking clap v4.6.1 |
| 345 | 2026-08-26T21:20:41.160Z | Checking ingot-types v0.2.0 |
| 346 | 2026-08-26T21:20:41.428Z | Checking ingot v0.2.0 |
| 347 | 2026-08-26T21:20:42.747Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 348 | 2026-08-26T21:20:43.961Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 349 | 2026-08-26T21:20:45.164Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 350 | 2026-08-26T21:20:45.990Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.70s |
| 351 | 2026-08-26T21:20:46.096Z | |
| 352 | 2026-08-26T21:20:46.099Z | real 19.858161114 |
| 353 | 2026-08-26T21:20:46.099Z | user 54.404265794 |
| 354 | 2026-08-26T21:20:46.099Z | sys 13.202213061 |
| 355 | 2026-08-26T21:20:46.099Z | trap 0.045031444 |
| 356 | 2026-08-26T21:20:46.099Z | tflt 0.360608007 |
| 357 | 2026-08-26T21:20:46.099Z | dflt 0.393930224 |
| 358 | 2026-08-26T21:20:46.100Z | kflt 0.008454330 |
| 359 | 2026-08-26T21:20:46.100Z | lock 3:45.792775218 |
| 360 | 2026-08-26T21:20:46.100Z | slp 3:07.836927279 |
| 361 | 2026-08-26T21:20:46.100Z | lat 3.648960633 |
| 362 | 2026-08-26T21:20:46.100Z | stop 13.498632152 |
| 363 | 2026-08-26T21:20:46.100Z | + header 'debug build' |
| 364 | 2026-08-26T21:20:46.100Z | + echo '# ==== debug build ==== #' |
| 365 | 2026-08-26T21:20:46.100Z | # ==== debug build ==== # |
| 366 | 2026-08-26T21:20:46.100Z | + ptime -m cargo build |
| 367 | 2026-08-26T21:20:46.253Z | Compiling cfg-if v1.0.4 |
| 368 | 2026-08-26T21:20:46.261Z | Compiling serde_core v1.0.228 |
| 369 | 2026-08-26T21:20:46.262Z | Compiling libc v0.2.186 |
| 370 | 2026-08-26T21:20:46.276Z | Compiling thiserror v2.0.18 |
| 371 | 2026-08-26T21:20:46.281Z | Compiling byteorder v1.5.0 |
| 372 | 2026-08-26T21:20:46.286Z | Compiling zerocopy v0.8.54 |
| 373 | 2026-08-26T21:20:46.286Z | Compiling stable_deref_trait v1.2.1 |
| 374 | 2026-08-26T21:20:46.286Z | Compiling macaddr v1.0.1 |
| 375 | 2026-08-26T21:20:46.328Z | Compiling bitflags v1.3.2 |
| 376 | 2026-08-26T21:20:46.340Z | Compiling cobs v0.3.0 |
| 377 | 2026-08-26T21:20:46.355Z | Compiling managed v0.8.0 |
| 378 | 2026-08-26T21:20:46.381Z | Compiling rand_core v0.10.1 |
| 379 | 2026-08-26T21:20:46.448Z | Compiling hash32 v0.3.1 |
| 380 | 2026-08-26T21:20:46.526Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 381 | 2026-08-26T21:20:46.533Z | Compiling heapless v0.8.0 |
| 382 | 2026-08-26T21:20:46.565Z | Compiling errno v0.3.14 |
| 383 | 2026-08-26T21:20:46.596Z | Compiling utf8parse v0.2.2 |
| 384 | 2026-08-26T21:20:46.614Z | Compiling cpufeatures v0.3.0 |
| 385 | 2026-08-26T21:20:46.618Z | Compiling ipnetwork v0.21.1 |
| 386 | 2026-08-26T21:20:46.666Z | Compiling memchr v2.8.3 |
| 387 | 2026-08-26T21:20:46.685Z | Compiling foreign-types-shared v0.3.1 |
| 388 | 2026-08-26T21:20:46.724Z | Compiling unicode-width v0.2.2 |
| 389 | 2026-08-26T21:20:46.786Z | Compiling once_cell v1.21.4 |
| 390 | 2026-08-26T21:20:46.792Z | Compiling foreign-types v0.5.0 |
| 391 | 2026-08-26T21:20:46.863Z | Compiling anstyle-parse v1.0.0 |
| 392 | 2026-08-26T21:20:46.971Z | Compiling smoltcp v0.11.0 |
| 393 | 2026-08-26T21:20:46.985Z | Compiling tabwriter v1.4.1 |
| 394 | 2026-08-26T21:20:47.043Z | Compiling tracing-core v0.1.36 |
| 395 | 2026-08-26T21:20:47.090Z | Compiling cstr-argument v0.1.2 |
| 396 | 2026-08-26T21:20:47.097Z | Compiling chacha20 v0.10.1 |
| 397 | 2026-08-26T21:20:47.300Z | Compiling ref-cast v1.0.25 |
| 398 | 2026-08-26T21:20:47.393Z | Compiling num_enum v0.7.6 |
| 399 | 2026-08-26T21:20:47.409Z | Compiling getrandom v0.4.3 |
| 400 | 2026-08-26T21:20:47.460Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 401 | 2026-08-26T21:20:47.471Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 402 | 2026-08-26T21:20:47.549Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 403 | 2026-08-26T21:20:47.555Z | Compiling colorchoice v1.0.5 |
| 404 | 2026-08-26T21:20:47.599Z | Compiling anstyle-query v1.1.5 |
| 405 | 2026-08-26T21:20:47.660Z | Compiling dyn-clone v1.0.20 |
| 406 | 2026-08-26T21:20:47.709Z | Compiling anstyle v1.0.14 |
| 407 | 2026-08-26T21:20:47.818Z | Compiling is_terminal_polyfill v1.70.2 |
| 408 | 2026-08-26T21:20:47.845Z | Compiling pin-project-lite v0.2.17 |
| 409 | 2026-08-26T21:20:47.910Z | Compiling pretty-hex v0.4.2 |
| 410 | 2026-08-26T21:20:47.931Z | Compiling tracing v0.1.44 |
| 411 | 2026-08-26T21:20:47.959Z | Compiling anstream v1.0.0 |
| 412 | 2026-08-26T21:20:48.035Z | Compiling bitflags v2.13.0 |
| 413 | 2026-08-26T21:20:49.107Z | Compiling serde v1.0.228 |
| 414 | 2026-08-26T21:20:49.113Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 415 | 2026-08-26T21:20:49.113Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 416 | 2026-08-26T21:20:49.113Z | Compiling rustix v1.1.4 |
| 417 | 2026-08-26T21:20:49.113Z | Compiling uuid v1.23.5 |
| 418 | 2026-08-26T21:20:49.113Z | Compiling anyhow v1.0.103 |
| 419 | 2026-08-26T21:20:49.113Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 420 | 2026-08-26T21:20:49.114Z | Compiling postcard v1.1.3 |
| 421 | 2026-08-26T21:20:49.114Z | Compiling terminal_size v0.4.4 |
| 422 | 2026-08-26T21:20:49.114Z | Compiling rand v0.10.2 |
| 423 | 2026-08-26T21:20:49.114Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 424 | 2026-08-26T21:20:49.114Z | Compiling socket2 v0.6.4 |
| 425 | 2026-08-26T21:20:49.154Z | Compiling ingot-types v0.2.0 |
| 426 | 2026-08-26T21:20:49.170Z | Compiling strsim v0.11.1 |
| 427 | 2026-08-26T21:20:49.285Z | Compiling oxnet v0.1.6 |
| 428 | 2026-08-26T21:20:49.333Z | Compiling colored v3.1.1 |
| 429 | 2026-08-26T21:20:49.567Z | Compiling ingot v0.2.0 |
| 430 | 2026-08-26T21:20:49.587Z | Compiling winnow v1.0.3 |
| 431 | 2026-08-26T21:20:49.773Z | Compiling clap_lex v1.1.0 |
| 432 | 2026-08-26T21:20:49.911Z | Compiling clap_builder v4.6.0 |
| 433 | 2026-08-26T21:20:50.099Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 434 | 2026-08-26T21:20:50.509Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 435 | 2026-08-26T21:20:51.247Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 436 | 2026-08-26T21:20:51.565Z | Compiling clap v4.6.1 |
| 437 | 2026-08-26T21:20:52.718Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 438 | 2026-08-26T21:20:54.232Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 439 | 2026-08-26T21:20:58.647Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.54s |
| 440 | 2026-08-26T21:20:58.676Z | |
| 441 | 2026-08-26T21:20:58.694Z | real 12.569558366 |
| 442 | 2026-08-26T21:20:58.694Z | user 1:05.074857362 |
| 443 | 2026-08-26T21:20:58.694Z | sys 6.118891853 |
| 444 | 2026-08-26T21:20:58.694Z | trap 0.034666639 |
| 445 | 2026-08-26T21:20:58.694Z | tflt 0.109696382 |
| 446 | 2026-08-26T21:20:58.694Z | dflt 0.217945460 |
| 447 | 2026-08-26T21:20:58.694Z | kflt 0.000015800 |
| 448 | 2026-08-26T21:20:58.694Z | lock 3:11.254142148 |
| 449 | 2026-08-26T21:20:58.694Z | slp 1:56.947795872 |
| 450 | 2026-08-26T21:20:58.694Z | lat 3.162190520 |
| 451 | 2026-08-26T21:20:58.694Z | stop 2.725912801 |
| 452 | 2026-08-26T21:20:58.695Z | + header 'release build' |
| 453 | 2026-08-26T21:20:58.695Z | + echo '# ==== release build ==== #' |
| 454 | 2026-08-26T21:20:58.695Z | + ptime -m cargo build --release |
| 455 | 2026-08-26T21:20:58.695Z | # ==== release build ==== # |
| 456 | 2026-08-26T21:20:58.788Z | Compiling proc-macro2 v1.0.106 |
| 457 | 2026-08-26T21:20:58.788Z | Compiling unicode-ident v1.0.24 |
| 458 | 2026-08-26T21:20:58.788Z | Compiling quote v1.0.46 |
| 459 | 2026-08-26T21:20:58.804Z | Compiling serde_core v1.0.228 |
| 460 | 2026-08-26T21:20:58.804Z | Compiling libc v0.2.186 |
| 461 | 2026-08-26T21:20:58.804Z | Compiling cfg-if v1.0.4 |
| 462 | 2026-08-26T21:20:58.804Z | Compiling ident_case v1.0.1 |
| 463 | 2026-08-26T21:20:58.804Z | Compiling thiserror v2.0.18 |
| 464 | 2026-08-26T21:20:58.842Z | Compiling strsim v0.11.1 |
| 465 | 2026-08-26T21:20:58.888Z | Compiling memchr v2.8.3 |
| 466 | 2026-08-26T21:20:58.888Z | Compiling regex-syntax v0.8.11 |
| 467 | 2026-08-26T21:20:59.081Z | Compiling hashbrown v0.17.1 |
| 468 | 2026-08-26T21:20:59.351Z | Compiling winnow v1.0.3 |
| 469 | 2026-08-26T21:20:59.351Z | Compiling aho-corasick v1.1.4 |
| 470 | 2026-08-26T21:20:59.416Z | Compiling equivalent v1.0.2 |
| 471 | 2026-08-26T21:20:59.485Z | Compiling serde v1.0.228 |
| 472 | 2026-08-26T21:20:59.494Z | Compiling either v1.16.0 |
| 473 | 2026-08-26T21:20:59.614Z | Compiling zerocopy v0.8.54 |
| 474 | 2026-08-26T21:20:59.679Z | Compiling anyhow v1.0.103 |
| 475 | 2026-08-26T21:20:59.913Z | Compiling itertools v0.15.0 |
| 476 | 2026-08-26T21:20:59.963Z | Compiling syn v2.0.118 |
| 477 | 2026-08-26T21:20:59.996Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 478 | 2026-08-26T21:21:00.006Z | Compiling indexmap v2.14.0 |
| 479 | 2026-08-26T21:21:00.099Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 480 | 2026-08-26T21:21:00.324Z | Compiling regex-automata v0.4.15 |
| 481 | 2026-08-26T21:21:00.532Z | Compiling heapless v0.8.0 |
| 482 | 2026-08-26T21:21:00.610Z | Compiling byteorder v1.5.0 |
| 483 | 2026-08-26T21:21:00.623Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 484 | 2026-08-26T21:21:00.778Z | Compiling hash32 v0.3.1 |
| 485 | 2026-08-26T21:21:00.894Z | Compiling bitflags v2.13.0 |
| 486 | 2026-08-26T21:21:00.922Z | Compiling macaddr v1.0.1 |
| 487 | 2026-08-26T21:21:00.964Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 488 | 2026-08-26T21:21:01.063Z | Compiling stable_deref_trait v1.2.1 |
| 489 | 2026-08-26T21:21:01.079Z | Compiling syn v1.0.109 |
| 490 | 2026-08-26T21:21:01.091Z | Compiling smoltcp v0.11.0 |
| 491 | 2026-08-26T21:21:01.184Z | Compiling rustversion v1.0.23 |
| 492 | 2026-08-26T21:21:01.214Z | Compiling proc-macro-crate v3.5.0 |
| 493 | 2026-08-26T21:21:01.447Z | Compiling version_check v0.9.5 |
| 494 | 2026-08-26T21:21:01.468Z | Compiling rand_core v0.10.1 |
| 495 | 2026-08-26T21:21:01.489Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 496 | 2026-08-26T21:21:01.568Z | Compiling rustix v1.1.4 |
| 497 | 2026-08-26T21:21:01.575Z | Compiling ref-cast v1.0.25 |
| 498 | 2026-08-26T21:21:01.589Z | Compiling getrandom v0.4.3 |
| 499 | 2026-08-26T21:21:01.637Z | Compiling bitflags v1.3.2 |
| 500 | 2026-08-26T21:21:01.687Z | Compiling managed v0.8.0 |
| 501 | 2026-08-26T21:21:01.700Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 502 | 2026-08-26T21:21:01.901Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 503 | 2026-08-26T21:21:01.917Z | Compiling errno v0.3.14 |
| 504 | 2026-08-26T21:21:02.049Z | Compiling regex v1.13.0 |
| 505 | 2026-08-26T21:21:02.090Z | Compiling utf8parse v0.2.2 |
| 506 | 2026-08-26T21:21:02.154Z | Compiling unicode-width v0.2.2 |
| 507 | 2026-08-26T21:21:02.231Z | Compiling once_cell v1.21.4 |
| 508 | 2026-08-26T21:21:02.295Z | Compiling cpufeatures v0.3.0 |
| 509 | 2026-08-26T21:21:02.434Z | Compiling foreign-types-shared v0.3.1 |
| 510 | 2026-08-26T21:21:02.449Z | Compiling ipnetwork v0.21.1 |
| 511 | 2026-08-26T21:21:02.464Z | Compiling tracing-core v0.1.36 |
| 512 | 2026-08-26T21:21:02.504Z | Compiling darling_core v0.23.0 |
| 513 | 2026-08-26T21:21:02.781Z | Compiling cstr-argument v0.1.2 |
| 514 | 2026-08-26T21:21:02.822Z | Compiling tabwriter v1.4.1 |
| 515 | 2026-08-26T21:21:02.930Z | Compiling chacha20 v0.10.1 |
| 516 | 2026-08-26T21:21:03.114Z | Compiling anstyle-parse v1.0.0 |
| 517 | 2026-08-26T21:21:03.454Z | Compiling anstyle v1.0.14 |
| 518 | 2026-08-26T21:21:03.579Z | Compiling dyn-clone v1.0.20 |
| 519 | 2026-08-26T21:21:03.639Z | Compiling colorchoice v1.0.5 |
| 520 | 2026-08-26T21:21:03.696Z | Compiling pin-project-lite v0.2.17 |
| 521 | 2026-08-26T21:21:03.757Z | Compiling is_terminal_polyfill v1.70.2 |
| 522 | 2026-08-26T21:21:03.757Z | Compiling thiserror-impl v2.0.18 |
| 523 | 2026-08-26T21:21:03.757Z | Compiling zerocopy-derive v0.8.54 |
| 524 | 2026-08-26T21:21:03.829Z | Compiling serde_derive v1.0.228 |
| 525 | 2026-08-26T21:21:03.862Z | Compiling num_enum_derive v0.7.6 |
| 526 | 2026-08-26T21:21:04.018Z | Compiling ref-cast-impl v1.0.25 |
| 527 | 2026-08-26T21:21:04.616Z | Compiling foreign-types-macros v0.2.3 |
| 528 | 2026-08-26T21:21:04.666Z | Compiling darling_macro v0.23.0 |
| 529 | 2026-08-26T21:21:04.776Z | Compiling tracing-attributes v0.1.31 |
| 530 | 2026-08-26T21:21:04.795Z | Compiling num_enum v0.7.6 |
| 531 | 2026-08-26T21:21:04.885Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 532 | 2026-08-26T21:21:05.024Z | Compiling cobs v0.3.0 |
| 533 | 2026-08-26T21:21:05.203Z | Compiling darling v0.23.0 |
| 534 | 2026-08-26T21:21:05.216Z | Compiling foreign-types v0.5.0 |
| 535 | 2026-08-26T21:21:05.232Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 536 | 2026-08-26T21:21:05.250Z | Compiling anstyle-query v1.1.5 |
| 537 | 2026-08-26T21:21:05.283Z | Compiling ingot-macros v0.2.0 |
| 538 | 2026-08-26T21:21:05.298Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 539 | 2026-08-26T21:21:05.322Z | Compiling pretty-hex v0.4.2 |
| 540 | 2026-08-26T21:21:05.362Z | Compiling anstream v1.0.0 |
| 541 | 2026-08-26T21:21:05.447Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 542 | 2026-08-26T21:21:05.484Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 543 | 2026-08-26T21:21:05.861Z | Compiling terminal_size v0.4.4 |
| 544 | 2026-08-26T21:21:05.877Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 545 | 2026-08-26T21:21:05.877Z | Compiling rand v0.10.2 |
| 546 | 2026-08-26T21:21:05.877Z | Compiling uuid v1.23.5 |
| 547 | 2026-08-26T21:21:05.939Z | Compiling tracing v0.1.44 |
| 548 | 2026-08-26T21:21:06.066Z | Compiling socket2 v0.6.4 |
| 549 | 2026-08-26T21:21:06.239Z | Compiling oxnet v0.1.6 |
| 550 | 2026-08-26T21:21:06.252Z | Compiling heck v0.5.0 |
| 551 | 2026-08-26T21:21:06.302Z | Compiling clap_lex v1.1.0 |
| 552 | 2026-08-26T21:21:06.435Z | Compiling colored v3.1.1 |
| 553 | 2026-08-26T21:21:06.621Z | Compiling clap_derive v4.6.1 |
| 554 | 2026-08-26T21:21:06.640Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 555 | 2026-08-26T21:21:06.958Z | Compiling postcard v1.1.3 |
| 556 | 2026-08-26T21:21:07.005Z | Compiling clap_builder v4.6.0 |
| 557 | 2026-08-26T21:21:08.086Z | Compiling ingot-types v0.2.0 |
| 558 | 2026-08-26T21:21:11.939Z | Compiling ingot v0.2.0 |
| 559 | 2026-08-26T21:21:11.980Z | Compiling clap v4.6.1 |
| 560 | 2026-08-26T21:21:11.988Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 561 | 2026-08-26T21:21:11.988Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 562 | 2026-08-26T21:21:12.227Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 563 | 2026-08-26T21:21:18.846Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.16s |
| 564 | 2026-08-26T21:21:18.875Z | |
| 565 | 2026-08-26T21:21:18.875Z | real 20.188308118 |
| 566 | 2026-08-26T21:21:18.875Z | user 1:42.859898681 |
| 567 | 2026-08-26T21:21:18.875Z | sys 13.448905672 |
| 568 | 2026-08-26T21:21:18.879Z | trap 0.050377030 |
| 569 | 2026-08-26T21:21:18.879Z | tflt 0.133811962 |
| 570 | 2026-08-26T21:21:18.879Z | dflt 0.325187607 |
| 571 | 2026-08-26T21:21:18.879Z | kflt 0.000033010 |
| 572 | 2026-08-26T21:21:18.879Z | lock 4:48.375829186 |
| 573 | 2026-08-26T21:21:18.879Z | slp 3:24.975310264 |
| 574 | 2026-08-26T21:21:18.879Z | lat 4.680043027 |
| 575 | 2026-08-26T21:21:18.879Z | stop 9.675133583 |
| 576 | 2026-08-26T21:21:18.879Z | + popd |
| 577 | 2026-08-26T21:21:18.879Z | /work/oxidecomputer/opte |
| 578 | 2026-08-26T21:21:18.879Z | + TGT_BASE=/work |
| 579 | 2026-08-26T21:21:18.879Z | + for x in debug release |
| 580 | 2026-08-26T21:21:18.879Z | + mkdir -p /work/debug |
| 581 | 2026-08-26T21:21:18.879Z | + cp target/debug/opteadm /work/debug/ |
| 582 | 2026-08-26T21:21:18.902Z | + sha256sum target/debug/opteadm |
| 583 | 2026-08-26T21:21:18.929Z | + for x in debug release |
| 584 | 2026-08-26T21:21:18.929Z | + mkdir -p /work/release |
| 585 | 2026-08-26T21:21:18.933Z | + cp target/release/opteadm /work/release/ |
| 586 | 2026-08-26T21:21:18.950Z | + sha256sum target/release/opteadm |
| 587 | 2026-08-26T21:21:18.966Z | process exited: duration 66201 ms, exit code 0 |
| |
| 588 | 2026-08-26T21:21:18.973Z | found 4 output files |
| 589 | 2026-08-26T21:21:18.973Z | uploading: /work/debug/opteadm (38121640 bytes) |
| 590 | 2026-08-26T21:21:20.217Z | uploaded: /work/debug/opteadm |
| 591 | 2026-08-26T21:21:20.217Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
| 592 | 2026-08-26T21:21:21.225Z | uploaded: /work/debug/opteadm.debug.sha256 |
| 593 | 2026-08-26T21:21:21.225Z | uploading: /work/release/opteadm (25874952 bytes) |
| 594 | 2026-08-26T21:21:22.401Z | uploaded: /work/release/opteadm |
| 595 | 2026-08-26T21:21:22.401Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
| 596 | 2026-08-26T21:21:23.413Z | uploaded: /work/release/opteadm.release.sha256 |