|
|
|
| 1 | 2026-06-30T14:53:26.400Z | job assigned to worker 01KWCG91WCWXC1AXC111XVQF0Y [factory aws, i-09c0ca83722d8d325] (queued for 58 s) |
| |
| 2 | 2026-06-30T14:53:32.711Z | starting task 0: "setup" |
| 3 | 2026-06-30T14:53:32.714Z | ++ uname -s |
| 4 | 2026-06-30T14:53:32.717Z | + kern=SunOS |
| 5 | 2026-06-30T14:53:32.717Z | + build_user=build |
| 6 | 2026-06-30T14:53:32.717Z | + build_uid=12345 |
| 7 | 2026-06-30T14:53:32.717Z | + work_dir=/work |
| 8 | 2026-06-30T14:53:32.717Z | + input_dir=/input |
| 9 | 2026-06-30T14:53:32.717Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-30T14:53:32.718Z | + case "$kern" in |
| 11 | 2026-06-30T14:53:32.718Z | + groupadd -g 12345 build |
| 12 | 2026-06-30T14:53:32.721Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-30T14:53:34.725Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-30T14:53:34.835Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-30T14:53:34.839Z | + home_fs=zfs |
| 16 | 2026-06-30T14:53:34.839Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-30T14:53:34.839Z | + mkdir -p /home/build |
| 18 | 2026-06-30T14:53:34.839Z | + chown build:build /home/build /work |
| 19 | 2026-06-30T14:53:36.840Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-30T14:53:36.843Z | process exited: duration 4132 ms, exit code 0 |
| |
| 21 | 2026-06-30T14:53:36.853Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-30T14:53:36.859Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-30T14:53:36.859Z | * rust toolchain channel = "1.96.0" |
| 24 | 2026-06-30T14:53:36.859Z | * rust toolchain profile = "default" |
| 25 | 2026-06-30T14:53:36.859Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-30T14:53:36.859Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-30T14:53:36.859Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-30T14:53:36.862Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-30T14:53:36.862Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-30T14:53:36.928Z | info: downloading installer |
| 31 | 2026-06-30T14:53:38.463Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-30T14:53:38.464Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-30T14:53:38.464Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-30T14:53:38.464Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-30T14:53:38.474Z | info: profile set to default |
| 36 | 2026-06-30T14:53:38.475Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-30T14:53:38.479Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-30T14:53:38.615Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-30T14:53:38.622Z | info: downloading 6 components |
| 40 | 2026-06-30T14:53:53.268Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 41 | 2026-06-30T14:53:53.268Z | |
| 42 | 2026-06-30T14:53:53.299Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-30T14:53:53.299Z | |
| 44 | 2026-06-30T14:53:53.299Z | |
| 45 | 2026-06-30T14:53:53.299Z | Rust is installed now. Great! |
| 46 | 2026-06-30T14:53:53.299Z | |
| 47 | 2026-06-30T14:53:53.299Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-30T14:53:53.299Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-30T14:53:53.299Z | |
| 50 | 2026-06-30T14:53:53.299Z | To configure your current shell, you need to source |
| 51 | 2026-06-30T14:53:53.299Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-30T14:53:53.299Z | |
| 53 | 2026-06-30T14:53:53.300Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-30T14:53:53.305Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-30T14:53:53.305Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-30T14:53:53.305Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-30T14:53:53.305Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-30T14:53:53.305Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-30T14:53:53.305Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-30T14:53:53.305Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-30T14:53:53.305Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-30T14:53:53.403Z | + rustup --version |
| 63 | 2026-06-30T14:53:53.412Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-30T14:53:53.415Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-30T14:53:53.434Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-30T14:53:53.437Z | + cargo --version |
| 67 | 2026-06-30T14:53:53.450Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-30T14:53:53.453Z | + rustc --version |
| 69 | 2026-06-30T14:53:53.473Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-30T14:53:53.476Z | process exited: duration 16622 ms, exit code 0 |
| |
| 71 | 2026-06-30T14:53:53.482Z | starting task 2: "authentication" |
| 72 | 2026-06-30T14:53:53.498Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-30T14:53:53.505Z | starting task 3: "clone repository" |
| 74 | 2026-06-30T14:53:53.508Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-30T14:53:53.511Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-30T14:53:53.541Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-30T14:53:54.463Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-30T14:53:54.463Z | + git fetch origin 2a1be40c7ae5607cb84359f9638df92ee41bc860 |
| 79 | 2026-06-30T14:53:54.716Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-30T14:53:54.716Z | * branch 2a1be40c7ae5607cb84359f9638df92ee41bc860 -> FETCH_HEAD |
| 81 | 2026-06-30T14:53:54.721Z | + [[ -n c3 ]] |
| 82 | 2026-06-30T14:53:54.725Z | ++ git branch --show-current |
| 83 | 2026-06-30T14:53:54.725Z | + current=master |
| 84 | 2026-06-30T14:53:54.725Z | + [[ master != c3 ]] |
| 85 | 2026-06-30T14:53:54.725Z | + git branch -f c3 2a1be40c7ae5607cb84359f9638df92ee41bc860 |
| 86 | 2026-06-30T14:53:54.728Z | + git checkout -f c3 |
| 87 | 2026-06-30T14:53:54.744Z | Switched to branch 'c3' |
| 88 | 2026-06-30T14:53:54.747Z | + git reset --hard 2a1be40c7ae5607cb84359f9638df92ee41bc860 |
| 89 | 2026-06-30T14:53:54.760Z | HEAD is now at 2a1be40 [safety] Weaken lifetime in get_xde_state() |
| 90 | 2026-06-30T14:53:54.763Z | process exited: duration 1255 ms, exit code 0 |
| |
| 91 | 2026-06-30T14:53:54.770Z | starting task 4: "build" |
| 92 | 2026-06-30T14:53:54.774Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-30T14:53:54.777Z | ++ rustup show active-toolchain |
| 94 | 2026-06-30T14:53:54.780Z | 1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-06-30T14:53:54.783Z | ++ pushd xde |
| 96 | 2026-06-30T14:53:54.783Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-06-30T14:53:54.783Z | ++ rustup show active-toolchain |
| 98 | 2026-06-30T14:53:54.786Z | info: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos |
| 99 | 2026-06-30T14:53:54.930Z | info: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18) |
| 100 | 2026-06-30T14:53:54.933Z | info: downloading 6 components |
| 101 | 2026-06-30T14:54:08.233Z | nightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-06-30T14:54:08.322Z | +++ rustup show active-toolchain -v |
| 103 | 2026-06-30T14:54:08.325Z | +++ head -n 1 |
| 104 | 2026-06-30T14:54:08.325Z | +++ cut '-d ' -f1 |
| 105 | 2026-06-30T14:54:08.381Z | ++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 106 | 2026-06-30T14:54:08.381Z | ++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 107 | 2026-06-30T14:54:08.381Z | ++ popd |
| 108 | 2026-06-30T14:54:08.384Z | /work/oxidecomputer/opte |
| 109 | 2026-06-30T14:54:08.384Z | + TGT_BASE=/work |
| 110 | 2026-06-30T14:54:08.384Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 111 | 2026-06-30T14:54:08.384Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 112 | 2026-06-30T14:54:08.384Z | + DBG_TGT=/work/debug |
| 113 | 2026-06-30T14:54:08.385Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 114 | 2026-06-30T14:54:08.385Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 115 | 2026-06-30T14:54:08.385Z | + REL_TGT=/work/release |
| 116 | 2026-06-30T14:54:08.385Z | + mkdir -p /work/debug /work/release |
| 117 | 2026-06-30T14:54:08.385Z | + cargo --version |
| 118 | 2026-06-30T14:54:08.391Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 119 | 2026-06-30T14:54:08.394Z | + rustc --version |
| 120 | 2026-06-30T14:54:08.414Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 121 | 2026-06-30T14:54:08.416Z | + install_pkg jq |
| 122 | 2026-06-30T14:54:08.416Z | + set +o errexit |
| 123 | 2026-06-30T14:54:08.416Z | + pfexec pkg install jq |
| 124 | 2026-06-30T14:54:09.388Z | Startup: Refreshing catalog 'helios' ... Done |
| 125 | 2026-06-30T14:54:09.502Z | Startup: Caching catalogs ... Done |
| 126 | 2026-06-30T14:54:09.991Z | Planning: Solver setup ... Done |
| 127 | 2026-06-30T14:54:10.017Z | Planning: Running solver ... Done |
| 128 | 2026-06-30T14:54:10.026Z | Planning: Consolidating action changes ... Done |
| 129 | 2026-06-30T14:54:10.029Z | Planning: Evaluating mediators ... Done |
| 130 | 2026-06-30T14:54:10.029Z | Planning: Planning completed in 0.50 seconds |
| 131 | 2026-06-30T14:54:10.042Z | No updates necessary for this image. |
| 132 | 2026-06-30T14:54:10.145Z | + exit_code=4 |
| 133 | 2026-06-30T14:54:10.145Z | + [[ 4 -ne 0 ]] |
| 134 | 2026-06-30T14:54:10.146Z | + [[ 4 -ne 4 ]] |
| 135 | 2026-06-30T14:54:10.146Z | + set -o errexit |
| 136 | 2026-06-30T14:54:10.149Z | + pushd xde |
| 137 | 2026-06-30T14:54:10.149Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 138 | 2026-06-30T14:54:10.149Z | + cp xde.conf /work/xde.conf |
| 139 | 2026-06-30T14:54:10.149Z | + header 'check style' |
| 140 | 2026-06-30T14:54:10.149Z | + echo '# ==== check style ==== #' |
| 141 | 2026-06-30T14:54:10.149Z | # ==== check style ==== # |
| 142 | 2026-06-30T14:54:10.149Z | + ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 143 | 2026-06-30T14:54:10.359Z | |
| 144 | 2026-06-30T14:54:10.359Z | real 0.207202536 |
| 145 | 2026-06-30T14:54:10.359Z | user 0.152594992 |
| 146 | 2026-06-30T14:54:10.359Z | sys 0.044835229 |
| 147 | 2026-06-30T14:54:10.359Z | trap 0.000009330 |
| 148 | 2026-06-30T14:54:10.359Z | tflt 0.000010000 |
| 149 | 2026-06-30T14:54:10.363Z | dflt 0.000080490 |
| 150 | 2026-06-30T14:54:10.363Z | kflt 0.000000000 |
| 151 | 2026-06-30T14:54:10.363Z | lock 0.038308785 |
| 152 | 2026-06-30T14:54:10.363Z | slp 0.185878960 |
| 153 | 2026-06-30T14:54:10.363Z | lat 0.001000310 |
| 154 | 2026-06-30T14:54:10.363Z | stop 0.000104370 |
| 155 | 2026-06-30T14:54:10.363Z | + header analyze |
| 156 | 2026-06-30T14:54:10.363Z | + echo '# ==== analyze ==== #' |
| 157 | 2026-06-30T14:54:10.363Z | # ==== analyze ==== # |
| 158 | 2026-06-30T14:54:10.363Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 159 | 2026-06-30T14:54:10.541Z | Updating crates.io index |
| 160 | 2026-06-30T14:54:10.544Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 161 | 2026-06-30T14:54:11.506Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 162 | 2026-06-30T14:54:11.964Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 163 | 2026-06-30T14:54:12.325Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 164 | 2026-06-30T14:54:12.590Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 165 | 2026-06-30T14:54:12.856Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 166 | 2026-06-30T14:54:13.135Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 167 | 2026-06-30T14:54:14.895Z | Downloading crates ... |
| 168 | 2026-06-30T14:54:14.945Z | Downloaded bitflags v2.13.0 |
| 169 | 2026-06-30T14:54:14.948Z | Downloaded darling v0.23.0 |
| 170 | 2026-06-30T14:54:14.953Z | Downloaded ref-cast-impl v1.0.25 |
| 171 | 2026-06-30T14:54:14.961Z | Downloaded bitflags v1.3.2 |
| 172 | 2026-06-30T14:54:14.965Z | Downloaded byteorder v1.5.0 |
| 173 | 2026-06-30T14:54:14.970Z | Downloaded managed v0.8.0 |
| 174 | 2026-06-30T14:54:14.973Z | Downloaded cfg-if v1.0.4 |
| 175 | 2026-06-30T14:54:14.975Z | Downloaded dyn-clone v1.0.20 |
| 176 | 2026-06-30T14:54:14.976Z | Downloaded cobs v0.3.0 |
| 177 | 2026-06-30T14:54:14.982Z | Downloaded strsim v0.11.1 |
| 178 | 2026-06-30T14:54:14.989Z | Downloaded hash32 v0.3.1 |
| 179 | 2026-06-30T14:54:14.992Z | Downloaded macaddr v1.0.1 |
| 180 | 2026-06-30T14:54:14.992Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 181 | 2026-06-30T14:54:14.992Z | Downloaded darling_macro v0.21.3 |
| 182 | 2026-06-30T14:54:14.992Z | Downloaded stable_deref_trait v1.2.1 |
| 183 | 2026-06-30T14:54:14.995Z | Downloaded ident_case v1.0.1 |
| 184 | 2026-06-30T14:54:14.998Z | Downloaded darling_macro v0.23.0 |
| 185 | 2026-06-30T14:54:14.998Z | Downloaded embedded-io v0.6.1 |
| 186 | 2026-06-30T14:54:14.998Z | Downloaded ref-cast v1.0.25 |
| 187 | 2026-06-30T14:54:15.001Z | Downloaded version_check v0.9.5 |
| 188 | 2026-06-30T14:54:15.004Z | Downloaded embedded-io v0.4.0 |
| 189 | 2026-06-30T14:54:15.004Z | Downloaded defmt v0.3.100 |
| 190 | 2026-06-30T14:54:15.004Z | Downloaded fnv v1.0.7 |
| 191 | 2026-06-30T14:54:15.007Z | Downloaded proc-macro2 v1.0.106 |
| 192 | 2026-06-30T14:54:15.007Z | Downloaded crc32fast v1.5.0 |
| 193 | 2026-06-30T14:54:15.010Z | Downloaded itertools v0.14.0 |
| 194 | 2026-06-30T14:54:15.020Z | Downloaded thiserror v2.0.18 |
| 195 | 2026-06-30T14:54:15.025Z | Downloaded proc-macro-error2 v2.0.1 |
| 196 | 2026-06-30T14:54:15.027Z | Downloaded quote v1.0.46 |
| 197 | 2026-06-30T14:54:15.030Z | Downloaded thiserror-impl v2.0.18 |
| 198 | 2026-06-30T14:54:15.038Z | Downloaded ingot v0.1.1 |
| 199 | 2026-06-30T14:54:15.042Z | Downloaded ingot-types v0.1.2 |
| 200 | 2026-06-30T14:54:15.049Z | Downloaded defmt v1.1.0 |
| 201 | 2026-06-30T14:54:15.056Z | Downloaded either v1.16.0 |
| 202 | 2026-06-30T14:54:15.059Z | Downloaded darling v0.21.3 |
| 203 | 2026-06-30T14:54:15.062Z | Downloaded darling_core v0.23.0 |
| 204 | 2026-06-30T14:54:15.064Z | Downloaded defmt-macros v1.1.0 |
| 205 | 2026-06-30T14:54:15.064Z | Downloaded heapless v0.8.0 |
| 206 | 2026-06-30T14:54:15.068Z | Downloaded ingot-macros v0.1.1 |
| 207 | 2026-06-30T14:54:15.068Z | Downloaded postcard v1.1.3 |
| 208 | 2026-06-30T14:54:15.068Z | Downloaded defmt-parser v1.0.0 |
| 209 | 2026-06-30T14:54:15.070Z | Downloaded unicode-ident v1.0.24 |
| 210 | 2026-06-30T14:54:15.070Z | Downloaded uuid v1.23.3 |
| 211 | 2026-06-30T14:54:15.073Z | Downloaded serde_derive v1.0.228 |
| 212 | 2026-06-30T14:54:15.085Z | Downloaded serde v1.0.228 |
| 213 | 2026-06-30T14:54:15.088Z | Downloaded serde_core v1.0.228 |
| 214 | 2026-06-30T14:54:15.093Z | Downloaded darling_core v0.21.3 |
| 215 | 2026-06-30T14:54:15.102Z | Downloaded zerocopy-derive v0.8.52 |
| 216 | 2026-06-30T14:54:15.107Z | Downloaded memchr v2.8.2 |
| 217 | 2026-06-30T14:54:15.114Z | Downloaded aho-corasick v1.1.4 |
| 218 | 2026-06-30T14:54:15.141Z | Downloaded regex v1.12.4 |
| 219 | 2026-06-30T14:54:15.148Z | Downloaded itertools v0.15.0 |
| 220 | 2026-06-30T14:54:15.190Z | Downloaded syn v2.0.118 |
| 221 | 2026-06-30T14:54:15.196Z | Downloaded zerocopy v0.8.52 |
| 222 | 2026-06-30T14:54:15.208Z | Downloaded regex-syntax v0.8.11 |
| 223 | 2026-06-30T14:54:15.212Z | Downloaded smoltcp v0.11.0 |
| 224 | 2026-06-30T14:54:15.218Z | Downloaded regex-automata v0.4.14 |
| 225 | 2026-06-30T14:54:15.229Z | Updating crates.io index |
| 226 | 2026-06-30T14:54:15.269Z | Downloading crates ... |
| 227 | 2026-06-30T14:54:15.288Z | Downloaded memchr v2.7.6 |
| 228 | 2026-06-30T14:54:15.295Z | Downloaded addr2line v0.25.1 |
| 229 | 2026-06-30T14:54:15.318Z | Downloaded getopts v0.2.24 |
| 230 | 2026-06-30T14:54:15.321Z | Downloaded gimli v0.32.3 |
| 231 | 2026-06-30T14:54:15.322Z | Downloaded miniz_oxide v0.8.9 |
| 232 | 2026-06-30T14:54:15.322Z | Downloaded adler2 v2.0.1 |
| 233 | 2026-06-30T14:54:15.322Z | Downloaded rustc-demangle v0.1.27 |
| 234 | 2026-06-30T14:54:15.325Z | Downloaded rustc-literal-escaper v0.0.7 |
| 235 | 2026-06-30T14:54:15.330Z | Downloaded foldhash v0.2.0 |
| 236 | 2026-06-30T14:54:15.344Z | Downloaded hashbrown v0.17.1 |
| 237 | 2026-06-30T14:54:15.376Z | Downloaded object v0.37.3 |
| 238 | 2026-06-30T14:54:15.403Z | Downloaded libc v0.2.185 |
| 239 | 2026-06-30T14:54:15.458Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 240 | 2026-06-30T14:54:15.458Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 241 | 2026-06-30T14:54:15.458Z | Compiling proc-macro2 v1.0.106 |
| 242 | 2026-06-30T14:54:15.461Z | Compiling quote v1.0.46 |
| 243 | 2026-06-30T14:54:15.461Z | Compiling unicode-ident v1.0.24 |
| 244 | 2026-06-30T14:54:15.461Z | Compiling strsim v0.11.1 |
| 245 | 2026-06-30T14:54:15.461Z | Compiling ident_case v1.0.1 |
| 246 | 2026-06-30T14:54:15.519Z | Compiling serde_core v1.0.228 |
| 247 | 2026-06-30T14:54:15.640Z | Compiling fnv v1.0.7 |
| 248 | 2026-06-30T14:54:15.660Z | Compiling memchr v2.8.2 |
| 249 | 2026-06-30T14:54:15.732Z | Compiling regex-syntax v0.8.11 |
| 250 | 2026-06-30T14:54:15.926Z | Compiling serde v1.0.228 |
| 251 | 2026-06-30T14:54:15.938Z | Compiling zerocopy v0.8.52 |
| 252 | 2026-06-30T14:54:15.960Z | Compiling either v1.16.0 |
| 253 | 2026-06-30T14:54:16.053Z | Compiling aho-corasick v1.1.4 |
| 254 | 2026-06-30T14:54:16.161Z | Compiling thiserror v2.0.18 |
| 255 | 2026-06-30T14:54:16.347Z | Compiling itertools v0.14.0 |
| 256 | 2026-06-30T14:54:16.377Z | Compiling heapless v0.8.0 |
| 257 | 2026-06-30T14:54:16.762Z | Compiling syn v2.0.118 |
| 258 | 2026-06-30T14:54:16.811Z | Compiling smoltcp v0.11.0 |
| 259 | 2026-06-30T14:54:16.849Z | Compiling ref-cast v1.0.25 |
| 260 | 2026-06-30T14:54:16.915Z | Compiling version_check v0.9.5 |
| 261 | 2026-06-30T14:54:17.252Z | Compiling regex-automata v0.4.14 |
| 262 | 2026-06-30T14:54:17.270Z | Compiling crc32fast v1.5.0 |
| 263 | 2026-06-30T14:54:17.296Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 264 | 2026-06-30T14:54:18.855Z | Compiling regex v1.12.4 |
| 265 | 2026-06-30T14:54:19.146Z | Compiling darling_core v0.21.3 |
| 266 | 2026-06-30T14:54:19.169Z | Compiling darling_core v0.23.0 |
| 267 | 2026-06-30T14:54:20.045Z | Compiling serde_derive v1.0.228 |
| 268 | 2026-06-30T14:54:20.046Z | Compiling zerocopy-derive v0.8.52 |
| 269 | 2026-06-30T14:54:20.046Z | Compiling thiserror-impl v2.0.18 |
| 270 | 2026-06-30T14:54:20.046Z | Compiling ref-cast-impl v1.0.25 |
| 271 | 2026-06-30T14:54:20.049Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 272 | 2026-06-30T14:54:21.759Z | Compiling darling_macro v0.23.0 |
| 273 | 2026-06-30T14:54:21.871Z | Compiling darling_macro v0.21.3 |
| 274 | 2026-06-30T14:54:22.673Z | Compiling darling v0.23.0 |
| 275 | 2026-06-30T14:54:22.739Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 276 | 2026-06-30T14:54:22.775Z | Compiling darling v0.21.3 |
| 277 | 2026-06-30T14:54:22.851Z | Compiling ingot-macros v0.1.1 |
| 278 | 2026-06-30T14:54:27.765Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 279 | 2026-06-30T14:54:29.927Z | Checking byteorder v1.5.0 |
| 280 | 2026-06-30T14:54:29.927Z | Checking cfg-if v1.0.4 |
| 281 | 2026-06-30T14:54:29.927Z | Checking stable_deref_trait v1.2.1 |
| 282 | 2026-06-30T14:54:29.930Z | Checking macaddr v1.0.1 |
| 283 | 2026-06-30T14:54:29.930Z | Checking managed v0.8.0 |
| 284 | 2026-06-30T14:54:29.992Z | Checking bitflags v1.3.2 |
| 285 | 2026-06-30T14:54:30.013Z | Checking cobs v0.3.0 |
| 286 | 2026-06-30T14:54:30.087Z | Checking hash32 v0.3.1 |
| 287 | 2026-06-30T14:54:30.106Z | Checking dyn-clone v1.0.20 |
| 288 | 2026-06-30T14:54:30.136Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 289 | 2026-06-30T14:54:30.154Z | Checking itertools v0.15.0 |
| 290 | 2026-06-30T14:54:31.320Z | Checking bitflags v2.13.0 |
| 291 | 2026-06-30T14:54:31.320Z | Checking uuid v1.23.3 |
| 292 | 2026-06-30T14:54:31.471Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 293 | 2026-06-30T14:54:31.691Z | Checking postcard v1.1.3 |
| 294 | 2026-06-30T14:54:32.579Z | Checking ingot-types v0.1.2 |
| 295 | 2026-06-30T14:54:32.854Z | Checking ingot v0.1.1 |
| 296 | 2026-06-30T14:54:34.206Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 297 | 2026-06-30T14:54:37.969Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 298 | 2026-06-30T14:54:39.354Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 299 | 2026-06-30T14:54:41.357Z | Finished `dev` profile [optimized + debuginfo] target(s) in 30.93s |
| 300 | 2026-06-30T14:54:41.465Z | |
| 301 | 2026-06-30T14:54:41.465Z | real 31.099787875 |
| 302 | 2026-06-30T14:54:41.465Z | user 1:15.302689716 |
| 303 | 2026-06-30T14:54:41.465Z | sys 10.631500112 |
| 304 | 2026-06-30T14:54:41.465Z | trap 0.037087183 |
| 305 | 2026-06-30T14:54:41.465Z | tflt 0.060831199 |
| 306 | 2026-06-30T14:54:41.465Z | dflt 0.208004914 |
| 307 | 2026-06-30T14:54:41.465Z | kflt 0.001706741 |
| 308 | 2026-06-30T14:54:41.465Z | lock 5:26.793452131 |
| 309 | 2026-06-30T14:54:41.465Z | slp 3:29.458251605 |
| 310 | 2026-06-30T14:54:41.465Z | lat 2.604417908 |
| 311 | 2026-06-30T14:54:41.465Z | stop 8.695898110 |
| 312 | 2026-06-30T14:54:41.469Z | + pushd xde-link |
| 313 | 2026-06-30T14:54:41.469Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 314 | 2026-06-30T14:54:41.469Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 315 | 2026-06-30T14:54:41.651Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 316 | 2026-06-30T14:54:41.651Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 317 | 2026-06-30T14:54:41.651Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 318 | 2026-06-30T14:54:52.668Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 319 | 2026-06-30T14:54:54.869Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.34s |
| 320 | 2026-06-30T14:54:54.888Z | |
| 321 | 2026-06-30T14:54:54.892Z | real 13.417974860 |
| 322 | 2026-06-30T14:54:54.892Z | user 21.183707681 |
| 323 | 2026-06-30T14:54:54.892Z | sys 1.289927872 |
| 324 | 2026-06-30T14:54:54.892Z | trap 0.003644421 |
| 325 | 2026-06-30T14:54:54.892Z | tflt 0.015748445 |
| 326 | 2026-06-30T14:54:54.892Z | dflt 0.083573070 |
| 327 | 2026-06-30T14:54:54.892Z | kflt 0.000000000 |
| 328 | 2026-06-30T14:54:54.892Z | lock 1:26.466473640 |
| 329 | 2026-06-30T14:54:54.892Z | slp 44.685551187 |
| 330 | 2026-06-30T14:54:54.892Z | lat 0.231391648 |
| 331 | 2026-06-30T14:54:54.892Z | stop 0.159481467 |
| 332 | 2026-06-30T14:54:54.892Z | + popd |
| 333 | 2026-06-30T14:54:54.892Z | + popd |
| 334 | 2026-06-30T14:54:54.892Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 335 | 2026-06-30T14:54:54.892Z | /work/oxidecomputer/opte |
| 336 | 2026-06-30T14:54:54.892Z | + header 'build xde (debug)' |
| 337 | 2026-06-30T14:54:54.892Z | + echo '# ==== build xde (debug) ==== #' |
| 338 | 2026-06-30T14:54:54.892Z | # ==== build xde (debug) ==== # |
| 339 | 2026-06-30T14:54:54.892Z | + ptime -m cargo xtask build --profile debug xde xde-link |
| 340 | 2026-06-30T14:54:55.035Z | Downloading crates ... |
| 341 | 2026-06-30T14:54:55.094Z | Downloaded serde_spanned v1.1.1 |
| 342 | 2026-06-30T14:54:55.097Z | Downloaded colorchoice v1.0.5 |
| 343 | 2026-06-30T14:54:55.100Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 344 | 2026-06-30T14:54:55.100Z | Downloaded errno v0.3.14 |
| 345 | 2026-06-30T14:54:55.103Z | Downloaded anstream v1.0.0 |
| 346 | 2026-06-30T14:54:55.103Z | Downloaded heck v0.5.0 |
| 347 | 2026-06-30T14:54:55.106Z | Downloaded equivalent v1.0.2 |
| 348 | 2026-06-30T14:54:55.106Z | Downloaded cargo-platform v0.3.3 |
| 349 | 2026-06-30T14:54:55.106Z | Downloaded anstyle-query v1.1.5 |
| 350 | 2026-06-30T14:54:55.106Z | Downloaded clap_builder v4.6.0 |
| 351 | 2026-06-30T14:54:55.109Z | Downloaded clap_lex v1.1.0 |
| 352 | 2026-06-30T14:54:55.111Z | Downloaded terminal_size v0.4.4 |
| 353 | 2026-06-30T14:54:55.115Z | Downloaded is_terminal_polyfill v1.70.2 |
| 354 | 2026-06-30T14:54:55.119Z | Downloaded itoa v1.0.18 |
| 355 | 2026-06-30T14:54:55.122Z | Downloaded anstyle-parse v1.0.0 |
| 356 | 2026-06-30T14:54:55.125Z | Downloaded utf8parse v0.2.2 |
| 357 | 2026-06-30T14:54:55.128Z | Downloaded zmij v1.0.21 |
| 358 | 2026-06-30T14:54:55.130Z | Downloaded anstyle v1.0.14 |
| 359 | 2026-06-30T14:54:55.130Z | Downloaded semver v1.0.28 |
| 360 | 2026-06-30T14:54:55.130Z | Downloaded clap_derive v4.6.1 |
| 361 | 2026-06-30T14:54:55.134Z | Downloaded cargo_metadata v0.23.1 |
| 362 | 2026-06-30T14:54:55.137Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 363 | 2026-06-30T14:54:55.141Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 364 | 2026-06-30T14:54:55.144Z | Downloaded anyhow v1.0.102 |
| 365 | 2026-06-30T14:54:55.147Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 366 | 2026-06-30T14:54:55.147Z | Downloaded clap v4.6.1 |
| 367 | 2026-06-30T14:54:55.152Z | Downloaded camino v1.2.3 |
| 368 | 2026-06-30T14:54:55.159Z | Downloaded indexmap v2.14.0 |
| 369 | 2026-06-30T14:54:55.176Z | Downloaded serde_json v1.0.150 |
| 370 | 2026-06-30T14:54:55.184Z | Downloaded winnow v1.0.3 |
| 371 | 2026-06-30T14:54:55.209Z | Downloaded rustix v1.1.4 |
| 372 | 2026-06-30T14:54:55.237Z | Downloaded libc v0.2.186 |
| 373 | 2026-06-30T14:54:55.285Z | Compiling proc-macro2 v1.0.106 |
| 374 | 2026-06-30T14:54:55.285Z | Compiling serde_core v1.0.228 |
| 375 | 2026-06-30T14:54:55.288Z | Compiling quote v1.0.46 |
| 376 | 2026-06-30T14:54:55.288Z | Compiling unicode-ident v1.0.24 |
| 377 | 2026-06-30T14:54:55.288Z | Compiling libc v0.2.186 |
| 378 | 2026-06-30T14:54:55.288Z | Compiling rustix v1.1.4 |
| 379 | 2026-06-30T14:54:55.288Z | Compiling utf8parse v0.2.2 |
| 380 | 2026-06-30T14:54:55.288Z | Compiling zmij v1.0.21 |
| 381 | 2026-06-30T14:54:55.437Z | Compiling bitflags v2.13.0 |
| 382 | 2026-06-30T14:54:55.455Z | Compiling anstyle-parse v1.0.0 |
| 383 | 2026-06-30T14:54:55.652Z | Compiling camino v1.2.3 |
| 384 | 2026-06-30T14:54:55.652Z | Compiling colorchoice v1.0.5 |
| 385 | 2026-06-30T14:54:55.672Z | Compiling thiserror v2.0.18 |
| 386 | 2026-06-30T14:54:55.760Z | Compiling anstyle v1.0.14 |
| 387 | 2026-06-30T14:54:55.854Z | Compiling anstyle-query v1.1.5 |
| 388 | 2026-06-30T14:54:55.890Z | Compiling is_terminal_polyfill v1.70.2 |
| 389 | 2026-06-30T14:54:55.978Z | Compiling serde v1.0.228 |
| 390 | 2026-06-30T14:54:55.981Z | Compiling serde_json v1.0.150 |
| 391 | 2026-06-30T14:54:56.004Z | Compiling errno v0.3.14 |
| 392 | 2026-06-30T14:54:56.032Z | Compiling anstream v1.0.0 |
| 393 | 2026-06-30T14:54:56.198Z | Compiling memchr v2.8.2 |
| 394 | 2026-06-30T14:54:56.201Z | Compiling winnow v1.0.3 |
| 395 | 2026-06-30T14:54:56.311Z | Compiling anyhow v1.0.102 |
| 396 | 2026-06-30T14:54:56.563Z | Compiling itoa v1.0.18 |
| 397 | 2026-06-30T14:54:56.588Z | Compiling heck v0.5.0 |
| 398 | 2026-06-30T14:54:56.630Z | Compiling clap_lex v1.1.0 |
| 399 | 2026-06-30T14:54:56.681Z | Compiling syn v2.0.118 |
| 400 | 2026-06-30T14:54:56.733Z | Compiling terminal_size v0.4.4 |
| 401 | 2026-06-30T14:54:56.787Z | Compiling strsim v0.11.1 |
| 402 | 2026-06-30T14:54:56.888Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 403 | 2026-06-30T14:54:57.031Z | Compiling clap_builder v4.6.0 |
| 404 | 2026-06-30T14:54:57.041Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 405 | 2026-06-30T14:54:57.664Z | Compiling cargo-platform v0.3.3 |
| 406 | 2026-06-30T14:54:57.763Z | Compiling semver v1.0.28 |
| 407 | 2026-06-30T14:54:58.156Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 408 | 2026-06-30T14:54:58.246Z | Compiling serde_spanned v1.1.1 |
| 409 | 2026-06-30T14:54:58.367Z | Compiling toml v1.1.2+spec-1.1.0 |
| 410 | 2026-06-30T14:54:58.956Z | Compiling serde_derive v1.0.228 |
| 411 | 2026-06-30T14:54:59.076Z | Compiling thiserror-impl v2.0.18 |
| 412 | 2026-06-30T14:54:59.124Z | Compiling clap_derive v4.6.1 |
| 413 | 2026-06-30T14:55:00.734Z | Compiling clap v4.6.1 |
| 414 | 2026-06-30T14:55:02.025Z | Compiling cargo_metadata v0.23.1 |
| 415 | 2026-06-30T14:55:04.535Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 416 | 2026-06-30T14:55:06.144Z | Finished `dev` profile [optimized + debuginfo] target(s) in 11.24s |
| 417 | 2026-06-30T14:55:06.158Z | Running `target/debug/xtask build --profile debug xde xde-link` |
| 418 | 2026-06-30T14:55:07.541Z | Building xde (dev). |
| 419 | 2026-06-30T14:55:07.774Z | Compiling serde_core v1.0.228 |
| 420 | 2026-06-30T14:55:07.774Z | Compiling byteorder v1.5.0 |
| 421 | 2026-06-30T14:55:07.774Z | Compiling stable_deref_trait v1.2.1 |
| 422 | 2026-06-30T14:55:07.777Z | Compiling cfg-if v1.0.4 |
| 423 | 2026-06-30T14:55:07.794Z | Compiling macaddr v1.0.1 |
| 424 | 2026-06-30T14:55:07.801Z | Compiling zerocopy v0.8.52 |
| 425 | 2026-06-30T14:55:07.805Z | Compiling thiserror v2.0.18 |
| 426 | 2026-06-30T14:55:07.808Z | Compiling bitflags v1.3.2 |
| 427 | 2026-06-30T14:55:07.848Z | Compiling managed v0.8.0 |
| 428 | 2026-06-30T14:55:07.854Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 429 | 2026-06-30T14:55:07.862Z | Compiling cobs v0.3.0 |
| 430 | 2026-06-30T14:55:07.894Z | Compiling either v1.16.0 |
| 431 | 2026-06-30T14:55:07.968Z | Compiling hash32 v0.3.1 |
| 432 | 2026-06-30T14:55:08.047Z | Compiling itertools v0.15.0 |
| 433 | 2026-06-30T14:55:08.075Z | Compiling heapless v0.8.0 |
| 434 | 2026-06-30T14:55:08.078Z | Compiling ref-cast v1.0.25 |
| 435 | 2026-06-30T14:55:08.123Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 436 | 2026-06-30T14:55:08.132Z | Compiling crc32fast v1.5.0 |
| 437 | 2026-06-30T14:55:08.136Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 438 | 2026-06-30T14:55:08.163Z | Compiling dyn-clone v1.0.20 |
| 439 | 2026-06-30T14:55:08.325Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 440 | 2026-06-30T14:55:08.448Z | Compiling smoltcp v0.11.0 |
| 441 | 2026-06-30T14:55:09.380Z | Compiling bitflags v2.13.0 |
| 442 | 2026-06-30T14:55:09.381Z | Compiling serde v1.0.228 |
| 443 | 2026-06-30T14:55:09.381Z | Compiling uuid v1.23.3 |
| 444 | 2026-06-30T14:55:09.518Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 445 | 2026-06-30T14:55:09.800Z | Compiling postcard v1.1.3 |
| 446 | 2026-06-30T14:55:10.634Z | Compiling ingot-types v0.1.2 |
| 447 | 2026-06-30T14:55:10.920Z | Compiling ingot v0.1.1 |
| 448 | 2026-06-30T14:55:12.453Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 449 | 2026-06-30T14:55:16.862Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 450 | 2026-06-30T14:55:27.410Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 451 | 2026-06-30T14:55:35.894Z | Finished `dev` profile [optimized + debuginfo] target(s) in 28.31s |
| 452 | 2026-06-30T14:55:35.919Z | Linking xde kmod... |
| 453 | 2026-06-30T14:55:37.056Z | Building xde dev link helper (dev). |
| 454 | 2026-06-30T14:55:37.213Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 455 | 2026-06-30T14:55:37.554Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.46s |
| 456 | 2026-06-30T14:55:37.578Z | |
| 457 | 2026-06-30T14:55:37.578Z | real 42.685462654 |
| 458 | 2026-06-30T14:55:37.578Z | user 2:19.323378182 |
| 459 | 2026-06-30T14:55:37.578Z | sys 11.241052656 |
| 460 | 2026-06-30T14:55:37.578Z | trap 0.056768662 |
| 461 | 2026-06-30T14:55:37.578Z | tflt 0.370280036 |
| 462 | 2026-06-30T14:55:37.582Z | dflt 0.375186763 |
| 463 | 2026-06-30T14:55:37.582Z | kflt 0.000009340 |
| 464 | 2026-06-30T14:55:37.582Z | lock 7:07.944889553 |
| 465 | 2026-06-30T14:55:37.582Z | slp 3:57.727381061 |
| 466 | 2026-06-30T14:55:37.582Z | lat 5.636913947 |
| 467 | 2026-06-30T14:55:37.582Z | stop 5.045344854 |
| 468 | 2026-06-30T14:55:37.582Z | + header 'build xde (release)' |
| 469 | 2026-06-30T14:55:37.582Z | + echo '# ==== build xde (release) ==== #' |
| 470 | 2026-06-30T14:55:37.582Z | # ==== build xde (release) ==== # |
| 471 | 2026-06-30T14:55:37.582Z | + ptime -m cargo xtask build --profile release xde xde-link |
| 472 | 2026-06-30T14:55:37.716Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s |
| 473 | 2026-06-30T14:55:37.722Z | Running `target/debug/xtask build --profile release xde xde-link` |
| 474 | 2026-06-30T14:55:37.906Z | Building xde (release-lto). |
| 475 | 2026-06-30T14:55:38.141Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 476 | 2026-06-30T14:55:38.141Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 477 | 2026-06-30T14:55:38.141Z | Compiling proc-macro2 v1.0.106 |
| 478 | 2026-06-30T14:55:38.141Z | Compiling quote v1.0.46 |
| 479 | 2026-06-30T14:55:38.141Z | Compiling unicode-ident v1.0.24 |
| 480 | 2026-06-30T14:55:38.141Z | Compiling strsim v0.11.1 |
| 481 | 2026-06-30T14:55:38.144Z | Compiling ident_case v1.0.1 |
| 482 | 2026-06-30T14:55:38.144Z | Compiling serde_core v1.0.228 |
| 483 | 2026-06-30T14:55:38.261Z | Compiling memchr v2.8.2 |
| 484 | 2026-06-30T14:55:38.265Z | Compiling fnv v1.0.7 |
| 485 | 2026-06-30T14:55:38.345Z | Compiling regex-syntax v0.8.11 |
| 486 | 2026-06-30T14:55:38.514Z | Compiling either v1.16.0 |
| 487 | 2026-06-30T14:55:38.523Z | Compiling zerocopy v0.8.52 |
| 488 | 2026-06-30T14:55:38.529Z | Compiling serde v1.0.228 |
| 489 | 2026-06-30T14:55:38.657Z | Compiling aho-corasick v1.1.4 |
| 490 | 2026-06-30T14:55:38.711Z | Compiling thiserror v2.0.18 |
| 491 | 2026-06-30T14:55:38.900Z | Compiling itertools v0.14.0 |
| 492 | 2026-06-30T14:55:38.930Z | Compiling heapless v0.8.0 |
| 493 | 2026-06-30T14:55:39.276Z | Compiling syn v2.0.118 |
| 494 | 2026-06-30T14:55:39.315Z | Compiling smoltcp v0.11.0 |
| 495 | 2026-06-30T14:55:39.321Z | Compiling version_check v0.9.5 |
| 496 | 2026-06-30T14:55:39.399Z | Compiling crc32fast v1.5.0 |
| 497 | 2026-06-30T14:55:39.692Z | Compiling ref-cast v1.0.25 |
| 498 | 2026-06-30T14:55:39.751Z | Compiling regex-automata v0.4.14 |
| 499 | 2026-06-30T14:55:39.794Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 500 | 2026-06-30T14:55:41.333Z | Compiling regex v1.12.4 |
| 501 | 2026-06-30T14:55:41.589Z | Compiling darling_core v0.21.3 |
| 502 | 2026-06-30T14:55:41.679Z | Compiling darling_core v0.23.0 |
| 503 | 2026-06-30T14:55:42.487Z | Compiling serde_derive v1.0.228 |
| 504 | 2026-06-30T14:55:42.487Z | Compiling thiserror-impl v2.0.18 |
| 505 | 2026-06-30T14:55:42.487Z | Compiling zerocopy-derive v0.8.52 |
| 506 | 2026-06-30T14:55:42.491Z | Compiling ref-cast-impl v1.0.25 |
| 507 | 2026-06-30T14:55:42.491Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 508 | 2026-06-30T14:55:44.101Z | Compiling darling_macro v0.21.3 |
| 509 | 2026-06-30T14:55:44.210Z | Compiling darling_macro v0.23.0 |
| 510 | 2026-06-30T14:55:45.026Z | Compiling darling v0.21.3 |
| 511 | 2026-06-30T14:55:45.090Z | Compiling ingot-macros v0.1.1 |
| 512 | 2026-06-30T14:55:45.123Z | Compiling darling v0.23.0 |
| 513 | 2026-06-30T14:55:45.186Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 514 | 2026-06-30T14:55:50.930Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 515 | 2026-06-30T14:55:53.091Z | Compiling byteorder v1.5.0 |
| 516 | 2026-06-30T14:55:53.092Z | Compiling cfg-if v1.0.4 |
| 517 | 2026-06-30T14:55:53.092Z | Compiling macaddr v1.0.1 |
| 518 | 2026-06-30T14:55:53.172Z | Compiling stable_deref_trait v1.2.1 |
| 519 | 2026-06-30T14:55:53.172Z | Compiling bitflags v1.3.2 |
| 520 | 2026-06-30T14:55:53.172Z | Compiling managed v0.8.0 |
| 521 | 2026-06-30T14:55:53.188Z | Compiling cobs v0.3.0 |
| 522 | 2026-06-30T14:55:53.278Z | Compiling hash32 v0.3.1 |
| 523 | 2026-06-30T14:55:53.396Z | Compiling itertools v0.15.0 |
| 524 | 2026-06-30T14:55:53.403Z | Compiling dyn-clone v1.0.20 |
| 525 | 2026-06-30T14:55:53.458Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 526 | 2026-06-30T14:55:54.717Z | Compiling bitflags v2.13.0 |
| 527 | 2026-06-30T14:55:54.720Z | Compiling uuid v1.23.3 |
| 528 | 2026-06-30T14:55:54.865Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 529 | 2026-06-30T14:55:55.158Z | Compiling postcard v1.1.3 |
| 530 | 2026-06-30T14:55:56.062Z | Compiling ingot-types v0.1.2 |
| 531 | 2026-06-30T14:55:56.390Z | Compiling ingot v0.1.1 |
| 532 | 2026-06-30T14:55:57.959Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 533 | 2026-06-30T14:56:01.807Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 534 | 2026-06-30T14:56:10.681Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 535 | 2026-06-30T14:56:40.662Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 02s |
| 536 | 2026-06-30T14:56:40.686Z | Linking xde kmod... |
| 537 | 2026-06-30T14:56:41.270Z | Building xde dev link helper (release). |
| 538 | 2026-06-30T14:56:41.434Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 539 | 2026-06-30T14:56:41.434Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 540 | 2026-06-30T14:56:41.434Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 541 | 2026-06-30T14:56:53.215Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 542 | 2026-06-30T14:56:55.740Z | Finished `release` profile [optimized + debuginfo] target(s) in 14.43s |
| 543 | 2026-06-30T14:56:55.759Z | |
| 544 | 2026-06-30T14:56:55.762Z | real 1:18.176943330 |
| 545 | 2026-06-30T14:56:55.762Z | user 2:12.254343922 |
| 546 | 2026-06-30T14:56:55.762Z | sys 12.950152414 |
| 547 | 2026-06-30T14:56:55.762Z | trap 0.033003921 |
| 548 | 2026-06-30T14:56:55.763Z | tflt 0.191559152 |
| 549 | 2026-06-30T14:56:55.763Z | dflt 0.203149150 |
| 550 | 2026-06-30T14:56:55.763Z | kflt 0.000095100 |
| 551 | 2026-06-30T14:56:55.763Z | lock 12:26.764906683 |
| 552 | 2026-06-30T14:56:55.763Z | slp 6:17.424205346 |
| 553 | 2026-06-30T14:56:55.763Z | lat 3.265973012 |
| 554 | 2026-06-30T14:56:55.763Z | stop 5.514268807 |
| 555 | 2026-06-30T14:56:55.763Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
| 556 | 2026-06-30T14:56:55.763Z | + grep GOTPCREL |
| 557 | 2026-06-30T14:56:57.548Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 558 | 2026-06-30T14:56:57.551Z | + grep GOTPCREL |
| 559 | 2026-06-30T14:56:58.507Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
| 560 | 2026-06-30T14:56:58.564Z | + sha256sum /work/debug/xde.dbg |
| 561 | 2026-06-30T14:56:58.616Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
| 562 | 2026-06-30T14:56:58.625Z | + sha256sum /work/debug/xde_link.dbg.so |
| 563 | 2026-06-30T14:56:58.625Z | + cp target/x86_64-unknown-unknown/release-lto/xde /work/release/ |
| 564 | 2026-06-30T14:56:58.661Z | + sha256sum /work/release/xde |
| 565 | 2026-06-30T14:56:58.688Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
| 566 | 2026-06-30T14:56:58.695Z | + sha256sum /work/release/xde_link.so |
| 567 | 2026-06-30T14:56:58.695Z | + header 'build xde integration tests' |
| 568 | 2026-06-30T14:56:58.696Z | + echo '# ==== build xde integration tests ==== #' |
| 569 | 2026-06-30T14:56:58.696Z | + pushd xde-tests |
| 570 | 2026-06-30T14:56:58.696Z | # ==== build xde integration tests ==== # |
| 571 | 2026-06-30T14:56:58.696Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
| 572 | 2026-06-30T14:56:58.696Z | + cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check |
| 573 | 2026-06-30T14:56:58.773Z | + cargo clippy --all-targets -- --deny warnings |
| 574 | 2026-06-30T14:56:58.986Z | Compiling serde_core v1.0.228 |
| 575 | 2026-06-30T14:56:58.986Z | Checking cfg-if v1.0.4 |
| 576 | 2026-06-30T14:56:58.986Z | Checking memchr v2.8.2 |
| 577 | 2026-06-30T14:56:58.986Z | Compiling rustversion v1.0.22 |
| 578 | 2026-06-30T14:56:58.986Z | Compiling serde v1.0.228 |
| 579 | 2026-06-30T14:56:58.989Z | Compiling ident_case v1.0.1 |
| 580 | 2026-06-30T14:56:58.989Z | Compiling strsim v0.11.1 |
| 581 | 2026-06-30T14:56:58.989Z | Compiling syn v2.0.118 |
| 582 | 2026-06-30T14:56:59.066Z | Compiling version_check v0.9.5 |
| 583 | 2026-06-30T14:56:59.112Z | Compiling libc v0.2.186 |
| 584 | 2026-06-30T14:56:59.319Z | Compiling fnv v1.0.7 |
| 585 | 2026-06-30T14:56:59.337Z | Compiling syn v1.0.109 |
| 586 | 2026-06-30T14:56:59.390Z | Checking pin-project-lite v0.2.17 |
| 587 | 2026-06-30T14:56:59.402Z | Compiling regex-syntax v0.8.11 |
| 588 | 2026-06-30T14:56:59.463Z | Compiling hashbrown v0.17.1 |
| 589 | 2026-06-30T14:56:59.685Z | Compiling aho-corasick v1.1.4 |
| 590 | 2026-06-30T14:56:59.788Z | Compiling winnow v1.0.3 |
| 591 | 2026-06-30T14:56:59.856Z | Compiling equivalent v1.0.2 |
| 592 | 2026-06-30T14:56:59.928Z | Compiling zerocopy v0.8.52 |
| 593 | 2026-06-30T14:56:59.931Z | Compiling either v1.16.0 |
| 594 | 2026-06-30T14:56:59.996Z | Compiling indexmap v2.14.0 |
| 595 | 2026-06-30T14:57:00.128Z | Compiling itertools v0.14.0 |
| 596 | 2026-06-30T14:57:00.775Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 597 | 2026-06-30T14:57:00.791Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 598 | 2026-06-30T14:57:00.824Z | Compiling regex-automata v0.4.14 |
| 599 | 2026-06-30T14:57:01.010Z | Checking byteorder v1.5.0 |
| 600 | 2026-06-30T14:57:01.070Z | Compiling heapless v0.8.0 |
| 601 | 2026-06-30T14:57:01.161Z | Checking hash32 v0.3.1 |
| 602 | 2026-06-30T14:57:01.269Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 603 | 2026-06-30T14:57:01.363Z | Checking bitflags v2.13.0 |
| 604 | 2026-06-30T14:57:01.392Z | Compiling slog v2.8.2 |
| 605 | 2026-06-30T14:57:01.489Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 606 | 2026-06-30T14:57:01.529Z | Checking stable_deref_trait v1.2.1 |
| 607 | 2026-06-30T14:57:01.560Z | Compiling smoltcp v0.11.0 |
| 608 | 2026-06-30T14:57:01.586Z | Checking macaddr v1.0.1 |
| 609 | 2026-06-30T14:57:01.609Z | Compiling darling_core v0.21.3 |
| 610 | 2026-06-30T14:57:01.722Z | Compiling darling_core v0.23.0 |
| 611 | 2026-06-30T14:57:01.722Z | Checking futures-core v0.3.32 |
| 612 | 2026-06-30T14:57:01.842Z | Checking futures-sink v0.3.32 |
| 613 | 2026-06-30T14:57:01.907Z | Compiling proc-macro-crate v3.5.0 |
| 614 | 2026-06-30T14:57:01.931Z | Checking futures-channel v0.3.32 |
| 615 | 2026-06-30T14:57:02.190Z | Compiling proc-macro-error-attr v1.0.4 |
| 616 | 2026-06-30T14:57:02.335Z | Checking rand_core v0.10.1 |
| 617 | 2026-06-30T14:57:02.409Z | Checking managed v0.8.0 |
| 618 | 2026-06-30T14:57:02.462Z | Checking bitflags v1.3.2 |
| 619 | 2026-06-30T14:57:02.502Z | Compiling ref-cast v1.0.25 |
| 620 | 2026-06-30T14:57:02.521Z | Compiling autocfg v1.5.1 |
| 621 | 2026-06-30T14:57:02.588Z | Compiling regex v1.12.4 |
| 622 | 2026-06-30T14:57:02.805Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 623 | 2026-06-30T14:57:02.819Z | Compiling serde_derive v1.0.228 |
| 624 | 2026-06-30T14:57:02.861Z | Compiling thiserror-impl v2.0.18 |
| 625 | 2026-06-30T14:57:02.978Z | Compiling zerocopy-derive v0.8.52 |
| 626 | 2026-06-30T14:57:03.011Z | Compiling futures-macro v0.3.32 |
| 627 | 2026-06-30T14:57:03.417Z | Checking slab v0.4.12 |
| 628 | 2026-06-30T14:57:03.570Z | Compiling crc32fast v1.5.0 |
| 629 | 2026-06-30T14:57:03.701Z | Compiling getrandom v0.4.3 |
| 630 | 2026-06-30T14:57:03.720Z | Compiling darling_macro v0.21.3 |
| 631 | 2026-06-30T14:57:03.820Z | Checking futures-task v0.3.32 |
| 632 | 2026-06-30T14:57:03.823Z | Compiling darling_macro v0.23.0 |
| 633 | 2026-06-30T14:57:03.849Z | Checking futures-io v0.3.32 |
| 634 | 2026-06-30T14:57:03.956Z | Checking futures-util v0.3.32 |
| 635 | 2026-06-30T14:57:03.980Z | Compiling num-traits v0.2.19 |
| 636 | 2026-06-30T14:57:03.987Z | Compiling num_enum_derive v0.7.6 |
| 637 | 2026-06-30T14:57:04.080Z | Checking thiserror v2.0.18 |
| 638 | 2026-06-30T14:57:04.172Z | Checking cobs v0.3.0 |
| 639 | 2026-06-30T14:57:04.201Z | Compiling foreign-types-macros v0.2.3 |
| 640 | 2026-06-30T14:57:04.280Z | Compiling darling v0.21.3 |
| 641 | 2026-06-30T14:57:04.307Z | Compiling ref-cast-impl v1.0.25 |
| 642 | 2026-06-30T14:57:04.351Z | Compiling ingot-macros v0.1.1 |
| 643 | 2026-06-30T14:57:04.372Z | Compiling darling v0.23.0 |
| 644 | 2026-06-30T14:57:04.861Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 645 | 2026-06-30T14:57:04.893Z | Compiling proc-macro-error v1.0.4 |
| 646 | 2026-06-30T14:57:04.976Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 647 | 2026-06-30T14:57:05.112Z | Compiling crossbeam-utils v0.8.21 |
| 648 | 2026-06-30T14:57:05.176Z | Checking once_cell v1.21.4 |
| 649 | 2026-06-30T14:57:05.215Z | Checking foreign-types-shared v0.3.1 |
| 650 | 2026-06-30T14:57:05.294Z | Checking cpufeatures v0.3.0 |
| 651 | 2026-06-30T14:57:05.345Z | Checking unicode-width v0.2.2 |
| 652 | 2026-06-30T14:57:05.354Z | Checking ipnetwork v0.21.1 |
| 653 | 2026-06-30T14:57:05.426Z | Checking chacha20 v0.10.0 |
| 654 | 2026-06-30T14:57:05.518Z | Checking tracing-core v0.1.36 |
| 655 | 2026-06-30T14:57:05.591Z | Checking tabwriter v1.4.1 |
| 656 | 2026-06-30T14:57:05.614Z | Checking foreign-types v0.5.0 |
| 657 | 2026-06-30T14:57:05.708Z | Checking num_enum v0.7.6 |
| 658 | 2026-06-30T14:57:05.803Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 659 | 2026-06-30T14:57:05.890Z | Checking futures-executor v0.3.32 |
| 660 | 2026-06-30T14:57:05.922Z | Checking erased-serde v0.3.31 |
| 661 | 2026-06-30T14:57:05.946Z | Checking postcard v1.1.3 |
| 662 | 2026-06-30T14:57:06.045Z | Checking anyhow v1.0.102 |
| 663 | 2026-06-30T14:57:06.164Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 664 | 2026-06-30T14:57:06.176Z | Compiling tracing-attributes v0.1.31 |
| 665 | 2026-06-30T14:57:06.230Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 666 | 2026-06-30T14:57:06.356Z | Checking itertools v0.15.0 |
| 667 | 2026-06-30T14:57:06.585Z | Checking cstr-argument v0.1.2 |
| 668 | 2026-06-30T14:57:06.594Z | Compiling time-core v0.1.9 |
| 669 | 2026-06-30T14:57:06.699Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 670 | 2026-06-30T14:57:06.735Z | Compiling thiserror v1.0.69 |
| 671 | 2026-06-30T14:57:06.771Z | Checking dyn-clone v1.0.20 |
| 672 | 2026-06-30T14:57:06.827Z | Compiling num-conv v0.2.2 |
| 673 | 2026-06-30T14:57:06.867Z | Checking pretty-hex v0.4.2 |
| 674 | 2026-06-30T14:57:06.918Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 675 | 2026-06-30T14:57:06.970Z | Compiling time-macros v0.2.30 |
| 676 | 2026-06-30T14:57:06.976Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 677 | 2026-06-30T14:57:07.013Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 678 | 2026-06-30T14:57:07.124Z | Checking rand v0.10.1 |
| 679 | 2026-06-30T14:57:07.175Z | Checking futures v0.3.32 |
| 680 | 2026-06-30T14:57:07.219Z | Checking ingot-types v0.1.2 |
| 681 | 2026-06-30T14:57:07.239Z | Compiling thiserror-impl v1.0.69 |
| 682 | 2026-06-30T14:57:07.373Z | Checking uuid v1.23.3 |
| 683 | 2026-06-30T14:57:07.452Z | Checking tracing v0.1.44 |
| 684 | 2026-06-30T14:57:07.557Z | Checking arc-swap v1.9.1 |
| 685 | 2026-06-30T14:57:07.557Z | Checking ingot v0.1.1 |
| 686 | 2026-06-30T14:57:07.592Z | Checking socket2 v0.6.4 |
| 687 | 2026-06-30T14:57:07.638Z | Checking nom v8.0.0 |
| 688 | 2026-06-30T14:57:07.662Z | Checking thread_local v1.1.9 |
| 689 | 2026-06-30T14:57:07.776Z | Checking deranged v0.5.8 |
| 690 | 2026-06-30T14:57:07.819Z | Checking iana-time-zone v0.1.65 |
| 691 | 2026-06-30T14:57:07.840Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 692 | 2026-06-30T14:57:07.922Z | Compiling heck v0.4.1 |
| 693 | 2026-06-30T14:57:07.972Z | Checking powerfmt v0.2.0 |
| 694 | 2026-06-30T14:57:08.111Z | Checking lazy_static v1.5.0 |
| 695 | 2026-06-30T14:57:08.111Z | Checking oxnet v0.1.6 |
| 696 | 2026-06-30T14:57:08.193Z | Checking colored v3.1.1 |
| 697 | 2026-06-30T14:57:08.196Z | Compiling slog-async v2.8.0 |
| 698 | 2026-06-30T14:57:08.513Z | Checking slog-scope v4.4.1 |
| 699 | 2026-06-30T14:57:08.559Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 700 | 2026-06-30T14:57:08.564Z | Checking chrono v0.4.45 |
| 701 | 2026-06-30T14:57:08.634Z | Checking crossbeam-channel v0.5.15 |
| 702 | 2026-06-30T14:57:08.677Z | Checking time v0.3.51 |
| 703 | 2026-06-30T14:57:08.966Z | Checking cookie-factory v0.3.3 |
| 704 | 2026-06-30T14:57:09.153Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 705 | 2026-06-30T14:57:09.199Z | Checking itertools v0.12.1 |
| 706 | 2026-06-30T14:57:09.219Z | Checking is-terminal v0.4.17 |
| 707 | 2026-06-30T14:57:09.297Z | Checking circular v0.3.0 |
| 708 | 2026-06-30T14:57:09.360Z | Checking take_mut v0.2.2 |
| 709 | 2026-06-30T14:57:09.405Z | Checking log v0.4.33 |
| 710 | 2026-06-30T14:57:09.451Z | Checking term v1.2.1 |
| 711 | 2026-06-30T14:57:09.563Z | Checking slog-stdlog v4.1.1 |
| 712 | 2026-06-30T14:57:09.595Z | Checking rusticata-macros v5.0.0 |
| 713 | 2026-06-30T14:57:09.722Z | Checking pcap-parser v0.17.0 |
| 714 | 2026-06-30T14:57:09.825Z | Checking slog-term v2.9.2 |
| 715 | 2026-06-30T14:57:10.175Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 716 | 2026-06-30T14:57:10.465Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 717 | 2026-06-30T14:57:11.190Z | Checking slog-envlogger v2.2.0 |
| 718 | 2026-06-30T14:57:13.760Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 719 | 2026-06-30T14:57:15.412Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 720 | 2026-06-30T14:57:15.415Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 721 | 2026-06-30T14:57:15.759Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 722 | 2026-06-30T14:57:16.311Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.49s |
| 723 | 2026-06-30T14:57:16.352Z | + cargo build --test loopback |
| 724 | 2026-06-30T14:57:16.528Z | Compiling cfg-if v1.0.4 |
| 725 | 2026-06-30T14:57:16.528Z | Compiling memchr v2.8.2 |
| 726 | 2026-06-30T14:57:16.531Z | Compiling serde_core v1.0.228 |
| 727 | 2026-06-30T14:57:16.531Z | Compiling libc v0.2.186 |
| 728 | 2026-06-30T14:57:16.555Z | Compiling thiserror v2.0.18 |
| 729 | 2026-06-30T14:57:16.558Z | Compiling pin-project-lite v0.2.17 |
| 730 | 2026-06-30T14:57:16.565Z | Compiling byteorder v1.5.0 |
| 731 | 2026-06-30T14:57:16.565Z | Compiling either v1.16.0 |
| 732 | 2026-06-30T14:57:16.607Z | Compiling zerocopy v0.8.52 |
| 733 | 2026-06-30T14:57:16.635Z | Compiling stable_deref_trait v1.2.1 |
| 734 | 2026-06-30T14:57:16.642Z | Compiling futures-sink v0.3.32 |
| 735 | 2026-06-30T14:57:16.701Z | Compiling hash32 v0.3.1 |
| 736 | 2026-06-30T14:57:16.735Z | Compiling futures-core v0.3.32 |
| 737 | 2026-06-30T14:57:16.735Z | Compiling macaddr v1.0.1 |
| 738 | 2026-06-30T14:57:16.759Z | Compiling cobs v0.3.0 |
| 739 | 2026-06-30T14:57:16.847Z | Compiling futures-channel v0.3.32 |
| 740 | 2026-06-30T14:57:16.894Z | Compiling heapless v0.8.0 |
| 741 | 2026-06-30T14:57:16.906Z | Compiling futures-io v0.3.32 |
| 742 | 2026-06-30T14:57:16.978Z | Compiling managed v0.8.0 |
| 743 | 2026-06-30T14:57:17.040Z | Compiling bitflags v1.3.2 |
| 744 | 2026-06-30T14:57:17.081Z | Compiling slab v0.4.12 |
| 745 | 2026-06-30T14:57:17.096Z | Compiling futures-task v0.3.32 |
| 746 | 2026-06-30T14:57:17.106Z | Compiling rand_core v0.10.1 |
| 747 | 2026-06-30T14:57:17.207Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 748 | 2026-06-30T14:57:17.260Z | Compiling futures-util v0.3.32 |
| 749 | 2026-06-30T14:57:17.260Z | Compiling ipnetwork v0.21.1 |
| 750 | 2026-06-30T14:57:17.281Z | Compiling smoltcp v0.11.0 |
| 751 | 2026-06-30T14:57:17.329Z | Compiling once_cell v1.21.4 |
| 752 | 2026-06-30T14:57:17.440Z | Compiling cpufeatures v0.3.0 |
| 753 | 2026-06-30T14:57:17.510Z | Compiling unicode-width v0.2.2 |
| 754 | 2026-06-30T14:57:17.575Z | Compiling foreign-types-shared v0.3.1 |
| 755 | 2026-06-30T14:57:17.662Z | Compiling foreign-types v0.5.0 |
| 756 | 2026-06-30T14:57:17.737Z | Compiling tabwriter v1.4.1 |
| 757 | 2026-06-30T14:57:17.796Z | Compiling chacha20 v0.10.0 |
| 758 | 2026-06-30T14:57:17.818Z | Compiling tracing-core v0.1.36 |
| 759 | 2026-06-30T14:57:18.152Z | Compiling getrandom v0.4.3 |
| 760 | 2026-06-30T14:57:18.155Z | Compiling ref-cast v1.0.25 |
| 761 | 2026-06-30T14:57:18.166Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 762 | 2026-06-30T14:57:18.247Z | Compiling num_enum v0.7.6 |
| 763 | 2026-06-30T14:57:18.363Z | Compiling serde v1.0.228 |
| 764 | 2026-06-30T14:57:18.368Z | Compiling bitflags v2.13.0 |
| 765 | 2026-06-30T14:57:18.556Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 766 | 2026-06-30T14:57:18.787Z | Compiling crc32fast v1.5.0 |
| 767 | 2026-06-30T14:57:18.862Z | Compiling erased-serde v0.3.31 |
| 768 | 2026-06-30T14:57:19.004Z | Compiling postcard v1.1.3 |
| 769 | 2026-06-30T14:57:19.034Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 770 | 2026-06-30T14:57:19.132Z | Compiling cstr-argument v0.1.2 |
| 771 | 2026-06-30T14:57:19.144Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 772 | 2026-06-30T14:57:19.166Z | Compiling itertools v0.15.0 |
| 773 | 2026-06-30T14:57:19.248Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 774 | 2026-06-30T14:57:19.296Z | Compiling slog v2.8.2 |
| 775 | 2026-06-30T14:57:19.355Z | Compiling dyn-clone v1.0.20 |
| 776 | 2026-06-30T14:57:19.523Z | Compiling ingot-types v0.1.2 |
| 777 | 2026-06-30T14:57:19.581Z | Compiling futures-executor v0.3.32 |
| 778 | 2026-06-30T14:57:19.627Z | Compiling pretty-hex v0.4.2 |
| 779 | 2026-06-30T14:57:19.762Z | Compiling futures v0.3.32 |
| 780 | 2026-06-30T14:57:19.824Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 781 | 2026-06-30T14:57:19.839Z | Compiling tracing v0.1.44 |
| 782 | 2026-06-30T14:57:19.876Z | Compiling ingot v0.1.1 |
| 783 | 2026-06-30T14:57:19.948Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 784 | 2026-06-30T14:57:20.044Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 785 | 2026-06-30T14:57:20.068Z | Compiling num-traits v0.2.19 |
| 786 | 2026-06-30T14:57:20.075Z | Compiling uuid v1.23.3 |
| 787 | 2026-06-30T14:57:20.167Z | Compiling rand v0.10.1 |
| 788 | 2026-06-30T14:57:20.212Z | Compiling crossbeam-utils v0.8.21 |
| 789 | 2026-06-30T14:57:20.227Z | Compiling nom v8.0.0 |
| 790 | 2026-06-30T14:57:20.530Z | Compiling aho-corasick v1.1.4 |
| 791 | 2026-06-30T14:57:20.713Z | Compiling socket2 v0.6.4 |
| 792 | 2026-06-30T14:57:20.762Z | Compiling thread_local v1.1.9 |
| 793 | 2026-06-30T14:57:21.099Z | Compiling arc-swap v1.9.1 |
| 794 | 2026-06-30T14:57:21.125Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 795 | 2026-06-30T14:57:21.177Z | Compiling colored v3.1.1 |
| 796 | 2026-06-30T14:57:21.406Z | Compiling deranged v0.5.8 |
| 797 | 2026-06-30T14:57:21.500Z | Compiling lazy_static v1.5.0 |
| 798 | 2026-06-30T14:57:21.599Z | Compiling regex-syntax v0.8.11 |
| 799 | 2026-06-30T14:57:21.685Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 800 | 2026-06-30T14:57:21.889Z | Compiling time-core v0.1.9 |
| 801 | 2026-06-30T14:57:22.082Z | Compiling num-conv v0.2.2 |
| 802 | 2026-06-30T14:57:22.095Z | Compiling powerfmt v0.2.0 |
| 803 | 2026-06-30T14:57:22.166Z | Compiling winnow v1.0.3 |
| 804 | 2026-06-30T14:57:22.234Z | Compiling oxnet v0.1.6 |
| 805 | 2026-06-30T14:57:22.371Z | Compiling iana-time-zone v0.1.65 |
| 806 | 2026-06-30T14:57:22.415Z | Compiling time v0.3.51 |
| 807 | 2026-06-30T14:57:22.857Z | Compiling rusticata-macros v5.0.0 |
| 808 | 2026-06-30T14:57:22.872Z | Compiling chrono v0.4.45 |
| 809 | 2026-06-30T14:57:23.190Z | Compiling regex-automata v0.4.14 |
| 810 | 2026-06-30T14:57:23.723Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 811 | 2026-06-30T14:57:24.107Z | Compiling slog-scope v4.4.1 |
| 812 | 2026-06-30T14:57:24.455Z | Compiling thiserror v1.0.69 |
| 813 | 2026-06-30T14:57:24.558Z | Compiling crossbeam-channel v0.5.15 |
| 814 | 2026-06-30T14:57:24.593Z | Compiling cookie-factory v0.3.3 |
| 815 | 2026-06-30T14:57:24.916Z | Compiling is-terminal v0.4.17 |
| 816 | 2026-06-30T14:57:25.014Z | Compiling itertools v0.12.1 |
| 817 | 2026-06-30T14:57:25.291Z | Compiling log v0.4.33 |
| 818 | 2026-06-30T14:57:25.577Z | Compiling circular v0.3.0 |
| 819 | 2026-06-30T14:57:25.860Z | Compiling term v1.2.1 |
| 820 | 2026-06-30T14:57:26.476Z | Compiling take_mut v0.2.2 |
| 821 | 2026-06-30T14:57:26.591Z | Compiling slog-async v2.8.0 |
| 822 | 2026-06-30T14:57:26.913Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 823 | 2026-06-30T14:57:28.367Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 824 | 2026-06-30T14:57:28.391Z | Compiling slog-term v2.9.2 |
| 825 | 2026-06-30T14:57:28.432Z | Compiling pcap-parser v0.17.0 |
| 826 | 2026-06-30T14:57:29.037Z | Compiling slog-stdlog v4.1.1 |
| 827 | 2026-06-30T14:57:29.284Z | Compiling regex v1.12.4 |
| 828 | 2026-06-30T14:57:29.469Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 829 | 2026-06-30T14:57:30.415Z | Compiling slog-envlogger v2.2.0 |
| 830 | 2026-06-30T14:57:30.702Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 831 | 2026-06-30T14:57:30.808Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 832 | 2026-06-30T14:57:31.997Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 833 | 2026-06-30T14:57:39.847Z | Finished `dev` profile [optimized + debuginfo] target(s) in 23.48s |
| 834 | 2026-06-30T14:57:39.882Z | ++ cargo build -q --test loopback --message-format=json |
| 835 | 2026-06-30T14:57:39.885Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 836 | 2026-06-30T14:57:40.003Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-ba5fb139154ef000 |
| 837 | 2026-06-30T14:57:40.003Z | + cargo build --test multicast_rx |
| 838 | 2026-06-30T14:57:40.108Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 839 | 2026-06-30T14:57:41.720Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.70s |
| 840 | 2026-06-30T14:57:41.757Z | ++ cargo build -q --test multicast_rx --message-format=json |
| 841 | 2026-06-30T14:57:41.760Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 842 | 2026-06-30T14:57:41.877Z | + multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-abe59930e8413760 |
| 843 | 2026-06-30T14:57:41.877Z | + cargo build --test multicast_multi_sub |
| 844 | 2026-06-30T14:57:41.983Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 845 | 2026-06-30T14:57:43.750Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.86s |
| 846 | 2026-06-30T14:57:43.787Z | ++ cargo build -q --test multicast_multi_sub --message-format=json |
| 847 | 2026-06-30T14:57:43.790Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 848 | 2026-06-30T14:57:43.907Z | + multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-57673484b5529edb |
| 849 | 2026-06-30T14:57:43.907Z | + cargo build --test multicast_validation |
| 850 | 2026-06-30T14:57:44.012Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 851 | 2026-06-30T14:57:45.943Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.02s |
| 852 | 2026-06-30T14:57:45.979Z | ++ cargo build -q --test multicast_validation --message-format=json |
| 853 | 2026-06-30T14:57:45.982Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 854 | 2026-06-30T14:57:46.099Z | + multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-6b29463cb68f34ae |
| 855 | 2026-06-30T14:57:46.102Z | + cargo build --test multicast_source_filter |
| 856 | 2026-06-30T14:57:46.202Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 857 | 2026-06-30T14:57:48.267Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.15s |
| 858 | 2026-06-30T14:57:48.304Z | ++ cargo build -q --test multicast_source_filter --message-format=json |
| 859 | 2026-06-30T14:57:48.307Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 860 | 2026-06-30T14:57:48.425Z | + multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-20235bd20d2a9311 |
| 861 | 2026-06-30T14:57:48.425Z | + mkdir -p /work/test |
| 862 | 2026-06-30T14:57:48.428Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-ba5fb139154ef000 /work/test/loopback |
| 863 | 2026-06-30T14:57:48.463Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-abe59930e8413760 /work/test/multicast_rx |
| 864 | 2026-06-30T14:57:48.504Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-57673484b5529edb /work/test/multicast_multi_sub |
| 865 | 2026-06-30T14:57:48.550Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-6b29463cb68f34ae /work/test/multicast_validation |
| 866 | 2026-06-30T14:57:48.593Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-20235bd20d2a9311 /work/test/multicast_source_filter |
| 867 | 2026-06-30T14:57:48.636Z | process exited: duration 233863 ms, exit code 0 |
| |
| 868 | 2026-06-30T14:57:48.654Z | found 14 output files |
| 869 | 2026-06-30T14:57:48.654Z | uploading: /work/debug/xde.dbg (94794056 bytes) |
| 870 | 2026-06-30T14:57:50.329Z | uploaded: /work/debug/xde.dbg |
| 871 | 2026-06-30T14:57:50.329Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
| 872 | 2026-06-30T14:57:51.338Z | uploaded: /work/debug/xde.dbg.sha256 |
| 873 | 2026-06-30T14:57:51.342Z | uploading: /work/debug/xde_link.dbg.so (1266060 bytes) |
| 874 | 2026-06-30T14:57:52.360Z | uploaded: /work/debug/xde_link.dbg.so |
| 875 | 2026-06-30T14:57:52.361Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
| 876 | 2026-06-30T14:57:53.369Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
| 877 | 2026-06-30T14:57:53.381Z | uploading: /work/release/xde (51962992 bytes) |
| 878 | 2026-06-30T14:57:54.808Z | uploaded: /work/release/xde |
| 879 | 2026-06-30T14:57:54.808Z | uploading: /work/release/xde.sha256 (84 bytes) |
| 880 | 2026-06-30T14:57:55.817Z | uploaded: /work/release/xde.sha256 |
| 881 | 2026-06-30T14:57:55.817Z | uploading: /work/release/xde_link.so (43532 bytes) |
| 882 | 2026-06-30T14:57:56.828Z | uploaded: /work/release/xde_link.so |
| 883 | 2026-06-30T14:57:56.828Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
| 884 | 2026-06-30T14:57:57.837Z | uploaded: /work/release/xde_link.so.sha256 |
| 885 | 2026-06-30T14:57:57.837Z | uploading: /work/test/loopback (51775384 bytes) |
| 886 | 2026-06-30T14:57:59.188Z | uploaded: /work/test/loopback |
| 887 | 2026-06-30T14:57:59.188Z | uploading: /work/test/multicast_rx (52071584 bytes) |
| 888 | 2026-06-30T14:58:00.519Z | uploaded: /work/test/multicast_rx |
| 889 | 2026-06-30T14:58:00.520Z | uploading: /work/test/multicast_multi_sub (56198656 bytes) |
| 890 | 2026-06-30T14:58:01.934Z | uploaded: /work/test/multicast_multi_sub |
| 891 | 2026-06-30T14:58:01.934Z | uploading: /work/test/multicast_validation (52226088 bytes) |
| 892 | 2026-06-30T14:58:03.351Z | uploaded: /work/test/multicast_validation |
| 893 | 2026-06-30T14:58:03.351Z | uploading: /work/test/multicast_source_filter (52532472 bytes) |
| 894 | 2026-06-30T14:58:04.678Z | uploaded: /work/test/multicast_source_filter |
| 895 | 2026-06-30T14:58:04.678Z | uploading: /work/xde.conf (79 bytes) |
| 896 | 2026-06-30T14:58:05.686Z | uploaded: /work/xde.conf |