|
|
|
| 1 | 2026-07-26T04:24:10.067Z | job assigned to worker 01KYEAKEVG8KTYPT5P4HHR16CQ [factory aws, i-0e6f8f3a192cf8032] (queued for 1 m 0 s) |
| |
| 2 | 2026-07-26T04:24:17.450Z | starting task 0: "setup" |
| 3 | 2026-07-26T04:24:17.470Z | ++ uname -s |
| 4 | 2026-07-26T04:24:17.470Z | + kern=SunOS |
| 5 | 2026-07-26T04:24:17.470Z | + build_user=build |
| 6 | 2026-07-26T04:24:17.470Z | + build_uid=12345 |
| 7 | 2026-07-26T04:24:17.470Z | + work_dir=/work |
| 8 | 2026-07-26T04:24:17.470Z | + input_dir=/input |
| 9 | 2026-07-26T04:24:17.470Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-26T04:24:17.470Z | + case "$kern" in |
| 11 | 2026-07-26T04:24:17.470Z | + groupadd -g 12345 build |
| 12 | 2026-07-26T04:24:17.470Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-26T04:24:19.421Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-26T04:24:19.519Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-26T04:24:19.524Z | + home_fs=zfs |
| 16 | 2026-07-26T04:24:19.524Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-26T04:24:19.524Z | + mkdir -p /home/build |
| 18 | 2026-07-26T04:24:19.524Z | + chown build:build /home/build /work |
| 19 | 2026-07-26T04:24:21.522Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-26T04:24:21.530Z | process exited: duration 4120 ms, exit code 0 |
| |
| 21 | 2026-07-26T04:24:21.545Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-26T04:24:21.554Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-26T04:24:21.554Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-07-26T04:24:21.554Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-07-26T04:24:21.554Z | * rust toolchain profile = "default" |
| 26 | 2026-07-26T04:24:21.554Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-26T04:24:21.554Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-26T04:24:21.554Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-26T04:24:21.554Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-26T04:24:21.609Z | info: downloading installer |
| 31 | 2026-07-26T04:24:23.115Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-26T04:24:23.115Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-26T04:24:23.115Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-26T04:24:23.115Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-26T04:24:23.128Z | info: profile set to default |
| 36 | 2026-07-26T04:24:23.128Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-26T04:24:23.132Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-26T04:24:23.279Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-26T04:24:23.282Z | info: downloading 6 components |
| 40 | 2026-07-26T04:24:38.103Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-07-26T04:24:38.103Z | |
| 42 | 2026-07-26T04:24:38.129Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-26T04:24:38.129Z | |
| 44 | 2026-07-26T04:24:38.129Z | |
| 45 | 2026-07-26T04:24:38.129Z | Rust is installed now. Great! |
| 46 | 2026-07-26T04:24:38.129Z | |
| 47 | 2026-07-26T04:24:38.130Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-26T04:24:38.130Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-26T04:24:38.130Z | |
| 50 | 2026-07-26T04:24:38.130Z | To configure your current shell, you need to source |
| 51 | 2026-07-26T04:24:38.130Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-26T04:24:38.130Z | |
| 53 | 2026-07-26T04:24:38.130Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-26T04:24:38.130Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-26T04:24:38.130Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-26T04:24:38.130Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-26T04:24:38.130Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-26T04:24:38.130Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-26T04:24:38.130Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-26T04:24:38.133Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-26T04:24:38.133Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-26T04:24:38.232Z | + rustup --version |
| 63 | 2026-07-26T04:24:38.242Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-26T04:24:38.245Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-26T04:24:38.262Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-26T04:24:38.265Z | + cargo --version |
| 67 | 2026-07-26T04:24:38.279Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-26T04:24:38.283Z | + rustc --version |
| 69 | 2026-07-26T04:24:38.302Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-26T04:24:38.306Z | process exited: duration 16760 ms, exit code 0 |
| |
| 71 | 2026-07-26T04:24:38.327Z | starting task 2: "authentication" |
| 72 | 2026-07-26T04:24:38.341Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-07-26T04:24:38.349Z | starting task 3: "clone repository" |
| 74 | 2026-07-26T04:24:38.355Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-26T04:24:38.355Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-26T04:24:38.394Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-26T04:24:39.529Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-26T04:24:39.529Z | + git fetch origin 10df0e1bc93e19e4c13d53bb7bb1b49d6a28dfad |
| 79 | 2026-07-26T04:24:39.761Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-26T04:24:39.761Z | * branch 10df0e1bc93e19e4c13d53bb7bb1b49d6a28dfad -> FETCH_HEAD |
| 81 | 2026-07-26T04:24:39.779Z | + [[ -n renovate/ctor-1.x ]] |
| 82 | 2026-07-26T04:24:39.779Z | ++ git branch --show-current |
| 83 | 2026-07-26T04:24:39.779Z | + current=master |
| 84 | 2026-07-26T04:24:39.779Z | + [[ master != renovate/ctor-1.x ]] |
| 85 | 2026-07-26T04:24:39.779Z | + git branch -f renovate/ctor-1.x 10df0e1bc93e19e4c13d53bb7bb1b49d6a28dfad |
| 86 | 2026-07-26T04:24:39.779Z | + git checkout -f renovate/ctor-1.x |
| 87 | 2026-07-26T04:24:39.802Z | Switched to branch 'renovate/ctor-1.x' |
| 88 | 2026-07-26T04:24:39.802Z | + git reset --hard 10df0e1bc93e19e4c13d53bb7bb1b49d6a28dfad |
| 89 | 2026-07-26T04:24:39.815Z | HEAD is now at 10df0e1 Update Rust crate ctor to v1 |
| 90 | 2026-07-26T04:24:39.815Z | process exited: duration 1447 ms, exit code 0 |
| |
| 91 | 2026-07-26T04:24:39.867Z | starting task 4: "build" |
| 92 | 2026-07-26T04:24:39.882Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-26T04:24:39.882Z | ++ rustup show active-toolchain |
| 94 | 2026-07-26T04:24:39.889Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-26T04:24:39.889Z | ++ pushd xde |
| 96 | 2026-07-26T04:24:39.889Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-26T04:24:39.889Z | ++ rustup show active-toolchain |
| 98 | 2026-07-26T04:24:39.889Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 99 | 2026-07-26T04:24:40.062Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 100 | 2026-07-26T04:24:40.084Z | info: downloading 6 components |
| 101 | 2026-07-26T04:24:55.596Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-26T04:24:55.693Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-26T04:24:55.697Z | +++ head -n 1 |
| 104 | 2026-07-26T04:24:55.697Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-26T04:24:55.744Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 106 | 2026-07-26T04:24:55.744Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-07-26T04:24:55.744Z | ++ popd |
| 108 | 2026-07-26T04:24:55.751Z | /work/oxidecomputer/opte |
| 109 | 2026-07-26T04:24:55.751Z | + cargo --version |
| 110 | 2026-07-26T04:24:55.757Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 111 | 2026-07-26T04:24:55.757Z | + rustc --version |
| 112 | 2026-07-26T04:24:55.780Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 113 | 2026-07-26T04:24:55.786Z | + pushd bin/opteadm |
| 114 | 2026-07-26T04:24:55.786Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 115 | 2026-07-26T04:24:55.786Z | + header 'check style' |
| 116 | 2026-07-26T04:24:55.786Z | + echo '# ==== check style ==== #' |
| 117 | 2026-07-26T04:24:55.786Z | # ==== check style ==== # |
| 118 | 2026-07-26T04:24:55.786Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 119 | 2026-07-26T04:24:55.849Z | |
| 120 | 2026-07-26T04:24:55.849Z | real 0.067262649 |
| 121 | 2026-07-26T04:24:55.849Z | user 0.038186347 |
| 122 | 2026-07-26T04:24:55.849Z | sys 0.026904159 |
| 123 | 2026-07-26T04:24:55.849Z | trap 0.000000500 |
| 124 | 2026-07-26T04:24:55.849Z | tflt 0.000020110 |
| 125 | 2026-07-26T04:24:55.849Z | dflt 0.000005420 |
| 126 | 2026-07-26T04:24:55.849Z | kflt 0.000000000 |
| 127 | 2026-07-26T04:24:55.849Z | lock 0.031099564 |
| 128 | 2026-07-26T04:24:55.849Z | slp 0.047448024 |
| 129 | 2026-07-26T04:24:55.849Z | lat 0.000681300 |
| 130 | 2026-07-26T04:24:55.849Z | stop 0.000096500 |
| 131 | 2026-07-26T04:24:55.855Z | + header analyze |
| 132 | 2026-07-26T04:24:55.855Z | + echo '# ==== analyze ==== #' |
| 133 | 2026-07-26T04:24:55.855Z | # ==== analyze ==== # |
| 134 | 2026-07-26T04:24:55.855Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 135 | 2026-07-26T04:24:55.977Z | Updating crates.io index |
| 136 | 2026-07-26T04:24:55.983Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-07-26T04:24:56.610Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-07-26T04:24:56.849Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 139 | 2026-07-26T04:24:57.082Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 140 | 2026-07-26T04:24:57.363Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 141 | 2026-07-26T04:24:57.575Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-07-26T04:24:57.837Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-07-26T04:24:59.801Z | Downloading crates ... |
| 144 | 2026-07-26T04:24:59.864Z | Downloaded hash32 v0.3.1 |
| 145 | 2026-07-26T04:24:59.878Z | Downloaded foreign-types-macros v0.2.3 |
| 146 | 2026-07-26T04:24:59.878Z | Downloaded defmt v0.3.100 |
| 147 | 2026-07-26T04:24:59.878Z | Downloaded anstyle-query v1.1.5 |
| 148 | 2026-07-26T04:24:59.878Z | Downloaded cfg-if v1.0.4 |
| 149 | 2026-07-26T04:24:59.878Z | Downloaded managed v0.8.0 |
| 150 | 2026-07-26T04:24:59.891Z | Downloaded utf8parse v0.2.2 |
| 151 | 2026-07-26T04:24:59.891Z | Downloaded byteorder v1.5.0 |
| 152 | 2026-07-26T04:24:59.891Z | Downloaded ipnetwork v0.21.1 |
| 153 | 2026-07-26T04:24:59.891Z | Downloaded bitflags v1.3.2 |
| 154 | 2026-07-26T04:24:59.891Z | Downloaded proc-macro-crate v3.5.0 |
| 155 | 2026-07-26T04:24:59.891Z | Downloaded anstyle v1.0.14 |
| 156 | 2026-07-26T04:24:59.891Z | Downloaded anstream v1.0.0 |
| 157 | 2026-07-26T04:24:59.898Z | Downloaded chacha20 v0.10.1 |
| 158 | 2026-07-26T04:24:59.898Z | Downloaded ingot v0.2.0 |
| 159 | 2026-07-26T04:24:59.898Z | Downloaded darling_macro v0.23.0 |
| 160 | 2026-07-26T04:24:59.898Z | Downloaded cobs v0.3.0 |
| 161 | 2026-07-26T04:24:59.898Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 162 | 2026-07-26T04:24:59.898Z | Downloaded anstyle-parse v1.0.0 |
| 163 | 2026-07-26T04:24:59.898Z | Downloaded clap v4.6.1 |
| 164 | 2026-07-26T04:24:59.904Z | Downloaded is_terminal_polyfill v1.70.2 |
| 165 | 2026-07-26T04:24:59.904Z | Downloaded ref-cast-impl v1.0.25 |
| 166 | 2026-07-26T04:24:59.904Z | Downloaded embedded-io v0.6.1 |
| 167 | 2026-07-26T04:24:59.904Z | Downloaded errno v0.3.14 |
| 168 | 2026-07-26T04:24:59.904Z | Downloaded foreign-types v0.5.0 |
| 169 | 2026-07-26T04:24:59.904Z | Downloaded heck v0.5.0 |
| 170 | 2026-07-26T04:24:59.904Z | Downloaded clap_lex v1.1.0 |
| 171 | 2026-07-26T04:24:59.913Z | Downloaded clap_derive v4.6.1 |
| 172 | 2026-07-26T04:24:59.914Z | Downloaded colorchoice v1.0.5 |
| 173 | 2026-07-26T04:24:59.922Z | Downloaded strsim v0.11.1 |
| 174 | 2026-07-26T04:24:59.922Z | Downloaded defmt-parser v1.0.0 |
| 175 | 2026-07-26T04:24:59.922Z | Downloaded ident_case v1.0.1 |
| 176 | 2026-07-26T04:24:59.922Z | Downloaded anyhow v1.0.103 |
| 177 | 2026-07-26T04:24:59.929Z | Downloaded bitflags v2.13.0 |
| 178 | 2026-07-26T04:24:59.929Z | Downloaded either v1.16.0 |
| 179 | 2026-07-26T04:24:59.929Z | Downloaded version_check v0.9.5 |
| 180 | 2026-07-26T04:24:59.929Z | Downloaded equivalent v1.0.2 |
| 181 | 2026-07-26T04:24:59.929Z | Downloaded cpufeatures v0.3.0 |
| 182 | 2026-07-26T04:24:59.929Z | Downloaded terminal_size v0.4.4 |
| 183 | 2026-07-26T04:24:59.929Z | Downloaded macaddr v1.0.1 |
| 184 | 2026-07-26T04:24:59.935Z | Downloaded embedded-io v0.4.0 |
| 185 | 2026-07-26T04:24:59.940Z | Downloaded pretty-hex v0.4.2 |
| 186 | 2026-07-26T04:24:59.946Z | Downloaded rustversion v1.0.23 |
| 187 | 2026-07-26T04:24:59.951Z | Downloaded dyn-clone v1.0.20 |
| 188 | 2026-07-26T04:24:59.951Z | Downloaded tabwriter v1.4.1 |
| 189 | 2026-07-26T04:24:59.951Z | Downloaded cstr-argument v0.1.2 |
| 190 | 2026-07-26T04:24:59.955Z | Downloaded ref-cast v1.0.25 |
| 191 | 2026-07-26T04:24:59.955Z | Downloaded stable_deref_trait v1.2.1 |
| 192 | 2026-07-26T04:24:59.955Z | Downloaded foreign-types-shared v0.3.1 |
| 193 | 2026-07-26T04:24:59.965Z | Downloaded serde_derive v1.0.228 |
| 194 | 2026-07-26T04:24:59.970Z | Downloaded thiserror v2.0.18 |
| 195 | 2026-07-26T04:24:59.980Z | Downloaded pin-project-lite v0.2.17 |
| 196 | 2026-07-26T04:24:59.985Z | Downloaded defmt-macros v1.1.1 |
| 197 | 2026-07-26T04:24:59.990Z | Downloaded quote v1.0.46 |
| 198 | 2026-07-26T04:25:00.000Z | Downloaded num_enum v0.7.6 |
| 199 | 2026-07-26T04:25:00.006Z | Downloaded num_enum_derive v0.7.6 |
| 200 | 2026-07-26T04:25:00.014Z | Downloaded postcard v1.1.3 |
| 201 | 2026-07-26T04:25:00.015Z | Downloaded rand_core v0.10.1 |
| 202 | 2026-07-26T04:25:00.015Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 203 | 2026-07-26T04:25:00.015Z | Downloaded defmt v1.1.1 |
| 204 | 2026-07-26T04:25:00.021Z | Downloaded ingot-types v0.2.0 |
| 205 | 2026-07-26T04:25:00.022Z | Downloaded oxnet v0.1.6 |
| 206 | 2026-07-26T04:25:00.026Z | Downloaded colored v3.1.1 |
| 207 | 2026-07-26T04:25:00.026Z | Downloaded ingot-macros v0.2.0 |
| 208 | 2026-07-26T04:25:00.026Z | Downloaded thiserror-impl v2.0.18 |
| 209 | 2026-07-26T04:25:00.026Z | Downloaded tracing-attributes v0.1.31 |
| 210 | 2026-07-26T04:25:00.030Z | Downloaded once_cell v1.21.4 |
| 211 | 2026-07-26T04:25:00.041Z | Downloaded proc-macro2 v1.0.106 |
| 212 | 2026-07-26T04:25:00.046Z | Downloaded tracing-core v0.1.36 |
| 213 | 2026-07-26T04:25:00.051Z | Downloaded darling v0.23.0 |
| 214 | 2026-07-26T04:25:00.058Z | Downloaded getrandom v0.4.3 |
| 215 | 2026-07-26T04:25:00.066Z | Downloaded uuid v1.23.5 |
| 216 | 2026-07-26T04:25:00.066Z | Downloaded socket2 v0.6.4 |
| 217 | 2026-07-26T04:25:00.066Z | Downloaded unicode-ident v1.0.24 |
| 218 | 2026-07-26T04:25:00.072Z | Downloaded serde_core v1.0.228 |
| 219 | 2026-07-26T04:25:00.072Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 220 | 2026-07-26T04:25:00.087Z | Downloaded darling_core v0.23.0 |
| 221 | 2026-07-26T04:25:00.097Z | Downloaded serde v1.0.228 |
| 222 | 2026-07-26T04:25:00.109Z | Downloaded indexmap v2.14.0 |
| 223 | 2026-07-26T04:25:00.118Z | Downloaded heapless v0.8.0 |
| 224 | 2026-07-26T04:25:00.124Z | Downloaded zerocopy-derive v0.8.54 |
| 225 | 2026-07-26T04:25:00.131Z | Downloaded rand v0.10.2 |
| 226 | 2026-07-26T04:25:00.137Z | Downloaded memchr v2.8.3 |
| 227 | 2026-07-26T04:25:00.142Z | Downloaded hashbrown v0.17.1 |
| 228 | 2026-07-26T04:25:00.148Z | Downloaded clap_builder v4.6.0 |
| 229 | 2026-07-26T04:25:00.164Z | Downloaded aho-corasick v1.1.4 |
| 230 | 2026-07-26T04:25:00.171Z | Downloaded regex v1.13.0 |
| 231 | 2026-07-26T04:25:00.187Z | Downloaded itertools v0.15.0 |
| 232 | 2026-07-26T04:25:00.196Z | Downloaded winnow v1.0.3 |
| 233 | 2026-07-26T04:25:00.228Z | Downloaded syn v1.0.109 |
| 234 | 2026-07-26T04:25:00.236Z | Downloaded zerocopy v0.8.54 |
| 235 | 2026-07-26T04:25:00.265Z | Downloaded syn v2.0.118 |
| 236 | 2026-07-26T04:25:00.271Z | Downloaded unicode-width v0.2.2 |
| 237 | 2026-07-26T04:25:00.274Z | Downloaded regex-syntax v0.8.11 |
| 238 | 2026-07-26T04:25:00.278Z | Downloaded smoltcp v0.11.0 |
| 239 | 2026-07-26T04:25:00.301Z | Downloaded rustix v1.1.4 |
| 240 | 2026-07-26T04:25:00.313Z | Downloaded tracing v0.1.44 |
| 241 | 2026-07-26T04:25:00.334Z | Downloaded regex-automata v0.4.15 |
| 242 | 2026-07-26T04:25:00.342Z | Downloaded libc v0.2.186 |
| 243 | 2026-07-26T04:25:00.405Z | Compiling proc-macro2 v1.0.106 |
| 244 | 2026-07-26T04:25:00.405Z | Compiling quote v1.0.46 |
| 245 | 2026-07-26T04:25:00.405Z | Compiling unicode-ident v1.0.24 |
| 246 | 2026-07-26T04:25:00.408Z | Compiling serde_core v1.0.228 |
| 247 | 2026-07-26T04:25:00.408Z | Compiling libc v0.2.186 |
| 248 | 2026-07-26T04:25:00.408Z | Checking cfg-if v1.0.4 |
| 249 | 2026-07-26T04:25:00.408Z | Compiling strsim v0.11.1 |
| 250 | 2026-07-26T04:25:00.408Z | Compiling memchr v2.8.3 |
| 251 | 2026-07-26T04:25:00.527Z | Compiling thiserror v2.0.18 |
| 252 | 2026-07-26T04:25:00.608Z | Compiling ident_case v1.0.1 |
| 253 | 2026-07-26T04:25:00.718Z | Compiling regex-syntax v0.8.11 |
| 254 | 2026-07-26T04:25:00.766Z | Compiling serde v1.0.228 |
| 255 | 2026-07-26T04:25:00.847Z | Compiling zerocopy v0.8.54 |
| 256 | 2026-07-26T04:25:01.023Z | Compiling aho-corasick v1.1.4 |
| 257 | 2026-07-26T04:25:01.039Z | Compiling hashbrown v0.17.1 |
| 258 | 2026-07-26T04:25:01.053Z | Compiling either v1.16.0 |
| 259 | 2026-07-26T04:25:01.154Z | Compiling anyhow v1.0.103 |
| 260 | 2026-07-26T04:25:01.228Z | Compiling winnow v1.0.3 |
| 261 | 2026-07-26T04:25:01.251Z | Compiling equivalent v1.0.2 |
| 262 | 2026-07-26T04:25:01.382Z | Compiling itertools v0.15.0 |
| 263 | 2026-07-26T04:25:01.611Z | Compiling indexmap v2.14.0 |
| 264 | 2026-07-26T04:25:01.712Z | Compiling syn v2.0.118 |
| 265 | 2026-07-26T04:25:01.771Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 266 | 2026-07-26T04:25:01.994Z | Checking byteorder v1.5.0 |
| 267 | 2026-07-26T04:25:02.151Z | Compiling regex-automata v0.4.15 |
| 268 | 2026-07-26T04:25:02.248Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 269 | 2026-07-26T04:25:02.297Z | Compiling heapless v0.8.0 |
| 270 | 2026-07-26T04:25:02.345Z | Checking bitflags v2.13.0 |
| 271 | 2026-07-26T04:25:02.468Z | Checking hash32 v0.3.1 |
| 272 | 2026-07-26T04:25:02.516Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 273 | 2026-07-26T04:25:02.576Z | Compiling syn v1.0.109 |
| 274 | 2026-07-26T04:25:02.695Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 275 | 2026-07-26T04:25:02.741Z | Checking stable_deref_trait v1.2.1 |
| 276 | 2026-07-26T04:25:02.752Z | Compiling smoltcp v0.11.0 |
| 277 | 2026-07-26T04:25:02.779Z | Compiling rustversion v1.0.23 |
| 278 | 2026-07-26T04:25:02.789Z | Checking macaddr v1.0.1 |
| 279 | 2026-07-26T04:25:02.921Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 280 | 2026-07-26T04:25:02.927Z | Compiling getrandom v0.4.3 |
| 281 | 2026-07-26T04:25:03.062Z | Compiling rustix v1.1.4 |
| 282 | 2026-07-26T04:25:03.125Z | Checking rand_core v0.10.1 |
| 283 | 2026-07-26T04:25:03.142Z | Compiling version_check v0.9.5 |
| 284 | 2026-07-26T04:25:03.149Z | Checking bitflags v1.3.2 |
| 285 | 2026-07-26T04:25:03.176Z | Checking managed v0.8.0 |
| 286 | 2026-07-26T04:25:03.205Z | Compiling proc-macro-crate v3.5.0 |
| 287 | 2026-07-26T04:25:03.255Z | Compiling ref-cast v1.0.25 |
| 288 | 2026-07-26T04:25:03.402Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 289 | 2026-07-26T04:25:03.607Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 290 | 2026-07-26T04:25:03.616Z | Checking errno v0.3.14 |
| 291 | 2026-07-26T04:25:03.717Z | Checking utf8parse v0.2.2 |
| 292 | 2026-07-26T04:25:03.814Z | Compiling regex v1.13.0 |
| 293 | 2026-07-26T04:25:03.910Z | Checking cpufeatures v0.3.0 |
| 294 | 2026-07-26T04:25:03.969Z | Checking unicode-width v0.2.2 |
| 295 | 2026-07-26T04:25:03.998Z | Checking ipnetwork v0.21.1 |
| 296 | 2026-07-26T04:25:04.118Z | Checking once_cell v1.21.4 |
| 297 | 2026-07-26T04:25:04.163Z | Checking foreign-types-shared v0.3.1 |
| 298 | 2026-07-26T04:25:04.201Z | Checking cstr-argument v0.1.2 |
| 299 | 2026-07-26T04:25:04.208Z | Checking tabwriter v1.4.1 |
| 300 | 2026-07-26T04:25:04.239Z | Checking chacha20 v0.10.1 |
| 301 | 2026-07-26T04:25:04.285Z | Compiling darling_core v0.23.0 |
| 302 | 2026-07-26T04:25:04.312Z | Checking tracing-core v0.1.36 |
| 303 | 2026-07-26T04:25:04.340Z | Checking anstyle-parse v1.0.0 |
| 304 | 2026-07-26T04:25:04.696Z | Checking anstyle-query v1.1.5 |
| 305 | 2026-07-26T04:25:04.735Z | Checking dyn-clone v1.0.20 |
| 306 | 2026-07-26T04:25:04.914Z | Checking colorchoice v1.0.5 |
| 307 | 2026-07-26T04:25:04.922Z | Checking anstyle v1.0.14 |
| 308 | 2026-07-26T04:25:04.923Z | Checking is_terminal_polyfill v1.70.2 |
| 309 | 2026-07-26T04:25:04.923Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 310 | 2026-07-26T04:25:04.923Z | Checking pin-project-lite v0.2.17 |
| 311 | 2026-07-26T04:25:04.923Z | Checking pretty-hex v0.4.2 |
| 312 | 2026-07-26T04:25:04.923Z | Checking terminal_size v0.4.4 |
| 313 | 2026-07-26T04:25:04.989Z | Checking anstream v1.0.0 |
| 314 | 2026-07-26T04:25:05.022Z | Checking rand v0.10.2 |
| 315 | 2026-07-26T04:25:05.069Z | Checking uuid v1.23.5 |
| 316 | 2026-07-26T04:25:05.162Z | Checking socket2 v0.6.4 |
| 317 | 2026-07-26T04:25:05.186Z | Checking colored v3.1.1 |
| 318 | 2026-07-26T04:25:05.321Z | Compiling heck v0.5.0 |
| 319 | 2026-07-26T04:25:05.432Z | Checking oxnet v0.1.6 |
| 320 | 2026-07-26T04:25:05.493Z | Checking clap_lex v1.1.0 |
| 321 | 2026-07-26T04:25:05.497Z | Compiling thiserror-impl v2.0.18 |
| 322 | 2026-07-26T04:25:05.519Z | Compiling serde_derive v1.0.228 |
| 323 | 2026-07-26T04:25:05.541Z | Compiling zerocopy-derive v0.8.54 |
| 324 | 2026-07-26T04:25:05.586Z | Compiling num_enum_derive v0.7.6 |
| 325 | 2026-07-26T04:25:05.625Z | Compiling ref-cast-impl v1.0.25 |
| 326 | 2026-07-26T04:25:06.155Z | Compiling foreign-types-macros v0.2.3 |
| 327 | 2026-07-26T04:25:06.286Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 328 | 2026-07-26T04:25:06.414Z | Compiling darling_macro v0.23.0 |
| 329 | 2026-07-26T04:25:06.622Z | Checking num_enum v0.7.6 |
| 330 | 2026-07-26T04:25:06.723Z | Compiling tracing-attributes v0.1.31 |
| 331 | 2026-07-26T04:25:06.794Z | Checking cobs v0.3.0 |
| 332 | 2026-07-26T04:25:06.818Z | Checking foreign-types v0.5.0 |
| 333 | 2026-07-26T04:25:06.872Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 334 | 2026-07-26T04:25:06.886Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 335 | 2026-07-26T04:25:06.928Z | Checking clap_builder v4.6.0 |
| 336 | 2026-07-26T04:25:06.979Z | Compiling darling v0.23.0 |
| 337 | 2026-07-26T04:25:06.990Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 338 | 2026-07-26T04:25:07.023Z | Compiling clap_derive v4.6.1 |
| 339 | 2026-07-26T04:25:07.048Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 340 | 2026-07-26T04:25:07.051Z | Compiling ingot-macros v0.2.0 |
| 341 | 2026-07-26T04:25:07.472Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 342 | 2026-07-26T04:25:07.901Z | Checking tracing v0.1.44 |
| 343 | 2026-07-26T04:25:08.366Z | Checking clap v4.6.1 |
| 344 | 2026-07-26T04:25:08.474Z | Checking postcard v1.1.3 |
| 345 | 2026-07-26T04:25:09.543Z | Checking ingot-types v0.2.0 |
| 346 | 2026-07-26T04:25:09.812Z | Checking ingot v0.2.0 |
| 347 | 2026-07-26T04:25:11.111Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 348 | 2026-07-26T04:25:12.337Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 349 | 2026-07-26T04:25:13.527Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 350 | 2026-07-26T04:25:14.346Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.45s |
| 351 | 2026-07-26T04:25:14.455Z | |
| 352 | 2026-07-26T04:25:14.458Z | real 18.601907731 |
| 353 | 2026-07-26T04:25:14.458Z | user 54.137390592 |
| 354 | 2026-07-26T04:25:14.458Z | sys 12.958570797 |
| 355 | 2026-07-26T04:25:14.458Z | trap 0.042892930 |
| 356 | 2026-07-26T04:25:14.458Z | tflt 0.062714236 |
| 357 | 2026-07-26T04:25:14.458Z | dflt 0.194129637 |
| 358 | 2026-07-26T04:25:14.458Z | kflt 0.005220183 |
| 359 | 2026-07-26T04:25:14.458Z | lock 3:42.548245360 |
| 360 | 2026-07-26T04:25:14.458Z | slp 3:01.261076525 |
| 361 | 2026-07-26T04:25:14.458Z | lat 3.292874583 |
| 362 | 2026-07-26T04:25:14.458Z | stop 13.271721962 |
| 363 | 2026-07-26T04:25:14.458Z | + header 'debug build' |
| 364 | 2026-07-26T04:25:14.458Z | + echo '# ==== debug build ==== #' |
| 365 | 2026-07-26T04:25:14.458Z | # ==== debug build ==== # |
| 366 | 2026-07-26T04:25:14.458Z | + ptime -m cargo build |
| 367 | 2026-07-26T04:25:14.609Z | Compiling cfg-if v1.0.4 |
| 368 | 2026-07-26T04:25:14.609Z | Compiling serde_core v1.0.228 |
| 369 | 2026-07-26T04:25:14.612Z | Compiling libc v0.2.186 |
| 370 | 2026-07-26T04:25:14.637Z | Compiling thiserror v2.0.18 |
| 371 | 2026-07-26T04:25:14.653Z | Compiling byteorder v1.5.0 |
| 372 | 2026-07-26T04:25:14.656Z | Compiling zerocopy v0.8.54 |
| 373 | 2026-07-26T04:25:14.656Z | Compiling macaddr v1.0.1 |
| 374 | 2026-07-26T04:25:14.656Z | Compiling stable_deref_trait v1.2.1 |
| 375 | 2026-07-26T04:25:14.684Z | Compiling rand_core v0.10.1 |
| 376 | 2026-07-26T04:25:14.698Z | Compiling bitflags v1.3.2 |
| 377 | 2026-07-26T04:25:14.713Z | Compiling cobs v0.3.0 |
| 378 | 2026-07-26T04:25:14.756Z | Compiling managed v0.8.0 |
| 379 | 2026-07-26T04:25:14.806Z | Compiling hash32 v0.3.1 |
| 380 | 2026-07-26T04:25:14.829Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 381 | 2026-07-26T04:25:14.883Z | Compiling ipnetwork v0.21.1 |
| 382 | 2026-07-26T04:25:14.946Z | Compiling heapless v0.8.0 |
| 383 | 2026-07-26T04:25:14.967Z | Compiling errno v0.3.14 |
| 384 | 2026-07-26T04:25:14.970Z | Compiling utf8parse v0.2.2 |
| 385 | 2026-07-26T04:25:14.976Z | Compiling foreign-types-shared v0.3.1 |
| 386 | 2026-07-26T04:25:15.050Z | Compiling once_cell v1.21.4 |
| 387 | 2026-07-26T04:25:15.055Z | Compiling cpufeatures v0.3.0 |
| 388 | 2026-07-26T04:25:15.058Z | Compiling memchr v2.8.3 |
| 389 | 2026-07-26T04:25:15.110Z | Compiling unicode-width v0.2.2 |
| 390 | 2026-07-26T04:25:15.123Z | Compiling chacha20 v0.10.1 |
| 391 | 2026-07-26T04:25:15.299Z | Compiling tracing-core v0.1.36 |
| 392 | 2026-07-26T04:25:15.378Z | Compiling smoltcp v0.11.0 |
| 393 | 2026-07-26T04:25:15.379Z | Compiling tabwriter v1.4.1 |
| 394 | 2026-07-26T04:25:15.458Z | Compiling cstr-argument v0.1.2 |
| 395 | 2026-07-26T04:25:15.470Z | Compiling anstyle-parse v1.0.0 |
| 396 | 2026-07-26T04:25:15.616Z | Compiling foreign-types v0.5.0 |
| 397 | 2026-07-26T04:25:15.672Z | Compiling getrandom v0.4.3 |
| 398 | 2026-07-26T04:25:15.682Z | Compiling ref-cast v1.0.25 |
| 399 | 2026-07-26T04:25:15.771Z | Compiling num_enum v0.7.6 |
| 400 | 2026-07-26T04:25:15.786Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 401 | 2026-07-26T04:25:15.875Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 402 | 2026-07-26T04:25:15.879Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 403 | 2026-07-26T04:25:15.889Z | Compiling anstyle-query v1.1.5 |
| 404 | 2026-07-26T04:25:15.976Z | Compiling dyn-clone v1.0.20 |
| 405 | 2026-07-26T04:25:15.982Z | Compiling pretty-hex v0.4.2 |
| 406 | 2026-07-26T04:25:16.098Z | Compiling anstyle v1.0.14 |
| 407 | 2026-07-26T04:25:16.139Z | Compiling pin-project-lite v0.2.17 |
| 408 | 2026-07-26T04:25:16.225Z | Compiling colorchoice v1.0.5 |
| 409 | 2026-07-26T04:25:16.242Z | Compiling is_terminal_polyfill v1.70.2 |
| 410 | 2026-07-26T04:25:16.328Z | Compiling bitflags v2.13.0 |
| 411 | 2026-07-26T04:25:16.334Z | Compiling serde v1.0.228 |
| 412 | 2026-07-26T04:25:16.368Z | Compiling uuid v1.23.5 |
| 413 | 2026-07-26T04:25:16.452Z | Compiling anstream v1.0.0 |
| 414 | 2026-07-26T04:25:16.551Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 415 | 2026-07-26T04:25:16.603Z | Compiling rustix v1.1.4 |
| 416 | 2026-07-26T04:25:16.783Z | Compiling postcard v1.1.3 |
| 417 | 2026-07-26T04:25:16.957Z | Compiling tracing v0.1.44 |
| 418 | 2026-07-26T04:25:16.993Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 419 | 2026-07-26T04:25:17.004Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 420 | 2026-07-26T04:25:17.140Z | Compiling terminal_size v0.4.4 |
| 421 | 2026-07-26T04:25:17.162Z | Compiling anyhow v1.0.103 |
| 422 | 2026-07-26T04:25:17.198Z | Compiling rand v0.10.2 |
| 423 | 2026-07-26T04:25:17.283Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 424 | 2026-07-26T04:25:17.311Z | Compiling socket2 v0.6.4 |
| 425 | 2026-07-26T04:25:17.395Z | Compiling clap_lex v1.1.0 |
| 426 | 2026-07-26T04:25:17.458Z | Compiling ingot-types v0.2.0 |
| 427 | 2026-07-26T04:25:17.646Z | Compiling oxnet v0.1.6 |
| 428 | 2026-07-26T04:25:17.769Z | Compiling strsim v0.11.1 |
| 429 | 2026-07-26T04:25:17.781Z | Compiling winnow v1.0.3 |
| 430 | 2026-07-26T04:25:17.853Z | Compiling ingot v0.2.0 |
| 431 | 2026-07-26T04:25:17.979Z | Compiling colored v3.1.1 |
| 432 | 2026-07-26T04:25:18.117Z | Compiling clap_builder v4.6.0 |
| 433 | 2026-07-26T04:25:18.133Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 434 | 2026-07-26T04:25:18.761Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 435 | 2026-07-26T04:25:19.523Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 436 | 2026-07-26T04:25:19.729Z | Compiling clap v4.6.1 |
| 437 | 2026-07-26T04:25:20.927Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 438 | 2026-07-26T04:25:22.439Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 439 | 2026-07-26T04:25:26.877Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.41s |
| 440 | 2026-07-26T04:25:26.906Z | |
| 441 | 2026-07-26T04:25:26.909Z | real 12.441186431 |
| 442 | 2026-07-26T04:25:26.909Z | user 1:04.824553332 |
| 443 | 2026-07-26T04:25:26.909Z | sys 6.054846696 |
| 444 | 2026-07-26T04:25:26.909Z | trap 0.035791043 |
| 445 | 2026-07-26T04:25:26.909Z | tflt 0.164799549 |
| 446 | 2026-07-26T04:25:26.909Z | dflt 0.194333986 |
| 447 | 2026-07-26T04:25:26.909Z | kflt 0.000001300 |
| 448 | 2026-07-26T04:25:26.909Z | lock 3:12.056096864 |
| 449 | 2026-07-26T04:25:26.909Z | slp 1:56.764425863 |
| 450 | 2026-07-26T04:25:26.909Z | lat 3.491708127 |
| 451 | 2026-07-26T04:25:26.909Z | stop 2.633934665 |
| 452 | 2026-07-26T04:25:26.909Z | + header 'release build' |
| 453 | 2026-07-26T04:25:26.909Z | + echo '# ==== release build ==== #' |
| 454 | 2026-07-26T04:25:26.909Z | # ==== release build ==== # |
| 455 | 2026-07-26T04:25:26.909Z | + ptime -m cargo build --release |
| 456 | 2026-07-26T04:25:27.001Z | Compiling proc-macro2 v1.0.106 |
| 457 | 2026-07-26T04:25:27.001Z | Compiling unicode-ident v1.0.24 |
| 458 | 2026-07-26T04:25:27.001Z | Compiling quote v1.0.46 |
| 459 | 2026-07-26T04:25:27.004Z | Compiling serde_core v1.0.228 |
| 460 | 2026-07-26T04:25:27.004Z | Compiling libc v0.2.186 |
| 461 | 2026-07-26T04:25:27.004Z | Compiling cfg-if v1.0.4 |
| 462 | 2026-07-26T04:25:27.004Z | Compiling thiserror v2.0.18 |
| 463 | 2026-07-26T04:25:27.025Z | Compiling ident_case v1.0.1 |
| 464 | 2026-07-26T04:25:27.072Z | Compiling strsim v0.11.1 |
| 465 | 2026-07-26T04:25:27.118Z | Compiling memchr v2.8.3 |
| 466 | 2026-07-26T04:25:27.121Z | Compiling regex-syntax v0.8.11 |
| 467 | 2026-07-26T04:25:27.308Z | Compiling anyhow v1.0.103 |
| 468 | 2026-07-26T04:25:27.333Z | Compiling equivalent v1.0.2 |
| 469 | 2026-07-26T04:25:27.398Z | Compiling either v1.16.0 |
| 470 | 2026-07-26T04:25:27.491Z | Compiling hashbrown v0.17.1 |
| 471 | 2026-07-26T04:25:27.587Z | Compiling aho-corasick v1.1.4 |
| 472 | 2026-07-26T04:25:27.592Z | Compiling winnow v1.0.3 |
| 473 | 2026-07-26T04:25:27.655Z | Compiling serde v1.0.228 |
| 474 | 2026-07-26T04:25:27.706Z | Compiling zerocopy v0.8.54 |
| 475 | 2026-07-26T04:25:28.008Z | Compiling indexmap v2.14.0 |
| 476 | 2026-07-26T04:25:28.095Z | Compiling syn v2.0.118 |
| 477 | 2026-07-26T04:25:28.121Z | Compiling itertools v0.15.0 |
| 478 | 2026-07-26T04:25:28.164Z | Compiling byteorder v1.5.0 |
| 479 | 2026-07-26T04:25:28.340Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 480 | 2026-07-26T04:25:28.543Z | Compiling regex-automata v0.4.15 |
| 481 | 2026-07-26T04:25:28.563Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 482 | 2026-07-26T04:25:28.597Z | Compiling heapless v0.8.0 |
| 483 | 2026-07-26T04:25:28.900Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 484 | 2026-07-26T04:25:29.026Z | Compiling hash32 v0.3.1 |
| 485 | 2026-07-26T04:25:29.078Z | Compiling bitflags v2.13.0 |
| 486 | 2026-07-26T04:25:29.109Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 487 | 2026-07-26T04:25:29.150Z | Compiling stable_deref_trait v1.2.1 |
| 488 | 2026-07-26T04:25:29.210Z | Compiling smoltcp v0.11.0 |
| 489 | 2026-07-26T04:25:29.213Z | Compiling rustversion v1.0.23 |
| 490 | 2026-07-26T04:25:29.330Z | Compiling macaddr v1.0.1 |
| 491 | 2026-07-26T04:25:29.389Z | Compiling syn v1.0.109 |
| 492 | 2026-07-26T04:25:29.409Z | Compiling proc-macro-crate v3.5.0 |
| 493 | 2026-07-26T04:25:29.531Z | Compiling getrandom v0.4.3 |
| 494 | 2026-07-26T04:25:29.558Z | Compiling rand_core v0.10.1 |
| 495 | 2026-07-26T04:25:29.703Z | Compiling rustix v1.1.4 |
| 496 | 2026-07-26T04:25:29.712Z | Compiling ref-cast v1.0.25 |
| 497 | 2026-07-26T04:25:29.759Z | Compiling bitflags v1.3.2 |
| 498 | 2026-07-26T04:25:29.769Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 499 | 2026-07-26T04:25:29.797Z | Compiling version_check v0.9.5 |
| 500 | 2026-07-26T04:25:29.817Z | Compiling managed v0.8.0 |
| 501 | 2026-07-26T04:25:30.039Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 502 | 2026-07-26T04:25:30.042Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 503 | 2026-07-26T04:25:30.197Z | Compiling regex v1.13.0 |
| 504 | 2026-07-26T04:25:30.245Z | Compiling errno v0.3.14 |
| 505 | 2026-07-26T04:25:30.386Z | Compiling cpufeatures v0.3.0 |
| 506 | 2026-07-26T04:25:30.421Z | Compiling foreign-types-shared v0.3.1 |
| 507 | 2026-07-26T04:25:30.445Z | Compiling once_cell v1.21.4 |
| 508 | 2026-07-26T04:25:30.498Z | Compiling unicode-width v0.2.2 |
| 509 | 2026-07-26T04:25:30.512Z | Compiling utf8parse v0.2.2 |
| 510 | 2026-07-26T04:25:30.578Z | Compiling ipnetwork v0.21.1 |
| 511 | 2026-07-26T04:25:30.661Z | Compiling darling_core v0.23.0 |
| 512 | 2026-07-26T04:25:30.778Z | Compiling tabwriter v1.4.1 |
| 513 | 2026-07-26T04:25:30.929Z | Compiling tracing-core v0.1.36 |
| 514 | 2026-07-26T04:25:31.027Z | Compiling cstr-argument v0.1.2 |
| 515 | 2026-07-26T04:25:31.100Z | Compiling anstyle-parse v1.0.0 |
| 516 | 2026-07-26T04:25:31.176Z | Compiling chacha20 v0.10.1 |
| 517 | 2026-07-26T04:25:31.812Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 518 | 2026-07-26T04:25:31.818Z | Compiling colorchoice v1.0.5 |
| 519 | 2026-07-26T04:25:31.855Z | Compiling thiserror-impl v2.0.18 |
| 520 | 2026-07-26T04:25:31.883Z | Compiling serde_derive v1.0.228 |
| 521 | 2026-07-26T04:25:31.916Z | Compiling zerocopy-derive v0.8.54 |
| 522 | 2026-07-26T04:25:32.051Z | Compiling foreign-types-macros v0.2.3 |
| 523 | 2026-07-26T04:25:32.169Z | Compiling num_enum_derive v0.7.6 |
| 524 | 2026-07-26T04:25:32.640Z | Compiling ref-cast-impl v1.0.25 |
| 525 | 2026-07-26T04:25:32.757Z | Compiling darling_macro v0.23.0 |
| 526 | 2026-07-26T04:25:32.802Z | Compiling foreign-types v0.5.0 |
| 527 | 2026-07-26T04:25:32.868Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 528 | 2026-07-26T04:25:33.142Z | Compiling cobs v0.3.0 |
| 529 | 2026-07-26T04:25:33.157Z | Compiling num_enum v0.7.6 |
| 530 | 2026-07-26T04:25:33.260Z | Compiling tracing-attributes v0.1.31 |
| 531 | 2026-07-26T04:25:33.304Z | Compiling pin-project-lite v0.2.17 |
| 532 | 2026-07-26T04:25:33.304Z | Compiling darling v0.23.0 |
| 533 | 2026-07-26T04:25:33.331Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 534 | 2026-07-26T04:25:33.344Z | Compiling anstyle v1.0.14 |
| 535 | 2026-07-26T04:25:33.344Z | Compiling pretty-hex v0.4.2 |
| 536 | 2026-07-26T04:25:33.366Z | Compiling ingot-macros v0.2.0 |
| 537 | 2026-07-26T04:25:33.379Z | Compiling is_terminal_polyfill v1.70.2 |
| 538 | 2026-07-26T04:25:33.458Z | Compiling dyn-clone v1.0.20 |
| 539 | 2026-07-26T04:25:33.462Z | Compiling anstyle-query v1.1.5 |
| 540 | 2026-07-26T04:25:33.549Z | Compiling anstream v1.0.0 |
| 541 | 2026-07-26T04:25:33.569Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 542 | 2026-07-26T04:25:33.584Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 543 | 2026-07-26T04:25:33.790Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 544 | 2026-07-26T04:25:33.897Z | Compiling terminal_size v0.4.4 |
| 545 | 2026-07-26T04:25:33.945Z | Compiling rand v0.10.2 |
| 546 | 2026-07-26T04:25:34.021Z | Compiling uuid v1.23.5 |
| 547 | 2026-07-26T04:25:34.056Z | Compiling socket2 v0.6.4 |
| 548 | 2026-07-26T04:25:34.418Z | Compiling colored v3.1.1 |
| 549 | 2026-07-26T04:25:34.431Z | Compiling tracing v0.1.44 |
| 550 | 2026-07-26T04:25:34.450Z | Compiling heck v0.5.0 |
| 551 | 2026-07-26T04:25:34.631Z | Compiling oxnet v0.1.6 |
| 552 | 2026-07-26T04:25:34.702Z | Compiling clap_lex v1.1.0 |
| 553 | 2026-07-26T04:25:34.919Z | Compiling clap_builder v4.6.0 |
| 554 | 2026-07-26T04:25:34.947Z | Compiling clap_derive v4.6.1 |
| 555 | 2026-07-26T04:25:35.013Z | Compiling postcard v1.1.3 |
| 556 | 2026-07-26T04:25:35.132Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 557 | 2026-07-26T04:25:36.261Z | Compiling ingot-types v0.2.0 |
| 558 | 2026-07-26T04:25:36.614Z | Compiling ingot v0.2.0 |
| 559 | 2026-07-26T04:25:36.806Z | Compiling clap v4.6.1 |
| 560 | 2026-07-26T04:25:38.318Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 561 | 2026-07-26T04:25:39.334Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 562 | 2026-07-26T04:25:40.376Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 563 | 2026-07-26T04:25:46.980Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.06s |
| 564 | 2026-07-26T04:25:47.010Z | |
| 565 | 2026-07-26T04:25:47.013Z | real 20.093271177 |
| 566 | 2026-07-26T04:25:47.013Z | user 1:42.352757276 |
| 567 | 2026-07-26T04:25:47.013Z | sys 13.276832941 |
| 568 | 2026-07-26T04:25:47.013Z | trap 0.051710163 |
| 569 | 2026-07-26T04:25:47.013Z | tflt 0.119477076 |
| 570 | 2026-07-26T04:25:47.013Z | dflt 0.367504253 |
| 571 | 2026-07-26T04:25:47.013Z | kflt 0.000019380 |
| 572 | 2026-07-26T04:25:47.013Z | lock 4:47.571124682 |
| 573 | 2026-07-26T04:25:47.013Z | slp 3:24.386922701 |
| 574 | 2026-07-26T04:25:47.013Z | lat 5.353616186 |
| 575 | 2026-07-26T04:25:47.013Z | stop 9.278067086 |
| 576 | 2026-07-26T04:25:47.013Z | + popd |
| 577 | 2026-07-26T04:25:47.013Z | /work/oxidecomputer/opte |
| 578 | 2026-07-26T04:25:47.013Z | + TGT_BASE=/work |
| 579 | 2026-07-26T04:25:47.013Z | + for x in debug release |
| 580 | 2026-07-26T04:25:47.013Z | + mkdir -p /work/debug |
| 581 | 2026-07-26T04:25:47.013Z | + cp target/debug/opteadm /work/debug/ |
| 582 | 2026-07-26T04:25:47.036Z | + sha256sum target/debug/opteadm |
| 583 | 2026-07-26T04:25:47.063Z | + for x in debug release |
| 584 | 2026-07-26T04:25:47.063Z | + mkdir -p /work/release |
| 585 | 2026-07-26T04:25:47.066Z | + cp target/release/opteadm /work/release/ |
| 586 | 2026-07-26T04:25:47.080Z | + sha256sum target/release/opteadm |
| 587 | 2026-07-26T04:25:47.098Z | process exited: duration 67231 ms, exit code 0 |
| |
| 588 | 2026-07-26T04:25:47.110Z | found 4 output files |
| 589 | 2026-07-26T04:25:47.119Z | uploading: /work/debug/opteadm (38121632 bytes) |
| 590 | 2026-07-26T04:25:48.326Z | uploaded: /work/debug/opteadm |
| 591 | 2026-07-26T04:25:48.326Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
| 592 | 2026-07-26T04:25:49.336Z | uploaded: /work/debug/opteadm.debug.sha256 |
| 593 | 2026-07-26T04:25:49.336Z | uploading: /work/release/opteadm (25874952 bytes) |
| 594 | 2026-07-26T04:25:50.591Z | uploaded: /work/release/opteadm |
| 595 | 2026-07-26T04:25:50.591Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
| 596 | 2026-07-26T04:25:51.600Z | uploaded: /work/release/opteadm.release.sha256 |