|
|
|
| 1 | 2026-03-18T03:43:58.070Z | job assigned to worker 01KKZGKRFYFBBXMY4VPVDHZ4RF [factory aws, i-008082bcf661a1c9e] (queued for 1 m 21 s) |
| |
| 2 | 2026-03-18T03:44:05.879Z | starting task 0: "setup" |
| 3 | 2026-03-18T03:44:05.883Z | ++ uname -s |
| 4 | 2026-03-18T03:44:05.886Z | + kern=SunOS |
| 5 | 2026-03-18T03:44:05.886Z | + build_user=build |
| 6 | 2026-03-18T03:44:05.886Z | + build_uid=12345 |
| 7 | 2026-03-18T03:44:05.886Z | + work_dir=/work |
| 8 | 2026-03-18T03:44:05.886Z | + input_dir=/input |
| 9 | 2026-03-18T03:44:05.886Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-18T03:44:05.887Z | + case "$kern" in |
| 11 | 2026-03-18T03:44:05.887Z | + groupadd -g 12345 build |
| 12 | 2026-03-18T03:44:05.890Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-18T03:44:07.896Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-18T03:44:08.011Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-18T03:44:08.014Z | + home_fs=zfs |
| 16 | 2026-03-18T03:44:08.014Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-18T03:44:08.014Z | + mkdir -p /home/build |
| 18 | 2026-03-18T03:44:08.015Z | + chown build:build /home/build /work |
| 19 | 2026-03-18T03:44:10.017Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-18T03:44:10.020Z | process exited: duration 4142 ms, exit code 0 |
| |
| 21 | 2026-03-18T03:44:10.026Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-18T03:44:10.030Z | + printf ' * rust toolchain channel = "%s"\n' 1.93.1 |
| 23 | 2026-03-18T03:44:10.031Z | * rust toolchain channel = "1.93.1" |
| 24 | 2026-03-18T03:44:10.031Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-03-18T03:44:10.031Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-03-18T03:44:10.031Z | * rust toolchain profile = "default" |
| 27 | 2026-03-18T03:44:10.031Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-18T03:44:10.034Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-18T03:44:10.034Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default |
| 30 | 2026-03-18T03:44:10.886Z | info: downloading installer |
| 31 | 2026-03-18T03:44:12.586Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-18T03:44:12.586Z | warn: /opt/ooce/bin |
| 33 | 2026-03-18T03:44:12.586Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-18T03:44:12.586Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-18T03:44:12.586Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-18T03:44:12.586Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-18T03:44:12.586Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-18T03:44:12.586Z | error: cannot install while Rust is installed |
| 39 | 2026-03-18T03:44:12.586Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-18T03:44:12.586Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-03-18T03:44:12.586Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-03-18T03:44:12.586Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-03-18T03:44:12.586Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-03-18T03:44:12.598Z | info: profile set to default |
| 45 | 2026-03-18T03:44:12.598Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-03-18T03:44:12.601Z | info: syncing channel updates for 1.93.1-x86_64-unknown-illumos |
| 47 | 2026-03-18T03:44:12.778Z | info: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11) |
| 48 | 2026-03-18T03:44:12.781Z | info: downloading 6 components |
| 49 | 2026-03-18T03:44:28.275Z | info: default toolchain set to 1.93.1-x86_64-unknown-illumos |
| 50 | 2026-03-18T03:44:28.275Z | |
| 51 | 2026-03-18T03:44:28.308Z | 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11) |
| 52 | 2026-03-18T03:44:28.308Z | |
| 53 | 2026-03-18T03:44:28.313Z | |
| 54 | 2026-03-18T03:44:28.313Z | Rust is installed now. Great! |
| 55 | 2026-03-18T03:44:28.313Z | |
| 56 | 2026-03-18T03:44:28.313Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-03-18T03:44:28.313Z | environment variable. This has not been done automatically. |
| 58 | 2026-03-18T03:44:28.313Z | |
| 59 | 2026-03-18T03:44:28.313Z | To configure your current shell, you need to source |
| 60 | 2026-03-18T03:44:28.313Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-03-18T03:44:28.313Z | |
| 62 | 2026-03-18T03:44:28.313Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-03-18T03:44:28.313Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-03-18T03:44:28.313Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-03-18T03:44:28.313Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-03-18T03:44:28.313Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-03-18T03:44:28.313Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-03-18T03:44:28.313Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-03-18T03:44:28.314Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-03-18T03:44:28.314Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-03-18T03:44:28.404Z | + rustup --version |
| 72 | 2026-03-18T03:44:28.415Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-03-18T03:44:28.418Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-03-18T03:44:28.442Z | info: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)` |
| 75 | 2026-03-18T03:44:28.445Z | + cargo --version |
| 76 | 2026-03-18T03:44:28.461Z | cargo 1.93.1 (083ac5135 2025-12-15) |
| 77 | 2026-03-18T03:44:28.464Z | + rustc --version |
| 78 | 2026-03-18T03:44:28.488Z | rustc 1.93.1 (01f6ddf75 2026-02-11) |
| 79 | 2026-03-18T03:44:28.491Z | process exited: duration 18465 ms, exit code 0 |
| |
| 80 | 2026-03-18T03:44:28.498Z | starting task 2: "authentication" |
| 81 | 2026-03-18T03:44:28.517Z | process exited: duration 19 ms, exit code 0 |
| |
| 82 | 2026-03-18T03:44:28.524Z | starting task 3: "clone repository" |
| 83 | 2026-03-18T03:44:28.528Z | + mkdir -p /work/oxidecomputer/opte |
| 84 | 2026-03-18T03:44:28.531Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 85 | 2026-03-18T03:44:28.563Z | Cloning into '/work/oxidecomputer/opte'... |
| 86 | 2026-03-18T03:44:29.373Z | + cd /work/oxidecomputer/opte |
| 87 | 2026-03-18T03:44:29.373Z | + git fetch origin c21bce65b38656aff9ce245724d3a4971087f584 |
| 88 | 2026-03-18T03:44:29.628Z | From https://github.com/oxidecomputer/opte |
| 89 | 2026-03-18T03:44:29.628Z | * branch c21bce65b38656aff9ce245724d3a4971087f584 -> FETCH_HEAD |
| 90 | 2026-03-18T03:44:29.635Z | + [[ -n renovate/toml-1.x-lockfile ]] |
| 91 | 2026-03-18T03:44:29.638Z | ++ git branch --show-current |
| 92 | 2026-03-18T03:44:29.641Z | + current=master |
| 93 | 2026-03-18T03:44:29.641Z | + [[ master != renovate/toml-1.x-lockfile ]] |
| 94 | 2026-03-18T03:44:29.641Z | + git branch -f renovate/toml-1.x-lockfile c21bce65b38656aff9ce245724d3a4971087f584 |
| 95 | 2026-03-18T03:44:29.644Z | + git checkout -f renovate/toml-1.x-lockfile |
| 96 | 2026-03-18T03:44:29.665Z | Switched to branch 'renovate/toml-1.x-lockfile' |
| 97 | 2026-03-18T03:44:29.668Z | + git reset --hard c21bce65b38656aff9ce245724d3a4971087f584 |
| 98 | 2026-03-18T03:44:29.687Z | HEAD is now at c21bce6 Update Rust crate toml to v1.0.7 |
| 99 | 2026-03-18T03:44:29.690Z | process exited: duration 1164 ms, exit code 0 |
| |
| 100 | 2026-03-18T03:44:29.697Z | starting task 4: "build" |
| 101 | 2026-03-18T03:44:29.701Z | + source .github/buildomat/common.sh |
| 102 | 2026-03-18T03:44:29.704Z | ++ rustup show active-toolchain |
| 103 | 2026-03-18T03:44:29.708Z | 1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 104 | 2026-03-18T03:44:29.711Z | ++ pushd xde |
| 105 | 2026-03-18T03:44:29.711Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 106 | 2026-03-18T03:44:29.711Z | ++ rustup show active-toolchain |
| 107 | 2026-03-18T03:44:29.716Z | info: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos |
| 108 | 2026-03-18T03:44:29.874Z | info: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23) |
| 109 | 2026-03-18T03:44:29.877Z | info: downloading 6 components |
| 110 | 2026-03-18T03:44:44.625Z | nightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 111 | 2026-03-18T03:44:44.723Z | +++ rustup show active-toolchain -v |
| 112 | 2026-03-18T03:44:44.726Z | +++ head -n 1 |
| 113 | 2026-03-18T03:44:44.726Z | +++ cut '-d ' -f1 |
| 114 | 2026-03-18T03:44:44.792Z | ++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos |
| 115 | 2026-03-18T03:44:44.792Z | ++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos |
| 116 | 2026-03-18T03:44:44.795Z | ++ popd |
| 117 | 2026-03-18T03:44:44.795Z | /work/oxidecomputer/opte |
| 118 | 2026-03-18T03:44:44.795Z | + TGT_BASE=/work |
| 119 | 2026-03-18T03:44:44.795Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 120 | 2026-03-18T03:44:44.795Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 121 | 2026-03-18T03:44:44.795Z | + DBG_TGT=/work/debug |
| 122 | 2026-03-18T03:44:44.795Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 123 | 2026-03-18T03:44:44.795Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 124 | 2026-03-18T03:44:44.796Z | + REL_TGT=/work/release |
| 125 | 2026-03-18T03:44:44.796Z | + mkdir -p /work/debug /work/release |
| 126 | 2026-03-18T03:44:44.796Z | + cargo --version |
| 127 | 2026-03-18T03:44:44.806Z | cargo 1.93.1 (083ac5135 2025-12-15) |
| 128 | 2026-03-18T03:44:44.809Z | + rustc --version |
| 129 | 2026-03-18T03:44:44.834Z | rustc 1.93.1 (01f6ddf75 2026-02-11) |
| 130 | 2026-03-18T03:44:44.837Z | + install_pkg jq |
| 131 | 2026-03-18T03:44:44.837Z | + set +o errexit |
| 132 | 2026-03-18T03:44:44.837Z | + pfexec pkg install jq |
| 133 | 2026-03-18T03:44:55.476Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 134 | 2026-03-18T03:45:05.743Z | Startup: Caching catalogs ... Done |
| 135 | 2026-03-18T03:45:28.289Z | Planning: Solver setup ... Done |
| 136 | 2026-03-18T03:45:28.438Z | Planning: Running solver ... Done |
| 137 | 2026-03-18T03:45:28.621Z | Planning: Consolidating action changes ... Done |
| 138 | 2026-03-18T03:45:28.625Z | Planning: Evaluating mediators ... Done |
| 139 | 2026-03-18T03:45:28.625Z | Planning: Planning completed in 22.74 seconds |
| 140 | 2026-03-18T03:45:28.644Z | No updates necessary for this image. |
| 141 | 2026-03-18T03:45:30.039Z | + exit_code=4 |
| 142 | 2026-03-18T03:45:30.039Z | + [[ 4 -ne 0 ]] |
| 143 | 2026-03-18T03:45:30.042Z | + [[ 4 -ne 4 ]] |
| 144 | 2026-03-18T03:45:30.042Z | + set -o errexit |
| 145 | 2026-03-18T03:45:30.042Z | + pushd xde |
| 146 | 2026-03-18T03:45:30.042Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 147 | 2026-03-18T03:45:30.042Z | + cp xde.conf /work/xde.conf |
| 148 | 2026-03-18T03:45:30.042Z | + header 'check style' |
| 149 | 2026-03-18T03:45:30.042Z | + echo '# ==== check style ==== #' |
| 150 | 2026-03-18T03:45:30.042Z | # ==== check style ==== # |
| 151 | 2026-03-18T03:45:30.042Z | + ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 152 | 2026-03-18T03:45:30.359Z | |
| 153 | 2026-03-18T03:45:30.359Z | real 0.314554167 |
| 154 | 2026-03-18T03:45:30.359Z | user 0.213954156 |
| 155 | 2026-03-18T03:45:30.363Z | sys 0.089159300 |
| 156 | 2026-03-18T03:45:30.363Z | trap 0.000019820 |
| 157 | 2026-03-18T03:45:30.363Z | tflt 0.000040800 |
| 158 | 2026-03-18T03:45:30.363Z | dflt 0.000017040 |
| 159 | 2026-03-18T03:45:30.363Z | kflt 0.000000000 |
| 160 | 2026-03-18T03:45:30.363Z | lock 0.067571809 |
| 161 | 2026-03-18T03:45:30.363Z | slp 0.269635032 |
| 162 | 2026-03-18T03:45:30.363Z | lat 0.000263672 |
| 163 | 2026-03-18T03:45:30.363Z | stop 0.000121443 |
| 164 | 2026-03-18T03:45:30.363Z | + header analyze |
| 165 | 2026-03-18T03:45:30.363Z | + echo '# ==== analyze ==== #' |
| 166 | 2026-03-18T03:45:30.363Z | # ==== analyze ==== # |
| 167 | 2026-03-18T03:45:30.363Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 168 | 2026-03-18T03:45:30.601Z | Updating crates.io index |
| 169 | 2026-03-18T03:45:30.604Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 170 | 2026-03-18T03:45:31.423Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 171 | 2026-03-18T03:45:31.972Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 172 | 2026-03-18T03:45:32.388Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 173 | 2026-03-18T03:45:32.876Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 174 | 2026-03-18T03:45:33.143Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 175 | 2026-03-18T03:45:33.414Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 176 | 2026-03-18T03:45:35.216Z | Downloading crates ... |
| 177 | 2026-03-18T03:45:35.321Z | Downloaded ref-cast v1.0.25 |
| 178 | 2026-03-18T03:45:35.335Z | Downloaded serde v1.0.228 |
| 179 | 2026-03-18T03:45:35.454Z | Downloaded cfg-if v1.0.4 |
| 180 | 2026-03-18T03:45:35.475Z | Downloaded darling_core v0.21.3 |
| 181 | 2026-03-18T03:45:35.535Z | Downloaded hash32 v0.3.1 |
| 182 | 2026-03-18T03:45:35.581Z | Downloaded ident_case v1.0.1 |
| 183 | 2026-03-18T03:45:35.584Z | Downloaded proc-macro2 v1.0.106 |
| 184 | 2026-03-18T03:45:35.590Z | Downloaded proc-macro-error2 v2.0.1 |
| 185 | 2026-03-18T03:45:35.593Z | Downloaded dyn-clone v1.0.20 |
| 186 | 2026-03-18T03:45:35.596Z | Downloaded cobs v0.3.0 |
| 187 | 2026-03-18T03:45:35.599Z | Downloaded ingot-types v0.1.2 |
| 188 | 2026-03-18T03:45:35.627Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 189 | 2026-03-18T03:45:35.630Z | Downloaded strsim v0.11.1 |
| 190 | 2026-03-18T03:45:35.635Z | Downloaded embedded-io v0.6.1 |
| 191 | 2026-03-18T03:45:35.645Z | Downloaded defmt v1.0.1 |
| 192 | 2026-03-18T03:45:35.649Z | Downloaded thiserror-impl v2.0.18 |
| 193 | 2026-03-18T03:45:35.652Z | Downloaded bitflags v1.3.2 |
| 194 | 2026-03-18T03:45:35.659Z | Downloaded unicode-ident v1.0.24 |
| 195 | 2026-03-18T03:45:35.661Z | Downloaded serde_derive v1.0.228 |
| 196 | 2026-03-18T03:45:35.694Z | Downloaded zerocopy v0.8.42 |
| 197 | 2026-03-18T03:45:35.705Z | Downloaded postcard v1.1.3 |
| 198 | 2026-03-18T03:45:35.734Z | Downloaded regex-automata v0.4.14 |
| 199 | 2026-03-18T03:45:35.756Z | Downloaded bitflags v2.11.0 |
| 200 | 2026-03-18T03:45:35.760Z | Downloaded darling_macro v0.21.3 |
| 201 | 2026-03-18T03:45:35.763Z | Downloaded quote v1.0.45 |
| 202 | 2026-03-18T03:45:35.796Z | Downloaded memchr v2.8.0 |
| 203 | 2026-03-18T03:45:35.800Z | Downloaded ingot v0.1.1 |
| 204 | 2026-03-18T03:45:35.806Z | Downloaded uuid v1.22.0 |
| 205 | 2026-03-18T03:45:35.824Z | Downloaded either v1.15.0 |
| 206 | 2026-03-18T03:45:35.859Z | Downloaded fnv v1.0.7 |
| 207 | 2026-03-18T03:45:35.882Z | Downloaded serde_core v1.0.228 |
| 208 | 2026-03-18T03:45:35.889Z | Downloaded syn v2.0.117 |
| 209 | 2026-03-18T03:45:35.897Z | Downloaded zerocopy-derive v0.8.42 |
| 210 | 2026-03-18T03:45:35.903Z | Downloaded defmt-macros v1.0.1 |
| 211 | 2026-03-18T03:45:35.906Z | Downloaded crc32fast v1.5.0 |
| 212 | 2026-03-18T03:45:35.916Z | Downloaded itertools v0.14.0 |
| 213 | 2026-03-18T03:45:36.005Z | Downloaded regex-syntax v0.8.10 |
| 214 | 2026-03-18T03:45:37.552Z | Downloaded regex v1.12.3 |
| 215 | 2026-03-18T03:45:37.562Z | Downloaded ref-cast-impl v1.0.25 |
| 216 | 2026-03-18T03:45:37.565Z | Downloaded heapless v0.8.0 |
| 217 | 2026-03-18T03:45:37.600Z | Downloaded embedded-io v0.4.0 |
| 218 | 2026-03-18T03:45:37.633Z | Downloaded byteorder v1.5.0 |
| 219 | 2026-03-18T03:45:37.636Z | Downloaded ingot-macros v0.1.1 |
| 220 | 2026-03-18T03:45:37.670Z | Downloaded aho-corasick v1.1.4 |
| 221 | 2026-03-18T03:45:37.727Z | Downloaded macaddr v1.0.1 |
| 222 | 2026-03-18T03:45:37.745Z | Downloaded thiserror v2.0.18 |
| 223 | 2026-03-18T03:45:37.749Z | Downloaded stable_deref_trait v1.2.1 |
| 224 | 2026-03-18T03:45:37.752Z | Downloaded managed v0.8.0 |
| 225 | 2026-03-18T03:45:37.755Z | Downloaded defmt v0.3.100 |
| 226 | 2026-03-18T03:45:37.755Z | Downloaded defmt-parser v1.0.0 |
| 227 | 2026-03-18T03:45:37.760Z | Downloaded version_check v0.9.5 |
| 228 | 2026-03-18T03:45:37.763Z | Downloaded darling v0.21.3 |
| 229 | 2026-03-18T03:45:37.819Z | Downloaded smoltcp v0.11.0 |
| 230 | 2026-03-18T03:45:37.833Z | Updating crates.io index |
| 231 | 2026-03-18T03:45:37.930Z | Downloading crates ... |
| 232 | 2026-03-18T03:45:37.978Z | Downloaded adler2 v2.0.1 |
| 233 | 2026-03-18T03:45:38.015Z | Downloaded rustc-demangle v0.1.27 |
| 234 | 2026-03-18T03:45:38.030Z | Downloaded rustc-literal-escaper v0.0.7 |
| 235 | 2026-03-18T03:45:38.047Z | Downloaded addr2line v0.25.1 |
| 236 | 2026-03-18T03:45:38.050Z | Downloaded getopts v0.2.24 |
| 237 | 2026-03-18T03:45:38.053Z | Downloaded foldhash v0.2.0 |
| 238 | 2026-03-18T03:45:38.066Z | Downloaded libc v0.2.178 |
| 239 | 2026-03-18T03:45:38.089Z | Downloaded miniz_oxide v0.8.9 |
| 240 | 2026-03-18T03:45:38.092Z | Downloaded memchr v2.7.6 |
| 241 | 2026-03-18T03:45:38.095Z | Downloaded hashbrown v0.16.1 |
| 242 | 2026-03-18T03:45:38.105Z | Downloaded gimli v0.32.3 |
| 243 | 2026-03-18T03:45:38.119Z | Downloaded object v0.37.3 |
| 244 | 2026-03-18T03:45:38.177Z | 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-18T03:45:38.177Z | 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-18T03:45:38.180Z | Compiling proc-macro2 v1.0.106 |
| 247 | 2026-03-18T03:45:38.181Z | Compiling quote v1.0.45 |
| 248 | 2026-03-18T03:45:38.181Z | Compiling unicode-ident v1.0.24 |
| 249 | 2026-03-18T03:45:38.181Z | Compiling serde_core v1.0.228 |
| 250 | 2026-03-18T03:45:38.181Z | Compiling fnv v1.0.7 |
| 251 | 2026-03-18T03:45:38.181Z | Compiling strsim v0.11.1 |
| 252 | 2026-03-18T03:45:38.374Z | Compiling ident_case v1.0.1 |
| 253 | 2026-03-18T03:45:38.409Z | Compiling memchr v2.8.0 |
| 254 | 2026-03-18T03:45:38.510Z | Compiling regex-syntax v0.8.10 |
| 255 | 2026-03-18T03:45:38.750Z | Compiling thiserror v2.0.18 |
| 256 | 2026-03-18T03:45:38.750Z | Compiling zerocopy v0.8.42 |
| 257 | 2026-03-18T03:45:38.814Z | Compiling either v1.15.0 |
| 258 | 2026-03-18T03:45:38.913Z | Compiling serde v1.0.228 |
| 259 | 2026-03-18T03:45:39.075Z | Compiling aho-corasick v1.1.4 |
| 260 | 2026-03-18T03:45:39.324Z | Compiling itertools v0.14.0 |
| 261 | 2026-03-18T03:45:39.478Z | Compiling heapless v0.8.0 |
| 262 | 2026-03-18T03:45:39.499Z | Compiling smoltcp v0.11.0 |
| 263 | 2026-03-18T03:45:39.786Z | Compiling syn v2.0.117 |
| 264 | 2026-03-18T03:45:39.871Z | Compiling crc32fast v1.5.0 |
| 265 | 2026-03-18T03:45:40.056Z | Compiling ref-cast v1.0.25 |
| 266 | 2026-03-18T03:45:40.079Z | Compiling version_check v0.9.5 |
| 267 | 2026-03-18T03:45:40.477Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 268 | 2026-03-18T03:45:40.529Z | Compiling regex-automata v0.4.14 |
| 269 | 2026-03-18T03:45:42.654Z | Compiling regex v1.12.3 |
| 270 | 2026-03-18T03:45:43.080Z | Compiling darling_core v0.21.3 |
| 271 | 2026-03-18T03:45:44.163Z | Compiling zerocopy-derive v0.8.42 |
| 272 | 2026-03-18T03:45:44.167Z | Compiling thiserror-impl v2.0.18 |
| 273 | 2026-03-18T03:45:44.167Z | Compiling serde_derive v1.0.228 |
| 274 | 2026-03-18T03:45:44.167Z | Compiling ref-cast-impl v1.0.25 |
| 275 | 2026-03-18T03:45:44.167Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 276 | 2026-03-18T03:45:46.036Z | Compiling darling_macro v0.21.3 |
| 277 | 2026-03-18T03:45:47.146Z | Compiling darling v0.21.3 |
| 278 | 2026-03-18T03:45:47.220Z | Compiling ingot-macros v0.1.1 |
| 279 | 2026-03-18T03:45:47.224Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 280 | 2026-03-18T03:45:54.723Z | 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-18T03:45:57.627Z | Checking byteorder v1.5.0 |
| 282 | 2026-03-18T03:45:57.627Z | Checking macaddr v1.0.1 |
| 283 | 2026-03-18T03:45:57.627Z | Checking cfg-if v1.0.4 |
| 284 | 2026-03-18T03:45:57.630Z | Checking stable_deref_trait v1.2.1 |
| 285 | 2026-03-18T03:45:57.630Z | Checking managed v0.8.0 |
| 286 | 2026-03-18T03:45:57.716Z | Checking bitflags v1.3.2 |
| 287 | 2026-03-18T03:45:57.758Z | Checking cobs v0.3.0 |
| 288 | 2026-03-18T03:45:57.818Z | Checking dyn-clone v1.0.20 |
| 289 | 2026-03-18T03:45:57.829Z | Checking hash32 v0.3.1 |
| 290 | 2026-03-18T03:45:57.910Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 291 | 2026-03-18T03:45:59.575Z | Checking bitflags v2.11.0 |
| 292 | 2026-03-18T03:45:59.579Z | Checking uuid v1.22.0 |
| 293 | 2026-03-18T03:45:59.752Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 294 | 2026-03-18T03:46:00.082Z | Checking postcard v1.1.3 |
| 295 | 2026-03-18T03:46:01.384Z | Checking ingot-types v0.1.2 |
| 296 | 2026-03-18T03:46:01.776Z | Checking ingot v0.1.1 |
| 297 | 2026-03-18T03:46:03.747Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 298 | 2026-03-18T03:46:09.814Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 299 | 2026-03-18T03:46:11.973Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 300 | 2026-03-18T03:46:15.404Z | Finished `dev` profile [optimized + debuginfo] target(s) in 44.96s |
| 301 | 2026-03-18T03:46:15.535Z | |
| 302 | 2026-03-18T03:46:15.538Z | real 45.170902182 |
| 303 | 2026-03-18T03:46:15.538Z | user 1:38.572190937 |
| 304 | 2026-03-18T03:46:15.538Z | sys 12.003637271 |
| 305 | 2026-03-18T03:46:15.538Z | trap 0.031604633 |
| 306 | 2026-03-18T03:46:15.538Z | tflt 0.050715988 |
| 307 | 2026-03-18T03:46:15.538Z | dflt 0.169634130 |
| 308 | 2026-03-18T03:46:15.538Z | kflt 0.001602786 |
| 309 | 2026-03-18T03:46:15.538Z | lock 5:30.497465533 |
| 310 | 2026-03-18T03:46:15.538Z | slp 4:20.175372284 |
| 311 | 2026-03-18T03:46:15.538Z | lat 3.221502327 |
| 312 | 2026-03-18T03:46:15.538Z | stop 8.386703874 |
| 313 | 2026-03-18T03:46:15.538Z | + pushd xde-link |
| 314 | 2026-03-18T03:46:15.538Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 315 | 2026-03-18T03:46:15.538Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 316 | 2026-03-18T03:46:15.784Z | 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-18T03:46:15.784Z | 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-18T03:46:15.784Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 319 | 2026-03-18T03:46:31.194Z | 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-18T03:46:34.111Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.49s |
| 321 | 2026-03-18T03:46:34.134Z | |
| 322 | 2026-03-18T03:46:34.138Z | real 18.593631952 |
| 323 | 2026-03-18T03:46:34.138Z | user 28.137803040 |
| 324 | 2026-03-18T03:46:34.138Z | sys 1.526786306 |
| 325 | 2026-03-18T03:46:34.138Z | trap 0.005462868 |
| 326 | 2026-03-18T03:46:34.138Z | tflt 0.002512818 |
| 327 | 2026-03-18T03:46:34.138Z | dflt 0.043407177 |
| 328 | 2026-03-18T03:46:34.138Z | kflt 0.000001960 |
| 329 | 2026-03-18T03:46:34.138Z | lock 1:40.401875319 |
| 330 | 2026-03-18T03:46:34.138Z | slp 1:01.050328496 |
| 331 | 2026-03-18T03:46:34.138Z | lat 0.253813757 |
| 332 | 2026-03-18T03:46:34.138Z | stop 0.157066888 |
| 333 | 2026-03-18T03:46:34.138Z | + popd |
| 334 | 2026-03-18T03:46:34.138Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 335 | 2026-03-18T03:46:34.138Z | + popd |
| 336 | 2026-03-18T03:46:34.138Z | /work/oxidecomputer/opte |
| 337 | 2026-03-18T03:46:34.138Z | + header 'build xde (debug)' |
| 338 | 2026-03-18T03:46:34.138Z | + echo '# ==== build xde (debug) ==== #' |
| 339 | 2026-03-18T03:46:34.138Z | # ==== build xde (debug) ==== # |
| 340 | 2026-03-18T03:46:34.138Z | + ptime -m cargo xtask build --profile debug xde xde-link |
| 341 | 2026-03-18T03:46:34.326Z | Downloading crates ... |
| 342 | 2026-03-18T03:46:34.407Z | Downloaded toml_parser v1.0.10+spec-1.1.0 |
| 343 | 2026-03-18T03:46:34.411Z | Downloaded anstream v0.6.21 |
| 344 | 2026-03-18T03:46:34.414Z | Downloaded serde_spanned v1.0.4 |
| 345 | 2026-03-18T03:46:34.414Z | Downloaded zmij v1.0.21 |
| 346 | 2026-03-18T03:46:34.418Z | Downloaded anstyle-parse v0.2.7 |
| 347 | 2026-03-18T03:46:34.421Z | Downloaded cargo-platform v0.3.2 |
| 348 | 2026-03-18T03:46:34.421Z | Downloaded anstyle-query v1.1.5 |
| 349 | 2026-03-18T03:46:34.421Z | Downloaded is_terminal_polyfill v1.70.2 |
| 350 | 2026-03-18T03:46:34.424Z | Downloaded heck v0.5.0 |
| 351 | 2026-03-18T03:46:34.427Z | Downloaded camino v1.2.2 |
| 352 | 2026-03-18T03:46:34.430Z | Downloaded equivalent v1.0.2 |
| 353 | 2026-03-18T03:46:34.430Z | Downloaded clap_derive v4.5.55 |
| 354 | 2026-03-18T03:46:34.433Z | Downloaded terminal_size v0.4.3 |
| 355 | 2026-03-18T03:46:34.437Z | Downloaded clap_lex v1.0.0 |
| 356 | 2026-03-18T03:46:34.442Z | Downloaded itoa v1.0.17 |
| 357 | 2026-03-18T03:46:34.445Z | Downloaded utf8parse v0.2.2 |
| 358 | 2026-03-18T03:46:34.450Z | Downloaded colorchoice v1.0.4 |
| 359 | 2026-03-18T03:46:34.453Z | Downloaded errno v0.3.14 |
| 360 | 2026-03-18T03:46:34.453Z | Downloaded anstyle v1.0.13 |
| 361 | 2026-03-18T03:46:34.457Z | Downloaded toml_datetime v1.0.1+spec-1.1.0 |
| 362 | 2026-03-18T03:46:34.460Z | Downloaded toml_writer v1.0.7+spec-1.1.0 |
| 363 | 2026-03-18T03:46:34.463Z | Downloaded anyhow v1.0.102 |
| 364 | 2026-03-18T03:46:34.466Z | Downloaded cargo_metadata v0.23.1 |
| 365 | 2026-03-18T03:46:34.470Z | Downloaded semver v1.0.27 |
| 366 | 2026-03-18T03:46:34.473Z | Downloaded toml v1.0.7+spec-1.1.0 |
| 367 | 2026-03-18T03:46:34.478Z | Downloaded clap v4.5.60 |
| 368 | 2026-03-18T03:46:34.503Z | Downloaded winnow v1.0.0 |
| 369 | 2026-03-18T03:46:34.510Z | Downloaded indexmap v2.13.0 |
| 370 | 2026-03-18T03:46:34.514Z | Downloaded serde_json v1.0.149 |
| 371 | 2026-03-18T03:46:34.525Z | Downloaded clap_builder v4.5.60 |
| 372 | 2026-03-18T03:46:34.554Z | Downloaded rustix v1.1.4 |
| 373 | 2026-03-18T03:46:34.586Z | Downloaded libc v0.2.183 |
| 374 | 2026-03-18T03:46:34.645Z | Compiling serde_core v1.0.228 |
| 375 | 2026-03-18T03:46:34.645Z | Compiling proc-macro2 v1.0.106 |
| 376 | 2026-03-18T03:46:34.649Z | Compiling unicode-ident v1.0.24 |
| 377 | 2026-03-18T03:46:34.649Z | Compiling quote v1.0.45 |
| 378 | 2026-03-18T03:46:34.649Z | Compiling libc v0.2.183 |
| 379 | 2026-03-18T03:46:34.649Z | Compiling rustix v1.1.4 |
| 380 | 2026-03-18T03:46:34.649Z | Compiling utf8parse v0.2.2 |
| 381 | 2026-03-18T03:46:34.649Z | Compiling bitflags v2.11.0 |
| 382 | 2026-03-18T03:46:34.826Z | Compiling zmij v1.0.21 |
| 383 | 2026-03-18T03:46:34.844Z | Compiling anstyle-parse v0.2.7 |
| 384 | 2026-03-18T03:46:35.110Z | Compiling serde v1.0.228 |
| 385 | 2026-03-18T03:46:35.114Z | Compiling thiserror v2.0.18 |
| 386 | 2026-03-18T03:46:35.227Z | Compiling colorchoice v1.0.4 |
| 387 | 2026-03-18T03:46:35.239Z | Compiling anstyle-query v1.1.5 |
| 388 | 2026-03-18T03:46:35.350Z | Compiling serde_json v1.0.149 |
| 389 | 2026-03-18T03:46:35.350Z | Compiling anstyle v1.0.13 |
| 390 | 2026-03-18T03:46:35.362Z | Compiling is_terminal_polyfill v1.70.2 |
| 391 | 2026-03-18T03:46:35.454Z | Compiling camino v1.2.2 |
| 392 | 2026-03-18T03:46:35.627Z | Compiling errno v0.3.14 |
| 393 | 2026-03-18T03:46:35.687Z | Compiling anstream v0.6.21 |
| 394 | 2026-03-18T03:46:35.699Z | Compiling strsim v0.11.1 |
| 395 | 2026-03-18T03:46:35.823Z | Compiling winnow v1.0.0 |
| 396 | 2026-03-18T03:46:35.925Z | Compiling clap_lex v1.0.0 |
| 397 | 2026-03-18T03:46:36.265Z | Compiling itoa v1.0.17 |
| 398 | 2026-03-18T03:46:36.406Z | Compiling syn v2.0.117 |
| 399 | 2026-03-18T03:46:36.423Z | Compiling memchr v2.8.0 |
| 400 | 2026-03-18T03:46:36.436Z | Compiling anyhow v1.0.102 |
| 401 | 2026-03-18T03:46:36.444Z | Compiling heck v0.5.0 |
| 402 | 2026-03-18T03:46:36.597Z | Compiling terminal_size v0.4.3 |
| 403 | 2026-03-18T03:46:36.702Z | Compiling clap_builder v4.5.60 |
| 404 | 2026-03-18T03:46:36.780Z | Compiling toml_parser v1.0.10+spec-1.1.0 |
| 405 | 2026-03-18T03:46:36.964Z | Compiling toml_writer v1.0.7+spec-1.1.0 |
| 406 | 2026-03-18T03:46:37.775Z | Compiling serde_spanned v1.0.4 |
| 407 | 2026-03-18T03:46:37.966Z | Compiling toml_datetime v1.0.1+spec-1.1.0 |
| 408 | 2026-03-18T03:46:38.007Z | Compiling semver v1.0.27 |
| 409 | 2026-03-18T03:46:38.007Z | Compiling cargo-platform v0.3.2 |
| 410 | 2026-03-18T03:46:38.585Z | Compiling toml v1.0.7+spec-1.1.0 |
| 411 | 2026-03-18T03:46:39.439Z | Compiling serde_derive v1.0.228 |
| 412 | 2026-03-18T03:46:39.484Z | Compiling thiserror-impl v2.0.18 |
| 413 | 2026-03-18T03:46:40.090Z | Compiling clap_derive v4.5.55 |
| 414 | 2026-03-18T03:46:41.957Z | Compiling clap v4.5.60 |
| 415 | 2026-03-18T03:46:43.608Z | Compiling cargo_metadata v0.23.1 |
| 416 | 2026-03-18T03:46:46.984Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 417 | 2026-03-18T03:46:49.074Z | Finished `dev` profile [optimized + debuginfo] target(s) in 14.92s |
| 418 | 2026-03-18T03:46:49.091Z | Running `target/debug/xtask build --profile debug xde xde-link` |
| 419 | 2026-03-18T03:46:51.700Z | Building xde (dev). |
| 420 | 2026-03-18T03:46:52.010Z | Compiling serde_core v1.0.228 |
| 421 | 2026-03-18T03:46:52.010Z | Compiling byteorder v1.5.0 |
| 422 | 2026-03-18T03:46:52.014Z | Compiling cfg-if v1.0.4 |
| 423 | 2026-03-18T03:46:52.014Z | Compiling stable_deref_trait v1.2.1 |
| 424 | 2026-03-18T03:46:52.014Z | Compiling macaddr v1.0.1 |
| 425 | 2026-03-18T03:46:52.039Z | Compiling thiserror v2.0.18 |
| 426 | 2026-03-18T03:46:52.046Z | Compiling zerocopy v0.8.42 |
| 427 | 2026-03-18T03:46:52.050Z | Compiling bitflags v1.3.2 |
| 428 | 2026-03-18T03:46:52.101Z | Compiling managed v0.8.0 |
| 429 | 2026-03-18T03:46:52.114Z | Compiling cobs v0.3.0 |
| 430 | 2026-03-18T03:46:52.119Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 431 | 2026-03-18T03:46:52.156Z | Compiling either v1.15.0 |
| 432 | 2026-03-18T03:46:52.276Z | Compiling hash32 v0.3.1 |
| 433 | 2026-03-18T03:46:52.378Z | Compiling itertools v0.14.0 |
| 434 | 2026-03-18T03:46:52.387Z | Compiling heapless v0.8.0 |
| 435 | 2026-03-18T03:46:52.395Z | Compiling ref-cast v1.0.25 |
| 436 | 2026-03-18T03:46:52.462Z | Compiling crc32fast v1.5.0 |
| 437 | 2026-03-18T03:46:52.467Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 438 | 2026-03-18T03:46:52.467Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 439 | 2026-03-18T03:46:52.499Z | Compiling dyn-clone v1.0.20 |
| 440 | 2026-03-18T03:46:52.691Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 441 | 2026-03-18T03:46:52.890Z | Compiling smoltcp v0.11.0 |
| 442 | 2026-03-18T03:46:54.268Z | Compiling bitflags v2.11.0 |
| 443 | 2026-03-18T03:46:54.268Z | Compiling serde v1.0.228 |
| 444 | 2026-03-18T03:46:54.268Z | Compiling uuid v1.22.0 |
| 445 | 2026-03-18T03:46:54.438Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 446 | 2026-03-18T03:46:54.866Z | Compiling postcard v1.1.3 |
| 447 | 2026-03-18T03:46:56.066Z | Compiling ingot-types v0.1.2 |
| 448 | 2026-03-18T03:46:56.474Z | Compiling ingot v0.1.1 |
| 449 | 2026-03-18T03:46:58.604Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 450 | 2026-03-18T03:47:04.633Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 451 | 2026-03-18T03:47:18.092Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 452 | 2026-03-18T03:47:28.901Z | Finished `dev` profile [optimized + debuginfo] target(s) in 37.16s |
| 453 | 2026-03-18T03:47:28.930Z | Linking xde kmod... |
| 454 | 2026-03-18T03:47:30.328Z | Building xde dev link helper (dev). |
| 455 | 2026-03-18T03:47:30.532Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 456 | 2026-03-18T03:47:30.953Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.59s |
| 457 | 2026-03-18T03:47:30.982Z | |
| 458 | 2026-03-18T03:47:30.986Z | real 56.846314414 |
| 459 | 2026-03-18T03:47:30.986Z | user 2:59.382532205 |
| 460 | 2026-03-18T03:47:30.986Z | sys 13.624423691 |
| 461 | 2026-03-18T03:47:30.986Z | trap 0.075858772 |
| 462 | 2026-03-18T03:47:30.986Z | tflt 0.384006346 |
| 463 | 2026-03-18T03:47:30.986Z | dflt 0.391888064 |
| 464 | 2026-03-18T03:47:30.986Z | kflt 0.000018880 |
| 465 | 2026-03-18T03:47:30.986Z | lock 8:50.007610135 |
| 466 | 2026-03-18T03:47:30.986Z | slp 5:12.452929315 |
| 467 | 2026-03-18T03:47:30.986Z | lat 5.978272246 |
| 468 | 2026-03-18T03:47:30.986Z | stop 5.610340430 |
| 469 | 2026-03-18T03:47:30.986Z | + header 'build xde (release)' |
| 470 | 2026-03-18T03:47:30.986Z | + echo '# ==== build xde (release) ==== #' |
| 471 | 2026-03-18T03:47:30.986Z | # ==== build xde (release) ==== # |
| 472 | 2026-03-18T03:47:30.986Z | + ptime -m cargo xtask build --profile release xde xde-link |
| 473 | 2026-03-18T03:47:31.169Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.17s |
| 474 | 2026-03-18T03:47:31.175Z | Running `target/debug/xtask build --profile release xde xde-link` |
| 475 | 2026-03-18T03:47:31.443Z | Building xde (release-lto). |
| 476 | 2026-03-18T03:47:31.760Z | 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-18T03:47:31.760Z | 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-18T03:47:31.760Z | Compiling proc-macro2 v1.0.106 |
| 479 | 2026-03-18T03:47:31.763Z | Compiling quote v1.0.45 |
| 480 | 2026-03-18T03:47:31.763Z | Compiling unicode-ident v1.0.24 |
| 481 | 2026-03-18T03:47:31.763Z | Compiling serde_core v1.0.228 |
| 482 | 2026-03-18T03:47:31.763Z | Compiling fnv v1.0.7 |
| 483 | 2026-03-18T03:47:31.763Z | Compiling strsim v0.11.1 |
| 484 | 2026-03-18T03:47:31.881Z | Compiling ident_case v1.0.1 |
| 485 | 2026-03-18T03:47:31.907Z | Compiling memchr v2.8.0 |
| 486 | 2026-03-18T03:47:32.008Z | Compiling regex-syntax v0.8.10 |
| 487 | 2026-03-18T03:47:32.222Z | Compiling serde v1.0.228 |
| 488 | 2026-03-18T03:47:32.248Z | Compiling zerocopy v0.8.42 |
| 489 | 2026-03-18T03:47:32.264Z | Compiling thiserror v2.0.18 |
| 490 | 2026-03-18T03:47:32.408Z | Compiling either v1.15.0 |
| 491 | 2026-03-18T03:47:32.649Z | Compiling aho-corasick v1.1.4 |
| 492 | 2026-03-18T03:47:32.710Z | Compiling itertools v0.14.0 |
| 493 | 2026-03-18T03:47:32.772Z | Compiling heapless v0.8.0 |
| 494 | 2026-03-18T03:47:33.000Z | Compiling smoltcp v0.11.0 |
| 495 | 2026-03-18T03:47:33.208Z | Compiling syn v2.0.117 |
| 496 | 2026-03-18T03:47:33.310Z | Compiling ref-cast v1.0.25 |
| 497 | 2026-03-18T03:47:33.376Z | Compiling crc32fast v1.5.0 |
| 498 | 2026-03-18T03:47:33.528Z | Compiling version_check v0.9.5 |
| 499 | 2026-03-18T03:47:33.952Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 500 | 2026-03-18T03:47:33.970Z | Compiling regex-automata v0.4.14 |
| 501 | 2026-03-18T03:47:36.072Z | Compiling regex v1.12.3 |
| 502 | 2026-03-18T03:47:36.546Z | Compiling darling_core v0.21.3 |
| 503 | 2026-03-18T03:47:37.560Z | Compiling thiserror-impl v2.0.18 |
| 504 | 2026-03-18T03:47:37.563Z | Compiling zerocopy-derive v0.8.42 |
| 505 | 2026-03-18T03:47:37.564Z | Compiling serde_derive v1.0.228 |
| 506 | 2026-03-18T03:47:37.564Z | Compiling ref-cast-impl v1.0.25 |
| 507 | 2026-03-18T03:47:37.564Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 508 | 2026-03-18T03:47:39.427Z | Compiling darling_macro v0.21.3 |
| 509 | 2026-03-18T03:47:40.504Z | Compiling darling v0.21.3 |
| 510 | 2026-03-18T03:47:40.574Z | Compiling ingot-macros v0.1.1 |
| 511 | 2026-03-18T03:47:40.578Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 512 | 2026-03-18T03:47:49.132Z | 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-18T03:47:52.023Z | Compiling byteorder v1.5.0 |
| 514 | 2026-03-18T03:47:52.024Z | Compiling macaddr v1.0.1 |
| 515 | 2026-03-18T03:47:52.024Z | Compiling cfg-if v1.0.4 |
| 516 | 2026-03-18T03:47:52.027Z | Compiling stable_deref_trait v1.2.1 |
| 517 | 2026-03-18T03:47:52.099Z | Compiling managed v0.8.0 |
| 518 | 2026-03-18T03:47:52.104Z | Compiling bitflags v1.3.2 |
| 519 | 2026-03-18T03:47:52.144Z | Compiling cobs v0.3.0 |
| 520 | 2026-03-18T03:47:52.265Z | Compiling hash32 v0.3.1 |
| 521 | 2026-03-18T03:47:52.419Z | Compiling dyn-clone v1.0.20 |
| 522 | 2026-03-18T03:47:52.487Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 523 | 2026-03-18T03:47:54.350Z | Compiling bitflags v2.11.0 |
| 524 | 2026-03-18T03:47:54.350Z | Compiling uuid v1.22.0 |
| 525 | 2026-03-18T03:47:54.530Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 526 | 2026-03-18T03:47:54.956Z | Compiling postcard v1.1.3 |
| 527 | 2026-03-18T03:47:56.245Z | Compiling ingot-types v0.1.2 |
| 528 | 2026-03-18T03:47:56.677Z | Compiling ingot v0.1.1 |
| 529 | 2026-03-18T03:47:58.934Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 530 | 2026-03-18T03:48:04.173Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 531 | 2026-03-18T03:48:15.645Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 532 | 2026-03-18T03:48:52.705Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 21s |
| 533 | 2026-03-18T03:48:52.733Z | Linking xde kmod... |
| 534 | 2026-03-18T03:48:53.445Z | Building xde dev link helper (release). |
| 535 | 2026-03-18T03:48:53.651Z | 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-18T03:48:53.651Z | 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-18T03:48:53.654Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 538 | 2026-03-18T03:49:10.076Z | 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-18T03:49:13.343Z | Finished `release` profile [optimized + debuginfo] target(s) in 19.86s |
| 540 | 2026-03-18T03:49:13.367Z | |
| 541 | 2026-03-18T03:49:13.370Z | real 1:42.384713396 |
| 542 | 2026-03-18T03:49:13.370Z | user 2:48.783289500 |
| 543 | 2026-03-18T03:49:13.370Z | sys 14.688571809 |
| 544 | 2026-03-18T03:49:13.370Z | trap 0.039638505 |
| 545 | 2026-03-18T03:49:13.370Z | tflt 0.157664313 |
| 546 | 2026-03-18T03:49:13.371Z | dflt 0.232533765 |
| 547 | 2026-03-18T03:49:13.371Z | kflt 0.000009700 |
| 548 | 2026-03-18T03:49:13.371Z | lock 14:12.596853392 |
| 549 | 2026-03-18T03:49:13.371Z | slp 7:47.404485988 |
| 550 | 2026-03-18T03:49:13.371Z | lat 2.369133982 |
| 551 | 2026-03-18T03:49:13.371Z | stop 5.957079684 |
| 552 | 2026-03-18T03:49:13.371Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
| 553 | 2026-03-18T03:49:13.371Z | + grep GOTPCREL |
| 554 | 2026-03-18T03:49:15.531Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 555 | 2026-03-18T03:49:15.534Z | + grep GOTPCREL |
| 556 | 2026-03-18T03:49:16.636Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
| 557 | 2026-03-18T03:49:16.696Z | + sha256sum /work/debug/xde.dbg |
| 558 | 2026-03-18T03:49:16.760Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
| 559 | 2026-03-18T03:49:16.763Z | + sha256sum /work/debug/xde_link.dbg.so |
| 560 | 2026-03-18T03:49:16.768Z | + cp target/x86_64-unknown-unknown/release-lto/xde /work/release/ |
| 561 | 2026-03-18T03:49:16.803Z | + sha256sum /work/release/xde |
| 562 | 2026-03-18T03:49:16.838Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
| 563 | 2026-03-18T03:49:16.841Z | + sha256sum /work/release/xde_link.so |
| 564 | 2026-03-18T03:49:16.844Z | + header 'build xde integration tests' |
| 565 | 2026-03-18T03:49:16.844Z | + echo '# ==== build xde integration tests ==== #' |
| 566 | 2026-03-18T03:49:16.844Z | # ==== build xde integration tests ==== # |
| 567 | 2026-03-18T03:49:16.844Z | + pushd xde-tests |
| 568 | 2026-03-18T03:49:16.844Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
| 569 | 2026-03-18T03:49:16.845Z | + cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check |
| 570 | 2026-03-18T03:49:16.947Z | + cargo clippy --all-targets -- --deny warnings |
| 571 | 2026-03-18T03:49:17.230Z | Checking cfg-if v1.0.4 |
| 572 | 2026-03-18T03:49:17.230Z | Compiling serde_core v1.0.228 |
| 573 | 2026-03-18T03:49:17.234Z | Compiling libc v0.2.183 |
| 574 | 2026-03-18T03:49:17.234Z | Checking memchr v2.8.0 |
| 575 | 2026-03-18T03:49:17.234Z | Compiling serde v1.0.228 |
| 576 | 2026-03-18T03:49:17.234Z | Compiling rustversion v1.0.22 |
| 577 | 2026-03-18T03:49:17.234Z | Compiling version_check v0.9.5 |
| 578 | 2026-03-18T03:49:17.234Z | Compiling syn v2.0.117 |
| 579 | 2026-03-18T03:49:17.313Z | Compiling fnv v1.0.7 |
| 580 | 2026-03-18T03:49:17.407Z | Compiling ident_case v1.0.1 |
| 581 | 2026-03-18T03:49:17.530Z | Compiling zerocopy v0.8.42 |
| 582 | 2026-03-18T03:49:17.609Z | Compiling strsim v0.11.1 |
| 583 | 2026-03-18T03:49:17.771Z | Compiling regex-syntax v0.8.10 |
| 584 | 2026-03-18T03:49:17.972Z | Checking pin-project-lite v0.2.17 |
| 585 | 2026-03-18T03:49:18.064Z | Compiling syn v1.0.109 |
| 586 | 2026-03-18T03:49:18.069Z | Compiling hashbrown v0.16.1 |
| 587 | 2026-03-18T03:49:18.168Z | Compiling either v1.15.0 |
| 588 | 2026-03-18T03:49:18.409Z | Compiling aho-corasick v1.1.4 |
| 589 | 2026-03-18T03:49:18.420Z | Compiling equivalent v1.0.2 |
| 590 | 2026-03-18T03:49:18.433Z | Compiling winnow v1.0.0 |
| 591 | 2026-03-18T03:49:18.501Z | Compiling itertools v0.14.0 |
| 592 | 2026-03-18T03:49:18.755Z | Compiling indexmap v2.13.0 |
| 593 | 2026-03-18T03:49:18.867Z | Compiling toml_parser v1.0.10+spec-1.1.0 |
| 594 | 2026-03-18T03:49:19.552Z | Checking byteorder v1.5.0 |
| 595 | 2026-03-18T03:49:19.591Z | Compiling toml_datetime v1.0.1+spec-1.1.0 |
| 596 | 2026-03-18T03:49:19.741Z | Compiling regex-automata v0.4.14 |
| 597 | 2026-03-18T03:49:19.771Z | Compiling winnow v0.7.15 |
| 598 | 2026-03-18T03:49:19.862Z | Compiling heapless v0.8.0 |
| 599 | 2026-03-18T03:49:20.354Z | Checking bitflags v2.11.0 |
| 600 | 2026-03-18T03:49:20.390Z | Checking hash32 v0.3.1 |
| 601 | 2026-03-18T03:49:20.432Z | Compiling slog v2.8.2 |
| 602 | 2026-03-18T03:49:20.510Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 603 | 2026-03-18T03:49:20.542Z | Checking futures-core v0.3.32 |
| 604 | 2026-03-18T03:49:20.622Z | Compiling smoltcp v0.11.0 |
| 605 | 2026-03-18T03:49:20.678Z | Checking macaddr v1.0.1 |
| 606 | 2026-03-18T03:49:20.704Z | Checking futures-sink v0.3.32 |
| 607 | 2026-03-18T03:49:20.799Z | Checking stable_deref_trait v1.2.1 |
| 608 | 2026-03-18T03:49:20.807Z | Checking futures-channel v0.3.32 |
| 609 | 2026-03-18T03:49:20.844Z | Compiling darling_core v0.21.3 |
| 610 | 2026-03-18T03:49:21.112Z | Compiling proc-macro-error-attr v1.0.4 |
| 611 | 2026-03-18T03:49:21.119Z | Checking futures-io v0.3.32 |
| 612 | 2026-03-18T03:49:21.243Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 613 | 2026-03-18T03:49:21.355Z | Checking managed v0.8.0 |
| 614 | 2026-03-18T03:49:21.389Z | Compiling crc32fast v1.5.0 |
| 615 | 2026-03-18T03:49:21.511Z | Compiling getrandom v0.4.2 |
| 616 | 2026-03-18T03:49:21.587Z | Compiling autocfg v1.5.0 |
| 617 | 2026-03-18T03:49:21.752Z | Compiling toml_edit v0.25.4+spec-1.1.0 |
| 618 | 2026-03-18T03:49:21.784Z | Checking bitflags v1.3.2 |
| 619 | 2026-03-18T03:49:21.838Z | Checking rand_core v0.10.0 |
| 620 | 2026-03-18T03:49:21.854Z | Checking futures-task v0.3.32 |
| 621 | 2026-03-18T03:49:22.002Z | Checking slab v0.4.12 |
| 622 | 2026-03-18T03:49:22.013Z | Compiling ref-cast v1.0.25 |
| 623 | 2026-03-18T03:49:22.061Z | Compiling num-traits v0.2.19 |
| 624 | 2026-03-18T03:49:22.180Z | Compiling regex v1.12.3 |
| 625 | 2026-03-18T03:49:22.452Z | Compiling proc-macro-crate v3.5.0 |
| 626 | 2026-03-18T03:49:22.811Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 627 | 2026-03-18T03:49:22.834Z | Compiling serde_derive v1.0.228 |
| 628 | 2026-03-18T03:49:22.991Z | Compiling zerocopy-derive v0.8.42 |
| 629 | 2026-03-18T03:49:23.015Z | Compiling thiserror-impl v2.0.18 |
| 630 | 2026-03-18T03:49:23.186Z | Compiling futures-macro v0.3.32 |
| 631 | 2026-03-18T03:49:23.428Z | Compiling num_enum_derive v0.7.5 |
| 632 | 2026-03-18T03:49:23.436Z | Compiling foreign-types-macros v0.2.3 |
| 633 | 2026-03-18T03:49:23.918Z | Compiling darling_macro v0.21.3 |
| 634 | 2026-03-18T03:49:23.994Z | Compiling ref-cast-impl v1.0.25 |
| 635 | 2026-03-18T03:49:24.215Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 636 | 2026-03-18T03:49:24.254Z | Checking futures-util v0.3.32 |
| 637 | 2026-03-18T03:49:24.505Z | Compiling proc-macro-error v1.0.4 |
| 638 | 2026-03-18T03:49:24.594Z | Compiling darling v0.21.3 |
| 639 | 2026-03-18T03:49:24.644Z | Checking thiserror v2.0.18 |
| 640 | 2026-03-18T03:49:24.675Z | Compiling ingot-macros v0.1.1 |
| 641 | 2026-03-18T03:49:24.726Z | Checking ipnetwork v0.21.1 |
| 642 | 2026-03-18T03:49:24.738Z | Checking once_cell v1.21.3 |
| 643 | 2026-03-18T03:49:24.741Z | Checking cobs v0.3.0 |
| 644 | 2026-03-18T03:49:24.781Z | Compiling crossbeam-utils v0.8.21 |
| 645 | 2026-03-18T03:49:24.898Z | Checking foreign-types-shared v0.3.1 |
| 646 | 2026-03-18T03:49:24.931Z | Checking unicode-width v0.2.2 |
| 647 | 2026-03-18T03:49:24.937Z | Compiling getrandom v0.3.4 |
| 648 | 2026-03-18T03:49:24.982Z | Checking cpufeatures v0.3.0 |
| 649 | 2026-03-18T03:49:25.052Z | Checking chacha20 v0.10.0 |
| 650 | 2026-03-18T03:49:25.164Z | Checking foreign-types v0.5.0 |
| 651 | 2026-03-18T03:49:25.234Z | Checking tracing-core v0.1.36 |
| 652 | 2026-03-18T03:49:25.240Z | Checking tabwriter v1.4.1 |
| 653 | 2026-03-18T03:49:25.393Z | Checking num_enum v0.7.5 |
| 654 | 2026-03-18T03:49:25.400Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 655 | 2026-03-18T03:49:25.490Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 656 | 2026-03-18T03:49:25.505Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 657 | 2026-03-18T03:49:25.654Z | Compiling tracing-attributes v0.1.31 |
| 658 | 2026-03-18T03:49:26.438Z | Checking anyhow v1.0.102 |
| 659 | 2026-03-18T03:49:26.728Z | Checking cstr-argument v0.1.2 |
| 660 | 2026-03-18T03:49:26.734Z | Checking pretty-hex v0.4.1 |
| 661 | 2026-03-18T03:49:26.856Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747) |
| 662 | 2026-03-18T03:49:26.859Z | Compiling num-conv v0.2.0 |
| 663 | 2026-03-18T03:49:27.008Z | Compiling thiserror v1.0.69 |
| 664 | 2026-03-18T03:49:27.034Z | Checking futures-executor v0.3.32 |
| 665 | 2026-03-18T03:49:27.122Z | Compiling time-core v0.1.8 |
| 666 | 2026-03-18T03:49:27.129Z | Checking erased-serde v0.3.31 |
| 667 | 2026-03-18T03:49:27.204Z | Checking postcard v1.1.3 |
| 668 | 2026-03-18T03:49:27.291Z | Checking dyn-clone v1.0.20 |
| 669 | 2026-03-18T03:49:27.399Z | Checking powerfmt v0.2.0 |
| 670 | 2026-03-18T03:49:27.415Z | Checking tracing v0.1.44 |
| 671 | 2026-03-18T03:49:27.562Z | Compiling time-macros v0.2.27 |
| 672 | 2026-03-18T03:49:27.571Z | Checking deranged v0.5.8 |
| 673 | 2026-03-18T03:49:27.611Z | Checking futures v0.3.32 |
| 674 | 2026-03-18T03:49:27.641Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 675 | 2026-03-18T03:49:27.685Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 676 | 2026-03-18T03:49:27.886Z | Checking rand v0.10.0 |
| 677 | 2026-03-18T03:49:28.017Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 678 | 2026-03-18T03:49:28.283Z | Compiling thiserror-impl v1.0.69 |
| 679 | 2026-03-18T03:49:28.328Z | Checking uuid v1.22.0 |
| 680 | 2026-03-18T03:49:28.465Z | Checking arc-swap v1.8.2 |
| 681 | 2026-03-18T03:49:28.494Z | Checking socket2 v0.6.3 |
| 682 | 2026-03-18T03:49:28.577Z | Checking nom v8.0.0 |
| 683 | 2026-03-18T03:49:28.729Z | Checking thread_local v1.1.9 |
| 684 | 2026-03-18T03:49:28.815Z | Checking itoa v1.0.17 |
| 685 | 2026-03-18T03:49:28.886Z | Compiling heck v0.4.1 |
| 686 | 2026-03-18T03:49:28.915Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 687 | 2026-03-18T03:49:28.982Z | Checking colored v3.1.1 |
| 688 | 2026-03-18T03:49:29.010Z | Checking ingot-types v0.1.2 |
| 689 | 2026-03-18T03:49:29.072Z | Checking lazy_static v1.5.0 |
| 690 | 2026-03-18T03:49:29.120Z | Checking iana-time-zone v0.1.65 |
| 691 | 2026-03-18T03:49:29.165Z | Compiling slog-async v2.8.0 |
| 692 | 2026-03-18T03:49:29.390Z | Checking oxnet v0.1.4 |
| 693 | 2026-03-18T03:49:29.455Z | Checking ingot v0.1.1 |
| 694 | 2026-03-18T03:49:29.568Z | Checking time v0.3.47 |
| 695 | 2026-03-18T03:49:29.592Z | Checking chrono v0.4.44 |
| 696 | 2026-03-18T03:49:29.628Z | Checking slog-scope v4.4.1 |
| 697 | 2026-03-18T03:49:29.775Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 698 | 2026-03-18T03:49:29.921Z | Checking ppv-lite86 v0.2.21 |
| 699 | 2026-03-18T03:49:30.310Z | Checking crossbeam-channel v0.5.15 |
| 700 | 2026-03-18T03:49:30.602Z | Checking rand_core v0.9.5 |
| 701 | 2026-03-18T03:49:30.676Z | Checking cookie-factory v0.3.3 |
| 702 | 2026-03-18T03:49:30.699Z | Checking itertools v0.12.1 |
| 703 | 2026-03-18T03:49:30.743Z | Checking is-terminal v0.4.17 |
| 704 | 2026-03-18T03:49:30.803Z | Checking circular v0.3.0 |
| 705 | 2026-03-18T03:49:30.829Z | Checking take_mut v0.2.2 |
| 706 | 2026-03-18T03:49:30.979Z | Checking term v1.2.1 |
| 707 | 2026-03-18T03:49:30.982Z | Checking log v0.4.29 |
| 708 | 2026-03-18T03:49:31.178Z | Checking slog-stdlog v4.1.1 |
| 709 | 2026-03-18T03:49:31.255Z | Checking slog-term v2.9.2 |
| 710 | 2026-03-18T03:49:31.261Z | Checking rand_chacha v0.9.0 |
| 711 | 2026-03-18T03:49:31.279Z | Checking rusticata-macros v5.0.0 |
| 712 | 2026-03-18T03:49:31.429Z | Checking pcap-parser v0.17.0 |
| 713 | 2026-03-18T03:49:31.476Z | Checking rand v0.9.2 |
| 714 | 2026-03-18T03:49:31.706Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 715 | 2026-03-18T03:49:32.113Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 716 | 2026-03-18T03:49:32.483Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#ce503058) |
| 717 | 2026-03-18T03:49:33.045Z | Checking slog-envlogger v2.2.0 |
| 718 | 2026-03-18T03:49:37.772Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 719 | 2026-03-18T03:49:39.959Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 720 | 2026-03-18T03:49:39.959Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 721 | 2026-03-18T03:49:40.419Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 722 | 2026-03-18T03:49:41.080Z | Finished `dev` profile [optimized + debuginfo] target(s) in 24.08s |
| 723 | 2026-03-18T03:49:41.126Z | + cargo build --test loopback |
| 724 | 2026-03-18T03:49:41.356Z | Compiling cfg-if v1.0.4 |
| 725 | 2026-03-18T03:49:41.356Z | Compiling memchr v2.8.0 |
| 726 | 2026-03-18T03:49:41.359Z | Compiling serde_core v1.0.228 |
| 727 | 2026-03-18T03:49:41.359Z | Compiling libc v0.2.183 |
| 728 | 2026-03-18T03:49:41.394Z | Compiling zerocopy v0.8.42 |
| 729 | 2026-03-18T03:49:41.394Z | Compiling thiserror v2.0.18 |
| 730 | 2026-03-18T03:49:41.397Z | Compiling pin-project-lite v0.2.17 |
| 731 | 2026-03-18T03:49:41.404Z | Compiling byteorder v1.5.0 |
| 732 | 2026-03-18T03:49:41.445Z | Compiling either v1.15.0 |
| 733 | 2026-03-18T03:49:41.487Z | Compiling macaddr v1.0.1 |
| 734 | 2026-03-18T03:49:41.494Z | Compiling stable_deref_trait v1.2.1 |
| 735 | 2026-03-18T03:49:41.568Z | Compiling futures-sink v0.3.32 |
| 736 | 2026-03-18T03:49:41.626Z | Compiling hash32 v0.3.1 |
| 737 | 2026-03-18T03:49:41.678Z | Compiling futures-core v0.3.32 |
| 738 | 2026-03-18T03:49:41.694Z | Compiling cobs v0.3.0 |
| 739 | 2026-03-18T03:49:41.794Z | Compiling heapless v0.8.0 |
| 740 | 2026-03-18T03:49:41.805Z | Compiling futures-channel v0.3.32 |
| 741 | 2026-03-18T03:49:41.866Z | Compiling futures-io v0.3.32 |
| 742 | 2026-03-18T03:49:41.875Z | Compiling managed v0.8.0 |
| 743 | 2026-03-18T03:49:42.028Z | Compiling futures-task v0.3.32 |
| 744 | 2026-03-18T03:49:42.085Z | Compiling rand_core v0.10.0 |
| 745 | 2026-03-18T03:49:42.103Z | Compiling bitflags v1.3.2 |
| 746 | 2026-03-18T03:49:42.155Z | Compiling slab v0.4.12 |
| 747 | 2026-03-18T03:49:42.178Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 748 | 2026-03-18T03:49:42.260Z | Compiling foreign-types-shared v0.3.1 |
| 749 | 2026-03-18T03:49:42.281Z | Compiling cpufeatures v0.3.0 |
| 750 | 2026-03-18T03:49:42.352Z | Compiling futures-util v0.3.32 |
| 751 | 2026-03-18T03:49:42.357Z | Compiling smoltcp v0.11.0 |
| 752 | 2026-03-18T03:49:42.363Z | Compiling unicode-width v0.2.2 |
| 753 | 2026-03-18T03:49:42.370Z | Compiling ipnetwork v0.21.1 |
| 754 | 2026-03-18T03:49:42.465Z | Compiling once_cell v1.21.3 |
| 755 | 2026-03-18T03:49:42.747Z | Compiling tracing-core v0.1.36 |
| 756 | 2026-03-18T03:49:42.760Z | Compiling tabwriter v1.4.1 |
| 757 | 2026-03-18T03:49:43.052Z | Compiling chacha20 v0.10.0 |
| 758 | 2026-03-18T03:49:43.276Z | Compiling foreign-types v0.5.0 |
| 759 | 2026-03-18T03:49:43.360Z | Compiling getrandom v0.4.2 |
| 760 | 2026-03-18T03:49:43.425Z | Compiling ref-cast v1.0.25 |
| 761 | 2026-03-18T03:49:43.494Z | Compiling num_enum v0.7.5 |
| 762 | 2026-03-18T03:49:43.531Z | Compiling crc32fast v1.5.0 |
| 763 | 2026-03-18T03:49:43.620Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 764 | 2026-03-18T03:49:43.627Z | Compiling cstr-argument v0.1.2 |
| 765 | 2026-03-18T03:49:43.751Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 766 | 2026-03-18T03:49:43.819Z | Compiling itertools v0.14.0 |
| 767 | 2026-03-18T03:49:43.823Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 768 | 2026-03-18T03:49:43.873Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 769 | 2026-03-18T03:49:44.185Z | Compiling serde v1.0.228 |
| 770 | 2026-03-18T03:49:44.498Z | Compiling bitflags v2.11.0 |
| 771 | 2026-03-18T03:49:44.583Z | Compiling dyn-clone v1.0.20 |
| 772 | 2026-03-18T03:49:44.670Z | Compiling pretty-hex v0.4.1 |
| 773 | 2026-03-18T03:49:44.774Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 774 | 2026-03-18T03:49:44.831Z | Compiling erased-serde v0.3.31 |
| 775 | 2026-03-18T03:49:45.013Z | Compiling postcard v1.1.3 |
| 776 | 2026-03-18T03:49:45.057Z | Compiling powerfmt v0.2.0 |
| 777 | 2026-03-18T03:49:45.100Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 778 | 2026-03-18T03:49:45.365Z | Compiling futures-executor v0.3.32 |
| 779 | 2026-03-18T03:49:45.396Z | Compiling deranged v0.5.8 |
| 780 | 2026-03-18T03:49:45.471Z | Compiling slog v2.8.2 |
| 781 | 2026-03-18T03:49:45.509Z | Compiling uuid v1.22.0 |
| 782 | 2026-03-18T03:49:45.813Z | Compiling ingot-types v0.1.2 |
| 783 | 2026-03-18T03:49:45.819Z | Compiling futures v0.3.32 |
| 784 | 2026-03-18T03:49:45.904Z | Compiling tracing v0.1.44 |
| 785 | 2026-03-18T03:49:46.088Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 786 | 2026-03-18T03:49:46.217Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 787 | 2026-03-18T03:49:46.231Z | Compiling num-traits v0.2.19 |
| 788 | 2026-03-18T03:49:46.270Z | Compiling ingot v0.1.1 |
| 789 | 2026-03-18T03:49:46.350Z | Compiling rand v0.10.0 |
| 790 | 2026-03-18T03:49:46.356Z | Compiling crossbeam-utils v0.8.21 |
| 791 | 2026-03-18T03:49:46.369Z | Compiling getrandom v0.3.4 |
| 792 | 2026-03-18T03:49:46.638Z | Compiling aho-corasick v1.1.4 |
| 793 | 2026-03-18T03:49:46.738Z | Compiling nom v8.0.0 |
| 794 | 2026-03-18T03:49:46.818Z | Compiling socket2 v0.6.3 |
| 795 | 2026-03-18T03:49:47.246Z | Compiling thread_local v1.1.9 |
| 796 | 2026-03-18T03:49:47.492Z | Compiling arc-swap v1.8.2 |
| 797 | 2026-03-18T03:49:47.619Z | Compiling colored v3.1.1 |
| 798 | 2026-03-18T03:49:47.783Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 799 | 2026-03-18T03:49:48.015Z | Compiling oxnet v0.1.4 |
| 800 | 2026-03-18T03:49:48.077Z | Compiling num-conv v0.2.0 |
| 801 | 2026-03-18T03:49:48.202Z | Compiling winnow v0.7.15 |
| 802 | 2026-03-18T03:49:48.220Z | Compiling time-core v0.1.8 |
| 803 | 2026-03-18T03:49:48.338Z | Compiling iana-time-zone v0.1.65 |
| 804 | 2026-03-18T03:49:48.393Z | Compiling lazy_static v1.5.0 |
| 805 | 2026-03-18T03:49:48.504Z | Compiling regex-syntax v0.8.10 |
| 806 | 2026-03-18T03:49:48.608Z | Compiling slog-scope v4.4.1 |
| 807 | 2026-03-18T03:49:48.703Z | Compiling chrono v0.4.44 |
| 808 | 2026-03-18T03:49:48.920Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 809 | 2026-03-18T03:49:49.210Z | Compiling time v0.3.47 |
| 810 | 2026-03-18T03:49:49.387Z | Compiling thiserror v1.0.69 |
| 811 | 2026-03-18T03:49:49.499Z | Compiling crossbeam-channel v0.5.15 |
| 812 | 2026-03-18T03:49:50.244Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747) |
| 813 | 2026-03-18T03:49:50.729Z | Compiling regex-automata v0.4.14 |
| 814 | 2026-03-18T03:49:51.779Z | Compiling rusticata-macros v5.0.0 |
| 815 | 2026-03-18T03:49:52.007Z | Compiling rand_core v0.9.5 |
| 816 | 2026-03-18T03:49:52.178Z | Compiling cookie-factory v0.3.3 |
| 817 | 2026-03-18T03:49:52.340Z | Compiling ppv-lite86 v0.2.21 |
| 818 | 2026-03-18T03:49:52.583Z | Compiling is-terminal v0.4.17 |
| 819 | 2026-03-18T03:49:52.687Z | Compiling itertools v0.12.1 |
| 820 | 2026-03-18T03:49:52.785Z | Compiling log v0.4.29 |
| 821 | 2026-03-18T03:49:53.109Z | Compiling term v1.2.1 |
| 822 | 2026-03-18T03:49:53.829Z | Compiling circular v0.3.0 |
| 823 | 2026-03-18T03:49:54.175Z | Compiling take_mut v0.2.2 |
| 824 | 2026-03-18T03:49:54.304Z | Compiling slog-async v2.8.0 |
| 825 | 2026-03-18T03:49:54.560Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 826 | 2026-03-18T03:49:56.354Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 827 | 2026-03-18T03:49:56.482Z | Compiling pcap-parser v0.17.0 |
| 828 | 2026-03-18T03:49:56.641Z | Compiling slog-term v2.9.2 |
| 829 | 2026-03-18T03:49:57.356Z | Compiling regex v1.12.3 |
| 830 | 2026-03-18T03:49:58.732Z | Compiling slog-stdlog v4.1.1 |
| 831 | 2026-03-18T03:49:58.876Z | Compiling rand_chacha v0.9.0 |
| 832 | 2026-03-18T03:49:58.894Z | Compiling slog-envlogger v2.2.0 |
| 833 | 2026-03-18T03:49:59.271Z | Compiling rand v0.9.2 |
| 834 | 2026-03-18T03:49:59.953Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 835 | 2026-03-18T03:50:00.206Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 836 | 2026-03-18T03:50:00.357Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#ce503058) |
| 837 | 2026-03-18T03:50:00.912Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 838 | 2026-03-18T03:50:10.934Z | Finished `dev` profile [optimized + debuginfo] target(s) in 29.79s |
| 839 | 2026-03-18T03:50:10.978Z | ++ cargo build -q --test loopback --message-format=json |
| 840 | 2026-03-18T03:50:10.981Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 841 | 2026-03-18T03:50:11.145Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-2c800f44f91f7532 |
| 842 | 2026-03-18T03:50:11.145Z | + cargo build --test multicast_rx |
| 843 | 2026-03-18T03:50:11.292Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 844 | 2026-03-18T03:50:13.337Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.18s |
| 845 | 2026-03-18T03:50:13.381Z | ++ cargo build -q --test multicast_rx --message-format=json |
| 846 | 2026-03-18T03:50:13.384Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 847 | 2026-03-18T03:50:13.547Z | + multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-d6fddc7fb48163b0 |
| 848 | 2026-03-18T03:50:13.550Z | + cargo build --test multicast_multi_sub |
| 849 | 2026-03-18T03:50:13.692Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 850 | 2026-03-18T03:50:15.966Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.40s |
| 851 | 2026-03-18T03:50:16.010Z | ++ cargo build -q --test multicast_multi_sub --message-format=json |
| 852 | 2026-03-18T03:50:16.013Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 853 | 2026-03-18T03:50:16.180Z | + multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-fb715431e199d0ad |
| 854 | 2026-03-18T03:50:16.180Z | + cargo build --test multicast_validation |
| 855 | 2026-03-18T03:50:16.327Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 856 | 2026-03-18T03:50:18.834Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.64s |
| 857 | 2026-03-18T03:50:18.878Z | ++ cargo build -q --test multicast_validation --message-format=json |
| 858 | 2026-03-18T03:50:18.881Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 859 | 2026-03-18T03:50:19.043Z | + multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-24de6b8f6be2986a |
| 860 | 2026-03-18T03:50:19.043Z | + mkdir -p /work/test |
| 861 | 2026-03-18T03:50:19.047Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-2c800f44f91f7532 /work/test/loopback |
| 862 | 2026-03-18T03:50:19.085Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-d6fddc7fb48163b0 /work/test/multicast_rx |
| 863 | 2026-03-18T03:50:19.129Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-fb715431e199d0ad /work/test/multicast_multi_sub |
| 864 | 2026-03-18T03:50:19.176Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-24de6b8f6be2986a /work/test/multicast_validation |
| 865 | 2026-03-18T03:50:19.221Z | process exited: duration 349538 ms, exit code 0 |
| |
| 866 | 2026-03-18T03:50:19.241Z | found 13 output files |
| 867 | 2026-03-18T03:50:19.241Z | uploading: /work/debug/xde.dbg (90319944 bytes) |
| 868 | 2026-03-18T03:50:20.839Z | uploaded: /work/debug/xde.dbg |
| 869 | 2026-03-18T03:50:20.839Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
| 870 | 2026-03-18T03:50:21.850Z | uploaded: /work/debug/xde.dbg.sha256 |
| 871 | 2026-03-18T03:50:21.858Z | uploading: /work/debug/xde_link.dbg.so (1068452 bytes) |
| 872 | 2026-03-18T03:50:22.881Z | uploaded: /work/debug/xde_link.dbg.so |
| 873 | 2026-03-18T03:50:22.881Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
| 874 | 2026-03-18T03:50:23.893Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
| 875 | 2026-03-18T03:50:23.893Z | uploading: /work/release/xde (48686848 bytes) |
| 876 | 2026-03-18T03:50:25.221Z | uploaded: /work/release/xde |
| 877 | 2026-03-18T03:50:25.221Z | uploading: /work/release/xde.sha256 (84 bytes) |
| 878 | 2026-03-18T03:50:26.231Z | uploaded: /work/release/xde.sha256 |
| 879 | 2026-03-18T03:50:26.231Z | uploading: /work/release/xde_link.so (39480 bytes) |
| 880 | 2026-03-18T03:50:27.244Z | uploaded: /work/release/xde_link.so |
| 881 | 2026-03-18T03:50:27.244Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
| 882 | 2026-03-18T03:50:28.256Z | uploaded: /work/release/xde_link.so.sha256 |
| 883 | 2026-03-18T03:50:28.256Z | uploading: /work/test/loopback (49418992 bytes) |
| 884 | 2026-03-18T03:50:29.551Z | uploaded: /work/test/loopback |
| 885 | 2026-03-18T03:50:29.551Z | uploading: /work/test/multicast_rx (49715552 bytes) |
| 886 | 2026-03-18T03:50:30.873Z | uploaded: /work/test/multicast_rx |
| 887 | 2026-03-18T03:50:30.873Z | uploading: /work/test/multicast_multi_sub (53687648 bytes) |
| 888 | 2026-03-18T03:50:32.204Z | uploaded: /work/test/multicast_multi_sub |
| 889 | 2026-03-18T03:50:32.204Z | uploading: /work/test/multicast_validation (49887504 bytes) |
| 890 | 2026-03-18T03:50:33.588Z | uploaded: /work/test/multicast_validation |
| 891 | 2026-03-18T03:50:33.588Z | uploading: /work/xde.conf (79 bytes) |
| 892 | 2026-03-18T03:50:34.599Z | uploaded: /work/xde.conf |