|
|
|
| 1 | 2026-03-05T04:14:46.452Z | job assigned to worker 01KJY37B0W1BX5JM4QJNR1TBTN [factory aws, i-02590ead5d2d6b739] (queued for 59 s) |
| |
| 2 | 2026-03-05T04:14:54.916Z | starting task 0: "setup" |
| 3 | 2026-03-05T04:14:54.919Z | ++ uname -s |
| 4 | 2026-03-05T04:14:54.923Z | + kern=SunOS |
| 5 | 2026-03-05T04:14:54.923Z | + build_user=build |
| 6 | 2026-03-05T04:14:54.923Z | + build_uid=12345 |
| 7 | 2026-03-05T04:14:54.923Z | + work_dir=/work |
| 8 | 2026-03-05T04:14:54.923Z | + input_dir=/input |
| 9 | 2026-03-05T04:14:54.923Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-05T04:14:54.923Z | + case "$kern" in |
| 11 | 2026-03-05T04:14:54.923Z | + groupadd -g 12345 build |
| 12 | 2026-03-05T04:14:54.926Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-05T04:14:56.935Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-05T04:14:57.062Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-05T04:14:57.066Z | + home_fs=zfs |
| 16 | 2026-03-05T04:14:57.066Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-05T04:14:57.066Z | + mkdir -p /home/build |
| 18 | 2026-03-05T04:14:57.069Z | + chown build:build /home/build /work |
| 19 | 2026-03-05T04:14:59.069Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-05T04:14:59.072Z | process exited: duration 4158 ms, exit code 0 |
| |
| 21 | 2026-03-05T04:14:59.078Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-05T04:14:59.083Z | + printf ' * rust toolchain channel = "%s"\n' 1.93.1 |
| 23 | 2026-03-05T04:14:59.083Z | * rust toolchain channel = "1.93.1" |
| 24 | 2026-03-05T04:14:59.083Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-03-05T04:14:59.083Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-03-05T04:14:59.083Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-05T04:14:59.084Z | * rust toolchain profile = "default" |
| 28 | 2026-03-05T04:14:59.086Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-05T04:14:59.087Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default |
| 30 | 2026-03-05T04:14:59.211Z | info: downloading installer |
| 31 | 2026-03-05T04:15:00.902Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-05T04:15:00.902Z | warn: /opt/ooce/bin |
| 33 | 2026-03-05T04:15:00.902Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-05T04:15:00.902Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-05T04:15:00.902Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-05T04:15:00.902Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-05T04:15:00.902Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-05T04:15:00.902Z | error: cannot install while Rust is installed |
| 39 | 2026-03-05T04:15:00.902Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-05T04:15:00.911Z | info: profile set to 'default' |
| 41 | 2026-03-05T04:15:00.916Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-05T04:15:00.932Z | info: syncing channel updates for '1.93.1-x86_64-unknown-illumos' |
| 43 | 2026-03-05T04:15:01.066Z | info: latest update on 2026-02-12, rust version 1.93.1 (01f6ddf75 2026-02-11) |
| 44 | 2026-03-05T04:15:01.067Z | info: downloading component 'cargo' |
| 45 | 2026-03-05T04:15:02.049Z | info: downloading component 'clippy' |
| 46 | 2026-03-05T04:15:02.415Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-05T04:15:03.846Z | info: downloading component 'rust-std' |
| 48 | 2026-03-05T04:15:05.606Z | info: downloading component 'rustc' |
| 49 | 2026-03-05T04:15:12.870Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-05T04:15:13.177Z | info: installing component 'cargo' |
| 51 | 2026-03-05T04:15:14.080Z | info: installing component 'clippy' |
| 52 | 2026-03-05T04:15:14.477Z | info: installing component 'rust-docs' |
| 53 | 2026-03-05T04:15:16.439Z | info: installing component 'rust-std' |
| 54 | 2026-03-05T04:15:18.234Z | info: installing component 'rustc' |
| 55 | 2026-03-05T04:15:24.901Z | info: installing component 'rustfmt' |
| 56 | 2026-03-05T04:15:25.222Z | info: default toolchain set to '1.93.1-x86_64-unknown-illumos' |
| 57 | 2026-03-05T04:15:25.223Z | |
| 58 | 2026-03-05T04:15:25.705Z | 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11) |
| 59 | 2026-03-05T04:15:25.705Z | |
| 60 | 2026-03-05T04:15:25.708Z | |
| 61 | 2026-03-05T04:15:25.709Z | Rust is installed now. Great! |
| 62 | 2026-03-05T04:15:25.709Z | |
| 63 | 2026-03-05T04:15:25.709Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-05T04:15:25.709Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-05T04:15:25.709Z | |
| 66 | 2026-03-05T04:15:25.709Z | To configure your current shell, you need to source |
| 67 | 2026-03-05T04:15:25.709Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-05T04:15:25.709Z | |
| 69 | 2026-03-05T04:15:25.709Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-05T04:15:25.709Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-05T04:15:25.709Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-05T04:15:25.709Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-05T04:15:25.836Z | + rustup --version |
| 74 | 2026-03-05T04:15:25.847Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-05T04:15:25.849Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-05T04:15:25.921Z | info: The currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)` |
| 77 | 2026-03-05T04:15:25.924Z | + cargo --version |
| 78 | 2026-03-05T04:15:25.981Z | cargo 1.93.1 (083ac5135 2025-12-15) |
| 79 | 2026-03-05T04:15:25.984Z | + rustc --version |
| 80 | 2026-03-05T04:15:26.047Z | rustc 1.93.1 (01f6ddf75 2026-02-11) |
| 81 | 2026-03-05T04:15:26.050Z | process exited: duration 26967 ms, exit code 0 |
| |
| 82 | 2026-03-05T04:15:26.056Z | starting task 2: "authentication" |
| 83 | 2026-03-05T04:15:26.079Z | process exited: duration 20 ms, exit code 0 |
| |
| 84 | 2026-03-05T04:15:26.086Z | starting task 3: "clone repository" |
| 85 | 2026-03-05T04:15:26.089Z | + mkdir -p /work/oxidecomputer/opte |
| 86 | 2026-03-05T04:15:26.093Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 87 | 2026-03-05T04:15:26.137Z | Cloning into '/work/oxidecomputer/opte'... |
| 88 | 2026-03-05T04:15:29.562Z | + cd /work/oxidecomputer/opte |
| 89 | 2026-03-05T04:15:29.562Z | + git fetch origin bbf6c585ebaaddf54a1df3f257b3273c284a7899 |
| 90 | 2026-03-05T04:15:30.335Z | From https://github.com/oxidecomputer/opte |
| 91 | 2026-03-05T04:15:30.335Z | * branch bbf6c585ebaaddf54a1df3f257b3273c284a7899 -> FETCH_HEAD |
| 92 | 2026-03-05T04:15:30.344Z | + [[ -n renovate/toml-1.x-lockfile ]] |
| 93 | 2026-03-05T04:15:30.346Z | ++ git branch --show-current |
| 94 | 2026-03-05T04:15:30.349Z | + current=master |
| 95 | 2026-03-05T04:15:30.349Z | + [[ master != renovate/toml-1.x-lockfile ]] |
| 96 | 2026-03-05T04:15:30.349Z | + git branch -f renovate/toml-1.x-lockfile bbf6c585ebaaddf54a1df3f257b3273c284a7899 |
| 97 | 2026-03-05T04:15:30.353Z | + git checkout -f renovate/toml-1.x-lockfile |
| 98 | 2026-03-05T04:15:30.376Z | Switched to branch 'renovate/toml-1.x-lockfile' |
| 99 | 2026-03-05T04:15:30.379Z | + git reset --hard bbf6c585ebaaddf54a1df3f257b3273c284a7899 |
| 100 | 2026-03-05T04:15:30.382Z | HEAD is now at bbf6c58 Update Rust crate toml to v1.0.4 |
| 101 | 2026-03-05T04:15:30.385Z | process exited: duration 4298 ms, exit code 0 |
| |
| 102 | 2026-03-05T04:15:30.390Z | starting task 4: "build" |
| 103 | 2026-03-05T04:15:30.396Z | + source .github/buildomat/common.sh |
| 104 | 2026-03-05T04:15:30.398Z | ++ rustup show active-toolchain |
| 105 | 2026-03-05T04:15:30.439Z | 1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 106 | 2026-03-05T04:15:30.442Z | ++ pushd xde |
| 107 | 2026-03-05T04:15:30.442Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 108 | 2026-03-05T04:15:30.442Z | ++ rustup show active-toolchain |
| 109 | 2026-03-05T04:15:30.449Z | info: syncing channel updates for 'nightly-2026-02-24-x86_64-unknown-illumos' |
| 110 | 2026-03-05T04:15:30.623Z | info: latest update on 2026-02-24, rust version 1.95.0-nightly (b3869b94c 2026-02-23) |
| 111 | 2026-03-05T04:15:30.626Z | info: downloading component 'cargo' |
| 112 | 2026-03-05T04:15:31.605Z | info: downloading component 'clippy' |
| 113 | 2026-03-05T04:15:32.062Z | info: downloading component 'rust-src' |
| 114 | 2026-03-05T04:15:32.400Z | info: downloading component 'rust-std' |
| 115 | 2026-03-05T04:15:34.701Z | info: downloading component 'rustc' |
| 116 | 2026-03-05T04:15:43.698Z | info: downloading component 'rustfmt' |
| 117 | 2026-03-05T04:15:44.024Z | info: installing component 'cargo' |
| 118 | 2026-03-05T04:15:44.934Z | info: installing component 'clippy' |
| 119 | 2026-03-05T04:15:45.338Z | info: installing component 'rust-src' |
| 120 | 2026-03-05T04:15:45.747Z | info: installing component 'rust-std' |
| 121 | 2026-03-05T04:15:47.513Z | info: installing component 'rustc' |
| 122 | 2026-03-05T04:15:54.060Z | info: installing component 'rustfmt' |
| 123 | 2026-03-05T04:15:54.375Z | nightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 124 | 2026-03-05T04:15:54.465Z | +++ rustup show active-toolchain -v |
| 125 | 2026-03-05T04:15:54.469Z | +++ head -n 1 |
| 126 | 2026-03-05T04:15:54.469Z | +++ cut '-d ' -f1 |
| 127 | 2026-03-05T04:15:54.562Z | ++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos |
| 128 | 2026-03-05T04:15:54.562Z | ++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos |
| 129 | 2026-03-05T04:15:54.562Z | ++ popd |
| 130 | 2026-03-05T04:15:54.565Z | /work/oxidecomputer/opte |
| 131 | 2026-03-05T04:15:54.565Z | + TGT_BASE=/work |
| 132 | 2026-03-05T04:15:54.565Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 133 | 2026-03-05T04:15:54.565Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 134 | 2026-03-05T04:15:54.565Z | + DBG_TGT=/work/debug |
| 135 | 2026-03-05T04:15:54.566Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 136 | 2026-03-05T04:15:54.566Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 137 | 2026-03-05T04:15:54.566Z | + REL_TGT=/work/release |
| 138 | 2026-03-05T04:15:54.566Z | + mkdir -p /work/debug /work/release |
| 139 | 2026-03-05T04:15:54.566Z | + cargo --version |
| 140 | 2026-03-05T04:15:54.616Z | cargo 1.93.1 (083ac5135 2025-12-15) |
| 141 | 2026-03-05T04:15:54.619Z | + rustc --version |
| 142 | 2026-03-05T04:15:54.682Z | rustc 1.93.1 (01f6ddf75 2026-02-11) |
| 143 | 2026-03-05T04:15:54.684Z | + install_pkg jq |
| 144 | 2026-03-05T04:15:54.685Z | + set +o errexit |
| 145 | 2026-03-05T04:15:54.685Z | + pfexec pkg install jq |
| 146 | 2026-03-05T04:16:05.428Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 147 | 2026-03-05T04:16:15.967Z | Startup: Caching catalogs ... Done |
| 148 | 2026-03-05T04:16:39.936Z | Planning: Solver setup ... Done |
| 149 | 2026-03-05T04:16:40.095Z | Planning: Running solver ... Done |
| 150 | 2026-03-05T04:16:40.258Z | Planning: Consolidating action changes ... Done |
| 151 | 2026-03-05T04:16:40.261Z | Planning: Evaluating mediators ... Done |
| 152 | 2026-03-05T04:16:40.261Z | Planning: Planning completed in 24.14 seconds |
| 153 | 2026-03-05T04:16:40.284Z | No updates necessary for this image. |
| 154 | 2026-03-05T04:16:41.535Z | + exit_code=4 |
| 155 | 2026-03-05T04:16:41.535Z | + [[ 4 -ne 0 ]] |
| 156 | 2026-03-05T04:16:41.538Z | + [[ 4 -ne 4 ]] |
| 157 | 2026-03-05T04:16:41.538Z | + set -o errexit |
| 158 | 2026-03-05T04:16:41.538Z | + pushd xde |
| 159 | 2026-03-05T04:16:41.538Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 160 | 2026-03-05T04:16:41.538Z | + cp xde.conf /work/xde.conf |
| 161 | 2026-03-05T04:16:41.538Z | + header 'check style' |
| 162 | 2026-03-05T04:16:41.538Z | + echo '# ==== check style ==== #' |
| 163 | 2026-03-05T04:16:41.538Z | # ==== check style ==== # |
| 164 | 2026-03-05T04:16:41.538Z | + ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 165 | 2026-03-05T04:16:41.952Z | |
| 166 | 2026-03-05T04:16:41.952Z | real 0.409633084 |
| 167 | 2026-03-05T04:16:41.952Z | user 0.301337562 |
| 168 | 2026-03-05T04:16:41.952Z | sys 0.099060064 |
| 169 | 2026-03-05T04:16:41.952Z | trap 0.000019945 |
| 170 | 2026-03-05T04:16:41.952Z | tflt 0.000040882 |
| 171 | 2026-03-05T04:16:41.952Z | dflt 0.000025744 |
| 172 | 2026-03-05T04:16:41.952Z | kflt 0.000000000 |
| 173 | 2026-03-05T04:16:41.952Z | lock 0.571418387 |
| 174 | 2026-03-05T04:16:41.952Z | slp 0.399446922 |
| 175 | 2026-03-05T04:16:41.952Z | lat 0.001646446 |
| 176 | 2026-03-05T04:16:41.952Z | stop 0.000163297 |
| 177 | 2026-03-05T04:16:41.955Z | + header analyze |
| 178 | 2026-03-05T04:16:41.955Z | + echo '# ==== analyze ==== #' |
| 179 | 2026-03-05T04:16:41.955Z | # ==== analyze ==== # |
| 180 | 2026-03-05T04:16:41.955Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 181 | 2026-03-05T04:16:42.254Z | Updating crates.io index |
| 182 | 2026-03-05T04:16:42.257Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 183 | 2026-03-05T04:16:45.685Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 184 | 2026-03-05T04:16:46.558Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 185 | 2026-03-05T04:16:47.358Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 186 | 2026-03-05T04:16:48.036Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 187 | 2026-03-05T04:16:48.853Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 188 | 2026-03-05T04:16:49.498Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 189 | 2026-03-05T04:16:51.700Z | Downloading crates ... |
| 190 | 2026-03-05T04:16:51.758Z | Downloaded crc32fast v1.5.0 |
| 191 | 2026-03-05T04:16:51.763Z | Downloaded defmt v1.0.1 |
| 192 | 2026-03-05T04:16:51.767Z | Downloaded serde_derive v1.0.228 |
| 193 | 2026-03-05T04:16:51.770Z | Downloaded ref-cast v1.0.25 |
| 194 | 2026-03-05T04:16:51.782Z | Downloaded version_check v0.9.5 |
| 195 | 2026-03-05T04:16:51.785Z | Downloaded quote v1.0.44 |
| 196 | 2026-03-05T04:16:51.788Z | Downloaded ingot-types v0.1.2 |
| 197 | 2026-03-05T04:16:51.791Z | Downloaded embedded-io v0.6.1 |
| 198 | 2026-03-05T04:16:51.791Z | Downloaded defmt-macros v1.0.1 |
| 199 | 2026-03-05T04:16:51.794Z | Downloaded proc-macro2 v1.0.106 |
| 200 | 2026-03-05T04:16:51.796Z | Downloaded cfg-if v1.0.4 |
| 201 | 2026-03-05T04:16:51.803Z | Downloaded macaddr v1.0.1 |
| 202 | 2026-03-05T04:16:51.810Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 203 | 2026-03-05T04:16:51.813Z | Downloaded dyn-clone v1.0.20 |
| 204 | 2026-03-05T04:16:51.815Z | Downloaded bitflags v1.3.2 |
| 205 | 2026-03-05T04:16:51.818Z | Downloaded either v1.15.0 |
| 206 | 2026-03-05T04:16:51.821Z | Downloaded stable_deref_trait v1.2.1 |
| 207 | 2026-03-05T04:16:51.824Z | Downloaded embedded-io v0.4.0 |
| 208 | 2026-03-05T04:16:51.828Z | Downloaded defmt v0.3.100 |
| 209 | 2026-03-05T04:16:51.830Z | Downloaded darling_macro v0.21.3 |
| 210 | 2026-03-05T04:16:51.830Z | Downloaded cobs v0.3.0 |
| 211 | 2026-03-05T04:16:51.830Z | Downloaded postcard v1.1.3 |
| 212 | 2026-03-05T04:16:51.835Z | Downloaded thiserror v2.0.18 |
| 213 | 2026-03-05T04:16:51.840Z | Downloaded managed v0.8.0 |
| 214 | 2026-03-05T04:16:51.843Z | Downloaded hash32 v0.3.1 |
| 215 | 2026-03-05T04:16:51.845Z | Downloaded ident_case v1.0.1 |
| 216 | 2026-03-05T04:16:51.845Z | Downloaded fnv v1.0.7 |
| 217 | 2026-03-05T04:16:51.848Z | Downloaded ingot v0.1.1 |
| 218 | 2026-03-05T04:16:51.852Z | Downloaded ref-cast-impl v1.0.25 |
| 219 | 2026-03-05T04:16:51.854Z | Downloaded proc-macro-error2 v2.0.1 |
| 220 | 2026-03-05T04:16:51.859Z | Downloaded serde v1.0.228 |
| 221 | 2026-03-05T04:16:51.862Z | Downloaded defmt-parser v1.0.0 |
| 222 | 2026-03-05T04:16:51.865Z | Downloaded byteorder v1.5.0 |
| 223 | 2026-03-05T04:16:51.867Z | Downloaded bitflags v2.10.0 |
| 224 | 2026-03-05T04:16:51.871Z | Downloaded heapless v0.8.0 |
| 225 | 2026-03-05T04:16:51.874Z | Downloaded memchr v2.8.0 |
| 226 | 2026-03-05T04:16:51.879Z | Downloaded thiserror-impl v2.0.18 |
| 227 | 2026-03-05T04:16:51.888Z | Downloaded unicode-ident v1.0.23 |
| 228 | 2026-03-05T04:16:51.893Z | Downloaded strsim v0.11.1 |
| 229 | 2026-03-05T04:16:51.898Z | Downloaded ingot-macros v0.1.1 |
| 230 | 2026-03-05T04:16:51.898Z | Downloaded darling v0.21.3 |
| 231 | 2026-03-05T04:16:51.902Z | Downloaded uuid v1.20.0 |
| 232 | 2026-03-05T04:16:51.905Z | Downloaded serde_core v1.0.228 |
| 233 | 2026-03-05T04:16:51.907Z | Downloaded aho-corasick v1.1.4 |
| 234 | 2026-03-05T04:16:51.912Z | Downloaded darling_core v0.21.3 |
| 235 | 2026-03-05T04:16:51.928Z | Downloaded zerocopy-derive v0.8.39 |
| 236 | 2026-03-05T04:16:51.942Z | Downloaded regex v1.12.3 |
| 237 | 2026-03-05T04:16:51.955Z | Downloaded itertools v0.14.0 |
| 238 | 2026-03-05T04:16:51.983Z | Downloaded syn v2.0.114 |
| 239 | 2026-03-05T04:16:51.993Z | Downloaded zerocopy v0.8.39 |
| 240 | 2026-03-05T04:16:52.010Z | Downloaded smoltcp v0.11.0 |
| 241 | 2026-03-05T04:16:52.020Z | Downloaded regex-syntax v0.8.9 |
| 242 | 2026-03-05T04:16:52.033Z | Downloaded regex-automata v0.4.14 |
| 243 | 2026-03-05T04:16:52.052Z | Updating crates.io index |
| 244 | 2026-03-05T04:16:52.144Z | Downloading crates ... |
| 245 | 2026-03-05T04:16:52.207Z | Downloaded addr2line v0.25.1 |
| 246 | 2026-03-05T04:16:52.222Z | Downloaded adler2 v2.0.1 |
| 247 | 2026-03-05T04:16:52.225Z | Downloaded rustc-literal-escaper v0.0.7 |
| 248 | 2026-03-05T04:16:52.225Z | Downloaded rustc-demangle v0.1.27 |
| 249 | 2026-03-05T04:16:52.227Z | Downloaded getopts v0.2.24 |
| 250 | 2026-03-05T04:16:52.227Z | Downloaded foldhash v0.2.0 |
| 251 | 2026-03-05T04:16:52.238Z | Downloaded memchr v2.7.6 |
| 252 | 2026-03-05T04:16:52.248Z | Downloaded miniz_oxide v0.8.9 |
| 253 | 2026-03-05T04:16:52.272Z | Downloaded hashbrown v0.16.1 |
| 254 | 2026-03-05T04:16:52.303Z | Downloaded gimli v0.32.3 |
| 255 | 2026-03-05T04:16:52.313Z | Downloaded object v0.37.3 |
| 256 | 2026-03-05T04:16:52.346Z | Downloaded libc v0.2.178 |
| 257 | 2026-03-05T04:16:52.422Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 258 | 2026-03-05T04:16:52.422Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 259 | 2026-03-05T04:16:52.429Z | Compiling proc-macro2 v1.0.106 |
| 260 | 2026-03-05T04:16:52.429Z | Compiling quote v1.0.44 |
| 261 | 2026-03-05T04:16:52.429Z | Compiling unicode-ident v1.0.23 |
| 262 | 2026-03-05T04:16:52.429Z | Compiling serde_core v1.0.228 |
| 263 | 2026-03-05T04:16:52.429Z | Compiling strsim v0.11.1 |
| 264 | 2026-03-05T04:16:52.429Z | Compiling fnv v1.0.7 |
| 265 | 2026-03-05T04:16:52.662Z | Compiling ident_case v1.0.1 |
| 266 | 2026-03-05T04:16:52.723Z | Compiling memchr v2.8.0 |
| 267 | 2026-03-05T04:16:52.845Z | Compiling regex-syntax v0.8.9 |
| 268 | 2026-03-05T04:16:53.250Z | Compiling thiserror v2.0.18 |
| 269 | 2026-03-05T04:16:53.263Z | Compiling either v1.15.0 |
| 270 | 2026-03-05T04:16:53.309Z | Compiling zerocopy v0.8.39 |
| 271 | 2026-03-05T04:16:53.480Z | Compiling serde v1.0.228 |
| 272 | 2026-03-05T04:16:53.654Z | Compiling aho-corasick v1.1.4 |
| 273 | 2026-03-05T04:16:54.276Z | Compiling itertools v0.14.0 |
| 274 | 2026-03-05T04:16:54.355Z | Compiling heapless v0.8.0 |
| 275 | 2026-03-05T04:16:54.420Z | Compiling smoltcp v0.11.0 |
| 276 | 2026-03-05T04:16:54.797Z | Compiling syn v2.0.114 |
| 277 | 2026-03-05T04:16:55.007Z | Compiling crc32fast v1.5.0 |
| 278 | 2026-03-05T04:16:55.267Z | Compiling version_check v0.9.5 |
| 279 | 2026-03-05T04:16:55.291Z | Compiling ref-cast v1.0.25 |
| 280 | 2026-03-05T04:16:55.910Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 281 | 2026-03-05T04:16:56.335Z | Compiling regex-automata v0.4.14 |
| 282 | 2026-03-05T04:16:59.421Z | Compiling regex v1.12.3 |
| 283 | 2026-03-05T04:16:59.924Z | Compiling darling_core v0.21.3 |
| 284 | 2026-03-05T04:17:01.954Z | Compiling serde_derive v1.0.228 |
| 285 | 2026-03-05T04:17:01.954Z | Compiling zerocopy-derive v0.8.39 |
| 286 | 2026-03-05T04:17:01.957Z | Compiling thiserror-impl v2.0.18 |
| 287 | 2026-03-05T04:17:01.957Z | Compiling ref-cast-impl v1.0.25 |
| 288 | 2026-03-05T04:17:01.958Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 289 | 2026-03-05T04:17:04.840Z | Compiling darling_macro v0.21.3 |
| 290 | 2026-03-05T04:17:06.289Z | Compiling darling v0.21.3 |
| 291 | 2026-03-05T04:17:06.375Z | Compiling ingot-macros v0.1.1 |
| 292 | 2026-03-05T04:17:06.378Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 293 | 2026-03-05T04:17:16.826Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 294 | 2026-03-05T04:17:20.745Z | Checking byteorder v1.5.0 |
| 295 | 2026-03-05T04:17:20.745Z | Checking cfg-if v1.0.4 |
| 296 | 2026-03-05T04:17:20.748Z | Checking macaddr v1.0.1 |
| 297 | 2026-03-05T04:17:20.748Z | Checking stable_deref_trait v1.2.1 |
| 298 | 2026-03-05T04:17:20.748Z | Checking managed v0.8.0 |
| 299 | 2026-03-05T04:17:20.849Z | Checking bitflags v1.3.2 |
| 300 | 2026-03-05T04:17:20.908Z | Checking cobs v0.3.0 |
| 301 | 2026-03-05T04:17:21.048Z | Checking hash32 v0.3.1 |
| 302 | 2026-03-05T04:17:21.128Z | Checking dyn-clone v1.0.20 |
| 303 | 2026-03-05T04:17:21.139Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 304 | 2026-03-05T04:17:23.371Z | Checking bitflags v2.10.0 |
| 305 | 2026-03-05T04:17:23.374Z | Checking uuid v1.20.0 |
| 306 | 2026-03-05T04:17:23.641Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 307 | 2026-03-05T04:17:24.070Z | Checking postcard v1.1.3 |
| 308 | 2026-03-05T04:17:25.504Z | Checking ingot-types v0.1.2 |
| 309 | 2026-03-05T04:17:25.977Z | Checking ingot v0.1.1 |
| 310 | 2026-03-05T04:17:28.398Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 311 | 2026-03-05T04:17:35.684Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 312 | 2026-03-05T04:17:38.280Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 313 | 2026-03-05T04:17:42.449Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1m 00s |
| 314 | 2026-03-05T04:17:42.571Z | |
| 315 | 2026-03-05T04:17:42.572Z | real 1:00.602825220 |
| 316 | 2026-03-05T04:17:42.572Z | user 2:28.317185897 |
| 317 | 2026-03-05T04:17:42.572Z | sys 15.447207581 |
| 318 | 2026-03-05T04:17:42.572Z | trap 0.068995071 |
| 319 | 2026-03-05T04:17:42.572Z | tflt 0.045748404 |
| 320 | 2026-03-05T04:17:42.575Z | dflt 0.223556917 |
| 321 | 2026-03-05T04:17:42.575Z | kflt 0.003312871 |
| 322 | 2026-03-05T04:17:42.575Z | lock 7:31.960712485 |
| 323 | 2026-03-05T04:17:42.575Z | slp 6:07.612024511 |
| 324 | 2026-03-05T04:17:42.575Z | lat 3.977935975 |
| 325 | 2026-03-05T04:17:42.575Z | stop 9.722052916 |
| 326 | 2026-03-05T04:17:42.575Z | + pushd xde-link |
| 327 | 2026-03-05T04:17:42.575Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 328 | 2026-03-05T04:17:42.575Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 329 | 2026-03-05T04:17:42.873Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 330 | 2026-03-05T04:17:42.873Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 331 | 2026-03-05T04:17:42.873Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 332 | 2026-03-05T04:18:02.348Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 333 | 2026-03-05T04:18:06.360Z | Finished `dev` profile [optimized + debuginfo] target(s) in 23.65s |
| 334 | 2026-03-05T04:18:06.383Z | |
| 335 | 2026-03-05T04:18:06.386Z | real 23.800219642 |
| 336 | 2026-03-05T04:18:06.386Z | user 41.023383062 |
| 337 | 2026-03-05T04:18:06.386Z | sys 1.734767953 |
| 338 | 2026-03-05T04:18:06.386Z | trap 0.012890651 |
| 339 | 2026-03-05T04:18:06.386Z | tflt 0.002900085 |
| 340 | 2026-03-05T04:18:06.386Z | dflt 0.071386543 |
| 341 | 2026-03-05T04:18:06.386Z | kflt 0.000000000 |
| 342 | 2026-03-05T04:18:06.386Z | lock 2:13.789388361 |
| 343 | 2026-03-05T04:18:06.386Z | slp 1:19.659717311 |
| 344 | 2026-03-05T04:18:06.386Z | lat 0.594192016 |
| 345 | 2026-03-05T04:18:06.386Z | stop 0.167942983 |
| 346 | 2026-03-05T04:18:06.386Z | + popd |
| 347 | 2026-03-05T04:18:06.386Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 348 | 2026-03-05T04:18:06.386Z | + popd |
| 349 | 2026-03-05T04:18:06.386Z | /work/oxidecomputer/opte |
| 350 | 2026-03-05T04:18:06.386Z | + header 'build xde (debug)' |
| 351 | 2026-03-05T04:18:06.386Z | + echo '# ==== build xde (debug) ==== #' |
| 352 | 2026-03-05T04:18:06.386Z | # ==== build xde (debug) ==== # |
| 353 | 2026-03-05T04:18:06.386Z | + ptime -m cargo xtask build --profile debug xde xde-link |
| 354 | 2026-03-05T04:18:06.616Z | Downloading crates ... |
| 355 | 2026-03-05T04:18:06.669Z | Downloaded anstyle v1.0.13 |
| 356 | 2026-03-05T04:18:06.676Z | Downloaded camino v1.2.2 |
| 357 | 2026-03-05T04:18:06.679Z | Downloaded is_terminal_polyfill v1.70.2 |
| 358 | 2026-03-05T04:18:06.682Z | Downloaded serde_spanned v1.0.4 |
| 359 | 2026-03-05T04:18:06.684Z | Downloaded semver v1.0.27 |
| 360 | 2026-03-05T04:18:06.695Z | Downloaded clap_builder v4.5.57 |
| 361 | 2026-03-05T04:18:06.700Z | Downloaded cargo-platform v0.3.2 |
| 362 | 2026-03-05T04:18:06.703Z | Downloaded anyhow v1.0.101 |
| 363 | 2026-03-05T04:18:06.706Z | Downloaded anstyle-parse v0.2.7 |
| 364 | 2026-03-05T04:18:06.710Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 365 | 2026-03-05T04:18:06.713Z | Downloaded itoa v1.0.17 |
| 366 | 2026-03-05T04:18:06.722Z | Downloaded clap v4.5.57 |
| 367 | 2026-03-05T04:18:06.730Z | Downloaded terminal_size v0.4.3 |
| 368 | 2026-03-05T04:18:06.733Z | Downloaded heck v0.5.0 |
| 369 | 2026-03-05T04:18:06.736Z | Downloaded utf8parse v0.2.2 |
| 370 | 2026-03-05T04:18:06.736Z | Downloaded clap_lex v0.7.7 |
| 371 | 2026-03-05T04:18:06.738Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 372 | 2026-03-05T04:18:06.741Z | Downloaded zmij v1.0.20 |
| 373 | 2026-03-05T04:18:06.743Z | Downloaded cargo_metadata v0.23.1 |
| 374 | 2026-03-05T04:18:06.746Z | Downloaded errno v0.3.14 |
| 375 | 2026-03-05T04:18:06.746Z | Downloaded equivalent v1.0.2 |
| 376 | 2026-03-05T04:18:06.746Z | Downloaded colorchoice v1.0.4 |
| 377 | 2026-03-05T04:18:06.749Z | Downloaded anstyle-query v1.1.5 |
| 378 | 2026-03-05T04:18:06.749Z | Downloaded anstream v0.6.21 |
| 379 | 2026-03-05T04:18:06.751Z | Downloaded winnow v0.7.14 |
| 380 | 2026-03-05T04:18:06.758Z | Downloaded toml v1.0.4+spec-1.1.0 |
| 381 | 2026-03-05T04:18:06.762Z | Downloaded clap_derive v4.5.55 |
| 382 | 2026-03-05T04:18:06.764Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 383 | 2026-03-05T04:18:06.769Z | Downloaded serde_json v1.0.149 |
| 384 | 2026-03-05T04:18:06.781Z | Downloaded indexmap v2.13.0 |
| 385 | 2026-03-05T04:18:06.803Z | Downloaded rustix v1.1.3 |
| 386 | 2026-03-05T04:18:06.838Z | Downloaded libc v0.2.180 |
| 387 | 2026-03-05T04:18:06.904Z | Compiling proc-macro2 v1.0.106 |
| 388 | 2026-03-05T04:18:06.904Z | Compiling serde_core v1.0.228 |
| 389 | 2026-03-05T04:18:06.904Z | Compiling unicode-ident v1.0.23 |
| 390 | 2026-03-05T04:18:06.907Z | Compiling quote v1.0.44 |
| 391 | 2026-03-05T04:18:06.907Z | Compiling libc v0.2.180 |
| 392 | 2026-03-05T04:18:06.907Z | Compiling rustix v1.1.3 |
| 393 | 2026-03-05T04:18:06.908Z | Compiling bitflags v2.10.0 |
| 394 | 2026-03-05T04:18:06.908Z | Compiling utf8parse v0.2.2 |
| 395 | 2026-03-05T04:18:07.144Z | Compiling zmij v1.0.20 |
| 396 | 2026-03-05T04:18:07.170Z | Compiling anstyle-parse v0.2.7 |
| 397 | 2026-03-05T04:18:07.552Z | Compiling anstyle-query v1.1.5 |
| 398 | 2026-03-05T04:18:07.565Z | Compiling camino v1.2.2 |
| 399 | 2026-03-05T04:18:07.706Z | Compiling serde_json v1.0.149 |
| 400 | 2026-03-05T04:18:07.739Z | Compiling colorchoice v1.0.4 |
| 401 | 2026-03-05T04:18:07.863Z | Compiling thiserror v2.0.18 |
| 402 | 2026-03-05T04:18:07.909Z | Compiling serde v1.0.228 |
| 403 | 2026-03-05T04:18:07.948Z | Compiling anstyle v1.0.13 |
| 404 | 2026-03-05T04:18:08.105Z | Compiling is_terminal_polyfill v1.70.2 |
| 405 | 2026-03-05T04:18:08.223Z | Compiling itoa v1.0.17 |
| 406 | 2026-03-05T04:18:08.459Z | Compiling errno v0.3.14 |
| 407 | 2026-03-05T04:18:08.516Z | Compiling anstream v0.6.21 |
| 408 | 2026-03-05T04:18:08.589Z | Compiling winnow v0.7.14 |
| 409 | 2026-03-05T04:18:08.752Z | Compiling clap_lex v0.7.7 |
| 410 | 2026-03-05T04:18:08.846Z | Compiling memchr v2.8.0 |
| 411 | 2026-03-05T04:18:09.334Z | Compiling anyhow v1.0.101 |
| 412 | 2026-03-05T04:18:09.536Z | Compiling syn v2.0.114 |
| 413 | 2026-03-05T04:18:09.553Z | Compiling strsim v0.11.1 |
| 414 | 2026-03-05T04:18:09.610Z | Compiling heck v0.5.0 |
| 415 | 2026-03-05T04:18:09.951Z | Compiling terminal_size v0.4.3 |
| 416 | 2026-03-05T04:18:10.191Z | Compiling clap_builder v4.5.57 |
| 417 | 2026-03-05T04:18:10.396Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 418 | 2026-03-05T04:18:11.864Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 419 | 2026-03-05T04:18:12.221Z | Compiling semver v1.0.27 |
| 420 | 2026-03-05T04:18:12.343Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 421 | 2026-03-05T04:18:12.514Z | Compiling cargo-platform v0.3.2 |
| 422 | 2026-03-05T04:18:13.411Z | Compiling serde_spanned v1.0.4 |
| 423 | 2026-03-05T04:18:13.702Z | Compiling toml v1.0.4+spec-1.1.0 |
| 424 | 2026-03-05T04:18:15.450Z | Compiling thiserror-impl v2.0.18 |
| 425 | 2026-03-05T04:18:16.023Z | Compiling serde_derive v1.0.228 |
| 426 | 2026-03-05T04:18:16.691Z | Compiling clap_derive v4.5.55 |
| 427 | 2026-03-05T04:18:20.543Z | Compiling clap v4.5.57 |
| 428 | 2026-03-05T04:18:23.299Z | Compiling cargo_metadata v0.23.1 |
| 429 | 2026-03-05T04:18:27.578Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 430 | 2026-03-05T04:18:30.172Z | Finished `dev` profile [optimized + debuginfo] target(s) in 23.73s |
| 431 | 2026-03-05T04:18:30.190Z | Running `target/debug/xtask build --profile debug xde xde-link` |
| 432 | 2026-03-05T04:18:32.476Z | Building xde (dev). |
| 433 | 2026-03-05T04:18:32.798Z | Compiling serde_core v1.0.228 |
| 434 | 2026-03-05T04:18:32.800Z | Compiling byteorder v1.5.0 |
| 435 | 2026-03-05T04:18:32.800Z | Compiling cfg-if v1.0.4 |
| 436 | 2026-03-05T04:18:32.801Z | Compiling stable_deref_trait v1.2.1 |
| 437 | 2026-03-05T04:18:32.801Z | Compiling macaddr v1.0.1 |
| 438 | 2026-03-05T04:18:32.834Z | Compiling thiserror v2.0.18 |
| 439 | 2026-03-05T04:18:32.839Z | Compiling zerocopy v0.8.39 |
| 440 | 2026-03-05T04:18:32.845Z | Compiling managed v0.8.0 |
| 441 | 2026-03-05T04:18:32.906Z | Compiling bitflags v1.3.2 |
| 442 | 2026-03-05T04:18:32.924Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 443 | 2026-03-05T04:18:32.983Z | Compiling cobs v0.3.0 |
| 444 | 2026-03-05T04:18:33.015Z | Compiling either v1.15.0 |
| 445 | 2026-03-05T04:18:33.176Z | Compiling hash32 v0.3.1 |
| 446 | 2026-03-05T04:18:33.285Z | Compiling ref-cast v1.0.25 |
| 447 | 2026-03-05T04:18:33.331Z | Compiling heapless v0.8.0 |
| 448 | 2026-03-05T04:18:33.371Z | Compiling itertools v0.14.0 |
| 449 | 2026-03-05T04:18:33.415Z | Compiling crc32fast v1.5.0 |
| 450 | 2026-03-05T04:18:33.431Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 451 | 2026-03-05T04:18:33.434Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 452 | 2026-03-05T04:18:33.493Z | Compiling dyn-clone v1.0.20 |
| 453 | 2026-03-05T04:18:33.775Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 454 | 2026-03-05T04:18:34.138Z | Compiling smoltcp v0.11.0 |
| 455 | 2026-03-05T04:18:36.201Z | Compiling bitflags v2.10.0 |
| 456 | 2026-03-05T04:18:36.202Z | Compiling serde v1.0.228 |
| 457 | 2026-03-05T04:18:36.205Z | Compiling uuid v1.20.0 |
| 458 | 2026-03-05T04:18:36.480Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 459 | 2026-03-05T04:18:37.310Z | Compiling postcard v1.1.3 |
| 460 | 2026-03-05T04:18:39.152Z | Compiling ingot-types v0.1.2 |
| 461 | 2026-03-05T04:18:39.629Z | Compiling ingot v0.1.1 |
| 462 | 2026-03-05T04:18:42.288Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 463 | 2026-03-05T04:18:49.754Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 464 | 2026-03-05T04:19:08.066Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 465 | 2026-03-05T04:19:22.157Z | Finished `dev` profile [optimized + debuginfo] target(s) in 49.62s |
| 466 | 2026-03-05T04:19:22.188Z | Linking xde kmod... |
| 467 | 2026-03-05T04:19:23.773Z | Building xde dev link helper (dev). |
| 468 | 2026-03-05T04:19:23.999Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 469 | 2026-03-05T04:19:24.434Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.61s |
| 470 | 2026-03-05T04:19:24.461Z | |
| 471 | 2026-03-05T04:19:24.481Z | real 1:18.059775269 |
| 472 | 2026-03-05T04:19:24.481Z | user 4:53.553830350 |
| 473 | 2026-03-05T04:19:24.481Z | sys 18.073320081 |
| 474 | 2026-03-05T04:19:24.481Z | trap 0.153101006 |
| 475 | 2026-03-05T04:19:24.481Z | tflt 0.482874545 |
| 476 | 2026-03-05T04:19:24.482Z | dflt 0.579573664 |
| 477 | 2026-03-05T04:19:24.482Z | kflt 0.000010977 |
| 478 | 2026-03-05T04:19:24.482Z | lock 13:41.568204294 |
| 479 | 2026-03-05T04:19:24.482Z | slp 7:57.212137368 |
| 480 | 2026-03-05T04:19:24.482Z | lat 9.165093821 |
| 481 | 2026-03-05T04:19:24.482Z | stop 8.321653866 |
| 482 | 2026-03-05T04:19:24.482Z | + header 'build xde (release)' |
| 483 | 2026-03-05T04:19:24.482Z | + echo '# ==== build xde (release) ==== #' |
| 484 | 2026-03-05T04:19:24.482Z | # ==== build xde (release) ==== # |
| 485 | 2026-03-05T04:19:24.482Z | + ptime -m cargo xtask build --profile release xde xde-link |
| 486 | 2026-03-05T04:19:24.690Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.17s |
| 487 | 2026-03-05T04:19:24.693Z | Running `target/debug/xtask build --profile release xde xde-link` |
| 488 | 2026-03-05T04:19:24.957Z | Building xde (release-lto). |
| 489 | 2026-03-05T04:19:25.281Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 490 | 2026-03-05T04:19:25.281Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 491 | 2026-03-05T04:19:25.288Z | Compiling proc-macro2 v1.0.106 |
| 492 | 2026-03-05T04:19:25.288Z | Compiling unicode-ident v1.0.23 |
| 493 | 2026-03-05T04:19:25.288Z | Compiling quote v1.0.44 |
| 494 | 2026-03-05T04:19:25.288Z | Compiling serde_core v1.0.228 |
| 495 | 2026-03-05T04:19:25.288Z | Compiling ident_case v1.0.1 |
| 496 | 2026-03-05T04:19:25.288Z | Compiling fnv v1.0.7 |
| 497 | 2026-03-05T04:19:25.428Z | Compiling strsim v0.11.1 |
| 498 | 2026-03-05T04:19:25.478Z | Compiling memchr v2.8.0 |
| 499 | 2026-03-05T04:19:25.478Z | Compiling regex-syntax v0.8.9 |
| 500 | 2026-03-05T04:19:25.994Z | Compiling serde v1.0.228 |
| 501 | 2026-03-05T04:19:26.010Z | Compiling either v1.15.0 |
| 502 | 2026-03-05T04:19:26.258Z | Compiling thiserror v2.0.18 |
| 503 | 2026-03-05T04:19:26.279Z | Compiling zerocopy v0.8.39 |
| 504 | 2026-03-05T04:19:26.418Z | Compiling aho-corasick v1.1.4 |
| 505 | 2026-03-05T04:19:26.760Z | Compiling itertools v0.14.0 |
| 506 | 2026-03-05T04:19:26.953Z | Compiling heapless v0.8.0 |
| 507 | 2026-03-05T04:19:27.557Z | Compiling syn v2.0.114 |
| 508 | 2026-03-05T04:19:27.617Z | Compiling smoltcp v0.11.0 |
| 509 | 2026-03-05T04:19:27.776Z | Compiling crc32fast v1.5.0 |
| 510 | 2026-03-05T04:19:27.860Z | Compiling ref-cast v1.0.25 |
| 511 | 2026-03-05T04:19:28.345Z | Compiling version_check v0.9.5 |
| 512 | 2026-03-05T04:19:28.985Z | Compiling regex-automata v0.4.14 |
| 513 | 2026-03-05T04:19:29.059Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 514 | 2026-03-05T04:19:31.863Z | Compiling regex v1.12.3 |
| 515 | 2026-03-05T04:19:32.590Z | Compiling darling_core v0.21.3 |
| 516 | 2026-03-05T04:19:34.302Z | Compiling serde_derive v1.0.228 |
| 517 | 2026-03-05T04:19:34.302Z | Compiling zerocopy-derive v0.8.39 |
| 518 | 2026-03-05T04:19:34.324Z | Compiling thiserror-impl v2.0.18 |
| 519 | 2026-03-05T04:19:34.324Z | Compiling ref-cast-impl v1.0.25 |
| 520 | 2026-03-05T04:19:34.324Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 521 | 2026-03-05T04:19:40.623Z | Compiling darling_macro v0.21.3 |
| 522 | 2026-03-05T04:19:40.668Z | Compiling darling v0.21.3 |
| 523 | 2026-03-05T04:19:40.668Z | Compiling ingot-macros v0.1.1 |
| 524 | 2026-03-05T04:19:40.668Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 525 | 2026-03-05T04:19:50.101Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 526 | 2026-03-05T04:19:53.685Z | Compiling byteorder v1.5.0 |
| 527 | 2026-03-05T04:19:53.685Z | Compiling macaddr v1.0.1 |
| 528 | 2026-03-05T04:19:53.688Z | Compiling stable_deref_trait v1.2.1 |
| 529 | 2026-03-05T04:19:53.689Z | Compiling cfg-if v1.0.4 |
| 530 | 2026-03-05T04:19:53.784Z | Compiling bitflags v1.3.2 |
| 531 | 2026-03-05T04:19:53.795Z | Compiling cobs v0.3.0 |
| 532 | 2026-03-05T04:19:53.836Z | Compiling managed v0.8.0 |
| 533 | 2026-03-05T04:19:54.047Z | Compiling hash32 v0.3.1 |
| 534 | 2026-03-05T04:19:54.158Z | Compiling dyn-clone v1.0.20 |
| 535 | 2026-03-05T04:19:54.381Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 536 | 2026-03-05T04:19:57.086Z | Compiling bitflags v2.10.0 |
| 537 | 2026-03-05T04:19:57.086Z | Compiling uuid v1.20.0 |
| 538 | 2026-03-05T04:19:57.328Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 539 | 2026-03-05T04:19:58.059Z | Compiling postcard v1.1.3 |
| 540 | 2026-03-05T04:19:59.311Z | Compiling ingot-types v0.1.2 |
| 541 | 2026-03-05T04:19:59.844Z | Compiling ingot v0.1.1 |
| 542 | 2026-03-05T04:20:02.699Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 543 | 2026-03-05T04:20:09.070Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 544 | 2026-03-05T04:20:22.766Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 545 | 2026-03-05T04:21:05.874Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 40s |
| 546 | 2026-03-05T04:21:05.901Z | Linking xde kmod... |
| 547 | 2026-03-05T04:21:06.697Z | Building xde dev link helper (release). |
| 548 | 2026-03-05T04:21:06.925Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 549 | 2026-03-05T04:21:06.925Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 550 | 2026-03-05T04:21:06.930Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 551 | 2026-03-05T04:21:27.187Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 552 | 2026-03-05T04:21:31.316Z | Finished `release` profile [optimized + debuginfo] target(s) in 24.56s |
| 553 | 2026-03-05T04:21:31.342Z | |
| 554 | 2026-03-05T04:21:31.793Z | real 2:06.852103582 |
| 555 | 2026-03-05T04:21:31.793Z | user 3:48.383032238 |
| 556 | 2026-03-05T04:21:31.793Z | sys 18.231230586 |
| 557 | 2026-03-05T04:21:31.793Z | trap 0.073090928 |
| 558 | 2026-03-05T04:21:31.793Z | tflt 0.233944488 |
| 559 | 2026-03-05T04:21:31.793Z | dflt 0.189243015 |
| 560 | 2026-03-05T04:21:31.793Z | kflt 0.000046122 |
| 561 | 2026-03-05T04:21:31.793Z | lock 18:30.012544532 |
| 562 | 2026-03-05T04:21:31.793Z | slp 10:10.013832716 |
| 563 | 2026-03-05T04:21:31.793Z | lat 3.920292390 |
| 564 | 2026-03-05T04:21:31.794Z | stop 8.063942025 |
| 565 | 2026-03-05T04:21:31.794Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
| 566 | 2026-03-05T04:21:31.794Z | + grep GOTPCREL |
| 567 | 2026-03-05T04:21:34.046Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 568 | 2026-03-05T04:21:34.050Z | + grep GOTPCREL |
| 569 | 2026-03-05T04:21:35.316Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
| 570 | 2026-03-05T04:21:35.398Z | + sha256sum /work/debug/xde.dbg |
| 571 | 2026-03-05T04:21:35.454Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
| 572 | 2026-03-05T04:21:35.461Z | + sha256sum /work/debug/xde_link.dbg.so |
| 573 | 2026-03-05T04:21:35.465Z | + cp target/x86_64-unknown-unknown/release-lto/xde /work/release/ |
| 574 | 2026-03-05T04:21:35.511Z | + sha256sum /work/release/xde |
| 575 | 2026-03-05T04:21:35.547Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
| 576 | 2026-03-05T04:21:35.551Z | + sha256sum /work/release/xde_link.so |
| 577 | 2026-03-05T04:21:35.555Z | + header 'build xde integration tests' |
| 578 | 2026-03-05T04:21:35.555Z | + echo '# ==== build xde integration tests ==== #' |
| 579 | 2026-03-05T04:21:35.555Z | # ==== build xde integration tests ==== # |
| 580 | 2026-03-05T04:21:35.555Z | + pushd xde-tests |
| 581 | 2026-03-05T04:21:35.556Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
| 582 | 2026-03-05T04:21:35.556Z | + cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check |
| 583 | 2026-03-05T04:21:35.760Z | + cargo clippy --all-targets -- --deny warnings |
| 584 | 2026-03-05T04:21:36.149Z | Compiling serde_core v1.0.228 |
| 585 | 2026-03-05T04:21:36.149Z | Checking cfg-if v1.0.4 |
| 586 | 2026-03-05T04:21:36.150Z | Checking memchr v2.8.0 |
| 587 | 2026-03-05T04:21:36.150Z | Compiling rustversion v1.0.22 |
| 588 | 2026-03-05T04:21:36.155Z | Compiling serde v1.0.228 |
| 589 | 2026-03-05T04:21:36.155Z | Compiling libc v0.2.180 |
| 590 | 2026-03-05T04:21:36.155Z | Compiling version_check v0.9.5 |
| 591 | 2026-03-05T04:21:36.155Z | Compiling syn v2.0.114 |
| 592 | 2026-03-05T04:21:36.270Z | Compiling zerocopy v0.8.39 |
| 593 | 2026-03-05T04:21:36.712Z | Compiling strsim v0.11.1 |
| 594 | 2026-03-05T04:21:36.791Z | Compiling fnv v1.0.7 |
| 595 | 2026-03-05T04:21:36.916Z | Compiling ident_case v1.0.1 |
| 596 | 2026-03-05T04:21:37.027Z | Checking pin-project-lite v0.2.16 |
| 597 | 2026-03-05T04:21:37.077Z | Compiling regex-syntax v0.8.9 |
| 598 | 2026-03-05T04:21:37.141Z | Compiling syn v1.0.109 |
| 599 | 2026-03-05T04:21:37.302Z | Compiling either v1.15.0 |
| 600 | 2026-03-05T04:21:37.603Z | Compiling equivalent v1.0.2 |
| 601 | 2026-03-05T04:21:37.677Z | Compiling hashbrown v0.16.1 |
| 602 | 2026-03-05T04:21:37.714Z | Compiling winnow v0.7.14 |
| 603 | 2026-03-05T04:21:38.016Z | Compiling aho-corasick v1.1.4 |
| 604 | 2026-03-05T04:21:38.265Z | Compiling itertools v0.14.0 |
| 605 | 2026-03-05T04:21:38.884Z | Compiling indexmap v2.13.0 |
| 606 | 2026-03-05T04:21:40.304Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 607 | 2026-03-05T04:21:40.763Z | Compiling regex-automata v0.4.14 |
| 608 | 2026-03-05T04:21:40.775Z | Compiling getrandom v0.3.4 |
| 609 | 2026-03-05T04:21:41.177Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 610 | 2026-03-05T04:21:41.402Z | Compiling heapless v0.8.0 |
| 611 | 2026-03-05T04:21:41.536Z | Checking byteorder v1.5.0 |
| 612 | 2026-03-05T04:21:41.566Z | Checking bitflags v2.10.0 |
| 613 | 2026-03-05T04:21:41.841Z | Checking hash32 v0.3.1 |
| 614 | 2026-03-05T04:21:41.864Z | Compiling slog v2.8.2 |
| 615 | 2026-03-05T04:21:42.012Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 616 | 2026-03-05T04:21:42.199Z | Checking futures-core v0.3.31 |
| 617 | 2026-03-05T04:21:42.243Z | Checking macaddr v1.0.1 |
| 618 | 2026-03-05T04:21:42.271Z | Compiling smoltcp v0.11.0 |
| 619 | 2026-03-05T04:21:42.398Z | Checking stable_deref_trait v1.2.1 |
| 620 | 2026-03-05T04:21:42.448Z | Checking futures-sink v0.3.31 |
| 621 | 2026-03-05T04:21:42.489Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 622 | 2026-03-05T04:21:42.589Z | Checking futures-channel v0.3.31 |
| 623 | 2026-03-05T04:21:42.913Z | Compiling darling_core v0.21.3 |
| 624 | 2026-03-05T04:21:42.959Z | Compiling proc-macro-error-attr v1.0.4 |
| 625 | 2026-03-05T04:21:43.181Z | Compiling proc-macro-crate v3.4.0 |
| 626 | 2026-03-05T04:21:43.285Z | Checking managed v0.8.0 |
| 627 | 2026-03-05T04:21:43.349Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 628 | 2026-03-05T04:21:43.643Z | Compiling ref-cast v1.0.25 |
| 629 | 2026-03-05T04:21:43.723Z | Compiling autocfg v1.5.0 |
| 630 | 2026-03-05T04:21:44.119Z | Compiling crc32fast v1.5.0 |
| 631 | 2026-03-05T04:21:44.133Z | Checking futures-io v0.3.31 |
| 632 | 2026-03-05T04:21:44.237Z | Checking bitflags v1.3.2 |
| 633 | 2026-03-05T04:21:44.307Z | Checking slab v0.4.12 |
| 634 | 2026-03-05T04:21:44.331Z | Checking pin-utils v0.1.0 |
| 635 | 2026-03-05T04:21:44.423Z | Checking futures-task v0.3.31 |
| 636 | 2026-03-05T04:21:44.488Z | Compiling num-traits v0.2.19 |
| 637 | 2026-03-05T04:21:44.688Z | Compiling regex v1.12.3 |
| 638 | 2026-03-05T04:21:44.766Z | Checking rand_core v0.9.5 |
| 639 | 2026-03-05T04:21:44.891Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 640 | 2026-03-05T04:21:45.063Z | Compiling proc-macro-error v1.0.4 |
| 641 | 2026-03-05T04:21:45.448Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 642 | 2026-03-05T04:21:45.545Z | Checking unicode-width v0.2.2 |
| 643 | 2026-03-05T04:21:45.595Z | Checking once_cell v1.21.3 |
| 644 | 2026-03-05T04:21:45.899Z | Compiling crossbeam-utils v0.8.21 |
| 645 | 2026-03-05T04:21:45.960Z | Checking foreign-types-shared v0.3.1 |
| 646 | 2026-03-05T04:21:46.072Z | Checking ipnetwork v0.21.1 |
| 647 | 2026-03-05T04:21:46.080Z | Checking tabwriter v1.4.1 |
| 648 | 2026-03-05T04:21:46.315Z | Checking tracing-core v0.1.36 |
| 649 | 2026-03-05T04:21:46.425Z | Compiling serde_derive v1.0.228 |
| 650 | 2026-03-05T04:21:46.470Z | Compiling zerocopy-derive v0.8.39 |
| 651 | 2026-03-05T04:21:46.477Z | Compiling thiserror-impl v2.0.18 |
| 652 | 2026-03-05T04:21:47.016Z | Compiling futures-macro v0.3.31 |
| 653 | 2026-03-05T04:21:47.178Z | Compiling foreign-types-macros v0.2.3 |
| 654 | 2026-03-05T04:21:47.181Z | Compiling num_enum_derive v0.7.5 |
| 655 | 2026-03-05T04:21:47.521Z | Compiling ref-cast-impl v1.0.25 |
| 656 | 2026-03-05T04:21:48.427Z | Checking foreign-types v0.5.0 |
| 657 | 2026-03-05T04:21:48.525Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 658 | 2026-03-05T04:21:48.661Z | Compiling darling_macro v0.21.3 |
| 659 | 2026-03-05T04:21:48.715Z | Checking futures-util v0.3.31 |
| 660 | 2026-03-05T04:21:48.834Z | Compiling tracing-attributes v0.1.31 |
| 661 | 2026-03-05T04:21:49.198Z | Checking thiserror v2.0.18 |
| 662 | 2026-03-05T04:21:49.273Z | Checking num_enum v0.7.5 |
| 663 | 2026-03-05T04:21:49.330Z | Checking cobs v0.3.0 |
| 664 | 2026-03-05T04:21:49.333Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 665 | 2026-03-05T04:21:49.623Z | Compiling darling v0.21.3 |
| 666 | 2026-03-05T04:21:49.722Z | Compiling ingot-macros v0.1.1 |
| 667 | 2026-03-05T04:21:49.768Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 668 | 2026-03-05T04:21:50.383Z | Checking anyhow v1.0.101 |
| 669 | 2026-03-05T04:21:50.855Z | Checking cstr-argument v0.1.2 |
| 670 | 2026-03-05T04:21:51.040Z | Checking powerfmt v0.2.0 |
| 671 | 2026-03-05T04:21:51.098Z | Checking dyn-clone v1.0.20 |
| 672 | 2026-03-05T04:21:51.258Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c) |
| 673 | 2026-03-05T04:21:51.313Z | Compiling num-conv v0.2.0 |
| 674 | 2026-03-05T04:21:51.547Z | Compiling thiserror v1.0.69 |
| 675 | 2026-03-05T04:21:51.627Z | Checking pretty-hex v0.4.1 |
| 676 | 2026-03-05T04:21:51.667Z | Compiling time-core v0.1.8 |
| 677 | 2026-03-05T04:21:51.819Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 678 | 2026-03-05T04:21:51.954Z | Compiling time-macros v0.2.27 |
| 679 | 2026-03-05T04:21:52.085Z | Checking tracing v0.1.44 |
| 680 | 2026-03-05T04:21:52.407Z | Checking deranged v0.5.5 |
| 681 | 2026-03-05T04:21:52.481Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 682 | 2026-03-05T04:21:53.117Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 683 | 2026-03-05T04:21:53.190Z | Checking futures-executor v0.3.31 |
| 684 | 2026-03-05T04:21:53.432Z | Checking futures v0.3.31 |
| 685 | 2026-03-05T04:21:53.534Z | Compiling thiserror-impl v1.0.69 |
| 686 | 2026-03-05T04:21:54.022Z | Checking erased-serde v0.3.31 |
| 687 | 2026-03-05T04:21:54.031Z | Checking postcard v1.1.3 |
| 688 | 2026-03-05T04:21:54.173Z | Checking uuid v1.20.0 |
| 689 | 2026-03-05T04:21:54.241Z | Checking arc-swap v1.8.1 |
| 690 | 2026-03-05T04:21:54.619Z | Checking socket2 v0.6.2 |
| 691 | 2026-03-05T04:21:54.657Z | Checking nom v8.0.0 |
| 692 | 2026-03-05T04:21:54.792Z | Checking thread_local v1.1.9 |
| 693 | 2026-03-05T04:21:55.076Z | Checking iana-time-zone v0.1.65 |
| 694 | 2026-03-05T04:21:55.118Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 695 | 2026-03-05T04:21:55.351Z | Checking lazy_static v1.5.0 |
| 696 | 2026-03-05T04:21:55.482Z | Compiling heck v0.4.1 |
| 697 | 2026-03-05T04:21:55.832Z | Checking itoa v1.0.17 |
| 698 | 2026-03-05T04:21:56.070Z | Checking oxnet v0.1.4 |
| 699 | 2026-03-05T04:21:56.214Z | Compiling slog-async v2.8.0 |
| 700 | 2026-03-05T04:21:56.360Z | Checking colored v3.1.1 |
| 701 | 2026-03-05T04:21:56.548Z | Checking time v0.3.47 |
| 702 | 2026-03-05T04:21:56.552Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 703 | 2026-03-05T04:21:56.729Z | Checking slog-scope v4.4.1 |
| 704 | 2026-03-05T04:21:56.797Z | Checking chrono v0.4.43 |
| 705 | 2026-03-05T04:21:56.851Z | Checking ingot-types v0.1.2 |
| 706 | 2026-03-05T04:21:56.945Z | Checking ppv-lite86 v0.2.21 |
| 707 | 2026-03-05T04:21:57.590Z | Checking rand_chacha v0.9.0 |
| 708 | 2026-03-05T04:21:57.599Z | Checking ingot v0.1.1 |
| 709 | 2026-03-05T04:21:57.865Z | Checking crossbeam-channel v0.5.15 |
| 710 | 2026-03-05T04:21:57.960Z | Checking rand v0.9.2 |
| 711 | 2026-03-05T04:21:58.056Z | Checking cookie-factory v0.3.3 |
| 712 | 2026-03-05T04:21:58.519Z | Checking itertools v0.12.1 |
| 713 | 2026-03-05T04:21:58.557Z | Checking is-terminal v0.4.17 |
| 714 | 2026-03-05T04:21:58.588Z | Checking take_mut v0.2.2 |
| 715 | 2026-03-05T04:21:58.648Z | Checking term v1.2.1 |
| 716 | 2026-03-05T04:21:58.668Z | Checking circular v0.3.0 |
| 717 | 2026-03-05T04:21:58.726Z | Checking log v0.4.29 |
| 718 | 2026-03-05T04:21:59.014Z | Checking slog-stdlog v4.1.1 |
| 719 | 2026-03-05T04:21:59.068Z | Checking slog-term v2.9.2 |
| 720 | 2026-03-05T04:21:59.643Z | Checking rusticata-macros v5.0.0 |
| 721 | 2026-03-05T04:21:59.865Z | Checking pcap-parser v0.17.0 |
| 722 | 2026-03-05T04:22:00.326Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 723 | 2026-03-05T04:22:00.808Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f5f8fd52) |
| 724 | 2026-03-05T04:22:01.031Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 725 | 2026-03-05T04:22:01.713Z | Checking slog-envlogger v2.2.0 |
| 726 | 2026-03-05T04:22:08.291Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 727 | 2026-03-05T04:22:10.922Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 728 | 2026-03-05T04:22:10.923Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 729 | 2026-03-05T04:22:11.443Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 730 | 2026-03-05T04:22:12.176Z | Finished `dev` profile [optimized + debuginfo] target(s) in 36.27s |
| 731 | 2026-03-05T04:22:12.219Z | + cargo build --test loopback |
| 732 | 2026-03-05T04:22:12.499Z | Compiling cfg-if v1.0.4 |
| 733 | 2026-03-05T04:22:12.499Z | Compiling memchr v2.8.0 |
| 734 | 2026-03-05T04:22:12.503Z | Compiling serde_core v1.0.228 |
| 735 | 2026-03-05T04:22:12.536Z | Compiling libc v0.2.180 |
| 736 | 2026-03-05T04:22:12.541Z | Compiling zerocopy v0.8.39 |
| 737 | 2026-03-05T04:22:12.546Z | Compiling thiserror v2.0.18 |
| 738 | 2026-03-05T04:22:12.551Z | Compiling pin-project-lite v0.2.16 |
| 739 | 2026-03-05T04:22:12.559Z | Compiling byteorder v1.5.0 |
| 740 | 2026-03-05T04:22:12.603Z | Compiling either v1.15.0 |
| 741 | 2026-03-05T04:22:12.672Z | Compiling macaddr v1.0.1 |
| 742 | 2026-03-05T04:22:12.681Z | Compiling futures-sink v0.3.31 |
| 743 | 2026-03-05T04:22:12.832Z | Compiling stable_deref_trait v1.2.1 |
| 744 | 2026-03-05T04:22:12.898Z | Compiling hash32 v0.3.1 |
| 745 | 2026-03-05T04:22:12.932Z | Compiling futures-core v0.3.31 |
| 746 | 2026-03-05T04:22:12.995Z | Compiling cobs v0.3.0 |
| 747 | 2026-03-05T04:22:13.161Z | Compiling futures-channel v0.3.31 |
| 748 | 2026-03-05T04:22:13.179Z | Compiling heapless v0.8.0 |
| 749 | 2026-03-05T04:22:13.204Z | Compiling futures-io v0.3.31 |
| 750 | 2026-03-05T04:22:13.356Z | Compiling getrandom v0.3.4 |
| 751 | 2026-03-05T04:22:13.506Z | Compiling managed v0.8.0 |
| 752 | 2026-03-05T04:22:13.534Z | Compiling bitflags v1.3.2 |
| 753 | 2026-03-05T04:22:13.599Z | Compiling pin-utils v0.1.0 |
| 754 | 2026-03-05T04:22:13.633Z | Compiling futures-task v0.3.31 |
| 755 | 2026-03-05T04:22:13.697Z | Compiling slab v0.4.12 |
| 756 | 2026-03-05T04:22:13.738Z | Compiling rand_core v0.9.5 |
| 757 | 2026-03-05T04:22:13.928Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 758 | 2026-03-05T04:22:13.991Z | Compiling futures-util v0.3.31 |
| 759 | 2026-03-05T04:22:14.032Z | Compiling unicode-width v0.2.2 |
| 760 | 2026-03-05T04:22:14.134Z | Compiling smoltcp v0.11.0 |
| 761 | 2026-03-05T04:22:14.234Z | Compiling ipnetwork v0.21.1 |
| 762 | 2026-03-05T04:22:14.314Z | Compiling foreign-types-shared v0.3.1 |
| 763 | 2026-03-05T04:22:14.442Z | Compiling once_cell v1.21.3 |
| 764 | 2026-03-05T04:22:14.632Z | Compiling tabwriter v1.4.1 |
| 765 | 2026-03-05T04:22:14.894Z | Compiling tracing-core v0.1.36 |
| 766 | 2026-03-05T04:22:15.358Z | Compiling foreign-types v0.5.0 |
| 767 | 2026-03-05T04:22:15.517Z | Compiling ref-cast v1.0.25 |
| 768 | 2026-03-05T04:22:15.524Z | Compiling num_enum v0.7.5 |
| 769 | 2026-03-05T04:22:15.655Z | Compiling crc32fast v1.5.0 |
| 770 | 2026-03-05T04:22:15.680Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 771 | 2026-03-05T04:22:15.864Z | Compiling cstr-argument v0.1.2 |
| 772 | 2026-03-05T04:22:16.126Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 773 | 2026-03-05T04:22:16.161Z | Compiling itertools v0.14.0 |
| 774 | 2026-03-05T04:22:16.182Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 775 | 2026-03-05T04:22:16.295Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 776 | 2026-03-05T04:22:17.295Z | Compiling serde v1.0.228 |
| 777 | 2026-03-05T04:22:17.433Z | Compiling bitflags v2.10.0 |
| 778 | 2026-03-05T04:22:17.614Z | Compiling powerfmt v0.2.0 |
| 779 | 2026-03-05T04:22:17.978Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 780 | 2026-03-05T04:22:18.162Z | Compiling pretty-hex v0.4.1 |
| 781 | 2026-03-05T04:22:18.321Z | Compiling dyn-clone v1.0.20 |
| 782 | 2026-03-05T04:22:18.392Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 783 | 2026-03-05T04:22:18.468Z | Compiling erased-serde v0.3.31 |
| 784 | 2026-03-05T04:22:18.606Z | Compiling postcard v1.1.3 |
| 785 | 2026-03-05T04:22:18.783Z | Compiling deranged v0.5.5 |
| 786 | 2026-03-05T04:22:18.815Z | Compiling tracing v0.1.44 |
| 787 | 2026-03-05T04:22:19.283Z | Compiling futures-executor v0.3.31 |
| 788 | 2026-03-05T04:22:19.348Z | Compiling uuid v1.20.0 |
| 789 | 2026-03-05T04:22:19.550Z | Compiling futures v0.3.31 |
| 790 | 2026-03-05T04:22:19.667Z | Compiling slog v2.8.2 |
| 791 | 2026-03-05T04:22:20.270Z | Compiling ingot-types v0.1.2 |
| 792 | 2026-03-05T04:22:20.522Z | Compiling ppv-lite86 v0.2.21 |
| 793 | 2026-03-05T04:22:20.541Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 794 | 2026-03-05T04:22:20.563Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 795 | 2026-03-05T04:22:20.615Z | Compiling num-traits v0.2.19 |
| 796 | 2026-03-05T04:22:20.790Z | Compiling crossbeam-utils v0.8.21 |
| 797 | 2026-03-05T04:22:20.992Z | Compiling nom v8.0.0 |
| 798 | 2026-03-05T04:22:21.193Z | Compiling ingot v0.1.1 |
| 799 | 2026-03-05T04:22:21.317Z | Compiling rand_chacha v0.9.0 |
| 800 | 2026-03-05T04:22:21.367Z | Compiling aho-corasick v1.1.4 |
| 801 | 2026-03-05T04:22:21.604Z | Compiling socket2 v0.6.2 |
| 802 | 2026-03-05T04:22:22.524Z | Compiling rand v0.9.2 |
| 803 | 2026-03-05T04:22:22.738Z | Compiling thread_local v1.1.9 |
| 804 | 2026-03-05T04:22:23.252Z | Compiling arc-swap v1.8.1 |
| 805 | 2026-03-05T04:22:23.635Z | Compiling regex-syntax v0.8.9 |
| 806 | 2026-03-05T04:22:24.126Z | Compiling winnow v0.7.14 |
| 807 | 2026-03-05T04:22:24.213Z | Compiling time-core v0.1.8 |
| 808 | 2026-03-05T04:22:24.328Z | Compiling colored v3.1.1 |
| 809 | 2026-03-05T04:22:24.508Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 810 | 2026-03-05T04:22:24.642Z | Compiling iana-time-zone v0.1.65 |
| 811 | 2026-03-05T04:22:24.968Z | Compiling lazy_static v1.5.0 |
| 812 | 2026-03-05T04:22:25.112Z | Compiling num-conv v0.2.0 |
| 813 | 2026-03-05T04:22:25.309Z | Compiling oxnet v0.1.4 |
| 814 | 2026-03-05T04:22:25.583Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 815 | 2026-03-05T04:22:26.213Z | Compiling time v0.3.47 |
| 816 | 2026-03-05T04:22:26.336Z | Compiling slog-scope v4.4.1 |
| 817 | 2026-03-05T04:22:26.664Z | Compiling chrono v0.4.43 |
| 818 | 2026-03-05T04:22:27.337Z | Compiling regex-automata v0.4.14 |
| 819 | 2026-03-05T04:22:27.580Z | Compiling rusticata-macros v5.0.0 |
| 820 | 2026-03-05T04:22:28.772Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c) |
| 821 | 2026-03-05T04:22:30.817Z | Compiling thiserror v1.0.69 |
| 822 | 2026-03-05T04:22:30.963Z | Compiling crossbeam-channel v0.5.15 |
| 823 | 2026-03-05T04:22:30.974Z | Compiling cookie-factory v0.3.3 |
| 824 | 2026-03-05T04:22:31.664Z | Compiling is-terminal v0.4.17 |
| 825 | 2026-03-05T04:22:31.803Z | Compiling itertools v0.12.1 |
| 826 | 2026-03-05T04:22:32.711Z | Compiling log v0.4.29 |
| 827 | 2026-03-05T04:22:33.202Z | Compiling take_mut v0.2.2 |
| 828 | 2026-03-05T04:22:33.377Z | Compiling term v1.2.1 |
| 829 | 2026-03-05T04:22:35.154Z | Compiling circular v0.3.0 |
| 830 | 2026-03-05T04:22:35.648Z | Compiling pcap-parser v0.17.0 |
| 831 | 2026-03-05T04:22:36.095Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 832 | 2026-03-05T04:22:39.018Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 833 | 2026-03-05T04:22:39.527Z | Compiling slog-term v2.9.2 |
| 834 | 2026-03-05T04:22:40.923Z | Compiling slog-async v2.8.0 |
| 835 | 2026-03-05T04:22:43.293Z | Compiling slog-stdlog v4.1.1 |
| 836 | 2026-03-05T04:22:43.440Z | Compiling regex v1.12.3 |
| 837 | 2026-03-05T04:22:44.183Z | Compiling slog-envlogger v2.2.0 |
| 838 | 2026-03-05T04:22:44.183Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f5f8fd52) |
| 839 | 2026-03-05T04:22:44.304Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 840 | 2026-03-05T04:22:45.011Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 841 | 2026-03-05T04:22:46.164Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 842 | 2026-03-05T04:23:01.893Z | Finished `dev` profile [optimized + debuginfo] target(s) in 49.61s |
| 843 | 2026-03-05T04:23:01.933Z | ++ cargo build -q --test loopback --message-format=json |
| 844 | 2026-03-05T04:23:01.936Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 845 | 2026-03-05T04:23:02.140Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-2d61b4339421329c |
| 846 | 2026-03-05T04:23:02.140Z | + cargo build --test multicast_rx |
| 847 | 2026-03-05T04:23:02.327Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 848 | 2026-03-05T04:23:04.547Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.35s |
| 849 | 2026-03-05T04:23:04.585Z | ++ cargo build -q --test multicast_rx --message-format=json |
| 850 | 2026-03-05T04:23:04.589Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 851 | 2026-03-05T04:23:04.789Z | + multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-313a67bff6951b6e |
| 852 | 2026-03-05T04:23:04.789Z | + cargo build --test multicast_multi_sub |
| 853 | 2026-03-05T04:23:04.976Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 854 | 2026-03-05T04:23:07.492Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.65s |
| 855 | 2026-03-05T04:23:07.535Z | ++ cargo build -q --test multicast_multi_sub --message-format=json |
| 856 | 2026-03-05T04:23:07.539Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 857 | 2026-03-05T04:23:07.739Z | + multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-7f6bd62ee6df3519 |
| 858 | 2026-03-05T04:23:07.743Z | + cargo build --test multicast_validation |
| 859 | 2026-03-05T04:23:07.925Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 860 | 2026-03-05T04:23:10.707Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.91s |
| 861 | 2026-03-05T04:23:10.753Z | ++ cargo build -q --test multicast_validation --message-format=json |
| 862 | 2026-03-05T04:23:10.757Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 863 | 2026-03-05T04:23:10.964Z | + multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-2036d68b19a81a0b |
| 864 | 2026-03-05T04:23:10.967Z | + mkdir -p /work/test |
| 865 | 2026-03-05T04:23:10.967Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-2d61b4339421329c /work/test/loopback |
| 866 | 2026-03-05T04:23:11.004Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-313a67bff6951b6e /work/test/multicast_rx |
| 867 | 2026-03-05T04:23:11.046Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-7f6bd62ee6df3519 /work/test/multicast_multi_sub |
| 868 | 2026-03-05T04:23:11.098Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-2036d68b19a81a0b /work/test/multicast_validation |
| 869 | 2026-03-05T04:23:11.148Z | process exited: duration 460678 ms, exit code 0 |
| |
| 870 | 2026-03-05T04:23:11.170Z | found 13 output files |
| 871 | 2026-03-05T04:23:11.170Z | uploading: /work/debug/xde.dbg (90318152 bytes) |
| 872 | 2026-03-05T04:23:13.292Z | uploaded: /work/debug/xde.dbg |
| 873 | 2026-03-05T04:23:13.292Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
| 874 | 2026-03-05T04:23:14.646Z | uploaded: /work/debug/xde.dbg.sha256 |
| 875 | 2026-03-05T04:23:14.646Z | uploading: /work/debug/xde_link.dbg.so (1068452 bytes) |
| 876 | 2026-03-05T04:23:15.680Z | uploaded: /work/debug/xde_link.dbg.so |
| 877 | 2026-03-05T04:23:15.680Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
| 878 | 2026-03-05T04:23:16.691Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
| 879 | 2026-03-05T04:23:16.691Z | uploading: /work/release/xde (48686400 bytes) |
| 880 | 2026-03-05T04:23:18.273Z | uploaded: /work/release/xde |
| 881 | 2026-03-05T04:23:18.273Z | uploading: /work/release/xde.sha256 (84 bytes) |
| 882 | 2026-03-05T04:23:19.287Z | uploaded: /work/release/xde.sha256 |
| 883 | 2026-03-05T04:23:19.287Z | uploading: /work/release/xde_link.so (39480 bytes) |
| 884 | 2026-03-05T04:23:20.302Z | uploaded: /work/release/xde_link.so |
| 885 | 2026-03-05T04:23:20.302Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
| 886 | 2026-03-05T04:23:21.319Z | uploaded: /work/release/xde_link.so.sha256 |
| 887 | 2026-03-05T04:23:21.319Z | uploading: /work/test/loopback (49074224 bytes) |
| 888 | 2026-03-05T04:23:23.018Z | uploaded: /work/test/loopback |
| 889 | 2026-03-05T04:23:23.022Z | uploading: /work/test/multicast_rx (49370912 bytes) |
| 890 | 2026-03-05T04:23:24.762Z | uploaded: /work/test/multicast_rx |
| 891 | 2026-03-05T04:23:24.762Z | uploading: /work/test/multicast_multi_sub (53343128 bytes) |
| 892 | 2026-03-05T04:23:26.359Z | uploaded: /work/test/multicast_multi_sub |
| 893 | 2026-03-05T04:23:26.359Z | uploading: /work/test/multicast_validation (49542816 bytes) |
| 894 | 2026-03-05T04:23:27.914Z | uploaded: /work/test/multicast_validation |
| 895 | 2026-03-05T04:23:27.914Z | uploading: /work/xde.conf (79 bytes) |
| 896 | 2026-03-05T04:23:28.925Z | uploaded: /work/xde.conf |