|
|
|
| 1 | 2026-07-16T19:28:25.526Z | job assigned to worker 01KXP6C14BTQPCJ5NW3G7E8XPD [factory aws, i-0e0c9fc64b3d4c723] (queued for 1 m 2 s) |
| |
| 2 | 2026-07-16T19:28:31.467Z | starting task 0: "setup" |
| 3 | 2026-07-16T19:28:31.471Z | ++ uname -s |
| 4 | 2026-07-16T19:28:31.471Z | + kern=SunOS |
| 5 | 2026-07-16T19:28:31.471Z | + build_user=build |
| 6 | 2026-07-16T19:28:31.471Z | + build_uid=12345 |
| 7 | 2026-07-16T19:28:31.472Z | + work_dir=/work |
| 8 | 2026-07-16T19:28:31.472Z | + input_dir=/input |
| 9 | 2026-07-16T19:28:31.472Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-16T19:28:31.472Z | + case "$kern" in |
| 11 | 2026-07-16T19:28:31.472Z | + groupadd -g 12345 build |
| 12 | 2026-07-16T19:28:31.472Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-16T19:28:33.483Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-16T19:28:33.554Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-16T19:28:33.562Z | + home_fs=zfs |
| 16 | 2026-07-16T19:28:33.562Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-16T19:28:33.562Z | + mkdir -p /home/build |
| 18 | 2026-07-16T19:28:33.562Z | + chown build:build /home/build /work |
| 19 | 2026-07-16T19:28:35.555Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-16T19:28:35.558Z | process exited: duration 4095 ms, exit code 0 |
| |
| 21 | 2026-07-16T19:28:35.564Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-16T19:28:35.567Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-16T19:28:35.568Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-16T19:28:35.568Z | * rust toolchain profile = "default" |
| 25 | 2026-07-16T19:28:35.568Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-16T19:28:35.568Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-16T19:28:35.568Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-16T19:28:35.570Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-16T19:28:35.570Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-16T19:28:35.647Z | info: downloading installer |
| 31 | 2026-07-16T19:28:37.084Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-16T19:28:37.084Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-16T19:28:37.084Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-16T19:28:37.084Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-16T19:28:37.096Z | info: profile set to default |
| 36 | 2026-07-16T19:28:37.096Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-16T19:28:37.099Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-16T19:28:37.238Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-16T19:28:37.241Z | info: downloading 6 components |
| 40 | 2026-07-16T19:28:53.691Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-16T19:28:53.691Z | |
| 42 | 2026-07-16T19:28:53.718Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-16T19:28:53.718Z | |
| 44 | 2026-07-16T19:28:53.721Z | |
| 45 | 2026-07-16T19:28:53.721Z | Rust is installed now. Great! |
| 46 | 2026-07-16T19:28:53.721Z | |
| 47 | 2026-07-16T19:28:53.721Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-16T19:28:53.721Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-16T19:28:53.721Z | |
| 50 | 2026-07-16T19:28:53.721Z | To configure your current shell, you need to source |
| 51 | 2026-07-16T19:28:53.722Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-16T19:28:53.722Z | |
| 53 | 2026-07-16T19:28:53.722Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-16T19:28:53.722Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-16T19:28:53.722Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-16T19:28:53.722Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-16T19:28:53.722Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-16T19:28:53.722Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-16T19:28:53.722Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-16T19:28:53.722Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-16T19:28:53.722Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-16T19:28:53.824Z | + rustup --version |
| 63 | 2026-07-16T19:28:53.833Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-16T19:28:53.836Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-16T19:28:53.854Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-16T19:28:53.857Z | + cargo --version |
| 67 | 2026-07-16T19:28:53.871Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-16T19:28:53.873Z | + rustc --version |
| 69 | 2026-07-16T19:28:53.892Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-16T19:28:53.895Z | process exited: duration 18330 ms, exit code 0 |
| |
| 71 | 2026-07-16T19:28:53.900Z | starting task 2: "authentication" |
| 72 | 2026-07-16T19:28:53.916Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-16T19:28:53.921Z | starting task 3: "clone repository" |
| 74 | 2026-07-16T19:28:53.924Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-16T19:28:53.927Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-16T19:28:53.957Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-16T19:28:55.048Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-16T19:28:55.048Z | + git fetch origin 422997750e66c7abef4989baf0ef6f5c20ab5157 |
| 79 | 2026-07-16T19:28:55.251Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-16T19:28:55.251Z | * branch 422997750e66c7abef4989baf0ef6f5c20ab5157 -> FETCH_HEAD |
| 81 | 2026-07-16T19:28:55.256Z | + [[ -n icmp-ptb ]] |
| 82 | 2026-07-16T19:28:55.259Z | ++ git branch --show-current |
| 83 | 2026-07-16T19:28:55.259Z | + current=master |
| 84 | 2026-07-16T19:28:55.259Z | + [[ master != icmp-ptb ]] |
| 85 | 2026-07-16T19:28:55.259Z | + git branch -f icmp-ptb 422997750e66c7abef4989baf0ef6f5c20ab5157 |
| 86 | 2026-07-16T19:28:55.262Z | + git checkout -f icmp-ptb |
| 87 | 2026-07-16T19:28:55.278Z | Switched to branch 'icmp-ptb' |
| 88 | 2026-07-16T19:28:55.280Z | + git reset --hard 422997750e66c7abef4989baf0ef6f5c20ab5157 |
| 89 | 2026-07-16T19:28:55.295Z | HEAD is now at 4229977 Safety catch |
| 90 | 2026-07-16T19:28:55.298Z | process exited: duration 1374 ms, exit code 0 |
| |
| 91 | 2026-07-16T19:28:55.304Z | starting task 4: "build" |
| 92 | 2026-07-16T19:28:55.308Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-16T19:28:55.311Z | ++ rustup show active-toolchain |
| 94 | 2026-07-16T19:28:55.314Z | 1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-16T19:28:55.317Z | ++ pushd xde |
| 96 | 2026-07-16T19:28:55.317Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-16T19:28:55.317Z | ++ rustup show active-toolchain |
| 98 | 2026-07-16T19:28:55.320Z | info: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos |
| 99 | 2026-07-16T19:28:55.485Z | info: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29) |
| 100 | 2026-07-16T19:28:55.488Z | info: downloading 6 components |
| 101 | 2026-07-16T19:29:09.417Z | nightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-16T19:29:09.509Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-16T19:29:09.512Z | +++ head -n 1 |
| 104 | 2026-07-16T19:29:09.512Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-16T19:29:09.562Z | ++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 106 | 2026-07-16T19:29:09.562Z | ++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 107 | 2026-07-16T19:29:09.565Z | ++ popd |
| 108 | 2026-07-16T19:29:09.565Z | /work/oxidecomputer/opte |
| 109 | 2026-07-16T19:29:09.565Z | + TGT_BASE=/work |
| 110 | 2026-07-16T19:29:09.565Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 111 | 2026-07-16T19:29:09.565Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 112 | 2026-07-16T19:29:09.565Z | + DBG_TGT=/work/debug |
| 113 | 2026-07-16T19:29:09.565Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 114 | 2026-07-16T19:29:09.565Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 115 | 2026-07-16T19:29:09.565Z | + REL_TGT=/work/release |
| 116 | 2026-07-16T19:29:09.565Z | + mkdir -p /work/debug /work/release |
| 117 | 2026-07-16T19:29:09.565Z | + cargo --version |
| 118 | 2026-07-16T19:29:09.573Z | cargo 1.96.1 (356927216 2026-06-26) |
| 119 | 2026-07-16T19:29:09.576Z | + rustc --version |
| 120 | 2026-07-16T19:29:09.595Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 121 | 2026-07-16T19:29:09.598Z | + install_pkg jq |
| 122 | 2026-07-16T19:29:09.598Z | + set +o errexit |
| 123 | 2026-07-16T19:29:09.598Z | + pfexec pkg install jq |
| 124 | 2026-07-16T19:29:13.966Z | Startup: Refreshing catalog 'helios' ... Done |
| 125 | 2026-07-16T19:29:14.092Z | Startup: Caching catalogs ... Done |
| 126 | 2026-07-16T19:29:14.641Z | Planning: Solver setup ... Done |
| 127 | 2026-07-16T19:29:14.670Z | Planning: Running solver ... Done |
| 128 | 2026-07-16T19:29:14.681Z | Planning: Consolidating action changes ... Done |
| 129 | 2026-07-16T19:29:14.683Z | Planning: Evaluating mediators ... Done |
| 130 | 2026-07-16T19:29:14.683Z | Planning: Planning completed in 0.57 seconds |
| 131 | 2026-07-16T19:29:14.700Z | No updates necessary for this image. |
| 132 | 2026-07-16T19:29:14.807Z | + exit_code=4 |
| 133 | 2026-07-16T19:29:14.807Z | + [[ 4 -ne 0 ]] |
| 134 | 2026-07-16T19:29:14.807Z | + [[ 4 -ne 4 ]] |
| 135 | 2026-07-16T19:29:14.807Z | + set -o errexit |
| 136 | 2026-07-16T19:29:14.809Z | + pushd xde |
| 137 | 2026-07-16T19:29:14.809Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 138 | 2026-07-16T19:29:14.809Z | + cp xde.conf /work/xde.conf |
| 139 | 2026-07-16T19:29:14.809Z | + header 'check style' |
| 140 | 2026-07-16T19:29:14.809Z | + echo '# ==== check style ==== #' |
| 141 | 2026-07-16T19:29:14.810Z | # ==== check style ==== # |
| 142 | 2026-07-16T19:29:14.810Z | + ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 143 | 2026-07-16T19:29:15.026Z | |
| 144 | 2026-07-16T19:29:15.026Z | real 0.213938211 |
| 145 | 2026-07-16T19:29:15.026Z | user 0.152171353 |
| 146 | 2026-07-16T19:29:15.026Z | sys 0.052166268 |
| 147 | 2026-07-16T19:29:15.026Z | trap 0.000010160 |
| 148 | 2026-07-16T19:29:15.026Z | tflt 0.000021910 |
| 149 | 2026-07-16T19:29:15.026Z | dflt 0.000005430 |
| 150 | 2026-07-16T19:29:15.027Z | kflt 0.000000000 |
| 151 | 2026-07-16T19:29:15.027Z | lock 0.034290174 |
| 152 | 2026-07-16T19:29:15.027Z | slp 0.190714141 |
| 153 | 2026-07-16T19:29:15.027Z | lat 0.000736490 |
| 154 | 2026-07-16T19:29:15.027Z | stop 0.000104050 |
| 155 | 2026-07-16T19:29:15.030Z | + header analyze |
| 156 | 2026-07-16T19:29:15.030Z | + echo '# ==== analyze ==== #' |
| 157 | 2026-07-16T19:29:15.030Z | # ==== analyze ==== # |
| 158 | 2026-07-16T19:29:15.030Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 159 | 2026-07-16T19:29:15.200Z | Updating crates.io index |
| 160 | 2026-07-16T19:29:15.204Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 161 | 2026-07-16T19:29:16.163Z | Updating git repository `https://github.com/oxidecomputer/ingot` |
| 162 | 2026-07-16T19:29:16.529Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 163 | 2026-07-16T19:29:16.810Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 164 | 2026-07-16T19:29:17.178Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 165 | 2026-07-16T19:29:17.407Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 166 | 2026-07-16T19:29:17.660Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 167 | 2026-07-16T19:29:17.955Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 168 | 2026-07-16T19:29:19.781Z | Downloading crates ... |
| 169 | 2026-07-16T19:29:19.834Z | Downloaded ref-cast-impl v1.0.25 |
| 170 | 2026-07-16T19:29:19.837Z | Downloaded embedded-io v0.6.1 |
| 171 | 2026-07-16T19:29:19.841Z | Downloaded defmt-macros v1.1.1 |
| 172 | 2026-07-16T19:29:19.844Z | Downloaded darling_core v0.21.3 |
| 173 | 2026-07-16T19:29:19.849Z | Downloaded heapless v0.8.0 |
| 174 | 2026-07-16T19:29:19.852Z | Downloaded macaddr v1.0.1 |
| 175 | 2026-07-16T19:29:19.855Z | Downloaded managed v0.8.0 |
| 176 | 2026-07-16T19:29:19.857Z | Downloaded unicode-ident v1.0.24 |
| 177 | 2026-07-16T19:29:19.860Z | Downloaded ref-cast v1.0.25 |
| 178 | 2026-07-16T19:29:19.863Z | Downloaded version_check v0.9.5 |
| 179 | 2026-07-16T19:29:19.863Z | Downloaded thiserror v2.0.18 |
| 180 | 2026-07-16T19:29:19.867Z | Downloaded cobs v0.3.0 |
| 181 | 2026-07-16T19:29:19.870Z | Downloaded strsim v0.11.1 |
| 182 | 2026-07-16T19:29:19.870Z | Downloaded dyn-clone v1.0.20 |
| 183 | 2026-07-16T19:29:19.876Z | Downloaded cfg-if v1.0.4 |
| 184 | 2026-07-16T19:29:19.882Z | Downloaded defmt v0.3.100 |
| 185 | 2026-07-16T19:29:19.884Z | Downloaded fnv v1.0.7 |
| 186 | 2026-07-16T19:29:19.884Z | Downloaded embedded-io v0.4.0 |
| 187 | 2026-07-16T19:29:19.884Z | Downloaded defmt-parser v1.0.0 |
| 188 | 2026-07-16T19:29:19.887Z | Downloaded darling_macro v0.23.0 |
| 189 | 2026-07-16T19:29:19.889Z | Downloaded ident_case v1.0.1 |
| 190 | 2026-07-16T19:29:19.892Z | Downloaded byteorder v1.5.0 |
| 191 | 2026-07-16T19:29:19.892Z | Downloaded quote v1.0.46 |
| 192 | 2026-07-16T19:29:19.901Z | Downloaded darling_macro v0.21.3 |
| 193 | 2026-07-16T19:29:19.908Z | Downloaded hash32 v0.3.1 |
| 194 | 2026-07-16T19:29:19.912Z | Downloaded stable_deref_trait v1.2.1 |
| 195 | 2026-07-16T19:29:19.927Z | Downloaded postcard v1.1.3 |
| 196 | 2026-07-16T19:29:19.931Z | Downloaded thiserror-impl v2.0.18 |
| 197 | 2026-07-16T19:29:19.934Z | Downloaded darling v0.21.3 |
| 198 | 2026-07-16T19:29:19.934Z | Downloaded either v1.16.0 |
| 199 | 2026-07-16T19:29:19.938Z | Downloaded defmt v1.1.1 |
| 200 | 2026-07-16T19:29:19.941Z | Downloaded bitflags v1.3.2 |
| 201 | 2026-07-16T19:29:19.948Z | Downloaded crc32fast v1.5.0 |
| 202 | 2026-07-16T19:29:19.951Z | Downloaded serde_core v1.0.228 |
| 203 | 2026-07-16T19:29:19.958Z | Downloaded proc-macro2 v1.0.106 |
| 204 | 2026-07-16T19:29:19.965Z | Downloaded darling v0.23.0 |
| 205 | 2026-07-16T19:29:19.978Z | Downloaded uuid v1.23.4 |
| 206 | 2026-07-16T19:29:19.983Z | Downloaded itertools v0.15.0 |
| 207 | 2026-07-16T19:29:19.988Z | Downloaded serde_derive v1.0.228 |
| 208 | 2026-07-16T19:29:19.993Z | Downloaded bitflags v2.13.0 |
| 209 | 2026-07-16T19:29:19.995Z | Downloaded darling_core v0.23.0 |
| 210 | 2026-07-16T19:29:19.998Z | Downloaded zerocopy-derive v0.8.52 |
| 211 | 2026-07-16T19:29:20.004Z | Downloaded memchr v2.8.2 |
| 212 | 2026-07-16T19:29:20.008Z | Downloaded serde v1.0.228 |
| 213 | 2026-07-16T19:29:20.049Z | Downloaded itertools v0.14.0 |
| 214 | 2026-07-16T19:29:20.054Z | Downloaded regex v1.12.4 |
| 215 | 2026-07-16T19:29:20.058Z | Downloaded aho-corasick v1.1.4 |
| 216 | 2026-07-16T19:29:20.092Z | Downloaded syn v2.0.118 |
| 217 | 2026-07-16T19:29:20.097Z | Downloaded zerocopy v0.8.52 |
| 218 | 2026-07-16T19:29:20.107Z | Downloaded regex-syntax v0.8.11 |
| 219 | 2026-07-16T19:29:20.111Z | Downloaded smoltcp v0.11.0 |
| 220 | 2026-07-16T19:29:20.117Z | Downloaded regex-automata v0.4.14 |
| 221 | 2026-07-16T19:29:20.129Z | Updating crates.io index |
| 222 | 2026-07-16T19:29:20.259Z | Downloading crates ... |
| 223 | 2026-07-16T19:29:20.275Z | Downloaded addr2line v0.25.1 |
| 224 | 2026-07-16T19:29:20.280Z | Downloaded rustc-literal-escaper v0.0.8 |
| 225 | 2026-07-16T19:29:20.283Z | Downloaded foldhash v0.2.0 |
| 226 | 2026-07-16T19:29:20.289Z | Downloaded hashbrown v0.17.1 |
| 227 | 2026-07-16T19:29:20.312Z | Downloaded object v0.37.3 |
| 228 | 2026-07-16T19:29:20.318Z | Downloaded adler2 v2.0.1 |
| 229 | 2026-07-16T19:29:20.321Z | Downloaded getopts v0.2.24 |
| 230 | 2026-07-16T19:29:20.321Z | Downloaded rustc-demangle v0.1.27 |
| 231 | 2026-07-16T19:29:20.332Z | Downloaded miniz_oxide v0.8.9 |
| 232 | 2026-07-16T19:29:20.339Z | Downloaded memchr v2.7.6 |
| 233 | 2026-07-16T19:29:20.360Z | Downloaded gimli v0.32.3 |
| 234 | 2026-07-16T19:29:20.397Z | Downloaded libc v0.2.185 |
| 235 | 2026-07-16T19:29:20.454Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 236 | 2026-07-16T19:29:20.454Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 237 | 2026-07-16T19:29:20.457Z | Compiling proc-macro2 v1.0.106 |
| 238 | 2026-07-16T19:29:20.457Z | Compiling unicode-ident v1.0.24 |
| 239 | 2026-07-16T19:29:20.457Z | Compiling quote v1.0.46 |
| 240 | 2026-07-16T19:29:20.457Z | Compiling strsim v0.11.1 |
| 241 | 2026-07-16T19:29:20.457Z | Compiling ident_case v1.0.1 |
| 242 | 2026-07-16T19:29:20.457Z | Compiling serde_core v1.0.228 |
| 243 | 2026-07-16T19:29:20.638Z | Compiling fnv v1.0.7 |
| 244 | 2026-07-16T19:29:20.641Z | Compiling memchr v2.8.2 |
| 245 | 2026-07-16T19:29:20.726Z | Compiling regex-syntax v0.8.11 |
| 246 | 2026-07-16T19:29:20.906Z | Compiling zerocopy v0.8.52 |
| 247 | 2026-07-16T19:29:20.931Z | Compiling either v1.16.0 |
| 248 | 2026-07-16T19:29:20.959Z | Compiling serde v1.0.228 |
| 249 | 2026-07-16T19:29:21.041Z | Compiling aho-corasick v1.1.4 |
| 250 | 2026-07-16T19:29:21.137Z | Compiling thiserror v2.0.18 |
| 251 | 2026-07-16T19:29:21.327Z | Compiling itertools v0.14.0 |
| 252 | 2026-07-16T19:29:21.441Z | Compiling heapless v0.8.0 |
| 253 | 2026-07-16T19:29:21.572Z | Compiling syn v2.0.118 |
| 254 | 2026-07-16T19:29:21.750Z | Compiling smoltcp v0.11.0 |
| 255 | 2026-07-16T19:29:21.805Z | Compiling ref-cast v1.0.25 |
| 256 | 2026-07-16T19:29:21.919Z | Compiling crc32fast v1.5.0 |
| 257 | 2026-07-16T19:29:22.195Z | Compiling regex-automata v0.4.14 |
| 258 | 2026-07-16T19:29:22.212Z | Compiling version_check v0.9.5 |
| 259 | 2026-07-16T19:29:22.591Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 260 | 2026-07-16T19:29:23.757Z | Compiling regex v1.12.4 |
| 261 | 2026-07-16T19:29:23.900Z | Compiling darling_core v0.21.3 |
| 262 | 2026-07-16T19:29:23.906Z | Compiling darling_core v0.23.0 |
| 263 | 2026-07-16T19:29:24.849Z | Compiling zerocopy-derive v0.8.52 |
| 264 | 2026-07-16T19:29:24.849Z | Compiling serde_derive v1.0.228 |
| 265 | 2026-07-16T19:29:24.849Z | Compiling thiserror-impl v2.0.18 |
| 266 | 2026-07-16T19:29:24.852Z | Compiling ref-cast-impl v1.0.25 |
| 267 | 2026-07-16T19:29:24.852Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 268 | 2026-07-16T19:29:26.518Z | Compiling darling_macro v0.23.0 |
| 269 | 2026-07-16T19:29:26.600Z | Compiling darling_macro v0.21.3 |
| 270 | 2026-07-16T19:29:27.421Z | Compiling darling v0.23.0 |
| 271 | 2026-07-16T19:29:27.489Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 272 | 2026-07-16T19:29:27.510Z | Compiling darling v0.21.3 |
| 273 | 2026-07-16T19:29:27.573Z | Compiling ingot-macros v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53) |
| 274 | 2026-07-16T19:29:32.414Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 275 | 2026-07-16T19:29:34.535Z | Checking byteorder v1.5.0 |
| 276 | 2026-07-16T19:29:34.535Z | Checking cfg-if v1.0.4 |
| 277 | 2026-07-16T19:29:34.535Z | Checking stable_deref_trait v1.2.1 |
| 278 | 2026-07-16T19:29:34.538Z | Checking macaddr v1.0.1 |
| 279 | 2026-07-16T19:29:34.538Z | Checking bitflags v1.3.2 |
| 280 | 2026-07-16T19:29:34.598Z | Checking managed v0.8.0 |
| 281 | 2026-07-16T19:29:34.618Z | Checking cobs v0.3.0 |
| 282 | 2026-07-16T19:29:34.684Z | Checking hash32 v0.3.1 |
| 283 | 2026-07-16T19:29:34.706Z | Checking dyn-clone v1.0.20 |
| 284 | 2026-07-16T19:29:34.732Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 285 | 2026-07-16T19:29:34.759Z | Checking itertools v0.15.0 |
| 286 | 2026-07-16T19:29:35.905Z | Checking bitflags v2.13.0 |
| 287 | 2026-07-16T19:29:35.905Z | Checking uuid v1.23.4 |
| 288 | 2026-07-16T19:29:36.049Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 289 | 2026-07-16T19:29:36.263Z | Checking postcard v1.1.3 |
| 290 | 2026-07-16T19:29:37.114Z | Checking ingot-types v0.1.2 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53) |
| 291 | 2026-07-16T19:29:37.383Z | Checking ingot v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53) |
| 292 | 2026-07-16T19:29:38.706Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 293 | 2026-07-16T19:29:42.428Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 294 | 2026-07-16T19:29:43.821Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 295 | 2026-07-16T19:29:45.799Z | Finished `dev` profile [optimized + debuginfo] target(s) in 30.71s |
| 296 | 2026-07-16T19:29:45.902Z | |
| 297 | 2026-07-16T19:29:45.902Z | real 30.870754600 |
| 298 | 2026-07-16T19:29:45.902Z | user 1:14.091803489 |
| 299 | 2026-07-16T19:29:45.902Z | sys 10.436259886 |
| 300 | 2026-07-16T19:29:45.902Z | trap 0.030722474 |
| 301 | 2026-07-16T19:29:45.905Z | tflt 0.047294359 |
| 302 | 2026-07-16T19:29:45.905Z | dflt 0.149541578 |
| 303 | 2026-07-16T19:29:45.905Z | kflt 0.001554481 |
| 304 | 2026-07-16T19:29:45.905Z | lock 5:21.787088939 |
| 305 | 2026-07-16T19:29:45.905Z | slp 3:27.733232196 |
| 306 | 2026-07-16T19:29:45.906Z | lat 2.803738235 |
| 307 | 2026-07-16T19:29:45.906Z | stop 8.353649910 |
| 308 | 2026-07-16T19:29:45.906Z | + pushd xde-link |
| 309 | 2026-07-16T19:29:45.906Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 310 | 2026-07-16T19:29:45.906Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 311 | 2026-07-16T19:29:46.086Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 312 | 2026-07-16T19:29:46.086Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 313 | 2026-07-16T19:29:46.086Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 314 | 2026-07-16T19:29:56.975Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 315 | 2026-07-16T19:29:59.175Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.21s |
| 316 | 2026-07-16T19:29:59.250Z | |
| 317 | 2026-07-16T19:29:59.250Z | real 13.286400486 |
| 318 | 2026-07-16T19:29:59.251Z | user 20.931764649 |
| 319 | 2026-07-16T19:29:59.251Z | sys 1.291176158 |
| 320 | 2026-07-16T19:29:59.251Z | trap 0.003004780 |
| 321 | 2026-07-16T19:29:59.251Z | tflt 0.001816710 |
| 322 | 2026-07-16T19:29:59.251Z | dflt 0.083287816 |
| 323 | 2026-07-16T19:29:59.251Z | kflt 0.000003840 |
| 324 | 2026-07-16T19:29:59.251Z | lock 1:26.183699644 |
| 325 | 2026-07-16T19:29:59.251Z | slp 44.495008951 |
| 326 | 2026-07-16T19:29:59.251Z | lat 0.137866007 |
| 327 | 2026-07-16T19:29:59.251Z | stop 0.155169722 |
| 328 | 2026-07-16T19:29:59.251Z | + popd |
| 329 | 2026-07-16T19:29:59.252Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 330 | 2026-07-16T19:29:59.252Z | + popd |
| 331 | 2026-07-16T19:29:59.252Z | /work/oxidecomputer/opte |
| 332 | 2026-07-16T19:29:59.252Z | + header 'build xde (debug)' |
| 333 | 2026-07-16T19:29:59.252Z | # ==== build xde (debug) ==== # |
| 334 | 2026-07-16T19:29:59.252Z | + echo '# ==== build xde (debug) ==== #' |
| 335 | 2026-07-16T19:29:59.252Z | + ptime -m cargo xtask build --profile debug xde xde-link |
| 336 | 2026-07-16T19:29:59.340Z | Downloading crates ... |
| 337 | 2026-07-16T19:29:59.393Z | Downloaded clap v4.6.1 |
| 338 | 2026-07-16T19:29:59.401Z | Downloaded errno v0.3.14 |
| 339 | 2026-07-16T19:29:59.404Z | Downloaded anstyle-query v1.1.5 |
| 340 | 2026-07-16T19:29:59.408Z | Downloaded serde_spanned v1.1.1 |
| 341 | 2026-07-16T19:29:59.411Z | Downloaded equivalent v1.0.2 |
| 342 | 2026-07-16T19:29:59.411Z | Downloaded clap_lex v1.1.0 |
| 343 | 2026-07-16T19:29:59.411Z | Downloaded cargo-platform v0.3.3 |
| 344 | 2026-07-16T19:29:59.413Z | Downloaded camino v1.2.4 |
| 345 | 2026-07-16T19:29:59.413Z | Downloaded anstyle-parse v1.0.0 |
| 346 | 2026-07-16T19:29:59.416Z | Downloaded terminal_size v0.4.4 |
| 347 | 2026-07-16T19:29:59.419Z | Downloaded is_terminal_polyfill v1.70.2 |
| 348 | 2026-07-16T19:29:59.419Z | Downloaded heck v0.5.0 |
| 349 | 2026-07-16T19:29:59.421Z | Downloaded utf8parse v0.2.2 |
| 350 | 2026-07-16T19:29:59.425Z | Downloaded colorchoice v1.0.5 |
| 351 | 2026-07-16T19:29:59.428Z | Downloaded zmij v1.0.21 |
| 352 | 2026-07-16T19:29:59.430Z | Downloaded anstream v1.0.0 |
| 353 | 2026-07-16T19:29:59.433Z | Downloaded anstyle v1.0.14 |
| 354 | 2026-07-16T19:29:59.437Z | Downloaded itoa v1.0.18 |
| 355 | 2026-07-16T19:29:59.440Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 356 | 2026-07-16T19:29:59.442Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 357 | 2026-07-16T19:29:59.446Z | Downloaded cargo_metadata v0.23.1 |
| 358 | 2026-07-16T19:29:59.449Z | Downloaded clap_derive v4.6.1 |
| 359 | 2026-07-16T19:29:59.449Z | Downloaded semver v1.0.28 |
| 360 | 2026-07-16T19:29:59.454Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 361 | 2026-07-16T19:29:59.457Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 362 | 2026-07-16T19:29:59.460Z | Downloaded anyhow v1.0.103 |
| 363 | 2026-07-16T19:29:59.483Z | Downloaded indexmap v2.14.0 |
| 364 | 2026-07-16T19:29:59.490Z | Downloaded serde_json v1.0.150 |
| 365 | 2026-07-16T19:29:59.507Z | Downloaded winnow v1.0.3 |
| 366 | 2026-07-16T19:29:59.511Z | Downloaded clap_builder v4.6.0 |
| 367 | 2026-07-16T19:29:59.536Z | Downloaded rustix v1.1.4 |
| 368 | 2026-07-16T19:29:59.566Z | Downloaded libc v0.2.186 |
| 369 | 2026-07-16T19:29:59.611Z | Compiling proc-macro2 v1.0.106 |
| 370 | 2026-07-16T19:29:59.611Z | Compiling serde_core v1.0.228 |
| 371 | 2026-07-16T19:29:59.613Z | Compiling quote v1.0.46 |
| 372 | 2026-07-16T19:29:59.613Z | Compiling unicode-ident v1.0.24 |
| 373 | 2026-07-16T19:29:59.613Z | Compiling libc v0.2.186 |
| 374 | 2026-07-16T19:29:59.614Z | Compiling rustix v1.1.4 |
| 375 | 2026-07-16T19:29:59.614Z | Compiling zmij v1.0.21 |
| 376 | 2026-07-16T19:29:59.614Z | Compiling bitflags v2.13.0 |
| 377 | 2026-07-16T19:29:59.785Z | Compiling utf8parse v0.2.2 |
| 378 | 2026-07-16T19:29:59.886Z | Compiling anstyle-parse v1.0.0 |
| 379 | 2026-07-16T19:30:00.002Z | Compiling serde v1.0.228 |
| 380 | 2026-07-16T19:30:00.002Z | Compiling camino v1.2.4 |
| 381 | 2026-07-16T19:30:00.104Z | Compiling anstyle v1.0.14 |
| 382 | 2026-07-16T19:30:00.109Z | Compiling anstyle-query v1.1.5 |
| 383 | 2026-07-16T19:30:00.194Z | Compiling serde_json v1.0.150 |
| 384 | 2026-07-16T19:30:00.207Z | Compiling colorchoice v1.0.5 |
| 385 | 2026-07-16T19:30:00.317Z | Compiling is_terminal_polyfill v1.70.2 |
| 386 | 2026-07-16T19:30:00.337Z | Compiling thiserror v2.0.18 |
| 387 | 2026-07-16T19:30:00.401Z | Compiling errno v0.3.14 |
| 388 | 2026-07-16T19:30:00.412Z | Compiling anstream v1.0.0 |
| 389 | 2026-07-16T19:30:00.461Z | Compiling winnow v1.0.3 |
| 390 | 2026-07-16T19:30:00.464Z | Compiling itoa v1.0.18 |
| 391 | 2026-07-16T19:30:00.836Z | Compiling heck v0.5.0 |
| 392 | 2026-07-16T19:30:00.839Z | Compiling anyhow v1.0.103 |
| 393 | 2026-07-16T19:30:00.892Z | Compiling syn v2.0.118 |
| 394 | 2026-07-16T19:30:00.908Z | Compiling strsim v0.11.1 |
| 395 | 2026-07-16T19:30:00.928Z | Compiling memchr v2.8.2 |
| 396 | 2026-07-16T19:30:00.948Z | Compiling clap_lex v1.1.0 |
| 397 | 2026-07-16T19:30:01.023Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 398 | 2026-07-16T19:30:01.183Z | Compiling terminal_size v0.4.4 |
| 399 | 2026-07-16T19:30:01.337Z | Compiling clap_builder v4.6.0 |
| 400 | 2026-07-16T19:30:01.547Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 401 | 2026-07-16T19:30:01.857Z | Compiling cargo-platform v0.3.3 |
| 402 | 2026-07-16T19:30:02.072Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 403 | 2026-07-16T19:30:02.503Z | Compiling semver v1.0.28 |
| 404 | 2026-07-16T19:30:02.575Z | Compiling serde_spanned v1.1.1 |
| 405 | 2026-07-16T19:30:02.667Z | Compiling toml v1.1.2+spec-1.1.0 |
| 406 | 2026-07-16T19:30:03.081Z | Compiling thiserror-impl v2.0.18 |
| 407 | 2026-07-16T19:30:03.081Z | Compiling serde_derive v1.0.228 |
| 408 | 2026-07-16T19:30:03.081Z | Compiling clap_derive v4.6.1 |
| 409 | 2026-07-16T19:30:04.705Z | Compiling clap v4.6.1 |
| 410 | 2026-07-16T19:30:06.343Z | Compiling cargo_metadata v0.23.1 |
| 411 | 2026-07-16T19:30:08.821Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 412 | 2026-07-16T19:30:10.423Z | Finished `dev` profile [optimized + debuginfo] target(s) in 11.22s |
| 413 | 2026-07-16T19:30:10.437Z | Running `target/debug/xtask build --profile debug xde xde-link` |
| 414 | 2026-07-16T19:30:11.960Z | Building xde (dev). |
| 415 | 2026-07-16T19:30:12.185Z | Compiling serde_core v1.0.228 |
| 416 | 2026-07-16T19:30:12.187Z | Compiling byteorder v1.5.0 |
| 417 | 2026-07-16T19:30:12.190Z | Compiling macaddr v1.0.1 |
| 418 | 2026-07-16T19:30:12.190Z | Compiling stable_deref_trait v1.2.1 |
| 419 | 2026-07-16T19:30:12.191Z | Compiling cfg-if v1.0.4 |
| 420 | 2026-07-16T19:30:12.212Z | Compiling zerocopy v0.8.52 |
| 421 | 2026-07-16T19:30:12.215Z | Compiling thiserror v2.0.18 |
| 422 | 2026-07-16T19:30:12.218Z | Compiling bitflags v1.3.2 |
| 423 | 2026-07-16T19:30:12.257Z | Compiling managed v0.8.0 |
| 424 | 2026-07-16T19:30:12.264Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 425 | 2026-07-16T19:30:12.268Z | Compiling either v1.16.0 |
| 426 | 2026-07-16T19:30:12.302Z | Compiling cobs v0.3.0 |
| 427 | 2026-07-16T19:30:12.374Z | Compiling hash32 v0.3.1 |
| 428 | 2026-07-16T19:30:12.441Z | Compiling itertools v0.15.0 |
| 429 | 2026-07-16T19:30:12.451Z | Compiling ref-cast v1.0.25 |
| 430 | 2026-07-16T19:30:12.475Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 431 | 2026-07-16T19:30:12.512Z | Compiling heapless v0.8.0 |
| 432 | 2026-07-16T19:30:12.540Z | Compiling crc32fast v1.5.0 |
| 433 | 2026-07-16T19:30:12.561Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 434 | 2026-07-16T19:30:12.573Z | Compiling dyn-clone v1.0.20 |
| 435 | 2026-07-16T19:30:12.733Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 436 | 2026-07-16T19:30:12.885Z | Compiling smoltcp v0.11.0 |
| 437 | 2026-07-16T19:30:13.755Z | Compiling bitflags v2.13.0 |
| 438 | 2026-07-16T19:30:13.755Z | Compiling serde v1.0.228 |
| 439 | 2026-07-16T19:30:13.755Z | Compiling uuid v1.23.4 |
| 440 | 2026-07-16T19:30:13.889Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 441 | 2026-07-16T19:30:14.165Z | Compiling postcard v1.1.3 |
| 442 | 2026-07-16T19:30:14.949Z | Compiling ingot-types v0.1.2 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53) |
| 443 | 2026-07-16T19:30:15.232Z | Compiling ingot v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53) |
| 444 | 2026-07-16T19:30:16.702Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 445 | 2026-07-16T19:30:21.132Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 446 | 2026-07-16T19:30:31.570Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 447 | 2026-07-16T19:30:40.150Z | Finished `dev` profile [optimized + debuginfo] target(s) in 28.16s |
| 448 | 2026-07-16T19:30:40.174Z | Linking xde kmod... |
| 449 | 2026-07-16T19:30:41.386Z | Building xde dev link helper (dev). |
| 450 | 2026-07-16T19:30:41.543Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 451 | 2026-07-16T19:30:41.881Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.46s |
| 452 | 2026-07-16T19:30:41.905Z | |
| 453 | 2026-07-16T19:30:41.908Z | real 42.707773609 |
| 454 | 2026-07-16T19:30:41.908Z | user 2:18.054301968 |
| 455 | 2026-07-16T19:30:41.908Z | sys 11.329673952 |
| 456 | 2026-07-16T19:30:41.908Z | trap 0.057749961 |
| 457 | 2026-07-16T19:30:41.909Z | tflt 0.349911888 |
| 458 | 2026-07-16T19:30:41.909Z | dflt 0.410617763 |
| 459 | 2026-07-16T19:30:41.909Z | kflt 0.000007690 |
| 460 | 2026-07-16T19:30:41.909Z | lock 7:07.766132640 |
| 461 | 2026-07-16T19:30:41.909Z | slp 4:00.704622737 |
| 462 | 2026-07-16T19:30:41.909Z | lat 5.058876960 |
| 463 | 2026-07-16T19:30:41.909Z | stop 4.951509029 |
| 464 | 2026-07-16T19:30:41.909Z | + header 'build xde (release)' |
| 465 | 2026-07-16T19:30:41.909Z | + echo '# ==== build xde (release) ==== #' |
| 466 | 2026-07-16T19:30:41.909Z | # ==== build xde (release) ==== # |
| 467 | 2026-07-16T19:30:41.909Z | + ptime -m cargo xtask build --profile release xde xde-link |
| 468 | 2026-07-16T19:30:42.038Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s |
| 469 | 2026-07-16T19:30:42.044Z | Running `target/debug/xtask build --profile release xde xde-link` |
| 470 | 2026-07-16T19:30:42.218Z | Building xde (release-lto). |
| 471 | 2026-07-16T19:30:42.455Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 472 | 2026-07-16T19:30:42.455Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 473 | 2026-07-16T19:30:42.456Z | Compiling proc-macro2 v1.0.106 |
| 474 | 2026-07-16T19:30:42.456Z | Compiling unicode-ident v1.0.24 |
| 475 | 2026-07-16T19:30:42.464Z | Compiling quote v1.0.46 |
| 476 | 2026-07-16T19:30:42.464Z | Compiling ident_case v1.0.1 |
| 477 | 2026-07-16T19:30:42.464Z | Compiling strsim v0.11.1 |
| 478 | 2026-07-16T19:30:42.464Z | Compiling serde_core v1.0.228 |
| 479 | 2026-07-16T19:30:42.565Z | Compiling memchr v2.8.2 |
| 480 | 2026-07-16T19:30:42.568Z | Compiling fnv v1.0.7 |
| 481 | 2026-07-16T19:30:42.647Z | Compiling regex-syntax v0.8.11 |
| 482 | 2026-07-16T19:30:42.813Z | Compiling serde v1.0.228 |
| 483 | 2026-07-16T19:30:42.824Z | Compiling either v1.16.0 |
| 484 | 2026-07-16T19:30:42.827Z | Compiling zerocopy v0.8.52 |
| 485 | 2026-07-16T19:30:42.961Z | Compiling aho-corasick v1.1.4 |
| 486 | 2026-07-16T19:30:43.014Z | Compiling thiserror v2.0.18 |
| 487 | 2026-07-16T19:30:43.210Z | Compiling itertools v0.14.0 |
| 488 | 2026-07-16T19:30:43.217Z | Compiling heapless v0.8.0 |
| 489 | 2026-07-16T19:30:43.568Z | Compiling syn v2.0.118 |
| 490 | 2026-07-16T19:30:43.614Z | Compiling smoltcp v0.11.0 |
| 491 | 2026-07-16T19:30:43.633Z | Compiling crc32fast v1.5.0 |
| 492 | 2026-07-16T19:30:43.709Z | Compiling ref-cast v1.0.25 |
| 493 | 2026-07-16T19:30:43.967Z | Compiling version_check v0.9.5 |
| 494 | 2026-07-16T19:30:44.076Z | Compiling regex-automata v0.4.14 |
| 495 | 2026-07-16T19:30:44.287Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 496 | 2026-07-16T19:30:45.607Z | Compiling regex v1.12.4 |
| 497 | 2026-07-16T19:30:45.888Z | Compiling darling_core v0.21.3 |
| 498 | 2026-07-16T19:30:45.888Z | Compiling darling_core v0.23.0 |
| 499 | 2026-07-16T19:30:46.760Z | Compiling serde_derive v1.0.228 |
| 500 | 2026-07-16T19:30:46.760Z | Compiling zerocopy-derive v0.8.52 |
| 501 | 2026-07-16T19:30:46.760Z | Compiling thiserror-impl v2.0.18 |
| 502 | 2026-07-16T19:30:46.760Z | Compiling ref-cast-impl v1.0.25 |
| 503 | 2026-07-16T19:30:46.766Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 504 | 2026-07-16T19:30:48.316Z | Compiling darling_macro v0.21.3 |
| 505 | 2026-07-16T19:30:48.358Z | Compiling darling_macro v0.23.0 |
| 506 | 2026-07-16T19:30:49.195Z | Compiling darling v0.21.3 |
| 507 | 2026-07-16T19:30:49.254Z | Compiling ingot-macros v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53) |
| 508 | 2026-07-16T19:30:49.259Z | Compiling darling v0.23.0 |
| 509 | 2026-07-16T19:30:49.314Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 510 | 2026-07-16T19:30:54.931Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 511 | 2026-07-16T19:30:57.050Z | Compiling byteorder v1.5.0 |
| 512 | 2026-07-16T19:30:57.050Z | Compiling macaddr v1.0.1 |
| 513 | 2026-07-16T19:30:57.057Z | Compiling stable_deref_trait v1.2.1 |
| 514 | 2026-07-16T19:30:57.057Z | Compiling cfg-if v1.0.4 |
| 515 | 2026-07-16T19:30:57.109Z | Compiling managed v0.8.0 |
| 516 | 2026-07-16T19:30:57.114Z | Compiling bitflags v1.3.2 |
| 517 | 2026-07-16T19:30:57.170Z | Compiling cobs v0.3.0 |
| 518 | 2026-07-16T19:30:57.234Z | Compiling hash32 v0.3.1 |
| 519 | 2026-07-16T19:30:57.353Z | Compiling itertools v0.15.0 |
| 520 | 2026-07-16T19:30:57.359Z | Compiling dyn-clone v1.0.20 |
| 521 | 2026-07-16T19:30:57.411Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 522 | 2026-07-16T19:30:58.657Z | Compiling bitflags v2.13.0 |
| 523 | 2026-07-16T19:30:58.657Z | Compiling uuid v1.23.4 |
| 524 | 2026-07-16T19:30:58.805Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 525 | 2026-07-16T19:30:59.100Z | Compiling postcard v1.1.3 |
| 526 | 2026-07-16T19:30:59.878Z | Compiling ingot-types v0.1.2 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53) |
| 527 | 2026-07-16T19:31:00.194Z | Compiling ingot v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53) |
| 528 | 2026-07-16T19:31:01.725Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 529 | 2026-07-16T19:31:05.642Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 530 | 2026-07-16T19:31:14.483Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 531 | 2026-07-16T19:31:44.857Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 02s |
| 532 | 2026-07-16T19:31:44.880Z | Linking xde kmod... |
| 533 | 2026-07-16T19:31:45.475Z | Building xde dev link helper (release). |
| 534 | 2026-07-16T19:31:45.631Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 535 | 2026-07-16T19:31:45.631Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 536 | 2026-07-16T19:31:45.631Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 537 | 2026-07-16T19:31:57.091Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 538 | 2026-07-16T19:31:59.568Z | Finished `release` profile [optimized + debuginfo] target(s) in 14.06s |
| 539 | 2026-07-16T19:31:59.587Z | |
| 540 | 2026-07-16T19:31:59.590Z | real 1:17.678039160 |
| 541 | 2026-07-16T19:31:59.590Z | user 2:10.861373715 |
| 542 | 2026-07-16T19:31:59.590Z | sys 12.720431539 |
| 543 | 2026-07-16T19:31:59.590Z | trap 0.030277533 |
| 544 | 2026-07-16T19:31:59.590Z | tflt 0.168018481 |
| 545 | 2026-07-16T19:31:59.590Z | dflt 0.243678733 |
| 546 | 2026-07-16T19:31:59.590Z | kflt 0.000019700 |
| 547 | 2026-07-16T19:31:59.590Z | lock 12:19.479754350 |
| 548 | 2026-07-16T19:31:59.590Z | slp 6:13.983313564 |
| 549 | 2026-07-16T19:31:59.590Z | lat 2.435058044 |
| 550 | 2026-07-16T19:31:59.590Z | stop 5.458668311 |
| 551 | 2026-07-16T19:31:59.590Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
| 552 | 2026-07-16T19:31:59.590Z | + grep GOTPCREL |
| 553 | 2026-07-16T19:32:01.433Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 554 | 2026-07-16T19:32:01.437Z | + grep GOTPCREL |
| 555 | 2026-07-16T19:32:02.375Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
| 556 | 2026-07-16T19:32:02.436Z | + sha256sum /work/debug/xde.dbg |
| 557 | 2026-07-16T19:32:02.489Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
| 558 | 2026-07-16T19:32:02.492Z | + sha256sum /work/debug/xde_link.dbg.so |
| 559 | 2026-07-16T19:32:02.495Z | + cp target/x86_64-unknown-unknown/release-lto/xde /work/release/ |
| 560 | 2026-07-16T19:32:02.531Z | + sha256sum /work/release/xde |
| 561 | 2026-07-16T19:32:02.561Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
| 562 | 2026-07-16T19:32:02.563Z | + sha256sum /work/release/xde_link.so |
| 563 | 2026-07-16T19:32:02.566Z | + header 'build xde integration tests' |
| 564 | 2026-07-16T19:32:02.567Z | + echo '# ==== build xde integration tests ==== #' |
| 565 | 2026-07-16T19:32:02.567Z | # ==== build xde integration tests ==== # |
| 566 | 2026-07-16T19:32:02.567Z | + pushd xde-tests |
| 567 | 2026-07-16T19:32:02.567Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
| 568 | 2026-07-16T19:32:02.567Z | + cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check |
| 569 | 2026-07-16T19:32:02.648Z | + cargo clippy --all-targets -- --deny warnings |
| 570 | 2026-07-16T19:32:02.864Z | Compiling serde_core v1.0.228 |
| 571 | 2026-07-16T19:32:02.864Z | Checking cfg-if v1.0.4 |
| 572 | 2026-07-16T19:32:02.864Z | Checking memchr v2.8.2 |
| 573 | 2026-07-16T19:32:02.864Z | Compiling rustversion v1.0.22 |
| 574 | 2026-07-16T19:32:02.865Z | Compiling serde v1.0.228 |
| 575 | 2026-07-16T19:32:02.865Z | Compiling strsim v0.11.1 |
| 576 | 2026-07-16T19:32:02.870Z | Compiling version_check v0.9.5 |
| 577 | 2026-07-16T19:32:02.870Z | Compiling syn v2.0.118 |
| 578 | 2026-07-16T19:32:02.927Z | Compiling ident_case v1.0.1 |
| 579 | 2026-07-16T19:32:03.033Z | Compiling libc v0.2.186 |
| 580 | 2026-07-16T19:32:03.129Z | Compiling fnv v1.0.7 |
| 581 | 2026-07-16T19:32:03.210Z | Compiling syn v1.0.109 |
| 582 | 2026-07-16T19:32:03.215Z | Checking pin-project-lite v0.2.17 |
| 583 | 2026-07-16T19:32:03.236Z | Compiling regex-syntax v0.8.11 |
| 584 | 2026-07-16T19:32:03.288Z | Compiling hashbrown v0.17.1 |
| 585 | 2026-07-16T19:32:03.526Z | Compiling aho-corasick v1.1.4 |
| 586 | 2026-07-16T19:32:03.729Z | Compiling winnow v1.0.3 |
| 587 | 2026-07-16T19:32:03.737Z | Compiling either v1.16.0 |
| 588 | 2026-07-16T19:32:03.807Z | Compiling equivalent v1.0.2 |
| 589 | 2026-07-16T19:32:03.815Z | Compiling zerocopy v0.8.52 |
| 590 | 2026-07-16T19:32:03.879Z | Compiling indexmap v2.14.0 |
| 591 | 2026-07-16T19:32:03.928Z | Compiling itertools v0.14.0 |
| 592 | 2026-07-16T19:32:04.655Z | Compiling regex-automata v0.4.14 |
| 593 | 2026-07-16T19:32:04.679Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 594 | 2026-07-16T19:32:04.735Z | Compiling heapless v0.8.0 |
| 595 | 2026-07-16T19:32:04.907Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 596 | 2026-07-16T19:32:05.040Z | Checking byteorder v1.5.0 |
| 597 | 2026-07-16T19:32:05.120Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 598 | 2026-07-16T19:32:05.192Z | Checking hash32 v0.3.1 |
| 599 | 2026-07-16T19:32:05.211Z | Checking bitflags v2.13.0 |
| 600 | 2026-07-16T19:32:05.259Z | Compiling slog v2.8.2 |
| 601 | 2026-07-16T19:32:05.286Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 602 | 2026-07-16T19:32:05.286Z | Checking futures-core v0.3.32 |
| 603 | 2026-07-16T19:32:05.403Z | Checking futures-sink v0.3.32 |
| 604 | 2026-07-16T19:32:05.432Z | Compiling darling_core v0.21.3 |
| 605 | 2026-07-16T19:32:05.491Z | Compiling darling_core v0.23.0 |
| 606 | 2026-07-16T19:32:05.526Z | Checking macaddr v1.0.1 |
| 607 | 2026-07-16T19:32:05.533Z | Compiling smoltcp v0.11.0 |
| 608 | 2026-07-16T19:32:05.660Z | Checking stable_deref_trait v1.2.1 |
| 609 | 2026-07-16T19:32:05.888Z | Compiling proc-macro-crate v3.5.0 |
| 610 | 2026-07-16T19:32:06.076Z | Checking futures-channel v0.3.32 |
| 611 | 2026-07-16T19:32:06.080Z | Compiling proc-macro-error-attr v1.0.4 |
| 612 | 2026-07-16T19:32:06.258Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 613 | 2026-07-16T19:32:06.304Z | Compiling crc32fast v1.5.0 |
| 614 | 2026-07-16T19:32:06.307Z | Checking futures-task v0.3.32 |
| 615 | 2026-07-16T19:32:06.433Z | Compiling regex v1.12.4 |
| 616 | 2026-07-16T19:32:06.480Z | Checking futures-io v0.3.32 |
| 617 | 2026-07-16T19:32:06.586Z | Checking managed v0.8.0 |
| 618 | 2026-07-16T19:32:06.598Z | Checking bitflags v1.3.2 |
| 619 | 2026-07-16T19:32:06.653Z | Checking rand_core v0.10.1 |
| 620 | 2026-07-16T19:32:06.657Z | Compiling serde_derive v1.0.228 |
| 621 | 2026-07-16T19:32:06.760Z | Compiling thiserror-impl v2.0.18 |
| 622 | 2026-07-16T19:32:06.782Z | Compiling zerocopy-derive v0.8.52 |
| 623 | 2026-07-16T19:32:06.814Z | Compiling futures-macro v0.3.32 |
| 624 | 2026-07-16T19:32:07.211Z | Compiling autocfg v1.5.1 |
| 625 | 2026-07-16T19:32:07.519Z | Compiling darling_macro v0.21.3 |
| 626 | 2026-07-16T19:32:07.553Z | Compiling getrandom v0.4.3 |
| 627 | 2026-07-16T19:32:07.583Z | Compiling darling_macro v0.23.0 |
| 628 | 2026-07-16T19:32:07.618Z | Checking slab v0.4.12 |
| 629 | 2026-07-16T19:32:07.627Z | Compiling ref-cast v1.0.25 |
| 630 | 2026-07-16T19:32:07.762Z | Checking futures-util v0.3.32 |
| 631 | 2026-07-16T19:32:07.826Z | Compiling num-traits v0.2.19 |
| 632 | 2026-07-16T19:32:07.960Z | Checking thiserror v2.0.18 |
| 633 | 2026-07-16T19:32:08.047Z | Checking cobs v0.3.0 |
| 634 | 2026-07-16T19:32:08.062Z | Compiling num_enum_derive v0.7.6 |
| 635 | 2026-07-16T19:32:08.073Z | Compiling darling v0.21.3 |
| 636 | 2026-07-16T19:32:08.126Z | Compiling darling v0.23.0 |
| 637 | 2026-07-16T19:32:08.138Z | Compiling ingot-macros v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53) |
| 638 | 2026-07-16T19:32:08.174Z | Compiling ref-cast-impl v1.0.25 |
| 639 | 2026-07-16T19:32:08.190Z | Compiling foreign-types-macros v0.2.3 |
| 640 | 2026-07-16T19:32:08.813Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 641 | 2026-07-16T19:32:08.847Z | Compiling proc-macro-error v1.0.4 |
| 642 | 2026-07-16T19:32:09.060Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 643 | 2026-07-16T19:32:09.083Z | Checking ipnetwork v0.21.1 |
| 644 | 2026-07-16T19:32:09.123Z | Checking cpufeatures v0.3.0 |
| 645 | 2026-07-16T19:32:09.141Z | Checking foreign-types-shared v0.3.1 |
| 646 | 2026-07-16T19:32:09.197Z | Checking unicode-width v0.2.2 |
| 647 | 2026-07-16T19:32:09.216Z | Checking once_cell v1.21.4 |
| 648 | 2026-07-16T19:32:09.249Z | Compiling crossbeam-utils v0.8.21 |
| 649 | 2026-07-16T19:32:09.341Z | Checking foreign-types v0.5.0 |
| 650 | 2026-07-16T19:32:09.377Z | Checking tracing-core v0.1.36 |
| 651 | 2026-07-16T19:32:09.400Z | Checking chacha20 v0.10.1 |
| 652 | 2026-07-16T19:32:09.417Z | Checking tabwriter v1.4.1 |
| 653 | 2026-07-16T19:32:09.559Z | Checking num_enum v0.7.6 |
| 654 | 2026-07-16T19:32:09.692Z | Checking futures-executor v0.3.32 |
| 655 | 2026-07-16T19:32:09.705Z | Checking erased-serde v0.3.31 |
| 656 | 2026-07-16T19:32:09.721Z | Checking postcard v1.1.3 |
| 657 | 2026-07-16T19:32:09.764Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 658 | 2026-07-16T19:32:09.824Z | Checking anyhow v1.0.103 |
| 659 | 2026-07-16T19:32:09.996Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 660 | 2026-07-16T19:32:09.999Z | Compiling tracing-attributes v0.1.31 |
| 661 | 2026-07-16T19:32:10.015Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 662 | 2026-07-16T19:32:10.139Z | Checking itertools v0.15.0 |
| 663 | 2026-07-16T19:32:10.409Z | Checking cstr-argument v0.1.2 |
| 664 | 2026-07-16T19:32:10.482Z | Checking pretty-hex v0.4.2 |
| 665 | 2026-07-16T19:32:10.520Z | Compiling thiserror v1.0.69 |
| 666 | 2026-07-16T19:32:10.527Z | Checking dyn-clone v1.0.20 |
| 667 | 2026-07-16T19:32:10.589Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 668 | 2026-07-16T19:32:10.618Z | Compiling num-conv v0.2.2 |
| 669 | 2026-07-16T19:32:10.660Z | Compiling time-core v0.1.9 |
| 670 | 2026-07-16T19:32:10.761Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 671 | 2026-07-16T19:32:10.820Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 672 | 2026-07-16T19:32:10.834Z | Compiling time-macros v0.2.31 |
| 673 | 2026-07-16T19:32:10.842Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 674 | 2026-07-16T19:32:10.907Z | Checking rand v0.10.2 |
| 675 | 2026-07-16T19:32:10.978Z | Checking ingot-types v0.1.2 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53) |
| 676 | 2026-07-16T19:32:10.996Z | Checking futures v0.3.32 |
| 677 | 2026-07-16T19:32:11.052Z | Compiling thiserror-impl v1.0.69 |
| 678 | 2026-07-16T19:32:11.161Z | Checking uuid v1.23.4 |
| 679 | 2026-07-16T19:32:11.276Z | Checking tracing v0.1.44 |
| 680 | 2026-07-16T19:32:11.305Z | Checking ingot v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53) |
| 681 | 2026-07-16T19:32:11.354Z | Checking arc-swap v1.9.2 |
| 682 | 2026-07-16T19:32:11.369Z | Checking socket2 v0.6.4 |
| 683 | 2026-07-16T19:32:11.458Z | Checking nom v8.0.0 |
| 684 | 2026-07-16T19:32:11.461Z | Checking thread_local v1.1.9 |
| 685 | 2026-07-16T19:32:11.609Z | Checking iana-time-zone v0.1.65 |
| 686 | 2026-07-16T19:32:11.612Z | Checking powerfmt v0.2.0 |
| 687 | 2026-07-16T19:32:11.709Z | Compiling slog-async v2.8.0 |
| 688 | 2026-07-16T19:32:11.731Z | Checking deranged v0.5.8 |
| 689 | 2026-07-16T19:32:11.752Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 690 | 2026-07-16T19:32:11.880Z | Checking oxnet v0.1.6 |
| 691 | 2026-07-16T19:32:12.128Z | Checking colored v3.1.1 |
| 692 | 2026-07-16T19:32:12.176Z | Compiling heck v0.4.1 |
| 693 | 2026-07-16T19:32:12.223Z | Checking lazy_static v1.5.0 |
| 694 | 2026-07-16T19:32:12.304Z | Checking slog-scope v4.4.1 |
| 695 | 2026-07-16T19:32:12.361Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 696 | 2026-07-16T19:32:12.417Z | Checking chrono v0.4.45 |
| 697 | 2026-07-16T19:32:12.421Z | Checking crossbeam-channel v0.5.15 |
| 698 | 2026-07-16T19:32:12.615Z | Checking time v0.3.53 |
| 699 | 2026-07-16T19:32:12.759Z | Checking cookie-factory v0.3.3 |
| 700 | 2026-07-16T19:32:12.890Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 701 | 2026-07-16T19:32:12.984Z | Checking itertools v0.12.1 |
| 702 | 2026-07-16T19:32:13.003Z | Checking is-terminal v0.4.17 |
| 703 | 2026-07-16T19:32:13.079Z | Checking log v0.4.33 |
| 704 | 2026-07-16T19:32:13.215Z | Checking take_mut v0.2.2 |
| 705 | 2026-07-16T19:32:13.233Z | Checking term v1.2.1 |
| 706 | 2026-07-16T19:32:13.306Z | Checking circular v0.3.0 |
| 707 | 2026-07-16T19:32:13.388Z | Checking rusticata-macros v5.0.0 |
| 708 | 2026-07-16T19:32:13.449Z | Checking slog-stdlog v4.1.1 |
| 709 | 2026-07-16T19:32:13.509Z | Checking pcap-parser v0.17.0 |
| 710 | 2026-07-16T19:32:13.748Z | Checking slog-term v2.9.2 |
| 711 | 2026-07-16T19:32:13.957Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 712 | 2026-07-16T19:32:14.240Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 713 | 2026-07-16T19:32:14.913Z | Checking slog-envlogger v2.2.0 |
| 714 | 2026-07-16T19:32:17.538Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 715 | 2026-07-16T19:32:19.219Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 716 | 2026-07-16T19:32:19.219Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 717 | 2026-07-16T19:32:19.559Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 718 | 2026-07-16T19:32:20.098Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.40s |
| 719 | 2026-07-16T19:32:20.135Z | + cargo build --test loopback |
| 720 | 2026-07-16T19:32:20.297Z | Compiling cfg-if v1.0.4 |
| 721 | 2026-07-16T19:32:20.297Z | Compiling memchr v2.8.2 |
| 722 | 2026-07-16T19:32:20.300Z | Compiling serde_core v1.0.228 |
| 723 | 2026-07-16T19:32:20.327Z | Compiling libc v0.2.186 |
| 724 | 2026-07-16T19:32:20.330Z | Compiling thiserror v2.0.18 |
| 725 | 2026-07-16T19:32:20.333Z | Compiling pin-project-lite v0.2.17 |
| 726 | 2026-07-16T19:32:20.335Z | Compiling byteorder v1.5.0 |
| 727 | 2026-07-16T19:32:20.338Z | Compiling either v1.16.0 |
| 728 | 2026-07-16T19:32:20.373Z | Compiling zerocopy v0.8.52 |
| 729 | 2026-07-16T19:32:20.403Z | Compiling futures-sink v0.3.32 |
| 730 | 2026-07-16T19:32:20.408Z | Compiling macaddr v1.0.1 |
| 731 | 2026-07-16T19:32:20.495Z | Compiling hash32 v0.3.1 |
| 732 | 2026-07-16T19:32:20.499Z | Compiling futures-core v0.3.32 |
| 733 | 2026-07-16T19:32:20.526Z | Compiling stable_deref_trait v1.2.1 |
| 734 | 2026-07-16T19:32:20.595Z | Compiling futures-channel v0.3.32 |
| 735 | 2026-07-16T19:32:20.640Z | Compiling heapless v0.8.0 |
| 736 | 2026-07-16T19:32:20.645Z | Compiling cobs v0.3.0 |
| 737 | 2026-07-16T19:32:20.649Z | Compiling futures-task v0.3.32 |
| 738 | 2026-07-16T19:32:20.660Z | Compiling managed v0.8.0 |
| 739 | 2026-07-16T19:32:20.820Z | Compiling slab v0.4.12 |
| 740 | 2026-07-16T19:32:20.828Z | Compiling futures-io v0.3.32 |
| 741 | 2026-07-16T19:32:20.882Z | Compiling bitflags v1.3.2 |
| 742 | 2026-07-16T19:32:20.915Z | Compiling rand_core v0.10.1 |
| 743 | 2026-07-16T19:32:20.947Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 744 | 2026-07-16T19:32:20.998Z | Compiling futures-util v0.3.32 |
| 745 | 2026-07-16T19:32:21.012Z | Compiling smoltcp v0.11.0 |
| 746 | 2026-07-16T19:32:21.067Z | Compiling once_cell v1.21.4 |
| 747 | 2026-07-16T19:32:21.071Z | Compiling cpufeatures v0.3.0 |
| 748 | 2026-07-16T19:32:21.133Z | Compiling unicode-width v0.2.2 |
| 749 | 2026-07-16T19:32:21.187Z | Compiling foreign-types-shared v0.3.1 |
| 750 | 2026-07-16T19:32:21.269Z | Compiling ipnetwork v0.21.1 |
| 751 | 2026-07-16T19:32:21.305Z | Compiling foreign-types v0.5.0 |
| 752 | 2026-07-16T19:32:21.373Z | Compiling tabwriter v1.4.1 |
| 753 | 2026-07-16T19:32:21.434Z | Compiling tracing-core v0.1.36 |
| 754 | 2026-07-16T19:32:21.785Z | Compiling chacha20 v0.10.1 |
| 755 | 2026-07-16T19:32:21.820Z | Compiling getrandom v0.4.3 |
| 756 | 2026-07-16T19:32:21.888Z | Compiling ref-cast v1.0.25 |
| 757 | 2026-07-16T19:32:21.981Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 758 | 2026-07-16T19:32:22.029Z | Compiling num_enum v0.7.6 |
| 759 | 2026-07-16T19:32:22.122Z | Compiling serde v1.0.228 |
| 760 | 2026-07-16T19:32:22.137Z | Compiling bitflags v2.13.0 |
| 761 | 2026-07-16T19:32:22.304Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 762 | 2026-07-16T19:32:22.554Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 763 | 2026-07-16T19:32:22.661Z | Compiling erased-serde v0.3.31 |
| 764 | 2026-07-16T19:32:22.691Z | Compiling postcard v1.1.3 |
| 765 | 2026-07-16T19:32:22.736Z | Compiling crc32fast v1.5.0 |
| 766 | 2026-07-16T19:32:22.755Z | Compiling cstr-argument v0.1.2 |
| 767 | 2026-07-16T19:32:22.905Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 768 | 2026-07-16T19:32:22.918Z | Compiling itertools v0.15.0 |
| 769 | 2026-07-16T19:32:22.971Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 770 | 2026-07-16T19:32:23.005Z | Compiling dyn-clone v1.0.20 |
| 771 | 2026-07-16T19:32:23.033Z | Compiling pretty-hex v0.4.2 |
| 772 | 2026-07-16T19:32:23.161Z | Compiling slog v2.8.2 |
| 773 | 2026-07-16T19:32:23.161Z | Compiling futures-executor v0.3.32 |
| 774 | 2026-07-16T19:32:23.356Z | Compiling ingot-types v0.1.2 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53) |
| 775 | 2026-07-16T19:32:23.389Z | Compiling futures v0.3.32 |
| 776 | 2026-07-16T19:32:23.461Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 777 | 2026-07-16T19:32:23.572Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 778 | 2026-07-16T19:32:23.676Z | Compiling tracing v0.1.44 |
| 779 | 2026-07-16T19:32:23.748Z | Compiling ingot v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53) |
| 780 | 2026-07-16T19:32:23.748Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 781 | 2026-07-16T19:32:23.760Z | Compiling num-traits v0.2.19 |
| 782 | 2026-07-16T19:32:23.788Z | Compiling uuid v1.23.4 |
| 783 | 2026-07-16T19:32:23.860Z | Compiling rand v0.10.2 |
| 784 | 2026-07-16T19:32:23.932Z | Compiling crossbeam-utils v0.8.21 |
| 785 | 2026-07-16T19:32:24.046Z | Compiling nom v8.0.0 |
| 786 | 2026-07-16T19:32:24.058Z | Compiling aho-corasick v1.1.4 |
| 787 | 2026-07-16T19:32:24.413Z | Compiling socket2 v0.6.4 |
| 788 | 2026-07-16T19:32:24.449Z | Compiling thread_local v1.1.9 |
| 789 | 2026-07-16T19:32:24.807Z | Compiling arc-swap v1.9.2 |
| 790 | 2026-07-16T19:32:24.832Z | Compiling iana-time-zone v0.1.65 |
| 791 | 2026-07-16T19:32:24.859Z | Compiling powerfmt v0.2.0 |
| 792 | 2026-07-16T19:32:25.140Z | Compiling num-conv v0.2.2 |
| 793 | 2026-07-16T19:32:25.184Z | Compiling deranged v0.5.8 |
| 794 | 2026-07-16T19:32:25.290Z | Compiling winnow v1.0.3 |
| 795 | 2026-07-16T19:32:25.312Z | Compiling regex-syntax v0.8.11 |
| 796 | 2026-07-16T19:32:25.360Z | Compiling time-core v0.1.9 |
| 797 | 2026-07-16T19:32:25.542Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 798 | 2026-07-16T19:32:25.552Z | Compiling colored v3.1.1 |
| 799 | 2026-07-16T19:32:26.018Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 800 | 2026-07-16T19:32:26.196Z | Compiling oxnet v0.1.6 |
| 801 | 2026-07-16T19:32:26.257Z | Compiling lazy_static v1.5.0 |
| 802 | 2026-07-16T19:32:26.352Z | Compiling rusticata-macros v5.0.0 |
| 803 | 2026-07-16T19:32:26.417Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 804 | 2026-07-16T19:32:26.673Z | Compiling slog-scope v4.4.1 |
| 805 | 2026-07-16T19:32:26.685Z | Compiling time v0.3.53 |
| 806 | 2026-07-16T19:32:26.859Z | Compiling regex-automata v0.4.14 |
| 807 | 2026-07-16T19:32:27.150Z | Compiling chrono v0.4.45 |
| 808 | 2026-07-16T19:32:27.960Z | Compiling thiserror v1.0.69 |
| 809 | 2026-07-16T19:32:28.060Z | Compiling crossbeam-channel v0.5.15 |
| 810 | 2026-07-16T19:32:28.743Z | Compiling cookie-factory v0.3.3 |
| 811 | 2026-07-16T19:32:28.829Z | Compiling is-terminal v0.4.17 |
| 812 | 2026-07-16T19:32:28.922Z | Compiling itertools v0.12.1 |
| 813 | 2026-07-16T19:32:29.059Z | Compiling take_mut v0.2.2 |
| 814 | 2026-07-16T19:32:29.165Z | Compiling log v0.4.33 |
| 815 | 2026-07-16T19:32:29.477Z | Compiling circular v0.3.0 |
| 816 | 2026-07-16T19:32:29.731Z | Compiling term v1.2.1 |
| 817 | 2026-07-16T19:32:30.331Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 818 | 2026-07-16T19:32:31.085Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 819 | 2026-07-16T19:32:31.090Z | Compiling slog-term v2.9.2 |
| 820 | 2026-07-16T19:32:32.222Z | Compiling pcap-parser v0.17.0 |
| 821 | 2026-07-16T19:32:32.434Z | Compiling slog-stdlog v4.1.1 |
| 822 | 2026-07-16T19:32:32.675Z | Compiling slog-async v2.8.0 |
| 823 | 2026-07-16T19:32:32.849Z | Compiling regex v1.12.4 |
| 824 | 2026-07-16T19:32:33.128Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 825 | 2026-07-16T19:32:33.967Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 826 | 2026-07-16T19:32:34.306Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 827 | 2026-07-16T19:32:34.425Z | Compiling slog-envlogger v2.2.0 |
| 828 | 2026-07-16T19:32:35.751Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 829 | 2026-07-16T19:32:43.443Z | Finished `dev` profile [optimized + debuginfo] target(s) in 23.30s |
| 830 | 2026-07-16T19:32:43.478Z | ++ cargo build -q --test loopback --message-format=json |
| 831 | 2026-07-16T19:32:43.479Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 832 | 2026-07-16T19:32:43.592Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-1f16d4abcaa2ff69 |
| 833 | 2026-07-16T19:32:43.593Z | + cargo build --test multicast_rx |
| 834 | 2026-07-16T19:32:43.693Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 835 | 2026-07-16T19:32:45.266Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.66s |
| 836 | 2026-07-16T19:32:45.302Z | ++ cargo build -q --test multicast_rx --message-format=json |
| 837 | 2026-07-16T19:32:45.302Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 838 | 2026-07-16T19:32:45.422Z | + multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-c859d595eb30460f |
| 839 | 2026-07-16T19:32:45.422Z | + cargo build --test multicast_multi_sub |
| 840 | 2026-07-16T19:32:45.525Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 841 | 2026-07-16T19:32:47.335Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.90s |
| 842 | 2026-07-16T19:32:47.370Z | ++ cargo build -q --test multicast_multi_sub --message-format=json |
| 843 | 2026-07-16T19:32:47.373Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 844 | 2026-07-16T19:32:47.488Z | + multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-88bd49ea73a1e59d |
| 845 | 2026-07-16T19:32:47.488Z | + cargo build --test multicast_validation |
| 846 | 2026-07-16T19:32:47.589Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 847 | 2026-07-16T19:32:49.502Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.00s |
| 848 | 2026-07-16T19:32:49.537Z | ++ cargo build -q --test multicast_validation --message-format=json |
| 849 | 2026-07-16T19:32:49.540Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 850 | 2026-07-16T19:32:49.652Z | + multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-e14699f1485a4d97 |
| 851 | 2026-07-16T19:32:49.652Z | + cargo build --test multicast_source_filter |
| 852 | 2026-07-16T19:32:49.755Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 853 | 2026-07-16T19:32:51.795Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.13s |
| 854 | 2026-07-16T19:32:51.829Z | ++ cargo build -q --test multicast_source_filter --message-format=json |
| 855 | 2026-07-16T19:32:51.832Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 856 | 2026-07-16T19:32:51.944Z | + multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-8472cf03e110f388 |
| 857 | 2026-07-16T19:32:51.944Z | + mkdir -p /work/test |
| 858 | 2026-07-16T19:32:51.947Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-1f16d4abcaa2ff69 /work/test/loopback |
| 859 | 2026-07-16T19:32:51.984Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-c859d595eb30460f /work/test/multicast_rx |
| 860 | 2026-07-16T19:32:52.029Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-88bd49ea73a1e59d /work/test/multicast_multi_sub |
| 861 | 2026-07-16T19:32:52.073Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-e14699f1485a4d97 /work/test/multicast_validation |
| 862 | 2026-07-16T19:32:52.115Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-8472cf03e110f388 /work/test/multicast_source_filter |
| 863 | 2026-07-16T19:32:52.159Z | process exited: duration 236854 ms, exit code 0 |
| |
| 864 | 2026-07-16T19:32:52.165Z | found 14 output files |
| 865 | 2026-07-16T19:32:52.165Z | uploading: /work/debug/xde.dbg (96156800 bytes) |
| 866 | 2026-07-16T19:32:53.862Z | uploaded: /work/debug/xde.dbg |
| 867 | 2026-07-16T19:32:53.862Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
| 868 | 2026-07-16T19:32:54.869Z | uploaded: /work/debug/xde.dbg.sha256 |
| 869 | 2026-07-16T19:32:54.870Z | uploading: /work/debug/xde_link.dbg.so (1258956 bytes) |
| 870 | 2026-07-16T19:32:55.889Z | uploaded: /work/debug/xde_link.dbg.so |
| 871 | 2026-07-16T19:32:55.889Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
| 872 | 2026-07-16T19:32:56.899Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
| 873 | 2026-07-16T19:32:56.934Z | uploading: /work/release/xde (52709664 bytes) |
| 874 | 2026-07-16T19:32:58.316Z | uploaded: /work/release/xde |
| 875 | 2026-07-16T19:32:58.316Z | uploading: /work/release/xde.sha256 (84 bytes) |
| 876 | 2026-07-16T19:32:59.326Z | uploaded: /work/release/xde.sha256 |
| 877 | 2026-07-16T19:32:59.326Z | uploading: /work/release/xde_link.so (45116 bytes) |
| 878 | 2026-07-16T19:33:00.337Z | uploaded: /work/release/xde_link.so |
| 879 | 2026-07-16T19:33:00.337Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
| 880 | 2026-07-16T19:33:01.348Z | uploaded: /work/release/xde_link.so.sha256 |
| 881 | 2026-07-16T19:33:01.348Z | uploading: /work/test/loopback (51625408 bytes) |
| 882 | 2026-07-16T19:33:02.708Z | uploaded: /work/test/loopback |
| 883 | 2026-07-16T19:33:02.708Z | uploading: /work/test/multicast_rx (51921640 bytes) |
| 884 | 2026-07-16T19:33:04.053Z | uploaded: /work/test/multicast_rx |
| 885 | 2026-07-16T19:33:04.053Z | uploading: /work/test/multicast_multi_sub (57952328 bytes) |
| 886 | 2026-07-16T19:33:05.482Z | uploaded: /work/test/multicast_multi_sub |
| 887 | 2026-07-16T19:33:05.482Z | uploading: /work/test/multicast_validation (52076120 bytes) |
| 888 | 2026-07-16T19:33:07.037Z | uploaded: /work/test/multicast_validation |
| 889 | 2026-07-16T19:33:07.037Z | uploading: /work/test/multicast_source_filter (52382496 bytes) |
| 890 | 2026-07-16T19:33:08.389Z | uploaded: /work/test/multicast_source_filter |
| 891 | 2026-07-16T19:33:08.389Z | uploading: /work/xde.conf (79 bytes) |
| 892 | 2026-07-16T19:33:09.397Z | uploaded: /work/xde.conf |