|
|
|
| 1 | 2026-04-09T10:36:13.662Z | job assigned to worker 01KNRWZEVE3DAB63N02M7ZRX0K [factory aws, i-00100667eaa0c5e2d] (queued for 52 s) |
| |
| 2 | 2026-04-09T10:36:20.313Z | starting task 0: "setup" |
| 3 | 2026-04-09T10:36:20.317Z | ++ uname -s |
| 4 | 2026-04-09T10:36:20.322Z | + kern=SunOS |
| 5 | 2026-04-09T10:36:20.322Z | + build_user=build |
| 6 | 2026-04-09T10:36:20.322Z | + build_uid=12345 |
| 7 | 2026-04-09T10:36:20.322Z | + work_dir=/work |
| 8 | 2026-04-09T10:36:20.322Z | + input_dir=/input |
| 9 | 2026-04-09T10:36:20.322Z | + [[ 0 == 12345 ]] |
| 10 | 2026-04-09T10:36:20.322Z | + case "$kern" in |
| 11 | 2026-04-09T10:36:20.322Z | + groupadd -g 12345 build |
| 12 | 2026-04-09T10:36:20.322Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-04-09T10:36:22.328Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-04-09T10:36:22.443Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-04-09T10:36:22.446Z | + home_fs=zfs |
| 16 | 2026-04-09T10:36:22.447Z | + [[ zfs == autofs ]] |
| 17 | 2026-04-09T10:36:22.447Z | + mkdir -p /home/build |
| 18 | 2026-04-09T10:36:22.447Z | + chown build:build /home/build /work |
| 19 | 2026-04-09T10:36:24.448Z | + chmod 0700 /home/build /work |
| 20 | 2026-04-09T10:36:24.451Z | process exited: duration 4139 ms, exit code 0 |
| |
| 21 | 2026-04-09T10:36:25.462Z | starting task 1: "rust-toolchain" |
| 22 | 2026-04-09T10:36:25.466Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-04-09T10:36:25.466Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-04-09T10:36:25.466Z | * rust toolchain channel = "1.90.0" |
| 25 | 2026-04-09T10:36:25.466Z | * rust toolchain profile = "default" |
| 26 | 2026-04-09T10:36:25.466Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-04-09T10:36:25.466Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-04-09T10:36:25.466Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-04-09T10:36:25.466Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-04-09T10:36:25.467Z | info: downloading installer |
| 31 | 2026-04-09T10:36:25.978Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-04-09T10:36:25.978Z | warn: /opt/ooce/bin |
| 33 | 2026-04-09T10:36:25.978Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-04-09T10:36:25.978Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-04-09T10:36:25.978Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-04-09T10:36:25.978Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-04-09T10:36:25.978Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-04-09T10:36:25.978Z | error: cannot install while Rust is installed |
| 39 | 2026-04-09T10:36:25.978Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-04-09T10:36:25.978Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-04-09T10:36:25.978Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-04-09T10:36:25.978Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-04-09T10:36:25.978Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-04-09T10:36:26.019Z | info: profile set to default |
| 45 | 2026-04-09T10:36:26.019Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-04-09T10:36:26.022Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 47 | 2026-04-09T10:36:26.172Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 48 | 2026-04-09T10:36:26.175Z | info: downloading 6 components |
| 49 | 2026-04-09T10:36:40.133Z | info: default toolchain set to 1.90.0-x86_64-unknown-illumos |
| 50 | 2026-04-09T10:36:40.133Z | |
| 51 | 2026-04-09T10:36:40.166Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 52 | 2026-04-09T10:36:40.166Z | |
| 53 | 2026-04-09T10:36:40.166Z | |
| 54 | 2026-04-09T10:36:40.166Z | Rust is installed now. Great! |
| 55 | 2026-04-09T10:36:40.166Z | |
| 56 | 2026-04-09T10:36:40.170Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-04-09T10:36:40.170Z | environment variable. This has not been done automatically. |
| 58 | 2026-04-09T10:36:40.170Z | |
| 59 | 2026-04-09T10:36:40.170Z | To configure your current shell, you need to source |
| 60 | 2026-04-09T10:36:40.170Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-04-09T10:36:40.170Z | |
| 62 | 2026-04-09T10:36:40.170Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-04-09T10:36:40.170Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-04-09T10:36:40.170Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-04-09T10:36:40.170Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-04-09T10:36:40.170Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-04-09T10:36:40.170Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-04-09T10:36:40.170Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-04-09T10:36:40.170Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-04-09T10:36:40.170Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-04-09T10:36:40.242Z | + rustup --version |
| 72 | 2026-04-09T10:36:40.251Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-04-09T10:36:40.254Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-04-09T10:36:40.273Z | info: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 75 | 2026-04-09T10:36:40.276Z | + cargo --version |
| 76 | 2026-04-09T10:36:40.289Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 77 | 2026-04-09T10:36:40.292Z | + rustc --version |
| 78 | 2026-04-09T10:36:40.311Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 79 | 2026-04-09T10:36:40.314Z | process exited: duration 15854 ms, exit code 0 |
| |
| 80 | 2026-04-09T10:36:40.320Z | starting task 2: "authentication" |
| 81 | 2026-04-09T10:36:40.337Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-04-09T10:36:40.343Z | starting task 3: "clone repository" |
| 83 | 2026-04-09T10:36:40.346Z | + mkdir -p /work/oxidecomputer/opte |
| 84 | 2026-04-09T10:36:40.349Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 85 | 2026-04-09T10:36:40.375Z | Cloning into '/work/oxidecomputer/opte'... |
| 86 | 2026-04-09T10:36:41.198Z | + cd /work/oxidecomputer/opte |
| 87 | 2026-04-09T10:36:41.198Z | + git fetch origin ab9008db67870d407c9413ef129e4eb701cc81a6 |
| 88 | 2026-04-09T10:36:41.460Z | From https://github.com/oxidecomputer/opte |
| 89 | 2026-04-09T10:36:41.460Z | * branch ab9008db67870d407c9413ef129e4eb701cc81a6 -> FETCH_HEAD |
| 90 | 2026-04-09T10:36:41.467Z | + [[ -n zl/filter-mcast-srcs ]] |
| 91 | 2026-04-09T10:36:41.470Z | ++ git branch --show-current |
| 92 | 2026-04-09T10:36:41.470Z | + current=master |
| 93 | 2026-04-09T10:36:41.470Z | + [[ master != zl/filter-mcast-srcs ]] |
| 94 | 2026-04-09T10:36:41.470Z | + git branch -f zl/filter-mcast-srcs ab9008db67870d407c9413ef129e4eb701cc81a6 |
| 95 | 2026-04-09T10:36:41.473Z | + git checkout -f zl/filter-mcast-srcs |
| 96 | 2026-04-09T10:36:41.489Z | Switched to branch 'zl/filter-mcast-srcs' |
| 97 | 2026-04-09T10:36:41.493Z | + git reset --hard ab9008db67870d407c9413ef129e4eb701cc81a6 |
| 98 | 2026-04-09T10:36:41.496Z | HEAD is now at ab9008d [review] api comment updates for ord impl |
| 99 | 2026-04-09T10:36:41.499Z | process exited: duration 1153 ms, exit code 0 |
| |
| 100 | 2026-04-09T10:36:41.506Z | starting task 4: "build" |
| 101 | 2026-04-09T10:36:41.509Z | + source .github/buildomat/common.sh |
| 102 | 2026-04-09T10:36:41.512Z | ++ rustup show active-toolchain |
| 103 | 2026-04-09T10:36:41.515Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 104 | 2026-04-09T10:36:41.515Z | ++ pushd xde |
| 105 | 2026-04-09T10:36:41.518Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 106 | 2026-04-09T10:36:41.519Z | ++ rustup show active-toolchain |
| 107 | 2026-04-09T10:36:41.522Z | info: syncing channel updates for nightly-2025-09-19-x86_64-unknown-illumos |
| 108 | 2026-04-09T10:36:41.674Z | info: latest update on 2025-09-19 for version 1.92.0-nightly (7c275d09e 2025-09-18) |
| 109 | 2026-04-09T10:36:41.678Z | info: downloading 6 components |
| 110 | 2026-04-09T10:36:54.862Z | nightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 111 | 2026-04-09T10:36:54.937Z | +++ rustup show active-toolchain -v |
| 112 | 2026-04-09T10:36:54.941Z | +++ head -n 1 |
| 113 | 2026-04-09T10:36:54.941Z | +++ cut '-d ' -f1 |
| 114 | 2026-04-09T10:36:55.003Z | ++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos |
| 115 | 2026-04-09T10:36:55.003Z | ++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos |
| 116 | 2026-04-09T10:36:55.003Z | ++ popd |
| 117 | 2026-04-09T10:36:55.003Z | /work/oxidecomputer/opte |
| 118 | 2026-04-09T10:36:55.006Z | + cargo --version |
| 119 | 2026-04-09T10:36:55.012Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 120 | 2026-04-09T10:36:55.015Z | + rustc --version |
| 121 | 2026-04-09T10:36:55.035Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 122 | 2026-04-09T10:36:55.038Z | + cd lib/opte-ioctl |
| 123 | 2026-04-09T10:36:55.038Z | + header 'check style' |
| 124 | 2026-04-09T10:36:55.038Z | + echo '# ==== check style ==== #' |
| 125 | 2026-04-09T10:36:55.038Z | # ==== check style ==== # |
| 126 | 2026-04-09T10:36:55.038Z | + ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos fmt -- --check |
| 127 | 2026-04-09T10:36:55.112Z | |
| 128 | 2026-04-09T10:36:55.112Z | real 0.072024472 |
| 129 | 2026-04-09T10:36:55.112Z | user 0.038551875 |
| 130 | 2026-04-09T10:36:55.112Z | sys 0.030494548 |
| 131 | 2026-04-09T10:36:55.112Z | trap 0.000002387 |
| 132 | 2026-04-09T10:36:55.112Z | tflt 0.000017305 |
| 133 | 2026-04-09T10:36:55.115Z | dflt 0.000013177 |
| 134 | 2026-04-09T10:36:55.115Z | kflt 0.000000000 |
| 135 | 2026-04-09T10:36:55.115Z | lock 0.046690141 |
| 136 | 2026-04-09T10:36:55.115Z | slp 0.054404370 |
| 137 | 2026-04-09T10:36:55.116Z | lat 0.001026025 |
| 138 | 2026-04-09T10:36:55.116Z | stop 0.000106381 |
| 139 | 2026-04-09T10:36:55.116Z | + header analyze |
| 140 | 2026-04-09T10:36:55.116Z | + echo '# ==== analyze ==== #' |
| 141 | 2026-04-09T10:36:55.116Z | # ==== analyze ==== # |
| 142 | 2026-04-09T10:36:55.116Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 143 | 2026-04-09T10:36:55.251Z | Updating crates.io index |
| 144 | 2026-04-09T10:36:55.254Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 145 | 2026-04-09T10:36:55.898Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 146 | 2026-04-09T10:36:56.408Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 147 | 2026-04-09T10:36:56.801Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 148 | 2026-04-09T10:36:57.048Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 149 | 2026-04-09T10:36:57.454Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 150 | 2026-04-09T10:36:57.711Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 151 | 2026-04-09T10:36:59.216Z | Downloading crates ... |
| 152 | 2026-04-09T10:36:59.261Z | Downloaded cobs v0.3.0 |
| 153 | 2026-04-09T10:36:59.269Z | Downloaded darling_macro v0.21.3 |
| 154 | 2026-04-09T10:36:59.275Z | Downloaded colored v3.1.1 |
| 155 | 2026-04-09T10:36:59.278Z | Downloaded darling v0.21.3 |
| 156 | 2026-04-09T10:36:59.281Z | Downloaded cstr-argument v0.1.2 |
| 157 | 2026-04-09T10:36:59.284Z | Downloaded byteorder v1.5.0 |
| 158 | 2026-04-09T10:36:59.284Z | Downloaded cfg-if v1.0.4 |
| 159 | 2026-04-09T10:36:59.284Z | Downloaded bitflags v2.10.0 |
| 160 | 2026-04-09T10:36:59.292Z | Downloaded foreign-types-macros v0.2.3 |
| 161 | 2026-04-09T10:36:59.295Z | Downloaded strsim v0.11.1 |
| 162 | 2026-04-09T10:36:59.299Z | Downloaded ref-cast-impl v1.0.25 |
| 163 | 2026-04-09T10:36:59.299Z | Downloaded foreign-types-shared v0.3.1 |
| 164 | 2026-04-09T10:36:59.299Z | Downloaded embedded-io v0.6.1 |
| 165 | 2026-04-09T10:36:59.304Z | Downloaded ref-cast v1.0.25 |
| 166 | 2026-04-09T10:36:59.307Z | Downloaded version_check v0.9.5 |
| 167 | 2026-04-09T10:36:59.307Z | Downloaded num_enum v0.7.5 |
| 168 | 2026-04-09T10:36:59.310Z | Downloaded defmt v1.0.1 |
| 169 | 2026-04-09T10:36:59.313Z | Downloaded embedded-io v0.4.0 |
| 170 | 2026-04-09T10:36:59.313Z | Downloaded ingot-types v0.1.2 |
| 171 | 2026-04-09T10:36:59.318Z | Downloaded managed v0.8.0 |
| 172 | 2026-04-09T10:36:59.321Z | Downloaded macaddr v1.0.1 |
| 173 | 2026-04-09T10:36:59.321Z | Downloaded fnv v1.0.7 |
| 174 | 2026-04-09T10:36:59.324Z | Downloaded defmt v0.3.100 |
| 175 | 2026-04-09T10:36:59.324Z | Downloaded equivalent v1.0.2 |
| 176 | 2026-04-09T10:36:59.327Z | Downloaded dyn-clone v1.0.20 |
| 177 | 2026-04-09T10:36:59.327Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 178 | 2026-04-09T10:36:59.327Z | Downloaded ident_case v1.0.1 |
| 179 | 2026-04-09T10:36:59.331Z | Downloaded hash32 v0.3.1 |
| 180 | 2026-04-09T10:36:59.334Z | Downloaded thiserror-impl v2.0.18 |
| 181 | 2026-04-09T10:36:59.334Z | Downloaded num_enum_derive v0.7.5 |
| 182 | 2026-04-09T10:36:59.345Z | Downloaded pretty-hex v0.4.1 |
| 183 | 2026-04-09T10:36:59.350Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 184 | 2026-04-09T10:36:59.353Z | Downloaded foreign-types v0.5.0 |
| 185 | 2026-04-09T10:36:59.353Z | Downloaded defmt-parser v1.0.0 |
| 186 | 2026-04-09T10:36:59.356Z | Downloaded proc-macro-crate v3.4.0 |
| 187 | 2026-04-09T10:36:59.364Z | Downloaded stable_deref_trait v1.2.1 |
| 188 | 2026-04-09T10:36:59.369Z | Downloaded either v1.15.0 |
| 189 | 2026-04-09T10:36:59.373Z | Downloaded rustversion v1.0.22 |
| 190 | 2026-04-09T10:36:59.376Z | Downloaded defmt-macros v1.0.1 |
| 191 | 2026-04-09T10:36:59.379Z | Downloaded serde_core v1.0.228 |
| 192 | 2026-04-09T10:36:59.382Z | Downloaded pin-project-lite v0.2.16 |
| 193 | 2026-04-09T10:36:59.387Z | Downloaded darling_core v0.21.3 |
| 194 | 2026-04-09T10:36:59.390Z | Downloaded rand_chacha v0.9.0 |
| 195 | 2026-04-09T10:36:59.393Z | Downloaded oxnet v0.1.4 |
| 196 | 2026-04-09T10:36:59.396Z | Downloaded thiserror v2.0.18 |
| 197 | 2026-04-09T10:36:59.401Z | Downloaded quote v1.0.44 |
| 198 | 2026-04-09T10:36:59.404Z | Downloaded bitflags v1.3.2 |
| 199 | 2026-04-09T10:36:59.404Z | Downloaded ingot v0.1.1 |
| 200 | 2026-04-09T10:36:59.408Z | Downloaded ppv-lite86 v0.2.21 |
| 201 | 2026-04-09T10:36:59.424Z | Downloaded aho-corasick v1.1.4 |
| 202 | 2026-04-09T10:36:59.429Z | Downloaded tracing-attributes v0.1.31 |
| 203 | 2026-04-09T10:36:59.432Z | Downloaded proc-macro-error2 v2.0.1 |
| 204 | 2026-04-09T10:36:59.435Z | Downloaded once_cell v1.21.3 |
| 205 | 2026-04-09T10:36:59.437Z | Downloaded rand_core v0.9.5 |
| 206 | 2026-04-09T10:36:59.440Z | Downloaded anyhow v1.0.101 |
| 207 | 2026-04-09T10:36:59.445Z | Downloaded proc-macro2 v1.0.106 |
| 208 | 2026-04-09T10:36:59.452Z | Downloaded uuid v1.20.0 |
| 209 | 2026-04-09T10:36:59.455Z | Downloaded unicode-ident v1.0.23 |
| 210 | 2026-04-09T10:36:59.459Z | Downloaded toml_parser v1.0.7+spec-1.1.0 |
| 211 | 2026-04-09T10:36:59.462Z | Downloaded socket2 v0.6.2 |
| 212 | 2026-04-09T10:36:59.465Z | Downloaded serde_derive v1.0.228 |
| 213 | 2026-04-09T10:36:59.465Z | Downloaded getrandom v0.3.4 |
| 214 | 2026-04-09T10:36:59.468Z | Downloaded serde v1.0.228 |
| 215 | 2026-04-09T10:36:59.471Z | Downloaded heapless v0.8.0 |
| 216 | 2026-04-09T10:36:59.474Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 217 | 2026-04-09T10:36:59.481Z | Downloaded tracing-core v0.1.36 |
| 218 | 2026-04-09T10:36:59.484Z | Downloaded indexmap v2.13.0 |
| 219 | 2026-04-09T10:36:59.490Z | Downloaded postcard v1.1.3 |
| 220 | 2026-04-09T10:36:59.493Z | Downloaded rand v0.9.2 |
| 221 | 2026-04-09T10:36:59.495Z | Downloaded zerocopy-derive v0.8.39 |
| 222 | 2026-04-09T10:36:59.512Z | Downloaded ingot-macros v0.1.1 |
| 223 | 2026-04-09T10:36:59.515Z | Downloaded memchr v2.8.0 |
| 224 | 2026-04-09T10:36:59.518Z | Downloaded itertools v0.14.0 |
| 225 | 2026-04-09T10:36:59.537Z | Downloaded hashbrown v0.16.1 |
| 226 | 2026-04-09T10:36:59.542Z | Downloaded regex v1.12.3 |
| 227 | 2026-04-09T10:36:59.563Z | Downloaded winnow v0.7.14 |
| 228 | 2026-04-09T10:36:59.600Z | Downloaded syn v1.0.109 |
| 229 | 2026-04-09T10:36:59.620Z | Downloaded zerocopy v0.8.39 |
| 230 | 2026-04-09T10:36:59.631Z | Downloaded syn v2.0.114 |
| 231 | 2026-04-09T10:36:59.637Z | Downloaded smoltcp v0.11.0 |
| 232 | 2026-04-09T10:36:59.643Z | Downloaded regex-syntax v0.8.9 |
| 233 | 2026-04-09T10:36:59.659Z | Downloaded tracing v0.1.44 |
| 234 | 2026-04-09T10:36:59.677Z | Downloaded regex-automata v0.4.14 |
| 235 | 2026-04-09T10:36:59.693Z | Downloaded libc v0.2.180 |
| 236 | 2026-04-09T10:36:59.748Z | Compiling proc-macro2 v1.0.106 |
| 237 | 2026-04-09T10:36:59.748Z | Compiling quote v1.0.44 |
| 238 | 2026-04-09T10:36:59.748Z | Compiling unicode-ident v1.0.23 |
| 239 | 2026-04-09T10:36:59.752Z | Compiling zerocopy v0.8.39 |
| 240 | 2026-04-09T10:36:59.752Z | Checking cfg-if v1.0.4 |
| 241 | 2026-04-09T10:36:59.752Z | Compiling serde_core v1.0.228 |
| 242 | 2026-04-09T10:36:59.752Z | Compiling libc v0.2.180 |
| 243 | 2026-04-09T10:36:59.752Z | Compiling ident_case v1.0.1 |
| 244 | 2026-04-09T10:36:59.868Z | Compiling strsim v0.11.1 |
| 245 | 2026-04-09T10:36:59.932Z | Compiling fnv v1.0.7 |
| 246 | 2026-04-09T10:36:59.938Z | Compiling thiserror v2.0.18 |
| 247 | 2026-04-09T10:37:00.017Z | Compiling memchr v2.8.0 |
| 248 | 2026-04-09T10:37:00.157Z | Compiling regex-syntax v0.8.9 |
| 249 | 2026-04-09T10:37:00.177Z | Compiling winnow v0.7.14 |
| 250 | 2026-04-09T10:37:00.219Z | Compiling either v1.15.0 |
| 251 | 2026-04-09T10:37:00.412Z | Compiling aho-corasick v1.1.4 |
| 252 | 2026-04-09T10:37:00.447Z | Compiling equivalent v1.0.2 |
| 253 | 2026-04-09T10:37:00.523Z | Compiling hashbrown v0.16.1 |
| 254 | 2026-04-09T10:37:00.544Z | Compiling serde v1.0.228 |
| 255 | 2026-04-09T10:37:00.577Z | Compiling itertools v0.14.0 |
| 256 | 2026-04-09T10:37:01.029Z | Compiling syn v2.0.114 |
| 257 | 2026-04-09T10:37:01.047Z | Compiling indexmap v2.13.0 |
| 258 | 2026-04-09T10:37:01.119Z | Compiling heapless v0.8.0 |
| 259 | 2026-04-09T10:37:01.400Z | Compiling getrandom v0.3.4 |
| 260 | 2026-04-09T10:37:01.548Z | Compiling toml_parser v1.0.7+spec-1.1.0 |
| 261 | 2026-04-09T10:37:01.567Z | Compiling regex-automata v0.4.14 |
| 262 | 2026-04-09T10:37:01.633Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 263 | 2026-04-09T10:37:01.716Z | Checking byteorder v1.5.0 |
| 264 | 2026-04-09T10:37:01.798Z | Checking bitflags v2.10.0 |
| 265 | 2026-04-09T10:37:01.854Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 266 | 2026-04-09T10:37:01.868Z | Checking hash32 v0.3.1 |
| 267 | 2026-04-09T10:37:01.946Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 268 | 2026-04-09T10:37:01.974Z | Checking stable_deref_trait v1.2.1 |
| 269 | 2026-04-09T10:37:02.004Z | Compiling rustversion v1.0.22 |
| 270 | 2026-04-09T10:37:02.041Z | Checking macaddr v1.0.1 |
| 271 | 2026-04-09T10:37:02.077Z | Compiling syn v1.0.109 |
| 272 | 2026-04-09T10:37:02.101Z | Compiling smoltcp v0.11.0 |
| 273 | 2026-04-09T10:37:02.344Z | Checking managed v0.8.0 |
| 274 | 2026-04-09T10:37:02.374Z | Checking bitflags v1.3.2 |
| 275 | 2026-04-09T10:37:02.413Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 276 | 2026-04-09T10:37:02.427Z | Compiling version_check v0.9.5 |
| 277 | 2026-04-09T10:37:02.433Z | Compiling ref-cast v1.0.25 |
| 278 | 2026-04-09T10:37:02.516Z | Compiling proc-macro-crate v3.4.0 |
| 279 | 2026-04-09T10:37:02.691Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 280 | 2026-04-09T10:37:02.829Z | Checking rand_core v0.9.5 |
| 281 | 2026-04-09T10:37:02.931Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 282 | 2026-04-09T10:37:02.937Z | Checking foreign-types-shared v0.3.1 |
| 283 | 2026-04-09T10:37:03.010Z | Checking once_cell v1.21.3 |
| 284 | 2026-04-09T10:37:03.174Z | Compiling anyhow v1.0.101 |
| 285 | 2026-04-09T10:37:03.187Z | Checking tracing-core v0.1.36 |
| 286 | 2026-04-09T10:37:03.313Z | Compiling regex v1.12.3 |
| 287 | 2026-04-09T10:37:03.337Z | Checking cstr-argument v0.1.2 |
| 288 | 2026-04-09T10:37:03.593Z | Compiling darling_core v0.21.3 |
| 289 | 2026-04-09T10:37:03.602Z | Checking pin-project-lite v0.2.16 |
| 290 | 2026-04-09T10:37:03.686Z | Checking pretty-hex v0.4.1 |
| 291 | 2026-04-09T10:37:03.694Z | Checking dyn-clone v1.0.20 |
| 292 | 2026-04-09T10:37:03.702Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c) |
| 293 | 2026-04-09T10:37:03.786Z | Checking uuid v1.20.0 |
| 294 | 2026-04-09T10:37:03.792Z | Checking socket2 v0.6.2 |
| 295 | 2026-04-09T10:37:03.956Z | Checking oxnet v0.1.4 |
| 296 | 2026-04-09T10:37:04.053Z | Checking colored v3.1.1 |
| 297 | 2026-04-09T10:37:04.437Z | Compiling zerocopy-derive v0.8.39 |
| 298 | 2026-04-09T10:37:04.437Z | Compiling thiserror-impl v2.0.18 |
| 299 | 2026-04-09T10:37:04.437Z | Compiling serde_derive v1.0.228 |
| 300 | 2026-04-09T10:37:04.440Z | Compiling foreign-types-macros v0.2.3 |
| 301 | 2026-04-09T10:37:04.440Z | Compiling num_enum_derive v0.7.5 |
| 302 | 2026-04-09T10:37:05.057Z | Compiling ref-cast-impl v1.0.25 |
| 303 | 2026-04-09T10:37:05.131Z | Checking foreign-types v0.5.0 |
| 304 | 2026-04-09T10:37:05.203Z | Compiling tracing-attributes v0.1.31 |
| 305 | 2026-04-09T10:37:05.436Z | Checking num_enum v0.7.5 |
| 306 | 2026-04-09T10:37:05.544Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 307 | 2026-04-09T10:37:05.724Z | Compiling darling_macro v0.21.3 |
| 308 | 2026-04-09T10:37:05.731Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 309 | 2026-04-09T10:37:05.767Z | Checking cobs v0.3.0 |
| 310 | 2026-04-09T10:37:05.890Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 311 | 2026-04-09T10:37:06.032Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 312 | 2026-04-09T10:37:06.248Z | Compiling darling v0.21.3 |
| 313 | 2026-04-09T10:37:06.316Z | Compiling ingot-macros v0.1.1 |
| 314 | 2026-04-09T10:37:06.344Z | Checking tracing v0.1.44 |
| 315 | 2026-04-09T10:37:06.473Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 316 | 2026-04-09T10:37:06.997Z | Checking postcard v1.1.3 |
| 317 | 2026-04-09T10:37:08.501Z | Checking ingot-types v0.1.2 |
| 318 | 2026-04-09T10:37:08.501Z | Checking ppv-lite86 v0.2.21 |
| 319 | 2026-04-09T10:37:08.736Z | Checking rand_chacha v0.9.0 |
| 320 | 2026-04-09T10:37:08.776Z | Checking ingot v0.1.1 |
| 321 | 2026-04-09T10:37:08.884Z | Checking rand v0.9.2 |
| 322 | 2026-04-09T10:37:10.175Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 323 | 2026-04-09T10:37:11.322Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 324 | 2026-04-09T10:37:12.469Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 325 | 2026-04-09T10:37:12.652Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.48s |
| 326 | 2026-04-09T10:37:12.755Z | |
| 327 | 2026-04-09T10:37:12.758Z | real 17.635108384 |
| 328 | 2026-04-09T10:37:12.758Z | user 49.159673339 |
| 329 | 2026-04-09T10:37:12.759Z | sys 10.856925769 |
| 330 | 2026-04-09T10:37:12.759Z | trap 0.033518831 |
| 331 | 2026-04-09T10:37:12.759Z | tflt 0.113828561 |
| 332 | 2026-04-09T10:37:12.759Z | dflt 0.077790275 |
| 333 | 2026-04-09T10:37:12.759Z | kflt 0.004167395 |
| 334 | 2026-04-09T10:37:12.759Z | lock 1:43.400070935 |
| 335 | 2026-04-09T10:37:12.759Z | slp 3:32.184920192 |
| 336 | 2026-04-09T10:37:12.759Z | lat 3.813471345 |
| 337 | 2026-04-09T10:37:12.759Z | stop 8.299936916 |
| 338 | 2026-04-09T10:37:12.759Z | process exited: duration 31245 ms, exit code 0 |
| |
| 339 | 2026-04-09T10:37:12.765Z | found 0 output files |