|
|
|
| 1 | 2026-07-20T10:29:20.618Z | job assigned to worker 01KXZH461JW3RDWZPZ9T1QS414 [factory aws, i-0a8f3bef65615f614] (queued for 1 m 10 s) |
| |
| 2 | 2026-07-20T10:29:27.037Z | starting task 0: "setup" |
| 3 | 2026-07-20T10:29:27.042Z | ++ uname -s |
| 4 | 2026-07-20T10:29:27.045Z | + kern=SunOS |
| 5 | 2026-07-20T10:29:27.045Z | + build_user=build |
| 6 | 2026-07-20T10:29:27.045Z | + build_uid=12345 |
| 7 | 2026-07-20T10:29:27.045Z | + work_dir=/work |
| 8 | 2026-07-20T10:29:27.045Z | + input_dir=/input |
| 9 | 2026-07-20T10:29:27.045Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-20T10:29:27.046Z | + case "$kern" in |
| 11 | 2026-07-20T10:29:27.046Z | + groupadd -g 12345 build |
| 12 | 2026-07-20T10:29:27.049Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-20T10:29:29.051Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-20T10:29:29.136Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-20T10:29:29.139Z | + home_fs=zfs |
| 16 | 2026-07-20T10:29:29.139Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-20T10:29:29.139Z | + mkdir -p /home/build |
| 18 | 2026-07-20T10:29:29.139Z | + chown build:build /home/build /work |
| 19 | 2026-07-20T10:29:31.140Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-20T10:29:31.142Z | process exited: duration 4104 ms, exit code 0 |
| |
| 21 | 2026-07-20T10:29:31.148Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-20T10:29:31.152Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-20T10:29:31.152Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-20T10:29:31.152Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-07-20T10:29:31.152Z | * rust toolchain profile = "default" |
| 26 | 2026-07-20T10:29:31.152Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-20T10:29:31.152Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-20T10:29:31.155Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-20T10:29:31.155Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-20T10:29:31.262Z | info: downloading installer |
| 31 | 2026-07-20T10:29:32.576Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-20T10:29:32.576Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-20T10:29:32.576Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-20T10:29:32.576Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-20T10:29:32.588Z | info: profile set to default |
| 36 | 2026-07-20T10:29:32.588Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-20T10:29:32.591Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-20T10:29:32.717Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-20T10:29:32.720Z | info: downloading 6 components |
| 40 | 2026-07-20T10:29:46.813Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-20T10:29:46.813Z | |
| 42 | 2026-07-20T10:29:46.841Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-20T10:29:46.841Z | |
| 44 | 2026-07-20T10:29:46.844Z | |
| 45 | 2026-07-20T10:29:46.845Z | Rust is installed now. Great! |
| 46 | 2026-07-20T10:29:46.845Z | |
| 47 | 2026-07-20T10:29:46.845Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-20T10:29:46.845Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-20T10:29:46.845Z | |
| 50 | 2026-07-20T10:29:46.845Z | To configure your current shell, you need to source |
| 51 | 2026-07-20T10:29:46.845Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-20T10:29:46.845Z | |
| 53 | 2026-07-20T10:29:46.845Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-20T10:29:46.845Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-20T10:29:46.845Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-20T10:29:46.845Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-20T10:29:46.845Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-20T10:29:46.845Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-20T10:29:46.845Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-20T10:29:46.845Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-20T10:29:46.845Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-20T10:29:46.928Z | + rustup --version |
| 63 | 2026-07-20T10:29:46.936Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-20T10:29:46.939Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-20T10:29:46.962Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-20T10:29:46.971Z | + cargo --version |
| 67 | 2026-07-20T10:29:46.977Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-20T10:29:46.981Z | + rustc --version |
| 69 | 2026-07-20T10:29:46.996Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-20T10:29:46.999Z | process exited: duration 15849 ms, exit code 0 |
| |
| 71 | 2026-07-20T10:29:47.005Z | starting task 2: "authentication" |
| 72 | 2026-07-20T10:29:47.021Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-07-20T10:29:47.027Z | starting task 3: "clone repository" |
| 74 | 2026-07-20T10:29:47.030Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-20T10:29:47.033Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-20T10:29:47.062Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-20T10:29:48.004Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-20T10:29:48.004Z | + git fetch origin 2571d9323c72b0d6d59ae719a8c235eeb081e2db |
| 79 | 2026-07-20T10:29:48.248Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-20T10:29:48.248Z | * branch 2571d9323c72b0d6d59ae719a8c235eeb081e2db -> FETCH_HEAD |
| 81 | 2026-07-20T10:29:48.254Z | + [[ -n renovate/anyhow-1.x-lockfile ]] |
| 82 | 2026-07-20T10:29:48.257Z | ++ git branch --show-current |
| 83 | 2026-07-20T10:29:48.257Z | + current=master |
| 84 | 2026-07-20T10:29:48.257Z | + [[ master != renovate/anyhow-1.x-lockfile ]] |
| 85 | 2026-07-20T10:29:48.257Z | + git branch -f renovate/anyhow-1.x-lockfile 2571d9323c72b0d6d59ae719a8c235eeb081e2db |
| 86 | 2026-07-20T10:29:48.260Z | + git checkout -f renovate/anyhow-1.x-lockfile |
| 87 | 2026-07-20T10:29:48.277Z | Switched to branch 'renovate/anyhow-1.x-lockfile' |
| 88 | 2026-07-20T10:29:48.280Z | + git reset --hard 2571d9323c72b0d6d59ae719a8c235eeb081e2db |
| 89 | 2026-07-20T10:29:48.293Z | HEAD is now at 2571d93 Update Rust crate anyhow to v1.0.104 |
| 90 | 2026-07-20T10:29:48.296Z | process exited: duration 1267 ms, exit code 0 |
| |
| 91 | 2026-07-20T10:29:48.301Z | starting task 4: "build" |
| 92 | 2026-07-20T10:29:48.305Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-20T10:29:48.307Z | ++ rustup show active-toolchain |
| 94 | 2026-07-20T10:29:48.310Z | 1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-20T10:29:48.313Z | ++ pushd xde |
| 96 | 2026-07-20T10:29:48.313Z | ++ rustup show active-toolchain |
| 97 | 2026-07-20T10:29:48.313Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 98 | 2026-07-20T10:29:48.316Z | info: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos |
| 99 | 2026-07-20T10:29:48.453Z | info: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29) |
| 100 | 2026-07-20T10:29:48.456Z | info: downloading 6 components |
| 101 | 2026-07-20T10:30:01.415Z | nightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-20T10:30:01.512Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-20T10:30:01.516Z | +++ head -n 1 |
| 104 | 2026-07-20T10:30:01.516Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-20T10:30:01.570Z | ++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 106 | 2026-07-20T10:30:01.570Z | ++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 107 | 2026-07-20T10:30:01.570Z | ++ popd |
| 108 | 2026-07-20T10:30:01.573Z | /work/oxidecomputer/opte |
| 109 | 2026-07-20T10:30:01.573Z | + cargo --version |
| 110 | 2026-07-20T10:30:01.580Z | cargo 1.96.1 (356927216 2026-06-26) |
| 111 | 2026-07-20T10:30:01.582Z | + rustc --version |
| 112 | 2026-07-20T10:30:01.601Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 113 | 2026-07-20T10:30:01.604Z | + pushd bin/opteadm |
| 114 | 2026-07-20T10:30:01.604Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 115 | 2026-07-20T10:30:01.604Z | + header 'check style' |
| 116 | 2026-07-20T10:30:01.606Z | + echo '# ==== check style ==== #' |
| 117 | 2026-07-20T10:30:01.606Z | # ==== check style ==== # |
| 118 | 2026-07-20T10:30:01.606Z | + ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check |
| 119 | 2026-07-20T10:30:01.675Z | |
| 120 | 2026-07-20T10:30:01.676Z | real 0.069344199 |
| 121 | 2026-07-20T10:30:01.676Z | user 0.038769733 |
| 122 | 2026-07-20T10:30:01.676Z | sys 0.027799510 |
| 123 | 2026-07-20T10:30:01.676Z | trap 0.000004610 |
| 124 | 2026-07-20T10:30:01.679Z | tflt 0.000017030 |
| 125 | 2026-07-20T10:30:01.679Z | dflt 0.000009790 |
| 126 | 2026-07-20T10:30:01.679Z | kflt 0.000000000 |
| 127 | 2026-07-20T10:30:01.679Z | lock 0.031085038 |
| 128 | 2026-07-20T10:30:01.679Z | slp 0.049421795 |
| 129 | 2026-07-20T10:30:01.679Z | lat 0.000857650 |
| 130 | 2026-07-20T10:30:01.679Z | stop 0.000089380 |
| 131 | 2026-07-20T10:30:01.679Z | + header analyze |
| 132 | 2026-07-20T10:30:01.679Z | + echo '# ==== analyze ==== #' |
| 133 | 2026-07-20T10:30:01.679Z | # ==== analyze ==== # |
| 134 | 2026-07-20T10:30:01.679Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 135 | 2026-07-20T10:30:01.809Z | Updating crates.io index |
| 136 | 2026-07-20T10:30:01.812Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-07-20T10:30:02.968Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-07-20T10:30:03.378Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-07-20T10:30:03.743Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-07-20T10:30:04.013Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-07-20T10:30:04.231Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-07-20T10:30:04.496Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-07-20T10:30:06.575Z | Downloading crates ... |
| 144 | 2026-07-20T10:30:06.634Z | Downloaded darling_macro v0.21.3 |
| 145 | 2026-07-20T10:30:06.646Z | Downloaded is_terminal_polyfill v1.70.2 |
| 146 | 2026-07-20T10:30:06.648Z | Downloaded dyn-clone v1.0.20 |
| 147 | 2026-07-20T10:30:06.651Z | Downloaded equivalent v1.0.2 |
| 148 | 2026-07-20T10:30:06.654Z | Downloaded ident_case v1.0.1 |
| 149 | 2026-07-20T10:30:06.655Z | Downloaded defmt v0.3.100 |
| 150 | 2026-07-20T10:30:06.655Z | Downloaded foreign-types-macros v0.2.3 |
| 151 | 2026-07-20T10:30:06.662Z | Downloaded clap_lex v1.1.0 |
| 152 | 2026-07-20T10:30:06.665Z | Downloaded embedded-io v0.6.1 |
| 153 | 2026-07-20T10:30:06.670Z | Downloaded anstyle v1.0.14 |
| 154 | 2026-07-20T10:30:06.673Z | Downloaded aho-corasick v1.1.4 |
| 155 | 2026-07-20T10:30:06.676Z | Downloaded foreign-types v0.5.0 |
| 156 | 2026-07-20T10:30:06.679Z | Downloaded errno v0.3.14 |
| 157 | 2026-07-20T10:30:06.680Z | Downloaded defmt-parser v1.0.0 |
| 158 | 2026-07-20T10:30:06.683Z | Downloaded fnv v1.0.7 |
| 159 | 2026-07-20T10:30:06.683Z | Downloaded cfg-if v1.0.4 |
| 160 | 2026-07-20T10:30:06.685Z | Downloaded heck v0.5.0 |
| 161 | 2026-07-20T10:30:06.688Z | Downloaded hash32 v0.3.1 |
| 162 | 2026-07-20T10:30:06.691Z | Downloaded foreign-types-shared v0.3.1 |
| 163 | 2026-07-20T10:30:06.691Z | Downloaded embedded-io v0.4.0 |
| 164 | 2026-07-20T10:30:06.694Z | Downloaded colorchoice v1.0.5 |
| 165 | 2026-07-20T10:30:06.698Z | Downloaded cpufeatures v0.3.0 |
| 166 | 2026-07-20T10:30:06.701Z | Downloaded cstr-argument v0.1.2 |
| 167 | 2026-07-20T10:30:06.708Z | Downloaded tabwriter v1.4.1 |
| 168 | 2026-07-20T10:30:06.711Z | Downloaded stable_deref_trait v1.2.1 |
| 169 | 2026-07-20T10:30:06.714Z | Downloaded ref-cast-impl v1.0.25 |
| 170 | 2026-07-20T10:30:06.718Z | Downloaded proc-macro-crate v3.5.0 |
| 171 | 2026-07-20T10:30:06.721Z | Downloaded utf8parse v0.2.2 |
| 172 | 2026-07-20T10:30:06.726Z | Downloaded pretty-hex v0.4.2 |
| 173 | 2026-07-20T10:30:06.729Z | Downloaded ref-cast v1.0.25 |
| 174 | 2026-07-20T10:30:06.734Z | Downloaded anstyle-query v1.1.5 |
| 175 | 2026-07-20T10:30:06.736Z | Downloaded either v1.16.0 |
| 176 | 2026-07-20T10:30:06.736Z | Downloaded bitflags v1.3.2 |
| 177 | 2026-07-20T10:30:06.739Z | Downloaded ingot-types v0.1.2 |
| 178 | 2026-07-20T10:30:06.742Z | Downloaded ipnetwork v0.21.1 |
| 179 | 2026-07-20T10:30:06.742Z | Downloaded defmt-macros v1.1.1 |
| 180 | 2026-07-20T10:30:06.745Z | Downloaded byteorder v1.5.0 |
| 181 | 2026-07-20T10:30:06.748Z | Downloaded strsim v0.11.1 |
| 182 | 2026-07-20T10:30:06.760Z | Downloaded version_check v0.9.5 |
| 183 | 2026-07-20T10:30:06.768Z | Downloaded terminal_size v0.4.4 |
| 184 | 2026-07-20T10:30:06.774Z | Downloaded managed v0.8.0 |
| 185 | 2026-07-20T10:30:06.776Z | Downloaded anstyle-parse v1.0.0 |
| 186 | 2026-07-20T10:30:06.779Z | Downloaded num_enum v0.7.6 |
| 187 | 2026-07-20T10:30:06.781Z | Downloaded ingot v0.1.1 |
| 188 | 2026-07-20T10:30:06.784Z | Downloaded anstream v1.0.0 |
| 189 | 2026-07-20T10:30:06.787Z | Downloaded cobs v0.3.0 |
| 190 | 2026-07-20T10:30:06.790Z | Downloaded quote v1.0.46 |
| 191 | 2026-07-20T10:30:06.790Z | Downloaded rand_core v0.10.1 |
| 192 | 2026-07-20T10:30:06.795Z | Downloaded macaddr v1.0.1 |
| 193 | 2026-07-20T10:30:06.797Z | Downloaded thiserror-impl v2.0.18 |
| 194 | 2026-07-20T10:30:06.800Z | Downloaded thiserror v2.0.18 |
| 195 | 2026-07-20T10:30:06.815Z | Downloaded clap_derive v4.6.1 |
| 196 | 2026-07-20T10:30:06.817Z | Downloaded rustversion v1.0.23 |
| 197 | 2026-07-20T10:30:06.818Z | Downloaded oxnet v0.1.6 |
| 198 | 2026-07-20T10:30:06.821Z | Downloaded num_enum_derive v0.7.6 |
| 199 | 2026-07-20T10:30:06.821Z | Downloaded pin-project-lite v0.2.17 |
| 200 | 2026-07-20T10:30:06.825Z | Downloaded ingot-macros v0.1.1 |
| 201 | 2026-07-20T10:30:06.828Z | Downloaded chacha20 v0.10.1 |
| 202 | 2026-07-20T10:30:06.832Z | Downloaded anyhow v1.0.104 |
| 203 | 2026-07-20T10:30:06.835Z | Downloaded once_cell v1.21.4 |
| 204 | 2026-07-20T10:30:06.838Z | Downloaded colored v3.1.1 |
| 205 | 2026-07-20T10:30:06.843Z | Downloaded postcard v1.1.3 |
| 206 | 2026-07-20T10:30:06.846Z | Downloaded tracing-attributes v0.1.31 |
| 207 | 2026-07-20T10:30:06.851Z | Downloaded darling v0.21.3 |
| 208 | 2026-07-20T10:30:06.854Z | Downloaded bitflags v2.13.0 |
| 209 | 2026-07-20T10:30:06.858Z | Downloaded getrandom v0.4.3 |
| 210 | 2026-07-20T10:30:06.867Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 211 | 2026-07-20T10:30:06.870Z | Downloaded defmt v1.1.1 |
| 212 | 2026-07-20T10:30:06.885Z | Downloaded unicode-ident v1.0.24 |
| 213 | 2026-07-20T10:30:06.889Z | Downloaded serde_derive v1.0.228 |
| 214 | 2026-07-20T10:30:06.891Z | Downloaded uuid v1.23.5 |
| 215 | 2026-07-20T10:30:06.895Z | Downloaded darling_core v0.21.3 |
| 216 | 2026-07-20T10:30:06.898Z | Downloaded heapless v0.8.0 |
| 217 | 2026-07-20T10:30:06.902Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 218 | 2026-07-20T10:30:06.910Z | Downloaded proc-macro2 v1.0.106 |
| 219 | 2026-07-20T10:30:06.912Z | Downloaded tracing-core v0.1.36 |
| 220 | 2026-07-20T10:30:06.919Z | Downloaded serde_core v1.0.228 |
| 221 | 2026-07-20T10:30:06.923Z | Downloaded clap v4.6.1 |
| 222 | 2026-07-20T10:30:06.926Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 223 | 2026-07-20T10:30:06.928Z | Downloaded socket2 v0.6.4 |
| 224 | 2026-07-20T10:30:06.946Z | Downloaded indexmap v2.14.0 |
| 225 | 2026-07-20T10:30:06.961Z | Downloaded memchr v2.8.3 |
| 226 | 2026-07-20T10:30:06.968Z | Downloaded zerocopy-derive v0.8.54 |
| 227 | 2026-07-20T10:30:06.973Z | Downloaded serde v1.0.228 |
| 228 | 2026-07-20T10:30:06.978Z | Downloaded rand v0.10.2 |
| 229 | 2026-07-20T10:30:07.027Z | Downloaded hashbrown v0.17.1 |
| 230 | 2026-07-20T10:30:07.033Z | Downloaded itertools v0.14.0 |
| 231 | 2026-07-20T10:30:07.044Z | Downloaded regex v1.13.0 |
| 232 | 2026-07-20T10:30:07.061Z | Downloaded winnow v1.0.3 |
| 233 | 2026-07-20T10:30:07.066Z | Downloaded clap_builder v4.6.0 |
| 234 | 2026-07-20T10:30:07.111Z | Downloaded syn v1.0.109 |
| 235 | 2026-07-20T10:30:07.140Z | Downloaded zerocopy v0.8.54 |
| 236 | 2026-07-20T10:30:07.151Z | Downloaded unicode-width v0.2.2 |
| 237 | 2026-07-20T10:30:07.154Z | Downloaded smoltcp v0.11.0 |
| 238 | 2026-07-20T10:30:07.162Z | Downloaded syn v2.0.118 |
| 239 | 2026-07-20T10:30:07.190Z | Downloaded regex-syntax v0.8.11 |
| 240 | 2026-07-20T10:30:07.198Z | Downloaded rustix v1.1.4 |
| 241 | 2026-07-20T10:30:07.210Z | Downloaded tracing v0.1.44 |
| 242 | 2026-07-20T10:30:07.240Z | Downloaded regex-automata v0.4.15 |
| 243 | 2026-07-20T10:30:07.248Z | Downloaded libc v0.2.186 |
| 244 | 2026-07-20T10:30:07.309Z | Compiling proc-macro2 v1.0.106 |
| 245 | 2026-07-20T10:30:07.309Z | Compiling unicode-ident v1.0.24 |
| 246 | 2026-07-20T10:30:07.309Z | Compiling quote v1.0.46 |
| 247 | 2026-07-20T10:30:07.312Z | Compiling serde_core v1.0.228 |
| 248 | 2026-07-20T10:30:07.312Z | Compiling libc v0.2.186 |
| 249 | 2026-07-20T10:30:07.312Z | Checking cfg-if v1.0.4 |
| 250 | 2026-07-20T10:30:07.312Z | Compiling memchr v2.8.3 |
| 251 | 2026-07-20T10:30:07.312Z | Compiling thiserror v2.0.18 |
| 252 | 2026-07-20T10:30:07.433Z | Compiling ident_case v1.0.1 |
| 253 | 2026-07-20T10:30:07.512Z | Compiling strsim v0.11.1 |
| 254 | 2026-07-20T10:30:07.542Z | Compiling fnv v1.0.7 |
| 255 | 2026-07-20T10:30:07.626Z | Compiling regex-syntax v0.8.11 |
| 256 | 2026-07-20T10:30:07.785Z | Compiling aho-corasick v1.1.4 |
| 257 | 2026-07-20T10:30:07.801Z | Compiling equivalent v1.0.2 |
| 258 | 2026-07-20T10:30:07.876Z | Compiling hashbrown v0.17.1 |
| 259 | 2026-07-20T10:30:07.961Z | Compiling either v1.16.0 |
| 260 | 2026-07-20T10:30:07.961Z | Compiling winnow v1.0.3 |
| 261 | 2026-07-20T10:30:08.090Z | Compiling anyhow v1.0.104 |
| 262 | 2026-07-20T10:30:08.154Z | Compiling zerocopy v0.8.54 |
| 263 | 2026-07-20T10:30:08.420Z | Compiling serde v1.0.228 |
| 264 | 2026-07-20T10:30:08.583Z | Compiling syn v2.0.118 |
| 265 | 2026-07-20T10:30:08.590Z | Compiling indexmap v2.14.0 |
| 266 | 2026-07-20T10:30:08.635Z | Compiling itertools v0.14.0 |
| 267 | 2026-07-20T10:30:08.766Z | Compiling heapless v0.8.0 |
| 268 | 2026-07-20T10:30:08.947Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 269 | 2026-07-20T10:30:09.068Z | Compiling regex-automata v0.4.15 |
| 270 | 2026-07-20T10:30:09.155Z | Checking byteorder v1.5.0 |
| 271 | 2026-07-20T10:30:09.188Z | Checking bitflags v2.13.0 |
| 272 | 2026-07-20T10:30:09.188Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 273 | 2026-07-20T10:30:09.303Z | Checking hash32 v0.3.1 |
| 274 | 2026-07-20T10:30:09.350Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 275 | 2026-07-20T10:30:09.403Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 276 | 2026-07-20T10:30:09.493Z | Compiling rustversion v1.0.23 |
| 277 | 2026-07-20T10:30:09.562Z | Checking macaddr v1.0.1 |
| 278 | 2026-07-20T10:30:09.643Z | Compiling syn v1.0.109 |
| 279 | 2026-07-20T10:30:09.670Z | Checking stable_deref_trait v1.2.1 |
| 280 | 2026-07-20T10:30:09.695Z | Compiling smoltcp v0.11.0 |
| 281 | 2026-07-20T10:30:09.855Z | Checking rand_core v0.10.1 |
| 282 | 2026-07-20T10:30:09.882Z | Compiling proc-macro-crate v3.5.0 |
| 283 | 2026-07-20T10:30:09.981Z | Checking managed v0.8.0 |
| 284 | 2026-07-20T10:30:09.998Z | Compiling ref-cast v1.0.25 |
| 285 | 2026-07-20T10:30:10.037Z | Compiling rustix v1.1.4 |
| 286 | 2026-07-20T10:30:10.093Z | Compiling getrandom v0.4.3 |
| 287 | 2026-07-20T10:30:10.154Z | Compiling version_check v0.9.5 |
| 288 | 2026-07-20T10:30:10.240Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 289 | 2026-07-20T10:30:10.288Z | Checking bitflags v1.3.2 |
| 290 | 2026-07-20T10:30:10.478Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 291 | 2026-07-20T10:30:10.507Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 292 | 2026-07-20T10:30:10.606Z | Checking errno v0.3.14 |
| 293 | 2026-07-20T10:30:10.724Z | Checking unicode-width v0.2.2 |
| 294 | 2026-07-20T10:30:10.832Z | Compiling regex v1.13.0 |
| 295 | 2026-07-20T10:30:10.975Z | Checking cpufeatures v0.3.0 |
| 296 | 2026-07-20T10:30:10.991Z | Checking once_cell v1.21.4 |
| 297 | 2026-07-20T10:30:11.037Z | Checking ipnetwork v0.21.1 |
| 298 | 2026-07-20T10:30:11.106Z | Checking foreign-types-shared v0.3.1 |
| 299 | 2026-07-20T10:30:11.161Z | Compiling darling_core v0.21.3 |
| 300 | 2026-07-20T10:30:11.185Z | Checking utf8parse v0.2.2 |
| 301 | 2026-07-20T10:30:11.208Z | Checking tracing-core v0.1.36 |
| 302 | 2026-07-20T10:30:11.241Z | Checking cstr-argument v0.1.2 |
| 303 | 2026-07-20T10:30:11.276Z | Checking anstyle-parse v1.0.0 |
| 304 | 2026-07-20T10:30:11.352Z | Checking chacha20 v0.10.1 |
| 305 | 2026-07-20T10:30:11.424Z | Checking tabwriter v1.4.1 |
| 306 | 2026-07-20T10:30:11.681Z | Checking anstyle-query v1.1.5 |
| 307 | 2026-07-20T10:30:11.704Z | Checking is_terminal_polyfill v1.70.2 |
| 308 | 2026-07-20T10:30:11.766Z | Checking pretty-hex v0.4.2 |
| 309 | 2026-07-20T10:30:11.780Z | Checking anstyle v1.0.14 |
| 310 | 2026-07-20T10:30:11.845Z | Checking pin-project-lite v0.2.17 |
| 311 | 2026-07-20T10:30:11.872Z | Checking dyn-clone v1.0.20 |
| 312 | 2026-07-20T10:30:11.879Z | Checking colorchoice v1.0.5 |
| 313 | 2026-07-20T10:30:11.925Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 314 | 2026-07-20T10:30:11.961Z | Checking anstream v1.0.0 |
| 315 | 2026-07-20T10:30:12.034Z | Checking terminal_size v0.4.4 |
| 316 | 2026-07-20T10:30:12.139Z | Checking rand v0.10.2 |
| 317 | 2026-07-20T10:30:12.151Z | Checking uuid v1.23.5 |
| 318 | 2026-07-20T10:30:12.154Z | Checking socket2 v0.6.4 |
| 319 | 2026-07-20T10:30:12.246Z | Checking colored v3.1.1 |
| 320 | 2026-07-20T10:30:12.316Z | Compiling heck v0.5.0 |
| 321 | 2026-07-20T10:30:12.366Z | Compiling thiserror-impl v2.0.18 |
| 322 | 2026-07-20T10:30:12.393Z | Compiling zerocopy-derive v0.8.54 |
| 323 | 2026-07-20T10:30:12.400Z | Compiling serde_derive v1.0.228 |
| 324 | 2026-07-20T10:30:12.435Z | Compiling ref-cast-impl v1.0.25 |
| 325 | 2026-07-20T10:30:12.511Z | Compiling foreign-types-macros v0.2.3 |
| 326 | 2026-07-20T10:30:12.595Z | Compiling num_enum_derive v0.7.6 |
| 327 | 2026-07-20T10:30:13.116Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 328 | 2026-07-20T10:30:13.129Z | Checking foreign-types v0.5.0 |
| 329 | 2026-07-20T10:30:13.193Z | Compiling tracing-attributes v0.1.31 |
| 330 | 2026-07-20T10:30:13.253Z | Compiling darling_macro v0.21.3 |
| 331 | 2026-07-20T10:30:13.586Z | Checking num_enum v0.7.6 |
| 332 | 2026-07-20T10:30:13.650Z | Checking cobs v0.3.0 |
| 333 | 2026-07-20T10:30:13.688Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 334 | 2026-07-20T10:30:13.691Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 335 | 2026-07-20T10:30:13.713Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 336 | 2026-07-20T10:30:13.804Z | Compiling darling v0.21.3 |
| 337 | 2026-07-20T10:30:13.840Z | Checking oxnet v0.1.6 |
| 338 | 2026-07-20T10:30:13.847Z | Checking clap_lex v1.1.0 |
| 339 | 2026-07-20T10:30:13.872Z | Compiling ingot-macros v0.1.1 |
| 340 | 2026-07-20T10:30:14.013Z | Checking clap_builder v4.6.0 |
| 341 | 2026-07-20T10:30:14.028Z | Compiling clap_derive v4.6.1 |
| 342 | 2026-07-20T10:30:14.208Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 343 | 2026-07-20T10:30:14.310Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 344 | 2026-07-20T10:30:14.388Z | Checking tracing v0.1.44 |
| 345 | 2026-07-20T10:30:15.379Z | Checking clap v4.6.1 |
| 346 | 2026-07-20T10:30:15.430Z | Checking postcard v1.1.3 |
| 347 | 2026-07-20T10:30:16.389Z | Checking ingot-types v0.1.2 |
| 348 | 2026-07-20T10:30:16.658Z | Checking ingot v0.1.1 |
| 349 | 2026-07-20T10:30:17.931Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 350 | 2026-07-20T10:30:19.102Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 351 | 2026-07-20T10:30:20.282Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 352 | 2026-07-20T10:30:21.102Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.37s |
| 353 | 2026-07-20T10:30:21.208Z | |
| 354 | 2026-07-20T10:30:21.208Z | real 19.526643811 |
| 355 | 2026-07-20T10:30:21.208Z | user 53.841876996 |
| 356 | 2026-07-20T10:30:21.208Z | sys 13.398229696 |
| 357 | 2026-07-20T10:30:21.208Z | trap 0.038427305 |
| 358 | 2026-07-20T10:30:21.208Z | tflt 0.053567428 |
| 359 | 2026-07-20T10:30:21.209Z | dflt 0.149035675 |
| 360 | 2026-07-20T10:30:21.209Z | kflt 0.006598444 |
| 361 | 2026-07-20T10:30:21.209Z | lock 3:24.795974589 |
| 362 | 2026-07-20T10:30:21.209Z | slp 3:05.430895502 |
| 363 | 2026-07-20T10:30:21.209Z | lat 3.285936445 |
| 364 | 2026-07-20T10:30:21.209Z | stop 12.344374716 |
| 365 | 2026-07-20T10:30:21.214Z | + header 'debug build' |
| 366 | 2026-07-20T10:30:21.214Z | + echo '# ==== debug build ==== #' |
| 367 | 2026-07-20T10:30:21.214Z | # ==== debug build ==== # |
| 368 | 2026-07-20T10:30:21.214Z | + ptime -m cargo build |
| 369 | 2026-07-20T10:30:21.359Z | Compiling cfg-if v1.0.4 |
| 370 | 2026-07-20T10:30:21.362Z | Compiling serde_core v1.0.228 |
| 371 | 2026-07-20T10:30:21.362Z | Compiling libc v0.2.186 |
| 372 | 2026-07-20T10:30:21.385Z | Compiling thiserror v2.0.18 |
| 373 | 2026-07-20T10:30:21.388Z | Compiling byteorder v1.5.0 |
| 374 | 2026-07-20T10:30:21.391Z | Compiling zerocopy v0.8.54 |
| 375 | 2026-07-20T10:30:21.391Z | Compiling macaddr v1.0.1 |
| 376 | 2026-07-20T10:30:21.396Z | Compiling stable_deref_trait v1.2.1 |
| 377 | 2026-07-20T10:30:21.431Z | Compiling bitflags v1.3.2 |
| 378 | 2026-07-20T10:30:21.446Z | Compiling cobs v0.3.0 |
| 379 | 2026-07-20T10:30:21.459Z | Compiling managed v0.8.0 |
| 380 | 2026-07-20T10:30:21.488Z | Compiling rand_core v0.10.1 |
| 381 | 2026-07-20T10:30:21.548Z | Compiling hash32 v0.3.1 |
| 382 | 2026-07-20T10:30:21.627Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 383 | 2026-07-20T10:30:21.636Z | Compiling heapless v0.8.0 |
| 384 | 2026-07-20T10:30:21.664Z | Compiling errno v0.3.14 |
| 385 | 2026-07-20T10:30:21.688Z | Compiling utf8parse v0.2.2 |
| 386 | 2026-07-20T10:30:21.705Z | Compiling memchr v2.8.3 |
| 387 | 2026-07-20T10:30:21.716Z | Compiling once_cell v1.21.4 |
| 388 | 2026-07-20T10:30:21.775Z | Compiling ipnetwork v0.21.1 |
| 389 | 2026-07-20T10:30:21.820Z | Compiling foreign-types-shared v0.3.1 |
| 390 | 2026-07-20T10:30:21.859Z | Compiling unicode-width v0.2.2 |
| 391 | 2026-07-20T10:30:21.896Z | Compiling cpufeatures v0.3.0 |
| 392 | 2026-07-20T10:30:21.941Z | Compiling chacha20 v0.10.1 |
| 393 | 2026-07-20T10:30:21.956Z | Compiling foreign-types v0.5.0 |
| 394 | 2026-07-20T10:30:22.021Z | Compiling smoltcp v0.11.0 |
| 395 | 2026-07-20T10:30:22.080Z | Compiling cstr-argument v0.1.2 |
| 396 | 2026-07-20T10:30:22.151Z | Compiling tabwriter v1.4.1 |
| 397 | 2026-07-20T10:30:22.235Z | Compiling tracing-core v0.1.36 |
| 398 | 2026-07-20T10:30:22.266Z | Compiling anstyle-parse v1.0.0 |
| 399 | 2026-07-20T10:30:22.292Z | Compiling ref-cast v1.0.25 |
| 400 | 2026-07-20T10:30:22.381Z | Compiling num_enum v0.7.6 |
| 401 | 2026-07-20T10:30:22.470Z | Compiling getrandom v0.4.3 |
| 402 | 2026-07-20T10:30:22.490Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 403 | 2026-07-20T10:30:22.566Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 404 | 2026-07-20T10:30:22.591Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 405 | 2026-07-20T10:30:22.663Z | Compiling anstyle-query v1.1.5 |
| 406 | 2026-07-20T10:30:22.670Z | Compiling dyn-clone v1.0.20 |
| 407 | 2026-07-20T10:30:22.764Z | Compiling pin-project-lite v0.2.17 |
| 408 | 2026-07-20T10:30:22.824Z | Compiling pretty-hex v0.4.2 |
| 409 | 2026-07-20T10:30:22.850Z | Compiling anstyle v1.0.14 |
| 410 | 2026-07-20T10:30:22.868Z | Compiling colorchoice v1.0.5 |
| 411 | 2026-07-20T10:30:22.945Z | Compiling is_terminal_polyfill v1.70.2 |
| 412 | 2026-07-20T10:30:22.983Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 413 | 2026-07-20T10:30:23.033Z | Compiling bitflags v2.13.0 |
| 414 | 2026-07-20T10:30:23.119Z | Compiling serde v1.0.228 |
| 415 | 2026-07-20T10:30:23.170Z | Compiling anstream v1.0.0 |
| 416 | 2026-07-20T10:30:23.188Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 417 | 2026-07-20T10:30:23.243Z | Compiling rustix v1.1.4 |
| 418 | 2026-07-20T10:30:23.479Z | Compiling uuid v1.23.5 |
| 419 | 2026-07-20T10:30:23.517Z | Compiling tracing v0.1.44 |
| 420 | 2026-07-20T10:30:23.666Z | Compiling postcard v1.1.3 |
| 421 | 2026-07-20T10:30:23.784Z | Compiling terminal_size v0.4.4 |
| 422 | 2026-07-20T10:30:23.802Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 423 | 2026-07-20T10:30:23.877Z | Compiling anyhow v1.0.104 |
| 424 | 2026-07-20T10:30:23.929Z | Compiling rand v0.10.2 |
| 425 | 2026-07-20T10:30:24.014Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 426 | 2026-07-20T10:30:24.115Z | Compiling socket2 v0.6.4 |
| 427 | 2026-07-20T10:30:24.126Z | Compiling strsim v0.11.1 |
| 428 | 2026-07-20T10:30:24.276Z | Compiling ingot-types v0.1.2 |
| 429 | 2026-07-20T10:30:24.339Z | Compiling oxnet v0.1.6 |
| 430 | 2026-07-20T10:30:24.445Z | Compiling clap_lex v1.1.0 |
| 431 | 2026-07-20T10:30:24.670Z | Compiling ingot v0.1.1 |
| 432 | 2026-07-20T10:30:24.713Z | Compiling winnow v1.0.3 |
| 433 | 2026-07-20T10:30:24.816Z | Compiling colored v3.1.1 |
| 434 | 2026-07-20T10:30:24.816Z | Compiling clap_builder v4.6.0 |
| 435 | 2026-07-20T10:30:24.881Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 436 | 2026-07-20T10:30:25.650Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 437 | 2026-07-20T10:30:26.316Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 438 | 2026-07-20T10:30:26.470Z | Compiling clap v4.6.1 |
| 439 | 2026-07-20T10:30:27.844Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 440 | 2026-07-20T10:30:29.278Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 441 | 2026-07-20T10:30:33.656Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.43s |
| 442 | 2026-07-20T10:30:33.683Z | |
| 443 | 2026-07-20T10:30:33.686Z | real 12.465351312 |
| 444 | 2026-07-20T10:30:33.686Z | user 1:04.366749933 |
| 445 | 2026-07-20T10:30:33.686Z | sys 5.984076235 |
| 446 | 2026-07-20T10:30:33.686Z | trap 0.028812245 |
| 447 | 2026-07-20T10:30:33.686Z | tflt 0.132206941 |
| 448 | 2026-07-20T10:30:33.686Z | dflt 0.140895808 |
| 449 | 2026-07-20T10:30:33.686Z | kflt 0.000003990 |
| 450 | 2026-07-20T10:30:33.686Z | lock 2:55.447034507 |
| 451 | 2026-07-20T10:30:33.686Z | slp 1:54.830525331 |
| 452 | 2026-07-20T10:30:33.686Z | lat 3.377343888 |
| 453 | 2026-07-20T10:30:33.686Z | stop 2.932591815 |
| 454 | 2026-07-20T10:30:33.686Z | + header 'release build' |
| 455 | 2026-07-20T10:30:33.686Z | + echo '# ==== release build ==== #' |
| 456 | 2026-07-20T10:30:33.686Z | + ptime -m cargo build --release |
| 457 | 2026-07-20T10:30:33.686Z | # ==== release build ==== # |
| 458 | 2026-07-20T10:30:33.779Z | Compiling proc-macro2 v1.0.106 |
| 459 | 2026-07-20T10:30:33.779Z | Compiling quote v1.0.46 |
| 460 | 2026-07-20T10:30:33.779Z | Compiling unicode-ident v1.0.24 |
| 461 | 2026-07-20T10:30:33.779Z | Compiling serde_core v1.0.228 |
| 462 | 2026-07-20T10:30:33.783Z | Compiling libc v0.2.186 |
| 463 | 2026-07-20T10:30:33.783Z | Compiling cfg-if v1.0.4 |
| 464 | 2026-07-20T10:30:33.783Z | Compiling memchr v2.8.3 |
| 465 | 2026-07-20T10:30:33.783Z | Compiling thiserror v2.0.18 |
| 466 | 2026-07-20T10:30:33.849Z | Compiling ident_case v1.0.1 |
| 467 | 2026-07-20T10:30:33.893Z | Compiling fnv v1.0.7 |
| 468 | 2026-07-20T10:30:33.949Z | Compiling strsim v0.11.1 |
| 469 | 2026-07-20T10:30:33.970Z | Compiling regex-syntax v0.8.11 |
| 470 | 2026-07-20T10:30:34.092Z | Compiling winnow v1.0.3 |
| 471 | 2026-07-20T10:30:34.211Z | Compiling aho-corasick v1.1.4 |
| 472 | 2026-07-20T10:30:34.278Z | Compiling either v1.16.0 |
| 473 | 2026-07-20T10:30:34.314Z | Compiling anyhow v1.0.104 |
| 474 | 2026-07-20T10:30:34.463Z | Compiling hashbrown v0.17.1 |
| 475 | 2026-07-20T10:30:34.491Z | Compiling equivalent v1.0.2 |
| 476 | 2026-07-20T10:30:34.562Z | Compiling serde v1.0.228 |
| 477 | 2026-07-20T10:30:34.619Z | Compiling zerocopy v0.8.54 |
| 478 | 2026-07-20T10:30:34.922Z | Compiling indexmap v2.14.0 |
| 479 | 2026-07-20T10:30:34.973Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 480 | 2026-07-20T10:30:35.030Z | Compiling syn v2.0.118 |
| 481 | 2026-07-20T10:30:35.062Z | Compiling itertools v0.14.0 |
| 482 | 2026-07-20T10:30:35.094Z | Compiling heapless v0.8.0 |
| 483 | 2026-07-20T10:30:35.417Z | Compiling regex-automata v0.4.15 |
| 484 | 2026-07-20T10:30:35.530Z | Compiling byteorder v1.5.0 |
| 485 | 2026-07-20T10:30:35.544Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 486 | 2026-07-20T10:30:35.714Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 487 | 2026-07-20T10:30:35.740Z | Compiling hash32 v0.3.1 |
| 488 | 2026-07-20T10:30:35.748Z | Compiling smoltcp v0.11.0 |
| 489 | 2026-07-20T10:30:35.867Z | Compiling bitflags v2.13.0 |
| 490 | 2026-07-20T10:30:36.002Z | Compiling rustversion v1.0.23 |
| 491 | 2026-07-20T10:30:36.009Z | Compiling macaddr v1.0.1 |
| 492 | 2026-07-20T10:30:36.075Z | Compiling stable_deref_trait v1.2.1 |
| 493 | 2026-07-20T10:30:36.140Z | Compiling syn v1.0.109 |
| 494 | 2026-07-20T10:30:36.197Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 495 | 2026-07-20T10:30:36.320Z | Compiling proc-macro-crate v3.5.0 |
| 496 | 2026-07-20T10:30:36.383Z | Compiling rand_core v0.10.1 |
| 497 | 2026-07-20T10:30:36.438Z | Compiling ref-cast v1.0.25 |
| 498 | 2026-07-20T10:30:36.473Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 499 | 2026-07-20T10:30:36.527Z | Compiling getrandom v0.4.3 |
| 500 | 2026-07-20T10:30:36.590Z | Compiling version_check v0.9.5 |
| 501 | 2026-07-20T10:30:36.665Z | Compiling bitflags v1.3.2 |
| 502 | 2026-07-20T10:30:36.683Z | Compiling managed v0.8.0 |
| 503 | 2026-07-20T10:30:36.715Z | Compiling rustix v1.1.4 |
| 504 | 2026-07-20T10:30:36.796Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 505 | 2026-07-20T10:30:36.839Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 506 | 2026-07-20T10:30:37.060Z | Compiling regex v1.13.0 |
| 507 | 2026-07-20T10:30:37.168Z | Compiling errno v0.3.14 |
| 508 | 2026-07-20T10:30:37.242Z | Compiling ipnetwork v0.21.1 |
| 509 | 2026-07-20T10:30:37.304Z | Compiling foreign-types-shared v0.3.1 |
| 510 | 2026-07-20T10:30:37.322Z | Compiling unicode-width v0.2.2 |
| 511 | 2026-07-20T10:30:37.380Z | Compiling utf8parse v0.2.2 |
| 512 | 2026-07-20T10:30:37.438Z | Compiling once_cell v1.21.4 |
| 513 | 2026-07-20T10:30:37.599Z | Compiling darling_core v0.21.3 |
| 514 | 2026-07-20T10:30:37.602Z | Compiling cpufeatures v0.3.0 |
| 515 | 2026-07-20T10:30:37.657Z | Compiling chacha20 v0.10.1 |
| 516 | 2026-07-20T10:30:37.660Z | Compiling tracing-core v0.1.36 |
| 517 | 2026-07-20T10:30:37.910Z | Compiling cstr-argument v0.1.2 |
| 518 | 2026-07-20T10:30:37.923Z | Compiling tabwriter v1.4.1 |
| 519 | 2026-07-20T10:30:38.059Z | Compiling anstyle-parse v1.0.0 |
| 520 | 2026-07-20T10:30:38.463Z | Compiling is_terminal_polyfill v1.70.2 |
| 521 | 2026-07-20T10:30:38.541Z | Compiling pretty-hex v0.4.2 |
| 522 | 2026-07-20T10:30:38.614Z | Compiling pin-project-lite v0.2.17 |
| 523 | 2026-07-20T10:30:38.647Z | Compiling anstyle-query v1.1.5 |
| 524 | 2026-07-20T10:30:38.664Z | Compiling colorchoice v1.0.5 |
| 525 | 2026-07-20T10:30:38.696Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 526 | 2026-07-20T10:30:38.732Z | Compiling anstyle v1.0.14 |
| 527 | 2026-07-20T10:30:38.736Z | Compiling thiserror-impl v2.0.18 |
| 528 | 2026-07-20T10:30:38.762Z | Compiling zerocopy-derive v0.8.54 |
| 529 | 2026-07-20T10:30:38.911Z | Compiling serde_derive v1.0.228 |
| 530 | 2026-07-20T10:30:38.962Z | Compiling foreign-types-macros v0.2.3 |
| 531 | 2026-07-20T10:30:39.023Z | Compiling ref-cast-impl v1.0.25 |
| 532 | 2026-07-20T10:30:39.563Z | Compiling num_enum_derive v0.7.6 |
| 533 | 2026-07-20T10:30:39.573Z | Compiling foreign-types v0.5.0 |
| 534 | 2026-07-20T10:30:39.635Z | Compiling tracing-attributes v0.1.31 |
| 535 | 2026-07-20T10:30:39.665Z | Compiling darling_macro v0.21.3 |
| 536 | 2026-07-20T10:30:39.686Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 537 | 2026-07-20T10:30:39.988Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 538 | 2026-07-20T10:30:40.019Z | Compiling cobs v0.3.0 |
| 539 | 2026-07-20T10:30:40.169Z | Compiling dyn-clone v1.0.20 |
| 540 | 2026-07-20T10:30:40.194Z | Compiling darling v0.21.3 |
| 541 | 2026-07-20T10:30:40.225Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 542 | 2026-07-20T10:30:40.263Z | Compiling ingot-macros v0.1.1 |
| 543 | 2026-07-20T10:30:40.302Z | Compiling anstream v1.0.0 |
| 544 | 2026-07-20T10:30:40.511Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 545 | 2026-07-20T10:30:40.562Z | Compiling num_enum v0.7.6 |
| 546 | 2026-07-20T10:30:40.619Z | Compiling terminal_size v0.4.4 |
| 547 | 2026-07-20T10:30:40.643Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 548 | 2026-07-20T10:30:40.747Z | Compiling rand v0.10.2 |
| 549 | 2026-07-20T10:30:40.823Z | Compiling tracing v0.1.44 |
| 550 | 2026-07-20T10:30:40.831Z | Compiling uuid v1.23.5 |
| 551 | 2026-07-20T10:30:40.966Z | Compiling socket2 v0.6.4 |
| 552 | 2026-07-20T10:30:41.140Z | Compiling colored v3.1.1 |
| 553 | 2026-07-20T10:30:41.241Z | Compiling oxnet v0.1.6 |
| 554 | 2026-07-20T10:30:41.521Z | Compiling clap_lex v1.1.0 |
| 555 | 2026-07-20T10:30:41.533Z | Compiling heck v0.5.0 |
| 556 | 2026-07-20T10:30:41.693Z | Compiling clap_builder v4.6.0 |
| 557 | 2026-07-20T10:30:41.716Z | Compiling clap_derive v4.6.1 |
| 558 | 2026-07-20T10:30:41.823Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 559 | 2026-07-20T10:30:42.073Z | Compiling postcard v1.1.3 |
| 560 | 2026-07-20T10:30:43.100Z | Compiling ingot-types v0.1.2 |
| 561 | 2026-07-20T10:30:43.417Z | Compiling ingot v0.1.1 |
| 562 | 2026-07-20T10:30:43.638Z | Compiling clap v4.6.1 |
| 563 | 2026-07-20T10:30:45.073Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 564 | 2026-07-20T10:30:46.093Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 565 | 2026-07-20T10:30:47.138Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 566 | 2026-07-20T10:30:53.611Z | Finished `release` profile [optimized + debuginfo] target(s) in 19.91s |
| 567 | 2026-07-20T10:30:53.639Z | |
| 568 | 2026-07-20T10:30:53.640Z | real 19.945627778 |
| 569 | 2026-07-20T10:30:53.640Z | user 1:41.745920776 |
| 570 | 2026-07-20T10:30:53.640Z | sys 13.813520179 |
| 571 | 2026-07-20T10:30:53.643Z | trap 0.052547004 |
| 572 | 2026-07-20T10:30:53.643Z | tflt 0.128029532 |
| 573 | 2026-07-20T10:30:53.643Z | dflt 0.381419152 |
| 574 | 2026-07-20T10:30:53.643Z | kflt 0.000014190 |
| 575 | 2026-07-20T10:30:53.643Z | lock 4:23.528496286 |
| 576 | 2026-07-20T10:30:53.643Z | slp 3:23.347830910 |
| 577 | 2026-07-20T10:30:53.643Z | lat 5.908898366 |
| 578 | 2026-07-20T10:30:53.643Z | stop 9.765207629 |
| 579 | 2026-07-20T10:30:53.643Z | + popd |
| 580 | 2026-07-20T10:30:53.643Z | /work/oxidecomputer/opte |
| 581 | 2026-07-20T10:30:53.643Z | + for x in debug release |
| 582 | 2026-07-20T10:30:53.643Z | + mkdir -p /work/debug |
| 583 | 2026-07-20T10:30:53.643Z | + cp target/debug/opteadm /work/debug/ |
| 584 | 2026-07-20T10:30:53.664Z | + sha256sum target/debug/opteadm |
| 585 | 2026-07-20T10:30:53.689Z | + for x in debug release |
| 586 | 2026-07-20T10:30:53.689Z | + mkdir -p /work/release |
| 587 | 2026-07-20T10:30:53.692Z | + cp target/release/opteadm /work/release/ |
| 588 | 2026-07-20T10:30:53.707Z | + sha256sum target/release/opteadm |
| 589 | 2026-07-20T10:30:53.723Z | process exited: duration 65421 ms, exit code 0 |
| |
| 590 | 2026-07-20T10:30:53.730Z | found 4 output files |
| 591 | 2026-07-20T10:30:53.730Z | uploading: /work/debug/opteadm (36381456 bytes) |
| 592 | 2026-07-20T10:30:54.945Z | uploaded: /work/debug/opteadm |
| 593 | 2026-07-20T10:30:54.945Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
| 594 | 2026-07-20T10:30:55.974Z | uploaded: /work/debug/opteadm.debug.sha256 |
| 595 | 2026-07-20T10:30:55.974Z | uploading: /work/release/opteadm (24742896 bytes) |
| 596 | 2026-07-20T10:30:57.188Z | uploaded: /work/release/opteadm |
| 597 | 2026-07-20T10:30:57.193Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
| 598 | 2026-07-20T10:30:58.199Z | uploaded: /work/release/opteadm.release.sha256 |