|
|
|
| 1 | 2026-05-01T11:46:23.501Z | job assigned to worker 01KQHNQD6MD4N9EHZVM70W727S [factory aws, i-005a7aa19a8b0c23a] (queued for 57 s) |
| |
| 2 | 2026-05-01T11:46:29.980Z | starting task 0: "setup" |
| 3 | 2026-05-01T11:46:29.984Z | ++ uname -s |
| 4 | 2026-05-01T11:46:29.987Z | + kern=SunOS |
| 5 | 2026-05-01T11:46:29.987Z | + build_user=build |
| 6 | 2026-05-01T11:46:29.987Z | + build_uid=12345 |
| 7 | 2026-05-01T11:46:29.987Z | + work_dir=/work |
| 8 | 2026-05-01T11:46:29.987Z | + input_dir=/input |
| 9 | 2026-05-01T11:46:29.987Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-01T11:46:29.987Z | + case "$kern" in |
| 11 | 2026-05-01T11:46:29.987Z | + groupadd -g 12345 build |
| 12 | 2026-05-01T11:46:29.990Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-01T11:46:31.995Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-01T11:46:32.138Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-01T11:46:32.141Z | + home_fs=zfs |
| 16 | 2026-05-01T11:46:32.141Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-01T11:46:32.141Z | + mkdir -p /home/build |
| 18 | 2026-05-01T11:46:32.141Z | + chown build:build /home/build /work |
| 19 | 2026-05-01T11:46:34.143Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-01T11:46:34.146Z | process exited: duration 4167 ms, exit code 0 |
| |
| 21 | 2026-05-01T11:46:34.152Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-01T11:46:34.157Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.1 |
| 23 | 2026-05-01T11:46:34.157Z | * rust toolchain channel = "1.94.1" |
| 24 | 2026-05-01T11:46:34.157Z | * rust toolchain profile = "default" |
| 25 | 2026-05-01T11:46:34.158Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-01T11:46:34.158Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-01T11:46:34.158Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-01T11:46:34.160Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-01T11:46:34.160Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default |
| 30 | 2026-05-01T11:46:34.215Z | info: downloading installer |
| 31 | 2026-05-01T11:46:35.531Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-01T11:46:35.531Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-01T11:46:35.531Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-01T11:46:35.531Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-01T11:46:35.544Z | info: profile set to default |
| 36 | 2026-05-01T11:46:35.544Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-01T11:46:35.546Z | info: syncing channel updates for 1.94.1-x86_64-unknown-illumos |
| 38 | 2026-05-01T11:46:35.675Z | info: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25) |
| 39 | 2026-05-01T11:46:35.678Z | info: downloading 6 components |
| 40 | 2026-05-01T11:46:49.952Z | info: default toolchain set to 1.94.1-x86_64-unknown-illumos |
| 41 | 2026-05-01T11:46:49.952Z | |
| 42 | 2026-05-01T11:46:49.984Z | 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25) |
| 43 | 2026-05-01T11:46:49.984Z | |
| 44 | 2026-05-01T11:46:49.984Z | |
| 45 | 2026-05-01T11:46:49.984Z | Rust is installed now. Great! |
| 46 | 2026-05-01T11:46:49.984Z | |
| 47 | 2026-05-01T11:46:49.984Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-01T11:46:49.984Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-01T11:46:49.984Z | |
| 50 | 2026-05-01T11:46:49.988Z | To configure your current shell, you need to source |
| 51 | 2026-05-01T11:46:49.988Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-01T11:46:49.988Z | |
| 53 | 2026-05-01T11:46:49.988Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-01T11:46:49.988Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-01T11:46:49.988Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-01T11:46:49.988Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-01T11:46:49.988Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-01T11:46:49.988Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-01T11:46:49.988Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-01T11:46:49.988Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-01T11:46:49.988Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-01T11:46:50.083Z | + rustup --version |
| 63 | 2026-05-01T11:46:50.091Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-01T11:46:50.094Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-01T11:46:50.113Z | info: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)` |
| 66 | 2026-05-01T11:46:50.116Z | + cargo --version |
| 67 | 2026-05-01T11:46:50.129Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 68 | 2026-05-01T11:46:50.132Z | + rustc --version |
| 69 | 2026-05-01T11:46:50.152Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 70 | 2026-05-01T11:46:50.154Z | process exited: duration 15998 ms, exit code 0 |
| |
| 71 | 2026-05-01T11:46:50.160Z | starting task 2: "authentication" |
| 72 | 2026-05-01T11:46:50.176Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-05-01T11:46:50.181Z | starting task 3: "clone repository" |
| 74 | 2026-05-01T11:46:50.184Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-05-01T11:46:50.187Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-05-01T11:46:50.219Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-05-01T11:46:51.005Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-05-01T11:46:51.005Z | + git fetch origin 4583506ff42244759da4024be62185e7da2eba1a |
| 79 | 2026-05-01T11:46:51.236Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-05-01T11:46:51.236Z | * branch 4583506ff42244759da4024be62185e7da2eba1a -> FETCH_HEAD |
| 81 | 2026-05-01T11:46:51.241Z | + [[ -n helios3 ]] |
| 82 | 2026-05-01T11:46:51.244Z | ++ git branch --show-current |
| 83 | 2026-05-01T11:46:51.244Z | + current=master |
| 84 | 2026-05-01T11:46:51.244Z | + [[ master != helios3 ]] |
| 85 | 2026-05-01T11:46:51.244Z | + git branch -f helios3 4583506ff42244759da4024be62185e7da2eba1a |
| 86 | 2026-05-01T11:46:51.247Z | + git checkout -f helios3 |
| 87 | 2026-05-01T11:46:51.262Z | Switched to branch 'helios3' |
| 88 | 2026-05-01T11:46:51.266Z | + git reset --hard 4583506ff42244759da4024be62185e7da2eba1a |
| 89 | 2026-05-01T11:46:51.279Z | HEAD is now at 4583506 Switch to helios3; include helios version in package FMRI |
| 90 | 2026-05-01T11:46:51.281Z | process exited: duration 1098 ms, exit code 0 |
| |
| 91 | 2026-05-01T11:46:51.287Z | starting task 4: "build" |
| 92 | 2026-05-01T11:46:51.290Z | + source .github/buildomat/common.sh |
| 93 | 2026-05-01T11:46:51.293Z | ++ rustup show active-toolchain |
| 94 | 2026-05-01T11:46:51.296Z | 1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-05-01T11:46:51.299Z | ++ pushd xde |
| 96 | 2026-05-01T11:46:51.299Z | ++ rustup show active-toolchain |
| 97 | 2026-05-01T11:46:51.299Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 98 | 2026-05-01T11:46:51.302Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-05-01T11:46:51.438Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-05-01T11:46:51.441Z | info: downloading 6 components |
| 101 | 2026-05-01T11:47:04.913Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-05-01T11:47:04.996Z | +++ rustup show active-toolchain -v |
| 103 | 2026-05-01T11:47:04.999Z | +++ head -n 1 |
| 104 | 2026-05-01T11:47:04.999Z | +++ cut '-d ' -f1 |
| 105 | 2026-05-01T11:47:05.058Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-05-01T11:47:05.058Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-05-01T11:47:05.058Z | ++ popd |
| 108 | 2026-05-01T11:47:05.061Z | /work/oxidecomputer/opte |
| 109 | 2026-05-01T11:47:05.061Z | + TGT_BASE=/work |
| 110 | 2026-05-01T11:47:05.061Z | + DBG_SRC=target/x86_64-unknown-unknown/debug |
| 111 | 2026-05-01T11:47:05.061Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
| 112 | 2026-05-01T11:47:05.061Z | + DBG_TGT=/work/debug |
| 113 | 2026-05-01T11:47:05.061Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 114 | 2026-05-01T11:47:05.061Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
| 115 | 2026-05-01T11:47:05.061Z | + REL_TGT=/work/release |
| 116 | 2026-05-01T11:47:05.061Z | + mkdir -p /work/debug /work/release |
| 117 | 2026-05-01T11:47:05.061Z | + cargo --version |
| 118 | 2026-05-01T11:47:05.069Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 119 | 2026-05-01T11:47:05.074Z | + rustc --version |
| 120 | 2026-05-01T11:47:05.092Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 121 | 2026-05-01T11:47:05.094Z | + install_pkg jq |
| 122 | 2026-05-01T11:47:05.094Z | + set +o errexit |
| 123 | 2026-05-01T11:47:05.094Z | + pfexec pkg install jq |
| 124 | 2026-05-01T11:47:06.168Z | Startup: Refreshing catalog 'helios' ... Done |
| 125 | 2026-05-01T11:47:06.246Z | Startup: Caching catalogs ... Done |
| 126 | 2026-05-01T11:47:06.518Z | Planning: Solver setup ... Done |
| 127 | 2026-05-01T11:47:06.531Z | Planning: Running solver ... Done |
| 128 | 2026-05-01T11:47:06.535Z | Planning: Consolidating action changes ... Done |
| 129 | 2026-05-01T11:47:06.538Z | Planning: Evaluating mediators ... Done |
| 130 | 2026-05-01T11:47:06.538Z | Planning: Planning completed in 0.27 seconds |
| 131 | 2026-05-01T11:47:06.551Z | No updates necessary for this image. |
| 132 | 2026-05-01T11:47:06.632Z | + exit_code=4 |
| 133 | 2026-05-01T11:47:06.635Z | + [[ 4 -ne 0 ]] |
| 134 | 2026-05-01T11:47:06.635Z | + [[ 4 -ne 4 ]] |
| 135 | 2026-05-01T11:47:06.635Z | + set -o errexit |
| 136 | 2026-05-01T11:47:06.635Z | + pushd xde |
| 137 | 2026-05-01T11:47:06.635Z | + cp xde.conf /work/xde.conf |
| 138 | 2026-05-01T11:47:06.635Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 139 | 2026-05-01T11:47:06.635Z | + header 'check style' |
| 140 | 2026-05-01T11:47:06.635Z | + echo '# ==== check style ==== #' |
| 141 | 2026-05-01T11:47:06.635Z | # ==== check style ==== # |
| 142 | 2026-05-01T11:47:06.635Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -p xde -p xde-link -- --check |
| 143 | 2026-05-01T11:47:06.846Z | |
| 144 | 2026-05-01T11:47:06.846Z | real 0.207943619 |
| 145 | 2026-05-01T11:47:06.846Z | user 0.152942893 |
| 146 | 2026-05-01T11:47:06.846Z | sys 0.044736404 |
| 147 | 2026-05-01T11:47:06.846Z | trap 0.000009986 |
| 148 | 2026-05-01T11:47:06.846Z | tflt 0.000030312 |
| 149 | 2026-05-01T11:47:06.846Z | dflt 0.000050807 |
| 150 | 2026-05-01T11:47:06.846Z | kflt 0.000000000 |
| 151 | 2026-05-01T11:47:06.846Z | lock 0.035637626 |
| 152 | 2026-05-01T11:47:06.846Z | slp 0.186765117 |
| 153 | 2026-05-01T11:47:06.846Z | lat 0.000927661 |
| 154 | 2026-05-01T11:47:06.847Z | stop 0.000103612 |
| 155 | 2026-05-01T11:47:06.850Z | + header analyze |
| 156 | 2026-05-01T11:47:06.850Z | + echo '# ==== analyze ==== #' |
| 157 | 2026-05-01T11:47:06.850Z | # ==== analyze ==== # |
| 158 | 2026-05-01T11:47:06.850Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 159 | 2026-05-01T11:47:07.032Z | Updating crates.io index |
| 160 | 2026-05-01T11:47:07.064Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 161 | 2026-05-01T11:47:07.997Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 162 | 2026-05-01T11:47:08.289Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 163 | 2026-05-01T11:47:08.645Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 164 | 2026-05-01T11:47:09.022Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 165 | 2026-05-01T11:47:09.270Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 166 | 2026-05-01T11:47:09.535Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 167 | 2026-05-01T11:47:11.603Z | Downloading crates ... |
| 168 | 2026-05-01T11:47:11.657Z | Downloaded aho-corasick v1.1.4 |
| 169 | 2026-05-01T11:47:11.668Z | Downloaded embedded-io v0.4.0 |
| 170 | 2026-05-01T11:47:11.672Z | Downloaded macaddr v1.0.1 |
| 171 | 2026-05-01T11:47:11.672Z | Downloaded defmt v0.3.100 |
| 172 | 2026-05-01T11:47:11.672Z | Downloaded dyn-clone v1.0.20 |
| 173 | 2026-05-01T11:47:11.672Z | Downloaded darling_core v0.23.0 |
| 174 | 2026-05-01T11:47:11.675Z | Downloaded darling_core v0.21.3 |
| 175 | 2026-05-01T11:47:11.675Z | Downloaded ref-cast-impl v1.0.25 |
| 176 | 2026-05-01T11:47:11.677Z | Downloaded darling_macro v0.23.0 |
| 177 | 2026-05-01T11:47:11.677Z | Downloaded cfg-if v1.0.4 |
| 178 | 2026-05-01T11:47:11.681Z | Downloaded fnv v1.0.7 |
| 179 | 2026-05-01T11:47:11.684Z | Downloaded byteorder v1.5.0 |
| 180 | 2026-05-01T11:47:11.686Z | Downloaded bitflags v1.3.2 |
| 181 | 2026-05-01T11:47:11.689Z | Downloaded hash32 v0.3.1 |
| 182 | 2026-05-01T11:47:11.689Z | Downloaded embedded-io v0.6.1 |
| 183 | 2026-05-01T11:47:11.692Z | Downloaded defmt-parser v1.0.0 |
| 184 | 2026-05-01T11:47:11.692Z | Downloaded ident_case v1.0.1 |
| 185 | 2026-05-01T11:47:11.695Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 186 | 2026-05-01T11:47:11.697Z | Downloaded managed v0.8.0 |
| 187 | 2026-05-01T11:47:11.697Z | Downloaded version_check v0.9.5 |
| 188 | 2026-05-01T11:47:11.702Z | Downloaded thiserror v2.0.18 |
| 189 | 2026-05-01T11:47:11.706Z | Downloaded cobs v0.3.0 |
| 190 | 2026-05-01T11:47:11.710Z | Downloaded strsim v0.11.1 |
| 191 | 2026-05-01T11:47:11.712Z | Downloaded ref-cast v1.0.25 |
| 192 | 2026-05-01T11:47:11.715Z | Downloaded darling_macro v0.21.3 |
| 193 | 2026-05-01T11:47:11.720Z | Downloaded stable_deref_trait v1.2.1 |
| 194 | 2026-05-01T11:47:11.722Z | Downloaded ingot-types v0.1.2 |
| 195 | 2026-05-01T11:47:11.727Z | Downloaded either v1.15.0 |
| 196 | 2026-05-01T11:47:11.730Z | Downloaded bitflags v2.11.1 |
| 197 | 2026-05-01T11:47:11.735Z | Downloaded quote v1.0.45 |
| 198 | 2026-05-01T11:47:11.738Z | Downloaded proc-macro-error2 v2.0.1 |
| 199 | 2026-05-01T11:47:11.741Z | Downloaded darling v0.21.3 |
| 200 | 2026-05-01T11:47:11.743Z | Downloaded thiserror-impl v2.0.18 |
| 201 | 2026-05-01T11:47:11.746Z | Downloaded defmt-macros v1.0.1 |
| 202 | 2026-05-01T11:47:11.746Z | Downloaded defmt v1.0.1 |
| 203 | 2026-05-01T11:47:11.749Z | Downloaded crc32fast v1.5.0 |
| 204 | 2026-05-01T11:47:11.749Z | Downloaded postcard v1.1.3 |
| 205 | 2026-05-01T11:47:11.752Z | Downloaded ingot-macros v0.1.1 |
| 206 | 2026-05-01T11:47:11.755Z | Downloaded darling v0.23.0 |
| 207 | 2026-05-01T11:47:11.758Z | Downloaded unicode-ident v1.0.24 |
| 208 | 2026-05-01T11:47:11.760Z | Downloaded ingot v0.1.1 |
| 209 | 2026-05-01T11:47:11.769Z | Downloaded uuid v1.23.1 |
| 210 | 2026-05-01T11:47:11.774Z | Downloaded serde_core v1.0.228 |
| 211 | 2026-05-01T11:47:11.777Z | Downloaded proc-macro2 v1.0.106 |
| 212 | 2026-05-01T11:47:11.779Z | Downloaded serde_derive v1.0.228 |
| 213 | 2026-05-01T11:47:11.788Z | Downloaded serde v1.0.228 |
| 214 | 2026-05-01T11:47:11.791Z | Downloaded heapless v0.8.0 |
| 215 | 2026-05-01T11:47:11.797Z | Downloaded zerocopy-derive v0.8.48 |
| 216 | 2026-05-01T11:47:11.802Z | Downloaded memchr v2.8.0 |
| 217 | 2026-05-01T11:47:11.836Z | Downloaded regex v1.12.3 |
| 218 | 2026-05-01T11:47:11.839Z | Downloaded itertools v0.14.0 |
| 219 | 2026-05-01T11:47:11.861Z | Downloaded zerocopy v0.8.48 |
| 220 | 2026-05-01T11:47:11.871Z | Downloaded syn v2.0.117 |
| 221 | 2026-05-01T11:47:11.878Z | Downloaded smoltcp v0.11.0 |
| 222 | 2026-05-01T11:47:11.885Z | Downloaded regex-syntax v0.8.10 |
| 223 | 2026-05-01T11:47:11.903Z | Downloaded regex-automata v0.4.14 |
| 224 | 2026-05-01T11:47:11.916Z | Updating crates.io index |
| 225 | 2026-05-01T11:47:12.003Z | Downloading crates ... |
| 226 | 2026-05-01T11:47:12.053Z | Downloaded memchr v2.7.6 |
| 227 | 2026-05-01T11:47:12.056Z | Downloaded adler2 v2.0.1 |
| 228 | 2026-05-01T11:47:12.058Z | Downloaded addr2line v0.25.1 |
| 229 | 2026-05-01T11:47:12.066Z | Downloaded rustc-literal-escaper v0.0.7 |
| 230 | 2026-05-01T11:47:12.069Z | Downloaded getopts v0.2.24 |
| 231 | 2026-05-01T11:47:12.072Z | Downloaded foldhash v0.2.0 |
| 232 | 2026-05-01T11:47:12.072Z | Downloaded rustc-demangle v0.1.27 |
| 233 | 2026-05-01T11:47:12.084Z | Downloaded miniz_oxide v0.8.9 |
| 234 | 2026-05-01T11:47:12.101Z | Downloaded hashbrown v0.16.1 |
| 235 | 2026-05-01T11:47:12.115Z | Downloaded gimli v0.32.3 |
| 236 | 2026-05-01T11:47:12.134Z | Downloaded object v0.37.3 |
| 237 | 2026-05-01T11:47:12.163Z | Downloaded libc v0.2.183 |
| 238 | 2026-05-01T11:47:12.220Z | 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-01T11:47:12.223Z | 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-01T11:47:12.223Z | Compiling proc-macro2 v1.0.106 |
| 241 | 2026-05-01T11:47:12.223Z | Compiling quote v1.0.45 |
| 242 | 2026-05-01T11:47:12.223Z | Compiling unicode-ident v1.0.24 |
| 243 | 2026-05-01T11:47:12.223Z | Compiling ident_case v1.0.1 |
| 244 | 2026-05-01T11:47:12.223Z | Compiling strsim v0.11.1 |
| 245 | 2026-05-01T11:47:12.223Z | Compiling serde_core v1.0.228 |
| 246 | 2026-05-01T11:47:12.398Z | Compiling memchr v2.8.0 |
| 247 | 2026-05-01T11:47:12.401Z | Compiling fnv v1.0.7 |
| 248 | 2026-05-01T11:47:12.488Z | Compiling regex-syntax v0.8.10 |
| 249 | 2026-05-01T11:47:12.682Z | Compiling serde v1.0.228 |
| 250 | 2026-05-01T11:47:12.685Z | Compiling either v1.15.0 |
| 251 | 2026-05-01T11:47:12.733Z | Compiling zerocopy v0.8.48 |
| 252 | 2026-05-01T11:47:12.797Z | Compiling aho-corasick v1.1.4 |
| 253 | 2026-05-01T11:47:12.885Z | Compiling thiserror v2.0.18 |
| 254 | 2026-05-01T11:47:13.080Z | Compiling itertools v0.14.0 |
| 255 | 2026-05-01T11:47:13.097Z | Compiling heapless v0.8.0 |
| 256 | 2026-05-01T11:47:13.460Z | Compiling syn v2.0.117 |
| 257 | 2026-05-01T11:47:13.530Z | Compiling smoltcp v0.11.0 |
| 258 | 2026-05-01T11:47:13.543Z | Compiling version_check v0.9.5 |
| 259 | 2026-05-01T11:47:13.642Z | Compiling ref-cast v1.0.25 |
| 260 | 2026-05-01T11:47:13.925Z | Compiling crc32fast v1.5.0 |
| 261 | 2026-05-01T11:47:13.956Z | Compiling regex-automata v0.4.14 |
| 262 | 2026-05-01T11:47:14.099Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 263 | 2026-05-01T11:47:15.515Z | Compiling regex v1.12.3 |
| 264 | 2026-05-01T11:47:15.724Z | Compiling darling_core v0.21.3 |
| 265 | 2026-05-01T11:47:15.724Z | Compiling darling_core v0.23.0 |
| 266 | 2026-05-01T11:47:16.647Z | Compiling thiserror-impl v2.0.18 |
| 267 | 2026-05-01T11:47:16.647Z | Compiling serde_derive v1.0.228 |
| 268 | 2026-05-01T11:47:16.650Z | Compiling zerocopy-derive v0.8.48 |
| 269 | 2026-05-01T11:47:16.650Z | Compiling ref-cast-impl v1.0.25 |
| 270 | 2026-05-01T11:47:16.651Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 271 | 2026-05-01T11:47:18.168Z | Compiling darling_macro v0.21.3 |
| 272 | 2026-05-01T11:47:18.379Z | Compiling darling_macro v0.23.0 |
| 273 | 2026-05-01T11:47:19.124Z | Compiling darling v0.21.3 |
| 274 | 2026-05-01T11:47:19.192Z | Compiling ingot-macros v0.1.1 |
| 275 | 2026-05-01T11:47:19.323Z | Compiling darling v0.23.0 |
| 276 | 2026-05-01T11:47:19.389Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 277 | 2026-05-01T11:47:23.702Z | 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-01T11:47:25.782Z | Checking byteorder v1.5.0 |
| 279 | 2026-05-01T11:47:25.782Z | Checking cfg-if v1.0.4 |
| 280 | 2026-05-01T11:47:25.785Z | Checking stable_deref_trait v1.2.1 |
| 281 | 2026-05-01T11:47:25.785Z | Checking macaddr v1.0.1 |
| 282 | 2026-05-01T11:47:25.785Z | Checking bitflags v1.3.2 |
| 283 | 2026-05-01T11:47:25.833Z | Checking managed v0.8.0 |
| 284 | 2026-05-01T11:47:25.876Z | Checking cobs v0.3.0 |
| 285 | 2026-05-01T11:47:25.917Z | Checking dyn-clone v1.0.20 |
| 286 | 2026-05-01T11:47:25.935Z | Checking hash32 v0.3.1 |
| 287 | 2026-05-01T11:47:26.000Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 288 | 2026-05-01T11:47:27.092Z | Checking bitflags v2.11.1 |
| 289 | 2026-05-01T11:47:27.095Z | Checking uuid v1.23.1 |
| 290 | 2026-05-01T11:47:27.233Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 291 | 2026-05-01T11:47:27.444Z | Checking postcard v1.1.3 |
| 292 | 2026-05-01T11:47:28.302Z | Checking ingot-types v0.1.2 |
| 293 | 2026-05-01T11:47:28.585Z | Checking ingot v0.1.1 |
| 294 | 2026-05-01T11:47:29.891Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 295 | 2026-05-01T11:47:34.031Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 296 | 2026-05-01T11:47:35.601Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 297 | 2026-05-01T11:47:37.906Z | Finished `dev` profile [optimized + debuginfo] target(s) in 30.99s |
| 298 | 2026-05-01T11:47:38.018Z | |
| 299 | 2026-05-01T11:47:38.021Z | real 31.158775638 |
| 300 | 2026-05-01T11:47:38.021Z | user 1:13.971937316 |
| 301 | 2026-05-01T11:47:38.021Z | sys 10.418503751 |
| 302 | 2026-05-01T11:47:38.021Z | trap 0.033142588 |
| 303 | 2026-05-01T11:47:38.021Z | tflt 0.027954203 |
| 304 | 2026-05-01T11:47:38.021Z | dflt 0.181670463 |
| 305 | 2026-05-01T11:47:38.021Z | kflt 0.001630299 |
| 306 | 2026-05-01T11:47:38.021Z | lock 3:48.080655063 |
| 307 | 2026-05-01T11:47:38.021Z | slp 3:29.051299329 |
| 308 | 2026-05-01T11:47:38.021Z | lat 2.706800782 |
| 309 | 2026-05-01T11:47:38.021Z | stop 6.088594172 |
| 310 | 2026-05-01T11:47:38.021Z | + pushd xde-link |
| 311 | 2026-05-01T11:47:38.021Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 312 | 2026-05-01T11:47:38.021Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
| 313 | 2026-05-01T11:47:38.203Z | 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-01T11:47:38.203Z | 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-01T11:47:38.203Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 316 | 2026-05-01T11:47:48.516Z | 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-01T11:47:50.658Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.57s |
| 318 | 2026-05-01T11:47:50.677Z | |
| 319 | 2026-05-01T11:47:50.680Z | real 12.649892970 |
| 320 | 2026-05-01T11:47:50.680Z | user 20.120786273 |
| 321 | 2026-05-01T11:47:50.680Z | sys 1.249385460 |
| 322 | 2026-05-01T11:47:50.680Z | trap 0.004071773 |
| 323 | 2026-05-01T11:47:50.680Z | tflt 0.002139268 |
| 324 | 2026-05-01T11:47:50.680Z | dflt 0.043492484 |
| 325 | 2026-05-01T11:47:50.680Z | kflt 0.000010777 |
| 326 | 2026-05-01T11:47:50.680Z | lock 1:06.833047216 |
| 327 | 2026-05-01T11:47:50.680Z | slp 42.255605641 |
| 328 | 2026-05-01T11:47:50.680Z | lat 0.149088919 |
| 329 | 2026-05-01T11:47:50.680Z | stop 0.133775013 |
| 330 | 2026-05-01T11:47:50.680Z | + popd |
| 331 | 2026-05-01T11:47:50.680Z | + popd |
| 332 | 2026-05-01T11:47:50.680Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 333 | 2026-05-01T11:47:50.680Z | /work/oxidecomputer/opte |
| 334 | 2026-05-01T11:47:50.680Z | + header 'build xde (debug)' |
| 335 | 2026-05-01T11:47:50.680Z | + echo '# ==== build xde (debug) ==== #' |
| 336 | 2026-05-01T11:47:50.680Z | # ==== build xde (debug) ==== # |
| 337 | 2026-05-01T11:47:50.680Z | + ptime -m cargo xtask build --profile debug xde xde-link |
| 338 | 2026-05-01T11:47:50.825Z | Downloading crates ... |
| 339 | 2026-05-01T11:47:50.871Z | Downloaded anstyle-parse v1.0.0 |
| 340 | 2026-05-01T11:47:50.876Z | Downloaded anstream v1.0.0 |
| 341 | 2026-05-01T11:47:50.879Z | Downloaded camino v1.2.2 |
| 342 | 2026-05-01T11:47:50.885Z | Downloaded equivalent v1.0.2 |
| 343 | 2026-05-01T11:47:50.890Z | Downloaded is_terminal_polyfill v1.70.2 |
| 344 | 2026-05-01T11:47:50.892Z | Downloaded itoa v1.0.18 |
| 345 | 2026-05-01T11:47:50.892Z | Downloaded colorchoice v1.0.5 |
| 346 | 2026-05-01T11:47:50.892Z | Downloaded terminal_size v0.4.4 |
| 347 | 2026-05-01T11:47:50.895Z | Downloaded serde_spanned v1.1.1 |
| 348 | 2026-05-01T11:47:50.898Z | Downloaded utf8parse v0.2.2 |
| 349 | 2026-05-01T11:47:50.898Z | Downloaded anstyle-query v1.1.5 |
| 350 | 2026-05-01T11:47:50.898Z | Downloaded clap_lex v1.1.0 |
| 351 | 2026-05-01T11:47:50.900Z | Downloaded cargo-platform v0.3.3 |
| 352 | 2026-05-01T11:47:50.906Z | Downloaded heck v0.5.0 |
| 353 | 2026-05-01T11:47:50.912Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 354 | 2026-05-01T11:47:50.914Z | Downloaded anstyle v1.0.14 |
| 355 | 2026-05-01T11:47:50.914Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 356 | 2026-05-01T11:47:50.914Z | Downloaded errno v0.3.14 |
| 357 | 2026-05-01T11:47:50.917Z | Downloaded cargo_metadata v0.23.1 |
| 358 | 2026-05-01T11:47:50.920Z | Downloaded zmij v1.0.21 |
| 359 | 2026-05-01T11:47:50.928Z | Downloaded semver v1.0.28 |
| 360 | 2026-05-01T11:47:50.930Z | Downloaded anyhow v1.0.102 |
| 361 | 2026-05-01T11:47:50.935Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 362 | 2026-05-01T11:47:50.938Z | Downloaded clap_derive v4.6.1 |
| 363 | 2026-05-01T11:47:50.941Z | Downloaded clap v4.6.1 |
| 364 | 2026-05-01T11:47:50.949Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 365 | 2026-05-01T11:47:50.966Z | Downloaded indexmap v2.14.0 |
| 366 | 2026-05-01T11:47:50.987Z | Downloaded winnow v1.0.2 |
| 367 | 2026-05-01T11:47:50.992Z | Downloaded serde_json v1.0.149 |
| 368 | 2026-05-01T11:47:50.996Z | Downloaded hashbrown v0.17.0 |
| 369 | 2026-05-01T11:47:50.999Z | Downloaded clap_builder v4.6.0 |
| 370 | 2026-05-01T11:47:51.031Z | Downloaded rustix v1.1.4 |
| 371 | 2026-05-01T11:47:51.060Z | Downloaded libc v0.2.186 |
| 372 | 2026-05-01T11:47:51.107Z | Compiling serde_core v1.0.228 |
| 373 | 2026-05-01T11:47:51.110Z | Compiling proc-macro2 v1.0.106 |
| 374 | 2026-05-01T11:47:51.110Z | Compiling unicode-ident v1.0.24 |
| 375 | 2026-05-01T11:47:51.110Z | Compiling quote v1.0.45 |
| 376 | 2026-05-01T11:47:51.110Z | Compiling libc v0.2.186 |
| 377 | 2026-05-01T11:47:51.110Z | Compiling rustix v1.1.4 |
| 378 | 2026-05-01T11:47:51.110Z | Compiling bitflags v2.11.1 |
| 379 | 2026-05-01T11:47:51.110Z | Compiling zmij v1.0.21 |
| 380 | 2026-05-01T11:47:51.279Z | Compiling utf8parse v0.2.2 |
| 381 | 2026-05-01T11:47:51.382Z | Compiling anstyle-parse v1.0.0 |
| 382 | 2026-05-01T11:47:51.471Z | Compiling camino v1.2.2 |
| 383 | 2026-05-01T11:47:51.474Z | Compiling thiserror v2.0.18 |
| 384 | 2026-05-01T11:47:51.596Z | Compiling serde v1.0.228 |
| 385 | 2026-05-01T11:47:51.596Z | Compiling colorchoice v1.0.5 |
| 386 | 2026-05-01T11:47:51.681Z | Compiling serde_json v1.0.149 |
| 387 | 2026-05-01T11:47:51.703Z | Compiling is_terminal_polyfill v1.70.2 |
| 388 | 2026-05-01T11:47:51.775Z | Compiling anstyle-query v1.1.5 |
| 389 | 2026-05-01T11:47:51.783Z | Compiling anstyle v1.0.14 |
| 390 | 2026-05-01T11:47:51.881Z | Compiling errno v0.3.14 |
| 391 | 2026-05-01T11:47:51.925Z | Compiling anyhow v1.0.102 |
| 392 | 2026-05-01T11:47:51.928Z | Compiling strsim v0.11.1 |
| 393 | 2026-05-01T11:47:52.064Z | Compiling anstream v1.0.0 |
| 394 | 2026-05-01T11:47:52.095Z | Compiling clap_lex v1.1.0 |
| 395 | 2026-05-01T11:47:52.295Z | Compiling itoa v1.0.18 |
| 396 | 2026-05-01T11:47:52.333Z | Compiling heck v0.5.0 |
| 397 | 2026-05-01T11:47:52.480Z | Compiling syn v2.0.117 |
| 398 | 2026-05-01T11:47:52.522Z | Compiling terminal_size v0.4.4 |
| 399 | 2026-05-01T11:47:52.525Z | Compiling winnow v1.0.2 |
| 400 | 2026-05-01T11:47:52.553Z | Compiling memchr v2.8.0 |
| 401 | 2026-05-01T11:47:52.671Z | Compiling clap_builder v4.6.0 |
| 402 | 2026-05-01T11:47:52.800Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 403 | 2026-05-01T11:47:52.898Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 404 | 2026-05-01T11:47:53.278Z | Compiling semver v1.0.28 |
| 405 | 2026-05-01T11:47:53.447Z | Compiling cargo-platform v0.3.3 |
| 406 | 2026-05-01T11:47:53.754Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 407 | 2026-05-01T11:47:53.962Z | Compiling serde_spanned v1.1.1 |
| 408 | 2026-05-01T11:47:54.119Z | Compiling toml v1.1.2+spec-1.1.0 |
| 409 | 2026-05-01T11:47:54.584Z | Compiling serde_derive v1.0.228 |
| 410 | 2026-05-01T11:47:54.584Z | Compiling thiserror-impl v2.0.18 |
| 411 | 2026-05-01T11:47:54.587Z | Compiling clap_derive v4.6.1 |
| 412 | 2026-05-01T11:47:56.208Z | Compiling clap v4.6.1 |
| 413 | 2026-05-01T11:47:57.788Z | Compiling cargo_metadata v0.23.1 |
| 414 | 2026-05-01T11:48:00.307Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 415 | 2026-05-01T11:48:01.847Z | Finished `dev` profile [optimized + debuginfo] target(s) in 11.15s |
| 416 | 2026-05-01T11:48:01.862Z | Running `target/debug/xtask build --profile debug xde xde-link` |
| 417 | 2026-05-01T11:48:03.504Z | Building xde (dev). |
| 418 | 2026-05-01T11:48:03.739Z | Compiling serde_core v1.0.228 |
| 419 | 2026-05-01T11:48:03.740Z | Compiling byteorder v1.5.0 |
| 420 | 2026-05-01T11:48:03.742Z | Compiling cfg-if v1.0.4 |
| 421 | 2026-05-01T11:48:03.742Z | Compiling macaddr v1.0.1 |
| 422 | 2026-05-01T11:48:03.743Z | Compiling stable_deref_trait v1.2.1 |
| 423 | 2026-05-01T11:48:03.763Z | Compiling thiserror v2.0.18 |
| 424 | 2026-05-01T11:48:03.768Z | Compiling zerocopy v0.8.48 |
| 425 | 2026-05-01T11:48:03.771Z | Compiling bitflags v1.3.2 |
| 426 | 2026-05-01T11:48:03.815Z | Compiling managed v0.8.0 |
| 427 | 2026-05-01T11:48:03.821Z | Compiling cobs v0.3.0 |
| 428 | 2026-05-01T11:48:03.826Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 429 | 2026-05-01T11:48:03.858Z | Compiling either v1.15.0 |
| 430 | 2026-05-01T11:48:03.937Z | Compiling hash32 v0.3.1 |
| 431 | 2026-05-01T11:48:04.027Z | Compiling heapless v0.8.0 |
| 432 | 2026-05-01T11:48:04.032Z | Compiling itertools v0.14.0 |
| 433 | 2026-05-01T11:48:04.041Z | Compiling ref-cast v1.0.25 |
| 434 | 2026-05-01T11:48:04.112Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 435 | 2026-05-01T11:48:04.119Z | Compiling crc32fast v1.5.0 |
| 436 | 2026-05-01T11:48:04.130Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 437 | 2026-05-01T11:48:04.135Z | Compiling dyn-clone v1.0.20 |
| 438 | 2026-05-01T11:48:04.298Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 439 | 2026-05-01T11:48:04.413Z | Compiling smoltcp v0.11.0 |
| 440 | 2026-05-01T11:48:05.355Z | Compiling bitflags v2.11.1 |
| 441 | 2026-05-01T11:48:05.355Z | Compiling serde v1.0.228 |
| 442 | 2026-05-01T11:48:05.355Z | Compiling uuid v1.23.1 |
| 443 | 2026-05-01T11:48:05.487Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 444 | 2026-05-01T11:48:05.765Z | Compiling postcard v1.1.3 |
| 445 | 2026-05-01T11:48:06.512Z | Compiling ingot-types v0.1.2 |
| 446 | 2026-05-01T11:48:06.787Z | Compiling ingot v0.1.1 |
| 447 | 2026-05-01T11:48:08.175Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 448 | 2026-05-01T11:48:12.436Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 449 | 2026-05-01T11:48:22.708Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 450 | 2026-05-01T11:48:30.861Z | Finished `dev` profile [optimized + debuginfo] target(s) in 27.32s |
| 451 | 2026-05-01T11:48:30.886Z | Linking xde kmod... |
| 452 | 2026-05-01T11:48:32.020Z | Building xde dev link helper (dev). |
| 453 | 2026-05-01T11:48:32.176Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 454 | 2026-05-01T11:48:32.514Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.46s |
| 455 | 2026-05-01T11:48:32.536Z | |
| 456 | 2026-05-01T11:48:32.536Z | real 41.845401398 |
| 457 | 2026-05-01T11:48:32.536Z | user 2:14.431405384 |
| 458 | 2026-05-01T11:48:32.536Z | sys 11.302038170 |
| 459 | 2026-05-01T11:48:32.536Z | trap 0.068185107 |
| 460 | 2026-05-01T11:48:32.536Z | tflt 0.385620825 |
| 461 | 2026-05-01T11:48:32.539Z | dflt 0.389099915 |
| 462 | 2026-05-01T11:48:32.539Z | kflt 0.000018963 |
| 463 | 2026-05-01T11:48:32.539Z | lock 6:28.930790931 |
| 464 | 2026-05-01T11:48:32.539Z | slp 3:55.535273370 |
| 465 | 2026-05-01T11:48:32.539Z | lat 5.722468760 |
| 466 | 2026-05-01T11:48:32.539Z | stop 4.566783106 |
| 467 | 2026-05-01T11:48:32.539Z | + header 'build xde (release)' |
| 468 | 2026-05-01T11:48:32.539Z | + echo '# ==== build xde (release) ==== #' |
| 469 | 2026-05-01T11:48:32.539Z | + ptime -m cargo xtask build --profile release xde xde-link |
| 470 | 2026-05-01T11:48:32.539Z | # ==== build xde (release) ==== # |
| 471 | 2026-05-01T11:48:32.675Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s |
| 472 | 2026-05-01T11:48:32.678Z | Running `target/debug/xtask build --profile release xde xde-link` |
| 473 | 2026-05-01T11:48:32.871Z | Building xde (release-lto). |
| 474 | 2026-05-01T11:48:33.099Z | 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-01T11:48:33.099Z | 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-01T11:48:33.099Z | Compiling proc-macro2 v1.0.106 |
| 477 | 2026-05-01T11:48:33.099Z | Compiling unicode-ident v1.0.24 |
| 478 | 2026-05-01T11:48:33.099Z | Compiling quote v1.0.45 |
| 479 | 2026-05-01T11:48:33.099Z | Compiling strsim v0.11.1 |
| 480 | 2026-05-01T11:48:33.102Z | Compiling ident_case v1.0.1 |
| 481 | 2026-05-01T11:48:33.102Z | Compiling serde_core v1.0.228 |
| 482 | 2026-05-01T11:48:33.216Z | Compiling fnv v1.0.7 |
| 483 | 2026-05-01T11:48:33.216Z | Compiling memchr v2.8.0 |
| 484 | 2026-05-01T11:48:33.298Z | Compiling regex-syntax v0.8.10 |
| 485 | 2026-05-01T11:48:33.490Z | Compiling zerocopy v0.8.48 |
| 486 | 2026-05-01T11:48:33.514Z | Compiling either v1.15.0 |
| 487 | 2026-05-01T11:48:33.520Z | Compiling serde v1.0.228 |
| 488 | 2026-05-01T11:48:33.622Z | Compiling thiserror v2.0.18 |
| 489 | 2026-05-01T11:48:33.702Z | Compiling aho-corasick v1.1.4 |
| 490 | 2026-05-01T11:48:33.899Z | Compiling itertools v0.14.0 |
| 491 | 2026-05-01T11:48:33.919Z | Compiling heapless v0.8.0 |
| 492 | 2026-05-01T11:48:34.188Z | Compiling syn v2.0.117 |
| 493 | 2026-05-01T11:48:34.282Z | Compiling smoltcp v0.11.0 |
| 494 | 2026-05-01T11:48:34.297Z | Compiling crc32fast v1.5.0 |
| 495 | 2026-05-01T11:48:34.383Z | Compiling version_check v0.9.5 |
| 496 | 2026-05-01T11:48:34.629Z | Compiling ref-cast v1.0.25 |
| 497 | 2026-05-01T11:48:34.738Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 498 | 2026-05-01T11:48:34.747Z | Compiling regex-automata v0.4.14 |
| 499 | 2026-05-01T11:48:36.257Z | Compiling regex v1.12.3 |
| 500 | 2026-05-01T11:48:36.480Z | Compiling darling_core v0.21.3 |
| 501 | 2026-05-01T11:48:36.515Z | Compiling darling_core v0.23.0 |
| 502 | 2026-05-01T11:48:37.341Z | Compiling zerocopy-derive v0.8.48 |
| 503 | 2026-05-01T11:48:37.341Z | Compiling serde_derive v1.0.228 |
| 504 | 2026-05-01T11:48:37.341Z | Compiling thiserror-impl v2.0.18 |
| 505 | 2026-05-01T11:48:37.341Z | Compiling ref-cast-impl v1.0.25 |
| 506 | 2026-05-01T11:48:37.344Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 507 | 2026-05-01T11:48:38.884Z | Compiling darling_macro v0.21.3 |
| 508 | 2026-05-01T11:48:39.156Z | Compiling darling_macro v0.23.0 |
| 509 | 2026-05-01T11:48:39.775Z | Compiling darling v0.21.3 |
| 510 | 2026-05-01T11:48:39.839Z | Compiling ingot-macros v0.1.1 |
| 511 | 2026-05-01T11:48:40.030Z | Compiling darling v0.23.0 |
| 512 | 2026-05-01T11:48:40.094Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 513 | 2026-05-01T11:48:45.015Z | 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-01T11:48:47.056Z | Compiling byteorder v1.5.0 |
| 515 | 2026-05-01T11:48:47.056Z | Compiling macaddr v1.0.1 |
| 516 | 2026-05-01T11:48:47.059Z | Compiling cfg-if v1.0.4 |
| 517 | 2026-05-01T11:48:47.059Z | Compiling stable_deref_trait v1.2.1 |
| 518 | 2026-05-01T11:48:47.116Z | Compiling bitflags v1.3.2 |
| 519 | 2026-05-01T11:48:47.127Z | Compiling cobs v0.3.0 |
| 520 | 2026-05-01T11:48:47.154Z | Compiling managed v0.8.0 |
| 521 | 2026-05-01T11:48:47.237Z | Compiling hash32 v0.3.1 |
| 522 | 2026-05-01T11:48:47.387Z | Compiling dyn-clone v1.0.20 |
| 523 | 2026-05-01T11:48:47.413Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 524 | 2026-05-01T11:48:48.630Z | Compiling bitflags v2.11.1 |
| 525 | 2026-05-01T11:48:48.630Z | Compiling uuid v1.23.1 |
| 526 | 2026-05-01T11:48:48.770Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 527 | 2026-05-01T11:48:49.062Z | Compiling postcard v1.1.3 |
| 528 | 2026-05-01T11:48:49.898Z | Compiling ingot-types v0.1.2 |
| 529 | 2026-05-01T11:48:50.209Z | Compiling ingot v0.1.1 |
| 530 | 2026-05-01T11:48:51.692Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 531 | 2026-05-01T11:48:55.368Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 532 | 2026-05-01T11:49:04.093Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 533 | 2026-05-01T11:49:31.993Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 59.08s |
| 534 | 2026-05-01T11:49:32.017Z | Linking xde kmod... |
| 535 | 2026-05-01T11:49:32.570Z | Building xde dev link helper (release). |
| 536 | 2026-05-01T11:49:32.729Z | 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-01T11:49:32.729Z | 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-01T11:49:32.729Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 539 | 2026-05-01T11:49:43.616Z | 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-01T11:49:45.963Z | Finished `release` profile [optimized + debuginfo] target(s) in 13.36s |
| 541 | 2026-05-01T11:49:45.982Z | |
| 542 | 2026-05-01T11:49:45.985Z | real 1:13.425535374 |
| 543 | 2026-05-01T11:49:45.985Z | user 2:05.368634450 |
| 544 | 2026-05-01T11:49:45.985Z | sys 12.582970025 |
| 545 | 2026-05-01T11:49:45.985Z | trap 0.035454422 |
| 546 | 2026-05-01T11:49:45.985Z | tflt 0.130935983 |
| 547 | 2026-05-01T11:49:45.985Z | dflt 0.259690447 |
| 548 | 2026-05-01T11:49:45.985Z | kflt 0.000024034 |
| 549 | 2026-05-01T11:49:45.985Z | lock 10:31.303150640 |
| 550 | 2026-05-01T11:49:45.985Z | slp 6:00.247654034 |
| 551 | 2026-05-01T11:49:45.985Z | lat 2.745388690 |
| 552 | 2026-05-01T11:49:45.985Z | stop 4.937658677 |
| 553 | 2026-05-01T11:49:45.985Z | + elfdump target/x86_64-unknown-unknown/debug/xde.dbg |
| 554 | 2026-05-01T11:49:45.985Z | + grep GOTPCREL |
| 555 | 2026-05-01T11:49:47.728Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 556 | 2026-05-01T11:49:47.731Z | + grep GOTPCREL |
| 557 | 2026-05-01T11:49:48.646Z | + cp target/x86_64-unknown-unknown/debug/xde.dbg /work/debug/ |
| 558 | 2026-05-01T11:49:48.699Z | + sha256sum /work/debug/xde.dbg |
| 559 | 2026-05-01T11:49:48.750Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
| 560 | 2026-05-01T11:49:48.753Z | + sha256sum /work/debug/xde_link.dbg.so |
| 561 | 2026-05-01T11:49:48.756Z | + cp target/x86_64-unknown-unknown/release-lto/xde /work/release/ |
| 562 | 2026-05-01T11:49:48.790Z | + sha256sum /work/release/xde |
| 563 | 2026-05-01T11:49:48.818Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
| 564 | 2026-05-01T11:49:48.820Z | + sha256sum /work/release/xde_link.so |
| 565 | 2026-05-01T11:49:48.824Z | + header 'build xde integration tests' |
| 566 | 2026-05-01T11:49:48.824Z | + echo '# ==== build xde integration tests ==== #' |
| 567 | 2026-05-01T11:49:48.824Z | + pushd xde-tests |
| 568 | 2026-05-01T11:49:48.824Z | # ==== build xde integration tests ==== # |
| 569 | 2026-05-01T11:49:48.824Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
| 570 | 2026-05-01T11:49:48.824Z | + cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 571 | 2026-05-01T11:49:48.905Z | + cargo clippy --all-targets -- --deny warnings |
| 572 | 2026-05-01T11:49:49.118Z | Compiling serde_core v1.0.228 |
| 573 | 2026-05-01T11:49:49.118Z | Checking cfg-if v1.0.4 |
| 574 | 2026-05-01T11:49:49.118Z | Checking memchr v2.8.0 |
| 575 | 2026-05-01T11:49:49.121Z | Compiling rustversion v1.0.22 |
| 576 | 2026-05-01T11:49:49.121Z | Compiling serde v1.0.228 |
| 577 | 2026-05-01T11:49:49.121Z | Compiling ident_case v1.0.1 |
| 578 | 2026-05-01T11:49:49.144Z | Compiling version_check v0.9.5 |
| 579 | 2026-05-01T11:49:49.148Z | Compiling syn v2.0.117 |
| 580 | 2026-05-01T11:49:49.187Z | Compiling strsim v0.11.1 |
| 581 | 2026-05-01T11:49:49.243Z | Compiling libc v0.2.186 |
| 582 | 2026-05-01T11:49:49.396Z | Compiling fnv v1.0.7 |
| 583 | 2026-05-01T11:49:49.467Z | Compiling syn v1.0.109 |
| 584 | 2026-05-01T11:49:49.474Z | Compiling regex-syntax v0.8.10 |
| 585 | 2026-05-01T11:49:49.517Z | Checking pin-project-lite v0.2.17 |
| 586 | 2026-05-01T11:49:49.593Z | Compiling hashbrown v0.17.0 |
| 587 | 2026-05-01T11:49:49.800Z | Compiling zerocopy v0.8.48 |
| 588 | 2026-05-01T11:49:49.921Z | Compiling aho-corasick v1.1.4 |
| 589 | 2026-05-01T11:49:50.005Z | Compiling either v1.15.0 |
| 590 | 2026-05-01T11:49:50.028Z | Compiling equivalent v1.0.2 |
| 591 | 2026-05-01T11:49:50.101Z | Compiling winnow v1.0.2 |
| 592 | 2026-05-01T11:49:50.135Z | Compiling indexmap v2.14.0 |
| 593 | 2026-05-01T11:49:50.195Z | Compiling itertools v0.14.0 |
| 594 | 2026-05-01T11:49:50.884Z | Compiling regex-automata v0.4.14 |
| 595 | 2026-05-01T11:49:50.904Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 596 | 2026-05-01T11:49:51.093Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 597 | 2026-05-01T11:49:51.119Z | Compiling heapless v0.8.0 |
| 598 | 2026-05-01T11:49:51.292Z | Checking byteorder v1.5.0 |
| 599 | 2026-05-01T11:49:51.384Z | Checking bitflags v2.11.1 |
| 600 | 2026-05-01T11:49:51.438Z | Checking hash32 v0.3.1 |
| 601 | 2026-05-01T11:49:51.481Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 602 | 2026-05-01T11:49:51.537Z | Compiling slog v2.8.2 |
| 603 | 2026-05-01T11:49:51.540Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 604 | 2026-05-01T11:49:51.559Z | Compiling smoltcp v0.11.0 |
| 605 | 2026-05-01T11:49:51.634Z | Compiling darling_core v0.21.3 |
| 606 | 2026-05-01T11:49:51.745Z | Compiling darling_core v0.23.0 |
| 607 | 2026-05-01T11:49:51.760Z | Checking stable_deref_trait v1.2.1 |
| 608 | 2026-05-01T11:49:51.821Z | Checking futures-core v0.3.32 |
| 609 | 2026-05-01T11:49:51.881Z | Checking futures-sink v0.3.32 |
| 610 | 2026-05-01T11:49:51.933Z | Checking macaddr v1.0.1 |
| 611 | 2026-05-01T11:49:51.967Z | Checking futures-channel v0.3.32 |
| 612 | 2026-05-01T11:49:52.068Z | Compiling proc-macro-crate v3.5.0 |
| 613 | 2026-05-01T11:49:52.390Z | Compiling proc-macro-error-attr v1.0.4 |
| 614 | 2026-05-01T11:49:52.474Z | Checking managed v0.8.0 |
| 615 | 2026-05-01T11:49:52.508Z | Compiling regex v1.12.3 |
| 616 | 2026-05-01T11:49:52.598Z | Compiling getrandom v0.4.2 |
| 617 | 2026-05-01T11:49:52.644Z | Checking bitflags v1.3.2 |
| 618 | 2026-05-01T11:49:52.704Z | Checking futures-task v0.3.32 |
| 619 | 2026-05-01T11:49:52.834Z | Checking futures-io v0.3.32 |
| 620 | 2026-05-01T11:49:52.850Z | Checking rand_core v0.10.1 |
| 621 | 2026-05-01T11:49:52.866Z | Compiling serde_derive v1.0.228 |
| 622 | 2026-05-01T11:49:52.887Z | Compiling thiserror-impl v2.0.18 |
| 623 | 2026-05-01T11:49:52.936Z | Compiling zerocopy-derive v0.8.48 |
| 624 | 2026-05-01T11:49:52.975Z | Compiling futures-macro v0.3.32 |
| 625 | 2026-05-01T11:49:53.422Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 626 | 2026-05-01T11:49:53.483Z | Checking slab v0.4.12 |
| 627 | 2026-05-01T11:49:53.634Z | Compiling crc32fast v1.5.0 |
| 628 | 2026-05-01T11:49:53.661Z | Compiling ref-cast v1.0.25 |
| 629 | 2026-05-01T11:49:53.804Z | Compiling darling_macro v0.21.3 |
| 630 | 2026-05-01T11:49:53.811Z | Compiling autocfg v1.5.0 |
| 631 | 2026-05-01T11:49:53.903Z | Compiling darling_macro v0.23.0 |
| 632 | 2026-05-01T11:49:53.951Z | Checking futures-util v0.3.32 |
| 633 | 2026-05-01T11:49:54.009Z | Compiling foreign-types-macros v0.2.3 |
| 634 | 2026-05-01T11:49:54.133Z | Checking thiserror v2.0.18 |
| 635 | 2026-05-01T11:49:54.147Z | Compiling num-traits v0.2.19 |
| 636 | 2026-05-01T11:49:54.221Z | Checking cobs v0.3.0 |
| 637 | 2026-05-01T11:49:54.342Z | Compiling darling v0.21.3 |
| 638 | 2026-05-01T11:49:54.359Z | Compiling num_enum_derive v0.7.6 |
| 639 | 2026-05-01T11:49:54.362Z | Compiling ref-cast-impl v1.0.25 |
| 640 | 2026-05-01T11:49:54.409Z | Compiling ingot-macros v0.1.1 |
| 641 | 2026-05-01T11:49:54.431Z | Compiling darling v0.23.0 |
| 642 | 2026-05-01T11:49:54.669Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 643 | 2026-05-01T11:49:54.930Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 644 | 2026-05-01T11:49:54.955Z | Compiling proc-macro-error v1.0.4 |
| 645 | 2026-05-01T11:49:55.160Z | Checking ipnetwork v0.21.1 |
| 646 | 2026-05-01T11:49:55.172Z | Checking cpufeatures v0.3.0 |
| 647 | 2026-05-01T11:49:55.230Z | Checking once_cell v1.21.4 |
| 648 | 2026-05-01T11:49:55.324Z | Checking unicode-width v0.2.2 |
| 649 | 2026-05-01T11:49:55.343Z | Checking foreign-types-shared v0.3.1 |
| 650 | 2026-05-01T11:49:55.393Z | Compiling crossbeam-utils v0.8.21 |
| 651 | 2026-05-01T11:49:55.417Z | Checking foreign-types v0.5.0 |
| 652 | 2026-05-01T11:49:55.481Z | Checking tracing-core v0.1.36 |
| 653 | 2026-05-01T11:49:55.564Z | Checking tabwriter v1.4.1 |
| 654 | 2026-05-01T11:49:55.686Z | Checking num_enum v0.7.6 |
| 655 | 2026-05-01T11:49:55.691Z | Checking chacha20 v0.10.0 |
| 656 | 2026-05-01T11:49:55.861Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 657 | 2026-05-01T11:49:55.866Z | Checking futures-executor v0.3.32 |
| 658 | 2026-05-01T11:49:55.991Z | Checking erased-serde v0.3.31 |
| 659 | 2026-05-01T11:49:56.018Z | Checking postcard v1.1.3 |
| 660 | 2026-05-01T11:49:56.026Z | Checking anyhow v1.0.102 |
| 661 | 2026-05-01T11:49:56.108Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 662 | 2026-05-01T11:49:56.166Z | Compiling tracing-attributes v0.1.31 |
| 663 | 2026-05-01T11:49:56.215Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 664 | 2026-05-01T11:49:56.549Z | Checking cstr-argument v0.1.2 |
| 665 | 2026-05-01T11:49:56.568Z | Compiling thiserror v1.0.69 |
| 666 | 2026-05-01T11:49:56.597Z | Checking powerfmt v0.2.0 |
| 667 | 2026-05-01T11:49:56.655Z | Compiling time-core v0.1.8 |
| 668 | 2026-05-01T11:49:56.737Z | Compiling num-conv v0.2.1 |
| 669 | 2026-05-01T11:49:56.773Z | Checking dyn-clone v1.0.20 |
| 670 | 2026-05-01T11:49:56.790Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 671 | 2026-05-01T11:49:56.862Z | Checking pretty-hex v0.4.2 |
| 672 | 2026-05-01T11:49:56.871Z | Compiling time-macros v0.2.27 |
| 673 | 2026-05-01T11:49:56.970Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 674 | 2026-05-01T11:49:56.999Z | Checking deranged v0.5.8 |
| 675 | 2026-05-01T11:49:57.033Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 676 | 2026-05-01T11:49:57.039Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 677 | 2026-05-01T11:49:57.130Z | Checking ingot-types v0.1.2 |
| 678 | 2026-05-01T11:49:57.153Z | Checking futures v0.3.32 |
| 679 | 2026-05-01T11:49:57.188Z | Checking rand v0.10.1 |
| 680 | 2026-05-01T11:49:57.365Z | Checking tracing v0.1.44 |
| 681 | 2026-05-01T11:49:57.371Z | Compiling thiserror-impl v1.0.69 |
| 682 | 2026-05-01T11:49:57.455Z | Checking ingot v0.1.1 |
| 683 | 2026-05-01T11:49:57.534Z | Checking uuid v1.23.1 |
| 684 | 2026-05-01T11:49:57.541Z | Checking arc-swap v1.9.1 |
| 685 | 2026-05-01T11:49:57.594Z | Checking socket2 v0.6.3 |
| 686 | 2026-05-01T11:49:57.637Z | Checking nom v8.0.0 |
| 687 | 2026-05-01T11:49:57.782Z | Checking thread_local v1.1.9 |
| 688 | 2026-05-01T11:49:57.829Z | Checking itoa v1.0.18 |
| 689 | 2026-05-01T11:49:57.889Z | Checking lazy_static v1.5.0 |
| 690 | 2026-05-01T11:49:57.938Z | Checking colored v3.1.1 |
| 691 | 2026-05-01T11:49:57.967Z | Compiling slog-async v2.8.0 |
| 692 | 2026-05-01T11:49:58.123Z | Compiling heck v0.4.1 |
| 693 | 2026-05-01T11:49:58.367Z | Checking oxnet v0.1.4 |
| 694 | 2026-05-01T11:49:58.416Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 695 | 2026-05-01T11:49:58.454Z | Checking iana-time-zone v0.1.65 |
| 696 | 2026-05-01T11:49:58.549Z | Checking chrono v0.4.44 |
| 697 | 2026-05-01T11:49:58.598Z | Checking time v0.3.47 |
| 698 | 2026-05-01T11:49:58.607Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 699 | 2026-05-01T11:49:58.655Z | Checking slog-scope v4.4.1 |
| 700 | 2026-05-01T11:49:58.780Z | Checking crossbeam-channel v0.5.15 |
| 701 | 2026-05-01T11:49:59.072Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 702 | 2026-05-01T11:49:59.108Z | Checking cookie-factory v0.3.3 |
| 703 | 2026-05-01T11:49:59.246Z | Checking itertools v0.12.1 |
| 704 | 2026-05-01T11:49:59.341Z | Checking is-terminal v0.4.17 |
| 705 | 2026-05-01T11:49:59.356Z | Checking term v1.2.1 |
| 706 | 2026-05-01T11:49:59.416Z | Checking circular v0.3.0 |
| 707 | 2026-05-01T11:49:59.419Z | Checking take_mut v0.2.2 |
| 708 | 2026-05-01T11:49:59.507Z | Checking log v0.4.29 |
| 709 | 2026-05-01T11:49:59.574Z | Checking slog-term v2.9.2 |
| 710 | 2026-05-01T11:49:59.602Z | Checking rusticata-macros v5.0.0 |
| 711 | 2026-05-01T11:49:59.659Z | Checking slog-stdlog v4.1.1 |
| 712 | 2026-05-01T11:49:59.723Z | Checking pcap-parser v0.17.0 |
| 713 | 2026-05-01T11:50:00.204Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 714 | 2026-05-01T11:50:00.481Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#5e686ee2) |
| 715 | 2026-05-01T11:50:00.808Z | Checking slog-envlogger v2.2.0 |
| 716 | 2026-05-01T11:50:03.505Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 717 | 2026-05-01T11:50:05.135Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 718 | 2026-05-01T11:50:05.135Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 719 | 2026-05-01T11:50:05.476Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 720 | 2026-05-01T11:50:06.009Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.05s |
| 721 | 2026-05-01T11:50:06.045Z | + cargo build --test loopback |
| 722 | 2026-05-01T11:50:06.214Z | Compiling cfg-if v1.0.4 |
| 723 | 2026-05-01T11:50:06.214Z | Compiling memchr v2.8.0 |
| 724 | 2026-05-01T11:50:06.217Z | Compiling serde_core v1.0.228 |
| 725 | 2026-05-01T11:50:06.243Z | Compiling libc v0.2.186 |
| 726 | 2026-05-01T11:50:06.246Z | Compiling thiserror v2.0.18 |
| 727 | 2026-05-01T11:50:06.246Z | Compiling pin-project-lite v0.2.17 |
| 728 | 2026-05-01T11:50:06.250Z | Compiling either v1.15.0 |
| 729 | 2026-05-01T11:50:06.250Z | Compiling byteorder v1.5.0 |
| 730 | 2026-05-01T11:50:06.290Z | Compiling zerocopy v0.8.48 |
| 731 | 2026-05-01T11:50:06.319Z | Compiling stable_deref_trait v1.2.1 |
| 732 | 2026-05-01T11:50:06.323Z | Compiling futures-sink v0.3.32 |
| 733 | 2026-05-01T11:50:06.383Z | Compiling hash32 v0.3.1 |
| 734 | 2026-05-01T11:50:06.407Z | Compiling futures-core v0.3.32 |
| 735 | 2026-05-01T11:50:06.415Z | Compiling macaddr v1.0.1 |
| 736 | 2026-05-01T11:50:06.436Z | Compiling cobs v0.3.0 |
| 737 | 2026-05-01T11:50:06.526Z | Compiling futures-channel v0.3.32 |
| 738 | 2026-05-01T11:50:06.564Z | Compiling heapless v0.8.0 |
| 739 | 2026-05-01T11:50:06.585Z | Compiling managed v0.8.0 |
| 740 | 2026-05-01T11:50:06.657Z | Compiling futures-task v0.3.32 |
| 741 | 2026-05-01T11:50:06.717Z | Compiling futures-io v0.3.32 |
| 742 | 2026-05-01T11:50:06.753Z | Compiling slab v0.4.12 |
| 743 | 2026-05-01T11:50:06.802Z | Compiling bitflags v1.3.2 |
| 744 | 2026-05-01T11:50:06.848Z | Compiling rand_core v0.10.1 |
| 745 | 2026-05-01T11:50:06.868Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 746 | 2026-05-01T11:50:06.897Z | Compiling futures-util v0.3.32 |
| 747 | 2026-05-01T11:50:06.923Z | Compiling ipnetwork v0.21.1 |
| 748 | 2026-05-01T11:50:06.987Z | Compiling smoltcp v0.11.0 |
| 749 | 2026-05-01T11:50:07.003Z | Compiling once_cell v1.21.4 |
| 750 | 2026-05-01T11:50:07.088Z | Compiling unicode-width v0.2.2 |
| 751 | 2026-05-01T11:50:07.234Z | Compiling cpufeatures v0.3.0 |
| 752 | 2026-05-01T11:50:07.301Z | Compiling foreign-types-shared v0.3.1 |
| 753 | 2026-05-01T11:50:07.385Z | Compiling foreign-types v0.5.0 |
| 754 | 2026-05-01T11:50:07.390Z | Compiling tabwriter v1.4.1 |
| 755 | 2026-05-01T11:50:07.447Z | Compiling chacha20 v0.10.0 |
| 756 | 2026-05-01T11:50:07.454Z | Compiling tracing-core v0.1.36 |
| 757 | 2026-05-01T11:50:07.789Z | Compiling getrandom v0.4.2 |
| 758 | 2026-05-01T11:50:07.820Z | Compiling ref-cast v1.0.25 |
| 759 | 2026-05-01T11:50:07.829Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 760 | 2026-05-01T11:50:07.912Z | Compiling num_enum v0.7.6 |
| 761 | 2026-05-01T11:50:07.999Z | Compiling serde v1.0.228 |
| 762 | 2026-05-01T11:50:08.034Z | Compiling bitflags v2.11.1 |
| 763 | 2026-05-01T11:50:08.158Z | Compiling crc32fast v1.5.0 |
| 764 | 2026-05-01T11:50:08.394Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 765 | 2026-05-01T11:50:08.435Z | Compiling erased-serde v0.3.31 |
| 766 | 2026-05-01T11:50:08.520Z | Compiling postcard v1.1.3 |
| 767 | 2026-05-01T11:50:08.648Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 768 | 2026-05-01T11:50:08.757Z | Compiling cstr-argument v0.1.2 |
| 769 | 2026-05-01T11:50:08.860Z | Compiling slog v2.8.2 |
| 770 | 2026-05-01T11:50:08.870Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 771 | 2026-05-01T11:50:08.932Z | Compiling itertools v0.14.0 |
| 772 | 2026-05-01T11:50:09.087Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 773 | 2026-05-01T11:50:09.088Z | Compiling pretty-hex v0.4.2 |
| 774 | 2026-05-01T11:50:09.126Z | Compiling ingot-types v0.1.2 |
| 775 | 2026-05-01T11:50:09.168Z | Compiling futures-executor v0.3.32 |
| 776 | 2026-05-01T11:50:09.294Z | Compiling powerfmt v0.2.0 |
| 777 | 2026-05-01T11:50:09.424Z | Compiling dyn-clone v1.0.20 |
| 778 | 2026-05-01T11:50:09.530Z | Compiling ingot v0.1.1 |
| 779 | 2026-05-01T11:50:09.538Z | Compiling deranged v0.5.8 |
| 780 | 2026-05-01T11:50:09.582Z | Compiling futures v0.3.32 |
| 781 | 2026-05-01T11:50:09.587Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 782 | 2026-05-01T11:50:09.615Z | Compiling tracing v0.1.44 |
| 783 | 2026-05-01T11:50:09.652Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 784 | 2026-05-01T11:50:09.768Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 785 | 2026-05-01T11:50:09.777Z | Compiling num-traits v0.2.19 |
| 786 | 2026-05-01T11:50:09.794Z | Compiling uuid v1.23.1 |
| 787 | 2026-05-01T11:50:09.879Z | Compiling rand v0.10.1 |
| 788 | 2026-05-01T11:50:09.977Z | Compiling crossbeam-utils v0.8.21 |
| 789 | 2026-05-01T11:50:10.246Z | Compiling aho-corasick v1.1.4 |
| 790 | 2026-05-01T11:50:10.386Z | Compiling nom v8.0.0 |
| 791 | 2026-05-01T11:50:10.438Z | Compiling socket2 v0.6.3 |
| 792 | 2026-05-01T11:50:10.510Z | Compiling thread_local v1.1.9 |
| 793 | 2026-05-01T11:50:10.850Z | Compiling arc-swap v1.9.1 |
| 794 | 2026-05-01T11:50:10.850Z | Compiling iana-time-zone v0.1.65 |
| 795 | 2026-05-01T11:50:10.924Z | Compiling regex-syntax v0.8.10 |
| 796 | 2026-05-01T11:50:11.221Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 797 | 2026-05-01T11:50:11.323Z | Compiling num-conv v0.2.1 |
| 798 | 2026-05-01T11:50:11.375Z | Compiling lazy_static v1.5.0 |
| 799 | 2026-05-01T11:50:11.466Z | Compiling winnow v1.0.2 |
| 800 | 2026-05-01T11:50:11.466Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 801 | 2026-05-01T11:50:11.575Z | Compiling time-core v0.1.8 |
| 802 | 2026-05-01T11:50:11.704Z | Compiling oxnet v0.1.4 |
| 803 | 2026-05-01T11:50:11.711Z | Compiling colored v3.1.1 |
| 804 | 2026-05-01T11:50:11.716Z | Compiling time v0.3.47 |
| 805 | 2026-05-01T11:50:12.167Z | Compiling slog-scope v4.4.1 |
| 806 | 2026-05-01T11:50:12.644Z | Compiling rusticata-macros v5.0.0 |
| 807 | 2026-05-01T11:50:12.846Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 808 | 2026-05-01T11:50:12.967Z | Compiling regex-automata v0.4.14 |
| 809 | 2026-05-01T11:50:12.978Z | Compiling chrono v0.4.44 |
| 810 | 2026-05-01T11:50:13.607Z | Compiling thiserror v1.0.69 |
| 811 | 2026-05-01T11:50:13.662Z | Compiling crossbeam-channel v0.5.15 |
| 812 | 2026-05-01T11:50:13.706Z | Compiling cookie-factory v0.3.3 |
| 813 | 2026-05-01T11:50:14.021Z | Compiling is-terminal v0.4.17 |
| 814 | 2026-05-01T11:50:14.112Z | Compiling itertools v0.12.1 |
| 815 | 2026-05-01T11:50:14.409Z | Compiling term v1.2.1 |
| 816 | 2026-05-01T11:50:15.494Z | Compiling circular v0.3.0 |
| 817 | 2026-05-01T11:50:15.747Z | Compiling log v0.4.29 |
| 818 | 2026-05-01T11:50:16.006Z | Compiling take_mut v0.2.2 |
| 819 | 2026-05-01T11:50:16.112Z | Compiling slog-async v2.8.0 |
| 820 | 2026-05-01T11:50:16.902Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 821 | 2026-05-01T11:50:17.006Z | Compiling slog-stdlog v4.1.1 |
| 822 | 2026-05-01T11:50:17.421Z | Compiling pcap-parser v0.17.0 |
| 823 | 2026-05-01T11:50:17.522Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 824 | 2026-05-01T11:50:18.007Z | Compiling regex v1.12.3 |
| 825 | 2026-05-01T11:50:18.855Z | Compiling slog-term v2.9.2 |
| 826 | 2026-05-01T11:50:19.171Z | Compiling slog-envlogger v2.2.0 |
| 827 | 2026-05-01T11:50:19.642Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 828 | 2026-05-01T11:50:19.775Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 829 | 2026-05-01T11:50:20.493Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#5e686ee2) |
| 830 | 2026-05-01T11:50:20.745Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 831 | 2026-05-01T11:50:29.251Z | Finished `dev` profile [optimized + debuginfo] target(s) in 23.19s |
| 832 | 2026-05-01T11:50:29.285Z | ++ cargo build -q --test loopback --message-format=json |
| 833 | 2026-05-01T11:50:29.288Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 834 | 2026-05-01T11:50:29.408Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-12f37f324cc94e34 |
| 835 | 2026-05-01T11:50:29.408Z | + cargo build --test multicast_rx |
| 836 | 2026-05-01T11:50:29.511Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 837 | 2026-05-01T11:50:31.040Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.62s |
| 838 | 2026-05-01T11:50:31.076Z | ++ cargo build -q --test multicast_rx --message-format=json |
| 839 | 2026-05-01T11:50:31.079Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 840 | 2026-05-01T11:50:31.197Z | + multicast_rx_test=/work/oxidecomputer/opte/target/debug/deps/multicast_rx-49eb6d07d315dc67 |
| 841 | 2026-05-01T11:50:31.197Z | + cargo build --test multicast_multi_sub |
| 842 | 2026-05-01T11:50:31.303Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 843 | 2026-05-01T11:50:33.068Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.86s |
| 844 | 2026-05-01T11:50:33.104Z | ++ cargo build -q --test multicast_multi_sub --message-format=json |
| 845 | 2026-05-01T11:50:33.107Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 846 | 2026-05-01T11:50:33.226Z | + multicast_multi_sub_test=/work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-76fdf5b678c1aafe |
| 847 | 2026-05-01T11:50:33.226Z | + cargo build --test multicast_validation |
| 848 | 2026-05-01T11:50:33.330Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 849 | 2026-05-01T11:50:35.217Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1.98s |
| 850 | 2026-05-01T11:50:35.251Z | ++ cargo build -q --test multicast_validation --message-format=json |
| 851 | 2026-05-01T11:50:35.255Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 852 | 2026-05-01T11:50:35.378Z | + multicast_validation_test=/work/oxidecomputer/opte/target/debug/deps/multicast_validation-8e5a3c7d773efb7a |
| 853 | 2026-05-01T11:50:35.378Z | + cargo build --test multicast_source_filter |
| 854 | 2026-05-01T11:50:35.482Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
| 855 | 2026-05-01T11:50:37.490Z | Finished `dev` profile [optimized + debuginfo] target(s) in 2.10s |
| 856 | 2026-05-01T11:50:37.526Z | ++ cargo build -q --test multicast_source_filter --message-format=json |
| 857 | 2026-05-01T11:50:37.529Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
| 858 | 2026-05-01T11:50:37.651Z | + multicast_source_filter_test=/work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-045dac3c9c61f07e |
| 859 | 2026-05-01T11:50:37.651Z | + mkdir -p /work/test |
| 860 | 2026-05-01T11:50:37.654Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-12f37f324cc94e34 /work/test/loopback |
| 861 | 2026-05-01T11:50:37.695Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_rx-49eb6d07d315dc67 /work/test/multicast_rx |
| 862 | 2026-05-01T11:50:37.734Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_multi_sub-76fdf5b678c1aafe /work/test/multicast_multi_sub |
| 863 | 2026-05-01T11:50:37.778Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_validation-8e5a3c7d773efb7a /work/test/multicast_validation |
| 864 | 2026-05-01T11:50:37.818Z | + cp /work/oxidecomputer/opte/target/debug/deps/multicast_source_filter-045dac3c9c61f07e /work/test/multicast_source_filter |
| 865 | 2026-05-01T11:50:37.860Z | process exited: duration 226520 ms, exit code 0 |
| |
| 866 | 2026-05-01T11:50:37.877Z | found 14 output files |
| 867 | 2026-05-01T11:50:37.877Z | uploading: /work/debug/xde.dbg (91620136 bytes) |
| 868 | 2026-05-01T11:50:39.374Z | uploaded: /work/debug/xde.dbg |
| 869 | 2026-05-01T11:50:39.377Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
| 870 | 2026-05-01T11:50:40.383Z | uploaded: /work/debug/xde.dbg.sha256 |
| 871 | 2026-05-01T11:50:40.383Z | uploading: /work/debug/xde_link.dbg.so (1084984 bytes) |
| 872 | 2026-05-01T11:50:41.402Z | uploaded: /work/debug/xde_link.dbg.so |
| 873 | 2026-05-01T11:50:41.402Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
| 874 | 2026-05-01T11:50:42.411Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
| 875 | 2026-05-01T11:50:42.411Z | uploading: /work/release/xde (49459568 bytes) |
| 876 | 2026-05-01T11:50:43.681Z | uploaded: /work/release/xde |
| 877 | 2026-05-01T11:50:43.685Z | uploading: /work/release/xde.sha256 (84 bytes) |
| 878 | 2026-05-01T11:50:44.691Z | uploaded: /work/release/xde.sha256 |
| 879 | 2026-05-01T11:50:44.691Z | uploading: /work/release/xde_link.so (39516 bytes) |
| 880 | 2026-05-01T11:50:45.701Z | uploaded: /work/release/xde_link.so |
| 881 | 2026-05-01T11:50:45.701Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
| 882 | 2026-05-01T11:50:46.710Z | uploaded: /work/release/xde_link.so.sha256 |
| 883 | 2026-05-01T11:50:46.710Z | uploading: /work/test/loopback (49832048 bytes) |
| 884 | 2026-05-01T11:50:47.977Z | uploaded: /work/test/loopback |
| 885 | 2026-05-01T11:50:47.978Z | uploading: /work/test/multicast_rx (50124184 bytes) |
| 886 | 2026-05-01T11:50:49.320Z | uploaded: /work/test/multicast_rx |
| 887 | 2026-05-01T11:50:49.320Z | uploading: /work/test/multicast_multi_sub (56359360 bytes) |
| 888 | 2026-05-01T11:50:50.609Z | uploaded: /work/test/multicast_multi_sub |
| 889 | 2026-05-01T11:50:50.609Z | uploading: /work/test/multicast_validation (50276624 bytes) |
| 890 | 2026-05-01T11:50:51.887Z | uploaded: /work/test/multicast_validation |
| 891 | 2026-05-01T11:50:51.887Z | uploading: /work/test/multicast_source_filter (50581160 bytes) |
| 892 | 2026-05-01T11:50:53.146Z | uploaded: /work/test/multicast_source_filter |
| 893 | 2026-05-01T11:50:53.146Z | uploading: /work/xde.conf (79 bytes) |
| 894 | 2026-05-01T11:50:54.156Z | uploaded: /work/xde.conf |