|
|
|
| 1 | 2026-01-13T18:52:00.073Z | job assigned to worker 01KEWB5RPAVSKJ2E79AT094V16 [factory gimlet-EVT22200007-propolis, EVT22200007/54170] (queued for 31 s) |
| |
| 2 | 2026-01-13T18:52:09.764Z | starting task 0: "setup" |
| 3 | 2026-01-13T18:52:09.789Z | ++ uname -s |
| 4 | 2026-01-13T18:52:09.789Z | + kern=SunOS |
| 5 | 2026-01-13T18:52:09.789Z | + build_user=build |
| 6 | 2026-01-13T18:52:09.789Z | + build_uid=12345 |
| 7 | 2026-01-13T18:52:09.789Z | + work_dir=/work |
| 8 | 2026-01-13T18:52:09.789Z | + input_dir=/input |
| 9 | 2026-01-13T18:52:09.789Z | + [[ 0 == 12345 ]] |
| 10 | 2026-01-13T18:52:09.789Z | + case "$kern" in |
| 11 | 2026-01-13T18:52:09.789Z | + groupadd -g 12345 build |
| 12 | 2026-01-13T18:52:09.789Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-01-13T18:52:11.791Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-01-13T18:52:11.840Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-01-13T18:52:11.865Z | + home_fs=zfs |
| 16 | 2026-01-13T18:52:11.865Z | + [[ zfs == autofs ]] |
| 17 | 2026-01-13T18:52:11.865Z | + mkdir -p /home/build |
| 18 | 2026-01-13T18:52:11.865Z | + chown build:build /home/build /work |
| 19 | 2026-01-13T18:52:13.852Z | + chmod 0700 /home/build /work |
| 20 | 2026-01-13T18:52:13.877Z | process exited: duration 4096 ms, exit code 0 |
| |
| 21 | 2026-01-13T18:52:13.930Z | starting task 1: "rust-toolchain" |
| 22 | 2026-01-13T18:52:13.956Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-01-13T18:52:13.956Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-01-13T18:52:13.956Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-01-13T18:52:13.956Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-01-13T18:52:13.956Z | * rust toolchain channel = "1.90.0" |
| 27 | 2026-01-13T18:52:13.956Z | * rust toolchain profile = "default" |
| 28 | 2026-01-13T18:52:13.956Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 29 | 2026-01-13T18:52:13.956Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 30 | 2026-01-13T18:52:14.119Z | info: downloading installer |
| 31 | 2026-01-13T18:52:14.996Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-01-13T18:52:14.997Z | warn: /opt/ooce/bin |
| 33 | 2026-01-13T18:52:14.997Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-01-13T18:52:14.997Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-01-13T18:52:14.997Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-01-13T18:52:14.997Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-01-13T18:52:14.997Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-01-13T18:52:14.997Z | error: cannot install while Rust is installed |
| 39 | 2026-01-13T18:52:14.997Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-01-13T18:52:15.021Z | info: profile set to 'default' |
| 41 | 2026-01-13T18:52:15.021Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-01-13T18:52:15.021Z | info: syncing channel updates for '1.90.0-x86_64-unknown-illumos' |
| 43 | 2026-01-13T18:52:15.159Z | info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14) |
| 44 | 2026-01-13T18:52:15.159Z | info: downloading component 'cargo' |
| 45 | 2026-01-13T18:52:15.459Z | info: downloading component 'clippy' |
| 46 | 2026-01-13T18:52:15.570Z | info: downloading component 'rust-docs' |
| 47 | 2026-01-13T18:52:15.962Z | info: downloading component 'rust-std' |
| 48 | 2026-01-13T18:52:16.644Z | info: downloading component 'rustc' |
| 49 | 2026-01-13T18:52:19.679Z | info: downloading component 'rustfmt' |
| 50 | 2026-01-13T18:52:19.747Z | info: installing component 'cargo' |
| 51 | 2026-01-13T18:52:21.213Z | info: installing component 'clippy' |
| 52 | 2026-01-13T18:52:21.742Z | info: installing component 'rust-docs' |
| 53 | 2026-01-13T18:52:25.548Z | info: installing component 'rust-std' |
| 54 | 2026-01-13T18:52:28.340Z | info: installing component 'rustc' |
| 55 | 2026-01-13T18:52:37.863Z | info: installing component 'rustfmt' |
| 56 | 2026-01-13T18:52:38.327Z | info: default toolchain set to '1.90.0-x86_64-unknown-illumos' |
| 57 | 2026-01-13T18:52:38.327Z | |
| 58 | 2026-01-13T18:52:38.529Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 59 | 2026-01-13T18:52:38.529Z | |
| 60 | 2026-01-13T18:52:38.554Z | |
| 61 | 2026-01-13T18:52:38.554Z | Rust is installed now. Great! |
| 62 | 2026-01-13T18:52:38.554Z | |
| 63 | 2026-01-13T18:52:38.554Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-01-13T18:52:38.554Z | environment variable. This has not been done automatically. |
| 65 | 2026-01-13T18:52:38.554Z | |
| 66 | 2026-01-13T18:52:38.554Z | To configure your current shell, you need to source |
| 67 | 2026-01-13T18:52:38.554Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-01-13T18:52:38.554Z | |
| 69 | 2026-01-13T18:52:38.554Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-01-13T18:52:38.554Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-01-13T18:52:38.554Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-01-13T18:52:38.555Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-01-13T18:52:38.678Z | + rustup --version |
| 74 | 2026-01-13T18:52:38.703Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-01-13T18:52:38.703Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-01-13T18:52:38.835Z | info: The currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 77 | 2026-01-13T18:52:38.859Z | + cargo --version |
| 78 | 2026-01-13T18:52:38.955Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 79 | 2026-01-13T18:52:38.980Z | + rustc --version |
| 80 | 2026-01-13T18:52:39.075Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 81 | 2026-01-13T18:52:39.100Z | process exited: duration 25155 ms, exit code 0 |
| |
| 82 | 2026-01-13T18:52:39.150Z | starting task 2: "authentication" |
| 83 | 2026-01-13T18:52:39.209Z | process exited: duration 59 ms, exit code 0 |
| |
| 84 | 2026-01-13T18:52:39.261Z | starting task 3: "clone repository" |
| 85 | 2026-01-13T18:52:39.285Z | + mkdir -p /work/oxidecomputer/opte |
| 86 | 2026-01-13T18:52:39.285Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 87 | 2026-01-13T18:52:39.310Z | Cloning into '/work/oxidecomputer/opte'... |
| 88 | 2026-01-13T18:52:40.468Z | + cd /work/oxidecomputer/opte |
| 89 | 2026-01-13T18:52:40.468Z | + git fetch origin 8a4a574fc937ed166c199d0d6f16053da5d8f701 |
| 90 | 2026-01-13T18:52:40.850Z | From https://github.com/oxidecomputer/opte |
| 91 | 2026-01-13T18:52:40.850Z | * branch 8a4a574fc937ed166c199d0d6f16053da5d8f701 -> FETCH_HEAD |
| 92 | 2026-01-13T18:52:40.874Z | + [[ -n overlay-capab ]] |
| 93 | 2026-01-13T18:52:40.874Z | ++ git branch --show-current |
| 94 | 2026-01-13T18:52:40.899Z | + current=master |
| 95 | 2026-01-13T18:52:40.899Z | + [[ master != overlay-capab ]] |
| 96 | 2026-01-13T18:52:40.899Z | + git branch -f overlay-capab 8a4a574fc937ed166c199d0d6f16053da5d8f701 |
| 97 | 2026-01-13T18:52:40.899Z | + git checkout -f overlay-capab |
| 98 | 2026-01-13T18:52:40.924Z | Switched to branch 'overlay-capab' |
| 99 | 2026-01-13T18:52:40.952Z | + git reset --hard 8a4a574fc937ed166c199d0d6f16053da5d8f701 |
| 100 | 2026-01-13T18:52:40.952Z | HEAD is now at 8a4a574 Advertise `MAC_CAPAB_OVERLAY` |
| 101 | 2026-01-13T18:52:40.952Z | process exited: duration 1681 ms, exit code 0 |
| |
| 102 | 2026-01-13T18:52:41.005Z | starting task 4: "build" |
| 103 | 2026-01-13T18:52:41.030Z | + source .github/buildomat/common.sh |
| 104 | 2026-01-13T18:52:41.030Z | ++ rustup show active-toolchain |
| 105 | 2026-01-13T18:52:41.094Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 106 | 2026-01-13T18:52:41.119Z | ++ pushd xde |
| 107 | 2026-01-13T18:52:41.119Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 108 | 2026-01-13T18:52:41.119Z | ++ rustup show active-toolchain |
| 109 | 2026-01-13T18:52:41.119Z | info: syncing channel updates for 'nightly-2025-09-19-x86_64-unknown-illumos' |
| 110 | 2026-01-13T18:52:41.427Z | info: latest update on 2025-09-19, rust version 1.92.0-nightly (7c275d09e 2025-09-18) |
| 111 | 2026-01-13T18:52:41.427Z | info: downloading component 'cargo' |
| 112 | 2026-01-13T18:52:41.785Z | info: downloading component 'clippy' |
| 113 | 2026-01-13T18:52:42.000Z | info: downloading component 'rust-src' |
| 114 | 2026-01-13T18:52:42.212Z | info: downloading component 'rust-std' |
| 115 | 2026-01-13T18:52:43.400Z | info: downloading component 'rustc' |
| 116 | 2026-01-13T18:52:46.999Z | info: downloading component 'rustfmt' |
| 117 | 2026-01-13T18:52:47.203Z | info: installing component 'cargo' |
| 118 | 2026-01-13T18:52:48.460Z | info: installing component 'clippy' |
| 119 | 2026-01-13T18:52:48.953Z | info: installing component 'rust-src' |
| 120 | 2026-01-13T18:52:49.506Z | info: installing component 'rust-std' |
| 121 | 2026-01-13T18:52:51.878Z | info: installing component 'rustc' |
| 122 | 2026-01-13T18:53:01.355Z | info: installing component 'rustfmt' |
| 123 | 2026-01-13T18:53:01.801Z | nightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 124 | 2026-01-13T18:53:01.943Z | +++ rustup show active-toolchain -v |
| 125 | 2026-01-13T18:53:01.967Z | +++ head -n 1 |
| 126 | 2026-01-13T18:53:01.967Z | +++ cut '-d ' -f1 |
| 127 | 2026-01-13T18:53:02.185Z | ++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos |
| 128 | 2026-01-13T18:53:02.185Z | ++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos |
| 129 | 2026-01-13T18:53:02.185Z | ++ popd |
| 130 | 2026-01-13T18:53:02.185Z | /work/oxidecomputer/opte |
| 131 | 2026-01-13T18:53:02.210Z | + cargo --version |
| 132 | 2026-01-13T18:53:02.328Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 133 | 2026-01-13T18:53:02.352Z | + rustc --version |
| 134 | 2026-01-13T18:53:02.478Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 135 | 2026-01-13T18:53:02.502Z | + cd lib/opte-ioctl |
| 136 | 2026-01-13T18:53:02.502Z | + header 'check style' |
| 137 | 2026-01-13T18:53:02.502Z | + echo '# ==== check style ==== #' |
| 138 | 2026-01-13T18:53:02.503Z | # ==== check style ==== # |
| 139 | 2026-01-13T18:53:02.503Z | + ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos fmt -- --check |
| 140 | 2026-01-13T18:53:02.944Z | |
| 141 | 2026-01-13T18:53:02.968Z | real 0.451501982 |
| 142 | 2026-01-13T18:53:02.968Z | user 0.226396074 |
| 143 | 2026-01-13T18:53:02.968Z | sys 0.220768002 |
| 144 | 2026-01-13T18:53:02.969Z | trap 0.000060534 |
| 145 | 2026-01-13T18:53:02.969Z | tflt 0.000038979 |
| 146 | 2026-01-13T18:53:02.969Z | dflt 0.000029128 |
| 147 | 2026-01-13T18:53:02.969Z | kflt 0.000000000 |
| 148 | 2026-01-13T18:53:02.969Z | lock 1.572609093 |
| 149 | 2026-01-13T18:53:02.969Z | slp 0.461956454 |
| 150 | 2026-01-13T18:53:02.969Z | lat 0.005680751 |
| 151 | 2026-01-13T18:53:02.969Z | stop 0.000365375 |
| 152 | 2026-01-13T18:53:02.969Z | + header analyze |
| 153 | 2026-01-13T18:53:02.969Z | + echo '# ==== analyze ==== #' |
| 154 | 2026-01-13T18:53:02.969Z | + ptime -m cargo clippy --all-targets |
| 155 | 2026-01-13T18:53:02.969Z | # ==== analyze ==== # |
| 156 | 2026-01-13T18:53:03.544Z | Updating crates.io index |
| 157 | 2026-01-13T18:53:03.597Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 158 | 2026-01-13T18:53:04.685Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 159 | 2026-01-13T18:53:05.167Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 160 | 2026-01-13T18:53:05.668Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 161 | 2026-01-13T18:53:06.077Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 162 | 2026-01-13T18:53:06.542Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 163 | 2026-01-13T18:53:06.986Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 164 | 2026-01-13T18:53:08.571Z | Downloading crates ... |
| 165 | 2026-01-13T18:53:08.651Z | Downloaded byteorder v1.5.0 |
| 166 | 2026-01-13T18:53:08.675Z | Downloaded defmt-parser v1.0.0 |
| 167 | 2026-01-13T18:53:08.675Z | Downloaded hash32 v0.3.1 |
| 168 | 2026-01-13T18:53:08.675Z | Downloaded embedded-io v0.4.0 |
| 169 | 2026-01-13T18:53:08.675Z | Downloaded fnv v1.0.7 |
| 170 | 2026-01-13T18:53:08.675Z | Downloaded equivalent v1.0.2 |
| 171 | 2026-01-13T18:53:08.675Z | Downloaded either v1.15.0 |
| 172 | 2026-01-13T18:53:08.675Z | Downloaded ref-cast-impl v1.0.25 |
| 173 | 2026-01-13T18:53:08.701Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 174 | 2026-01-13T18:53:08.701Z | Downloaded num_enum_derive v0.7.5 |
| 175 | 2026-01-13T18:53:08.701Z | Downloaded strsim v0.11.1 |
| 176 | 2026-01-13T18:53:08.701Z | Downloaded rand_chacha v0.9.0 |
| 177 | 2026-01-13T18:53:08.701Z | Downloaded version_check v0.9.5 |
| 178 | 2026-01-13T18:53:08.701Z | Downloaded ident_case v1.0.1 |
| 179 | 2026-01-13T18:53:08.701Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 180 | 2026-01-13T18:53:08.727Z | Downloaded thiserror-impl v2.0.17 |
| 181 | 2026-01-13T18:53:08.727Z | Downloaded unicode-ident v1.0.22 |
| 182 | 2026-01-13T18:53:08.727Z | Downloaded uuid v1.19.0 |
| 183 | 2026-01-13T18:53:08.752Z | Downloaded zerocopy-derive v0.8.31 |
| 184 | 2026-01-13T18:53:08.752Z | Downloaded rand v0.9.2 |
| 185 | 2026-01-13T18:53:08.776Z | Downloaded indexmap v2.12.1 |
| 186 | 2026-01-13T18:53:08.776Z | Downloaded serde_derive v1.0.228 |
| 187 | 2026-01-13T18:53:08.776Z | Downloaded hashbrown v0.16.1 |
| 188 | 2026-01-13T18:53:08.802Z | Downloaded serde v1.0.228 |
| 189 | 2026-01-13T18:53:08.802Z | Downloaded winnow v0.7.14 |
| 190 | 2026-01-13T18:53:08.827Z | Downloaded regex v1.12.2 |
| 191 | 2026-01-13T18:53:08.827Z | Downloaded itertools v0.14.0 |
| 192 | 2026-01-13T18:53:08.827Z | Downloaded zerocopy v0.8.31 |
| 193 | 2026-01-13T18:53:08.852Z | Downloaded syn v1.0.109 |
| 194 | 2026-01-13T18:53:08.877Z | Downloaded heapless v0.8.0 |
| 195 | 2026-01-13T18:53:08.877Z | Downloaded tracing-core v0.1.36 |
| 196 | 2026-01-13T18:53:08.877Z | Downloaded syn v2.0.113 |
| 197 | 2026-01-13T18:53:08.904Z | Downloaded smoltcp v0.11.0 |
| 198 | 2026-01-13T18:53:08.929Z | Downloaded regex-syntax v0.8.8 |
| 199 | 2026-01-13T18:53:08.929Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 200 | 2026-01-13T18:53:08.929Z | Downloaded socket2 v0.6.1 |
| 201 | 2026-01-13T18:53:08.929Z | Downloaded serde_core v1.0.228 |
| 202 | 2026-01-13T18:53:08.930Z | Downloaded proc-macro2 v1.0.104 |
| 203 | 2026-01-13T18:53:08.930Z | Downloaded tracing v0.1.44 |
| 204 | 2026-01-13T18:53:08.962Z | Downloaded memchr v2.7.6 |
| 205 | 2026-01-13T18:53:08.987Z | Downloaded tracing-attributes v0.1.31 |
| 206 | 2026-01-13T18:53:08.987Z | Downloaded toml_parser v1.0.6+spec-1.1.0 |
| 207 | 2026-01-13T18:53:08.987Z | Downloaded rustversion v1.0.22 |
| 208 | 2026-01-13T18:53:09.011Z | Downloaded rand_core v0.9.3 |
| 209 | 2026-01-13T18:53:09.011Z | Downloaded quote v1.0.42 |
| 210 | 2026-01-13T18:53:09.012Z | Downloaded ppv-lite86 v0.2.21 |
| 211 | 2026-01-13T18:53:09.012Z | Downloaded postcard v1.1.3 |
| 212 | 2026-01-13T18:53:09.012Z | Downloaded oxnet v0.1.4 |
| 213 | 2026-01-13T18:53:09.012Z | Downloaded once_cell v1.21.3 |
| 214 | 2026-01-13T18:53:09.012Z | Downloaded regex-automata v0.4.13 |
| 215 | 2026-01-13T18:53:09.036Z | Downloaded proc-macro-error2 v2.0.1 |
| 216 | 2026-01-13T18:53:09.036Z | Downloaded ingot v0.1.1 |
| 217 | 2026-01-13T18:53:09.036Z | Downloaded thiserror v2.0.17 |
| 218 | 2026-01-13T18:53:09.036Z | Downloaded pin-project-lite v0.2.16 |
| 219 | 2026-01-13T18:53:09.060Z | Downloaded stable_deref_trait v1.2.1 |
| 220 | 2026-01-13T18:53:09.060Z | Downloaded ref-cast v1.0.25 |
| 221 | 2026-01-13T18:53:09.060Z | Downloaded macaddr v1.0.1 |
| 222 | 2026-01-13T18:53:09.060Z | Downloaded bitflags v2.10.0 |
| 223 | 2026-01-13T18:53:09.060Z | Downloaded num_enum v0.7.5 |
| 224 | 2026-01-13T18:53:09.061Z | Downloaded ingot-types v0.1.2 |
| 225 | 2026-01-13T18:53:09.085Z | Downloaded proc-macro-crate v3.4.0 |
| 226 | 2026-01-13T18:53:09.085Z | Downloaded libc v0.2.179 |
| 227 | 2026-01-13T18:53:09.109Z | Downloaded darling_core v0.21.3 |
| 228 | 2026-01-13T18:53:09.134Z | Downloaded managed v0.8.0 |
| 229 | 2026-01-13T18:53:09.134Z | Downloaded ingot-macros v0.1.1 |
| 230 | 2026-01-13T18:53:09.134Z | Downloaded anyhow v1.0.100 |
| 231 | 2026-01-13T18:53:09.134Z | Downloaded pretty-hex v0.4.1 |
| 232 | 2026-01-13T18:53:09.134Z | Downloaded getrandom v0.3.4 |
| 233 | 2026-01-13T18:53:09.134Z | Downloaded foreign-types v0.5.0 |
| 234 | 2026-01-13T18:53:09.134Z | Downloaded darling v0.21.3 |
| 235 | 2026-01-13T18:53:09.134Z | Downloaded dyn-clone v1.0.20 |
| 236 | 2026-01-13T18:53:09.158Z | Downloaded defmt v1.0.1 |
| 237 | 2026-01-13T18:53:09.158Z | Downloaded darling_macro v0.21.3 |
| 238 | 2026-01-13T18:53:09.158Z | Downloaded colored v3.0.0 |
| 239 | 2026-01-13T18:53:09.158Z | Downloaded bitflags v1.3.2 |
| 240 | 2026-01-13T18:53:09.158Z | Downloaded defmt-macros v1.0.1 |
| 241 | 2026-01-13T18:53:09.158Z | Downloaded cstr-argument v0.1.2 |
| 242 | 2026-01-13T18:53:09.158Z | Downloaded cobs v0.3.0 |
| 243 | 2026-01-13T18:53:09.158Z | Downloaded foreign-types-shared v0.3.1 |
| 244 | 2026-01-13T18:53:09.158Z | Downloaded foreign-types-macros v0.2.3 |
| 245 | 2026-01-13T18:53:09.158Z | Downloaded embedded-io v0.6.1 |
| 246 | 2026-01-13T18:53:09.158Z | Downloaded defmt v0.3.100 |
| 247 | 2026-01-13T18:53:09.159Z | Downloaded aho-corasick v1.1.4 |
| 248 | 2026-01-13T18:53:09.183Z | Downloaded cfg-if v1.0.4 |
| 249 | 2026-01-13T18:53:09.276Z | Compiling proc-macro2 v1.0.104 |
| 250 | 2026-01-13T18:53:09.276Z | Compiling unicode-ident v1.0.22 |
| 251 | 2026-01-13T18:53:09.300Z | Compiling quote v1.0.42 |
| 252 | 2026-01-13T18:53:09.300Z | Compiling zerocopy v0.8.31 |
| 253 | 2026-01-13T18:53:09.300Z | Checking cfg-if v1.0.4 |
| 254 | 2026-01-13T18:53:09.301Z | Compiling serde_core v1.0.228 |
| 255 | 2026-01-13T18:53:09.301Z | Compiling libc v0.2.179 |
| 256 | 2026-01-13T18:53:09.301Z | Compiling memchr v2.7.6 |
| 257 | 2026-01-13T18:53:09.535Z | Compiling fnv v1.0.7 |
| 258 | 2026-01-13T18:53:09.937Z | Compiling ident_case v1.0.1 |
| 259 | 2026-01-13T18:53:09.937Z | Compiling thiserror v2.0.17 |
| 260 | 2026-01-13T18:53:09.987Z | Compiling strsim v0.11.1 |
| 261 | 2026-01-13T18:53:10.203Z | Compiling regex-syntax v0.8.8 |
| 262 | 2026-01-13T18:53:10.445Z | Compiling winnow v0.7.14 |
| 263 | 2026-01-13T18:53:10.687Z | Compiling aho-corasick v1.1.4 |
| 264 | 2026-01-13T18:53:10.915Z | Compiling serde v1.0.228 |
| 265 | 2026-01-13T18:53:11.078Z | Compiling equivalent v1.0.2 |
| 266 | 2026-01-13T18:53:11.210Z | Compiling hashbrown v0.16.1 |
| 267 | 2026-01-13T18:53:11.346Z | Compiling either v1.15.0 |
| 268 | 2026-01-13T18:53:11.578Z | Checking byteorder v1.5.0 |
| 269 | 2026-01-13T18:53:11.948Z | Compiling itertools v0.14.0 |
| 270 | 2026-01-13T18:53:12.320Z | Compiling syn v2.0.113 |
| 271 | 2026-01-13T18:53:12.415Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 272 | 2026-01-13T18:53:12.681Z | Compiling indexmap v2.12.1 |
| 273 | 2026-01-13T18:53:12.971Z | Compiling getrandom v0.3.4 |
| 274 | 2026-01-13T18:53:13.599Z | Compiling heapless v0.8.0 |
| 275 | 2026-01-13T18:53:14.408Z | Compiling regex-automata v0.4.13 |
| 276 | 2026-01-13T18:53:14.485Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 277 | 2026-01-13T18:53:14.584Z | Checking hash32 v0.3.1 |
| 278 | 2026-01-13T18:53:14.729Z | Checking bitflags v2.10.0 |
| 279 | 2026-01-13T18:53:14.849Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 280 | 2026-01-13T18:53:14.929Z | Compiling rustversion v1.0.22 |
| 281 | 2026-01-13T18:53:15.117Z | Checking stable_deref_trait v1.2.1 |
| 282 | 2026-01-13T18:53:15.257Z | Checking macaddr v1.0.1 |
| 283 | 2026-01-13T18:53:15.313Z | Compiling smoltcp v0.11.0 |
| 284 | 2026-01-13T18:53:15.499Z | Compiling syn v1.0.109 |
| 285 | 2026-01-13T18:53:15.604Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 286 | 2026-01-13T18:53:16.051Z | Checking bitflags v1.3.2 |
| 287 | 2026-01-13T18:53:16.075Z | Compiling version_check v0.9.5 |
| 288 | 2026-01-13T18:53:16.180Z | Compiling ref-cast v1.0.25 |
| 289 | 2026-01-13T18:53:16.297Z | Checking managed v0.8.0 |
| 290 | 2026-01-13T18:53:16.321Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 291 | 2026-01-13T18:53:16.707Z | Checking rand_core v0.9.3 |
| 292 | 2026-01-13T18:53:16.783Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 293 | 2026-01-13T18:53:17.096Z | Compiling proc-macro-crate v3.4.0 |
| 294 | 2026-01-13T18:53:17.254Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 295 | 2026-01-13T18:53:17.895Z | Checking foreign-types-shared v0.3.1 |
| 296 | 2026-01-13T18:53:18.032Z | Checking once_cell v1.21.3 |
| 297 | 2026-01-13T18:53:18.186Z | Compiling anyhow v1.0.100 |
| 298 | 2026-01-13T18:53:18.382Z | Checking tracing-core v0.1.36 |
| 299 | 2026-01-13T18:53:18.655Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#6665d409) |
| 300 | 2026-01-13T18:53:19.009Z | Checking dyn-clone v1.0.20 |
| 301 | 2026-01-13T18:53:19.126Z | Compiling regex v1.12.2 |
| 302 | 2026-01-13T18:53:19.165Z | Checking cstr-argument v0.1.2 |
| 303 | 2026-01-13T18:53:19.191Z | Checking pin-project-lite v0.2.16 |
| 304 | 2026-01-13T18:53:19.215Z | Checking pretty-hex v0.4.1 |
| 305 | 2026-01-13T18:53:19.397Z | Checking uuid v1.19.0 |
| 306 | 2026-01-13T18:53:19.428Z | Checking socket2 v0.6.1 |
| 307 | 2026-01-13T18:53:19.929Z | Compiling darling_core v0.21.3 |
| 308 | 2026-01-13T18:53:20.023Z | Checking colored v3.0.0 |
| 309 | 2026-01-13T18:53:20.093Z | Checking oxnet v0.1.4 |
| 310 | 2026-01-13T18:53:21.682Z | Compiling zerocopy-derive v0.8.31 |
| 311 | 2026-01-13T18:53:21.682Z | Compiling thiserror-impl v2.0.17 |
| 312 | 2026-01-13T18:53:21.682Z | Compiling serde_derive v1.0.228 |
| 313 | 2026-01-13T18:53:21.682Z | Compiling num_enum_derive v0.7.5 |
| 314 | 2026-01-13T18:53:21.706Z | Compiling ref-cast-impl v1.0.25 |
| 315 | 2026-01-13T18:53:22.921Z | Compiling foreign-types-macros v0.2.3 |
| 316 | 2026-01-13T18:53:23.880Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 317 | 2026-01-13T18:53:24.073Z | Checking num_enum v0.7.5 |
| 318 | 2026-01-13T18:53:24.204Z | Checking foreign-types v0.5.0 |
| 319 | 2026-01-13T18:53:24.293Z | Compiling tracing-attributes v0.1.31 |
| 320 | 2026-01-13T18:53:24.347Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 321 | 2026-01-13T18:53:24.981Z | Checking cobs v0.3.0 |
| 322 | 2026-01-13T18:53:25.105Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 323 | 2026-01-13T18:53:25.636Z | Compiling darling_macro v0.21.3 |
| 324 | 2026-01-13T18:53:26.058Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 325 | 2026-01-13T18:53:26.693Z | Checking tracing v0.1.44 |
| 326 | 2026-01-13T18:53:26.717Z | Compiling darling v0.21.3 |
| 327 | 2026-01-13T18:53:26.868Z | Compiling ingot-macros v0.1.1 |
| 328 | 2026-01-13T18:53:26.986Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 329 | 2026-01-13T18:53:28.579Z | Checking postcard v1.1.3 |
| 330 | 2026-01-13T18:53:28.795Z | Checking ppv-lite86 v0.2.21 |
| 331 | 2026-01-13T18:53:29.503Z | Checking rand_chacha v0.9.0 |
| 332 | 2026-01-13T18:53:29.885Z | Checking rand v0.9.2 |
| 333 | 2026-01-13T18:53:31.694Z | Checking ingot-types v0.1.2 |
| 334 | 2026-01-13T18:53:32.491Z | Checking ingot v0.1.1 |
| 335 | 2026-01-13T18:53:35.684Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 336 | 2026-01-13T18:53:38.804Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 337 | 2026-01-13T18:53:41.703Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 338 | 2026-01-13T18:53:42.159Z | Finished `dev` profile [optimized + debuginfo] target(s) in 38.87s |
| 339 | 2026-01-13T18:53:42.344Z | |
| 340 | 2026-01-13T18:53:42.344Z | real 39.390162910 |
| 341 | 2026-01-13T18:53:42.344Z | user 2:15.105776111 |
| 342 | 2026-01-13T18:53:42.344Z | sys 24.583710455 |
| 343 | 2026-01-13T18:53:42.344Z | trap 0.110546196 |
| 344 | 2026-01-13T18:53:42.371Z | tflt 0.056302799 |
| 345 | 2026-01-13T18:53:42.371Z | dflt 0.097454412 |
| 346 | 2026-01-13T18:53:42.371Z | kflt 0.000700181 |
| 347 | 2026-01-13T18:53:42.371Z | lock 5:41.295391115 |
| 348 | 2026-01-13T18:53:42.371Z | slp 8:53.435077882 |
| 349 | 2026-01-13T18:53:42.371Z | lat 8.216788226 |
| 350 | 2026-01-13T18:53:42.371Z | stop 13.048996268 |
| 351 | 2026-01-13T18:53:42.371Z | process exited: duration 61350 ms, exit code 0 |
| |
| 352 | 2026-01-13T18:53:42.422Z | found 0 output files |