|
|
|
| 1 | 2026-05-20T16:01:21.355Z | job assigned to worker 01KS31W3STPJTYBFCR705A0GQZ [factory aws, i-0660e21b20b919222] (queued for 1 m 4 s) |
| |
| 2 | 2026-05-20T16:01:28.304Z | starting task 0: "setup" |
| 3 | 2026-05-20T16:01:28.310Z | ++ uname -s |
| 4 | 2026-05-20T16:01:28.313Z | + kern=SunOS |
| 5 | 2026-05-20T16:01:28.313Z | + build_user=build |
| 6 | 2026-05-20T16:01:28.313Z | + build_uid=12345 |
| 7 | 2026-05-20T16:01:28.313Z | + work_dir=/work |
| 8 | 2026-05-20T16:01:28.313Z | + input_dir=/input |
| 9 | 2026-05-20T16:01:28.313Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-20T16:01:28.313Z | + case "$kern" in |
| 11 | 2026-05-20T16:01:28.313Z | + groupadd -g 12345 build |
| 12 | 2026-05-20T16:01:28.324Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-20T16:01:30.329Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-20T16:01:30.376Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-20T16:01:30.378Z | + home_fs=zfs |
| 16 | 2026-05-20T16:01:30.379Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-20T16:01:30.379Z | + mkdir -p /home/build |
| 18 | 2026-05-20T16:01:30.379Z | + chown build:build /home/build /work |
| 19 | 2026-05-20T16:01:32.380Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-20T16:01:32.383Z | process exited: duration 4076 ms, exit code 0 |
| |
| 21 | 2026-05-20T16:01:32.389Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-20T16:01:32.392Z | * rust toolchain channel = "1.95.0" |
| 23 | 2026-05-20T16:01:32.392Z | + printf ' * rust toolchain channel = "%s"\n' 1.95.0 |
| 24 | 2026-05-20T16:01:32.393Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-05-20T16:01:32.393Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-20T16:01:32.393Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-20T16:01:32.393Z | * rust toolchain profile = "default" |
| 28 | 2026-05-20T16:01:32.397Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-20T16:01:32.397Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default |
| 30 | 2026-05-20T16:01:32.503Z | info: downloading installer |
| 31 | 2026-05-20T16:01:34.026Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-20T16:01:34.026Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-20T16:01:34.026Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-20T16:01:34.026Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-20T16:01:34.037Z | info: profile set to default |
| 36 | 2026-05-20T16:01:34.037Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-20T16:01:34.037Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 38 | 2026-05-20T16:01:34.120Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 39 | 2026-05-20T16:01:34.123Z | info: downloading 6 components |
| 40 | 2026-05-20T16:01:48.656Z | info: default toolchain set to 1.95.0-x86_64-unknown-illumos |
| 41 | 2026-05-20T16:01:48.656Z | |
| 42 | 2026-05-20T16:01:48.696Z | 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 43 | 2026-05-20T16:01:48.696Z | |
| 44 | 2026-05-20T16:01:48.696Z | |
| 45 | 2026-05-20T16:01:48.696Z | Rust is installed now. Great! |
| 46 | 2026-05-20T16:01:48.696Z | |
| 47 | 2026-05-20T16:01:48.696Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-20T16:01:48.696Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-20T16:01:48.696Z | |
| 50 | 2026-05-20T16:01:48.696Z | To configure your current shell, you need to source |
| 51 | 2026-05-20T16:01:48.696Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-20T16:01:48.696Z | |
| 53 | 2026-05-20T16:01:48.696Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-20T16:01:48.701Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-20T16:01:48.701Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-20T16:01:48.701Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-20T16:01:48.701Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-20T16:01:48.701Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-20T16:01:48.701Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-20T16:01:48.701Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-20T16:01:48.701Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-20T16:01:48.781Z | + rustup --version |
| 63 | 2026-05-20T16:01:48.790Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-20T16:01:48.794Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-20T16:01:48.811Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 66 | 2026-05-20T16:01:48.814Z | + cargo --version |
| 67 | 2026-05-20T16:01:48.828Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 68 | 2026-05-20T16:01:48.831Z | + rustc --version |
| 69 | 2026-05-20T16:01:48.850Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 70 | 2026-05-20T16:01:48.861Z | process exited: duration 16462 ms, exit code 0 |
| |
| 71 | 2026-05-20T16:01:48.869Z | starting task 2: "authentication" |
| 72 | 2026-05-20T16:01:48.886Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-20T16:01:48.893Z | starting task 3: "clone repository" |
| 74 | 2026-05-20T16:01:48.897Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-05-20T16:01:48.901Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-05-20T16:01:48.939Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-05-20T16:01:49.827Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-05-20T16:01:49.827Z | + git fetch origin 1df13fefc1a360c1f2a122e34a8089d55f51b6b1 |
| 79 | 2026-05-20T16:01:50.080Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-05-20T16:01:50.080Z | * branch 1df13fefc1a360c1f2a122e34a8089d55f51b6b1 -> FETCH_HEAD |
| 81 | 2026-05-20T16:01:50.084Z | + [[ -n eviction-policy ]] |
| 82 | 2026-05-20T16:01:50.088Z | ++ git branch --show-current |
| 83 | 2026-05-20T16:01:50.088Z | + current=master |
| 84 | 2026-05-20T16:01:50.088Z | + [[ master != eviction-policy ]] |
| 85 | 2026-05-20T16:01:50.088Z | + git branch -f eviction-policy 1df13fefc1a360c1f2a122e34a8089d55f51b6b1 |
| 86 | 2026-05-20T16:01:50.092Z | + git checkout -f eviction-policy |
| 87 | 2026-05-20T16:01:50.106Z | Switched to branch 'eviction-policy' |
| 88 | 2026-05-20T16:01:50.109Z | + git reset --hard 1df13fefc1a360c1f2a122e34a8089d55f51b6b1 |
| 89 | 2026-05-20T16:01:50.113Z | HEAD is now at 1df13fe Comment. |
| 90 | 2026-05-20T16:01:50.113Z | process exited: duration 1219 ms, exit code 0 |
| |
| 91 | 2026-05-20T16:01:50.119Z | starting task 4: "build" |
| 92 | 2026-05-20T16:01:50.123Z | + source .github/buildomat/common.sh |
| 93 | 2026-05-20T16:01:50.123Z | ++ rustup show active-toolchain |
| 94 | 2026-05-20T16:01:50.129Z | 1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-05-20T16:01:50.132Z | ++ pushd xde |
| 96 | 2026-05-20T16:01:50.132Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-05-20T16:01:50.132Z | ++ rustup show active-toolchain |
| 98 | 2026-05-20T16:01:50.136Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-05-20T16:01:50.271Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-05-20T16:01:50.274Z | info: downloading 6 components |
| 101 | 2026-05-20T16:02:04.250Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-05-20T16:02:04.344Z | +++ rustup show active-toolchain -v |
| 103 | 2026-05-20T16:02:04.348Z | +++ head -n 1 |
| 104 | 2026-05-20T16:02:04.348Z | +++ cut '-d ' -f1 |
| 105 | 2026-05-20T16:02:04.399Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-05-20T16:02:04.399Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-05-20T16:02:04.399Z | ++ popd |
| 108 | 2026-05-20T16:02:04.403Z | /work/oxidecomputer/opte |
| 109 | 2026-05-20T16:02:04.403Z | + TGT_BASE=/work |
| 110 | 2026-05-20T16:02:04.403Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 111 | 2026-05-20T16:02:04.403Z | + REL_TGT=/work/release |
| 112 | 2026-05-20T16:02:04.403Z | + mkdir -p /work/release |
| 113 | 2026-05-20T16:02:04.403Z | + cargo --version |
| 114 | 2026-05-20T16:02:04.411Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 115 | 2026-05-20T16:02:04.434Z | + rustc --version |
| 116 | 2026-05-20T16:02:04.441Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 117 | 2026-05-20T16:02:04.441Z | + header 'build xde and opteadm (release+debug)' |
| 118 | 2026-05-20T16:02:04.441Z | + echo '# ==== build xde and opteadm (release+debug) ==== #' |
| 119 | 2026-05-20T16:02:04.441Z | # ==== build xde and opteadm (release+debug) ==== # |
| 120 | 2026-05-20T16:02:04.441Z | + ptime -m cargo xtask build --profile all |
| 121 | 2026-05-20T16:02:04.549Z | Updating crates.io index |
| 122 | 2026-05-20T16:02:04.594Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 123 | 2026-05-20T16:02:05.261Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 124 | 2026-05-20T16:02:05.896Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 125 | 2026-05-20T16:02:06.275Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 126 | 2026-05-20T16:02:06.751Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 127 | 2026-05-20T16:02:07.042Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 128 | 2026-05-20T16:02:07.357Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 129 | 2026-05-20T16:02:09.545Z | Downloading crates ... |
| 130 | 2026-05-20T16:02:09.607Z | Downloaded anyhow v1.0.102 |
| 131 | 2026-05-20T16:02:09.611Z | Downloaded itoa v1.0.18 |
| 132 | 2026-05-20T16:02:09.614Z | Downloaded colorchoice v1.0.5 |
| 133 | 2026-05-20T16:02:09.614Z | Downloaded cargo-platform v0.3.3 |
| 134 | 2026-05-20T16:02:09.617Z | Downloaded serde_spanned v1.1.1 |
| 135 | 2026-05-20T16:02:09.621Z | Downloaded anstyle v1.0.14 |
| 136 | 2026-05-20T16:02:09.624Z | Downloaded semver v1.0.28 |
| 137 | 2026-05-20T16:02:09.624Z | Downloaded is_terminal_polyfill v1.70.2 |
| 138 | 2026-05-20T16:02:09.628Z | Downloaded indexmap v2.14.0 |
| 139 | 2026-05-20T16:02:09.644Z | Downloaded syn v2.0.117 |
| 140 | 2026-05-20T16:02:09.650Z | Downloaded clap_derive v4.6.1 |
| 141 | 2026-05-20T16:02:09.654Z | Downloaded proc-macro2 v1.0.106 |
| 142 | 2026-05-20T16:02:09.657Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 143 | 2026-05-20T16:02:09.657Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 144 | 2026-05-20T16:02:09.660Z | Downloaded serde_core v1.0.228 |
| 145 | 2026-05-20T16:02:09.660Z | Downloaded quote v1.0.45 |
| 146 | 2026-05-20T16:02:09.667Z | Downloaded unicode-ident v1.0.24 |
| 147 | 2026-05-20T16:02:09.671Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 148 | 2026-05-20T16:02:09.675Z | Downloaded clap v4.6.1 |
| 149 | 2026-05-20T16:02:09.683Z | Downloaded utf8parse v0.2.2 |
| 150 | 2026-05-20T16:02:09.686Z | Downloaded clap_lex v1.1.0 |
| 151 | 2026-05-20T16:02:09.689Z | Downloaded terminal_size v0.4.4 |
| 152 | 2026-05-20T16:02:09.692Z | Downloaded equivalent v1.0.2 |
| 153 | 2026-05-20T16:02:09.692Z | Downloaded errno v0.3.14 |
| 154 | 2026-05-20T16:02:09.692Z | Downloaded anstyle-query v1.1.5 |
| 155 | 2026-05-20T16:02:09.697Z | Downloaded zmij v1.0.21 |
| 156 | 2026-05-20T16:02:09.700Z | Downloaded thiserror v2.0.18 |
| 157 | 2026-05-20T16:02:09.704Z | Downloaded strsim v0.11.1 |
| 158 | 2026-05-20T16:02:09.707Z | Downloaded heck v0.5.0 |
| 159 | 2026-05-20T16:02:09.707Z | Downloaded thiserror-impl v2.0.18 |
| 160 | 2026-05-20T16:02:09.707Z | Downloaded cargo_metadata v0.23.1 |
| 161 | 2026-05-20T16:02:09.719Z | Downloaded anstream v1.0.0 |
| 162 | 2026-05-20T16:02:09.731Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 163 | 2026-05-20T16:02:09.735Z | Downloaded anstyle-parse v1.0.0 |
| 164 | 2026-05-20T16:02:09.735Z | Downloaded camino v1.2.2 |
| 165 | 2026-05-20T16:02:09.735Z | Downloaded bitflags v2.11.1 |
| 166 | 2026-05-20T16:02:09.739Z | Downloaded serde v1.0.228 |
| 167 | 2026-05-20T16:02:09.742Z | Downloaded memchr v2.8.0 |
| 168 | 2026-05-20T16:02:09.746Z | Downloaded serde_derive v1.0.228 |
| 169 | 2026-05-20T16:02:09.761Z | Downloaded serde_json v1.0.149 |
| 170 | 2026-05-20T16:02:09.765Z | Downloaded hashbrown v0.17.0 |
| 171 | 2026-05-20T16:02:09.768Z | Downloaded clap_builder v4.6.0 |
| 172 | 2026-05-20T16:02:09.779Z | Downloaded winnow v1.0.2 |
| 173 | 2026-05-20T16:02:09.803Z | Downloaded rustix v1.1.4 |
| 174 | 2026-05-20T16:02:09.838Z | Downloaded libc v0.2.186 |
| 175 | 2026-05-20T16:02:09.883Z | Compiling proc-macro2 v1.0.106 |
| 176 | 2026-05-20T16:02:09.883Z | Compiling serde_core v1.0.228 |
| 177 | 2026-05-20T16:02:09.883Z | Compiling unicode-ident v1.0.24 |
| 178 | 2026-05-20T16:02:09.887Z | Compiling quote v1.0.45 |
| 179 | 2026-05-20T16:02:09.887Z | Compiling libc v0.2.186 |
| 180 | 2026-05-20T16:02:09.887Z | Compiling rustix v1.1.4 |
| 181 | 2026-05-20T16:02:09.887Z | Compiling utf8parse v0.2.2 |
| 182 | 2026-05-20T16:02:09.887Z | Compiling bitflags v2.11.1 |
| 183 | 2026-05-20T16:02:10.062Z | Compiling zmij v1.0.21 |
| 184 | 2026-05-20T16:02:10.077Z | Compiling anstyle-parse v1.0.0 |
| 185 | 2026-05-20T16:02:10.272Z | Compiling colorchoice v1.0.5 |
| 186 | 2026-05-20T16:02:10.369Z | Compiling serde v1.0.228 |
| 187 | 2026-05-20T16:02:10.373Z | Compiling is_terminal_polyfill v1.70.2 |
| 188 | 2026-05-20T16:02:10.445Z | Compiling camino v1.2.2 |
| 189 | 2026-05-20T16:02:10.564Z | Compiling anstyle-query v1.1.5 |
| 190 | 2026-05-20T16:02:10.569Z | Compiling serde_json v1.0.149 |
| 191 | 2026-05-20T16:02:10.656Z | Compiling thiserror v2.0.18 |
| 192 | 2026-05-20T16:02:10.668Z | Compiling anstyle v1.0.14 |
| 193 | 2026-05-20T16:02:10.799Z | Compiling winnow v1.0.2 |
| 194 | 2026-05-20T16:02:10.805Z | Compiling anyhow v1.0.102 |
| 195 | 2026-05-20T16:02:10.901Z | Compiling errno v0.3.14 |
| 196 | 2026-05-20T16:02:10.926Z | Compiling anstream v1.0.0 |
| 197 | 2026-05-20T16:02:11.114Z | Compiling itoa v1.0.18 |
| 198 | 2026-05-20T16:02:11.131Z | Compiling memchr v2.8.0 |
| 199 | 2026-05-20T16:02:11.264Z | Compiling heck v0.5.0 |
| 200 | 2026-05-20T16:02:11.372Z | Compiling clap_lex v1.1.0 |
| 201 | 2026-05-20T16:02:11.382Z | Compiling strsim v0.11.1 |
| 202 | 2026-05-20T16:02:11.450Z | Compiling syn v2.0.117 |
| 203 | 2026-05-20T16:02:11.454Z | Compiling terminal_size v0.4.4 |
| 204 | 2026-05-20T16:02:11.599Z | Compiling clap_builder v4.6.0 |
| 205 | 2026-05-20T16:02:11.651Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 206 | 2026-05-20T16:02:11.756Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 207 | 2026-05-20T16:02:12.400Z | Compiling serde_spanned v1.1.1 |
| 208 | 2026-05-20T16:02:12.466Z | Compiling semver v1.0.28 |
| 209 | 2026-05-20T16:02:12.557Z | Compiling cargo-platform v0.3.3 |
| 210 | 2026-05-20T16:02:12.906Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 211 | 2026-05-20T16:02:13.128Z | Compiling toml v1.1.2+spec-1.1.0 |
| 212 | 2026-05-20T16:02:13.779Z | Compiling serde_derive v1.0.228 |
| 213 | 2026-05-20T16:02:14.067Z | Compiling thiserror-impl v2.0.18 |
| 214 | 2026-05-20T16:02:14.334Z | Compiling clap_derive v4.6.1 |
| 215 | 2026-05-20T16:02:15.955Z | Compiling clap v4.6.1 |
| 216 | 2026-05-20T16:02:16.796Z | Compiling cargo_metadata v0.23.1 |
| 217 | 2026-05-20T16:02:19.252Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 218 | 2026-05-20T16:02:20.830Z | Finished `dev` profile [optimized + debuginfo] target(s) in 16.37s |
| 219 | 2026-05-20T16:02:20.921Z | Running `target/debug/xtask build --profile all` |
| 220 | 2026-05-20T16:02:22.469Z | Building opteadm (release). |
| 221 | 2026-05-20T16:02:22.563Z | Compiling proc-macro2 v1.0.106 |
| 222 | 2026-05-20T16:02:22.563Z | Compiling quote v1.0.45 |
| 223 | 2026-05-20T16:02:22.563Z | Compiling unicode-ident v1.0.24 |
| 224 | 2026-05-20T16:02:22.563Z | Compiling serde_core v1.0.228 |
| 225 | 2026-05-20T16:02:22.577Z | Compiling libc v0.2.186 |
| 226 | 2026-05-20T16:02:22.577Z | Compiling cfg-if v1.0.4 |
| 227 | 2026-05-20T16:02:22.578Z | Compiling thiserror v2.0.18 |
| 228 | 2026-05-20T16:02:22.578Z | Compiling memchr v2.8.0 |
| 229 | 2026-05-20T16:02:22.636Z | Compiling fnv v1.0.7 |
| 230 | 2026-05-20T16:02:22.681Z | Compiling strsim v0.11.1 |
| 231 | 2026-05-20T16:02:22.717Z | Compiling ident_case v1.0.1 |
| 232 | 2026-05-20T16:02:22.821Z | Compiling regex-syntax v0.8.10 |
| 233 | 2026-05-20T16:02:22.889Z | Compiling serde v1.0.228 |
| 234 | 2026-05-20T16:02:22.954Z | Compiling hashbrown v0.17.0 |
| 235 | 2026-05-20T16:02:23.080Z | Compiling aho-corasick v1.1.4 |
| 236 | 2026-05-20T16:02:23.119Z | Compiling anyhow v1.0.102 |
| 237 | 2026-05-20T16:02:23.206Z | Compiling zerocopy v0.8.48 |
| 238 | 2026-05-20T16:02:23.325Z | Compiling either v1.15.0 |
| 239 | 2026-05-20T16:02:23.445Z | Compiling equivalent v1.0.2 |
| 240 | 2026-05-20T16:02:23.505Z | Compiling winnow v1.0.2 |
| 241 | 2026-05-20T16:02:23.512Z | Compiling indexmap v2.14.0 |
| 242 | 2026-05-20T16:02:23.612Z | Compiling itertools v0.14.0 |
| 243 | 2026-05-20T16:02:23.712Z | Compiling syn v2.0.117 |
| 244 | 2026-05-20T16:02:23.770Z | Compiling heapless v0.8.0 |
| 245 | 2026-05-20T16:02:24.097Z | Compiling byteorder v1.5.0 |
| 246 | 2026-05-20T16:02:24.108Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 247 | 2026-05-20T16:02:24.795Z | Compiling hash32 v0.3.1 |
| 248 | 2026-05-20T16:02:24.834Z | Compiling regex-automata v0.4.14 |
| 249 | 2026-05-20T16:02:24.834Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 250 | 2026-05-20T16:02:24.834Z | Compiling syn v1.0.109 |
| 251 | 2026-05-20T16:02:24.834Z | Compiling macaddr v1.0.1 |
| 252 | 2026-05-20T16:02:24.834Z | Compiling bitflags v2.11.1 |
| 253 | 2026-05-20T16:02:24.834Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 254 | 2026-05-20T16:02:24.834Z | Compiling stable_deref_trait v1.2.1 |
| 255 | 2026-05-20T16:02:24.834Z | Compiling smoltcp v0.11.0 |
| 256 | 2026-05-20T16:02:24.847Z | Compiling rustversion v1.0.22 |
| 257 | 2026-05-20T16:02:24.855Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 258 | 2026-05-20T16:02:26.065Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 259 | 2026-05-20T16:02:26.144Z | Compiling getrandom v0.4.2 |
| 260 | 2026-05-20T16:02:26.144Z | Compiling version_check v0.9.5 |
| 261 | 2026-05-20T16:02:26.144Z | Compiling ref-cast v1.0.25 |
| 262 | 2026-05-20T16:02:26.144Z | Compiling managed v0.8.0 |
| 263 | 2026-05-20T16:02:26.144Z | Compiling proc-macro-crate v3.5.0 |
| 264 | 2026-05-20T16:02:26.144Z | Compiling bitflags v1.3.2 |
| 265 | 2026-05-20T16:02:26.144Z | Compiling rand_core v0.10.1 |
| 266 | 2026-05-20T16:02:26.144Z | Compiling rustix v1.1.4 |
| 267 | 2026-05-20T16:02:26.144Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 268 | 2026-05-20T16:02:26.144Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 269 | 2026-05-20T16:02:26.144Z | Compiling errno v0.3.14 |
| 270 | 2026-05-20T16:02:26.144Z | Compiling regex v1.12.3 |
| 271 | 2026-05-20T16:02:26.144Z | Compiling cpufeatures v0.3.0 |
| 272 | 2026-05-20T16:02:26.144Z | Compiling unicode-width v0.2.2 |
| 273 | 2026-05-20T16:02:26.145Z | Compiling foreign-types-shared v0.3.1 |
| 274 | 2026-05-20T16:02:26.245Z | Compiling darling_core v0.21.3 |
| 275 | 2026-05-20T16:02:26.264Z | Compiling once_cell v1.21.4 |
| 276 | 2026-05-20T16:02:26.395Z | Compiling ipnetwork v0.21.1 |
| 277 | 2026-05-20T16:02:26.474Z | Compiling utf8parse v0.2.2 |
| 278 | 2026-05-20T16:02:26.566Z | Compiling anstyle-parse v1.0.0 |
| 279 | 2026-05-20T16:02:26.722Z | Compiling tracing-core v0.1.36 |
| 280 | 2026-05-20T16:02:26.741Z | Compiling cstr-argument v0.1.2 |
| 281 | 2026-05-20T16:02:26.746Z | Compiling tabwriter v1.4.1 |
| 282 | 2026-05-20T16:02:26.752Z | Compiling chacha20 v0.10.0 |
| 283 | 2026-05-20T16:02:27.424Z | Compiling thiserror-impl v2.0.18 |
| 284 | 2026-05-20T16:02:27.464Z | Compiling zerocopy-derive v0.8.48 |
| 285 | 2026-05-20T16:02:27.583Z | Compiling serde_derive v1.0.228 |
| 286 | 2026-05-20T16:02:27.645Z | Compiling ref-cast-impl v1.0.25 |
| 287 | 2026-05-20T16:02:27.715Z | Compiling num_enum_derive v0.7.6 |
| 288 | 2026-05-20T16:02:28.227Z | Compiling foreign-types-macros v0.2.3 |
| 289 | 2026-05-20T16:02:28.288Z | Compiling darling_macro v0.21.3 |
| 290 | 2026-05-20T16:02:28.325Z | Compiling tracing-attributes v0.1.31 |
| 291 | 2026-05-20T16:02:28.713Z | Compiling cobs v0.3.0 |
| 292 | 2026-05-20T16:02:28.719Z | Compiling num_enum v0.7.6 |
| 293 | 2026-05-20T16:02:28.818Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 294 | 2026-05-20T16:02:28.850Z | Compiling darling v0.21.3 |
| 295 | 2026-05-20T16:02:28.854Z | Compiling foreign-types v0.5.0 |
| 296 | 2026-05-20T16:02:28.921Z | Compiling ingot-macros v0.1.1 |
| 297 | 2026-05-20T16:02:28.925Z | Compiling is_terminal_polyfill v1.70.2 |
| 298 | 2026-05-20T16:02:28.925Z | Compiling pin-project-lite v0.2.17 |
| 299 | 2026-05-20T16:02:28.990Z | Compiling pretty-hex v0.4.2 |
| 300 | 2026-05-20T16:02:28.990Z | Compiling colorchoice v1.0.5 |
| 301 | 2026-05-20T16:02:28.996Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 302 | 2026-05-20T16:02:29.086Z | Compiling dyn-clone v1.0.20 |
| 303 | 2026-05-20T16:02:29.108Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 304 | 2026-05-20T16:02:29.212Z | Compiling anstyle v1.0.14 |
| 305 | 2026-05-20T16:02:29.302Z | Compiling anstyle-query v1.1.5 |
| 306 | 2026-05-20T16:02:29.342Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 307 | 2026-05-20T16:02:29.389Z | Compiling anstream v1.0.0 |
| 308 | 2026-05-20T16:02:29.444Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 309 | 2026-05-20T16:02:29.465Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 310 | 2026-05-20T16:02:29.538Z | Compiling tracing v0.1.44 |
| 311 | 2026-05-20T16:02:29.763Z | Compiling terminal_size v0.4.4 |
| 312 | 2026-05-20T16:02:29.797Z | Compiling rand v0.10.1 |
| 313 | 2026-05-20T16:02:29.806Z | Compiling uuid v1.23.1 |
| 314 | 2026-05-20T16:02:29.842Z | Compiling socket2 v0.6.3 |
| 315 | 2026-05-20T16:02:30.183Z | Compiling heck v0.5.0 |
| 316 | 2026-05-20T16:02:30.394Z | Compiling clap_lex v1.1.0 |
| 317 | 2026-05-20T16:02:30.398Z | Compiling oxnet v0.1.5 |
| 318 | 2026-05-20T16:02:30.532Z | Compiling colored v3.1.1 |
| 319 | 2026-05-20T16:02:30.556Z | Compiling clap_builder v4.6.0 |
| 320 | 2026-05-20T16:02:30.641Z | Compiling postcard v1.1.3 |
| 321 | 2026-05-20T16:02:30.659Z | Compiling clap_derive v4.6.1 |
| 322 | 2026-05-20T16:02:30.744Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 323 | 2026-05-20T16:02:31.970Z | Compiling ingot-types v0.1.2 |
| 324 | 2026-05-20T16:02:32.225Z | Compiling ingot v0.1.1 |
| 325 | 2026-05-20T16:02:32.388Z | Compiling clap v4.6.1 |
| 326 | 2026-05-20T16:02:33.855Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 327 | 2026-05-20T16:02:34.842Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 328 | 2026-05-20T16:02:35.865Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 329 | 2026-05-20T16:02:42.378Z | Finished `release` profile [optimized + debuginfo] target(s) in 19.90s |
| 330 | 2026-05-20T16:02:42.406Z | Building xde (release-lto). |
| 331 | 2026-05-20T16:02:42.654Z | Updating crates.io index |
| 332 | 2026-05-20T16:02:42.747Z | Downloading crates ... |
| 333 | 2026-05-20T16:02:42.791Z | Downloaded adler2 v2.0.1 |
| 334 | 2026-05-20T16:02:42.799Z | Downloaded foldhash v0.2.0 |
| 335 | 2026-05-20T16:02:42.805Z | Downloaded addr2line v0.25.1 |
| 336 | 2026-05-20T16:02:42.810Z | Downloaded rustc-literal-escaper v0.0.7 |
| 337 | 2026-05-20T16:02:42.821Z | Downloaded getopts v0.2.24 |
| 338 | 2026-05-20T16:02:42.832Z | Downloaded rustc-demangle v0.1.27 |
| 339 | 2026-05-20T16:02:42.840Z | Downloaded miniz_oxide v0.8.9 |
| 340 | 2026-05-20T16:02:42.864Z | Downloaded memchr v2.7.6 |
| 341 | 2026-05-20T16:02:42.872Z | Downloaded hashbrown v0.16.1 |
| 342 | 2026-05-20T16:02:42.902Z | Downloaded gimli v0.32.3 |
| 343 | 2026-05-20T16:02:42.911Z | Downloaded object v0.37.3 |
| 344 | 2026-05-20T16:02:42.943Z | Downloaded libc v0.2.183 |
| 345 | 2026-05-20T16:02:43.002Z | 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) |
| 346 | 2026-05-20T16:02:43.002Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 347 | 2026-05-20T16:02:43.002Z | Compiling proc-macro2 v1.0.106 |
| 348 | 2026-05-20T16:02:43.006Z | Compiling quote v1.0.45 |
| 349 | 2026-05-20T16:02:43.006Z | Compiling unicode-ident v1.0.24 |
| 350 | 2026-05-20T16:02:43.006Z | Compiling strsim v0.11.1 |
| 351 | 2026-05-20T16:02:43.006Z | Compiling ident_case v1.0.1 |
| 352 | 2026-05-20T16:02:43.006Z | Compiling serde_core v1.0.228 |
| 353 | 2026-05-20T16:02:43.167Z | Compiling fnv v1.0.7 |
| 354 | 2026-05-20T16:02:43.172Z | Compiling memchr v2.8.0 |
| 355 | 2026-05-20T16:02:43.345Z | Compiling regex-syntax v0.8.10 |
| 356 | 2026-05-20T16:02:45.494Z | Compiling zerocopy v0.8.48 |
| 357 | 2026-05-20T16:02:45.494Z | Compiling either v1.15.0 |
| 358 | 2026-05-20T16:02:45.494Z | Compiling serde v1.0.228 |
| 359 | 2026-05-20T16:02:45.494Z | Compiling aho-corasick v1.1.4 |
| 360 | 2026-05-20T16:02:45.494Z | Compiling thiserror v2.0.18 |
| 361 | 2026-05-20T16:02:45.494Z | Compiling itertools v0.14.0 |
| 362 | 2026-05-20T16:02:45.494Z | Compiling heapless v0.8.0 |
| 363 | 2026-05-20T16:02:45.494Z | Compiling syn v2.0.117 |
| 364 | 2026-05-20T16:02:45.494Z | Compiling smoltcp v0.11.0 |
| 365 | 2026-05-20T16:02:45.494Z | Compiling ref-cast v1.0.25 |
| 366 | 2026-05-20T16:02:45.494Z | Compiling version_check v0.9.5 |
| 367 | 2026-05-20T16:02:45.494Z | Compiling crc32fast v1.5.0 |
| 368 | 2026-05-20T16:02:45.494Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 369 | 2026-05-20T16:02:45.494Z | Compiling regex-automata v0.4.14 |
| 370 | 2026-05-20T16:02:46.192Z | Compiling regex v1.12.3 |
| 371 | 2026-05-20T16:02:46.438Z | Compiling darling_core v0.21.3 |
| 372 | 2026-05-20T16:02:46.481Z | Compiling darling_core v0.23.0 |
| 373 | 2026-05-20T16:02:47.352Z | Compiling zerocopy-derive v0.8.48 |
| 374 | 2026-05-20T16:02:47.352Z | Compiling thiserror-impl v2.0.18 |
| 375 | 2026-05-20T16:02:47.352Z | Compiling serde_derive v1.0.228 |
| 376 | 2026-05-20T16:02:47.355Z | Compiling ref-cast-impl v1.0.25 |
| 377 | 2026-05-20T16:02:47.355Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 378 | 2026-05-20T16:02:48.850Z | Compiling darling_macro v0.21.3 |
| 379 | 2026-05-20T16:02:49.078Z | Compiling darling_macro v0.23.0 |
| 380 | 2026-05-20T16:02:49.755Z | Compiling darling v0.21.3 |
| 381 | 2026-05-20T16:02:49.820Z | Compiling ingot-macros v0.1.1 |
| 382 | 2026-05-20T16:02:49.960Z | Compiling darling v0.23.0 |
| 383 | 2026-05-20T16:02:50.024Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 384 | 2026-05-20T16:02:54.909Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 385 | 2026-05-20T16:02:56.976Z | Compiling byteorder v1.5.0 |
| 386 | 2026-05-20T16:02:56.976Z | Compiling cfg-if v1.0.4 |
| 387 | 2026-05-20T16:02:56.979Z | Compiling macaddr v1.0.1 |
| 388 | 2026-05-20T16:02:56.979Z | Compiling stable_deref_trait v1.2.1 |
| 389 | 2026-05-20T16:02:57.036Z | Compiling bitflags v1.3.2 |
| 390 | 2026-05-20T16:02:57.043Z | Compiling cobs v0.3.0 |
| 391 | 2026-05-20T16:02:57.073Z | Compiling managed v0.8.0 |
| 392 | 2026-05-20T16:02:57.164Z | Compiling hash32 v0.3.1 |
| 393 | 2026-05-20T16:02:57.315Z | Compiling dyn-clone v1.0.20 |
| 394 | 2026-05-20T16:02:57.338Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 395 | 2026-05-20T16:02:58.571Z | Compiling bitflags v2.11.1 |
| 396 | 2026-05-20T16:02:58.571Z | Compiling uuid v1.23.1 |
| 397 | 2026-05-20T16:02:58.710Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 398 | 2026-05-20T16:02:59.000Z | Compiling postcard v1.1.3 |
| 399 | 2026-05-20T16:02:59.808Z | Compiling ingot-types v0.1.2 |
| 400 | 2026-05-20T16:03:00.121Z | Compiling ingot v0.1.1 |
| 401 | 2026-05-20T16:03:01.607Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 402 | 2026-05-20T16:03:05.367Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 403 | 2026-05-20T16:03:14.085Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 404 | 2026-05-20T16:03:43.649Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 01s |
| 405 | 2026-05-20T16:03:43.675Z | Linking xde kmod... |
| 406 | 2026-05-20T16:03:44.279Z | Building xde dev link helper (release). |
| 407 | 2026-05-20T16:03:44.434Z | 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) |
| 408 | 2026-05-20T16:03:44.434Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 409 | 2026-05-20T16:03:44.434Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 410 | 2026-05-20T16:03:55.340Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 411 | 2026-05-20T16:03:57.703Z | Finished `release` profile [optimized + debuginfo] target(s) in 13.40s |
| 412 | 2026-05-20T16:03:57.733Z | Building opteadm (dev). |
| 413 | 2026-05-20T16:03:57.883Z | Compiling serde_core v1.0.228 |
| 414 | 2026-05-20T16:03:57.883Z | Compiling libc v0.2.186 |
| 415 | 2026-05-20T16:03:57.883Z | Compiling cfg-if v1.0.4 |
| 416 | 2026-05-20T16:03:57.886Z | Compiling memchr v2.8.0 |
| 417 | 2026-05-20T16:03:57.886Z | Compiling strsim v0.11.1 |
| 418 | 2026-05-20T16:03:57.886Z | Compiling ident_case v1.0.1 |
| 419 | 2026-05-20T16:03:57.886Z | Compiling fnv v1.0.7 |
| 420 | 2026-05-20T16:03:57.907Z | Compiling syn v2.0.117 |
| 421 | 2026-05-20T16:03:57.958Z | Compiling regex-syntax v0.8.10 |
| 422 | 2026-05-20T16:03:57.980Z | Compiling zerocopy v0.8.48 |
| 423 | 2026-05-20T16:03:57.997Z | Compiling hashbrown v0.17.0 |
| 424 | 2026-05-20T16:03:58.176Z | Compiling serde v1.0.228 |
| 425 | 2026-05-20T16:03:58.354Z | Compiling aho-corasick v1.1.4 |
| 426 | 2026-05-20T16:03:58.439Z | Compiling equivalent v1.0.2 |
| 427 | 2026-05-20T16:03:58.485Z | Compiling either v1.15.0 |
| 428 | 2026-05-20T16:03:58.509Z | Compiling winnow v1.0.2 |
| 429 | 2026-05-20T16:03:58.523Z | Compiling indexmap v2.14.0 |
| 430 | 2026-05-20T16:03:58.642Z | Compiling itertools v0.14.0 |
| 431 | 2026-05-20T16:03:58.733Z | Compiling byteorder v1.5.0 |
| 432 | 2026-05-20T16:03:58.901Z | Compiling heapless v0.8.0 |
| 433 | 2026-05-20T16:03:59.099Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 434 | 2026-05-20T16:03:59.310Z | Compiling hash32 v0.3.1 |
| 435 | 2026-05-20T16:03:59.339Z | Compiling regex-automata v0.4.14 |
| 436 | 2026-05-20T16:03:59.459Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 437 | 2026-05-20T16:03:59.507Z | Compiling rustversion v1.0.22 |
| 438 | 2026-05-20T16:03:59.717Z | Compiling smoltcp v0.11.0 |
| 439 | 2026-05-20T16:03:59.825Z | Compiling bitflags v2.11.1 |
| 440 | 2026-05-20T16:03:59.850Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 441 | 2026-05-20T16:03:59.944Z | Compiling syn v1.0.109 |
| 442 | 2026-05-20T16:03:59.992Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 443 | 2026-05-20T16:04:00.039Z | Compiling stable_deref_trait v1.2.1 |
| 444 | 2026-05-20T16:04:00.049Z | Compiling macaddr v1.0.1 |
| 445 | 2026-05-20T16:04:00.272Z | Compiling ref-cast v1.0.25 |
| 446 | 2026-05-20T16:04:00.275Z | Compiling rand_core v0.10.1 |
| 447 | 2026-05-20T16:04:00.291Z | Compiling version_check v0.9.5 |
| 448 | 2026-05-20T16:04:00.295Z | Compiling getrandom v0.4.2 |
| 449 | 2026-05-20T16:04:00.417Z | Compiling darling_core v0.21.3 |
| 450 | 2026-05-20T16:04:00.523Z | Compiling proc-macro-crate v3.5.0 |
| 451 | 2026-05-20T16:04:00.546Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 452 | 2026-05-20T16:04:00.549Z | Compiling bitflags v1.3.2 |
| 453 | 2026-05-20T16:04:00.574Z | Compiling managed v0.8.0 |
| 454 | 2026-05-20T16:04:00.647Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 455 | 2026-05-20T16:04:00.884Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 456 | 2026-05-20T16:04:00.926Z | Compiling errno v0.3.14 |
| 457 | 2026-05-20T16:04:01.094Z | Compiling regex v1.12.3 |
| 458 | 2026-05-20T16:04:01.353Z | Compiling ipnetwork v0.21.1 |
| 459 | 2026-05-20T16:04:01.480Z | Compiling unicode-width v0.2.2 |
| 460 | 2026-05-20T16:04:01.494Z | Compiling cpufeatures v0.3.0 |
| 461 | 2026-05-20T16:04:01.543Z | Compiling thiserror-impl v2.0.18 |
| 462 | 2026-05-20T16:04:01.556Z | Compiling serde_derive v1.0.228 |
| 463 | 2026-05-20T16:04:01.773Z | Compiling zerocopy-derive v0.8.48 |
| 464 | 2026-05-20T16:04:01.886Z | Compiling num_enum_derive v0.7.6 |
| 465 | 2026-05-20T16:04:01.924Z | Compiling foreign-types-macros v0.2.3 |
| 466 | 2026-05-20T16:04:02.550Z | Compiling ref-cast-impl v1.0.25 |
| 467 | 2026-05-20T16:04:02.565Z | Compiling darling_macro v0.21.3 |
| 468 | 2026-05-20T16:04:02.805Z | Compiling thiserror v2.0.18 |
| 469 | 2026-05-20T16:04:02.876Z | Compiling cobs v0.3.0 |
| 470 | 2026-05-20T16:04:02.900Z | Compiling once_cell v1.21.4 |
| 471 | 2026-05-20T16:04:03.125Z | Compiling darling v0.21.3 |
| 472 | 2026-05-20T16:04:03.141Z | Compiling foreign-types-shared v0.3.1 |
| 473 | 2026-05-20T16:04:03.191Z | Compiling ingot-macros v0.1.1 |
| 474 | 2026-05-20T16:04:03.218Z | Compiling foreign-types v0.5.0 |
| 475 | 2026-05-20T16:04:03.240Z | Compiling tracing-core v0.1.36 |
| 476 | 2026-05-20T16:04:03.284Z | Compiling num_enum v0.7.6 |
| 477 | 2026-05-20T16:04:03.391Z | Compiling tabwriter v1.4.1 |
| 478 | 2026-05-20T16:04:03.802Z | Compiling cstr-argument v0.1.2 |
| 479 | 2026-05-20T16:04:03.970Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 480 | 2026-05-20T16:04:04.044Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 481 | 2026-05-20T16:04:04.303Z | Compiling tracing-attributes v0.1.31 |
| 482 | 2026-05-20T16:04:04.533Z | Compiling chacha20 v0.10.0 |
| 483 | 2026-05-20T16:04:04.533Z | Compiling rustix v1.1.4 |
| 484 | 2026-05-20T16:04:04.871Z | Compiling postcard v1.1.3 |
| 485 | 2026-05-20T16:04:04.939Z | Compiling anyhow v1.0.102 |
| 486 | 2026-05-20T16:04:05.000Z | Compiling dyn-clone v1.0.20 |
| 487 | 2026-05-20T16:04:05.135Z | Compiling pin-project-lite v0.2.17 |
| 488 | 2026-05-20T16:04:05.158Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 489 | 2026-05-20T16:04:05.163Z | Compiling pretty-hex v0.4.2 |
| 490 | 2026-05-20T16:04:05.219Z | Compiling terminal_size v0.4.4 |
| 491 | 2026-05-20T16:04:05.280Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 492 | 2026-05-20T16:04:05.362Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 493 | 2026-05-20T16:04:05.381Z | Compiling rand v0.10.1 |
| 494 | 2026-05-20T16:04:05.487Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 495 | 2026-05-20T16:04:05.504Z | Compiling tracing v0.1.44 |
| 496 | 2026-05-20T16:04:05.508Z | Compiling uuid v1.23.1 |
| 497 | 2026-05-20T16:04:05.601Z | Compiling socket2 v0.6.3 |
| 498 | 2026-05-20T16:04:05.839Z | Compiling oxnet v0.1.5 |
| 499 | 2026-05-20T16:04:05.844Z | Compiling colored v3.1.1 |
| 500 | 2026-05-20T16:04:05.862Z | Compiling clap_builder v4.6.0 |
| 501 | 2026-05-20T16:04:06.071Z | Compiling ingot-types v0.1.2 |
| 502 | 2026-05-20T16:04:06.180Z | Compiling clap_derive v4.6.1 |
| 503 | 2026-05-20T16:04:06.317Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 504 | 2026-05-20T16:04:06.466Z | Compiling ingot v0.1.1 |
| 505 | 2026-05-20T16:04:07.528Z | Compiling clap v4.6.1 |
| 506 | 2026-05-20T16:04:08.233Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 507 | 2026-05-20T16:04:10.404Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 508 | 2026-05-20T16:04:11.563Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 509 | 2026-05-20T16:04:15.943Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.20s |
| 510 | 2026-05-20T16:04:15.969Z | Building xde (dev). |
| 511 | 2026-05-20T16:04:16.202Z | 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) |
| 512 | 2026-05-20T16:04:16.203Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 513 | 2026-05-20T16:04:16.203Z | Compiling proc-macro2 v1.0.106 |
| 514 | 2026-05-20T16:04:16.203Z | Compiling quote v1.0.45 |
| 515 | 2026-05-20T16:04:16.206Z | Compiling unicode-ident v1.0.24 |
| 516 | 2026-05-20T16:04:16.206Z | Compiling ident_case v1.0.1 |
| 517 | 2026-05-20T16:04:16.206Z | Compiling strsim v0.11.1 |
| 518 | 2026-05-20T16:04:16.206Z | Compiling serde_core v1.0.228 |
| 519 | 2026-05-20T16:04:16.320Z | Compiling fnv v1.0.7 |
| 520 | 2026-05-20T16:04:16.328Z | Compiling memchr v2.8.0 |
| 521 | 2026-05-20T16:04:16.404Z | Compiling regex-syntax v0.8.10 |
| 522 | 2026-05-20T16:04:16.577Z | Compiling serde v1.0.228 |
| 523 | 2026-05-20T16:04:16.587Z | Compiling either v1.15.0 |
| 524 | 2026-05-20T16:04:16.587Z | Compiling zerocopy v0.8.48 |
| 525 | 2026-05-20T16:04:16.714Z | Compiling aho-corasick v1.1.4 |
| 526 | 2026-05-20T16:04:16.773Z | Compiling thiserror v2.0.18 |
| 527 | 2026-05-20T16:04:17.023Z | Compiling itertools v0.14.0 |
| 528 | 2026-05-20T16:04:17.028Z | Compiling heapless v0.8.0 |
| 529 | 2026-05-20T16:04:17.372Z | Compiling syn v2.0.117 |
| 530 | 2026-05-20T16:04:17.417Z | Compiling smoltcp v0.11.0 |
| 531 | 2026-05-20T16:04:17.434Z | Compiling version_check v0.9.5 |
| 532 | 2026-05-20T16:04:17.501Z | Compiling crc32fast v1.5.0 |
| 533 | 2026-05-20T16:04:17.800Z | Compiling ref-cast v1.0.25 |
| 534 | 2026-05-20T16:04:17.846Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 535 | 2026-05-20T16:04:17.876Z | Compiling regex-automata v0.4.14 |
| 536 | 2026-05-20T16:04:19.397Z | Compiling regex v1.12.3 |
| 537 | 2026-05-20T16:04:19.658Z | Compiling darling_core v0.21.3 |
| 538 | 2026-05-20T16:04:19.728Z | Compiling darling_core v0.23.0 |
| 539 | 2026-05-20T16:04:20.574Z | Compiling zerocopy-derive v0.8.48 |
| 540 | 2026-05-20T16:04:20.574Z | Compiling serde_derive v1.0.228 |
| 541 | 2026-05-20T16:04:20.574Z | Compiling thiserror-impl v2.0.18 |
| 542 | 2026-05-20T16:04:20.574Z | Compiling ref-cast-impl v1.0.25 |
| 543 | 2026-05-20T16:04:20.578Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 544 | 2026-05-20T16:04:22.182Z | Compiling darling_macro v0.23.0 |
| 545 | 2026-05-20T16:04:22.339Z | Compiling darling_macro v0.21.3 |
| 546 | 2026-05-20T16:04:23.108Z | Compiling darling v0.23.0 |
| 547 | 2026-05-20T16:04:23.174Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 548 | 2026-05-20T16:04:23.269Z | Compiling darling v0.21.3 |
| 549 | 2026-05-20T16:04:23.335Z | Compiling ingot-macros v0.1.1 |
| 550 | 2026-05-20T16:04:27.713Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 551 | 2026-05-20T16:04:29.431Z | Compiling byteorder v1.5.0 |
| 552 | 2026-05-20T16:04:29.431Z | Compiling cfg-if v1.0.4 |
| 553 | 2026-05-20T16:04:29.431Z | Compiling macaddr v1.0.1 |
| 554 | 2026-05-20T16:04:29.435Z | Compiling stable_deref_trait v1.2.1 |
| 555 | 2026-05-20T16:04:29.495Z | Compiling managed v0.8.0 |
| 556 | 2026-05-20T16:04:29.502Z | Compiling cobs v0.3.0 |
| 557 | 2026-05-20T16:04:29.538Z | Compiling bitflags v1.3.2 |
| 558 | 2026-05-20T16:04:29.608Z | Compiling hash32 v0.3.1 |
| 559 | 2026-05-20T16:04:29.778Z | Compiling dyn-clone v1.0.20 |
| 560 | 2026-05-20T16:04:29.874Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 561 | 2026-05-20T16:04:30.964Z | Compiling bitflags v2.11.1 |
| 562 | 2026-05-20T16:04:30.964Z | Compiling uuid v1.23.1 |
| 563 | 2026-05-20T16:04:31.097Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 564 | 2026-05-20T16:04:31.409Z | Compiling postcard v1.1.3 |
| 565 | 2026-05-20T16:04:32.174Z | Compiling ingot-types v0.1.2 |
| 566 | 2026-05-20T16:04:32.459Z | Compiling ingot v0.1.1 |
| 567 | 2026-05-20T16:04:33.871Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 568 | 2026-05-20T16:04:38.184Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 569 | 2026-05-20T16:04:48.511Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 570 | 2026-05-20T16:04:56.784Z | Finished `dev` profile [optimized + debuginfo] target(s) in 40.78s |
| 571 | 2026-05-20T16:04:56.807Z | Linking xde kmod... |
| 572 | 2026-05-20T16:04:58.014Z | Building xde dev link helper (dev). |
| 573 | 2026-05-20T16:04:58.177Z | 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) |
| 574 | 2026-05-20T16:04:58.177Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 575 | 2026-05-20T16:04:58.177Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 576 | 2026-05-20T16:05:08.706Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 577 | 2026-05-20T16:05:10.886Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.84s |
| 578 | 2026-05-20T16:05:10.910Z | |
| 579 | 2026-05-20T16:05:10.910Z | real 3:06.459762744 |
| 580 | 2026-05-20T16:05:10.910Z | user 8:57.760997538 |
| 581 | 2026-05-20T16:05:10.910Z | sys 58.301858311 |
| 582 | 2026-05-20T16:05:10.910Z | trap 0.231666702 |
| 583 | 2026-05-20T16:05:10.910Z | tflt 0.859157289 |
| 584 | 2026-05-20T16:05:10.910Z | dflt 2.085892387 |
| 585 | 2026-05-20T16:05:10.910Z | kflt 0.009044650 |
| 586 | 2026-05-20T16:05:10.910Z | lock 30:18.754941950 |
| 587 | 2026-05-20T16:05:10.914Z | slp 21:02.434138762 |
| 588 | 2026-05-20T16:05:10.914Z | lat 21.569816097 |
| 589 | 2026-05-20T16:05:10.914Z | stop 29.324861465 |
| 590 | 2026-05-20T16:05:10.914Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 591 | 2026-05-20T16:05:10.914Z | + grep GOTPCREL |
| 592 | 2026-05-20T16:05:11.882Z | + header 'package opte' |
| 593 | 2026-05-20T16:05:11.883Z | + echo '# ==== package opte ==== #' |
| 594 | 2026-05-20T16:05:11.883Z | # ==== package opte ==== # |
| 595 | 2026-05-20T16:05:11.883Z | + cargo xtask package --skip-build --profile all |
| 596 | 2026-05-20T16:05:12.025Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s |
| 597 | 2026-05-20T16:05:12.030Z | Running `target/debug/xtask package --skip-build --profile all` |
| 598 | 2026-05-20T16:05:12.242Z | + ./clean.sh |
| 599 | 2026-05-20T16:05:12.249Z | + mkdir -p proto/kernel/drv/amd64 |
| 600 | 2026-05-20T16:05:12.253Z | + mkdir -p proto/opt/oxide/opte/bin |
| 601 | 2026-05-20T16:05:12.253Z | + mkdir -p proto/usr/lib/devfsadm/linkmod |
| 602 | 2026-05-20T16:05:12.253Z | + cp ../target/release/opteadm proto/opt/oxide/opte/bin/ |
| 603 | 2026-05-20T16:05:12.276Z | + cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64 |
| 604 | 2026-05-20T16:05:12.302Z | + cp ../xde/xde.conf proto/kernel/drv/ |
| 605 | 2026-05-20T16:05:12.306Z | + cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so |
| 606 | 2026-05-20T16:05:12.306Z | + '[' -z ']' |
| 607 | 2026-05-20T16:05:12.306Z | + cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg |
| 608 | 2026-05-20T16:05:12.328Z | + cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg |
| 609 | 2026-05-20T16:05:12.400Z | + INC_DEBUG= |
| 610 | 2026-05-20T16:05:12.400Z | + typeset -ri TAG=0 |
| 611 | 2026-05-20T16:05:12.404Z | ++ ./print-api-version.sh |
| 612 | 2026-05-20T16:05:12.407Z | + API_VSN=40 |
| 613 | 2026-05-20T16:05:12.407Z | + PKG_VERSION=0.40.486-3.0 |
| 614 | 2026-05-20T16:05:12.408Z | + sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.40.486-3.0/g opte.template.p5m |
| 615 | 2026-05-20T16:05:12.411Z | + pkgmogrify -v -D inc_debug= -O opte.base.p5m |
| 616 | 2026-05-20T16:05:13.494Z | + pkgdepend generate -d proto opte.base.p5m |
| 617 | 2026-05-20T16:05:13.831Z | + mkdir -p packages |
| 618 | 2026-05-20T16:05:13.835Z | + pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m |
| 619 | 2026-05-20T16:05:21.561Z | + cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m |
| 620 | 2026-05-20T16:05:21.564Z | + pkgrepo create packages/repo |
| 621 | 2026-05-20T16:05:21.781Z | + pkgrepo add-publisher -s packages/repo helios |
| 622 | 2026-05-20T16:05:21.989Z | + pkgsend publish -d proto -s packages/repo opte.final.p5m |
| 623 | 2026-05-20T16:05:51.332Z | pkg://helios/driver/network/opte@0.40.486,5.11-3.0:20260520T160521Z |
| 624 | 2026-05-20T16:05:51.333Z | PUBLISHED |
| 625 | 2026-05-20T16:05:51.371Z | + pkgrecv -a -d packages/repo/opte-0.40.486-3.0.p5p -s packages/repo -v -m latest '*' |
| 626 | 2026-05-20T16:05:51.562Z | Retrieving packages for publisher helios ... |
| 627 | 2026-05-20T16:05:51.567Z | Retrieving catalog 'helios' ... Done |
| 628 | 2026-05-20T16:05:51.567Z | Retrieving and evaluating 1 package(s)... |
| 629 | 2026-05-20T16:05:51.568Z | Fetching manifests: 1/1 100% complete |
| 630 | 2026-05-20T16:05:51.568Z | Fetching manifests: 1/1 100% complete |
| 631 | 2026-05-20T16:05:51.568Z | |
| 632 | 2026-05-20T16:05:51.568Z | Archiving packages ... |
| 633 | 2026-05-20T16:05:51.568Z | Packages to add: 1 |
| 634 | 2026-05-20T16:05:51.568Z | Files to retrieve: 6 |
| 635 | 2026-05-20T16:05:51.568Z | Estimated transfer size: 37.03 MB |
| 636 | 2026-05-20T16:05:51.568Z | |
| 637 | 2026-05-20T16:05:51.568Z | Packages to archive: |
| 638 | 2026-05-20T16:05:51.568Z | driver/network/opte@0.40.486,5.11-3.0:20260520T160521Z |
| 639 | 2026-05-20T16:05:51.568Z | |
| 640 | 2026-05-20T16:05:51.568Z | Download: 0/6 items 0.0/37.0MB 0% complete |
| 641 | 2026-05-20T16:05:51.634Z | Download: Completed 37.03 MB in 0.07 seconds (547M/s) |
| 642 | 2026-05-20T16:05:51.638Z | Archiving: 1/19 items 0.0/37.1MB 0% complete |
| 643 | 2026-05-20T16:05:51.650Z | Archiving: Completed 37.07 MB in 0.01 seconds |
| 644 | 2026-05-20T16:05:51.692Z | Successfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.40.486-3.0.p5p. |
| 645 | 2026-05-20T16:05:51.696Z | + banner copy |
| 646 | 2026-05-20T16:05:51.700Z | |
| 647 | 2026-05-20T16:05:51.701Z | #### #### ##### # # |
| 648 | 2026-05-20T16:05:51.701Z | # # # # # # # # |
| 649 | 2026-05-20T16:05:51.701Z | # # # # # # |
| 650 | 2026-05-20T16:05:51.701Z | # # # ##### # |
| 651 | 2026-05-20T16:05:51.701Z | # # # # # # |
| 652 | 2026-05-20T16:05:51.701Z | #### #### # # |
| 653 | 2026-05-20T16:05:51.701Z | |
| 654 | 2026-05-20T16:05:51.701Z | + pfexec mkdir -p /out |
| 655 | 2026-05-20T16:05:51.701Z | + pfexec chown 12345 /out |
| 656 | 2026-05-20T16:05:51.705Z | + PKG_NAME=/out/opte.p5p |
| 657 | 2026-05-20T16:05:51.705Z | + mv pkg/packages/repo/opte-0.40.486-3.0.p5p /out/opte.p5p |
| 658 | 2026-05-20T16:05:51.729Z | + sha256sum /out/opte.p5p |
| 659 | 2026-05-20T16:05:51.754Z | process exited: duration 241633 ms, exit code 0 |
| |
| 660 | 2026-05-20T16:05:51.769Z | found 2 output files |
| 661 | 2026-05-20T16:05:51.769Z | uploading: /out/opte.p5p (38871040 bytes) |
| 662 | 2026-05-20T16:05:53.073Z | uploaded: /out/opte.p5p |
| 663 | 2026-05-20T16:05:53.079Z | uploading: /out/opte.p5p.sha256 (80 bytes) |
| 664 | 2026-05-20T16:05:54.084Z | uploaded: /out/opte.p5p.sha256 |