|
|
|
| 1 | 2025-05-08T20:59:10.180Z | job assigned to worker 01JTRV2227283R1T584BTKRZBQ [factory aws, i-068bce69252cf4c25] (queued for 1 m 2 s) |
| |
| 2 | 2025-05-08T20:59:17.946Z | starting task 0: "setup" |
| 3 | 2025-05-08T20:59:17.951Z | ++ uname -s |
| 4 | 2025-05-08T20:59:17.954Z | + kern=SunOS |
| 5 | 2025-05-08T20:59:17.954Z | + build_user=build |
| 6 | 2025-05-08T20:59:17.954Z | + build_uid=12345 |
| 7 | 2025-05-08T20:59:17.954Z | + work_dir=/work |
| 8 | 2025-05-08T20:59:17.954Z | + input_dir=/input |
| 9 | 2025-05-08T20:59:17.955Z | + [[ 0 == 12345 ]] |
| 10 | 2025-05-08T20:59:17.955Z | + case "$kern" in |
| 11 | 2025-05-08T20:59:17.955Z | + groupadd -g 12345 build |
| 12 | 2025-05-08T20:59:17.959Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-05-08T20:59:20.394Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-05-08T20:59:20.404Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-05-08T20:59:20.404Z | + home_fs=zfs |
| 16 | 2025-05-08T20:59:20.404Z | + [[ zfs == autofs ]] |
| 17 | 2025-05-08T20:59:20.404Z | + mkdir -p /home/build |
| 18 | 2025-05-08T20:59:20.404Z | + chown build:build /home/build /work |
| 19 | 2025-05-08T20:59:21.153Z | + chmod 0700 /home/build /work |
| 20 | 2025-05-08T20:59:21.156Z | process exited: duration 3214 ms, exit code 0 |
| |
| 21 | 2025-05-08T20:59:21.162Z | starting task 1: "rust-toolchain" |
| 22 | 2025-05-08T20:59:21.167Z | + printf ' * rust toolchain channel = "%s"\n' 1.86.0 |
| 23 | 2025-05-08T20:59:21.167Z | * rust toolchain channel = "1.86.0" |
| 24 | 2025-05-08T20:59:21.167Z | * rust toolchain profile = "default" |
| 25 | 2025-05-08T20:59:21.168Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2025-05-08T20:59:21.168Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-05-08T20:59:21.168Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-05-08T20:59:21.171Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-05-08T20:59:21.171Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.86.0 --profile default |
| 30 | 2025-05-08T20:59:21.283Z | info: downloading installer |
| 31 | 2025-05-08T20:59:22.332Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-05-08T20:59:22.333Z | warn: /opt/ooce/bin |
| 33 | 2025-05-08T20:59:22.333Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-05-08T20:59:22.333Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-05-08T20:59:22.333Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-05-08T20:59:22.333Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-05-08T20:59:22.333Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-05-08T20:59:22.333Z | error: cannot install while Rust is installed |
| 39 | 2025-05-08T20:59:22.333Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-05-08T20:59:22.351Z | info: profile set to 'default' |
| 41 | 2025-05-08T20:59:22.351Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-05-08T20:59:22.354Z | info: syncing channel updates for '1.86.0-x86_64-unknown-illumos' |
| 43 | 2025-05-08T20:59:22.490Z | info: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31) |
| 44 | 2025-05-08T20:59:22.490Z | info: downloading component 'cargo' |
| 45 | 2025-05-08T20:59:23.116Z | info: downloading component 'clippy' |
| 46 | 2025-05-08T20:59:23.391Z | info: downloading component 'rust-docs' |
| 47 | 2025-05-08T20:59:24.480Z | info: downloading component 'rust-std' |
| 48 | 2025-05-08T20:59:25.744Z | info: downloading component 'rustc' |
| 49 | 2025-05-08T20:59:30.750Z | info: downloading component 'rustfmt' |
| 50 | 2025-05-08T20:59:30.948Z | info: installing component 'cargo' |
| 51 | 2025-05-08T20:59:31.784Z | info: installing component 'clippy' |
| 52 | 2025-05-08T20:59:32.185Z | info: installing component 'rust-docs' |
| 53 | 2025-05-08T20:59:34.065Z | info: installing component 'rust-std' |
| 54 | 2025-05-08T20:59:35.788Z | info: installing component 'rustc' |
| 55 | 2025-05-08T20:59:42.092Z | info: installing component 'rustfmt' |
| 56 | 2025-05-08T20:59:42.424Z | info: default toolchain set to '1.86.0-x86_64-unknown-illumos' |
| 57 | 2025-05-08T20:59:42.424Z | |
| 58 | 2025-05-08T20:59:42.837Z | 1.86.0-x86_64-unknown-illumos installed - rustc 1.86.0 (05f9846f8 2025-03-31) |
| 59 | 2025-05-08T20:59:42.837Z | |
| 60 | 2025-05-08T20:59:42.840Z | |
| 61 | 2025-05-08T20:59:42.840Z | Rust is installed now. Great! |
| 62 | 2025-05-08T20:59:42.840Z | |
| 63 | 2025-05-08T20:59:42.840Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-05-08T20:59:42.840Z | environment variable. This has not been done automatically. |
| 65 | 2025-05-08T20:59:42.840Z | |
| 66 | 2025-05-08T20:59:42.840Z | To configure your current shell, you need to source |
| 67 | 2025-05-08T20:59:42.840Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-05-08T20:59:42.840Z | |
| 69 | 2025-05-08T20:59:42.840Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-05-08T20:59:42.841Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-05-08T20:59:42.841Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-05-08T20:59:42.841Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-05-08T20:59:42.922Z | + rustup --version |
| 74 | 2025-05-08T20:59:42.933Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-05-08T20:59:42.936Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-05-08T20:59:43.011Z | info: The currently active `rustc` version is `rustc 1.86.0 (05f9846f8 2025-03-31)` |
| 77 | 2025-05-08T20:59:43.014Z | + cargo --version |
| 78 | 2025-05-08T20:59:43.077Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
| 79 | 2025-05-08T20:59:43.080Z | + rustc --version |
| 80 | 2025-05-08T20:59:43.147Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
| 81 | 2025-05-08T20:59:43.150Z | process exited: duration 22001 ms, exit code 0 |
| |
| 82 | 2025-05-08T20:59:43.156Z | starting task 2: "authentication" |
| 83 | 2025-05-08T20:59:43.179Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2025-05-08T20:59:43.185Z | starting task 3: "clone repository" |
| 85 | 2025-05-08T20:59:43.189Z | + mkdir -p /work/oxidecomputer/opte |
| 86 | 2025-05-08T20:59:43.193Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 87 | 2025-05-08T20:59:43.231Z | Cloning into '/work/oxidecomputer/opte'... |
| 88 | 2025-05-08T20:59:45.150Z | + cd /work/oxidecomputer/opte |
| 89 | 2025-05-08T20:59:45.153Z | + git fetch origin b0fbbab6e22067d07fa4a2927e6dbd2bc6f6ff27 |
| 90 | 2025-05-08T20:59:45.407Z | From https://github.com/oxidecomputer/opte |
| 91 | 2025-05-08T20:59:45.407Z | * branch b0fbbab6e22067d07fa4a2927e6dbd2bc6f6ff27 -> FETCH_HEAD |
| 92 | 2025-05-08T20:59:45.414Z | + [[ -n various-mtu-fixes ]] |
| 93 | 2025-05-08T20:59:45.417Z | ++ git branch --show-current |
| 94 | 2025-05-08T20:59:45.420Z | + current=master |
| 95 | 2025-05-08T20:59:45.420Z | + [[ master != various-mtu-fixes ]] |
| 96 | 2025-05-08T20:59:45.420Z | + git branch -f various-mtu-fixes b0fbbab6e22067d07fa4a2927e6dbd2bc6f6ff27 |
| 97 | 2025-05-08T20:59:45.423Z | + git checkout -f various-mtu-fixes |
| 98 | 2025-05-08T20:59:45.445Z | Switched to branch 'various-mtu-fixes' |
| 99 | 2025-05-08T20:59:45.448Z | + git reset --hard b0fbbab6e22067d07fa4a2927e6dbd2bc6f6ff27 |
| 100 | 2025-05-08T20:59:45.470Z | HEAD is now at b0fbbab 🦒 Mergiraf does not cure all ails 🦒 |
| 101 | 2025-05-08T20:59:45.473Z | process exited: duration 2288 ms, exit code 0 |
| |
| 102 | 2025-05-08T20:59:45.479Z | starting task 4: "build" |
| 103 | 2025-05-08T20:59:45.485Z | + source .github/buildomat/common.sh |
| 104 | 2025-05-08T20:59:45.488Z | ++ rustup show active-toolchain |
| 105 | 2025-05-08T20:59:45.534Z | 1.86.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 106 | 2025-05-08T20:59:45.537Z | ++ pushd xde |
| 107 | 2025-05-08T20:59:45.541Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 108 | 2025-05-08T20:59:45.541Z | ++ rustup show active-toolchain |
| 109 | 2025-05-08T20:59:45.545Z | info: syncing channel updates for 'nightly-2025-02-20-x86_64-unknown-illumos' |
| 110 | 2025-05-08T20:59:45.686Z | info: latest update on 2025-02-20, rust version 1.87.0-nightly (f280acf4c 2025-02-19) |
| 111 | 2025-05-08T20:59:45.689Z | info: downloading component 'cargo' |
| 112 | 2025-05-08T20:59:46.635Z | info: downloading component 'clippy' |
| 113 | 2025-05-08T20:59:47.162Z | info: downloading component 'rust-src' |
| 114 | 2025-05-08T20:59:47.617Z | info: downloading component 'rust-std' |
| 115 | 2025-05-08T20:59:49.136Z | info: downloading component 'rustc' |
| 116 | 2025-05-08T20:59:54.537Z | info: downloading component 'rustfmt' |
| 117 | 2025-05-08T20:59:54.881Z | info: installing component 'cargo' |
| 118 | 2025-05-08T20:59:55.743Z | info: installing component 'clippy' |
| 119 | 2025-05-08T20:59:56.136Z | info: installing component 'rust-src' |
| 120 | 2025-05-08T20:59:56.462Z | info: installing component 'rust-std' |
| 121 | 2025-05-08T20:59:58.073Z | info: installing component 'rustc' |
| 122 | 2025-05-08T21:00:04.629Z | info: installing component 'rustfmt' |
| 123 | 2025-05-08T21:00:04.975Z | nightly-2025-02-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 124 | 2025-05-08T21:00:05.065Z | +++ rustup show active-toolchain -v |
| 125 | 2025-05-08T21:00:05.068Z | +++ head -n 1 |
| 126 | 2025-05-08T21:00:05.068Z | +++ cut '-d ' -f1 |
| 127 | 2025-05-08T21:00:05.176Z | ++ export NIGHTLY=nightly-2025-02-20-x86_64-unknown-illumos |
| 128 | 2025-05-08T21:00:05.176Z | ++ NIGHTLY=nightly-2025-02-20-x86_64-unknown-illumos |
| 129 | 2025-05-08T21:00:05.176Z | ++ popd |
| 130 | 2025-05-08T21:00:05.179Z | /work/oxidecomputer/opte |
| 131 | 2025-05-08T21:00:05.179Z | + cargo --version |
| 132 | 2025-05-08T21:00:05.237Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
| 133 | 2025-05-08T21:00:05.241Z | + rustc --version |
| 134 | 2025-05-08T21:00:05.314Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
| 135 | 2025-05-08T21:00:05.318Z | + cd lib/opte-ioctl |
| 136 | 2025-05-08T21:00:05.318Z | + header 'check style' |
| 137 | 2025-05-08T21:00:05.321Z | + echo '# ==== check style ==== #' |
| 138 | 2025-05-08T21:00:05.321Z | # ==== check style ==== # |
| 139 | 2025-05-08T21:00:05.321Z | + ptime -m cargo +nightly-2025-02-20-x86_64-unknown-illumos fmt -- --check |
| 140 | 2025-05-08T21:00:05.526Z | |
| 141 | 2025-05-08T21:00:05.527Z | real 0.204948162 |
| 142 | 2025-05-08T21:00:05.527Z | user 0.129708032 |
| 143 | 2025-05-08T21:00:05.527Z | sys 0.071572509 |
| 144 | 2025-05-08T21:00:05.528Z | trap 0.000024675 |
| 145 | 2025-05-08T21:00:05.528Z | tflt 0.000038174 |
| 146 | 2025-05-08T21:00:05.528Z | dflt 0.000025567 |
| 147 | 2025-05-08T21:00:05.528Z | kflt 0.000000000 |
| 148 | 2025-05-08T21:00:05.528Z | lock 0.672416423 |
| 149 | 2025-05-08T21:00:05.532Z | slp 0.213603969 |
| 150 | 2025-05-08T21:00:05.532Z | lat 0.001675248 |
| 151 | 2025-05-08T21:00:05.532Z | stop 0.000164960 |
| 152 | 2025-05-08T21:00:05.532Z | + header analyze |
| 153 | 2025-05-08T21:00:05.532Z | + echo '# ==== analyze ==== #' |
| 154 | 2025-05-08T21:00:05.532Z | # ==== analyze ==== # |
| 155 | 2025-05-08T21:00:05.532Z | + ptime -m cargo clippy --all-targets |
| 156 | 2025-05-08T21:00:05.815Z | Updating crates.io index |
| 157 | 2025-05-08T21:00:05.818Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 158 | 2025-05-08T21:00:07.820Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 159 | 2025-05-08T21:00:08.133Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 160 | 2025-05-08T21:00:08.563Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 161 | 2025-05-08T21:00:08.940Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 162 | 2025-05-08T21:00:09.236Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 163 | 2025-05-08T21:00:09.521Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 164 | 2025-05-08T21:00:10.542Z | Downloading crates ... |
| 165 | 2025-05-08T21:00:10.591Z | Downloaded bitflags v2.9.0 |
| 166 | 2025-05-08T21:00:10.598Z | Downloaded defmt v0.3.100 |
| 167 | 2025-05-08T21:00:10.601Z | Downloaded darling_macro v0.20.11 |
| 168 | 2025-05-08T21:00:10.601Z | Downloaded cstr-argument v0.1.2 |
| 169 | 2025-05-08T21:00:10.620Z | Downloaded foreign-types-shared v0.3.1 |
| 170 | 2025-05-08T21:00:10.625Z | Downloaded cfg-if v1.0.0 |
| 171 | 2025-05-08T21:00:10.628Z | Downloaded byteorder v1.5.0 |
| 172 | 2025-05-08T21:00:10.628Z | Downloaded colored v3.0.0 |
| 173 | 2025-05-08T21:00:10.632Z | Downloaded macaddr v1.0.1 |
| 174 | 2025-05-08T21:00:10.635Z | Downloaded foreign-types-macros v0.2.3 |
| 175 | 2025-05-08T21:00:10.635Z | Downloaded ident_case v1.0.1 |
| 176 | 2025-05-08T21:00:10.638Z | Downloaded fnv v1.0.7 |
| 177 | 2025-05-08T21:00:10.638Z | Downloaded bitflags v1.3.2 |
| 178 | 2025-05-08T21:00:10.642Z | Downloaded embedded-io v0.6.1 |
| 179 | 2025-05-08T21:00:10.642Z | Downloaded dyn-clone v1.0.19 |
| 180 | 2025-05-08T21:00:10.645Z | Downloaded hash32 v0.3.1 |
| 181 | 2025-05-08T21:00:10.645Z | Downloaded embedded-io v0.4.0 |
| 182 | 2025-05-08T21:00:10.648Z | Downloaded defmt-macros v1.0.1 |
| 183 | 2025-05-08T21:00:10.648Z | Downloaded managed v0.8.0 |
| 184 | 2025-05-08T21:00:10.651Z | Downloaded num_enum_derive v0.7.3 |
| 185 | 2025-05-08T21:00:10.651Z | Downloaded foreign-types v0.5.0 |
| 186 | 2025-05-08T21:00:10.654Z | Downloaded autocfg v1.4.0 |
| 187 | 2025-05-08T21:00:10.654Z | Downloaded equivalent v1.0.2 |
| 188 | 2025-05-08T21:00:10.657Z | Downloaded strsim v0.11.1 |
| 189 | 2025-05-08T21:00:10.657Z | Downloaded stable_deref_trait v1.2.0 |
| 190 | 2025-05-08T21:00:10.657Z | Downloaded cobs v0.2.3 |
| 191 | 2025-05-08T21:00:10.660Z | Downloaded signal-hook-registry v1.4.5 |
| 192 | 2025-05-08T21:00:10.660Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 193 | 2025-05-08T21:00:10.660Z | Downloaded oxnet v0.1.1 |
| 194 | 2025-05-08T21:00:10.664Z | Downloaded tokio-macros v2.5.0 |
| 195 | 2025-05-08T21:00:10.664Z | Downloaded scopeguard v1.2.0 |
| 196 | 2025-05-08T21:00:10.667Z | Downloaded toml_datetime v0.6.9 |
| 197 | 2025-05-08T21:00:10.667Z | Downloaded pretty-hex v0.4.1 |
| 198 | 2025-05-08T21:00:10.670Z | Downloaded ppv-lite86 v0.2.21 |
| 199 | 2025-05-08T21:00:10.670Z | Downloaded rand_chacha v0.9.0 |
| 200 | 2025-05-08T21:00:10.678Z | Downloaded thiserror-impl v2.0.12 |
| 201 | 2025-05-08T21:00:10.681Z | Downloaded either v1.15.0 |
| 202 | 2025-05-08T21:00:10.684Z | Downloaded num_enum v0.7.3 |
| 203 | 2025-05-08T21:00:10.688Z | Downloaded rand_core v0.9.3 |
| 204 | 2025-05-08T21:00:10.691Z | Downloaded ingot-types v0.1.0 |
| 205 | 2025-05-08T21:00:10.691Z | Downloaded defmt-parser v1.0.0 |
| 206 | 2025-05-08T21:00:10.695Z | Downloaded once_cell v1.21.3 |
| 207 | 2025-05-08T21:00:10.698Z | Downloaded lock_api v0.4.12 |
| 208 | 2025-05-08T21:00:10.698Z | Downloaded defmt v1.0.1 |
| 209 | 2025-05-08T21:00:10.705Z | Downloaded proc-macro-error2 v2.0.1 |
| 210 | 2025-05-08T21:00:10.708Z | Downloaded thiserror v2.0.12 |
| 211 | 2025-05-08T21:00:10.714Z | Downloaded tracing-attributes v0.1.28 |
| 212 | 2025-05-08T21:00:10.717Z | Downloaded pin-project-lite v0.2.16 |
| 213 | 2025-05-08T21:00:10.721Z | Downloaded version_check v0.9.5 |
| 214 | 2025-05-08T21:00:10.724Z | Downloaded quote v1.0.40 |
| 215 | 2025-05-08T21:00:10.727Z | Downloaded postcard v1.1.1 |
| 216 | 2025-05-08T21:00:10.727Z | Downloaded ingot v0.1.0 |
| 217 | 2025-05-08T21:00:10.731Z | Downloaded ingot-macros v0.1.0 |
| 218 | 2025-05-08T21:00:10.731Z | Downloaded smallvec v1.15.0 |
| 219 | 2025-05-08T21:00:10.734Z | Downloaded proc-macro-crate v3.3.0 |
| 220 | 2025-05-08T21:00:10.734Z | Downloaded parking_lot v0.12.3 |
| 221 | 2025-05-08T21:00:10.738Z | Downloaded unicode-ident v1.0.18 |
| 222 | 2025-05-08T21:00:10.741Z | Downloaded getrandom v0.3.2 |
| 223 | 2025-05-08T21:00:10.744Z | Downloaded parking_lot_core v0.9.10 |
| 224 | 2025-05-08T21:00:10.751Z | Downloaded proc-macro2 v1.0.95 |
| 225 | 2025-05-08T21:00:10.757Z | Downloaded darling v0.20.11 |
| 226 | 2025-05-08T21:00:10.762Z | Downloaded anyhow v1.0.98 |
| 227 | 2025-05-08T21:00:10.766Z | Downloaded uuid v1.16.0 |
| 228 | 2025-05-08T21:00:10.770Z | Downloaded tracing-core v0.1.33 |
| 229 | 2025-05-08T21:00:10.773Z | Downloaded serde_derive v1.0.219 |
| 230 | 2025-05-08T21:00:10.779Z | Downloaded darling_core v0.20.11 |
| 231 | 2025-05-08T21:00:10.783Z | Downloaded bytes v1.10.1 |
| 232 | 2025-05-08T21:00:10.793Z | Downloaded zerocopy-derive v0.8.25 |
| 233 | 2025-05-08T21:00:10.798Z | Downloaded tracing v0.1.41 |
| 234 | 2025-05-08T21:00:10.806Z | Downloaded rand v0.9.1 |
| 235 | 2025-05-08T21:00:10.810Z | Downloaded indexmap v2.9.0 |
| 236 | 2025-05-08T21:00:10.813Z | Downloaded memchr v2.7.4 |
| 237 | 2025-05-08T21:00:10.817Z | Downloaded mio v1.0.3 |
| 238 | 2025-05-08T21:00:10.821Z | Downloaded heapless v0.8.0 |
| 239 | 2025-05-08T21:00:10.824Z | Downloaded toml_edit v0.22.26 |
| 240 | 2025-05-08T21:00:10.857Z | Downloaded socket2 v0.5.9 |
| 241 | 2025-05-08T21:00:10.861Z | Downloaded serde v1.0.219 |
| 242 | 2025-05-08T21:00:10.866Z | Downloaded hashbrown v0.15.3 |
| 243 | 2025-05-08T21:00:10.871Z | Downloaded itertools v0.13.0 |
| 244 | 2025-05-08T21:00:10.878Z | Downloaded aho-corasick v1.1.3 |
| 245 | 2025-05-08T21:00:10.883Z | Downloaded winnow v0.7.9 |
| 246 | 2025-05-08T21:00:10.918Z | Downloaded syn v1.0.109 |
| 247 | 2025-05-08T21:00:10.928Z | Downloaded zerocopy v0.8.25 |
| 248 | 2025-05-08T21:00:10.952Z | Downloaded regex v1.11.1 |
| 249 | 2025-05-08T21:00:10.971Z | Downloaded syn v2.0.101 |
| 250 | 2025-05-08T21:00:10.982Z | Downloaded smoltcp v0.11.0 |
| 251 | 2025-05-08T21:00:10.994Z | Downloaded regex-syntax v0.8.5 |
| 252 | 2025-05-08T21:00:11.036Z | Downloaded regex-automata v0.4.9 |
| 253 | 2025-05-08T21:00:11.062Z | Downloaded libc v0.2.172 |
| 254 | 2025-05-08T21:00:11.086Z | Downloaded tokio v1.44.2 |
| 255 | 2025-05-08T21:00:11.250Z | Compiling proc-macro2 v1.0.95 |
| 256 | 2025-05-08T21:00:11.250Z | Compiling unicode-ident v1.0.18 |
| 257 | 2025-05-08T21:00:11.253Z | Checking cfg-if v1.0.0 |
| 258 | 2025-05-08T21:00:11.254Z | Compiling libc v0.2.172 |
| 259 | 2025-05-08T21:00:11.254Z | Compiling zerocopy v0.8.25 |
| 260 | 2025-05-08T21:00:11.254Z | Compiling serde v1.0.219 |
| 261 | 2025-05-08T21:00:11.254Z | Compiling strsim v0.11.1 |
| 262 | 2025-05-08T21:00:11.254Z | Compiling fnv v1.0.7 |
| 263 | 2025-05-08T21:00:11.361Z | Compiling ident_case v1.0.1 |
| 264 | 2025-05-08T21:00:11.452Z | Compiling memchr v2.7.4 |
| 265 | 2025-05-08T21:00:11.485Z | Compiling regex-syntax v0.8.5 |
| 266 | 2025-05-08T21:00:11.544Z | Compiling autocfg v1.4.0 |
| 267 | 2025-05-08T21:00:11.894Z | Compiling either v1.15.0 |
| 268 | 2025-05-08T21:00:11.967Z | Compiling hashbrown v0.15.3 |
| 269 | 2025-05-08T21:00:12.121Z | Compiling equivalent v1.0.2 |
| 270 | 2025-05-08T21:00:12.235Z | Compiling itertools v0.13.0 |
| 271 | 2025-05-08T21:00:12.276Z | Compiling getrandom v0.3.2 |
| 272 | 2025-05-08T21:00:12.290Z | Compiling lock_api v0.4.12 |
| 273 | 2025-05-08T21:00:12.689Z | Compiling aho-corasick v1.1.3 |
| 274 | 2025-05-08T21:00:12.693Z | Compiling toml_datetime v0.6.9 |
| 275 | 2025-05-08T21:00:12.805Z | Checking byteorder v1.5.0 |
| 276 | 2025-05-08T21:00:12.946Z | Compiling winnow v0.7.9 |
| 277 | 2025-05-08T21:00:13.055Z | Compiling quote v1.0.40 |
| 278 | 2025-05-08T21:00:13.094Z | Compiling indexmap v2.9.0 |
| 279 | 2025-05-08T21:00:13.113Z | Compiling parking_lot_core v0.9.10 |
| 280 | 2025-05-08T21:00:13.579Z | Compiling syn v2.0.101 |
| 281 | 2025-05-08T21:00:13.620Z | Compiling heapless v0.8.0 |
| 282 | 2025-05-08T21:00:13.707Z | Checking hash32 v0.3.1 |
| 283 | 2025-05-08T21:00:14.067Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 284 | 2025-05-08T21:00:14.589Z | Checking macaddr v1.0.1 |
| 285 | 2025-05-08T21:00:14.599Z | Checking scopeguard v1.2.0 |
| 286 | 2025-05-08T21:00:14.609Z | Checking stable_deref_trait v1.2.0 |
| 287 | 2025-05-08T21:00:14.702Z | Checking smallvec v1.15.0 |
| 288 | 2025-05-08T21:00:14.728Z | Compiling syn v1.0.109 |
| 289 | 2025-05-08T21:00:14.830Z | Compiling smoltcp v0.11.0 |
| 290 | 2025-05-08T21:00:15.330Z | Compiling regex-automata v0.4.9 |
| 291 | 2025-05-08T21:00:15.718Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#e0e3e468) |
| 292 | 2025-05-08T21:00:15.785Z | Checking managed v0.8.0 |
| 293 | 2025-05-08T21:00:16.070Z | Checking pin-project-lite v0.2.16 |
| 294 | 2025-05-08T21:00:16.166Z | Checking bitflags v1.3.2 |
| 295 | 2025-05-08T21:00:16.200Z | Compiling version_check v0.9.5 |
| 296 | 2025-05-08T21:00:16.242Z | Checking cobs v0.2.3 |
| 297 | 2025-05-08T21:00:16.260Z | Compiling thiserror v2.0.12 |
| 298 | 2025-05-08T21:00:16.427Z | Compiling toml_edit v0.22.26 |
| 299 | 2025-05-08T21:00:16.633Z | Checking parking_lot v0.12.3 |
| 300 | 2025-05-08T21:00:16.778Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 301 | 2025-05-08T21:00:16.867Z | Checking rand_core v0.9.3 |
| 302 | 2025-05-08T21:00:17.139Z | Checking socket2 v0.5.9 |
| 303 | 2025-05-08T21:00:17.187Z | Checking mio v1.0.3 |
| 304 | 2025-05-08T21:00:17.204Z | Checking signal-hook-registry v1.4.5 |
| 305 | 2025-05-08T21:00:17.603Z | Checking bytes v1.10.1 |
| 306 | 2025-05-08T21:00:17.762Z | Checking once_cell v1.21.3 |
| 307 | 2025-05-08T21:00:18.052Z | Compiling anyhow v1.0.98 |
| 308 | 2025-05-08T21:00:18.302Z | Checking foreign-types-shared v0.3.1 |
| 309 | 2025-05-08T21:00:18.423Z | Checking cstr-argument v0.1.2 |
| 310 | 2025-05-08T21:00:18.606Z | Checking tracing-core v0.1.33 |
| 311 | 2025-05-08T21:00:18.972Z | Checking pretty-hex v0.4.1 |
| 312 | 2025-05-08T21:00:19.098Z | Checking dyn-clone v1.0.19 |
| 313 | 2025-05-08T21:00:19.157Z | Compiling proc-macro-crate v3.3.0 |
| 314 | 2025-05-08T21:00:19.242Z | Compiling regex v1.11.1 |
| 315 | 2025-05-08T21:00:19.251Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#92766ab1) |
| 316 | 2025-05-08T21:00:19.625Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 317 | 2025-05-08T21:00:19.770Z | Checking colored v3.0.0 |
| 318 | 2025-05-08T21:00:19.867Z | Checking oxnet v0.1.1 |
| 319 | 2025-05-08T21:00:20.366Z | Compiling darling_core v0.20.11 |
| 320 | 2025-05-08T21:00:21.855Z | Compiling zerocopy-derive v0.8.25 |
| 321 | 2025-05-08T21:00:21.855Z | Compiling serde_derive v1.0.219 |
| 322 | 2025-05-08T21:00:21.855Z | Compiling num_enum_derive v0.7.3 |
| 323 | 2025-05-08T21:00:21.858Z | Compiling tokio-macros v2.5.0 |
| 324 | 2025-05-08T21:00:21.858Z | Compiling thiserror-impl v2.0.12 |
| 325 | 2025-05-08T21:00:22.876Z | Compiling foreign-types-macros v0.2.3 |
| 326 | 2025-05-08T21:00:23.376Z | Checking tokio v1.44.2 |
| 327 | 2025-05-08T21:00:24.172Z | Checking num_enum v0.7.3 |
| 328 | 2025-05-08T21:00:24.186Z | Checking foreign-types v0.5.0 |
| 329 | 2025-05-08T21:00:24.280Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 330 | 2025-05-08T21:00:24.322Z | Compiling tracing-attributes v0.1.28 |
| 331 | 2025-05-08T21:00:24.898Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 332 | 2025-05-08T21:00:25.448Z | Compiling darling_macro v0.20.11 |
| 333 | 2025-05-08T21:00:25.884Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 334 | 2025-05-08T21:00:26.430Z | Compiling darling v0.20.11 |
| 335 | 2025-05-08T21:00:26.526Z | Compiling ingot-macros v0.1.0 |
| 336 | 2025-05-08T21:00:26.725Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 337 | 2025-05-08T21:00:27.156Z | Checking tracing v0.1.41 |
| 338 | 2025-05-08T21:00:27.586Z | Checking ppv-lite86 v0.2.21 |
| 339 | 2025-05-08T21:00:28.049Z | Checking rand_chacha v0.9.0 |
| 340 | 2025-05-08T21:00:28.320Z | Checking rand v0.9.1 |
| 341 | 2025-05-08T21:00:29.437Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#e0e3e468) |
| 342 | 2025-05-08T21:00:30.079Z | Checking ingot-types v0.1.0 |
| 343 | 2025-05-08T21:00:30.204Z | Checking bitflags v2.9.0 |
| 344 | 2025-05-08T21:00:30.204Z | Checking postcard v1.1.1 |
| 345 | 2025-05-08T21:00:30.221Z | Checking uuid v1.16.0 |
| 346 | 2025-05-08T21:00:30.446Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 347 | 2025-05-08T21:00:30.610Z | Checking ingot v0.1.0 |
| 348 | 2025-05-08T21:00:32.539Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 349 | 2025-05-08T21:00:33.676Z | warning: unused `#[macro_use]` import |
| 350 | 2025-05-08T21:00:33.676Z | --> lib/opte/src/lib.rs:23:1 |
| 351 | 2025-05-08T21:00:33.676Z | | |
| 352 | 2025-05-08T21:00:33.677Z | 23 | #[macro_use] |
| 353 | 2025-05-08T21:00:33.677Z | | ^^^^^^^^^^^^ |
| 354 | 2025-05-08T21:00:33.677Z | | |
| 355 | 2025-05-08T21:00:33.677Z | = note: `#[warn(unused_imports)]` on by default |
| 356 | 2025-05-08T21:00:33.677Z | |
| 357 | 2025-05-08T21:00:33.734Z | warning: `opte` (lib) generated 1 warning |
| 358 | 2025-05-08T21:00:33.737Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 359 | 2025-05-08T21:00:35.318Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 360 | 2025-05-08T21:00:35.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.91s |
| 361 | 2025-05-08T21:00:35.707Z | |
| 362 | 2025-05-08T21:00:35.707Z | real 30.192741691 |
| 363 | 2025-05-08T21:00:35.707Z | user 2:02.628467773 |
| 364 | 2025-05-08T21:00:35.707Z | sys 18.622689820 |
| 365 | 2025-05-08T21:00:35.707Z | trap 0.093024522 |
| 366 | 2025-05-08T21:00:35.707Z | tflt 0.079493786 |
| 367 | 2025-05-08T21:00:35.707Z | dflt 0.152330332 |
| 368 | 2025-05-08T21:00:35.707Z | kflt 0.001854084 |
| 369 | 2025-05-08T21:00:35.707Z | lock 2:28.466778383 |
| 370 | 2025-05-08T21:00:35.711Z | slp 7:54.749745062 |
| 371 | 2025-05-08T21:00:35.711Z | lat 7.325573025 |
| 372 | 2025-05-08T21:00:35.711Z | stop 11.742729358 |
| 373 | 2025-05-08T21:00:35.711Z | process exited: duration 50261 ms, exit code 0 |
| |
| 374 | 2025-05-08T21:00:35.717Z | found 0 output files |