|
|
|
| 1 | 2026-05-22T04:04:38.796Z | job assigned to worker 01KS6XN6JZT1AP0VPYE527QXZ3 [factory aws, i-0fe61242ad1368b57] (queued for 1 m 10 s) |
| |
| 2 | 2026-05-22T04:04:45.739Z | starting task 0: "setup" |
| 3 | 2026-05-22T04:04:45.743Z | ++ uname -s |
| 4 | 2026-05-22T04:04:45.747Z | + kern=SunOS |
| 5 | 2026-05-22T04:04:45.747Z | + build_user=build |
| 6 | 2026-05-22T04:04:45.747Z | + build_uid=12345 |
| 7 | 2026-05-22T04:04:45.747Z | + work_dir=/work |
| 8 | 2026-05-22T04:04:45.747Z | + input_dir=/input |
| 9 | 2026-05-22T04:04:45.747Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-22T04:04:45.747Z | + case "$kern" in |
| 11 | 2026-05-22T04:04:45.747Z | + groupadd -g 12345 build |
| 12 | 2026-05-22T04:04:45.747Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-22T04:04:47.751Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-22T04:04:47.859Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-22T04:04:47.862Z | + home_fs=zfs |
| 16 | 2026-05-22T04:04:47.862Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-22T04:04:47.862Z | + mkdir -p /home/build |
| 18 | 2026-05-22T04:04:47.862Z | + chown build:build /home/build /work |
| 19 | 2026-05-22T04:04:49.864Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-22T04:04:49.867Z | process exited: duration 4126 ms, exit code 0 |
| |
| 21 | 2026-05-22T04:04:49.873Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-22T04:04:49.876Z | + printf ' * rust toolchain channel = "%s"\n' 1.95.0 |
| 23 | 2026-05-22T04:04:49.876Z | * rust toolchain channel = "1.95.0" |
| 24 | 2026-05-22T04:04:49.876Z | * rust toolchain profile = "default" |
| 25 | 2026-05-22T04:04:49.876Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-22T04:04:49.876Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-22T04:04:49.880Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-22T04:04:49.880Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-22T04:04:49.880Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default |
| 30 | 2026-05-22T04:04:49.944Z | info: downloading installer |
| 31 | 2026-05-22T04:04:51.313Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-22T04:04:51.313Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-22T04:04:51.313Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-22T04:04:51.314Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-22T04:04:51.325Z | info: profile set to default |
| 36 | 2026-05-22T04:04:51.325Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-22T04:04:51.329Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 38 | 2026-05-22T04:04:51.464Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 39 | 2026-05-22T04:04:51.467Z | info: downloading 6 components |
| 40 | 2026-05-22T04:05:07.140Z | info: default toolchain set to 1.95.0-x86_64-unknown-illumos |
| 41 | 2026-05-22T04:05:07.140Z | |
| 42 | 2026-05-22T04:05:07.173Z | 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 43 | 2026-05-22T04:05:07.173Z | |
| 44 | 2026-05-22T04:05:07.173Z | |
| 45 | 2026-05-22T04:05:07.173Z | Rust is installed now. Great! |
| 46 | 2026-05-22T04:05:07.173Z | |
| 47 | 2026-05-22T04:05:07.173Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-22T04:05:07.173Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-22T04:05:07.173Z | |
| 50 | 2026-05-22T04:05:07.173Z | To configure your current shell, you need to source |
| 51 | 2026-05-22T04:05:07.173Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-22T04:05:07.173Z | |
| 53 | 2026-05-22T04:05:07.173Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-22T04:05:07.173Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-22T04:05:07.173Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-22T04:05:07.173Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-22T04:05:07.173Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-22T04:05:07.173Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-22T04:05:07.173Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-22T04:05:07.177Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-22T04:05:07.177Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-22T04:05:07.262Z | + rustup --version |
| 63 | 2026-05-22T04:05:07.271Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-22T04:05:07.274Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-22T04:05:07.292Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 66 | 2026-05-22T04:05:07.296Z | + cargo --version |
| 67 | 2026-05-22T04:05:07.309Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 68 | 2026-05-22T04:05:07.312Z | + rustc --version |
| 69 | 2026-05-22T04:05:07.330Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 70 | 2026-05-22T04:05:07.333Z | process exited: duration 17458 ms, exit code 0 |
| |
| 71 | 2026-05-22T04:05:07.340Z | starting task 2: "authentication" |
| 72 | 2026-05-22T04:05:07.359Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-22T04:05:07.366Z | starting task 3: "clone repository" |
| 74 | 2026-05-22T04:05:07.369Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-05-22T04:05:07.373Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-05-22T04:05:07.407Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-05-22T04:05:08.229Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-05-22T04:05:08.229Z | + git fetch origin 99d81a9249a2776174bc63722d6f03685134a05a |
| 79 | 2026-05-22T04:05:08.464Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-05-22T04:05:08.464Z | * branch 99d81a9249a2776174bc63722d6f03685134a05a -> FETCH_HEAD |
| 81 | 2026-05-22T04:05:08.470Z | + [[ -n renovate/serde_json-1.x-lockfile ]] |
| 82 | 2026-05-22T04:05:08.474Z | ++ git branch --show-current |
| 83 | 2026-05-22T04:05:08.474Z | + current=master |
| 84 | 2026-05-22T04:05:08.474Z | + [[ master != renovate/serde_json-1.x-lockfile ]] |
| 85 | 2026-05-22T04:05:08.474Z | + git branch -f renovate/serde_json-1.x-lockfile 99d81a9249a2776174bc63722d6f03685134a05a |
| 86 | 2026-05-22T04:05:08.478Z | + git checkout -f renovate/serde_json-1.x-lockfile |
| 87 | 2026-05-22T04:05:08.491Z | Switched to branch 'renovate/serde_json-1.x-lockfile' |
| 88 | 2026-05-22T04:05:08.495Z | + git reset --hard 99d81a9249a2776174bc63722d6f03685134a05a |
| 89 | 2026-05-22T04:05:08.508Z | HEAD is now at 99d81a9 Update Rust crate serde_json to v1.0.150 |
| 90 | 2026-05-22T04:05:08.511Z | process exited: duration 1142 ms, exit code 0 |
| |
| 91 | 2026-05-22T04:05:08.518Z | starting task 4: "build" |
| 92 | 2026-05-22T04:05:08.521Z | + source .github/buildomat/common.sh |
| 93 | 2026-05-22T04:05:08.525Z | ++ rustup show active-toolchain |
| 94 | 2026-05-22T04:05:08.528Z | 1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-05-22T04:05:08.528Z | ++ pushd xde |
| 96 | 2026-05-22T04:05:08.528Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-05-22T04:05:08.528Z | ++ rustup show active-toolchain |
| 98 | 2026-05-22T04:05:08.532Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-05-22T04:05:08.676Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-05-22T04:05:08.681Z | info: downloading 6 components |
| 101 | 2026-05-22T04:05:23.963Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-05-22T04:05:24.051Z | +++ rustup show active-toolchain -v |
| 103 | 2026-05-22T04:05:24.056Z | +++ head -n 1 |
| 104 | 2026-05-22T04:05:24.056Z | +++ cut '-d ' -f1 |
| 105 | 2026-05-22T04:05:24.117Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-05-22T04:05:24.117Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-05-22T04:05:24.117Z | ++ popd |
| 108 | 2026-05-22T04:05:24.121Z | /work/oxidecomputer/opte |
| 109 | 2026-05-22T04:05:24.121Z | + cargo --version |
| 110 | 2026-05-22T04:05:24.121Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 111 | 2026-05-22T04:05:24.121Z | + rustc --version |
| 112 | 2026-05-22T04:05:24.163Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 113 | 2026-05-22T04:05:24.220Z | + pushd bin/opteadm |
| 114 | 2026-05-22T04:05:24.220Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 115 | 2026-05-22T04:05:24.220Z | + header 'check style' |
| 116 | 2026-05-22T04:05:24.220Z | + echo '# ==== check style ==== #' |
| 117 | 2026-05-22T04:05:24.221Z | # ==== check style ==== # |
| 118 | 2026-05-22T04:05:24.221Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 119 | 2026-05-22T04:05:24.238Z | |
| 120 | 2026-05-22T04:05:24.238Z | real 0.069394433 |
| 121 | 2026-05-22T04:05:24.238Z | user 0.039077208 |
| 122 | 2026-05-22T04:05:24.238Z | sys 0.027567962 |
| 123 | 2026-05-22T04:05:24.238Z | trap 0.000012818 |
| 124 | 2026-05-22T04:05:24.238Z | tflt 0.000005028 |
| 125 | 2026-05-22T04:05:24.238Z | dflt 0.000001568 |
| 126 | 2026-05-22T04:05:24.238Z | kflt 0.000000000 |
| 127 | 2026-05-22T04:05:24.238Z | lock 0.030915566 |
| 128 | 2026-05-22T04:05:24.238Z | slp 0.049177382 |
| 129 | 2026-05-22T04:05:24.238Z | lat 0.000694521 |
| 130 | 2026-05-22T04:05:24.238Z | stop 0.000099691 |
| 131 | 2026-05-22T04:05:24.238Z | + header analyze |
| 132 | 2026-05-22T04:05:24.238Z | + echo '# ==== analyze ==== #' |
| 133 | 2026-05-22T04:05:24.238Z | # ==== analyze ==== # |
| 134 | 2026-05-22T04:05:24.238Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 135 | 2026-05-22T04:05:24.344Z | Updating crates.io index |
| 136 | 2026-05-22T04:05:24.378Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-05-22T04:05:26.704Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-05-22T04:05:26.704Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-05-22T04:05:26.704Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-05-22T04:05:26.845Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-05-22T04:05:27.132Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-05-22T04:05:27.387Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-05-22T04:05:29.172Z | Downloading crates ... |
| 144 | 2026-05-22T04:05:29.221Z | Downloaded cfg-if v1.0.4 |
| 145 | 2026-05-22T04:05:29.230Z | Downloaded cpufeatures v0.3.0 |
| 146 | 2026-05-22T04:05:29.254Z | Downloaded zerocopy-derive v0.8.48 |
| 147 | 2026-05-22T04:05:29.263Z | Downloaded zerocopy v0.8.48 |
| 148 | 2026-05-22T04:05:29.293Z | Downloaded regex-automata v0.4.14 |
| 149 | 2026-05-22T04:05:29.298Z | Downloaded defmt v1.0.1 |
| 150 | 2026-05-22T04:05:29.298Z | Downloaded clap v4.6.1 |
| 151 | 2026-05-22T04:05:29.311Z | Downloaded embedded-io v0.6.1 |
| 152 | 2026-05-22T04:05:29.326Z | Downloaded defmt-parser v1.0.0 |
| 153 | 2026-05-22T04:05:29.326Z | Downloaded defmt v0.3.100 |
| 154 | 2026-05-22T04:05:29.326Z | Downloaded clap_derive v4.6.1 |
| 155 | 2026-05-22T04:05:29.332Z | Downloaded foreign-types-macros v0.2.3 |
| 156 | 2026-05-22T04:05:29.332Z | Downloaded embedded-io v0.4.0 |
| 157 | 2026-05-22T04:05:29.332Z | Downloaded anstyle-parse v1.0.0 |
| 158 | 2026-05-22T04:05:29.332Z | Downloaded either v1.15.0 |
| 159 | 2026-05-22T04:05:29.332Z | Downloaded equivalent v1.0.2 |
| 160 | 2026-05-22T04:05:29.352Z | Downloaded errno v0.3.14 |
| 161 | 2026-05-22T04:05:29.366Z | Downloaded anstyle v1.0.14 |
| 162 | 2026-05-22T04:05:29.366Z | Downloaded darling_core v0.21.3 |
| 163 | 2026-05-22T04:05:29.367Z | Downloaded anyhow v1.0.102 |
| 164 | 2026-05-22T04:05:29.367Z | Downloaded anstyle-query v1.1.5 |
| 165 | 2026-05-22T04:05:29.367Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 166 | 2026-05-22T04:05:29.367Z | Downloaded darling v0.21.3 |
| 167 | 2026-05-22T04:05:29.395Z | Downloaded serde_derive v1.0.228 |
| 168 | 2026-05-22T04:05:29.395Z | Downloaded rustversion v1.0.22 |
| 169 | 2026-05-22T04:05:29.395Z | Downloaded hash32 v0.3.1 |
| 170 | 2026-05-22T04:05:29.395Z | Downloaded strsim v0.11.1 |
| 171 | 2026-05-22T04:05:29.398Z | Downloaded cstr-argument v0.1.2 |
| 172 | 2026-05-22T04:05:29.398Z | Downloaded heck v0.5.0 |
| 173 | 2026-05-22T04:05:29.399Z | Downloaded colorchoice v1.0.5 |
| 174 | 2026-05-22T04:05:29.399Z | Downloaded stable_deref_trait v1.2.1 |
| 175 | 2026-05-22T04:05:29.399Z | Downloaded cobs v0.3.0 |
| 176 | 2026-05-22T04:05:29.399Z | Downloaded macaddr v1.0.1 |
| 177 | 2026-05-22T04:05:29.399Z | Downloaded num_enum v0.7.6 |
| 178 | 2026-05-22T04:05:29.399Z | Downloaded anstream v1.0.0 |
| 179 | 2026-05-22T04:05:29.399Z | Downloaded ref-cast-impl v1.0.25 |
| 180 | 2026-05-22T04:05:29.399Z | Downloaded foreign-types-shared v0.3.1 |
| 181 | 2026-05-22T04:05:29.399Z | Downloaded is_terminal_polyfill v1.70.2 |
| 182 | 2026-05-22T04:05:29.399Z | Downloaded ident_case v1.0.1 |
| 183 | 2026-05-22T04:05:29.399Z | Downloaded ref-cast v1.0.25 |
| 184 | 2026-05-22T04:05:29.399Z | Downloaded ingot-types v0.1.2 |
| 185 | 2026-05-22T04:05:29.404Z | Downloaded version_check v0.9.5 |
| 186 | 2026-05-22T04:05:29.404Z | Downloaded pretty-hex v0.4.2 |
| 187 | 2026-05-22T04:05:29.417Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 188 | 2026-05-22T04:05:29.433Z | Downloaded managed v0.8.0 |
| 189 | 2026-05-22T04:05:29.433Z | Downloaded utf8parse v0.2.2 |
| 190 | 2026-05-22T04:05:29.433Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 191 | 2026-05-22T04:05:29.433Z | Downloaded serde_core v1.0.228 |
| 192 | 2026-05-22T04:05:29.433Z | Downloaded quote v1.0.45 |
| 193 | 2026-05-22T04:05:29.437Z | Downloaded pin-project-lite v0.2.17 |
| 194 | 2026-05-22T04:05:29.464Z | Downloaded thiserror v2.0.18 |
| 195 | 2026-05-22T04:05:29.464Z | Downloaded proc-macro2 v1.0.106 |
| 196 | 2026-05-22T04:05:29.465Z | Downloaded proc-macro-error2 v2.0.1 |
| 197 | 2026-05-22T04:05:29.465Z | Downloaded getrandom v0.4.2 |
| 198 | 2026-05-22T04:05:29.465Z | Downloaded once_cell v1.21.4 |
| 199 | 2026-05-22T04:05:29.465Z | Downloaded ingot v0.1.1 |
| 200 | 2026-05-22T04:05:29.469Z | Downloaded colored v3.1.1 |
| 201 | 2026-05-22T04:05:29.469Z | Downloaded unicode-ident v1.0.24 |
| 202 | 2026-05-22T04:05:29.469Z | Downloaded serde v1.0.228 |
| 203 | 2026-05-22T04:05:29.470Z | Downloaded postcard v1.1.3 |
| 204 | 2026-05-22T04:05:29.498Z | Downloaded tracing-core v0.1.36 |
| 205 | 2026-05-22T04:05:29.499Z | Downloaded fnv v1.0.7 |
| 206 | 2026-05-22T04:05:29.499Z | Downloaded toml_edit v0.25.11+spec-1.1.0 |
| 207 | 2026-05-22T04:05:29.512Z | Downloaded regex v1.12.3 |
| 208 | 2026-05-22T04:05:29.513Z | Downloaded memchr v2.8.0 |
| 209 | 2026-05-22T04:05:29.513Z | Downloaded clap_lex v1.1.0 |
| 210 | 2026-05-22T04:05:29.513Z | Downloaded rand v0.10.1 |
| 211 | 2026-05-22T04:05:29.513Z | Downloaded defmt-macros v1.0.1 |
| 212 | 2026-05-22T04:05:29.513Z | Downloaded hashbrown v0.17.0 |
| 213 | 2026-05-22T04:05:29.523Z | Downloaded darling_macro v0.21.3 |
| 214 | 2026-05-22T04:05:29.524Z | Downloaded byteorder v1.5.0 |
| 215 | 2026-05-22T04:05:29.532Z | Downloaded syn v1.0.109 |
| 216 | 2026-05-22T04:05:29.558Z | Downloaded proc-macro-crate v3.5.0 |
| 217 | 2026-05-22T04:05:29.558Z | Downloaded smoltcp v0.11.0 |
| 218 | 2026-05-22T04:05:29.558Z | Downloaded rustix v1.1.4 |
| 219 | 2026-05-22T04:05:29.562Z | Downloaded thiserror-impl v2.0.18 |
| 220 | 2026-05-22T04:05:29.562Z | Downloaded foreign-types v0.5.0 |
| 221 | 2026-05-22T04:05:29.562Z | Downloaded dyn-clone v1.0.20 |
| 222 | 2026-05-22T04:05:29.562Z | Downloaded aho-corasick v1.1.4 |
| 223 | 2026-05-22T04:05:29.568Z | Downloaded socket2 v0.6.3 |
| 224 | 2026-05-22T04:05:29.568Z | Downloaded tabwriter v1.4.1 |
| 225 | 2026-05-22T04:05:29.574Z | Downloaded rand_core v0.10.1 |
| 226 | 2026-05-22T04:05:29.574Z | Downloaded bitflags v1.3.2 |
| 227 | 2026-05-22T04:05:29.574Z | Downloaded bitflags v2.11.1 |
| 228 | 2026-05-22T04:05:29.603Z | Downloaded oxnet v0.1.5 |
| 229 | 2026-05-22T04:05:29.608Z | Downloaded ingot-macros v0.1.1 |
| 230 | 2026-05-22T04:05:29.608Z | Downloaded terminal_size v0.4.4 |
| 231 | 2026-05-22T04:05:29.608Z | Downloaded heapless v0.8.0 |
| 232 | 2026-05-22T04:05:29.608Z | Downloaded tracing-attributes v0.1.31 |
| 233 | 2026-05-22T04:05:29.634Z | Downloaded ipnetwork v0.21.1 |
| 234 | 2026-05-22T04:05:29.643Z | Downloaded num_enum_derive v0.7.6 |
| 235 | 2026-05-22T04:05:29.643Z | Downloaded chacha20 v0.10.0 |
| 236 | 2026-05-22T04:05:29.676Z | Downloaded uuid v1.23.1 |
| 237 | 2026-05-22T04:05:29.687Z | Downloaded indexmap v2.14.0 |
| 238 | 2026-05-22T04:05:29.705Z | Downloaded clap_builder v4.6.0 |
| 239 | 2026-05-22T04:05:29.705Z | Downloaded itertools v0.14.0 |
| 240 | 2026-05-22T04:05:29.710Z | Downloaded regex-syntax v0.8.10 |
| 241 | 2026-05-22T04:05:29.718Z | Downloaded winnow v1.0.2 |
| 242 | 2026-05-22T04:05:29.742Z | Downloaded unicode-width v0.2.2 |
| 243 | 2026-05-22T04:05:29.758Z | Downloaded syn v2.0.117 |
| 244 | 2026-05-22T04:05:29.809Z | Downloaded tracing v0.1.44 |
| 245 | 2026-05-22T04:05:29.893Z | Downloaded libc v0.2.186 |
| 246 | 2026-05-22T04:05:29.893Z | Compiling proc-macro2 v1.0.106 |
| 247 | 2026-05-22T04:05:29.893Z | Compiling unicode-ident v1.0.24 |
| 248 | 2026-05-22T04:05:29.893Z | Compiling quote v1.0.45 |
| 249 | 2026-05-22T04:05:29.893Z | Compiling serde_core v1.0.228 |
| 250 | 2026-05-22T04:05:29.893Z | Compiling libc v0.2.186 |
| 251 | 2026-05-22T04:05:29.893Z | Checking cfg-if v1.0.4 |
| 252 | 2026-05-22T04:05:29.893Z | Compiling thiserror v2.0.18 |
| 253 | 2026-05-22T04:05:29.893Z | Compiling fnv v1.0.7 |
| 254 | 2026-05-22T04:05:29.989Z | Compiling ident_case v1.0.1 |
| 255 | 2026-05-22T04:05:30.069Z | Compiling memchr v2.8.0 |
| 256 | 2026-05-22T04:05:30.069Z | Compiling strsim v0.11.1 |
| 257 | 2026-05-22T04:05:30.161Z | Compiling regex-syntax v0.8.10 |
| 258 | 2026-05-22T04:05:30.331Z | Compiling equivalent v1.0.2 |
| 259 | 2026-05-22T04:05:30.405Z | Compiling winnow v1.0.2 |
| 260 | 2026-05-22T04:05:30.431Z | Compiling aho-corasick v1.1.4 |
| 261 | 2026-05-22T04:05:30.479Z | Compiling either v1.15.0 |
| 262 | 2026-05-22T04:05:30.592Z | Compiling anyhow v1.0.102 |
| 263 | 2026-05-22T04:05:30.705Z | Compiling hashbrown v0.17.0 |
| 264 | 2026-05-22T04:05:30.710Z | Compiling serde v1.0.228 |
| 265 | 2026-05-22T04:05:30.893Z | Compiling zerocopy v0.8.48 |
| 266 | 2026-05-22T04:05:31.150Z | Compiling indexmap v2.14.0 |
| 267 | 2026-05-22T04:05:31.157Z | Compiling syn v2.0.117 |
| 268 | 2026-05-22T04:05:31.217Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 269 | 2026-05-22T04:05:31.332Z | Compiling itertools v0.14.0 |
| 270 | 2026-05-22T04:05:31.371Z | Checking byteorder v1.5.0 |
| 271 | 2026-05-22T04:05:31.558Z | Compiling regex-automata v0.4.14 |
| 272 | 2026-05-22T04:05:33.197Z | Checking bitflags v2.11.1 |
| 273 | 2026-05-22T04:05:33.247Z | Compiling heapless v0.8.0 |
| 274 | 2026-05-22T04:05:33.247Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 275 | 2026-05-22T04:05:33.247Z | Checking hash32 v0.3.1 |
| 276 | 2026-05-22T04:05:33.247Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 277 | 2026-05-22T04:05:33.247Z | Checking macaddr v1.0.1 |
| 278 | 2026-05-22T04:05:33.247Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 279 | 2026-05-22T04:05:33.247Z | Compiling smoltcp v0.11.0 |
| 280 | 2026-05-22T04:05:33.247Z | Compiling syn v1.0.109 |
| 281 | 2026-05-22T04:05:33.248Z | Checking stable_deref_trait v1.2.1 |
| 282 | 2026-05-22T04:05:33.248Z | Compiling rustversion v1.0.22 |
| 283 | 2026-05-22T04:05:33.248Z | Compiling getrandom v0.4.2 |
| 284 | 2026-05-22T04:05:33.248Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 285 | 2026-05-22T04:05:33.248Z | Compiling proc-macro-crate v3.5.0 |
| 286 | 2026-05-22T04:05:33.248Z | Checking rand_core v0.10.1 |
| 287 | 2026-05-22T04:05:33.248Z | Checking managed v0.8.0 |
| 288 | 2026-05-22T04:05:33.248Z | Compiling rustix v1.1.4 |
| 289 | 2026-05-22T04:05:33.248Z | Checking bitflags v1.3.2 |
| 290 | 2026-05-22T04:05:33.248Z | Compiling ref-cast v1.0.25 |
| 291 | 2026-05-22T04:05:33.248Z | Compiling version_check v0.9.5 |
| 292 | 2026-05-22T04:05:33.248Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 293 | 2026-05-22T04:05:33.248Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 294 | 2026-05-22T04:05:33.264Z | Compiling regex v1.12.3 |
| 295 | 2026-05-22T04:05:33.281Z | Checking errno v0.3.14 |
| 296 | 2026-05-22T04:05:33.332Z | Checking utf8parse v0.2.2 |
| 297 | 2026-05-22T04:05:33.380Z | Checking unicode-width v0.2.2 |
| 298 | 2026-05-22T04:05:33.466Z | Checking foreign-types-shared v0.3.1 |
| 299 | 2026-05-22T04:05:33.479Z | Checking once_cell v1.21.4 |
| 300 | 2026-05-22T04:05:33.520Z | Checking cpufeatures v0.3.0 |
| 301 | 2026-05-22T04:05:33.566Z | Checking ipnetwork v0.21.1 |
| 302 | 2026-05-22T04:05:33.664Z | Checking tabwriter v1.4.1 |
| 303 | 2026-05-22T04:05:33.715Z | Checking tracing-core v0.1.36 |
| 304 | 2026-05-22T04:05:33.829Z | Compiling darling_core v0.21.3 |
| 305 | 2026-05-22T04:05:33.829Z | Checking chacha20 v0.10.0 |
| 306 | 2026-05-22T04:05:33.998Z | Checking anstyle-parse v1.0.0 |
| 307 | 2026-05-22T04:05:34.062Z | Checking cstr-argument v0.1.2 |
| 308 | 2026-05-22T04:05:34.180Z | Checking pretty-hex v0.4.2 |
| 309 | 2026-05-22T04:05:34.247Z | Checking colorchoice v1.0.5 |
| 310 | 2026-05-22T04:05:34.314Z | Checking is_terminal_polyfill v1.70.2 |
| 311 | 2026-05-22T04:05:34.377Z | Checking anstyle-query v1.1.5 |
| 312 | 2026-05-22T04:05:34.429Z | Checking anstyle v1.0.14 |
| 313 | 2026-05-22T04:05:34.429Z | Checking pin-project-lite v0.2.17 |
| 314 | 2026-05-22T04:05:34.429Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 315 | 2026-05-22T04:05:34.429Z | Checking dyn-clone v1.0.20 |
| 316 | 2026-05-22T04:05:34.487Z | Checking terminal_size v0.4.4 |
| 317 | 2026-05-22T04:05:34.549Z | Checking anstream v1.0.0 |
| 318 | 2026-05-22T04:05:34.669Z | Checking rand v0.10.1 |
| 319 | 2026-05-22T04:05:34.778Z | Checking uuid v1.23.1 |
| 320 | 2026-05-22T04:05:34.778Z | Checking socket2 v0.6.3 |
| 321 | 2026-05-22T04:05:34.805Z | Compiling heck v0.5.0 |
| 322 | 2026-05-22T04:05:34.805Z | Checking oxnet v0.1.5 |
| 323 | 2026-05-22T04:05:34.952Z | Checking clap_lex v1.1.0 |
| 324 | 2026-05-22T04:05:34.967Z | Checking colored v3.1.1 |
| 325 | 2026-05-22T04:05:35.043Z | Compiling thiserror-impl v2.0.18 |
| 326 | 2026-05-22T04:05:35.092Z | Compiling serde_derive v1.0.228 |
| 327 | 2026-05-22T04:05:35.093Z | Compiling zerocopy-derive v0.8.48 |
| 328 | 2026-05-22T04:05:35.129Z | Compiling ref-cast-impl v1.0.25 |
| 329 | 2026-05-22T04:05:35.152Z | Compiling foreign-types-macros v0.2.3 |
| 330 | 2026-05-22T04:05:35.691Z | Compiling num_enum_derive v0.7.6 |
| 331 | 2026-05-22T04:05:35.770Z | Checking foreign-types v0.5.0 |
| 332 | 2026-05-22T04:05:35.838Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 333 | 2026-05-22T04:05:35.870Z | Compiling tracing-attributes v0.1.31 |
| 334 | 2026-05-22T04:05:35.957Z | Compiling darling_macro v0.21.3 |
| 335 | 2026-05-22T04:05:36.361Z | Checking cobs v0.3.0 |
| 336 | 2026-05-22T04:05:36.424Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 337 | 2026-05-22T04:05:36.536Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 338 | 2026-05-22T04:05:36.541Z | Checking clap_builder v4.6.0 |
| 339 | 2026-05-22T04:05:36.541Z | Compiling darling v0.21.3 |
| 340 | 2026-05-22T04:05:36.598Z | Compiling clap_derive v4.6.1 |
| 341 | 2026-05-22T04:05:36.602Z | Compiling ingot-macros v0.1.1 |
| 342 | 2026-05-22T04:05:36.701Z | Checking num_enum v0.7.6 |
| 343 | 2026-05-22T04:05:36.835Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 344 | 2026-05-22T04:05:36.906Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 345 | 2026-05-22T04:05:36.992Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 346 | 2026-05-22T04:05:37.113Z | Checking tracing v0.1.44 |
| 347 | 2026-05-22T04:05:37.980Z | Checking clap v4.6.1 |
| 348 | 2026-05-22T04:05:37.988Z | Checking postcard v1.1.3 |
| 349 | 2026-05-22T04:05:39.034Z | Checking ingot-types v0.1.2 |
| 350 | 2026-05-22T04:05:40.486Z | Checking ingot v0.1.1 |
| 351 | 2026-05-22T04:05:40.604Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 352 | 2026-05-22T04:05:41.800Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 353 | 2026-05-22T04:05:42.996Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 354 | 2026-05-22T04:05:43.828Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.56s |
| 355 | 2026-05-22T04:05:43.944Z | |
| 356 | 2026-05-22T04:05:43.944Z | real 19.726256987 |
| 357 | 2026-05-22T04:05:43.944Z | user 54.377151154 |
| 358 | 2026-05-22T04:05:43.944Z | sys 13.470109931 |
| 359 | 2026-05-22T04:05:43.944Z | trap 0.038055167 |
| 360 | 2026-05-22T04:05:43.944Z | tflt 0.058535918 |
| 361 | 2026-05-22T04:05:43.944Z | dflt 0.151107207 |
| 362 | 2026-05-22T04:05:43.944Z | kflt 0.007299812 |
| 363 | 2026-05-22T04:05:43.944Z | lock 2:56.987880162 |
| 364 | 2026-05-22T04:05:43.944Z | slp 3:04.918717773 |
| 365 | 2026-05-22T04:05:43.945Z | lat 3.792413434 |
| 366 | 2026-05-22T04:05:43.945Z | stop 11.136582292 |
| 367 | 2026-05-22T04:05:43.948Z | + header 'debug build' |
| 368 | 2026-05-22T04:05:43.948Z | + echo '# ==== debug build ==== #' |
| 369 | 2026-05-22T04:05:43.948Z | # ==== debug build ==== # |
| 370 | 2026-05-22T04:05:43.948Z | + ptime -m cargo build |
| 371 | 2026-05-22T04:05:44.104Z | Compiling cfg-if v1.0.4 |
| 372 | 2026-05-22T04:05:44.104Z | Compiling serde_core v1.0.228 |
| 373 | 2026-05-22T04:05:44.108Z | Compiling libc v0.2.186 |
| 374 | 2026-05-22T04:05:44.132Z | Compiling thiserror v2.0.18 |
| 375 | 2026-05-22T04:05:44.135Z | Compiling byteorder v1.5.0 |
| 376 | 2026-05-22T04:05:44.139Z | Compiling zerocopy v0.8.48 |
| 377 | 2026-05-22T04:05:44.142Z | Compiling stable_deref_trait v1.2.1 |
| 378 | 2026-05-22T04:05:44.142Z | Compiling macaddr v1.0.1 |
| 379 | 2026-05-22T04:05:44.179Z | Compiling rand_core v0.10.1 |
| 380 | 2026-05-22T04:05:44.193Z | Compiling bitflags v1.3.2 |
| 381 | 2026-05-22T04:05:44.208Z | Compiling cobs v0.3.0 |
| 382 | 2026-05-22T04:05:44.251Z | Compiling managed v0.8.0 |
| 383 | 2026-05-22T04:05:44.296Z | Compiling hash32 v0.3.1 |
| 384 | 2026-05-22T04:05:44.327Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 385 | 2026-05-22T04:05:44.384Z | Compiling cpufeatures v0.3.0 |
| 386 | 2026-05-22T04:05:44.445Z | Compiling heapless v0.8.0 |
| 387 | 2026-05-22T04:05:44.464Z | Compiling errno v0.3.14 |
| 388 | 2026-05-22T04:05:44.477Z | Compiling foreign-types-shared v0.3.1 |
| 389 | 2026-05-22T04:05:44.481Z | Compiling utf8parse v0.2.2 |
| 390 | 2026-05-22T04:05:44.481Z | Compiling memchr v2.8.0 |
| 391 | 2026-05-22T04:05:44.551Z | Compiling once_cell v1.21.4 |
| 392 | 2026-05-22T04:05:44.562Z | Compiling ipnetwork v0.21.1 |
| 393 | 2026-05-22T04:05:44.572Z | Compiling unicode-width v0.2.2 |
| 394 | 2026-05-22T04:05:44.650Z | Compiling anstyle-parse v1.0.0 |
| 395 | 2026-05-22T04:05:44.776Z | Compiling tracing-core v0.1.36 |
| 396 | 2026-05-22T04:05:44.851Z | Compiling smoltcp v0.11.0 |
| 397 | 2026-05-22T04:05:44.855Z | Compiling cstr-argument v0.1.2 |
| 398 | 2026-05-22T04:05:44.866Z | Compiling tabwriter v1.4.1 |
| 399 | 2026-05-22T04:05:45.016Z | Compiling foreign-types v0.5.0 |
| 400 | 2026-05-22T04:05:45.081Z | Compiling chacha20 v0.10.0 |
| 401 | 2026-05-22T04:05:45.082Z | Compiling getrandom v0.4.2 |
| 402 | 2026-05-22T04:05:45.273Z | Compiling ref-cast v1.0.25 |
| 403 | 2026-05-22T04:05:45.291Z | Compiling num_enum v0.7.6 |
| 404 | 2026-05-22T04:05:45.360Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 405 | 2026-05-22T04:05:45.396Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 406 | 2026-05-22T04:05:45.417Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 407 | 2026-05-22T04:05:45.460Z | Compiling anstyle-query v1.1.5 |
| 408 | 2026-05-22T04:05:45.500Z | Compiling pretty-hex v0.4.2 |
| 409 | 2026-05-22T04:05:45.563Z | Compiling anstyle v1.0.14 |
| 410 | 2026-05-22T04:05:45.625Z | Compiling pin-project-lite v0.2.17 |
| 411 | 2026-05-22T04:05:45.642Z | Compiling is_terminal_polyfill v1.70.2 |
| 412 | 2026-05-22T04:05:45.714Z | Compiling colorchoice v1.0.5 |
| 413 | 2026-05-22T04:05:45.721Z | Compiling dyn-clone v1.0.20 |
| 414 | 2026-05-22T04:05:45.819Z | Compiling bitflags v2.11.1 |
| 415 | 2026-05-22T04:05:45.819Z | Compiling serde v1.0.228 |
| 416 | 2026-05-22T04:05:45.905Z | Compiling anstream v1.0.0 |
| 417 | 2026-05-22T04:05:45.967Z | Compiling uuid v1.23.1 |
| 418 | 2026-05-22T04:05:45.987Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 419 | 2026-05-22T04:05:46.091Z | Compiling rustix v1.1.4 |
| 420 | 2026-05-22T04:05:46.270Z | Compiling postcard v1.1.3 |
| 421 | 2026-05-22T04:05:46.419Z | Compiling tracing v0.1.44 |
| 422 | 2026-05-22T04:05:46.608Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 423 | 2026-05-22T04:05:46.608Z | Compiling terminal_size v0.4.4 |
| 424 | 2026-05-22T04:05:46.608Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 425 | 2026-05-22T04:05:46.618Z | Compiling anyhow v1.0.102 |
| 426 | 2026-05-22T04:05:46.678Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 427 | 2026-05-22T04:05:46.731Z | Compiling rand v0.10.1 |
| 428 | 2026-05-22T04:05:46.796Z | Compiling socket2 v0.6.3 |
| 429 | 2026-05-22T04:05:46.800Z | Compiling winnow v1.0.2 |
| 430 | 2026-05-22T04:05:47.090Z | Compiling ingot-types v0.1.2 |
| 431 | 2026-05-22T04:05:47.186Z | Compiling clap_lex v1.1.0 |
| 432 | 2026-05-22T04:05:47.268Z | Compiling colored v3.1.1 |
| 433 | 2026-05-22T04:05:47.487Z | Compiling ingot v0.1.1 |
| 434 | 2026-05-22T04:05:47.507Z | Compiling strsim v0.11.1 |
| 435 | 2026-05-22T04:05:47.568Z | Compiling oxnet v0.1.5 |
| 436 | 2026-05-22T04:05:47.677Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 437 | 2026-05-22T04:05:47.940Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 438 | 2026-05-22T04:05:48.054Z | Compiling clap_builder v4.6.0 |
| 439 | 2026-05-22T04:05:49.396Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 440 | 2026-05-22T04:05:49.668Z | Compiling clap v4.6.1 |
| 441 | 2026-05-22T04:05:50.738Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 442 | 2026-05-22T04:05:52.150Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 443 | 2026-05-22T04:05:56.591Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.63s |
| 444 | 2026-05-22T04:05:56.620Z | |
| 445 | 2026-05-22T04:05:56.623Z | real 12.665779983 |
| 446 | 2026-05-22T04:05:56.623Z | user 1:05.062083664 |
| 447 | 2026-05-22T04:05:56.623Z | sys 6.150533050 |
| 448 | 2026-05-22T04:05:56.623Z | trap 0.030554596 |
| 449 | 2026-05-22T04:05:56.623Z | tflt 0.084024357 |
| 450 | 2026-05-22T04:05:56.624Z | dflt 0.209568252 |
| 451 | 2026-05-22T04:05:56.624Z | kflt 0.000132317 |
| 452 | 2026-05-22T04:05:56.624Z | lock 2:57.730346962 |
| 453 | 2026-05-22T04:05:56.624Z | slp 1:55.886832958 |
| 454 | 2026-05-22T04:05:56.624Z | lat 4.187050954 |
| 455 | 2026-05-22T04:05:56.624Z | stop 3.352364913 |
| 456 | 2026-05-22T04:05:56.624Z | + header 'release build' |
| 457 | 2026-05-22T04:05:56.624Z | + echo '# ==== release build ==== #' |
| 458 | 2026-05-22T04:05:56.624Z | # ==== release build ==== # |
| 459 | 2026-05-22T04:05:56.624Z | + ptime -m cargo build --release |
| 460 | 2026-05-22T04:05:56.720Z | Compiling proc-macro2 v1.0.106 |
| 461 | 2026-05-22T04:05:56.720Z | Compiling unicode-ident v1.0.24 |
| 462 | 2026-05-22T04:05:56.720Z | Compiling quote v1.0.45 |
| 463 | 2026-05-22T04:05:56.720Z | Compiling serde_core v1.0.228 |
| 464 | 2026-05-22T04:05:56.726Z | Compiling libc v0.2.186 |
| 465 | 2026-05-22T04:05:56.726Z | Compiling cfg-if v1.0.4 |
| 466 | 2026-05-22T04:05:56.726Z | Compiling thiserror v2.0.18 |
| 467 | 2026-05-22T04:05:56.726Z | Compiling strsim v0.11.1 |
| 468 | 2026-05-22T04:05:56.791Z | Compiling memchr v2.8.0 |
| 469 | 2026-05-22T04:05:56.837Z | Compiling ident_case v1.0.1 |
| 470 | 2026-05-22T04:05:56.942Z | Compiling fnv v1.0.7 |
| 471 | 2026-05-22T04:05:57.003Z | Compiling regex-syntax v0.8.10 |
| 472 | 2026-05-22T04:05:57.019Z | Compiling hashbrown v0.17.0 |
| 473 | 2026-05-22T04:05:57.042Z | Compiling serde v1.0.228 |
| 474 | 2026-05-22T04:05:57.227Z | Compiling aho-corasick v1.1.4 |
| 475 | 2026-05-22T04:05:57.313Z | Compiling anyhow v1.0.102 |
| 476 | 2026-05-22T04:05:57.330Z | Compiling either v1.15.0 |
| 477 | 2026-05-22T04:05:57.439Z | Compiling equivalent v1.0.2 |
| 478 | 2026-05-22T04:05:57.511Z | Compiling winnow v1.0.2 |
| 479 | 2026-05-22T04:05:57.515Z | Compiling zerocopy v0.8.48 |
| 480 | 2026-05-22T04:05:57.531Z | Compiling itertools v0.14.0 |
| 481 | 2026-05-22T04:05:57.621Z | Compiling indexmap v2.14.0 |
| 482 | 2026-05-22T04:05:57.943Z | Compiling heapless v0.8.0 |
| 483 | 2026-05-22T04:05:58.091Z | Compiling syn v2.0.117 |
| 484 | 2026-05-22T04:05:58.218Z | Compiling byteorder v1.5.0 |
| 485 | 2026-05-22T04:05:58.239Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 486 | 2026-05-22T04:05:58.398Z | Compiling regex-automata v0.4.14 |
| 487 | 2026-05-22T04:05:58.445Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 488 | 2026-05-22T04:05:58.495Z | Compiling hash32 v0.3.1 |
| 489 | 2026-05-22T04:05:58.619Z | Compiling syn v1.0.109 |
| 490 | 2026-05-22T04:05:58.749Z | Compiling rustversion v1.0.22 |
| 491 | 2026-05-22T04:05:58.752Z | Compiling stable_deref_trait v1.2.1 |
| 492 | 2026-05-22T04:05:58.812Z | Compiling bitflags v2.11.1 |
| 493 | 2026-05-22T04:05:58.958Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 494 | 2026-05-22T04:05:58.961Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 495 | 2026-05-22T04:05:58.997Z | Compiling smoltcp v0.11.0 |
| 496 | 2026-05-22T04:05:59.022Z | Compiling macaddr v1.0.1 |
| 497 | 2026-05-22T04:05:59.161Z | Compiling managed v0.8.0 |
| 498 | 2026-05-22T04:05:59.200Z | Compiling version_check v0.9.5 |
| 499 | 2026-05-22T04:05:59.227Z | Compiling bitflags v1.3.2 |
| 500 | 2026-05-22T04:05:59.286Z | Compiling rand_core v0.10.1 |
| 501 | 2026-05-22T04:05:59.335Z | Compiling rustix v1.1.4 |
| 502 | 2026-05-22T04:05:59.393Z | Compiling ref-cast v1.0.25 |
| 503 | 2026-05-22T04:05:59.449Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 504 | 2026-05-22T04:05:59.455Z | Compiling getrandom v0.4.2 |
| 505 | 2026-05-22T04:05:59.602Z | Compiling proc-macro-crate v3.5.0 |
| 506 | 2026-05-22T04:05:59.721Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 507 | 2026-05-22T04:05:59.857Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 508 | 2026-05-22T04:05:59.947Z | Compiling errno v0.3.14 |
| 509 | 2026-05-22T04:06:00.004Z | Compiling foreign-types-shared v0.3.1 |
| 510 | 2026-05-22T04:06:00.082Z | Compiling regex v1.12.3 |
| 511 | 2026-05-22T04:06:00.224Z | Compiling ipnetwork v0.21.1 |
| 512 | 2026-05-22T04:06:00.380Z | Compiling utf8parse v0.2.2 |
| 513 | 2026-05-22T04:06:00.456Z | Compiling cpufeatures v0.3.0 |
| 514 | 2026-05-22T04:06:00.473Z | Compiling unicode-width v0.2.2 |
| 515 | 2026-05-22T04:06:00.518Z | Compiling once_cell v1.21.4 |
| 516 | 2026-05-22T04:06:00.586Z | Compiling chacha20 v0.10.0 |
| 517 | 2026-05-22T04:06:00.738Z | Compiling darling_core v0.21.3 |
| 518 | 2026-05-22T04:06:00.761Z | Compiling tabwriter v1.4.1 |
| 519 | 2026-05-22T04:06:00.822Z | Compiling tracing-core v0.1.36 |
| 520 | 2026-05-22T04:06:00.858Z | Compiling cstr-argument v0.1.2 |
| 521 | 2026-05-22T04:06:00.963Z | Compiling anstyle-parse v1.0.0 |
| 522 | 2026-05-22T04:06:01.490Z | Compiling anstyle v1.0.14 |
| 523 | 2026-05-22T04:06:01.540Z | Compiling anstyle-query v1.1.5 |
| 524 | 2026-05-22T04:06:01.633Z | Compiling dyn-clone v1.0.20 |
| 525 | 2026-05-22T04:06:01.655Z | Compiling pretty-hex v0.4.2 |
| 526 | 2026-05-22T04:06:01.730Z | Compiling pin-project-lite v0.2.17 |
| 527 | 2026-05-22T04:06:01.766Z | Compiling colorchoice v1.0.5 |
| 528 | 2026-05-22T04:06:01.780Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 529 | 2026-05-22T04:06:01.785Z | Compiling is_terminal_polyfill v1.70.2 |
| 530 | 2026-05-22T04:06:01.838Z | Compiling thiserror-impl v2.0.18 |
| 531 | 2026-05-22T04:06:01.853Z | Compiling serde_derive v1.0.228 |
| 532 | 2026-05-22T04:06:01.860Z | Compiling zerocopy-derive v0.8.48 |
| 533 | 2026-05-22T04:06:01.992Z | Compiling ref-cast-impl v1.0.25 |
| 534 | 2026-05-22T04:06:02.098Z | Compiling foreign-types-macros v0.2.3 |
| 535 | 2026-05-22T04:06:02.355Z | Compiling num_enum_derive v0.7.6 |
| 536 | 2026-05-22T04:06:02.673Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 537 | 2026-05-22T04:06:02.724Z | Compiling foreign-types v0.5.0 |
| 538 | 2026-05-22T04:06:02.789Z | Compiling tracing-attributes v0.1.31 |
| 539 | 2026-05-22T04:06:02.835Z | Compiling darling_macro v0.21.3 |
| 540 | 2026-05-22T04:06:03.026Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 541 | 2026-05-22T04:06:03.129Z | Compiling cobs v0.3.0 |
| 542 | 2026-05-22T04:06:03.162Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 543 | 2026-05-22T04:06:03.340Z | Compiling num_enum v0.7.6 |
| 544 | 2026-05-22T04:06:03.343Z | Compiling anstream v1.0.0 |
| 545 | 2026-05-22T04:06:03.388Z | Compiling darling v0.21.3 |
| 546 | 2026-05-22T04:06:03.444Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 547 | 2026-05-22T04:06:03.457Z | Compiling ingot-macros v0.1.1 |
| 548 | 2026-05-22T04:06:03.500Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 549 | 2026-05-22T04:06:03.601Z | Compiling terminal_size v0.4.4 |
| 550 | 2026-05-22T04:06:03.625Z | Compiling rand v0.10.1 |
| 551 | 2026-05-22T04:06:03.765Z | Compiling uuid v1.23.1 |
| 552 | 2026-05-22T04:06:03.771Z | Compiling socket2 v0.6.3 |
| 553 | 2026-05-22T04:06:04.062Z | Compiling tracing v0.1.44 |
| 554 | 2026-05-22T04:06:04.083Z | Compiling oxnet v0.1.5 |
| 555 | 2026-05-22T04:06:04.157Z | Compiling colored v3.1.1 |
| 556 | 2026-05-22T04:06:04.328Z | Compiling clap_lex v1.1.0 |
| 557 | 2026-05-22T04:06:04.358Z | Compiling heck v0.5.0 |
| 558 | 2026-05-22T04:06:04.545Z | Compiling clap_derive v4.6.1 |
| 559 | 2026-05-22T04:06:04.633Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 560 | 2026-05-22T04:06:04.716Z | Compiling clap_builder v4.6.0 |
| 561 | 2026-05-22T04:06:05.059Z | Compiling postcard v1.1.3 |
| 562 | 2026-05-22T04:06:06.287Z | Compiling ingot-types v0.1.2 |
| 563 | 2026-05-22T04:06:06.561Z | Compiling clap v4.6.1 |
| 564 | 2026-05-22T04:06:06.634Z | Compiling ingot v0.1.1 |
| 565 | 2026-05-22T04:06:08.279Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 566 | 2026-05-22T04:06:09.295Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 567 | 2026-05-22T04:06:10.336Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 568 | 2026-05-22T04:06:16.832Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.20s |
| 569 | 2026-05-22T04:06:16.860Z | |
| 570 | 2026-05-22T04:06:16.863Z | real 20.229364371 |
| 571 | 2026-05-22T04:06:16.863Z | user 1:42.830961133 |
| 572 | 2026-05-22T04:06:16.863Z | sys 13.843954556 |
| 573 | 2026-05-22T04:06:16.863Z | trap 0.051105199 |
| 574 | 2026-05-22T04:06:16.863Z | tflt 0.073299069 |
| 575 | 2026-05-22T04:06:16.863Z | dflt 0.413679071 |
| 576 | 2026-05-22T04:06:16.863Z | kflt 0.000022396 |
| 577 | 2026-05-22T04:06:16.863Z | lock 4:25.296931597 |
| 578 | 2026-05-22T04:06:16.863Z | slp 3:25.493296930 |
| 579 | 2026-05-22T04:06:16.863Z | lat 5.867867435 |
| 580 | 2026-05-22T04:06:16.863Z | stop 9.470246522 |
| 581 | 2026-05-22T04:06:16.863Z | + popd |
| 582 | 2026-05-22T04:06:16.864Z | /work/oxidecomputer/opte |
| 583 | 2026-05-22T04:06:16.864Z | + for x in debug release |
| 584 | 2026-05-22T04:06:16.864Z | + mkdir -p /work/debug |
| 585 | 2026-05-22T04:06:16.864Z | + cp target/debug/opteadm /work/debug/ |
| 586 | 2026-05-22T04:06:16.900Z | + sha256sum target/debug/opteadm |
| 587 | 2026-05-22T04:06:16.911Z | + for x in debug release |
| 588 | 2026-05-22T04:06:16.911Z | + mkdir -p /work/release |
| 589 | 2026-05-22T04:06:16.915Z | + cp target/release/opteadm /work/release/ |
| 590 | 2026-05-22T04:06:16.928Z | + sha256sum target/release/opteadm |
| 591 | 2026-05-22T04:06:16.945Z | process exited: duration 68427 ms, exit code 0 |
| |
| 592 | 2026-05-22T04:06:16.952Z | found 4 output files |
| 593 | 2026-05-22T04:06:16.952Z | uploading: /work/debug/opteadm (36383584 bytes) |
| 594 | 2026-05-22T04:06:18.173Z | uploaded: /work/debug/opteadm |
| 595 | 2026-05-22T04:06:18.173Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
| 596 | 2026-05-22T04:06:19.183Z | uploaded: /work/debug/opteadm.debug.sha256 |
| 597 | 2026-05-22T04:06:19.183Z | uploading: /work/release/opteadm (24514864 bytes) |
| 598 | 2026-05-22T04:06:20.355Z | uploaded: /work/release/opteadm |
| 599 | 2026-05-22T04:06:20.355Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
| 600 | 2026-05-22T04:06:21.365Z | uploaded: /work/release/opteadm.release.sha256 |