|
|
|
| 1 | 2026-07-13T08:41:42.866Z | job assigned to worker 01KXDA5YW14P52KP9PP23FBFH6 [factory aws, i-04c824c1effc8f6fb] (queued for 51 s) |
| |
| 2 | 2026-07-13T08:41:48.839Z | starting task 0: "setup" |
| 3 | 2026-07-13T08:41:48.844Z | ++ uname -s |
| 4 | 2026-07-13T08:41:48.847Z | + kern=SunOS |
| 5 | 2026-07-13T08:41:48.847Z | + build_user=build |
| 6 | 2026-07-13T08:41:48.847Z | + build_uid=12345 |
| 7 | 2026-07-13T08:41:48.847Z | + work_dir=/work |
| 8 | 2026-07-13T08:41:48.847Z | + input_dir=/input |
| 9 | 2026-07-13T08:41:48.847Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-13T08:41:48.847Z | + case "$kern" in |
| 11 | 2026-07-13T08:41:48.847Z | + groupadd -g 12345 build |
| 12 | 2026-07-13T08:41:48.850Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-13T08:41:50.854Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-13T08:41:50.925Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-13T08:41:50.929Z | + home_fs=zfs |
| 16 | 2026-07-13T08:41:50.929Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-13T08:41:50.929Z | + mkdir -p /home/build |
| 18 | 2026-07-13T08:41:50.929Z | + chown build:build /home/build /work |
| 19 | 2026-07-13T08:41:52.929Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-13T08:41:52.932Z | process exited: duration 4091 ms, exit code 0 |
| |
| 21 | 2026-07-13T08:41:52.938Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-13T08:41:52.941Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-13T08:41:52.941Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-13T08:41:52.941Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-07-13T08:41:52.941Z | * rust toolchain profile = "default" |
| 26 | 2026-07-13T08:41:52.941Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-13T08:41:52.941Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-13T08:41:52.944Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-13T08:41:52.944Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-13T08:41:53.040Z | info: downloading installer |
| 31 | 2026-07-13T08:41:54.363Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-13T08:41:54.363Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-13T08:41:54.363Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-13T08:41:54.363Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-13T08:41:54.375Z | info: profile set to default |
| 36 | 2026-07-13T08:41:54.375Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-13T08:41:54.378Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-13T08:41:54.512Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-13T08:41:54.515Z | info: downloading 6 components |
| 40 | 2026-07-13T08:42:10.215Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-13T08:42:10.215Z | |
| 42 | 2026-07-13T08:42:10.246Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-13T08:42:10.246Z | |
| 44 | 2026-07-13T08:42:10.246Z | |
| 45 | 2026-07-13T08:42:10.246Z | Rust is installed now. Great! |
| 46 | 2026-07-13T08:42:10.246Z | |
| 47 | 2026-07-13T08:42:10.250Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-13T08:42:10.250Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-13T08:42:10.250Z | |
| 50 | 2026-07-13T08:42:10.250Z | To configure your current shell, you need to source |
| 51 | 2026-07-13T08:42:10.250Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-13T08:42:10.250Z | |
| 53 | 2026-07-13T08:42:10.250Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-13T08:42:10.250Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-13T08:42:10.250Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-13T08:42:10.250Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-13T08:42:10.250Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-13T08:42:10.250Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-13T08:42:10.250Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-13T08:42:10.250Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-13T08:42:10.250Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-13T08:42:10.339Z | + rustup --version |
| 63 | 2026-07-13T08:42:10.348Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-13T08:42:10.351Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-13T08:42:10.369Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-13T08:42:10.372Z | + cargo --version |
| 67 | 2026-07-13T08:42:10.386Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-13T08:42:10.389Z | + rustc --version |
| 69 | 2026-07-13T08:42:10.408Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-13T08:42:10.411Z | process exited: duration 17472 ms, exit code 0 |
| |
| 71 | 2026-07-13T08:42:10.417Z | starting task 2: "authentication" |
| 72 | 2026-07-13T08:42:10.433Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-13T08:42:10.438Z | starting task 3: "clone repository" |
| 74 | 2026-07-13T08:42:10.441Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-13T08:42:10.444Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-13T08:42:10.476Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-13T08:42:11.328Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-13T08:42:11.328Z | + git fetch origin b9b6231148b02dc08c4a93ea36a560a15af269b9 |
| 79 | 2026-07-13T08:42:11.553Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-13T08:42:11.553Z | * branch b9b6231148b02dc08c4a93ea36a560a15af269b9 -> FETCH_HEAD |
| 81 | 2026-07-13T08:42:11.558Z | + [[ -n renovate/lock-file-maintenance ]] |
| 82 | 2026-07-13T08:42:11.561Z | ++ git branch --show-current |
| 83 | 2026-07-13T08:42:11.561Z | + current=master |
| 84 | 2026-07-13T08:42:11.561Z | + [[ master != renovate/lock-file-maintenance ]] |
| 85 | 2026-07-13T08:42:11.561Z | + git branch -f renovate/lock-file-maintenance b9b6231148b02dc08c4a93ea36a560a15af269b9 |
| 86 | 2026-07-13T08:42:11.564Z | + git checkout -f renovate/lock-file-maintenance |
| 87 | 2026-07-13T08:42:11.581Z | Switched to branch 'renovate/lock-file-maintenance' |
| 88 | 2026-07-13T08:42:11.584Z | + git reset --hard b9b6231148b02dc08c4a93ea36a560a15af269b9 |
| 89 | 2026-07-13T08:42:11.587Z | HEAD is now at b9b6231 Lock file maintenance |
| 90 | 2026-07-13T08:42:11.587Z | process exited: duration 1147 ms, exit code 0 |
| |
| 91 | 2026-07-13T08:42:11.593Z | starting task 4: "build" |
| 92 | 2026-07-13T08:42:11.596Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-13T08:42:11.599Z | ++ rustup show active-toolchain |
| 94 | 2026-07-13T08:42:11.602Z | 1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-13T08:42:11.602Z | ++ pushd xde |
| 96 | 2026-07-13T08:42:11.602Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-13T08:42:11.602Z | ++ rustup show active-toolchain |
| 98 | 2026-07-13T08:42:11.607Z | info: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos |
| 99 | 2026-07-13T08:42:11.764Z | info: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29) |
| 100 | 2026-07-13T08:42:11.766Z | info: downloading 6 components |
| 101 | 2026-07-13T08:42:25.232Z | nightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-13T08:42:25.335Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-13T08:42:25.339Z | +++ head -n 1 |
| 104 | 2026-07-13T08:42:25.339Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-13T08:42:25.386Z | ++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 106 | 2026-07-13T08:42:25.387Z | ++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 107 | 2026-07-13T08:42:25.387Z | ++ popd |
| 108 | 2026-07-13T08:42:25.390Z | /work/oxidecomputer/opte |
| 109 | 2026-07-13T08:42:25.390Z | + cargo --version |
| 110 | 2026-07-13T08:42:25.396Z | cargo 1.96.1 (356927216 2026-06-26) |
| 111 | 2026-07-13T08:42:25.399Z | + rustc --version |
| 112 | 2026-07-13T08:42:25.419Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 113 | 2026-07-13T08:42:25.423Z | + pushd bin/opteadm |
| 114 | 2026-07-13T08:42:25.423Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 115 | 2026-07-13T08:42:25.423Z | + header 'check style' |
| 116 | 2026-07-13T08:42:25.423Z | + echo '# ==== check style ==== #' |
| 117 | 2026-07-13T08:42:25.423Z | # ==== check style ==== # |
| 118 | 2026-07-13T08:42:25.423Z | + ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check |
| 119 | 2026-07-13T08:42:25.495Z | |
| 120 | 2026-07-13T08:42:25.495Z | real 0.070722145 |
| 121 | 2026-07-13T08:42:25.495Z | user 0.038613313 |
| 122 | 2026-07-13T08:42:25.495Z | sys 0.029448583 |
| 123 | 2026-07-13T08:42:25.495Z | trap 0.000000410 |
| 124 | 2026-07-13T08:42:25.495Z | tflt 0.000027470 |
| 125 | 2026-07-13T08:42:25.495Z | dflt 0.000006950 |
| 126 | 2026-07-13T08:42:25.495Z | kflt 0.000001610 |
| 127 | 2026-07-13T08:42:25.495Z | lock 0.031273556 |
| 128 | 2026-07-13T08:42:25.495Z | slp 0.049925264 |
| 129 | 2026-07-13T08:42:25.495Z | lat 0.000928130 |
| 130 | 2026-07-13T08:42:25.495Z | stop 0.000101310 |
| 131 | 2026-07-13T08:42:25.498Z | + header analyze |
| 132 | 2026-07-13T08:42:25.499Z | + echo '# ==== analyze ==== #' |
| 133 | 2026-07-13T08:42:25.499Z | # ==== analyze ==== # |
| 134 | 2026-07-13T08:42:25.499Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 135 | 2026-07-13T08:42:25.634Z | Updating crates.io index |
| 136 | 2026-07-13T08:42:25.637Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-07-13T08:42:26.285Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-07-13T08:42:26.695Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-07-13T08:42:27.025Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-07-13T08:42:27.249Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-07-13T08:42:27.489Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-07-13T08:42:27.726Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-07-13T08:42:29.461Z | Downloading crates ... |
| 144 | 2026-07-13T08:42:29.511Z | Downloaded anstream v1.0.0 |
| 145 | 2026-07-13T08:42:29.521Z | Downloaded clap_lex v1.1.0 |
| 146 | 2026-07-13T08:42:29.525Z | Downloaded hash32 v0.3.1 |
| 147 | 2026-07-13T08:42:29.528Z | Downloaded defmt-parser v1.0.0 |
| 148 | 2026-07-13T08:42:29.528Z | Downloaded anstyle-query v1.1.5 |
| 149 | 2026-07-13T08:42:29.531Z | Downloaded ident_case v1.0.1 |
| 150 | 2026-07-13T08:42:29.533Z | Downloaded heck v0.5.0 |
| 151 | 2026-07-13T08:42:29.533Z | Downloaded foreign-types v0.5.0 |
| 152 | 2026-07-13T08:42:29.533Z | Downloaded ingot-types v0.1.2 |
| 153 | 2026-07-13T08:42:29.536Z | Downloaded dyn-clone v1.0.20 |
| 154 | 2026-07-13T08:42:29.536Z | Downloaded fnv v1.0.7 |
| 155 | 2026-07-13T08:42:29.536Z | Downloaded defmt v0.3.100 |
| 156 | 2026-07-13T08:42:29.536Z | Downloaded aho-corasick v1.1.4 |
| 157 | 2026-07-13T08:42:29.539Z | Downloaded is_terminal_polyfill v1.70.2 |
| 158 | 2026-07-13T08:42:29.541Z | Downloaded cstr-argument v0.1.2 |
| 159 | 2026-07-13T08:42:29.544Z | Downloaded ipnetwork v0.21.1 |
| 160 | 2026-07-13T08:42:29.547Z | Downloaded anstyle-parse v1.0.0 |
| 161 | 2026-07-13T08:42:29.553Z | Downloaded tabwriter v1.4.1 |
| 162 | 2026-07-13T08:42:29.555Z | Downloaded stable_deref_trait v1.2.1 |
| 163 | 2026-07-13T08:42:29.555Z | Downloaded embedded-io v0.6.1 |
| 164 | 2026-07-13T08:42:29.555Z | Downloaded errno v0.3.14 |
| 165 | 2026-07-13T08:42:29.558Z | Downloaded bitflags v1.3.2 |
| 166 | 2026-07-13T08:42:29.561Z | Downloaded oxnet v0.1.6 |
| 167 | 2026-07-13T08:42:29.561Z | Downloaded defmt v1.1.1 |
| 168 | 2026-07-13T08:42:29.563Z | Downloaded cpufeatures v0.3.0 |
| 169 | 2026-07-13T08:42:29.566Z | Downloaded cfg-if v1.0.4 |
| 170 | 2026-07-13T08:42:29.569Z | Downloaded darling_macro v0.21.3 |
| 171 | 2026-07-13T08:42:29.571Z | Downloaded foreign-types-shared v0.3.1 |
| 172 | 2026-07-13T08:42:29.577Z | Downloaded managed v0.8.0 |
| 173 | 2026-07-13T08:42:29.580Z | Downloaded equivalent v1.0.2 |
| 174 | 2026-07-13T08:42:29.580Z | Downloaded foreign-types-macros v0.2.3 |
| 175 | 2026-07-13T08:42:29.582Z | Downloaded ref-cast-impl v1.0.25 |
| 176 | 2026-07-13T08:42:29.590Z | Downloaded colorchoice v1.0.5 |
| 177 | 2026-07-13T08:42:29.601Z | Downloaded embedded-io v0.4.0 |
| 178 | 2026-07-13T08:42:29.607Z | Downloaded ref-cast v1.0.25 |
| 179 | 2026-07-13T08:42:29.613Z | Downloaded darling v0.21.3 |
| 180 | 2026-07-13T08:42:29.619Z | Downloaded version_check v0.9.5 |
| 181 | 2026-07-13T08:42:29.622Z | Downloaded terminal_size v0.4.4 |
| 182 | 2026-07-13T08:42:29.625Z | Downloaded cobs v0.3.0 |
| 183 | 2026-07-13T08:42:29.630Z | Downloaded utf8parse v0.2.2 |
| 184 | 2026-07-13T08:42:29.633Z | Downloaded pretty-hex v0.4.2 |
| 185 | 2026-07-13T08:42:29.633Z | Downloaded strsim v0.11.1 |
| 186 | 2026-07-13T08:42:29.635Z | Downloaded quote v1.0.46 |
| 187 | 2026-07-13T08:42:29.635Z | Downloaded proc-macro-crate v3.5.0 |
| 188 | 2026-07-13T08:42:29.640Z | Downloaded rand_core v0.10.1 |
| 189 | 2026-07-13T08:42:29.646Z | Downloaded num_enum v0.7.6 |
| 190 | 2026-07-13T08:42:29.648Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 191 | 2026-07-13T08:42:29.651Z | Downloaded chacha20 v0.10.1 |
| 192 | 2026-07-13T08:42:29.651Z | Downloaded thiserror-impl v2.0.18 |
| 193 | 2026-07-13T08:42:29.654Z | Downloaded ingot-macros v0.1.1 |
| 194 | 2026-07-13T08:42:29.654Z | Downloaded colored v3.1.1 |
| 195 | 2026-07-13T08:42:29.654Z | Downloaded ingot v0.1.1 |
| 196 | 2026-07-13T08:42:29.657Z | Downloaded byteorder v1.5.0 |
| 197 | 2026-07-13T08:42:29.657Z | Downloaded anstyle v1.0.14 |
| 198 | 2026-07-13T08:42:29.659Z | Downloaded anyhow v1.0.103 |
| 199 | 2026-07-13T08:42:29.663Z | Downloaded thiserror v2.0.18 |
| 200 | 2026-07-13T08:42:29.666Z | Downloaded either v1.16.0 |
| 201 | 2026-07-13T08:42:29.670Z | Downloaded macaddr v1.0.1 |
| 202 | 2026-07-13T08:42:29.677Z | Downloaded rustversion v1.0.23 |
| 203 | 2026-07-13T08:42:29.679Z | Downloaded num_enum_derive v0.7.6 |
| 204 | 2026-07-13T08:42:29.682Z | Downloaded clap_derive v4.6.1 |
| 205 | 2026-07-13T08:42:29.685Z | Downloaded once_cell v1.21.4 |
| 206 | 2026-07-13T08:42:29.688Z | Downloaded postcard v1.1.3 |
| 207 | 2026-07-13T08:42:29.691Z | Downloaded defmt-macros v1.1.1 |
| 208 | 2026-07-13T08:42:29.694Z | Downloaded pin-project-lite v0.2.17 |
| 209 | 2026-07-13T08:42:29.696Z | Downloaded tracing-attributes v0.1.31 |
| 210 | 2026-07-13T08:42:29.696Z | Downloaded clap v4.6.1 |
| 211 | 2026-07-13T08:42:29.706Z | Downloaded serde_derive v1.0.228 |
| 212 | 2026-07-13T08:42:29.710Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 213 | 2026-07-13T08:42:29.721Z | Downloaded getrandom v0.4.3 |
| 214 | 2026-07-13T08:42:29.723Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 215 | 2026-07-13T08:42:29.726Z | Downloaded darling_core v0.21.3 |
| 216 | 2026-07-13T08:42:29.729Z | Downloaded unicode-ident v1.0.24 |
| 217 | 2026-07-13T08:42:29.731Z | Downloaded bitflags v2.13.0 |
| 218 | 2026-07-13T08:42:29.734Z | Downloaded proc-macro2 v1.0.106 |
| 219 | 2026-07-13T08:42:29.735Z | Downloaded socket2 v0.6.4 |
| 220 | 2026-07-13T08:42:29.737Z | Downloaded heapless v0.8.0 |
| 221 | 2026-07-13T08:42:29.740Z | Downloaded serde_core v1.0.228 |
| 222 | 2026-07-13T08:42:29.760Z | Downloaded uuid v1.23.5 |
| 223 | 2026-07-13T08:42:29.763Z | Downloaded tracing-core v0.1.36 |
| 224 | 2026-07-13T08:42:29.776Z | Downloaded serde v1.0.228 |
| 225 | 2026-07-13T08:42:29.790Z | Downloaded rand v0.10.2 |
| 226 | 2026-07-13T08:42:29.793Z | Downloaded memchr v2.8.3 |
| 227 | 2026-07-13T08:42:29.796Z | Downloaded zerocopy-derive v0.8.54 |
| 228 | 2026-07-13T08:42:29.803Z | Downloaded indexmap v2.14.0 |
| 229 | 2026-07-13T08:42:29.810Z | Downloaded itertools v0.14.0 |
| 230 | 2026-07-13T08:42:29.831Z | Downloaded hashbrown v0.17.1 |
| 231 | 2026-07-13T08:42:29.843Z | Downloaded clap_builder v4.6.0 |
| 232 | 2026-07-13T08:42:29.849Z | Downloaded regex v1.13.0 |
| 233 | 2026-07-13T08:42:29.880Z | Downloaded winnow v1.0.3 |
| 234 | 2026-07-13T08:42:29.903Z | Downloaded syn v1.0.109 |
| 235 | 2026-07-13T08:42:29.918Z | Downloaded unicode-width v0.2.2 |
| 236 | 2026-07-13T08:42:29.930Z | Downloaded zerocopy v0.8.54 |
| 237 | 2026-07-13T08:42:29.940Z | Downloaded syn v2.0.118 |
| 238 | 2026-07-13T08:42:29.945Z | Downloaded smoltcp v0.11.0 |
| 239 | 2026-07-13T08:42:29.960Z | Downloaded regex-syntax v0.8.11 |
| 240 | 2026-07-13T08:42:29.966Z | Downloaded rustix v1.1.4 |
| 241 | 2026-07-13T08:42:29.980Z | Downloaded tracing v0.1.44 |
| 242 | 2026-07-13T08:42:29.993Z | Downloaded regex-automata v0.4.15 |
| 243 | 2026-07-13T08:42:30.008Z | Downloaded libc v0.2.186 |
| 244 | 2026-07-13T08:42:30.070Z | Compiling proc-macro2 v1.0.106 |
| 245 | 2026-07-13T08:42:30.070Z | Compiling quote v1.0.46 |
| 246 | 2026-07-13T08:42:30.070Z | Compiling unicode-ident v1.0.24 |
| 247 | 2026-07-13T08:42:30.073Z | Compiling serde_core v1.0.228 |
| 248 | 2026-07-13T08:42:30.073Z | Compiling libc v0.2.186 |
| 249 | 2026-07-13T08:42:30.073Z | Checking cfg-if v1.0.4 |
| 250 | 2026-07-13T08:42:30.073Z | Compiling strsim v0.11.1 |
| 251 | 2026-07-13T08:42:30.073Z | Compiling thiserror v2.0.18 |
| 252 | 2026-07-13T08:42:30.196Z | Compiling ident_case v1.0.1 |
| 253 | 2026-07-13T08:42:30.272Z | Compiling memchr v2.8.3 |
| 254 | 2026-07-13T08:42:30.306Z | Compiling fnv v1.0.7 |
| 255 | 2026-07-13T08:42:30.393Z | Compiling regex-syntax v0.8.11 |
| 256 | 2026-07-13T08:42:30.434Z | Compiling winnow v1.0.3 |
| 257 | 2026-07-13T08:42:30.557Z | Compiling equivalent v1.0.2 |
| 258 | 2026-07-13T08:42:30.631Z | Compiling zerocopy v0.8.54 |
| 259 | 2026-07-13T08:42:30.712Z | Compiling aho-corasick v1.1.4 |
| 260 | 2026-07-13T08:42:30.828Z | Compiling hashbrown v0.17.1 |
| 261 | 2026-07-13T08:42:30.839Z | Compiling either v1.16.0 |
| 262 | 2026-07-13T08:42:31.023Z | Compiling serde v1.0.228 |
| 263 | 2026-07-13T08:42:31.040Z | Compiling anyhow v1.0.103 |
| 264 | 2026-07-13T08:42:31.350Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 265 | 2026-07-13T08:42:31.369Z | Compiling indexmap v2.14.0 |
| 266 | 2026-07-13T08:42:31.442Z | Compiling itertools v0.14.0 |
| 267 | 2026-07-13T08:42:31.469Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 268 | 2026-07-13T08:42:31.578Z | Compiling syn v2.0.118 |
| 269 | 2026-07-13T08:42:31.692Z | Checking byteorder v1.5.0 |
| 270 | 2026-07-13T08:42:31.847Z | Compiling regex-automata v0.4.15 |
| 271 | 2026-07-13T08:42:31.893Z | Compiling heapless v0.8.0 |
| 272 | 2026-07-13T08:42:31.959Z | Checking bitflags v2.13.0 |
| 273 | 2026-07-13T08:42:31.974Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 274 | 2026-07-13T08:42:32.142Z | Checking hash32 v0.3.1 |
| 275 | 2026-07-13T08:42:32.150Z | Checking stable_deref_trait v1.2.1 |
| 276 | 2026-07-13T08:42:32.215Z | Checking macaddr v1.0.1 |
| 277 | 2026-07-13T08:42:32.249Z | Compiling rustversion v1.0.23 |
| 278 | 2026-07-13T08:42:32.359Z | Compiling syn v1.0.109 |
| 279 | 2026-07-13T08:42:32.405Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 280 | 2026-07-13T08:42:32.479Z | Compiling smoltcp v0.11.0 |
| 281 | 2026-07-13T08:42:32.657Z | Compiling proc-macro-crate v3.5.0 |
| 282 | 2026-07-13T08:42:32.728Z | Checking bitflags v1.3.2 |
| 283 | 2026-07-13T08:42:32.735Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 284 | 2026-07-13T08:42:32.792Z | Compiling ref-cast v1.0.25 |
| 285 | 2026-07-13T08:42:32.844Z | Checking rand_core v0.10.1 |
| 286 | 2026-07-13T08:42:32.936Z | Compiling getrandom v0.4.3 |
| 287 | 2026-07-13T08:42:32.958Z | Compiling version_check v0.9.5 |
| 288 | 2026-07-13T08:42:32.982Z | Compiling rustix v1.1.4 |
| 289 | 2026-07-13T08:42:33.033Z | Checking managed v0.8.0 |
| 290 | 2026-07-13T08:42:33.224Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 291 | 2026-07-13T08:42:33.230Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 292 | 2026-07-13T08:42:33.489Z | Checking errno v0.3.14 |
| 293 | 2026-07-13T08:42:33.533Z | Checking utf8parse v0.2.2 |
| 294 | 2026-07-13T08:42:33.540Z | Checking unicode-width v0.2.2 |
| 295 | 2026-07-13T08:42:33.599Z | Compiling regex v1.13.0 |
| 296 | 2026-07-13T08:42:33.627Z | Checking foreign-types-shared v0.3.1 |
| 297 | 2026-07-13T08:42:33.706Z | Checking cpufeatures v0.3.0 |
| 298 | 2026-07-13T08:42:33.729Z | Checking ipnetwork v0.21.1 |
| 299 | 2026-07-13T08:42:33.779Z | Checking once_cell v1.21.4 |
| 300 | 2026-07-13T08:42:33.901Z | Checking tabwriter v1.4.1 |
| 301 | 2026-07-13T08:42:33.953Z | Checking tracing-core v0.1.36 |
| 302 | 2026-07-13T08:42:33.991Z | Checking chacha20 v0.10.1 |
| 303 | 2026-07-13T08:42:34.037Z | Checking anstyle-parse v1.0.0 |
| 304 | 2026-07-13T08:42:34.128Z | Checking cstr-argument v0.1.2 |
| 305 | 2026-07-13T08:42:34.186Z | Compiling darling_core v0.21.3 |
| 306 | 2026-07-13T08:42:34.475Z | Checking anstyle v1.0.14 |
| 307 | 2026-07-13T08:42:34.482Z | Checking dyn-clone v1.0.20 |
| 308 | 2026-07-13T08:42:34.576Z | Checking colorchoice v1.0.5 |
| 309 | 2026-07-13T08:42:34.593Z | Checking is_terminal_polyfill v1.70.2 |
| 310 | 2026-07-13T08:42:34.593Z | Checking anstyle-query v1.1.5 |
| 311 | 2026-07-13T08:42:34.648Z | Checking pretty-hex v0.4.2 |
| 312 | 2026-07-13T08:42:34.665Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 313 | 2026-07-13T08:42:34.668Z | Checking pin-project-lite v0.2.17 |
| 314 | 2026-07-13T08:42:34.668Z | Checking terminal_size v0.4.4 |
| 315 | 2026-07-13T08:42:34.681Z | Checking anstream v1.0.0 |
| 316 | 2026-07-13T08:42:34.777Z | Checking rand v0.10.2 |
| 317 | 2026-07-13T08:42:34.875Z | Checking uuid v1.23.5 |
| 318 | 2026-07-13T08:42:34.899Z | Checking socket2 v0.6.4 |
| 319 | 2026-07-13T08:42:34.948Z | Checking oxnet v0.1.6 |
| 320 | 2026-07-13T08:42:35.054Z | Checking colored v3.1.1 |
| 321 | 2026-07-13T08:42:35.125Z | Compiling heck v0.5.0 |
| 322 | 2026-07-13T08:42:35.128Z | Checking clap_lex v1.1.0 |
| 323 | 2026-07-13T08:42:35.249Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 324 | 2026-07-13T08:42:35.304Z | Checking clap_builder v4.6.0 |
| 325 | 2026-07-13T08:42:35.378Z | Compiling thiserror-impl v2.0.18 |
| 326 | 2026-07-13T08:42:35.392Z | Compiling serde_derive v1.0.228 |
| 327 | 2026-07-13T08:42:35.401Z | Compiling zerocopy-derive v0.8.54 |
| 328 | 2026-07-13T08:42:35.679Z | Compiling num_enum_derive v0.7.6 |
| 329 | 2026-07-13T08:42:36.094Z | Compiling foreign-types-macros v0.2.3 |
| 330 | 2026-07-13T08:42:36.230Z | Compiling ref-cast-impl v1.0.25 |
| 331 | 2026-07-13T08:42:36.291Z | Compiling darling_macro v0.21.3 |
| 332 | 2026-07-13T08:42:36.573Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 333 | 2026-07-13T08:42:36.683Z | Checking cobs v0.3.0 |
| 334 | 2026-07-13T08:42:36.690Z | Checking num_enum v0.7.6 |
| 335 | 2026-07-13T08:42:36.722Z | Checking foreign-types v0.5.0 |
| 336 | 2026-07-13T08:42:36.786Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 337 | 2026-07-13T08:42:36.794Z | Compiling tracing-attributes v0.1.31 |
| 338 | 2026-07-13T08:42:36.820Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 339 | 2026-07-13T08:42:36.848Z | Compiling darling v0.21.3 |
| 340 | 2026-07-13T08:42:36.909Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 341 | 2026-07-13T08:42:36.922Z | Compiling ingot-macros v0.1.1 |
| 342 | 2026-07-13T08:42:36.970Z | Compiling clap_derive v4.6.1 |
| 343 | 2026-07-13T08:42:37.074Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 344 | 2026-07-13T08:42:37.839Z | Checking tracing v0.1.44 |
| 345 | 2026-07-13T08:42:38.228Z | Checking postcard v1.1.3 |
| 346 | 2026-07-13T08:42:38.372Z | Checking clap v4.6.1 |
| 347 | 2026-07-13T08:42:39.444Z | Checking ingot-types v0.1.2 |
| 348 | 2026-07-13T08:42:39.717Z | Checking ingot v0.1.1 |
| 349 | 2026-07-13T08:42:41.024Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 350 | 2026-07-13T08:42:42.225Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 351 | 2026-07-13T08:42:43.443Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 352 | 2026-07-13T08:42:44.257Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.71s |
| 353 | 2026-07-13T08:42:44.367Z | |
| 354 | 2026-07-13T08:42:44.367Z | real 18.866056317 |
| 355 | 2026-07-13T08:42:44.367Z | user 54.365888295 |
| 356 | 2026-07-13T08:42:44.367Z | sys 13.598948193 |
| 357 | 2026-07-13T08:42:44.367Z | trap 0.043082284 |
| 358 | 2026-07-13T08:42:44.367Z | tflt 0.061713491 |
| 359 | 2026-07-13T08:42:44.367Z | dflt 0.185075943 |
| 360 | 2026-07-13T08:42:44.367Z | kflt 0.006219551 |
| 361 | 2026-07-13T08:42:44.367Z | lock 3:21.744780416 |
| 362 | 2026-07-13T08:42:44.367Z | slp 3:03.474162695 |
| 363 | 2026-07-13T08:42:44.367Z | lat 3.139153504 |
| 364 | 2026-07-13T08:42:44.367Z | stop 12.086455976 |
| 365 | 2026-07-13T08:42:44.370Z | + header 'debug build' |
| 366 | 2026-07-13T08:42:44.370Z | + echo '# ==== debug build ==== #' |
| 367 | 2026-07-13T08:42:44.370Z | + ptime -m cargo build |
| 368 | 2026-07-13T08:42:44.370Z | # ==== debug build ==== # |
| 369 | 2026-07-13T08:42:44.524Z | Compiling cfg-if v1.0.4 |
| 370 | 2026-07-13T08:42:44.524Z | Compiling serde_core v1.0.228 |
| 371 | 2026-07-13T08:42:44.524Z | Compiling libc v0.2.186 |
| 372 | 2026-07-13T08:42:44.551Z | Compiling thiserror v2.0.18 |
| 373 | 2026-07-13T08:42:44.554Z | Compiling byteorder v1.5.0 |
| 374 | 2026-07-13T08:42:44.557Z | Compiling zerocopy v0.8.54 |
| 375 | 2026-07-13T08:42:44.560Z | Compiling macaddr v1.0.1 |
| 376 | 2026-07-13T08:42:44.560Z | Compiling stable_deref_trait v1.2.1 |
| 377 | 2026-07-13T08:42:44.599Z | Compiling managed v0.8.0 |
| 378 | 2026-07-13T08:42:44.613Z | Compiling bitflags v1.3.2 |
| 379 | 2026-07-13T08:42:44.627Z | Compiling cobs v0.3.0 |
| 380 | 2026-07-13T08:42:44.676Z | Compiling rand_core v0.10.1 |
| 381 | 2026-07-13T08:42:44.718Z | Compiling hash32 v0.3.1 |
| 382 | 2026-07-13T08:42:44.797Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 383 | 2026-07-13T08:42:44.822Z | Compiling heapless v0.8.0 |
| 384 | 2026-07-13T08:42:44.826Z | Compiling errno v0.3.14 |
| 385 | 2026-07-13T08:42:44.862Z | Compiling foreign-types-shared v0.3.1 |
| 386 | 2026-07-13T08:42:44.877Z | Compiling cpufeatures v0.3.0 |
| 387 | 2026-07-13T08:42:44.892Z | Compiling memchr v2.8.3 |
| 388 | 2026-07-13T08:42:44.936Z | Compiling utf8parse v0.2.2 |
| 389 | 2026-07-13T08:42:44.936Z | Compiling once_cell v1.21.4 |
| 390 | 2026-07-13T08:42:44.978Z | Compiling ipnetwork v0.21.1 |
| 391 | 2026-07-13T08:42:45.027Z | Compiling unicode-width v0.2.2 |
| 392 | 2026-07-13T08:42:45.067Z | Compiling anstyle-parse v1.0.0 |
| 393 | 2026-07-13T08:42:45.161Z | Compiling tracing-core v0.1.36 |
| 394 | 2026-07-13T08:42:45.233Z | Compiling smoltcp v0.11.0 |
| 395 | 2026-07-13T08:42:45.271Z | Compiling tabwriter v1.4.1 |
| 396 | 2026-07-13T08:42:45.323Z | Compiling cstr-argument v0.1.2 |
| 397 | 2026-07-13T08:42:45.491Z | Compiling chacha20 v0.10.1 |
| 398 | 2026-07-13T08:42:45.497Z | Compiling foreign-types v0.5.0 |
| 399 | 2026-07-13T08:42:45.562Z | Compiling ref-cast v1.0.25 |
| 400 | 2026-07-13T08:42:45.655Z | Compiling num_enum v0.7.6 |
| 401 | 2026-07-13T08:42:45.685Z | Compiling getrandom v0.4.3 |
| 402 | 2026-07-13T08:42:45.761Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 403 | 2026-07-13T08:42:45.822Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 404 | 2026-07-13T08:42:45.866Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 405 | 2026-07-13T08:42:45.891Z | Compiling anstyle-query v1.1.5 |
| 406 | 2026-07-13T08:42:45.920Z | Compiling dyn-clone v1.0.20 |
| 407 | 2026-07-13T08:42:45.992Z | Compiling anstyle v1.0.14 |
| 408 | 2026-07-13T08:42:46.057Z | Compiling pretty-hex v0.4.2 |
| 409 | 2026-07-13T08:42:46.079Z | Compiling colorchoice v1.0.5 |
| 410 | 2026-07-13T08:42:46.190Z | Compiling pin-project-lite v0.2.17 |
| 411 | 2026-07-13T08:42:46.194Z | Compiling bitflags v2.13.0 |
| 412 | 2026-07-13T08:42:46.262Z | Compiling serde v1.0.228 |
| 413 | 2026-07-13T08:42:46.278Z | Compiling is_terminal_polyfill v1.70.2 |
| 414 | 2026-07-13T08:42:46.360Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 415 | 2026-07-13T08:42:46.428Z | Compiling rustix v1.1.4 |
| 416 | 2026-07-13T08:42:46.444Z | Compiling anstream v1.0.0 |
| 417 | 2026-07-13T08:42:46.483Z | Compiling tracing v0.1.44 |
| 418 | 2026-07-13T08:42:46.641Z | Compiling uuid v1.23.5 |
| 419 | 2026-07-13T08:42:46.844Z | Compiling postcard v1.1.3 |
| 420 | 2026-07-13T08:42:46.930Z | Compiling terminal_size v0.4.4 |
| 421 | 2026-07-13T08:42:46.949Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 422 | 2026-07-13T08:42:46.990Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 423 | 2026-07-13T08:42:47.097Z | Compiling anyhow v1.0.103 |
| 424 | 2026-07-13T08:42:47.162Z | Compiling rand v0.10.2 |
| 425 | 2026-07-13T08:42:47.215Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 426 | 2026-07-13T08:42:47.300Z | Compiling socket2 v0.6.4 |
| 427 | 2026-07-13T08:42:47.332Z | Compiling clap_lex v1.1.0 |
| 428 | 2026-07-13T08:42:47.497Z | Compiling ingot-types v0.1.2 |
| 429 | 2026-07-13T08:42:47.573Z | Compiling colored v3.1.1 |
| 430 | 2026-07-13T08:42:47.651Z | Compiling winnow v1.0.3 |
| 431 | 2026-07-13T08:42:47.733Z | Compiling strsim v0.11.1 |
| 432 | 2026-07-13T08:42:47.909Z | Compiling ingot v0.1.1 |
| 433 | 2026-07-13T08:42:47.959Z | Compiling oxnet v0.1.6 |
| 434 | 2026-07-13T08:42:48.162Z | Compiling clap_builder v4.6.0 |
| 435 | 2026-07-13T08:42:48.418Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 436 | 2026-07-13T08:42:48.665Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 437 | 2026-07-13T08:42:49.590Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 438 | 2026-07-13T08:42:49.774Z | Compiling clap v4.6.1 |
| 439 | 2026-07-13T08:42:51.221Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 440 | 2026-07-13T08:42:52.675Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 441 | 2026-07-13T08:42:57.079Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.70s |
| 442 | 2026-07-13T08:42:57.107Z | |
| 443 | 2026-07-13T08:42:57.107Z | real 12.730047321 |
| 444 | 2026-07-13T08:42:57.107Z | user 1:05.069236425 |
| 445 | 2026-07-13T08:42:57.107Z | sys 6.083305774 |
| 446 | 2026-07-13T08:42:57.110Z | trap 0.029519631 |
| 447 | 2026-07-13T08:42:57.110Z | tflt 0.129695595 |
| 448 | 2026-07-13T08:42:57.110Z | dflt 0.280104363 |
| 449 | 2026-07-13T08:42:57.110Z | kflt 0.000034700 |
| 450 | 2026-07-13T08:42:57.110Z | lock 2:56.969794471 |
| 451 | 2026-07-13T08:42:57.110Z | slp 1:56.034987513 |
| 452 | 2026-07-13T08:42:57.111Z | lat 4.552105346 |
| 453 | 2026-07-13T08:42:57.111Z | stop 3.976403066 |
| 454 | 2026-07-13T08:42:57.111Z | + header 'release build' |
| 455 | 2026-07-13T08:42:57.111Z | + echo '# ==== release build ==== #' |
| 456 | 2026-07-13T08:42:57.111Z | # ==== release build ==== # |
| 457 | 2026-07-13T08:42:57.111Z | + ptime -m cargo build --release |
| 458 | 2026-07-13T08:42:57.203Z | Compiling proc-macro2 v1.0.106 |
| 459 | 2026-07-13T08:42:57.203Z | Compiling quote v1.0.46 |
| 460 | 2026-07-13T08:42:57.203Z | Compiling unicode-ident v1.0.24 |
| 461 | 2026-07-13T08:42:57.203Z | Compiling serde_core v1.0.228 |
| 462 | 2026-07-13T08:42:57.207Z | Compiling libc v0.2.186 |
| 463 | 2026-07-13T08:42:57.207Z | Compiling cfg-if v1.0.4 |
| 464 | 2026-07-13T08:42:57.207Z | Compiling strsim v0.11.1 |
| 465 | 2026-07-13T08:42:57.207Z | Compiling memchr v2.8.3 |
| 466 | 2026-07-13T08:42:57.275Z | Compiling thiserror v2.0.18 |
| 467 | 2026-07-13T08:42:57.322Z | Compiling fnv v1.0.7 |
| 468 | 2026-07-13T08:42:57.403Z | Compiling ident_case v1.0.1 |
| 469 | 2026-07-13T08:42:57.491Z | Compiling regex-syntax v0.8.11 |
| 470 | 2026-07-13T08:42:57.506Z | Compiling hashbrown v0.17.1 |
| 471 | 2026-07-13T08:42:57.533Z | Compiling winnow v1.0.3 |
| 472 | 2026-07-13T08:42:57.760Z | Compiling aho-corasick v1.1.4 |
| 473 | 2026-07-13T08:42:57.787Z | Compiling serde v1.0.228 |
| 474 | 2026-07-13T08:42:57.944Z | Compiling either v1.16.0 |
| 475 | 2026-07-13T08:42:58.036Z | Compiling zerocopy v0.8.54 |
| 476 | 2026-07-13T08:42:58.088Z | Compiling anyhow v1.0.103 |
| 477 | 2026-07-13T08:42:58.135Z | Compiling equivalent v1.0.2 |
| 478 | 2026-07-13T08:42:58.345Z | Compiling indexmap v2.14.0 |
| 479 | 2026-07-13T08:42:58.398Z | Compiling syn v2.0.118 |
| 480 | 2026-07-13T08:42:58.438Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 481 | 2026-07-13T08:42:58.441Z | Compiling itertools v0.14.0 |
| 482 | 2026-07-13T08:42:58.565Z | Compiling heapless v0.8.0 |
| 483 | 2026-07-13T08:42:58.865Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 484 | 2026-07-13T08:42:58.946Z | Compiling regex-automata v0.4.15 |
| 485 | 2026-07-13T08:42:58.966Z | Compiling byteorder v1.5.0 |
| 486 | 2026-07-13T08:42:59.074Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 487 | 2026-07-13T08:42:59.145Z | Compiling hash32 v0.3.1 |
| 488 | 2026-07-13T08:42:59.255Z | Compiling stable_deref_trait v1.2.1 |
| 489 | 2026-07-13T08:42:59.270Z | Compiling macaddr v1.0.1 |
| 490 | 2026-07-13T08:42:59.318Z | Compiling bitflags v2.13.0 |
| 491 | 2026-07-13T08:42:59.454Z | Compiling rustversion v1.0.23 |
| 492 | 2026-07-13T08:42:59.471Z | Compiling syn v1.0.109 |
| 493 | 2026-07-13T08:42:59.510Z | Compiling smoltcp v0.11.0 |
| 494 | 2026-07-13T08:42:59.657Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 495 | 2026-07-13T08:42:59.668Z | Compiling proc-macro-crate v3.5.0 |
| 496 | 2026-07-13T08:42:59.821Z | Compiling managed v0.8.0 |
| 497 | 2026-07-13T08:42:59.848Z | Compiling getrandom v0.4.3 |
| 498 | 2026-07-13T08:42:59.906Z | Compiling rand_core v0.10.1 |
| 499 | 2026-07-13T08:42:59.962Z | Compiling ref-cast v1.0.25 |
| 500 | 2026-07-13T08:43:00.047Z | Compiling version_check v0.9.5 |
| 501 | 2026-07-13T08:43:00.047Z | Compiling bitflags v1.3.2 |
| 502 | 2026-07-13T08:43:00.072Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 503 | 2026-07-13T08:43:00.105Z | Compiling rustix v1.1.4 |
| 504 | 2026-07-13T08:43:00.291Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 505 | 2026-07-13T08:43:00.305Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 506 | 2026-07-13T08:43:00.520Z | Compiling errno v0.3.14 |
| 507 | 2026-07-13T08:43:00.640Z | Compiling regex v1.13.0 |
| 508 | 2026-07-13T08:43:00.658Z | Compiling utf8parse v0.2.2 |
| 509 | 2026-07-13T08:43:00.662Z | Compiling once_cell v1.21.4 |
| 510 | 2026-07-13T08:43:00.692Z | Compiling cpufeatures v0.3.0 |
| 511 | 2026-07-13T08:43:00.751Z | Compiling foreign-types-shared v0.3.1 |
| 512 | 2026-07-13T08:43:00.755Z | Compiling ipnetwork v0.21.1 |
| 513 | 2026-07-13T08:43:00.832Z | Compiling unicode-width v0.2.2 |
| 514 | 2026-07-13T08:43:01.020Z | Compiling darling_core v0.21.3 |
| 515 | 2026-07-13T08:43:01.114Z | Compiling tabwriter v1.4.1 |
| 516 | 2026-07-13T08:43:01.117Z | Compiling tracing-core v0.1.36 |
| 517 | 2026-07-13T08:43:01.432Z | Compiling cstr-argument v0.1.2 |
| 518 | 2026-07-13T08:43:01.452Z | Compiling chacha20 v0.10.1 |
| 519 | 2026-07-13T08:43:01.583Z | Compiling anstyle-parse v1.0.0 |
| 520 | 2026-07-13T08:43:01.959Z | Compiling pretty-hex v0.4.2 |
| 521 | 2026-07-13T08:43:02.098Z | Compiling thiserror-impl v2.0.18 |
| 522 | 2026-07-13T08:43:02.137Z | Compiling serde_derive v1.0.228 |
| 523 | 2026-07-13T08:43:02.166Z | Compiling zerocopy-derive v0.8.54 |
| 524 | 2026-07-13T08:43:02.183Z | Compiling num_enum_derive v0.7.6 |
| 525 | 2026-07-13T08:43:02.497Z | Compiling ref-cast-impl v1.0.25 |
| 526 | 2026-07-13T08:43:03.009Z | Compiling foreign-types-macros v0.2.3 |
| 527 | 2026-07-13T08:43:03.142Z | Compiling darling_macro v0.21.3 |
| 528 | 2026-07-13T08:43:03.167Z | Compiling num_enum v0.7.6 |
| 529 | 2026-07-13T08:43:03.178Z | Compiling tracing-attributes v0.1.31 |
| 530 | 2026-07-13T08:43:03.273Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 531 | 2026-07-13T08:43:03.422Z | Compiling cobs v0.3.0 |
| 532 | 2026-07-13T08:43:03.605Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 533 | 2026-07-13T08:43:03.631Z | Compiling pin-project-lite v0.2.17 |
| 534 | 2026-07-13T08:43:03.636Z | Compiling foreign-types v0.5.0 |
| 535 | 2026-07-13T08:43:03.685Z | Compiling darling v0.21.3 |
| 536 | 2026-07-13T08:43:03.697Z | Compiling anstyle v1.0.14 |
| 537 | 2026-07-13T08:43:03.714Z | Compiling colorchoice v1.0.5 |
| 538 | 2026-07-13T08:43:03.751Z | Compiling ingot-macros v0.1.1 |
| 539 | 2026-07-13T08:43:03.756Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 540 | 2026-07-13T08:43:03.813Z | Compiling dyn-clone v1.0.20 |
| 541 | 2026-07-13T08:43:03.928Z | Compiling is_terminal_polyfill v1.70.2 |
| 542 | 2026-07-13T08:43:03.946Z | Compiling anstyle-query v1.1.5 |
| 543 | 2026-07-13T08:43:03.976Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 544 | 2026-07-13T08:43:04.007Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 545 | 2026-07-13T08:43:04.037Z | Compiling anstream v1.0.0 |
| 546 | 2026-07-13T08:43:04.080Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 547 | 2026-07-13T08:43:04.190Z | Compiling terminal_size v0.4.4 |
| 548 | 2026-07-13T08:43:04.321Z | Compiling rand v0.10.2 |
| 549 | 2026-07-13T08:43:04.398Z | Compiling tracing v0.1.44 |
| 550 | 2026-07-13T08:43:04.436Z | Compiling uuid v1.23.5 |
| 551 | 2026-07-13T08:43:04.486Z | Compiling socket2 v0.6.4 |
| 552 | 2026-07-13T08:43:04.711Z | Compiling colored v3.1.1 |
| 553 | 2026-07-13T08:43:04.851Z | Compiling heck v0.5.0 |
| 554 | 2026-07-13T08:43:04.855Z | Compiling clap_lex v1.1.0 |
| 555 | 2026-07-13T08:43:05.033Z | Compiling oxnet v0.1.6 |
| 556 | 2026-07-13T08:43:05.151Z | Compiling clap_derive v4.6.1 |
| 557 | 2026-07-13T08:43:05.264Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 558 | 2026-07-13T08:43:05.321Z | Compiling postcard v1.1.3 |
| 559 | 2026-07-13T08:43:05.406Z | Compiling clap_builder v4.6.0 |
| 560 | 2026-07-13T08:43:06.565Z | Compiling ingot-types v0.1.2 |
| 561 | 2026-07-13T08:43:06.881Z | Compiling ingot v0.1.1 |
| 562 | 2026-07-13T08:43:07.254Z | Compiling clap v4.6.1 |
| 563 | 2026-07-13T08:43:08.636Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 564 | 2026-07-13T08:43:09.641Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 565 | 2026-07-13T08:43:10.683Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 566 | 2026-07-13T08:43:17.231Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.11s |
| 567 | 2026-07-13T08:43:17.259Z | |
| 568 | 2026-07-13T08:43:17.262Z | real 20.141206801 |
| 569 | 2026-07-13T08:43:17.263Z | user 1:42.940857937 |
| 570 | 2026-07-13T08:43:17.263Z | sys 13.961039439 |
| 571 | 2026-07-13T08:43:17.263Z | trap 0.054220893 |
| 572 | 2026-07-13T08:43:17.263Z | tflt 0.089539360 |
| 573 | 2026-07-13T08:43:17.263Z | dflt 0.472984528 |
| 574 | 2026-07-13T08:43:17.263Z | kflt 0.000010330 |
| 575 | 2026-07-13T08:43:17.263Z | lock 4:27.124137039 |
| 576 | 2026-07-13T08:43:17.263Z | slp 3:27.806943117 |
| 577 | 2026-07-13T08:43:17.263Z | lat 4.328156516 |
| 578 | 2026-07-13T08:43:17.263Z | stop 8.592397836 |
| 579 | 2026-07-13T08:43:17.263Z | + popd |
| 580 | 2026-07-13T08:43:17.263Z | /work/oxidecomputer/opte |
| 581 | 2026-07-13T08:43:17.263Z | + for x in debug release |
| 582 | 2026-07-13T08:43:17.263Z | + mkdir -p /work/debug |
| 583 | 2026-07-13T08:43:17.263Z | + cp target/debug/opteadm /work/debug/ |
| 584 | 2026-07-13T08:43:17.285Z | + sha256sum target/debug/opteadm |
| 585 | 2026-07-13T08:43:17.310Z | + for x in debug release |
| 586 | 2026-07-13T08:43:17.310Z | + mkdir -p /work/release |
| 587 | 2026-07-13T08:43:17.313Z | + cp target/release/opteadm /work/release/ |
| 588 | 2026-07-13T08:43:17.328Z | + sha256sum target/release/opteadm |
| 589 | 2026-07-13T08:43:17.345Z | process exited: duration 65751 ms, exit code 0 |
| |
| 590 | 2026-07-13T08:43:17.355Z | found 4 output files |
| 591 | 2026-07-13T08:43:17.355Z | uploading: /work/debug/opteadm (36381360 bytes) |
| 592 | 2026-07-13T08:43:18.546Z | uploaded: /work/debug/opteadm |
| 593 | 2026-07-13T08:43:18.546Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
| 594 | 2026-07-13T08:43:19.554Z | uploaded: /work/debug/opteadm.debug.sha256 |
| 595 | 2026-07-13T08:43:19.554Z | uploading: /work/release/opteadm (24746608 bytes) |
| 596 | 2026-07-13T08:43:20.688Z | uploaded: /work/release/opteadm |
| 597 | 2026-07-13T08:43:20.688Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
| 598 | 2026-07-13T08:43:21.696Z | uploaded: /work/release/opteadm.release.sha256 |