|
|
|
| 1 | 2026-03-24T03:30:40.612Z | job assigned to worker 01KMEY5MMTRJ5N8F6A1AD5SY2M [factory aws, i-06f122ddd3fa28405] (queued for 1 m 21 s) |
| |
| 2 | 2026-03-24T03:30:48.335Z | starting task 0: "setup" |
| 3 | 2026-03-24T03:30:48.341Z | ++ uname -s |
| 4 | 2026-03-24T03:30:48.344Z | + kern=SunOS |
| 5 | 2026-03-24T03:30:48.344Z | + build_user=build |
| 6 | 2026-03-24T03:30:48.344Z | + build_uid=12345 |
| 7 | 2026-03-24T03:30:48.344Z | + work_dir=/work |
| 8 | 2026-03-24T03:30:48.344Z | + input_dir=/input |
| 9 | 2026-03-24T03:30:48.344Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-24T03:30:48.344Z | + case "$kern" in |
| 11 | 2026-03-24T03:30:48.344Z | + groupadd -g 12345 build |
| 12 | 2026-03-24T03:30:48.348Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-24T03:30:50.352Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-24T03:30:50.473Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-24T03:30:50.476Z | + home_fs=zfs |
| 16 | 2026-03-24T03:30:50.476Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-24T03:30:50.476Z | + mkdir -p /home/build |
| 18 | 2026-03-24T03:30:50.476Z | + chown build:build /home/build /work |
| 19 | 2026-03-24T03:30:52.491Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-24T03:30:52.503Z | process exited: duration 4146 ms, exit code 0 |
| |
| 21 | 2026-03-24T03:30:52.539Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-24T03:30:52.578Z | * rust toolchain channel = "1.93.1" |
| 23 | 2026-03-24T03:30:52.578Z | + printf ' * rust toolchain channel = "%s"\n' 1.93.1 |
| 24 | 2026-03-24T03:30:52.578Z | * rust toolchain profile = "default" |
| 25 | 2026-03-24T03:30:52.578Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-03-24T03:30:52.578Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-24T03:30:52.578Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-24T03:30:52.579Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-24T03:30:52.579Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default |
| 30 | 2026-03-24T03:30:52.693Z | info: downloading installer |
| 31 | 2026-03-24T03:30:54.292Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-24T03:30:54.292Z | warn: /opt/ooce/bin |
| 33 | 2026-03-24T03:30:54.292Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-24T03:30:54.292Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-24T03:30:54.292Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-24T03:30:54.293Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-24T03:30:54.293Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-24T03:30:54.293Z | error: cannot install while Rust is installed |
| 39 | 2026-03-24T03:30:54.293Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-24T03:30:54.293Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-03-24T03:30:54.293Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-03-24T03:30:54.293Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-03-24T03:30:54.293Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-03-24T03:30:54.304Z | info: profile set to default |
| 45 | 2026-03-24T03:30:54.304Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-03-24T03:30:54.308Z | info: syncing channel updates for 1.93.1-x86_64-unknown-illumos |
| 47 | 2026-03-24T03:30:54.531Z | info: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11) |
| 48 | 2026-03-24T03:30:54.534Z | info: downloading 6 components |
| 49 | 2026-03-24T03:31:11.954Z | info: default toolchain set to 1.93.1-x86_64-unknown-illumos |
| 50 | 2026-03-24T03:31:11.954Z | |
| 51 | 2026-03-24T03:31:11.986Z | 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11) |
| 52 | 2026-03-24T03:31:11.986Z | |
| 53 | 2026-03-24T03:31:11.990Z | |
| 54 | 2026-03-24T03:31:11.990Z | Rust is installed now. Great! |
| 55 | 2026-03-24T03:31:11.990Z | |
| 56 | 2026-03-24T03:31:11.991Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-03-24T03:31:11.991Z | environment variable. This has not been done automatically. |
| 58 | 2026-03-24T03:31:11.991Z | |
| 59 | 2026-03-24T03:31:11.991Z | To configure your current shell, you need to source |
| 60 | 2026-03-24T03:31:11.991Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-03-24T03:31:11.991Z | |
| 62 | 2026-03-24T03:31:11.991Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-03-24T03:31:11.991Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-03-24T03:31:11.991Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-03-24T03:31:11.991Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-03-24T03:31:11.991Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-03-24T03:31:11.991Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-03-24T03:31:11.991Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-03-24T03:31:11.991Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-03-24T03:31:11.991Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-03-24T03:31:12.083Z | + rustup --version |
| 72 | 2026-03-24T03:31:12.093Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-03-24T03:31:12.097Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-03-24T03:31:12.119Z | info: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)` |
| 75 | 2026-03-24T03:31:12.122Z | + cargo --version |
| 76 | 2026-03-24T03:31:12.138Z | cargo 1.93.1 (083ac5135 2025-12-15) |
| 77 | 2026-03-24T03:31:12.142Z | + rustc --version |
| 78 | 2026-03-24T03:31:12.165Z | rustc 1.93.1 (01f6ddf75 2026-02-11) |
| 79 | 2026-03-24T03:31:12.168Z | process exited: duration 19637 ms, exit code 0 |
| |
| 80 | 2026-03-24T03:31:12.176Z | starting task 2: "authentication" |
| 81 | 2026-03-24T03:31:12.196Z | process exited: duration 19 ms, exit code 0 |
| |
| 82 | 2026-03-24T03:31:12.204Z | starting task 3: "clone repository" |
| 83 | 2026-03-24T03:31:12.208Z | + mkdir -p /work/oxidecomputer/opte |
| 84 | 2026-03-24T03:31:12.211Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 85 | 2026-03-24T03:31:12.244Z | Cloning into '/work/oxidecomputer/opte'... |
| 86 | 2026-03-24T03:31:13.036Z | + cd /work/oxidecomputer/opte |
| 87 | 2026-03-24T03:31:13.036Z | + git fetch origin 9b29b03e5f513abaa63371c2c7e3dd12afdc966d |
| 88 | 2026-03-24T03:31:13.275Z | From https://github.com/oxidecomputer/opte |
| 89 | 2026-03-24T03:31:13.275Z | * branch 9b29b03e5f513abaa63371c2c7e3dd12afdc966d -> FETCH_HEAD |
| 90 | 2026-03-24T03:31:13.282Z | + [[ -n renovate/toml-1.x-lockfile ]] |
| 91 | 2026-03-24T03:31:13.285Z | ++ git branch --show-current |
| 92 | 2026-03-24T03:31:13.289Z | + current=master |
| 93 | 2026-03-24T03:31:13.289Z | + [[ master != renovate/toml-1.x-lockfile ]] |
| 94 | 2026-03-24T03:31:13.289Z | + git branch -f renovate/toml-1.x-lockfile 9b29b03e5f513abaa63371c2c7e3dd12afdc966d |
| 95 | 2026-03-24T03:31:13.292Z | + git checkout -f renovate/toml-1.x-lockfile |
| 96 | 2026-03-24T03:31:13.315Z | Switched to branch 'renovate/toml-1.x-lockfile' |
| 97 | 2026-03-24T03:31:13.319Z | + git reset --hard 9b29b03e5f513abaa63371c2c7e3dd12afdc966d |
| 98 | 2026-03-24T03:31:13.341Z | HEAD is now at 9b29b03 Update Rust crate toml to v1.1.0 |
| 99 | 2026-03-24T03:31:13.346Z | process exited: duration 1137 ms, exit code 0 |
| |
| 100 | 2026-03-24T03:31:13.352Z | starting task 4: "build" |
| 101 | 2026-03-24T03:31:13.357Z | + source .github/buildomat/common.sh |
| 102 | 2026-03-24T03:31:13.360Z | ++ rustup show active-toolchain |
| 103 | 2026-03-24T03:31:13.364Z | 1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 104 | 2026-03-24T03:31:13.367Z | ++ pushd xde |
| 105 | 2026-03-24T03:31:13.367Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 106 | 2026-03-24T03:31:13.367Z | ++ rustup show active-toolchain |
| 107 | 2026-03-24T03:31:13.373Z | info: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos |
| 108 | 2026-03-24T03:31:13.554Z | info: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23) |
| 109 | 2026-03-24T03:31:13.557Z | info: downloading 6 components |
| 110 | 2026-03-24T03:31:30.211Z | nightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 111 | 2026-03-24T03:31:30.315Z | +++ rustup show active-toolchain -v |
| 112 | 2026-03-24T03:31:30.321Z | +++ head -n 1 |
| 113 | 2026-03-24T03:31:30.321Z | +++ cut '-d ' -f1 |
| 114 | 2026-03-24T03:31:30.393Z | ++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos |
| 115 | 2026-03-24T03:31:30.393Z | ++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos |
| 116 | 2026-03-24T03:31:30.400Z | ++ popd |
| 117 | 2026-03-24T03:31:30.400Z | /work/oxidecomputer/opte |
| 118 | 2026-03-24T03:31:30.400Z | + TGT_BASE=/work |
| 119 | 2026-03-24T03:31:30.400Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 120 | 2026-03-24T03:31:30.400Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 121 | 2026-03-24T03:31:30.400Z | + DBG_TGT=/work/debug |
| 122 | 2026-03-24T03:31:30.400Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 123 | 2026-03-24T03:31:30.400Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 124 | 2026-03-24T03:31:30.400Z | + REL_TGT=/work/release |
| 125 | 2026-03-24T03:31:30.401Z | + mkdir -p /work/debug /work/release |
| 126 | 2026-03-24T03:31:30.401Z | + cargo --version |
| 127 | 2026-03-24T03:31:30.405Z | cargo 1.93.1 (083ac5135 2025-12-15) |
| 128 | 2026-03-24T03:31:30.405Z | + rustc --version |
| 129 | 2026-03-24T03:31:30.429Z | rustc 1.93.1 (01f6ddf75 2026-02-11) |
| 130 | 2026-03-24T03:31:30.432Z | + install_pkg jq |
| 131 | 2026-03-24T03:31:30.432Z | + set +o errexit |
| 132 | 2026-03-24T03:31:30.432Z | + pfexec pkg install jq |
| 133 | 2026-03-24T03:31:38.925Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 134 | 2026-03-24T03:31:49.004Z | Startup: Caching catalogs ... Done |
| 135 | 2026-03-24T03:32:11.498Z | Planning: Solver setup ... Done |
| 136 | 2026-03-24T03:32:11.648Z | Planning: Running solver ... Done |
| 137 | 2026-03-24T03:32:11.836Z | Planning: Consolidating action changes ... Done |
| 138 | 2026-03-24T03:32:11.839Z | Planning: Evaluating mediators ... Done |
| 139 | 2026-03-24T03:32:11.839Z | Planning: Planning completed in 22.68 seconds |
| 140 | 2026-03-24T03:32:11.857Z | No updates necessary for this image. |
| 141 | 2026-03-24T03:32:13.277Z | + exit_code=4 |
| 142 | 2026-03-24T03:32:13.277Z | + [[ 4 -ne 0 ]] |
| 143 | 2026-03-24T03:32:13.280Z | + [[ 4 -ne 4 ]] |
| 144 | 2026-03-24T03:32:13.280Z | + set -o errexit |
| 145 | 2026-03-24T03:32:13.280Z | + pushd xde |
| 146 | 2026-03-24T03:32:13.280Z | + cp xde.conf /work/xde.conf |
| 147 | 2026-03-24T03:32:13.280Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 148 | 2026-03-24T03:32:13.281Z | + header 'check style' |
| 149 | 2026-03-24T03:32:13.281Z | + echo '# ==== check style ==== #' |
| 150 | 2026-03-24T03:32:13.281Z | # ==== check style ==== # |
| 151 | 2026-03-24T03:32:13.281Z | + ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 152 | 2026-03-24T03:32:13.595Z | |
| 153 | 2026-03-24T03:32:13.595Z | real 0.311468249 |
| 154 | 2026-03-24T03:32:13.595Z | user 0.211449551 |
| 155 | 2026-03-24T03:32:13.595Z | sys 0.088413885 |
| 156 | 2026-03-24T03:32:13.595Z | trap 0.000023063 |
| 157 | 2026-03-24T03:32:13.595Z | tflt 0.000028701 |
| 158 | 2026-03-24T03:32:13.595Z | dflt 0.000015456 |
| 159 | 2026-03-24T03:32:13.599Z | kflt 0.000000000 |
| 160 | 2026-03-24T03:32:13.599Z | lock 0.066433229 |
| 161 | 2026-03-24T03:32:13.599Z | slp 0.267371473 |
| 162 | 2026-03-24T03:32:13.599Z | lat 0.000236493 |
| 163 | 2026-03-24T03:32:13.599Z | stop 0.000115657 |
| 164 | 2026-03-24T03:32:13.599Z | + header analyze |
| 165 | 2026-03-24T03:32:13.599Z | + echo '# ==== analyze ==== #' |
| 166 | 2026-03-24T03:32:13.599Z | # ==== analyze ==== # |
| 167 | 2026-03-24T03:32:13.599Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 168 | 2026-03-24T03:32:13.847Z | Updating crates.io index |
| 169 | 2026-03-24T03:32:13.892Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 170 | 2026-03-24T03:32:14.935Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 171 | 2026-03-24T03:32:15.237Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 172 | 2026-03-24T03:32:15.617Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 173 | 2026-03-24T03:32:16.101Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 174 | 2026-03-24T03:32:16.399Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 175 | 2026-03-24T03:32:16.692Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 176 | 2026-03-24T03:32:19.159Z | Downloading crates ... |
| 177 | 2026-03-24T03:32:19.212Z | Downloaded byteorder v1.5.0 |
| 178 | 2026-03-24T03:32:19.216Z | Downloaded darling_macro v0.21.3 |
| 179 | 2026-03-24T03:32:19.219Z | Downloaded serde_derive v1.0.228 |
| 180 | 2026-03-24T03:32:19.224Z | Downloaded bitflags v2.11.0 |
| 181 | 2026-03-24T03:32:19.234Z | Downloaded uuid v1.22.0 |
| 182 | 2026-03-24T03:32:19.237Z | Downloaded defmt-macros v1.0.1 |
| 183 | 2026-03-24T03:32:19.239Z | Downloaded ref-cast-impl v1.0.25 |
| 184 | 2026-03-24T03:32:19.240Z | Downloaded macaddr v1.0.1 |
| 185 | 2026-03-24T03:32:19.242Z | Downloaded strsim v0.11.1 |
| 186 | 2026-03-24T03:32:19.245Z | Downloaded ref-cast v1.0.25 |
| 187 | 2026-03-24T03:32:19.248Z | Downloaded thiserror-impl v2.0.18 |
| 188 | 2026-03-24T03:32:19.258Z | Downloaded aho-corasick v1.1.4 |
| 189 | 2026-03-24T03:32:19.261Z | Downloaded managed v0.8.0 |
| 190 | 2026-03-24T03:32:19.263Z | Downloaded embedded-io v0.6.1 |
| 191 | 2026-03-24T03:32:19.266Z | Downloaded version_check v0.9.5 |
| 192 | 2026-03-24T03:32:19.266Z | Downloaded bitflags v1.3.2 |
| 193 | 2026-03-24T03:32:19.269Z | Downloaded embedded-io v0.4.0 |
| 194 | 2026-03-24T03:32:19.272Z | Downloaded defmt v0.3.100 |
| 195 | 2026-03-24T03:32:19.272Z | Downloaded proc-macro-error2 v2.0.1 |
| 196 | 2026-03-24T03:32:19.276Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 197 | 2026-03-24T03:32:19.276Z | Downloaded defmt v1.0.1 |
| 198 | 2026-03-24T03:32:19.279Z | Downloaded cfg-if v1.0.4 |
| 199 | 2026-03-24T03:32:19.279Z | Downloaded ident_case v1.0.1 |
| 200 | 2026-03-24T03:32:19.289Z | Downloaded hash32 v0.3.1 |
| 201 | 2026-03-24T03:32:19.292Z | Downloaded fnv v1.0.7 |
| 202 | 2026-03-24T03:32:19.295Z | Downloaded cobs v0.3.0 |
| 203 | 2026-03-24T03:32:19.298Z | Downloaded ingot-types v0.1.2 |
| 204 | 2026-03-24T03:32:19.298Z | Downloaded ingot v0.1.1 |
| 205 | 2026-03-24T03:32:19.301Z | Downloaded quote v1.0.45 |
| 206 | 2026-03-24T03:32:19.301Z | Downloaded either v1.15.0 |
| 207 | 2026-03-24T03:32:19.307Z | Downloaded dyn-clone v1.0.20 |
| 208 | 2026-03-24T03:32:19.310Z | Downloaded thiserror v2.0.18 |
| 209 | 2026-03-24T03:32:19.313Z | Downloaded defmt-parser v1.0.0 |
| 210 | 2026-03-24T03:32:19.316Z | Downloaded stable_deref_trait v1.2.1 |
| 211 | 2026-03-24T03:32:19.323Z | Downloaded serde v1.0.228 |
| 212 | 2026-03-24T03:32:19.326Z | Downloaded ingot-macros v0.1.1 |
| 213 | 2026-03-24T03:32:19.333Z | Downloaded postcard v1.1.3 |
| 214 | 2026-03-24T03:32:19.342Z | Downloaded unicode-ident v1.0.24 |
| 215 | 2026-03-24T03:32:19.346Z | Downloaded crc32fast v1.5.0 |
| 216 | 2026-03-24T03:32:19.346Z | Downloaded zerocopy-derive v0.8.42 |
| 217 | 2026-03-24T03:32:19.351Z | Downloaded darling v0.21.3 |
| 218 | 2026-03-24T03:32:19.369Z | Downloaded darling_core v0.21.3 |
| 219 | 2026-03-24T03:32:19.373Z | Downloaded serde_core v1.0.228 |
| 220 | 2026-03-24T03:32:19.377Z | Downloaded heapless v0.8.0 |
| 221 | 2026-03-24T03:32:19.382Z | Downloaded proc-macro2 v1.0.106 |
| 222 | 2026-03-24T03:32:19.382Z | Downloaded memchr v2.8.0 |
| 223 | 2026-03-24T03:32:19.388Z | Downloaded itertools v0.14.0 |
| 224 | 2026-03-24T03:32:19.405Z | Downloaded regex v1.12.3 |
| 225 | 2026-03-24T03:32:19.453Z | Downloaded smoltcp v0.11.0 |
| 226 | 2026-03-24T03:32:19.458Z | Downloaded zerocopy v0.8.42 |
| 227 | 2026-03-24T03:32:19.465Z | Downloaded syn v2.0.117 |
| 228 | 2026-03-24T03:32:19.473Z | Downloaded regex-syntax v0.8.10 |
| 229 | 2026-03-24T03:32:19.491Z | Downloaded regex-automata v0.4.14 |
| 230 | 2026-03-24T03:32:19.506Z | Updating crates.io index |
| 231 | 2026-03-24T03:32:19.661Z | Downloading crates ... |
| 232 | 2026-03-24T03:32:19.711Z | Downloaded getopts v0.2.24 |
| 233 | 2026-03-24T03:32:19.718Z | Downloaded foldhash v0.2.0 |
| 234 | 2026-03-24T03:32:19.721Z | Downloaded addr2line v0.25.1 |
| 235 | 2026-03-24T03:32:19.725Z | Downloaded adler2 v2.0.1 |
| 236 | 2026-03-24T03:32:19.734Z | Downloaded rustc-literal-escaper v0.0.7 |
| 237 | 2026-03-24T03:32:19.740Z | Downloaded rustc-demangle v0.1.27 |
| 238 | 2026-03-24T03:32:19.757Z | Downloaded miniz_oxide v0.8.9 |
| 239 | 2026-03-24T03:32:19.768Z | Downloaded memchr v2.7.6 |
| 240 | 2026-03-24T03:32:19.784Z | Downloaded hashbrown v0.16.1 |
| 241 | 2026-03-24T03:32:19.806Z | Downloaded gimli v0.32.3 |
| 242 | 2026-03-24T03:32:19.810Z | Downloaded object v0.37.3 |
| 243 | 2026-03-24T03:32:19.843Z | Downloaded libc v0.2.178 |
| 244 | 2026-03-24T03:32:19.914Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 245 | 2026-03-24T03:32:19.914Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 246 | 2026-03-24T03:32:19.917Z | Compiling proc-macro2 v1.0.106 |
| 247 | 2026-03-24T03:32:19.917Z | Compiling quote v1.0.45 |
| 248 | 2026-03-24T03:32:19.917Z | Compiling unicode-ident v1.0.24 |
| 249 | 2026-03-24T03:32:19.917Z | Compiling serde_core v1.0.228 |
| 250 | 2026-03-24T03:32:19.917Z | Compiling ident_case v1.0.1 |
| 251 | 2026-03-24T03:32:19.917Z | Compiling fnv v1.0.7 |
| 252 | 2026-03-24T03:32:20.113Z | Compiling strsim v0.11.1 |
| 253 | 2026-03-24T03:32:20.143Z | Compiling memchr v2.8.0 |
| 254 | 2026-03-24T03:32:20.147Z | Compiling regex-syntax v0.8.10 |
| 255 | 2026-03-24T03:32:20.492Z | Compiling thiserror v2.0.18 |
| 256 | 2026-03-24T03:32:20.541Z | Compiling either v1.15.0 |
| 257 | 2026-03-24T03:32:20.622Z | Compiling zerocopy v0.8.42 |
| 258 | 2026-03-24T03:32:20.654Z | Compiling serde v1.0.228 |
| 259 | 2026-03-24T03:32:20.794Z | Compiling aho-corasick v1.1.4 |
| 260 | 2026-03-24T03:32:21.054Z | Compiling itertools v0.14.0 |
| 261 | 2026-03-24T03:32:21.278Z | Compiling heapless v0.8.0 |
| 262 | 2026-03-24T03:32:21.314Z | Compiling smoltcp v0.11.0 |
| 263 | 2026-03-24T03:32:21.527Z | Compiling syn v2.0.117 |
| 264 | 2026-03-24T03:32:21.616Z | Compiling crc32fast v1.5.0 |
| 265 | 2026-03-24T03:32:21.883Z | Compiling ref-cast v1.0.25 |
| 266 | 2026-03-24T03:32:21.892Z | Compiling version_check v0.9.5 |
| 267 | 2026-03-24T03:32:22.146Z | Compiling regex-automata v0.4.14 |
| 268 | 2026-03-24T03:32:22.380Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 269 | 2026-03-24T03:32:24.329Z | Compiling regex v1.12.3 |
| 270 | 2026-03-24T03:32:24.863Z | Compiling darling_core v0.21.3 |
| 271 | 2026-03-24T03:32:25.848Z | Compiling thiserror-impl v2.0.18 |
| 272 | 2026-03-24T03:32:25.848Z | Compiling zerocopy-derive v0.8.42 |
| 273 | 2026-03-24T03:32:25.851Z | Compiling serde_derive v1.0.228 |
| 274 | 2026-03-24T03:32:25.851Z | Compiling ref-cast-impl v1.0.25 |
| 275 | 2026-03-24T03:32:25.851Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 276 | 2026-03-24T03:32:27.739Z | Compiling darling_macro v0.21.3 |
| 277 | 2026-03-24T03:32:28.861Z | Compiling darling v0.21.3 |
| 278 | 2026-03-24T03:32:28.942Z | Compiling ingot-macros v0.1.1 |
| 279 | 2026-03-24T03:32:28.942Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 280 | 2026-03-24T03:32:36.444Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 281 | 2026-03-24T03:32:39.373Z | Checking byteorder v1.5.0 |
| 282 | 2026-03-24T03:32:39.373Z | Checking stable_deref_trait v1.2.1 |
| 283 | 2026-03-24T03:32:39.373Z | Checking cfg-if v1.0.4 |
| 284 | 2026-03-24T03:32:39.373Z | Checking macaddr v1.0.1 |
| 285 | 2026-03-24T03:32:39.376Z | Checking managed v0.8.0 |
| 286 | 2026-03-24T03:32:39.452Z | Checking bitflags v1.3.2 |
| 287 | 2026-03-24T03:32:39.493Z | Checking cobs v0.3.0 |
| 288 | 2026-03-24T03:32:39.572Z | Checking hash32 v0.3.1 |
| 289 | 2026-03-24T03:32:39.576Z | Checking dyn-clone v1.0.20 |
| 290 | 2026-03-24T03:32:39.640Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 291 | 2026-03-24T03:32:41.337Z | Checking bitflags v2.11.0 |
| 292 | 2026-03-24T03:32:41.341Z | Checking uuid v1.22.0 |
| 293 | 2026-03-24T03:32:41.525Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 294 | 2026-03-24T03:32:41.848Z | Checking postcard v1.1.3 |
| 295 | 2026-03-24T03:32:43.120Z | Checking ingot-types v0.1.2 |
| 296 | 2026-03-24T03:32:43.512Z | Checking ingot v0.1.1 |
| 297 | 2026-03-24T03:32:45.496Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 298 | 2026-03-24T03:32:51.607Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 299 | 2026-03-24T03:32:53.798Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 300 | 2026-03-24T03:32:57.257Z | Finished `dev` profile [optimized + debuginfo] target(s) in 43.57s |
| 301 | 2026-03-24T03:32:57.389Z | |
| 302 | 2026-03-24T03:32:57.392Z | real 43.778677831 |
| 303 | 2026-03-24T03:32:57.392Z | user 1:39.131142342 |
| 304 | 2026-03-24T03:32:57.392Z | sys 12.050898561 |
| 305 | 2026-03-24T03:32:57.392Z | trap 0.026604407 |
| 306 | 2026-03-24T03:32:57.392Z | tflt 0.042402014 |
| 307 | 2026-03-24T03:32:57.392Z | dflt 0.206945082 |
| 308 | 2026-03-24T03:32:57.392Z | kflt 0.001788881 |
| 309 | 2026-03-24T03:32:57.392Z | lock 5:33.537281425 |
| 310 | 2026-03-24T03:32:57.392Z | slp 4:18.517747121 |
| 311 | 2026-03-24T03:32:57.392Z | lat 2.799805060 |
| 312 | 2026-03-24T03:32:57.392Z | stop 8.346410809 |
| 313 | 2026-03-24T03:32:57.392Z | + pushd xde-link |
| 314 | 2026-03-24T03:32:57.392Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 315 | 2026-03-24T03:32:57.392Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 316 | 2026-03-24T03:32:57.637Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 317 | 2026-03-24T03:32:57.637Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 318 | 2026-03-24T03:32:57.637Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 319 | 2026-03-24T03:33:13.256Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 320 | 2026-03-24T03:33:16.236Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.76s |
| 321 | 2026-03-24T03:33:16.259Z | |
| 322 | 2026-03-24T03:33:16.264Z | real 18.860384083 |
| 323 | 2026-03-24T03:33:16.264Z | user 28.488524234 |
| 324 | 2026-03-24T03:33:16.264Z | sys 1.529080321 |
| 325 | 2026-03-24T03:33:16.264Z | trap 0.008166690 |
| 326 | 2026-03-24T03:33:16.264Z | tflt 0.001897268 |
| 327 | 2026-03-24T03:33:16.264Z | dflt 0.050010834 |
| 328 | 2026-03-24T03:33:16.264Z | kflt 0.000000000 |
| 329 | 2026-03-24T03:33:16.264Z | lock 1:41.852243183 |
| 330 | 2026-03-24T03:33:16.264Z | slp 1:01.920423515 |
| 331 | 2026-03-24T03:33:16.264Z | lat 0.253359365 |
| 332 | 2026-03-24T03:33:16.264Z | stop 0.161082999 |
| 333 | 2026-03-24T03:33:16.264Z | + popd |
| 334 | 2026-03-24T03:33:16.264Z | + popd |
| 335 | 2026-03-24T03:33:16.264Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 336 | 2026-03-24T03:33:16.264Z | /work/oxidecomputer/opte |
| 337 | 2026-03-24T03:33:16.264Z | + header 'build xde (debug)' |
| 338 | 2026-03-24T03:33:16.264Z | + echo '# ==== build xde (debug) ==== #' |
| 339 | 2026-03-24T03:33:16.264Z | # ==== build xde (debug) ==== # |
| 340 | 2026-03-24T03:33:16.264Z | + ptime -m cargo xtask build --profile debug xde xde-link |
| 341 | 2026-03-24T03:33:16.448Z | Downloading crates ... |
| 342 | 2026-03-24T03:33:16.525Z | Downloaded anstyle-query v1.1.5 |
| 343 | 2026-03-24T03:33:16.535Z | Downloaded clap v4.5.60 |
| 344 | 2026-03-24T03:33:16.544Z | Downloaded toml_parser v1.1.0+spec-1.1.0 |
| 345 | 2026-03-24T03:33:16.548Z | Downloaded equivalent v1.0.2 |
| 346 | 2026-03-24T03:33:16.551Z | Downloaded anstream v0.6.21 |
| 347 | 2026-03-24T03:33:16.554Z | Downloaded anstyle-parse v0.2.7 |
| 348 | 2026-03-24T03:33:16.560Z | Downloaded clap_derive v4.5.55 |
| 349 | 2026-03-24T03:33:16.564Z | Downloaded anyhow v1.0.102 |
| 350 | 2026-03-24T03:33:16.571Z | Downloaded serde_json v1.0.149 |
| 351 | 2026-03-24T03:33:16.576Z | Downloaded itoa v1.0.17 |
| 352 | 2026-03-24T03:33:16.579Z | Downloaded errno v0.3.14 |
| 353 | 2026-03-24T03:33:16.581Z | Downloaded zmij v1.0.21 |
| 354 | 2026-03-24T03:33:16.582Z | Downloaded toml v1.1.0+spec-1.1.0 |
| 355 | 2026-03-24T03:33:16.584Z | Downloaded clap_lex v1.0.0 |
| 356 | 2026-03-24T03:33:16.584Z | Downloaded cargo_metadata v0.23.1 |
| 357 | 2026-03-24T03:33:16.587Z | Downloaded cargo-platform v0.3.2 |
| 358 | 2026-03-24T03:33:16.587Z | Downloaded toml_writer v1.1.0+spec-1.1.0 |
| 359 | 2026-03-24T03:33:16.590Z | Downloaded heck v0.5.0 |
| 360 | 2026-03-24T03:33:16.593Z | Downloaded is_terminal_polyfill v1.70.2 |
| 361 | 2026-03-24T03:33:16.596Z | Downloaded indexmap v2.13.0 |
| 362 | 2026-03-24T03:33:16.601Z | Downloaded serde_spanned v1.1.0 |
| 363 | 2026-03-24T03:33:16.604Z | Downloaded utf8parse v0.2.2 |
| 364 | 2026-03-24T03:33:16.604Z | Downloaded terminal_size v0.4.3 |
| 365 | 2026-03-24T03:33:16.607Z | Downloaded camino v1.2.2 |
| 366 | 2026-03-24T03:33:16.612Z | Downloaded colorchoice v1.0.4 |
| 367 | 2026-03-24T03:33:16.615Z | Downloaded toml_datetime v1.1.0+spec-1.1.0 |
| 368 | 2026-03-24T03:33:16.620Z | Downloaded semver v1.0.27 |
| 369 | 2026-03-24T03:33:16.625Z | Downloaded anstyle v1.0.13 |
| 370 | 2026-03-24T03:33:16.654Z | Downloaded rustix v1.1.4 |
| 371 | 2026-03-24T03:33:16.671Z | Downloaded clap_builder v4.5.60 |
| 372 | 2026-03-24T03:33:16.687Z | Downloaded winnow v1.0.0 |
| 373 | 2026-03-24T03:33:16.728Z | Downloaded libc v0.2.183 |
| 374 | 2026-03-24T03:33:16.789Z | Compiling serde_core v1.0.228 |
| 375 | 2026-03-24T03:33:16.789Z | Compiling proc-macro2 v1.0.106 |
| 376 | 2026-03-24T03:33:16.792Z | Compiling unicode-ident v1.0.24 |
| 377 | 2026-03-24T03:33:16.792Z | Compiling quote v1.0.45 |
| 378 | 2026-03-24T03:33:16.792Z | Compiling libc v0.2.183 |
| 379 | 2026-03-24T03:33:16.792Z | Compiling rustix v1.1.4 |
| 380 | 2026-03-24T03:33:16.792Z | Compiling utf8parse v0.2.2 |
| 381 | 2026-03-24T03:33:16.792Z | Compiling bitflags v2.11.0 |
| 382 | 2026-03-24T03:33:16.968Z | Compiling zmij v1.0.21 |
| 383 | 2026-03-24T03:33:16.985Z | Compiling anstyle-parse v0.2.7 |
| 384 | 2026-03-24T03:33:17.248Z | Compiling is_terminal_polyfill v1.70.2 |
| 385 | 2026-03-24T03:33:17.267Z | Compiling camino v1.2.2 |
| 386 | 2026-03-24T03:33:17.342Z | Compiling serde v1.0.228 |
| 387 | 2026-03-24T03:33:17.374Z | Compiling colorchoice v1.0.4 |
| 388 | 2026-03-24T03:33:17.381Z | Compiling anstyle v1.0.13 |
| 389 | 2026-03-24T03:33:17.498Z | Compiling thiserror v2.0.18 |
| 390 | 2026-03-24T03:33:17.515Z | Compiling serde_json v1.0.149 |
| 391 | 2026-03-24T03:33:17.678Z | Compiling anstyle-query v1.1.5 |
| 392 | 2026-03-24T03:33:17.759Z | Compiling errno v0.3.14 |
| 393 | 2026-03-24T03:33:17.763Z | Compiling anstream v0.6.21 |
| 394 | 2026-03-24T03:33:17.805Z | Compiling heck v0.5.0 |
| 395 | 2026-03-24T03:33:17.855Z | Compiling clap_lex v1.0.0 |
| 396 | 2026-03-24T03:33:18.054Z | Compiling itoa v1.0.17 |
| 397 | 2026-03-24T03:33:18.270Z | Compiling winnow v1.0.0 |
| 398 | 2026-03-24T03:33:18.360Z | Compiling strsim v0.11.1 |
| 399 | 2026-03-24T03:33:18.386Z | Compiling anyhow v1.0.102 |
| 400 | 2026-03-24T03:33:18.407Z | Compiling memchr v2.8.0 |
| 401 | 2026-03-24T03:33:18.462Z | Compiling syn v2.0.117 |
| 402 | 2026-03-24T03:33:18.530Z | Compiling toml_writer v1.1.0+spec-1.1.0 |
| 403 | 2026-03-24T03:33:18.803Z | Compiling terminal_size v0.4.3 |
| 404 | 2026-03-24T03:33:18.853Z | Compiling toml_parser v1.1.0+spec-1.1.0 |
| 405 | 2026-03-24T03:33:18.988Z | Compiling clap_builder v4.5.60 |
| 406 | 2026-03-24T03:33:19.875Z | Compiling toml_datetime v1.1.0+spec-1.1.0 |
| 407 | 2026-03-24T03:33:19.929Z | Compiling cargo-platform v0.3.2 |
| 408 | 2026-03-24T03:33:20.113Z | Compiling serde_spanned v1.1.0 |
| 409 | 2026-03-24T03:33:20.210Z | Compiling semver v1.0.27 |
| 410 | 2026-03-24T03:33:20.507Z | Compiling toml v1.1.0+spec-1.1.0 |
| 411 | 2026-03-24T03:33:21.482Z | Compiling thiserror-impl v2.0.18 |
| 412 | 2026-03-24T03:33:21.486Z | Compiling serde_derive v1.0.228 |
| 413 | 2026-03-24T03:33:21.509Z | Compiling clap_derive v4.5.55 |
| 414 | 2026-03-24T03:33:23.733Z | Compiling clap v4.5.60 |
| 415 | 2026-03-24T03:33:25.741Z | Compiling cargo_metadata v0.23.1 |
| 416 | 2026-03-24T03:33:29.164Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 417 | 2026-03-24T03:33:31.269Z | Finished `dev` profile [optimized + debuginfo] target(s) in 14.99s |
| 418 | 2026-03-24T03:33:31.287Z | Running `target/debug/xtask build --profile debug xde xde-link` |
| 419 | 2026-03-24T03:33:33.592Z | Building xde (dev). |
| 420 | 2026-03-24T03:33:33.913Z | Compiling serde_core v1.0.228 |
| 421 | 2026-03-24T03:33:33.913Z | Compiling byteorder v1.5.0 |
| 422 | 2026-03-24T03:33:33.952Z | Compiling macaddr v1.0.1 |
| 423 | 2026-03-24T03:33:33.953Z | Compiling cfg-if v1.0.4 |
| 424 | 2026-03-24T03:33:33.953Z | Compiling stable_deref_trait v1.2.1 |
| 425 | 2026-03-24T03:33:33.972Z | Compiling zerocopy v0.8.42 |
| 426 | 2026-03-24T03:33:33.972Z | Compiling thiserror v2.0.18 |
| 427 | 2026-03-24T03:33:33.972Z | Compiling bitflags v1.3.2 |
| 428 | 2026-03-24T03:33:34.011Z | Compiling managed v0.8.0 |
| 429 | 2026-03-24T03:33:34.023Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 430 | 2026-03-24T03:33:34.031Z | Compiling cobs v0.3.0 |
| 431 | 2026-03-24T03:33:34.062Z | Compiling either v1.15.0 |
| 432 | 2026-03-24T03:33:34.180Z | Compiling hash32 v0.3.1 |
| 433 | 2026-03-24T03:33:34.311Z | Compiling heapless v0.8.0 |
| 434 | 2026-03-24T03:33:34.346Z | Compiling itertools v0.14.0 |
| 435 | 2026-03-24T03:33:34.347Z | Compiling ref-cast v1.0.25 |
| 436 | 2026-03-24T03:33:34.360Z | Compiling crc32fast v1.5.0 |
| 437 | 2026-03-24T03:33:34.382Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 438 | 2026-03-24T03:33:34.382Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 439 | 2026-03-24T03:33:34.420Z | Compiling dyn-clone v1.0.20 |
| 440 | 2026-03-24T03:33:34.608Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 441 | 2026-03-24T03:33:34.805Z | Compiling smoltcp v0.11.0 |
| 442 | 2026-03-24T03:33:36.206Z | Compiling bitflags v2.11.0 |
| 443 | 2026-03-24T03:33:36.206Z | Compiling serde v1.0.228 |
| 444 | 2026-03-24T03:33:36.206Z | Compiling uuid v1.22.0 |
| 445 | 2026-03-24T03:33:36.379Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 446 | 2026-03-24T03:33:36.849Z | Compiling postcard v1.1.3 |
| 447 | 2026-03-24T03:33:38.020Z | Compiling ingot-types v0.1.2 |
| 448 | 2026-03-24T03:33:38.430Z | Compiling ingot v0.1.1 |
| 449 | 2026-03-24T03:33:40.588Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 450 | 2026-03-24T03:33:46.641Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 451 | 2026-03-24T03:34:00.081Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 452 | 2026-03-24T03:34:10.985Z | Finished `dev` profile [optimized + debuginfo] target(s) in 37.35s |
| 453 | 2026-03-24T03:34:11.015Z | Linking xde kmod... |
| 454 | 2026-03-24T03:34:12.348Z | Building xde dev link helper (dev). |
| 455 | 2026-03-24T03:34:12.555Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 456 | 2026-03-24T03:34:12.970Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.58s |
| 457 | 2026-03-24T03:34:12.998Z | |
| 458 | 2026-03-24T03:34:13.001Z | real 56.723042956 |
| 459 | 2026-03-24T03:34:13.001Z | user 3:00.203219333 |
| 460 | 2026-03-24T03:34:13.001Z | sys 13.711456150 |
| 461 | 2026-03-24T03:34:13.002Z | trap 0.077608110 |
| 462 | 2026-03-24T03:34:13.002Z | tflt 0.393234609 |
| 463 | 2026-03-24T03:34:13.002Z | dflt 0.490812527 |
| 464 | 2026-03-24T03:34:13.002Z | kflt 0.000013065 |
| 465 | 2026-03-24T03:34:13.002Z | lock 8:49.753584471 |
| 466 | 2026-03-24T03:34:13.002Z | slp 5:08.167736213 |
| 467 | 2026-03-24T03:34:13.002Z | lat 7.329930563 |
| 468 | 2026-03-24T03:34:13.002Z | stop 6.564970712 |
| 469 | 2026-03-24T03:34:13.002Z | + header 'build xde (release)' |
| 470 | 2026-03-24T03:34:13.002Z | + echo '# ==== build xde (release) ==== #' |
| 471 | 2026-03-24T03:34:13.002Z | # ==== build xde (release) ==== # |
| 472 | 2026-03-24T03:34:13.002Z | + ptime -m cargo xtask build --profile release xde xde-link |
| 473 | 2026-03-24T03:34:13.181Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.17s |
| 474 | 2026-03-24T03:34:13.186Z | Running `target/debug/xtask build --profile release xde xde-link` |
| 475 | 2026-03-24T03:34:13.456Z | Building xde (release-lto). |
| 476 | 2026-03-24T03:34:13.766Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 477 | 2026-03-24T03:34:13.766Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 478 | 2026-03-24T03:34:13.766Z | Compiling proc-macro2 v1.0.106 |
| 479 | 2026-03-24T03:34:13.766Z | Compiling unicode-ident v1.0.24 |
| 480 | 2026-03-24T03:34:13.770Z | Compiling quote v1.0.45 |
| 481 | 2026-03-24T03:34:13.770Z | Compiling serde_core v1.0.228 |
| 482 | 2026-03-24T03:34:13.770Z | Compiling fnv v1.0.7 |
| 483 | 2026-03-24T03:34:13.770Z | Compiling strsim v0.11.1 |
| 484 | 2026-03-24T03:34:13.884Z | Compiling ident_case v1.0.1 |
| 485 | 2026-03-24T03:34:13.914Z | Compiling memchr v2.8.0 |
| 486 | 2026-03-24T03:34:14.012Z | Compiling regex-syntax v0.8.10 |
| 487 | 2026-03-24T03:34:14.229Z | Compiling serde v1.0.228 |
| 488 | 2026-03-24T03:34:14.270Z | Compiling zerocopy v0.8.42 |
| 489 | 2026-03-24T03:34:14.287Z | Compiling either v1.15.0 |
| 490 | 2026-03-24T03:34:14.417Z | Compiling thiserror v2.0.18 |
| 491 | 2026-03-24T03:34:14.535Z | Compiling aho-corasick v1.1.4 |
| 492 | 2026-03-24T03:34:14.731Z | Compiling itertools v0.14.0 |
| 493 | 2026-03-24T03:34:14.771Z | Compiling heapless v0.8.0 |
| 494 | 2026-03-24T03:34:15.121Z | Compiling syn v2.0.117 |
| 495 | 2026-03-24T03:34:15.266Z | Compiling smoltcp v0.11.0 |
| 496 | 2026-03-24T03:34:15.353Z | Compiling crc32fast v1.5.0 |
| 497 | 2026-03-24T03:34:15.415Z | Compiling ref-cast v1.0.25 |
| 498 | 2026-03-24T03:34:15.776Z | Compiling version_check v0.9.5 |
| 499 | 2026-03-24T03:34:16.046Z | Compiling regex-automata v0.4.14 |
| 500 | 2026-03-24T03:34:16.162Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 501 | 2026-03-24T03:34:18.150Z | Compiling regex v1.12.3 |
| 502 | 2026-03-24T03:34:18.387Z | Compiling darling_core v0.21.3 |
| 503 | 2026-03-24T03:34:19.643Z | Compiling zerocopy-derive v0.8.42 |
| 504 | 2026-03-24T03:34:19.643Z | Compiling serde_derive v1.0.228 |
| 505 | 2026-03-24T03:34:19.647Z | Compiling thiserror-impl v2.0.18 |
| 506 | 2026-03-24T03:34:19.647Z | Compiling ref-cast-impl v1.0.25 |
| 507 | 2026-03-24T03:34:19.647Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 508 | 2026-03-24T03:34:21.411Z | Compiling darling_macro v0.21.3 |
| 509 | 2026-03-24T03:34:22.516Z | Compiling darling v0.21.3 |
| 510 | 2026-03-24T03:34:22.589Z | Compiling ingot-macros v0.1.1 |
| 511 | 2026-03-24T03:34:22.592Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 512 | 2026-03-24T03:34:31.347Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 513 | 2026-03-24T03:34:34.256Z | Compiling byteorder v1.5.0 |
| 514 | 2026-03-24T03:34:34.256Z | Compiling macaddr v1.0.1 |
| 515 | 2026-03-24T03:34:34.259Z | Compiling cfg-if v1.0.4 |
| 516 | 2026-03-24T03:34:34.259Z | Compiling stable_deref_trait v1.2.1 |
| 517 | 2026-03-24T03:34:34.327Z | Compiling managed v0.8.0 |
| 518 | 2026-03-24T03:34:34.337Z | Compiling bitflags v1.3.2 |
| 519 | 2026-03-24T03:34:34.385Z | Compiling cobs v0.3.0 |
| 520 | 2026-03-24T03:34:34.496Z | Compiling hash32 v0.3.1 |
| 521 | 2026-03-24T03:34:34.647Z | Compiling dyn-clone v1.0.20 |
| 522 | 2026-03-24T03:34:34.717Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 523 | 2026-03-24T03:34:36.611Z | Compiling bitflags v2.11.0 |
| 524 | 2026-03-24T03:34:36.612Z | Compiling uuid v1.22.0 |
| 525 | 2026-03-24T03:34:36.791Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 526 | 2026-03-24T03:34:37.228Z | Compiling postcard v1.1.3 |
| 527 | 2026-03-24T03:34:38.445Z | Compiling ingot-types v0.1.2 |
| 528 | 2026-03-24T03:34:38.881Z | Compiling ingot v0.1.1 |
| 529 | 2026-03-24T03:34:41.159Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 530 | 2026-03-24T03:34:46.437Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 531 | 2026-03-24T03:34:57.892Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 532 | 2026-03-24T03:35:35.173Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 21s |
| 533 | 2026-03-24T03:35:35.201Z | Linking xde kmod... |
| 534 | 2026-03-24T03:35:35.911Z | Building xde dev link helper (release). |
| 535 | 2026-03-24T03:35:36.124Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 536 | 2026-03-24T03:35:36.124Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 537 | 2026-03-24T03:35:36.127Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 538 | 2026-03-24T03:35:52.692Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 539 | 2026-03-24T03:35:56.025Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.07s |
| 540 | 2026-03-24T03:35:56.050Z | |
| 541 | 2026-03-24T03:35:56.053Z | real 1:43.026791662 |
| 542 | 2026-03-24T03:35:56.053Z | user 2:50.085032164 |
| 543 | 2026-03-24T03:35:56.053Z | sys 14.842512191 |
| 544 | 2026-03-24T03:35:56.053Z | trap 0.043994641 |
| 545 | 2026-03-24T03:35:56.053Z | tflt 0.171845244 |
| 546 | 2026-03-24T03:35:56.053Z | dflt 0.256051918 |
| 547 | 2026-03-24T03:35:56.053Z | kflt 0.000028173 |
| 548 | 2026-03-24T03:35:56.053Z | lock 14:20.963729445 |
| 549 | 2026-03-24T03:35:56.053Z | slp 7:52.127601301 |
| 550 | 2026-03-24T03:35:56.053Z | lat 3.173172026 |
| 551 | 2026-03-24T03:35:56.053Z | stop 6.741005460 |
| 552 | 2026-03-24T03:35:56.053Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
| 553 | 2026-03-24T03:35:56.053Z | + grep GOTPCREL |
| 554 | 2026-03-24T03:35:58.210Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 555 | 2026-03-24T03:35:58.212Z | + grep GOTPCREL |
| 556 | 2026-03-24T03:35:59.323Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
| 557 | 2026-03-24T03:35:59.382Z | + sha256sum /work/debug/xde.dbg |
| 558 | 2026-03-24T03:35:59.446Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
| 559 | 2026-03-24T03:35:59.449Z | + sha256sum /work/debug/xde_link.dbg.so |
| 560 | 2026-03-24T03:35:59.452Z | + cp target/x86_64-unknown-unknown/release-lto/xde /work/release/ |
| 561 | 2026-03-24T03:35:59.490Z | + sha256sum /work/release/xde |
| 562 | 2026-03-24T03:35:59.528Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
| 563 | 2026-03-24T03:35:59.533Z | + sha256sum /work/release/xde_link.so |
| 564 | 2026-03-24T03:35:59.533Z | + header 'build xde integration tests' |
| 565 | 2026-03-24T03:35:59.533Z | + echo '# ==== build xde integration tests ==== #' |
| 566 | 2026-03-24T03:35:59.533Z | + pushd xde-tests |
| 567 | 2026-03-24T03:35:59.533Z | # ==== build xde integration tests ==== # |
| 568 | 2026-03-24T03:35:59.533Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
| 569 | 2026-03-24T03:35:59.533Z | + cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check |
| 570 | 2026-03-24T03:35:59.636Z | + cargo clippy --all-targets -- --deny warnings |
| 571 | 2026-03-24T03:35:59.928Z | Checking cfg-if v1.0.4 |
| 572 | 2026-03-24T03:35:59.928Z | Compiling serde_core v1.0.228 |
| 573 | 2026-03-24T03:35:59.931Z | Checking memchr v2.8.0 |
| 574 | 2026-03-24T03:35:59.931Z | Compiling libc v0.2.183 |
| 575 | 2026-03-24T03:35:59.931Z | Compiling serde v1.0.228 |
| 576 | 2026-03-24T03:35:59.932Z | Compiling rustversion v1.0.22 |
| 577 | 2026-03-24T03:35:59.932Z | Compiling version_check v0.9.5 |
| 578 | 2026-03-24T03:35:59.932Z | Compiling syn v2.0.117 |
| 579 | 2026-03-24T03:36:00.013Z | Compiling zerocopy v0.8.42 |
| 580 | 2026-03-24T03:36:00.346Z | Compiling strsim v0.11.1 |
| 581 | 2026-03-24T03:36:00.384Z | Compiling fnv v1.0.7 |
| 582 | 2026-03-24T03:36:00.474Z | Compiling ident_case v1.0.1 |
| 583 | 2026-03-24T03:36:00.530Z | Compiling regex-syntax v0.8.10 |
| 584 | 2026-03-24T03:36:00.603Z | Checking pin-project-lite v0.2.17 |
| 585 | 2026-03-24T03:36:00.693Z | Compiling syn v1.0.109 |
| 586 | 2026-03-24T03:36:00.700Z | Compiling hashbrown v0.16.1 |
| 587 | 2026-03-24T03:36:00.885Z | Compiling either v1.15.0 |
| 588 | 2026-03-24T03:36:01.100Z | Compiling aho-corasick v1.1.4 |
| 589 | 2026-03-24T03:36:01.171Z | Compiling equivalent v1.0.2 |
| 590 | 2026-03-24T03:36:01.175Z | Compiling winnow v1.0.0 |
| 591 | 2026-03-24T03:36:01.264Z | Compiling itertools v0.14.0 |
| 592 | 2026-03-24T03:36:01.410Z | Compiling indexmap v2.13.0 |
| 593 | 2026-03-24T03:36:01.625Z | Compiling toml_parser v1.1.0+spec-1.1.0 |
| 594 | 2026-03-24T03:36:02.221Z | Compiling toml_datetime v1.1.0+spec-1.1.0 |
| 595 | 2026-03-24T03:36:02.351Z | Checking byteorder v1.5.0 |
| 596 | 2026-03-24T03:36:02.502Z | Compiling regex-automata v0.4.14 |
| 597 | 2026-03-24T03:36:02.544Z | Compiling winnow v0.7.15 |
| 598 | 2026-03-24T03:36:02.753Z | Compiling heapless v0.8.0 |
| 599 | 2026-03-24T03:36:02.910Z | Checking hash32 v0.3.1 |
| 600 | 2026-03-24T03:36:03.038Z | Checking bitflags v2.11.0 |
| 601 | 2026-03-24T03:36:03.093Z | Compiling slog v2.8.2 |
| 602 | 2026-03-24T03:36:03.234Z | Checking macaddr v1.0.1 |
| 603 | 2026-03-24T03:36:03.328Z | Compiling smoltcp v0.11.0 |
| 604 | 2026-03-24T03:36:03.418Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 605 | 2026-03-24T03:36:03.430Z | Checking futures-sink v0.3.32 |
| 606 | 2026-03-24T03:36:03.439Z | Checking stable_deref_trait v1.2.1 |
| 607 | 2026-03-24T03:36:03.516Z | Checking futures-core v0.3.32 |
| 608 | 2026-03-24T03:36:03.699Z | Checking futures-channel v0.3.32 |
| 609 | 2026-03-24T03:36:03.712Z | Compiling darling_core v0.21.3 |
| 610 | 2026-03-24T03:36:03.835Z | Compiling proc-macro-error-attr v1.0.4 |
| 611 | 2026-03-24T03:36:03.903Z | Checking futures-task v0.3.32 |
| 612 | 2026-03-24T03:36:04.030Z | Compiling ref-cast v1.0.25 |
| 613 | 2026-03-24T03:36:04.075Z | Checking futures-io v0.3.32 |
| 614 | 2026-03-24T03:36:04.116Z | Checking managed v0.8.0 |
| 615 | 2026-03-24T03:36:04.204Z | Checking rand_core v0.10.0 |
| 616 | 2026-03-24T03:36:04.352Z | Compiling autocfg v1.5.0 |
| 617 | 2026-03-24T03:36:04.375Z | Checking slab v0.4.12 |
| 618 | 2026-03-24T03:36:04.440Z | Compiling toml_edit v0.25.4+spec-1.1.0 |
| 619 | 2026-03-24T03:36:04.571Z | Compiling getrandom v0.4.2 |
| 620 | 2026-03-24T03:36:04.609Z | Checking bitflags v1.3.2 |
| 621 | 2026-03-24T03:36:04.683Z | Compiling crc32fast v1.5.0 |
| 622 | 2026-03-24T03:36:04.834Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 623 | 2026-03-24T03:36:04.901Z | Compiling regex v1.12.3 |
| 624 | 2026-03-24T03:36:05.101Z | Compiling num-traits v0.2.19 |
| 625 | 2026-03-24T03:36:05.383Z | Compiling proc-macro-crate v3.5.0 |
| 626 | 2026-03-24T03:36:05.535Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 627 | 2026-03-24T03:36:05.638Z | Compiling serde_derive v1.0.228 |
| 628 | 2026-03-24T03:36:05.700Z | Compiling thiserror-impl v2.0.18 |
| 629 | 2026-03-24T03:36:05.926Z | Compiling zerocopy-derive v0.8.42 |
| 630 | 2026-03-24T03:36:05.970Z | Compiling futures-macro v0.3.32 |
| 631 | 2026-03-24T03:36:06.250Z | Compiling num_enum_derive v0.7.5 |
| 632 | 2026-03-24T03:36:06.322Z | Compiling ref-cast-impl v1.0.25 |
| 633 | 2026-03-24T03:36:06.784Z | Compiling foreign-types-macros v0.2.3 |
| 634 | 2026-03-24T03:36:06.826Z | Compiling darling_macro v0.21.3 |
| 635 | 2026-03-24T03:36:07.043Z | Checking futures-util v0.3.32 |
| 636 | 2026-03-24T03:36:07.074Z | Compiling proc-macro-error v1.0.4 |
| 637 | 2026-03-24T03:36:07.359Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 638 | 2026-03-24T03:36:07.362Z | Checking thiserror v2.0.18 |
| 639 | 2026-03-24T03:36:07.465Z | Checking cobs v0.3.0 |
| 640 | 2026-03-24T03:36:07.525Z | Compiling darling v0.21.3 |
| 641 | 2026-03-24T03:36:07.587Z | Checking foreign-types-shared v0.3.1 |
| 642 | 2026-03-24T03:36:07.594Z | Checking cpufeatures v0.3.0 |
| 643 | 2026-03-24T03:36:07.609Z | Compiling ingot-macros v0.1.1 |
| 644 | 2026-03-24T03:36:07.631Z | Compiling crossbeam-utils v0.8.21 |
| 645 | 2026-03-24T03:36:07.655Z | Checking ipnetwork v0.21.1 |
| 646 | 2026-03-24T03:36:07.662Z | Checking unicode-width v0.2.2 |
| 647 | 2026-03-24T03:36:07.676Z | Compiling getrandom v0.3.4 |
| 648 | 2026-03-24T03:36:07.867Z | Checking once_cell v1.21.3 |
| 649 | 2026-03-24T03:36:07.970Z | Checking tabwriter v1.4.1 |
| 650 | 2026-03-24T03:36:08.018Z | Checking foreign-types v0.5.0 |
| 651 | 2026-03-24T03:36:08.090Z | Checking tracing-core v0.1.36 |
| 652 | 2026-03-24T03:36:08.100Z | Checking chacha20 v0.10.0 |
| 653 | 2026-03-24T03:36:08.145Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 654 | 2026-03-24T03:36:08.160Z | Checking num_enum v0.7.5 |
| 655 | 2026-03-24T03:36:08.428Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 656 | 2026-03-24T03:36:08.454Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 657 | 2026-03-24T03:36:08.519Z | Compiling tracing-attributes v0.1.31 |
| 658 | 2026-03-24T03:36:09.102Z | Checking anyhow v1.0.102 |
| 659 | 2026-03-24T03:36:09.620Z | Checking cstr-argument v0.1.2 |
| 660 | 2026-03-24T03:36:09.678Z | Compiling thiserror v1.0.69 |
| 661 | 2026-03-24T03:36:09.757Z | Compiling time-core v0.1.8 |
| 662 | 2026-03-24T03:36:09.859Z | Checking futures-executor v0.3.32 |
| 663 | 2026-03-24T03:36:09.927Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747) |
| 664 | 2026-03-24T03:36:09.993Z | Checking erased-serde v0.3.31 |
| 665 | 2026-03-24T03:36:10.033Z | Checking postcard v1.1.3 |
| 666 | 2026-03-24T03:36:10.071Z | Compiling num-conv v0.2.0 |
| 667 | 2026-03-24T03:36:10.197Z | Checking dyn-clone v1.0.20 |
| 668 | 2026-03-24T03:36:10.223Z | Checking pretty-hex v0.4.1 |
| 669 | 2026-03-24T03:36:10.259Z | Checking powerfmt v0.2.0 |
| 670 | 2026-03-24T03:36:10.307Z | Checking tracing v0.1.44 |
| 671 | 2026-03-24T03:36:10.354Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 672 | 2026-03-24T03:36:10.404Z | Compiling time-macros v0.2.27 |
| 673 | 2026-03-24T03:36:10.442Z | Checking deranged v0.5.8 |
| 674 | 2026-03-24T03:36:10.546Z | Checking futures v0.3.32 |
| 675 | 2026-03-24T03:36:10.621Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 676 | 2026-03-24T03:36:10.750Z | Checking rand v0.10.0 |
| 677 | 2026-03-24T03:36:10.903Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 678 | 2026-03-24T03:36:11.181Z | Compiling thiserror-impl v1.0.69 |
| 679 | 2026-03-24T03:36:11.317Z | Checking uuid v1.22.0 |
| 680 | 2026-03-24T03:36:11.379Z | Checking arc-swap v1.8.2 |
| 681 | 2026-03-24T03:36:11.452Z | Checking socket2 v0.6.3 |
| 682 | 2026-03-24T03:36:11.654Z | Checking nom v8.0.0 |
| 683 | 2026-03-24T03:36:11.667Z | Checking thread_local v1.1.9 |
| 684 | 2026-03-24T03:36:11.774Z | Compiling slog-async v2.8.0 |
| 685 | 2026-03-24T03:36:11.781Z | Checking oxnet v0.1.4 |
| 686 | 2026-03-24T03:36:11.904Z | Compiling heck v0.4.1 |
| 687 | 2026-03-24T03:36:11.993Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 688 | 2026-03-24T03:36:12.050Z | Checking ingot-types v0.1.2 |
| 689 | 2026-03-24T03:36:12.145Z | Checking colored v3.1.1 |
| 690 | 2026-03-24T03:36:12.152Z | Checking itoa v1.0.17 |
| 691 | 2026-03-24T03:36:12.392Z | Checking lazy_static v1.5.0 |
| 692 | 2026-03-24T03:36:12.461Z | Checking iana-time-zone v0.1.65 |
| 693 | 2026-03-24T03:36:12.493Z | Checking slog-scope v4.4.1 |
| 694 | 2026-03-24T03:36:12.514Z | Checking ingot v0.1.1 |
| 695 | 2026-03-24T03:36:12.524Z | Checking time v0.3.47 |
| 696 | 2026-03-24T03:36:12.576Z | Checking chrono v0.4.44 |
| 697 | 2026-03-24T03:36:12.643Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 698 | 2026-03-24T03:36:12.922Z | Checking ppv-lite86 v0.2.21 |
| 699 | 2026-03-24T03:36:13.317Z | Checking crossbeam-channel v0.5.15 |
| 700 | 2026-03-24T03:36:13.541Z | Checking rand_core v0.9.5 |
| 701 | 2026-03-24T03:36:13.690Z | Checking cookie-factory v0.3.3 |
| 702 | 2026-03-24T03:36:13.730Z | Checking itertools v0.12.1 |
| 703 | 2026-03-24T03:36:13.747Z | Checking is-terminal v0.4.17 |
| 704 | 2026-03-24T03:36:13.787Z | Checking take_mut v0.2.2 |
| 705 | 2026-03-24T03:36:13.838Z | Checking log v0.4.29 |
| 706 | 2026-03-24T03:36:13.896Z | Checking circular v0.3.0 |
| 707 | 2026-03-24T03:36:14.018Z | Checking term v1.2.1 |
| 708 | 2026-03-24T03:36:14.050Z | Checking slog-stdlog v4.1.1 |
| 709 | 2026-03-24T03:36:14.185Z | Checking rand_chacha v0.9.0 |
| 710 | 2026-03-24T03:36:14.302Z | Checking slog-term v2.9.2 |
| 711 | 2026-03-24T03:36:14.395Z | Checking rusticata-macros v5.0.0 |
| 712 | 2026-03-24T03:36:14.415Z | Checking rand v0.9.2 |
| 713 | 2026-03-24T03:36:14.549Z | Checking pcap-parser v0.17.0 |
| 714 | 2026-03-24T03:36:14.800Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 715 | 2026-03-24T03:36:15.098Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 716 | 2026-03-24T03:36:15.476Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#ce503058) |
| 717 | 2026-03-24T03:36:16.010Z | Checking slog-envlogger v2.2.0 |
| 718 | 2026-03-24T03:36:20.874Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 719 | 2026-03-24T03:36:23.081Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 720 | 2026-03-24T03:36:23.084Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 721 | 2026-03-24T03:36:23.557Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 722 | 2026-03-24T03:36:24.228Z | Finished `dev` profile [optimized + debuginfo] target(s) in 24.53s |
| 723 | 2026-03-24T03:36:24.275Z | + cargo build --test loopback |
| 724 | 2026-03-24T03:36:24.514Z | Compiling cfg-if v1.0.4 |
| 725 | 2026-03-24T03:36:24.514Z | Compiling memchr v2.8.0 |
| 726 | 2026-03-24T03:36:24.517Z | Compiling serde_core v1.0.228 |
| 727 | 2026-03-24T03:36:24.517Z | Compiling libc v0.2.183 |
| 728 | 2026-03-24T03:36:24.553Z | Compiling thiserror v2.0.18 |
| 729 | 2026-03-24T03:36:24.553Z | Compiling zerocopy v0.8.42 |
| 730 | 2026-03-24T03:36:24.556Z | Compiling pin-project-lite v0.2.17 |
| 731 | 2026-03-24T03:36:24.564Z | Compiling byteorder v1.5.0 |
| 732 | 2026-03-24T03:36:24.609Z | Compiling either v1.15.0 |
| 733 | 2026-03-24T03:36:24.663Z | Compiling futures-sink v0.3.32 |
| 734 | 2026-03-24T03:36:24.665Z | Compiling stable_deref_trait v1.2.1 |
| 735 | 2026-03-24T03:36:24.744Z | Compiling hash32 v0.3.1 |
| 736 | 2026-03-24T03:36:24.779Z | Compiling futures-core v0.3.32 |
| 737 | 2026-03-24T03:36:24.789Z | Compiling macaddr v1.0.1 |
| 738 | 2026-03-24T03:36:24.877Z | Compiling heapless v0.8.0 |
| 739 | 2026-03-24T03:36:24.927Z | Compiling futures-channel v0.3.32 |
| 740 | 2026-03-24T03:36:24.984Z | Compiling cobs v0.3.0 |
| 741 | 2026-03-24T03:36:25.042Z | Compiling bitflags v1.3.2 |
| 742 | 2026-03-24T03:36:25.105Z | Compiling rand_core v0.10.0 |
| 743 | 2026-03-24T03:36:25.123Z | Compiling slab v0.4.12 |
| 744 | 2026-03-24T03:36:25.228Z | Compiling managed v0.8.0 |
| 745 | 2026-03-24T03:36:25.307Z | Compiling futures-task v0.3.32 |
| 746 | 2026-03-24T03:36:25.333Z | Compiling futures-io v0.3.32 |
| 747 | 2026-03-24T03:36:25.351Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 748 | 2026-03-24T03:36:25.458Z | Compiling futures-util v0.3.32 |
| 749 | 2026-03-24T03:36:25.521Z | Compiling smoltcp v0.11.0 |
| 750 | 2026-03-24T03:36:25.544Z | Compiling foreign-types-shared v0.3.1 |
| 751 | 2026-03-24T03:36:25.558Z | Compiling cpufeatures v0.3.0 |
| 752 | 2026-03-24T03:36:25.638Z | Compiling ipnetwork v0.21.1 |
| 753 | 2026-03-24T03:36:25.644Z | Compiling once_cell v1.21.3 |
| 754 | 2026-03-24T03:36:25.662Z | Compiling unicode-width v0.2.2 |
| 755 | 2026-03-24T03:36:25.941Z | Compiling tracing-core v0.1.36 |
| 756 | 2026-03-24T03:36:26.058Z | Compiling tabwriter v1.4.1 |
| 757 | 2026-03-24T03:36:26.357Z | Compiling chacha20 v0.10.0 |
| 758 | 2026-03-24T03:36:26.582Z | Compiling foreign-types v0.5.0 |
| 759 | 2026-03-24T03:36:26.647Z | Compiling ref-cast v1.0.25 |
| 760 | 2026-03-24T03:36:26.668Z | Compiling num_enum v0.7.5 |
| 761 | 2026-03-24T03:36:26.763Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 762 | 2026-03-24T03:36:26.801Z | Compiling getrandom v0.4.2 |
| 763 | 2026-03-24T03:36:26.807Z | Compiling crc32fast v1.5.0 |
| 764 | 2026-03-24T03:36:26.893Z | Compiling cstr-argument v0.1.2 |
| 765 | 2026-03-24T03:36:27.076Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 766 | 2026-03-24T03:36:27.096Z | Compiling serde v1.0.228 |
| 767 | 2026-03-24T03:36:27.107Z | Compiling bitflags v2.11.0 |
| 768 | 2026-03-24T03:36:27.204Z | Compiling itertools v0.14.0 |
| 769 | 2026-03-24T03:36:27.399Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 770 | 2026-03-24T03:36:27.635Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 771 | 2026-03-24T03:36:27.740Z | Compiling erased-serde v0.3.31 |
| 772 | 2026-03-24T03:36:27.998Z | Compiling postcard v1.1.3 |
| 773 | 2026-03-24T03:36:28.161Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 774 | 2026-03-24T03:36:28.476Z | Compiling slog v2.8.2 |
| 775 | 2026-03-24T03:36:28.520Z | Compiling futures-executor v0.3.32 |
| 776 | 2026-03-24T03:36:28.537Z | Compiling powerfmt v0.2.0 |
| 777 | 2026-03-24T03:36:28.756Z | Compiling pretty-hex v0.4.1 |
| 778 | 2026-03-24T03:36:28.898Z | Compiling ingot-types v0.1.2 |
| 779 | 2026-03-24T03:36:28.918Z | Compiling dyn-clone v1.0.20 |
| 780 | 2026-03-24T03:36:28.964Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 781 | 2026-03-24T03:36:29.112Z | Compiling deranged v0.5.8 |
| 782 | 2026-03-24T03:36:29.132Z | Compiling futures v0.3.32 |
| 783 | 2026-03-24T03:36:29.222Z | Compiling tracing v0.1.44 |
| 784 | 2026-03-24T03:36:29.238Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 785 | 2026-03-24T03:36:29.249Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 786 | 2026-03-24T03:36:29.287Z | Compiling uuid v1.22.0 |
| 787 | 2026-03-24T03:36:29.349Z | Compiling rand v0.10.0 |
| 788 | 2026-03-24T03:36:29.380Z | Compiling ingot v0.1.1 |
| 789 | 2026-03-24T03:36:29.447Z | Compiling num-traits v0.2.19 |
| 790 | 2026-03-24T03:36:29.694Z | Compiling getrandom v0.3.4 |
| 791 | 2026-03-24T03:36:29.869Z | Compiling crossbeam-utils v0.8.21 |
| 792 | 2026-03-24T03:36:29.970Z | Compiling aho-corasick v1.1.4 |
| 793 | 2026-03-24T03:36:30.058Z | Compiling nom v8.0.0 |
| 794 | 2026-03-24T03:36:30.486Z | Compiling socket2 v0.6.3 |
| 795 | 2026-03-24T03:36:30.538Z | Compiling thread_local v1.1.9 |
| 796 | 2026-03-24T03:36:30.650Z | Compiling arc-swap v1.8.2 |
| 797 | 2026-03-24T03:36:31.041Z | Compiling regex-syntax v0.8.10 |
| 798 | 2026-03-24T03:36:31.084Z | Compiling oxnet v0.1.4 |
| 799 | 2026-03-24T03:36:31.192Z | Compiling colored v3.1.1 |
| 800 | 2026-03-24T03:36:31.385Z | Compiling lazy_static v1.5.0 |
| 801 | 2026-03-24T03:36:31.501Z | Compiling iana-time-zone v0.1.65 |
| 802 | 2026-03-24T03:36:31.684Z | Compiling num-conv v0.2.0 |
| 803 | 2026-03-24T03:36:31.840Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 804 | 2026-03-24T03:36:32.043Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 805 | 2026-03-24T03:36:32.086Z | Compiling winnow v0.7.15 |
| 806 | 2026-03-24T03:36:32.152Z | Compiling time-core v0.1.8 |
| 807 | 2026-03-24T03:36:32.277Z | Compiling chrono v0.4.44 |
| 808 | 2026-03-24T03:36:32.334Z | Compiling time v0.3.47 |
| 809 | 2026-03-24T03:36:32.526Z | Compiling slog-scope v4.4.1 |
| 810 | 2026-03-24T03:36:33.132Z | Compiling regex-automata v0.4.14 |
| 811 | 2026-03-24T03:36:34.738Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747) |
| 812 | 2026-03-24T03:36:34.962Z | Compiling rusticata-macros v5.0.0 |
| 813 | 2026-03-24T03:36:35.144Z | Compiling thiserror v1.0.69 |
| 814 | 2026-03-24T03:36:35.263Z | Compiling crossbeam-channel v0.5.15 |
| 815 | 2026-03-24T03:36:35.381Z | Compiling rand_core v0.9.5 |
| 816 | 2026-03-24T03:36:35.727Z | Compiling cookie-factory v0.3.3 |
| 817 | 2026-03-24T03:36:36.150Z | Compiling ppv-lite86 v0.2.21 |
| 818 | 2026-03-24T03:36:36.274Z | Compiling is-terminal v0.4.17 |
| 819 | 2026-03-24T03:36:36.386Z | Compiling itertools v0.12.1 |
| 820 | 2026-03-24T03:36:36.622Z | Compiling log v0.4.29 |
| 821 | 2026-03-24T03:36:36.966Z | Compiling circular v0.3.0 |
| 822 | 2026-03-24T03:36:37.295Z | Compiling term v1.2.1 |
| 823 | 2026-03-24T03:36:37.614Z | Compiling take_mut v0.2.2 |
| 824 | 2026-03-24T03:36:37.747Z | Compiling slog-async v2.8.0 |
| 825 | 2026-03-24T03:36:38.308Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 826 | 2026-03-24T03:36:40.131Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 827 | 2026-03-24T03:36:40.571Z | Compiling slog-term v2.9.2 |
| 828 | 2026-03-24T03:36:40.927Z | Compiling pcap-parser v0.17.0 |
| 829 | 2026-03-24T03:36:41.093Z | Compiling slog-stdlog v4.1.1 |
| 830 | 2026-03-24T03:36:41.644Z | Compiling rand_chacha v0.9.0 |
| 831 | 2026-03-24T03:36:42.348Z | Compiling regex v1.12.3 |
| 832 | 2026-03-24T03:36:42.731Z | Compiling rand v0.9.2 |
| 833 | 2026-03-24T03:36:42.737Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#ce503058) |
| 834 | 2026-03-24T03:36:42.787Z | Compiling slog-envlogger v2.2.0 |
| 835 | 2026-03-24T03:36:43.848Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 836 | 2026-03-24T03:36:43.941Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 837 | 2026-03-24T03:36:44.844Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 838 | 2026-03-24T03:36:55.214Z | Finished `dev` profile [optimized + debuginfo] target(s) in 30.92s |
| 839 | 2026-03-24T03:36:55.257Z | ++ cargo build -q --test loopback --message-format=json |
| 840 | 2026-03-24T03:36:55.260Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 841 | 2026-03-24T03:36:55.423Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-c493edc8fcafa4fb |
| 842 | 2026-03-24T03:36:55.423Z | + cargo build --test multicast_rx |
| 843 | 2026-03-24T03:36:55.568Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 844 | 2026-03-24T03:36:57.621Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.18s |
| 845 | 2026-03-24T03:36:57.666Z | ++ cargo build -q --test multicast_rx --message-format=json |
| 846 | 2026-03-24T03:36:57.668Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 847 | 2026-03-24T03:36:57.835Z | + multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-08becdc0b5e9147a |
| 848 | 2026-03-24T03:36:57.835Z | + cargo build --test multicast_multi_sub |
| 849 | 2026-03-24T03:36:57.981Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 850 | 2026-03-24T03:37:00.324Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.47s |
| 851 | 2026-03-24T03:37:00.369Z | ++ cargo build -q --test multicast_multi_sub --message-format=json |
| 852 | 2026-03-24T03:37:00.372Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 853 | 2026-03-24T03:37:00.534Z | + multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-cecff0913e2decfb |
| 854 | 2026-03-24T03:37:00.534Z | + cargo build --test multicast_validation |
| 855 | 2026-03-24T03:37:00.681Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 856 | 2026-03-24T03:37:03.194Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.65s |
| 857 | 2026-03-24T03:37:03.237Z | ++ cargo build -q --test multicast_validation --message-format=json |
| 858 | 2026-03-24T03:37:03.240Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 859 | 2026-03-24T03:37:03.414Z | + multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-37afcc8cb1347194 |
| 860 | 2026-03-24T03:37:03.414Z | + mkdir -p /work/test |
| 861 | 2026-03-24T03:37:03.419Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-c493edc8fcafa4fb /work/test/loopback |
| 862 | 2026-03-24T03:37:03.449Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-08becdc0b5e9147a /work/test/multicast_rx |
| 863 | 2026-03-24T03:37:03.485Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-cecff0913e2decfb /work/test/multicast_multi_sub |
| 864 | 2026-03-24T03:37:03.535Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-37afcc8cb1347194 /work/test/multicast_validation |
| 865 | 2026-03-24T03:37:03.581Z | process exited: duration 350158 ms, exit code 0 |
| |
| 866 | 2026-03-24T03:37:03.603Z | found 13 output files |
| 867 | 2026-03-24T03:37:03.603Z | uploading: /work/debug/xde.dbg (90319208 bytes) |
| 868 | 2026-03-24T03:37:05.250Z | uploaded: /work/debug/xde.dbg |
| 869 | 2026-03-24T03:37:05.254Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
| 870 | 2026-03-24T03:37:06.261Z | uploaded: /work/debug/xde.dbg.sha256 |
| 871 | 2026-03-24T03:37:06.261Z | uploading: /work/debug/xde_link.dbg.so (1068452 bytes) |
| 872 | 2026-03-24T03:37:07.284Z | uploaded: /work/debug/xde_link.dbg.so |
| 873 | 2026-03-24T03:37:07.284Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
| 874 | 2026-03-24T03:37:08.294Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
| 875 | 2026-03-24T03:37:08.294Z | uploading: /work/release/xde (48686848 bytes) |
| 876 | 2026-03-24T03:37:09.644Z | uploaded: /work/release/xde |
| 877 | 2026-03-24T03:37:09.647Z | uploading: /work/release/xde.sha256 (84 bytes) |
| 878 | 2026-03-24T03:37:10.655Z | uploaded: /work/release/xde.sha256 |
| 879 | 2026-03-24T03:37:10.655Z | uploading: /work/release/xde_link.so (39480 bytes) |
| 880 | 2026-03-24T03:37:11.667Z | uploaded: /work/release/xde_link.so |
| 881 | 2026-03-24T03:37:11.667Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
| 882 | 2026-03-24T03:37:12.676Z | uploaded: /work/release/xde_link.so.sha256 |
| 883 | 2026-03-24T03:37:12.679Z | uploading: /work/test/loopback (49418056 bytes) |
| 884 | 2026-03-24T03:37:14.007Z | uploaded: /work/test/loopback |
| 885 | 2026-03-24T03:37:14.007Z | uploading: /work/test/multicast_rx (49714632 bytes) |
| 886 | 2026-03-24T03:37:15.523Z | uploaded: /work/test/multicast_rx |
| 887 | 2026-03-24T03:37:15.523Z | uploading: /work/test/multicast_multi_sub (53686816 bytes) |
| 888 | 2026-03-24T03:37:17.000Z | uploaded: /work/test/multicast_multi_sub |
| 889 | 2026-03-24T03:37:17.000Z | uploading: /work/test/multicast_validation (49886688 bytes) |
| 890 | 2026-03-24T03:37:18.318Z | uploaded: /work/test/multicast_validation |
| 891 | 2026-03-24T03:37:18.318Z | uploading: /work/xde.conf (79 bytes) |
| 892 | 2026-03-24T03:37:19.327Z | uploaded: /work/xde.conf |