|
|
|
| 1 | 2026-07-24T22:09:37.649Z | job assigned to worker 01KYB2S8C193Q5YTC3B3NYGQC6 [factory aws, i-03987c66cb4bc7573] (queued for 47 s) |
| |
| 2 | 2026-07-24T22:09:46.569Z | starting task 0: "setup" |
| 3 | 2026-07-24T22:09:46.579Z | ++ uname -s |
| 4 | 2026-07-24T22:09:46.579Z | + kern=SunOS |
| 5 | 2026-07-24T22:09:46.579Z | + build_user=build |
| 6 | 2026-07-24T22:09:46.579Z | + build_uid=12345 |
| 7 | 2026-07-24T22:09:46.579Z | + work_dir=/work |
| 8 | 2026-07-24T22:09:46.579Z | + input_dir=/input |
| 9 | 2026-07-24T22:09:46.579Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-24T22:09:46.579Z | + case "$kern" in |
| 11 | 2026-07-24T22:09:46.579Z | + groupadd -g 12345 build |
| 12 | 2026-07-24T22:09:46.579Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-24T22:09:48.575Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-24T22:09:48.666Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-24T22:09:48.670Z | + home_fs=zfs |
| 16 | 2026-07-24T22:09:48.670Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-24T22:09:48.670Z | + mkdir -p /home/build |
| 18 | 2026-07-24T22:09:48.670Z | + chown build:build /home/build /work |
| 19 | 2026-07-24T22:09:50.670Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-24T22:09:50.673Z | process exited: duration 4110 ms, exit code 0 |
| |
| 21 | 2026-07-24T22:09:50.679Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-24T22:09:50.682Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-24T22:09:50.682Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-07-24T22:09:50.682Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-07-24T22:09:50.682Z | * rust toolchain profile = "default" |
| 26 | 2026-07-24T22:09:50.682Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-24T22:09:50.685Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-24T22:09:50.685Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-24T22:09:50.685Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-24T22:09:50.808Z | info: downloading installer |
| 31 | 2026-07-24T22:09:52.172Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-24T22:09:52.172Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-24T22:09:52.172Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-24T22:09:52.172Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-24T22:09:52.184Z | info: profile set to default |
| 36 | 2026-07-24T22:09:52.184Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-24T22:09:52.187Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-24T22:09:52.324Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-24T22:09:52.327Z | info: downloading 6 components |
| 40 | 2026-07-24T22:10:07.937Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-07-24T22:10:07.937Z | |
| 42 | 2026-07-24T22:10:07.963Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-24T22:10:07.963Z | |
| 44 | 2026-07-24T22:10:07.963Z | |
| 45 | 2026-07-24T22:10:07.963Z | Rust is installed now. Great! |
| 46 | 2026-07-24T22:10:07.963Z | |
| 47 | 2026-07-24T22:10:07.963Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-24T22:10:07.963Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-24T22:10:07.963Z | |
| 50 | 2026-07-24T22:10:07.963Z | To configure your current shell, you need to source |
| 51 | 2026-07-24T22:10:07.963Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-24T22:10:07.963Z | |
| 53 | 2026-07-24T22:10:07.963Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-24T22:10:07.966Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-24T22:10:07.966Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-24T22:10:07.966Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-24T22:10:07.966Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-24T22:10:07.966Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-24T22:10:07.966Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-24T22:10:07.966Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-24T22:10:07.966Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-24T22:10:08.067Z | + rustup --version |
| 63 | 2026-07-24T22:10:08.076Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-24T22:10:08.080Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-24T22:10:08.097Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-24T22:10:08.100Z | + cargo --version |
| 67 | 2026-07-24T22:10:08.114Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-24T22:10:08.117Z | + rustc --version |
| 69 | 2026-07-24T22:10:08.135Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-24T22:10:08.138Z | process exited: duration 17458 ms, exit code 0 |
| |
| 71 | 2026-07-24T22:10:08.144Z | starting task 2: "authentication" |
| 72 | 2026-07-24T22:10:08.160Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-24T22:10:08.167Z | starting task 3: "clone repository" |
| 74 | 2026-07-24T22:10:08.170Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-24T22:10:08.173Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-24T22:10:08.200Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-24T22:10:09.171Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-24T22:10:09.171Z | + git fetch origin 62c6d27460a63db80e78c78f3115f8b21ff3cf21 |
| 79 | 2026-07-24T22:10:09.404Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-24T22:10:09.404Z | * branch 62c6d27460a63db80e78c78f3115f8b21ff3cf21 -> FETCH_HEAD |
| 81 | 2026-07-24T22:10:09.409Z | + [[ -n icmp-ptb ]] |
| 82 | 2026-07-24T22:10:09.412Z | ++ git branch --show-current |
| 83 | 2026-07-24T22:10:09.412Z | + current=master |
| 84 | 2026-07-24T22:10:09.412Z | + [[ master != icmp-ptb ]] |
| 85 | 2026-07-24T22:10:09.412Z | + git branch -f icmp-ptb 62c6d27460a63db80e78c78f3115f8b21ff3cf21 |
| 86 | 2026-07-24T22:10:09.415Z | + git checkout -f icmp-ptb |
| 87 | 2026-07-24T22:10:09.431Z | Switched to branch 'icmp-ptb' |
| 88 | 2026-07-24T22:10:09.433Z | + git reset --hard 62c6d27460a63db80e78c78f3115f8b21ff3cf21 |
| 89 | 2026-07-24T22:10:09.448Z | HEAD is now at 62c6d27 Merge branch 'master' into icmp-ptb |
| 90 | 2026-07-24T22:10:09.450Z | process exited: duration 1282 ms, exit code 0 |
| |
| 91 | 2026-07-24T22:10:09.456Z | starting task 4: "build" |
| 92 | 2026-07-24T22:10:09.460Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-24T22:10:09.463Z | ++ rustup show active-toolchain |
| 94 | 2026-07-24T22:10:09.465Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-24T22:10:09.468Z | ++ pushd xde |
| 96 | 2026-07-24T22:10:09.468Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-24T22:10:09.468Z | ++ rustup show active-toolchain |
| 98 | 2026-07-24T22:10:09.471Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 99 | 2026-07-24T22:10:09.622Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 100 | 2026-07-24T22:10:09.625Z | info: downloading 6 components |
| 101 | 2026-07-24T22:10:24.355Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-24T22:10:24.447Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-24T22:10:24.451Z | +++ head -n 1 |
| 104 | 2026-07-24T22:10:24.451Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-24T22:10:24.500Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 106 | 2026-07-24T22:10:24.500Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-07-24T22:10:24.500Z | ++ popd |
| 108 | 2026-07-24T22:10:24.503Z | /work/oxidecomputer/opte |
| 109 | 2026-07-24T22:10:24.503Z | + cargo --version |
| 110 | 2026-07-24T22:10:24.509Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 111 | 2026-07-24T22:10:24.512Z | + rustc --version |
| 112 | 2026-07-24T22:10:24.530Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 113 | 2026-07-24T22:10:24.533Z | + cd lib/opte-ioctl |
| 114 | 2026-07-24T22:10:24.533Z | + header 'check style' |
| 115 | 2026-07-24T22:10:24.533Z | + echo '# ==== check style ==== #' |
| 116 | 2026-07-24T22:10:24.533Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 117 | 2026-07-24T22:10:24.533Z | # ==== check style ==== # |
| 118 | 2026-07-24T22:10:24.601Z | |
| 119 | 2026-07-24T22:10:24.601Z | real 0.064578594 |
| 120 | 2026-07-24T22:10:24.601Z | user 0.035594399 |
| 121 | 2026-07-24T22:10:24.601Z | sys 0.026694598 |
| 122 | 2026-07-24T22:10:24.601Z | trap 0.000000290 |
| 123 | 2026-07-24T22:10:24.601Z | tflt 0.000019240 |
| 124 | 2026-07-24T22:10:24.601Z | dflt 0.000012440 |
| 125 | 2026-07-24T22:10:24.601Z | kflt 0.000000000 |
| 126 | 2026-07-24T22:10:24.601Z | lock 0.030718608 |
| 127 | 2026-07-24T22:10:24.601Z | slp 0.045060130 |
| 128 | 2026-07-24T22:10:24.601Z | lat 0.000823490 |
| 129 | 2026-07-24T22:10:24.601Z | stop 0.000097750 |
| 130 | 2026-07-24T22:10:24.604Z | + header analyze |
| 131 | 2026-07-24T22:10:24.604Z | + echo '# ==== analyze ==== #' |
| 132 | 2026-07-24T22:10:24.604Z | + ptime -m cargo clippy --all-targets -- --deny warnings |
| 133 | 2026-07-24T22:10:24.604Z | # ==== analyze ==== # |
| 134 | 2026-07-24T22:10:24.723Z | Updating crates.io index |
| 135 | 2026-07-24T22:10:24.725Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 136 | 2026-07-24T22:10:25.448Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 137 | 2026-07-24T22:10:25.830Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 138 | 2026-07-24T22:10:26.152Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 139 | 2026-07-24T22:10:26.374Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 140 | 2026-07-24T22:10:26.600Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 141 | 2026-07-24T22:10:26.850Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 142 | 2026-07-24T22:10:28.583Z | Downloading crates ... |
| 143 | 2026-07-24T22:10:28.637Z | Downloaded embedded-io v0.6.1 |
| 144 | 2026-07-24T22:10:28.639Z | Downloaded foreign-types v0.5.0 |
| 145 | 2026-07-24T22:10:28.644Z | Downloaded cpufeatures v0.3.0 |
| 146 | 2026-07-24T22:10:28.653Z | Downloaded cstr-argument v0.1.2 |
| 147 | 2026-07-24T22:10:28.656Z | Downloaded darling_macro v0.23.0 |
| 148 | 2026-07-24T22:10:28.656Z | Downloaded defmt v0.3.100 |
| 149 | 2026-07-24T22:10:28.656Z | Downloaded cfg-if v1.0.4 |
| 150 | 2026-07-24T22:10:28.662Z | Downloaded byteorder v1.5.0 |
| 151 | 2026-07-24T22:10:28.665Z | Downloaded colored v3.1.1 |
| 152 | 2026-07-24T22:10:28.668Z | Downloaded memchr v2.8.3 |
| 153 | 2026-07-24T22:10:28.673Z | Downloaded anyhow v1.0.103 |
| 154 | 2026-07-24T22:10:28.673Z | Downloaded managed v0.8.0 |
| 155 | 2026-07-24T22:10:28.679Z | Downloaded hash32 v0.3.1 |
| 156 | 2026-07-24T22:10:28.679Z | Downloaded dyn-clone v1.0.20 |
| 157 | 2026-07-24T22:10:28.682Z | Downloaded quote v1.0.46 |
| 158 | 2026-07-24T22:10:28.682Z | Downloaded defmt-macros v1.1.1 |
| 159 | 2026-07-24T22:10:28.685Z | Downloaded macaddr v1.0.1 |
| 160 | 2026-07-24T22:10:28.685Z | Downloaded equivalent v1.0.2 |
| 161 | 2026-07-24T22:10:28.689Z | Downloaded darling v0.23.0 |
| 162 | 2026-07-24T22:10:28.696Z | Downloaded version_check v0.9.5 |
| 163 | 2026-07-24T22:10:28.699Z | Downloaded ref-cast-impl v1.0.25 |
| 164 | 2026-07-24T22:10:28.703Z | Downloaded num_enum_derive v0.7.6 |
| 165 | 2026-07-24T22:10:28.706Z | Downloaded darling_core v0.23.0 |
| 166 | 2026-07-24T22:10:28.709Z | Downloaded ident_case v1.0.1 |
| 167 | 2026-07-24T22:10:28.709Z | Downloaded proc-macro2 v1.0.106 |
| 168 | 2026-07-24T22:10:28.712Z | Downloaded defmt-parser v1.0.0 |
| 169 | 2026-07-24T22:10:28.712Z | Downloaded foreign-types-shared v0.3.1 |
| 170 | 2026-07-24T22:10:28.718Z | Downloaded embedded-io v0.4.0 |
| 171 | 2026-07-24T22:10:28.721Z | Downloaded oxnet v0.1.6 |
| 172 | 2026-07-24T22:10:28.721Z | Downloaded strsim v0.11.1 |
| 173 | 2026-07-24T22:10:28.726Z | Downloaded stable_deref_trait v1.2.1 |
| 174 | 2026-07-24T22:10:28.732Z | Downloaded ref-cast v1.0.25 |
| 175 | 2026-07-24T22:10:28.734Z | Downloaded chacha20 v0.10.1 |
| 176 | 2026-07-24T22:10:28.737Z | Downloaded once_cell v1.21.4 |
| 177 | 2026-07-24T22:10:28.748Z | Downloaded num_enum v0.7.6 |
| 178 | 2026-07-24T22:10:28.751Z | Downloaded cobs v0.3.0 |
| 179 | 2026-07-24T22:10:28.753Z | Downloaded pretty-hex v0.4.2 |
| 180 | 2026-07-24T22:10:28.756Z | Downloaded ingot v0.2.0 |
| 181 | 2026-07-24T22:10:28.765Z | Downloaded foreign-types-macros v0.2.3 |
| 182 | 2026-07-24T22:10:28.770Z | Downloaded proc-macro-crate v3.5.0 |
| 183 | 2026-07-24T22:10:28.776Z | Downloaded thiserror-impl v2.0.18 |
| 184 | 2026-07-24T22:10:28.779Z | Downloaded pin-project-lite v0.2.17 |
| 185 | 2026-07-24T22:10:28.779Z | Downloaded postcard v1.1.3 |
| 186 | 2026-07-24T22:10:28.784Z | Downloaded heapless v0.8.0 |
| 187 | 2026-07-24T22:10:28.794Z | Downloaded getrandom v0.4.3 |
| 188 | 2026-07-24T22:10:28.797Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 189 | 2026-07-24T22:10:28.804Z | Downloaded bitflags v1.3.2 |
| 190 | 2026-07-24T22:10:28.807Z | Downloaded either v1.16.0 |
| 191 | 2026-07-24T22:10:28.807Z | Downloaded rand_core v0.10.1 |
| 192 | 2026-07-24T22:10:28.812Z | Downloaded rustversion v1.0.23 |
| 193 | 2026-07-24T22:10:28.815Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 194 | 2026-07-24T22:10:28.819Z | Downloaded socket2 v0.6.4 |
| 195 | 2026-07-24T22:10:28.822Z | Downloaded defmt v1.1.1 |
| 196 | 2026-07-24T22:10:28.832Z | Downloaded tracing-attributes v0.1.31 |
| 197 | 2026-07-24T22:10:28.835Z | Downloaded thiserror v2.0.18 |
| 198 | 2026-07-24T22:10:28.835Z | Downloaded ingot-types v0.2.0 |
| 199 | 2026-07-24T22:10:28.835Z | Downloaded ingot-macros v0.2.0 |
| 200 | 2026-07-24T22:10:28.839Z | Downloaded serde v1.0.228 |
| 201 | 2026-07-24T22:10:28.842Z | Downloaded uuid v1.23.5 |
| 202 | 2026-07-24T22:10:28.846Z | Downloaded serde_derive v1.0.228 |
| 203 | 2026-07-24T22:10:28.854Z | Downloaded unicode-ident v1.0.24 |
| 204 | 2026-07-24T22:10:28.859Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 205 | 2026-07-24T22:10:28.861Z | Downloaded serde_core v1.0.228 |
| 206 | 2026-07-24T22:10:28.864Z | Downloaded aho-corasick v1.1.4 |
| 207 | 2026-07-24T22:10:28.871Z | Downloaded bitflags v2.13.0 |
| 208 | 2026-07-24T22:10:28.880Z | Downloaded indexmap v2.14.0 |
| 209 | 2026-07-24T22:10:28.883Z | Downloaded rand v0.10.2 |
| 210 | 2026-07-24T22:10:28.887Z | Downloaded tracing-core v0.1.36 |
| 211 | 2026-07-24T22:10:28.900Z | Downloaded zerocopy-derive v0.8.54 |
| 212 | 2026-07-24T22:10:28.941Z | Downloaded regex v1.13.0 |
| 213 | 2026-07-24T22:10:28.957Z | Downloaded itertools v0.15.0 |
| 214 | 2026-07-24T22:10:28.962Z | Downloaded winnow v1.0.3 |
| 215 | 2026-07-24T22:10:28.966Z | Downloaded hashbrown v0.17.1 |
| 216 | 2026-07-24T22:10:28.993Z | Downloaded zerocopy v0.8.54 |
| 217 | 2026-07-24T22:10:29.006Z | Downloaded syn v1.0.109 |
| 218 | 2026-07-24T22:10:29.013Z | Downloaded syn v2.0.118 |
| 219 | 2026-07-24T22:10:29.019Z | Downloaded smoltcp v0.11.0 |
| 220 | 2026-07-24T22:10:29.046Z | Downloaded regex-syntax v0.8.11 |
| 221 | 2026-07-24T22:10:29.069Z | Downloaded tracing v0.1.44 |
| 222 | 2026-07-24T22:10:29.082Z | Downloaded regex-automata v0.4.15 |
| 223 | 2026-07-24T22:10:29.098Z | Downloaded libc v0.2.186 |
| 224 | 2026-07-24T22:10:29.153Z | Compiling proc-macro2 v1.0.106 |
| 225 | 2026-07-24T22:10:29.153Z | Compiling quote v1.0.46 |
| 226 | 2026-07-24T22:10:29.153Z | Compiling unicode-ident v1.0.24 |
| 227 | 2026-07-24T22:10:29.156Z | Compiling serde_core v1.0.228 |
| 228 | 2026-07-24T22:10:29.156Z | Checking cfg-if v1.0.4 |
| 229 | 2026-07-24T22:10:29.156Z | Compiling thiserror v2.0.18 |
| 230 | 2026-07-24T22:10:29.156Z | Compiling strsim v0.11.1 |
| 231 | 2026-07-24T22:10:29.156Z | Compiling ident_case v1.0.1 |
| 232 | 2026-07-24T22:10:29.275Z | Compiling memchr v2.8.3 |
| 233 | 2026-07-24T22:10:29.341Z | Compiling libc v0.2.186 |
| 234 | 2026-07-24T22:10:29.349Z | Compiling regex-syntax v0.8.11 |
| 235 | 2026-07-24T22:10:29.509Z | Compiling either v1.16.0 |
| 236 | 2026-07-24T22:10:29.603Z | Compiling zerocopy v0.8.54 |
| 237 | 2026-07-24T22:10:29.699Z | Compiling aho-corasick v1.1.4 |
| 238 | 2026-07-24T22:10:29.737Z | Compiling serde v1.0.228 |
| 239 | 2026-07-24T22:10:29.764Z | Compiling equivalent v1.0.2 |
| 240 | 2026-07-24T22:10:29.824Z | Compiling winnow v1.0.3 |
| 241 | 2026-07-24T22:10:29.839Z | Compiling hashbrown v0.17.1 |
| 242 | 2026-07-24T22:10:30.063Z | Compiling itertools v0.15.0 |
| 243 | 2026-07-24T22:10:30.397Z | Compiling indexmap v2.14.0 |
| 244 | 2026-07-24T22:10:30.446Z | Compiling heapless v0.8.0 |
| 245 | 2026-07-24T22:10:30.552Z | Compiling syn v2.0.118 |
| 246 | 2026-07-24T22:10:30.737Z | Checking byteorder v1.5.0 |
| 247 | 2026-07-24T22:10:30.878Z | Compiling regex-automata v0.4.15 |
| 248 | 2026-07-24T22:10:30.897Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 249 | 2026-07-24T22:10:31.022Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 250 | 2026-07-24T22:10:31.057Z | Checking bitflags v2.13.0 |
| 251 | 2026-07-24T22:10:31.099Z | Checking hash32 v0.3.1 |
| 252 | 2026-07-24T22:10:31.210Z | Compiling syn v1.0.109 |
| 253 | 2026-07-24T22:10:31.236Z | Checking macaddr v1.0.1 |
| 254 | 2026-07-24T22:10:31.363Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 255 | 2026-07-24T22:10:31.369Z | Compiling rustversion v1.0.23 |
| 256 | 2026-07-24T22:10:31.409Z | Compiling smoltcp v0.11.0 |
| 257 | 2026-07-24T22:10:31.415Z | Checking stable_deref_trait v1.2.1 |
| 258 | 2026-07-24T22:10:31.456Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 259 | 2026-07-24T22:10:31.540Z | Checking rand_core v0.10.1 |
| 260 | 2026-07-24T22:10:31.669Z | Compiling getrandom v0.4.3 |
| 261 | 2026-07-24T22:10:31.684Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 262 | 2026-07-24T22:10:31.731Z | Compiling ref-cast v1.0.25 |
| 263 | 2026-07-24T22:10:31.737Z | Checking bitflags v1.3.2 |
| 264 | 2026-07-24T22:10:31.789Z | Compiling version_check v0.9.5 |
| 265 | 2026-07-24T22:10:31.819Z | Checking managed v0.8.0 |
| 266 | 2026-07-24T22:10:31.878Z | Compiling proc-macro-crate v3.5.0 |
| 267 | 2026-07-24T22:10:32.050Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 268 | 2026-07-24T22:10:32.235Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 269 | 2026-07-24T22:10:32.280Z | Checking foreign-types-shared v0.3.1 |
| 270 | 2026-07-24T22:10:32.287Z | Compiling anyhow v1.0.103 |
| 271 | 2026-07-24T22:10:32.357Z | Checking once_cell v1.21.4 |
| 272 | 2026-07-24T22:10:32.517Z | Checking cpufeatures v0.3.0 |
| 273 | 2026-07-24T22:10:32.523Z | Compiling regex v1.13.0 |
| 274 | 2026-07-24T22:10:32.575Z | Checking chacha20 v0.10.1 |
| 275 | 2026-07-24T22:10:32.760Z | Checking tracing-core v0.1.36 |
| 276 | 2026-07-24T22:10:32.830Z | Checking cstr-argument v0.1.2 |
| 277 | 2026-07-24T22:10:32.937Z | Checking dyn-clone v1.0.20 |
| 278 | 2026-07-24T22:10:33.010Z | Checking pretty-hex v0.4.2 |
| 279 | 2026-07-24T22:10:33.031Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 280 | 2026-07-24T22:10:33.034Z | Checking pin-project-lite v0.2.17 |
| 281 | 2026-07-24T22:10:33.071Z | Checking rand v0.10.2 |
| 282 | 2026-07-24T22:10:33.113Z | Compiling darling_core v0.23.0 |
| 283 | 2026-07-24T22:10:33.154Z | Checking uuid v1.23.5 |
| 284 | 2026-07-24T22:10:33.248Z | Checking socket2 v0.6.4 |
| 285 | 2026-07-24T22:10:33.308Z | Checking oxnet v0.1.6 |
| 286 | 2026-07-24T22:10:33.399Z | Checking colored v3.1.1 |
| 287 | 2026-07-24T22:10:33.777Z | Compiling thiserror-impl v2.0.18 |
| 288 | 2026-07-24T22:10:33.777Z | Compiling serde_derive v1.0.228 |
| 289 | 2026-07-24T22:10:33.777Z | Compiling zerocopy-derive v0.8.54 |
| 290 | 2026-07-24T22:10:33.777Z | Compiling ref-cast-impl v1.0.25 |
| 291 | 2026-07-24T22:10:33.777Z | Compiling num_enum_derive v0.7.6 |
| 292 | 2026-07-24T22:10:34.218Z | Compiling foreign-types-macros v0.2.3 |
| 293 | 2026-07-24T22:10:34.441Z | Compiling tracing-attributes v0.1.31 |
| 294 | 2026-07-24T22:10:34.762Z | Checking num_enum v0.7.6 |
| 295 | 2026-07-24T22:10:34.824Z | Checking foreign-types v0.5.0 |
| 296 | 2026-07-24T22:10:34.867Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 297 | 2026-07-24T22:10:34.889Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 298 | 2026-07-24T22:10:35.036Z | Checking cobs v0.3.0 |
| 299 | 2026-07-24T22:10:35.054Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 300 | 2026-07-24T22:10:35.150Z | Compiling darling_macro v0.23.0 |
| 301 | 2026-07-24T22:10:35.345Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 302 | 2026-07-24T22:10:35.648Z | Checking tracing v0.1.44 |
| 303 | 2026-07-24T22:10:35.695Z | Compiling darling v0.23.0 |
| 304 | 2026-07-24T22:10:35.765Z | Compiling ingot-macros v0.2.0 |
| 305 | 2026-07-24T22:10:35.800Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 306 | 2026-07-24T22:10:36.317Z | Checking postcard v1.1.3 |
| 307 | 2026-07-24T22:10:37.749Z | Checking ingot-types v0.2.0 |
| 308 | 2026-07-24T22:10:38.017Z | Checking ingot v0.2.0 |
| 309 | 2026-07-24T22:10:39.290Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 310 | 2026-07-24T22:10:40.431Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 311 | 2026-07-24T22:10:41.596Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 312 | 2026-07-24T22:10:41.775Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.12s |
| 313 | 2026-07-24T22:10:41.878Z | |
| 314 | 2026-07-24T22:10:41.878Z | real 17.273399208 |
| 315 | 2026-07-24T22:10:41.878Z | user 47.643828327 |
| 316 | 2026-07-24T22:10:41.878Z | sys 10.865381808 |
| 317 | 2026-07-24T22:10:41.878Z | trap 0.034840525 |
| 318 | 2026-07-24T22:10:41.878Z | tflt 0.092975373 |
| 319 | 2026-07-24T22:10:41.878Z | dflt 0.187482604 |
| 320 | 2026-07-24T22:10:41.878Z | kflt 0.004906813 |
| 321 | 2026-07-24T22:10:41.878Z | lock 3:18.620982836 |
| 322 | 2026-07-24T22:10:41.881Z | slp 2:37.455993578 |
| 323 | 2026-07-24T22:10:41.881Z | lat 3.861491816 |
| 324 | 2026-07-24T22:10:41.881Z | stop 11.861441256 |
| 325 | 2026-07-24T22:10:41.881Z | process exited: duration 32422 ms, exit code 0 |
| |
| 326 | 2026-07-24T22:10:41.888Z | found 0 output files |