|
|
|
| 1 | 2026-08-25T03:36:54.838Z | job assigned to worker 01M0VFTW8TG5PQEV18F355GZPM [factory aws, i-067882db4d7eb643f] (queued for 49 s) |
| |
| 2 | 2026-08-25T03:37:01.508Z | starting task 0: "setup" |
| 3 | 2026-08-25T03:37:01.525Z | ++ uname -s |
| 4 | 2026-08-25T03:37:01.525Z | + kern=SunOS |
| 5 | 2026-08-25T03:37:01.525Z | + build_user=build |
| 6 | 2026-08-25T03:37:01.525Z | + build_uid=12345 |
| 7 | 2026-08-25T03:37:01.525Z | + work_dir=/work |
| 8 | 2026-08-25T03:37:01.525Z | + input_dir=/input |
| 9 | 2026-08-25T03:37:01.525Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-25T03:37:01.525Z | + case "$kern" in |
| 11 | 2026-08-25T03:37:01.525Z | + groupadd -g 12345 build |
| 12 | 2026-08-25T03:37:01.525Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-25T03:37:03.537Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-25T03:37:03.626Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-25T03:37:03.642Z | + home_fs=zfs |
| 16 | 2026-08-25T03:37:03.643Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-25T03:37:03.644Z | + mkdir -p /home/build |
| 18 | 2026-08-25T03:37:03.644Z | + chown build:build /home/build /work |
| 19 | 2026-08-25T03:37:05.632Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-25T03:37:05.647Z | process exited: duration 4130 ms, exit code 0 |
| |
| 21 | 2026-08-25T03:37:05.671Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-25T03:37:05.677Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-25T03:37:05.677Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-25T03:37:05.677Z | * rust toolchain profile = "default" |
| 25 | 2026-08-25T03:37:05.677Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-25T03:37:05.677Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-25T03:37:05.677Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-25T03:37:05.677Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-25T03:37:05.677Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-25T03:37:05.754Z | info: downloading installer |
| 31 | 2026-08-25T03:37:07.272Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-25T03:37:07.272Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-25T03:37:07.272Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-25T03:37:07.272Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-25T03:37:07.300Z | info: profile set to default |
| 36 | 2026-08-25T03:37:07.300Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-25T03:37:07.301Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-25T03:37:07.393Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-25T03:37:07.404Z | info: downloading 6 components |
| 40 | 2026-08-25T03:37:23.556Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-25T03:37:23.556Z | |
| 42 | 2026-08-25T03:37:23.598Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-25T03:37:23.598Z | |
| 44 | 2026-08-25T03:37:23.620Z | |
| 45 | 2026-08-25T03:37:23.620Z | Rust is installed now. Great! |
| 46 | 2026-08-25T03:37:23.621Z | |
| 47 | 2026-08-25T03:37:23.621Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-25T03:37:23.621Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-25T03:37:23.621Z | |
| 50 | 2026-08-25T03:37:23.621Z | To configure your current shell, you need to source |
| 51 | 2026-08-25T03:37:23.621Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-25T03:37:23.621Z | |
| 53 | 2026-08-25T03:37:23.621Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-25T03:37:23.621Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-25T03:37:23.621Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-25T03:37:23.621Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-25T03:37:23.621Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-25T03:37:23.621Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-25T03:37:23.621Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-25T03:37:23.621Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-25T03:37:23.621Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-25T03:37:23.682Z | + rustup --version |
| 63 | 2026-08-25T03:37:23.693Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-25T03:37:23.693Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-25T03:37:23.730Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-25T03:37:23.730Z | + cargo --version |
| 67 | 2026-08-25T03:37:23.750Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-25T03:37:23.750Z | + rustc --version |
| 69 | 2026-08-25T03:37:23.761Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-25T03:37:23.761Z | process exited: duration 18080 ms, exit code 0 |
| |
| 71 | 2026-08-25T03:37:23.800Z | starting task 2: "authentication" |
| 72 | 2026-08-25T03:37:23.838Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-08-25T03:37:54.182Z | process exited: duration 30379 ms, exit code 0 |
| |
| 74 | 2026-08-25T03:37:54.212Z | starting task 3: "clone repository" |
| 75 | 2026-08-25T03:37:54.249Z | + mkdir -p /work/oxidecomputer/opte |
| 76 | 2026-08-25T03:37:54.249Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 77 | 2026-08-25T03:37:54.271Z | Cloning into '/work/oxidecomputer/opte'... |
| 78 | 2026-08-25T03:37:55.314Z | + cd /work/oxidecomputer/opte |
| 79 | 2026-08-25T03:37:55.314Z | + git fetch origin 9dc4e8db1ad611b0a639b87c033af000e46011db |
| 80 | 2026-08-25T03:37:55.567Z | From https://github.com/oxidecomputer/opte |
| 81 | 2026-08-25T03:37:55.567Z | * branch 9dc4e8db1ad611b0a639b87c033af000e46011db -> FETCH_HEAD |
| 82 | 2026-08-25T03:37:55.576Z | + [[ -n renovate/clap ]] |
| 83 | 2026-08-25T03:37:55.576Z | ++ git branch --show-current |
| 84 | 2026-08-25T03:37:55.576Z | + current=master |
| 85 | 2026-08-25T03:37:55.576Z | + [[ master != renovate/clap ]] |
| 86 | 2026-08-25T03:37:55.576Z | + git branch -f renovate/clap 9dc4e8db1ad611b0a639b87c033af000e46011db |
| 87 | 2026-08-25T03:37:55.587Z | + git checkout -f renovate/clap |
| 88 | 2026-08-25T03:37:55.602Z | Switched to branch 'renovate/clap' |
| 89 | 2026-08-25T03:37:55.602Z | + git reset --hard 9dc4e8db1ad611b0a639b87c033af000e46011db |
| 90 | 2026-08-25T03:37:55.616Z | HEAD is now at 9dc4e8d Update Rust crate clap to v4.6.6 |
| 91 | 2026-08-25T03:37:55.617Z | process exited: duration 1401 ms, exit code 0 |
| |
| 92 | 2026-08-25T03:37:55.645Z | starting task 4: "build" |
| 93 | 2026-08-25T03:37:55.654Z | + source .github/buildomat/common.sh |
| 94 | 2026-08-25T03:37:55.654Z | ++ rustup show active-toolchain |
| 95 | 2026-08-25T03:37:55.654Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 96 | 2026-08-25T03:37:55.654Z | ++ pushd xde |
| 97 | 2026-08-25T03:37:55.654Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 98 | 2026-08-25T03:37:55.654Z | ++ rustup show active-toolchain |
| 99 | 2026-08-25T03:37:55.669Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 100 | 2026-08-25T03:37:55.819Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 101 | 2026-08-25T03:37:55.854Z | info: downloading 6 components |
| 102 | 2026-08-25T03:38:12.447Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 103 | 2026-08-25T03:38:12.533Z | +++ rustup show active-toolchain -v |
| 104 | 2026-08-25T03:38:12.539Z | +++ head -n 1 |
| 105 | 2026-08-25T03:38:12.539Z | +++ cut '-d ' -f1 |
| 106 | 2026-08-25T03:38:12.588Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-08-25T03:38:12.588Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 108 | 2026-08-25T03:38:12.600Z | ++ popd |
| 109 | 2026-08-25T03:38:12.601Z | /work/oxidecomputer/opte |
| 110 | 2026-08-25T03:38:12.601Z | + cargo --version |
| 111 | 2026-08-25T03:38:12.609Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 112 | 2026-08-25T03:38:12.610Z | + rustc --version |
| 113 | 2026-08-25T03:38:12.625Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 114 | 2026-08-25T03:38:12.634Z | + cd lib/opte-ioctl |
| 115 | 2026-08-25T03:38:12.634Z | + header 'check style' |
| 116 | 2026-08-25T03:38:12.634Z | + echo '# ==== check style ==== #' |
| 117 | 2026-08-25T03:38:12.634Z | # ==== check style ==== # |
| 118 | 2026-08-25T03:38:12.634Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 119 | 2026-08-25T03:38:12.693Z | |
| 120 | 2026-08-25T03:38:12.693Z | real 0.067606699 |
| 121 | 2026-08-25T03:38:12.693Z | user 0.036534251 |
| 122 | 2026-08-25T03:38:12.693Z | sys 0.027449741 |
| 123 | 2026-08-25T03:38:12.693Z | trap 0.000000468 |
| 124 | 2026-08-25T03:38:12.693Z | tflt 0.000024166 |
| 125 | 2026-08-25T03:38:12.700Z | dflt 0.000021626 |
| 126 | 2026-08-25T03:38:12.700Z | kflt 0.000001099 |
| 127 | 2026-08-25T03:38:12.700Z | lock 0.031185436 |
| 128 | 2026-08-25T03:38:12.700Z | slp 0.047708974 |
| 129 | 2026-08-25T03:38:12.700Z | lat 0.000898061 |
| 130 | 2026-08-25T03:38:12.700Z | stop 0.000116301 |
| 131 | 2026-08-25T03:38:12.701Z | + header analyze |
| 132 | 2026-08-25T03:38:12.701Z | + echo '# ==== analyze ==== #' |
| 133 | 2026-08-25T03:38:12.701Z | # ==== analyze ==== # |
| 134 | 2026-08-25T03:38:12.701Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 135 | 2026-08-25T03:38:12.847Z | Updating crates.io index |
| 136 | 2026-08-25T03:38:12.859Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-08-25T03:38:13.822Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-08-25T03:38:14.081Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 139 | 2026-08-25T03:38:14.347Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 140 | 2026-08-25T03:38:14.714Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 141 | 2026-08-25T03:38:14.986Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-08-25T03:38:15.302Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-08-25T03:38:17.273Z | Downloading crates ... |
| 144 | 2026-08-25T03:38:17.317Z | Downloaded cpufeatures v0.3.0 |
| 145 | 2026-08-25T03:38:17.324Z | Downloaded byteorder v1.5.0 |
| 146 | 2026-08-25T03:38:17.330Z | Downloaded defmt-parser v1.0.0 |
| 147 | 2026-08-25T03:38:17.335Z | Downloaded managed v0.8.0 |
| 148 | 2026-08-25T03:38:17.335Z | Downloaded cobs v0.3.0 |
| 149 | 2026-08-25T03:38:17.339Z | Downloaded proc-macro-crate v3.5.0 |
| 150 | 2026-08-25T03:38:17.339Z | Downloaded defmt v0.3.100 |
| 151 | 2026-08-25T03:38:17.343Z | Downloaded rustversion v1.0.23 |
| 152 | 2026-08-25T03:38:17.355Z | Downloaded equivalent v1.0.2 |
| 153 | 2026-08-25T03:38:17.360Z | Downloaded foreign-types-shared v0.3.1 |
| 154 | 2026-08-25T03:38:17.360Z | Downloaded macaddr v1.0.1 |
| 155 | 2026-08-25T03:38:17.360Z | Downloaded foreign-types-macros v0.2.3 |
| 156 | 2026-08-25T03:38:17.367Z | Downloaded hash32 v0.3.1 |
| 157 | 2026-08-25T03:38:17.367Z | Downloaded uuid v1.23.5 |
| 158 | 2026-08-25T03:38:17.379Z | Downloaded foreign-types v0.5.0 |
| 159 | 2026-08-25T03:38:17.383Z | Downloaded ident_case v1.0.1 |
| 160 | 2026-08-25T03:38:17.383Z | Downloaded embedded-io v0.6.1 |
| 161 | 2026-08-25T03:38:17.392Z | Downloaded defmt-macros v1.1.1 |
| 162 | 2026-08-25T03:38:17.392Z | Downloaded version_check v0.9.5 |
| 163 | 2026-08-25T03:38:17.392Z | Downloaded ingot v0.2.0 |
| 164 | 2026-08-25T03:38:17.400Z | Downloaded cstr-argument v0.1.2 |
| 165 | 2026-08-25T03:38:17.400Z | Downloaded ref-cast v1.0.25 |
| 166 | 2026-08-25T03:38:17.404Z | Downloaded anyhow v1.0.103 |
| 167 | 2026-08-25T03:38:17.413Z | Downloaded darling_macro v0.23.0 |
| 168 | 2026-08-25T03:38:17.413Z | Downloaded embedded-io v0.4.0 |
| 169 | 2026-08-25T03:38:17.413Z | Downloaded dyn-clone v1.0.20 |
| 170 | 2026-08-25T03:38:17.419Z | Downloaded strsim v0.11.1 |
| 171 | 2026-08-25T03:38:17.427Z | Downloaded stable_deref_trait v1.2.1 |
| 172 | 2026-08-25T03:38:17.432Z | Downloaded ref-cast-impl v1.0.25 |
| 173 | 2026-08-25T03:38:17.442Z | Downloaded bitflags v2.13.0 |
| 174 | 2026-08-25T03:38:17.447Z | Downloaded heapless v0.8.0 |
| 175 | 2026-08-25T03:38:17.447Z | Downloaded ingot-types v0.2.0 |
| 176 | 2026-08-25T03:38:17.451Z | Downloaded pin-project-lite v0.2.17 |
| 177 | 2026-08-25T03:38:17.456Z | Downloaded num_enum_derive v0.7.6 |
| 178 | 2026-08-25T03:38:17.456Z | Downloaded getrandom v0.4.3 |
| 179 | 2026-08-25T03:38:17.464Z | Downloaded ingot-macros v0.2.0 |
| 180 | 2026-08-25T03:38:17.464Z | Downloaded pretty-hex v0.4.2 |
| 181 | 2026-08-25T03:38:17.476Z | Downloaded num_enum v0.7.6 |
| 182 | 2026-08-25T03:38:17.476Z | Downloaded bitflags v1.3.2 |
| 183 | 2026-08-25T03:38:17.476Z | Downloaded cfg-if v1.0.4 |
| 184 | 2026-08-25T03:38:17.485Z | Downloaded either v1.16.0 |
| 185 | 2026-08-25T03:38:17.485Z | Downloaded thiserror v2.0.18 |
| 186 | 2026-08-25T03:38:17.485Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 187 | 2026-08-25T03:38:17.485Z | Downloaded rand_core v0.10.1 |
| 188 | 2026-08-25T03:38:17.485Z | Downloaded oxnet v0.1.6 |
| 189 | 2026-08-25T03:38:17.492Z | Downloaded quote v1.0.46 |
| 190 | 2026-08-25T03:38:17.492Z | Downloaded aho-corasick v1.1.4 |
| 191 | 2026-08-25T03:38:17.497Z | Downloaded colored v3.1.1 |
| 192 | 2026-08-25T03:38:17.504Z | Downloaded proc-macro2 v1.0.106 |
| 193 | 2026-08-25T03:38:17.505Z | Downloaded darling v0.23.0 |
| 194 | 2026-08-25T03:38:17.509Z | Downloaded postcard v1.1.3 |
| 195 | 2026-08-25T03:38:17.509Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 196 | 2026-08-25T03:38:17.509Z | Downloaded chacha20 v0.10.1 |
| 197 | 2026-08-25T03:38:17.509Z | Downloaded defmt v1.1.1 |
| 198 | 2026-08-25T03:38:17.509Z | Downloaded tracing-attributes v0.1.31 |
| 199 | 2026-08-25T03:38:17.519Z | Downloaded thiserror-impl v2.0.18 |
| 200 | 2026-08-25T03:38:17.526Z | Downloaded once_cell v1.21.4 |
| 201 | 2026-08-25T03:38:17.531Z | Downloaded tracing-core v0.1.36 |
| 202 | 2026-08-25T03:38:17.536Z | Downloaded serde_derive v1.0.228 |
| 203 | 2026-08-25T03:38:17.543Z | Downloaded unicode-ident v1.0.24 |
| 204 | 2026-08-25T03:38:17.551Z | Downloaded darling_core v0.23.0 |
| 205 | 2026-08-25T03:38:17.557Z | Downloaded indexmap v2.14.0 |
| 206 | 2026-08-25T03:38:17.562Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 207 | 2026-08-25T03:38:17.568Z | Downloaded serde_core v1.0.228 |
| 208 | 2026-08-25T03:38:17.573Z | Downloaded serde v1.0.228 |
| 209 | 2026-08-25T03:38:17.573Z | Downloaded rand v0.10.2 |
| 210 | 2026-08-25T03:38:17.579Z | Downloaded memchr v2.8.3 |
| 211 | 2026-08-25T03:38:17.586Z | Downloaded socket2 v0.6.4 |
| 212 | 2026-08-25T03:38:17.591Z | Downloaded zerocopy-derive v0.8.54 |
| 213 | 2026-08-25T03:38:17.608Z | Downloaded hashbrown v0.17.1 |
| 214 | 2026-08-25T03:38:17.650Z | Downloaded regex v1.13.0 |
| 215 | 2026-08-25T03:38:17.666Z | Downloaded itertools v0.15.0 |
| 216 | 2026-08-25T03:38:17.670Z | Downloaded winnow v1.0.3 |
| 217 | 2026-08-25T03:38:17.680Z | Downloaded syn v1.0.109 |
| 218 | 2026-08-25T03:38:17.719Z | Downloaded syn v2.0.118 |
| 219 | 2026-08-25T03:38:17.725Z | Downloaded zerocopy v0.8.54 |
| 220 | 2026-08-25T03:38:17.734Z | Downloaded smoltcp v0.11.0 |
| 221 | 2026-08-25T03:38:17.740Z | Downloaded regex-syntax v0.8.11 |
| 222 | 2026-08-25T03:38:17.761Z | Downloaded tracing v0.1.44 |
| 223 | 2026-08-25T03:38:17.773Z | Downloaded regex-automata v0.4.15 |
| 224 | 2026-08-25T03:38:17.792Z | Downloaded libc v0.2.186 |
| 225 | 2026-08-25T03:38:17.892Z | Compiling proc-macro2 v1.0.106 |
| 226 | 2026-08-25T03:38:17.903Z | Compiling quote v1.0.46 |
| 227 | 2026-08-25T03:38:17.903Z | Compiling unicode-ident v1.0.24 |
| 228 | 2026-08-25T03:38:17.903Z | Compiling serde_core v1.0.228 |
| 229 | 2026-08-25T03:38:17.903Z | Checking cfg-if v1.0.4 |
| 230 | 2026-08-25T03:38:17.903Z | Compiling thiserror v2.0.18 |
| 231 | 2026-08-25T03:38:17.903Z | Compiling strsim v0.11.1 |
| 232 | 2026-08-25T03:38:17.904Z | Compiling memchr v2.8.3 |
| 233 | 2026-08-25T03:38:17.966Z | Compiling ident_case v1.0.1 |
| 234 | 2026-08-25T03:38:18.045Z | Compiling regex-syntax v0.8.11 |
| 235 | 2026-08-25T03:38:18.075Z | Compiling libc v0.2.186 |
| 236 | 2026-08-25T03:38:18.220Z | Compiling either v1.16.0 |
| 237 | 2026-08-25T03:38:18.306Z | Compiling serde v1.0.228 |
| 238 | 2026-08-25T03:38:18.424Z | Compiling aho-corasick v1.1.4 |
| 239 | 2026-08-25T03:38:18.457Z | Compiling equivalent v1.0.2 |
| 240 | 2026-08-25T03:38:18.468Z | Compiling zerocopy v0.8.54 |
| 241 | 2026-08-25T03:38:18.487Z | Compiling winnow v1.0.3 |
| 242 | 2026-08-25T03:38:18.531Z | Compiling hashbrown v0.17.1 |
| 243 | 2026-08-25T03:38:18.917Z | Compiling itertools v0.15.0 |
| 244 | 2026-08-25T03:38:19.064Z | Compiling indexmap v2.14.0 |
| 245 | 2026-08-25T03:38:19.084Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 246 | 2026-08-25T03:38:19.158Z | Compiling syn v2.0.118 |
| 247 | 2026-08-25T03:38:19.297Z | Compiling heapless v0.8.0 |
| 248 | 2026-08-25T03:38:19.482Z | Compiling regex-automata v0.4.15 |
| 249 | 2026-08-25T03:38:19.581Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 250 | 2026-08-25T03:38:19.660Z | Checking byteorder v1.5.0 |
| 251 | 2026-08-25T03:38:19.733Z | Checking bitflags v2.13.0 |
| 252 | 2026-08-25T03:38:19.843Z | Checking hash32 v0.3.1 |
| 253 | 2026-08-25T03:38:19.892Z | Compiling rustversion v1.0.23 |
| 254 | 2026-08-25T03:38:19.917Z | Compiling smoltcp v0.11.0 |
| 255 | 2026-08-25T03:38:19.965Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 256 | 2026-08-25T03:38:20.086Z | Checking macaddr v1.0.1 |
| 257 | 2026-08-25T03:38:20.157Z | Compiling syn v1.0.109 |
| 258 | 2026-08-25T03:38:20.205Z | Checking stable_deref_trait v1.2.1 |
| 259 | 2026-08-25T03:38:20.224Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 260 | 2026-08-25T03:38:20.289Z | Compiling getrandom v0.4.3 |
| 261 | 2026-08-25T03:38:20.294Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 262 | 2026-08-25T03:38:20.464Z | Compiling ref-cast v1.0.25 |
| 263 | 2026-08-25T03:38:20.505Z | Compiling version_check v0.9.5 |
| 264 | 2026-08-25T03:38:20.511Z | Checking managed v0.8.0 |
| 265 | 2026-08-25T03:38:20.548Z | Compiling proc-macro-crate v3.5.0 |
| 266 | 2026-08-25T03:38:20.683Z | Checking bitflags v1.3.2 |
| 267 | 2026-08-25T03:38:20.695Z | Checking rand_core v0.10.1 |
| 268 | 2026-08-25T03:38:20.782Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 269 | 2026-08-25T03:38:20.955Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 270 | 2026-08-25T03:38:20.991Z | Compiling anyhow v1.0.103 |
| 271 | 2026-08-25T03:38:21.024Z | Checking cpufeatures v0.3.0 |
| 272 | 2026-08-25T03:38:21.078Z | Checking foreign-types-shared v0.3.1 |
| 273 | 2026-08-25T03:38:21.270Z | Compiling regex v1.13.0 |
| 274 | 2026-08-25T03:38:21.313Z | Checking once_cell v1.21.4 |
| 275 | 2026-08-25T03:38:21.470Z | Checking tracing-core v0.1.36 |
| 276 | 2026-08-25T03:38:21.530Z | Checking cstr-argument v0.1.2 |
| 277 | 2026-08-25T03:38:21.674Z | Checking chacha20 v0.10.1 |
| 278 | 2026-08-25T03:38:21.791Z | Compiling darling_core v0.23.0 |
| 279 | 2026-08-25T03:38:21.828Z | Checking pretty-hex v0.4.2 |
| 280 | 2026-08-25T03:38:21.828Z | Checking dyn-clone v1.0.20 |
| 281 | 2026-08-25T03:38:21.858Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 282 | 2026-08-25T03:38:21.887Z | Checking pin-project-lite v0.2.17 |
| 283 | 2026-08-25T03:38:21.908Z | Checking rand v0.10.2 |
| 284 | 2026-08-25T03:38:21.989Z | Checking uuid v1.23.5 |
| 285 | 2026-08-25T03:38:22.053Z | Checking socket2 v0.6.4 |
| 286 | 2026-08-25T03:38:22.148Z | Checking oxnet v0.1.6 |
| 287 | 2026-08-25T03:38:22.244Z | Checking colored v3.1.1 |
| 288 | 2026-08-25T03:38:22.576Z | Compiling thiserror-impl v2.0.18 |
| 289 | 2026-08-25T03:38:22.576Z | Compiling zerocopy-derive v0.8.54 |
| 290 | 2026-08-25T03:38:22.576Z | Compiling serde_derive v1.0.228 |
| 291 | 2026-08-25T03:38:22.597Z | Compiling ref-cast-impl v1.0.25 |
| 292 | 2026-08-25T03:38:22.597Z | Compiling foreign-types-macros v0.2.3 |
| 293 | 2026-08-25T03:38:22.923Z | Compiling num_enum_derive v0.7.6 |
| 294 | 2026-08-25T03:38:23.189Z | Checking foreign-types v0.5.0 |
| 295 | 2026-08-25T03:38:23.251Z | Compiling tracing-attributes v0.1.31 |
| 296 | 2026-08-25T03:38:23.275Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 297 | 2026-08-25T03:38:23.843Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 298 | 2026-08-25T03:38:23.851Z | Compiling darling_macro v0.23.0 |
| 299 | 2026-08-25T03:38:23.859Z | Checking cobs v0.3.0 |
| 300 | 2026-08-25T03:38:23.921Z | Checking num_enum v0.7.6 |
| 301 | 2026-08-25T03:38:24.023Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 302 | 2026-08-25T03:38:24.123Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 303 | 2026-08-25T03:38:24.391Z | Compiling darling v0.23.0 |
| 304 | 2026-08-25T03:38:24.407Z | Checking tracing v0.1.44 |
| 305 | 2026-08-25T03:38:24.450Z | Compiling ingot-macros v0.2.0 |
| 306 | 2026-08-25T03:38:24.566Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 307 | 2026-08-25T03:38:25.080Z | Checking postcard v1.1.3 |
| 308 | 2026-08-25T03:38:26.583Z | Checking ingot-types v0.2.0 |
| 309 | 2026-08-25T03:38:26.868Z | Checking ingot v0.2.0 |
| 310 | 2026-08-25T03:38:28.131Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 311 | 2026-08-25T03:38:29.298Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 312 | 2026-08-25T03:38:30.459Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 313 | 2026-08-25T03:38:30.619Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.86s |
| 314 | 2026-08-25T03:38:30.722Z | |
| 315 | 2026-08-25T03:38:30.723Z | real 18.014898234 |
| 316 | 2026-08-25T03:38:30.723Z | user 48.249364587 |
| 317 | 2026-08-25T03:38:30.723Z | sys 10.996918512 |
| 318 | 2026-08-25T03:38:30.723Z | trap 0.034976606 |
| 319 | 2026-08-25T03:38:30.723Z | tflt 0.069600929 |
| 320 | 2026-08-25T03:38:30.723Z | dflt 0.140797638 |
| 321 | 2026-08-25T03:38:30.863Z | kflt 0.004967703 |
| 322 | 2026-08-25T03:38:30.863Z | lock 3:24.573904124 |
| 323 | 2026-08-25T03:38:30.863Z | slp 2:41.990677969 |
| 324 | 2026-08-25T03:38:30.863Z | lat 2.529553362 |
| 325 | 2026-08-25T03:38:30.863Z | stop 11.063966537 |
| 326 | 2026-08-25T03:38:30.863Z | process exited: duration 35076 ms, exit code 0 |
| |
| 327 | 2026-08-25T03:38:31.032Z | found 0 output files |