|
|
|
| 1 | 2026-08-27T10:58:15.505Z | job assigned to worker 01M11DWDGR9ENS6GP0B7AR158E [factory aws, i-053e3597775fd51b0] (queued for 47 s) |
| |
| 2 | 2026-08-27T10:58:21.803Z | starting task 0: "setup" |
| 3 | 2026-08-27T10:58:21.809Z | ++ uname -s |
| 4 | 2026-08-27T10:58:21.812Z | + kern=SunOS |
| 5 | 2026-08-27T10:58:21.812Z | + build_user=build |
| 6 | 2026-08-27T10:58:21.812Z | + build_uid=12345 |
| 7 | 2026-08-27T10:58:21.812Z | + work_dir=/work |
| 8 | 2026-08-27T10:58:21.812Z | + input_dir=/input |
| 9 | 2026-08-27T10:58:21.812Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-27T10:58:21.812Z | + case "$kern" in |
| 11 | 2026-08-27T10:58:21.812Z | + groupadd -g 12345 build |
| 12 | 2026-08-27T10:58:21.822Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-27T10:58:23.830Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-27T10:58:23.876Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-27T10:58:23.878Z | + home_fs=zfs |
| 16 | 2026-08-27T10:58:23.878Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-27T10:58:23.879Z | + mkdir -p /home/build |
| 18 | 2026-08-27T10:58:23.879Z | + chown build:build /home/build /work |
| 19 | 2026-08-27T10:58:25.879Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-27T10:58:25.882Z | process exited: duration 4077 ms, exit code 0 |
| |
| 21 | 2026-08-27T10:58:25.888Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-27T10:58:25.892Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-27T10:58:25.892Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-27T10:58:25.892Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-08-27T10:58:25.892Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-08-27T10:58:25.892Z | * rust toolchain profile = "default" |
| 27 | 2026-08-27T10:58:25.892Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-27T10:58:25.895Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-27T10:58:25.895Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-27T10:58:25.967Z | info: downloading installer |
| 31 | 2026-08-27T10:58:27.024Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-27T10:58:27.024Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-27T10:58:27.024Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-27T10:58:27.024Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-27T10:58:27.036Z | info: profile set to default |
| 36 | 2026-08-27T10:58:27.036Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-27T10:58:27.040Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-27T10:58:27.161Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-27T10:58:27.164Z | info: downloading 6 components |
| 40 | 2026-08-27T10:58:40.214Z | |
| 41 | 2026-08-27T10:58:40.214Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 42 | 2026-08-27T10:58:40.244Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-27T10:58:40.245Z | |
| 44 | 2026-08-27T10:58:40.245Z | |
| 45 | 2026-08-27T10:58:40.245Z | Rust is installed now. Great! |
| 46 | 2026-08-27T10:58:40.245Z | |
| 47 | 2026-08-27T10:58:40.245Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-27T10:58:40.245Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-27T10:58:40.245Z | |
| 50 | 2026-08-27T10:58:40.245Z | To configure your current shell, you need to source |
| 51 | 2026-08-27T10:58:40.245Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-27T10:58:40.245Z | |
| 53 | 2026-08-27T10:58:40.245Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-27T10:58:40.248Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-27T10:58:40.248Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-27T10:58:40.249Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-27T10:58:40.249Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-27T10:58:40.249Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-27T10:58:40.249Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-27T10:58:40.249Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-27T10:58:40.249Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-27T10:58:40.343Z | + rustup --version |
| 63 | 2026-08-27T10:58:40.352Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-27T10:58:40.355Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-27T10:58:40.373Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-27T10:58:40.376Z | + cargo --version |
| 67 | 2026-08-27T10:58:40.391Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-27T10:58:40.394Z | + rustc --version |
| 69 | 2026-08-27T10:58:40.412Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-27T10:58:40.415Z | process exited: duration 14526 ms, exit code 0 |
| |
| 71 | 2026-08-27T10:58:40.421Z | starting task 2: "authentication" |
| 72 | 2026-08-27T10:58:40.438Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-27T10:58:40.444Z | starting task 3: "clone repository" |
| 74 | 2026-08-27T10:58:40.447Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-08-27T10:58:40.450Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-08-27T10:58:40.473Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-08-27T10:58:41.764Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-08-27T10:58:41.764Z | + git fetch origin 8510c9873305aaa3558334b5ffa6819220541249 |
| 79 | 2026-08-27T10:58:42.048Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-08-27T10:58:42.048Z | * branch 8510c9873305aaa3558334b5ffa6819220541249 -> FETCH_HEAD |
| 81 | 2026-08-27T10:58:42.056Z | + [[ -n bound-my-list ]] |
| 82 | 2026-08-27T10:58:42.059Z | ++ git branch --show-current |
| 83 | 2026-08-27T10:58:42.059Z | + current=master |
| 84 | 2026-08-27T10:58:42.059Z | + [[ master != bound-my-list ]] |
| 85 | 2026-08-27T10:58:42.059Z | + git branch -f bound-my-list 8510c9873305aaa3558334b5ffa6819220541249 |
| 86 | 2026-08-27T10:58:42.062Z | + git checkout -f bound-my-list |
| 87 | 2026-08-27T10:58:42.079Z | Switched to branch 'bound-my-list' |
| 88 | 2026-08-27T10:58:42.081Z | + git reset --hard 8510c9873305aaa3558334b5ffa6819220541249 |
| 89 | 2026-08-27T10:58:42.096Z | HEAD is now at 8510c98 Nit |
| 90 | 2026-08-27T10:58:42.099Z | process exited: duration 1652 ms, exit code 0 |
| |
| 91 | 2026-08-27T10:58:42.104Z | starting task 4: "build" |
| 92 | 2026-08-27T10:58:42.107Z | + source .github/buildomat/common.sh |
| 93 | 2026-08-27T10:58:42.110Z | ++ rustup show active-toolchain |
| 94 | 2026-08-27T10:58:42.113Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-08-27T10:58:42.116Z | ++ pushd xde |
| 96 | 2026-08-27T10:58:42.116Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-08-27T10:58:42.116Z | ++ rustup show active-toolchain |
| 98 | 2026-08-27T10:58:42.119Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 99 | 2026-08-27T10:58:42.262Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 100 | 2026-08-27T10:58:42.265Z | info: downloading 6 components |
| 101 | 2026-08-27T10:58:55.690Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-08-27T10:58:55.783Z | +++ rustup show active-toolchain -v |
| 103 | 2026-08-27T10:58:55.786Z | +++ head -n 1 |
| 104 | 2026-08-27T10:58:55.786Z | +++ cut '-d ' -f1 |
| 105 | 2026-08-27T10:58:55.837Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 106 | 2026-08-27T10:58:55.837Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-08-27T10:58:55.838Z | ++ popd |
| 108 | 2026-08-27T10:58:55.840Z | /work/oxidecomputer/opte |
| 109 | 2026-08-27T10:58:55.841Z | + TGT_BASE=/work |
| 110 | 2026-08-27T10:58:55.841Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 111 | 2026-08-27T10:58:55.841Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 112 | 2026-08-27T10:58:55.841Z | + DBG_TGT=/work/debug |
| 113 | 2026-08-27T10:58:55.841Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 114 | 2026-08-27T10:58:55.841Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 115 | 2026-08-27T10:58:55.841Z | + REL_TGT=/work/release |
| 116 | 2026-08-27T10:58:55.841Z | + mkdir -p /work/debug /work/release |
| 117 | 2026-08-27T10:58:55.841Z | + cargo --version |
| 118 | 2026-08-27T10:58:55.848Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 119 | 2026-08-27T10:58:55.851Z | + rustc --version |
| 120 | 2026-08-27T10:58:55.870Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 121 | 2026-08-27T10:58:55.873Z | + install_pkg jq |
| 122 | 2026-08-27T10:58:55.873Z | + set +o errexit |
| 123 | 2026-08-27T10:58:55.873Z | + pfexec pkg install jq |
| 124 | 2026-08-27T10:58:58.703Z | Startup: Refreshing catalog 'helios' ... Done |
| 125 | 2026-08-27T10:58:59.084Z | Startup: Caching catalogs ... Done |
| 126 | 2026-08-27T10:59:01.231Z | Planning: Solver setup ... Done |
| 127 | 2026-08-27T10:59:01.292Z | Planning: Running solver ... Done |
| 128 | 2026-08-27T10:59:01.337Z | Planning: Consolidating action changes ... Done |
| 129 | 2026-08-27T10:59:01.337Z | Planning: Evaluating mediators ... Done |
| 130 | 2026-08-27T10:59:01.340Z | Planning: Planning completed in 2.22 seconds |
| 131 | 2026-08-27T10:59:01.354Z | No updates necessary for this image. |
| 132 | 2026-08-27T10:59:01.583Z | + exit_code=4 |
| 133 | 2026-08-27T10:59:01.583Z | + [[ 4 -ne 0 ]] |
| 134 | 2026-08-27T10:59:01.583Z | + [[ 4 -ne 4 ]] |
| 135 | 2026-08-27T10:59:01.583Z | + set -o errexit |
| 136 | 2026-08-27T10:59:01.586Z | + pushd xde |
| 137 | 2026-08-27T10:59:01.586Z | + cp xde.conf /work/xde.conf |
| 138 | 2026-08-27T10:59:01.586Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 139 | 2026-08-27T10:59:01.586Z | + header 'check style' |
| 140 | 2026-08-27T10:59:01.586Z | + echo '# ==== check style ==== #' |
| 141 | 2026-08-27T10:59:01.586Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 142 | 2026-08-27T10:59:01.586Z | # ==== check style ==== # |
| 143 | 2026-08-27T10:59:01.808Z | |
| 144 | 2026-08-27T10:59:01.808Z | real 0.217035369 |
| 145 | 2026-08-27T10:59:01.808Z | user 0.150734351 |
| 146 | 2026-08-27T10:59:01.808Z | sys 0.057423791 |
| 147 | 2026-08-27T10:59:01.808Z | trap 0.000009398 |
| 148 | 2026-08-27T10:59:01.808Z | tflt 0.000010519 |
| 149 | 2026-08-27T10:59:01.808Z | dflt 0.000003649 |
| 150 | 2026-08-27T10:59:01.808Z | kflt 0.000000000 |
| 151 | 2026-08-27T10:59:01.808Z | lock 0.033683176 |
| 152 | 2026-08-27T10:59:01.808Z | slp 0.185754541 |
| 153 | 2026-08-27T10:59:01.808Z | lat 0.000682421 |
| 154 | 2026-08-27T10:59:01.808Z | stop 0.000104491 |
| 155 | 2026-08-27T10:59:01.808Z | + header analyze |
| 156 | 2026-08-27T10:59:01.809Z | + echo '# ==== analyze ==== #' |
| 157 | 2026-08-27T10:59:01.809Z | # ==== analyze ==== # |
| 158 | 2026-08-27T10:59:01.809Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 159 | 2026-08-27T10:59:01.982Z | Updating crates.io index |
| 160 | 2026-08-27T10:59:01.985Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 161 | 2026-08-27T10:59:03.004Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 162 | 2026-08-27T10:59:03.314Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 163 | 2026-08-27T10:59:03.605Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 164 | 2026-08-27T10:59:04.024Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 165 | 2026-08-27T10:59:04.334Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 166 | 2026-08-27T10:59:04.633Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 167 | 2026-08-27T10:59:06.383Z | Downloading crates ... |
| 168 | 2026-08-27T10:59:06.432Z | Downloaded heapless v0.8.0 |
| 169 | 2026-08-27T10:59:06.435Z | Downloaded macaddr v1.0.1 |
| 170 | 2026-08-27T10:59:06.435Z | Downloaded cfg-if v1.0.4 |
| 171 | 2026-08-27T10:59:06.439Z | Downloaded ingot-macros v0.2.0 |
| 172 | 2026-08-27T10:59:06.442Z | Downloaded managed v0.8.0 |
| 173 | 2026-08-27T10:59:06.448Z | Downloaded strsim v0.11.1 |
| 174 | 2026-08-27T10:59:06.451Z | Downloaded ident_case v1.0.1 |
| 175 | 2026-08-27T10:59:06.453Z | Downloaded darling_macro v0.23.0 |
| 176 | 2026-08-27T10:59:06.453Z | Downloaded embedded-io v0.6.1 |
| 177 | 2026-08-27T10:59:06.456Z | Downloaded ref-cast-impl v1.0.25 |
| 178 | 2026-08-27T10:59:06.459Z | Downloaded version_check v0.9.5 |
| 179 | 2026-08-27T10:59:06.462Z | Downloaded ref-cast v1.0.25 |
| 180 | 2026-08-27T10:59:06.462Z | Downloaded dyn-clone v1.0.20 |
| 181 | 2026-08-27T10:59:06.465Z | Downloaded defmt-parser v1.0.0 |
| 182 | 2026-08-27T10:59:06.470Z | Downloaded defmt v0.3.100 |
| 183 | 2026-08-27T10:59:06.472Z | Downloaded embedded-io v0.4.0 |
| 184 | 2026-08-27T10:59:06.472Z | Downloaded hash32 v0.3.1 |
| 185 | 2026-08-27T10:59:06.480Z | Downloaded cobs v0.3.0 |
| 186 | 2026-08-27T10:59:06.483Z | Downloaded stable_deref_trait v1.2.1 |
| 187 | 2026-08-27T10:59:06.486Z | Downloaded byteorder v1.5.0 |
| 188 | 2026-08-27T10:59:06.489Z | Downloaded either v1.16.0 |
| 189 | 2026-08-27T10:59:06.492Z | Downloaded defmt-macros v1.1.1 |
| 190 | 2026-08-27T10:59:06.494Z | Downloaded thiserror-impl v2.0.18 |
| 191 | 2026-08-27T10:59:06.497Z | Downloaded quote v1.0.46 |
| 192 | 2026-08-27T10:59:06.500Z | Downloaded thiserror v2.0.18 |
| 193 | 2026-08-27T10:59:06.503Z | Downloaded ingot v0.2.0 |
| 194 | 2026-08-27T10:59:06.503Z | Downloaded ingot-types v0.2.0 |
| 195 | 2026-08-27T10:59:06.518Z | Downloaded darling v0.23.0 |
| 196 | 2026-08-27T10:59:06.527Z | Downloaded defmt v1.1.1 |
| 197 | 2026-08-27T10:59:06.529Z | Downloaded postcard v1.1.3 |
| 198 | 2026-08-27T10:59:06.539Z | Downloaded proc-macro2 v1.0.106 |
| 199 | 2026-08-27T10:59:06.542Z | Downloaded bitflags v1.3.2 |
| 200 | 2026-08-27T10:59:06.544Z | Downloaded serde_derive v1.0.228 |
| 201 | 2026-08-27T10:59:06.547Z | Downloaded crc32fast v1.5.0 |
| 202 | 2026-08-27T10:59:06.550Z | Downloaded unicode-ident v1.0.24 |
| 203 | 2026-08-27T10:59:06.550Z | Downloaded bitflags v2.13.0 |
| 204 | 2026-08-27T10:59:06.555Z | Downloaded darling_core v0.23.0 |
| 205 | 2026-08-27T10:59:06.558Z | Downloaded serde_core v1.0.228 |
| 206 | 2026-08-27T10:59:06.562Z | Downloaded uuid v1.23.5 |
| 207 | 2026-08-27T10:59:06.574Z | Downloaded serde v1.0.228 |
| 208 | 2026-08-27T10:59:06.581Z | Downloaded memchr v2.8.3 |
| 209 | 2026-08-27T10:59:06.585Z | Downloaded zerocopy-derive v0.8.54 |
| 210 | 2026-08-27T10:59:06.609Z | Downloaded regex v1.13.0 |
| 211 | 2026-08-27T10:59:06.616Z | Downloaded itertools v0.15.0 |
| 212 | 2026-08-27T10:59:06.620Z | Downloaded aho-corasick v1.1.4 |
| 213 | 2026-08-27T10:59:06.661Z | Downloaded zerocopy v0.8.54 |
| 214 | 2026-08-27T10:59:06.670Z | Downloaded smoltcp v0.11.0 |
| 215 | 2026-08-27T10:59:06.676Z | Downloaded syn v2.0.118 |
| 216 | 2026-08-27T10:59:06.682Z | Downloaded regex-syntax v0.8.11 |
| 217 | 2026-08-27T10:59:06.693Z | Downloaded regex-automata v0.4.15 |
| 218 | 2026-08-27T10:59:06.705Z | Updating crates.io index |
| 219 | 2026-08-27T10:59:06.835Z | Downloading crates ... |
| 220 | 2026-08-27T10:59:06.850Z | Downloaded addr2line v0.27.0 |
| 221 | 2026-08-27T10:59:06.853Z | Downloaded adler2 v2.0.1 |
| 222 | 2026-08-27T10:59:06.859Z | Downloaded getopts v0.2.24 |
| 223 | 2026-08-27T10:59:06.864Z | Downloaded hashbrown v0.17.1 |
| 224 | 2026-08-27T10:59:06.867Z | Downloaded foldhash v0.2.0 |
| 225 | 2026-08-27T10:59:06.869Z | Downloaded rustc-demangle v0.1.28 |
| 226 | 2026-08-27T10:59:06.874Z | Downloaded memchr v2.7.6 |
| 227 | 2026-08-27T10:59:06.887Z | Downloaded rustc-literal-escaper v0.0.8 |
| 228 | 2026-08-27T10:59:06.914Z | Downloaded miniz_oxide v0.9.1 |
| 229 | 2026-08-27T10:59:06.959Z | Downloaded gimli v0.34.0 |
| 230 | 2026-08-27T10:59:06.966Z | Downloaded object v0.39.1 |
| 231 | 2026-08-27T10:59:06.979Z | Downloaded libc v0.2.185 |
| 232 | 2026-08-27T10:59:07.031Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 233 | 2026-08-27T10:59:07.031Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 234 | 2026-08-27T10:59:07.031Z | Compiling proc-macro2 v1.0.106 |
| 235 | 2026-08-27T10:59:07.031Z | Compiling unicode-ident v1.0.24 |
| 236 | 2026-08-27T10:59:07.034Z | Compiling quote v1.0.46 |
| 237 | 2026-08-27T10:59:07.034Z | Compiling serde_core v1.0.228 |
| 238 | 2026-08-27T10:59:07.034Z | Compiling strsim v0.11.1 |
| 239 | 2026-08-27T10:59:07.034Z | Compiling ident_case v1.0.1 |
| 240 | 2026-08-27T10:59:07.215Z | Compiling memchr v2.8.3 |
| 241 | 2026-08-27T10:59:07.218Z | Compiling regex-syntax v0.8.11 |
| 242 | 2026-08-27T10:59:07.486Z | Compiling thiserror v2.0.18 |
| 243 | 2026-08-27T10:59:07.494Z | Compiling serde v1.0.228 |
| 244 | 2026-08-27T10:59:07.532Z | Compiling either v1.16.0 |
| 245 | 2026-08-27T10:59:07.613Z | Compiling aho-corasick v1.1.4 |
| 246 | 2026-08-27T10:59:07.725Z | Compiling zerocopy v0.8.54 |
| 247 | 2026-08-27T10:59:07.881Z | Compiling itertools v0.15.0 |
| 248 | 2026-08-27T10:59:07.922Z | Compiling heapless v0.8.0 |
| 249 | 2026-08-27T10:59:08.223Z | Compiling syn v2.0.118 |
| 250 | 2026-08-27T10:59:08.313Z | Compiling smoltcp v0.11.0 |
| 251 | 2026-08-27T10:59:08.339Z | Compiling ref-cast v1.0.25 |
| 252 | 2026-08-27T10:59:08.428Z | Compiling version_check v0.9.5 |
| 253 | 2026-08-27T10:59:08.738Z | Compiling regex-automata v0.4.15 |
| 254 | 2026-08-27T10:59:08.769Z | Compiling crc32fast v1.5.0 |
| 255 | 2026-08-27T10:59:08.802Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 256 | 2026-08-27T10:59:10.278Z | Compiling regex v1.13.0 |
| 257 | 2026-08-27T10:59:10.512Z | Compiling darling_core v0.23.0 |
| 258 | 2026-08-27T10:59:11.317Z | Compiling serde_derive v1.0.228 |
| 259 | 2026-08-27T10:59:11.317Z | Compiling zerocopy-derive v0.8.54 |
| 260 | 2026-08-27T10:59:11.318Z | Compiling thiserror-impl v2.0.18 |
| 261 | 2026-08-27T10:59:11.318Z | Compiling ref-cast-impl v1.0.25 |
| 262 | 2026-08-27T10:59:11.321Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 263 | 2026-08-27T10:59:12.711Z | Compiling darling_macro v0.23.0 |
| 264 | 2026-08-27T10:59:13.581Z | Compiling darling v0.23.0 |
| 265 | 2026-08-27T10:59:13.648Z | Compiling ingot-macros v0.2.0 |
| 266 | 2026-08-27T10:59:13.651Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 267 | 2026-08-27T10:59:18.818Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 268 | 2026-08-27T10:59:21.090Z | Checking byteorder v1.5.0 |
| 269 | 2026-08-27T10:59:21.090Z | Checking stable_deref_trait v1.2.1 |
| 270 | 2026-08-27T10:59:21.093Z | Checking cfg-if v1.0.4 |
| 271 | 2026-08-27T10:59:21.093Z | Checking macaddr v1.0.1 |
| 272 | 2026-08-27T10:59:21.093Z | Checking bitflags v1.3.2 |
| 273 | 2026-08-27T10:59:21.140Z | Checking managed v0.8.0 |
| 274 | 2026-08-27T10:59:21.185Z | Checking cobs v0.3.0 |
| 275 | 2026-08-27T10:59:21.237Z | Checking hash32 v0.3.1 |
| 276 | 2026-08-27T10:59:21.257Z | Checking dyn-clone v1.0.20 |
| 277 | 2026-08-27T10:59:21.306Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 278 | 2026-08-27T10:59:22.418Z | Checking bitflags v2.13.0 |
| 279 | 2026-08-27T10:59:22.418Z | Checking uuid v1.23.5 |
| 280 | 2026-08-27T10:59:22.557Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 281 | 2026-08-27T10:59:22.768Z | Checking postcard v1.1.3 |
| 282 | 2026-08-27T10:59:23.612Z | Checking ingot-types v0.2.0 |
| 283 | 2026-08-27T10:59:23.878Z | Checking ingot v0.2.0 |
| 284 | 2026-08-27T10:59:25.178Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 285 | 2026-08-27T10:59:28.224Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 286 | 2026-08-27T10:59:29.381Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 287 | 2026-08-27T10:59:30.907Z | Finished `dev` profile [optimized + debuginfo] target(s) in 29.04s |
| 288 | 2026-08-27T10:59:31.025Z | |
| 289 | 2026-08-27T10:59:31.025Z | real 29.214303401 |
| 290 | 2026-08-27T10:59:31.025Z | user 1:08.336297129 |
| 291 | 2026-08-27T10:59:31.025Z | sys 9.770832051 |
| 292 | 2026-08-27T10:59:31.025Z | trap 0.025335878 |
| 293 | 2026-08-27T10:59:31.025Z | tflt 0.050255041 |
| 294 | 2026-08-27T10:59:31.025Z | dflt 0.185126313 |
| 295 | 2026-08-27T10:59:31.025Z | kflt 0.001489607 |
| 296 | 2026-08-27T10:59:31.025Z | lock 3:52.206602504 |
| 297 | 2026-08-27T10:59:31.025Z | slp 3:03.712897874 |
| 298 | 2026-08-27T10:59:31.025Z | lat 1.905584072 |
| 299 | 2026-08-27T10:59:31.028Z | stop 7.527652852 |
| 300 | 2026-08-27T10:59:31.028Z | + pushd xde-link |
| 301 | 2026-08-27T10:59:31.029Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 302 | 2026-08-27T10:59:31.029Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 303 | 2026-08-27T10:59:31.196Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 304 | 2026-08-27T10:59:31.197Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 305 | 2026-08-27T10:59:31.197Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 306 | 2026-08-27T10:59:41.960Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 307 | 2026-08-27T10:59:44.261Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.17s |
| 308 | 2026-08-27T10:59:44.278Z | |
| 309 | 2026-08-27T10:59:44.278Z | real 13.248275534 |
| 310 | 2026-08-27T10:59:44.278Z | user 20.826541233 |
| 311 | 2026-08-27T10:59:44.278Z | sys 1.221615709 |
| 312 | 2026-08-27T10:59:44.282Z | trap 0.003560091 |
| 313 | 2026-08-27T10:59:44.282Z | tflt 0.001524402 |
| 314 | 2026-08-27T10:59:44.282Z | dflt 0.037285422 |
| 315 | 2026-08-27T10:59:44.282Z | kflt 0.000001559 |
| 316 | 2026-08-27T10:59:44.282Z | lock 1:10.745134243 |
| 317 | 2026-08-27T10:59:44.282Z | slp 44.093015247 |
| 318 | 2026-08-27T10:59:44.282Z | lat 0.236632290 |
| 319 | 2026-08-27T10:59:44.282Z | stop 0.128659400 |
| 320 | 2026-08-27T10:59:44.282Z | + popd |
| 321 | 2026-08-27T10:59:44.282Z | + popd |
| 322 | 2026-08-27T10:59:44.282Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 323 | 2026-08-27T10:59:44.282Z | /work/oxidecomputer/opte |
| 324 | 2026-08-27T10:59:44.282Z | + header 'build xde (debug)' |
| 325 | 2026-08-27T10:59:44.282Z | + echo '# ==== build xde (debug) ==== #' |
| 326 | 2026-08-27T10:59:44.282Z | # ==== build xde (debug) ==== # |
| 327 | 2026-08-27T10:59:44.282Z | + ptime -m cargo xtask build --profile debug xde xde-link |
| 328 | 2026-08-27T10:59:44.422Z | Downloading crates ... |
| 329 | 2026-08-27T10:59:44.465Z | Downloaded cargo-platform v0.3.3 |
| 330 | 2026-08-27T10:59:44.477Z | Downloaded colorchoice v1.0.5 |
| 331 | 2026-08-27T10:59:44.480Z | Downloaded anstyle-query v1.1.5 |
| 332 | 2026-08-27T10:59:44.483Z | Downloaded clap_lex v1.1.0 |
| 333 | 2026-08-27T10:59:44.486Z | Downloaded heck v0.5.0 |
| 334 | 2026-08-27T10:59:44.491Z | Downloaded errno v0.3.14 |
| 335 | 2026-08-27T10:59:44.494Z | Downloaded is_terminal_polyfill v1.70.2 |
| 336 | 2026-08-27T10:59:44.498Z | Downloaded equivalent v1.0.2 |
| 337 | 2026-08-27T10:59:44.501Z | Downloaded serde_spanned v1.1.1 |
| 338 | 2026-08-27T10:59:44.504Z | Downloaded itoa v1.0.18 |
| 339 | 2026-08-27T10:59:44.507Z | Downloaded clap_builder v4.6.0 |
| 340 | 2026-08-27T10:59:44.510Z | Downloaded terminal_size v0.4.4 |
| 341 | 2026-08-27T10:59:44.510Z | Downloaded cargo_metadata v0.23.1 |
| 342 | 2026-08-27T10:59:44.513Z | Downloaded utf8parse v0.2.2 |
| 343 | 2026-08-27T10:59:44.517Z | Downloaded anstyle v1.0.14 |
| 344 | 2026-08-27T10:59:44.520Z | Downloaded anstyle-parse v1.0.0 |
| 345 | 2026-08-27T10:59:44.520Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 346 | 2026-08-27T10:59:44.523Z | Downloaded semver v1.0.28 |
| 347 | 2026-08-27T10:59:44.523Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 348 | 2026-08-27T10:59:44.526Z | Downloaded zmij v1.0.22 |
| 349 | 2026-08-27T10:59:44.529Z | Downloaded anstream v1.0.0 |
| 350 | 2026-08-27T10:59:44.529Z | Downloaded clap_derive v4.6.1 |
| 351 | 2026-08-27T10:59:44.532Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 352 | 2026-08-27T10:59:44.536Z | Downloaded anyhow v1.0.103 |
| 353 | 2026-08-27T10:59:44.539Z | Downloaded clap v4.6.1 |
| 354 | 2026-08-27T10:59:44.543Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 355 | 2026-08-27T10:59:44.550Z | Downloaded camino v1.2.4 |
| 356 | 2026-08-27T10:59:44.575Z | Downloaded indexmap v2.14.0 |
| 357 | 2026-08-27T10:59:44.579Z | Downloaded serde_json v1.0.150 |
| 358 | 2026-08-27T10:59:44.586Z | Downloaded winnow v1.0.3 |
| 359 | 2026-08-27T10:59:44.623Z | Downloaded rustix v1.1.4 |
| 360 | 2026-08-27T10:59:44.652Z | Downloaded libc v0.2.186 |
| 361 | 2026-08-27T10:59:44.698Z | Compiling serde_core v1.0.228 |
| 362 | 2026-08-27T10:59:44.701Z | Compiling proc-macro2 v1.0.106 |
| 363 | 2026-08-27T10:59:44.701Z | Compiling quote v1.0.46 |
| 364 | 2026-08-27T10:59:44.701Z | Compiling unicode-ident v1.0.24 |
| 365 | 2026-08-27T10:59:44.701Z | Compiling libc v0.2.186 |
| 366 | 2026-08-27T10:59:44.701Z | Compiling rustix v1.1.4 |
| 367 | 2026-08-27T10:59:44.701Z | Compiling zmij v1.0.22 |
| 368 | 2026-08-27T10:59:44.718Z | Compiling utf8parse v0.2.2 |
| 369 | 2026-08-27T10:59:44.866Z | Compiling bitflags v2.13.0 |
| 370 | 2026-08-27T10:59:44.874Z | Compiling anstyle-parse v1.0.0 |
| 371 | 2026-08-27T10:59:45.081Z | Compiling camino v1.2.4 |
| 372 | 2026-08-27T10:59:45.084Z | Compiling is_terminal_polyfill v1.70.2 |
| 373 | 2026-08-27T10:59:45.087Z | Compiling colorchoice v1.0.5 |
| 374 | 2026-08-27T10:59:45.161Z | Compiling thiserror v2.0.18 |
| 375 | 2026-08-27T10:59:45.191Z | Compiling serde_json v1.0.150 |
| 376 | 2026-08-27T10:59:45.267Z | Compiling serde v1.0.228 |
| 377 | 2026-08-27T10:59:45.330Z | Compiling anstyle-query v1.1.5 |
| 378 | 2026-08-27T10:59:45.396Z | Compiling anstyle v1.0.14 |
| 379 | 2026-08-27T10:59:45.411Z | Compiling errno v0.3.14 |
| 380 | 2026-08-27T10:59:45.477Z | Compiling clap_lex v1.1.0 |
| 381 | 2026-08-27T10:59:45.608Z | Compiling anstream v1.0.0 |
| 382 | 2026-08-27T10:59:45.651Z | Compiling memchr v2.8.3 |
| 383 | 2026-08-27T10:59:45.671Z | Compiling winnow v1.0.3 |
| 384 | 2026-08-27T10:59:45.870Z | Compiling anyhow v1.0.103 |
| 385 | 2026-08-27T10:59:45.929Z | Compiling strsim v0.11.1 |
| 386 | 2026-08-27T10:59:46.092Z | Compiling syn v2.0.118 |
| 387 | 2026-08-27T10:59:46.096Z | Compiling terminal_size v0.4.4 |
| 388 | 2026-08-27T10:59:46.118Z | Compiling itoa v1.0.18 |
| 389 | 2026-08-27T10:59:46.182Z | Compiling heck v0.5.0 |
| 390 | 2026-08-27T10:59:46.377Z | Compiling clap_builder v4.6.0 |
| 391 | 2026-08-27T10:59:46.395Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 392 | 2026-08-27T10:59:46.440Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 393 | 2026-08-27T10:59:47.033Z | Compiling serde_spanned v1.1.1 |
| 394 | 2026-08-27T10:59:47.109Z | Compiling cargo-platform v0.3.3 |
| 395 | 2026-08-27T10:59:47.184Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 396 | 2026-08-27T10:59:47.497Z | Compiling semver v1.0.28 |
| 397 | 2026-08-27T10:59:47.620Z | Compiling toml v1.1.2+spec-1.1.0 |
| 398 | 2026-08-27T10:59:48.297Z | Compiling serde_derive v1.0.228 |
| 399 | 2026-08-27T10:59:48.518Z | Compiling thiserror-impl v2.0.18 |
| 400 | 2026-08-27T10:59:48.525Z | Compiling clap_derive v4.6.1 |
| 401 | 2026-08-27T10:59:49.943Z | Compiling clap v4.6.1 |
| 402 | 2026-08-27T10:59:51.370Z | Compiling cargo_metadata v0.23.1 |
| 403 | 2026-08-27T10:59:53.817Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 404 | 2026-08-27T10:59:55.396Z | Finished `dev` profile [optimized + debuginfo] target(s) in 11.10s |
| 405 | 2026-08-27T10:59:55.407Z | Running `target/debug/xtask build --profile debug xde xde-link` |
| 406 | 2026-08-27T10:59:56.664Z | Building xde (dev). |
| 407 | 2026-08-27T10:59:56.876Z | Compiling serde_core v1.0.228 |
| 408 | 2026-08-27T10:59:56.876Z | Compiling byteorder v1.5.0 |
| 409 | 2026-08-27T10:59:56.876Z | Compiling cfg-if v1.0.4 |
| 410 | 2026-08-27T10:59:56.879Z | Compiling macaddr v1.0.1 |
| 411 | 2026-08-27T10:59:56.879Z | Compiling stable_deref_trait v1.2.1 |
| 412 | 2026-08-27T10:59:56.879Z | Compiling zerocopy v0.8.54 |
| 413 | 2026-08-27T10:59:56.894Z | Compiling thiserror v2.0.18 |
| 414 | 2026-08-27T10:59:56.899Z | Compiling managed v0.8.0 |
| 415 | 2026-08-27T10:59:56.946Z | Compiling bitflags v1.3.2 |
| 416 | 2026-08-27T10:59:56.952Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 417 | 2026-08-27T10:59:56.990Z | Compiling cobs v0.3.0 |
| 418 | 2026-08-27T10:59:57.007Z | Compiling either v1.16.0 |
| 419 | 2026-08-27T10:59:57.061Z | Compiling hash32 v0.3.1 |
| 420 | 2026-08-27T10:59:57.106Z | Compiling ref-cast v1.0.25 |
| 421 | 2026-08-27T10:59:57.142Z | Compiling heapless v0.8.0 |
| 422 | 2026-08-27T10:59:57.181Z | Compiling itertools v0.15.0 |
| 423 | 2026-08-27T10:59:57.192Z | Compiling crc32fast v1.5.0 |
| 424 | 2026-08-27T10:59:57.211Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 425 | 2026-08-27T10:59:57.215Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 426 | 2026-08-27T10:59:57.269Z | Compiling dyn-clone v1.0.20 |
| 427 | 2026-08-27T10:59:57.379Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 428 | 2026-08-27T10:59:57.504Z | Compiling smoltcp v0.11.0 |
| 429 | 2026-08-27T10:59:58.402Z | Compiling bitflags v2.13.0 |
| 430 | 2026-08-27T10:59:58.402Z | Compiling serde v1.0.228 |
| 431 | 2026-08-27T10:59:58.402Z | Compiling uuid v1.23.5 |
| 432 | 2026-08-27T10:59:58.532Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 433 | 2026-08-27T10:59:58.806Z | Compiling postcard v1.1.3 |
| 434 | 2026-08-27T10:59:59.581Z | Compiling ingot-types v0.2.0 |
| 435 | 2026-08-27T10:59:59.872Z | Compiling ingot v0.2.0 |
| 436 | 2026-08-27T11:00:01.343Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 437 | 2026-08-27T11:00:04.852Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 438 | 2026-08-27T11:00:14.710Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 439 | 2026-08-27T11:00:22.748Z | Finished `dev` profile [optimized + debuginfo] target(s) in 26.05s |
| 440 | 2026-08-27T11:00:22.770Z | Linking xde kmod... |
| 441 | 2026-08-27T11:00:23.772Z | Building xde dev link helper (dev). |
| 442 | 2026-08-27T11:00:23.915Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 443 | 2026-08-27T11:00:24.237Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.43s |
| 444 | 2026-08-27T11:00:24.260Z | |
| 445 | 2026-08-27T11:00:24.264Z | real 39.978250490 |
| 446 | 2026-08-27T11:00:24.264Z | user 2:10.742272121 |
| 447 | 2026-08-27T11:00:24.264Z | sys 10.680481436 |
| 448 | 2026-08-27T11:00:24.264Z | trap 0.046414596 |
| 449 | 2026-08-27T11:00:24.264Z | tflt 0.277196413 |
| 450 | 2026-08-27T11:00:24.264Z | dflt 0.611579286 |
| 451 | 2026-08-27T11:00:24.264Z | kflt 0.000008387 |
| 452 | 2026-08-27T11:00:24.264Z | lock 6:25.677287923 |
| 453 | 2026-08-27T11:00:24.264Z | slp 3:44.346831540 |
| 454 | 2026-08-27T11:00:24.264Z | lat 3.639263476 |
| 455 | 2026-08-27T11:00:24.264Z | stop 4.757104936 |
| 456 | 2026-08-27T11:00:24.264Z | + header 'build xde (release)' |
| 457 | 2026-08-27T11:00:24.264Z | + echo '# ==== build xde (release) ==== #' |
| 458 | 2026-08-27T11:00:24.264Z | + ptime -m cargo xtask build --profile release xde xde-link |
| 459 | 2026-08-27T11:00:24.264Z | # ==== build xde (release) ==== # |
| 460 | 2026-08-27T11:00:24.396Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s |
| 461 | 2026-08-27T11:00:24.399Z | Running `target/debug/xtask build --profile release xde xde-link` |
| 462 | 2026-08-27T11:00:24.579Z | Building xde (release-lto). |
| 463 | 2026-08-27T11:00:24.790Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 464 | 2026-08-27T11:00:24.790Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 465 | 2026-08-27T11:00:24.791Z | Compiling proc-macro2 v1.0.106 |
| 466 | 2026-08-27T11:00:24.791Z | Compiling unicode-ident v1.0.24 |
| 467 | 2026-08-27T11:00:24.791Z | Compiling quote v1.0.46 |
| 468 | 2026-08-27T11:00:24.791Z | Compiling serde_core v1.0.228 |
| 469 | 2026-08-27T11:00:24.810Z | Compiling strsim v0.11.1 |
| 470 | 2026-08-27T11:00:24.810Z | Compiling ident_case v1.0.1 |
| 471 | 2026-08-27T11:00:24.904Z | Compiling memchr v2.8.3 |
| 472 | 2026-08-27T11:00:24.908Z | Compiling regex-syntax v0.8.11 |
| 473 | 2026-08-27T11:00:25.164Z | Compiling serde v1.0.228 |
| 474 | 2026-08-27T11:00:25.168Z | Compiling zerocopy v0.8.54 |
| 475 | 2026-08-27T11:00:25.177Z | Compiling thiserror v2.0.18 |
| 476 | 2026-08-27T11:00:25.297Z | Compiling aho-corasick v1.1.4 |
| 477 | 2026-08-27T11:00:25.536Z | Compiling either v1.16.0 |
| 478 | 2026-08-27T11:00:25.573Z | Compiling heapless v0.8.0 |
| 479 | 2026-08-27T11:00:25.722Z | Compiling itertools v0.15.0 |
| 480 | 2026-08-27T11:00:25.754Z | Compiling smoltcp v0.11.0 |
| 481 | 2026-08-27T11:00:25.900Z | Compiling syn v2.0.118 |
| 482 | 2026-08-27T11:00:25.966Z | Compiling ref-cast v1.0.25 |
| 483 | 2026-08-27T11:00:26.028Z | Compiling crc32fast v1.5.0 |
| 484 | 2026-08-27T11:00:26.178Z | Compiling version_check v0.9.5 |
| 485 | 2026-08-27T11:00:26.335Z | Compiling regex-automata v0.4.15 |
| 486 | 2026-08-27T11:00:26.516Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 487 | 2026-08-27T11:00:27.835Z | Compiling regex v1.13.0 |
| 488 | 2026-08-27T11:00:28.133Z | Compiling darling_core v0.23.0 |
| 489 | 2026-08-27T11:00:28.901Z | Compiling zerocopy-derive v0.8.54 |
| 490 | 2026-08-27T11:00:28.901Z | Compiling thiserror-impl v2.0.18 |
| 491 | 2026-08-27T11:00:28.904Z | Compiling serde_derive v1.0.228 |
| 492 | 2026-08-27T11:00:28.904Z | Compiling ref-cast-impl v1.0.25 |
| 493 | 2026-08-27T11:00:28.904Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 494 | 2026-08-27T11:00:30.285Z | Compiling darling_macro v0.23.0 |
| 495 | 2026-08-27T11:00:31.145Z | Compiling darling v0.23.0 |
| 496 | 2026-08-27T11:00:31.204Z | Compiling ingot-macros v0.2.0 |
| 497 | 2026-08-27T11:00:31.207Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 498 | 2026-08-27T11:00:37.122Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 499 | 2026-08-27T11:00:39.436Z | Compiling byteorder v1.5.0 |
| 500 | 2026-08-27T11:00:39.436Z | Compiling cfg-if v1.0.4 |
| 501 | 2026-08-27T11:00:39.436Z | Compiling macaddr v1.0.1 |
| 502 | 2026-08-27T11:00:39.436Z | Compiling stable_deref_trait v1.2.1 |
| 503 | 2026-08-27T11:00:39.491Z | Compiling managed v0.8.0 |
| 504 | 2026-08-27T11:00:39.501Z | Compiling cobs v0.3.0 |
| 505 | 2026-08-27T11:00:39.525Z | Compiling bitflags v1.3.2 |
| 506 | 2026-08-27T11:00:39.586Z | Compiling hash32 v0.3.1 |
| 507 | 2026-08-27T11:00:39.722Z | Compiling dyn-clone v1.0.20 |
| 508 | 2026-08-27T11:00:39.793Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 509 | 2026-08-27T11:00:41.037Z | Compiling bitflags v2.13.0 |
| 510 | 2026-08-27T11:00:41.037Z | Compiling uuid v1.23.5 |
| 511 | 2026-08-27T11:00:41.174Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 512 | 2026-08-27T11:00:41.473Z | Compiling postcard v1.1.3 |
| 513 | 2026-08-27T11:00:42.260Z | Compiling ingot-types v0.2.0 |
| 514 | 2026-08-27T11:00:42.566Z | Compiling ingot v0.2.0 |
| 515 | 2026-08-27T11:00:44.053Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 516 | 2026-08-27T11:00:47.873Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 517 | 2026-08-27T11:00:56.742Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 518 | 2026-08-27T11:01:27.583Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 02s |
| 519 | 2026-08-27T11:01:27.605Z | Linking xde kmod... |
| 520 | 2026-08-27T11:01:28.195Z | Building xde dev link helper (release). |
| 521 | 2026-08-27T11:01:28.345Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 522 | 2026-08-27T11:01:28.345Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 523 | 2026-08-27T11:01:28.345Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 524 | 2026-08-27T11:01:39.711Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 525 | 2026-08-27T11:01:42.383Z | Finished `release` profile [optimized + debuginfo] target(s) in 14.16s |
| 526 | 2026-08-27T11:01:42.401Z | |
| 527 | 2026-08-27T11:01:42.404Z | real 1:18.136955134 |
| 528 | 2026-08-27T11:01:42.404Z | user 2:07.227520711 |
| 529 | 2026-08-27T11:01:42.404Z | sys 11.844708836 |
| 530 | 2026-08-27T11:01:42.404Z | trap 0.031105651 |
| 531 | 2026-08-27T11:01:42.404Z | tflt 0.182846593 |
| 532 | 2026-08-27T11:01:42.404Z | dflt 0.186024592 |
| 533 | 2026-08-27T11:01:42.404Z | kflt 0.000013337 |
| 534 | 2026-08-27T11:01:42.404Z | lock 10:05.494145496 |
| 535 | 2026-08-27T11:01:42.404Z | slp 5:59.747353785 |
| 536 | 2026-08-27T11:01:42.404Z | lat 2.471286258 |
| 537 | 2026-08-27T11:01:42.404Z | stop 3.797704238 |
| 538 | 2026-08-27T11:01:42.404Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
| 539 | 2026-08-27T11:01:42.404Z | + grep GOTPCREL |
| 540 | 2026-08-27T11:01:44.034Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 541 | 2026-08-27T11:01:44.040Z | + grep GOTPCREL |
| 542 | 2026-08-27T11:01:45.031Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
| 543 | 2026-08-27T11:01:45.086Z | + sha256sum /work/debug/xde.dbg |
| 544 | 2026-08-27T11:01:45.136Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
| 545 | 2026-08-27T11:01:45.139Z | + sha256sum /work/debug/xde_link.dbg.so |
| 546 | 2026-08-27T11:01:45.142Z | + cp target/x86_64-unknown-unknown/release-lto/xde /work/release/ |
| 547 | 2026-08-27T11:01:45.178Z | + sha256sum /work/release/xde |
| 548 | 2026-08-27T11:01:45.208Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
| 549 | 2026-08-27T11:01:45.211Z | + sha256sum /work/release/xde_link.so |
| 550 | 2026-08-27T11:01:45.214Z | + header 'build xde integration tests' |
| 551 | 2026-08-27T11:01:45.214Z | + echo '# ==== build xde integration tests ==== #' |
| 552 | 2026-08-27T11:01:45.214Z | + pushd xde-tests |
| 553 | 2026-08-27T11:01:45.214Z | # ==== build xde integration tests ==== # |
| 554 | 2026-08-27T11:01:45.214Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
| 555 | 2026-08-27T11:01:45.214Z | + cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 556 | 2026-08-27T11:01:45.293Z | + cargo clippy --all-targets -- --deny warnings |
| 557 | 2026-08-27T11:01:45.500Z | Compiling serde_core v1.0.228 |
| 558 | 2026-08-27T11:01:45.500Z | Checking cfg-if v1.0.4 |
| 559 | 2026-08-27T11:01:45.500Z | Checking memchr v2.8.3 |
| 560 | 2026-08-27T11:01:45.503Z | Compiling serde v1.0.228 |
| 561 | 2026-08-27T11:01:45.503Z | Compiling rustversion v1.0.23 |
| 562 | 2026-08-27T11:01:45.503Z | Compiling version_check v0.9.5 |
| 563 | 2026-08-27T11:01:45.503Z | Compiling libc v0.2.186 |
| 564 | 2026-08-27T11:01:45.503Z | Compiling syn v2.0.118 |
| 565 | 2026-08-27T11:01:45.568Z | Compiling ident_case v1.0.1 |
| 566 | 2026-08-27T11:01:45.672Z | Compiling strsim v0.11.1 |
| 567 | 2026-08-27T11:01:45.840Z | Compiling syn v1.0.109 |
| 568 | 2026-08-27T11:01:45.895Z | Compiling regex-syntax v0.8.11 |
| 569 | 2026-08-27T11:01:45.947Z | Checking pin-project-lite v0.2.17 |
| 570 | 2026-08-27T11:01:46.031Z | Compiling zerocopy v0.8.54 |
| 571 | 2026-08-27T11:01:46.171Z | Compiling aho-corasick v1.1.4 |
| 572 | 2026-08-27T11:01:46.171Z | Compiling hashbrown v0.17.1 |
| 573 | 2026-08-27T11:01:46.319Z | Compiling either v1.16.0 |
| 574 | 2026-08-27T11:01:46.393Z | Compiling equivalent v1.0.2 |
| 575 | 2026-08-27T11:01:46.403Z | Compiling winnow v1.0.3 |
| 576 | 2026-08-27T11:01:46.502Z | Compiling itertools v0.15.0 |
| 577 | 2026-08-27T11:01:46.698Z | Compiling indexmap v2.14.0 |
| 578 | 2026-08-27T11:01:47.292Z | Compiling regex-automata v0.4.15 |
| 579 | 2026-08-27T11:01:47.306Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 580 | 2026-08-27T11:01:47.531Z | Checking byteorder v1.5.0 |
| 581 | 2026-08-27T11:01:47.565Z | Compiling heapless v0.8.0 |
| 582 | 2026-08-27T11:01:47.680Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 583 | 2026-08-27T11:01:47.770Z | Checking hash32 v0.3.1 |
| 584 | 2026-08-27T11:01:47.834Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 585 | 2026-08-27T11:01:47.869Z | Checking bitflags v2.13.0 |
| 586 | 2026-08-27T11:01:47.890Z | Compiling slog v2.8.2 |
| 587 | 2026-08-27T11:01:47.899Z | Checking futures-core v0.3.32 |
| 588 | 2026-08-27T11:01:48.004Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 589 | 2026-08-27T11:01:48.010Z | Checking stable_deref_trait v1.2.1 |
| 590 | 2026-08-27T11:01:48.022Z | Compiling darling_core v0.23.0 |
| 591 | 2026-08-27T11:01:48.068Z | Compiling smoltcp v0.11.0 |
| 592 | 2026-08-27T11:01:48.103Z | Checking futures-sink v0.3.32 |
| 593 | 2026-08-27T11:01:48.189Z | Checking macaddr v1.0.1 |
| 594 | 2026-08-27T11:01:48.239Z | Checking futures-channel v0.3.32 |
| 595 | 2026-08-27T11:01:48.392Z | Compiling proc-macro-crate v3.5.0 |
| 596 | 2026-08-27T11:01:48.420Z | Compiling proc-macro-error-attr v1.0.4 |
| 597 | 2026-08-27T11:01:48.635Z | Checking managed v0.8.0 |
| 598 | 2026-08-27T11:01:48.682Z | Checking bitflags v1.3.2 |
| 599 | 2026-08-27T11:01:48.701Z | Compiling ref-cast v1.0.25 |
| 600 | 2026-08-27T11:01:48.740Z | Checking futures-task v0.3.32 |
| 601 | 2026-08-27T11:01:48.790Z | Checking rand_core v0.10.1 |
| 602 | 2026-08-27T11:01:48.804Z | Compiling autocfg v1.5.1 |
| 603 | 2026-08-27T11:01:48.865Z | Checking futures-io v0.3.32 |
| 604 | 2026-08-27T11:01:48.918Z | Compiling getrandom v0.4.3 |
| 605 | 2026-08-27T11:01:48.969Z | Compiling regex v1.13.0 |
| 606 | 2026-08-27T11:01:49.000Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 607 | 2026-08-27T11:01:49.139Z | Compiling crc32fast v1.5.0 |
| 608 | 2026-08-27T11:01:49.175Z | Checking slab v0.4.12 |
| 609 | 2026-08-27T11:01:49.219Z | Compiling serde_derive v1.0.228 |
| 610 | 2026-08-27T11:01:49.222Z | Compiling thiserror-impl v2.0.18 |
| 611 | 2026-08-27T11:01:49.320Z | Compiling zerocopy-derive v0.8.54 |
| 612 | 2026-08-27T11:01:49.354Z | Compiling futures-macro v0.3.32 |
| 613 | 2026-08-27T11:01:49.446Z | Compiling foreign-types-macros v0.2.3 |
| 614 | 2026-08-27T11:01:49.798Z | Compiling num_enum_derive v0.7.6 |
| 615 | 2026-08-27T11:01:49.816Z | Compiling ref-cast-impl v1.0.25 |
| 616 | 2026-08-27T11:01:50.105Z | Compiling darling_macro v0.23.0 |
| 617 | 2026-08-27T11:01:50.120Z | Compiling num-traits v0.2.19 |
| 618 | 2026-08-27T11:01:50.232Z | Checking futures-util v0.3.32 |
| 619 | 2026-08-27T11:01:50.463Z | Checking thiserror v2.0.18 |
| 620 | 2026-08-27T11:01:50.469Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 621 | 2026-08-27T11:01:50.551Z | Checking cobs v0.3.0 |
| 622 | 2026-08-27T11:01:50.668Z | Compiling darling v0.23.0 |
| 623 | 2026-08-27T11:01:50.689Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 624 | 2026-08-27T11:01:50.737Z | Compiling ingot-macros v0.2.0 |
| 625 | 2026-08-27T11:01:50.783Z | Compiling proc-macro-error v1.0.4 |
| 626 | 2026-08-27T11:01:50.853Z | Checking cpufeatures v0.3.0 |
| 627 | 2026-08-27T11:01:50.912Z | Checking unicode-width v0.2.2 |
| 628 | 2026-08-27T11:01:50.923Z | Checking ipnetwork v0.21.1 |
| 629 | 2026-08-27T11:01:51.000Z | Checking foreign-types-shared v0.3.1 |
| 630 | 2026-08-27T11:01:51.075Z | Compiling crossbeam-utils v0.8.22 |
| 631 | 2026-08-27T11:01:51.091Z | Checking once_cell v1.21.4 |
| 632 | 2026-08-27T11:01:51.152Z | Checking tabwriter v1.4.1 |
| 633 | 2026-08-27T11:01:51.258Z | Checking tracing-core v0.1.36 |
| 634 | 2026-08-27T11:01:51.289Z | Checking foreign-types v0.5.0 |
| 635 | 2026-08-27T11:01:51.417Z | Checking chacha20 v0.10.1 |
| 636 | 2026-08-27T11:01:51.446Z | Checking num_enum v0.7.6 |
| 637 | 2026-08-27T11:01:51.552Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 638 | 2026-08-27T11:01:51.582Z | Checking anyhow v1.0.103 |
| 639 | 2026-08-27T11:01:51.770Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 640 | 2026-08-27T11:01:51.973Z | Compiling tracing-attributes v0.1.31 |
| 641 | 2026-08-27T11:01:52.086Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 642 | 2026-08-27T11:01:52.172Z | Checking futures-executor v0.3.32 |
| 643 | 2026-08-27T11:01:52.327Z | Checking cstr-argument v0.1.2 |
| 644 | 2026-08-27T11:01:52.354Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 645 | 2026-08-27T11:01:52.359Z | Checking erased-serde v0.3.31 |
| 646 | 2026-08-27T11:01:52.434Z | Checking postcard v1.1.3 |
| 647 | 2026-08-27T11:01:52.555Z | Checking dyn-clone v1.0.20 |
| 648 | 2026-08-27T11:01:52.647Z | Compiling num-conv v0.2.2 |
| 649 | 2026-08-27T11:01:52.667Z | Checking pretty-hex v0.4.2 |
| 650 | 2026-08-27T11:01:52.710Z | Compiling time-core v0.1.9 |
| 651 | 2026-08-27T11:01:52.768Z | Compiling thiserror v1.0.69 |
| 652 | 2026-08-27T11:01:52.785Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 653 | 2026-08-27T11:01:52.880Z | Compiling time-macros v0.2.31 |
| 654 | 2026-08-27T11:01:52.937Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 655 | 2026-08-27T11:01:52.965Z | Checking futures v0.3.32 |
| 656 | 2026-08-27T11:01:53.030Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 657 | 2026-08-27T11:01:53.081Z | Checking rand v0.10.2 |
| 658 | 2026-08-27T11:01:53.149Z | Checking tracing v0.1.44 |
| 659 | 2026-08-27T11:01:53.330Z | Compiling thiserror-impl v1.0.69 |
| 660 | 2026-08-27T11:01:53.349Z | Checking uuid v1.23.5 |
| 661 | 2026-08-27T11:01:53.406Z | Checking arc-swap v1.9.2 |
| 662 | 2026-08-27T11:01:53.469Z | Checking ingot-types v0.2.0 |
| 663 | 2026-08-27T11:01:53.528Z | Checking socket2 v0.6.4 |
| 664 | 2026-08-27T11:01:53.589Z | Checking nom v8.0.0 |
| 665 | 2026-08-27T11:01:53.601Z | Checking thread_local v1.1.10 |
| 666 | 2026-08-27T11:01:53.612Z | Checking powerfmt v0.2.0 |
| 667 | 2026-08-27T11:01:53.750Z | Compiling heck v0.4.1 |
| 668 | 2026-08-27T11:01:53.805Z | Checking ingot v0.2.0 |
| 669 | 2026-08-27T11:01:53.880Z | Checking oxnet v0.1.6 |
| 670 | 2026-08-27T11:01:53.931Z | Checking lazy_static v1.5.0 |
| 671 | 2026-08-27T11:01:54.015Z | Checking iana-time-zone v0.1.65 |
| 672 | 2026-08-27T11:01:54.053Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 673 | 2026-08-27T11:01:54.111Z | Checking deranged v0.5.8 |
| 674 | 2026-08-27T11:01:54.174Z | Compiling slog-async v2.8.0 |
| 675 | 2026-08-27T11:01:54.241Z | Checking colored v3.1.1 |
| 676 | 2026-08-27T11:01:54.491Z | Checking chrono v0.4.45 |
| 677 | 2026-08-27T11:01:54.516Z | Checking slog-scope v4.4.1 |
| 678 | 2026-08-27T11:01:54.594Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 679 | 2026-08-27T11:01:54.638Z | Checking crossbeam-channel v0.5.16 |
| 680 | 2026-08-27T11:01:54.993Z | Checking cookie-factory v0.3.3 |
| 681 | 2026-08-27T11:01:55.067Z | Checking time v0.3.53 |
| 682 | 2026-08-27T11:01:55.237Z | Checking itertools v0.12.1 |
| 683 | 2026-08-27T11:01:55.307Z | Checking is-terminal v0.4.17 |
| 684 | 2026-08-27T11:01:55.330Z | Checking circular v0.3.0 |
| 685 | 2026-08-27T11:01:55.386Z | Checking log v0.4.33 |
| 686 | 2026-08-27T11:01:55.440Z | Checking term v1.2.1 |
| 687 | 2026-08-27T11:01:55.473Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 688 | 2026-08-27T11:01:55.544Z | Checking take_mut v0.2.2 |
| 689 | 2026-08-27T11:01:55.558Z | Checking rusticata-macros v5.0.0 |
| 690 | 2026-08-27T11:01:55.633Z | Checking slog-stdlog v4.1.1 |
| 691 | 2026-08-27T11:01:55.684Z | Checking pcap-parser v0.17.0 |
| 692 | 2026-08-27T11:01:56.213Z | Checking slog-term v2.9.2 |
| 693 | 2026-08-27T11:01:56.218Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 694 | 2026-08-27T11:01:56.502Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 695 | 2026-08-27T11:01:56.740Z | Checking slog-envlogger v2.2.0 |
| 696 | 2026-08-27T11:01:59.982Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 697 | 2026-08-27T11:02:01.667Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 698 | 2026-08-27T11:02:01.670Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 699 | 2026-08-27T11:02:02.010Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 700 | 2026-08-27T11:02:02.571Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.23s |
| 701 | 2026-08-27T11:02:02.608Z | + cargo build --test loopback |
| 702 | 2026-08-27T11:02:02.774Z | Compiling cfg-if v1.0.4 |
| 703 | 2026-08-27T11:02:02.774Z | Compiling memchr v2.8.3 |
| 704 | 2026-08-27T11:02:02.777Z | Compiling serde_core v1.0.228 |
| 705 | 2026-08-27T11:02:02.800Z | Compiling pin-project-lite v0.2.17 |
| 706 | 2026-08-27T11:02:02.803Z | Compiling libc v0.2.186 |
| 707 | 2026-08-27T11:02:02.803Z | Compiling thiserror v2.0.18 |
| 708 | 2026-08-27T11:02:02.808Z | Compiling either v1.16.0 |
| 709 | 2026-08-27T11:02:02.808Z | Compiling byteorder v1.5.0 |
| 710 | 2026-08-27T11:02:02.849Z | Compiling zerocopy v0.8.54 |
| 711 | 2026-08-27T11:02:02.873Z | Compiling stable_deref_trait v1.2.1 |
| 712 | 2026-08-27T11:02:02.883Z | Compiling futures-core v0.3.32 |
| 713 | 2026-08-27T11:02:02.937Z | Compiling hash32 v0.3.1 |
| 714 | 2026-08-27T11:02:02.973Z | Compiling macaddr v1.0.1 |
| 715 | 2026-08-27T11:02:03.001Z | Compiling futures-sink v0.3.32 |
| 716 | 2026-08-27T11:02:03.040Z | Compiling heapless v0.8.0 |
| 717 | 2026-08-27T11:02:03.080Z | Compiling futures-channel v0.3.32 |
| 718 | 2026-08-27T11:02:03.096Z | Compiling cobs v0.3.0 |
| 719 | 2026-08-27T11:02:03.129Z | Compiling bitflags v1.3.2 |
| 720 | 2026-08-27T11:02:03.194Z | Compiling slab v0.4.12 |
| 721 | 2026-08-27T11:02:03.224Z | Compiling futures-task v0.3.32 |
| 722 | 2026-08-27T11:02:03.311Z | Compiling futures-io v0.3.32 |
| 723 | 2026-08-27T11:02:03.366Z | Compiling managed v0.8.0 |
| 724 | 2026-08-27T11:02:03.370Z | Compiling rand_core v0.10.1 |
| 725 | 2026-08-27T11:02:03.408Z | Compiling futures-util v0.3.32 |
| 726 | 2026-08-27T11:02:03.467Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 727 | 2026-08-27T11:02:03.497Z | Compiling cpufeatures v0.3.0 |
| 728 | 2026-08-27T11:02:03.519Z | Compiling ipnetwork v0.21.1 |
| 729 | 2026-08-27T11:02:03.561Z | Compiling smoltcp v0.11.0 |
| 730 | 2026-08-27T11:02:03.582Z | Compiling once_cell v1.21.4 |
| 731 | 2026-08-27T11:02:03.690Z | Compiling unicode-width v0.2.2 |
| 732 | 2026-08-27T11:02:03.820Z | Compiling foreign-types-shared v0.3.1 |
| 733 | 2026-08-27T11:02:03.905Z | Compiling tabwriter v1.4.1 |
| 734 | 2026-08-27T11:02:03.993Z | Compiling foreign-types v0.5.0 |
| 735 | 2026-08-27T11:02:04.014Z | Compiling tracing-core v0.1.36 |
| 736 | 2026-08-27T11:02:04.103Z | Compiling chacha20 v0.10.1 |
| 737 | 2026-08-27T11:02:04.314Z | Compiling getrandom v0.4.3 |
| 738 | 2026-08-27T11:02:04.364Z | Compiling ref-cast v1.0.25 |
| 739 | 2026-08-27T11:02:04.451Z | Compiling num_enum v0.7.6 |
| 740 | 2026-08-27T11:02:04.461Z | Compiling crc32fast v1.5.0 |
| 741 | 2026-08-27T11:02:04.525Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 742 | 2026-08-27T11:02:04.559Z | Compiling serde v1.0.228 |
| 743 | 2026-08-27T11:02:04.630Z | Compiling bitflags v2.13.0 |
| 744 | 2026-08-27T11:02:04.702Z | Compiling cstr-argument v0.1.2 |
| 745 | 2026-08-27T11:02:04.764Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 746 | 2026-08-27T11:02:04.869Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 747 | 2026-08-27T11:02:04.890Z | Compiling itertools v0.15.0 |
| 748 | 2026-08-27T11:02:05.056Z | Compiling erased-serde v0.3.31 |
| 749 | 2026-08-27T11:02:05.214Z | Compiling postcard v1.1.3 |
| 750 | 2026-08-27T11:02:05.355Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 751 | 2026-08-27T11:02:05.497Z | Compiling slog v2.8.2 |
| 752 | 2026-08-27T11:02:05.583Z | Compiling futures-executor v0.3.32 |
| 753 | 2026-08-27T11:02:05.766Z | Compiling ingot-types v0.2.0 |
| 754 | 2026-08-27T11:02:05.837Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 755 | 2026-08-27T11:02:05.905Z | Compiling dyn-clone v1.0.20 |
| 756 | 2026-08-27T11:02:06.062Z | Compiling pretty-hex v0.4.2 |
| 757 | 2026-08-27T11:02:06.066Z | Compiling tracing v0.1.44 |
| 758 | 2026-08-27T11:02:06.077Z | Compiling futures v0.3.32 |
| 759 | 2026-08-27T11:02:06.147Z | Compiling ingot v0.2.0 |
| 760 | 2026-08-27T11:02:06.158Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 761 | 2026-08-27T11:02:06.175Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 762 | 2026-08-27T11:02:06.181Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 763 | 2026-08-27T11:02:06.186Z | Compiling uuid v1.23.5 |
| 764 | 2026-08-27T11:02:06.288Z | Compiling num-traits v0.2.19 |
| 765 | 2026-08-27T11:02:06.368Z | Compiling rand v0.10.2 |
| 766 | 2026-08-27T11:02:06.409Z | Compiling crossbeam-utils v0.8.22 |
| 767 | 2026-08-27T11:02:06.426Z | Compiling aho-corasick v1.1.4 |
| 768 | 2026-08-27T11:02:06.637Z | Compiling nom v8.0.0 |
| 769 | 2026-08-27T11:02:06.815Z | Compiling socket2 v0.6.4 |
| 770 | 2026-08-27T11:02:06.982Z | Compiling thread_local v1.1.10 |
| 771 | 2026-08-27T11:02:07.215Z | Compiling arc-swap v1.9.2 |
| 772 | 2026-08-27T11:02:07.293Z | Compiling colored v3.1.1 |
| 773 | 2026-08-27T11:02:07.371Z | Compiling powerfmt v0.2.0 |
| 774 | 2026-08-27T11:02:07.590Z | Compiling lazy_static v1.5.0 |
| 775 | 2026-08-27T11:02:07.646Z | Compiling time-core v0.1.9 |
| 776 | 2026-08-27T11:02:07.684Z | Compiling iana-time-zone v0.1.65 |
| 777 | 2026-08-27T11:02:07.832Z | Compiling regex-syntax v0.8.11 |
| 778 | 2026-08-27T11:02:07.863Z | Compiling oxnet v0.1.6 |
| 779 | 2026-08-27T11:02:07.912Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 780 | 2026-08-27T11:02:08.101Z | Compiling winnow v1.0.3 |
| 781 | 2026-08-27T11:02:08.106Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 782 | 2026-08-27T11:02:08.332Z | Compiling num-conv v0.2.2 |
| 783 | 2026-08-27T11:02:08.335Z | Compiling deranged v0.5.8 |
| 784 | 2026-08-27T11:02:08.350Z | Compiling chrono v0.4.45 |
| 785 | 2026-08-27T11:02:08.480Z | Compiling slog-scope v4.4.1 |
| 786 | 2026-08-27T11:02:08.936Z | Compiling rusticata-macros v5.0.0 |
| 787 | 2026-08-27T11:02:09.259Z | Compiling time v0.3.53 |
| 788 | 2026-08-27T11:02:09.292Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 789 | 2026-08-27T11:02:09.622Z | Compiling regex-automata v0.4.15 |
| 790 | 2026-08-27T11:02:10.310Z | Compiling thiserror v1.0.69 |
| 791 | 2026-08-27T11:02:10.410Z | Compiling crossbeam-channel v0.5.16 |
| 792 | 2026-08-27T11:02:11.155Z | Compiling cookie-factory v0.3.3 |
| 793 | 2026-08-27T11:02:11.288Z | Compiling is-terminal v0.4.17 |
| 794 | 2026-08-27T11:02:11.383Z | Compiling itertools v0.12.1 |
| 795 | 2026-08-27T11:02:11.473Z | Compiling term v1.2.1 |
| 796 | 2026-08-27T11:02:12.297Z | Compiling circular v0.3.0 |
| 797 | 2026-08-27T11:02:12.554Z | Compiling log v0.4.33 |
| 798 | 2026-08-27T11:02:12.815Z | Compiling take_mut v0.2.2 |
| 799 | 2026-08-27T11:02:12.831Z | Compiling slog-stdlog v4.1.1 |
| 800 | 2026-08-27T11:02:12.922Z | Compiling slog-async v2.8.0 |
| 801 | 2026-08-27T11:02:13.198Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 802 | 2026-08-27T11:02:13.875Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 803 | 2026-08-27T11:02:13.958Z | Compiling pcap-parser v0.17.0 |
| 804 | 2026-08-27T11:02:14.687Z | Compiling slog-term v2.9.2 |
| 805 | 2026-08-27T11:02:14.954Z | Compiling regex v1.13.0 |
| 806 | 2026-08-27T11:02:15.209Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 807 | 2026-08-27T11:02:16.082Z | Compiling slog-envlogger v2.2.0 |
| 808 | 2026-08-27T11:02:16.492Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 809 | 2026-08-27T11:02:16.698Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 810 | 2026-08-27T11:02:17.123Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 811 | 2026-08-27T11:02:26.172Z | Finished `dev` profile [optimized + debuginfo] target(s) in 23.55s |
| 812 | 2026-08-27T11:02:26.205Z | ++ cargo build -q --test loopback --message-format=json |
| 813 | 2026-08-27T11:02:26.208Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 814 | 2026-08-27T11:02:26.324Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-2001a507b33f4803 |
| 815 | 2026-08-27T11:02:26.324Z | + cargo build --test multicast_rx |
| 816 | 2026-08-27T11:02:26.426Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 817 | 2026-08-27T11:02:28.198Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.86s |
| 818 | 2026-08-27T11:02:28.231Z | ++ cargo build -q --test multicast_rx --message-format=json |
| 819 | 2026-08-27T11:02:28.234Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 820 | 2026-08-27T11:02:28.348Z | + multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-ed02daea5d032326 |
| 821 | 2026-08-27T11:02:28.348Z | + cargo build --test multicast_multi_sub |
| 822 | 2026-08-27T11:02:28.451Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 823 | 2026-08-27T11:02:30.270Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.91s |
| 824 | 2026-08-27T11:02:30.303Z | ++ cargo build -q --test multicast_multi_sub --message-format=json |
| 825 | 2026-08-27T11:02:30.306Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 826 | 2026-08-27T11:02:30.423Z | + multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-0bda64cc99833d0a |
| 827 | 2026-08-27T11:02:30.423Z | + cargo build --test multicast_validation |
| 828 | 2026-08-27T11:02:30.526Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 829 | 2026-08-27T11:02:32.532Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.10s |
| 830 | 2026-08-27T11:02:32.566Z | ++ cargo build -q --test multicast_validation --message-format=json |
| 831 | 2026-08-27T11:02:32.569Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 832 | 2026-08-27T11:02:32.684Z | + multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-f42dd83d00cd44cb |
| 833 | 2026-08-27T11:02:32.687Z | + cargo build --test multicast_source_filter |
| 834 | 2026-08-27T11:02:32.789Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 835 | 2026-08-27T11:02:34.873Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.18s |
| 836 | 2026-08-27T11:02:34.906Z | ++ cargo build -q --test multicast_source_filter --message-format=json |
| 837 | 2026-08-27T11:02:34.910Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 838 | 2026-08-27T11:02:35.027Z | + multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-69bede13ae9b4bb5 |
| 839 | 2026-08-27T11:02:35.027Z | + cargo build --test multicast_multi_nexthop |
| 840 | 2026-08-27T11:02:35.130Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 841 | 2026-08-27T11:02:36.775Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.74s |
| 842 | 2026-08-27T11:02:36.810Z | ++ cargo build -q --test multicast_multi_nexthop --message-format=json |
| 843 | 2026-08-27T11:02:36.810Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 844 | 2026-08-27T11:02:36.928Z | + multicast_multi_nexthop_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_nexthop-7b8b1f2959c89569 |
| 845 | 2026-08-27T11:02:36.928Z | + mkdir -p /work/test |
| 846 | 2026-08-27T11:02:36.931Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-2001a507b33f4803 /work/test/loopback |
| 847 | 2026-08-27T11:02:36.969Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-ed02daea5d032326 /work/test/multicast_rx |
| 848 | 2026-08-27T11:02:37.017Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-0bda64cc99833d0a /work/test/multicast_multi_sub |
| 849 | 2026-08-27T11:02:37.067Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-f42dd83d00cd44cb /work/test/multicast_validation |
| 850 | 2026-08-27T11:02:37.115Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-69bede13ae9b4bb5 /work/test/multicast_source_filter |
| 851 | 2026-08-27T11:02:37.163Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_nexthop-7b8b1f2959c89569 /work/test/multicast_multi_nexthop |
| 852 | 2026-08-27T11:02:37.214Z | process exited: duration 235108 ms, exit code 0 |
| |
| 853 | 2026-08-27T11:02:37.230Z | found 15 output files |
| 854 | 2026-08-27T11:02:37.230Z | uploading: /work/debug/xde.dbg (89335832 bytes) |
| 855 | 2026-08-27T11:02:38.761Z | uploaded: /work/debug/xde.dbg |
| 856 | 2026-08-27T11:02:38.761Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
| 857 | 2026-08-27T11:02:39.769Z | uploaded: /work/debug/xde.dbg.sha256 |
| 858 | 2026-08-27T11:02:39.770Z | uploading: /work/debug/xde_link.dbg.so (1256692 bytes) |
| 859 | 2026-08-27T11:02:40.790Z | uploaded: /work/debug/xde_link.dbg.so |
| 860 | 2026-08-27T11:02:40.791Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
| 861 | 2026-08-27T11:02:41.801Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
| 862 | 2026-08-27T11:02:41.801Z | uploading: /work/release/xde (53640248 bytes) |
| 863 | 2026-08-27T11:02:43.173Z | uploaded: /work/release/xde |
| 864 | 2026-08-27T11:02:43.173Z | uploading: /work/release/xde.sha256 (84 bytes) |
| 865 | 2026-08-27T11:02:44.181Z | uploaded: /work/release/xde.sha256 |
| 866 | 2026-08-27T11:02:44.182Z | uploading: /work/release/xde_link.so (45240 bytes) |
| 867 | 2026-08-27T11:02:45.195Z | uploaded: /work/release/xde_link.so |
| 868 | 2026-08-27T11:02:45.198Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
| 869 | 2026-08-27T11:02:46.204Z | uploaded: /work/release/xde_link.so.sha256 |
| 870 | 2026-08-27T11:02:46.204Z | uploading: /work/test/loopback (58910768 bytes) |
| 871 | 2026-08-27T11:02:47.524Z | uploaded: /work/test/loopback |
| 872 | 2026-08-27T11:02:47.524Z | uploading: /work/test/multicast_rx (59409336 bytes) |
| 873 | 2026-08-27T11:02:48.868Z | uploaded: /work/test/multicast_rx |
| 874 | 2026-08-27T11:02:48.868Z | uploading: /work/test/multicast_multi_sub (60051184 bytes) |
| 875 | 2026-08-27T11:02:50.220Z | uploaded: /work/test/multicast_multi_sub |
| 876 | 2026-08-27T11:02:50.220Z | uploading: /work/test/multicast_validation (59394944 bytes) |
| 877 | 2026-08-27T11:02:51.810Z | uploaded: /work/test/multicast_validation |
| 878 | 2026-08-27T11:02:51.811Z | uploading: /work/test/multicast_source_filter (59696656 bytes) |
| 879 | 2026-08-27T11:02:53.248Z | uploaded: /work/test/multicast_source_filter |
| 880 | 2026-08-27T11:02:53.248Z | uploading: /work/test/multicast_multi_nexthop (60287192 bytes) |
| 881 | 2026-08-27T11:02:54.610Z | uploaded: /work/test/multicast_multi_nexthop |
| 882 | 2026-08-27T11:02:54.610Z | uploading: /work/xde.conf (79 bytes) |
| 883 | 2026-08-27T11:02:55.618Z | uploaded: /work/xde.conf |