|
|
|
| 1 | 2026-07-26T04:23:44.177Z | job assigned to worker 01KYEAJY3NK3M9VCY8GMTGZET8 [factory aws, i-03783d7c39eafb084] (queued for 46 s) |
| |
| 2 | 2026-07-26T04:23:50.849Z | starting task 0: "setup" |
| 3 | 2026-07-26T04:23:50.856Z | ++ uname -s |
| 4 | 2026-07-26T04:23:50.856Z | + kern=SunOS |
| 5 | 2026-07-26T04:23:50.856Z | + build_user=build |
| 6 | 2026-07-26T04:23:50.856Z | + build_uid=12345 |
| 7 | 2026-07-26T04:23:50.856Z | + work_dir=/work |
| 8 | 2026-07-26T04:23:50.856Z | + input_dir=/input |
| 9 | 2026-07-26T04:23:50.856Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-26T04:23:50.856Z | + case "$kern" in |
| 11 | 2026-07-26T04:23:50.856Z | + groupadd -g 12345 build |
| 12 | 2026-07-26T04:23:50.861Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-26T04:23:52.863Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-26T04:23:52.939Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-26T04:23:52.943Z | + home_fs=zfs |
| 16 | 2026-07-26T04:23:52.943Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-26T04:23:52.943Z | + mkdir -p /home/build |
| 18 | 2026-07-26T04:23:52.943Z | + chown build:build /home/build /work |
| 19 | 2026-07-26T04:23:54.937Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-26T04:23:54.944Z | process exited: duration 4093 ms, exit code 0 |
| |
| 21 | 2026-07-26T04:23:55.887Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-26T04:23:55.971Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-26T04:23:55.971Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-26T04:23:55.971Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-07-26T04:23:55.971Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-07-26T04:23:55.972Z | * rust toolchain channel = "1.97.1" |
| 27 | 2026-07-26T04:23:55.972Z | * rust toolchain profile = "default" |
| 28 | 2026-07-26T04:23:55.972Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-26T04:23:55.972Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-26T04:23:55.972Z | info: downloading installer |
| 31 | 2026-07-26T04:23:57.231Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-26T04:23:57.231Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-26T04:23:57.231Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-26T04:23:57.231Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-26T04:23:57.234Z | info: profile set to default |
| 36 | 2026-07-26T04:23:57.234Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-26T04:23:57.234Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-26T04:23:57.394Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-26T04:23:57.401Z | info: downloading 6 components |
| 40 | 2026-07-26T04:24:12.209Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-07-26T04:24:12.209Z | |
| 42 | 2026-07-26T04:24:12.236Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-26T04:24:12.237Z | |
| 44 | 2026-07-26T04:24:12.237Z | |
| 45 | 2026-07-26T04:24:12.237Z | Rust is installed now. Great! |
| 46 | 2026-07-26T04:24:12.237Z | |
| 47 | 2026-07-26T04:24:12.237Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-26T04:24:12.237Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-26T04:24:12.237Z | |
| 50 | 2026-07-26T04:24:12.237Z | To configure your current shell, you need to source |
| 51 | 2026-07-26T04:24:12.237Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-26T04:24:12.237Z | |
| 53 | 2026-07-26T04:24:12.237Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-26T04:24:12.237Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-26T04:24:12.237Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-26T04:24:12.237Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-26T04:24:12.237Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-26T04:24:12.237Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-26T04:24:12.237Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-26T04:24:12.244Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-26T04:24:12.244Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-26T04:24:12.348Z | + rustup --version |
| 63 | 2026-07-26T04:24:12.365Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-26T04:24:12.365Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-26T04:24:12.376Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-26T04:24:12.384Z | + cargo --version |
| 67 | 2026-07-26T04:24:12.400Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-26T04:24:12.408Z | + rustc --version |
| 69 | 2026-07-26T04:24:12.413Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-26T04:24:12.417Z | process exited: duration 16562 ms, exit code 0 |
| |
| 71 | 2026-07-26T04:24:12.432Z | starting task 2: "authentication" |
| 72 | 2026-07-26T04:24:12.446Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-07-26T04:24:19.367Z | process exited: duration 6936 ms, exit code 0 |
| |
| 74 | 2026-07-26T04:24:19.378Z | starting task 3: "clone repository" |
| 75 | 2026-07-26T04:24:19.382Z | + mkdir -p /work/oxidecomputer/opte |
| 76 | 2026-07-26T04:24:19.386Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 77 | 2026-07-26T04:24:19.419Z | Cloning into '/work/oxidecomputer/opte'... |
| 78 | 2026-07-26T04:24:20.580Z | + cd /work/oxidecomputer/opte |
| 79 | 2026-07-26T04:24:20.580Z | + git fetch origin 335d9c2423236c16749e4ea1405b954b6e27b510 |
| 80 | 2026-07-26T04:24:20.821Z | From https://github.com/oxidecomputer/opte |
| 81 | 2026-07-26T04:24:20.821Z | * branch 335d9c2423236c16749e4ea1405b954b6e27b510 -> FETCH_HEAD |
| 82 | 2026-07-26T04:24:20.828Z | + [[ -n renovate/heapless-0.x ]] |
| 83 | 2026-07-26T04:24:20.832Z | ++ git branch --show-current |
| 84 | 2026-07-26T04:24:20.832Z | + current=master |
| 85 | 2026-07-26T04:24:20.832Z | + [[ master != renovate/heapless-0.x ]] |
| 86 | 2026-07-26T04:24:20.832Z | + git branch -f renovate/heapless-0.x 335d9c2423236c16749e4ea1405b954b6e27b510 |
| 87 | 2026-07-26T04:24:20.835Z | + git checkout -f renovate/heapless-0.x |
| 88 | 2026-07-26T04:24:20.851Z | Switched to branch 'renovate/heapless-0.x' |
| 89 | 2026-07-26T04:24:20.854Z | + git reset --hard 335d9c2423236c16749e4ea1405b954b6e27b510 |
| 90 | 2026-07-26T04:24:20.858Z | HEAD is now at 335d9c2 Update Rust crate heapless to 0.9 |
| 91 | 2026-07-26T04:24:20.858Z | process exited: duration 1478 ms, exit code 0 |
| |
| 92 | 2026-07-26T04:24:20.866Z | starting task 4: "build" |
| 93 | 2026-07-26T04:24:20.870Z | + source .github/buildomat/common.sh |
| 94 | 2026-07-26T04:24:20.870Z | ++ rustup show active-toolchain |
| 95 | 2026-07-26T04:24:20.874Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 96 | 2026-07-26T04:24:20.878Z | ++ pushd xde |
| 97 | 2026-07-26T04:24:20.878Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 98 | 2026-07-26T04:24:20.878Z | ++ rustup show active-toolchain |
| 99 | 2026-07-26T04:24:20.882Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 100 | 2026-07-26T04:24:21.029Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 101 | 2026-07-26T04:24:21.033Z | info: downloading 6 components |
| 102 | 2026-07-26T04:24:35.381Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 103 | 2026-07-26T04:24:35.471Z | +++ rustup show active-toolchain -v |
| 104 | 2026-07-26T04:24:35.475Z | +++ head -n 1 |
| 105 | 2026-07-26T04:24:35.475Z | +++ cut '-d ' -f1 |
| 106 | 2026-07-26T04:24:35.530Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-07-26T04:24:35.531Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 108 | 2026-07-26T04:24:35.531Z | ++ popd |
| 109 | 2026-07-26T04:24:35.534Z | /work/oxidecomputer/opte |
| 110 | 2026-07-26T04:24:35.534Z | + cargo --version |
| 111 | 2026-07-26T04:24:35.540Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 112 | 2026-07-26T04:24:35.544Z | + rustc --version |
| 113 | 2026-07-26T04:24:35.564Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 114 | 2026-07-26T04:24:35.568Z | + cd lib/opte-ioctl |
| 115 | 2026-07-26T04:24:35.568Z | + header 'check style' |
| 116 | 2026-07-26T04:24:35.568Z | + echo '# ==== check style ==== #' |
| 117 | 2026-07-26T04:24:35.568Z | # ==== check style ==== # |
| 118 | 2026-07-26T04:24:35.568Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 119 | 2026-07-26T04:24:35.635Z | |
| 120 | 2026-07-26T04:24:35.635Z | real 0.066813860 |
| 121 | 2026-07-26T04:24:35.635Z | user 0.036251601 |
| 122 | 2026-07-26T04:24:35.635Z | sys 0.027575911 |
| 123 | 2026-07-26T04:24:35.635Z | trap 0.000001387 |
| 124 | 2026-07-26T04:24:35.635Z | tflt 0.000034814 |
| 125 | 2026-07-26T04:24:35.638Z | dflt 0.000007649 |
| 126 | 2026-07-26T04:24:35.638Z | kflt 0.000000000 |
| 127 | 2026-07-26T04:24:35.639Z | lock 0.031408925 |
| 128 | 2026-07-26T04:24:35.639Z | slp 0.046943357 |
| 129 | 2026-07-26T04:24:35.639Z | lat 0.000778421 |
| 130 | 2026-07-26T04:24:35.639Z | stop 0.000103871 |
| 131 | 2026-07-26T04:24:35.639Z | + header analyze |
| 132 | 2026-07-26T04:24:35.639Z | + echo '# ==== analyze ==== #' |
| 133 | 2026-07-26T04:24:35.639Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 134 | 2026-07-26T04:24:35.639Z | # ==== analyze ==== # |
| 135 | 2026-07-26T04:24:35.760Z | Updating crates.io index |
| 136 | 2026-07-26T04:24:35.764Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-07-26T04:24:36.779Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-07-26T04:24:36.999Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 139 | 2026-07-26T04:24:37.256Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 140 | 2026-07-26T04:24:37.586Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 141 | 2026-07-26T04:24:37.822Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-07-26T04:24:38.062Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-07-26T04:24:40.128Z | Downloading crates ... |
| 144 | 2026-07-26T04:24:40.179Z | Downloaded macaddr v1.0.1 |
| 145 | 2026-07-26T04:24:40.188Z | Downloaded either v1.16.0 |
| 146 | 2026-07-26T04:24:40.192Z | Downloaded darling v0.23.0 |
| 147 | 2026-07-26T04:24:40.192Z | Downloaded proc-macro2 v1.0.106 |
| 148 | 2026-07-26T04:24:40.192Z | Downloaded foreign-types v0.5.0 |
| 149 | 2026-07-26T04:24:40.210Z | Downloaded defmt-parser v1.0.0 |
| 150 | 2026-07-26T04:24:40.217Z | Downloaded dyn-clone v1.0.20 |
| 151 | 2026-07-26T04:24:40.217Z | Downloaded defmt v0.3.100 |
| 152 | 2026-07-26T04:24:40.217Z | Downloaded embedded-io v0.6.1 |
| 153 | 2026-07-26T04:24:40.217Z | Downloaded cpufeatures v0.3.0 |
| 154 | 2026-07-26T04:24:40.217Z | Downloaded pretty-hex v0.4.2 |
| 155 | 2026-07-26T04:24:40.217Z | Downloaded proc-macro-crate v3.5.0 |
| 156 | 2026-07-26T04:24:40.217Z | Downloaded cfg-if v1.0.4 |
| 157 | 2026-07-26T04:24:40.221Z | Downloaded foreign-types-macros v0.2.3 |
| 158 | 2026-07-26T04:24:40.221Z | Downloaded foreign-types-shared v0.3.1 |
| 159 | 2026-07-26T04:24:40.225Z | Downloaded managed v0.8.0 |
| 160 | 2026-07-26T04:24:40.225Z | Downloaded ident_case v1.0.1 |
| 161 | 2026-07-26T04:24:40.239Z | Downloaded cobs v0.3.0 |
| 162 | 2026-07-26T04:24:40.239Z | Downloaded equivalent v1.0.2 |
| 163 | 2026-07-26T04:24:40.239Z | Downloaded cstr-argument v0.1.2 |
| 164 | 2026-07-26T04:24:40.244Z | Downloaded darling_macro v0.23.0 |
| 165 | 2026-07-26T04:24:40.244Z | Downloaded hash32 v0.3.1 |
| 166 | 2026-07-26T04:24:40.258Z | Downloaded ref-cast v1.0.25 |
| 167 | 2026-07-26T04:24:40.262Z | Downloaded stable_deref_trait v1.2.1 |
| 168 | 2026-07-26T04:24:40.267Z | Downloaded embedded-io v0.4.0 |
| 169 | 2026-07-26T04:24:40.273Z | Downloaded num_enum v0.7.6 |
| 170 | 2026-07-26T04:24:40.278Z | Downloaded ingot-types v0.2.0 |
| 171 | 2026-07-26T04:24:40.278Z | Downloaded ref-cast-impl v1.0.25 |
| 172 | 2026-07-26T04:24:40.282Z | Downloaded strsim v0.11.1 |
| 173 | 2026-07-26T04:24:40.287Z | Downloaded defmt v1.1.1 |
| 174 | 2026-07-26T04:24:40.291Z | Downloaded ingot-macros v0.2.0 |
| 175 | 2026-07-26T04:24:40.305Z | Downloaded defmt-macros v1.1.1 |
| 176 | 2026-07-26T04:24:40.309Z | Downloaded version_check v0.9.5 |
| 177 | 2026-07-26T04:24:40.310Z | Downloaded pin-project-lite v0.2.17 |
| 178 | 2026-07-26T04:24:40.310Z | Downloaded rustversion v1.0.23 |
| 179 | 2026-07-26T04:24:40.313Z | Downloaded bitflags v1.3.2 |
| 180 | 2026-07-26T04:24:40.313Z | Downloaded byteorder v1.5.0 |
| 181 | 2026-07-26T04:24:40.313Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 182 | 2026-07-26T04:24:40.313Z | Downloaded rand_core v0.10.1 |
| 183 | 2026-07-26T04:24:40.333Z | Downloaded colored v3.1.1 |
| 184 | 2026-07-26T04:24:40.337Z | Downloaded chacha20 v0.10.1 |
| 185 | 2026-07-26T04:24:40.337Z | Downloaded ingot v0.2.0 |
| 186 | 2026-07-26T04:24:40.337Z | Downloaded num_enum_derive v0.7.6 |
| 187 | 2026-07-26T04:24:40.338Z | Downloaded thiserror v2.0.18 |
| 188 | 2026-07-26T04:24:40.341Z | Downloaded thiserror-impl v2.0.18 |
| 189 | 2026-07-26T04:24:40.341Z | Downloaded anyhow v1.0.103 |
| 190 | 2026-07-26T04:24:40.345Z | Downloaded oxnet v0.1.6 |
| 191 | 2026-07-26T04:24:40.348Z | Downloaded postcard v1.1.3 |
| 192 | 2026-07-26T04:24:40.352Z | Downloaded once_cell v1.21.4 |
| 193 | 2026-07-26T04:24:40.352Z | Downloaded quote v1.0.46 |
| 194 | 2026-07-26T04:24:40.357Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 195 | 2026-07-26T04:24:40.362Z | Downloaded bitflags v2.13.0 |
| 196 | 2026-07-26T04:24:40.371Z | Downloaded tracing-attributes v0.1.31 |
| 197 | 2026-07-26T04:24:40.375Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 198 | 2026-07-26T04:24:40.379Z | Downloaded getrandom v0.4.3 |
| 199 | 2026-07-26T04:24:40.395Z | Downloaded unicode-ident v1.0.24 |
| 200 | 2026-07-26T04:24:40.399Z | Downloaded uuid v1.23.5 |
| 201 | 2026-07-26T04:24:40.399Z | Downloaded heapless v0.8.0 |
| 202 | 2026-07-26T04:24:40.399Z | Downloaded socket2 v0.6.4 |
| 203 | 2026-07-26T04:24:40.426Z | Downloaded darling_core v0.23.0 |
| 204 | 2026-07-26T04:24:40.436Z | Downloaded serde_derive v1.0.228 |
| 205 | 2026-07-26T04:24:40.436Z | Downloaded tracing-core v0.1.36 |
| 206 | 2026-07-26T04:24:40.436Z | Downloaded rand v0.10.2 |
| 207 | 2026-07-26T04:24:40.436Z | Downloaded serde_core v1.0.228 |
| 208 | 2026-07-26T04:24:40.470Z | Downloaded serde v1.0.228 |
| 209 | 2026-07-26T04:24:40.474Z | Downloaded memchr v2.8.3 |
| 210 | 2026-07-26T04:24:40.474Z | Downloaded zerocopy-derive v0.8.54 |
| 211 | 2026-07-26T04:24:40.474Z | Downloaded aho-corasick v1.1.4 |
| 212 | 2026-07-26T04:24:40.474Z | Downloaded indexmap v2.14.0 |
| 213 | 2026-07-26T04:24:40.477Z | Downloaded regex v1.13.0 |
| 214 | 2026-07-26T04:24:40.515Z | Downloaded itertools v0.15.0 |
| 215 | 2026-07-26T04:24:40.522Z | Downloaded hashbrown v0.17.1 |
| 216 | 2026-07-26T04:24:40.534Z | Downloaded winnow v1.0.3 |
| 217 | 2026-07-26T04:24:40.559Z | Downloaded syn v1.0.109 |
| 218 | 2026-07-26T04:24:40.574Z | Downloaded zerocopy v0.8.54 |
| 219 | 2026-07-26T04:24:40.610Z | Downloaded smoltcp v0.11.0 |
| 220 | 2026-07-26T04:24:40.615Z | Downloaded syn v2.0.118 |
| 221 | 2026-07-26T04:24:40.620Z | Downloaded regex-syntax v0.8.11 |
| 222 | 2026-07-26T04:24:40.649Z | Downloaded tracing v0.1.44 |
| 223 | 2026-07-26T04:24:40.678Z | Downloaded regex-automata v0.4.15 |
| 224 | 2026-07-26T04:24:40.685Z | Downloaded libc v0.2.186 |
| 225 | 2026-07-26T04:24:40.743Z | Compiling proc-macro2 v1.0.106 |
| 226 | 2026-07-26T04:24:40.743Z | Compiling unicode-ident v1.0.24 |
| 227 | 2026-07-26T04:24:40.743Z | Compiling quote v1.0.46 |
| 228 | 2026-07-26T04:24:40.743Z | Compiling serde_core v1.0.228 |
| 229 | 2026-07-26T04:24:40.743Z | Checking cfg-if v1.0.4 |
| 230 | 2026-07-26T04:24:40.747Z | Compiling strsim v0.11.1 |
| 231 | 2026-07-26T04:24:40.747Z | Compiling thiserror v2.0.18 |
| 232 | 2026-07-26T04:24:40.747Z | Compiling memchr v2.8.3 |
| 233 | 2026-07-26T04:24:40.869Z | Compiling ident_case v1.0.1 |
| 234 | 2026-07-26T04:24:40.946Z | Compiling regex-syntax v0.8.11 |
| 235 | 2026-07-26T04:24:40.974Z | Compiling libc v0.2.186 |
| 236 | 2026-07-26T04:24:41.102Z | Compiling zerocopy v0.8.54 |
| 237 | 2026-07-26T04:24:41.189Z | Compiling aho-corasick v1.1.4 |
| 238 | 2026-07-26T04:24:41.342Z | Compiling either v1.16.0 |
| 239 | 2026-07-26T04:24:41.350Z | Compiling equivalent v1.0.2 |
| 240 | 2026-07-26T04:24:41.360Z | Compiling winnow v1.0.3 |
| 241 | 2026-07-26T04:24:41.442Z | Compiling hashbrown v0.17.1 |
| 242 | 2026-07-26T04:24:41.471Z | Compiling serde v1.0.228 |
| 243 | 2026-07-26T04:24:41.554Z | Compiling itertools v0.15.0 |
| 244 | 2026-07-26T04:24:41.983Z | Compiling indexmap v2.14.0 |
| 245 | 2026-07-26T04:24:42.017Z | Compiling syn v2.0.118 |
| 246 | 2026-07-26T04:24:42.368Z | Compiling regex-automata v0.4.15 |
| 247 | 2026-07-26T04:24:42.373Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 248 | 2026-07-26T04:24:42.563Z | Compiling heapless v0.8.0 |
| 249 | 2026-07-26T04:24:42.578Z | Checking byteorder v1.5.0 |
| 250 | 2026-07-26T04:24:42.604Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 251 | 2026-07-26T04:24:42.725Z | Checking hash32 v0.3.1 |
| 252 | 2026-07-26T04:24:42.821Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 253 | 2026-07-26T04:24:42.830Z | Checking bitflags v2.13.0 |
| 254 | 2026-07-26T04:24:42.845Z | Compiling rustversion v1.0.23 |
| 255 | 2026-07-26T04:24:42.908Z | Checking stable_deref_trait v1.2.1 |
| 256 | 2026-07-26T04:24:42.965Z | Compiling syn v1.0.109 |
| 257 | 2026-07-26T04:24:42.971Z | Compiling smoltcp v0.11.0 |
| 258 | 2026-07-26T04:24:42.976Z | Checking macaddr v1.0.1 |
| 259 | 2026-07-26T04:24:43.005Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 260 | 2026-07-26T04:24:43.213Z | Checking rand_core v0.10.1 |
| 261 | 2026-07-26T04:24:43.237Z | Checking bitflags v1.3.2 |
| 262 | 2026-07-26T04:24:43.293Z | Compiling getrandom v0.4.3 |
| 263 | 2026-07-26T04:24:43.299Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 264 | 2026-07-26T04:24:43.303Z | Compiling ref-cast v1.0.25 |
| 265 | 2026-07-26T04:24:43.337Z | Compiling proc-macro-crate v3.5.0 |
| 266 | 2026-07-26T04:24:43.465Z | Compiling version_check v0.9.5 |
| 267 | 2026-07-26T04:24:43.497Z | Checking managed v0.8.0 |
| 268 | 2026-07-26T04:24:43.682Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 269 | 2026-07-26T04:24:43.728Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 270 | 2026-07-26T04:24:43.739Z | Checking cpufeatures v0.3.0 |
| 271 | 2026-07-26T04:24:43.798Z | Checking foreign-types-shared v0.3.1 |
| 272 | 2026-07-26T04:24:43.878Z | Checking once_cell v1.21.4 |
| 273 | 2026-07-26T04:24:43.974Z | Compiling anyhow v1.0.103 |
| 274 | 2026-07-26T04:24:44.048Z | Compiling regex v1.13.0 |
| 275 | 2026-07-26T04:24:44.180Z | Checking tracing-core v0.1.36 |
| 276 | 2026-07-26T04:24:44.366Z | Checking cstr-argument v0.1.2 |
| 277 | 2026-07-26T04:24:44.486Z | Checking chacha20 v0.10.1 |
| 278 | 2026-07-26T04:24:44.561Z | Compiling darling_core v0.23.0 |
| 279 | 2026-07-26T04:24:44.645Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 280 | 2026-07-26T04:24:44.683Z | Checking dyn-clone v1.0.20 |
| 281 | 2026-07-26T04:24:44.696Z | Checking pretty-hex v0.4.2 |
| 282 | 2026-07-26T04:24:44.783Z | Checking pin-project-lite v0.2.17 |
| 283 | 2026-07-26T04:24:44.810Z | Checking rand v0.10.2 |
| 284 | 2026-07-26T04:24:44.871Z | Checking uuid v1.23.5 |
| 285 | 2026-07-26T04:24:44.930Z | Checking socket2 v0.6.4 |
| 286 | 2026-07-26T04:24:45.062Z | Checking oxnet v0.1.6 |
| 287 | 2026-07-26T04:24:45.123Z | Checking colored v3.1.1 |
| 288 | 2026-07-26T04:24:45.468Z | Compiling thiserror-impl v2.0.18 |
| 289 | 2026-07-26T04:24:45.468Z | Compiling serde_derive v1.0.228 |
| 290 | 2026-07-26T04:24:45.473Z | Compiling zerocopy-derive v0.8.54 |
| 291 | 2026-07-26T04:24:45.474Z | Compiling num_enum_derive v0.7.6 |
| 292 | 2026-07-26T04:24:45.474Z | Compiling ref-cast-impl v1.0.25 |
| 293 | 2026-07-26T04:24:45.783Z | Compiling foreign-types-macros v0.2.3 |
| 294 | 2026-07-26T04:24:46.140Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 295 | 2026-07-26T04:24:46.392Z | Checking foreign-types v0.5.0 |
| 296 | 2026-07-26T04:24:46.448Z | Checking num_enum v0.7.6 |
| 297 | 2026-07-26T04:24:46.457Z | Compiling tracing-attributes v0.1.31 |
| 298 | 2026-07-26T04:24:46.554Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 299 | 2026-07-26T04:24:46.658Z | Compiling darling_macro v0.23.0 |
| 300 | 2026-07-26T04:24:46.742Z | Checking cobs v0.3.0 |
| 301 | 2026-07-26T04:24:46.743Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 302 | 2026-07-26T04:24:46.870Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 303 | 2026-07-26T04:24:47.194Z | Compiling darling v0.23.0 |
| 304 | 2026-07-26T04:24:47.261Z | Compiling ingot-macros v0.2.0 |
| 305 | 2026-07-26T04:24:47.327Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 306 | 2026-07-26T04:24:47.471Z | Checking tracing v0.1.44 |
| 307 | 2026-07-26T04:24:47.948Z | Checking postcard v1.1.3 |
| 308 | 2026-07-26T04:24:49.378Z | Checking ingot-types v0.2.0 |
| 309 | 2026-07-26T04:24:49.651Z | Checking ingot v0.2.0 |
| 310 | 2026-07-26T04:24:50.954Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 311 | 2026-07-26T04:24:52.104Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 312 | 2026-07-26T04:24:53.247Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 313 | 2026-07-26T04:24:53.444Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.74s |
| 314 | 2026-07-26T04:24:53.537Z | |
| 315 | 2026-07-26T04:24:53.540Z | real 17.896120404 |
| 316 | 2026-07-26T04:24:53.540Z | user 47.779399651 |
| 317 | 2026-07-26T04:24:53.541Z | sys 11.024594462 |
| 318 | 2026-07-26T04:24:53.541Z | trap 0.031213841 |
| 319 | 2026-07-26T04:24:53.541Z | tflt 0.058685262 |
| 320 | 2026-07-26T04:24:53.541Z | dflt 0.216988574 |
| 321 | 2026-07-26T04:24:53.541Z | kflt 0.005317684 |
| 322 | 2026-07-26T04:24:53.541Z | lock 3:21.834806188 |
| 323 | 2026-07-26T04:24:53.541Z | slp 2:38.329256228 |
| 324 | 2026-07-26T04:24:53.541Z | lat 3.830128172 |
| 325 | 2026-07-26T04:24:53.541Z | stop 12.001208207 |
| 326 | 2026-07-26T04:24:53.541Z | process exited: duration 32671 ms, exit code 0 |
| |
| 327 | 2026-07-26T04:24:53.552Z | found 0 output files |