|
|
|
| 1 | 2026-06-01T11:21:48.149Z | job assigned to worker 01KT1EMPVY6MKKEXF32ENCV6BJ [factory aws, i-06bea175bdcf8e245] (queued for 56 s) |
| |
| 2 | 2026-06-01T11:21:54.821Z | starting task 0: "setup" |
| 3 | 2026-06-01T11:21:54.825Z | ++ uname -s |
| 4 | 2026-06-01T11:21:54.828Z | + kern=SunOS |
| 5 | 2026-06-01T11:21:54.828Z | + build_user=build |
| 6 | 2026-06-01T11:21:54.828Z | + build_uid=12345 |
| 7 | 2026-06-01T11:21:54.828Z | + work_dir=/work |
| 8 | 2026-06-01T11:21:54.829Z | + input_dir=/input |
| 9 | 2026-06-01T11:21:54.829Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-01T11:21:54.829Z | + case "$kern" in |
| 11 | 2026-06-01T11:21:54.829Z | + groupadd -g 12345 build |
| 12 | 2026-06-01T11:21:54.832Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-01T11:21:56.835Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-01T11:21:56.935Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-01T11:21:56.938Z | + home_fs=zfs |
| 16 | 2026-06-01T11:21:56.938Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-01T11:21:56.938Z | + mkdir -p /home/build |
| 18 | 2026-06-01T11:21:56.938Z | + chown build:build /home/build /work |
| 19 | 2026-06-01T11:21:58.939Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-01T11:21:58.944Z | process exited: duration 4123 ms, exit code 0 |
| |
| 21 | 2026-06-01T11:21:58.950Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-01T11:21:58.955Z | + printf ' * rust toolchain channel = "%s"\n' 1.95.0 |
| 23 | 2026-06-01T11:21:58.955Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-01T11:21:58.955Z | * rust toolchain channel = "1.95.0" |
| 25 | 2026-06-01T11:21:58.955Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-06-01T11:21:58.955Z | * rust toolchain profile = "default" |
| 27 | 2026-06-01T11:21:58.955Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-01T11:21:58.958Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-01T11:21:58.958Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default |
| 30 | 2026-06-01T11:21:59.039Z | info: downloading installer |
| 31 | 2026-06-01T11:22:00.361Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-01T11:22:00.361Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-01T11:22:00.361Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-01T11:22:00.361Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-01T11:22:00.374Z | info: profile set to default |
| 36 | 2026-06-01T11:22:00.374Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-01T11:22:00.377Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 38 | 2026-06-01T11:22:00.509Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 39 | 2026-06-01T11:22:00.512Z | info: downloading 6 components |
| 40 | 2026-06-01T11:22:15.000Z | info: default toolchain set to 1.95.0-x86_64-unknown-illumos |
| 41 | 2026-06-01T11:22:15.000Z | |
| 42 | 2026-06-01T11:22:15.041Z | 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 43 | 2026-06-01T11:22:15.041Z | |
| 44 | 2026-06-01T11:22:15.042Z | |
| 45 | 2026-06-01T11:22:15.042Z | Rust is installed now. Great! |
| 46 | 2026-06-01T11:22:15.042Z | |
| 47 | 2026-06-01T11:22:15.042Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-01T11:22:15.042Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-01T11:22:15.042Z | |
| 50 | 2026-06-01T11:22:15.042Z | To configure your current shell, you need to source |
| 51 | 2026-06-01T11:22:15.042Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-01T11:22:15.042Z | |
| 53 | 2026-06-01T11:22:15.042Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-01T11:22:15.042Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-01T11:22:15.042Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-01T11:22:15.042Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-01T11:22:15.042Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-01T11:22:15.042Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-01T11:22:15.042Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-01T11:22:15.045Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-01T11:22:15.045Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-01T11:22:15.140Z | + rustup --version |
| 63 | 2026-06-01T11:22:15.148Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-01T11:22:15.151Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-01T11:22:15.173Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 66 | 2026-06-01T11:22:15.176Z | + cargo --version |
| 67 | 2026-06-01T11:22:15.187Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 68 | 2026-06-01T11:22:15.190Z | + rustc --version |
| 69 | 2026-06-01T11:22:15.210Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 70 | 2026-06-01T11:22:15.213Z | process exited: duration 16262 ms, exit code 0 |
| |
| 71 | 2026-06-01T11:22:15.220Z | starting task 2: "authentication" |
| 72 | 2026-06-01T11:22:15.235Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-01T11:22:15.243Z | starting task 3: "clone repository" |
| 74 | 2026-06-01T11:22:15.246Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-01T11:22:15.249Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-01T11:22:15.287Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-01T11:22:16.114Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-01T11:22:16.114Z | + git fetch origin 02641c7f2dbf68cc5ed36a9b99b3e5f3105aa4a6 |
| 79 | 2026-06-01T11:22:16.342Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-01T11:22:16.342Z | * branch 02641c7f2dbf68cc5ed36a9b99b3e5f3105aa4a6 -> FETCH_HEAD |
| 81 | 2026-06-01T11:22:16.347Z | + [[ -n mtu ]] |
| 82 | 2026-06-01T11:22:16.350Z | ++ git branch --show-current |
| 83 | 2026-06-01T11:22:16.350Z | + current=master |
| 84 | 2026-06-01T11:22:16.350Z | + [[ master != mtu ]] |
| 85 | 2026-06-01T11:22:16.350Z | + git branch -f mtu 02641c7f2dbf68cc5ed36a9b99b3e5f3105aa4a6 |
| 86 | 2026-06-01T11:22:16.355Z | + git checkout -f mtu |
| 87 | 2026-06-01T11:22:16.371Z | Switched to branch 'mtu' |
| 88 | 2026-06-01T11:22:16.374Z | + git reset --hard 02641c7f2dbf68cc5ed36a9b99b3e5f3105aa4a6 |
| 89 | 2026-06-01T11:22:16.386Z | HEAD is now at 02641c7 Plumb MTU into IPv6 NDP RA messages |
| 90 | 2026-06-01T11:22:16.389Z | process exited: duration 1144 ms, exit code 0 |
| |
| 91 | 2026-06-01T11:22:16.395Z | starting task 4: "build" |
| 92 | 2026-06-01T11:22:16.399Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-01T11:22:16.399Z | ++ rustup show active-toolchain |
| 94 | 2026-06-01T11:22:16.404Z | 1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-06-01T11:22:16.407Z | ++ pushd xde |
| 96 | 2026-06-01T11:22:16.407Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-06-01T11:22:16.407Z | ++ rustup show active-toolchain |
| 98 | 2026-06-01T11:22:16.410Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-06-01T11:22:16.547Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-06-01T11:22:16.550Z | info: downloading 6 components |
| 101 | 2026-06-01T11:22:29.835Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-06-01T11:22:29.919Z | +++ rustup show active-toolchain -v |
| 103 | 2026-06-01T11:22:29.921Z | +++ head -n 1 |
| 104 | 2026-06-01T11:22:29.921Z | +++ cut '-d ' -f1 |
| 105 | 2026-06-01T11:22:29.973Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-06-01T11:22:29.973Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-06-01T11:22:29.973Z | ++ popd |
| 108 | 2026-06-01T11:22:29.976Z | /work/oxidecomputer/opte |
| 109 | 2026-06-01T11:22:29.977Z | + TGT_BASE=/work |
| 110 | 2026-06-01T11:22:29.977Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 111 | 2026-06-01T11:22:29.977Z | + REL_TGT=/work/release |
| 112 | 2026-06-01T11:22:29.977Z | + mkdir -p /work/release |
| 113 | 2026-06-01T11:22:29.977Z | + cargo --version |
| 114 | 2026-06-01T11:22:29.984Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 115 | 2026-06-01T11:22:29.987Z | + rustc --version |
| 116 | 2026-06-01T11:22:30.007Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 117 | 2026-06-01T11:22:30.010Z | + header 'build xde and opteadm (release+debug)' |
| 118 | 2026-06-01T11:22:30.010Z | + echo '# ==== build xde and opteadm (release+debug) ==== #' |
| 119 | 2026-06-01T11:22:30.010Z | # ==== build xde and opteadm (release+debug) ==== # |
| 120 | 2026-06-01T11:22:30.010Z | + ptime -m cargo xtask build --profile all |
| 121 | 2026-06-01T11:22:30.117Z | Updating crates.io index |
| 122 | 2026-06-01T11:22:30.120Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 123 | 2026-06-01T11:22:30.796Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 124 | 2026-06-01T11:22:31.387Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 125 | 2026-06-01T11:22:31.763Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 126 | 2026-06-01T11:22:32.245Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 127 | 2026-06-01T11:22:32.521Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 128 | 2026-06-01T11:22:32.778Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 129 | 2026-06-01T11:22:34.731Z | Downloading crates ... |
| 130 | 2026-06-01T11:22:34.773Z | Downloaded heck v0.5.0 |
| 131 | 2026-06-01T11:22:34.780Z | Downloaded camino v1.2.2 |
| 132 | 2026-06-01T11:22:34.783Z | Downloaded equivalent v1.0.2 |
| 133 | 2026-06-01T11:22:34.787Z | Downloaded serde_core v1.0.228 |
| 134 | 2026-06-01T11:22:34.790Z | Downloaded serde_spanned v1.1.1 |
| 135 | 2026-06-01T11:22:34.793Z | Downloaded anstyle-query v1.1.5 |
| 136 | 2026-06-01T11:22:34.793Z | Downloaded is_terminal_polyfill v1.70.2 |
| 137 | 2026-06-01T11:22:34.796Z | Downloaded terminal_size v0.4.4 |
| 138 | 2026-06-01T11:22:34.798Z | Downloaded colorchoice v1.0.5 |
| 139 | 2026-06-01T11:22:34.807Z | Downloaded utf8parse v0.2.2 |
| 140 | 2026-06-01T11:22:34.809Z | Downloaded strsim v0.11.1 |
| 141 | 2026-06-01T11:22:34.813Z | Downloaded errno v0.3.14 |
| 142 | 2026-06-01T11:22:34.816Z | Downloaded cargo-platform v0.3.3 |
| 143 | 2026-06-01T11:22:34.818Z | Downloaded clap_lex v1.1.0 |
| 144 | 2026-06-01T11:22:34.818Z | Downloaded itoa v1.0.18 |
| 145 | 2026-06-01T11:22:34.827Z | Downloaded thiserror-impl v2.0.18 |
| 146 | 2026-06-01T11:22:34.834Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 147 | 2026-06-01T11:22:34.837Z | Downloaded anstyle-parse v1.0.0 |
| 148 | 2026-06-01T11:22:34.837Z | Downloaded anstyle v1.0.14 |
| 149 | 2026-06-01T11:22:34.840Z | Downloaded anyhow v1.0.102 |
| 150 | 2026-06-01T11:22:34.842Z | Downloaded zmij v1.0.21 |
| 151 | 2026-06-01T11:22:34.842Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 152 | 2026-06-01T11:22:34.845Z | Downloaded anstream v1.0.0 |
| 153 | 2026-06-01T11:22:34.848Z | Downloaded thiserror v2.0.18 |
| 154 | 2026-06-01T11:22:34.852Z | Downloaded clap_derive v4.6.1 |
| 155 | 2026-06-01T11:22:34.855Z | Downloaded quote v1.0.45 |
| 156 | 2026-06-01T11:22:34.859Z | Downloaded semver v1.0.28 |
| 157 | 2026-06-01T11:22:34.861Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 158 | 2026-06-01T11:22:34.861Z | Downloaded cargo_metadata v0.23.1 |
| 159 | 2026-06-01T11:22:34.866Z | Downloaded proc-macro2 v1.0.106 |
| 160 | 2026-06-01T11:22:34.872Z | Downloaded unicode-ident v1.0.24 |
| 161 | 2026-06-01T11:22:34.875Z | Downloaded clap v4.6.1 |
| 162 | 2026-06-01T11:22:34.885Z | Downloaded bitflags v2.11.1 |
| 163 | 2026-06-01T11:22:34.888Z | Downloaded serde_derive v1.0.228 |
| 164 | 2026-06-01T11:22:34.892Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 165 | 2026-06-01T11:22:34.894Z | Downloaded memchr v2.8.0 |
| 166 | 2026-06-01T11:22:34.899Z | Downloaded serde v1.0.228 |
| 167 | 2026-06-01T11:22:34.902Z | Downloaded indexmap v2.14.0 |
| 168 | 2026-06-01T11:22:34.916Z | Downloaded clap_builder v4.6.0 |
| 169 | 2026-06-01T11:22:34.925Z | Downloaded hashbrown v0.17.0 |
| 170 | 2026-06-01T11:22:34.931Z | Downloaded serde_json v1.0.149 |
| 171 | 2026-06-01T11:22:34.935Z | Downloaded winnow v1.0.2 |
| 172 | 2026-06-01T11:22:34.951Z | Downloaded syn v2.0.117 |
| 173 | 2026-06-01T11:22:34.969Z | Downloaded rustix v1.1.4 |
| 174 | 2026-06-01T11:22:34.995Z | Downloaded libc v0.2.186 |
| 175 | 2026-06-01T11:22:35.043Z | Compiling proc-macro2 v1.0.106 |
| 176 | 2026-06-01T11:22:35.043Z | Compiling serde_core v1.0.228 |
| 177 | 2026-06-01T11:22:35.043Z | Compiling quote v1.0.45 |
| 178 | 2026-06-01T11:22:35.043Z | Compiling unicode-ident v1.0.24 |
| 179 | 2026-06-01T11:22:35.043Z | Compiling libc v0.2.186 |
| 180 | 2026-06-01T11:22:35.046Z | Compiling rustix v1.1.4 |
| 181 | 2026-06-01T11:22:35.047Z | Compiling zmij v1.0.21 |
| 182 | 2026-06-01T11:22:35.047Z | Compiling utf8parse v0.2.2 |
| 183 | 2026-06-01T11:22:35.225Z | Compiling bitflags v2.11.1 |
| 184 | 2026-06-01T11:22:35.240Z | Compiling anstyle-parse v1.0.0 |
| 185 | 2026-06-01T11:22:35.451Z | Compiling is_terminal_polyfill v1.70.2 |
| 186 | 2026-06-01T11:22:35.508Z | Compiling thiserror v2.0.18 |
| 187 | 2026-06-01T11:22:35.515Z | Compiling colorchoice v1.0.5 |
| 188 | 2026-06-01T11:22:35.530Z | Compiling serde_json v1.0.149 |
| 189 | 2026-06-01T11:22:35.621Z | Compiling camino v1.2.2 |
| 190 | 2026-06-01T11:22:35.656Z | Compiling anstyle-query v1.1.5 |
| 191 | 2026-06-01T11:22:35.664Z | Compiling serde v1.0.228 |
| 192 | 2026-06-01T11:22:35.753Z | Compiling anstyle v1.0.14 |
| 193 | 2026-06-01T11:22:35.838Z | Compiling errno v0.3.14 |
| 194 | 2026-06-01T11:22:36.003Z | Compiling anstream v1.0.0 |
| 195 | 2026-06-01T11:22:36.003Z | Compiling heck v0.5.0 |
| 196 | 2026-06-01T11:22:36.032Z | Compiling winnow v1.0.2 |
| 197 | 2026-06-01T11:22:36.089Z | Compiling strsim v0.11.1 |
| 198 | 2026-06-01T11:22:36.213Z | Compiling itoa v1.0.18 |
| 199 | 2026-06-01T11:22:36.327Z | Compiling memchr v2.8.0 |
| 200 | 2026-06-01T11:22:36.406Z | Compiling syn v2.0.117 |
| 201 | 2026-06-01T11:22:36.455Z | Compiling terminal_size v0.4.4 |
| 202 | 2026-06-01T11:22:36.467Z | Compiling clap_lex v1.1.0 |
| 203 | 2026-06-01T11:22:36.531Z | Compiling anyhow v1.0.102 |
| 204 | 2026-06-01T11:22:36.604Z | Compiling clap_builder v4.6.0 |
| 205 | 2026-06-01T11:22:36.858Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 206 | 2026-06-01T11:22:37.020Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 207 | 2026-06-01T11:22:37.519Z | Compiling semver v1.0.28 |
| 208 | 2026-06-01T11:22:37.543Z | Compiling cargo-platform v0.3.3 |
| 209 | 2026-06-01T11:22:37.599Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 210 | 2026-06-01T11:22:38.089Z | Compiling serde_spanned v1.1.1 |
| 211 | 2026-06-01T11:22:38.211Z | Compiling toml v1.1.2+spec-1.1.0 |
| 212 | 2026-06-01T11:22:38.542Z | Compiling thiserror-impl v2.0.18 |
| 213 | 2026-06-01T11:22:38.542Z | Compiling serde_derive v1.0.228 |
| 214 | 2026-06-01T11:22:38.745Z | Compiling clap_derive v4.6.1 |
| 215 | 2026-06-01T11:22:40.380Z | Compiling clap v4.6.1 |
| 216 | 2026-06-01T11:22:41.484Z | Compiling cargo_metadata v0.23.1 |
| 217 | 2026-06-01T11:22:44.051Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 218 | 2026-06-01T11:22:45.653Z | Finished `dev` profile [optimized + debuginfo] target(s) in 15.63s |
| 219 | 2026-06-01T11:22:45.745Z | Running `target/debug/xtask build --profile all` |
| 220 | 2026-06-01T11:22:47.355Z | Building opteadm (release). |
| 221 | 2026-06-01T11:22:47.449Z | Compiling proc-macro2 v1.0.106 |
| 222 | 2026-06-01T11:22:47.449Z | Compiling quote v1.0.45 |
| 223 | 2026-06-01T11:22:47.449Z | Compiling unicode-ident v1.0.24 |
| 224 | 2026-06-01T11:22:47.449Z | Compiling serde_core v1.0.228 |
| 225 | 2026-06-01T11:22:47.449Z | Compiling libc v0.2.186 |
| 226 | 2026-06-01T11:22:47.449Z | Compiling cfg-if v1.0.4 |
| 227 | 2026-06-01T11:22:47.453Z | Compiling memchr v2.8.0 |
| 228 | 2026-06-01T11:22:47.453Z | Compiling thiserror v2.0.18 |
| 229 | 2026-06-01T11:22:47.525Z | Compiling fnv v1.0.7 |
| 230 | 2026-06-01T11:22:47.567Z | Compiling ident_case v1.0.1 |
| 231 | 2026-06-01T11:22:47.602Z | Compiling strsim v0.11.1 |
| 232 | 2026-06-01T11:22:47.666Z | Compiling regex-syntax v0.8.10 |
| 233 | 2026-06-01T11:22:47.769Z | Compiling serde v1.0.228 |
| 234 | 2026-06-01T11:22:47.871Z | Compiling aho-corasick v1.1.4 |
| 235 | 2026-06-01T11:22:47.960Z | Compiling equivalent v1.0.2 |
| 236 | 2026-06-01T11:22:48.001Z | Compiling either v1.15.0 |
| 237 | 2026-06-01T11:22:48.030Z | Compiling hashbrown v0.17.0 |
| 238 | 2026-06-01T11:22:48.064Z | Compiling winnow v1.0.2 |
| 239 | 2026-06-01T11:22:48.224Z | Compiling zerocopy v0.8.48 |
| 240 | 2026-06-01T11:22:48.276Z | Compiling anyhow v1.0.102 |
| 241 | 2026-06-01T11:22:48.626Z | Compiling indexmap v2.14.0 |
| 242 | 2026-06-01T11:22:48.671Z | Compiling itertools v0.14.0 |
| 243 | 2026-06-01T11:22:48.711Z | Compiling byteorder v1.5.0 |
| 244 | 2026-06-01T11:22:48.829Z | Compiling syn v2.0.117 |
| 245 | 2026-06-01T11:22:48.894Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 246 | 2026-06-01T11:22:49.112Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 247 | 2026-06-01T11:22:49.167Z | Compiling heapless v0.8.0 |
| 248 | 2026-06-01T11:22:49.235Z | Compiling regex-automata v0.4.14 |
| 249 | 2026-06-01T11:22:49.281Z | Compiling hash32 v0.3.1 |
| 250 | 2026-06-01T11:22:49.415Z | Compiling syn v1.0.109 |
| 251 | 2026-06-01T11:22:49.637Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 252 | 2026-06-01T11:22:49.670Z | Compiling bitflags v2.11.1 |
| 253 | 2026-06-01T11:22:49.737Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 254 | 2026-06-01T11:22:49.814Z | Compiling stable_deref_trait v1.2.1 |
| 255 | 2026-06-01T11:22:49.814Z | Compiling rustversion v1.0.22 |
| 256 | 2026-06-01T11:22:49.879Z | Compiling smoltcp v0.11.0 |
| 257 | 2026-06-01T11:22:49.959Z | Compiling macaddr v1.0.1 |
| 258 | 2026-06-01T11:22:50.047Z | Compiling bitflags v1.3.2 |
| 259 | 2026-06-01T11:22:50.109Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 260 | 2026-06-01T11:22:50.154Z | Compiling managed v0.8.0 |
| 261 | 2026-06-01T11:22:50.195Z | Compiling proc-macro-crate v3.5.0 |
| 262 | 2026-06-01T11:22:50.226Z | Compiling rand_core v0.10.1 |
| 263 | 2026-06-01T11:22:50.333Z | Compiling ref-cast v1.0.25 |
| 264 | 2026-06-01T11:22:50.374Z | Compiling version_check v0.9.5 |
| 265 | 2026-06-01T11:22:50.391Z | Compiling rustix v1.1.4 |
| 266 | 2026-06-01T11:22:50.464Z | Compiling getrandom v0.4.2 |
| 267 | 2026-06-01T11:22:50.626Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 268 | 2026-06-01T11:22:50.733Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 269 | 2026-06-01T11:22:50.851Z | Compiling errno v0.3.14 |
| 270 | 2026-06-01T11:22:50.913Z | Compiling regex v1.12.3 |
| 271 | 2026-06-01T11:22:50.987Z | Compiling once_cell v1.21.4 |
| 272 | 2026-06-01T11:22:51.097Z | Compiling unicode-width v0.2.2 |
| 273 | 2026-06-01T11:22:51.142Z | Compiling foreign-types-shared v0.3.1 |
| 274 | 2026-06-01T11:22:51.224Z | Compiling cpufeatures v0.3.0 |
| 275 | 2026-06-01T11:22:51.227Z | Compiling ipnetwork v0.21.1 |
| 276 | 2026-06-01T11:22:51.286Z | Compiling utf8parse v0.2.2 |
| 277 | 2026-06-01T11:22:51.397Z | Compiling anstyle-parse v1.0.0 |
| 278 | 2026-06-01T11:22:51.401Z | Compiling tabwriter v1.4.1 |
| 279 | 2026-06-01T11:22:51.567Z | Compiling darling_core v0.21.3 |
| 280 | 2026-06-01T11:22:51.588Z | Compiling chacha20 v0.10.0 |
| 281 | 2026-06-01T11:22:51.706Z | Compiling cstr-argument v0.1.2 |
| 282 | 2026-06-01T11:22:51.775Z | Compiling tracing-core v0.1.36 |
| 283 | 2026-06-01T11:22:52.326Z | Compiling anstyle v1.0.14 |
| 284 | 2026-06-01T11:22:52.364Z | Compiling anstyle-query v1.1.5 |
| 285 | 2026-06-01T11:22:52.456Z | Compiling colorchoice v1.0.5 |
| 286 | 2026-06-01T11:22:52.556Z | Compiling dyn-clone v1.0.20 |
| 287 | 2026-06-01T11:22:52.560Z | Compiling pin-project-lite v0.2.17 |
| 288 | 2026-06-01T11:22:53.603Z | Compiling pretty-hex v0.4.2 |
| 289 | 2026-06-01T11:22:53.606Z | Compiling thiserror-impl v2.0.18 |
| 290 | 2026-06-01T11:22:53.606Z | Compiling zerocopy-derive v0.8.48 |
| 291 | 2026-06-01T11:22:53.606Z | Compiling serde_derive v1.0.228 |
| 292 | 2026-06-01T11:22:53.606Z | Compiling foreign-types-macros v0.2.3 |
| 293 | 2026-06-01T11:22:53.606Z | Compiling ref-cast-impl v1.0.25 |
| 294 | 2026-06-01T11:22:53.606Z | Compiling num_enum_derive v0.7.6 |
| 295 | 2026-06-01T11:22:53.606Z | Compiling foreign-types v0.5.0 |
| 296 | 2026-06-01T11:22:53.607Z | Compiling tracing-attributes v0.1.31 |
| 297 | 2026-06-01T11:22:53.607Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 298 | 2026-06-01T11:22:53.666Z | Compiling darling_macro v0.21.3 |
| 299 | 2026-06-01T11:22:53.906Z | Compiling is_terminal_polyfill v1.70.2 |
| 300 | 2026-06-01T11:22:53.940Z | Compiling cobs v0.3.0 |
| 301 | 2026-06-01T11:22:53.989Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 302 | 2026-06-01T11:22:54.020Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 303 | 2026-06-01T11:22:54.149Z | Compiling anstream v1.0.0 |
| 304 | 2026-06-01T11:22:54.221Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 305 | 2026-06-01T11:22:54.236Z | Compiling darling v0.21.3 |
| 306 | 2026-06-01T11:22:54.239Z | Compiling num_enum v0.7.6 |
| 307 | 2026-06-01T11:22:54.304Z | Compiling ingot-macros v0.1.1 |
| 308 | 2026-06-01T11:22:54.338Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 309 | 2026-06-01T11:22:54.520Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 310 | 2026-06-01T11:22:54.561Z | Compiling terminal_size v0.4.4 |
| 311 | 2026-06-01T11:22:54.601Z | Compiling tracing v0.1.44 |
| 312 | 2026-06-01T11:22:54.622Z | Compiling rand v0.10.1 |
| 313 | 2026-06-01T11:22:54.686Z | Compiling uuid v1.23.1 |
| 314 | 2026-06-01T11:22:54.811Z | Compiling socket2 v0.6.3 |
| 315 | 2026-06-01T11:22:55.068Z | Compiling clap_lex v1.1.0 |
| 316 | 2026-06-01T11:22:55.350Z | Compiling oxnet v0.1.5 |
| 317 | 2026-06-01T11:22:55.367Z | Compiling heck v0.5.0 |
| 318 | 2026-06-01T11:22:55.424Z | Compiling colored v3.1.1 |
| 319 | 2026-06-01T11:22:55.548Z | Compiling clap_derive v4.6.1 |
| 320 | 2026-06-01T11:22:55.622Z | Compiling clap_builder v4.6.0 |
| 321 | 2026-06-01T11:22:55.746Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 322 | 2026-06-01T11:22:55.932Z | Compiling postcard v1.1.3 |
| 323 | 2026-06-01T11:22:57.095Z | Compiling ingot-types v0.1.2 |
| 324 | 2026-06-01T11:22:57.405Z | Compiling ingot v0.1.1 |
| 325 | 2026-06-01T11:22:57.409Z | Compiling clap v4.6.1 |
| 326 | 2026-06-01T11:22:59.109Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 327 | 2026-06-01T11:23:00.128Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 328 | 2026-06-01T11:23:01.165Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 329 | 2026-06-01T11:23:07.740Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.38s |
| 330 | 2026-06-01T11:23:07.768Z | Building xde (release-lto). |
| 331 | 2026-06-01T11:23:08.016Z | Updating crates.io index |
| 332 | 2026-06-01T11:23:08.113Z | Downloading crates ... |
| 333 | 2026-06-01T11:23:08.155Z | Downloaded adler2 v2.0.1 |
| 334 | 2026-06-01T11:23:08.163Z | Downloaded miniz_oxide v0.8.9 |
| 335 | 2026-06-01T11:23:08.166Z | Downloaded rustc-literal-escaper v0.0.7 |
| 336 | 2026-06-01T11:23:08.182Z | Downloaded rustc-demangle v0.1.27 |
| 337 | 2026-06-01T11:23:08.185Z | Downloaded getopts v0.2.24 |
| 338 | 2026-06-01T11:23:08.185Z | Downloaded foldhash v0.2.0 |
| 339 | 2026-06-01T11:23:08.185Z | Downloaded addr2line v0.25.1 |
| 340 | 2026-06-01T11:23:08.192Z | Downloaded memchr v2.7.6 |
| 341 | 2026-06-01T11:23:08.218Z | Downloaded hashbrown v0.16.1 |
| 342 | 2026-06-01T11:23:08.245Z | Downloaded gimli v0.32.3 |
| 343 | 2026-06-01T11:23:08.253Z | Downloaded object v0.37.3 |
| 344 | 2026-06-01T11:23:08.287Z | Downloaded libc v0.2.183 |
| 345 | 2026-06-01T11:23:08.348Z | 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-06-01T11:23:08.348Z | 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-06-01T11:23:08.348Z | Compiling proc-macro2 v1.0.106 |
| 348 | 2026-06-01T11:23:08.351Z | Compiling quote v1.0.45 |
| 349 | 2026-06-01T11:23:08.351Z | Compiling unicode-ident v1.0.24 |
| 350 | 2026-06-01T11:23:08.351Z | Compiling strsim v0.11.1 |
| 351 | 2026-06-01T11:23:08.351Z | Compiling ident_case v1.0.1 |
| 352 | 2026-06-01T11:23:08.351Z | Compiling serde_core v1.0.228 |
| 353 | 2026-06-01T11:23:08.514Z | Compiling memchr v2.8.0 |
| 354 | 2026-06-01T11:23:08.518Z | Compiling fnv v1.0.7 |
| 355 | 2026-06-01T11:23:08.604Z | Compiling regex-syntax v0.8.10 |
| 356 | 2026-06-01T11:23:08.764Z | Compiling zerocopy v0.8.48 |
| 357 | 2026-06-01T11:23:08.769Z | Compiling either v1.15.0 |
| 358 | 2026-06-01T11:23:08.777Z | Compiling serde v1.0.228 |
| 359 | 2026-06-01T11:23:08.896Z | Compiling thiserror v2.0.18 |
| 360 | 2026-06-01T11:23:08.954Z | Compiling aho-corasick v1.1.4 |
| 361 | 2026-06-01T11:23:09.170Z | Compiling itertools v0.14.0 |
| 362 | 2026-06-01T11:23:09.180Z | Compiling heapless v0.8.0 |
| 363 | 2026-06-01T11:23:09.461Z | Compiling syn v2.0.117 |
| 364 | 2026-06-01T11:23:09.565Z | Compiling smoltcp v0.11.0 |
| 365 | 2026-06-01T11:23:09.586Z | Compiling version_check v0.9.5 |
| 366 | 2026-06-01T11:23:09.648Z | Compiling ref-cast v1.0.25 |
| 367 | 2026-06-01T11:23:09.942Z | Compiling crc32fast v1.5.0 |
| 368 | 2026-06-01T11:23:09.983Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 369 | 2026-06-01T11:23:10.024Z | Compiling regex-automata v0.4.14 |
| 370 | 2026-06-01T11:23:11.559Z | Compiling regex v1.12.3 |
| 371 | 2026-06-01T11:23:11.728Z | Compiling darling_core v0.21.3 |
| 372 | 2026-06-01T11:23:11.743Z | Compiling darling_core v0.23.0 |
| 373 | 2026-06-01T11:23:12.633Z | Compiling serde_derive v1.0.228 |
| 374 | 2026-06-01T11:23:12.633Z | Compiling thiserror-impl v2.0.18 |
| 375 | 2026-06-01T11:23:12.633Z | Compiling zerocopy-derive v0.8.48 |
| 376 | 2026-06-01T11:23:12.636Z | Compiling ref-cast-impl v1.0.25 |
| 377 | 2026-06-01T11:23:12.636Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 378 | 2026-06-01T11:23:14.214Z | Compiling darling_macro v0.21.3 |
| 379 | 2026-06-01T11:23:14.378Z | Compiling darling_macro v0.23.0 |
| 380 | 2026-06-01T11:23:15.113Z | Compiling darling v0.21.3 |
| 381 | 2026-06-01T11:23:15.181Z | Compiling ingot-macros v0.1.1 |
| 382 | 2026-06-01T11:23:15.285Z | Compiling darling v0.23.0 |
| 383 | 2026-06-01T11:23:15.351Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 384 | 2026-06-01T11:23:20.290Z | 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-06-01T11:23:22.392Z | Compiling byteorder v1.5.0 |
| 386 | 2026-06-01T11:23:22.392Z | Compiling cfg-if v1.0.4 |
| 387 | 2026-06-01T11:23:22.392Z | Compiling stable_deref_trait v1.2.1 |
| 388 | 2026-06-01T11:23:22.392Z | Compiling macaddr v1.0.1 |
| 389 | 2026-06-01T11:23:22.454Z | Compiling bitflags v1.3.2 |
| 390 | 2026-06-01T11:23:22.458Z | Compiling managed v0.8.0 |
| 391 | 2026-06-01T11:23:22.492Z | Compiling cobs v0.3.0 |
| 392 | 2026-06-01T11:23:22.573Z | Compiling hash32 v0.3.1 |
| 393 | 2026-06-01T11:23:22.693Z | Compiling dyn-clone v1.0.20 |
| 394 | 2026-06-01T11:23:22.754Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 395 | 2026-06-01T11:23:23.987Z | Compiling bitflags v2.11.1 |
| 396 | 2026-06-01T11:23:23.987Z | Compiling uuid v1.23.1 |
| 397 | 2026-06-01T11:23:24.127Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 398 | 2026-06-01T11:23:24.415Z | Compiling postcard v1.1.3 |
| 399 | 2026-06-01T11:23:25.248Z | Compiling ingot-types v0.1.2 |
| 400 | 2026-06-01T11:23:25.571Z | Compiling ingot v0.1.1 |
| 401 | 2026-06-01T11:23:27.060Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 402 | 2026-06-01T11:23:30.820Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 403 | 2026-06-01T11:23:39.539Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 404 | 2026-06-01T11:24:09.138Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 01s |
| 405 | 2026-06-01T11:24:09.165Z | Linking xde kmod... |
| 406 | 2026-06-01T11:24:09.755Z | Building xde dev link helper (release). |
| 407 | 2026-06-01T11:24:09.916Z | 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-06-01T11:24:09.916Z | 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-06-01T11:24:09.916Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 410 | 2026-06-01T11:24:20.807Z | 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-06-01T11:24:23.152Z | Finished `release` profile [optimized + debuginfo] target(s) in 13.37s |
| 412 | 2026-06-01T11:24:23.175Z | Building opteadm (dev). |
| 413 | 2026-06-01T11:24:23.337Z | Compiling serde_core v1.0.228 |
| 414 | 2026-06-01T11:24:23.338Z | Compiling libc v0.2.186 |
| 415 | 2026-06-01T11:24:23.338Z | Compiling cfg-if v1.0.4 |
| 416 | 2026-06-01T11:24:23.338Z | Compiling strsim v0.11.1 |
| 417 | 2026-06-01T11:24:23.338Z | Compiling memchr v2.8.0 |
| 418 | 2026-06-01T11:24:23.341Z | Compiling ident_case v1.0.1 |
| 419 | 2026-06-01T11:24:23.341Z | Compiling fnv v1.0.7 |
| 420 | 2026-06-01T11:24:23.341Z | Compiling syn v2.0.117 |
| 421 | 2026-06-01T11:24:23.414Z | Compiling regex-syntax v0.8.10 |
| 422 | 2026-06-01T11:24:23.438Z | Compiling hashbrown v0.17.0 |
| 423 | 2026-06-01T11:24:23.459Z | Compiling zerocopy v0.8.48 |
| 424 | 2026-06-01T11:24:23.640Z | Compiling serde v1.0.228 |
| 425 | 2026-06-01T11:24:23.841Z | Compiling aho-corasick v1.1.4 |
| 426 | 2026-06-01T11:24:23.912Z | Compiling winnow v1.0.2 |
| 427 | 2026-06-01T11:24:23.954Z | Compiling either v1.15.0 |
| 428 | 2026-06-01T11:24:23.979Z | Compiling equivalent v1.0.2 |
| 429 | 2026-06-01T11:24:24.053Z | Compiling indexmap v2.14.0 |
| 430 | 2026-06-01T11:24:24.120Z | Compiling itertools v0.14.0 |
| 431 | 2026-06-01T11:24:24.212Z | Compiling heapless v0.8.0 |
| 432 | 2026-06-01T11:24:24.510Z | Compiling byteorder v1.5.0 |
| 433 | 2026-06-01T11:24:24.637Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 434 | 2026-06-01T11:24:24.684Z | Compiling hash32 v0.3.1 |
| 435 | 2026-06-01T11:24:24.834Z | Compiling regex-automata v0.4.14 |
| 436 | 2026-06-01T11:24:24.850Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 437 | 2026-06-01T11:24:25.056Z | Compiling rustversion v1.0.22 |
| 438 | 2026-06-01T11:24:25.229Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 439 | 2026-06-01T11:24:25.321Z | Compiling bitflags v2.11.1 |
| 440 | 2026-06-01T11:24:25.389Z | Compiling macaddr v1.0.1 |
| 441 | 2026-06-01T11:24:25.403Z | Compiling smoltcp v0.11.0 |
| 442 | 2026-06-01T11:24:25.443Z | Compiling syn v1.0.109 |
| 443 | 2026-06-01T11:24:25.523Z | Compiling stable_deref_trait v1.2.1 |
| 444 | 2026-06-01T11:24:25.592Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 445 | 2026-06-01T11:24:25.773Z | Compiling proc-macro-crate v3.5.0 |
| 446 | 2026-06-01T11:24:25.781Z | Compiling version_check v0.9.5 |
| 447 | 2026-06-01T11:24:25.801Z | Compiling rand_core v0.10.1 |
| 448 | 2026-06-01T11:24:25.844Z | Compiling getrandom v0.4.2 |
| 449 | 2026-06-01T11:24:25.953Z | Compiling darling_core v0.21.3 |
| 450 | 2026-06-01T11:24:26.038Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 451 | 2026-06-01T11:24:26.052Z | Compiling ref-cast v1.0.25 |
| 452 | 2026-06-01T11:24:26.111Z | Compiling managed v0.8.0 |
| 453 | 2026-06-01T11:24:26.137Z | Compiling bitflags v1.3.2 |
| 454 | 2026-06-01T11:24:26.181Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 455 | 2026-06-01T11:24:26.408Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 456 | 2026-06-01T11:24:26.422Z | Compiling errno v0.3.14 |
| 457 | 2026-06-01T11:24:26.590Z | Compiling regex v1.12.3 |
| 458 | 2026-06-01T11:24:26.976Z | Compiling ipnetwork v0.21.1 |
| 459 | 2026-06-01T11:24:27.020Z | Compiling once_cell v1.21.4 |
| 460 | 2026-06-01T11:24:27.074Z | Compiling thiserror-impl v2.0.18 |
| 461 | 2026-06-01T11:24:27.252Z | Compiling serde_derive v1.0.228 |
| 462 | 2026-06-01T11:24:27.385Z | Compiling zerocopy-derive v0.8.48 |
| 463 | 2026-06-01T11:24:27.491Z | Compiling ref-cast-impl v1.0.25 |
| 464 | 2026-06-01T11:24:27.992Z | Compiling num_enum_derive v0.7.6 |
| 465 | 2026-06-01T11:24:28.031Z | Compiling darling_macro v0.21.3 |
| 466 | 2026-06-01T11:24:28.085Z | Compiling foreign-types-macros v0.2.3 |
| 467 | 2026-06-01T11:24:28.321Z | Compiling thiserror v2.0.18 |
| 468 | 2026-06-01T11:24:28.423Z | Compiling cobs v0.3.0 |
| 469 | 2026-06-01T11:24:28.627Z | Compiling darling v0.21.3 |
| 470 | 2026-06-01T11:24:28.698Z | Compiling ingot-macros v0.1.1 |
| 471 | 2026-06-01T11:24:28.702Z | Compiling unicode-width v0.2.2 |
| 472 | 2026-06-01T11:24:28.782Z | Compiling foreign-types-shared v0.3.1 |
| 473 | 2026-06-01T11:24:28.869Z | Compiling cpufeatures v0.3.0 |
| 474 | 2026-06-01T11:24:28.936Z | Compiling tabwriter v1.4.1 |
| 475 | 2026-06-01T11:24:29.012Z | Compiling chacha20 v0.10.0 |
| 476 | 2026-06-01T11:24:29.018Z | Compiling num_enum v0.7.6 |
| 477 | 2026-06-01T11:24:29.128Z | Compiling foreign-types v0.5.0 |
| 478 | 2026-06-01T11:24:29.300Z | Compiling cstr-argument v0.1.2 |
| 479 | 2026-06-01T11:24:29.358Z | Compiling tracing-core v0.1.36 |
| 480 | 2026-06-01T11:24:29.363Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 481 | 2026-06-01T11:24:29.468Z | Compiling tracing-attributes v0.1.31 |
| 482 | 2026-06-01T11:24:29.601Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 483 | 2026-06-01T11:24:29.948Z | Compiling rustix v1.1.4 |
| 484 | 2026-06-01T11:24:30.453Z | Compiling postcard v1.1.3 |
| 485 | 2026-06-01T11:24:30.682Z | Compiling anyhow v1.0.102 |
| 486 | 2026-06-01T11:24:30.693Z | Compiling pin-project-lite v0.2.17 |
| 487 | 2026-06-01T11:24:30.733Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 488 | 2026-06-01T11:24:30.758Z | Compiling dyn-clone v1.0.20 |
| 489 | 2026-06-01T11:24:30.779Z | Compiling pretty-hex v0.4.2 |
| 490 | 2026-06-01T11:24:30.812Z | Compiling tracing v0.1.44 |
| 491 | 2026-06-01T11:24:30.904Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 492 | 2026-06-01T11:24:30.916Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 493 | 2026-06-01T11:24:30.962Z | Compiling terminal_size v0.4.4 |
| 494 | 2026-06-01T11:24:31.110Z | Compiling rand v0.10.1 |
| 495 | 2026-06-01T11:24:31.115Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 496 | 2026-06-01T11:24:31.118Z | Compiling uuid v1.23.1 |
| 497 | 2026-06-01T11:24:31.169Z | Compiling socket2 v0.6.3 |
| 498 | 2026-06-01T11:24:31.175Z | Compiling oxnet v0.1.5 |
| 499 | 2026-06-01T11:24:31.396Z | Compiling colored v3.1.1 |
| 500 | 2026-06-01T11:24:31.401Z | Compiling clap_builder v4.6.0 |
| 501 | 2026-06-01T11:24:31.643Z | Compiling clap_derive v4.6.1 |
| 502 | 2026-06-01T11:24:31.673Z | Compiling ingot-types v0.1.2 |
| 503 | 2026-06-01T11:24:31.873Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 504 | 2026-06-01T11:24:32.072Z | Compiling ingot v0.1.1 |
| 505 | 2026-06-01T11:24:33.010Z | Compiling clap v4.6.1 |
| 506 | 2026-06-01T11:24:33.808Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 507 | 2026-06-01T11:24:35.969Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 508 | 2026-06-01T11:24:37.125Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 509 | 2026-06-01T11:24:41.531Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.35s |
| 510 | 2026-06-01T11:24:41.560Z | Building xde (dev). |
| 511 | 2026-06-01T11:24:41.792Z | 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-06-01T11:24:41.792Z | 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-06-01T11:24:41.792Z | Compiling proc-macro2 v1.0.106 |
| 514 | 2026-06-01T11:24:41.792Z | Compiling unicode-ident v1.0.24 |
| 515 | 2026-06-01T11:24:41.792Z | Compiling quote v1.0.45 |
| 516 | 2026-06-01T11:24:41.792Z | Compiling strsim v0.11.1 |
| 517 | 2026-06-01T11:24:41.792Z | Compiling ident_case v1.0.1 |
| 518 | 2026-06-01T11:24:41.795Z | Compiling serde_core v1.0.228 |
| 519 | 2026-06-01T11:24:41.910Z | Compiling fnv v1.0.7 |
| 520 | 2026-06-01T11:24:41.914Z | Compiling memchr v2.8.0 |
| 521 | 2026-06-01T11:24:41.993Z | Compiling regex-syntax v0.8.10 |
| 522 | 2026-06-01T11:24:42.170Z | Compiling thiserror v2.0.18 |
| 523 | 2026-06-01T11:24:42.176Z | Compiling serde v1.0.228 |
| 524 | 2026-06-01T11:24:42.180Z | Compiling zerocopy v0.8.48 |
| 525 | 2026-06-01T11:24:42.315Z | Compiling aho-corasick v1.1.4 |
| 526 | 2026-06-01T11:24:42.552Z | Compiling either v1.15.0 |
| 527 | 2026-06-01T11:24:42.601Z | Compiling heapless v0.8.0 |
| 528 | 2026-06-01T11:24:42.734Z | Compiling itertools v0.14.0 |
| 529 | 2026-06-01T11:24:42.780Z | Compiling smoltcp v0.11.0 |
| 530 | 2026-06-01T11:24:42.950Z | Compiling syn v2.0.117 |
| 531 | 2026-06-01T11:24:43.003Z | Compiling crc32fast v1.5.0 |
| 532 | 2026-06-01T11:24:43.070Z | Compiling ref-cast v1.0.25 |
| 533 | 2026-06-01T11:24:43.210Z | Compiling version_check v0.9.5 |
| 534 | 2026-06-01T11:24:43.466Z | Compiling regex-automata v0.4.14 |
| 535 | 2026-06-01T11:24:43.580Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 536 | 2026-06-01T11:24:45.007Z | Compiling regex v1.12.3 |
| 537 | 2026-06-01T11:24:45.264Z | Compiling darling_core v0.21.3 |
| 538 | 2026-06-01T11:24:45.337Z | Compiling darling_core v0.23.0 |
| 539 | 2026-06-01T11:24:46.179Z | Compiling thiserror-impl v2.0.18 |
| 540 | 2026-06-01T11:24:46.179Z | Compiling zerocopy-derive v0.8.48 |
| 541 | 2026-06-01T11:24:46.179Z | Compiling serde_derive v1.0.228 |
| 542 | 2026-06-01T11:24:46.183Z | Compiling ref-cast-impl v1.0.25 |
| 543 | 2026-06-01T11:24:46.183Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 544 | 2026-06-01T11:24:47.768Z | Compiling darling_macro v0.21.3 |
| 545 | 2026-06-01T11:24:47.921Z | Compiling darling_macro v0.23.0 |
| 546 | 2026-06-01T11:24:48.700Z | Compiling darling v0.21.3 |
| 547 | 2026-06-01T11:24:48.765Z | Compiling ingot-macros v0.1.1 |
| 548 | 2026-06-01T11:24:48.895Z | Compiling darling v0.23.0 |
| 549 | 2026-06-01T11:24:48.962Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 550 | 2026-06-01T11:24:53.253Z | 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-06-01T11:24:54.992Z | Compiling byteorder v1.5.0 |
| 552 | 2026-06-01T11:24:54.992Z | Compiling macaddr v1.0.1 |
| 553 | 2026-06-01T11:24:54.996Z | Compiling stable_deref_trait v1.2.1 |
| 554 | 2026-06-01T11:24:54.996Z | Compiling cfg-if v1.0.4 |
| 555 | 2026-06-01T11:24:55.057Z | Compiling managed v0.8.0 |
| 556 | 2026-06-01T11:24:55.067Z | Compiling cobs v0.3.0 |
| 557 | 2026-06-01T11:24:55.098Z | Compiling bitflags v1.3.2 |
| 558 | 2026-06-01T11:24:55.166Z | Compiling hash32 v0.3.1 |
| 559 | 2026-06-01T11:24:55.347Z | Compiling dyn-clone v1.0.20 |
| 560 | 2026-06-01T11:24:55.431Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 561 | 2026-06-01T11:24:56.534Z | Compiling bitflags v2.11.1 |
| 562 | 2026-06-01T11:24:56.534Z | Compiling uuid v1.23.1 |
| 563 | 2026-06-01T11:24:56.667Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 564 | 2026-06-01T11:24:56.947Z | Compiling postcard v1.1.3 |
| 565 | 2026-06-01T11:24:57.764Z | Compiling ingot-types v0.1.2 |
| 566 | 2026-06-01T11:24:58.041Z | Compiling ingot v0.1.1 |
| 567 | 2026-06-01T11:24:59.469Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 568 | 2026-06-01T11:25:03.799Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 569 | 2026-06-01T11:25:14.193Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 570 | 2026-06-01T11:25:22.531Z | Finished `dev` profile [optimized + debuginfo] target(s) in 40.94s |
| 571 | 2026-06-01T11:25:22.555Z | Linking xde kmod... |
| 572 | 2026-06-01T11:25:23.687Z | Building xde dev link helper (dev). |
| 573 | 2026-06-01T11:25:23.852Z | 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-06-01T11:25:23.852Z | 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-06-01T11:25:23.852Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 576 | 2026-06-01T11:25:34.277Z | 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-06-01T11:25:36.456Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.74s |
| 578 | 2026-06-01T11:25:36.477Z | |
| 579 | 2026-06-01T11:25:36.480Z | real 3:06.463805829 |
| 580 | 2026-06-01T11:25:36.480Z | user 9:00.790521482 |
| 581 | 2026-06-01T11:25:36.480Z | sys 58.813206279 |
| 582 | 2026-06-01T11:25:36.480Z | trap 0.235191127 |
| 583 | 2026-06-01T11:25:36.480Z | tflt 0.860642533 |
| 584 | 2026-06-01T11:25:36.481Z | dflt 1.513625106 |
| 585 | 2026-06-01T11:25:36.481Z | kflt 0.006957524 |
| 586 | 2026-06-01T11:25:36.481Z | lock 29:39.840627670 |
| 587 | 2026-06-01T11:25:36.481Z | slp 20:59.763502340 |
| 588 | 2026-06-01T11:25:36.481Z | lat 21.188827737 |
| 589 | 2026-06-01T11:25:36.481Z | stop 32.423552956 |
| 590 | 2026-06-01T11:25:36.481Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 591 | 2026-06-01T11:25:36.481Z | + grep GOTPCREL |
| 592 | 2026-06-01T11:25:37.445Z | + header 'package opte' |
| 593 | 2026-06-01T11:25:37.448Z | + echo '# ==== package opte ==== #' |
| 594 | 2026-06-01T11:25:37.448Z | # ==== package opte ==== # |
| 595 | 2026-06-01T11:25:37.448Z | + cargo xtask package --skip-build --profile all |
| 596 | 2026-06-01T11:25:37.589Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s |
| 597 | 2026-06-01T11:25:37.593Z | Running `target/debug/xtask package --skip-build --profile all` |
| 598 | 2026-06-01T11:25:37.804Z | + ./clean.sh |
| 599 | 2026-06-01T11:25:37.812Z | + mkdir -p proto/kernel/drv/amd64 |
| 600 | 2026-06-01T11:25:37.815Z | + mkdir -p proto/opt/oxide/opte/bin |
| 601 | 2026-06-01T11:25:37.815Z | + mkdir -p proto/usr/lib/devfsadm/linkmod |
| 602 | 2026-06-01T11:25:37.819Z | + cp ../target/release/opteadm proto/opt/oxide/opte/bin/ |
| 603 | 2026-06-01T11:25:37.832Z | + cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64 |
| 604 | 2026-06-01T11:25:37.872Z | + cp ../xde/xde.conf proto/kernel/drv/ |
| 605 | 2026-06-01T11:25:37.876Z | + cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so |
| 606 | 2026-06-01T11:25:37.876Z | + '[' -z ']' |
| 607 | 2026-06-01T11:25:37.876Z | + cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg |
| 608 | 2026-06-01T11:25:37.906Z | + cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg |
| 609 | 2026-06-01T11:25:37.983Z | + INC_DEBUG= |
| 610 | 2026-06-01T11:25:37.983Z | + typeset -ri TAG=0 |
| 611 | 2026-06-01T11:25:37.986Z | ++ ./print-api-version.sh |
| 612 | 2026-06-01T11:25:37.990Z | + API_VSN=41 |
| 613 | 2026-06-01T11:25:37.990Z | + PKG_VERSION=0.41.485-3.0 |
| 614 | 2026-06-01T11:25:37.992Z | + sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.41.485-3.0/g opte.template.p5m |
| 615 | 2026-06-01T11:25:37.993Z | + pkgmogrify -v -D inc_debug= -O opte.base.p5m |
| 616 | 2026-06-01T11:25:38.541Z | + pkgdepend generate -d proto opte.base.p5m |
| 617 | 2026-06-01T11:25:38.893Z | + mkdir -p packages |
| 618 | 2026-06-01T11:25:38.896Z | + pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m |
| 619 | 2026-06-01T11:25:45.883Z | + cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m |
| 620 | 2026-06-01T11:25:45.886Z | + pkgrepo create packages/repo |
| 621 | 2026-06-01T11:25:46.100Z | + pkgrepo add-publisher -s packages/repo helios |
| 622 | 2026-06-01T11:25:46.312Z | + pkgsend publish -d proto -s packages/repo opte.final.p5m |
| 623 | 2026-06-01T11:26:15.730Z | pkg://helios/driver/network/opte@0.41.485,5.11-3.0:20260601T112545Z |
| 624 | 2026-06-01T11:26:15.730Z | PUBLISHED |
| 625 | 2026-06-01T11:26:15.767Z | + pkgrecv -a -d packages/repo/opte-0.41.485-3.0.p5p -s packages/repo -v -m latest '*' |
| 626 | 2026-06-01T11:26:15.949Z | Retrieving packages for publisher helios ... |
| 627 | 2026-06-01T11:26:15.956Z | Retrieving catalog 'helios' ... Done |
| 628 | 2026-06-01T11:26:15.956Z | Retrieving and evaluating 1 package(s)... |
| 629 | 2026-06-01T11:26:15.956Z | Fetching manifests: 1/1 100% complete |
| 630 | 2026-06-01T11:26:15.957Z | Fetching manifests: 1/1 100% complete |
| 631 | 2026-06-01T11:26:15.957Z | |
| 632 | 2026-06-01T11:26:15.957Z | Archiving packages ... |
| 633 | 2026-06-01T11:26:15.957Z | Packages to add: 1 |
| 634 | 2026-06-01T11:26:15.957Z | Files to retrieve: 6 |
| 635 | 2026-06-01T11:26:15.957Z | Estimated transfer size: 37.11 MB |
| 636 | 2026-06-01T11:26:15.957Z | |
| 637 | 2026-06-01T11:26:15.957Z | Packages to archive: |
| 638 | 2026-06-01T11:26:15.957Z | driver/network/opte@0.41.485,5.11-3.0:20260601T112545Z |
| 639 | 2026-06-01T11:26:15.957Z | |
| 640 | 2026-06-01T11:26:15.957Z | Download: 0/6 items 0.0/37.1MB 0% complete |
| 641 | 2026-06-01T11:26:16.020Z | Download: Completed 37.11 MB in 0.07 seconds (542M/s) |
| 642 | 2026-06-01T11:26:16.024Z | Archiving: 1/20 items 0.0/37.1MB 0% complete |
| 643 | 2026-06-01T11:26:16.033Z | Archiving: Completed 37.14 MB in 0.01 seconds |
| 644 | 2026-06-01T11:26:16.071Z | Successfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.485-3.0.p5p. |
| 645 | 2026-06-01T11:26:16.102Z | + banner copy |
| 646 | 2026-06-01T11:26:16.102Z | |
| 647 | 2026-06-01T11:26:16.103Z | #### #### ##### # # |
| 648 | 2026-06-01T11:26:16.103Z | # # # # # # # # |
| 649 | 2026-06-01T11:26:16.103Z | # # # # # # |
| 650 | 2026-06-01T11:26:16.103Z | # # # ##### # |
| 651 | 2026-06-01T11:26:16.103Z | # # # # # # |
| 652 | 2026-06-01T11:26:16.103Z | #### #### # # |
| 653 | 2026-06-01T11:26:16.103Z | |
| 654 | 2026-06-01T11:26:16.103Z | + pfexec mkdir -p /out |
| 655 | 2026-06-01T11:26:16.103Z | + pfexec chown 12345 /out |
| 656 | 2026-06-01T11:26:16.103Z | + PKG_NAME=/out/opte.p5p |
| 657 | 2026-06-01T11:26:16.103Z | + mv pkg/packages/repo/opte-0.41.485-3.0.p5p /out/opte.p5p |
| 658 | 2026-06-01T11:26:16.107Z | + sha256sum /out/opte.p5p |
| 659 | 2026-06-01T11:26:16.133Z | process exited: duration 239736 ms, exit code 0 |
| |
| 660 | 2026-06-01T11:26:16.146Z | found 2 output files |
| 661 | 2026-06-01T11:26:16.146Z | uploading: /out/opte.p5p (38952960 bytes) |
| 662 | 2026-06-01T11:26:17.537Z | uploaded: /out/opte.p5p |
| 663 | 2026-06-01T11:26:17.537Z | uploading: /out/opte.p5p.sha256 (80 bytes) |
| 664 | 2026-06-01T11:26:18.545Z | uploaded: /out/opte.p5p.sha256 |