|
|
|
| 1 | 2026-05-20T16:01:17.879Z | job assigned to worker 01KS31VXM9QGGBKPM8ZGVV2ECN [factory aws, i-05823f1139858fa76] (queued for 1 m 1 s) |
| |
| 2 | 2026-05-20T16:01:24.668Z | starting task 0: "setup" |
| 3 | 2026-05-20T16:01:24.672Z | ++ uname -s |
| 4 | 2026-05-20T16:01:24.675Z | + kern=SunOS |
| 5 | 2026-05-20T16:01:24.675Z | + build_user=build |
| 6 | 2026-05-20T16:01:24.675Z | + build_uid=12345 |
| 7 | 2026-05-20T16:01:24.675Z | + work_dir=/work |
| 8 | 2026-05-20T16:01:24.675Z | + input_dir=/input |
| 9 | 2026-05-20T16:01:24.676Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-20T16:01:24.676Z | + case "$kern" in |
| 11 | 2026-05-20T16:01:24.676Z | + groupadd -g 12345 build |
| 12 | 2026-05-20T16:01:24.679Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-20T16:01:26.681Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-20T16:01:26.724Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-20T16:01:26.729Z | + home_fs=zfs |
| 16 | 2026-05-20T16:01:26.729Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-20T16:01:26.729Z | + mkdir -p /home/build |
| 18 | 2026-05-20T16:01:26.729Z | + chown build:build /home/build /work |
| 19 | 2026-05-20T16:01:27.728Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-20T16:01:27.731Z | process exited: duration 3062 ms, exit code 0 |
| |
| 21 | 2026-05-20T16:01:27.738Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-20T16:01:27.741Z | * rust toolchain channel = "1.95.0" |
| 23 | 2026-05-20T16:01:27.741Z | + printf ' * rust toolchain channel = "%s"\n' 1.95.0 |
| 24 | 2026-05-20T16:01:27.741Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-05-20T16:01:27.741Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-20T16:01:27.741Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-20T16:01:27.741Z | * rust toolchain profile = "default" |
| 28 | 2026-05-20T16:01:27.744Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-20T16:01:27.744Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default |
| 30 | 2026-05-20T16:01:27.842Z | info: downloading installer |
| 31 | 2026-05-20T16:01:29.354Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-20T16:01:29.354Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-20T16:01:29.355Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-20T16:01:29.355Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-20T16:01:29.358Z | info: profile set to default |
| 36 | 2026-05-20T16:01:29.358Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-20T16:01:29.358Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 38 | 2026-05-20T16:01:29.434Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 39 | 2026-05-20T16:01:29.437Z | info: downloading 6 components |
| 40 | 2026-05-20T16:01:44.275Z | info: default toolchain set to 1.95.0-x86_64-unknown-illumos |
| 41 | 2026-05-20T16:01:44.275Z | |
| 42 | 2026-05-20T16:01:44.312Z | 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 43 | 2026-05-20T16:01:44.312Z | |
| 44 | 2026-05-20T16:01:44.312Z | |
| 45 | 2026-05-20T16:01:44.312Z | Rust is installed now. Great! |
| 46 | 2026-05-20T16:01:44.312Z | |
| 47 | 2026-05-20T16:01:44.312Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-20T16:01:44.312Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-20T16:01:44.312Z | |
| 50 | 2026-05-20T16:01:44.315Z | To configure your current shell, you need to source |
| 51 | 2026-05-20T16:01:44.315Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-20T16:01:44.315Z | |
| 53 | 2026-05-20T16:01:44.315Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-20T16:01:44.315Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-20T16:01:44.315Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-20T16:01:44.315Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-20T16:01:44.315Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-20T16:01:44.315Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-20T16:01:44.315Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-20T16:01:44.315Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-20T16:01:44.315Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-20T16:01:44.407Z | + rustup --version |
| 63 | 2026-05-20T16:01:44.412Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-20T16:01:44.415Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-20T16:01:44.435Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 66 | 2026-05-20T16:01:44.437Z | + cargo --version |
| 67 | 2026-05-20T16:01:44.452Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 68 | 2026-05-20T16:01:44.456Z | + rustc --version |
| 69 | 2026-05-20T16:01:44.475Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 70 | 2026-05-20T16:01:44.479Z | process exited: duration 16740 ms, exit code 0 |
| |
| 71 | 2026-05-20T16:01:44.485Z | starting task 2: "authentication" |
| 72 | 2026-05-20T16:01:44.498Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-05-20T16:01:48.511Z | process exited: duration 4026 ms, exit code 0 |
| |
| 74 | 2026-05-20T16:01:48.517Z | starting task 3: "clone repository" |
| 75 | 2026-05-20T16:01:48.521Z | + mkdir -p /work/oxidecomputer/opte |
| 76 | 2026-05-20T16:01:48.524Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 77 | 2026-05-20T16:01:48.556Z | Cloning into '/work/oxidecomputer/opte'... |
| 78 | 2026-05-20T16:01:49.530Z | + cd /work/oxidecomputer/opte |
| 79 | 2026-05-20T16:01:49.530Z | + git fetch origin 1df13fefc1a360c1f2a122e34a8089d55f51b6b1 |
| 80 | 2026-05-20T16:01:49.772Z | From https://github.com/oxidecomputer/opte |
| 81 | 2026-05-20T16:01:49.772Z | * branch 1df13fefc1a360c1f2a122e34a8089d55f51b6b1 -> FETCH_HEAD |
| 82 | 2026-05-20T16:01:49.777Z | + [[ -n eviction-policy ]] |
| 83 | 2026-05-20T16:01:49.782Z | ++ git branch --show-current |
| 84 | 2026-05-20T16:01:49.782Z | + current=master |
| 85 | 2026-05-20T16:01:49.782Z | + [[ master != eviction-policy ]] |
| 86 | 2026-05-20T16:01:49.782Z | + git branch -f eviction-policy 1df13fefc1a360c1f2a122e34a8089d55f51b6b1 |
| 87 | 2026-05-20T16:01:49.786Z | + git checkout -f eviction-policy |
| 88 | 2026-05-20T16:01:49.799Z | Switched to branch 'eviction-policy' |
| 89 | 2026-05-20T16:01:49.802Z | + git reset --hard 1df13fefc1a360c1f2a122e34a8089d55f51b6b1 |
| 90 | 2026-05-20T16:01:49.805Z | HEAD is now at 1df13fe Comment. |
| 91 | 2026-05-20T16:01:49.808Z | process exited: duration 1288 ms, exit code 0 |
| |
| 92 | 2026-05-20T16:01:49.814Z | starting task 4: "build" |
| 93 | 2026-05-20T16:01:49.817Z | + source .github/buildomat/common.sh |
| 94 | 2026-05-20T16:01:49.820Z | ++ rustup show active-toolchain |
| 95 | 2026-05-20T16:01:49.823Z | 1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 96 | 2026-05-20T16:01:49.823Z | ++ pushd xde |
| 97 | 2026-05-20T16:01:49.828Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 98 | 2026-05-20T16:01:49.828Z | ++ rustup show active-toolchain |
| 99 | 2026-05-20T16:01:49.831Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 100 | 2026-05-20T16:01:49.975Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 101 | 2026-05-20T16:01:49.977Z | info: downloading 6 components |
| 102 | 2026-05-20T16:02:04.085Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 103 | 2026-05-20T16:02:04.187Z | +++ rustup show active-toolchain -v |
| 104 | 2026-05-20T16:02:04.190Z | +++ head -n 1 |
| 105 | 2026-05-20T16:02:04.190Z | +++ cut '-d ' -f1 |
| 106 | 2026-05-20T16:02:04.238Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-05-20T16:02:04.238Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 108 | 2026-05-20T16:02:04.238Z | ++ popd |
| 109 | 2026-05-20T16:02:04.241Z | /work/oxidecomputer/opte |
| 110 | 2026-05-20T16:02:04.241Z | + cargo --version |
| 111 | 2026-05-20T16:02:04.248Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 112 | 2026-05-20T16:02:04.252Z | + rustc --version |
| 113 | 2026-05-20T16:02:04.288Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 114 | 2026-05-20T16:02:04.295Z | + cd lib/opte-ioctl |
| 115 | 2026-05-20T16:02:04.295Z | + header 'check style' |
| 116 | 2026-05-20T16:02:04.295Z | + echo '# ==== check style ==== #' |
| 117 | 2026-05-20T16:02:04.295Z | # ==== check style ==== # |
| 118 | 2026-05-20T16:02:04.295Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 119 | 2026-05-20T16:02:04.346Z | |
| 120 | 2026-05-20T16:02:04.346Z | real 0.069361709 |
| 121 | 2026-05-20T16:02:04.346Z | user 0.038006292 |
| 122 | 2026-05-20T16:02:04.346Z | sys 0.028748971 |
| 123 | 2026-05-20T16:02:04.346Z | trap 0.000000590 |
| 124 | 2026-05-20T16:02:04.346Z | tflt 0.000011030 |
| 125 | 2026-05-20T16:02:04.346Z | dflt 0.000011400 |
| 126 | 2026-05-20T16:02:04.346Z | kflt 0.000000000 |
| 127 | 2026-05-20T16:02:04.346Z | lock 0.032770328 |
| 128 | 2026-05-20T16:02:04.346Z | slp 0.047985102 |
| 129 | 2026-05-20T16:02:04.346Z | lat 0.000633230 |
| 130 | 2026-05-20T16:02:04.346Z | stop 0.000107170 |
| 131 | 2026-05-20T16:02:04.349Z | + header analyze |
| 132 | 2026-05-20T16:02:04.349Z | + echo '# ==== analyze ==== #' |
| 133 | 2026-05-20T16:02:04.349Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 134 | 2026-05-20T16:02:04.349Z | # ==== analyze ==== # |
| 135 | 2026-05-20T16:02:04.495Z | Updating crates.io index |
| 136 | 2026-05-20T16:02:04.546Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-05-20T16:02:05.259Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-05-20T16:02:05.828Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-05-20T16:02:06.287Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-05-20T16:02:06.773Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-05-20T16:02:07.086Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-05-20T16:02:07.395Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-05-20T16:02:09.695Z | Downloading crates ... |
| 144 | 2026-05-20T16:02:09.752Z | Downloaded anyhow v1.0.102 |
| 145 | 2026-05-20T16:02:09.756Z | Downloaded darling v0.21.3 |
| 146 | 2026-05-20T16:02:09.759Z | Downloaded darling_macro v0.21.3 |
| 147 | 2026-05-20T16:02:09.766Z | Downloaded pretty-hex v0.4.2 |
| 148 | 2026-05-20T16:02:09.777Z | Downloaded equivalent v1.0.2 |
| 149 | 2026-05-20T16:02:09.777Z | Downloaded defmt-parser v1.0.0 |
| 150 | 2026-05-20T16:02:09.777Z | Downloaded cstr-argument v0.1.2 |
| 151 | 2026-05-20T16:02:09.781Z | Downloaded aho-corasick v1.1.4 |
| 152 | 2026-05-20T16:02:09.784Z | Downloaded oxnet v0.1.5 |
| 153 | 2026-05-20T16:02:09.784Z | Downloaded darling_core v0.21.3 |
| 154 | 2026-05-20T16:02:09.787Z | Downloaded embedded-io v0.4.0 |
| 155 | 2026-05-20T16:02:09.791Z | Downloaded colored v3.1.1 |
| 156 | 2026-05-20T16:02:09.798Z | Downloaded thiserror v2.0.18 |
| 157 | 2026-05-20T16:02:09.801Z | Downloaded strsim v0.11.1 |
| 158 | 2026-05-20T16:02:09.805Z | Downloaded num_enum v0.7.6 |
| 159 | 2026-05-20T16:02:09.808Z | Downloaded proc-macro-crate v3.5.0 |
| 160 | 2026-05-20T16:02:09.808Z | Downloaded defmt v0.3.100 |
| 161 | 2026-05-20T16:02:09.808Z | Downloaded postcard v1.1.3 |
| 162 | 2026-05-20T16:02:09.814Z | Downloaded dyn-clone v1.0.20 |
| 163 | 2026-05-20T16:02:09.822Z | Downloaded foreign-types-shared v0.3.1 |
| 164 | 2026-05-20T16:02:09.825Z | Downloaded foreign-types-macros v0.2.3 |
| 165 | 2026-05-20T16:02:09.825Z | Downloaded cpufeatures v0.3.0 |
| 166 | 2026-05-20T16:02:09.825Z | Downloaded version_check v0.9.5 |
| 167 | 2026-05-20T16:02:09.828Z | Downloaded ref-cast v1.0.25 |
| 168 | 2026-05-20T16:02:09.831Z | Downloaded ref-cast-impl v1.0.25 |
| 169 | 2026-05-20T16:02:09.833Z | Downloaded rand_core v0.10.1 |
| 170 | 2026-05-20T16:02:09.834Z | Downloaded cfg-if v1.0.4 |
| 171 | 2026-05-20T16:02:09.837Z | Downloaded serde v1.0.228 |
| 172 | 2026-05-20T16:02:09.840Z | Downloaded cobs v0.3.0 |
| 173 | 2026-05-20T16:02:09.845Z | Downloaded macaddr v1.0.1 |
| 174 | 2026-05-20T16:02:09.848Z | Downloaded embedded-io v0.6.1 |
| 175 | 2026-05-20T16:02:09.848Z | Downloaded ident_case v1.0.1 |
| 176 | 2026-05-20T16:02:09.848Z | Downloaded hash32 v0.3.1 |
| 177 | 2026-05-20T16:02:09.848Z | Downloaded foreign-types v0.5.0 |
| 178 | 2026-05-20T16:02:09.857Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 179 | 2026-05-20T16:02:09.860Z | Downloaded thiserror-impl v2.0.18 |
| 180 | 2026-05-20T16:02:09.860Z | Downloaded managed v0.8.0 |
| 181 | 2026-05-20T16:02:09.863Z | Downloaded pin-project-lite v0.2.17 |
| 182 | 2026-05-20T16:02:09.863Z | Downloaded rustversion v1.0.22 |
| 183 | 2026-05-20T16:02:09.866Z | Downloaded proc-macro-error2 v2.0.1 |
| 184 | 2026-05-20T16:02:09.869Z | Downloaded bitflags v1.3.2 |
| 185 | 2026-05-20T16:02:09.869Z | Downloaded num_enum_derive v0.7.6 |
| 186 | 2026-05-20T16:02:09.869Z | Downloaded byteorder v1.5.0 |
| 187 | 2026-05-20T16:02:09.877Z | Downloaded stable_deref_trait v1.2.1 |
| 188 | 2026-05-20T16:02:09.880Z | Downloaded fnv v1.0.7 |
| 189 | 2026-05-20T16:02:09.880Z | Downloaded defmt v1.0.1 |
| 190 | 2026-05-20T16:02:09.891Z | Downloaded quote v1.0.45 |
| 191 | 2026-05-20T16:02:09.900Z | Downloaded defmt-macros v1.0.1 |
| 192 | 2026-05-20T16:02:09.903Z | Downloaded either v1.15.0 |
| 193 | 2026-05-20T16:02:09.906Z | Downloaded ingot-macros v0.1.1 |
| 194 | 2026-05-20T16:02:09.910Z | Downloaded ingot-types v0.1.2 |
| 195 | 2026-05-20T16:02:09.915Z | Downloaded chacha20 v0.10.0 |
| 196 | 2026-05-20T16:02:09.917Z | Downloaded proc-macro2 v1.0.106 |
| 197 | 2026-05-20T16:02:09.920Z | Downloaded once_cell v1.21.4 |
| 198 | 2026-05-20T16:02:09.923Z | Downloaded ingot v0.1.1 |
| 199 | 2026-05-20T16:02:09.929Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 200 | 2026-05-20T16:02:09.932Z | Downloaded tracing-attributes v0.1.31 |
| 201 | 2026-05-20T16:02:09.936Z | Downloaded zerocopy-derive v0.8.48 |
| 202 | 2026-05-20T16:02:09.941Z | Downloaded indexmap v2.14.0 |
| 203 | 2026-05-20T16:02:09.944Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 204 | 2026-05-20T16:02:09.947Z | Downloaded serde_derive v1.0.228 |
| 205 | 2026-05-20T16:02:09.947Z | Downloaded serde_core v1.0.228 |
| 206 | 2026-05-20T16:02:09.950Z | Downloaded unicode-ident v1.0.24 |
| 207 | 2026-05-20T16:02:09.953Z | Downloaded tracing-core v0.1.36 |
| 208 | 2026-05-20T16:02:09.956Z | Downloaded socket2 v0.6.3 |
| 209 | 2026-05-20T16:02:09.959Z | Downloaded bitflags v2.11.1 |
| 210 | 2026-05-20T16:02:09.962Z | Downloaded toml_edit v0.25.11+spec-1.1.0 |
| 211 | 2026-05-20T16:02:09.965Z | Downloaded getrandom v0.4.2 |
| 212 | 2026-05-20T16:02:09.968Z | Downloaded uuid v1.23.1 |
| 213 | 2026-05-20T16:02:09.979Z | Downloaded memchr v2.8.0 |
| 214 | 2026-05-20T16:02:09.982Z | Downloaded heapless v0.8.0 |
| 215 | 2026-05-20T16:02:09.994Z | Downloaded regex v1.12.3 |
| 216 | 2026-05-20T16:02:10.013Z | Downloaded rand v0.10.1 |
| 217 | 2026-05-20T16:02:10.025Z | Downloaded itertools v0.14.0 |
| 218 | 2026-05-20T16:02:10.042Z | Downloaded hashbrown v0.17.0 |
| 219 | 2026-05-20T16:02:10.053Z | Downloaded winnow v1.0.2 |
| 220 | 2026-05-20T16:02:10.093Z | Downloaded syn v1.0.109 |
| 221 | 2026-05-20T16:02:10.113Z | Downloaded zerocopy v0.8.48 |
| 222 | 2026-05-20T16:02:10.123Z | Downloaded syn v2.0.117 |
| 223 | 2026-05-20T16:02:10.129Z | Downloaded smoltcp v0.11.0 |
| 224 | 2026-05-20T16:02:10.139Z | Downloaded regex-syntax v0.8.10 |
| 225 | 2026-05-20T16:02:10.161Z | Downloaded tracing v0.1.44 |
| 226 | 2026-05-20T16:02:10.172Z | Downloaded regex-automata v0.4.14 |
| 227 | 2026-05-20T16:02:10.190Z | Downloaded libc v0.2.186 |
| 228 | 2026-05-20T16:02:10.249Z | Compiling proc-macro2 v1.0.106 |
| 229 | 2026-05-20T16:02:10.249Z | Compiling quote v1.0.45 |
| 230 | 2026-05-20T16:02:10.249Z | Compiling unicode-ident v1.0.24 |
| 231 | 2026-05-20T16:02:10.252Z | Compiling serde_core v1.0.228 |
| 232 | 2026-05-20T16:02:10.252Z | Checking cfg-if v1.0.4 |
| 233 | 2026-05-20T16:02:10.252Z | Compiling ident_case v1.0.1 |
| 234 | 2026-05-20T16:02:10.252Z | Compiling fnv v1.0.7 |
| 235 | 2026-05-20T16:02:10.252Z | Compiling memchr v2.8.0 |
| 236 | 2026-05-20T16:02:10.376Z | Compiling strsim v0.11.1 |
| 237 | 2026-05-20T16:02:10.421Z | Compiling thiserror v2.0.18 |
| 238 | 2026-05-20T16:02:10.441Z | Compiling regex-syntax v0.8.10 |
| 239 | 2026-05-20T16:02:10.449Z | Compiling libc v0.2.186 |
| 240 | 2026-05-20T16:02:10.662Z | Compiling equivalent v1.0.2 |
| 241 | 2026-05-20T16:02:10.753Z | Compiling aho-corasick v1.1.4 |
| 242 | 2026-05-20T16:02:10.856Z | Compiling zerocopy v0.8.48 |
| 243 | 2026-05-20T16:02:10.863Z | Compiling either v1.15.0 |
| 244 | 2026-05-20T16:02:10.895Z | Compiling hashbrown v0.17.0 |
| 245 | 2026-05-20T16:02:11.021Z | Compiling winnow v1.0.2 |
| 246 | 2026-05-20T16:02:11.056Z | Compiling serde v1.0.228 |
| 247 | 2026-05-20T16:02:11.288Z | Compiling itertools v0.14.0 |
| 248 | 2026-05-20T16:02:11.417Z | Compiling indexmap v2.14.0 |
| 249 | 2026-05-20T16:02:11.734Z | Checking byteorder v1.5.0 |
| 250 | 2026-05-20T16:02:11.894Z | Compiling syn v2.0.117 |
| 251 | 2026-05-20T16:02:11.906Z | Compiling regex-automata v0.4.14 |
| 252 | 2026-05-20T16:02:12.022Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 253 | 2026-05-20T16:02:12.034Z | Compiling heapless v0.8.0 |
| 254 | 2026-05-20T16:02:12.165Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 255 | 2026-05-20T16:02:12.264Z | Checking bitflags v2.11.1 |
| 256 | 2026-05-20T16:02:12.395Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 257 | 2026-05-20T16:02:12.419Z | Checking hash32 v0.3.1 |
| 258 | 2026-05-20T16:02:12.516Z | Checking macaddr v1.0.1 |
| 259 | 2026-05-20T16:02:12.542Z | Checking stable_deref_trait v1.2.1 |
| 260 | 2026-05-20T16:02:12.545Z | Compiling rustversion v1.0.22 |
| 261 | 2026-05-20T16:02:12.553Z | Compiling smoltcp v0.11.0 |
| 262 | 2026-05-20T16:02:12.601Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 263 | 2026-05-20T16:02:12.604Z | Compiling syn v1.0.109 |
| 264 | 2026-05-20T16:02:12.869Z | Compiling getrandom v0.4.2 |
| 265 | 2026-05-20T16:02:12.912Z | Checking managed v0.8.0 |
| 266 | 2026-05-20T16:02:12.952Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 267 | 2026-05-20T16:02:12.976Z | Checking rand_core v0.10.1 |
| 268 | 2026-05-20T16:02:13.060Z | Compiling proc-macro-crate v3.5.0 |
| 269 | 2026-05-20T16:02:13.101Z | Compiling version_check v0.9.5 |
| 270 | 2026-05-20T16:02:13.119Z | Checking bitflags v1.3.2 |
| 271 | 2026-05-20T16:02:13.156Z | Compiling ref-cast v1.0.25 |
| 272 | 2026-05-20T16:02:13.386Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 273 | 2026-05-20T16:02:13.504Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 274 | 2026-05-20T16:02:13.527Z | Checking cpufeatures v0.3.0 |
| 275 | 2026-05-20T16:02:13.594Z | Compiling anyhow v1.0.102 |
| 276 | 2026-05-20T16:02:13.664Z | Checking once_cell v1.21.4 |
| 277 | 2026-05-20T16:02:13.792Z | Compiling regex v1.12.3 |
| 278 | 2026-05-20T16:02:13.938Z | Checking foreign-types-shared v0.3.1 |
| 279 | 2026-05-20T16:02:14.030Z | Checking tracing-core v0.1.36 |
| 280 | 2026-05-20T16:02:14.206Z | Checking cstr-argument v0.1.2 |
| 281 | 2026-05-20T16:02:14.228Z | Checking chacha20 v0.10.0 |
| 282 | 2026-05-20T16:02:14.374Z | Checking pin-project-lite v0.2.17 |
| 283 | 2026-05-20T16:02:14.415Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 284 | 2026-05-20T16:02:14.420Z | Checking dyn-clone v1.0.20 |
| 285 | 2026-05-20T16:02:14.428Z | Checking pretty-hex v0.4.2 |
| 286 | 2026-05-20T16:02:14.445Z | Checking rand v0.10.1 |
| 287 | 2026-05-20T16:02:14.510Z | Checking uuid v1.23.1 |
| 288 | 2026-05-20T16:02:14.530Z | Checking socket2 v0.6.3 |
| 289 | 2026-05-20T16:02:14.620Z | Compiling darling_core v0.21.3 |
| 290 | 2026-05-20T16:02:14.648Z | Checking oxnet v0.1.5 |
| 291 | 2026-05-20T16:02:14.766Z | Checking colored v3.1.1 |
| 292 | 2026-05-20T16:02:15.168Z | Compiling thiserror-impl v2.0.18 |
| 293 | 2026-05-20T16:02:15.168Z | Compiling serde_derive v1.0.228 |
| 294 | 2026-05-20T16:02:15.168Z | Compiling zerocopy-derive v0.8.48 |
| 295 | 2026-05-20T16:02:15.171Z | Compiling ref-cast-impl v1.0.25 |
| 296 | 2026-05-20T16:02:15.171Z | Compiling num_enum_derive v0.7.6 |
| 297 | 2026-05-20T16:02:15.478Z | Compiling foreign-types-macros v0.2.3 |
| 298 | 2026-05-20T16:02:15.873Z | Compiling tracing-attributes v0.1.31 |
| 299 | 2026-05-20T16:02:16.118Z | Checking foreign-types v0.5.0 |
| 300 | 2026-05-20T16:02:16.188Z | Checking num_enum v0.7.6 |
| 301 | 2026-05-20T16:02:16.191Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 302 | 2026-05-20T16:02:16.296Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 303 | 2026-05-20T16:02:16.514Z | Checking cobs v0.3.0 |
| 304 | 2026-05-20T16:02:16.564Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 305 | 2026-05-20T16:02:16.609Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 306 | 2026-05-20T16:02:16.688Z | Compiling darling_macro v0.21.3 |
| 307 | 2026-05-20T16:02:17.074Z | Checking tracing v0.1.44 |
| 308 | 2026-05-20T16:02:17.102Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 309 | 2026-05-20T16:02:17.239Z | Compiling darling v0.21.3 |
| 310 | 2026-05-20T16:02:17.306Z | Compiling ingot-macros v0.1.1 |
| 311 | 2026-05-20T16:02:17.763Z | Checking postcard v1.1.3 |
| 312 | 2026-05-20T16:02:19.343Z | Checking ingot-types v0.1.2 |
| 313 | 2026-05-20T16:02:19.615Z | Checking ingot v0.1.1 |
| 314 | 2026-05-20T16:02:20.898Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 315 | 2026-05-20T16:02:22.082Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 316 | 2026-05-20T16:02:23.268Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 317 | 2026-05-20T16:02:23.457Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.06s |
| 318 | 2026-05-20T16:02:23.571Z | |
| 319 | 2026-05-20T16:02:23.571Z | real 19.220524120 |
| 320 | 2026-05-20T16:02:23.571Z | user 49.311892570 |
| 321 | 2026-05-20T16:02:23.571Z | sys 11.740874394 |
| 322 | 2026-05-20T16:02:23.571Z | trap 0.035071433 |
| 323 | 2026-05-20T16:02:23.571Z | tflt 0.068952709 |
| 324 | 2026-05-20T16:02:23.571Z | dflt 0.383050640 |
| 325 | 2026-05-20T16:02:23.571Z | kflt 0.003058493 |
| 326 | 2026-05-20T16:02:23.571Z | lock 2:36.776899297 |
| 327 | 2026-05-20T16:02:23.572Z | slp 2:49.256269066 |
| 328 | 2026-05-20T16:02:23.572Z | lat 2.769908568 |
| 329 | 2026-05-20T16:02:23.572Z | stop 9.027155833 |
| 330 | 2026-05-20T16:02:23.576Z | process exited: duration 33757 ms, exit code 0 |
| |
| 331 | 2026-05-20T16:02:23.583Z | found 0 output files |