|
|
|
| 1 | 2026-06-25T04:05:53.976Z | job assigned to worker 01KVYF80W29B3VBF1YA5011VAQ [factory aws, i-06fe30f849b263d9e] (queued for 52 s) |
| |
| 2 | 2026-06-25T04:06:00.832Z | starting task 0: "setup" |
| 3 | 2026-06-25T04:06:00.914Z | ++ uname -s |
| 4 | 2026-06-25T04:06:00.915Z | + kern=SunOS |
| 5 | 2026-06-25T04:06:00.915Z | + build_user=build |
| 6 | 2026-06-25T04:06:00.915Z | + build_uid=12345 |
| 7 | 2026-06-25T04:06:00.915Z | + work_dir=/work |
| 8 | 2026-06-25T04:06:00.915Z | + input_dir=/input |
| 9 | 2026-06-25T04:06:00.915Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-25T04:06:00.915Z | + case "$kern" in |
| 11 | 2026-06-25T04:06:00.915Z | + groupadd -g 12345 build |
| 12 | 2026-06-25T04:06:00.915Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-25T04:06:02.846Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-25T04:06:03.333Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-25T04:06:03.345Z | + home_fs=zfs |
| 16 | 2026-06-25T04:06:03.345Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-25T04:06:03.345Z | + mkdir -p /home/build |
| 18 | 2026-06-25T04:06:03.345Z | + chown build:build /home/build /work |
| 19 | 2026-06-25T04:06:05.623Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-25T04:06:05.648Z | process exited: duration 4103 ms, exit code 0 |
| |
| 21 | 2026-06-25T04:06:05.658Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-25T04:06:05.664Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-25T04:06:05.664Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-25T04:06:05.664Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-06-25T04:06:05.664Z | * rust toolchain channel = "1.96.0" |
| 26 | 2026-06-25T04:06:05.664Z | * rust toolchain profile = "default" |
| 27 | 2026-06-25T04:06:05.664Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-25T04:06:05.664Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-25T04:06:05.664Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-25T04:06:05.771Z | info: downloading installer |
| 31 | 2026-06-25T04:06:07.275Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-25T04:06:07.275Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-25T04:06:07.275Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-25T04:06:07.275Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-25T04:06:07.295Z | info: profile set to default |
| 36 | 2026-06-25T04:06:07.295Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-25T04:06:07.299Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-25T04:06:07.450Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-25T04:06:07.454Z | info: downloading 6 components |
| 40 | 2026-06-25T04:06:22.725Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 41 | 2026-06-25T04:06:22.725Z | |
| 42 | 2026-06-25T04:06:22.754Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-25T04:06:22.754Z | |
| 44 | 2026-06-25T04:06:22.754Z | |
| 45 | 2026-06-25T04:06:22.754Z | Rust is installed now. Great! |
| 46 | 2026-06-25T04:06:22.754Z | |
| 47 | 2026-06-25T04:06:22.754Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-25T04:06:22.754Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-25T04:06:22.754Z | |
| 50 | 2026-06-25T04:06:22.754Z | To configure your current shell, you need to source |
| 51 | 2026-06-25T04:06:22.754Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-25T04:06:22.754Z | |
| 53 | 2026-06-25T04:06:22.754Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-25T04:06:22.754Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-25T04:06:22.754Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-25T04:06:22.754Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-25T04:06:22.754Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-25T04:06:22.754Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-25T04:06:22.754Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-25T04:06:22.757Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-25T04:06:22.757Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-25T04:06:22.860Z | + rustup --version |
| 63 | 2026-06-25T04:06:22.870Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-25T04:06:22.873Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-25T04:06:22.893Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-25T04:06:22.895Z | + cargo --version |
| 67 | 2026-06-25T04:06:22.909Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-25T04:06:22.912Z | + rustc --version |
| 69 | 2026-06-25T04:06:22.931Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-25T04:06:22.934Z | process exited: duration 17278 ms, exit code 0 |
| |
| 71 | 2026-06-25T04:06:22.939Z | starting task 2: "authentication" |
| 72 | 2026-06-25T04:06:22.956Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-25T04:06:22.961Z | starting task 3: "clone repository" |
| 74 | 2026-06-25T04:06:22.964Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-25T04:06:22.967Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-25T04:06:23.008Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-25T04:06:23.860Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-25T04:06:23.863Z | + git fetch origin 661422ffe220dfabd411fe7d2d5f76f87f356d4c |
| 79 | 2026-06-25T04:06:24.084Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-25T04:06:24.084Z | * branch 661422ffe220dfabd411fe7d2d5f76f87f356d4c -> FETCH_HEAD |
| 81 | 2026-06-25T04:06:24.089Z | + [[ -n '' ]] |
| 82 | 2026-06-25T04:06:24.089Z | + git reset --hard 661422ffe220dfabd411fe7d2d5f76f87f356d4c |
| 83 | 2026-06-25T04:06:24.106Z | HEAD is now at 661422f Update Rust to nightly-2026-06-25 |
| 84 | 2026-06-25T04:06:24.109Z | process exited: duration 1145 ms, exit code 0 |
| |
| 85 | 2026-06-25T04:06:24.115Z | starting task 4: "build" |
| 86 | 2026-06-25T04:06:24.118Z | + source .github/buildomat/common.sh |
| 87 | 2026-06-25T04:06:24.121Z | ++ rustup show active-toolchain |
| 88 | 2026-06-25T04:06:24.124Z | 1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 89 | 2026-06-25T04:06:24.126Z | ++ pushd xde |
| 90 | 2026-06-25T04:06:24.126Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 91 | 2026-06-25T04:06:24.126Z | ++ rustup show active-toolchain |
| 92 | 2026-06-25T04:06:24.130Z | info: syncing channel updates for nightly-2026-06-25-x86_64-unknown-illumos |
| 93 | 2026-06-25T04:06:24.283Z | info: latest update on 2026-06-25 for version 1.98.0-nightly (f28ac764c 2026-06-23) |
| 94 | 2026-06-25T04:06:24.286Z | info: downloading 6 components |
| 95 | 2026-06-25T04:06:38.152Z | nightly-2026-06-25-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 96 | 2026-06-25T04:06:38.254Z | +++ rustup show active-toolchain -v |
| 97 | 2026-06-25T04:06:38.258Z | +++ head -n 1 |
| 98 | 2026-06-25T04:06:38.258Z | +++ cut '-d ' -f1 |
| 99 | 2026-06-25T04:06:38.315Z | ++ export NIGHTLY=nightly-2026-06-25-x86_64-unknown-illumos |
| 100 | 2026-06-25T04:06:38.315Z | ++ NIGHTLY=nightly-2026-06-25-x86_64-unknown-illumos |
| 101 | 2026-06-25T04:06:38.315Z | ++ popd |
| 102 | 2026-06-25T04:06:38.315Z | /work/oxidecomputer/opte |
| 103 | 2026-06-25T04:06:38.318Z | + cargo --version |
| 104 | 2026-06-25T04:06:38.322Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 105 | 2026-06-25T04:06:38.322Z | + rustc --version |
| 106 | 2026-06-25T04:06:38.343Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 107 | 2026-06-25T04:06:38.346Z | + pushd bin/opteadm |
| 108 | 2026-06-25T04:06:38.346Z | + header 'check style' |
| 109 | 2026-06-25T04:06:38.346Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 110 | 2026-06-25T04:06:38.346Z | + echo '# ==== check style ==== #' |
| 111 | 2026-06-25T04:06:38.347Z | + ptime -m cargo +nightly-2026-06-25-x86_64-unknown-illumos fmt -- --check |
| 112 | 2026-06-25T04:06:38.347Z | # ==== check style ==== # |
| 113 | 2026-06-25T04:06:38.421Z | |
| 114 | 2026-06-25T04:06:38.421Z | real 0.071369210 |
| 115 | 2026-06-25T04:06:38.421Z | user 0.039103371 |
| 116 | 2026-06-25T04:06:38.421Z | sys 0.029711721 |
| 117 | 2026-06-25T04:06:38.421Z | trap 0.000001899 |
| 118 | 2026-06-25T04:06:38.424Z | tflt 0.000006929 |
| 119 | 2026-06-25T04:06:38.425Z | dflt 0.000015316 |
| 120 | 2026-06-25T04:06:38.425Z | kflt 0.000000000 |
| 121 | 2026-06-25T04:06:38.425Z | lock 0.033398936 |
| 122 | 2026-06-25T04:06:38.425Z | slp 0.049763936 |
| 123 | 2026-06-25T04:06:38.425Z | lat 0.000686431 |
| 124 | 2026-06-25T04:06:38.425Z | stop 0.000114071 |
| 125 | 2026-06-25T04:06:38.425Z | + header analyze |
| 126 | 2026-06-25T04:06:38.425Z | + echo '# ==== analyze ==== #' |
| 127 | 2026-06-25T04:06:38.425Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 128 | 2026-06-25T04:06:38.425Z | # ==== analyze ==== # |
| 129 | 2026-06-25T04:06:38.558Z | Updating crates.io index |
| 130 | 2026-06-25T04:06:38.564Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 131 | 2026-06-25T04:06:39.195Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 132 | 2026-06-25T04:06:39.432Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 133 | 2026-06-25T04:06:39.738Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 134 | 2026-06-25T04:06:39.949Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 135 | 2026-06-25T04:06:40.178Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 136 | 2026-06-25T04:06:40.451Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 137 | 2026-06-25T04:06:42.270Z | Downloading crates ... |
| 138 | 2026-06-25T04:06:42.345Z | Downloaded dyn-clone v1.0.20 |
| 139 | 2026-06-25T04:06:42.349Z | Downloaded cobs v0.3.0 |
| 140 | 2026-06-25T04:06:42.352Z | Downloaded ref-cast-impl v1.0.25 |
| 141 | 2026-06-25T04:06:42.352Z | Downloaded macaddr v1.0.1 |
| 142 | 2026-06-25T04:06:42.363Z | Downloaded anstream v1.0.0 |
| 143 | 2026-06-25T04:06:42.367Z | Downloaded ipnetwork v0.21.1 |
| 144 | 2026-06-25T04:06:42.370Z | Downloaded ingot v0.1.1 |
| 145 | 2026-06-25T04:06:42.370Z | Downloaded hash32 v0.3.1 |
| 146 | 2026-06-25T04:06:42.370Z | Downloaded anstyle-query v1.1.5 |
| 147 | 2026-06-25T04:06:42.370Z | Downloaded bitflags v1.3.2 |
| 148 | 2026-06-25T04:06:42.375Z | Downloaded cpufeatures v0.3.0 |
| 149 | 2026-06-25T04:06:42.378Z | Downloaded foreign-types-macros v0.2.3 |
| 150 | 2026-06-25T04:06:42.378Z | Downloaded embedded-io v0.6.1 |
| 151 | 2026-06-25T04:06:42.391Z | Downloaded anstyle v1.0.14 |
| 152 | 2026-06-25T04:06:42.394Z | Downloaded zerocopy-derive v0.8.52 |
| 153 | 2026-06-25T04:06:42.399Z | Downloaded equivalent v1.0.2 |
| 154 | 2026-06-25T04:06:42.399Z | Downloaded zerocopy v0.8.52 |
| 155 | 2026-06-25T04:06:42.407Z | Downloaded quote v1.0.46 |
| 156 | 2026-06-25T04:06:42.410Z | Downloaded errno v0.3.14 |
| 157 | 2026-06-25T04:06:42.411Z | Downloaded defmt-macros v1.1.0 |
| 158 | 2026-06-25T04:06:42.416Z | Downloaded byteorder v1.5.0 |
| 159 | 2026-06-25T04:06:42.416Z | Downloaded clap_lex v1.1.0 |
| 160 | 2026-06-25T04:06:42.416Z | Downloaded defmt v1.1.0 |
| 161 | 2026-06-25T04:06:42.424Z | Downloaded foreign-types v0.5.0 |
| 162 | 2026-06-25T04:06:42.428Z | Downloaded foreign-types-shared v0.3.1 |
| 163 | 2026-06-25T04:06:42.428Z | Downloaded defmt v0.3.100 |
| 164 | 2026-06-25T04:06:42.429Z | Downloaded darling_macro v0.21.3 |
| 165 | 2026-06-25T04:06:42.429Z | Downloaded clap v4.6.1 |
| 166 | 2026-06-25T04:06:42.434Z | Downloaded cfg-if v1.0.4 |
| 167 | 2026-06-25T04:06:42.437Z | Downloaded ref-cast v1.0.25 |
| 168 | 2026-06-25T04:06:42.441Z | Downloaded tabwriter v1.4.1 |
| 169 | 2026-06-25T04:06:42.441Z | Downloaded postcard v1.1.3 |
| 170 | 2026-06-25T04:06:42.448Z | Downloaded ingot-types v0.1.2 |
| 171 | 2026-06-25T04:06:42.451Z | Downloaded cstr-argument v0.1.2 |
| 172 | 2026-06-25T04:06:42.451Z | Downloaded colorchoice v1.0.5 |
| 173 | 2026-06-25T04:06:42.454Z | Downloaded is_terminal_polyfill v1.70.2 |
| 174 | 2026-06-25T04:06:42.457Z | Downloaded heck v0.5.0 |
| 175 | 2026-06-25T04:06:42.457Z | Downloaded version_check v0.9.5 |
| 176 | 2026-06-25T04:06:42.461Z | Downloaded fnv v1.0.7 |
| 177 | 2026-06-25T04:06:42.464Z | Downloaded ident_case v1.0.1 |
| 178 | 2026-06-25T04:06:42.467Z | Downloaded defmt-parser v1.0.0 |
| 179 | 2026-06-25T04:06:42.470Z | Downloaded strsim v0.11.1 |
| 180 | 2026-06-25T04:06:42.470Z | Downloaded terminal_size v0.4.4 |
| 181 | 2026-06-25T04:06:42.476Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 182 | 2026-06-25T04:06:42.479Z | Downloaded pretty-hex v0.4.2 |
| 183 | 2026-06-25T04:06:42.480Z | Downloaded embedded-io v0.4.0 |
| 184 | 2026-06-25T04:06:42.485Z | Downloaded tracing-core v0.1.36 |
| 185 | 2026-06-25T04:06:42.488Z | Downloaded socket2 v0.6.4 |
| 186 | 2026-06-25T04:06:42.488Z | Downloaded anstyle-parse v1.0.0 |
| 187 | 2026-06-25T04:06:42.493Z | Downloaded rustversion v1.0.22 |
| 188 | 2026-06-25T04:06:42.497Z | Downloaded managed v0.8.0 |
| 189 | 2026-06-25T04:06:42.497Z | Downloaded stable_deref_trait v1.2.1 |
| 190 | 2026-06-25T04:06:42.512Z | Downloaded proc-macro-crate v3.5.0 |
| 191 | 2026-06-25T04:06:42.516Z | Downloaded either v1.16.0 |
| 192 | 2026-06-25T04:06:42.523Z | Downloaded clap_derive v4.6.1 |
| 193 | 2026-06-25T04:06:42.526Z | Downloaded getrandom v0.4.3 |
| 194 | 2026-06-25T04:06:42.530Z | Downloaded anyhow v1.0.102 |
| 195 | 2026-06-25T04:06:42.530Z | Downloaded thiserror-impl v2.0.18 |
| 196 | 2026-06-25T04:06:42.533Z | Downloaded num_enum v0.7.6 |
| 197 | 2026-06-25T04:06:42.533Z | Downloaded oxnet v0.1.6 |
| 198 | 2026-06-25T04:06:42.548Z | Downloaded proc-macro-error2 v2.0.1 |
| 199 | 2026-06-25T04:06:42.552Z | Downloaded darling_core v0.21.3 |
| 200 | 2026-06-25T04:06:42.556Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 201 | 2026-06-25T04:06:42.561Z | Downloaded thiserror v2.0.18 |
| 202 | 2026-06-25T04:06:42.565Z | Downloaded rand_core v0.10.1 |
| 203 | 2026-06-25T04:06:42.565Z | Downloaded chacha20 v0.10.0 |
| 204 | 2026-06-25T04:06:42.568Z | Downloaded num_enum_derive v0.7.6 |
| 205 | 2026-06-25T04:06:42.568Z | Downloaded once_cell v1.21.4 |
| 206 | 2026-06-25T04:06:42.568Z | Downloaded colored v3.1.1 |
| 207 | 2026-06-25T04:06:42.572Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 208 | 2026-06-25T04:06:42.577Z | Downloaded utf8parse v0.2.2 |
| 209 | 2026-06-25T04:06:42.582Z | Downloaded tracing-attributes v0.1.31 |
| 210 | 2026-06-25T04:06:42.583Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 211 | 2026-06-25T04:06:42.591Z | Downloaded serde v1.0.228 |
| 212 | 2026-06-25T04:06:42.591Z | Downloaded ingot-macros v0.1.1 |
| 213 | 2026-06-25T04:06:42.601Z | Downloaded darling v0.21.3 |
| 214 | 2026-06-25T04:06:42.604Z | Downloaded pin-project-lite v0.2.17 |
| 215 | 2026-06-25T04:06:42.615Z | Downloaded unicode-ident v1.0.24 |
| 216 | 2026-06-25T04:06:42.619Z | Downloaded bitflags v2.13.0 |
| 217 | 2026-06-25T04:06:42.631Z | Downloaded uuid v1.23.3 |
| 218 | 2026-06-25T04:06:42.644Z | Downloaded proc-macro2 v1.0.106 |
| 219 | 2026-06-25T04:06:42.657Z | Downloaded serde_derive v1.0.228 |
| 220 | 2026-06-25T04:06:42.660Z | Downloaded heapless v0.8.0 |
| 221 | 2026-06-25T04:06:42.669Z | Downloaded serde_core v1.0.228 |
| 222 | 2026-06-25T04:06:42.694Z | Downloaded memchr v2.8.2 |
| 223 | 2026-06-25T04:06:42.710Z | Downloaded itertools v0.14.0 |
| 224 | 2026-06-25T04:06:42.713Z | Downloaded indexmap v2.14.0 |
| 225 | 2026-06-25T04:06:42.728Z | Downloaded aho-corasick v1.1.4 |
| 226 | 2026-06-25T04:06:42.731Z | Downloaded clap_builder v4.6.0 |
| 227 | 2026-06-25T04:06:42.740Z | Downloaded rand v0.10.1 |
| 228 | 2026-06-25T04:06:42.752Z | Downloaded hashbrown v0.17.1 |
| 229 | 2026-06-25T04:06:42.765Z | Downloaded regex v1.12.4 |
| 230 | 2026-06-25T04:06:42.786Z | Downloaded winnow v1.0.3 |
| 231 | 2026-06-25T04:06:42.807Z | Downloaded syn v1.0.109 |
| 232 | 2026-06-25T04:06:42.865Z | Downloaded unicode-width v0.2.2 |
| 233 | 2026-06-25T04:06:42.869Z | Downloaded smoltcp v0.11.0 |
| 234 | 2026-06-25T04:06:42.877Z | Downloaded syn v2.0.118 |
| 235 | 2026-06-25T04:06:42.891Z | Downloaded regex-syntax v0.8.11 |
| 236 | 2026-06-25T04:06:42.911Z | Downloaded tracing v0.1.44 |
| 237 | 2026-06-25T04:06:42.930Z | Downloaded rustix v1.1.4 |
| 238 | 2026-06-25T04:06:42.957Z | Downloaded regex-automata v0.4.14 |
| 239 | 2026-06-25T04:06:42.975Z | Downloaded libc v0.2.186 |
| 240 | 2026-06-25T04:06:43.036Z | Compiling proc-macro2 v1.0.106 |
| 241 | 2026-06-25T04:06:43.044Z | Compiling quote v1.0.46 |
| 242 | 2026-06-25T04:06:43.044Z | Compiling unicode-ident v1.0.24 |
| 243 | 2026-06-25T04:06:43.044Z | Compiling serde_core v1.0.228 |
| 244 | 2026-06-25T04:06:43.044Z | Compiling libc v0.2.186 |
| 245 | 2026-06-25T04:06:43.044Z | Checking cfg-if v1.0.4 |
| 246 | 2026-06-25T04:06:43.044Z | Compiling memchr v2.8.2 |
| 247 | 2026-06-25T04:06:43.044Z | Compiling fnv v1.0.7 |
| 248 | 2026-06-25T04:06:43.161Z | Compiling strsim v0.11.1 |
| 249 | 2026-06-25T04:06:43.204Z | Compiling ident_case v1.0.1 |
| 250 | 2026-06-25T04:06:43.231Z | Compiling thiserror v2.0.18 |
| 251 | 2026-06-25T04:06:43.309Z | Compiling regex-syntax v0.8.11 |
| 252 | 2026-06-25T04:06:43.459Z | Compiling hashbrown v0.17.1 |
| 253 | 2026-06-25T04:06:43.483Z | Compiling aho-corasick v1.1.4 |
| 254 | 2026-06-25T04:06:43.659Z | Compiling equivalent v1.0.2 |
| 255 | 2026-06-25T04:06:43.734Z | Compiling either v1.16.0 |
| 256 | 2026-06-25T04:06:43.740Z | Compiling serde v1.0.228 |
| 257 | 2026-06-25T04:06:43.800Z | Compiling winnow v1.0.3 |
| 258 | 2026-06-25T04:06:43.937Z | Compiling anyhow v1.0.102 |
| 259 | 2026-06-25T04:06:44.009Z | Compiling zerocopy v0.8.52 |
| 260 | 2026-06-25T04:06:44.077Z | Compiling indexmap v2.14.0 |
| 261 | 2026-06-25T04:06:44.307Z | Compiling itertools v0.14.0 |
| 262 | 2026-06-25T04:06:44.420Z | Compiling syn v2.0.118 |
| 263 | 2026-06-25T04:06:44.472Z | Compiling heapless v0.8.0 |
| 264 | 2026-06-25T04:06:44.690Z | Checking byteorder v1.5.0 |
| 265 | 2026-06-25T04:06:44.762Z | Compiling regex-automata v0.4.14 |
| 266 | 2026-06-25T04:06:44.815Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 267 | 2026-06-25T04:06:44.839Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 268 | 2026-06-25T04:06:44.903Z | Checking hash32 v0.3.1 |
| 269 | 2026-06-25T04:06:44.910Z | Checking bitflags v2.13.0 |
| 270 | 2026-06-25T04:06:45.057Z | Compiling rustversion v1.0.22 |
| 271 | 2026-06-25T04:06:45.072Z | Compiling syn v1.0.109 |
| 272 | 2026-06-25T04:06:45.190Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 273 | 2026-06-25T04:06:45.393Z | Checking macaddr v1.0.1 |
| 274 | 2026-06-25T04:06:45.400Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 275 | 2026-06-25T04:06:45.417Z | Checking stable_deref_trait v1.2.1 |
| 276 | 2026-06-25T04:06:45.423Z | Compiling smoltcp v0.11.0 |
| 277 | 2026-06-25T04:06:45.610Z | Checking bitflags v1.3.2 |
| 278 | 2026-06-25T04:06:45.621Z | Checking rand_core v0.10.1 |
| 279 | 2026-06-25T04:06:45.639Z | Compiling getrandom v0.4.3 |
| 280 | 2026-06-25T04:06:45.672Z | Checking managed v0.8.0 |
| 281 | 2026-06-25T04:06:45.754Z | Compiling proc-macro-crate v3.5.0 |
| 282 | 2026-06-25T04:06:45.770Z | Compiling rustix v1.1.4 |
| 283 | 2026-06-25T04:06:45.852Z | Compiling version_check v0.9.5 |
| 284 | 2026-06-25T04:06:45.856Z | Compiling ref-cast v1.0.25 |
| 285 | 2026-06-25T04:06:45.896Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 286 | 2026-06-25T04:06:46.128Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 287 | 2026-06-25T04:06:46.194Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 288 | 2026-06-25T04:06:46.308Z | Checking errno v0.3.14 |
| 289 | 2026-06-25T04:06:46.370Z | Checking utf8parse v0.2.2 |
| 290 | 2026-06-25T04:06:46.438Z | Checking unicode-width v0.2.2 |
| 291 | 2026-06-25T04:06:46.501Z | Checking foreign-types-shared v0.3.1 |
| 292 | 2026-06-25T04:06:46.584Z | Compiling regex v1.12.4 |
| 293 | 2026-06-25T04:06:46.684Z | Checking once_cell v1.21.4 |
| 294 | 2026-06-25T04:06:46.769Z | Checking cpufeatures v0.3.0 |
| 295 | 2026-06-25T04:06:46.831Z | Checking ipnetwork v0.21.1 |
| 296 | 2026-06-25T04:06:46.839Z | Checking cstr-argument v0.1.2 |
| 297 | 2026-06-25T04:06:46.855Z | Checking tracing-core v0.1.36 |
| 298 | 2026-06-25T04:06:46.953Z | Checking chacha20 v0.10.0 |
| 299 | 2026-06-25T04:06:46.980Z | Checking tabwriter v1.4.1 |
| 300 | 2026-06-25T04:06:47.003Z | Checking anstyle-parse v1.0.0 |
| 301 | 2026-06-25T04:06:47.123Z | Compiling darling_core v0.21.3 |
| 302 | 2026-06-25T04:06:47.375Z | Checking is_terminal_polyfill v1.70.2 |
| 303 | 2026-06-25T04:06:47.415Z | Checking pretty-hex v0.4.2 |
| 304 | 2026-06-25T04:06:47.455Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 305 | 2026-06-25T04:06:47.508Z | Checking dyn-clone v1.0.20 |
| 306 | 2026-06-25T04:06:47.526Z | Checking anstyle-query v1.1.5 |
| 307 | 2026-06-25T04:06:47.535Z | Checking anstyle v1.0.14 |
| 308 | 2026-06-25T04:06:47.603Z | Checking colorchoice v1.0.5 |
| 309 | 2026-06-25T04:06:47.608Z | Checking pin-project-lite v0.2.17 |
| 310 | 2026-06-25T04:06:47.626Z | Checking terminal_size v0.4.4 |
| 311 | 2026-06-25T04:06:47.688Z | Checking rand v0.10.1 |
| 312 | 2026-06-25T04:06:47.719Z | Checking anstream v1.0.0 |
| 313 | 2026-06-25T04:06:47.732Z | Checking uuid v1.23.3 |
| 314 | 2026-06-25T04:06:47.882Z | Checking socket2 v0.6.4 |
| 315 | 2026-06-25T04:06:47.901Z | Checking oxnet v0.1.6 |
| 316 | 2026-06-25T04:06:47.969Z | Checking colored v3.1.1 |
| 317 | 2026-06-25T04:06:47.989Z | Checking clap_lex v1.1.0 |
| 318 | 2026-06-25T04:06:48.128Z | Compiling heck v0.5.0 |
| 319 | 2026-06-25T04:06:48.145Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 320 | 2026-06-25T04:06:48.237Z | Checking clap_builder v4.6.0 |
| 321 | 2026-06-25T04:06:48.295Z | Compiling thiserror-impl v2.0.18 |
| 322 | 2026-06-25T04:06:48.381Z | Compiling zerocopy-derive v0.8.52 |
| 323 | 2026-06-25T04:06:48.455Z | Compiling serde_derive v1.0.228 |
| 324 | 2026-06-25T04:06:48.561Z | Compiling ref-cast-impl v1.0.25 |
| 325 | 2026-06-25T04:06:48.971Z | Compiling foreign-types-macros v0.2.3 |
| 326 | 2026-06-25T04:06:49.171Z | Compiling num_enum_derive v0.7.6 |
| 327 | 2026-06-25T04:06:49.216Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 328 | 2026-06-25T04:06:49.231Z | Compiling darling_macro v0.21.3 |
| 329 | 2026-06-25T04:06:49.588Z | Checking foreign-types v0.5.0 |
| 330 | 2026-06-25T04:06:49.592Z | Checking cobs v0.3.0 |
| 331 | 2026-06-25T04:06:49.605Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 332 | 2026-06-25T04:06:49.656Z | Compiling tracing-attributes v0.1.31 |
| 333 | 2026-06-25T04:06:49.725Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 334 | 2026-06-25T04:06:49.732Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 335 | 2026-06-25T04:06:49.795Z | Compiling darling v0.21.3 |
| 336 | 2026-06-25T04:06:49.805Z | Compiling clap_derive v4.6.1 |
| 337 | 2026-06-25T04:06:49.868Z | Compiling ingot-macros v0.1.1 |
| 338 | 2026-06-25T04:06:50.209Z | Checking num_enum v0.7.6 |
| 339 | 2026-06-25T04:06:50.318Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 340 | 2026-06-25T04:06:50.742Z | Checking tracing v0.1.44 |
| 341 | 2026-06-25T04:06:51.154Z | Checking clap v4.6.1 |
| 342 | 2026-06-25T04:06:51.195Z | Checking postcard v1.1.3 |
| 343 | 2026-06-25T04:06:52.358Z | Checking ingot-types v0.1.2 |
| 344 | 2026-06-25T04:06:52.622Z | Checking ingot v0.1.1 |
| 345 | 2026-06-25T04:06:53.921Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 346 | 2026-06-25T04:06:55.113Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 347 | 2026-06-25T04:06:56.323Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 348 | 2026-06-25T04:06:57.143Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.67s |
| 349 | 2026-06-25T04:06:57.256Z | |
| 350 | 2026-06-25T04:06:57.256Z | real 18.830926043 |
| 351 | 2026-06-25T04:06:57.256Z | user 54.639287339 |
| 352 | 2026-06-25T04:06:57.256Z | sys 13.121632191 |
| 353 | 2026-06-25T04:06:57.260Z | trap 0.042781123 |
| 354 | 2026-06-25T04:06:57.260Z | tflt 0.085380467 |
| 355 | 2026-06-25T04:06:57.261Z | dflt 0.140441673 |
| 356 | 2026-06-25T04:06:57.261Z | kflt 0.004681334 |
| 357 | 2026-06-25T04:06:57.261Z | lock 3:20.868395443 |
| 358 | 2026-06-25T04:06:57.261Z | slp 2:59.935493105 |
| 359 | 2026-06-25T04:06:57.261Z | lat 3.985157521 |
| 360 | 2026-06-25T04:06:57.261Z | stop 12.845186057 |
| 361 | 2026-06-25T04:06:57.261Z | + header 'debug build' |
| 362 | 2026-06-25T04:06:57.261Z | + echo '# ==== debug build ==== #' |
| 363 | 2026-06-25T04:06:57.261Z | + ptime -m cargo build |
| 364 | 2026-06-25T04:06:57.261Z | # ==== debug build ==== # |
| 365 | 2026-06-25T04:06:57.410Z | Compiling cfg-if v1.0.4 |
| 366 | 2026-06-25T04:06:57.410Z | Compiling serde_core v1.0.228 |
| 367 | 2026-06-25T04:06:57.410Z | Compiling libc v0.2.186 |
| 368 | 2026-06-25T04:06:57.437Z | Compiling thiserror v2.0.18 |
| 369 | 2026-06-25T04:06:57.440Z | Compiling byteorder v1.5.0 |
| 370 | 2026-06-25T04:06:57.443Z | Compiling zerocopy v0.8.52 |
| 371 | 2026-06-25T04:06:57.443Z | Compiling macaddr v1.0.1 |
| 372 | 2026-06-25T04:06:57.447Z | Compiling stable_deref_trait v1.2.1 |
| 373 | 2026-06-25T04:06:57.487Z | Compiling bitflags v1.3.2 |
| 374 | 2026-06-25T04:06:57.500Z | Compiling cobs v0.3.0 |
| 375 | 2026-06-25T04:06:57.513Z | Compiling managed v0.8.0 |
| 376 | 2026-06-25T04:06:57.546Z | Compiling rand_core v0.10.1 |
| 377 | 2026-06-25T04:06:57.606Z | Compiling hash32 v0.3.1 |
| 378 | 2026-06-25T04:06:57.685Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 379 | 2026-06-25T04:06:57.698Z | Compiling heapless v0.8.0 |
| 380 | 2026-06-25T04:06:57.731Z | Compiling errno v0.3.14 |
| 381 | 2026-06-25T04:06:57.750Z | Compiling cpufeatures v0.3.0 |
| 382 | 2026-06-25T04:06:57.763Z | Compiling utf8parse v0.2.2 |
| 383 | 2026-06-25T04:06:57.763Z | Compiling foreign-types-shared v0.3.1 |
| 384 | 2026-06-25T04:06:57.811Z | Compiling ipnetwork v0.21.1 |
| 385 | 2026-06-25T04:06:57.839Z | Compiling once_cell v1.21.4 |
| 386 | 2026-06-25T04:06:57.852Z | Compiling memchr v2.8.2 |
| 387 | 2026-06-25T04:06:57.887Z | Compiling unicode-width v0.2.2 |
| 388 | 2026-06-25T04:06:57.937Z | Compiling anstyle-parse v1.0.0 |
| 389 | 2026-06-25T04:06:58.073Z | Compiling smoltcp v0.11.0 |
| 390 | 2026-06-25T04:06:58.123Z | Compiling tabwriter v1.4.1 |
| 391 | 2026-06-25T04:06:58.147Z | Compiling tracing-core v0.1.36 |
| 392 | 2026-06-25T04:06:58.181Z | Compiling foreign-types v0.5.0 |
| 393 | 2026-06-25T04:06:58.247Z | Compiling cstr-argument v0.1.2 |
| 394 | 2026-06-25T04:06:58.331Z | Compiling chacha20 v0.10.0 |
| 395 | 2026-06-25T04:06:58.409Z | Compiling ref-cast v1.0.25 |
| 396 | 2026-06-25T04:06:58.503Z | Compiling num_enum v0.7.6 |
| 397 | 2026-06-25T04:06:58.538Z | Compiling getrandom v0.4.3 |
| 398 | 2026-06-25T04:06:58.610Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 399 | 2026-06-25T04:06:58.666Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 400 | 2026-06-25T04:06:58.713Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 401 | 2026-06-25T04:06:58.745Z | Compiling colorchoice v1.0.5 |
| 402 | 2026-06-25T04:06:58.764Z | Compiling pretty-hex v0.4.2 |
| 403 | 2026-06-25T04:06:58.855Z | Compiling anstyle-query v1.1.5 |
| 404 | 2026-06-25T04:06:58.890Z | Compiling anstyle v1.0.14 |
| 405 | 2026-06-25T04:06:58.961Z | Compiling is_terminal_polyfill v1.70.2 |
| 406 | 2026-06-25T04:06:59.032Z | Compiling pin-project-lite v0.2.17 |
| 407 | 2026-06-25T04:06:59.046Z | Compiling dyn-clone v1.0.20 |
| 408 | 2026-06-25T04:06:59.120Z | Compiling bitflags v2.13.0 |
| 409 | 2026-06-25T04:06:59.155Z | Compiling serde v1.0.228 |
| 410 | 2026-06-25T04:06:59.204Z | Compiling uuid v1.23.3 |
| 411 | 2026-06-25T04:06:59.268Z | Compiling tracing v0.1.44 |
| 412 | 2026-06-25T04:06:59.344Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 413 | 2026-06-25T04:06:59.458Z | Compiling rustix v1.1.4 |
| 414 | 2026-06-25T04:06:59.568Z | Compiling anstream v1.0.0 |
| 415 | 2026-06-25T04:06:59.634Z | Compiling postcard v1.1.3 |
| 416 | 2026-06-25T04:06:59.807Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 417 | 2026-06-25T04:06:59.824Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 418 | 2026-06-25T04:06:59.962Z | Compiling terminal_size v0.4.4 |
| 419 | 2026-06-25T04:06:59.983Z | Compiling anyhow v1.0.102 |
| 420 | 2026-06-25T04:07:00.020Z | Compiling rand v0.10.1 |
| 421 | 2026-06-25T04:07:00.079Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 422 | 2026-06-25T04:07:00.125Z | Compiling socket2 v0.6.4 |
| 423 | 2026-06-25T04:07:00.195Z | Compiling strsim v0.11.1 |
| 424 | 2026-06-25T04:07:00.340Z | Compiling ingot-types v0.1.2 |
| 425 | 2026-06-25T04:07:00.502Z | Compiling oxnet v0.1.6 |
| 426 | 2026-06-25T04:07:00.710Z | Compiling ingot v0.1.1 |
| 427 | 2026-06-25T04:07:00.755Z | Compiling colored v3.1.1 |
| 428 | 2026-06-25T04:07:00.881Z | Compiling winnow v1.0.3 |
| 429 | 2026-06-25T04:07:00.998Z | Compiling clap_lex v1.1.0 |
| 430 | 2026-06-25T04:07:01.006Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 431 | 2026-06-25T04:07:01.140Z | Compiling clap_builder v4.6.0 |
| 432 | 2026-06-25T04:07:01.805Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 433 | 2026-06-25T04:07:02.352Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 434 | 2026-06-25T04:07:02.787Z | Compiling clap v4.6.1 |
| 435 | 2026-06-25T04:07:04.027Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 436 | 2026-06-25T04:07:05.512Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 437 | 2026-06-25T04:07:09.936Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.67s |
| 438 | 2026-06-25T04:07:09.963Z | |
| 439 | 2026-06-25T04:07:09.966Z | real 12.697167454 |
| 440 | 2026-06-25T04:07:09.966Z | user 1:05.518721928 |
| 441 | 2026-06-25T04:07:09.966Z | sys 6.006418080 |
| 442 | 2026-06-25T04:07:09.966Z | trap 0.033716685 |
| 443 | 2026-06-25T04:07:09.966Z | tflt 0.124786644 |
| 444 | 2026-06-25T04:07:09.966Z | dflt 0.189247722 |
| 445 | 2026-06-25T04:07:09.966Z | kflt 0.000009147 |
| 446 | 2026-06-25T04:07:09.966Z | lock 2:56.250689570 |
| 447 | 2026-06-25T04:07:09.967Z | slp 1:56.790648916 |
| 448 | 2026-06-25T04:07:09.967Z | lat 3.777978690 |
| 449 | 2026-06-25T04:07:09.967Z | stop 2.718093050 |
| 450 | 2026-06-25T04:07:09.967Z | + header 'release build' |
| 451 | 2026-06-25T04:07:09.967Z | + echo '# ==== release build ==== #' |
| 452 | 2026-06-25T04:07:09.967Z | # ==== release build ==== # |
| 453 | 2026-06-25T04:07:09.967Z | + ptime -m cargo build --release |
| 454 | 2026-06-25T04:07:10.061Z | Compiling proc-macro2 v1.0.106 |
| 455 | 2026-06-25T04:07:10.062Z | Compiling unicode-ident v1.0.24 |
| 456 | 2026-06-25T04:07:10.062Z | Compiling quote v1.0.46 |
| 457 | 2026-06-25T04:07:10.062Z | Compiling serde_core v1.0.228 |
| 458 | 2026-06-25T04:07:10.062Z | Compiling libc v0.2.186 |
| 459 | 2026-06-25T04:07:10.062Z | Compiling cfg-if v1.0.4 |
| 460 | 2026-06-25T04:07:10.062Z | Compiling thiserror v2.0.18 |
| 461 | 2026-06-25T04:07:10.065Z | Compiling ident_case v1.0.1 |
| 462 | 2026-06-25T04:07:10.133Z | Compiling memchr v2.8.2 |
| 463 | 2026-06-25T04:07:10.199Z | Compiling strsim v0.11.1 |
| 464 | 2026-06-25T04:07:10.202Z | Compiling fnv v1.0.7 |
| 465 | 2026-06-25T04:07:10.279Z | Compiling regex-syntax v0.8.11 |
| 466 | 2026-06-25T04:07:10.395Z | Compiling equivalent v1.0.2 |
| 467 | 2026-06-25T04:07:10.462Z | Compiling winnow v1.0.3 |
| 468 | 2026-06-25T04:07:10.472Z | Compiling zerocopy v0.8.52 |
| 469 | 2026-06-25T04:07:10.581Z | Compiling aho-corasick v1.1.4 |
| 470 | 2026-06-25T04:07:10.671Z | Compiling anyhow v1.0.102 |
| 471 | 2026-06-25T04:07:10.799Z | Compiling serde v1.0.228 |
| 472 | 2026-06-25T04:07:10.840Z | Compiling hashbrown v0.17.1 |
| 473 | 2026-06-25T04:07:10.981Z | Compiling either v1.16.0 |
| 474 | 2026-06-25T04:07:11.176Z | Compiling itertools v0.14.0 |
| 475 | 2026-06-25T04:07:11.256Z | Compiling syn v2.0.118 |
| 476 | 2026-06-25T04:07:11.325Z | Compiling indexmap v2.14.0 |
| 477 | 2026-06-25T04:07:11.358Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 478 | 2026-06-25T04:07:11.510Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 479 | 2026-06-25T04:07:11.720Z | Compiling regex-automata v0.4.14 |
| 480 | 2026-06-25T04:07:11.893Z | Compiling byteorder v1.5.0 |
| 481 | 2026-06-25T04:07:11.922Z | Compiling heapless v0.8.0 |
| 482 | 2026-06-25T04:07:11.936Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 483 | 2026-06-25T04:07:12.070Z | Compiling hash32 v0.3.1 |
| 484 | 2026-06-25T04:07:12.201Z | Compiling bitflags v2.13.0 |
| 485 | 2026-06-25T04:07:12.308Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 486 | 2026-06-25T04:07:12.333Z | Compiling stable_deref_trait v1.2.1 |
| 487 | 2026-06-25T04:07:12.352Z | Compiling smoltcp v0.11.0 |
| 488 | 2026-06-25T04:07:12.397Z | Compiling syn v1.0.109 |
| 489 | 2026-06-25T04:07:12.402Z | Compiling macaddr v1.0.1 |
| 490 | 2026-06-25T04:07:12.526Z | Compiling rustversion v1.0.22 |
| 491 | 2026-06-25T04:07:12.536Z | Compiling proc-macro-crate v3.5.0 |
| 492 | 2026-06-25T04:07:12.675Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 493 | 2026-06-25T04:07:12.728Z | Compiling getrandom v0.4.3 |
| 494 | 2026-06-25T04:07:12.815Z | Compiling bitflags v1.3.2 |
| 495 | 2026-06-25T04:07:12.874Z | Compiling rand_core v0.10.1 |
| 496 | 2026-06-25T04:07:12.878Z | Compiling version_check v0.9.5 |
| 497 | 2026-06-25T04:07:12.888Z | Compiling managed v0.8.0 |
| 498 | 2026-06-25T04:07:12.932Z | Compiling ref-cast v1.0.25 |
| 499 | 2026-06-25T04:07:12.981Z | Compiling rustix v1.1.4 |
| 500 | 2026-06-25T04:07:13.123Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 501 | 2026-06-25T04:07:13.258Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 502 | 2026-06-25T04:07:13.335Z | Compiling errno v0.3.14 |
| 503 | 2026-06-25T04:07:13.473Z | Compiling regex v1.12.4 |
| 504 | 2026-06-25T04:07:13.498Z | Compiling once_cell v1.21.4 |
| 505 | 2026-06-25T04:07:13.571Z | Compiling ipnetwork v0.21.1 |
| 506 | 2026-06-25T04:07:13.647Z | Compiling cpufeatures v0.3.0 |
| 507 | 2026-06-25T04:07:13.719Z | Compiling foreign-types-shared v0.3.1 |
| 508 | 2026-06-25T04:07:13.799Z | Compiling darling_core v0.21.3 |
| 509 | 2026-06-25T04:07:13.855Z | Compiling unicode-width v0.2.2 |
| 510 | 2026-06-25T04:07:13.938Z | Compiling utf8parse v0.2.2 |
| 511 | 2026-06-25T04:07:14.033Z | Compiling anstyle-parse v1.0.0 |
| 512 | 2026-06-25T04:07:14.136Z | Compiling cstr-argument v0.1.2 |
| 513 | 2026-06-25T04:07:14.225Z | Compiling tabwriter v1.4.1 |
| 514 | 2026-06-25T04:07:14.247Z | Compiling chacha20 v0.10.0 |
| 515 | 2026-06-25T04:07:14.284Z | Compiling tracing-core v0.1.36 |
| 516 | 2026-06-25T04:07:14.926Z | Compiling is_terminal_polyfill v1.70.2 |
| 517 | 2026-06-25T04:07:14.940Z | Compiling dyn-clone v1.0.20 |
| 518 | 2026-06-25T04:07:14.990Z | Compiling thiserror-impl v2.0.18 |
| 519 | 2026-06-25T04:07:15.002Z | Compiling serde_derive v1.0.228 |
| 520 | 2026-06-25T04:07:15.069Z | Compiling zerocopy-derive v0.8.52 |
| 521 | 2026-06-25T04:07:15.131Z | Compiling foreign-types-macros v0.2.3 |
| 522 | 2026-06-25T04:07:15.330Z | Compiling ref-cast-impl v1.0.25 |
| 523 | 2026-06-25T04:07:15.761Z | Compiling num_enum_derive v0.7.6 |
| 524 | 2026-06-25T04:07:15.815Z | Compiling foreign-types v0.5.0 |
| 525 | 2026-06-25T04:07:15.882Z | Compiling tracing-attributes v0.1.31 |
| 526 | 2026-06-25T04:07:15.921Z | Compiling darling_macro v0.21.3 |
| 527 | 2026-06-25T04:07:16.007Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 528 | 2026-06-25T04:07:16.320Z | Compiling cobs v0.3.0 |
| 529 | 2026-06-25T04:07:16.455Z | Compiling darling v0.21.3 |
| 530 | 2026-06-25T04:07:16.492Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 531 | 2026-06-25T04:07:16.515Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 532 | 2026-06-25T04:07:16.520Z | Compiling ingot-macros v0.1.1 |
| 533 | 2026-06-25T04:07:16.531Z | Compiling anstyle v1.0.14 |
| 534 | 2026-06-25T04:07:16.689Z | Compiling pretty-hex v0.4.2 |
| 535 | 2026-06-25T04:07:16.741Z | Compiling num_enum v0.7.6 |
| 536 | 2026-06-25T04:07:16.758Z | Compiling anstyle-query v1.1.5 |
| 537 | 2026-06-25T04:07:16.810Z | Compiling pin-project-lite v0.2.17 |
| 538 | 2026-06-25T04:07:16.844Z | Compiling colorchoice v1.0.5 |
| 539 | 2026-06-25T04:07:16.847Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 540 | 2026-06-25T04:07:16.900Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 541 | 2026-06-25T04:07:16.945Z | Compiling anstream v1.0.0 |
| 542 | 2026-06-25T04:07:16.983Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 543 | 2026-06-25T04:07:17.033Z | Compiling terminal_size v0.4.4 |
| 544 | 2026-06-25T04:07:17.087Z | Compiling tracing v0.1.44 |
| 545 | 2026-06-25T04:07:17.236Z | Compiling rand v0.10.1 |
| 546 | 2026-06-25T04:07:17.352Z | Compiling uuid v1.23.3 |
| 547 | 2026-06-25T04:07:17.380Z | Compiling socket2 v0.6.4 |
| 548 | 2026-06-25T04:07:17.396Z | Compiling colored v3.1.1 |
| 549 | 2026-06-25T04:07:17.763Z | Compiling clap_lex v1.1.0 |
| 550 | 2026-06-25T04:07:17.939Z | Compiling heck v0.5.0 |
| 551 | 2026-06-25T04:07:18.037Z | Compiling oxnet v0.1.6 |
| 552 | 2026-06-25T04:07:18.069Z | Compiling clap_builder v4.6.0 |
| 553 | 2026-06-25T04:07:18.130Z | Compiling clap_derive v4.6.1 |
| 554 | 2026-06-25T04:07:18.317Z | Compiling postcard v1.1.3 |
| 555 | 2026-06-25T04:07:18.328Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 556 | 2026-06-25T04:07:19.439Z | Compiling ingot-types v0.1.2 |
| 557 | 2026-06-25T04:07:19.756Z | Compiling ingot v0.1.1 |
| 558 | 2026-06-25T04:07:19.846Z | Compiling clap v4.6.1 |
| 559 | 2026-06-25T04:07:21.534Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 560 | 2026-06-25T04:07:22.534Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 561 | 2026-06-25T04:07:23.573Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 562 | 2026-06-25T04:07:30.123Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.14s |
| 563 | 2026-06-25T04:07:30.151Z | |
| 564 | 2026-06-25T04:07:30.153Z | real 20.176395950 |
| 565 | 2026-06-25T04:07:30.153Z | user 1:43.266004862 |
| 566 | 2026-06-25T04:07:30.153Z | sys 13.544264908 |
| 567 | 2026-06-25T04:07:30.154Z | trap 0.053714613 |
| 568 | 2026-06-25T04:07:30.154Z | tflt 0.130653295 |
| 569 | 2026-06-25T04:07:30.154Z | dflt 0.338088679 |
| 570 | 2026-06-25T04:07:30.154Z | kflt 0.000097617 |
| 571 | 2026-06-25T04:07:30.154Z | lock 4:26.314041467 |
| 572 | 2026-06-25T04:07:30.154Z | slp 3:25.438552804 |
| 573 | 2026-06-25T04:07:30.154Z | lat 5.084231278 |
| 574 | 2026-06-25T04:07:30.154Z | stop 8.836120998 |
| 575 | 2026-06-25T04:07:30.154Z | + popd |
| 576 | 2026-06-25T04:07:30.154Z | /work/oxidecomputer/opte |
| 577 | 2026-06-25T04:07:30.154Z | + for x in debug release |
| 578 | 2026-06-25T04:07:30.154Z | + mkdir -p /work/debug |
| 579 | 2026-06-25T04:07:30.154Z | + cp target/debug/opteadm /work/debug/ |
| 580 | 2026-06-25T04:07:30.177Z | + sha256sum target/debug/opteadm |
| 581 | 2026-06-25T04:07:30.202Z | + for x in debug release |
| 582 | 2026-06-25T04:07:30.202Z | + mkdir -p /work/release |
| 583 | 2026-06-25T04:07:30.222Z | + cp target/release/opteadm /work/release/ |
| 584 | 2026-06-25T04:07:30.222Z | + sha256sum target/release/opteadm |
| 585 | 2026-06-25T04:07:30.237Z | process exited: duration 66121 ms, exit code 0 |
| |
| 586 | 2026-06-25T04:07:30.247Z | found 4 output files |
| 587 | 2026-06-25T04:07:30.247Z | uploading: /work/debug/opteadm (36543376 bytes) |
| 588 | 2026-06-25T04:07:31.506Z | uploaded: /work/debug/opteadm |
| 589 | 2026-06-25T04:07:31.507Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
| 590 | 2026-06-25T04:07:32.519Z | uploaded: /work/debug/opteadm.debug.sha256 |
| 591 | 2026-06-25T04:07:32.520Z | uploading: /work/release/opteadm (24742072 bytes) |
| 592 | 2026-06-25T04:07:33.695Z | uploaded: /work/release/opteadm |
| 593 | 2026-06-25T04:07:33.695Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
| 594 | 2026-06-25T04:07:34.703Z | uploaded: /work/release/opteadm.release.sha256 |