|
|
|
| 1 | 2026-07-24T09:42:34.308Z | job assigned to worker 01KY9R11WEWB92NJZMA2T0NK8E [factory aws, i-0ba057cd313668aca] (queued for 55 s) |
| |
| 2 | 2026-07-24T09:42:40.511Z | starting task 0: "setup" |
| 3 | 2026-07-24T09:42:40.514Z | ++ uname -s |
| 4 | 2026-07-24T09:42:40.518Z | + kern=SunOS |
| 5 | 2026-07-24T09:42:40.518Z | + build_user=build |
| 6 | 2026-07-24T09:42:40.518Z | + build_uid=12345 |
| 7 | 2026-07-24T09:42:40.518Z | + work_dir=/work |
| 8 | 2026-07-24T09:42:40.518Z | + input_dir=/input |
| 9 | 2026-07-24T09:42:40.518Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-24T09:42:40.518Z | + case "$kern" in |
| 11 | 2026-07-24T09:42:40.518Z | + groupadd -g 12345 build |
| 12 | 2026-07-24T09:42:40.518Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-24T09:42:42.524Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-24T09:42:42.593Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-24T09:42:42.597Z | + home_fs=zfs |
| 16 | 2026-07-24T09:42:42.597Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-24T09:42:42.597Z | + mkdir -p /home/build |
| 18 | 2026-07-24T09:42:42.597Z | + chown build:build /home/build /work |
| 19 | 2026-07-24T09:42:44.597Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-24T09:42:44.601Z | process exited: duration 4089 ms, exit code 0 |
| |
| 21 | 2026-07-24T09:42:44.609Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-24T09:42:44.614Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-24T09:42:44.614Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-24T09:42:44.614Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-07-24T09:42:44.614Z | * rust toolchain channel = "1.97.1" |
| 26 | 2026-07-24T09:42:44.614Z | * rust toolchain profile = "default" |
| 27 | 2026-07-24T09:42:44.614Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-24T09:42:44.618Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-24T09:42:44.618Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-24T09:42:44.736Z | info: downloading installer |
| 31 | 2026-07-24T09:42:46.117Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-24T09:42:46.117Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-24T09:42:46.117Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-24T09:42:46.117Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-24T09:42:46.130Z | info: profile set to default |
| 36 | 2026-07-24T09:42:46.130Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-24T09:42:46.133Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-24T09:42:46.267Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-24T09:42:46.272Z | info: downloading 6 components |
| 40 | 2026-07-24T09:43:01.283Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-07-24T09:43:01.283Z | |
| 42 | 2026-07-24T09:43:01.307Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-24T09:43:01.307Z | |
| 44 | 2026-07-24T09:43:01.307Z | |
| 45 | 2026-07-24T09:43:01.307Z | Rust is installed now. Great! |
| 46 | 2026-07-24T09:43:01.307Z | |
| 47 | 2026-07-24T09:43:01.311Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-24T09:43:01.311Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-24T09:43:01.311Z | |
| 50 | 2026-07-24T09:43:01.311Z | To configure your current shell, you need to source |
| 51 | 2026-07-24T09:43:01.311Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-24T09:43:01.311Z | |
| 53 | 2026-07-24T09:43:01.311Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-24T09:43:01.311Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-24T09:43:01.311Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-24T09:43:01.311Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-24T09:43:01.311Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-24T09:43:01.311Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-24T09:43:01.311Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-24T09:43:01.311Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-24T09:43:01.311Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-24T09:43:01.411Z | + rustup --version |
| 63 | 2026-07-24T09:43:01.420Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-24T09:43:01.423Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-24T09:43:01.441Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-24T09:43:01.444Z | + cargo --version |
| 67 | 2026-07-24T09:43:01.459Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-24T09:43:01.462Z | + rustc --version |
| 69 | 2026-07-24T09:43:01.481Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-24T09:43:01.487Z | process exited: duration 16874 ms, exit code 0 |
| |
| 71 | 2026-07-24T09:43:01.496Z | starting task 2: "authentication" |
| 72 | 2026-07-24T09:43:01.512Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-24T09:43:01.518Z | starting task 3: "clone repository" |
| 74 | 2026-07-24T09:43:01.522Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-24T09:43:01.525Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-24T09:43:01.552Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-24T09:43:02.459Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-24T09:43:02.459Z | + git fetch origin f21e37561c7910c412a04e37e79e2ce13b7130c8 |
| 79 | 2026-07-24T09:43:02.693Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-24T09:43:02.694Z | * branch f21e37561c7910c412a04e37e79e2ce13b7130c8 -> FETCH_HEAD |
| 81 | 2026-07-24T09:43:02.699Z | + [[ -n '' ]] |
| 82 | 2026-07-24T09:43:02.699Z | + git reset --hard f21e37561c7910c412a04e37e79e2ce13b7130c8 |
| 83 | 2026-07-24T09:43:02.716Z | HEAD is now at f21e375 Review feedback. |
| 84 | 2026-07-24T09:43:02.720Z | process exited: duration 1198 ms, exit code 0 |
| |
| 85 | 2026-07-24T09:43:02.726Z | starting task 4: "build" |
| 86 | 2026-07-24T09:43:02.731Z | + source .github/buildomat/common.sh |
| 87 | 2026-07-24T09:43:02.734Z | ++ rustup show active-toolchain |
| 88 | 2026-07-24T09:43:02.737Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 89 | 2026-07-24T09:43:02.737Z | ++ pushd xde |
| 90 | 2026-07-24T09:43:02.737Z | ++ rustup show active-toolchain |
| 91 | 2026-07-24T09:43:02.737Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 92 | 2026-07-24T09:43:02.740Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 93 | 2026-07-24T09:43:02.890Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 94 | 2026-07-24T09:43:02.893Z | info: downloading 6 components |
| 95 | 2026-07-24T09:43:17.939Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 96 | 2026-07-24T09:43:18.023Z | +++ rustup show active-toolchain -v |
| 97 | 2026-07-24T09:43:18.026Z | +++ head -n 1 |
| 98 | 2026-07-24T09:43:18.026Z | +++ cut '-d ' -f1 |
| 99 | 2026-07-24T09:43:18.078Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 100 | 2026-07-24T09:43:18.078Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 101 | 2026-07-24T09:43:18.082Z | ++ popd |
| 102 | 2026-07-24T09:43:18.082Z | /work/oxidecomputer/opte |
| 103 | 2026-07-24T09:43:18.082Z | + cargo --version |
| 104 | 2026-07-24T09:43:18.086Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 105 | 2026-07-24T09:43:18.090Z | + rustc --version |
| 106 | 2026-07-24T09:43:18.110Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 107 | 2026-07-24T09:43:18.116Z | + pushd bin/opteadm |
| 108 | 2026-07-24T09:43:18.116Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 109 | 2026-07-24T09:43:18.116Z | + header 'check style' |
| 110 | 2026-07-24T09:43:18.116Z | + echo '# ==== check style ==== #' |
| 111 | 2026-07-24T09:43:18.116Z | # ==== check style ==== # |
| 112 | 2026-07-24T09:43:18.116Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 113 | 2026-07-24T09:43:18.182Z | |
| 114 | 2026-07-24T09:43:18.182Z | real 0.069243549 |
| 115 | 2026-07-24T09:43:18.182Z | user 0.038440470 |
| 116 | 2026-07-24T09:43:18.182Z | sys 0.028169143 |
| 117 | 2026-07-24T09:43:18.182Z | trap 0.000000360 |
| 118 | 2026-07-24T09:43:18.182Z | tflt 0.000015310 |
| 119 | 2026-07-24T09:43:18.182Z | dflt 0.000003830 |
| 120 | 2026-07-24T09:43:18.182Z | kflt 0.000000000 |
| 121 | 2026-07-24T09:43:18.182Z | lock 0.031741009 |
| 122 | 2026-07-24T09:43:18.182Z | slp 0.048979177 |
| 123 | 2026-07-24T09:43:18.182Z | lat 0.000860650 |
| 124 | 2026-07-24T09:43:18.182Z | stop 0.000100080 |
| 125 | 2026-07-24T09:43:18.186Z | + header analyze |
| 126 | 2026-07-24T09:43:18.186Z | + echo '# ==== analyze ==== #' |
| 127 | 2026-07-24T09:43:18.186Z | # ==== analyze ==== # |
| 128 | 2026-07-24T09:43:18.186Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 129 | 2026-07-24T09:43:18.315Z | Updating crates.io index |
| 130 | 2026-07-24T09:43:18.319Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 131 | 2026-07-24T09:43:19.268Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 132 | 2026-07-24T09:43:19.533Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 133 | 2026-07-24T09:43:19.871Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 134 | 2026-07-24T09:43:20.144Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 135 | 2026-07-24T09:43:20.372Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 136 | 2026-07-24T09:43:20.645Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 137 | 2026-07-24T09:43:22.428Z | Downloading crates ... |
| 138 | 2026-07-24T09:43:22.480Z | Downloaded bitflags v1.3.2 |
| 139 | 2026-07-24T09:43:22.483Z | Downloaded clap_derive v4.6.1 |
| 140 | 2026-07-24T09:43:22.487Z | Downloaded anstyle v1.0.14 |
| 141 | 2026-07-24T09:43:22.490Z | Downloaded anstyle-query v1.1.5 |
| 142 | 2026-07-24T09:43:22.490Z | Downloaded foreign-types v0.5.0 |
| 143 | 2026-07-24T09:43:22.493Z | Downloaded foreign-types-macros v0.2.3 |
| 144 | 2026-07-24T09:43:22.496Z | Downloaded cstr-argument v0.1.2 |
| 145 | 2026-07-24T09:43:22.499Z | Downloaded hash32 v0.3.1 |
| 146 | 2026-07-24T09:43:22.499Z | Downloaded ident_case v1.0.1 |
| 147 | 2026-07-24T09:43:22.503Z | Downloaded fnv v1.0.7 |
| 148 | 2026-07-24T09:43:22.506Z | Downloaded darling_macro v0.21.3 |
| 149 | 2026-07-24T09:43:22.506Z | Downloaded heck v0.5.0 |
| 150 | 2026-07-24T09:43:22.507Z | Downloaded defmt v0.3.100 |
| 151 | 2026-07-24T09:43:22.509Z | Downloaded errno v0.3.14 |
| 152 | 2026-07-24T09:43:22.518Z | Downloaded byteorder v1.5.0 |
| 153 | 2026-07-24T09:43:22.521Z | Downloaded clap_lex v1.1.0 |
| 154 | 2026-07-24T09:43:22.521Z | Downloaded is_terminal_polyfill v1.70.2 |
| 155 | 2026-07-24T09:43:22.524Z | Downloaded stable_deref_trait v1.2.1 |
| 156 | 2026-07-24T09:43:22.529Z | Downloaded ref-cast-impl v1.0.25 |
| 157 | 2026-07-24T09:43:22.532Z | Downloaded dyn-clone v1.0.20 |
| 158 | 2026-07-24T09:43:22.532Z | Downloaded embedded-io v0.6.1 |
| 159 | 2026-07-24T09:43:22.535Z | Downloaded equivalent v1.0.2 |
| 160 | 2026-07-24T09:43:22.538Z | Downloaded foreign-types-shared v0.3.1 |
| 161 | 2026-07-24T09:43:22.538Z | Downloaded defmt-parser v1.0.0 |
| 162 | 2026-07-24T09:43:22.541Z | Downloaded colorchoice v1.0.5 |
| 163 | 2026-07-24T09:43:22.541Z | Downloaded pretty-hex v0.4.2 |
| 164 | 2026-07-24T09:43:22.541Z | Downloaded terminal_size v0.4.4 |
| 165 | 2026-07-24T09:43:22.544Z | Downloaded cpufeatures v0.3.0 |
| 166 | 2026-07-24T09:43:22.544Z | Downloaded proc-macro-crate v3.5.0 |
| 167 | 2026-07-24T09:43:22.547Z | Downloaded cobs v0.3.0 |
| 168 | 2026-07-24T09:43:22.550Z | Downloaded pin-project-lite v0.2.17 |
| 169 | 2026-07-24T09:43:22.553Z | Downloaded either v1.16.0 |
| 170 | 2026-07-24T09:43:22.563Z | Downloaded strsim v0.11.1 |
| 171 | 2026-07-24T09:43:22.570Z | Downloaded macaddr v1.0.1 |
| 172 | 2026-07-24T09:43:22.581Z | Downloaded ref-cast v1.0.25 |
| 173 | 2026-07-24T09:43:22.584Z | Downloaded tabwriter v1.4.1 |
| 174 | 2026-07-24T09:43:22.586Z | Downloaded managed v0.8.0 |
| 175 | 2026-07-24T09:43:22.589Z | Downloaded utf8parse v0.2.2 |
| 176 | 2026-07-24T09:43:22.590Z | Downloaded cfg-if v1.0.4 |
| 177 | 2026-07-24T09:43:22.590Z | Downloaded version_check v0.9.5 |
| 178 | 2026-07-24T09:43:22.592Z | Downloaded anstyle-parse v1.0.0 |
| 179 | 2026-07-24T09:43:22.593Z | Downloaded defmt-macros v1.1.1 |
| 180 | 2026-07-24T09:43:22.595Z | Downloaded ipnetwork v0.21.1 |
| 181 | 2026-07-24T09:43:22.596Z | Downloaded anstream v1.0.0 |
| 182 | 2026-07-24T09:43:22.599Z | Downloaded ingot-types v0.1.2 |
| 183 | 2026-07-24T09:43:22.599Z | Downloaded embedded-io v0.4.0 |
| 184 | 2026-07-24T09:43:22.599Z | Downloaded rand_core v0.10.1 |
| 185 | 2026-07-24T09:43:22.599Z | Downloaded defmt v1.1.1 |
| 186 | 2026-07-24T09:43:22.603Z | Downloaded colored v3.1.1 |
| 187 | 2026-07-24T09:43:22.603Z | Downloaded darling v0.21.3 |
| 188 | 2026-07-24T09:43:22.608Z | Downloaded chacha20 v0.10.1 |
| 189 | 2026-07-24T09:43:22.611Z | Downloaded bitflags v2.13.0 |
| 190 | 2026-07-24T09:43:22.611Z | Downloaded ingot-macros v0.1.1 |
| 191 | 2026-07-24T09:43:22.614Z | Downloaded num_enum_derive v0.7.6 |
| 192 | 2026-07-24T09:43:22.614Z | Downloaded quote v1.0.46 |
| 193 | 2026-07-24T09:43:22.620Z | Downloaded thiserror-impl v2.0.18 |
| 194 | 2026-07-24T09:43:22.623Z | Downloaded num_enum v0.7.6 |
| 195 | 2026-07-24T09:43:22.626Z | Downloaded rustversion v1.0.23 |
| 196 | 2026-07-24T09:43:22.626Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 197 | 2026-07-24T09:43:22.629Z | Downloaded thiserror v2.0.18 |
| 198 | 2026-07-24T09:43:22.637Z | Downloaded anyhow v1.0.103 |
| 199 | 2026-07-24T09:43:22.641Z | Downloaded getrandom v0.4.3 |
| 200 | 2026-07-24T09:43:22.646Z | Downloaded clap v4.6.1 |
| 201 | 2026-07-24T09:43:22.650Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 202 | 2026-07-24T09:43:22.653Z | Downloaded aho-corasick v1.1.4 |
| 203 | 2026-07-24T09:43:22.656Z | Downloaded ingot v0.1.1 |
| 204 | 2026-07-24T09:43:22.659Z | Downloaded oxnet v0.1.6 |
| 205 | 2026-07-24T09:43:22.669Z | Downloaded once_cell v1.21.4 |
| 206 | 2026-07-24T09:43:22.671Z | Downloaded serde_core v1.0.228 |
| 207 | 2026-07-24T09:43:22.671Z | Downloaded socket2 v0.6.4 |
| 208 | 2026-07-24T09:43:22.677Z | Downloaded postcard v1.1.3 |
| 209 | 2026-07-24T09:43:22.680Z | Downloaded proc-macro2 v1.0.106 |
| 210 | 2026-07-24T09:43:22.680Z | Downloaded tracing-core v0.1.36 |
| 211 | 2026-07-24T09:43:22.683Z | Downloaded uuid v1.23.5 |
| 212 | 2026-07-24T09:43:22.686Z | Downloaded serde_derive v1.0.228 |
| 213 | 2026-07-24T09:43:22.696Z | Downloaded unicode-ident v1.0.24 |
| 214 | 2026-07-24T09:43:22.699Z | Downloaded darling_core v0.21.3 |
| 215 | 2026-07-24T09:43:22.705Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 216 | 2026-07-24T09:43:22.712Z | Downloaded tracing-attributes v0.1.31 |
| 217 | 2026-07-24T09:43:22.715Z | Downloaded heapless v0.8.0 |
| 218 | 2026-07-24T09:43:22.719Z | Downloaded memchr v2.8.3 |
| 219 | 2026-07-24T09:43:22.724Z | Downloaded serde v1.0.228 |
| 220 | 2026-07-24T09:43:22.735Z | Downloaded rand v0.10.2 |
| 221 | 2026-07-24T09:43:22.741Z | Downloaded zerocopy-derive v0.8.54 |
| 222 | 2026-07-24T09:43:22.765Z | Downloaded indexmap v2.14.0 |
| 223 | 2026-07-24T09:43:22.778Z | Downloaded itertools v0.14.0 |
| 224 | 2026-07-24T09:43:22.783Z | Downloaded regex v1.13.0 |
| 225 | 2026-07-24T09:43:22.792Z | Downloaded clap_builder v4.6.0 |
| 226 | 2026-07-24T09:43:22.796Z | Downloaded hashbrown v0.17.1 |
| 227 | 2026-07-24T09:43:22.818Z | Downloaded winnow v1.0.3 |
| 228 | 2026-07-24T09:43:22.858Z | Downloaded syn v1.0.109 |
| 229 | 2026-07-24T09:43:22.865Z | Downloaded unicode-width v0.2.2 |
| 230 | 2026-07-24T09:43:22.869Z | Downloaded zerocopy v0.8.54 |
| 231 | 2026-07-24T09:43:22.884Z | Downloaded syn v2.0.118 |
| 232 | 2026-07-24T09:43:22.889Z | Downloaded smoltcp v0.11.0 |
| 233 | 2026-07-24T09:43:22.895Z | Downloaded regex-syntax v0.8.11 |
| 234 | 2026-07-24T09:43:22.913Z | Downloaded rustix v1.1.4 |
| 235 | 2026-07-24T09:43:22.925Z | Downloaded tracing v0.1.44 |
| 236 | 2026-07-24T09:43:22.948Z | Downloaded regex-automata v0.4.15 |
| 237 | 2026-07-24T09:43:22.957Z | Downloaded libc v0.2.186 |
| 238 | 2026-07-24T09:43:23.017Z | Compiling proc-macro2 v1.0.106 |
| 239 | 2026-07-24T09:43:23.017Z | Compiling quote v1.0.46 |
| 240 | 2026-07-24T09:43:23.017Z | Compiling unicode-ident v1.0.24 |
| 241 | 2026-07-24T09:43:23.017Z | Compiling serde_core v1.0.228 |
| 242 | 2026-07-24T09:43:23.021Z | Compiling libc v0.2.186 |
| 243 | 2026-07-24T09:43:23.021Z | Checking cfg-if v1.0.4 |
| 244 | 2026-07-24T09:43:23.021Z | Compiling strsim v0.11.1 |
| 245 | 2026-07-24T09:43:23.079Z | Compiling thiserror v2.0.18 |
| 246 | 2026-07-24T09:43:23.142Z | Compiling ident_case v1.0.1 |
| 247 | 2026-07-24T09:43:23.220Z | Compiling fnv v1.0.7 |
| 248 | 2026-07-24T09:43:23.249Z | Compiling memchr v2.8.3 |
| 249 | 2026-07-24T09:43:23.305Z | Compiling regex-syntax v0.8.11 |
| 250 | 2026-07-24T09:43:23.379Z | Compiling anyhow v1.0.103 |
| 251 | 2026-07-24T09:43:23.464Z | Compiling either v1.16.0 |
| 252 | 2026-07-24T09:43:23.620Z | Compiling zerocopy v0.8.54 |
| 253 | 2026-07-24T09:43:23.659Z | Compiling aho-corasick v1.1.4 |
| 254 | 2026-07-24T09:43:23.695Z | Compiling winnow v1.0.3 |
| 255 | 2026-07-24T09:43:23.785Z | Compiling equivalent v1.0.2 |
| 256 | 2026-07-24T09:43:23.808Z | Compiling hashbrown v0.17.1 |
| 257 | 2026-07-24T09:43:23.861Z | Compiling serde v1.0.228 |
| 258 | 2026-07-24T09:43:24.031Z | Compiling itertools v0.14.0 |
| 259 | 2026-07-24T09:43:24.297Z | Compiling indexmap v2.14.0 |
| 260 | 2026-07-24T09:43:24.354Z | Compiling syn v2.0.118 |
| 261 | 2026-07-24T09:43:24.458Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 262 | 2026-07-24T09:43:24.679Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 263 | 2026-07-24T09:43:24.755Z | Compiling heapless v0.8.0 |
| 264 | 2026-07-24T09:43:24.928Z | Compiling regex-automata v0.4.15 |
| 265 | 2026-07-24T09:43:24.951Z | Checking bitflags v2.13.0 |
| 266 | 2026-07-24T09:43:25.049Z | Checking byteorder v1.5.0 |
| 267 | 2026-07-24T09:43:25.118Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 268 | 2026-07-24T09:43:25.203Z | Checking hash32 v0.3.1 |
| 269 | 2026-07-24T09:43:25.235Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 270 | 2026-07-24T09:43:25.244Z | Checking macaddr v1.0.1 |
| 271 | 2026-07-24T09:43:25.304Z | Compiling smoltcp v0.11.0 |
| 272 | 2026-07-24T09:43:25.307Z | Checking stable_deref_trait v1.2.1 |
| 273 | 2026-07-24T09:43:25.369Z | Compiling syn v1.0.109 |
| 274 | 2026-07-24T09:43:25.376Z | Compiling rustversion v1.0.23 |
| 275 | 2026-07-24T09:43:25.470Z | Checking managed v0.8.0 |
| 276 | 2026-07-24T09:43:25.634Z | Compiling proc-macro-crate v3.5.0 |
| 277 | 2026-07-24T09:43:25.645Z | Compiling ref-cast v1.0.25 |
| 278 | 2026-07-24T09:43:25.711Z | Compiling rustix v1.1.4 |
| 279 | 2026-07-24T09:43:25.735Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 280 | 2026-07-24T09:43:25.783Z | Checking rand_core v0.10.1 |
| 281 | 2026-07-24T09:43:25.918Z | Compiling version_check v0.9.5 |
| 282 | 2026-07-24T09:43:25.935Z | Compiling getrandom v0.4.3 |
| 283 | 2026-07-24T09:43:25.942Z | Checking bitflags v1.3.2 |
| 284 | 2026-07-24T09:43:26.178Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 285 | 2026-07-24T09:43:26.193Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 286 | 2026-07-24T09:43:26.227Z | Checking errno v0.3.14 |
| 287 | 2026-07-24T09:43:26.340Z | Checking utf8parse v0.2.2 |
| 288 | 2026-07-24T09:43:26.428Z | Checking cpufeatures v0.3.0 |
| 289 | 2026-07-24T09:43:26.443Z | Checking foreign-types-shared v0.3.1 |
| 290 | 2026-07-24T09:43:26.497Z | Checking once_cell v1.21.4 |
| 291 | 2026-07-24T09:43:26.518Z | Checking unicode-width v0.2.2 |
| 292 | 2026-07-24T09:43:26.585Z | Compiling regex v1.13.0 |
| 293 | 2026-07-24T09:43:26.661Z | Checking ipnetwork v0.21.1 |
| 294 | 2026-07-24T09:43:26.762Z | Checking tabwriter v1.4.1 |
| 295 | 2026-07-24T09:43:26.833Z | Checking tracing-core v0.1.36 |
| 296 | 2026-07-24T09:43:26.840Z | Checking cstr-argument v0.1.2 |
| 297 | 2026-07-24T09:43:26.899Z | Checking chacha20 v0.10.1 |
| 298 | 2026-07-24T09:43:26.950Z | Compiling darling_core v0.21.3 |
| 299 | 2026-07-24T09:43:26.970Z | Checking anstyle-parse v1.0.0 |
| 300 | 2026-07-24T09:43:27.267Z | Checking is_terminal_polyfill v1.70.2 |
| 301 | 2026-07-24T09:43:27.350Z | Checking colorchoice v1.0.5 |
| 302 | 2026-07-24T09:43:27.430Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 303 | 2026-07-24T09:43:27.440Z | Checking anstyle v1.0.14 |
| 304 | 2026-07-24T09:43:27.448Z | Checking pretty-hex v0.4.2 |
| 305 | 2026-07-24T09:43:27.455Z | Checking dyn-clone v1.0.20 |
| 306 | 2026-07-24T09:43:27.547Z | Checking anstyle-query v1.1.5 |
| 307 | 2026-07-24T09:43:27.554Z | Checking pin-project-lite v0.2.17 |
| 308 | 2026-07-24T09:43:27.593Z | Checking terminal_size v0.4.4 |
| 309 | 2026-07-24T09:43:27.628Z | Checking anstream v1.0.0 |
| 310 | 2026-07-24T09:43:27.644Z | Checking rand v0.10.2 |
| 311 | 2026-07-24T09:43:27.696Z | Checking uuid v1.23.5 |
| 312 | 2026-07-24T09:43:27.821Z | Checking socket2 v0.6.4 |
| 313 | 2026-07-24T09:43:27.902Z | Compiling heck v0.5.0 |
| 314 | 2026-07-24T09:43:27.942Z | Checking oxnet v0.1.6 |
| 315 | 2026-07-24T09:43:28.094Z | Checking clap_lex v1.1.0 |
| 316 | 2026-07-24T09:43:28.106Z | Checking colored v3.1.1 |
| 317 | 2026-07-24T09:43:28.117Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 318 | 2026-07-24T09:43:28.146Z | Compiling thiserror-impl v2.0.18 |
| 319 | 2026-07-24T09:43:28.223Z | Compiling serde_derive v1.0.228 |
| 320 | 2026-07-24T09:43:28.239Z | Compiling zerocopy-derive v0.8.54 |
| 321 | 2026-07-24T09:43:28.295Z | Compiling num_enum_derive v0.7.6 |
| 322 | 2026-07-24T09:43:28.525Z | Compiling ref-cast-impl v1.0.25 |
| 323 | 2026-07-24T09:43:28.683Z | Compiling foreign-types-macros v0.2.3 |
| 324 | 2026-07-24T09:43:29.025Z | Compiling darling_macro v0.21.3 |
| 325 | 2026-07-24T09:43:29.197Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 326 | 2026-07-24T09:43:29.296Z | Checking num_enum v0.7.6 |
| 327 | 2026-07-24T09:43:29.333Z | Checking foreign-types v0.5.0 |
| 328 | 2026-07-24T09:43:29.377Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 329 | 2026-07-24T09:43:29.397Z | Compiling tracing-attributes v0.1.31 |
| 330 | 2026-07-24T09:43:29.403Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 331 | 2026-07-24T09:43:29.472Z | Checking cobs v0.3.0 |
| 332 | 2026-07-24T09:43:29.595Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 333 | 2026-07-24T09:43:29.612Z | Checking clap_builder v4.6.0 |
| 334 | 2026-07-24T09:43:29.662Z | Compiling darling v0.21.3 |
| 335 | 2026-07-24T09:43:29.736Z | Compiling ingot-macros v0.1.1 |
| 336 | 2026-07-24T09:43:29.744Z | Compiling clap_derive v4.6.1 |
| 337 | 2026-07-24T09:43:29.884Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 338 | 2026-07-24T09:43:30.475Z | Checking tracing v0.1.44 |
| 339 | 2026-07-24T09:43:31.016Z | Checking postcard v1.1.3 |
| 340 | 2026-07-24T09:43:31.070Z | Checking clap v4.6.1 |
| 341 | 2026-07-24T09:43:32.257Z | Checking ingot-types v0.1.2 |
| 342 | 2026-07-24T09:43:32.524Z | Checking ingot v0.1.1 |
| 343 | 2026-07-24T09:43:33.805Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 344 | 2026-07-24T09:43:35.010Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 345 | 2026-07-24T09:43:36.197Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 346 | 2026-07-24T09:43:37.010Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.77s |
| 347 | 2026-07-24T09:43:37.116Z | |
| 348 | 2026-07-24T09:43:37.117Z | real 18.929091170 |
| 349 | 2026-07-24T09:43:37.117Z | user 53.923811386 |
| 350 | 2026-07-24T09:43:37.117Z | sys 13.112773280 |
| 351 | 2026-07-24T09:43:37.121Z | trap 0.041961344 |
| 352 | 2026-07-24T09:43:37.121Z | tflt 0.063474195 |
| 353 | 2026-07-24T09:43:37.121Z | dflt 0.207820086 |
| 354 | 2026-07-24T09:43:37.121Z | kflt 0.004876745 |
| 355 | 2026-07-24T09:43:37.121Z | lock 3:41.184084141 |
| 356 | 2026-07-24T09:43:37.121Z | slp 2:59.894251812 |
| 357 | 2026-07-24T09:43:37.121Z | lat 3.962058230 |
| 358 | 2026-07-24T09:43:37.121Z | stop 14.486013205 |
| 359 | 2026-07-24T09:43:37.121Z | + header 'debug build' |
| 360 | 2026-07-24T09:43:37.121Z | + echo '# ==== debug build ==== #' |
| 361 | 2026-07-24T09:43:37.121Z | # ==== debug build ==== # |
| 362 | 2026-07-24T09:43:37.121Z | + ptime -m cargo build |
| 363 | 2026-07-24T09:43:37.270Z | Compiling cfg-if v1.0.4 |
| 364 | 2026-07-24T09:43:37.274Z | Compiling serde_core v1.0.228 |
| 365 | 2026-07-24T09:43:37.274Z | Compiling libc v0.2.186 |
| 366 | 2026-07-24T09:43:37.296Z | Compiling thiserror v2.0.18 |
| 367 | 2026-07-24T09:43:37.300Z | Compiling byteorder v1.5.0 |
| 368 | 2026-07-24T09:43:37.303Z | Compiling zerocopy v0.8.54 |
| 369 | 2026-07-24T09:43:37.307Z | Compiling stable_deref_trait v1.2.1 |
| 370 | 2026-07-24T09:43:37.307Z | Compiling macaddr v1.0.1 |
| 371 | 2026-07-24T09:43:37.343Z | Compiling bitflags v1.3.2 |
| 372 | 2026-07-24T09:43:37.356Z | Compiling cobs v0.3.0 |
| 373 | 2026-07-24T09:43:37.371Z | Compiling rand_core v0.10.1 |
| 374 | 2026-07-24T09:43:37.399Z | Compiling managed v0.8.0 |
| 375 | 2026-07-24T09:43:37.462Z | Compiling hash32 v0.3.1 |
| 376 | 2026-07-24T09:43:37.518Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 377 | 2026-07-24T09:43:37.539Z | Compiling foreign-types-shared v0.3.1 |
| 378 | 2026-07-24T09:43:37.603Z | Compiling heapless v0.8.0 |
| 379 | 2026-07-24T09:43:37.615Z | Compiling errno v0.3.14 |
| 380 | 2026-07-24T09:43:37.619Z | Compiling memchr v2.8.3 |
| 381 | 2026-07-24T09:43:37.619Z | Compiling once_cell v1.21.4 |
| 382 | 2026-07-24T09:43:37.619Z | Compiling utf8parse v0.2.2 |
| 383 | 2026-07-24T09:43:37.704Z | Compiling unicode-width v0.2.2 |
| 384 | 2026-07-24T09:43:37.729Z | Compiling ipnetwork v0.21.1 |
| 385 | 2026-07-24T09:43:37.767Z | Compiling cpufeatures v0.3.0 |
| 386 | 2026-07-24T09:43:37.829Z | Compiling chacha20 v0.10.1 |
| 387 | 2026-07-24T09:43:37.839Z | Compiling tracing-core v0.1.36 |
| 388 | 2026-07-24T09:43:37.992Z | Compiling smoltcp v0.11.0 |
| 389 | 2026-07-24T09:43:38.027Z | Compiling cstr-argument v0.1.2 |
| 390 | 2026-07-24T09:43:38.163Z | Compiling tabwriter v1.4.1 |
| 391 | 2026-07-24T09:43:38.216Z | Compiling anstyle-parse v1.0.0 |
| 392 | 2026-07-24T09:43:38.220Z | Compiling foreign-types v0.5.0 |
| 393 | 2026-07-24T09:43:38.282Z | Compiling getrandom v0.4.3 |
| 394 | 2026-07-24T09:43:38.418Z | Compiling ref-cast v1.0.25 |
| 395 | 2026-07-24T09:43:38.493Z | Compiling num_enum v0.7.6 |
| 396 | 2026-07-24T09:43:38.519Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 397 | 2026-07-24T09:43:38.568Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 398 | 2026-07-24T09:43:38.597Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 399 | 2026-07-24T09:43:38.619Z | Compiling anstyle v1.0.14 |
| 400 | 2026-07-24T09:43:38.664Z | Compiling pretty-hex v0.4.2 |
| 401 | 2026-07-24T09:43:38.777Z | Compiling anstyle-query v1.1.5 |
| 402 | 2026-07-24T09:43:38.788Z | Compiling colorchoice v1.0.5 |
| 403 | 2026-07-24T09:43:38.875Z | Compiling dyn-clone v1.0.20 |
| 404 | 2026-07-24T09:43:38.875Z | Compiling is_terminal_polyfill v1.70.2 |
| 405 | 2026-07-24T09:43:38.893Z | Compiling pin-project-lite v0.2.17 |
| 406 | 2026-07-24T09:43:38.956Z | Compiling bitflags v2.13.0 |
| 407 | 2026-07-24T09:43:38.978Z | Compiling serde v1.0.228 |
| 408 | 2026-07-24T09:43:39.033Z | Compiling tracing v0.1.44 |
| 409 | 2026-07-24T09:43:39.156Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 410 | 2026-07-24T09:43:39.162Z | Compiling rustix v1.1.4 |
| 411 | 2026-07-24T09:43:39.165Z | Compiling anstream v1.0.0 |
| 412 | 2026-07-24T09:43:39.419Z | Compiling postcard v1.1.3 |
| 413 | 2026-07-24T09:43:39.419Z | Compiling uuid v1.23.5 |
| 414 | 2026-07-24T09:43:39.658Z | Compiling terminal_size v0.4.4 |
| 415 | 2026-07-24T09:43:39.661Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 416 | 2026-07-24T09:43:39.767Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 417 | 2026-07-24T09:43:39.774Z | Compiling anyhow v1.0.103 |
| 418 | 2026-07-24T09:43:39.803Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 419 | 2026-07-24T09:43:39.874Z | Compiling rand v0.10.2 |
| 420 | 2026-07-24T09:43:39.913Z | Compiling socket2 v0.6.4 |
| 421 | 2026-07-24T09:43:40.045Z | Compiling oxnet v0.1.6 |
| 422 | 2026-07-24T09:43:40.231Z | Compiling ingot-types v0.1.2 |
| 423 | 2026-07-24T09:43:40.297Z | Compiling strsim v0.11.1 |
| 424 | 2026-07-24T09:43:40.315Z | Compiling colored v3.1.1 |
| 425 | 2026-07-24T09:43:40.539Z | Compiling clap_lex v1.1.0 |
| 426 | 2026-07-24T09:43:40.579Z | Compiling ingot v0.1.1 |
| 427 | 2026-07-24T09:43:40.632Z | Compiling winnow v1.0.3 |
| 428 | 2026-07-24T09:43:40.815Z | Compiling clap_builder v4.6.0 |
| 429 | 2026-07-24T09:43:40.912Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 430 | 2026-07-24T09:43:41.552Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 431 | 2026-07-24T09:43:42.207Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 432 | 2026-07-24T09:43:42.503Z | Compiling clap v4.6.1 |
| 433 | 2026-07-24T09:43:43.698Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 434 | 2026-07-24T09:43:45.227Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 435 | 2026-07-24T09:43:49.595Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.46s |
| 436 | 2026-07-24T09:43:49.622Z | |
| 437 | 2026-07-24T09:43:49.626Z | real 12.495691350 |
| 438 | 2026-07-24T09:43:49.626Z | user 1:04.465068900 |
| 439 | 2026-07-24T09:43:49.626Z | sys 6.009841281 |
| 440 | 2026-07-24T09:43:49.626Z | trap 0.034044996 |
| 441 | 2026-07-24T09:43:49.626Z | tflt 0.153143280 |
| 442 | 2026-07-24T09:43:49.626Z | dflt 0.143566409 |
| 443 | 2026-07-24T09:43:49.626Z | kflt 0.000004480 |
| 444 | 2026-07-24T09:43:49.626Z | lock 3:08.243088833 |
| 445 | 2026-07-24T09:43:49.626Z | slp 1:54.107438697 |
| 446 | 2026-07-24T09:43:49.626Z | lat 3.452084383 |
| 447 | 2026-07-24T09:43:49.626Z | stop 3.423758278 |
| 448 | 2026-07-24T09:43:49.626Z | + header 'release build' |
| 449 | 2026-07-24T09:43:49.626Z | + echo '# ==== release build ==== #' |
| 450 | 2026-07-24T09:43:49.626Z | # ==== release build ==== # |
| 451 | 2026-07-24T09:43:49.626Z | + ptime -m cargo build --release |
| 452 | 2026-07-24T09:43:49.718Z | Compiling proc-macro2 v1.0.106 |
| 453 | 2026-07-24T09:43:49.718Z | Compiling unicode-ident v1.0.24 |
| 454 | 2026-07-24T09:43:49.721Z | Compiling quote v1.0.46 |
| 455 | 2026-07-24T09:43:49.722Z | Compiling serde_core v1.0.228 |
| 456 | 2026-07-24T09:43:49.722Z | Compiling libc v0.2.186 |
| 457 | 2026-07-24T09:43:49.722Z | Compiling cfg-if v1.0.4 |
| 458 | 2026-07-24T09:43:49.722Z | Compiling ident_case v1.0.1 |
| 459 | 2026-07-24T09:43:49.722Z | Compiling memchr v2.8.3 |
| 460 | 2026-07-24T09:43:49.791Z | Compiling thiserror v2.0.18 |
| 461 | 2026-07-24T09:43:49.832Z | Compiling strsim v0.11.1 |
| 462 | 2026-07-24T09:43:49.837Z | Compiling fnv v1.0.7 |
| 463 | 2026-07-24T09:43:49.910Z | Compiling regex-syntax v0.8.11 |
| 464 | 2026-07-24T09:43:50.021Z | Compiling hashbrown v0.17.1 |
| 465 | 2026-07-24T09:43:50.089Z | Compiling serde v1.0.228 |
| 466 | 2026-07-24T09:43:50.259Z | Compiling aho-corasick v1.1.4 |
| 467 | 2026-07-24T09:43:50.265Z | Compiling either v1.16.0 |
| 468 | 2026-07-24T09:43:50.373Z | Compiling winnow v1.0.3 |
| 469 | 2026-07-24T09:43:50.411Z | Compiling equivalent v1.0.2 |
| 470 | 2026-07-24T09:43:50.449Z | Compiling zerocopy v0.8.54 |
| 471 | 2026-07-24T09:43:50.498Z | Compiling anyhow v1.0.103 |
| 472 | 2026-07-24T09:43:50.552Z | Compiling indexmap v2.14.0 |
| 473 | 2026-07-24T09:43:50.846Z | Compiling itertools v0.14.0 |
| 474 | 2026-07-24T09:43:50.880Z | Compiling byteorder v1.5.0 |
| 475 | 2026-07-24T09:43:51.011Z | Compiling syn v2.0.118 |
| 476 | 2026-07-24T09:43:51.056Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 477 | 2026-07-24T09:43:51.140Z | Compiling heapless v0.8.0 |
| 478 | 2026-07-24T09:43:51.268Z | Compiling hash32 v0.3.1 |
| 479 | 2026-07-24T09:43:51.391Z | Compiling regex-automata v0.4.15 |
| 480 | 2026-07-24T09:43:51.394Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 481 | 2026-07-24T09:43:51.581Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 482 | 2026-07-24T09:43:51.586Z | Compiling syn v1.0.109 |
| 483 | 2026-07-24T09:43:51.805Z | Compiling bitflags v2.13.0 |
| 484 | 2026-07-24T09:43:51.871Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 485 | 2026-07-24T09:43:51.913Z | Compiling smoltcp v0.11.0 |
| 486 | 2026-07-24T09:43:51.919Z | Compiling rustversion v1.0.23 |
| 487 | 2026-07-24T09:43:51.941Z | Compiling stable_deref_trait v1.2.1 |
| 488 | 2026-07-24T09:43:52.001Z | Compiling macaddr v1.0.1 |
| 489 | 2026-07-24T09:43:52.175Z | Compiling getrandom v0.4.3 |
| 490 | 2026-07-24T09:43:52.194Z | Compiling rand_core v0.10.1 |
| 491 | 2026-07-24T09:43:52.227Z | Compiling managed v0.8.0 |
| 492 | 2026-07-24T09:43:52.255Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 493 | 2026-07-24T09:43:52.335Z | Compiling rustix v1.1.4 |
| 494 | 2026-07-24T09:43:52.414Z | Compiling proc-macro-crate v3.5.0 |
| 495 | 2026-07-24T09:43:52.449Z | Compiling version_check v0.9.5 |
| 496 | 2026-07-24T09:43:52.455Z | Compiling bitflags v1.3.2 |
| 497 | 2026-07-24T09:43:52.511Z | Compiling ref-cast v1.0.25 |
| 498 | 2026-07-24T09:43:52.694Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 499 | 2026-07-24T09:43:52.829Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 500 | 2026-07-24T09:43:52.836Z | Compiling errno v0.3.14 |
| 501 | 2026-07-24T09:43:52.903Z | Compiling cpufeatures v0.3.0 |
| 502 | 2026-07-24T09:43:52.963Z | Compiling utf8parse v0.2.2 |
| 503 | 2026-07-24T09:43:52.968Z | Compiling foreign-types-shared v0.3.1 |
| 504 | 2026-07-24T09:43:53.042Z | Compiling regex v1.13.0 |
| 505 | 2026-07-24T09:43:53.054Z | Compiling unicode-width v0.2.2 |
| 506 | 2026-07-24T09:43:53.211Z | Compiling once_cell v1.21.4 |
| 507 | 2026-07-24T09:43:53.336Z | Compiling ipnetwork v0.21.1 |
| 508 | 2026-07-24T09:43:53.419Z | Compiling tracing-core v0.1.36 |
| 509 | 2026-07-24T09:43:53.430Z | Compiling tabwriter v1.4.1 |
| 510 | 2026-07-24T09:43:53.688Z | Compiling darling_core v0.21.3 |
| 511 | 2026-07-24T09:43:53.745Z | Compiling cstr-argument v0.1.2 |
| 512 | 2026-07-24T09:43:53.876Z | Compiling anstyle-parse v1.0.0 |
| 513 | 2026-07-24T09:43:53.894Z | Compiling chacha20 v0.10.1 |
| 514 | 2026-07-24T09:43:54.406Z | Compiling colorchoice v1.0.5 |
| 515 | 2026-07-24T09:43:54.501Z | Compiling anstyle-query v1.1.5 |
| 516 | 2026-07-24T09:43:54.501Z | Compiling is_terminal_polyfill v1.70.2 |
| 517 | 2026-07-24T09:43:54.508Z | Compiling dyn-clone v1.0.20 |
| 518 | 2026-07-24T09:43:54.583Z | Compiling anstyle v1.0.14 |
| 519 | 2026-07-24T09:43:54.591Z | Compiling pin-project-lite v0.2.17 |
| 520 | 2026-07-24T09:43:54.630Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 521 | 2026-07-24T09:43:54.675Z | Compiling pretty-hex v0.4.2 |
| 522 | 2026-07-24T09:43:54.721Z | Compiling thiserror-impl v2.0.18 |
| 523 | 2026-07-24T09:43:54.803Z | Compiling serde_derive v1.0.228 |
| 524 | 2026-07-24T09:43:54.819Z | Compiling zerocopy-derive v0.8.54 |
| 525 | 2026-07-24T09:43:54.833Z | Compiling foreign-types-macros v0.2.3 |
| 526 | 2026-07-24T09:43:54.951Z | Compiling ref-cast-impl v1.0.25 |
| 527 | 2026-07-24T09:43:55.280Z | Compiling num_enum_derive v0.7.6 |
| 528 | 2026-07-24T09:43:55.454Z | Compiling foreign-types v0.5.0 |
| 529 | 2026-07-24T09:43:55.521Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 530 | 2026-07-24T09:43:55.633Z | Compiling tracing-attributes v0.1.31 |
| 531 | 2026-07-24T09:43:55.829Z | Compiling darling_macro v0.21.3 |
| 532 | 2026-07-24T09:43:55.997Z | Compiling cobs v0.3.0 |
| 533 | 2026-07-24T09:43:56.015Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 534 | 2026-07-24T09:43:56.161Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 535 | 2026-07-24T09:43:56.208Z | Compiling anstream v1.0.0 |
| 536 | 2026-07-24T09:43:56.257Z | Compiling num_enum v0.7.6 |
| 537 | 2026-07-24T09:43:56.354Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 538 | 2026-07-24T09:43:56.361Z | Compiling terminal_size v0.4.4 |
| 539 | 2026-07-24T09:43:56.376Z | Compiling darling v0.21.3 |
| 540 | 2026-07-24T09:43:56.443Z | Compiling ingot-macros v0.1.1 |
| 541 | 2026-07-24T09:43:56.615Z | Compiling rand v0.10.2 |
| 542 | 2026-07-24T09:43:56.625Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 543 | 2026-07-24T09:43:56.728Z | Compiling uuid v1.23.5 |
| 544 | 2026-07-24T09:43:56.807Z | Compiling tracing v0.1.44 |
| 545 | 2026-07-24T09:43:56.831Z | Compiling socket2 v0.6.4 |
| 546 | 2026-07-24T09:43:57.027Z | Compiling clap_lex v1.1.0 |
| 547 | 2026-07-24T09:43:57.119Z | Compiling heck v0.5.0 |
| 548 | 2026-07-24T09:43:57.304Z | Compiling oxnet v0.1.6 |
| 549 | 2026-07-24T09:43:57.382Z | Compiling colored v3.1.1 |
| 550 | 2026-07-24T09:43:57.411Z | Compiling clap_derive v4.6.1 |
| 551 | 2026-07-24T09:43:57.589Z | Compiling clap_builder v4.6.0 |
| 552 | 2026-07-24T09:43:57.917Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 553 | 2026-07-24T09:43:58.005Z | Compiling postcard v1.1.3 |
| 554 | 2026-07-24T09:43:59.184Z | Compiling ingot-types v0.1.2 |
| 555 | 2026-07-24T09:43:59.496Z | Compiling clap v4.6.1 |
| 556 | 2026-07-24T09:43:59.526Z | Compiling ingot v0.1.1 |
| 557 | 2026-07-24T09:44:01.207Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 558 | 2026-07-24T09:44:02.229Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 559 | 2026-07-24T09:44:03.284Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 560 | 2026-07-24T09:44:09.969Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.25s |
| 561 | 2026-07-24T09:44:09.979Z | |
| 562 | 2026-07-24T09:44:09.979Z | real 20.280089116 |
| 563 | 2026-07-24T09:44:09.979Z | user 1:42.411623967 |
| 564 | 2026-07-24T09:44:09.979Z | sys 13.567787339 |
| 565 | 2026-07-24T09:44:09.979Z | trap 0.050510286 |
| 566 | 2026-07-24T09:44:09.979Z | tflt 0.116014717 |
| 567 | 2026-07-24T09:44:09.979Z | dflt 0.238106131 |
| 568 | 2026-07-24T09:44:09.979Z | kflt 0.000030740 |
| 569 | 2026-07-24T09:44:09.979Z | lock 4:48.959848571 |
| 570 | 2026-07-24T09:44:09.979Z | slp 3:25.626064431 |
| 571 | 2026-07-24T09:44:09.979Z | lat 5.351812165 |
| 572 | 2026-07-24T09:44:09.979Z | stop 9.110305097 |
| 573 | 2026-07-24T09:44:09.979Z | + popd |
| 574 | 2026-07-24T09:44:09.979Z | /work/oxidecomputer/opte |
| 575 | 2026-07-24T09:44:09.979Z | + for x in debug release |
| 576 | 2026-07-24T09:44:09.979Z | + mkdir -p /work/debug |
| 577 | 2026-07-24T09:44:09.979Z | + cp target/debug/opteadm /work/debug/ |
| 578 | 2026-07-24T09:44:09.980Z | + sha256sum target/debug/opteadm |
| 579 | 2026-07-24T09:44:09.980Z | + for x in debug release |
| 580 | 2026-07-24T09:44:09.980Z | + mkdir -p /work/release |
| 581 | 2026-07-24T09:44:09.980Z | + cp target/release/opteadm /work/release/ |
| 582 | 2026-07-24T09:44:09.986Z | + sha256sum target/release/opteadm |
| 583 | 2026-07-24T09:44:10.039Z | process exited: duration 67274 ms, exit code 0 |
| |
| 584 | 2026-07-24T09:44:10.080Z | found 4 output files |
| 585 | 2026-07-24T09:44:10.080Z | uploading: /work/debug/opteadm (38121792 bytes) |
| 586 | 2026-07-24T09:44:12.890Z | uploaded: /work/debug/opteadm |
| 587 | 2026-07-24T09:44:12.894Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
| 588 | 2026-07-24T09:44:13.899Z | uploaded: /work/debug/opteadm.debug.sha256 |
| 589 | 2026-07-24T09:44:13.899Z | uploading: /work/release/opteadm (25876944 bytes) |
| 590 | 2026-07-24T09:44:16.387Z | uploaded: /work/release/opteadm |
| 591 | 2026-07-24T09:44:16.387Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
| 592 | 2026-07-24T09:44:17.397Z | uploaded: /work/release/opteadm.release.sha256 |