|
|
|
| 1 | 2026-07-02T10:07:54.886Z | job assigned to worker 01KWH4QYRPMPPQSY11X0C5ZDKR [factory aws, i-0f03113542cff62b6] (queued for 46 s) |
| |
| 2 | 2026-07-02T10:08:01.217Z | starting task 0: "setup" |
| 3 | 2026-07-02T10:08:01.221Z | ++ uname -s |
| 4 | 2026-07-02T10:08:01.224Z | + kern=SunOS |
| 5 | 2026-07-02T10:08:01.224Z | + build_user=build |
| 6 | 2026-07-02T10:08:01.224Z | + build_uid=12345 |
| 7 | 2026-07-02T10:08:01.224Z | + work_dir=/work |
| 8 | 2026-07-02T10:08:01.224Z | + input_dir=/input |
| 9 | 2026-07-02T10:08:01.224Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-02T10:08:01.224Z | + case "$kern" in |
| 11 | 2026-07-02T10:08:01.224Z | + groupadd -g 12345 build |
| 12 | 2026-07-02T10:08:01.227Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-02T10:08:03.230Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-02T10:08:03.330Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-02T10:08:03.333Z | + home_fs=zfs |
| 16 | 2026-07-02T10:08:03.333Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-02T10:08:03.333Z | + mkdir -p /home/build |
| 18 | 2026-07-02T10:08:03.333Z | + chown build:build /home/build /work |
| 19 | 2026-07-02T10:08:05.334Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-02T10:08:05.338Z | process exited: duration 4120 ms, exit code 0 |
| |
| 21 | 2026-07-02T10:08:05.345Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-02T10:08:05.349Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-02T10:08:05.349Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-02T10:08:05.349Z | * rust toolchain profile = "default" |
| 25 | 2026-07-02T10:08:05.349Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-02T10:08:05.349Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-02T10:08:05.349Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-02T10:08:05.352Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-02T10:08:05.352Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-02T10:08:05.459Z | info: downloading installer |
| 31 | 2026-07-02T10:08:07.174Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-02T10:08:07.174Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-02T10:08:07.174Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-02T10:08:07.174Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-02T10:08:07.186Z | info: profile set to default |
| 36 | 2026-07-02T10:08:07.186Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-02T10:08:07.189Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-02T10:08:07.331Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-02T10:08:07.334Z | info: downloading 6 components |
| 40 | 2026-07-02T10:08:23.676Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-02T10:08:23.676Z | |
| 42 | 2026-07-02T10:08:23.705Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-02T10:08:23.705Z | |
| 44 | 2026-07-02T10:08:23.705Z | |
| 45 | 2026-07-02T10:08:23.705Z | Rust is installed now. Great! |
| 46 | 2026-07-02T10:08:23.705Z | |
| 47 | 2026-07-02T10:08:23.706Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-02T10:08:23.708Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-02T10:08:23.709Z | |
| 50 | 2026-07-02T10:08:23.709Z | To configure your current shell, you need to source |
| 51 | 2026-07-02T10:08:23.709Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-02T10:08:23.709Z | |
| 53 | 2026-07-02T10:08:23.709Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-02T10:08:23.709Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-02T10:08:23.709Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-02T10:08:23.709Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-02T10:08:23.709Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-02T10:08:23.709Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-02T10:08:23.709Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-02T10:08:23.709Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-02T10:08:23.709Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-02T10:08:23.789Z | + rustup --version |
| 63 | 2026-07-02T10:08:23.798Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-02T10:08:23.800Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-02T10:08:23.819Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-02T10:08:23.822Z | + cargo --version |
| 67 | 2026-07-02T10:08:23.836Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-02T10:08:23.839Z | + rustc --version |
| 69 | 2026-07-02T10:08:23.856Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-02T10:08:23.860Z | process exited: duration 18513 ms, exit code 0 |
| |
| 71 | 2026-07-02T10:08:23.865Z | starting task 2: "authentication" |
| 72 | 2026-07-02T10:08:23.882Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-02T10:08:23.887Z | starting task 3: "clone repository" |
| 74 | 2026-07-02T10:08:23.890Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-02T10:08:23.894Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-02T10:08:23.923Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-02T10:08:24.838Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-02T10:08:24.838Z | + git fetch origin e923888ac3bacc9121d671ed43a20dfc9a1bee6b |
| 79 | 2026-07-02T10:08:25.073Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-02T10:08:25.073Z | * branch e923888ac3bacc9121d671ed43a20dfc9a1bee6b -> FETCH_HEAD |
| 81 | 2026-07-02T10:08:25.078Z | + [[ -n renovate/rand ]] |
| 82 | 2026-07-02T10:08:25.081Z | ++ git branch --show-current |
| 83 | 2026-07-02T10:08:25.081Z | + current=master |
| 84 | 2026-07-02T10:08:25.081Z | + [[ master != renovate/rand ]] |
| 85 | 2026-07-02T10:08:25.081Z | + git branch -f renovate/rand e923888ac3bacc9121d671ed43a20dfc9a1bee6b |
| 86 | 2026-07-02T10:08:25.084Z | + git checkout -f renovate/rand |
| 87 | 2026-07-02T10:08:25.100Z | Switched to branch 'renovate/rand' |
| 88 | 2026-07-02T10:08:25.103Z | + git reset --hard e923888ac3bacc9121d671ed43a20dfc9a1bee6b |
| 89 | 2026-07-02T10:08:25.118Z | HEAD is now at e923888 Update Rust crate rand to 0.10.2 |
| 90 | 2026-07-02T10:08:25.122Z | process exited: duration 1229 ms, exit code 0 |
| |
| 91 | 2026-07-02T10:08:25.128Z | starting task 4: "build" |
| 92 | 2026-07-02T10:08:25.131Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-02T10:08:25.135Z | ++ rustup show active-toolchain |
| 94 | 2026-07-02T10:08:25.138Z | 1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-02T10:08:25.138Z | ++ pushd xde |
| 96 | 2026-07-02T10:08:25.138Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-02T10:08:25.138Z | ++ rustup show active-toolchain |
| 98 | 2026-07-02T10:08:25.142Z | info: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos |
| 99 | 2026-07-02T10:08:25.294Z | info: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29) |
| 100 | 2026-07-02T10:08:25.297Z | info: downloading 6 components |
| 101 | 2026-07-02T10:08:39.197Z | nightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-02T10:08:39.294Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-02T10:08:39.298Z | +++ head -n 1 |
| 104 | 2026-07-02T10:08:39.298Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-02T10:08:39.347Z | ++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 106 | 2026-07-02T10:08:39.347Z | ++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 107 | 2026-07-02T10:08:39.352Z | ++ popd |
| 108 | 2026-07-02T10:08:39.352Z | /work/oxidecomputer/opte |
| 109 | 2026-07-02T10:08:39.352Z | + cargo --version |
| 110 | 2026-07-02T10:08:39.358Z | cargo 1.96.1 (356927216 2026-06-26) |
| 111 | 2026-07-02T10:08:39.361Z | + rustc --version |
| 112 | 2026-07-02T10:08:39.378Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 113 | 2026-07-02T10:08:39.381Z | + cd lib/opte-ioctl |
| 114 | 2026-07-02T10:08:39.381Z | + header 'check style' |
| 115 | 2026-07-02T10:08:39.381Z | + echo '# ==== check style ==== #' |
| 116 | 2026-07-02T10:08:39.381Z | # ==== check style ==== # |
| 117 | 2026-07-02T10:08:39.381Z | + ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-07-02T10:08:39.448Z | |
| 119 | 2026-07-02T10:08:39.448Z | real 0.065159544 |
| 120 | 2026-07-02T10:08:39.448Z | user 0.035681162 |
| 121 | 2026-07-02T10:08:39.448Z | sys 0.027285059 |
| 122 | 2026-07-02T10:08:39.448Z | trap 0.000001990 |
| 123 | 2026-07-02T10:08:39.449Z | tflt 0.000012040 |
| 124 | 2026-07-02T10:08:39.449Z | dflt 0.000048630 |
| 125 | 2026-07-02T10:08:39.449Z | kflt 0.000000000 |
| 126 | 2026-07-02T10:08:39.449Z | lock 0.030970580 |
| 127 | 2026-07-02T10:08:39.449Z | slp 0.044824144 |
| 128 | 2026-07-02T10:08:39.449Z | lat 0.000777950 |
| 129 | 2026-07-02T10:08:39.449Z | stop 0.000099060 |
| 130 | 2026-07-02T10:08:39.455Z | + header analyze |
| 131 | 2026-07-02T10:08:39.455Z | + echo '# ==== analyze ==== #' |
| 132 | 2026-07-02T10:08:39.455Z | # ==== analyze ==== # |
| 133 | 2026-07-02T10:08:39.455Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 134 | 2026-07-02T10:08:39.584Z | Updating crates.io index |
| 135 | 2026-07-02T10:08:39.587Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 136 | 2026-07-02T10:08:40.283Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 137 | 2026-07-02T10:08:40.511Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 138 | 2026-07-02T10:08:40.830Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 139 | 2026-07-02T10:08:41.059Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 140 | 2026-07-02T10:08:41.284Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 141 | 2026-07-02T10:08:41.534Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 142 | 2026-07-02T10:08:43.421Z | Downloading crates ... |
| 143 | 2026-07-02T10:08:43.474Z | Downloaded colored v3.1.1 |
| 144 | 2026-07-02T10:08:43.481Z | Downloaded cpufeatures v0.3.0 |
| 145 | 2026-07-02T10:08:43.488Z | Downloaded bitflags v2.13.0 |
| 146 | 2026-07-02T10:08:43.491Z | Downloaded foreign-types-shared v0.3.1 |
| 147 | 2026-07-02T10:08:43.494Z | Downloaded cobs v0.3.0 |
| 148 | 2026-07-02T10:08:43.497Z | Downloaded cfg-if v1.0.4 |
| 149 | 2026-07-02T10:08:43.503Z | Downloaded foreign-types-macros v0.2.3 |
| 150 | 2026-07-02T10:08:43.507Z | Downloaded foreign-types v0.5.0 |
| 151 | 2026-07-02T10:08:43.507Z | Downloaded darling_macro v0.21.3 |
| 152 | 2026-07-02T10:08:43.512Z | Downloaded equivalent v1.0.2 |
| 153 | 2026-07-02T10:08:43.512Z | Downloaded ident_case v1.0.1 |
| 154 | 2026-07-02T10:08:43.512Z | Downloaded dyn-clone v1.0.20 |
| 155 | 2026-07-02T10:08:43.512Z | Downloaded defmt v0.3.100 |
| 156 | 2026-07-02T10:08:43.516Z | Downloaded hash32 v0.3.1 |
| 157 | 2026-07-02T10:08:43.521Z | Downloaded defmt-parser v1.0.0 |
| 158 | 2026-07-02T10:08:43.526Z | Downloaded embedded-io v0.4.0 |
| 159 | 2026-07-02T10:08:43.529Z | Downloaded managed v0.8.0 |
| 160 | 2026-07-02T10:08:43.529Z | Downloaded macaddr v1.0.1 |
| 161 | 2026-07-02T10:08:43.534Z | Downloaded embedded-io v0.6.1 |
| 162 | 2026-07-02T10:08:43.538Z | Downloaded stable_deref_trait v1.2.1 |
| 163 | 2026-07-02T10:08:43.541Z | Downloaded cstr-argument v0.1.2 |
| 164 | 2026-07-02T10:08:43.541Z | Downloaded ref-cast-impl v1.0.25 |
| 165 | 2026-07-02T10:08:43.543Z | Downloaded ref-cast v1.0.25 |
| 166 | 2026-07-02T10:08:43.543Z | Downloaded version_check v0.9.5 |
| 167 | 2026-07-02T10:08:43.561Z | Downloaded proc-macro-crate v3.5.0 |
| 168 | 2026-07-02T10:08:43.570Z | Downloaded strsim v0.11.1 |
| 169 | 2026-07-02T10:08:43.573Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 170 | 2026-07-02T10:08:43.576Z | Downloaded num_enum_derive v0.7.6 |
| 171 | 2026-07-02T10:08:43.576Z | Downloaded byteorder v1.5.0 |
| 172 | 2026-07-02T10:08:43.576Z | Downloaded bitflags v1.3.2 |
| 173 | 2026-07-02T10:08:43.582Z | Downloaded ingot-types v0.1.2 |
| 174 | 2026-07-02T10:08:43.586Z | Downloaded num_enum v0.7.6 |
| 175 | 2026-07-02T10:08:43.592Z | Downloaded pretty-hex v0.4.2 |
| 176 | 2026-07-02T10:08:43.596Z | Downloaded ingot v0.1.1 |
| 177 | 2026-07-02T10:08:43.596Z | Downloaded fnv v1.0.7 |
| 178 | 2026-07-02T10:08:43.596Z | Downloaded pin-project-lite v0.2.17 |
| 179 | 2026-07-02T10:08:43.604Z | Downloaded rustversion v1.0.22 |
| 180 | 2026-07-02T10:08:43.606Z | Downloaded oxnet v0.1.6 |
| 181 | 2026-07-02T10:08:43.609Z | Downloaded defmt-macros v1.1.0 |
| 182 | 2026-07-02T10:08:43.611Z | Downloaded thiserror-impl v2.0.18 |
| 183 | 2026-07-02T10:08:43.614Z | Downloaded quote v1.0.46 |
| 184 | 2026-07-02T10:08:43.632Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 185 | 2026-07-02T10:08:43.637Z | Downloaded ingot-macros v0.1.1 |
| 186 | 2026-07-02T10:08:43.640Z | Downloaded anyhow v1.0.103 |
| 187 | 2026-07-02T10:08:43.642Z | Downloaded defmt v1.1.0 |
| 188 | 2026-07-02T10:08:43.646Z | Downloaded postcard v1.1.3 |
| 189 | 2026-07-02T10:08:43.651Z | Downloaded darling v0.21.3 |
| 190 | 2026-07-02T10:08:43.655Z | Downloaded once_cell v1.21.4 |
| 191 | 2026-07-02T10:08:43.659Z | Downloaded rand_core v0.10.1 |
| 192 | 2026-07-02T10:08:43.662Z | Downloaded tracing-attributes v0.1.31 |
| 193 | 2026-07-02T10:08:43.662Z | Downloaded proc-macro-error2 v2.0.1 |
| 194 | 2026-07-02T10:08:43.662Z | Downloaded thiserror v2.0.18 |
| 195 | 2026-07-02T10:08:43.688Z | Downloaded chacha20 v0.10.1 |
| 196 | 2026-07-02T10:08:43.692Z | Downloaded getrandom v0.4.3 |
| 197 | 2026-07-02T10:08:43.700Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 198 | 2026-07-02T10:08:43.704Z | Downloaded proc-macro2 v1.0.106 |
| 199 | 2026-07-02T10:08:43.707Z | Downloaded uuid v1.23.4 |
| 200 | 2026-07-02T10:08:43.710Z | Downloaded tracing-core v0.1.36 |
| 201 | 2026-07-02T10:08:43.715Z | Downloaded serde_core v1.0.228 |
| 202 | 2026-07-02T10:08:43.718Z | Downloaded socket2 v0.6.4 |
| 203 | 2026-07-02T10:08:43.721Z | Downloaded darling_core v0.21.3 |
| 204 | 2026-07-02T10:08:43.727Z | Downloaded serde_derive v1.0.228 |
| 205 | 2026-07-02T10:08:43.730Z | Downloaded either v1.16.0 |
| 206 | 2026-07-02T10:08:43.770Z | Downloaded unicode-ident v1.0.24 |
| 207 | 2026-07-02T10:08:43.770Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 208 | 2026-07-02T10:08:43.770Z | Downloaded heapless v0.8.0 |
| 209 | 2026-07-02T10:08:43.773Z | Downloaded memchr v2.8.2 |
| 210 | 2026-07-02T10:08:43.777Z | Downloaded serde v1.0.228 |
| 211 | 2026-07-02T10:08:43.780Z | Downloaded indexmap v2.14.0 |
| 212 | 2026-07-02T10:08:43.783Z | Downloaded rand v0.10.2 |
| 213 | 2026-07-02T10:08:43.785Z | Downloaded zerocopy-derive v0.8.52 |
| 214 | 2026-07-02T10:08:43.799Z | Downloaded aho-corasick v1.1.4 |
| 215 | 2026-07-02T10:08:43.840Z | Downloaded regex v1.12.4 |
| 216 | 2026-07-02T10:08:43.843Z | Downloaded itertools v0.14.0 |
| 217 | 2026-07-02T10:08:43.846Z | Downloaded hashbrown v0.17.1 |
| 218 | 2026-07-02T10:08:43.876Z | Downloaded winnow v1.0.3 |
| 219 | 2026-07-02T10:08:43.902Z | Downloaded syn v1.0.109 |
| 220 | 2026-07-02T10:08:43.934Z | Downloaded zerocopy v0.8.52 |
| 221 | 2026-07-02T10:08:43.944Z | Downloaded syn v2.0.118 |
| 222 | 2026-07-02T10:08:43.949Z | Downloaded smoltcp v0.11.0 |
| 223 | 2026-07-02T10:08:43.967Z | Downloaded regex-syntax v0.8.11 |
| 224 | 2026-07-02T10:08:43.998Z | Downloaded tracing v0.1.44 |
| 225 | 2026-07-02T10:08:44.021Z | Downloaded regex-automata v0.4.14 |
| 226 | 2026-07-02T10:08:44.030Z | Downloaded libc v0.2.186 |
| 227 | 2026-07-02T10:08:44.086Z | Compiling proc-macro2 v1.0.106 |
| 228 | 2026-07-02T10:08:44.086Z | Compiling quote v1.0.46 |
| 229 | 2026-07-02T10:08:44.086Z | Compiling unicode-ident v1.0.24 |
| 230 | 2026-07-02T10:08:44.088Z | Compiling serde_core v1.0.228 |
| 231 | 2026-07-02T10:08:44.089Z | Checking cfg-if v1.0.4 |
| 232 | 2026-07-02T10:08:44.089Z | Compiling fnv v1.0.7 |
| 233 | 2026-07-02T10:08:44.089Z | Compiling strsim v0.11.1 |
| 234 | 2026-07-02T10:08:44.089Z | Compiling ident_case v1.0.1 |
| 235 | 2026-07-02T10:08:44.207Z | Compiling memchr v2.8.2 |
| 236 | 2026-07-02T10:08:44.250Z | Compiling thiserror v2.0.18 |
| 237 | 2026-07-02T10:08:44.266Z | Compiling regex-syntax v0.8.11 |
| 238 | 2026-07-02T10:08:44.272Z | Compiling libc v0.2.186 |
| 239 | 2026-07-02T10:08:44.437Z | Compiling either v1.16.0 |
| 240 | 2026-07-02T10:08:44.545Z | Compiling serde v1.0.228 |
| 241 | 2026-07-02T10:08:44.634Z | Compiling aho-corasick v1.1.4 |
| 242 | 2026-07-02T10:08:44.683Z | Compiling equivalent v1.0.2 |
| 243 | 2026-07-02T10:08:44.757Z | Compiling hashbrown v0.17.1 |
| 244 | 2026-07-02T10:08:44.760Z | Compiling winnow v1.0.3 |
| 245 | 2026-07-02T10:08:44.760Z | Compiling zerocopy v0.8.52 |
| 246 | 2026-07-02T10:08:45.179Z | Compiling itertools v0.14.0 |
| 247 | 2026-07-02T10:08:45.295Z | Compiling indexmap v2.14.0 |
| 248 | 2026-07-02T10:08:45.387Z | Compiling syn v2.0.118 |
| 249 | 2026-07-02T10:08:45.445Z | Compiling heapless v0.8.0 |
| 250 | 2026-07-02T10:08:45.760Z | Compiling regex-automata v0.4.14 |
| 251 | 2026-07-02T10:08:45.786Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 252 | 2026-07-02T10:08:45.938Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 253 | 2026-07-02T10:08:45.997Z | Checking byteorder v1.5.0 |
| 254 | 2026-07-02T10:08:46.064Z | Checking bitflags v2.13.0 |
| 255 | 2026-07-02T10:08:46.153Z | Checking hash32 v0.3.1 |
| 256 | 2026-07-02T10:08:46.161Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 257 | 2026-07-02T10:08:46.258Z | Checking macaddr v1.0.1 |
| 258 | 2026-07-02T10:08:46.349Z | Compiling smoltcp v0.11.0 |
| 259 | 2026-07-02T10:08:46.360Z | Checking stable_deref_trait v1.2.1 |
| 260 | 2026-07-02T10:08:46.380Z | Compiling syn v1.0.109 |
| 261 | 2026-07-02T10:08:46.391Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 262 | 2026-07-02T10:08:46.420Z | Compiling rustversion v1.0.22 |
| 263 | 2026-07-02T10:08:46.641Z | Compiling ref-cast v1.0.25 |
| 264 | 2026-07-02T10:08:46.690Z | Compiling proc-macro-crate v3.5.0 |
| 265 | 2026-07-02T10:08:46.734Z | Checking bitflags v1.3.2 |
| 266 | 2026-07-02T10:08:46.792Z | Checking rand_core v0.10.1 |
| 267 | 2026-07-02T10:08:46.798Z | Compiling version_check v0.9.5 |
| 268 | 2026-07-02T10:08:46.807Z | Checking managed v0.8.0 |
| 269 | 2026-07-02T10:08:46.928Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 270 | 2026-07-02T10:08:46.954Z | Compiling getrandom v0.4.3 |
| 271 | 2026-07-02T10:08:47.061Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 272 | 2026-07-02T10:08:47.151Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 273 | 2026-07-02T10:08:47.232Z | Checking cpufeatures v0.3.0 |
| 274 | 2026-07-02T10:08:47.293Z | Checking foreign-types-shared v0.3.1 |
| 275 | 2026-07-02T10:08:47.370Z | Compiling anyhow v1.0.103 |
| 276 | 2026-07-02T10:08:47.433Z | Compiling regex v1.12.4 |
| 277 | 2026-07-02T10:08:47.646Z | Checking once_cell v1.21.4 |
| 278 | 2026-07-02T10:08:47.668Z | Checking cstr-argument v0.1.2 |
| 279 | 2026-07-02T10:08:47.811Z | Checking tracing-core v0.1.36 |
| 280 | 2026-07-02T10:08:47.818Z | Checking chacha20 v0.10.1 |
| 281 | 2026-07-02T10:08:47.957Z | Compiling darling_core v0.21.3 |
| 282 | 2026-07-02T10:08:48.014Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 283 | 2026-07-02T10:08:48.078Z | Checking dyn-clone v1.0.20 |
| 284 | 2026-07-02T10:08:48.122Z | Checking pretty-hex v0.4.2 |
| 285 | 2026-07-02T10:08:48.149Z | Checking pin-project-lite v0.2.17 |
| 286 | 2026-07-02T10:08:48.170Z | Checking rand v0.10.2 |
| 287 | 2026-07-02T10:08:48.226Z | Checking uuid v1.23.4 |
| 288 | 2026-07-02T10:08:48.244Z | Checking socket2 v0.6.4 |
| 289 | 2026-07-02T10:08:48.436Z | Checking colored v3.1.1 |
| 290 | 2026-07-02T10:08:48.493Z | Checking oxnet v0.1.6 |
| 291 | 2026-07-02T10:08:48.815Z | Compiling thiserror-impl v2.0.18 |
| 292 | 2026-07-02T10:08:48.815Z | Compiling zerocopy-derive v0.8.52 |
| 293 | 2026-07-02T10:08:48.817Z | Compiling serde_derive v1.0.228 |
| 294 | 2026-07-02T10:08:48.818Z | Compiling foreign-types-macros v0.2.3 |
| 295 | 2026-07-02T10:08:48.819Z | Compiling ref-cast-impl v1.0.25 |
| 296 | 2026-07-02T10:08:49.112Z | Compiling num_enum_derive v0.7.6 |
| 297 | 2026-07-02T10:08:49.445Z | Checking foreign-types v0.5.0 |
| 298 | 2026-07-02T10:08:49.491Z | Compiling tracing-attributes v0.1.31 |
| 299 | 2026-07-02T10:08:49.511Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 300 | 2026-07-02T10:08:50.003Z | Compiling darling_macro v0.21.3 |
| 301 | 2026-07-02T10:08:50.095Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 302 | 2026-07-02T10:08:50.103Z | Checking num_enum v0.7.6 |
| 303 | 2026-07-02T10:08:50.109Z | Checking cobs v0.3.0 |
| 304 | 2026-07-02T10:08:50.201Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 305 | 2026-07-02T10:08:50.340Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 306 | 2026-07-02T10:08:50.593Z | Compiling darling v0.21.3 |
| 307 | 2026-07-02T10:08:50.662Z | Compiling ingot-macros v0.1.1 |
| 308 | 2026-07-02T10:08:50.702Z | Checking tracing v0.1.44 |
| 309 | 2026-07-02T10:08:50.810Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 310 | 2026-07-02T10:08:51.384Z | Checking postcard v1.1.3 |
| 311 | 2026-07-02T10:08:52.740Z | Checking ingot-types v0.1.2 |
| 312 | 2026-07-02T10:08:53.007Z | Checking ingot v0.1.1 |
| 313 | 2026-07-02T10:08:54.269Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 314 | 2026-07-02T10:08:55.426Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 315 | 2026-07-02T10:08:56.588Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 316 | 2026-07-02T10:08:56.770Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.27s |
| 317 | 2026-07-02T10:08:56.872Z | |
| 318 | 2026-07-02T10:08:56.872Z | real 17.418966186 |
| 319 | 2026-07-02T10:08:56.872Z | user 47.747853644 |
| 320 | 2026-07-02T10:08:56.872Z | sys 11.416748085 |
| 321 | 2026-07-02T10:08:56.872Z | trap 0.035107951 |
| 322 | 2026-07-02T10:08:56.872Z | tflt 0.055423509 |
| 323 | 2026-07-02T10:08:56.872Z | dflt 0.141525847 |
| 324 | 2026-07-02T10:08:56.872Z | kflt 0.007516810 |
| 325 | 2026-07-02T10:08:56.872Z | lock 3:01.208625574 |
| 326 | 2026-07-02T10:08:56.872Z | slp 2:41.320016702 |
| 327 | 2026-07-02T10:08:56.872Z | lat 2.972147713 |
| 328 | 2026-07-02T10:08:56.872Z | stop 10.422869054 |
| 329 | 2026-07-02T10:08:56.876Z | process exited: duration 31745 ms, exit code 0 |
| |
| 330 | 2026-07-02T10:08:56.882Z | found 0 output files |