|
|
|
| 1 | 2026-07-20T10:26:35.068Z | job assigned to worker 01KXZGYS1KW0REQ7SA578529P5 [factory aws, i-0ed0f9df7b1eb6179] (queued for 55 s) |
| |
| 2 | 2026-07-20T10:26:41.554Z | starting task 0: "setup" |
| 3 | 2026-07-20T10:26:41.558Z | ++ uname -s |
| 4 | 2026-07-20T10:26:41.560Z | + kern=SunOS |
| 5 | 2026-07-20T10:26:41.560Z | + build_user=build |
| 6 | 2026-07-20T10:26:41.560Z | + build_uid=12345 |
| 7 | 2026-07-20T10:26:41.560Z | + work_dir=/work |
| 8 | 2026-07-20T10:26:41.560Z | + input_dir=/input |
| 9 | 2026-07-20T10:26:41.560Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-20T10:26:41.560Z | + case "$kern" in |
| 11 | 2026-07-20T10:26:41.561Z | + groupadd -g 12345 build |
| 12 | 2026-07-20T10:26:41.563Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-20T10:26:43.566Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-20T10:26:43.633Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-20T10:26:43.636Z | + home_fs=zfs |
| 16 | 2026-07-20T10:26:43.636Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-20T10:26:43.636Z | + mkdir -p /home/build |
| 18 | 2026-07-20T10:26:43.636Z | + chown build:build /home/build /work |
| 19 | 2026-07-20T10:26:45.637Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-20T10:26:45.640Z | process exited: duration 4085 ms, exit code 0 |
| |
| 21 | 2026-07-20T10:26:45.645Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-20T10:26:45.649Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-20T10:26:45.649Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-07-20T10:26:45.649Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-07-20T10:26:45.649Z | * rust toolchain profile = "default" |
| 26 | 2026-07-20T10:26:45.652Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-20T10:26:45.652Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-20T10:26:45.652Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-20T10:26:45.652Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-20T10:26:45.754Z | info: downloading installer |
| 31 | 2026-07-20T10:26:47.275Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-20T10:26:47.275Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-20T10:26:47.275Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-20T10:26:47.275Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-20T10:26:47.287Z | info: profile set to default |
| 36 | 2026-07-20T10:26:47.287Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-20T10:26:47.306Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-20T10:26:47.418Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-20T10:26:47.421Z | info: downloading 6 components |
| 40 | 2026-07-20T10:27:01.616Z | |
| 41 | 2026-07-20T10:27:01.616Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 42 | 2026-07-20T10:27:01.644Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-20T10:27:01.644Z | |
| 44 | 2026-07-20T10:27:01.647Z | |
| 45 | 2026-07-20T10:27:01.647Z | Rust is installed now. Great! |
| 46 | 2026-07-20T10:27:01.647Z | |
| 47 | 2026-07-20T10:27:01.647Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-20T10:27:01.647Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-20T10:27:01.647Z | |
| 50 | 2026-07-20T10:27:01.647Z | To configure your current shell, you need to source |
| 51 | 2026-07-20T10:27:01.647Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-20T10:27:01.647Z | |
| 53 | 2026-07-20T10:27:01.647Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-20T10:27:01.647Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-20T10:27:01.647Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-20T10:27:01.647Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-20T10:27:01.647Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-20T10:27:01.647Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-20T10:27:01.647Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-20T10:27:01.647Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-20T10:27:01.647Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-20T10:27:01.743Z | + rustup --version |
| 63 | 2026-07-20T10:27:01.752Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-20T10:27:01.754Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-20T10:27:01.773Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-20T10:27:01.778Z | + cargo --version |
| 67 | 2026-07-20T10:27:01.790Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-20T10:27:01.793Z | + rustc --version |
| 69 | 2026-07-20T10:27:01.812Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-20T10:27:01.814Z | process exited: duration 16168 ms, exit code 0 |
| |
| 71 | 2026-07-20T10:27:01.820Z | starting task 2: "authentication" |
| 72 | 2026-07-20T10:27:01.836Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-07-20T10:27:01.841Z | starting task 3: "clone repository" |
| 74 | 2026-07-20T10:27:01.844Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-20T10:27:01.847Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-20T10:27:01.875Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-20T10:27:02.723Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-20T10:27:02.723Z | + git fetch origin f04c4146ba7ad7a4df970fd938a817569f0d2d47 |
| 79 | 2026-07-20T10:27:02.978Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-20T10:27:02.978Z | * branch f04c4146ba7ad7a4df970fd938a817569f0d2d47 -> FETCH_HEAD |
| 81 | 2026-07-20T10:27:02.985Z | + [[ -n renovate/rust-1.x ]] |
| 82 | 2026-07-20T10:27:02.988Z | ++ git branch --show-current |
| 83 | 2026-07-20T10:27:02.988Z | + current=master |
| 84 | 2026-07-20T10:27:02.988Z | + [[ master != renovate/rust-1.x ]] |
| 85 | 2026-07-20T10:27:02.988Z | + git branch -f renovate/rust-1.x f04c4146ba7ad7a4df970fd938a817569f0d2d47 |
| 86 | 2026-07-20T10:27:02.991Z | + git checkout -f renovate/rust-1.x |
| 87 | 2026-07-20T10:27:03.007Z | Switched to branch 'renovate/rust-1.x' |
| 88 | 2026-07-20T10:27:03.010Z | + git reset --hard f04c4146ba7ad7a4df970fd938a817569f0d2d47 |
| 89 | 2026-07-20T10:27:03.013Z | HEAD is now at f04c414 One (1) clippy fix |
| 90 | 2026-07-20T10:27:03.013Z | process exited: duration 1171 ms, exit code 0 |
| |
| 91 | 2026-07-20T10:27:03.019Z | starting task 4: "build" |
| 92 | 2026-07-20T10:27:03.022Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-20T10:27:03.025Z | ++ rustup show active-toolchain |
| 94 | 2026-07-20T10:27:03.028Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-20T10:27:03.030Z | ++ pushd xde |
| 96 | 2026-07-20T10:27:03.030Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-20T10:27:03.030Z | ++ rustup show active-toolchain |
| 98 | 2026-07-20T10:27:03.033Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 99 | 2026-07-20T10:27:03.181Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 100 | 2026-07-20T10:27:03.184Z | info: downloading 6 components |
| 101 | 2026-07-20T10:27:17.210Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-20T10:27:17.301Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-20T10:27:17.304Z | +++ head -n 1 |
| 104 | 2026-07-20T10:27:17.304Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-20T10:27:17.358Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 106 | 2026-07-20T10:27:17.358Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-07-20T10:27:17.358Z | ++ popd |
| 108 | 2026-07-20T10:27:17.361Z | /work/oxidecomputer/opte |
| 109 | 2026-07-20T10:27:17.361Z | + cargo --version |
| 110 | 2026-07-20T10:27:17.368Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 111 | 2026-07-20T10:27:17.370Z | + rustc --version |
| 112 | 2026-07-20T10:27:17.390Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 113 | 2026-07-20T10:27:17.392Z | + pushd bin/opteadm |
| 114 | 2026-07-20T10:27:17.392Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 115 | 2026-07-20T10:27:17.392Z | + header 'check style' |
| 116 | 2026-07-20T10:27:17.392Z | + echo '# ==== check style ==== #' |
| 117 | 2026-07-20T10:27:17.392Z | # ==== check style ==== # |
| 118 | 2026-07-20T10:27:17.392Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 119 | 2026-07-20T10:27:17.471Z | |
| 120 | 2026-07-20T10:27:17.471Z | real 0.076302776 |
| 121 | 2026-07-20T10:27:17.471Z | user 0.038603562 |
| 122 | 2026-07-20T10:27:17.471Z | sys 0.035045953 |
| 123 | 2026-07-20T10:27:17.471Z | trap 0.000010010 |
| 124 | 2026-07-20T10:27:17.471Z | tflt 0.000008740 |
| 125 | 2026-07-20T10:27:17.471Z | dflt 0.000017460 |
| 126 | 2026-07-20T10:27:17.471Z | kflt 0.000001840 |
| 127 | 2026-07-20T10:27:17.471Z | lock 0.032893166 |
| 128 | 2026-07-20T10:27:17.471Z | slp 0.051022636 |
| 129 | 2026-07-20T10:27:17.471Z | lat 0.000685690 |
| 130 | 2026-07-20T10:27:17.471Z | stop 0.000096500 |
| 131 | 2026-07-20T10:27:17.474Z | + header analyze |
| 132 | 2026-07-20T10:27:17.474Z | + echo '# ==== analyze ==== #' |
| 133 | 2026-07-20T10:27:17.474Z | # ==== analyze ==== # |
| 134 | 2026-07-20T10:27:17.474Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 135 | 2026-07-20T10:27:17.607Z | Updating crates.io index |
| 136 | 2026-07-20T10:27:17.610Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-07-20T10:27:18.238Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-07-20T10:27:18.492Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-07-20T10:27:18.807Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-07-20T10:27:19.080Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-07-20T10:27:19.316Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-07-20T10:27:19.561Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-07-20T10:27:21.365Z | Downloading crates ... |
| 144 | 2026-07-20T10:27:21.425Z | Downloaded cfg-if v1.0.4 |
| 145 | 2026-07-20T10:27:21.430Z | Downloaded heck v0.5.0 |
| 146 | 2026-07-20T10:27:21.430Z | Downloaded anstyle v1.0.14 |
| 147 | 2026-07-20T10:27:21.432Z | Downloaded errno v0.3.14 |
| 148 | 2026-07-20T10:27:21.435Z | Downloaded foreign-types-macros v0.2.3 |
| 149 | 2026-07-20T10:27:21.435Z | Downloaded bitflags v1.3.2 |
| 150 | 2026-07-20T10:27:21.438Z | Downloaded colorchoice v1.0.5 |
| 151 | 2026-07-20T10:27:21.438Z | Downloaded darling_macro v0.21.3 |
| 152 | 2026-07-20T10:27:21.438Z | Downloaded equivalent v1.0.2 |
| 153 | 2026-07-20T10:27:21.442Z | Downloaded anstyle-query v1.1.5 |
| 154 | 2026-07-20T10:27:21.446Z | Downloaded cstr-argument v0.1.2 |
| 155 | 2026-07-20T10:27:21.449Z | Downloaded cobs v0.3.0 |
| 156 | 2026-07-20T10:27:21.454Z | Downloaded foreign-types v0.5.0 |
| 157 | 2026-07-20T10:27:21.457Z | Downloaded foreign-types-shared v0.3.1 |
| 158 | 2026-07-20T10:27:21.457Z | Downloaded anyhow v1.0.103 |
| 159 | 2026-07-20T10:27:21.459Z | Downloaded chacha20 v0.10.1 |
| 160 | 2026-07-20T10:27:21.463Z | Downloaded fnv v1.0.7 |
| 161 | 2026-07-20T10:27:21.467Z | Downloaded cpufeatures v0.3.0 |
| 162 | 2026-07-20T10:27:21.470Z | Downloaded stable_deref_trait v1.2.1 |
| 163 | 2026-07-20T10:27:21.473Z | Downloaded tabwriter v1.4.1 |
| 164 | 2026-07-20T10:27:21.478Z | Downloaded clap_lex v1.1.0 |
| 165 | 2026-07-20T10:27:21.478Z | Downloaded ref-cast v1.0.25 |
| 166 | 2026-07-20T10:27:21.478Z | Downloaded proc-macro-crate v3.5.0 |
| 167 | 2026-07-20T10:27:21.478Z | Downloaded ident_case v1.0.1 |
| 168 | 2026-07-20T10:27:21.482Z | Downloaded strsim v0.11.1 |
| 169 | 2026-07-20T10:27:21.490Z | Downloaded defmt-parser v1.0.0 |
| 170 | 2026-07-20T10:27:21.493Z | Downloaded hash32 v0.3.1 |
| 171 | 2026-07-20T10:27:21.493Z | Downloaded macaddr v1.0.1 |
| 172 | 2026-07-20T10:27:21.496Z | Downloaded is_terminal_polyfill v1.70.2 |
| 173 | 2026-07-20T10:27:21.499Z | Downloaded ref-cast-impl v1.0.25 |
| 174 | 2026-07-20T10:27:21.499Z | Downloaded defmt v0.3.100 |
| 175 | 2026-07-20T10:27:21.505Z | Downloaded utf8parse v0.2.2 |
| 176 | 2026-07-20T10:27:21.508Z | Downloaded terminal_size v0.4.4 |
| 177 | 2026-07-20T10:27:21.511Z | Downloaded version_check v0.9.5 |
| 178 | 2026-07-20T10:27:21.514Z | Downloaded ipnetwork v0.21.1 |
| 179 | 2026-07-20T10:27:21.519Z | Downloaded byteorder v1.5.0 |
| 180 | 2026-07-20T10:27:21.522Z | Downloaded ingot v0.1.1 |
| 181 | 2026-07-20T10:27:21.522Z | Downloaded anstream v1.0.0 |
| 182 | 2026-07-20T10:27:21.522Z | Downloaded embedded-io v0.6.1 |
| 183 | 2026-07-20T10:27:21.524Z | Downloaded rand_core v0.10.1 |
| 184 | 2026-07-20T10:27:21.530Z | Downloaded managed v0.8.0 |
| 185 | 2026-07-20T10:27:21.533Z | Downloaded pretty-hex v0.4.2 |
| 186 | 2026-07-20T10:27:21.537Z | Downloaded anstyle-parse v1.0.0 |
| 187 | 2026-07-20T10:27:21.537Z | Downloaded bitflags v2.13.0 |
| 188 | 2026-07-20T10:27:21.540Z | Downloaded rustversion v1.0.22 |
| 189 | 2026-07-20T10:27:21.547Z | Downloaded pin-project-lite v0.2.17 |
| 190 | 2026-07-20T10:27:21.550Z | Downloaded either v1.16.0 |
| 191 | 2026-07-20T10:27:21.550Z | Downloaded dyn-clone v1.0.20 |
| 192 | 2026-07-20T10:27:21.556Z | Downloaded embedded-io v0.4.0 |
| 193 | 2026-07-20T10:27:21.559Z | Downloaded oxnet v0.1.6 |
| 194 | 2026-07-20T10:27:21.559Z | Downloaded quote v1.0.46 |
| 195 | 2026-07-20T10:27:21.565Z | Downloaded thiserror v2.0.18 |
| 196 | 2026-07-20T10:27:21.568Z | Downloaded colored v3.1.1 |
| 197 | 2026-07-20T10:27:21.571Z | Downloaded defmt-macros v1.1.1 |
| 198 | 2026-07-20T10:27:21.574Z | Downloaded thiserror-impl v2.0.18 |
| 199 | 2026-07-20T10:27:21.577Z | Downloaded defmt v1.1.1 |
| 200 | 2026-07-20T10:27:21.580Z | Downloaded ingot-types v0.1.2 |
| 201 | 2026-07-20T10:27:21.586Z | Downloaded clap v4.6.1 |
| 202 | 2026-07-20T10:27:21.591Z | Downloaded clap_derive v4.6.1 |
| 203 | 2026-07-20T10:27:21.593Z | Downloaded once_cell v1.21.4 |
| 204 | 2026-07-20T10:27:21.593Z | Downloaded ingot-macros v0.1.1 |
| 205 | 2026-07-20T10:27:21.593Z | Downloaded tracing-attributes v0.1.31 |
| 206 | 2026-07-20T10:27:21.597Z | Downloaded darling v0.21.3 |
| 207 | 2026-07-20T10:27:21.600Z | Downloaded num_enum_derive v0.7.6 |
| 208 | 2026-07-20T10:27:21.600Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 209 | 2026-07-20T10:27:21.605Z | Downloaded getrandom v0.4.3 |
| 210 | 2026-07-20T10:27:21.608Z | Downloaded num_enum v0.7.6 |
| 211 | 2026-07-20T10:27:21.612Z | Downloaded postcard v1.1.3 |
| 212 | 2026-07-20T10:27:21.630Z | Downloaded proc-macro2 v1.0.106 |
| 213 | 2026-07-20T10:27:21.636Z | Downloaded unicode-ident v1.0.24 |
| 214 | 2026-07-20T10:27:21.639Z | Downloaded uuid v1.23.4 |
| 215 | 2026-07-20T10:27:21.642Z | Downloaded serde_derive v1.0.228 |
| 216 | 2026-07-20T10:27:21.642Z | Downloaded darling_core v0.21.3 |
| 217 | 2026-07-20T10:27:21.645Z | Downloaded socket2 v0.6.4 |
| 218 | 2026-07-20T10:27:21.653Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 219 | 2026-07-20T10:27:21.658Z | Downloaded heapless v0.8.0 |
| 220 | 2026-07-20T10:27:21.661Z | Downloaded tracing-core v0.1.36 |
| 221 | 2026-07-20T10:27:21.664Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 222 | 2026-07-20T10:27:21.678Z | Downloaded serde v1.0.228 |
| 223 | 2026-07-20T10:27:21.684Z | Downloaded serde_core v1.0.228 |
| 224 | 2026-07-20T10:27:21.688Z | Downloaded zerocopy-derive v0.8.52 |
| 225 | 2026-07-20T10:27:21.702Z | Downloaded indexmap v2.14.0 |
| 226 | 2026-07-20T10:27:21.719Z | Downloaded rand v0.10.2 |
| 227 | 2026-07-20T10:27:21.722Z | Downloaded memchr v2.8.2 |
| 228 | 2026-07-20T10:27:21.747Z | Downloaded regex v1.12.4 |
| 229 | 2026-07-20T10:27:21.761Z | Downloaded hashbrown v0.17.1 |
| 230 | 2026-07-20T10:27:21.764Z | Downloaded itertools v0.14.0 |
| 231 | 2026-07-20T10:27:21.768Z | Downloaded aho-corasick v1.1.4 |
| 232 | 2026-07-20T10:27:21.778Z | Downloaded clap_builder v4.6.0 |
| 233 | 2026-07-20T10:27:21.796Z | Downloaded winnow v1.0.3 |
| 234 | 2026-07-20T10:27:21.837Z | Downloaded syn v1.0.109 |
| 235 | 2026-07-20T10:27:21.855Z | Downloaded zerocopy v0.8.52 |
| 236 | 2026-07-20T10:27:21.865Z | Downloaded unicode-width v0.2.2 |
| 237 | 2026-07-20T10:27:21.868Z | Downloaded syn v2.0.118 |
| 238 | 2026-07-20T10:27:21.874Z | Downloaded smoltcp v0.11.0 |
| 239 | 2026-07-20T10:27:21.887Z | Downloaded regex-syntax v0.8.11 |
| 240 | 2026-07-20T10:27:21.907Z | Downloaded rustix v1.1.4 |
| 241 | 2026-07-20T10:27:21.919Z | Downloaded tracing v0.1.44 |
| 242 | 2026-07-20T10:27:21.929Z | Downloaded regex-automata v0.4.14 |
| 243 | 2026-07-20T10:27:21.944Z | Downloaded libc v0.2.186 |
| 244 | 2026-07-20T10:27:22.007Z | Compiling proc-macro2 v1.0.106 |
| 245 | 2026-07-20T10:27:22.007Z | Compiling quote v1.0.46 |
| 246 | 2026-07-20T10:27:22.010Z | Compiling unicode-ident v1.0.24 |
| 247 | 2026-07-20T10:27:22.010Z | Compiling serde_core v1.0.228 |
| 248 | 2026-07-20T10:27:22.010Z | Compiling libc v0.2.186 |
| 249 | 2026-07-20T10:27:22.010Z | Checking cfg-if v1.0.4 |
| 250 | 2026-07-20T10:27:22.010Z | Compiling strsim v0.11.1 |
| 251 | 2026-07-20T10:27:22.010Z | Compiling ident_case v1.0.1 |
| 252 | 2026-07-20T10:27:22.134Z | Compiling fnv v1.0.7 |
| 253 | 2026-07-20T10:27:22.198Z | Compiling memchr v2.8.2 |
| 254 | 2026-07-20T10:27:22.205Z | Compiling thiserror v2.0.18 |
| 255 | 2026-07-20T10:27:22.219Z | Compiling regex-syntax v0.8.11 |
| 256 | 2026-07-20T10:27:22.367Z | Compiling winnow v1.0.3 |
| 257 | 2026-07-20T10:27:22.480Z | Compiling zerocopy v0.8.52 |
| 258 | 2026-07-20T10:27:22.717Z | Compiling aho-corasick v1.1.4 |
| 259 | 2026-07-20T10:27:22.769Z | Compiling either v1.16.0 |
| 260 | 2026-07-20T10:27:22.781Z | Compiling equivalent v1.0.2 |
| 261 | 2026-07-20T10:27:22.848Z | Compiling hashbrown v0.17.1 |
| 262 | 2026-07-20T10:27:22.857Z | Compiling anyhow v1.0.103 |
| 263 | 2026-07-20T10:27:22.962Z | Compiling serde v1.0.228 |
| 264 | 2026-07-20T10:27:23.285Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 265 | 2026-07-20T10:27:23.296Z | Compiling itertools v0.14.0 |
| 266 | 2026-07-20T10:27:23.375Z | Compiling syn v2.0.118 |
| 267 | 2026-07-20T10:27:23.391Z | Compiling indexmap v2.14.0 |
| 268 | 2026-07-20T10:27:23.440Z | Checking byteorder v1.5.0 |
| 269 | 2026-07-20T10:27:23.591Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 270 | 2026-07-20T10:27:23.811Z | Compiling regex-automata v0.4.14 |
| 271 | 2026-07-20T10:27:23.818Z | Compiling heapless v0.8.0 |
| 272 | 2026-07-20T10:27:23.881Z | Checking bitflags v2.13.0 |
| 273 | 2026-07-20T10:27:23.999Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 274 | 2026-07-20T10:27:24.046Z | Checking hash32 v0.3.1 |
| 275 | 2026-07-20T10:27:24.076Z | Compiling rustversion v1.0.22 |
| 276 | 2026-07-20T10:27:24.149Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 277 | 2026-07-20T10:27:24.244Z | Checking stable_deref_trait v1.2.1 |
| 278 | 2026-07-20T10:27:24.264Z | Compiling syn v1.0.109 |
| 279 | 2026-07-20T10:27:24.308Z | Compiling smoltcp v0.11.0 |
| 280 | 2026-07-20T10:27:24.379Z | Checking macaddr v1.0.1 |
| 281 | 2026-07-20T10:27:24.513Z | Compiling proc-macro-crate v3.5.0 |
| 282 | 2026-07-20T10:27:24.528Z | Checking rand_core v0.10.1 |
| 283 | 2026-07-20T10:27:24.598Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 284 | 2026-07-20T10:27:24.645Z | Checking managed v0.8.0 |
| 285 | 2026-07-20T10:27:24.658Z | Compiling getrandom v0.4.3 |
| 286 | 2026-07-20T10:27:24.804Z | Checking bitflags v1.3.2 |
| 287 | 2026-07-20T10:27:24.810Z | Compiling rustix v1.1.4 |
| 288 | 2026-07-20T10:27:24.822Z | Compiling version_check v0.9.5 |
| 289 | 2026-07-20T10:27:24.860Z | Compiling ref-cast v1.0.25 |
| 290 | 2026-07-20T10:27:25.117Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 291 | 2026-07-20T10:27:25.218Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 292 | 2026-07-20T10:27:25.367Z | Checking errno v0.3.14 |
| 293 | 2026-07-20T10:27:25.383Z | Checking cpufeatures v0.3.0 |
| 294 | 2026-07-20T10:27:25.490Z | Checking ipnetwork v0.21.1 |
| 295 | 2026-07-20T10:27:25.522Z | Compiling regex v1.12.4 |
| 296 | 2026-07-20T10:27:25.535Z | Checking foreign-types-shared v0.3.1 |
| 297 | 2026-07-20T10:27:25.616Z | Checking unicode-width v0.2.2 |
| 298 | 2026-07-20T10:27:25.671Z | Checking utf8parse v0.2.2 |
| 299 | 2026-07-20T10:27:25.766Z | Checking once_cell v1.21.4 |
| 300 | 2026-07-20T10:27:25.835Z | Checking cstr-argument v0.1.2 |
| 301 | 2026-07-20T10:27:25.866Z | Checking tabwriter v1.4.1 |
| 302 | 2026-07-20T10:27:25.923Z | Checking anstyle-parse v1.0.0 |
| 303 | 2026-07-20T10:27:25.939Z | Checking tracing-core v0.1.36 |
| 304 | 2026-07-20T10:27:25.948Z | Compiling darling_core v0.21.3 |
| 305 | 2026-07-20T10:27:26.069Z | Checking chacha20 v0.10.1 |
| 306 | 2026-07-20T10:27:26.402Z | Checking pin-project-lite v0.2.17 |
| 307 | 2026-07-20T10:27:26.417Z | Checking colorchoice v1.0.5 |
| 308 | 2026-07-20T10:27:26.466Z | Checking anstyle v1.0.14 |
| 309 | 2026-07-20T10:27:26.486Z | Checking dyn-clone v1.0.20 |
| 310 | 2026-07-20T10:27:26.503Z | Checking pretty-hex v0.4.2 |
| 311 | 2026-07-20T10:27:26.510Z | Checking anstyle-query v1.1.5 |
| 312 | 2026-07-20T10:27:26.570Z | Checking is_terminal_polyfill v1.70.2 |
| 313 | 2026-07-20T10:27:26.578Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 314 | 2026-07-20T10:27:26.612Z | Checking terminal_size v0.4.4 |
| 315 | 2026-07-20T10:27:26.649Z | Checking anstream v1.0.0 |
| 316 | 2026-07-20T10:27:26.720Z | Checking rand v0.10.2 |
| 317 | 2026-07-20T10:27:26.786Z | Checking uuid v1.23.4 |
| 318 | 2026-07-20T10:27:26.794Z | Checking socket2 v0.6.4 |
| 319 | 2026-07-20T10:27:26.845Z | Checking clap_lex v1.1.0 |
| 320 | 2026-07-20T10:27:26.997Z | Checking colored v3.1.1 |
| 321 | 2026-07-20T10:27:27.032Z | Compiling heck v0.5.0 |
| 322 | 2026-07-20T10:27:27.180Z | Checking oxnet v0.1.6 |
| 323 | 2026-07-20T10:27:27.183Z | Compiling thiserror-impl v2.0.18 |
| 324 | 2026-07-20T10:27:27.194Z | Compiling zerocopy-derive v0.8.52 |
| 325 | 2026-07-20T10:27:27.197Z | Compiling serde_derive v1.0.228 |
| 326 | 2026-07-20T10:27:27.220Z | Compiling num_enum_derive v0.7.6 |
| 327 | 2026-07-20T10:27:27.355Z | Compiling foreign-types-macros v0.2.3 |
| 328 | 2026-07-20T10:27:27.778Z | Compiling ref-cast-impl v1.0.25 |
| 329 | 2026-07-20T10:27:27.979Z | Checking foreign-types v0.5.0 |
| 330 | 2026-07-20T10:27:28.040Z | Compiling darling_macro v0.21.3 |
| 331 | 2026-07-20T10:27:28.047Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 332 | 2026-07-20T10:27:28.191Z | Checking num_enum v0.7.6 |
| 333 | 2026-07-20T10:27:28.301Z | Compiling tracing-attributes v0.1.31 |
| 334 | 2026-07-20T10:27:28.371Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 335 | 2026-07-20T10:27:28.443Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 336 | 2026-07-20T10:27:28.446Z | Checking cobs v0.3.0 |
| 337 | 2026-07-20T10:27:28.600Z | Compiling darling v0.21.3 |
| 338 | 2026-07-20T10:27:28.608Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 339 | 2026-07-20T10:27:28.623Z | Compiling clap_derive v4.6.1 |
| 340 | 2026-07-20T10:27:28.630Z | Checking clap_builder v4.6.0 |
| 341 | 2026-07-20T10:27:28.671Z | Compiling ingot-macros v0.1.1 |
| 342 | 2026-07-20T10:27:28.756Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 343 | 2026-07-20T10:27:28.877Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 344 | 2026-07-20T10:27:29.509Z | Checking tracing v0.1.44 |
| 345 | 2026-07-20T10:27:29.965Z | Checking clap v4.6.1 |
| 346 | 2026-07-20T10:27:30.034Z | Checking postcard v1.1.3 |
| 347 | 2026-07-20T10:27:31.198Z | Checking ingot-types v0.1.2 |
| 348 | 2026-07-20T10:27:31.473Z | Checking ingot v0.1.1 |
| 349 | 2026-07-20T10:27:32.756Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 350 | 2026-07-20T10:27:33.932Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 351 | 2026-07-20T10:27:35.116Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 352 | 2026-07-20T10:27:35.932Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.41s |
| 353 | 2026-07-20T10:27:36.040Z | |
| 354 | 2026-07-20T10:27:36.040Z | real 18.563202467 |
| 355 | 2026-07-20T10:27:36.040Z | user 53.935528119 |
| 356 | 2026-07-20T10:27:36.040Z | sys 13.120329323 |
| 357 | 2026-07-20T10:27:36.040Z | trap 0.040690206 |
| 358 | 2026-07-20T10:27:36.040Z | tflt 0.055972783 |
| 359 | 2026-07-20T10:27:36.040Z | dflt 0.111408064 |
| 360 | 2026-07-20T10:27:36.040Z | kflt 0.005250779 |
| 361 | 2026-07-20T10:27:36.043Z | lock 3:40.619543439 |
| 362 | 2026-07-20T10:27:36.043Z | slp 2:59.412266241 |
| 363 | 2026-07-20T10:27:36.043Z | lat 3.887661160 |
| 364 | 2026-07-20T10:27:36.043Z | stop 15.354001386 |
| 365 | 2026-07-20T10:27:36.044Z | + header 'debug build' |
| 366 | 2026-07-20T10:27:36.044Z | + echo '# ==== debug build ==== #' |
| 367 | 2026-07-20T10:27:36.044Z | # ==== debug build ==== # |
| 368 | 2026-07-20T10:27:36.044Z | + ptime -m cargo build |
| 369 | 2026-07-20T10:27:36.192Z | Compiling cfg-if v1.0.4 |
| 370 | 2026-07-20T10:27:36.192Z | Compiling serde_core v1.0.228 |
| 371 | 2026-07-20T10:27:36.195Z | Compiling libc v0.2.186 |
| 372 | 2026-07-20T10:27:36.219Z | Compiling thiserror v2.0.18 |
| 373 | 2026-07-20T10:27:36.223Z | Compiling byteorder v1.5.0 |
| 374 | 2026-07-20T10:27:36.225Z | Compiling zerocopy v0.8.52 |
| 375 | 2026-07-20T10:27:36.228Z | Compiling macaddr v1.0.1 |
| 376 | 2026-07-20T10:27:36.228Z | Compiling stable_deref_trait v1.2.1 |
| 377 | 2026-07-20T10:27:36.267Z | Compiling rand_core v0.10.1 |
| 378 | 2026-07-20T10:27:36.281Z | Compiling cobs v0.3.0 |
| 379 | 2026-07-20T10:27:36.295Z | Compiling bitflags v1.3.2 |
| 380 | 2026-07-20T10:27:36.355Z | Compiling hash32 v0.3.1 |
| 381 | 2026-07-20T10:27:36.385Z | Compiling managed v0.8.0 |
| 382 | 2026-07-20T10:27:36.412Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 383 | 2026-07-20T10:27:36.460Z | Compiling heapless v0.8.0 |
| 384 | 2026-07-20T10:27:36.496Z | Compiling errno v0.3.14 |
| 385 | 2026-07-20T10:27:36.547Z | Compiling utf8parse v0.2.2 |
| 386 | 2026-07-20T10:27:36.547Z | Compiling ipnetwork v0.21.1 |
| 387 | 2026-07-20T10:27:36.600Z | Compiling once_cell v1.21.4 |
| 388 | 2026-07-20T10:27:36.629Z | Compiling memchr v2.8.2 |
| 389 | 2026-07-20T10:27:36.636Z | Compiling foreign-types-shared v0.3.1 |
| 390 | 2026-07-20T10:27:36.653Z | Compiling cpufeatures v0.3.0 |
| 391 | 2026-07-20T10:27:36.712Z | Compiling unicode-width v0.2.2 |
| 392 | 2026-07-20T10:27:36.712Z | Compiling chacha20 v0.10.1 |
| 393 | 2026-07-20T10:27:36.832Z | Compiling smoltcp v0.11.0 |
| 394 | 2026-07-20T10:27:36.879Z | Compiling tracing-core v0.1.36 |
| 395 | 2026-07-20T10:27:37.003Z | Compiling cstr-argument v0.1.2 |
| 396 | 2026-07-20T10:27:37.045Z | Compiling tabwriter v1.4.1 |
| 397 | 2026-07-20T10:27:37.048Z | Compiling foreign-types v0.5.0 |
| 398 | 2026-07-20T10:27:37.144Z | Compiling anstyle-parse v1.0.0 |
| 399 | 2026-07-20T10:27:37.160Z | Compiling ref-cast v1.0.25 |
| 400 | 2026-07-20T10:27:37.250Z | Compiling num_enum v0.7.6 |
| 401 | 2026-07-20T10:27:37.347Z | Compiling getrandom v0.4.3 |
| 402 | 2026-07-20T10:27:37.358Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 403 | 2026-07-20T10:27:37.449Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 404 | 2026-07-20T10:27:37.460Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 405 | 2026-07-20T10:27:37.555Z | Compiling pretty-hex v0.4.2 |
| 406 | 2026-07-20T10:27:37.555Z | Compiling anstyle v1.0.14 |
| 407 | 2026-07-20T10:27:37.681Z | Compiling dyn-clone v1.0.20 |
| 408 | 2026-07-20T10:27:37.789Z | Compiling anstyle-query v1.1.5 |
| 409 | 2026-07-20T10:27:37.814Z | Compiling is_terminal_polyfill v1.70.2 |
| 410 | 2026-07-20T10:27:37.841Z | Compiling pin-project-lite v0.2.17 |
| 411 | 2026-07-20T10:27:37.888Z | Compiling bitflags v2.13.0 |
| 412 | 2026-07-20T10:27:37.899Z | Compiling serde v1.0.228 |
| 413 | 2026-07-20T10:27:37.926Z | Compiling colorchoice v1.0.5 |
| 414 | 2026-07-20T10:27:38.016Z | Compiling anstream v1.0.0 |
| 415 | 2026-07-20T10:27:38.035Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 416 | 2026-07-20T10:27:38.090Z | Compiling rustix v1.1.4 |
| 417 | 2026-07-20T10:27:38.176Z | Compiling tracing v0.1.44 |
| 418 | 2026-07-20T10:27:38.335Z | Compiling postcard v1.1.3 |
| 419 | 2026-07-20T10:27:38.506Z | Compiling uuid v1.23.4 |
| 420 | 2026-07-20T10:27:38.539Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 421 | 2026-07-20T10:27:38.574Z | Compiling terminal_size v0.4.4 |
| 422 | 2026-07-20T10:27:38.660Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 423 | 2026-07-20T10:27:38.684Z | Compiling anyhow v1.0.103 |
| 424 | 2026-07-20T10:27:38.717Z | Compiling rand v0.10.2 |
| 425 | 2026-07-20T10:27:38.746Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 426 | 2026-07-20T10:27:38.857Z | Compiling socket2 v0.6.4 |
| 427 | 2026-07-20T10:27:39.104Z | Compiling ingot-types v0.1.2 |
| 428 | 2026-07-20T10:27:39.124Z | Compiling colored v3.1.1 |
| 429 | 2026-07-20T10:27:39.213Z | Compiling oxnet v0.1.6 |
| 430 | 2026-07-20T10:27:39.234Z | Compiling clap_lex v1.1.0 |
| 431 | 2026-07-20T10:27:39.500Z | Compiling ingot v0.1.1 |
| 432 | 2026-07-20T10:27:39.504Z | Compiling winnow v1.0.3 |
| 433 | 2026-07-20T10:27:39.600Z | Compiling strsim v0.11.1 |
| 434 | 2026-07-20T10:27:39.637Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 435 | 2026-07-20T10:27:39.931Z | Compiling clap_builder v4.6.0 |
| 436 | 2026-07-20T10:27:40.453Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 437 | 2026-07-20T10:27:41.160Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 438 | 2026-07-20T10:27:41.512Z | Compiling clap v4.6.1 |
| 439 | 2026-07-20T10:27:42.933Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 440 | 2026-07-20T10:27:44.374Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 441 | 2026-07-20T10:27:48.781Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.73s |
| 442 | 2026-07-20T10:27:48.808Z | |
| 443 | 2026-07-20T10:27:48.811Z | real 12.758912977 |
| 444 | 2026-07-20T10:27:48.811Z | user 1:04.229077461 |
| 445 | 2026-07-20T10:27:48.811Z | sys 5.962656017 |
| 446 | 2026-07-20T10:27:48.811Z | trap 0.028341381 |
| 447 | 2026-07-20T10:27:48.812Z | tflt 0.120455855 |
| 448 | 2026-07-20T10:27:48.812Z | dflt 0.235115257 |
| 449 | 2026-07-20T10:27:48.812Z | kflt 0.000002520 |
| 450 | 2026-07-20T10:27:48.812Z | lock 3:07.217275646 |
| 451 | 2026-07-20T10:27:48.812Z | slp 1:54.439862218 |
| 452 | 2026-07-20T10:27:48.812Z | lat 3.372644597 |
| 453 | 2026-07-20T10:27:48.812Z | stop 3.731588412 |
| 454 | 2026-07-20T10:27:48.812Z | + header 'release build' |
| 455 | 2026-07-20T10:27:48.812Z | + echo '# ==== release build ==== #' |
| 456 | 2026-07-20T10:27:48.812Z | # ==== release build ==== # |
| 457 | 2026-07-20T10:27:48.812Z | + ptime -m cargo build --release |
| 458 | 2026-07-20T10:27:48.903Z | Compiling proc-macro2 v1.0.106 |
| 459 | 2026-07-20T10:27:48.903Z | Compiling quote v1.0.46 |
| 460 | 2026-07-20T10:27:48.903Z | Compiling unicode-ident v1.0.24 |
| 461 | 2026-07-20T10:27:48.903Z | Compiling serde_core v1.0.228 |
| 462 | 2026-07-20T10:27:48.906Z | Compiling libc v0.2.186 |
| 463 | 2026-07-20T10:27:48.906Z | Compiling cfg-if v1.0.4 |
| 464 | 2026-07-20T10:27:48.906Z | Compiling fnv v1.0.7 |
| 465 | 2026-07-20T10:27:48.906Z | Compiling ident_case v1.0.1 |
| 466 | 2026-07-20T10:27:48.973Z | Compiling memchr v2.8.2 |
| 467 | 2026-07-20T10:27:48.995Z | Compiling thiserror v2.0.18 |
| 468 | 2026-07-20T10:27:49.017Z | Compiling strsim v0.11.1 |
| 469 | 2026-07-20T10:27:49.020Z | Compiling regex-syntax v0.8.11 |
| 470 | 2026-07-20T10:27:49.204Z | Compiling anyhow v1.0.103 |
| 471 | 2026-07-20T10:27:49.280Z | Compiling equivalent v1.0.2 |
| 472 | 2026-07-20T10:27:49.348Z | Compiling aho-corasick v1.1.4 |
| 473 | 2026-07-20T10:27:49.484Z | Compiling either v1.16.0 |
| 474 | 2026-07-20T10:27:49.488Z | Compiling serde v1.0.228 |
| 475 | 2026-07-20T10:27:49.491Z | Compiling zerocopy v0.8.52 |
| 476 | 2026-07-20T10:27:49.611Z | Compiling hashbrown v0.17.1 |
| 477 | 2026-07-20T10:27:49.672Z | Compiling winnow v1.0.3 |
| 478 | 2026-07-20T10:27:49.806Z | Compiling itertools v0.14.0 |
| 479 | 2026-07-20T10:27:50.016Z | Compiling syn v2.0.118 |
| 480 | 2026-07-20T10:27:50.122Z | Compiling indexmap v2.14.0 |
| 481 | 2026-07-20T10:27:50.153Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 482 | 2026-07-20T10:27:50.362Z | Compiling heapless v0.8.0 |
| 483 | 2026-07-20T10:27:50.645Z | Compiling regex-automata v0.4.14 |
| 484 | 2026-07-20T10:27:50.696Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 485 | 2026-07-20T10:27:50.711Z | Compiling byteorder v1.5.0 |
| 486 | 2026-07-20T10:27:50.873Z | Compiling hash32 v0.3.1 |
| 487 | 2026-07-20T10:27:50.893Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 488 | 2026-07-20T10:27:50.999Z | Compiling bitflags v2.13.0 |
| 489 | 2026-07-20T10:27:51.040Z | Compiling macaddr v1.0.1 |
| 490 | 2026-07-20T10:27:51.072Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 491 | 2026-07-20T10:27:51.125Z | Compiling rustversion v1.0.22 |
| 492 | 2026-07-20T10:27:51.163Z | Compiling stable_deref_trait v1.2.1 |
| 493 | 2026-07-20T10:27:51.225Z | Compiling syn v1.0.109 |
| 494 | 2026-07-20T10:27:51.231Z | Compiling smoltcp v0.11.0 |
| 495 | 2026-07-20T10:27:51.344Z | Compiling rand_core v0.10.1 |
| 496 | 2026-07-20T10:27:51.475Z | Compiling rustix v1.1.4 |
| 497 | 2026-07-20T10:27:51.489Z | Compiling managed v0.8.0 |
| 498 | 2026-07-20T10:27:51.545Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 499 | 2026-07-20T10:27:51.549Z | Compiling version_check v0.9.5 |
| 500 | 2026-07-20T10:27:51.686Z | Compiling proc-macro-crate v3.5.0 |
| 501 | 2026-07-20T10:27:51.713Z | Compiling ref-cast v1.0.25 |
| 502 | 2026-07-20T10:27:51.742Z | Compiling bitflags v1.3.2 |
| 503 | 2026-07-20T10:27:51.793Z | Compiling getrandom v0.4.3 |
| 504 | 2026-07-20T10:27:51.799Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 505 | 2026-07-20T10:27:52.029Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 506 | 2026-07-20T10:27:52.042Z | Compiling errno v0.3.14 |
| 507 | 2026-07-20T10:27:52.082Z | Compiling unicode-width v0.2.2 |
| 508 | 2026-07-20T10:27:52.175Z | Compiling utf8parse v0.2.2 |
| 509 | 2026-07-20T10:27:52.269Z | Compiling regex v1.12.4 |
| 510 | 2026-07-20T10:27:52.364Z | Compiling ipnetwork v0.21.1 |
| 511 | 2026-07-20T10:27:52.529Z | Compiling once_cell v1.21.4 |
| 512 | 2026-07-20T10:27:52.643Z | Compiling darling_core v0.21.3 |
| 513 | 2026-07-20T10:27:52.714Z | Compiling cpufeatures v0.3.0 |
| 514 | 2026-07-20T10:27:52.750Z | Compiling foreign-types-shared v0.3.1 |
| 515 | 2026-07-20T10:27:52.773Z | Compiling chacha20 v0.10.1 |
| 516 | 2026-07-20T10:27:52.828Z | Compiling cstr-argument v0.1.2 |
| 517 | 2026-07-20T10:27:52.978Z | Compiling tracing-core v0.1.36 |
| 518 | 2026-07-20T10:27:53.043Z | Compiling tabwriter v1.4.1 |
| 519 | 2026-07-20T10:27:53.124Z | Compiling anstyle-parse v1.0.0 |
| 520 | 2026-07-20T10:27:53.686Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 521 | 2026-07-20T10:27:53.753Z | Compiling thiserror-impl v2.0.18 |
| 522 | 2026-07-20T10:27:53.782Z | Compiling serde_derive v1.0.228 |
| 523 | 2026-07-20T10:27:53.786Z | Compiling zerocopy-derive v0.8.52 |
| 524 | 2026-07-20T10:27:53.888Z | Compiling foreign-types-macros v0.2.3 |
| 525 | 2026-07-20T10:27:54.005Z | Compiling num_enum_derive v0.7.6 |
| 526 | 2026-07-20T10:27:54.504Z | Compiling ref-cast-impl v1.0.25 |
| 527 | 2026-07-20T10:27:54.635Z | Compiling foreign-types v0.5.0 |
| 528 | 2026-07-20T10:27:54.698Z | Compiling darling_macro v0.21.3 |
| 529 | 2026-07-20T10:27:54.701Z | Compiling tracing-attributes v0.1.31 |
| 530 | 2026-07-20T10:27:54.972Z | Compiling num_enum v0.7.6 |
| 531 | 2026-07-20T10:27:55.008Z | Compiling cobs v0.3.0 |
| 532 | 2026-07-20T10:27:55.128Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 533 | 2026-07-20T10:27:55.190Z | Compiling anstyle-query v1.1.5 |
| 534 | 2026-07-20T10:27:55.239Z | Compiling pretty-hex v0.4.2 |
| 535 | 2026-07-20T10:27:55.286Z | Compiling anstyle v1.0.14 |
| 536 | 2026-07-20T10:27:55.301Z | Compiling darling v0.21.3 |
| 537 | 2026-07-20T10:27:55.301Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 538 | 2026-07-20T10:27:55.362Z | Compiling dyn-clone v1.0.20 |
| 539 | 2026-07-20T10:27:55.367Z | Compiling ingot-macros v0.1.1 |
| 540 | 2026-07-20T10:27:55.494Z | Compiling is_terminal_polyfill v1.70.2 |
| 541 | 2026-07-20T10:27:55.511Z | Compiling pin-project-lite v0.2.17 |
| 542 | 2026-07-20T10:27:55.578Z | Compiling colorchoice v1.0.5 |
| 543 | 2026-07-20T10:27:55.596Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 544 | 2026-07-20T10:27:55.609Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 545 | 2026-07-20T10:27:55.679Z | Compiling anstream v1.0.0 |
| 546 | 2026-07-20T10:27:55.767Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 547 | 2026-07-20T10:27:55.912Z | Compiling tracing v0.1.44 |
| 548 | 2026-07-20T10:27:55.951Z | Compiling terminal_size v0.4.4 |
| 549 | 2026-07-20T10:27:56.082Z | Compiling rand v0.10.2 |
| 550 | 2026-07-20T10:27:56.092Z | Compiling uuid v1.23.4 |
| 551 | 2026-07-20T10:27:56.166Z | Compiling socket2 v0.6.4 |
| 552 | 2026-07-20T10:27:56.229Z | Compiling colored v3.1.1 |
| 553 | 2026-07-20T10:27:56.507Z | Compiling oxnet v0.1.6 |
| 554 | 2026-07-20T10:27:56.745Z | Compiling heck v0.5.0 |
| 555 | 2026-07-20T10:27:56.789Z | Compiling clap_lex v1.1.0 |
| 556 | 2026-07-20T10:27:56.846Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 557 | 2026-07-20T10:27:56.930Z | Compiling clap_derive v4.6.1 |
| 558 | 2026-07-20T10:27:57.019Z | Compiling postcard v1.1.3 |
| 559 | 2026-07-20T10:27:57.099Z | Compiling clap_builder v4.6.0 |
| 560 | 2026-07-20T10:27:58.188Z | Compiling ingot-types v0.1.2 |
| 561 | 2026-07-20T10:27:58.507Z | Compiling ingot v0.1.1 |
| 562 | 2026-07-20T10:27:58.906Z | Compiling clap v4.6.1 |
| 563 | 2026-07-20T10:28:00.215Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 564 | 2026-07-20T10:28:01.253Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 565 | 2026-07-20T10:28:02.292Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 566 | 2026-07-20T10:28:08.885Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.06s |
| 567 | 2026-07-20T10:28:08.915Z | |
| 568 | 2026-07-20T10:28:08.915Z | real 20.093056979 |
| 569 | 2026-07-20T10:28:08.915Z | user 1:42.036787677 |
| 570 | 2026-07-20T10:28:08.916Z | sys 13.320532002 |
| 571 | 2026-07-20T10:28:08.916Z | trap 0.050081328 |
| 572 | 2026-07-20T10:28:08.919Z | tflt 0.147283501 |
| 573 | 2026-07-20T10:28:08.919Z | dflt 0.464579653 |
| 574 | 2026-07-20T10:28:08.919Z | kflt 0.000015510 |
| 575 | 2026-07-20T10:28:08.919Z | lock 4:45.938380935 |
| 576 | 2026-07-20T10:28:08.920Z | slp 3:23.114799015 |
| 577 | 2026-07-20T10:28:08.920Z | lat 5.804656656 |
| 578 | 2026-07-20T10:28:08.920Z | stop 10.563746709 |
| 579 | 2026-07-20T10:28:08.920Z | + popd |
| 580 | 2026-07-20T10:28:08.920Z | /work/oxidecomputer/opte |
| 581 | 2026-07-20T10:28:08.920Z | + for x in debug release |
| 582 | 2026-07-20T10:28:08.920Z | + mkdir -p /work/debug |
| 583 | 2026-07-20T10:28:08.920Z | + cp target/debug/opteadm /work/debug/ |
| 584 | 2026-07-20T10:28:08.938Z | + sha256sum target/debug/opteadm |
| 585 | 2026-07-20T10:28:08.964Z | + for x in debug release |
| 586 | 2026-07-20T10:28:08.965Z | + mkdir -p /work/release |
| 587 | 2026-07-20T10:28:08.969Z | + cp target/release/opteadm /work/release/ |
| 588 | 2026-07-20T10:28:08.983Z | + sha256sum target/release/opteadm |
| 589 | 2026-07-20T10:28:09.001Z | process exited: duration 65982 ms, exit code 0 |
| |
| 590 | 2026-07-20T10:28:09.014Z | found 4 output files |
| 591 | 2026-07-20T10:28:09.018Z | uploading: /work/debug/opteadm (38100408 bytes) |
| 592 | 2026-07-20T10:28:10.213Z | uploaded: /work/debug/opteadm |
| 593 | 2026-07-20T10:28:10.216Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
| 594 | 2026-07-20T10:28:11.224Z | uploaded: /work/debug/opteadm.debug.sha256 |
| 595 | 2026-07-20T10:28:11.224Z | uploading: /work/release/opteadm (25877384 bytes) |
| 596 | 2026-07-20T10:28:12.366Z | uploaded: /work/release/opteadm |
| 597 | 2026-07-20T10:28:12.369Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
| 598 | 2026-07-20T10:28:13.375Z | uploaded: /work/release/opteadm.release.sha256 |