|
|
|
| 1 | 2026-05-28T03:43:08.774Z | job assigned to worker 01KSPASY7BV7YEREJMQ2TFNB5W [factory aws, i-053ecb35611839483] (queued for 1 m 2 s) |
| |
| 2 | 2026-05-28T03:43:15.787Z | starting task 0: "setup" |
| 3 | 2026-05-28T03:43:15.791Z | ++ uname -s |
| 4 | 2026-05-28T03:43:15.794Z | + kern=SunOS |
| 5 | 2026-05-28T03:43:15.794Z | + build_user=build |
| 6 | 2026-05-28T03:43:15.794Z | + build_uid=12345 |
| 7 | 2026-05-28T03:43:15.794Z | + work_dir=/work |
| 8 | 2026-05-28T03:43:15.794Z | + input_dir=/input |
| 9 | 2026-05-28T03:43:15.794Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-28T03:43:15.794Z | + case "$kern" in |
| 11 | 2026-05-28T03:43:15.794Z | + groupadd -g 12345 build |
| 12 | 2026-05-28T03:43:15.797Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-28T03:43:17.801Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-28T03:43:17.926Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-28T03:43:17.929Z | + home_fs=zfs |
| 16 | 2026-05-28T03:43:17.929Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-28T03:43:17.929Z | + mkdir -p /home/build |
| 18 | 2026-05-28T03:43:17.929Z | + chown build:build /home/build /work |
| 19 | 2026-05-28T03:43:19.931Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-28T03:43:19.934Z | process exited: duration 4148 ms, exit code 0 |
| |
| 21 | 2026-05-28T03:43:19.940Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-28T03:43:19.944Z | + printf ' * rust toolchain channel = "%s"\n' 1.95.0 |
| 23 | 2026-05-28T03:43:19.944Z | * rust toolchain channel = "1.95.0" |
| 24 | 2026-05-28T03:43:19.944Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-05-28T03:43:19.944Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-28T03:43:19.944Z | * rust toolchain profile = "default" |
| 27 | 2026-05-28T03:43:19.944Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-28T03:43:19.948Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-28T03:43:19.948Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default |
| 30 | 2026-05-28T03:43:20.052Z | info: downloading installer |
| 31 | 2026-05-28T03:43:21.675Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-28T03:43:21.675Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-28T03:43:21.676Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-28T03:43:21.676Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-28T03:43:21.688Z | info: profile set to default |
| 36 | 2026-05-28T03:43:21.688Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-28T03:43:21.691Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 38 | 2026-05-28T03:43:21.833Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 39 | 2026-05-28T03:43:21.836Z | info: downloading 6 components |
| 40 | 2026-05-28T03:43:37.452Z | info: default toolchain set to 1.95.0-x86_64-unknown-illumos |
| 41 | 2026-05-28T03:43:37.452Z | |
| 42 | 2026-05-28T03:43:37.486Z | 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 43 | 2026-05-28T03:43:37.486Z | |
| 44 | 2026-05-28T03:43:37.486Z | |
| 45 | 2026-05-28T03:43:37.486Z | Rust is installed now. Great! |
| 46 | 2026-05-28T03:43:37.486Z | |
| 47 | 2026-05-28T03:43:37.486Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-28T03:43:37.486Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-28T03:43:37.486Z | |
| 50 | 2026-05-28T03:43:37.486Z | To configure your current shell, you need to source |
| 51 | 2026-05-28T03:43:37.486Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-28T03:43:37.486Z | |
| 53 | 2026-05-28T03:43:37.486Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-28T03:43:37.490Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-28T03:43:37.491Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-28T03:43:37.491Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-28T03:43:37.491Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-28T03:43:37.491Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-28T03:43:37.491Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-28T03:43:37.491Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-28T03:43:37.491Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-28T03:43:37.587Z | + rustup --version |
| 63 | 2026-05-28T03:43:37.596Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-28T03:43:37.607Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-28T03:43:37.617Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 66 | 2026-05-28T03:43:37.620Z | + cargo --version |
| 67 | 2026-05-28T03:43:37.634Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 68 | 2026-05-28T03:43:37.637Z | + rustc --version |
| 69 | 2026-05-28T03:43:37.656Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 70 | 2026-05-28T03:43:37.660Z | process exited: duration 17717 ms, exit code 0 |
| |
| 71 | 2026-05-28T03:43:37.666Z | starting task 2: "authentication" |
| 72 | 2026-05-28T03:43:37.684Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-28T03:43:37.691Z | starting task 3: "clone repository" |
| 74 | 2026-05-28T03:43:37.694Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-05-28T03:43:37.697Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-05-28T03:43:37.732Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-05-28T03:43:38.536Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-05-28T03:43:38.537Z | + git fetch origin 2936d258388c093780b55889e57e8a8a79ce3ea6 |
| 79 | 2026-05-28T03:43:38.777Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-05-28T03:43:38.777Z | * branch 2936d258388c093780b55889e57e8a8a79ce3ea6 -> FETCH_HEAD |
| 81 | 2026-05-28T03:43:38.784Z | + [[ -n renovate/rust-1.x ]] |
| 82 | 2026-05-28T03:43:38.787Z | ++ git branch --show-current |
| 83 | 2026-05-28T03:43:38.787Z | + current=master |
| 84 | 2026-05-28T03:43:38.787Z | + [[ master != renovate/rust-1.x ]] |
| 85 | 2026-05-28T03:43:38.788Z | + git branch -f renovate/rust-1.x 2936d258388c093780b55889e57e8a8a79ce3ea6 |
| 86 | 2026-05-28T03:43:38.791Z | + git checkout -f renovate/rust-1.x |
| 87 | 2026-05-28T03:43:38.806Z | Switched to branch 'renovate/rust-1.x' |
| 88 | 2026-05-28T03:43:38.809Z | + git reset --hard 2936d258388c093780b55889e57e8a8a79ce3ea6 |
| 89 | 2026-05-28T03:43:38.812Z | HEAD is now at 2936d25 Update Rust to nightly-2026-05-27 |
| 90 | 2026-05-28T03:43:38.812Z | process exited: duration 1119 ms, exit code 0 |
| |
| 91 | 2026-05-28T03:43:38.820Z | starting task 4: "build" |
| 92 | 2026-05-28T03:43:38.824Z | + source .github/buildomat/common.sh |
| 93 | 2026-05-28T03:43:38.824Z | ++ rustup show active-toolchain |
| 94 | 2026-05-28T03:43:38.827Z | 1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-05-28T03:43:38.831Z | ++ pushd xde |
| 96 | 2026-05-28T03:43:38.831Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-05-28T03:43:38.831Z | ++ rustup show active-toolchain |
| 98 | 2026-05-28T03:43:38.834Z | info: syncing channel updates for nightly-2026-05-27-x86_64-unknown-illumos |
| 99 | 2026-05-28T03:43:38.975Z | info: latest update on 2026-05-27 for version 1.98.0-nightly (d1fc603d1 2026-05-26) |
| 100 | 2026-05-28T03:43:38.979Z | info: downloading 6 components |
| 101 | 2026-05-28T03:43:52.486Z | nightly-2026-05-27-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-05-28T03:43:52.576Z | +++ rustup show active-toolchain -v |
| 103 | 2026-05-28T03:43:52.583Z | +++ head -n 1 |
| 104 | 2026-05-28T03:43:52.583Z | +++ cut '-d ' -f1 |
| 105 | 2026-05-28T03:43:52.631Z | ++ export NIGHTLY=nightly-2026-05-27-x86_64-unknown-illumos |
| 106 | 2026-05-28T03:43:52.631Z | ++ NIGHTLY=nightly-2026-05-27-x86_64-unknown-illumos |
| 107 | 2026-05-28T03:43:52.631Z | ++ popd |
| 108 | 2026-05-28T03:43:52.636Z | /work/oxidecomputer/opte |
| 109 | 2026-05-28T03:43:52.636Z | + cargo --version |
| 110 | 2026-05-28T03:43:52.653Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 111 | 2026-05-28T03:43:52.653Z | + rustc --version |
| 112 | 2026-05-28T03:43:52.663Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 113 | 2026-05-28T03:43:52.667Z | + pushd bin/opteadm |
| 114 | 2026-05-28T03:43:52.667Z | + header 'check style' |
| 115 | 2026-05-28T03:43:52.667Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 116 | 2026-05-28T03:43:52.667Z | + echo '# ==== check style ==== #' |
| 117 | 2026-05-28T03:43:52.667Z | # ==== check style ==== # |
| 118 | 2026-05-28T03:43:52.668Z | + ptime -m cargo +nightly-2026-05-27-x86_64-unknown-illumos fmt -- --check |
| 119 | 2026-05-28T03:43:52.736Z | |
| 120 | 2026-05-28T03:43:52.736Z | real 0.068602115 |
| 121 | 2026-05-28T03:43:52.736Z | user 0.038262102 |
| 122 | 2026-05-28T03:43:52.740Z | sys 0.027896228 |
| 123 | 2026-05-28T03:43:52.740Z | trap 0.000000160 |
| 124 | 2026-05-28T03:43:52.740Z | tflt 0.000028170 |
| 125 | 2026-05-28T03:43:52.740Z | dflt 0.000005450 |
| 126 | 2026-05-28T03:43:52.740Z | kflt 0.000000000 |
| 127 | 2026-05-28T03:43:52.740Z | lock 0.031491830 |
| 128 | 2026-05-28T03:43:52.740Z | slp 0.048017205 |
| 129 | 2026-05-28T03:43:52.740Z | lat 0.000891780 |
| 130 | 2026-05-28T03:43:52.740Z | stop 0.000122420 |
| 131 | 2026-05-28T03:43:52.746Z | + header analyze |
| 132 | 2026-05-28T03:43:52.746Z | + echo '# ==== analyze ==== #' |
| 133 | 2026-05-28T03:43:52.746Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 134 | 2026-05-28T03:43:52.746Z | # ==== analyze ==== # |
| 135 | 2026-05-28T03:43:54.184Z | Updating crates.io index |
| 136 | 2026-05-28T03:43:54.229Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-05-28T03:43:54.229Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-05-28T03:43:54.229Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-05-28T03:43:54.425Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-05-28T03:43:54.860Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-05-28T03:43:55.224Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-05-28T03:43:55.485Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-05-28T03:43:57.473Z | Downloading crates ... |
| 144 | 2026-05-28T03:43:57.504Z | Downloaded dyn-clone v1.0.20 |
| 145 | 2026-05-28T03:43:57.509Z | Downloaded defmt v1.0.1 |
| 146 | 2026-05-28T03:43:57.509Z | Downloaded chacha20 v0.10.0 |
| 147 | 2026-05-28T03:43:57.509Z | Downloaded ref-cast v1.0.25 |
| 148 | 2026-05-28T03:43:57.509Z | Downloaded foreign-types v0.5.0 |
| 149 | 2026-05-28T03:43:57.509Z | Downloaded is_terminal_polyfill v1.70.2 |
| 150 | 2026-05-28T03:43:57.509Z | Downloaded equivalent v1.0.2 |
| 151 | 2026-05-28T03:43:57.509Z | Downloaded anstream v1.0.0 |
| 152 | 2026-05-28T03:43:57.509Z | Downloaded quote v1.0.45 |
| 153 | 2026-05-28T03:43:57.509Z | Downloaded ingot-macros v0.1.1 |
| 154 | 2026-05-28T03:43:57.509Z | Downloaded darling_core v0.21.3 |
| 155 | 2026-05-28T03:43:57.512Z | Downloaded cobs v0.3.0 |
| 156 | 2026-05-28T03:43:57.512Z | Downloaded regex v1.12.3 |
| 157 | 2026-05-28T03:43:57.520Z | Downloaded colored v3.1.1 |
| 158 | 2026-05-28T03:43:57.524Z | Downloaded zerocopy v0.8.48 |
| 159 | 2026-05-28T03:43:57.538Z | Downloaded utf8parse v0.2.2 |
| 160 | 2026-05-28T03:43:57.557Z | Downloaded zerocopy-derive v0.8.48 |
| 161 | 2026-05-28T03:43:57.558Z | Downloaded clap v4.6.1 |
| 162 | 2026-05-28T03:43:57.558Z | Downloaded serde_derive v1.0.228 |
| 163 | 2026-05-28T03:43:57.558Z | Downloaded clap_derive v4.6.1 |
| 164 | 2026-05-28T03:43:57.558Z | Downloaded anstyle-query v1.1.5 |
| 165 | 2026-05-28T03:43:57.558Z | Downloaded rand_core v0.10.1 |
| 166 | 2026-05-28T03:43:57.558Z | Downloaded cpufeatures v0.3.0 |
| 167 | 2026-05-28T03:43:57.562Z | Downloaded uuid v1.23.1 |
| 168 | 2026-05-28T03:43:57.562Z | Downloaded rustversion v1.0.22 |
| 169 | 2026-05-28T03:43:57.562Z | Downloaded managed v0.8.0 |
| 170 | 2026-05-28T03:43:57.562Z | Downloaded darling_macro v0.21.3 |
| 171 | 2026-05-28T03:43:57.562Z | Downloaded serde_core v1.0.228 |
| 172 | 2026-05-28T03:43:57.562Z | Downloaded ref-cast-impl v1.0.25 |
| 173 | 2026-05-28T03:43:57.562Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 174 | 2026-05-28T03:43:57.567Z | Downloaded hash32 v0.3.1 |
| 175 | 2026-05-28T03:43:57.567Z | Downloaded defmt v0.3.100 |
| 176 | 2026-05-28T03:43:57.570Z | Downloaded embedded-io v0.4.0 |
| 177 | 2026-05-28T03:43:57.577Z | Downloaded thiserror v2.0.18 |
| 178 | 2026-05-28T03:43:57.581Z | Downloaded num_enum v0.7.6 |
| 179 | 2026-05-28T03:43:57.582Z | Downloaded bitflags v1.3.2 |
| 180 | 2026-05-28T03:43:57.582Z | Downloaded ident_case v1.0.1 |
| 181 | 2026-05-28T03:43:57.582Z | Downloaded colorchoice v1.0.5 |
| 182 | 2026-05-28T03:43:57.586Z | Downloaded terminal_size v0.4.4 |
| 183 | 2026-05-28T03:43:57.589Z | Downloaded heck v0.5.0 |
| 184 | 2026-05-28T03:43:57.589Z | Downloaded clap_lex v1.1.0 |
| 185 | 2026-05-28T03:43:57.590Z | Downloaded foreign-types-shared v0.3.1 |
| 186 | 2026-05-28T03:43:57.591Z | Downloaded errno v0.3.14 |
| 187 | 2026-05-28T03:43:57.600Z | Downloaded proc-macro-crate v3.5.0 |
| 188 | 2026-05-28T03:43:57.628Z | Downloaded ipnetwork v0.21.1 |
| 189 | 2026-05-28T03:43:57.628Z | Downloaded anyhow v1.0.102 |
| 190 | 2026-05-28T03:43:57.628Z | Downloaded pretty-hex v0.4.2 |
| 191 | 2026-05-28T03:43:57.645Z | Downloaded anstyle-parse v1.0.0 |
| 192 | 2026-05-28T03:43:57.645Z | Downloaded thiserror-impl v2.0.18 |
| 193 | 2026-05-28T03:43:57.645Z | Downloaded ingot v0.1.1 |
| 194 | 2026-05-28T03:43:57.645Z | Downloaded embedded-io v0.6.1 |
| 195 | 2026-05-28T03:43:57.646Z | Downloaded defmt-macros v1.0.1 |
| 196 | 2026-05-28T03:43:57.646Z | Downloaded strsim v0.11.1 |
| 197 | 2026-05-28T03:43:57.646Z | Downloaded memchr v2.8.0 |
| 198 | 2026-05-28T03:43:57.646Z | Downloaded tracing-attributes v0.1.31 |
| 199 | 2026-05-28T03:43:57.646Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 200 | 2026-05-28T03:43:57.646Z | Downloaded pin-project-lite v0.2.17 |
| 201 | 2026-05-28T03:43:57.646Z | Downloaded tracing-core v0.1.36 |
| 202 | 2026-05-28T03:43:57.647Z | Downloaded anstyle v1.0.14 |
| 203 | 2026-05-28T03:43:57.668Z | Downloaded fnv v1.0.7 |
| 204 | 2026-05-28T03:43:57.668Z | Downloaded toml_edit v0.25.11+spec-1.1.0 |
| 205 | 2026-05-28T03:43:57.685Z | Downloaded postcard v1.1.3 |
| 206 | 2026-05-28T03:43:57.685Z | Downloaded stable_deref_trait v1.2.1 |
| 207 | 2026-05-28T03:43:57.685Z | Downloaded serde v1.0.228 |
| 208 | 2026-05-28T03:43:57.690Z | Downloaded ingot-types v0.1.2 |
| 209 | 2026-05-28T03:43:57.690Z | Downloaded heapless v0.8.0 |
| 210 | 2026-05-28T03:43:57.691Z | Downloaded defmt-parser v1.0.0 |
| 211 | 2026-05-28T03:43:57.691Z | Downloaded cfg-if v1.0.4 |
| 212 | 2026-05-28T03:43:57.695Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 213 | 2026-05-28T03:43:57.695Z | Downloaded foreign-types-macros v0.2.3 |
| 214 | 2026-05-28T03:43:57.695Z | Downloaded cstr-argument v0.1.2 |
| 215 | 2026-05-28T03:43:57.698Z | Downloaded version_check v0.9.5 |
| 216 | 2026-05-28T03:43:57.699Z | Downloaded macaddr v1.0.1 |
| 217 | 2026-05-28T03:43:57.703Z | Downloaded proc-macro2 v1.0.106 |
| 218 | 2026-05-28T03:43:57.703Z | Downloaded getrandom v0.4.2 |
| 219 | 2026-05-28T03:43:57.708Z | Downloaded tabwriter v1.4.1 |
| 220 | 2026-05-28T03:43:57.715Z | Downloaded byteorder v1.5.0 |
| 221 | 2026-05-28T03:43:57.721Z | Downloaded proc-macro-error2 v2.0.1 |
| 222 | 2026-05-28T03:43:57.721Z | Downloaded oxnet v0.1.5 |
| 223 | 2026-05-28T03:43:57.730Z | Downloaded either v1.15.0 |
| 224 | 2026-05-28T03:43:57.738Z | Downloaded unicode-ident v1.0.24 |
| 225 | 2026-05-28T03:43:57.751Z | Downloaded once_cell v1.21.4 |
| 226 | 2026-05-28T03:43:57.751Z | Downloaded darling v0.21.3 |
| 227 | 2026-05-28T03:43:57.765Z | Downloaded num_enum_derive v0.7.6 |
| 228 | 2026-05-28T03:43:57.766Z | Downloaded socket2 v0.6.3 |
| 229 | 2026-05-28T03:43:57.766Z | Downloaded indexmap v2.14.0 |
| 230 | 2026-05-28T03:43:57.809Z | Downloaded itertools v0.14.0 |
| 231 | 2026-05-28T03:43:57.833Z | Downloaded rand v0.10.1 |
| 232 | 2026-05-28T03:43:57.845Z | Downloaded hashbrown v0.17.0 |
| 233 | 2026-05-28T03:43:57.870Z | Downloaded syn v1.0.109 |
| 234 | 2026-05-28T03:43:57.876Z | Downloaded clap_builder v4.6.0 |
| 235 | 2026-05-28T03:43:57.896Z | Downloaded syn v2.0.117 |
| 236 | 2026-05-28T03:43:57.918Z | Downloaded aho-corasick v1.1.4 |
| 237 | 2026-05-28T03:43:57.918Z | Downloaded winnow v1.0.2 |
| 238 | 2026-05-28T03:43:57.941Z | Downloaded unicode-width v0.2.2 |
| 239 | 2026-05-28T03:43:57.955Z | Downloaded smoltcp v0.11.0 |
| 240 | 2026-05-28T03:43:57.955Z | Downloaded regex-syntax v0.8.10 |
| 241 | 2026-05-28T03:43:57.978Z | Downloaded rustix v1.1.4 |
| 242 | 2026-05-28T03:43:57.988Z | Downloaded tracing v0.1.44 |
| 243 | 2026-05-28T03:43:58.012Z | Downloaded bitflags v2.11.1 |
| 244 | 2026-05-28T03:43:58.016Z | Downloaded regex-automata v0.4.14 |
| 245 | 2026-05-28T03:43:58.021Z | Downloaded libc v0.2.186 |
| 246 | 2026-05-28T03:43:58.085Z | Compiling proc-macro2 v1.0.106 |
| 247 | 2026-05-28T03:43:58.085Z | Compiling unicode-ident v1.0.24 |
| 248 | 2026-05-28T03:43:58.085Z | Compiling quote v1.0.45 |
| 249 | 2026-05-28T03:43:58.085Z | Compiling serde_core v1.0.228 |
| 250 | 2026-05-28T03:43:58.085Z | Compiling libc v0.2.186 |
| 251 | 2026-05-28T03:43:58.089Z | Checking cfg-if v1.0.4 |
| 252 | 2026-05-28T03:43:58.089Z | Compiling fnv v1.0.7 |
| 253 | 2026-05-28T03:43:58.089Z | Compiling memchr v2.8.0 |
| 254 | 2026-05-28T03:43:58.212Z | Compiling ident_case v1.0.1 |
| 255 | 2026-05-28T03:43:58.250Z | Compiling thiserror v2.0.18 |
| 256 | 2026-05-28T03:43:58.308Z | Compiling strsim v0.11.1 |
| 257 | 2026-05-28T03:43:58.314Z | Compiling regex-syntax v0.8.10 |
| 258 | 2026-05-28T03:43:58.567Z | Compiling aho-corasick v1.1.4 |
| 259 | 2026-05-28T03:43:58.575Z | Compiling serde v1.0.228 |
| 260 | 2026-05-28T03:43:58.703Z | Compiling equivalent v1.0.2 |
| 261 | 2026-05-28T03:43:58.775Z | Compiling anyhow v1.0.102 |
| 262 | 2026-05-28T03:43:58.781Z | Compiling winnow v1.0.2 |
| 263 | 2026-05-28T03:43:58.917Z | Compiling either v1.15.0 |
| 264 | 2026-05-28T03:43:58.925Z | Compiling hashbrown v0.17.0 |
| 265 | 2026-05-28T03:43:59.072Z | Compiling zerocopy v0.8.48 |
| 266 | 2026-05-28T03:43:59.102Z | Compiling itertools v0.14.0 |
| 267 | 2026-05-28T03:43:59.450Z | Compiling indexmap v2.14.0 |
| 268 | 2026-05-28T03:43:59.532Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 269 | 2026-05-28T03:43:59.624Z | Compiling syn v2.0.117 |
| 270 | 2026-05-28T03:43:59.758Z | Compiling regex-automata v0.4.14 |
| 271 | 2026-05-28T03:43:59.817Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 272 | 2026-05-28T03:43:59.987Z | Checking byteorder v1.5.0 |
| 273 | 2026-05-28T03:43:59.999Z | Checking bitflags v2.11.1 |
| 274 | 2026-05-28T03:44:00.081Z | Compiling heapless v0.8.0 |
| 275 | 2026-05-28T03:44:00.840Z | Checking hash32 v0.3.1 |
| 276 | 2026-05-28T03:44:00.866Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 277 | 2026-05-28T03:44:00.866Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 278 | 2026-05-28T03:44:00.866Z | Compiling syn v1.0.109 |
| 279 | 2026-05-28T03:44:00.866Z | Compiling rustversion v1.0.22 |
| 280 | 2026-05-28T03:44:00.866Z | Checking stable_deref_trait v1.2.1 |
| 281 | 2026-05-28T03:44:00.866Z | Checking macaddr v1.0.1 |
| 282 | 2026-05-28T03:44:00.866Z | Compiling smoltcp v0.11.0 |
| 283 | 2026-05-28T03:44:00.866Z | Checking rand_core v0.10.1 |
| 284 | 2026-05-28T03:44:00.866Z | Checking bitflags v1.3.2 |
| 285 | 2026-05-28T03:44:00.866Z | Compiling version_check v0.9.5 |
| 286 | 2026-05-28T03:44:00.866Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 287 | 2026-05-28T03:44:00.866Z | Compiling proc-macro-crate v3.5.0 |
| 288 | 2026-05-28T03:44:00.866Z | Compiling ref-cast v1.0.25 |
| 289 | 2026-05-28T03:44:00.889Z | Checking managed v0.8.0 |
| 290 | 2026-05-28T03:44:00.958Z | Compiling getrandom v0.4.2 |
| 291 | 2026-05-28T03:44:00.998Z | Compiling rustix v1.1.4 |
| 292 | 2026-05-28T03:44:01.134Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 293 | 2026-05-28T03:44:01.236Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 294 | 2026-05-28T03:44:01.395Z | Checking errno v0.3.14 |
| 295 | 2026-05-28T03:44:01.505Z | Compiling regex v1.12.3 |
| 296 | 2026-05-28T03:44:01.522Z | Checking foreign-types-shared v0.3.1 |
| 297 | 2026-05-28T03:44:01.553Z | Checking cpufeatures v0.3.0 |
| 298 | 2026-05-28T03:44:01.597Z | Checking utf8parse v0.2.2 |
| 299 | 2026-05-28T03:44:01.614Z | Checking unicode-width v0.2.2 |
| 300 | 2026-05-28T03:44:01.689Z | Checking ipnetwork v0.21.1 |
| 301 | 2026-05-28T03:44:01.855Z | Checking once_cell v1.21.4 |
| 302 | 2026-05-28T03:44:01.859Z | Checking tabwriter v1.4.1 |
| 303 | 2026-05-28T03:44:01.886Z | Checking anstyle-parse v1.0.0 |
| 304 | 2026-05-28T03:44:01.995Z | Checking chacha20 v0.10.0 |
| 305 | 2026-05-28T03:44:02.016Z | Checking tracing-core v0.1.36 |
| 306 | 2026-05-28T03:44:02.102Z | Checking cstr-argument v0.1.2 |
| 307 | 2026-05-28T03:44:02.184Z | Compiling darling_core v0.21.3 |
| 308 | 2026-05-28T03:44:02.372Z | Checking anstyle-query v1.1.5 |
| 309 | 2026-05-28T03:44:02.380Z | Checking colorchoice v1.0.5 |
| 310 | 2026-05-28T03:44:02.456Z | Checking anstyle v1.0.14 |
| 311 | 2026-05-28T03:44:02.466Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 312 | 2026-05-28T03:44:02.484Z | Checking pretty-hex v0.4.2 |
| 313 | 2026-05-28T03:44:02.520Z | Checking dyn-clone v1.0.20 |
| 314 | 2026-05-28T03:44:02.544Z | Checking pin-project-lite v0.2.17 |
| 315 | 2026-05-28T03:44:02.573Z | Checking is_terminal_polyfill v1.70.2 |
| 316 | 2026-05-28T03:44:02.629Z | Checking terminal_size v0.4.4 |
| 317 | 2026-05-28T03:44:02.653Z | Checking anstream v1.0.0 |
| 318 | 2026-05-28T03:44:02.745Z | Checking rand v0.10.1 |
| 319 | 2026-05-28T03:44:02.749Z | Checking uuid v1.23.1 |
| 320 | 2026-05-28T03:44:02.808Z | Checking socket2 v0.6.3 |
| 321 | 2026-05-28T03:44:02.845Z | Compiling heck v0.5.0 |
| 322 | 2026-05-28T03:44:02.934Z | Checking colored v3.1.1 |
| 323 | 2026-05-28T03:44:02.989Z | Checking oxnet v0.1.5 |
| 324 | 2026-05-28T03:44:03.031Z | Checking clap_lex v1.1.0 |
| 325 | 2026-05-28T03:44:03.144Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 326 | 2026-05-28T03:44:03.261Z | Checking clap_builder v4.6.0 |
| 327 | 2026-05-28T03:44:03.304Z | Compiling thiserror-impl v2.0.18 |
| 328 | 2026-05-28T03:44:03.373Z | Compiling zerocopy-derive v0.8.48 |
| 329 | 2026-05-28T03:44:03.520Z | Compiling serde_derive v1.0.228 |
| 330 | 2026-05-28T03:44:03.542Z | Compiling ref-cast-impl v1.0.25 |
| 331 | 2026-05-28T03:44:03.877Z | Compiling num_enum_derive v0.7.6 |
| 332 | 2026-05-28T03:44:04.105Z | Compiling foreign-types-macros v0.2.3 |
| 333 | 2026-05-28T03:44:04.215Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 334 | 2026-05-28T03:44:04.287Z | Compiling darling_macro v0.21.3 |
| 335 | 2026-05-28T03:44:04.543Z | Compiling tracing-attributes v0.1.31 |
| 336 | 2026-05-28T03:44:04.649Z | Checking cobs v0.3.0 |
| 337 | 2026-05-28T03:44:04.754Z | Checking foreign-types v0.5.0 |
| 338 | 2026-05-28T03:44:04.754Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 339 | 2026-05-28T03:44:04.780Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 340 | 2026-05-28T03:44:04.860Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 341 | 2026-05-28T03:44:04.866Z | Compiling darling v0.21.3 |
| 342 | 2026-05-28T03:44:04.904Z | Compiling clap_derive v4.6.1 |
| 343 | 2026-05-28T03:44:04.904Z | Checking num_enum v0.7.6 |
| 344 | 2026-05-28T03:44:04.904Z | Compiling ingot-macros v0.1.1 |
| 345 | 2026-05-28T03:44:05.003Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 346 | 2026-05-28T03:44:05.685Z | Checking tracing v0.1.44 |
| 347 | 2026-05-28T03:44:06.166Z | Checking postcard v1.1.3 |
| 348 | 2026-05-28T03:44:06.212Z | Checking clap v4.6.1 |
| 349 | 2026-05-28T03:44:07.621Z | Checking ingot-types v0.1.2 |
| 350 | 2026-05-28T03:44:07.642Z | Checking ingot v0.1.1 |
| 351 | 2026-05-28T03:44:08.864Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 352 | 2026-05-28T03:44:10.064Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 353 | 2026-05-28T03:44:11.252Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 354 | 2026-05-28T03:44:12.079Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.29s |
| 355 | 2026-05-28T03:44:12.201Z | |
| 356 | 2026-05-28T03:44:12.205Z | real 19.459543163 |
| 357 | 2026-05-28T03:44:12.205Z | user 53.628309499 |
| 358 | 2026-05-28T03:44:12.206Z | sys 13.266716851 |
| 359 | 2026-05-28T03:44:12.206Z | trap 0.040616411 |
| 360 | 2026-05-28T03:44:12.206Z | tflt 0.046199227 |
| 361 | 2026-05-28T03:44:12.206Z | dflt 0.146518026 |
| 362 | 2026-05-28T03:44:12.206Z | kflt 0.005185150 |
| 363 | 2026-05-28T03:44:12.206Z | lock 2:49.858177836 |
| 364 | 2026-05-28T03:44:12.206Z | slp 3:00.081360987 |
| 365 | 2026-05-28T03:44:12.206Z | lat 3.820881753 |
| 366 | 2026-05-28T03:44:12.206Z | stop 11.296713219 |
| 367 | 2026-05-28T03:44:12.206Z | + header 'debug build' |
| 368 | 2026-05-28T03:44:12.206Z | + echo '# ==== debug build ==== #' |
| 369 | 2026-05-28T03:44:12.206Z | # ==== debug build ==== # |
| 370 | 2026-05-28T03:44:12.206Z | + ptime -m cargo build |
| 371 | 2026-05-28T03:44:12.356Z | Compiling cfg-if v1.0.4 |
| 372 | 2026-05-28T03:44:12.360Z | Compiling serde_core v1.0.228 |
| 373 | 2026-05-28T03:44:12.360Z | Compiling libc v0.2.186 |
| 374 | 2026-05-28T03:44:12.383Z | Compiling thiserror v2.0.18 |
| 375 | 2026-05-28T03:44:12.386Z | Compiling byteorder v1.5.0 |
| 376 | 2026-05-28T03:44:12.389Z | Compiling zerocopy v0.8.48 |
| 377 | 2026-05-28T03:44:12.392Z | Compiling stable_deref_trait v1.2.1 |
| 378 | 2026-05-28T03:44:12.392Z | Compiling macaddr v1.0.1 |
| 379 | 2026-05-28T03:44:12.429Z | Compiling managed v0.8.0 |
| 380 | 2026-05-28T03:44:12.441Z | Compiling cobs v0.3.0 |
| 381 | 2026-05-28T03:44:12.457Z | Compiling bitflags v1.3.2 |
| 382 | 2026-05-28T03:44:12.517Z | Compiling hash32 v0.3.1 |
| 383 | 2026-05-28T03:44:12.549Z | Compiling rand_core v0.10.1 |
| 384 | 2026-05-28T03:44:12.619Z | Compiling heapless v0.8.0 |
| 385 | 2026-05-28T03:44:12.639Z | Compiling errno v0.3.14 |
| 386 | 2026-05-28T03:44:12.657Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 387 | 2026-05-28T03:44:12.695Z | Compiling foreign-types-shared v0.3.1 |
| 388 | 2026-05-28T03:44:12.699Z | Compiling cpufeatures v0.3.0 |
| 389 | 2026-05-28T03:44:12.712Z | Compiling unicode-width v0.2.2 |
| 390 | 2026-05-28T03:44:12.753Z | Compiling memchr v2.8.0 |
| 391 | 2026-05-28T03:44:12.768Z | Compiling ipnetwork v0.21.1 |
| 392 | 2026-05-28T03:44:12.791Z | Compiling once_cell v1.21.4 |
| 393 | 2026-05-28T03:44:12.883Z | Compiling utf8parse v0.2.2 |
| 394 | 2026-05-28T03:44:12.977Z | Compiling smoltcp v0.11.0 |
| 395 | 2026-05-28T03:44:12.999Z | Compiling anstyle-parse v1.0.0 |
| 396 | 2026-05-28T03:44:13.012Z | Compiling tracing-core v0.1.36 |
| 397 | 2026-05-28T03:44:13.022Z | Compiling tabwriter v1.4.1 |
| 398 | 2026-05-28T03:44:13.199Z | Compiling cstr-argument v0.1.2 |
| 399 | 2026-05-28T03:44:13.317Z | Compiling foreign-types v0.5.0 |
| 400 | 2026-05-28T03:44:13.355Z | Compiling chacha20 v0.10.0 |
| 401 | 2026-05-28T03:44:13.382Z | Compiling ref-cast v1.0.25 |
| 402 | 2026-05-28T03:44:13.427Z | Compiling num_enum v0.7.6 |
| 403 | 2026-05-28T03:44:13.476Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 404 | 2026-05-28T03:44:13.531Z | Compiling getrandom v0.4.2 |
| 405 | 2026-05-28T03:44:13.577Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 406 | 2026-05-28T03:44:13.678Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 407 | 2026-05-28T03:44:13.696Z | Compiling anstyle-query v1.1.5 |
| 408 | 2026-05-28T03:44:13.734Z | Compiling pin-project-lite v0.2.17 |
| 409 | 2026-05-28T03:44:13.795Z | Compiling pretty-hex v0.4.2 |
| 410 | 2026-05-28T03:44:13.820Z | Compiling anstyle v1.0.14 |
| 411 | 2026-05-28T03:44:13.909Z | Compiling colorchoice v1.0.5 |
| 412 | 2026-05-28T03:44:13.916Z | Compiling dyn-clone v1.0.20 |
| 413 | 2026-05-28T03:44:14.019Z | Compiling bitflags v2.11.1 |
| 414 | 2026-05-28T03:44:14.074Z | Compiling serde v1.0.228 |
| 415 | 2026-05-28T03:44:14.078Z | Compiling is_terminal_polyfill v1.70.2 |
| 416 | 2026-05-28T03:44:14.163Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 417 | 2026-05-28T03:44:14.224Z | Compiling rustix v1.1.4 |
| 418 | 2026-05-28T03:44:14.240Z | Compiling anstream v1.0.0 |
| 419 | 2026-05-28T03:44:14.286Z | Compiling uuid v1.23.1 |
| 420 | 2026-05-28T03:44:14.475Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 421 | 2026-05-28T03:44:14.691Z | Compiling postcard v1.1.3 |
| 422 | 2026-05-28T03:44:14.755Z | Compiling terminal_size v0.4.4 |
| 423 | 2026-05-28T03:44:14.759Z | Compiling tracing v0.1.44 |
| 424 | 2026-05-28T03:44:14.775Z | Compiling anyhow v1.0.102 |
| 425 | 2026-05-28T03:44:14.887Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 426 | 2026-05-28T03:44:14.900Z | Compiling rand v0.10.1 |
| 427 | 2026-05-28T03:44:15.036Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 428 | 2026-05-28T03:44:15.115Z | Compiling socket2 v0.6.3 |
| 429 | 2026-05-28T03:44:15.149Z | Compiling strsim v0.11.1 |
| 430 | 2026-05-28T03:44:15.363Z | Compiling ingot-types v0.1.2 |
| 431 | 2026-05-28T03:44:15.394Z | Compiling colored v3.1.1 |
| 432 | 2026-05-28T03:44:15.408Z | Compiling clap_lex v1.1.0 |
| 433 | 2026-05-28T03:44:15.656Z | Compiling oxnet v0.1.5 |
| 434 | 2026-05-28T03:44:15.774Z | Compiling ingot v0.1.1 |
| 435 | 2026-05-28T03:44:15.778Z | Compiling winnow v1.0.2 |
| 436 | 2026-05-28T03:44:15.848Z | Compiling clap_builder v4.6.0 |
| 437 | 2026-05-28T03:44:16.057Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 438 | 2026-05-28T03:44:16.659Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 439 | 2026-05-28T03:44:17.348Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 440 | 2026-05-28T03:44:17.459Z | Compiling clap v4.6.1 |
| 441 | 2026-05-28T03:44:19.704Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 442 | 2026-05-28T03:44:20.972Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 443 | 2026-05-28T03:44:25.342Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.13s |
| 444 | 2026-05-28T03:44:25.370Z | |
| 445 | 2026-05-28T03:44:25.374Z | real 13.158696706 |
| 446 | 2026-05-28T03:44:25.375Z | user 1:04.045043134 |
| 447 | 2026-05-28T03:44:25.375Z | sys 5.942045378 |
| 448 | 2026-05-28T03:44:25.375Z | trap 0.035424281 |
| 449 | 2026-05-28T03:44:25.375Z | tflt 0.153008066 |
| 450 | 2026-05-28T03:44:25.375Z | dflt 0.126838813 |
| 451 | 2026-05-28T03:44:25.375Z | kflt 0.000012430 |
| 452 | 2026-05-28T03:44:25.376Z | lock 3:01.284612771 |
| 453 | 2026-05-28T03:44:25.376Z | slp 2:00.263178348 |
| 454 | 2026-05-28T03:44:25.376Z | lat 3.716491830 |
| 455 | 2026-05-28T03:44:25.376Z | stop 2.516718490 |
| 456 | 2026-05-28T03:44:25.376Z | + header 'release build' |
| 457 | 2026-05-28T03:44:25.376Z | + echo '# ==== release build ==== #' |
| 458 | 2026-05-28T03:44:25.376Z | # ==== release build ==== # |
| 459 | 2026-05-28T03:44:25.376Z | + ptime -m cargo build --release |
| 460 | 2026-05-28T03:44:25.472Z | Compiling proc-macro2 v1.0.106 |
| 461 | 2026-05-28T03:44:25.472Z | Compiling unicode-ident v1.0.24 |
| 462 | 2026-05-28T03:44:25.472Z | Compiling quote v1.0.45 |
| 463 | 2026-05-28T03:44:25.476Z | Compiling serde_core v1.0.228 |
| 464 | 2026-05-28T03:44:25.476Z | Compiling libc v0.2.186 |
| 465 | 2026-05-28T03:44:25.476Z | Compiling cfg-if v1.0.4 |
| 466 | 2026-05-28T03:44:25.476Z | Compiling memchr v2.8.0 |
| 467 | 2026-05-28T03:44:25.476Z | Compiling ident_case v1.0.1 |
| 468 | 2026-05-28T03:44:25.542Z | Compiling strsim v0.11.1 |
| 469 | 2026-05-28T03:44:25.589Z | Compiling thiserror v2.0.18 |
| 470 | 2026-05-28T03:44:25.592Z | Compiling fnv v1.0.7 |
| 471 | 2026-05-28T03:44:25.665Z | Compiling regex-syntax v0.8.10 |
| 472 | 2026-05-28T03:44:25.791Z | Compiling either v1.15.0 |
| 473 | 2026-05-28T03:44:25.802Z | Compiling serde v1.0.228 |
| 474 | 2026-05-28T03:44:25.965Z | Compiling aho-corasick v1.1.4 |
| 475 | 2026-05-28T03:44:26.017Z | Compiling equivalent v1.0.2 |
| 476 | 2026-05-28T03:44:26.083Z | Compiling hashbrown v0.17.0 |
| 477 | 2026-05-28T03:44:26.086Z | Compiling anyhow v1.0.102 |
| 478 | 2026-05-28T03:44:26.092Z | Compiling zerocopy v0.8.48 |
| 479 | 2026-05-28T03:44:26.196Z | Compiling winnow v1.0.2 |
| 480 | 2026-05-28T03:44:26.490Z | Compiling itertools v0.14.0 |
| 481 | 2026-05-28T03:44:26.584Z | Compiling syn v2.0.117 |
| 482 | 2026-05-28T03:44:26.593Z | Compiling indexmap v2.14.0 |
| 483 | 2026-05-28T03:44:26.650Z | Compiling byteorder v1.5.0 |
| 484 | 2026-05-28T03:44:26.829Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 485 | 2026-05-28T03:44:27.040Z | Compiling heapless v0.8.0 |
| 486 | 2026-05-28T03:44:27.170Z | Compiling regex-automata v0.4.14 |
| 487 | 2026-05-28T03:44:27.176Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 488 | 2026-05-28T03:44:27.280Z | Compiling hash32 v0.3.1 |
| 489 | 2026-05-28T03:44:27.404Z | Compiling macaddr v1.0.1 |
| 490 | 2026-05-28T03:44:27.478Z | Compiling smoltcp v0.11.0 |
| 491 | 2026-05-28T03:44:27.608Z | Compiling bitflags v2.11.1 |
| 492 | 2026-05-28T03:44:27.644Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 493 | 2026-05-28T03:44:27.649Z | Compiling stable_deref_trait v1.2.1 |
| 494 | 2026-05-28T03:44:27.684Z | Compiling rustversion v1.0.22 |
| 495 | 2026-05-28T03:44:27.696Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 496 | 2026-05-28T03:44:27.700Z | Compiling syn v1.0.109 |
| 497 | 2026-05-28T03:44:27.930Z | Compiling bitflags v1.3.2 |
| 498 | 2026-05-28T03:44:27.939Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 499 | 2026-05-28T03:44:27.989Z | Compiling ref-cast v1.0.25 |
| 500 | 2026-05-28T03:44:28.029Z | Compiling managed v0.8.0 |
| 501 | 2026-05-28T03:44:28.044Z | Compiling getrandom v0.4.2 |
| 502 | 2026-05-28T03:44:28.147Z | Compiling proc-macro-crate v3.5.0 |
| 503 | 2026-05-28T03:44:28.253Z | Compiling version_check v0.9.5 |
| 504 | 2026-05-28T03:44:28.276Z | Compiling rustix v1.1.4 |
| 505 | 2026-05-28T03:44:28.286Z | Compiling rand_core v0.10.1 |
| 506 | 2026-05-28T03:44:28.505Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 507 | 2026-05-28T03:44:28.551Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 508 | 2026-05-28T03:44:28.729Z | Compiling errno v0.3.14 |
| 509 | 2026-05-28T03:44:28.798Z | Compiling regex v1.12.3 |
| 510 | 2026-05-28T03:44:28.867Z | Compiling cpufeatures v0.3.0 |
| 511 | 2026-05-28T03:44:28.910Z | Compiling foreign-types-shared v0.3.1 |
| 512 | 2026-05-28T03:44:28.927Z | Compiling ipnetwork v0.21.1 |
| 513 | 2026-05-28T03:44:28.983Z | Compiling unicode-width v0.2.2 |
| 514 | 2026-05-28T03:44:28.987Z | Compiling utf8parse v0.2.2 |
| 515 | 2026-05-28T03:44:29.076Z | Compiling darling_core v0.21.3 |
| 516 | 2026-05-28T03:44:29.264Z | Compiling once_cell v1.21.4 |
| 517 | 2026-05-28T03:44:29.287Z | Compiling tabwriter v1.4.1 |
| 518 | 2026-05-28T03:44:29.505Z | Compiling tracing-core v0.1.36 |
| 519 | 2026-05-28T03:44:29.646Z | Compiling cstr-argument v0.1.2 |
| 520 | 2026-05-28T03:44:29.677Z | Compiling anstyle-parse v1.0.0 |
| 521 | 2026-05-28T03:44:29.796Z | Compiling chacha20 v0.10.0 |
| 522 | 2026-05-28T03:44:30.274Z | Compiling thiserror-impl v2.0.18 |
| 523 | 2026-05-28T03:44:30.349Z | Compiling zerocopy-derive v0.8.48 |
| 524 | 2026-05-28T03:44:30.356Z | Compiling serde_derive v1.0.228 |
| 525 | 2026-05-28T03:44:30.443Z | Compiling ref-cast-impl v1.0.25 |
| 526 | 2026-05-28T03:44:30.642Z | Compiling num_enum_derive v0.7.6 |
| 527 | 2026-05-28T03:44:31.046Z | Compiling foreign-types-macros v0.2.3 |
| 528 | 2026-05-28T03:44:31.158Z | Compiling tracing-attributes v0.1.31 |
| 529 | 2026-05-28T03:44:31.187Z | Compiling darling_macro v0.21.3 |
| 530 | 2026-05-28T03:44:31.590Z | Compiling cobs v0.3.0 |
| 531 | 2026-05-28T03:44:31.626Z | Compiling num_enum v0.7.6 |
| 532 | 2026-05-28T03:44:31.651Z | Compiling foreign-types v0.5.0 |
| 533 | 2026-05-28T03:44:31.710Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 534 | 2026-05-28T03:44:31.716Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 535 | 2026-05-28T03:44:31.728Z | Compiling darling v0.21.3 |
| 536 | 2026-05-28T03:44:31.767Z | Compiling colorchoice v1.0.5 |
| 537 | 2026-05-28T03:44:31.793Z | Compiling ingot-macros v0.1.1 |
| 538 | 2026-05-28T03:44:31.808Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 539 | 2026-05-28T03:44:31.863Z | Compiling pin-project-lite v0.2.17 |
| 540 | 2026-05-28T03:44:31.918Z | Compiling anstyle v1.0.14 |
| 541 | 2026-05-28T03:44:31.947Z | Compiling is_terminal_polyfill v1.70.2 |
| 542 | 2026-05-28T03:44:32.025Z | Compiling anstyle-query v1.1.5 |
| 543 | 2026-05-28T03:44:32.117Z | Compiling pretty-hex v0.4.2 |
| 544 | 2026-05-28T03:44:32.150Z | Compiling dyn-clone v1.0.20 |
| 545 | 2026-05-28T03:44:32.185Z | Compiling anstream v1.0.0 |
| 546 | 2026-05-28T03:44:32.240Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 547 | 2026-05-28T03:44:32.271Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 548 | 2026-05-28T03:44:32.282Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 549 | 2026-05-28T03:44:32.331Z | Compiling tracing v0.1.44 |
| 550 | 2026-05-28T03:44:32.582Z | Compiling terminal_size v0.4.4 |
| 551 | 2026-05-28T03:44:32.609Z | Compiling rand v0.10.1 |
| 552 | 2026-05-28T03:44:32.644Z | Compiling uuid v1.23.1 |
| 553 | 2026-05-28T03:44:32.707Z | Compiling socket2 v0.6.3 |
| 554 | 2026-05-28T03:44:32.906Z | Compiling colored v3.1.1 |
| 555 | 2026-05-28T03:44:33.026Z | Compiling heck v0.5.0 |
| 556 | 2026-05-28T03:44:33.210Z | Compiling clap_lex v1.1.0 |
| 557 | 2026-05-28T03:44:33.243Z | Compiling oxnet v0.1.5 |
| 558 | 2026-05-28T03:44:33.431Z | Compiling postcard v1.1.3 |
| 559 | 2026-05-28T03:44:33.505Z | Compiling clap_derive v4.6.1 |
| 560 | 2026-05-28T03:44:33.519Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 561 | 2026-05-28T03:44:33.580Z | Compiling clap_builder v4.6.0 |
| 562 | 2026-05-28T03:44:34.847Z | Compiling ingot-types v0.1.2 |
| 563 | 2026-05-28T03:44:35.175Z | Compiling ingot v0.1.1 |
| 564 | 2026-05-28T03:44:35.362Z | Compiling clap v4.6.1 |
| 565 | 2026-05-28T03:44:36.815Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 566 | 2026-05-28T03:44:37.805Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 567 | 2026-05-28T03:44:38.857Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 568 | 2026-05-28T03:44:45.309Z | Finished `release` profile [optimized + debuginfo] target(s) in 19.92s |
| 569 | 2026-05-28T03:44:45.336Z | |
| 570 | 2026-05-28T03:44:45.336Z | real 19.954221503 |
| 571 | 2026-05-28T03:44:45.336Z | user 1:41.498221679 |
| 572 | 2026-05-28T03:44:45.336Z | sys 13.645471210 |
| 573 | 2026-05-28T03:44:45.336Z | trap 0.051888230 |
| 574 | 2026-05-28T03:44:45.336Z | tflt 0.068185207 |
| 575 | 2026-05-28T03:44:45.340Z | dflt 0.442924320 |
| 576 | 2026-05-28T03:44:45.340Z | kflt 0.000012890 |
| 577 | 2026-05-28T03:44:45.340Z | lock 4:23.603653395 |
| 578 | 2026-05-28T03:44:45.340Z | slp 3:24.923028625 |
| 579 | 2026-05-28T03:44:45.340Z | lat 4.358573817 |
| 580 | 2026-05-28T03:44:45.340Z | stop 8.590842989 |
| 581 | 2026-05-28T03:44:45.340Z | + popd |
| 582 | 2026-05-28T03:44:45.340Z | /work/oxidecomputer/opte |
| 583 | 2026-05-28T03:44:45.340Z | + for x in debug release |
| 584 | 2026-05-28T03:44:45.340Z | + mkdir -p /work/debug |
| 585 | 2026-05-28T03:44:45.340Z | + cp target/debug/opteadm /work/debug/ |
| 586 | 2026-05-28T03:44:45.362Z | + sha256sum target/debug/opteadm |
| 587 | 2026-05-28T03:44:45.388Z | + for x in debug release |
| 588 | 2026-05-28T03:44:45.388Z | + mkdir -p /work/release |
| 589 | 2026-05-28T03:44:45.391Z | + cp target/release/opteadm /work/release/ |
| 590 | 2026-05-28T03:44:45.405Z | + sha256sum target/release/opteadm |
| 591 | 2026-05-28T03:44:45.422Z | process exited: duration 66602 ms, exit code 0 |
| |
| 592 | 2026-05-28T03:44:45.429Z | found 4 output files |
| 593 | 2026-05-28T03:44:45.429Z | uploading: /work/debug/opteadm (36383584 bytes) |
| 594 | 2026-05-28T03:44:46.744Z | uploaded: /work/debug/opteadm |
| 595 | 2026-05-28T03:44:46.744Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
| 596 | 2026-05-28T03:44:47.757Z | uploaded: /work/debug/opteadm.debug.sha256 |
| 597 | 2026-05-28T03:44:47.757Z | uploading: /work/release/opteadm (24514864 bytes) |
| 598 | 2026-05-28T03:44:48.930Z | uploaded: /work/release/opteadm |
| 599 | 2026-05-28T03:44:48.931Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
| 600 | 2026-05-28T03:44:49.940Z | uploaded: /work/release/opteadm.release.sha256 |