|
|
|
| 1 | 2026-06-30T11:18:52.734Z | job assigned to worker 01KWC402RM4CS9ERDMA3VJBDS7 [factory aws, i-0fe12b26e7d442436] (queued for 1 m 11 s) |
| |
| 2 | 2026-06-30T11:18:58.818Z | starting task 0: "setup" |
| 3 | 2026-06-30T11:18:58.825Z | ++ uname -s |
| 4 | 2026-06-30T11:18:58.828Z | + kern=SunOS |
| 5 | 2026-06-30T11:18:58.828Z | + build_user=build |
| 6 | 2026-06-30T11:18:58.829Z | + build_uid=12345 |
| 7 | 2026-06-30T11:18:58.829Z | + work_dir=/work |
| 8 | 2026-06-30T11:18:58.829Z | + input_dir=/input |
| 9 | 2026-06-30T11:18:58.829Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-30T11:18:58.829Z | + case "$kern" in |
| 11 | 2026-06-30T11:18:58.829Z | + groupadd -g 12345 build |
| 12 | 2026-06-30T11:18:58.829Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-30T11:19:00.836Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-30T11:19:00.900Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-30T11:19:00.903Z | + home_fs=zfs |
| 16 | 2026-06-30T11:19:00.904Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-30T11:19:00.904Z | + mkdir -p /home/build |
| 18 | 2026-06-30T11:19:00.904Z | + chown build:build /home/build /work |
| 19 | 2026-06-30T11:19:02.904Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-30T11:19:02.908Z | process exited: duration 4089 ms, exit code 0 |
| |
| 21 | 2026-06-30T11:19:02.914Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-30T11:19:02.918Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-30T11:19:02.919Z | * rust toolchain channel = "1.96.0" |
| 24 | 2026-06-30T11:19:02.919Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-06-30T11:19:02.919Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-06-30T11:19:02.919Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-30T11:19:02.919Z | * rust toolchain profile = "default" |
| 28 | 2026-06-30T11:19:02.922Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-30T11:19:02.922Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-30T11:19:02.977Z | info: downloading installer |
| 31 | 2026-06-30T11:19:04.403Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-30T11:19:04.404Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-30T11:19:04.404Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-30T11:19:04.404Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-30T11:19:04.416Z | info: profile set to default |
| 36 | 2026-06-30T11:19:04.416Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-30T11:19:04.419Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-30T11:19:04.565Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-30T11:19:04.568Z | info: downloading 6 components |
| 40 | 2026-06-30T11:19:19.963Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 41 | 2026-06-30T11:19:19.963Z | |
| 42 | 2026-06-30T11:19:19.992Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-30T11:19:19.992Z | |
| 44 | 2026-06-30T11:19:19.992Z | |
| 45 | 2026-06-30T11:19:19.992Z | Rust is installed now. Great! |
| 46 | 2026-06-30T11:19:19.992Z | |
| 47 | 2026-06-30T11:19:19.992Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-30T11:19:19.992Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-30T11:19:19.992Z | |
| 50 | 2026-06-30T11:19:19.992Z | To configure your current shell, you need to source |
| 51 | 2026-06-30T11:19:19.992Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-30T11:19:19.992Z | |
| 53 | 2026-06-30T11:19:19.993Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-30T11:19:19.996Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-30T11:19:19.996Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-30T11:19:19.996Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-30T11:19:19.996Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-30T11:19:19.996Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-30T11:19:19.996Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-30T11:19:19.996Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-30T11:19:19.996Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-30T11:19:20.096Z | + rustup --version |
| 63 | 2026-06-30T11:19:20.105Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-30T11:19:20.108Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-30T11:19:20.127Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-30T11:19:20.130Z | + cargo --version |
| 67 | 2026-06-30T11:19:20.143Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-30T11:19:20.147Z | + rustc --version |
| 69 | 2026-06-30T11:19:20.166Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-30T11:19:20.170Z | process exited: duration 17254 ms, exit code 0 |
| |
| 71 | 2026-06-30T11:19:20.176Z | starting task 2: "authentication" |
| 72 | 2026-06-30T11:19:20.194Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-06-30T11:19:20.200Z | starting task 3: "clone repository" |
| 74 | 2026-06-30T11:19:20.204Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-30T11:19:20.207Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-30T11:19:20.237Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-30T11:19:21.139Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-30T11:19:21.139Z | + git fetch origin 194ae5e6163762f09f71606701c2ca93af2381e6 |
| 79 | 2026-06-30T11:19:21.395Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-30T11:19:21.395Z | * branch 194ae5e6163762f09f71606701c2ca93af2381e6 -> FETCH_HEAD |
| 81 | 2026-06-30T11:19:21.400Z | + [[ -n read-xde ]] |
| 82 | 2026-06-30T11:19:21.403Z | ++ git branch --show-current |
| 83 | 2026-06-30T11:19:21.404Z | + current=master |
| 84 | 2026-06-30T11:19:21.404Z | + [[ master != read-xde ]] |
| 85 | 2026-06-30T11:19:21.404Z | + git branch -f read-xde 194ae5e6163762f09f71606701c2ca93af2381e6 |
| 86 | 2026-06-30T11:19:21.407Z | + git checkout -f read-xde |
| 87 | 2026-06-30T11:19:21.423Z | Switched to branch 'read-xde' |
| 88 | 2026-06-30T11:19:21.427Z | + git reset --hard 194ae5e6163762f09f71606701c2ca93af2381e6 |
| 89 | 2026-06-30T11:19:21.430Z | HEAD is now at 194ae5e [opteadm] Add show-xde-underlay command. |
| 90 | 2026-06-30T11:19:21.430Z | process exited: duration 1227 ms, exit code 0 |
| |
| 91 | 2026-06-30T11:19:21.437Z | starting task 4: "build" |
| 92 | 2026-06-30T11:19:21.441Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-30T11:19:21.441Z | ++ rustup show active-toolchain |
| 94 | 2026-06-30T11:19:21.447Z | 1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-06-30T11:19:21.452Z | ++ pushd xde |
| 96 | 2026-06-30T11:19:21.452Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-06-30T11:19:21.452Z | ++ rustup show active-toolchain |
| 98 | 2026-06-30T11:19:21.455Z | info: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos |
| 99 | 2026-06-30T11:19:21.617Z | info: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18) |
| 100 | 2026-06-30T11:19:21.620Z | info: downloading 6 components |
| 101 | 2026-06-30T11:19:35.965Z | nightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-06-30T11:19:36.053Z | +++ rustup show active-toolchain -v |
| 103 | 2026-06-30T11:19:36.057Z | +++ head -n 1 |
| 104 | 2026-06-30T11:19:36.057Z | +++ cut '-d ' -f1 |
| 105 | 2026-06-30T11:19:36.108Z | ++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 106 | 2026-06-30T11:19:36.108Z | ++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 107 | 2026-06-30T11:19:36.111Z | ++ popd |
| 108 | 2026-06-30T11:19:36.111Z | /work/oxidecomputer/opte |
| 109 | 2026-06-30T11:19:36.111Z | + cargo --version |
| 110 | 2026-06-30T11:19:36.118Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 111 | 2026-06-30T11:19:36.121Z | + rustc --version |
| 112 | 2026-06-30T11:19:36.141Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 113 | 2026-06-30T11:19:36.144Z | + pushd bin/opteadm |
| 114 | 2026-06-30T11:19:36.144Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 115 | 2026-06-30T11:19:36.144Z | + header 'check style' |
| 116 | 2026-06-30T11:19:36.144Z | + echo '# ==== check style ==== #' |
| 117 | 2026-06-30T11:19:36.144Z | # ==== check style ==== # |
| 118 | 2026-06-30T11:19:36.144Z | + ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check |
| 119 | 2026-06-30T11:19:36.214Z | |
| 120 | 2026-06-30T11:19:36.214Z | real 0.068221075 |
| 121 | 2026-06-30T11:19:36.214Z | user 0.038619937 |
| 122 | 2026-06-30T11:19:36.214Z | sys 0.027187489 |
| 123 | 2026-06-30T11:19:36.214Z | trap 0.000000180 |
| 124 | 2026-06-30T11:19:36.214Z | tflt 0.000007540 |
| 125 | 2026-06-30T11:19:36.214Z | dflt 0.000006010 |
| 126 | 2026-06-30T11:19:36.214Z | kflt 0.000000000 |
| 127 | 2026-06-30T11:19:36.214Z | lock 0.031409772 |
| 128 | 2026-06-30T11:19:36.214Z | slp 0.048122752 |
| 129 | 2026-06-30T11:19:36.214Z | lat 0.000861710 |
| 130 | 2026-06-30T11:19:36.214Z | stop 0.000104030 |
| 131 | 2026-06-30T11:19:36.218Z | + header analyze |
| 132 | 2026-06-30T11:19:36.218Z | + echo '# ==== analyze ==== #' |
| 133 | 2026-06-30T11:19:36.218Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 134 | 2026-06-30T11:19:36.218Z | # ==== analyze ==== # |
| 135 | 2026-06-30T11:19:36.347Z | Updating crates.io index |
| 136 | 2026-06-30T11:19:36.350Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-06-30T11:19:37.062Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-06-30T11:19:37.297Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-06-30T11:19:37.702Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-06-30T11:19:37.962Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-06-30T11:19:38.242Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-06-30T11:19:38.519Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-06-30T11:19:40.453Z | Downloading crates ... |
| 144 | 2026-06-30T11:19:40.501Z | Downloaded cpufeatures v0.3.0 |
| 145 | 2026-06-30T11:19:40.507Z | Downloaded anstream v1.0.0 |
| 146 | 2026-06-30T11:19:40.510Z | Downloaded cobs v0.3.0 |
| 147 | 2026-06-30T11:19:40.517Z | Downloaded ident_case v1.0.1 |
| 148 | 2026-06-30T11:19:40.520Z | Downloaded equivalent v1.0.2 |
| 149 | 2026-06-30T11:19:40.520Z | Downloaded colorchoice v1.0.5 |
| 150 | 2026-06-30T11:19:40.520Z | Downloaded clap_lex v1.1.0 |
| 151 | 2026-06-30T11:19:40.520Z | Downloaded cfg-if v1.0.4 |
| 152 | 2026-06-30T11:19:40.531Z | Downloaded darling_macro v0.21.3 |
| 153 | 2026-06-30T11:19:40.534Z | Downloaded cstr-argument v0.1.2 |
| 154 | 2026-06-30T11:19:40.535Z | Downloaded fnv v1.0.7 |
| 155 | 2026-06-30T11:19:40.538Z | Downloaded foreign-types-macros v0.2.3 |
| 156 | 2026-06-30T11:19:40.541Z | Downloaded embedded-io v0.4.0 |
| 157 | 2026-06-30T11:19:40.541Z | Downloaded zerocopy v0.8.52 |
| 158 | 2026-06-30T11:19:40.551Z | Downloaded heck v0.5.0 |
| 159 | 2026-06-30T11:19:40.554Z | Downloaded dyn-clone v1.0.20 |
| 160 | 2026-06-30T11:19:40.554Z | Downloaded anstyle-query v1.1.5 |
| 161 | 2026-06-30T11:19:40.557Z | Downloaded hash32 v0.3.1 |
| 162 | 2026-06-30T11:19:40.564Z | Downloaded defmt v0.3.100 |
| 163 | 2026-06-30T11:19:40.567Z | Downloaded is_terminal_polyfill v1.70.2 |
| 164 | 2026-06-30T11:19:40.570Z | Downloaded utf8parse v0.2.2 |
| 165 | 2026-06-30T11:19:40.573Z | Downloaded errno v0.3.14 |
| 166 | 2026-06-30T11:19:40.573Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 167 | 2026-06-30T11:19:40.577Z | Downloaded ref-cast v1.0.25 |
| 168 | 2026-06-30T11:19:40.581Z | Downloaded embedded-io v0.6.1 |
| 169 | 2026-06-30T11:19:40.581Z | Downloaded defmt-parser v1.0.0 |
| 170 | 2026-06-30T11:19:40.586Z | Downloaded defmt-macros v1.1.0 |
| 171 | 2026-06-30T11:19:40.589Z | Downloaded ipnetwork v0.21.1 |
| 172 | 2026-06-30T11:19:40.592Z | Downloaded ingot-types v0.1.2 |
| 173 | 2026-06-30T11:19:40.592Z | Downloaded byteorder v1.5.0 |
| 174 | 2026-06-30T11:19:40.592Z | Downloaded anstyle v1.0.14 |
| 175 | 2026-06-30T11:19:40.597Z | Downloaded anstyle-parse v1.0.0 |
| 176 | 2026-06-30T11:19:40.601Z | Downloaded version_check v0.9.5 |
| 177 | 2026-06-30T11:19:40.604Z | Downloaded pretty-hex v0.4.2 |
| 178 | 2026-06-30T11:19:40.607Z | Downloaded ref-cast-impl v1.0.25 |
| 179 | 2026-06-30T11:19:40.613Z | Downloaded foreign-types v0.5.0 |
| 180 | 2026-06-30T11:19:40.617Z | Downloaded managed v0.8.0 |
| 181 | 2026-06-30T11:19:40.622Z | Downloaded tabwriter v1.4.1 |
| 182 | 2026-06-30T11:19:40.628Z | Downloaded proc-macro-crate v3.5.0 |
| 183 | 2026-06-30T11:19:40.631Z | Downloaded strsim v0.11.1 |
| 184 | 2026-06-30T11:19:40.634Z | Downloaded terminal_size v0.4.4 |
| 185 | 2026-06-30T11:19:40.634Z | Downloaded macaddr v1.0.1 |
| 186 | 2026-06-30T11:19:40.639Z | Downloaded num_enum v0.7.6 |
| 187 | 2026-06-30T11:19:40.643Z | Downloaded foreign-types-shared v0.3.1 |
| 188 | 2026-06-30T11:19:40.646Z | Downloaded aho-corasick v1.1.4 |
| 189 | 2026-06-30T11:19:40.649Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 190 | 2026-06-30T11:19:40.649Z | Downloaded rustversion v1.0.22 |
| 191 | 2026-06-30T11:19:40.649Z | Downloaded quote v1.0.46 |
| 192 | 2026-06-30T11:19:40.653Z | Downloaded bitflags v1.3.2 |
| 193 | 2026-06-30T11:19:40.654Z | Downloaded stable_deref_trait v1.2.1 |
| 194 | 2026-06-30T11:19:40.657Z | Downloaded colored v3.1.1 |
| 195 | 2026-06-30T11:19:40.661Z | Downloaded ingot v0.1.1 |
| 196 | 2026-06-30T11:19:40.664Z | Downloaded postcard v1.1.3 |
| 197 | 2026-06-30T11:19:40.664Z | Downloaded either v1.16.0 |
| 198 | 2026-06-30T11:19:40.667Z | Downloaded clap_derive v4.6.1 |
| 199 | 2026-06-30T11:19:40.667Z | Downloaded defmt v1.1.0 |
| 200 | 2026-06-30T11:19:40.674Z | Downloaded pin-project-lite v0.2.17 |
| 201 | 2026-06-30T11:19:40.676Z | Downloaded oxnet v0.1.6 |
| 202 | 2026-06-30T11:19:40.679Z | Downloaded num_enum_derive v0.7.6 |
| 203 | 2026-06-30T11:19:40.679Z | Downloaded proc-macro-error2 v2.0.1 |
| 204 | 2026-06-30T11:19:40.686Z | Downloaded darling v0.21.3 |
| 205 | 2026-06-30T11:19:40.690Z | Downloaded once_cell v1.21.4 |
| 206 | 2026-06-30T11:19:40.693Z | Downloaded anyhow v1.0.102 |
| 207 | 2026-06-30T11:19:40.700Z | Downloaded bitflags v2.13.0 |
| 208 | 2026-06-30T11:19:40.705Z | Downloaded getrandom v0.4.3 |
| 209 | 2026-06-30T11:19:40.708Z | Downloaded thiserror-impl v2.0.18 |
| 210 | 2026-06-30T11:19:40.711Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 211 | 2026-06-30T11:19:40.711Z | Downloaded ingot-macros v0.1.1 |
| 212 | 2026-06-30T11:19:40.715Z | Downloaded thiserror v2.0.18 |
| 213 | 2026-06-30T11:19:40.718Z | Downloaded tracing-attributes v0.1.31 |
| 214 | 2026-06-30T11:19:40.721Z | Downloaded rand_core v0.10.1 |
| 215 | 2026-06-30T11:19:40.721Z | Downloaded chacha20 v0.10.0 |
| 216 | 2026-06-30T11:19:40.733Z | Downloaded socket2 v0.6.4 |
| 217 | 2026-06-30T11:19:40.736Z | Downloaded proc-macro2 v1.0.106 |
| 218 | 2026-06-30T11:19:40.741Z | Downloaded clap v4.6.1 |
| 219 | 2026-06-30T11:19:40.746Z | Downloaded tracing-core v0.1.36 |
| 220 | 2026-06-30T11:19:40.748Z | Downloaded uuid v1.23.3 |
| 221 | 2026-06-30T11:19:40.753Z | Downloaded unicode-ident v1.0.24 |
| 222 | 2026-06-30T11:19:40.756Z | Downloaded serde_core v1.0.228 |
| 223 | 2026-06-30T11:19:40.759Z | Downloaded heapless v0.8.0 |
| 224 | 2026-06-30T11:19:40.764Z | Downloaded darling_core v0.21.3 |
| 225 | 2026-06-30T11:19:40.772Z | Downloaded serde_derive v1.0.228 |
| 226 | 2026-06-30T11:19:40.783Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 227 | 2026-06-30T11:19:40.798Z | Downloaded zerocopy-derive v0.8.52 |
| 228 | 2026-06-30T11:19:40.803Z | Downloaded serde v1.0.228 |
| 229 | 2026-06-30T11:19:40.806Z | Downloaded memchr v2.8.2 |
| 230 | 2026-06-30T11:19:40.809Z | Downloaded indexmap v2.14.0 |
| 231 | 2026-06-30T11:19:40.817Z | Downloaded rand v0.10.1 |
| 232 | 2026-06-30T11:19:40.840Z | Downloaded hashbrown v0.17.1 |
| 233 | 2026-06-30T11:19:40.846Z | Downloaded itertools v0.14.0 |
| 234 | 2026-06-30T11:19:40.849Z | Downloaded regex v1.12.4 |
| 235 | 2026-06-30T11:19:40.866Z | Downloaded clap_builder v4.6.0 |
| 236 | 2026-06-30T11:19:40.878Z | Downloaded winnow v1.0.3 |
| 237 | 2026-06-30T11:19:40.911Z | Downloaded syn v1.0.109 |
| 238 | 2026-06-30T11:19:40.938Z | Downloaded unicode-width v0.2.2 |
| 239 | 2026-06-30T11:19:40.943Z | Downloaded syn v2.0.118 |
| 240 | 2026-06-30T11:19:40.958Z | Downloaded smoltcp v0.11.0 |
| 241 | 2026-06-30T11:19:40.983Z | Downloaded regex-syntax v0.8.11 |
| 242 | 2026-06-30T11:19:40.988Z | Downloaded rustix v1.1.4 |
| 243 | 2026-06-30T11:19:41.005Z | Downloaded tracing v0.1.44 |
| 244 | 2026-06-30T11:19:41.023Z | Downloaded regex-automata v0.4.14 |
| 245 | 2026-06-30T11:19:41.038Z | Downloaded libc v0.2.186 |
| 246 | 2026-06-30T11:19:41.101Z | Compiling proc-macro2 v1.0.106 |
| 247 | 2026-06-30T11:19:41.101Z | Compiling unicode-ident v1.0.24 |
| 248 | 2026-06-30T11:19:41.101Z | Compiling quote v1.0.46 |
| 249 | 2026-06-30T11:19:41.101Z | Compiling serde_core v1.0.228 |
| 250 | 2026-06-30T11:19:41.105Z | Compiling libc v0.2.186 |
| 251 | 2026-06-30T11:19:41.105Z | Checking cfg-if v1.0.4 |
| 252 | 2026-06-30T11:19:41.105Z | Compiling strsim v0.11.1 |
| 253 | 2026-06-30T11:19:41.105Z | Compiling thiserror v2.0.18 |
| 254 | 2026-06-30T11:19:41.228Z | Compiling ident_case v1.0.1 |
| 255 | 2026-06-30T11:19:41.307Z | Compiling fnv v1.0.7 |
| 256 | 2026-06-30T11:19:41.339Z | Compiling memchr v2.8.2 |
| 257 | 2026-06-30T11:19:41.392Z | Compiling regex-syntax v0.8.11 |
| 258 | 2026-06-30T11:19:41.478Z | Compiling hashbrown v0.17.1 |
| 259 | 2026-06-30T11:19:41.566Z | Compiling serde v1.0.228 |
| 260 | 2026-06-30T11:19:41.720Z | Compiling zerocopy v0.8.52 |
| 261 | 2026-06-30T11:19:41.872Z | Compiling aho-corasick v1.1.4 |
| 262 | 2026-06-30T11:19:41.887Z | Compiling equivalent v1.0.2 |
| 263 | 2026-06-30T11:19:41.935Z | Compiling winnow v1.0.3 |
| 264 | 2026-06-30T11:19:41.965Z | Compiling either v1.16.0 |
| 265 | 2026-06-30T11:19:42.042Z | Compiling anyhow v1.0.102 |
| 266 | 2026-06-30T11:19:42.144Z | Compiling itertools v0.14.0 |
| 267 | 2026-06-30T11:19:42.163Z | Compiling indexmap v2.14.0 |
| 268 | 2026-06-30T11:19:42.448Z | Compiling heapless v0.8.0 |
| 269 | 2026-06-30T11:19:42.612Z | Compiling syn v2.0.118 |
| 270 | 2026-06-30T11:19:42.750Z | Checking byteorder v1.5.0 |
| 271 | 2026-06-30T11:19:42.827Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 272 | 2026-06-30T11:19:42.908Z | Compiling regex-automata v0.4.14 |
| 273 | 2026-06-30T11:19:43.012Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 274 | 2026-06-30T11:19:43.047Z | Checking bitflags v2.13.0 |
| 275 | 2026-06-30T11:19:43.059Z | Checking hash32 v0.3.1 |
| 276 | 2026-06-30T11:19:43.225Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 277 | 2026-06-30T11:19:43.343Z | Checking macaddr v1.0.1 |
| 278 | 2026-06-30T11:19:43.357Z | Compiling rustversion v1.0.22 |
| 279 | 2026-06-30T11:19:43.465Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 280 | 2026-06-30T11:19:43.469Z | Checking stable_deref_trait v1.2.1 |
| 281 | 2026-06-30T11:19:43.488Z | Compiling syn v1.0.109 |
| 282 | 2026-06-30T11:19:43.535Z | Compiling smoltcp v0.11.0 |
| 283 | 2026-06-30T11:19:43.611Z | Compiling rustix v1.1.4 |
| 284 | 2026-06-30T11:19:43.738Z | Checking rand_core v0.10.1 |
| 285 | 2026-06-30T11:19:43.834Z | Compiling version_check v0.9.5 |
| 286 | 2026-06-30T11:19:43.871Z | Compiling getrandom v0.4.3 |
| 287 | 2026-06-30T11:19:43.878Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 288 | 2026-06-30T11:19:43.917Z | Compiling ref-cast v1.0.25 |
| 289 | 2026-06-30T11:19:43.954Z | Checking bitflags v1.3.2 |
| 290 | 2026-06-30T11:19:44.019Z | Compiling proc-macro-crate v3.5.0 |
| 291 | 2026-06-30T11:19:44.085Z | Checking managed v0.8.0 |
| 292 | 2026-06-30T11:19:44.104Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 293 | 2026-06-30T11:19:44.351Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 294 | 2026-06-30T11:19:44.365Z | Checking errno v0.3.14 |
| 295 | 2026-06-30T11:19:44.441Z | Checking utf8parse v0.2.2 |
| 296 | 2026-06-30T11:19:44.477Z | Checking cpufeatures v0.3.0 |
| 297 | 2026-06-30T11:19:44.535Z | Checking unicode-width v0.2.2 |
| 298 | 2026-06-30T11:19:44.542Z | Checking once_cell v1.21.4 |
| 299 | 2026-06-30T11:19:44.668Z | Compiling regex v1.12.4 |
| 300 | 2026-06-30T11:19:44.797Z | Checking foreign-types-shared v0.3.1 |
| 301 | 2026-06-30T11:19:44.878Z | Checking ipnetwork v0.21.1 |
| 302 | 2026-06-30T11:19:44.908Z | Checking tabwriter v1.4.1 |
| 303 | 2026-06-30T11:19:45.047Z | Checking tracing-core v0.1.36 |
| 304 | 2026-06-30T11:19:45.055Z | Checking chacha20 v0.10.0 |
| 305 | 2026-06-30T11:19:45.063Z | Checking anstyle-parse v1.0.0 |
| 306 | 2026-06-30T11:19:45.080Z | Checking cstr-argument v0.1.2 |
| 307 | 2026-06-30T11:19:45.206Z | Compiling darling_core v0.21.3 |
| 308 | 2026-06-30T11:19:45.503Z | Checking colorchoice v1.0.5 |
| 309 | 2026-06-30T11:19:45.529Z | Checking pin-project-lite v0.2.17 |
| 310 | 2026-06-30T11:19:45.595Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 311 | 2026-06-30T11:19:45.616Z | Checking dyn-clone v1.0.20 |
| 312 | 2026-06-30T11:19:45.671Z | Checking is_terminal_polyfill v1.70.2 |
| 313 | 2026-06-30T11:19:45.683Z | Checking anstyle v1.0.14 |
| 314 | 2026-06-30T11:19:45.690Z | Checking pretty-hex v0.4.2 |
| 315 | 2026-06-30T11:19:45.708Z | Checking anstyle-query v1.1.5 |
| 316 | 2026-06-30T11:19:45.747Z | Checking terminal_size v0.4.4 |
| 317 | 2026-06-30T11:19:45.814Z | Checking rand v0.10.1 |
| 318 | 2026-06-30T11:19:45.853Z | Checking uuid v1.23.3 |
| 319 | 2026-06-30T11:19:45.857Z | Checking anstream v1.0.0 |
| 320 | 2026-06-30T11:19:45.992Z | Checking socket2 v0.6.4 |
| 321 | 2026-06-30T11:19:46.051Z | Compiling heck v0.5.0 |
| 322 | 2026-06-30T11:19:46.096Z | Checking colored v3.1.1 |
| 323 | 2026-06-30T11:19:46.111Z | Checking clap_lex v1.1.0 |
| 324 | 2026-06-30T11:19:46.264Z | Checking oxnet v0.1.6 |
| 325 | 2026-06-30T11:19:46.272Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 326 | 2026-06-30T11:19:46.401Z | Checking clap_builder v4.6.0 |
| 327 | 2026-06-30T11:19:46.427Z | Compiling thiserror-impl v2.0.18 |
| 328 | 2026-06-30T11:19:46.440Z | Compiling zerocopy-derive v0.8.52 |
| 329 | 2026-06-30T11:19:46.634Z | Compiling serde_derive v1.0.228 |
| 330 | 2026-06-30T11:19:46.665Z | Compiling foreign-types-macros v0.2.3 |
| 331 | 2026-06-30T11:19:47.088Z | Compiling num_enum_derive v0.7.6 |
| 332 | 2026-06-30T11:19:47.292Z | Compiling ref-cast-impl v1.0.25 |
| 333 | 2026-06-30T11:19:47.310Z | Compiling darling_macro v0.21.3 |
| 334 | 2026-06-30T11:19:47.390Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 335 | 2026-06-30T11:19:47.747Z | Checking foreign-types v0.5.0 |
| 336 | 2026-06-30T11:19:47.778Z | Checking cobs v0.3.0 |
| 337 | 2026-06-30T11:19:47.816Z | Compiling tracing-attributes v0.1.31 |
| 338 | 2026-06-30T11:19:47.898Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 339 | 2026-06-30T11:19:47.917Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 340 | 2026-06-30T11:19:47.938Z | Compiling darling v0.21.3 |
| 341 | 2026-06-30T11:19:48.009Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 342 | 2026-06-30T11:19:48.013Z | Compiling ingot-macros v0.1.1 |
| 343 | 2026-06-30T11:19:48.022Z | Compiling clap_derive v4.6.1 |
| 344 | 2026-06-30T11:19:48.112Z | Checking num_enum v0.7.6 |
| 345 | 2026-06-30T11:19:48.218Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 346 | 2026-06-30T11:19:48.912Z | Checking tracing v0.1.44 |
| 347 | 2026-06-30T11:19:49.360Z | Checking clap v4.6.1 |
| 348 | 2026-06-30T11:19:49.374Z | Checking postcard v1.1.3 |
| 349 | 2026-06-30T11:19:50.467Z | Checking ingot-types v0.1.2 |
| 350 | 2026-06-30T11:19:50.737Z | Checking ingot v0.1.1 |
| 351 | 2026-06-30T11:19:52.042Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 352 | 2026-06-30T11:19:53.305Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 353 | 2026-06-30T11:19:54.516Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 354 | 2026-06-30T11:19:55.349Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.08s |
| 355 | 2026-06-30T11:19:55.462Z | |
| 356 | 2026-06-30T11:19:55.466Z | real 19.242050981 |
| 357 | 2026-06-30T11:19:55.466Z | user 54.919061287 |
| 358 | 2026-06-30T11:19:55.466Z | sys 13.319899417 |
| 359 | 2026-06-30T11:19:55.466Z | trap 0.046588763 |
| 360 | 2026-06-30T11:19:55.466Z | tflt 0.080670587 |
| 361 | 2026-06-30T11:19:55.466Z | dflt 0.127890537 |
| 362 | 2026-06-30T11:19:55.466Z | kflt 0.005229056 |
| 363 | 2026-06-30T11:19:55.466Z | lock 3:22.456089768 |
| 364 | 2026-06-30T11:19:55.467Z | slp 3:02.785426928 |
| 365 | 2026-06-30T11:19:55.467Z | lat 2.937966518 |
| 366 | 2026-06-30T11:19:55.467Z | stop 12.449122759 |
| 367 | 2026-06-30T11:19:55.467Z | + header 'debug build' |
| 368 | 2026-06-30T11:19:55.467Z | + echo '# ==== debug build ==== #' |
| 369 | 2026-06-30T11:19:55.467Z | # ==== debug build ==== # |
| 370 | 2026-06-30T11:19:55.467Z | + ptime -m cargo build |
| 371 | 2026-06-30T11:19:55.621Z | Compiling cfg-if v1.0.4 |
| 372 | 2026-06-30T11:19:55.625Z | Compiling serde_core v1.0.228 |
| 373 | 2026-06-30T11:19:55.625Z | Compiling libc v0.2.186 |
| 374 | 2026-06-30T11:19:55.648Z | Compiling thiserror v2.0.18 |
| 375 | 2026-06-30T11:19:55.652Z | Compiling byteorder v1.5.0 |
| 376 | 2026-06-30T11:19:55.652Z | Compiling zerocopy v0.8.52 |
| 377 | 2026-06-30T11:19:55.656Z | Compiling macaddr v1.0.1 |
| 378 | 2026-06-30T11:19:55.660Z | Compiling stable_deref_trait v1.2.1 |
| 379 | 2026-06-30T11:19:55.699Z | Compiling rand_core v0.10.1 |
| 380 | 2026-06-30T11:19:55.713Z | Compiling cobs v0.3.0 |
| 381 | 2026-06-30T11:19:55.730Z | Compiling bitflags v1.3.2 |
| 382 | 2026-06-30T11:19:55.791Z | Compiling hash32 v0.3.1 |
| 383 | 2026-06-30T11:19:55.822Z | Compiling managed v0.8.0 |
| 384 | 2026-06-30T11:19:55.854Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 385 | 2026-06-30T11:19:55.905Z | Compiling heapless v0.8.0 |
| 386 | 2026-06-30T11:19:55.940Z | Compiling errno v0.3.14 |
| 387 | 2026-06-30T11:19:55.990Z | Compiling foreign-types-shared v0.3.1 |
| 388 | 2026-06-30T11:19:55.990Z | Compiling utf8parse v0.2.2 |
| 389 | 2026-06-30T11:19:56.045Z | Compiling ipnetwork v0.21.1 |
| 390 | 2026-06-30T11:19:56.071Z | Compiling memchr v2.8.2 |
| 391 | 2026-06-30T11:19:56.077Z | Compiling unicode-width v0.2.2 |
| 392 | 2026-06-30T11:19:56.081Z | Compiling cpufeatures v0.3.0 |
| 393 | 2026-06-30T11:19:56.108Z | Compiling once_cell v1.21.4 |
| 394 | 2026-06-30T11:19:56.138Z | Compiling chacha20 v0.10.0 |
| 395 | 2026-06-30T11:19:56.328Z | Compiling smoltcp v0.11.0 |
| 396 | 2026-06-30T11:19:56.346Z | Compiling tabwriter v1.4.1 |
| 397 | 2026-06-30T11:19:56.373Z | Compiling tracing-core v0.1.36 |
| 398 | 2026-06-30T11:19:56.481Z | Compiling cstr-argument v0.1.2 |
| 399 | 2026-06-30T11:19:56.620Z | Compiling anstyle-parse v1.0.0 |
| 400 | 2026-06-30T11:19:56.646Z | Compiling foreign-types v0.5.0 |
| 401 | 2026-06-30T11:19:56.719Z | Compiling ref-cast v1.0.25 |
| 402 | 2026-06-30T11:19:56.768Z | Compiling num_enum v0.7.6 |
| 403 | 2026-06-30T11:19:56.812Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 404 | 2026-06-30T11:19:56.831Z | Compiling getrandom v0.4.3 |
| 405 | 2026-06-30T11:19:56.876Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 406 | 2026-06-30T11:19:56.916Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 407 | 2026-06-30T11:19:56.976Z | Compiling anstyle v1.0.14 |
| 408 | 2026-06-30T11:19:57.041Z | Compiling colorchoice v1.0.5 |
| 409 | 2026-06-30T11:19:57.155Z | Compiling dyn-clone v1.0.20 |
| 410 | 2026-06-30T11:19:57.240Z | Compiling anstyle-query v1.1.5 |
| 411 | 2026-06-30T11:19:57.278Z | Compiling is_terminal_polyfill v1.70.2 |
| 412 | 2026-06-30T11:19:57.319Z | Compiling pretty-hex v0.4.2 |
| 413 | 2026-06-30T11:19:57.345Z | Compiling bitflags v2.13.0 |
| 414 | 2026-06-30T11:19:57.366Z | Compiling serde v1.0.228 |
| 415 | 2026-06-30T11:19:57.452Z | Compiling pin-project-lite v0.2.17 |
| 416 | 2026-06-30T11:19:57.517Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 417 | 2026-06-30T11:19:57.543Z | Compiling rustix v1.1.4 |
| 418 | 2026-06-30T11:19:57.566Z | Compiling tracing v0.1.44 |
| 419 | 2026-06-30T11:19:57.724Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 420 | 2026-06-30T11:19:57.822Z | Compiling postcard v1.1.3 |
| 421 | 2026-06-30T11:19:57.945Z | Compiling anstream v1.0.0 |
| 422 | 2026-06-30T11:19:57.956Z | Compiling uuid v1.23.3 |
| 423 | 2026-06-30T11:19:58.061Z | Compiling terminal_size v0.4.4 |
| 424 | 2026-06-30T11:19:58.165Z | Compiling anyhow v1.0.102 |
| 425 | 2026-06-30T11:19:58.179Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 426 | 2026-06-30T11:19:58.215Z | Compiling rand v0.10.1 |
| 427 | 2026-06-30T11:19:58.472Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 428 | 2026-06-30T11:19:58.579Z | Compiling ingot-types v0.1.2 |
| 429 | 2026-06-30T11:19:58.594Z | Compiling socket2 v0.6.4 |
| 430 | 2026-06-30T11:19:58.706Z | Compiling clap_lex v1.1.0 |
| 431 | 2026-06-30T11:19:58.746Z | Compiling strsim v0.11.1 |
| 432 | 2026-06-30T11:19:58.785Z | Compiling colored v3.1.1 |
| 433 | 2026-06-30T11:19:58.992Z | Compiling ingot v0.1.1 |
| 434 | 2026-06-30T11:19:59.050Z | Compiling oxnet v0.1.6 |
| 435 | 2026-06-30T11:19:59.108Z | Compiling winnow v1.0.3 |
| 436 | 2026-06-30T11:19:59.221Z | Compiling clap_builder v4.6.0 |
| 437 | 2026-06-30T11:19:59.546Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 438 | 2026-06-30T11:20:00.064Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 439 | 2026-06-30T11:20:00.665Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 440 | 2026-06-30T11:20:00.871Z | Compiling clap v4.6.1 |
| 441 | 2026-06-30T11:20:02.285Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 442 | 2026-06-30T11:20:03.810Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 443 | 2026-06-30T11:20:08.328Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.85s |
| 444 | 2026-06-30T11:20:08.358Z | |
| 445 | 2026-06-30T11:20:08.362Z | real 12.886205210 |
| 446 | 2026-06-30T11:20:08.362Z | user 1:06.893689740 |
| 447 | 2026-06-30T11:20:08.362Z | sys 6.211462375 |
| 448 | 2026-06-30T11:20:08.362Z | trap 0.035468833 |
| 449 | 2026-06-30T11:20:08.362Z | tflt 0.195752985 |
| 450 | 2026-06-30T11:20:08.362Z | dflt 0.184311589 |
| 451 | 2026-06-30T11:20:08.362Z | kflt 0.000013630 |
| 452 | 2026-06-30T11:20:08.362Z | lock 3:01.605650989 |
| 453 | 2026-06-30T11:20:08.362Z | slp 1:58.575077486 |
| 454 | 2026-06-30T11:20:08.362Z | lat 4.295555926 |
| 455 | 2026-06-30T11:20:08.362Z | stop 2.924621265 |
| 456 | 2026-06-30T11:20:08.362Z | + header 'release build' |
| 457 | 2026-06-30T11:20:08.362Z | + echo '# ==== release build ==== #' |
| 458 | 2026-06-30T11:20:08.362Z | # ==== release build ==== # |
| 459 | 2026-06-30T11:20:08.362Z | + ptime -m cargo build --release |
| 460 | 2026-06-30T11:20:08.455Z | Compiling proc-macro2 v1.0.106 |
| 461 | 2026-06-30T11:20:08.455Z | Compiling unicode-ident v1.0.24 |
| 462 | 2026-06-30T11:20:08.455Z | Compiling quote v1.0.46 |
| 463 | 2026-06-30T11:20:08.456Z | Compiling serde_core v1.0.228 |
| 464 | 2026-06-30T11:20:08.456Z | Compiling libc v0.2.186 |
| 465 | 2026-06-30T11:20:08.459Z | Compiling cfg-if v1.0.4 |
| 466 | 2026-06-30T11:20:08.459Z | Compiling thiserror v2.0.18 |
| 467 | 2026-06-30T11:20:08.459Z | Compiling ident_case v1.0.1 |
| 468 | 2026-06-30T11:20:08.530Z | Compiling fnv v1.0.7 |
| 469 | 2026-06-30T11:20:08.574Z | Compiling strsim v0.11.1 |
| 470 | 2026-06-30T11:20:08.578Z | Compiling memchr v2.8.2 |
| 471 | 2026-06-30T11:20:08.608Z | Compiling regex-syntax v0.8.11 |
| 472 | 2026-06-30T11:20:08.766Z | Compiling zerocopy v0.8.52 |
| 473 | 2026-06-30T11:20:08.844Z | Compiling either v1.16.0 |
| 474 | 2026-06-30T11:20:08.952Z | Compiling aho-corasick v1.1.4 |
| 475 | 2026-06-30T11:20:09.029Z | Compiling hashbrown v0.17.1 |
| 476 | 2026-06-30T11:20:09.102Z | Compiling equivalent v1.0.2 |
| 477 | 2026-06-30T11:20:09.119Z | Compiling serde v1.0.228 |
| 478 | 2026-06-30T11:20:09.168Z | Compiling winnow v1.0.3 |
| 479 | 2026-06-30T11:20:09.174Z | Compiling anyhow v1.0.102 |
| 480 | 2026-06-30T11:20:09.508Z | Compiling indexmap v2.14.0 |
| 481 | 2026-06-30T11:20:09.560Z | Compiling itertools v0.14.0 |
| 482 | 2026-06-30T11:20:09.590Z | Compiling syn v2.0.118 |
| 483 | 2026-06-30T11:20:09.638Z | Compiling heapless v0.8.0 |
| 484 | 2026-06-30T11:20:09.917Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 485 | 2026-06-30T11:20:10.115Z | Compiling regex-automata v0.4.14 |
| 486 | 2026-06-30T11:20:10.135Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 487 | 2026-06-30T11:20:10.170Z | Compiling byteorder v1.5.0 |
| 488 | 2026-06-30T11:20:10.355Z | Compiling hash32 v0.3.1 |
| 489 | 2026-06-30T11:20:10.454Z | Compiling smoltcp v0.11.0 |
| 490 | 2026-06-30T11:20:10.483Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 491 | 2026-06-30T11:20:10.631Z | Compiling bitflags v2.13.0 |
| 492 | 2026-06-30T11:20:10.676Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 493 | 2026-06-30T11:20:10.676Z | Compiling rustversion v1.0.22 |
| 494 | 2026-06-30T11:20:10.768Z | Compiling stable_deref_trait v1.2.1 |
| 495 | 2026-06-30T11:20:10.789Z | Compiling syn v1.0.109 |
| 496 | 2026-06-30T11:20:10.833Z | Compiling macaddr v1.0.1 |
| 497 | 2026-06-30T11:20:10.969Z | Compiling rand_core v0.10.1 |
| 498 | 2026-06-30T11:20:11.030Z | Compiling proc-macro-crate v3.5.0 |
| 499 | 2026-06-30T11:20:11.034Z | Compiling managed v0.8.0 |
| 500 | 2026-06-30T11:20:11.113Z | Compiling version_check v0.9.5 |
| 501 | 2026-06-30T11:20:11.121Z | Compiling ref-cast v1.0.25 |
| 502 | 2026-06-30T11:20:11.264Z | Compiling getrandom v0.4.3 |
| 503 | 2026-06-30T11:20:11.355Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 504 | 2026-06-30T11:20:11.367Z | Compiling bitflags v1.3.2 |
| 505 | 2026-06-30T11:20:11.380Z | Compiling rustix v1.1.4 |
| 506 | 2026-06-30T11:20:11.423Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 507 | 2026-06-30T11:20:11.562Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 508 | 2026-06-30T11:20:11.635Z | Compiling errno v0.3.14 |
| 509 | 2026-06-30T11:20:11.776Z | Compiling regex v1.12.4 |
| 510 | 2026-06-30T11:20:11.895Z | Compiling once_cell v1.21.4 |
| 511 | 2026-06-30T11:20:11.946Z | Compiling unicode-width v0.2.2 |
| 512 | 2026-06-30T11:20:12.060Z | Compiling utf8parse v0.2.2 |
| 513 | 2026-06-30T11:20:12.114Z | Compiling darling_core v0.21.3 |
| 514 | 2026-06-30T11:20:12.155Z | Compiling cpufeatures v0.3.0 |
| 515 | 2026-06-30T11:20:12.158Z | Compiling foreign-types-shared v0.3.1 |
| 516 | 2026-06-30T11:20:12.233Z | Compiling ipnetwork v0.21.1 |
| 517 | 2026-06-30T11:20:12.233Z | Compiling chacha20 v0.10.0 |
| 518 | 2026-06-30T11:20:12.570Z | Compiling tabwriter v1.4.1 |
| 519 | 2026-06-30T11:20:12.612Z | Compiling anstyle-parse v1.0.0 |
| 520 | 2026-06-30T11:20:12.660Z | Compiling cstr-argument v0.1.2 |
| 521 | 2026-06-30T11:20:12.809Z | Compiling tracing-core v0.1.36 |
| 522 | 2026-06-30T11:20:13.337Z | Compiling thiserror-impl v2.0.18 |
| 523 | 2026-06-30T11:20:13.340Z | Compiling zerocopy-derive v0.8.52 |
| 524 | 2026-06-30T11:20:13.399Z | Compiling serde_derive v1.0.228 |
| 525 | 2026-06-30T11:20:13.652Z | Compiling num_enum_derive v0.7.6 |
| 526 | 2026-06-30T11:20:13.662Z | Compiling foreign-types-macros v0.2.3 |
| 527 | 2026-06-30T11:20:14.189Z | Compiling ref-cast-impl v1.0.25 |
| 528 | 2026-06-30T11:20:14.275Z | Compiling foreign-types v0.5.0 |
| 529 | 2026-06-30T11:20:14.280Z | Compiling darling_macro v0.21.3 |
| 530 | 2026-06-30T11:20:14.342Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 531 | 2026-06-30T11:20:14.616Z | Compiling cobs v0.3.0 |
| 532 | 2026-06-30T11:20:14.639Z | Compiling num_enum v0.7.6 |
| 533 | 2026-06-30T11:20:14.746Z | Compiling tracing-attributes v0.1.31 |
| 534 | 2026-06-30T11:20:14.816Z | Compiling darling v0.21.3 |
| 535 | 2026-06-30T11:20:14.819Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 536 | 2026-06-30T11:20:14.823Z | Compiling dyn-clone v1.0.20 |
| 537 | 2026-06-30T11:20:14.827Z | Compiling pin-project-lite v0.2.17 |
| 538 | 2026-06-30T11:20:14.846Z | Compiling anstyle v1.0.14 |
| 539 | 2026-06-30T11:20:14.881Z | Compiling ingot-macros v0.1.1 |
| 540 | 2026-06-30T11:20:14.901Z | Compiling anstyle-query v1.1.5 |
| 541 | 2026-06-30T11:20:14.943Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 542 | 2026-06-30T11:20:14.989Z | Compiling is_terminal_polyfill v1.70.2 |
| 543 | 2026-06-30T11:20:15.070Z | Compiling colorchoice v1.0.5 |
| 544 | 2026-06-30T11:20:15.075Z | Compiling pretty-hex v0.4.2 |
| 545 | 2026-06-30T11:20:15.154Z | Compiling anstream v1.0.0 |
| 546 | 2026-06-30T11:20:15.174Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 547 | 2026-06-30T11:20:15.194Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 548 | 2026-06-30T11:20:15.276Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 549 | 2026-06-30T11:20:15.385Z | Compiling terminal_size v0.4.4 |
| 550 | 2026-06-30T11:20:15.533Z | Compiling rand v0.10.1 |
| 551 | 2026-06-30T11:20:15.558Z | Compiling uuid v1.23.3 |
| 552 | 2026-06-30T11:20:15.656Z | Compiling socket2 v0.6.4 |
| 553 | 2026-06-30T11:20:15.929Z | Compiling tracing v0.1.44 |
| 554 | 2026-06-30T11:20:15.985Z | Compiling heck v0.5.0 |
| 555 | 2026-06-30T11:20:16.051Z | Compiling clap_lex v1.1.0 |
| 556 | 2026-06-30T11:20:16.195Z | Compiling oxnet v0.1.6 |
| 557 | 2026-06-30T11:20:16.241Z | Compiling colored v3.1.1 |
| 558 | 2026-06-30T11:20:16.355Z | Compiling clap_builder v4.6.0 |
| 559 | 2026-06-30T11:20:16.486Z | Compiling clap_derive v4.6.1 |
| 560 | 2026-06-30T11:20:16.673Z | Compiling postcard v1.1.3 |
| 561 | 2026-06-30T11:20:16.799Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 562 | 2026-06-30T11:20:17.750Z | Compiling ingot-types v0.1.2 |
| 563 | 2026-06-30T11:20:18.076Z | Compiling ingot v0.1.1 |
| 564 | 2026-06-30T11:20:18.243Z | Compiling clap v4.6.1 |
| 565 | 2026-06-30T11:20:19.793Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 566 | 2026-06-30T11:20:20.834Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 567 | 2026-06-30T11:20:21.888Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 568 | 2026-06-30T11:20:28.529Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.16s |
| 569 | 2026-06-30T11:20:28.557Z | |
| 570 | 2026-06-30T11:20:28.557Z | real 20.187494626 |
| 571 | 2026-06-30T11:20:28.557Z | user 1:43.620357615 |
| 572 | 2026-06-30T11:20:28.557Z | sys 13.601502029 |
| 573 | 2026-06-30T11:20:28.557Z | trap 0.052005510 |
| 574 | 2026-06-30T11:20:28.557Z | tflt 0.149863309 |
| 575 | 2026-06-30T11:20:28.557Z | dflt 0.355230522 |
| 576 | 2026-06-30T11:20:28.557Z | kflt 0.000030850 |
| 577 | 2026-06-30T11:20:28.557Z | lock 4:28.004370438 |
| 578 | 2026-06-30T11:20:28.557Z | slp 3:25.408550717 |
| 579 | 2026-06-30T11:20:28.557Z | lat 6.232486036 |
| 580 | 2026-06-30T11:20:28.557Z | stop 9.516392959 |
| 581 | 2026-06-30T11:20:28.561Z | + popd |
| 582 | 2026-06-30T11:20:28.561Z | /work/oxidecomputer/opte |
| 583 | 2026-06-30T11:20:28.561Z | + for x in debug release |
| 584 | 2026-06-30T11:20:28.561Z | + mkdir -p /work/debug |
| 585 | 2026-06-30T11:20:28.561Z | + cp target/debug/opteadm /work/debug/ |
| 586 | 2026-06-30T11:20:28.583Z | + sha256sum target/debug/opteadm |
| 587 | 2026-06-30T11:20:28.608Z | + for x in debug release |
| 588 | 2026-06-30T11:20:28.608Z | + mkdir -p /work/release |
| 589 | 2026-06-30T11:20:28.612Z | + cp target/release/opteadm /work/release/ |
| 590 | 2026-06-30T11:20:28.626Z | + sha256sum target/release/opteadm |
| 591 | 2026-06-30T11:20:28.643Z | process exited: duration 67204 ms, exit code 0 |
| |
| 592 | 2026-06-30T11:20:28.655Z | found 4 output files |
| 593 | 2026-06-30T11:20:28.655Z | uploading: /work/debug/opteadm (36617488 bytes) |
| 594 | 2026-06-30T11:20:29.867Z | uploaded: /work/debug/opteadm |
| 595 | 2026-06-30T11:20:29.867Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
| 596 | 2026-06-30T11:20:30.879Z | uploaded: /work/debug/opteadm.debug.sha256 |
| 597 | 2026-06-30T11:20:30.879Z | uploading: /work/release/opteadm (24874744 bytes) |
| 598 | 2026-06-30T11:20:32.038Z | uploaded: /work/release/opteadm |
| 599 | 2026-06-30T11:20:32.038Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
| 600 | 2026-06-30T11:20:33.052Z | uploaded: /work/release/opteadm.release.sha256 |