|
|
|
| 1 | 2026-06-25T00:30:21.267Z | job assigned to worker 01KVY2XDM59T4D3BQK8NVCKW3J [factory aws, i-0ed48fb1b32f605c2] (queued for 48 s) |
| |
| 2 | 2026-06-25T00:30:27.800Z | starting task 0: "setup" |
| 3 | 2026-06-25T00:30:27.805Z | ++ uname -s |
| 4 | 2026-06-25T00:30:27.808Z | + kern=SunOS |
| 5 | 2026-06-25T00:30:27.808Z | + build_user=build |
| 6 | 2026-06-25T00:30:27.808Z | + build_uid=12345 |
| 7 | 2026-06-25T00:30:27.808Z | + work_dir=/work |
| 8 | 2026-06-25T00:30:27.808Z | + input_dir=/input |
| 9 | 2026-06-25T00:30:27.808Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-25T00:30:27.808Z | + case "$kern" in |
| 11 | 2026-06-25T00:30:27.808Z | + groupadd -g 12345 build |
| 12 | 2026-06-25T00:30:27.811Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-25T00:30:29.815Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-25T00:30:29.916Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-25T00:30:29.920Z | + home_fs=zfs |
| 16 | 2026-06-25T00:30:29.920Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-25T00:30:29.920Z | + mkdir -p /home/build |
| 18 | 2026-06-25T00:30:29.920Z | + chown build:build /home/build /work |
| 19 | 2026-06-25T00:30:31.920Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-25T00:30:31.924Z | process exited: duration 4125 ms, exit code 0 |
| |
| 21 | 2026-06-25T00:30:31.930Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-25T00:30:31.934Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-25T00:30:31.934Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-25T00:30:31.934Z | * rust toolchain channel = "1.96.0" |
| 25 | 2026-06-25T00:30:31.934Z | * rust toolchain profile = "default" |
| 26 | 2026-06-25T00:30:31.937Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-25T00:30:31.937Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-25T00:30:31.937Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-25T00:30:31.937Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-25T00:30:32.029Z | info: downloading installer |
| 31 | 2026-06-25T00:30:33.422Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-25T00:30:33.422Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-25T00:30:33.423Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-25T00:30:33.423Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-25T00:30:33.436Z | info: profile set to default |
| 36 | 2026-06-25T00:30:33.436Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-25T00:30:33.440Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-25T00:30:33.582Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-25T00:30:33.589Z | info: downloading 6 components |
| 40 | 2026-06-25T00:30:48.887Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 41 | 2026-06-25T00:30:48.887Z | |
| 42 | 2026-06-25T00:30:48.916Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-25T00:30:48.916Z | |
| 44 | 2026-06-25T00:30:48.916Z | |
| 45 | 2026-06-25T00:30:48.916Z | Rust is installed now. Great! |
| 46 | 2026-06-25T00:30:48.916Z | |
| 47 | 2026-06-25T00:30:48.919Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-25T00:30:48.919Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-25T00:30:48.919Z | |
| 50 | 2026-06-25T00:30:48.919Z | To configure your current shell, you need to source |
| 51 | 2026-06-25T00:30:48.919Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-25T00:30:48.919Z | |
| 53 | 2026-06-25T00:30:48.919Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-25T00:30:48.919Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-25T00:30:48.919Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-25T00:30:48.919Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-25T00:30:48.919Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-25T00:30:48.919Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-25T00:30:48.919Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-25T00:30:48.919Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-25T00:30:48.919Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-25T00:30:48.997Z | + rustup --version |
| 63 | 2026-06-25T00:30:49.006Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-25T00:30:49.009Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-25T00:30:49.027Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-25T00:30:49.030Z | + cargo --version |
| 67 | 2026-06-25T00:30:49.043Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-25T00:30:49.045Z | + rustc --version |
| 69 | 2026-06-25T00:30:49.064Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-25T00:30:49.067Z | process exited: duration 17136 ms, exit code 0 |
| |
| 71 | 2026-06-25T00:30:49.073Z | starting task 2: "authentication" |
| 72 | 2026-06-25T00:30:49.089Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-06-25T00:30:49.094Z | starting task 3: "clone repository" |
| 74 | 2026-06-25T00:30:49.098Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-25T00:30:49.100Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-25T00:30:49.132Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-25T00:30:50.003Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-25T00:30:50.003Z | + git fetch origin 01717c37e02aea0610c0029f9be2dcc14851a390 |
| 79 | 2026-06-25T00:30:50.204Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-25T00:30:50.204Z | * branch 01717c37e02aea0610c0029f9be2dcc14851a390 -> FETCH_HEAD |
| 81 | 2026-06-25T00:30:50.209Z | + [[ -n '' ]] |
| 82 | 2026-06-25T00:30:50.209Z | + git reset --hard 01717c37e02aea0610c0029f9be2dcc14851a390 |
| 83 | 2026-06-25T00:30:50.226Z | HEAD is now at 01717c3 Fixups for XDE |
| 84 | 2026-06-25T00:30:50.229Z | process exited: duration 1132 ms, exit code 0 |
| |
| 85 | 2026-06-25T00:30:50.235Z | starting task 4: "build" |
| 86 | 2026-06-25T00:30:50.239Z | + source .github/buildomat/common.sh |
| 87 | 2026-06-25T00:30:50.242Z | ++ rustup show active-toolchain |
| 88 | 2026-06-25T00:30:50.244Z | 1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 89 | 2026-06-25T00:30:50.247Z | ++ pushd xde |
| 90 | 2026-06-25T00:30:50.247Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 91 | 2026-06-25T00:30:50.247Z | ++ rustup show active-toolchain |
| 92 | 2026-06-25T00:30:50.250Z | info: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos |
| 93 | 2026-06-25T00:30:50.422Z | info: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18) |
| 94 | 2026-06-25T00:30:50.425Z | info: downloading 6 components |
| 95 | 2026-06-25T00:31:04.345Z | nightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 96 | 2026-06-25T00:31:04.434Z | +++ rustup show active-toolchain -v |
| 97 | 2026-06-25T00:31:04.437Z | +++ head -n 1 |
| 98 | 2026-06-25T00:31:04.437Z | +++ cut '-d ' -f1 |
| 99 | 2026-06-25T00:31:04.490Z | ++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 100 | 2026-06-25T00:31:04.490Z | ++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 101 | 2026-06-25T00:31:04.490Z | ++ popd |
| 102 | 2026-06-25T00:31:04.493Z | /work/oxidecomputer/opte |
| 103 | 2026-06-25T00:31:04.493Z | + cargo --version |
| 104 | 2026-06-25T00:31:04.500Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 105 | 2026-06-25T00:31:04.503Z | + rustc --version |
| 106 | 2026-06-25T00:31:04.523Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 107 | 2026-06-25T00:31:04.527Z | + cd lib/opte-ioctl |
| 108 | 2026-06-25T00:31:04.527Z | + header 'check style' |
| 109 | 2026-06-25T00:31:04.527Z | + echo '# ==== check style ==== #' |
| 110 | 2026-06-25T00:31:04.527Z | # ==== check style ==== # |
| 111 | 2026-06-25T00:31:04.527Z | + ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check |
| 112 | 2026-06-25T00:31:04.595Z | |
| 113 | 2026-06-25T00:31:04.595Z | real 0.066443796 |
| 114 | 2026-06-25T00:31:04.595Z | user 0.036340150 |
| 115 | 2026-06-25T00:31:04.595Z | sys 0.027730889 |
| 116 | 2026-06-25T00:31:04.595Z | trap 0.000000320 |
| 117 | 2026-06-25T00:31:04.595Z | tflt 0.000031270 |
| 118 | 2026-06-25T00:31:04.595Z | dflt 0.000020910 |
| 119 | 2026-06-25T00:31:04.595Z | kflt 0.000000000 |
| 120 | 2026-06-25T00:31:04.595Z | lock 0.030819068 |
| 121 | 2026-06-25T00:31:04.595Z | slp 0.046506381 |
| 122 | 2026-06-25T00:31:04.595Z | lat 0.000960940 |
| 123 | 2026-06-25T00:31:04.595Z | stop 0.000096340 |
| 124 | 2026-06-25T00:31:04.599Z | + header analyze |
| 125 | 2026-06-25T00:31:04.599Z | + echo '# ==== analyze ==== #' |
| 126 | 2026-06-25T00:31:04.599Z | # ==== analyze ==== # |
| 127 | 2026-06-25T00:31:04.599Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 128 | 2026-06-25T00:31:04.725Z | Updating crates.io index |
| 129 | 2026-06-25T00:31:04.728Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 130 | 2026-06-25T00:31:05.366Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 131 | 2026-06-25T00:31:05.583Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 132 | 2026-06-25T00:31:05.880Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 133 | 2026-06-25T00:31:06.184Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 134 | 2026-06-25T00:31:06.404Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 135 | 2026-06-25T00:31:06.636Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 136 | 2026-06-25T00:31:08.555Z | Downloading crates ... |
| 137 | 2026-06-25T00:31:08.626Z | Downloaded cobs v0.3.0 |
| 138 | 2026-06-25T00:31:08.629Z | Downloaded cfg-if v1.0.4 |
| 139 | 2026-06-25T00:31:08.629Z | Downloaded stable_deref_trait v1.2.1 |
| 140 | 2026-06-25T00:31:08.629Z | Downloaded hashbrown v0.17.1 |
| 141 | 2026-06-25T00:31:08.629Z | Downloaded serde_derive v1.0.228 |
| 142 | 2026-06-25T00:31:08.629Z | Downloaded macaddr v1.0.1 |
| 143 | 2026-06-25T00:31:08.638Z | Downloaded rand v0.10.1 |
| 144 | 2026-06-25T00:31:08.649Z | Downloaded darling_core v0.21.3 |
| 145 | 2026-06-25T00:31:08.654Z | Downloaded aho-corasick v1.1.4 |
| 146 | 2026-06-25T00:31:08.654Z | Downloaded ingot-types v0.1.2 |
| 147 | 2026-06-25T00:31:08.661Z | Downloaded thiserror v2.0.18 |
| 148 | 2026-06-25T00:31:08.661Z | Downloaded proc-macro-error2 v2.0.1 |
| 149 | 2026-06-25T00:31:08.669Z | Downloaded chacha20 v0.10.0 |
| 150 | 2026-06-25T00:31:08.669Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 151 | 2026-06-25T00:31:08.669Z | Downloaded foreign-types v0.5.0 |
| 152 | 2026-06-25T00:31:08.669Z | Downloaded serde v1.0.228 |
| 153 | 2026-06-25T00:31:08.669Z | Downloaded anyhow v1.0.102 |
| 154 | 2026-06-25T00:31:08.676Z | Downloaded defmt-macros v1.1.0 |
| 155 | 2026-06-25T00:31:08.684Z | Downloaded ingot-macros v0.1.1 |
| 156 | 2026-06-25T00:31:08.684Z | Downloaded managed v0.8.0 |
| 157 | 2026-06-25T00:31:08.684Z | Downloaded ref-cast-impl v1.0.25 |
| 158 | 2026-06-25T00:31:08.684Z | Downloaded cstr-argument v0.1.2 |
| 159 | 2026-06-25T00:31:08.692Z | Downloaded num_enum_derive v0.7.6 |
| 160 | 2026-06-25T00:31:08.692Z | Downloaded ingot v0.1.1 |
| 161 | 2026-06-25T00:31:08.692Z | Downloaded darling_macro v0.21.3 |
| 162 | 2026-06-25T00:31:08.692Z | Downloaded embedded-io v0.6.1 |
| 163 | 2026-06-25T00:31:08.692Z | Downloaded embedded-io v0.4.0 |
| 164 | 2026-06-25T00:31:08.701Z | Downloaded dyn-clone v1.0.20 |
| 165 | 2026-06-25T00:31:08.709Z | Downloaded strsim v0.11.1 |
| 166 | 2026-06-25T00:31:08.709Z | Downloaded foreign-types-shared v0.3.1 |
| 167 | 2026-06-25T00:31:08.717Z | Downloaded defmt-parser v1.0.0 |
| 168 | 2026-06-25T00:31:08.717Z | Downloaded cpufeatures v0.3.0 |
| 169 | 2026-06-25T00:31:08.733Z | Downloaded tracing-attributes v0.1.31 |
| 170 | 2026-06-25T00:31:08.733Z | Downloaded either v1.16.0 |
| 171 | 2026-06-25T00:31:08.737Z | Downloaded foreign-types-macros v0.2.3 |
| 172 | 2026-06-25T00:31:08.737Z | Downloaded proc-macro-crate v3.5.0 |
| 173 | 2026-06-25T00:31:08.737Z | Downloaded defmt v0.3.100 |
| 174 | 2026-06-25T00:31:08.737Z | Downloaded pretty-hex v0.4.2 |
| 175 | 2026-06-25T00:31:08.737Z | Downloaded ident_case v1.0.1 |
| 176 | 2026-06-25T00:31:08.741Z | Downloaded ref-cast v1.0.25 |
| 177 | 2026-06-25T00:31:08.741Z | Downloaded hash32 v0.3.1 |
| 178 | 2026-06-25T00:31:08.741Z | Downloaded equivalent v1.0.2 |
| 179 | 2026-06-25T00:31:08.741Z | Downloaded fnv v1.0.7 |
| 180 | 2026-06-25T00:31:08.746Z | Downloaded version_check v0.9.5 |
| 181 | 2026-06-25T00:31:08.762Z | Downloaded quote v1.0.45 |
| 182 | 2026-06-25T00:31:08.765Z | Downloaded oxnet v0.1.6 |
| 183 | 2026-06-25T00:31:08.767Z | Downloaded thiserror-impl v2.0.18 |
| 184 | 2026-06-25T00:31:08.767Z | Downloaded num_enum v0.7.6 |
| 185 | 2026-06-25T00:31:08.767Z | Downloaded serde_core v1.0.228 |
| 186 | 2026-06-25T00:31:08.768Z | Downloaded indexmap v2.14.0 |
| 187 | 2026-06-25T00:31:08.768Z | Downloaded rand_core v0.10.1 |
| 188 | 2026-06-25T00:31:08.768Z | Downloaded byteorder v1.5.0 |
| 189 | 2026-06-25T00:31:08.772Z | Downloaded getrandom v0.4.2 |
| 190 | 2026-06-25T00:31:08.778Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 191 | 2026-06-25T00:31:08.781Z | Downloaded pin-project-lite v0.2.17 |
| 192 | 2026-06-25T00:31:08.781Z | Downloaded rustversion v1.0.22 |
| 193 | 2026-06-25T00:31:08.787Z | Downloaded once_cell v1.21.4 |
| 194 | 2026-06-25T00:31:08.789Z | Downloaded darling v0.21.3 |
| 195 | 2026-06-25T00:31:08.792Z | Downloaded postcard v1.1.3 |
| 196 | 2026-06-25T00:31:08.792Z | Downloaded bitflags v1.3.2 |
| 197 | 2026-06-25T00:31:08.805Z | Downloaded proc-macro2 v1.0.106 |
| 198 | 2026-06-25T00:31:08.808Z | Downloaded colored v3.1.1 |
| 199 | 2026-06-25T00:31:08.812Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 200 | 2026-06-25T00:31:08.820Z | Downloaded uuid v1.23.3 |
| 201 | 2026-06-25T00:31:08.822Z | Downloaded bitflags v2.13.0 |
| 202 | 2026-06-25T00:31:08.825Z | Downloaded socket2 v0.6.4 |
| 203 | 2026-06-25T00:31:08.825Z | Downloaded defmt v1.1.0 |
| 204 | 2026-06-25T00:31:08.828Z | Downloaded tracing-core v0.1.36 |
| 205 | 2026-06-25T00:31:08.834Z | Downloaded unicode-ident v1.0.24 |
| 206 | 2026-06-25T00:31:08.837Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 207 | 2026-06-25T00:31:08.861Z | Downloaded zerocopy-derive v0.8.52 |
| 208 | 2026-06-25T00:31:08.865Z | Downloaded heapless v0.8.0 |
| 209 | 2026-06-25T00:31:08.871Z | Downloaded memchr v2.8.2 |
| 210 | 2026-06-25T00:31:08.905Z | Downloaded itertools v0.14.0 |
| 211 | 2026-06-25T00:31:08.920Z | Downloaded regex v1.12.4 |
| 212 | 2026-06-25T00:31:08.923Z | Downloaded winnow v1.0.3 |
| 213 | 2026-06-25T00:31:08.946Z | Downloaded syn v1.0.109 |
| 214 | 2026-06-25T00:31:08.967Z | Downloaded syn v2.0.117 |
| 215 | 2026-06-25T00:31:08.974Z | Downloaded zerocopy v0.8.52 |
| 216 | 2026-06-25T00:31:08.989Z | Downloaded smoltcp v0.11.0 |
| 217 | 2026-06-25T00:31:08.997Z | Downloaded regex-syntax v0.8.11 |
| 218 | 2026-06-25T00:31:09.019Z | Downloaded tracing v0.1.44 |
| 219 | 2026-06-25T00:31:09.042Z | Downloaded regex-automata v0.4.14 |
| 220 | 2026-06-25T00:31:09.057Z | Downloaded libc v0.2.186 |
| 221 | 2026-06-25T00:31:09.115Z | Compiling proc-macro2 v1.0.106 |
| 222 | 2026-06-25T00:31:09.115Z | Compiling unicode-ident v1.0.24 |
| 223 | 2026-06-25T00:31:09.115Z | Compiling quote v1.0.45 |
| 224 | 2026-06-25T00:31:09.115Z | Compiling serde_core v1.0.228 |
| 225 | 2026-06-25T00:31:09.118Z | Checking cfg-if v1.0.4 |
| 226 | 2026-06-25T00:31:09.118Z | Compiling ident_case v1.0.1 |
| 227 | 2026-06-25T00:31:09.118Z | Compiling thiserror v2.0.18 |
| 228 | 2026-06-25T00:31:09.118Z | Compiling strsim v0.11.1 |
| 229 | 2026-06-25T00:31:09.242Z | Compiling memchr v2.8.2 |
| 230 | 2026-06-25T00:31:09.308Z | Compiling fnv v1.0.7 |
| 231 | 2026-06-25T00:31:09.311Z | Compiling libc v0.2.186 |
| 232 | 2026-06-25T00:31:09.395Z | Compiling regex-syntax v0.8.11 |
| 233 | 2026-06-25T00:31:09.481Z | Compiling either v1.16.0 |
| 234 | 2026-06-25T00:31:09.561Z | Compiling zerocopy v0.8.52 |
| 235 | 2026-06-25T00:31:09.668Z | Compiling aho-corasick v1.1.4 |
| 236 | 2026-06-25T00:31:09.705Z | Compiling equivalent v1.0.2 |
| 237 | 2026-06-25T00:31:09.712Z | Compiling serde v1.0.228 |
| 238 | 2026-06-25T00:31:09.795Z | Compiling hashbrown v0.17.1 |
| 239 | 2026-06-25T00:31:09.808Z | Compiling winnow v1.0.3 |
| 240 | 2026-06-25T00:31:10.052Z | Compiling itertools v0.14.0 |
| 241 | 2026-06-25T00:31:10.333Z | Compiling indexmap v2.14.0 |
| 242 | 2026-06-25T00:31:10.391Z | Checking byteorder v1.5.0 |
| 243 | 2026-06-25T00:31:10.500Z | Compiling syn v2.0.117 |
| 244 | 2026-06-25T00:31:10.546Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 245 | 2026-06-25T00:31:10.758Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 246 | 2026-06-25T00:31:10.824Z | Compiling regex-automata v0.4.14 |
| 247 | 2026-06-25T00:31:10.935Z | Compiling heapless v0.8.0 |
| 248 | 2026-06-25T00:31:10.976Z | Checking bitflags v2.13.0 |
| 249 | 2026-06-25T00:31:11.090Z | Checking hash32 v0.3.1 |
| 250 | 2026-06-25T00:31:11.131Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 251 | 2026-06-25T00:31:11.196Z | Checking stable_deref_trait v1.2.1 |
| 252 | 2026-06-25T00:31:11.262Z | Compiling rustversion v1.0.22 |
| 253 | 2026-06-25T00:31:11.283Z | Compiling smoltcp v0.11.0 |
| 254 | 2026-06-25T00:31:11.298Z | Compiling syn v1.0.109 |
| 255 | 2026-06-25T00:31:11.374Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 256 | 2026-06-25T00:31:11.437Z | Checking macaddr v1.0.1 |
| 257 | 2026-06-25T00:31:11.643Z | Checking bitflags v1.3.2 |
| 258 | 2026-06-25T00:31:11.650Z | Checking rand_core v0.10.1 |
| 259 | 2026-06-25T00:31:11.650Z | Compiling version_check v0.9.5 |
| 260 | 2026-06-25T00:31:11.650Z | Checking managed v0.8.0 |
| 261 | 2026-06-25T00:31:11.729Z | Compiling proc-macro-crate v3.5.0 |
| 262 | 2026-06-25T00:31:11.795Z | Compiling ref-cast v1.0.25 |
| 263 | 2026-06-25T00:31:11.844Z | Compiling getrandom v0.4.2 |
| 264 | 2026-06-25T00:31:12.322Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 265 | 2026-06-25T00:31:12.331Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 266 | 2026-06-25T00:31:12.331Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 267 | 2026-06-25T00:31:12.331Z | Checking uuid v1.23.3 |
| 268 | 2026-06-25T00:31:12.407Z | Compiling anyhow v1.0.102 |
| 269 | 2026-06-25T00:31:12.417Z | Checking once_cell v1.21.4 |
| 270 | 2026-06-25T00:31:12.580Z | Compiling regex v1.12.4 |
| 271 | 2026-06-25T00:31:12.671Z | Checking cpufeatures v0.3.0 |
| 272 | 2026-06-25T00:31:12.688Z | Checking foreign-types-shared v0.3.1 |
| 273 | 2026-06-25T00:31:12.736Z | Checking chacha20 v0.10.0 |
| 274 | 2026-06-25T00:31:12.794Z | Checking cstr-argument v0.1.2 |
| 275 | 2026-06-25T00:31:12.895Z | Checking tracing-core v0.1.36 |
| 276 | 2026-06-25T00:31:13.032Z | Checking dyn-clone v1.0.20 |
| 277 | 2026-06-25T00:31:13.092Z | Checking pretty-hex v0.4.2 |
| 278 | 2026-06-25T00:31:13.095Z | Checking pin-project-lite v0.2.17 |
| 279 | 2026-06-25T00:31:13.128Z | Compiling darling_core v0.21.3 |
| 280 | 2026-06-25T00:31:13.179Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f) |
| 281 | 2026-06-25T00:31:13.194Z | Checking rand v0.10.1 |
| 282 | 2026-06-25T00:31:13.206Z | Checking socket2 v0.6.4 |
| 283 | 2026-06-25T00:31:13.399Z | Checking colored v3.1.1 |
| 284 | 2026-06-25T00:31:13.416Z | Checking oxnet v0.1.6 |
| 285 | 2026-06-25T00:31:13.805Z | Compiling thiserror-impl v2.0.18 |
| 286 | 2026-06-25T00:31:13.805Z | Compiling serde_derive v1.0.228 |
| 287 | 2026-06-25T00:31:13.805Z | Compiling zerocopy-derive v0.8.52 |
| 288 | 2026-06-25T00:31:13.805Z | Compiling ref-cast-impl v1.0.25 |
| 289 | 2026-06-25T00:31:13.808Z | Compiling foreign-types-macros v0.2.3 |
| 290 | 2026-06-25T00:31:14.260Z | Compiling num_enum_derive v0.7.6 |
| 291 | 2026-06-25T00:31:14.425Z | Checking foreign-types v0.5.0 |
| 292 | 2026-06-25T00:31:14.476Z | Compiling tracing-attributes v0.1.31 |
| 293 | 2026-06-25T00:31:14.491Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 294 | 2026-06-25T00:31:15.049Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 295 | 2026-06-25T00:31:15.073Z | Checking cobs v0.3.0 |
| 296 | 2026-06-25T00:31:15.166Z | Compiling darling_macro v0.21.3 |
| 297 | 2026-06-25T00:31:15.228Z | Checking num_enum v0.7.6 |
| 298 | 2026-06-25T00:31:15.347Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 299 | 2026-06-25T00:31:15.366Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 300 | 2026-06-25T00:31:15.626Z | Checking tracing v0.1.44 |
| 301 | 2026-06-25T00:31:15.691Z | Compiling darling v0.21.3 |
| 302 | 2026-06-25T00:31:15.759Z | Compiling ingot-macros v0.1.1 |
| 303 | 2026-06-25T00:31:15.796Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 304 | 2026-06-25T00:31:16.318Z | Checking postcard v1.1.3 |
| 305 | 2026-06-25T00:31:17.740Z | Checking ingot-types v0.1.2 |
| 306 | 2026-06-25T00:31:18.012Z | Checking ingot v0.1.1 |
| 307 | 2026-06-25T00:31:19.283Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 308 | 2026-06-25T00:31:20.547Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 309 | 2026-06-25T00:31:21.717Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 310 | 2026-06-25T00:31:21.904Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.26s |
| 311 | 2026-06-25T00:31:22.016Z | |
| 312 | 2026-06-25T00:31:22.016Z | real 17.416333802 |
| 313 | 2026-06-25T00:31:22.016Z | user 48.007452525 |
| 314 | 2026-06-25T00:31:22.016Z | sys 11.077023771 |
| 315 | 2026-06-25T00:31:22.016Z | trap 0.036104094 |
| 316 | 2026-06-25T00:31:22.016Z | tflt 0.089857909 |
| 317 | 2026-06-25T00:31:22.016Z | dflt 0.124079174 |
| 318 | 2026-06-25T00:31:22.016Z | kflt 0.005206583 |
| 319 | 2026-06-25T00:31:22.016Z | lock 3:00.069291058 |
| 320 | 2026-06-25T00:31:22.016Z | slp 2:38.669393449 |
| 321 | 2026-06-25T00:31:22.017Z | lat 2.609553663 |
| 322 | 2026-06-25T00:31:22.017Z | stop 10.253220471 |
| 323 | 2026-06-25T00:31:22.019Z | process exited: duration 31781 ms, exit code 0 |
| |
| 324 | 2026-06-25T00:31:22.027Z | found 0 output files |