|
|
|
| 1 | 2026-05-29T09:40:49.848Z | job assigned to worker 01KSSHNMK9A5RYZGSF8C8R9CD1 [factory aws, i-055d450ea84211c57] (queued for 1 m 0 s) |
| |
| 2 | 2026-05-29T09:40:56.006Z | starting task 0: "setup" |
| 3 | 2026-05-29T09:40:56.012Z | ++ uname -s |
| 4 | 2026-05-29T09:40:56.015Z | + kern=SunOS |
| 5 | 2026-05-29T09:40:56.015Z | + build_user=build |
| 6 | 2026-05-29T09:40:56.015Z | + build_uid=12345 |
| 7 | 2026-05-29T09:40:56.015Z | + work_dir=/work |
| 8 | 2026-05-29T09:40:56.015Z | + input_dir=/input |
| 9 | 2026-05-29T09:40:56.015Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-29T09:40:56.015Z | + case "$kern" in |
| 11 | 2026-05-29T09:40:56.015Z | + groupadd -g 12345 build |
| 12 | 2026-05-29T09:40:56.015Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-29T09:40:58.020Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-29T09:40:58.140Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-29T09:40:58.143Z | + home_fs=zfs |
| 16 | 2026-05-29T09:40:58.143Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-29T09:40:58.143Z | + mkdir -p /home/build |
| 18 | 2026-05-29T09:40:58.143Z | + chown build:build /home/build /work |
| 19 | 2026-05-29T09:41:00.144Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-29T09:41:00.148Z | process exited: duration 4138 ms, exit code 0 |
| |
| 21 | 2026-05-29T09:41:00.154Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-29T09:41:00.159Z | + printf ' * rust toolchain channel = "%s"\n' 1.95.0 |
| 23 | 2026-05-29T09:41:00.159Z | * rust toolchain channel = "1.95.0" |
| 24 | 2026-05-29T09:41:00.159Z | * rust toolchain profile = "default" |
| 25 | 2026-05-29T09:41:00.159Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-29T09:41:00.159Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-29T09:41:00.162Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-29T09:41:00.162Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-29T09:41:00.162Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default |
| 30 | 2026-05-29T09:41:00.261Z | info: downloading installer |
| 31 | 2026-05-29T09:41:01.558Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-29T09:41:01.558Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-29T09:41:01.558Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-29T09:41:01.558Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-29T09:41:01.570Z | info: profile set to default |
| 36 | 2026-05-29T09:41:01.570Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-29T09:41:01.573Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 38 | 2026-05-29T09:41:01.717Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 39 | 2026-05-29T09:41:01.720Z | info: downloading 6 components |
| 40 | 2026-05-29T09:41:16.091Z | info: default toolchain set to 1.95.0-x86_64-unknown-illumos |
| 41 | 2026-05-29T09:41:16.091Z | |
| 42 | 2026-05-29T09:41:16.134Z | 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 43 | 2026-05-29T09:41:16.134Z | |
| 44 | 2026-05-29T09:41:16.134Z | |
| 45 | 2026-05-29T09:41:16.134Z | Rust is installed now. Great! |
| 46 | 2026-05-29T09:41:16.134Z | |
| 47 | 2026-05-29T09:41:16.134Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-29T09:41:16.134Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-29T09:41:16.134Z | |
| 50 | 2026-05-29T09:41:16.134Z | To configure your current shell, you need to source |
| 51 | 2026-05-29T09:41:16.134Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-29T09:41:16.134Z | |
| 53 | 2026-05-29T09:41:16.134Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-29T09:41:16.134Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-29T09:41:16.134Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-29T09:41:16.134Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-29T09:41:16.134Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-29T09:41:16.134Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-29T09:41:16.134Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-29T09:41:16.138Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-29T09:41:16.138Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-29T09:41:16.230Z | + rustup --version |
| 63 | 2026-05-29T09:41:16.238Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-29T09:41:16.241Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-29T09:41:16.259Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 66 | 2026-05-29T09:41:16.262Z | + cargo --version |
| 67 | 2026-05-29T09:41:16.276Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 68 | 2026-05-29T09:41:16.279Z | + rustc --version |
| 69 | 2026-05-29T09:41:16.298Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 70 | 2026-05-29T09:41:16.301Z | process exited: duration 16146 ms, exit code 0 |
| |
| 71 | 2026-05-29T09:41:16.307Z | starting task 2: "authentication" |
| 72 | 2026-05-29T09:41:16.323Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-05-29T09:41:16.329Z | starting task 3: "clone repository" |
| 74 | 2026-05-29T09:41:16.332Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-05-29T09:41:16.335Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-05-29T09:41:16.374Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-05-29T09:41:17.185Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-05-29T09:41:17.185Z | + git fetch origin e7d7abdb05145e19533ff94e1e10ba4c208e27cf |
| 79 | 2026-05-29T09:41:17.428Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-05-29T09:41:17.428Z | * branch e7d7abdb05145e19533ff94e1e10ba4c208e27cf -> FETCH_HEAD |
| 81 | 2026-05-29T09:41:17.433Z | + [[ -n eviction-policy ]] |
| 82 | 2026-05-29T09:41:17.436Z | ++ git branch --show-current |
| 83 | 2026-05-29T09:41:17.437Z | + current=master |
| 84 | 2026-05-29T09:41:17.437Z | + [[ master != eviction-policy ]] |
| 85 | 2026-05-29T09:41:17.437Z | + git branch -f eviction-policy e7d7abdb05145e19533ff94e1e10ba4c208e27cf |
| 86 | 2026-05-29T09:41:17.440Z | + git checkout -f eviction-policy |
| 87 | 2026-05-29T09:41:17.455Z | Switched to branch 'eviction-policy' |
| 88 | 2026-05-29T09:41:17.458Z | + git reset --hard e7d7abdb05145e19533ff94e1e10ba4c208e27cf |
| 89 | 2026-05-29T09:41:17.471Z | HEAD is now at e7d7abd ...thanks, rust-analyzer |
| 90 | 2026-05-29T09:41:17.475Z | process exited: duration 1142 ms, exit code 0 |
| |
| 91 | 2026-05-29T09:41:17.482Z | starting task 4: "build" |
| 92 | 2026-05-29T09:41:17.485Z | + source .github/buildomat/common.sh |
| 93 | 2026-05-29T09:41:17.488Z | ++ rustup show active-toolchain |
| 94 | 2026-05-29T09:41:17.491Z | 1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-05-29T09:41:17.491Z | ++ pushd xde |
| 96 | 2026-05-29T09:41:17.494Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-05-29T09:41:17.494Z | ++ rustup show active-toolchain |
| 98 | 2026-05-29T09:41:17.497Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-05-29T09:41:17.636Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-05-29T09:41:17.639Z | info: downloading 6 components |
| 101 | 2026-05-29T09:41:31.271Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-05-29T09:41:31.353Z | +++ rustup show active-toolchain -v |
| 103 | 2026-05-29T09:41:31.356Z | +++ head -n 1 |
| 104 | 2026-05-29T09:41:31.356Z | +++ cut '-d ' -f1 |
| 105 | 2026-05-29T09:41:31.406Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-05-29T09:41:31.406Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-05-29T09:41:31.406Z | ++ popd |
| 108 | 2026-05-29T09:41:31.410Z | /work/oxidecomputer/opte |
| 109 | 2026-05-29T09:41:31.410Z | + cargo --version |
| 110 | 2026-05-29T09:41:31.416Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 111 | 2026-05-29T09:41:31.419Z | + rustc --version |
| 112 | 2026-05-29T09:41:31.439Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 113 | 2026-05-29T09:41:31.442Z | + pushd bin/opteadm |
| 114 | 2026-05-29T09:41:31.442Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 115 | 2026-05-29T09:41:31.442Z | + header 'check style' |
| 116 | 2026-05-29T09:41:31.442Z | + echo '# ==== check style ==== #' |
| 117 | 2026-05-29T09:41:31.442Z | # ==== check style ==== # |
| 118 | 2026-05-29T09:41:31.442Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 119 | 2026-05-29T09:41:31.519Z | |
| 120 | 2026-05-29T09:41:31.519Z | real 0.074962637 |
| 121 | 2026-05-29T09:41:31.519Z | user 0.039151913 |
| 122 | 2026-05-29T09:41:31.519Z | sys 0.032263940 |
| 123 | 2026-05-29T09:41:31.519Z | trap 0.000008360 |
| 124 | 2026-05-29T09:41:31.519Z | tflt 0.000017410 |
| 125 | 2026-05-29T09:41:31.519Z | dflt 0.000009900 |
| 126 | 2026-05-29T09:41:31.519Z | kflt 0.000000000 |
| 127 | 2026-05-29T09:41:31.519Z | lock 0.031433120 |
| 128 | 2026-05-29T09:41:31.519Z | slp 0.051244277 |
| 129 | 2026-05-29T09:41:31.519Z | lat 0.000853090 |
| 130 | 2026-05-29T09:41:31.519Z | stop 0.000089910 |
| 131 | 2026-05-29T09:41:31.522Z | + header analyze |
| 132 | 2026-05-29T09:41:31.522Z | + echo '# ==== analyze ==== #' |
| 133 | 2026-05-29T09:41:31.522Z | # ==== analyze ==== # |
| 134 | 2026-05-29T09:41:31.522Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 135 | 2026-05-29T09:41:31.653Z | Updating crates.io index |
| 136 | 2026-05-29T09:41:31.656Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-05-29T09:41:32.628Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-05-29T09:41:33.202Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-05-29T09:41:33.564Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-05-29T09:41:33.930Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-05-29T09:41:34.409Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-05-29T09:41:34.654Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-05-29T09:41:36.782Z | Downloading crates ... |
| 144 | 2026-05-29T09:41:36.837Z | Downloaded colorchoice v1.0.5 |
| 145 | 2026-05-29T09:41:36.840Z | Downloaded cstr-argument v0.1.2 |
| 146 | 2026-05-29T09:41:36.843Z | Downloaded defmt-macros v1.0.1 |
| 147 | 2026-05-29T09:41:36.846Z | Downloaded darling_macro v0.21.3 |
| 148 | 2026-05-29T09:41:36.850Z | Downloaded cpufeatures v0.3.0 |
| 149 | 2026-05-29T09:41:36.850Z | Downloaded cobs v0.3.0 |
| 150 | 2026-05-29T09:41:36.853Z | Downloaded clap_lex v1.1.0 |
| 151 | 2026-05-29T09:41:36.856Z | Downloaded darling_core v0.21.3 |
| 152 | 2026-05-29T09:41:36.856Z | Downloaded defmt v1.0.1 |
| 153 | 2026-05-29T09:41:36.859Z | Downloaded byteorder v1.5.0 |
| 154 | 2026-05-29T09:41:36.859Z | Downloaded anstream v1.0.0 |
| 155 | 2026-05-29T09:41:36.864Z | Downloaded macaddr v1.0.1 |
| 156 | 2026-05-29T09:41:36.867Z | Downloaded foreign-types-macros v0.2.3 |
| 157 | 2026-05-29T09:41:36.868Z | Downloaded defmt v0.3.100 |
| 158 | 2026-05-29T09:41:36.872Z | Downloaded colored v3.1.1 |
| 159 | 2026-05-29T09:41:36.872Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 160 | 2026-05-29T09:41:36.875Z | Downloaded zerocopy-derive v0.8.48 |
| 161 | 2026-05-29T09:41:36.878Z | Downloaded num_enum v0.7.6 |
| 162 | 2026-05-29T09:41:36.881Z | Downloaded thiserror v2.0.18 |
| 163 | 2026-05-29T09:41:36.884Z | Downloaded anstyle v1.0.14 |
| 164 | 2026-05-29T09:41:36.887Z | Downloaded heck v0.5.0 |
| 165 | 2026-05-29T09:41:36.887Z | Downloaded ref-cast v1.0.25 |
| 166 | 2026-05-29T09:41:36.887Z | Downloaded zerocopy v0.8.48 |
| 167 | 2026-05-29T09:41:36.897Z | Downloaded terminal_size v0.4.4 |
| 168 | 2026-05-29T09:41:36.901Z | Downloaded is_terminal_polyfill v1.70.2 |
| 169 | 2026-05-29T09:41:36.901Z | Downloaded defmt-parser v1.0.0 |
| 170 | 2026-05-29T09:41:36.901Z | Downloaded stable_deref_trait v1.2.1 |
| 171 | 2026-05-29T09:41:36.901Z | Downloaded embedded-io v0.6.1 |
| 172 | 2026-05-29T09:41:36.901Z | Downloaded cfg-if v1.0.4 |
| 173 | 2026-05-29T09:41:36.904Z | Downloaded managed v0.8.0 |
| 174 | 2026-05-29T09:41:36.904Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 175 | 2026-05-29T09:41:36.904Z | Downloaded pretty-hex v0.4.2 |
| 176 | 2026-05-29T09:41:36.904Z | Downloaded hash32 v0.3.1 |
| 177 | 2026-05-29T09:41:36.907Z | Downloaded equivalent v1.0.2 |
| 178 | 2026-05-29T09:41:36.907Z | Downloaded thiserror-impl v2.0.18 |
| 179 | 2026-05-29T09:41:36.907Z | Downloaded rand_core v0.10.1 |
| 180 | 2026-05-29T09:41:36.910Z | Downloaded ident_case v1.0.1 |
| 181 | 2026-05-29T09:41:36.910Z | Downloaded anstyle-query v1.1.5 |
| 182 | 2026-05-29T09:41:36.910Z | Downloaded darling v0.21.3 |
| 183 | 2026-05-29T09:41:36.913Z | Downloaded clap_derive v4.6.1 |
| 184 | 2026-05-29T09:41:36.923Z | Downloaded embedded-io v0.4.0 |
| 185 | 2026-05-29T09:41:36.928Z | Downloaded version_check v0.9.5 |
| 186 | 2026-05-29T09:41:36.931Z | Downloaded tabwriter v1.4.1 |
| 187 | 2026-05-29T09:41:36.935Z | Downloaded proc-macro-crate v3.5.0 |
| 188 | 2026-05-29T09:41:36.939Z | Downloaded foreign-types-shared v0.3.1 |
| 189 | 2026-05-29T09:41:36.950Z | Downloaded dyn-clone v1.0.20 |
| 190 | 2026-05-29T09:41:36.956Z | Downloaded ref-cast-impl v1.0.25 |
| 191 | 2026-05-29T09:41:36.959Z | Downloaded fnv v1.0.7 |
| 192 | 2026-05-29T09:41:36.962Z | Downloaded errno v0.3.14 |
| 193 | 2026-05-29T09:41:36.966Z | Downloaded ingot-types v0.1.2 |
| 194 | 2026-05-29T09:41:36.969Z | Downloaded rustversion v1.0.22 |
| 195 | 2026-05-29T09:41:36.969Z | Downloaded foreign-types v0.5.0 |
| 196 | 2026-05-29T09:41:36.969Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 197 | 2026-05-29T09:41:36.972Z | Downloaded chacha20 v0.10.0 |
| 198 | 2026-05-29T09:41:36.978Z | Downloaded ipnetwork v0.21.1 |
| 199 | 2026-05-29T09:41:36.982Z | Downloaded ingot v0.1.1 |
| 200 | 2026-05-29T09:41:36.990Z | Downloaded oxnet v0.1.5 |
| 201 | 2026-05-29T09:41:36.994Z | Downloaded utf8parse v0.2.2 |
| 202 | 2026-05-29T09:41:36.994Z | Downloaded either v1.15.0 |
| 203 | 2026-05-29T09:41:36.998Z | Downloaded proc-macro-error2 v2.0.1 |
| 204 | 2026-05-29T09:41:37.003Z | Downloaded anstyle-parse v1.0.0 |
| 205 | 2026-05-29T09:41:37.006Z | Downloaded num_enum_derive v0.7.6 |
| 206 | 2026-05-29T09:41:37.009Z | Downloaded bitflags v1.3.2 |
| 207 | 2026-05-29T09:41:37.012Z | Downloaded strsim v0.11.1 |
| 208 | 2026-05-29T09:41:37.015Z | Downloaded tracing-attributes v0.1.31 |
| 209 | 2026-05-29T09:41:37.031Z | Downloaded pin-project-lite v0.2.17 |
| 210 | 2026-05-29T09:41:37.034Z | Downloaded ingot-macros v0.1.1 |
| 211 | 2026-05-29T09:41:37.037Z | Downloaded postcard v1.1.3 |
| 212 | 2026-05-29T09:41:37.037Z | Downloaded quote v1.0.45 |
| 213 | 2026-05-29T09:41:37.037Z | Downloaded once_cell v1.21.4 |
| 214 | 2026-05-29T09:41:37.040Z | Downloaded bitflags v2.11.1 |
| 215 | 2026-05-29T09:41:37.043Z | Downloaded anyhow v1.0.102 |
| 216 | 2026-05-29T09:41:37.053Z | Downloaded proc-macro2 v1.0.106 |
| 217 | 2026-05-29T09:41:37.075Z | Downloaded serde_derive v1.0.228 |
| 218 | 2026-05-29T09:41:37.079Z | Downloaded tracing-core v0.1.36 |
| 219 | 2026-05-29T09:41:37.083Z | Downloaded socket2 v0.6.3 |
| 220 | 2026-05-29T09:41:37.091Z | Downloaded unicode-ident v1.0.24 |
| 221 | 2026-05-29T09:41:37.094Z | Downloaded clap v4.6.1 |
| 222 | 2026-05-29T09:41:37.098Z | Downloaded heapless v0.8.0 |
| 223 | 2026-05-29T09:41:37.101Z | Downloaded toml_edit v0.25.11+spec-1.1.0 |
| 224 | 2026-05-29T09:41:37.108Z | Downloaded getrandom v0.4.2 |
| 225 | 2026-05-29T09:41:37.114Z | Downloaded serde_core v1.0.228 |
| 226 | 2026-05-29T09:41:37.117Z | Downloaded uuid v1.23.1 |
| 227 | 2026-05-29T09:41:37.120Z | Downloaded serde v1.0.228 |
| 228 | 2026-05-29T09:41:37.132Z | Downloaded memchr v2.8.0 |
| 229 | 2026-05-29T09:41:37.144Z | Downloaded rand v0.10.1 |
| 230 | 2026-05-29T09:41:37.158Z | Downloaded indexmap v2.14.0 |
| 231 | 2026-05-29T09:41:37.172Z | Downloaded aho-corasick v1.1.4 |
| 232 | 2026-05-29T09:41:37.205Z | Downloaded regex v1.12.3 |
| 233 | 2026-05-29T09:41:37.208Z | Downloaded hashbrown v0.17.0 |
| 234 | 2026-05-29T09:41:37.211Z | Downloaded itertools v0.14.0 |
| 235 | 2026-05-29T09:41:37.227Z | Downloaded clap_builder v4.6.0 |
| 236 | 2026-05-29T09:41:37.230Z | Downloaded winnow v1.0.2 |
| 237 | 2026-05-29T09:41:37.276Z | Downloaded syn v1.0.109 |
| 238 | 2026-05-29T09:41:37.303Z | Downloaded unicode-width v0.2.2 |
| 239 | 2026-05-29T09:41:37.306Z | Downloaded syn v2.0.117 |
| 240 | 2026-05-29T09:41:37.321Z | Downloaded smoltcp v0.11.0 |
| 241 | 2026-05-29T09:41:37.336Z | Downloaded regex-syntax v0.8.10 |
| 242 | 2026-05-29T09:41:37.354Z | Downloaded rustix v1.1.4 |
| 243 | 2026-05-29T09:41:37.367Z | Downloaded tracing v0.1.44 |
| 244 | 2026-05-29T09:41:37.387Z | Downloaded regex-automata v0.4.14 |
| 245 | 2026-05-29T09:41:37.394Z | Downloaded libc v0.2.186 |
| 246 | 2026-05-29T09:41:37.457Z | Compiling proc-macro2 v1.0.106 |
| 247 | 2026-05-29T09:41:37.457Z | Compiling unicode-ident v1.0.24 |
| 248 | 2026-05-29T09:41:37.457Z | Compiling quote v1.0.45 |
| 249 | 2026-05-29T09:41:37.457Z | Compiling serde_core v1.0.228 |
| 250 | 2026-05-29T09:41:37.460Z | Compiling libc v0.2.186 |
| 251 | 2026-05-29T09:41:37.460Z | Checking cfg-if v1.0.4 |
| 252 | 2026-05-29T09:41:37.460Z | Compiling thiserror v2.0.18 |
| 253 | 2026-05-29T09:41:37.460Z | Compiling fnv v1.0.7 |
| 254 | 2026-05-29T09:41:37.585Z | Compiling ident_case v1.0.1 |
| 255 | 2026-05-29T09:41:37.626Z | Compiling memchr v2.8.0 |
| 256 | 2026-05-29T09:41:37.654Z | Compiling strsim v0.11.1 |
| 257 | 2026-05-29T09:41:37.691Z | Compiling regex-syntax v0.8.10 |
| 258 | 2026-05-29T09:41:37.945Z | Compiling anyhow v1.0.102 |
| 259 | 2026-05-29T09:41:37.951Z | Compiling hashbrown v0.17.0 |
| 260 | 2026-05-29T09:41:38.080Z | Compiling aho-corasick v1.1.4 |
| 261 | 2026-05-29T09:41:38.206Z | Compiling winnow v1.0.2 |
| 262 | 2026-05-29T09:41:38.227Z | Compiling serde v1.0.228 |
| 263 | 2026-05-29T09:41:38.273Z | Compiling either v1.15.0 |
| 264 | 2026-05-29T09:41:38.468Z | Compiling zerocopy v0.8.48 |
| 265 | 2026-05-29T09:41:38.476Z | Compiling equivalent v1.0.2 |
| 266 | 2026-05-29T09:41:38.583Z | Compiling indexmap v2.14.0 |
| 267 | 2026-05-29T09:41:38.725Z | Compiling syn v2.0.117 |
| 268 | 2026-05-29T09:41:38.770Z | Compiling itertools v0.14.0 |
| 269 | 2026-05-29T09:41:38.886Z | Compiling heapless v0.8.0 |
| 270 | 2026-05-29T09:41:39.171Z | Compiling regex-automata v0.4.14 |
| 271 | 2026-05-29T09:41:39.186Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 272 | 2026-05-29T09:41:39.200Z | Checking byteorder v1.5.0 |
| 273 | 2026-05-29T09:41:39.345Z | Checking bitflags v2.11.1 |
| 274 | 2026-05-29T09:41:39.377Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 275 | 2026-05-29T09:41:39.499Z | Checking hash32 v0.3.1 |
| 276 | 2026-05-29T09:41:39.597Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 277 | 2026-05-29T09:41:39.605Z | Compiling smoltcp v0.11.0 |
| 278 | 2026-05-29T09:41:39.677Z | Compiling syn v1.0.109 |
| 279 | 2026-05-29T09:41:39.775Z | Checking macaddr v1.0.1 |
| 280 | 2026-05-29T09:41:39.798Z | Checking stable_deref_trait v1.2.1 |
| 281 | 2026-05-29T09:41:39.861Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 282 | 2026-05-29T09:41:39.916Z | Compiling rustversion v1.0.22 |
| 283 | 2026-05-29T09:41:40.034Z | Checking bitflags v1.3.2 |
| 284 | 2026-05-29T09:41:40.042Z | Checking managed v0.8.0 |
| 285 | 2026-05-29T09:41:40.095Z | Compiling rustix v1.1.4 |
| 286 | 2026-05-29T09:41:40.116Z | Compiling ref-cast v1.0.25 |
| 287 | 2026-05-29T09:41:40.218Z | Compiling proc-macro-crate v3.5.0 |
| 288 | 2026-05-29T09:41:40.309Z | Compiling getrandom v0.4.2 |
| 289 | 2026-05-29T09:41:40.327Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 290 | 2026-05-29T09:41:40.433Z | Compiling version_check v0.9.5 |
| 291 | 2026-05-29T09:41:40.462Z | Checking rand_core v0.10.1 |
| 292 | 2026-05-29T09:41:40.639Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 293 | 2026-05-29T09:41:40.696Z | Checking errno v0.3.14 |
| 294 | 2026-05-29T09:41:40.702Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 295 | 2026-05-29T09:41:40.922Z | Compiling regex v1.12.3 |
| 296 | 2026-05-29T09:41:40.951Z | Checking unicode-width v0.2.2 |
| 297 | 2026-05-29T09:41:41.161Z | Checking once_cell v1.21.4 |
| 298 | 2026-05-29T09:41:41.168Z | Checking cpufeatures v0.3.0 |
| 299 | 2026-05-29T09:41:41.192Z | Checking foreign-types-shared v0.3.1 |
| 300 | 2026-05-29T09:41:41.227Z | Checking utf8parse v0.2.2 |
| 301 | 2026-05-29T09:41:41.269Z | Checking ipnetwork v0.21.1 |
| 302 | 2026-05-29T09:41:41.305Z | Compiling darling_core v0.21.3 |
| 303 | 2026-05-29T09:41:41.318Z | Checking anstyle-parse v1.0.0 |
| 304 | 2026-05-29T09:41:41.324Z | Checking tracing-core v0.1.36 |
| 305 | 2026-05-29T09:41:41.436Z | Checking chacha20 v0.10.0 |
| 306 | 2026-05-29T09:41:41.457Z | Checking tabwriter v1.4.1 |
| 307 | 2026-05-29T09:41:41.595Z | Checking cstr-argument v0.1.2 |
| 308 | 2026-05-29T09:41:41.800Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 309 | 2026-05-29T09:41:41.832Z | Checking colorchoice v1.0.5 |
| 310 | 2026-05-29T09:41:41.920Z | Checking pin-project-lite v0.2.17 |
| 311 | 2026-05-29T09:41:41.948Z | Checking anstyle v1.0.14 |
| 312 | 2026-05-29T09:41:41.988Z | Checking is_terminal_polyfill v1.70.2 |
| 313 | 2026-05-29T09:41:42.001Z | Checking pretty-hex v0.4.2 |
| 314 | 2026-05-29T09:41:42.015Z | Checking dyn-clone v1.0.20 |
| 315 | 2026-05-29T09:41:42.064Z | Checking anstyle-query v1.1.5 |
| 316 | 2026-05-29T09:41:42.071Z | Checking terminal_size v0.4.4 |
| 317 | 2026-05-29T09:41:42.125Z | Checking rand v0.10.1 |
| 318 | 2026-05-29T09:41:42.144Z | Checking anstream v1.0.0 |
| 319 | 2026-05-29T09:41:42.171Z | Checking uuid v1.23.1 |
| 320 | 2026-05-29T09:41:42.306Z | Checking socket2 v0.6.3 |
| 321 | 2026-05-29T09:41:42.405Z | Checking colored v3.1.1 |
| 322 | 2026-05-29T09:41:42.420Z | Compiling heck v0.5.0 |
| 323 | 2026-05-29T09:41:42.511Z | Compiling thiserror-impl v2.0.18 |
| 324 | 2026-05-29T09:41:42.546Z | Compiling zerocopy-derive v0.8.48 |
| 325 | 2026-05-29T09:41:42.569Z | Compiling serde_derive v1.0.228 |
| 326 | 2026-05-29T09:41:42.593Z | Compiling foreign-types-macros v0.2.3 |
| 327 | 2026-05-29T09:41:42.611Z | Compiling num_enum_derive v0.7.6 |
| 328 | 2026-05-29T09:41:43.172Z | Compiling ref-cast-impl v1.0.25 |
| 329 | 2026-05-29T09:41:43.209Z | Checking foreign-types v0.5.0 |
| 330 | 2026-05-29T09:41:43.276Z | Compiling tracing-attributes v0.1.31 |
| 331 | 2026-05-29T09:41:43.381Z | Compiling darling_macro v0.21.3 |
| 332 | 2026-05-29T09:41:43.593Z | Checking num_enum v0.7.6 |
| 333 | 2026-05-29T09:41:43.696Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 334 | 2026-05-29T09:41:43.802Z | Checking cobs v0.3.0 |
| 335 | 2026-05-29T09:41:43.841Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 336 | 2026-05-29T09:41:43.892Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 337 | 2026-05-29T09:41:43.938Z | Compiling darling v0.21.3 |
| 338 | 2026-05-29T09:41:43.946Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 339 | 2026-05-29T09:41:43.993Z | Checking oxnet v0.1.5 |
| 340 | 2026-05-29T09:41:44.010Z | Compiling ingot-macros v0.1.1 |
| 341 | 2026-05-29T09:41:44.179Z | Checking clap_lex v1.1.0 |
| 342 | 2026-05-29T09:41:44.271Z | Compiling clap_derive v4.6.1 |
| 343 | 2026-05-29T09:41:44.298Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 344 | 2026-05-29T09:41:44.341Z | Checking clap_builder v4.6.0 |
| 345 | 2026-05-29T09:41:44.401Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 346 | 2026-05-29T09:41:44.552Z | Checking tracing v0.1.44 |
| 347 | 2026-05-29T09:41:45.532Z | Checking postcard v1.1.3 |
| 348 | 2026-05-29T09:41:45.685Z | Checking clap v4.6.1 |
| 349 | 2026-05-29T09:41:46.574Z | Checking ingot-types v0.1.2 |
| 350 | 2026-05-29T09:41:46.839Z | Checking ingot v0.1.1 |
| 351 | 2026-05-29T09:41:48.112Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 352 | 2026-05-29T09:41:49.308Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 353 | 2026-05-29T09:41:50.521Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 354 | 2026-05-29T09:41:51.346Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.77s |
| 355 | 2026-05-29T09:41:51.465Z | |
| 356 | 2026-05-29T09:41:51.469Z | real 19.940928609 |
| 357 | 2026-05-29T09:41:51.469Z | user 53.884000258 |
| 358 | 2026-05-29T09:41:51.469Z | sys 13.314869812 |
| 359 | 2026-05-29T09:41:51.469Z | trap 0.040833792 |
| 360 | 2026-05-29T09:41:51.469Z | tflt 0.060239411 |
| 361 | 2026-05-29T09:41:51.469Z | dflt 0.161201285 |
| 362 | 2026-05-29T09:41:51.469Z | kflt 0.006043540 |
| 363 | 2026-05-29T09:41:51.469Z | lock 2:54.789991780 |
| 364 | 2026-05-29T09:41:51.469Z | slp 3:05.482390911 |
| 365 | 2026-05-29T09:41:51.469Z | lat 3.510259357 |
| 366 | 2026-05-29T09:41:51.469Z | stop 10.787939426 |
| 367 | 2026-05-29T09:41:51.469Z | + header 'debug build' |
| 368 | 2026-05-29T09:41:51.469Z | + echo '# ==== debug build ==== #' |
| 369 | 2026-05-29T09:41:51.469Z | # ==== debug build ==== # |
| 370 | 2026-05-29T09:41:51.469Z | + ptime -m cargo build |
| 371 | 2026-05-29T09:41:51.620Z | Compiling cfg-if v1.0.4 |
| 372 | 2026-05-29T09:41:51.623Z | Compiling serde_core v1.0.228 |
| 373 | 2026-05-29T09:41:51.623Z | Compiling libc v0.2.186 |
| 374 | 2026-05-29T09:41:51.647Z | Compiling thiserror v2.0.18 |
| 375 | 2026-05-29T09:41:51.650Z | Compiling byteorder v1.5.0 |
| 376 | 2026-05-29T09:41:51.653Z | Compiling zerocopy v0.8.48 |
| 377 | 2026-05-29T09:41:51.653Z | Compiling stable_deref_trait v1.2.1 |
| 378 | 2026-05-29T09:41:51.657Z | Compiling macaddr v1.0.1 |
| 379 | 2026-05-29T09:41:51.695Z | Compiling managed v0.8.0 |
| 380 | 2026-05-29T09:41:51.706Z | Compiling cobs v0.3.0 |
| 381 | 2026-05-29T09:41:51.723Z | Compiling rand_core v0.10.1 |
| 382 | 2026-05-29T09:41:51.812Z | Compiling hash32 v0.3.1 |
| 383 | 2026-05-29T09:41:51.870Z | Compiling bitflags v1.3.2 |
| 384 | 2026-05-29T09:41:51.886Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 385 | 2026-05-29T09:41:51.906Z | Compiling heapless v0.8.0 |
| 386 | 2026-05-29T09:41:51.930Z | Compiling errno v0.3.14 |
| 387 | 2026-05-29T09:41:51.953Z | Compiling utf8parse v0.2.2 |
| 388 | 2026-05-29T09:41:51.971Z | Compiling unicode-width v0.2.2 |
| 389 | 2026-05-29T09:41:51.971Z | Compiling once_cell v1.21.4 |
| 390 | 2026-05-29T09:41:52.042Z | Compiling cpufeatures v0.3.0 |
| 391 | 2026-05-29T09:41:52.086Z | Compiling ipnetwork v0.21.1 |
| 392 | 2026-05-29T09:41:52.106Z | Compiling memchr v2.8.0 |
| 393 | 2026-05-29T09:41:52.114Z | Compiling foreign-types-shared v0.3.1 |
| 394 | 2026-05-29T09:41:52.191Z | Compiling tabwriter v1.4.1 |
| 395 | 2026-05-29T09:41:52.194Z | Compiling foreign-types v0.5.0 |
| 396 | 2026-05-29T09:41:52.261Z | Compiling tracing-core v0.1.36 |
| 397 | 2026-05-29T09:41:52.289Z | Compiling smoltcp v0.11.0 |
| 398 | 2026-05-29T09:41:52.325Z | Compiling chacha20 v0.10.0 |
| 399 | 2026-05-29T09:41:52.595Z | Compiling cstr-argument v0.1.2 |
| 400 | 2026-05-29T09:41:52.595Z | Compiling anstyle-parse v1.0.0 |
| 401 | 2026-05-29T09:41:52.656Z | Compiling ref-cast v1.0.25 |
| 402 | 2026-05-29T09:41:52.746Z | Compiling num_enum v0.7.6 |
| 403 | 2026-05-29T09:41:52.752Z | Compiling getrandom v0.4.2 |
| 404 | 2026-05-29T09:41:52.795Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 405 | 2026-05-29T09:41:52.847Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 406 | 2026-05-29T09:41:52.896Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 407 | 2026-05-29T09:41:52.945Z | Compiling anstyle-query v1.1.5 |
| 408 | 2026-05-29T09:41:52.950Z | Compiling pin-project-lite v0.2.17 |
| 409 | 2026-05-29T09:41:53.032Z | Compiling colorchoice v1.0.5 |
| 410 | 2026-05-29T09:41:53.045Z | Compiling dyn-clone v1.0.20 |
| 411 | 2026-05-29T09:41:53.162Z | Compiling anstyle v1.0.14 |
| 412 | 2026-05-29T09:41:53.229Z | Compiling pretty-hex v0.4.2 |
| 413 | 2026-05-29T09:41:53.276Z | Compiling bitflags v2.11.1 |
| 414 | 2026-05-29T09:41:53.354Z | Compiling serde v1.0.228 |
| 415 | 2026-05-29T09:41:53.419Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 416 | 2026-05-29T09:41:53.453Z | Compiling rustix v1.1.4 |
| 417 | 2026-05-29T09:41:53.493Z | Compiling is_terminal_polyfill v1.70.2 |
| 418 | 2026-05-29T09:41:53.555Z | Compiling anstream v1.0.0 |
| 419 | 2026-05-29T09:41:53.576Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 420 | 2026-05-29T09:41:53.715Z | Compiling uuid v1.23.1 |
| 421 | 2026-05-29T09:41:53.782Z | Compiling postcard v1.1.3 |
| 422 | 2026-05-29T09:41:54.008Z | Compiling terminal_size v0.4.4 |
| 423 | 2026-05-29T09:41:54.011Z | Compiling tracing v0.1.44 |
| 424 | 2026-05-29T09:41:54.055Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 425 | 2026-05-29T09:41:54.130Z | Compiling anyhow v1.0.102 |
| 426 | 2026-05-29T09:41:54.151Z | Compiling rand v0.10.1 |
| 427 | 2026-05-29T09:41:54.291Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 428 | 2026-05-29T09:41:54.378Z | Compiling socket2 v0.6.3 |
| 429 | 2026-05-29T09:41:54.403Z | Compiling winnow v1.0.2 |
| 430 | 2026-05-29T09:41:54.553Z | Compiling ingot-types v0.1.2 |
| 431 | 2026-05-29T09:41:54.628Z | Compiling oxnet v0.1.5 |
| 432 | 2026-05-29T09:41:54.667Z | Compiling strsim v0.11.1 |
| 433 | 2026-05-29T09:41:54.968Z | Compiling ingot v0.1.1 |
| 434 | 2026-05-29T09:41:55.014Z | Compiling colored v3.1.1 |
| 435 | 2026-05-29T09:41:55.101Z | Compiling clap_lex v1.1.0 |
| 436 | 2026-05-29T09:41:55.118Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 437 | 2026-05-29T09:41:55.480Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 438 | 2026-05-29T09:41:55.500Z | Compiling clap_builder v4.6.0 |
| 439 | 2026-05-29T09:41:56.868Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 440 | 2026-05-29T09:41:57.104Z | Compiling clap v4.6.1 |
| 441 | 2026-05-29T09:41:58.191Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 442 | 2026-05-29T09:41:59.616Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 443 | 2026-05-29T09:42:03.997Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.52s |
| 444 | 2026-05-29T09:42:04.027Z | |
| 445 | 2026-05-29T09:42:04.027Z | real 12.551904203 |
| 446 | 2026-05-29T09:42:04.027Z | user 1:04.178040880 |
| 447 | 2026-05-29T09:42:04.027Z | sys 6.005889048 |
| 448 | 2026-05-29T09:42:04.031Z | trap 0.031563990 |
| 449 | 2026-05-29T09:42:04.031Z | tflt 0.137620482 |
| 450 | 2026-05-29T09:42:04.031Z | dflt 0.229668457 |
| 451 | 2026-05-29T09:42:04.031Z | kflt 0.002542480 |
| 452 | 2026-05-29T09:42:04.031Z | lock 2:54.665458844 |
| 453 | 2026-05-29T09:42:04.031Z | slp 1:56.182981582 |
| 454 | 2026-05-29T09:42:04.031Z | lat 3.444501504 |
| 455 | 2026-05-29T09:42:04.031Z | stop 2.846499619 |
| 456 | 2026-05-29T09:42:04.031Z | + header 'release build' |
| 457 | 2026-05-29T09:42:04.031Z | + echo '# ==== release build ==== #' |
| 458 | 2026-05-29T09:42:04.031Z | # ==== release build ==== # |
| 459 | 2026-05-29T09:42:04.031Z | + ptime -m cargo build --release |
| 460 | 2026-05-29T09:42:04.124Z | Compiling proc-macro2 v1.0.106 |
| 461 | 2026-05-29T09:42:04.124Z | Compiling unicode-ident v1.0.24 |
| 462 | 2026-05-29T09:42:04.124Z | Compiling quote v1.0.45 |
| 463 | 2026-05-29T09:42:04.127Z | Compiling serde_core v1.0.228 |
| 464 | 2026-05-29T09:42:04.127Z | Compiling libc v0.2.186 |
| 465 | 2026-05-29T09:42:04.127Z | Compiling cfg-if v1.0.4 |
| 466 | 2026-05-29T09:42:04.127Z | Compiling ident_case v1.0.1 |
| 467 | 2026-05-29T09:42:04.128Z | Compiling fnv v1.0.7 |
| 468 | 2026-05-29T09:42:04.196Z | Compiling memchr v2.8.0 |
| 469 | 2026-05-29T09:42:04.217Z | Compiling thiserror v2.0.18 |
| 470 | 2026-05-29T09:42:04.240Z | Compiling strsim v0.11.1 |
| 471 | 2026-05-29T09:42:04.244Z | Compiling regex-syntax v0.8.10 |
| 472 | 2026-05-29T09:42:04.471Z | Compiling serde v1.0.228 |
| 473 | 2026-05-29T09:42:04.541Z | Compiling anyhow v1.0.102 |
| 474 | 2026-05-29T09:42:04.743Z | Compiling aho-corasick v1.1.4 |
| 475 | 2026-05-29T09:42:04.747Z | Compiling equivalent v1.0.2 |
| 476 | 2026-05-29T09:42:04.770Z | Compiling hashbrown v0.17.0 |
| 477 | 2026-05-29T09:42:04.813Z | Compiling zerocopy v0.8.48 |
| 478 | 2026-05-29T09:42:04.849Z | Compiling winnow v1.0.2 |
| 479 | 2026-05-29T09:42:04.866Z | Compiling either v1.15.0 |
| 480 | 2026-05-29T09:42:05.050Z | Compiling itertools v0.14.0 |
| 481 | 2026-05-29T09:42:05.267Z | Compiling indexmap v2.14.0 |
| 482 | 2026-05-29T09:42:05.341Z | Compiling syn v2.0.117 |
| 483 | 2026-05-29T09:42:05.440Z | Compiling heapless v0.8.0 |
| 484 | 2026-05-29T09:42:05.735Z | Compiling regex-automata v0.4.14 |
| 485 | 2026-05-29T09:42:05.839Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 486 | 2026-05-29T09:42:05.859Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 487 | 2026-05-29T09:42:06.066Z | Compiling byteorder v1.5.0 |
| 488 | 2026-05-29T09:42:06.216Z | Compiling bitflags v2.11.1 |
| 489 | 2026-05-29T09:42:06.241Z | Compiling hash32 v0.3.1 |
| 490 | 2026-05-29T09:42:06.246Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 491 | 2026-05-29T09:42:06.249Z | Compiling stable_deref_trait v1.2.1 |
| 492 | 2026-05-29T09:42:06.306Z | Compiling smoltcp v0.11.0 |
| 493 | 2026-05-29T09:42:06.353Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 494 | 2026-05-29T09:42:06.360Z | Compiling syn v1.0.109 |
| 495 | 2026-05-29T09:42:06.363Z | Compiling macaddr v1.0.1 |
| 496 | 2026-05-29T09:42:06.537Z | Compiling rustversion v1.0.22 |
| 497 | 2026-05-29T09:42:06.595Z | Compiling rand_core v0.10.1 |
| 498 | 2026-05-29T09:42:06.633Z | Compiling getrandom v0.4.2 |
| 499 | 2026-05-29T09:42:06.691Z | Compiling bitflags v1.3.2 |
| 500 | 2026-05-29T09:42:06.742Z | Compiling proc-macro-crate v3.5.0 |
| 501 | 2026-05-29T09:42:06.750Z | Compiling ref-cast v1.0.25 |
| 502 | 2026-05-29T09:42:06.895Z | Compiling managed v0.8.0 |
| 503 | 2026-05-29T09:42:06.906Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 504 | 2026-05-29T09:42:07.007Z | Compiling rustix v1.1.4 |
| 505 | 2026-05-29T09:42:07.049Z | Compiling version_check v0.9.5 |
| 506 | 2026-05-29T09:42:07.154Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 507 | 2026-05-29T09:42:07.300Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 508 | 2026-05-29T09:42:07.355Z | Compiling regex v1.12.3 |
| 509 | 2026-05-29T09:42:07.521Z | Compiling errno v0.3.14 |
| 510 | 2026-05-29T09:42:07.652Z | Compiling once_cell v1.21.4 |
| 511 | 2026-05-29T09:42:07.669Z | Compiling cpufeatures v0.3.0 |
| 512 | 2026-05-29T09:42:07.692Z | Compiling ipnetwork v0.21.1 |
| 513 | 2026-05-29T09:42:07.727Z | Compiling utf8parse v0.2.2 |
| 514 | 2026-05-29T09:42:07.732Z | Compiling foreign-types-shared v0.3.1 |
| 515 | 2026-05-29T09:42:07.805Z | Compiling unicode-width v0.2.2 |
| 516 | 2026-05-29T09:42:07.865Z | Compiling darling_core v0.21.3 |
| 517 | 2026-05-29T09:42:08.047Z | Compiling tabwriter v1.4.1 |
| 518 | 2026-05-29T09:42:08.083Z | Compiling tracing-core v0.1.36 |
| 519 | 2026-05-29T09:42:08.217Z | Compiling cstr-argument v0.1.2 |
| 520 | 2026-05-29T09:42:08.359Z | Compiling anstyle-parse v1.0.0 |
| 521 | 2026-05-29T09:42:08.366Z | Compiling chacha20 v0.10.0 |
| 522 | 2026-05-29T09:42:08.899Z | Compiling anstyle-query v1.1.5 |
| 523 | 2026-05-29T09:42:08.956Z | Compiling anstyle v1.0.14 |
| 524 | 2026-05-29T09:42:08.988Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 525 | 2026-05-29T09:42:09.005Z | Compiling thiserror-impl v2.0.18 |
| 526 | 2026-05-29T09:42:09.008Z | Compiling zerocopy-derive v0.8.48 |
| 527 | 2026-05-29T09:42:09.189Z | Compiling serde_derive v1.0.228 |
| 528 | 2026-05-29T09:42:09.198Z | Compiling num_enum_derive v0.7.6 |
| 529 | 2026-05-29T09:42:09.311Z | Compiling ref-cast-impl v1.0.25 |
| 530 | 2026-05-29T09:42:09.815Z | Compiling foreign-types-macros v0.2.3 |
| 531 | 2026-05-29T09:42:09.917Z | Compiling darling_macro v0.21.3 |
| 532 | 2026-05-29T09:42:10.004Z | Compiling tracing-attributes v0.1.31 |
| 533 | 2026-05-29T09:42:10.213Z | Compiling num_enum v0.7.6 |
| 534 | 2026-05-29T09:42:10.307Z | Compiling cobs v0.3.0 |
| 535 | 2026-05-29T09:42:10.317Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 536 | 2026-05-29T09:42:10.434Z | Compiling foreign-types v0.5.0 |
| 537 | 2026-05-29T09:42:10.463Z | Compiling darling v0.21.3 |
| 538 | 2026-05-29T09:42:10.493Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 539 | 2026-05-29T09:42:10.497Z | Compiling is_terminal_polyfill v1.70.2 |
| 540 | 2026-05-29T09:42:10.515Z | Compiling pin-project-lite v0.2.17 |
| 541 | 2026-05-29T09:42:10.528Z | Compiling ingot-macros v0.1.1 |
| 542 | 2026-05-29T09:42:10.568Z | Compiling colorchoice v1.0.5 |
| 543 | 2026-05-29T09:42:10.596Z | Compiling pretty-hex v0.4.2 |
| 544 | 2026-05-29T09:42:10.665Z | Compiling dyn-clone v1.0.20 |
| 545 | 2026-05-29T09:42:10.718Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 546 | 2026-05-29T09:42:10.793Z | Compiling anstream v1.0.0 |
| 547 | 2026-05-29T09:42:10.802Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 548 | 2026-05-29T09:42:10.908Z | Compiling terminal_size v0.4.4 |
| 549 | 2026-05-29T09:42:10.962Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 550 | 2026-05-29T09:42:11.129Z | Compiling rand v0.10.1 |
| 551 | 2026-05-29T09:42:11.183Z | Compiling uuid v1.23.1 |
| 552 | 2026-05-29T09:42:11.210Z | Compiling tracing v0.1.44 |
| 553 | 2026-05-29T09:42:11.349Z | Compiling socket2 v0.6.3 |
| 554 | 2026-05-29T09:42:11.523Z | Compiling clap_lex v1.1.0 |
| 555 | 2026-05-29T09:42:11.566Z | Compiling colored v3.1.1 |
| 556 | 2026-05-29T09:42:11.821Z | Compiling oxnet v0.1.5 |
| 557 | 2026-05-29T09:42:11.881Z | Compiling heck v0.5.0 |
| 558 | 2026-05-29T09:42:12.062Z | Compiling clap_derive v4.6.1 |
| 559 | 2026-05-29T09:42:12.086Z | Compiling clap_builder v4.6.0 |
| 560 | 2026-05-29T09:42:12.095Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 561 | 2026-05-29T09:42:12.338Z | Compiling postcard v1.1.3 |
| 562 | 2026-05-29T09:42:13.357Z | Compiling ingot-types v0.1.2 |
| 563 | 2026-05-29T09:42:13.669Z | Compiling ingot v0.1.1 |
| 564 | 2026-05-29T09:42:13.926Z | Compiling clap v4.6.1 |
| 565 | 2026-05-29T09:42:15.378Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 566 | 2026-05-29T09:42:16.372Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 567 | 2026-05-29T09:42:17.422Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 568 | 2026-05-29T09:42:23.827Z | Finished `release` profile [optimized + debuginfo] target(s) in 19.79s |
| 569 | 2026-05-29T09:42:23.855Z | |
| 570 | 2026-05-29T09:42:23.855Z | real 19.817544103 |
| 571 | 2026-05-29T09:42:23.855Z | user 1:41.462439355 |
| 572 | 2026-05-29T09:42:23.858Z | sys 13.559982145 |
| 573 | 2026-05-29T09:42:23.858Z | trap 0.049941980 |
| 574 | 2026-05-29T09:42:23.858Z | tflt 0.065843067 |
| 575 | 2026-05-29T09:42:23.858Z | dflt 0.352377803 |
| 576 | 2026-05-29T09:42:23.859Z | kflt 0.000013170 |
| 577 | 2026-05-29T09:42:23.859Z | lock 4:23.097684935 |
| 578 | 2026-05-29T09:42:23.859Z | slp 3:23.145572376 |
| 579 | 2026-05-29T09:42:23.859Z | lat 5.743187203 |
| 580 | 2026-05-29T09:42:23.859Z | stop 8.962852016 |
| 581 | 2026-05-29T09:42:23.859Z | + popd |
| 582 | 2026-05-29T09:42:23.859Z | /work/oxidecomputer/opte |
| 583 | 2026-05-29T09:42:23.859Z | + for x in debug release |
| 584 | 2026-05-29T09:42:23.859Z | + mkdir -p /work/debug |
| 585 | 2026-05-29T09:42:23.859Z | + cp target/debug/opteadm /work/debug/ |
| 586 | 2026-05-29T09:42:23.880Z | + sha256sum target/debug/opteadm |
| 587 | 2026-05-29T09:42:23.906Z | + for x in debug release |
| 588 | 2026-05-29T09:42:23.906Z | + mkdir -p /work/release |
| 589 | 2026-05-29T09:42:23.909Z | + cp target/release/opteadm /work/release/ |
| 590 | 2026-05-29T09:42:23.923Z | + sha256sum target/release/opteadm |
| 591 | 2026-05-29T09:42:23.941Z | process exited: duration 66459 ms, exit code 0 |
| |
| 592 | 2026-05-29T09:42:23.952Z | found 4 output files |
| 593 | 2026-05-29T09:42:23.952Z | uploading: /work/debug/opteadm (36383584 bytes) |
| 594 | 2026-05-29T09:42:25.157Z | uploaded: /work/debug/opteadm |
| 595 | 2026-05-29T09:42:25.157Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
| 596 | 2026-05-29T09:42:26.166Z | uploaded: /work/debug/opteadm.debug.sha256 |
| 597 | 2026-05-29T09:42:26.166Z | uploading: /work/release/opteadm (24514872 bytes) |
| 598 | 2026-05-29T09:42:27.337Z | uploaded: /work/release/opteadm |
| 599 | 2026-05-29T09:42:27.337Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
| 600 | 2026-05-29T09:42:28.344Z | uploaded: /work/release/opteadm.release.sha256 |