|
|
|
| 1 | 2026-02-20T04:21:55.106Z | job assigned to worker 01KHWMFFAMS2YD4HFJYNFDNR0V [factory aws, i-037bb6fb4856fe012] (queued for 51 s) |
| |
| 2 | 2026-02-20T04:22:04.013Z | starting task 0: "setup" |
| 3 | 2026-02-20T04:22:04.080Z | ++ uname -s |
| 4 | 2026-02-20T04:22:04.080Z | + kern=SunOS |
| 5 | 2026-02-20T04:22:04.080Z | + build_user=build |
| 6 | 2026-02-20T04:22:04.080Z | + build_uid=12345 |
| 7 | 2026-02-20T04:22:04.080Z | + work_dir=/work |
| 8 | 2026-02-20T04:22:04.080Z | + input_dir=/input |
| 9 | 2026-02-20T04:22:04.080Z | + [[ 0 == 12345 ]] |
| 10 | 2026-02-20T04:22:04.080Z | + case "$kern" in |
| 11 | 2026-02-20T04:22:04.081Z | + groupadd -g 12345 build |
| 12 | 2026-02-20T04:22:04.081Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-02-20T04:22:05.983Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-02-20T04:22:06.111Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-02-20T04:22:06.119Z | + home_fs=zfs |
| 16 | 2026-02-20T04:22:06.119Z | + [[ zfs == autofs ]] |
| 17 | 2026-02-20T04:22:06.120Z | + mkdir -p /home/build |
| 18 | 2026-02-20T04:22:06.120Z | + chown build:build /home/build /work |
| 19 | 2026-02-20T04:22:08.119Z | + chmod 0700 /home/build /work |
| 20 | 2026-02-20T04:22:08.123Z | process exited: duration 4157 ms, exit code 0 |
| |
| 21 | 2026-02-20T04:22:08.133Z | starting task 1: "rust-toolchain" |
| 22 | 2026-02-20T04:22:08.143Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-02-20T04:22:08.143Z | * rust toolchain channel = "1.90.0" |
| 24 | 2026-02-20T04:22:08.143Z | * rust toolchain profile = "default" |
| 25 | 2026-02-20T04:22:08.143Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-02-20T04:22:08.143Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-02-20T04:22:08.143Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-02-20T04:22:08.148Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-02-20T04:22:08.148Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-02-20T04:22:08.281Z | info: downloading installer |
| 31 | 2026-02-20T04:22:10.343Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-02-20T04:22:10.343Z | warn: /opt/ooce/bin |
| 33 | 2026-02-20T04:22:10.343Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-02-20T04:22:10.343Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-02-20T04:22:10.343Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-02-20T04:22:10.343Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-02-20T04:22:10.343Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-02-20T04:22:10.343Z | error: cannot install while Rust is installed |
| 39 | 2026-02-20T04:22:10.343Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-02-20T04:22:10.377Z | info: profile set to 'default' |
| 41 | 2026-02-20T04:22:10.377Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-02-20T04:22:10.380Z | info: syncing channel updates for '1.90.0-x86_64-unknown-illumos' |
| 43 | 2026-02-20T04:22:10.549Z | info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14) |
| 44 | 2026-02-20T04:22:10.549Z | info: downloading component 'cargo' |
| 45 | 2026-02-20T04:22:11.512Z | info: downloading component 'clippy' |
| 46 | 2026-02-20T04:22:11.961Z | info: downloading component 'rust-docs' |
| 47 | 2026-02-20T04:22:13.723Z | info: downloading component 'rust-std' |
| 48 | 2026-02-20T04:22:15.644Z | info: downloading component 'rustc' |
| 49 | 2026-02-20T04:22:22.634Z | info: downloading component 'rustfmt' |
| 50 | 2026-02-20T04:22:22.914Z | info: installing component 'cargo' |
| 51 | 2026-02-20T04:22:23.816Z | info: installing component 'clippy' |
| 52 | 2026-02-20T04:22:24.221Z | info: installing component 'rust-docs' |
| 53 | 2026-02-20T04:22:26.133Z | info: installing component 'rust-std' |
| 54 | 2026-02-20T04:22:28.027Z | info: installing component 'rustc' |
| 55 | 2026-02-20T04:22:34.604Z | info: installing component 'rustfmt' |
| 56 | 2026-02-20T04:22:34.932Z | info: default toolchain set to '1.90.0-x86_64-unknown-illumos' |
| 57 | 2026-02-20T04:22:34.932Z | |
| 58 | 2026-02-20T04:22:35.376Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 59 | 2026-02-20T04:22:35.394Z | |
| 60 | 2026-02-20T04:22:35.394Z | |
| 61 | 2026-02-20T04:22:35.394Z | Rust is installed now. Great! |
| 62 | 2026-02-20T04:22:35.394Z | |
| 63 | 2026-02-20T04:22:35.394Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-02-20T04:22:35.394Z | environment variable. This has not been done automatically. |
| 65 | 2026-02-20T04:22:35.395Z | |
| 66 | 2026-02-20T04:22:35.395Z | To configure your current shell, you need to source |
| 67 | 2026-02-20T04:22:35.395Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-02-20T04:22:35.395Z | |
| 69 | 2026-02-20T04:22:35.395Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-02-20T04:22:35.395Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-02-20T04:22:35.395Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-02-20T04:22:35.395Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-02-20T04:22:35.496Z | + rustup --version |
| 74 | 2026-02-20T04:22:35.512Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-02-20T04:22:35.527Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-02-20T04:22:35.606Z | info: The currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 77 | 2026-02-20T04:22:35.612Z | + cargo --version |
| 78 | 2026-02-20T04:22:35.678Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 79 | 2026-02-20T04:22:35.682Z | + rustc --version |
| 80 | 2026-02-20T04:22:35.741Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 81 | 2026-02-20T04:22:35.745Z | process exited: duration 27610 ms, exit code 0 |
| |
| 82 | 2026-02-20T04:22:35.755Z | starting task 2: "authentication" |
| 83 | 2026-02-20T04:22:35.780Z | process exited: duration 24 ms, exit code 0 |
| |
| 84 | 2026-02-20T04:22:35.796Z | starting task 3: "clone repository" |
| 85 | 2026-02-20T04:22:35.809Z | + mkdir -p /work/oxidecomputer/opte |
| 86 | 2026-02-20T04:22:35.809Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 87 | 2026-02-20T04:22:35.835Z | Cloning into '/work/oxidecomputer/opte'... |
| 88 | 2026-02-20T04:22:36.707Z | + cd /work/oxidecomputer/opte |
| 89 | 2026-02-20T04:22:36.707Z | + git fetch origin f0e8206a98387983b689619462d7dd34162041fe |
| 90 | 2026-02-20T04:22:36.945Z | From https://github.com/oxidecomputer/opte |
| 91 | 2026-02-20T04:22:36.945Z | * branch f0e8206a98387983b689619462d7dd34162041fe -> FETCH_HEAD |
| 92 | 2026-02-20T04:22:36.955Z | + [[ -n '' ]] |
| 93 | 2026-02-20T04:22:36.955Z | + git reset --hard f0e8206a98387983b689619462d7dd34162041fe |
| 94 | 2026-02-20T04:22:36.982Z | HEAD is now at f0e8206 Update Rust crate clap to v4.5.60 |
| 95 | 2026-02-20T04:22:36.996Z | process exited: duration 1188 ms, exit code 0 |
| |
| 96 | 2026-02-20T04:22:37.009Z | starting task 4: "build" |
| 97 | 2026-02-20T04:22:37.019Z | + source .github/buildomat/common.sh |
| 98 | 2026-02-20T04:22:37.020Z | ++ rustup show active-toolchain |
| 99 | 2026-02-20T04:22:37.061Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 100 | 2026-02-20T04:22:37.065Z | ++ pushd xde |
| 101 | 2026-02-20T04:22:37.071Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 102 | 2026-02-20T04:22:37.071Z | ++ rustup show active-toolchain |
| 103 | 2026-02-20T04:22:37.077Z | info: syncing channel updates for 'nightly-2025-09-19-x86_64-unknown-illumos' |
| 104 | 2026-02-20T04:22:37.264Z | info: latest update on 2025-09-19, rust version 1.92.0-nightly (7c275d09e 2025-09-18) |
| 105 | 2026-02-20T04:22:37.283Z | info: downloading component 'cargo' |
| 106 | 2026-02-20T04:22:38.413Z | info: downloading component 'clippy' |
| 107 | 2026-02-20T04:22:38.804Z | info: downloading component 'rust-src' |
| 108 | 2026-02-20T04:22:39.139Z | info: downloading component 'rust-std' |
| 109 | 2026-02-20T04:22:41.331Z | info: downloading component 'rustc' |
| 110 | 2026-02-20T04:22:50.570Z | info: downloading component 'rustfmt' |
| 111 | 2026-02-20T04:22:50.902Z | info: installing component 'cargo' |
| 112 | 2026-02-20T04:22:51.817Z | info: installing component 'clippy' |
| 113 | 2026-02-20T04:22:52.213Z | info: installing component 'rust-src' |
| 114 | 2026-02-20T04:22:52.585Z | info: installing component 'rust-std' |
| 115 | 2026-02-20T04:22:54.278Z | info: installing component 'rustc' |
| 116 | 2026-02-20T04:23:00.931Z | info: installing component 'rustfmt' |
| 117 | 2026-02-20T04:23:01.261Z | nightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 118 | 2026-02-20T04:23:01.349Z | +++ rustup show active-toolchain -v |
| 119 | 2026-02-20T04:23:01.354Z | +++ head -n 1 |
| 120 | 2026-02-20T04:23:01.354Z | +++ cut '-d ' -f1 |
| 121 | 2026-02-20T04:23:01.459Z | ++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos |
| 122 | 2026-02-20T04:23:01.459Z | ++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos |
| 123 | 2026-02-20T04:23:01.459Z | ++ popd |
| 124 | 2026-02-20T04:23:01.467Z | /work/oxidecomputer/opte |
| 125 | 2026-02-20T04:23:01.467Z | + TGT_BASE=/work |
| 126 | 2026-02-20T04:23:01.467Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 127 | 2026-02-20T04:23:01.467Z | + REL_TGT=/work/release |
| 128 | 2026-02-20T04:23:01.468Z | + mkdir -p /work/release |
| 129 | 2026-02-20T04:23:01.468Z | + cargo --version |
| 130 | 2026-02-20T04:23:01.518Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 131 | 2026-02-20T04:23:01.528Z | + rustc --version |
| 132 | 2026-02-20T04:23:01.590Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 133 | 2026-02-20T04:23:01.594Z | + header 'build xde and opteadm (release+debug)' |
| 134 | 2026-02-20T04:23:01.594Z | + echo '# ==== build xde and opteadm (release+debug) ==== #' |
| 135 | 2026-02-20T04:23:01.594Z | # ==== build xde and opteadm (release+debug) ==== # |
| 136 | 2026-02-20T04:23:01.594Z | + ptime -m cargo xtask build --profile all |
| 137 | 2026-02-20T04:23:01.772Z | Updating crates.io index |
| 138 | 2026-02-20T04:23:01.780Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 139 | 2026-02-20T04:23:02.587Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 140 | 2026-02-20T04:23:03.191Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 141 | 2026-02-20T04:23:03.605Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 142 | 2026-02-20T04:23:03.814Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 143 | 2026-02-20T04:23:04.222Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 144 | 2026-02-20T04:23:04.471Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 145 | 2026-02-20T04:23:06.375Z | Downloading crates ... |
| 146 | 2026-02-20T04:23:06.445Z | Downloaded anyhow v1.0.101 |
| 147 | 2026-02-20T04:23:06.448Z | Downloaded serde_spanned v1.0.4 |
| 148 | 2026-02-20T04:23:06.452Z | Downloaded is_terminal_polyfill v1.70.2 |
| 149 | 2026-02-20T04:23:06.455Z | Downloaded itoa v1.0.17 |
| 150 | 2026-02-20T04:23:06.455Z | Downloaded colorchoice v1.0.4 |
| 151 | 2026-02-20T04:23:06.455Z | Downloaded anstyle-query v1.1.5 |
| 152 | 2026-02-20T04:23:06.459Z | Downloaded errno v0.3.14 |
| 153 | 2026-02-20T04:23:06.464Z | Downloaded utf8parse v0.2.2 |
| 154 | 2026-02-20T04:23:06.464Z | Downloaded terminal_size v0.4.3 |
| 155 | 2026-02-20T04:23:06.469Z | Downloaded heck v0.5.0 |
| 156 | 2026-02-20T04:23:06.469Z | Downloaded equivalent v1.0.2 |
| 157 | 2026-02-20T04:23:06.472Z | Downloaded clap_lex v1.0.0 |
| 158 | 2026-02-20T04:23:06.484Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 159 | 2026-02-20T04:23:06.488Z | Downloaded thiserror-impl v2.0.18 |
| 160 | 2026-02-20T04:23:06.501Z | Downloaded strsim v0.11.1 |
| 161 | 2026-02-20T04:23:06.504Z | Downloaded zmij v1.0.20 |
| 162 | 2026-02-20T04:23:06.507Z | Downloaded anstyle-parse v0.2.7 |
| 163 | 2026-02-20T04:23:06.510Z | Downloaded quote v1.0.44 |
| 164 | 2026-02-20T04:23:06.515Z | Downloaded cargo_metadata v0.23.1 |
| 165 | 2026-02-20T04:23:06.520Z | Downloaded proc-macro2 v1.0.106 |
| 166 | 2026-02-20T04:23:06.520Z | Downloaded cargo-platform v0.3.2 |
| 167 | 2026-02-20T04:23:06.523Z | Downloaded thiserror v2.0.18 |
| 168 | 2026-02-20T04:23:06.528Z | Downloaded anstyle v1.0.13 |
| 169 | 2026-02-20T04:23:06.532Z | Downloaded clap_derive v4.5.55 |
| 170 | 2026-02-20T04:23:06.537Z | Downloaded semver v1.0.27 |
| 171 | 2026-02-20T04:23:06.541Z | Downloaded toml_parser v1.0.7+spec-1.1.0 |
| 172 | 2026-02-20T04:23:06.544Z | Downloaded serde_derive v1.0.228 |
| 173 | 2026-02-20T04:23:06.544Z | Downloaded bitflags v2.10.0 |
| 174 | 2026-02-20T04:23:06.550Z | Downloaded anstream v0.6.21 |
| 175 | 2026-02-20T04:23:06.555Z | Downloaded camino v1.2.2 |
| 176 | 2026-02-20T04:23:06.563Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 177 | 2026-02-20T04:23:06.563Z | Downloaded serde_core v1.0.228 |
| 178 | 2026-02-20T04:23:06.571Z | Downloaded clap v4.5.60 |
| 179 | 2026-02-20T04:23:06.577Z | Downloaded unicode-ident v1.0.23 |
| 180 | 2026-02-20T04:23:06.581Z | Downloaded memchr v2.8.0 |
| 181 | 2026-02-20T04:23:06.586Z | Downloaded toml v1.0.0+spec-1.1.0 |
| 182 | 2026-02-20T04:23:06.589Z | Downloaded serde v1.0.228 |
| 183 | 2026-02-20T04:23:06.597Z | Downloaded indexmap v2.13.0 |
| 184 | 2026-02-20T04:23:06.616Z | Downloaded hashbrown v0.16.1 |
| 185 | 2026-02-20T04:23:06.631Z | Downloaded serde_json v1.0.149 |
| 186 | 2026-02-20T04:23:06.636Z | Downloaded clap_builder v4.5.60 |
| 187 | 2026-02-20T04:23:06.641Z | Downloaded winnow v0.7.14 |
| 188 | 2026-02-20T04:23:06.661Z | Downloaded syn v2.0.114 |
| 189 | 2026-02-20T04:23:06.686Z | Downloaded rustix v1.1.3 |
| 190 | 2026-02-20T04:23:06.724Z | Downloaded libc v0.2.180 |
| 191 | 2026-02-20T04:23:06.789Z | Compiling proc-macro2 v1.0.106 |
| 192 | 2026-02-20T04:23:06.789Z | Compiling serde_core v1.0.228 |
| 193 | 2026-02-20T04:23:06.792Z | Compiling quote v1.0.44 |
| 194 | 2026-02-20T04:23:06.792Z | Compiling unicode-ident v1.0.23 |
| 195 | 2026-02-20T04:23:06.792Z | Compiling libc v0.2.180 |
| 196 | 2026-02-20T04:23:06.792Z | Compiling rustix v1.1.3 |
| 197 | 2026-02-20T04:23:06.792Z | Compiling zmij v1.0.20 |
| 198 | 2026-02-20T04:23:06.792Z | Compiling bitflags v2.10.0 |
| 199 | 2026-02-20T04:23:07.109Z | Compiling utf8parse v0.2.2 |
| 200 | 2026-02-20T04:23:07.269Z | Compiling anstyle-parse v0.2.7 |
| 201 | 2026-02-20T04:23:07.579Z | Compiling anstyle v1.0.13 |
| 202 | 2026-02-20T04:23:07.583Z | Compiling colorchoice v1.0.4 |
| 203 | 2026-02-20T04:23:07.622Z | Compiling is_terminal_polyfill v1.70.2 |
| 204 | 2026-02-20T04:23:07.736Z | Compiling anstyle-query v1.1.5 |
| 205 | 2026-02-20T04:23:07.744Z | Compiling serde_json v1.0.149 |
| 206 | 2026-02-20T04:23:07.760Z | Compiling serde v1.0.228 |
| 207 | 2026-02-20T04:23:07.800Z | Compiling camino v1.2.2 |
| 208 | 2026-02-20T04:23:07.890Z | Compiling thiserror v2.0.18 |
| 209 | 2026-02-20T04:23:08.084Z | Compiling anstream v0.6.21 |
| 210 | 2026-02-20T04:23:08.323Z | Compiling anyhow v1.0.101 |
| 211 | 2026-02-20T04:23:08.431Z | Compiling heck v0.5.0 |
| 212 | 2026-02-20T04:23:08.514Z | Compiling errno v0.3.14 |
| 213 | 2026-02-20T04:23:08.899Z | Compiling memchr v2.8.0 |
| 214 | 2026-02-20T04:23:08.932Z | Compiling itoa v1.0.17 |
| 215 | 2026-02-20T04:23:08.974Z | Compiling clap_lex v1.0.0 |
| 216 | 2026-02-20T04:23:09.163Z | Compiling winnow v0.7.14 |
| 217 | 2026-02-20T04:23:09.301Z | Compiling syn v2.0.114 |
| 218 | 2026-02-20T04:23:09.365Z | Compiling strsim v0.11.1 |
| 219 | 2026-02-20T04:23:09.792Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 220 | 2026-02-20T04:23:09.859Z | Compiling terminal_size v0.4.3 |
| 221 | 2026-02-20T04:23:10.121Z | Compiling clap_builder v4.5.60 |
| 222 | 2026-02-20T04:23:12.033Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 223 | 2026-02-20T04:23:12.033Z | Compiling cargo-platform v0.3.2 |
| 224 | 2026-02-20T04:23:12.058Z | Compiling serde_spanned v1.0.4 |
| 225 | 2026-02-20T04:23:12.461Z | Compiling toml_parser v1.0.7+spec-1.1.0 |
| 226 | 2026-02-20T04:23:13.123Z | Compiling semver v1.0.27 |
| 227 | 2026-02-20T04:23:13.289Z | Compiling toml v1.0.0+spec-1.1.0 |
| 228 | 2026-02-20T04:23:16.113Z | Compiling thiserror-impl v2.0.18 |
| 229 | 2026-02-20T04:23:16.826Z | Compiling serde_derive v1.0.228 |
| 230 | 2026-02-20T04:23:16.906Z | Compiling clap_derive v4.5.55 |
| 231 | 2026-02-20T04:23:20.909Z | Compiling clap v4.5.60 |
| 232 | 2026-02-20T04:23:23.642Z | Compiling cargo_metadata v0.23.1 |
| 233 | 2026-02-20T04:23:27.829Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 234 | 2026-02-20T04:23:30.408Z | Finished `dev` profile [optimized + debuginfo] target(s) in 28.75s |
| 235 | 2026-02-20T04:23:30.507Z | Running `target/debug/xtask build --profile all` |
| 236 | 2026-02-20T04:23:32.485Z | Building opteadm (release). |
| 237 | 2026-02-20T04:23:32.615Z | Compiling proc-macro2 v1.0.106 |
| 238 | 2026-02-20T04:23:32.615Z | Compiling unicode-ident v1.0.23 |
| 239 | 2026-02-20T04:23:32.615Z | Compiling quote v1.0.44 |
| 240 | 2026-02-20T04:23:32.618Z | Compiling libc v0.2.180 |
| 241 | 2026-02-20T04:23:32.618Z | Compiling serde_core v1.0.228 |
| 242 | 2026-02-20T04:23:32.618Z | Compiling zerocopy v0.8.39 |
| 243 | 2026-02-20T04:23:32.618Z | Compiling cfg-if v1.0.4 |
| 244 | 2026-02-20T04:23:32.618Z | Compiling fnv v1.0.7 |
| 245 | 2026-02-20T04:23:32.726Z | Compiling thiserror v2.0.18 |
| 246 | 2026-02-20T04:23:32.753Z | Compiling ident_case v1.0.1 |
| 247 | 2026-02-20T04:23:32.805Z | Compiling strsim v0.11.1 |
| 248 | 2026-02-20T04:23:32.910Z | Compiling memchr v2.8.0 |
| 249 | 2026-02-20T04:23:33.133Z | Compiling regex-syntax v0.8.9 |
| 250 | 2026-02-20T04:23:33.334Z | Compiling winnow v0.7.14 |
| 251 | 2026-02-20T04:23:33.345Z | Compiling anyhow v1.0.101 |
| 252 | 2026-02-20T04:23:33.663Z | Compiling serde v1.0.228 |
| 253 | 2026-02-20T04:23:33.883Z | Compiling aho-corasick v1.1.4 |
| 254 | 2026-02-20T04:23:34.100Z | Compiling hashbrown v0.16.1 |
| 255 | 2026-02-20T04:23:34.197Z | Compiling either v1.15.0 |
| 256 | 2026-02-20T04:23:34.246Z | Compiling equivalent v1.0.2 |
| 257 | 2026-02-20T04:23:34.564Z | Compiling itertools v0.14.0 |
| 258 | 2026-02-20T04:23:34.877Z | Compiling syn v2.0.114 |
| 259 | 2026-02-20T04:23:34.932Z | Compiling getrandom v0.3.4 |
| 260 | 2026-02-20T04:23:35.260Z | Compiling indexmap v2.13.0 |
| 261 | 2026-02-20T04:23:35.560Z | Compiling byteorder v1.5.0 |
| 262 | 2026-02-20T04:23:35.929Z | Compiling heapless v0.8.0 |
| 263 | 2026-02-20T04:23:36.443Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 264 | 2026-02-20T04:23:36.674Z | Compiling toml_parser v1.0.7+spec-1.1.0 |
| 265 | 2026-02-20T04:23:36.812Z | Compiling regex-automata v0.4.14 |
| 266 | 2026-02-20T04:23:37.192Z | Compiling hash32 v0.3.1 |
| 267 | 2026-02-20T04:23:37.424Z | Compiling macaddr v1.0.1 |
| 268 | 2026-02-20T04:23:37.576Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 269 | 2026-02-20T04:23:37.630Z | Compiling stable_deref_trait v1.2.1 |
| 270 | 2026-02-20T04:23:37.729Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 271 | 2026-02-20T04:23:37.801Z | Compiling rustversion v1.0.22 |
| 272 | 2026-02-20T04:23:38.024Z | Compiling bitflags v2.10.0 |
| 273 | 2026-02-20T04:23:38.093Z | Compiling syn v1.0.109 |
| 274 | 2026-02-20T04:23:38.242Z | Compiling smoltcp v0.11.0 |
| 275 | 2026-02-20T04:23:38.677Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 276 | 2026-02-20T04:23:38.694Z | Compiling bitflags v1.3.2 |
| 277 | 2026-02-20T04:23:38.752Z | Compiling proc-macro-crate v3.4.0 |
| 278 | 2026-02-20T04:23:38.769Z | Compiling version_check v0.9.5 |
| 279 | 2026-02-20T04:23:38.862Z | Compiling managed v0.8.0 |
| 280 | 2026-02-20T04:23:39.006Z | Compiling rustix v1.1.3 |
| 281 | 2026-02-20T04:23:39.295Z | Compiling ref-cast v1.0.25 |
| 282 | 2026-02-20T04:23:39.334Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 283 | 2026-02-20T04:23:39.700Z | Compiling rand_core v0.9.5 |
| 284 | 2026-02-20T04:23:39.865Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 285 | 2026-02-20T04:23:39.962Z | Compiling errno v0.3.14 |
| 286 | 2026-02-20T04:23:40.124Z | Compiling once_cell v1.21.3 |
| 287 | 2026-02-20T04:23:40.185Z | Compiling unicode-width v0.2.2 |
| 288 | 2026-02-20T04:23:40.577Z | Compiling ipnetwork v0.21.1 |
| 289 | 2026-02-20T04:23:40.642Z | Compiling foreign-types-shared v0.3.1 |
| 290 | 2026-02-20T04:23:40.770Z | Compiling regex v1.12.3 |
| 291 | 2026-02-20T04:23:40.804Z | Compiling utf8parse v0.2.2 |
| 292 | 2026-02-20T04:23:40.951Z | Compiling anstyle-parse v0.2.7 |
| 293 | 2026-02-20T04:23:41.304Z | Compiling tabwriter v1.4.1 |
| 294 | 2026-02-20T04:23:41.334Z | Compiling tracing-core v0.1.36 |
| 295 | 2026-02-20T04:23:41.660Z | Compiling darling_core v0.21.3 |
| 296 | 2026-02-20T04:23:41.921Z | Compiling cstr-argument v0.1.2 |
| 297 | 2026-02-20T04:23:43.195Z | Compiling is_terminal_polyfill v1.70.2 |
| 298 | 2026-02-20T04:23:43.269Z | Compiling pin-project-lite v0.2.16 |
| 299 | 2026-02-20T04:23:43.312Z | Compiling anstyle-query v1.1.5 |
| 300 | 2026-02-20T04:23:43.400Z | Compiling colorchoice v1.0.4 |
| 301 | 2026-02-20T04:23:43.459Z | Compiling dyn-clone v1.0.20 |
| 302 | 2026-02-20T04:23:43.546Z | Compiling pretty-hex v0.4.1 |
| 303 | 2026-02-20T04:23:43.558Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c) |
| 304 | 2026-02-20T04:23:43.684Z | Compiling anstyle v1.0.13 |
| 305 | 2026-02-20T04:23:43.906Z | Compiling terminal_size v0.4.3 |
| 306 | 2026-02-20T04:23:44.123Z | Compiling anstream v0.6.21 |
| 307 | 2026-02-20T04:23:44.160Z | Compiling uuid v1.20.0 |
| 308 | 2026-02-20T04:23:44.387Z | Compiling socket2 v0.6.2 |
| 309 | 2026-02-20T04:23:44.978Z | Compiling clap_lex v1.0.0 |
| 310 | 2026-02-20T04:23:45.461Z | Compiling colored v3.1.1 |
| 311 | 2026-02-20T04:23:45.465Z | Compiling heck v0.5.0 |
| 312 | 2026-02-20T04:23:45.465Z | Compiling zerocopy-derive v0.8.39 |
| 313 | 2026-02-20T04:23:45.495Z | Compiling thiserror-impl v2.0.18 |
| 314 | 2026-02-20T04:23:45.593Z | Compiling serde_derive v1.0.228 |
| 315 | 2026-02-20T04:23:45.599Z | Compiling ref-cast-impl v1.0.25 |
| 316 | 2026-02-20T04:23:45.619Z | Compiling num_enum_derive v0.7.5 |
| 317 | 2026-02-20T04:23:46.269Z | Compiling foreign-types-macros v0.2.3 |
| 318 | 2026-02-20T04:23:46.862Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 319 | 2026-02-20T04:23:47.219Z | Compiling darling_macro v0.21.3 |
| 320 | 2026-02-20T04:23:47.451Z | Compiling foreign-types v0.5.0 |
| 321 | 2026-02-20T04:23:47.552Z | Compiling tracing-attributes v0.1.31 |
| 322 | 2026-02-20T04:23:47.691Z | Compiling num_enum v0.7.5 |
| 323 | 2026-02-20T04:23:47.712Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 324 | 2026-02-20T04:23:47.882Z | Compiling oxnet v0.1.4 |
| 325 | 2026-02-20T04:23:48.162Z | Compiling darling v0.21.3 |
| 326 | 2026-02-20T04:23:48.263Z | Compiling ingot-macros v0.1.1 |
| 327 | 2026-02-20T04:23:48.298Z | Compiling cobs v0.3.0 |
| 328 | 2026-02-20T04:23:48.347Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 329 | 2026-02-20T04:23:48.676Z | Compiling clap_derive v4.5.55 |
| 330 | 2026-02-20T04:23:48.812Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 331 | 2026-02-20T04:23:49.636Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 332 | 2026-02-20T04:23:49.795Z | Compiling clap_builder v4.5.60 |
| 333 | 2026-02-20T04:23:50.031Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 334 | 2026-02-20T04:23:50.290Z | Compiling tracing v0.1.44 |
| 335 | 2026-02-20T04:23:52.713Z | Compiling postcard v1.1.3 |
| 336 | 2026-02-20T04:23:53.726Z | Compiling clap v4.5.60 |
| 337 | 2026-02-20T04:23:55.876Z | Compiling ingot-types v0.1.2 |
| 338 | 2026-02-20T04:23:55.876Z | Compiling ppv-lite86 v0.2.21 |
| 339 | 2026-02-20T04:23:56.327Z | Compiling rand_chacha v0.9.0 |
| 340 | 2026-02-20T04:23:56.407Z | Compiling ingot v0.1.1 |
| 341 | 2026-02-20T04:23:56.573Z | Compiling rand v0.9.2 |
| 342 | 2026-02-20T04:23:59.527Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 343 | 2026-02-20T04:24:01.240Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 344 | 2026-02-20T04:24:02.853Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 345 | 2026-02-20T04:24:15.420Z | Finished `release` profile [optimized + debuginfo] target(s) in 42.93s |
| 346 | 2026-02-20T04:24:15.454Z | Building xde (release-lto). |
| 347 | 2026-02-20T04:24:15.823Z | Updating crates.io index |
| 348 | 2026-02-20T04:24:15.936Z | Downloading crates ... |
| 349 | 2026-02-20T04:24:16.022Z | Downloaded cfg-if v1.0.1 |
| 350 | 2026-02-20T04:24:16.028Z | Downloaded adler2 v2.0.1 |
| 351 | 2026-02-20T04:24:16.031Z | Downloaded rustc-literal-escaper v0.0.5 |
| 352 | 2026-02-20T04:24:16.032Z | Downloaded getopts v0.2.24 |
| 353 | 2026-02-20T04:24:16.039Z | Downloaded gimli v0.32.0 |
| 354 | 2026-02-20T04:24:16.048Z | Downloaded rustc-demangle v0.1.26 |
| 355 | 2026-02-20T04:24:16.051Z | Downloaded addr2line v0.25.0 |
| 356 | 2026-02-20T04:24:16.058Z | Downloaded memchr v2.7.5 |
| 357 | 2026-02-20T04:24:16.071Z | Downloaded miniz_oxide v0.8.9 |
| 358 | 2026-02-20T04:24:16.089Z | Downloaded object v0.37.3 |
| 359 | 2026-02-20T04:24:16.099Z | Downloaded hashbrown v0.15.5 |
| 360 | 2026-02-20T04:24:16.136Z | Downloaded libc v0.2.175 |
| 361 | 2026-02-20T04:24:16.208Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 362 | 2026-02-20T04:24:16.208Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 363 | 2026-02-20T04:24:16.211Z | Compiling proc-macro2 v1.0.106 |
| 364 | 2026-02-20T04:24:16.211Z | Compiling unicode-ident v1.0.23 |
| 365 | 2026-02-20T04:24:16.211Z | Compiling quote v1.0.44 |
| 366 | 2026-02-20T04:24:16.212Z | Compiling serde_core v1.0.228 |
| 367 | 2026-02-20T04:24:16.212Z | Compiling strsim v0.11.1 |
| 368 | 2026-02-20T04:24:16.243Z | Compiling ident_case v1.0.1 |
| 369 | 2026-02-20T04:24:16.475Z | Compiling fnv v1.0.7 |
| 370 | 2026-02-20T04:24:16.479Z | Compiling memchr v2.8.0 |
| 371 | 2026-02-20T04:24:16.614Z | Compiling regex-syntax v0.8.9 |
| 372 | 2026-02-20T04:24:16.941Z | Compiling either v1.15.0 |
| 373 | 2026-02-20T04:24:16.965Z | Compiling thiserror v2.0.18 |
| 374 | 2026-02-20T04:24:17.016Z | Compiling serde v1.0.228 |
| 375 | 2026-02-20T04:24:17.217Z | Compiling zerocopy v0.8.39 |
| 376 | 2026-02-20T04:24:17.328Z | Compiling aho-corasick v1.1.4 |
| 377 | 2026-02-20T04:24:17.749Z | Compiling itertools v0.14.0 |
| 378 | 2026-02-20T04:24:17.863Z | Compiling heapless v0.8.0 |
| 379 | 2026-02-20T04:24:18.209Z | Compiling smoltcp v0.11.0 |
| 380 | 2026-02-20T04:24:18.482Z | Compiling syn v2.0.114 |
| 381 | 2026-02-20T04:24:18.695Z | Compiling version_check v0.9.5 |
| 382 | 2026-02-20T04:24:18.869Z | Compiling ref-cast v1.0.25 |
| 383 | 2026-02-20T04:24:18.964Z | Compiling crc32fast v1.5.0 |
| 384 | 2026-02-20T04:24:19.427Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 385 | 2026-02-20T04:24:19.933Z | Compiling regex-automata v0.4.14 |
| 386 | 2026-02-20T04:24:22.809Z | Compiling regex v1.12.3 |
| 387 | 2026-02-20T04:24:23.525Z | Compiling darling_core v0.21.3 |
| 388 | 2026-02-20T04:24:25.358Z | Compiling thiserror-impl v2.0.18 |
| 389 | 2026-02-20T04:24:25.358Z | Compiling zerocopy-derive v0.8.39 |
| 390 | 2026-02-20T04:24:25.374Z | Compiling serde_derive v1.0.228 |
| 391 | 2026-02-20T04:24:25.374Z | Compiling ref-cast-impl v1.0.25 |
| 392 | 2026-02-20T04:24:25.374Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 393 | 2026-02-20T04:24:28.102Z | Compiling darling_macro v0.21.3 |
| 394 | 2026-02-20T04:24:29.322Z | Compiling darling v0.21.3 |
| 395 | 2026-02-20T04:24:29.431Z | Compiling ingot-macros v0.1.1 |
| 396 | 2026-02-20T04:24:29.431Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 397 | 2026-02-20T04:24:41.019Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 398 | 2026-02-20T04:24:44.414Z | Compiling byteorder v1.5.0 |
| 399 | 2026-02-20T04:24:44.414Z | Compiling stable_deref_trait v1.2.1 |
| 400 | 2026-02-20T04:24:44.439Z | Compiling macaddr v1.0.1 |
| 401 | 2026-02-20T04:24:44.440Z | Compiling cfg-if v1.0.4 |
| 402 | 2026-02-20T04:24:44.469Z | Compiling bitflags v1.3.2 |
| 403 | 2026-02-20T04:24:44.499Z | Compiling managed v0.8.0 |
| 404 | 2026-02-20T04:24:44.554Z | Compiling cobs v0.3.0 |
| 405 | 2026-02-20T04:24:44.761Z | Compiling hash32 v0.3.1 |
| 406 | 2026-02-20T04:24:45.013Z | Compiling dyn-clone v1.0.20 |
| 407 | 2026-02-20T04:24:45.102Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 408 | 2026-02-20T04:24:47.738Z | Compiling bitflags v2.10.0 |
| 409 | 2026-02-20T04:24:47.741Z | Compiling uuid v1.20.0 |
| 410 | 2026-02-20T04:24:48.026Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 411 | 2026-02-20T04:24:48.674Z | Compiling postcard v1.1.3 |
| 412 | 2026-02-20T04:24:50.398Z | Compiling ingot-types v0.1.2 |
| 413 | 2026-02-20T04:24:50.937Z | Compiling ingot v0.1.1 |
| 414 | 2026-02-20T04:24:53.871Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 415 | 2026-02-20T04:25:00.302Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 416 | 2026-02-20T04:25:14.376Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 417 | 2026-02-20T04:25:59.792Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 44s |
| 418 | 2026-02-20T04:25:59.820Z | Linking xde kmod... |
| 419 | 2026-02-20T04:26:00.374Z | Building xde dev link helper (release). |
| 420 | 2026-02-20T04:26:00.626Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 421 | 2026-02-20T04:26:00.626Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 422 | 2026-02-20T04:26:00.626Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 423 | 2026-02-20T04:26:20.986Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 424 | 2026-02-20T04:26:24.935Z | Finished `release` profile [optimized + debuginfo] target(s) in 24.49s |
| 425 | 2026-02-20T04:26:24.959Z | Building opteadm (dev). |
| 426 | 2026-02-20T04:26:25.180Z | Compiling serde_core v1.0.228 |
| 427 | 2026-02-20T04:26:25.180Z | Compiling libc v0.2.180 |
| 428 | 2026-02-20T04:26:25.180Z | Compiling cfg-if v1.0.4 |
| 429 | 2026-02-20T04:26:25.183Z | Compiling zerocopy v0.8.39 |
| 430 | 2026-02-20T04:26:25.183Z | Compiling strsim v0.11.1 |
| 431 | 2026-02-20T04:26:25.207Z | Compiling ident_case v1.0.1 |
| 432 | 2026-02-20T04:26:25.215Z | Compiling syn v2.0.114 |
| 433 | 2026-02-20T04:26:25.218Z | Compiling fnv v1.0.7 |
| 434 | 2026-02-20T04:26:25.288Z | Compiling memchr v2.8.0 |
| 435 | 2026-02-20T04:26:25.335Z | Compiling regex-syntax v0.8.9 |
| 436 | 2026-02-20T04:26:25.376Z | Compiling hashbrown v0.16.1 |
| 437 | 2026-02-20T04:26:25.805Z | Compiling either v1.15.0 |
| 438 | 2026-02-20T04:26:25.960Z | Compiling equivalent v1.0.2 |
| 439 | 2026-02-20T04:26:26.066Z | Compiling serde v1.0.228 |
| 440 | 2026-02-20T04:26:26.194Z | Compiling aho-corasick v1.1.4 |
| 441 | 2026-02-20T04:26:26.522Z | Compiling winnow v0.7.14 |
| 442 | 2026-02-20T04:26:26.543Z | Compiling indexmap v2.13.0 |
| 443 | 2026-02-20T04:26:26.679Z | Compiling itertools v0.14.0 |
| 444 | 2026-02-20T04:26:26.918Z | Compiling byteorder v1.5.0 |
| 445 | 2026-02-20T04:26:27.284Z | Compiling heapless v0.8.0 |
| 446 | 2026-02-20T04:26:27.824Z | Compiling getrandom v0.3.4 |
| 447 | 2026-02-20T04:26:27.915Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 448 | 2026-02-20T04:26:28.444Z | Compiling hash32 v0.3.1 |
| 449 | 2026-02-20T04:26:28.670Z | Compiling macaddr v1.0.1 |
| 450 | 2026-02-20T04:26:28.712Z | Compiling syn v1.0.109 |
| 451 | 2026-02-20T04:26:29.190Z | Compiling regex-automata v0.4.14 |
| 452 | 2026-02-20T04:26:29.279Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 453 | 2026-02-20T04:26:29.558Z | Compiling rustversion v1.0.22 |
| 454 | 2026-02-20T04:26:29.652Z | Compiling smoltcp v0.11.0 |
| 455 | 2026-02-20T04:26:29.870Z | Compiling toml_parser v1.0.7+spec-1.1.0 |
| 456 | 2026-02-20T04:26:29.955Z | Compiling stable_deref_trait v1.2.1 |
| 457 | 2026-02-20T04:26:30.249Z | Compiling bitflags v2.10.0 |
| 458 | 2026-02-20T04:26:30.383Z | Compiling ref-cast v1.0.25 |
| 459 | 2026-02-20T04:26:30.682Z | Compiling version_check v0.9.5 |
| 460 | 2026-02-20T04:26:30.770Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 461 | 2026-02-20T04:26:30.971Z | Compiling managed v0.8.0 |
| 462 | 2026-02-20T04:26:31.043Z | Compiling bitflags v1.3.2 |
| 463 | 2026-02-20T04:26:31.149Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 464 | 2026-02-20T04:26:31.234Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 465 | 2026-02-20T04:26:31.259Z | Compiling rand_core v0.9.5 |
| 466 | 2026-02-20T04:26:31.271Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 467 | 2026-02-20T04:26:31.792Z | Compiling errno v0.3.14 |
| 468 | 2026-02-20T04:26:32.093Z | Compiling darling_core v0.21.3 |
| 469 | 2026-02-20T04:26:32.534Z | Compiling proc-macro-crate v3.4.0 |
| 470 | 2026-02-20T04:26:32.816Z | Compiling ipnetwork v0.21.1 |
| 471 | 2026-02-20T04:26:32.931Z | Compiling once_cell v1.21.3 |
| 472 | 2026-02-20T04:26:33.405Z | Compiling regex v1.12.3 |
| 473 | 2026-02-20T04:26:33.475Z | Compiling foreign-types-shared v0.3.1 |
| 474 | 2026-02-20T04:26:33.954Z | Compiling unicode-width v0.2.2 |
| 475 | 2026-02-20T04:26:34.292Z | Compiling tracing-core v0.1.36 |
| 476 | 2026-02-20T04:26:34.566Z | Compiling cstr-argument v0.1.2 |
| 477 | 2026-02-20T04:26:34.869Z | Compiling tabwriter v1.4.1 |
| 478 | 2026-02-20T04:26:35.695Z | Compiling rustix v1.1.3 |
| 479 | 2026-02-20T04:26:35.733Z | Compiling zerocopy-derive v0.8.39 |
| 480 | 2026-02-20T04:26:35.745Z | Compiling thiserror-impl v2.0.18 |
| 481 | 2026-02-20T04:26:36.463Z | Compiling serde_derive v1.0.228 |
| 482 | 2026-02-20T04:26:37.273Z | Compiling num_enum_derive v0.7.5 |
| 483 | 2026-02-20T04:26:37.817Z | Compiling darling_macro v0.21.3 |
| 484 | 2026-02-20T04:26:38.511Z | Compiling foreign-types-macros v0.2.3 |
| 485 | 2026-02-20T04:26:38.530Z | Compiling thiserror v2.0.18 |
| 486 | 2026-02-20T04:26:38.686Z | Compiling cobs v0.3.0 |
| 487 | 2026-02-20T04:26:38.815Z | Compiling darling v0.21.3 |
| 488 | 2026-02-20T04:26:38.921Z | Compiling ingot-macros v0.1.1 |
| 489 | 2026-02-20T04:26:39.203Z | Compiling ref-cast-impl v1.0.25 |
| 490 | 2026-02-20T04:26:39.344Z | Compiling num_enum v0.7.5 |
| 491 | 2026-02-20T04:26:39.533Z | Compiling tracing-attributes v0.1.31 |
| 492 | 2026-02-20T04:26:39.651Z | Compiling foreign-types v0.5.0 |
| 493 | 2026-02-20T04:26:39.763Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 494 | 2026-02-20T04:26:40.749Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 495 | 2026-02-20T04:26:40.786Z | Compiling anyhow v1.0.101 |
| 496 | 2026-02-20T04:26:40.927Z | Compiling pretty-hex v0.4.1 |
| 497 | 2026-02-20T04:26:41.160Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c) |
| 498 | 2026-02-20T04:26:41.175Z | Compiling pin-project-lite v0.2.16 |
| 499 | 2026-02-20T04:26:41.325Z | Compiling dyn-clone v1.0.20 |
| 500 | 2026-02-20T04:26:41.606Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 501 | 2026-02-20T04:26:41.641Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 502 | 2026-02-20T04:26:41.777Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 503 | 2026-02-20T04:26:41.792Z | Compiling terminal_size v0.4.3 |
| 504 | 2026-02-20T04:26:42.011Z | Compiling uuid v1.20.0 |
| 505 | 2026-02-20T04:26:42.055Z | Compiling socket2 v0.6.2 |
| 506 | 2026-02-20T04:26:42.338Z | Compiling tracing v0.1.44 |
| 507 | 2026-02-20T04:26:42.862Z | Compiling oxnet v0.1.4 |
| 508 | 2026-02-20T04:26:43.048Z | Compiling colored v3.1.1 |
| 509 | 2026-02-20T04:26:43.291Z | Compiling clap_builder v4.5.60 |
| 510 | 2026-02-20T04:26:43.827Z | Compiling clap_derive v4.5.55 |
| 511 | 2026-02-20T04:26:44.633Z | Compiling postcard v1.1.3 |
| 512 | 2026-02-20T04:26:44.689Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 513 | 2026-02-20T04:26:46.558Z | Compiling ingot-types v0.1.2 |
| 514 | 2026-02-20T04:26:46.558Z | Compiling ppv-lite86 v0.2.21 |
| 515 | 2026-02-20T04:26:46.801Z | Compiling clap v4.5.60 |
| 516 | 2026-02-20T04:26:47.023Z | Compiling rand_chacha v0.9.0 |
| 517 | 2026-02-20T04:26:47.073Z | Compiling ingot v0.1.1 |
| 518 | 2026-02-20T04:26:47.291Z | Compiling rand v0.9.2 |
| 519 | 2026-02-20T04:26:52.597Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 520 | 2026-02-20T04:26:55.197Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 521 | 2026-02-20T04:26:57.150Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 522 | 2026-02-20T04:27:04.847Z | Finished `dev` profile [optimized + debuginfo] target(s) in 39.87s |
| 523 | 2026-02-20T04:27:04.882Z | Building xde (dev). |
| 524 | 2026-02-20T04:27:05.247Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 525 | 2026-02-20T04:27:05.247Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 526 | 2026-02-20T04:27:05.247Z | Compiling proc-macro2 v1.0.106 |
| 527 | 2026-02-20T04:27:05.307Z | Compiling unicode-ident v1.0.23 |
| 528 | 2026-02-20T04:27:05.307Z | Compiling quote v1.0.44 |
| 529 | 2026-02-20T04:27:05.307Z | Compiling serde_core v1.0.228 |
| 530 | 2026-02-20T04:27:05.307Z | Compiling strsim v0.11.1 |
| 531 | 2026-02-20T04:27:05.307Z | Compiling fnv v1.0.7 |
| 532 | 2026-02-20T04:27:05.386Z | Compiling ident_case v1.0.1 |
| 533 | 2026-02-20T04:27:05.480Z | Compiling memchr v2.8.0 |
| 534 | 2026-02-20T04:27:05.575Z | Compiling regex-syntax v0.8.9 |
| 535 | 2026-02-20T04:27:05.919Z | Compiling zerocopy v0.8.39 |
| 536 | 2026-02-20T04:27:05.984Z | Compiling either v1.15.0 |
| 537 | 2026-02-20T04:27:06.079Z | Compiling serde v1.0.228 |
| 538 | 2026-02-20T04:27:06.273Z | Compiling thiserror v2.0.18 |
| 539 | 2026-02-20T04:27:06.403Z | Compiling aho-corasick v1.1.4 |
| 540 | 2026-02-20T04:27:06.814Z | Compiling itertools v0.14.0 |
| 541 | 2026-02-20T04:27:06.990Z | Compiling heapless v0.8.0 |
| 542 | 2026-02-20T04:27:07.311Z | Compiling syn v2.0.114 |
| 543 | 2026-02-20T04:27:07.508Z | Compiling smoltcp v0.11.0 |
| 544 | 2026-02-20T04:27:07.686Z | Compiling ref-cast v1.0.25 |
| 545 | 2026-02-20T04:27:07.886Z | Compiling crc32fast v1.5.0 |
| 546 | 2026-02-20T04:27:08.290Z | Compiling version_check v0.9.5 |
| 547 | 2026-02-20T04:27:08.895Z | Compiling regex-automata v0.4.14 |
| 548 | 2026-02-20T04:27:09.007Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 549 | 2026-02-20T04:27:11.891Z | Compiling regex v1.12.3 |
| 550 | 2026-02-20T04:27:12.589Z | Compiling darling_core v0.21.3 |
| 551 | 2026-02-20T04:27:14.552Z | Compiling zerocopy-derive v0.8.39 |
| 552 | 2026-02-20T04:27:14.557Z | Compiling serde_derive v1.0.228 |
| 553 | 2026-02-20T04:27:14.557Z | Compiling thiserror-impl v2.0.18 |
| 554 | 2026-02-20T04:27:14.557Z | Compiling ref-cast-impl v1.0.25 |
| 555 | 2026-02-20T04:27:14.557Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 556 | 2026-02-20T04:27:17.389Z | Compiling darling_macro v0.21.3 |
| 557 | 2026-02-20T04:27:18.837Z | Compiling darling v0.21.3 |
| 558 | 2026-02-20T04:27:18.916Z | Compiling ingot-macros v0.1.1 |
| 559 | 2026-02-20T04:27:18.919Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 560 | 2026-02-20T04:27:29.844Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 561 | 2026-02-20T04:27:33.021Z | Compiling byteorder v1.5.0 |
| 562 | 2026-02-20T04:27:33.021Z | Compiling macaddr v1.0.1 |
| 563 | 2026-02-20T04:27:33.024Z | Compiling cfg-if v1.0.4 |
| 564 | 2026-02-20T04:27:33.024Z | Compiling stable_deref_trait v1.2.1 |
| 565 | 2026-02-20T04:27:33.124Z | Compiling bitflags v1.3.2 |
| 566 | 2026-02-20T04:27:33.131Z | Compiling managed v0.8.0 |
| 567 | 2026-02-20T04:27:33.191Z | Compiling cobs v0.3.0 |
| 568 | 2026-02-20T04:27:33.400Z | Compiling hash32 v0.3.1 |
| 569 | 2026-02-20T04:27:33.678Z | Compiling dyn-clone v1.0.20 |
| 570 | 2026-02-20T04:27:33.868Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 571 | 2026-02-20T04:27:36.393Z | Compiling bitflags v2.10.0 |
| 572 | 2026-02-20T04:27:36.393Z | Compiling uuid v1.20.0 |
| 573 | 2026-02-20T04:27:36.603Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 574 | 2026-02-20T04:27:37.527Z | Compiling postcard v1.1.3 |
| 575 | 2026-02-20T04:27:39.396Z | Compiling ingot-types v0.1.2 |
| 576 | 2026-02-20T04:27:39.881Z | Compiling ingot v0.1.1 |
| 577 | 2026-02-20T04:27:42.741Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 578 | 2026-02-20T04:27:50.461Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 579 | 2026-02-20T04:28:09.845Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 580 | 2026-02-20T04:28:25.368Z | Finished `dev` profile [optimized + debuginfo] target(s) in 1m 20s |
| 581 | 2026-02-20T04:28:25.404Z | Linking xde kmod... |
| 582 | 2026-02-20T04:28:26.893Z | Building xde dev link helper (dev). |
| 583 | 2026-02-20T04:28:27.147Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 584 | 2026-02-20T04:28:27.147Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 585 | 2026-02-20T04:28:27.147Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 586 | 2026-02-20T04:28:46.778Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 587 | 2026-02-20T04:28:50.746Z | Finished `dev` profile [optimized + debuginfo] target(s) in 23.79s |
| 588 | 2026-02-20T04:28:50.774Z | |
| 589 | 2026-02-20T04:28:50.777Z | real 5:49.168272195 |
| 590 | 2026-02-20T04:28:50.777Z | user 19:11.089890237 |
| 591 | 2026-02-20T04:28:50.777Z | sys 1:30.269317266 |
| 592 | 2026-02-20T04:28:50.777Z | trap 0.551484285 |
| 593 | 2026-02-20T04:28:50.777Z | tflt 1.191246035 |
| 594 | 2026-02-20T04:28:50.777Z | dflt 2.434123469 |
| 595 | 2026-02-20T04:28:50.777Z | kflt 0.006933444 |
| 596 | 2026-02-20T04:28:50.777Z | lock 49:14.530961346 |
| 597 | 2026-02-20T04:28:50.777Z | slp 56:07.018117926 |
| 598 | 2026-02-20T04:28:50.777Z | lat 31.610944363 |
| 599 | 2026-02-20T04:28:50.777Z | stop 47.078197166 |
| 600 | 2026-02-20T04:28:50.777Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 601 | 2026-02-20T04:28:50.777Z | + grep GOTPCREL |
| 602 | 2026-02-20T04:28:52.155Z | + header 'package opte' |
| 603 | 2026-02-20T04:28:52.155Z | + echo '# ==== package opte ==== #' |
| 604 | 2026-02-20T04:28:52.155Z | # ==== package opte ==== # |
| 605 | 2026-02-20T04:28:52.155Z | + cargo xtask package --skip-build --profile all |
| 606 | 2026-02-20T04:28:52.392Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.17s |
| 607 | 2026-02-20T04:28:52.397Z | Running `target/debug/xtask package --skip-build --profile all` |
| 608 | 2026-02-20T04:28:52.681Z | + ./clean.sh |
| 609 | 2026-02-20T04:28:52.694Z | + mkdir -p proto/kernel/drv/amd64 |
| 610 | 2026-02-20T04:28:52.696Z | + mkdir -p proto/opt/oxide/opte/bin |
| 611 | 2026-02-20T04:28:52.700Z | + mkdir -p proto/usr/lib/devfsadm/linkmod |
| 612 | 2026-02-20T04:28:52.700Z | + cp ../target/release/opteadm proto/opt/oxide/opte/bin/ |
| 613 | 2026-02-20T04:28:52.718Z | + cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64 |
| 614 | 2026-02-20T04:28:52.763Z | + cp ../xde/xde.conf proto/kernel/drv/ |
| 615 | 2026-02-20T04:28:52.766Z | + cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so |
| 616 | 2026-02-20T04:28:52.768Z | + '[' -z ']' |
| 617 | 2026-02-20T04:28:52.768Z | + cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg |
| 618 | 2026-02-20T04:28:52.804Z | + cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg |
| 619 | 2026-02-20T04:28:52.889Z | + INC_DEBUG= |
| 620 | 2026-02-20T04:28:52.896Z | ++ ./print-api-version.sh |
| 621 | 2026-02-20T04:28:52.901Z | + API_VSN=39 |
| 622 | 2026-02-20T04:28:52.901Z | + sed -e s/%PUBLISHER%/helios-dev/g -e s/%COMMIT_COUNT%/460/g -e s/%API_VSN%/39/g opte.template.p5m |
| 623 | 2026-02-20T04:28:52.905Z | + pkgmogrify -v -D inc_debug= -O opte.base.p5m |
| 624 | 2026-02-20T04:28:54.140Z | + pkgdepend generate -d proto opte.base.p5m |
| 625 | 2026-02-20T04:28:55.095Z | + mkdir -p packages |
| 626 | 2026-02-20T04:28:55.100Z | + pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m |
| 627 | 2026-02-20T04:29:07.865Z | + cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m |
| 628 | 2026-02-20T04:29:07.868Z | + pkgrepo create packages/repo |
| 629 | 2026-02-20T04:29:08.696Z | + pkgrepo add-publisher -s packages/repo helios-dev |
| 630 | 2026-02-20T04:29:09.496Z | + pkgsend publish -d proto -s packages/repo opte.final.p5m |
| 631 | 2026-02-20T04:29:48.885Z | pkg://helios-dev/driver/network/opte@0.39.460,5.11:20260220T042908Z |
| 632 | 2026-02-20T04:29:48.885Z | PUBLISHED |
| 633 | 2026-02-20T04:29:48.929Z | + pkgrecv -a -d packages/repo/opte-0.39.460.p5p -s packages/repo -v -m latest '*' |
| 634 | 2026-02-20T04:29:49.667Z | Retrieving packages for publisher helios-dev ... |
| 635 | 2026-02-20T04:29:49.671Z | Retrieving catalog 'helios-dev' ... Done |
| 636 | 2026-02-20T04:29:49.674Z | Retrieving and evaluating 1 package(s)... |
| 637 | 2026-02-20T04:29:49.674Z | Fetching manifests: 1/1 100% complete |
| 638 | 2026-02-20T04:29:49.674Z | Fetching manifests: 1/1 100% complete |
| 639 | 2026-02-20T04:29:49.674Z | |
| 640 | 2026-02-20T04:29:49.674Z | Archiving packages ... |
| 641 | 2026-02-20T04:29:49.674Z | Packages to add: 1 |
| 642 | 2026-02-20T04:29:49.674Z | Files to retrieve: 6 |
| 643 | 2026-02-20T04:29:49.674Z | Estimated transfer size: 35.29 MB |
| 644 | 2026-02-20T04:29:49.674Z | |
| 645 | 2026-02-20T04:29:49.674Z | Packages to archive: |
| 646 | 2026-02-20T04:29:49.674Z | driver/network/opte@0.39.460,5.11:20260220T042908Z |
| 647 | 2026-02-20T04:29:49.674Z | |
| 648 | 2026-02-20T04:29:49.674Z | Download: 0/6 items 0.0/35.3MB 0% complete |
| 649 | 2026-02-20T04:29:49.785Z | Download: Completed 35.29 MB in 0.11 seconds (323M/s) |
| 650 | 2026-02-20T04:29:49.788Z | Archiving: 1/20 items 0.0/35.3MB 0% complete |
| 651 | 2026-02-20T04:29:49.809Z | Archiving: Completed 35.33 MB in 0.02 seconds |
| 652 | 2026-02-20T04:29:49.856Z | Successfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.39.460.p5p. |
| 653 | 2026-02-20T04:29:49.859Z | + banner copy |
| 654 | 2026-02-20T04:29:49.862Z | |
| 655 | 2026-02-20T04:29:49.862Z | #### #### ##### # # |
| 656 | 2026-02-20T04:29:49.862Z | # # # # # # # # |
| 657 | 2026-02-20T04:29:49.862Z | # # # # # # |
| 658 | 2026-02-20T04:29:49.862Z | # # # ##### # |
| 659 | 2026-02-20T04:29:49.862Z | # # # # # # |
| 660 | 2026-02-20T04:29:49.862Z | #### #### # # |
| 661 | 2026-02-20T04:29:49.862Z | |
| 662 | 2026-02-20T04:29:49.862Z | + pfexec mkdir -p /out |
| 663 | 2026-02-20T04:29:49.866Z | + pfexec chown 12345 /out |
| 664 | 2026-02-20T04:29:49.870Z | + PKG_NAME=/out/opte.p5p |
| 665 | 2026-02-20T04:29:49.870Z | + mv pkg/packages/repo/opte-0.39.460.p5p /out/opte.p5p |
| 666 | 2026-02-20T04:29:49.904Z | + sha256sum /out/opte.p5p |
| 667 | 2026-02-20T04:29:49.935Z | process exited: duration 432917 ms, exit code 0 |
| |
| 668 | 2026-02-20T04:29:49.947Z | found 2 output files |
| 669 | 2026-02-20T04:29:49.947Z | uploading: /out/opte.p5p (37048320 bytes) |
| 670 | 2026-02-20T04:29:51.301Z | uploaded: /out/opte.p5p |
| 671 | 2026-02-20T04:29:51.301Z | uploading: /out/opte.p5p.sha256 (80 bytes) |
| 672 | 2026-02-20T04:29:52.309Z | uploaded: /out/opte.p5p.sha256 |