|
|
|
| 1 | 2026-05-22T04:04:37.788Z | job assigned to worker 01KS6XMWEA8F00Q1FAYERT23Y9 [factory aws, i-087ead0c04c8cf896] (queued for 1 m 9 s) |
| |
| 2 | 2026-05-22T04:04:44.716Z | starting task 0: "setup" |
| 3 | 2026-05-22T04:04:44.720Z | ++ uname -s |
| 4 | 2026-05-22T04:04:44.723Z | + kern=SunOS |
| 5 | 2026-05-22T04:04:44.723Z | + build_user=build |
| 6 | 2026-05-22T04:04:44.723Z | + build_uid=12345 |
| 7 | 2026-05-22T04:04:44.723Z | + work_dir=/work |
| 8 | 2026-05-22T04:04:44.723Z | + input_dir=/input |
| 9 | 2026-05-22T04:04:44.723Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-22T04:04:44.723Z | + case "$kern" in |
| 11 | 2026-05-22T04:04:44.723Z | + groupadd -g 12345 build |
| 12 | 2026-05-22T04:04:44.723Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-22T04:04:46.730Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-22T04:04:46.805Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-22T04:04:46.809Z | + home_fs=zfs |
| 16 | 2026-05-22T04:04:46.809Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-22T04:04:46.809Z | + mkdir -p /home/build |
| 18 | 2026-05-22T04:04:46.809Z | + chown build:build /home/build /work |
| 19 | 2026-05-22T04:04:48.809Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-22T04:04:48.813Z | process exited: duration 4098 ms, exit code 0 |
| |
| 21 | 2026-05-22T04:04:48.820Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-22T04:04:48.824Z | * rust toolchain channel = "1.95.0" |
| 23 | 2026-05-22T04:04:48.824Z | + printf ' * rust toolchain channel = "%s"\n' 1.95.0 |
| 24 | 2026-05-22T04:04:48.824Z | * rust toolchain profile = "default" |
| 25 | 2026-05-22T04:04:48.824Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-22T04:04:48.824Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-22T04:04:48.824Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-22T04:04:48.827Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-22T04:04:48.827Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default |
| 30 | 2026-05-22T04:04:48.922Z | info: downloading installer |
| 31 | 2026-05-22T04:04:50.336Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-22T04:04:50.336Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-22T04:04:50.336Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-22T04:04:50.336Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-22T04:04:50.350Z | info: profile set to default |
| 36 | 2026-05-22T04:04:50.350Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-22T04:04:50.354Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 38 | 2026-05-22T04:04:50.481Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 39 | 2026-05-22T04:04:50.485Z | info: downloading 6 components |
| 40 | 2026-05-22T04:05:05.173Z | |
| 41 | 2026-05-22T04:05:05.173Z | info: default toolchain set to 1.95.0-x86_64-unknown-illumos |
| 42 | 2026-05-22T04:05:05.201Z | 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 43 | 2026-05-22T04:05:05.201Z | |
| 44 | 2026-05-22T04:05:05.201Z | |
| 45 | 2026-05-22T04:05:05.202Z | Rust is installed now. Great! |
| 46 | 2026-05-22T04:05:05.202Z | |
| 47 | 2026-05-22T04:05:05.202Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-22T04:05:05.202Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-22T04:05:05.202Z | |
| 50 | 2026-05-22T04:05:05.202Z | To configure your current shell, you need to source |
| 51 | 2026-05-22T04:05:05.202Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-22T04:05:05.205Z | |
| 53 | 2026-05-22T04:05:05.205Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-22T04:05:05.205Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-22T04:05:05.205Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-22T04:05:05.205Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-22T04:05:05.205Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-22T04:05:05.205Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-22T04:05:05.205Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-22T04:05:05.205Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-22T04:05:05.205Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-22T04:05:05.303Z | + rustup --version |
| 63 | 2026-05-22T04:05:05.313Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-22T04:05:05.316Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-22T04:05:05.334Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 66 | 2026-05-22T04:05:05.337Z | + cargo --version |
| 67 | 2026-05-22T04:05:05.351Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 68 | 2026-05-22T04:05:05.355Z | + rustc --version |
| 69 | 2026-05-22T04:05:05.374Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 70 | 2026-05-22T04:05:05.377Z | process exited: duration 16556 ms, exit code 0 |
| |
| 71 | 2026-05-22T04:05:05.383Z | starting task 2: "authentication" |
| 72 | 2026-05-22T04:05:05.401Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-22T04:05:05.418Z | starting task 3: "clone repository" |
| 74 | 2026-05-22T04:05:05.421Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-05-22T04:05:05.424Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-05-22T04:05:05.472Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-05-22T04:05:06.336Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-05-22T04:05:06.336Z | + git fetch origin 99d81a9249a2776174bc63722d6f03685134a05a |
| 79 | 2026-05-22T04:05:06.586Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-05-22T04:05:06.586Z | * branch 99d81a9249a2776174bc63722d6f03685134a05a -> FETCH_HEAD |
| 81 | 2026-05-22T04:05:06.591Z | + [[ -n renovate/serde_json-1.x-lockfile ]] |
| 82 | 2026-05-22T04:05:06.594Z | ++ git branch --show-current |
| 83 | 2026-05-22T04:05:06.594Z | + current=master |
| 84 | 2026-05-22T04:05:06.594Z | + [[ master != renovate/serde_json-1.x-lockfile ]] |
| 85 | 2026-05-22T04:05:06.594Z | + git branch -f renovate/serde_json-1.x-lockfile 99d81a9249a2776174bc63722d6f03685134a05a |
| 86 | 2026-05-22T04:05:06.597Z | + git checkout -f renovate/serde_json-1.x-lockfile |
| 87 | 2026-05-22T04:05:06.613Z | Switched to branch 'renovate/serde_json-1.x-lockfile' |
| 88 | 2026-05-22T04:05:06.616Z | + git reset --hard 99d81a9249a2776174bc63722d6f03685134a05a |
| 89 | 2026-05-22T04:05:06.630Z | HEAD is now at 99d81a9 Update Rust crate serde_json to v1.0.150 |
| 90 | 2026-05-22T04:05:06.633Z | process exited: duration 1213 ms, exit code 0 |
| |
| 91 | 2026-05-22T04:05:06.639Z | starting task 4: "build" |
| 92 | 2026-05-22T04:05:06.643Z | + source .github/buildomat/common.sh |
| 93 | 2026-05-22T04:05:06.646Z | ++ rustup show active-toolchain |
| 94 | 2026-05-22T04:05:06.649Z | 1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-05-22T04:05:06.649Z | ++ pushd xde |
| 96 | 2026-05-22T04:05:06.649Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-05-22T04:05:06.649Z | ++ rustup show active-toolchain |
| 98 | 2026-05-22T04:05:06.654Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-05-22T04:05:06.808Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-05-22T04:05:06.813Z | info: downloading 6 components |
| 101 | 2026-05-22T04:05:22.374Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-05-22T04:05:22.398Z | +++ rustup show active-toolchain -v |
| 103 | 2026-05-22T04:05:22.398Z | +++ head -n 1 |
| 104 | 2026-05-22T04:05:22.398Z | +++ cut '-d ' -f1 |
| 105 | 2026-05-22T04:05:22.398Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-05-22T04:05:22.398Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-05-22T04:05:22.398Z | ++ popd |
| 108 | 2026-05-22T04:05:22.398Z | /work/oxidecomputer/opte |
| 109 | 2026-05-22T04:05:22.398Z | + TGT_BASE=/work |
| 110 | 2026-05-22T04:05:22.398Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 111 | 2026-05-22T04:05:22.398Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 112 | 2026-05-22T04:05:22.398Z | + DBG_TGT=/work/debug |
| 113 | 2026-05-22T04:05:22.398Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 114 | 2026-05-22T04:05:22.398Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 115 | 2026-05-22T04:05:22.398Z | + REL_TGT=/work/release |
| 116 | 2026-05-22T04:05:22.398Z | + mkdir -p /work/debug /work/release |
| 117 | 2026-05-22T04:05:22.398Z | + cargo --version |
| 118 | 2026-05-22T04:05:22.398Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 119 | 2026-05-22T04:05:22.398Z | + rustc --version |
| 120 | 2026-05-22T04:05:22.398Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 121 | 2026-05-22T04:05:22.398Z | + install_pkg jq |
| 122 | 2026-05-22T04:05:22.398Z | + set +o errexit |
| 123 | 2026-05-22T04:05:22.398Z | + pfexec pkg install jq |
| 124 | 2026-05-22T04:05:23.427Z | Startup: Refreshing catalog 'helios' ... Done |
| 125 | 2026-05-22T04:05:23.799Z | Startup: Caching catalogs ... Done |
| 126 | 2026-05-22T04:05:24.012Z | Planning: Solver setup ... Done |
| 127 | 2026-05-22T04:05:24.029Z | Planning: Running solver ... Done |
| 128 | 2026-05-22T04:05:24.036Z | Planning: Consolidating action changes ... Done |
| 129 | 2026-05-22T04:05:24.036Z | Planning: Evaluating mediators ... Done |
| 130 | 2026-05-22T04:05:24.036Z | Planning: Planning completed in 0.23 seconds |
| 131 | 2026-05-22T04:05:24.053Z | No updates necessary for this image. |
| 132 | 2026-05-22T04:05:24.119Z | + exit_code=4 |
| 133 | 2026-05-22T04:05:24.119Z | + [[ 4 -ne 0 ]] |
| 134 | 2026-05-22T04:05:24.119Z | + [[ 4 -ne 4 ]] |
| 135 | 2026-05-22T04:05:24.119Z | + set -o errexit |
| 136 | 2026-05-22T04:05:24.124Z | + pushd xde |
| 137 | 2026-05-22T04:05:24.124Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 138 | 2026-05-22T04:05:24.124Z | + cp xde.conf /work/xde.conf |
| 139 | 2026-05-22T04:05:24.124Z | + header 'check style' |
| 140 | 2026-05-22T04:05:24.124Z | + echo '# ==== check style ==== #' |
| 141 | 2026-05-22T04:05:24.124Z | # ==== check style ==== # |
| 142 | 2026-05-22T04:05:24.124Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 143 | 2026-05-22T04:05:24.334Z | |
| 144 | 2026-05-22T04:05:24.334Z | real 0.212283875 |
| 145 | 2026-05-22T04:05:24.334Z | user 0.153350203 |
| 146 | 2026-05-22T04:05:24.334Z | sys 0.049567513 |
| 147 | 2026-05-22T04:05:24.334Z | trap 0.000009020 |
| 148 | 2026-05-22T04:05:24.335Z | tflt 0.000029150 |
| 149 | 2026-05-22T04:05:24.335Z | dflt 0.000034280 |
| 150 | 2026-05-22T04:05:24.335Z | kflt 0.000000000 |
| 151 | 2026-05-22T04:05:24.335Z | lock 0.034729412 |
| 152 | 2026-05-22T04:05:24.335Z | slp 0.186468972 |
| 153 | 2026-05-22T04:05:24.335Z | lat 0.000883640 |
| 154 | 2026-05-22T04:05:24.335Z | stop 0.000101270 |
| 155 | 2026-05-22T04:05:24.340Z | + header analyze |
| 156 | 2026-05-22T04:05:24.340Z | + echo '# ==== analyze ==== #' |
| 157 | 2026-05-22T04:05:24.340Z | # ==== analyze ==== # |
| 158 | 2026-05-22T04:05:24.340Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 159 | 2026-05-22T04:05:24.515Z | Updating crates.io index |
| 160 | 2026-05-22T04:05:24.574Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 161 | 2026-05-22T04:05:26.641Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 162 | 2026-05-22T04:05:26.673Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 163 | 2026-05-22T04:05:26.709Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 164 | 2026-05-22T04:05:26.968Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 165 | 2026-05-22T04:05:27.433Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 166 | 2026-05-22T04:05:27.713Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 167 | 2026-05-22T04:05:29.677Z | Downloading crates ... |
| 168 | 2026-05-22T04:05:29.724Z | Downloaded ingot-macros v0.1.1 |
| 169 | 2026-05-22T04:05:29.761Z | Downloaded regex v1.12.3 |
| 170 | 2026-05-22T04:05:29.779Z | Downloaded ref-cast-impl v1.0.25 |
| 171 | 2026-05-22T04:05:29.779Z | Downloaded cobs v0.3.0 |
| 172 | 2026-05-22T04:05:29.780Z | Downloaded crc32fast v1.5.0 |
| 173 | 2026-05-22T04:05:29.780Z | Downloaded strsim v0.11.1 |
| 174 | 2026-05-22T04:05:29.780Z | Downloaded thiserror-impl v2.0.18 |
| 175 | 2026-05-22T04:05:29.780Z | Downloaded version_check v0.9.5 |
| 176 | 2026-05-22T04:05:29.780Z | Downloaded byteorder v1.5.0 |
| 177 | 2026-05-22T04:05:29.780Z | Downloaded defmt v1.0.1 |
| 178 | 2026-05-22T04:05:29.781Z | Downloaded defmt v0.3.100 |
| 179 | 2026-05-22T04:05:29.781Z | Downloaded embedded-io v0.4.0 |
| 180 | 2026-05-22T04:05:29.781Z | Downloaded ident_case v1.0.1 |
| 181 | 2026-05-22T04:05:29.781Z | Downloaded hash32 v0.3.1 |
| 182 | 2026-05-22T04:05:29.781Z | Downloaded cfg-if v1.0.4 |
| 183 | 2026-05-22T04:05:29.781Z | Downloaded defmt-parser v1.0.0 |
| 184 | 2026-05-22T04:05:29.781Z | Downloaded darling_macro v0.23.0 |
| 185 | 2026-05-22T04:05:29.781Z | Downloaded managed v0.8.0 |
| 186 | 2026-05-22T04:05:29.781Z | Downloaded macaddr v1.0.1 |
| 187 | 2026-05-22T04:05:29.781Z | Downloaded darling_macro v0.21.3 |
| 188 | 2026-05-22T04:05:29.821Z | Downloaded darling v0.21.3 |
| 189 | 2026-05-22T04:05:29.821Z | Downloaded bitflags v1.3.2 |
| 190 | 2026-05-22T04:05:29.821Z | Downloaded ref-cast v1.0.25 |
| 191 | 2026-05-22T04:05:29.821Z | Downloaded ingot v0.1.1 |
| 192 | 2026-05-22T04:05:29.821Z | Downloaded either v1.15.0 |
| 193 | 2026-05-22T04:05:29.821Z | Downloaded fnv v1.0.7 |
| 194 | 2026-05-22T04:05:29.872Z | Downloaded proc-macro-error2 v2.0.1 |
| 195 | 2026-05-22T04:05:29.872Z | Downloaded dyn-clone v1.0.20 |
| 196 | 2026-05-22T04:05:29.872Z | Downloaded serde_derive v1.0.228 |
| 197 | 2026-05-22T04:05:29.872Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 198 | 2026-05-22T04:05:29.872Z | Downloaded stable_deref_trait v1.2.1 |
| 199 | 2026-05-22T04:05:29.872Z | Downloaded serde_core v1.0.228 |
| 200 | 2026-05-22T04:05:29.872Z | Downloaded darling v0.23.0 |
| 201 | 2026-05-22T04:05:29.878Z | Downloaded thiserror v2.0.18 |
| 202 | 2026-05-22T04:05:29.878Z | Downloaded postcard v1.1.3 |
| 203 | 2026-05-22T04:05:29.878Z | Downloaded embedded-io v0.6.1 |
| 204 | 2026-05-22T04:05:29.878Z | Downloaded bitflags v2.11.1 |
| 205 | 2026-05-22T04:05:29.878Z | Downloaded defmt-macros v1.0.1 |
| 206 | 2026-05-22T04:05:29.878Z | Downloaded ingot-types v0.1.2 |
| 207 | 2026-05-22T04:05:29.878Z | Downloaded proc-macro2 v1.0.106 |
| 208 | 2026-05-22T04:05:29.878Z | Downloaded uuid v1.23.1 |
| 209 | 2026-05-22T04:05:29.878Z | Downloaded quote v1.0.45 |
| 210 | 2026-05-22T04:05:29.884Z | Downloaded unicode-ident v1.0.24 |
| 211 | 2026-05-22T04:05:29.884Z | Downloaded heapless v0.8.0 |
| 212 | 2026-05-22T04:05:29.888Z | Downloaded darling_core v0.23.0 |
| 213 | 2026-05-22T04:05:29.897Z | Downloaded serde v1.0.228 |
| 214 | 2026-05-22T04:05:29.900Z | Downloaded darling_core v0.21.3 |
| 215 | 2026-05-22T04:05:29.906Z | Downloaded zerocopy-derive v0.8.48 |
| 216 | 2026-05-22T04:05:29.910Z | Downloaded aho-corasick v1.1.4 |
| 217 | 2026-05-22T04:05:29.961Z | Downloaded memchr v2.8.0 |
| 218 | 2026-05-22T04:05:29.961Z | Downloaded itertools v0.14.0 |
| 219 | 2026-05-22T04:05:29.961Z | Downloaded smoltcp v0.11.0 |
| 220 | 2026-05-22T04:05:29.966Z | Downloaded zerocopy v0.8.48 |
| 221 | 2026-05-22T04:05:30.063Z | Downloaded syn v2.0.117 |
| 222 | 2026-05-22T04:05:30.063Z | Downloaded regex-syntax v0.8.10 |
| 223 | 2026-05-22T04:05:30.076Z | Downloaded regex-automata v0.4.14 |
| 224 | 2026-05-22T04:05:30.076Z | Updating crates.io index |
| 225 | 2026-05-22T04:05:30.259Z | Downloading crates ... |
| 226 | 2026-05-22T04:05:30.265Z | Downloaded memchr v2.7.6 |
| 227 | 2026-05-22T04:05:30.265Z | Downloaded adler2 v2.0.1 |
| 228 | 2026-05-22T04:05:30.269Z | Downloaded rustc-demangle v0.1.27 |
| 229 | 2026-05-22T04:05:30.269Z | Downloaded getopts v0.2.24 |
| 230 | 2026-05-22T04:05:30.269Z | Downloaded addr2line v0.25.1 |
| 231 | 2026-05-22T04:05:30.293Z | Downloaded hashbrown v0.16.1 |
| 232 | 2026-05-22T04:05:30.293Z | Downloaded rustc-literal-escaper v0.0.7 |
| 233 | 2026-05-22T04:05:30.308Z | Downloaded foldhash v0.2.0 |
| 234 | 2026-05-22T04:05:30.401Z | Downloaded object v0.37.3 |
| 235 | 2026-05-22T04:05:30.409Z | Downloaded libc v0.2.183 |
| 236 | 2026-05-22T04:05:30.409Z | Downloaded miniz_oxide v0.8.9 |
| 237 | 2026-05-22T04:05:30.409Z | Downloaded gimli v0.32.3 |
| 238 | 2026-05-22T04:05:30.482Z | 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-22T04:05:30.482Z | 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-22T04:05:30.482Z | Compiling proc-macro2 v1.0.106 |
| 241 | 2026-05-22T04:05:30.482Z | Compiling quote v1.0.45 |
| 242 | 2026-05-22T04:05:30.486Z | Compiling unicode-ident v1.0.24 |
| 243 | 2026-05-22T04:05:30.486Z | Compiling strsim v0.11.1 |
| 244 | 2026-05-22T04:05:30.486Z | Compiling ident_case v1.0.1 |
| 245 | 2026-05-22T04:05:30.511Z | Compiling serde_core v1.0.228 |
| 246 | 2026-05-22T04:05:30.609Z | Compiling fnv v1.0.7 |
| 247 | 2026-05-22T04:05:30.714Z | Compiling memchr v2.8.0 |
| 248 | 2026-05-22T04:05:30.718Z | Compiling regex-syntax v0.8.10 |
| 249 | 2026-05-22T04:05:30.878Z | Compiling serde v1.0.228 |
| 250 | 2026-05-22T04:05:30.917Z | Compiling either v1.15.0 |
| 251 | 2026-05-22T04:05:30.963Z | Compiling thiserror v2.0.18 |
| 252 | 2026-05-22T04:05:31.016Z | Compiling aho-corasick v1.1.4 |
| 253 | 2026-05-22T04:05:31.113Z | Compiling zerocopy v0.8.48 |
| 254 | 2026-05-22T04:05:31.298Z | Compiling itertools v0.14.0 |
| 255 | 2026-05-22T04:05:31.306Z | Compiling heapless v0.8.0 |
| 256 | 2026-05-22T04:05:33.211Z | Compiling syn v2.0.117 |
| 257 | 2026-05-22T04:05:33.243Z | Compiling smoltcp v0.11.0 |
| 258 | 2026-05-22T04:05:33.243Z | Compiling crc32fast v1.5.0 |
| 259 | 2026-05-22T04:05:33.243Z | Compiling ref-cast v1.0.25 |
| 260 | 2026-05-22T04:05:33.243Z | Compiling regex-automata v0.4.14 |
| 261 | 2026-05-22T04:05:33.243Z | Compiling version_check v0.9.5 |
| 262 | 2026-05-22T04:05:33.243Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 263 | 2026-05-22T04:05:33.754Z | Compiling regex v1.12.3 |
| 264 | 2026-05-22T04:05:33.970Z | Compiling darling_core v0.21.3 |
| 265 | 2026-05-22T04:05:34.012Z | Compiling darling_core v0.23.0 |
| 266 | 2026-05-22T04:05:34.936Z | Compiling thiserror-impl v2.0.18 |
| 267 | 2026-05-22T04:05:34.936Z | Compiling zerocopy-derive v0.8.48 |
| 268 | 2026-05-22T04:05:34.936Z | Compiling serde_derive v1.0.228 |
| 269 | 2026-05-22T04:05:34.945Z | Compiling ref-cast-impl v1.0.25 |
| 270 | 2026-05-22T04:05:34.950Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 271 | 2026-05-22T04:05:36.480Z | Compiling darling_macro v0.23.0 |
| 272 | 2026-05-22T04:05:36.531Z | Compiling darling_macro v0.21.3 |
| 273 | 2026-05-22T04:05:37.395Z | Compiling darling v0.23.0 |
| 274 | 2026-05-22T04:05:37.416Z | Compiling darling v0.21.3 |
| 275 | 2026-05-22T04:05:37.458Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 276 | 2026-05-22T04:05:37.487Z | Compiling ingot-macros v0.1.1 |
| 277 | 2026-05-22T04:05:41.860Z | 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-22T04:05:43.953Z | Checking byteorder v1.5.0 |
| 279 | 2026-05-22T04:05:43.953Z | Checking macaddr v1.0.1 |
| 280 | 2026-05-22T04:05:43.953Z | Checking stable_deref_trait v1.2.1 |
| 281 | 2026-05-22T04:05:43.956Z | Checking cfg-if v1.0.4 |
| 282 | 2026-05-22T04:05:43.956Z | Checking bitflags v1.3.2 |
| 283 | 2026-05-22T04:05:44.008Z | Checking managed v0.8.0 |
| 284 | 2026-05-22T04:05:44.035Z | Checking cobs v0.3.0 |
| 285 | 2026-05-22T04:05:44.087Z | Checking dyn-clone v1.0.20 |
| 286 | 2026-05-22T04:05:44.100Z | Checking hash32 v0.3.1 |
| 287 | 2026-05-22T04:05:44.154Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 288 | 2026-05-22T04:05:45.301Z | Checking bitflags v2.11.1 |
| 289 | 2026-05-22T04:05:45.301Z | Checking uuid v1.23.1 |
| 290 | 2026-05-22T04:05:45.436Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 291 | 2026-05-22T04:05:45.654Z | Checking postcard v1.1.3 |
| 292 | 2026-05-22T04:05:46.601Z | Checking ingot-types v0.1.2 |
| 293 | 2026-05-22T04:05:46.793Z | Checking ingot v0.1.1 |
| 294 | 2026-05-22T04:05:48.041Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 295 | 2026-05-22T04:05:52.204Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 296 | 2026-05-22T04:05:53.776Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 297 | 2026-05-22T04:05:56.084Z | Finished `dev` profile [optimized + debuginfo] target(s) in 31.68s |
| 298 | 2026-05-22T04:05:56.198Z | |
| 299 | 2026-05-22T04:05:56.198Z | real 31.855613135 |
| 300 | 2026-05-22T04:05:56.198Z | user 1:14.510016592 |
| 301 | 2026-05-22T04:05:56.198Z | sys 10.105231684 |
| 302 | 2026-05-22T04:05:56.198Z | trap 0.029187492 |
| 303 | 2026-05-22T04:05:56.198Z | tflt 0.033787860 |
| 304 | 2026-05-22T04:05:56.202Z | dflt 0.265565005 |
| 305 | 2026-05-22T04:05:56.202Z | kflt 0.002550922 |
| 306 | 2026-05-22T04:05:56.202Z | lock 4:05.460484651 |
| 307 | 2026-05-22T04:05:56.202Z | slp 3:27.613058900 |
| 308 | 2026-05-22T04:05:56.202Z | lat 2.693552226 |
| 309 | 2026-05-22T04:05:56.202Z | stop 6.536016892 |
| 310 | 2026-05-22T04:05:56.202Z | + pushd xde-link |
| 311 | 2026-05-22T04:05:56.202Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 312 | 2026-05-22T04:05:56.202Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 313 | 2026-05-22T04:05:56.380Z | 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-22T04:05:56.380Z | 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-22T04:05:56.380Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 316 | 2026-05-22T04:06:06.649Z | 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-22T04:06:08.802Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.54s |
| 318 | 2026-05-22T04:06:08.821Z | |
| 319 | 2026-05-22T04:06:08.825Z | real 12.618270361 |
| 320 | 2026-05-22T04:06:08.825Z | user 20.206270704 |
| 321 | 2026-05-22T04:06:08.825Z | sys 1.187725750 |
| 322 | 2026-05-22T04:06:08.825Z | trap 0.003647731 |
| 323 | 2026-05-22T04:06:08.825Z | tflt 0.001054360 |
| 324 | 2026-05-22T04:06:08.826Z | dflt 0.034203128 |
| 325 | 2026-05-22T04:06:08.826Z | kflt 0.000001900 |
| 326 | 2026-05-22T04:06:08.826Z | lock 1:08.245822720 |
| 327 | 2026-05-22T04:06:08.826Z | slp 42.200346929 |
| 328 | 2026-05-22T04:06:08.826Z | lat 0.344732618 |
| 329 | 2026-05-22T04:06:08.826Z | stop 0.132738649 |
| 330 | 2026-05-22T04:06:08.826Z | + popd |
| 331 | 2026-05-22T04:06:08.826Z | + popd |
| 332 | 2026-05-22T04:06:08.826Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 333 | 2026-05-22T04:06:08.826Z | /work/oxidecomputer/opte |
| 334 | 2026-05-22T04:06:08.826Z | + header 'build xde (debug)' |
| 335 | 2026-05-22T04:06:08.826Z | + echo '# ==== build xde (debug) ==== #' |
| 336 | 2026-05-22T04:06:08.826Z | # ==== build xde (debug) ==== # |
| 337 | 2026-05-22T04:06:08.826Z | + ptime -m cargo xtask build --profile debug xde xde-link |
| 338 | 2026-05-22T04:06:08.970Z | Downloading crates ... |
| 339 | 2026-05-22T04:06:09.029Z | Downloaded anstream v1.0.0 |
| 340 | 2026-05-22T04:06:09.032Z | Downloaded clap_lex v1.1.0 |
| 341 | 2026-05-22T04:06:09.036Z | Downloaded equivalent v1.0.2 |
| 342 | 2026-05-22T04:06:09.040Z | Downloaded serde_spanned v1.1.1 |
| 343 | 2026-05-22T04:06:09.043Z | Downloaded clap v4.6.1 |
| 344 | 2026-05-22T04:06:09.049Z | Downloaded camino v1.2.2 |
| 345 | 2026-05-22T04:06:09.052Z | Downloaded anstyle-parse v1.0.0 |
| 346 | 2026-05-22T04:06:09.052Z | Downloaded semver v1.0.28 |
| 347 | 2026-05-22T04:06:09.057Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 348 | 2026-05-22T04:06:09.060Z | Downloaded errno v0.3.14 |
| 349 | 2026-05-22T04:06:09.065Z | Downloaded heck v0.5.0 |
| 350 | 2026-05-22T04:06:09.069Z | Downloaded anstyle-query v1.1.5 |
| 351 | 2026-05-22T04:06:09.069Z | Downloaded cargo-platform v0.3.3 |
| 352 | 2026-05-22T04:06:09.073Z | Downloaded colorchoice v1.0.5 |
| 353 | 2026-05-22T04:06:09.077Z | Downloaded cargo_metadata v0.23.1 |
| 354 | 2026-05-22T04:06:09.080Z | Downloaded zmij v1.0.21 |
| 355 | 2026-05-22T04:06:09.085Z | Downloaded anstyle v1.0.14 |
| 356 | 2026-05-22T04:06:09.085Z | Downloaded terminal_size v0.4.4 |
| 357 | 2026-05-22T04:06:09.085Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 358 | 2026-05-22T04:06:09.086Z | Downloaded utf8parse v0.2.2 |
| 359 | 2026-05-22T04:06:09.089Z | Downloaded itoa v1.0.18 |
| 360 | 2026-05-22T04:06:09.089Z | Downloaded is_terminal_polyfill v1.70.2 |
| 361 | 2026-05-22T04:06:09.093Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 362 | 2026-05-22T04:06:09.097Z | Downloaded clap_derive v4.6.1 |
| 363 | 2026-05-22T04:06:09.102Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 364 | 2026-05-22T04:06:09.106Z | Downloaded anyhow v1.0.102 |
| 365 | 2026-05-22T04:06:09.141Z | Downloaded indexmap v2.14.0 |
| 366 | 2026-05-22T04:06:09.160Z | Downloaded hashbrown v0.17.0 |
| 367 | 2026-05-22T04:06:09.164Z | Downloaded serde_json v1.0.150 |
| 368 | 2026-05-22T04:06:09.167Z | Downloaded clap_builder v4.6.0 |
| 369 | 2026-05-22T04:06:09.171Z | Downloaded winnow v1.0.2 |
| 370 | 2026-05-22T04:06:09.204Z | Downloaded rustix v1.1.4 |
| 371 | 2026-05-22T04:06:09.237Z | Downloaded libc v0.2.186 |
| 372 | 2026-05-22T04:06:09.287Z | Compiling serde_core v1.0.228 |
| 373 | 2026-05-22T04:06:09.287Z | Compiling proc-macro2 v1.0.106 |
| 374 | 2026-05-22T04:06:09.287Z | Compiling unicode-ident v1.0.24 |
| 375 | 2026-05-22T04:06:09.287Z | Compiling quote v1.0.45 |
| 376 | 2026-05-22T04:06:09.290Z | Compiling libc v0.2.186 |
| 377 | 2026-05-22T04:06:09.290Z | Compiling rustix v1.1.4 |
| 378 | 2026-05-22T04:06:09.290Z | Compiling utf8parse v0.2.2 |
| 379 | 2026-05-22T04:06:09.290Z | Compiling bitflags v2.11.1 |
| 380 | 2026-05-22T04:06:09.437Z | Compiling zmij v1.0.21 |
| 381 | 2026-05-22T04:06:09.452Z | Compiling anstyle-parse v1.0.0 |
| 382 | 2026-05-22T04:06:09.670Z | Compiling serde_json v1.0.150 |
| 383 | 2026-05-22T04:06:09.678Z | Compiling thiserror v2.0.18 |
| 384 | 2026-05-22T04:06:09.767Z | Compiling anstyle v1.0.14 |
| 385 | 2026-05-22T04:06:09.778Z | Compiling colorchoice v1.0.5 |
| 386 | 2026-05-22T04:06:09.853Z | Compiling serde v1.0.228 |
| 387 | 2026-05-22T04:06:09.885Z | Compiling anstyle-query v1.1.5 |
| 388 | 2026-05-22T04:06:09.899Z | Compiling is_terminal_polyfill v1.70.2 |
| 389 | 2026-05-22T04:06:09.981Z | Compiling camino v1.2.2 |
| 390 | 2026-05-22T04:06:09.981Z | Compiling anstream v1.0.0 |
| 391 | 2026-05-22T04:06:10.014Z | Compiling errno v0.3.14 |
| 392 | 2026-05-22T04:06:10.200Z | Compiling clap_lex v1.1.0 |
| 393 | 2026-05-22T04:06:10.206Z | Compiling itoa v1.0.18 |
| 394 | 2026-05-22T04:06:10.468Z | Compiling syn v2.0.117 |
| 395 | 2026-05-22T04:06:10.483Z | Compiling heck v0.5.0 |
| 396 | 2026-05-22T04:06:10.487Z | Compiling strsim v0.11.1 |
| 397 | 2026-05-22T04:06:10.491Z | Compiling winnow v1.0.2 |
| 398 | 2026-05-22T04:06:10.543Z | Compiling memchr v2.8.0 |
| 399 | 2026-05-22T04:06:10.583Z | Compiling anyhow v1.0.102 |
| 400 | 2026-05-22T04:06:10.671Z | Compiling terminal_size v0.4.4 |
| 401 | 2026-05-22T04:06:10.824Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 402 | 2026-05-22T04:06:10.892Z | Compiling clap_builder v4.6.0 |
| 403 | 2026-05-22T04:06:11.102Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 404 | 2026-05-22T04:06:11.410Z | Compiling cargo-platform v0.3.3 |
| 405 | 2026-05-22T04:06:11.569Z | Compiling semver v1.0.28 |
| 406 | 2026-05-22T04:06:11.619Z | Compiling serde_spanned v1.1.1 |
| 407 | 2026-05-22T04:06:11.997Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 408 | 2026-05-22T04:06:12.315Z | Compiling toml v1.1.2+spec-1.1.0 |
| 409 | 2026-05-22T04:06:12.644Z | Compiling thiserror-impl v2.0.18 |
| 410 | 2026-05-22T04:06:12.644Z | Compiling serde_derive v1.0.228 |
| 411 | 2026-05-22T04:06:12.644Z | Compiling clap_derive v4.6.1 |
| 412 | 2026-05-22T04:06:14.321Z | Compiling clap v4.6.1 |
| 413 | 2026-05-22T04:06:15.896Z | Compiling cargo_metadata v0.23.1 |
| 414 | 2026-05-22T04:06:18.385Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 415 | 2026-05-22T04:06:19.979Z | Finished `dev` profile [optimized + debuginfo] target(s) in 11.14s |
| 416 | 2026-05-22T04:06:19.993Z | Running `target/debug/xtask build --profile debug xde xde-link` |
| 417 | 2026-05-22T04:06:21.499Z | Building xde (dev). |
| 418 | 2026-05-22T04:06:21.729Z | Compiling serde_core v1.0.228 |
| 419 | 2026-05-22T04:06:21.729Z | Compiling byteorder v1.5.0 |
| 420 | 2026-05-22T04:06:21.729Z | Compiling macaddr v1.0.1 |
| 421 | 2026-05-22T04:06:21.729Z | Compiling stable_deref_trait v1.2.1 |
| 422 | 2026-05-22T04:06:21.729Z | Compiling cfg-if v1.0.4 |
| 423 | 2026-05-22T04:06:21.733Z | Compiling thiserror v2.0.18 |
| 424 | 2026-05-22T04:06:21.754Z | Compiling zerocopy v0.8.48 |
| 425 | 2026-05-22T04:06:21.761Z | Compiling bitflags v1.3.2 |
| 426 | 2026-05-22T04:06:21.807Z | Compiling cobs v0.3.0 |
| 427 | 2026-05-22T04:06:21.807Z | Compiling managed v0.8.0 |
| 428 | 2026-05-22T04:06:21.814Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 429 | 2026-05-22T04:06:21.842Z | Compiling either v1.15.0 |
| 430 | 2026-05-22T04:06:21.918Z | Compiling hash32 v0.3.1 |
| 431 | 2026-05-22T04:06:21.999Z | Compiling itertools v0.14.0 |
| 432 | 2026-05-22T04:06:22.009Z | Compiling heapless v0.8.0 |
| 433 | 2026-05-22T04:06:22.023Z | Compiling ref-cast v1.0.25 |
| 434 | 2026-05-22T04:06:22.068Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 435 | 2026-05-22T04:06:22.077Z | Compiling crc32fast v1.5.0 |
| 436 | 2026-05-22T04:06:22.081Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 437 | 2026-05-22T04:06:22.108Z | Compiling dyn-clone v1.0.20 |
| 438 | 2026-05-22T04:06:22.257Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 439 | 2026-05-22T04:06:22.376Z | Compiling smoltcp v0.11.0 |
| 440 | 2026-05-22T04:06:23.281Z | Compiling serde v1.0.228 |
| 441 | 2026-05-22T04:06:23.281Z | Compiling bitflags v2.11.1 |
| 442 | 2026-05-22T04:06:23.281Z | Compiling uuid v1.23.1 |
| 443 | 2026-05-22T04:06:23.476Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 444 | 2026-05-22T04:06:23.765Z | Compiling postcard v1.1.3 |
| 445 | 2026-05-22T04:06:24.587Z | Compiling ingot-types v0.1.2 |
| 446 | 2026-05-22T04:06:24.867Z | Compiling ingot v0.1.1 |
| 447 | 2026-05-22T04:06:26.267Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 448 | 2026-05-22T04:06:30.470Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 449 | 2026-05-22T04:06:40.811Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 450 | 2026-05-22T04:06:48.983Z | Finished `dev` profile [optimized + debuginfo] target(s) in 27.45s |
| 451 | 2026-05-22T04:06:49.010Z | Linking xde kmod... |
| 452 | 2026-05-22T04:06:50.123Z | Building xde dev link helper (dev). |
| 453 | 2026-05-22T04:06:50.258Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 454 | 2026-05-22T04:06:50.613Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.48s |
| 455 | 2026-05-22T04:06:50.639Z | |
| 456 | 2026-05-22T04:06:50.639Z | real 41.813526271 |
| 457 | 2026-05-22T04:06:50.639Z | user 2:14.565311512 |
| 458 | 2026-05-22T04:06:50.648Z | sys 11.079823983 |
| 459 | 2026-05-22T04:06:50.648Z | trap 0.061209257 |
| 460 | 2026-05-22T04:06:50.649Z | tflt 0.331324498 |
| 461 | 2026-05-22T04:06:50.649Z | dflt 0.358886757 |
| 462 | 2026-05-22T04:06:50.649Z | kflt 0.000004810 |
| 463 | 2026-05-22T04:06:50.649Z | lock 6:31.714788535 |
| 464 | 2026-05-22T04:06:50.649Z | slp 3:56.058897281 |
| 465 | 2026-05-22T04:06:50.649Z | lat 5.670437275 |
| 466 | 2026-05-22T04:06:50.649Z | stop 4.472362885 |
| 467 | 2026-05-22T04:06:50.649Z | + header 'build xde (release)' |
| 468 | 2026-05-22T04:06:50.649Z | + echo '# ==== build xde (release) ==== #' |
| 469 | 2026-05-22T04:06:50.649Z | # ==== build xde (release) ==== # |
| 470 | 2026-05-22T04:06:50.649Z | + ptime -m cargo xtask build --profile release xde xde-link |
| 471 | 2026-05-22T04:06:52.049Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s |
| 472 | 2026-05-22T04:06:52.067Z | Running `target/debug/xtask build --profile release xde xde-link` |
| 473 | 2026-05-22T04:06:52.067Z | Building xde (release-lto). |
| 474 | 2026-05-22T04:06:52.067Z | 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-22T04:06:52.068Z | 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-22T04:06:52.068Z | Compiling proc-macro2 v1.0.106 |
| 477 | 2026-05-22T04:06:52.068Z | Compiling quote v1.0.45 |
| 478 | 2026-05-22T04:06:52.068Z | Compiling unicode-ident v1.0.24 |
| 479 | 2026-05-22T04:06:52.068Z | Compiling strsim v0.11.1 |
| 480 | 2026-05-22T04:06:52.068Z | Compiling ident_case v1.0.1 |
| 481 | 2026-05-22T04:06:52.068Z | Compiling serde_core v1.0.228 |
| 482 | 2026-05-22T04:06:52.068Z | Compiling fnv v1.0.7 |
| 483 | 2026-05-22T04:06:52.068Z | Compiling memchr v2.8.0 |
| 484 | 2026-05-22T04:06:52.068Z | Compiling regex-syntax v0.8.10 |
| 485 | 2026-05-22T04:06:52.068Z | Compiling zerocopy v0.8.48 |
| 486 | 2026-05-22T04:06:52.068Z | Compiling thiserror v2.0.18 |
| 487 | 2026-05-22T04:06:52.068Z | Compiling serde v1.0.228 |
| 488 | 2026-05-22T04:06:52.068Z | Compiling aho-corasick v1.1.4 |
| 489 | 2026-05-22T04:06:52.068Z | Compiling either v1.15.0 |
| 490 | 2026-05-22T04:06:52.068Z | Compiling heapless v0.8.0 |
| 491 | 2026-05-22T04:06:52.113Z | Compiling itertools v0.14.0 |
| 492 | 2026-05-22T04:06:52.212Z | Compiling smoltcp v0.11.0 |
| 493 | 2026-05-22T04:06:52.312Z | Compiling syn v2.0.117 |
| 494 | 2026-05-22T04:06:52.368Z | Compiling crc32fast v1.5.0 |
| 495 | 2026-05-22T04:06:52.440Z | Compiling ref-cast v1.0.25 |
| 496 | 2026-05-22T04:06:52.585Z | Compiling version_check v0.9.5 |
| 497 | 2026-05-22T04:06:52.808Z | Compiling regex-automata v0.4.14 |
| 498 | 2026-05-22T04:06:52.940Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 499 | 2026-05-22T04:06:54.349Z | Compiling regex v1.12.3 |
| 500 | 2026-05-22T04:06:54.644Z | Compiling darling_core v0.21.3 |
| 501 | 2026-05-22T04:06:54.677Z | Compiling darling_core v0.23.0 |
| 502 | 2026-05-22T04:06:55.433Z | Compiling zerocopy-derive v0.8.48 |
| 503 | 2026-05-22T04:06:55.433Z | Compiling thiserror-impl v2.0.18 |
| 504 | 2026-05-22T04:06:55.437Z | Compiling serde_derive v1.0.228 |
| 505 | 2026-05-22T04:06:55.437Z | Compiling ref-cast-impl v1.0.25 |
| 506 | 2026-05-22T04:06:55.437Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 507 | 2026-05-22T04:06:57.091Z | Compiling darling_macro v0.21.3 |
| 508 | 2026-05-22T04:06:57.091Z | Compiling darling_macro v0.23.0 |
| 509 | 2026-05-22T04:06:57.974Z | Compiling darling v0.23.0 |
| 510 | 2026-05-22T04:06:57.983Z | Compiling darling v0.21.3 |
| 511 | 2026-05-22T04:06:58.033Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 512 | 2026-05-22T04:06:58.036Z | Compiling ingot-macros v0.1.1 |
| 513 | 2026-05-22T04:07:03.046Z | 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-22T04:07:05.116Z | Compiling byteorder v1.5.0 |
| 515 | 2026-05-22T04:07:05.116Z | Compiling cfg-if v1.0.4 |
| 516 | 2026-05-22T04:07:05.119Z | Compiling macaddr v1.0.1 |
| 517 | 2026-05-22T04:07:05.120Z | Compiling stable_deref_trait v1.2.1 |
| 518 | 2026-05-22T04:07:05.175Z | Compiling bitflags v1.3.2 |
| 519 | 2026-05-22T04:07:05.180Z | Compiling cobs v0.3.0 |
| 520 | 2026-05-22T04:07:05.210Z | Compiling managed v0.8.0 |
| 521 | 2026-05-22T04:07:05.311Z | Compiling hash32 v0.3.1 |
| 522 | 2026-05-22T04:07:05.367Z | Compiling dyn-clone v1.0.20 |
| 523 | 2026-05-22T04:07:05.464Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 524 | 2026-05-22T04:07:06.682Z | Compiling bitflags v2.11.1 |
| 525 | 2026-05-22T04:07:06.682Z | Compiling uuid v1.23.1 |
| 526 | 2026-05-22T04:07:06.817Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 527 | 2026-05-22T04:07:07.112Z | Compiling postcard v1.1.3 |
| 528 | 2026-05-22T04:07:07.931Z | Compiling ingot-types v0.1.2 |
| 529 | 2026-05-22T04:07:08.241Z | Compiling ingot v0.1.1 |
| 530 | 2026-05-22T04:07:09.775Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 531 | 2026-05-22T04:07:13.467Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 532 | 2026-05-22T04:07:22.202Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 533 | 2026-05-22T04:07:50.309Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 59.31s |
| 534 | 2026-05-22T04:07:50.332Z | Linking xde kmod... |
| 535 | 2026-05-22T04:07:50.886Z | Building xde dev link helper (release). |
| 536 | 2026-05-22T04:07:51.045Z | 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-22T04:07:51.045Z | 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-22T04:07:51.045Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 539 | 2026-05-22T04:08:01.980Z | 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-22T04:08:04.324Z | Finished `release` profile [optimized + debuginfo] target(s) in 13.41s |
| 541 | 2026-05-22T04:08:04.346Z | |
| 542 | 2026-05-22T04:08:04.349Z | real 1:13.703994209 |
| 543 | 2026-05-22T04:08:04.349Z | user 2:06.122301312 |
| 544 | 2026-05-22T04:08:04.349Z | sys 12.217474106 |
| 545 | 2026-05-22T04:08:04.349Z | trap 0.030682496 |
| 546 | 2026-05-22T04:08:04.349Z | tflt 0.134246099 |
| 547 | 2026-05-22T04:08:04.349Z | dflt 0.218425164 |
| 548 | 2026-05-22T04:08:04.349Z | kflt 0.000047530 |
| 549 | 2026-05-22T04:08:04.349Z | lock 10:30.126239008 |
| 550 | 2026-05-22T04:08:04.349Z | slp 5:58.632536267 |
| 551 | 2026-05-22T04:08:04.349Z | lat 2.985244439 |
| 552 | 2026-05-22T04:08:04.349Z | stop 4.741260126 |
| 553 | 2026-05-22T04:08:04.349Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
| 554 | 2026-05-22T04:08:04.350Z | + grep GOTPCREL |
| 555 | 2026-05-22T04:08:06.071Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 556 | 2026-05-22T04:08:06.074Z | + grep GOTPCREL |
| 557 | 2026-05-22T04:08:06.973Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
| 558 | 2026-05-22T04:08:07.025Z | + sha256sum /work/debug/xde.dbg |
| 559 | 2026-05-22T04:08:07.076Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
| 560 | 2026-05-22T04:08:07.080Z | + sha256sum /work/debug/xde_link.dbg.so |
| 561 | 2026-05-22T04:08:07.083Z | + cp target/x86_64-unknown-unknown/release-lto/xde /work/release/ |
| 562 | 2026-05-22T04:08:07.116Z | + sha256sum /work/release/xde |
| 563 | 2026-05-22T04:08:07.144Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
| 564 | 2026-05-22T04:08:07.147Z | + sha256sum /work/release/xde_link.so |
| 565 | 2026-05-22T04:08:07.151Z | + header 'build xde integration tests' |
| 566 | 2026-05-22T04:08:07.151Z | + echo '# ==== build xde integration tests ==== #' |
| 567 | 2026-05-22T04:08:07.151Z | + pushd xde-tests |
| 568 | 2026-05-22T04:08:07.151Z | # ==== build xde integration tests ==== # |
| 569 | 2026-05-22T04:08:07.151Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
| 570 | 2026-05-22T04:08:07.151Z | + cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 571 | 2026-05-22T04:08:07.230Z | + cargo clippy --all-targets -- --deny warnings |
| 572 | 2026-05-22T04:08:07.449Z | Compiling serde_core v1.0.228 |
| 573 | 2026-05-22T04:08:07.449Z | Checking cfg-if v1.0.4 |
| 574 | 2026-05-22T04:08:07.449Z | Checking memchr v2.8.0 |
| 575 | 2026-05-22T04:08:07.449Z | Compiling serde v1.0.228 |
| 576 | 2026-05-22T04:08:07.449Z | Compiling rustversion v1.0.22 |
| 577 | 2026-05-22T04:08:07.452Z | Compiling ident_case v1.0.1 |
| 578 | 2026-05-22T04:08:07.452Z | Compiling strsim v0.11.1 |
| 579 | 2026-05-22T04:08:07.452Z | Compiling syn v2.0.117 |
| 580 | 2026-05-22T04:08:07.519Z | Compiling version_check v0.9.5 |
| 581 | 2026-05-22T04:08:07.567Z | Compiling libc v0.2.186 |
| 582 | 2026-05-22T04:08:07.746Z | Compiling fnv v1.0.7 |
| 583 | 2026-05-22T04:08:07.808Z | Checking pin-project-lite v0.2.17 |
| 584 | 2026-05-22T04:08:07.826Z | Compiling regex-syntax v0.8.10 |
| 585 | 2026-05-22T04:08:07.830Z | Compiling syn v1.0.109 |
| 586 | 2026-05-22T04:08:07.882Z | Compiling winnow v1.0.2 |
| 587 | 2026-05-22T04:08:08.178Z | Compiling aho-corasick v1.1.4 |
| 588 | 2026-05-22T04:08:08.254Z | Compiling either v1.15.0 |
| 589 | 2026-05-22T04:08:08.324Z | Compiling hashbrown v0.17.0 |
| 590 | 2026-05-22T04:08:08.391Z | Compiling zerocopy v0.8.48 |
| 591 | 2026-05-22T04:08:08.470Z | Compiling equivalent v1.0.2 |
| 592 | 2026-05-22T04:08:08.548Z | Compiling itertools v0.14.0 |
| 593 | 2026-05-22T04:08:08.822Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 594 | 2026-05-22T04:08:08.889Z | Compiling indexmap v2.14.0 |
| 595 | 2026-05-22T04:08:09.334Z | Compiling regex-automata v0.4.14 |
| 596 | 2026-05-22T04:08:09.366Z | Checking byteorder v1.5.0 |
| 597 | 2026-05-22T04:08:09.504Z | Compiling heapless v0.8.0 |
| 598 | 2026-05-22T04:08:09.585Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 599 | 2026-05-22T04:08:09.686Z | Checking hash32 v0.3.1 |
| 600 | 2026-05-22T04:08:09.769Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 601 | 2026-05-22T04:08:09.787Z | Checking bitflags v2.11.1 |
| 602 | 2026-05-22T04:08:09.795Z | Compiling slog v2.8.2 |
| 603 | 2026-05-22T04:08:09.917Z | Checking futures-sink v0.3.32 |
| 604 | 2026-05-22T04:08:09.933Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 605 | 2026-05-22T04:08:09.948Z | Checking macaddr v1.0.1 |
| 606 | 2026-05-22T04:08:10.002Z | Compiling darling_core v0.21.3 |
| 607 | 2026-05-22T04:08:10.019Z | Compiling darling_core v0.23.0 |
| 608 | 2026-05-22T04:08:10.080Z | Checking stable_deref_trait v1.2.1 |
| 609 | 2026-05-22T04:08:10.142Z | Compiling smoltcp v0.11.0 |
| 610 | 2026-05-22T04:08:10.170Z | Checking futures-core v0.3.32 |
| 611 | 2026-05-22T04:08:10.284Z | Checking futures-channel v0.3.32 |
| 612 | 2026-05-22T04:08:10.465Z | Compiling proc-macro-crate v3.5.0 |
| 613 | 2026-05-22T04:08:10.656Z | Compiling proc-macro-error-attr v1.0.4 |
| 614 | 2026-05-22T04:08:10.843Z | Checking bitflags v1.3.2 |
| 615 | 2026-05-22T04:08:10.872Z | Checking futures-io v0.3.32 |
| 616 | 2026-05-22T04:08:10.882Z | Checking slab v0.4.12 |
| 617 | 2026-05-22T04:08:10.900Z | Compiling autocfg v1.5.0 |
| 618 | 2026-05-22T04:08:10.975Z | Compiling regex v1.12.3 |
| 619 | 2026-05-22T04:08:11.027Z | Compiling crc32fast v1.5.0 |
| 620 | 2026-05-22T04:08:11.178Z | Compiling serde_derive v1.0.228 |
| 621 | 2026-05-22T04:08:11.229Z | Compiling thiserror-impl v2.0.18 |
| 622 | 2026-05-22T04:08:11.317Z | Compiling zerocopy-derive v0.8.48 |
| 623 | 2026-05-22T04:08:11.359Z | Compiling futures-macro v0.3.32 |
| 624 | 2026-05-22T04:08:11.834Z | Checking futures-task v0.3.32 |
| 625 | 2026-05-22T04:08:11.964Z | Compiling ref-cast v1.0.25 |
| 626 | 2026-05-22T04:08:12.038Z | Compiling darling_macro v0.21.3 |
| 627 | 2026-05-22T04:08:12.087Z | Compiling darling_macro v0.23.0 |
| 628 | 2026-05-22T04:08:12.169Z | Checking rand_core v0.10.1 |
| 629 | 2026-05-22T04:08:12.192Z | Compiling getrandom v0.4.2 |
| 630 | 2026-05-22T04:08:12.280Z | Checking managed v0.8.0 |
| 631 | 2026-05-22T04:08:12.297Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 632 | 2026-05-22T04:08:12.433Z | Checking thiserror v2.0.18 |
| 633 | 2026-05-22T04:08:12.502Z | Checking futures-util v0.3.32 |
| 634 | 2026-05-22T04:08:12.516Z | Checking cobs v0.3.0 |
| 635 | 2026-05-22T04:08:12.560Z | Compiling num-traits v0.2.19 |
| 636 | 2026-05-22T04:08:12.594Z | Compiling darling v0.21.3 |
| 637 | 2026-05-22T04:08:12.643Z | Compiling darling v0.23.0 |
| 638 | 2026-05-22T04:08:12.647Z | Compiling ref-cast-impl v1.0.25 |
| 639 | 2026-05-22T04:08:12.661Z | Compiling ingot-macros v0.1.1 |
| 640 | 2026-05-22T04:08:12.709Z | Compiling foreign-types-macros v0.2.3 |
| 641 | 2026-05-22T04:08:12.792Z | Compiling num_enum_derive v0.7.6 |
| 642 | 2026-05-22T04:08:13.267Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 643 | 2026-05-22T04:08:13.336Z | Compiling proc-macro-error v1.0.4 |
| 644 | 2026-05-22T04:08:13.567Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 645 | 2026-05-22T04:08:13.598Z | Checking foreign-types-shared v0.3.1 |
| 646 | 2026-05-22T04:08:13.677Z | Checking unicode-width v0.2.2 |
| 647 | 2026-05-22T04:08:13.696Z | Checking cpufeatures v0.3.0 |
| 648 | 2026-05-22T04:08:13.758Z | Checking ipnetwork v0.21.1 |
| 649 | 2026-05-22T04:08:13.826Z | Checking once_cell v1.21.4 |
| 650 | 2026-05-22T04:08:13.851Z | Compiling crossbeam-utils v0.8.21 |
| 651 | 2026-05-22T04:08:13.919Z | Checking tabwriter v1.4.1 |
| 652 | 2026-05-22T04:08:13.924Z | Checking num_enum v0.7.6 |
| 653 | 2026-05-22T04:08:13.987Z | Checking tracing-core v0.1.36 |
| 654 | 2026-05-22T04:08:14.052Z | Checking chacha20 v0.10.0 |
| 655 | 2026-05-22T04:08:14.056Z | Checking foreign-types v0.5.0 |
| 656 | 2026-05-22T04:08:14.244Z | Checking erased-serde v0.3.31 |
| 657 | 2026-05-22T04:08:14.295Z | Checking postcard v1.1.3 |
| 658 | 2026-05-22T04:08:14.302Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 659 | 2026-05-22T04:08:14.491Z | Checking futures-executor v0.3.32 |
| 660 | 2026-05-22T04:08:14.514Z | Checking anyhow v1.0.102 |
| 661 | 2026-05-22T04:08:14.633Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 662 | 2026-05-22T04:08:14.666Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 663 | 2026-05-22T04:08:14.706Z | Compiling tracing-attributes v0.1.31 |
| 664 | 2026-05-22T04:08:14.874Z | Checking cstr-argument v0.1.2 |
| 665 | 2026-05-22T04:08:14.985Z | Compiling num-conv v0.2.1 |
| 666 | 2026-05-22T04:08:15.016Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 667 | 2026-05-22T04:08:15.112Z | Compiling thiserror v1.0.69 |
| 668 | 2026-05-22T04:08:15.120Z | Checking dyn-clone v1.0.20 |
| 669 | 2026-05-22T04:08:15.213Z | Checking pretty-hex v0.4.2 |
| 670 | 2026-05-22T04:08:15.239Z | Checking powerfmt v0.2.0 |
| 671 | 2026-05-22T04:08:15.253Z | Compiling time-core v0.1.8 |
| 672 | 2026-05-22T04:08:15.320Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 673 | 2026-05-22T04:08:15.381Z | Checking deranged v0.5.8 |
| 674 | 2026-05-22T04:08:15.386Z | Compiling time-macros v0.2.27 |
| 675 | 2026-05-22T04:08:15.396Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 676 | 2026-05-22T04:08:15.467Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 677 | 2026-05-22T04:08:15.485Z | Checking rand v0.10.1 |
| 678 | 2026-05-22T04:08:15.571Z | Checking futures v0.3.32 |
| 679 | 2026-05-22T04:08:15.576Z | Checking ingot-types v0.1.2 |
| 680 | 2026-05-22T04:08:15.847Z | Compiling thiserror-impl v1.0.69 |
| 681 | 2026-05-22T04:08:15.898Z | Checking ingot v0.1.1 |
| 682 | 2026-05-22T04:08:15.921Z | Checking tracing v0.1.44 |
| 683 | 2026-05-22T04:08:15.933Z | Checking uuid v1.23.1 |
| 684 | 2026-05-22T04:08:15.952Z | Checking arc-swap v1.9.1 |
| 685 | 2026-05-22T04:08:16.097Z | Checking socket2 v0.6.3 |
| 686 | 2026-05-22T04:08:16.156Z | Checking nom v8.0.0 |
| 687 | 2026-05-22T04:08:16.186Z | Checking thread_local v1.1.9 |
| 688 | 2026-05-22T04:08:16.279Z | Checking lazy_static v1.5.0 |
| 689 | 2026-05-22T04:08:16.335Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 690 | 2026-05-22T04:08:16.339Z | Compiling heck v0.4.1 |
| 691 | 2026-05-22T04:08:16.389Z | Checking iana-time-zone v0.1.65 |
| 692 | 2026-05-22T04:08:16.489Z | Compiling slog-async v2.8.0 |
| 693 | 2026-05-22T04:08:16.519Z | Checking colored v3.1.1 |
| 694 | 2026-05-22T04:08:16.704Z | Checking oxnet v0.1.5 |
| 695 | 2026-05-22T04:08:16.781Z | Checking itoa v1.0.18 |
| 696 | 2026-05-22T04:08:16.826Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 697 | 2026-05-22T04:08:16.864Z | Checking chrono v0.4.44 |
| 698 | 2026-05-22T04:08:16.924Z | Checking time v0.3.47 |
| 699 | 2026-05-22T04:08:17.089Z | Checking slog-scope v4.4.1 |
| 700 | 2026-05-22T04:08:17.212Z | Checking crossbeam-channel v0.5.15 |
| 701 | 2026-05-22T04:08:17.457Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 702 | 2026-05-22T04:08:17.476Z | Checking cookie-factory v0.3.3 |
| 703 | 2026-05-22T04:08:17.543Z | Checking itertools v0.12.1 |
| 704 | 2026-05-22T04:08:17.659Z | Checking is-terminal v0.4.17 |
| 705 | 2026-05-22T04:08:17.719Z | Checking circular v0.3.0 |
| 706 | 2026-05-22T04:08:17.722Z | Checking log v0.4.29 |
| 707 | 2026-05-22T04:08:17.735Z | Checking take_mut v0.2.2 |
| 708 | 2026-05-22T04:08:17.824Z | Checking term v1.2.1 |
| 709 | 2026-05-22T04:08:17.874Z | Checking slog-stdlog v4.1.1 |
| 710 | 2026-05-22T04:08:18.038Z | Checking slog-term v2.9.2 |
| 711 | 2026-05-22T04:08:18.064Z | Checking rusticata-macros v5.0.0 |
| 712 | 2026-05-22T04:08:18.189Z | Checking pcap-parser v0.17.0 |
| 713 | 2026-05-22T04:08:18.554Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 714 | 2026-05-22T04:08:18.843Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#5e686ee2) |
| 715 | 2026-05-22T04:08:19.268Z | Checking slog-envlogger v2.2.0 |
| 716 | 2026-05-22T04:08:21.925Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 717 | 2026-05-22T04:08:23.570Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 718 | 2026-05-22T04:08:23.573Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 719 | 2026-05-22T04:08:23.920Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 720 | 2026-05-22T04:08:24.465Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.19s |
| 721 | 2026-05-22T04:08:24.502Z | + cargo build --test loopback |
| 722 | 2026-05-22T04:08:24.677Z | Compiling cfg-if v1.0.4 |
| 723 | 2026-05-22T04:08:24.677Z | Compiling memchr v2.8.0 |
| 724 | 2026-05-22T04:08:24.680Z | Compiling serde_core v1.0.228 |
| 725 | 2026-05-22T04:08:24.706Z | Compiling libc v0.2.186 |
| 726 | 2026-05-22T04:08:24.709Z | Compiling thiserror v2.0.18 |
| 727 | 2026-05-22T04:08:24.709Z | Compiling pin-project-lite v0.2.17 |
| 728 | 2026-05-22T04:08:24.714Z | Compiling either v1.15.0 |
| 729 | 2026-05-22T04:08:24.721Z | Compiling byteorder v1.5.0 |
| 730 | 2026-05-22T04:08:24.757Z | Compiling zerocopy v0.8.48 |
| 731 | 2026-05-22T04:08:24.786Z | Compiling futures-core v0.3.32 |
| 732 | 2026-05-22T04:08:24.786Z | Compiling stable_deref_trait v1.2.1 |
| 733 | 2026-05-22T04:08:24.853Z | Compiling hash32 v0.3.1 |
| 734 | 2026-05-22T04:08:24.881Z | Compiling macaddr v1.0.1 |
| 735 | 2026-05-22T04:08:24.902Z | Compiling futures-sink v0.3.32 |
| 736 | 2026-05-22T04:08:24.943Z | Compiling heapless v0.8.0 |
| 737 | 2026-05-22T04:08:24.996Z | Compiling futures-channel v0.3.32 |
| 738 | 2026-05-22T04:08:25.001Z | Compiling cobs v0.3.0 |
| 739 | 2026-05-22T04:08:25.047Z | Compiling bitflags v1.3.2 |
| 740 | 2026-05-22T04:08:25.114Z | Compiling futures-io v0.3.32 |
| 741 | 2026-05-22T04:08:25.127Z | Compiling rand_core v0.10.1 |
| 742 | 2026-05-22T04:08:25.225Z | Compiling managed v0.8.0 |
| 743 | 2026-05-22T04:08:25.271Z | Compiling futures-task v0.3.32 |
| 744 | 2026-05-22T04:08:25.288Z | Compiling slab v0.4.12 |
| 745 | 2026-05-22T04:08:25.302Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 746 | 2026-05-22T04:08:25.372Z | Compiling ipnetwork v0.21.1 |
| 747 | 2026-05-22T04:08:25.448Z | Compiling futures-util v0.3.32 |
| 748 | 2026-05-22T04:08:25.460Z | Compiling smoltcp v0.11.0 |
| 749 | 2026-05-22T04:08:25.469Z | Compiling unicode-width v0.2.2 |
| 750 | 2026-05-22T04:08:25.547Z | Compiling foreign-types-shared v0.3.1 |
| 751 | 2026-05-22T04:08:25.632Z | Compiling once_cell v1.21.4 |
| 752 | 2026-05-22T04:08:25.778Z | Compiling cpufeatures v0.3.0 |
| 753 | 2026-05-22T04:08:25.848Z | Compiling chacha20 v0.10.0 |
| 754 | 2026-05-22T04:08:25.870Z | Compiling tracing-core v0.1.36 |
| 755 | 2026-05-22T04:08:25.895Z | Compiling tabwriter v1.4.1 |
| 756 | 2026-05-22T04:08:26.182Z | Compiling foreign-types v0.5.0 |
| 757 | 2026-05-22T04:08:26.261Z | Compiling ref-cast v1.0.25 |
| 758 | 2026-05-22T04:08:26.293Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 759 | 2026-05-22T04:08:26.310Z | Compiling num_enum v0.7.6 |
| 760 | 2026-05-22T04:08:26.351Z | Compiling crc32fast v1.5.0 |
| 761 | 2026-05-22T04:08:26.419Z | Compiling getrandom v0.4.2 |
| 762 | 2026-05-22T04:08:26.593Z | Compiling serde v1.0.228 |
| 763 | 2026-05-22T04:08:26.642Z | Compiling bitflags v2.11.1 |
| 764 | 2026-05-22T04:08:26.655Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 765 | 2026-05-22T04:08:26.764Z | Compiling cstr-argument v0.1.2 |
| 766 | 2026-05-22T04:08:26.935Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 767 | 2026-05-22T04:08:26.987Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 768 | 2026-05-22T04:08:27.057Z | Compiling erased-serde v0.3.31 |
| 769 | 2026-05-22T04:08:27.093Z | Compiling postcard v1.1.3 |
| 770 | 2026-05-22T04:08:27.189Z | Compiling itertools v0.14.0 |
| 771 | 2026-05-22T04:08:27.232Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 772 | 2026-05-22T04:08:27.444Z | Compiling powerfmt v0.2.0 |
| 773 | 2026-05-22T04:08:27.518Z | Compiling slog v2.8.2 |
| 774 | 2026-05-22T04:08:27.714Z | Compiling ingot-types v0.1.2 |
| 775 | 2026-05-22T04:08:27.756Z | Compiling futures-executor v0.3.32 |
| 776 | 2026-05-22T04:08:27.790Z | Compiling pretty-hex v0.4.2 |
| 777 | 2026-05-22T04:08:27.801Z | Compiling dyn-clone v1.0.20 |
| 778 | 2026-05-22T04:08:27.924Z | Compiling futures v0.3.32 |
| 779 | 2026-05-22T04:08:27.971Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 780 | 2026-05-22T04:08:27.998Z | Compiling deranged v0.5.8 |
| 781 | 2026-05-22T04:08:28.113Z | Compiling ingot v0.1.1 |
| 782 | 2026-05-22T04:08:28.132Z | Compiling tracing v0.1.44 |
| 783 | 2026-05-22T04:08:28.153Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 784 | 2026-05-22T04:08:28.167Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 785 | 2026-05-22T04:08:28.186Z | Compiling rand v0.10.1 |
| 786 | 2026-05-22T04:08:28.270Z | Compiling uuid v1.23.1 |
| 787 | 2026-05-22T04:08:28.360Z | Compiling num-traits v0.2.19 |
| 788 | 2026-05-22T04:08:28.535Z | Compiling crossbeam-utils v0.8.21 |
| 789 | 2026-05-22T04:08:28.692Z | Compiling aho-corasick v1.1.4 |
| 790 | 2026-05-22T04:08:28.902Z | Compiling nom v8.0.0 |
| 791 | 2026-05-22T04:08:29.014Z | Compiling socket2 v0.6.3 |
| 792 | 2026-05-22T04:08:29.067Z | Compiling thread_local v1.1.9 |
| 793 | 2026-05-22T04:08:29.208Z | Compiling arc-swap v1.9.1 |
| 794 | 2026-05-22T04:08:29.414Z | Compiling oxnet v0.1.5 |
| 795 | 2026-05-22T04:08:29.498Z | Compiling num-conv v0.2.1 |
| 796 | 2026-05-22T04:08:29.586Z | Compiling regex-syntax v0.8.10 |
| 797 | 2026-05-22T04:08:29.640Z | Compiling winnow v1.0.2 |
| 798 | 2026-05-22T04:08:29.850Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 799 | 2026-05-22T04:08:29.889Z | Compiling lazy_static v1.5.0 |
| 800 | 2026-05-22T04:08:29.986Z | Compiling time-core v0.1.8 |
| 801 | 2026-05-22T04:08:30.129Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 802 | 2026-05-22T04:08:30.162Z | Compiling iana-time-zone v0.1.65 |
| 803 | 2026-05-22T04:08:30.341Z | Compiling colored v3.1.1 |
| 804 | 2026-05-22T04:08:30.368Z | Compiling chrono v0.4.44 |
| 805 | 2026-05-22T04:08:30.653Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 806 | 2026-05-22T04:08:31.188Z | Compiling rusticata-macros v5.0.0 |
| 807 | 2026-05-22T04:08:31.431Z | Compiling regex-automata v0.4.14 |
| 808 | 2026-05-22T04:08:31.519Z | Compiling time v0.3.47 |
| 809 | 2026-05-22T04:08:32.254Z | Compiling slog-scope v4.4.1 |
| 810 | 2026-05-22T04:08:32.734Z | Compiling thiserror v1.0.69 |
| 811 | 2026-05-22T04:08:32.836Z | Compiling crossbeam-channel v0.5.15 |
| 812 | 2026-05-22T04:08:33.446Z | Compiling cookie-factory v0.3.3 |
| 813 | 2026-05-22T04:08:33.580Z | Compiling is-terminal v0.4.17 |
| 814 | 2026-05-22T04:08:33.678Z | Compiling itertools v0.12.1 |
| 815 | 2026-05-22T04:08:33.793Z | Compiling log v0.4.29 |
| 816 | 2026-05-22T04:08:34.070Z | Compiling term v1.2.1 |
| 817 | 2026-05-22T04:08:34.352Z | Compiling circular v0.3.0 |
| 818 | 2026-05-22T04:08:34.613Z | Compiling take_mut v0.2.2 |
| 819 | 2026-05-22T04:08:34.722Z | Compiling slog-async v2.8.0 |
| 820 | 2026-05-22T04:08:35.092Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 821 | 2026-05-22T04:08:35.354Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 822 | 2026-05-22T04:08:36.516Z | Compiling pcap-parser v0.17.0 |
| 823 | 2026-05-22T04:08:36.524Z | Compiling slog-term v2.9.2 |
| 824 | 2026-05-22T04:08:37.193Z | Compiling slog-stdlog v4.1.1 |
| 825 | 2026-05-22T04:08:37.348Z | Compiling regex v1.12.3 |
| 826 | 2026-05-22T04:08:37.621Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#5e686ee2) |
| 827 | 2026-05-22T04:08:38.168Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 828 | 2026-05-22T04:08:38.331Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 829 | 2026-05-22T04:08:38.481Z | Compiling slog-envlogger v2.2.0 |
| 830 | 2026-05-22T04:08:38.960Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 831 | 2026-05-22T04:08:47.002Z | Finished `dev` profile [optimized + debuginfo] target(s) in 22.49s |
| 832 | 2026-05-22T04:08:47.037Z | ++ cargo build -q --test loopback --message-format=json |
| 833 | 2026-05-22T04:08:47.040Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 834 | 2026-05-22T04:08:47.185Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-4636511e1244e583 |
| 835 | 2026-05-22T04:08:47.185Z | + cargo build --test multicast_rx |
| 836 | 2026-05-22T04:08:47.290Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 837 | 2026-05-22T04:08:48.884Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.69s |
| 838 | 2026-05-22T04:08:48.919Z | ++ cargo build -q --test multicast_rx --message-format=json |
| 839 | 2026-05-22T04:08:48.923Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 840 | 2026-05-22T04:08:49.041Z | + multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-9eb5f355df8d4904 |
| 841 | 2026-05-22T04:08:49.041Z | + cargo build --test multicast_multi_sub |
| 842 | 2026-05-22T04:08:49.144Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 843 | 2026-05-22T04:08:50.882Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.83s |
| 844 | 2026-05-22T04:08:50.918Z | ++ cargo build -q --test multicast_multi_sub --message-format=json |
| 845 | 2026-05-22T04:08:50.921Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 846 | 2026-05-22T04:08:51.040Z | + multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-4ea9b22b88172888 |
| 847 | 2026-05-22T04:08:51.044Z | + cargo build --test multicast_validation |
| 848 | 2026-05-22T04:08:51.144Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 849 | 2026-05-22T04:08:53.033Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.98s |
| 850 | 2026-05-22T04:08:53.068Z | ++ cargo build -q --test multicast_validation --message-format=json |
| 851 | 2026-05-22T04:08:53.075Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 852 | 2026-05-22T04:08:53.190Z | + multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-3ce82ac9c12b08c2 |
| 853 | 2026-05-22T04:08:53.190Z | + cargo build --test multicast_source_filter |
| 854 | 2026-05-22T04:08:53.297Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 855 | 2026-05-22T04:08:55.324Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.12s |
| 856 | 2026-05-22T04:08:55.360Z | ++ cargo build -q --test multicast_source_filter --message-format=json |
| 857 | 2026-05-22T04:08:55.364Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 858 | 2026-05-22T04:08:55.486Z | + multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-0b519babfa47b3c1 |
| 859 | 2026-05-22T04:08:55.486Z | + mkdir -p /work/test |
| 860 | 2026-05-22T04:08:55.490Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-4636511e1244e583 /work/test/loopback |
| 861 | 2026-05-22T04:08:55.524Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-9eb5f355df8d4904 /work/test/multicast_rx |
| 862 | 2026-05-22T04:08:55.565Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-4ea9b22b88172888 /work/test/multicast_multi_sub |
| 863 | 2026-05-22T04:08:55.610Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-3ce82ac9c12b08c2 /work/test/multicast_validation |
| 864 | 2026-05-22T04:08:55.652Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-0b519babfa47b3c1 /work/test/multicast_source_filter |
| 865 | 2026-05-22T04:08:55.696Z | process exited: duration 229054 ms, exit code 0 |
| |
| 866 | 2026-05-22T04:08:55.704Z | found 14 output files |
| 867 | 2026-05-22T04:08:55.704Z | uploading: /work/debug/xde.dbg (91621288 bytes) |
| 868 | 2026-05-22T04:08:57.276Z | uploaded: /work/debug/xde.dbg |
| 869 | 2026-05-22T04:08:57.276Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
| 870 | 2026-05-22T04:08:58.287Z | uploaded: /work/debug/xde.dbg.sha256 |
| 871 | 2026-05-22T04:08:58.291Z | uploading: /work/debug/xde_link.dbg.so (1084980 bytes) |
| 872 | 2026-05-22T04:08:59.310Z | uploaded: /work/debug/xde_link.dbg.so |
| 873 | 2026-05-22T04:08:59.310Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
| 874 | 2026-05-22T04:09:00.319Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
| 875 | 2026-05-22T04:09:00.319Z | uploading: /work/release/xde (49459800 bytes) |
| 876 | 2026-05-22T04:09:01.640Z | uploaded: /work/release/xde |
| 877 | 2026-05-22T04:09:01.640Z | uploading: /work/release/xde.sha256 (84 bytes) |
| 878 | 2026-05-22T04:09:02.650Z | uploaded: /work/release/xde.sha256 |
| 879 | 2026-05-22T04:09:02.653Z | uploading: /work/release/xde_link.so (39516 bytes) |
| 880 | 2026-05-22T04:09:03.663Z | uploaded: /work/release/xde_link.so |
| 881 | 2026-05-22T04:09:03.663Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
| 882 | 2026-05-22T04:09:04.672Z | uploaded: /work/release/xde_link.so.sha256 |
| 883 | 2026-05-22T04:09:04.672Z | uploading: /work/test/loopback (50471520 bytes) |
| 884 | 2026-05-22T04:09:05.962Z | uploaded: /work/test/loopback |
| 885 | 2026-05-22T04:09:05.962Z | uploading: /work/test/multicast_rx (50767616 bytes) |
| 886 | 2026-05-22T04:09:07.330Z | uploaded: /work/test/multicast_rx |
| 887 | 2026-05-22T04:09:07.330Z | uploading: /work/test/multicast_multi_sub (54974960 bytes) |
| 888 | 2026-05-22T04:09:08.820Z | uploaded: /work/test/multicast_multi_sub |
| 889 | 2026-05-22T04:09:08.820Z | uploading: /work/test/multicast_validation (50921280 bytes) |
| 890 | 2026-05-22T04:09:10.144Z | uploaded: /work/test/multicast_validation |
| 891 | 2026-05-22T04:09:10.144Z | uploading: /work/test/multicast_source_filter (51228144 bytes) |
| 892 | 2026-05-22T04:09:11.469Z | uploaded: /work/test/multicast_source_filter |
| 893 | 2026-05-22T04:09:11.473Z | uploading: /work/xde.conf (79 bytes) |
| 894 | 2026-05-22T04:09:12.480Z | uploaded: /work/xde.conf |