|
|
|
| 1 | 2026-08-27T05:00:00.976Z | job assigned to worker 01M10SC41REP55DB2AFJKFBX8R [factory aws, i-0baef7fd0d575f9f6] (queued for 59 s) |
| |
| 2 | 2026-08-27T05:00:07.673Z | starting task 0: "setup" |
| 3 | 2026-08-27T05:00:07.679Z | ++ uname -s |
| 4 | 2026-08-27T05:00:07.682Z | + kern=SunOS |
| 5 | 2026-08-27T05:00:07.682Z | + build_user=build |
| 6 | 2026-08-27T05:00:07.682Z | + build_uid=12345 |
| 7 | 2026-08-27T05:00:07.682Z | + work_dir=/work |
| 8 | 2026-08-27T05:00:07.682Z | + input_dir=/input |
| 9 | 2026-08-27T05:00:07.682Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-27T05:00:07.682Z | + case "$kern" in |
| 11 | 2026-08-27T05:00:07.682Z | + groupadd -g 12345 build |
| 12 | 2026-08-27T05:00:07.682Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-27T05:00:09.687Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-27T05:00:09.758Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-27T05:00:09.761Z | + home_fs=zfs |
| 16 | 2026-08-27T05:00:09.761Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-27T05:00:09.761Z | + mkdir -p /home/build |
| 18 | 2026-08-27T05:00:09.761Z | + chown build:build /home/build /work |
| 19 | 2026-08-27T05:00:11.763Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-27T05:00:11.766Z | process exited: duration 4091 ms, exit code 0 |
| |
| 21 | 2026-08-27T05:00:11.772Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-27T05:00:11.776Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-27T05:00:11.776Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-27T05:00:11.776Z | * rust toolchain profile = "default" |
| 25 | 2026-08-27T05:00:11.776Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-27T05:00:11.776Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-27T05:00:11.776Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-27T05:00:11.779Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-27T05:00:11.779Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-27T05:00:11.879Z | info: downloading installer |
| 31 | 2026-08-27T05:00:13.140Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-27T05:00:13.140Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-27T05:00:13.140Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-27T05:00:13.140Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-27T05:00:13.155Z | info: profile set to default |
| 36 | 2026-08-27T05:00:13.155Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-27T05:00:13.158Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-27T05:00:13.282Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-27T05:00:13.285Z | info: downloading 6 components |
| 40 | 2026-08-27T05:00:27.483Z | |
| 41 | 2026-08-27T05:00:27.483Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 42 | 2026-08-27T05:00:27.516Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-27T05:00:27.516Z | |
| 44 | 2026-08-27T05:00:27.516Z | |
| 45 | 2026-08-27T05:00:27.516Z | Rust is installed now. Great! |
| 46 | 2026-08-27T05:00:27.516Z | |
| 47 | 2026-08-27T05:00:27.516Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-27T05:00:27.516Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-27T05:00:27.516Z | |
| 50 | 2026-08-27T05:00:27.516Z | To configure your current shell, you need to source |
| 51 | 2026-08-27T05:00:27.516Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-27T05:00:27.517Z | |
| 53 | 2026-08-27T05:00:27.517Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-27T05:00:27.521Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-27T05:00:27.521Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-27T05:00:27.521Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-27T05:00:27.521Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-27T05:00:27.521Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-27T05:00:27.521Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-27T05:00:27.521Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-27T05:00:27.521Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-27T05:00:27.609Z | + rustup --version |
| 63 | 2026-08-27T05:00:27.619Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-27T05:00:27.622Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-27T05:00:27.639Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-27T05:00:27.643Z | + cargo --version |
| 67 | 2026-08-27T05:00:27.658Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-27T05:00:27.661Z | + rustc --version |
| 69 | 2026-08-27T05:00:27.682Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-27T05:00:27.685Z | process exited: duration 15911 ms, exit code 0 |
| |
| 71 | 2026-08-27T05:00:27.691Z | starting task 2: "authentication" |
| 72 | 2026-08-27T05:00:27.708Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-27T05:00:27.717Z | starting task 3: "clone repository" |
| 74 | 2026-08-27T05:00:27.721Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-08-27T05:00:27.724Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-08-27T05:00:27.778Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-08-27T05:00:29.101Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-08-27T05:00:29.101Z | + git fetch origin d854118a24c86b8a5753df8d97c6e7a8cc491f33 |
| 79 | 2026-08-27T05:00:29.374Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-08-27T05:00:29.374Z | * branch d854118a24c86b8a5753df8d97c6e7a8cc491f33 -> FETCH_HEAD |
| 81 | 2026-08-27T05:00:29.381Z | + [[ -n renovate/uuid-1.x-lockfile ]] |
| 82 | 2026-08-27T05:00:29.381Z | ++ git branch --show-current |
| 83 | 2026-08-27T05:00:29.381Z | + current=master |
| 84 | 2026-08-27T05:00:29.381Z | + [[ master != renovate/uuid-1.x-lockfile ]] |
| 85 | 2026-08-27T05:00:29.381Z | + git branch -f renovate/uuid-1.x-lockfile d854118a24c86b8a5753df8d97c6e7a8cc491f33 |
| 86 | 2026-08-27T05:00:29.388Z | + git checkout -f renovate/uuid-1.x-lockfile |
| 87 | 2026-08-27T05:00:29.398Z | Switched to branch 'renovate/uuid-1.x-lockfile' |
| 88 | 2026-08-27T05:00:29.402Z | + git reset --hard d854118a24c86b8a5753df8d97c6e7a8cc491f33 |
| 89 | 2026-08-27T05:00:29.412Z | HEAD is now at d854118 Update Rust crate uuid to v1.26.0 |
| 90 | 2026-08-27T05:00:29.430Z | process exited: duration 1696 ms, exit code 0 |
| |
| 91 | 2026-08-27T05:00:29.459Z | starting task 4: "build" |
| 92 | 2026-08-27T05:00:29.469Z | + source .github/buildomat/common.sh |
| 93 | 2026-08-27T05:00:29.469Z | ++ rustup show active-toolchain |
| 94 | 2026-08-27T05:00:29.473Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-08-27T05:00:29.474Z | ++ pushd xde |
| 96 | 2026-08-27T05:00:29.474Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-08-27T05:00:29.474Z | ++ rustup show active-toolchain |
| 98 | 2026-08-27T05:00:29.474Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 99 | 2026-08-27T05:00:29.628Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 100 | 2026-08-27T05:00:29.654Z | info: downloading 6 components |
| 101 | 2026-08-27T05:00:42.699Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-08-27T05:00:42.782Z | +++ rustup show active-toolchain -v |
| 103 | 2026-08-27T05:00:42.785Z | +++ head -n 1 |
| 104 | 2026-08-27T05:00:42.785Z | +++ cut '-d ' -f1 |
| 105 | 2026-08-27T05:00:42.839Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 106 | 2026-08-27T05:00:42.839Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-08-27T05:00:42.839Z | ++ popd |
| 108 | 2026-08-27T05:00:42.845Z | /work/oxidecomputer/opte |
| 109 | 2026-08-27T05:00:42.845Z | + cargo --version |
| 110 | 2026-08-27T05:00:42.848Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 111 | 2026-08-27T05:00:42.848Z | + rustc --version |
| 112 | 2026-08-27T05:00:42.869Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 113 | 2026-08-27T05:00:42.873Z | + pushd bin/opteadm |
| 114 | 2026-08-27T05:00:42.873Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 115 | 2026-08-27T05:00:42.873Z | + header 'check style' |
| 116 | 2026-08-27T05:00:42.873Z | + echo '# ==== check style ==== #' |
| 117 | 2026-08-27T05:00:42.873Z | # ==== check style ==== # |
| 118 | 2026-08-27T05:00:42.873Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 119 | 2026-08-27T05:00:42.945Z | |
| 120 | 2026-08-27T05:00:42.946Z | real 0.070259867 |
| 121 | 2026-08-27T05:00:42.946Z | user 0.038901158 |
| 122 | 2026-08-27T05:00:42.946Z | sys 0.028335011 |
| 123 | 2026-08-27T05:00:42.946Z | trap 0.000001230 |
| 124 | 2026-08-27T05:00:42.949Z | tflt 0.000003770 |
| 125 | 2026-08-27T05:00:42.949Z | dflt 0.000013830 |
| 126 | 2026-08-27T05:00:42.949Z | kflt 0.000000000 |
| 127 | 2026-08-27T05:00:42.949Z | lock 0.031362672 |
| 128 | 2026-08-27T05:00:42.949Z | slp 0.049886855 |
| 129 | 2026-08-27T05:00:42.949Z | lat 0.000695690 |
| 130 | 2026-08-27T05:00:42.949Z | stop 0.000110610 |
| 131 | 2026-08-27T05:00:42.949Z | + header analyze |
| 132 | 2026-08-27T05:00:42.949Z | + echo '# ==== analyze ==== #' |
| 133 | 2026-08-27T05:00:42.949Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 134 | 2026-08-27T05:00:42.949Z | # ==== analyze ==== # |
| 135 | 2026-08-27T05:00:43.081Z | Updating crates.io index |
| 136 | 2026-08-27T05:00:43.085Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-08-27T05:00:44.086Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-08-27T05:00:44.463Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 139 | 2026-08-27T05:00:44.767Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 140 | 2026-08-27T05:00:45.193Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 141 | 2026-08-27T05:00:45.492Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-08-27T05:00:45.788Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-08-27T05:00:47.313Z | Downloading crates ... |
| 144 | 2026-08-27T05:00:47.351Z | Downloaded dyn-clone v1.0.20 |
| 145 | 2026-08-27T05:00:47.376Z | Downloaded anstyle-query v1.1.5 |
| 146 | 2026-08-27T05:00:47.376Z | Downloaded embedded-io v0.6.1 |
| 147 | 2026-08-27T05:00:47.376Z | Downloaded ident_case v1.0.1 |
| 148 | 2026-08-27T05:00:47.376Z | Downloaded bitflags v2.13.0 |
| 149 | 2026-08-27T05:00:47.376Z | Downloaded cobs v0.3.0 |
| 150 | 2026-08-27T05:00:47.376Z | Downloaded foreign-types-shared v0.3.1 |
| 151 | 2026-08-27T05:00:47.376Z | Downloaded chacha20 v0.10.1 |
| 152 | 2026-08-27T05:00:47.383Z | Downloaded defmt-parser v1.0.0 |
| 153 | 2026-08-27T05:00:47.383Z | Downloaded thiserror v2.0.18 |
| 154 | 2026-08-27T05:00:47.383Z | Downloaded oxnet v0.1.6 |
| 155 | 2026-08-27T05:00:47.383Z | Downloaded defmt v0.3.100 |
| 156 | 2026-08-27T05:00:47.383Z | Downloaded darling_macro v0.23.0 |
| 157 | 2026-08-27T05:00:47.383Z | Downloaded embedded-io v0.4.0 |
| 158 | 2026-08-27T05:00:47.383Z | Downloaded defmt-macros v1.1.1 |
| 159 | 2026-08-27T05:00:47.387Z | Downloaded byteorder v1.5.0 |
| 160 | 2026-08-27T05:00:47.387Z | Downloaded defmt v1.1.1 |
| 161 | 2026-08-27T05:00:47.387Z | Downloaded macaddr v1.0.1 |
| 162 | 2026-08-27T05:00:47.393Z | Downloaded proc-macro2 v1.0.106 |
| 163 | 2026-08-27T05:00:47.393Z | Downloaded tracing-attributes v0.1.31 |
| 164 | 2026-08-27T05:00:47.397Z | Downloaded anstream v1.0.0 |
| 165 | 2026-08-27T05:00:47.397Z | Downloaded clap_lex v1.1.0 |
| 166 | 2026-08-27T05:00:47.408Z | Downloaded ingot-types v0.2.0 |
| 167 | 2026-08-27T05:00:47.408Z | Downloaded ipnetwork v0.21.1 |
| 168 | 2026-08-27T05:00:47.425Z | Downloaded cstr-argument v0.1.2 |
| 169 | 2026-08-27T05:00:47.425Z | Downloaded equivalent v1.0.2 |
| 170 | 2026-08-27T05:00:47.425Z | Downloaded getrandom v0.4.3 |
| 171 | 2026-08-27T05:00:47.425Z | Downloaded serde v1.0.228 |
| 172 | 2026-08-27T05:00:47.425Z | Downloaded zerocopy-derive v0.8.54 |
| 173 | 2026-08-27T05:00:47.446Z | Downloaded foreign-types v0.5.0 |
| 174 | 2026-08-27T05:00:47.446Z | Downloaded foreign-types-macros v0.2.3 |
| 175 | 2026-08-27T05:00:47.446Z | Downloaded hash32 v0.3.1 |
| 176 | 2026-08-27T05:00:47.446Z | Downloaded managed v0.8.0 |
| 177 | 2026-08-27T05:00:47.446Z | Downloaded stable_deref_trait v1.2.1 |
| 178 | 2026-08-27T05:00:47.446Z | Downloaded heck v0.5.0 |
| 179 | 2026-08-27T05:00:47.446Z | Downloaded cpufeatures v0.3.0 |
| 180 | 2026-08-27T05:00:47.446Z | Downloaded cfg-if v1.0.4 |
| 181 | 2026-08-27T05:00:47.447Z | Downloaded proc-macro-crate v3.5.0 |
| 182 | 2026-08-27T05:00:47.468Z | Downloaded ref-cast v1.0.25 |
| 183 | 2026-08-27T05:00:47.468Z | Downloaded utf8parse v0.2.2 |
| 184 | 2026-08-27T05:00:47.468Z | Downloaded colorchoice v1.0.5 |
| 185 | 2026-08-27T05:00:47.468Z | Downloaded errno v0.3.14 |
| 186 | 2026-08-27T05:00:47.469Z | Downloaded ref-cast-impl v1.0.25 |
| 187 | 2026-08-27T05:00:47.469Z | Downloaded tabwriter v1.4.1 |
| 188 | 2026-08-27T05:00:47.469Z | Downloaded indexmap v2.14.0 |
| 189 | 2026-08-27T05:00:47.469Z | Downloaded anstyle v1.0.14 |
| 190 | 2026-08-27T05:00:47.469Z | Downloaded bitflags v1.3.2 |
| 191 | 2026-08-27T05:00:47.469Z | Downloaded anyhow v1.0.103 |
| 192 | 2026-08-27T05:00:47.469Z | Downloaded strsim v0.11.1 |
| 193 | 2026-08-27T05:00:47.469Z | Downloaded is_terminal_polyfill v1.70.2 |
| 194 | 2026-08-27T05:00:47.469Z | Downloaded terminal_size v0.4.4 |
| 195 | 2026-08-27T05:00:47.469Z | Downloaded version_check v0.9.5 |
| 196 | 2026-08-27T05:00:47.474Z | Downloaded pretty-hex v0.4.2 |
| 197 | 2026-08-27T05:00:47.474Z | Downloaded thiserror-impl v2.0.18 |
| 198 | 2026-08-27T05:00:47.474Z | Downloaded anstyle-parse v1.0.0 |
| 199 | 2026-08-27T05:00:47.487Z | Downloaded rustversion v1.0.23 |
| 200 | 2026-08-27T05:00:47.487Z | Downloaded either v1.16.0 |
| 201 | 2026-08-27T05:00:47.487Z | Downloaded num_enum v0.7.6 |
| 202 | 2026-08-27T05:00:47.487Z | Downloaded ingot v0.2.0 |
| 203 | 2026-08-27T05:00:47.487Z | Downloaded ingot-macros v0.2.0 |
| 204 | 2026-08-27T05:00:47.494Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 205 | 2026-08-27T05:00:47.494Z | Downloaded quote v1.0.46 |
| 206 | 2026-08-27T05:00:47.501Z | Downloaded rand_core v0.10.1 |
| 207 | 2026-08-27T05:00:47.501Z | Downloaded num_enum_derive v0.7.6 |
| 208 | 2026-08-27T05:00:47.507Z | Downloaded darling v0.23.0 |
| 209 | 2026-08-27T05:00:47.507Z | Downloaded clap_derive v4.6.1 |
| 210 | 2026-08-27T05:00:47.507Z | Downloaded pin-project-lite v0.2.17 |
| 211 | 2026-08-27T05:00:47.511Z | Downloaded colored v3.1.1 |
| 212 | 2026-08-27T05:00:47.511Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 213 | 2026-08-27T05:00:47.511Z | Downloaded clap v4.6.1 |
| 214 | 2026-08-27T05:00:47.528Z | Downloaded once_cell v1.21.4 |
| 215 | 2026-08-27T05:00:47.528Z | Downloaded unicode-ident v1.0.24 |
| 216 | 2026-08-27T05:00:47.553Z | Downloaded postcard v1.1.3 |
| 217 | 2026-08-27T05:00:47.553Z | Downloaded uuid v1.26.0 |
| 218 | 2026-08-27T05:00:47.554Z | Downloaded serde_derive v1.0.228 |
| 219 | 2026-08-27T05:00:47.554Z | Downloaded heapless v0.8.0 |
| 220 | 2026-08-27T05:00:47.559Z | Downloaded serde_core v1.0.228 |
| 221 | 2026-08-27T05:00:47.559Z | Downloaded darling_core v0.23.0 |
| 222 | 2026-08-27T05:00:47.560Z | Downloaded socket2 v0.6.4 |
| 223 | 2026-08-27T05:00:47.570Z | Downloaded tracing-core v0.1.36 |
| 224 | 2026-08-27T05:00:47.587Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 225 | 2026-08-27T05:00:47.607Z | Downloaded memchr v2.8.3 |
| 226 | 2026-08-27T05:00:47.629Z | Downloaded rand v0.10.2 |
| 227 | 2026-08-27T05:00:47.662Z | Downloaded hashbrown v0.17.1 |
| 228 | 2026-08-27T05:00:47.663Z | Downloaded regex v1.13.0 |
| 229 | 2026-08-27T05:00:47.663Z | Downloaded aho-corasick v1.1.4 |
| 230 | 2026-08-27T05:00:47.670Z | Downloaded clap_builder v4.6.0 |
| 231 | 2026-08-27T05:00:47.671Z | Downloaded itertools v0.15.0 |
| 232 | 2026-08-27T05:00:47.671Z | Downloaded winnow v1.0.3 |
| 233 | 2026-08-27T05:00:47.687Z | Downloaded syn v1.0.109 |
| 234 | 2026-08-27T05:00:47.697Z | Downloaded unicode-width v0.2.2 |
| 235 | 2026-08-27T05:00:47.700Z | Downloaded regex-syntax v0.8.11 |
| 236 | 2026-08-27T05:00:47.710Z | Downloaded syn v2.0.118 |
| 237 | 2026-08-27T05:00:47.734Z | Downloaded zerocopy v0.8.54 |
| 238 | 2026-08-27T05:00:47.746Z | Downloaded smoltcp v0.11.0 |
| 239 | 2026-08-27T05:00:47.746Z | Downloaded rustix v1.1.4 |
| 240 | 2026-08-27T05:00:47.754Z | Downloaded tracing v0.1.44 |
| 241 | 2026-08-27T05:00:47.759Z | Downloaded regex-automata v0.4.15 |
| 242 | 2026-08-27T05:00:47.771Z | Downloaded libc v0.2.186 |
| 243 | 2026-08-27T05:00:47.826Z | Compiling proc-macro2 v1.0.106 |
| 244 | 2026-08-27T05:00:47.826Z | Compiling quote v1.0.46 |
| 245 | 2026-08-27T05:00:47.826Z | Compiling unicode-ident v1.0.24 |
| 246 | 2026-08-27T05:00:47.842Z | Compiling serde_core v1.0.228 |
| 247 | 2026-08-27T05:00:47.842Z | Compiling libc v0.2.186 |
| 248 | 2026-08-27T05:00:47.842Z | Checking cfg-if v1.0.4 |
| 249 | 2026-08-27T05:00:47.842Z | Compiling memchr v2.8.3 |
| 250 | 2026-08-27T05:00:47.842Z | Compiling strsim v0.11.1 |
| 251 | 2026-08-27T05:00:47.952Z | Compiling ident_case v1.0.1 |
| 252 | 2026-08-27T05:00:48.047Z | Compiling thiserror v2.0.18 |
| 253 | 2026-08-27T05:00:48.061Z | Compiling regex-syntax v0.8.11 |
| 254 | 2026-08-27T05:00:48.195Z | Compiling zerocopy v0.8.54 |
| 255 | 2026-08-27T05:00:48.280Z | Compiling aho-corasick v1.1.4 |
| 256 | 2026-08-27T05:00:48.443Z | Compiling either v1.16.0 |
| 257 | 2026-08-27T05:00:48.557Z | Compiling serde v1.0.228 |
| 258 | 2026-08-27T05:00:48.574Z | Compiling equivalent v1.0.2 |
| 259 | 2026-08-27T05:00:48.592Z | Compiling hashbrown v0.17.1 |
| 260 | 2026-08-27T05:00:48.639Z | Compiling winnow v1.0.3 |
| 261 | 2026-08-27T05:00:48.647Z | Compiling anyhow v1.0.103 |
| 262 | 2026-08-27T05:00:48.882Z | Compiling itertools v0.15.0 |
| 263 | 2026-08-27T05:00:49.107Z | Compiling syn v2.0.118 |
| 264 | 2026-08-27T05:00:49.122Z | Compiling indexmap v2.14.0 |
| 265 | 2026-08-27T05:00:49.218Z | Checking byteorder v1.5.0 |
| 266 | 2026-08-27T05:00:49.374Z | Compiling heapless v0.8.0 |
| 267 | 2026-08-27T05:00:49.633Z | Compiling regex-automata v0.4.15 |
| 268 | 2026-08-27T05:00:49.658Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 269 | 2026-08-27T05:00:49.662Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 270 | 2026-08-27T05:00:49.692Z | Checking bitflags v2.13.0 |
| 271 | 2026-08-27T05:00:49.857Z | Checking hash32 v0.3.1 |
| 272 | 2026-08-27T05:00:49.874Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 273 | 2026-08-27T05:00:49.882Z | Checking macaddr v1.0.1 |
| 274 | 2026-08-27T05:00:49.963Z | Compiling rustversion v1.0.23 |
| 275 | 2026-08-27T05:00:50.019Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 276 | 2026-08-27T05:00:50.100Z | Checking stable_deref_trait v1.2.1 |
| 277 | 2026-08-27T05:00:50.117Z | Compiling syn v1.0.109 |
| 278 | 2026-08-27T05:00:50.172Z | Compiling smoltcp v0.11.0 |
| 279 | 2026-08-27T05:00:50.212Z | Checking managed v0.8.0 |
| 280 | 2026-08-27T05:00:50.340Z | Compiling getrandom v0.4.3 |
| 281 | 2026-08-27T05:00:50.390Z | Checking bitflags v1.3.2 |
| 282 | 2026-08-27T05:00:50.451Z | Compiling rustix v1.1.4 |
| 283 | 2026-08-27T05:00:50.458Z | Compiling ref-cast v1.0.25 |
| 284 | 2026-08-27T05:00:50.495Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 285 | 2026-08-27T05:00:50.529Z | Checking rand_core v0.10.1 |
| 286 | 2026-08-27T05:00:50.591Z | Compiling proc-macro-crate v3.5.0 |
| 287 | 2026-08-27T05:00:50.664Z | Compiling version_check v0.9.5 |
| 288 | 2026-08-27T05:00:50.925Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 289 | 2026-08-27T05:00:50.981Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 290 | 2026-08-27T05:00:50.995Z | Checking errno v0.3.14 |
| 291 | 2026-08-27T05:00:51.119Z | Checking once_cell v1.21.4 |
| 292 | 2026-08-27T05:00:51.225Z | Checking ipnetwork v0.21.1 |
| 293 | 2026-08-27T05:00:51.293Z | Checking unicode-width v0.2.2 |
| 294 | 2026-08-27T05:00:51.303Z | Checking cpufeatures v0.3.0 |
| 295 | 2026-08-27T05:00:51.366Z | Compiling regex v1.13.0 |
| 296 | 2026-08-27T05:00:51.400Z | Checking utf8parse v0.2.2 |
| 297 | 2026-08-27T05:00:51.498Z | Checking foreign-types-shared v0.3.1 |
| 298 | 2026-08-27T05:00:51.544Z | Checking tabwriter v1.4.1 |
| 299 | 2026-08-27T05:00:51.578Z | Checking anstyle-parse v1.0.0 |
| 300 | 2026-08-27T05:00:51.687Z | Compiling darling_core v0.23.0 |
| 301 | 2026-08-27T05:00:51.727Z | Checking chacha20 v0.10.1 |
| 302 | 2026-08-27T05:00:51.767Z | Checking tracing-core v0.1.36 |
| 303 | 2026-08-27T05:00:51.894Z | Checking cstr-argument v0.1.2 |
| 304 | 2026-08-27T05:00:52.197Z | Checking dyn-clone v1.0.20 |
| 305 | 2026-08-27T05:00:52.237Z | Checking anstyle-query v1.1.5 |
| 306 | 2026-08-27T05:00:52.292Z | Checking is_terminal_polyfill v1.70.2 |
| 307 | 2026-08-27T05:00:52.304Z | Checking pin-project-lite v0.2.17 |
| 308 | 2026-08-27T05:00:52.310Z | Checking anstyle v1.0.14 |
| 309 | 2026-08-27T05:00:52.321Z | Checking pretty-hex v0.4.2 |
| 310 | 2026-08-27T05:00:52.374Z | Checking colorchoice v1.0.5 |
| 311 | 2026-08-27T05:00:52.387Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 312 | 2026-08-27T05:00:52.454Z | Checking terminal_size v0.4.4 |
| 313 | 2026-08-27T05:00:52.483Z | Checking anstream v1.0.0 |
| 314 | 2026-08-27T05:00:52.562Z | Checking rand v0.10.2 |
| 315 | 2026-08-27T05:00:52.603Z | Checking uuid v1.26.0 |
| 316 | 2026-08-27T05:00:52.627Z | Checking socket2 v0.6.4 |
| 317 | 2026-08-27T05:00:52.770Z | Compiling heck v0.5.0 |
| 318 | 2026-08-27T05:00:52.855Z | Checking oxnet v0.1.6 |
| 319 | 2026-08-27T05:00:52.873Z | Checking clap_lex v1.1.0 |
| 320 | 2026-08-27T05:00:52.944Z | Compiling thiserror-impl v2.0.18 |
| 321 | 2026-08-27T05:00:52.965Z | Compiling serde_derive v1.0.228 |
| 322 | 2026-08-27T05:00:53.020Z | Compiling zerocopy-derive v0.8.54 |
| 323 | 2026-08-27T05:00:53.023Z | Compiling foreign-types-macros v0.2.3 |
| 324 | 2026-08-27T05:00:53.033Z | Compiling ref-cast-impl v1.0.25 |
| 325 | 2026-08-27T05:00:53.609Z | Compiling num_enum_derive v0.7.6 |
| 326 | 2026-08-27T05:00:53.637Z | Checking foreign-types v0.5.0 |
| 327 | 2026-08-27T05:00:53.703Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 328 | 2026-08-27T05:00:53.769Z | Compiling tracing-attributes v0.1.31 |
| 329 | 2026-08-27T05:00:53.824Z | Compiling darling_macro v0.23.0 |
| 330 | 2026-08-27T05:00:54.220Z | Checking cobs v0.3.0 |
| 331 | 2026-08-27T05:00:54.224Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 332 | 2026-08-27T05:00:54.280Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 333 | 2026-08-27T05:00:54.359Z | Checking colored v3.1.1 |
| 334 | 2026-08-27T05:00:54.387Z | Compiling darling v0.23.0 |
| 335 | 2026-08-27T05:00:54.448Z | Checking clap_builder v4.6.0 |
| 336 | 2026-08-27T05:00:54.459Z | Compiling ingot-macros v0.2.0 |
| 337 | 2026-08-27T05:00:54.550Z | Compiling clap_derive v4.6.1 |
| 338 | 2026-08-27T05:00:54.597Z | Checking num_enum v0.7.6 |
| 339 | 2026-08-27T05:00:54.699Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 340 | 2026-08-27T05:00:54.702Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 341 | 2026-08-27T05:00:54.815Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 342 | 2026-08-27T05:00:54.963Z | Checking tracing v0.1.44 |
| 343 | 2026-08-27T05:00:55.862Z | Checking postcard v1.1.3 |
| 344 | 2026-08-27T05:00:55.899Z | Checking clap v4.6.1 |
| 345 | 2026-08-27T05:00:57.003Z | Checking ingot-types v0.2.0 |
| 346 | 2026-08-27T05:00:57.272Z | Checking ingot v0.2.0 |
| 347 | 2026-08-27T05:00:58.570Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 348 | 2026-08-27T05:00:59.760Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 349 | 2026-08-27T05:01:00.957Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 350 | 2026-08-27T05:01:01.788Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.79s |
| 351 | 2026-08-27T05:01:01.898Z | |
| 352 | 2026-08-27T05:01:01.901Z | real 18.949335855 |
| 353 | 2026-08-27T05:01:01.901Z | user 54.278640009 |
| 354 | 2026-08-27T05:01:01.901Z | sys 12.978098947 |
| 355 | 2026-08-27T05:01:01.901Z | trap 0.041037476 |
| 356 | 2026-08-27T05:01:01.902Z | tflt 0.041257236 |
| 357 | 2026-08-27T05:01:01.902Z | dflt 0.142383296 |
| 358 | 2026-08-27T05:01:01.902Z | kflt 0.007146059 |
| 359 | 2026-08-27T05:01:01.902Z | lock 3:43.996060527 |
| 360 | 2026-08-27T05:01:01.902Z | slp 3:01.013991275 |
| 361 | 2026-08-27T05:01:01.902Z | lat 3.661555106 |
| 362 | 2026-08-27T05:01:01.902Z | stop 14.282273198 |
| 363 | 2026-08-27T05:01:01.902Z | + header 'debug build' |
| 364 | 2026-08-27T05:01:01.902Z | + echo '# ==== debug build ==== #' |
| 365 | 2026-08-27T05:01:01.902Z | + ptime -m cargo build |
| 366 | 2026-08-27T05:01:01.902Z | # ==== debug build ==== # |
| 367 | 2026-08-27T05:01:02.054Z | Compiling cfg-if v1.0.4 |
| 368 | 2026-08-27T05:01:02.054Z | Compiling serde_core v1.0.228 |
| 369 | 2026-08-27T05:01:02.057Z | Compiling libc v0.2.186 |
| 370 | 2026-08-27T05:01:02.079Z | Compiling thiserror v2.0.18 |
| 371 | 2026-08-27T05:01:02.083Z | Compiling byteorder v1.5.0 |
| 372 | 2026-08-27T05:01:02.086Z | Compiling zerocopy v0.8.54 |
| 373 | 2026-08-27T05:01:02.089Z | Compiling stable_deref_trait v1.2.1 |
| 374 | 2026-08-27T05:01:02.092Z | Compiling macaddr v1.0.1 |
| 375 | 2026-08-27T05:01:02.127Z | Compiling managed v0.8.0 |
| 376 | 2026-08-27T05:01:02.139Z | Compiling cobs v0.3.0 |
| 377 | 2026-08-27T05:01:02.155Z | Compiling rand_core v0.10.1 |
| 378 | 2026-08-27T05:01:02.246Z | Compiling hash32 v0.3.1 |
| 379 | 2026-08-27T05:01:02.329Z | Compiling bitflags v1.3.2 |
| 380 | 2026-08-27T05:01:02.345Z | Compiling heapless v0.8.0 |
| 381 | 2026-08-27T05:01:02.345Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 382 | 2026-08-27T05:01:02.389Z | Compiling errno v0.3.14 |
| 383 | 2026-08-27T05:01:02.405Z | Compiling cpufeatures v0.3.0 |
| 384 | 2026-08-27T05:01:02.411Z | Compiling utf8parse v0.2.2 |
| 385 | 2026-08-27T05:01:02.423Z | Compiling foreign-types-shared v0.3.1 |
| 386 | 2026-08-27T05:01:02.467Z | Compiling memchr v2.8.3 |
| 387 | 2026-08-27T05:01:02.498Z | Compiling unicode-width v0.2.2 |
| 388 | 2026-08-27T05:01:02.498Z | Compiling ipnetwork v0.21.1 |
| 389 | 2026-08-27T05:01:02.543Z | Compiling once_cell v1.21.4 |
| 390 | 2026-08-27T05:01:02.593Z | Compiling anstyle-parse v1.0.0 |
| 391 | 2026-08-27T05:01:02.759Z | Compiling smoltcp v0.11.0 |
| 392 | 2026-08-27T05:01:02.778Z | Compiling tabwriter v1.4.1 |
| 393 | 2026-08-27T05:01:02.787Z | Compiling tracing-core v0.1.36 |
| 394 | 2026-08-27T05:01:02.790Z | Compiling foreign-types v0.5.0 |
| 395 | 2026-08-27T05:01:02.850Z | Compiling cstr-argument v0.1.2 |
| 396 | 2026-08-27T05:01:02.993Z | Compiling chacha20 v0.10.1 |
| 397 | 2026-08-27T05:01:03.012Z | Compiling ref-cast v1.0.25 |
| 398 | 2026-08-27T05:01:03.101Z | Compiling num_enum v0.7.6 |
| 399 | 2026-08-27T05:01:03.186Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 400 | 2026-08-27T05:01:03.205Z | Compiling getrandom v0.4.3 |
| 401 | 2026-08-27T05:01:03.290Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 402 | 2026-08-27T05:01:03.324Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 403 | 2026-08-27T05:01:03.389Z | Compiling dyn-clone v1.0.20 |
| 404 | 2026-08-27T05:01:03.412Z | Compiling pin-project-lite v0.2.17 |
| 405 | 2026-08-27T05:01:03.499Z | Compiling pretty-hex v0.4.2 |
| 406 | 2026-08-27T05:01:03.546Z | Compiling anstyle v1.0.14 |
| 407 | 2026-08-27T05:01:03.622Z | Compiling is_terminal_polyfill v1.70.2 |
| 408 | 2026-08-27T05:01:03.662Z | Compiling anstyle-query v1.1.5 |
| 409 | 2026-08-27T05:01:03.706Z | Compiling colorchoice v1.0.5 |
| 410 | 2026-08-27T05:01:03.763Z | Compiling bitflags v2.13.0 |
| 411 | 2026-08-27T05:01:03.804Z | Compiling serde v1.0.228 |
| 412 | 2026-08-27T05:01:03.815Z | Compiling anstream v1.0.0 |
| 413 | 2026-08-27T05:01:03.888Z | Compiling uuid v1.26.0 |
| 414 | 2026-08-27T05:01:03.976Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 415 | 2026-08-27T05:01:04.084Z | Compiling rustix v1.1.4 |
| 416 | 2026-08-27T05:01:04.226Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 417 | 2026-08-27T05:01:04.328Z | Compiling postcard v1.1.3 |
| 418 | 2026-08-27T05:01:04.433Z | Compiling tracing v0.1.44 |
| 419 | 2026-08-27T05:01:04.486Z | Compiling anyhow v1.0.103 |
| 420 | 2026-08-27T05:01:04.513Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 421 | 2026-08-27T05:01:04.599Z | Compiling terminal_size v0.4.4 |
| 422 | 2026-08-27T05:01:04.674Z | Compiling rand v0.10.2 |
| 423 | 2026-08-27T05:01:04.744Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 424 | 2026-08-27T05:01:04.789Z | Compiling socket2 v0.6.4 |
| 425 | 2026-08-27T05:01:04.859Z | Compiling strsim v0.11.1 |
| 426 | 2026-08-27T05:01:04.983Z | Compiling ingot-types v0.2.0 |
| 427 | 2026-08-27T05:01:05.069Z | Compiling oxnet v0.1.6 |
| 428 | 2026-08-27T05:01:05.269Z | Compiling clap_lex v1.1.0 |
| 429 | 2026-08-27T05:01:05.292Z | Compiling colored v3.1.1 |
| 430 | 2026-08-27T05:01:05.386Z | Compiling ingot v0.2.0 |
| 431 | 2026-08-27T05:01:05.545Z | Compiling winnow v1.0.3 |
| 432 | 2026-08-27T05:01:05.597Z | Compiling clap_builder v4.6.0 |
| 433 | 2026-08-27T05:01:05.644Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 434 | 2026-08-27T05:01:06.486Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 435 | 2026-08-27T05:01:07.055Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 436 | 2026-08-27T05:01:07.210Z | Compiling clap v4.6.1 |
| 437 | 2026-08-27T05:01:08.684Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 438 | 2026-08-27T05:01:10.118Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 439 | 2026-08-27T05:01:14.511Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.60s |
| 440 | 2026-08-27T05:01:14.546Z | |
| 441 | 2026-08-27T05:01:14.553Z | real 12.628149605 |
| 442 | 2026-08-27T05:01:14.553Z | user 1:04.535390943 |
| 443 | 2026-08-27T05:01:14.553Z | sys 6.056645047 |
| 444 | 2026-08-27T05:01:14.553Z | trap 0.027584918 |
| 445 | 2026-08-27T05:01:14.553Z | tflt 0.142513681 |
| 446 | 2026-08-27T05:01:14.553Z | dflt 0.120806174 |
| 447 | 2026-08-27T05:01:14.553Z | kflt 0.000313750 |
| 448 | 2026-08-27T05:01:14.553Z | lock 3:09.490035326 |
| 449 | 2026-08-27T05:01:14.553Z | slp 1:54.834072899 |
| 450 | 2026-08-27T05:01:14.553Z | lat 3.700396501 |
| 451 | 2026-08-27T05:01:14.553Z | stop 3.294455761 |
| 452 | 2026-08-27T05:01:14.554Z | + header 'release build' |
| 453 | 2026-08-27T05:01:14.554Z | + echo '# ==== release build ==== #' |
| 454 | 2026-08-27T05:01:14.554Z | + ptime -m cargo build --release |
| 455 | 2026-08-27T05:01:14.554Z | # ==== release build ==== # |
| 456 | 2026-08-27T05:01:14.639Z | Compiling proc-macro2 v1.0.106 |
| 457 | 2026-08-27T05:01:14.639Z | Compiling quote v1.0.46 |
| 458 | 2026-08-27T05:01:14.639Z | Compiling unicode-ident v1.0.24 |
| 459 | 2026-08-27T05:01:14.640Z | Compiling serde_core v1.0.228 |
| 460 | 2026-08-27T05:01:14.640Z | Compiling libc v0.2.186 |
| 461 | 2026-08-27T05:01:14.652Z | Compiling cfg-if v1.0.4 |
| 462 | 2026-08-27T05:01:14.652Z | Compiling memchr v2.8.3 |
| 463 | 2026-08-27T05:01:14.652Z | Compiling thiserror v2.0.18 |
| 464 | 2026-08-27T05:01:14.705Z | Compiling strsim v0.11.1 |
| 465 | 2026-08-27T05:01:14.750Z | Compiling ident_case v1.0.1 |
| 466 | 2026-08-27T05:01:14.853Z | Compiling regex-syntax v0.8.11 |
| 467 | 2026-08-27T05:01:14.941Z | Compiling equivalent v1.0.2 |
| 468 | 2026-08-27T05:01:14.964Z | Compiling either v1.16.0 |
| 469 | 2026-08-27T05:01:15.002Z | Compiling anyhow v1.0.103 |
| 470 | 2026-08-27T05:01:15.126Z | Compiling aho-corasick v1.1.4 |
| 471 | 2026-08-27T05:01:15.150Z | Compiling zerocopy v0.8.54 |
| 472 | 2026-08-27T05:01:15.173Z | Compiling serde v1.0.228 |
| 473 | 2026-08-27T05:01:15.295Z | Compiling winnow v1.0.3 |
| 474 | 2026-08-27T05:01:15.336Z | Compiling hashbrown v0.17.1 |
| 475 | 2026-08-27T05:01:15.493Z | Compiling itertools v0.15.0 |
| 476 | 2026-08-27T05:01:15.532Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 477 | 2026-08-27T05:01:15.743Z | Compiling heapless v0.8.0 |
| 478 | 2026-08-27T05:01:15.865Z | Compiling indexmap v2.14.0 |
| 479 | 2026-08-27T05:01:15.950Z | Compiling syn v2.0.118 |
| 480 | 2026-08-27T05:01:16.015Z | Compiling byteorder v1.5.0 |
| 481 | 2026-08-27T05:01:16.195Z | Compiling hash32 v0.3.1 |
| 482 | 2026-08-27T05:01:16.317Z | Compiling regex-automata v0.4.15 |
| 483 | 2026-08-27T05:01:16.321Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 484 | 2026-08-27T05:01:16.494Z | Compiling smoltcp v0.11.0 |
| 485 | 2026-08-27T05:01:16.647Z | Compiling macaddr v1.0.1 |
| 486 | 2026-08-27T05:01:16.809Z | Compiling bitflags v2.13.0 |
| 487 | 2026-08-27T05:01:16.817Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 488 | 2026-08-27T05:01:16.842Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 489 | 2026-08-27T05:01:16.846Z | Compiling stable_deref_trait v1.2.1 |
| 490 | 2026-08-27T05:01:16.863Z | Compiling syn v1.0.109 |
| 491 | 2026-08-27T05:01:16.866Z | Compiling rustversion v1.0.23 |
| 492 | 2026-08-27T05:01:17.070Z | Compiling managed v0.8.0 |
| 493 | 2026-08-27T05:01:17.133Z | Compiling bitflags v1.3.2 |
| 494 | 2026-08-27T05:01:17.178Z | Compiling rand_core v0.10.1 |
| 495 | 2026-08-27T05:01:17.189Z | Compiling getrandom v0.4.3 |
| 496 | 2026-08-27T05:01:17.205Z | Compiling version_check v0.9.5 |
| 497 | 2026-08-27T05:01:17.298Z | Compiling ref-cast v1.0.25 |
| 498 | 2026-08-27T05:01:17.319Z | Compiling proc-macro-crate v3.5.0 |
| 499 | 2026-08-27T05:01:17.367Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 500 | 2026-08-27T05:01:17.440Z | Compiling rustix v1.1.4 |
| 501 | 2026-08-27T05:01:17.469Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 502 | 2026-08-27T05:01:17.678Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 503 | 2026-08-27T05:01:17.717Z | Compiling errno v0.3.14 |
| 504 | 2026-08-27T05:01:17.948Z | Compiling unicode-width v0.2.2 |
| 505 | 2026-08-27T05:01:18.060Z | Compiling regex v1.13.0 |
| 506 | 2026-08-27T05:01:18.155Z | Compiling utf8parse v0.2.2 |
| 507 | 2026-08-27T05:01:18.230Z | Compiling foreign-types-shared v0.3.1 |
| 508 | 2026-08-27T05:01:18.248Z | Compiling ipnetwork v0.21.1 |
| 509 | 2026-08-27T05:01:18.308Z | Compiling cpufeatures v0.3.0 |
| 510 | 2026-08-27T05:01:18.370Z | Compiling once_cell v1.21.4 |
| 511 | 2026-08-27T05:01:18.438Z | Compiling chacha20 v0.10.1 |
| 512 | 2026-08-27T05:01:18.592Z | Compiling darling_core v0.23.0 |
| 513 | 2026-08-27T05:01:18.601Z | Compiling tracing-core v0.1.36 |
| 514 | 2026-08-27T05:01:18.604Z | Compiling cstr-argument v0.1.2 |
| 515 | 2026-08-27T05:01:18.716Z | Compiling anstyle-parse v1.0.0 |
| 516 | 2026-08-27T05:01:18.749Z | Compiling tabwriter v1.4.1 |
| 517 | 2026-08-27T05:01:19.360Z | Compiling dyn-clone v1.0.20 |
| 518 | 2026-08-27T05:01:19.408Z | Compiling pretty-hex v0.4.2 |
| 519 | 2026-08-27T05:01:19.425Z | Compiling pin-project-lite v0.2.17 |
| 520 | 2026-08-27T05:01:19.486Z | Compiling anstyle v1.0.14 |
| 521 | 2026-08-27T05:01:19.510Z | Compiling colorchoice v1.0.5 |
| 522 | 2026-08-27T05:01:19.533Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 523 | 2026-08-27T05:01:19.611Z | Compiling anstyle-query v1.1.5 |
| 524 | 2026-08-27T05:01:19.678Z | Compiling is_terminal_polyfill v1.70.2 |
| 525 | 2026-08-27T05:01:19.716Z | Compiling thiserror-impl v2.0.18 |
| 526 | 2026-08-27T05:01:19.734Z | Compiling serde_derive v1.0.228 |
| 527 | 2026-08-27T05:01:19.757Z | Compiling zerocopy-derive v0.8.54 |
| 528 | 2026-08-27T05:01:19.986Z | Compiling foreign-types-macros v0.2.3 |
| 529 | 2026-08-27T05:01:20.243Z | Compiling ref-cast-impl v1.0.25 |
| 530 | 2026-08-27T05:01:20.297Z | Compiling num_enum_derive v0.7.6 |
| 531 | 2026-08-27T05:01:20.591Z | Compiling foreign-types v0.5.0 |
| 532 | 2026-08-27T05:01:20.649Z | Compiling darling_macro v0.23.0 |
| 533 | 2026-08-27T05:01:20.654Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 534 | 2026-08-27T05:01:20.901Z | Compiling tracing-attributes v0.1.31 |
| 535 | 2026-08-27T05:01:20.958Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 536 | 2026-08-27T05:01:20.989Z | Compiling cobs v0.3.0 |
| 537 | 2026-08-27T05:01:21.148Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 538 | 2026-08-27T05:01:21.198Z | Compiling anstream v1.0.0 |
| 539 | 2026-08-27T05:01:21.239Z | Compiling darling v0.23.0 |
| 540 | 2026-08-27T05:01:21.305Z | Compiling num_enum v0.7.6 |
| 541 | 2026-08-27T05:01:21.309Z | Compiling ingot-macros v0.2.0 |
| 542 | 2026-08-27T05:01:21.413Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 543 | 2026-08-27T05:01:21.475Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 544 | 2026-08-27T05:01:21.514Z | Compiling terminal_size v0.4.4 |
| 545 | 2026-08-27T05:01:21.580Z | Compiling rand v0.10.2 |
| 546 | 2026-08-27T05:01:21.598Z | Compiling uuid v1.26.0 |
| 547 | 2026-08-27T05:01:21.602Z | Compiling socket2 v0.6.4 |
| 548 | 2026-08-27T05:01:21.615Z | Compiling clap_lex v1.1.0 |
| 549 | 2026-08-27T05:01:21.934Z | Compiling heck v0.5.0 |
| 550 | 2026-08-27T05:01:22.136Z | Compiling tracing v0.1.44 |
| 551 | 2026-08-27T05:01:22.167Z | Compiling oxnet v0.1.6 |
| 552 | 2026-08-27T05:01:22.343Z | Compiling colored v3.1.1 |
| 553 | 2026-08-27T05:01:22.452Z | Compiling clap_builder v4.6.0 |
| 554 | 2026-08-27T05:01:22.460Z | Compiling clap_derive v4.6.1 |
| 555 | 2026-08-27T05:01:22.710Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 556 | 2026-08-27T05:01:22.942Z | Compiling postcard v1.1.3 |
| 557 | 2026-08-27T05:01:24.126Z | Compiling ingot-types v0.2.0 |
| 558 | 2026-08-27T05:01:24.307Z | Compiling clap v4.6.1 |
| 559 | 2026-08-27T05:01:24.469Z | Compiling ingot v0.2.0 |
| 560 | 2026-08-27T05:01:26.122Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 561 | 2026-08-27T05:01:27.163Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 562 | 2026-08-27T05:01:28.204Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 563 | 2026-08-27T05:01:34.778Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.23s |
| 564 | 2026-08-27T05:01:34.805Z | |
| 565 | 2026-08-27T05:01:34.808Z | real 20.258033415 |
| 566 | 2026-08-27T05:01:34.808Z | user 1:42.079321310 |
| 567 | 2026-08-27T05:01:34.808Z | sys 13.298065385 |
| 568 | 2026-08-27T05:01:34.808Z | trap 0.048466589 |
| 569 | 2026-08-27T05:01:34.808Z | tflt 0.108629682 |
| 570 | 2026-08-27T05:01:34.808Z | dflt 0.386874195 |
| 571 | 2026-08-27T05:01:34.808Z | kflt 0.000033070 |
| 572 | 2026-08-27T05:01:34.809Z | lock 4:47.311222758 |
| 573 | 2026-08-27T05:01:34.809Z | slp 3:24.386287615 |
| 574 | 2026-08-27T05:01:34.809Z | lat 5.965226876 |
| 575 | 2026-08-27T05:01:34.809Z | stop 9.184276089 |
| 576 | 2026-08-27T05:01:34.809Z | + popd |
| 577 | 2026-08-27T05:01:34.809Z | /work/oxidecomputer/opte |
| 578 | 2026-08-27T05:01:34.809Z | + TGT_BASE=/work |
| 579 | 2026-08-27T05:01:34.809Z | + for x in debug release |
| 580 | 2026-08-27T05:01:34.809Z | + mkdir -p /work/debug |
| 581 | 2026-08-27T05:01:34.809Z | + cp target/debug/opteadm /work/debug/ |
| 582 | 2026-08-27T05:01:34.831Z | + sha256sum target/debug/opteadm |
| 583 | 2026-08-27T05:01:34.857Z | + for x in debug release |
| 584 | 2026-08-27T05:01:34.857Z | + mkdir -p /work/release |
| 585 | 2026-08-27T05:01:34.862Z | + cp target/release/opteadm /work/release/ |
| 586 | 2026-08-27T05:01:34.875Z | + sha256sum target/release/opteadm |
| 587 | 2026-08-27T05:01:34.892Z | process exited: duration 65435 ms, exit code 0 |
| |
| 588 | 2026-08-27T05:01:34.900Z | found 4 output files |
| 589 | 2026-08-27T05:01:34.900Z | uploading: /work/debug/opteadm (38129648 bytes) |
| 590 | 2026-08-27T05:01:36.204Z | uploaded: /work/debug/opteadm |
| 591 | 2026-08-27T05:01:36.205Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
| 592 | 2026-08-27T05:01:37.213Z | uploaded: /work/debug/opteadm.debug.sha256 |
| 593 | 2026-08-27T05:01:37.213Z | uploading: /work/release/opteadm (25773488 bytes) |
| 594 | 2026-08-27T05:01:38.423Z | uploaded: /work/release/opteadm |
| 595 | 2026-08-27T05:01:38.423Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
| 596 | 2026-08-27T05:01:39.432Z | uploaded: /work/release/opteadm.release.sha256 |