|
|
|
| 1 | 2026-06-25T00:30:25.291Z | job assigned to worker 01KVY2X809W5KTVB7KHZXF68Q0 [factory aws, i-0a55ea229d38463b0] (queued for 51 s) |
| |
| 2 | 2026-06-25T00:30:32.488Z | starting task 0: "setup" |
| 3 | 2026-06-25T00:30:32.494Z | ++ uname -s |
| 4 | 2026-06-25T00:30:32.496Z | + kern=SunOS |
| 5 | 2026-06-25T00:30:32.497Z | + build_user=build |
| 6 | 2026-06-25T00:30:32.497Z | + build_uid=12345 |
| 7 | 2026-06-25T00:30:32.497Z | + work_dir=/work |
| 8 | 2026-06-25T00:30:32.497Z | + input_dir=/input |
| 9 | 2026-06-25T00:30:32.497Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-25T00:30:32.497Z | + case "$kern" in |
| 11 | 2026-06-25T00:30:32.497Z | + groupadd -g 12345 build |
| 12 | 2026-06-25T00:30:32.500Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-25T00:30:34.502Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-25T00:30:34.561Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-25T00:30:34.564Z | + home_fs=zfs |
| 16 | 2026-06-25T00:30:34.564Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-25T00:30:34.565Z | + mkdir -p /home/build |
| 18 | 2026-06-25T00:30:34.565Z | + chown build:build /home/build /work |
| 19 | 2026-06-25T00:30:36.566Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-25T00:30:36.569Z | process exited: duration 4078 ms, exit code 0 |
| |
| 21 | 2026-06-25T00:30:36.576Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-25T00:30:36.579Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-25T00:30:36.579Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-25T00:30:36.579Z | * rust toolchain channel = "1.96.0" |
| 25 | 2026-06-25T00:30:36.579Z | * rust toolchain profile = "default" |
| 26 | 2026-06-25T00:30:36.579Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-25T00:30:36.579Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-25T00:30:36.583Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-25T00:30:36.583Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-25T00:30:36.682Z | info: downloading installer |
| 31 | 2026-06-25T00:30:38.151Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-25T00:30:38.151Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-25T00:30:38.151Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-25T00:30:38.151Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-25T00:30:38.163Z | info: profile set to default |
| 36 | 2026-06-25T00:30:38.163Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-25T00:30:38.166Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-25T00:30:38.338Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-25T00:30:38.341Z | info: downloading 6 components |
| 40 | 2026-06-25T00:30:53.540Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 41 | 2026-06-25T00:30:53.541Z | |
| 42 | 2026-06-25T00:30:53.569Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-25T00:30:53.569Z | |
| 44 | 2026-06-25T00:30:53.569Z | |
| 45 | 2026-06-25T00:30:53.570Z | Rust is installed now. Great! |
| 46 | 2026-06-25T00:30:53.570Z | |
| 47 | 2026-06-25T00:30:53.570Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-25T00:30:53.570Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-25T00:30:53.570Z | |
| 50 | 2026-06-25T00:30:53.570Z | To configure your current shell, you need to source |
| 51 | 2026-06-25T00:30:53.570Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-25T00:30:53.570Z | |
| 53 | 2026-06-25T00:30:53.570Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-25T00:30:53.570Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-25T00:30:53.570Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-25T00:30:53.570Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-25T00:30:53.573Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-25T00:30:53.573Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-25T00:30:53.573Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-25T00:30:53.573Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-25T00:30:53.573Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-25T00:30:53.675Z | + rustup --version |
| 63 | 2026-06-25T00:30:53.685Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-25T00:30:53.688Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-25T00:30:53.707Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-25T00:30:53.711Z | + cargo --version |
| 67 | 2026-06-25T00:30:53.723Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-25T00:30:53.725Z | + rustc --version |
| 69 | 2026-06-25T00:30:53.744Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-25T00:30:53.747Z | process exited: duration 17170 ms, exit code 0 |
| |
| 71 | 2026-06-25T00:30:53.754Z | starting task 2: "authentication" |
| 72 | 2026-06-25T00:30:53.769Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-06-25T00:30:53.776Z | starting task 3: "clone repository" |
| 74 | 2026-06-25T00:30:53.779Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-25T00:30:53.782Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-25T00:30:53.809Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-25T00:30:54.726Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-25T00:30:54.726Z | + git fetch origin 01717c37e02aea0610c0029f9be2dcc14851a390 |
| 79 | 2026-06-25T00:30:54.951Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-25T00:30:54.951Z | * branch 01717c37e02aea0610c0029f9be2dcc14851a390 -> FETCH_HEAD |
| 81 | 2026-06-25T00:30:54.956Z | + [[ -n '' ]] |
| 82 | 2026-06-25T00:30:54.956Z | + git reset --hard 01717c37e02aea0610c0029f9be2dcc14851a390 |
| 83 | 2026-06-25T00:30:54.974Z | HEAD is now at 01717c3 Fixups for XDE |
| 84 | 2026-06-25T00:30:54.979Z | process exited: duration 1199 ms, exit code 0 |
| |
| 85 | 2026-06-25T00:30:54.985Z | starting task 4: "build" |
| 86 | 2026-06-25T00:30:54.988Z | + source .github/buildomat/common.sh |
| 87 | 2026-06-25T00:30:54.992Z | ++ rustup show active-toolchain |
| 88 | 2026-06-25T00:30:54.995Z | 1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 89 | 2026-06-25T00:30:54.995Z | ++ pushd xde |
| 90 | 2026-06-25T00:30:54.995Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 91 | 2026-06-25T00:30:54.995Z | ++ rustup show active-toolchain |
| 92 | 2026-06-25T00:30:55.000Z | info: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos |
| 93 | 2026-06-25T00:30:55.154Z | info: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18) |
| 94 | 2026-06-25T00:30:55.157Z | info: downloading 6 components |
| 95 | 2026-06-25T00:31:09.013Z | nightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 96 | 2026-06-25T00:31:09.107Z | +++ rustup show active-toolchain -v |
| 97 | 2026-06-25T00:31:09.110Z | +++ head -n 1 |
| 98 | 2026-06-25T00:31:09.110Z | +++ cut '-d ' -f1 |
| 99 | 2026-06-25T00:31:09.160Z | ++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 100 | 2026-06-25T00:31:09.160Z | ++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 101 | 2026-06-25T00:31:09.163Z | ++ popd |
| 102 | 2026-06-25T00:31:09.163Z | /work/oxidecomputer/opte |
| 103 | 2026-06-25T00:31:09.163Z | + TGT_BASE=/work |
| 104 | 2026-06-25T00:31:09.163Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 105 | 2026-06-25T00:31:09.163Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 106 | 2026-06-25T00:31:09.163Z | + DBG_TGT=/work/debug |
| 107 | 2026-06-25T00:31:09.163Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 108 | 2026-06-25T00:31:09.163Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 109 | 2026-06-25T00:31:09.163Z | + REL_TGT=/work/release |
| 110 | 2026-06-25T00:31:09.163Z | + mkdir -p /work/debug /work/release |
| 111 | 2026-06-25T00:31:09.163Z | + cargo --version |
| 112 | 2026-06-25T00:31:09.171Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 113 | 2026-06-25T00:31:09.174Z | + rustc --version |
| 114 | 2026-06-25T00:31:09.193Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 115 | 2026-06-25T00:31:09.196Z | + install_pkg jq |
| 116 | 2026-06-25T00:31:09.196Z | + set +o errexit |
| 117 | 2026-06-25T00:31:09.196Z | + pfexec pkg install jq |
| 118 | 2026-06-25T00:31:10.082Z | Startup: Refreshing catalog 'helios' ... Done |
| 119 | 2026-06-25T00:31:10.190Z | Startup: Caching catalogs ... Done |
| 120 | 2026-06-25T00:31:10.633Z | Planning: Solver setup ... Done |
| 121 | 2026-06-25T00:31:10.654Z | Planning: Running solver ... Done |
| 122 | 2026-06-25T00:31:10.662Z | Planning: Consolidating action changes ... Done |
| 123 | 2026-06-25T00:31:10.665Z | Planning: Evaluating mediators ... Done |
| 124 | 2026-06-25T00:31:10.665Z | Planning: Planning completed in 0.46 seconds |
| 125 | 2026-06-25T00:31:10.683Z | No updates necessary for this image. |
| 126 | 2026-06-25T00:31:10.783Z | + exit_code=4 |
| 127 | 2026-06-25T00:31:10.784Z | + [[ 4 -ne 0 ]] |
| 128 | 2026-06-25T00:31:10.795Z | + [[ 4 -ne 4 ]] |
| 129 | 2026-06-25T00:31:10.795Z | + set -o errexit |
| 130 | 2026-06-25T00:31:10.795Z | + pushd xde |
| 131 | 2026-06-25T00:31:10.795Z | + cp xde.conf /work/xde.conf |
| 132 | 2026-06-25T00:31:10.795Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 133 | 2026-06-25T00:31:10.795Z | + header 'check style' |
| 134 | 2026-06-25T00:31:10.795Z | + echo '# ==== check style ==== #' |
| 135 | 2026-06-25T00:31:10.795Z | # ==== check style ==== # |
| 136 | 2026-06-25T00:31:10.795Z | + ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 137 | 2026-06-25T00:31:10.991Z | |
| 138 | 2026-06-25T00:31:10.991Z | real 0.205063314 |
| 139 | 2026-06-25T00:31:10.991Z | user 0.152188081 |
| 140 | 2026-06-25T00:31:10.991Z | sys 0.043275934 |
| 141 | 2026-06-25T00:31:10.991Z | trap 0.000008820 |
| 142 | 2026-06-25T00:31:10.991Z | tflt 0.000022790 |
| 143 | 2026-06-25T00:31:10.991Z | dflt 0.000015830 |
| 144 | 2026-06-25T00:31:10.991Z | kflt 0.000000000 |
| 145 | 2026-06-25T00:31:10.992Z | lock 0.034182902 |
| 146 | 2026-06-25T00:31:10.992Z | slp 0.183969129 |
| 147 | 2026-06-25T00:31:10.992Z | lat 0.000876100 |
| 148 | 2026-06-25T00:31:10.992Z | stop 0.000104840 |
| 149 | 2026-06-25T00:31:11.002Z | + header analyze |
| 150 | 2026-06-25T00:31:11.002Z | + echo '# ==== analyze ==== #' |
| 151 | 2026-06-25T00:31:11.002Z | # ==== analyze ==== # |
| 152 | 2026-06-25T00:31:11.002Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 153 | 2026-06-25T00:31:11.163Z | Updating crates.io index |
| 154 | 2026-06-25T00:31:11.167Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 155 | 2026-06-25T00:31:11.886Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 156 | 2026-06-25T00:31:12.070Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 157 | 2026-06-25T00:31:12.392Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 158 | 2026-06-25T00:31:12.639Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 159 | 2026-06-25T00:31:12.940Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 160 | 2026-06-25T00:31:13.143Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 161 | 2026-06-25T00:31:15.169Z | Downloading crates ... |
| 162 | 2026-06-25T00:31:15.214Z | Downloaded byteorder v1.5.0 |
| 163 | 2026-06-25T00:31:15.219Z | Downloaded hash32 v0.3.1 |
| 164 | 2026-06-25T00:31:15.226Z | Downloaded proc-macro2 v1.0.106 |
| 165 | 2026-06-25T00:31:15.230Z | Downloaded darling_macro v0.21.3 |
| 166 | 2026-06-25T00:31:15.236Z | Downloaded cfg-if v1.0.4 |
| 167 | 2026-06-25T00:31:15.239Z | Downloaded embedded-io v0.6.1 |
| 168 | 2026-06-25T00:31:15.239Z | Downloaded darling_macro v0.23.0 |
| 169 | 2026-06-25T00:31:15.239Z | Downloaded version_check v0.9.5 |
| 170 | 2026-06-25T00:31:15.245Z | Downloaded strsim v0.11.1 |
| 171 | 2026-06-25T00:31:15.248Z | Downloaded ref-cast-impl v1.0.25 |
| 172 | 2026-06-25T00:31:15.248Z | Downloaded defmt-parser v1.0.0 |
| 173 | 2026-06-25T00:31:15.251Z | Downloaded cobs v0.3.0 |
| 174 | 2026-06-25T00:31:15.251Z | Downloaded managed v0.8.0 |
| 175 | 2026-06-25T00:31:15.254Z | Downloaded embedded-io v0.4.0 |
| 176 | 2026-06-25T00:31:15.257Z | Downloaded ident_case v1.0.1 |
| 177 | 2026-06-25T00:31:15.265Z | Downloaded thiserror v2.0.18 |
| 178 | 2026-06-25T00:31:15.271Z | Downloaded stable_deref_trait v1.2.1 |
| 179 | 2026-06-25T00:31:15.274Z | Downloaded macaddr v1.0.1 |
| 180 | 2026-06-25T00:31:15.277Z | Downloaded defmt-macros v1.1.0 |
| 181 | 2026-06-25T00:31:15.277Z | Downloaded ingot-types v0.1.2 |
| 182 | 2026-06-25T00:31:15.279Z | Downloaded ingot v0.1.1 |
| 183 | 2026-06-25T00:31:15.279Z | Downloaded quote v1.0.45 |
| 184 | 2026-06-25T00:31:15.282Z | Downloaded proc-macro-error2 v2.0.1 |
| 185 | 2026-06-25T00:31:15.282Z | Downloaded dyn-clone v1.0.20 |
| 186 | 2026-06-25T00:31:15.286Z | Downloaded darling v0.23.0 |
| 187 | 2026-06-25T00:31:15.291Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 188 | 2026-06-25T00:31:15.295Z | Downloaded bitflags v1.3.2 |
| 189 | 2026-06-25T00:31:15.299Z | Downloaded defmt v1.1.0 |
| 190 | 2026-06-25T00:31:15.301Z | Downloaded fnv v1.0.7 |
| 191 | 2026-06-25T00:31:15.304Z | Downloaded ingot-macros v0.1.1 |
| 192 | 2026-06-25T00:31:15.310Z | Downloaded ref-cast v1.0.25 |
| 193 | 2026-06-25T00:31:15.313Z | Downloaded defmt v0.3.100 |
| 194 | 2026-06-25T00:31:15.313Z | Downloaded crc32fast v1.5.0 |
| 195 | 2026-06-25T00:31:15.332Z | Downloaded uuid v1.23.3 |
| 196 | 2026-06-25T00:31:15.335Z | Downloaded bitflags v2.13.0 |
| 197 | 2026-06-25T00:31:15.338Z | Downloaded thiserror-impl v2.0.18 |
| 198 | 2026-06-25T00:31:15.338Z | Downloaded darling_core v0.21.3 |
| 199 | 2026-06-25T00:31:15.342Z | Downloaded either v1.16.0 |
| 200 | 2026-06-25T00:31:15.345Z | Downloaded unicode-ident v1.0.24 |
| 201 | 2026-06-25T00:31:15.348Z | Downloaded serde_derive v1.0.228 |
| 202 | 2026-06-25T00:31:15.354Z | Downloaded darling v0.21.3 |
| 203 | 2026-06-25T00:31:15.361Z | Downloaded postcard v1.1.3 |
| 204 | 2026-06-25T00:31:15.364Z | Downloaded heapless v0.8.0 |
| 205 | 2026-06-25T00:31:15.367Z | Downloaded serde v1.0.228 |
| 206 | 2026-06-25T00:31:15.370Z | Downloaded serde_core v1.0.228 |
| 207 | 2026-06-25T00:31:15.387Z | Downloaded aho-corasick v1.1.4 |
| 208 | 2026-06-25T00:31:15.390Z | Downloaded memchr v2.8.2 |
| 209 | 2026-06-25T00:31:15.396Z | Downloaded zerocopy-derive v0.8.52 |
| 210 | 2026-06-25T00:31:15.399Z | Downloaded darling_core v0.23.0 |
| 211 | 2026-06-25T00:31:15.407Z | Downloaded itertools v0.14.0 |
| 212 | 2026-06-25T00:31:15.414Z | Downloaded regex v1.12.4 |
| 213 | 2026-06-25T00:31:15.418Z | Downloaded itertools v0.15.0 |
| 214 | 2026-06-25T00:31:15.476Z | Downloaded regex-syntax v0.8.11 |
| 215 | 2026-06-25T00:31:15.480Z | Downloaded zerocopy v0.8.52 |
| 216 | 2026-06-25T00:31:15.491Z | Downloaded smoltcp v0.11.0 |
| 217 | 2026-06-25T00:31:15.496Z | Downloaded syn v2.0.117 |
| 218 | 2026-06-25T00:31:15.505Z | Downloaded regex-automata v0.4.14 |
| 219 | 2026-06-25T00:31:15.517Z | Updating crates.io index |
| 220 | 2026-06-25T00:31:15.650Z | Downloading crates ... |
| 221 | 2026-06-25T00:31:15.674Z | Downloaded addr2line v0.25.1 |
| 222 | 2026-06-25T00:31:15.682Z | Downloaded memchr v2.7.6 |
| 223 | 2026-06-25T00:31:15.696Z | Downloaded rustc-demangle v0.1.27 |
| 224 | 2026-06-25T00:31:15.704Z | Downloaded getopts v0.2.24 |
| 225 | 2026-06-25T00:31:15.707Z | Downloaded hashbrown v0.17.1 |
| 226 | 2026-06-25T00:31:15.710Z | Downloaded rustc-literal-escaper v0.0.7 |
| 227 | 2026-06-25T00:31:15.713Z | Downloaded adler2 v2.0.1 |
| 228 | 2026-06-25T00:31:15.717Z | Downloaded foldhash v0.2.0 |
| 229 | 2026-06-25T00:31:15.720Z | Downloaded gimli v0.32.3 |
| 230 | 2026-06-25T00:31:15.728Z | Downloaded miniz_oxide v0.8.9 |
| 231 | 2026-06-25T00:31:15.766Z | Downloaded object v0.37.3 |
| 232 | 2026-06-25T00:31:15.801Z | Downloaded libc v0.2.185 |
| 233 | 2026-06-25T00:31:15.854Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 234 | 2026-06-25T00:31:15.854Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 235 | 2026-06-25T00:31:15.854Z | Compiling proc-macro2 v1.0.106 |
| 236 | 2026-06-25T00:31:15.854Z | Compiling unicode-ident v1.0.24 |
| 237 | 2026-06-25T00:31:15.857Z | Compiling quote v1.0.45 |
| 238 | 2026-06-25T00:31:15.857Z | Compiling strsim v0.11.1 |
| 239 | 2026-06-25T00:31:15.857Z | Compiling ident_case v1.0.1 |
| 240 | 2026-06-25T00:31:15.857Z | Compiling serde_core v1.0.228 |
| 241 | 2026-06-25T00:31:16.036Z | Compiling fnv v1.0.7 |
| 242 | 2026-06-25T00:31:16.043Z | Compiling memchr v2.8.2 |
| 243 | 2026-06-25T00:31:16.123Z | Compiling regex-syntax v0.8.11 |
| 244 | 2026-06-25T00:31:16.313Z | Compiling either v1.16.0 |
| 245 | 2026-06-25T00:31:16.359Z | Compiling zerocopy v0.8.52 |
| 246 | 2026-06-25T00:31:16.402Z | Compiling thiserror v2.0.18 |
| 247 | 2026-06-25T00:31:16.463Z | Compiling aho-corasick v1.1.4 |
| 248 | 2026-06-25T00:31:16.522Z | Compiling serde v1.0.228 |
| 249 | 2026-06-25T00:31:16.760Z | Compiling itertools v0.14.0 |
| 250 | 2026-06-25T00:31:16.967Z | Compiling heapless v0.8.0 |
| 251 | 2026-06-25T00:31:17.053Z | Compiling syn v2.0.117 |
| 252 | 2026-06-25T00:31:17.131Z | Compiling smoltcp v0.11.0 |
| 253 | 2026-06-25T00:31:17.217Z | Compiling version_check v0.9.5 |
| 254 | 2026-06-25T00:31:17.443Z | Compiling crc32fast v1.5.0 |
| 255 | 2026-06-25T00:31:17.566Z | Compiling regex-automata v0.4.14 |
| 256 | 2026-06-25T00:31:17.593Z | Compiling ref-cast v1.0.25 |
| 257 | 2026-06-25T00:31:17.836Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 258 | 2026-06-25T00:31:19.129Z | Compiling regex v1.12.4 |
| 259 | 2026-06-25T00:31:19.365Z | Compiling darling_core v0.21.3 |
| 260 | 2026-06-25T00:31:19.431Z | Compiling darling_core v0.23.0 |
| 261 | 2026-06-25T00:31:20.298Z | Compiling thiserror-impl v2.0.18 |
| 262 | 2026-06-25T00:31:20.298Z | Compiling serde_derive v1.0.228 |
| 263 | 2026-06-25T00:31:20.298Z | Compiling zerocopy-derive v0.8.52 |
| 264 | 2026-06-25T00:31:20.301Z | Compiling ref-cast-impl v1.0.25 |
| 265 | 2026-06-25T00:31:20.301Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 266 | 2026-06-25T00:31:22.037Z | Compiling darling_macro v0.21.3 |
| 267 | 2026-06-25T00:31:22.049Z | Compiling darling_macro v0.23.0 |
| 268 | 2026-06-25T00:31:22.966Z | Compiling darling v0.21.3 |
| 269 | 2026-06-25T00:31:22.969Z | Compiling darling v0.23.0 |
| 270 | 2026-06-25T00:31:23.033Z | Compiling ingot-macros v0.1.1 |
| 271 | 2026-06-25T00:31:23.040Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 272 | 2026-06-25T00:31:27.917Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 273 | 2026-06-25T00:31:30.082Z | Checking byteorder v1.5.0 |
| 274 | 2026-06-25T00:31:30.082Z | Checking stable_deref_trait v1.2.1 |
| 275 | 2026-06-25T00:31:30.086Z | Checking cfg-if v1.0.4 |
| 276 | 2026-06-25T00:31:30.086Z | Checking macaddr v1.0.1 |
| 277 | 2026-06-25T00:31:30.086Z | Checking managed v0.8.0 |
| 278 | 2026-06-25T00:31:30.135Z | Checking bitflags v1.3.2 |
| 279 | 2026-06-25T00:31:30.176Z | Checking cobs v0.3.0 |
| 280 | 2026-06-25T00:31:30.238Z | Checking hash32 v0.3.1 |
| 281 | 2026-06-25T00:31:30.275Z | Checking dyn-clone v1.0.20 |
| 282 | 2026-06-25T00:31:30.291Z | Checking itertools v0.15.0 |
| 283 | 2026-06-25T00:31:30.296Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 284 | 2026-06-25T00:31:31.472Z | Checking bitflags v2.13.0 |
| 285 | 2026-06-25T00:31:31.472Z | Checking uuid v1.23.3 |
| 286 | 2026-06-25T00:31:31.619Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 287 | 2026-06-25T00:31:31.842Z | Checking postcard v1.1.3 |
| 288 | 2026-06-25T00:31:32.706Z | Checking ingot-types v0.1.2 |
| 289 | 2026-06-25T00:31:32.978Z | Checking ingot v0.1.1 |
| 290 | 2026-06-25T00:31:34.319Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 291 | 2026-06-25T00:31:38.247Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 292 | 2026-06-25T00:31:39.653Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 293 | 2026-06-25T00:31:41.665Z | Finished `dev` profile [optimized + debuginfo] target(s) in 30.61s |
| 294 | 2026-06-25T00:31:41.775Z | |
| 295 | 2026-06-25T00:31:41.775Z | real 30.784463248 |
| 296 | 2026-06-25T00:31:41.775Z | user 1:14.733213634 |
| 297 | 2026-06-25T00:31:41.775Z | sys 10.456582463 |
| 298 | 2026-06-25T00:31:41.775Z | trap 0.032765197 |
| 299 | 2026-06-25T00:31:41.775Z | tflt 0.039562772 |
| 300 | 2026-06-25T00:31:41.775Z | dflt 0.168371928 |
| 301 | 2026-06-25T00:31:41.775Z | kflt 0.001991693 |
| 302 | 2026-06-25T00:31:41.775Z | lock 5:23.053492270 |
| 303 | 2026-06-25T00:31:41.775Z | slp 3:27.982551556 |
| 304 | 2026-06-25T00:31:41.775Z | lat 3.097806117 |
| 305 | 2026-06-25T00:31:41.775Z | stop 8.281173333 |
| 306 | 2026-06-25T00:31:41.779Z | + pushd xde-link |
| 307 | 2026-06-25T00:31:41.780Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 308 | 2026-06-25T00:31:41.780Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 309 | 2026-06-25T00:31:41.960Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 310 | 2026-06-25T00:31:41.960Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 311 | 2026-06-25T00:31:41.960Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 312 | 2026-06-25T00:31:52.879Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 313 | 2026-06-25T00:31:55.071Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.23s |
| 314 | 2026-06-25T00:31:55.090Z | |
| 315 | 2026-06-25T00:31:55.090Z | real 13.310730479 |
| 316 | 2026-06-25T00:31:55.090Z | user 20.961322641 |
| 317 | 2026-06-25T00:31:55.094Z | sys 1.278477663 |
| 318 | 2026-06-25T00:31:55.094Z | trap 0.003184531 |
| 319 | 2026-06-25T00:31:55.094Z | tflt 0.030254163 |
| 320 | 2026-06-25T00:31:55.094Z | dflt 0.057546231 |
| 321 | 2026-06-25T00:31:55.094Z | kflt 0.000004170 |
| 322 | 2026-06-25T00:31:55.094Z | lock 1:25.614633602 |
| 323 | 2026-06-25T00:31:55.094Z | slp 44.294443873 |
| 324 | 2026-06-25T00:31:55.094Z | lat 0.217367412 |
| 325 | 2026-06-25T00:31:55.094Z | stop 0.162063482 |
| 326 | 2026-06-25T00:31:55.094Z | + popd |
| 327 | 2026-06-25T00:31:55.094Z | + popd |
| 328 | 2026-06-25T00:31:55.094Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 329 | 2026-06-25T00:31:55.094Z | + header 'build xde (debug)' |
| 330 | 2026-06-25T00:31:55.094Z | /work/oxidecomputer/opte |
| 331 | 2026-06-25T00:31:55.094Z | + echo '# ==== build xde (debug) ==== #' |
| 332 | 2026-06-25T00:31:55.094Z | # ==== build xde (debug) ==== # |
| 333 | 2026-06-25T00:31:55.094Z | + ptime -m cargo xtask build --profile debug xde xde-link |
| 334 | 2026-06-25T00:31:55.240Z | Downloading crates ... |
| 335 | 2026-06-25T00:31:55.294Z | Downloaded anstyle-parse v1.0.0 |
| 336 | 2026-06-25T00:31:55.299Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 337 | 2026-06-25T00:31:55.302Z | Downloaded anstyle-query v1.1.5 |
| 338 | 2026-06-25T00:31:55.302Z | Downloaded itoa v1.0.18 |
| 339 | 2026-06-25T00:31:55.302Z | Downloaded errno v0.3.14 |
| 340 | 2026-06-25T00:31:55.305Z | Downloaded utf8parse v0.2.2 |
| 341 | 2026-06-25T00:31:55.308Z | Downloaded serde_spanned v1.1.1 |
| 342 | 2026-06-25T00:31:55.308Z | Downloaded equivalent v1.0.2 |
| 343 | 2026-06-25T00:31:55.308Z | Downloaded colorchoice v1.0.5 |
| 344 | 2026-06-25T00:31:55.312Z | Downloaded is_terminal_polyfill v1.70.2 |
| 345 | 2026-06-25T00:31:55.315Z | Downloaded anstream v1.0.0 |
| 346 | 2026-06-25T00:31:55.318Z | Downloaded terminal_size v0.4.4 |
| 347 | 2026-06-25T00:31:55.321Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 348 | 2026-06-25T00:31:55.324Z | Downloaded semver v1.0.28 |
| 349 | 2026-06-25T00:31:55.324Z | Downloaded clap_derive v4.6.1 |
| 350 | 2026-06-25T00:31:55.327Z | Downloaded clap_lex v1.1.0 |
| 351 | 2026-06-25T00:31:55.331Z | Downloaded heck v0.5.0 |
| 352 | 2026-06-25T00:31:55.334Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 353 | 2026-06-25T00:31:55.341Z | Downloaded zmij v1.0.21 |
| 354 | 2026-06-25T00:31:55.344Z | Downloaded anstyle v1.0.14 |
| 355 | 2026-06-25T00:31:55.344Z | Downloaded camino v1.2.2 |
| 356 | 2026-06-25T00:31:55.348Z | Downloaded cargo-platform v0.3.3 |
| 357 | 2026-06-25T00:31:55.352Z | Downloaded cargo_metadata v0.23.1 |
| 358 | 2026-06-25T00:31:55.367Z | Downloaded anyhow v1.0.102 |
| 359 | 2026-06-25T00:31:55.378Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 360 | 2026-06-25T00:31:55.385Z | Downloaded clap v4.6.1 |
| 361 | 2026-06-25T00:31:55.392Z | Downloaded indexmap v2.14.0 |
| 362 | 2026-06-25T00:31:55.395Z | Downloaded winnow v1.0.3 |
| 363 | 2026-06-25T00:31:55.402Z | Downloaded clap_builder v4.6.0 |
| 364 | 2026-06-25T00:31:55.411Z | Downloaded serde_json v1.0.150 |
| 365 | 2026-06-25T00:31:55.440Z | Downloaded rustix v1.1.4 |
| 366 | 2026-06-25T00:31:55.469Z | Downloaded libc v0.2.186 |
| 367 | 2026-06-25T00:31:55.517Z | Compiling proc-macro2 v1.0.106 |
| 368 | 2026-06-25T00:31:55.517Z | Compiling serde_core v1.0.228 |
| 369 | 2026-06-25T00:31:55.517Z | Compiling quote v1.0.45 |
| 370 | 2026-06-25T00:31:55.520Z | Compiling unicode-ident v1.0.24 |
| 371 | 2026-06-25T00:31:55.520Z | Compiling libc v0.2.186 |
| 372 | 2026-06-25T00:31:55.520Z | Compiling rustix v1.1.4 |
| 373 | 2026-06-25T00:31:55.520Z | Compiling utf8parse v0.2.2 |
| 374 | 2026-06-25T00:31:55.520Z | Compiling bitflags v2.13.0 |
| 375 | 2026-06-25T00:31:55.669Z | Compiling zmij v1.0.21 |
| 376 | 2026-06-25T00:31:55.684Z | Compiling anstyle-parse v1.0.0 |
| 377 | 2026-06-25T00:31:55.889Z | Compiling anstyle v1.0.14 |
| 378 | 2026-06-25T00:31:55.899Z | Compiling serde_json v1.0.150 |
| 379 | 2026-06-25T00:31:55.983Z | Compiling anstyle-query v1.1.5 |
| 380 | 2026-06-25T00:31:56.016Z | Compiling colorchoice v1.0.5 |
| 381 | 2026-06-25T00:31:56.067Z | Compiling camino v1.2.2 |
| 382 | 2026-06-25T00:31:56.083Z | Compiling thiserror v2.0.18 |
| 383 | 2026-06-25T00:31:56.108Z | Compiling is_terminal_polyfill v1.70.2 |
| 384 | 2026-06-25T00:31:56.123Z | Compiling serde v1.0.228 |
| 385 | 2026-06-25T00:31:56.183Z | Compiling anstream v1.0.0 |
| 386 | 2026-06-25T00:31:56.339Z | Compiling errno v0.3.14 |
| 387 | 2026-06-25T00:31:56.485Z | Compiling strsim v0.11.1 |
| 388 | 2026-06-25T00:31:56.506Z | Compiling memchr v2.8.2 |
| 389 | 2026-06-25T00:31:56.646Z | Compiling anyhow v1.0.102 |
| 390 | 2026-06-25T00:31:56.729Z | Compiling heck v0.5.0 |
| 391 | 2026-06-25T00:31:56.735Z | Compiling syn v2.0.117 |
| 392 | 2026-06-25T00:31:56.810Z | Compiling winnow v1.0.3 |
| 393 | 2026-06-25T00:31:56.922Z | Compiling clap_lex v1.1.0 |
| 394 | 2026-06-25T00:31:56.961Z | Compiling terminal_size v0.4.4 |
| 395 | 2026-06-25T00:31:57.121Z | Compiling itoa v1.0.18 |
| 396 | 2026-06-25T00:31:57.241Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 397 | 2026-06-25T00:31:57.317Z | Compiling clap_builder v4.6.0 |
| 398 | 2026-06-25T00:31:57.455Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 399 | 2026-06-25T00:31:57.703Z | Compiling semver v1.0.28 |
| 400 | 2026-06-25T00:31:57.860Z | Compiling serde_spanned v1.1.1 |
| 401 | 2026-06-25T00:31:57.907Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 402 | 2026-06-25T00:31:58.011Z | Compiling cargo-platform v0.3.3 |
| 403 | 2026-06-25T00:31:58.413Z | Compiling toml v1.1.2+spec-1.1.0 |
| 404 | 2026-06-25T00:31:59.174Z | Compiling serde_derive v1.0.228 |
| 405 | 2026-06-25T00:31:59.252Z | Compiling thiserror-impl v2.0.18 |
| 406 | 2026-06-25T00:31:59.293Z | Compiling clap_derive v4.6.1 |
| 407 | 2026-06-25T00:32:00.908Z | Compiling clap v4.6.1 |
| 408 | 2026-06-25T00:32:02.257Z | Compiling cargo_metadata v0.23.1 |
| 409 | 2026-06-25T00:32:04.712Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 410 | 2026-06-25T00:32:06.293Z | Finished `dev` profile [optimized + debuginfo] target(s) in 11.19s |
| 411 | 2026-06-25T00:32:06.305Z | Running `target/debug/xtask build --profile debug xde xde-link` |
| 412 | 2026-06-25T00:32:07.837Z | Building xde (dev). |
| 413 | 2026-06-25T00:32:08.059Z | Compiling serde_core v1.0.228 |
| 414 | 2026-06-25T00:32:08.059Z | Compiling byteorder v1.5.0 |
| 415 | 2026-06-25T00:32:08.059Z | Compiling cfg-if v1.0.4 |
| 416 | 2026-06-25T00:32:08.062Z | Compiling macaddr v1.0.1 |
| 417 | 2026-06-25T00:32:08.062Z | Compiling stable_deref_trait v1.2.1 |
| 418 | 2026-06-25T00:32:08.086Z | Compiling thiserror v2.0.18 |
| 419 | 2026-06-25T00:32:08.089Z | Compiling zerocopy v0.8.52 |
| 420 | 2026-06-25T00:32:08.092Z | Compiling bitflags v1.3.2 |
| 421 | 2026-06-25T00:32:08.132Z | Compiling managed v0.8.0 |
| 422 | 2026-06-25T00:32:08.139Z | Compiling cobs v0.3.0 |
| 423 | 2026-06-25T00:32:08.145Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 424 | 2026-06-25T00:32:08.178Z | Compiling either v1.16.0 |
| 425 | 2026-06-25T00:32:08.252Z | Compiling hash32 v0.3.1 |
| 426 | 2026-06-25T00:32:08.331Z | Compiling ref-cast v1.0.25 |
| 427 | 2026-06-25T00:32:08.355Z | Compiling heapless v0.8.0 |
| 428 | 2026-06-25T00:32:08.359Z | Compiling itertools v0.15.0 |
| 429 | 2026-06-25T00:32:08.408Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 430 | 2026-06-25T00:32:08.408Z | Compiling crc32fast v1.5.0 |
| 431 | 2026-06-25T00:32:08.421Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 432 | 2026-06-25T00:32:08.424Z | Compiling dyn-clone v1.0.20 |
| 433 | 2026-06-25T00:32:08.582Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 434 | 2026-06-25T00:32:08.722Z | Compiling smoltcp v0.11.0 |
| 435 | 2026-06-25T00:32:09.631Z | Compiling serde v1.0.228 |
| 436 | 2026-06-25T00:32:09.631Z | Compiling bitflags v2.13.0 |
| 437 | 2026-06-25T00:32:09.631Z | Compiling uuid v1.23.3 |
| 438 | 2026-06-25T00:32:09.766Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 439 | 2026-06-25T00:32:10.051Z | Compiling postcard v1.1.3 |
| 440 | 2026-06-25T00:32:10.884Z | Compiling ingot-types v0.1.2 |
| 441 | 2026-06-25T00:32:11.171Z | Compiling ingot v0.1.1 |
| 442 | 2026-06-25T00:32:12.686Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 443 | 2026-06-25T00:32:17.314Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 444 | 2026-06-25T00:32:27.680Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 445 | 2026-06-25T00:32:37.030Z | Finished `dev` profile [optimized + debuginfo] target(s) in 29.16s |
| 446 | 2026-06-25T00:32:37.055Z | Linking xde kmod... |
| 447 | 2026-06-25T00:32:38.405Z | Building xde dev link helper (dev). |
| 448 | 2026-06-25T00:32:38.562Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 449 | 2026-06-25T00:32:38.897Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.46s |
| 450 | 2026-06-25T00:32:38.921Z | |
| 451 | 2026-06-25T00:32:38.924Z | real 43.826707497 |
| 452 | 2026-06-25T00:32:38.924Z | user 2:26.635373969 |
| 453 | 2026-06-25T00:32:38.924Z | sys 11.234575392 |
| 454 | 2026-06-25T00:32:38.924Z | trap 0.062340783 |
| 455 | 2026-06-25T00:32:38.924Z | tflt 0.310265764 |
| 456 | 2026-06-25T00:32:38.924Z | dflt 0.326461695 |
| 457 | 2026-06-25T00:32:38.924Z | kflt 0.000009230 |
| 458 | 2026-06-25T00:32:38.924Z | lock 7:20.009367967 |
| 459 | 2026-06-25T00:32:38.924Z | slp 4:04.048557515 |
| 460 | 2026-06-25T00:32:38.924Z | lat 5.050702154 |
| 461 | 2026-06-25T00:32:38.924Z | stop 4.848153160 |
| 462 | 2026-06-25T00:32:38.924Z | + header 'build xde (release)' |
| 463 | 2026-06-25T00:32:38.924Z | + echo '# ==== build xde (release) ==== #' |
| 464 | 2026-06-25T00:32:38.924Z | + ptime -m cargo xtask build --profile release xde xde-link |
| 465 | 2026-06-25T00:32:38.924Z | # ==== build xde (release) ==== # |
| 466 | 2026-06-25T00:32:39.059Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s |
| 467 | 2026-06-25T00:32:39.063Z | Running `target/debug/xtask build --profile release xde xde-link` |
| 468 | 2026-06-25T00:32:39.251Z | Building xde (release-lto). |
| 469 | 2026-06-25T00:32:39.475Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 470 | 2026-06-25T00:32:39.475Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 471 | 2026-06-25T00:32:39.475Z | Compiling proc-macro2 v1.0.106 |
| 472 | 2026-06-25T00:32:39.475Z | Compiling quote v1.0.45 |
| 473 | 2026-06-25T00:32:39.475Z | Compiling unicode-ident v1.0.24 |
| 474 | 2026-06-25T00:32:39.478Z | Compiling ident_case v1.0.1 |
| 475 | 2026-06-25T00:32:39.478Z | Compiling strsim v0.11.1 |
| 476 | 2026-06-25T00:32:39.478Z | Compiling serde_core v1.0.228 |
| 477 | 2026-06-25T00:32:39.592Z | Compiling fnv v1.0.7 |
| 478 | 2026-06-25T00:32:39.596Z | Compiling memchr v2.8.2 |
| 479 | 2026-06-25T00:32:39.674Z | Compiling regex-syntax v0.8.11 |
| 480 | 2026-06-25T00:32:39.847Z | Compiling thiserror v2.0.18 |
| 481 | 2026-06-25T00:32:39.855Z | Compiling serde v1.0.228 |
| 482 | 2026-06-25T00:32:39.861Z | Compiling either v1.16.0 |
| 483 | 2026-06-25T00:32:40.034Z | Compiling aho-corasick v1.1.4 |
| 484 | 2026-06-25T00:32:40.059Z | Compiling zerocopy v0.8.52 |
| 485 | 2026-06-25T00:32:40.231Z | Compiling itertools v0.14.0 |
| 486 | 2026-06-25T00:32:40.256Z | Compiling heapless v0.8.0 |
| 487 | 2026-06-25T00:32:40.573Z | Compiling syn v2.0.117 |
| 488 | 2026-06-25T00:32:40.661Z | Compiling smoltcp v0.11.0 |
| 489 | 2026-06-25T00:32:40.667Z | Compiling ref-cast v1.0.25 |
| 490 | 2026-06-25T00:32:40.720Z | Compiling crc32fast v1.5.0 |
| 491 | 2026-06-25T00:32:41.047Z | Compiling version_check v0.9.5 |
| 492 | 2026-06-25T00:32:41.092Z | Compiling regex-automata v0.4.14 |
| 493 | 2026-06-25T00:32:41.423Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 494 | 2026-06-25T00:32:42.724Z | Compiling regex v1.12.4 |
| 495 | 2026-06-25T00:32:42.947Z | Compiling darling_core v0.21.3 |
| 496 | 2026-06-25T00:32:43.014Z | Compiling darling_core v0.23.0 |
| 497 | 2026-06-25T00:32:43.821Z | Compiling serde_derive v1.0.228 |
| 498 | 2026-06-25T00:32:43.821Z | Compiling thiserror-impl v2.0.18 |
| 499 | 2026-06-25T00:32:43.821Z | Compiling zerocopy-derive v0.8.52 |
| 500 | 2026-06-25T00:32:43.821Z | Compiling ref-cast-impl v1.0.25 |
| 501 | 2026-06-25T00:32:43.824Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 502 | 2026-06-25T00:32:45.372Z | Compiling darling_macro v0.21.3 |
| 503 | 2026-06-25T00:32:45.658Z | Compiling darling_macro v0.23.0 |
| 504 | 2026-06-25T00:32:46.261Z | Compiling darling v0.21.3 |
| 505 | 2026-06-25T00:32:46.325Z | Compiling ingot-macros v0.1.1 |
| 506 | 2026-06-25T00:32:46.551Z | Compiling darling v0.23.0 |
| 507 | 2026-06-25T00:32:46.644Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 508 | 2026-06-25T00:32:52.244Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 509 | 2026-06-25T00:32:54.388Z | Compiling byteorder v1.5.0 |
| 510 | 2026-06-25T00:32:54.388Z | Compiling cfg-if v1.0.4 |
| 511 | 2026-06-25T00:32:54.391Z | Compiling stable_deref_trait v1.2.1 |
| 512 | 2026-06-25T00:32:54.391Z | Compiling macaddr v1.0.1 |
| 513 | 2026-06-25T00:32:54.447Z | Compiling managed v0.8.0 |
| 514 | 2026-06-25T00:32:54.462Z | Compiling cobs v0.3.0 |
| 515 | 2026-06-25T00:32:54.484Z | Compiling bitflags v1.3.2 |
| 516 | 2026-06-25T00:32:54.549Z | Compiling hash32 v0.3.1 |
| 517 | 2026-06-25T00:32:54.672Z | Compiling dyn-clone v1.0.20 |
| 518 | 2026-06-25T00:32:54.752Z | Compiling itertools v0.15.0 |
| 519 | 2026-06-25T00:32:54.759Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 520 | 2026-06-25T00:32:56.006Z | Compiling bitflags v2.13.0 |
| 521 | 2026-06-25T00:32:56.006Z | Compiling uuid v1.23.3 |
| 522 | 2026-06-25T00:32:56.150Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 523 | 2026-06-25T00:32:56.472Z | Compiling postcard v1.1.3 |
| 524 | 2026-06-25T00:32:57.312Z | Compiling ingot-types v0.1.2 |
| 525 | 2026-06-25T00:32:57.633Z | Compiling ingot v0.1.1 |
| 526 | 2026-06-25T00:32:59.167Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 527 | 2026-06-25T00:33:03.217Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 528 | 2026-06-25T00:33:12.157Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 529 | 2026-06-25T00:33:45.941Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 06s |
| 530 | 2026-06-25T00:33:45.965Z | Linking xde kmod... |
| 531 | 2026-06-25T00:33:46.632Z | Building xde dev link helper (release). |
| 532 | 2026-06-25T00:33:46.788Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 533 | 2026-06-25T00:33:46.788Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 534 | 2026-06-25T00:33:46.788Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 535 | 2026-06-25T00:33:58.436Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 536 | 2026-06-25T00:34:00.927Z | Finished `release` profile [optimized + debuginfo] target(s) in 14.26s |
| 537 | 2026-06-25T00:34:00.951Z | |
| 538 | 2026-06-25T00:34:00.959Z | real 1:22.020092737 |
| 539 | 2026-06-25T00:34:00.959Z | user 2:16.936048372 |
| 540 | 2026-06-25T00:34:00.959Z | sys 12.866430826 |
| 541 | 2026-06-25T00:34:00.959Z | trap 0.033005868 |
| 542 | 2026-06-25T00:34:00.960Z | tflt 0.164934654 |
| 543 | 2026-06-25T00:34:00.960Z | dflt 0.182356820 |
| 544 | 2026-06-25T00:34:00.960Z | kflt 0.000021970 |
| 545 | 2026-06-25T00:34:00.960Z | lock 13:04.364467114 |
| 546 | 2026-06-25T00:34:00.960Z | slp 6:31.305899973 |
| 547 | 2026-06-25T00:34:00.960Z | lat 2.360721662 |
| 548 | 2026-06-25T00:34:00.960Z | stop 5.256088906 |
| 549 | 2026-06-25T00:34:00.960Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
| 550 | 2026-06-25T00:34:00.960Z | + grep GOTPCREL |
| 551 | 2026-06-25T00:34:02.990Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 552 | 2026-06-25T00:34:02.993Z | + grep GOTPCREL |
| 553 | 2026-06-25T00:34:04.054Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
| 554 | 2026-06-25T00:34:04.129Z | + sha256sum /work/debug/xde.dbg |
| 555 | 2026-06-25T00:34:04.179Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
| 556 | 2026-06-25T00:34:04.190Z | + sha256sum /work/debug/xde_link.dbg.so |
| 557 | 2026-06-25T00:34:04.190Z | + cp target/x86_64-unknown-unknown/release-lto/xde /work/release/ |
| 558 | 2026-06-25T00:34:04.222Z | + sha256sum /work/release/xde |
| 559 | 2026-06-25T00:34:04.254Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
| 560 | 2026-06-25T00:34:04.260Z | + sha256sum /work/release/xde_link.so |
| 561 | 2026-06-25T00:34:04.260Z | + header 'build xde integration tests' |
| 562 | 2026-06-25T00:34:04.260Z | + echo '# ==== build xde integration tests ==== #' |
| 563 | 2026-06-25T00:34:04.260Z | + pushd xde-tests |
| 564 | 2026-06-25T00:34:04.261Z | # ==== build xde integration tests ==== # |
| 565 | 2026-06-25T00:34:04.261Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
| 566 | 2026-06-25T00:34:04.261Z | + cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check |
| 567 | 2026-06-25T00:34:04.344Z | + cargo clippy --all-targets -- --deny warnings |
| 568 | 2026-06-25T00:34:04.552Z | Compiling serde_core v1.0.228 |
| 569 | 2026-06-25T00:34:04.552Z | Checking cfg-if v1.0.4 |
| 570 | 2026-06-25T00:34:04.552Z | Checking memchr v2.8.2 |
| 571 | 2026-06-25T00:34:04.552Z | Compiling serde v1.0.228 |
| 572 | 2026-06-25T00:34:04.556Z | Compiling rustversion v1.0.22 |
| 573 | 2026-06-25T00:34:04.556Z | Compiling version_check v0.9.5 |
| 574 | 2026-06-25T00:34:04.556Z | Compiling ident_case v1.0.1 |
| 575 | 2026-06-25T00:34:04.557Z | Compiling syn v2.0.117 |
| 576 | 2026-06-25T00:34:04.625Z | Compiling strsim v0.11.1 |
| 577 | 2026-06-25T00:34:04.679Z | Compiling libc v0.2.186 |
| 578 | 2026-06-25T00:34:04.868Z | Compiling fnv v1.0.7 |
| 579 | 2026-06-25T00:34:04.898Z | Compiling syn v1.0.109 |
| 580 | 2026-06-25T00:34:04.912Z | Checking pin-project-lite v0.2.17 |
| 581 | 2026-06-25T00:34:04.934Z | Compiling regex-syntax v0.8.11 |
| 582 | 2026-06-25T00:34:04.986Z | Compiling either v1.16.0 |
| 583 | 2026-06-25T00:34:05.175Z | Compiling hashbrown v0.17.1 |
| 584 | 2026-06-25T00:34:05.233Z | Compiling zerocopy v0.8.52 |
| 585 | 2026-06-25T00:34:05.344Z | Compiling aho-corasick v1.1.4 |
| 586 | 2026-06-25T00:34:05.439Z | Compiling winnow v1.0.3 |
| 587 | 2026-06-25T00:34:05.468Z | Compiling equivalent v1.0.2 |
| 588 | 2026-06-25T00:34:05.640Z | Compiling itertools v0.14.0 |
| 589 | 2026-06-25T00:34:05.713Z | Compiling indexmap v2.14.0 |
| 590 | 2026-06-25T00:34:06.335Z | Compiling heapless v0.8.0 |
| 591 | 2026-06-25T00:34:06.410Z | Compiling regex-automata v0.4.14 |
| 592 | 2026-06-25T00:34:06.487Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 593 | 2026-06-25T00:34:06.631Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 594 | 2026-06-25T00:34:06.847Z | Checking byteorder v1.5.0 |
| 595 | 2026-06-25T00:34:06.887Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 596 | 2026-06-25T00:34:06.996Z | Checking bitflags v2.13.0 |
| 597 | 2026-06-25T00:34:07.009Z | Checking hash32 v0.3.1 |
| 598 | 2026-06-25T00:34:07.050Z | Compiling slog v2.8.2 |
| 599 | 2026-06-25T00:34:07.094Z | Compiling darling_core v0.21.3 |
| 600 | 2026-06-25T00:34:07.100Z | Compiling darling_core v0.23.0 |
| 601 | 2026-06-25T00:34:07.156Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 602 | 2026-06-25T00:34:07.260Z | Checking futures-sink v0.3.32 |
| 603 | 2026-06-25T00:34:07.344Z | Checking macaddr v1.0.1 |
| 604 | 2026-06-25T00:34:07.393Z | Checking stable_deref_trait v1.2.1 |
| 605 | 2026-06-25T00:34:07.446Z | Checking futures-core v0.3.32 |
| 606 | 2026-06-25T00:34:07.474Z | Compiling smoltcp v0.11.0 |
| 607 | 2026-06-25T00:34:07.550Z | Checking futures-channel v0.3.32 |
| 608 | 2026-06-25T00:34:07.767Z | Compiling proc-macro-crate v3.5.0 |
| 609 | 2026-06-25T00:34:07.819Z | Compiling proc-macro-error-attr v1.0.4 |
| 610 | 2026-06-25T00:34:08.041Z | Checking managed v0.8.0 |
| 611 | 2026-06-25T00:34:08.375Z | Compiling regex v1.12.4 |
| 612 | 2026-06-25T00:34:08.481Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 613 | 2026-06-25T00:34:08.481Z | Compiling ref-cast v1.0.25 |
| 614 | 2026-06-25T00:34:08.481Z | Compiling serde_derive v1.0.228 |
| 615 | 2026-06-25T00:34:08.481Z | Compiling thiserror-impl v2.0.18 |
| 616 | 2026-06-25T00:34:08.506Z | Compiling zerocopy-derive v0.8.52 |
| 617 | 2026-06-25T00:34:08.506Z | Compiling futures-macro v0.3.32 |
| 618 | 2026-06-25T00:34:08.934Z | Checking slab v0.4.12 |
| 619 | 2026-06-25T00:34:08.959Z | Checking futures-io v0.3.32 |
| 620 | 2026-06-25T00:34:09.048Z | Checking rand_core v0.10.1 |
| 621 | 2026-06-25T00:34:09.070Z | Compiling getrandom v0.4.2 |
| 622 | 2026-06-25T00:34:09.152Z | Compiling crc32fast v1.5.0 |
| 623 | 2026-06-25T00:34:09.167Z | Compiling darling_macro v0.21.3 |
| 624 | 2026-06-25T00:34:09.167Z | Compiling darling_macro v0.23.0 |
| 625 | 2026-06-25T00:34:09.281Z | Compiling autocfg v1.5.1 |
| 626 | 2026-06-25T00:34:09.289Z | Checking bitflags v1.3.2 |
| 627 | 2026-06-25T00:34:09.377Z | Checking futures-task v0.3.32 |
| 628 | 2026-06-25T00:34:09.497Z | Checking futures-util v0.3.32 |
| 629 | 2026-06-25T00:34:09.570Z | Checking thiserror v2.0.18 |
| 630 | 2026-06-25T00:34:09.623Z | Compiling num-traits v0.2.19 |
| 631 | 2026-06-25T00:34:09.645Z | Checking cobs v0.3.0 |
| 632 | 2026-06-25T00:34:09.677Z | Compiling darling v0.21.3 |
| 633 | 2026-06-25T00:34:09.693Z | Compiling darling v0.23.0 |
| 634 | 2026-06-25T00:34:09.748Z | Compiling ingot-macros v0.1.1 |
| 635 | 2026-06-25T00:34:09.784Z | Compiling ref-cast-impl v1.0.25 |
| 636 | 2026-06-25T00:34:09.805Z | Compiling foreign-types-macros v0.2.3 |
| 637 | 2026-06-25T00:34:09.839Z | Compiling num_enum_derive v0.7.6 |
| 638 | 2026-06-25T00:34:10.779Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 639 | 2026-06-25T00:34:10.810Z | Checking uuid v1.23.3 |
| 640 | 2026-06-25T00:34:10.810Z | Compiling proc-macro-error v1.0.4 |
| 641 | 2026-06-25T00:34:10.810Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 642 | 2026-06-25T00:34:10.810Z | Checking once_cell v1.21.4 |
| 643 | 2026-06-25T00:34:10.853Z | Checking foreign-types-shared v0.3.1 |
| 644 | 2026-06-25T00:34:10.883Z | Compiling crossbeam-utils v0.8.21 |
| 645 | 2026-06-25T00:34:10.891Z | Checking cpufeatures v0.3.0 |
| 646 | 2026-06-25T00:34:10.891Z | Checking unicode-width v0.2.2 |
| 647 | 2026-06-25T00:34:11.058Z | Checking ipnetwork v0.21.1 |
| 648 | 2026-06-25T00:34:11.068Z | Checking chacha20 v0.10.0 |
| 649 | 2026-06-25T00:34:11.103Z | Checking foreign-types v0.5.0 |
| 650 | 2026-06-25T00:34:11.124Z | Checking tracing-core v0.1.36 |
| 651 | 2026-06-25T00:34:11.138Z | Checking tabwriter v1.4.1 |
| 652 | 2026-06-25T00:34:11.163Z | Checking num_enum v0.7.6 |
| 653 | 2026-06-25T00:34:11.440Z | Checking erased-serde v0.3.31 |
| 654 | 2026-06-25T00:34:11.496Z | Checking postcard v1.1.3 |
| 655 | 2026-06-25T00:34:11.626Z | Checking futures-executor v0.3.32 |
| 656 | 2026-06-25T00:34:11.650Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 657 | 2026-06-25T00:34:11.651Z | Checking anyhow v1.0.102 |
| 658 | 2026-06-25T00:34:11.774Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 659 | 2026-06-25T00:34:11.827Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 660 | 2026-06-25T00:34:11.827Z | Compiling tracing-attributes v0.1.31 |
| 661 | 2026-06-25T00:34:11.907Z | Checking itertools v0.15.0 |
| 662 | 2026-06-25T00:34:11.977Z | Checking cstr-argument v0.1.2 |
| 663 | 2026-06-25T00:34:12.086Z | Checking pretty-hex v0.4.2 |
| 664 | 2026-06-25T00:34:12.120Z | Compiling time-core v0.1.9 |
| 665 | 2026-06-25T00:34:12.229Z | Compiling num-conv v0.2.2 |
| 666 | 2026-06-25T00:34:12.259Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f) |
| 667 | 2026-06-25T00:34:12.276Z | Checking dyn-clone v1.0.20 |
| 668 | 2026-06-25T00:34:12.293Z | Compiling thiserror v1.0.69 |
| 669 | 2026-06-25T00:34:12.348Z | Compiling time-macros v0.2.29 |
| 670 | 2026-06-25T00:34:12.999Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 671 | 2026-06-25T00:34:13.088Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 672 | 2026-06-25T00:34:13.088Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 673 | 2026-06-25T00:34:13.135Z | Checking futures v0.3.32 |
| 674 | 2026-06-25T00:34:13.136Z | Checking rand v0.10.1 |
| 675 | 2026-06-25T00:34:13.136Z | Checking ingot-types v0.1.2 |
| 676 | 2026-06-25T00:34:13.136Z | Compiling thiserror-impl v1.0.69 |
| 677 | 2026-06-25T00:34:13.136Z | Checking arc-swap v1.9.1 |
| 678 | 2026-06-25T00:34:13.136Z | Checking tracing v0.1.44 |
| 679 | 2026-06-25T00:34:13.136Z | Checking socket2 v0.6.4 |
| 680 | 2026-06-25T00:34:13.136Z | Checking ingot v0.1.1 |
| 681 | 2026-06-25T00:34:13.136Z | Checking nom v8.0.0 |
| 682 | 2026-06-25T00:34:13.136Z | Checking thread_local v1.1.9 |
| 683 | 2026-06-25T00:34:13.150Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 684 | 2026-06-25T00:34:13.212Z | Compiling slog-async v2.8.0 |
| 685 | 2026-06-25T00:34:13.373Z | Checking oxnet v0.1.6 |
| 686 | 2026-06-25T00:34:13.486Z | Checking deranged v0.5.8 |
| 687 | 2026-06-25T00:34:13.497Z | Checking powerfmt v0.2.0 |
| 688 | 2026-06-25T00:34:13.638Z | Checking iana-time-zone v0.1.65 |
| 689 | 2026-06-25T00:34:13.714Z | Compiling heck v0.4.1 |
| 690 | 2026-06-25T00:34:13.737Z | Checking lazy_static v1.5.0 |
| 691 | 2026-06-25T00:34:13.755Z | Checking colored v3.1.1 |
| 692 | 2026-06-25T00:34:13.899Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 693 | 2026-06-25T00:34:13.941Z | Checking slog-scope v4.4.1 |
| 694 | 2026-06-25T00:34:13.961Z | Checking chrono v0.4.45 |
| 695 | 2026-06-25T00:34:14.099Z | Checking crossbeam-channel v0.5.15 |
| 696 | 2026-06-25T00:34:14.373Z | Checking time v0.3.49 |
| 697 | 2026-06-25T00:34:14.422Z | Checking cookie-factory v0.3.3 |
| 698 | 2026-06-25T00:34:14.533Z | Checking itertools v0.12.1 |
| 699 | 2026-06-25T00:34:14.560Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 700 | 2026-06-25T00:34:14.726Z | Checking is-terminal v0.4.17 |
| 701 | 2026-06-25T00:34:14.755Z | Checking log v0.4.32 |
| 702 | 2026-06-25T00:34:14.793Z | Checking circular v0.3.0 |
| 703 | 2026-06-25T00:34:14.882Z | Checking take_mut v0.2.2 |
| 704 | 2026-06-25T00:34:14.902Z | Checking term v1.2.1 |
| 705 | 2026-06-25T00:34:14.952Z | Checking rusticata-macros v5.0.0 |
| 706 | 2026-06-25T00:34:15.080Z | Checking pcap-parser v0.17.0 |
| 707 | 2026-06-25T00:34:15.117Z | Checking slog-stdlog v4.1.1 |
| 708 | 2026-06-25T00:34:15.412Z | Checking slog-term v2.9.2 |
| 709 | 2026-06-25T00:34:15.507Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 710 | 2026-06-25T00:34:15.798Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f) |
| 711 | 2026-06-25T00:34:16.139Z | Checking slog-envlogger v2.2.0 |
| 712 | 2026-06-25T00:34:19.320Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 713 | 2026-06-25T00:34:21.256Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 714 | 2026-06-25T00:34:21.256Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 715 | 2026-06-25T00:34:21.367Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 716 | 2026-06-25T00:34:21.916Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.53s |
| 717 | 2026-06-25T00:34:21.954Z | + cargo build --test loopback |
| 718 | 2026-06-25T00:34:22.161Z | Compiling cfg-if v1.0.4 |
| 719 | 2026-06-25T00:34:22.161Z | Compiling memchr v2.8.2 |
| 720 | 2026-06-25T00:34:22.181Z | Compiling serde_core v1.0.228 |
| 721 | 2026-06-25T00:34:22.181Z | Compiling libc v0.2.186 |
| 722 | 2026-06-25T00:34:22.181Z | Compiling thiserror v2.0.18 |
| 723 | 2026-06-25T00:34:22.181Z | Compiling pin-project-lite v0.2.17 |
| 724 | 2026-06-25T00:34:22.181Z | Compiling either v1.16.0 |
| 725 | 2026-06-25T00:34:22.214Z | Compiling byteorder v1.5.0 |
| 726 | 2026-06-25T00:34:22.240Z | Compiling zerocopy v0.8.52 |
| 727 | 2026-06-25T00:34:22.255Z | Compiling futures-core v0.3.32 |
| 728 | 2026-06-25T00:34:22.259Z | Compiling futures-sink v0.3.32 |
| 729 | 2026-06-25T00:34:22.352Z | Compiling hash32 v0.3.1 |
| 730 | 2026-06-25T00:34:22.379Z | Compiling macaddr v1.0.1 |
| 731 | 2026-06-25T00:34:22.379Z | Compiling stable_deref_trait v1.2.1 |
| 732 | 2026-06-25T00:34:22.400Z | Compiling futures-channel v0.3.32 |
| 733 | 2026-06-25T00:34:22.428Z | Compiling heapless v0.8.0 |
| 734 | 2026-06-25T00:34:22.481Z | Compiling cobs v0.3.0 |
| 735 | 2026-06-25T00:34:22.502Z | Compiling futures-task v0.3.32 |
| 736 | 2026-06-25T00:34:22.577Z | Compiling slab v0.4.12 |
| 737 | 2026-06-25T00:34:22.629Z | Compiling managed v0.8.0 |
| 738 | 2026-06-25T00:34:22.703Z | Compiling futures-io v0.3.32 |
| 739 | 2026-06-25T00:34:22.756Z | Compiling bitflags v1.3.2 |
| 740 | 2026-06-25T00:34:22.767Z | Compiling rand_core v0.10.1 |
| 741 | 2026-06-25T00:34:22.820Z | Compiling smoltcp v0.11.0 |
| 742 | 2026-06-25T00:34:22.845Z | Compiling futures-util v0.3.32 |
| 743 | 2026-06-25T00:34:22.861Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 744 | 2026-06-25T00:34:22.902Z | Compiling ipnetwork v0.21.1 |
| 745 | 2026-06-25T00:34:22.932Z | Compiling cpufeatures v0.3.0 |
| 746 | 2026-06-25T00:34:22.985Z | Compiling unicode-width v0.2.2 |
| 747 | 2026-06-25T00:34:23.096Z | Compiling foreign-types-shared v0.3.1 |
| 748 | 2026-06-25T00:34:23.178Z | Compiling once_cell v1.21.4 |
| 749 | 2026-06-25T00:34:23.284Z | Compiling tabwriter v1.4.1 |
| 750 | 2026-06-25T00:34:23.415Z | Compiling tracing-core v0.1.36 |
| 751 | 2026-06-25T00:34:23.439Z | Compiling foreign-types v0.5.0 |
| 752 | 2026-06-25T00:34:23.536Z | Compiling chacha20 v0.10.0 |
| 753 | 2026-06-25T00:34:23.699Z | Compiling getrandom v0.4.2 |
| 754 | 2026-06-25T00:34:23.724Z | Compiling ref-cast v1.0.25 |
| 755 | 2026-06-25T00:34:23.816Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 756 | 2026-06-25T00:34:23.864Z | Compiling num_enum v0.7.6 |
| 757 | 2026-06-25T00:34:23.909Z | Compiling serde v1.0.228 |
| 758 | 2026-06-25T00:34:23.993Z | Compiling bitflags v2.13.0 |
| 759 | 2026-06-25T00:34:24.118Z | Compiling uuid v1.23.3 |
| 760 | 2026-06-25T00:34:24.474Z | Compiling erased-serde v0.3.31 |
| 761 | 2026-06-25T00:34:24.707Z | Compiling postcard v1.1.3 |
| 762 | 2026-06-25T00:34:24.747Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 763 | 2026-06-25T00:34:24.766Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 764 | 2026-06-25T00:34:24.766Z | Compiling crc32fast v1.5.0 |
| 765 | 2026-06-25T00:34:24.839Z | Compiling slog v2.8.2 |
| 766 | 2026-06-25T00:34:24.856Z | Compiling cstr-argument v0.1.2 |
| 767 | 2026-06-25T00:34:24.982Z | Compiling ingot-types v0.1.2 |
| 768 | 2026-06-25T00:34:25.015Z | Compiling futures-executor v0.3.32 |
| 769 | 2026-06-25T00:34:25.113Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 770 | 2026-06-25T00:34:25.169Z | Compiling itertools v0.15.0 |
| 771 | 2026-06-25T00:34:25.177Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 772 | 2026-06-25T00:34:25.215Z | Compiling dyn-clone v1.0.20 |
| 773 | 2026-06-25T00:34:25.387Z | Compiling ingot v0.1.1 |
| 774 | 2026-06-25T00:34:25.403Z | Compiling pretty-hex v0.4.2 |
| 775 | 2026-06-25T00:34:25.426Z | Compiling tracing v0.1.44 |
| 776 | 2026-06-25T00:34:25.538Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 777 | 2026-06-25T00:34:25.591Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 778 | 2026-06-25T00:34:25.620Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 779 | 2026-06-25T00:34:25.736Z | Compiling futures v0.3.32 |
| 780 | 2026-06-25T00:34:25.736Z | Compiling num-traits v0.2.19 |
| 781 | 2026-06-25T00:34:25.745Z | Compiling rand v0.10.1 |
| 782 | 2026-06-25T00:34:25.792Z | Compiling crossbeam-utils v0.8.21 |
| 783 | 2026-06-25T00:34:25.819Z | Compiling nom v8.0.0 |
| 784 | 2026-06-25T00:34:26.077Z | Compiling aho-corasick v1.1.4 |
| 785 | 2026-06-25T00:34:26.162Z | Compiling socket2 v0.6.4 |
| 786 | 2026-06-25T00:34:26.433Z | Compiling thread_local v1.1.9 |
| 787 | 2026-06-25T00:34:26.697Z | Compiling arc-swap v1.9.1 |
| 788 | 2026-06-25T00:34:26.733Z | Compiling oxnet v0.1.6 |
| 789 | 2026-06-25T00:34:26.915Z | Compiling regex-syntax v0.8.11 |
| 790 | 2026-06-25T00:34:27.550Z | Compiling colored v3.1.1 |
| 791 | 2026-06-25T00:34:27.597Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 792 | 2026-06-25T00:34:27.597Z | Compiling deranged v0.5.8 |
| 793 | 2026-06-25T00:34:27.597Z | Compiling num-conv v0.2.2 |
| 794 | 2026-06-25T00:34:27.597Z | Compiling iana-time-zone v0.1.65 |
| 795 | 2026-06-25T00:34:27.690Z | Compiling time-core v0.1.9 |
| 796 | 2026-06-25T00:34:27.869Z | Compiling powerfmt v0.2.0 |
| 797 | 2026-06-25T00:34:27.934Z | Compiling lazy_static v1.5.0 |
| 798 | 2026-06-25T00:34:27.972Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 799 | 2026-06-25T00:34:28.023Z | Compiling winnow v1.0.3 |
| 800 | 2026-06-25T00:34:28.144Z | Compiling time v0.3.49 |
| 801 | 2026-06-25T00:34:28.205Z | Compiling rusticata-macros v5.0.0 |
| 802 | 2026-06-25T00:34:28.218Z | Compiling slog-scope v4.4.1 |
| 803 | 2026-06-25T00:34:28.527Z | Compiling regex-automata v0.4.14 |
| 804 | 2026-06-25T00:34:30.209Z | Compiling chrono v0.4.45 |
| 805 | 2026-06-25T00:34:30.236Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f) |
| 806 | 2026-06-25T00:34:30.236Z | Compiling thiserror v1.0.69 |
| 807 | 2026-06-25T00:34:30.236Z | Compiling crossbeam-channel v0.5.15 |
| 808 | 2026-06-25T00:34:30.236Z | Compiling cookie-factory v0.3.3 |
| 809 | 2026-06-25T00:34:30.329Z | Compiling is-terminal v0.4.17 |
| 810 | 2026-06-25T00:34:30.420Z | Compiling itertools v0.12.1 |
| 811 | 2026-06-25T00:34:30.584Z | Compiling log v0.4.32 |
| 812 | 2026-06-25T00:34:30.864Z | Compiling term v1.2.1 |
| 813 | 2026-06-25T00:34:31.874Z | Compiling take_mut v0.2.2 |
| 814 | 2026-06-25T00:34:31.986Z | Compiling circular v0.3.0 |
| 815 | 2026-06-25T00:34:32.244Z | Compiling pcap-parser v0.17.0 |
| 816 | 2026-06-25T00:34:32.713Z | Compiling slog-async v2.8.0 |
| 817 | 2026-06-25T00:34:33.366Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 818 | 2026-06-25T00:34:34.204Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 819 | 2026-06-25T00:34:34.510Z | Compiling slog-term v2.9.2 |
| 820 | 2026-06-25T00:34:34.765Z | Compiling slog-stdlog v4.1.1 |
| 821 | 2026-06-25T00:34:35.188Z | Compiling regex v1.12.4 |
| 822 | 2026-06-25T00:34:35.795Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 823 | 2026-06-25T00:34:35.822Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 824 | 2026-06-25T00:34:36.336Z | Compiling slog-envlogger v2.2.0 |
| 825 | 2026-06-25T00:34:36.346Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f) |
| 826 | 2026-06-25T00:34:37.659Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 827 | 2026-06-25T00:34:45.327Z | Finished `dev` profile [optimized + debuginfo] target(s) in 23.32s |
| 828 | 2026-06-25T00:34:45.351Z | ++ cargo build -q --test loopback --message-format=json |
| 829 | 2026-06-25T00:34:45.351Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 830 | 2026-06-25T00:34:45.447Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-847e27c4999aa253 |
| 831 | 2026-06-25T00:34:45.447Z | + cargo build --test multicast_rx |
| 832 | 2026-06-25T00:34:45.555Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 833 | 2026-06-25T00:34:47.242Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.78s |
| 834 | 2026-06-25T00:34:47.286Z | ++ cargo build -q --test multicast_rx --message-format=json |
| 835 | 2026-06-25T00:34:47.299Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 836 | 2026-06-25T00:34:47.401Z | + multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-996b09353e42a8c5 |
| 837 | 2026-06-25T00:34:47.401Z | + cargo build --test multicast_multi_sub |
| 838 | 2026-06-25T00:34:47.515Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 839 | 2026-06-25T00:34:49.348Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.94s |
| 840 | 2026-06-25T00:34:49.387Z | ++ cargo build -q --test multicast_multi_sub --message-format=json |
| 841 | 2026-06-25T00:34:49.395Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 842 | 2026-06-25T00:34:49.512Z | + multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-5b40148c9f875913 |
| 843 | 2026-06-25T00:34:49.513Z | + cargo build --test multicast_validation |
| 844 | 2026-06-25T00:34:49.617Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 845 | 2026-06-25T00:34:51.624Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.10s |
| 846 | 2026-06-25T00:34:51.659Z | ++ cargo build -q --test multicast_validation --message-format=json |
| 847 | 2026-06-25T00:34:51.668Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 848 | 2026-06-25T00:34:51.786Z | + multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-6aa236916acbdc16 |
| 849 | 2026-06-25T00:34:51.786Z | + cargo build --test multicast_source_filter |
| 850 | 2026-06-25T00:34:51.889Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 851 | 2026-06-25T00:34:54.025Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.23s |
| 852 | 2026-06-25T00:34:54.063Z | ++ cargo build -q --test multicast_source_filter --message-format=json |
| 853 | 2026-06-25T00:34:54.070Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 854 | 2026-06-25T00:34:54.184Z | + multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-7a0f754bbf24c110 |
| 855 | 2026-06-25T00:34:54.184Z | + mkdir -p /work/test |
| 856 | 2026-06-25T00:34:54.191Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-847e27c4999aa253 /work/test/loopback |
| 857 | 2026-06-25T00:34:54.229Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-996b09353e42a8c5 /work/test/multicast_rx |
| 858 | 2026-06-25T00:34:54.273Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-5b40148c9f875913 /work/test/multicast_multi_sub |
| 859 | 2026-06-25T00:34:54.320Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-6aa236916acbdc16 /work/test/multicast_validation |
| 860 | 2026-06-25T00:34:54.367Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-7a0f754bbf24c110 /work/test/multicast_source_filter |
| 861 | 2026-06-25T00:34:54.412Z | process exited: duration 239424 ms, exit code 0 |
| |
| 862 | 2026-06-25T00:34:54.436Z | found 14 output files |
| 863 | 2026-06-25T00:34:54.436Z | uploading: /work/debug/xde.dbg (106167912 bytes) |
| 864 | 2026-06-25T00:34:56.586Z | uploaded: /work/debug/xde.dbg |
| 865 | 2026-06-25T00:34:56.607Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
| 866 | 2026-06-25T00:34:57.625Z | uploaded: /work/debug/xde.dbg.sha256 |
| 867 | 2026-06-25T00:34:57.625Z | uploading: /work/debug/xde_link.dbg.so (1266060 bytes) |
| 868 | 2026-06-25T00:34:58.664Z | uploaded: /work/debug/xde_link.dbg.so |
| 869 | 2026-06-25T00:34:58.664Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
| 870 | 2026-06-25T00:34:59.680Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
| 871 | 2026-06-25T00:34:59.680Z | uploading: /work/release/xde (58128024 bytes) |
| 872 | 2026-06-25T00:35:01.193Z | uploaded: /work/release/xde |
| 873 | 2026-06-25T00:35:01.193Z | uploading: /work/release/xde.sha256 (84 bytes) |
| 874 | 2026-06-25T00:35:02.211Z | uploaded: /work/release/xde.sha256 |
| 875 | 2026-06-25T00:35:02.212Z | uploading: /work/release/xde_link.so (43532 bytes) |
| 876 | 2026-06-25T00:35:03.228Z | uploaded: /work/release/xde_link.so |
| 877 | 2026-06-25T00:35:03.229Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
| 878 | 2026-06-25T00:35:04.298Z | uploaded: /work/release/xde_link.so.sha256 |
| 879 | 2026-06-25T00:35:04.298Z | uploading: /work/test/loopback (55486656 bytes) |
| 880 | 2026-06-25T00:35:05.819Z | uploaded: /work/test/loopback |
| 881 | 2026-06-25T00:35:05.820Z | uploading: /work/test/multicast_rx (55782752 bytes) |
| 882 | 2026-06-25T00:35:07.396Z | uploaded: /work/test/multicast_rx |
| 883 | 2026-06-25T00:35:07.396Z | uploading: /work/test/multicast_multi_sub (59753992 bytes) |
| 884 | 2026-06-25T00:35:09.096Z | uploaded: /work/test/multicast_multi_sub |
| 885 | 2026-06-25T00:35:09.096Z | uploading: /work/test/multicast_validation (55937928 bytes) |
| 886 | 2026-06-25T00:35:10.626Z | uploaded: /work/test/multicast_validation |
| 887 | 2026-06-25T00:35:10.626Z | uploading: /work/test/multicast_source_filter (56243592 bytes) |
| 888 | 2026-06-25T00:35:12.158Z | uploaded: /work/test/multicast_source_filter |
| 889 | 2026-06-25T00:35:12.158Z | uploading: /work/xde.conf (79 bytes) |
| 890 | 2026-06-25T00:35:13.566Z | uploaded: /work/xde.conf |