|
|
|
| 1 | 2026-03-20T03:52:23.065Z | job assigned to worker 01KM4NV4QT38CCV0HEF2D851G9 [factory aws, i-03f4a459b0975da80] (queued for 2 m 2 s) |
| |
| 2 | 2026-03-20T03:52:30.483Z | starting task 0: "setup" |
| 3 | 2026-03-20T03:52:30.489Z | ++ uname -s |
| 4 | 2026-03-20T03:52:30.493Z | + kern=SunOS |
| 5 | 2026-03-20T03:52:30.493Z | + build_user=build |
| 6 | 2026-03-20T03:52:30.493Z | + build_uid=12345 |
| 7 | 2026-03-20T03:52:30.493Z | + work_dir=/work |
| 8 | 2026-03-20T03:52:30.493Z | + input_dir=/input |
| 9 | 2026-03-20T03:52:30.493Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-20T03:52:30.493Z | + case "$kern" in |
| 11 | 2026-03-20T03:52:30.493Z | + groupadd -g 12345 build |
| 12 | 2026-03-20T03:52:30.493Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-20T03:52:32.502Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-20T03:52:32.616Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-20T03:52:32.619Z | + home_fs=zfs |
| 16 | 2026-03-20T03:52:32.619Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-20T03:52:32.619Z | + mkdir -p /home/build |
| 18 | 2026-03-20T03:52:32.619Z | + chown build:build /home/build /work |
| 19 | 2026-03-20T03:52:34.623Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-20T03:52:34.626Z | process exited: duration 4139 ms, exit code 0 |
| |
| 21 | 2026-03-20T03:52:34.632Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-20T03:52:34.636Z | + printf ' * rust toolchain channel = "%s"\n' 1.93.1 |
| 23 | 2026-03-20T03:52:34.636Z | * rust toolchain channel = "1.93.1" |
| 24 | 2026-03-20T03:52:34.636Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-03-20T03:52:34.636Z | * rust toolchain profile = "default" |
| 26 | 2026-03-20T03:52:34.636Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-20T03:52:34.636Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-20T03:52:34.640Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-20T03:52:34.640Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default |
| 30 | 2026-03-20T03:52:34.771Z | info: downloading installer |
| 31 | 2026-03-20T03:52:36.441Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-20T03:52:36.441Z | warn: /opt/ooce/bin |
| 33 | 2026-03-20T03:52:36.441Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-20T03:52:36.441Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-20T03:52:36.441Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-20T03:52:36.441Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-20T03:52:36.441Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-20T03:52:36.441Z | error: cannot install while Rust is installed |
| 39 | 2026-03-20T03:52:36.441Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-20T03:52:36.441Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-03-20T03:52:36.441Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-03-20T03:52:36.441Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-03-20T03:52:36.441Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-03-20T03:52:36.453Z | info: profile set to default |
| 45 | 2026-03-20T03:52:36.453Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-03-20T03:52:36.456Z | info: syncing channel updates for 1.93.1-x86_64-unknown-illumos |
| 47 | 2026-03-20T03:52:36.625Z | info: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11) |
| 48 | 2026-03-20T03:52:36.628Z | info: downloading 6 components |
| 49 | 2026-03-20T03:52:51.967Z | info: default toolchain set to 1.93.1-x86_64-unknown-illumos |
| 50 | 2026-03-20T03:52:51.967Z | |
| 51 | 2026-03-20T03:52:52.002Z | 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11) |
| 52 | 2026-03-20T03:52:52.002Z | |
| 53 | 2026-03-20T03:52:52.002Z | |
| 54 | 2026-03-20T03:52:52.002Z | Rust is installed now. Great! |
| 55 | 2026-03-20T03:52:52.002Z | |
| 56 | 2026-03-20T03:52:52.005Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-03-20T03:52:52.005Z | environment variable. This has not been done automatically. |
| 58 | 2026-03-20T03:52:52.005Z | |
| 59 | 2026-03-20T03:52:52.005Z | To configure your current shell, you need to source |
| 60 | 2026-03-20T03:52:52.005Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-03-20T03:52:52.005Z | |
| 62 | 2026-03-20T03:52:52.005Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-03-20T03:52:52.005Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-03-20T03:52:52.005Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-03-20T03:52:52.005Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-03-20T03:52:52.005Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-03-20T03:52:52.005Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-03-20T03:52:52.005Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-03-20T03:52:52.005Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-03-20T03:52:52.005Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-03-20T03:52:52.103Z | + rustup --version |
| 72 | 2026-03-20T03:52:52.114Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-03-20T03:52:52.117Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-03-20T03:52:52.141Z | info: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)` |
| 75 | 2026-03-20T03:52:52.144Z | + cargo --version |
| 76 | 2026-03-20T03:52:52.159Z | cargo 1.93.1 (083ac5135 2025-12-15) |
| 77 | 2026-03-20T03:52:52.163Z | + rustc --version |
| 78 | 2026-03-20T03:52:52.186Z | rustc 1.93.1 (01f6ddf75 2026-02-11) |
| 79 | 2026-03-20T03:52:52.189Z | process exited: duration 17545 ms, exit code 0 |
| |
| 80 | 2026-03-20T03:52:52.195Z | starting task 2: "authentication" |
| 81 | 2026-03-20T03:52:52.215Z | process exited: duration 19 ms, exit code 0 |
| |
| 82 | 2026-03-20T03:52:52.221Z | starting task 3: "clone repository" |
| 83 | 2026-03-20T03:52:52.225Z | + mkdir -p /work/oxidecomputer/opte |
| 84 | 2026-03-20T03:52:52.228Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 85 | 2026-03-20T03:52:52.261Z | Cloning into '/work/oxidecomputer/opte'... |
| 86 | 2026-03-20T03:52:53.073Z | + cd /work/oxidecomputer/opte |
| 87 | 2026-03-20T03:52:53.074Z | + git fetch origin 7b098d1e83085e12a4e9293d3e7ea217b7b4729c |
| 88 | 2026-03-20T03:52:53.324Z | From https://github.com/oxidecomputer/opte |
| 89 | 2026-03-20T03:52:53.324Z | * branch 7b098d1e83085e12a4e9293d3e7ea217b7b4729c -> FETCH_HEAD |
| 90 | 2026-03-20T03:52:53.331Z | + [[ -n renovate/zerocopy-0.x-lockfile ]] |
| 91 | 2026-03-20T03:52:53.334Z | ++ git branch --show-current |
| 92 | 2026-03-20T03:52:53.335Z | + current=master |
| 93 | 2026-03-20T03:52:53.335Z | + [[ master != renovate/zerocopy-0.x-lockfile ]] |
| 94 | 2026-03-20T03:52:53.335Z | + git branch -f renovate/zerocopy-0.x-lockfile 7b098d1e83085e12a4e9293d3e7ea217b7b4729c |
| 95 | 2026-03-20T03:52:53.338Z | + git checkout -f renovate/zerocopy-0.x-lockfile |
| 96 | 2026-03-20T03:52:53.360Z | Switched to branch 'renovate/zerocopy-0.x-lockfile' |
| 97 | 2026-03-20T03:52:53.363Z | + git reset --hard 7b098d1e83085e12a4e9293d3e7ea217b7b4729c |
| 98 | 2026-03-20T03:52:53.382Z | HEAD is now at 7b098d1 Update Rust crate zerocopy to v0.8.47 |
| 99 | 2026-03-20T03:52:53.386Z | process exited: duration 1161 ms, exit code 0 |
| |
| 100 | 2026-03-20T03:52:53.393Z | starting task 4: "build" |
| 101 | 2026-03-20T03:52:53.397Z | + source .github/buildomat/common.sh |
| 102 | 2026-03-20T03:52:53.400Z | ++ rustup show active-toolchain |
| 103 | 2026-03-20T03:52:53.404Z | 1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 104 | 2026-03-20T03:52:53.407Z | ++ pushd xde |
| 105 | 2026-03-20T03:52:53.407Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 106 | 2026-03-20T03:52:53.407Z | ++ rustup show active-toolchain |
| 107 | 2026-03-20T03:52:53.411Z | info: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos |
| 108 | 2026-03-20T03:52:53.580Z | info: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23) |
| 109 | 2026-03-20T03:52:53.583Z | info: downloading 6 components |
| 110 | 2026-03-20T03:53:08.223Z | nightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 111 | 2026-03-20T03:53:08.315Z | +++ rustup show active-toolchain -v |
| 112 | 2026-03-20T03:53:08.318Z | +++ head -n 1 |
| 113 | 2026-03-20T03:53:08.318Z | +++ cut '-d ' -f1 |
| 114 | 2026-03-20T03:53:08.384Z | ++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos |
| 115 | 2026-03-20T03:53:08.384Z | ++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos |
| 116 | 2026-03-20T03:53:08.384Z | ++ popd |
| 117 | 2026-03-20T03:53:08.387Z | /work/oxidecomputer/opte |
| 118 | 2026-03-20T03:53:08.387Z | + TGT_BASE=/work |
| 119 | 2026-03-20T03:53:08.387Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 120 | 2026-03-20T03:53:08.387Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 121 | 2026-03-20T03:53:08.387Z | + DBG_TGT=/work/debug |
| 122 | 2026-03-20T03:53:08.387Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 123 | 2026-03-20T03:53:08.387Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 124 | 2026-03-20T03:53:08.387Z | + REL_TGT=/work/release |
| 125 | 2026-03-20T03:53:08.387Z | + mkdir -p /work/debug /work/release |
| 126 | 2026-03-20T03:53:08.387Z | + cargo --version |
| 127 | 2026-03-20T03:53:08.398Z | cargo 1.93.1 (083ac5135 2025-12-15) |
| 128 | 2026-03-20T03:53:08.401Z | + rustc --version |
| 129 | 2026-03-20T03:53:08.426Z | rustc 1.93.1 (01f6ddf75 2026-02-11) |
| 130 | 2026-03-20T03:53:08.431Z | + install_pkg jq |
| 131 | 2026-03-20T03:53:08.431Z | + set +o errexit |
| 132 | 2026-03-20T03:53:08.431Z | + pfexec pkg install jq |
| 133 | 2026-03-20T03:53:16.619Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 134 | 2026-03-20T03:53:26.434Z | Startup: Caching catalogs ... Done |
| 135 | 2026-03-20T03:53:48.433Z | Planning: Solver setup ... Done |
| 136 | 2026-03-20T03:53:48.585Z | Planning: Running solver ... Done |
| 137 | 2026-03-20T03:53:48.760Z | Planning: Consolidating action changes ... Done |
| 138 | 2026-03-20T03:53:48.764Z | Planning: Evaluating mediators ... Done |
| 139 | 2026-03-20T03:53:48.764Z | Planning: Planning completed in 22.17 seconds |
| 140 | 2026-03-20T03:53:48.783Z | No updates necessary for this image. |
| 141 | 2026-03-20T03:53:50.150Z | + exit_code=4 |
| 142 | 2026-03-20T03:53:50.150Z | + [[ 4 -ne 0 ]] |
| 143 | 2026-03-20T03:53:50.150Z | + [[ 4 -ne 4 ]] |
| 144 | 2026-03-20T03:53:50.153Z | + set -o errexit |
| 145 | 2026-03-20T03:53:50.153Z | + pushd xde |
| 146 | 2026-03-20T03:53:50.154Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 147 | 2026-03-20T03:53:50.154Z | + cp xde.conf /work/xde.conf |
| 148 | 2026-03-20T03:53:50.154Z | + header 'check style' |
| 149 | 2026-03-20T03:53:50.154Z | + echo '# ==== check style ==== #' |
| 150 | 2026-03-20T03:53:50.154Z | # ==== check style ==== # |
| 151 | 2026-03-20T03:53:50.154Z | + ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 152 | 2026-03-20T03:53:50.465Z | |
| 153 | 2026-03-20T03:53:50.465Z | real 0.308826506 |
| 154 | 2026-03-20T03:53:50.465Z | user 0.211228703 |
| 155 | 2026-03-20T03:53:50.465Z | sys 0.087161270 |
| 156 | 2026-03-20T03:53:50.465Z | trap 0.000024973 |
| 157 | 2026-03-20T03:53:50.468Z | tflt 0.000020195 |
| 158 | 2026-03-20T03:53:50.468Z | dflt 0.000018984 |
| 159 | 2026-03-20T03:53:50.468Z | kflt 0.000000000 |
| 160 | 2026-03-20T03:53:50.468Z | lock 0.066289238 |
| 161 | 2026-03-20T03:53:50.468Z | slp 0.264917521 |
| 162 | 2026-03-20T03:53:50.468Z | lat 0.000241735 |
| 163 | 2026-03-20T03:53:50.468Z | stop 0.000112947 |
| 164 | 2026-03-20T03:53:50.468Z | + header analyze |
| 165 | 2026-03-20T03:53:50.469Z | + echo '# ==== analyze ==== #' |
| 166 | 2026-03-20T03:53:50.469Z | # ==== analyze ==== # |
| 167 | 2026-03-20T03:53:50.469Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 168 | 2026-03-20T03:53:50.705Z | Updating crates.io index |
| 169 | 2026-03-20T03:53:50.744Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 170 | 2026-03-20T03:53:51.489Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 171 | 2026-03-20T03:53:52.066Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 172 | 2026-03-20T03:53:52.409Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 173 | 2026-03-20T03:53:52.772Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 174 | 2026-03-20T03:53:53.023Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 175 | 2026-03-20T03:53:53.328Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 176 | 2026-03-20T03:53:55.184Z | Downloading crates ... |
| 177 | 2026-03-20T03:53:55.243Z | Downloaded serde_derive v1.0.228 |
| 178 | 2026-03-20T03:53:55.246Z | Downloaded either v1.15.0 |
| 179 | 2026-03-20T03:53:55.250Z | Downloaded cobs v0.3.0 |
| 180 | 2026-03-20T03:53:55.250Z | Downloaded quote v1.0.45 |
| 181 | 2026-03-20T03:53:55.253Z | Downloaded defmt v1.0.1 |
| 182 | 2026-03-20T03:53:55.256Z | Downloaded byteorder v1.5.0 |
| 183 | 2026-03-20T03:53:55.256Z | Downloaded bitflags v1.3.2 |
| 184 | 2026-03-20T03:53:55.259Z | Downloaded defmt v0.3.100 |
| 185 | 2026-03-20T03:53:55.262Z | Downloaded crc32fast v1.5.0 |
| 186 | 2026-03-20T03:53:55.265Z | Downloaded bitflags v2.11.0 |
| 187 | 2026-03-20T03:53:55.268Z | Downloaded ref-cast v1.0.25 |
| 188 | 2026-03-20T03:53:55.271Z | Downloaded cfg-if v1.0.4 |
| 189 | 2026-03-20T03:53:55.271Z | Downloaded thiserror-impl v2.0.18 |
| 190 | 2026-03-20T03:53:55.274Z | Downloaded defmt-parser v1.0.0 |
| 191 | 2026-03-20T03:53:55.274Z | Downloaded ident_case v1.0.1 |
| 192 | 2026-03-20T03:53:55.282Z | Downloaded uuid v1.22.0 |
| 193 | 2026-03-20T03:53:55.285Z | Downloaded embedded-io v0.6.1 |
| 194 | 2026-03-20T03:53:55.293Z | Downloaded macaddr v1.0.1 |
| 195 | 2026-03-20T03:53:55.296Z | Downloaded fnv v1.0.7 |
| 196 | 2026-03-20T03:53:55.299Z | Downloaded hash32 v0.3.1 |
| 197 | 2026-03-20T03:53:55.302Z | Downloaded darling_macro v0.21.3 |
| 198 | 2026-03-20T03:53:55.307Z | Downloaded ref-cast-impl v1.0.25 |
| 199 | 2026-03-20T03:53:55.311Z | Downloaded strsim v0.11.1 |
| 200 | 2026-03-20T03:53:55.314Z | Downloaded managed v0.8.0 |
| 201 | 2026-03-20T03:53:55.314Z | Downloaded stable_deref_trait v1.2.1 |
| 202 | 2026-03-20T03:53:55.317Z | Downloaded embedded-io v0.4.0 |
| 203 | 2026-03-20T03:53:55.317Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 204 | 2026-03-20T03:53:55.320Z | Downloaded thiserror v2.0.18 |
| 205 | 2026-03-20T03:53:55.325Z | Downloaded heapless v0.8.0 |
| 206 | 2026-03-20T03:53:55.329Z | Downloaded version_check v0.9.5 |
| 207 | 2026-03-20T03:53:55.336Z | Downloaded proc-macro-error2 v2.0.1 |
| 208 | 2026-03-20T03:53:55.339Z | Downloaded ingot v0.1.1 |
| 209 | 2026-03-20T03:53:55.342Z | Downloaded ingot-types v0.1.2 |
| 210 | 2026-03-20T03:53:55.342Z | Downloaded postcard v1.1.3 |
| 211 | 2026-03-20T03:53:55.345Z | Downloaded unicode-ident v1.0.24 |
| 212 | 2026-03-20T03:53:55.345Z | Downloaded memchr v2.8.0 |
| 213 | 2026-03-20T03:53:55.348Z | Downloaded ingot-macros v0.1.1 |
| 214 | 2026-03-20T03:53:55.352Z | Downloaded dyn-clone v1.0.20 |
| 215 | 2026-03-20T03:53:55.355Z | Downloaded defmt-macros v1.0.1 |
| 216 | 2026-03-20T03:53:55.358Z | Downloaded darling v0.21.3 |
| 217 | 2026-03-20T03:53:55.360Z | Downloaded aho-corasick v1.1.4 |
| 218 | 2026-03-20T03:53:55.363Z | Downloaded serde_core v1.0.228 |
| 219 | 2026-03-20T03:53:55.366Z | Downloaded darling_core v0.21.3 |
| 220 | 2026-03-20T03:53:55.387Z | Downloaded proc-macro2 v1.0.106 |
| 221 | 2026-03-20T03:53:55.398Z | Downloaded serde v1.0.228 |
| 222 | 2026-03-20T03:53:55.405Z | Downloaded zerocopy-derive v0.8.47 |
| 223 | 2026-03-20T03:53:55.428Z | Downloaded regex v1.12.3 |
| 224 | 2026-03-20T03:53:55.432Z | Downloaded itertools v0.14.0 |
| 225 | 2026-03-20T03:53:55.473Z | Downloaded zerocopy v0.8.47 |
| 226 | 2026-03-20T03:53:55.486Z | Downloaded smoltcp v0.11.0 |
| 227 | 2026-03-20T03:53:55.494Z | Downloaded syn v2.0.117 |
| 228 | 2026-03-20T03:53:55.502Z | Downloaded regex-syntax v0.8.10 |
| 229 | 2026-03-20T03:53:55.507Z | Downloaded regex-automata v0.4.14 |
| 230 | 2026-03-20T03:53:55.523Z | Updating crates.io index |
| 231 | 2026-03-20T03:53:55.619Z | Downloading crates ... |
| 232 | 2026-03-20T03:53:55.708Z | Downloaded rustc-literal-escaper v0.0.7 |
| 233 | 2026-03-20T03:53:55.718Z | Downloaded adler2 v2.0.1 |
| 234 | 2026-03-20T03:53:55.726Z | Downloaded memchr v2.7.6 |
| 235 | 2026-03-20T03:53:55.779Z | Downloaded miniz_oxide v0.8.9 |
| 236 | 2026-03-20T03:53:55.782Z | Downloaded libc v0.2.178 |
| 237 | 2026-03-20T03:53:55.804Z | Downloaded foldhash v0.2.0 |
| 238 | 2026-03-20T03:53:55.806Z | Downloaded hashbrown v0.16.1 |
| 239 | 2026-03-20T03:53:55.823Z | Downloaded object v0.37.3 |
| 240 | 2026-03-20T03:53:55.918Z | Downloaded rustc-demangle v0.1.27 |
| 241 | 2026-03-20T03:53:55.921Z | Downloaded addr2line v0.25.1 |
| 242 | 2026-03-20T03:53:55.941Z | Downloaded getopts v0.2.24 |
| 243 | 2026-03-20T03:53:55.944Z | Downloaded gimli v0.32.3 |
| 244 | 2026-03-20T03:53:55.998Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 245 | 2026-03-20T03:53:55.998Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 246 | 2026-03-20T03:53:56.001Z | Compiling proc-macro2 v1.0.106 |
| 247 | 2026-03-20T03:53:56.002Z | Compiling quote v1.0.45 |
| 248 | 2026-03-20T03:53:56.002Z | Compiling unicode-ident v1.0.24 |
| 249 | 2026-03-20T03:53:56.002Z | Compiling serde_core v1.0.228 |
| 250 | 2026-03-20T03:53:56.002Z | Compiling ident_case v1.0.1 |
| 251 | 2026-03-20T03:53:56.068Z | Compiling strsim v0.11.1 |
| 252 | 2026-03-20T03:53:56.250Z | Compiling fnv v1.0.7 |
| 253 | 2026-03-20T03:53:56.258Z | Compiling memchr v2.8.0 |
| 254 | 2026-03-20T03:53:56.352Z | Compiling regex-syntax v0.8.10 |
| 255 | 2026-03-20T03:53:56.576Z | Compiling thiserror v2.0.18 |
| 256 | 2026-03-20T03:53:56.599Z | Compiling zerocopy v0.8.47 |
| 257 | 2026-03-20T03:53:56.622Z | Compiling either v1.15.0 |
| 258 | 2026-03-20T03:53:56.744Z | Compiling serde v1.0.228 |
| 259 | 2026-03-20T03:53:56.870Z | Compiling aho-corasick v1.1.4 |
| 260 | 2026-03-20T03:53:57.150Z | Compiling itertools v0.14.0 |
| 261 | 2026-03-20T03:53:57.309Z | Compiling heapless v0.8.0 |
| 262 | 2026-03-20T03:53:57.318Z | Compiling smoltcp v0.11.0 |
| 263 | 2026-03-20T03:53:57.594Z | Compiling syn v2.0.117 |
| 264 | 2026-03-20T03:53:57.662Z | Compiling ref-cast v1.0.25 |
| 265 | 2026-03-20T03:53:57.852Z | Compiling version_check v0.9.5 |
| 266 | 2026-03-20T03:53:57.900Z | Compiling crc32fast v1.5.0 |
| 267 | 2026-03-20T03:53:58.288Z | Compiling regex-automata v0.4.14 |
| 268 | 2026-03-20T03:53:58.360Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 269 | 2026-03-20T03:54:00.400Z | Compiling regex v1.12.3 |
| 270 | 2026-03-20T03:54:00.832Z | Compiling darling_core v0.21.3 |
| 271 | 2026-03-20T03:54:01.928Z | Compiling thiserror-impl v2.0.18 |
| 272 | 2026-03-20T03:54:01.928Z | Compiling serde_derive v1.0.228 |
| 273 | 2026-03-20T03:54:01.931Z | Compiling zerocopy-derive v0.8.47 |
| 274 | 2026-03-20T03:54:01.931Z | Compiling ref-cast-impl v1.0.25 |
| 275 | 2026-03-20T03:54:01.931Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 276 | 2026-03-20T03:54:03.735Z | Compiling darling_macro v0.21.3 |
| 277 | 2026-03-20T03:54:04.786Z | Compiling darling v0.21.3 |
| 278 | 2026-03-20T03:54:04.860Z | Compiling ingot-macros v0.1.1 |
| 279 | 2026-03-20T03:54:04.863Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 280 | 2026-03-20T03:54:12.265Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 281 | 2026-03-20T03:54:15.146Z | Checking byteorder v1.5.0 |
| 282 | 2026-03-20T03:54:15.147Z | Checking cfg-if v1.0.4 |
| 283 | 2026-03-20T03:54:15.147Z | Checking stable_deref_trait v1.2.1 |
| 284 | 2026-03-20T03:54:15.150Z | Checking macaddr v1.0.1 |
| 285 | 2026-03-20T03:54:15.150Z | Checking bitflags v1.3.2 |
| 286 | 2026-03-20T03:54:15.243Z | Checking managed v0.8.0 |
| 287 | 2026-03-20T03:54:15.288Z | Checking cobs v0.3.0 |
| 288 | 2026-03-20T03:54:15.376Z | Checking hash32 v0.3.1 |
| 289 | 2026-03-20T03:54:15.421Z | Checking dyn-clone v1.0.20 |
| 290 | 2026-03-20T03:54:15.443Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 291 | 2026-03-20T03:54:17.115Z | Checking bitflags v2.11.0 |
| 292 | 2026-03-20T03:54:17.118Z | Checking uuid v1.22.0 |
| 293 | 2026-03-20T03:54:17.290Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 294 | 2026-03-20T03:54:17.625Z | Checking postcard v1.1.3 |
| 295 | 2026-03-20T03:54:18.871Z | Checking ingot-types v0.1.2 |
| 296 | 2026-03-20T03:54:19.255Z | Checking ingot v0.1.1 |
| 297 | 2026-03-20T03:54:21.208Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 298 | 2026-03-20T03:54:27.227Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 299 | 2026-03-20T03:54:29.373Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 300 | 2026-03-20T03:54:32.777Z | Finished `dev` profile [optimized + debuginfo] target(s) in 42.20s |
| 301 | 2026-03-20T03:54:32.905Z | |
| 302 | 2026-03-20T03:54:32.906Z | real 42.407608406 |
| 303 | 2026-03-20T03:54:32.909Z | user 1:37.376020524 |
| 304 | 2026-03-20T03:54:32.909Z | sys 11.918434210 |
| 305 | 2026-03-20T03:54:32.909Z | trap 0.035555970 |
| 306 | 2026-03-20T03:54:32.909Z | tflt 0.062357372 |
| 307 | 2026-03-20T03:54:32.909Z | dflt 0.184323077 |
| 308 | 2026-03-20T03:54:32.909Z | kflt 0.001840366 |
| 309 | 2026-03-20T03:54:32.909Z | lock 5:18.847541405 |
| 310 | 2026-03-20T03:54:32.909Z | slp 4:12.769189779 |
| 311 | 2026-03-20T03:54:32.909Z | lat 2.690437794 |
| 312 | 2026-03-20T03:54:32.909Z | stop 8.204048575 |
| 313 | 2026-03-20T03:54:32.909Z | + pushd xde-link |
| 314 | 2026-03-20T03:54:32.909Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 315 | 2026-03-20T03:54:32.909Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 316 | 2026-03-20T03:54:33.150Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 317 | 2026-03-20T03:54:33.150Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 318 | 2026-03-20T03:54:33.150Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 319 | 2026-03-20T03:54:48.525Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 320 | 2026-03-20T03:54:51.442Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.44s |
| 321 | 2026-03-20T03:54:51.468Z | |
| 322 | 2026-03-20T03:54:51.471Z | real 18.543883763 |
| 323 | 2026-03-20T03:54:51.471Z | user 28.081071355 |
| 324 | 2026-03-20T03:54:51.471Z | sys 1.521002159 |
| 325 | 2026-03-20T03:54:51.471Z | trap 0.005277310 |
| 326 | 2026-03-20T03:54:51.471Z | tflt 0.000789506 |
| 327 | 2026-03-20T03:54:51.471Z | dflt 0.064922701 |
| 328 | 2026-03-20T03:54:51.471Z | kflt 0.000000000 |
| 329 | 2026-03-20T03:54:51.471Z | lock 1:37.925078351 |
| 330 | 2026-03-20T03:54:51.471Z | slp 1:00.951255970 |
| 331 | 2026-03-20T03:54:51.471Z | lat 0.295823974 |
| 332 | 2026-03-20T03:54:51.471Z | stop 0.155772582 |
| 333 | 2026-03-20T03:54:51.471Z | + popd |
| 334 | 2026-03-20T03:54:51.471Z | + popd |
| 335 | 2026-03-20T03:54:51.472Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 336 | 2026-03-20T03:54:51.472Z | /work/oxidecomputer/opte |
| 337 | 2026-03-20T03:54:51.472Z | + header 'build xde (debug)' |
| 338 | 2026-03-20T03:54:51.472Z | + echo '# ==== build xde (debug) ==== #' |
| 339 | 2026-03-20T03:54:51.472Z | # ==== build xde (debug) ==== # |
| 340 | 2026-03-20T03:54:51.472Z | + ptime -m cargo xtask build --profile debug xde xde-link |
| 341 | 2026-03-20T03:54:51.653Z | Downloading crates ... |
| 342 | 2026-03-20T03:54:51.737Z | Downloaded cargo-platform v0.3.2 |
| 343 | 2026-03-20T03:54:51.766Z | Downloaded rustix v1.1.4 |
| 344 | 2026-03-20T03:54:51.783Z | Downloaded equivalent v1.0.2 |
| 345 | 2026-03-20T03:54:51.786Z | Downloaded anstyle v1.0.13 |
| 346 | 2026-03-20T03:54:51.786Z | Downloaded clap_derive v4.5.55 |
| 347 | 2026-03-20T03:54:51.789Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 348 | 2026-03-20T03:54:51.789Z | Downloaded is_terminal_polyfill v1.70.2 |
| 349 | 2026-03-20T03:54:51.792Z | Downloaded anstyle-parse v0.2.7 |
| 350 | 2026-03-20T03:54:51.792Z | Downloaded anyhow v1.0.102 |
| 351 | 2026-03-20T03:54:51.795Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 352 | 2026-03-20T03:54:51.795Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 353 | 2026-03-20T03:54:51.798Z | Downloaded serde_spanned v1.0.4 |
| 354 | 2026-03-20T03:54:51.801Z | Downloaded errno v0.3.14 |
| 355 | 2026-03-20T03:54:51.806Z | Downloaded anstyle-query v1.1.5 |
| 356 | 2026-03-20T03:54:51.809Z | Downloaded utf8parse v0.2.2 |
| 357 | 2026-03-20T03:54:51.812Z | Downloaded semver v1.0.27 |
| 358 | 2026-03-20T03:54:51.812Z | Downloaded colorchoice v1.0.4 |
| 359 | 2026-03-20T03:54:51.812Z | Downloaded clap_lex v1.0.0 |
| 360 | 2026-03-20T03:54:51.831Z | Downloaded heck v0.5.0 |
| 361 | 2026-03-20T03:54:51.836Z | Downloaded terminal_size v0.4.3 |
| 362 | 2026-03-20T03:54:51.839Z | Downloaded anstream v0.6.21 |
| 363 | 2026-03-20T03:54:51.848Z | Downloaded cargo_metadata v0.23.1 |
| 364 | 2026-03-20T03:54:51.854Z | Downloaded itoa v1.0.17 |
| 365 | 2026-03-20T03:54:51.857Z | Downloaded camino v1.2.2 |
| 366 | 2026-03-20T03:54:51.857Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 367 | 2026-03-20T03:54:51.862Z | Downloaded zmij v1.0.21 |
| 368 | 2026-03-20T03:54:51.876Z | Downloaded clap v4.5.60 |
| 369 | 2026-03-20T03:54:51.881Z | Downloaded indexmap v2.13.0 |
| 370 | 2026-03-20T03:54:51.884Z | Downloaded clap_builder v4.5.60 |
| 371 | 2026-03-20T03:54:51.900Z | Downloaded serde_json v1.0.149 |
| 372 | 2026-03-20T03:54:51.931Z | Downloaded winnow v0.7.15 |
| 373 | 2026-03-20T03:54:51.937Z | Downloaded libc v0.2.183 |
| 374 | 2026-03-20T03:54:51.997Z | Compiling serde_core v1.0.228 |
| 375 | 2026-03-20T03:54:51.997Z | Compiling proc-macro2 v1.0.106 |
| 376 | 2026-03-20T03:54:52.000Z | Compiling quote v1.0.45 |
| 377 | 2026-03-20T03:54:52.000Z | Compiling unicode-ident v1.0.24 |
| 378 | 2026-03-20T03:54:52.000Z | Compiling libc v0.2.183 |
| 379 | 2026-03-20T03:54:52.000Z | Compiling rustix v1.1.4 |
| 380 | 2026-03-20T03:54:52.000Z | Compiling bitflags v2.11.0 |
| 381 | 2026-03-20T03:54:52.000Z | Compiling utf8parse v0.2.2 |
| 382 | 2026-03-20T03:54:52.175Z | Compiling zmij v1.0.21 |
| 383 | 2026-03-20T03:54:52.191Z | Compiling anstyle-parse v0.2.7 |
| 384 | 2026-03-20T03:54:52.452Z | Compiling is_terminal_polyfill v1.70.2 |
| 385 | 2026-03-20T03:54:52.467Z | Compiling anstyle v1.0.13 |
| 386 | 2026-03-20T03:54:52.537Z | Compiling thiserror v2.0.18 |
| 387 | 2026-03-20T03:54:52.568Z | Compiling serde v1.0.228 |
| 388 | 2026-03-20T03:54:52.581Z | Compiling colorchoice v1.0.4 |
| 389 | 2026-03-20T03:54:52.701Z | Compiling anstyle-query v1.1.5 |
| 390 | 2026-03-20T03:54:52.705Z | Compiling camino v1.2.2 |
| 391 | 2026-03-20T03:54:52.803Z | Compiling serde_json v1.0.149 |
| 392 | 2026-03-20T03:54:52.816Z | Compiling anstream v0.6.21 |
| 393 | 2026-03-20T03:54:52.945Z | Compiling errno v0.3.14 |
| 394 | 2026-03-20T03:54:53.142Z | Compiling strsim v0.11.1 |
| 395 | 2026-03-20T03:54:53.147Z | Compiling anyhow v1.0.102 |
| 396 | 2026-03-20T03:54:53.214Z | Compiling winnow v0.7.15 |
| 397 | 2026-03-20T03:54:53.518Z | Compiling memchr v2.8.0 |
| 398 | 2026-03-20T03:54:53.547Z | Compiling heck v0.5.0 |
| 399 | 2026-03-20T03:54:53.567Z | Compiling itoa v1.0.17 |
| 400 | 2026-03-20T03:54:53.789Z | Compiling syn v2.0.117 |
| 401 | 2026-03-20T03:54:53.792Z | Compiling terminal_size v0.4.3 |
| 402 | 2026-03-20T03:54:53.886Z | Compiling clap_lex v1.0.0 |
| 403 | 2026-03-20T03:54:54.210Z | Compiling clap_builder v4.5.60 |
| 404 | 2026-03-20T03:54:54.336Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 405 | 2026-03-20T03:54:54.975Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 406 | 2026-03-20T03:54:55.013Z | Compiling cargo-platform v0.3.2 |
| 407 | 2026-03-20T03:54:55.109Z | Compiling semver v1.0.27 |
| 408 | 2026-03-20T03:54:55.228Z | Compiling serde_spanned v1.0.4 |
| 409 | 2026-03-20T03:54:55.453Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 410 | 2026-03-20T03:54:55.937Z | Compiling toml v1.0.6+spec-1.1.0 |
| 411 | 2026-03-20T03:54:57.147Z | Compiling serde_derive v1.0.228 |
| 412 | 2026-03-20T03:54:57.296Z | Compiling thiserror-impl v2.0.18 |
| 413 | 2026-03-20T03:54:57.320Z | Compiling clap_derive v4.5.55 |
| 414 | 2026-03-20T03:54:59.551Z | Compiling clap v4.5.60 |
| 415 | 2026-03-20T03:55:01.033Z | Compiling cargo_metadata v0.23.1 |
| 416 | 2026-03-20T03:55:04.385Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 417 | 2026-03-20T03:55:06.499Z | Finished `dev` profile [optimized + debuginfo] target(s) in 15.01s |
| 418 | 2026-03-20T03:55:06.518Z | Running `target/debug/xtask build --profile debug xde xde-link` |
| 419 | 2026-03-20T03:55:09.222Z | Building xde (dev). |
| 420 | 2026-03-20T03:55:09.521Z | Compiling serde_core v1.0.228 |
| 421 | 2026-03-20T03:55:09.524Z | Compiling byteorder v1.5.0 |
| 422 | 2026-03-20T03:55:09.524Z | Compiling stable_deref_trait v1.2.1 |
| 423 | 2026-03-20T03:55:09.524Z | Compiling macaddr v1.0.1 |
| 424 | 2026-03-20T03:55:09.524Z | Compiling cfg-if v1.0.4 |
| 425 | 2026-03-20T03:55:09.555Z | Compiling zerocopy v0.8.47 |
| 426 | 2026-03-20T03:55:09.558Z | Compiling thiserror v2.0.18 |
| 427 | 2026-03-20T03:55:09.561Z | Compiling bitflags v1.3.2 |
| 428 | 2026-03-20T03:55:09.610Z | Compiling managed v0.8.0 |
| 429 | 2026-03-20T03:55:09.619Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 430 | 2026-03-20T03:55:09.628Z | Compiling cobs v0.3.0 |
| 431 | 2026-03-20T03:55:09.666Z | Compiling either v1.15.0 |
| 432 | 2026-03-20T03:55:09.775Z | Compiling hash32 v0.3.1 |
| 433 | 2026-03-20T03:55:09.869Z | Compiling itertools v0.14.0 |
| 434 | 2026-03-20T03:55:09.890Z | Compiling heapless v0.8.0 |
| 435 | 2026-03-20T03:55:09.893Z | Compiling ref-cast v1.0.25 |
| 436 | 2026-03-20T03:55:09.958Z | Compiling crc32fast v1.5.0 |
| 437 | 2026-03-20T03:55:09.963Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 438 | 2026-03-20T03:55:09.963Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 439 | 2026-03-20T03:55:09.996Z | Compiling dyn-clone v1.0.20 |
| 440 | 2026-03-20T03:55:10.186Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 441 | 2026-03-20T03:55:10.433Z | Compiling smoltcp v0.11.0 |
| 442 | 2026-03-20T03:55:11.938Z | Compiling bitflags v2.11.0 |
| 443 | 2026-03-20T03:55:11.938Z | Compiling serde v1.0.228 |
| 444 | 2026-03-20T03:55:11.938Z | Compiling uuid v1.22.0 |
| 445 | 2026-03-20T03:55:12.111Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 446 | 2026-03-20T03:55:12.532Z | Compiling postcard v1.1.3 |
| 447 | 2026-03-20T03:55:13.690Z | Compiling ingot-types v0.1.2 |
| 448 | 2026-03-20T03:55:14.089Z | Compiling ingot v0.1.1 |
| 449 | 2026-03-20T03:55:16.213Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 450 | 2026-03-20T03:55:22.171Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 451 | 2026-03-20T03:55:35.559Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 452 | 2026-03-20T03:55:46.349Z | Finished `dev` profile [optimized + debuginfo] target(s) in 37.06s |
| 453 | 2026-03-20T03:55:46.379Z | Linking xde kmod... |
| 454 | 2026-03-20T03:55:47.799Z | Building xde dev link helper (dev). |
| 455 | 2026-03-20T03:55:48.008Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 456 | 2026-03-20T03:55:48.426Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.59s |
| 457 | 2026-03-20T03:55:48.455Z | |
| 458 | 2026-03-20T03:55:48.459Z | real 56.947389492 |
| 459 | 2026-03-20T03:55:48.459Z | user 3:00.138868502 |
| 460 | 2026-03-20T03:55:48.459Z | sys 13.649679374 |
| 461 | 2026-03-20T03:55:48.459Z | trap 0.087972551 |
| 462 | 2026-03-20T03:55:48.459Z | tflt 0.333169393 |
| 463 | 2026-03-20T03:55:48.459Z | dflt 0.478093947 |
| 464 | 2026-03-20T03:55:48.459Z | kflt 0.000009861 |
| 465 | 2026-03-20T03:55:48.459Z | lock 8:45.284509020 |
| 466 | 2026-03-20T03:55:48.459Z | slp 5:07.665128931 |
| 467 | 2026-03-20T03:55:48.459Z | lat 6.394635250 |
| 468 | 2026-03-20T03:55:48.459Z | stop 5.505047158 |
| 469 | 2026-03-20T03:55:48.459Z | + header 'build xde (release)' |
| 470 | 2026-03-20T03:55:48.459Z | + echo '# ==== build xde (release) ==== #' |
| 471 | 2026-03-20T03:55:48.459Z | # ==== build xde (release) ==== # |
| 472 | 2026-03-20T03:55:48.459Z | + ptime -m cargo xtask build --profile release xde xde-link |
| 473 | 2026-03-20T03:55:48.634Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.16s |
| 474 | 2026-03-20T03:55:48.638Z | Running `target/debug/xtask build --profile release xde xde-link` |
| 475 | 2026-03-20T03:55:48.897Z | Building xde (release-lto). |
| 476 | 2026-03-20T03:55:49.200Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 477 | 2026-03-20T03:55:49.200Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 478 | 2026-03-20T03:55:49.204Z | Compiling proc-macro2 v1.0.106 |
| 479 | 2026-03-20T03:55:49.204Z | Compiling quote v1.0.45 |
| 480 | 2026-03-20T03:55:49.204Z | Compiling unicode-ident v1.0.24 |
| 481 | 2026-03-20T03:55:49.204Z | Compiling serde_core v1.0.228 |
| 482 | 2026-03-20T03:55:49.204Z | Compiling fnv v1.0.7 |
| 483 | 2026-03-20T03:55:49.204Z | Compiling ident_case v1.0.1 |
| 484 | 2026-03-20T03:55:49.314Z | Compiling strsim v0.11.1 |
| 485 | 2026-03-20T03:55:49.346Z | Compiling memchr v2.8.0 |
| 486 | 2026-03-20T03:55:49.346Z | Compiling regex-syntax v0.8.10 |
| 487 | 2026-03-20T03:55:49.661Z | Compiling thiserror v2.0.18 |
| 488 | 2026-03-20T03:55:49.688Z | Compiling either v1.15.0 |
| 489 | 2026-03-20T03:55:49.793Z | Compiling serde v1.0.228 |
| 490 | 2026-03-20T03:55:49.846Z | Compiling zerocopy v0.8.47 |
| 491 | 2026-03-20T03:55:49.929Z | Compiling aho-corasick v1.1.4 |
| 492 | 2026-03-20T03:55:50.198Z | Compiling itertools v0.14.0 |
| 493 | 2026-03-20T03:55:50.296Z | Compiling heapless v0.8.0 |
| 494 | 2026-03-20T03:55:50.556Z | Compiling smoltcp v0.11.0 |
| 495 | 2026-03-20T03:55:50.738Z | Compiling syn v2.0.117 |
| 496 | 2026-03-20T03:55:50.803Z | Compiling ref-cast v1.0.25 |
| 497 | 2026-03-20T03:55:50.906Z | Compiling crc32fast v1.5.0 |
| 498 | 2026-03-20T03:55:51.099Z | Compiling version_check v0.9.5 |
| 499 | 2026-03-20T03:55:51.355Z | Compiling regex-automata v0.4.14 |
| 500 | 2026-03-20T03:55:51.509Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 501 | 2026-03-20T03:55:53.420Z | Compiling regex v1.12.3 |
| 502 | 2026-03-20T03:55:53.927Z | Compiling darling_core v0.21.3 |
| 503 | 2026-03-20T03:55:54.906Z | Compiling thiserror-impl v2.0.18 |
| 504 | 2026-03-20T03:55:54.910Z | Compiling zerocopy-derive v0.8.47 |
| 505 | 2026-03-20T03:55:54.910Z | Compiling serde_derive v1.0.228 |
| 506 | 2026-03-20T03:55:54.910Z | Compiling ref-cast-impl v1.0.25 |
| 507 | 2026-03-20T03:55:54.910Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 508 | 2026-03-20T03:55:56.751Z | Compiling darling_macro v0.21.3 |
| 509 | 2026-03-20T03:55:57.833Z | Compiling darling v0.21.3 |
| 510 | 2026-03-20T03:55:57.903Z | Compiling ingot-macros v0.1.1 |
| 511 | 2026-03-20T03:55:57.903Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 512 | 2026-03-20T03:56:06.425Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 513 | 2026-03-20T03:56:09.320Z | Compiling byteorder v1.5.0 |
| 514 | 2026-03-20T03:56:09.320Z | Compiling cfg-if v1.0.4 |
| 515 | 2026-03-20T03:56:09.324Z | Compiling macaddr v1.0.1 |
| 516 | 2026-03-20T03:56:09.324Z | Compiling stable_deref_trait v1.2.1 |
| 517 | 2026-03-20T03:56:09.392Z | Compiling managed v0.8.0 |
| 518 | 2026-03-20T03:56:09.397Z | Compiling bitflags v1.3.2 |
| 519 | 2026-03-20T03:56:09.442Z | Compiling cobs v0.3.0 |
| 520 | 2026-03-20T03:56:09.563Z | Compiling hash32 v0.3.1 |
| 521 | 2026-03-20T03:56:09.697Z | Compiling dyn-clone v1.0.20 |
| 522 | 2026-03-20T03:56:09.771Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 523 | 2026-03-20T03:56:11.634Z | Compiling bitflags v2.11.0 |
| 524 | 2026-03-20T03:56:11.634Z | Compiling uuid v1.22.0 |
| 525 | 2026-03-20T03:56:11.811Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 526 | 2026-03-20T03:56:12.248Z | Compiling postcard v1.1.3 |
| 527 | 2026-03-20T03:56:13.508Z | Compiling ingot-types v0.1.2 |
| 528 | 2026-03-20T03:56:13.935Z | Compiling ingot v0.1.1 |
| 529 | 2026-03-20T03:56:16.184Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 530 | 2026-03-20T03:56:21.412Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 531 | 2026-03-20T03:56:32.765Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 532 | 2026-03-20T03:57:09.788Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 20s |
| 533 | 2026-03-20T03:57:09.816Z | Linking xde kmod... |
| 534 | 2026-03-20T03:57:10.520Z | Building xde dev link helper (release). |
| 535 | 2026-03-20T03:57:10.728Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 536 | 2026-03-20T03:57:10.728Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 537 | 2026-03-20T03:57:10.731Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 538 | 2026-03-20T03:57:27.021Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 539 | 2026-03-20T03:57:30.273Z | Finished `release` profile [optimized + debuginfo] target(s) in 19.70s |
| 540 | 2026-03-20T03:57:30.297Z | |
| 541 | 2026-03-20T03:57:30.300Z | real 1:41.773196987 |
| 542 | 2026-03-20T03:57:30.300Z | user 2:47.664066713 |
| 543 | 2026-03-20T03:57:30.300Z | sys 14.509128367 |
| 544 | 2026-03-20T03:57:30.300Z | trap 0.047928960 |
| 545 | 2026-03-20T03:57:30.300Z | tflt 0.170647470 |
| 546 | 2026-03-20T03:57:30.300Z | dflt 0.363700336 |
| 547 | 2026-03-20T03:57:30.300Z | kflt 0.000012481 |
| 548 | 2026-03-20T03:57:30.300Z | lock 14:07.008317443 |
| 549 | 2026-03-20T03:57:30.300Z | slp 7:45.910791645 |
| 550 | 2026-03-20T03:57:30.300Z | lat 3.002619581 |
| 551 | 2026-03-20T03:57:30.300Z | stop 6.318692222 |
| 552 | 2026-03-20T03:57:30.301Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
| 553 | 2026-03-20T03:57:30.301Z | + grep GOTPCREL |
| 554 | 2026-03-20T03:57:32.420Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 555 | 2026-03-20T03:57:32.424Z | + grep GOTPCREL |
| 556 | 2026-03-20T03:57:33.522Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
| 557 | 2026-03-20T03:57:33.582Z | + sha256sum /work/debug/xde.dbg |
| 558 | 2026-03-20T03:57:33.646Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
| 559 | 2026-03-20T03:57:33.650Z | + sha256sum /work/debug/xde_link.dbg.so |
| 560 | 2026-03-20T03:57:33.653Z | + cp target/x86_64-unknown-unknown/release-lto/xde /work/release/ |
| 561 | 2026-03-20T03:57:33.692Z | + sha256sum /work/release/xde |
| 562 | 2026-03-20T03:57:33.727Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
| 563 | 2026-03-20T03:57:33.730Z | + sha256sum /work/release/xde_link.so |
| 564 | 2026-03-20T03:57:33.733Z | + header 'build xde integration tests' |
| 565 | 2026-03-20T03:57:33.733Z | + echo '# ==== build xde integration tests ==== #' |
| 566 | 2026-03-20T03:57:33.733Z | # ==== build xde integration tests ==== # |
| 567 | 2026-03-20T03:57:33.733Z | + pushd xde-tests |
| 568 | 2026-03-20T03:57:33.733Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
| 569 | 2026-03-20T03:57:33.733Z | + cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check |
| 570 | 2026-03-20T03:57:33.840Z | + cargo clippy --all-targets -- --deny warnings |
| 571 | 2026-03-20T03:57:34.119Z | Checking cfg-if v1.0.4 |
| 572 | 2026-03-20T03:57:34.119Z | Compiling serde_core v1.0.228 |
| 573 | 2026-03-20T03:57:34.119Z | Compiling libc v0.2.183 |
| 574 | 2026-03-20T03:57:34.123Z | Checking memchr v2.8.0 |
| 575 | 2026-03-20T03:57:34.123Z | Compiling serde v1.0.228 |
| 576 | 2026-03-20T03:57:34.123Z | Compiling rustversion v1.0.22 |
| 577 | 2026-03-20T03:57:34.123Z | Compiling version_check v0.9.5 |
| 578 | 2026-03-20T03:57:34.123Z | Compiling syn v2.0.117 |
| 579 | 2026-03-20T03:57:34.201Z | Compiling ident_case v1.0.1 |
| 580 | 2026-03-20T03:57:34.323Z | Compiling strsim v0.11.1 |
| 581 | 2026-03-20T03:57:34.495Z | Compiling zerocopy v0.8.47 |
| 582 | 2026-03-20T03:57:34.557Z | Compiling fnv v1.0.7 |
| 583 | 2026-03-20T03:57:34.653Z | Compiling regex-syntax v0.8.10 |
| 584 | 2026-03-20T03:57:34.689Z | Checking pin-project-lite v0.2.17 |
| 585 | 2026-03-20T03:57:34.780Z | Compiling syn v1.0.109 |
| 586 | 2026-03-20T03:57:35.028Z | Compiling either v1.15.0 |
| 587 | 2026-03-20T03:57:35.044Z | Compiling equivalent v1.0.2 |
| 588 | 2026-03-20T03:57:35.127Z | Compiling hashbrown v0.16.1 |
| 589 | 2026-03-20T03:57:35.169Z | Compiling aho-corasick v1.1.4 |
| 590 | 2026-03-20T03:57:35.311Z | Compiling winnow v0.7.15 |
| 591 | 2026-03-20T03:57:35.419Z | Compiling itertools v0.14.0 |
| 592 | 2026-03-20T03:57:35.858Z | Compiling indexmap v2.13.0 |
| 593 | 2026-03-20T03:57:36.647Z | Compiling regex-automata v0.4.14 |
| 594 | 2026-03-20T03:57:36.719Z | Checking byteorder v1.5.0 |
| 595 | 2026-03-20T03:57:36.913Z | Compiling heapless v0.8.0 |
| 596 | 2026-03-20T03:57:37.045Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 597 | 2026-03-20T03:57:37.147Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 598 | 2026-03-20T03:57:37.316Z | Checking hash32 v0.3.1 |
| 599 | 2026-03-20T03:57:37.437Z | Checking bitflags v2.11.0 |
| 600 | 2026-03-20T03:57:37.464Z | Compiling slog v2.8.2 |
| 601 | 2026-03-20T03:57:37.475Z | Checking futures-core v0.3.32 |
| 602 | 2026-03-20T03:57:37.531Z | Checking futures-sink v0.3.32 |
| 603 | 2026-03-20T03:57:37.606Z | Compiling toml_edit v0.25.4+spec-1.1.0 |
| 604 | 2026-03-20T03:57:37.627Z | Checking stable_deref_trait v1.2.1 |
| 605 | 2026-03-20T03:57:37.633Z | Compiling smoltcp v0.11.0 |
| 606 | 2026-03-20T03:57:37.699Z | Checking macaddr v1.0.1 |
| 607 | 2026-03-20T03:57:37.738Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 608 | 2026-03-20T03:57:37.866Z | Compiling darling_core v0.21.3 |
| 609 | 2026-03-20T03:57:38.041Z | Checking futures-channel v0.3.32 |
| 610 | 2026-03-20T03:57:38.063Z | Compiling proc-macro-error-attr v1.0.4 |
| 611 | 2026-03-20T03:57:38.281Z | Checking bitflags v1.3.2 |
| 612 | 2026-03-20T03:57:38.336Z | Compiling proc-macro-crate v3.5.0 |
| 613 | 2026-03-20T03:57:38.348Z | Compiling getrandom v0.4.2 |
| 614 | 2026-03-20T03:57:38.359Z | Checking slab v0.4.12 |
| 615 | 2026-03-20T03:57:38.536Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 616 | 2026-03-20T03:57:38.673Z | Checking futures-io v0.3.32 |
| 617 | 2026-03-20T03:57:38.799Z | Compiling autocfg v1.5.0 |
| 618 | 2026-03-20T03:57:38.802Z | Checking rand_core v0.10.0 |
| 619 | 2026-03-20T03:57:38.848Z | Checking managed v0.8.0 |
| 620 | 2026-03-20T03:57:38.888Z | Checking futures-task v0.3.32 |
| 621 | 2026-03-20T03:57:38.958Z | Compiling regex v1.12.3 |
| 622 | 2026-03-20T03:57:39.046Z | Compiling crc32fast v1.5.0 |
| 623 | 2026-03-20T03:57:39.071Z | Compiling ref-cast v1.0.25 |
| 624 | 2026-03-20T03:57:39.256Z | Compiling num-traits v0.2.19 |
| 625 | 2026-03-20T03:57:39.508Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 626 | 2026-03-20T03:57:39.529Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 627 | 2026-03-20T03:57:39.539Z | Compiling proc-macro-error v1.0.4 |
| 628 | 2026-03-20T03:57:39.751Z | Compiling serde_derive v1.0.228 |
| 629 | 2026-03-20T03:57:39.811Z | Compiling zerocopy-derive v0.8.47 |
| 630 | 2026-03-20T03:57:39.834Z | Compiling thiserror-impl v2.0.18 |
| 631 | 2026-03-20T03:57:39.879Z | Compiling futures-macro v0.3.32 |
| 632 | 2026-03-20T03:57:40.254Z | Compiling foreign-types-macros v0.2.3 |
| 633 | 2026-03-20T03:57:40.264Z | Compiling num_enum_derive v0.7.5 |
| 634 | 2026-03-20T03:57:40.930Z | Compiling darling_macro v0.21.3 |
| 635 | 2026-03-20T03:57:40.983Z | Checking futures-util v0.3.32 |
| 636 | 2026-03-20T03:57:41.077Z | Compiling ref-cast-impl v1.0.25 |
| 637 | 2026-03-20T03:57:41.137Z | Checking once_cell v1.21.3 |
| 638 | 2026-03-20T03:57:41.342Z | Checking cpufeatures v0.3.0 |
| 639 | 2026-03-20T03:57:41.411Z | Checking ipnetwork v0.21.1 |
| 640 | 2026-03-20T03:57:41.479Z | Checking thiserror v2.0.18 |
| 641 | 2026-03-20T03:57:41.581Z | Checking cobs v0.3.0 |
| 642 | 2026-03-20T03:57:41.586Z | Checking unicode-width v0.2.2 |
| 643 | 2026-03-20T03:57:41.608Z | Compiling darling v0.21.3 |
| 644 | 2026-03-20T03:57:41.624Z | Checking foreign-types-shared v0.3.1 |
| 645 | 2026-03-20T03:57:41.687Z | Compiling ingot-macros v0.1.1 |
| 646 | 2026-03-20T03:57:41.706Z | Compiling crossbeam-utils v0.8.21 |
| 647 | 2026-03-20T03:57:41.738Z | Compiling getrandom v0.3.4 |
| 648 | 2026-03-20T03:57:41.884Z | Checking tabwriter v1.4.1 |
| 649 | 2026-03-20T03:57:41.924Z | Checking foreign-types v0.5.0 |
| 650 | 2026-03-20T03:57:41.993Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 651 | 2026-03-20T03:57:42.042Z | Checking num_enum v0.7.5 |
| 652 | 2026-03-20T03:57:42.088Z | Checking chacha20 v0.10.0 |
| 653 | 2026-03-20T03:57:42.156Z | Checking tracing-core v0.1.36 |
| 654 | 2026-03-20T03:57:42.164Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 655 | 2026-03-20T03:57:42.475Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 656 | 2026-03-20T03:57:42.574Z | Compiling tracing-attributes v0.1.31 |
| 657 | 2026-03-20T03:57:43.220Z | Checking anyhow v1.0.102 |
| 658 | 2026-03-20T03:57:43.426Z | Checking cstr-argument v0.1.2 |
| 659 | 2026-03-20T03:57:43.457Z | Checking dyn-clone v1.0.20 |
| 660 | 2026-03-20T03:57:43.553Z | Compiling time-core v0.1.8 |
| 661 | 2026-03-20T03:57:43.564Z | Compiling num-conv v0.2.0 |
| 662 | 2026-03-20T03:57:43.689Z | Checking futures-executor v0.3.32 |
| 663 | 2026-03-20T03:57:43.709Z | Checking pretty-hex v0.4.1 |
| 664 | 2026-03-20T03:57:43.715Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747) |
| 665 | 2026-03-20T03:57:43.832Z | Compiling thiserror v1.0.69 |
| 666 | 2026-03-20T03:57:43.849Z | Checking powerfmt v0.2.0 |
| 667 | 2026-03-20T03:57:43.983Z | Checking futures v0.3.32 |
| 668 | 2026-03-20T03:57:44.017Z | Checking erased-serde v0.3.31 |
| 669 | 2026-03-20T03:57:44.028Z | Checking postcard v1.1.3 |
| 670 | 2026-03-20T03:57:44.055Z | Checking deranged v0.5.8 |
| 671 | 2026-03-20T03:57:44.252Z | Checking tracing v0.1.44 |
| 672 | 2026-03-20T03:57:44.386Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 673 | 2026-03-20T03:57:44.423Z | Compiling time-macros v0.2.27 |
| 674 | 2026-03-20T03:57:44.446Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 675 | 2026-03-20T03:57:44.561Z | Checking rand v0.10.0 |
| 676 | 2026-03-20T03:57:44.804Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 677 | 2026-03-20T03:57:45.064Z | Compiling thiserror-impl v1.0.69 |
| 678 | 2026-03-20T03:57:45.170Z | Checking uuid v1.22.0 |
| 679 | 2026-03-20T03:57:45.193Z | Checking arc-swap v1.8.2 |
| 680 | 2026-03-20T03:57:45.327Z | Checking socket2 v0.6.3 |
| 681 | 2026-03-20T03:57:45.338Z | Checking nom v8.0.0 |
| 682 | 2026-03-20T03:57:45.529Z | Checking thread_local v1.1.9 |
| 683 | 2026-03-20T03:57:45.560Z | Checking iana-time-zone v0.1.65 |
| 684 | 2026-03-20T03:57:45.704Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 685 | 2026-03-20T03:57:45.718Z | Compiling heck v0.4.1 |
| 686 | 2026-03-20T03:57:45.832Z | Checking colored v3.1.1 |
| 687 | 2026-03-20T03:57:45.839Z | Checking ingot-types v0.1.2 |
| 688 | 2026-03-20T03:57:46.083Z | Checking oxnet v0.1.4 |
| 689 | 2026-03-20T03:57:46.118Z | Checking itoa v1.0.17 |
| 690 | 2026-03-20T03:57:46.277Z | Checking ingot v0.1.1 |
| 691 | 2026-03-20T03:57:46.284Z | Checking lazy_static v1.5.0 |
| 692 | 2026-03-20T03:57:46.365Z | Compiling slog-async v2.8.0 |
| 693 | 2026-03-20T03:57:46.378Z | Checking slog-scope v4.4.1 |
| 694 | 2026-03-20T03:57:46.408Z | Checking time v0.3.47 |
| 695 | 2026-03-20T03:57:46.521Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 696 | 2026-03-20T03:57:46.768Z | Checking ppv-lite86 v0.2.21 |
| 697 | 2026-03-20T03:57:46.810Z | Checking chrono v0.4.44 |
| 698 | 2026-03-20T03:57:47.149Z | Checking crossbeam-channel v0.5.15 |
| 699 | 2026-03-20T03:57:47.361Z | Checking rand_core v0.9.5 |
| 700 | 2026-03-20T03:57:47.554Z | Checking cookie-factory v0.3.3 |
| 701 | 2026-03-20T03:57:47.562Z | Checking itertools v0.12.1 |
| 702 | 2026-03-20T03:57:47.572Z | Checking is-terminal v0.4.17 |
| 703 | 2026-03-20T03:57:47.657Z | Checking circular v0.3.0 |
| 704 | 2026-03-20T03:57:47.787Z | Checking take_mut v0.2.2 |
| 705 | 2026-03-20T03:57:47.864Z | Checking term v1.2.1 |
| 706 | 2026-03-20T03:57:47.890Z | Checking log v0.4.29 |
| 707 | 2026-03-20T03:57:48.055Z | Checking rusticata-macros v5.0.0 |
| 708 | 2026-03-20T03:57:48.086Z | Checking slog-stdlog v4.1.1 |
| 709 | 2026-03-20T03:57:48.112Z | Checking rand_chacha v0.9.0 |
| 710 | 2026-03-20T03:57:48.132Z | Checking slog-term v2.9.2 |
| 711 | 2026-03-20T03:57:48.205Z | Checking pcap-parser v0.17.0 |
| 712 | 2026-03-20T03:57:48.331Z | Checking rand v0.9.2 |
| 713 | 2026-03-20T03:57:48.494Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 714 | 2026-03-20T03:57:48.901Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 715 | 2026-03-20T03:57:49.269Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#ce503058) |
| 716 | 2026-03-20T03:57:49.748Z | Checking slog-envlogger v2.2.0 |
| 717 | 2026-03-20T03:57:54.535Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 718 | 2026-03-20T03:57:56.734Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 719 | 2026-03-20T03:57:56.738Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 720 | 2026-03-20T03:57:57.190Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 721 | 2026-03-20T03:57:57.843Z | Finished `dev` profile [optimized + debuginfo] target(s) in 23.93s |
| 722 | 2026-03-20T03:57:57.887Z | + cargo build --test loopback |
| 723 | 2026-03-20T03:57:58.111Z | Compiling cfg-if v1.0.4 |
| 724 | 2026-03-20T03:57:58.111Z | Compiling memchr v2.8.0 |
| 725 | 2026-03-20T03:57:58.114Z | Compiling serde_core v1.0.228 |
| 726 | 2026-03-20T03:57:58.114Z | Compiling libc v0.2.183 |
| 727 | 2026-03-20T03:57:58.149Z | Compiling thiserror v2.0.18 |
| 728 | 2026-03-20T03:57:58.152Z | Compiling zerocopy v0.8.47 |
| 729 | 2026-03-20T03:57:58.153Z | Compiling pin-project-lite v0.2.17 |
| 730 | 2026-03-20T03:57:58.161Z | Compiling byteorder v1.5.0 |
| 731 | 2026-03-20T03:57:58.200Z | Compiling either v1.15.0 |
| 732 | 2026-03-20T03:57:58.242Z | Compiling macaddr v1.0.1 |
| 733 | 2026-03-20T03:57:58.250Z | Compiling stable_deref_trait v1.2.1 |
| 734 | 2026-03-20T03:57:58.323Z | Compiling futures-sink v0.3.32 |
| 735 | 2026-03-20T03:57:58.378Z | Compiling hash32 v0.3.1 |
| 736 | 2026-03-20T03:57:58.435Z | Compiling futures-core v0.3.32 |
| 737 | 2026-03-20T03:57:58.452Z | Compiling cobs v0.3.0 |
| 738 | 2026-03-20T03:57:58.545Z | Compiling heapless v0.8.0 |
| 739 | 2026-03-20T03:57:58.562Z | Compiling futures-channel v0.3.32 |
| 740 | 2026-03-20T03:57:58.621Z | Compiling futures-io v0.3.32 |
| 741 | 2026-03-20T03:57:58.627Z | Compiling managed v0.8.0 |
| 742 | 2026-03-20T03:57:58.797Z | Compiling futures-task v0.3.32 |
| 743 | 2026-03-20T03:57:58.836Z | Compiling slab v0.4.12 |
| 744 | 2026-03-20T03:57:58.854Z | Compiling rand_core v0.10.0 |
| 745 | 2026-03-20T03:57:58.904Z | Compiling bitflags v1.3.2 |
| 746 | 2026-03-20T03:57:58.982Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 747 | 2026-03-20T03:57:59.025Z | Compiling futures-util v0.3.32 |
| 748 | 2026-03-20T03:57:59.041Z | Compiling smoltcp v0.11.0 |
| 749 | 2026-03-20T03:57:59.047Z | Compiling cpufeatures v0.3.0 |
| 750 | 2026-03-20T03:57:59.099Z | Compiling foreign-types-shared v0.3.1 |
| 751 | 2026-03-20T03:57:59.118Z | Compiling unicode-width v0.2.2 |
| 752 | 2026-03-20T03:57:59.196Z | Compiling ipnetwork v0.21.1 |
| 753 | 2026-03-20T03:57:59.267Z | Compiling once_cell v1.21.3 |
| 754 | 2026-03-20T03:57:59.506Z | Compiling tracing-core v0.1.36 |
| 755 | 2026-03-20T03:57:59.557Z | Compiling tabwriter v1.4.1 |
| 756 | 2026-03-20T03:57:59.896Z | Compiling foreign-types v0.5.0 |
| 757 | 2026-03-20T03:57:59.978Z | Compiling chacha20 v0.10.0 |
| 758 | 2026-03-20T03:58:00.069Z | Compiling getrandom v0.4.2 |
| 759 | 2026-03-20T03:58:00.188Z | Compiling ref-cast v1.0.25 |
| 760 | 2026-03-20T03:58:00.296Z | Compiling num_enum v0.7.5 |
| 761 | 2026-03-20T03:58:00.341Z | Compiling crc32fast v1.5.0 |
| 762 | 2026-03-20T03:58:00.412Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 763 | 2026-03-20T03:58:00.434Z | Compiling cstr-argument v0.1.2 |
| 764 | 2026-03-20T03:58:00.534Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 765 | 2026-03-20T03:58:00.632Z | Compiling itertools v0.14.0 |
| 766 | 2026-03-20T03:58:00.636Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 767 | 2026-03-20T03:58:00.658Z | Compiling serde v1.0.228 |
| 768 | 2026-03-20T03:58:00.947Z | Compiling bitflags v2.11.0 |
| 769 | 2026-03-20T03:58:01.293Z | Compiling erased-serde v0.3.31 |
| 770 | 2026-03-20T03:58:01.466Z | Compiling postcard v1.1.3 |
| 771 | 2026-03-20T03:58:01.496Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 772 | 2026-03-20T03:58:01.536Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 773 | 2026-03-20T03:58:01.913Z | Compiling slog v2.8.2 |
| 774 | 2026-03-20T03:58:01.917Z | Compiling powerfmt v0.2.0 |
| 775 | 2026-03-20T03:58:02.225Z | Compiling futures-executor v0.3.32 |
| 776 | 2026-03-20T03:58:02.240Z | Compiling dyn-clone v1.0.20 |
| 777 | 2026-03-20T03:58:02.246Z | Compiling pretty-hex v0.4.1 |
| 778 | 2026-03-20T03:58:02.274Z | Compiling deranged v0.5.8 |
| 779 | 2026-03-20T03:58:02.414Z | Compiling ingot-types v0.1.2 |
| 780 | 2026-03-20T03:58:02.436Z | Compiling futures v0.3.32 |
| 781 | 2026-03-20T03:58:02.521Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 782 | 2026-03-20T03:58:02.580Z | Compiling tracing v0.1.44 |
| 783 | 2026-03-20T03:58:02.686Z | Compiling uuid v1.22.0 |
| 784 | 2026-03-20T03:58:02.721Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 785 | 2026-03-20T03:58:02.780Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 786 | 2026-03-20T03:58:02.855Z | Compiling num-traits v0.2.19 |
| 787 | 2026-03-20T03:58:02.951Z | Compiling ingot v0.1.1 |
| 788 | 2026-03-20T03:58:03.002Z | Compiling rand v0.10.0 |
| 789 | 2026-03-20T03:58:03.050Z | Compiling getrandom v0.3.4 |
| 790 | 2026-03-20T03:58:03.310Z | Compiling crossbeam-utils v0.8.21 |
| 791 | 2026-03-20T03:58:03.398Z | Compiling nom v8.0.0 |
| 792 | 2026-03-20T03:58:03.434Z | Compiling aho-corasick v1.1.4 |
| 793 | 2026-03-20T03:58:03.659Z | Compiling socket2 v0.6.3 |
| 794 | 2026-03-20T03:58:03.850Z | Compiling thread_local v1.1.9 |
| 795 | 2026-03-20T03:58:04.290Z | Compiling arc-swap v1.8.2 |
| 796 | 2026-03-20T03:58:04.381Z | Compiling winnow v0.7.15 |
| 797 | 2026-03-20T03:58:04.428Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 798 | 2026-03-20T03:58:04.718Z | Compiling regex-syntax v0.8.10 |
| 799 | 2026-03-20T03:58:04.807Z | Compiling num-conv v0.2.0 |
| 800 | 2026-03-20T03:58:04.870Z | Compiling oxnet v0.1.4 |
| 801 | 2026-03-20T03:58:04.949Z | Compiling time-core v0.1.8 |
| 802 | 2026-03-20T03:58:05.124Z | Compiling lazy_static v1.5.0 |
| 803 | 2026-03-20T03:58:05.191Z | Compiling iana-time-zone v0.1.65 |
| 804 | 2026-03-20T03:58:05.231Z | Compiling colored v3.1.1 |
| 805 | 2026-03-20T03:58:05.506Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 806 | 2026-03-20T03:58:05.789Z | Compiling chrono v0.4.44 |
| 807 | 2026-03-20T03:58:06.047Z | Compiling slog-scope v4.4.1 |
| 808 | 2026-03-20T03:58:06.342Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747) |
| 809 | 2026-03-20T03:58:06.656Z | Compiling rusticata-macros v5.0.0 |
| 810 | 2026-03-20T03:58:06.932Z | Compiling regex-automata v0.4.14 |
| 811 | 2026-03-20T03:58:07.056Z | Compiling time v0.3.47 |
| 812 | 2026-03-20T03:58:08.586Z | Compiling thiserror v1.0.69 |
| 813 | 2026-03-20T03:58:08.702Z | Compiling crossbeam-channel v0.5.15 |
| 814 | 2026-03-20T03:58:09.593Z | Compiling rand_core v0.9.5 |
| 815 | 2026-03-20T03:58:09.682Z | Compiling cookie-factory v0.3.3 |
| 816 | 2026-03-20T03:58:09.929Z | Compiling ppv-lite86 v0.2.21 |
| 817 | 2026-03-20T03:58:10.094Z | Compiling is-terminal v0.4.17 |
| 818 | 2026-03-20T03:58:10.199Z | Compiling itertools v0.12.1 |
| 819 | 2026-03-20T03:58:10.402Z | Compiling circular v0.3.0 |
| 820 | 2026-03-20T03:58:10.732Z | Compiling take_mut v0.2.2 |
| 821 | 2026-03-20T03:58:10.858Z | Compiling log v0.4.29 |
| 822 | 2026-03-20T03:58:11.047Z | Compiling term v1.2.1 |
| 823 | 2026-03-20T03:58:11.187Z | Compiling slog-stdlog v4.1.1 |
| 824 | 2026-03-20T03:58:11.722Z | Compiling slog-term v2.9.2 |
| 825 | 2026-03-20T03:58:12.130Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 826 | 2026-03-20T03:58:12.473Z | Compiling slog-async v2.8.0 |
| 827 | 2026-03-20T03:58:13.820Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 828 | 2026-03-20T03:58:14.241Z | Compiling pcap-parser v0.17.0 |
| 829 | 2026-03-20T03:58:14.770Z | Compiling rand_chacha v0.9.0 |
| 830 | 2026-03-20T03:58:14.863Z | Compiling regex v1.12.3 |
| 831 | 2026-03-20T03:58:15.793Z | Compiling slog-envlogger v2.2.0 |
| 832 | 2026-03-20T03:58:15.843Z | Compiling rand v0.9.2 |
| 833 | 2026-03-20T03:58:16.390Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#ce503058) |
| 834 | 2026-03-20T03:58:16.906Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 835 | 2026-03-20T03:58:17.762Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 836 | 2026-03-20T03:58:19.127Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 837 | 2026-03-20T03:58:28.508Z | Finished `dev` profile [optimized + debuginfo] target(s) in 30.59s |
| 838 | 2026-03-20T03:58:28.550Z | ++ cargo build -q --test loopback --message-format=json |
| 839 | 2026-03-20T03:58:28.553Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 840 | 2026-03-20T03:58:28.713Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-c4ac8670849798f3 |
| 841 | 2026-03-20T03:58:28.713Z | + cargo build --test multicast_rx |
| 842 | 2026-03-20T03:58:28.857Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 843 | 2026-03-20T03:58:30.889Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.16s |
| 844 | 2026-03-20T03:58:30.933Z | ++ cargo build -q --test multicast_rx --message-format=json |
| 845 | 2026-03-20T03:58:30.936Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 846 | 2026-03-20T03:58:31.097Z | + multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-bb2ad9a638419d7f |
| 847 | 2026-03-20T03:58:31.100Z | + cargo build --test multicast_multi_sub |
| 848 | 2026-03-20T03:58:31.240Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 849 | 2026-03-20T03:58:33.526Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.41s |
| 850 | 2026-03-20T03:58:33.572Z | ++ cargo build -q --test multicast_multi_sub --message-format=json |
| 851 | 2026-03-20T03:58:33.577Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 852 | 2026-03-20T03:58:33.734Z | + multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-4cfc7bfaf060ec52 |
| 853 | 2026-03-20T03:58:33.738Z | + cargo build --test multicast_validation |
| 854 | 2026-03-20T03:58:33.878Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 855 | 2026-03-20T03:58:36.393Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.64s |
| 856 | 2026-03-20T03:58:36.441Z | ++ cargo build -q --test multicast_validation --message-format=json |
| 857 | 2026-03-20T03:58:36.444Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 858 | 2026-03-20T03:58:36.601Z | + multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-903a18aeb86f325d |
| 859 | 2026-03-20T03:58:36.602Z | + mkdir -p /work/test |
| 860 | 2026-03-20T03:58:36.611Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-c4ac8670849798f3 /work/test/loopback |
| 861 | 2026-03-20T03:58:36.642Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-bb2ad9a638419d7f /work/test/multicast_rx |
| 862 | 2026-03-20T03:58:36.685Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-4cfc7bfaf060ec52 /work/test/multicast_multi_sub |
| 863 | 2026-03-20T03:58:36.734Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-903a18aeb86f325d /work/test/multicast_validation |
| 864 | 2026-03-20T03:58:36.782Z | process exited: duration 343167 ms, exit code 0 |
| |
| 865 | 2026-03-20T03:58:36.812Z | found 13 output files |
| 866 | 2026-03-20T03:58:36.812Z | uploading: /work/debug/xde.dbg (90319432 bytes) |
| 867 | 2026-03-20T03:58:39.241Z | uploaded: /work/debug/xde.dbg |
| 868 | 2026-03-20T03:58:39.241Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
| 869 | 2026-03-20T03:58:40.252Z | uploaded: /work/debug/xde.dbg.sha256 |
| 870 | 2026-03-20T03:58:40.252Z | uploading: /work/debug/xde_link.dbg.so (1068452 bytes) |
| 871 | 2026-03-20T03:58:41.284Z | uploaded: /work/debug/xde_link.dbg.so |
| 872 | 2026-03-20T03:58:41.284Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
| 873 | 2026-03-20T03:58:42.296Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
| 874 | 2026-03-20T03:58:42.306Z | uploading: /work/release/xde (48687432 bytes) |
| 875 | 2026-03-20T03:58:43.644Z | uploaded: /work/release/xde |
| 876 | 2026-03-20T03:58:43.644Z | uploading: /work/release/xde.sha256 (84 bytes) |
| 877 | 2026-03-20T03:58:44.654Z | uploaded: /work/release/xde.sha256 |
| 878 | 2026-03-20T03:58:44.654Z | uploading: /work/release/xde_link.so (39480 bytes) |
| 879 | 2026-03-20T03:58:45.667Z | uploaded: /work/release/xde_link.so |
| 880 | 2026-03-20T03:58:45.667Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
| 881 | 2026-03-20T03:58:46.677Z | uploaded: /work/release/xde_link.so.sha256 |
| 882 | 2026-03-20T03:58:46.677Z | uploading: /work/test/loopback (49418584 bytes) |
| 883 | 2026-03-20T03:58:47.982Z | uploaded: /work/test/loopback |
| 884 | 2026-03-20T03:58:47.982Z | uploading: /work/test/multicast_rx (49715160 bytes) |
| 885 | 2026-03-20T03:58:49.278Z | uploaded: /work/test/multicast_rx |
| 886 | 2026-03-20T03:58:49.278Z | uploading: /work/test/multicast_multi_sub (53687464 bytes) |
| 887 | 2026-03-20T03:58:50.609Z | uploaded: /work/test/multicast_multi_sub |
| 888 | 2026-03-20T03:58:50.610Z | uploading: /work/test/multicast_validation (49887088 bytes) |
| 889 | 2026-03-20T03:58:51.910Z | uploaded: /work/test/multicast_validation |
| 890 | 2026-03-20T03:58:51.910Z | uploading: /work/xde.conf (79 bytes) |
| 891 | 2026-03-20T03:58:52.921Z | uploaded: /work/xde.conf |