|
|
|
| 1 | 2026-06-15T09:16:25.231Z | job assigned to worker 01KV5914GTGAKJV4S29H4STP48 [factory aws, i-04680e5e311d267c5] (queued for 59 s) |
| |
| 2 | 2026-06-15T09:16:31.860Z | starting task 0: "setup" |
| 3 | 2026-06-15T09:16:31.865Z | ++ uname -s |
| 4 | 2026-06-15T09:16:31.868Z | + kern=SunOS |
| 5 | 2026-06-15T09:16:31.868Z | + build_user=build |
| 6 | 2026-06-15T09:16:31.868Z | + build_uid=12345 |
| 7 | 2026-06-15T09:16:31.868Z | + work_dir=/work |
| 8 | 2026-06-15T09:16:31.868Z | + input_dir=/input |
| 9 | 2026-06-15T09:16:31.868Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-15T09:16:31.868Z | + case "$kern" in |
| 11 | 2026-06-15T09:16:31.868Z | + groupadd -g 12345 build |
| 12 | 2026-06-15T09:16:31.871Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-15T09:16:33.874Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-15T09:16:33.982Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-15T09:16:33.985Z | + home_fs=zfs |
| 16 | 2026-06-15T09:16:33.985Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-15T09:16:33.985Z | + mkdir -p /home/build |
| 18 | 2026-06-15T09:16:33.985Z | + chown build:build /home/build /work |
| 19 | 2026-06-15T09:16:35.987Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-15T09:16:35.989Z | process exited: duration 4128 ms, exit code 0 |
| |
| 21 | 2026-06-15T09:16:35.994Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-15T09:16:35.998Z | + printf ' * rust toolchain channel = "%s"\n' 1.95.0 |
| 23 | 2026-06-15T09:16:35.998Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-15T09:16:35.998Z | * rust toolchain channel = "1.95.0" |
| 25 | 2026-06-15T09:16:35.998Z | * rust toolchain profile = "default" |
| 26 | 2026-06-15T09:16:36.001Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-15T09:16:36.001Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-15T09:16:36.002Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-15T09:16:36.002Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default |
| 30 | 2026-06-15T09:16:36.081Z | info: downloading installer |
| 31 | 2026-06-15T09:16:37.749Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-15T09:16:37.749Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-15T09:16:37.749Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-15T09:16:37.749Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-15T09:16:37.761Z | info: profile set to default |
| 36 | 2026-06-15T09:16:37.761Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-15T09:16:37.764Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 38 | 2026-06-15T09:16:37.908Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 39 | 2026-06-15T09:16:37.911Z | info: downloading 6 components |
| 40 | 2026-06-15T09:16:53.678Z | info: default toolchain set to 1.95.0-x86_64-unknown-illumos |
| 41 | 2026-06-15T09:16:53.678Z | |
| 42 | 2026-06-15T09:16:53.710Z | 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 43 | 2026-06-15T09:16:53.710Z | |
| 44 | 2026-06-15T09:16:53.710Z | |
| 45 | 2026-06-15T09:16:53.710Z | Rust is installed now. Great! |
| 46 | 2026-06-15T09:16:53.710Z | |
| 47 | 2026-06-15T09:16:53.710Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-15T09:16:53.710Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-15T09:16:53.710Z | |
| 50 | 2026-06-15T09:16:53.710Z | To configure your current shell, you need to source |
| 51 | 2026-06-15T09:16:53.710Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-15T09:16:53.710Z | |
| 53 | 2026-06-15T09:16:53.710Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-15T09:16:53.713Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-15T09:16:53.713Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-15T09:16:53.713Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-15T09:16:53.713Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-15T09:16:53.713Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-15T09:16:53.713Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-15T09:16:53.713Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-15T09:16:53.713Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-15T09:16:53.810Z | + rustup --version |
| 63 | 2026-06-15T09:16:53.819Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-15T09:16:53.821Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-15T09:16:53.840Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 66 | 2026-06-15T09:16:53.842Z | + cargo --version |
| 67 | 2026-06-15T09:16:53.857Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 68 | 2026-06-15T09:16:53.870Z | + rustc --version |
| 69 | 2026-06-15T09:16:53.878Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 70 | 2026-06-15T09:16:53.881Z | process exited: duration 17886 ms, exit code 0 |
| |
| 71 | 2026-06-15T09:16:53.886Z | starting task 2: "authentication" |
| 72 | 2026-06-15T09:16:53.902Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-06-15T09:16:53.907Z | starting task 3: "clone repository" |
| 74 | 2026-06-15T09:16:53.910Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-15T09:16:53.913Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-15T09:16:53.942Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-15T09:16:54.766Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-15T09:16:54.766Z | + git fetch origin fa2f5fe74dbb82cc7cda1ad4ecfe21a844810367 |
| 79 | 2026-06-15T09:16:54.998Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-15T09:16:54.998Z | * branch fa2f5fe74dbb82cc7cda1ad4ecfe21a844810367 -> FETCH_HEAD |
| 81 | 2026-06-15T09:16:55.005Z | + [[ -n renovate/lock-file-maintenance ]] |
| 82 | 2026-06-15T09:16:55.007Z | ++ git branch --show-current |
| 83 | 2026-06-15T09:16:55.007Z | + current=master |
| 84 | 2026-06-15T09:16:55.007Z | + [[ master != renovate/lock-file-maintenance ]] |
| 85 | 2026-06-15T09:16:55.007Z | + git branch -f renovate/lock-file-maintenance fa2f5fe74dbb82cc7cda1ad4ecfe21a844810367 |
| 86 | 2026-06-15T09:16:55.010Z | + git checkout -f renovate/lock-file-maintenance |
| 87 | 2026-06-15T09:16:55.026Z | Switched to branch 'renovate/lock-file-maintenance' |
| 88 | 2026-06-15T09:16:55.029Z | + git reset --hard fa2f5fe74dbb82cc7cda1ad4ecfe21a844810367 |
| 89 | 2026-06-15T09:16:55.031Z | HEAD is now at fa2f5fe Lock file maintenance |
| 90 | 2026-06-15T09:16:55.031Z | process exited: duration 1123 ms, exit code 0 |
| |
| 91 | 2026-06-15T09:16:55.038Z | starting task 4: "build" |
| 92 | 2026-06-15T09:16:55.041Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-15T09:16:55.041Z | ++ rustup show active-toolchain |
| 94 | 2026-06-15T09:16:55.048Z | 1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-06-15T09:16:55.050Z | ++ pushd xde |
| 96 | 2026-06-15T09:16:55.050Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-06-15T09:16:55.050Z | ++ rustup show active-toolchain |
| 98 | 2026-06-15T09:16:55.053Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-06-15T09:16:55.204Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-06-15T09:16:55.206Z | info: downloading 6 components |
| 101 | 2026-06-15T09:17:08.982Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-06-15T09:17:09.078Z | +++ rustup show active-toolchain -v |
| 103 | 2026-06-15T09:17:09.080Z | +++ head -n 1 |
| 104 | 2026-06-15T09:17:09.081Z | +++ cut '-d ' -f1 |
| 105 | 2026-06-15T09:17:09.132Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-06-15T09:17:09.132Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-06-15T09:17:09.132Z | ++ popd |
| 108 | 2026-06-15T09:17:09.135Z | /work/oxidecomputer/opte |
| 109 | 2026-06-15T09:17:09.135Z | + cargo --version |
| 110 | 2026-06-15T09:17:09.141Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 111 | 2026-06-15T09:17:09.141Z | + rustc --version |
| 112 | 2026-06-15T09:17:09.162Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 113 | 2026-06-15T09:17:09.165Z | + pushd bin/opteadm |
| 114 | 2026-06-15T09:17:09.165Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 115 | 2026-06-15T09:17:09.165Z | + header 'check style' |
| 116 | 2026-06-15T09:17:09.165Z | + echo '# ==== check style ==== #' |
| 117 | 2026-06-15T09:17:09.165Z | # ==== check style ==== # |
| 118 | 2026-06-15T09:17:09.165Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 119 | 2026-06-15T09:17:09.236Z | |
| 120 | 2026-06-15T09:17:09.236Z | real 0.068742825 |
| 121 | 2026-06-15T09:17:09.236Z | user 0.038857553 |
| 122 | 2026-06-15T09:17:09.236Z | sys 0.027642868 |
| 123 | 2026-06-15T09:17:09.236Z | trap 0.000001770 |
| 124 | 2026-06-15T09:17:09.239Z | tflt 0.000012330 |
| 125 | 2026-06-15T09:17:09.239Z | dflt 0.000009840 |
| 126 | 2026-06-15T09:17:09.239Z | kflt 0.000000000 |
| 127 | 2026-06-15T09:17:09.239Z | lock 0.031904670 |
| 128 | 2026-06-15T09:17:09.239Z | slp 0.048236705 |
| 129 | 2026-06-15T09:17:09.239Z | lat 0.000769110 |
| 130 | 2026-06-15T09:17:09.239Z | stop 0.000086820 |
| 131 | 2026-06-15T09:17:09.239Z | + header analyze |
| 132 | 2026-06-15T09:17:09.239Z | + echo '# ==== analyze ==== #' |
| 133 | 2026-06-15T09:17:09.239Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 134 | 2026-06-15T09:17:09.239Z | # ==== analyze ==== # |
| 135 | 2026-06-15T09:17:09.374Z | Updating crates.io index |
| 136 | 2026-06-15T09:17:09.376Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-06-15T09:17:10.483Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-06-15T09:17:10.755Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-06-15T09:17:11.125Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-06-15T09:17:11.440Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-06-15T09:17:11.691Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-06-15T09:17:12.079Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-06-15T09:17:13.728Z | Downloading crates ... |
| 144 | 2026-06-15T09:17:13.777Z | Downloaded anstyle-query v1.1.5 |
| 145 | 2026-06-15T09:17:13.787Z | Downloaded darling_macro v0.21.3 |
| 146 | 2026-06-15T09:17:13.793Z | Downloaded defmt-parser v1.0.0 |
| 147 | 2026-06-15T09:17:13.795Z | Downloaded errno v0.3.14 |
| 148 | 2026-06-15T09:17:13.795Z | Downloaded cobs v0.3.0 |
| 149 | 2026-06-15T09:17:13.799Z | Downloaded cfg-if v1.0.4 |
| 150 | 2026-06-15T09:17:13.801Z | Downloaded hash32 v0.3.1 |
| 151 | 2026-06-15T09:17:13.807Z | Downloaded heck v0.5.0 |
| 152 | 2026-06-15T09:17:13.809Z | Downloaded ident_case v1.0.1 |
| 153 | 2026-06-15T09:17:13.809Z | Downloaded fnv v1.0.7 |
| 154 | 2026-06-15T09:17:13.811Z | Downloaded cpufeatures v0.3.0 |
| 155 | 2026-06-15T09:17:13.814Z | Downloaded zerocopy v0.8.52 |
| 156 | 2026-06-15T09:17:13.825Z | Downloaded ref-cast-impl v1.0.25 |
| 157 | 2026-06-15T09:17:13.827Z | Downloaded foreign-types-macros v0.2.3 |
| 158 | 2026-06-15T09:17:13.827Z | Downloaded foreign-types v0.5.0 |
| 159 | 2026-06-15T09:17:13.828Z | Downloaded equivalent v1.0.2 |
| 160 | 2026-06-15T09:17:13.828Z | Downloaded embedded-io v0.6.1 |
| 161 | 2026-06-15T09:17:13.830Z | Downloaded defmt v0.3.100 |
| 162 | 2026-06-15T09:17:13.830Z | Downloaded cstr-argument v0.1.2 |
| 163 | 2026-06-15T09:17:13.830Z | Downloaded colorchoice v1.0.5 |
| 164 | 2026-06-15T09:17:13.830Z | Downloaded ingot v0.1.1 |
| 165 | 2026-06-15T09:17:13.833Z | Downloaded embedded-io v0.4.0 |
| 166 | 2026-06-15T09:17:13.833Z | Downloaded anstyle v1.0.14 |
| 167 | 2026-06-15T09:17:13.833Z | Downloaded clap_lex v1.1.0 |
| 168 | 2026-06-15T09:17:13.835Z | Downloaded foreign-types-shared v0.3.1 |
| 169 | 2026-06-15T09:17:13.842Z | Downloaded ref-cast v1.0.25 |
| 170 | 2026-06-15T09:17:13.845Z | Downloaded pretty-hex v0.4.2 |
| 171 | 2026-06-15T09:17:13.849Z | Downloaded terminal_size v0.4.4 |
| 172 | 2026-06-15T09:17:13.852Z | Downloaded is_terminal_polyfill v1.70.2 |
| 173 | 2026-06-15T09:17:13.857Z | Downloaded tabwriter v1.4.1 |
| 174 | 2026-06-15T09:17:13.859Z | Downloaded stable_deref_trait v1.2.1 |
| 175 | 2026-06-15T09:17:13.859Z | Downloaded macaddr v1.0.1 |
| 176 | 2026-06-15T09:17:13.859Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 177 | 2026-06-15T09:17:13.864Z | Downloaded dyn-clone v1.0.20 |
| 178 | 2026-06-15T09:17:13.867Z | Downloaded bitflags v1.3.2 |
| 179 | 2026-06-15T09:17:13.869Z | Downloaded rand_core v0.10.1 |
| 180 | 2026-06-15T09:17:13.869Z | Downloaded either v1.16.0 |
| 181 | 2026-06-15T09:17:13.869Z | Downloaded byteorder v1.5.0 |
| 182 | 2026-06-15T09:17:13.872Z | Downloaded anstream v1.0.0 |
| 183 | 2026-06-15T09:17:13.872Z | Downloaded defmt-macros v1.1.0 |
| 184 | 2026-06-15T09:17:13.874Z | Downloaded proc-macro-crate v3.5.0 |
| 185 | 2026-06-15T09:17:13.874Z | Downloaded managed v0.8.0 |
| 186 | 2026-06-15T09:17:13.881Z | Downloaded utf8parse v0.2.2 |
| 187 | 2026-06-15T09:17:13.888Z | Downloaded strsim v0.11.1 |
| 188 | 2026-06-15T09:17:13.890Z | Downloaded version_check v0.9.5 |
| 189 | 2026-06-15T09:17:13.893Z | Downloaded anyhow v1.0.102 |
| 190 | 2026-06-15T09:17:13.895Z | Downloaded anstyle-parse v1.0.0 |
| 191 | 2026-06-15T09:17:13.910Z | Downloaded proc-macro-error2 v2.0.1 |
| 192 | 2026-06-15T09:17:13.913Z | Downloaded thiserror v2.0.18 |
| 193 | 2026-06-15T09:17:13.915Z | Downloaded defmt v1.1.0 |
| 194 | 2026-06-15T09:17:13.918Z | Downloaded rustversion v1.0.22 |
| 195 | 2026-06-15T09:17:13.920Z | Downloaded quote v1.0.45 |
| 196 | 2026-06-15T09:17:13.920Z | Downloaded darling v0.21.3 |
| 197 | 2026-06-15T09:17:13.923Z | Downloaded pin-project-lite v0.2.17 |
| 198 | 2026-06-15T09:17:13.926Z | Downloaded thiserror-impl v2.0.18 |
| 199 | 2026-06-15T09:17:13.928Z | Downloaded num_enum v0.7.6 |
| 200 | 2026-06-15T09:17:13.931Z | Downloaded chacha20 v0.10.0 |
| 201 | 2026-06-15T09:17:13.931Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 202 | 2026-06-15T09:17:13.933Z | Downloaded num_enum_derive v0.7.6 |
| 203 | 2026-06-15T09:17:13.933Z | Downloaded oxnet v0.1.6 |
| 204 | 2026-06-15T09:17:13.939Z | Downloaded clap_derive v4.6.1 |
| 205 | 2026-06-15T09:17:13.941Z | Downloaded darling_core v0.21.3 |
| 206 | 2026-06-15T09:17:13.944Z | Downloaded bitflags v2.13.0 |
| 207 | 2026-06-15T09:17:13.950Z | Downloaded postcard v1.1.3 |
| 208 | 2026-06-15T09:17:13.954Z | Downloaded ingot-types v0.1.2 |
| 209 | 2026-06-15T09:17:13.959Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 210 | 2026-06-15T09:17:13.962Z | Downloaded clap v4.6.1 |
| 211 | 2026-06-15T09:17:13.966Z | Downloaded proc-macro2 v1.0.106 |
| 212 | 2026-06-15T09:17:13.977Z | Downloaded getrandom v0.4.2 |
| 213 | 2026-06-15T09:17:13.977Z | Downloaded tracing-attributes v0.1.31 |
| 214 | 2026-06-15T09:17:13.977Z | Downloaded ipnetwork v0.21.1 |
| 215 | 2026-06-15T09:17:13.977Z | Downloaded colored v3.1.1 |
| 216 | 2026-06-15T09:17:13.977Z | Downloaded ingot-macros v0.1.1 |
| 217 | 2026-06-15T09:17:13.988Z | Downloaded serde_derive v1.0.228 |
| 218 | 2026-06-15T09:17:13.991Z | Downloaded uuid v1.23.3 |
| 219 | 2026-06-15T09:17:13.993Z | Downloaded once_cell v1.21.4 |
| 220 | 2026-06-15T09:17:14.000Z | Downloaded tracing-core v0.1.36 |
| 221 | 2026-06-15T09:17:14.010Z | Downloaded socket2 v0.6.4 |
| 222 | 2026-06-15T09:17:14.012Z | Downloaded serde_core v1.0.228 |
| 223 | 2026-06-15T09:17:14.015Z | Downloaded unicode-ident v1.0.24 |
| 224 | 2026-06-15T09:17:14.025Z | Downloaded heapless v0.8.0 |
| 225 | 2026-06-15T09:17:14.040Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 226 | 2026-06-15T09:17:14.047Z | Downloaded zerocopy-derive v0.8.52 |
| 227 | 2026-06-15T09:17:14.054Z | Downloaded memchr v2.8.2 |
| 228 | 2026-06-15T09:17:14.057Z | Downloaded indexmap v2.14.0 |
| 229 | 2026-06-15T09:17:14.061Z | Downloaded serde v1.0.228 |
| 230 | 2026-06-15T09:17:14.064Z | Downloaded aho-corasick v1.1.4 |
| 231 | 2026-06-15T09:17:14.066Z | Downloaded rand v0.10.1 |
| 232 | 2026-06-15T09:17:14.091Z | Downloaded hashbrown v0.17.1 |
| 233 | 2026-06-15T09:17:14.104Z | Downloaded regex v1.12.4 |
| 234 | 2026-06-15T09:17:14.111Z | Downloaded itertools v0.14.0 |
| 235 | 2026-06-15T09:17:14.120Z | Downloaded clap_builder v4.6.0 |
| 236 | 2026-06-15T09:17:14.137Z | Downloaded winnow v1.0.3 |
| 237 | 2026-06-15T09:17:14.170Z | Downloaded syn v1.0.109 |
| 238 | 2026-06-15T09:17:14.190Z | Downloaded unicode-width v0.2.2 |
| 239 | 2026-06-15T09:17:14.209Z | Downloaded syn v2.0.117 |
| 240 | 2026-06-15T09:17:14.215Z | Downloaded smoltcp v0.11.0 |
| 241 | 2026-06-15T09:17:14.226Z | Downloaded regex-syntax v0.8.11 |
| 242 | 2026-06-15T09:17:14.242Z | Downloaded rustix v1.1.4 |
| 243 | 2026-06-15T09:17:14.255Z | Downloaded tracing v0.1.44 |
| 244 | 2026-06-15T09:17:14.275Z | Downloaded regex-automata v0.4.14 |
| 245 | 2026-06-15T09:17:14.289Z | Downloaded libc v0.2.186 |
| 246 | 2026-06-15T09:17:14.351Z | Compiling proc-macro2 v1.0.106 |
| 247 | 2026-06-15T09:17:14.351Z | Compiling unicode-ident v1.0.24 |
| 248 | 2026-06-15T09:17:14.351Z | Compiling quote v1.0.45 |
| 249 | 2026-06-15T09:17:14.351Z | Compiling serde_core v1.0.228 |
| 250 | 2026-06-15T09:17:14.351Z | Compiling libc v0.2.186 |
| 251 | 2026-06-15T09:17:14.354Z | Checking cfg-if v1.0.4 |
| 252 | 2026-06-15T09:17:14.354Z | Compiling strsim v0.11.1 |
| 253 | 2026-06-15T09:17:14.354Z | Compiling thiserror v2.0.18 |
| 254 | 2026-06-15T09:17:14.478Z | Compiling ident_case v1.0.1 |
| 255 | 2026-06-15T09:17:14.559Z | Compiling fnv v1.0.7 |
| 256 | 2026-06-15T09:17:14.587Z | Compiling memchr v2.8.2 |
| 257 | 2026-06-15T09:17:14.644Z | Compiling regex-syntax v0.8.11 |
| 258 | 2026-06-15T09:17:14.719Z | Compiling zerocopy v0.8.52 |
| 259 | 2026-06-15T09:17:14.827Z | Compiling either v1.16.0 |
| 260 | 2026-06-15T09:17:14.986Z | Compiling aho-corasick v1.1.4 |
| 261 | 2026-06-15T09:17:15.022Z | Compiling winnow v1.0.3 |
| 262 | 2026-06-15T09:17:15.116Z | Compiling hashbrown v0.17.1 |
| 263 | 2026-06-15T09:17:15.128Z | Compiling equivalent v1.0.2 |
| 264 | 2026-06-15T09:17:15.149Z | Compiling serde v1.0.228 |
| 265 | 2026-06-15T09:17:15.198Z | Compiling anyhow v1.0.102 |
| 266 | 2026-06-15T09:17:15.629Z | Compiling indexmap v2.14.0 |
| 267 | 2026-06-15T09:17:15.657Z | Compiling syn v2.0.117 |
| 268 | 2026-06-15T09:17:15.685Z | Compiling itertools v0.14.0 |
| 269 | 2026-06-15T09:17:15.712Z | Compiling heapless v0.8.0 |
| 270 | 2026-06-15T09:17:16.027Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 271 | 2026-06-15T09:17:16.065Z | Checking byteorder v1.5.0 |
| 272 | 2026-06-15T09:17:16.224Z | Compiling regex-automata v0.4.14 |
| 273 | 2026-06-15T09:17:16.265Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 274 | 2026-06-15T09:17:16.312Z | Checking bitflags v2.13.0 |
| 275 | 2026-06-15T09:17:16.420Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 276 | 2026-06-15T09:17:16.483Z | Checking hash32 v0.3.1 |
| 277 | 2026-06-15T09:17:16.592Z | Compiling syn v1.0.109 |
| 278 | 2026-06-15T09:17:16.595Z | Compiling rustversion v1.0.22 |
| 279 | 2026-06-15T09:17:16.658Z | Checking stable_deref_trait v1.2.1 |
| 280 | 2026-06-15T09:17:16.724Z | Checking macaddr v1.0.1 |
| 281 | 2026-06-15T09:17:16.761Z | Compiling smoltcp v0.11.0 |
| 282 | 2026-06-15T09:17:16.859Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 283 | 2026-06-15T09:17:16.960Z | Compiling proc-macro-crate v3.5.0 |
| 284 | 2026-06-15T09:17:16.975Z | Checking managed v0.8.0 |
| 285 | 2026-06-15T09:17:17.115Z | Compiling ref-cast v1.0.25 |
| 286 | 2026-06-15T09:17:17.121Z | Checking rand_core v0.10.1 |
| 287 | 2026-06-15T09:17:17.151Z | Checking bitflags v1.3.2 |
| 288 | 2026-06-15T09:17:17.213Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 289 | 2026-06-15T09:17:17.251Z | Compiling rustix v1.1.4 |
| 290 | 2026-06-15T09:17:17.293Z | Compiling version_check v0.9.5 |
| 291 | 2026-06-15T09:17:17.327Z | Compiling getrandom v0.4.2 |
| 292 | 2026-06-15T09:17:17.562Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 293 | 2026-06-15T09:17:17.608Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 294 | 2026-06-15T09:17:17.797Z | Checking errno v0.3.14 |
| 295 | 2026-06-15T09:17:17.820Z | Checking unicode-width v0.2.2 |
| 296 | 2026-06-15T09:17:17.908Z | Compiling regex v1.12.4 |
| 297 | 2026-06-15T09:17:18.014Z | Checking foreign-types-shared v0.3.1 |
| 298 | 2026-06-15T09:17:18.061Z | Checking once_cell v1.21.4 |
| 299 | 2026-06-15T09:17:18.092Z | Checking ipnetwork v0.21.1 |
| 300 | 2026-06-15T09:17:18.230Z | Compiling darling_core v0.21.3 |
| 301 | 2026-06-15T09:17:18.265Z | Checking utf8parse v0.2.2 |
| 302 | 2026-06-15T09:17:18.272Z | Checking cpufeatures v0.3.0 |
| 303 | 2026-06-15T09:17:18.298Z | Checking cstr-argument v0.1.2 |
| 304 | 2026-06-15T09:17:18.329Z | Checking chacha20 v0.10.0 |
| 305 | 2026-06-15T09:17:18.355Z | Checking anstyle-parse v1.0.0 |
| 306 | 2026-06-15T09:17:18.410Z | Checking tracing-core v0.1.36 |
| 307 | 2026-06-15T09:17:18.501Z | Checking tabwriter v1.4.1 |
| 308 | 2026-06-15T09:17:18.775Z | Checking colorchoice v1.0.5 |
| 309 | 2026-06-15T09:17:18.820Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f) |
| 310 | 2026-06-15T09:17:18.865Z | Checking is_terminal_polyfill v1.70.2 |
| 311 | 2026-06-15T09:17:18.930Z | Checking anstyle v1.0.14 |
| 312 | 2026-06-15T09:17:18.937Z | Checking dyn-clone v1.0.20 |
| 313 | 2026-06-15T09:17:18.958Z | Checking anstyle-query v1.1.5 |
| 314 | 2026-06-15T09:17:19.006Z | Checking pretty-hex v0.4.2 |
| 315 | 2026-06-15T09:17:19.029Z | Checking pin-project-lite v0.2.17 |
| 316 | 2026-06-15T09:17:19.042Z | Checking terminal_size v0.4.4 |
| 317 | 2026-06-15T09:17:19.103Z | Checking anstream v1.0.0 |
| 318 | 2026-06-15T09:17:19.110Z | Checking rand v0.10.1 |
| 319 | 2026-06-15T09:17:19.149Z | Checking uuid v1.23.3 |
| 320 | 2026-06-15T09:17:19.254Z | Checking socket2 v0.6.4 |
| 321 | 2026-06-15T09:17:19.406Z | Checking colored v3.1.1 |
| 322 | 2026-06-15T09:17:19.432Z | Compiling thiserror-impl v2.0.18 |
| 323 | 2026-06-15T09:17:19.452Z | Compiling serde_derive v1.0.228 |
| 324 | 2026-06-15T09:17:19.500Z | Compiling zerocopy-derive v0.8.52 |
| 325 | 2026-06-15T09:17:19.574Z | Compiling ref-cast-impl v1.0.25 |
| 326 | 2026-06-15T09:17:19.594Z | Compiling foreign-types-macros v0.2.3 |
| 327 | 2026-06-15T09:17:20.158Z | Compiling num_enum_derive v0.7.6 |
| 328 | 2026-06-15T09:17:20.215Z | Checking foreign-types v0.5.0 |
| 329 | 2026-06-15T09:17:20.280Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 330 | 2026-06-15T09:17:20.330Z | Compiling tracing-attributes v0.1.31 |
| 331 | 2026-06-15T09:17:20.333Z | Compiling darling_macro v0.21.3 |
| 332 | 2026-06-15T09:17:20.792Z | Checking cobs v0.3.0 |
| 333 | 2026-06-15T09:17:20.817Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 334 | 2026-06-15T09:17:20.917Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 335 | 2026-06-15T09:17:20.931Z | Checking oxnet v0.1.6 |
| 336 | 2026-06-15T09:17:20.938Z | Compiling darling v0.21.3 |
| 337 | 2026-06-15T09:17:21.008Z | Compiling ingot-macros v0.1.1 |
| 338 | 2026-06-15T09:17:21.084Z | Compiling heck v0.5.0 |
| 339 | 2026-06-15T09:17:21.106Z | Checking clap_lex v1.1.0 |
| 340 | 2026-06-15T09:17:21.200Z | Checking num_enum v0.7.6 |
| 341 | 2026-06-15T09:17:21.259Z | Checking clap_builder v4.6.0 |
| 342 | 2026-06-15T09:17:21.279Z | Compiling clap_derive v4.6.1 |
| 343 | 2026-06-15T09:17:21.303Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 344 | 2026-06-15T09:17:21.306Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 345 | 2026-06-15T09:17:21.403Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 346 | 2026-06-15T09:17:21.602Z | Checking tracing v0.1.44 |
| 347 | 2026-06-15T09:17:22.429Z | Checking postcard v1.1.3 |
| 348 | 2026-06-15T09:17:22.653Z | Checking clap v4.6.1 |
| 349 | 2026-06-15T09:17:23.519Z | Checking ingot-types v0.1.2 |
| 350 | 2026-06-15T09:17:23.793Z | Checking ingot v0.1.1 |
| 351 | 2026-06-15T09:17:25.081Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 352 | 2026-06-15T09:17:26.284Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 353 | 2026-06-15T09:17:27.469Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 354 | 2026-06-15T09:17:28.296Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.01s |
| 355 | 2026-06-15T09:17:28.413Z | |
| 356 | 2026-06-15T09:17:28.413Z | real 19.171245697 |
| 357 | 2026-06-15T09:17:28.413Z | user 54.356020857 |
| 358 | 2026-06-15T09:17:28.413Z | sys 13.407468272 |
| 359 | 2026-06-15T09:17:28.413Z | trap 0.043444011 |
| 360 | 2026-06-15T09:17:28.413Z | tflt 0.056624510 |
| 361 | 2026-06-15T09:17:28.413Z | dflt 0.193399814 |
| 362 | 2026-06-15T09:17:28.413Z | kflt 0.005696540 |
| 363 | 2026-06-15T09:17:28.413Z | lock 2:55.089724401 |
| 364 | 2026-06-15T09:17:28.413Z | slp 3:05.102779419 |
| 365 | 2026-06-15T09:17:28.414Z | lat 3.664848277 |
| 366 | 2026-06-15T09:17:28.414Z | stop 11.066706979 |
| 367 | 2026-06-15T09:17:28.417Z | + header 'debug build' |
| 368 | 2026-06-15T09:17:28.417Z | + echo '# ==== debug build ==== #' |
| 369 | 2026-06-15T09:17:28.417Z | + ptime -m cargo build |
| 370 | 2026-06-15T09:17:28.417Z | # ==== debug build ==== # |
| 371 | 2026-06-15T09:17:28.572Z | Compiling cfg-if v1.0.4 |
| 372 | 2026-06-15T09:17:28.573Z | Compiling serde_core v1.0.228 |
| 373 | 2026-06-15T09:17:28.575Z | Compiling libc v0.2.186 |
| 374 | 2026-06-15T09:17:28.599Z | Compiling thiserror v2.0.18 |
| 375 | 2026-06-15T09:17:28.602Z | Compiling byteorder v1.5.0 |
| 376 | 2026-06-15T09:17:28.605Z | Compiling zerocopy v0.8.52 |
| 377 | 2026-06-15T09:17:28.607Z | Compiling stable_deref_trait v1.2.1 |
| 378 | 2026-06-15T09:17:28.610Z | Compiling macaddr v1.0.1 |
| 379 | 2026-06-15T09:17:28.646Z | Compiling managed v0.8.0 |
| 380 | 2026-06-15T09:17:28.657Z | Compiling cobs v0.3.0 |
| 381 | 2026-06-15T09:17:28.675Z | Compiling bitflags v1.3.2 |
| 382 | 2026-06-15T09:17:28.735Z | Compiling hash32 v0.3.1 |
| 383 | 2026-06-15T09:17:28.767Z | Compiling rand_core v0.10.1 |
| 384 | 2026-06-15T09:17:28.843Z | Compiling heapless v0.8.0 |
| 385 | 2026-06-15T09:17:28.859Z | Compiling errno v0.3.14 |
| 386 | 2026-06-15T09:17:28.878Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 387 | 2026-06-15T09:17:28.917Z | Compiling utf8parse v0.2.2 |
| 388 | 2026-06-15T09:17:28.922Z | Compiling cpufeatures v0.3.0 |
| 389 | 2026-06-15T09:17:28.934Z | Compiling once_cell v1.21.4 |
| 390 | 2026-06-15T09:17:28.979Z | Compiling ipnetwork v0.21.1 |
| 391 | 2026-06-15T09:17:29.006Z | Compiling unicode-width v0.2.2 |
| 392 | 2026-06-15T09:17:29.016Z | Compiling foreign-types-shared v0.3.1 |
| 393 | 2026-06-15T09:17:29.093Z | Compiling memchr v2.8.2 |
| 394 | 2026-06-15T09:17:29.140Z | Compiling tracing-core v0.1.36 |
| 395 | 2026-06-15T09:17:29.157Z | Compiling foreign-types v0.5.0 |
| 396 | 2026-06-15T09:17:29.222Z | Compiling smoltcp v0.11.0 |
| 397 | 2026-06-15T09:17:29.260Z | Compiling tabwriter v1.4.1 |
| 398 | 2026-06-15T09:17:29.302Z | Compiling anstyle-parse v1.0.0 |
| 399 | 2026-06-15T09:17:29.501Z | Compiling cstr-argument v0.1.2 |
| 400 | 2026-06-15T09:17:29.511Z | Compiling chacha20 v0.10.0 |
| 401 | 2026-06-15T09:17:29.666Z | Compiling ref-cast v1.0.25 |
| 402 | 2026-06-15T09:17:29.679Z | Compiling num_enum v0.7.6 |
| 403 | 2026-06-15T09:17:29.754Z | Compiling getrandom v0.4.2 |
| 404 | 2026-06-15T09:17:29.782Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 405 | 2026-06-15T09:17:29.841Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 406 | 2026-06-15T09:17:29.884Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 407 | 2026-06-15T09:17:29.938Z | Compiling dyn-clone v1.0.20 |
| 408 | 2026-06-15T09:17:29.960Z | Compiling colorchoice v1.0.5 |
| 409 | 2026-06-15T09:17:30.069Z | Compiling is_terminal_polyfill v1.70.2 |
| 410 | 2026-06-15T09:17:30.093Z | Compiling anstyle v1.0.14 |
| 411 | 2026-06-15T09:17:30.154Z | Compiling pretty-hex v0.4.2 |
| 412 | 2026-06-15T09:17:30.272Z | Compiling bitflags v2.13.0 |
| 413 | 2026-06-15T09:17:30.281Z | Compiling serde v1.0.228 |
| 414 | 2026-06-15T09:17:30.350Z | Compiling pin-project-lite v0.2.17 |
| 415 | 2026-06-15T09:17:30.438Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 416 | 2026-06-15T09:17:30.445Z | Compiling rustix v1.1.4 |
| 417 | 2026-06-15T09:17:30.445Z | Compiling anstyle-query v1.1.5 |
| 418 | 2026-06-15T09:17:30.458Z | Compiling tracing v0.1.44 |
| 419 | 2026-06-15T09:17:30.542Z | Compiling anstream v1.0.0 |
| 420 | 2026-06-15T09:17:30.749Z | Compiling postcard v1.1.3 |
| 421 | 2026-06-15T09:17:30.842Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 422 | 2026-06-15T09:17:30.984Z | Compiling terminal_size v0.4.4 |
| 423 | 2026-06-15T09:17:31.059Z | Compiling uuid v1.23.3 |
| 424 | 2026-06-15T09:17:31.063Z | Compiling anyhow v1.0.102 |
| 425 | 2026-06-15T09:17:31.066Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 426 | 2026-06-15T09:17:31.100Z | Compiling rand v0.10.1 |
| 427 | 2026-06-15T09:17:31.131Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 428 | 2026-06-15T09:17:31.247Z | Compiling socket2 v0.6.4 |
| 429 | 2026-06-15T09:17:31.547Z | Compiling ingot-types v0.1.2 |
| 430 | 2026-06-15T09:17:31.649Z | Compiling oxnet v0.1.6 |
| 431 | 2026-06-15T09:17:31.664Z | Compiling clap_lex v1.1.0 |
| 432 | 2026-06-15T09:17:31.664Z | Compiling strsim v0.11.1 |
| 433 | 2026-06-15T09:17:31.926Z | Compiling ingot v0.1.1 |
| 434 | 2026-06-15T09:17:31.946Z | Compiling colored v3.1.1 |
| 435 | 2026-06-15T09:17:32.036Z | Compiling winnow v1.0.3 |
| 436 | 2026-06-15T09:17:32.069Z | Compiling clap_builder v4.6.0 |
| 437 | 2026-06-15T09:17:32.132Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 438 | 2026-06-15T09:17:32.936Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f) |
| 439 | 2026-06-15T09:17:33.534Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 440 | 2026-06-15T09:17:33.644Z | Compiling clap v4.6.1 |
| 441 | 2026-06-15T09:17:35.100Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 442 | 2026-06-15T09:17:36.552Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 443 | 2026-06-15T09:17:40.991Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.56s |
| 444 | 2026-06-15T09:17:41.022Z | |
| 445 | 2026-06-15T09:17:41.025Z | real 12.598378481 |
| 446 | 2026-06-15T09:17:41.025Z | user 1:04.984007418 |
| 447 | 2026-06-15T09:17:41.025Z | sys 6.067225850 |
| 448 | 2026-06-15T09:17:41.025Z | trap 0.037091391 |
| 449 | 2026-06-15T09:17:41.025Z | tflt 0.137037474 |
| 450 | 2026-06-15T09:17:41.025Z | dflt 0.099540207 |
| 451 | 2026-06-15T09:17:41.025Z | kflt 0.000004350 |
| 452 | 2026-06-15T09:17:41.025Z | lock 3:01.159305791 |
| 453 | 2026-06-15T09:17:41.025Z | slp 1:59.872248378 |
| 454 | 2026-06-15T09:17:41.025Z | lat 3.239647778 |
| 455 | 2026-06-15T09:17:41.025Z | stop 2.581801661 |
| 456 | 2026-06-15T09:17:41.025Z | + header 'release build' |
| 457 | 2026-06-15T09:17:41.025Z | + echo '# ==== release build ==== #' |
| 458 | 2026-06-15T09:17:41.025Z | # ==== release build ==== # |
| 459 | 2026-06-15T09:17:41.026Z | + ptime -m cargo build --release |
| 460 | 2026-06-15T09:17:41.121Z | Compiling proc-macro2 v1.0.106 |
| 461 | 2026-06-15T09:17:41.121Z | Compiling unicode-ident v1.0.24 |
| 462 | 2026-06-15T09:17:41.121Z | Compiling quote v1.0.45 |
| 463 | 2026-06-15T09:17:41.121Z | Compiling serde_core v1.0.228 |
| 464 | 2026-06-15T09:17:41.123Z | Compiling libc v0.2.186 |
| 465 | 2026-06-15T09:17:41.124Z | Compiling cfg-if v1.0.4 |
| 466 | 2026-06-15T09:17:41.124Z | Compiling ident_case v1.0.1 |
| 467 | 2026-06-15T09:17:41.124Z | Compiling thiserror v2.0.18 |
| 468 | 2026-06-15T09:17:41.192Z | Compiling memchr v2.8.2 |
| 469 | 2026-06-15T09:17:41.236Z | Compiling strsim v0.11.1 |
| 470 | 2026-06-15T09:17:41.239Z | Compiling fnv v1.0.7 |
| 471 | 2026-06-15T09:17:41.318Z | Compiling regex-syntax v0.8.11 |
| 472 | 2026-06-15T09:17:41.441Z | Compiling winnow v1.0.3 |
| 473 | 2026-06-15T09:17:41.501Z | Compiling zerocopy v0.8.52 |
| 474 | 2026-06-15T09:17:41.631Z | Compiling aho-corasick v1.1.4 |
| 475 | 2026-06-15T09:17:41.708Z | Compiling equivalent v1.0.2 |
| 476 | 2026-06-15T09:17:41.780Z | Compiling serde v1.0.228 |
| 477 | 2026-06-15T09:17:41.845Z | Compiling anyhow v1.0.102 |
| 478 | 2026-06-15T09:17:41.871Z | Compiling either v1.16.0 |
| 479 | 2026-06-15T09:17:42.082Z | Compiling hashbrown v0.17.1 |
| 480 | 2026-06-15T09:17:42.192Z | Compiling itertools v0.14.0 |
| 481 | 2026-06-15T09:17:42.240Z | Compiling syn v2.0.117 |
| 482 | 2026-06-15T09:17:42.319Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 483 | 2026-06-15T09:17:42.436Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 484 | 2026-06-15T09:17:42.608Z | Compiling indexmap v2.14.0 |
| 485 | 2026-06-15T09:17:42.653Z | Compiling byteorder v1.5.0 |
| 486 | 2026-06-15T09:17:42.842Z | Compiling regex-automata v0.4.14 |
| 487 | 2026-06-15T09:17:42.850Z | Compiling heapless v0.8.0 |
| 488 | 2026-06-15T09:17:42.964Z | Compiling hash32 v0.3.1 |
| 489 | 2026-06-15T09:17:43.089Z | Compiling stable_deref_trait v1.2.1 |
| 490 | 2026-06-15T09:17:43.152Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 491 | 2026-06-15T09:17:43.201Z | Compiling bitflags v2.13.0 |
| 492 | 2026-06-15T09:17:43.292Z | Compiling macaddr v1.0.1 |
| 493 | 2026-06-15T09:17:43.338Z | Compiling rustversion v1.0.22 |
| 494 | 2026-06-15T09:17:43.359Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 495 | 2026-06-15T09:17:43.405Z | Compiling smoltcp v0.11.0 |
| 496 | 2026-06-15T09:17:43.481Z | Compiling syn v1.0.109 |
| 497 | 2026-06-15T09:17:43.603Z | Compiling version_check v0.9.5 |
| 498 | 2026-06-15T09:17:43.714Z | Compiling proc-macro-crate v3.5.0 |
| 499 | 2026-06-15T09:17:43.745Z | Compiling ref-cast v1.0.25 |
| 500 | 2026-06-15T09:17:43.824Z | Compiling bitflags v1.3.2 |
| 501 | 2026-06-15T09:17:43.854Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 502 | 2026-06-15T09:17:43.884Z | Compiling rustix v1.1.4 |
| 503 | 2026-06-15T09:17:43.998Z | Compiling rand_core v0.10.1 |
| 504 | 2026-06-15T09:17:44.006Z | Compiling managed v0.8.0 |
| 505 | 2026-06-15T09:17:44.050Z | Compiling getrandom v0.4.2 |
| 506 | 2026-06-15T09:17:44.109Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 507 | 2026-06-15T09:17:44.315Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 508 | 2026-06-15T09:17:44.334Z | Compiling errno v0.3.14 |
| 509 | 2026-06-15T09:17:44.470Z | Compiling unicode-width v0.2.2 |
| 510 | 2026-06-15T09:17:44.688Z | Compiling regex v1.12.4 |
| 511 | 2026-06-15T09:17:44.700Z | Compiling once_cell v1.21.4 |
| 512 | 2026-06-15T09:17:44.759Z | Compiling darling_core v0.21.3 |
| 513 | 2026-06-15T09:17:44.915Z | Compiling utf8parse v0.2.2 |
| 514 | 2026-06-15T09:17:45.011Z | Compiling ipnetwork v0.21.1 |
| 515 | 2026-06-15T09:17:45.065Z | Compiling cpufeatures v0.3.0 |
| 516 | 2026-06-15T09:17:45.128Z | Compiling foreign-types-shared v0.3.1 |
| 517 | 2026-06-15T09:17:45.153Z | Compiling chacha20 v0.10.0 |
| 518 | 2026-06-15T09:17:45.206Z | Compiling anstyle-parse v1.0.0 |
| 519 | 2026-06-15T09:17:45.349Z | Compiling tracing-core v0.1.36 |
| 520 | 2026-06-15T09:17:45.375Z | Compiling cstr-argument v0.1.2 |
| 521 | 2026-06-15T09:17:45.398Z | Compiling tabwriter v1.4.1 |
| 522 | 2026-06-15T09:17:46.001Z | Compiling thiserror-impl v2.0.18 |
| 523 | 2026-06-15T09:17:46.029Z | Compiling zerocopy-derive v0.8.52 |
| 524 | 2026-06-15T09:17:46.062Z | Compiling serde_derive v1.0.228 |
| 525 | 2026-06-15T09:17:46.243Z | Compiling foreign-types-macros v0.2.3 |
| 526 | 2026-06-15T09:17:46.303Z | Compiling num_enum_derive v0.7.6 |
| 527 | 2026-06-15T09:17:46.868Z | Compiling darling_macro v0.21.3 |
| 528 | 2026-06-15T09:17:46.886Z | Compiling ref-cast-impl v1.0.25 |
| 529 | 2026-06-15T09:17:46.964Z | Compiling foreign-types v0.5.0 |
| 530 | 2026-06-15T09:17:47.031Z | Compiling tracing-attributes v0.1.31 |
| 531 | 2026-06-15T09:17:47.294Z | Compiling cobs v0.3.0 |
| 532 | 2026-06-15T09:17:47.319Z | Compiling num_enum v0.7.6 |
| 533 | 2026-06-15T09:17:47.419Z | Compiling darling v0.21.3 |
| 534 | 2026-06-15T09:17:47.422Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 535 | 2026-06-15T09:17:47.466Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 536 | 2026-06-15T09:17:47.485Z | Compiling ingot-macros v0.1.1 |
| 537 | 2026-06-15T09:17:47.496Z | Compiling colorchoice v1.0.5 |
| 538 | 2026-06-15T09:17:47.551Z | Compiling pretty-hex v0.4.2 |
| 539 | 2026-06-15T09:17:47.592Z | Compiling pin-project-lite v0.2.17 |
| 540 | 2026-06-15T09:17:47.671Z | Compiling anstyle v1.0.14 |
| 541 | 2026-06-15T09:17:47.676Z | Compiling anstyle-query v1.1.5 |
| 542 | 2026-06-15T09:17:47.760Z | Compiling is_terminal_polyfill v1.70.2 |
| 543 | 2026-06-15T09:17:47.843Z | Compiling dyn-clone v1.0.20 |
| 544 | 2026-06-15T09:17:47.907Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f) |
| 545 | 2026-06-15T09:17:47.911Z | Compiling anstream v1.0.0 |
| 546 | 2026-06-15T09:17:47.947Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 547 | 2026-06-15T09:17:47.973Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 548 | 2026-06-15T09:17:48.052Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 549 | 2026-06-15T09:17:48.240Z | Compiling tracing v0.1.44 |
| 550 | 2026-06-15T09:17:48.315Z | Compiling terminal_size v0.4.4 |
| 551 | 2026-06-15T09:17:48.388Z | Compiling rand v0.10.1 |
| 552 | 2026-06-15T09:17:48.444Z | Compiling uuid v1.23.3 |
| 553 | 2026-06-15T09:17:48.453Z | Compiling socket2 v0.6.4 |
| 554 | 2026-06-15T09:17:48.673Z | Compiling oxnet v0.1.6 |
| 555 | 2026-06-15T09:17:48.853Z | Compiling colored v3.1.1 |
| 556 | 2026-06-15T09:17:48.962Z | Compiling heck v0.5.0 |
| 557 | 2026-06-15T09:17:48.996Z | Compiling clap_lex v1.1.0 |
| 558 | 2026-06-15T09:17:49.180Z | Compiling clap_derive v4.6.1 |
| 559 | 2026-06-15T09:17:49.203Z | Compiling clap_builder v4.6.0 |
| 560 | 2026-06-15T09:17:49.302Z | Compiling postcard v1.1.3 |
| 561 | 2026-06-15T09:17:49.336Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 562 | 2026-06-15T09:17:50.372Z | Compiling ingot-types v0.1.2 |
| 563 | 2026-06-15T09:17:50.702Z | Compiling ingot v0.1.1 |
| 564 | 2026-06-15T09:17:51.002Z | Compiling clap v4.6.1 |
| 565 | 2026-06-15T09:17:52.426Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 566 | 2026-06-15T09:17:53.416Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 567 | 2026-06-15T09:17:54.450Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 568 | 2026-06-15T09:18:00.967Z | Finished `release` profile [optimized + debuginfo] target(s) in 19.93s |
| 569 | 2026-06-15T09:18:00.995Z | |
| 570 | 2026-06-15T09:18:00.998Z | real 19.962780556 |
| 571 | 2026-06-15T09:18:00.998Z | user 1:42.835795150 |
| 572 | 2026-06-15T09:18:00.998Z | sys 13.936047238 |
| 573 | 2026-06-15T09:18:00.998Z | trap 0.049362570 |
| 574 | 2026-06-15T09:18:00.998Z | tflt 0.113991223 |
| 575 | 2026-06-15T09:18:00.998Z | dflt 0.281877751 |
| 576 | 2026-06-15T09:18:00.998Z | kflt 0.000010160 |
| 577 | 2026-06-15T09:18:00.998Z | lock 4:27.357659425 |
| 578 | 2026-06-15T09:18:00.998Z | slp 3:26.946993134 |
| 579 | 2026-06-15T09:18:00.998Z | lat 4.489037344 |
| 580 | 2026-06-15T09:18:00.998Z | stop 9.039296228 |
| 581 | 2026-06-15T09:18:00.998Z | + popd |
| 582 | 2026-06-15T09:18:00.998Z | /work/oxidecomputer/opte |
| 583 | 2026-06-15T09:18:00.998Z | + for x in debug release |
| 584 | 2026-06-15T09:18:00.998Z | + mkdir -p /work/debug |
| 585 | 2026-06-15T09:18:00.998Z | + cp target/debug/opteadm /work/debug/ |
| 586 | 2026-06-15T09:18:01.021Z | + sha256sum target/debug/opteadm |
| 587 | 2026-06-15T09:18:01.046Z | + for x in debug release |
| 588 | 2026-06-15T09:18:01.046Z | + mkdir -p /work/release |
| 589 | 2026-06-15T09:18:01.049Z | + cp target/release/opteadm /work/release/ |
| 590 | 2026-06-15T09:18:01.064Z | + sha256sum target/release/opteadm |
| 591 | 2026-06-15T09:18:01.081Z | process exited: duration 66042 ms, exit code 0 |
| |
| 592 | 2026-06-15T09:18:01.087Z | found 4 output files |
| 593 | 2026-06-15T09:18:01.087Z | uploading: /work/debug/opteadm (36559976 bytes) |
| 594 | 2026-06-15T09:18:02.284Z | uploaded: /work/debug/opteadm |
| 595 | 2026-06-15T09:18:02.284Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
| 596 | 2026-06-15T09:18:03.295Z | uploaded: /work/debug/opteadm.debug.sha256 |
| 597 | 2026-06-15T09:18:03.295Z | uploading: /work/release/opteadm (24741336 bytes) |
| 598 | 2026-06-15T09:18:04.450Z | uploaded: /work/release/opteadm |
| 599 | 2026-06-15T09:18:04.450Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
| 600 | 2026-06-15T09:18:05.458Z | uploaded: /work/release/opteadm.release.sha256 |