|
|
|
| 1 | 2026-06-01T11:21:49.155Z | job assigned to worker 01KT1EMR0JSB3M7D9S8KQ620YE [factory aws, i-0ef906d59b641747b] (queued for 56 s) |
| |
| 2 | 2026-06-01T11:21:55.842Z | starting task 0: "setup" |
| 3 | 2026-06-01T11:21:55.847Z | ++ uname -s |
| 4 | 2026-06-01T11:21:55.850Z | + kern=SunOS |
| 5 | 2026-06-01T11:21:55.850Z | + build_user=build |
| 6 | 2026-06-01T11:21:55.850Z | + build_uid=12345 |
| 7 | 2026-06-01T11:21:55.850Z | + work_dir=/work |
| 8 | 2026-06-01T11:21:55.850Z | + input_dir=/input |
| 9 | 2026-06-01T11:21:55.850Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-01T11:21:55.850Z | + case "$kern" in |
| 11 | 2026-06-01T11:21:55.850Z | + groupadd -g 12345 build |
| 12 | 2026-06-01T11:21:55.853Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-01T11:21:57.855Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-01T11:21:57.974Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-01T11:21:57.977Z | + home_fs=zfs |
| 16 | 2026-06-01T11:21:57.977Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-01T11:21:57.977Z | + mkdir -p /home/build |
| 18 | 2026-06-01T11:21:57.977Z | + chown build:build /home/build /work |
| 19 | 2026-06-01T11:21:59.978Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-01T11:21:59.981Z | process exited: duration 4138 ms, exit code 0 |
| |
| 21 | 2026-06-01T11:21:59.986Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-01T11:21:59.990Z | + printf ' * rust toolchain channel = "%s"\n' 1.95.0 |
| 23 | 2026-06-01T11:21:59.990Z | * rust toolchain channel = "1.95.0" |
| 24 | 2026-06-01T11:21:59.990Z | * rust toolchain profile = "default" |
| 25 | 2026-06-01T11:21:59.990Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-01T11:21:59.990Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-01T11:21:59.990Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-01T11:21:59.993Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-01T11:21:59.993Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default |
| 30 | 2026-06-01T11:22:00.097Z | info: downloading installer |
| 31 | 2026-06-01T11:22:01.427Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-01T11:22:01.427Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-01T11:22:01.427Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-01T11:22:01.427Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-01T11:22:01.440Z | info: profile set to default |
| 36 | 2026-06-01T11:22:01.440Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-01T11:22:01.442Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 38 | 2026-06-01T11:22:01.586Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 39 | 2026-06-01T11:22:01.588Z | info: downloading 6 components |
| 40 | 2026-06-01T11:22:16.228Z | |
| 41 | 2026-06-01T11:22:16.228Z | info: default toolchain set to 1.95.0-x86_64-unknown-illumos |
| 42 | 2026-06-01T11:22:16.268Z | 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 43 | 2026-06-01T11:22:16.268Z | |
| 44 | 2026-06-01T11:22:16.268Z | |
| 45 | 2026-06-01T11:22:16.268Z | Rust is installed now. Great! |
| 46 | 2026-06-01T11:22:16.268Z | |
| 47 | 2026-06-01T11:22:16.268Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-01T11:22:16.268Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-01T11:22:16.268Z | |
| 50 | 2026-06-01T11:22:16.268Z | To configure your current shell, you need to source |
| 51 | 2026-06-01T11:22:16.268Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-01T11:22:16.268Z | |
| 53 | 2026-06-01T11:22:16.268Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-01T11:22:16.271Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-01T11:22:16.271Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-01T11:22:16.271Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-01T11:22:16.271Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-01T11:22:16.272Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-01T11:22:16.272Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-01T11:22:16.272Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-01T11:22:16.272Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-01T11:22:16.369Z | + rustup --version |
| 63 | 2026-06-01T11:22:16.378Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-01T11:22:16.381Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-01T11:22:16.400Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 66 | 2026-06-01T11:22:16.403Z | + cargo --version |
| 67 | 2026-06-01T11:22:16.416Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 68 | 2026-06-01T11:22:16.419Z | + rustc --version |
| 69 | 2026-06-01T11:22:16.438Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 70 | 2026-06-01T11:22:16.441Z | process exited: duration 16454 ms, exit code 0 |
| |
| 71 | 2026-06-01T11:22:16.447Z | starting task 2: "authentication" |
| 72 | 2026-06-01T11:22:16.463Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-06-01T11:22:16.468Z | starting task 3: "clone repository" |
| 74 | 2026-06-01T11:22:16.471Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-01T11:22:16.474Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-01T11:22:16.510Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-01T11:22:17.370Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-01T11:22:17.370Z | + git fetch origin 02641c7f2dbf68cc5ed36a9b99b3e5f3105aa4a6 |
| 79 | 2026-06-01T11:22:17.616Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-01T11:22:17.616Z | * branch 02641c7f2dbf68cc5ed36a9b99b3e5f3105aa4a6 -> FETCH_HEAD |
| 81 | 2026-06-01T11:22:17.622Z | + [[ -n mtu ]] |
| 82 | 2026-06-01T11:22:17.625Z | ++ git branch --show-current |
| 83 | 2026-06-01T11:22:17.625Z | + current=master |
| 84 | 2026-06-01T11:22:17.625Z | + [[ master != mtu ]] |
| 85 | 2026-06-01T11:22:17.625Z | + git branch -f mtu 02641c7f2dbf68cc5ed36a9b99b3e5f3105aa4a6 |
| 86 | 2026-06-01T11:22:17.628Z | + git checkout -f mtu |
| 87 | 2026-06-01T11:22:17.645Z | Switched to branch 'mtu' |
| 88 | 2026-06-01T11:22:17.661Z | + git reset --hard 02641c7f2dbf68cc5ed36a9b99b3e5f3105aa4a6 |
| 89 | 2026-06-01T11:22:17.661Z | HEAD is now at 02641c7 Plumb MTU into IPv6 NDP RA messages |
| 90 | 2026-06-01T11:22:17.661Z | process exited: duration 1182 ms, exit code 0 |
| |
| 91 | 2026-06-01T11:22:17.666Z | starting task 4: "build" |
| 92 | 2026-06-01T11:22:17.670Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-01T11:22:17.673Z | ++ rustup show active-toolchain |
| 94 | 2026-06-01T11:22:17.675Z | 1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-06-01T11:22:17.678Z | ++ pushd xde |
| 96 | 2026-06-01T11:22:17.678Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-06-01T11:22:17.678Z | ++ rustup show active-toolchain |
| 98 | 2026-06-01T11:22:17.682Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-06-01T11:22:17.836Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-06-01T11:22:17.839Z | info: downloading 6 components |
| 101 | 2026-06-01T11:22:32.747Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-06-01T11:22:32.833Z | +++ rustup show active-toolchain -v |
| 103 | 2026-06-01T11:22:32.836Z | +++ head -n 1 |
| 104 | 2026-06-01T11:22:32.837Z | +++ cut '-d ' -f1 |
| 105 | 2026-06-01T11:22:32.888Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-06-01T11:22:32.888Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-06-01T11:22:32.888Z | ++ popd |
| 108 | 2026-06-01T11:22:32.888Z | /work/oxidecomputer/opte |
| 109 | 2026-06-01T11:22:32.891Z | + cargo --version |
| 110 | 2026-06-01T11:22:32.897Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 111 | 2026-06-01T11:22:32.900Z | + rustc --version |
| 112 | 2026-06-01T11:22:32.920Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 113 | 2026-06-01T11:22:32.923Z | + pushd bin/opteadm |
| 114 | 2026-06-01T11:22:32.923Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 115 | 2026-06-01T11:22:32.923Z | + header 'check style' |
| 116 | 2026-06-01T11:22:32.923Z | + echo '# ==== check style ==== #' |
| 117 | 2026-06-01T11:22:32.923Z | # ==== check style ==== # |
| 118 | 2026-06-01T11:22:32.923Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 119 | 2026-06-01T11:22:32.995Z | |
| 120 | 2026-06-01T11:22:32.995Z | real 0.069171340 |
| 121 | 2026-06-01T11:22:32.995Z | user 0.038644611 |
| 122 | 2026-06-01T11:22:32.995Z | sys 0.027673491 |
| 123 | 2026-06-01T11:22:32.995Z | trap 0.000000169 |
| 124 | 2026-06-01T11:22:32.995Z | tflt 0.000013027 |
| 125 | 2026-06-01T11:22:32.995Z | dflt 0.000003829 |
| 126 | 2026-06-01T11:22:32.995Z | kflt 0.000000000 |
| 127 | 2026-06-01T11:22:32.995Z | lock 0.031222146 |
| 128 | 2026-06-01T11:22:32.995Z | slp 0.048777777 |
| 129 | 2026-06-01T11:22:32.995Z | lat 0.000807911 |
| 130 | 2026-06-01T11:22:32.995Z | stop 0.000101451 |
| 131 | 2026-06-01T11:22:32.999Z | + header analyze |
| 132 | 2026-06-01T11:22:32.999Z | + echo '# ==== analyze ==== #' |
| 133 | 2026-06-01T11:22:32.999Z | # ==== analyze ==== # |
| 134 | 2026-06-01T11:22:32.999Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 135 | 2026-06-01T11:22:33.127Z | Updating crates.io index |
| 136 | 2026-06-01T11:22:33.130Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-06-01T11:22:33.797Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-06-01T11:22:34.354Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-06-01T11:22:34.751Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-06-01T11:22:35.054Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-06-01T11:22:35.423Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-06-01T11:22:35.698Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-06-01T11:22:37.545Z | Downloading crates ... |
| 144 | 2026-06-01T11:22:37.595Z | Downloaded bitflags v1.3.2 |
| 145 | 2026-06-01T11:22:37.598Z | Downloaded bitflags v2.11.1 |
| 146 | 2026-06-01T11:22:37.603Z | Downloaded socket2 v0.6.3 |
| 147 | 2026-06-01T11:22:37.606Z | Downloaded is_terminal_polyfill v1.70.2 |
| 148 | 2026-06-01T11:22:37.606Z | Downloaded clap_derive v4.6.1 |
| 149 | 2026-06-01T11:22:37.610Z | Downloaded foreign-types v0.5.0 |
| 150 | 2026-06-01T11:22:37.613Z | Downloaded cobs v0.3.0 |
| 151 | 2026-06-01T11:22:37.613Z | Downloaded cfg-if v1.0.4 |
| 152 | 2026-06-01T11:22:37.613Z | Downloaded ref-cast v1.0.25 |
| 153 | 2026-06-01T11:22:37.616Z | Downloaded proc-macro2 v1.0.106 |
| 154 | 2026-06-01T11:22:37.618Z | Downloaded serde_core v1.0.228 |
| 155 | 2026-06-01T11:22:37.625Z | Downloaded stable_deref_trait v1.2.1 |
| 156 | 2026-06-01T11:22:37.628Z | Downloaded zerocopy-derive v0.8.48 |
| 157 | 2026-06-01T11:22:37.632Z | Downloaded managed v0.8.0 |
| 158 | 2026-06-01T11:22:37.635Z | Downloaded heck v0.5.0 |
| 159 | 2026-06-01T11:22:37.635Z | Downloaded foreign-types-macros v0.2.3 |
| 160 | 2026-06-01T11:22:37.637Z | Downloaded defmt v0.3.100 |
| 161 | 2026-06-01T11:22:37.637Z | Downloaded clap_lex v1.1.0 |
| 162 | 2026-06-01T11:22:37.640Z | Downloaded aho-corasick v1.1.4 |
| 163 | 2026-06-01T11:22:37.645Z | Downloaded zerocopy v0.8.48 |
| 164 | 2026-06-01T11:22:37.656Z | Downloaded terminal_size v0.4.4 |
| 165 | 2026-06-01T11:22:37.658Z | Downloaded cpufeatures v0.3.0 |
| 166 | 2026-06-01T11:22:37.659Z | Downloaded colorchoice v1.0.5 |
| 167 | 2026-06-01T11:22:37.659Z | Downloaded embedded-io v0.4.0 |
| 168 | 2026-06-01T11:22:37.661Z | Downloaded defmt-parser v1.0.0 |
| 169 | 2026-06-01T11:22:37.664Z | Downloaded equivalent v1.0.2 |
| 170 | 2026-06-01T11:22:37.666Z | Downloaded pin-project-lite v0.2.17 |
| 171 | 2026-06-01T11:22:37.669Z | Downloaded byteorder v1.5.0 |
| 172 | 2026-06-01T11:22:37.669Z | Downloaded ident_case v1.0.1 |
| 173 | 2026-06-01T11:22:37.672Z | Downloaded cstr-argument v0.1.2 |
| 174 | 2026-06-01T11:22:37.672Z | Downloaded anstyle-parse v1.0.0 |
| 175 | 2026-06-01T11:22:37.678Z | Downloaded utf8parse v0.2.2 |
| 176 | 2026-06-01T11:22:37.680Z | Downloaded anstyle-query v1.1.5 |
| 177 | 2026-06-01T11:22:37.683Z | Downloaded foreign-types-shared v0.3.1 |
| 178 | 2026-06-01T11:22:37.686Z | Downloaded macaddr v1.0.1 |
| 179 | 2026-06-01T11:22:37.688Z | Downloaded darling_macro v0.21.3 |
| 180 | 2026-06-01T11:22:37.688Z | Downloaded strsim v0.11.1 |
| 181 | 2026-06-01T11:22:37.691Z | Downloaded fnv v1.0.7 |
| 182 | 2026-06-01T11:22:37.695Z | Downloaded tabwriter v1.4.1 |
| 183 | 2026-06-01T11:22:37.698Z | Downloaded hash32 v0.3.1 |
| 184 | 2026-06-01T11:22:37.701Z | Downloaded version_check v0.9.5 |
| 185 | 2026-06-01T11:22:37.701Z | Downloaded errno v0.3.14 |
| 186 | 2026-06-01T11:22:37.703Z | Downloaded ref-cast-impl v1.0.25 |
| 187 | 2026-06-01T11:22:37.708Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 188 | 2026-06-01T11:22:37.710Z | Downloaded pretty-hex v0.4.2 |
| 189 | 2026-06-01T11:22:37.713Z | Downloaded oxnet v0.1.5 |
| 190 | 2026-06-01T11:22:37.713Z | Downloaded ingot-types v0.1.2 |
| 191 | 2026-06-01T11:22:37.716Z | Downloaded ingot v0.1.1 |
| 192 | 2026-06-01T11:22:37.718Z | Downloaded thiserror v2.0.18 |
| 193 | 2026-06-01T11:22:37.721Z | Downloaded thiserror-impl v2.0.18 |
| 194 | 2026-06-01T11:22:37.723Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 195 | 2026-06-01T11:22:37.724Z | Downloaded rand_core v0.10.1 |
| 196 | 2026-06-01T11:22:37.724Z | Downloaded chacha20 v0.10.0 |
| 197 | 2026-06-01T11:22:37.727Z | Downloaded either v1.15.0 |
| 198 | 2026-06-01T11:22:37.727Z | Downloaded proc-macro-crate v3.5.0 |
| 199 | 2026-06-01T11:22:37.727Z | Downloaded ipnetwork v0.21.1 |
| 200 | 2026-06-01T11:22:37.730Z | Downloaded defmt v1.0.1 |
| 201 | 2026-06-01T11:22:37.730Z | Downloaded num_enum v0.7.6 |
| 202 | 2026-06-01T11:22:37.733Z | Downloaded anstyle v1.0.14 |
| 203 | 2026-06-01T11:22:37.735Z | Downloaded rustversion v1.0.22 |
| 204 | 2026-06-01T11:22:37.738Z | Downloaded dyn-clone v1.0.20 |
| 205 | 2026-06-01T11:22:37.741Z | Downloaded defmt-macros v1.0.1 |
| 206 | 2026-06-01T11:22:37.743Z | Downloaded proc-macro-error2 v2.0.1 |
| 207 | 2026-06-01T11:22:37.743Z | Downloaded anstream v1.0.0 |
| 208 | 2026-06-01T11:22:37.746Z | Downloaded num_enum_derive v0.7.6 |
| 209 | 2026-06-01T11:22:37.755Z | Downloaded quote v1.0.45 |
| 210 | 2026-06-01T11:22:37.758Z | Downloaded embedded-io v0.6.1 |
| 211 | 2026-06-01T11:22:37.760Z | Downloaded once_cell v1.21.4 |
| 212 | 2026-06-01T11:22:37.767Z | Downloaded postcard v1.1.3 |
| 213 | 2026-06-01T11:22:37.770Z | Downloaded ingot-macros v0.1.1 |
| 214 | 2026-06-01T11:22:37.773Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 215 | 2026-06-01T11:22:37.776Z | Downloaded tracing-attributes v0.1.31 |
| 216 | 2026-06-01T11:22:37.784Z | Downloaded darling v0.21.3 |
| 217 | 2026-06-01T11:22:37.786Z | Downloaded colored v3.1.1 |
| 218 | 2026-06-01T11:22:37.789Z | Downloaded unicode-ident v1.0.24 |
| 219 | 2026-06-01T11:22:37.792Z | Downloaded clap v4.6.1 |
| 220 | 2026-06-01T11:22:37.797Z | Downloaded anyhow v1.0.102 |
| 221 | 2026-06-01T11:22:37.818Z | Downloaded getrandom v0.4.2 |
| 222 | 2026-06-01T11:22:37.827Z | Downloaded toml_edit v0.25.11+spec-1.1.0 |
| 223 | 2026-06-01T11:22:37.829Z | Downloaded serde_derive v1.0.228 |
| 224 | 2026-06-01T11:22:37.833Z | Downloaded uuid v1.23.1 |
| 225 | 2026-06-01T11:22:37.836Z | Downloaded memchr v2.8.0 |
| 226 | 2026-06-01T11:22:37.840Z | Downloaded darling_core v0.21.3 |
| 227 | 2026-06-01T11:22:37.844Z | Downloaded heapless v0.8.0 |
| 228 | 2026-06-01T11:22:37.849Z | Downloaded tracing-core v0.1.36 |
| 229 | 2026-06-01T11:22:37.859Z | Downloaded indexmap v2.14.0 |
| 230 | 2026-06-01T11:22:37.863Z | Downloaded serde v1.0.228 |
| 231 | 2026-06-01T11:22:37.878Z | Downloaded rand v0.10.1 |
| 232 | 2026-06-01T11:22:37.911Z | Downloaded syn v1.0.109 |
| 233 | 2026-06-01T11:22:37.919Z | Downloaded itertools v0.14.0 |
| 234 | 2026-06-01T11:22:37.923Z | Downloaded hashbrown v0.17.0 |
| 235 | 2026-06-01T11:22:37.926Z | Downloaded regex v1.12.3 |
| 236 | 2026-06-01T11:22:37.930Z | Downloaded winnow v1.0.2 |
| 237 | 2026-06-01T11:22:37.935Z | Downloaded clap_builder v4.6.0 |
| 238 | 2026-06-01T11:22:37.975Z | Downloaded syn v2.0.117 |
| 239 | 2026-06-01T11:22:37.983Z | Downloaded unicode-width v0.2.2 |
| 240 | 2026-06-01T11:22:38.006Z | Downloaded smoltcp v0.11.0 |
| 241 | 2026-06-01T11:22:38.021Z | Downloaded regex-syntax v0.8.10 |
| 242 | 2026-06-01T11:22:38.032Z | Downloaded rustix v1.1.4 |
| 243 | 2026-06-01T11:22:38.045Z | Downloaded tracing v0.1.44 |
| 244 | 2026-06-01T11:22:38.056Z | Downloaded regex-automata v0.4.14 |
| 245 | 2026-06-01T11:22:38.077Z | Downloaded libc v0.2.186 |
| 246 | 2026-06-01T11:22:38.139Z | Compiling proc-macro2 v1.0.106 |
| 247 | 2026-06-01T11:22:38.139Z | Compiling quote v1.0.45 |
| 248 | 2026-06-01T11:22:38.139Z | Compiling unicode-ident v1.0.24 |
| 249 | 2026-06-01T11:22:38.139Z | Compiling serde_core v1.0.228 |
| 250 | 2026-06-01T11:22:38.142Z | Compiling libc v0.2.186 |
| 251 | 2026-06-01T11:22:38.142Z | Checking cfg-if v1.0.4 |
| 252 | 2026-06-01T11:22:38.142Z | Compiling thiserror v2.0.18 |
| 253 | 2026-06-01T11:22:38.142Z | Compiling ident_case v1.0.1 |
| 254 | 2026-06-01T11:22:38.264Z | Compiling strsim v0.11.1 |
| 255 | 2026-06-01T11:22:38.331Z | Compiling memchr v2.8.0 |
| 256 | 2026-06-01T11:22:38.331Z | Compiling fnv v1.0.7 |
| 257 | 2026-06-01T11:22:38.415Z | Compiling regex-syntax v0.8.10 |
| 258 | 2026-06-01T11:22:38.561Z | Compiling hashbrown v0.17.0 |
| 259 | 2026-06-01T11:22:38.612Z | Compiling zerocopy v0.8.48 |
| 260 | 2026-06-01T11:22:38.770Z | Compiling aho-corasick v1.1.4 |
| 261 | 2026-06-01T11:22:38.929Z | Compiling anyhow v1.0.102 |
| 262 | 2026-06-01T11:22:38.932Z | Compiling serde v1.0.228 |
| 263 | 2026-06-01T11:22:39.016Z | Compiling either v1.15.0 |
| 264 | 2026-06-01T11:22:39.101Z | Compiling winnow v1.0.2 |
| 265 | 2026-06-01T11:22:39.209Z | Compiling equivalent v1.0.2 |
| 266 | 2026-06-01T11:22:39.288Z | Compiling indexmap v2.14.0 |
| 267 | 2026-06-01T11:22:39.315Z | Compiling itertools v0.14.0 |
| 268 | 2026-06-01T11:22:39.482Z | Compiling syn v2.0.117 |
| 269 | 2026-06-01T11:22:39.537Z | Checking byteorder v1.5.0 |
| 270 | 2026-06-01T11:22:39.694Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 271 | 2026-06-01T11:22:39.911Z | Compiling regex-automata v0.4.14 |
| 272 | 2026-06-01T11:22:39.922Z | Compiling heapless v0.8.0 |
| 273 | 2026-06-01T11:22:40.071Z | Checking bitflags v2.11.1 |
| 274 | 2026-06-01T11:22:40.169Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 275 | 2026-06-01T11:22:40.216Z | Checking hash32 v0.3.1 |
| 276 | 2026-06-01T11:22:40.239Z | Checking stable_deref_trait v1.2.1 |
| 277 | 2026-06-01T11:22:40.303Z | Compiling rustversion v1.0.22 |
| 278 | 2026-06-01T11:22:40.324Z | Compiling smoltcp v0.11.0 |
| 279 | 2026-06-01T11:22:40.392Z | Checking macaddr v1.0.1 |
| 280 | 2026-06-01T11:22:40.529Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 281 | 2026-06-01T11:22:40.532Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 282 | 2026-06-01T11:22:40.584Z | Compiling syn v1.0.109 |
| 283 | 2026-06-01T11:22:40.688Z | Compiling ref-cast v1.0.25 |
| 284 | 2026-06-01T11:22:40.723Z | Checking bitflags v1.3.2 |
| 285 | 2026-06-01T11:22:40.781Z | Compiling rustix v1.1.4 |
| 286 | 2026-06-01T11:22:40.787Z | Compiling getrandom v0.4.2 |
| 287 | 2026-06-01T11:22:40.939Z | Checking managed v0.8.0 |
| 288 | 2026-06-01T11:22:40.999Z | Compiling version_check v0.9.5 |
| 289 | 2026-06-01T11:22:41.015Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 290 | 2026-06-01T11:22:41.057Z | Compiling proc-macro-crate v3.5.0 |
| 291 | 2026-06-01T11:22:41.119Z | Checking rand_core v0.10.1 |
| 292 | 2026-06-01T11:22:41.261Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 293 | 2026-06-01T11:22:41.414Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 294 | 2026-06-01T11:22:41.469Z | Checking errno v0.3.14 |
| 295 | 2026-06-01T11:22:41.513Z | Checking cpufeatures v0.3.0 |
| 296 | 2026-06-01T11:22:41.575Z | Compiling regex v1.12.3 |
| 297 | 2026-06-01T11:22:41.581Z | Checking ipnetwork v0.21.1 |
| 298 | 2026-06-01T11:22:41.701Z | Checking once_cell v1.21.4 |
| 299 | 2026-06-01T11:22:41.764Z | Checking foreign-types-shared v0.3.1 |
| 300 | 2026-06-01T11:22:41.847Z | Checking unicode-width v0.2.2 |
| 301 | 2026-06-01T11:22:41.869Z | Checking utf8parse v0.2.2 |
| 302 | 2026-06-01T11:22:41.962Z | Checking anstyle-parse v1.0.0 |
| 303 | 2026-06-01T11:22:41.965Z | Checking tracing-core v0.1.36 |
| 304 | 2026-06-01T11:22:42.089Z | Compiling darling_core v0.21.3 |
| 305 | 2026-06-01T11:22:42.108Z | Checking tabwriter v1.4.1 |
| 306 | 2026-06-01T11:22:42.237Z | Checking cstr-argument v0.1.2 |
| 307 | 2026-06-01T11:22:42.273Z | Checking chacha20 v0.10.0 |
| 308 | 2026-06-01T11:22:42.521Z | Checking colorchoice v1.0.5 |
| 309 | 2026-06-01T11:22:42.545Z | Checking anstyle-query v1.1.5 |
| 310 | 2026-06-01T11:22:42.616Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 311 | 2026-06-01T11:22:42.630Z | Checking dyn-clone v1.0.20 |
| 312 | 2026-06-01T11:22:42.655Z | Checking is_terminal_polyfill v1.70.2 |
| 313 | 2026-06-01T11:22:42.680Z | Checking pretty-hex v0.4.2 |
| 314 | 2026-06-01T11:22:42.686Z | Checking pin-project-lite v0.2.17 |
| 315 | 2026-06-01T11:22:42.721Z | Checking anstyle v1.0.14 |
| 316 | 2026-06-01T11:22:42.765Z | Checking terminal_size v0.4.4 |
| 317 | 2026-06-01T11:22:42.843Z | Checking rand v0.10.1 |
| 318 | 2026-06-01T11:22:42.870Z | Checking uuid v1.23.1 |
| 319 | 2026-06-01T11:22:42.893Z | Checking anstream v1.0.0 |
| 320 | 2026-06-01T11:22:42.982Z | Checking socket2 v0.6.3 |
| 321 | 2026-06-01T11:22:43.087Z | Compiling heck v0.5.0 |
| 322 | 2026-06-01T11:22:43.188Z | Compiling thiserror-impl v2.0.18 |
| 323 | 2026-06-01T11:22:43.227Z | Compiling zerocopy-derive v0.8.48 |
| 324 | 2026-06-01T11:22:43.275Z | Compiling serde_derive v1.0.228 |
| 325 | 2026-06-01T11:22:43.278Z | Compiling ref-cast-impl v1.0.25 |
| 326 | 2026-06-01T11:22:43.299Z | Compiling foreign-types-macros v0.2.3 |
| 327 | 2026-06-01T11:22:43.860Z | Compiling num_enum_derive v0.7.6 |
| 328 | 2026-06-01T11:22:43.919Z | Checking foreign-types v0.5.0 |
| 329 | 2026-06-01T11:22:43.955Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 330 | 2026-06-01T11:22:43.986Z | Compiling tracing-attributes v0.1.31 |
| 331 | 2026-06-01T11:22:44.159Z | Compiling darling_macro v0.21.3 |
| 332 | 2026-06-01T11:22:44.532Z | Checking cobs v0.3.0 |
| 333 | 2026-06-01T11:22:44.564Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 334 | 2026-06-01T11:22:44.611Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 335 | 2026-06-01T11:22:44.672Z | Checking clap_lex v1.1.0 |
| 336 | 2026-06-01T11:22:44.749Z | Checking colored v3.1.1 |
| 337 | 2026-06-01T11:22:44.777Z | Compiling darling v0.21.3 |
| 338 | 2026-06-01T11:22:44.844Z | Checking oxnet v0.1.5 |
| 339 | 2026-06-01T11:22:44.852Z | Compiling ingot-macros v0.1.1 |
| 340 | 2026-06-01T11:22:44.892Z | Checking num_enum v0.7.6 |
| 341 | 2026-06-01T11:22:44.944Z | Checking clap_builder v4.6.0 |
| 342 | 2026-06-01T11:22:44.997Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 343 | 2026-06-01T11:22:45.013Z | Compiling clap_derive v4.6.1 |
| 344 | 2026-06-01T11:22:45.127Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 345 | 2026-06-01T11:22:45.149Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 346 | 2026-06-01T11:22:45.273Z | Checking tracing v0.1.44 |
| 347 | 2026-06-01T11:22:46.231Z | Checking postcard v1.1.3 |
| 348 | 2026-06-01T11:22:46.369Z | Checking clap v4.6.1 |
| 349 | 2026-06-01T11:22:47.228Z | Checking ingot-types v0.1.2 |
| 350 | 2026-06-01T11:22:47.495Z | Checking ingot v0.1.1 |
| 351 | 2026-06-01T11:22:48.772Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 352 | 2026-06-01T11:22:49.977Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 353 | 2026-06-01T11:22:51.186Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 354 | 2026-06-01T11:22:52.013Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.97s |
| 355 | 2026-06-01T11:22:52.132Z | |
| 356 | 2026-06-01T11:22:52.132Z | real 19.131713951 |
| 357 | 2026-06-01T11:22:52.132Z | user 53.811177671 |
| 358 | 2026-06-01T11:22:52.132Z | sys 13.574261659 |
| 359 | 2026-06-01T11:22:52.132Z | trap 0.044410446 |
| 360 | 2026-06-01T11:22:52.132Z | tflt 0.039933945 |
| 361 | 2026-06-01T11:22:52.132Z | dflt 0.159762044 |
| 362 | 2026-06-01T11:22:52.132Z | kflt 0.006920345 |
| 363 | 2026-06-01T11:22:52.132Z | lock 2:54.134718340 |
| 364 | 2026-06-01T11:22:52.132Z | slp 3:04.166878083 |
| 365 | 2026-06-01T11:22:52.132Z | lat 3.402716849 |
| 366 | 2026-06-01T11:22:52.132Z | stop 10.926684297 |
| 367 | 2026-06-01T11:22:52.135Z | + header 'debug build' |
| 368 | 2026-06-01T11:22:52.135Z | + echo '# ==== debug build ==== #' |
| 369 | 2026-06-01T11:22:52.135Z | + ptime -m cargo build |
| 370 | 2026-06-01T11:22:52.135Z | # ==== debug build ==== # |
| 371 | 2026-06-01T11:22:52.317Z | Compiling cfg-if v1.0.4 |
| 372 | 2026-06-01T11:22:52.320Z | Compiling serde_core v1.0.228 |
| 373 | 2026-06-01T11:22:52.320Z | Compiling libc v0.2.186 |
| 374 | 2026-06-01T11:22:52.345Z | Compiling thiserror v2.0.18 |
| 375 | 2026-06-01T11:22:52.348Z | Compiling byteorder v1.5.0 |
| 376 | 2026-06-01T11:22:52.351Z | Compiling zerocopy v0.8.48 |
| 377 | 2026-06-01T11:22:52.354Z | Compiling stable_deref_trait v1.2.1 |
| 378 | 2026-06-01T11:22:52.357Z | Compiling macaddr v1.0.1 |
| 379 | 2026-06-01T11:22:52.393Z | Compiling rand_core v0.10.1 |
| 380 | 2026-06-01T11:22:52.406Z | Compiling cobs v0.3.0 |
| 381 | 2026-06-01T11:22:52.422Z | Compiling bitflags v1.3.2 |
| 382 | 2026-06-01T11:22:52.481Z | Compiling hash32 v0.3.1 |
| 383 | 2026-06-01T11:22:52.513Z | Compiling managed v0.8.0 |
| 384 | 2026-06-01T11:22:52.541Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 385 | 2026-06-01T11:22:52.586Z | Compiling heapless v0.8.0 |
| 386 | 2026-06-01T11:22:52.624Z | Compiling errno v0.3.14 |
| 387 | 2026-06-01T11:22:52.670Z | Compiling utf8parse v0.2.2 |
| 388 | 2026-06-01T11:22:52.675Z | Compiling ipnetwork v0.21.1 |
| 389 | 2026-06-01T11:22:52.727Z | Compiling memchr v2.8.0 |
| 390 | 2026-06-01T11:22:52.761Z | Compiling cpufeatures v0.3.0 |
| 391 | 2026-06-01T11:22:52.770Z | Compiling unicode-width v0.2.2 |
| 392 | 2026-06-01T11:22:52.781Z | Compiling once_cell v1.21.4 |
| 393 | 2026-06-01T11:22:52.820Z | Compiling foreign-types-shared v0.3.1 |
| 394 | 2026-06-01T11:22:52.897Z | Compiling foreign-types v0.5.0 |
| 395 | 2026-06-01T11:22:52.963Z | Compiling smoltcp v0.11.0 |
| 396 | 2026-06-01T11:22:52.998Z | Compiling tabwriter v1.4.1 |
| 397 | 2026-06-01T11:22:53.011Z | Compiling tracing-core v0.1.36 |
| 398 | 2026-06-01T11:22:53.058Z | Compiling chacha20 v0.10.0 |
| 399 | 2026-06-01T11:22:53.194Z | Compiling cstr-argument v0.1.2 |
| 400 | 2026-06-01T11:22:53.383Z | Compiling anstyle-parse v1.0.0 |
| 401 | 2026-06-01T11:22:53.386Z | Compiling ref-cast v1.0.25 |
| 402 | 2026-06-01T11:22:53.399Z | Compiling num_enum v0.7.6 |
| 403 | 2026-06-01T11:22:53.473Z | Compiling getrandom v0.4.2 |
| 404 | 2026-06-01T11:22:53.501Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 405 | 2026-06-01T11:22:53.586Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 406 | 2026-06-01T11:22:53.604Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 407 | 2026-06-01T11:22:53.679Z | Compiling pin-project-lite v0.2.17 |
| 408 | 2026-06-01T11:22:53.683Z | Compiling colorchoice v1.0.5 |
| 409 | 2026-06-01T11:22:53.765Z | Compiling dyn-clone v1.0.20 |
| 410 | 2026-06-01T11:22:53.786Z | Compiling is_terminal_polyfill v1.70.2 |
| 411 | 2026-06-01T11:22:53.868Z | Compiling anstyle-query v1.1.5 |
| 412 | 2026-06-01T11:22:53.884Z | Compiling anstyle v1.0.14 |
| 413 | 2026-06-01T11:22:53.926Z | Compiling pretty-hex v0.4.2 |
| 414 | 2026-06-01T11:22:53.968Z | Compiling tracing v0.1.44 |
| 415 | 2026-06-01T11:22:54.050Z | Compiling bitflags v2.11.1 |
| 416 | 2026-06-01T11:22:54.144Z | Compiling serde v1.0.228 |
| 417 | 2026-06-01T11:22:54.162Z | Compiling anstream v1.0.0 |
| 418 | 2026-06-01T11:22:54.195Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 419 | 2026-06-01T11:22:54.308Z | Compiling rustix v1.1.4 |
| 420 | 2026-06-01T11:22:54.329Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 421 | 2026-06-01T11:22:54.511Z | Compiling uuid v1.23.1 |
| 422 | 2026-06-01T11:22:54.540Z | Compiling anyhow v1.0.102 |
| 423 | 2026-06-01T11:22:54.690Z | Compiling postcard v1.1.3 |
| 424 | 2026-06-01T11:22:54.824Z | Compiling terminal_size v0.4.4 |
| 425 | 2026-06-01T11:22:54.836Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 426 | 2026-06-01T11:22:54.973Z | Compiling rand v0.10.1 |
| 427 | 2026-06-01T11:22:55.041Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 428 | 2026-06-01T11:22:55.087Z | Compiling socket2 v0.6.3 |
| 429 | 2026-06-01T11:22:55.153Z | Compiling colored v3.1.1 |
| 430 | 2026-06-01T11:22:55.307Z | Compiling ingot-types v0.1.2 |
| 431 | 2026-06-01T11:22:55.395Z | Compiling oxnet v0.1.5 |
| 432 | 2026-06-01T11:22:55.400Z | Compiling winnow v1.0.2 |
| 433 | 2026-06-01T11:22:55.477Z | Compiling clap_lex v1.1.0 |
| 434 | 2026-06-01T11:22:55.718Z | Compiling ingot v0.1.1 |
| 435 | 2026-06-01T11:22:55.854Z | Compiling strsim v0.11.1 |
| 436 | 2026-06-01T11:22:55.875Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 437 | 2026-06-01T11:22:56.188Z | Compiling clap_builder v4.6.0 |
| 438 | 2026-06-01T11:22:56.317Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 439 | 2026-06-01T11:22:57.339Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 440 | 2026-06-01T11:22:57.763Z | Compiling clap v4.6.1 |
| 441 | 2026-06-01T11:22:58.819Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 442 | 2026-06-01T11:23:00.298Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 443 | 2026-06-01T11:23:04.748Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.60s |
| 444 | 2026-06-01T11:23:04.778Z | |
| 445 | 2026-06-01T11:23:04.778Z | real 12.635656915 |
| 446 | 2026-06-01T11:23:04.778Z | user 1:04.708714796 |
| 447 | 2026-06-01T11:23:04.778Z | sys 6.010252758 |
| 448 | 2026-06-01T11:23:04.781Z | trap 0.036102149 |
| 449 | 2026-06-01T11:23:04.781Z | tflt 0.149070951 |
| 450 | 2026-06-01T11:23:04.781Z | dflt 0.215230036 |
| 451 | 2026-06-01T11:23:04.781Z | kflt 0.000050889 |
| 452 | 2026-06-01T11:23:04.781Z | lock 2:54.240130271 |
| 453 | 2026-06-01T11:23:04.781Z | slp 1:54.628675291 |
| 454 | 2026-06-01T11:23:04.781Z | lat 3.053150108 |
| 455 | 2026-06-01T11:23:04.781Z | stop 2.699813138 |
| 456 | 2026-06-01T11:23:04.781Z | + header 'release build' |
| 457 | 2026-06-01T11:23:04.781Z | + echo '# ==== release build ==== #' |
| 458 | 2026-06-01T11:23:04.781Z | # ==== release build ==== # |
| 459 | 2026-06-01T11:23:04.781Z | + ptime -m cargo build --release |
| 460 | 2026-06-01T11:23:04.876Z | Compiling proc-macro2 v1.0.106 |
| 461 | 2026-06-01T11:23:04.876Z | Compiling unicode-ident v1.0.24 |
| 462 | 2026-06-01T11:23:04.876Z | Compiling quote v1.0.45 |
| 463 | 2026-06-01T11:23:04.879Z | Compiling serde_core v1.0.228 |
| 464 | 2026-06-01T11:23:04.879Z | Compiling libc v0.2.186 |
| 465 | 2026-06-01T11:23:04.879Z | Compiling cfg-if v1.0.4 |
| 466 | 2026-06-01T11:23:04.879Z | Compiling memchr v2.8.0 |
| 467 | 2026-06-01T11:23:04.879Z | Compiling ident_case v1.0.1 |
| 468 | 2026-06-01T11:23:04.951Z | Compiling strsim v0.11.1 |
| 469 | 2026-06-01T11:23:04.992Z | Compiling fnv v1.0.7 |
| 470 | 2026-06-01T11:23:04.995Z | Compiling thiserror v2.0.18 |
| 471 | 2026-06-01T11:23:05.072Z | Compiling regex-syntax v0.8.10 |
| 472 | 2026-06-01T11:23:05.201Z | Compiling zerocopy v0.8.48 |
| 473 | 2026-06-01T11:23:05.211Z | Compiling equivalent v1.0.2 |
| 474 | 2026-06-01T11:23:05.275Z | Compiling aho-corasick v1.1.4 |
| 475 | 2026-06-01T11:23:05.415Z | Compiling winnow v1.0.2 |
| 476 | 2026-06-01T11:23:05.492Z | Compiling serde v1.0.228 |
| 477 | 2026-06-01T11:23:05.569Z | Compiling hashbrown v0.17.0 |
| 478 | 2026-06-01T11:23:05.592Z | Compiling either v1.15.0 |
| 479 | 2026-06-01T11:23:05.780Z | Compiling anyhow v1.0.102 |
| 480 | 2026-06-01T11:23:05.999Z | Compiling syn v2.0.117 |
| 481 | 2026-06-01T11:23:06.053Z | Compiling indexmap v2.14.0 |
| 482 | 2026-06-01T11:23:06.081Z | Compiling itertools v0.14.0 |
| 483 | 2026-06-01T11:23:06.114Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 484 | 2026-06-01T11:23:06.321Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 485 | 2026-06-01T11:23:06.395Z | Compiling byteorder v1.5.0 |
| 486 | 2026-06-01T11:23:06.587Z | Compiling regex-automata v0.4.14 |
| 487 | 2026-06-01T11:23:06.596Z | Compiling heapless v0.8.0 |
| 488 | 2026-06-01T11:23:06.653Z | Compiling hash32 v0.3.1 |
| 489 | 2026-06-01T11:23:06.779Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 490 | 2026-06-01T11:23:06.853Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 491 | 2026-06-01T11:23:07.037Z | Compiling bitflags v2.11.1 |
| 492 | 2026-06-01T11:23:07.046Z | Compiling smoltcp v0.11.0 |
| 493 | 2026-06-01T11:23:07.086Z | Compiling syn v1.0.109 |
| 494 | 2026-06-01T11:23:07.090Z | Compiling stable_deref_trait v1.2.1 |
| 495 | 2026-06-01T11:23:07.148Z | Compiling macaddr v1.0.1 |
| 496 | 2026-06-01T11:23:07.288Z | Compiling rustversion v1.0.22 |
| 497 | 2026-06-01T11:23:07.344Z | Compiling proc-macro-crate v3.5.0 |
| 498 | 2026-06-01T11:23:07.382Z | Compiling ref-cast v1.0.25 |
| 499 | 2026-06-01T11:23:07.425Z | Compiling rustix v1.1.4 |
| 500 | 2026-06-01T11:23:07.646Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 501 | 2026-06-01T11:23:07.704Z | Compiling rand_core v0.10.1 |
| 502 | 2026-06-01T11:23:07.704Z | Compiling version_check v0.9.5 |
| 503 | 2026-06-01T11:23:07.738Z | Compiling getrandom v0.4.2 |
| 504 | 2026-06-01T11:23:07.770Z | Compiling managed v0.8.0 |
| 505 | 2026-06-01T11:23:07.798Z | Compiling bitflags v1.3.2 |
| 506 | 2026-06-01T11:23:07.925Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 507 | 2026-06-01T11:23:07.996Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 508 | 2026-06-01T11:23:08.006Z | Compiling errno v0.3.14 |
| 509 | 2026-06-01T11:23:08.144Z | Compiling cpufeatures v0.3.0 |
| 510 | 2026-06-01T11:23:08.148Z | Compiling unicode-width v0.2.2 |
| 511 | 2026-06-01T11:23:08.205Z | Compiling regex v1.12.3 |
| 512 | 2026-06-01T11:23:08.406Z | Compiling foreign-types-shared v0.3.1 |
| 513 | 2026-06-01T11:23:08.424Z | Compiling utf8parse v0.2.2 |
| 514 | 2026-06-01T11:23:08.485Z | Compiling once_cell v1.21.4 |
| 515 | 2026-06-01T11:23:08.516Z | Compiling darling_core v0.21.3 |
| 516 | 2026-06-01T11:23:08.590Z | Compiling ipnetwork v0.21.1 |
| 517 | 2026-06-01T11:23:08.700Z | Compiling tracing-core v0.1.36 |
| 518 | 2026-06-01T11:23:08.952Z | Compiling cstr-argument v0.1.2 |
| 519 | 2026-06-01T11:23:09.055Z | Compiling anstyle-parse v1.0.0 |
| 520 | 2026-06-01T11:23:09.100Z | Compiling tabwriter v1.4.1 |
| 521 | 2026-06-01T11:23:09.104Z | Compiling chacha20 v0.10.0 |
| 522 | 2026-06-01T11:23:09.656Z | Compiling is_terminal_polyfill v1.70.2 |
| 523 | 2026-06-01T11:23:09.712Z | Compiling thiserror-impl v2.0.18 |
| 524 | 2026-06-01T11:23:09.738Z | Compiling serde_derive v1.0.228 |
| 525 | 2026-06-01T11:23:09.770Z | Compiling zerocopy-derive v0.8.48 |
| 526 | 2026-06-01T11:23:09.807Z | Compiling foreign-types-macros v0.2.3 |
| 527 | 2026-06-01T11:23:10.087Z | Compiling num_enum_derive v0.7.6 |
| 528 | 2026-06-01T11:23:10.440Z | Compiling ref-cast-impl v1.0.25 |
| 529 | 2026-06-01T11:23:10.668Z | Compiling darling_macro v0.21.3 |
| 530 | 2026-06-01T11:23:10.672Z | Compiling foreign-types v0.5.0 |
| 531 | 2026-06-01T11:23:10.732Z | Compiling tracing-attributes v0.1.31 |
| 532 | 2026-06-01T11:23:11.019Z | Compiling cobs v0.3.0 |
| 533 | 2026-06-01T11:23:11.069Z | Compiling num_enum v0.7.6 |
| 534 | 2026-06-01T11:23:11.129Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 535 | 2026-06-01T11:23:11.173Z | Compiling pretty-hex v0.4.2 |
| 536 | 2026-06-01T11:23:11.212Z | Compiling darling v0.21.3 |
| 537 | 2026-06-01T11:23:11.220Z | Compiling anstyle v1.0.14 |
| 538 | 2026-06-01T11:23:11.259Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 539 | 2026-06-01T11:23:11.278Z | Compiling ingot-macros v0.1.1 |
| 540 | 2026-06-01T11:23:11.295Z | Compiling dyn-clone v1.0.20 |
| 541 | 2026-06-01T11:23:11.424Z | Compiling pin-project-lite v0.2.17 |
| 542 | 2026-06-01T11:23:11.445Z | Compiling colorchoice v1.0.5 |
| 543 | 2026-06-01T11:23:11.509Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 544 | 2026-06-01T11:23:11.548Z | Compiling anstyle-query v1.1.5 |
| 545 | 2026-06-01T11:23:11.620Z | Compiling anstream v1.0.0 |
| 546 | 2026-06-01T11:23:11.640Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 547 | 2026-06-01T11:23:11.736Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 548 | 2026-06-01T11:23:11.744Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 549 | 2026-06-01T11:23:11.844Z | Compiling terminal_size v0.4.4 |
| 550 | 2026-06-01T11:23:11.934Z | Compiling tracing v0.1.44 |
| 551 | 2026-06-01T11:23:12.020Z | Compiling rand v0.10.1 |
| 552 | 2026-06-01T11:23:12.071Z | Compiling uuid v1.23.1 |
| 553 | 2026-06-01T11:23:12.123Z | Compiling socket2 v0.6.3 |
| 554 | 2026-06-01T11:23:12.250Z | Compiling heck v0.5.0 |
| 555 | 2026-06-01T11:23:12.440Z | Compiling clap_lex v1.1.0 |
| 556 | 2026-06-01T11:23:12.449Z | Compiling colored v3.1.1 |
| 557 | 2026-06-01T11:23:12.662Z | Compiling oxnet v0.1.5 |
| 558 | 2026-06-01T11:23:12.817Z | Compiling clap_derive v4.6.1 |
| 559 | 2026-06-01T11:23:12.942Z | Compiling postcard v1.1.3 |
| 560 | 2026-06-01T11:23:12.965Z | Compiling clap_builder v4.6.0 |
| 561 | 2026-06-01T11:23:12.980Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 562 | 2026-06-01T11:23:14.076Z | Compiling ingot-types v0.1.2 |
| 563 | 2026-06-01T11:23:14.417Z | Compiling ingot v0.1.1 |
| 564 | 2026-06-01T11:23:14.749Z | Compiling clap v4.6.1 |
| 565 | 2026-06-01T11:23:16.090Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 566 | 2026-06-01T11:23:17.078Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 567 | 2026-06-01T11:23:18.130Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 568 | 2026-06-01T11:23:24.636Z | Finished `release` profile [optimized + debuginfo] target(s) in 19.84s |
| 569 | 2026-06-01T11:23:24.664Z | |
| 570 | 2026-06-01T11:23:24.667Z | real 19.875311050 |
| 571 | 2026-06-01T11:23:24.667Z | user 1:42.264707592 |
| 572 | 2026-06-01T11:23:24.667Z | sys 13.900759439 |
| 573 | 2026-06-01T11:23:24.667Z | trap 0.050067794 |
| 574 | 2026-06-01T11:23:24.667Z | tflt 0.082082558 |
| 575 | 2026-06-01T11:23:24.667Z | dflt 0.417414668 |
| 576 | 2026-06-01T11:23:24.667Z | kflt 0.000077173 |
| 577 | 2026-06-01T11:23:24.667Z | lock 4:23.746211494 |
| 578 | 2026-06-01T11:23:24.667Z | slp 3:24.773107189 |
| 579 | 2026-06-01T11:23:24.667Z | lat 5.175805109 |
| 580 | 2026-06-01T11:23:24.667Z | stop 9.261687169 |
| 581 | 2026-06-01T11:23:24.667Z | + popd |
| 582 | 2026-06-01T11:23:24.667Z | /work/oxidecomputer/opte |
| 583 | 2026-06-01T11:23:24.667Z | + for x in debug release |
| 584 | 2026-06-01T11:23:24.667Z | + mkdir -p /work/debug |
| 585 | 2026-06-01T11:23:24.667Z | + cp target/debug/opteadm /work/debug/ |
| 586 | 2026-06-01T11:23:24.689Z | + sha256sum target/debug/opteadm |
| 587 | 2026-06-01T11:23:24.715Z | + for x in debug release |
| 588 | 2026-06-01T11:23:24.715Z | + mkdir -p /work/release |
| 589 | 2026-06-01T11:23:24.718Z | + cp target/release/opteadm /work/release/ |
| 590 | 2026-06-01T11:23:24.732Z | + sha256sum target/release/opteadm |
| 591 | 2026-06-01T11:23:24.750Z | process exited: duration 67082 ms, exit code 0 |
| |
| 592 | 2026-06-01T11:23:24.761Z | found 4 output files |
| 593 | 2026-06-01T11:23:24.761Z | uploading: /work/debug/opteadm (36469720 bytes) |
| 594 | 2026-06-01T11:23:25.965Z | uploaded: /work/debug/opteadm |
| 595 | 2026-06-01T11:23:25.965Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
| 596 | 2026-06-01T11:23:26.977Z | uploaded: /work/debug/opteadm.debug.sha256 |
| 597 | 2026-06-01T11:23:26.977Z | uploading: /work/release/opteadm (24740168 bytes) |
| 598 | 2026-06-01T11:23:28.118Z | uploaded: /work/release/opteadm |
| 599 | 2026-06-01T11:23:28.118Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
| 600 | 2026-06-01T11:23:29.127Z | uploaded: /work/release/opteadm.release.sha256 |