|
|
|
| 1 | 2026-06-29T04:03:37.455Z | job assigned to worker 01KW8RPN9H73Z9DA2X3DD7PVKA [factory aws, i-040de07f8fa3612bc] (queued for 53 s) |
| |
| 2 | 2026-06-29T04:03:43.742Z | starting task 0: "setup" |
| 3 | 2026-06-29T04:03:43.746Z | ++ uname -s |
| 4 | 2026-06-29T04:03:43.749Z | + kern=SunOS |
| 5 | 2026-06-29T04:03:43.749Z | + build_user=build |
| 6 | 2026-06-29T04:03:43.749Z | + build_uid=12345 |
| 7 | 2026-06-29T04:03:43.750Z | + work_dir=/work |
| 8 | 2026-06-29T04:03:43.750Z | + input_dir=/input |
| 9 | 2026-06-29T04:03:43.750Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-29T04:03:43.750Z | + case "$kern" in |
| 11 | 2026-06-29T04:03:43.750Z | + groupadd -g 12345 build |
| 12 | 2026-06-29T04:03:43.750Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-29T04:03:45.756Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-29T04:03:45.843Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-29T04:03:45.847Z | + home_fs=zfs |
| 16 | 2026-06-29T04:03:45.847Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-29T04:03:45.847Z | + mkdir -p /home/build |
| 18 | 2026-06-29T04:03:45.847Z | + chown build:build /home/build /work |
| 19 | 2026-06-29T04:03:47.848Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-29T04:03:47.851Z | process exited: duration 4110 ms, exit code 0 |
| |
| 21 | 2026-06-29T04:03:47.857Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-29T04:03:47.861Z | * rust toolchain channel = "1.96.0" |
| 23 | 2026-06-29T04:03:47.861Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 24 | 2026-06-29T04:03:47.862Z | * rust toolchain profile = "default" |
| 25 | 2026-06-29T04:03:47.862Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-29T04:03:47.862Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-29T04:03:47.862Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-29T04:03:47.865Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-29T04:03:47.865Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-29T04:03:48.018Z | info: downloading installer |
| 31 | 2026-06-29T04:03:49.425Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-29T04:03:49.425Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-29T04:03:49.425Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-29T04:03:49.426Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-29T04:03:49.438Z | info: profile set to default |
| 36 | 2026-06-29T04:03:49.438Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-29T04:03:49.441Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-29T04:03:49.584Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-29T04:03:49.587Z | info: downloading 6 components |
| 40 | 2026-06-29T04:04:04.598Z | |
| 41 | 2026-06-29T04:04:04.598Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 42 | 2026-06-29T04:04:04.631Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-29T04:04:04.631Z | |
| 44 | 2026-06-29T04:04:04.631Z | |
| 45 | 2026-06-29T04:04:04.631Z | Rust is installed now. Great! |
| 46 | 2026-06-29T04:04:04.631Z | |
| 47 | 2026-06-29T04:04:04.632Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-29T04:04:04.632Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-29T04:04:04.632Z | |
| 50 | 2026-06-29T04:04:04.632Z | To configure your current shell, you need to source |
| 51 | 2026-06-29T04:04:04.632Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-29T04:04:04.632Z | |
| 53 | 2026-06-29T04:04:04.632Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-29T04:04:04.635Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-29T04:04:04.635Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-29T04:04:04.635Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-29T04:04:04.635Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-29T04:04:04.635Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-29T04:04:04.635Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-29T04:04:04.635Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-29T04:04:04.635Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-29T04:04:04.738Z | + rustup --version |
| 63 | 2026-06-29T04:04:04.746Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-29T04:04:04.750Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-29T04:04:04.768Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-29T04:04:04.772Z | + cargo --version |
| 67 | 2026-06-29T04:04:04.785Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-29T04:04:04.788Z | + rustc --version |
| 69 | 2026-06-29T04:04:04.807Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-29T04:04:04.811Z | process exited: duration 16952 ms, exit code 0 |
| |
| 71 | 2026-06-29T04:04:04.817Z | starting task 2: "authentication" |
| 72 | 2026-06-29T04:04:04.834Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-29T04:04:04.841Z | starting task 3: "clone repository" |
| 74 | 2026-06-29T04:04:04.844Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-29T04:04:04.847Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-29T04:04:04.881Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-29T04:04:05.747Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-29T04:04:05.747Z | + git fetch origin 82c081243dd488ddb658321919066c3bede18e40 |
| 79 | 2026-06-29T04:04:05.973Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-29T04:04:05.973Z | * branch 82c081243dd488ddb658321919066c3bede18e40 -> FETCH_HEAD |
| 81 | 2026-06-29T04:04:05.979Z | + [[ -n renovate/rust-1.x ]] |
| 82 | 2026-06-29T04:04:05.982Z | ++ git branch --show-current |
| 83 | 2026-06-29T04:04:05.985Z | + current=master |
| 84 | 2026-06-29T04:04:05.985Z | + [[ master != renovate/rust-1.x ]] |
| 85 | 2026-06-29T04:04:05.985Z | + git branch -f renovate/rust-1.x 82c081243dd488ddb658321919066c3bede18e40 |
| 86 | 2026-06-29T04:04:05.988Z | + git checkout -f renovate/rust-1.x |
| 87 | 2026-06-29T04:04:06.002Z | Switched to branch 'renovate/rust-1.x' |
| 88 | 2026-06-29T04:04:06.005Z | + git reset --hard 82c081243dd488ddb658321919066c3bede18e40 |
| 89 | 2026-06-29T04:04:06.019Z | HEAD is now at 82c0812 Update Rust to nightly-2026-06-29 |
| 90 | 2026-06-29T04:04:06.022Z | process exited: duration 1178 ms, exit code 0 |
| |
| 91 | 2026-06-29T04:04:06.028Z | starting task 4: "build" |
| 92 | 2026-06-29T04:04:06.031Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-29T04:04:06.034Z | ++ rustup show active-toolchain |
| 94 | 2026-06-29T04:04:06.037Z | 1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-06-29T04:04:06.037Z | ++ pushd xde |
| 96 | 2026-06-29T04:04:06.040Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-06-29T04:04:06.040Z | ++ rustup show active-toolchain |
| 98 | 2026-06-29T04:04:06.043Z | info: syncing channel updates for nightly-2026-06-29-x86_64-unknown-illumos |
| 99 | 2026-06-29T04:04:06.204Z | info: latest update on 2026-06-29 for version 1.98.0-nightly (df6ee909e 2026-06-28) |
| 100 | 2026-06-29T04:04:06.208Z | info: downloading 6 components |
| 101 | 2026-06-29T04:04:21.502Z | nightly-2026-06-29-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-06-29T04:04:21.601Z | +++ rustup show active-toolchain -v |
| 103 | 2026-06-29T04:04:21.605Z | +++ head -n 1 |
| 104 | 2026-06-29T04:04:21.605Z | +++ cut '-d ' -f1 |
| 105 | 2026-06-29T04:04:21.657Z | ++ export NIGHTLY=nightly-2026-06-29-x86_64-unknown-illumos |
| 106 | 2026-06-29T04:04:21.657Z | ++ NIGHTLY=nightly-2026-06-29-x86_64-unknown-illumos |
| 107 | 2026-06-29T04:04:21.657Z | ++ popd |
| 108 | 2026-06-29T04:04:21.660Z | /work/oxidecomputer/opte |
| 109 | 2026-06-29T04:04:21.660Z | + cargo --version |
| 110 | 2026-06-29T04:04:21.667Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 111 | 2026-06-29T04:04:21.670Z | + rustc --version |
| 112 | 2026-06-29T04:04:21.689Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 113 | 2026-06-29T04:04:21.693Z | + pushd bin/opteadm |
| 114 | 2026-06-29T04:04:21.693Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 115 | 2026-06-29T04:04:21.693Z | + header 'check style' |
| 116 | 2026-06-29T04:04:21.693Z | + echo '# ==== check style ==== #' |
| 117 | 2026-06-29T04:04:21.693Z | # ==== check style ==== # |
| 118 | 2026-06-29T04:04:21.693Z | + ptime -m cargo +nightly-2026-06-29-x86_64-unknown-illumos fmt -- --check |
| 119 | 2026-06-29T04:04:21.765Z | |
| 120 | 2026-06-29T04:04:21.765Z | real 0.070442610 |
| 121 | 2026-06-29T04:04:21.765Z | user 0.038915863 |
| 122 | 2026-06-29T04:04:21.765Z | sys 0.028753471 |
| 123 | 2026-06-29T04:04:21.765Z | trap 0.000000460 |
| 124 | 2026-06-29T04:04:21.769Z | tflt 0.000004300 |
| 125 | 2026-06-29T04:04:21.769Z | dflt 0.000009230 |
| 126 | 2026-06-29T04:04:21.769Z | kflt 0.000000000 |
| 127 | 2026-06-29T04:04:21.769Z | lock 0.031504468 |
| 128 | 2026-06-29T04:04:21.769Z | slp 0.049787215 |
| 129 | 2026-06-29T04:04:21.769Z | lat 0.000872990 |
| 130 | 2026-06-29T04:04:21.769Z | stop 0.000106630 |
| 131 | 2026-06-29T04:04:21.769Z | + header analyze |
| 132 | 2026-06-29T04:04:21.769Z | + echo '# ==== analyze ==== #' |
| 133 | 2026-06-29T04:04:21.769Z | # ==== analyze ==== # |
| 134 | 2026-06-29T04:04:21.769Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 135 | 2026-06-29T04:04:21.891Z | Updating crates.io index |
| 136 | 2026-06-29T04:04:21.894Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-06-29T04:04:22.628Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-06-29T04:04:22.900Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-06-29T04:04:23.240Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-06-29T04:04:23.477Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-06-29T04:04:23.718Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-06-29T04:04:23.984Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-06-29T04:04:25.855Z | Downloading crates ... |
| 144 | 2026-06-29T04:04:25.906Z | Downloaded defmt v0.3.100 |
| 145 | 2026-06-29T04:04:25.912Z | Downloaded anstyle-parse v1.0.0 |
| 146 | 2026-06-29T04:04:25.915Z | Downloaded cobs v0.3.0 |
| 147 | 2026-06-29T04:04:25.920Z | Downloaded cfg-if v1.0.4 |
| 148 | 2026-06-29T04:04:25.923Z | Downloaded ipnetwork v0.21.1 |
| 149 | 2026-06-29T04:04:25.929Z | Downloaded tabwriter v1.4.1 |
| 150 | 2026-06-29T04:04:25.947Z | Downloaded cstr-argument v0.1.2 |
| 151 | 2026-06-29T04:04:25.951Z | Downloaded zerocopy-derive v0.8.52 |
| 152 | 2026-06-29T04:04:25.954Z | Downloaded is_terminal_polyfill v1.70.2 |
| 153 | 2026-06-29T04:04:25.957Z | Downloaded aho-corasick v1.1.4 |
| 154 | 2026-06-29T04:04:25.959Z | Downloaded version_check v0.9.5 |
| 155 | 2026-06-29T04:04:25.960Z | Downloaded clap_lex v1.1.0 |
| 156 | 2026-06-29T04:04:25.960Z | Downloaded embedded-io v0.6.1 |
| 157 | 2026-06-29T04:04:25.960Z | Downloaded cpufeatures v0.3.0 |
| 158 | 2026-06-29T04:04:25.963Z | Downloaded zerocopy v0.8.52 |
| 159 | 2026-06-29T04:04:25.972Z | Downloaded utf8parse v0.2.2 |
| 160 | 2026-06-29T04:04:25.975Z | Downloaded anstyle-query v1.1.5 |
| 161 | 2026-06-29T04:04:25.975Z | Downloaded fnv v1.0.7 |
| 162 | 2026-06-29T04:04:25.975Z | Downloaded either v1.16.0 |
| 163 | 2026-06-29T04:04:25.975Z | Downloaded defmt-macros v1.1.0 |
| 164 | 2026-06-29T04:04:25.978Z | Downloaded darling_macro v0.21.3 |
| 165 | 2026-06-29T04:04:25.978Z | Downloaded bitflags v1.3.2 |
| 166 | 2026-06-29T04:04:25.981Z | Downloaded foreign-types-macros v0.2.3 |
| 167 | 2026-06-29T04:04:25.981Z | Downloaded equivalent v1.0.2 |
| 168 | 2026-06-29T04:04:25.984Z | Downloaded ref-cast-impl v1.0.25 |
| 169 | 2026-06-29T04:04:25.984Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 170 | 2026-06-29T04:04:25.984Z | Downloaded macaddr v1.0.1 |
| 171 | 2026-06-29T04:04:25.988Z | Downloaded hash32 v0.3.1 |
| 172 | 2026-06-29T04:04:25.995Z | Downloaded bitflags v2.13.0 |
| 173 | 2026-06-29T04:04:26.010Z | Downloaded stable_deref_trait v1.2.1 |
| 174 | 2026-06-29T04:04:26.013Z | Downloaded foreign-types v0.5.0 |
| 175 | 2026-06-29T04:04:26.013Z | Downloaded dyn-clone v1.0.20 |
| 176 | 2026-06-29T04:04:26.017Z | Downloaded defmt-parser v1.0.0 |
| 177 | 2026-06-29T04:04:26.020Z | Downloaded ident_case v1.0.1 |
| 178 | 2026-06-29T04:04:26.020Z | Downloaded ref-cast v1.0.25 |
| 179 | 2026-06-29T04:04:26.020Z | Downloaded colorchoice v1.0.5 |
| 180 | 2026-06-29T04:04:26.023Z | Downloaded pretty-hex v0.4.2 |
| 181 | 2026-06-29T04:04:26.026Z | Downloaded foreign-types-shared v0.3.1 |
| 182 | 2026-06-29T04:04:26.031Z | Downloaded managed v0.8.0 |
| 183 | 2026-06-29T04:04:26.034Z | Downloaded errno v0.3.14 |
| 184 | 2026-06-29T04:04:26.037Z | Downloaded strsim v0.11.1 |
| 185 | 2026-06-29T04:04:26.037Z | Downloaded heck v0.5.0 |
| 186 | 2026-06-29T04:04:26.040Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 187 | 2026-06-29T04:04:26.043Z | Downloaded anstream v1.0.0 |
| 188 | 2026-06-29T04:04:26.046Z | Downloaded byteorder v1.5.0 |
| 189 | 2026-06-29T04:04:26.049Z | Downloaded embedded-io v0.4.0 |
| 190 | 2026-06-29T04:04:26.053Z | Downloaded proc-macro-crate v3.5.0 |
| 191 | 2026-06-29T04:04:26.056Z | Downloaded oxnet v0.1.6 |
| 192 | 2026-06-29T04:04:26.059Z | Downloaded defmt v1.1.0 |
| 193 | 2026-06-29T04:04:26.061Z | Downloaded num_enum_derive v0.7.6 |
| 194 | 2026-06-29T04:04:26.062Z | Downloaded thiserror v2.0.18 |
| 195 | 2026-06-29T04:04:26.069Z | Downloaded num_enum v0.7.6 |
| 196 | 2026-06-29T04:04:26.074Z | Downloaded quote v1.0.46 |
| 197 | 2026-06-29T04:04:26.077Z | Downloaded terminal_size v0.4.4 |
| 198 | 2026-06-29T04:04:26.077Z | Downloaded ingot-types v0.1.2 |
| 199 | 2026-06-29T04:04:26.080Z | Downloaded ingot v0.1.1 |
| 200 | 2026-06-29T04:04:26.080Z | Downloaded proc-macro-error2 v2.0.1 |
| 201 | 2026-06-29T04:04:26.083Z | Downloaded rustversion v1.0.22 |
| 202 | 2026-06-29T04:04:26.086Z | Downloaded pin-project-lite v0.2.17 |
| 203 | 2026-06-29T04:04:26.089Z | Downloaded thiserror-impl v2.0.18 |
| 204 | 2026-06-29T04:04:26.089Z | Downloaded darling v0.21.3 |
| 205 | 2026-06-29T04:04:26.092Z | Downloaded rand_core v0.10.1 |
| 206 | 2026-06-29T04:04:26.092Z | Downloaded anstyle v1.0.14 |
| 207 | 2026-06-29T04:04:26.100Z | Downloaded hashbrown v0.17.1 |
| 208 | 2026-06-29T04:04:26.103Z | Downloaded tracing-attributes v0.1.31 |
| 209 | 2026-06-29T04:04:26.108Z | Downloaded darling_core v0.21.3 |
| 210 | 2026-06-29T04:04:26.115Z | Downloaded clap_derive v4.6.1 |
| 211 | 2026-06-29T04:04:26.118Z | Downloaded chacha20 v0.10.0 |
| 212 | 2026-06-29T04:04:26.121Z | Downloaded ingot-macros v0.1.1 |
| 213 | 2026-06-29T04:04:26.124Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 214 | 2026-06-29T04:04:26.127Z | Downloaded proc-macro2 v1.0.106 |
| 215 | 2026-06-29T04:04:26.131Z | Downloaded once_cell v1.21.4 |
| 216 | 2026-06-29T04:04:26.131Z | Downloaded colored v3.1.1 |
| 217 | 2026-06-29T04:04:26.134Z | Downloaded getrandom v0.4.3 |
| 218 | 2026-06-29T04:04:26.145Z | Downloaded clap v4.6.1 |
| 219 | 2026-06-29T04:04:26.150Z | Downloaded unicode-ident v1.0.24 |
| 220 | 2026-06-29T04:04:26.153Z | Downloaded anyhow v1.0.102 |
| 221 | 2026-06-29T04:04:26.157Z | Downloaded serde_core v1.0.228 |
| 222 | 2026-06-29T04:04:26.159Z | Downloaded uuid v1.23.3 |
| 223 | 2026-06-29T04:04:26.168Z | Downloaded socket2 v0.6.4 |
| 224 | 2026-06-29T04:04:26.171Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 225 | 2026-06-29T04:04:26.174Z | Downloaded serde_derive v1.0.228 |
| 226 | 2026-06-29T04:04:26.177Z | Downloaded tracing-core v0.1.36 |
| 227 | 2026-06-29T04:04:26.177Z | Downloaded heapless v0.8.0 |
| 228 | 2026-06-29T04:04:26.180Z | Downloaded serde v1.0.228 |
| 229 | 2026-06-29T04:04:26.183Z | Downloaded postcard v1.1.3 |
| 230 | 2026-06-29T04:04:26.191Z | Downloaded rand v0.10.1 |
| 231 | 2026-06-29T04:04:26.202Z | Downloaded indexmap v2.14.0 |
| 232 | 2026-06-29T04:04:26.205Z | Downloaded memchr v2.8.2 |
| 233 | 2026-06-29T04:04:26.221Z | Downloaded clap_builder v4.6.0 |
| 234 | 2026-06-29T04:04:26.249Z | Downloaded regex v1.12.4 |
| 235 | 2026-06-29T04:04:26.252Z | Downloaded itertools v0.14.0 |
| 236 | 2026-06-29T04:04:26.276Z | Downloaded winnow v1.0.3 |
| 237 | 2026-06-29T04:04:26.281Z | Downloaded smoltcp v0.11.0 |
| 238 | 2026-06-29T04:04:26.294Z | Downloaded syn v1.0.109 |
| 239 | 2026-06-29T04:04:26.323Z | Downloaded syn v2.0.118 |
| 240 | 2026-06-29T04:04:26.328Z | Downloaded unicode-width v0.2.2 |
| 241 | 2026-06-29T04:04:26.351Z | Downloaded regex-syntax v0.8.11 |
| 242 | 2026-06-29T04:04:26.365Z | Downloaded rustix v1.1.4 |
| 243 | 2026-06-29T04:04:26.377Z | Downloaded tracing v0.1.44 |
| 244 | 2026-06-29T04:04:26.399Z | Downloaded regex-automata v0.4.14 |
| 245 | 2026-06-29T04:04:26.407Z | Downloaded libc v0.2.186 |
| 246 | 2026-06-29T04:04:26.469Z | Compiling proc-macro2 v1.0.106 |
| 247 | 2026-06-29T04:04:26.470Z | Compiling unicode-ident v1.0.24 |
| 248 | 2026-06-29T04:04:26.470Z | Compiling quote v1.0.46 |
| 249 | 2026-06-29T04:04:26.473Z | Compiling serde_core v1.0.228 |
| 250 | 2026-06-29T04:04:26.473Z | Compiling libc v0.2.186 |
| 251 | 2026-06-29T04:04:26.473Z | Checking cfg-if v1.0.4 |
| 252 | 2026-06-29T04:04:26.473Z | Compiling memchr v2.8.2 |
| 253 | 2026-06-29T04:04:26.473Z | Compiling thiserror v2.0.18 |
| 254 | 2026-06-29T04:04:26.594Z | Compiling strsim v0.11.1 |
| 255 | 2026-06-29T04:04:26.673Z | Compiling ident_case v1.0.1 |
| 256 | 2026-06-29T04:04:26.789Z | Compiling fnv v1.0.7 |
| 257 | 2026-06-29T04:04:26.879Z | Compiling regex-syntax v0.8.11 |
| 258 | 2026-06-29T04:04:26.885Z | Compiling either v1.16.0 |
| 259 | 2026-06-29T04:04:26.931Z | Compiling aho-corasick v1.1.4 |
| 260 | 2026-06-29T04:04:27.077Z | Compiling winnow v1.0.3 |
| 261 | 2026-06-29T04:04:27.084Z | Compiling zerocopy v0.8.52 |
| 262 | 2026-06-29T04:04:27.103Z | Compiling serde v1.0.228 |
| 263 | 2026-06-29T04:04:27.226Z | Compiling anyhow v1.0.102 |
| 264 | 2026-06-29T04:04:27.406Z | Compiling hashbrown v0.17.1 |
| 265 | 2026-06-29T04:04:27.472Z | Compiling equivalent v1.0.2 |
| 266 | 2026-06-29T04:04:27.643Z | Compiling itertools v0.14.0 |
| 267 | 2026-06-29T04:04:27.752Z | Compiling syn v2.0.118 |
| 268 | 2026-06-29T04:04:27.799Z | Compiling heapless v0.8.0 |
| 269 | 2026-06-29T04:04:27.965Z | Compiling indexmap v2.14.0 |
| 270 | 2026-06-29T04:04:28.099Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 271 | 2026-06-29T04:04:28.149Z | Checking byteorder v1.5.0 |
| 272 | 2026-06-29T04:04:28.307Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 273 | 2026-06-29T04:04:28.402Z | Checking bitflags v2.13.0 |
| 274 | 2026-06-29T04:04:28.414Z | Compiling regex-automata v0.4.14 |
| 275 | 2026-06-29T04:04:28.527Z | Checking hash32 v0.3.1 |
| 276 | 2026-06-29T04:04:28.566Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 277 | 2026-06-29T04:04:28.629Z | Compiling smoltcp v0.11.0 |
| 278 | 2026-06-29T04:04:28.672Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 279 | 2026-06-29T04:04:28.754Z | Compiling rustversion v1.0.22 |
| 280 | 2026-06-29T04:04:28.900Z | Checking macaddr v1.0.1 |
| 281 | 2026-06-29T04:04:28.903Z | Checking stable_deref_trait v1.2.1 |
| 282 | 2026-06-29T04:04:28.952Z | Compiling syn v1.0.109 |
| 283 | 2026-06-29T04:04:28.989Z | Checking bitflags v1.3.2 |
| 284 | 2026-06-29T04:04:29.037Z | Checking rand_core v0.10.1 |
| 285 | 2026-06-29T04:04:29.047Z | Checking managed v0.8.0 |
| 286 | 2026-06-29T04:04:29.129Z | Compiling proc-macro-crate v3.5.0 |
| 287 | 2026-06-29T04:04:29.168Z | Compiling version_check v0.9.5 |
| 288 | 2026-06-29T04:04:29.220Z | Compiling ref-cast v1.0.25 |
| 289 | 2026-06-29T04:04:29.291Z | Compiling getrandom v0.4.3 |
| 290 | 2026-06-29T04:04:29.318Z | Compiling rustix v1.1.4 |
| 291 | 2026-06-29T04:04:29.429Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 292 | 2026-06-29T04:04:29.457Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 293 | 2026-06-29T04:04:29.641Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 294 | 2026-06-29T04:04:29.699Z | Checking errno v0.3.14 |
| 295 | 2026-06-29T04:04:29.811Z | Checking unicode-width v0.2.2 |
| 296 | 2026-06-29T04:04:29.843Z | Checking once_cell v1.21.4 |
| 297 | 2026-06-29T04:04:29.945Z | Checking utf8parse v0.2.2 |
| 298 | 2026-06-29T04:04:30.013Z | Checking ipnetwork v0.21.1 |
| 299 | 2026-06-29T04:04:30.036Z | Checking cpufeatures v0.3.0 |
| 300 | 2026-06-29T04:04:30.052Z | Checking foreign-types-shared v0.3.1 |
| 301 | 2026-06-29T04:04:30.097Z | Compiling regex v1.12.4 |
| 302 | 2026-06-29T04:04:30.129Z | Checking chacha20 v0.10.0 |
| 303 | 2026-06-29T04:04:30.183Z | Checking tabwriter v1.4.1 |
| 304 | 2026-06-29T04:04:30.319Z | Compiling darling_core v0.21.3 |
| 305 | 2026-06-29T04:04:30.322Z | Checking anstyle-parse v1.0.0 |
| 306 | 2026-06-29T04:04:30.458Z | Checking cstr-argument v0.1.2 |
| 307 | 2026-06-29T04:04:30.466Z | Checking tracing-core v0.1.36 |
| 308 | 2026-06-29T04:04:30.838Z | Checking dyn-clone v1.0.20 |
| 309 | 2026-06-29T04:04:30.935Z | Checking anstyle-query v1.1.5 |
| 310 | 2026-06-29T04:04:30.949Z | Checking is_terminal_polyfill v1.70.2 |
| 311 | 2026-06-29T04:04:30.967Z | Checking pin-project-lite v0.2.17 |
| 312 | 2026-06-29T04:04:30.974Z | Checking pretty-hex v0.4.2 |
| 313 | 2026-06-29T04:04:31.001Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 314 | 2026-06-29T04:04:31.015Z | Checking colorchoice v1.0.5 |
| 315 | 2026-06-29T04:04:31.027Z | Checking anstyle v1.0.14 |
| 316 | 2026-06-29T04:04:31.077Z | Checking terminal_size v0.4.4 |
| 317 | 2026-06-29T04:04:31.182Z | Checking rand v0.10.1 |
| 318 | 2026-06-29T04:04:31.196Z | Checking anstream v1.0.0 |
| 319 | 2026-06-29T04:04:31.212Z | Checking uuid v1.23.3 |
| 320 | 2026-06-29T04:04:31.302Z | Checking socket2 v0.6.4 |
| 321 | 2026-06-29T04:04:31.344Z | Checking clap_lex v1.1.0 |
| 322 | 2026-06-29T04:04:31.388Z | Checking colored v3.1.1 |
| 323 | 2026-06-29T04:04:31.483Z | Compiling thiserror-impl v2.0.18 |
| 324 | 2026-06-29T04:04:31.490Z | Compiling zerocopy-derive v0.8.52 |
| 325 | 2026-06-29T04:04:31.545Z | Compiling serde_derive v1.0.228 |
| 326 | 2026-06-29T04:04:31.581Z | Compiling ref-cast-impl v1.0.25 |
| 327 | 2026-06-29T04:04:31.616Z | Compiling foreign-types-macros v0.2.3 |
| 328 | 2026-06-29T04:04:31.639Z | Compiling num_enum_derive v0.7.6 |
| 329 | 2026-06-29T04:04:32.236Z | Checking foreign-types v0.5.0 |
| 330 | 2026-06-29T04:04:32.243Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 331 | 2026-06-29T04:04:32.303Z | Compiling tracing-attributes v0.1.31 |
| 332 | 2026-06-29T04:04:32.390Z | Compiling darling_macro v0.21.3 |
| 333 | 2026-06-29T04:04:32.648Z | Checking num_enum v0.7.6 |
| 334 | 2026-06-29T04:04:32.756Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 335 | 2026-06-29T04:04:32.828Z | Checking cobs v0.3.0 |
| 336 | 2026-06-29T04:04:32.875Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 337 | 2026-06-29T04:04:32.927Z | Checking oxnet v0.1.6 |
| 338 | 2026-06-29T04:04:32.930Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 339 | 2026-06-29T04:04:32.960Z | Compiling darling v0.21.3 |
| 340 | 2026-06-29T04:04:33.029Z | Compiling heck v0.5.0 |
| 341 | 2026-06-29T04:04:33.037Z | Compiling ingot-macros v0.1.1 |
| 342 | 2026-06-29T04:04:33.102Z | Checking clap_builder v4.6.0 |
| 343 | 2026-06-29T04:04:33.230Z | Compiling clap_derive v4.6.1 |
| 344 | 2026-06-29T04:04:33.405Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 345 | 2026-06-29T04:04:33.513Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 346 | 2026-06-29T04:04:33.549Z | Checking tracing v0.1.44 |
| 347 | 2026-06-29T04:04:34.591Z | Checking clap v4.6.1 |
| 348 | 2026-06-29T04:04:34.612Z | Checking postcard v1.1.3 |
| 349 | 2026-06-29T04:04:35.527Z | Checking ingot-types v0.1.2 |
| 350 | 2026-06-29T04:04:35.795Z | Checking ingot v0.1.1 |
| 351 | 2026-06-29T04:04:37.090Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 352 | 2026-06-29T04:04:38.304Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 353 | 2026-06-29T04:04:39.499Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 354 | 2026-06-29T04:04:40.320Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.50s |
| 355 | 2026-06-29T04:04:40.433Z | |
| 356 | 2026-06-29T04:04:40.433Z | real 18.661731553 |
| 357 | 2026-06-29T04:04:40.433Z | user 54.279914629 |
| 358 | 2026-06-29T04:04:40.433Z | sys 13.041699959 |
| 359 | 2026-06-29T04:04:40.433Z | trap 0.048034842 |
| 360 | 2026-06-29T04:04:40.433Z | tflt 0.089574388 |
| 361 | 2026-06-29T04:04:40.433Z | dflt 0.105917187 |
| 362 | 2026-06-29T04:04:40.433Z | kflt 0.004715453 |
| 363 | 2026-06-29T04:04:40.433Z | lock 3:21.823910687 |
| 364 | 2026-06-29T04:04:40.433Z | slp 3:02.643420722 |
| 365 | 2026-06-29T04:04:40.433Z | lat 3.045270325 |
| 366 | 2026-06-29T04:04:40.433Z | stop 12.433537381 |
| 367 | 2026-06-29T04:04:40.437Z | + header 'debug build' |
| 368 | 2026-06-29T04:04:40.437Z | + echo '# ==== debug build ==== #' |
| 369 | 2026-06-29T04:04:40.437Z | # ==== debug build ==== # |
| 370 | 2026-06-29T04:04:40.437Z | + ptime -m cargo build |
| 371 | 2026-06-29T04:04:40.589Z | Compiling cfg-if v1.0.4 |
| 372 | 2026-06-29T04:04:40.592Z | Compiling serde_core v1.0.228 |
| 373 | 2026-06-29T04:04:40.592Z | Compiling libc v0.2.186 |
| 374 | 2026-06-29T04:04:40.616Z | Compiling thiserror v2.0.18 |
| 375 | 2026-06-29T04:04:40.619Z | Compiling byteorder v1.5.0 |
| 376 | 2026-06-29T04:04:40.623Z | Compiling zerocopy v0.8.52 |
| 377 | 2026-06-29T04:04:40.626Z | Compiling macaddr v1.0.1 |
| 378 | 2026-06-29T04:04:40.626Z | Compiling stable_deref_trait v1.2.1 |
| 379 | 2026-06-29T04:04:40.666Z | Compiling bitflags v1.3.2 |
| 380 | 2026-06-29T04:04:40.675Z | Compiling cobs v0.3.0 |
| 381 | 2026-06-29T04:04:40.692Z | Compiling rand_core v0.10.1 |
| 382 | 2026-06-29T04:04:40.725Z | Compiling managed v0.8.0 |
| 383 | 2026-06-29T04:04:40.782Z | Compiling hash32 v0.3.1 |
| 384 | 2026-06-29T04:04:40.842Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 385 | 2026-06-29T04:04:40.858Z | Compiling ipnetwork v0.21.1 |
| 386 | 2026-06-29T04:04:40.923Z | Compiling heapless v0.8.0 |
| 387 | 2026-06-29T04:04:40.934Z | Compiling errno v0.3.14 |
| 388 | 2026-06-29T04:04:40.937Z | Compiling once_cell v1.21.4 |
| 389 | 2026-06-29T04:04:40.950Z | Compiling unicode-width v0.2.2 |
| 390 | 2026-06-29T04:04:41.057Z | Compiling foreign-types-shared v0.3.1 |
| 391 | 2026-06-29T04:04:41.091Z | Compiling utf8parse v0.2.2 |
| 392 | 2026-06-29T04:04:41.135Z | Compiling memchr v2.8.2 |
| 393 | 2026-06-29T04:04:41.160Z | Compiling cpufeatures v0.3.0 |
| 394 | 2026-06-29T04:04:41.185Z | Compiling anstyle-parse v1.0.0 |
| 395 | 2026-06-29T04:04:41.221Z | Compiling chacha20 v0.10.0 |
| 396 | 2026-06-29T04:04:41.242Z | Compiling tabwriter v1.4.1 |
| 397 | 2026-06-29T04:04:41.338Z | Compiling smoltcp v0.11.0 |
| 398 | 2026-06-29T04:04:41.384Z | Compiling foreign-types v0.5.0 |
| 399 | 2026-06-29T04:04:41.388Z | Compiling tracing-core v0.1.36 |
| 400 | 2026-06-29T04:04:41.486Z | Compiling getrandom v0.4.3 |
| 401 | 2026-06-29T04:04:41.548Z | Compiling cstr-argument v0.1.2 |
| 402 | 2026-06-29T04:04:41.652Z | Compiling ref-cast v1.0.25 |
| 403 | 2026-06-29T04:04:41.691Z | Compiling num_enum v0.7.6 |
| 404 | 2026-06-29T04:04:41.708Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 405 | 2026-06-29T04:04:41.740Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 406 | 2026-06-29T04:04:41.795Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 407 | 2026-06-29T04:04:41.809Z | Compiling pin-project-lite v0.2.17 |
| 408 | 2026-06-29T04:04:41.835Z | Compiling anstyle v1.0.14 |
| 409 | 2026-06-29T04:04:41.893Z | Compiling colorchoice v1.0.5 |
| 410 | 2026-06-29T04:04:42.005Z | Compiling is_terminal_polyfill v1.70.2 |
| 411 | 2026-06-29T04:04:42.085Z | Compiling anstyle-query v1.1.5 |
| 412 | 2026-06-29T04:04:42.091Z | Compiling dyn-clone v1.0.20 |
| 413 | 2026-06-29T04:04:42.187Z | Compiling pretty-hex v0.4.2 |
| 414 | 2026-06-29T04:04:42.249Z | Compiling anstream v1.0.0 |
| 415 | 2026-06-29T04:04:42.294Z | Compiling bitflags v2.13.0 |
| 416 | 2026-06-29T04:04:42.311Z | Compiling serde v1.0.228 |
| 417 | 2026-06-29T04:04:42.349Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 418 | 2026-06-29T04:04:42.507Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 419 | 2026-06-29T04:04:42.568Z | Compiling rustix v1.1.4 |
| 420 | 2026-06-29T04:04:42.732Z | Compiling uuid v1.23.3 |
| 421 | 2026-06-29T04:04:42.748Z | Compiling tracing v0.1.44 |
| 422 | 2026-06-29T04:04:42.770Z | Compiling postcard v1.1.3 |
| 423 | 2026-06-29T04:04:43.015Z | Compiling anyhow v1.0.102 |
| 424 | 2026-06-29T04:04:43.111Z | Compiling terminal_size v0.4.4 |
| 425 | 2026-06-29T04:04:43.116Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 426 | 2026-06-29T04:04:43.133Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 427 | 2026-06-29T04:04:43.246Z | Compiling rand v0.10.1 |
| 428 | 2026-06-29T04:04:43.257Z | Compiling socket2 v0.6.4 |
| 429 | 2026-06-29T04:04:43.341Z | Compiling colored v3.1.1 |
| 430 | 2026-06-29T04:04:43.592Z | Compiling ingot-types v0.1.2 |
| 431 | 2026-06-29T04:04:43.614Z | Compiling strsim v0.11.1 |
| 432 | 2026-06-29T04:04:43.787Z | Compiling winnow v1.0.3 |
| 433 | 2026-06-29T04:04:43.856Z | Compiling clap_lex v1.1.0 |
| 434 | 2026-06-29T04:04:44.006Z | Compiling ingot v0.1.1 |
| 435 | 2026-06-29T04:04:44.180Z | Compiling oxnet v0.1.6 |
| 436 | 2026-06-29T04:04:44.238Z | Compiling clap_builder v4.6.0 |
| 437 | 2026-06-29T04:04:44.241Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 438 | 2026-06-29T04:04:44.751Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 439 | 2026-06-29T04:04:45.722Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 440 | 2026-06-29T04:04:45.888Z | Compiling clap v4.6.1 |
| 441 | 2026-06-29T04:04:47.300Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 442 | 2026-06-29T04:04:48.735Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 443 | 2026-06-29T04:04:53.147Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.70s |
| 444 | 2026-06-29T04:04:53.174Z | |
| 445 | 2026-06-29T04:04:53.177Z | real 12.730779265 |
| 446 | 2026-06-29T04:04:53.177Z | user 1:04.958431079 |
| 447 | 2026-06-29T04:04:53.177Z | sys 6.005225721 |
| 448 | 2026-06-29T04:04:53.177Z | trap 0.033961597 |
| 449 | 2026-06-29T04:04:53.177Z | tflt 0.147976307 |
| 450 | 2026-06-29T04:04:53.177Z | dflt 0.211359158 |
| 451 | 2026-06-29T04:04:53.177Z | kflt 0.000026490 |
| 452 | 2026-06-29T04:04:53.177Z | lock 2:55.475161095 |
| 453 | 2026-06-29T04:04:53.177Z | slp 1:55.826000982 |
| 454 | 2026-06-29T04:04:53.177Z | lat 4.477327930 |
| 455 | 2026-06-29T04:04:53.177Z | stop 2.517150918 |
| 456 | 2026-06-29T04:04:53.177Z | + header 'release build' |
| 457 | 2026-06-29T04:04:53.177Z | + echo '# ==== release build ==== #' |
| 458 | 2026-06-29T04:04:53.177Z | + ptime -m cargo build --release |
| 459 | 2026-06-29T04:04:53.177Z | # ==== release build ==== # |
| 460 | 2026-06-29T04:04:53.269Z | Compiling proc-macro2 v1.0.106 |
| 461 | 2026-06-29T04:04:53.269Z | Compiling unicode-ident v1.0.24 |
| 462 | 2026-06-29T04:04:53.269Z | Compiling quote v1.0.46 |
| 463 | 2026-06-29T04:04:53.269Z | Compiling serde_core v1.0.228 |
| 464 | 2026-06-29T04:04:53.269Z | Compiling libc v0.2.186 |
| 465 | 2026-06-29T04:04:53.273Z | Compiling cfg-if v1.0.4 |
| 466 | 2026-06-29T04:04:53.273Z | Compiling strsim v0.11.1 |
| 467 | 2026-06-29T04:04:53.273Z | Compiling thiserror v2.0.18 |
| 468 | 2026-06-29T04:04:53.340Z | Compiling ident_case v1.0.1 |
| 469 | 2026-06-29T04:04:53.385Z | Compiling fnv v1.0.7 |
| 470 | 2026-06-29T04:04:53.441Z | Compiling memchr v2.8.2 |
| 471 | 2026-06-29T04:04:53.464Z | Compiling regex-syntax v0.8.11 |
| 472 | 2026-06-29T04:04:53.546Z | Compiling hashbrown v0.17.1 |
| 473 | 2026-06-29T04:04:53.574Z | Compiling either v1.16.0 |
| 474 | 2026-06-29T04:04:53.755Z | Compiling equivalent v1.0.2 |
| 475 | 2026-06-29T04:04:53.759Z | Compiling zerocopy v0.8.52 |
| 476 | 2026-06-29T04:04:53.823Z | Compiling aho-corasick v1.1.4 |
| 477 | 2026-06-29T04:04:53.962Z | Compiling anyhow v1.0.102 |
| 478 | 2026-06-29T04:04:53.975Z | Compiling winnow v1.0.3 |
| 479 | 2026-06-29T04:04:54.075Z | Compiling serde v1.0.228 |
| 480 | 2026-06-29T04:04:54.143Z | Compiling indexmap v2.14.0 |
| 481 | 2026-06-29T04:04:54.376Z | Compiling itertools v0.14.0 |
| 482 | 2026-06-29T04:04:54.394Z | Compiling byteorder v1.5.0 |
| 483 | 2026-06-29T04:04:54.486Z | Compiling syn v2.0.118 |
| 484 | 2026-06-29T04:04:54.566Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 485 | 2026-06-29T04:04:54.741Z | Compiling heapless v0.8.0 |
| 486 | 2026-06-29T04:04:54.776Z | Compiling hash32 v0.3.1 |
| 487 | 2026-06-29T04:04:54.903Z | Compiling regex-automata v0.4.14 |
| 488 | 2026-06-29T04:04:54.978Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 489 | 2026-06-29T04:04:55.162Z | Compiling stable_deref_trait v1.2.1 |
| 490 | 2026-06-29T04:04:55.170Z | Compiling syn v1.0.109 |
| 491 | 2026-06-29T04:04:55.227Z | Compiling macaddr v1.0.1 |
| 492 | 2026-06-29T04:04:55.425Z | Compiling bitflags v2.13.0 |
| 493 | 2026-06-29T04:04:55.459Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 494 | 2026-06-29T04:04:55.463Z | Compiling smoltcp v0.11.0 |
| 495 | 2026-06-29T04:04:55.494Z | Compiling rustversion v1.0.22 |
| 496 | 2026-06-29T04:04:55.498Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 497 | 2026-06-29T04:04:55.727Z | Compiling bitflags v1.3.2 |
| 498 | 2026-06-29T04:04:55.764Z | Compiling ref-cast v1.0.25 |
| 499 | 2026-06-29T04:04:55.775Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 500 | 2026-06-29T04:04:55.785Z | Compiling rustix v1.1.4 |
| 501 | 2026-06-29T04:04:55.847Z | Compiling getrandom v0.4.3 |
| 502 | 2026-06-29T04:04:55.975Z | Compiling version_check v0.9.5 |
| 503 | 2026-06-29T04:04:56.067Z | Compiling proc-macro-crate v3.5.0 |
| 504 | 2026-06-29T04:04:56.084Z | Compiling rand_core v0.10.1 |
| 505 | 2026-06-29T04:04:56.103Z | Compiling managed v0.8.0 |
| 506 | 2026-06-29T04:04:56.224Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 507 | 2026-06-29T04:04:56.351Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 508 | 2026-06-29T04:04:56.436Z | Compiling errno v0.3.14 |
| 509 | 2026-06-29T04:04:56.575Z | Compiling regex v1.12.4 |
| 510 | 2026-06-29T04:04:56.737Z | Compiling cpufeatures v0.3.0 |
| 511 | 2026-06-29T04:04:56.796Z | Compiling utf8parse v0.2.2 |
| 512 | 2026-06-29T04:04:56.800Z | Compiling ipnetwork v0.21.1 |
| 513 | 2026-06-29T04:04:56.890Z | Compiling once_cell v1.21.4 |
| 514 | 2026-06-29T04:04:56.961Z | Compiling unicode-width v0.2.2 |
| 515 | 2026-06-29T04:04:57.114Z | Compiling darling_core v0.21.3 |
| 516 | 2026-06-29T04:04:57.157Z | Compiling foreign-types-shared v0.3.1 |
| 517 | 2026-06-29T04:04:57.195Z | Compiling tabwriter v1.4.1 |
| 518 | 2026-06-29T04:04:57.234Z | Compiling tracing-core v0.1.36 |
| 519 | 2026-06-29T04:04:57.243Z | Compiling anstyle-parse v1.0.0 |
| 520 | 2026-06-29T04:04:57.432Z | Compiling cstr-argument v0.1.2 |
| 521 | 2026-06-29T04:04:57.436Z | Compiling chacha20 v0.10.0 |
| 522 | 2026-06-29T04:04:58.006Z | Compiling dyn-clone v1.0.20 |
| 523 | 2026-06-29T04:04:58.085Z | Compiling anstyle v1.0.14 |
| 524 | 2026-06-29T04:04:58.117Z | Compiling pin-project-lite v0.2.17 |
| 525 | 2026-06-29T04:04:58.133Z | Compiling anstyle-query v1.1.5 |
| 526 | 2026-06-29T04:04:58.201Z | Compiling pretty-hex v0.4.2 |
| 527 | 2026-06-29T04:04:58.225Z | Compiling is_terminal_polyfill v1.70.2 |
| 528 | 2026-06-29T04:04:58.229Z | Compiling thiserror-impl v2.0.18 |
| 529 | 2026-06-29T04:04:58.304Z | Compiling zerocopy-derive v0.8.52 |
| 530 | 2026-06-29T04:04:58.316Z | Compiling serde_derive v1.0.228 |
| 531 | 2026-06-29T04:04:58.324Z | Compiling ref-cast-impl v1.0.25 |
| 532 | 2026-06-29T04:04:58.403Z | Compiling num_enum_derive v0.7.6 |
| 533 | 2026-06-29T04:04:58.906Z | Compiling foreign-types-macros v0.2.3 |
| 534 | 2026-06-29T04:04:59.158Z | Compiling tracing-attributes v0.1.31 |
| 535 | 2026-06-29T04:04:59.237Z | Compiling darling_macro v0.21.3 |
| 536 | 2026-06-29T04:04:59.375Z | Compiling num_enum v0.7.6 |
| 537 | 2026-06-29T04:04:59.480Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 538 | 2026-06-29T04:04:59.505Z | Compiling cobs v0.3.0 |
| 539 | 2026-06-29T04:04:59.523Z | Compiling foreign-types v0.5.0 |
| 540 | 2026-06-29T04:04:59.588Z | Compiling colorchoice v1.0.5 |
| 541 | 2026-06-29T04:04:59.690Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 542 | 2026-06-29T04:04:59.713Z | Compiling anstream v1.0.0 |
| 543 | 2026-06-29T04:04:59.726Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 544 | 2026-06-29T04:04:59.771Z | Compiling darling v0.21.3 |
| 545 | 2026-06-29T04:04:59.841Z | Compiling ingot-macros v0.1.1 |
| 546 | 2026-06-29T04:04:59.897Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 547 | 2026-06-29T04:04:59.951Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 548 | 2026-06-29T04:05:00.105Z | Compiling terminal_size v0.4.4 |
| 549 | 2026-06-29T04:05:00.182Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 550 | 2026-06-29T04:05:00.231Z | Compiling rand v0.10.1 |
| 551 | 2026-06-29T04:05:00.286Z | Compiling uuid v1.23.3 |
| 552 | 2026-06-29T04:05:00.318Z | Compiling tracing v0.1.44 |
| 553 | 2026-06-29T04:05:00.421Z | Compiling socket2 v0.6.4 |
| 554 | 2026-06-29T04:05:00.764Z | Compiling colored v3.1.1 |
| 555 | 2026-06-29T04:05:00.965Z | Compiling clap_lex v1.1.0 |
| 556 | 2026-06-29T04:05:01.026Z | Compiling oxnet v0.1.6 |
| 557 | 2026-06-29T04:05:01.264Z | Compiling heck v0.5.0 |
| 558 | 2026-06-29T04:05:01.306Z | Compiling clap_builder v4.6.0 |
| 559 | 2026-06-29T04:05:01.311Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 560 | 2026-06-29T04:05:01.445Z | Compiling postcard v1.1.3 |
| 561 | 2026-06-29T04:05:01.499Z | Compiling clap_derive v4.6.1 |
| 562 | 2026-06-29T04:05:02.747Z | Compiling ingot-types v0.1.2 |
| 563 | 2026-06-29T04:05:03.089Z | Compiling ingot v0.1.1 |
| 564 | 2026-06-29T04:05:03.161Z | Compiling clap v4.6.1 |
| 565 | 2026-06-29T04:05:04.741Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 566 | 2026-06-29T04:05:05.740Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 567 | 2026-06-29T04:05:06.792Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 568 | 2026-06-29T04:05:13.352Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.16s |
| 569 | 2026-06-29T04:05:13.380Z | |
| 570 | 2026-06-29T04:05:13.380Z | real 20.195330933 |
| 571 | 2026-06-29T04:05:13.380Z | user 1:42.700940321 |
| 572 | 2026-06-29T04:05:13.380Z | sys 13.446721653 |
| 573 | 2026-06-29T04:05:13.383Z | trap 0.053457133 |
| 574 | 2026-06-29T04:05:13.383Z | tflt 0.095354020 |
| 575 | 2026-06-29T04:05:13.383Z | dflt 0.380731895 |
| 576 | 2026-06-29T04:05:13.383Z | kflt 0.000017120 |
| 577 | 2026-06-29T04:05:13.383Z | lock 4:24.794980932 |
| 578 | 2026-06-29T04:05:13.383Z | slp 3:23.905816453 |
| 579 | 2026-06-29T04:05:13.383Z | lat 4.928255308 |
| 580 | 2026-06-29T04:05:13.383Z | stop 8.475626924 |
| 581 | 2026-06-29T04:05:13.383Z | + popd |
| 582 | 2026-06-29T04:05:13.383Z | /work/oxidecomputer/opte |
| 583 | 2026-06-29T04:05:13.383Z | + for x in debug release |
| 584 | 2026-06-29T04:05:13.383Z | + mkdir -p /work/debug |
| 585 | 2026-06-29T04:05:13.384Z | + cp target/debug/opteadm /work/debug/ |
| 586 | 2026-06-29T04:05:13.405Z | + sha256sum target/debug/opteadm |
| 587 | 2026-06-29T04:05:13.431Z | + for x in debug release |
| 588 | 2026-06-29T04:05:13.431Z | + mkdir -p /work/release |
| 589 | 2026-06-29T04:05:13.434Z | + cp target/release/opteadm /work/release/ |
| 590 | 2026-06-29T04:05:13.448Z | + sha256sum target/release/opteadm |
| 591 | 2026-06-29T04:05:13.465Z | process exited: duration 67436 ms, exit code 0 |
| |
| 592 | 2026-06-29T04:05:13.477Z | found 4 output files |
| 593 | 2026-06-29T04:05:13.477Z | uploading: /work/debug/opteadm (36543376 bytes) |
| 594 | 2026-06-29T04:05:16.224Z | uploaded: /work/debug/opteadm |
| 595 | 2026-06-29T04:05:16.224Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
| 596 | 2026-06-29T04:05:17.234Z | uploaded: /work/debug/opteadm.debug.sha256 |
| 597 | 2026-06-29T04:05:17.234Z | uploading: /work/release/opteadm (24742072 bytes) |
| 598 | 2026-06-29T04:05:18.388Z | uploaded: /work/release/opteadm |
| 599 | 2026-06-29T04:05:18.388Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
| 600 | 2026-06-29T04:05:19.397Z | uploaded: /work/release/opteadm.release.sha256 |