|
|
|
| 1 | 2026-05-30T04:02:21.035Z | job assigned to worker 01KSVGPW3X046XQEJF67KZBY7D [factory aws, i-02015151960f961db] (queued for 47 s) |
| |
| 2 | 2026-05-30T04:02:27.808Z | starting task 0: "setup" |
| 3 | 2026-05-30T04:02:27.813Z | ++ uname -s |
| 4 | 2026-05-30T04:02:27.816Z | + kern=SunOS |
| 5 | 2026-05-30T04:02:27.816Z | + build_user=build |
| 6 | 2026-05-30T04:02:27.816Z | + build_uid=12345 |
| 7 | 2026-05-30T04:02:27.816Z | + work_dir=/work |
| 8 | 2026-05-30T04:02:27.816Z | + input_dir=/input |
| 9 | 2026-05-30T04:02:27.816Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-30T04:02:27.817Z | + case "$kern" in |
| 11 | 2026-05-30T04:02:27.817Z | + groupadd -g 12345 build |
| 12 | 2026-05-30T04:02:27.817Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-30T04:02:29.823Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-30T04:02:29.933Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-30T04:02:29.936Z | + home_fs=zfs |
| 16 | 2026-05-30T04:02:29.936Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-30T04:02:29.936Z | + mkdir -p /home/build |
| 18 | 2026-05-30T04:02:29.936Z | + chown build:build /home/build /work |
| 19 | 2026-05-30T04:02:31.938Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-30T04:02:31.941Z | process exited: duration 4134 ms, exit code 0 |
| |
| 21 | 2026-05-30T04:02:31.947Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-30T04:02:31.951Z | + printf ' * rust toolchain channel = "%s"\n' 1.95.0 |
| 23 | 2026-05-30T04:02:31.951Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-30T04:02:31.951Z | * rust toolchain channel = "1.95.0" |
| 25 | 2026-05-30T04:02:31.951Z | * rust toolchain profile = "default" |
| 26 | 2026-05-30T04:02:31.954Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-30T04:02:31.954Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-30T04:02:31.954Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-30T04:02:31.954Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default |
| 30 | 2026-05-30T04:02:32.059Z | info: downloading installer |
| 31 | 2026-05-30T04:02:33.381Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-30T04:02:33.381Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-30T04:02:33.381Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-30T04:02:33.381Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-30T04:02:33.394Z | info: profile set to default |
| 36 | 2026-05-30T04:02:33.394Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-30T04:02:33.397Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 38 | 2026-05-30T04:02:33.526Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 39 | 2026-05-30T04:02:33.529Z | info: downloading 6 components |
| 40 | 2026-05-30T04:02:48.279Z | info: default toolchain set to 1.95.0-x86_64-unknown-illumos |
| 41 | 2026-05-30T04:02:48.279Z | |
| 42 | 2026-05-30T04:02:48.307Z | 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 43 | 2026-05-30T04:02:48.307Z | |
| 44 | 2026-05-30T04:02:48.307Z | |
| 45 | 2026-05-30T04:02:48.307Z | Rust is installed now. Great! |
| 46 | 2026-05-30T04:02:48.307Z | |
| 47 | 2026-05-30T04:02:48.307Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-30T04:02:48.310Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-30T04:02:48.310Z | |
| 50 | 2026-05-30T04:02:48.311Z | To configure your current shell, you need to source |
| 51 | 2026-05-30T04:02:48.311Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-30T04:02:48.311Z | |
| 53 | 2026-05-30T04:02:48.311Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-30T04:02:48.311Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-30T04:02:48.311Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-30T04:02:48.311Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-30T04:02:48.311Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-30T04:02:48.311Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-30T04:02:48.311Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-30T04:02:48.311Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-30T04:02:48.311Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-30T04:02:48.393Z | + rustup --version |
| 63 | 2026-05-30T04:02:48.402Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-30T04:02:48.405Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-30T04:02:48.423Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 66 | 2026-05-30T04:02:48.427Z | + cargo --version |
| 67 | 2026-05-30T04:02:48.440Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 68 | 2026-05-30T04:02:48.443Z | + rustc --version |
| 69 | 2026-05-30T04:02:48.463Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 70 | 2026-05-30T04:02:48.466Z | process exited: duration 16518 ms, exit code 0 |
| |
| 71 | 2026-05-30T04:02:48.472Z | starting task 2: "authentication" |
| 72 | 2026-05-30T04:02:48.488Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-30T04:02:48.495Z | starting task 3: "clone repository" |
| 74 | 2026-05-30T04:02:48.498Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-05-30T04:02:48.501Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-05-30T04:02:48.539Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-05-30T04:02:49.337Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-05-30T04:02:49.337Z | + git fetch origin 24b470b8d12aa183b4fd0951cce5852d1d72761b |
| 79 | 2026-05-30T04:02:49.564Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-05-30T04:02:49.564Z | * branch 24b470b8d12aa183b4fd0951cce5852d1d72761b -> FETCH_HEAD |
| 81 | 2026-05-30T04:02:49.570Z | + [[ -n renovate/zerocopy-0.x-lockfile ]] |
| 82 | 2026-05-30T04:02:49.573Z | ++ git branch --show-current |
| 83 | 2026-05-30T04:02:49.573Z | + current=master |
| 84 | 2026-05-30T04:02:49.573Z | + [[ master != renovate/zerocopy-0.x-lockfile ]] |
| 85 | 2026-05-30T04:02:49.573Z | + git branch -f renovate/zerocopy-0.x-lockfile 24b470b8d12aa183b4fd0951cce5852d1d72761b |
| 86 | 2026-05-30T04:02:49.576Z | + git checkout -f renovate/zerocopy-0.x-lockfile |
| 87 | 2026-05-30T04:02:49.592Z | Switched to branch 'renovate/zerocopy-0.x-lockfile' |
| 88 | 2026-05-30T04:02:49.596Z | + git reset --hard 24b470b8d12aa183b4fd0951cce5852d1d72761b |
| 89 | 2026-05-30T04:02:49.608Z | HEAD is now at 24b470b Update Rust crate zerocopy to v0.8.50 |
| 90 | 2026-05-30T04:02:49.611Z | process exited: duration 1114 ms, exit code 0 |
| |
| 91 | 2026-05-30T04:02:49.619Z | starting task 4: "build" |
| 92 | 2026-05-30T04:02:49.622Z | + source .github/buildomat/common.sh |
| 93 | 2026-05-30T04:02:49.622Z | ++ rustup show active-toolchain |
| 94 | 2026-05-30T04:02:49.628Z | 1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-05-30T04:02:49.631Z | ++ pushd xde |
| 96 | 2026-05-30T04:02:49.631Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-05-30T04:02:49.631Z | ++ rustup show active-toolchain |
| 98 | 2026-05-30T04:02:49.634Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-05-30T04:02:49.783Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-05-30T04:02:49.787Z | info: downloading 6 components |
| 101 | 2026-05-30T04:03:04.525Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-05-30T04:03:04.619Z | +++ rustup show active-toolchain -v |
| 103 | 2026-05-30T04:03:04.622Z | +++ head -n 1 |
| 104 | 2026-05-30T04:03:04.622Z | +++ cut '-d ' -f1 |
| 105 | 2026-05-30T04:03:04.673Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-05-30T04:03:04.673Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-05-30T04:03:04.673Z | ++ popd |
| 108 | 2026-05-30T04:03:04.677Z | /work/oxidecomputer/opte |
| 109 | 2026-05-30T04:03:04.677Z | + cargo --version |
| 110 | 2026-05-30T04:03:04.684Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 111 | 2026-05-30T04:03:04.687Z | + rustc --version |
| 112 | 2026-05-30T04:03:04.706Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 113 | 2026-05-30T04:03:04.709Z | + cd lib/opte-ioctl |
| 114 | 2026-05-30T04:03:04.709Z | + header 'check style' |
| 115 | 2026-05-30T04:03:04.709Z | + echo '# ==== check style ==== #' |
| 116 | 2026-05-30T04:03:04.709Z | # ==== check style ==== # |
| 117 | 2026-05-30T04:03:04.709Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-05-30T04:03:04.779Z | |
| 119 | 2026-05-30T04:03:04.779Z | real 0.067947698 |
| 120 | 2026-05-30T04:03:04.779Z | user 0.036946441 |
| 121 | 2026-05-30T04:03:04.779Z | sys 0.027779589 |
| 122 | 2026-05-30T04:03:04.779Z | trap 0.000003180 |
| 123 | 2026-05-30T04:03:04.779Z | tflt 0.000009810 |
| 124 | 2026-05-30T04:03:04.782Z | dflt 0.000024840 |
| 125 | 2026-05-30T04:03:04.782Z | kflt 0.000000000 |
| 126 | 2026-05-30T04:03:04.782Z | lock 0.031125648 |
| 127 | 2026-05-30T04:03:04.782Z | slp 0.047383492 |
| 128 | 2026-05-30T04:03:04.782Z | lat 0.000817150 |
| 129 | 2026-05-30T04:03:04.782Z | stop 0.000109060 |
| 130 | 2026-05-30T04:03:04.782Z | + header analyze |
| 131 | 2026-05-30T04:03:04.783Z | + echo '# ==== analyze ==== #' |
| 132 | 2026-05-30T04:03:04.783Z | # ==== analyze ==== # |
| 133 | 2026-05-30T04:03:04.783Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 134 | 2026-05-30T04:03:04.917Z | Updating crates.io index |
| 135 | 2026-05-30T04:03:04.920Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 136 | 2026-05-30T04:03:05.718Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 137 | 2026-05-30T04:03:05.996Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 138 | 2026-05-30T04:03:06.323Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 139 | 2026-05-30T04:03:06.576Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 140 | 2026-05-30T04:03:06.891Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 141 | 2026-05-30T04:03:07.143Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 142 | 2026-05-30T04:03:08.605Z | Downloading crates ... |
| 143 | 2026-05-30T04:03:08.673Z | Downloaded stable_deref_trait v1.2.1 |
| 144 | 2026-05-30T04:03:08.676Z | Downloaded darling_core v0.21.3 |
| 145 | 2026-05-30T04:03:08.680Z | Downloaded quote v1.0.45 |
| 146 | 2026-05-30T04:03:08.683Z | Downloaded macaddr v1.0.1 |
| 147 | 2026-05-30T04:03:08.683Z | Downloaded once_cell v1.21.4 |
| 148 | 2026-05-30T04:03:08.689Z | Downloaded indexmap v2.14.0 |
| 149 | 2026-05-30T04:03:08.694Z | Downloaded cpufeatures v0.3.0 |
| 150 | 2026-05-30T04:03:08.697Z | Downloaded zerocopy-derive v0.8.50 |
| 151 | 2026-05-30T04:03:08.721Z | Downloaded ident_case v1.0.1 |
| 152 | 2026-05-30T04:03:08.728Z | Downloaded serde_core v1.0.228 |
| 153 | 2026-05-30T04:03:08.736Z | Downloaded foreign-types v0.5.0 |
| 154 | 2026-05-30T04:03:08.740Z | Downloaded hash32 v0.3.1 |
| 155 | 2026-05-30T04:03:08.745Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 156 | 2026-05-30T04:03:08.748Z | Downloaded either v1.15.0 |
| 157 | 2026-05-30T04:03:08.752Z | Downloaded proc-macro-error2 v2.0.1 |
| 158 | 2026-05-30T04:03:08.752Z | Downloaded num_enum v0.7.6 |
| 159 | 2026-05-30T04:03:08.756Z | Downloaded byteorder v1.5.0 |
| 160 | 2026-05-30T04:03:08.760Z | Downloaded pin-project-lite v0.2.17 |
| 161 | 2026-05-30T04:03:08.764Z | Downloaded ref-cast-impl v1.0.25 |
| 162 | 2026-05-30T04:03:08.768Z | Downloaded equivalent v1.0.2 |
| 163 | 2026-05-30T04:03:08.772Z | Downloaded tracing-attributes v0.1.31 |
| 164 | 2026-05-30T04:03:08.772Z | Downloaded getrandom v0.4.2 |
| 165 | 2026-05-30T04:03:08.775Z | Downloaded defmt v1.0.1 |
| 166 | 2026-05-30T04:03:08.779Z | Downloaded cfg-if v1.0.4 |
| 167 | 2026-05-30T04:03:08.779Z | Downloaded darling_macro v0.21.3 |
| 168 | 2026-05-30T04:03:08.779Z | Downloaded colored v3.1.1 |
| 169 | 2026-05-30T04:03:08.787Z | Downloaded embedded-io v0.6.1 |
| 170 | 2026-05-30T04:03:08.794Z | Downloaded toml_edit v0.25.11+spec-1.1.0 |
| 171 | 2026-05-30T04:03:08.798Z | Downloaded heapless v0.8.0 |
| 172 | 2026-05-30T04:03:08.803Z | Downloaded pretty-hex v0.4.2 |
| 173 | 2026-05-30T04:03:08.810Z | Downloaded ref-cast v1.0.25 |
| 174 | 2026-05-30T04:03:08.820Z | Downloaded foreign-types-macros v0.2.3 |
| 175 | 2026-05-30T04:03:08.828Z | Downloaded thiserror-impl v2.0.18 |
| 176 | 2026-05-30T04:03:08.831Z | Downloaded oxnet v0.1.5 |
| 177 | 2026-05-30T04:03:08.831Z | Downloaded num_enum_derive v0.7.6 |
| 178 | 2026-05-30T04:03:08.832Z | Downloaded anyhow v1.0.102 |
| 179 | 2026-05-30T04:03:08.836Z | Downloaded ingot-macros v0.1.1 |
| 180 | 2026-05-30T04:03:08.840Z | Downloaded rand v0.10.1 |
| 181 | 2026-05-30T04:03:08.840Z | Downloaded embedded-io v0.4.0 |
| 182 | 2026-05-30T04:03:08.843Z | Downloaded defmt-macros v1.0.1 |
| 183 | 2026-05-30T04:03:08.843Z | Downloaded darling v0.21.3 |
| 184 | 2026-05-30T04:03:08.849Z | Downloaded thiserror v2.0.18 |
| 185 | 2026-05-30T04:03:08.852Z | Downloaded rustversion v1.0.22 |
| 186 | 2026-05-30T04:03:08.856Z | Downloaded ingot-types v0.1.2 |
| 187 | 2026-05-30T04:03:08.859Z | Downloaded bitflags v2.11.1 |
| 188 | 2026-05-30T04:03:08.876Z | Downloaded aho-corasick v1.1.4 |
| 189 | 2026-05-30T04:03:08.886Z | Downloaded proc-macro2 v1.0.106 |
| 190 | 2026-05-30T04:03:08.912Z | Downloaded uuid v1.23.1 |
| 191 | 2026-05-30T04:03:08.924Z | Downloaded memchr v2.8.0 |
| 192 | 2026-05-30T04:03:08.936Z | Downloaded itertools v0.14.0 |
| 193 | 2026-05-30T04:03:08.943Z | Downloaded regex v1.12.3 |
| 194 | 2026-05-30T04:03:08.986Z | Downloaded syn v2.0.117 |
| 195 | 2026-05-30T04:03:08.992Z | Downloaded syn v1.0.109 |
| 196 | 2026-05-30T04:03:08.997Z | Downloaded smoltcp v0.11.0 |
| 197 | 2026-05-30T04:03:09.004Z | Downloaded regex-syntax v0.8.10 |
| 198 | 2026-05-30T04:03:09.012Z | Downloaded zerocopy v0.8.50 |
| 199 | 2026-05-30T04:03:09.023Z | Downloaded tracing v0.1.44 |
| 200 | 2026-05-30T04:03:09.047Z | Downloaded regex-automata v0.4.14 |
| 201 | 2026-05-30T04:03:09.061Z | Downloaded postcard v1.1.3 |
| 202 | 2026-05-30T04:03:09.248Z | Downloaded defmt-parser v1.0.0 |
| 203 | 2026-05-30T04:03:09.251Z | Downloaded bitflags v1.3.2 |
| 204 | 2026-05-30T04:03:09.255Z | Downloaded defmt v0.3.100 |
| 205 | 2026-05-30T04:03:09.297Z | Downloaded cobs v0.3.0 |
| 206 | 2026-05-30T04:03:09.328Z | Downloaded serde v1.0.228 |
| 207 | 2026-05-30T04:03:09.353Z | Downloaded cstr-argument v0.1.2 |
| 208 | 2026-05-30T04:03:09.357Z | Downloaded managed v0.8.0 |
| 209 | 2026-05-30T04:03:09.379Z | Downloaded foreign-types-shared v0.3.1 |
| 210 | 2026-05-30T04:03:09.382Z | Downloaded dyn-clone v1.0.20 |
| 211 | 2026-05-30T04:03:09.388Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 212 | 2026-05-30T04:03:09.399Z | Downloaded serde_derive v1.0.228 |
| 213 | 2026-05-30T04:03:09.409Z | Downloaded libc v0.2.186 |
| 214 | 2026-05-30T04:03:09.426Z | Downloaded tracing-core v0.1.36 |
| 215 | 2026-05-30T04:03:09.430Z | Downloaded socket2 v0.6.3 |
| 216 | 2026-05-30T04:03:09.430Z | Downloaded version_check v0.9.5 |
| 217 | 2026-05-30T04:03:09.430Z | Downloaded proc-macro-crate v3.5.0 |
| 218 | 2026-05-30T04:03:09.430Z | Downloaded rand_core v0.10.1 |
| 219 | 2026-05-30T04:03:09.436Z | Downloaded ingot v0.1.1 |
| 220 | 2026-05-30T04:03:09.439Z | Downloaded hashbrown v0.17.0 |
| 221 | 2026-05-30T04:03:09.472Z | Downloaded chacha20 v0.10.0 |
| 222 | 2026-05-30T04:03:09.484Z | Downloaded winnow v1.0.2 |
| 223 | 2026-05-30T04:03:09.498Z | Downloaded strsim v0.11.1 |
| 224 | 2026-05-30T04:03:09.505Z | Downloaded unicode-ident v1.0.24 |
| 225 | 2026-05-30T04:03:09.509Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 226 | 2026-05-30T04:03:09.538Z | Downloaded fnv v1.0.7 |
| 227 | 2026-05-30T04:03:09.579Z | Compiling proc-macro2 v1.0.106 |
| 228 | 2026-05-30T04:03:09.580Z | Compiling unicode-ident v1.0.24 |
| 229 | 2026-05-30T04:03:09.580Z | Compiling quote v1.0.45 |
| 230 | 2026-05-30T04:03:09.583Z | Compiling serde_core v1.0.228 |
| 231 | 2026-05-30T04:03:09.583Z | Checking cfg-if v1.0.4 |
| 232 | 2026-05-30T04:03:09.583Z | Compiling thiserror v2.0.18 |
| 233 | 2026-05-30T04:03:09.583Z | Compiling fnv v1.0.7 |
| 234 | 2026-05-30T04:03:09.583Z | Compiling ident_case v1.0.1 |
| 235 | 2026-05-30T04:03:09.704Z | Compiling strsim v0.11.1 |
| 236 | 2026-05-30T04:03:09.746Z | Compiling memchr v2.8.0 |
| 237 | 2026-05-30T04:03:09.763Z | Compiling libc v0.2.186 |
| 238 | 2026-05-30T04:03:09.770Z | Compiling regex-syntax v0.8.10 |
| 239 | 2026-05-30T04:03:09.997Z | Compiling zerocopy v0.8.50 |
| 240 | 2026-05-30T04:03:10.059Z | Compiling equivalent v1.0.2 |
| 241 | 2026-05-30T04:03:10.131Z | Compiling either v1.15.0 |
| 242 | 2026-05-30T04:03:10.138Z | Compiling aho-corasick v1.1.4 |
| 243 | 2026-05-30T04:03:10.244Z | Compiling hashbrown v0.17.0 |
| 244 | 2026-05-30T04:03:10.310Z | Compiling serde v1.0.228 |
| 245 | 2026-05-30T04:03:10.324Z | Compiling winnow v1.0.2 |
| 246 | 2026-05-30T04:03:10.416Z | Compiling itertools v0.14.0 |
| 247 | 2026-05-30T04:03:10.783Z | Compiling indexmap v2.14.0 |
| 248 | 2026-05-30T04:03:10.875Z | Compiling syn v2.0.117 |
| 249 | 2026-05-30T04:03:11.199Z | Compiling regex-automata v0.4.14 |
| 250 | 2026-05-30T04:03:11.329Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 251 | 2026-05-30T04:03:11.379Z | Compiling heapless v0.8.0 |
| 252 | 2026-05-30T04:03:11.456Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 253 | 2026-05-30T04:03:11.533Z | Checking byteorder v1.5.0 |
| 254 | 2026-05-30T04:03:11.626Z | Checking bitflags v2.11.1 |
| 255 | 2026-05-30T04:03:11.671Z | Compiling rustversion v1.0.22 |
| 256 | 2026-05-30T04:03:11.708Z | Checking hash32 v0.3.1 |
| 257 | 2026-05-30T04:03:11.809Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 258 | 2026-05-30T04:03:11.817Z | Compiling syn v1.0.109 |
| 259 | 2026-05-30T04:03:11.846Z | Compiling smoltcp v0.11.0 |
| 260 | 2026-05-30T04:03:11.875Z | Checking stable_deref_trait v1.2.1 |
| 261 | 2026-05-30T04:03:11.895Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 262 | 2026-05-30T04:03:11.939Z | Checking macaddr v1.0.1 |
| 263 | 2026-05-30T04:03:12.090Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 264 | 2026-05-30T04:03:12.149Z | Compiling version_check v0.9.5 |
| 265 | 2026-05-30T04:03:12.170Z | Checking managed v0.8.0 |
| 266 | 2026-05-30T04:03:12.196Z | Compiling ref-cast v1.0.25 |
| 267 | 2026-05-30T04:03:12.314Z | Checking rand_core v0.10.1 |
| 268 | 2026-05-30T04:03:12.348Z | Compiling proc-macro-crate v3.5.0 |
| 269 | 2026-05-30T04:03:12.423Z | Compiling getrandom v0.4.2 |
| 270 | 2026-05-30T04:03:12.440Z | Checking bitflags v1.3.2 |
| 271 | 2026-05-30T04:03:12.449Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 272 | 2026-05-30T04:03:12.721Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 273 | 2026-05-30T04:03:12.732Z | Checking foreign-types-shared v0.3.1 |
| 274 | 2026-05-30T04:03:12.779Z | Checking cpufeatures v0.3.0 |
| 275 | 2026-05-30T04:03:12.809Z | Checking once_cell v1.21.4 |
| 276 | 2026-05-30T04:03:12.841Z | Compiling anyhow v1.0.102 |
| 277 | 2026-05-30T04:03:12.984Z | Compiling regex v1.12.3 |
| 278 | 2026-05-30T04:03:13.294Z | Checking tracing-core v0.1.36 |
| 279 | 2026-05-30T04:03:13.342Z | Checking cstr-argument v0.1.2 |
| 280 | 2026-05-30T04:03:13.380Z | Checking chacha20 v0.10.0 |
| 281 | 2026-05-30T04:03:13.494Z | Compiling darling_core v0.21.3 |
| 282 | 2026-05-30T04:03:13.606Z | Checking pretty-hex v0.4.2 |
| 283 | 2026-05-30T04:03:13.614Z | Checking dyn-clone v1.0.20 |
| 284 | 2026-05-30T04:03:13.662Z | Checking pin-project-lite v0.2.17 |
| 285 | 2026-05-30T04:03:13.701Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 286 | 2026-05-30T04:03:13.708Z | Checking rand v0.10.1 |
| 287 | 2026-05-30T04:03:13.745Z | Checking uuid v1.23.1 |
| 288 | 2026-05-30T04:03:13.836Z | Checking socket2 v0.6.3 |
| 289 | 2026-05-30T04:03:13.935Z | Checking oxnet v0.1.5 |
| 290 | 2026-05-30T04:03:13.992Z | Checking colored v3.1.1 |
| 291 | 2026-05-30T04:03:14.338Z | Compiling thiserror-impl v2.0.18 |
| 292 | 2026-05-30T04:03:14.338Z | Compiling zerocopy-derive v0.8.50 |
| 293 | 2026-05-30T04:03:14.338Z | Compiling serde_derive v1.0.228 |
| 294 | 2026-05-30T04:03:14.338Z | Compiling foreign-types-macros v0.2.3 |
| 295 | 2026-05-30T04:03:14.341Z | Compiling num_enum_derive v0.7.6 |
| 296 | 2026-05-30T04:03:14.740Z | Compiling ref-cast-impl v1.0.25 |
| 297 | 2026-05-30T04:03:14.958Z | Checking foreign-types v0.5.0 |
| 298 | 2026-05-30T04:03:15.024Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 299 | 2026-05-30T04:03:15.310Z | Checking num_enum v0.7.6 |
| 300 | 2026-05-30T04:03:15.413Z | Compiling tracing-attributes v0.1.31 |
| 301 | 2026-05-30T04:03:15.416Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 302 | 2026-05-30T04:03:15.537Z | Compiling darling_macro v0.21.3 |
| 303 | 2026-05-30T04:03:15.631Z | Checking cobs v0.3.0 |
| 304 | 2026-05-30T04:03:15.631Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 305 | 2026-05-30T04:03:15.762Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 306 | 2026-05-30T04:03:16.085Z | Compiling darling v0.21.3 |
| 307 | 2026-05-30T04:03:16.153Z | Compiling ingot-macros v0.1.1 |
| 308 | 2026-05-30T04:03:16.237Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 309 | 2026-05-30T04:03:16.412Z | Checking tracing v0.1.44 |
| 310 | 2026-05-30T04:03:16.839Z | Checking postcard v1.1.3 |
| 311 | 2026-05-30T04:03:18.340Z | Checking ingot-types v0.1.2 |
| 312 | 2026-05-30T04:03:18.602Z | Checking ingot v0.1.1 |
| 313 | 2026-05-30T04:03:19.866Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 314 | 2026-05-30T04:03:21.039Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 315 | 2026-05-30T04:03:22.189Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 316 | 2026-05-30T04:03:22.370Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.54s |
| 317 | 2026-05-30T04:03:22.484Z | |
| 318 | 2026-05-30T04:03:22.484Z | real 17.700196706 |
| 319 | 2026-05-30T04:03:22.484Z | user 47.994084363 |
| 320 | 2026-05-30T04:03:22.484Z | sys 11.486601299 |
| 321 | 2026-05-30T04:03:22.484Z | trap 0.032776204 |
| 322 | 2026-05-30T04:03:22.484Z | tflt 0.059732025 |
| 323 | 2026-05-30T04:03:22.484Z | dflt 0.162745827 |
| 324 | 2026-05-30T04:03:22.484Z | kflt 0.005974693 |
| 325 | 2026-05-30T04:03:22.484Z | lock 2:33.102763392 |
| 326 | 2026-05-30T04:03:22.484Z | slp 2:41.583900171 |
| 327 | 2026-05-30T04:03:22.485Z | lat 2.454213590 |
| 328 | 2026-05-30T04:03:22.485Z | stop 8.944070007 |
| 329 | 2026-05-30T04:03:22.488Z | process exited: duration 32867 ms, exit code 0 |
| |
| 330 | 2026-05-30T04:03:22.495Z | found 0 output files |