|
|
|
| 1 | 2026-05-28T16:59:42.410Z | job assigned to worker 01KSQRCH5WKRVSBDW7W5NDK613 [factory aws, i-0713c461108a45591] (queued for 56 s) |
| |
| 2 | 2026-05-28T16:59:48.886Z | starting task 0: "setup" |
| 3 | 2026-05-28T16:59:48.890Z | ++ uname -s |
| 4 | 2026-05-28T16:59:48.893Z | + kern=SunOS |
| 5 | 2026-05-28T16:59:48.893Z | + build_user=build |
| 6 | 2026-05-28T16:59:48.893Z | + build_uid=12345 |
| 7 | 2026-05-28T16:59:48.893Z | + work_dir=/work |
| 8 | 2026-05-28T16:59:48.893Z | + input_dir=/input |
| 9 | 2026-05-28T16:59:48.893Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-28T16:59:48.893Z | + case "$kern" in |
| 11 | 2026-05-28T16:59:48.893Z | + groupadd -g 12345 build |
| 12 | 2026-05-28T16:59:48.901Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-28T16:59:50.908Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-28T16:59:50.995Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-28T16:59:50.998Z | + home_fs=zfs |
| 16 | 2026-05-28T16:59:50.998Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-28T16:59:50.998Z | + mkdir -p /home/build |
| 18 | 2026-05-28T16:59:50.998Z | + chown build:build /home/build /work |
| 19 | 2026-05-28T16:59:52.999Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-28T16:59:53.002Z | process exited: duration 4115 ms, exit code 0 |
| |
| 21 | 2026-05-28T16:59:53.009Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-28T16:59:53.012Z | + printf ' * rust toolchain channel = "%s"\n' 1.95.0 |
| 23 | 2026-05-28T16:59:53.012Z | * rust toolchain channel = "1.95.0" |
| 24 | 2026-05-28T16:59:53.012Z | * rust toolchain profile = "default" |
| 25 | 2026-05-28T16:59:53.015Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-28T16:59:53.015Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-28T16:59:53.015Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-28T16:59:53.015Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-28T16:59:53.015Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default |
| 30 | 2026-05-28T16:59:53.120Z | info: downloading installer |
| 31 | 2026-05-28T16:59:54.464Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-28T16:59:54.465Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-28T16:59:54.465Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-28T16:59:54.465Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-28T16:59:54.477Z | info: profile set to default |
| 36 | 2026-05-28T16:59:54.477Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-28T16:59:54.480Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 38 | 2026-05-28T16:59:54.608Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 39 | 2026-05-28T16:59:54.611Z | info: downloading 6 components |
| 40 | 2026-05-28T17:00:08.959Z | info: default toolchain set to 1.95.0-x86_64-unknown-illumos |
| 41 | 2026-05-28T17:00:08.959Z | |
| 42 | 2026-05-28T17:00:08.986Z | 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 43 | 2026-05-28T17:00:08.986Z | |
| 44 | 2026-05-28T17:00:08.986Z | |
| 45 | 2026-05-28T17:00:08.986Z | Rust is installed now. Great! |
| 46 | 2026-05-28T17:00:08.986Z | |
| 47 | 2026-05-28T17:00:08.989Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-28T17:00:08.989Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-28T17:00:08.989Z | |
| 50 | 2026-05-28T17:00:08.989Z | To configure your current shell, you need to source |
| 51 | 2026-05-28T17:00:08.989Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-28T17:00:08.989Z | |
| 53 | 2026-05-28T17:00:08.989Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-28T17:00:08.989Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-28T17:00:08.989Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-28T17:00:08.989Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-28T17:00:08.989Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-28T17:00:08.989Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-28T17:00:08.989Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-28T17:00:08.989Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-28T17:00:08.989Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-28T17:00:09.086Z | + rustup --version |
| 63 | 2026-05-28T17:00:09.095Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-28T17:00:09.098Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-28T17:00:09.116Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 66 | 2026-05-28T17:00:09.119Z | + cargo --version |
| 67 | 2026-05-28T17:00:09.133Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 68 | 2026-05-28T17:00:09.135Z | + rustc --version |
| 69 | 2026-05-28T17:00:09.155Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 70 | 2026-05-28T17:00:09.158Z | process exited: duration 16149 ms, exit code 0 |
| |
| 71 | 2026-05-28T17:00:09.163Z | starting task 2: "authentication" |
| 72 | 2026-05-28T17:00:09.180Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-28T17:00:09.186Z | starting task 3: "clone repository" |
| 74 | 2026-05-28T17:00:09.188Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-05-28T17:00:09.191Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-05-28T17:00:09.229Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-05-28T17:00:10.640Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-05-28T17:00:10.640Z | + git fetch origin dba5a0313b0c6ec8aacde73b30440e4fafb02cb5 |
| 79 | 2026-05-28T17:00:10.924Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-05-28T17:00:10.925Z | * branch dba5a0313b0c6ec8aacde73b30440e4fafb02cb5 -> FETCH_HEAD |
| 81 | 2026-05-28T17:00:10.931Z | + [[ -n eviction-policy ]] |
| 82 | 2026-05-28T17:00:10.934Z | ++ git branch --show-current |
| 83 | 2026-05-28T17:00:10.934Z | + current=master |
| 84 | 2026-05-28T17:00:10.934Z | + [[ master != eviction-policy ]] |
| 85 | 2026-05-28T17:00:10.934Z | + git branch -f eviction-policy dba5a0313b0c6ec8aacde73b30440e4fafb02cb5 |
| 86 | 2026-05-28T17:00:10.937Z | + git checkout -f eviction-policy |
| 87 | 2026-05-28T17:00:10.953Z | Switched to branch 'eviction-policy' |
| 88 | 2026-05-28T17:00:10.956Z | + git reset --hard dba5a0313b0c6ec8aacde73b30440e4fafb02cb5 |
| 89 | 2026-05-28T17:00:10.959Z | HEAD is now at dba5a03 Ry review feedback. |
| 90 | 2026-05-28T17:00:10.961Z | process exited: duration 1774 ms, exit code 0 |
| |
| 91 | 2026-05-28T17:00:10.967Z | starting task 4: "build" |
| 92 | 2026-05-28T17:00:10.970Z | + source .github/buildomat/common.sh |
| 93 | 2026-05-28T17:00:10.973Z | ++ rustup show active-toolchain |
| 94 | 2026-05-28T17:00:10.977Z | 1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-05-28T17:00:10.980Z | ++ pushd xde |
| 96 | 2026-05-28T17:00:10.980Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-05-28T17:00:10.980Z | ++ rustup show active-toolchain |
| 98 | 2026-05-28T17:00:10.983Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-05-28T17:00:11.128Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-05-28T17:00:11.131Z | info: downloading 6 components |
| 101 | 2026-05-28T17:00:24.656Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-05-28T17:00:24.740Z | +++ rustup show active-toolchain -v |
| 103 | 2026-05-28T17:00:24.743Z | +++ head -n 1 |
| 104 | 2026-05-28T17:00:24.743Z | +++ cut '-d ' -f1 |
| 105 | 2026-05-28T17:00:24.793Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-05-28T17:00:24.793Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-05-28T17:00:24.793Z | ++ popd |
| 108 | 2026-05-28T17:00:24.796Z | /work/oxidecomputer/opte |
| 109 | 2026-05-28T17:00:24.796Z | + TGT_BASE=/work |
| 110 | 2026-05-28T17:00:24.796Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 111 | 2026-05-28T17:00:24.796Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 112 | 2026-05-28T17:00:24.796Z | + DBG_TGT=/work/debug |
| 113 | 2026-05-28T17:00:24.796Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 114 | 2026-05-28T17:00:24.796Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 115 | 2026-05-28T17:00:24.796Z | + REL_TGT=/work/release |
| 116 | 2026-05-28T17:00:24.796Z | + mkdir -p /work/debug /work/release |
| 117 | 2026-05-28T17:00:24.796Z | + cargo --version |
| 118 | 2026-05-28T17:00:24.804Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 119 | 2026-05-28T17:00:24.807Z | + rustc --version |
| 120 | 2026-05-28T17:00:24.826Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 121 | 2026-05-28T17:00:24.829Z | + install_pkg jq |
| 122 | 2026-05-28T17:00:24.829Z | + set +o errexit |
| 123 | 2026-05-28T17:00:24.829Z | + pfexec pkg install jq |
| 124 | 2026-05-28T17:00:25.711Z | Startup: Refreshing catalog 'helios' ... Done |
| 125 | 2026-05-28T17:00:25.785Z | Startup: Caching catalogs ... Done |
| 126 | 2026-05-28T17:00:26.047Z | Planning: Solver setup ... Done |
| 127 | 2026-05-28T17:00:26.065Z | Planning: Running solver ... Done |
| 128 | 2026-05-28T17:00:26.069Z | Planning: Consolidating action changes ... Done |
| 129 | 2026-05-28T17:00:26.072Z | Planning: Evaluating mediators ... Done |
| 130 | 2026-05-28T17:00:26.072Z | Planning: Planning completed in 0.27 seconds |
| 131 | 2026-05-28T17:00:26.085Z | No updates necessary for this image. |
| 132 | 2026-05-28T17:00:26.162Z | + exit_code=4 |
| 133 | 2026-05-28T17:00:26.162Z | + [[ 4 -ne 0 ]] |
| 134 | 2026-05-28T17:00:26.162Z | + [[ 4 -ne 4 ]] |
| 135 | 2026-05-28T17:00:26.162Z | + set -o errexit |
| 136 | 2026-05-28T17:00:26.165Z | + pushd xde |
| 137 | 2026-05-28T17:00:26.165Z | + cp xde.conf /work/xde.conf |
| 138 | 2026-05-28T17:00:26.165Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 139 | 2026-05-28T17:00:26.165Z | + header 'check style' |
| 140 | 2026-05-28T17:00:26.165Z | + echo '# ==== check style ==== #' |
| 141 | 2026-05-28T17:00:26.165Z | # ==== check style ==== # |
| 142 | 2026-05-28T17:00:26.165Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 143 | 2026-05-28T17:00:26.375Z | |
| 144 | 2026-05-28T17:00:26.375Z | real 0.206504555 |
| 145 | 2026-05-28T17:00:26.375Z | user 0.153347584 |
| 146 | 2026-05-28T17:00:26.375Z | sys 0.043202373 |
| 147 | 2026-05-28T17:00:26.375Z | trap 0.000008860 |
| 148 | 2026-05-28T17:00:26.375Z | tflt 0.000021230 |
| 149 | 2026-05-28T17:00:26.375Z | dflt 0.000015080 |
| 150 | 2026-05-28T17:00:26.375Z | kflt 0.000000000 |
| 151 | 2026-05-28T17:00:26.375Z | lock 0.032892110 |
| 152 | 2026-05-28T17:00:26.375Z | slp 0.184570425 |
| 153 | 2026-05-28T17:00:26.375Z | lat 0.000888310 |
| 154 | 2026-05-28T17:00:26.375Z | stop 0.000108570 |
| 155 | 2026-05-28T17:00:26.378Z | + header analyze |
| 156 | 2026-05-28T17:00:26.378Z | + echo '# ==== analyze ==== #' |
| 157 | 2026-05-28T17:00:26.378Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 158 | 2026-05-28T17:00:26.378Z | # ==== analyze ==== # |
| 159 | 2026-05-28T17:00:26.547Z | Updating crates.io index |
| 160 | 2026-05-28T17:00:26.551Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 161 | 2026-05-28T17:00:27.411Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 162 | 2026-05-28T17:00:27.743Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 163 | 2026-05-28T17:00:28.147Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 164 | 2026-05-28T17:00:28.503Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 165 | 2026-05-28T17:00:28.765Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 166 | 2026-05-28T17:00:29.042Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 167 | 2026-05-28T17:00:31.034Z | Downloading crates ... |
| 168 | 2026-05-28T17:00:31.090Z | Downloaded defmt-macros v1.0.1 |
| 169 | 2026-05-28T17:00:31.093Z | Downloaded managed v0.8.0 |
| 170 | 2026-05-28T17:00:31.096Z | Downloaded bitflags v1.3.2 |
| 171 | 2026-05-28T17:00:31.100Z | Downloaded postcard v1.1.3 |
| 172 | 2026-05-28T17:00:31.103Z | Downloaded fnv v1.0.7 |
| 173 | 2026-05-28T17:00:31.112Z | Downloaded strsim v0.11.1 |
| 174 | 2026-05-28T17:00:31.115Z | Downloaded embedded-io v0.4.0 |
| 175 | 2026-05-28T17:00:31.115Z | Downloaded defmt v0.3.100 |
| 176 | 2026-05-28T17:00:31.118Z | Downloaded cfg-if v1.0.4 |
| 177 | 2026-05-28T17:00:31.120Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 178 | 2026-05-28T17:00:31.123Z | Downloaded macaddr v1.0.1 |
| 179 | 2026-05-28T17:00:31.126Z | Downloaded darling_macro v0.23.0 |
| 180 | 2026-05-28T17:00:31.129Z | Downloaded hash32 v0.3.1 |
| 181 | 2026-05-28T17:00:31.144Z | Downloaded ref-cast v1.0.25 |
| 182 | 2026-05-28T17:00:31.152Z | Downloaded dyn-clone v1.0.20 |
| 183 | 2026-05-28T17:00:31.154Z | Downloaded ingot-types v0.1.2 |
| 184 | 2026-05-28T17:00:31.157Z | Downloaded byteorder v1.5.0 |
| 185 | 2026-05-28T17:00:31.160Z | Downloaded thiserror-impl v2.0.18 |
| 186 | 2026-05-28T17:00:31.160Z | Downloaded proc-macro-error2 v2.0.1 |
| 187 | 2026-05-28T17:00:31.160Z | Downloaded ingot v0.1.1 |
| 188 | 2026-05-28T17:00:31.167Z | Downloaded crc32fast v1.5.0 |
| 189 | 2026-05-28T17:00:31.170Z | Downloaded cobs v0.3.0 |
| 190 | 2026-05-28T17:00:31.170Z | Downloaded darling v0.21.3 |
| 191 | 2026-05-28T17:00:31.175Z | Downloaded embedded-io v0.6.1 |
| 192 | 2026-05-28T17:00:31.178Z | Downloaded ident_case v1.0.1 |
| 193 | 2026-05-28T17:00:31.182Z | Downloaded either v1.15.0 |
| 194 | 2026-05-28T17:00:31.186Z | Downloaded quote v1.0.45 |
| 195 | 2026-05-28T17:00:31.189Z | Downloaded bitflags v2.11.1 |
| 196 | 2026-05-28T17:00:31.199Z | Downloaded darling v0.23.0 |
| 197 | 2026-05-28T17:00:31.202Z | Downloaded darling_macro v0.21.3 |
| 198 | 2026-05-28T17:00:31.204Z | Downloaded defmt-parser v1.0.0 |
| 199 | 2026-05-28T17:00:31.207Z | Downloaded ref-cast-impl v1.0.25 |
| 200 | 2026-05-28T17:00:31.210Z | Downloaded version_check v0.9.5 |
| 201 | 2026-05-28T17:00:31.210Z | Downloaded stable_deref_trait v1.2.1 |
| 202 | 2026-05-28T17:00:31.213Z | Downloaded unicode-ident v1.0.24 |
| 203 | 2026-05-28T17:00:31.217Z | Downloaded thiserror v2.0.18 |
| 204 | 2026-05-28T17:00:31.222Z | Downloaded proc-macro2 v1.0.106 |
| 205 | 2026-05-28T17:00:31.230Z | Downloaded defmt v1.0.1 |
| 206 | 2026-05-28T17:00:31.253Z | Downloaded uuid v1.23.1 |
| 207 | 2026-05-28T17:00:31.256Z | Downloaded serde v1.0.228 |
| 208 | 2026-05-28T17:00:31.259Z | Downloaded serde_derive v1.0.228 |
| 209 | 2026-05-28T17:00:31.259Z | Downloaded heapless v0.8.0 |
| 210 | 2026-05-28T17:00:31.261Z | Downloaded ingot-macros v0.1.1 |
| 211 | 2026-05-28T17:00:31.261Z | Downloaded darling_core v0.23.0 |
| 212 | 2026-05-28T17:00:31.265Z | Downloaded memchr v2.8.0 |
| 213 | 2026-05-28T17:00:31.276Z | Downloaded zerocopy-derive v0.8.48 |
| 214 | 2026-05-28T17:00:31.280Z | Downloaded darling_core v0.21.3 |
| 215 | 2026-05-28T17:00:31.293Z | Downloaded serde_core v1.0.228 |
| 216 | 2026-05-28T17:00:31.299Z | Downloaded aho-corasick v1.1.4 |
| 217 | 2026-05-28T17:00:31.302Z | Downloaded regex v1.12.3 |
| 218 | 2026-05-28T17:00:31.309Z | Downloaded itertools v0.14.0 |
| 219 | 2026-05-28T17:00:31.372Z | Downloaded zerocopy v0.8.48 |
| 220 | 2026-05-28T17:00:31.382Z | Downloaded syn v2.0.117 |
| 221 | 2026-05-28T17:00:31.387Z | Downloaded smoltcp v0.11.0 |
| 222 | 2026-05-28T17:00:31.393Z | Downloaded regex-syntax v0.8.10 |
| 223 | 2026-05-28T17:00:31.407Z | Downloaded regex-automata v0.4.14 |
| 224 | 2026-05-28T17:00:31.419Z | Updating crates.io index |
| 225 | 2026-05-28T17:00:31.509Z | Downloading crates ... |
| 226 | 2026-05-28T17:00:31.553Z | Downloaded addr2line v0.25.1 |
| 227 | 2026-05-28T17:00:31.556Z | Downloaded adler2 v2.0.1 |
| 228 | 2026-05-28T17:00:31.556Z | Downloaded rustc-demangle v0.1.27 |
| 229 | 2026-05-28T17:00:31.577Z | Downloaded rustc-literal-escaper v0.0.7 |
| 230 | 2026-05-28T17:00:31.577Z | Downloaded getopts v0.2.24 |
| 231 | 2026-05-28T17:00:31.577Z | Downloaded foldhash v0.2.0 |
| 232 | 2026-05-28T17:00:31.586Z | Downloaded miniz_oxide v0.8.9 |
| 233 | 2026-05-28T17:00:31.592Z | Downloaded memchr v2.7.6 |
| 234 | 2026-05-28T17:00:31.610Z | Downloaded hashbrown v0.16.1 |
| 235 | 2026-05-28T17:00:31.638Z | Downloaded gimli v0.32.3 |
| 236 | 2026-05-28T17:00:31.643Z | Downloaded object v0.37.3 |
| 237 | 2026-05-28T17:00:31.671Z | Downloaded libc v0.2.183 |
| 238 | 2026-05-28T17:00:31.728Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 239 | 2026-05-28T17:00:31.728Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 240 | 2026-05-28T17:00:31.731Z | Compiling proc-macro2 v1.0.106 |
| 241 | 2026-05-28T17:00:31.731Z | Compiling unicode-ident v1.0.24 |
| 242 | 2026-05-28T17:00:31.731Z | Compiling quote v1.0.45 |
| 243 | 2026-05-28T17:00:31.731Z | Compiling ident_case v1.0.1 |
| 244 | 2026-05-28T17:00:31.731Z | Compiling strsim v0.11.1 |
| 245 | 2026-05-28T17:00:31.731Z | Compiling serde_core v1.0.228 |
| 246 | 2026-05-28T17:00:31.907Z | Compiling memchr v2.8.0 |
| 247 | 2026-05-28T17:00:31.910Z | Compiling fnv v1.0.7 |
| 248 | 2026-05-28T17:00:31.995Z | Compiling regex-syntax v0.8.10 |
| 249 | 2026-05-28T17:00:32.178Z | Compiling thiserror v2.0.18 |
| 250 | 2026-05-28T17:00:32.190Z | Compiling zerocopy v0.8.48 |
| 251 | 2026-05-28T17:00:32.228Z | Compiling serde v1.0.228 |
| 252 | 2026-05-28T17:00:32.308Z | Compiling aho-corasick v1.1.4 |
| 253 | 2026-05-28T17:00:32.617Z | Compiling either v1.15.0 |
| 254 | 2026-05-28T17:00:32.779Z | Compiling heapless v0.8.0 |
| 255 | 2026-05-28T17:00:32.819Z | Compiling syn v2.0.117 |
| 256 | 2026-05-28T17:00:32.827Z | Compiling itertools v0.14.0 |
| 257 | 2026-05-28T17:00:32.945Z | Compiling smoltcp v0.11.0 |
| 258 | 2026-05-28T17:00:33.043Z | Compiling crc32fast v1.5.0 |
| 259 | 2026-05-28T17:00:33.259Z | Compiling version_check v0.9.5 |
| 260 | 2026-05-28T17:00:33.381Z | Compiling ref-cast v1.0.25 |
| 261 | 2026-05-28T17:00:33.628Z | Compiling regex-automata v0.4.14 |
| 262 | 2026-05-28T17:00:33.737Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 263 | 2026-05-28T17:00:35.083Z | Compiling darling_core v0.21.3 |
| 264 | 2026-05-28T17:00:35.083Z | Compiling darling_core v0.23.0 |
| 265 | 2026-05-28T17:00:35.164Z | Compiling regex v1.12.3 |
| 266 | 2026-05-28T17:00:36.114Z | Compiling serde_derive v1.0.228 |
| 267 | 2026-05-28T17:00:36.114Z | Compiling zerocopy-derive v0.8.48 |
| 268 | 2026-05-28T17:00:36.117Z | Compiling thiserror-impl v2.0.18 |
| 269 | 2026-05-28T17:00:36.117Z | Compiling ref-cast-impl v1.0.25 |
| 270 | 2026-05-28T17:00:36.163Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 271 | 2026-05-28T17:00:37.760Z | Compiling darling_macro v0.21.3 |
| 272 | 2026-05-28T17:00:37.867Z | Compiling darling_macro v0.23.0 |
| 273 | 2026-05-28T17:00:38.690Z | Compiling darling v0.21.3 |
| 274 | 2026-05-28T17:00:38.757Z | Compiling ingot-macros v0.1.1 |
| 275 | 2026-05-28T17:00:38.789Z | Compiling darling v0.23.0 |
| 276 | 2026-05-28T17:00:38.854Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 277 | 2026-05-28T17:00:43.358Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 278 | 2026-05-28T17:00:45.433Z | Checking byteorder v1.5.0 |
| 279 | 2026-05-28T17:00:45.433Z | Checking macaddr v1.0.1 |
| 280 | 2026-05-28T17:00:45.433Z | Checking cfg-if v1.0.4 |
| 281 | 2026-05-28T17:00:45.436Z | Checking stable_deref_trait v1.2.1 |
| 282 | 2026-05-28T17:00:45.436Z | Checking managed v0.8.0 |
| 283 | 2026-05-28T17:00:45.493Z | Checking bitflags v1.3.2 |
| 284 | 2026-05-28T17:00:45.513Z | Checking cobs v0.3.0 |
| 285 | 2026-05-28T17:00:45.569Z | Checking dyn-clone v1.0.20 |
| 286 | 2026-05-28T17:00:45.591Z | Checking hash32 v0.3.1 |
| 287 | 2026-05-28T17:00:45.632Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 288 | 2026-05-28T17:00:46.781Z | Checking bitflags v2.11.1 |
| 289 | 2026-05-28T17:00:46.781Z | Checking uuid v1.23.1 |
| 290 | 2026-05-28T17:00:46.919Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 291 | 2026-05-28T17:00:47.139Z | Checking postcard v1.1.3 |
| 292 | 2026-05-28T17:00:47.998Z | Checking ingot-types v0.1.2 |
| 293 | 2026-05-28T17:00:48.266Z | Checking ingot v0.1.1 |
| 294 | 2026-05-28T17:00:49.577Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 295 | 2026-05-28T17:00:53.852Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 296 | 2026-05-28T17:00:55.425Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 297 | 2026-05-28T17:00:57.752Z | Finished `dev` profile [optimized + debuginfo] target(s) in 31.31s |
| 298 | 2026-05-28T17:00:57.864Z | |
| 299 | 2026-05-28T17:00:57.864Z | real 31.483444213 |
| 300 | 2026-05-28T17:00:57.864Z | user 1:15.123384157 |
| 301 | 2026-05-28T17:00:57.864Z | sys 10.092555772 |
| 302 | 2026-05-28T17:00:57.864Z | trap 0.036148311 |
| 303 | 2026-05-28T17:00:57.864Z | tflt 0.027016863 |
| 304 | 2026-05-28T17:00:57.864Z | dflt 0.184083081 |
| 305 | 2026-05-28T17:00:57.864Z | kflt 0.001812160 |
| 306 | 2026-05-28T17:00:57.864Z | lock 3:52.388299380 |
| 307 | 2026-05-28T17:00:57.864Z | slp 3:29.943348651 |
| 308 | 2026-05-28T17:00:57.868Z | lat 2.967544512 |
| 309 | 2026-05-28T17:00:57.868Z | stop 6.083177144 |
| 310 | 2026-05-28T17:00:57.868Z | + pushd xde-link |
| 311 | 2026-05-28T17:00:57.868Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 312 | 2026-05-28T17:00:57.868Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 313 | 2026-05-28T17:00:58.048Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 314 | 2026-05-28T17:00:58.048Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 315 | 2026-05-28T17:00:58.048Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 316 | 2026-05-28T17:01:08.519Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 317 | 2026-05-28T17:01:10.658Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.73s |
| 318 | 2026-05-28T17:01:10.677Z | |
| 319 | 2026-05-28T17:01:10.680Z | real 12.808703438 |
| 320 | 2026-05-28T17:01:10.680Z | user 20.366896573 |
| 321 | 2026-05-28T17:01:10.680Z | sys 1.204655712 |
| 322 | 2026-05-28T17:01:10.680Z | trap 0.003585960 |
| 323 | 2026-05-28T17:01:10.680Z | tflt 0.001151950 |
| 324 | 2026-05-28T17:01:10.680Z | dflt 0.038255940 |
| 325 | 2026-05-28T17:01:10.680Z | kflt 0.000005700 |
| 326 | 2026-05-28T17:01:10.680Z | lock 1:07.704867657 |
| 327 | 2026-05-28T17:01:10.680Z | slp 42.746977383 |
| 328 | 2026-05-28T17:01:10.680Z | lat 0.253054643 |
| 329 | 2026-05-28T17:01:10.680Z | stop 0.133873376 |
| 330 | 2026-05-28T17:01:10.680Z | + popd |
| 331 | 2026-05-28T17:01:10.680Z | + popd |
| 332 | 2026-05-28T17:01:10.680Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 333 | 2026-05-28T17:01:10.680Z | /work/oxidecomputer/opte |
| 334 | 2026-05-28T17:01:10.680Z | + header 'build xde (debug)' |
| 335 | 2026-05-28T17:01:10.680Z | + echo '# ==== build xde (debug) ==== #' |
| 336 | 2026-05-28T17:01:10.680Z | # ==== build xde (debug) ==== # |
| 337 | 2026-05-28T17:01:10.680Z | + ptime -m cargo xtask build --profile debug xde xde-link |
| 338 | 2026-05-28T17:01:10.823Z | Downloading crates ... |
| 339 | 2026-05-28T17:01:10.886Z | Downloaded itoa v1.0.18 |
| 340 | 2026-05-28T17:01:10.889Z | Downloaded anstyle-query v1.1.5 |
| 341 | 2026-05-28T17:01:10.889Z | Downloaded cargo-platform v0.3.3 |
| 342 | 2026-05-28T17:01:10.895Z | Downloaded heck v0.5.0 |
| 343 | 2026-05-28T17:01:10.897Z | Downloaded utf8parse v0.2.2 |
| 344 | 2026-05-28T17:01:10.901Z | Downloaded terminal_size v0.4.4 |
| 345 | 2026-05-28T17:01:10.904Z | Downloaded equivalent v1.0.2 |
| 346 | 2026-05-28T17:01:10.908Z | Downloaded serde_spanned v1.1.1 |
| 347 | 2026-05-28T17:01:10.910Z | Downloaded errno v0.3.14 |
| 348 | 2026-05-28T17:01:10.914Z | Downloaded colorchoice v1.0.5 |
| 349 | 2026-05-28T17:01:10.921Z | Downloaded zmij v1.0.21 |
| 350 | 2026-05-28T17:01:10.923Z | Downloaded anyhow v1.0.102 |
| 351 | 2026-05-28T17:01:10.926Z | Downloaded is_terminal_polyfill v1.70.2 |
| 352 | 2026-05-28T17:01:10.929Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 353 | 2026-05-28T17:01:10.932Z | Downloaded clap_lex v1.1.0 |
| 354 | 2026-05-28T17:01:10.935Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 355 | 2026-05-28T17:01:10.938Z | Downloaded anstyle-parse v1.0.0 |
| 356 | 2026-05-28T17:01:10.938Z | Downloaded anstream v1.0.0 |
| 357 | 2026-05-28T17:01:10.938Z | Downloaded clap_derive v4.6.1 |
| 358 | 2026-05-28T17:01:10.940Z | Downloaded anstyle v1.0.14 |
| 359 | 2026-05-28T17:01:10.943Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 360 | 2026-05-28T17:01:10.946Z | Downloaded semver v1.0.28 |
| 361 | 2026-05-28T17:01:10.953Z | Downloaded clap v4.6.1 |
| 362 | 2026-05-28T17:01:10.958Z | Downloaded camino v1.2.2 |
| 363 | 2026-05-28T17:01:10.961Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 364 | 2026-05-28T17:01:10.964Z | Downloaded hashbrown v0.17.0 |
| 365 | 2026-05-28T17:01:10.966Z | Downloaded serde_json v1.0.149 |
| 366 | 2026-05-28T17:01:10.973Z | Downloaded indexmap v2.14.0 |
| 367 | 2026-05-28T17:01:10.975Z | Downloaded winnow v1.0.2 |
| 368 | 2026-05-28T17:01:10.989Z | Downloaded clap_builder v4.6.0 |
| 369 | 2026-05-28T17:01:11.017Z | Downloaded rustix v1.1.4 |
| 370 | 2026-05-28T17:01:11.045Z | Downloaded libc v0.2.186 |
| 371 | 2026-05-28T17:01:11.980Z | warning: spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/cargo_metadata/0.23.1/download` (151.101.22.137), got 500 |
| 372 | 2026-05-28T17:01:11.980Z | body: |
| 373 | 2026-05-28T17:01:11.980Z | error sending request: generic send error: Error occurred processing send to backend us-west-1 |
| 374 | 2026-05-28T17:01:13.005Z | Downloaded cargo_metadata v0.23.1 |
| 375 | 2026-05-28T17:01:13.036Z | Compiling serde_core v1.0.228 |
| 376 | 2026-05-28T17:01:13.036Z | Compiling proc-macro2 v1.0.106 |
| 377 | 2026-05-28T17:01:13.036Z | Compiling quote v1.0.45 |
| 378 | 2026-05-28T17:01:13.039Z | Compiling unicode-ident v1.0.24 |
| 379 | 2026-05-28T17:01:13.039Z | Compiling libc v0.2.186 |
| 380 | 2026-05-28T17:01:13.039Z | Compiling rustix v1.1.4 |
| 381 | 2026-05-28T17:01:13.039Z | Compiling utf8parse v0.2.2 |
| 382 | 2026-05-28T17:01:13.039Z | Compiling bitflags v2.11.1 |
| 383 | 2026-05-28T17:01:13.186Z | Compiling zmij v1.0.21 |
| 384 | 2026-05-28T17:01:13.202Z | Compiling anstyle-parse v1.0.0 |
| 385 | 2026-05-28T17:01:13.417Z | Compiling anstyle v1.0.14 |
| 386 | 2026-05-28T17:01:13.425Z | Compiling serde_json v1.0.149 |
| 387 | 2026-05-28T17:01:13.513Z | Compiling colorchoice v1.0.5 |
| 388 | 2026-05-28T17:01:13.525Z | Compiling camino v1.2.2 |
| 389 | 2026-05-28T17:01:13.604Z | Compiling serde v1.0.228 |
| 390 | 2026-05-28T17:01:13.621Z | Compiling anstyle-query v1.1.5 |
| 391 | 2026-05-28T17:01:13.654Z | Compiling thiserror v2.0.18 |
| 392 | 2026-05-28T17:01:13.677Z | Compiling is_terminal_polyfill v1.70.2 |
| 393 | 2026-05-28T17:01:13.757Z | Compiling anstream v1.0.0 |
| 394 | 2026-05-28T17:01:13.845Z | Compiling errno v0.3.14 |
| 395 | 2026-05-28T17:01:13.890Z | Compiling heck v0.5.0 |
| 396 | 2026-05-28T17:01:14.013Z | Compiling strsim v0.11.1 |
| 397 | 2026-05-28T17:01:14.101Z | Compiling memchr v2.8.0 |
| 398 | 2026-05-28T17:01:14.177Z | Compiling anyhow v1.0.102 |
| 399 | 2026-05-28T17:01:14.252Z | Compiling syn v2.0.117 |
| 400 | 2026-05-28T17:01:14.271Z | Compiling itoa v1.0.18 |
| 401 | 2026-05-28T17:01:14.317Z | Compiling clap_lex v1.1.0 |
| 402 | 2026-05-28T17:01:14.499Z | Compiling terminal_size v0.4.4 |
| 403 | 2026-05-28T17:01:14.534Z | Compiling winnow v1.0.2 |
| 404 | 2026-05-28T17:01:14.656Z | Compiling clap_builder v4.6.0 |
| 405 | 2026-05-28T17:01:14.906Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 406 | 2026-05-28T17:01:14.945Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 407 | 2026-05-28T17:01:15.337Z | Compiling cargo-platform v0.3.3 |
| 408 | 2026-05-28T17:01:15.394Z | Compiling semver v1.0.28 |
| 409 | 2026-05-28T17:01:15.820Z | Compiling serde_spanned v1.1.1 |
| 410 | 2026-05-28T17:01:15.926Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 411 | 2026-05-28T17:01:16.176Z | Compiling toml v1.1.2+spec-1.1.0 |
| 412 | 2026-05-28T17:01:16.597Z | Compiling serde_derive v1.0.228 |
| 413 | 2026-05-28T17:01:16.809Z | Compiling thiserror-impl v2.0.18 |
| 414 | 2026-05-28T17:01:16.836Z | Compiling clap_derive v4.6.1 |
| 415 | 2026-05-28T17:01:18.347Z | Compiling clap v4.6.1 |
| 416 | 2026-05-28T17:01:19.707Z | Compiling cargo_metadata v0.23.1 |
| 417 | 2026-05-28T17:01:22.153Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 418 | 2026-05-28T17:01:23.750Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.06s |
| 419 | 2026-05-28T17:01:23.765Z | Running `target/debug/xtask build --profile debug xde xde-link` |
| 420 | 2026-05-28T17:01:25.191Z | Building xde (dev). |
| 421 | 2026-05-28T17:01:25.426Z | Compiling serde_core v1.0.228 |
| 422 | 2026-05-28T17:01:25.426Z | Compiling byteorder v1.5.0 |
| 423 | 2026-05-28T17:01:25.426Z | Compiling macaddr v1.0.1 |
| 424 | 2026-05-28T17:01:25.431Z | Compiling cfg-if v1.0.4 |
| 425 | 2026-05-28T17:01:25.431Z | Compiling stable_deref_trait v1.2.1 |
| 426 | 2026-05-28T17:01:25.431Z | Compiling thiserror v2.0.18 |
| 427 | 2026-05-28T17:01:25.431Z | Compiling zerocopy v0.8.48 |
| 428 | 2026-05-28T17:01:25.450Z | Compiling bitflags v1.3.2 |
| 429 | 2026-05-28T17:01:25.492Z | Compiling managed v0.8.0 |
| 430 | 2026-05-28T17:01:25.502Z | Compiling cobs v0.3.0 |
| 431 | 2026-05-28T17:01:25.505Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 432 | 2026-05-28T17:01:25.529Z | Compiling either v1.15.0 |
| 433 | 2026-05-28T17:01:25.609Z | Compiling hash32 v0.3.1 |
| 434 | 2026-05-28T17:01:25.691Z | Compiling itertools v0.14.0 |
| 435 | 2026-05-28T17:01:25.697Z | Compiling heapless v0.8.0 |
| 436 | 2026-05-28T17:01:25.712Z | Compiling ref-cast v1.0.25 |
| 437 | 2026-05-28T17:01:25.757Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 438 | 2026-05-28T17:01:25.767Z | Compiling crc32fast v1.5.0 |
| 439 | 2026-05-28T17:01:25.782Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 440 | 2026-05-28T17:01:25.796Z | Compiling dyn-clone v1.0.20 |
| 441 | 2026-05-28T17:01:25.951Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 442 | 2026-05-28T17:01:26.058Z | Compiling smoltcp v0.11.0 |
| 443 | 2026-05-28T17:01:27.006Z | Compiling bitflags v2.11.1 |
| 444 | 2026-05-28T17:01:27.006Z | Compiling serde v1.0.228 |
| 445 | 2026-05-28T17:01:27.006Z | Compiling uuid v1.23.1 |
| 446 | 2026-05-28T17:01:27.137Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 447 | 2026-05-28T17:01:27.508Z | Compiling postcard v1.1.3 |
| 448 | 2026-05-28T17:01:28.295Z | Compiling ingot-types v0.1.2 |
| 449 | 2026-05-28T17:01:28.580Z | Compiling ingot v0.1.1 |
| 450 | 2026-05-28T17:01:30.024Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 451 | 2026-05-28T17:01:34.341Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 452 | 2026-05-28T17:01:44.780Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 453 | 2026-05-28T17:01:53.059Z | Finished `dev` profile [optimized + debuginfo] target(s) in 27.84s |
| 454 | 2026-05-28T17:01:53.081Z | Linking xde kmod... |
| 455 | 2026-05-28T17:01:54.269Z | Building xde dev link helper (dev). |
| 456 | 2026-05-28T17:01:54.430Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 457 | 2026-05-28T17:01:54.765Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.46s |
| 458 | 2026-05-28T17:01:54.790Z | |
| 459 | 2026-05-28T17:01:54.793Z | real 44.109826094 |
| 460 | 2026-05-28T17:01:54.793Z | user 2:17.231030264 |
| 461 | 2026-05-28T17:01:54.793Z | sys 11.120948816 |
| 462 | 2026-05-28T17:01:54.793Z | trap 0.060743360 |
| 463 | 2026-05-28T17:01:54.793Z | tflt 0.290769766 |
| 464 | 2026-05-28T17:01:54.793Z | dflt 0.380662102 |
| 465 | 2026-05-28T17:01:54.793Z | kflt 0.000010210 |
| 466 | 2026-05-28T17:01:54.793Z | lock 6:22.394630733 |
| 467 | 2026-05-28T17:01:54.793Z | slp 3:56.044237208 |
| 468 | 2026-05-28T17:01:54.793Z | lat 5.276956611 |
| 469 | 2026-05-28T17:01:54.794Z | stop 4.280301886 |
| 470 | 2026-05-28T17:01:54.794Z | + header 'build xde (release)' |
| 471 | 2026-05-28T17:01:54.794Z | + echo '# ==== build xde (release) ==== #' |
| 472 | 2026-05-28T17:01:54.794Z | # ==== build xde (release) ==== # |
| 473 | 2026-05-28T17:01:54.794Z | + ptime -m cargo xtask build --profile release xde xde-link |
| 474 | 2026-05-28T17:01:54.930Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s |
| 475 | 2026-05-28T17:01:54.934Z | Running `target/debug/xtask build --profile release xde xde-link` |
| 476 | 2026-05-28T17:01:55.125Z | Building xde (release-lto). |
| 477 | 2026-05-28T17:01:55.355Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 478 | 2026-05-28T17:01:55.355Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 479 | 2026-05-28T17:01:55.355Z | Compiling proc-macro2 v1.0.106 |
| 480 | 2026-05-28T17:01:55.355Z | Compiling quote v1.0.45 |
| 481 | 2026-05-28T17:01:55.358Z | Compiling unicode-ident v1.0.24 |
| 482 | 2026-05-28T17:01:55.358Z | Compiling strsim v0.11.1 |
| 483 | 2026-05-28T17:01:55.358Z | Compiling ident_case v1.0.1 |
| 484 | 2026-05-28T17:01:55.358Z | Compiling serde_core v1.0.228 |
| 485 | 2026-05-28T17:01:55.472Z | Compiling memchr v2.8.0 |
| 486 | 2026-05-28T17:01:55.472Z | Compiling fnv v1.0.7 |
| 487 | 2026-05-28T17:01:55.563Z | Compiling regex-syntax v0.8.10 |
| 488 | 2026-05-28T17:01:55.728Z | Compiling zerocopy v0.8.48 |
| 489 | 2026-05-28T17:01:55.740Z | Compiling thiserror v2.0.18 |
| 490 | 2026-05-28T17:01:55.745Z | Compiling serde v1.0.228 |
| 491 | 2026-05-28T17:01:55.874Z | Compiling aho-corasick v1.1.4 |
| 492 | 2026-05-28T17:01:56.101Z | Compiling either v1.15.0 |
| 493 | 2026-05-28T17:01:56.135Z | Compiling heapless v0.8.0 |
| 494 | 2026-05-28T17:01:56.286Z | Compiling itertools v0.14.0 |
| 495 | 2026-05-28T17:01:56.325Z | Compiling smoltcp v0.11.0 |
| 496 | 2026-05-28T17:01:56.481Z | Compiling syn v2.0.117 |
| 497 | 2026-05-28T17:01:56.536Z | Compiling crc32fast v1.5.0 |
| 498 | 2026-05-28T17:01:56.598Z | Compiling version_check v0.9.5 |
| 499 | 2026-05-28T17:01:56.749Z | Compiling ref-cast v1.0.25 |
| 500 | 2026-05-28T17:01:56.941Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 501 | 2026-05-28T17:01:57.120Z | Compiling regex-automata v0.4.14 |
| 502 | 2026-05-28T17:01:58.694Z | Compiling regex v1.12.3 |
| 503 | 2026-05-28T17:01:58.823Z | Compiling darling_core v0.21.3 |
| 504 | 2026-05-28T17:01:58.834Z | Compiling darling_core v0.23.0 |
| 505 | 2026-05-28T17:01:59.778Z | Compiling thiserror-impl v2.0.18 |
| 506 | 2026-05-28T17:01:59.778Z | Compiling zerocopy-derive v0.8.48 |
| 507 | 2026-05-28T17:01:59.778Z | Compiling serde_derive v1.0.228 |
| 508 | 2026-05-28T17:01:59.781Z | Compiling ref-cast-impl v1.0.25 |
| 509 | 2026-05-28T17:01:59.781Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 510 | 2026-05-28T17:02:01.372Z | Compiling darling_macro v0.23.0 |
| 511 | 2026-05-28T17:02:01.372Z | Compiling darling_macro v0.21.3 |
| 512 | 2026-05-28T17:02:02.253Z | Compiling darling v0.23.0 |
| 513 | 2026-05-28T17:02:02.263Z | Compiling darling v0.21.3 |
| 514 | 2026-05-28T17:02:02.316Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 515 | 2026-05-28T17:02:02.324Z | Compiling ingot-macros v0.1.1 |
| 516 | 2026-05-28T17:02:07.279Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 517 | 2026-05-28T17:02:09.368Z | Compiling byteorder v1.5.0 |
| 518 | 2026-05-28T17:02:09.368Z | Compiling macaddr v1.0.1 |
| 519 | 2026-05-28T17:02:09.369Z | Compiling cfg-if v1.0.4 |
| 520 | 2026-05-28T17:02:09.371Z | Compiling stable_deref_trait v1.2.1 |
| 521 | 2026-05-28T17:02:09.427Z | Compiling managed v0.8.0 |
| 522 | 2026-05-28T17:02:09.438Z | Compiling cobs v0.3.0 |
| 523 | 2026-05-28T17:02:09.461Z | Compiling bitflags v1.3.2 |
| 524 | 2026-05-28T17:02:09.525Z | Compiling hash32 v0.3.1 |
| 525 | 2026-05-28T17:02:09.658Z | Compiling dyn-clone v1.0.20 |
| 526 | 2026-05-28T17:02:09.724Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 527 | 2026-05-28T17:02:10.967Z | Compiling bitflags v2.11.1 |
| 528 | 2026-05-28T17:02:10.967Z | Compiling uuid v1.23.1 |
| 529 | 2026-05-28T17:02:11.108Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 530 | 2026-05-28T17:02:11.395Z | Compiling postcard v1.1.3 |
| 531 | 2026-05-28T17:02:12.213Z | Compiling ingot-types v0.1.2 |
| 532 | 2026-05-28T17:02:12.533Z | Compiling ingot v0.1.1 |
| 533 | 2026-05-28T17:02:14.052Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 534 | 2026-05-28T17:02:17.832Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 535 | 2026-05-28T17:02:26.604Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 536 | 2026-05-28T17:02:56.507Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 01s |
| 537 | 2026-05-28T17:02:56.531Z | Linking xde kmod... |
| 538 | 2026-05-28T17:02:57.107Z | Building xde dev link helper (release). |
| 539 | 2026-05-28T17:02:57.267Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 540 | 2026-05-28T17:02:57.267Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 541 | 2026-05-28T17:02:57.267Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 542 | 2026-05-28T17:03:08.365Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 543 | 2026-05-28T17:03:10.727Z | Finished `release` profile [optimized + debuginfo] target(s) in 13.56s |
| 544 | 2026-05-28T17:03:10.767Z | |
| 545 | 2026-05-28T17:03:10.767Z | real 1:15.927287050 |
| 546 | 2026-05-28T17:03:10.767Z | user 2:09.113522750 |
| 547 | 2026-05-28T17:03:10.767Z | sys 12.347396604 |
| 548 | 2026-05-28T17:03:10.767Z | trap 0.031198691 |
| 549 | 2026-05-28T17:03:10.767Z | tflt 0.159245402 |
| 550 | 2026-05-28T17:03:10.767Z | dflt 0.225366707 |
| 551 | 2026-05-28T17:03:10.768Z | kflt 0.000025570 |
| 552 | 2026-05-28T17:03:10.768Z | lock 10:46.934332859 |
| 553 | 2026-05-28T17:03:10.768Z | slp 6:08.488722308 |
| 554 | 2026-05-28T17:03:10.768Z | lat 2.747232411 |
| 555 | 2026-05-28T17:03:10.768Z | stop 4.959214172 |
| 556 | 2026-05-28T17:03:10.768Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
| 557 | 2026-05-28T17:03:10.768Z | + grep GOTPCREL |
| 558 | 2026-05-28T17:03:12.528Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 559 | 2026-05-28T17:03:12.538Z | + grep GOTPCREL |
| 560 | 2026-05-28T17:03:13.469Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
| 561 | 2026-05-28T17:03:13.528Z | + sha256sum /work/debug/xde.dbg |
| 562 | 2026-05-28T17:03:13.581Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
| 563 | 2026-05-28T17:03:13.584Z | + sha256sum /work/debug/xde_link.dbg.so |
| 564 | 2026-05-28T17:03:13.587Z | + cp target/x86_64-unknown-unknown/release-lto/xde /work/release/ |
| 565 | 2026-05-28T17:03:13.626Z | + sha256sum /work/release/xde |
| 566 | 2026-05-28T17:03:13.658Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
| 567 | 2026-05-28T17:03:13.663Z | + sha256sum /work/release/xde_link.so |
| 568 | 2026-05-28T17:03:13.663Z | + header 'build xde integration tests' |
| 569 | 2026-05-28T17:03:13.663Z | + echo '# ==== build xde integration tests ==== #' |
| 570 | 2026-05-28T17:03:13.663Z | # ==== build xde integration tests ==== # |
| 571 | 2026-05-28T17:03:13.663Z | + pushd xde-tests |
| 572 | 2026-05-28T17:03:13.663Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
| 573 | 2026-05-28T17:03:13.663Z | + cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 574 | 2026-05-28T17:03:13.745Z | + cargo clippy --all-targets -- --deny warnings |
| 575 | 2026-05-28T17:03:13.959Z | Compiling serde_core v1.0.228 |
| 576 | 2026-05-28T17:03:13.959Z | Checking cfg-if v1.0.4 |
| 577 | 2026-05-28T17:03:13.959Z | Checking memchr v2.8.0 |
| 578 | 2026-05-28T17:03:13.962Z | Compiling rustversion v1.0.22 |
| 579 | 2026-05-28T17:03:13.962Z | Compiling serde v1.0.228 |
| 580 | 2026-05-28T17:03:13.962Z | Compiling version_check v0.9.5 |
| 581 | 2026-05-28T17:03:13.962Z | Compiling ident_case v1.0.1 |
| 582 | 2026-05-28T17:03:13.962Z | Compiling syn v2.0.117 |
| 583 | 2026-05-28T17:03:14.033Z | Compiling strsim v0.11.1 |
| 584 | 2026-05-28T17:03:14.077Z | Compiling libc v0.2.186 |
| 585 | 2026-05-28T17:03:14.305Z | Compiling fnv v1.0.7 |
| 586 | 2026-05-28T17:03:14.326Z | Checking pin-project-lite v0.2.17 |
| 587 | 2026-05-28T17:03:14.341Z | Compiling syn v1.0.109 |
| 588 | 2026-05-28T17:03:14.385Z | Compiling regex-syntax v0.8.10 |
| 589 | 2026-05-28T17:03:14.390Z | Compiling equivalent v1.0.2 |
| 590 | 2026-05-28T17:03:14.456Z | Compiling zerocopy v0.8.48 |
| 591 | 2026-05-28T17:03:14.655Z | Compiling aho-corasick v1.1.4 |
| 592 | 2026-05-28T17:03:14.790Z | Compiling either v1.15.0 |
| 593 | 2026-05-28T17:03:14.796Z | Compiling hashbrown v0.17.0 |
| 594 | 2026-05-28T17:03:14.843Z | Compiling winnow v1.0.2 |
| 595 | 2026-05-28T17:03:14.978Z | Compiling itertools v0.14.0 |
| 596 | 2026-05-28T17:03:15.324Z | Compiling indexmap v2.14.0 |
| 597 | 2026-05-28T17:03:15.783Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 598 | 2026-05-28T17:03:15.844Z | Compiling regex-automata v0.4.14 |
| 599 | 2026-05-28T17:03:15.917Z | Checking byteorder v1.5.0 |
| 600 | 2026-05-28T17:03:16.034Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 601 | 2026-05-28T17:03:16.175Z | Compiling heapless v0.8.0 |
| 602 | 2026-05-28T17:03:16.237Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 603 | 2026-05-28T17:03:16.247Z | Checking hash32 v0.3.1 |
| 604 | 2026-05-28T17:03:16.325Z | Checking bitflags v2.11.1 |
| 605 | 2026-05-28T17:03:16.348Z | Compiling slog v2.8.2 |
| 606 | 2026-05-28T17:03:16.417Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 607 | 2026-05-28T17:03:16.470Z | Compiling darling_core v0.21.3 |
| 608 | 2026-05-28T17:03:16.573Z | Compiling darling_core v0.23.0 |
| 609 | 2026-05-28T17:03:16.627Z | Checking macaddr v1.0.1 |
| 610 | 2026-05-28T17:03:16.654Z | Checking futures-sink v0.3.32 |
| 611 | 2026-05-28T17:03:16.742Z | Compiling smoltcp v0.11.0 |
| 612 | 2026-05-28T17:03:16.761Z | Checking stable_deref_trait v1.2.1 |
| 613 | 2026-05-28T17:03:16.824Z | Checking futures-core v0.3.32 |
| 614 | 2026-05-28T17:03:16.941Z | Checking futures-channel v0.3.32 |
| 615 | 2026-05-28T17:03:17.120Z | Compiling proc-macro-crate v3.5.0 |
| 616 | 2026-05-28T17:03:17.141Z | Compiling proc-macro-error-attr v1.0.4 |
| 617 | 2026-05-28T17:03:17.435Z | Compiling ref-cast v1.0.25 |
| 618 | 2026-05-28T17:03:17.490Z | Compiling regex v1.12.3 |
| 619 | 2026-05-28T17:03:17.569Z | Checking futures-task v0.3.32 |
| 620 | 2026-05-28T17:03:17.699Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 621 | 2026-05-28T17:03:17.710Z | Compiling serde_derive v1.0.228 |
| 622 | 2026-05-28T17:03:17.755Z | Compiling thiserror-impl v2.0.18 |
| 623 | 2026-05-28T17:03:17.901Z | Compiling zerocopy-derive v0.8.48 |
| 624 | 2026-05-28T17:03:17.919Z | Compiling futures-macro v0.3.32 |
| 625 | 2026-05-28T17:03:18.283Z | Checking futures-io v0.3.32 |
| 626 | 2026-05-28T17:03:18.384Z | Checking managed v0.8.0 |
| 627 | 2026-05-28T17:03:18.388Z | Checking bitflags v1.3.2 |
| 628 | 2026-05-28T17:03:18.444Z | Compiling getrandom v0.4.2 |
| 629 | 2026-05-28T17:03:18.562Z | Checking rand_core v0.10.1 |
| 630 | 2026-05-28T17:03:18.605Z | Compiling darling_macro v0.21.3 |
| 631 | 2026-05-28T17:03:18.694Z | Compiling crc32fast v1.5.0 |
| 632 | 2026-05-28T17:03:18.717Z | Checking slab v0.4.12 |
| 633 | 2026-05-28T17:03:18.749Z | Compiling autocfg v1.5.0 |
| 634 | 2026-05-28T17:03:18.751Z | Compiling darling_macro v0.23.0 |
| 635 | 2026-05-28T17:03:18.863Z | Checking futures-util v0.3.32 |
| 636 | 2026-05-28T17:03:18.999Z | Checking thiserror v2.0.18 |
| 637 | 2026-05-28T17:03:19.085Z | Compiling num-traits v0.2.19 |
| 638 | 2026-05-28T17:03:19.088Z | Checking cobs v0.3.0 |
| 639 | 2026-05-28T17:03:19.166Z | Compiling darling v0.21.3 |
| 640 | 2026-05-28T17:03:19.237Z | Compiling ingot-macros v0.1.1 |
| 641 | 2026-05-28T17:03:19.258Z | Compiling foreign-types-macros v0.2.3 |
| 642 | 2026-05-28T17:03:19.302Z | Compiling darling v0.23.0 |
| 643 | 2026-05-28T17:03:19.313Z | Compiling num_enum_derive v0.7.6 |
| 644 | 2026-05-28T17:03:19.370Z | Compiling ref-cast-impl v1.0.25 |
| 645 | 2026-05-28T17:03:19.916Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 646 | 2026-05-28T17:03:19.967Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 647 | 2026-05-28T17:03:20.200Z | Compiling proc-macro-error v1.0.4 |
| 648 | 2026-05-28T17:03:20.206Z | Checking unicode-width v0.2.2 |
| 649 | 2026-05-28T17:03:20.224Z | Compiling crossbeam-utils v0.8.21 |
| 650 | 2026-05-28T17:03:20.309Z | Checking cpufeatures v0.3.0 |
| 651 | 2026-05-28T17:03:20.371Z | Checking ipnetwork v0.21.1 |
| 652 | 2026-05-28T17:03:20.429Z | Checking foreign-types-shared v0.3.1 |
| 653 | 2026-05-28T17:03:20.440Z | Checking once_cell v1.21.4 |
| 654 | 2026-05-28T17:03:20.503Z | Checking foreign-types v0.5.0 |
| 655 | 2026-05-28T17:03:20.534Z | Checking tabwriter v1.4.1 |
| 656 | 2026-05-28T17:03:20.563Z | Checking chacha20 v0.10.0 |
| 657 | 2026-05-28T17:03:20.598Z | Checking tracing-core v0.1.36 |
| 658 | 2026-05-28T17:03:20.628Z | Checking num_enum v0.7.6 |
| 659 | 2026-05-28T17:03:20.750Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 660 | 2026-05-28T17:03:20.788Z | Checking futures-executor v0.3.32 |
| 661 | 2026-05-28T17:03:20.792Z | Checking erased-serde v0.3.31 |
| 662 | 2026-05-28T17:03:20.906Z | Checking postcard v1.1.3 |
| 663 | 2026-05-28T17:03:20.931Z | Checking anyhow v1.0.102 |
| 664 | 2026-05-28T17:03:21.135Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 665 | 2026-05-28T17:03:21.140Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 666 | 2026-05-28T17:03:21.178Z | Compiling tracing-attributes v0.1.31 |
| 667 | 2026-05-28T17:03:21.413Z | Checking cstr-argument v0.1.2 |
| 668 | 2026-05-28T17:03:21.467Z | Checking pretty-hex v0.4.2 |
| 669 | 2026-05-28T17:03:21.520Z | Checking powerfmt v0.2.0 |
| 670 | 2026-05-28T17:03:21.574Z | Compiling thiserror v1.0.69 |
| 671 | 2026-05-28T17:03:21.610Z | Compiling num-conv v0.2.1 |
| 672 | 2026-05-28T17:03:21.661Z | Compiling time-core v0.1.8 |
| 673 | 2026-05-28T17:03:21.710Z | Checking dyn-clone v1.0.20 |
| 674 | 2026-05-28T17:03:21.745Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 675 | 2026-05-28T17:03:21.796Z | Compiling time-macros v0.2.27 |
| 676 | 2026-05-28T17:03:21.800Z | Checking deranged v0.5.8 |
| 677 | 2026-05-28T17:03:21.877Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 678 | 2026-05-28T17:03:21.969Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 679 | 2026-05-28T17:03:21.979Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 680 | 2026-05-28T17:03:22.053Z | Checking rand v0.10.1 |
| 681 | 2026-05-28T17:03:22.065Z | Checking ingot-types v0.1.2 |
| 682 | 2026-05-28T17:03:22.129Z | Checking futures v0.3.32 |
| 683 | 2026-05-28T17:03:22.353Z | Compiling thiserror-impl v1.0.69 |
| 684 | 2026-05-28T17:03:22.409Z | Checking ingot v0.1.1 |
| 685 | 2026-05-28T17:03:22.463Z | Checking tracing v0.1.44 |
| 686 | 2026-05-28T17:03:22.553Z | Checking uuid v1.23.1 |
| 687 | 2026-05-28T17:03:22.607Z | Checking arc-swap v1.9.1 |
| 688 | 2026-05-28T17:03:22.613Z | Checking socket2 v0.6.3 |
| 689 | 2026-05-28T17:03:22.660Z | Checking nom v8.0.0 |
| 690 | 2026-05-28T17:03:22.813Z | Checking thread_local v1.1.9 |
| 691 | 2026-05-28T17:03:22.873Z | Checking iana-time-zone v0.1.65 |
| 692 | 2026-05-28T17:03:23.100Z | Checking oxnet v0.1.5 |
| 693 | 2026-05-28T17:03:23.131Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 694 | 2026-05-28T17:03:23.144Z | Checking colored v3.1.1 |
| 695 | 2026-05-28T17:03:23.314Z | Checking itoa v1.0.18 |
| 696 | 2026-05-28T17:03:23.347Z | Compiling slog-async v2.8.0 |
| 697 | 2026-05-28T17:03:23.467Z | Compiling heck v0.4.1 |
| 698 | 2026-05-28T17:03:23.495Z | Checking lazy_static v1.5.0 |
| 699 | 2026-05-28T17:03:23.563Z | Checking slog-scope v4.4.1 |
| 700 | 2026-05-28T17:03:23.642Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 701 | 2026-05-28T17:03:23.656Z | Checking time v0.3.47 |
| 702 | 2026-05-28T17:03:23.684Z | Checking chrono v0.4.44 |
| 703 | 2026-05-28T17:03:23.704Z | Checking crossbeam-channel v0.5.15 |
| 704 | 2026-05-28T17:03:24.011Z | Checking cookie-factory v0.3.3 |
| 705 | 2026-05-28T17:03:24.023Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 706 | 2026-05-28T17:03:24.250Z | Checking itertools v0.12.1 |
| 707 | 2026-05-28T17:03:24.301Z | Checking is-terminal v0.4.17 |
| 708 | 2026-05-28T17:03:24.334Z | Checking log v0.4.29 |
| 709 | 2026-05-28T17:03:24.377Z | Checking term v1.2.1 |
| 710 | 2026-05-28T17:03:24.472Z | Checking circular v0.3.0 |
| 711 | 2026-05-28T17:03:24.486Z | Checking take_mut v0.2.2 |
| 712 | 2026-05-28T17:03:24.492Z | Checking slog-stdlog v4.1.1 |
| 713 | 2026-05-28T17:03:24.601Z | Checking slog-term v2.9.2 |
| 714 | 2026-05-28T17:03:24.612Z | Checking rusticata-macros v5.0.0 |
| 715 | 2026-05-28T17:03:24.730Z | Checking pcap-parser v0.17.0 |
| 716 | 2026-05-28T17:03:25.208Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 717 | 2026-05-28T17:03:25.485Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#5e686ee2) |
| 718 | 2026-05-28T17:03:25.746Z | Checking slog-envlogger v2.2.0 |
| 719 | 2026-05-28T17:03:28.564Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 720 | 2026-05-28T17:03:30.190Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 721 | 2026-05-28T17:03:30.190Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 722 | 2026-05-28T17:03:30.540Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 723 | 2026-05-28T17:03:31.079Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.29s |
| 724 | 2026-05-28T17:03:31.116Z | + cargo build --test loopback |
| 725 | 2026-05-28T17:03:31.286Z | Compiling cfg-if v1.0.4 |
| 726 | 2026-05-28T17:03:31.286Z | Compiling memchr v2.8.0 |
| 727 | 2026-05-28T17:03:31.289Z | Compiling serde_core v1.0.228 |
| 728 | 2026-05-28T17:03:31.314Z | Compiling libc v0.2.186 |
| 729 | 2026-05-28T17:03:31.317Z | Compiling thiserror v2.0.18 |
| 730 | 2026-05-28T17:03:31.320Z | Compiling pin-project-lite v0.2.17 |
| 731 | 2026-05-28T17:03:31.323Z | Compiling byteorder v1.5.0 |
| 732 | 2026-05-28T17:03:31.323Z | Compiling either v1.15.0 |
| 733 | 2026-05-28T17:03:31.361Z | Compiling zerocopy v0.8.48 |
| 734 | 2026-05-28T17:03:31.389Z | Compiling macaddr v1.0.1 |
| 735 | 2026-05-28T17:03:31.394Z | Compiling futures-sink v0.3.32 |
| 736 | 2026-05-28T17:03:31.481Z | Compiling hash32 v0.3.1 |
| 737 | 2026-05-28T17:03:31.481Z | Compiling stable_deref_trait v1.2.1 |
| 738 | 2026-05-28T17:03:31.505Z | Compiling futures-core v0.3.32 |
| 739 | 2026-05-28T17:03:31.547Z | Compiling cobs v0.3.0 |
| 740 | 2026-05-28T17:03:31.625Z | Compiling futures-channel v0.3.32 |
| 741 | 2026-05-28T17:03:31.625Z | Compiling heapless v0.8.0 |
| 742 | 2026-05-28T17:03:31.646Z | Compiling managed v0.8.0 |
| 743 | 2026-05-28T17:03:31.663Z | Compiling futures-io v0.3.32 |
| 744 | 2026-05-28T17:03:31.820Z | Compiling slab v0.4.12 |
| 745 | 2026-05-28T17:03:31.846Z | Compiling rand_core v0.10.1 |
| 746 | 2026-05-28T17:03:31.852Z | Compiling futures-task v0.3.32 |
| 747 | 2026-05-28T17:03:31.863Z | Compiling bitflags v1.3.2 |
| 748 | 2026-05-28T17:03:31.930Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 749 | 2026-05-28T17:03:31.994Z | Compiling smoltcp v0.11.0 |
| 750 | 2026-05-28T17:03:31.994Z | Compiling futures-util v0.3.32 |
| 751 | 2026-05-28T17:03:32.030Z | Compiling foreign-types-shared v0.3.1 |
| 752 | 2026-05-28T17:03:32.042Z | Compiling cpufeatures v0.3.0 |
| 753 | 2026-05-28T17:03:32.106Z | Compiling unicode-width v0.2.2 |
| 754 | 2026-05-28T17:03:32.109Z | Compiling once_cell v1.21.4 |
| 755 | 2026-05-28T17:03:32.173Z | Compiling ipnetwork v0.21.1 |
| 756 | 2026-05-28T17:03:32.336Z | Compiling tabwriter v1.4.1 |
| 757 | 2026-05-28T17:03:32.416Z | Compiling tracing-core v0.1.36 |
| 758 | 2026-05-28T17:03:32.754Z | Compiling foreign-types v0.5.0 |
| 759 | 2026-05-28T17:03:32.772Z | Compiling chacha20 v0.10.0 |
| 760 | 2026-05-28T17:03:32.826Z | Compiling getrandom v0.4.2 |
| 761 | 2026-05-28T17:03:32.897Z | Compiling ref-cast v1.0.25 |
| 762 | 2026-05-28T17:03:32.997Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 763 | 2026-05-28T17:03:33.033Z | Compiling num_enum v0.7.6 |
| 764 | 2026-05-28T17:03:33.109Z | Compiling serde v1.0.228 |
| 765 | 2026-05-28T17:03:33.158Z | Compiling bitflags v2.11.1 |
| 766 | 2026-05-28T17:03:33.274Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 767 | 2026-05-28T17:03:33.384Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 768 | 2026-05-28T17:03:33.571Z | Compiling erased-serde v0.3.31 |
| 769 | 2026-05-28T17:03:33.690Z | Compiling postcard v1.1.3 |
| 770 | 2026-05-28T17:03:33.738Z | Compiling crc32fast v1.5.0 |
| 771 | 2026-05-28T17:03:33.745Z | Compiling cstr-argument v0.1.2 |
| 772 | 2026-05-28T17:03:33.906Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 773 | 2026-05-28T17:03:33.964Z | Compiling itertools v0.14.0 |
| 774 | 2026-05-28T17:03:33.972Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 775 | 2026-05-28T17:03:34.008Z | Compiling slog v2.8.2 |
| 776 | 2026-05-28T17:03:34.037Z | Compiling pretty-hex v0.4.2 |
| 777 | 2026-05-28T17:03:34.168Z | Compiling futures-executor v0.3.32 |
| 778 | 2026-05-28T17:03:34.272Z | Compiling ingot-types v0.1.2 |
| 779 | 2026-05-28T17:03:34.376Z | Compiling powerfmt v0.2.0 |
| 780 | 2026-05-28T17:03:34.535Z | Compiling dyn-clone v1.0.20 |
| 781 | 2026-05-28T17:03:34.619Z | Compiling ingot v0.1.1 |
| 782 | 2026-05-28T17:03:34.646Z | Compiling deranged v0.5.8 |
| 783 | 2026-05-28T17:03:34.674Z | Compiling futures v0.3.32 |
| 784 | 2026-05-28T17:03:34.697Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 785 | 2026-05-28T17:03:34.745Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 786 | 2026-05-28T17:03:34.754Z | Compiling tracing v0.1.44 |
| 787 | 2026-05-28T17:03:34.766Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 788 | 2026-05-28T17:03:34.879Z | Compiling num-traits v0.2.19 |
| 789 | 2026-05-28T17:03:34.905Z | Compiling uuid v1.23.1 |
| 790 | 2026-05-28T17:03:34.922Z | Compiling rand v0.10.1 |
| 791 | 2026-05-28T17:03:35.124Z | Compiling crossbeam-utils v0.8.21 |
| 792 | 2026-05-28T17:03:35.221Z | Compiling nom v8.0.0 |
| 793 | 2026-05-28T17:03:35.495Z | Compiling aho-corasick v1.1.4 |
| 794 | 2026-05-28T17:03:35.549Z | Compiling socket2 v0.6.3 |
| 795 | 2026-05-28T17:03:35.618Z | Compiling thread_local v1.1.9 |
| 796 | 2026-05-28T17:03:35.882Z | Compiling arc-swap v1.9.1 |
| 797 | 2026-05-28T17:03:35.979Z | Compiling regex-syntax v0.8.10 |
| 798 | 2026-05-28T17:03:36.036Z | Compiling time-core v0.1.8 |
| 799 | 2026-05-28T17:03:36.176Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 800 | 2026-05-28T17:03:36.261Z | Compiling iana-time-zone v0.1.65 |
| 801 | 2026-05-28T17:03:36.369Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 802 | 2026-05-28T17:03:36.407Z | Compiling winnow v1.0.2 |
| 803 | 2026-05-28T17:03:36.681Z | Compiling lazy_static v1.5.0 |
| 804 | 2026-05-28T17:03:36.747Z | Compiling num-conv v0.2.1 |
| 805 | 2026-05-28T17:03:36.775Z | Compiling colored v3.1.1 |
| 806 | 2026-05-28T17:03:36.842Z | Compiling oxnet v0.1.5 |
| 807 | 2026-05-28T17:03:36.887Z | Compiling time v0.3.47 |
| 808 | 2026-05-28T17:03:37.313Z | Compiling slog-scope v4.4.1 |
| 809 | 2026-05-28T17:03:37.773Z | Compiling regex-automata v0.4.14 |
| 810 | 2026-05-28T17:03:37.807Z | Compiling rusticata-macros v5.0.0 |
| 811 | 2026-05-28T17:03:37.977Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 812 | 2026-05-28T17:03:38.139Z | Compiling chrono v0.4.44 |
| 813 | 2026-05-28T17:03:38.819Z | Compiling thiserror v1.0.69 |
| 814 | 2026-05-28T17:03:38.893Z | Compiling crossbeam-channel v0.5.15 |
| 815 | 2026-05-28T17:03:38.921Z | Compiling cookie-factory v0.3.3 |
| 816 | 2026-05-28T17:03:39.233Z | Compiling is-terminal v0.4.17 |
| 817 | 2026-05-28T17:03:39.329Z | Compiling itertools v0.12.1 |
| 818 | 2026-05-28T17:03:39.640Z | Compiling circular v0.3.0 |
| 819 | 2026-05-28T17:03:39.896Z | Compiling term v1.2.1 |
| 820 | 2026-05-28T17:03:40.739Z | Compiling log v0.4.29 |
| 821 | 2026-05-28T17:03:41.014Z | Compiling take_mut v0.2.2 |
| 822 | 2026-05-28T17:03:41.125Z | Compiling slog-async v2.8.0 |
| 823 | 2026-05-28T17:03:42.074Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 824 | 2026-05-28T17:03:42.336Z | Compiling slog-stdlog v4.1.1 |
| 825 | 2026-05-28T17:03:42.622Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 826 | 2026-05-28T17:03:42.786Z | Compiling slog-term v2.9.2 |
| 827 | 2026-05-28T17:03:42.912Z | Compiling pcap-parser v0.17.0 |
| 828 | 2026-05-28T17:03:44.165Z | Compiling regex v1.12.3 |
| 829 | 2026-05-28T17:03:44.416Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#5e686ee2) |
| 830 | 2026-05-28T17:03:44.740Z | Compiling slog-envlogger v2.2.0 |
| 831 | 2026-05-28T17:03:44.832Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 832 | 2026-05-28T17:03:45.288Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 833 | 2026-05-28T17:03:46.291Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 834 | 2026-05-28T17:03:54.410Z | Finished `dev` profile [optimized + debuginfo] target(s) in 23.28s |
| 835 | 2026-05-28T17:03:54.446Z | ++ cargo build -q --test loopback --message-format=json |
| 836 | 2026-05-28T17:03:54.449Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 837 | 2026-05-28T17:03:54.567Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-4636511e1244e583 |
| 838 | 2026-05-28T17:03:54.567Z | + cargo build --test multicast_rx |
| 839 | 2026-05-28T17:03:54.672Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 840 | 2026-05-28T17:03:56.274Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.69s |
| 841 | 2026-05-28T17:03:56.307Z | ++ cargo build -q --test multicast_rx --message-format=json |
| 842 | 2026-05-28T17:03:56.310Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 843 | 2026-05-28T17:03:56.432Z | + multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-9eb5f355df8d4904 |
| 844 | 2026-05-28T17:03:56.432Z | + cargo build --test multicast_multi_sub |
| 845 | 2026-05-28T17:03:56.539Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 846 | 2026-05-28T17:03:58.340Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.90s |
| 847 | 2026-05-28T17:03:58.379Z | ++ cargo build -q --test multicast_multi_sub --message-format=json |
| 848 | 2026-05-28T17:03:58.382Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 849 | 2026-05-28T17:03:58.504Z | + multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-4ea9b22b88172888 |
| 850 | 2026-05-28T17:03:58.504Z | + cargo build --test multicast_validation |
| 851 | 2026-05-28T17:03:58.608Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 852 | 2026-05-28T17:04:00.517Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.00s |
| 853 | 2026-05-28T17:04:00.551Z | ++ cargo build -q --test multicast_validation --message-format=json |
| 854 | 2026-05-28T17:04:00.554Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 855 | 2026-05-28T17:04:00.673Z | + multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-3ce82ac9c12b08c2 |
| 856 | 2026-05-28T17:04:00.673Z | + cargo build --test multicast_source_filter |
| 857 | 2026-05-28T17:04:00.778Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 858 | 2026-05-28T17:04:02.842Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.16s |
| 859 | 2026-05-28T17:04:02.878Z | ++ cargo build -q --test multicast_source_filter --message-format=json |
| 860 | 2026-05-28T17:04:02.885Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 861 | 2026-05-28T17:04:03.005Z | + multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-0b519babfa47b3c1 |
| 862 | 2026-05-28T17:04:03.006Z | + mkdir -p /work/test |
| 863 | 2026-05-28T17:04:03.010Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-4636511e1244e583 /work/test/loopback |
| 864 | 2026-05-28T17:04:03.039Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-9eb5f355df8d4904 /work/test/multicast_rx |
| 865 | 2026-05-28T17:04:03.081Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-4ea9b22b88172888 /work/test/multicast_multi_sub |
| 866 | 2026-05-28T17:04:03.127Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-3ce82ac9c12b08c2 /work/test/multicast_validation |
| 867 | 2026-05-28T17:04:03.169Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-0b519babfa47b3c1 /work/test/multicast_source_filter |
| 868 | 2026-05-28T17:04:03.212Z | process exited: duration 232243 ms, exit code 0 |
| |
| 869 | 2026-05-28T17:04:03.228Z | found 14 output files |
| 870 | 2026-05-28T17:04:03.228Z | uploading: /work/debug/xde.dbg (94714480 bytes) |
| 871 | 2026-05-28T17:04:04.841Z | uploaded: /work/debug/xde.dbg |
| 872 | 2026-05-28T17:04:04.844Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
| 873 | 2026-05-28T17:04:05.851Z | uploaded: /work/debug/xde.dbg.sha256 |
| 874 | 2026-05-28T17:04:05.851Z | uploading: /work/debug/xde_link.dbg.so (1084980 bytes) |
| 875 | 2026-05-28T17:04:06.881Z | uploaded: /work/debug/xde_link.dbg.so |
| 876 | 2026-05-28T17:04:06.881Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
| 877 | 2026-05-28T17:04:07.890Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
| 878 | 2026-05-28T17:04:07.902Z | uploading: /work/release/xde (51996000 bytes) |
| 879 | 2026-05-28T17:04:09.287Z | uploaded: /work/release/xde |
| 880 | 2026-05-28T17:04:09.291Z | uploading: /work/release/xde.sha256 (84 bytes) |
| 881 | 2026-05-28T17:04:10.297Z | uploaded: /work/release/xde.sha256 |
| 882 | 2026-05-28T17:04:10.297Z | uploading: /work/release/xde_link.so (39516 bytes) |
| 883 | 2026-05-28T17:04:11.308Z | uploaded: /work/release/xde_link.so |
| 884 | 2026-05-28T17:04:11.308Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
| 885 | 2026-05-28T17:04:12.317Z | uploaded: /work/release/xde_link.so.sha256 |
| 886 | 2026-05-28T17:04:12.317Z | uploading: /work/test/loopback (51739472 bytes) |
| 887 | 2026-05-28T17:04:13.709Z | uploaded: /work/test/loopback |
| 888 | 2026-05-28T17:04:13.709Z | uploading: /work/test/multicast_rx (52035440 bytes) |
| 889 | 2026-05-28T17:04:15.080Z | uploaded: /work/test/multicast_rx |
| 890 | 2026-05-28T17:04:15.083Z | uploading: /work/test/multicast_multi_sub (56194176 bytes) |
| 891 | 2026-05-28T17:04:16.552Z | uploaded: /work/test/multicast_multi_sub |
| 892 | 2026-05-28T17:04:16.552Z | uploading: /work/test/multicast_validation (52189232 bytes) |
| 893 | 2026-05-28T17:04:17.923Z | uploaded: /work/test/multicast_validation |
| 894 | 2026-05-28T17:04:17.923Z | uploading: /work/test/multicast_source_filter (52495840 bytes) |
| 895 | 2026-05-28T17:04:19.310Z | uploaded: /work/test/multicast_source_filter |
| 896 | 2026-05-28T17:04:19.310Z | uploading: /work/xde.conf (79 bytes) |
| 897 | 2026-05-28T17:04:20.323Z | uploaded: /work/xde.conf |