|
|
|
| 1 | 2026-07-16T19:28:26.533Z | job assigned to worker 01KXP6C28QZDA18AJZT0XQ1NNJ [factory aws, i-0833e2dec115c3d49] (queued for 1 m 2 s) |
| |
| 2 | 2026-07-16T19:28:32.941Z | starting task 0: "setup" |
| 3 | 2026-07-16T19:28:32.948Z | ++ uname -s |
| 4 | 2026-07-16T19:28:32.948Z | + kern=SunOS |
| 5 | 2026-07-16T19:28:32.948Z | + build_user=build |
| 6 | 2026-07-16T19:28:32.948Z | + build_uid=12345 |
| 7 | 2026-07-16T19:28:32.948Z | + work_dir=/work |
| 8 | 2026-07-16T19:28:32.948Z | + input_dir=/input |
| 9 | 2026-07-16T19:28:32.948Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-16T19:28:32.948Z | + case "$kern" in |
| 11 | 2026-07-16T19:28:32.948Z | + groupadd -g 12345 build |
| 12 | 2026-07-16T19:28:32.960Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-16T19:28:34.955Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-16T19:28:35.071Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-16T19:28:35.078Z | + home_fs=zfs |
| 16 | 2026-07-16T19:28:35.079Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-16T19:28:35.079Z | + mkdir -p /home/build |
| 18 | 2026-07-16T19:28:35.079Z | + chown build:build /home/build /work |
| 19 | 2026-07-16T19:28:36.070Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-16T19:28:36.073Z | process exited: duration 3136 ms, exit code 0 |
| |
| 21 | 2026-07-16T19:28:36.079Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-16T19:28:36.083Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-16T19:28:36.083Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-16T19:28:36.083Z | * rust toolchain profile = "default" |
| 25 | 2026-07-16T19:28:36.083Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-16T19:28:36.083Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-16T19:28:36.086Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-16T19:28:36.086Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-16T19:28:36.086Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-16T19:28:36.169Z | info: downloading installer |
| 31 | 2026-07-16T19:28:37.460Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-16T19:28:37.460Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-16T19:28:37.460Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-16T19:28:37.460Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-16T19:28:37.472Z | info: profile set to default |
| 36 | 2026-07-16T19:28:37.472Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-16T19:28:37.475Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-16T19:28:37.616Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-16T19:28:37.619Z | info: downloading 6 components |
| 40 | 2026-07-16T19:28:53.408Z | |
| 41 | 2026-07-16T19:28:53.408Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 42 | 2026-07-16T19:28:53.435Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-16T19:28:53.435Z | |
| 44 | 2026-07-16T19:28:53.435Z | |
| 45 | 2026-07-16T19:28:53.435Z | Rust is installed now. Great! |
| 46 | 2026-07-16T19:28:53.435Z | |
| 47 | 2026-07-16T19:28:53.438Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-16T19:28:53.438Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-16T19:28:53.438Z | |
| 50 | 2026-07-16T19:28:53.438Z | To configure your current shell, you need to source |
| 51 | 2026-07-16T19:28:53.438Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-16T19:28:53.438Z | |
| 53 | 2026-07-16T19:28:53.438Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-16T19:28:53.438Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-16T19:28:53.438Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-16T19:28:53.438Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-16T19:28:53.438Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-16T19:28:53.438Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-16T19:28:53.438Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-16T19:28:53.438Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-16T19:28:53.438Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-16T19:28:53.539Z | + rustup --version |
| 63 | 2026-07-16T19:28:53.547Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-16T19:28:53.563Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-16T19:28:53.568Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-16T19:28:53.572Z | + cargo --version |
| 67 | 2026-07-16T19:28:53.585Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-16T19:28:53.588Z | + rustc --version |
| 69 | 2026-07-16T19:28:53.606Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-16T19:28:53.609Z | process exited: duration 17529 ms, exit code 0 |
| |
| 71 | 2026-07-16T19:28:53.618Z | starting task 2: "authentication" |
| 72 | 2026-07-16T19:28:53.634Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-07-16T19:28:53.640Z | starting task 3: "clone repository" |
| 74 | 2026-07-16T19:28:53.643Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-16T19:28:53.646Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-16T19:28:53.678Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-16T19:28:54.699Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-16T19:28:54.699Z | + git fetch origin 422997750e66c7abef4989baf0ef6f5c20ab5157 |
| 79 | 2026-07-16T19:28:54.939Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-16T19:28:54.939Z | * branch 422997750e66c7abef4989baf0ef6f5c20ab5157 -> FETCH_HEAD |
| 81 | 2026-07-16T19:28:54.944Z | + [[ -n icmp-ptb ]] |
| 82 | 2026-07-16T19:28:54.947Z | ++ git branch --show-current |
| 83 | 2026-07-16T19:28:54.947Z | + current=master |
| 84 | 2026-07-16T19:28:54.947Z | + [[ master != icmp-ptb ]] |
| 85 | 2026-07-16T19:28:54.947Z | + git branch -f icmp-ptb 422997750e66c7abef4989baf0ef6f5c20ab5157 |
| 86 | 2026-07-16T19:28:54.949Z | + git checkout -f icmp-ptb |
| 87 | 2026-07-16T19:28:54.976Z | Switched to branch 'icmp-ptb' |
| 88 | 2026-07-16T19:28:54.979Z | + git reset --hard 422997750e66c7abef4989baf0ef6f5c20ab5157 |
| 89 | 2026-07-16T19:28:55.008Z | HEAD is now at 4229977 Safety catch |
| 90 | 2026-07-16T19:28:55.012Z | process exited: duration 1369 ms, exit code 0 |
| |
| 91 | 2026-07-16T19:28:55.017Z | starting task 4: "build" |
| 92 | 2026-07-16T19:28:55.021Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-16T19:28:55.024Z | ++ rustup show active-toolchain |
| 94 | 2026-07-16T19:28:55.027Z | 1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-16T19:28:55.030Z | ++ pushd xde |
| 96 | 2026-07-16T19:28:55.030Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-16T19:28:55.030Z | ++ rustup show active-toolchain |
| 98 | 2026-07-16T19:28:55.034Z | info: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos |
| 99 | 2026-07-16T19:28:55.173Z | info: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29) |
| 100 | 2026-07-16T19:28:55.176Z | info: downloading 6 components |
| 101 | 2026-07-16T19:29:08.425Z | nightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-16T19:29:08.522Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-16T19:29:08.525Z | +++ head -n 1 |
| 104 | 2026-07-16T19:29:08.525Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-16T19:29:08.576Z | ++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 106 | 2026-07-16T19:29:08.576Z | ++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 107 | 2026-07-16T19:29:08.576Z | ++ popd |
| 108 | 2026-07-16T19:29:08.578Z | /work/oxidecomputer/opte |
| 109 | 2026-07-16T19:29:08.578Z | + cargo --version |
| 110 | 2026-07-16T19:29:08.585Z | cargo 1.96.1 (356927216 2026-06-26) |
| 111 | 2026-07-16T19:29:08.588Z | + rustc --version |
| 112 | 2026-07-16T19:29:08.608Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 113 | 2026-07-16T19:29:08.611Z | + pushd bin/opteadm |
| 114 | 2026-07-16T19:29:08.611Z | + header 'check style' |
| 115 | 2026-07-16T19:29:08.611Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 116 | 2026-07-16T19:29:08.611Z | + echo '# ==== check style ==== #' |
| 117 | 2026-07-16T19:29:08.611Z | # ==== check style ==== # |
| 118 | 2026-07-16T19:29:08.611Z | + ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check |
| 119 | 2026-07-16T19:29:08.682Z | |
| 120 | 2026-07-16T19:29:08.682Z | real 0.068517590 |
| 121 | 2026-07-16T19:29:08.682Z | user 0.038396341 |
| 122 | 2026-07-16T19:29:08.682Z | sys 0.027572491 |
| 123 | 2026-07-16T19:29:08.682Z | trap 0.000002538 |
| 124 | 2026-07-16T19:29:08.682Z | tflt 0.000022535 |
| 125 | 2026-07-16T19:29:08.682Z | dflt 0.000002389 |
| 126 | 2026-07-16T19:29:08.682Z | kflt 0.000000000 |
| 127 | 2026-07-16T19:29:08.682Z | lock 0.030301536 |
| 128 | 2026-07-16T19:29:08.682Z | slp 0.048194289 |
| 129 | 2026-07-16T19:29:08.682Z | lat 0.000749141 |
| 130 | 2026-07-16T19:29:08.682Z | stop 0.000099121 |
| 131 | 2026-07-16T19:29:08.686Z | + header analyze |
| 132 | 2026-07-16T19:29:08.686Z | + echo '# ==== analyze ==== #' |
| 133 | 2026-07-16T19:29:08.686Z | # ==== analyze ==== # |
| 134 | 2026-07-16T19:29:08.686Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 135 | 2026-07-16T19:29:08.813Z | Updating crates.io index |
| 136 | 2026-07-16T19:29:08.815Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-07-16T19:29:09.457Z | Updating git repository `https://github.com/oxidecomputer/ingot` |
| 138 | 2026-07-16T19:29:09.738Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 139 | 2026-07-16T19:29:10.013Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 140 | 2026-07-16T19:29:10.379Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 141 | 2026-07-16T19:29:10.602Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 142 | 2026-07-16T19:29:10.825Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 143 | 2026-07-16T19:29:11.078Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 144 | 2026-07-16T19:29:13.159Z | Downloading crates ... |
| 145 | 2026-07-16T19:29:13.211Z | Downloaded managed v0.8.0 |
| 146 | 2026-07-16T19:29:13.215Z | Downloaded embedded-io v0.6.1 |
| 147 | 2026-07-16T19:29:13.218Z | Downloaded cpufeatures v0.3.0 |
| 148 | 2026-07-16T19:29:13.242Z | Downloaded heck v0.5.0 |
| 149 | 2026-07-16T19:29:13.245Z | Downloaded defmt-parser v1.0.0 |
| 150 | 2026-07-16T19:29:13.245Z | Downloaded bitflags v1.3.2 |
| 151 | 2026-07-16T19:29:13.245Z | Downloaded foreign-types-shared v0.3.1 |
| 152 | 2026-07-16T19:29:13.247Z | Downloaded ref-cast v1.0.25 |
| 153 | 2026-07-16T19:29:13.250Z | Downloaded foreign-types v0.5.0 |
| 154 | 2026-07-16T19:29:13.250Z | Downloaded errno v0.3.14 |
| 155 | 2026-07-16T19:29:13.255Z | Downloaded hash32 v0.3.1 |
| 156 | 2026-07-16T19:29:13.257Z | Downloaded foreign-types-macros v0.2.3 |
| 157 | 2026-07-16T19:29:13.257Z | Downloaded cstr-argument v0.1.2 |
| 158 | 2026-07-16T19:29:13.261Z | Downloaded proc-macro-crate v3.5.0 |
| 159 | 2026-07-16T19:29:13.263Z | Downloaded stable_deref_trait v1.2.1 |
| 160 | 2026-07-16T19:29:13.263Z | Downloaded darling_macro v0.21.3 |
| 161 | 2026-07-16T19:29:13.268Z | Downloaded ref-cast-impl v1.0.25 |
| 162 | 2026-07-16T19:29:13.272Z | Downloaded utf8parse v0.2.2 |
| 163 | 2026-07-16T19:29:13.276Z | Downloaded strsim v0.11.1 |
| 164 | 2026-07-16T19:29:13.279Z | Downloaded terminal_size v0.4.4 |
| 165 | 2026-07-16T19:29:13.285Z | Downloaded pretty-hex v0.4.2 |
| 166 | 2026-07-16T19:29:13.290Z | Downloaded tabwriter v1.4.1 |
| 167 | 2026-07-16T19:29:13.297Z | Downloaded version_check v0.9.5 |
| 168 | 2026-07-16T19:29:13.300Z | Downloaded is_terminal_polyfill v1.70.2 |
| 169 | 2026-07-16T19:29:13.300Z | Downloaded ident_case v1.0.1 |
| 170 | 2026-07-16T19:29:13.300Z | Downloaded cobs v0.3.0 |
| 171 | 2026-07-16T19:29:13.300Z | Downloaded dyn-clone v1.0.20 |
| 172 | 2026-07-16T19:29:13.305Z | Downloaded defmt v0.3.100 |
| 173 | 2026-07-16T19:29:13.308Z | Downloaded macaddr v1.0.1 |
| 174 | 2026-07-16T19:29:13.308Z | Downloaded cfg-if v1.0.4 |
| 175 | 2026-07-16T19:29:13.308Z | Downloaded anstyle-query v1.1.5 |
| 176 | 2026-07-16T19:29:13.310Z | Downloaded fnv v1.0.7 |
| 177 | 2026-07-16T19:29:13.310Z | Downloaded embedded-io v0.4.0 |
| 178 | 2026-07-16T19:29:13.314Z | Downloaded colorchoice v1.0.5 |
| 179 | 2026-07-16T19:29:13.329Z | Downloaded either v1.16.0 |
| 180 | 2026-07-16T19:29:13.338Z | Downloaded oxnet v0.1.6 |
| 181 | 2026-07-16T19:29:13.341Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 182 | 2026-07-16T19:29:13.344Z | Downloaded rand_core v0.10.1 |
| 183 | 2026-07-16T19:29:13.346Z | Downloaded thiserror-impl v2.0.18 |
| 184 | 2026-07-16T19:29:13.349Z | Downloaded quote v1.0.46 |
| 185 | 2026-07-16T19:29:13.352Z | Downloaded num_enum v0.7.6 |
| 186 | 2026-07-16T19:29:13.355Z | Downloaded clap_lex v1.1.0 |
| 187 | 2026-07-16T19:29:13.358Z | Downloaded pin-project-lite v0.2.17 |
| 188 | 2026-07-16T19:29:13.362Z | Downloaded ipnetwork v0.21.1 |
| 189 | 2026-07-16T19:29:13.362Z | Downloaded anstream v1.0.0 |
| 190 | 2026-07-16T19:29:13.362Z | Downloaded equivalent v1.0.2 |
| 191 | 2026-07-16T19:29:13.367Z | Downloaded byteorder v1.5.0 |
| 192 | 2026-07-16T19:29:13.367Z | Downloaded defmt-macros v1.1.1 |
| 193 | 2026-07-16T19:29:13.367Z | Downloaded clap_derive v4.6.1 |
| 194 | 2026-07-16T19:29:13.370Z | Downloaded chacha20 v0.10.1 |
| 195 | 2026-07-16T19:29:13.370Z | Downloaded anstyle v1.0.14 |
| 196 | 2026-07-16T19:29:13.370Z | Downloaded anstyle-parse v1.0.0 |
| 197 | 2026-07-16T19:29:13.373Z | Downloaded postcard v1.1.3 |
| 198 | 2026-07-16T19:29:13.373Z | Downloaded anyhow v1.0.103 |
| 199 | 2026-07-16T19:29:13.376Z | Downloaded darling v0.21.3 |
| 200 | 2026-07-16T19:29:13.379Z | Downloaded once_cell v1.21.4 |
| 201 | 2026-07-16T19:29:13.379Z | Downloaded defmt v1.1.1 |
| 202 | 2026-07-16T19:29:13.383Z | Downloaded thiserror v2.0.18 |
| 203 | 2026-07-16T19:29:13.387Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 204 | 2026-07-16T19:29:13.387Z | Downloaded num_enum_derive v0.7.6 |
| 205 | 2026-07-16T19:29:13.387Z | Downloaded rustversion v1.0.22 |
| 206 | 2026-07-16T19:29:13.391Z | Downloaded tracing-attributes v0.1.31 |
| 207 | 2026-07-16T19:29:13.398Z | Downloaded colored v3.1.1 |
| 208 | 2026-07-16T19:29:13.401Z | Downloaded bitflags v2.13.0 |
| 209 | 2026-07-16T19:29:13.406Z | Downloaded serde_derive v1.0.228 |
| 210 | 2026-07-16T19:29:13.409Z | Downloaded clap v4.6.1 |
| 211 | 2026-07-16T19:29:13.414Z | Downloaded uuid v1.23.4 |
| 212 | 2026-07-16T19:29:13.420Z | Downloaded socket2 v0.6.4 |
| 213 | 2026-07-16T19:29:13.427Z | Downloaded proc-macro2 v1.0.106 |
| 214 | 2026-07-16T19:29:13.430Z | Downloaded unicode-ident v1.0.24 |
| 215 | 2026-07-16T19:29:13.434Z | Downloaded darling_core v0.21.3 |
| 216 | 2026-07-16T19:29:13.434Z | Downloaded getrandom v0.4.3 |
| 217 | 2026-07-16T19:29:13.437Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 218 | 2026-07-16T19:29:13.442Z | Downloaded tracing-core v0.1.36 |
| 219 | 2026-07-16T19:29:13.445Z | Downloaded serde_core v1.0.228 |
| 220 | 2026-07-16T19:29:13.470Z | Downloaded serde v1.0.228 |
| 221 | 2026-07-16T19:29:13.472Z | Downloaded heapless v0.8.0 |
| 222 | 2026-07-16T19:29:13.480Z | Downloaded zerocopy-derive v0.8.52 |
| 223 | 2026-07-16T19:29:13.486Z | Downloaded rand v0.10.2 |
| 224 | 2026-07-16T19:29:13.493Z | Downloaded memchr v2.8.2 |
| 225 | 2026-07-16T19:29:13.496Z | Downloaded indexmap v2.14.0 |
| 226 | 2026-07-16T19:29:13.536Z | Downloaded itertools v0.14.0 |
| 227 | 2026-07-16T19:29:13.539Z | Downloaded hashbrown v0.17.1 |
| 228 | 2026-07-16T19:29:13.552Z | Downloaded clap_builder v4.6.0 |
| 229 | 2026-07-16T19:29:13.556Z | Downloaded regex v1.12.4 |
| 230 | 2026-07-16T19:29:13.574Z | Downloaded winnow v1.0.3 |
| 231 | 2026-07-16T19:29:13.580Z | Downloaded aho-corasick v1.1.4 |
| 232 | 2026-07-16T19:29:13.599Z | Downloaded syn v1.0.109 |
| 233 | 2026-07-16T19:29:13.634Z | Downloaded zerocopy v0.8.52 |
| 234 | 2026-07-16T19:29:13.643Z | Downloaded unicode-width v0.2.2 |
| 235 | 2026-07-16T19:29:13.652Z | Downloaded smoltcp v0.11.0 |
| 236 | 2026-07-16T19:29:13.658Z | Downloaded syn v2.0.118 |
| 237 | 2026-07-16T19:29:13.671Z | Downloaded regex-syntax v0.8.11 |
| 238 | 2026-07-16T19:29:13.692Z | Downloaded rustix v1.1.4 |
| 239 | 2026-07-16T19:29:13.702Z | Downloaded tracing v0.1.44 |
| 240 | 2026-07-16T19:29:13.721Z | Downloaded regex-automata v0.4.14 |
| 241 | 2026-07-16T19:29:13.731Z | Downloaded libc v0.2.186 |
| 242 | 2026-07-16T19:29:13.793Z | Compiling proc-macro2 v1.0.106 |
| 243 | 2026-07-16T19:29:13.793Z | Compiling unicode-ident v1.0.24 |
| 244 | 2026-07-16T19:29:13.796Z | Compiling quote v1.0.46 |
| 245 | 2026-07-16T19:29:13.796Z | Compiling serde_core v1.0.228 |
| 246 | 2026-07-16T19:29:13.796Z | Compiling libc v0.2.186 |
| 247 | 2026-07-16T19:29:13.796Z | Checking cfg-if v1.0.4 |
| 248 | 2026-07-16T19:29:13.796Z | Compiling memchr v2.8.2 |
| 249 | 2026-07-16T19:29:13.796Z | Compiling ident_case v1.0.1 |
| 250 | 2026-07-16T19:29:13.919Z | Compiling strsim v0.11.1 |
| 251 | 2026-07-16T19:29:13.986Z | Compiling thiserror v2.0.18 |
| 252 | 2026-07-16T19:29:13.988Z | Compiling fnv v1.0.7 |
| 253 | 2026-07-16T19:29:14.072Z | Compiling regex-syntax v0.8.11 |
| 254 | 2026-07-16T19:29:14.219Z | Compiling either v1.16.0 |
| 255 | 2026-07-16T19:29:14.264Z | Compiling aho-corasick v1.1.4 |
| 256 | 2026-07-16T19:29:14.423Z | Compiling anyhow v1.0.103 |
| 257 | 2026-07-16T19:29:14.465Z | Compiling equivalent v1.0.2 |
| 258 | 2026-07-16T19:29:14.524Z | Compiling winnow v1.0.3 |
| 259 | 2026-07-16T19:29:14.541Z | Compiling hashbrown v0.17.1 |
| 260 | 2026-07-16T19:29:14.580Z | Compiling zerocopy v0.8.52 |
| 261 | 2026-07-16T19:29:14.743Z | Compiling serde v1.0.228 |
| 262 | 2026-07-16T19:29:15.107Z | Compiling indexmap v2.14.0 |
| 263 | 2026-07-16T19:29:15.121Z | Compiling itertools v0.14.0 |
| 264 | 2026-07-16T19:29:15.148Z | Compiling heapless v0.8.0 |
| 265 | 2026-07-16T19:29:15.237Z | Compiling syn v2.0.118 |
| 266 | 2026-07-16T19:29:15.466Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 267 | 2026-07-16T19:29:15.588Z | Compiling regex-automata v0.4.14 |
| 268 | 2026-07-16T19:29:15.729Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 269 | 2026-07-16T19:29:15.741Z | Checking bitflags v2.13.0 |
| 270 | 2026-07-16T19:29:15.744Z | Checking byteorder v1.5.0 |
| 271 | 2026-07-16T19:29:15.901Z | Checking hash32 v0.3.1 |
| 272 | 2026-07-16T19:29:15.916Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 273 | 2026-07-16T19:29:16.008Z | Checking stable_deref_trait v1.2.1 |
| 274 | 2026-07-16T19:29:16.034Z | Compiling syn v1.0.109 |
| 275 | 2026-07-16T19:29:16.074Z | Compiling rustversion v1.0.22 |
| 276 | 2026-07-16T19:29:16.117Z | Compiling smoltcp v0.11.0 |
| 277 | 2026-07-16T19:29:16.185Z | Checking macaddr v1.0.1 |
| 278 | 2026-07-16T19:29:16.323Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 279 | 2026-07-16T19:29:16.403Z | Compiling version_check v0.9.5 |
| 280 | 2026-07-16T19:29:16.465Z | Compiling proc-macro-crate v3.5.0 |
| 281 | 2026-07-16T19:29:16.470Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 282 | 2026-07-16T19:29:16.575Z | Checking bitflags v1.3.2 |
| 283 | 2026-07-16T19:29:16.637Z | Checking managed v0.8.0 |
| 284 | 2026-07-16T19:29:16.670Z | Checking rand_core v0.10.1 |
| 285 | 2026-07-16T19:29:16.688Z | Compiling getrandom v0.4.3 |
| 286 | 2026-07-16T19:29:16.743Z | Compiling rustix v1.1.4 |
| 287 | 2026-07-16T19:29:16.801Z | Compiling ref-cast v1.0.25 |
| 288 | 2026-07-16T19:29:16.828Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 289 | 2026-07-16T19:29:17.084Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 290 | 2026-07-16T19:29:17.182Z | Checking errno v0.3.14 |
| 291 | 2026-07-16T19:29:17.275Z | Checking cpufeatures v0.3.0 |
| 292 | 2026-07-16T19:29:17.295Z | Compiling regex v1.12.4 |
| 293 | 2026-07-16T19:29:17.335Z | Checking utf8parse v0.2.2 |
| 294 | 2026-07-16T19:29:17.397Z | Checking once_cell v1.21.4 |
| 295 | 2026-07-16T19:29:17.470Z | Checking foreign-types-shared v0.3.1 |
| 296 | 2026-07-16T19:29:17.552Z | Checking unicode-width v0.2.2 |
| 297 | 2026-07-16T19:29:17.568Z | Checking ipnetwork v0.21.1 |
| 298 | 2026-07-16T19:29:17.695Z | Checking tracing-core v0.1.36 |
| 299 | 2026-07-16T19:29:17.738Z | Checking anstyle-parse v1.0.0 |
| 300 | 2026-07-16T19:29:17.793Z | Checking tabwriter v1.4.1 |
| 301 | 2026-07-16T19:29:17.796Z | Checking cstr-argument v0.1.2 |
| 302 | 2026-07-16T19:29:17.885Z | Compiling darling_core v0.21.3 |
| 303 | 2026-07-16T19:29:17.908Z | Checking chacha20 v0.10.1 |
| 304 | 2026-07-16T19:29:18.193Z | Checking dyn-clone v1.0.20 |
| 305 | 2026-07-16T19:29:18.201Z | Checking colorchoice v1.0.5 |
| 306 | 2026-07-16T19:29:18.286Z | Checking pin-project-lite v0.2.17 |
| 307 | 2026-07-16T19:29:18.292Z | Checking anstyle-query v1.1.5 |
| 308 | 2026-07-16T19:29:18.312Z | Checking pretty-hex v0.4.2 |
| 309 | 2026-07-16T19:29:18.346Z | Checking anstyle v1.0.14 |
| 310 | 2026-07-16T19:29:18.367Z | Checking is_terminal_polyfill v1.70.2 |
| 311 | 2026-07-16T19:29:18.374Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 312 | 2026-07-16T19:29:18.414Z | Checking terminal_size v0.4.4 |
| 313 | 2026-07-16T19:29:18.516Z | Checking anstream v1.0.0 |
| 314 | 2026-07-16T19:29:18.523Z | Checking rand v0.10.2 |
| 315 | 2026-07-16T19:29:18.602Z | Checking uuid v1.23.4 |
| 316 | 2026-07-16T19:29:18.617Z | Checking socket2 v0.6.4 |
| 317 | 2026-07-16T19:29:18.744Z | Checking oxnet v0.1.6 |
| 318 | 2026-07-16T19:29:18.852Z | Checking colored v3.1.1 |
| 319 | 2026-07-16T19:29:18.862Z | Compiling heck v0.5.0 |
| 320 | 2026-07-16T19:29:18.924Z | Checking clap_lex v1.1.0 |
| 321 | 2026-07-16T19:29:18.981Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 322 | 2026-07-16T19:29:19.043Z | Compiling thiserror-impl v2.0.18 |
| 323 | 2026-07-16T19:29:19.043Z | Compiling serde_derive v1.0.228 |
| 324 | 2026-07-16T19:29:19.056Z | Compiling zerocopy-derive v0.8.52 |
| 325 | 2026-07-16T19:29:19.071Z | Compiling ref-cast-impl v1.0.25 |
| 326 | 2026-07-16T19:29:19.416Z | Compiling num_enum_derive v0.7.6 |
| 327 | 2026-07-16T19:29:19.673Z | Compiling foreign-types-macros v0.2.3 |
| 328 | 2026-07-16T19:29:19.820Z | Compiling tracing-attributes v0.1.31 |
| 329 | 2026-07-16T19:29:19.975Z | Compiling darling_macro v0.21.3 |
| 330 | 2026-07-16T19:29:20.347Z | Checking foreign-types v0.5.0 |
| 331 | 2026-07-16T19:29:20.392Z | Checking cobs v0.3.0 |
| 332 | 2026-07-16T19:29:20.392Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 333 | 2026-07-16T19:29:20.431Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 334 | 2026-07-16T19:29:20.461Z | Checking num_enum v0.7.6 |
| 335 | 2026-07-16T19:29:20.533Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 336 | 2026-07-16T19:29:20.573Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 337 | 2026-07-16T19:29:20.607Z | Compiling darling v0.21.3 |
| 338 | 2026-07-16T19:29:20.682Z | Compiling ingot-macros v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53) |
| 339 | 2026-07-16T19:29:20.700Z | Checking clap_builder v4.6.0 |
| 340 | 2026-07-16T19:29:20.730Z | Compiling clap_derive v4.6.1 |
| 341 | 2026-07-16T19:29:20.880Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 342 | 2026-07-16T19:29:21.119Z | Checking tracing v0.1.44 |
| 343 | 2026-07-16T19:29:22.008Z | Checking postcard v1.1.3 |
| 344 | 2026-07-16T19:29:22.086Z | Checking clap v4.6.1 |
| 345 | 2026-07-16T19:29:23.043Z | Checking ingot-types v0.1.2 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53) |
| 346 | 2026-07-16T19:29:23.307Z | Checking ingot v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53) |
| 347 | 2026-07-16T19:29:24.590Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 348 | 2026-07-16T19:29:25.801Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 349 | 2026-07-16T19:29:27.005Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 350 | 2026-07-16T19:29:27.817Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.08s |
| 351 | 2026-07-16T19:29:27.924Z | |
| 352 | 2026-07-16T19:29:27.924Z | real 19.236146631 |
| 353 | 2026-07-16T19:29:27.924Z | user 54.668570622 |
| 354 | 2026-07-16T19:29:27.924Z | sys 13.559692740 |
| 355 | 2026-07-16T19:29:27.924Z | trap 0.045510977 |
| 356 | 2026-07-16T19:29:27.928Z | tflt 0.052656499 |
| 357 | 2026-07-16T19:29:27.928Z | dflt 0.132636317 |
| 358 | 2026-07-16T19:29:27.928Z | kflt 0.005092444 |
| 359 | 2026-07-16T19:29:27.928Z | lock 3:24.266631563 |
| 360 | 2026-07-16T19:29:27.928Z | slp 3:06.619139566 |
| 361 | 2026-07-16T19:29:27.928Z | lat 3.203656870 |
| 362 | 2026-07-16T19:29:27.928Z | stop 12.346412766 |
| 363 | 2026-07-16T19:29:27.928Z | + header 'debug build' |
| 364 | 2026-07-16T19:29:27.928Z | + echo '# ==== debug build ==== #' |
| 365 | 2026-07-16T19:29:27.928Z | + ptime -m cargo build |
| 366 | 2026-07-16T19:29:27.928Z | # ==== debug build ==== # |
| 367 | 2026-07-16T19:29:28.078Z | Compiling cfg-if v1.0.4 |
| 368 | 2026-07-16T19:29:28.081Z | Compiling serde_core v1.0.228 |
| 369 | 2026-07-16T19:29:28.081Z | Compiling libc v0.2.186 |
| 370 | 2026-07-16T19:29:28.104Z | Compiling thiserror v2.0.18 |
| 371 | 2026-07-16T19:29:28.107Z | Compiling byteorder v1.5.0 |
| 372 | 2026-07-16T19:29:28.110Z | Compiling zerocopy v0.8.52 |
| 373 | 2026-07-16T19:29:28.114Z | Compiling macaddr v1.0.1 |
| 374 | 2026-07-16T19:29:28.114Z | Compiling stable_deref_trait v1.2.1 |
| 375 | 2026-07-16T19:29:28.156Z | Compiling bitflags v1.3.2 |
| 376 | 2026-07-16T19:29:28.165Z | Compiling cobs v0.3.0 |
| 377 | 2026-07-16T19:29:28.180Z | Compiling rand_core v0.10.1 |
| 378 | 2026-07-16T19:29:28.211Z | Compiling managed v0.8.0 |
| 379 | 2026-07-16T19:29:28.270Z | Compiling hash32 v0.3.1 |
| 380 | 2026-07-16T19:29:28.330Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 381 | 2026-07-16T19:29:28.349Z | Compiling ipnetwork v0.21.1 |
| 382 | 2026-07-16T19:29:28.412Z | Compiling heapless v0.8.0 |
| 383 | 2026-07-16T19:29:28.424Z | Compiling errno v0.3.14 |
| 384 | 2026-07-16T19:29:28.427Z | Compiling foreign-types-shared v0.3.1 |
| 385 | 2026-07-16T19:29:28.430Z | Compiling cpufeatures v0.3.0 |
| 386 | 2026-07-16T19:29:28.484Z | Compiling memchr v2.8.2 |
| 387 | 2026-07-16T19:29:28.499Z | Compiling unicode-width v0.2.2 |
| 388 | 2026-07-16T19:29:28.566Z | Compiling utf8parse v0.2.2 |
| 389 | 2026-07-16T19:29:28.582Z | Compiling once_cell v1.21.4 |
| 390 | 2026-07-16T19:29:28.661Z | Compiling anstyle-parse v1.0.0 |
| 391 | 2026-07-16T19:29:28.799Z | Compiling smoltcp v0.11.0 |
| 392 | 2026-07-16T19:29:28.814Z | Compiling tracing-core v0.1.36 |
| 393 | 2026-07-16T19:29:28.832Z | Compiling tabwriter v1.4.1 |
| 394 | 2026-07-16T19:29:28.857Z | Compiling cstr-argument v0.1.2 |
| 395 | 2026-07-16T19:29:28.904Z | Compiling chacha20 v0.10.1 |
| 396 | 2026-07-16T19:29:29.014Z | Compiling foreign-types v0.5.0 |
| 397 | 2026-07-16T19:29:29.081Z | Compiling getrandom v0.4.3 |
| 398 | 2026-07-16T19:29:29.239Z | Compiling ref-cast v1.0.25 |
| 399 | 2026-07-16T19:29:29.241Z | Compiling num_enum v0.7.6 |
| 400 | 2026-07-16T19:29:29.287Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 401 | 2026-07-16T19:29:29.332Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 402 | 2026-07-16T19:29:29.346Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 403 | 2026-07-16T19:29:29.387Z | Compiling dyn-clone v1.0.20 |
| 404 | 2026-07-16T19:29:29.441Z | Compiling anstyle-query v1.1.5 |
| 405 | 2026-07-16T19:29:29.545Z | Compiling pretty-hex v0.4.2 |
| 406 | 2026-07-16T19:29:29.559Z | Compiling anstyle v1.0.14 |
| 407 | 2026-07-16T19:29:29.645Z | Compiling pin-project-lite v0.2.17 |
| 408 | 2026-07-16T19:29:29.671Z | Compiling colorchoice v1.0.5 |
| 409 | 2026-07-16T19:29:29.732Z | Compiling is_terminal_polyfill v1.70.2 |
| 410 | 2026-07-16T19:29:29.783Z | Compiling bitflags v2.13.0 |
| 411 | 2026-07-16T19:29:29.813Z | Compiling serde v1.0.228 |
| 412 | 2026-07-16T19:29:29.818Z | Compiling anstream v1.0.0 |
| 413 | 2026-07-16T19:29:29.924Z | Compiling uuid v1.23.4 |
| 414 | 2026-07-16T19:29:30.373Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 415 | 2026-07-16T19:29:30.376Z | Compiling rustix v1.1.4 |
| 416 | 2026-07-16T19:29:30.376Z | Compiling postcard v1.1.3 |
| 417 | 2026-07-16T19:29:30.376Z | Compiling tracing v0.1.44 |
| 418 | 2026-07-16T19:29:30.485Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 419 | 2026-07-16T19:29:30.567Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 420 | 2026-07-16T19:29:30.602Z | Compiling anyhow v1.0.103 |
| 421 | 2026-07-16T19:29:30.619Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 422 | 2026-07-16T19:29:30.697Z | Compiling terminal_size v0.4.4 |
| 423 | 2026-07-16T19:29:30.721Z | Compiling rand v0.10.2 |
| 424 | 2026-07-16T19:29:30.731Z | Compiling socket2 v0.6.4 |
| 425 | 2026-07-16T19:29:30.841Z | Compiling oxnet v0.1.6 |
| 426 | 2026-07-16T19:29:31.045Z | Compiling ingot-types v0.1.2 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53) |
| 427 | 2026-07-16T19:29:31.120Z | Compiling strsim v0.11.1 |
| 428 | 2026-07-16T19:29:31.334Z | Compiling clap_lex v1.1.0 |
| 429 | 2026-07-16T19:29:31.350Z | Compiling winnow v1.0.3 |
| 430 | 2026-07-16T19:29:31.437Z | Compiling ingot v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53) |
| 431 | 2026-07-16T19:29:31.444Z | Compiling colored v3.1.1 |
| 432 | 2026-07-16T19:29:31.708Z | Compiling clap_builder v4.6.0 |
| 433 | 2026-07-16T19:29:31.717Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 434 | 2026-07-16T19:29:32.297Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 435 | 2026-07-16T19:29:33.080Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 436 | 2026-07-16T19:29:33.315Z | Compiling clap v4.6.1 |
| 437 | 2026-07-16T19:29:34.470Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 438 | 2026-07-16T19:29:35.986Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 439 | 2026-07-16T19:29:40.429Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.49s |
| 440 | 2026-07-16T19:29:40.457Z | |
| 441 | 2026-07-16T19:29:40.460Z | real 12.523954216 |
| 442 | 2026-07-16T19:29:40.460Z | user 1:05.106637538 |
| 443 | 2026-07-16T19:29:40.460Z | sys 6.081631029 |
| 444 | 2026-07-16T19:29:40.461Z | trap 0.033648803 |
| 445 | 2026-07-16T19:29:40.461Z | tflt 0.205125850 |
| 446 | 2026-07-16T19:29:40.461Z | dflt 0.187121475 |
| 447 | 2026-07-16T19:29:40.461Z | kflt 0.000001319 |
| 448 | 2026-07-16T19:29:40.461Z | lock 2:56.665788769 |
| 449 | 2026-07-16T19:29:40.461Z | slp 1:54.342326757 |
| 450 | 2026-07-16T19:29:40.461Z | lat 4.787388709 |
| 451 | 2026-07-16T19:29:40.461Z | stop 4.157952759 |
| 452 | 2026-07-16T19:29:40.461Z | + header 'release build' |
| 453 | 2026-07-16T19:29:40.461Z | + echo '# ==== release build ==== #' |
| 454 | 2026-07-16T19:29:40.461Z | # ==== release build ==== # |
| 455 | 2026-07-16T19:29:40.461Z | + ptime -m cargo build --release |
| 456 | 2026-07-16T19:29:40.553Z | Compiling proc-macro2 v1.0.106 |
| 457 | 2026-07-16T19:29:40.553Z | Compiling unicode-ident v1.0.24 |
| 458 | 2026-07-16T19:29:40.553Z | Compiling quote v1.0.46 |
| 459 | 2026-07-16T19:29:40.553Z | Compiling serde_core v1.0.228 |
| 460 | 2026-07-16T19:29:40.555Z | Compiling libc v0.2.186 |
| 461 | 2026-07-16T19:29:40.556Z | Compiling cfg-if v1.0.4 |
| 462 | 2026-07-16T19:29:40.556Z | Compiling strsim v0.11.1 |
| 463 | 2026-07-16T19:29:40.556Z | Compiling memchr v2.8.2 |
| 464 | 2026-07-16T19:29:40.626Z | Compiling fnv v1.0.7 |
| 465 | 2026-07-16T19:29:40.674Z | Compiling ident_case v1.0.1 |
| 466 | 2026-07-16T19:29:40.704Z | Compiling thiserror v2.0.18 |
| 467 | 2026-07-16T19:29:40.775Z | Compiling regex-syntax v0.8.11 |
| 468 | 2026-07-16T19:29:40.843Z | Compiling serde v1.0.228 |
| 469 | 2026-07-16T19:29:40.874Z | Compiling either v1.16.0 |
| 470 | 2026-07-16T19:29:41.055Z | Compiling aho-corasick v1.1.4 |
| 471 | 2026-07-16T19:29:41.100Z | Compiling anyhow v1.0.103 |
| 472 | 2026-07-16T19:29:41.147Z | Compiling equivalent v1.0.2 |
| 473 | 2026-07-16T19:29:41.206Z | Compiling zerocopy v0.8.52 |
| 474 | 2026-07-16T19:29:41.210Z | Compiling winnow v1.0.3 |
| 475 | 2026-07-16T19:29:41.286Z | Compiling hashbrown v0.17.1 |
| 476 | 2026-07-16T19:29:41.466Z | Compiling itertools v0.14.0 |
| 477 | 2026-07-16T19:29:41.732Z | Compiling heapless v0.8.0 |
| 478 | 2026-07-16T19:29:41.814Z | Compiling syn v2.0.118 |
| 479 | 2026-07-16T19:29:41.821Z | Compiling indexmap v2.14.0 |
| 480 | 2026-07-16T19:29:42.023Z | Compiling byteorder v1.5.0 |
| 481 | 2026-07-16T19:29:42.215Z | Compiling regex-automata v0.4.14 |
| 482 | 2026-07-16T19:29:42.220Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 483 | 2026-07-16T19:29:42.411Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 484 | 2026-07-16T19:29:42.432Z | Compiling hash32 v0.3.1 |
| 485 | 2026-07-16T19:29:42.555Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 486 | 2026-07-16T19:29:42.680Z | Compiling bitflags v2.13.0 |
| 487 | 2026-07-16T19:29:42.744Z | Compiling stable_deref_trait v1.2.1 |
| 488 | 2026-07-16T19:29:42.766Z | Compiling rustversion v1.0.22 |
| 489 | 2026-07-16T19:29:42.796Z | Compiling smoltcp v0.11.0 |
| 490 | 2026-07-16T19:29:42.801Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 491 | 2026-07-16T19:29:42.804Z | Compiling syn v1.0.109 |
| 492 | 2026-07-16T19:29:43.005Z | Compiling macaddr v1.0.1 |
| 493 | 2026-07-16T19:29:43.129Z | Compiling proc-macro-crate v3.5.0 |
| 494 | 2026-07-16T19:29:43.137Z | Compiling managed v0.8.0 |
| 495 | 2026-07-16T19:29:43.140Z | Compiling ref-cast v1.0.25 |
| 496 | 2026-07-16T19:29:43.200Z | Compiling getrandom v0.4.3 |
| 497 | 2026-07-16T19:29:43.363Z | Compiling bitflags v1.3.2 |
| 498 | 2026-07-16T19:29:43.426Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 499 | 2026-07-16T19:29:43.442Z | Compiling version_check v0.9.5 |
| 500 | 2026-07-16T19:29:43.444Z | Compiling rustix v1.1.4 |
| 501 | 2026-07-16T19:29:43.465Z | Compiling rand_core v0.10.1 |
| 502 | 2026-07-16T19:29:43.648Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 503 | 2026-07-16T19:29:43.693Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 504 | 2026-07-16T19:29:43.923Z | Compiling regex v1.12.4 |
| 505 | 2026-07-16T19:29:43.975Z | Compiling errno v0.3.14 |
| 506 | 2026-07-16T19:29:44.036Z | Compiling utf8parse v0.2.2 |
| 507 | 2026-07-16T19:29:44.113Z | Compiling unicode-width v0.2.2 |
| 508 | 2026-07-16T19:29:44.128Z | Compiling foreign-types-shared v0.3.1 |
| 509 | 2026-07-16T19:29:44.207Z | Compiling ipnetwork v0.21.1 |
| 510 | 2026-07-16T19:29:44.304Z | Compiling once_cell v1.21.4 |
| 511 | 2026-07-16T19:29:44.394Z | Compiling darling_core v0.21.3 |
| 512 | 2026-07-16T19:29:44.523Z | Compiling cpufeatures v0.3.0 |
| 513 | 2026-07-16T19:29:44.565Z | Compiling cstr-argument v0.1.2 |
| 514 | 2026-07-16T19:29:44.584Z | Compiling chacha20 v0.10.1 |
| 515 | 2026-07-16T19:29:44.714Z | Compiling tracing-core v0.1.36 |
| 516 | 2026-07-16T19:29:44.723Z | Compiling tabwriter v1.4.1 |
| 517 | 2026-07-16T19:29:44.852Z | Compiling anstyle-parse v1.0.0 |
| 518 | 2026-07-16T19:29:45.491Z | Compiling pretty-hex v0.4.2 |
| 519 | 2026-07-16T19:29:45.491Z | Compiling colorchoice v1.0.5 |
| 520 | 2026-07-16T19:29:45.587Z | Compiling thiserror-impl v2.0.18 |
| 521 | 2026-07-16T19:29:45.591Z | Compiling serde_derive v1.0.228 |
| 522 | 2026-07-16T19:29:45.596Z | Compiling zerocopy-derive v0.8.52 |
| 523 | 2026-07-16T19:29:45.612Z | Compiling ref-cast-impl v1.0.25 |
| 524 | 2026-07-16T19:29:45.710Z | Compiling foreign-types-macros v0.2.3 |
| 525 | 2026-07-16T19:29:46.211Z | Compiling num_enum_derive v0.7.6 |
| 526 | 2026-07-16T19:29:46.333Z | Compiling foreign-types v0.5.0 |
| 527 | 2026-07-16T19:29:46.362Z | Compiling tracing-attributes v0.1.31 |
| 528 | 2026-07-16T19:29:46.401Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 529 | 2026-07-16T19:29:46.518Z | Compiling darling_macro v0.21.3 |
| 530 | 2026-07-16T19:29:46.885Z | Compiling cobs v0.3.0 |
| 531 | 2026-07-16T19:29:46.901Z | Compiling anstyle-query v1.1.5 |
| 532 | 2026-07-16T19:29:46.972Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 533 | 2026-07-16T19:29:46.990Z | Compiling is_terminal_polyfill v1.70.2 |
| 534 | 2026-07-16T19:29:47.057Z | Compiling darling v0.21.3 |
| 535 | 2026-07-16T19:29:47.068Z | Compiling anstyle v1.0.14 |
| 536 | 2026-07-16T19:29:47.090Z | Compiling dyn-clone v1.0.20 |
| 537 | 2026-07-16T19:29:47.126Z | Compiling ingot-macros v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53) |
| 538 | 2026-07-16T19:29:47.189Z | Compiling num_enum v0.7.6 |
| 539 | 2026-07-16T19:29:47.215Z | Compiling pin-project-lite v0.2.17 |
| 540 | 2026-07-16T19:29:47.292Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 541 | 2026-07-16T19:29:47.296Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 542 | 2026-07-16T19:29:47.296Z | Compiling anstream v1.0.0 |
| 543 | 2026-07-16T19:29:47.457Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 544 | 2026-07-16T19:29:47.479Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 545 | 2026-07-16T19:29:47.540Z | Compiling tracing v0.1.44 |
| 546 | 2026-07-16T19:29:47.695Z | Compiling terminal_size v0.4.4 |
| 547 | 2026-07-16T19:29:47.815Z | Compiling rand v0.10.2 |
| 548 | 2026-07-16T19:29:47.824Z | Compiling uuid v1.23.4 |
| 549 | 2026-07-16T19:29:47.847Z | Compiling socket2 v0.6.4 |
| 550 | 2026-07-16T19:29:47.849Z | Compiling oxnet v0.1.6 |
| 551 | 2026-07-16T19:29:48.064Z | Compiling heck v0.5.0 |
| 552 | 2026-07-16T19:29:48.140Z | Compiling clap_lex v1.1.0 |
| 553 | 2026-07-16T19:29:48.251Z | Compiling colored v3.1.1 |
| 554 | 2026-07-16T19:29:48.442Z | Compiling clap_derive v4.6.1 |
| 555 | 2026-07-16T19:29:48.614Z | Compiling clap_builder v4.6.0 |
| 556 | 2026-07-16T19:29:48.789Z | Compiling postcard v1.1.3 |
| 557 | 2026-07-16T19:29:48.876Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 558 | 2026-07-16T19:29:49.934Z | Compiling ingot-types v0.1.2 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53) |
| 559 | 2026-07-16T19:29:50.372Z | Compiling ingot v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53) |
| 560 | 2026-07-16T19:29:50.495Z | Compiling clap v4.6.1 |
| 561 | 2026-07-16T19:29:52.061Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 562 | 2026-07-16T19:29:53.060Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 563 | 2026-07-16T19:29:54.103Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 564 | 2026-07-16T19:30:00.639Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.17s |
| 565 | 2026-07-16T19:30:00.666Z | |
| 566 | 2026-07-16T19:30:00.668Z | real 20.197807929 |
| 567 | 2026-07-16T19:30:00.668Z | user 1:43.053807421 |
| 568 | 2026-07-16T19:30:00.669Z | sys 13.913834428 |
| 569 | 2026-07-16T19:30:00.669Z | trap 0.050754152 |
| 570 | 2026-07-16T19:30:00.669Z | tflt 0.124054098 |
| 571 | 2026-07-16T19:30:00.669Z | dflt 0.409209557 |
| 572 | 2026-07-16T19:30:00.669Z | kflt 0.000024645 |
| 573 | 2026-07-16T19:30:00.669Z | lock 4:27.451309107 |
| 574 | 2026-07-16T19:30:00.669Z | slp 3:27.570395470 |
| 575 | 2026-07-16T19:30:00.669Z | lat 5.097554738 |
| 576 | 2026-07-16T19:30:00.669Z | stop 8.843962438 |
| 577 | 2026-07-16T19:30:00.669Z | + popd |
| 578 | 2026-07-16T19:30:00.669Z | /work/oxidecomputer/opte |
| 579 | 2026-07-16T19:30:00.669Z | + for x in debug release |
| 580 | 2026-07-16T19:30:00.669Z | + mkdir -p /work/debug |
| 581 | 2026-07-16T19:30:00.669Z | + cp target/debug/opteadm /work/debug/ |
| 582 | 2026-07-16T19:30:00.692Z | + sha256sum target/debug/opteadm |
| 583 | 2026-07-16T19:30:00.717Z | + for x in debug release |
| 584 | 2026-07-16T19:30:00.718Z | + mkdir -p /work/release |
| 585 | 2026-07-16T19:30:00.721Z | + cp target/release/opteadm /work/release/ |
| 586 | 2026-07-16T19:30:00.735Z | + sha256sum target/release/opteadm |
| 587 | 2026-07-16T19:30:00.752Z | process exited: duration 65733 ms, exit code 0 |
| |
| 588 | 2026-07-16T19:30:00.759Z | found 4 output files |
| 589 | 2026-07-16T19:30:00.759Z | uploading: /work/debug/opteadm (36363360 bytes) |
| 590 | 2026-07-16T19:30:02.064Z | uploaded: /work/debug/opteadm |
| 591 | 2026-07-16T19:30:02.065Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
| 592 | 2026-07-16T19:30:03.073Z | uploaded: /work/debug/opteadm.debug.sha256 |
| 593 | 2026-07-16T19:30:03.073Z | uploading: /work/release/opteadm (24768376 bytes) |
| 594 | 2026-07-16T19:30:04.314Z | uploaded: /work/release/opteadm |
| 595 | 2026-07-16T19:30:04.314Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
| 596 | 2026-07-16T19:30:05.324Z | uploaded: /work/release/opteadm.release.sha256 |