|
|
|
| 1 | 2026-07-09T04:41:03.046Z | job assigned to worker 01KX2JT7HQ8MJ56KGT8TT5ASRJ [factory aws, i-04071da58d465b97e] (queued for 56 s) |
| |
| 2 | 2026-07-09T04:41:09.604Z | starting task 0: "setup" |
| 3 | 2026-07-09T04:41:09.609Z | ++ uname -s |
| 4 | 2026-07-09T04:41:09.612Z | + kern=SunOS |
| 5 | 2026-07-09T04:41:09.612Z | + build_user=build |
| 6 | 2026-07-09T04:41:09.612Z | + build_uid=12345 |
| 7 | 2026-07-09T04:41:09.612Z | + work_dir=/work |
| 8 | 2026-07-09T04:41:09.612Z | + input_dir=/input |
| 9 | 2026-07-09T04:41:09.612Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-09T04:41:09.612Z | + case "$kern" in |
| 11 | 2026-07-09T04:41:09.612Z | + groupadd -g 12345 build |
| 12 | 2026-07-09T04:41:09.612Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-09T04:41:11.619Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-09T04:41:11.754Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-09T04:41:11.757Z | + home_fs=zfs |
| 16 | 2026-07-09T04:41:11.757Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-09T04:41:11.757Z | + mkdir -p /home/build |
| 18 | 2026-07-09T04:41:11.757Z | + chown build:build /home/build /work |
| 19 | 2026-07-09T04:41:12.757Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-09T04:41:12.760Z | process exited: duration 3155 ms, exit code 0 |
| |
| 21 | 2026-07-09T04:41:12.766Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-09T04:41:12.770Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-09T04:41:12.770Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-09T04:41:12.770Z | * rust toolchain channel = "1.96.1" |
| 25 | 2026-07-09T04:41:12.770Z | * rust toolchain profile = "default" |
| 26 | 2026-07-09T04:41:12.770Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-09T04:41:12.770Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-09T04:41:12.773Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-09T04:41:12.773Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-09T04:41:12.827Z | info: downloading installer |
| 31 | 2026-07-09T04:41:14.128Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-09T04:41:14.128Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-09T04:41:14.128Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-09T04:41:14.128Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-09T04:41:14.140Z | info: profile set to default |
| 36 | 2026-07-09T04:41:14.140Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-09T04:41:14.143Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-09T04:41:14.278Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-09T04:41:14.281Z | info: downloading 6 components |
| 40 | 2026-07-09T04:41:28.846Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-09T04:41:28.846Z | |
| 42 | 2026-07-09T04:41:28.877Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-09T04:41:28.877Z | |
| 44 | 2026-07-09T04:41:28.877Z | |
| 45 | 2026-07-09T04:41:28.877Z | Rust is installed now. Great! |
| 46 | 2026-07-09T04:41:28.877Z | |
| 47 | 2026-07-09T04:41:28.877Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-09T04:41:28.877Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-09T04:41:28.877Z | |
| 50 | 2026-07-09T04:41:28.877Z | To configure your current shell, you need to source |
| 51 | 2026-07-09T04:41:28.877Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-09T04:41:28.877Z | |
| 53 | 2026-07-09T04:41:28.877Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-09T04:41:28.880Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-09T04:41:28.880Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-09T04:41:28.880Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-09T04:41:28.880Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-09T04:41:28.880Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-09T04:41:28.880Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-09T04:41:28.880Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-09T04:41:28.880Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-09T04:41:28.985Z | + rustup --version |
| 63 | 2026-07-09T04:41:28.994Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-09T04:41:28.996Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-09T04:41:29.015Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-09T04:41:29.018Z | + cargo --version |
| 67 | 2026-07-09T04:41:29.031Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-09T04:41:29.034Z | + rustc --version |
| 69 | 2026-07-09T04:41:29.053Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-09T04:41:29.057Z | process exited: duration 16288 ms, exit code 0 |
| |
| 71 | 2026-07-09T04:41:29.065Z | starting task 2: "authentication" |
| 72 | 2026-07-09T04:41:29.080Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-09T04:41:29.086Z | starting task 3: "clone repository" |
| 74 | 2026-07-09T04:41:29.092Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-09T04:41:29.092Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-09T04:41:29.124Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-09T04:41:29.988Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-09T04:41:29.988Z | + git fetch origin 0901bea6c3f476b5f94b2616336322506bead9c8 |
| 79 | 2026-07-09T04:41:30.192Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-09T04:41:30.192Z | * branch 0901bea6c3f476b5f94b2616336322506bead9c8 -> FETCH_HEAD |
| 81 | 2026-07-09T04:41:30.199Z | + [[ -n renovate/zerocopy-0.x-lockfile ]] |
| 82 | 2026-07-09T04:41:30.202Z | ++ git branch --show-current |
| 83 | 2026-07-09T04:41:30.202Z | + current=master |
| 84 | 2026-07-09T04:41:30.202Z | + [[ master != renovate/zerocopy-0.x-lockfile ]] |
| 85 | 2026-07-09T04:41:30.202Z | + git branch -f renovate/zerocopy-0.x-lockfile 0901bea6c3f476b5f94b2616336322506bead9c8 |
| 86 | 2026-07-09T04:41:30.206Z | + git checkout -f renovate/zerocopy-0.x-lockfile |
| 87 | 2026-07-09T04:41:30.221Z | Switched to branch 'renovate/zerocopy-0.x-lockfile' |
| 88 | 2026-07-09T04:41:30.224Z | + git reset --hard 0901bea6c3f476b5f94b2616336322506bead9c8 |
| 89 | 2026-07-09T04:41:30.238Z | HEAD is now at 0901bea Update Rust crate zerocopy to v0.8.54 |
| 90 | 2026-07-09T04:41:30.241Z | process exited: duration 1153 ms, exit code 0 |
| |
| 91 | 2026-07-09T04:41:30.246Z | starting task 4: "build" |
| 92 | 2026-07-09T04:41:30.250Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-09T04:41:30.250Z | ++ rustup show active-toolchain |
| 94 | 2026-07-09T04:41:30.255Z | 1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-09T04:41:30.258Z | ++ pushd xde |
| 96 | 2026-07-09T04:41:30.258Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-09T04:41:30.258Z | ++ rustup show active-toolchain |
| 98 | 2026-07-09T04:41:30.261Z | info: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos |
| 99 | 2026-07-09T04:41:30.430Z | info: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29) |
| 100 | 2026-07-09T04:41:30.433Z | info: downloading 6 components |
| 101 | 2026-07-09T04:41:43.662Z | nightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-09T04:41:43.759Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-09T04:41:43.762Z | +++ head -n 1 |
| 104 | 2026-07-09T04:41:43.762Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-09T04:41:43.813Z | ++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 106 | 2026-07-09T04:41:43.813Z | ++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 107 | 2026-07-09T04:41:43.813Z | ++ popd |
| 108 | 2026-07-09T04:41:43.816Z | /work/oxidecomputer/opte |
| 109 | 2026-07-09T04:41:43.816Z | + cargo --version |
| 110 | 2026-07-09T04:41:43.822Z | cargo 1.96.1 (356927216 2026-06-26) |
| 111 | 2026-07-09T04:41:43.825Z | + rustc --version |
| 112 | 2026-07-09T04:41:43.844Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 113 | 2026-07-09T04:41:43.847Z | + pushd bin/opteadm |
| 114 | 2026-07-09T04:41:43.847Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 115 | 2026-07-09T04:41:43.847Z | + header 'check style' |
| 116 | 2026-07-09T04:41:43.847Z | + echo '# ==== check style ==== #' |
| 117 | 2026-07-09T04:41:43.847Z | # ==== check style ==== # |
| 118 | 2026-07-09T04:41:43.847Z | + ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check |
| 119 | 2026-07-09T04:41:43.918Z | |
| 120 | 2026-07-09T04:41:43.918Z | real 0.068654320 |
| 121 | 2026-07-09T04:41:43.918Z | user 0.038251811 |
| 122 | 2026-07-09T04:41:43.918Z | sys 0.027769751 |
| 123 | 2026-07-09T04:41:43.918Z | trap 0.000003076 |
| 124 | 2026-07-09T04:41:43.921Z | tflt 0.000012717 |
| 125 | 2026-07-09T04:41:43.921Z | dflt 0.000009116 |
| 126 | 2026-07-09T04:41:43.921Z | kflt 0.000000000 |
| 127 | 2026-07-09T04:41:43.921Z | lock 0.031213946 |
| 128 | 2026-07-09T04:41:43.921Z | slp 0.048485299 |
| 129 | 2026-07-09T04:41:43.921Z | lat 0.000528461 |
| 130 | 2026-07-09T04:41:43.921Z | stop 0.000102671 |
| 131 | 2026-07-09T04:41:43.921Z | + header analyze |
| 132 | 2026-07-09T04:41:43.922Z | + echo '# ==== analyze ==== #' |
| 133 | 2026-07-09T04:41:43.922Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 134 | 2026-07-09T04:41:43.922Z | # ==== analyze ==== # |
| 135 | 2026-07-09T04:41:44.051Z | Updating crates.io index |
| 136 | 2026-07-09T04:41:44.055Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-07-09T04:41:44.729Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-07-09T04:41:45.102Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-07-09T04:41:45.411Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-07-09T04:41:45.635Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-07-09T04:41:45.859Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-07-09T04:41:46.102Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-07-09T04:41:48.188Z | Downloading crates ... |
| 144 | 2026-07-09T04:41:48.235Z | Downloaded fnv v1.0.7 |
| 145 | 2026-07-09T04:41:48.241Z | Downloaded bitflags v1.3.2 |
| 146 | 2026-07-09T04:41:48.244Z | Downloaded clap v4.6.1 |
| 147 | 2026-07-09T04:41:48.247Z | Downloaded macaddr v1.0.1 |
| 148 | 2026-07-09T04:41:48.250Z | Downloaded tracing-attributes v0.1.31 |
| 149 | 2026-07-09T04:41:48.254Z | Downloaded hashbrown v0.17.1 |
| 150 | 2026-07-09T04:41:48.258Z | Downloaded clap_lex v1.1.0 |
| 151 | 2026-07-09T04:41:48.266Z | Downloaded colorchoice v1.0.5 |
| 152 | 2026-07-09T04:41:48.269Z | Downloaded clap_builder v4.6.0 |
| 153 | 2026-07-09T04:41:48.275Z | Downloaded cpufeatures v0.3.0 |
| 154 | 2026-07-09T04:41:48.279Z | Downloaded pin-project-lite v0.2.17 |
| 155 | 2026-07-09T04:41:48.283Z | Downloaded pretty-hex v0.4.2 |
| 156 | 2026-07-09T04:41:48.285Z | Downloaded cobs v0.3.0 |
| 157 | 2026-07-09T04:41:48.288Z | Downloaded foreign-types-shared v0.3.1 |
| 158 | 2026-07-09T04:41:48.291Z | Downloaded foreign-types-macros v0.2.3 |
| 159 | 2026-07-09T04:41:48.293Z | Downloaded indexmap v2.14.0 |
| 160 | 2026-07-09T04:41:48.296Z | Downloaded equivalent v1.0.2 |
| 161 | 2026-07-09T04:41:48.296Z | Downloaded embedded-io v0.4.0 |
| 162 | 2026-07-09T04:41:48.299Z | Downloaded heck v0.5.0 |
| 163 | 2026-07-09T04:41:48.302Z | Downloaded dyn-clone v1.0.20 |
| 164 | 2026-07-09T04:41:48.302Z | Downloaded ingot v0.1.1 |
| 165 | 2026-07-09T04:41:48.305Z | Downloaded ingot-types v0.1.2 |
| 166 | 2026-07-09T04:41:48.305Z | Downloaded defmt-macros v1.1.1 |
| 167 | 2026-07-09T04:41:48.308Z | Downloaded proc-macro2 v1.0.106 |
| 168 | 2026-07-09T04:41:48.308Z | Downloaded anstream v1.0.0 |
| 169 | 2026-07-09T04:41:48.310Z | Downloaded defmt v0.3.100 |
| 170 | 2026-07-09T04:41:48.310Z | Downloaded terminal_size v0.4.4 |
| 171 | 2026-07-09T04:41:48.313Z | Downloaded cstr-argument v0.1.2 |
| 172 | 2026-07-09T04:41:48.313Z | Downloaded darling_macro v0.21.3 |
| 173 | 2026-07-09T04:41:48.317Z | Downloaded version_check v0.9.5 |
| 174 | 2026-07-09T04:41:48.318Z | Downloaded errno v0.3.14 |
| 175 | 2026-07-09T04:41:48.321Z | Downloaded ipnetwork v0.21.1 |
| 176 | 2026-07-09T04:41:48.321Z | Downloaded anstyle-query v1.1.5 |
| 177 | 2026-07-09T04:41:48.321Z | Downloaded anstyle v1.0.14 |
| 178 | 2026-07-09T04:41:48.326Z | Downloaded ident_case v1.0.1 |
| 179 | 2026-07-09T04:41:48.330Z | Downloaded is_terminal_polyfill v1.70.2 |
| 180 | 2026-07-09T04:41:48.334Z | Downloaded ref-cast-impl v1.0.25 |
| 181 | 2026-07-09T04:41:48.339Z | Downloaded managed v0.8.0 |
| 182 | 2026-07-09T04:41:48.346Z | Downloaded ref-cast v1.0.25 |
| 183 | 2026-07-09T04:41:48.349Z | Downloaded cfg-if v1.0.4 |
| 184 | 2026-07-09T04:41:48.352Z | Downloaded embedded-io v0.6.1 |
| 185 | 2026-07-09T04:41:48.358Z | Downloaded stable_deref_trait v1.2.1 |
| 186 | 2026-07-09T04:41:48.361Z | Downloaded tabwriter v1.4.1 |
| 187 | 2026-07-09T04:41:48.361Z | Downloaded chacha20 v0.10.1 |
| 188 | 2026-07-09T04:41:48.361Z | Downloaded rustversion v1.0.22 |
| 189 | 2026-07-09T04:41:48.369Z | Downloaded hash32 v0.3.1 |
| 190 | 2026-07-09T04:41:48.372Z | Downloaded proc-macro-crate v3.5.0 |
| 191 | 2026-07-09T04:41:48.372Z | Downloaded foreign-types v0.5.0 |
| 192 | 2026-07-09T04:41:48.374Z | Downloaded strsim v0.11.1 |
| 193 | 2026-07-09T04:41:48.377Z | Downloaded quote v1.0.46 |
| 194 | 2026-07-09T04:41:48.380Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 195 | 2026-07-09T04:41:48.380Z | Downloaded rand_core v0.10.1 |
| 196 | 2026-07-09T04:41:48.384Z | Downloaded defmt-parser v1.0.0 |
| 197 | 2026-07-09T04:41:48.386Z | Downloaded clap_derive v4.6.1 |
| 198 | 2026-07-09T04:41:48.391Z | Downloaded oxnet v0.1.6 |
| 199 | 2026-07-09T04:41:48.394Z | Downloaded num_enum_derive v0.7.6 |
| 200 | 2026-07-09T04:41:48.394Z | Downloaded thiserror-impl v2.0.18 |
| 201 | 2026-07-09T04:41:48.394Z | Downloaded postcard v1.1.3 |
| 202 | 2026-07-09T04:41:48.399Z | Downloaded ingot-macros v0.1.1 |
| 203 | 2026-07-09T04:41:48.403Z | Downloaded utf8parse v0.2.2 |
| 204 | 2026-07-09T04:41:48.403Z | Downloaded anstyle-parse v1.0.0 |
| 205 | 2026-07-09T04:41:48.406Z | Downloaded num_enum v0.7.6 |
| 206 | 2026-07-09T04:41:48.411Z | Downloaded colored v3.1.1 |
| 207 | 2026-07-09T04:41:48.413Z | Downloaded thiserror v2.0.18 |
| 208 | 2026-07-09T04:41:48.416Z | Downloaded either v1.16.0 |
| 209 | 2026-07-09T04:41:48.419Z | Downloaded socket2 v0.6.4 |
| 210 | 2026-07-09T04:41:48.419Z | Downloaded darling v0.21.3 |
| 211 | 2026-07-09T04:41:48.425Z | Downloaded byteorder v1.5.0 |
| 212 | 2026-07-09T04:41:48.428Z | Downloaded anyhow v1.0.103 |
| 213 | 2026-07-09T04:41:48.432Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 214 | 2026-07-09T04:41:48.437Z | Downloaded once_cell v1.21.4 |
| 215 | 2026-07-09T04:41:48.441Z | Downloaded serde_derive v1.0.228 |
| 216 | 2026-07-09T04:41:48.445Z | Downloaded getrandom v0.4.3 |
| 217 | 2026-07-09T04:41:48.448Z | Downloaded unicode-ident v1.0.24 |
| 218 | 2026-07-09T04:41:48.448Z | Downloaded defmt v1.1.1 |
| 219 | 2026-07-09T04:41:48.451Z | Downloaded heapless v0.8.0 |
| 220 | 2026-07-09T04:41:48.457Z | Downloaded uuid v1.23.4 |
| 221 | 2026-07-09T04:41:48.459Z | Downloaded tracing-core v0.1.36 |
| 222 | 2026-07-09T04:41:48.462Z | Downloaded bitflags v2.13.0 |
| 223 | 2026-07-09T04:41:48.473Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 224 | 2026-07-09T04:41:48.476Z | Downloaded darling_core v0.21.3 |
| 225 | 2026-07-09T04:41:48.479Z | Downloaded serde_core v1.0.228 |
| 226 | 2026-07-09T04:41:48.483Z | Downloaded rand v0.10.2 |
| 227 | 2026-07-09T04:41:48.486Z | Downloaded serde v1.0.228 |
| 228 | 2026-07-09T04:41:48.489Z | Downloaded memchr v2.8.2 |
| 229 | 2026-07-09T04:41:48.505Z | Downloaded zerocopy-derive v0.8.54 |
| 230 | 2026-07-09T04:41:48.522Z | Downloaded aho-corasick v1.1.4 |
| 231 | 2026-07-09T04:41:48.553Z | Downloaded itertools v0.14.0 |
| 232 | 2026-07-09T04:41:48.566Z | Downloaded regex v1.12.4 |
| 233 | 2026-07-09T04:41:48.569Z | Downloaded winnow v1.0.3 |
| 234 | 2026-07-09T04:41:48.574Z | Downloaded syn v1.0.109 |
| 235 | 2026-07-09T04:41:48.628Z | Downloaded unicode-width v0.2.2 |
| 236 | 2026-07-09T04:41:48.634Z | Downloaded zerocopy v0.8.54 |
| 237 | 2026-07-09T04:41:48.645Z | Downloaded syn v2.0.118 |
| 238 | 2026-07-09T04:41:48.650Z | Downloaded smoltcp v0.11.0 |
| 239 | 2026-07-09T04:41:48.662Z | Downloaded regex-syntax v0.8.11 |
| 240 | 2026-07-09T04:41:48.674Z | Downloaded tracing v0.1.44 |
| 241 | 2026-07-09T04:41:48.685Z | Downloaded rustix v1.1.4 |
| 242 | 2026-07-09T04:41:48.703Z | Downloaded regex-automata v0.4.14 |
| 243 | 2026-07-09T04:41:48.716Z | Downloaded libc v0.2.186 |
| 244 | 2026-07-09T04:41:48.777Z | Compiling proc-macro2 v1.0.106 |
| 245 | 2026-07-09T04:41:48.777Z | Compiling quote v1.0.46 |
| 246 | 2026-07-09T04:41:48.777Z | Compiling unicode-ident v1.0.24 |
| 247 | 2026-07-09T04:41:48.777Z | Compiling serde_core v1.0.228 |
| 248 | 2026-07-09T04:41:48.780Z | Compiling libc v0.2.186 |
| 249 | 2026-07-09T04:41:48.780Z | Checking cfg-if v1.0.4 |
| 250 | 2026-07-09T04:41:48.780Z | Compiling thiserror v2.0.18 |
| 251 | 2026-07-09T04:41:48.780Z | Compiling memchr v2.8.2 |
| 252 | 2026-07-09T04:41:48.903Z | Compiling ident_case v1.0.1 |
| 253 | 2026-07-09T04:41:48.983Z | Compiling strsim v0.11.1 |
| 254 | 2026-07-09T04:41:49.014Z | Compiling fnv v1.0.7 |
| 255 | 2026-07-09T04:41:49.099Z | Compiling regex-syntax v0.8.11 |
| 256 | 2026-07-09T04:41:49.255Z | Compiling aho-corasick v1.1.4 |
| 257 | 2026-07-09T04:41:49.276Z | Compiling serde v1.0.228 |
| 258 | 2026-07-09T04:41:49.406Z | Compiling equivalent v1.0.2 |
| 259 | 2026-07-09T04:41:49.425Z | Compiling zerocopy v0.8.54 |
| 260 | 2026-07-09T04:41:49.479Z | Compiling either v1.16.0 |
| 261 | 2026-07-09T04:41:49.553Z | Compiling anyhow v1.0.103 |
| 262 | 2026-07-09T04:41:49.594Z | Compiling winnow v1.0.3 |
| 263 | 2026-07-09T04:41:49.676Z | Compiling hashbrown v0.17.1 |
| 264 | 2026-07-09T04:41:49.849Z | Compiling itertools v0.14.0 |
| 265 | 2026-07-09T04:41:50.069Z | Compiling syn v2.0.118 |
| 266 | 2026-07-09T04:41:50.160Z | Compiling indexmap v2.14.0 |
| 267 | 2026-07-09T04:41:50.212Z | Compiling heapless v0.8.0 |
| 268 | 2026-07-09T04:41:50.519Z | Compiling regex-automata v0.4.14 |
| 269 | 2026-07-09T04:41:50.603Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 270 | 2026-07-09T04:41:50.645Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 271 | 2026-07-09T04:41:50.669Z | Checking bitflags v2.13.0 |
| 272 | 2026-07-09T04:41:50.767Z | Checking byteorder v1.5.0 |
| 273 | 2026-07-09T04:41:50.863Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 274 | 2026-07-09T04:41:50.917Z | Checking hash32 v0.3.1 |
| 275 | 2026-07-09T04:41:50.991Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 276 | 2026-07-09T04:41:51.022Z | Compiling smoltcp v0.11.0 |
| 277 | 2026-07-09T04:41:51.080Z | Compiling syn v1.0.109 |
| 278 | 2026-07-09T04:41:51.108Z | Checking stable_deref_trait v1.2.1 |
| 279 | 2026-07-09T04:41:51.141Z | Checking macaddr v1.0.1 |
| 280 | 2026-07-09T04:41:51.149Z | Compiling rustversion v1.0.22 |
| 281 | 2026-07-09T04:41:51.284Z | Compiling getrandom v0.4.3 |
| 282 | 2026-07-09T04:41:51.374Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 283 | 2026-07-09T04:41:51.431Z | Compiling rustix v1.1.4 |
| 284 | 2026-07-09T04:41:51.524Z | Compiling proc-macro-crate v3.5.0 |
| 285 | 2026-07-09T04:41:51.536Z | Checking managed v0.8.0 |
| 286 | 2026-07-09T04:41:51.554Z | Compiling ref-cast v1.0.25 |
| 287 | 2026-07-09T04:41:51.594Z | Compiling version_check v0.9.5 |
| 288 | 2026-07-09T04:41:51.710Z | Checking rand_core v0.10.1 |
| 289 | 2026-07-09T04:41:51.788Z | Checking bitflags v1.3.2 |
| 290 | 2026-07-09T04:41:51.859Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 291 | 2026-07-09T04:41:51.935Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 292 | 2026-07-09T04:41:52.025Z | Checking errno v0.3.14 |
| 293 | 2026-07-09T04:41:52.114Z | Checking ipnetwork v0.21.1 |
| 294 | 2026-07-09T04:41:52.138Z | Checking once_cell v1.21.4 |
| 295 | 2026-07-09T04:41:52.242Z | Compiling regex v1.12.4 |
| 296 | 2026-07-09T04:41:52.284Z | Checking utf8parse v0.2.2 |
| 297 | 2026-07-09T04:41:52.305Z | Checking unicode-width v0.2.2 |
| 298 | 2026-07-09T04:41:52.464Z | Checking cpufeatures v0.3.0 |
| 299 | 2026-07-09T04:41:52.529Z | Checking foreign-types-shared v0.3.1 |
| 300 | 2026-07-09T04:41:52.577Z | Checking tabwriter v1.4.1 |
| 301 | 2026-07-09T04:41:52.609Z | Checking chacha20 v0.10.1 |
| 302 | 2026-07-09T04:41:52.675Z | Compiling darling_core v0.21.3 |
| 303 | 2026-07-09T04:41:52.720Z | Checking anstyle-parse v1.0.0 |
| 304 | 2026-07-09T04:41:52.787Z | Checking cstr-argument v0.1.2 |
| 305 | 2026-07-09T04:41:52.808Z | Checking tracing-core v0.1.36 |
| 306 | 2026-07-09T04:41:53.188Z | Checking anstyle v1.0.14 |
| 307 | 2026-07-09T04:41:53.205Z | Checking pretty-hex v0.4.2 |
| 308 | 2026-07-09T04:41:53.315Z | Checking colorchoice v1.0.5 |
| 309 | 2026-07-09T04:41:53.339Z | Checking is_terminal_polyfill v1.70.2 |
| 310 | 2026-07-09T04:41:53.342Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 311 | 2026-07-09T04:41:53.362Z | Checking pin-project-lite v0.2.17 |
| 312 | 2026-07-09T04:41:53.369Z | Checking dyn-clone v1.0.20 |
| 313 | 2026-07-09T04:41:53.403Z | Checking anstyle-query v1.1.5 |
| 314 | 2026-07-09T04:41:53.415Z | Checking terminal_size v0.4.4 |
| 315 | 2026-07-09T04:41:53.487Z | Checking anstream v1.0.0 |
| 316 | 2026-07-09T04:41:53.521Z | Checking rand v0.10.2 |
| 317 | 2026-07-09T04:41:53.569Z | Checking uuid v1.23.4 |
| 318 | 2026-07-09T04:41:53.644Z | Checking socket2 v0.6.4 |
| 319 | 2026-07-09T04:41:53.684Z | Compiling heck v0.5.0 |
| 320 | 2026-07-09T04:41:53.766Z | Checking clap_lex v1.1.0 |
| 321 | 2026-07-09T04:41:53.884Z | Checking oxnet v0.1.6 |
| 322 | 2026-07-09T04:41:53.917Z | Checking colored v3.1.1 |
| 323 | 2026-07-09T04:41:53.943Z | Compiling thiserror-impl v2.0.18 |
| 324 | 2026-07-09T04:41:53.984Z | Compiling zerocopy-derive v0.8.54 |
| 325 | 2026-07-09T04:41:53.993Z | Compiling serde_derive v1.0.228 |
| 326 | 2026-07-09T04:41:54.062Z | Compiling ref-cast-impl v1.0.25 |
| 327 | 2026-07-09T04:41:54.115Z | Compiling num_enum_derive v0.7.6 |
| 328 | 2026-07-09T04:41:54.655Z | Compiling foreign-types-macros v0.2.3 |
| 329 | 2026-07-09T04:41:54.820Z | Compiling darling_macro v0.21.3 |
| 330 | 2026-07-09T04:41:54.845Z | Compiling tracing-attributes v0.1.31 |
| 331 | 2026-07-09T04:41:55.114Z | Checking num_enum v0.7.6 |
| 332 | 2026-07-09T04:41:55.220Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 333 | 2026-07-09T04:41:55.241Z | Checking cobs v0.3.0 |
| 334 | 2026-07-09T04:41:55.289Z | Checking foreign-types v0.5.0 |
| 335 | 2026-07-09T04:41:55.355Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 336 | 2026-07-09T04:41:55.363Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 337 | 2026-07-09T04:41:55.377Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 338 | 2026-07-09T04:41:55.380Z | Compiling darling v0.21.3 |
| 339 | 2026-07-09T04:41:55.448Z | Compiling ingot-macros v0.1.1 |
| 340 | 2026-07-09T04:41:55.514Z | Checking clap_builder v4.6.0 |
| 341 | 2026-07-09T04:41:55.524Z | Compiling clap_derive v4.6.1 |
| 342 | 2026-07-09T04:41:55.806Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 343 | 2026-07-09T04:41:55.835Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 344 | 2026-07-09T04:41:56.058Z | Checking tracing v0.1.44 |
| 345 | 2026-07-09T04:41:56.910Z | Checking clap v4.6.1 |
| 346 | 2026-07-09T04:41:56.963Z | Checking postcard v1.1.3 |
| 347 | 2026-07-09T04:41:57.937Z | Checking ingot-types v0.1.2 |
| 348 | 2026-07-09T04:41:58.208Z | Checking ingot v0.1.1 |
| 349 | 2026-07-09T04:41:59.509Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 350 | 2026-07-09T04:42:00.697Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 351 | 2026-07-09T04:42:01.892Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 352 | 2026-07-09T04:42:02.708Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.74s |
| 353 | 2026-07-09T04:42:02.815Z | |
| 354 | 2026-07-09T04:42:02.815Z | real 18.891580862 |
| 355 | 2026-07-09T04:42:02.815Z | user 54.373622278 |
| 356 | 2026-07-09T04:42:02.815Z | sys 13.495974891 |
| 357 | 2026-07-09T04:42:02.815Z | trap 0.042457448 |
| 358 | 2026-07-09T04:42:02.815Z | tflt 0.062246395 |
| 359 | 2026-07-09T04:42:02.815Z | dflt 0.145648909 |
| 360 | 2026-07-09T04:42:02.815Z | kflt 0.009269624 |
| 361 | 2026-07-09T04:42:02.815Z | lock 3:23.302013134 |
| 362 | 2026-07-09T04:42:02.815Z | slp 3:04.060008934 |
| 363 | 2026-07-09T04:42:02.815Z | lat 3.845330201 |
| 364 | 2026-07-09T04:42:02.815Z | stop 12.585238387 |
| 365 | 2026-07-09T04:42:02.818Z | + header 'debug build' |
| 366 | 2026-07-09T04:42:02.818Z | + echo '# ==== debug build ==== #' |
| 367 | 2026-07-09T04:42:02.818Z | # ==== debug build ==== # |
| 368 | 2026-07-09T04:42:02.818Z | + ptime -m cargo build |
| 369 | 2026-07-09T04:42:02.967Z | Compiling cfg-if v1.0.4 |
| 370 | 2026-07-09T04:42:02.970Z | Compiling serde_core v1.0.228 |
| 371 | 2026-07-09T04:42:02.970Z | Compiling libc v0.2.186 |
| 372 | 2026-07-09T04:42:02.994Z | Compiling thiserror v2.0.18 |
| 373 | 2026-07-09T04:42:02.997Z | Compiling byteorder v1.5.0 |
| 374 | 2026-07-09T04:42:03.000Z | Compiling zerocopy v0.8.54 |
| 375 | 2026-07-09T04:42:03.000Z | Compiling stable_deref_trait v1.2.1 |
| 376 | 2026-07-09T04:42:03.003Z | Compiling macaddr v1.0.1 |
| 377 | 2026-07-09T04:42:03.041Z | Compiling bitflags v1.3.2 |
| 378 | 2026-07-09T04:42:03.053Z | Compiling cobs v0.3.0 |
| 379 | 2026-07-09T04:42:03.069Z | Compiling managed v0.8.0 |
| 380 | 2026-07-09T04:42:03.098Z | Compiling rand_core v0.10.1 |
| 381 | 2026-07-09T04:42:03.159Z | Compiling hash32 v0.3.1 |
| 382 | 2026-07-09T04:42:03.244Z | Compiling heapless v0.8.0 |
| 383 | 2026-07-09T04:42:03.248Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 384 | 2026-07-09T04:42:03.283Z | Compiling errno v0.3.14 |
| 385 | 2026-07-09T04:42:03.301Z | Compiling memchr v2.8.2 |
| 386 | 2026-07-09T04:42:03.313Z | Compiling utf8parse v0.2.2 |
| 387 | 2026-07-09T04:42:03.316Z | Compiling cpufeatures v0.3.0 |
| 388 | 2026-07-09T04:42:03.372Z | Compiling ipnetwork v0.21.1 |
| 389 | 2026-07-09T04:42:03.401Z | Compiling unicode-width v0.2.2 |
| 390 | 2026-07-09T04:42:03.447Z | Compiling foreign-types-shared v0.3.1 |
| 391 | 2026-07-09T04:42:03.475Z | Compiling once_cell v1.21.4 |
| 392 | 2026-07-09T04:42:03.522Z | Compiling foreign-types v0.5.0 |
| 393 | 2026-07-09T04:42:03.623Z | Compiling smoltcp v0.11.0 |
| 394 | 2026-07-09T04:42:03.656Z | Compiling tabwriter v1.4.1 |
| 395 | 2026-07-09T04:42:03.706Z | Compiling cstr-argument v0.1.2 |
| 396 | 2026-07-09T04:42:03.706Z | Compiling tracing-core v0.1.36 |
| 397 | 2026-07-09T04:42:03.866Z | Compiling anstyle-parse v1.0.0 |
| 398 | 2026-07-09T04:42:03.904Z | Compiling chacha20 v0.10.1 |
| 399 | 2026-07-09T04:42:04.058Z | Compiling ref-cast v1.0.25 |
| 400 | 2026-07-09T04:42:04.063Z | Compiling num_enum v0.7.6 |
| 401 | 2026-07-09T04:42:04.147Z | Compiling getrandom v0.4.3 |
| 402 | 2026-07-09T04:42:04.164Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 403 | 2026-07-09T04:42:04.231Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 404 | 2026-07-09T04:42:04.263Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 405 | 2026-07-09T04:42:04.329Z | Compiling pin-project-lite v0.2.17 |
| 406 | 2026-07-09T04:42:04.353Z | Compiling anstyle v1.0.14 |
| 407 | 2026-07-09T04:42:04.415Z | Compiling anstyle-query v1.1.5 |
| 408 | 2026-07-09T04:42:04.483Z | Compiling dyn-clone v1.0.20 |
| 409 | 2026-07-09T04:42:04.517Z | Compiling is_terminal_polyfill v1.70.2 |
| 410 | 2026-07-09T04:42:04.597Z | Compiling pretty-hex v0.4.2 |
| 411 | 2026-07-09T04:42:04.618Z | Compiling colorchoice v1.0.5 |
| 412 | 2026-07-09T04:42:04.640Z | Compiling bitflags v2.13.0 |
| 413 | 2026-07-09T04:42:04.722Z | Compiling serde v1.0.228 |
| 414 | 2026-07-09T04:42:04.732Z | Compiling anstream v1.0.0 |
| 415 | 2026-07-09T04:42:04.833Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 416 | 2026-07-09T04:42:04.861Z | Compiling rustix v1.1.4 |
| 417 | 2026-07-09T04:42:05.030Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 418 | 2026-07-09T04:42:05.098Z | Compiling uuid v1.23.4 |
| 419 | 2026-07-09T04:42:05.239Z | Compiling postcard v1.1.3 |
| 420 | 2026-07-09T04:42:05.246Z | Compiling tracing v0.1.44 |
| 421 | 2026-07-09T04:42:05.399Z | Compiling terminal_size v0.4.4 |
| 422 | 2026-07-09T04:42:05.454Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 423 | 2026-07-09T04:42:05.545Z | Compiling anyhow v1.0.103 |
| 424 | 2026-07-09T04:42:05.579Z | Compiling rand v0.10.2 |
| 425 | 2026-07-09T04:42:05.597Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 426 | 2026-07-09T04:42:05.710Z | Compiling socket2 v0.6.4 |
| 427 | 2026-07-09T04:42:05.710Z | Compiling clap_lex v1.1.0 |
| 428 | 2026-07-09T04:42:05.933Z | Compiling ingot-types v0.1.2 |
| 429 | 2026-07-09T04:42:05.985Z | Compiling oxnet v0.1.6 |
| 430 | 2026-07-09T04:42:06.046Z | Compiling winnow v1.0.3 |
| 431 | 2026-07-09T04:42:06.089Z | Compiling colored v3.1.1 |
| 432 | 2026-07-09T04:42:06.336Z | Compiling ingot v0.1.1 |
| 433 | 2026-07-09T04:42:06.399Z | Compiling strsim v0.11.1 |
| 434 | 2026-07-09T04:42:06.466Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 435 | 2026-07-09T04:42:06.847Z | Compiling clap_builder v4.6.0 |
| 436 | 2026-07-09T04:42:07.033Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 437 | 2026-07-09T04:42:08.022Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 438 | 2026-07-09T04:42:08.482Z | Compiling clap v4.6.1 |
| 439 | 2026-07-09T04:42:09.686Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 440 | 2026-07-09T04:42:11.091Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 441 | 2026-07-09T04:42:15.500Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.67s |
| 442 | 2026-07-09T04:42:15.526Z | |
| 443 | 2026-07-09T04:42:15.526Z | real 12.702150595 |
| 444 | 2026-07-09T04:42:15.526Z | user 1:04.846654797 |
| 445 | 2026-07-09T04:42:15.526Z | sys 6.087875529 |
| 446 | 2026-07-09T04:42:15.530Z | trap 0.030391034 |
| 447 | 2026-07-09T04:42:15.530Z | tflt 0.122203292 |
| 448 | 2026-07-09T04:42:15.530Z | dflt 0.244727549 |
| 449 | 2026-07-09T04:42:15.530Z | kflt 0.000052219 |
| 450 | 2026-07-09T04:42:15.530Z | lock 2:53.536324961 |
| 451 | 2026-07-09T04:42:15.530Z | slp 1:55.331824029 |
| 452 | 2026-07-09T04:42:15.530Z | lat 3.767846659 |
| 453 | 2026-07-09T04:42:15.530Z | stop 3.447779299 |
| 454 | 2026-07-09T04:42:15.530Z | + header 'release build' |
| 455 | 2026-07-09T04:42:15.530Z | + echo '# ==== release build ==== #' |
| 456 | 2026-07-09T04:42:15.530Z | + ptime -m cargo build --release |
| 457 | 2026-07-09T04:42:15.530Z | # ==== release build ==== # |
| 458 | 2026-07-09T04:42:15.619Z | Compiling proc-macro2 v1.0.106 |
| 459 | 2026-07-09T04:42:15.619Z | Compiling quote v1.0.46 |
| 460 | 2026-07-09T04:42:15.619Z | Compiling unicode-ident v1.0.24 |
| 461 | 2026-07-09T04:42:15.619Z | Compiling serde_core v1.0.228 |
| 462 | 2026-07-09T04:42:15.622Z | Compiling libc v0.2.186 |
| 463 | 2026-07-09T04:42:15.622Z | Compiling cfg-if v1.0.4 |
| 464 | 2026-07-09T04:42:15.622Z | Compiling memchr v2.8.2 |
| 465 | 2026-07-09T04:42:15.622Z | Compiling thiserror v2.0.18 |
| 466 | 2026-07-09T04:42:15.688Z | Compiling ident_case v1.0.1 |
| 467 | 2026-07-09T04:42:15.734Z | Compiling fnv v1.0.7 |
| 468 | 2026-07-09T04:42:15.786Z | Compiling strsim v0.11.1 |
| 469 | 2026-07-09T04:42:15.809Z | Compiling regex-syntax v0.8.11 |
| 470 | 2026-07-09T04:42:15.938Z | Compiling anyhow v1.0.103 |
| 471 | 2026-07-09T04:42:16.055Z | Compiling aho-corasick v1.1.4 |
| 472 | 2026-07-09T04:42:16.130Z | Compiling serde v1.0.228 |
| 473 | 2026-07-09T04:42:16.174Z | Compiling zerocopy v0.8.54 |
| 474 | 2026-07-09T04:42:16.246Z | Compiling equivalent v1.0.2 |
| 475 | 2026-07-09T04:42:16.316Z | Compiling hashbrown v0.17.1 |
| 476 | 2026-07-09T04:42:16.347Z | Compiling either v1.16.0 |
| 477 | 2026-07-09T04:42:16.433Z | Compiling winnow v1.0.3 |
| 478 | 2026-07-09T04:42:16.537Z | Compiling itertools v0.14.0 |
| 479 | 2026-07-09T04:42:16.755Z | Compiling syn v2.0.118 |
| 480 | 2026-07-09T04:42:16.801Z | Compiling indexmap v2.14.0 |
| 481 | 2026-07-09T04:42:16.870Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 482 | 2026-07-09T04:42:17.099Z | Compiling byteorder v1.5.0 |
| 483 | 2026-07-09T04:42:17.278Z | Compiling regex-automata v0.4.14 |
| 484 | 2026-07-09T04:42:17.402Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 485 | 2026-07-09T04:42:17.407Z | Compiling heapless v0.8.0 |
| 486 | 2026-07-09T04:42:17.449Z | Compiling hash32 v0.3.1 |
| 487 | 2026-07-09T04:42:17.574Z | Compiling stable_deref_trait v1.2.1 |
| 488 | 2026-07-09T04:42:17.638Z | Compiling rustversion v1.0.22 |
| 489 | 2026-07-09T04:42:17.707Z | Compiling bitflags v2.13.0 |
| 490 | 2026-07-09T04:42:17.812Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 491 | 2026-07-09T04:42:17.873Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 492 | 2026-07-09T04:42:17.982Z | Compiling macaddr v1.0.1 |
| 493 | 2026-07-09T04:42:17.996Z | Compiling smoltcp v0.11.0 |
| 494 | 2026-07-09T04:42:18.026Z | Compiling syn v1.0.109 |
| 495 | 2026-07-09T04:42:18.150Z | Compiling managed v0.8.0 |
| 496 | 2026-07-09T04:42:18.174Z | Compiling version_check v0.9.5 |
| 497 | 2026-07-09T04:42:18.331Z | Compiling ref-cast v1.0.25 |
| 498 | 2026-07-09T04:42:18.371Z | Compiling proc-macro-crate v3.5.0 |
| 499 | 2026-07-09T04:42:18.382Z | Compiling rustix v1.1.4 |
| 500 | 2026-07-09T04:42:18.428Z | Compiling rand_core v0.10.1 |
| 501 | 2026-07-09T04:42:18.509Z | Compiling bitflags v1.3.2 |
| 502 | 2026-07-09T04:42:18.568Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 503 | 2026-07-09T04:42:18.572Z | Compiling getrandom v0.4.3 |
| 504 | 2026-07-09T04:42:18.702Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 505 | 2026-07-09T04:42:18.837Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 506 | 2026-07-09T04:42:18.898Z | Compiling errno v0.3.14 |
| 507 | 2026-07-09T04:42:19.035Z | Compiling regex v1.12.4 |
| 508 | 2026-07-09T04:42:19.221Z | Compiling cpufeatures v0.3.0 |
| 509 | 2026-07-09T04:42:19.282Z | Compiling unicode-width v0.2.2 |
| 510 | 2026-07-09T04:42:19.334Z | Compiling foreign-types-shared v0.3.1 |
| 511 | 2026-07-09T04:42:19.412Z | Compiling darling_core v0.21.3 |
| 512 | 2026-07-09T04:42:19.415Z | Compiling utf8parse v0.2.2 |
| 513 | 2026-07-09T04:42:19.506Z | Compiling ipnetwork v0.21.1 |
| 514 | 2026-07-09T04:42:19.561Z | Compiling once_cell v1.21.4 |
| 515 | 2026-07-09T04:42:19.668Z | Compiling tabwriter v1.4.1 |
| 516 | 2026-07-09T04:42:19.783Z | Compiling tracing-core v0.1.36 |
| 517 | 2026-07-09T04:42:19.802Z | Compiling anstyle-parse v1.0.0 |
| 518 | 2026-07-09T04:42:19.871Z | Compiling cstr-argument v0.1.2 |
| 519 | 2026-07-09T04:42:19.987Z | Compiling chacha20 v0.10.1 |
| 520 | 2026-07-09T04:42:20.509Z | Compiling anstyle-query v1.1.5 |
| 521 | 2026-07-09T04:42:20.525Z | Compiling thiserror-impl v2.0.18 |
| 522 | 2026-07-09T04:42:20.540Z | Compiling serde_derive v1.0.228 |
| 523 | 2026-07-09T04:42:20.596Z | Compiling zerocopy-derive v0.8.54 |
| 524 | 2026-07-09T04:42:20.605Z | Compiling ref-cast-impl v1.0.25 |
| 525 | 2026-07-09T04:42:20.800Z | Compiling num_enum_derive v0.7.6 |
| 526 | 2026-07-09T04:42:21.193Z | Compiling foreign-types-macros v0.2.3 |
| 527 | 2026-07-09T04:42:21.429Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 528 | 2026-07-09T04:42:21.476Z | Compiling darling_macro v0.21.3 |
| 529 | 2026-07-09T04:42:21.761Z | Compiling num_enum v0.7.6 |
| 530 | 2026-07-09T04:42:21.810Z | Compiling cobs v0.3.0 |
| 531 | 2026-07-09T04:42:21.818Z | Compiling foreign-types v0.5.0 |
| 532 | 2026-07-09T04:42:21.866Z | Compiling tracing-attributes v0.1.31 |
| 533 | 2026-07-09T04:42:21.879Z | Compiling anstyle v1.0.14 |
| 534 | 2026-07-09T04:42:21.918Z | Compiling dyn-clone v1.0.20 |
| 535 | 2026-07-09T04:42:22.017Z | Compiling pretty-hex v0.4.2 |
| 536 | 2026-07-09T04:42:22.023Z | Compiling darling v0.21.3 |
| 537 | 2026-07-09T04:42:22.037Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 538 | 2026-07-09T04:42:22.044Z | Compiling pin-project-lite v0.2.17 |
| 539 | 2026-07-09T04:42:22.085Z | Compiling ingot-macros v0.1.1 |
| 540 | 2026-07-09T04:42:22.106Z | Compiling is_terminal_polyfill v1.70.2 |
| 541 | 2026-07-09T04:42:22.122Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 542 | 2026-07-09T04:42:22.136Z | Compiling colorchoice v1.0.5 |
| 543 | 2026-07-09T04:42:22.182Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 544 | 2026-07-09T04:42:22.231Z | Compiling anstream v1.0.0 |
| 545 | 2026-07-09T04:42:22.339Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 546 | 2026-07-09T04:42:22.567Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 547 | 2026-07-09T04:42:22.698Z | Compiling terminal_size v0.4.4 |
| 548 | 2026-07-09T04:42:22.706Z | Compiling rand v0.10.2 |
| 549 | 2026-07-09T04:42:22.824Z | Compiling uuid v1.23.4 |
| 550 | 2026-07-09T04:42:22.973Z | Compiling socket2 v0.6.4 |
| 551 | 2026-07-09T04:42:23.114Z | Compiling tracing v0.1.44 |
| 552 | 2026-07-09T04:42:23.250Z | Compiling heck v0.5.0 |
| 553 | 2026-07-09T04:42:23.427Z | Compiling oxnet v0.1.6 |
| 554 | 2026-07-09T04:42:23.437Z | Compiling colored v3.1.1 |
| 555 | 2026-07-09T04:42:23.521Z | Compiling clap_lex v1.1.0 |
| 556 | 2026-07-09T04:42:23.648Z | Compiling clap_derive v4.6.1 |
| 557 | 2026-07-09T04:42:23.715Z | Compiling clap_builder v4.6.0 |
| 558 | 2026-07-09T04:42:23.827Z | Compiling postcard v1.1.3 |
| 559 | 2026-07-09T04:42:23.847Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 560 | 2026-07-09T04:42:24.966Z | Compiling ingot-types v0.1.2 |
| 561 | 2026-07-09T04:42:25.285Z | Compiling ingot v0.1.1 |
| 562 | 2026-07-09T04:42:25.601Z | Compiling clap v4.6.1 |
| 563 | 2026-07-09T04:42:26.962Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 564 | 2026-07-09T04:42:27.979Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 565 | 2026-07-09T04:42:29.030Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 566 | 2026-07-09T04:42:35.513Z | Finished `release` profile [optimized + debuginfo] target(s) in 19.97s |
| 567 | 2026-07-09T04:42:35.539Z | |
| 568 | 2026-07-09T04:42:35.542Z | real 20.002881320 |
| 569 | 2026-07-09T04:42:35.542Z | user 1:42.685432777 |
| 570 | 2026-07-09T04:42:35.542Z | sys 13.834634538 |
| 571 | 2026-07-09T04:42:35.542Z | trap 0.054235254 |
| 572 | 2026-07-09T04:42:35.542Z | tflt 0.106434740 |
| 573 | 2026-07-09T04:42:35.543Z | dflt 0.448837476 |
| 574 | 2026-07-09T04:42:35.543Z | kflt 0.000009168 |
| 575 | 2026-07-09T04:42:35.543Z | lock 4:27.519122617 |
| 576 | 2026-07-09T04:42:35.543Z | slp 3:28.270351005 |
| 577 | 2026-07-09T04:42:35.543Z | lat 4.408126008 |
| 578 | 2026-07-09T04:42:35.543Z | stop 8.263393828 |
| 579 | 2026-07-09T04:42:35.543Z | + popd |
| 580 | 2026-07-09T04:42:35.543Z | /work/oxidecomputer/opte |
| 581 | 2026-07-09T04:42:35.543Z | + for x in debug release |
| 582 | 2026-07-09T04:42:35.543Z | + mkdir -p /work/debug |
| 583 | 2026-07-09T04:42:35.543Z | + cp target/debug/opteadm /work/debug/ |
| 584 | 2026-07-09T04:42:35.564Z | + sha256sum target/debug/opteadm |
| 585 | 2026-07-09T04:42:35.590Z | + for x in debug release |
| 586 | 2026-07-09T04:42:35.590Z | + mkdir -p /work/release |
| 587 | 2026-07-09T04:42:35.593Z | + cp target/release/opteadm /work/release/ |
| 588 | 2026-07-09T04:42:35.608Z | + sha256sum target/release/opteadm |
| 589 | 2026-07-09T04:42:35.625Z | process exited: duration 65378 ms, exit code 0 |
| |
| 590 | 2026-07-09T04:42:35.645Z | found 4 output files |
| 591 | 2026-07-09T04:42:35.645Z | uploading: /work/debug/opteadm (36350376 bytes) |
| 592 | 2026-07-09T04:42:36.874Z | uploaded: /work/debug/opteadm |
| 593 | 2026-07-09T04:42:36.874Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
| 594 | 2026-07-09T04:42:37.885Z | uploaded: /work/debug/opteadm.debug.sha256 |
| 595 | 2026-07-09T04:42:37.886Z | uploading: /work/release/opteadm (24763104 bytes) |
| 596 | 2026-07-09T04:42:39.100Z | uploaded: /work/release/opteadm |
| 597 | 2026-07-09T04:42:39.100Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
| 598 | 2026-07-09T04:42:40.110Z | uploaded: /work/release/opteadm.release.sha256 |