|
|
|
| 1 | 2026-05-29T17:07:16.193Z | job assigned to worker 01KSTB73REZV1NEB5K53E9D3MX [factory aws, i-021d04df69c6f5f9a] (queued for 53 s) |
| |
| 2 | 2026-05-29T17:07:22.355Z | starting task 0: "setup" |
| 3 | 2026-05-29T17:07:22.360Z | ++ uname -s |
| 4 | 2026-05-29T17:07:22.360Z | + kern=SunOS |
| 5 | 2026-05-29T17:07:22.360Z | + build_user=build |
| 6 | 2026-05-29T17:07:22.360Z | + build_uid=12345 |
| 7 | 2026-05-29T17:07:22.360Z | + work_dir=/work |
| 8 | 2026-05-29T17:07:22.360Z | + input_dir=/input |
| 9 | 2026-05-29T17:07:22.360Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-29T17:07:22.360Z | + case "$kern" in |
| 11 | 2026-05-29T17:07:22.361Z | + groupadd -g 12345 build |
| 12 | 2026-05-29T17:07:22.371Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-29T17:07:24.376Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-29T17:07:24.459Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-29T17:07:24.462Z | + home_fs=zfs |
| 16 | 2026-05-29T17:07:24.462Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-29T17:07:24.462Z | + mkdir -p /home/build |
| 18 | 2026-05-29T17:07:24.462Z | + chown build:build /home/build /work |
| 19 | 2026-05-29T17:07:26.463Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-29T17:07:26.466Z | process exited: duration 4113 ms, exit code 0 |
| |
| 21 | 2026-05-29T17:07:26.472Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-29T17:07:26.476Z | + printf ' * rust toolchain channel = "%s"\n' 1.95.0 |
| 23 | 2026-05-29T17:07:26.476Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-29T17:07:26.476Z | * rust toolchain channel = "1.95.0" |
| 25 | 2026-05-29T17:07:26.476Z | * rust toolchain profile = "default" |
| 26 | 2026-05-29T17:07:26.476Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-29T17:07:26.476Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-29T17:07:26.479Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-29T17:07:26.479Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default |
| 30 | 2026-05-29T17:07:26.558Z | info: downloading installer |
| 31 | 2026-05-29T17:07:27.910Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-29T17:07:27.910Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-29T17:07:27.910Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-29T17:07:27.910Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-29T17:07:27.923Z | info: profile set to default |
| 36 | 2026-05-29T17:07:27.923Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-29T17:07:27.926Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 38 | 2026-05-29T17:07:28.066Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 39 | 2026-05-29T17:07:28.072Z | info: downloading 6 components |
| 40 | 2026-05-29T17:07:42.302Z | info: default toolchain set to 1.95.0-x86_64-unknown-illumos |
| 41 | 2026-05-29T17:07:42.302Z | |
| 42 | 2026-05-29T17:07:42.338Z | 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 43 | 2026-05-29T17:07:42.338Z | |
| 44 | 2026-05-29T17:07:42.338Z | |
| 45 | 2026-05-29T17:07:42.338Z | Rust is installed now. Great! |
| 46 | 2026-05-29T17:07:42.338Z | |
| 47 | 2026-05-29T17:07:42.338Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-29T17:07:42.338Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-29T17:07:42.338Z | |
| 50 | 2026-05-29T17:07:42.338Z | To configure your current shell, you need to source |
| 51 | 2026-05-29T17:07:42.338Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-29T17:07:42.338Z | |
| 53 | 2026-05-29T17:07:42.338Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-29T17:07:42.341Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-29T17:07:42.341Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-29T17:07:42.341Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-29T17:07:42.341Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-29T17:07:42.341Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-29T17:07:42.341Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-29T17:07:42.341Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-29T17:07:42.341Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-29T17:07:42.436Z | + rustup --version |
| 63 | 2026-05-29T17:07:42.445Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-29T17:07:42.448Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-29T17:07:42.467Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 66 | 2026-05-29T17:07:42.470Z | + cargo --version |
| 67 | 2026-05-29T17:07:42.484Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 68 | 2026-05-29T17:07:42.486Z | + rustc --version |
| 69 | 2026-05-29T17:07:42.507Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 70 | 2026-05-29T17:07:42.510Z | process exited: duration 16037 ms, exit code 0 |
| |
| 71 | 2026-05-29T17:07:42.516Z | starting task 2: "authentication" |
| 72 | 2026-05-29T17:07:42.532Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-05-29T17:07:42.538Z | starting task 3: "clone repository" |
| 74 | 2026-05-29T17:07:42.541Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-05-29T17:07:42.543Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-05-29T17:07:42.583Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-05-29T17:07:43.627Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-05-29T17:07:43.627Z | + git fetch origin 695967186b215cc897e224b125b7b8b7517e6b7d |
| 79 | 2026-05-29T17:07:43.869Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-05-29T17:07:43.870Z | * branch 695967186b215cc897e224b125b7b8b7517e6b7d -> FETCH_HEAD |
| 81 | 2026-05-29T17:07:43.875Z | + [[ -n routecache-tuning ]] |
| 82 | 2026-05-29T17:07:43.878Z | ++ git branch --show-current |
| 83 | 2026-05-29T17:07:43.878Z | + current=master |
| 84 | 2026-05-29T17:07:43.878Z | + [[ master != routecache-tuning ]] |
| 85 | 2026-05-29T17:07:43.878Z | + git branch -f routecache-tuning 695967186b215cc897e224b125b7b8b7517e6b7d |
| 86 | 2026-05-29T17:07:43.881Z | + git checkout -f routecache-tuning |
| 87 | 2026-05-29T17:07:43.897Z | Switched to branch 'routecache-tuning' |
| 88 | 2026-05-29T17:07:43.899Z | + git reset --hard 695967186b215cc897e224b125b7b8b7517e6b7d |
| 89 | 2026-05-29T17:07:43.913Z | HEAD is now at 6959671 Merge branch 'master' into routecache-tuning |
| 90 | 2026-05-29T17:07:43.916Z | process exited: duration 1376 ms, exit code 0 |
| |
| 91 | 2026-05-29T17:07:43.923Z | starting task 4: "build" |
| 92 | 2026-05-29T17:07:43.926Z | + source .github/buildomat/common.sh |
| 93 | 2026-05-29T17:07:43.926Z | ++ rustup show active-toolchain |
| 94 | 2026-05-29T17:07:43.931Z | 1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-05-29T17:07:43.934Z | ++ pushd xde |
| 96 | 2026-05-29T17:07:43.934Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-05-29T17:07:43.934Z | ++ rustup show active-toolchain |
| 98 | 2026-05-29T17:07:43.937Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-05-29T17:07:44.079Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-05-29T17:07:44.082Z | info: downloading 6 components |
| 101 | 2026-05-29T17:07:57.536Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-05-29T17:07:57.626Z | +++ rustup show active-toolchain -v |
| 103 | 2026-05-29T17:07:57.629Z | +++ head -n 1 |
| 104 | 2026-05-29T17:07:57.629Z | +++ cut '-d ' -f1 |
| 105 | 2026-05-29T17:07:57.681Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-05-29T17:07:57.681Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-05-29T17:07:57.681Z | ++ popd |
| 108 | 2026-05-29T17:07:57.685Z | /work/oxidecomputer/opte |
| 109 | 2026-05-29T17:07:57.685Z | + cargo --version |
| 110 | 2026-05-29T17:07:57.697Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 111 | 2026-05-29T17:07:57.703Z | + rustc --version |
| 112 | 2026-05-29T17:07:57.714Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 113 | 2026-05-29T17:07:57.717Z | + pushd bin/opteadm |
| 114 | 2026-05-29T17:07:57.717Z | + header 'check style' |
| 115 | 2026-05-29T17:07:57.717Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
| 116 | 2026-05-29T17:07:57.718Z | + echo '# ==== check style ==== #' |
| 117 | 2026-05-29T17:07:57.718Z | # ==== check style ==== # |
| 118 | 2026-05-29T17:07:57.718Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 119 | 2026-05-29T17:07:57.791Z | |
| 120 | 2026-05-29T17:07:57.791Z | real 0.071827175 |
| 121 | 2026-05-29T17:07:57.791Z | user 0.039806009 |
| 122 | 2026-05-29T17:07:57.791Z | sys 0.028404180 |
| 123 | 2026-05-29T17:07:57.791Z | trap 0.000008640 |
| 124 | 2026-05-29T17:07:57.794Z | tflt 0.000014850 |
| 125 | 2026-05-29T17:07:57.794Z | dflt 0.000009140 |
| 126 | 2026-05-29T17:07:57.794Z | kflt 0.000000000 |
| 127 | 2026-05-29T17:07:57.794Z | lock 0.031706674 |
| 128 | 2026-05-29T17:07:57.794Z | slp 0.051223446 |
| 129 | 2026-05-29T17:07:57.794Z | lat 0.000635640 |
| 130 | 2026-05-29T17:07:57.794Z | stop 0.000101260 |
| 131 | 2026-05-29T17:07:57.794Z | + header analyze |
| 132 | 2026-05-29T17:07:57.794Z | + echo '# ==== analyze ==== #' |
| 133 | 2026-05-29T17:07:57.795Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 134 | 2026-05-29T17:07:57.795Z | # ==== analyze ==== # |
| 135 | 2026-05-29T17:07:57.928Z | Updating crates.io index |
| 136 | 2026-05-29T17:07:57.963Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-05-29T17:07:59.247Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-05-29T17:07:59.688Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-05-29T17:08:00.079Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-05-29T17:08:00.475Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-05-29T17:08:01.064Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-05-29T17:08:01.377Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-05-29T17:08:03.269Z | Downloading crates ... |
| 144 | 2026-05-29T17:08:03.333Z | Downloaded clap_derive v4.6.1 |
| 145 | 2026-05-29T17:08:03.340Z | Downloaded equivalent v1.0.2 |
| 146 | 2026-05-29T17:08:03.343Z | Downloaded chacha20 v0.10.0 |
| 147 | 2026-05-29T17:08:03.356Z | Downloaded serde_core v1.0.228 |
| 148 | 2026-05-29T17:08:03.359Z | Downloaded clap_builder v4.6.0 |
| 149 | 2026-05-29T17:08:03.375Z | Downloaded tabwriter v1.4.1 |
| 150 | 2026-05-29T17:08:03.378Z | Downloaded regex v1.12.3 |
| 151 | 2026-05-29T17:08:03.378Z | Downloaded foreign-types-shared v0.3.1 |
| 152 | 2026-05-29T17:08:03.378Z | Downloaded aho-corasick v1.1.4 |
| 153 | 2026-05-29T17:08:03.378Z | Downloaded zerocopy v0.8.48 |
| 154 | 2026-05-29T17:08:03.387Z | Downloaded zerocopy-derive v0.8.48 |
| 155 | 2026-05-29T17:08:03.392Z | Downloaded ref-cast-impl v1.0.25 |
| 156 | 2026-05-29T17:08:03.396Z | Downloaded proc-macro-error2 v2.0.1 |
| 157 | 2026-05-29T17:08:03.396Z | Downloaded pin-project-lite v0.2.17 |
| 158 | 2026-05-29T17:08:03.399Z | Downloaded socket2 v0.6.3 |
| 159 | 2026-05-29T17:08:03.399Z | Downloaded postcard v1.1.3 |
| 160 | 2026-05-29T17:08:03.399Z | Downloaded clap_lex v1.1.0 |
| 161 | 2026-05-29T17:08:03.402Z | Downloaded proc-macro-crate v3.5.0 |
| 162 | 2026-05-29T17:08:03.402Z | Downloaded cfg-if v1.0.4 |
| 163 | 2026-05-29T17:08:03.402Z | Downloaded oxnet v0.1.5 |
| 164 | 2026-05-29T17:08:03.404Z | Downloaded ident_case v1.0.1 |
| 165 | 2026-05-29T17:08:03.404Z | Downloaded tracing-attributes v0.1.31 |
| 166 | 2026-05-29T17:08:03.407Z | Downloaded pretty-hex v0.4.2 |
| 167 | 2026-05-29T17:08:03.407Z | Downloaded heck v0.5.0 |
| 168 | 2026-05-29T17:08:03.412Z | Downloaded is_terminal_polyfill v1.70.2 |
| 169 | 2026-05-29T17:08:03.415Z | Downloaded darling_macro v0.21.3 |
| 170 | 2026-05-29T17:08:03.415Z | Downloaded macaddr v1.0.1 |
| 171 | 2026-05-29T17:08:03.417Z | Downloaded num_enum v0.7.6 |
| 172 | 2026-05-29T17:08:03.421Z | Downloaded defmt-parser v1.0.0 |
| 173 | 2026-05-29T17:08:03.425Z | Downloaded errno v0.3.14 |
| 174 | 2026-05-29T17:08:03.428Z | Downloaded terminal_size v0.4.4 |
| 175 | 2026-05-29T17:08:03.431Z | Downloaded dyn-clone v1.0.20 |
| 176 | 2026-05-29T17:08:03.434Z | Downloaded strsim v0.11.1 |
| 177 | 2026-05-29T17:08:03.436Z | Downloaded stable_deref_trait v1.2.1 |
| 178 | 2026-05-29T17:08:03.439Z | Downloaded hash32 v0.3.1 |
| 179 | 2026-05-29T17:08:03.442Z | Downloaded embedded-io v0.4.0 |
| 180 | 2026-05-29T17:08:03.445Z | Downloaded colorchoice v1.0.5 |
| 181 | 2026-05-29T17:08:03.449Z | Downloaded embedded-io v0.6.1 |
| 182 | 2026-05-29T17:08:03.449Z | Downloaded foreign-types v0.5.0 |
| 183 | 2026-05-29T17:08:03.452Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 184 | 2026-05-29T17:08:03.452Z | Downloaded version_check v0.9.5 |
| 185 | 2026-05-29T17:08:03.456Z | Downloaded cobs v0.3.0 |
| 186 | 2026-05-29T17:08:03.456Z | Downloaded fnv v1.0.7 |
| 187 | 2026-05-29T17:08:03.459Z | Downloaded ref-cast v1.0.25 |
| 188 | 2026-05-29T17:08:03.461Z | Downloaded foreign-types-macros v0.2.3 |
| 189 | 2026-05-29T17:08:03.465Z | Downloaded bitflags v1.3.2 |
| 190 | 2026-05-29T17:08:03.468Z | Downloaded rand_core v0.10.1 |
| 191 | 2026-05-29T17:08:03.473Z | Downloaded bitflags v2.11.1 |
| 192 | 2026-05-29T17:08:03.476Z | Downloaded cpufeatures v0.3.0 |
| 193 | 2026-05-29T17:08:03.476Z | Downloaded anstyle-query v1.1.5 |
| 194 | 2026-05-29T17:08:03.478Z | Downloaded managed v0.8.0 |
| 195 | 2026-05-29T17:08:03.478Z | Downloaded defmt v0.3.100 |
| 196 | 2026-05-29T17:08:03.484Z | Downloaded cstr-argument v0.1.2 |
| 197 | 2026-05-29T17:08:03.486Z | Downloaded ipnetwork v0.21.1 |
| 198 | 2026-05-29T17:08:03.489Z | Downloaded utf8parse v0.2.2 |
| 199 | 2026-05-29T17:08:03.492Z | Downloaded thiserror v2.0.18 |
| 200 | 2026-05-29T17:08:03.495Z | Downloaded thiserror-impl v2.0.18 |
| 201 | 2026-05-29T17:08:03.495Z | Downloaded ingot v0.1.1 |
| 202 | 2026-05-29T17:08:03.495Z | Downloaded anstyle-parse v1.0.0 |
| 203 | 2026-05-29T17:08:03.498Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 204 | 2026-05-29T17:08:03.498Z | Downloaded byteorder v1.5.0 |
| 205 | 2026-05-29T17:08:03.502Z | Downloaded num_enum_derive v0.7.6 |
| 206 | 2026-05-29T17:08:03.504Z | Downloaded anstream v1.0.0 |
| 207 | 2026-05-29T17:08:03.508Z | Downloaded rustversion v1.0.22 |
| 208 | 2026-05-29T17:08:03.511Z | Downloaded quote v1.0.45 |
| 209 | 2026-05-29T17:08:03.514Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 210 | 2026-05-29T17:08:03.517Z | Downloaded either v1.15.0 |
| 211 | 2026-05-29T17:08:03.523Z | Downloaded defmt v1.0.1 |
| 212 | 2026-05-29T17:08:03.526Z | Downloaded ingot-types v0.1.2 |
| 213 | 2026-05-29T17:08:03.526Z | Downloaded anyhow v1.0.102 |
| 214 | 2026-05-29T17:08:03.529Z | Downloaded once_cell v1.21.4 |
| 215 | 2026-05-29T17:08:03.529Z | Downloaded ingot-macros v0.1.1 |
| 216 | 2026-05-29T17:08:03.538Z | Downloaded defmt-macros v1.0.1 |
| 217 | 2026-05-29T17:08:03.541Z | Downloaded anstyle v1.0.14 |
| 218 | 2026-05-29T17:08:03.544Z | Downloaded colored v3.1.1 |
| 219 | 2026-05-29T17:08:03.555Z | Downloaded serde_derive v1.0.228 |
| 220 | 2026-05-29T17:08:03.558Z | Downloaded unicode-ident v1.0.24 |
| 221 | 2026-05-29T17:08:03.558Z | Downloaded getrandom v0.4.2 |
| 222 | 2026-05-29T17:08:03.561Z | Downloaded memchr v2.8.0 |
| 223 | 2026-05-29T17:08:03.569Z | Downloaded darling v0.21.3 |
| 224 | 2026-05-29T17:08:03.572Z | Downloaded tracing-core v0.1.36 |
| 225 | 2026-05-29T17:08:03.574Z | Downloaded uuid v1.23.1 |
| 226 | 2026-05-29T17:08:03.579Z | Downloaded clap v4.6.1 |
| 227 | 2026-05-29T17:08:03.583Z | Downloaded toml_edit v0.25.11+spec-1.1.0 |
| 228 | 2026-05-29T17:08:03.589Z | Downloaded heapless v0.8.0 |
| 229 | 2026-05-29T17:08:03.594Z | Downloaded rand v0.10.1 |
| 230 | 2026-05-29T17:08:03.597Z | Downloaded proc-macro2 v1.0.106 |
| 231 | 2026-05-29T17:08:03.601Z | Downloaded darling_core v0.21.3 |
| 232 | 2026-05-29T17:08:03.609Z | Downloaded hashbrown v0.17.0 |
| 233 | 2026-05-29T17:08:03.612Z | Downloaded serde v1.0.228 |
| 234 | 2026-05-29T17:08:03.615Z | Downloaded indexmap v2.14.0 |
| 235 | 2026-05-29T17:08:03.621Z | Downloaded itertools v0.14.0 |
| 236 | 2026-05-29T17:08:03.677Z | Downloaded winnow v1.0.2 |
| 237 | 2026-05-29T17:08:03.709Z | Downloaded syn v1.0.109 |
| 238 | 2026-05-29T17:08:03.731Z | Downloaded unicode-width v0.2.2 |
| 239 | 2026-05-29T17:08:03.734Z | Downloaded syn v2.0.117 |
| 240 | 2026-05-29T17:08:03.739Z | Downloaded smoltcp v0.11.0 |
| 241 | 2026-05-29T17:08:03.758Z | Downloaded regex-syntax v0.8.10 |
| 242 | 2026-05-29T17:08:03.774Z | Downloaded rustix v1.1.4 |
| 243 | 2026-05-29T17:08:03.786Z | Downloaded tracing v0.1.44 |
| 244 | 2026-05-29T17:08:03.808Z | Downloaded regex-automata v0.4.14 |
| 245 | 2026-05-29T17:08:03.816Z | Downloaded libc v0.2.186 |
| 246 | 2026-05-29T17:08:03.878Z | Compiling proc-macro2 v1.0.106 |
| 247 | 2026-05-29T17:08:03.878Z | Compiling unicode-ident v1.0.24 |
| 248 | 2026-05-29T17:08:03.878Z | Compiling quote v1.0.45 |
| 249 | 2026-05-29T17:08:03.878Z | Compiling serde_core v1.0.228 |
| 250 | 2026-05-29T17:08:03.881Z | Compiling libc v0.2.186 |
| 251 | 2026-05-29T17:08:03.881Z | Checking cfg-if v1.0.4 |
| 252 | 2026-05-29T17:08:03.881Z | Compiling thiserror v2.0.18 |
| 253 | 2026-05-29T17:08:03.881Z | Compiling strsim v0.11.1 |
| 254 | 2026-05-29T17:08:04.005Z | Compiling memchr v2.8.0 |
| 255 | 2026-05-29T17:08:04.086Z | Compiling ident_case v1.0.1 |
| 256 | 2026-05-29T17:08:04.195Z | Compiling fnv v1.0.7 |
| 257 | 2026-05-29T17:08:04.245Z | Compiling regex-syntax v0.8.10 |
| 258 | 2026-05-29T17:08:04.284Z | Compiling equivalent v1.0.2 |
| 259 | 2026-05-29T17:08:04.357Z | Compiling either v1.15.0 |
| 260 | 2026-05-29T17:08:04.370Z | Compiling hashbrown v0.17.0 |
| 261 | 2026-05-29T17:08:04.514Z | Compiling aho-corasick v1.1.4 |
| 262 | 2026-05-29T17:08:04.554Z | Compiling zerocopy v0.8.48 |
| 263 | 2026-05-29T17:08:04.572Z | Compiling serde v1.0.228 |
| 264 | 2026-05-29T17:08:04.662Z | Compiling winnow v1.0.2 |
| 265 | 2026-05-29T17:08:04.891Z | Compiling anyhow v1.0.102 |
| 266 | 2026-05-29T17:08:04.940Z | Compiling indexmap v2.14.0 |
| 267 | 2026-05-29T17:08:05.180Z | Compiling syn v2.0.117 |
| 268 | 2026-05-29T17:08:05.207Z | Compiling itertools v0.14.0 |
| 269 | 2026-05-29T17:08:05.231Z | Checking byteorder v1.5.0 |
| 270 | 2026-05-29T17:08:05.387Z | Compiling heapless v0.8.0 |
| 271 | 2026-05-29T17:08:05.543Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 272 | 2026-05-29T17:08:05.683Z | Compiling regex-automata v0.4.14 |
| 273 | 2026-05-29T17:08:05.693Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 274 | 2026-05-29T17:08:05.773Z | Checking bitflags v2.11.1 |
| 275 | 2026-05-29T17:08:05.938Z | Checking hash32 v0.3.1 |
| 276 | 2026-05-29T17:08:05.968Z | Compiling smoltcp v0.11.0 |
| 277 | 2026-05-29T17:08:05.971Z | Compiling rustversion v1.0.22 |
| 278 | 2026-05-29T17:08:06.048Z | Checking stable_deref_trait v1.2.1 |
| 279 | 2026-05-29T17:08:06.117Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 280 | 2026-05-29T17:08:06.304Z | Compiling syn v1.0.109 |
| 281 | 2026-05-29T17:08:06.323Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 282 | 2026-05-29T17:08:06.326Z | Checking macaddr v1.0.1 |
| 283 | 2026-05-29T17:08:06.465Z | Checking managed v0.8.0 |
| 284 | 2026-05-29T17:08:06.496Z | Compiling getrandom v0.4.2 |
| 285 | 2026-05-29T17:08:06.583Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 286 | 2026-05-29T17:08:06.650Z | Compiling ref-cast v1.0.25 |
| 287 | 2026-05-29T17:08:06.685Z | Compiling proc-macro-crate v3.5.0 |
| 288 | 2026-05-29T17:08:06.784Z | Checking rand_core v0.10.1 |
| 289 | 2026-05-29T17:08:06.810Z | Compiling version_check v0.9.5 |
| 290 | 2026-05-29T17:08:06.825Z | Checking bitflags v1.3.2 |
| 291 | 2026-05-29T17:08:06.888Z | Compiling rustix v1.1.4 |
| 292 | 2026-05-29T17:08:07.079Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 293 | 2026-05-29T17:08:07.108Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 294 | 2026-05-29T17:08:07.340Z | Checking errno v0.3.14 |
| 295 | 2026-05-29T17:08:07.394Z | Checking ipnetwork v0.21.1 |
| 296 | 2026-05-29T17:08:07.445Z | Compiling regex v1.12.3 |
| 297 | 2026-05-29T17:08:07.563Z | Checking cpufeatures v0.3.0 |
| 298 | 2026-05-29T17:08:07.627Z | Checking unicode-width v0.2.2 |
| 299 | 2026-05-29T17:08:07.655Z | Checking utf8parse v0.2.2 |
| 300 | 2026-05-29T17:08:07.752Z | Checking foreign-types-shared v0.3.1 |
| 301 | 2026-05-29T17:08:07.810Z | Checking once_cell v1.21.4 |
| 302 | 2026-05-29T17:08:07.832Z | Compiling darling_core v0.21.3 |
| 303 | 2026-05-29T17:08:07.839Z | Checking cstr-argument v0.1.2 |
| 304 | 2026-05-29T17:08:07.870Z | Checking tabwriter v1.4.1 |
| 305 | 2026-05-29T17:08:07.950Z | Checking anstyle-parse v1.0.0 |
| 306 | 2026-05-29T17:08:07.975Z | Checking tracing-core v0.1.36 |
| 307 | 2026-05-29T17:08:08.009Z | Checking chacha20 v0.10.0 |
| 308 | 2026-05-29T17:08:08.338Z | Checking anstyle-query v1.1.5 |
| 309 | 2026-05-29T17:08:08.399Z | Checking pretty-hex v0.4.2 |
| 310 | 2026-05-29T17:08:08.425Z | Checking is_terminal_polyfill v1.70.2 |
| 311 | 2026-05-29T17:08:08.502Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 312 | 2026-05-29T17:08:08.502Z | Checking pin-project-lite v0.2.17 |
| 313 | 2026-05-29T17:08:08.513Z | Checking anstyle v1.0.14 |
| 314 | 2026-05-29T17:08:08.518Z | Checking dyn-clone v1.0.20 |
| 315 | 2026-05-29T17:08:08.540Z | Checking colorchoice v1.0.5 |
| 316 | 2026-05-29T17:08:08.589Z | Checking terminal_size v0.4.4 |
| 317 | 2026-05-29T17:08:08.686Z | Checking anstream v1.0.0 |
| 318 | 2026-05-29T17:08:08.698Z | Checking rand v0.10.1 |
| 319 | 2026-05-29T17:08:08.731Z | Checking uuid v1.23.1 |
| 320 | 2026-05-29T17:08:08.808Z | Checking socket2 v0.6.3 |
| 321 | 2026-05-29T17:08:08.932Z | Checking oxnet v0.1.5 |
| 322 | 2026-05-29T17:08:09.032Z | Compiling thiserror-impl v2.0.18 |
| 323 | 2026-05-29T17:08:09.057Z | Compiling zerocopy-derive v0.8.48 |
| 324 | 2026-05-29T17:08:09.105Z | Compiling serde_derive v1.0.228 |
| 325 | 2026-05-29T17:08:09.142Z | Compiling num_enum_derive v0.7.6 |
| 326 | 2026-05-29T17:08:09.157Z | Compiling foreign-types-macros v0.2.3 |
| 327 | 2026-05-29T17:08:09.722Z | Compiling ref-cast-impl v1.0.25 |
| 328 | 2026-05-29T17:08:09.773Z | Checking foreign-types v0.5.0 |
| 329 | 2026-05-29T17:08:09.841Z | Compiling tracing-attributes v0.1.31 |
| 330 | 2026-05-29T17:08:09.922Z | Compiling darling_macro v0.21.3 |
| 331 | 2026-05-29T17:08:10.128Z | Checking num_enum v0.7.6 |
| 332 | 2026-05-29T17:08:10.238Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 333 | 2026-05-29T17:08:10.333Z | Checking cobs v0.3.0 |
| 334 | 2026-05-29T17:08:10.371Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 335 | 2026-05-29T17:08:10.401Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 336 | 2026-05-29T17:08:10.472Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 337 | 2026-05-29T17:08:10.479Z | Compiling darling v0.21.3 |
| 338 | 2026-05-29T17:08:10.549Z | Compiling ingot-macros v0.1.1 |
| 339 | 2026-05-29T17:08:10.556Z | Compiling heck v0.5.0 |
| 340 | 2026-05-29T17:08:10.637Z | Checking clap_lex v1.1.0 |
| 341 | 2026-05-29T17:08:10.824Z | Checking colored v3.1.1 |
| 342 | 2026-05-29T17:08:10.834Z | Checking clap_builder v4.6.0 |
| 343 | 2026-05-29T17:08:10.860Z | Compiling clap_derive v4.6.1 |
| 344 | 2026-05-29T17:08:10.892Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 345 | 2026-05-29T17:08:10.994Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 346 | 2026-05-29T17:08:11.082Z | Checking tracing v0.1.44 |
| 347 | 2026-05-29T17:08:12.047Z | Checking postcard v1.1.3 |
| 348 | 2026-05-29T17:08:12.257Z | Checking clap v4.6.1 |
| 349 | 2026-05-29T17:08:13.130Z | Checking ingot-types v0.1.2 |
| 350 | 2026-05-29T17:08:13.394Z | Checking ingot v0.1.1 |
| 351 | 2026-05-29T17:08:14.682Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 352 | 2026-05-29T17:08:15.886Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 353 | 2026-05-29T17:08:17.093Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 354 | 2026-05-29T17:08:17.927Z | Finished `dev` profile [optimized + debuginfo] target(s) in 20.08s |
| 355 | 2026-05-29T17:08:18.047Z | |
| 356 | 2026-05-29T17:08:18.047Z | real 20.250046721 |
| 357 | 2026-05-29T17:08:18.047Z | user 54.481188837 |
| 358 | 2026-05-29T17:08:18.047Z | sys 13.524747980 |
| 359 | 2026-05-29T17:08:18.047Z | trap 0.044811348 |
| 360 | 2026-05-29T17:08:18.047Z | tflt 0.072609825 |
| 361 | 2026-05-29T17:08:18.047Z | dflt 0.158829838 |
| 362 | 2026-05-29T17:08:18.047Z | kflt 0.007150423 |
| 363 | 2026-05-29T17:08:18.047Z | lock 3:00.326610194 |
| 364 | 2026-05-29T17:08:18.048Z | slp 3:08.349047789 |
| 365 | 2026-05-29T17:08:18.051Z | lat 3.222901429 |
| 366 | 2026-05-29T17:08:18.051Z | stop 10.943293571 |
| 367 | 2026-05-29T17:08:18.051Z | + header 'debug build' |
| 368 | 2026-05-29T17:08:18.051Z | + echo '# ==== debug build ==== #' |
| 369 | 2026-05-29T17:08:18.051Z | + ptime -m cargo build |
| 370 | 2026-05-29T17:08:18.051Z | # ==== debug build ==== # |
| 371 | 2026-05-29T17:08:18.208Z | Compiling cfg-if v1.0.4 |
| 372 | 2026-05-29T17:08:18.208Z | Compiling serde_core v1.0.228 |
| 373 | 2026-05-29T17:08:18.211Z | Compiling libc v0.2.186 |
| 374 | 2026-05-29T17:08:18.235Z | Compiling thiserror v2.0.18 |
| 375 | 2026-05-29T17:08:18.239Z | Compiling byteorder v1.5.0 |
| 376 | 2026-05-29T17:08:18.242Z | Compiling zerocopy v0.8.48 |
| 377 | 2026-05-29T17:08:18.245Z | Compiling macaddr v1.0.1 |
| 378 | 2026-05-29T17:08:18.245Z | Compiling stable_deref_trait v1.2.1 |
| 379 | 2026-05-29T17:08:18.283Z | Compiling rand_core v0.10.1 |
| 380 | 2026-05-29T17:08:18.298Z | Compiling cobs v0.3.0 |
| 381 | 2026-05-29T17:08:18.312Z | Compiling managed v0.8.0 |
| 382 | 2026-05-29T17:08:18.403Z | Compiling hash32 v0.3.1 |
| 383 | 2026-05-29T17:08:18.430Z | Compiling bitflags v1.3.2 |
| 384 | 2026-05-29T17:08:18.477Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 385 | 2026-05-29T17:08:18.492Z | Compiling heapless v0.8.0 |
| 386 | 2026-05-29T17:08:18.518Z | Compiling errno v0.3.14 |
| 387 | 2026-05-29T17:08:18.547Z | Compiling utf8parse v0.2.2 |
| 388 | 2026-05-29T17:08:18.561Z | Compiling foreign-types-shared v0.3.1 |
| 389 | 2026-05-29T17:08:18.564Z | Compiling cpufeatures v0.3.0 |
| 390 | 2026-05-29T17:08:18.621Z | Compiling memchr v2.8.0 |
| 391 | 2026-05-29T17:08:18.635Z | Compiling unicode-width v0.2.2 |
| 392 | 2026-05-29T17:08:18.639Z | Compiling once_cell v1.21.4 |
| 393 | 2026-05-29T17:08:18.673Z | Compiling ipnetwork v0.21.1 |
| 394 | 2026-05-29T17:08:18.746Z | Compiling foreign-types v0.5.0 |
| 395 | 2026-05-29T17:08:18.854Z | Compiling smoltcp v0.11.0 |
| 396 | 2026-05-29T17:08:18.875Z | Compiling tabwriter v1.4.1 |
| 397 | 2026-05-29T17:08:18.913Z | Compiling tracing-core v0.1.36 |
| 398 | 2026-05-29T17:08:18.961Z | Compiling anstyle-parse v1.0.0 |
| 399 | 2026-05-29T17:08:19.167Z | Compiling cstr-argument v0.1.2 |
| 400 | 2026-05-29T17:08:19.210Z | Compiling chacha20 v0.10.0 |
| 401 | 2026-05-29T17:08:19.291Z | Compiling ref-cast v1.0.25 |
| 402 | 2026-05-29T17:08:19.328Z | Compiling num_enum v0.7.6 |
| 403 | 2026-05-29T17:08:19.381Z | Compiling getrandom v0.4.2 |
| 404 | 2026-05-29T17:08:19.433Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 405 | 2026-05-29T17:08:19.540Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 406 | 2026-05-29T17:08:19.543Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 407 | 2026-05-29T17:08:19.587Z | Compiling anstyle v1.0.14 |
| 408 | 2026-05-29T17:08:19.638Z | Compiling pin-project-lite v0.2.17 |
| 409 | 2026-05-29T17:08:19.726Z | Compiling dyn-clone v1.0.20 |
| 410 | 2026-05-29T17:08:19.812Z | Compiling is_terminal_polyfill v1.70.2 |
| 411 | 2026-05-29T17:08:19.850Z | Compiling anstyle-query v1.1.5 |
| 412 | 2026-05-29T17:08:19.887Z | Compiling pretty-hex v0.4.2 |
| 413 | 2026-05-29T17:08:19.891Z | Compiling colorchoice v1.0.5 |
| 414 | 2026-05-29T17:08:19.956Z | Compiling bitflags v2.11.1 |
| 415 | 2026-05-29T17:08:19.998Z | Compiling serde v1.0.228 |
| 416 | 2026-05-29T17:08:20.011Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 417 | 2026-05-29T17:08:20.107Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 418 | 2026-05-29T17:08:20.107Z | Compiling rustix v1.1.4 |
| 419 | 2026-05-29T17:08:20.220Z | Compiling anstream v1.0.0 |
| 420 | 2026-05-29T17:08:20.223Z | Compiling uuid v1.23.1 |
| 421 | 2026-05-29T17:08:20.401Z | Compiling tracing v0.1.44 |
| 422 | 2026-05-29T17:08:20.656Z | Compiling postcard v1.1.3 |
| 423 | 2026-05-29T17:08:20.709Z | Compiling terminal_size v0.4.4 |
| 424 | 2026-05-29T17:08:20.718Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 425 | 2026-05-29T17:08:20.785Z | Compiling anyhow v1.0.102 |
| 426 | 2026-05-29T17:08:20.796Z | Compiling rand v0.10.1 |
| 427 | 2026-05-29T17:08:20.872Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 428 | 2026-05-29T17:08:20.988Z | Compiling socket2 v0.6.3 |
| 429 | 2026-05-29T17:08:21.005Z | Compiling colored v3.1.1 |
| 430 | 2026-05-29T17:08:21.199Z | Compiling ingot-types v0.1.2 |
| 431 | 2026-05-29T17:08:21.281Z | Compiling oxnet v0.1.5 |
| 432 | 2026-05-29T17:08:21.332Z | Compiling strsim v0.11.1 |
| 433 | 2026-05-29T17:08:21.596Z | Compiling ingot v0.1.1 |
| 434 | 2026-05-29T17:08:21.671Z | Compiling clap_lex v1.1.0 |
| 435 | 2026-05-29T17:08:21.752Z | Compiling winnow v1.0.2 |
| 436 | 2026-05-29T17:08:21.774Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 437 | 2026-05-29T17:08:21.857Z | Compiling clap_builder v4.6.0 |
| 438 | 2026-05-29T17:08:22.647Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 439 | 2026-05-29T17:08:23.211Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 440 | 2026-05-29T17:08:23.433Z | Compiling clap v4.6.1 |
| 441 | 2026-05-29T17:08:24.631Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 442 | 2026-05-29T17:08:26.234Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 443 | 2026-05-29T17:08:30.692Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.63s |
| 444 | 2026-05-29T17:08:30.723Z | |
| 445 | 2026-05-29T17:08:30.726Z | real 12.664509891 |
| 446 | 2026-05-29T17:08:30.726Z | user 1:04.847107825 |
| 447 | 2026-05-29T17:08:30.726Z | sys 6.206247711 |
| 448 | 2026-05-29T17:08:30.726Z | trap 0.031547431 |
| 449 | 2026-05-29T17:08:30.726Z | tflt 0.167588401 |
| 450 | 2026-05-29T17:08:30.726Z | dflt 0.255766423 |
| 451 | 2026-05-29T17:08:30.726Z | kflt 0.000002610 |
| 452 | 2026-05-29T17:08:30.726Z | lock 2:54.488398230 |
| 453 | 2026-05-29T17:08:30.726Z | slp 1:53.667532365 |
| 454 | 2026-05-29T17:08:30.726Z | lat 4.375804196 |
| 455 | 2026-05-29T17:08:30.726Z | stop 4.203299756 |
| 456 | 2026-05-29T17:08:30.726Z | + header 'release build' |
| 457 | 2026-05-29T17:08:30.726Z | + echo '# ==== release build ==== #' |
| 458 | 2026-05-29T17:08:30.726Z | # ==== release build ==== # |
| 459 | 2026-05-29T17:08:30.726Z | + ptime -m cargo build --release |
| 460 | 2026-05-29T17:08:30.825Z | Compiling proc-macro2 v1.0.106 |
| 461 | 2026-05-29T17:08:30.825Z | Compiling unicode-ident v1.0.24 |
| 462 | 2026-05-29T17:08:30.825Z | Compiling quote v1.0.45 |
| 463 | 2026-05-29T17:08:30.825Z | Compiling serde_core v1.0.228 |
| 464 | 2026-05-29T17:08:30.825Z | Compiling libc v0.2.186 |
| 465 | 2026-05-29T17:08:30.829Z | Compiling cfg-if v1.0.4 |
| 466 | 2026-05-29T17:08:30.829Z | Compiling ident_case v1.0.1 |
| 467 | 2026-05-29T17:08:30.829Z | Compiling thiserror v2.0.18 |
| 468 | 2026-05-29T17:08:30.898Z | Compiling strsim v0.11.1 |
| 469 | 2026-05-29T17:08:30.942Z | Compiling fnv v1.0.7 |
| 470 | 2026-05-29T17:08:30.947Z | Compiling memchr v2.8.0 |
| 471 | 2026-05-29T17:08:31.023Z | Compiling regex-syntax v0.8.10 |
| 472 | 2026-05-29T17:08:31.155Z | Compiling zerocopy v0.8.48 |
| 473 | 2026-05-29T17:08:31.174Z | Compiling anyhow v1.0.102 |
| 474 | 2026-05-29T17:08:31.338Z | Compiling aho-corasick v1.1.4 |
| 475 | 2026-05-29T17:08:31.486Z | Compiling serde v1.0.228 |
| 476 | 2026-05-29T17:08:31.490Z | Compiling equivalent v1.0.2 |
| 477 | 2026-05-29T17:08:31.524Z | Compiling winnow v1.0.2 |
| 478 | 2026-05-29T17:08:31.555Z | Compiling either v1.15.0 |
| 479 | 2026-05-29T17:08:31.565Z | Compiling hashbrown v0.17.0 |
| 480 | 2026-05-29T17:08:31.743Z | Compiling itertools v0.14.0 |
| 481 | 2026-05-29T17:08:31.962Z | Compiling syn v2.0.117 |
| 482 | 2026-05-29T17:08:32.049Z | Compiling indexmap v2.14.0 |
| 483 | 2026-05-29T17:08:32.112Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 484 | 2026-05-29T17:08:32.336Z | Compiling byteorder v1.5.0 |
| 485 | 2026-05-29T17:08:32.514Z | Compiling regex-automata v0.4.14 |
| 486 | 2026-05-29T17:08:32.518Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 487 | 2026-05-29T17:08:32.639Z | Compiling heapless v0.8.0 |
| 488 | 2026-05-29T17:08:32.670Z | Compiling hash32 v0.3.1 |
| 489 | 2026-05-29T17:08:32.797Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 490 | 2026-05-29T17:08:32.931Z | Compiling bitflags v2.11.1 |
| 491 | 2026-05-29T17:08:33.031Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 492 | 2026-05-29T17:08:33.035Z | Compiling rustversion v1.0.22 |
| 493 | 2026-05-29T17:08:33.038Z | Compiling macaddr v1.0.1 |
| 494 | 2026-05-29T17:08:33.047Z | Compiling smoltcp v0.11.0 |
| 495 | 2026-05-29T17:08:33.111Z | Compiling syn v1.0.109 |
| 496 | 2026-05-29T17:08:33.225Z | Compiling stable_deref_trait v1.2.1 |
| 497 | 2026-05-29T17:08:33.262Z | Compiling bitflags v1.3.2 |
| 498 | 2026-05-29T17:08:33.323Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 499 | 2026-05-29T17:08:33.376Z | Compiling getrandom v0.4.2 |
| 500 | 2026-05-29T17:08:33.402Z | Compiling ref-cast v1.0.25 |
| 501 | 2026-05-29T17:08:33.457Z | Compiling managed v0.8.0 |
| 502 | 2026-05-29T17:08:33.541Z | Compiling proc-macro-crate v3.5.0 |
| 503 | 2026-05-29T17:08:33.634Z | Compiling rand_core v0.10.1 |
| 504 | 2026-05-29T17:08:33.682Z | Compiling rustix v1.1.4 |
| 505 | 2026-05-29T17:08:33.708Z | Compiling version_check v0.9.5 |
| 506 | 2026-05-29T17:08:33.938Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 507 | 2026-05-29T17:08:33.956Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 508 | 2026-05-29T17:08:34.186Z | Compiling regex v1.12.3 |
| 509 | 2026-05-29T17:08:34.215Z | Compiling errno v0.3.14 |
| 510 | 2026-05-29T17:08:34.314Z | Compiling unicode-width v0.2.2 |
| 511 | 2026-05-29T17:08:34.455Z | Compiling foreign-types-shared v0.3.1 |
| 512 | 2026-05-29T17:08:34.533Z | Compiling darling_core v0.21.3 |
| 513 | 2026-05-29T17:08:34.568Z | Compiling utf8parse v0.2.2 |
| 514 | 2026-05-29T17:08:34.595Z | Compiling ipnetwork v0.21.1 |
| 515 | 2026-05-29T17:08:34.661Z | Compiling cpufeatures v0.3.0 |
| 516 | 2026-05-29T17:08:34.723Z | Compiling once_cell v1.21.4 |
| 517 | 2026-05-29T17:08:34.945Z | Compiling tracing-core v0.1.36 |
| 518 | 2026-05-29T17:08:34.949Z | Compiling cstr-argument v0.1.2 |
| 519 | 2026-05-29T17:08:35.000Z | Compiling chacha20 v0.10.0 |
| 520 | 2026-05-29T17:08:35.095Z | Compiling anstyle-parse v1.0.0 |
| 521 | 2026-05-29T17:08:35.106Z | Compiling tabwriter v1.4.1 |
| 522 | 2026-05-29T17:08:35.650Z | Compiling thiserror-impl v2.0.18 |
| 523 | 2026-05-29T17:08:35.736Z | Compiling serde_derive v1.0.228 |
| 524 | 2026-05-29T17:08:35.762Z | Compiling zerocopy-derive v0.8.48 |
| 525 | 2026-05-29T17:08:35.815Z | Compiling num_enum_derive v0.7.6 |
| 526 | 2026-05-29T17:08:36.114Z | Compiling foreign-types-macros v0.2.3 |
| 527 | 2026-05-29T17:08:36.508Z | Compiling ref-cast-impl v1.0.25 |
| 528 | 2026-05-29T17:08:36.661Z | Compiling darling_macro v0.21.3 |
| 529 | 2026-05-29T17:08:36.756Z | Compiling foreign-types v0.5.0 |
| 530 | 2026-05-29T17:08:36.813Z | Compiling num_enum v0.7.6 |
| 531 | 2026-05-29T17:08:36.822Z | Compiling tracing-attributes v0.1.31 |
| 532 | 2026-05-29T17:08:36.921Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 533 | 2026-05-29T17:08:37.030Z | Compiling cobs v0.3.0 |
| 534 | 2026-05-29T17:08:37.135Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 535 | 2026-05-29T17:08:37.198Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 536 | 2026-05-29T17:08:37.220Z | Compiling darling v0.21.3 |
| 537 | 2026-05-29T17:08:37.236Z | Compiling dyn-clone v1.0.20 |
| 538 | 2026-05-29T17:08:37.287Z | Compiling ingot-macros v0.1.1 |
| 539 | 2026-05-29T17:08:37.365Z | Compiling is_terminal_polyfill v1.70.2 |
| 540 | 2026-05-29T17:08:37.413Z | Compiling pin-project-lite v0.2.17 |
| 541 | 2026-05-29T17:08:37.416Z | Compiling anstyle-query v1.1.5 |
| 542 | 2026-05-29T17:08:37.442Z | Compiling colorchoice v1.0.5 |
| 543 | 2026-05-29T17:08:37.495Z | Compiling pretty-hex v0.4.2 |
| 544 | 2026-05-29T17:08:37.501Z | Compiling anstyle v1.0.14 |
| 545 | 2026-05-29T17:08:37.548Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 546 | 2026-05-29T17:08:37.607Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 547 | 2026-05-29T17:08:37.619Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 548 | 2026-05-29T17:08:37.714Z | Compiling anstream v1.0.0 |
| 549 | 2026-05-29T17:08:37.810Z | Compiling terminal_size v0.4.4 |
| 550 | 2026-05-29T17:08:37.941Z | Compiling rand v0.10.1 |
| 551 | 2026-05-29T17:08:38.024Z | Compiling uuid v1.23.1 |
| 552 | 2026-05-29T17:08:38.028Z | Compiling tracing v0.1.44 |
| 553 | 2026-05-29T17:08:38.111Z | Compiling socket2 v0.6.3 |
| 554 | 2026-05-29T17:08:38.335Z | Compiling oxnet v0.1.5 |
| 555 | 2026-05-29T17:08:38.404Z | Compiling clap_lex v1.1.0 |
| 556 | 2026-05-29T17:08:38.431Z | Compiling colored v3.1.1 |
| 557 | 2026-05-29T17:08:38.609Z | Compiling heck v0.5.0 |
| 558 | 2026-05-29T17:08:38.735Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 559 | 2026-05-29T17:08:38.795Z | Compiling clap_derive v4.6.1 |
| 560 | 2026-05-29T17:08:38.978Z | Compiling postcard v1.1.3 |
| 561 | 2026-05-29T17:08:39.028Z | Compiling clap_builder v4.6.0 |
| 562 | 2026-05-29T17:08:40.154Z | Compiling ingot-types v0.1.2 |
| 563 | 2026-05-29T17:08:40.473Z | Compiling ingot v0.1.1 |
| 564 | 2026-05-29T17:08:40.809Z | Compiling clap v4.6.1 |
| 565 | 2026-05-29T17:08:42.216Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 566 | 2026-05-29T17:08:43.214Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 567 | 2026-05-29T17:08:44.256Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 568 | 2026-05-29T17:08:50.809Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.07s |
| 569 | 2026-05-29T17:08:50.837Z | |
| 570 | 2026-05-29T17:08:50.840Z | real 20.102666212 |
| 571 | 2026-05-29T17:08:50.840Z | user 1:42.750094480 |
| 572 | 2026-05-29T17:08:50.840Z | sys 13.858014422 |
| 573 | 2026-05-29T17:08:50.840Z | trap 0.053967534 |
| 574 | 2026-05-29T17:08:50.840Z | tflt 0.079702431 |
| 575 | 2026-05-29T17:08:50.840Z | dflt 0.374026671 |
| 576 | 2026-05-29T17:08:50.840Z | kflt 0.000008980 |
| 577 | 2026-05-29T17:08:50.840Z | lock 4:25.960791365 |
| 578 | 2026-05-29T17:08:50.840Z | slp 3:26.815307305 |
| 579 | 2026-05-29T17:08:50.840Z | lat 4.412927232 |
| 580 | 2026-05-29T17:08:50.841Z | stop 8.651642588 |
| 581 | 2026-05-29T17:08:50.841Z | + popd |
| 582 | 2026-05-29T17:08:50.841Z | /work/oxidecomputer/opte |
| 583 | 2026-05-29T17:08:50.841Z | + for x in debug release |
| 584 | 2026-05-29T17:08:50.841Z | + mkdir -p /work/debug |
| 585 | 2026-05-29T17:08:50.841Z | + cp target/debug/opteadm /work/debug/ |
| 586 | 2026-05-29T17:08:50.863Z | + sha256sum target/debug/opteadm |
| 587 | 2026-05-29T17:08:50.888Z | + for x in debug release |
| 588 | 2026-05-29T17:08:50.888Z | + mkdir -p /work/release |
| 589 | 2026-05-29T17:08:50.891Z | + cp target/release/opteadm /work/release/ |
| 590 | 2026-05-29T17:08:50.905Z | + sha256sum target/release/opteadm |
| 591 | 2026-05-29T17:08:50.923Z | process exited: duration 66999 ms, exit code 0 |
| |
| 592 | 2026-05-29T17:08:50.934Z | found 4 output files |
| 593 | 2026-05-29T17:08:50.934Z | uploading: /work/debug/opteadm (36383584 bytes) |
| 594 | 2026-05-29T17:08:52.537Z | uploaded: /work/debug/opteadm |
| 595 | 2026-05-29T17:08:52.540Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
| 596 | 2026-05-29T17:08:53.548Z | uploaded: /work/debug/opteadm.debug.sha256 |
| 597 | 2026-05-29T17:08:53.548Z | uploading: /work/release/opteadm (24514864 bytes) |
| 598 | 2026-05-29T17:08:54.711Z | uploaded: /work/release/opteadm |
| 599 | 2026-05-29T17:08:54.711Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
| 600 | 2026-05-29T17:08:55.719Z | uploaded: /work/release/opteadm.release.sha256 |