|
|
|
| 1 | 2026-05-01T11:46:24.505Z | job assigned to worker 01KQHNQE9CD3HEV5NVFD1ZYKYT [factory aws, i-0e521f98e7938214b] (queued for 57 s) |
| |
| 2 | 2026-05-01T11:46:30.716Z | starting task 0: "setup" |
| 3 | 2026-05-01T11:46:30.740Z | ++ uname -s |
| 4 | 2026-05-01T11:46:30.745Z | + kern=SunOS |
| 5 | 2026-05-01T11:46:30.745Z | + build_user=build |
| 6 | 2026-05-01T11:46:30.745Z | + build_uid=12345 |
| 7 | 2026-05-01T11:46:30.745Z | + work_dir=/work |
| 8 | 2026-05-01T11:46:30.745Z | + input_dir=/input |
| 9 | 2026-05-01T11:46:30.745Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-01T11:46:30.745Z | + case "$kern" in |
| 11 | 2026-05-01T11:46:30.745Z | + groupadd -g 12345 build |
| 12 | 2026-05-01T11:46:30.745Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-01T11:46:32.730Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-01T11:46:32.895Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-01T11:46:32.898Z | + home_fs=zfs |
| 16 | 2026-05-01T11:46:32.898Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-01T11:46:32.898Z | + mkdir -p /home/build |
| 18 | 2026-05-01T11:46:32.898Z | + chown build:build /home/build /work |
| 19 | 2026-05-01T11:46:34.899Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-01T11:46:34.903Z | process exited: duration 4188 ms, exit code 0 |
| |
| 21 | 2026-05-01T11:46:34.909Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-01T11:46:34.914Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.1 |
| 23 | 2026-05-01T11:46:34.914Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-01T11:46:34.914Z | * rust toolchain channel = "1.94.1" |
| 25 | 2026-05-01T11:46:34.914Z | * rust toolchain profile = "default" |
| 26 | 2026-05-01T11:46:34.917Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-01T11:46:34.917Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-01T11:46:34.917Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-01T11:46:34.917Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default |
| 30 | 2026-05-01T11:46:35.083Z | info: downloading installer |
| 31 | 2026-05-01T11:46:36.550Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-01T11:46:36.550Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-01T11:46:36.550Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-01T11:46:36.550Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-01T11:46:36.558Z | info: profile set to default |
| 36 | 2026-05-01T11:46:36.558Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-01T11:46:36.561Z | info: syncing channel updates for 1.94.1-x86_64-unknown-illumos |
| 38 | 2026-05-01T11:46:36.711Z | info: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25) |
| 39 | 2026-05-01T11:46:36.715Z | info: downloading 6 components |
| 40 | 2026-05-01T11:46:53.061Z | info: default toolchain set to 1.94.1-x86_64-unknown-illumos |
| 41 | 2026-05-01T11:46:53.061Z | |
| 42 | 2026-05-01T11:46:53.089Z | 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25) |
| 43 | 2026-05-01T11:46:53.089Z | |
| 44 | 2026-05-01T11:46:53.089Z | |
| 45 | 2026-05-01T11:46:53.089Z | Rust is installed now. Great! |
| 46 | 2026-05-01T11:46:53.089Z | |
| 47 | 2026-05-01T11:46:53.089Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-01T11:46:53.089Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-01T11:46:53.089Z | |
| 50 | 2026-05-01T11:46:53.089Z | To configure your current shell, you need to source |
| 51 | 2026-05-01T11:46:53.089Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-01T11:46:53.089Z | |
| 53 | 2026-05-01T11:46:53.089Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-01T11:46:53.089Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-01T11:46:53.089Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-01T11:46:53.089Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-01T11:46:53.089Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-01T11:46:53.089Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-01T11:46:53.093Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-01T11:46:53.093Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-01T11:46:53.093Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-01T11:46:53.194Z | + rustup --version |
| 63 | 2026-05-01T11:46:53.203Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-01T11:46:53.206Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-01T11:46:53.225Z | info: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)` |
| 66 | 2026-05-01T11:46:53.227Z | + cargo --version |
| 67 | 2026-05-01T11:46:53.240Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 68 | 2026-05-01T11:46:53.243Z | + rustc --version |
| 69 | 2026-05-01T11:46:53.263Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 70 | 2026-05-01T11:46:53.266Z | process exited: duration 18354 ms, exit code 0 |
| |
| 71 | 2026-05-01T11:46:53.271Z | starting task 2: "authentication" |
| 72 | 2026-05-01T11:46:53.288Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-01T11:46:53.294Z | starting task 3: "clone repository" |
| 74 | 2026-05-01T11:46:53.297Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-05-01T11:46:53.299Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-05-01T11:46:53.331Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-05-01T11:46:54.107Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-05-01T11:46:54.107Z | + git fetch origin 4583506ff42244759da4024be62185e7da2eba1a |
| 79 | 2026-05-01T11:46:54.334Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-05-01T11:46:54.335Z | * branch 4583506ff42244759da4024be62185e7da2eba1a -> FETCH_HEAD |
| 81 | 2026-05-01T11:46:54.340Z | + [[ -n helios3 ]] |
| 82 | 2026-05-01T11:46:54.343Z | ++ git branch --show-current |
| 83 | 2026-05-01T11:46:54.343Z | + current=master |
| 84 | 2026-05-01T11:46:54.343Z | + [[ master != helios3 ]] |
| 85 | 2026-05-01T11:46:54.343Z | + git branch -f helios3 4583506ff42244759da4024be62185e7da2eba1a |
| 86 | 2026-05-01T11:46:54.348Z | + git checkout -f helios3 |
| 87 | 2026-05-01T11:46:54.362Z | Switched to branch 'helios3' |
| 88 | 2026-05-01T11:46:54.365Z | + git reset --hard 4583506ff42244759da4024be62185e7da2eba1a |
| 89 | 2026-05-01T11:46:54.368Z | HEAD is now at 4583506 Switch to helios3; include helios version in package FMRI |
| 90 | 2026-05-01T11:46:54.368Z | process exited: duration 1072 ms, exit code 0 |
| |
| 91 | 2026-05-01T11:46:54.373Z | starting task 4: "build" |
| 92 | 2026-05-01T11:46:54.403Z | + source .github/buildomat/common.sh |
| 93 | 2026-05-01T11:46:54.403Z | ++ rustup show active-toolchain |
| 94 | 2026-05-01T11:46:54.403Z | 1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-05-01T11:46:54.403Z | ++ pushd xde |
| 96 | 2026-05-01T11:46:54.403Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-05-01T11:46:54.403Z | ++ rustup show active-toolchain |
| 98 | 2026-05-01T11:46:54.403Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-05-01T11:46:54.539Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-05-01T11:46:54.542Z | info: downloading 6 components |
| 101 | 2026-05-01T11:47:08.674Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-05-01T11:47:08.770Z | +++ rustup show active-toolchain -v |
| 103 | 2026-05-01T11:47:08.773Z | +++ head -n 1 |
| 104 | 2026-05-01T11:47:08.773Z | +++ cut '-d ' -f1 |
| 105 | 2026-05-01T11:47:08.822Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-05-01T11:47:08.822Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-05-01T11:47:08.822Z | ++ popd |
| 108 | 2026-05-01T11:47:08.825Z | /work/oxidecomputer/opte |
| 109 | 2026-05-01T11:47:08.825Z | + cargo --version |
| 110 | 2026-05-01T11:47:08.832Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 111 | 2026-05-01T11:47:08.835Z | + rustc --version |
| 112 | 2026-05-01T11:47:08.854Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 113 | 2026-05-01T11:47:08.857Z | + pushd bin/opteadm |
| 114 | 2026-05-01T11:47:08.857Z | + header 'check style' |
| 115 | 2026-05-01T11:47:08.857Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 116 | 2026-05-01T11:47:08.857Z | + echo '# ==== check style ==== #' |
| 117 | 2026-05-01T11:47:08.857Z | # ==== check style ==== # |
| 118 | 2026-05-01T11:47:08.857Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 119 | 2026-05-01T11:47:08.927Z | |
| 120 | 2026-05-01T11:47:08.927Z | real 0.067813914 |
| 121 | 2026-05-01T11:47:08.927Z | user 0.038340402 |
| 122 | 2026-05-01T11:47:08.927Z | sys 0.027399255 |
| 123 | 2026-05-01T11:47:08.927Z | trap 0.000000299 |
| 124 | 2026-05-01T11:47:08.927Z | tflt 0.000041075 |
| 125 | 2026-05-01T11:47:08.927Z | dflt 0.000083683 |
| 126 | 2026-05-01T11:47:08.927Z | kflt 0.000000000 |
| 127 | 2026-05-01T11:47:08.928Z | lock 0.031203945 |
| 128 | 2026-05-01T11:47:08.928Z | slp 0.047855549 |
| 129 | 2026-05-01T11:47:08.928Z | lat 0.000997464 |
| 130 | 2026-05-01T11:47:08.928Z | stop 0.000098216 |
| 131 | 2026-05-01T11:47:08.931Z | + header analyze |
| 132 | 2026-05-01T11:47:08.931Z | + echo '# ==== analyze ==== #' |
| 133 | 2026-05-01T11:47:08.931Z | # ==== analyze ==== # |
| 134 | 2026-05-01T11:47:08.931Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 135 | 2026-05-01T11:47:09.059Z | Updating crates.io index |
| 136 | 2026-05-01T11:47:09.062Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-05-01T11:47:09.720Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-05-01T11:47:10.265Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-05-01T11:47:10.617Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-05-01T11:47:11.106Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-05-01T11:47:11.333Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-05-01T11:47:11.572Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-05-01T11:47:13.633Z | Downloading crates ... |
| 144 | 2026-05-01T11:47:13.693Z | Downloaded anstyle v1.0.14 |
| 145 | 2026-05-01T11:47:13.704Z | Downloaded version_check v0.9.5 |
| 146 | 2026-05-01T11:47:13.708Z | Downloaded pretty-hex v0.4.2 |
| 147 | 2026-05-01T11:47:13.708Z | Downloaded ref-cast v1.0.25 |
| 148 | 2026-05-01T11:47:13.714Z | Downloaded quote v1.0.45 |
| 149 | 2026-05-01T11:47:13.717Z | Downloaded ident_case v1.0.1 |
| 150 | 2026-05-01T11:47:13.717Z | Downloaded ref-cast-impl v1.0.25 |
| 151 | 2026-05-01T11:47:13.717Z | Downloaded equivalent v1.0.2 |
| 152 | 2026-05-01T11:47:13.720Z | Downloaded zerocopy-derive v0.8.48 |
| 153 | 2026-05-01T11:47:13.723Z | Downloaded strsim v0.11.1 |
| 154 | 2026-05-01T11:47:13.726Z | Downloaded cobs v0.3.0 |
| 155 | 2026-05-01T11:47:13.729Z | Downloaded embedded-io v0.6.1 |
| 156 | 2026-05-01T11:47:13.732Z | Downloaded foreign-types-shared v0.3.1 |
| 157 | 2026-05-01T11:47:13.735Z | Downloaded zerocopy v0.8.48 |
| 158 | 2026-05-01T11:47:13.745Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 159 | 2026-05-01T11:47:13.748Z | Downloaded proc-macro-crate v3.5.0 |
| 160 | 2026-05-01T11:47:13.748Z | Downloaded defmt v0.3.100 |
| 161 | 2026-05-01T11:47:13.749Z | Downloaded anstream v1.0.0 |
| 162 | 2026-05-01T11:47:13.749Z | Downloaded stable_deref_trait v1.2.1 |
| 163 | 2026-05-01T11:47:13.751Z | Downloaded rand_core v0.10.1 |
| 164 | 2026-05-01T11:47:13.751Z | Downloaded managed v0.8.0 |
| 165 | 2026-05-01T11:47:13.751Z | Downloaded is_terminal_polyfill v1.70.2 |
| 166 | 2026-05-01T11:47:13.751Z | Downloaded foreign-types-macros v0.2.3 |
| 167 | 2026-05-01T11:47:13.754Z | Downloaded defmt-parser v1.0.0 |
| 168 | 2026-05-01T11:47:13.754Z | Downloaded clap_lex v1.1.0 |
| 169 | 2026-05-01T11:47:13.754Z | Downloaded bitflags v1.3.2 |
| 170 | 2026-05-01T11:47:13.754Z | Downloaded foreign-types v0.5.0 |
| 171 | 2026-05-01T11:47:13.757Z | Downloaded anstyle-query v1.1.5 |
| 172 | 2026-05-01T11:47:13.761Z | Downloaded fnv v1.0.7 |
| 173 | 2026-05-01T11:47:13.764Z | Downloaded colorchoice v1.0.5 |
| 174 | 2026-05-01T11:47:13.764Z | Downloaded errno v0.3.14 |
| 175 | 2026-05-01T11:47:13.767Z | Downloaded tabwriter v1.4.1 |
| 176 | 2026-05-01T11:47:13.767Z | Downloaded embedded-io v0.4.0 |
| 177 | 2026-05-01T11:47:13.771Z | Downloaded hash32 v0.3.1 |
| 178 | 2026-05-01T11:47:13.774Z | Downloaded utf8parse v0.2.2 |
| 179 | 2026-05-01T11:47:13.777Z | Downloaded terminal_size v0.4.4 |
| 180 | 2026-05-01T11:47:13.777Z | Downloaded macaddr v1.0.1 |
| 181 | 2026-05-01T11:47:13.781Z | Downloaded darling_macro v0.21.3 |
| 182 | 2026-05-01T11:47:13.783Z | Downloaded cstr-argument v0.1.2 |
| 183 | 2026-05-01T11:47:13.784Z | Downloaded dyn-clone v1.0.20 |
| 184 | 2026-05-01T11:47:13.784Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 185 | 2026-05-01T11:47:13.787Z | Downloaded heck v0.5.0 |
| 186 | 2026-05-01T11:47:13.787Z | Downloaded cfg-if v1.0.4 |
| 187 | 2026-05-01T11:47:13.790Z | Downloaded cpufeatures v0.3.0 |
| 188 | 2026-05-01T11:47:13.793Z | Downloaded num_enum v0.7.6 |
| 189 | 2026-05-01T11:47:13.796Z | Downloaded byteorder v1.5.0 |
| 190 | 2026-05-01T11:47:13.803Z | Downloaded proc-macro-error2 v2.0.1 |
| 191 | 2026-05-01T11:47:13.819Z | Downloaded anstyle-parse v1.0.0 |
| 192 | 2026-05-01T11:47:13.833Z | Downloaded ipnetwork v0.21.1 |
| 193 | 2026-05-01T11:47:13.836Z | Downloaded num_enum_derive v0.7.6 |
| 194 | 2026-05-01T11:47:13.836Z | Downloaded ingot v0.1.1 |
| 195 | 2026-05-01T11:47:13.842Z | Downloaded ingot-types v0.1.2 |
| 196 | 2026-05-01T11:47:13.845Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 197 | 2026-05-01T11:47:13.849Z | Downloaded colored v3.1.1 |
| 198 | 2026-05-01T11:47:13.849Z | Downloaded rustversion v1.0.22 |
| 199 | 2026-05-01T11:47:13.852Z | Downloaded defmt v1.0.1 |
| 200 | 2026-05-01T11:47:13.852Z | Downloaded oxnet v0.1.4 |
| 201 | 2026-05-01T11:47:13.856Z | Downloaded chacha20 v0.10.0 |
| 202 | 2026-05-01T11:47:13.859Z | Downloaded tracing-attributes v0.1.31 |
| 203 | 2026-05-01T11:47:13.864Z | Downloaded proc-macro2 v1.0.106 |
| 204 | 2026-05-01T11:47:13.871Z | Downloaded anyhow v1.0.102 |
| 205 | 2026-05-01T11:47:13.874Z | Downloaded pin-project-lite v0.2.17 |
| 206 | 2026-05-01T11:47:13.877Z | Downloaded thiserror v2.0.18 |
| 207 | 2026-05-01T11:47:13.882Z | Downloaded ingot-macros v0.1.1 |
| 208 | 2026-05-01T11:47:13.882Z | Downloaded darling v0.21.3 |
| 209 | 2026-05-01T11:47:13.885Z | Downloaded either v1.15.0 |
| 210 | 2026-05-01T11:47:13.885Z | Downloaded defmt-macros v1.0.1 |
| 211 | 2026-05-01T11:47:13.891Z | Downloaded clap_derive v4.6.1 |
| 212 | 2026-05-01T11:47:13.894Z | Downloaded thiserror-impl v2.0.18 |
| 213 | 2026-05-01T11:47:13.898Z | Downloaded clap v4.6.1 |
| 214 | 2026-05-01T11:47:13.900Z | Downloaded serde_derive v1.0.228 |
| 215 | 2026-05-01T11:47:13.901Z | Downloaded bitflags v2.11.1 |
| 216 | 2026-05-01T11:47:13.904Z | Downloaded postcard v1.1.3 |
| 217 | 2026-05-01T11:47:13.915Z | Downloaded serde_core v1.0.228 |
| 218 | 2026-05-01T11:47:13.918Z | Downloaded getrandom v0.4.2 |
| 219 | 2026-05-01T11:47:13.928Z | Downloaded unicode-ident v1.0.24 |
| 220 | 2026-05-01T11:47:13.931Z | Downloaded once_cell v1.21.4 |
| 221 | 2026-05-01T11:47:13.934Z | Downloaded toml_edit v0.25.11+spec-1.1.0 |
| 222 | 2026-05-01T11:47:13.934Z | Downloaded darling_core v0.21.3 |
| 223 | 2026-05-01T11:47:13.937Z | Downloaded uuid v1.23.1 |
| 224 | 2026-05-01T11:47:13.950Z | Downloaded heapless v0.8.0 |
| 225 | 2026-05-01T11:47:13.958Z | Downloaded socket2 v0.6.3 |
| 226 | 2026-05-01T11:47:13.961Z | Downloaded aho-corasick v1.1.4 |
| 227 | 2026-05-01T11:47:13.964Z | Downloaded tracing-core v0.1.36 |
| 228 | 2026-05-01T11:47:13.977Z | Downloaded regex v1.12.3 |
| 229 | 2026-05-01T11:47:13.988Z | Downloaded serde v1.0.228 |
| 230 | 2026-05-01T11:47:14.003Z | Downloaded memchr v2.8.0 |
| 231 | 2026-05-01T11:47:14.009Z | Downloaded rand v0.10.1 |
| 232 | 2026-05-01T11:47:14.012Z | Downloaded indexmap v2.14.0 |
| 233 | 2026-05-01T11:47:14.033Z | Downloaded itertools v0.14.0 |
| 234 | 2026-05-01T11:47:14.042Z | Downloaded hashbrown v0.17.0 |
| 235 | 2026-05-01T11:47:14.063Z | Downloaded clap_builder v4.6.0 |
| 236 | 2026-05-01T11:47:14.072Z | Downloaded winnow v1.0.2 |
| 237 | 2026-05-01T11:47:14.129Z | Downloaded syn v1.0.109 |
| 238 | 2026-05-01T11:47:14.137Z | Downloaded unicode-width v0.2.2 |
| 239 | 2026-05-01T11:47:14.142Z | Downloaded syn v2.0.117 |
| 240 | 2026-05-01T11:47:14.152Z | Downloaded smoltcp v0.11.0 |
| 241 | 2026-05-01T11:47:14.184Z | Downloaded rustix v1.1.4 |
| 242 | 2026-05-01T11:47:14.196Z | Downloaded regex-syntax v0.8.10 |
| 243 | 2026-05-01T11:47:14.199Z | Downloaded tracing v0.1.44 |
| 244 | 2026-05-01T11:47:14.220Z | Downloaded regex-automata v0.4.14 |
| 245 | 2026-05-01T11:47:14.229Z | Downloaded libc v0.2.186 |
| 246 | 2026-05-01T11:47:14.292Z | Compiling proc-macro2 v1.0.106 |
| 247 | 2026-05-01T11:47:14.292Z | Compiling quote v1.0.45 |
| 248 | 2026-05-01T11:47:14.292Z | Compiling unicode-ident v1.0.24 |
| 249 | 2026-05-01T11:47:14.292Z | Compiling serde_core v1.0.228 |
| 250 | 2026-05-01T11:47:14.292Z | Compiling libc v0.2.186 |
| 251 | 2026-05-01T11:47:14.292Z | Checking cfg-if v1.0.4 |
| 252 | 2026-05-01T11:47:14.295Z | Compiling thiserror v2.0.18 |
| 253 | 2026-05-01T11:47:14.295Z | Compiling memchr v2.8.0 |
| 254 | 2026-05-01T11:47:14.417Z | Compiling ident_case v1.0.1 |
| 255 | 2026-05-01T11:47:14.496Z | Compiling strsim v0.11.1 |
| 256 | 2026-05-01T11:47:14.528Z | Compiling fnv v1.0.7 |
| 257 | 2026-05-01T11:47:14.624Z | Compiling regex-syntax v0.8.10 |
| 258 | 2026-05-01T11:47:14.760Z | Compiling hashbrown v0.17.0 |
| 259 | 2026-05-01T11:47:14.816Z | Compiling aho-corasick v1.1.4 |
| 260 | 2026-05-01T11:47:14.922Z | Compiling winnow v1.0.2 |
| 261 | 2026-05-01T11:47:14.951Z | Compiling equivalent v1.0.2 |
| 262 | 2026-05-01T11:47:15.040Z | Compiling zerocopy v0.8.48 |
| 263 | 2026-05-01T11:47:15.089Z | Compiling anyhow v1.0.102 |
| 264 | 2026-05-01T11:47:15.328Z | Compiling serde v1.0.228 |
| 265 | 2026-05-01T11:47:15.398Z | Compiling either v1.15.0 |
| 266 | 2026-05-01T11:47:15.593Z | Compiling syn v2.0.117 |
| 267 | 2026-05-01T11:47:15.607Z | Compiling itertools v0.14.0 |
| 268 | 2026-05-01T11:47:15.662Z | Compiling indexmap v2.14.0 |
| 269 | 2026-05-01T11:47:15.691Z | Compiling heapless v0.8.0 |
| 270 | 2026-05-01T11:47:15.955Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 271 | 2026-05-01T11:47:15.978Z | Checking byteorder v1.5.0 |
| 272 | 2026-05-01T11:47:16.129Z | Compiling regex-automata v0.4.14 |
| 273 | 2026-05-01T11:47:16.168Z | Checking bitflags v2.11.1 |
| 274 | 2026-05-01T11:47:16.227Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 275 | 2026-05-01T11:47:16.262Z | Checking hash32 v0.3.1 |
| 276 | 2026-05-01T11:47:16.368Z | Checking macaddr v1.0.1 |
| 277 | 2026-05-01T11:47:16.449Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 278 | 2026-05-01T11:47:16.483Z | Compiling smoltcp v0.11.0 |
| 279 | 2026-05-01T11:47:16.491Z | Checking stable_deref_trait v1.2.1 |
| 280 | 2026-05-01T11:47:16.506Z | Compiling rustversion v1.0.22 |
| 281 | 2026-05-01T11:47:16.552Z | Compiling syn v1.0.109 |
| 282 | 2026-05-01T11:47:16.679Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 283 | 2026-05-01T11:47:16.813Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 284 | 2026-05-01T11:47:16.874Z | Checking managed v0.8.0 |
| 285 | 2026-05-01T11:47:16.886Z | Compiling getrandom v0.4.2 |
| 286 | 2026-05-01T11:47:16.911Z | Checking rand_core v0.10.1 |
| 287 | 2026-05-01T11:47:17.012Z | Compiling proc-macro-crate v3.5.0 |
| 288 | 2026-05-01T11:47:17.042Z | Checking bitflags v1.3.2 |
| 289 | 2026-05-01T11:47:17.048Z | Compiling version_check v0.9.5 |
| 290 | 2026-05-01T11:47:17.103Z | Compiling ref-cast v1.0.25 |
| 291 | 2026-05-01T11:47:17.132Z | Compiling rustix v1.1.4 |
| 292 | 2026-05-01T11:47:17.309Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 293 | 2026-05-01T11:47:17.438Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 294 | 2026-05-01T11:47:17.544Z | Checking errno v0.3.14 |
| 295 | 2026-05-01T11:47:17.677Z | Checking foreign-types-shared v0.3.1 |
| 296 | 2026-05-01T11:47:17.717Z | Checking cpufeatures v0.3.0 |
| 297 | 2026-05-01T11:47:17.755Z | Compiling regex v1.12.3 |
| 298 | 2026-05-01T11:47:17.777Z | Checking unicode-width v0.2.2 |
| 299 | 2026-05-01T11:47:17.957Z | Checking utf8parse v0.2.2 |
| 300 | 2026-05-01T11:47:18.007Z | Checking once_cell v1.21.4 |
| 301 | 2026-05-01T11:47:18.027Z | Checking ipnetwork v0.21.1 |
| 302 | 2026-05-01T11:47:18.059Z | Checking anstyle-parse v1.0.0 |
| 303 | 2026-05-01T11:47:18.148Z | Compiling darling_core v0.21.3 |
| 304 | 2026-05-01T11:47:18.173Z | Checking tracing-core v0.1.36 |
| 305 | 2026-05-01T11:47:18.196Z | Checking tabwriter v1.4.1 |
| 306 | 2026-05-01T11:47:18.203Z | Checking cstr-argument v0.1.2 |
| 307 | 2026-05-01T11:47:18.314Z | Checking chacha20 v0.10.0 |
| 308 | 2026-05-01T11:47:18.602Z | Checking pretty-hex v0.4.2 |
| 309 | 2026-05-01T11:47:18.661Z | Checking anstyle-query v1.1.5 |
| 310 | 2026-05-01T11:47:18.710Z | Checking anstyle v1.0.14 |
| 311 | 2026-05-01T11:47:18.717Z | Checking colorchoice v1.0.5 |
| 312 | 2026-05-01T11:47:18.743Z | Checking is_terminal_polyfill v1.70.2 |
| 313 | 2026-05-01T11:47:18.760Z | Checking pin-project-lite v0.2.17 |
| 314 | 2026-05-01T11:47:18.777Z | Checking dyn-clone v1.0.20 |
| 315 | 2026-05-01T11:47:18.802Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 316 | 2026-05-01T11:47:18.864Z | Checking terminal_size v0.4.4 |
| 317 | 2026-05-01T11:47:18.878Z | Checking anstream v1.0.0 |
| 318 | 2026-05-01T11:47:18.945Z | Checking rand v0.10.1 |
| 319 | 2026-05-01T11:47:19.010Z | Checking uuid v1.23.1 |
| 320 | 2026-05-01T11:47:19.013Z | Checking socket2 v0.6.3 |
| 321 | 2026-05-01T11:47:19.068Z | Checking oxnet v0.1.4 |
| 322 | 2026-05-01T11:47:19.174Z | Checking colored v3.1.1 |
| 323 | 2026-05-01T11:47:19.236Z | Checking clap_lex v1.1.0 |
| 324 | 2026-05-01T11:47:19.319Z | Compiling thiserror-impl v2.0.18 |
| 325 | 2026-05-01T11:47:19.364Z | Compiling serde_derive v1.0.228 |
| 326 | 2026-05-01T11:47:19.383Z | Compiling zerocopy-derive v0.8.48 |
| 327 | 2026-05-01T11:47:19.397Z | Compiling foreign-types-macros v0.2.3 |
| 328 | 2026-05-01T11:47:19.412Z | Compiling ref-cast-impl v1.0.25 |
| 329 | 2026-05-01T11:47:20.025Z | Compiling num_enum_derive v0.7.6 |
| 330 | 2026-05-01T11:47:20.034Z | Checking foreign-types v0.5.0 |
| 331 | 2026-05-01T11:47:20.133Z | Compiling tracing-attributes v0.1.31 |
| 332 | 2026-05-01T11:47:20.192Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 333 | 2026-05-01T11:47:20.317Z | Compiling darling_macro v0.21.3 |
| 334 | 2026-05-01T11:47:20.680Z | Checking cobs v0.3.0 |
| 335 | 2026-05-01T11:47:20.749Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 336 | 2026-05-01T11:47:20.757Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 337 | 2026-05-01T11:47:20.822Z | Compiling heck v0.5.0 |
| 338 | 2026-05-01T11:47:20.854Z | Compiling darling v0.21.3 |
| 339 | 2026-05-01T11:47:20.920Z | Checking clap_builder v4.6.0 |
| 340 | 2026-05-01T11:47:20.927Z | Compiling ingot-macros v0.1.1 |
| 341 | 2026-05-01T11:47:21.033Z | Checking num_enum v0.7.6 |
| 342 | 2026-05-01T11:47:21.033Z | Compiling clap_derive v4.6.1 |
| 343 | 2026-05-01T11:47:21.139Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 344 | 2026-05-01T11:47:21.218Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 345 | 2026-05-01T11:47:21.295Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 346 | 2026-05-01T11:47:21.372Z | Checking tracing v0.1.44 |
| 347 | 2026-05-01T11:47:22.283Z | Checking postcard v1.1.3 |
| 348 | 2026-05-01T11:47:22.392Z | Checking clap v4.6.1 |
| 349 | 2026-05-01T11:47:23.352Z | Checking ingot-types v0.1.2 |
| 350 | 2026-05-01T11:47:23.621Z | Checking ingot v0.1.1 |
| 351 | 2026-05-01T11:47:24.901Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 352 | 2026-05-01T11:47:26.102Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 353 | 2026-05-01T11:47:27.286Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 354 | 2026-05-01T11:47:28.115Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.13s |
| 355 | 2026-05-01T11:47:28.232Z | |
| 356 | 2026-05-01T11:47:28.235Z | real 19.297662618 |
| 357 | 2026-05-01T11:47:28.235Z | user 53.934419332 |
| 358 | 2026-05-01T11:47:28.235Z | sys 12.932608495 |
| 359 | 2026-05-01T11:47:28.235Z | trap 0.038957093 |
| 360 | 2026-05-01T11:47:28.235Z | tflt 0.075847723 |
| 361 | 2026-05-01T11:47:28.235Z | dflt 0.083511036 |
| 362 | 2026-05-01T11:47:28.235Z | kflt 0.004677817 |
| 363 | 2026-05-01T11:47:28.235Z | lock 2:52.883651642 |
| 364 | 2026-05-01T11:47:28.235Z | slp 3:00.672785762 |
| 365 | 2026-05-01T11:47:28.235Z | lat 2.924342087 |
| 366 | 2026-05-01T11:47:28.235Z | stop 11.173666528 |
| 367 | 2026-05-01T11:47:28.235Z | + header 'debug build' |
| 368 | 2026-05-01T11:47:28.235Z | + echo '# ==== debug build ==== #' |
| 369 | 2026-05-01T11:47:28.235Z | # ==== debug build ==== # |
| 370 | 2026-05-01T11:47:28.236Z | + ptime -m cargo build |
| 371 | 2026-05-01T11:47:28.391Z | Compiling cfg-if v1.0.4 |
| 372 | 2026-05-01T11:47:28.394Z | Compiling serde_core v1.0.228 |
| 373 | 2026-05-01T11:47:28.394Z | Compiling libc v0.2.186 |
| 374 | 2026-05-01T11:47:28.417Z | Compiling thiserror v2.0.18 |
| 375 | 2026-05-01T11:47:28.421Z | Compiling byteorder v1.5.0 |
| 376 | 2026-05-01T11:47:28.424Z | Compiling zerocopy v0.8.48 |
| 377 | 2026-05-01T11:47:28.424Z | Compiling macaddr v1.0.1 |
| 378 | 2026-05-01T11:47:28.424Z | Compiling stable_deref_trait v1.2.1 |
| 379 | 2026-05-01T11:47:28.465Z | Compiling rand_core v0.10.1 |
| 380 | 2026-05-01T11:47:28.477Z | Compiling cobs v0.3.0 |
| 381 | 2026-05-01T11:47:28.492Z | Compiling bitflags v1.3.2 |
| 382 | 2026-05-01T11:47:28.576Z | Compiling hash32 v0.3.1 |
| 383 | 2026-05-01T11:47:28.600Z | Compiling managed v0.8.0 |
| 384 | 2026-05-01T11:47:28.637Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 385 | 2026-05-01T11:47:28.691Z | Compiling heapless v0.8.0 |
| 386 | 2026-05-01T11:47:28.719Z | Compiling errno v0.3.14 |
| 387 | 2026-05-01T11:47:28.763Z | Compiling unicode-width v0.2.2 |
| 388 | 2026-05-01T11:47:28.771Z | Compiling ipnetwork v0.21.1 |
| 389 | 2026-05-01T11:47:28.812Z | Compiling foreign-types-shared v0.3.1 |
| 390 | 2026-05-01T11:47:28.851Z | Compiling utf8parse v0.2.2 |
| 391 | 2026-05-01T11:47:28.879Z | Compiling cpufeatures v0.3.0 |
| 392 | 2026-05-01T11:47:28.889Z | Compiling once_cell v1.21.4 |
| 393 | 2026-05-01T11:47:28.938Z | Compiling memchr v2.8.0 |
| 394 | 2026-05-01T11:47:28.942Z | Compiling chacha20 v0.10.0 |
| 395 | 2026-05-01T11:47:29.055Z | Compiling smoltcp v0.11.0 |
| 396 | 2026-05-01T11:47:29.100Z | Compiling tracing-core v0.1.36 |
| 397 | 2026-05-01T11:47:29.111Z | Compiling tabwriter v1.4.1 |
| 398 | 2026-05-01T11:47:29.265Z | Compiling anstyle-parse v1.0.0 |
| 399 | 2026-05-01T11:47:29.298Z | Compiling foreign-types v0.5.0 |
| 400 | 2026-05-01T11:47:29.365Z | Compiling cstr-argument v0.1.2 |
| 401 | 2026-05-01T11:47:29.506Z | Compiling ref-cast v1.0.25 |
| 402 | 2026-05-01T11:47:29.514Z | Compiling num_enum v0.7.6 |
| 403 | 2026-05-01T11:47:29.524Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 404 | 2026-05-01T11:47:29.593Z | Compiling getrandom v0.4.2 |
| 405 | 2026-05-01T11:47:29.624Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 406 | 2026-05-01T11:47:29.628Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 407 | 2026-05-01T11:47:29.725Z | Compiling anstyle v1.0.14 |
| 408 | 2026-05-01T11:47:29.805Z | Compiling colorchoice v1.0.5 |
| 409 | 2026-05-01T11:47:29.917Z | Compiling dyn-clone v1.0.20 |
| 410 | 2026-05-01T11:47:29.990Z | Compiling is_terminal_polyfill v1.70.2 |
| 411 | 2026-05-01T11:47:30.082Z | Compiling bitflags v2.11.1 |
| 412 | 2026-05-01T11:47:30.085Z | Compiling serde v1.0.228 |
| 413 | 2026-05-01T11:47:30.134Z | Compiling pin-project-lite v0.2.17 |
| 414 | 2026-05-01T11:47:30.165Z | Compiling anstyle-query v1.1.5 |
| 415 | 2026-05-01T11:47:30.226Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 416 | 2026-05-01T11:47:30.266Z | Compiling rustix v1.1.4 |
| 417 | 2026-05-01T11:47:30.308Z | Compiling pretty-hex v0.4.2 |
| 418 | 2026-05-01T11:47:30.436Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 419 | 2026-05-01T11:47:30.466Z | Compiling anstream v1.0.0 |
| 420 | 2026-05-01T11:47:30.514Z | Compiling postcard v1.1.3 |
| 421 | 2026-05-01T11:47:30.645Z | Compiling tracing v0.1.44 |
| 422 | 2026-05-01T11:47:30.745Z | Compiling terminal_size v0.4.4 |
| 423 | 2026-05-01T11:47:30.817Z | Compiling uuid v1.23.1 |
| 424 | 2026-05-01T11:47:30.851Z | Compiling rand v0.10.1 |
| 425 | 2026-05-01T11:47:30.890Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 426 | 2026-05-01T11:47:30.976Z | Compiling anyhow v1.0.102 |
| 427 | 2026-05-01T11:47:31.007Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 428 | 2026-05-01T11:47:31.123Z | Compiling socket2 v0.6.3 |
| 429 | 2026-05-01T11:47:31.371Z | Compiling ingot-types v0.1.2 |
| 430 | 2026-05-01T11:47:31.376Z | Compiling strsim v0.11.1 |
| 431 | 2026-05-01T11:47:31.430Z | Compiling colored v3.1.1 |
| 432 | 2026-05-01T11:47:31.436Z | Compiling winnow v1.0.2 |
| 433 | 2026-05-01T11:47:31.765Z | Compiling ingot v0.1.1 |
| 434 | 2026-05-01T11:47:31.806Z | Compiling clap_lex v1.1.0 |
| 435 | 2026-05-01T11:47:31.835Z | Compiling oxnet v0.1.4 |
| 436 | 2026-05-01T11:47:32.190Z | Compiling clap_builder v4.6.0 |
| 437 | 2026-05-01T11:47:32.262Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 438 | 2026-05-01T11:47:32.501Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 439 | 2026-05-01T11:47:33.448Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 440 | 2026-05-01T11:47:33.895Z | Compiling clap v4.6.1 |
| 441 | 2026-05-01T11:47:34.843Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 442 | 2026-05-01T11:47:36.259Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 443 | 2026-05-01T11:47:40.607Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.36s |
| 444 | 2026-05-01T11:47:40.638Z | |
| 445 | 2026-05-01T11:47:40.640Z | real 12.394691778 |
| 446 | 2026-05-01T11:47:40.640Z | user 1:04.855131930 |
| 447 | 2026-05-01T11:47:40.640Z | sys 6.101134899 |
| 448 | 2026-05-01T11:47:40.640Z | trap 0.033957431 |
| 449 | 2026-05-01T11:47:40.640Z | tflt 0.153197988 |
| 450 | 2026-05-01T11:47:40.641Z | dflt 0.159215228 |
| 451 | 2026-05-01T11:47:40.641Z | kflt 0.000002199 |
| 452 | 2026-05-01T11:47:40.641Z | lock 2:55.167983752 |
| 453 | 2026-05-01T11:47:40.641Z | slp 1:55.817585872 |
| 454 | 2026-05-01T11:47:40.641Z | lat 3.696781170 |
| 455 | 2026-05-01T11:47:40.641Z | stop 2.537149098 |
| 456 | 2026-05-01T11:47:40.641Z | + header 'release build' |
| 457 | 2026-05-01T11:47:40.641Z | + echo '# ==== release build ==== #' |
| 458 | 2026-05-01T11:47:40.641Z | # ==== release build ==== # |
| 459 | 2026-05-01T11:47:40.641Z | + ptime -m cargo build --release |
| 460 | 2026-05-01T11:47:40.737Z | Compiling proc-macro2 v1.0.106 |
| 461 | 2026-05-01T11:47:40.737Z | Compiling quote v1.0.45 |
| 462 | 2026-05-01T11:47:40.737Z | Compiling unicode-ident v1.0.24 |
| 463 | 2026-05-01T11:47:40.740Z | Compiling serde_core v1.0.228 |
| 464 | 2026-05-01T11:47:40.740Z | Compiling libc v0.2.186 |
| 465 | 2026-05-01T11:47:40.740Z | Compiling cfg-if v1.0.4 |
| 466 | 2026-05-01T11:47:40.740Z | Compiling memchr v2.8.0 |
| 467 | 2026-05-01T11:47:40.740Z | Compiling thiserror v2.0.18 |
| 468 | 2026-05-01T11:47:40.811Z | Compiling strsim v0.11.1 |
| 469 | 2026-05-01T11:47:40.856Z | Compiling fnv v1.0.7 |
| 470 | 2026-05-01T11:47:40.934Z | Compiling ident_case v1.0.1 |
| 471 | 2026-05-01T11:47:41.033Z | Compiling regex-syntax v0.8.10 |
| 472 | 2026-05-01T11:47:41.042Z | Compiling hashbrown v0.17.0 |
| 473 | 2026-05-01T11:47:41.081Z | Compiling equivalent v1.0.2 |
| 474 | 2026-05-01T11:47:41.149Z | Compiling aho-corasick v1.1.4 |
| 475 | 2026-05-01T11:47:41.235Z | Compiling winnow v1.0.2 |
| 476 | 2026-05-01T11:47:41.284Z | Compiling serde v1.0.228 |
| 477 | 2026-05-01T11:47:41.443Z | Compiling either v1.15.0 |
| 478 | 2026-05-01T11:47:41.547Z | Compiling anyhow v1.0.102 |
| 479 | 2026-05-01T11:47:41.572Z | Compiling zerocopy v0.8.48 |
| 480 | 2026-05-01T11:47:41.625Z | Compiling itertools v0.14.0 |
| 481 | 2026-05-01T11:47:41.878Z | Compiling indexmap v2.14.0 |
| 482 | 2026-05-01T11:47:41.957Z | Compiling heapless v0.8.0 |
| 483 | 2026-05-01T11:47:42.074Z | Compiling syn v2.0.117 |
| 484 | 2026-05-01T11:47:42.248Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 485 | 2026-05-01T11:47:42.253Z | Compiling byteorder v1.5.0 |
| 486 | 2026-05-01T11:47:42.430Z | Compiling regex-automata v0.4.14 |
| 487 | 2026-05-01T11:47:42.468Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 488 | 2026-05-01T11:47:42.509Z | Compiling hash32 v0.3.1 |
| 489 | 2026-05-01T11:47:42.639Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 490 | 2026-05-01T11:47:42.783Z | Compiling bitflags v2.11.1 |
| 491 | 2026-05-01T11:47:42.826Z | Compiling syn v1.0.109 |
| 492 | 2026-05-01T11:47:42.829Z | Compiling macaddr v1.0.1 |
| 493 | 2026-05-01T11:47:42.900Z | Compiling smoltcp v0.11.0 |
| 494 | 2026-05-01T11:47:43.022Z | Compiling stable_deref_trait v1.2.1 |
| 495 | 2026-05-01T11:47:43.042Z | Compiling rustversion v1.0.22 |
| 496 | 2026-05-01T11:47:43.085Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 497 | 2026-05-01T11:47:43.142Z | Compiling proc-macro-crate v3.5.0 |
| 498 | 2026-05-01T11:47:43.221Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 499 | 2026-05-01T11:47:43.313Z | Compiling getrandom v0.4.2 |
| 500 | 2026-05-01T11:47:43.396Z | Compiling version_check v0.9.5 |
| 501 | 2026-05-01T11:47:43.418Z | Compiling bitflags v1.3.2 |
| 502 | 2026-05-01T11:47:43.480Z | Compiling ref-cast v1.0.25 |
| 503 | 2026-05-01T11:47:43.503Z | Compiling rand_core v0.10.1 |
| 504 | 2026-05-01T11:47:43.540Z | Compiling managed v0.8.0 |
| 505 | 2026-05-01T11:47:43.552Z | Compiling rustix v1.1.4 |
| 506 | 2026-05-01T11:47:43.645Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 507 | 2026-05-01T11:47:43.793Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 508 | 2026-05-01T11:47:43.851Z | Compiling errno v0.3.14 |
| 509 | 2026-05-01T11:47:43.988Z | Compiling ipnetwork v0.21.1 |
| 510 | 2026-05-01T11:47:44.079Z | Compiling regex v1.12.3 |
| 511 | 2026-05-01T11:47:44.155Z | Compiling utf8parse v0.2.2 |
| 512 | 2026-05-01T11:47:44.249Z | Compiling unicode-width v0.2.2 |
| 513 | 2026-05-01T11:47:44.355Z | Compiling once_cell v1.21.4 |
| 514 | 2026-05-01T11:47:44.452Z | Compiling cpufeatures v0.3.0 |
| 515 | 2026-05-01T11:47:44.514Z | Compiling foreign-types-shared v0.3.1 |
| 516 | 2026-05-01T11:47:44.530Z | Compiling tracing-core v0.1.36 |
| 517 | 2026-05-01T11:47:44.572Z | Compiling darling_core v0.21.3 |
| 518 | 2026-05-01T11:47:44.590Z | Compiling chacha20 v0.10.0 |
| 519 | 2026-05-01T11:47:44.860Z | Compiling cstr-argument v0.1.2 |
| 520 | 2026-05-01T11:47:44.868Z | Compiling tabwriter v1.4.1 |
| 521 | 2026-05-01T11:47:44.984Z | Compiling anstyle-parse v1.0.0 |
| 522 | 2026-05-01T11:47:45.401Z | Compiling pretty-hex v0.4.2 |
| 523 | 2026-05-01T11:47:45.523Z | Compiling is_terminal_polyfill v1.70.2 |
| 524 | 2026-05-01T11:47:45.572Z | Compiling anstyle-query v1.1.5 |
| 525 | 2026-05-01T11:47:45.596Z | Compiling colorchoice v1.0.5 |
| 526 | 2026-05-01T11:47:45.600Z | Compiling pin-project-lite v0.2.17 |
| 527 | 2026-05-01T11:47:45.663Z | Compiling dyn-clone v1.0.20 |
| 528 | 2026-05-01T11:47:45.683Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 529 | 2026-05-01T11:47:45.698Z | Compiling anstyle v1.0.14 |
| 530 | 2026-05-01T11:47:45.887Z | Compiling thiserror-impl v2.0.18 |
| 531 | 2026-05-01T11:47:45.892Z | Compiling zerocopy-derive v0.8.48 |
| 532 | 2026-05-01T11:47:45.935Z | Compiling serde_derive v1.0.228 |
| 533 | 2026-05-01T11:47:46.084Z | Compiling foreign-types-macros v0.2.3 |
| 534 | 2026-05-01T11:47:46.318Z | Compiling num_enum_derive v0.7.6 |
| 535 | 2026-05-01T11:47:46.505Z | Compiling ref-cast-impl v1.0.25 |
| 536 | 2026-05-01T11:47:46.678Z | Compiling foreign-types v0.5.0 |
| 537 | 2026-05-01T11:47:46.681Z | Compiling darling_macro v0.21.3 |
| 538 | 2026-05-01T11:47:46.743Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 539 | 2026-05-01T11:47:46.988Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 540 | 2026-05-01T11:47:47.152Z | Compiling cobs v0.3.0 |
| 541 | 2026-05-01T11:47:47.152Z | Compiling tracing-attributes v0.1.31 |
| 542 | 2026-05-01T11:47:47.189Z | Compiling darling v0.21.3 |
| 543 | 2026-05-01T11:47:47.211Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 544 | 2026-05-01T11:47:47.256Z | Compiling ingot-macros v0.1.1 |
| 545 | 2026-05-01T11:47:47.273Z | Compiling num_enum v0.7.6 |
| 546 | 2026-05-01T11:47:47.350Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 547 | 2026-05-01T11:47:47.376Z | Compiling anstream v1.0.0 |
| 548 | 2026-05-01T11:47:47.437Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 549 | 2026-05-01T11:47:47.535Z | Compiling terminal_size v0.4.4 |
| 550 | 2026-05-01T11:47:47.540Z | Compiling rand v0.10.1 |
| 551 | 2026-05-01T11:47:47.540Z | Compiling uuid v1.23.1 |
| 552 | 2026-05-01T11:47:47.663Z | Compiling socket2 v0.6.3 |
| 553 | 2026-05-01T11:47:47.775Z | Compiling oxnet v0.1.4 |
| 554 | 2026-05-01T11:47:47.917Z | Compiling clap_lex v1.1.0 |
| 555 | 2026-05-01T11:47:48.207Z | Compiling colored v3.1.1 |
| 556 | 2026-05-01T11:47:48.231Z | Compiling heck v0.5.0 |
| 557 | 2026-05-01T11:47:48.330Z | Compiling tracing v0.1.44 |
| 558 | 2026-05-01T11:47:48.417Z | Compiling clap_derive v4.6.1 |
| 559 | 2026-05-01T11:47:48.634Z | Compiling clap_builder v4.6.0 |
| 560 | 2026-05-01T11:47:48.752Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 561 | 2026-05-01T11:47:49.013Z | Compiling postcard v1.1.3 |
| 562 | 2026-05-01T11:47:50.182Z | Compiling ingot-types v0.1.2 |
| 563 | 2026-05-01T11:47:50.481Z | Compiling clap v4.6.1 |
| 564 | 2026-05-01T11:47:50.514Z | Compiling ingot v0.1.1 |
| 565 | 2026-05-01T11:47:52.147Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 566 | 2026-05-01T11:47:53.128Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 567 | 2026-05-01T11:47:54.144Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 568 | 2026-05-01T11:48:00.716Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.06s |
| 569 | 2026-05-01T11:48:00.745Z | |
| 570 | 2026-05-01T11:48:00.745Z | real 20.095091057 |
| 571 | 2026-05-01T11:48:00.745Z | user 1:42.205092005 |
| 572 | 2026-05-01T11:48:00.745Z | sys 13.331240973 |
| 573 | 2026-05-01T11:48:00.749Z | trap 0.050654629 |
| 574 | 2026-05-01T11:48:00.749Z | tflt 0.107947314 |
| 575 | 2026-05-01T11:48:00.749Z | dflt 0.317636111 |
| 576 | 2026-05-01T11:48:00.749Z | kflt 0.000018216 |
| 577 | 2026-05-01T11:48:00.749Z | lock 4:29.152054109 |
| 578 | 2026-05-01T11:48:00.749Z | slp 3:21.992261880 |
| 579 | 2026-05-01T11:48:00.749Z | lat 5.558718381 |
| 580 | 2026-05-01T11:48:00.749Z | stop 9.373870713 |
| 581 | 2026-05-01T11:48:00.749Z | + popd |
| 582 | 2026-05-01T11:48:00.749Z | /work/oxidecomputer/opte |
| 583 | 2026-05-01T11:48:00.749Z | + for x in debug release |
| 584 | 2026-05-01T11:48:00.749Z | + mkdir -p /work/debug |
| 585 | 2026-05-01T11:48:00.749Z | + cp target/debug/opteadm /work/debug/ |
| 586 | 2026-05-01T11:48:00.770Z | + sha256sum target/debug/opteadm |
| 587 | 2026-05-01T11:48:00.795Z | + for x in debug release |
| 588 | 2026-05-01T11:48:00.795Z | + mkdir -p /work/release |
| 589 | 2026-05-01T11:48:00.799Z | + cp target/release/opteadm /work/release/ |
| 590 | 2026-05-01T11:48:00.817Z | + sha256sum target/release/opteadm |
| 591 | 2026-05-01T11:48:00.833Z | process exited: duration 66454 ms, exit code 0 |
| |
| 592 | 2026-05-01T11:48:00.845Z | found 4 output files |
| 593 | 2026-05-01T11:48:00.845Z | uploading: /work/debug/opteadm (35849440 bytes) |
| 594 | 2026-05-01T11:48:02.057Z | uploaded: /work/debug/opteadm |
| 595 | 2026-05-01T11:48:02.057Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
| 596 | 2026-05-01T11:48:03.065Z | uploaded: /work/debug/opteadm.debug.sha256 |
| 597 | 2026-05-01T11:48:03.065Z | uploading: /work/release/opteadm (24308208 bytes) |
| 598 | 2026-05-01T11:48:04.198Z | uploaded: /work/release/opteadm |
| 599 | 2026-05-01T11:48:04.198Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
| 600 | 2026-05-01T11:48:05.206Z | uploaded: /work/release/opteadm.release.sha256 |