|
|
|
| 1 | 2026-07-19T04:25:34.489Z | job assigned to worker 01KXW9X2BFYAN38N60FZ18ZKGB [factory aws, i-07baae3b063edb128] (queued for 1 m 1 s) |
| |
| 2 | 2026-07-19T04:25:41.331Z | starting task 0: "setup" |
| 3 | 2026-07-19T04:25:41.339Z | ++ uname -s |
| 4 | 2026-07-19T04:25:41.342Z | + kern=SunOS |
| 5 | 2026-07-19T04:25:41.342Z | + build_user=build |
| 6 | 2026-07-19T04:25:41.342Z | + build_uid=12345 |
| 7 | 2026-07-19T04:25:41.342Z | + work_dir=/work |
| 8 | 2026-07-19T04:25:41.342Z | + input_dir=/input |
| 9 | 2026-07-19T04:25:41.343Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-19T04:25:41.343Z | + case "$kern" in |
| 11 | 2026-07-19T04:25:41.343Z | + groupadd -g 12345 build |
| 12 | 2026-07-19T04:25:41.346Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-19T04:25:43.348Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-19T04:25:43.513Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-19T04:25:43.519Z | + home_fs=zfs |
| 16 | 2026-07-19T04:25:43.519Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-19T04:25:43.519Z | + mkdir -p /home/build |
| 18 | 2026-07-19T04:25:43.520Z | + chown build:build /home/build /work |
| 19 | 2026-07-19T04:25:44.517Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-19T04:25:44.520Z | process exited: duration 3189 ms, exit code 0 |
| |
| 21 | 2026-07-19T04:25:44.527Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-19T04:25:44.530Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-19T04:25:44.530Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-07-19T04:25:44.530Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-07-19T04:25:44.530Z | * rust toolchain profile = "default" |
| 26 | 2026-07-19T04:25:44.530Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-19T04:25:44.530Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-19T04:25:44.533Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-19T04:25:44.533Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-19T04:25:44.634Z | info: downloading installer |
| 31 | 2026-07-19T04:25:45.973Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-19T04:25:45.973Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-19T04:25:45.973Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-19T04:25:45.973Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-19T04:25:45.985Z | info: profile set to default |
| 36 | 2026-07-19T04:25:45.985Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-19T04:25:45.988Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-19T04:25:46.137Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-19T04:25:46.140Z | info: downloading 6 components |
| 40 | 2026-07-19T04:26:00.351Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-07-19T04:26:00.351Z | |
| 42 | 2026-07-19T04:26:00.380Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-19T04:26:00.380Z | |
| 44 | 2026-07-19T04:26:00.383Z | |
| 45 | 2026-07-19T04:26:00.383Z | Rust is installed now. Great! |
| 46 | 2026-07-19T04:26:00.383Z | |
| 47 | 2026-07-19T04:26:00.383Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-19T04:26:00.383Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-19T04:26:00.383Z | |
| 50 | 2026-07-19T04:26:00.383Z | To configure your current shell, you need to source |
| 51 | 2026-07-19T04:26:00.383Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-19T04:26:00.383Z | |
| 53 | 2026-07-19T04:26:00.383Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-19T04:26:00.383Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-19T04:26:00.383Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-19T04:26:00.383Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-19T04:26:00.384Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-19T04:26:00.384Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-19T04:26:00.384Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-19T04:26:00.384Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-19T04:26:00.384Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-19T04:26:00.486Z | + rustup --version |
| 63 | 2026-07-19T04:26:00.495Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-19T04:26:00.495Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-19T04:26:00.513Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-19T04:26:00.526Z | + cargo --version |
| 67 | 2026-07-19T04:26:00.534Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-19T04:26:00.538Z | + rustc --version |
| 69 | 2026-07-19T04:26:00.578Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-19T04:26:00.582Z | process exited: duration 16028 ms, exit code 0 |
| |
| 71 | 2026-07-19T04:26:00.631Z | starting task 2: "authentication" |
| 72 | 2026-07-19T04:26:00.648Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-07-19T04:26:00.657Z | starting task 3: "clone repository" |
| 74 | 2026-07-19T04:26:00.696Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-19T04:26:00.715Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-19T04:26:00.715Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-19T04:26:01.628Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-19T04:26:01.628Z | + git fetch origin afff174ebc75a1e4e91b98f8683877a8d77b728f |
| 79 | 2026-07-19T04:26:02.001Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-19T04:26:02.002Z | * branch afff174ebc75a1e4e91b98f8683877a8d77b728f -> FETCH_HEAD |
| 81 | 2026-07-19T04:26:02.008Z | + [[ -n renovate/rust-1.x ]] |
| 82 | 2026-07-19T04:26:02.013Z | ++ git branch --show-current |
| 83 | 2026-07-19T04:26:02.013Z | + current=master |
| 84 | 2026-07-19T04:26:02.014Z | + [[ master != renovate/rust-1.x ]] |
| 85 | 2026-07-19T04:26:02.014Z | + git branch -f renovate/rust-1.x afff174ebc75a1e4e91b98f8683877a8d77b728f |
| 86 | 2026-07-19T04:26:02.016Z | + git checkout -f renovate/rust-1.x |
| 87 | 2026-07-19T04:26:02.059Z | Switched to branch 'renovate/rust-1.x' |
| 88 | 2026-07-19T04:26:02.065Z | + git reset --hard afff174ebc75a1e4e91b98f8683877a8d77b728f |
| 89 | 2026-07-19T04:26:02.065Z | HEAD is now at afff174 Update dependency rust |
| 90 | 2026-07-19T04:26:02.066Z | process exited: duration 1389 ms, exit code 0 |
| |
| 91 | 2026-07-19T04:26:02.074Z | starting task 4: "build" |
| 92 | 2026-07-19T04:26:02.077Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-19T04:26:02.077Z | ++ rustup show active-toolchain |
| 94 | 2026-07-19T04:26:02.083Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-19T04:26:02.086Z | ++ pushd xde |
| 96 | 2026-07-19T04:26:02.086Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-19T04:26:02.086Z | ++ rustup show active-toolchain |
| 98 | 2026-07-19T04:26:02.090Z | info: syncing channel updates for nightly-2026-07-19-x86_64-unknown-illumos |
| 99 | 2026-07-19T04:26:02.235Z | info: latest update on 2026-07-19 for version 1.99.0-nightly (eff8269f7 2026-07-18) |
| 100 | 2026-07-19T04:26:02.239Z | info: downloading 6 components |
| 101 | 2026-07-19T04:26:16.634Z | nightly-2026-07-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-19T04:26:16.722Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-19T04:26:16.724Z | +++ head -n 1 |
| 104 | 2026-07-19T04:26:16.724Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-19T04:26:16.777Z | ++ export NIGHTLY=nightly-2026-07-19-x86_64-unknown-illumos |
| 106 | 2026-07-19T04:26:16.777Z | ++ NIGHTLY=nightly-2026-07-19-x86_64-unknown-illumos |
| 107 | 2026-07-19T04:26:16.779Z | ++ popd |
| 108 | 2026-07-19T04:26:16.779Z | /work/oxidecomputer/opte |
| 109 | 2026-07-19T04:26:16.779Z | + cargo --version |
| 110 | 2026-07-19T04:26:16.786Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 111 | 2026-07-19T04:26:16.789Z | + rustc --version |
| 112 | 2026-07-19T04:26:16.808Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 113 | 2026-07-19T04:26:16.811Z | + pushd bin/opteadm |
| 114 | 2026-07-19T04:26:16.811Z | + header 'check style' |
| 115 | 2026-07-19T04:26:16.811Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 116 | 2026-07-19T04:26:16.811Z | + echo '# ==== check style ==== #' |
| 117 | 2026-07-19T04:26:16.811Z | # ==== check style ==== # |
| 118 | 2026-07-19T04:26:16.811Z | + ptime -m cargo +nightly-2026-07-19-x86_64-unknown-illumos fmt -- --check |
| 119 | 2026-07-19T04:26:16.888Z | |
| 120 | 2026-07-19T04:26:16.888Z | real 0.075082611 |
| 121 | 2026-07-19T04:26:16.888Z | user 0.038229128 |
| 122 | 2026-07-19T04:26:16.888Z | sys 0.034245690 |
| 123 | 2026-07-19T04:26:16.888Z | trap 0.000002138 |
| 124 | 2026-07-19T04:26:16.888Z | tflt 0.000006547 |
| 125 | 2026-07-19T04:26:16.888Z | dflt 0.000000829 |
| 126 | 2026-07-19T04:26:16.888Z | kflt 0.000000000 |
| 127 | 2026-07-19T04:26:16.888Z | lock 0.030751676 |
| 128 | 2026-07-19T04:26:16.888Z | slp 0.049091574 |
| 129 | 2026-07-19T04:26:16.888Z | lat 0.000592381 |
| 130 | 2026-07-19T04:26:16.888Z | stop 0.000108641 |
| 131 | 2026-07-19T04:26:16.891Z | + header analyze |
| 132 | 2026-07-19T04:26:16.891Z | + echo '# ==== analyze ==== #' |
| 133 | 2026-07-19T04:26:16.891Z | # ==== analyze ==== # |
| 134 | 2026-07-19T04:26:16.891Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 135 | 2026-07-19T04:26:17.021Z | Updating crates.io index |
| 136 | 2026-07-19T04:26:17.024Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-07-19T04:26:17.723Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-07-19T04:26:18.110Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-07-19T04:26:18.432Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-07-19T04:26:18.660Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-07-19T04:26:18.915Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-07-19T04:26:19.162Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-07-19T04:26:21.098Z | Downloading crates ... |
| 144 | 2026-07-19T04:26:21.161Z | Downloaded cfg-if v1.0.4 |
| 145 | 2026-07-19T04:26:21.171Z | Downloaded bitflags v2.13.0 |
| 146 | 2026-07-19T04:26:21.174Z | Downloaded darling v0.21.3 |
| 147 | 2026-07-19T04:26:21.181Z | Downloaded darling_macro v0.21.3 |
| 148 | 2026-07-19T04:26:21.184Z | Downloaded ident_case v1.0.1 |
| 149 | 2026-07-19T04:26:21.188Z | Downloaded colorchoice v1.0.5 |
| 150 | 2026-07-19T04:26:21.191Z | Downloaded dyn-clone v1.0.20 |
| 151 | 2026-07-19T04:26:21.191Z | Downloaded anstyle-query v1.1.5 |
| 152 | 2026-07-19T04:26:21.193Z | Downloaded errno v0.3.14 |
| 153 | 2026-07-19T04:26:21.198Z | Downloaded bitflags v1.3.2 |
| 154 | 2026-07-19T04:26:21.202Z | Downloaded anstyle v1.0.14 |
| 155 | 2026-07-19T04:26:21.207Z | Downloaded byteorder v1.5.0 |
| 156 | 2026-07-19T04:26:21.210Z | Downloaded defmt-macros v1.1.1 |
| 157 | 2026-07-19T04:26:21.210Z | Downloaded ingot-types v0.1.2 |
| 158 | 2026-07-19T04:26:21.210Z | Downloaded once_cell v1.21.4 |
| 159 | 2026-07-19T04:26:21.213Z | Downloaded embedded-io v0.6.1 |
| 160 | 2026-07-19T04:26:21.215Z | Downloaded embedded-io v0.4.0 |
| 161 | 2026-07-19T04:26:21.216Z | Downloaded defmt-parser v1.0.0 |
| 162 | 2026-07-19T04:26:21.218Z | Downloaded cstr-argument v0.1.2 |
| 163 | 2026-07-19T04:26:21.218Z | Downloaded equivalent v1.0.2 |
| 164 | 2026-07-19T04:26:21.218Z | Downloaded heck v0.5.0 |
| 165 | 2026-07-19T04:26:21.221Z | Downloaded defmt v0.3.100 |
| 166 | 2026-07-19T04:26:21.226Z | Downloaded foreign-types-shared v0.3.1 |
| 167 | 2026-07-19T04:26:21.226Z | Downloaded ipnetwork v0.21.1 |
| 168 | 2026-07-19T04:26:21.235Z | Downloaded foreign-types-macros v0.2.3 |
| 169 | 2026-07-19T04:26:21.241Z | Downloaded utf8parse v0.2.2 |
| 170 | 2026-07-19T04:26:21.244Z | Downloaded cobs v0.3.0 |
| 171 | 2026-07-19T04:26:21.247Z | Downloaded macaddr v1.0.1 |
| 172 | 2026-07-19T04:26:21.252Z | Downloaded aho-corasick v1.1.4 |
| 173 | 2026-07-19T04:26:21.255Z | Downloaded fnv v1.0.7 |
| 174 | 2026-07-19T04:26:21.258Z | Downloaded oxnet v0.1.6 |
| 175 | 2026-07-19T04:26:21.261Z | Downloaded anyhow v1.0.103 |
| 176 | 2026-07-19T04:26:21.264Z | Downloaded getrandom v0.4.3 |
| 177 | 2026-07-19T04:26:21.272Z | Downloaded managed v0.8.0 |
| 178 | 2026-07-19T04:26:21.275Z | Downloaded tabwriter v1.4.1 |
| 179 | 2026-07-19T04:26:21.278Z | Downloaded stable_deref_trait v1.2.1 |
| 180 | 2026-07-19T04:26:21.278Z | Downloaded version_check v0.9.5 |
| 181 | 2026-07-19T04:26:21.278Z | Downloaded foreign-types v0.5.0 |
| 182 | 2026-07-19T04:26:21.281Z | Downloaded pretty-hex v0.4.2 |
| 183 | 2026-07-19T04:26:21.281Z | Downloaded terminal_size v0.4.4 |
| 184 | 2026-07-19T04:26:21.289Z | Downloaded proc-macro-crate v3.5.0 |
| 185 | 2026-07-19T04:26:21.294Z | Downloaded clap_lex v1.1.0 |
| 186 | 2026-07-19T04:26:21.297Z | Downloaded cpufeatures v0.3.0 |
| 187 | 2026-07-19T04:26:21.299Z | Downloaded hash32 v0.3.1 |
| 188 | 2026-07-19T04:26:21.307Z | Downloaded is_terminal_polyfill v1.70.2 |
| 189 | 2026-07-19T04:26:21.313Z | Downloaded strsim v0.11.1 |
| 190 | 2026-07-19T04:26:21.320Z | Downloaded thiserror v2.0.18 |
| 191 | 2026-07-19T04:26:21.323Z | Downloaded thiserror-impl v2.0.18 |
| 192 | 2026-07-19T04:26:21.325Z | Downloaded ref-cast v1.0.25 |
| 193 | 2026-07-19T04:26:21.333Z | Downloaded anstream v1.0.0 |
| 194 | 2026-07-19T04:26:21.333Z | Downloaded ingot v0.1.1 |
| 195 | 2026-07-19T04:26:21.333Z | Downloaded num_enum v0.7.6 |
| 196 | 2026-07-19T04:26:21.337Z | Downloaded anstyle-parse v1.0.0 |
| 197 | 2026-07-19T04:26:21.337Z | Downloaded defmt v1.1.1 |
| 198 | 2026-07-19T04:26:21.340Z | Downloaded pin-project-lite v0.2.17 |
| 199 | 2026-07-19T04:26:21.356Z | Downloaded rustversion v1.0.22 |
| 200 | 2026-07-19T04:26:21.359Z | Downloaded rand_core v0.10.1 |
| 201 | 2026-07-19T04:26:21.364Z | Downloaded quote v1.0.46 |
| 202 | 2026-07-19T04:26:21.367Z | Downloaded ref-cast-impl v1.0.25 |
| 203 | 2026-07-19T04:26:21.367Z | Downloaded either v1.16.0 |
| 204 | 2026-07-19T04:26:21.367Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 205 | 2026-07-19T04:26:21.376Z | Downloaded colored v3.1.1 |
| 206 | 2026-07-19T04:26:21.379Z | Downloaded num_enum_derive v0.7.6 |
| 207 | 2026-07-19T04:26:21.386Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 208 | 2026-07-19T04:26:21.389Z | Downloaded darling_core v0.21.3 |
| 209 | 2026-07-19T04:26:21.391Z | Downloaded serde v1.0.228 |
| 210 | 2026-07-19T04:26:21.416Z | Downloaded clap_derive v4.6.1 |
| 211 | 2026-07-19T04:26:21.421Z | Downloaded ingot-macros v0.1.1 |
| 212 | 2026-07-19T04:26:21.432Z | Downloaded tracing-attributes v0.1.31 |
| 213 | 2026-07-19T04:26:21.435Z | Downloaded indexmap v2.14.0 |
| 214 | 2026-07-19T04:26:21.441Z | Downloaded serde_core v1.0.228 |
| 215 | 2026-07-19T04:26:21.449Z | Downloaded postcard v1.1.3 |
| 216 | 2026-07-19T04:26:21.451Z | Downloaded chacha20 v0.10.1 |
| 217 | 2026-07-19T04:26:21.454Z | Downloaded unicode-ident v1.0.24 |
| 218 | 2026-07-19T04:26:21.457Z | Downloaded proc-macro2 v1.0.106 |
| 219 | 2026-07-19T04:26:21.460Z | Downloaded heapless v0.8.0 |
| 220 | 2026-07-19T04:26:21.466Z | Downloaded serde_derive v1.0.228 |
| 221 | 2026-07-19T04:26:21.471Z | Downloaded clap v4.6.1 |
| 222 | 2026-07-19T04:26:21.478Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 223 | 2026-07-19T04:26:21.480Z | Downloaded socket2 v0.6.4 |
| 224 | 2026-07-19T04:26:21.492Z | Downloaded tracing-core v0.1.36 |
| 225 | 2026-07-19T04:26:21.495Z | Downloaded uuid v1.23.4 |
| 226 | 2026-07-19T04:26:21.502Z | Downloaded zerocopy-derive v0.8.52 |
| 227 | 2026-07-19T04:26:21.520Z | Downloaded rand v0.10.2 |
| 228 | 2026-07-19T04:26:21.527Z | Downloaded memchr v2.8.2 |
| 229 | 2026-07-19T04:26:21.535Z | Downloaded hashbrown v0.17.1 |
| 230 | 2026-07-19T04:26:21.583Z | Downloaded clap_builder v4.6.0 |
| 231 | 2026-07-19T04:26:21.588Z | Downloaded itertools v0.14.0 |
| 232 | 2026-07-19T04:26:21.618Z | Downloaded regex v1.12.4 |
| 233 | 2026-07-19T04:26:21.641Z | Downloaded winnow v1.0.3 |
| 234 | 2026-07-19T04:26:21.695Z | Downloaded syn v1.0.109 |
| 235 | 2026-07-19T04:26:21.700Z | Downloaded unicode-width v0.2.2 |
| 236 | 2026-07-19T04:26:21.709Z | Downloaded zerocopy v0.8.52 |
| 237 | 2026-07-19T04:26:21.719Z | Downloaded syn v2.0.118 |
| 238 | 2026-07-19T04:26:21.730Z | Downloaded smoltcp v0.11.0 |
| 239 | 2026-07-19T04:26:21.752Z | Downloaded regex-syntax v0.8.11 |
| 240 | 2026-07-19T04:26:21.756Z | Downloaded rustix v1.1.4 |
| 241 | 2026-07-19T04:26:21.785Z | Downloaded tracing v0.1.44 |
| 242 | 2026-07-19T04:26:21.804Z | Downloaded regex-automata v0.4.14 |
| 243 | 2026-07-19T04:26:21.821Z | Downloaded libc v0.2.186 |
| 244 | 2026-07-19T04:26:21.881Z | Compiling proc-macro2 v1.0.106 |
| 245 | 2026-07-19T04:26:21.881Z | Compiling unicode-ident v1.0.24 |
| 246 | 2026-07-19T04:26:21.882Z | Compiling quote v1.0.46 |
| 247 | 2026-07-19T04:26:21.882Z | Compiling serde_core v1.0.228 |
| 248 | 2026-07-19T04:26:21.882Z | Compiling libc v0.2.186 |
| 249 | 2026-07-19T04:26:21.886Z | Checking cfg-if v1.0.4 |
| 250 | 2026-07-19T04:26:21.886Z | Compiling ident_case v1.0.1 |
| 251 | 2026-07-19T04:26:21.886Z | Compiling fnv v1.0.7 |
| 252 | 2026-07-19T04:26:22.006Z | Compiling strsim v0.11.1 |
| 253 | 2026-07-19T04:26:22.060Z | Compiling thiserror v2.0.18 |
| 254 | 2026-07-19T04:26:22.077Z | Compiling memchr v2.8.2 |
| 255 | 2026-07-19T04:26:22.084Z | Compiling regex-syntax v0.8.11 |
| 256 | 2026-07-19T04:26:22.304Z | Compiling anyhow v1.0.103 |
| 257 | 2026-07-19T04:26:22.350Z | Compiling serde v1.0.228 |
| 258 | 2026-07-19T04:26:22.571Z | Compiling aho-corasick v1.1.4 |
| 259 | 2026-07-19T04:26:22.607Z | Compiling hashbrown v0.17.1 |
| 260 | 2026-07-19T04:26:22.643Z | Compiling zerocopy v0.8.52 |
| 261 | 2026-07-19T04:26:22.650Z | Compiling winnow v1.0.3 |
| 262 | 2026-07-19T04:26:22.656Z | Compiling either v1.16.0 |
| 263 | 2026-07-19T04:26:22.856Z | Compiling equivalent v1.0.2 |
| 264 | 2026-07-19T04:26:22.935Z | Compiling itertools v0.14.0 |
| 265 | 2026-07-19T04:26:23.136Z | Compiling indexmap v2.14.0 |
| 266 | 2026-07-19T04:26:23.168Z | Compiling syn v2.0.118 |
| 267 | 2026-07-19T04:26:23.314Z | Checking byteorder v1.5.0 |
| 268 | 2026-07-19T04:26:23.471Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 269 | 2026-07-19T04:26:23.663Z | Compiling regex-automata v0.4.14 |
| 270 | 2026-07-19T04:26:23.690Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 271 | 2026-07-19T04:26:23.740Z | Compiling heapless v0.8.0 |
| 272 | 2026-07-19T04:26:23.747Z | Checking bitflags v2.13.0 |
| 273 | 2026-07-19T04:26:23.913Z | Checking hash32 v0.3.1 |
| 274 | 2026-07-19T04:26:23.949Z | Checking macaddr v1.0.1 |
| 275 | 2026-07-19T04:26:24.020Z | Compiling rustversion v1.0.22 |
| 276 | 2026-07-19T04:26:24.087Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 277 | 2026-07-19T04:26:24.136Z | Compiling smoltcp v0.11.0 |
| 278 | 2026-07-19T04:26:24.161Z | Checking stable_deref_trait v1.2.1 |
| 279 | 2026-07-19T04:26:24.188Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 280 | 2026-07-19T04:26:24.233Z | Compiling syn v1.0.109 |
| 281 | 2026-07-19T04:26:24.433Z | Checking rand_core v0.10.1 |
| 282 | 2026-07-19T04:26:24.450Z | Compiling getrandom v0.4.3 |
| 283 | 2026-07-19T04:26:24.504Z | Checking managed v0.8.0 |
| 284 | 2026-07-19T04:26:24.568Z | Compiling ref-cast v1.0.25 |
| 285 | 2026-07-19T04:26:24.595Z | Compiling version_check v0.9.5 |
| 286 | 2026-07-19T04:26:24.609Z | Checking bitflags v1.3.2 |
| 287 | 2026-07-19T04:26:24.670Z | Compiling proc-macro-crate v3.5.0 |
| 288 | 2026-07-19T04:26:24.689Z | Compiling rustix v1.1.4 |
| 289 | 2026-07-19T04:26:24.707Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 290 | 2026-07-19T04:26:24.863Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 291 | 2026-07-19T04:26:25.104Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 292 | 2026-07-19T04:26:25.107Z | Checking errno v0.3.14 |
| 293 | 2026-07-19T04:26:25.224Z | Checking foreign-types-shared v0.3.1 |
| 294 | 2026-07-19T04:26:25.248Z | Checking utf8parse v0.2.2 |
| 295 | 2026-07-19T04:26:25.306Z | Checking cpufeatures v0.3.0 |
| 296 | 2026-07-19T04:26:25.347Z | Checking ipnetwork v0.21.1 |
| 297 | 2026-07-19T04:26:25.423Z | Compiling regex v1.12.4 |
| 298 | 2026-07-19T04:26:25.526Z | Checking unicode-width v0.2.2 |
| 299 | 2026-07-19T04:26:25.611Z | Checking once_cell v1.21.4 |
| 300 | 2026-07-19T04:26:25.726Z | Checking cstr-argument v0.1.2 |
| 301 | 2026-07-19T04:26:25.765Z | Checking tabwriter v1.4.1 |
| 302 | 2026-07-19T04:26:25.781Z | Checking tracing-core v0.1.36 |
| 303 | 2026-07-19T04:26:25.810Z | Compiling darling_core v0.21.3 |
| 304 | 2026-07-19T04:26:25.836Z | Checking chacha20 v0.10.1 |
| 305 | 2026-07-19T04:26:25.902Z | Checking anstyle-parse v1.0.0 |
| 306 | 2026-07-19T04:26:26.236Z | Checking anstyle-query v1.1.5 |
| 307 | 2026-07-19T04:26:26.322Z | Checking dyn-clone v1.0.20 |
| 308 | 2026-07-19T04:26:26.329Z | Checking is_terminal_polyfill v1.70.2 |
| 309 | 2026-07-19T04:26:26.380Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 310 | 2026-07-19T04:26:26.408Z | Checking pretty-hex v0.4.2 |
| 311 | 2026-07-19T04:26:26.414Z | Checking colorchoice v1.0.5 |
| 312 | 2026-07-19T04:26:26.426Z | Checking anstyle v1.0.14 |
| 313 | 2026-07-19T04:26:26.503Z | Checking pin-project-lite v0.2.17 |
| 314 | 2026-07-19T04:26:26.517Z | Checking terminal_size v0.4.4 |
| 315 | 2026-07-19T04:26:26.597Z | Checking rand v0.10.2 |
| 316 | 2026-07-19T04:26:26.603Z | Checking anstream v1.0.0 |
| 317 | 2026-07-19T04:26:26.624Z | Checking uuid v1.23.4 |
| 318 | 2026-07-19T04:26:26.785Z | Checking socket2 v0.6.4 |
| 319 | 2026-07-19T04:26:26.793Z | Compiling heck v0.5.0 |
| 320 | 2026-07-19T04:26:26.819Z | Checking colored v3.1.1 |
| 321 | 2026-07-19T04:26:26.989Z | Checking oxnet v0.1.6 |
| 322 | 2026-07-19T04:26:27.008Z | Compiling thiserror-impl v2.0.18 |
| 323 | 2026-07-19T04:26:27.015Z | Compiling serde_derive v1.0.228 |
| 324 | 2026-07-19T04:26:27.027Z | Compiling zerocopy-derive v0.8.52 |
| 325 | 2026-07-19T04:26:27.051Z | Compiling foreign-types-macros v0.2.3 |
| 326 | 2026-07-19T04:26:27.164Z | Compiling ref-cast-impl v1.0.25 |
| 327 | 2026-07-19T04:26:27.659Z | Compiling num_enum_derive v0.7.6 |
| 328 | 2026-07-19T04:26:27.722Z | Checking foreign-types v0.5.0 |
| 329 | 2026-07-19T04:26:27.790Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 330 | 2026-07-19T04:26:27.831Z | Compiling tracing-attributes v0.1.31 |
| 331 | 2026-07-19T04:26:27.903Z | Compiling darling_macro v0.21.3 |
| 332 | 2026-07-19T04:26:28.293Z | Checking cobs v0.3.0 |
| 333 | 2026-07-19T04:26:28.300Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 334 | 2026-07-19T04:26:28.373Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 335 | 2026-07-19T04:26:28.464Z | Compiling darling v0.21.3 |
| 336 | 2026-07-19T04:26:28.534Z | Checking clap_lex v1.1.0 |
| 337 | 2026-07-19T04:26:28.542Z | Compiling ingot-macros v0.1.1 |
| 338 | 2026-07-19T04:26:28.592Z | Compiling clap_derive v4.6.1 |
| 339 | 2026-07-19T04:26:28.637Z | Checking num_enum v0.7.6 |
| 340 | 2026-07-19T04:26:28.682Z | Checking clap_builder v4.6.0 |
| 341 | 2026-07-19T04:26:28.740Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 342 | 2026-07-19T04:26:28.774Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 343 | 2026-07-19T04:26:28.873Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 344 | 2026-07-19T04:26:29.022Z | Checking tracing v0.1.44 |
| 345 | 2026-07-19T04:26:29.957Z | Checking postcard v1.1.3 |
| 346 | 2026-07-19T04:26:29.998Z | Checking clap v4.6.1 |
| 347 | 2026-07-19T04:26:31.063Z | Checking ingot-types v0.1.2 |
| 348 | 2026-07-19T04:26:31.346Z | Checking ingot v0.1.1 |
| 349 | 2026-07-19T04:26:32.633Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 350 | 2026-07-19T04:26:33.798Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 351 | 2026-07-19T04:26:34.994Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 352 | 2026-07-19T04:26:35.800Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.86s |
| 353 | 2026-07-19T04:26:35.906Z | |
| 354 | 2026-07-19T04:26:35.909Z | real 19.012549454 |
| 355 | 2026-07-19T04:26:35.909Z | user 54.256472066 |
| 356 | 2026-07-19T04:26:35.909Z | sys 13.117994699 |
| 357 | 2026-07-19T04:26:35.909Z | trap 0.043792567 |
| 358 | 2026-07-19T04:26:35.909Z | tflt 0.073455419 |
| 359 | 2026-07-19T04:26:35.909Z | dflt 0.149069070 |
| 360 | 2026-07-19T04:26:35.909Z | kflt 0.004955892 |
| 361 | 2026-07-19T04:26:35.909Z | lock 3:43.064728035 |
| 362 | 2026-07-19T04:26:35.909Z | slp 3:02.376433181 |
| 363 | 2026-07-19T04:26:35.909Z | lat 3.702278920 |
| 364 | 2026-07-19T04:26:35.909Z | stop 14.269713017 |
| 365 | 2026-07-19T04:26:35.909Z | + header 'debug build' |
| 366 | 2026-07-19T04:26:35.909Z | + echo '# ==== debug build ==== #' |
| 367 | 2026-07-19T04:26:35.909Z | # ==== debug build ==== # |
| 368 | 2026-07-19T04:26:35.909Z | + ptime -m cargo build |
| 369 | 2026-07-19T04:26:36.059Z | Compiling cfg-if v1.0.4 |
| 370 | 2026-07-19T04:26:36.062Z | Compiling serde_core v1.0.228 |
| 371 | 2026-07-19T04:26:36.062Z | Compiling libc v0.2.186 |
| 372 | 2026-07-19T04:26:36.086Z | Compiling thiserror v2.0.18 |
| 373 | 2026-07-19T04:26:36.089Z | Compiling byteorder v1.5.0 |
| 374 | 2026-07-19T04:26:36.092Z | Compiling zerocopy v0.8.52 |
| 375 | 2026-07-19T04:26:36.095Z | Compiling macaddr v1.0.1 |
| 376 | 2026-07-19T04:26:36.098Z | Compiling stable_deref_trait v1.2.1 |
| 377 | 2026-07-19T04:26:36.133Z | Compiling bitflags v1.3.2 |
| 378 | 2026-07-19T04:26:36.147Z | Compiling cobs v0.3.0 |
| 379 | 2026-07-19T04:26:36.164Z | Compiling rand_core v0.10.1 |
| 380 | 2026-07-19T04:26:36.190Z | Compiling managed v0.8.0 |
| 381 | 2026-07-19T04:26:36.248Z | Compiling hash32 v0.3.1 |
| 382 | 2026-07-19T04:26:36.308Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 383 | 2026-07-19T04:26:36.327Z | Compiling foreign-types-shared v0.3.1 |
| 384 | 2026-07-19T04:26:36.391Z | Compiling heapless v0.8.0 |
| 385 | 2026-07-19T04:26:36.400Z | Compiling errno v0.3.14 |
| 386 | 2026-07-19T04:26:36.403Z | Compiling memchr v2.8.2 |
| 387 | 2026-07-19T04:26:36.406Z | Compiling ipnetwork v0.21.1 |
| 388 | 2026-07-19T04:26:36.419Z | Compiling cpufeatures v0.3.0 |
| 389 | 2026-07-19T04:26:36.479Z | Compiling unicode-width v0.2.2 |
| 390 | 2026-07-19T04:26:36.529Z | Compiling utf8parse v0.2.2 |
| 391 | 2026-07-19T04:26:36.554Z | Compiling once_cell v1.21.4 |
| 392 | 2026-07-19T04:26:36.620Z | Compiling anstyle-parse v1.0.0 |
| 393 | 2026-07-19T04:26:36.768Z | Compiling smoltcp v0.11.0 |
| 394 | 2026-07-19T04:26:36.784Z | Compiling cstr-argument v0.1.2 |
| 395 | 2026-07-19T04:26:36.804Z | Compiling tracing-core v0.1.36 |
| 396 | 2026-07-19T04:26:36.813Z | Compiling tabwriter v1.4.1 |
| 397 | 2026-07-19T04:26:36.918Z | Compiling chacha20 v0.10.1 |
| 398 | 2026-07-19T04:26:36.939Z | Compiling foreign-types v0.5.0 |
| 399 | 2026-07-19T04:26:37.005Z | Compiling getrandom v0.4.3 |
| 400 | 2026-07-19T04:26:37.212Z | Compiling ref-cast v1.0.25 |
| 401 | 2026-07-19T04:26:37.216Z | Compiling num_enum v0.7.6 |
| 402 | 2026-07-19T04:26:37.248Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 403 | 2026-07-19T04:26:37.300Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 404 | 2026-07-19T04:26:37.315Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 405 | 2026-07-19T04:26:37.347Z | Compiling pin-project-lite v0.2.17 |
| 406 | 2026-07-19T04:26:37.396Z | Compiling anstyle-query v1.1.5 |
| 407 | 2026-07-19T04:26:37.431Z | Compiling colorchoice v1.0.5 |
| 408 | 2026-07-19T04:26:37.497Z | Compiling pretty-hex v0.4.2 |
| 409 | 2026-07-19T04:26:37.539Z | Compiling dyn-clone v1.0.20 |
| 410 | 2026-07-19T04:26:37.585Z | Compiling anstyle v1.0.14 |
| 411 | 2026-07-19T04:26:37.617Z | Compiling is_terminal_polyfill v1.70.2 |
| 412 | 2026-07-19T04:26:37.692Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 413 | 2026-07-19T04:26:37.700Z | Compiling tracing v0.1.44 |
| 414 | 2026-07-19T04:26:37.844Z | Compiling bitflags v2.13.0 |
| 415 | 2026-07-19T04:26:37.864Z | Compiling serde v1.0.228 |
| 416 | 2026-07-19T04:26:37.907Z | Compiling anstream v1.0.0 |
| 417 | 2026-07-19T04:26:37.960Z | Compiling uuid v1.23.4 |
| 418 | 2026-07-19T04:26:38.057Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 419 | 2026-07-19T04:26:38.108Z | Compiling rustix v1.1.4 |
| 420 | 2026-07-19T04:26:38.289Z | Compiling postcard v1.1.3 |
| 421 | 2026-07-19T04:26:38.398Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 422 | 2026-07-19T04:26:38.529Z | Compiling anyhow v1.0.103 |
| 423 | 2026-07-19T04:26:38.545Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 424 | 2026-07-19T04:26:38.626Z | Compiling terminal_size v0.4.4 |
| 425 | 2026-07-19T04:26:38.652Z | Compiling rand v0.10.2 |
| 426 | 2026-07-19T04:26:38.679Z | Compiling socket2 v0.6.4 |
| 427 | 2026-07-19T04:26:38.770Z | Compiling oxnet v0.1.6 |
| 428 | 2026-07-19T04:26:38.860Z | Compiling clap_lex v1.1.0 |
| 429 | 2026-07-19T04:26:39.048Z | Compiling ingot-types v0.1.2 |
| 430 | 2026-07-19T04:26:39.240Z | Compiling strsim v0.11.1 |
| 431 | 2026-07-19T04:26:39.266Z | Compiling colored v3.1.1 |
| 432 | 2026-07-19T04:26:39.303Z | Compiling winnow v1.0.3 |
| 433 | 2026-07-19T04:26:39.328Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 434 | 2026-07-19T04:26:39.492Z | Compiling ingot v0.1.1 |
| 435 | 2026-07-19T04:26:39.594Z | Compiling clap_builder v4.6.0 |
| 436 | 2026-07-19T04:26:40.238Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 437 | 2026-07-19T04:26:41.207Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 438 | 2026-07-19T04:26:41.207Z | Compiling clap v4.6.1 |
| 439 | 2026-07-19T04:26:42.596Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 440 | 2026-07-19T04:26:44.030Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 441 | 2026-07-19T04:26:48.424Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.50s |
| 442 | 2026-07-19T04:26:48.451Z | |
| 443 | 2026-07-19T04:26:48.451Z | real 12.535168393 |
| 444 | 2026-07-19T04:26:48.451Z | user 1:04.379033776 |
| 445 | 2026-07-19T04:26:48.451Z | sys 5.899309799 |
| 446 | 2026-07-19T04:26:48.454Z | trap 0.035079185 |
| 447 | 2026-07-19T04:26:48.454Z | tflt 0.195183708 |
| 448 | 2026-07-19T04:26:48.454Z | dflt 0.174754438 |
| 449 | 2026-07-19T04:26:48.454Z | kflt 0.000002069 |
| 450 | 2026-07-19T04:26:48.454Z | lock 3:07.744025520 |
| 451 | 2026-07-19T04:26:48.454Z | slp 1:54.740772564 |
| 452 | 2026-07-19T04:26:48.454Z | lat 2.660458784 |
| 453 | 2026-07-19T04:26:48.454Z | stop 3.203102294 |
| 454 | 2026-07-19T04:26:48.454Z | + header 'release build' |
| 455 | 2026-07-19T04:26:48.454Z | + echo '# ==== release build ==== #' |
| 456 | 2026-07-19T04:26:48.455Z | # ==== release build ==== # |
| 457 | 2026-07-19T04:26:48.455Z | + ptime -m cargo build --release |
| 458 | 2026-07-19T04:26:48.546Z | Compiling proc-macro2 v1.0.106 |
| 459 | 2026-07-19T04:26:48.547Z | Compiling unicode-ident v1.0.24 |
| 460 | 2026-07-19T04:26:48.547Z | Compiling quote v1.0.46 |
| 461 | 2026-07-19T04:26:48.549Z | Compiling serde_core v1.0.228 |
| 462 | 2026-07-19T04:26:48.549Z | Compiling libc v0.2.186 |
| 463 | 2026-07-19T04:26:48.549Z | Compiling cfg-if v1.0.4 |
| 464 | 2026-07-19T04:26:48.549Z | Compiling thiserror v2.0.18 |
| 465 | 2026-07-19T04:26:48.549Z | Compiling ident_case v1.0.1 |
| 466 | 2026-07-19T04:26:48.616Z | Compiling fnv v1.0.7 |
| 467 | 2026-07-19T04:26:48.662Z | Compiling strsim v0.11.1 |
| 468 | 2026-07-19T04:26:48.665Z | Compiling memchr v2.8.2 |
| 469 | 2026-07-19T04:26:48.692Z | Compiling regex-syntax v0.8.11 |
| 470 | 2026-07-19T04:26:48.846Z | Compiling winnow v1.0.3 |
| 471 | 2026-07-19T04:26:48.923Z | Compiling hashbrown v0.17.1 |
| 472 | 2026-07-19T04:26:49.035Z | Compiling aho-corasick v1.1.4 |
| 473 | 2026-07-19T04:26:49.177Z | Compiling equivalent v1.0.2 |
| 474 | 2026-07-19T04:26:49.248Z | Compiling either v1.16.0 |
| 475 | 2026-07-19T04:26:49.273Z | Compiling serde v1.0.228 |
| 476 | 2026-07-19T04:26:49.439Z | Compiling anyhow v1.0.103 |
| 477 | 2026-07-19T04:26:49.461Z | Compiling zerocopy v0.8.52 |
| 478 | 2026-07-19T04:26:49.696Z | Compiling itertools v0.14.0 |
| 479 | 2026-07-19T04:26:49.736Z | Compiling syn v2.0.118 |
| 480 | 2026-07-19T04:26:49.792Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 481 | 2026-07-19T04:26:49.855Z | Compiling indexmap v2.14.0 |
| 482 | 2026-07-19T04:26:49.877Z | Compiling heapless v0.8.0 |
| 483 | 2026-07-19T04:26:50.157Z | Compiling regex-automata v0.4.14 |
| 484 | 2026-07-19T04:26:50.319Z | Compiling byteorder v1.5.0 |
| 485 | 2026-07-19T04:26:50.413Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 486 | 2026-07-19T04:26:50.496Z | Compiling hash32 v0.3.1 |
| 487 | 2026-07-19T04:26:50.608Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 488 | 2026-07-19T04:26:50.618Z | Compiling syn v1.0.109 |
| 489 | 2026-07-19T04:26:50.620Z | Compiling macaddr v1.0.1 |
| 490 | 2026-07-19T04:26:50.730Z | Compiling bitflags v2.13.0 |
| 491 | 2026-07-19T04:26:50.795Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 492 | 2026-07-19T04:26:50.809Z | Compiling stable_deref_trait v1.2.1 |
| 493 | 2026-07-19T04:26:50.870Z | Compiling smoltcp v0.11.0 |
| 494 | 2026-07-19T04:26:50.902Z | Compiling rustversion v1.0.22 |
| 495 | 2026-07-19T04:26:51.021Z | Compiling version_check v0.9.5 |
| 496 | 2026-07-19T04:26:51.051Z | Compiling managed v0.8.0 |
| 497 | 2026-07-19T04:26:51.185Z | Compiling proc-macro-crate v3.5.0 |
| 498 | 2026-07-19T04:26:51.255Z | Compiling ref-cast v1.0.25 |
| 499 | 2026-07-19T04:26:51.260Z | Compiling getrandom v0.4.3 |
| 500 | 2026-07-19T04:26:51.278Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 501 | 2026-07-19T04:26:51.408Z | Compiling bitflags v1.3.2 |
| 502 | 2026-07-19T04:26:51.449Z | Compiling rustix v1.1.4 |
| 503 | 2026-07-19T04:26:51.467Z | Compiling rand_core v0.10.1 |
| 504 | 2026-07-19T04:26:51.506Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 505 | 2026-07-19T04:26:51.610Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 506 | 2026-07-19T04:26:51.711Z | Compiling errno v0.3.14 |
| 507 | 2026-07-19T04:26:51.773Z | Compiling regex v1.12.4 |
| 508 | 2026-07-19T04:26:51.989Z | Compiling cpufeatures v0.3.0 |
| 509 | 2026-07-19T04:26:52.024Z | Compiling unicode-width v0.2.2 |
| 510 | 2026-07-19T04:26:52.047Z | Compiling utf8parse v0.2.2 |
| 511 | 2026-07-19T04:26:52.102Z | Compiling once_cell v1.21.4 |
| 512 | 2026-07-19T04:26:52.150Z | Compiling foreign-types-shared v0.3.1 |
| 513 | 2026-07-19T04:26:52.226Z | Compiling ipnetwork v0.21.1 |
| 514 | 2026-07-19T04:26:52.300Z | Compiling darling_core v0.21.3 |
| 515 | 2026-07-19T04:26:52.318Z | Compiling tracing-core v0.1.36 |
| 516 | 2026-07-19T04:26:52.576Z | Compiling cstr-argument v0.1.2 |
| 517 | 2026-07-19T04:26:52.630Z | Compiling tabwriter v1.4.1 |
| 518 | 2026-07-19T04:26:52.723Z | Compiling anstyle-parse v1.0.0 |
| 519 | 2026-07-19T04:26:52.889Z | Compiling chacha20 v0.10.1 |
| 520 | 2026-07-19T04:26:53.255Z | Compiling anstyle v1.0.14 |
| 521 | 2026-07-19T04:26:53.351Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 522 | 2026-07-19T04:26:53.410Z | Compiling colorchoice v1.0.5 |
| 523 | 2026-07-19T04:26:53.432Z | Compiling thiserror-impl v2.0.18 |
| 524 | 2026-07-19T04:26:53.485Z | Compiling serde_derive v1.0.228 |
| 525 | 2026-07-19T04:26:53.507Z | Compiling zerocopy-derive v0.8.52 |
| 526 | 2026-07-19T04:26:53.550Z | Compiling foreign-types-macros v0.2.3 |
| 527 | 2026-07-19T04:26:53.746Z | Compiling ref-cast-impl v1.0.25 |
| 528 | 2026-07-19T04:26:54.151Z | Compiling num_enum_derive v0.7.6 |
| 529 | 2026-07-19T04:26:54.184Z | Compiling foreign-types v0.5.0 |
| 530 | 2026-07-19T04:26:54.285Z | Compiling tracing-attributes v0.1.31 |
| 531 | 2026-07-19T04:26:54.387Z | Compiling darling_macro v0.21.3 |
| 532 | 2026-07-19T04:26:54.447Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 533 | 2026-07-19T04:26:54.751Z | Compiling cobs v0.3.0 |
| 534 | 2026-07-19T04:26:54.889Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 535 | 2026-07-19T04:26:54.928Z | Compiling dyn-clone v1.0.20 |
| 536 | 2026-07-19T04:26:54.933Z | Compiling darling v0.21.3 |
| 537 | 2026-07-19T04:26:54.960Z | Compiling is_terminal_polyfill v1.70.2 |
| 538 | 2026-07-19T04:26:54.996Z | Compiling ingot-macros v0.1.1 |
| 539 | 2026-07-19T04:26:55.041Z | Compiling pretty-hex v0.4.2 |
| 540 | 2026-07-19T04:26:55.053Z | Compiling anstyle-query v1.1.5 |
| 541 | 2026-07-19T04:26:55.140Z | Compiling pin-project-lite v0.2.17 |
| 542 | 2026-07-19T04:26:55.164Z | Compiling anstream v1.0.0 |
| 543 | 2026-07-19T04:26:55.170Z | Compiling num_enum v0.7.6 |
| 544 | 2026-07-19T04:26:55.221Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 545 | 2026-07-19T04:26:55.272Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 546 | 2026-07-19T04:26:55.352Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 547 | 2026-07-19T04:26:55.461Z | Compiling terminal_size v0.4.4 |
| 548 | 2026-07-19T04:26:55.480Z | Compiling tracing v0.1.44 |
| 549 | 2026-07-19T04:26:55.569Z | Compiling rand v0.10.2 |
| 550 | 2026-07-19T04:26:55.584Z | Compiling uuid v1.23.4 |
| 551 | 2026-07-19T04:26:55.795Z | Compiling socket2 v0.6.4 |
| 552 | 2026-07-19T04:26:55.845Z | Compiling clap_lex v1.1.0 |
| 553 | 2026-07-19T04:26:55.991Z | Compiling oxnet v0.1.6 |
| 554 | 2026-07-19T04:26:56.155Z | Compiling heck v0.5.0 |
| 555 | 2026-07-19T04:26:56.275Z | Compiling colored v3.1.1 |
| 556 | 2026-07-19T04:26:56.335Z | Compiling clap_derive v4.6.1 |
| 557 | 2026-07-19T04:26:56.364Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 558 | 2026-07-19T04:26:56.676Z | Compiling postcard v1.1.3 |
| 559 | 2026-07-19T04:26:56.754Z | Compiling clap_builder v4.6.0 |
| 560 | 2026-07-19T04:26:57.841Z | Compiling ingot-types v0.1.2 |
| 561 | 2026-07-19T04:26:58.180Z | Compiling ingot v0.1.1 |
| 562 | 2026-07-19T04:26:58.519Z | Compiling clap v4.6.1 |
| 563 | 2026-07-19T04:26:59.892Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 564 | 2026-07-19T04:27:00.913Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 565 | 2026-07-19T04:27:01.950Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 566 | 2026-07-19T04:27:08.512Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.05s |
| 567 | 2026-07-19T04:27:08.539Z | |
| 568 | 2026-07-19T04:27:08.542Z | real 20.077563560 |
| 569 | 2026-07-19T04:27:08.542Z | user 1:41.980201102 |
| 570 | 2026-07-19T04:27:08.543Z | sys 13.156838768 |
| 571 | 2026-07-19T04:27:08.543Z | trap 0.050619513 |
| 572 | 2026-07-19T04:27:08.543Z | tflt 0.158525393 |
| 573 | 2026-07-19T04:27:08.543Z | dflt 0.435442948 |
| 574 | 2026-07-19T04:27:08.543Z | kflt 0.000010576 |
| 575 | 2026-07-19T04:27:08.543Z | lock 4:46.551521412 |
| 576 | 2026-07-19T04:27:08.543Z | slp 3:23.557354795 |
| 577 | 2026-07-19T04:27:08.543Z | lat 5.486706659 |
| 578 | 2026-07-19T04:27:08.543Z | stop 9.815893650 |
| 579 | 2026-07-19T04:27:08.543Z | + popd |
| 580 | 2026-07-19T04:27:08.543Z | /work/oxidecomputer/opte |
| 581 | 2026-07-19T04:27:08.543Z | + for x in debug release |
| 582 | 2026-07-19T04:27:08.543Z | + mkdir -p /work/debug |
| 583 | 2026-07-19T04:27:08.543Z | + cp target/debug/opteadm /work/debug/ |
| 584 | 2026-07-19T04:27:08.566Z | + sha256sum target/debug/opteadm |
| 585 | 2026-07-19T04:27:08.592Z | + for x in debug release |
| 586 | 2026-07-19T04:27:08.592Z | + mkdir -p /work/release |
| 587 | 2026-07-19T04:27:08.596Z | + cp target/release/opteadm /work/release/ |
| 588 | 2026-07-19T04:27:08.610Z | + sha256sum target/release/opteadm |
| 589 | 2026-07-19T04:27:08.627Z | process exited: duration 66553 ms, exit code 0 |
| |
| 590 | 2026-07-19T04:27:08.633Z | found 4 output files |
| 591 | 2026-07-19T04:27:08.633Z | uploading: /work/debug/opteadm (38100408 bytes) |
| 592 | 2026-07-19T04:27:10.280Z | uploaded: /work/debug/opteadm |
| 593 | 2026-07-19T04:27:10.283Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
| 594 | 2026-07-19T04:27:11.287Z | uploaded: /work/debug/opteadm.debug.sha256 |
| 595 | 2026-07-19T04:27:11.288Z | uploading: /work/release/opteadm (25877384 bytes) |
| 596 | 2026-07-19T04:27:12.445Z | uploaded: /work/release/opteadm |
| 597 | 2026-07-19T04:27:12.445Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
| 598 | 2026-07-19T04:27:13.454Z | uploaded: /work/release/opteadm.release.sha256 |