|
|
|
| 1 | 2026-06-25T04:05:52.970Z | job assigned to worker 01KVYF7ZP91MGGVA17ZYYFA40E [factory aws, i-0ced8efe35102d75d] (queued for 51 s) |
| |
| 2 | 2026-06-25T04:05:59.802Z | starting task 0: "setup" |
| 3 | 2026-06-25T04:05:59.812Z | ++ uname -s |
| 4 | 2026-06-25T04:05:59.812Z | + kern=SunOS |
| 5 | 2026-06-25T04:05:59.812Z | + build_user=build |
| 6 | 2026-06-25T04:05:59.812Z | + build_uid=12345 |
| 7 | 2026-06-25T04:05:59.812Z | + work_dir=/work |
| 8 | 2026-06-25T04:05:59.812Z | + input_dir=/input |
| 9 | 2026-06-25T04:05:59.812Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-25T04:05:59.812Z | + case "$kern" in |
| 11 | 2026-06-25T04:05:59.812Z | + groupadd -g 12345 build |
| 12 | 2026-06-25T04:05:59.812Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-25T04:06:01.788Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-25T04:06:01.885Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-25T04:06:01.893Z | + home_fs=zfs |
| 16 | 2026-06-25T04:06:01.893Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-25T04:06:01.893Z | + mkdir -p /home/build |
| 18 | 2026-06-25T04:06:01.893Z | + chown build:build /home/build /work |
| 19 | 2026-06-25T04:06:03.960Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-25T04:06:03.963Z | process exited: duration 4111 ms, exit code 0 |
| |
| 21 | 2026-06-25T04:06:03.972Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-25T04:06:03.980Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-25T04:06:03.980Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-25T04:06:03.981Z | * rust toolchain channel = "1.96.0" |
| 25 | 2026-06-25T04:06:03.981Z | * rust toolchain profile = "default" |
| 26 | 2026-06-25T04:06:03.981Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-25T04:06:03.981Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-25T04:06:03.981Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-25T04:06:03.981Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-25T04:06:04.084Z | info: downloading installer |
| 31 | 2026-06-25T04:06:05.655Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-25T04:06:05.655Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-25T04:06:05.655Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-25T04:06:05.655Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-25T04:06:05.655Z | info: profile set to default |
| 36 | 2026-06-25T04:06:05.655Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-25T04:06:05.655Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-25T04:06:05.666Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-25T04:06:05.683Z | info: downloading 6 components |
| 40 | 2026-06-25T04:06:20.815Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 41 | 2026-06-25T04:06:20.815Z | |
| 42 | 2026-06-25T04:06:20.843Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-25T04:06:20.843Z | |
| 44 | 2026-06-25T04:06:20.846Z | |
| 45 | 2026-06-25T04:06:20.846Z | Rust is installed now. Great! |
| 46 | 2026-06-25T04:06:20.846Z | |
| 47 | 2026-06-25T04:06:20.846Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-25T04:06:20.846Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-25T04:06:20.846Z | |
| 50 | 2026-06-25T04:06:20.846Z | To configure your current shell, you need to source |
| 51 | 2026-06-25T04:06:20.846Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-25T04:06:20.846Z | |
| 53 | 2026-06-25T04:06:20.846Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-25T04:06:20.846Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-25T04:06:20.846Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-25T04:06:20.846Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-25T04:06:20.847Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-25T04:06:20.847Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-25T04:06:20.847Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-25T04:06:20.847Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-25T04:06:20.847Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-25T04:06:20.934Z | + rustup --version |
| 63 | 2026-06-25T04:06:20.943Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-25T04:06:20.946Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-25T04:06:20.965Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-25T04:06:20.968Z | + cargo --version |
| 67 | 2026-06-25T04:06:20.981Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-25T04:06:20.984Z | + rustc --version |
| 69 | 2026-06-25T04:06:21.002Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-25T04:06:21.005Z | process exited: duration 17032 ms, exit code 0 |
| |
| 71 | 2026-06-25T04:06:21.011Z | starting task 2: "authentication" |
| 72 | 2026-06-25T04:06:21.029Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-06-25T04:06:21.035Z | starting task 3: "clone repository" |
| 74 | 2026-06-25T04:06:21.038Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-25T04:06:21.041Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-25T04:06:21.069Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-25T04:06:21.917Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-25T04:06:21.917Z | + git fetch origin 661422ffe220dfabd411fe7d2d5f76f87f356d4c |
| 79 | 2026-06-25T04:06:22.168Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-25T04:06:22.168Z | * branch 661422ffe220dfabd411fe7d2d5f76f87f356d4c -> FETCH_HEAD |
| 81 | 2026-06-25T04:06:22.173Z | + [[ -n '' ]] |
| 82 | 2026-06-25T04:06:22.173Z | + git reset --hard 661422ffe220dfabd411fe7d2d5f76f87f356d4c |
| 83 | 2026-06-25T04:06:22.190Z | HEAD is now at 661422f Update Rust to nightly-2026-06-25 |
| 84 | 2026-06-25T04:06:22.194Z | process exited: duration 1155 ms, exit code 0 |
| |
| 85 | 2026-06-25T04:06:22.201Z | starting task 4: "build" |
| 86 | 2026-06-25T04:06:22.204Z | + source .github/buildomat/common.sh |
| 87 | 2026-06-25T04:06:22.204Z | ++ rustup show active-toolchain |
| 88 | 2026-06-25T04:06:22.209Z | 1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 89 | 2026-06-25T04:06:22.212Z | ++ pushd xde |
| 90 | 2026-06-25T04:06:22.212Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 91 | 2026-06-25T04:06:22.212Z | ++ rustup show active-toolchain |
| 92 | 2026-06-25T04:06:22.215Z | info: syncing channel updates for nightly-2026-06-25-x86_64-unknown-illumos |
| 93 | 2026-06-25T04:06:22.372Z | info: latest update on 2026-06-25 for version 1.98.0-nightly (f28ac764c 2026-06-23) |
| 94 | 2026-06-25T04:06:22.375Z | info: downloading 6 components |
| 95 | 2026-06-25T04:06:36.202Z | nightly-2026-06-25-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 96 | 2026-06-25T04:06:36.288Z | +++ rustup show active-toolchain -v |
| 97 | 2026-06-25T04:06:36.292Z | +++ head -n 1 |
| 98 | 2026-06-25T04:06:36.292Z | +++ cut '-d ' -f1 |
| 99 | 2026-06-25T04:06:36.348Z | ++ export NIGHTLY=nightly-2026-06-25-x86_64-unknown-illumos |
| 100 | 2026-06-25T04:06:36.348Z | ++ NIGHTLY=nightly-2026-06-25-x86_64-unknown-illumos |
| 101 | 2026-06-25T04:06:36.348Z | ++ popd |
| 102 | 2026-06-25T04:06:36.352Z | /work/oxidecomputer/opte |
| 103 | 2026-06-25T04:06:36.352Z | + TGT_BASE=/work |
| 104 | 2026-06-25T04:06:36.352Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 105 | 2026-06-25T04:06:36.353Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 106 | 2026-06-25T04:06:36.353Z | + DBG_TGT=/work/debug |
| 107 | 2026-06-25T04:06:36.353Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 108 | 2026-06-25T04:06:36.353Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 109 | 2026-06-25T04:06:36.353Z | + REL_TGT=/work/release |
| 110 | 2026-06-25T04:06:36.353Z | + mkdir -p /work/debug /work/release |
| 111 | 2026-06-25T04:06:36.353Z | + cargo --version |
| 112 | 2026-06-25T04:06:36.356Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 113 | 2026-06-25T04:06:36.356Z | + rustc --version |
| 114 | 2026-06-25T04:06:36.378Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 115 | 2026-06-25T04:06:36.381Z | + install_pkg jq |
| 116 | 2026-06-25T04:06:36.381Z | + set +o errexit |
| 117 | 2026-06-25T04:06:36.381Z | + pfexec pkg install jq |
| 118 | 2026-06-25T04:06:37.333Z | Startup: Refreshing catalog 'helios' ... Done |
| 119 | 2026-06-25T04:06:37.439Z | Startup: Caching catalogs ... Done |
| 120 | 2026-06-25T04:06:37.889Z | Planning: Solver setup ... Done |
| 121 | 2026-06-25T04:06:37.913Z | Planning: Running solver ... Done |
| 122 | 2026-06-25T04:06:37.924Z | Planning: Consolidating action changes ... Done |
| 123 | 2026-06-25T04:06:37.927Z | Planning: Evaluating mediators ... Done |
| 124 | 2026-06-25T04:06:37.927Z | Planning: Planning completed in 0.46 seconds |
| 125 | 2026-06-25T04:06:37.940Z | No updates necessary for this image. |
| 126 | 2026-06-25T04:06:38.037Z | + exit_code=4 |
| 127 | 2026-06-25T04:06:38.037Z | + [[ 4 -ne 0 ]] |
| 128 | 2026-06-25T04:06:38.037Z | + [[ 4 -ne 4 ]] |
| 129 | 2026-06-25T04:06:38.041Z | + set -o errexit |
| 130 | 2026-06-25T04:06:38.041Z | + pushd xde |
| 131 | 2026-06-25T04:06:38.041Z | + cp xde.conf /work/xde.conf |
| 132 | 2026-06-25T04:06:38.041Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 133 | 2026-06-25T04:06:38.041Z | + header 'check style' |
| 134 | 2026-06-25T04:06:38.041Z | + echo '# ==== check style ==== #' |
| 135 | 2026-06-25T04:06:38.041Z | # ==== check style ==== # |
| 136 | 2026-06-25T04:06:38.041Z | + ptime -m cargo +nightly-2026-06-25-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 137 | 2026-06-25T04:06:38.252Z | |
| 138 | 2026-06-25T04:06:38.252Z | real 0.209901775 |
| 139 | 2026-06-25T04:06:38.252Z | user 0.154596402 |
| 140 | 2026-06-25T04:06:38.252Z | sys 0.044834422 |
| 141 | 2026-06-25T04:06:38.256Z | trap 0.000012428 |
| 142 | 2026-06-25T04:06:38.256Z | tflt 0.000001719 |
| 143 | 2026-06-25T04:06:38.256Z | dflt 0.000033328 |
| 144 | 2026-06-25T04:06:38.256Z | kflt 0.000000000 |
| 145 | 2026-06-25T04:06:38.256Z | lock 0.033111647 |
| 146 | 2026-06-25T04:06:38.256Z | slp 0.188620807 |
| 147 | 2026-06-25T04:06:38.256Z | lat 0.000808671 |
| 148 | 2026-06-25T04:06:38.256Z | stop 0.000105401 |
| 149 | 2026-06-25T04:06:38.256Z | + header analyze |
| 150 | 2026-06-25T04:06:38.256Z | + echo '# ==== analyze ==== #' |
| 151 | 2026-06-25T04:06:38.256Z | # ==== analyze ==== # |
| 152 | 2026-06-25T04:06:38.256Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 153 | 2026-06-25T04:06:38.439Z | Updating crates.io index |
| 154 | 2026-06-25T04:06:38.442Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 155 | 2026-06-25T04:06:39.089Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 156 | 2026-06-25T04:06:39.338Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 157 | 2026-06-25T04:06:39.676Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 158 | 2026-06-25T04:06:39.924Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 159 | 2026-06-25T04:06:40.165Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 160 | 2026-06-25T04:06:40.420Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 161 | 2026-06-25T04:06:42.329Z | Downloading crates ... |
| 162 | 2026-06-25T04:06:42.426Z | Downloaded ident_case v1.0.1 |
| 163 | 2026-06-25T04:06:42.431Z | Downloaded darling_macro v0.23.0 |
| 164 | 2026-06-25T04:06:42.431Z | Downloaded cobs v0.3.0 |
| 165 | 2026-06-25T04:06:42.436Z | Downloaded defmt v0.3.100 |
| 166 | 2026-06-25T04:06:42.436Z | Downloaded managed v0.8.0 |
| 167 | 2026-06-25T04:06:42.439Z | Downloaded fnv v1.0.7 |
| 168 | 2026-06-25T04:06:42.439Z | Downloaded strsim v0.11.1 |
| 169 | 2026-06-25T04:06:42.443Z | Downloaded defmt-parser v1.0.0 |
| 170 | 2026-06-25T04:06:42.443Z | Downloaded version_check v0.9.5 |
| 171 | 2026-06-25T04:06:42.443Z | Downloaded bitflags v1.3.2 |
| 172 | 2026-06-25T04:06:42.446Z | Downloaded byteorder v1.5.0 |
| 173 | 2026-06-25T04:06:42.447Z | Downloaded defmt-macros v1.1.0 |
| 174 | 2026-06-25T04:06:42.447Z | Downloaded aho-corasick v1.1.4 |
| 175 | 2026-06-25T04:06:42.459Z | Downloaded ref-cast v1.0.25 |
| 176 | 2026-06-25T04:06:42.462Z | Downloaded darling_macro v0.21.3 |
| 177 | 2026-06-25T04:06:42.462Z | Downloaded either v1.16.0 |
| 178 | 2026-06-25T04:06:42.465Z | Downloaded embedded-io v0.6.1 |
| 179 | 2026-06-25T04:06:42.475Z | Downloaded stable_deref_trait v1.2.1 |
| 180 | 2026-06-25T04:06:42.483Z | Downloaded ingot v0.1.1 |
| 181 | 2026-06-25T04:06:42.487Z | Downloaded quote v1.0.46 |
| 182 | 2026-06-25T04:06:42.492Z | Downloaded thiserror-impl v2.0.18 |
| 183 | 2026-06-25T04:06:42.492Z | Downloaded thiserror v2.0.18 |
| 184 | 2026-06-25T04:06:42.495Z | Downloaded crc32fast v1.5.0 |
| 185 | 2026-06-25T04:06:42.501Z | Downloaded proc-macro-error2 v2.0.1 |
| 186 | 2026-06-25T04:06:42.507Z | Downloaded darling v0.23.0 |
| 187 | 2026-06-25T04:06:42.510Z | Downloaded cfg-if v1.0.4 |
| 188 | 2026-06-25T04:06:42.510Z | Downloaded postcard v1.1.3 |
| 189 | 2026-06-25T04:06:42.514Z | Downloaded hash32 v0.3.1 |
| 190 | 2026-06-25T04:06:42.514Z | Downloaded embedded-io v0.4.0 |
| 191 | 2026-06-25T04:06:42.514Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 192 | 2026-06-25T04:06:42.514Z | Downloaded ref-cast-impl v1.0.25 |
| 193 | 2026-06-25T04:06:42.528Z | Downloaded ingot-types v0.1.2 |
| 194 | 2026-06-25T04:06:42.532Z | Downloaded darling v0.21.3 |
| 195 | 2026-06-25T04:06:42.532Z | Downloaded dyn-clone v1.0.20 |
| 196 | 2026-06-25T04:06:42.535Z | Downloaded proc-macro2 v1.0.106 |
| 197 | 2026-06-25T04:06:42.540Z | Downloaded macaddr v1.0.1 |
| 198 | 2026-06-25T04:06:42.560Z | Downloaded unicode-ident v1.0.24 |
| 199 | 2026-06-25T04:06:42.563Z | Downloaded darling_core v0.21.3 |
| 200 | 2026-06-25T04:06:42.567Z | Downloaded bitflags v2.13.0 |
| 201 | 2026-06-25T04:06:42.567Z | Downloaded uuid v1.23.3 |
| 202 | 2026-06-25T04:06:42.570Z | Downloaded serde v1.0.228 |
| 203 | 2026-06-25T04:06:42.570Z | Downloaded defmt v1.1.0 |
| 204 | 2026-06-25T04:06:42.574Z | Downloaded serde_derive v1.0.228 |
| 205 | 2026-06-25T04:06:42.574Z | Downloaded ingot-macros v0.1.1 |
| 206 | 2026-06-25T04:06:42.586Z | Downloaded heapless v0.8.0 |
| 207 | 2026-06-25T04:06:42.596Z | Downloaded serde_core v1.0.228 |
| 208 | 2026-06-25T04:06:42.602Z | Downloaded darling_core v0.23.0 |
| 209 | 2026-06-25T04:06:42.602Z | Downloaded zerocopy-derive v0.8.52 |
| 210 | 2026-06-25T04:06:42.633Z | Downloaded itertools v0.14.0 |
| 211 | 2026-06-25T04:06:42.636Z | Downloaded memchr v2.8.2 |
| 212 | 2026-06-25T04:06:42.650Z | Downloaded itertools v0.15.0 |
| 213 | 2026-06-25T04:06:42.653Z | Downloaded regex v1.12.4 |
| 214 | 2026-06-25T04:06:42.688Z | Downloaded syn v2.0.118 |
| 215 | 2026-06-25T04:06:42.692Z | Downloaded zerocopy v0.8.52 |
| 216 | 2026-06-25T04:06:42.708Z | Downloaded smoltcp v0.11.0 |
| 217 | 2026-06-25T04:06:42.714Z | Downloaded regex-syntax v0.8.11 |
| 218 | 2026-06-25T04:06:42.733Z | Downloaded regex-automata v0.4.14 |
| 219 | 2026-06-25T04:06:42.743Z | Updating crates.io index |
| 220 | 2026-06-25T04:06:42.793Z | Downloading crates ... |
| 221 | 2026-06-25T04:06:42.816Z | Downloaded memchr v2.7.6 |
| 222 | 2026-06-25T04:06:42.823Z | Downloaded addr2line v0.25.1 |
| 223 | 2026-06-25T04:06:42.831Z | Downloaded foldhash v0.2.0 |
| 224 | 2026-06-25T04:06:42.849Z | Downloaded miniz_oxide v0.8.9 |
| 225 | 2026-06-25T04:06:42.852Z | Downloaded object v0.37.3 |
| 226 | 2026-06-25T04:06:42.859Z | Downloaded adler2 v2.0.1 |
| 227 | 2026-06-25T04:06:42.863Z | Downloaded getopts v0.2.24 |
| 228 | 2026-06-25T04:06:42.863Z | Downloaded rustc-demangle v0.1.27 |
| 229 | 2026-06-25T04:06:42.876Z | Downloaded rustc-literal-escaper v0.0.7 |
| 230 | 2026-06-25T04:06:42.899Z | Downloaded gimli v0.32.3 |
| 231 | 2026-06-25T04:06:42.908Z | Downloaded hashbrown v0.17.1 |
| 232 | 2026-06-25T04:06:42.958Z | Downloaded libc v0.2.185 |
| 233 | 2026-06-25T04:06:43.013Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-25-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 234 | 2026-06-25T04:06:43.017Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-25-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 235 | 2026-06-25T04:06:43.017Z | Compiling proc-macro2 v1.0.106 |
| 236 | 2026-06-25T04:06:43.017Z | Compiling unicode-ident v1.0.24 |
| 237 | 2026-06-25T04:06:43.017Z | Compiling quote v1.0.46 |
| 238 | 2026-06-25T04:06:43.017Z | Compiling ident_case v1.0.1 |
| 239 | 2026-06-25T04:06:43.017Z | Compiling strsim v0.11.1 |
| 240 | 2026-06-25T04:06:43.017Z | Compiling serde_core v1.0.228 |
| 241 | 2026-06-25T04:06:43.191Z | Compiling memchr v2.8.2 |
| 242 | 2026-06-25T04:06:43.194Z | Compiling fnv v1.0.7 |
| 243 | 2026-06-25T04:06:43.282Z | Compiling regex-syntax v0.8.11 |
| 244 | 2026-06-25T04:06:43.462Z | Compiling thiserror v2.0.18 |
| 245 | 2026-06-25T04:06:43.493Z | Compiling either v1.16.0 |
| 246 | 2026-06-25T04:06:43.541Z | Compiling zerocopy v0.8.52 |
| 247 | 2026-06-25T04:06:43.615Z | Compiling serde v1.0.228 |
| 248 | 2026-06-25T04:06:43.710Z | Compiling aho-corasick v1.1.4 |
| 249 | 2026-06-25T04:06:43.925Z | Compiling itertools v0.14.0 |
| 250 | 2026-06-25T04:06:44.100Z | Compiling heapless v0.8.0 |
| 251 | 2026-06-25T04:06:44.120Z | Compiling smoltcp v0.11.0 |
| 252 | 2026-06-25T04:06:44.311Z | Compiling syn v2.0.118 |
| 253 | 2026-06-25T04:06:44.386Z | Compiling version_check v0.9.5 |
| 254 | 2026-06-25T04:06:44.572Z | Compiling crc32fast v1.5.0 |
| 255 | 2026-06-25T04:06:44.582Z | Compiling ref-cast v1.0.25 |
| 256 | 2026-06-25T04:06:44.759Z | Compiling regex-automata v0.4.14 |
| 257 | 2026-06-25T04:06:44.957Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 258 | 2026-06-25T04:06:46.339Z | Compiling regex v1.12.4 |
| 259 | 2026-06-25T04:06:46.696Z | Compiling darling_core v0.21.3 |
| 260 | 2026-06-25T04:06:46.707Z | Compiling darling_core v0.23.0 |
| 261 | 2026-06-25T04:06:47.522Z | Compiling serde_derive v1.0.228 |
| 262 | 2026-06-25T04:06:47.522Z | Compiling thiserror-impl v2.0.18 |
| 263 | 2026-06-25T04:06:47.522Z | Compiling zerocopy-derive v0.8.52 |
| 264 | 2026-06-25T04:06:47.527Z | Compiling ref-cast-impl v1.0.25 |
| 265 | 2026-06-25T04:06:47.528Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 266 | 2026-06-25T04:06:49.356Z | Compiling darling_macro v0.21.3 |
| 267 | 2026-06-25T04:06:49.418Z | Compiling darling_macro v0.23.0 |
| 268 | 2026-06-25T04:06:50.321Z | Compiling darling v0.21.3 |
| 269 | 2026-06-25T04:06:50.353Z | Compiling darling v0.23.0 |
| 270 | 2026-06-25T04:06:50.380Z | Compiling ingot-macros v0.1.1 |
| 271 | 2026-06-25T04:06:50.428Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 272 | 2026-06-25T04:06:55.368Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-25-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 273 | 2026-06-25T04:06:57.515Z | Checking byteorder v1.5.0 |
| 274 | 2026-06-25T04:06:57.515Z | Checking cfg-if v1.0.4 |
| 275 | 2026-06-25T04:06:57.518Z | Checking stable_deref_trait v1.2.1 |
| 276 | 2026-06-25T04:06:57.518Z | Checking macaddr v1.0.1 |
| 277 | 2026-06-25T04:06:57.518Z | Checking managed v0.8.0 |
| 278 | 2026-06-25T04:06:57.568Z | Checking bitflags v1.3.2 |
| 279 | 2026-06-25T04:06:57.609Z | Checking cobs v0.3.0 |
| 280 | 2026-06-25T04:06:57.653Z | Checking dyn-clone v1.0.20 |
| 281 | 2026-06-25T04:06:57.672Z | Checking hash32 v0.3.1 |
| 282 | 2026-06-25T04:06:57.728Z | Checking itertools v0.15.0 |
| 283 | 2026-06-25T04:06:57.734Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 284 | 2026-06-25T04:06:58.898Z | Checking bitflags v2.13.0 |
| 285 | 2026-06-25T04:06:58.899Z | Checking uuid v1.23.3 |
| 286 | 2026-06-25T04:06:59.048Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 287 | 2026-06-25T04:06:59.266Z | Checking postcard v1.1.3 |
| 288 | 2026-06-25T04:07:00.165Z | Checking ingot-types v0.1.2 |
| 289 | 2026-06-25T04:07:00.437Z | Checking ingot v0.1.1 |
| 290 | 2026-06-25T04:07:01.774Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 291 | 2026-06-25T04:07:05.542Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 292 | 2026-06-25T04:07:06.918Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 293 | 2026-06-25T04:07:08.934Z | Finished `dev` profile [optimized + debuginfo] target(s) in 30.61s |
| 294 | 2026-06-25T04:07:09.037Z | |
| 295 | 2026-06-25T04:07:09.037Z | real 30.780182282 |
| 296 | 2026-06-25T04:07:09.037Z | user 1:15.198163647 |
| 297 | 2026-06-25T04:07:09.037Z | sys 10.648527338 |
| 298 | 2026-06-25T04:07:09.038Z | trap 0.032978693 |
| 299 | 2026-06-25T04:07:09.038Z | tflt 0.070726288 |
| 300 | 2026-06-25T04:07:09.038Z | dflt 0.140207228 |
| 301 | 2026-06-25T04:07:09.038Z | kflt 0.001667855 |
| 302 | 2026-06-25T04:07:09.038Z | lock 5:23.671887424 |
| 303 | 2026-06-25T04:07:09.038Z | slp 3:28.684124862 |
| 304 | 2026-06-25T04:07:09.038Z | lat 2.592306571 |
| 305 | 2026-06-25T04:07:09.041Z | stop 8.135559512 |
| 306 | 2026-06-25T04:07:09.041Z | + pushd xde-link |
| 307 | 2026-06-25T04:07:09.041Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 308 | 2026-06-25T04:07:09.041Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 309 | 2026-06-25T04:07:09.223Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-25-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 310 | 2026-06-25T04:07:09.223Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-25-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 311 | 2026-06-25T04:07:09.223Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 312 | 2026-06-25T04:07:20.338Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-25-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 313 | 2026-06-25T04:07:22.558Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.45s |
| 314 | 2026-06-25T04:07:22.577Z | |
| 315 | 2026-06-25T04:07:22.577Z | real 13.534317856 |
| 316 | 2026-06-25T04:07:22.577Z | user 21.300204468 |
| 317 | 2026-06-25T04:07:22.577Z | sys 1.301644778 |
| 318 | 2026-06-25T04:07:22.577Z | trap 0.003783398 |
| 319 | 2026-06-25T04:07:22.577Z | tflt 0.015637968 |
| 320 | 2026-06-25T04:07:22.577Z | dflt 0.033444756 |
| 321 | 2026-06-25T04:07:22.580Z | kflt 0.000000000 |
| 322 | 2026-06-25T04:07:22.580Z | lock 1:27.138721555 |
| 323 | 2026-06-25T04:07:22.580Z | slp 45.074187836 |
| 324 | 2026-06-25T04:07:22.580Z | lat 0.379921309 |
| 325 | 2026-06-25T04:07:22.580Z | stop 0.159994234 |
| 326 | 2026-06-25T04:07:22.580Z | + popd |
| 327 | 2026-06-25T04:07:22.581Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 328 | 2026-06-25T04:07:22.581Z | + popd |
| 329 | 2026-06-25T04:07:22.581Z | /work/oxidecomputer/opte |
| 330 | 2026-06-25T04:07:22.581Z | + header 'build xde (debug)' |
| 331 | 2026-06-25T04:07:22.581Z | + echo '# ==== build xde (debug) ==== #' |
| 332 | 2026-06-25T04:07:22.581Z | # ==== build xde (debug) ==== # |
| 333 | 2026-06-25T04:07:22.581Z | + ptime -m cargo xtask build --profile debug xde xde-link |
| 334 | 2026-06-25T04:07:22.725Z | Downloading crates ... |
| 335 | 2026-06-25T04:07:22.796Z | Downloaded anstream v1.0.0 |
| 336 | 2026-06-25T04:07:22.802Z | Downloaded itoa v1.0.18 |
| 337 | 2026-06-25T04:07:22.807Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 338 | 2026-06-25T04:07:22.811Z | Downloaded serde_spanned v1.1.1 |
| 339 | 2026-06-25T04:07:22.811Z | Downloaded errno v0.3.14 |
| 340 | 2026-06-25T04:07:22.814Z | Downloaded cargo-platform v0.3.3 |
| 341 | 2026-06-25T04:07:22.814Z | Downloaded anstyle-query v1.1.5 |
| 342 | 2026-06-25T04:07:22.814Z | Downloaded anyhow v1.0.102 |
| 343 | 2026-06-25T04:07:22.817Z | Downloaded colorchoice v1.0.5 |
| 344 | 2026-06-25T04:07:22.821Z | Downloaded utf8parse v0.2.2 |
| 345 | 2026-06-25T04:07:22.824Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 346 | 2026-06-25T04:07:22.826Z | Downloaded clap_lex v1.1.0 |
| 347 | 2026-06-25T04:07:22.827Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 348 | 2026-06-25T04:07:22.831Z | Downloaded zmij v1.0.21 |
| 349 | 2026-06-25T04:07:22.835Z | Downloaded anstyle v1.0.14 |
| 350 | 2026-06-25T04:07:22.838Z | Downloaded anstyle-parse v1.0.0 |
| 351 | 2026-06-25T04:07:22.850Z | Downloaded is_terminal_polyfill v1.70.2 |
| 352 | 2026-06-25T04:07:22.853Z | Downloaded heck v0.5.0 |
| 353 | 2026-06-25T04:07:22.856Z | Downloaded clap v4.6.1 |
| 354 | 2026-06-25T04:07:22.859Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 355 | 2026-06-25T04:07:22.862Z | Downloaded semver v1.0.28 |
| 356 | 2026-06-25T04:07:22.865Z | Downloaded terminal_size v0.4.4 |
| 357 | 2026-06-25T04:07:22.865Z | Downloaded equivalent v1.0.2 |
| 358 | 2026-06-25T04:07:22.873Z | Downloaded cargo_metadata v0.23.1 |
| 359 | 2026-06-25T04:07:22.876Z | Downloaded indexmap v2.14.0 |
| 360 | 2026-06-25T04:07:22.881Z | Downloaded clap_derive v4.6.1 |
| 361 | 2026-06-25T04:07:22.883Z | Downloaded camino v1.2.3 |
| 362 | 2026-06-25T04:07:22.907Z | Downloaded serde_json v1.0.150 |
| 363 | 2026-06-25T04:07:22.912Z | Downloaded winnow v1.0.3 |
| 364 | 2026-06-25T04:07:22.917Z | Downloaded clap_builder v4.6.0 |
| 365 | 2026-06-25T04:07:22.941Z | Downloaded rustix v1.1.4 |
| 366 | 2026-06-25T04:07:22.968Z | Downloaded libc v0.2.186 |
| 367 | 2026-06-25T04:07:23.016Z | Compiling serde_core v1.0.228 |
| 368 | 2026-06-25T04:07:23.016Z | Compiling proc-macro2 v1.0.106 |
| 369 | 2026-06-25T04:07:23.019Z | Compiling quote v1.0.46 |
| 370 | 2026-06-25T04:07:23.019Z | Compiling unicode-ident v1.0.24 |
| 371 | 2026-06-25T04:07:23.019Z | Compiling libc v0.2.186 |
| 372 | 2026-06-25T04:07:23.019Z | Compiling rustix v1.1.4 |
| 373 | 2026-06-25T04:07:23.019Z | Compiling utf8parse v0.2.2 |
| 374 | 2026-06-25T04:07:23.019Z | Compiling bitflags v2.13.0 |
| 375 | 2026-06-25T04:07:23.169Z | Compiling zmij v1.0.21 |
| 376 | 2026-06-25T04:07:23.185Z | Compiling anstyle-parse v1.0.0 |
| 377 | 2026-06-25T04:07:23.387Z | Compiling camino v1.2.3 |
| 378 | 2026-06-25T04:07:23.404Z | Compiling serde v1.0.228 |
| 379 | 2026-06-25T04:07:23.508Z | Compiling is_terminal_polyfill v1.70.2 |
| 380 | 2026-06-25T04:07:23.545Z | Compiling thiserror v2.0.18 |
| 381 | 2026-06-25T04:07:23.587Z | Compiling anstyle-query v1.1.5 |
| 382 | 2026-06-25T04:07:23.639Z | Compiling colorchoice v1.0.5 |
| 383 | 2026-06-25T04:07:23.685Z | Compiling anstyle v1.0.14 |
| 384 | 2026-06-25T04:07:23.730Z | Compiling serde_json v1.0.150 |
| 385 | 2026-06-25T04:07:23.761Z | Compiling errno v0.3.14 |
| 386 | 2026-06-25T04:07:23.841Z | Compiling clap_lex v1.1.0 |
| 387 | 2026-06-25T04:07:23.960Z | Compiling anstream v1.0.0 |
| 388 | 2026-06-25T04:07:23.963Z | Compiling itoa v1.0.18 |
| 389 | 2026-06-25T04:07:24.168Z | Compiling memchr v2.8.2 |
| 390 | 2026-06-25T04:07:24.257Z | Compiling heck v0.5.0 |
| 391 | 2026-06-25T04:07:24.257Z | Compiling strsim v0.11.1 |
| 392 | 2026-06-25T04:07:24.262Z | Compiling anyhow v1.0.102 |
| 393 | 2026-06-25T04:07:24.403Z | Compiling syn v2.0.118 |
| 394 | 2026-06-25T04:07:24.446Z | Compiling terminal_size v0.4.4 |
| 395 | 2026-06-25T04:07:24.517Z | Compiling winnow v1.0.3 |
| 396 | 2026-06-25T04:07:24.600Z | Compiling clap_builder v4.6.0 |
| 397 | 2026-06-25T04:07:24.771Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 398 | 2026-06-25T04:07:24.946Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 399 | 2026-06-25T04:07:25.370Z | Compiling serde_spanned v1.1.1 |
| 400 | 2026-06-25T04:07:25.489Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 401 | 2026-06-25T04:07:25.525Z | Compiling cargo-platform v0.3.3 |
| 402 | 2026-06-25T04:07:25.867Z | Compiling semver v1.0.28 |
| 403 | 2026-06-25T04:07:25.971Z | Compiling toml v1.1.2+spec-1.1.0 |
| 404 | 2026-06-25T04:07:26.867Z | Compiling serde_derive v1.0.228 |
| 405 | 2026-06-25T04:07:26.882Z | Compiling thiserror-impl v2.0.18 |
| 406 | 2026-06-25T04:07:27.052Z | Compiling clap_derive v4.6.1 |
| 407 | 2026-06-25T04:07:28.611Z | Compiling clap v4.6.1 |
| 408 | 2026-06-25T04:07:29.952Z | Compiling cargo_metadata v0.23.1 |
| 409 | 2026-06-25T04:07:32.423Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 410 | 2026-06-25T04:07:34.013Z | Finished `dev` profile [optimized + debuginfo] target(s) in 11.42s |
| 411 | 2026-06-25T04:07:34.026Z | Running `target/debug/xtask build --profile debug xde xde-link` |
| 412 | 2026-06-25T04:07:35.453Z | Building xde (dev). |
| 413 | 2026-06-25T04:07:35.688Z | Compiling serde_core v1.0.228 |
| 414 | 2026-06-25T04:07:35.688Z | Compiling byteorder v1.5.0 |
| 415 | 2026-06-25T04:07:35.688Z | Compiling cfg-if v1.0.4 |
| 416 | 2026-06-25T04:07:35.691Z | Compiling macaddr v1.0.1 |
| 417 | 2026-06-25T04:07:35.691Z | Compiling stable_deref_trait v1.2.1 |
| 418 | 2026-06-25T04:07:35.713Z | Compiling thiserror v2.0.18 |
| 419 | 2026-06-25T04:07:35.717Z | Compiling zerocopy v0.8.52 |
| 420 | 2026-06-25T04:07:35.719Z | Compiling managed v0.8.0 |
| 421 | 2026-06-25T04:07:35.763Z | Compiling bitflags v1.3.2 |
| 422 | 2026-06-25T04:07:35.770Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 423 | 2026-06-25T04:07:35.805Z | Compiling cobs v0.3.0 |
| 424 | 2026-06-25T04:07:35.829Z | Compiling either v1.16.0 |
| 425 | 2026-06-25T04:07:35.882Z | Compiling hash32 v0.3.1 |
| 426 | 2026-06-25T04:07:35.937Z | Compiling ref-cast v1.0.25 |
| 427 | 2026-06-25T04:07:35.960Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 428 | 2026-06-25T04:07:36.008Z | Compiling heapless v0.8.0 |
| 429 | 2026-06-25T04:07:36.029Z | Compiling itertools v0.15.0 |
| 430 | 2026-06-25T04:07:36.034Z | Compiling crc32fast v1.5.0 |
| 431 | 2026-06-25T04:07:36.055Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 432 | 2026-06-25T04:07:36.085Z | Compiling dyn-clone v1.0.20 |
| 433 | 2026-06-25T04:07:36.222Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 434 | 2026-06-25T04:07:36.374Z | Compiling smoltcp v0.11.0 |
| 435 | 2026-06-25T04:07:37.301Z | Compiling serde v1.0.228 |
| 436 | 2026-06-25T04:07:37.301Z | Compiling bitflags v2.13.0 |
| 437 | 2026-06-25T04:07:37.302Z | Compiling uuid v1.23.3 |
| 438 | 2026-06-25T04:07:37.438Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 439 | 2026-06-25T04:07:37.827Z | Compiling postcard v1.1.3 |
| 440 | 2026-06-25T04:07:38.491Z | Compiling ingot-types v0.1.2 |
| 441 | 2026-06-25T04:07:38.783Z | Compiling ingot v0.1.1 |
| 442 | 2026-06-25T04:07:40.282Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 443 | 2026-06-25T04:07:44.685Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 444 | 2026-06-25T04:07:55.179Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 445 | 2026-06-25T04:08:03.649Z | Finished `dev` profile [optimized + debuginfo] target(s) in 28.16s |
| 446 | 2026-06-25T04:08:03.675Z | Linking xde kmod... |
| 447 | 2026-06-25T04:08:04.841Z | Building xde dev link helper (dev). |
| 448 | 2026-06-25T04:08:04.995Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 449 | 2026-06-25T04:08:05.331Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.46s |
| 450 | 2026-06-25T04:08:05.354Z | |
| 451 | 2026-06-25T04:08:05.354Z | real 42.772894412 |
| 452 | 2026-06-25T04:08:05.354Z | user 2:18.261397255 |
| 453 | 2026-06-25T04:08:05.354Z | sys 11.410125633 |
| 454 | 2026-06-25T04:08:05.358Z | trap 0.055723529 |
| 455 | 2026-06-25T04:08:05.358Z | tflt 0.269320259 |
| 456 | 2026-06-25T04:08:05.358Z | dflt 0.434716415 |
| 457 | 2026-06-25T04:08:05.358Z | kflt 0.000005997 |
| 458 | 2026-06-25T04:08:05.358Z | lock 7:06.204445834 |
| 459 | 2026-06-25T04:08:05.358Z | slp 3:56.035229893 |
| 460 | 2026-06-25T04:08:05.358Z | lat 6.535633216 |
| 461 | 2026-06-25T04:08:05.358Z | stop 5.872280680 |
| 462 | 2026-06-25T04:08:05.358Z | + header 'build xde (release)' |
| 463 | 2026-06-25T04:08:05.358Z | + echo '# ==== build xde (release) ==== #' |
| 464 | 2026-06-25T04:08:05.358Z | # ==== build xde (release) ==== # |
| 465 | 2026-06-25T04:08:05.358Z | + ptime -m cargo xtask build --profile release xde xde-link |
| 466 | 2026-06-25T04:08:05.493Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s |
| 467 | 2026-06-25T04:08:05.497Z | Running `target/debug/xtask build --profile release xde xde-link` |
| 468 | 2026-06-25T04:08:05.676Z | Building xde (release-lto). |
| 469 | 2026-06-25T04:08:05.904Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-25-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 470 | 2026-06-25T04:08:05.905Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-25-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 471 | 2026-06-25T04:08:05.905Z | Compiling proc-macro2 v1.0.106 |
| 472 | 2026-06-25T04:08:05.905Z | Compiling quote v1.0.46 |
| 473 | 2026-06-25T04:08:05.905Z | Compiling unicode-ident v1.0.24 |
| 474 | 2026-06-25T04:08:05.908Z | Compiling strsim v0.11.1 |
| 475 | 2026-06-25T04:08:05.908Z | Compiling ident_case v1.0.1 |
| 476 | 2026-06-25T04:08:05.908Z | Compiling serde_core v1.0.228 |
| 477 | 2026-06-25T04:08:06.024Z | Compiling memchr v2.8.2 |
| 478 | 2026-06-25T04:08:06.024Z | Compiling fnv v1.0.7 |
| 479 | 2026-06-25T04:08:06.108Z | Compiling regex-syntax v0.8.11 |
| 480 | 2026-06-25T04:08:06.274Z | Compiling thiserror v2.0.18 |
| 481 | 2026-06-25T04:08:06.284Z | Compiling either v1.16.0 |
| 482 | 2026-06-25T04:08:06.287Z | Compiling zerocopy v0.8.52 |
| 483 | 2026-06-25T04:08:06.416Z | Compiling aho-corasick v1.1.4 |
| 484 | 2026-06-25T04:08:06.471Z | Compiling serde v1.0.228 |
| 485 | 2026-06-25T04:08:06.664Z | Compiling itertools v0.14.0 |
| 486 | 2026-06-25T04:08:06.867Z | Compiling heapless v0.8.0 |
| 487 | 2026-06-25T04:08:06.896Z | Compiling smoltcp v0.11.0 |
| 488 | 2026-06-25T04:08:07.036Z | Compiling syn v2.0.118 |
| 489 | 2026-06-25T04:08:07.083Z | Compiling ref-cast v1.0.25 |
| 490 | 2026-06-25T04:08:07.312Z | Compiling version_check v0.9.5 |
| 491 | 2026-06-25T04:08:07.332Z | Compiling crc32fast v1.5.0 |
| 492 | 2026-06-25T04:08:07.551Z | Compiling regex-automata v0.4.14 |
| 493 | 2026-06-25T04:08:07.675Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 494 | 2026-06-25T04:08:09.123Z | Compiling regex v1.12.4 |
| 495 | 2026-06-25T04:08:09.392Z | Compiling darling_core v0.21.3 |
| 496 | 2026-06-25T04:08:09.438Z | Compiling darling_core v0.23.0 |
| 497 | 2026-06-25T04:08:10.313Z | Compiling serde_derive v1.0.228 |
| 498 | 2026-06-25T04:08:10.313Z | Compiling thiserror-impl v2.0.18 |
| 499 | 2026-06-25T04:08:10.313Z | Compiling zerocopy-derive v0.8.52 |
| 500 | 2026-06-25T04:08:10.316Z | Compiling ref-cast-impl v1.0.25 |
| 501 | 2026-06-25T04:08:10.316Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 502 | 2026-06-25T04:08:11.870Z | Compiling darling_macro v0.23.0 |
| 503 | 2026-06-25T04:08:12.135Z | Compiling darling_macro v0.21.3 |
| 504 | 2026-06-25T04:08:12.777Z | Compiling darling v0.23.0 |
| 505 | 2026-06-25T04:08:12.842Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 506 | 2026-06-25T04:08:13.041Z | Compiling darling v0.21.3 |
| 507 | 2026-06-25T04:08:13.103Z | Compiling ingot-macros v0.1.1 |
| 508 | 2026-06-25T04:08:18.618Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-25-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 509 | 2026-06-25T04:08:20.743Z | Compiling byteorder v1.5.0 |
| 510 | 2026-06-25T04:08:20.743Z | Compiling cfg-if v1.0.4 |
| 511 | 2026-06-25T04:08:20.743Z | Compiling stable_deref_trait v1.2.1 |
| 512 | 2026-06-25T04:08:20.746Z | Compiling macaddr v1.0.1 |
| 513 | 2026-06-25T04:08:20.806Z | Compiling managed v0.8.0 |
| 514 | 2026-06-25T04:08:20.811Z | Compiling cobs v0.3.0 |
| 515 | 2026-06-25T04:08:20.838Z | Compiling bitflags v1.3.2 |
| 516 | 2026-06-25T04:08:20.905Z | Compiling hash32 v0.3.1 |
| 517 | 2026-06-25T04:08:21.048Z | Compiling dyn-clone v1.0.20 |
| 518 | 2026-06-25T04:08:21.109Z | Compiling itertools v0.15.0 |
| 519 | 2026-06-25T04:08:21.120Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 520 | 2026-06-25T04:08:22.384Z | Compiling bitflags v2.13.0 |
| 521 | 2026-06-25T04:08:22.384Z | Compiling uuid v1.23.3 |
| 522 | 2026-06-25T04:08:22.530Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 523 | 2026-06-25T04:08:22.825Z | Compiling postcard v1.1.3 |
| 524 | 2026-06-25T04:08:23.646Z | Compiling ingot-types v0.1.2 |
| 525 | 2026-06-25T04:08:23.976Z | Compiling ingot v0.1.1 |
| 526 | 2026-06-25T04:08:25.523Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 527 | 2026-06-25T04:08:29.357Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 528 | 2026-06-25T04:08:38.196Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 529 | 2026-06-25T04:09:08.104Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 02s |
| 530 | 2026-06-25T04:09:08.126Z | Linking xde kmod... |
| 531 | 2026-06-25T04:09:08.717Z | Building xde dev link helper (release). |
| 532 | 2026-06-25T04:09:08.873Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-25-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 533 | 2026-06-25T04:09:08.873Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-25-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 534 | 2026-06-25T04:09:08.873Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 535 | 2026-06-25T04:09:20.632Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-25-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 536 | 2026-06-25T04:09:23.135Z | Finished `release` profile [optimized + debuginfo] target(s) in 14.39s |
| 537 | 2026-06-25T04:09:23.154Z | |
| 538 | 2026-06-25T04:09:23.157Z | real 1:17.796598595 |
| 539 | 2026-06-25T04:09:23.157Z | user 2:11.722434285 |
| 540 | 2026-06-25T04:09:23.157Z | sys 12.814214458 |
| 541 | 2026-06-25T04:09:23.157Z | trap 0.030130282 |
| 542 | 2026-06-25T04:09:23.157Z | tflt 0.171717594 |
| 543 | 2026-06-25T04:09:23.157Z | dflt 0.240913060 |
| 544 | 2026-06-25T04:09:23.157Z | kflt 0.000032355 |
| 545 | 2026-06-25T04:09:23.157Z | lock 12:23.003352503 |
| 546 | 2026-06-25T04:09:23.157Z | slp 6:14.390640892 |
| 547 | 2026-06-25T04:09:23.157Z | lat 2.550870763 |
| 548 | 2026-06-25T04:09:23.157Z | stop 5.898752157 |
| 549 | 2026-06-25T04:09:23.157Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
| 550 | 2026-06-25T04:09:23.157Z | + grep GOTPCREL |
| 551 | 2026-06-25T04:09:24.935Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 552 | 2026-06-25T04:09:24.939Z | + grep GOTPCREL |
| 553 | 2026-06-25T04:09:25.896Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
| 554 | 2026-06-25T04:09:25.951Z | + sha256sum /work/debug/xde.dbg |
| 555 | 2026-06-25T04:09:26.003Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
| 556 | 2026-06-25T04:09:26.006Z | + sha256sum /work/debug/xde_link.dbg.so |
| 557 | 2026-06-25T04:09:26.009Z | + cp target/x86_64-unknown-unknown/release-lto/xde /work/release/ |
| 558 | 2026-06-25T04:09:26.043Z | + sha256sum /work/release/xde |
| 559 | 2026-06-25T04:09:26.073Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
| 560 | 2026-06-25T04:09:26.075Z | + sha256sum /work/release/xde_link.so |
| 561 | 2026-06-25T04:09:26.078Z | + header 'build xde integration tests' |
| 562 | 2026-06-25T04:09:26.078Z | + echo '# ==== build xde integration tests ==== #' |
| 563 | 2026-06-25T04:09:26.078Z | + pushd xde-tests |
| 564 | 2026-06-25T04:09:26.078Z | # ==== build xde integration tests ==== # |
| 565 | 2026-06-25T04:09:26.078Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
| 566 | 2026-06-25T04:09:26.078Z | + cargo +nightly-2026-06-25-x86_64-unknown-illumos fmt -- --check |
| 567 | 2026-06-25T04:09:26.159Z | + cargo clippy --all-targets -- --deny warnings |
| 568 | 2026-06-25T04:09:26.369Z | Compiling serde_core v1.0.228 |
| 569 | 2026-06-25T04:09:26.369Z | Checking cfg-if v1.0.4 |
| 570 | 2026-06-25T04:09:26.369Z | Checking memchr v2.8.2 |
| 571 | 2026-06-25T04:09:26.369Z | Compiling rustversion v1.0.22 |
| 572 | 2026-06-25T04:09:26.369Z | Compiling serde v1.0.228 |
| 573 | 2026-06-25T04:09:26.372Z | Compiling ident_case v1.0.1 |
| 574 | 2026-06-25T04:09:26.372Z | Compiling strsim v0.11.1 |
| 575 | 2026-06-25T04:09:26.372Z | Compiling syn v2.0.118 |
| 576 | 2026-06-25T04:09:26.441Z | Compiling version_check v0.9.5 |
| 577 | 2026-06-25T04:09:26.487Z | Compiling libc v0.2.186 |
| 578 | 2026-06-25T04:09:26.692Z | Compiling fnv v1.0.7 |
| 579 | 2026-06-25T04:09:26.714Z | Compiling syn v1.0.109 |
| 580 | 2026-06-25T04:09:26.763Z | Checking pin-project-lite v0.2.17 |
| 581 | 2026-06-25T04:09:26.767Z | Compiling regex-syntax v0.8.11 |
| 582 | 2026-06-25T04:09:26.837Z | Compiling equivalent v1.0.2 |
| 583 | 2026-06-25T04:09:26.909Z | Compiling winnow v1.0.3 |
| 584 | 2026-06-25T04:09:27.058Z | Compiling aho-corasick v1.1.4 |
| 585 | 2026-06-25T04:09:27.161Z | Compiling hashbrown v0.17.1 |
| 586 | 2026-06-25T04:09:27.232Z | Compiling either v1.16.0 |
| 587 | 2026-06-25T04:09:27.292Z | Compiling zerocopy v0.8.52 |
| 588 | 2026-06-25T04:09:27.425Z | Compiling itertools v0.14.0 |
| 589 | 2026-06-25T04:09:27.688Z | Compiling indexmap v2.14.0 |
| 590 | 2026-06-25T04:09:27.922Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 591 | 2026-06-25T04:09:28.196Z | Compiling regex-automata v0.4.14 |
| 592 | 2026-06-25T04:09:28.446Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 593 | 2026-06-25T04:09:28.482Z | Checking byteorder v1.5.0 |
| 594 | 2026-06-25T04:09:28.499Z | Compiling heapless v0.8.0 |
| 595 | 2026-06-25T04:09:28.632Z | Checking hash32 v0.3.1 |
| 596 | 2026-06-25T04:09:28.671Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 597 | 2026-06-25T04:09:28.675Z | Checking bitflags v2.13.0 |
| 598 | 2026-06-25T04:09:28.732Z | Compiling slog v2.8.2 |
| 599 | 2026-06-25T04:09:28.834Z | Compiling smoltcp v0.11.0 |
| 600 | 2026-06-25T04:09:28.840Z | Checking futures-core v0.3.32 |
| 601 | 2026-06-25T04:09:28.943Z | Compiling darling_core v0.21.3 |
| 602 | 2026-06-25T04:09:28.949Z | Compiling darling_core v0.23.0 |
| 603 | 2026-06-25T04:09:28.952Z | Checking futures-sink v0.3.32 |
| 604 | 2026-06-25T04:09:29.031Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 605 | 2026-06-25T04:09:29.161Z | Checking macaddr v1.0.1 |
| 606 | 2026-06-25T04:09:29.261Z | Checking stable_deref_trait v1.2.1 |
| 607 | 2026-06-25T04:09:29.304Z | Compiling proc-macro-crate v3.5.0 |
| 608 | 2026-06-25T04:09:29.586Z | Checking futures-channel v0.3.32 |
| 609 | 2026-06-25T04:09:29.685Z | Compiling proc-macro-error-attr v1.0.4 |
| 610 | 2026-06-25T04:09:29.719Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 611 | 2026-06-25T04:09:29.769Z | Compiling autocfg v1.5.1 |
| 612 | 2026-06-25T04:09:29.894Z | Compiling regex v1.12.4 |
| 613 | 2026-06-25T04:09:29.926Z | Checking futures-io v0.3.32 |
| 614 | 2026-06-25T04:09:30.032Z | Checking managed v0.8.0 |
| 615 | 2026-06-25T04:09:30.112Z | Checking slab v0.4.12 |
| 616 | 2026-06-25T04:09:30.162Z | Compiling serde_derive v1.0.228 |
| 617 | 2026-06-25T04:09:30.205Z | Compiling thiserror-impl v2.0.18 |
| 618 | 2026-06-25T04:09:30.259Z | Compiling zerocopy-derive v0.8.52 |
| 619 | 2026-06-25T04:09:30.279Z | Compiling futures-macro v0.3.32 |
| 620 | 2026-06-25T04:09:30.751Z | Compiling ref-cast v1.0.25 |
| 621 | 2026-06-25T04:09:31.021Z | Compiling darling_macro v0.21.3 |
| 622 | 2026-06-25T04:09:31.021Z | Compiling darling_macro v0.23.0 |
| 623 | 2026-06-25T04:09:31.052Z | Checking futures-task v0.3.32 |
| 624 | 2026-06-25T04:09:31.057Z | Checking bitflags v1.3.2 |
| 625 | 2026-06-25T04:09:31.088Z | Compiling crc32fast v1.5.0 |
| 626 | 2026-06-25T04:09:31.109Z | Checking rand_core v0.10.1 |
| 627 | 2026-06-25T04:09:31.179Z | Compiling getrandom v0.4.3 |
| 628 | 2026-06-25T04:09:31.238Z | Checking futures-util v0.3.32 |
| 629 | 2026-06-25T04:09:31.409Z | Checking thiserror v2.0.18 |
| 630 | 2026-06-25T04:09:31.475Z | Compiling foreign-types-macros v0.2.3 |
| 631 | 2026-06-25T04:09:31.492Z | Checking cobs v0.3.0 |
| 632 | 2026-06-25T04:09:31.562Z | Compiling darling v0.23.0 |
| 633 | 2026-06-25T04:09:31.569Z | Compiling darling v0.21.3 |
| 634 | 2026-06-25T04:09:31.625Z | Compiling ref-cast-impl v1.0.25 |
| 635 | 2026-06-25T04:09:31.630Z | Compiling ingot-macros v0.1.1 |
| 636 | 2026-06-25T04:09:31.634Z | Compiling num_enum_derive v0.7.6 |
| 637 | 2026-06-25T04:09:32.096Z | Compiling num-traits v0.2.19 |
| 638 | 2026-06-25T04:09:32.244Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 639 | 2026-06-25T04:09:32.320Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 640 | 2026-06-25T04:09:32.562Z | Compiling proc-macro-error v1.0.4 |
| 641 | 2026-06-25T04:09:32.565Z | Checking once_cell v1.21.4 |
| 642 | 2026-06-25T04:09:32.574Z | Checking cpufeatures v0.3.0 |
| 643 | 2026-06-25T04:09:32.610Z | Checking unicode-width v0.2.2 |
| 644 | 2026-06-25T04:09:32.630Z | Checking foreign-types-shared v0.3.1 |
| 645 | 2026-06-25T04:09:32.706Z | Compiling crossbeam-utils v0.8.21 |
| 646 | 2026-06-25T04:09:32.727Z | Checking ipnetwork v0.21.1 |
| 647 | 2026-06-25T04:09:32.852Z | Checking tabwriter v1.4.1 |
| 648 | 2026-06-25T04:09:32.870Z | Checking tracing-core v0.1.36 |
| 649 | 2026-06-25T04:09:32.892Z | Checking foreign-types v0.5.0 |
| 650 | 2026-06-25T04:09:32.955Z | Checking chacha20 v0.10.0 |
| 651 | 2026-06-25T04:09:32.982Z | Checking num_enum v0.7.6 |
| 652 | 2026-06-25T04:09:33.186Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 653 | 2026-06-25T04:09:33.189Z | Checking futures-executor v0.3.32 |
| 654 | 2026-06-25T04:09:33.228Z | Checking anyhow v1.0.102 |
| 655 | 2026-06-25T04:09:33.251Z | Checking erased-serde v0.3.31 |
| 656 | 2026-06-25T04:09:33.262Z | Checking postcard v1.1.3 |
| 657 | 2026-06-25T04:09:33.484Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 658 | 2026-06-25T04:09:33.514Z | Compiling tracing-attributes v0.1.31 |
| 659 | 2026-06-25T04:09:33.586Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 660 | 2026-06-25T04:09:33.679Z | Checking itertools v0.15.0 |
| 661 | 2026-06-25T04:09:33.949Z | Checking cstr-argument v0.1.2 |
| 662 | 2026-06-25T04:09:33.965Z | Compiling time-core v0.1.9 |
| 663 | 2026-06-25T04:09:33.967Z | Compiling thiserror v1.0.69 |
| 664 | 2026-06-25T04:09:34.061Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 665 | 2026-06-25T04:09:34.142Z | Checking pretty-hex v0.4.2 |
| 666 | 2026-06-25T04:09:34.164Z | Compiling num-conv v0.2.2 |
| 667 | 2026-06-25T04:09:34.250Z | Checking dyn-clone v1.0.20 |
| 668 | 2026-06-25T04:09:34.274Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 669 | 2026-06-25T04:09:34.308Z | Compiling time-macros v0.2.30 |
| 670 | 2026-06-25T04:09:34.335Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 671 | 2026-06-25T04:09:34.339Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 672 | 2026-06-25T04:09:34.428Z | Checking rand v0.10.1 |
| 673 | 2026-06-25T04:09:34.433Z | Checking futures v0.3.32 |
| 674 | 2026-06-25T04:09:34.504Z | Compiling thiserror-impl v1.0.69 |
| 675 | 2026-06-25T04:09:34.527Z | Checking ingot-types v0.1.2 |
| 676 | 2026-06-25T04:09:34.676Z | Checking uuid v1.23.3 |
| 677 | 2026-06-25T04:09:34.743Z | Checking tracing v0.1.44 |
| 678 | 2026-06-25T04:09:34.825Z | Checking arc-swap v1.9.1 |
| 679 | 2026-06-25T04:09:34.862Z | Checking ingot v0.1.1 |
| 680 | 2026-06-25T04:09:34.889Z | Checking socket2 v0.6.4 |
| 681 | 2026-06-25T04:09:34.936Z | Checking nom v8.0.0 |
| 682 | 2026-06-25T04:09:34.965Z | Checking thread_local v1.1.9 |
| 683 | 2026-06-25T04:09:35.121Z | Compiling heck v0.4.1 |
| 684 | 2026-06-25T04:09:35.136Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 685 | 2026-06-25T04:09:35.168Z | Checking iana-time-zone v0.1.65 |
| 686 | 2026-06-25T04:09:35.265Z | Checking deranged v0.5.8 |
| 687 | 2026-06-25T04:09:35.265Z | Checking powerfmt v0.2.0 |
| 688 | 2026-06-25T04:09:35.409Z | Checking colored v3.1.1 |
| 689 | 2026-06-25T04:09:35.476Z | Compiling slog-async v2.8.0 |
| 690 | 2026-06-25T04:09:35.595Z | Checking oxnet v0.1.6 |
| 691 | 2026-06-25T04:09:35.661Z | Checking lazy_static v1.5.0 |
| 692 | 2026-06-25T04:09:35.741Z | Checking slog-scope v4.4.1 |
| 693 | 2026-06-25T04:09:35.781Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 694 | 2026-06-25T04:09:35.846Z | Checking chrono v0.4.45 |
| 695 | 2026-06-25T04:09:35.860Z | Checking crossbeam-channel v0.5.15 |
| 696 | 2026-06-25T04:09:36.173Z | Checking time v0.3.51 |
| 697 | 2026-06-25T04:09:36.178Z | Checking cookie-factory v0.3.3 |
| 698 | 2026-06-25T04:09:36.423Z | Checking itertools v0.12.1 |
| 699 | 2026-06-25T04:09:36.424Z | Checking is-terminal v0.4.17 |
| 700 | 2026-06-25T04:09:36.457Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 701 | 2026-06-25T04:09:36.497Z | Checking term v1.2.1 |
| 702 | 2026-06-25T04:09:36.650Z | Checking circular v0.3.0 |
| 703 | 2026-06-25T04:09:36.722Z | Checking log v0.4.33 |
| 704 | 2026-06-25T04:09:36.760Z | Checking take_mut v0.2.2 |
| 705 | 2026-06-25T04:09:36.879Z | Checking slog-stdlog v4.1.1 |
| 706 | 2026-06-25T04:09:36.883Z | Checking rusticata-macros v5.0.0 |
| 707 | 2026-06-25T04:09:37.002Z | Checking pcap-parser v0.17.0 |
| 708 | 2026-06-25T04:09:37.322Z | Checking slog-term v2.9.2 |
| 709 | 2026-06-25T04:09:37.411Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 710 | 2026-06-25T04:09:37.695Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 711 | 2026-06-25T04:09:38.548Z | Checking slog-envlogger v2.2.0 |
| 712 | 2026-06-25T04:09:41.043Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 713 | 2026-06-25T04:09:42.700Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 714 | 2026-06-25T04:09:42.703Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 715 | 2026-06-25T04:09:43.045Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 716 | 2026-06-25T04:09:43.595Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.39s |
| 717 | 2026-06-25T04:09:43.634Z | + cargo build --test loopback |
| 718 | 2026-06-25T04:09:43.807Z | Compiling cfg-if v1.0.4 |
| 719 | 2026-06-25T04:09:43.807Z | Compiling memchr v2.8.2 |
| 720 | 2026-06-25T04:09:43.810Z | Compiling serde_core v1.0.228 |
| 721 | 2026-06-25T04:09:43.835Z | Compiling libc v0.2.186 |
| 722 | 2026-06-25T04:09:43.838Z | Compiling thiserror v2.0.18 |
| 723 | 2026-06-25T04:09:43.838Z | Compiling pin-project-lite v0.2.17 |
| 724 | 2026-06-25T04:09:43.842Z | Compiling either v1.16.0 |
| 725 | 2026-06-25T04:09:43.842Z | Compiling byteorder v1.5.0 |
| 726 | 2026-06-25T04:09:43.883Z | Compiling zerocopy v0.8.52 |
| 727 | 2026-06-25T04:09:43.911Z | Compiling stable_deref_trait v1.2.1 |
| 728 | 2026-06-25T04:09:43.916Z | Compiling macaddr v1.0.1 |
| 729 | 2026-06-25T04:09:43.976Z | Compiling hash32 v0.3.1 |
| 730 | 2026-06-25T04:09:44.009Z | Compiling futures-core v0.3.32 |
| 731 | 2026-06-25T04:09:44.036Z | Compiling futures-sink v0.3.32 |
| 732 | 2026-06-25T04:09:44.124Z | Compiling futures-channel v0.3.32 |
| 733 | 2026-06-25T04:09:44.130Z | Compiling heapless v0.8.0 |
| 734 | 2026-06-25T04:09:44.156Z | Compiling cobs v0.3.0 |
| 735 | 2026-06-25T04:09:44.167Z | Compiling bitflags v1.3.2 |
| 736 | 2026-06-25T04:09:44.170Z | Compiling slab v0.4.12 |
| 737 | 2026-06-25T04:09:44.229Z | Compiling futures-io v0.3.32 |
| 738 | 2026-06-25T04:09:44.336Z | Compiling managed v0.8.0 |
| 739 | 2026-06-25T04:09:44.349Z | Compiling rand_core v0.10.1 |
| 740 | 2026-06-25T04:09:44.418Z | Compiling futures-task v0.3.32 |
| 741 | 2026-06-25T04:09:44.433Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 742 | 2026-06-25T04:09:44.502Z | Compiling smoltcp v0.11.0 |
| 743 | 2026-06-25T04:09:44.548Z | Compiling futures-util v0.3.32 |
| 744 | 2026-06-25T04:09:44.557Z | Compiling cpufeatures v0.3.0 |
| 745 | 2026-06-25T04:09:44.604Z | Compiling ipnetwork v0.21.1 |
| 746 | 2026-06-25T04:09:44.620Z | Compiling unicode-width v0.2.2 |
| 747 | 2026-06-25T04:09:44.663Z | Compiling once_cell v1.21.4 |
| 748 | 2026-06-25T04:09:44.904Z | Compiling foreign-types-shared v0.3.1 |
| 749 | 2026-06-25T04:09:44.939Z | Compiling tabwriter v1.4.1 |
| 750 | 2026-06-25T04:09:44.987Z | Compiling foreign-types v0.5.0 |
| 751 | 2026-06-25T04:09:45.059Z | Compiling tracing-core v0.1.36 |
| 752 | 2026-06-25T04:09:45.172Z | Compiling chacha20 v0.10.0 |
| 753 | 2026-06-25T04:09:45.350Z | Compiling getrandom v0.4.3 |
| 754 | 2026-06-25T04:09:45.402Z | Compiling ref-cast v1.0.25 |
| 755 | 2026-06-25T04:09:45.497Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 756 | 2026-06-25T04:09:45.514Z | Compiling num_enum v0.7.6 |
| 757 | 2026-06-25T04:09:45.560Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 758 | 2026-06-25T04:09:45.621Z | Compiling serde v1.0.228 |
| 759 | 2026-06-25T04:09:45.665Z | Compiling bitflags v2.13.0 |
| 760 | 2026-06-25T04:09:45.845Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 761 | 2026-06-25T04:09:46.089Z | Compiling erased-serde v0.3.31 |
| 762 | 2026-06-25T04:09:46.206Z | Compiling postcard v1.1.3 |
| 763 | 2026-06-25T04:09:46.263Z | Compiling crc32fast v1.5.0 |
| 764 | 2026-06-25T04:09:46.353Z | Compiling cstr-argument v0.1.2 |
| 765 | 2026-06-25T04:09:46.461Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 766 | 2026-06-25T04:09:46.501Z | Compiling slog v2.8.2 |
| 767 | 2026-06-25T04:09:46.521Z | Compiling itertools v0.15.0 |
| 768 | 2026-06-25T04:09:46.555Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 769 | 2026-06-25T04:09:46.563Z | Compiling pretty-hex v0.4.2 |
| 770 | 2026-06-25T04:09:46.691Z | Compiling dyn-clone v1.0.20 |
| 771 | 2026-06-25T04:09:46.797Z | Compiling ingot-types v0.1.2 |
| 772 | 2026-06-25T04:09:46.857Z | Compiling futures-executor v0.3.32 |
| 773 | 2026-06-25T04:09:46.913Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 774 | 2026-06-25T04:09:47.088Z | Compiling futures v0.3.32 |
| 775 | 2026-06-25T04:09:47.112Z | Compiling tracing v0.1.44 |
| 776 | 2026-06-25T04:09:47.131Z | Compiling ingot v0.1.1 |
| 777 | 2026-06-25T04:09:47.159Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 778 | 2026-06-25T04:09:47.197Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 779 | 2026-06-25T04:09:47.276Z | Compiling num-traits v0.2.19 |
| 780 | 2026-06-25T04:09:47.366Z | Compiling uuid v1.23.3 |
| 781 | 2026-06-25T04:09:47.466Z | Compiling rand v0.10.1 |
| 782 | 2026-06-25T04:09:47.481Z | Compiling crossbeam-utils v0.8.21 |
| 783 | 2026-06-25T04:09:47.529Z | Compiling nom v8.0.0 |
| 784 | 2026-06-25T04:09:47.675Z | Compiling aho-corasick v1.1.4 |
| 785 | 2026-06-25T04:09:47.979Z | Compiling socket2 v0.6.4 |
| 786 | 2026-06-25T04:09:47.996Z | Compiling thread_local v1.1.9 |
| 787 | 2026-06-25T04:09:48.352Z | Compiling arc-swap v1.9.1 |
| 788 | 2026-06-25T04:09:48.438Z | Compiling oxnet v0.1.6 |
| 789 | 2026-06-25T04:09:48.442Z | Compiling num-conv v0.2.2 |
| 790 | 2026-06-25T04:09:48.598Z | Compiling deranged v0.5.8 |
| 791 | 2026-06-25T04:09:48.766Z | Compiling winnow v1.0.3 |
| 792 | 2026-06-25T04:09:48.920Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 793 | 2026-06-25T04:09:48.941Z | Compiling powerfmt v0.2.0 |
| 794 | 2026-06-25T04:09:49.145Z | Compiling colored v3.1.1 |
| 795 | 2026-06-25T04:09:49.220Z | Compiling lazy_static v1.5.0 |
| 796 | 2026-06-25T04:09:49.316Z | Compiling iana-time-zone v0.1.65 |
| 797 | 2026-06-25T04:09:49.420Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 798 | 2026-06-25T04:09:49.592Z | Compiling regex-syntax v0.8.11 |
| 799 | 2026-06-25T04:09:49.663Z | Compiling time-core v0.1.9 |
| 800 | 2026-06-25T04:09:49.798Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 801 | 2026-06-25T04:09:49.850Z | Compiling rusticata-macros v5.0.0 |
| 802 | 2026-06-25T04:09:50.155Z | Compiling time v0.3.51 |
| 803 | 2026-06-25T04:09:50.186Z | Compiling chrono v0.4.45 |
| 804 | 2026-06-25T04:09:50.313Z | Compiling slog-scope v4.4.1 |
| 805 | 2026-06-25T04:09:50.788Z | Compiling thiserror v1.0.69 |
| 806 | 2026-06-25T04:09:50.890Z | Compiling crossbeam-channel v0.5.15 |
| 807 | 2026-06-25T04:09:51.382Z | Compiling regex-automata v0.4.14 |
| 808 | 2026-06-25T04:09:51.639Z | Compiling cookie-factory v0.3.3 |
| 809 | 2026-06-25T04:09:52.005Z | Compiling is-terminal v0.4.17 |
| 810 | 2026-06-25T04:09:52.101Z | Compiling itertools v0.12.1 |
| 811 | 2026-06-25T04:09:52.194Z | Compiling term v1.2.1 |
| 812 | 2026-06-25T04:09:53.546Z | Compiling circular v0.3.0 |
| 813 | 2026-06-25T04:09:53.835Z | Compiling log v0.4.33 |
| 814 | 2026-06-25T04:09:54.121Z | Compiling take_mut v0.2.2 |
| 815 | 2026-06-25T04:09:54.191Z | Compiling slog-stdlog v4.1.1 |
| 816 | 2026-06-25T04:09:54.231Z | Compiling slog-async v2.8.0 |
| 817 | 2026-06-25T04:09:54.572Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 818 | 2026-06-25T04:09:54.614Z | Compiling pcap-parser v0.17.0 |
| 819 | 2026-06-25T04:09:54.734Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 820 | 2026-06-25T04:09:56.063Z | Compiling regex v1.12.4 |
| 821 | 2026-06-25T04:09:56.474Z | Compiling slog-term v2.9.2 |
| 822 | 2026-06-25T04:09:56.861Z | Compiling slog-envlogger v2.2.0 |
| 823 | 2026-06-25T04:09:57.205Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 824 | 2026-06-25T04:09:58.248Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 825 | 2026-06-25T04:09:58.447Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 826 | 2026-06-25T04:09:59.788Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 827 | 2026-06-25T04:10:06.153Z | Finished `dev` profile [optimized + debuginfo] target(s) in 22.51s |
| 828 | 2026-06-25T04:10:06.187Z | ++ cargo build -q --test loopback --message-format=json |
| 829 | 2026-06-25T04:10:06.190Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 830 | 2026-06-25T04:10:06.307Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-ba5fb139154ef000 |
| 831 | 2026-06-25T04:10:06.307Z | + cargo build --test multicast_rx |
| 832 | 2026-06-25T04:10:06.411Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 833 | 2026-06-25T04:10:08.014Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.69s |
| 834 | 2026-06-25T04:10:08.050Z | ++ cargo build -q --test multicast_rx --message-format=json |
| 835 | 2026-06-25T04:10:08.055Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 836 | 2026-06-25T04:10:08.170Z | + multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-abe59930e8413760 |
| 837 | 2026-06-25T04:10:08.170Z | + cargo build --test multicast_multi_sub |
| 838 | 2026-06-25T04:10:08.271Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 839 | 2026-06-25T04:10:10.047Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.87s |
| 840 | 2026-06-25T04:10:10.107Z | ++ cargo build -q --test multicast_multi_sub --message-format=json |
| 841 | 2026-06-25T04:10:10.117Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 842 | 2026-06-25T04:10:10.206Z | + multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-57673484b5529edb |
| 843 | 2026-06-25T04:10:10.206Z | + cargo build --test multicast_validation |
| 844 | 2026-06-25T04:10:10.326Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 845 | 2026-06-25T04:10:12.261Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.01s |
| 846 | 2026-06-25T04:10:12.294Z | ++ cargo build -q --test multicast_validation --message-format=json |
| 847 | 2026-06-25T04:10:12.294Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 848 | 2026-06-25T04:10:12.390Z | + multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-6b29463cb68f34ae |
| 849 | 2026-06-25T04:10:12.390Z | + cargo build --test multicast_source_filter |
| 850 | 2026-06-25T04:10:12.493Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 851 | 2026-06-25T04:10:14.542Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.14s |
| 852 | 2026-06-25T04:10:14.624Z | ++ cargo build -q --test multicast_source_filter --message-format=json |
| 853 | 2026-06-25T04:10:14.628Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 854 | 2026-06-25T04:10:14.698Z | + multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-20235bd20d2a9311 |
| 855 | 2026-06-25T04:10:14.698Z | + mkdir -p /work/test |
| 856 | 2026-06-25T04:10:14.701Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-ba5fb139154ef000 /work/test/loopback |
| 857 | 2026-06-25T04:10:14.739Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-abe59930e8413760 /work/test/multicast_rx |
| 858 | 2026-06-25T04:10:14.780Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-57673484b5529edb /work/test/multicast_multi_sub |
| 859 | 2026-06-25T04:10:14.824Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-6b29463cb68f34ae /work/test/multicast_validation |
| 860 | 2026-06-25T04:10:14.865Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-20235bd20d2a9311 /work/test/multicast_source_filter |
| 861 | 2026-06-25T04:10:14.908Z | process exited: duration 232706 ms, exit code 0 |
| |
| 862 | 2026-06-25T04:10:14.932Z | found 14 output files |
| 863 | 2026-06-25T04:10:14.965Z | uploading: /work/debug/xde.dbg (94755552 bytes) |
| 864 | 2026-06-25T04:10:18.340Z | uploaded: /work/debug/xde.dbg |
| 865 | 2026-06-25T04:10:18.340Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
| 866 | 2026-06-25T04:10:19.350Z | uploaded: /work/debug/xde.dbg.sha256 |
| 867 | 2026-06-25T04:10:19.351Z | uploading: /work/debug/xde_link.dbg.so (1259828 bytes) |
| 868 | 2026-06-25T04:10:20.397Z | uploaded: /work/debug/xde_link.dbg.so |
| 869 | 2026-06-25T04:10:20.397Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
| 870 | 2026-06-25T04:10:21.408Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
| 871 | 2026-06-25T04:10:21.408Z | uploading: /work/release/xde (51960792 bytes) |
| 872 | 2026-06-25T04:10:23.164Z | uploaded: /work/release/xde |
| 873 | 2026-06-25T04:10:23.164Z | uploading: /work/release/xde.sha256 (84 bytes) |
| 874 | 2026-06-25T04:10:24.176Z | uploaded: /work/release/xde.sha256 |
| 875 | 2026-06-25T04:10:24.176Z | uploading: /work/release/xde_link.so (43692 bytes) |
| 876 | 2026-06-25T04:10:26.161Z | uploaded: /work/release/xde_link.so |
| 877 | 2026-06-25T04:10:26.161Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
| 878 | 2026-06-25T04:10:27.176Z | uploaded: /work/release/xde_link.so.sha256 |
| 879 | 2026-06-25T04:10:27.176Z | uploading: /work/test/loopback (51775368 bytes) |
| 880 | 2026-06-25T04:10:28.850Z | uploaded: /work/test/loopback |
| 881 | 2026-06-25T04:10:28.850Z | uploading: /work/test/multicast_rx (52071568 bytes) |
| 882 | 2026-06-25T04:10:30.731Z | uploaded: /work/test/multicast_rx |
| 883 | 2026-06-25T04:10:30.773Z | uploading: /work/test/multicast_multi_sub (56198632 bytes) |
| 884 | 2026-06-25T04:10:32.307Z | uploaded: /work/test/multicast_multi_sub |
| 885 | 2026-06-25T04:10:32.312Z | uploading: /work/test/multicast_validation (52226072 bytes) |
| 886 | 2026-06-25T04:10:34.059Z | uploaded: /work/test/multicast_validation |
| 887 | 2026-06-25T04:10:34.060Z | uploading: /work/test/multicast_source_filter (52532456 bytes) |
| 888 | 2026-06-25T04:10:35.586Z | uploaded: /work/test/multicast_source_filter |
| 889 | 2026-06-25T04:10:35.592Z | uploading: /work/xde.conf (79 bytes) |
| 890 | 2026-06-25T04:10:36.602Z | uploaded: /work/xde.conf |