|
|
|
| 1 | 2026-05-28T03:43:07.768Z | job assigned to worker 01KSPASZAYZEZ8RAT3QTG4ZDKW [factory aws, i-00e46b354d36e129a] (queued for 1 m 1 s) |
| |
| 2 | 2026-05-28T03:43:13.997Z | starting task 0: "setup" |
| 3 | 2026-05-28T03:43:14.002Z | ++ uname -s |
| 4 | 2026-05-28T03:43:14.005Z | + kern=SunOS |
| 5 | 2026-05-28T03:43:14.005Z | + build_user=build |
| 6 | 2026-05-28T03:43:14.005Z | + build_uid=12345 |
| 7 | 2026-05-28T03:43:14.005Z | + work_dir=/work |
| 8 | 2026-05-28T03:43:14.005Z | + input_dir=/input |
| 9 | 2026-05-28T03:43:14.005Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-28T03:43:14.005Z | + case "$kern" in |
| 11 | 2026-05-28T03:43:14.005Z | + groupadd -g 12345 build |
| 12 | 2026-05-28T03:43:14.008Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-28T03:43:16.012Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-28T03:43:16.086Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-28T03:43:16.090Z | + home_fs=zfs |
| 16 | 2026-05-28T03:43:16.090Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-28T03:43:16.090Z | + mkdir -p /home/build |
| 18 | 2026-05-28T03:43:16.090Z | + chown build:build /home/build /work |
| 19 | 2026-05-28T03:43:18.090Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-28T03:43:18.093Z | process exited: duration 4098 ms, exit code 0 |
| |
| 21 | 2026-05-28T03:43:18.100Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-28T03:43:18.104Z | + printf ' * rust toolchain channel = "%s"\n' 1.95.0 |
| 23 | 2026-05-28T03:43:18.104Z | * rust toolchain channel = "1.95.0" |
| 24 | 2026-05-28T03:43:18.104Z | * rust toolchain profile = "default" |
| 25 | 2026-05-28T03:43:18.104Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-28T03:43:18.104Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-28T03:43:18.104Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-28T03:43:18.107Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-28T03:43:18.107Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default |
| 30 | 2026-05-28T03:43:18.211Z | info: downloading installer |
| 31 | 2026-05-28T03:43:19.648Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-28T03:43:19.649Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-28T03:43:19.649Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-28T03:43:19.649Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-28T03:43:19.661Z | info: profile set to default |
| 36 | 2026-05-28T03:43:19.661Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-28T03:43:19.664Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 38 | 2026-05-28T03:43:19.801Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 39 | 2026-05-28T03:43:19.804Z | info: downloading 6 components |
| 40 | 2026-05-28T03:43:34.004Z | info: default toolchain set to 1.95.0-x86_64-unknown-illumos |
| 41 | 2026-05-28T03:43:34.004Z | |
| 42 | 2026-05-28T03:43:34.048Z | 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 43 | 2026-05-28T03:43:34.048Z | |
| 44 | 2026-05-28T03:43:34.048Z | |
| 45 | 2026-05-28T03:43:34.048Z | Rust is installed now. Great! |
| 46 | 2026-05-28T03:43:34.048Z | |
| 47 | 2026-05-28T03:43:34.048Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-28T03:43:34.048Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-28T03:43:34.048Z | |
| 50 | 2026-05-28T03:43:34.048Z | To configure your current shell, you need to source |
| 51 | 2026-05-28T03:43:34.048Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-28T03:43:34.048Z | |
| 53 | 2026-05-28T03:43:34.048Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-28T03:43:34.048Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-28T03:43:34.048Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-28T03:43:34.052Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-28T03:43:34.052Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-28T03:43:34.052Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-28T03:43:34.052Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-28T03:43:34.052Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-28T03:43:34.052Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-28T03:43:34.142Z | + rustup --version |
| 63 | 2026-05-28T03:43:34.151Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-28T03:43:34.153Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-28T03:43:34.172Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 66 | 2026-05-28T03:43:34.175Z | + cargo --version |
| 67 | 2026-05-28T03:43:34.189Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 68 | 2026-05-28T03:43:34.192Z | + rustc --version |
| 69 | 2026-05-28T03:43:34.211Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 70 | 2026-05-28T03:43:34.214Z | process exited: duration 16113 ms, exit code 0 |
| |
| 71 | 2026-05-28T03:43:34.224Z | starting task 2: "authentication" |
| 72 | 2026-05-28T03:43:34.240Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-05-28T03:43:34.246Z | starting task 3: "clone repository" |
| 74 | 2026-05-28T03:43:34.249Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-05-28T03:43:34.252Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-05-28T03:43:34.297Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-05-28T03:43:35.217Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-05-28T03:43:35.217Z | + git fetch origin 2936d258388c093780b55889e57e8a8a79ce3ea6 |
| 79 | 2026-05-28T03:43:35.420Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-05-28T03:43:35.420Z | * branch 2936d258388c093780b55889e57e8a8a79ce3ea6 -> FETCH_HEAD |
| 81 | 2026-05-28T03:43:35.425Z | + [[ -n renovate/rust-1.x ]] |
| 82 | 2026-05-28T03:43:35.429Z | ++ git branch --show-current |
| 83 | 2026-05-28T03:43:35.429Z | + current=master |
| 84 | 2026-05-28T03:43:35.429Z | + [[ master != renovate/rust-1.x ]] |
| 85 | 2026-05-28T03:43:35.429Z | + git branch -f renovate/rust-1.x 2936d258388c093780b55889e57e8a8a79ce3ea6 |
| 86 | 2026-05-28T03:43:35.432Z | + git checkout -f renovate/rust-1.x |
| 87 | 2026-05-28T03:43:35.448Z | Switched to branch 'renovate/rust-1.x' |
| 88 | 2026-05-28T03:43:35.451Z | + git reset --hard 2936d258388c093780b55889e57e8a8a79ce3ea6 |
| 89 | 2026-05-28T03:43:35.487Z | HEAD is now at 2936d25 Update Rust to nightly-2026-05-27 |
| 90 | 2026-05-28T03:43:35.490Z | process exited: duration 1217 ms, exit code 0 |
| |
| 91 | 2026-05-28T03:43:35.496Z | starting task 4: "build" |
| 92 | 2026-05-28T03:43:35.500Z | + source .github/buildomat/common.sh |
| 93 | 2026-05-28T03:43:35.500Z | ++ rustup show active-toolchain |
| 94 | 2026-05-28T03:43:35.505Z | 1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-05-28T03:43:35.508Z | ++ pushd xde |
| 96 | 2026-05-28T03:43:35.508Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-05-28T03:43:35.509Z | ++ rustup show active-toolchain |
| 98 | 2026-05-28T03:43:35.512Z | info: syncing channel updates for nightly-2026-05-27-x86_64-unknown-illumos |
| 99 | 2026-05-28T03:43:35.649Z | info: latest update on 2026-05-27 for version 1.98.0-nightly (d1fc603d1 2026-05-26) |
| 100 | 2026-05-28T03:43:35.652Z | info: downloading 6 components |
| 101 | 2026-05-28T03:43:49.209Z | nightly-2026-05-27-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-05-28T03:43:49.293Z | +++ rustup show active-toolchain -v |
| 103 | 2026-05-28T03:43:49.298Z | +++ head -n 1 |
| 104 | 2026-05-28T03:43:49.298Z | +++ cut '-d ' -f1 |
| 105 | 2026-05-28T03:43:49.349Z | ++ export NIGHTLY=nightly-2026-05-27-x86_64-unknown-illumos |
| 106 | 2026-05-28T03:43:49.350Z | ++ NIGHTLY=nightly-2026-05-27-x86_64-unknown-illumos |
| 107 | 2026-05-28T03:43:49.350Z | ++ popd |
| 108 | 2026-05-28T03:43:49.371Z | /work/oxidecomputer/opte |
| 109 | 2026-05-28T03:43:49.371Z | + TGT_BASE=/work |
| 110 | 2026-05-28T03:43:49.372Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 111 | 2026-05-28T03:43:49.372Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 112 | 2026-05-28T03:43:49.372Z | + DBG_TGT=/work/debug |
| 113 | 2026-05-28T03:43:49.372Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 114 | 2026-05-28T03:43:49.372Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 115 | 2026-05-28T03:43:49.372Z | + REL_TGT=/work/release |
| 116 | 2026-05-28T03:43:49.372Z | + mkdir -p /work/debug /work/release |
| 117 | 2026-05-28T03:43:49.372Z | + cargo --version |
| 118 | 2026-05-28T03:43:49.372Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 119 | 2026-05-28T03:43:49.372Z | + rustc --version |
| 120 | 2026-05-28T03:43:49.380Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 121 | 2026-05-28T03:43:49.390Z | + install_pkg jq |
| 122 | 2026-05-28T03:43:49.390Z | + set +o errexit |
| 123 | 2026-05-28T03:43:49.390Z | + pfexec pkg install jq |
| 124 | 2026-05-28T03:43:50.447Z | Startup: Refreshing catalog 'helios' ... Done |
| 125 | 2026-05-28T03:43:50.528Z | Startup: Caching catalogs ... Done |
| 126 | 2026-05-28T03:43:50.795Z | Planning: Solver setup ... Done |
| 127 | 2026-05-28T03:43:50.812Z | Planning: Running solver ... Done |
| 128 | 2026-05-28T03:43:50.819Z | Planning: Consolidating action changes ... Done |
| 129 | 2026-05-28T03:43:50.819Z | Planning: Evaluating mediators ... Done |
| 130 | 2026-05-28T03:43:50.819Z | Planning: Planning completed in 0.27 seconds |
| 131 | 2026-05-28T03:43:50.829Z | No updates necessary for this image. |
| 132 | 2026-05-28T03:43:50.905Z | + exit_code=4 |
| 133 | 2026-05-28T03:43:50.905Z | + [[ 4 -ne 0 ]] |
| 134 | 2026-05-28T03:43:50.905Z | + [[ 4 -ne 4 ]] |
| 135 | 2026-05-28T03:43:50.905Z | + set -o errexit |
| 136 | 2026-05-28T03:43:50.914Z | + pushd xde |
| 137 | 2026-05-28T03:43:50.914Z | + cp xde.conf /work/xde.conf |
| 138 | 2026-05-28T03:43:50.914Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 139 | 2026-05-28T03:43:50.914Z | + header 'check style' |
| 140 | 2026-05-28T03:43:50.914Z | + echo '# ==== check style ==== #' |
| 141 | 2026-05-28T03:43:50.914Z | # ==== check style ==== # |
| 142 | 2026-05-28T03:43:50.914Z | + ptime -m cargo +nightly-2026-05-27-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 143 | 2026-05-28T03:43:51.119Z | |
| 144 | 2026-05-28T03:43:51.119Z | real 0.206765746 |
| 145 | 2026-05-28T03:43:51.119Z | user 0.152059145 |
| 146 | 2026-05-28T03:43:51.121Z | sys 0.044991395 |
| 147 | 2026-05-28T03:43:51.121Z | trap 0.000005850 |
| 148 | 2026-05-28T03:43:51.121Z | tflt 0.000077770 |
| 149 | 2026-05-28T03:43:51.121Z | dflt 0.000045480 |
| 150 | 2026-05-28T03:43:51.121Z | kflt 0.000000000 |
| 151 | 2026-05-28T03:43:51.121Z | lock 0.037615347 |
| 152 | 2026-05-28T03:43:51.121Z | slp 0.185143016 |
| 153 | 2026-05-28T03:43:51.121Z | lat 0.001221580 |
| 154 | 2026-05-28T03:43:51.122Z | stop 0.000103900 |
| 155 | 2026-05-28T03:43:51.129Z | + header analyze |
| 156 | 2026-05-28T03:43:51.129Z | + echo '# ==== analyze ==== #' |
| 157 | 2026-05-28T03:43:51.129Z | # ==== analyze ==== # |
| 158 | 2026-05-28T03:43:51.129Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 159 | 2026-05-28T03:43:51.294Z | Updating crates.io index |
| 160 | 2026-05-28T03:43:51.301Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 161 | 2026-05-28T03:43:52.112Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 162 | 2026-05-28T03:43:52.174Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 163 | 2026-05-28T03:43:52.512Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 164 | 2026-05-28T03:43:52.709Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 165 | 2026-05-28T03:43:54.190Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 166 | 2026-05-28T03:43:54.235Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 167 | 2026-05-28T03:43:55.034Z | Downloading crates ... |
| 168 | 2026-05-28T03:43:55.117Z | Downloaded byteorder v1.5.0 |
| 169 | 2026-05-28T03:43:55.120Z | Downloaded defmt v0.3.100 |
| 170 | 2026-05-28T03:43:55.123Z | Downloaded stable_deref_trait v1.2.1 |
| 171 | 2026-05-28T03:43:55.130Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 172 | 2026-05-28T03:43:55.133Z | Downloaded version_check v0.9.5 |
| 173 | 2026-05-28T03:43:55.133Z | Downloaded darling_macro v0.21.3 |
| 174 | 2026-05-28T03:43:55.137Z | Downloaded cobs v0.3.0 |
| 175 | 2026-05-28T03:43:55.141Z | Downloaded embedded-io v0.6.1 |
| 176 | 2026-05-28T03:43:55.144Z | Downloaded ident_case v1.0.1 |
| 177 | 2026-05-28T03:43:55.144Z | Downloaded macaddr v1.0.1 |
| 178 | 2026-05-28T03:43:55.144Z | Downloaded dyn-clone v1.0.20 |
| 179 | 2026-05-28T03:43:55.148Z | Downloaded cfg-if v1.0.4 |
| 180 | 2026-05-28T03:43:55.148Z | Downloaded aho-corasick v1.1.4 |
| 181 | 2026-05-28T03:43:55.151Z | Downloaded bitflags v1.3.2 |
| 182 | 2026-05-28T03:43:55.151Z | Downloaded fnv v1.0.7 |
| 183 | 2026-05-28T03:43:55.155Z | Downloaded defmt-parser v1.0.0 |
| 184 | 2026-05-28T03:43:55.158Z | Downloaded managed v0.8.0 |
| 185 | 2026-05-28T03:43:55.161Z | Downloaded proc-macro-error2 v2.0.1 |
| 186 | 2026-05-28T03:43:55.161Z | Downloaded defmt v1.0.1 |
| 187 | 2026-05-28T03:43:55.167Z | Downloaded thiserror v2.0.18 |
| 188 | 2026-05-28T03:43:55.180Z | Downloaded bitflags v2.11.1 |
| 189 | 2026-05-28T03:43:55.184Z | Downloaded darling_macro v0.23.0 |
| 190 | 2026-05-28T03:43:55.190Z | Downloaded uuid v1.23.1 |
| 191 | 2026-05-28T03:43:55.194Z | Downloaded ingot-macros v0.1.1 |
| 192 | 2026-05-28T03:43:55.197Z | Downloaded ingot-types v0.1.2 |
| 193 | 2026-05-28T03:43:55.197Z | Downloaded serde_derive v1.0.228 |
| 194 | 2026-05-28T03:43:55.202Z | Downloaded embedded-io v0.4.0 |
| 195 | 2026-05-28T03:43:55.209Z | Downloaded ref-cast-impl v1.0.25 |
| 196 | 2026-05-28T03:43:55.212Z | Downloaded hash32 v0.3.1 |
| 197 | 2026-05-28T03:43:55.212Z | Downloaded defmt-macros v1.0.1 |
| 198 | 2026-05-28T03:43:55.223Z | Downloaded strsim v0.11.1 |
| 199 | 2026-05-28T03:43:55.227Z | Downloaded heapless v0.8.0 |
| 200 | 2026-05-28T03:43:55.232Z | Downloaded ref-cast v1.0.25 |
| 201 | 2026-05-28T03:43:55.235Z | Downloaded serde v1.0.228 |
| 202 | 2026-05-28T03:43:55.235Z | Downloaded darling v0.23.0 |
| 203 | 2026-05-28T03:43:55.240Z | Downloaded darling v0.21.3 |
| 204 | 2026-05-28T03:43:55.245Z | Downloaded crc32fast v1.5.0 |
| 205 | 2026-05-28T03:43:55.246Z | Downloaded thiserror-impl v2.0.18 |
| 206 | 2026-05-28T03:43:55.246Z | Downloaded memchr v2.8.0 |
| 207 | 2026-05-28T03:43:55.250Z | Downloaded darling_core v0.23.0 |
| 208 | 2026-05-28T03:43:55.250Z | Downloaded quote v1.0.45 |
| 209 | 2026-05-28T03:43:55.250Z | Downloaded ingot v0.1.1 |
| 210 | 2026-05-28T03:43:55.251Z | Downloaded either v1.15.0 |
| 211 | 2026-05-28T03:43:55.256Z | Downloaded postcard v1.1.3 |
| 212 | 2026-05-28T03:43:55.260Z | Downloaded proc-macro2 v1.0.106 |
| 213 | 2026-05-28T03:43:55.265Z | Downloaded unicode-ident v1.0.24 |
| 214 | 2026-05-28T03:43:55.265Z | Downloaded serde_core v1.0.228 |
| 215 | 2026-05-28T03:43:55.268Z | Downloaded zerocopy-derive v0.8.48 |
| 216 | 2026-05-28T03:43:55.274Z | Downloaded darling_core v0.21.3 |
| 217 | 2026-05-28T03:43:55.308Z | Downloaded itertools v0.14.0 |
| 218 | 2026-05-28T03:43:55.312Z | Downloaded regex v1.12.3 |
| 219 | 2026-05-28T03:43:55.345Z | Downloaded syn v2.0.117 |
| 220 | 2026-05-28T03:43:55.359Z | Downloaded zerocopy v0.8.48 |
| 221 | 2026-05-28T03:43:55.362Z | Downloaded smoltcp v0.11.0 |
| 222 | 2026-05-28T03:43:55.362Z | Downloaded regex-syntax v0.8.10 |
| 223 | 2026-05-28T03:43:55.371Z | Downloaded regex-automata v0.4.14 |
| 224 | 2026-05-28T03:43:55.397Z | Updating crates.io index |
| 225 | 2026-05-28T03:43:55.518Z | Downloading crates ... |
| 226 | 2026-05-28T03:43:55.639Z | Downloaded miniz_oxide v0.8.9 |
| 227 | 2026-05-28T03:43:55.646Z | Downloaded memchr v2.7.6 |
| 228 | 2026-05-28T03:43:55.653Z | Downloaded adler2 v2.0.1 |
| 229 | 2026-05-28T03:43:55.653Z | Downloaded gimli v0.32.3 |
| 230 | 2026-05-28T03:43:55.679Z | Downloaded addr2line v0.25.1 |
| 231 | 2026-05-28T03:43:55.692Z | Downloaded rustc-literal-escaper v0.0.7 |
| 232 | 2026-05-28T03:43:55.738Z | Downloaded object v0.37.3 |
| 233 | 2026-05-28T03:43:55.761Z | Downloaded hashbrown v0.17.1 |
| 234 | 2026-05-28T03:43:55.775Z | Downloaded libc v0.2.185 |
| 235 | 2026-05-28T03:43:55.817Z | Downloaded rustc-demangle v0.1.27 |
| 236 | 2026-05-28T03:43:55.820Z | Downloaded getopts v0.2.24 |
| 237 | 2026-05-28T03:43:55.824Z | Downloaded foldhash v0.2.0 |
| 238 | 2026-05-28T03:43:55.860Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-05-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 239 | 2026-05-28T03:43:56.931Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-05-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 240 | 2026-05-28T03:43:56.931Z | Compiling proc-macro2 v1.0.106 |
| 241 | 2026-05-28T03:43:56.965Z | Compiling unicode-ident v1.0.24 |
| 242 | 2026-05-28T03:43:56.965Z | Compiling quote v1.0.45 |
| 243 | 2026-05-28T03:43:56.965Z | Compiling strsim v0.11.1 |
| 244 | 2026-05-28T03:43:56.965Z | Compiling ident_case v1.0.1 |
| 245 | 2026-05-28T03:43:56.965Z | Compiling serde_core v1.0.228 |
| 246 | 2026-05-28T03:43:57.110Z | Compiling fnv v1.0.7 |
| 247 | 2026-05-28T03:43:57.110Z | Compiling memchr v2.8.0 |
| 248 | 2026-05-28T03:43:57.111Z | Compiling regex-syntax v0.8.10 |
| 249 | 2026-05-28T03:43:57.111Z | Compiling thiserror v2.0.18 |
| 250 | 2026-05-28T03:43:57.111Z | Compiling either v1.15.0 |
| 251 | 2026-05-28T03:43:57.111Z | Compiling aho-corasick v1.1.4 |
| 252 | 2026-05-28T03:43:57.111Z | Compiling zerocopy v0.8.48 |
| 253 | 2026-05-28T03:43:57.111Z | Compiling serde v1.0.228 |
| 254 | 2026-05-28T03:43:57.111Z | Compiling itertools v0.14.0 |
| 255 | 2026-05-28T03:43:57.111Z | Compiling heapless v0.8.0 |
| 256 | 2026-05-28T03:43:57.145Z | Compiling syn v2.0.117 |
| 257 | 2026-05-28T03:43:57.174Z | Compiling smoltcp v0.11.0 |
| 258 | 2026-05-28T03:43:57.231Z | Compiling crc32fast v1.5.0 |
| 259 | 2026-05-28T03:43:57.508Z | Compiling version_check v0.9.5 |
| 260 | 2026-05-28T03:43:57.631Z | Compiling regex-automata v0.4.14 |
| 261 | 2026-05-28T03:43:57.649Z | Compiling ref-cast v1.0.25 |
| 262 | 2026-05-28T03:43:57.897Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 263 | 2026-05-28T03:43:59.189Z | Compiling regex v1.12.3 |
| 264 | 2026-05-28T03:43:59.395Z | Compiling darling_core v0.21.3 |
| 265 | 2026-05-28T03:43:59.456Z | Compiling darling_core v0.23.0 |
| 266 | 2026-05-28T03:44:00.848Z | Compiling thiserror-impl v2.0.18 |
| 267 | 2026-05-28T03:44:00.848Z | Compiling serde_derive v1.0.228 |
| 268 | 2026-05-28T03:44:00.867Z | Compiling zerocopy-derive v0.8.48 |
| 269 | 2026-05-28T03:44:00.867Z | Compiling ref-cast-impl v1.0.25 |
| 270 | 2026-05-28T03:44:00.868Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 271 | 2026-05-28T03:44:00.868Z | warning: this pattern is unneeded as the `..` pattern can match that element |
| 272 | 2026-05-28T03:44:00.868Z | --> crates/kstat-macro/src/lib.rs:57:50 |
| 273 | 2026-05-28T03:44:00.868Z | | |
| 274 | 2026-05-28T03:44:00.868Z | 57 | syn::Fields::Unnamed(FieldsUnnamed { unnamed: _, .. }) => { |
| 275 | 2026-05-28T03:44:00.868Z | | ^^^^^^^^^^^^ help: remove it |
| 276 | 2026-05-28T03:44:00.868Z | | |
| 277 | 2026-05-28T03:44:00.868Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_wildcard_pattern |
| 278 | 2026-05-28T03:44:00.869Z | = note: `#[warn(clippy::unneeded_wildcard_pattern)]` on by default |
| 279 | 2026-05-28T03:44:00.869Z | |
| 280 | 2026-05-28T03:44:01.226Z | warning: `kstat-macro` (lib) generated 1 warning (run `cargo clippy --fix --lib -p kstat-macro -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask` to apply 1 suggestion) |
| 281 | 2026-05-28T03:44:01.917Z | Compiling darling_macro v0.23.0 |
| 282 | 2026-05-28T03:44:01.959Z | Compiling darling_macro v0.21.3 |
| 283 | 2026-05-28T03:44:02.831Z | Compiling darling v0.23.0 |
| 284 | 2026-05-28T03:44:02.893Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 285 | 2026-05-28T03:44:02.911Z | Compiling darling v0.21.3 |
| 286 | 2026-05-28T03:44:02.958Z | Compiling ingot-macros v0.1.1 |
| 287 | 2026-05-28T03:44:07.751Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-05-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 288 | 2026-05-28T03:44:09.904Z | Checking byteorder v1.5.0 |
| 289 | 2026-05-28T03:44:09.905Z | Checking macaddr v1.0.1 |
| 290 | 2026-05-28T03:44:09.936Z | Checking stable_deref_trait v1.2.1 |
| 291 | 2026-05-28T03:44:09.936Z | Checking cfg-if v1.0.4 |
| 292 | 2026-05-28T03:44:09.936Z | Checking bitflags v1.3.2 |
| 293 | 2026-05-28T03:44:09.957Z | Checking managed v0.8.0 |
| 294 | 2026-05-28T03:44:09.985Z | Checking cobs v0.3.0 |
| 295 | 2026-05-28T03:44:10.033Z | Checking dyn-clone v1.0.20 |
| 296 | 2026-05-28T03:44:10.054Z | Checking hash32 v0.3.1 |
| 297 | 2026-05-28T03:44:10.100Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 298 | 2026-05-28T03:44:11.258Z | Checking bitflags v2.11.1 |
| 299 | 2026-05-28T03:44:11.258Z | Checking uuid v1.23.1 |
| 300 | 2026-05-28T03:44:11.395Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 301 | 2026-05-28T03:44:11.612Z | Checking postcard v1.1.3 |
| 302 | 2026-05-28T03:44:12.462Z | Checking ingot-types v0.1.2 |
| 303 | 2026-05-28T03:44:12.743Z | Checking ingot v0.1.1 |
| 304 | 2026-05-28T03:44:14.048Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 305 | 2026-05-28T03:44:18.271Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 306 | 2026-05-28T03:44:18.535Z | warning: this pattern is unneeded as the `..` pattern can match that element |
| 307 | 2026-05-28T03:44:18.535Z | --> lib/oxide-vpc/src/cfg.rs:190:49 |
| 308 | 2026-05-28T03:44:18.535Z | | |
| 309 | 2026-05-28T03:44:18.535Z | 190 | IpCfg::Ipv4(_) | IpCfg::DualStack { ipv4: _, .. } => { |
| 310 | 2026-05-28T03:44:18.535Z | | ^^^^^^^^^ help: remove it |
| 311 | 2026-05-28T03:44:18.535Z | | |
| 312 | 2026-05-28T03:44:18.535Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_wildcard_pattern |
| 313 | 2026-05-28T03:44:18.535Z | = note: `#[warn(clippy::unneeded_wildcard_pattern)]` on by default |
| 314 | 2026-05-28T03:44:18.535Z | |
| 315 | 2026-05-28T03:44:18.535Z | warning: this pattern is unneeded as the `..` pattern can match that element |
| 316 | 2026-05-28T03:44:18.535Z | --> lib/oxide-vpc/src/cfg.rs:196:49 |
| 317 | 2026-05-28T03:44:18.535Z | | |
| 318 | 2026-05-28T03:44:18.535Z | 196 | IpCfg::Ipv6(_) | IpCfg::DualStack { ipv6: _, .. } => { |
| 319 | 2026-05-28T03:44:18.535Z | | ^^^^^^^^^ help: remove it |
| 320 | 2026-05-28T03:44:18.535Z | | |
| 321 | 2026-05-28T03:44:18.536Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_wildcard_pattern |
| 322 | 2026-05-28T03:44:18.536Z | |
| 323 | 2026-05-28T03:44:19.866Z | warning: `oxide-vpc` (lib) generated 2 warnings (run `cargo clippy --fix --lib -p oxide-vpc -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask` to apply 2 suggestions) |
| 324 | 2026-05-28T03:44:19.869Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 325 | 2026-05-28T03:44:22.181Z | Finished `dev` profile [optimized + debuginfo] target(s) in 31.00s |
| 326 | 2026-05-28T03:44:22.287Z | |
| 327 | 2026-05-28T03:44:22.287Z | real 31.163651756 |
| 328 | 2026-05-28T03:44:22.287Z | user 1:14.694720018 |
| 329 | 2026-05-28T03:44:22.287Z | sys 9.995742630 |
| 330 | 2026-05-28T03:44:22.293Z | trap 0.035083772 |
| 331 | 2026-05-28T03:44:22.293Z | tflt 0.098384964 |
| 332 | 2026-05-28T03:44:22.293Z | dflt 0.328862992 |
| 333 | 2026-05-28T03:44:22.293Z | kflt 0.004194580 |
| 334 | 2026-05-28T03:44:22.293Z | lock 5:24.689087126 |
| 335 | 2026-05-28T03:44:22.293Z | slp 3:29.507191071 |
| 336 | 2026-05-28T03:44:22.293Z | lat 2.608856976 |
| 337 | 2026-05-28T03:44:22.293Z | stop 7.890920197 |
| 338 | 2026-05-28T03:44:22.293Z | + pushd xde-link |
| 339 | 2026-05-28T03:44:22.293Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 340 | 2026-05-28T03:44:22.293Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 341 | 2026-05-28T03:44:22.473Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-05-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 342 | 2026-05-28T03:44:22.473Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-05-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 343 | 2026-05-28T03:44:22.473Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 344 | 2026-05-28T03:44:33.239Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-05-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 345 | 2026-05-28T03:44:35.446Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.09s |
| 346 | 2026-05-28T03:44:35.465Z | |
| 347 | 2026-05-28T03:44:35.465Z | real 13.171385241 |
| 348 | 2026-05-28T03:44:35.465Z | user 20.548059779 |
| 349 | 2026-05-28T03:44:35.465Z | sys 1.211191446 |
| 350 | 2026-05-28T03:44:35.465Z | trap 0.005115950 |
| 351 | 2026-05-28T03:44:35.469Z | tflt 0.012710233 |
| 352 | 2026-05-28T03:44:35.469Z | dflt 0.054159626 |
| 353 | 2026-05-28T03:44:35.469Z | kflt 0.000005590 |
| 354 | 2026-05-28T03:44:35.469Z | lock 1:25.179698778 |
| 355 | 2026-05-28T03:44:35.469Z | slp 43.719962801 |
| 356 | 2026-05-28T03:44:35.469Z | lat 0.255445786 |
| 357 | 2026-05-28T03:44:35.469Z | stop 0.165955956 |
| 358 | 2026-05-28T03:44:35.469Z | + popd |
| 359 | 2026-05-28T03:44:35.469Z | + popd |
| 360 | 2026-05-28T03:44:35.469Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 361 | 2026-05-28T03:44:35.469Z | /work/oxidecomputer/opte |
| 362 | 2026-05-28T03:44:35.469Z | + header 'build xde (debug)' |
| 363 | 2026-05-28T03:44:35.469Z | + echo '# ==== build xde (debug) ==== #' |
| 364 | 2026-05-28T03:44:35.469Z | # ==== build xde (debug) ==== # |
| 365 | 2026-05-28T03:44:35.469Z | + ptime -m cargo xtask build --profile debug xde xde-link |
| 366 | 2026-05-28T03:44:35.611Z | Downloading crates ... |
| 367 | 2026-05-28T03:44:35.707Z | Downloaded cargo-platform v0.3.3 |
| 368 | 2026-05-28T03:44:35.711Z | Downloaded anstyle v1.0.14 |
| 369 | 2026-05-28T03:44:35.718Z | Downloaded serde_json v1.0.149 |
| 370 | 2026-05-28T03:44:35.722Z | Downloaded colorchoice v1.0.5 |
| 371 | 2026-05-28T03:44:35.726Z | Downloaded anstyle-query v1.1.5 |
| 372 | 2026-05-28T03:44:35.730Z | Downloaded clap_builder v4.6.0 |
| 373 | 2026-05-28T03:44:35.738Z | Downloaded semver v1.0.28 |
| 374 | 2026-05-28T03:44:35.742Z | Downloaded cargo_metadata v0.23.1 |
| 375 | 2026-05-28T03:44:35.745Z | Downloaded itoa v1.0.18 |
| 376 | 2026-05-28T03:44:35.749Z | Downloaded hashbrown v0.17.0 |
| 377 | 2026-05-28T03:44:35.753Z | Downloaded clap v4.6.1 |
| 378 | 2026-05-28T03:44:35.759Z | Downloaded terminal_size v0.4.4 |
| 379 | 2026-05-28T03:44:35.762Z | Downloaded camino v1.2.2 |
| 380 | 2026-05-28T03:44:35.762Z | Downloaded anstream v1.0.0 |
| 381 | 2026-05-28T03:44:35.762Z | Downloaded indexmap v2.14.0 |
| 382 | 2026-05-28T03:44:35.766Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 383 | 2026-05-28T03:44:35.769Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 384 | 2026-05-28T03:44:35.772Z | Downloaded winnow v1.0.2 |
| 385 | 2026-05-28T03:44:35.777Z | Downloaded anyhow v1.0.102 |
| 386 | 2026-05-28T03:44:35.780Z | Downloaded clap_lex v1.1.0 |
| 387 | 2026-05-28T03:44:35.784Z | Downloaded serde_spanned v1.1.1 |
| 388 | 2026-05-28T03:44:35.788Z | Downloaded heck v0.5.0 |
| 389 | 2026-05-28T03:44:35.792Z | Downloaded is_terminal_polyfill v1.70.2 |
| 390 | 2026-05-28T03:44:35.792Z | Downloaded equivalent v1.0.2 |
| 391 | 2026-05-28T03:44:35.792Z | Downloaded zmij v1.0.21 |
| 392 | 2026-05-28T03:44:35.796Z | Downloaded anstyle-parse v1.0.0 |
| 393 | 2026-05-28T03:44:35.796Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 394 | 2026-05-28T03:44:35.796Z | Downloaded clap_derive v4.6.1 |
| 395 | 2026-05-28T03:44:35.796Z | Downloaded utf8parse v0.2.2 |
| 396 | 2026-05-28T03:44:35.803Z | Downloaded errno v0.3.14 |
| 397 | 2026-05-28T03:44:35.837Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 398 | 2026-05-28T03:44:35.841Z | Downloaded rustix v1.1.4 |
| 399 | 2026-05-28T03:44:35.867Z | Downloaded libc v0.2.186 |
| 400 | 2026-05-28T03:44:35.915Z | Compiling proc-macro2 v1.0.106 |
| 401 | 2026-05-28T03:44:35.915Z | Compiling serde_core v1.0.228 |
| 402 | 2026-05-28T03:44:35.915Z | Compiling unicode-ident v1.0.24 |
| 403 | 2026-05-28T03:44:35.915Z | Compiling quote v1.0.45 |
| 404 | 2026-05-28T03:44:35.916Z | Compiling libc v0.2.186 |
| 405 | 2026-05-28T03:44:35.916Z | Compiling rustix v1.1.4 |
| 406 | 2026-05-28T03:44:35.916Z | Compiling zmij v1.0.21 |
| 407 | 2026-05-28T03:44:35.919Z | Compiling bitflags v2.11.1 |
| 408 | 2026-05-28T03:44:36.090Z | Compiling utf8parse v0.2.2 |
| 409 | 2026-05-28T03:44:36.194Z | Compiling anstyle-parse v1.0.0 |
| 410 | 2026-05-28T03:44:36.307Z | Compiling anstyle v1.0.14 |
| 411 | 2026-05-28T03:44:36.310Z | Compiling serde_json v1.0.149 |
| 412 | 2026-05-28T03:44:36.405Z | Compiling camino v1.2.2 |
| 413 | 2026-05-28T03:44:36.410Z | Compiling serde v1.0.228 |
| 414 | 2026-05-28T03:44:36.487Z | Compiling thiserror v2.0.18 |
| 415 | 2026-05-28T03:44:36.539Z | Compiling is_terminal_polyfill v1.70.2 |
| 416 | 2026-05-28T03:44:36.564Z | Compiling anstyle-query v1.1.5 |
| 417 | 2026-05-28T03:44:36.619Z | Compiling colorchoice v1.0.5 |
| 418 | 2026-05-28T03:44:36.672Z | Compiling errno v0.3.14 |
| 419 | 2026-05-28T03:44:36.713Z | Compiling anstream v1.0.0 |
| 420 | 2026-05-28T03:44:36.745Z | Compiling strsim v0.11.1 |
| 421 | 2026-05-28T03:44:36.757Z | Compiling memchr v2.8.0 |
| 422 | 2026-05-28T03:44:37.105Z | Compiling anyhow v1.0.102 |
| 423 | 2026-05-28T03:44:37.127Z | Compiling heck v0.5.0 |
| 424 | 2026-05-28T03:44:37.222Z | Compiling syn v2.0.117 |
| 425 | 2026-05-28T03:44:37.262Z | Compiling terminal_size v0.4.4 |
| 426 | 2026-05-28T03:44:37.318Z | Compiling itoa v1.0.18 |
| 427 | 2026-05-28T03:44:37.416Z | Compiling clap_lex v1.1.0 |
| 428 | 2026-05-28T03:44:37.427Z | Compiling winnow v1.0.2 |
| 429 | 2026-05-28T03:44:37.733Z | Compiling clap_builder v4.6.0 |
| 430 | 2026-05-28T03:44:37.852Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 431 | 2026-05-28T03:44:37.895Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 432 | 2026-05-28T03:44:38.134Z | Compiling semver v1.0.28 |
| 433 | 2026-05-28T03:44:38.141Z | Compiling serde_spanned v1.1.1 |
| 434 | 2026-05-28T03:44:38.281Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 435 | 2026-05-28T03:44:38.325Z | Compiling cargo-platform v0.3.3 |
| 436 | 2026-05-28T03:44:38.790Z | Compiling toml v1.1.2+spec-1.1.0 |
| 437 | 2026-05-28T03:44:39.401Z | Compiling serde_derive v1.0.228 |
| 438 | 2026-05-28T03:44:39.401Z | Compiling thiserror-impl v2.0.18 |
| 439 | 2026-05-28T03:44:39.401Z | Compiling clap_derive v4.6.1 |
| 440 | 2026-05-28T03:44:41.026Z | Compiling clap v4.6.1 |
| 441 | 2026-05-28T03:44:42.555Z | Compiling cargo_metadata v0.23.1 |
| 442 | 2026-05-28T03:44:45.062Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 443 | 2026-05-28T03:44:46.641Z | Finished `dev` profile [optimized + debuginfo] target(s) in 11.16s |
| 444 | 2026-05-28T03:44:46.656Z | Running `target/debug/xtask build --profile debug xde xde-link` |
| 445 | 2026-05-28T03:44:48.228Z | Building xde (dev). |
| 446 | 2026-05-28T03:44:48.457Z | Compiling serde_core v1.0.228 |
| 447 | 2026-05-28T03:44:48.457Z | Compiling byteorder v1.5.0 |
| 448 | 2026-05-28T03:44:48.460Z | Compiling cfg-if v1.0.4 |
| 449 | 2026-05-28T03:44:48.460Z | Compiling stable_deref_trait v1.2.1 |
| 450 | 2026-05-28T03:44:48.460Z | Compiling macaddr v1.0.1 |
| 451 | 2026-05-28T03:44:48.484Z | Compiling zerocopy v0.8.48 |
| 452 | 2026-05-28T03:44:48.487Z | Compiling thiserror v2.0.18 |
| 453 | 2026-05-28T03:44:48.490Z | Compiling bitflags v1.3.2 |
| 454 | 2026-05-28T03:44:48.531Z | Compiling managed v0.8.0 |
| 455 | 2026-05-28T03:44:48.536Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 456 | 2026-05-28T03:44:48.543Z | Compiling cobs v0.3.0 |
| 457 | 2026-05-28T03:44:48.577Z | Compiling either v1.15.0 |
| 458 | 2026-05-28T03:44:48.652Z | Compiling hash32 v0.3.1 |
| 459 | 2026-05-28T03:44:48.732Z | Compiling itertools v0.14.0 |
| 460 | 2026-05-28T03:44:48.753Z | Compiling heapless v0.8.0 |
| 461 | 2026-05-28T03:44:48.758Z | Compiling ref-cast v1.0.25 |
| 462 | 2026-05-28T03:44:48.809Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 463 | 2026-05-28T03:44:48.815Z | Compiling crc32fast v1.5.0 |
| 464 | 2026-05-28T03:44:48.825Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 465 | 2026-05-28T03:44:48.841Z | Compiling dyn-clone v1.0.20 |
| 466 | 2026-05-28T03:44:49.001Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 467 | 2026-05-28T03:44:49.120Z | Compiling smoltcp v0.11.0 |
| 468 | 2026-05-28T03:44:50.072Z | Compiling serde v1.0.228 |
| 469 | 2026-05-28T03:44:50.072Z | Compiling bitflags v2.11.1 |
| 470 | 2026-05-28T03:44:50.072Z | Compiling uuid v1.23.1 |
| 471 | 2026-05-28T03:44:50.201Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 472 | 2026-05-28T03:44:50.528Z | Compiling postcard v1.1.3 |
| 473 | 2026-05-28T03:44:51.260Z | Compiling ingot-types v0.1.2 |
| 474 | 2026-05-28T03:44:51.537Z | Compiling ingot v0.1.1 |
| 475 | 2026-05-28T03:44:52.966Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 476 | 2026-05-28T03:44:57.185Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 477 | 2026-05-28T03:45:07.553Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 478 | 2026-05-28T03:45:15.816Z | Finished `dev` profile [optimized + debuginfo] target(s) in 27.56s |
| 479 | 2026-05-28T03:45:15.838Z | Linking xde kmod... |
| 480 | 2026-05-28T03:45:16.914Z | Building xde dev link helper (dev). |
| 481 | 2026-05-28T03:45:17.066Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 482 | 2026-05-28T03:45:17.397Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.45s |
| 483 | 2026-05-28T03:45:17.420Z | |
| 484 | 2026-05-28T03:45:17.420Z | real 41.951572994 |
| 485 | 2026-05-28T03:45:17.420Z | user 2:14.792282815 |
| 486 | 2026-05-28T03:45:17.420Z | sys 11.129908982 |
| 487 | 2026-05-28T03:45:17.422Z | trap 0.059890950 |
| 488 | 2026-05-28T03:45:17.425Z | tflt 0.285354911 |
| 489 | 2026-05-28T03:45:17.426Z | dflt 0.420850025 |
| 490 | 2026-05-28T03:45:17.426Z | kflt 0.000019910 |
| 491 | 2026-05-28T03:45:17.426Z | lock 6:58.576636003 |
| 492 | 2026-05-28T03:45:17.426Z | slp 3:55.590376303 |
| 493 | 2026-05-28T03:45:17.426Z | lat 5.984879693 |
| 494 | 2026-05-28T03:45:17.426Z | stop 5.283714548 |
| 495 | 2026-05-28T03:45:17.426Z | + header 'build xde (release)' |
| 496 | 2026-05-28T03:45:17.426Z | + echo '# ==== build xde (release) ==== #' |
| 497 | 2026-05-28T03:45:17.426Z | + ptime -m cargo xtask build --profile release xde xde-link |
| 498 | 2026-05-28T03:45:17.426Z | # ==== build xde (release) ==== # |
| 499 | 2026-05-28T03:45:17.571Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.14s |
| 500 | 2026-05-28T03:45:17.575Z | Running `target/debug/xtask build --profile release xde xde-link` |
| 501 | 2026-05-28T03:45:17.770Z | Building xde (release-lto). |
| 502 | 2026-05-28T03:45:18.003Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-05-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 503 | 2026-05-28T03:45:18.003Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-05-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 504 | 2026-05-28T03:45:18.003Z | Compiling proc-macro2 v1.0.106 |
| 505 | 2026-05-28T03:45:18.003Z | Compiling quote v1.0.45 |
| 506 | 2026-05-28T03:45:18.006Z | Compiling unicode-ident v1.0.24 |
| 507 | 2026-05-28T03:45:18.006Z | Compiling ident_case v1.0.1 |
| 508 | 2026-05-28T03:45:18.006Z | Compiling strsim v0.11.1 |
| 509 | 2026-05-28T03:45:18.006Z | Compiling serde_core v1.0.228 |
| 510 | 2026-05-28T03:45:18.120Z | Compiling memchr v2.8.0 |
| 511 | 2026-05-28T03:45:18.120Z | Compiling fnv v1.0.7 |
| 512 | 2026-05-28T03:45:18.201Z | Compiling regex-syntax v0.8.10 |
| 513 | 2026-05-28T03:45:18.366Z | Compiling serde v1.0.228 |
| 514 | 2026-05-28T03:45:18.378Z | Compiling zerocopy v0.8.48 |
| 515 | 2026-05-28T03:45:18.399Z | Compiling thiserror v2.0.18 |
| 516 | 2026-05-28T03:45:18.508Z | Compiling aho-corasick v1.1.4 |
| 517 | 2026-05-28T03:45:18.720Z | Compiling either v1.15.0 |
| 518 | 2026-05-28T03:45:18.780Z | Compiling heapless v0.8.0 |
| 519 | 2026-05-28T03:45:18.898Z | Compiling itertools v0.14.0 |
| 520 | 2026-05-28T03:45:19.053Z | Compiling syn v2.0.117 |
| 521 | 2026-05-28T03:45:19.073Z | Compiling smoltcp v0.11.0 |
| 522 | 2026-05-28T03:45:19.161Z | Compiling crc32fast v1.5.0 |
| 523 | 2026-05-28T03:45:19.239Z | Compiling ref-cast v1.0.25 |
| 524 | 2026-05-28T03:45:19.491Z | Compiling version_check v0.9.5 |
| 525 | 2026-05-28T03:45:19.608Z | Compiling regex-automata v0.4.14 |
| 526 | 2026-05-28T03:45:19.782Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 527 | 2026-05-28T03:45:21.139Z | Compiling regex v1.12.3 |
| 528 | 2026-05-28T03:45:21.331Z | Compiling darling_core v0.21.3 |
| 529 | 2026-05-28T03:45:21.381Z | Compiling darling_core v0.23.0 |
| 530 | 2026-05-28T03:45:22.254Z | Compiling zerocopy-derive v0.8.48 |
| 531 | 2026-05-28T03:45:22.254Z | Compiling serde_derive v1.0.228 |
| 532 | 2026-05-28T03:45:22.255Z | Compiling thiserror-impl v2.0.18 |
| 533 | 2026-05-28T03:45:22.258Z | Compiling ref-cast-impl v1.0.25 |
| 534 | 2026-05-28T03:45:22.258Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 535 | 2026-05-28T03:45:23.846Z | Compiling darling_macro v0.21.3 |
| 536 | 2026-05-28T03:45:23.995Z | Compiling darling_macro v0.23.0 |
| 537 | 2026-05-28T03:45:24.743Z | Compiling darling v0.21.3 |
| 538 | 2026-05-28T03:45:24.807Z | Compiling ingot-macros v0.1.1 |
| 539 | 2026-05-28T03:45:24.867Z | Compiling darling v0.23.0 |
| 540 | 2026-05-28T03:45:24.929Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 541 | 2026-05-28T03:45:30.338Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-05-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 542 | 2026-05-28T03:45:32.452Z | Compiling byteorder v1.5.0 |
| 543 | 2026-05-28T03:45:32.453Z | Compiling cfg-if v1.0.4 |
| 544 | 2026-05-28T03:45:32.453Z | Compiling stable_deref_trait v1.2.1 |
| 545 | 2026-05-28T03:45:32.456Z | Compiling macaddr v1.0.1 |
| 546 | 2026-05-28T03:45:32.543Z | Compiling bitflags v1.3.2 |
| 547 | 2026-05-28T03:45:32.549Z | Compiling cobs v0.3.0 |
| 548 | 2026-05-28T03:45:32.578Z | Compiling managed v0.8.0 |
| 549 | 2026-05-28T03:45:32.669Z | Compiling hash32 v0.3.1 |
| 550 | 2026-05-28T03:45:32.819Z | Compiling dyn-clone v1.0.20 |
| 551 | 2026-05-28T03:45:32.836Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 552 | 2026-05-28T03:45:34.081Z | Compiling bitflags v2.11.1 |
| 553 | 2026-05-28T03:45:34.081Z | Compiling uuid v1.23.1 |
| 554 | 2026-05-28T03:45:34.218Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 555 | 2026-05-28T03:45:34.514Z | Compiling postcard v1.1.3 |
| 556 | 2026-05-28T03:45:35.353Z | Compiling ingot-types v0.1.2 |
| 557 | 2026-05-28T03:45:35.665Z | Compiling ingot v0.1.1 |
| 558 | 2026-05-28T03:45:37.170Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 559 | 2026-05-28T03:45:40.879Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 560 | 2026-05-28T03:45:49.622Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 561 | 2026-05-28T03:46:17.744Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 59.94s |
| 562 | 2026-05-28T03:46:17.768Z | Linking xde kmod... |
| 563 | 2026-05-28T03:46:18.198Z | Building xde dev link helper (release). |
| 564 | 2026-05-28T03:46:18.360Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-05-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 565 | 2026-05-28T03:46:18.360Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-05-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 566 | 2026-05-28T03:46:18.360Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 567 | 2026-05-28T03:46:29.707Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-05-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 568 | 2026-05-28T03:46:32.170Z | Finished `release` profile [optimized + debuginfo] target(s) in 13.94s |
| 569 | 2026-05-28T03:46:32.191Z | |
| 570 | 2026-05-28T03:46:32.194Z | real 1:14.765968494 |
| 571 | 2026-05-28T03:46:32.194Z | user 2:07.318127630 |
| 572 | 2026-05-28T03:46:32.194Z | sys 12.150896373 |
| 573 | 2026-05-28T03:46:32.194Z | trap 0.032210861 |
| 574 | 2026-05-28T03:46:32.194Z | tflt 0.166961406 |
| 575 | 2026-05-28T03:46:32.194Z | dflt 0.141777858 |
| 576 | 2026-05-28T03:46:32.194Z | kflt 0.000040890 |
| 577 | 2026-05-28T03:46:32.194Z | lock 11:54.143100367 |
| 578 | 2026-05-28T03:46:32.194Z | slp 6:01.949860963 |
| 579 | 2026-05-28T03:46:32.195Z | lat 3.225929696 |
| 580 | 2026-05-28T03:46:32.195Z | stop 5.941083506 |
| 581 | 2026-05-28T03:46:32.195Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
| 582 | 2026-05-28T03:46:32.195Z | + grep GOTPCREL |
| 583 | 2026-05-28T03:46:33.918Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 584 | 2026-05-28T03:46:33.922Z | + grep GOTPCREL |
| 585 | 2026-05-28T03:46:34.847Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
| 586 | 2026-05-28T03:46:34.900Z | + sha256sum /work/debug/xde.dbg |
| 587 | 2026-05-28T03:46:34.952Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
| 588 | 2026-05-28T03:46:34.955Z | + sha256sum /work/debug/xde_link.dbg.so |
| 589 | 2026-05-28T03:46:34.958Z | + cp target/x86_64-unknown-unknown/release-lto/xde /work/release/ |
| 590 | 2026-05-28T03:46:34.991Z | + sha256sum /work/release/xde |
| 591 | 2026-05-28T03:46:35.019Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
| 592 | 2026-05-28T03:46:35.023Z | + sha256sum /work/release/xde_link.so |
| 593 | 2026-05-28T03:46:35.023Z | + header 'build xde integration tests' |
| 594 | 2026-05-28T03:46:35.026Z | + echo '# ==== build xde integration tests ==== #' |
| 595 | 2026-05-28T03:46:35.026Z | + pushd xde-tests |
| 596 | 2026-05-28T03:46:35.026Z | # ==== build xde integration tests ==== # |
| 597 | 2026-05-28T03:46:35.026Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
| 598 | 2026-05-28T03:46:35.026Z | + cargo +nightly-2026-05-27-x86_64-unknown-illumos fmt -- --check |
| 599 | 2026-05-28T03:46:35.105Z | + cargo clippy --all-targets -- --deny warnings |
| 600 | 2026-05-28T03:46:35.317Z | Compiling serde_core v1.0.228 |
| 601 | 2026-05-28T03:46:35.317Z | Checking cfg-if v1.0.4 |
| 602 | 2026-05-28T03:46:35.318Z | Checking memchr v2.8.0 |
| 603 | 2026-05-28T03:46:35.318Z | Compiling serde v1.0.228 |
| 604 | 2026-05-28T03:46:35.318Z | Compiling rustversion v1.0.22 |
| 605 | 2026-05-28T03:46:35.318Z | Compiling version_check v0.9.5 |
| 606 | 2026-05-28T03:46:35.321Z | Compiling ident_case v1.0.1 |
| 607 | 2026-05-28T03:46:35.321Z | Compiling syn v2.0.117 |
| 608 | 2026-05-28T03:46:35.393Z | Compiling strsim v0.11.1 |
| 609 | 2026-05-28T03:46:35.440Z | Compiling libc v0.2.186 |
| 610 | 2026-05-28T03:46:35.663Z | Compiling fnv v1.0.7 |
| 611 | 2026-05-28T03:46:35.673Z | Compiling syn v1.0.109 |
| 612 | 2026-05-28T03:46:35.701Z | Checking pin-project-lite v0.2.17 |
| 613 | 2026-05-28T03:46:35.741Z | Compiling regex-syntax v0.8.10 |
| 614 | 2026-05-28T03:46:35.775Z | Compiling equivalent v1.0.2 |
| 615 | 2026-05-28T03:46:35.846Z | Compiling winnow v1.0.2 |
| 616 | 2026-05-28T03:46:35.993Z | Compiling aho-corasick v1.1.4 |
| 617 | 2026-05-28T03:46:36.142Z | Compiling either v1.15.0 |
| 618 | 2026-05-28T03:46:36.151Z | Compiling zerocopy v0.8.48 |
| 619 | 2026-05-28T03:46:36.260Z | Compiling hashbrown v0.17.0 |
| 620 | 2026-05-28T03:46:36.325Z | Compiling itertools v0.14.0 |
| 621 | 2026-05-28T03:46:36.775Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 622 | 2026-05-28T03:46:36.849Z | Compiling indexmap v2.14.0 |
| 623 | 2026-05-28T03:46:37.135Z | Compiling regex-automata v0.4.14 |
| 624 | 2026-05-28T03:46:37.308Z | Checking byteorder v1.5.0 |
| 625 | 2026-05-28T03:46:37.438Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 626 | 2026-05-28T03:46:37.495Z | Compiling heapless v0.8.0 |
| 627 | 2026-05-28T03:46:37.558Z | Checking hash32 v0.3.1 |
| 628 | 2026-05-28T03:46:37.590Z | Checking bitflags v2.11.1 |
| 629 | 2026-05-28T03:46:37.659Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 630 | 2026-05-28T03:46:37.677Z | Compiling slog v2.8.2 |
| 631 | 2026-05-28T03:46:37.742Z | Compiling smoltcp v0.11.0 |
| 632 | 2026-05-28T03:46:37.794Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 633 | 2026-05-28T03:46:37.905Z | Compiling darling_core v0.21.3 |
| 634 | 2026-05-28T03:46:37.909Z | Compiling darling_core v0.23.0 |
| 635 | 2026-05-28T03:46:38.035Z | Checking futures-sink v0.3.32 |
| 636 | 2026-05-28T03:46:38.082Z | Checking macaddr v1.0.1 |
| 637 | 2026-05-28T03:46:38.122Z | Checking futures-core v0.3.32 |
| 638 | 2026-05-28T03:46:38.216Z | Checking stable_deref_trait v1.2.1 |
| 639 | 2026-05-28T03:46:38.233Z | Checking futures-channel v0.3.32 |
| 640 | 2026-05-28T03:46:38.415Z | Compiling proc-macro-crate v3.5.0 |
| 641 | 2026-05-28T03:46:38.581Z | Compiling proc-macro-error-attr v1.0.4 |
| 642 | 2026-05-28T03:46:38.625Z | Checking rand_core v0.10.1 |
| 643 | 2026-05-28T03:46:38.754Z | Compiling ref-cast v1.0.25 |
| 644 | 2026-05-28T03:46:38.866Z | Compiling regex v1.12.3 |
| 645 | 2026-05-28T03:46:38.871Z | Compiling crc32fast v1.5.0 |
| 646 | 2026-05-28T03:46:39.072Z | Checking bitflags v1.3.2 |
| 647 | 2026-05-28T03:46:39.076Z | Compiling serde_derive v1.0.228 |
| 648 | 2026-05-28T03:46:39.103Z | Compiling thiserror-impl v2.0.18 |
| 649 | 2026-05-28T03:46:39.127Z | Compiling zerocopy-derive v0.8.48 |
| 650 | 2026-05-28T03:46:39.181Z | Compiling futures-macro v0.3.32 |
| 651 | 2026-05-28T03:46:39.665Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 652 | 2026-05-28T03:46:39.886Z | Compiling autocfg v1.5.0 |
| 653 | 2026-05-28T03:46:39.898Z | Checking futures-task v0.3.32 |
| 654 | 2026-05-28T03:46:39.957Z | Compiling darling_macro v0.21.3 |
| 655 | 2026-05-28T03:46:39.957Z | Compiling darling_macro v0.23.0 |
| 656 | 2026-05-28T03:46:39.989Z | Checking managed v0.8.0 |
| 657 | 2026-05-28T03:46:40.020Z | Compiling getrandom v0.4.2 |
| 658 | 2026-05-28T03:46:40.160Z | Checking futures-io v0.3.32 |
| 659 | 2026-05-28T03:46:40.228Z | Checking slab v0.4.12 |
| 660 | 2026-05-28T03:46:40.325Z | Compiling num-traits v0.2.19 |
| 661 | 2026-05-28T03:46:40.330Z | Checking thiserror v2.0.18 |
| 662 | 2026-05-28T03:46:40.369Z | Checking futures-util v0.3.32 |
| 663 | 2026-05-28T03:46:40.390Z | Checking cobs v0.3.0 |
| 664 | 2026-05-28T03:46:40.502Z | Compiling darling v0.21.3 |
| 665 | 2026-05-28T03:46:40.505Z | Compiling darling v0.23.0 |
| 666 | 2026-05-28T03:46:40.519Z | Compiling foreign-types-macros v0.2.3 |
| 667 | 2026-05-28T03:46:40.528Z | Compiling ref-cast-impl v1.0.25 |
| 668 | 2026-05-28T03:46:40.563Z | Compiling ingot-macros v0.1.1 |
| 669 | 2026-05-28T03:46:40.563Z | Compiling num_enum_derive v0.7.6 |
| 670 | 2026-05-28T03:46:41.150Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 671 | 2026-05-28T03:46:41.175Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 672 | 2026-05-28T03:46:41.426Z | Compiling proc-macro-error v1.0.4 |
| 673 | 2026-05-28T03:46:41.434Z | Compiling crossbeam-utils v0.8.21 |
| 674 | 2026-05-28T03:46:41.449Z | Checking ipnetwork v0.21.1 |
| 675 | 2026-05-28T03:46:41.617Z | Checking foreign-types-shared v0.3.1 |
| 676 | 2026-05-28T03:46:41.621Z | Checking cpufeatures v0.3.0 |
| 677 | 2026-05-28T03:46:41.634Z | Checking unicode-width v0.2.2 |
| 678 | 2026-05-28T03:46:41.655Z | Checking once_cell v1.21.4 |
| 679 | 2026-05-28T03:46:41.664Z | Checking chacha20 v0.10.0 |
| 680 | 2026-05-28T03:46:41.811Z | Checking tracing-core v0.1.36 |
| 681 | 2026-05-28T03:46:41.833Z | Checking foreign-types v0.5.0 |
| 682 | 2026-05-28T03:46:41.841Z | Checking num_enum v0.7.6 |
| 683 | 2026-05-28T03:46:41.863Z | Checking tabwriter v1.4.1 |
| 684 | 2026-05-28T03:46:41.989Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 685 | 2026-05-28T03:46:42.105Z | Checking erased-serde v0.3.31 |
| 686 | 2026-05-28T03:46:42.111Z | Checking postcard v1.1.3 |
| 687 | 2026-05-28T03:46:42.279Z | Checking futures-executor v0.3.32 |
| 688 | 2026-05-28T03:46:42.334Z | Checking anyhow v1.0.102 |
| 689 | 2026-05-28T03:46:42.381Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 690 | 2026-05-28T03:46:42.411Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 691 | 2026-05-28T03:46:42.543Z | Compiling tracing-attributes v0.1.31 |
| 692 | 2026-05-28T03:46:42.766Z | Checking cstr-argument v0.1.2 |
| 693 | 2026-05-28T03:46:42.807Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 694 | 2026-05-28T03:46:42.875Z | Checking pretty-hex v0.4.2 |
| 695 | 2026-05-28T03:46:42.900Z | Compiling num-conv v0.2.1 |
| 696 | 2026-05-28T03:46:42.987Z | Compiling thiserror v1.0.69 |
| 697 | 2026-05-28T03:46:43.027Z | Checking powerfmt v0.2.0 |
| 698 | 2026-05-28T03:46:43.031Z | Compiling time-core v0.1.8 |
| 699 | 2026-05-28T03:46:43.052Z | Checking dyn-clone v1.0.20 |
| 700 | 2026-05-28T03:46:43.150Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 701 | 2026-05-28T03:46:43.157Z | Compiling time-macros v0.2.27 |
| 702 | 2026-05-28T03:46:43.164Z | Checking deranged v0.5.8 |
| 703 | 2026-05-28T03:46:43.208Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 704 | 2026-05-28T03:46:43.293Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 705 | 2026-05-28T03:46:43.298Z | Checking rand v0.10.1 |
| 706 | 2026-05-28T03:46:43.308Z | Checking ingot-types v0.1.2 |
| 707 | 2026-05-28T03:46:43.449Z | Checking futures v0.3.32 |
| 708 | 2026-05-28T03:46:43.638Z | Checking ingot v0.1.1 |
| 709 | 2026-05-28T03:46:43.730Z | Compiling thiserror-impl v1.0.69 |
| 710 | 2026-05-28T03:46:43.736Z | Checking tracing v0.1.44 |
| 711 | 2026-05-28T03:46:43.751Z | Checking uuid v1.23.1 |
| 712 | 2026-05-28T03:46:43.842Z | Checking arc-swap v1.9.1 |
| 713 | 2026-05-28T03:46:43.913Z | Checking socket2 v0.6.3 |
| 714 | 2026-05-28T03:46:44.008Z | Checking nom v8.0.0 |
| 715 | 2026-05-28T03:46:44.044Z | Checking thread_local v1.1.9 |
| 716 | 2026-05-28T03:46:44.093Z | Compiling slog-async v2.8.0 |
| 717 | 2026-05-28T03:46:44.153Z | Checking lazy_static v1.5.0 |
| 718 | 2026-05-28T03:46:44.194Z | Checking iana-time-zone v0.1.65 |
| 719 | 2026-05-28T03:46:44.234Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 720 | 2026-05-28T03:46:44.380Z | Checking colored v3.1.1 |
| 721 | 2026-05-28T03:46:44.486Z | Checking oxnet v0.1.5 |
| 722 | 2026-05-28T03:46:44.563Z | Compiling heck v0.4.1 |
| 723 | 2026-05-28T03:46:44.620Z | Checking itoa v1.0.18 |
| 724 | 2026-05-28T03:46:44.681Z | Checking chrono v0.4.44 |
| 725 | 2026-05-28T03:46:44.748Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 726 | 2026-05-28T03:46:44.756Z | Checking time v0.3.47 |
| 727 | 2026-05-28T03:46:44.969Z | Checking slog-scope v4.4.1 |
| 728 | 2026-05-28T03:46:45.091Z | Checking crossbeam-channel v0.5.15 |
| 729 | 2026-05-28T03:46:45.211Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 730 | 2026-05-28T03:46:45.402Z | Checking cookie-factory v0.3.3 |
| 731 | 2026-05-28T03:46:45.405Z | Checking itertools v0.12.1 |
| 732 | 2026-05-28T03:46:45.471Z | Checking is-terminal v0.4.17 |
| 733 | 2026-05-28T03:46:45.547Z | Checking log v0.4.29 |
| 734 | 2026-05-28T03:46:45.552Z | Checking take_mut v0.2.2 |
| 735 | 2026-05-28T03:46:45.637Z | Checking circular v0.3.0 |
| 736 | 2026-05-28T03:46:45.641Z | Checking term v1.2.1 |
| 737 | 2026-05-28T03:46:45.701Z | Checking slog-stdlog v4.1.1 |
| 738 | 2026-05-28T03:46:45.845Z | Checking slog-term v2.9.2 |
| 739 | 2026-05-28T03:46:45.906Z | Checking rusticata-macros v5.0.0 |
| 740 | 2026-05-28T03:46:46.024Z | Checking pcap-parser v0.17.0 |
| 741 | 2026-05-28T03:46:46.354Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 742 | 2026-05-28T03:46:46.631Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#5e686ee2) |
| 743 | 2026-05-28T03:46:47.232Z | Checking slog-envlogger v2.2.0 |
| 744 | 2026-05-28T03:46:49.676Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 745 | 2026-05-28T03:46:51.294Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 746 | 2026-05-28T03:46:51.294Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 747 | 2026-05-28T03:46:51.642Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 748 | 2026-05-28T03:46:52.180Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.03s |
| 749 | 2026-05-28T03:46:52.218Z | + cargo build --test loopback |
| 750 | 2026-05-28T03:46:52.387Z | Compiling cfg-if v1.0.4 |
| 751 | 2026-05-28T03:46:52.387Z | Compiling memchr v2.8.0 |
| 752 | 2026-05-28T03:46:52.390Z | Compiling serde_core v1.0.228 |
| 753 | 2026-05-28T03:46:52.416Z | Compiling libc v0.2.186 |
| 754 | 2026-05-28T03:46:52.419Z | Compiling thiserror v2.0.18 |
| 755 | 2026-05-28T03:46:52.422Z | Compiling pin-project-lite v0.2.17 |
| 756 | 2026-05-28T03:46:52.425Z | Compiling byteorder v1.5.0 |
| 757 | 2026-05-28T03:46:52.425Z | Compiling either v1.15.0 |
| 758 | 2026-05-28T03:46:52.476Z | Compiling zerocopy v0.8.48 |
| 759 | 2026-05-28T03:46:52.505Z | Compiling stable_deref_trait v1.2.1 |
| 760 | 2026-05-28T03:46:52.511Z | Compiling macaddr v1.0.1 |
| 761 | 2026-05-28T03:46:52.568Z | Compiling hash32 v0.3.1 |
| 762 | 2026-05-28T03:46:52.589Z | Compiling futures-sink v0.3.32 |
| 763 | 2026-05-28T03:46:52.610Z | Compiling futures-core v0.3.32 |
| 764 | 2026-05-28T03:46:52.680Z | Compiling heapless v0.8.0 |
| 765 | 2026-05-28T03:46:52.711Z | Compiling futures-channel v0.3.32 |
| 766 | 2026-05-28T03:46:52.751Z | Compiling cobs v0.3.0 |
| 767 | 2026-05-28T03:46:52.756Z | Compiling slab v0.4.12 |
| 768 | 2026-05-28T03:46:52.768Z | Compiling rand_core v0.10.1 |
| 769 | 2026-05-28T03:46:52.917Z | Compiling futures-io v0.3.32 |
| 770 | 2026-05-28T03:46:52.921Z | Compiling managed v0.8.0 |
| 771 | 2026-05-28T03:46:52.935Z | Compiling futures-task v0.3.32 |
| 772 | 2026-05-28T03:46:53.019Z | Compiling bitflags v1.3.2 |
| 773 | 2026-05-28T03:46:53.084Z | Compiling smoltcp v0.11.0 |
| 774 | 2026-05-28T03:46:53.099Z | Compiling futures-util v0.3.32 |
| 775 | 2026-05-28T03:46:53.115Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 776 | 2026-05-28T03:46:53.118Z | Compiling cpufeatures v0.3.0 |
| 777 | 2026-05-28T03:46:53.134Z | Compiling unicode-width v0.2.2 |
| 778 | 2026-05-28T03:46:53.171Z | Compiling foreign-types-shared v0.3.1 |
| 779 | 2026-05-28T03:46:53.252Z | Compiling ipnetwork v0.21.1 |
| 780 | 2026-05-28T03:46:53.352Z | Compiling once_cell v1.21.4 |
| 781 | 2026-05-28T03:46:53.470Z | Compiling tabwriter v1.4.1 |
| 782 | 2026-05-28T03:46:53.591Z | Compiling tracing-core v0.1.36 |
| 783 | 2026-05-28T03:46:53.770Z | Compiling foreign-types v0.5.0 |
| 784 | 2026-05-28T03:46:53.841Z | Compiling chacha20 v0.10.0 |
| 785 | 2026-05-28T03:46:53.881Z | Compiling ref-cast v1.0.25 |
| 786 | 2026-05-28T03:46:53.974Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 787 | 2026-05-28T03:46:53.982Z | Compiling num_enum v0.7.6 |
| 788 | 2026-05-28T03:46:54.090Z | Compiling crc32fast v1.5.0 |
| 789 | 2026-05-28T03:46:54.181Z | Compiling serde v1.0.228 |
| 790 | 2026-05-28T03:46:54.329Z | Compiling bitflags v2.11.1 |
| 791 | 2026-05-28T03:46:54.386Z | Compiling getrandom v0.4.2 |
| 792 | 2026-05-28T03:46:54.601Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 793 | 2026-05-28T03:46:54.662Z | Compiling erased-serde v0.3.31 |
| 794 | 2026-05-28T03:46:54.737Z | Compiling postcard v1.1.3 |
| 795 | 2026-05-28T03:46:54.813Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 796 | 2026-05-28T03:46:54.898Z | Compiling cstr-argument v0.1.2 |
| 797 | 2026-05-28T03:46:54.918Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 798 | 2026-05-28T03:46:55.020Z | Compiling itertools v0.14.0 |
| 799 | 2026-05-28T03:46:55.062Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 800 | 2026-05-28T03:46:55.084Z | Compiling slog v2.8.2 |
| 801 | 2026-05-28T03:46:55.195Z | Compiling pretty-hex v0.4.2 |
| 802 | 2026-05-28T03:46:55.324Z | Compiling ingot-types v0.1.2 |
| 803 | 2026-05-28T03:46:55.362Z | Compiling futures-executor v0.3.32 |
| 804 | 2026-05-28T03:46:55.494Z | Compiling powerfmt v0.2.0 |
| 805 | 2026-05-28T03:46:55.635Z | Compiling dyn-clone v1.0.20 |
| 806 | 2026-05-28T03:46:55.676Z | Compiling ingot v0.1.1 |
| 807 | 2026-05-28T03:46:55.726Z | Compiling deranged v0.5.8 |
| 808 | 2026-05-28T03:46:55.763Z | Compiling futures v0.3.32 |
| 809 | 2026-05-28T03:46:55.792Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 810 | 2026-05-28T03:46:55.821Z | Compiling tracing v0.1.44 |
| 811 | 2026-05-28T03:46:55.832Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 812 | 2026-05-28T03:46:55.951Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 813 | 2026-05-28T03:46:55.956Z | Compiling num-traits v0.2.19 |
| 814 | 2026-05-28T03:46:55.990Z | Compiling rand v0.10.1 |
| 815 | 2026-05-28T03:46:56.006Z | Compiling uuid v1.23.1 |
| 816 | 2026-05-28T03:46:56.191Z | Compiling crossbeam-utils v0.8.21 |
| 817 | 2026-05-28T03:46:56.438Z | Compiling aho-corasick v1.1.4 |
| 818 | 2026-05-28T03:46:56.595Z | Compiling nom v8.0.0 |
| 819 | 2026-05-28T03:46:56.629Z | Compiling socket2 v0.6.3 |
| 820 | 2026-05-28T03:46:56.712Z | Compiling thread_local v1.1.9 |
| 821 | 2026-05-28T03:46:56.939Z | Compiling arc-swap v1.9.1 |
| 822 | 2026-05-28T03:46:57.042Z | Compiling num-conv v0.2.1 |
| 823 | 2026-05-28T03:46:57.124Z | Compiling iana-time-zone v0.1.65 |
| 824 | 2026-05-28T03:46:57.183Z | Compiling lazy_static v1.5.0 |
| 825 | 2026-05-28T03:46:57.276Z | Compiling oxnet v0.1.5 |
| 826 | 2026-05-28T03:46:57.311Z | Compiling time-core v0.1.8 |
| 827 | 2026-05-28T03:46:57.406Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 828 | 2026-05-28T03:46:57.448Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 829 | 2026-05-28T03:46:57.638Z | Compiling regex-syntax v0.8.10 |
| 830 | 2026-05-28T03:46:57.688Z | Compiling colored v3.1.1 |
| 831 | 2026-05-28T03:46:57.797Z | Compiling winnow v1.0.2 |
| 832 | 2026-05-28T03:46:57.802Z | Compiling time v0.3.47 |
| 833 | 2026-05-28T03:46:57.907Z | Compiling slog-scope v4.4.1 |
| 834 | 2026-05-28T03:46:58.387Z | Compiling chrono v0.4.44 |
| 835 | 2026-05-28T03:46:59.204Z | Compiling regex-automata v0.4.14 |
| 836 | 2026-05-28T03:46:59.292Z | Compiling rusticata-macros v5.0.0 |
| 837 | 2026-05-28T03:46:59.621Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 838 | 2026-05-28T03:46:59.695Z | Compiling thiserror v1.0.69 |
| 839 | 2026-05-28T03:46:59.794Z | Compiling crossbeam-channel v0.5.15 |
| 840 | 2026-05-28T03:46:59.867Z | Compiling cookie-factory v0.3.3 |
| 841 | 2026-05-28T03:47:00.180Z | Compiling is-terminal v0.4.17 |
| 842 | 2026-05-28T03:47:00.271Z | Compiling itertools v0.12.1 |
| 843 | 2026-05-28T03:47:00.526Z | Compiling log v0.4.29 |
| 844 | 2026-05-28T03:47:00.795Z | Compiling take_mut v0.2.2 |
| 845 | 2026-05-28T03:47:00.901Z | Compiling term v1.2.1 |
| 846 | 2026-05-28T03:47:01.674Z | Compiling circular v0.3.0 |
| 847 | 2026-05-28T03:47:01.931Z | Compiling pcap-parser v0.17.0 |
| 848 | 2026-05-28T03:47:02.355Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 849 | 2026-05-28T03:47:03.343Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 850 | 2026-05-28T03:47:04.297Z | Compiling slog-term v2.9.2 |
| 851 | 2026-05-28T03:47:04.497Z | Compiling regex v1.12.3 |
| 852 | 2026-05-28T03:47:05.075Z | Compiling slog-async v2.8.0 |
| 853 | 2026-05-28T03:47:05.512Z | Compiling slog-stdlog v4.1.1 |
| 854 | 2026-05-28T03:47:05.655Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 855 | 2026-05-28T03:47:05.891Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 856 | 2026-05-28T03:47:05.929Z | Compiling slog-envlogger v2.2.0 |
| 857 | 2026-05-28T03:47:06.411Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#5e686ee2) |
| 858 | 2026-05-28T03:47:06.887Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 859 | 2026-05-28T03:47:15.292Z | Finished `dev` profile [optimized + debuginfo] target(s) in 23.06s |
| 860 | 2026-05-28T03:47:15.328Z | ++ cargo build -q --test loopback --message-format=json |
| 861 | 2026-05-28T03:47:15.331Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 862 | 2026-05-28T03:47:15.450Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-4636511e1244e583 |
| 863 | 2026-05-28T03:47:15.450Z | + cargo build --test multicast_rx |
| 864 | 2026-05-28T03:47:15.556Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 865 | 2026-05-28T03:47:17.123Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.66s |
| 866 | 2026-05-28T03:47:17.157Z | ++ cargo build -q --test multicast_rx --message-format=json |
| 867 | 2026-05-28T03:47:17.160Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 868 | 2026-05-28T03:47:17.281Z | + multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-9eb5f355df8d4904 |
| 869 | 2026-05-28T03:47:17.281Z | + cargo build --test multicast_multi_sub |
| 870 | 2026-05-28T03:47:17.388Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 871 | 2026-05-28T03:47:19.148Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.85s |
| 872 | 2026-05-28T03:47:19.183Z | ++ cargo build -q --test multicast_multi_sub --message-format=json |
| 873 | 2026-05-28T03:47:19.186Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 874 | 2026-05-28T03:47:19.304Z | + multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-4ea9b22b88172888 |
| 875 | 2026-05-28T03:47:19.304Z | + cargo build --test multicast_validation |
| 876 | 2026-05-28T03:47:19.408Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 877 | 2026-05-28T03:47:21.295Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.98s |
| 878 | 2026-05-28T03:47:21.332Z | ++ cargo build -q --test multicast_validation --message-format=json |
| 879 | 2026-05-28T03:47:21.335Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 880 | 2026-05-28T03:47:21.454Z | + multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-3ce82ac9c12b08c2 |
| 881 | 2026-05-28T03:47:21.454Z | + cargo build --test multicast_source_filter |
| 882 | 2026-05-28T03:47:21.559Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 883 | 2026-05-28T03:47:23.584Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.12s |
| 884 | 2026-05-28T03:47:23.621Z | ++ cargo build -q --test multicast_source_filter --message-format=json |
| 885 | 2026-05-28T03:47:23.624Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 886 | 2026-05-28T03:47:23.743Z | + multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-0b519babfa47b3c1 |
| 887 | 2026-05-28T03:47:23.743Z | + mkdir -p /work/test |
| 888 | 2026-05-28T03:47:23.746Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-4636511e1244e583 /work/test/loopback |
| 889 | 2026-05-28T03:47:23.782Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-9eb5f355df8d4904 /work/test/multicast_rx |
| 890 | 2026-05-28T03:47:23.821Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-4ea9b22b88172888 /work/test/multicast_multi_sub |
| 891 | 2026-05-28T03:47:23.865Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-3ce82ac9c12b08c2 /work/test/multicast_validation |
| 892 | 2026-05-28T03:47:23.906Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-0b519babfa47b3c1 /work/test/multicast_source_filter |
| 893 | 2026-05-28T03:47:23.948Z | process exited: duration 228449 ms, exit code 0 |
| |
| 894 | 2026-05-28T03:47:23.966Z | found 14 output files |
| 895 | 2026-05-28T03:47:23.966Z | uploading: /work/debug/xde.dbg (91510816 bytes) |
| 896 | 2026-05-28T03:47:25.544Z | uploaded: /work/debug/xde.dbg |
| 897 | 2026-05-28T03:47:25.544Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
| 898 | 2026-05-28T03:47:26.554Z | uploaded: /work/debug/xde.dbg.sha256 |
| 899 | 2026-05-28T03:47:26.554Z | uploading: /work/debug/xde_link.dbg.so (1270432 bytes) |
| 900 | 2026-05-28T03:47:27.577Z | uploaded: /work/debug/xde_link.dbg.so |
| 901 | 2026-05-28T03:47:27.577Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
| 902 | 2026-05-28T03:47:28.585Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
| 903 | 2026-05-28T03:47:28.585Z | uploading: /work/release/xde (49340952 bytes) |
| 904 | 2026-05-28T03:47:30.283Z | uploaded: /work/release/xde |
| 905 | 2026-05-28T03:47:30.283Z | uploading: /work/release/xde.sha256 (84 bytes) |
| 906 | 2026-05-28T03:47:31.293Z | uploaded: /work/release/xde.sha256 |
| 907 | 2026-05-28T03:47:31.293Z | uploading: /work/release/xde_link.so (41452 bytes) |
| 908 | 2026-05-28T03:47:32.305Z | uploaded: /work/release/xde_link.so |
| 909 | 2026-05-28T03:47:32.305Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
| 910 | 2026-05-28T03:47:33.314Z | uploaded: /work/release/xde_link.so.sha256 |
| 911 | 2026-05-28T03:47:33.314Z | uploading: /work/test/loopback (50471520 bytes) |
| 912 | 2026-05-28T03:47:34.576Z | uploaded: /work/test/loopback |
| 913 | 2026-05-28T03:47:34.576Z | uploading: /work/test/multicast_rx (50767616 bytes) |
| 914 | 2026-05-28T03:47:35.885Z | uploaded: /work/test/multicast_rx |
| 915 | 2026-05-28T03:47:35.885Z | uploading: /work/test/multicast_multi_sub (54974960 bytes) |
| 916 | 2026-05-28T03:47:37.184Z | uploaded: /work/test/multicast_multi_sub |
| 917 | 2026-05-28T03:47:37.184Z | uploading: /work/test/multicast_validation (50921280 bytes) |
| 918 | 2026-05-28T03:47:38.452Z | uploaded: /work/test/multicast_validation |
| 919 | 2026-05-28T03:47:38.452Z | uploading: /work/test/multicast_source_filter (51228144 bytes) |
| 920 | 2026-05-28T03:47:39.776Z | uploaded: /work/test/multicast_source_filter |
| 921 | 2026-05-28T03:47:39.776Z | uploading: /work/xde.conf (79 bytes) |
| 922 | 2026-05-28T03:47:40.793Z | uploaded: /work/xde.conf |