|
|
|
| 1 | 2026-07-26T04:24:04.799Z | job assigned to worker 01KYEAKBQS118QVYQE8HYTNQ41 [factory aws, i-01c50bd21ced048f3] (queued for 55 s) |
| |
| 2 | 2026-07-26T04:24:11.339Z | starting task 0: "setup" |
| 3 | 2026-07-26T04:24:11.347Z | ++ uname -s |
| 4 | 2026-07-26T04:24:11.347Z | + kern=SunOS |
| 5 | 2026-07-26T04:24:11.347Z | + build_user=build |
| 6 | 2026-07-26T04:24:11.347Z | + build_uid=12345 |
| 7 | 2026-07-26T04:24:11.347Z | + work_dir=/work |
| 8 | 2026-07-26T04:24:11.347Z | + input_dir=/input |
| 9 | 2026-07-26T04:24:11.347Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-26T04:24:11.347Z | + case "$kern" in |
| 11 | 2026-07-26T04:24:11.347Z | + groupadd -g 12345 build |
| 12 | 2026-07-26T04:24:11.347Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-26T04:24:13.349Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-26T04:24:13.456Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-26T04:24:13.462Z | + home_fs=zfs |
| 16 | 2026-07-26T04:24:13.462Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-26T04:24:13.463Z | + mkdir -p /home/build |
| 18 | 2026-07-26T04:24:13.463Z | + chown build:build /home/build /work |
| 19 | 2026-07-26T04:24:15.454Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-26T04:24:15.458Z | process exited: duration 4124 ms, exit code 0 |
| |
| 21 | 2026-07-26T04:24:15.468Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-26T04:24:15.472Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-26T04:24:15.472Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-07-26T04:24:15.473Z | * rust toolchain profile = "default" |
| 25 | 2026-07-26T04:24:15.473Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-26T04:24:15.473Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-26T04:24:15.473Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-26T04:24:15.473Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-26T04:24:15.473Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-26T04:24:15.531Z | info: downloading installer |
| 31 | 2026-07-26T04:24:17.422Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-26T04:24:17.422Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-26T04:24:17.422Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-26T04:24:17.423Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-26T04:24:17.423Z | info: profile set to default |
| 36 | 2026-07-26T04:24:17.423Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-26T04:24:17.423Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-26T04:24:17.423Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-26T04:24:17.423Z | info: downloading 6 components |
| 40 | 2026-07-26T04:24:32.763Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-07-26T04:24:32.763Z | |
| 42 | 2026-07-26T04:24:32.789Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-26T04:24:32.789Z | |
| 44 | 2026-07-26T04:24:32.789Z | |
| 45 | 2026-07-26T04:24:32.789Z | Rust is installed now. Great! |
| 46 | 2026-07-26T04:24:32.789Z | |
| 47 | 2026-07-26T04:24:32.793Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-26T04:24:32.794Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-26T04:24:32.794Z | |
| 50 | 2026-07-26T04:24:32.794Z | To configure your current shell, you need to source |
| 51 | 2026-07-26T04:24:32.794Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-26T04:24:32.794Z | |
| 53 | 2026-07-26T04:24:32.794Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-26T04:24:32.794Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-26T04:24:32.794Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-26T04:24:32.794Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-26T04:24:32.794Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-26T04:24:32.794Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-26T04:24:32.794Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-26T04:24:32.794Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-26T04:24:32.794Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-26T04:24:32.887Z | + rustup --version |
| 63 | 2026-07-26T04:24:32.895Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-26T04:24:32.901Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-26T04:24:32.916Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-26T04:24:32.919Z | + cargo --version |
| 67 | 2026-07-26T04:24:32.933Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-26T04:24:32.937Z | + rustc --version |
| 69 | 2026-07-26T04:24:32.954Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-26T04:24:32.958Z | process exited: duration 17491 ms, exit code 0 |
| |
| 71 | 2026-07-26T04:24:32.966Z | starting task 2: "authentication" |
| 72 | 2026-07-26T04:24:32.982Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-26T04:24:32.989Z | starting task 3: "clone repository" |
| 74 | 2026-07-26T04:24:32.993Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-26T04:24:32.996Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-26T04:24:33.025Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-26T04:24:33.912Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-26T04:24:33.912Z | + git fetch origin 10df0e1bc93e19e4c13d53bb7bb1b49d6a28dfad |
| 79 | 2026-07-26T04:24:34.183Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-26T04:24:34.183Z | * branch 10df0e1bc93e19e4c13d53bb7bb1b49d6a28dfad -> FETCH_HEAD |
| 81 | 2026-07-26T04:24:34.188Z | + [[ -n renovate/ctor-1.x ]] |
| 82 | 2026-07-26T04:24:34.191Z | ++ git branch --show-current |
| 83 | 2026-07-26T04:24:34.191Z | + current=master |
| 84 | 2026-07-26T04:24:34.191Z | + [[ master != renovate/ctor-1.x ]] |
| 85 | 2026-07-26T04:24:34.191Z | + git branch -f renovate/ctor-1.x 10df0e1bc93e19e4c13d53bb7bb1b49d6a28dfad |
| 86 | 2026-07-26T04:24:34.196Z | + git checkout -f renovate/ctor-1.x |
| 87 | 2026-07-26T04:24:34.210Z | Switched to branch 'renovate/ctor-1.x' |
| 88 | 2026-07-26T04:24:34.215Z | + git reset --hard 10df0e1bc93e19e4c13d53bb7bb1b49d6a28dfad |
| 89 | 2026-07-26T04:24:34.227Z | HEAD is now at 10df0e1 Update Rust crate ctor to v1 |
| 90 | 2026-07-26T04:24:34.232Z | process exited: duration 1238 ms, exit code 0 |
| |
| 91 | 2026-07-26T04:24:34.239Z | starting task 4: "build" |
| 92 | 2026-07-26T04:24:34.243Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-26T04:24:34.243Z | ++ rustup show active-toolchain |
| 94 | 2026-07-26T04:24:34.249Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-26T04:24:34.252Z | ++ pushd xde |
| 96 | 2026-07-26T04:24:34.252Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-26T04:24:34.252Z | ++ rustup show active-toolchain |
| 98 | 2026-07-26T04:24:34.256Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 99 | 2026-07-26T04:24:34.410Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 100 | 2026-07-26T04:24:34.413Z | info: downloading 6 components |
| 101 | 2026-07-26T04:24:49.566Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-26T04:24:49.621Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-26T04:24:49.624Z | +++ head -n 1 |
| 104 | 2026-07-26T04:24:49.625Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-26T04:24:49.676Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 106 | 2026-07-26T04:24:49.676Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-07-26T04:24:49.676Z | ++ popd |
| 108 | 2026-07-26T04:24:49.680Z | /work/oxidecomputer/opte |
| 109 | 2026-07-26T04:24:49.680Z | + cargo --version |
| 110 | 2026-07-26T04:24:49.686Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 111 | 2026-07-26T04:24:49.690Z | + rustc --version |
| 112 | 2026-07-26T04:24:49.708Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 113 | 2026-07-26T04:24:49.711Z | + cd lib/opte-ioctl |
| 114 | 2026-07-26T04:24:49.711Z | + header 'check style' |
| 115 | 2026-07-26T04:24:49.711Z | + echo '# ==== check style ==== #' |
| 116 | 2026-07-26T04:24:49.711Z | # ==== check style ==== # |
| 117 | 2026-07-26T04:24:49.711Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-07-26T04:24:49.779Z | |
| 119 | 2026-07-26T04:24:49.779Z | real 0.066756262 |
| 120 | 2026-07-26T04:24:49.779Z | user 0.035901113 |
| 121 | 2026-07-26T04:24:49.779Z | sys 0.028277861 |
| 122 | 2026-07-26T04:24:49.779Z | trap 0.000000510 |
| 123 | 2026-07-26T04:24:49.779Z | tflt 0.000005040 |
| 124 | 2026-07-26T04:24:49.780Z | dflt 0.000031120 |
| 125 | 2026-07-26T04:24:49.780Z | kflt 0.000000000 |
| 126 | 2026-07-26T04:24:49.780Z | lock 0.031000892 |
| 127 | 2026-07-26T04:24:49.780Z | slp 0.046260739 |
| 128 | 2026-07-26T04:24:49.780Z | lat 0.000872770 |
| 129 | 2026-07-26T04:24:49.780Z | stop 0.000091550 |
| 130 | 2026-07-26T04:24:49.783Z | + header analyze |
| 131 | 2026-07-26T04:24:49.784Z | + echo '# ==== analyze ==== #' |
| 132 | 2026-07-26T04:24:49.784Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 133 | 2026-07-26T04:24:49.784Z | # ==== analyze ==== # |
| 134 | 2026-07-26T04:24:49.903Z | Updating crates.io index |
| 135 | 2026-07-26T04:24:49.908Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 136 | 2026-07-26T04:24:50.650Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 137 | 2026-07-26T04:24:50.884Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 138 | 2026-07-26T04:24:51.113Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-07-26T04:24:51.464Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-07-26T04:24:51.716Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 141 | 2026-07-26T04:24:51.938Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 142 | 2026-07-26T04:24:53.906Z | Downloading crates ... |
| 143 | 2026-07-26T04:24:53.977Z | Downloaded defmt v0.3.100 |
| 144 | 2026-07-26T04:24:53.986Z | Downloaded zerocopy-derive v0.8.54 |
| 145 | 2026-07-26T04:24:53.990Z | Downloaded cfg-if v1.0.4 |
| 146 | 2026-07-26T04:24:53.990Z | Downloaded uuid v1.23.5 |
| 147 | 2026-07-26T04:24:53.994Z | Downloaded embedded-io v0.6.1 |
| 148 | 2026-07-26T04:24:53.994Z | Downloaded serde_core v1.0.228 |
| 149 | 2026-07-26T04:24:53.999Z | Downloaded equivalent v1.0.2 |
| 150 | 2026-07-26T04:24:53.999Z | Downloaded pretty-hex v0.4.2 |
| 151 | 2026-07-26T04:24:53.999Z | Downloaded bitflags v2.13.0 |
| 152 | 2026-07-26T04:24:54.006Z | Downloaded getrandom v0.4.3 |
| 153 | 2026-07-26T04:24:54.010Z | Downloaded defmt-parser v1.0.0 |
| 154 | 2026-07-26T04:24:54.010Z | Downloaded chacha20 v0.10.1 |
| 155 | 2026-07-26T04:24:54.016Z | Downloaded cstr-argument v0.1.2 |
| 156 | 2026-07-26T04:24:54.020Z | Downloaded hash32 v0.3.1 |
| 157 | 2026-07-26T04:24:54.020Z | Downloaded bitflags v1.3.2 |
| 158 | 2026-07-26T04:24:54.025Z | Downloaded cobs v0.3.0 |
| 159 | 2026-07-26T04:24:54.083Z | Downloaded proc-macro-crate v3.5.0 |
| 160 | 2026-07-26T04:24:54.083Z | Downloaded cpufeatures v0.3.0 |
| 161 | 2026-07-26T04:24:54.083Z | Downloaded embedded-io v0.4.0 |
| 162 | 2026-07-26T04:24:54.083Z | Downloaded proc-macro2 v1.0.106 |
| 163 | 2026-07-26T04:24:54.093Z | Downloaded foreign-types-macros v0.2.3 |
| 164 | 2026-07-26T04:24:54.093Z | Downloaded ident_case v1.0.1 |
| 165 | 2026-07-26T04:24:54.093Z | Downloaded version_check v0.9.5 |
| 166 | 2026-07-26T04:24:54.094Z | Downloaded ref-cast v1.0.25 |
| 167 | 2026-07-26T04:24:54.094Z | Downloaded strsim v0.11.1 |
| 168 | 2026-07-26T04:24:54.094Z | Downloaded foreign-types v0.5.0 |
| 169 | 2026-07-26T04:24:54.094Z | Downloaded ingot-types v0.2.0 |
| 170 | 2026-07-26T04:24:54.094Z | Downloaded darling_macro v0.23.0 |
| 171 | 2026-07-26T04:24:54.094Z | Downloaded stable_deref_trait v1.2.1 |
| 172 | 2026-07-26T04:24:54.094Z | Downloaded foreign-types-shared v0.3.1 |
| 173 | 2026-07-26T04:24:54.094Z | Downloaded ref-cast-impl v1.0.25 |
| 174 | 2026-07-26T04:24:54.099Z | Downloaded darling v0.23.0 |
| 175 | 2026-07-26T04:24:54.099Z | Downloaded ingot-macros v0.2.0 |
| 176 | 2026-07-26T04:24:54.099Z | Downloaded macaddr v1.0.1 |
| 177 | 2026-07-26T04:24:54.099Z | Downloaded dyn-clone v1.0.20 |
| 178 | 2026-07-26T04:24:54.106Z | Downloaded ingot v0.2.0 |
| 179 | 2026-07-26T04:24:54.106Z | Downloaded byteorder v1.5.0 |
| 180 | 2026-07-26T04:24:54.106Z | Downloaded defmt-macros v1.1.1 |
| 181 | 2026-07-26T04:24:54.106Z | Downloaded managed v0.8.0 |
| 182 | 2026-07-26T04:24:54.106Z | Downloaded oxnet v0.1.6 |
| 183 | 2026-07-26T04:24:54.110Z | Downloaded num_enum v0.7.6 |
| 184 | 2026-07-26T04:24:54.110Z | Downloaded quote v1.0.46 |
| 185 | 2026-07-26T04:24:54.110Z | Downloaded defmt v1.1.1 |
| 186 | 2026-07-26T04:24:54.157Z | Downloaded pin-project-lite v0.2.17 |
| 187 | 2026-07-26T04:24:54.157Z | Downloaded thiserror-impl v2.0.18 |
| 188 | 2026-07-26T04:24:54.157Z | Downloaded colored v3.1.1 |
| 189 | 2026-07-26T04:24:54.157Z | Downloaded either v1.16.0 |
| 190 | 2026-07-26T04:24:54.157Z | Downloaded num_enum_derive v0.7.6 |
| 191 | 2026-07-26T04:24:54.157Z | Downloaded once_cell v1.21.4 |
| 192 | 2026-07-26T04:24:54.157Z | Downloaded anyhow v1.0.103 |
| 193 | 2026-07-26T04:24:54.157Z | Downloaded rand_core v0.10.1 |
| 194 | 2026-07-26T04:24:54.157Z | Downloaded thiserror v2.0.18 |
| 195 | 2026-07-26T04:24:54.157Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 196 | 2026-07-26T04:24:54.157Z | Downloaded postcard v1.1.3 |
| 197 | 2026-07-26T04:24:54.158Z | Downloaded rustversion v1.0.23 |
| 198 | 2026-07-26T04:24:54.164Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 199 | 2026-07-26T04:24:54.167Z | Downloaded heapless v0.8.0 |
| 200 | 2026-07-26T04:24:54.168Z | Downloaded tracing-attributes v0.1.31 |
| 201 | 2026-07-26T04:24:54.175Z | Downloaded tracing-core v0.1.36 |
| 202 | 2026-07-26T04:24:54.183Z | Downloaded socket2 v0.6.4 |
| 203 | 2026-07-26T04:24:54.187Z | Downloaded unicode-ident v1.0.24 |
| 204 | 2026-07-26T04:24:54.187Z | Downloaded serde_derive v1.0.228 |
| 205 | 2026-07-26T04:24:54.197Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 206 | 2026-07-26T04:24:54.201Z | Downloaded darling_core v0.23.0 |
| 207 | 2026-07-26T04:24:54.214Z | Downloaded serde v1.0.228 |
| 208 | 2026-07-26T04:24:54.224Z | Downloaded rand v0.10.2 |
| 209 | 2026-07-26T04:24:54.229Z | Downloaded memchr v2.8.3 |
| 210 | 2026-07-26T04:24:54.233Z | Downloaded aho-corasick v1.1.4 |
| 211 | 2026-07-26T04:24:54.240Z | Downloaded hashbrown v0.17.1 |
| 212 | 2026-07-26T04:24:54.244Z | Downloaded indexmap v2.14.0 |
| 213 | 2026-07-26T04:24:54.256Z | Downloaded regex v1.13.0 |
| 214 | 2026-07-26T04:24:54.262Z | Downloaded itertools v0.15.0 |
| 215 | 2026-07-26T04:24:54.288Z | Downloaded winnow v1.0.3 |
| 216 | 2026-07-26T04:24:54.327Z | Downloaded syn v1.0.109 |
| 217 | 2026-07-26T04:24:54.340Z | Downloaded zerocopy v0.8.54 |
| 218 | 2026-07-26T04:24:54.350Z | Downloaded smoltcp v0.11.0 |
| 219 | 2026-07-26T04:24:54.356Z | Downloaded syn v2.0.118 |
| 220 | 2026-07-26T04:24:54.367Z | Downloaded regex-syntax v0.8.11 |
| 221 | 2026-07-26T04:24:54.386Z | Downloaded tracing v0.1.44 |
| 222 | 2026-07-26T04:24:54.406Z | Downloaded regex-automata v0.4.15 |
| 223 | 2026-07-26T04:24:54.414Z | Downloaded libc v0.2.186 |
| 224 | 2026-07-26T04:24:54.470Z | Compiling proc-macro2 v1.0.106 |
| 225 | 2026-07-26T04:24:54.470Z | Compiling unicode-ident v1.0.24 |
| 226 | 2026-07-26T04:24:54.470Z | Compiling quote v1.0.46 |
| 227 | 2026-07-26T04:24:54.470Z | Compiling serde_core v1.0.228 |
| 228 | 2026-07-26T04:24:54.470Z | Checking cfg-if v1.0.4 |
| 229 | 2026-07-26T04:24:54.470Z | Compiling ident_case v1.0.1 |
| 230 | 2026-07-26T04:24:54.478Z | Compiling strsim v0.11.1 |
| 231 | 2026-07-26T04:24:54.479Z | Compiling memchr v2.8.3 |
| 232 | 2026-07-26T04:24:54.593Z | Compiling thiserror v2.0.18 |
| 233 | 2026-07-26T04:24:54.658Z | Compiling libc v0.2.186 |
| 234 | 2026-07-26T04:24:54.664Z | Compiling regex-syntax v0.8.11 |
| 235 | 2026-07-26T04:24:54.836Z | Compiling equivalent v1.0.2 |
| 236 | 2026-07-26T04:24:54.910Z | Compiling either v1.16.0 |
| 237 | 2026-07-26T04:24:54.917Z | Compiling serde v1.0.228 |
| 238 | 2026-07-26T04:24:55.020Z | Compiling aho-corasick v1.1.4 |
| 239 | 2026-07-26T04:24:55.103Z | Compiling zerocopy v0.8.54 |
| 240 | 2026-07-26T04:24:55.118Z | Compiling hashbrown v0.17.1 |
| 241 | 2026-07-26T04:24:55.131Z | Compiling winnow v1.0.3 |
| 242 | 2026-07-26T04:24:55.512Z | Compiling itertools v0.15.0 |
| 243 | 2026-07-26T04:24:55.692Z | Compiling indexmap v2.14.0 |
| 244 | 2026-07-26T04:24:55.759Z | Compiling syn v2.0.118 |
| 245 | 2026-07-26T04:24:55.808Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 246 | 2026-07-26T04:24:56.032Z | Compiling heapless v0.8.0 |
| 247 | 2026-07-26T04:24:56.233Z | Compiling regex-automata v0.4.15 |
| 248 | 2026-07-26T04:24:56.312Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 249 | 2026-07-26T04:24:56.330Z | Checking byteorder v1.5.0 |
| 250 | 2026-07-26T04:24:56.396Z | Checking bitflags v2.13.0 |
| 251 | 2026-07-26T04:24:56.483Z | Checking hash32 v0.3.1 |
| 252 | 2026-07-26T04:24:56.548Z | Checking stable_deref_trait v1.2.1 |
| 253 | 2026-07-26T04:24:56.596Z | Compiling syn v1.0.109 |
| 254 | 2026-07-26T04:24:56.613Z | Compiling rustversion v1.0.23 |
| 255 | 2026-07-26T04:24:56.621Z | Compiling smoltcp v0.11.0 |
| 256 | 2026-07-26T04:24:56.758Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 257 | 2026-07-26T04:24:56.845Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 258 | 2026-07-26T04:24:56.859Z | Checking macaddr v1.0.1 |
| 259 | 2026-07-26T04:24:56.936Z | Compiling ref-cast v1.0.25 |
| 260 | 2026-07-26T04:24:56.965Z | Checking bitflags v1.3.2 |
| 261 | 2026-07-26T04:24:56.978Z | Checking rand_core v0.10.1 |
| 262 | 2026-07-26T04:24:57.023Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 263 | 2026-07-26T04:24:57.063Z | Checking managed v0.8.0 |
| 264 | 2026-07-26T04:24:57.110Z | Compiling getrandom v0.4.3 |
| 265 | 2026-07-26T04:24:57.222Z | Compiling version_check v0.9.5 |
| 266 | 2026-07-26T04:24:57.267Z | Compiling proc-macro-crate v3.5.0 |
| 267 | 2026-07-26T04:24:57.483Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 268 | 2026-07-26T04:24:57.623Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 269 | 2026-07-26T04:24:57.666Z | Checking cpufeatures v0.3.0 |
| 270 | 2026-07-26T04:24:57.724Z | Compiling anyhow v1.0.103 |
| 271 | 2026-07-26T04:24:57.725Z | Checking once_cell v1.21.4 |
| 272 | 2026-07-26T04:24:57.890Z | Compiling regex v1.13.0 |
| 273 | 2026-07-26T04:24:57.914Z | Checking foreign-types-shared v0.3.1 |
| 274 | 2026-07-26T04:24:57.994Z | Checking tracing-core v0.1.36 |
| 275 | 2026-07-26T04:24:58.140Z | Checking cstr-argument v0.1.2 |
| 276 | 2026-07-26T04:24:58.252Z | Checking chacha20 v0.10.1 |
| 277 | 2026-07-26T04:24:58.275Z | Compiling darling_core v0.23.0 |
| 278 | 2026-07-26T04:24:58.424Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 279 | 2026-07-26T04:24:58.462Z | Checking dyn-clone v1.0.20 |
| 280 | 2026-07-26T04:24:58.508Z | Checking pretty-hex v0.4.2 |
| 281 | 2026-07-26T04:24:58.551Z | Checking pin-project-lite v0.2.17 |
| 282 | 2026-07-26T04:24:58.559Z | Checking rand v0.10.2 |
| 283 | 2026-07-26T04:24:58.630Z | Checking uuid v1.23.5 |
| 284 | 2026-07-26T04:24:58.639Z | Checking socket2 v0.6.4 |
| 285 | 2026-07-26T04:24:58.807Z | Checking colored v3.1.1 |
| 286 | 2026-07-26T04:24:58.869Z | Checking oxnet v0.1.6 |
| 287 | 2026-07-26T04:24:59.187Z | Compiling thiserror-impl v2.0.18 |
| 288 | 2026-07-26T04:24:59.187Z | Compiling zerocopy-derive v0.8.54 |
| 289 | 2026-07-26T04:24:59.202Z | Compiling serde_derive v1.0.228 |
| 290 | 2026-07-26T04:24:59.202Z | Compiling foreign-types-macros v0.2.3 |
| 291 | 2026-07-26T04:24:59.202Z | Compiling ref-cast-impl v1.0.25 |
| 292 | 2026-07-26T04:24:59.622Z | Compiling num_enum_derive v0.7.6 |
| 293 | 2026-07-26T04:24:59.808Z | Checking foreign-types v0.5.0 |
| 294 | 2026-07-26T04:24:59.859Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 295 | 2026-07-26T04:24:59.870Z | Compiling tracing-attributes v0.1.31 |
| 296 | 2026-07-26T04:25:00.336Z | Compiling darling_macro v0.23.0 |
| 297 | 2026-07-26T04:25:00.467Z | Checking cobs v0.3.0 |
| 298 | 2026-07-26T04:25:00.495Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 299 | 2026-07-26T04:25:00.628Z | Checking num_enum v0.7.6 |
| 300 | 2026-07-26T04:25:00.637Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 301 | 2026-07-26T04:25:00.724Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 302 | 2026-07-26T04:25:00.899Z | Compiling darling v0.23.0 |
| 303 | 2026-07-26T04:25:00.968Z | Compiling ingot-macros v0.2.0 |
| 304 | 2026-07-26T04:25:01.055Z | Checking tracing v0.1.44 |
| 305 | 2026-07-26T04:25:01.087Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 306 | 2026-07-26T04:25:01.759Z | Checking postcard v1.1.3 |
| 307 | 2026-07-26T04:25:03.123Z | Checking ingot-types v0.2.0 |
| 308 | 2026-07-26T04:25:03.392Z | Checking ingot v0.2.0 |
| 309 | 2026-07-26T04:25:04.692Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 310 | 2026-07-26T04:25:05.811Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 311 | 2026-07-26T04:25:06.957Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 312 | 2026-07-26T04:25:07.140Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.31s |
| 313 | 2026-07-26T04:25:07.244Z | |
| 314 | 2026-07-26T04:25:07.244Z | real 17.459040208 |
| 315 | 2026-07-26T04:25:07.244Z | user 47.895990098 |
| 316 | 2026-07-26T04:25:07.244Z | sys 11.074244608 |
| 317 | 2026-07-26T04:25:07.244Z | trap 0.039309755 |
| 318 | 2026-07-26T04:25:07.244Z | tflt 0.049113454 |
| 319 | 2026-07-26T04:25:07.244Z | dflt 0.125245491 |
| 320 | 2026-07-26T04:25:07.244Z | kflt 0.004806786 |
| 321 | 2026-07-26T04:25:07.244Z | lock 3:21.305799208 |
| 322 | 2026-07-26T04:25:07.249Z | slp 2:41.271653052 |
| 323 | 2026-07-26T04:25:07.249Z | lat 2.611835177 |
| 324 | 2026-07-26T04:25:07.249Z | stop 11.101367999 |
| 325 | 2026-07-26T04:25:07.249Z | process exited: duration 33004 ms, exit code 0 |
| |
| 326 | 2026-07-26T04:25:07.256Z | found 0 output files |