|
|
|
| 1 | 2026-07-24T22:09:44.310Z | job assigned to worker 01KYB2SAGT269RT6NQNN1KS4W3 [factory aws, i-047df89e02e7bccaf] (queued for 53 s) |
| |
| 2 | 2026-07-24T22:09:51.407Z | starting task 0: "setup" |
| 3 | 2026-07-24T22:09:51.412Z | ++ uname -s |
| 4 | 2026-07-24T22:09:51.415Z | + kern=SunOS |
| 5 | 2026-07-24T22:09:51.415Z | + build_user=build |
| 6 | 2026-07-24T22:09:51.415Z | + build_uid=12345 |
| 7 | 2026-07-24T22:09:51.415Z | + work_dir=/work |
| 8 | 2026-07-24T22:09:51.415Z | + input_dir=/input |
| 9 | 2026-07-24T22:09:51.415Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-24T22:09:51.415Z | + case "$kern" in |
| 11 | 2026-07-24T22:09:51.415Z | + groupadd -g 12345 build |
| 12 | 2026-07-24T22:09:51.418Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-24T22:09:53.422Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-24T22:09:53.510Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-24T22:09:53.513Z | + home_fs=zfs |
| 16 | 2026-07-24T22:09:53.513Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-24T22:09:53.513Z | + mkdir -p /home/build |
| 18 | 2026-07-24T22:09:53.513Z | + chown build:build /home/build /work |
| 19 | 2026-07-24T22:09:54.515Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-24T22:09:54.518Z | process exited: duration 3111 ms, exit code 0 |
| |
| 21 | 2026-07-24T22:09:54.524Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-24T22:09:54.528Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-24T22:09:54.528Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-24T22:09:54.528Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-07-24T22:09:54.528Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-07-24T22:09:54.528Z | * rust toolchain channel = "1.97.1" |
| 27 | 2026-07-24T22:09:54.528Z | * rust toolchain profile = "default" |
| 28 | 2026-07-24T22:09:54.531Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-24T22:09:54.531Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-24T22:09:54.641Z | info: downloading installer |
| 31 | 2026-07-24T22:09:56.344Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-24T22:09:56.344Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-24T22:09:56.344Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-24T22:09:56.344Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-24T22:09:56.357Z | info: profile set to default |
| 36 | 2026-07-24T22:09:56.357Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-24T22:09:56.360Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-24T22:09:56.511Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-24T22:09:56.514Z | info: downloading 6 components |
| 40 | 2026-07-24T22:10:12.169Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-07-24T22:10:12.169Z | |
| 42 | 2026-07-24T22:10:12.196Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-24T22:10:12.196Z | |
| 44 | 2026-07-24T22:10:12.199Z | |
| 45 | 2026-07-24T22:10:12.199Z | Rust is installed now. Great! |
| 46 | 2026-07-24T22:10:12.199Z | |
| 47 | 2026-07-24T22:10:12.199Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-24T22:10:12.199Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-24T22:10:12.199Z | |
| 50 | 2026-07-24T22:10:12.199Z | To configure your current shell, you need to source |
| 51 | 2026-07-24T22:10:12.200Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-24T22:10:12.200Z | |
| 53 | 2026-07-24T22:10:12.200Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-24T22:10:12.200Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-24T22:10:12.200Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-24T22:10:12.200Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-24T22:10:12.200Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-24T22:10:12.200Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-24T22:10:12.200Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-24T22:10:12.200Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-24T22:10:12.200Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-24T22:10:12.302Z | + rustup --version |
| 63 | 2026-07-24T22:10:12.310Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-24T22:10:12.313Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-24T22:10:12.331Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-24T22:10:12.335Z | + cargo --version |
| 67 | 2026-07-24T22:10:12.349Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-24T22:10:12.352Z | + rustc --version |
| 69 | 2026-07-24T22:10:12.371Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-24T22:10:12.374Z | process exited: duration 17849 ms, exit code 0 |
| |
| 71 | 2026-07-24T22:10:12.379Z | starting task 2: "authentication" |
| 72 | 2026-07-24T22:10:12.397Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-07-24T22:10:12.402Z | starting task 3: "clone repository" |
| 74 | 2026-07-24T22:10:12.406Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-24T22:10:12.409Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-24T22:10:12.439Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-24T22:10:13.368Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-24T22:10:13.370Z | + git fetch origin 62c6d27460a63db80e78c78f3115f8b21ff3cf21 |
| 79 | 2026-07-24T22:10:13.637Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-24T22:10:13.637Z | * branch 62c6d27460a63db80e78c78f3115f8b21ff3cf21 -> FETCH_HEAD |
| 81 | 2026-07-24T22:10:13.643Z | + [[ -n icmp-ptb ]] |
| 82 | 2026-07-24T22:10:13.646Z | ++ git branch --show-current |
| 83 | 2026-07-24T22:10:13.646Z | + current=master |
| 84 | 2026-07-24T22:10:13.646Z | + [[ master != icmp-ptb ]] |
| 85 | 2026-07-24T22:10:13.646Z | + git branch -f icmp-ptb 62c6d27460a63db80e78c78f3115f8b21ff3cf21 |
| 86 | 2026-07-24T22:10:13.649Z | + git checkout -f icmp-ptb |
| 87 | 2026-07-24T22:10:13.664Z | Switched to branch 'icmp-ptb' |
| 88 | 2026-07-24T22:10:13.668Z | + git reset --hard 62c6d27460a63db80e78c78f3115f8b21ff3cf21 |
| 89 | 2026-07-24T22:10:13.672Z | HEAD is now at 62c6d27 Merge branch 'master' into icmp-ptb |
| 90 | 2026-07-24T22:10:13.675Z | process exited: duration 1269 ms, exit code 0 |
| |
| 91 | 2026-07-24T22:10:13.681Z | starting task 4: "build" |
| 92 | 2026-07-24T22:10:13.686Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-24T22:10:13.689Z | ++ rustup show active-toolchain |
| 94 | 2026-07-24T22:10:13.692Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-24T22:10:13.692Z | ++ pushd xde |
| 96 | 2026-07-24T22:10:13.692Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-24T22:10:13.692Z | ++ rustup show active-toolchain |
| 98 | 2026-07-24T22:10:13.695Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 99 | 2026-07-24T22:10:13.869Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 100 | 2026-07-24T22:10:13.873Z | info: downloading 6 components |
| 101 | 2026-07-24T22:10:28.810Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-24T22:10:28.907Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-24T22:10:28.910Z | +++ head -n 1 |
| 104 | 2026-07-24T22:10:28.910Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-24T22:10:28.964Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 106 | 2026-07-24T22:10:28.964Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-07-24T22:10:28.964Z | ++ popd |
| 108 | 2026-07-24T22:10:28.969Z | /work/oxidecomputer/opte |
| 109 | 2026-07-24T22:10:28.969Z | + TGT_BASE=/work |
| 110 | 2026-07-24T22:10:28.969Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 111 | 2026-07-24T22:10:28.969Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 112 | 2026-07-24T22:10:28.969Z | + DBG_TGT=/work/debug |
| 113 | 2026-07-24T22:10:28.969Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 114 | 2026-07-24T22:10:28.969Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 115 | 2026-07-24T22:10:28.969Z | + REL_TGT=/work/release |
| 116 | 2026-07-24T22:10:28.969Z | + mkdir -p /work/debug /work/release |
| 117 | 2026-07-24T22:10:28.969Z | + cargo --version |
| 118 | 2026-07-24T22:10:28.975Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 119 | 2026-07-24T22:10:28.978Z | + rustc --version |
| 120 | 2026-07-24T22:10:28.999Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 121 | 2026-07-24T22:10:29.003Z | + install_pkg jq |
| 122 | 2026-07-24T22:10:29.003Z | + set +o errexit |
| 123 | 2026-07-24T22:10:29.003Z | + pfexec pkg install jq |
| 124 | 2026-07-24T22:10:33.304Z | Startup: Refreshing catalog 'helios' ... Done |
| 125 | 2026-07-24T22:10:33.542Z | Startup: Caching catalogs ... Done |
| 126 | 2026-07-24T22:10:34.728Z | Planning: Solver setup ... Done |
| 127 | 2026-07-24T22:10:34.771Z | Planning: Running solver ... Done |
| 128 | 2026-07-24T22:10:34.798Z | Planning: Consolidating action changes ... Done |
| 129 | 2026-07-24T22:10:34.801Z | Planning: Evaluating mediators ... Done |
| 130 | 2026-07-24T22:10:34.801Z | Planning: Planning completed in 1.23 seconds |
| 131 | 2026-07-24T22:10:34.862Z | No updates necessary for this image. |
| 132 | 2026-07-24T22:10:35.017Z | + exit_code=4 |
| 133 | 2026-07-24T22:10:35.017Z | + [[ 4 -ne 0 ]] |
| 134 | 2026-07-24T22:10:35.020Z | + [[ 4 -ne 4 ]] |
| 135 | 2026-07-24T22:10:35.020Z | + set -o errexit |
| 136 | 2026-07-24T22:10:35.020Z | + pushd xde |
| 137 | 2026-07-24T22:10:35.020Z | + cp xde.conf /work/xde.conf |
| 138 | 2026-07-24T22:10:35.020Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 139 | 2026-07-24T22:10:35.020Z | + header 'check style' |
| 140 | 2026-07-24T22:10:35.020Z | + echo '# ==== check style ==== #' |
| 141 | 2026-07-24T22:10:35.020Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 142 | 2026-07-24T22:10:35.020Z | # ==== check style ==== # |
| 143 | 2026-07-24T22:10:35.247Z | |
| 144 | 2026-07-24T22:10:35.247Z | real 0.224012532 |
| 145 | 2026-07-24T22:10:35.248Z | user 0.154385385 |
| 146 | 2026-07-24T22:10:35.248Z | sys 0.059070320 |
| 147 | 2026-07-24T22:10:35.248Z | trap 0.000007920 |
| 148 | 2026-07-24T22:10:35.248Z | tflt 0.000103560 |
| 149 | 2026-07-24T22:10:35.248Z | dflt 0.000034690 |
| 150 | 2026-07-24T22:10:35.248Z | kflt 0.000000000 |
| 151 | 2026-07-24T22:10:35.248Z | lock 0.039736327 |
| 152 | 2026-07-24T22:10:35.248Z | slp 0.193212140 |
| 153 | 2026-07-24T22:10:35.248Z | lat 0.001006020 |
| 154 | 2026-07-24T22:10:35.248Z | stop 0.000110040 |
| 155 | 2026-07-24T22:10:35.251Z | + header analyze |
| 156 | 2026-07-24T22:10:35.251Z | + echo '# ==== analyze ==== #' |
| 157 | 2026-07-24T22:10:35.251Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 158 | 2026-07-24T22:10:35.251Z | # ==== analyze ==== # |
| 159 | 2026-07-24T22:10:35.428Z | Updating crates.io index |
| 160 | 2026-07-24T22:10:35.431Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 161 | 2026-07-24T22:10:36.369Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 162 | 2026-07-24T22:10:36.742Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 163 | 2026-07-24T22:10:37.068Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 164 | 2026-07-24T22:10:37.290Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 165 | 2026-07-24T22:10:37.537Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 166 | 2026-07-24T22:10:37.795Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 167 | 2026-07-24T22:10:39.681Z | Downloading crates ... |
| 168 | 2026-07-24T22:10:39.713Z | Downloaded hash32 v0.3.1 |
| 169 | 2026-07-24T22:10:39.723Z | Downloaded version_check v0.9.5 |
| 170 | 2026-07-24T22:10:39.730Z | Downloaded itertools v0.15.0 |
| 171 | 2026-07-24T22:10:39.737Z | Downloaded ref-cast v1.0.25 |
| 172 | 2026-07-24T22:10:39.741Z | Downloaded defmt-parser v1.0.0 |
| 173 | 2026-07-24T22:10:39.744Z | Downloaded strsim v0.11.1 |
| 174 | 2026-07-24T22:10:39.744Z | Downloaded cobs v0.3.0 |
| 175 | 2026-07-24T22:10:39.744Z | Downloaded ref-cast-impl v1.0.25 |
| 176 | 2026-07-24T22:10:39.747Z | Downloaded managed v0.8.0 |
| 177 | 2026-07-24T22:10:39.754Z | Downloaded thiserror-impl v2.0.18 |
| 178 | 2026-07-24T22:10:39.757Z | Downloaded bitflags v1.3.2 |
| 179 | 2026-07-24T22:10:39.757Z | Downloaded byteorder v1.5.0 |
| 180 | 2026-07-24T22:10:39.760Z | Downloaded dyn-clone v1.0.20 |
| 181 | 2026-07-24T22:10:39.760Z | Downloaded embedded-io v0.4.0 |
| 182 | 2026-07-24T22:10:39.765Z | Downloaded macaddr v1.0.1 |
| 183 | 2026-07-24T22:10:39.765Z | Downloaded defmt v0.3.100 |
| 184 | 2026-07-24T22:10:39.765Z | Downloaded stable_deref_trait v1.2.1 |
| 185 | 2026-07-24T22:10:39.769Z | Downloaded darling_macro v0.23.0 |
| 186 | 2026-07-24T22:10:39.772Z | Downloaded cfg-if v1.0.4 |
| 187 | 2026-07-24T22:10:39.772Z | Downloaded embedded-io v0.6.1 |
| 188 | 2026-07-24T22:10:39.772Z | Downloaded ident_case v1.0.1 |
| 189 | 2026-07-24T22:10:39.776Z | Downloaded defmt-macros v1.1.1 |
| 190 | 2026-07-24T22:10:39.779Z | Downloaded darling v0.23.0 |
| 191 | 2026-07-24T22:10:39.789Z | Downloaded thiserror v2.0.18 |
| 192 | 2026-07-24T22:10:39.796Z | Downloaded quote v1.0.46 |
| 193 | 2026-07-24T22:10:39.799Z | Downloaded defmt v1.1.1 |
| 194 | 2026-07-24T22:10:39.807Z | Downloaded either v1.16.0 |
| 195 | 2026-07-24T22:10:39.809Z | Downloaded ingot-types v0.2.0 |
| 196 | 2026-07-24T22:10:39.813Z | Downloaded ingot-macros v0.2.0 |
| 197 | 2026-07-24T22:10:39.822Z | Downloaded proc-macro2 v1.0.106 |
| 198 | 2026-07-24T22:10:39.825Z | Downloaded postcard v1.1.3 |
| 199 | 2026-07-24T22:10:39.831Z | Downloaded ingot v0.2.0 |
| 200 | 2026-07-24T22:10:39.834Z | Downloaded serde_core v1.0.228 |
| 201 | 2026-07-24T22:10:39.837Z | Downloaded unicode-ident v1.0.24 |
| 202 | 2026-07-24T22:10:39.837Z | Downloaded crc32fast v1.5.0 |
| 203 | 2026-07-24T22:10:39.840Z | Downloaded serde_derive v1.0.228 |
| 204 | 2026-07-24T22:10:39.844Z | Downloaded bitflags v2.13.0 |
| 205 | 2026-07-24T22:10:39.849Z | Downloaded heapless v0.8.0 |
| 206 | 2026-07-24T22:10:39.852Z | Downloaded uuid v1.23.5 |
| 207 | 2026-07-24T22:10:39.855Z | Downloaded zerocopy-derive v0.8.54 |
| 208 | 2026-07-24T22:10:39.858Z | Downloaded darling_core v0.23.0 |
| 209 | 2026-07-24T22:10:39.861Z | Downloaded serde v1.0.228 |
| 210 | 2026-07-24T22:10:39.865Z | Downloaded aho-corasick v1.1.4 |
| 211 | 2026-07-24T22:10:39.869Z | Downloaded memchr v2.8.3 |
| 212 | 2026-07-24T22:10:39.895Z | Downloaded regex v1.13.0 |
| 213 | 2026-07-24T22:10:39.922Z | Downloaded zerocopy v0.8.54 |
| 214 | 2026-07-24T22:10:39.935Z | Downloaded smoltcp v0.11.0 |
| 215 | 2026-07-24T22:10:39.941Z | Downloaded syn v2.0.118 |
| 216 | 2026-07-24T22:10:39.947Z | Downloaded regex-syntax v0.8.11 |
| 217 | 2026-07-24T22:10:39.956Z | Downloaded regex-automata v0.4.15 |
| 218 | 2026-07-24T22:10:39.967Z | Updating crates.io index |
| 219 | 2026-07-24T22:10:40.108Z | Downloading crates ... |
| 220 | 2026-07-24T22:10:40.124Z | Downloaded getopts v0.2.24 |
| 221 | 2026-07-24T22:10:40.127Z | Downloaded addr2line v0.27.0 |
| 222 | 2026-07-24T22:10:40.130Z | Downloaded foldhash v0.2.0 |
| 223 | 2026-07-24T22:10:40.133Z | Downloaded rustc-literal-escaper v0.0.8 |
| 224 | 2026-07-24T22:10:40.137Z | Downloaded rustc-demangle v0.1.28 |
| 225 | 2026-07-24T22:10:40.140Z | Downloaded adler2 v2.0.1 |
| 226 | 2026-07-24T22:10:40.140Z | Downloaded miniz_oxide v0.9.1 |
| 227 | 2026-07-24T22:10:40.146Z | Downloaded memchr v2.7.6 |
| 228 | 2026-07-24T22:10:40.184Z | Downloaded object v0.39.1 |
| 229 | 2026-07-24T22:10:40.194Z | Downloaded hashbrown v0.17.1 |
| 230 | 2026-07-24T22:10:40.217Z | Downloaded gimli v0.34.0 |
| 231 | 2026-07-24T22:10:40.247Z | Downloaded libc v0.2.185 |
| 232 | 2026-07-24T22:10:40.301Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 233 | 2026-07-24T22:10:40.301Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 234 | 2026-07-24T22:10:40.301Z | Compiling proc-macro2 v1.0.106 |
| 235 | 2026-07-24T22:10:40.301Z | Compiling quote v1.0.46 |
| 236 | 2026-07-24T22:10:40.301Z | Compiling unicode-ident v1.0.24 |
| 237 | 2026-07-24T22:10:40.301Z | Compiling serde_core v1.0.228 |
| 238 | 2026-07-24T22:10:40.304Z | Compiling strsim v0.11.1 |
| 239 | 2026-07-24T22:10:40.304Z | Compiling ident_case v1.0.1 |
| 240 | 2026-07-24T22:10:40.491Z | Compiling memchr v2.8.3 |
| 241 | 2026-07-24T22:10:40.498Z | Compiling regex-syntax v0.8.11 |
| 242 | 2026-07-24T22:10:40.775Z | Compiling thiserror v2.0.18 |
| 243 | 2026-07-24T22:10:40.786Z | Compiling either v1.16.0 |
| 244 | 2026-07-24T22:10:40.830Z | Compiling zerocopy v0.8.54 |
| 245 | 2026-07-24T22:10:40.911Z | Compiling aho-corasick v1.1.4 |
| 246 | 2026-07-24T22:10:40.990Z | Compiling serde v1.0.228 |
| 247 | 2026-07-24T22:10:41.186Z | Compiling itertools v0.15.0 |
| 248 | 2026-07-24T22:10:41.396Z | Compiling heapless v0.8.0 |
| 249 | 2026-07-24T22:10:41.425Z | Compiling smoltcp v0.11.0 |
| 250 | 2026-07-24T22:10:41.609Z | Compiling syn v2.0.118 |
| 251 | 2026-07-24T22:10:41.619Z | Compiling crc32fast v1.5.0 |
| 252 | 2026-07-24T22:10:41.873Z | Compiling version_check v0.9.5 |
| 253 | 2026-07-24T22:10:41.893Z | Compiling ref-cast v1.0.25 |
| 254 | 2026-07-24T22:10:41.978Z | Compiling regex-automata v0.4.15 |
| 255 | 2026-07-24T22:10:42.245Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 256 | 2026-07-24T22:10:43.571Z | Compiling regex v1.13.0 |
| 257 | 2026-07-24T22:10:43.909Z | Compiling darling_core v0.23.0 |
| 258 | 2026-07-24T22:10:44.658Z | Compiling thiserror-impl v2.0.18 |
| 259 | 2026-07-24T22:10:44.658Z | Compiling serde_derive v1.0.228 |
| 260 | 2026-07-24T22:10:44.662Z | Compiling zerocopy-derive v0.8.54 |
| 261 | 2026-07-24T22:10:44.662Z | Compiling ref-cast-impl v1.0.25 |
| 262 | 2026-07-24T22:10:44.662Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 263 | 2026-07-24T22:10:46.105Z | Compiling darling_macro v0.23.0 |
| 264 | 2026-07-24T22:10:46.991Z | Compiling darling v0.23.0 |
| 265 | 2026-07-24T22:10:47.058Z | Compiling ingot-macros v0.2.0 |
| 266 | 2026-07-24T22:10:47.058Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 267 | 2026-07-24T22:10:52.319Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 268 | 2026-07-24T22:10:54.611Z | Checking byteorder v1.5.0 |
| 269 | 2026-07-24T22:10:54.612Z | Checking macaddr v1.0.1 |
| 270 | 2026-07-24T22:10:54.612Z | Checking stable_deref_trait v1.2.1 |
| 271 | 2026-07-24T22:10:54.615Z | Checking cfg-if v1.0.4 |
| 272 | 2026-07-24T22:10:54.615Z | Checking bitflags v1.3.2 |
| 273 | 2026-07-24T22:10:54.672Z | Checking managed v0.8.0 |
| 274 | 2026-07-24T22:10:54.702Z | Checking cobs v0.3.0 |
| 275 | 2026-07-24T22:10:54.768Z | Checking dyn-clone v1.0.20 |
| 276 | 2026-07-24T22:10:54.768Z | Checking hash32 v0.3.1 |
| 277 | 2026-07-24T22:10:54.826Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 278 | 2026-07-24T22:10:55.978Z | Checking bitflags v2.13.0 |
| 279 | 2026-07-24T22:10:55.978Z | Checking uuid v1.23.5 |
| 280 | 2026-07-24T22:10:56.122Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 281 | 2026-07-24T22:10:56.332Z | Checking postcard v1.1.3 |
| 282 | 2026-07-24T22:10:57.196Z | Checking ingot-types v0.2.0 |
| 283 | 2026-07-24T22:10:57.470Z | Checking ingot v0.2.0 |
| 284 | 2026-07-24T22:10:58.774Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 285 | 2026-07-24T22:11:01.878Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 286 | 2026-07-24T22:11:03.055Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 287 | 2026-07-24T22:11:04.608Z | Finished `dev` profile [optimized + debuginfo] target(s) in 29.29s |
| 288 | 2026-07-24T22:11:04.732Z | |
| 289 | 2026-07-24T22:11:04.735Z | real 29.478878139 |
| 290 | 2026-07-24T22:11:04.735Z | user 1:09.212760978 |
| 291 | 2026-07-24T22:11:04.735Z | sys 9.937155790 |
| 292 | 2026-07-24T22:11:04.736Z | trap 0.029632621 |
| 293 | 2026-07-24T22:11:04.736Z | tflt 0.060590215 |
| 294 | 2026-07-24T22:11:04.736Z | dflt 0.282079764 |
| 295 | 2026-07-24T22:11:04.736Z | kflt 0.001515300 |
| 296 | 2026-07-24T22:11:04.736Z | lock 3:54.282890872 |
| 297 | 2026-07-24T22:11:04.736Z | slp 3:06.988179503 |
| 298 | 2026-07-24T22:11:04.736Z | lat 1.641060295 |
| 299 | 2026-07-24T22:11:04.736Z | stop 7.657615800 |
| 300 | 2026-07-24T22:11:04.736Z | + pushd xde-link |
| 301 | 2026-07-24T22:11:04.736Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 302 | 2026-07-24T22:11:04.736Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 303 | 2026-07-24T22:11:04.912Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 304 | 2026-07-24T22:11:04.912Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 305 | 2026-07-24T22:11:04.912Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 306 | 2026-07-24T22:11:15.791Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 307 | 2026-07-24T22:11:18.152Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.35s |
| 308 | 2026-07-24T22:11:18.171Z | |
| 309 | 2026-07-24T22:11:18.174Z | real 13.432290176 |
| 310 | 2026-07-24T22:11:18.174Z | user 21.110829906 |
| 311 | 2026-07-24T22:11:18.174Z | sys 1.234076688 |
| 312 | 2026-07-24T22:11:18.174Z | trap 0.003228750 |
| 313 | 2026-07-24T22:11:18.174Z | tflt 0.002114250 |
| 314 | 2026-07-24T22:11:18.174Z | dflt 0.029945059 |
| 315 | 2026-07-24T22:11:18.174Z | kflt 0.000000000 |
| 316 | 2026-07-24T22:11:18.174Z | lock 1:13.115152245 |
| 317 | 2026-07-24T22:11:18.174Z | slp 44.794123554 |
| 318 | 2026-07-24T22:11:18.174Z | lat 0.280471239 |
| 319 | 2026-07-24T22:11:18.175Z | stop 0.140142895 |
| 320 | 2026-07-24T22:11:18.175Z | + popd |
| 321 | 2026-07-24T22:11:18.175Z | + popd |
| 322 | 2026-07-24T22:11:18.175Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 323 | 2026-07-24T22:11:18.175Z | /work/oxidecomputer/opte |
| 324 | 2026-07-24T22:11:18.175Z | + header 'build xde (debug)' |
| 325 | 2026-07-24T22:11:18.175Z | + echo '# ==== build xde (debug) ==== #' |
| 326 | 2026-07-24T22:11:18.175Z | # ==== build xde (debug) ==== # |
| 327 | 2026-07-24T22:11:18.175Z | + ptime -m cargo xtask build --profile debug xde xde-link |
| 328 | 2026-07-24T22:11:18.320Z | Downloading crates ... |
| 329 | 2026-07-24T22:11:18.363Z | Downloaded cargo_metadata v0.23.1 |
| 330 | 2026-07-24T22:11:18.368Z | Downloaded anstream v1.0.0 |
| 331 | 2026-07-24T22:11:18.374Z | Downloaded colorchoice v1.0.5 |
| 332 | 2026-07-24T22:11:18.377Z | Downloaded serde_spanned v1.1.1 |
| 333 | 2026-07-24T22:11:18.381Z | Downloaded anstyle-query v1.1.5 |
| 334 | 2026-07-24T22:11:18.384Z | Downloaded itoa v1.0.18 |
| 335 | 2026-07-24T22:11:18.384Z | Downloaded utf8parse v0.2.2 |
| 336 | 2026-07-24T22:11:18.384Z | Downloaded clap_lex v1.1.0 |
| 337 | 2026-07-24T22:11:18.387Z | Downloaded terminal_size v0.4.4 |
| 338 | 2026-07-24T22:11:18.390Z | Downloaded is_terminal_polyfill v1.70.2 |
| 339 | 2026-07-24T22:11:18.390Z | Downloaded heck v0.5.0 |
| 340 | 2026-07-24T22:11:18.395Z | Downloaded equivalent v1.0.2 |
| 341 | 2026-07-24T22:11:18.397Z | Downloaded errno v0.3.14 |
| 342 | 2026-07-24T22:11:18.397Z | Downloaded anstyle v1.0.14 |
| 343 | 2026-07-24T22:11:18.397Z | Downloaded anstyle-parse v1.0.0 |
| 344 | 2026-07-24T22:11:18.401Z | Downloaded cargo-platform v0.3.3 |
| 345 | 2026-07-24T22:11:18.408Z | Downloaded zmij v1.0.22 |
| 346 | 2026-07-24T22:11:18.411Z | Downloaded clap_derive v4.6.1 |
| 347 | 2026-07-24T22:11:18.414Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 348 | 2026-07-24T22:11:18.414Z | Downloaded semver v1.0.28 |
| 349 | 2026-07-24T22:11:18.414Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 350 | 2026-07-24T22:11:18.416Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 351 | 2026-07-24T22:11:18.417Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 352 | 2026-07-24T22:11:18.419Z | Downloaded anyhow v1.0.103 |
| 353 | 2026-07-24T22:11:18.422Z | Downloaded clap v4.6.1 |
| 354 | 2026-07-24T22:11:18.426Z | Downloaded camino v1.2.4 |
| 355 | 2026-07-24T22:11:18.437Z | Downloaded indexmap v2.14.0 |
| 356 | 2026-07-24T22:11:18.440Z | Downloaded serde_json v1.0.150 |
| 357 | 2026-07-24T22:11:18.447Z | Downloaded clap_builder v4.6.0 |
| 358 | 2026-07-24T22:11:18.452Z | Downloaded winnow v1.0.3 |
| 359 | 2026-07-24T22:11:18.491Z | Downloaded rustix v1.1.4 |
| 360 | 2026-07-24T22:11:18.516Z | Downloaded libc v0.2.186 |
| 361 | 2026-07-24T22:11:18.566Z | Compiling serde_core v1.0.228 |
| 362 | 2026-07-24T22:11:18.569Z | Compiling proc-macro2 v1.0.106 |
| 363 | 2026-07-24T22:11:18.569Z | Compiling quote v1.0.46 |
| 364 | 2026-07-24T22:11:18.569Z | Compiling unicode-ident v1.0.24 |
| 365 | 2026-07-24T22:11:18.569Z | Compiling libc v0.2.186 |
| 366 | 2026-07-24T22:11:18.569Z | Compiling rustix v1.1.4 |
| 367 | 2026-07-24T22:11:18.569Z | Compiling zmij v1.0.22 |
| 368 | 2026-07-24T22:11:18.569Z | Compiling bitflags v2.13.0 |
| 369 | 2026-07-24T22:11:18.741Z | Compiling utf8parse v0.2.2 |
| 370 | 2026-07-24T22:11:18.845Z | Compiling anstyle-parse v1.0.0 |
| 371 | 2026-07-24T22:11:18.933Z | Compiling colorchoice v1.0.5 |
| 372 | 2026-07-24T22:11:18.933Z | Compiling camino v1.2.4 |
| 373 | 2026-07-24T22:11:19.044Z | Compiling is_terminal_polyfill v1.70.2 |
| 374 | 2026-07-24T22:11:19.054Z | Compiling anstyle v1.0.14 |
| 375 | 2026-07-24T22:11:19.058Z | Compiling anstyle-query v1.1.5 |
| 376 | 2026-07-24T22:11:19.124Z | Compiling serde v1.0.228 |
| 377 | 2026-07-24T22:11:19.128Z | Compiling thiserror v2.0.18 |
| 378 | 2026-07-24T22:11:19.150Z | Compiling serde_json v1.0.150 |
| 379 | 2026-07-24T22:11:19.275Z | Compiling errno v0.3.14 |
| 380 | 2026-07-24T22:11:19.312Z | Compiling anstream v1.0.0 |
| 381 | 2026-07-24T22:11:19.454Z | Compiling anyhow v1.0.103 |
| 382 | 2026-07-24T22:11:19.460Z | Compiling winnow v1.0.3 |
| 383 | 2026-07-24T22:11:19.774Z | Compiling memchr v2.8.3 |
| 384 | 2026-07-24T22:11:19.782Z | Compiling itoa v1.0.18 |
| 385 | 2026-07-24T22:11:19.806Z | Compiling strsim v0.11.1 |
| 386 | 2026-07-24T22:11:19.887Z | Compiling syn v2.0.118 |
| 387 | 2026-07-24T22:11:19.914Z | Compiling terminal_size v0.4.4 |
| 388 | 2026-07-24T22:11:19.917Z | Compiling heck v0.5.0 |
| 389 | 2026-07-24T22:11:20.044Z | Compiling clap_lex v1.1.0 |
| 390 | 2026-07-24T22:11:20.110Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 391 | 2026-07-24T22:11:20.275Z | Compiling clap_builder v4.6.0 |
| 392 | 2026-07-24T22:11:20.442Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 393 | 2026-07-24T22:11:21.001Z | Compiling cargo-platform v0.3.3 |
| 394 | 2026-07-24T22:11:21.024Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 395 | 2026-07-24T22:11:21.105Z | Compiling semver v1.0.28 |
| 396 | 2026-07-24T22:11:21.414Z | Compiling serde_spanned v1.1.1 |
| 397 | 2026-07-24T22:11:21.576Z | Compiling toml v1.1.2+spec-1.1.0 |
| 398 | 2026-07-24T22:11:22.182Z | Compiling serde_derive v1.0.228 |
| 399 | 2026-07-24T22:11:22.196Z | Compiling thiserror-impl v2.0.18 |
| 400 | 2026-07-24T22:11:22.413Z | Compiling clap_derive v4.6.1 |
| 401 | 2026-07-24T22:11:23.992Z | Compiling clap v4.6.1 |
| 402 | 2026-07-24T22:11:25.195Z | Compiling cargo_metadata v0.23.1 |
| 403 | 2026-07-24T22:11:27.704Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 404 | 2026-07-24T22:11:29.319Z | Finished `dev` profile [optimized + debuginfo] target(s) in 11.13s |
| 405 | 2026-07-24T22:11:29.331Z | Running `target/debug/xtask build --profile debug xde xde-link` |
| 406 | 2026-07-24T22:11:30.766Z | Building xde (dev). |
| 407 | 2026-07-24T22:11:30.989Z | Compiling serde_core v1.0.228 |
| 408 | 2026-07-24T22:11:30.989Z | Compiling byteorder v1.5.0 |
| 409 | 2026-07-24T22:11:30.989Z | Compiling cfg-if v1.0.4 |
| 410 | 2026-07-24T22:11:30.989Z | Compiling macaddr v1.0.1 |
| 411 | 2026-07-24T22:11:30.989Z | Compiling stable_deref_trait v1.2.1 |
| 412 | 2026-07-24T22:11:30.992Z | Compiling thiserror v2.0.18 |
| 413 | 2026-07-24T22:11:31.009Z | Compiling zerocopy v0.8.54 |
| 414 | 2026-07-24T22:11:31.017Z | Compiling bitflags v1.3.2 |
| 415 | 2026-07-24T22:11:31.062Z | Compiling managed v0.8.0 |
| 416 | 2026-07-24T22:11:31.068Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 417 | 2026-07-24T22:11:31.071Z | Compiling either v1.16.0 |
| 418 | 2026-07-24T22:11:31.106Z | Compiling cobs v0.3.0 |
| 419 | 2026-07-24T22:11:31.181Z | Compiling hash32 v0.3.1 |
| 420 | 2026-07-24T22:11:31.235Z | Compiling itertools v0.15.0 |
| 421 | 2026-07-24T22:11:31.261Z | Compiling ref-cast v1.0.25 |
| 422 | 2026-07-24T22:11:31.280Z | Compiling heapless v0.8.0 |
| 423 | 2026-07-24T22:11:31.334Z | Compiling crc32fast v1.5.0 |
| 424 | 2026-07-24T22:11:31.341Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 425 | 2026-07-24T22:11:31.350Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 426 | 2026-07-24T22:11:31.376Z | Compiling dyn-clone v1.0.20 |
| 427 | 2026-07-24T22:11:31.523Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 428 | 2026-07-24T22:11:31.636Z | Compiling smoltcp v0.11.0 |
| 429 | 2026-07-24T22:11:32.538Z | Compiling serde v1.0.228 |
| 430 | 2026-07-24T22:11:32.538Z | Compiling bitflags v2.13.0 |
| 431 | 2026-07-24T22:11:32.538Z | Compiling uuid v1.23.5 |
| 432 | 2026-07-24T22:11:32.674Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 433 | 2026-07-24T22:11:32.954Z | Compiling postcard v1.1.3 |
| 434 | 2026-07-24T22:11:33.736Z | Compiling ingot-types v0.2.0 |
| 435 | 2026-07-24T22:11:34.019Z | Compiling ingot v0.2.0 |
| 436 | 2026-07-24T22:11:35.456Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 437 | 2026-07-24T22:11:39.039Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 438 | 2026-07-24T22:11:49.048Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 439 | 2026-07-24T22:11:57.039Z | Finished `dev` profile [optimized + debuginfo] target(s) in 26.24s |
| 440 | 2026-07-24T22:11:57.063Z | Linking xde kmod... |
| 441 | 2026-07-24T22:11:58.054Z | Building xde dev link helper (dev). |
| 442 | 2026-07-24T22:11:58.202Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 443 | 2026-07-24T22:11:58.537Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.45s |
| 444 | 2026-07-24T22:11:58.561Z | |
| 445 | 2026-07-24T22:11:58.564Z | real 40.386187441 |
| 446 | 2026-07-24T22:11:58.564Z | user 2:11.333709411 |
| 447 | 2026-07-24T22:11:58.564Z | sys 10.990204851 |
| 448 | 2026-07-24T22:11:58.564Z | trap 0.051876800 |
| 449 | 2026-07-24T22:11:58.564Z | tflt 0.278175452 |
| 450 | 2026-07-24T22:11:58.564Z | dflt 0.586783674 |
| 451 | 2026-07-24T22:11:58.564Z | kflt 0.000000000 |
| 452 | 2026-07-24T22:11:58.564Z | lock 6:38.529352267 |
| 453 | 2026-07-24T22:11:58.564Z | slp 3:45.412096230 |
| 454 | 2026-07-24T22:11:58.564Z | lat 4.860576638 |
| 455 | 2026-07-24T22:11:58.564Z | stop 6.229784935 |
| 456 | 2026-07-24T22:11:58.564Z | + header 'build xde (release)' |
| 457 | 2026-07-24T22:11:58.564Z | + echo '# ==== build xde (release) ==== #' |
| 458 | 2026-07-24T22:11:58.564Z | # ==== build xde (release) ==== # |
| 459 | 2026-07-24T22:11:58.564Z | + ptime -m cargo xtask build --profile release xde xde-link |
| 460 | 2026-07-24T22:11:58.699Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s |
| 461 | 2026-07-24T22:11:58.702Z | Running `target/debug/xtask build --profile release xde xde-link` |
| 462 | 2026-07-24T22:11:58.888Z | Building xde (release-lto). |
| 463 | 2026-07-24T22:11:59.109Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 464 | 2026-07-24T22:11:59.109Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 465 | 2026-07-24T22:11:59.109Z | Compiling proc-macro2 v1.0.106 |
| 466 | 2026-07-24T22:11:59.109Z | Compiling quote v1.0.46 |
| 467 | 2026-07-24T22:11:59.109Z | Compiling unicode-ident v1.0.24 |
| 468 | 2026-07-24T22:11:59.109Z | Compiling serde_core v1.0.228 |
| 469 | 2026-07-24T22:11:59.109Z | Compiling ident_case v1.0.1 |
| 470 | 2026-07-24T22:11:59.113Z | Compiling strsim v0.11.1 |
| 471 | 2026-07-24T22:11:59.225Z | Compiling memchr v2.8.3 |
| 472 | 2026-07-24T22:11:59.225Z | Compiling regex-syntax v0.8.11 |
| 473 | 2026-07-24T22:11:59.478Z | Compiling either v1.16.0 |
| 474 | 2026-07-24T22:11:59.490Z | Compiling serde v1.0.228 |
| 475 | 2026-07-24T22:11:59.495Z | Compiling zerocopy v0.8.54 |
| 476 | 2026-07-24T22:11:59.658Z | Compiling aho-corasick v1.1.4 |
| 477 | 2026-07-24T22:11:59.728Z | Compiling thiserror v2.0.18 |
| 478 | 2026-07-24T22:11:59.895Z | Compiling itertools v0.15.0 |
| 479 | 2026-07-24T22:11:59.912Z | Compiling heapless v0.8.0 |
| 480 | 2026-07-24T22:12:00.271Z | Compiling syn v2.0.118 |
| 481 | 2026-07-24T22:12:00.310Z | Compiling smoltcp v0.11.0 |
| 482 | 2026-07-24T22:12:00.323Z | Compiling ref-cast v1.0.25 |
| 483 | 2026-07-24T22:12:00.408Z | Compiling crc32fast v1.5.0 |
| 484 | 2026-07-24T22:12:00.700Z | Compiling regex-automata v0.4.15 |
| 485 | 2026-07-24T22:12:00.735Z | Compiling version_check v0.9.5 |
| 486 | 2026-07-24T22:12:01.085Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 487 | 2026-07-24T22:12:02.250Z | Compiling regex v1.13.0 |
| 488 | 2026-07-24T22:12:02.566Z | Compiling darling_core v0.23.0 |
| 489 | 2026-07-24T22:12:03.343Z | Compiling serde_derive v1.0.228 |
| 490 | 2026-07-24T22:12:03.343Z | Compiling thiserror-impl v2.0.18 |
| 491 | 2026-07-24T22:12:03.347Z | Compiling zerocopy-derive v0.8.54 |
| 492 | 2026-07-24T22:12:03.347Z | Compiling ref-cast-impl v1.0.25 |
| 493 | 2026-07-24T22:12:03.347Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 494 | 2026-07-24T22:12:04.777Z | Compiling darling_macro v0.23.0 |
| 495 | 2026-07-24T22:12:05.657Z | Compiling darling v0.23.0 |
| 496 | 2026-07-24T22:12:05.719Z | Compiling ingot-macros v0.2.0 |
| 497 | 2026-07-24T22:12:05.719Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 498 | 2026-07-24T22:12:11.620Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 499 | 2026-07-24T22:12:13.913Z | Compiling byteorder v1.5.0 |
| 500 | 2026-07-24T22:12:13.913Z | Compiling cfg-if v1.0.4 |
| 501 | 2026-07-24T22:12:13.913Z | Compiling macaddr v1.0.1 |
| 502 | 2026-07-24T22:12:13.913Z | Compiling stable_deref_trait v1.2.1 |
| 503 | 2026-07-24T22:12:13.972Z | Compiling bitflags v1.3.2 |
| 504 | 2026-07-24T22:12:13.980Z | Compiling managed v0.8.0 |
| 505 | 2026-07-24T22:12:14.019Z | Compiling cobs v0.3.0 |
| 506 | 2026-07-24T22:12:14.163Z | Compiling hash32 v0.3.1 |
| 507 | 2026-07-24T22:12:14.266Z | Compiling dyn-clone v1.0.20 |
| 508 | 2026-07-24T22:12:14.276Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 509 | 2026-07-24T22:12:15.528Z | Compiling bitflags v2.13.0 |
| 510 | 2026-07-24T22:12:15.528Z | Compiling uuid v1.23.5 |
| 511 | 2026-07-24T22:12:15.670Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 512 | 2026-07-24T22:12:15.956Z | Compiling postcard v1.1.3 |
| 513 | 2026-07-24T22:12:16.788Z | Compiling ingot-types v0.2.0 |
| 514 | 2026-07-24T22:12:17.102Z | Compiling ingot v0.2.0 |
| 515 | 2026-07-24T22:12:18.599Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 516 | 2026-07-24T22:12:22.504Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 517 | 2026-07-24T22:12:31.458Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 518 | 2026-07-24T22:13:02.192Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 03s |
| 519 | 2026-07-24T22:13:02.216Z | Linking xde kmod... |
| 520 | 2026-07-24T22:13:02.813Z | Building xde dev link helper (release). |
| 521 | 2026-07-24T22:13:02.970Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 522 | 2026-07-24T22:13:02.970Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 523 | 2026-07-24T22:13:02.970Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 524 | 2026-07-24T22:13:14.660Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 525 | 2026-07-24T22:13:17.360Z | Finished `release` profile [optimized + debuginfo] target(s) in 14.51s |
| 526 | 2026-07-24T22:13:17.378Z | |
| 527 | 2026-07-24T22:13:17.381Z | real 1:18.813304916 |
| 528 | 2026-07-24T22:13:17.382Z | user 2:08.859940740 |
| 529 | 2026-07-24T22:13:17.382Z | sys 12.185057382 |
| 530 | 2026-07-24T22:13:17.382Z | trap 0.030307041 |
| 531 | 2026-07-24T22:13:17.382Z | tflt 0.188674784 |
| 532 | 2026-07-24T22:13:17.382Z | dflt 0.175874229 |
| 533 | 2026-07-24T22:13:17.382Z | kflt 0.000000000 |
| 534 | 2026-07-24T22:13:17.382Z | lock 10:09.872010390 |
| 535 | 2026-07-24T22:13:17.382Z | slp 6:04.367511890 |
| 536 | 2026-07-24T22:13:17.382Z | lat 2.224668085 |
| 537 | 2026-07-24T22:13:17.382Z | stop 4.004518429 |
| 538 | 2026-07-24T22:13:17.382Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
| 539 | 2026-07-24T22:13:17.382Z | + grep GOTPCREL |
| 540 | 2026-07-24T22:13:18.997Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 541 | 2026-07-24T22:13:19.000Z | + grep GOTPCREL |
| 542 | 2026-07-24T22:13:19.973Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
| 543 | 2026-07-24T22:13:20.028Z | + sha256sum /work/debug/xde.dbg |
| 544 | 2026-07-24T22:13:20.078Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
| 545 | 2026-07-24T22:13:20.082Z | + sha256sum /work/debug/xde_link.dbg.so |
| 546 | 2026-07-24T22:13:20.085Z | + cp target/x86_64-unknown-unknown/release-lto/xde /work/release/ |
| 547 | 2026-07-24T22:13:20.119Z | + sha256sum /work/release/xde |
| 548 | 2026-07-24T22:13:20.148Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
| 549 | 2026-07-24T22:13:20.151Z | + sha256sum /work/release/xde_link.so |
| 550 | 2026-07-24T22:13:20.154Z | + header 'build xde integration tests' |
| 551 | 2026-07-24T22:13:20.154Z | + echo '# ==== build xde integration tests ==== #' |
| 552 | 2026-07-24T22:13:20.154Z | # ==== build xde integration tests ==== # |
| 553 | 2026-07-24T22:13:20.154Z | + pushd xde-tests |
| 554 | 2026-07-24T22:13:20.154Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
| 555 | 2026-07-24T22:13:20.154Z | + cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 556 | 2026-07-24T22:13:20.235Z | + cargo clippy --all-targets -- --deny warnings |
| 557 | 2026-07-24T22:13:20.445Z | Compiling serde_core v1.0.228 |
| 558 | 2026-07-24T22:13:20.445Z | Checking cfg-if v1.0.4 |
| 559 | 2026-07-24T22:13:20.445Z | Checking memchr v2.8.3 |
| 560 | 2026-07-24T22:13:20.445Z | Compiling rustversion v1.0.23 |
| 561 | 2026-07-24T22:13:20.448Z | Compiling serde v1.0.228 |
| 562 | 2026-07-24T22:13:20.449Z | Compiling version_check v0.9.5 |
| 563 | 2026-07-24T22:13:20.449Z | Compiling libc v0.2.186 |
| 564 | 2026-07-24T22:13:20.449Z | Compiling syn v2.0.118 |
| 565 | 2026-07-24T22:13:20.517Z | Compiling ident_case v1.0.1 |
| 566 | 2026-07-24T22:13:20.622Z | Compiling strsim v0.11.1 |
| 567 | 2026-07-24T22:13:20.790Z | Compiling syn v1.0.109 |
| 568 | 2026-07-24T22:13:20.839Z | Checking pin-project-lite v0.2.17 |
| 569 | 2026-07-24T22:13:20.902Z | Compiling regex-syntax v0.8.11 |
| 570 | 2026-07-24T22:13:20.915Z | Compiling zerocopy v0.8.54 |
| 571 | 2026-07-24T22:13:21.121Z | Compiling aho-corasick v1.1.4 |
| 572 | 2026-07-24T22:13:21.126Z | Compiling either v1.16.0 |
| 573 | 2026-07-24T22:13:21.259Z | Compiling equivalent v1.0.2 |
| 574 | 2026-07-24T22:13:21.278Z | Compiling hashbrown v0.17.1 |
| 575 | 2026-07-24T22:13:21.313Z | Compiling winnow v1.0.3 |
| 576 | 2026-07-24T22:13:21.332Z | Compiling itertools v0.15.0 |
| 577 | 2026-07-24T22:13:21.810Z | Compiling indexmap v2.14.0 |
| 578 | 2026-07-24T22:13:22.274Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 579 | 2026-07-24T22:13:22.321Z | Compiling regex-automata v0.4.15 |
| 580 | 2026-07-24T22:13:22.413Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 581 | 2026-07-24T22:13:22.518Z | Checking byteorder v1.5.0 |
| 582 | 2026-07-24T22:13:22.613Z | Compiling heapless v0.8.0 |
| 583 | 2026-07-24T22:13:22.669Z | Checking hash32 v0.3.1 |
| 584 | 2026-07-24T22:13:22.772Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 585 | 2026-07-24T22:13:22.799Z | Checking bitflags v2.13.0 |
| 586 | 2026-07-24T22:13:22.819Z | Compiling slog v2.8.2 |
| 587 | 2026-07-24T22:13:22.952Z | Checking futures-core v0.3.32 |
| 588 | 2026-07-24T22:13:22.955Z | Checking macaddr v1.0.1 |
| 589 | 2026-07-24T22:13:23.033Z | Compiling darling_core v0.23.0 |
| 590 | 2026-07-24T22:13:23.061Z | Checking stable_deref_trait v1.2.1 |
| 591 | 2026-07-24T22:13:23.066Z | Compiling smoltcp v0.11.0 |
| 592 | 2026-07-24T22:13:23.083Z | Checking futures-sink v0.3.32 |
| 593 | 2026-07-24T22:13:23.122Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 594 | 2026-07-24T22:13:23.170Z | Checking futures-channel v0.3.32 |
| 595 | 2026-07-24T22:13:23.352Z | Compiling proc-macro-crate v3.5.0 |
| 596 | 2026-07-24T22:13:23.399Z | Compiling proc-macro-error-attr v1.0.4 |
| 597 | 2026-07-24T22:13:23.613Z | Compiling crc32fast v1.5.0 |
| 598 | 2026-07-24T22:13:23.649Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 599 | 2026-07-24T22:13:23.708Z | Checking slab v0.4.12 |
| 600 | 2026-07-24T22:13:23.759Z | Compiling autocfg v1.5.1 |
| 601 | 2026-07-24T22:13:23.854Z | Compiling getrandom v0.4.3 |
| 602 | 2026-07-24T22:13:23.858Z | Checking managed v0.8.0 |
| 603 | 2026-07-24T22:13:23.893Z | Checking rand_core v0.10.1 |
| 604 | 2026-07-24T22:13:24.023Z | Compiling regex v1.13.0 |
| 605 | 2026-07-24T22:13:24.027Z | Compiling ref-cast v1.0.25 |
| 606 | 2026-07-24T22:13:24.099Z | Checking futures-task v0.3.32 |
| 607 | 2026-07-24T22:13:24.107Z | Checking futures-io v0.3.32 |
| 608 | 2026-07-24T22:13:24.204Z | Compiling serde_derive v1.0.228 |
| 609 | 2026-07-24T22:13:24.209Z | Compiling thiserror-impl v2.0.18 |
| 610 | 2026-07-24T22:13:24.225Z | Compiling zerocopy-derive v0.8.54 |
| 611 | 2026-07-24T22:13:24.323Z | Compiling futures-macro v0.3.32 |
| 612 | 2026-07-24T22:13:24.403Z | Checking bitflags v1.3.2 |
| 613 | 2026-07-24T22:13:24.813Z | Compiling ref-cast-impl v1.0.25 |
| 614 | 2026-07-24T22:13:24.927Z | Compiling foreign-types-macros v0.2.3 |
| 615 | 2026-07-24T22:13:25.159Z | Checking futures-util v0.3.32 |
| 616 | 2026-07-24T22:13:25.192Z | Compiling darling_macro v0.23.0 |
| 617 | 2026-07-24T22:13:25.398Z | Compiling num_enum_derive v0.7.6 |
| 618 | 2026-07-24T22:13:25.472Z | Checking thiserror v2.0.18 |
| 619 | 2026-07-24T22:13:25.564Z | Checking cobs v0.3.0 |
| 620 | 2026-07-24T22:13:25.582Z | Compiling num-traits v0.2.19 |
| 621 | 2026-07-24T22:13:25.738Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 622 | 2026-07-24T22:13:25.760Z | Compiling darling v0.23.0 |
| 623 | 2026-07-24T22:13:25.768Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 624 | 2026-07-24T22:13:25.801Z | Compiling proc-macro-error v1.0.4 |
| 625 | 2026-07-24T22:13:25.831Z | Compiling ingot-macros v0.2.0 |
| 626 | 2026-07-24T22:13:26.005Z | Checking unicode-width v0.2.2 |
| 627 | 2026-07-24T22:13:26.019Z | Checking ipnetwork v0.21.1 |
| 628 | 2026-07-24T22:13:26.046Z | Compiling crossbeam-utils v0.8.22 |
| 629 | 2026-07-24T22:13:26.192Z | Checking foreign-types-shared v0.3.1 |
| 630 | 2026-07-24T22:13:26.253Z | Checking once_cell v1.21.4 |
| 631 | 2026-07-24T22:13:26.270Z | Checking cpufeatures v0.3.0 |
| 632 | 2026-07-24T22:13:26.329Z | Checking chacha20 v0.10.1 |
| 633 | 2026-07-24T22:13:26.356Z | Checking foreign-types v0.5.0 |
| 634 | 2026-07-24T22:13:26.414Z | Checking num_enum v0.7.6 |
| 635 | 2026-07-24T22:13:26.418Z | Checking tabwriter v1.4.1 |
| 636 | 2026-07-24T22:13:26.418Z | Checking tracing-core v0.1.36 |
| 637 | 2026-07-24T22:13:26.552Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 638 | 2026-07-24T22:13:26.920Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 639 | 2026-07-24T22:13:26.956Z | Checking anyhow v1.0.103 |
| 640 | 2026-07-24T22:13:26.995Z | Compiling tracing-attributes v0.1.31 |
| 641 | 2026-07-24T22:13:27.129Z | Checking futures-executor v0.3.32 |
| 642 | 2026-07-24T22:13:27.152Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 643 | 2026-07-24T22:13:27.363Z | Checking cstr-argument v0.1.2 |
| 644 | 2026-07-24T22:13:27.367Z | Checking erased-serde v0.3.31 |
| 645 | 2026-07-24T22:13:27.393Z | Checking postcard v1.1.3 |
| 646 | 2026-07-24T22:13:27.472Z | Checking dyn-clone v1.0.20 |
| 647 | 2026-07-24T22:13:27.566Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 648 | 2026-07-24T22:13:27.673Z | Checking pretty-hex v0.4.2 |
| 649 | 2026-07-24T22:13:27.734Z | Compiling num-conv v0.2.2 |
| 650 | 2026-07-24T22:13:27.773Z | Compiling thiserror v1.0.69 |
| 651 | 2026-07-24T22:13:27.778Z | Compiling time-core v0.1.9 |
| 652 | 2026-07-24T22:13:27.873Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 653 | 2026-07-24T22:13:27.946Z | Compiling time-macros v0.2.31 |
| 654 | 2026-07-24T22:13:27.996Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 655 | 2026-07-24T22:13:28.022Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 656 | 2026-07-24T22:13:28.067Z | Checking futures v0.3.32 |
| 657 | 2026-07-24T22:13:28.132Z | Checking rand v0.10.2 |
| 658 | 2026-07-24T22:13:28.198Z | Checking tracing v0.1.44 |
| 659 | 2026-07-24T22:13:28.369Z | Compiling thiserror-impl v1.0.69 |
| 660 | 2026-07-24T22:13:28.380Z | Checking uuid v1.23.5 |
| 661 | 2026-07-24T22:13:28.486Z | Checking arc-swap v1.9.2 |
| 662 | 2026-07-24T22:13:28.518Z | Checking ingot-types v0.2.0 |
| 663 | 2026-07-24T22:13:28.568Z | Checking socket2 v0.6.4 |
| 664 | 2026-07-24T22:13:28.628Z | Checking nom v8.0.0 |
| 665 | 2026-07-24T22:13:28.634Z | Checking thread_local v1.1.10 |
| 666 | 2026-07-24T22:13:28.695Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 667 | 2026-07-24T22:13:28.809Z | Checking colored v3.1.1 |
| 668 | 2026-07-24T22:13:28.824Z | Checking iana-time-zone v0.1.65 |
| 669 | 2026-07-24T22:13:28.859Z | Checking ingot v0.2.0 |
| 670 | 2026-07-24T22:13:28.922Z | Checking deranged v0.5.8 |
| 671 | 2026-07-24T22:13:28.994Z | Checking powerfmt v0.2.0 |
| 672 | 2026-07-24T22:13:29.270Z | Compiling slog-async v2.8.0 |
| 673 | 2026-07-24T22:13:29.303Z | Checking oxnet v0.1.6 |
| 674 | 2026-07-24T22:13:29.475Z | Compiling heck v0.4.1 |
| 675 | 2026-07-24T22:13:29.501Z | Checking lazy_static v1.5.0 |
| 676 | 2026-07-24T22:13:29.607Z | Checking slog-scope v4.4.1 |
| 677 | 2026-07-24T22:13:29.687Z | Checking chrono v0.4.45 |
| 678 | 2026-07-24T22:13:29.725Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 679 | 2026-07-24T22:13:29.738Z | Checking crossbeam-channel v0.5.16 |
| 680 | 2026-07-24T22:13:29.913Z | Checking time v0.3.53 |
| 681 | 2026-07-24T22:13:30.075Z | Checking cookie-factory v0.3.3 |
| 682 | 2026-07-24T22:13:30.327Z | Checking itertools v0.12.1 |
| 683 | 2026-07-24T22:13:30.372Z | Checking is-terminal v0.4.17 |
| 684 | 2026-07-24T22:13:30.410Z | Checking take_mut v0.2.2 |
| 685 | 2026-07-24T22:13:30.450Z | Checking term v1.2.1 |
| 686 | 2026-07-24T22:13:30.503Z | Checking circular v0.3.0 |
| 687 | 2026-07-24T22:13:30.506Z | Checking log v0.4.33 |
| 688 | 2026-07-24T22:13:30.556Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 689 | 2026-07-24T22:13:30.656Z | Checking slog-stdlog v4.1.1 |
| 690 | 2026-07-24T22:13:30.661Z | Checking rusticata-macros v5.0.0 |
| 691 | 2026-07-24T22:13:30.781Z | Checking pcap-parser v0.17.0 |
| 692 | 2026-07-24T22:13:31.091Z | Checking slog-term v2.9.2 |
| 693 | 2026-07-24T22:13:31.326Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 694 | 2026-07-24T22:13:31.604Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 695 | 2026-07-24T22:13:32.202Z | Checking slog-envlogger v2.2.0 |
| 696 | 2026-07-24T22:13:35.177Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 697 | 2026-07-24T22:13:36.866Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 698 | 2026-07-24T22:13:36.866Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 699 | 2026-07-24T22:13:37.212Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 700 | 2026-07-24T22:13:37.770Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.49s |
| 701 | 2026-07-24T22:13:37.806Z | + cargo build --test loopback |
| 702 | 2026-07-24T22:13:37.974Z | Compiling cfg-if v1.0.4 |
| 703 | 2026-07-24T22:13:37.974Z | Compiling memchr v2.8.3 |
| 704 | 2026-07-24T22:13:37.978Z | Compiling serde_core v1.0.228 |
| 705 | 2026-07-24T22:13:38.002Z | Compiling libc v0.2.186 |
| 706 | 2026-07-24T22:13:38.005Z | Compiling thiserror v2.0.18 |
| 707 | 2026-07-24T22:13:38.005Z | Compiling pin-project-lite v0.2.17 |
| 708 | 2026-07-24T22:13:38.010Z | Compiling byteorder v1.5.0 |
| 709 | 2026-07-24T22:13:38.013Z | Compiling either v1.16.0 |
| 710 | 2026-07-24T22:13:38.051Z | Compiling zerocopy v0.8.54 |
| 711 | 2026-07-24T22:13:38.077Z | Compiling futures-sink v0.3.32 |
| 712 | 2026-07-24T22:13:38.085Z | Compiling stable_deref_trait v1.2.1 |
| 713 | 2026-07-24T22:13:38.150Z | Compiling hash32 v0.3.1 |
| 714 | 2026-07-24T22:13:38.167Z | Compiling futures-core v0.3.32 |
| 715 | 2026-07-24T22:13:38.175Z | Compiling macaddr v1.0.1 |
| 716 | 2026-07-24T22:13:38.198Z | Compiling cobs v0.3.0 |
| 717 | 2026-07-24T22:13:38.300Z | Compiling futures-channel v0.3.32 |
| 718 | 2026-07-24T22:13:38.327Z | Compiling heapless v0.8.0 |
| 719 | 2026-07-24T22:13:38.334Z | Compiling futures-io v0.3.32 |
| 720 | 2026-07-24T22:13:38.417Z | Compiling rand_core v0.10.1 |
| 721 | 2026-07-24T22:13:38.474Z | Compiling futures-task v0.3.32 |
| 722 | 2026-07-24T22:13:38.520Z | Compiling managed v0.8.0 |
| 723 | 2026-07-24T22:13:38.532Z | Compiling slab v0.4.12 |
| 724 | 2026-07-24T22:13:38.571Z | Compiling bitflags v1.3.2 |
| 725 | 2026-07-24T22:13:38.640Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 726 | 2026-07-24T22:13:38.662Z | Compiling futures-util v0.3.32 |
| 727 | 2026-07-24T22:13:38.705Z | Compiling smoltcp v0.11.0 |
| 728 | 2026-07-24T22:13:38.742Z | Compiling unicode-width v0.2.2 |
| 729 | 2026-07-24T22:13:38.765Z | Compiling ipnetwork v0.21.1 |
| 730 | 2026-07-24T22:13:38.865Z | Compiling once_cell v1.21.4 |
| 731 | 2026-07-24T22:13:39.049Z | Compiling cpufeatures v0.3.0 |
| 732 | 2026-07-24T22:13:39.109Z | Compiling foreign-types-shared v0.3.1 |
| 733 | 2026-07-24T22:13:39.120Z | Compiling chacha20 v0.10.1 |
| 734 | 2026-07-24T22:13:39.202Z | Compiling foreign-types v0.5.0 |
| 735 | 2026-07-24T22:13:39.266Z | Compiling tracing-core v0.1.36 |
| 736 | 2026-07-24T22:13:39.273Z | Compiling tabwriter v1.4.1 |
| 737 | 2026-07-24T22:13:39.498Z | Compiling ref-cast v1.0.25 |
| 738 | 2026-07-24T22:13:39.596Z | Compiling num_enum v0.7.6 |
| 739 | 2026-07-24T22:13:39.602Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 740 | 2026-07-24T22:13:39.692Z | Compiling crc32fast v1.5.0 |
| 741 | 2026-07-24T22:13:39.705Z | Compiling getrandom v0.4.3 |
| 742 | 2026-07-24T22:13:39.708Z | Compiling cstr-argument v0.1.2 |
| 743 | 2026-07-24T22:13:39.888Z | Compiling serde v1.0.228 |
| 744 | 2026-07-24T22:13:39.917Z | Compiling bitflags v2.13.0 |
| 745 | 2026-07-24T22:13:39.934Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 746 | 2026-07-24T22:13:40.010Z | Compiling itertools v0.15.0 |
| 747 | 2026-07-24T22:13:40.037Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 748 | 2026-07-24T22:13:40.343Z | Compiling erased-serde v0.3.31 |
| 749 | 2026-07-24T22:13:40.535Z | Compiling postcard v1.1.3 |
| 750 | 2026-07-24T22:13:40.623Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 751 | 2026-07-24T22:13:40.747Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 752 | 2026-07-24T22:13:40.891Z | Compiling ingot-types v0.2.0 |
| 753 | 2026-07-24T22:13:41.009Z | Compiling slog v2.8.2 |
| 754 | 2026-07-24T22:13:41.048Z | Compiling futures-executor v0.3.32 |
| 755 | 2026-07-24T22:13:41.051Z | Compiling pretty-hex v0.4.2 |
| 756 | 2026-07-24T22:13:41.181Z | Compiling dyn-clone v1.0.20 |
| 757 | 2026-07-24T22:13:41.237Z | Compiling ingot v0.2.0 |
| 758 | 2026-07-24T22:13:41.308Z | Compiling futures v0.3.32 |
| 759 | 2026-07-24T22:13:41.328Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 760 | 2026-07-24T22:13:41.344Z | Compiling tracing v0.1.44 |
| 761 | 2026-07-24T22:13:41.381Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 762 | 2026-07-24T22:13:41.434Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 763 | 2026-07-24T22:13:41.494Z | Compiling rand v0.10.2 |
| 764 | 2026-07-24T22:13:41.541Z | Compiling uuid v1.23.5 |
| 765 | 2026-07-24T22:13:41.592Z | Compiling num-traits v0.2.19 |
| 766 | 2026-07-24T22:13:41.637Z | Compiling crossbeam-utils v0.8.22 |
| 767 | 2026-07-24T22:13:41.711Z | Compiling nom v8.0.0 |
| 768 | 2026-07-24T22:13:41.906Z | Compiling aho-corasick v1.1.4 |
| 769 | 2026-07-24T22:13:42.185Z | Compiling socket2 v0.6.4 |
| 770 | 2026-07-24T22:13:42.279Z | Compiling thread_local v1.1.10 |
| 771 | 2026-07-24T22:13:42.433Z | Compiling arc-swap v1.9.2 |
| 772 | 2026-07-24T22:13:42.457Z | Compiling num-conv v0.2.2 |
| 773 | 2026-07-24T22:13:42.610Z | Compiling regex-syntax v0.8.11 |
| 774 | 2026-07-24T22:13:42.671Z | Compiling deranged v0.5.8 |
| 775 | 2026-07-24T22:13:42.817Z | Compiling time-core v0.1.9 |
| 776 | 2026-07-24T22:13:43.009Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 777 | 2026-07-24T22:13:43.067Z | Compiling powerfmt v0.2.0 |
| 778 | 2026-07-24T22:13:43.288Z | Compiling oxnet v0.1.6 |
| 779 | 2026-07-24T22:13:43.340Z | Compiling iana-time-zone v0.1.65 |
| 780 | 2026-07-24T22:13:43.453Z | Compiling lazy_static v1.5.0 |
| 781 | 2026-07-24T22:13:43.549Z | Compiling winnow v1.0.3 |
| 782 | 2026-07-24T22:13:43.635Z | Compiling colored v3.1.1 |
| 783 | 2026-07-24T22:13:43.753Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 784 | 2026-07-24T22:13:43.780Z | Compiling time v0.3.53 |
| 785 | 2026-07-24T22:13:43.991Z | Compiling rusticata-macros v5.0.0 |
| 786 | 2026-07-24T22:13:44.312Z | Compiling regex-automata v0.4.15 |
| 787 | 2026-07-24T22:13:44.462Z | Compiling slog-scope v4.4.1 |
| 788 | 2026-07-24T22:13:44.995Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 789 | 2026-07-24T22:13:45.121Z | Compiling chrono v0.4.45 |
| 790 | 2026-07-24T22:13:45.438Z | Compiling thiserror v1.0.69 |
| 791 | 2026-07-24T22:13:45.542Z | Compiling crossbeam-channel v0.5.16 |
| 792 | 2026-07-24T22:13:45.828Z | Compiling cookie-factory v0.3.3 |
| 793 | 2026-07-24T22:13:46.148Z | Compiling is-terminal v0.4.17 |
| 794 | 2026-07-24T22:13:46.245Z | Compiling itertools v0.12.1 |
| 795 | 2026-07-24T22:13:46.289Z | Compiling term v1.2.1 |
| 796 | 2026-07-24T22:13:47.691Z | Compiling circular v0.3.0 |
| 797 | 2026-07-24T22:13:47.948Z | Compiling log v0.4.33 |
| 798 | 2026-07-24T22:13:48.233Z | Compiling take_mut v0.2.2 |
| 799 | 2026-07-24T22:13:48.342Z | Compiling slog-async v2.8.0 |
| 800 | 2026-07-24T22:13:48.724Z | Compiling slog-stdlog v4.1.1 |
| 801 | 2026-07-24T22:13:49.071Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 802 | 2026-07-24T22:13:49.096Z | Compiling pcap-parser v0.17.0 |
| 803 | 2026-07-24T22:13:49.672Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 804 | 2026-07-24T22:13:50.183Z | Compiling slog-term v2.9.2 |
| 805 | 2026-07-24T22:13:50.598Z | Compiling regex v1.13.0 |
| 806 | 2026-07-24T22:13:51.704Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 807 | 2026-07-24T22:13:51.740Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 808 | 2026-07-24T22:13:51.740Z | Compiling slog-envlogger v2.2.0 |
| 809 | 2026-07-24T22:13:52.221Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 810 | 2026-07-24T22:13:52.491Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 811 | 2026-07-24T22:14:01.394Z | Finished `dev` profile [optimized + debuginfo] target(s) in 23.58s |
| 812 | 2026-07-24T22:14:01.429Z | ++ cargo build -q --test loopback --message-format=json |
| 813 | 2026-07-24T22:14:01.432Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 814 | 2026-07-24T22:14:01.550Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-8739e454036b378f |
| 815 | 2026-07-24T22:14:01.550Z | + cargo build --test multicast_rx |
| 816 | 2026-07-24T22:14:01.653Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 817 | 2026-07-24T22:14:03.302Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.74s |
| 818 | 2026-07-24T22:14:03.337Z | ++ cargo build -q --test multicast_rx --message-format=json |
| 819 | 2026-07-24T22:14:03.340Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 820 | 2026-07-24T22:14:03.456Z | + multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-7d53c073b5deabf0 |
| 821 | 2026-07-24T22:14:03.459Z | + cargo build --test multicast_multi_sub |
| 822 | 2026-07-24T22:14:03.559Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 823 | 2026-07-24T22:14:05.422Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.95s |
| 824 | 2026-07-24T22:14:05.457Z | ++ cargo build -q --test multicast_multi_sub --message-format=json |
| 825 | 2026-07-24T22:14:05.460Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 826 | 2026-07-24T22:14:05.577Z | + multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-cb27e66e895423a5 |
| 827 | 2026-07-24T22:14:05.577Z | + cargo build --test multicast_validation |
| 828 | 2026-07-24T22:14:05.680Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 829 | 2026-07-24T22:14:07.649Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.06s |
| 830 | 2026-07-24T22:14:07.685Z | ++ cargo build -q --test multicast_validation --message-format=json |
| 831 | 2026-07-24T22:14:07.690Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 832 | 2026-07-24T22:14:07.804Z | + multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-d2b2820a7029b4df |
| 833 | 2026-07-24T22:14:07.804Z | + cargo build --test multicast_source_filter |
| 834 | 2026-07-24T22:14:07.908Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 835 | 2026-07-24T22:14:10.044Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.23s |
| 836 | 2026-07-24T22:14:10.079Z | ++ cargo build -q --test multicast_source_filter --message-format=json |
| 837 | 2026-07-24T22:14:10.082Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 838 | 2026-07-24T22:14:10.198Z | + multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-c854ff8cd6bb6a96 |
| 839 | 2026-07-24T22:14:10.198Z | + mkdir -p /work/test |
| 840 | 2026-07-24T22:14:10.201Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-8739e454036b378f /work/test/loopback |
| 841 | 2026-07-24T22:14:10.242Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-7d53c073b5deabf0 /work/test/multicast_rx |
| 842 | 2026-07-24T22:14:10.288Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-cb27e66e895423a5 /work/test/multicast_multi_sub |
| 843 | 2026-07-24T22:14:10.337Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-d2b2820a7029b4df /work/test/multicast_validation |
| 844 | 2026-07-24T22:14:10.381Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-c854ff8cd6bb6a96 /work/test/multicast_source_filter |
| 845 | 2026-07-24T22:14:10.427Z | process exited: duration 236744 ms, exit code 0 |
| |
| 846 | 2026-07-24T22:14:10.445Z | found 14 output files |
| 847 | 2026-07-24T22:14:10.445Z | uploading: /work/debug/xde.dbg (88375568 bytes) |
| 848 | 2026-07-24T22:14:12.129Z | uploaded: /work/debug/xde.dbg |
| 849 | 2026-07-24T22:14:12.134Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
| 850 | 2026-07-24T22:14:13.141Z | uploaded: /work/debug/xde.dbg.sha256 |
| 851 | 2026-07-24T22:14:13.141Z | uploading: /work/debug/xde_link.dbg.so (1256692 bytes) |
| 852 | 2026-07-24T22:14:14.167Z | uploaded: /work/debug/xde_link.dbg.so |
| 853 | 2026-07-24T22:14:14.167Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
| 854 | 2026-07-24T22:14:15.176Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
| 855 | 2026-07-24T22:14:15.176Z | uploading: /work/release/xde (52827048 bytes) |
| 856 | 2026-07-24T22:14:16.539Z | uploaded: /work/release/xde |
| 857 | 2026-07-24T22:14:16.542Z | uploading: /work/release/xde.sha256 (84 bytes) |
| 858 | 2026-07-24T22:14:17.549Z | uploaded: /work/release/xde.sha256 |
| 859 | 2026-07-24T22:14:17.552Z | uploading: /work/release/xde_link.so (45240 bytes) |
| 860 | 2026-07-24T22:14:18.560Z | uploaded: /work/release/xde_link.so |
| 861 | 2026-07-24T22:14:18.560Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
| 862 | 2026-07-24T22:14:19.568Z | uploaded: /work/release/xde_link.so.sha256 |
| 863 | 2026-07-24T22:14:19.568Z | uploading: /work/test/loopback (54413248 bytes) |
| 864 | 2026-07-24T22:14:20.872Z | uploaded: /work/test/loopback |
| 865 | 2026-07-24T22:14:20.872Z | uploading: /work/test/multicast_rx (54730904 bytes) |
| 866 | 2026-07-24T22:14:22.189Z | uploaded: /work/test/multicast_rx |
| 867 | 2026-07-24T22:14:22.189Z | uploading: /work/test/multicast_multi_sub (58982080 bytes) |
| 868 | 2026-07-24T22:14:23.567Z | uploaded: /work/test/multicast_multi_sub |
| 869 | 2026-07-24T22:14:23.567Z | uploading: /work/test/multicast_validation (54893328 bytes) |
| 870 | 2026-07-24T22:14:24.950Z | uploaded: /work/test/multicast_validation |
| 871 | 2026-07-24T22:14:24.950Z | uploading: /work/test/multicast_source_filter (55222448 bytes) |
| 872 | 2026-07-24T22:14:26.331Z | uploaded: /work/test/multicast_source_filter |
| 873 | 2026-07-24T22:14:26.331Z | uploading: /work/xde.conf (79 bytes) |
| 874 | 2026-07-24T22:14:27.340Z | uploaded: /work/xde.conf |