|
|
|
| 1 | 2026-07-18T04:06:59.225Z | job assigned to worker 01KXSPE84E4J8FNKBPM43TRRT9 [factory aws, i-0ef5bc574ce692bd4] (queued for 57 s) |
| |
| 2 | 2026-07-18T04:07:05.557Z | starting task 0: "setup" |
| 3 | 2026-07-18T04:07:05.561Z | ++ uname -s |
| 4 | 2026-07-18T04:07:05.564Z | + kern=SunOS |
| 5 | 2026-07-18T04:07:05.564Z | + build_user=build |
| 6 | 2026-07-18T04:07:05.564Z | + build_uid=12345 |
| 7 | 2026-07-18T04:07:05.564Z | + work_dir=/work |
| 8 | 2026-07-18T04:07:05.564Z | + input_dir=/input |
| 9 | 2026-07-18T04:07:05.564Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-18T04:07:05.565Z | + case "$kern" in |
| 11 | 2026-07-18T04:07:05.565Z | + groupadd -g 12345 build |
| 12 | 2026-07-18T04:07:05.568Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-18T04:07:07.572Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-18T04:07:07.650Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-18T04:07:07.654Z | + home_fs=zfs |
| 16 | 2026-07-18T04:07:07.654Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-18T04:07:07.654Z | + mkdir -p /home/build |
| 18 | 2026-07-18T04:07:07.654Z | + chown build:build /home/build /work |
| 19 | 2026-07-18T04:07:09.655Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-18T04:07:09.659Z | process exited: duration 4102 ms, exit code 0 |
| |
| 21 | 2026-07-18T04:07:09.666Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-18T04:07:09.671Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-18T04:07:09.671Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-07-18T04:07:09.671Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-07-18T04:07:09.671Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-07-18T04:07:09.671Z | * rust toolchain profile = "default" |
| 27 | 2026-07-18T04:07:09.671Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-18T04:07:09.675Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-18T04:07:09.675Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-18T04:07:09.729Z | info: downloading installer |
| 31 | 2026-07-18T04:07:11.042Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-18T04:07:11.042Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-18T04:07:11.042Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-18T04:07:11.043Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-18T04:07:11.054Z | info: profile set to default |
| 36 | 2026-07-18T04:07:11.054Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-18T04:07:11.058Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-18T04:07:11.222Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-18T04:07:11.226Z | info: downloading 6 components |
| 40 | 2026-07-18T04:07:25.773Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-07-18T04:07:25.773Z | |
| 42 | 2026-07-18T04:07:25.803Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-18T04:07:25.803Z | |
| 44 | 2026-07-18T04:07:25.804Z | |
| 45 | 2026-07-18T04:07:25.804Z | Rust is installed now. Great! |
| 46 | 2026-07-18T04:07:25.804Z | |
| 47 | 2026-07-18T04:07:25.804Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-18T04:07:25.805Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-18T04:07:25.805Z | |
| 50 | 2026-07-18T04:07:25.805Z | To configure your current shell, you need to source |
| 51 | 2026-07-18T04:07:25.805Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-18T04:07:25.805Z | |
| 53 | 2026-07-18T04:07:25.805Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-18T04:07:25.805Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-18T04:07:25.805Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-18T04:07:25.805Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-18T04:07:25.806Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-18T04:07:25.806Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-18T04:07:25.806Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-18T04:07:25.810Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-18T04:07:25.810Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-18T04:07:25.903Z | + rustup --version |
| 63 | 2026-07-18T04:07:25.911Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-18T04:07:25.915Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-18T04:07:25.933Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-18T04:07:25.937Z | + cargo --version |
| 67 | 2026-07-18T04:07:25.951Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-18T04:07:25.955Z | + rustc --version |
| 69 | 2026-07-18T04:07:25.972Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-18T04:07:25.976Z | process exited: duration 16308 ms, exit code 0 |
| |
| 71 | 2026-07-18T04:07:25.985Z | starting task 2: "authentication" |
| 72 | 2026-07-18T04:07:26.002Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-18T04:07:26.010Z | starting task 3: "clone repository" |
| 74 | 2026-07-18T04:07:26.014Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-18T04:07:26.019Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-18T04:07:26.047Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-18T04:07:26.913Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-18T04:07:26.913Z | + git fetch origin 9e9447048a8bf577d01319d7cedcadae72f58f9f |
| 79 | 2026-07-18T04:07:27.120Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-18T04:07:27.120Z | * branch 9e9447048a8bf577d01319d7cedcadae72f58f9f -> FETCH_HEAD |
| 81 | 2026-07-18T04:07:27.125Z | + [[ -n renovate/rust-1.x ]] |
| 82 | 2026-07-18T04:07:27.129Z | ++ git branch --show-current |
| 83 | 2026-07-18T04:07:27.129Z | + current=master |
| 84 | 2026-07-18T04:07:27.129Z | + [[ master != renovate/rust-1.x ]] |
| 85 | 2026-07-18T04:07:27.129Z | + git branch -f renovate/rust-1.x 9e9447048a8bf577d01319d7cedcadae72f58f9f |
| 86 | 2026-07-18T04:07:27.129Z | + git checkout -f renovate/rust-1.x |
| 87 | 2026-07-18T04:07:27.146Z | Switched to branch 'renovate/rust-1.x' |
| 88 | 2026-07-18T04:07:27.153Z | + git reset --hard 9e9447048a8bf577d01319d7cedcadae72f58f9f |
| 89 | 2026-07-18T04:07:27.162Z | HEAD is now at 9e94470 Update dependency rust |
| 90 | 2026-07-18T04:07:27.167Z | process exited: duration 1152 ms, exit code 0 |
| |
| 91 | 2026-07-18T04:07:27.178Z | starting task 4: "build" |
| 92 | 2026-07-18T04:07:27.183Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-18T04:07:27.184Z | ++ rustup show active-toolchain |
| 94 | 2026-07-18T04:07:27.187Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-18T04:07:27.187Z | ++ pushd xde |
| 96 | 2026-07-18T04:07:27.187Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-18T04:07:27.188Z | ++ rustup show active-toolchain |
| 98 | 2026-07-18T04:07:27.191Z | info: syncing channel updates for nightly-2026-07-18-x86_64-unknown-illumos |
| 99 | 2026-07-18T04:07:27.333Z | info: latest update on 2026-07-18 for version 1.99.0-nightly (b6839f4d0 2026-07-17) |
| 100 | 2026-07-18T04:07:27.341Z | info: downloading 6 components |
| 101 | 2026-07-18T04:07:43.067Z | nightly-2026-07-18-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-18T04:07:43.155Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-18T04:07:43.158Z | +++ head -n 1 |
| 104 | 2026-07-18T04:07:43.158Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-18T04:07:43.208Z | ++ export NIGHTLY=nightly-2026-07-18-x86_64-unknown-illumos |
| 106 | 2026-07-18T04:07:43.208Z | ++ NIGHTLY=nightly-2026-07-18-x86_64-unknown-illumos |
| 107 | 2026-07-18T04:07:43.208Z | ++ popd |
| 108 | 2026-07-18T04:07:43.213Z | /work/oxidecomputer/opte |
| 109 | 2026-07-18T04:07:43.213Z | + TGT_BASE=/work |
| 110 | 2026-07-18T04:07:43.213Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 111 | 2026-07-18T04:07:43.213Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 112 | 2026-07-18T04:07:43.213Z | + DBG_TGT=/work/debug |
| 113 | 2026-07-18T04:07:43.213Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 114 | 2026-07-18T04:07:43.213Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 115 | 2026-07-18T04:07:43.213Z | + REL_TGT=/work/release |
| 116 | 2026-07-18T04:07:43.213Z | + mkdir -p /work/debug /work/release |
| 117 | 2026-07-18T04:07:43.213Z | + cargo --version |
| 118 | 2026-07-18T04:07:43.219Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 119 | 2026-07-18T04:07:43.223Z | + rustc --version |
| 120 | 2026-07-18T04:07:43.242Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 121 | 2026-07-18T04:07:43.246Z | + install_pkg jq |
| 122 | 2026-07-18T04:07:43.246Z | + set +o errexit |
| 123 | 2026-07-18T04:07:43.246Z | + pfexec pkg install jq |
| 124 | 2026-07-18T04:07:44.387Z | Startup: Refreshing catalog 'helios' ... Done |
| 125 | 2026-07-18T04:07:44.555Z | Startup: Caching catalogs ... Done |
| 126 | 2026-07-18T04:07:45.337Z | Planning: Solver setup ... Done |
| 127 | 2026-07-18T04:07:45.373Z | Planning: Running solver ... Done |
| 128 | 2026-07-18T04:07:45.390Z | Planning: Consolidating action changes ... Done |
| 129 | 2026-07-18T04:07:45.390Z | Planning: Evaluating mediators ... Done |
| 130 | 2026-07-18T04:07:45.395Z | Planning: Planning completed in 0.81 seconds |
| 131 | 2026-07-18T04:07:45.406Z | No updates necessary for this image. |
| 132 | 2026-07-18T04:07:45.535Z | + exit_code=4 |
| 133 | 2026-07-18T04:07:45.535Z | + [[ 4 -ne 0 ]] |
| 134 | 2026-07-18T04:07:45.535Z | + [[ 4 -ne 4 ]] |
| 135 | 2026-07-18T04:07:45.535Z | + set -o errexit |
| 136 | 2026-07-18T04:07:45.538Z | + pushd xde |
| 137 | 2026-07-18T04:07:45.538Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 138 | 2026-07-18T04:07:45.539Z | + cp xde.conf /work/xde.conf |
| 139 | 2026-07-18T04:07:45.539Z | + header 'check style' |
| 140 | 2026-07-18T04:07:45.539Z | + echo '# ==== check style ==== #' |
| 141 | 2026-07-18T04:07:45.539Z | # ==== check style ==== # |
| 142 | 2026-07-18T04:07:45.539Z | + ptime -m cargo +nightly-2026-07-18-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 143 | 2026-07-18T04:07:45.759Z | |
| 144 | 2026-07-18T04:07:45.759Z | real 0.218414545 |
| 145 | 2026-07-18T04:07:45.759Z | user 0.152536744 |
| 146 | 2026-07-18T04:07:45.759Z | sys 0.057584792 |
| 147 | 2026-07-18T04:07:45.759Z | trap 0.000008250 |
| 148 | 2026-07-18T04:07:45.759Z | tflt 0.000040680 |
| 149 | 2026-07-18T04:07:45.759Z | dflt 0.000025390 |
| 150 | 2026-07-18T04:07:45.759Z | kflt 0.000000000 |
| 151 | 2026-07-18T04:07:45.759Z | lock 0.034534004 |
| 152 | 2026-07-18T04:07:45.759Z | slp 0.184480297 |
| 153 | 2026-07-18T04:07:45.760Z | lat 0.000829710 |
| 154 | 2026-07-18T04:07:45.760Z | stop 0.000104930 |
| 155 | 2026-07-18T04:07:45.763Z | + header analyze |
| 156 | 2026-07-18T04:07:45.763Z | + echo '# ==== analyze ==== #' |
| 157 | 2026-07-18T04:07:45.763Z | # ==== analyze ==== # |
| 158 | 2026-07-18T04:07:45.763Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 159 | 2026-07-18T04:07:45.935Z | Updating crates.io index |
| 160 | 2026-07-18T04:07:45.938Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 161 | 2026-07-18T04:07:46.579Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 162 | 2026-07-18T04:07:46.813Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 163 | 2026-07-18T04:07:47.143Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 164 | 2026-07-18T04:07:47.350Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 165 | 2026-07-18T04:07:47.572Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 166 | 2026-07-18T04:07:47.796Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 167 | 2026-07-18T04:07:49.601Z | Downloading crates ... |
| 168 | 2026-07-18T04:07:49.647Z | Downloaded defmt-parser v1.0.0 |
| 169 | 2026-07-18T04:07:49.656Z | Downloaded defmt v0.3.100 |
| 170 | 2026-07-18T04:07:49.661Z | Downloaded serde v1.0.228 |
| 171 | 2026-07-18T04:07:49.664Z | Downloaded hash32 v0.3.1 |
| 172 | 2026-07-18T04:07:49.664Z | Downloaded unicode-ident v1.0.24 |
| 173 | 2026-07-18T04:07:49.685Z | Downloaded fnv v1.0.7 |
| 174 | 2026-07-18T04:07:49.688Z | Downloaded stable_deref_trait v1.2.1 |
| 175 | 2026-07-18T04:07:49.688Z | Downloaded strsim v0.11.1 |
| 176 | 2026-07-18T04:07:49.688Z | Downloaded macaddr v1.0.1 |
| 177 | 2026-07-18T04:07:49.688Z | Downloaded heapless v0.8.0 |
| 178 | 2026-07-18T04:07:49.692Z | Downloaded ingot v0.1.1 |
| 179 | 2026-07-18T04:07:49.695Z | Downloaded itertools v0.15.0 |
| 180 | 2026-07-18T04:07:49.698Z | Downloaded thiserror-impl v2.0.18 |
| 181 | 2026-07-18T04:07:49.698Z | Downloaded cfg-if v1.0.4 |
| 182 | 2026-07-18T04:07:49.698Z | Downloaded dyn-clone v1.0.20 |
| 183 | 2026-07-18T04:07:49.701Z | Downloaded darling_macro v0.23.0 |
| 184 | 2026-07-18T04:07:49.701Z | Downloaded cobs v0.3.0 |
| 185 | 2026-07-18T04:07:49.706Z | Downloaded ident_case v1.0.1 |
| 186 | 2026-07-18T04:07:49.706Z | Downloaded embedded-io v0.6.1 |
| 187 | 2026-07-18T04:07:49.706Z | Downloaded darling_macro v0.21.3 |
| 188 | 2026-07-18T04:07:49.706Z | Downloaded ref-cast v1.0.25 |
| 189 | 2026-07-18T04:07:49.709Z | Downloaded managed v0.8.0 |
| 190 | 2026-07-18T04:07:49.709Z | Downloaded version_check v0.9.5 |
| 191 | 2026-07-18T04:07:49.709Z | Downloaded ingot-macros v0.1.1 |
| 192 | 2026-07-18T04:07:49.712Z | Downloaded ingot-types v0.1.2 |
| 193 | 2026-07-18T04:07:49.717Z | Downloaded ref-cast-impl v1.0.25 |
| 194 | 2026-07-18T04:07:49.726Z | Downloaded thiserror v2.0.18 |
| 195 | 2026-07-18T04:07:49.731Z | Downloaded quote v1.0.46 |
| 196 | 2026-07-18T04:07:49.734Z | Downloaded embedded-io v0.4.0 |
| 197 | 2026-07-18T04:07:49.737Z | Downloaded byteorder v1.5.0 |
| 198 | 2026-07-18T04:07:49.744Z | Downloaded bitflags v1.3.2 |
| 199 | 2026-07-18T04:07:49.760Z | Downloaded defmt-macros v1.1.1 |
| 200 | 2026-07-18T04:07:49.763Z | Downloaded either v1.16.0 |
| 201 | 2026-07-18T04:07:49.764Z | Downloaded crc32fast v1.5.0 |
| 202 | 2026-07-18T04:07:49.769Z | Downloaded postcard v1.1.3 |
| 203 | 2026-07-18T04:07:49.769Z | Downloaded defmt v1.1.1 |
| 204 | 2026-07-18T04:07:49.772Z | Downloaded darling v0.21.3 |
| 205 | 2026-07-18T04:07:49.777Z | Downloaded proc-macro2 v1.0.106 |
| 206 | 2026-07-18T04:07:49.780Z | Downloaded serde_derive v1.0.228 |
| 207 | 2026-07-18T04:07:49.786Z | Downloaded bitflags v2.13.0 |
| 208 | 2026-07-18T04:07:49.791Z | Downloaded darling v0.23.0 |
| 209 | 2026-07-18T04:07:49.796Z | Downloaded uuid v1.23.4 |
| 210 | 2026-07-18T04:07:49.808Z | Downloaded serde_core v1.0.228 |
| 211 | 2026-07-18T04:07:49.815Z | Downloaded zerocopy-derive v0.8.52 |
| 212 | 2026-07-18T04:07:49.820Z | Downloaded darling_core v0.21.3 |
| 213 | 2026-07-18T04:07:49.823Z | Downloaded darling_core v0.23.0 |
| 214 | 2026-07-18T04:07:49.828Z | Downloaded memchr v2.8.2 |
| 215 | 2026-07-18T04:07:49.857Z | Downloaded itertools v0.14.0 |
| 216 | 2026-07-18T04:07:49.860Z | Downloaded aho-corasick v1.1.4 |
| 217 | 2026-07-18T04:07:49.866Z | Downloaded regex v1.12.4 |
| 218 | 2026-07-18T04:07:49.897Z | Downloaded zerocopy v0.8.52 |
| 219 | 2026-07-18T04:07:49.906Z | Downloaded syn v2.0.118 |
| 220 | 2026-07-18T04:07:49.912Z | Downloaded smoltcp v0.11.0 |
| 221 | 2026-07-18T04:07:49.924Z | Downloaded regex-syntax v0.8.11 |
| 222 | 2026-07-18T04:07:49.938Z | Downloaded regex-automata v0.4.14 |
| 223 | 2026-07-18T04:07:49.950Z | Updating crates.io index |
| 224 | 2026-07-18T04:07:50.004Z | Downloading crates ... |
| 225 | 2026-07-18T04:07:50.039Z | Downloaded rustc-literal-escaper v0.0.8 |
| 226 | 2026-07-18T04:07:50.043Z | Downloaded miniz_oxide v0.9.1 |
| 227 | 2026-07-18T04:07:50.049Z | Downloaded adler2 v2.0.1 |
| 228 | 2026-07-18T04:07:50.055Z | Downloaded foldhash v0.2.0 |
| 229 | 2026-07-18T04:07:50.059Z | Downloaded getopts v0.2.24 |
| 230 | 2026-07-18T04:07:50.063Z | Downloaded addr2line v0.27.0 |
| 231 | 2026-07-18T04:07:50.066Z | Downloaded memchr v2.7.6 |
| 232 | 2026-07-18T04:07:50.075Z | Downloaded hashbrown v0.17.1 |
| 233 | 2026-07-18T04:07:50.089Z | Downloaded rustc-demangle v0.1.28 |
| 234 | 2026-07-18T04:07:50.104Z | Downloaded gimli v0.34.0 |
| 235 | 2026-07-18T04:07:50.131Z | Downloaded object v0.39.1 |
| 236 | 2026-07-18T04:07:50.166Z | Downloaded libc v0.2.185 |
| 237 | 2026-07-18T04:07:50.220Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 238 | 2026-07-18T04:07:50.221Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 239 | 2026-07-18T04:07:50.221Z | Compiling proc-macro2 v1.0.106 |
| 240 | 2026-07-18T04:07:50.224Z | Compiling unicode-ident v1.0.24 |
| 241 | 2026-07-18T04:07:50.224Z | Compiling quote v1.0.46 |
| 242 | 2026-07-18T04:07:50.224Z | Compiling strsim v0.11.1 |
| 243 | 2026-07-18T04:07:50.224Z | Compiling ident_case v1.0.1 |
| 244 | 2026-07-18T04:07:50.224Z | Compiling serde_core v1.0.228 |
| 245 | 2026-07-18T04:07:50.408Z | Compiling memchr v2.8.2 |
| 246 | 2026-07-18T04:07:50.418Z | Compiling fnv v1.0.7 |
| 247 | 2026-07-18T04:07:50.509Z | Compiling regex-syntax v0.8.11 |
| 248 | 2026-07-18T04:07:50.688Z | Compiling either v1.16.0 |
| 249 | 2026-07-18T04:07:50.700Z | Compiling zerocopy v0.8.52 |
| 250 | 2026-07-18T04:07:50.738Z | Compiling serde v1.0.228 |
| 251 | 2026-07-18T04:07:50.814Z | Compiling aho-corasick v1.1.4 |
| 252 | 2026-07-18T04:07:50.880Z | Compiling thiserror v2.0.18 |
| 253 | 2026-07-18T04:07:51.098Z | Compiling itertools v0.14.0 |
| 254 | 2026-07-18T04:07:51.247Z | Compiling heapless v0.8.0 |
| 255 | 2026-07-18T04:07:51.437Z | Compiling syn v2.0.118 |
| 256 | 2026-07-18T04:07:51.457Z | Compiling smoltcp v0.11.0 |
| 257 | 2026-07-18T04:07:51.503Z | Compiling ref-cast v1.0.25 |
| 258 | 2026-07-18T04:07:51.724Z | Compiling crc32fast v1.5.0 |
| 259 | 2026-07-18T04:07:51.893Z | Compiling version_check v0.9.5 |
| 260 | 2026-07-18T04:07:51.911Z | Compiling regex-automata v0.4.14 |
| 261 | 2026-07-18T04:07:52.270Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 262 | 2026-07-18T04:07:53.443Z | Compiling regex v1.12.4 |
| 263 | 2026-07-18T04:07:53.738Z | Compiling darling_core v0.21.3 |
| 264 | 2026-07-18T04:07:53.781Z | Compiling darling_core v0.23.0 |
| 265 | 2026-07-18T04:07:54.615Z | Compiling serde_derive v1.0.228 |
| 266 | 2026-07-18T04:07:54.615Z | Compiling zerocopy-derive v0.8.52 |
| 267 | 2026-07-18T04:07:54.619Z | Compiling thiserror-impl v2.0.18 |
| 268 | 2026-07-18T04:07:54.619Z | Compiling ref-cast-impl v1.0.25 |
| 269 | 2026-07-18T04:07:54.619Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 270 | 2026-07-18T04:07:56.206Z | Compiling darling_macro v0.21.3 |
| 271 | 2026-07-18T04:07:56.503Z | Compiling darling_macro v0.23.0 |
| 272 | 2026-07-18T04:07:57.108Z | Compiling darling v0.21.3 |
| 273 | 2026-07-18T04:07:57.175Z | Compiling ingot-macros v0.1.1 |
| 274 | 2026-07-18T04:07:57.389Z | Compiling darling v0.23.0 |
| 275 | 2026-07-18T04:07:57.453Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 276 | 2026-07-18T04:08:02.126Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 277 | 2026-07-18T04:08:04.317Z | Checking byteorder v1.5.0 |
| 278 | 2026-07-18T04:08:04.318Z | Checking stable_deref_trait v1.2.1 |
| 279 | 2026-07-18T04:08:04.318Z | Checking cfg-if v1.0.4 |
| 280 | 2026-07-18T04:08:04.318Z | Checking macaddr v1.0.1 |
| 281 | 2026-07-18T04:08:04.321Z | Checking bitflags v1.3.2 |
| 282 | 2026-07-18T04:08:04.375Z | Checking managed v0.8.0 |
| 283 | 2026-07-18T04:08:04.417Z | Checking cobs v0.3.0 |
| 284 | 2026-07-18T04:08:04.463Z | Checking dyn-clone v1.0.20 |
| 285 | 2026-07-18T04:08:04.470Z | Checking hash32 v0.3.1 |
| 286 | 2026-07-18T04:08:04.528Z | Checking itertools v0.15.0 |
| 287 | 2026-07-18T04:08:04.535Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 288 | 2026-07-18T04:08:05.657Z | Checking bitflags v2.13.0 |
| 289 | 2026-07-18T04:08:05.657Z | Checking uuid v1.23.4 |
| 290 | 2026-07-18T04:08:05.800Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 291 | 2026-07-18T04:08:06.013Z | Checking postcard v1.1.3 |
| 292 | 2026-07-18T04:08:06.832Z | Checking ingot-types v0.1.2 |
| 293 | 2026-07-18T04:08:07.103Z | Checking ingot v0.1.1 |
| 294 | 2026-07-18T04:08:08.401Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 295 | 2026-07-18T04:08:12.046Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 296 | 2026-07-18T04:08:13.396Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 297 | 2026-07-18T04:08:15.349Z | Finished `dev` profile [optimized + debuginfo] target(s) in 29.52s |
| 298 | 2026-07-18T04:08:15.470Z | |
| 299 | 2026-07-18T04:08:15.470Z | real 29.705353887 |
| 300 | 2026-07-18T04:08:15.470Z | user 1:13.682504055 |
| 301 | 2026-07-18T04:08:15.471Z | sys 10.344552455 |
| 302 | 2026-07-18T04:08:15.471Z | trap 0.031801596 |
| 303 | 2026-07-18T04:08:15.471Z | tflt 0.059596088 |
| 304 | 2026-07-18T04:08:15.471Z | dflt 0.189800464 |
| 305 | 2026-07-18T04:08:15.471Z | kflt 0.001577421 |
| 306 | 2026-07-18T04:08:15.471Z | lock 5:14.120356554 |
| 307 | 2026-07-18T04:08:15.471Z | slp 3:22.972451580 |
| 308 | 2026-07-18T04:08:15.471Z | lat 2.625160241 |
| 309 | 2026-07-18T04:08:15.471Z | stop 8.673938526 |
| 310 | 2026-07-18T04:08:15.474Z | + pushd xde-link |
| 311 | 2026-07-18T04:08:15.474Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 312 | 2026-07-18T04:08:15.474Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 313 | 2026-07-18T04:08:15.654Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 314 | 2026-07-18T04:08:15.654Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 315 | 2026-07-18T04:08:15.654Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 316 | 2026-07-18T04:08:26.452Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 317 | 2026-07-18T04:08:28.680Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.14s |
| 318 | 2026-07-18T04:08:28.698Z | |
| 319 | 2026-07-18T04:08:28.703Z | real 13.222934799 |
| 320 | 2026-07-18T04:08:28.704Z | user 20.830050383 |
| 321 | 2026-07-18T04:08:28.704Z | sys 1.245923933 |
| 322 | 2026-07-18T04:08:28.704Z | trap 0.003071290 |
| 323 | 2026-07-18T04:08:28.704Z | tflt 0.000759260 |
| 324 | 2026-07-18T04:08:28.704Z | dflt 0.083504228 |
| 325 | 2026-07-18T04:08:28.704Z | kflt 0.000000000 |
| 326 | 2026-07-18T04:08:28.704Z | lock 1:25.737808972 |
| 327 | 2026-07-18T04:08:28.704Z | slp 44.251718738 |
| 328 | 2026-07-18T04:08:28.705Z | lat 0.179061553 |
| 329 | 2026-07-18T04:08:28.705Z | stop 0.157019363 |
| 330 | 2026-07-18T04:08:28.705Z | + popd |
| 331 | 2026-07-18T04:08:28.705Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 332 | 2026-07-18T04:08:28.706Z | + popd |
| 333 | 2026-07-18T04:08:28.706Z | /work/oxidecomputer/opte |
| 334 | 2026-07-18T04:08:28.706Z | + header 'build xde (debug)' |
| 335 | 2026-07-18T04:08:28.706Z | + echo '# ==== build xde (debug) ==== #' |
| 336 | 2026-07-18T04:08:28.706Z | # ==== build xde (debug) ==== # |
| 337 | 2026-07-18T04:08:28.706Z | + ptime -m cargo xtask build --profile debug xde xde-link |
| 338 | 2026-07-18T04:08:28.842Z | Downloading crates ... |
| 339 | 2026-07-18T04:08:28.921Z | Downloaded anstyle-query v1.1.5 |
| 340 | 2026-07-18T04:08:28.925Z | Downloaded serde_spanned v1.1.1 |
| 341 | 2026-07-18T04:08:28.929Z | Downloaded clap_lex v1.1.0 |
| 342 | 2026-07-18T04:08:28.930Z | Downloaded zmij v1.0.21 |
| 343 | 2026-07-18T04:08:28.933Z | Downloaded clap v4.6.1 |
| 344 | 2026-07-18T04:08:28.936Z | Downloaded camino v1.2.4 |
| 345 | 2026-07-18T04:08:28.936Z | Downloaded anstyle v1.0.14 |
| 346 | 2026-07-18T04:08:28.936Z | Downloaded anstyle-parse v1.0.0 |
| 347 | 2026-07-18T04:08:28.939Z | Downloaded utf8parse v0.2.2 |
| 348 | 2026-07-18T04:08:28.947Z | Downloaded clap_builder v4.6.0 |
| 349 | 2026-07-18T04:08:28.950Z | Downloaded cargo-platform v0.3.3 |
| 350 | 2026-07-18T04:08:28.953Z | Downloaded is_terminal_polyfill v1.70.2 |
| 351 | 2026-07-18T04:08:28.953Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 352 | 2026-07-18T04:08:28.956Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 353 | 2026-07-18T04:08:28.956Z | Downloaded anstream v1.0.0 |
| 354 | 2026-07-18T04:08:28.960Z | Downloaded clap_derive v4.6.1 |
| 355 | 2026-07-18T04:08:28.964Z | Downloaded errno v0.3.14 |
| 356 | 2026-07-18T04:08:28.967Z | Downloaded equivalent v1.0.2 |
| 357 | 2026-07-18T04:08:28.967Z | Downloaded terminal_size v0.4.4 |
| 358 | 2026-07-18T04:08:28.971Z | Downloaded colorchoice v1.0.5 |
| 359 | 2026-07-18T04:08:28.974Z | Downloaded itoa v1.0.18 |
| 360 | 2026-07-18T04:08:28.977Z | Downloaded heck v0.5.0 |
| 361 | 2026-07-18T04:08:28.977Z | Downloaded cargo_metadata v0.23.1 |
| 362 | 2026-07-18T04:08:28.983Z | Downloaded anyhow v1.0.103 |
| 363 | 2026-07-18T04:08:28.986Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 364 | 2026-07-18T04:08:28.990Z | Downloaded semver v1.0.28 |
| 365 | 2026-07-18T04:08:28.994Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 366 | 2026-07-18T04:08:28.994Z | Downloaded indexmap v2.14.0 |
| 367 | 2026-07-18T04:08:29.024Z | Downloaded serde_json v1.0.150 |
| 368 | 2026-07-18T04:08:29.027Z | Downloaded winnow v1.0.3 |
| 369 | 2026-07-18T04:08:29.055Z | Downloaded rustix v1.1.4 |
| 370 | 2026-07-18T04:08:29.080Z | Downloaded libc v0.2.186 |
| 371 | 2026-07-18T04:08:29.127Z | Compiling serde_core v1.0.228 |
| 372 | 2026-07-18T04:08:29.127Z | Compiling proc-macro2 v1.0.106 |
| 373 | 2026-07-18T04:08:29.130Z | Compiling quote v1.0.46 |
| 374 | 2026-07-18T04:08:29.130Z | Compiling unicode-ident v1.0.24 |
| 375 | 2026-07-18T04:08:29.130Z | Compiling libc v0.2.186 |
| 376 | 2026-07-18T04:08:29.131Z | Compiling rustix v1.1.4 |
| 377 | 2026-07-18T04:08:29.131Z | Compiling bitflags v2.13.0 |
| 378 | 2026-07-18T04:08:29.147Z | Compiling utf8parse v0.2.2 |
| 379 | 2026-07-18T04:08:29.278Z | Compiling zmij v1.0.21 |
| 380 | 2026-07-18T04:08:29.293Z | Compiling anstyle-parse v1.0.0 |
| 381 | 2026-07-18T04:08:29.500Z | Compiling is_terminal_polyfill v1.70.2 |
| 382 | 2026-07-18T04:08:29.510Z | Compiling anstyle v1.0.14 |
| 383 | 2026-07-18T04:08:29.598Z | Compiling serde v1.0.228 |
| 384 | 2026-07-18T04:08:29.607Z | Compiling camino v1.2.4 |
| 385 | 2026-07-18T04:08:29.625Z | Compiling colorchoice v1.0.5 |
| 386 | 2026-07-18T04:08:29.687Z | Compiling serde_json v1.0.150 |
| 387 | 2026-07-18T04:08:29.734Z | Compiling anstyle-query v1.1.5 |
| 388 | 2026-07-18T04:08:29.787Z | Compiling thiserror v2.0.18 |
| 389 | 2026-07-18T04:08:29.833Z | Compiling anstream v1.0.0 |
| 390 | 2026-07-18T04:08:29.892Z | Compiling errno v0.3.14 |
| 391 | 2026-07-18T04:08:29.941Z | Compiling anyhow v1.0.103 |
| 392 | 2026-07-18T04:08:29.950Z | Compiling clap_lex v1.1.0 |
| 393 | 2026-07-18T04:08:30.301Z | Compiling winnow v1.0.3 |
| 394 | 2026-07-18T04:08:30.309Z | Compiling strsim v0.11.1 |
| 395 | 2026-07-18T04:08:30.313Z | Compiling heck v0.5.0 |
| 396 | 2026-07-18T04:08:30.317Z | Compiling memchr v2.8.2 |
| 397 | 2026-07-18T04:08:30.332Z | Compiling itoa v1.0.18 |
| 398 | 2026-07-18T04:08:30.472Z | Compiling syn v2.0.118 |
| 399 | 2026-07-18T04:08:30.587Z | Compiling terminal_size v0.4.4 |
| 400 | 2026-07-18T04:08:30.697Z | Compiling clap_builder v4.6.0 |
| 401 | 2026-07-18T04:08:30.705Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 402 | 2026-07-18T04:08:30.736Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 403 | 2026-07-18T04:08:31.414Z | Compiling cargo-platform v0.3.3 |
| 404 | 2026-07-18T04:08:31.506Z | Compiling semver v1.0.28 |
| 405 | 2026-07-18T04:08:31.588Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 406 | 2026-07-18T04:08:31.998Z | Compiling serde_spanned v1.1.1 |
| 407 | 2026-07-18T04:08:32.129Z | Compiling toml v1.1.2+spec-1.1.0 |
| 408 | 2026-07-18T04:08:32.693Z | Compiling serde_derive v1.0.228 |
| 409 | 2026-07-18T04:08:33.030Z | Compiling thiserror-impl v2.0.18 |
| 410 | 2026-07-18T04:08:33.057Z | Compiling clap_derive v4.6.1 |
| 411 | 2026-07-18T04:08:34.652Z | Compiling clap v4.6.1 |
| 412 | 2026-07-18T04:08:35.794Z | Compiling cargo_metadata v0.23.1 |
| 413 | 2026-07-18T04:08:38.233Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 414 | 2026-07-18T04:08:39.840Z | Finished `dev` profile [optimized + debuginfo] target(s) in 11.13s |
| 415 | 2026-07-18T04:08:39.877Z | Running `target/debug/xtask build --profile debug xde xde-link` |
| 416 | 2026-07-18T04:08:41.165Z | Building xde (dev). |
| 417 | 2026-07-18T04:08:41.385Z | Compiling serde_core v1.0.228 |
| 418 | 2026-07-18T04:08:41.385Z | Compiling byteorder v1.5.0 |
| 419 | 2026-07-18T04:08:41.385Z | Compiling cfg-if v1.0.4 |
| 420 | 2026-07-18T04:08:41.385Z | Compiling stable_deref_trait v1.2.1 |
| 421 | 2026-07-18T04:08:41.385Z | Compiling macaddr v1.0.1 |
| 422 | 2026-07-18T04:08:41.388Z | Compiling zerocopy v0.8.52 |
| 423 | 2026-07-18T04:08:41.406Z | Compiling thiserror v2.0.18 |
| 424 | 2026-07-18T04:08:41.412Z | Compiling managed v0.8.0 |
| 425 | 2026-07-18T04:08:41.457Z | Compiling bitflags v1.3.2 |
| 426 | 2026-07-18T04:08:41.467Z | Compiling cobs v0.3.0 |
| 427 | 2026-07-18T04:08:41.499Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 428 | 2026-07-18T04:08:41.518Z | Compiling either v1.16.0 |
| 429 | 2026-07-18T04:08:41.571Z | Compiling hash32 v0.3.1 |
| 430 | 2026-07-18T04:08:41.623Z | Compiling ref-cast v1.0.25 |
| 431 | 2026-07-18T04:08:41.647Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 432 | 2026-07-18T04:08:41.687Z | Compiling heapless v0.8.0 |
| 433 | 2026-07-18T04:08:41.713Z | Compiling itertools v0.15.0 |
| 434 | 2026-07-18T04:08:41.719Z | Compiling crc32fast v1.5.0 |
| 435 | 2026-07-18T04:08:41.729Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 436 | 2026-07-18T04:08:41.780Z | Compiling dyn-clone v1.0.20 |
| 437 | 2026-07-18T04:08:41.906Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 438 | 2026-07-18T04:08:42.045Z | Compiling smoltcp v0.11.0 |
| 439 | 2026-07-18T04:08:42.969Z | Compiling bitflags v2.13.0 |
| 440 | 2026-07-18T04:08:42.969Z | Compiling serde v1.0.228 |
| 441 | 2026-07-18T04:08:42.969Z | Compiling uuid v1.23.4 |
| 442 | 2026-07-18T04:08:43.100Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 443 | 2026-07-18T04:08:43.379Z | Compiling postcard v1.1.3 |
| 444 | 2026-07-18T04:08:44.104Z | Compiling ingot-types v0.1.2 |
| 445 | 2026-07-18T04:08:44.389Z | Compiling ingot v0.1.1 |
| 446 | 2026-07-18T04:08:45.833Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 447 | 2026-07-18T04:08:50.061Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 448 | 2026-07-18T04:09:00.428Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 449 | 2026-07-18T04:09:08.835Z | Finished `dev` profile [optimized + debuginfo] target(s) in 27.63s |
| 450 | 2026-07-18T04:09:08.859Z | Linking xde kmod... |
| 451 | 2026-07-18T04:09:10.052Z | Building xde dev link helper (dev). |
| 452 | 2026-07-18T04:09:10.205Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 453 | 2026-07-18T04:09:10.544Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.46s |
| 454 | 2026-07-18T04:09:10.567Z | |
| 455 | 2026-07-18T04:09:10.571Z | real 41.865038567 |
| 456 | 2026-07-18T04:09:10.571Z | user 2:15.990413389 |
| 457 | 2026-07-18T04:09:10.571Z | sys 11.056729095 |
| 458 | 2026-07-18T04:09:10.571Z | trap 0.054163911 |
| 459 | 2026-07-18T04:09:10.571Z | tflt 0.310147754 |
| 460 | 2026-07-18T04:09:10.571Z | dflt 0.528586062 |
| 461 | 2026-07-18T04:09:10.571Z | kflt 0.000024700 |
| 462 | 2026-07-18T04:09:10.571Z | lock 7:27.096434110 |
| 463 | 2026-07-18T04:09:10.571Z | slp 3:51.277680398 |
| 464 | 2026-07-18T04:09:10.571Z | lat 5.293296906 |
| 465 | 2026-07-18T04:09:10.571Z | stop 6.348760692 |
| 466 | 2026-07-18T04:09:10.571Z | + header 'build xde (release)' |
| 467 | 2026-07-18T04:09:10.571Z | + echo '# ==== build xde (release) ==== #' |
| 468 | 2026-07-18T04:09:10.571Z | # ==== build xde (release) ==== # |
| 469 | 2026-07-18T04:09:10.571Z | + ptime -m cargo xtask build --profile release xde xde-link |
| 470 | 2026-07-18T04:09:10.702Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s |
| 471 | 2026-07-18T04:09:10.705Z | Running `target/debug/xtask build --profile release xde xde-link` |
| 472 | 2026-07-18T04:09:10.893Z | Building xde (release-lto). |
| 473 | 2026-07-18T04:09:11.116Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 474 | 2026-07-18T04:09:11.116Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 475 | 2026-07-18T04:09:11.116Z | Compiling proc-macro2 v1.0.106 |
| 476 | 2026-07-18T04:09:11.116Z | Compiling unicode-ident v1.0.24 |
| 477 | 2026-07-18T04:09:11.116Z | Compiling quote v1.0.46 |
| 478 | 2026-07-18T04:09:11.119Z | Compiling strsim v0.11.1 |
| 479 | 2026-07-18T04:09:11.120Z | Compiling ident_case v1.0.1 |
| 480 | 2026-07-18T04:09:11.120Z | Compiling serde_core v1.0.228 |
| 481 | 2026-07-18T04:09:11.229Z | Compiling memchr v2.8.2 |
| 482 | 2026-07-18T04:09:11.233Z | Compiling fnv v1.0.7 |
| 483 | 2026-07-18T04:09:11.310Z | Compiling regex-syntax v0.8.11 |
| 484 | 2026-07-18T04:09:11.479Z | Compiling serde v1.0.228 |
| 485 | 2026-07-18T04:09:11.490Z | Compiling thiserror v2.0.18 |
| 486 | 2026-07-18T04:09:11.501Z | Compiling either v1.16.0 |
| 487 | 2026-07-18T04:09:11.629Z | Compiling aho-corasick v1.1.4 |
| 488 | 2026-07-18T04:09:11.690Z | Compiling zerocopy v0.8.52 |
| 489 | 2026-07-18T04:09:11.862Z | Compiling itertools v0.14.0 |
| 490 | 2026-07-18T04:09:11.887Z | Compiling heapless v0.8.0 |
| 491 | 2026-07-18T04:09:12.212Z | Compiling syn v2.0.118 |
| 492 | 2026-07-18T04:09:12.282Z | Compiling smoltcp v0.11.0 |
| 493 | 2026-07-18T04:09:12.305Z | Compiling ref-cast v1.0.25 |
| 494 | 2026-07-18T04:09:12.350Z | Compiling crc32fast v1.5.0 |
| 495 | 2026-07-18T04:09:12.684Z | Compiling regex-automata v0.4.14 |
| 496 | 2026-07-18T04:09:12.687Z | Compiling version_check v0.9.5 |
| 497 | 2026-07-18T04:09:13.030Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 498 | 2026-07-18T04:09:14.229Z | Compiling regex v1.12.4 |
| 499 | 2026-07-18T04:09:14.523Z | Compiling darling_core v0.21.3 |
| 500 | 2026-07-18T04:09:14.523Z | Compiling darling_core v0.23.0 |
| 501 | 2026-07-18T04:09:15.409Z | Compiling zerocopy-derive v0.8.52 |
| 502 | 2026-07-18T04:09:15.409Z | Compiling serde_derive v1.0.228 |
| 503 | 2026-07-18T04:09:15.409Z | Compiling thiserror-impl v2.0.18 |
| 504 | 2026-07-18T04:09:15.409Z | Compiling ref-cast-impl v1.0.25 |
| 505 | 2026-07-18T04:09:15.412Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 506 | 2026-07-18T04:09:16.989Z | Compiling darling_macro v0.23.0 |
| 507 | 2026-07-18T04:09:17.123Z | Compiling darling_macro v0.21.3 |
| 508 | 2026-07-18T04:09:17.864Z | Compiling darling v0.23.0 |
| 509 | 2026-07-18T04:09:17.927Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 510 | 2026-07-18T04:09:17.991Z | Compiling darling v0.21.3 |
| 511 | 2026-07-18T04:09:18.053Z | Compiling ingot-macros v0.1.1 |
| 512 | 2026-07-18T04:09:23.503Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 513 | 2026-07-18T04:09:25.640Z | Compiling byteorder v1.5.0 |
| 514 | 2026-07-18T04:09:25.640Z | Compiling cfg-if v1.0.4 |
| 515 | 2026-07-18T04:09:25.643Z | Compiling stable_deref_trait v1.2.1 |
| 516 | 2026-07-18T04:09:25.643Z | Compiling macaddr v1.0.1 |
| 517 | 2026-07-18T04:09:25.698Z | Compiling managed v0.8.0 |
| 518 | 2026-07-18T04:09:25.704Z | Compiling cobs v0.3.0 |
| 519 | 2026-07-18T04:09:25.733Z | Compiling bitflags v1.3.2 |
| 520 | 2026-07-18T04:09:25.796Z | Compiling hash32 v0.3.1 |
| 521 | 2026-07-18T04:09:25.918Z | Compiling dyn-clone v1.0.20 |
| 522 | 2026-07-18T04:09:25.989Z | Compiling itertools v0.15.0 |
| 523 | 2026-07-18T04:09:26.006Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 524 | 2026-07-18T04:09:27.207Z | Compiling bitflags v2.13.0 |
| 525 | 2026-07-18T04:09:27.207Z | Compiling uuid v1.23.4 |
| 526 | 2026-07-18T04:09:27.349Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 527 | 2026-07-18T04:09:27.648Z | Compiling postcard v1.1.3 |
| 528 | 2026-07-18T04:09:28.452Z | Compiling ingot-types v0.1.2 |
| 529 | 2026-07-18T04:09:28.767Z | Compiling ingot v0.1.1 |
| 530 | 2026-07-18T04:09:30.287Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 531 | 2026-07-18T04:09:34.073Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 532 | 2026-07-18T04:09:42.862Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 533 | 2026-07-18T04:10:12.572Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 01s |
| 534 | 2026-07-18T04:10:12.594Z | Linking xde kmod... |
| 535 | 2026-07-18T04:10:13.180Z | Building xde dev link helper (release). |
| 536 | 2026-07-18T04:10:13.334Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 537 | 2026-07-18T04:10:13.334Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 538 | 2026-07-18T04:10:13.334Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 539 | 2026-07-18T04:10:24.833Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 540 | 2026-07-18T04:10:27.357Z | Finished `release` profile [optimized + debuginfo] target(s) in 14.14s |
| 541 | 2026-07-18T04:10:27.375Z | |
| 542 | 2026-07-18T04:10:27.379Z | real 1:16.804191557 |
| 543 | 2026-07-18T04:10:27.379Z | user 2:10.025131502 |
| 544 | 2026-07-18T04:10:27.379Z | sys 12.505015075 |
| 545 | 2026-07-18T04:10:27.379Z | trap 0.032249784 |
| 546 | 2026-07-18T04:10:27.379Z | tflt 0.181184282 |
| 547 | 2026-07-18T04:10:27.379Z | dflt 0.196482987 |
| 548 | 2026-07-18T04:10:27.379Z | kflt 0.000039020 |
| 549 | 2026-07-18T04:10:27.379Z | lock 12:12.233603179 |
| 550 | 2026-07-18T04:10:27.379Z | slp 6:10.592546684 |
| 551 | 2026-07-18T04:10:27.379Z | lat 1.969299274 |
| 552 | 2026-07-18T04:10:27.379Z | stop 5.035319162 |
| 553 | 2026-07-18T04:10:27.379Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
| 554 | 2026-07-18T04:10:27.379Z | + grep GOTPCREL |
| 555 | 2026-07-18T04:10:29.172Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 556 | 2026-07-18T04:10:29.176Z | + grep GOTPCREL |
| 557 | 2026-07-18T04:10:30.103Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
| 558 | 2026-07-18T04:10:30.164Z | + sha256sum /work/debug/xde.dbg |
| 559 | 2026-07-18T04:10:30.215Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
| 560 | 2026-07-18T04:10:30.219Z | + sha256sum /work/debug/xde_link.dbg.so |
| 561 | 2026-07-18T04:10:30.223Z | + cp target/x86_64-unknown-unknown/release-lto/xde /work/release/ |
| 562 | 2026-07-18T04:10:30.261Z | + sha256sum /work/release/xde |
| 563 | 2026-07-18T04:10:30.291Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
| 564 | 2026-07-18T04:10:30.294Z | + sha256sum /work/release/xde_link.so |
| 565 | 2026-07-18T04:10:30.298Z | + header 'build xde integration tests' |
| 566 | 2026-07-18T04:10:30.298Z | + echo '# ==== build xde integration tests ==== #' |
| 567 | 2026-07-18T04:10:30.298Z | + pushd xde-tests |
| 568 | 2026-07-18T04:10:30.298Z | # ==== build xde integration tests ==== # |
| 569 | 2026-07-18T04:10:30.298Z | + cargo +nightly-2026-07-18-x86_64-unknown-illumos fmt -- --check |
| 570 | 2026-07-18T04:10:30.298Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
| 571 | 2026-07-18T04:10:30.377Z | + cargo clippy --all-targets -- --deny warnings |
| 572 | 2026-07-18T04:10:30.586Z | Compiling serde_core v1.0.228 |
| 573 | 2026-07-18T04:10:30.586Z | Checking cfg-if v1.0.4 |
| 574 | 2026-07-18T04:10:30.587Z | Checking memchr v2.8.2 |
| 575 | 2026-07-18T04:10:30.587Z | Compiling serde v1.0.228 |
| 576 | 2026-07-18T04:10:30.587Z | Compiling rustversion v1.0.22 |
| 577 | 2026-07-18T04:10:30.590Z | Compiling version_check v0.9.5 |
| 578 | 2026-07-18T04:10:30.590Z | Compiling strsim v0.11.1 |
| 579 | 2026-07-18T04:10:30.590Z | Compiling syn v2.0.118 |
| 580 | 2026-07-18T04:10:30.660Z | Compiling ident_case v1.0.1 |
| 581 | 2026-07-18T04:10:30.765Z | Compiling libc v0.2.186 |
| 582 | 2026-07-18T04:10:30.854Z | Compiling fnv v1.0.7 |
| 583 | 2026-07-18T04:10:30.925Z | Compiling regex-syntax v0.8.11 |
| 584 | 2026-07-18T04:10:30.936Z | Checking pin-project-lite v0.2.17 |
| 585 | 2026-07-18T04:10:30.969Z | Compiling syn v1.0.109 |
| 586 | 2026-07-18T04:10:31.006Z | Compiling equivalent v1.0.2 |
| 587 | 2026-07-18T04:10:31.097Z | Compiling winnow v1.0.3 |
| 588 | 2026-07-18T04:10:31.272Z | Compiling aho-corasick v1.1.4 |
| 589 | 2026-07-18T04:10:31.449Z | Compiling hashbrown v0.17.1 |
| 590 | 2026-07-18T04:10:31.468Z | Compiling zerocopy v0.8.52 |
| 591 | 2026-07-18T04:10:31.506Z | Compiling either v1.16.0 |
| 592 | 2026-07-18T04:10:31.700Z | Compiling itertools v0.14.0 |
| 593 | 2026-07-18T04:10:31.969Z | Compiling indexmap v2.14.0 |
| 594 | 2026-07-18T04:10:32.096Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 595 | 2026-07-18T04:10:32.418Z | Compiling regex-automata v0.4.14 |
| 596 | 2026-07-18T04:10:32.571Z | Checking byteorder v1.5.0 |
| 597 | 2026-07-18T04:10:32.645Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 598 | 2026-07-18T04:10:32.719Z | Compiling heapless v0.8.0 |
| 599 | 2026-07-18T04:10:32.797Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 600 | 2026-07-18T04:10:32.854Z | Checking hash32 v0.3.1 |
| 601 | 2026-07-18T04:10:32.907Z | Checking bitflags v2.13.0 |
| 602 | 2026-07-18T04:10:32.928Z | Compiling slog v2.8.2 |
| 603 | 2026-07-18T04:10:32.950Z | Compiling smoltcp v0.11.0 |
| 604 | 2026-07-18T04:10:33.064Z | Checking macaddr v1.0.1 |
| 605 | 2026-07-18T04:10:33.141Z | Compiling darling_core v0.21.3 |
| 606 | 2026-07-18T04:10:33.160Z | Compiling darling_core v0.23.0 |
| 607 | 2026-07-18T04:10:33.196Z | Checking stable_deref_trait v1.2.1 |
| 608 | 2026-07-18T04:10:33.257Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 609 | 2026-07-18T04:10:33.272Z | Checking futures-sink v0.3.32 |
| 610 | 2026-07-18T04:10:33.359Z | Checking futures-core v0.3.32 |
| 611 | 2026-07-18T04:10:33.473Z | Checking futures-channel v0.3.32 |
| 612 | 2026-07-18T04:10:33.488Z | Compiling proc-macro-crate v3.5.0 |
| 613 | 2026-07-18T04:10:33.671Z | Compiling proc-macro-error-attr v1.0.4 |
| 614 | 2026-07-18T04:10:33.880Z | Checking slab v0.4.12 |
| 615 | 2026-07-18T04:10:33.887Z | Compiling autocfg v1.5.1 |
| 616 | 2026-07-18T04:10:34.012Z | Checking bitflags v1.3.2 |
| 617 | 2026-07-18T04:10:34.073Z | Checking futures-io v0.3.32 |
| 618 | 2026-07-18T04:10:34.084Z | Checking rand_core v0.10.1 |
| 619 | 2026-07-18T04:10:34.181Z | Compiling regex v1.12.4 |
| 620 | 2026-07-18T04:10:34.218Z | Compiling getrandom v0.4.3 |
| 621 | 2026-07-18T04:10:34.281Z | Checking managed v0.8.0 |
| 622 | 2026-07-18T04:10:34.343Z | Compiling serde_derive v1.0.228 |
| 623 | 2026-07-18T04:10:34.455Z | Compiling thiserror-impl v2.0.18 |
| 624 | 2026-07-18T04:10:34.471Z | Compiling zerocopy-derive v0.8.52 |
| 625 | 2026-07-18T04:10:34.577Z | Compiling futures-macro v0.3.32 |
| 626 | 2026-07-18T04:10:34.981Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 627 | 2026-07-18T04:10:35.189Z | Compiling crc32fast v1.5.0 |
| 628 | 2026-07-18T04:10:35.213Z | Compiling ref-cast v1.0.25 |
| 629 | 2026-07-18T04:10:35.255Z | Compiling darling_macro v0.21.3 |
| 630 | 2026-07-18T04:10:35.275Z | Compiling darling_macro v0.23.0 |
| 631 | 2026-07-18T04:10:35.393Z | Checking futures-task v0.3.32 |
| 632 | 2026-07-18T04:10:35.522Z | Checking futures-util v0.3.32 |
| 633 | 2026-07-18T04:10:35.555Z | Compiling foreign-types-macros v0.2.3 |
| 634 | 2026-07-18T04:10:35.641Z | Checking thiserror v2.0.18 |
| 635 | 2026-07-18T04:10:35.731Z | Checking cobs v0.3.0 |
| 636 | 2026-07-18T04:10:35.814Z | Compiling darling v0.21.3 |
| 637 | 2026-07-18T04:10:35.830Z | Compiling darling v0.23.0 |
| 638 | 2026-07-18T04:10:35.864Z | Compiling num_enum_derive v0.7.6 |
| 639 | 2026-07-18T04:10:35.882Z | Compiling ingot-macros v0.1.1 |
| 640 | 2026-07-18T04:10:35.895Z | Compiling ref-cast-impl v1.0.25 |
| 641 | 2026-07-18T04:10:36.167Z | Compiling num-traits v0.2.19 |
| 642 | 2026-07-18T04:10:36.424Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 643 | 2026-07-18T04:10:36.468Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 644 | 2026-07-18T04:10:36.708Z | Compiling proc-macro-error v1.0.4 |
| 645 | 2026-07-18T04:10:36.713Z | Checking foreign-types-shared v0.3.1 |
| 646 | 2026-07-18T04:10:36.739Z | Checking ipnetwork v0.21.1 |
| 647 | 2026-07-18T04:10:36.781Z | Checking once_cell v1.21.4 |
| 648 | 2026-07-18T04:10:36.843Z | Checking unicode-width v0.2.2 |
| 649 | 2026-07-18T04:10:36.904Z | Checking cpufeatures v0.3.0 |
| 650 | 2026-07-18T04:10:36.924Z | Compiling crossbeam-utils v0.8.21 |
| 651 | 2026-07-18T04:10:36.945Z | Checking tracing-core v0.1.36 |
| 652 | 2026-07-18T04:10:36.961Z | Checking chacha20 v0.10.1 |
| 653 | 2026-07-18T04:10:37.083Z | Checking tabwriter v1.4.1 |
| 654 | 2026-07-18T04:10:37.213Z | Checking num_enum v0.7.6 |
| 655 | 2026-07-18T04:10:37.224Z | Checking foreign-types v0.5.0 |
| 656 | 2026-07-18T04:10:37.281Z | Checking anyhow v1.0.103 |
| 657 | 2026-07-18T04:10:37.328Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 658 | 2026-07-18T04:10:37.452Z | Checking erased-serde v0.3.31 |
| 659 | 2026-07-18T04:10:37.455Z | Checking postcard v1.1.3 |
| 660 | 2026-07-18T04:10:37.458Z | Checking futures-executor v0.3.32 |
| 661 | 2026-07-18T04:10:37.664Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 662 | 2026-07-18T04:10:37.683Z | Compiling tracing-attributes v0.1.31 |
| 663 | 2026-07-18T04:10:37.712Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 664 | 2026-07-18T04:10:37.822Z | Checking itertools v0.15.0 |
| 665 | 2026-07-18T04:10:38.054Z | Checking cstr-argument v0.1.2 |
| 666 | 2026-07-18T04:10:38.082Z | Checking pretty-hex v0.4.2 |
| 667 | 2026-07-18T04:10:38.138Z | Compiling num-conv v0.2.2 |
| 668 | 2026-07-18T04:10:38.165Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 669 | 2026-07-18T04:10:38.188Z | Compiling thiserror v1.0.69 |
| 670 | 2026-07-18T04:10:38.280Z | Checking dyn-clone v1.0.20 |
| 671 | 2026-07-18T04:10:38.293Z | Compiling time-core v0.1.9 |
| 672 | 2026-07-18T04:10:38.373Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 673 | 2026-07-18T04:10:38.385Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 674 | 2026-07-18T04:10:38.469Z | Compiling time-macros v0.2.31 |
| 675 | 2026-07-18T04:10:38.524Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 676 | 2026-07-18T04:10:38.539Z | Checking rand v0.10.2 |
| 677 | 2026-07-18T04:10:38.615Z | Checking futures v0.3.32 |
| 678 | 2026-07-18T04:10:38.629Z | Checking ingot-types v0.1.2 |
| 679 | 2026-07-18T04:10:38.677Z | Compiling thiserror-impl v1.0.69 |
| 680 | 2026-07-18T04:10:38.792Z | Checking uuid v1.23.4 |
| 681 | 2026-07-18T04:10:38.868Z | Checking tracing v0.1.44 |
| 682 | 2026-07-18T04:10:38.954Z | Checking ingot v0.1.1 |
| 683 | 2026-07-18T04:10:38.987Z | Checking arc-swap v1.9.2 |
| 684 | 2026-07-18T04:10:38.992Z | Checking socket2 v0.6.4 |
| 685 | 2026-07-18T04:10:39.124Z | Checking nom v8.0.0 |
| 686 | 2026-07-18T04:10:39.187Z | Checking thread_local v1.1.9 |
| 687 | 2026-07-18T04:10:39.240Z | Checking deranged v0.5.8 |
| 688 | 2026-07-18T04:10:39.343Z | Compiling heck v0.4.1 |
| 689 | 2026-07-18T04:10:39.538Z | Checking colored v3.1.1 |
| 690 | 2026-07-18T04:10:39.730Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 691 | 2026-07-18T04:10:39.777Z | Checking iana-time-zone v0.1.65 |
| 692 | 2026-07-18T04:10:39.860Z | Compiling slog-async v2.8.0 |
| 693 | 2026-07-18T04:10:39.876Z | Checking lazy_static v1.5.0 |
| 694 | 2026-07-18T04:10:39.892Z | Checking powerfmt v0.2.0 |
| 695 | 2026-07-18T04:10:39.957Z | Checking oxnet v0.1.6 |
| 696 | 2026-07-18T04:10:40.104Z | Checking slog-scope v4.4.1 |
| 697 | 2026-07-18T04:10:40.162Z | Checking chrono v0.4.45 |
| 698 | 2026-07-18T04:10:40.201Z | Checking time v0.3.53 |
| 699 | 2026-07-18T04:10:40.223Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 700 | 2026-07-18T04:10:40.235Z | Checking crossbeam-channel v0.5.15 |
| 701 | 2026-07-18T04:10:40.564Z | Checking cookie-factory v0.3.3 |
| 702 | 2026-07-18T04:10:40.660Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 703 | 2026-07-18T04:10:40.815Z | Checking itertools v0.12.1 |
| 704 | 2026-07-18T04:10:40.819Z | Checking is-terminal v0.4.17 |
| 705 | 2026-07-18T04:10:40.873Z | Checking log v0.4.33 |
| 706 | 2026-07-18T04:10:40.907Z | Checking take_mut v0.2.2 |
| 707 | 2026-07-18T04:10:40.957Z | Checking circular v0.3.0 |
| 708 | 2026-07-18T04:10:40.983Z | Checking term v1.2.1 |
| 709 | 2026-07-18T04:10:41.035Z | Checking slog-stdlog v4.1.1 |
| 710 | 2026-07-18T04:10:41.110Z | Checking rusticata-macros v5.0.0 |
| 711 | 2026-07-18T04:10:41.230Z | Checking pcap-parser v0.17.0 |
| 712 | 2026-07-18T04:10:41.358Z | Checking slog-term v2.9.2 |
| 713 | 2026-07-18T04:10:41.779Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 714 | 2026-07-18T04:10:42.059Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 715 | 2026-07-18T04:10:42.703Z | Checking slog-envlogger v2.2.0 |
| 716 | 2026-07-18T04:10:45.197Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 717 | 2026-07-18T04:10:46.820Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 718 | 2026-07-18T04:10:46.820Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 719 | 2026-07-18T04:10:47.166Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 720 | 2026-07-18T04:10:47.581Z | error: redundant reference in `format!` argument |
| 721 | 2026-07-18T04:10:47.581Z | --> xde-tests/tests/loopback.rs:17:36 |
| 722 | 2026-07-18T04:10:47.581Z | | |
| 723 | 2026-07-18T04:10:47.581Z | 17 | .zexec(&format!("ping {}", &topol.nodes[1].port.ip()))?; |
| 724 | 2026-07-18T04:10:47.581Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the redundant `&`: `topol.nodes[1].port.ip()` |
| 725 | 2026-07-18T04:10:47.581Z | | |
| 726 | 2026-07-18T04:10:47.581Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.97.0/index.html#useless_borrows_in_formatting |
| 727 | 2026-07-18T04:10:47.581Z | = note: `-D clippy::useless-borrows-in-formatting` implied by `-D warnings` |
| 728 | 2026-07-18T04:10:47.581Z | = help: to override `-D warnings` add `#[allow(clippy::useless_borrows_in_formatting)]` |
| 729 | 2026-07-18T04:10:47.581Z | |
| 730 | 2026-07-18T04:10:47.700Z | error: could not compile `xde-tests` (test "loopback") due to 1 previous error |
| 731 | 2026-07-18T04:10:47.700Z | warning: build failed, waiting for other jobs to finish... |
| 732 | 2026-07-18T04:10:47.746Z | process exited: duration 200568 ms, exit code 101 |
| |
| 733 | 2026-07-18T04:10:47.754Z | found 9 output files |
| 734 | 2026-07-18T04:10:47.754Z | uploading: /work/debug/xde.dbg (94980168 bytes) |
| 735 | 2026-07-18T04:10:49.376Z | uploaded: /work/debug/xde.dbg |
| 736 | 2026-07-18T04:10:49.380Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
| 737 | 2026-07-18T04:10:50.389Z | uploaded: /work/debug/xde.dbg.sha256 |
| 738 | 2026-07-18T04:10:50.393Z | uploading: /work/debug/xde_link.dbg.so (1259816 bytes) |
| 739 | 2026-07-18T04:10:51.414Z | uploaded: /work/debug/xde_link.dbg.so |
| 740 | 2026-07-18T04:10:51.414Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
| 741 | 2026-07-18T04:10:52.423Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
| 742 | 2026-07-18T04:10:52.423Z | uploading: /work/release/xde (51954104 bytes) |
| 743 | 2026-07-18T04:10:53.723Z | uploaded: /work/release/xde |
| 744 | 2026-07-18T04:10:53.723Z | uploading: /work/release/xde.sha256 (84 bytes) |
| 745 | 2026-07-18T04:10:54.733Z | uploaded: /work/release/xde.sha256 |
| 746 | 2026-07-18T04:10:54.733Z | uploading: /work/release/xde_link.so (45792 bytes) |
| 747 | 2026-07-18T04:10:55.746Z | uploaded: /work/release/xde_link.so |
| 748 | 2026-07-18T04:10:55.746Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
| 749 | 2026-07-18T04:10:56.755Z | uploaded: /work/release/xde_link.so.sha256 |
| 750 | 2026-07-18T04:10:56.756Z | uploading: /work/xde.conf (79 bytes) |
| 751 | 2026-07-18T04:10:57.766Z | uploaded: /work/xde.conf |
| 752 | 2026-07-18T04:10:57.766Z | upload error: rule "/work/test/loopback" required a match, but was not used |
| 753 | 2026-07-18T04:10:57.766Z | upload error: rule "/work/test/multicast_rx" required a match, but was not used |
| 754 | 2026-07-18T04:10:57.767Z | upload error: rule "/work/test/multicast_multi_sub" required a match, but was not used |
| 755 | 2026-07-18T04:10:57.767Z | upload error: rule "/work/test/multicast_validation" required a match, but was not used |
| 756 | 2026-07-18T04:10:57.767Z | upload error: rule "/work/test/multicast_source_filter" required a match, but was not used |