|
|
|
| 1 | 2026-05-29T17:07:15.187Z | job assigned to worker 01KSTB72J6CP3NF0TR52QTH7P1 [factory aws, i-013b3e2ff351bf9b0] (queued for 54 s) |
| |
| 2 | 2026-05-29T17:07:22.081Z | starting task 0: "setup" |
| 3 | 2026-05-29T17:07:22.085Z | ++ uname -s |
| 4 | 2026-05-29T17:07:22.088Z | + kern=SunOS |
| 5 | 2026-05-29T17:07:22.088Z | + build_user=build |
| 6 | 2026-05-29T17:07:22.088Z | + build_uid=12345 |
| 7 | 2026-05-29T17:07:22.088Z | + work_dir=/work |
| 8 | 2026-05-29T17:07:22.088Z | + input_dir=/input |
| 9 | 2026-05-29T17:07:22.088Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-29T17:07:22.088Z | + case "$kern" in |
| 11 | 2026-05-29T17:07:22.088Z | + groupadd -g 12345 build |
| 12 | 2026-05-29T17:07:22.092Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-29T17:07:24.095Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-29T17:07:24.206Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-29T17:07:24.210Z | + home_fs=zfs |
| 16 | 2026-05-29T17:07:24.210Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-29T17:07:24.210Z | + mkdir -p /home/build |
| 18 | 2026-05-29T17:07:24.210Z | + chown build:build /home/build /work |
| 19 | 2026-05-29T17:07:26.211Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-29T17:07:26.214Z | process exited: duration 4134 ms, exit code 0 |
| |
| 21 | 2026-05-29T17:07:26.221Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-29T17:07:26.225Z | + printf ' * rust toolchain channel = "%s"\n' 1.95.0 |
| 23 | 2026-05-29T17:07:26.225Z | * rust toolchain channel = "1.95.0" |
| 24 | 2026-05-29T17:07:26.225Z | * rust toolchain profile = "default" |
| 25 | 2026-05-29T17:07:26.225Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-29T17:07:26.225Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-29T17:07:26.225Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-29T17:07:26.228Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-29T17:07:26.228Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default |
| 30 | 2026-05-29T17:07:26.318Z | info: downloading installer |
| 31 | 2026-05-29T17:07:27.676Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-29T17:07:27.676Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-29T17:07:27.676Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-29T17:07:27.676Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-29T17:07:27.689Z | info: profile set to default |
| 36 | 2026-05-29T17:07:27.689Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-29T17:07:27.692Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 38 | 2026-05-29T17:07:27.820Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 39 | 2026-05-29T17:07:27.823Z | info: downloading 6 components |
| 40 | 2026-05-29T17:07:42.442Z | info: default toolchain set to 1.95.0-x86_64-unknown-illumos |
| 41 | 2026-05-29T17:07:42.442Z | |
| 42 | 2026-05-29T17:07:42.475Z | 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 43 | 2026-05-29T17:07:42.475Z | |
| 44 | 2026-05-29T17:07:42.475Z | |
| 45 | 2026-05-29T17:07:42.475Z | Rust is installed now. Great! |
| 46 | 2026-05-29T17:07:42.476Z | |
| 47 | 2026-05-29T17:07:42.476Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-29T17:07:42.476Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-29T17:07:42.476Z | |
| 50 | 2026-05-29T17:07:42.476Z | To configure your current shell, you need to source |
| 51 | 2026-05-29T17:07:42.476Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-29T17:07:42.476Z | |
| 53 | 2026-05-29T17:07:42.476Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-29T17:07:42.479Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-29T17:07:42.479Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-29T17:07:42.479Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-29T17:07:42.479Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-29T17:07:42.479Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-29T17:07:42.479Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-29T17:07:42.479Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-29T17:07:42.479Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-29T17:07:42.580Z | + rustup --version |
| 63 | 2026-05-29T17:07:42.588Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-29T17:07:42.591Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-29T17:07:42.610Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 66 | 2026-05-29T17:07:42.613Z | + cargo --version |
| 67 | 2026-05-29T17:07:42.627Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 68 | 2026-05-29T17:07:42.630Z | + rustc --version |
| 69 | 2026-05-29T17:07:42.649Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 70 | 2026-05-29T17:07:42.652Z | process exited: duration 16430 ms, exit code 0 |
| |
| 71 | 2026-05-29T17:07:42.658Z | starting task 2: "authentication" |
| 72 | 2026-05-29T17:07:42.675Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-29T17:07:42.681Z | starting task 3: "clone repository" |
| 74 | 2026-05-29T17:07:42.684Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-05-29T17:07:42.687Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-05-29T17:07:42.723Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-05-29T17:07:43.557Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-05-29T17:07:43.561Z | + git fetch origin 695967186b215cc897e224b125b7b8b7517e6b7d |
| 79 | 2026-05-29T17:07:43.791Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-05-29T17:07:43.792Z | * branch 695967186b215cc897e224b125b7b8b7517e6b7d -> FETCH_HEAD |
| 81 | 2026-05-29T17:07:43.798Z | + [[ -n routecache-tuning ]] |
| 82 | 2026-05-29T17:07:43.801Z | ++ git branch --show-current |
| 83 | 2026-05-29T17:07:43.801Z | + current=master |
| 84 | 2026-05-29T17:07:43.801Z | + [[ master != routecache-tuning ]] |
| 85 | 2026-05-29T17:07:43.801Z | + git branch -f routecache-tuning 695967186b215cc897e224b125b7b8b7517e6b7d |
| 86 | 2026-05-29T17:07:43.804Z | + git checkout -f routecache-tuning |
| 87 | 2026-05-29T17:07:43.820Z | Switched to branch 'routecache-tuning' |
| 88 | 2026-05-29T17:07:43.823Z | + git reset --hard 695967186b215cc897e224b125b7b8b7517e6b7d |
| 89 | 2026-05-29T17:07:43.826Z | HEAD is now at 6959671 Merge branch 'master' into routecache-tuning |
| 90 | 2026-05-29T17:07:43.826Z | process exited: duration 1143 ms, exit code 0 |
| |
| 91 | 2026-05-29T17:07:43.832Z | starting task 4: "build" |
| 92 | 2026-05-29T17:07:43.836Z | + source .github/buildomat/common.sh |
| 93 | 2026-05-29T17:07:43.839Z | ++ rustup show active-toolchain |
| 94 | 2026-05-29T17:07:43.842Z | 1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-05-29T17:07:43.842Z | ++ pushd xde |
| 96 | 2026-05-29T17:07:43.842Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-05-29T17:07:43.842Z | ++ rustup show active-toolchain |
| 98 | 2026-05-29T17:07:43.848Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-05-29T17:07:43.994Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-05-29T17:07:43.997Z | info: downloading 6 components |
| 101 | 2026-05-29T17:07:57.604Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-05-29T17:07:57.691Z | +++ rustup show active-toolchain -v |
| 103 | 2026-05-29T17:07:57.701Z | +++ head -n 1 |
| 104 | 2026-05-29T17:07:57.701Z | +++ cut '-d ' -f1 |
| 105 | 2026-05-29T17:07:57.746Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-05-29T17:07:57.746Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-05-29T17:07:57.746Z | ++ popd |
| 108 | 2026-05-29T17:07:57.749Z | /work/oxidecomputer/opte |
| 109 | 2026-05-29T17:07:57.749Z | + TGT_BASE=/work |
| 110 | 2026-05-29T17:07:57.749Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 111 | 2026-05-29T17:07:57.749Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 112 | 2026-05-29T17:07:57.749Z | + DBG_TGT=/work/debug |
| 113 | 2026-05-29T17:07:57.749Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 114 | 2026-05-29T17:07:57.749Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 115 | 2026-05-29T17:07:57.749Z | + REL_TGT=/work/release |
| 116 | 2026-05-29T17:07:57.749Z | + mkdir -p /work/debug /work/release |
| 117 | 2026-05-29T17:07:57.749Z | + cargo --version |
| 118 | 2026-05-29T17:07:57.757Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 119 | 2026-05-29T17:07:57.760Z | + rustc --version |
| 120 | 2026-05-29T17:07:57.780Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 121 | 2026-05-29T17:07:57.783Z | + install_pkg jq |
| 122 | 2026-05-29T17:07:57.783Z | + set +o errexit |
| 123 | 2026-05-29T17:07:57.783Z | + pfexec pkg install jq |
| 124 | 2026-05-29T17:07:58.686Z | Startup: Refreshing catalog 'helios' ... Done |
| 125 | 2026-05-29T17:07:58.766Z | Startup: Caching catalogs ... Done |
| 126 | 2026-05-29T17:07:59.053Z | Planning: Solver setup ... Done |
| 127 | 2026-05-29T17:07:59.072Z | Planning: Running solver ... Done |
| 128 | 2026-05-29T17:07:59.076Z | Planning: Consolidating action changes ... Done |
| 129 | 2026-05-29T17:07:59.080Z | Planning: Evaluating mediators ... Done |
| 130 | 2026-05-29T17:07:59.080Z | Planning: Planning completed in 0.29 seconds |
| 131 | 2026-05-29T17:07:59.093Z | No updates necessary for this image. |
| 132 | 2026-05-29T17:07:59.177Z | + exit_code=4 |
| 133 | 2026-05-29T17:07:59.177Z | + [[ 4 -ne 0 ]] |
| 134 | 2026-05-29T17:07:59.177Z | + [[ 4 -ne 4 ]] |
| 135 | 2026-05-29T17:07:59.177Z | + set -o errexit |
| 136 | 2026-05-29T17:07:59.181Z | + pushd xde |
| 137 | 2026-05-29T17:07:59.181Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 138 | 2026-05-29T17:07:59.181Z | + cp xde.conf /work/xde.conf |
| 139 | 2026-05-29T17:07:59.181Z | + header 'check style' |
| 140 | 2026-05-29T17:07:59.181Z | + echo '# ==== check style ==== #' |
| 141 | 2026-05-29T17:07:59.181Z | # ==== check style ==== # |
| 142 | 2026-05-29T17:07:59.181Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 143 | 2026-05-29T17:07:59.394Z | |
| 144 | 2026-05-29T17:07:59.394Z | real 0.211077409 |
| 145 | 2026-05-29T17:07:59.394Z | user 0.153483184 |
| 146 | 2026-05-29T17:07:59.394Z | sys 0.047637613 |
| 147 | 2026-05-29T17:07:59.394Z | trap 0.000008690 |
| 148 | 2026-05-29T17:07:59.394Z | tflt 0.000021270 |
| 149 | 2026-05-29T17:07:59.394Z | dflt 0.000013480 |
| 150 | 2026-05-29T17:07:59.394Z | kflt 0.000001370 |
| 151 | 2026-05-29T17:07:59.394Z | lock 0.038900601 |
| 152 | 2026-05-29T17:07:59.394Z | slp 0.187137589 |
| 153 | 2026-05-29T17:07:59.394Z | lat 0.001106590 |
| 154 | 2026-05-29T17:07:59.394Z | stop 0.000107940 |
| 155 | 2026-05-29T17:07:59.398Z | + header analyze |
| 156 | 2026-05-29T17:07:59.398Z | + echo '# ==== analyze ==== #' |
| 157 | 2026-05-29T17:07:59.399Z | # ==== analyze ==== # |
| 158 | 2026-05-29T17:07:59.399Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 159 | 2026-05-29T17:07:59.571Z | Updating crates.io index |
| 160 | 2026-05-29T17:07:59.574Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 161 | 2026-05-29T17:08:00.581Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 162 | 2026-05-29T17:08:01.400Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 163 | 2026-05-29T17:08:01.786Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 164 | 2026-05-29T17:08:02.190Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 165 | 2026-05-29T17:08:02.438Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 166 | 2026-05-29T17:08:02.694Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 167 | 2026-05-29T17:08:04.602Z | Downloading crates ... |
| 168 | 2026-05-29T17:08:04.677Z | Downloaded cfg-if v1.0.4 |
| 169 | 2026-05-29T17:08:04.680Z | Downloaded macaddr v1.0.1 |
| 170 | 2026-05-29T17:08:04.680Z | Downloaded darling_macro v0.23.0 |
| 171 | 2026-05-29T17:08:04.680Z | Downloaded ref-cast-impl v1.0.25 |
| 172 | 2026-05-29T17:08:04.680Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 173 | 2026-05-29T17:08:04.683Z | Downloaded defmt v0.3.100 |
| 174 | 2026-05-29T17:08:04.686Z | Downloaded strsim v0.11.1 |
| 175 | 2026-05-29T17:08:04.689Z | Downloaded managed v0.8.0 |
| 176 | 2026-05-29T17:08:04.689Z | Downloaded defmt-parser v1.0.0 |
| 177 | 2026-05-29T17:08:04.689Z | Downloaded dyn-clone v1.0.20 |
| 178 | 2026-05-29T17:08:04.693Z | Downloaded aho-corasick v1.1.4 |
| 179 | 2026-05-29T17:08:04.696Z | Downloaded hash32 v0.3.1 |
| 180 | 2026-05-29T17:08:04.699Z | Downloaded fnv v1.0.7 |
| 181 | 2026-05-29T17:08:04.702Z | Downloaded stable_deref_trait v1.2.1 |
| 182 | 2026-05-29T17:08:04.702Z | Downloaded embedded-io v0.6.1 |
| 183 | 2026-05-29T17:08:04.714Z | Downloaded byteorder v1.5.0 |
| 184 | 2026-05-29T17:08:04.717Z | Downloaded defmt v1.0.1 |
| 185 | 2026-05-29T17:08:04.722Z | Downloaded ref-cast v1.0.25 |
| 186 | 2026-05-29T17:08:04.725Z | Downloaded version_check v0.9.5 |
| 187 | 2026-05-29T17:08:04.725Z | Downloaded cobs v0.3.0 |
| 188 | 2026-05-29T17:08:04.729Z | Downloaded thiserror-impl v2.0.18 |
| 189 | 2026-05-29T17:08:04.732Z | Downloaded quote v1.0.45 |
| 190 | 2026-05-29T17:08:04.735Z | Downloaded either v1.15.0 |
| 191 | 2026-05-29T17:08:04.738Z | Downloaded ident_case v1.0.1 |
| 192 | 2026-05-29T17:08:04.738Z | Downloaded bitflags v2.11.1 |
| 193 | 2026-05-29T17:08:04.741Z | Downloaded darling_macro v0.21.3 |
| 194 | 2026-05-29T17:08:04.744Z | Downloaded ingot-macros v0.1.1 |
| 195 | 2026-05-29T17:08:04.744Z | Downloaded ingot v0.1.1 |
| 196 | 2026-05-29T17:08:04.750Z | Downloaded proc-macro-error2 v2.0.1 |
| 197 | 2026-05-29T17:08:04.753Z | Downloaded ingot-types v0.1.2 |
| 198 | 2026-05-29T17:08:04.753Z | Downloaded crc32fast v1.5.0 |
| 199 | 2026-05-29T17:08:04.753Z | Downloaded defmt-macros v1.0.1 |
| 200 | 2026-05-29T17:08:04.760Z | Downloaded postcard v1.1.3 |
| 201 | 2026-05-29T17:08:04.763Z | Downloaded bitflags v1.3.2 |
| 202 | 2026-05-29T17:08:04.766Z | Downloaded darling v0.23.0 |
| 203 | 2026-05-29T17:08:04.771Z | Downloaded embedded-io v0.4.0 |
| 204 | 2026-05-29T17:08:04.778Z | Downloaded thiserror v2.0.18 |
| 205 | 2026-05-29T17:08:04.781Z | Downloaded serde_core v1.0.228 |
| 206 | 2026-05-29T17:08:04.784Z | Downloaded darling v0.21.3 |
| 207 | 2026-05-29T17:08:04.790Z | Downloaded uuid v1.23.1 |
| 208 | 2026-05-29T17:08:04.793Z | Downloaded heapless v0.8.0 |
| 209 | 2026-05-29T17:08:04.796Z | Downloaded unicode-ident v1.0.24 |
| 210 | 2026-05-29T17:08:04.799Z | Downloaded serde_derive v1.0.228 |
| 211 | 2026-05-29T17:08:04.802Z | Downloaded darling_core v0.23.0 |
| 212 | 2026-05-29T17:08:04.802Z | Downloaded darling_core v0.21.3 |
| 213 | 2026-05-29T17:08:04.806Z | Downloaded zerocopy-derive v0.8.48 |
| 214 | 2026-05-29T17:08:04.809Z | Downloaded serde v1.0.228 |
| 215 | 2026-05-29T17:08:04.812Z | Downloaded proc-macro2 v1.0.106 |
| 216 | 2026-05-29T17:08:04.816Z | Downloaded memchr v2.8.0 |
| 217 | 2026-05-29T17:08:04.831Z | Downloaded itertools v0.14.0 |
| 218 | 2026-05-29T17:08:04.838Z | Downloaded regex v1.12.3 |
| 219 | 2026-05-29T17:08:04.885Z | Downloaded syn v2.0.117 |
| 220 | 2026-05-29T17:08:04.892Z | Downloaded zerocopy v0.8.48 |
| 221 | 2026-05-29T17:08:04.902Z | Downloaded smoltcp v0.11.0 |
| 222 | 2026-05-29T17:08:04.909Z | Downloaded regex-syntax v0.8.10 |
| 223 | 2026-05-29T17:08:04.919Z | Downloaded regex-automata v0.4.14 |
| 224 | 2026-05-29T17:08:04.931Z | Updating crates.io index |
| 225 | 2026-05-29T17:08:05.107Z | Downloading crates ... |
| 226 | 2026-05-29T17:08:05.151Z | Downloaded foldhash v0.2.0 |
| 227 | 2026-05-29T17:08:05.154Z | Downloaded adler2 v2.0.1 |
| 228 | 2026-05-29T17:08:05.157Z | Downloaded rustc-demangle v0.1.27 |
| 229 | 2026-05-29T17:08:05.160Z | Downloaded rustc-literal-escaper v0.0.7 |
| 230 | 2026-05-29T17:08:05.181Z | Downloaded getopts v0.2.24 |
| 231 | 2026-05-29T17:08:05.184Z | Downloaded addr2line v0.25.1 |
| 232 | 2026-05-29T17:08:05.198Z | Downloaded miniz_oxide v0.8.9 |
| 233 | 2026-05-29T17:08:05.209Z | Downloaded memchr v2.7.6 |
| 234 | 2026-05-29T17:08:05.214Z | Downloaded hashbrown v0.16.1 |
| 235 | 2026-05-29T17:08:05.254Z | Downloaded gimli v0.32.3 |
| 236 | 2026-05-29T17:08:05.262Z | Downloaded object v0.37.3 |
| 237 | 2026-05-29T17:08:05.298Z | Downloaded libc v0.2.183 |
| 238 | 2026-05-29T17:08:05.355Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 239 | 2026-05-29T17:08:05.355Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 240 | 2026-05-29T17:08:05.355Z | Compiling proc-macro2 v1.0.106 |
| 241 | 2026-05-29T17:08:05.359Z | Compiling unicode-ident v1.0.24 |
| 242 | 2026-05-29T17:08:05.359Z | Compiling quote v1.0.45 |
| 243 | 2026-05-29T17:08:05.359Z | Compiling strsim v0.11.1 |
| 244 | 2026-05-29T17:08:05.359Z | Compiling ident_case v1.0.1 |
| 245 | 2026-05-29T17:08:05.418Z | Compiling serde_core v1.0.228 |
| 246 | 2026-05-29T17:08:05.545Z | Compiling memchr v2.8.0 |
| 247 | 2026-05-29T17:08:05.564Z | Compiling fnv v1.0.7 |
| 248 | 2026-05-29T17:08:05.654Z | Compiling regex-syntax v0.8.10 |
| 249 | 2026-05-29T17:08:05.841Z | Compiling serde v1.0.228 |
| 250 | 2026-05-29T17:08:05.859Z | Compiling zerocopy v0.8.48 |
| 251 | 2026-05-29T17:08:05.895Z | Compiling either v1.15.0 |
| 252 | 2026-05-29T17:08:05.957Z | Compiling thiserror v2.0.18 |
| 253 | 2026-05-29T17:08:06.090Z | Compiling aho-corasick v1.1.4 |
| 254 | 2026-05-29T17:08:06.255Z | Compiling itertools v0.14.0 |
| 255 | 2026-05-29T17:08:06.274Z | Compiling heapless v0.8.0 |
| 256 | 2026-05-29T17:08:06.566Z | Compiling syn v2.0.117 |
| 257 | 2026-05-29T17:08:06.654Z | Compiling smoltcp v0.11.0 |
| 258 | 2026-05-29T17:08:06.687Z | Compiling ref-cast v1.0.25 |
| 259 | 2026-05-29T17:08:06.743Z | Compiling version_check v0.9.5 |
| 260 | 2026-05-29T17:08:07.071Z | Compiling crc32fast v1.5.0 |
| 261 | 2026-05-29T17:08:07.116Z | Compiling regex-automata v0.4.14 |
| 262 | 2026-05-29T17:08:07.124Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 263 | 2026-05-29T17:08:08.655Z | Compiling regex v1.12.3 |
| 264 | 2026-05-29T17:08:08.832Z | Compiling darling_core v0.21.3 |
| 265 | 2026-05-29T17:08:08.839Z | Compiling darling_core v0.23.0 |
| 266 | 2026-05-29T17:08:09.803Z | Compiling serde_derive v1.0.228 |
| 267 | 2026-05-29T17:08:09.803Z | Compiling zerocopy-derive v0.8.48 |
| 268 | 2026-05-29T17:08:09.807Z | Compiling thiserror-impl v2.0.18 |
| 269 | 2026-05-29T17:08:09.807Z | Compiling ref-cast-impl v1.0.25 |
| 270 | 2026-05-29T17:08:09.807Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 271 | 2026-05-29T17:08:11.404Z | Compiling darling_macro v0.21.3 |
| 272 | 2026-05-29T17:08:11.563Z | Compiling darling_macro v0.23.0 |
| 273 | 2026-05-29T17:08:12.318Z | Compiling darling v0.21.3 |
| 274 | 2026-05-29T17:08:12.386Z | Compiling ingot-macros v0.1.1 |
| 275 | 2026-05-29T17:08:12.489Z | Compiling darling v0.23.0 |
| 276 | 2026-05-29T17:08:12.555Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 277 | 2026-05-29T17:08:16.882Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 278 | 2026-05-29T17:08:18.951Z | Checking byteorder v1.5.0 |
| 279 | 2026-05-29T17:08:18.951Z | Checking macaddr v1.0.1 |
| 280 | 2026-05-29T17:08:18.951Z | Checking stable_deref_trait v1.2.1 |
| 281 | 2026-05-29T17:08:18.954Z | Checking cfg-if v1.0.4 |
| 282 | 2026-05-29T17:08:18.954Z | Checking bitflags v1.3.2 |
| 283 | 2026-05-29T17:08:19.004Z | Checking managed v0.8.0 |
| 284 | 2026-05-29T17:08:19.046Z | Checking cobs v0.3.0 |
| 285 | 2026-05-29T17:08:19.106Z | Checking hash32 v0.3.1 |
| 286 | 2026-05-29T17:08:19.120Z | Checking dyn-clone v1.0.20 |
| 287 | 2026-05-29T17:08:19.161Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 288 | 2026-05-29T17:08:20.277Z | Checking bitflags v2.11.1 |
| 289 | 2026-05-29T17:08:20.277Z | Checking uuid v1.23.1 |
| 290 | 2026-05-29T17:08:20.414Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 291 | 2026-05-29T17:08:20.677Z | Checking postcard v1.1.3 |
| 292 | 2026-05-29T17:08:21.557Z | Checking ingot-types v0.1.2 |
| 293 | 2026-05-29T17:08:21.827Z | Checking ingot v0.1.1 |
| 294 | 2026-05-29T17:08:23.131Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 295 | 2026-05-29T17:08:27.389Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 296 | 2026-05-29T17:08:28.966Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 297 | 2026-05-29T17:08:31.309Z | Finished `dev` profile [optimized + debuginfo] target(s) in 31.85s |
| 298 | 2026-05-29T17:08:31.437Z | |
| 299 | 2026-05-29T17:08:31.437Z | real 32.036152341 |
| 300 | 2026-05-29T17:08:31.437Z | user 1:15.027379338 |
| 301 | 2026-05-29T17:08:31.437Z | sys 10.349635261 |
| 302 | 2026-05-29T17:08:31.437Z | trap 0.032712583 |
| 303 | 2026-05-29T17:08:31.437Z | tflt 0.032756148 |
| 304 | 2026-05-29T17:08:31.437Z | dflt 0.206676187 |
| 305 | 2026-05-29T17:08:31.437Z | kflt 0.001921561 |
| 306 | 2026-05-29T17:08:31.437Z | lock 3:50.342522662 |
| 307 | 2026-05-29T17:08:31.437Z | slp 3:30.335124544 |
| 308 | 2026-05-29T17:08:31.437Z | lat 2.871555368 |
| 309 | 2026-05-29T17:08:31.437Z | stop 6.384673666 |
| 310 | 2026-05-29T17:08:31.440Z | + pushd xde-link |
| 311 | 2026-05-29T17:08:31.440Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 312 | 2026-05-29T17:08:31.440Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 313 | 2026-05-29T17:08:31.626Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 314 | 2026-05-29T17:08:31.626Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 315 | 2026-05-29T17:08:31.626Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 316 | 2026-05-29T17:08:42.009Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 317 | 2026-05-29T17:08:44.129Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.62s |
| 318 | 2026-05-29T17:08:44.149Z | |
| 319 | 2026-05-29T17:08:44.149Z | real 12.706434012 |
| 320 | 2026-05-29T17:08:44.149Z | user 20.254460202 |
| 321 | 2026-05-29T17:08:44.149Z | sys 1.237562341 |
| 322 | 2026-05-29T17:08:44.149Z | trap 0.002973440 |
| 323 | 2026-05-29T17:08:44.152Z | tflt 0.002286590 |
| 324 | 2026-05-29T17:08:44.152Z | dflt 0.027938317 |
| 325 | 2026-05-29T17:08:44.152Z | kflt 0.000001050 |
| 326 | 2026-05-29T17:08:44.152Z | lock 1:07.238200374 |
| 327 | 2026-05-29T17:08:44.152Z | slp 42.456591713 |
| 328 | 2026-05-29T17:08:44.152Z | lat 0.168007884 |
| 329 | 2026-05-29T17:08:44.152Z | stop 0.134447887 |
| 330 | 2026-05-29T17:08:44.153Z | + popd |
| 331 | 2026-05-29T17:08:44.153Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 332 | 2026-05-29T17:08:44.153Z | + popd |
| 333 | 2026-05-29T17:08:44.153Z | /work/oxidecomputer/opte |
| 334 | 2026-05-29T17:08:44.153Z | + header 'build xde (debug)' |
| 335 | 2026-05-29T17:08:44.153Z | # ==== build xde (debug) ==== # |
| 336 | 2026-05-29T17:08:44.153Z | + echo '# ==== build xde (debug) ==== #' |
| 337 | 2026-05-29T17:08:44.153Z | + ptime -m cargo xtask build --profile debug xde xde-link |
| 338 | 2026-05-29T17:08:44.296Z | Downloading crates ... |
| 339 | 2026-05-29T17:08:44.348Z | Downloaded cargo-platform v0.3.3 |
| 340 | 2026-05-29T17:08:44.353Z | Downloaded is_terminal_polyfill v1.70.2 |
| 341 | 2026-05-29T17:08:44.356Z | Downloaded anstyle-query v1.1.5 |
| 342 | 2026-05-29T17:08:44.356Z | Downloaded serde_spanned v1.1.1 |
| 343 | 2026-05-29T17:08:44.362Z | Downloaded heck v0.5.0 |
| 344 | 2026-05-29T17:08:44.366Z | Downloaded utf8parse v0.2.2 |
| 345 | 2026-05-29T17:08:44.369Z | Downloaded terminal_size v0.4.4 |
| 346 | 2026-05-29T17:08:44.384Z | Downloaded errno v0.3.14 |
| 347 | 2026-05-29T17:08:44.387Z | Downloaded equivalent v1.0.2 |
| 348 | 2026-05-29T17:08:44.387Z | Downloaded colorchoice v1.0.5 |
| 349 | 2026-05-29T17:08:44.387Z | Downloaded clap_lex v1.1.0 |
| 350 | 2026-05-29T17:08:44.392Z | Downloaded itoa v1.0.18 |
| 351 | 2026-05-29T17:08:44.400Z | Downloaded anstream v1.0.0 |
| 352 | 2026-05-29T17:08:44.403Z | Downloaded zmij v1.0.21 |
| 353 | 2026-05-29T17:08:44.403Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 354 | 2026-05-29T17:08:44.406Z | Downloaded anstyle-parse v1.0.0 |
| 355 | 2026-05-29T17:08:44.409Z | Downloaded anstyle v1.0.14 |
| 356 | 2026-05-29T17:08:44.412Z | Downloaded cargo_metadata v0.23.1 |
| 357 | 2026-05-29T17:08:44.416Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 358 | 2026-05-29T17:08:44.416Z | Downloaded camino v1.2.2 |
| 359 | 2026-05-29T17:08:44.419Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 360 | 2026-05-29T17:08:44.422Z | Downloaded clap_derive v4.6.1 |
| 361 | 2026-05-29T17:08:44.422Z | Downloaded semver v1.0.28 |
| 362 | 2026-05-29T17:08:44.426Z | Downloaded anyhow v1.0.102 |
| 363 | 2026-05-29T17:08:44.429Z | Downloaded clap v4.6.1 |
| 364 | 2026-05-29T17:08:44.434Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 365 | 2026-05-29T17:08:44.450Z | Downloaded serde_json v1.0.149 |
| 366 | 2026-05-29T17:08:44.454Z | Downloaded indexmap v2.14.0 |
| 367 | 2026-05-29T17:08:44.478Z | Downloaded hashbrown v0.17.0 |
| 368 | 2026-05-29T17:08:44.482Z | Downloaded clap_builder v4.6.0 |
| 369 | 2026-05-29T17:08:44.485Z | Downloaded winnow v1.0.2 |
| 370 | 2026-05-29T17:08:44.525Z | Downloaded rustix v1.1.4 |
| 371 | 2026-05-29T17:08:44.549Z | Downloaded libc v0.2.186 |
| 372 | 2026-05-29T17:08:44.597Z | Compiling serde_core v1.0.228 |
| 373 | 2026-05-29T17:08:44.597Z | Compiling proc-macro2 v1.0.106 |
| 374 | 2026-05-29T17:08:44.597Z | Compiling quote v1.0.45 |
| 375 | 2026-05-29T17:08:44.597Z | Compiling unicode-ident v1.0.24 |
| 376 | 2026-05-29T17:08:44.597Z | Compiling libc v0.2.186 |
| 377 | 2026-05-29T17:08:44.600Z | Compiling rustix v1.1.4 |
| 378 | 2026-05-29T17:08:44.600Z | Compiling bitflags v2.11.1 |
| 379 | 2026-05-29T17:08:44.600Z | Compiling utf8parse v0.2.2 |
| 380 | 2026-05-29T17:08:44.745Z | Compiling zmij v1.0.21 |
| 381 | 2026-05-29T17:08:44.760Z | Compiling anstyle-parse v1.0.0 |
| 382 | 2026-05-29T17:08:44.974Z | Compiling colorchoice v1.0.5 |
| 383 | 2026-05-29T17:08:44.988Z | Compiling serde v1.0.228 |
| 384 | 2026-05-29T17:08:45.073Z | Compiling is_terminal_polyfill v1.70.2 |
| 385 | 2026-05-29T17:08:45.079Z | Compiling thiserror v2.0.18 |
| 386 | 2026-05-29T17:08:45.083Z | Compiling anstyle-query v1.1.5 |
| 387 | 2026-05-29T17:08:45.149Z | Compiling serde_json v1.0.149 |
| 388 | 2026-05-29T17:08:45.161Z | Compiling camino v1.2.2 |
| 389 | 2026-05-29T17:08:45.172Z | Compiling anstyle v1.0.14 |
| 390 | 2026-05-29T17:08:45.330Z | Compiling errno v0.3.14 |
| 391 | 2026-05-29T17:08:45.390Z | Compiling anstream v1.0.0 |
| 392 | 2026-05-29T17:08:45.541Z | Compiling anyhow v1.0.102 |
| 393 | 2026-05-29T17:08:45.556Z | Compiling heck v0.5.0 |
| 394 | 2026-05-29T17:08:45.620Z | Compiling memchr v2.8.0 |
| 395 | 2026-05-29T17:08:45.790Z | Compiling clap_lex v1.1.0 |
| 396 | 2026-05-29T17:08:45.856Z | Compiling winnow v1.0.2 |
| 397 | 2026-05-29T17:08:45.865Z | Compiling strsim v0.11.1 |
| 398 | 2026-05-29T17:08:45.941Z | Compiling syn v2.0.117 |
| 399 | 2026-05-29T17:08:45.990Z | Compiling terminal_size v0.4.4 |
| 400 | 2026-05-29T17:08:46.148Z | Compiling itoa v1.0.18 |
| 401 | 2026-05-29T17:08:46.196Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 402 | 2026-05-29T17:08:46.282Z | Compiling clap_builder v4.6.0 |
| 403 | 2026-05-29T17:08:46.617Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 404 | 2026-05-29T17:08:46.828Z | Compiling serde_spanned v1.1.1 |
| 405 | 2026-05-29T17:08:46.865Z | Compiling cargo-platform v0.3.3 |
| 406 | 2026-05-29T17:08:46.983Z | Compiling semver v1.0.28 |
| 407 | 2026-05-29T17:08:47.453Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 408 | 2026-05-29T17:08:47.698Z | Compiling toml v1.1.2+spec-1.1.0 |
| 409 | 2026-05-29T17:08:48.215Z | Compiling serde_derive v1.0.228 |
| 410 | 2026-05-29T17:08:48.416Z | Compiling thiserror-impl v2.0.18 |
| 411 | 2026-05-29T17:08:48.450Z | Compiling clap_derive v4.6.1 |
| 412 | 2026-05-29T17:08:50.114Z | Compiling clap v4.6.1 |
| 413 | 2026-05-29T17:08:51.218Z | Compiling cargo_metadata v0.23.1 |
| 414 | 2026-05-29T17:08:53.700Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 415 | 2026-05-29T17:08:55.271Z | Finished `dev` profile [optimized + debuginfo] target(s) in 11.11s |
| 416 | 2026-05-29T17:08:55.287Z | Running `target/debug/xtask build --profile debug xde xde-link` |
| 417 | 2026-05-29T17:08:56.712Z | Building xde (dev). |
| 418 | 2026-05-29T17:08:56.940Z | Compiling serde_core v1.0.228 |
| 419 | 2026-05-29T17:08:56.940Z | Compiling byteorder v1.5.0 |
| 420 | 2026-05-29T17:08:56.940Z | Compiling macaddr v1.0.1 |
| 421 | 2026-05-29T17:08:56.943Z | Compiling cfg-if v1.0.4 |
| 422 | 2026-05-29T17:08:56.943Z | Compiling stable_deref_trait v1.2.1 |
| 423 | 2026-05-29T17:08:56.967Z | Compiling thiserror v2.0.18 |
| 424 | 2026-05-29T17:08:56.971Z | Compiling zerocopy v0.8.48 |
| 425 | 2026-05-29T17:08:56.974Z | Compiling managed v0.8.0 |
| 426 | 2026-05-29T17:08:57.015Z | Compiling bitflags v1.3.2 |
| 427 | 2026-05-29T17:08:57.019Z | Compiling cobs v0.3.0 |
| 428 | 2026-05-29T17:08:57.055Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 429 | 2026-05-29T17:08:57.077Z | Compiling either v1.15.0 |
| 430 | 2026-05-29T17:08:57.128Z | Compiling hash32 v0.3.1 |
| 431 | 2026-05-29T17:08:57.192Z | Compiling ref-cast v1.0.25 |
| 432 | 2026-05-29T17:08:57.207Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 433 | 2026-05-29T17:08:57.245Z | Compiling heapless v0.8.0 |
| 434 | 2026-05-29T17:08:57.276Z | Compiling itertools v0.14.0 |
| 435 | 2026-05-29T17:08:57.276Z | Compiling crc32fast v1.5.0 |
| 436 | 2026-05-29T17:08:57.283Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 437 | 2026-05-29T17:08:57.338Z | Compiling dyn-clone v1.0.20 |
| 438 | 2026-05-29T17:08:57.467Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 439 | 2026-05-29T17:08:57.598Z | Compiling smoltcp v0.11.0 |
| 440 | 2026-05-29T17:08:58.515Z | Compiling serde v1.0.228 |
| 441 | 2026-05-29T17:08:58.515Z | Compiling bitflags v2.11.1 |
| 442 | 2026-05-29T17:08:58.515Z | Compiling uuid v1.23.1 |
| 443 | 2026-05-29T17:08:58.643Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 444 | 2026-05-29T17:08:58.918Z | Compiling postcard v1.1.3 |
| 445 | 2026-05-29T17:08:59.688Z | Compiling ingot-types v0.1.2 |
| 446 | 2026-05-29T17:08:59.964Z | Compiling ingot v0.1.1 |
| 447 | 2026-05-29T17:09:01.398Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 448 | 2026-05-29T17:09:05.720Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 449 | 2026-05-29T17:09:16.052Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 450 | 2026-05-29T17:09:24.341Z | Finished `dev` profile [optimized + debuginfo] target(s) in 27.60s |
| 451 | 2026-05-29T17:09:24.367Z | Linking xde kmod... |
| 452 | 2026-05-29T17:09:25.547Z | Building xde dev link helper (dev). |
| 453 | 2026-05-29T17:09:25.705Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 454 | 2026-05-29T17:09:26.043Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.46s |
| 455 | 2026-05-29T17:09:26.068Z | |
| 456 | 2026-05-29T17:09:26.071Z | real 41.914956989 |
| 457 | 2026-05-29T17:09:26.071Z | user 2:16.748395457 |
| 458 | 2026-05-29T17:09:26.071Z | sys 11.195862899 |
| 459 | 2026-05-29T17:09:26.071Z | trap 0.056199731 |
| 460 | 2026-05-29T17:09:26.071Z | tflt 0.307620381 |
| 461 | 2026-05-29T17:09:26.071Z | dflt 0.416562020 |
| 462 | 2026-05-29T17:09:26.071Z | kflt 0.000002930 |
| 463 | 2026-05-29T17:09:26.071Z | lock 6:28.889530978 |
| 464 | 2026-05-29T17:09:26.071Z | slp 3:53.704971962 |
| 465 | 2026-05-29T17:09:26.071Z | lat 5.853276305 |
| 466 | 2026-05-29T17:09:26.071Z | stop 5.124497545 |
| 467 | 2026-05-29T17:09:26.071Z | + header 'build xde (release)' |
| 468 | 2026-05-29T17:09:26.071Z | + echo '# ==== build xde (release) ==== #' |
| 469 | 2026-05-29T17:09:26.071Z | # ==== build xde (release) ==== # |
| 470 | 2026-05-29T17:09:26.071Z | + ptime -m cargo xtask build --profile release xde xde-link |
| 471 | 2026-05-29T17:09:26.207Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s |
| 472 | 2026-05-29T17:09:26.211Z | Running `target/debug/xtask build --profile release xde xde-link` |
| 473 | 2026-05-29T17:09:26.403Z | Building xde (release-lto). |
| 474 | 2026-05-29T17:09:26.634Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 475 | 2026-05-29T17:09:26.634Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 476 | 2026-05-29T17:09:26.634Z | Compiling proc-macro2 v1.0.106 |
| 477 | 2026-05-29T17:09:26.634Z | Compiling quote v1.0.45 |
| 478 | 2026-05-29T17:09:26.634Z | Compiling unicode-ident v1.0.24 |
| 479 | 2026-05-29T17:09:26.635Z | Compiling ident_case v1.0.1 |
| 480 | 2026-05-29T17:09:26.635Z | Compiling strsim v0.11.1 |
| 481 | 2026-05-29T17:09:26.638Z | Compiling serde_core v1.0.228 |
| 482 | 2026-05-29T17:09:26.754Z | Compiling memchr v2.8.0 |
| 483 | 2026-05-29T17:09:26.757Z | Compiling fnv v1.0.7 |
| 484 | 2026-05-29T17:09:26.833Z | Compiling regex-syntax v0.8.10 |
| 485 | 2026-05-29T17:09:27.003Z | Compiling serde v1.0.228 |
| 486 | 2026-05-29T17:09:27.011Z | Compiling either v1.15.0 |
| 487 | 2026-05-29T17:09:27.019Z | Compiling zerocopy v0.8.48 |
| 488 | 2026-05-29T17:09:27.141Z | Compiling aho-corasick v1.1.4 |
| 489 | 2026-05-29T17:09:27.194Z | Compiling thiserror v2.0.18 |
| 490 | 2026-05-29T17:09:27.383Z | Compiling itertools v0.14.0 |
| 491 | 2026-05-29T17:09:27.398Z | Compiling heapless v0.8.0 |
| 492 | 2026-05-29T17:09:27.740Z | Compiling syn v2.0.117 |
| 493 | 2026-05-29T17:09:27.785Z | Compiling smoltcp v0.11.0 |
| 494 | 2026-05-29T17:09:27.804Z | Compiling ref-cast v1.0.25 |
| 495 | 2026-05-29T17:09:27.877Z | Compiling version_check v0.9.5 |
| 496 | 2026-05-29T17:09:28.170Z | Compiling crc32fast v1.5.0 |
| 497 | 2026-05-29T17:09:28.228Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 498 | 2026-05-29T17:09:28.454Z | Compiling regex-automata v0.4.14 |
| 499 | 2026-05-29T17:09:29.940Z | Compiling regex v1.12.3 |
| 500 | 2026-05-29T17:09:29.989Z | Compiling darling_core v0.21.3 |
| 501 | 2026-05-29T17:09:29.989Z | Compiling darling_core v0.23.0 |
| 502 | 2026-05-29T17:09:31.017Z | Compiling thiserror-impl v2.0.18 |
| 503 | 2026-05-29T17:09:31.017Z | Compiling serde_derive v1.0.228 |
| 504 | 2026-05-29T17:09:31.020Z | Compiling zerocopy-derive v0.8.48 |
| 505 | 2026-05-29T17:09:31.020Z | Compiling ref-cast-impl v1.0.25 |
| 506 | 2026-05-29T17:09:31.020Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 507 | 2026-05-29T17:09:32.594Z | Compiling darling_macro v0.21.3 |
| 508 | 2026-05-29T17:09:32.636Z | Compiling darling_macro v0.23.0 |
| 509 | 2026-05-29T17:09:33.498Z | Compiling darling v0.21.3 |
| 510 | 2026-05-29T17:09:33.517Z | Compiling darling v0.23.0 |
| 511 | 2026-05-29T17:09:33.558Z | Compiling ingot-macros v0.1.1 |
| 512 | 2026-05-29T17:09:33.575Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 513 | 2026-05-29T17:09:38.564Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 514 | 2026-05-29T17:09:40.624Z | Compiling byteorder v1.5.0 |
| 515 | 2026-05-29T17:09:40.624Z | Compiling macaddr v1.0.1 |
| 516 | 2026-05-29T17:09:40.624Z | Compiling cfg-if v1.0.4 |
| 517 | 2026-05-29T17:09:40.627Z | Compiling stable_deref_trait v1.2.1 |
| 518 | 2026-05-29T17:09:40.683Z | Compiling managed v0.8.0 |
| 519 | 2026-05-29T17:09:40.693Z | Compiling cobs v0.3.0 |
| 520 | 2026-05-29T17:09:40.719Z | Compiling bitflags v1.3.2 |
| 521 | 2026-05-29T17:09:40.784Z | Compiling hash32 v0.3.1 |
| 522 | 2026-05-29T17:09:40.923Z | Compiling dyn-clone v1.0.20 |
| 523 | 2026-05-29T17:09:40.986Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 524 | 2026-05-29T17:09:42.234Z | Compiling bitflags v2.11.1 |
| 525 | 2026-05-29T17:09:42.234Z | Compiling uuid v1.23.1 |
| 526 | 2026-05-29T17:09:42.372Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 527 | 2026-05-29T17:09:42.658Z | Compiling postcard v1.1.3 |
| 528 | 2026-05-29T17:09:43.466Z | Compiling ingot-types v0.1.2 |
| 529 | 2026-05-29T17:09:43.778Z | Compiling ingot v0.1.1 |
| 530 | 2026-05-29T17:09:45.268Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 531 | 2026-05-29T17:09:49.050Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 532 | 2026-05-29T17:09:57.770Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 533 | 2026-05-29T17:10:27.326Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 00s |
| 534 | 2026-05-29T17:10:27.351Z | Linking xde kmod... |
| 535 | 2026-05-29T17:10:27.928Z | Building xde dev link helper (release). |
| 536 | 2026-05-29T17:10:28.090Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 537 | 2026-05-29T17:10:28.090Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 538 | 2026-05-29T17:10:28.090Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 539 | 2026-05-29T17:10:39.074Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 540 | 2026-05-29T17:10:41.450Z | Finished `release` profile [optimized + debuginfo] target(s) in 13.49s |
| 541 | 2026-05-29T17:10:41.471Z | |
| 542 | 2026-05-29T17:10:41.474Z | real 1:15.399297914 |
| 543 | 2026-05-29T17:10:41.474Z | user 2:08.577252890 |
| 544 | 2026-05-29T17:10:41.474Z | sys 12.322452574 |
| 545 | 2026-05-29T17:10:41.474Z | trap 0.032725823 |
| 546 | 2026-05-29T17:10:41.474Z | tflt 0.143101175 |
| 547 | 2026-05-29T17:10:41.474Z | dflt 0.227693404 |
| 548 | 2026-05-29T17:10:41.474Z | kflt 0.000008840 |
| 549 | 2026-05-29T17:10:41.474Z | lock 10:47.493370017 |
| 550 | 2026-05-29T17:10:41.474Z | slp 6:07.951170902 |
| 551 | 2026-05-29T17:10:41.474Z | lat 2.100911022 |
| 552 | 2026-05-29T17:10:41.474Z | stop 4.926369740 |
| 553 | 2026-05-29T17:10:41.474Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
| 554 | 2026-05-29T17:10:41.474Z | + grep GOTPCREL |
| 555 | 2026-05-29T17:10:43.278Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 556 | 2026-05-29T17:10:43.282Z | + grep GOTPCREL |
| 557 | 2026-05-29T17:10:44.243Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
| 558 | 2026-05-29T17:10:44.297Z | + sha256sum /work/debug/xde.dbg |
| 559 | 2026-05-29T17:10:44.350Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
| 560 | 2026-05-29T17:10:44.353Z | + sha256sum /work/debug/xde_link.dbg.so |
| 561 | 2026-05-29T17:10:44.357Z | + cp target/x86_64-unknown-unknown/release-lto/xde /work/release/ |
| 562 | 2026-05-29T17:10:44.392Z | + sha256sum /work/release/xde |
| 563 | 2026-05-29T17:10:44.422Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
| 564 | 2026-05-29T17:10:44.425Z | + sha256sum /work/release/xde_link.so |
| 565 | 2026-05-29T17:10:44.429Z | + header 'build xde integration tests' |
| 566 | 2026-05-29T17:10:44.429Z | + echo '# ==== build xde integration tests ==== #' |
| 567 | 2026-05-29T17:10:44.429Z | + pushd xde-tests |
| 568 | 2026-05-29T17:10:44.429Z | # ==== build xde integration tests ==== # |
| 569 | 2026-05-29T17:10:44.429Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
| 570 | 2026-05-29T17:10:44.429Z | + cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 571 | 2026-05-29T17:10:44.509Z | + cargo clippy --all-targets -- --deny warnings |
| 572 | 2026-05-29T17:10:44.724Z | Compiling serde_core v1.0.228 |
| 573 | 2026-05-29T17:10:44.724Z | Checking cfg-if v1.0.4 |
| 574 | 2026-05-29T17:10:44.724Z | Checking memchr v2.8.0 |
| 575 | 2026-05-29T17:10:44.724Z | Compiling rustversion v1.0.22 |
| 576 | 2026-05-29T17:10:44.724Z | Compiling serde v1.0.228 |
| 577 | 2026-05-29T17:10:44.724Z | Compiling version_check v0.9.5 |
| 578 | 2026-05-29T17:10:44.728Z | Compiling strsim v0.11.1 |
| 579 | 2026-05-29T17:10:44.753Z | Compiling syn v2.0.117 |
| 580 | 2026-05-29T17:10:44.795Z | Compiling ident_case v1.0.1 |
| 581 | 2026-05-29T17:10:44.899Z | Compiling libc v0.2.186 |
| 582 | 2026-05-29T17:10:45.003Z | Compiling fnv v1.0.7 |
| 583 | 2026-05-29T17:10:45.083Z | Compiling syn v1.0.109 |
| 584 | 2026-05-29T17:10:45.088Z | Checking pin-project-lite v0.2.17 |
| 585 | 2026-05-29T17:10:45.113Z | Compiling regex-syntax v0.8.10 |
| 586 | 2026-05-29T17:10:45.158Z | Compiling winnow v1.0.2 |
| 587 | 2026-05-29T17:10:45.477Z | Compiling aho-corasick v1.1.4 |
| 588 | 2026-05-29T17:10:45.621Z | Compiling equivalent v1.0.2 |
| 589 | 2026-05-29T17:10:45.631Z | Compiling hashbrown v0.17.0 |
| 590 | 2026-05-29T17:10:45.698Z | Compiling either v1.15.0 |
| 591 | 2026-05-29T17:10:45.716Z | Compiling zerocopy v0.8.48 |
| 592 | 2026-05-29T17:10:45.893Z | Compiling itertools v0.14.0 |
| 593 | 2026-05-29T17:10:46.144Z | Compiling indexmap v2.14.0 |
| 594 | 2026-05-29T17:10:46.163Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 595 | 2026-05-29T17:10:46.577Z | Compiling regex-automata v0.4.14 |
| 596 | 2026-05-29T17:10:46.705Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 597 | 2026-05-29T17:10:46.875Z | Checking byteorder v1.5.0 |
| 598 | 2026-05-29T17:10:46.919Z | Compiling heapless v0.8.0 |
| 599 | 2026-05-29T17:10:46.926Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 600 | 2026-05-29T17:10:47.024Z | Checking hash32 v0.3.1 |
| 601 | 2026-05-29T17:10:47.107Z | Checking bitflags v2.11.1 |
| 602 | 2026-05-29T17:10:47.124Z | Compiling slog v2.8.2 |
| 603 | 2026-05-29T17:10:47.184Z | Checking futures-sink v0.3.32 |
| 604 | 2026-05-29T17:10:47.257Z | Compiling smoltcp v0.11.0 |
| 605 | 2026-05-29T17:10:47.265Z | Checking stable_deref_trait v1.2.1 |
| 606 | 2026-05-29T17:10:47.326Z | Compiling darling_core v0.21.3 |
| 607 | 2026-05-29T17:10:47.352Z | Compiling darling_core v0.23.0 |
| 608 | 2026-05-29T17:10:47.370Z | Checking macaddr v1.0.1 |
| 609 | 2026-05-29T17:10:47.503Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 610 | 2026-05-29T17:10:47.595Z | Checking futures-core v0.3.32 |
| 611 | 2026-05-29T17:10:47.710Z | Checking futures-channel v0.3.32 |
| 612 | 2026-05-29T17:10:47.761Z | Compiling proc-macro-crate v3.5.0 |
| 613 | 2026-05-29T17:10:47.895Z | Compiling proc-macro-error-attr v1.0.4 |
| 614 | 2026-05-29T17:10:48.125Z | Checking bitflags v1.3.2 |
| 615 | 2026-05-29T17:10:48.157Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 616 | 2026-05-29T17:10:48.163Z | Checking slab v0.4.12 |
| 617 | 2026-05-29T17:10:48.183Z | Compiling ref-cast v1.0.25 |
| 618 | 2026-05-29T17:10:48.305Z | Compiling regex v1.12.3 |
| 619 | 2026-05-29T17:10:48.377Z | Checking futures-io v0.3.32 |
| 620 | 2026-05-29T17:10:48.482Z | Compiling getrandom v0.4.2 |
| 621 | 2026-05-29T17:10:48.487Z | Compiling serde_derive v1.0.228 |
| 622 | 2026-05-29T17:10:48.496Z | Compiling thiserror-impl v2.0.18 |
| 623 | 2026-05-29T17:10:48.694Z | Compiling zerocopy-derive v0.8.48 |
| 624 | 2026-05-29T17:10:48.749Z | Compiling futures-macro v0.3.32 |
| 625 | 2026-05-29T17:10:49.106Z | Compiling autocfg v1.5.0 |
| 626 | 2026-05-29T17:10:49.388Z | Compiling darling_macro v0.21.3 |
| 627 | 2026-05-29T17:10:49.411Z | Compiling darling_macro v0.23.0 |
| 628 | 2026-05-29T17:10:49.445Z | Checking managed v0.8.0 |
| 629 | 2026-05-29T17:10:49.522Z | Compiling crc32fast v1.5.0 |
| 630 | 2026-05-29T17:10:49.559Z | Checking rand_core v0.10.1 |
| 631 | 2026-05-29T17:10:49.616Z | Checking futures-task v0.3.32 |
| 632 | 2026-05-29T17:10:49.714Z | Checking thiserror v2.0.18 |
| 633 | 2026-05-29T17:10:49.742Z | Checking futures-util v0.3.32 |
| 634 | 2026-05-29T17:10:49.801Z | Checking cobs v0.3.0 |
| 635 | 2026-05-29T17:10:49.849Z | Compiling num-traits v0.2.19 |
| 636 | 2026-05-29T17:10:49.950Z | Compiling darling v0.21.3 |
| 637 | 2026-05-29T17:10:49.967Z | Compiling darling v0.23.0 |
| 638 | 2026-05-29T17:10:49.977Z | Compiling num_enum_derive v0.7.6 |
| 639 | 2026-05-29T17:10:50.016Z | Compiling ingot-macros v0.1.1 |
| 640 | 2026-05-29T17:10:50.035Z | Compiling ref-cast-impl v1.0.25 |
| 641 | 2026-05-29T17:10:50.086Z | Compiling foreign-types-macros v0.2.3 |
| 642 | 2026-05-29T17:10:50.666Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 643 | 2026-05-29T17:10:50.786Z | Compiling proc-macro-error v1.0.4 |
| 644 | 2026-05-29T17:10:50.876Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 645 | 2026-05-29T17:10:50.961Z | Checking once_cell v1.21.4 |
| 646 | 2026-05-29T17:10:51.026Z | Compiling crossbeam-utils v0.8.21 |
| 647 | 2026-05-29T17:10:51.047Z | Checking ipnetwork v0.21.1 |
| 648 | 2026-05-29T17:10:51.127Z | Checking foreign-types-shared v0.3.1 |
| 649 | 2026-05-29T17:10:51.131Z | Checking cpufeatures v0.3.0 |
| 650 | 2026-05-29T17:10:51.185Z | Checking unicode-width v0.2.2 |
| 651 | 2026-05-29T17:10:51.199Z | Checking foreign-types v0.5.0 |
| 652 | 2026-05-29T17:10:51.211Z | Checking chacha20 v0.10.0 |
| 653 | 2026-05-29T17:10:51.296Z | Checking tracing-core v0.1.36 |
| 654 | 2026-05-29T17:10:51.355Z | Checking num_enum v0.7.6 |
| 655 | 2026-05-29T17:10:51.427Z | Checking tabwriter v1.4.1 |
| 656 | 2026-05-29T17:10:51.595Z | Checking erased-serde v0.3.31 |
| 657 | 2026-05-29T17:10:51.607Z | Checking postcard v1.1.3 |
| 658 | 2026-05-29T17:10:51.642Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 659 | 2026-05-29T17:10:51.735Z | Checking futures-executor v0.3.32 |
| 660 | 2026-05-29T17:10:51.873Z | Checking anyhow v1.0.102 |
| 661 | 2026-05-29T17:10:51.876Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 662 | 2026-05-29T17:10:51.884Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 663 | 2026-05-29T17:10:51.971Z | Compiling tracing-attributes v0.1.31 |
| 664 | 2026-05-29T17:10:52.223Z | Checking cstr-argument v0.1.2 |
| 665 | 2026-05-29T17:10:52.335Z | Compiling time-core v0.1.8 |
| 666 | 2026-05-29T17:10:52.349Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 667 | 2026-05-29T17:10:52.358Z | Checking pretty-hex v0.4.2 |
| 668 | 2026-05-29T17:10:52.463Z | Compiling thiserror v1.0.69 |
| 669 | 2026-05-29T17:10:52.468Z | Checking powerfmt v0.2.0 |
| 670 | 2026-05-29T17:10:52.471Z | Checking dyn-clone v1.0.20 |
| 671 | 2026-05-29T17:10:52.561Z | Compiling num-conv v0.2.1 |
| 672 | 2026-05-29T17:10:52.580Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 673 | 2026-05-29T17:10:52.606Z | Checking deranged v0.5.8 |
| 674 | 2026-05-29T17:10:52.693Z | Compiling time-macros v0.2.27 |
| 675 | 2026-05-29T17:10:52.711Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 676 | 2026-05-29T17:10:52.728Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 677 | 2026-05-29T17:10:52.802Z | Checking futures v0.3.32 |
| 678 | 2026-05-29T17:10:52.885Z | Checking rand v0.10.1 |
| 679 | 2026-05-29T17:10:52.918Z | Checking ingot-types v0.1.2 |
| 680 | 2026-05-29T17:10:53.119Z | Compiling thiserror-impl v1.0.69 |
| 681 | 2026-05-29T17:10:53.196Z | Checking tracing v0.1.44 |
| 682 | 2026-05-29T17:10:53.246Z | Checking ingot v0.1.1 |
| 683 | 2026-05-29T17:10:53.273Z | Checking uuid v1.23.1 |
| 684 | 2026-05-29T17:10:53.327Z | Checking arc-swap v1.9.1 |
| 685 | 2026-05-29T17:10:53.375Z | Checking socket2 v0.6.3 |
| 686 | 2026-05-29T17:10:53.520Z | Checking nom v8.0.0 |
| 687 | 2026-05-29T17:10:53.531Z | Checking thread_local v1.1.9 |
| 688 | 2026-05-29T17:10:53.531Z | Checking oxnet v0.1.5 |
| 689 | 2026-05-29T17:10:53.617Z | Checking lazy_static v1.5.0 |
| 690 | 2026-05-29T17:10:53.684Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 691 | 2026-05-29T17:10:53.689Z | Checking itoa v1.0.18 |
| 692 | 2026-05-29T17:10:53.937Z | Checking colored v3.1.1 |
| 693 | 2026-05-29T17:10:53.950Z | Checking iana-time-zone v0.1.65 |
| 694 | 2026-05-29T17:10:54.046Z | Compiling slog-async v2.8.0 |
| 695 | 2026-05-29T17:10:54.095Z | Compiling heck v0.4.1 |
| 696 | 2026-05-29T17:10:54.121Z | Checking chrono v0.4.44 |
| 697 | 2026-05-29T17:10:54.283Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 698 | 2026-05-29T17:10:54.366Z | Checking time v0.3.47 |
| 699 | 2026-05-29T17:10:54.376Z | Checking slog-scope v4.4.1 |
| 700 | 2026-05-29T17:10:54.499Z | Checking crossbeam-channel v0.5.15 |
| 701 | 2026-05-29T17:10:54.812Z | Checking cookie-factory v0.3.3 |
| 702 | 2026-05-29T17:10:54.828Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 703 | 2026-05-29T17:10:54.915Z | Checking itertools v0.12.1 |
| 704 | 2026-05-29T17:10:54.945Z | Checking is-terminal v0.4.17 |
| 705 | 2026-05-29T17:10:55.021Z | Checking circular v0.3.0 |
| 706 | 2026-05-29T17:10:55.057Z | Checking take_mut v0.2.2 |
| 707 | 2026-05-29T17:10:55.129Z | Checking term v1.2.1 |
| 708 | 2026-05-29T17:10:55.145Z | Checking log v0.4.29 |
| 709 | 2026-05-29T17:10:55.297Z | Checking slog-stdlog v4.1.1 |
| 710 | 2026-05-29T17:10:55.342Z | Checking slog-term v2.9.2 |
| 711 | 2026-05-29T17:10:55.448Z | Checking rusticata-macros v5.0.0 |
| 712 | 2026-05-29T17:10:55.570Z | Checking pcap-parser v0.17.0 |
| 713 | 2026-05-29T17:10:55.936Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 714 | 2026-05-29T17:10:56.220Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#5e686ee2) |
| 715 | 2026-05-29T17:10:56.640Z | Checking slog-envlogger v2.2.0 |
| 716 | 2026-05-29T17:10:59.361Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 717 | 2026-05-29T17:11:01.005Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 718 | 2026-05-29T17:11:01.005Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 719 | 2026-05-29T17:11:01.352Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 720 | 2026-05-29T17:11:01.889Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.33s |
| 721 | 2026-05-29T17:11:01.929Z | + cargo build --test loopback |
| 722 | 2026-05-29T17:11:02.100Z | Compiling cfg-if v1.0.4 |
| 723 | 2026-05-29T17:11:02.100Z | Compiling memchr v2.8.0 |
| 724 | 2026-05-29T17:11:02.104Z | Compiling serde_core v1.0.228 |
| 725 | 2026-05-29T17:11:02.129Z | Compiling libc v0.2.186 |
| 726 | 2026-05-29T17:11:02.133Z | Compiling thiserror v2.0.18 |
| 727 | 2026-05-29T17:11:02.133Z | Compiling pin-project-lite v0.2.17 |
| 728 | 2026-05-29T17:11:02.137Z | Compiling either v1.15.0 |
| 729 | 2026-05-29T17:11:02.140Z | Compiling byteorder v1.5.0 |
| 730 | 2026-05-29T17:11:02.175Z | Compiling zerocopy v0.8.48 |
| 731 | 2026-05-29T17:11:02.206Z | Compiling macaddr v1.0.1 |
| 732 | 2026-05-29T17:11:02.211Z | Compiling stable_deref_trait v1.2.1 |
| 733 | 2026-05-29T17:11:02.274Z | Compiling hash32 v0.3.1 |
| 734 | 2026-05-29T17:11:02.302Z | Compiling futures-core v0.3.32 |
| 735 | 2026-05-29T17:11:02.321Z | Compiling futures-sink v0.3.32 |
| 736 | 2026-05-29T17:11:02.414Z | Compiling futures-channel v0.3.32 |
| 737 | 2026-05-29T17:11:02.425Z | Compiling heapless v0.8.0 |
| 738 | 2026-05-29T17:11:02.446Z | Compiling cobs v0.3.0 |
| 739 | 2026-05-29T17:11:02.461Z | Compiling futures-io v0.3.32 |
| 740 | 2026-05-29T17:11:02.466Z | Compiling rand_core v0.10.1 |
| 741 | 2026-05-29T17:11:02.617Z | Compiling slab v0.4.12 |
| 742 | 2026-05-29T17:11:02.641Z | Compiling futures-task v0.3.32 |
| 743 | 2026-05-29T17:11:02.646Z | Compiling managed v0.8.0 |
| 744 | 2026-05-29T17:11:02.715Z | Compiling bitflags v1.3.2 |
| 745 | 2026-05-29T17:11:02.781Z | Compiling futures-util v0.3.32 |
| 746 | 2026-05-29T17:11:02.792Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 747 | 2026-05-29T17:11:02.830Z | Compiling smoltcp v0.11.0 |
| 748 | 2026-05-29T17:11:02.846Z | Compiling foreign-types-shared v0.3.1 |
| 749 | 2026-05-29T17:11:02.859Z | Compiling unicode-width v0.2.2 |
| 750 | 2026-05-29T17:11:02.927Z | Compiling cpufeatures v0.3.0 |
| 751 | 2026-05-29T17:11:02.993Z | Compiling ipnetwork v0.21.1 |
| 752 | 2026-05-29T17:11:03.030Z | Compiling once_cell v1.21.4 |
| 753 | 2026-05-29T17:11:03.166Z | Compiling tabwriter v1.4.1 |
| 754 | 2026-05-29T17:11:03.266Z | Compiling tracing-core v0.1.36 |
| 755 | 2026-05-29T17:11:03.555Z | Compiling chacha20 v0.10.0 |
| 756 | 2026-05-29T17:11:03.576Z | Compiling foreign-types v0.5.0 |
| 757 | 2026-05-29T17:11:03.647Z | Compiling ref-cast v1.0.25 |
| 758 | 2026-05-29T17:11:03.670Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 759 | 2026-05-29T17:11:03.739Z | Compiling num_enum v0.7.6 |
| 760 | 2026-05-29T17:11:03.854Z | Compiling serde v1.0.228 |
| 761 | 2026-05-29T17:11:03.893Z | Compiling bitflags v2.11.1 |
| 762 | 2026-05-29T17:11:04.083Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 763 | 2026-05-29T17:11:04.305Z | Compiling erased-serde v0.3.31 |
| 764 | 2026-05-29T17:11:04.379Z | Compiling postcard v1.1.3 |
| 765 | 2026-05-29T17:11:04.489Z | Compiling getrandom v0.4.2 |
| 766 | 2026-05-29T17:11:04.564Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 767 | 2026-05-29T17:11:04.670Z | Compiling crc32fast v1.5.0 |
| 768 | 2026-05-29T17:11:04.670Z | Compiling cstr-argument v0.1.2 |
| 769 | 2026-05-29T17:11:04.697Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 770 | 2026-05-29T17:11:04.723Z | Compiling slog v2.8.2 |
| 771 | 2026-05-29T17:11:04.798Z | Compiling itertools v0.14.0 |
| 772 | 2026-05-29T17:11:04.832Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 773 | 2026-05-29T17:11:04.911Z | Compiling futures-executor v0.3.32 |
| 774 | 2026-05-29T17:11:05.007Z | Compiling ingot-types v0.1.2 |
| 775 | 2026-05-29T17:11:05.220Z | Compiling dyn-clone v1.0.20 |
| 776 | 2026-05-29T17:11:05.318Z | Compiling pretty-hex v0.4.2 |
| 777 | 2026-05-29T17:11:05.397Z | Compiling ingot v0.1.1 |
| 778 | 2026-05-29T17:11:05.402Z | Compiling powerfmt v0.2.0 |
| 779 | 2026-05-29T17:11:05.406Z | Compiling futures v0.3.32 |
| 780 | 2026-05-29T17:11:05.445Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 781 | 2026-05-29T17:11:05.497Z | Compiling tracing v0.1.44 |
| 782 | 2026-05-29T17:11:05.544Z | Compiling deranged v0.5.8 |
| 783 | 2026-05-29T17:11:05.568Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 784 | 2026-05-29T17:11:05.671Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 785 | 2026-05-29T17:11:05.671Z | Compiling num-traits v0.2.19 |
| 786 | 2026-05-29T17:11:05.686Z | Compiling rand v0.10.1 |
| 787 | 2026-05-29T17:11:05.787Z | Compiling uuid v1.23.1 |
| 788 | 2026-05-29T17:11:05.865Z | Compiling crossbeam-utils v0.8.21 |
| 789 | 2026-05-29T17:11:06.163Z | Compiling aho-corasick v1.1.4 |
| 790 | 2026-05-29T17:11:06.363Z | Compiling nom v8.0.0 |
| 791 | 2026-05-29T17:11:06.387Z | Compiling socket2 v0.6.3 |
| 792 | 2026-05-29T17:11:06.540Z | Compiling thread_local v1.1.9 |
| 793 | 2026-05-29T17:11:06.663Z | Compiling arc-swap v1.9.1 |
| 794 | 2026-05-29T17:11:06.756Z | Compiling num-conv v0.2.1 |
| 795 | 2026-05-29T17:11:06.900Z | Compiling colored v3.1.1 |
| 796 | 2026-05-29T17:11:06.960Z | Compiling winnow v1.0.2 |
| 797 | 2026-05-29T17:11:07.040Z | Compiling regex-syntax v0.8.10 |
| 798 | 2026-05-29T17:11:07.274Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 799 | 2026-05-29T17:11:07.508Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 800 | 2026-05-29T17:11:07.638Z | Compiling time-core v0.1.8 |
| 801 | 2026-05-29T17:11:07.746Z | Compiling lazy_static v1.5.0 |
| 802 | 2026-05-29T17:11:07.767Z | Compiling iana-time-zone v0.1.65 |
| 803 | 2026-05-29T17:11:07.778Z | Compiling oxnet v0.1.5 |
| 804 | 2026-05-29T17:11:07.837Z | Compiling slog-scope v4.4.1 |
| 805 | 2026-05-29T17:11:08.247Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 806 | 2026-05-29T17:11:08.255Z | Compiling chrono v0.4.44 |
| 807 | 2026-05-29T17:11:08.298Z | Compiling time v0.3.47 |
| 808 | 2026-05-29T17:11:08.870Z | Compiling rusticata-macros v5.0.0 |
| 809 | 2026-05-29T17:11:09.195Z | Compiling regex-automata v0.4.14 |
| 810 | 2026-05-29T17:11:09.714Z | Compiling thiserror v1.0.69 |
| 811 | 2026-05-29T17:11:09.814Z | Compiling crossbeam-channel v0.5.15 |
| 812 | 2026-05-29T17:11:10.223Z | Compiling cookie-factory v0.3.3 |
| 813 | 2026-05-29T17:11:10.577Z | Compiling is-terminal v0.4.17 |
| 814 | 2026-05-29T17:11:10.590Z | Compiling itertools v0.12.1 |
| 815 | 2026-05-29T17:11:10.669Z | Compiling term v1.2.1 |
| 816 | 2026-05-29T17:11:12.012Z | Compiling circular v0.3.0 |
| 817 | 2026-05-29T17:11:12.267Z | Compiling take_mut v0.2.2 |
| 818 | 2026-05-29T17:11:12.285Z | Compiling log v0.4.29 |
| 819 | 2026-05-29T17:11:12.372Z | Compiling slog-async v2.8.0 |
| 820 | 2026-05-29T17:11:12.556Z | Compiling slog-stdlog v4.1.1 |
| 821 | 2026-05-29T17:11:12.874Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 822 | 2026-05-29T17:11:12.970Z | Compiling pcap-parser v0.17.0 |
| 823 | 2026-05-29T17:11:13.119Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 824 | 2026-05-29T17:11:14.147Z | Compiling regex v1.12.3 |
| 825 | 2026-05-29T17:11:14.820Z | Compiling slog-term v2.9.2 |
| 826 | 2026-05-29T17:11:15.201Z | Compiling slog-envlogger v2.2.0 |
| 827 | 2026-05-29T17:11:15.275Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 828 | 2026-05-29T17:11:15.807Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 829 | 2026-05-29T17:11:16.456Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#5e686ee2) |
| 830 | 2026-05-29T17:11:16.781Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 831 | 2026-05-29T17:11:25.225Z | Finished `dev` profile [optimized + debuginfo] target(s) in 23.28s |
| 832 | 2026-05-29T17:11:25.261Z | ++ cargo build -q --test loopback --message-format=json |
| 833 | 2026-05-29T17:11:25.264Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 834 | 2026-05-29T17:11:25.386Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-4636511e1244e583 |
| 835 | 2026-05-29T17:11:25.386Z | + cargo build --test multicast_rx |
| 836 | 2026-05-29T17:11:25.500Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 837 | 2026-05-29T17:11:27.133Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.73s |
| 838 | 2026-05-29T17:11:27.171Z | ++ cargo build -q --test multicast_rx --message-format=json |
| 839 | 2026-05-29T17:11:27.174Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 840 | 2026-05-29T17:11:27.295Z | + multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-9eb5f355df8d4904 |
| 841 | 2026-05-29T17:11:27.299Z | + cargo build --test multicast_multi_sub |
| 842 | 2026-05-29T17:11:27.402Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 843 | 2026-05-29T17:11:29.194Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.89s |
| 844 | 2026-05-29T17:11:29.232Z | ++ cargo build -q --test multicast_multi_sub --message-format=json |
| 845 | 2026-05-29T17:11:29.235Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 846 | 2026-05-29T17:11:29.356Z | + multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-4ea9b22b88172888 |
| 847 | 2026-05-29T17:11:29.360Z | + cargo build --test multicast_validation |
| 848 | 2026-05-29T17:11:29.464Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 849 | 2026-05-29T17:11:31.397Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.03s |
| 850 | 2026-05-29T17:11:31.434Z | ++ cargo build -q --test multicast_validation --message-format=json |
| 851 | 2026-05-29T17:11:31.438Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 852 | 2026-05-29T17:11:31.560Z | + multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-3ce82ac9c12b08c2 |
| 853 | 2026-05-29T17:11:31.560Z | + cargo build --test multicast_source_filter |
| 854 | 2026-05-29T17:11:31.667Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 855 | 2026-05-29T17:11:33.722Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.15s |
| 856 | 2026-05-29T17:11:33.760Z | ++ cargo build -q --test multicast_source_filter --message-format=json |
| 857 | 2026-05-29T17:11:33.763Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 858 | 2026-05-29T17:11:33.886Z | + multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-0b519babfa47b3c1 |
| 859 | 2026-05-29T17:11:33.886Z | + mkdir -p /work/test |
| 860 | 2026-05-29T17:11:33.889Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-4636511e1244e583 /work/test/loopback |
| 861 | 2026-05-29T17:11:33.929Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-9eb5f355df8d4904 /work/test/multicast_rx |
| 862 | 2026-05-29T17:11:33.971Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-4ea9b22b88172888 /work/test/multicast_multi_sub |
| 863 | 2026-05-29T17:11:34.016Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-3ce82ac9c12b08c2 /work/test/multicast_validation |
| 864 | 2026-05-29T17:11:34.057Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-0b519babfa47b3c1 /work/test/multicast_source_filter |
| 865 | 2026-05-29T17:11:34.100Z | process exited: duration 230266 ms, exit code 0 |
| |
| 866 | 2026-05-29T17:11:34.120Z | found 14 output files |
| 867 | 2026-05-29T17:11:34.120Z | uploading: /work/debug/xde.dbg (94710640 bytes) |
| 868 | 2026-05-29T17:11:35.673Z | uploaded: /work/debug/xde.dbg |
| 869 | 2026-05-29T17:11:35.673Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
| 870 | 2026-05-29T17:11:36.683Z | uploaded: /work/debug/xde.dbg.sha256 |
| 871 | 2026-05-29T17:11:36.683Z | uploading: /work/debug/xde_link.dbg.so (1084980 bytes) |
| 872 | 2026-05-29T17:11:37.707Z | uploaded: /work/debug/xde_link.dbg.so |
| 873 | 2026-05-29T17:11:37.707Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
| 874 | 2026-05-29T17:11:38.717Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
| 875 | 2026-05-29T17:11:38.717Z | uploading: /work/release/xde (51993904 bytes) |
| 876 | 2026-05-29T17:11:40.065Z | uploaded: /work/release/xde |
| 877 | 2026-05-29T17:11:40.065Z | uploading: /work/release/xde.sha256 (84 bytes) |
| 878 | 2026-05-29T17:11:41.075Z | uploaded: /work/release/xde.sha256 |
| 879 | 2026-05-29T17:11:41.075Z | uploading: /work/release/xde_link.so (39516 bytes) |
| 880 | 2026-05-29T17:11:42.086Z | uploaded: /work/release/xde_link.so |
| 881 | 2026-05-29T17:11:42.086Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
| 882 | 2026-05-29T17:11:43.096Z | uploaded: /work/release/xde_link.so.sha256 |
| 883 | 2026-05-29T17:11:43.096Z | uploading: /work/test/loopback (51742232 bytes) |
| 884 | 2026-05-29T17:11:44.397Z | uploaded: /work/test/loopback |
| 885 | 2026-05-29T17:11:44.397Z | uploading: /work/test/multicast_rx (52038328 bytes) |
| 886 | 2026-05-29T17:11:45.726Z | uploaded: /work/test/multicast_rx |
| 887 | 2026-05-29T17:11:45.726Z | uploading: /work/test/multicast_multi_sub (56197080 bytes) |
| 888 | 2026-05-29T17:11:47.092Z | uploaded: /work/test/multicast_multi_sub |
| 889 | 2026-05-29T17:11:47.092Z | uploading: /work/test/multicast_validation (52192120 bytes) |
| 890 | 2026-05-29T17:11:48.416Z | uploaded: /work/test/multicast_validation |
| 891 | 2026-05-29T17:11:48.416Z | uploading: /work/test/multicast_source_filter (52498728 bytes) |
| 892 | 2026-05-29T17:11:49.719Z | uploaded: /work/test/multicast_source_filter |
| 893 | 2026-05-29T17:11:49.720Z | uploading: /work/xde.conf (79 bytes) |
| 894 | 2026-05-29T17:11:50.730Z | uploaded: /work/xde.conf |