|
|
|
| 1 | 2026-05-11T08:17:22.682Z | job assigned to worker 01KRB1QXEGARCXAMB6978XM5VP [factory aws, i-0038c77d885909a54] (queued for 55 s) |
| |
| 2 | 2026-05-11T08:17:28.862Z | starting task 0: "setup" |
| 3 | 2026-05-11T08:17:28.867Z | ++ uname -s |
| 4 | 2026-05-11T08:17:28.870Z | + kern=SunOS |
| 5 | 2026-05-11T08:17:28.870Z | + build_user=build |
| 6 | 2026-05-11T08:17:28.870Z | + build_uid=12345 |
| 7 | 2026-05-11T08:17:28.870Z | + work_dir=/work |
| 8 | 2026-05-11T08:17:28.870Z | + input_dir=/input |
| 9 | 2026-05-11T08:17:28.870Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-11T08:17:28.870Z | + case "$kern" in |
| 11 | 2026-05-11T08:17:28.870Z | + groupadd -g 12345 build |
| 12 | 2026-05-11T08:17:28.873Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-11T08:17:30.877Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-11T08:17:31.033Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-11T08:17:31.036Z | + home_fs=zfs |
| 16 | 2026-05-11T08:17:31.036Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-11T08:17:31.036Z | + mkdir -p /home/build |
| 18 | 2026-05-11T08:17:31.036Z | + chown build:build /home/build /work |
| 19 | 2026-05-11T08:17:33.037Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-11T08:17:33.040Z | process exited: duration 4179 ms, exit code 0 |
| |
| 21 | 2026-05-11T08:17:33.047Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-11T08:17:33.051Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.1 |
| 23 | 2026-05-11T08:17:33.051Z | * rust toolchain channel = "1.94.1" |
| 24 | 2026-05-11T08:17:33.051Z | * rust toolchain profile = "default" |
| 25 | 2026-05-11T08:17:33.051Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-11T08:17:33.051Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-11T08:17:33.051Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-11T08:17:33.054Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-11T08:17:33.054Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default |
| 30 | 2026-05-11T08:17:33.158Z | info: downloading installer |
| 31 | 2026-05-11T08:17:34.550Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-11T08:17:34.550Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-11T08:17:34.550Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-11T08:17:34.550Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-11T08:17:34.562Z | info: profile set to default |
| 36 | 2026-05-11T08:17:34.562Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-11T08:17:34.565Z | info: syncing channel updates for 1.94.1-x86_64-unknown-illumos |
| 38 | 2026-05-11T08:17:34.714Z | info: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25) |
| 39 | 2026-05-11T08:17:34.717Z | info: downloading 6 components |
| 40 | 2026-05-11T08:17:49.432Z | |
| 41 | 2026-05-11T08:17:49.432Z | info: default toolchain set to 1.94.1-x86_64-unknown-illumos |
| 42 | 2026-05-11T08:17:49.460Z | 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25) |
| 43 | 2026-05-11T08:17:49.460Z | |
| 44 | 2026-05-11T08:17:49.460Z | |
| 45 | 2026-05-11T08:17:49.460Z | Rust is installed now. Great! |
| 46 | 2026-05-11T08:17:49.460Z | |
| 47 | 2026-05-11T08:17:49.463Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-11T08:17:49.463Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-11T08:17:49.463Z | |
| 50 | 2026-05-11T08:17:49.463Z | To configure your current shell, you need to source |
| 51 | 2026-05-11T08:17:49.463Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-11T08:17:49.463Z | |
| 53 | 2026-05-11T08:17:49.463Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-11T08:17:49.463Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-11T08:17:49.464Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-11T08:17:49.464Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-11T08:17:49.464Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-11T08:17:49.464Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-11T08:17:49.464Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-11T08:17:49.464Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-11T08:17:49.464Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-11T08:17:49.561Z | + rustup --version |
| 63 | 2026-05-11T08:17:49.570Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-11T08:17:49.573Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-11T08:17:49.592Z | info: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)` |
| 66 | 2026-05-11T08:17:49.595Z | + cargo --version |
| 67 | 2026-05-11T08:17:49.607Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 68 | 2026-05-11T08:17:49.610Z | + rustc --version |
| 69 | 2026-05-11T08:17:49.629Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 70 | 2026-05-11T08:17:49.632Z | process exited: duration 16584 ms, exit code 0 |
| |
| 71 | 2026-05-11T08:17:49.638Z | starting task 2: "authentication" |
| 72 | 2026-05-11T08:17:49.655Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-11T08:17:49.662Z | starting task 3: "clone repository" |
| 74 | 2026-05-11T08:17:49.665Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-05-11T08:17:49.670Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-05-11T08:17:49.696Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-05-11T08:17:50.565Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-05-11T08:17:50.565Z | + git fetch origin a1bdb07ea675b8f2567bee78c70a37e044765d53 |
| 79 | 2026-05-11T08:17:50.795Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-05-11T08:17:50.795Z | * branch a1bdb07ea675b8f2567bee78c70a37e044765d53 -> FETCH_HEAD |
| 81 | 2026-05-11T08:17:50.801Z | + [[ -n renovate/nix-0.x-lockfile ]] |
| 82 | 2026-05-11T08:17:50.804Z | ++ git branch --show-current |
| 83 | 2026-05-11T08:17:50.804Z | + current=master |
| 84 | 2026-05-11T08:17:50.804Z | + [[ master != renovate/nix-0.x-lockfile ]] |
| 85 | 2026-05-11T08:17:50.804Z | + git branch -f renovate/nix-0.x-lockfile a1bdb07ea675b8f2567bee78c70a37e044765d53 |
| 86 | 2026-05-11T08:17:50.807Z | + git checkout -f renovate/nix-0.x-lockfile |
| 87 | 2026-05-11T08:17:50.822Z | Switched to branch 'renovate/nix-0.x-lockfile' |
| 88 | 2026-05-11T08:17:50.825Z | + git reset --hard a1bdb07ea675b8f2567bee78c70a37e044765d53 |
| 89 | 2026-05-11T08:17:50.828Z | HEAD is now at a1bdb07 Update Rust crate nix to v0.31.3 |
| 90 | 2026-05-11T08:17:50.828Z | process exited: duration 1166 ms, exit code 0 |
| |
| 91 | 2026-05-11T08:17:50.834Z | starting task 4: "build" |
| 92 | 2026-05-11T08:17:50.837Z | + source .github/buildomat/common.sh |
| 93 | 2026-05-11T08:17:50.840Z | ++ rustup show active-toolchain |
| 94 | 2026-05-11T08:17:50.844Z | 1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-05-11T08:17:50.844Z | ++ pushd xde |
| 96 | 2026-05-11T08:17:50.848Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-05-11T08:17:50.848Z | ++ rustup show active-toolchain |
| 98 | 2026-05-11T08:17:50.851Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-05-11T08:17:50.995Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-05-11T08:17:50.999Z | info: downloading 6 components |
| 101 | 2026-05-11T08:18:04.627Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-05-11T08:18:04.710Z | +++ rustup show active-toolchain -v |
| 103 | 2026-05-11T08:18:04.713Z | +++ head -n 1 |
| 104 | 2026-05-11T08:18:04.713Z | +++ cut '-d ' -f1 |
| 105 | 2026-05-11T08:18:04.766Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-05-11T08:18:04.766Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-05-11T08:18:04.766Z | ++ popd |
| 108 | 2026-05-11T08:18:04.770Z | /work/oxidecomputer/opte |
| 109 | 2026-05-11T08:18:04.770Z | + cargo --version |
| 110 | 2026-05-11T08:18:04.775Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 111 | 2026-05-11T08:18:04.778Z | + rustc --version |
| 112 | 2026-05-11T08:18:04.797Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 113 | 2026-05-11T08:18:04.800Z | + pushd bin/opteadm |
| 114 | 2026-05-11T08:18:04.800Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 115 | 2026-05-11T08:18:04.800Z | + header 'check style' |
| 116 | 2026-05-11T08:18:04.800Z | + echo '# ==== check style ==== #' |
| 117 | 2026-05-11T08:18:04.800Z | # ==== check style ==== # |
| 118 | 2026-05-11T08:18:04.800Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 119 | 2026-05-11T08:18:04.884Z | |
| 120 | 2026-05-11T08:18:04.884Z | real 0.080972368 |
| 121 | 2026-05-11T08:18:04.884Z | user 0.039109728 |
| 122 | 2026-05-11T08:18:04.884Z | sys 0.038466389 |
| 123 | 2026-05-11T08:18:04.884Z | trap 0.000004477 |
| 124 | 2026-05-11T08:18:04.887Z | tflt 0.000161122 |
| 125 | 2026-05-11T08:18:04.887Z | dflt 0.000021679 |
| 126 | 2026-05-11T08:18:04.887Z | kflt 0.000000000 |
| 127 | 2026-05-11T08:18:04.887Z | lock 0.032172065 |
| 128 | 2026-05-11T08:18:04.887Z | slp 0.052214837 |
| 129 | 2026-05-11T08:18:04.887Z | lat 0.000726861 |
| 130 | 2026-05-11T08:18:04.887Z | stop 0.000110671 |
| 131 | 2026-05-11T08:18:04.887Z | + header analyze |
| 132 | 2026-05-11T08:18:04.887Z | + echo '# ==== analyze ==== #' |
| 133 | 2026-05-11T08:18:04.887Z | # ==== analyze ==== # |
| 134 | 2026-05-11T08:18:04.887Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 135 | 2026-05-11T08:18:05.019Z | Updating crates.io index |
| 136 | 2026-05-11T08:18:05.022Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-05-11T08:18:05.738Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-05-11T08:18:06.309Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-05-11T08:18:06.608Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-05-11T08:18:06.884Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-05-11T08:18:07.259Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-05-11T08:18:07.509Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-05-11T08:18:09.451Z | Downloading crates ... |
| 144 | 2026-05-11T08:18:09.500Z | Downloaded anstyle-query v1.1.5 |
| 145 | 2026-05-11T08:18:09.503Z | Downloaded anyhow v1.0.102 |
| 146 | 2026-05-11T08:18:09.515Z | Downloaded foreign-types-macros v0.2.3 |
| 147 | 2026-05-11T08:18:09.518Z | Downloaded darling_macro v0.21.3 |
| 148 | 2026-05-11T08:18:09.518Z | Downloaded cstr-argument v0.1.2 |
| 149 | 2026-05-11T08:18:09.518Z | Downloaded fnv v1.0.7 |
| 150 | 2026-05-11T08:18:09.521Z | Downloaded dyn-clone v1.0.20 |
| 151 | 2026-05-11T08:18:09.524Z | Downloaded defmt v0.3.100 |
| 152 | 2026-05-11T08:18:09.524Z | Downloaded cobs v0.3.0 |
| 153 | 2026-05-11T08:18:09.524Z | Downloaded ident_case v1.0.1 |
| 154 | 2026-05-11T08:18:09.527Z | Downloaded foreign-types v0.5.0 |
| 155 | 2026-05-11T08:18:09.527Z | Downloaded cpufeatures v0.3.0 |
| 156 | 2026-05-11T08:18:09.530Z | Downloaded zerocopy-derive v0.8.48 |
| 157 | 2026-05-11T08:18:09.534Z | Downloaded tabwriter v1.4.1 |
| 158 | 2026-05-11T08:18:09.537Z | Downloaded colorchoice v1.0.5 |
| 159 | 2026-05-11T08:18:09.540Z | Downloaded clap_lex v1.1.0 |
| 160 | 2026-05-11T08:18:09.540Z | Downloaded cfg-if v1.0.4 |
| 161 | 2026-05-11T08:18:09.543Z | Downloaded zerocopy v0.8.48 |
| 162 | 2026-05-11T08:18:09.554Z | Downloaded proc-macro-crate v3.5.0 |
| 163 | 2026-05-11T08:18:09.557Z | Downloaded byteorder v1.5.0 |
| 164 | 2026-05-11T08:18:09.557Z | Downloaded anstyle v1.0.14 |
| 165 | 2026-05-11T08:18:09.557Z | Downloaded macaddr v1.0.1 |
| 166 | 2026-05-11T08:18:09.557Z | Downloaded embedded-io v0.6.1 |
| 167 | 2026-05-11T08:18:09.560Z | Downloaded is_terminal_polyfill v1.70.2 |
| 168 | 2026-05-11T08:18:09.560Z | Downloaded heck v0.5.0 |
| 169 | 2026-05-11T08:18:09.560Z | Downloaded foreign-types-shared v0.3.1 |
| 170 | 2026-05-11T08:18:09.560Z | Downloaded errno v0.3.14 |
| 171 | 2026-05-11T08:18:09.560Z | Downloaded defmt-macros v1.0.1 |
| 172 | 2026-05-11T08:18:09.563Z | Downloaded defmt v1.0.1 |
| 173 | 2026-05-11T08:18:09.565Z | Downloaded utf8parse v0.2.2 |
| 174 | 2026-05-11T08:18:09.565Z | Downloaded terminal_size v0.4.4 |
| 175 | 2026-05-11T08:18:09.565Z | Downloaded strsim v0.11.1 |
| 176 | 2026-05-11T08:18:09.566Z | Downloaded equivalent v1.0.2 |
| 177 | 2026-05-11T08:18:09.566Z | Downloaded defmt-parser v1.0.0 |
| 178 | 2026-05-11T08:18:09.568Z | Downloaded clap_derive v4.6.1 |
| 179 | 2026-05-11T08:18:09.571Z | Downloaded version_check v0.9.5 |
| 180 | 2026-05-11T08:18:09.571Z | Downloaded pretty-hex v0.4.2 |
| 181 | 2026-05-11T08:18:09.571Z | Downloaded hash32 v0.3.1 |
| 182 | 2026-05-11T08:18:09.577Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 183 | 2026-05-11T08:18:09.579Z | Downloaded embedded-io v0.4.0 |
| 184 | 2026-05-11T08:18:09.591Z | Downloaded stable_deref_trait v1.2.1 |
| 185 | 2026-05-11T08:18:09.594Z | Downloaded ref-cast v1.0.25 |
| 186 | 2026-05-11T08:18:09.594Z | Downloaded ref-cast-impl v1.0.25 |
| 187 | 2026-05-11T08:18:09.599Z | Downloaded either v1.15.0 |
| 188 | 2026-05-11T08:18:09.601Z | Downloaded thiserror-impl v2.0.18 |
| 189 | 2026-05-11T08:18:09.601Z | Downloaded aho-corasick v1.1.4 |
| 190 | 2026-05-11T08:18:09.604Z | Downloaded ipnetwork v0.21.1 |
| 191 | 2026-05-11T08:18:09.604Z | Downloaded bitflags v1.3.2 |
| 192 | 2026-05-11T08:18:09.610Z | Downloaded managed v0.8.0 |
| 193 | 2026-05-11T08:18:09.619Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 194 | 2026-05-11T08:18:09.622Z | Downloaded quote v1.0.45 |
| 195 | 2026-05-11T08:18:09.622Z | Downloaded proc-macro-error2 v2.0.1 |
| 196 | 2026-05-11T08:18:09.625Z | Downloaded num_enum_derive v0.7.6 |
| 197 | 2026-05-11T08:18:09.630Z | Downloaded num_enum v0.7.6 |
| 198 | 2026-05-11T08:18:09.633Z | Downloaded rand_core v0.10.1 |
| 199 | 2026-05-11T08:18:09.636Z | Downloaded anstyle-parse v1.0.0 |
| 200 | 2026-05-11T08:18:09.638Z | Downloaded thiserror v2.0.18 |
| 201 | 2026-05-11T08:18:09.641Z | Downloaded pin-project-lite v0.2.17 |
| 202 | 2026-05-11T08:18:09.644Z | Downloaded anstream v1.0.0 |
| 203 | 2026-05-11T08:18:09.646Z | Downloaded rustversion v1.0.22 |
| 204 | 2026-05-11T08:18:09.650Z | Downloaded postcard v1.1.3 |
| 205 | 2026-05-11T08:18:09.650Z | Downloaded once_cell v1.21.4 |
| 206 | 2026-05-11T08:18:09.654Z | Downloaded ingot-types v0.1.2 |
| 207 | 2026-05-11T08:18:09.654Z | Downloaded colored v3.1.1 |
| 208 | 2026-05-11T08:18:09.658Z | Downloaded oxnet v0.1.5 |
| 209 | 2026-05-11T08:18:09.658Z | Downloaded darling v0.21.3 |
| 210 | 2026-05-11T08:18:09.661Z | Downloaded chacha20 v0.10.0 |
| 211 | 2026-05-11T08:18:09.661Z | Downloaded ingot v0.1.1 |
| 212 | 2026-05-11T08:18:09.672Z | Downloaded tracing-attributes v0.1.31 |
| 213 | 2026-05-11T08:18:09.675Z | Downloaded bitflags v2.11.1 |
| 214 | 2026-05-11T08:18:09.679Z | Downloaded serde_derive v1.0.228 |
| 215 | 2026-05-11T08:18:09.682Z | Downloaded darling_core v0.21.3 |
| 216 | 2026-05-11T08:18:09.687Z | Downloaded heapless v0.8.0 |
| 217 | 2026-05-11T08:18:09.691Z | Downloaded unicode-ident v1.0.24 |
| 218 | 2026-05-11T08:18:09.691Z | Downloaded proc-macro2 v1.0.106 |
| 219 | 2026-05-11T08:18:09.694Z | Downloaded ingot-macros v0.1.1 |
| 220 | 2026-05-11T08:18:09.694Z | Downloaded socket2 v0.6.3 |
| 221 | 2026-05-11T08:18:09.694Z | Downloaded serde_core v1.0.228 |
| 222 | 2026-05-11T08:18:09.697Z | Downloaded tracing-core v0.1.36 |
| 223 | 2026-05-11T08:18:09.697Z | Downloaded uuid v1.23.1 |
| 224 | 2026-05-11T08:18:09.702Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 225 | 2026-05-11T08:18:09.706Z | Downloaded getrandom v0.4.2 |
| 226 | 2026-05-11T08:18:09.710Z | Downloaded clap v4.6.1 |
| 227 | 2026-05-11T08:18:09.713Z | Downloaded toml_edit v0.25.11+spec-1.1.0 |
| 228 | 2026-05-11T08:18:09.735Z | Downloaded serde v1.0.228 |
| 229 | 2026-05-11T08:18:09.745Z | Downloaded indexmap v2.14.0 |
| 230 | 2026-05-11T08:18:09.751Z | Downloaded memchr v2.8.0 |
| 231 | 2026-05-11T08:18:09.757Z | Downloaded rand v0.10.1 |
| 232 | 2026-05-11T08:18:09.794Z | Downloaded hashbrown v0.17.0 |
| 233 | 2026-05-11T08:18:09.808Z | Downloaded clap_builder v4.6.0 |
| 234 | 2026-05-11T08:18:09.812Z | Downloaded regex v1.12.3 |
| 235 | 2026-05-11T08:18:09.816Z | Downloaded itertools v0.14.0 |
| 236 | 2026-05-11T08:18:09.826Z | Downloaded winnow v1.0.2 |
| 237 | 2026-05-11T08:18:09.846Z | Downloaded syn v1.0.109 |
| 238 | 2026-05-11T08:18:09.866Z | Downloaded unicode-width v0.2.2 |
| 239 | 2026-05-11T08:18:09.885Z | Downloaded smoltcp v0.11.0 |
| 240 | 2026-05-11T08:18:09.896Z | Downloaded syn v2.0.117 |
| 241 | 2026-05-11T08:18:09.911Z | Downloaded regex-syntax v0.8.10 |
| 242 | 2026-05-11T08:18:09.925Z | Downloaded rustix v1.1.4 |
| 243 | 2026-05-11T08:18:09.939Z | Downloaded tracing v0.1.44 |
| 244 | 2026-05-11T08:18:09.959Z | Downloaded regex-automata v0.4.14 |
| 245 | 2026-05-11T08:18:09.971Z | Downloaded libc v0.2.186 |
| 246 | 2026-05-11T08:18:10.032Z | Compiling proc-macro2 v1.0.106 |
| 247 | 2026-05-11T08:18:10.032Z | Compiling quote v1.0.45 |
| 248 | 2026-05-11T08:18:10.032Z | Compiling unicode-ident v1.0.24 |
| 249 | 2026-05-11T08:18:10.032Z | Compiling serde_core v1.0.228 |
| 250 | 2026-05-11T08:18:10.032Z | Compiling libc v0.2.186 |
| 251 | 2026-05-11T08:18:10.036Z | Checking cfg-if v1.0.4 |
| 252 | 2026-05-11T08:18:10.036Z | Compiling memchr v2.8.0 |
| 253 | 2026-05-11T08:18:10.036Z | Compiling ident_case v1.0.1 |
| 254 | 2026-05-11T08:18:10.160Z | Compiling thiserror v2.0.18 |
| 255 | 2026-05-11T08:18:10.231Z | Compiling strsim v0.11.1 |
| 256 | 2026-05-11T08:18:10.242Z | Compiling fnv v1.0.7 |
| 257 | 2026-05-11T08:18:10.326Z | Compiling regex-syntax v0.8.10 |
| 258 | 2026-05-11T08:18:10.476Z | Compiling equivalent v1.0.2 |
| 259 | 2026-05-11T08:18:10.517Z | Compiling aho-corasick v1.1.4 |
| 260 | 2026-05-11T08:18:10.546Z | Compiling serde v1.0.228 |
| 261 | 2026-05-11T08:18:10.662Z | Compiling hashbrown v0.17.0 |
| 262 | 2026-05-11T08:18:10.676Z | Compiling winnow v1.0.2 |
| 263 | 2026-05-11T08:18:10.777Z | Compiling either v1.15.0 |
| 264 | 2026-05-11T08:18:10.850Z | Compiling zerocopy v0.8.48 |
| 265 | 2026-05-11T08:18:10.973Z | Compiling anyhow v1.0.102 |
| 266 | 2026-05-11T08:18:11.258Z | Compiling indexmap v2.14.0 |
| 267 | 2026-05-11T08:18:11.274Z | Compiling itertools v0.14.0 |
| 268 | 2026-05-11T08:18:11.322Z | Checking byteorder v1.5.0 |
| 269 | 2026-05-11T08:18:11.423Z | Compiling syn v2.0.117 |
| 270 | 2026-05-11T08:18:11.472Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 271 | 2026-05-11T08:18:11.677Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 272 | 2026-05-11T08:18:11.684Z | Compiling heapless v0.8.0 |
| 273 | 2026-05-11T08:18:11.845Z | Checking bitflags v2.11.1 |
| 274 | 2026-05-11T08:18:11.859Z | Compiling regex-automata v0.4.14 |
| 275 | 2026-05-11T08:18:11.903Z | Checking hash32 v0.3.1 |
| 276 | 2026-05-11T08:18:12.000Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 277 | 2026-05-11T08:18:12.007Z | Compiling syn v1.0.109 |
| 278 | 2026-05-11T08:18:12.120Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 279 | 2026-05-11T08:18:12.224Z | Checking macaddr v1.0.1 |
| 280 | 2026-05-11T08:18:12.229Z | Compiling rustversion v1.0.22 |
| 281 | 2026-05-11T08:18:12.307Z | Checking stable_deref_trait v1.2.1 |
| 282 | 2026-05-11T08:18:12.353Z | Compiling smoltcp v0.11.0 |
| 283 | 2026-05-11T08:18:12.404Z | Compiling getrandom v0.4.2 |
| 284 | 2026-05-11T08:18:12.486Z | Checking rand_core v0.10.1 |
| 285 | 2026-05-11T08:18:12.596Z | Compiling rustix v1.1.4 |
| 286 | 2026-05-11T08:18:12.616Z | Compiling version_check v0.9.5 |
| 287 | 2026-05-11T08:18:12.705Z | Compiling proc-macro-crate v3.5.0 |
| 288 | 2026-05-11T08:18:12.726Z | Checking bitflags v1.3.2 |
| 289 | 2026-05-11T08:18:12.734Z | Checking managed v0.8.0 |
| 290 | 2026-05-11T08:18:12.787Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 291 | 2026-05-11T08:18:12.897Z | Compiling ref-cast v1.0.25 |
| 292 | 2026-05-11T08:18:13.001Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 293 | 2026-05-11T08:18:13.174Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 294 | 2026-05-11T08:18:13.252Z | Checking errno v0.3.14 |
| 295 | 2026-05-11T08:18:13.258Z | Checking foreign-types-shared v0.3.1 |
| 296 | 2026-05-11T08:18:13.366Z | Checking ipnetwork v0.21.1 |
| 297 | 2026-05-11T08:18:13.485Z | Checking once_cell v1.21.4 |
| 298 | 2026-05-11T08:18:13.537Z | Checking utf8parse v0.2.2 |
| 299 | 2026-05-11T08:18:13.610Z | Compiling regex v1.12.3 |
| 300 | 2026-05-11T08:18:13.631Z | Checking cpufeatures v0.3.0 |
| 301 | 2026-05-11T08:18:13.651Z | Checking unicode-width v0.2.2 |
| 302 | 2026-05-11T08:18:13.691Z | Checking chacha20 v0.10.0 |
| 303 | 2026-05-11T08:18:13.698Z | Checking cstr-argument v0.1.2 |
| 304 | 2026-05-11T08:18:13.812Z | Checking tracing-core v0.1.36 |
| 305 | 2026-05-11T08:18:13.888Z | Checking anstyle-parse v1.0.0 |
| 306 | 2026-05-11T08:18:13.896Z | Checking tabwriter v1.4.1 |
| 307 | 2026-05-11T08:18:14.031Z | Compiling darling_core v0.21.3 |
| 308 | 2026-05-11T08:18:14.243Z | Checking colorchoice v1.0.5 |
| 309 | 2026-05-11T08:18:14.338Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 310 | 2026-05-11T08:18:14.410Z | Checking anstyle-query v1.1.5 |
| 311 | 2026-05-11T08:18:14.428Z | Checking dyn-clone v1.0.20 |
| 312 | 2026-05-11T08:18:14.447Z | Checking pretty-hex v0.4.2 |
| 313 | 2026-05-11T08:18:14.494Z | Checking pin-project-lite v0.2.17 |
| 314 | 2026-05-11T08:18:14.500Z | Checking anstyle v1.0.14 |
| 315 | 2026-05-11T08:18:14.521Z | Checking is_terminal_polyfill v1.70.2 |
| 316 | 2026-05-11T08:18:14.547Z | Checking terminal_size v0.4.4 |
| 317 | 2026-05-11T08:18:14.592Z | Checking rand v0.10.1 |
| 318 | 2026-05-11T08:18:14.650Z | Checking uuid v1.23.1 |
| 319 | 2026-05-11T08:18:14.673Z | Checking anstream v1.0.0 |
| 320 | 2026-05-11T08:18:14.745Z | Checking socket2 v0.6.3 |
| 321 | 2026-05-11T08:18:14.870Z | Checking colored v3.1.1 |
| 322 | 2026-05-11T08:18:14.894Z | Checking clap_lex v1.1.0 |
| 323 | 2026-05-11T08:18:14.987Z | Checking oxnet v0.1.5 |
| 324 | 2026-05-11T08:18:15.041Z | Compiling heck v0.5.0 |
| 325 | 2026-05-11T08:18:15.059Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 326 | 2026-05-11T08:18:15.198Z | Checking clap_builder v4.6.0 |
| 327 | 2026-05-11T08:18:15.267Z | Compiling thiserror-impl v2.0.18 |
| 328 | 2026-05-11T08:18:15.304Z | Compiling serde_derive v1.0.228 |
| 329 | 2026-05-11T08:18:15.431Z | Compiling zerocopy-derive v0.8.48 |
| 330 | 2026-05-11T08:18:15.571Z | Compiling foreign-types-macros v0.2.3 |
| 331 | 2026-05-11T08:18:15.664Z | Compiling darling_macro v0.21.3 |
| 332 | 2026-05-11T08:18:15.690Z | Compiling num_enum_derive v0.7.6 |
| 333 | 2026-05-11T08:18:16.172Z | Compiling ref-cast-impl v1.0.25 |
| 334 | 2026-05-11T08:18:16.191Z | Compiling darling v0.21.3 |
| 335 | 2026-05-11T08:18:16.279Z | Compiling ingot-macros v0.1.1 |
| 336 | 2026-05-11T08:18:16.442Z | Checking foreign-types v0.5.0 |
| 337 | 2026-05-11T08:18:16.484Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 338 | 2026-05-11T08:18:16.508Z | Compiling tracing-attributes v0.1.31 |
| 339 | 2026-05-11T08:18:16.595Z | Checking cobs v0.3.0 |
| 340 | 2026-05-11T08:18:16.660Z | Checking num_enum v0.7.6 |
| 341 | 2026-05-11T08:18:16.733Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 342 | 2026-05-11T08:18:16.763Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 343 | 2026-05-11T08:18:16.835Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 344 | 2026-05-11T08:18:16.912Z | Compiling clap_derive v4.6.1 |
| 345 | 2026-05-11T08:18:16.944Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 346 | 2026-05-11T08:18:17.597Z | Checking tracing v0.1.44 |
| 347 | 2026-05-11T08:18:18.036Z | Checking postcard v1.1.3 |
| 348 | 2026-05-11T08:18:18.301Z | Checking clap v4.6.1 |
| 349 | 2026-05-11T08:18:19.391Z | Checking ingot-types v0.1.2 |
| 350 | 2026-05-11T08:18:19.664Z | Checking ingot v0.1.1 |
| 351 | 2026-05-11T08:18:20.929Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 352 | 2026-05-11T08:18:22.100Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 353 | 2026-05-11T08:18:23.289Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 354 | 2026-05-11T08:18:24.116Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.18s |
| 355 | 2026-05-11T08:18:24.233Z | |
| 356 | 2026-05-11T08:18:24.233Z | real 19.343219716 |
| 357 | 2026-05-11T08:18:24.233Z | user 53.901286492 |
| 358 | 2026-05-11T08:18:24.234Z | sys 12.838030423 |
| 359 | 2026-05-11T08:18:24.234Z | trap 0.040947990 |
| 360 | 2026-05-11T08:18:24.238Z | tflt 0.068648085 |
| 361 | 2026-05-11T08:18:24.238Z | dflt 0.081405902 |
| 362 | 2026-05-11T08:18:24.238Z | kflt 0.005329215 |
| 363 | 2026-05-11T08:18:24.238Z | lock 2:49.767781979 |
| 364 | 2026-05-11T08:18:24.238Z | slp 2:57.212574978 |
| 365 | 2026-05-11T08:18:24.238Z | lat 3.873517879 |
| 366 | 2026-05-11T08:18:24.238Z | stop 11.115770141 |
| 367 | 2026-05-11T08:18:24.238Z | + header 'debug build' |
| 368 | 2026-05-11T08:18:24.238Z | + echo '# ==== debug build ==== #' |
| 369 | 2026-05-11T08:18:24.238Z | # ==== debug build ==== # |
| 370 | 2026-05-11T08:18:24.238Z | + ptime -m cargo build |
| 371 | 2026-05-11T08:18:24.388Z | Compiling cfg-if v1.0.4 |
| 372 | 2026-05-11T08:18:24.391Z | Compiling serde_core v1.0.228 |
| 373 | 2026-05-11T08:18:24.391Z | Compiling libc v0.2.186 |
| 374 | 2026-05-11T08:18:24.416Z | Compiling thiserror v2.0.18 |
| 375 | 2026-05-11T08:18:24.419Z | Compiling byteorder v1.5.0 |
| 376 | 2026-05-11T08:18:24.422Z | Compiling zerocopy v0.8.48 |
| 377 | 2026-05-11T08:18:24.422Z | Compiling stable_deref_trait v1.2.1 |
| 378 | 2026-05-11T08:18:24.425Z | Compiling macaddr v1.0.1 |
| 379 | 2026-05-11T08:18:24.461Z | Compiling rand_core v0.10.1 |
| 380 | 2026-05-11T08:18:24.474Z | Compiling cobs v0.3.0 |
| 381 | 2026-05-11T08:18:24.491Z | Compiling bitflags v1.3.2 |
| 382 | 2026-05-11T08:18:24.551Z | Compiling hash32 v0.3.1 |
| 383 | 2026-05-11T08:18:24.580Z | Compiling managed v0.8.0 |
| 384 | 2026-05-11T08:18:24.606Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 385 | 2026-05-11T08:18:24.662Z | Compiling heapless v0.8.0 |
| 386 | 2026-05-11T08:18:24.691Z | Compiling errno v0.3.14 |
| 387 | 2026-05-11T08:18:24.740Z | Compiling cpufeatures v0.3.0 |
| 388 | 2026-05-11T08:18:24.753Z | Compiling memchr v2.8.0 |
| 389 | 2026-05-11T08:18:24.795Z | Compiling unicode-width v0.2.2 |
| 390 | 2026-05-11T08:18:24.800Z | Compiling utf8parse v0.2.2 |
| 391 | 2026-05-11T08:18:24.817Z | Compiling ipnetwork v0.21.1 |
| 392 | 2026-05-11T08:18:24.847Z | Compiling foreign-types-shared v0.3.1 |
| 393 | 2026-05-11T08:18:24.884Z | Compiling once_cell v1.21.4 |
| 394 | 2026-05-11T08:18:24.921Z | Compiling foreign-types v0.5.0 |
| 395 | 2026-05-11T08:18:24.987Z | Compiling anstyle-parse v1.0.0 |
| 396 | 2026-05-11T08:18:25.076Z | Compiling smoltcp v0.11.0 |
| 397 | 2026-05-11T08:18:25.088Z | Compiling tracing-core v0.1.36 |
| 398 | 2026-05-11T08:18:25.109Z | Compiling tabwriter v1.4.1 |
| 399 | 2026-05-11T08:18:25.189Z | Compiling cstr-argument v0.1.2 |
| 400 | 2026-05-11T08:18:25.363Z | Compiling chacha20 v0.10.0 |
| 401 | 2026-05-11T08:18:25.396Z | Compiling ref-cast v1.0.25 |
| 402 | 2026-05-11T08:18:25.487Z | Compiling num_enum v0.7.6 |
| 403 | 2026-05-11T08:18:25.535Z | Compiling getrandom v0.4.2 |
| 404 | 2026-05-11T08:18:25.593Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 405 | 2026-05-11T08:18:25.696Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 406 | 2026-05-11T08:18:25.703Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 407 | 2026-05-11T08:18:25.745Z | Compiling pretty-hex v0.4.2 |
| 408 | 2026-05-11T08:18:25.793Z | Compiling pin-project-lite v0.2.17 |
| 409 | 2026-05-11T08:18:25.870Z | Compiling anstyle v1.0.14 |
| 410 | 2026-05-11T08:18:25.882Z | Compiling colorchoice v1.0.5 |
| 411 | 2026-05-11T08:18:25.927Z | Compiling is_terminal_polyfill v1.70.2 |
| 412 | 2026-05-11T08:18:25.992Z | Compiling dyn-clone v1.0.20 |
| 413 | 2026-05-11T08:18:26.006Z | Compiling anstyle-query v1.1.5 |
| 414 | 2026-05-11T08:18:26.106Z | Compiling bitflags v2.11.1 |
| 415 | 2026-05-11T08:18:26.129Z | Compiling serde v1.0.228 |
| 416 | 2026-05-11T08:18:26.148Z | Compiling anstream v1.0.0 |
| 417 | 2026-05-11T08:18:26.234Z | Compiling uuid v1.23.1 |
| 418 | 2026-05-11T08:18:26.266Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 419 | 2026-05-11T08:18:26.431Z | Compiling rustix v1.1.4 |
| 420 | 2026-05-11T08:18:26.543Z | Compiling postcard v1.1.3 |
| 421 | 2026-05-11T08:18:26.654Z | Compiling tracing v0.1.44 |
| 422 | 2026-05-11T08:18:26.790Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 423 | 2026-05-11T08:18:26.803Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 424 | 2026-05-11T08:18:26.868Z | Compiling anyhow v1.0.102 |
| 425 | 2026-05-11T08:18:26.884Z | Compiling terminal_size v0.4.4 |
| 426 | 2026-05-11T08:18:26.998Z | Compiling rand v0.10.1 |
| 427 | 2026-05-11T08:18:27.026Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 428 | 2026-05-11T08:18:27.029Z | Compiling socket2 v0.6.3 |
| 429 | 2026-05-11T08:18:27.139Z | Compiling colored v3.1.1 |
| 430 | 2026-05-11T08:18:27.281Z | Compiling ingot-types v0.1.2 |
| 431 | 2026-05-11T08:18:27.412Z | Compiling oxnet v0.1.5 |
| 432 | 2026-05-11T08:18:27.596Z | Compiling winnow v1.0.2 |
| 433 | 2026-05-11T08:18:27.676Z | Compiling ingot v0.1.1 |
| 434 | 2026-05-11T08:18:27.759Z | Compiling clap_lex v1.1.0 |
| 435 | 2026-05-11T08:18:27.962Z | Compiling strsim v0.11.1 |
| 436 | 2026-05-11T08:18:27.973Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 437 | 2026-05-11T08:18:28.160Z | Compiling clap_builder v4.6.0 |
| 438 | 2026-05-11T08:18:28.551Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 439 | 2026-05-11T08:18:29.318Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 440 | 2026-05-11T08:18:29.755Z | Compiling clap v4.6.1 |
| 441 | 2026-05-11T08:18:30.803Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 442 | 2026-05-11T08:18:32.251Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 443 | 2026-05-11T08:18:36.614Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.37s |
| 444 | 2026-05-11T08:18:36.644Z | |
| 445 | 2026-05-11T08:18:36.647Z | real 12.400896336 |
| 446 | 2026-05-11T08:18:36.647Z | user 1:04.947988828 |
| 447 | 2026-05-11T08:18:36.647Z | sys 5.960610847 |
| 448 | 2026-05-11T08:18:36.647Z | trap 0.034883097 |
| 449 | 2026-05-11T08:18:36.647Z | tflt 0.141060859 |
| 450 | 2026-05-11T08:18:36.647Z | dflt 0.183800513 |
| 451 | 2026-05-11T08:18:36.647Z | kflt 0.000043586 |
| 452 | 2026-05-11T08:18:36.647Z | lock 2:54.723246395 |
| 453 | 2026-05-11T08:18:36.647Z | slp 1:55.758216532 |
| 454 | 2026-05-11T08:18:36.647Z | lat 2.972744523 |
| 455 | 2026-05-11T08:18:36.647Z | stop 2.462780410 |
| 456 | 2026-05-11T08:18:36.647Z | + header 'release build' |
| 457 | 2026-05-11T08:18:36.647Z | + echo '# ==== release build ==== #' |
| 458 | 2026-05-11T08:18:36.647Z | # ==== release build ==== # |
| 459 | 2026-05-11T08:18:36.647Z | + ptime -m cargo build --release |
| 460 | 2026-05-11T08:18:36.742Z | Compiling proc-macro2 v1.0.106 |
| 461 | 2026-05-11T08:18:36.742Z | Compiling unicode-ident v1.0.24 |
| 462 | 2026-05-11T08:18:36.742Z | Compiling quote v1.0.45 |
| 463 | 2026-05-11T08:18:36.742Z | Compiling serde_core v1.0.228 |
| 464 | 2026-05-11T08:18:36.742Z | Compiling libc v0.2.186 |
| 465 | 2026-05-11T08:18:36.742Z | Compiling cfg-if v1.0.4 |
| 466 | 2026-05-11T08:18:36.745Z | Compiling thiserror v2.0.18 |
| 467 | 2026-05-11T08:18:36.745Z | Compiling ident_case v1.0.1 |
| 468 | 2026-05-11T08:18:36.814Z | Compiling memchr v2.8.0 |
| 469 | 2026-05-11T08:18:36.856Z | Compiling fnv v1.0.7 |
| 470 | 2026-05-11T08:18:36.863Z | Compiling strsim v0.11.1 |
| 471 | 2026-05-11T08:18:36.935Z | Compiling regex-syntax v0.8.10 |
| 472 | 2026-05-11T08:18:37.041Z | Compiling hashbrown v0.17.0 |
| 473 | 2026-05-11T08:18:37.125Z | Compiling zerocopy v0.8.48 |
| 474 | 2026-05-11T08:18:37.235Z | Compiling aho-corasick v1.1.4 |
| 475 | 2026-05-11T08:18:37.327Z | Compiling anyhow v1.0.102 |
| 476 | 2026-05-11T08:18:37.455Z | Compiling either v1.15.0 |
| 477 | 2026-05-11T08:18:37.476Z | Compiling winnow v1.0.2 |
| 478 | 2026-05-11T08:18:37.555Z | Compiling equivalent v1.0.2 |
| 479 | 2026-05-11T08:18:37.616Z | Compiling serde v1.0.228 |
| 480 | 2026-05-11T08:18:37.662Z | Compiling itertools v0.14.0 |
| 481 | 2026-05-11T08:18:37.666Z | Compiling indexmap v2.14.0 |
| 482 | 2026-05-11T08:18:38.002Z | Compiling heapless v0.8.0 |
| 483 | 2026-05-11T08:18:38.110Z | Compiling syn v2.0.117 |
| 484 | 2026-05-11T08:18:38.260Z | Compiling byteorder v1.5.0 |
| 485 | 2026-05-11T08:18:38.276Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 486 | 2026-05-11T08:18:38.446Z | Compiling regex-automata v0.4.14 |
| 487 | 2026-05-11T08:18:38.489Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 488 | 2026-05-11T08:18:38.518Z | Compiling hash32 v0.3.1 |
| 489 | 2026-05-11T08:18:38.639Z | Compiling smoltcp v0.11.0 |
| 490 | 2026-05-11T08:18:38.769Z | Compiling stable_deref_trait v1.2.1 |
| 491 | 2026-05-11T08:18:38.833Z | Compiling bitflags v2.11.1 |
| 492 | 2026-05-11T08:18:38.847Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 493 | 2026-05-11T08:18:38.934Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 494 | 2026-05-11T08:18:38.947Z | Compiling rustversion v1.0.22 |
| 495 | 2026-05-11T08:18:38.956Z | Compiling macaddr v1.0.1 |
| 496 | 2026-05-11T08:18:39.015Z | Compiling syn v1.0.109 |
| 497 | 2026-05-11T08:18:39.154Z | Compiling getrandom v0.4.2 |
| 498 | 2026-05-11T08:18:39.158Z | Compiling bitflags v1.3.2 |
| 499 | 2026-05-11T08:18:39.209Z | Compiling rand_core v0.10.1 |
| 500 | 2026-05-11T08:18:39.294Z | Compiling version_check v0.9.5 |
| 501 | 2026-05-11T08:18:39.338Z | Compiling rustix v1.1.4 |
| 502 | 2026-05-11T08:18:39.349Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 503 | 2026-05-11T08:18:39.389Z | Compiling proc-macro-crate v3.5.0 |
| 504 | 2026-05-11T08:18:39.535Z | Compiling ref-cast v1.0.25 |
| 505 | 2026-05-11T08:18:39.542Z | Compiling managed v0.8.0 |
| 506 | 2026-05-11T08:18:39.609Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 507 | 2026-05-11T08:18:39.810Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 508 | 2026-05-11T08:18:39.845Z | Compiling errno v0.3.14 |
| 509 | 2026-05-11T08:18:39.978Z | Compiling once_cell v1.21.4 |
| 510 | 2026-05-11T08:18:40.166Z | Compiling regex v1.12.3 |
| 511 | 2026-05-11T08:18:40.195Z | Compiling foreign-types-shared v0.3.1 |
| 512 | 2026-05-11T08:18:40.273Z | Compiling ipnetwork v0.21.1 |
| 513 | 2026-05-11T08:18:40.299Z | Compiling utf8parse v0.2.2 |
| 514 | 2026-05-11T08:18:40.394Z | Compiling unicode-width v0.2.2 |
| 515 | 2026-05-11T08:18:40.552Z | Compiling cpufeatures v0.3.0 |
| 516 | 2026-05-11T08:18:40.575Z | Compiling anstyle-parse v1.0.0 |
| 517 | 2026-05-11T08:18:40.614Z | Compiling darling_core v0.21.3 |
| 518 | 2026-05-11T08:18:40.633Z | Compiling tabwriter v1.4.1 |
| 519 | 2026-05-11T08:18:40.677Z | Compiling chacha20 v0.10.0 |
| 520 | 2026-05-11T08:18:40.759Z | Compiling cstr-argument v0.1.2 |
| 521 | 2026-05-11T08:18:40.906Z | Compiling tracing-core v0.1.36 |
| 522 | 2026-05-11T08:18:41.319Z | Compiling colorchoice v1.0.5 |
| 523 | 2026-05-11T08:18:41.351Z | Compiling pretty-hex v0.4.2 |
| 524 | 2026-05-11T08:18:41.419Z | Compiling pin-project-lite v0.2.17 |
| 525 | 2026-05-11T08:18:41.474Z | Compiling is_terminal_polyfill v1.70.2 |
| 526 | 2026-05-11T08:18:41.502Z | Compiling anstyle v1.0.14 |
| 527 | 2026-05-11T08:18:41.553Z | Compiling dyn-clone v1.0.20 |
| 528 | 2026-05-11T08:18:41.662Z | Compiling anstyle-query v1.1.5 |
| 529 | 2026-05-11T08:18:41.681Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 530 | 2026-05-11T08:18:41.718Z | Compiling terminal_size v0.4.4 |
| 531 | 2026-05-11T08:18:41.734Z | Compiling anstream v1.0.0 |
| 532 | 2026-05-11T08:18:41.800Z | Compiling thiserror-impl v2.0.18 |
| 533 | 2026-05-11T08:18:41.841Z | Compiling serde_derive v1.0.228 |
| 534 | 2026-05-11T08:18:41.875Z | Compiling zerocopy-derive v0.8.48 |
| 535 | 2026-05-11T08:18:42.124Z | Compiling num_enum_derive v0.7.6 |
| 536 | 2026-05-11T08:18:42.275Z | Compiling ref-cast-impl v1.0.25 |
| 537 | 2026-05-11T08:18:42.383Z | Compiling foreign-types-macros v0.2.3 |
| 538 | 2026-05-11T08:18:42.722Z | Compiling darling_macro v0.21.3 |
| 539 | 2026-05-11T08:18:42.984Z | Compiling tracing-attributes v0.1.31 |
| 540 | 2026-05-11T08:18:43.034Z | Compiling foreign-types v0.5.0 |
| 541 | 2026-05-11T08:18:43.078Z | Compiling cobs v0.3.0 |
| 542 | 2026-05-11T08:18:43.081Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 543 | 2026-05-11T08:18:43.085Z | Compiling num_enum v0.7.6 |
| 544 | 2026-05-11T08:18:43.096Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 545 | 2026-05-11T08:18:43.181Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 546 | 2026-05-11T08:18:43.247Z | Compiling darling v0.21.3 |
| 547 | 2026-05-11T08:18:43.275Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 548 | 2026-05-11T08:18:43.314Z | Compiling ingot-macros v0.1.1 |
| 549 | 2026-05-11T08:18:43.529Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 550 | 2026-05-11T08:18:43.557Z | Compiling rand v0.10.1 |
| 551 | 2026-05-11T08:18:43.608Z | Compiling uuid v1.23.1 |
| 552 | 2026-05-11T08:18:43.631Z | Compiling socket2 v0.6.3 |
| 553 | 2026-05-11T08:18:43.666Z | Compiling oxnet v0.1.5 |
| 554 | 2026-05-11T08:18:44.162Z | Compiling tracing v0.1.44 |
| 555 | 2026-05-11T08:18:44.190Z | Compiling clap_lex v1.1.0 |
| 556 | 2026-05-11T08:18:44.341Z | Compiling heck v0.5.0 |
| 557 | 2026-05-11T08:18:44.476Z | Compiling colored v3.1.1 |
| 558 | 2026-05-11T08:18:44.497Z | Compiling clap_builder v4.6.0 |
| 559 | 2026-05-11T08:18:44.525Z | Compiling clap_derive v4.6.1 |
| 560 | 2026-05-11T08:18:44.646Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 561 | 2026-05-11T08:18:44.949Z | Compiling postcard v1.1.3 |
| 562 | 2026-05-11T08:18:46.184Z | Compiling ingot-types v0.1.2 |
| 563 | 2026-05-11T08:18:46.267Z | Compiling clap v4.6.1 |
| 564 | 2026-05-11T08:18:46.505Z | Compiling ingot v0.1.1 |
| 565 | 2026-05-11T08:18:48.119Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 566 | 2026-05-11T08:18:49.126Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 567 | 2026-05-11T08:18:50.144Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 568 | 2026-05-11T08:18:56.657Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.00s |
| 569 | 2026-05-11T08:18:56.686Z | |
| 570 | 2026-05-11T08:18:56.686Z | real 20.030683708 |
| 571 | 2026-05-11T08:18:56.686Z | user 1:41.921440407 |
| 572 | 2026-05-11T08:18:56.686Z | sys 13.106272811 |
| 573 | 2026-05-11T08:18:56.686Z | trap 0.050162350 |
| 574 | 2026-05-11T08:18:56.686Z | tflt 0.118390464 |
| 575 | 2026-05-11T08:18:56.686Z | dflt 0.408218790 |
| 576 | 2026-05-11T08:18:56.686Z | kflt 0.000015536 |
| 577 | 2026-05-11T08:18:56.686Z | lock 4:27.599527595 |
| 578 | 2026-05-11T08:18:56.686Z | slp 3:20.216494812 |
| 579 | 2026-05-11T08:18:56.686Z | lat 5.450686532 |
| 580 | 2026-05-11T08:18:56.686Z | stop 9.818495354 |
| 581 | 2026-05-11T08:18:56.689Z | + popd |
| 582 | 2026-05-11T08:18:56.689Z | /work/oxidecomputer/opte |
| 583 | 2026-05-11T08:18:56.689Z | + for x in debug release |
| 584 | 2026-05-11T08:18:56.689Z | + mkdir -p /work/debug |
| 585 | 2026-05-11T08:18:56.689Z | + cp target/debug/opteadm /work/debug/ |
| 586 | 2026-05-11T08:18:56.711Z | + sha256sum target/debug/opteadm |
| 587 | 2026-05-11T08:18:56.736Z | + for x in debug release |
| 588 | 2026-05-11T08:18:56.736Z | + mkdir -p /work/release |
| 589 | 2026-05-11T08:18:56.739Z | + cp target/release/opteadm /work/release/ |
| 590 | 2026-05-11T08:18:56.753Z | + sha256sum target/release/opteadm |
| 591 | 2026-05-11T08:18:56.770Z | process exited: duration 65934 ms, exit code 0 |
| |
| 592 | 2026-05-11T08:18:57.784Z | found 4 output files |
| 593 | 2026-05-11T08:18:57.784Z | uploading: /work/debug/opteadm (35856752 bytes) |
| 594 | 2026-05-11T08:18:57.974Z | uploaded: /work/debug/opteadm |
| 595 | 2026-05-11T08:18:57.979Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
| 596 | 2026-05-11T08:18:58.982Z | uploaded: /work/debug/opteadm.debug.sha256 |
| 597 | 2026-05-11T08:18:58.982Z | uploading: /work/release/opteadm (24307368 bytes) |
| 598 | 2026-05-11T08:19:00.112Z | uploaded: /work/release/opteadm |
| 599 | 2026-05-11T08:19:00.113Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
| 600 | 2026-05-11T08:19:01.121Z | uploaded: /work/release/opteadm.release.sha256 |