|
|
|
| 1 | 2026-07-20T10:31:57.523Z | job assigned to worker 01KXZH8XSN7S58JBD55VKHNDH9 [factory aws, i-0c06b218a5c2080e1] (queued for 2 m 55 s) |
| |
| 2 | 2026-07-20T10:32:04.148Z | starting task 0: "setup" |
| 3 | 2026-07-20T10:32:04.153Z | ++ uname -s |
| 4 | 2026-07-20T10:32:04.156Z | + kern=SunOS |
| 5 | 2026-07-20T10:32:04.156Z | + build_user=build |
| 6 | 2026-07-20T10:32:04.156Z | + build_uid=12345 |
| 7 | 2026-07-20T10:32:04.156Z | + work_dir=/work |
| 8 | 2026-07-20T10:32:04.156Z | + input_dir=/input |
| 9 | 2026-07-20T10:32:04.156Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-20T10:32:04.156Z | + case "$kern" in |
| 11 | 2026-07-20T10:32:04.156Z | + groupadd -g 12345 build |
| 12 | 2026-07-20T10:32:04.159Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-20T10:32:06.163Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-20T10:32:06.273Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-20T10:32:06.276Z | + home_fs=zfs |
| 16 | 2026-07-20T10:32:06.276Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-20T10:32:06.276Z | + mkdir -p /home/build |
| 18 | 2026-07-20T10:32:06.276Z | + chown build:build /home/build /work |
| 19 | 2026-07-20T10:32:08.277Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-20T10:32:08.281Z | process exited: duration 4133 ms, exit code 0 |
| |
| 21 | 2026-07-20T10:32:08.287Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-20T10:32:08.292Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-20T10:32:08.292Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-20T10:32:08.294Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-07-20T10:32:08.294Z | * rust toolchain channel = "1.96.1" |
| 26 | 2026-07-20T10:32:08.294Z | * rust toolchain profile = "default" |
| 27 | 2026-07-20T10:32:08.297Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-20T10:32:08.297Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-20T10:32:08.297Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-20T10:32:08.399Z | info: downloading installer |
| 31 | 2026-07-20T10:32:09.673Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-20T10:32:09.673Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-20T10:32:09.673Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-20T10:32:09.673Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-20T10:32:09.686Z | info: profile set to default |
| 36 | 2026-07-20T10:32:09.686Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-20T10:32:09.689Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-20T10:32:09.813Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-20T10:32:09.817Z | info: downloading 6 components |
| 40 | 2026-07-20T10:32:25.722Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-20T10:32:25.722Z | |
| 42 | 2026-07-20T10:32:25.749Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-20T10:32:25.749Z | |
| 44 | 2026-07-20T10:32:25.749Z | |
| 45 | 2026-07-20T10:32:25.749Z | Rust is installed now. Great! |
| 46 | 2026-07-20T10:32:25.749Z | |
| 47 | 2026-07-20T10:32:25.752Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-20T10:32:25.752Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-20T10:32:25.752Z | |
| 50 | 2026-07-20T10:32:25.752Z | To configure your current shell, you need to source |
| 51 | 2026-07-20T10:32:25.752Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-20T10:32:25.754Z | |
| 53 | 2026-07-20T10:32:25.754Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-20T10:32:25.754Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-20T10:32:25.754Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-20T10:32:25.754Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-20T10:32:25.754Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-20T10:32:25.754Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-20T10:32:25.754Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-20T10:32:25.754Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-20T10:32:25.754Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-20T10:32:25.839Z | + rustup --version |
| 63 | 2026-07-20T10:32:25.848Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-20T10:32:25.852Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-20T10:32:25.869Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-20T10:32:25.873Z | + cargo --version |
| 67 | 2026-07-20T10:32:25.886Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-20T10:32:25.889Z | + rustc --version |
| 69 | 2026-07-20T10:32:25.907Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-20T10:32:25.911Z | process exited: duration 17621 ms, exit code 0 |
| |
| 71 | 2026-07-20T10:32:25.917Z | starting task 2: "authentication" |
| 72 | 2026-07-20T10:32:25.934Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-20T10:32:25.941Z | starting task 3: "clone repository" |
| 74 | 2026-07-20T10:32:25.944Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-20T10:32:25.948Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-20T10:32:25.978Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-20T10:32:26.868Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-20T10:32:26.874Z | + git fetch origin b5e629226eddedd338edab91994849d43ab40201 |
| 79 | 2026-07-20T10:32:27.103Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-20T10:32:27.103Z | * branch b5e629226eddedd338edab91994849d43ab40201 -> FETCH_HEAD |
| 81 | 2026-07-20T10:32:27.110Z | + [[ -n renovate/uuid-1.x-lockfile ]] |
| 82 | 2026-07-20T10:32:27.110Z | ++ git branch --show-current |
| 83 | 2026-07-20T10:32:27.110Z | + current=master |
| 84 | 2026-07-20T10:32:27.111Z | + [[ master != renovate/uuid-1.x-lockfile ]] |
| 85 | 2026-07-20T10:32:27.111Z | + git branch -f renovate/uuid-1.x-lockfile b5e629226eddedd338edab91994849d43ab40201 |
| 86 | 2026-07-20T10:32:27.115Z | + git checkout -f renovate/uuid-1.x-lockfile |
| 87 | 2026-07-20T10:32:27.130Z | Switched to branch 'renovate/uuid-1.x-lockfile' |
| 88 | 2026-07-20T10:32:27.141Z | + git reset --hard b5e629226eddedd338edab91994849d43ab40201 |
| 89 | 2026-07-20T10:32:27.147Z | HEAD is now at b5e6292 Update Rust crate uuid to v1.24.0 |
| 90 | 2026-07-20T10:32:27.147Z | process exited: duration 1201 ms, exit code 0 |
| |
| 91 | 2026-07-20T10:32:27.156Z | starting task 4: "build" |
| 92 | 2026-07-20T10:32:27.167Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-20T10:32:27.167Z | ++ rustup show active-toolchain |
| 94 | 2026-07-20T10:32:27.171Z | 1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-20T10:32:27.171Z | ++ pushd xde |
| 96 | 2026-07-20T10:32:27.171Z | ++ rustup show active-toolchain |
| 97 | 2026-07-20T10:32:27.171Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 98 | 2026-07-20T10:32:27.177Z | info: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos |
| 99 | 2026-07-20T10:32:27.323Z | info: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29) |
| 100 | 2026-07-20T10:32:27.326Z | info: downloading 6 components |
| 101 | 2026-07-20T10:32:40.857Z | nightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-20T10:32:40.956Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-20T10:32:40.960Z | +++ head -n 1 |
| 104 | 2026-07-20T10:32:40.960Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-20T10:32:41.012Z | ++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 106 | 2026-07-20T10:32:41.012Z | ++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 107 | 2026-07-20T10:32:41.012Z | ++ popd |
| 108 | 2026-07-20T10:32:41.015Z | /work/oxidecomputer/opte |
| 109 | 2026-07-20T10:32:41.015Z | + cargo --version |
| 110 | 2026-07-20T10:32:41.022Z | cargo 1.96.1 (356927216 2026-06-26) |
| 111 | 2026-07-20T10:32:41.024Z | + rustc --version |
| 112 | 2026-07-20T10:32:41.043Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 113 | 2026-07-20T10:32:41.046Z | + pushd bin/opteadm |
| 114 | 2026-07-20T10:32:41.047Z | + header 'check style' |
| 115 | 2026-07-20T10:32:41.047Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 116 | 2026-07-20T10:32:41.047Z | + echo '# ==== check style ==== #' |
| 117 | 2026-07-20T10:32:41.047Z | # ==== check style ==== # |
| 118 | 2026-07-20T10:32:41.047Z | + ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check |
| 119 | 2026-07-20T10:32:41.118Z | |
| 120 | 2026-07-20T10:32:41.118Z | real 0.069772795 |
| 121 | 2026-07-20T10:32:41.119Z | user 0.038670122 |
| 122 | 2026-07-20T10:32:41.119Z | sys 0.028640249 |
| 123 | 2026-07-20T10:32:41.119Z | trap 0.000013980 |
| 124 | 2026-07-20T10:32:41.119Z | tflt 0.000018110 |
| 125 | 2026-07-20T10:32:41.119Z | dflt 0.000012350 |
| 126 | 2026-07-20T10:32:41.119Z | kflt 0.000005410 |
| 127 | 2026-07-20T10:32:41.119Z | lock 0.031091170 |
| 128 | 2026-07-20T10:32:41.119Z | slp 0.048914856 |
| 129 | 2026-07-20T10:32:41.119Z | lat 0.000916470 |
| 130 | 2026-07-20T10:32:41.120Z | stop 0.000100310 |
| 131 | 2026-07-20T10:32:41.123Z | + header analyze |
| 132 | 2026-07-20T10:32:41.123Z | + echo '# ==== analyze ==== #' |
| 133 | 2026-07-20T10:32:41.123Z | # ==== analyze ==== # |
| 134 | 2026-07-20T10:32:41.123Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 135 | 2026-07-20T10:32:41.250Z | Updating crates.io index |
| 136 | 2026-07-20T10:32:41.254Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-07-20T10:32:41.936Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-07-20T10:32:42.166Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-07-20T10:32:42.517Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-07-20T10:32:42.766Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-07-20T10:32:42.988Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-07-20T10:32:43.244Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-07-20T10:32:45.251Z | Downloading crates ... |
| 144 | 2026-07-20T10:32:45.296Z | Downloaded colorchoice v1.0.5 |
| 145 | 2026-07-20T10:32:45.302Z | Downloaded anstyle-query v1.1.5 |
| 146 | 2026-07-20T10:32:45.308Z | Downloaded cstr-argument v0.1.2 |
| 147 | 2026-07-20T10:32:45.311Z | Downloaded anstream v1.0.0 |
| 148 | 2026-07-20T10:32:45.317Z | Downloaded foreign-types v0.5.0 |
| 149 | 2026-07-20T10:32:45.320Z | Downloaded cobs v0.3.0 |
| 150 | 2026-07-20T10:32:45.325Z | Downloaded fnv v1.0.7 |
| 151 | 2026-07-20T10:32:45.328Z | Downloaded cpufeatures v0.3.0 |
| 152 | 2026-07-20T10:32:45.328Z | Downloaded darling_macro v0.21.3 |
| 153 | 2026-07-20T10:32:45.332Z | Downloaded ident_case v1.0.1 |
| 154 | 2026-07-20T10:32:45.335Z | Downloaded heck v0.5.0 |
| 155 | 2026-07-20T10:32:45.335Z | Downloaded errno v0.3.14 |
| 156 | 2026-07-20T10:32:45.335Z | Downloaded embedded-io v0.6.1 |
| 157 | 2026-07-20T10:32:45.335Z | Downloaded cfg-if v1.0.4 |
| 158 | 2026-07-20T10:32:45.338Z | Downloaded foreign-types-shared v0.3.1 |
| 159 | 2026-07-20T10:32:45.338Z | Downloaded defmt v0.3.100 |
| 160 | 2026-07-20T10:32:45.341Z | Downloaded utf8parse v0.2.2 |
| 161 | 2026-07-20T10:32:45.342Z | Downloaded foreign-types-macros v0.2.3 |
| 162 | 2026-07-20T10:32:45.350Z | Downloaded tabwriter v1.4.1 |
| 163 | 2026-07-20T10:32:45.355Z | Downloaded is_terminal_polyfill v1.70.2 |
| 164 | 2026-07-20T10:32:45.358Z | Downloaded embedded-io v0.4.0 |
| 165 | 2026-07-20T10:32:45.358Z | Downloaded version_check v0.9.5 |
| 166 | 2026-07-20T10:32:45.358Z | Downloaded macaddr v1.0.1 |
| 167 | 2026-07-20T10:32:45.362Z | Downloaded stable_deref_trait v1.2.1 |
| 168 | 2026-07-20T10:32:45.362Z | Downloaded pretty-hex v0.4.2 |
| 169 | 2026-07-20T10:32:45.362Z | Downloaded defmt-parser v1.0.0 |
| 170 | 2026-07-20T10:32:45.362Z | Downloaded anstyle-parse v1.0.0 |
| 171 | 2026-07-20T10:32:45.364Z | Downloaded hash32 v0.3.1 |
| 172 | 2026-07-20T10:32:45.367Z | Downloaded anstyle v1.0.14 |
| 173 | 2026-07-20T10:32:45.370Z | Downloaded quote v1.0.46 |
| 174 | 2026-07-20T10:32:45.374Z | Downloaded ipnetwork v0.21.1 |
| 175 | 2026-07-20T10:32:45.376Z | Downloaded equivalent v1.0.2 |
| 176 | 2026-07-20T10:32:45.379Z | Downloaded dyn-clone v1.0.20 |
| 177 | 2026-07-20T10:32:45.382Z | Downloaded ref-cast v1.0.25 |
| 178 | 2026-07-20T10:32:45.386Z | Downloaded ref-cast-impl v1.0.25 |
| 179 | 2026-07-20T10:32:45.389Z | Downloaded strsim v0.11.1 |
| 180 | 2026-07-20T10:32:45.392Z | Downloaded managed v0.8.0 |
| 181 | 2026-07-20T10:32:45.396Z | Downloaded proc-macro-crate v3.5.0 |
| 182 | 2026-07-20T10:32:45.399Z | Downloaded terminal_size v0.4.4 |
| 183 | 2026-07-20T10:32:45.406Z | Downloaded aho-corasick v1.1.4 |
| 184 | 2026-07-20T10:32:45.409Z | Downloaded either v1.16.0 |
| 185 | 2026-07-20T10:32:45.412Z | Downloaded thiserror-impl v2.0.18 |
| 186 | 2026-07-20T10:32:45.412Z | Downloaded bitflags v1.3.2 |
| 187 | 2026-07-20T10:32:45.416Z | Downloaded num_enum_derive v0.7.6 |
| 188 | 2026-07-20T10:32:45.419Z | Downloaded byteorder v1.5.0 |
| 189 | 2026-07-20T10:32:45.419Z | Downloaded num_enum v0.7.6 |
| 190 | 2026-07-20T10:32:45.422Z | Downloaded ingot-types v0.1.2 |
| 191 | 2026-07-20T10:32:45.423Z | Downloaded colored v3.1.1 |
| 192 | 2026-07-20T10:32:45.426Z | Downloaded darling v0.21.3 |
| 193 | 2026-07-20T10:32:45.429Z | Downloaded defmt-macros v1.1.1 |
| 194 | 2026-07-20T10:32:45.429Z | Downloaded anyhow v1.0.103 |
| 195 | 2026-07-20T10:32:45.432Z | Downloaded ingot v0.1.1 |
| 196 | 2026-07-20T10:32:45.434Z | Downloaded clap_lex v1.1.0 |
| 197 | 2026-07-20T10:32:45.443Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 198 | 2026-07-20T10:32:45.447Z | Downloaded thiserror v2.0.18 |
| 199 | 2026-07-20T10:32:45.450Z | Downloaded rustversion v1.0.23 |
| 200 | 2026-07-20T10:32:45.453Z | Downloaded clap_derive v4.6.1 |
| 201 | 2026-07-20T10:32:45.456Z | Downloaded ingot-macros v0.1.1 |
| 202 | 2026-07-20T10:32:45.459Z | Downloaded oxnet v0.1.6 |
| 203 | 2026-07-20T10:32:45.459Z | Downloaded chacha20 v0.10.1 |
| 204 | 2026-07-20T10:32:45.462Z | Downloaded defmt v1.1.1 |
| 205 | 2026-07-20T10:32:45.472Z | Downloaded tracing-attributes v0.1.31 |
| 206 | 2026-07-20T10:32:45.475Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 207 | 2026-07-20T10:32:45.475Z | Downloaded once_cell v1.21.4 |
| 208 | 2026-07-20T10:32:45.478Z | Downloaded pin-project-lite v0.2.17 |
| 209 | 2026-07-20T10:32:45.484Z | Downloaded rand_core v0.10.1 |
| 210 | 2026-07-20T10:32:45.489Z | Downloaded postcard v1.1.3 |
| 211 | 2026-07-20T10:32:45.492Z | Downloaded getrandom v0.4.3 |
| 212 | 2026-07-20T10:32:45.495Z | Downloaded bitflags v2.13.0 |
| 213 | 2026-07-20T10:32:45.501Z | Downloaded serde_derive v1.0.228 |
| 214 | 2026-07-20T10:32:45.505Z | Downloaded darling_core v0.21.3 |
| 215 | 2026-07-20T10:32:45.509Z | Downloaded proc-macro2 v1.0.106 |
| 216 | 2026-07-20T10:32:45.512Z | Downloaded tracing-core v0.1.36 |
| 217 | 2026-07-20T10:32:45.516Z | Downloaded serde_core v1.0.228 |
| 218 | 2026-07-20T10:32:45.519Z | Downloaded socket2 v0.6.4 |
| 219 | 2026-07-20T10:32:45.535Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 220 | 2026-07-20T10:32:45.540Z | Downloaded unicode-ident v1.0.24 |
| 221 | 2026-07-20T10:32:45.543Z | Downloaded uuid v1.24.0 |
| 222 | 2026-07-20T10:32:45.546Z | Downloaded clap v4.6.1 |
| 223 | 2026-07-20T10:32:45.550Z | Downloaded heapless v0.8.0 |
| 224 | 2026-07-20T10:32:45.553Z | Downloaded serde v1.0.228 |
| 225 | 2026-07-20T10:32:45.574Z | Downloaded memchr v2.8.3 |
| 226 | 2026-07-20T10:32:45.579Z | Downloaded rand v0.10.2 |
| 227 | 2026-07-20T10:32:45.582Z | Downloaded indexmap v2.14.0 |
| 228 | 2026-07-20T10:32:45.586Z | Downloaded zerocopy-derive v0.8.54 |
| 229 | 2026-07-20T10:32:45.596Z | Downloaded regex v1.13.0 |
| 230 | 2026-07-20T10:32:45.607Z | Downloaded itertools v0.14.0 |
| 231 | 2026-07-20T10:32:45.611Z | Downloaded hashbrown v0.17.1 |
| 232 | 2026-07-20T10:32:45.638Z | Downloaded winnow v1.0.3 |
| 233 | 2026-07-20T10:32:45.654Z | Downloaded clap_builder v4.6.0 |
| 234 | 2026-07-20T10:32:45.677Z | Downloaded syn v1.0.109 |
| 235 | 2026-07-20T10:32:45.691Z | Downloaded zerocopy v0.8.54 |
| 236 | 2026-07-20T10:32:45.706Z | Downloaded unicode-width v0.2.2 |
| 237 | 2026-07-20T10:32:45.709Z | Downloaded syn v2.0.118 |
| 238 | 2026-07-20T10:32:45.726Z | Downloaded smoltcp v0.11.0 |
| 239 | 2026-07-20T10:32:45.738Z | Downloaded regex-syntax v0.8.11 |
| 240 | 2026-07-20T10:32:45.749Z | Downloaded rustix v1.1.4 |
| 241 | 2026-07-20T10:32:45.761Z | Downloaded tracing v0.1.44 |
| 242 | 2026-07-20T10:32:45.778Z | Downloaded regex-automata v0.4.15 |
| 243 | 2026-07-20T10:32:45.791Z | Downloaded libc v0.2.186 |
| 244 | 2026-07-20T10:32:45.853Z | Compiling proc-macro2 v1.0.106 |
| 245 | 2026-07-20T10:32:45.853Z | Compiling quote v1.0.46 |
| 246 | 2026-07-20T10:32:45.853Z | Compiling unicode-ident v1.0.24 |
| 247 | 2026-07-20T10:32:45.853Z | Compiling serde_core v1.0.228 |
| 248 | 2026-07-20T10:32:45.856Z | Compiling libc v0.2.186 |
| 249 | 2026-07-20T10:32:45.857Z | Checking cfg-if v1.0.4 |
| 250 | 2026-07-20T10:32:45.857Z | Compiling ident_case v1.0.1 |
| 251 | 2026-07-20T10:32:45.857Z | Compiling thiserror v2.0.18 |
| 252 | 2026-07-20T10:32:45.979Z | Compiling fnv v1.0.7 |
| 253 | 2026-07-20T10:32:46.048Z | Compiling memchr v2.8.3 |
| 254 | 2026-07-20T10:32:46.048Z | Compiling strsim v0.11.1 |
| 255 | 2026-07-20T10:32:46.075Z | Compiling regex-syntax v0.8.11 |
| 256 | 2026-07-20T10:32:46.348Z | Compiling hashbrown v0.17.1 |
| 257 | 2026-07-20T10:32:46.367Z | Compiling equivalent v1.0.2 |
| 258 | 2026-07-20T10:32:46.439Z | Compiling winnow v1.0.3 |
| 259 | 2026-07-20T10:32:46.501Z | Compiling aho-corasick v1.1.4 |
| 260 | 2026-07-20T10:32:46.630Z | Compiling zerocopy v0.8.54 |
| 261 | 2026-07-20T10:32:46.645Z | Compiling either v1.16.0 |
| 262 | 2026-07-20T10:32:46.842Z | Compiling anyhow v1.0.103 |
| 263 | 2026-07-20T10:32:46.873Z | Compiling serde v1.0.228 |
| 264 | 2026-07-20T10:32:47.159Z | Compiling indexmap v2.14.0 |
| 265 | 2026-07-20T10:32:47.172Z | Compiling itertools v0.14.0 |
| 266 | 2026-07-20T10:32:47.180Z | Compiling syn v2.0.118 |
| 267 | 2026-07-20T10:32:47.285Z | Compiling heapless v0.8.0 |
| 268 | 2026-07-20T10:32:47.448Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 269 | 2026-07-20T10:32:47.610Z | Compiling regex-automata v0.4.15 |
| 270 | 2026-07-20T10:32:47.813Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 271 | 2026-07-20T10:32:47.816Z | Checking bitflags v2.13.0 |
| 272 | 2026-07-20T10:32:47.908Z | Checking byteorder v1.5.0 |
| 273 | 2026-07-20T10:32:47.985Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 274 | 2026-07-20T10:32:48.052Z | Compiling rustversion v1.0.23 |
| 275 | 2026-07-20T10:32:48.062Z | Checking hash32 v0.3.1 |
| 276 | 2026-07-20T10:32:48.169Z | Checking macaddr v1.0.1 |
| 277 | 2026-07-20T10:32:48.196Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 278 | 2026-07-20T10:32:48.203Z | Compiling syn v1.0.109 |
| 279 | 2026-07-20T10:32:48.304Z | Checking stable_deref_trait v1.2.1 |
| 280 | 2026-07-20T10:32:48.370Z | Compiling smoltcp v0.11.0 |
| 281 | 2026-07-20T10:32:48.457Z | Compiling getrandom v0.4.3 |
| 282 | 2026-07-20T10:32:48.479Z | Checking bitflags v1.3.2 |
| 283 | 2026-07-20T10:32:48.539Z | Compiling proc-macro-crate v3.5.0 |
| 284 | 2026-07-20T10:32:48.563Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 285 | 2026-07-20T10:32:48.727Z | Compiling ref-cast v1.0.25 |
| 286 | 2026-07-20T10:32:48.733Z | Checking rand_core v0.10.1 |
| 287 | 2026-07-20T10:32:48.783Z | Compiling version_check v0.9.5 |
| 288 | 2026-07-20T10:32:48.805Z | Compiling rustix v1.1.4 |
| 289 | 2026-07-20T10:32:48.863Z | Checking managed v0.8.0 |
| 290 | 2026-07-20T10:32:49.039Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 291 | 2026-07-20T10:32:49.089Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 292 | 2026-07-20T10:32:49.323Z | Compiling regex v1.13.0 |
| 293 | 2026-07-20T10:32:49.375Z | Checking errno v0.3.14 |
| 294 | 2026-07-20T10:32:49.405Z | Checking ipnetwork v0.21.1 |
| 295 | 2026-07-20T10:32:49.528Z | Checking unicode-width v0.2.2 |
| 296 | 2026-07-20T10:32:49.571Z | Checking utf8parse v0.2.2 |
| 297 | 2026-07-20T10:32:49.663Z | Checking foreign-types-shared v0.3.1 |
| 298 | 2026-07-20T10:32:49.712Z | Checking cpufeatures v0.3.0 |
| 299 | 2026-07-20T10:32:49.741Z | Checking once_cell v1.21.4 |
| 300 | 2026-07-20T10:32:49.769Z | Checking tabwriter v1.4.1 |
| 301 | 2026-07-20T10:32:49.776Z | Checking chacha20 v0.10.1 |
| 302 | 2026-07-20T10:32:49.845Z | Compiling darling_core v0.21.3 |
| 303 | 2026-07-20T10:32:49.905Z | Checking cstr-argument v0.1.2 |
| 304 | 2026-07-20T10:32:49.909Z | Checking tracing-core v0.1.36 |
| 305 | 2026-07-20T10:32:49.962Z | Checking anstyle-parse v1.0.0 |
| 306 | 2026-07-20T10:32:50.289Z | Checking anstyle v1.0.14 |
| 307 | 2026-07-20T10:32:50.311Z | Checking pin-project-lite v0.2.17 |
| 308 | 2026-07-20T10:32:50.396Z | Checking is_terminal_polyfill v1.70.2 |
| 309 | 2026-07-20T10:32:50.424Z | Checking dyn-clone v1.0.20 |
| 310 | 2026-07-20T10:32:50.460Z | Checking anstyle-query v1.1.5 |
| 311 | 2026-07-20T10:32:50.469Z | Checking colorchoice v1.0.5 |
| 312 | 2026-07-20T10:32:50.475Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 313 | 2026-07-20T10:32:50.498Z | Checking pretty-hex v0.4.2 |
| 314 | 2026-07-20T10:32:50.516Z | Checking terminal_size v0.4.4 |
| 315 | 2026-07-20T10:32:50.554Z | Checking anstream v1.0.0 |
| 316 | 2026-07-20T10:32:50.620Z | Checking rand v0.10.2 |
| 317 | 2026-07-20T10:32:50.701Z | Checking uuid v1.24.0 |
| 318 | 2026-07-20T10:32:50.745Z | Checking socket2 v0.6.4 |
| 319 | 2026-07-20T10:32:50.844Z | Checking oxnet v0.1.6 |
| 320 | 2026-07-20T10:32:50.954Z | Checking colored v3.1.1 |
| 321 | 2026-07-20T10:32:50.988Z | Compiling heck v0.5.0 |
| 322 | 2026-07-20T10:32:51.006Z | Compiling thiserror-impl v2.0.18 |
| 323 | 2026-07-20T10:32:51.018Z | Compiling serde_derive v1.0.228 |
| 324 | 2026-07-20T10:32:51.074Z | Compiling zerocopy-derive v0.8.54 |
| 325 | 2026-07-20T10:32:51.148Z | Compiling foreign-types-macros v0.2.3 |
| 326 | 2026-07-20T10:32:51.178Z | Compiling num_enum_derive v0.7.6 |
| 327 | 2026-07-20T10:32:51.654Z | Compiling ref-cast-impl v1.0.25 |
| 328 | 2026-07-20T10:32:51.775Z | Checking foreign-types v0.5.0 |
| 329 | 2026-07-20T10:32:51.841Z | Compiling tracing-attributes v0.1.31 |
| 330 | 2026-07-20T10:32:51.944Z | Compiling darling_macro v0.21.3 |
| 331 | 2026-07-20T10:32:52.177Z | Checking num_enum v0.7.6 |
| 332 | 2026-07-20T10:32:52.238Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 333 | 2026-07-20T10:32:52.279Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 334 | 2026-07-20T10:32:52.309Z | Checking cobs v0.3.0 |
| 335 | 2026-07-20T10:32:52.334Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 336 | 2026-07-20T10:32:52.448Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 337 | 2026-07-20T10:32:52.505Z | Compiling darling v0.21.3 |
| 338 | 2026-07-20T10:32:52.583Z | Compiling ingot-macros v0.1.1 |
| 339 | 2026-07-20T10:32:52.641Z | Checking clap_lex v1.1.0 |
| 340 | 2026-07-20T10:32:52.708Z | Compiling clap_derive v4.6.1 |
| 341 | 2026-07-20T10:32:52.790Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 342 | 2026-07-20T10:32:52.793Z | Checking clap_builder v4.6.0 |
| 343 | 2026-07-20T10:32:52.890Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 344 | 2026-07-20T10:32:53.103Z | Checking tracing v0.1.44 |
| 345 | 2026-07-20T10:32:54.006Z | Checking postcard v1.1.3 |
| 346 | 2026-07-20T10:32:54.093Z | Checking clap v4.6.1 |
| 347 | 2026-07-20T10:32:55.072Z | Checking ingot-types v0.1.2 |
| 348 | 2026-07-20T10:32:55.338Z | Checking ingot v0.1.1 |
| 349 | 2026-07-20T10:32:56.635Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 350 | 2026-07-20T10:32:57.851Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 351 | 2026-07-20T10:32:59.078Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 352 | 2026-07-20T10:32:59.895Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.72s |
| 353 | 2026-07-20T10:33:00.002Z | |
| 354 | 2026-07-20T10:33:00.002Z | real 18.877921619 |
| 355 | 2026-07-20T10:33:00.002Z | user 54.533523463 |
| 356 | 2026-07-20T10:33:00.002Z | sys 13.452252072 |
| 357 | 2026-07-20T10:33:00.002Z | trap 0.043432551 |
| 358 | 2026-07-20T10:33:00.002Z | tflt 0.052278409 |
| 359 | 2026-07-20T10:33:00.003Z | dflt 0.185863905 |
| 360 | 2026-07-20T10:33:00.003Z | kflt 0.006256270 |
| 361 | 2026-07-20T10:33:00.004Z | lock 3:24.068280694 |
| 362 | 2026-07-20T10:33:00.008Z | slp 3:05.443603914 |
| 363 | 2026-07-20T10:33:00.008Z | lat 3.401438298 |
| 364 | 2026-07-20T10:33:00.008Z | stop 12.776746369 |
| 365 | 2026-07-20T10:33:00.008Z | + header 'debug build' |
| 366 | 2026-07-20T10:33:00.008Z | + echo '# ==== debug build ==== #' |
| 367 | 2026-07-20T10:33:00.008Z | + ptime -m cargo build |
| 368 | 2026-07-20T10:33:00.008Z | # ==== debug build ==== # |
| 369 | 2026-07-20T10:33:00.154Z | Compiling cfg-if v1.0.4 |
| 370 | 2026-07-20T10:33:00.157Z | Compiling serde_core v1.0.228 |
| 371 | 2026-07-20T10:33:00.157Z | Compiling libc v0.2.186 |
| 372 | 2026-07-20T10:33:00.180Z | Compiling thiserror v2.0.18 |
| 373 | 2026-07-20T10:33:00.183Z | Compiling byteorder v1.5.0 |
| 374 | 2026-07-20T10:33:00.187Z | Compiling zerocopy v0.8.54 |
| 375 | 2026-07-20T10:33:00.190Z | Compiling macaddr v1.0.1 |
| 376 | 2026-07-20T10:33:00.190Z | Compiling stable_deref_trait v1.2.1 |
| 377 | 2026-07-20T10:33:00.228Z | Compiling managed v0.8.0 |
| 378 | 2026-07-20T10:33:00.239Z | Compiling cobs v0.3.0 |
| 379 | 2026-07-20T10:33:00.256Z | Compiling rand_core v0.10.1 |
| 380 | 2026-07-20T10:33:00.347Z | Compiling hash32 v0.3.1 |
| 381 | 2026-07-20T10:33:00.402Z | Compiling bitflags v1.3.2 |
| 382 | 2026-07-20T10:33:00.424Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 383 | 2026-07-20T10:33:00.439Z | Compiling heapless v0.8.0 |
| 384 | 2026-07-20T10:33:00.460Z | Compiling errno v0.3.14 |
| 385 | 2026-07-20T10:33:00.495Z | Compiling ipnetwork v0.21.1 |
| 386 | 2026-07-20T10:33:00.507Z | Compiling memchr v2.8.3 |
| 387 | 2026-07-20T10:33:00.510Z | Compiling cpufeatures v0.3.0 |
| 388 | 2026-07-20T10:33:00.566Z | Compiling utf8parse v0.2.2 |
| 389 | 2026-07-20T10:33:00.615Z | Compiling foreign-types-shared v0.3.1 |
| 390 | 2026-07-20T10:33:00.654Z | Compiling unicode-width v0.2.2 |
| 391 | 2026-07-20T10:33:00.657Z | Compiling once_cell v1.21.4 |
| 392 | 2026-07-20T10:33:00.690Z | Compiling foreign-types v0.5.0 |
| 393 | 2026-07-20T10:33:00.790Z | Compiling anstyle-parse v1.0.0 |
| 394 | 2026-07-20T10:33:00.862Z | Compiling smoltcp v0.11.0 |
| 395 | 2026-07-20T10:33:00.882Z | Compiling cstr-argument v0.1.2 |
| 396 | 2026-07-20T10:33:00.944Z | Compiling tabwriter v1.4.1 |
| 397 | 2026-07-20T10:33:00.997Z | Compiling tracing-core v0.1.36 |
| 398 | 2026-07-20T10:33:01.023Z | Compiling chacha20 v0.10.1 |
| 399 | 2026-07-20T10:33:01.042Z | Compiling ref-cast v1.0.25 |
| 400 | 2026-07-20T10:33:01.152Z | Compiling num_enum v0.7.6 |
| 401 | 2026-07-20T10:33:01.262Z | Compiling getrandom v0.4.3 |
| 402 | 2026-07-20T10:33:01.364Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 403 | 2026-07-20T10:33:01.377Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 404 | 2026-07-20T10:33:01.467Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 405 | 2026-07-20T10:33:01.471Z | Compiling anstyle-query v1.1.5 |
| 406 | 2026-07-20T10:33:01.474Z | Compiling pretty-hex v0.4.2 |
| 407 | 2026-07-20T10:33:01.569Z | Compiling dyn-clone v1.0.20 |
| 408 | 2026-07-20T10:33:01.591Z | Compiling is_terminal_polyfill v1.70.2 |
| 409 | 2026-07-20T10:33:01.672Z | Compiling colorchoice v1.0.5 |
| 410 | 2026-07-20T10:33:01.683Z | Compiling anstyle v1.0.14 |
| 411 | 2026-07-20T10:33:01.724Z | Compiling pin-project-lite v0.2.17 |
| 412 | 2026-07-20T10:33:01.778Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 413 | 2026-07-20T10:33:01.810Z | Compiling tracing v0.1.44 |
| 414 | 2026-07-20T10:33:01.942Z | Compiling bitflags v2.13.0 |
| 415 | 2026-07-20T10:33:01.984Z | Compiling serde v1.0.228 |
| 416 | 2026-07-20T10:33:02.035Z | Compiling uuid v1.24.0 |
| 417 | 2026-07-20T10:33:02.068Z | Compiling anstream v1.0.0 |
| 418 | 2026-07-20T10:33:02.177Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 419 | 2026-07-20T10:33:02.339Z | Compiling rustix v1.1.4 |
| 420 | 2026-07-20T10:33:02.388Z | Compiling anyhow v1.0.103 |
| 421 | 2026-07-20T10:33:02.606Z | Compiling postcard v1.1.3 |
| 422 | 2026-07-20T10:33:02.657Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 423 | 2026-07-20T10:33:02.696Z | Compiling rand v0.10.2 |
| 424 | 2026-07-20T10:33:02.810Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 425 | 2026-07-20T10:33:02.926Z | Compiling terminal_size v0.4.4 |
| 426 | 2026-07-20T10:33:02.954Z | Compiling socket2 v0.6.4 |
| 427 | 2026-07-20T10:33:03.077Z | Compiling ingot-types v0.1.2 |
| 428 | 2026-07-20T10:33:03.143Z | Compiling clap_lex v1.1.0 |
| 429 | 2026-07-20T10:33:03.212Z | Compiling oxnet v0.1.6 |
| 430 | 2026-07-20T10:33:03.248Z | Compiling winnow v1.0.3 |
| 431 | 2026-07-20T10:33:03.491Z | Compiling ingot v0.1.1 |
| 432 | 2026-07-20T10:33:03.537Z | Compiling colored v3.1.1 |
| 433 | 2026-07-20T10:33:03.588Z | Compiling strsim v0.11.1 |
| 434 | 2026-07-20T10:33:03.651Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 435 | 2026-07-20T10:33:03.850Z | Compiling clap_builder v4.6.0 |
| 436 | 2026-07-20T10:33:04.372Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 437 | 2026-07-20T10:33:05.128Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 438 | 2026-07-20T10:33:05.449Z | Compiling clap v4.6.1 |
| 439 | 2026-07-20T10:33:06.551Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 440 | 2026-07-20T10:33:08.070Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 441 | 2026-07-20T10:33:12.503Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.49s |
| 442 | 2026-07-20T10:33:12.531Z | |
| 443 | 2026-07-20T10:33:12.534Z | real 12.519206752 |
| 444 | 2026-07-20T10:33:12.534Z | user 1:05.155224329 |
| 445 | 2026-07-20T10:33:12.534Z | sys 6.066812767 |
| 446 | 2026-07-20T10:33:12.534Z | trap 0.038153560 |
| 447 | 2026-07-20T10:33:12.534Z | tflt 0.134079600 |
| 448 | 2026-07-20T10:33:12.534Z | dflt 0.190046584 |
| 449 | 2026-07-20T10:33:12.534Z | kflt 0.000376070 |
| 450 | 2026-07-20T10:33:12.534Z | lock 2:59.580974651 |
| 451 | 2026-07-20T10:33:12.535Z | slp 1:58.514266681 |
| 452 | 2026-07-20T10:33:12.535Z | lat 2.772976138 |
| 453 | 2026-07-20T10:33:12.535Z | stop 2.588559928 |
| 454 | 2026-07-20T10:33:12.535Z | + header 'release build' |
| 455 | 2026-07-20T10:33:12.535Z | + echo '# ==== release build ==== #' |
| 456 | 2026-07-20T10:33:12.535Z | # ==== release build ==== # |
| 457 | 2026-07-20T10:33:12.535Z | + ptime -m cargo build --release |
| 458 | 2026-07-20T10:33:12.626Z | Compiling proc-macro2 v1.0.106 |
| 459 | 2026-07-20T10:33:12.626Z | Compiling unicode-ident v1.0.24 |
| 460 | 2026-07-20T10:33:12.629Z | Compiling quote v1.0.46 |
| 461 | 2026-07-20T10:33:12.629Z | Compiling serde_core v1.0.228 |
| 462 | 2026-07-20T10:33:12.629Z | Compiling libc v0.2.186 |
| 463 | 2026-07-20T10:33:12.630Z | Compiling cfg-if v1.0.4 |
| 464 | 2026-07-20T10:33:12.630Z | Compiling strsim v0.11.1 |
| 465 | 2026-07-20T10:33:12.650Z | Compiling thiserror v2.0.18 |
| 466 | 2026-07-20T10:33:12.703Z | Compiling ident_case v1.0.1 |
| 467 | 2026-07-20T10:33:12.744Z | Compiling fnv v1.0.7 |
| 468 | 2026-07-20T10:33:12.802Z | Compiling memchr v2.8.3 |
| 469 | 2026-07-20T10:33:12.822Z | Compiling regex-syntax v0.8.11 |
| 470 | 2026-07-20T10:33:12.912Z | Compiling equivalent v1.0.2 |
| 471 | 2026-07-20T10:33:12.947Z | Compiling either v1.16.0 |
| 472 | 2026-07-20T10:33:12.978Z | Compiling hashbrown v0.17.1 |
| 473 | 2026-07-20T10:33:13.133Z | Compiling winnow v1.0.3 |
| 474 | 2026-07-20T10:33:13.137Z | Compiling zerocopy v0.8.54 |
| 475 | 2026-07-20T10:33:13.335Z | Compiling aho-corasick v1.1.4 |
| 476 | 2026-07-20T10:33:13.369Z | Compiling serde v1.0.228 |
| 477 | 2026-07-20T10:33:13.504Z | Compiling anyhow v1.0.103 |
| 478 | 2026-07-20T10:33:13.535Z | Compiling indexmap v2.14.0 |
| 479 | 2026-07-20T10:33:13.783Z | Compiling itertools v0.14.0 |
| 480 | 2026-07-20T10:33:13.814Z | Compiling byteorder v1.5.0 |
| 481 | 2026-07-20T10:33:13.901Z | Compiling syn v2.0.118 |
| 482 | 2026-07-20T10:33:13.987Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 483 | 2026-07-20T10:33:14.127Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 484 | 2026-07-20T10:33:14.127Z | Compiling heapless v0.8.0 |
| 485 | 2026-07-20T10:33:14.191Z | Compiling hash32 v0.3.1 |
| 486 | 2026-07-20T10:33:14.318Z | Compiling regex-automata v0.4.15 |
| 487 | 2026-07-20T10:33:14.571Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 488 | 2026-07-20T10:33:14.652Z | Compiling macaddr v1.0.1 |
| 489 | 2026-07-20T10:33:14.666Z | Compiling rustversion v1.0.23 |
| 490 | 2026-07-20T10:33:14.843Z | Compiling bitflags v2.13.0 |
| 491 | 2026-07-20T10:33:14.847Z | Compiling syn v1.0.109 |
| 492 | 2026-07-20T10:33:14.850Z | Compiling stable_deref_trait v1.2.1 |
| 493 | 2026-07-20T10:33:14.906Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 494 | 2026-07-20T10:33:14.990Z | Compiling smoltcp v0.11.0 |
| 495 | 2026-07-20T10:33:15.154Z | Compiling proc-macro-crate v3.5.0 |
| 496 | 2026-07-20T10:33:15.172Z | Compiling managed v0.8.0 |
| 497 | 2026-07-20T10:33:15.181Z | Compiling rustix v1.1.4 |
| 498 | 2026-07-20T10:33:15.326Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 499 | 2026-07-20T10:33:15.404Z | Compiling version_check v0.9.5 |
| 500 | 2026-07-20T10:33:15.446Z | Compiling ref-cast v1.0.25 |
| 501 | 2026-07-20T10:33:15.501Z | Compiling rand_core v0.10.1 |
| 502 | 2026-07-20T10:33:15.524Z | Compiling bitflags v1.3.2 |
| 503 | 2026-07-20T10:33:15.541Z | Compiling getrandom v0.4.3 |
| 504 | 2026-07-20T10:33:15.656Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 505 | 2026-07-20T10:33:15.785Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 506 | 2026-07-20T10:33:15.809Z | Compiling errno v0.3.14 |
| 507 | 2026-07-20T10:33:15.882Z | Compiling foreign-types-shared v0.3.1 |
| 508 | 2026-07-20T10:33:15.942Z | Compiling regex v1.13.0 |
| 509 | 2026-07-20T10:33:15.959Z | Compiling once_cell v1.21.4 |
| 510 | 2026-07-20T10:33:16.183Z | Compiling unicode-width v0.2.2 |
| 511 | 2026-07-20T10:33:16.280Z | Compiling utf8parse v0.2.2 |
| 512 | 2026-07-20T10:33:16.320Z | Compiling ipnetwork v0.21.1 |
| 513 | 2026-07-20T10:33:16.372Z | Compiling cpufeatures v0.3.0 |
| 514 | 2026-07-20T10:33:16.434Z | Compiling darling_core v0.21.3 |
| 515 | 2026-07-20T10:33:16.467Z | Compiling chacha20 v0.10.1 |
| 516 | 2026-07-20T10:33:16.685Z | Compiling cstr-argument v0.1.2 |
| 517 | 2026-07-20T10:33:16.735Z | Compiling tabwriter v1.4.1 |
| 518 | 2026-07-20T10:33:16.803Z | Compiling anstyle-parse v1.0.0 |
| 519 | 2026-07-20T10:33:16.833Z | Compiling tracing-core v0.1.36 |
| 520 | 2026-07-20T10:33:17.397Z | Compiling dyn-clone v1.0.20 |
| 521 | 2026-07-20T10:33:17.437Z | Compiling anstyle v1.0.14 |
| 522 | 2026-07-20T10:33:17.574Z | Compiling pretty-hex v0.4.2 |
| 523 | 2026-07-20T10:33:17.665Z | Compiling thiserror-impl v2.0.18 |
| 524 | 2026-07-20T10:33:17.679Z | Compiling zerocopy-derive v0.8.54 |
| 525 | 2026-07-20T10:33:17.699Z | Compiling serde_derive v1.0.228 |
| 526 | 2026-07-20T10:33:17.724Z | Compiling foreign-types-macros v0.2.3 |
| 527 | 2026-07-20T10:33:17.780Z | Compiling num_enum_derive v0.7.6 |
| 528 | 2026-07-20T10:33:18.285Z | Compiling ref-cast-impl v1.0.25 |
| 529 | 2026-07-20T10:33:18.344Z | Compiling foreign-types v0.5.0 |
| 530 | 2026-07-20T10:33:18.409Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 531 | 2026-07-20T10:33:18.546Z | Compiling darling_macro v0.21.3 |
| 532 | 2026-07-20T10:33:18.759Z | Compiling num_enum v0.7.6 |
| 533 | 2026-07-20T10:33:18.866Z | Compiling tracing-attributes v0.1.31 |
| 534 | 2026-07-20T10:33:18.901Z | Compiling pin-project-lite v0.2.17 |
| 535 | 2026-07-20T10:33:18.950Z | Compiling cobs v0.3.0 |
| 536 | 2026-07-20T10:33:18.950Z | Compiling colorchoice v1.0.5 |
| 537 | 2026-07-20T10:33:18.975Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 538 | 2026-07-20T10:33:18.983Z | Compiling anstyle-query v1.1.5 |
| 539 | 2026-07-20T10:33:19.048Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 540 | 2026-07-20T10:33:19.064Z | Compiling is_terminal_polyfill v1.70.2 |
| 541 | 2026-07-20T10:33:19.095Z | Compiling darling v0.21.3 |
| 542 | 2026-07-20T10:33:19.140Z | Compiling anstream v1.0.0 |
| 543 | 2026-07-20T10:33:19.153Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 544 | 2026-07-20T10:33:19.159Z | Compiling ingot-macros v0.1.1 |
| 545 | 2026-07-20T10:33:19.271Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 546 | 2026-07-20T10:33:19.454Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 547 | 2026-07-20T10:33:19.533Z | Compiling terminal_size v0.4.4 |
| 548 | 2026-07-20T10:33:19.606Z | Compiling rand v0.10.2 |
| 549 | 2026-07-20T10:33:19.662Z | Compiling uuid v1.24.0 |
| 550 | 2026-07-20T10:33:19.855Z | Compiling socket2 v0.6.4 |
| 551 | 2026-07-20T10:33:19.881Z | Compiling clap_lex v1.1.0 |
| 552 | 2026-07-20T10:33:20.050Z | Compiling tracing v0.1.44 |
| 553 | 2026-07-20T10:33:20.187Z | Compiling heck v0.5.0 |
| 554 | 2026-07-20T10:33:20.367Z | Compiling oxnet v0.1.6 |
| 555 | 2026-07-20T10:33:20.371Z | Compiling colored v3.1.1 |
| 556 | 2026-07-20T10:33:20.406Z | Compiling clap_derive v4.6.1 |
| 557 | 2026-07-20T10:33:20.656Z | Compiling clap_builder v4.6.0 |
| 558 | 2026-07-20T10:33:20.738Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 559 | 2026-07-20T10:33:20.906Z | Compiling postcard v1.1.3 |
| 560 | 2026-07-20T10:33:22.035Z | Compiling ingot-types v0.1.2 |
| 561 | 2026-07-20T10:33:22.420Z | Compiling ingot v0.1.1 |
| 562 | 2026-07-20T10:33:22.552Z | Compiling clap v4.6.1 |
| 563 | 2026-07-20T10:33:24.173Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 564 | 2026-07-20T10:33:25.198Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 565 | 2026-07-20T10:33:26.264Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 566 | 2026-07-20T10:33:32.817Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.27s |
| 567 | 2026-07-20T10:33:32.845Z | |
| 568 | 2026-07-20T10:33:32.848Z | real 20.303359211 |
| 569 | 2026-07-20T10:33:32.848Z | user 1:42.820539108 |
| 570 | 2026-07-20T10:33:32.849Z | sys 13.745316779 |
| 571 | 2026-07-20T10:33:32.849Z | trap 0.050241870 |
| 572 | 2026-07-20T10:33:32.849Z | tflt 0.072059398 |
| 573 | 2026-07-20T10:33:32.849Z | dflt 0.343211724 |
| 574 | 2026-07-20T10:33:32.849Z | kflt 0.000008710 |
| 575 | 2026-07-20T10:33:32.849Z | lock 4:27.245666965 |
| 576 | 2026-07-20T10:33:32.849Z | slp 3:26.768440302 |
| 577 | 2026-07-20T10:33:32.849Z | lat 5.076442081 |
| 578 | 2026-07-20T10:33:32.849Z | stop 8.868396117 |
| 579 | 2026-07-20T10:33:32.849Z | + popd |
| 580 | 2026-07-20T10:33:32.849Z | /work/oxidecomputer/opte |
| 581 | 2026-07-20T10:33:32.849Z | + for x in debug release |
| 582 | 2026-07-20T10:33:32.850Z | + mkdir -p /work/debug |
| 583 | 2026-07-20T10:33:32.850Z | + cp target/debug/opteadm /work/debug/ |
| 584 | 2026-07-20T10:33:32.870Z | + sha256sum target/debug/opteadm |
| 585 | 2026-07-20T10:33:32.896Z | + for x in debug release |
| 586 | 2026-07-20T10:33:32.896Z | + mkdir -p /work/release |
| 587 | 2026-07-20T10:33:32.899Z | + cp target/release/opteadm /work/release/ |
| 588 | 2026-07-20T10:33:32.913Z | + sha256sum target/release/opteadm |
| 589 | 2026-07-20T10:33:32.930Z | process exited: duration 65773 ms, exit code 0 |
| |
| 590 | 2026-07-20T10:33:32.941Z | found 4 output files |
| 591 | 2026-07-20T10:33:32.941Z | uploading: /work/debug/opteadm (36381672 bytes) |
| 592 | 2026-07-20T10:33:34.574Z | uploaded: /work/debug/opteadm |
| 593 | 2026-07-20T10:33:34.574Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
| 594 | 2026-07-20T10:33:35.583Z | uploaded: /work/debug/opteadm.debug.sha256 |
| 595 | 2026-07-20T10:33:35.583Z | uploading: /work/release/opteadm (24743320 bytes) |
| 596 | 2026-07-20T10:33:36.719Z | uploaded: /work/release/opteadm |
| 597 | 2026-07-20T10:33:36.719Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
| 598 | 2026-07-20T10:33:37.730Z | uploaded: /work/release/opteadm.release.sha256 |