|
|
|
| 1 | 2026-07-24T09:42:27.282Z | job assigned to worker 01KY9R0TPF7WB6BQ93748YAYE6 [factory aws, i-0d971e57fd163f482] (queued for 49 s) |
| |
| 2 | 2026-07-24T09:42:33.435Z | starting task 0: "setup" |
| 3 | 2026-07-24T09:42:33.438Z | ++ uname -s |
| 4 | 2026-07-24T09:42:33.438Z | + kern=SunOS |
| 5 | 2026-07-24T09:42:33.438Z | + build_user=build |
| 6 | 2026-07-24T09:42:33.439Z | + build_uid=12345 |
| 7 | 2026-07-24T09:42:33.439Z | + work_dir=/work |
| 8 | 2026-07-24T09:42:33.439Z | + input_dir=/input |
| 9 | 2026-07-24T09:42:33.439Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-24T09:42:33.439Z | + case "$kern" in |
| 11 | 2026-07-24T09:42:33.439Z | + groupadd -g 12345 build |
| 12 | 2026-07-24T09:42:33.442Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-24T09:42:35.445Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-24T09:42:35.534Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-24T09:42:35.537Z | + home_fs=zfs |
| 16 | 2026-07-24T09:42:35.537Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-24T09:42:35.537Z | + mkdir -p /home/build |
| 18 | 2026-07-24T09:42:35.537Z | + chown build:build /home/build /work |
| 19 | 2026-07-24T09:42:37.537Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-24T09:42:37.540Z | process exited: duration 4107 ms, exit code 0 |
| |
| 21 | 2026-07-24T09:42:37.547Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-24T09:42:37.551Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-24T09:42:37.551Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-07-24T09:42:37.551Z | * rust toolchain profile = "default" |
| 25 | 2026-07-24T09:42:37.551Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-24T09:42:37.551Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-24T09:42:37.554Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-24T09:42:37.554Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-24T09:42:37.554Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-24T09:42:37.647Z | info: downloading installer |
| 31 | 2026-07-24T09:42:39.102Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-24T09:42:39.102Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-24T09:42:39.102Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-24T09:42:39.102Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-24T09:42:39.114Z | info: profile set to default |
| 36 | 2026-07-24T09:42:39.114Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-24T09:42:39.117Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-24T09:42:39.253Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-24T09:42:39.257Z | info: downloading 6 components |
| 40 | 2026-07-24T09:42:54.452Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-07-24T09:42:54.452Z | |
| 42 | 2026-07-24T09:42:54.479Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-24T09:42:54.479Z | |
| 44 | 2026-07-24T09:42:54.479Z | |
| 45 | 2026-07-24T09:42:54.479Z | Rust is installed now. Great! |
| 46 | 2026-07-24T09:42:54.479Z | |
| 47 | 2026-07-24T09:42:54.482Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-24T09:42:54.482Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-24T09:42:54.482Z | |
| 50 | 2026-07-24T09:42:54.482Z | To configure your current shell, you need to source |
| 51 | 2026-07-24T09:42:54.482Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-24T09:42:54.482Z | |
| 53 | 2026-07-24T09:42:54.482Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-24T09:42:54.483Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-24T09:42:54.483Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-24T09:42:54.483Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-24T09:42:54.483Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-24T09:42:54.483Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-24T09:42:54.483Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-24T09:42:54.483Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-24T09:42:54.483Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-24T09:42:54.586Z | + rustup --version |
| 63 | 2026-07-24T09:42:54.596Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-24T09:42:54.599Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-24T09:42:54.615Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-24T09:42:54.619Z | + cargo --version |
| 67 | 2026-07-24T09:42:54.633Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-24T09:42:54.636Z | + rustc --version |
| 69 | 2026-07-24T09:42:54.656Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-24T09:42:54.660Z | process exited: duration 17110 ms, exit code 0 |
| |
| 71 | 2026-07-24T09:42:54.666Z | starting task 2: "authentication" |
| 72 | 2026-07-24T09:42:54.683Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-24T09:42:54.689Z | starting task 3: "clone repository" |
| 74 | 2026-07-24T09:42:54.692Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-24T09:42:54.695Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-24T09:42:54.726Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-24T09:42:55.637Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-24T09:42:55.638Z | + git fetch origin f21e37561c7910c412a04e37e79e2ce13b7130c8 |
| 79 | 2026-07-24T09:42:55.845Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-24T09:42:55.845Z | * branch f21e37561c7910c412a04e37e79e2ce13b7130c8 -> FETCH_HEAD |
| 81 | 2026-07-24T09:42:55.851Z | + [[ -n '' ]] |
| 82 | 2026-07-24T09:42:55.851Z | + git reset --hard f21e37561c7910c412a04e37e79e2ce13b7130c8 |
| 83 | 2026-07-24T09:42:55.866Z | HEAD is now at f21e375 Review feedback. |
| 84 | 2026-07-24T09:42:55.870Z | process exited: duration 1178 ms, exit code 0 |
| |
| 85 | 2026-07-24T09:42:55.876Z | starting task 4: "build" |
| 86 | 2026-07-24T09:42:55.880Z | + source .github/buildomat/common.sh |
| 87 | 2026-07-24T09:42:55.880Z | ++ rustup show active-toolchain |
| 88 | 2026-07-24T09:42:55.885Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 89 | 2026-07-24T09:42:55.888Z | ++ pushd xde |
| 90 | 2026-07-24T09:42:55.889Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 91 | 2026-07-24T09:42:55.889Z | ++ rustup show active-toolchain |
| 92 | 2026-07-24T09:42:55.892Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 93 | 2026-07-24T09:42:56.045Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 94 | 2026-07-24T09:42:56.049Z | info: downloading 6 components |
| 95 | 2026-07-24T09:43:11.078Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 96 | 2026-07-24T09:43:11.160Z | +++ rustup show active-toolchain -v |
| 97 | 2026-07-24T09:43:11.163Z | +++ head -n 1 |
| 98 | 2026-07-24T09:43:11.163Z | +++ cut '-d ' -f1 |
| 99 | 2026-07-24T09:43:11.215Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 100 | 2026-07-24T09:43:11.215Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 101 | 2026-07-24T09:43:11.219Z | ++ popd |
| 102 | 2026-07-24T09:43:11.219Z | /work/oxidecomputer/opte |
| 103 | 2026-07-24T09:43:11.219Z | + TGT_BASE=/work |
| 104 | 2026-07-24T09:43:11.219Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 105 | 2026-07-24T09:43:11.219Z | + REL_TGT=/work/release |
| 106 | 2026-07-24T09:43:11.219Z | + mkdir -p /work/release |
| 107 | 2026-07-24T09:43:11.219Z | + cargo --version |
| 108 | 2026-07-24T09:43:11.227Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 109 | 2026-07-24T09:43:11.230Z | + rustc --version |
| 110 | 2026-07-24T09:43:11.248Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 111 | 2026-07-24T09:43:11.251Z | + header 'build xde and opteadm (release+debug)' |
| 112 | 2026-07-24T09:43:11.251Z | + echo '# ==== build xde and opteadm (release+debug) ==== #' |
| 113 | 2026-07-24T09:43:11.251Z | # ==== build xde and opteadm (release+debug) ==== # |
| 114 | 2026-07-24T09:43:11.251Z | + ptime -m cargo xtask build --profile all |
| 115 | 2026-07-24T09:43:11.350Z | Updating crates.io index |
| 116 | 2026-07-24T09:43:11.353Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 117 | 2026-07-24T09:43:12.311Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 118 | 2026-07-24T09:43:12.553Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 119 | 2026-07-24T09:43:12.912Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 120 | 2026-07-24T09:43:13.175Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 121 | 2026-07-24T09:43:13.427Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 122 | 2026-07-24T09:43:13.749Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 123 | 2026-07-24T09:43:15.576Z | Downloading crates ... |
| 124 | 2026-07-24T09:43:15.622Z | Downloaded anstream v1.0.0 |
| 125 | 2026-07-24T09:43:15.627Z | Downloaded anstyle-query v1.1.5 |
| 126 | 2026-07-24T09:43:15.631Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 127 | 2026-07-24T09:43:15.637Z | Downloaded utf8parse v0.2.2 |
| 128 | 2026-07-24T09:43:15.640Z | Downloaded strsim v0.11.1 |
| 129 | 2026-07-24T09:43:15.640Z | Downloaded is_terminal_polyfill v1.70.2 |
| 130 | 2026-07-24T09:43:15.640Z | Downloaded colorchoice v1.0.5 |
| 131 | 2026-07-24T09:43:15.640Z | Downloaded terminal_size v0.4.4 |
| 132 | 2026-07-24T09:43:15.644Z | Downloaded cargo-platform v0.3.3 |
| 133 | 2026-07-24T09:43:15.651Z | Downloaded clap_lex v1.1.0 |
| 134 | 2026-07-24T09:43:15.652Z | Downloaded errno v0.3.14 |
| 135 | 2026-07-24T09:43:15.656Z | Downloaded serde_spanned v1.1.1 |
| 136 | 2026-07-24T09:43:15.659Z | Downloaded equivalent v1.0.2 |
| 137 | 2026-07-24T09:43:15.660Z | Downloaded thiserror-impl v2.0.18 |
| 138 | 2026-07-24T09:43:15.660Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 139 | 2026-07-24T09:43:15.665Z | Downloaded heck v0.5.0 |
| 140 | 2026-07-24T09:43:15.671Z | Downloaded anstyle-parse v1.0.0 |
| 141 | 2026-07-24T09:43:15.675Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 142 | 2026-07-24T09:43:15.678Z | Downloaded quote v1.0.46 |
| 143 | 2026-07-24T09:43:15.678Z | Downloaded itoa v1.0.18 |
| 144 | 2026-07-24T09:43:15.681Z | Downloaded cargo_metadata v0.23.1 |
| 145 | 2026-07-24T09:43:15.684Z | Downloaded anstyle v1.0.14 |
| 146 | 2026-07-24T09:43:15.687Z | Downloaded zmij v1.0.22 |
| 147 | 2026-07-24T09:43:15.693Z | Downloaded thiserror v2.0.18 |
| 148 | 2026-07-24T09:43:15.696Z | Downloaded clap_derive v4.6.1 |
| 149 | 2026-07-24T09:43:15.699Z | Downloaded semver v1.0.28 |
| 150 | 2026-07-24T09:43:15.699Z | Downloaded anyhow v1.0.103 |
| 151 | 2026-07-24T09:43:15.705Z | Downloaded camino v1.2.4 |
| 152 | 2026-07-24T09:43:15.708Z | Downloaded serde_core v1.0.228 |
| 153 | 2026-07-24T09:43:15.711Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 154 | 2026-07-24T09:43:15.714Z | Downloaded bitflags v2.13.0 |
| 155 | 2026-07-24T09:43:15.714Z | Downloaded unicode-ident v1.0.24 |
| 156 | 2026-07-24T09:43:15.717Z | Downloaded clap v4.6.1 |
| 157 | 2026-07-24T09:43:15.720Z | Downloaded proc-macro2 v1.0.106 |
| 158 | 2026-07-24T09:43:15.724Z | Downloaded serde_derive v1.0.228 |
| 159 | 2026-07-24T09:43:15.733Z | Downloaded serde v1.0.228 |
| 160 | 2026-07-24T09:43:15.736Z | Downloaded indexmap v2.14.0 |
| 161 | 2026-07-24T09:43:15.741Z | Downloaded memchr v2.8.3 |
| 162 | 2026-07-24T09:43:15.762Z | Downloaded hashbrown v0.17.1 |
| 163 | 2026-07-24T09:43:15.765Z | Downloaded serde_json v1.0.150 |
| 164 | 2026-07-24T09:43:15.769Z | Downloaded clap_builder v4.6.0 |
| 165 | 2026-07-24T09:43:15.773Z | Downloaded winnow v1.0.3 |
| 166 | 2026-07-24T09:43:15.793Z | Downloaded syn v2.0.118 |
| 167 | 2026-07-24T09:43:15.812Z | Downloaded rustix v1.1.4 |
| 168 | 2026-07-24T09:43:15.831Z | Downloaded libc v0.2.186 |
| 169 | 2026-07-24T09:43:15.876Z | Compiling serde_core v1.0.228 |
| 170 | 2026-07-24T09:43:15.881Z | Compiling proc-macro2 v1.0.106 |
| 171 | 2026-07-24T09:43:15.881Z | Compiling quote v1.0.46 |
| 172 | 2026-07-24T09:43:15.881Z | Compiling unicode-ident v1.0.24 |
| 173 | 2026-07-24T09:43:15.881Z | Compiling libc v0.2.186 |
| 174 | 2026-07-24T09:43:15.881Z | Compiling rustix v1.1.4 |
| 175 | 2026-07-24T09:43:15.881Z | Compiling utf8parse v0.2.2 |
| 176 | 2026-07-24T09:43:15.881Z | Compiling bitflags v2.13.0 |
| 177 | 2026-07-24T09:43:16.056Z | Compiling zmij v1.0.22 |
| 178 | 2026-07-24T09:43:16.070Z | Compiling anstyle-parse v1.0.0 |
| 179 | 2026-07-24T09:43:16.296Z | Compiling serde_json v1.0.150 |
| 180 | 2026-07-24T09:43:16.324Z | Compiling anstyle v1.0.14 |
| 181 | 2026-07-24T09:43:16.372Z | Compiling colorchoice v1.0.5 |
| 182 | 2026-07-24T09:43:16.408Z | Compiling anstyle-query v1.1.5 |
| 183 | 2026-07-24T09:43:16.471Z | Compiling serde v1.0.228 |
| 184 | 2026-07-24T09:43:16.477Z | Compiling thiserror v2.0.18 |
| 185 | 2026-07-24T09:43:16.506Z | Compiling is_terminal_polyfill v1.70.2 |
| 186 | 2026-07-24T09:43:16.512Z | Compiling camino v1.2.4 |
| 187 | 2026-07-24T09:43:16.582Z | Compiling anstream v1.0.0 |
| 188 | 2026-07-24T09:43:16.684Z | Compiling errno v0.3.14 |
| 189 | 2026-07-24T09:43:16.845Z | Compiling heck v0.5.0 |
| 190 | 2026-07-24T09:43:16.854Z | Compiling clap_lex v1.1.0 |
| 191 | 2026-07-24T09:43:16.980Z | Compiling strsim v0.11.1 |
| 192 | 2026-07-24T09:43:17.034Z | Compiling itoa v1.0.18 |
| 193 | 2026-07-24T09:43:17.084Z | Compiling anyhow v1.0.103 |
| 194 | 2026-07-24T09:43:17.129Z | Compiling winnow v1.0.3 |
| 195 | 2026-07-24T09:43:17.264Z | Compiling syn v2.0.118 |
| 196 | 2026-07-24T09:43:17.264Z | Compiling memchr v2.8.3 |
| 197 | 2026-07-24T09:43:17.331Z | Compiling terminal_size v0.4.4 |
| 198 | 2026-07-24T09:43:17.482Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 199 | 2026-07-24T09:43:17.565Z | Compiling clap_builder v4.6.0 |
| 200 | 2026-07-24T09:43:17.616Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 201 | 2026-07-24T09:43:18.177Z | Compiling serde_spanned v1.1.1 |
| 202 | 2026-07-24T09:43:18.333Z | Compiling semver v1.0.28 |
| 203 | 2026-07-24T09:43:18.669Z | Compiling cargo-platform v0.3.3 |
| 204 | 2026-07-24T09:43:18.821Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 205 | 2026-07-24T09:43:19.063Z | Compiling toml v1.1.2+spec-1.1.0 |
| 206 | 2026-07-24T09:43:19.535Z | Compiling serde_derive v1.0.228 |
| 207 | 2026-07-24T09:43:19.602Z | Compiling thiserror-impl v2.0.18 |
| 208 | 2026-07-24T09:43:19.617Z | Compiling clap_derive v4.6.1 |
| 209 | 2026-07-24T09:43:21.177Z | Compiling clap v4.6.1 |
| 210 | 2026-07-24T09:43:22.605Z | Compiling cargo_metadata v0.23.1 |
| 211 | 2026-07-24T09:43:25.034Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 212 | 2026-07-24T09:43:26.617Z | Finished `dev` profile [optimized + debuginfo] target(s) in 15.35s |
| 213 | 2026-07-24T09:43:26.688Z | Running `target/debug/xtask build --profile all` |
| 214 | 2026-07-24T09:43:28.121Z | Building opteadm (release). |
| 215 | 2026-07-24T09:43:28.213Z | Compiling proc-macro2 v1.0.106 |
| 216 | 2026-07-24T09:43:28.213Z | Compiling quote v1.0.46 |
| 217 | 2026-07-24T09:43:28.213Z | Compiling unicode-ident v1.0.24 |
| 218 | 2026-07-24T09:43:28.213Z | Compiling serde_core v1.0.228 |
| 219 | 2026-07-24T09:43:28.217Z | Compiling libc v0.2.186 |
| 220 | 2026-07-24T09:43:28.217Z | Compiling cfg-if v1.0.4 |
| 221 | 2026-07-24T09:43:28.217Z | Compiling fnv v1.0.7 |
| 222 | 2026-07-24T09:43:28.217Z | Compiling ident_case v1.0.1 |
| 223 | 2026-07-24T09:43:28.285Z | Compiling strsim v0.11.1 |
| 224 | 2026-07-24T09:43:28.304Z | Compiling thiserror v2.0.18 |
| 225 | 2026-07-24T09:43:28.324Z | Compiling memchr v2.8.3 |
| 226 | 2026-07-24T09:43:28.328Z | Compiling regex-syntax v0.8.11 |
| 227 | 2026-07-24T09:43:28.515Z | Compiling anyhow v1.0.103 |
| 228 | 2026-07-24T09:43:28.543Z | Compiling equivalent v1.0.2 |
| 229 | 2026-07-24T09:43:28.606Z | Compiling hashbrown v0.17.1 |
| 230 | 2026-07-24T09:43:28.787Z | Compiling aho-corasick v1.1.4 |
| 231 | 2026-07-24T09:43:28.803Z | Compiling either v1.16.0 |
| 232 | 2026-07-24T09:43:28.850Z | Compiling zerocopy v0.8.54 |
| 233 | 2026-07-24T09:43:28.911Z | Compiling winnow v1.0.3 |
| 234 | 2026-07-24T09:43:28.985Z | Compiling serde v1.0.228 |
| 235 | 2026-07-24T09:43:29.131Z | Compiling indexmap v2.14.0 |
| 236 | 2026-07-24T09:43:29.323Z | Compiling itertools v0.14.0 |
| 237 | 2026-07-24T09:43:29.349Z | Compiling byteorder v1.5.0 |
| 238 | 2026-07-24T09:43:29.442Z | Compiling syn v2.0.118 |
| 239 | 2026-07-24T09:43:29.523Z | Compiling heapless v0.8.0 |
| 240 | 2026-07-24T09:43:29.717Z | Compiling regex-automata v0.4.15 |
| 241 | 2026-07-24T09:43:29.799Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 242 | 2026-07-24T09:43:29.906Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 243 | 2026-07-24T09:43:30.112Z | Compiling hash32 v0.3.1 |
| 244 | 2026-07-24T09:43:30.235Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 245 | 2026-07-24T09:43:30.266Z | Compiling bitflags v2.13.0 |
| 246 | 2026-07-24T09:43:30.320Z | Compiling macaddr v1.0.1 |
| 247 | 2026-07-24T09:43:30.323Z | Compiling smoltcp v0.11.0 |
| 248 | 2026-07-24T09:43:30.418Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 249 | 2026-07-24T09:43:30.513Z | Compiling syn v1.0.109 |
| 250 | 2026-07-24T09:43:30.524Z | Compiling stable_deref_trait v1.2.1 |
| 251 | 2026-07-24T09:43:30.585Z | Compiling rustversion v1.0.23 |
| 252 | 2026-07-24T09:43:30.629Z | Compiling getrandom v0.4.3 |
| 253 | 2026-07-24T09:43:30.645Z | Compiling bitflags v1.3.2 |
| 254 | 2026-07-24T09:43:30.703Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 255 | 2026-07-24T09:43:30.833Z | Compiling proc-macro-crate v3.5.0 |
| 256 | 2026-07-24T09:43:30.871Z | Compiling rustix v1.1.4 |
| 257 | 2026-07-24T09:43:30.898Z | Compiling version_check v0.9.5 |
| 258 | 2026-07-24T09:43:30.930Z | Compiling ref-cast v1.0.25 |
| 259 | 2026-07-24T09:43:31.043Z | Compiling managed v0.8.0 |
| 260 | 2026-07-24T09:43:31.078Z | Compiling rand_core v0.10.1 |
| 261 | 2026-07-24T09:43:31.143Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 262 | 2026-07-24T09:43:31.267Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 263 | 2026-07-24T09:43:31.352Z | Compiling regex v1.13.0 |
| 264 | 2026-07-24T09:43:31.360Z | Compiling errno v0.3.14 |
| 265 | 2026-07-24T09:43:31.494Z | Compiling foreign-types-shared v0.3.1 |
| 266 | 2026-07-24T09:43:31.573Z | Compiling once_cell v1.21.4 |
| 267 | 2026-07-24T09:43:31.643Z | Compiling ipnetwork v0.21.1 |
| 268 | 2026-07-24T09:43:31.726Z | Compiling unicode-width v0.2.2 |
| 269 | 2026-07-24T09:43:31.745Z | Compiling cpufeatures v0.3.0 |
| 270 | 2026-07-24T09:43:31.791Z | Compiling utf8parse v0.2.2 |
| 271 | 2026-07-24T09:43:31.883Z | Compiling anstyle-parse v1.0.0 |
| 272 | 2026-07-24T09:43:31.997Z | Compiling darling_core v0.21.3 |
| 273 | 2026-07-24T09:43:32.006Z | Compiling tabwriter v1.4.1 |
| 274 | 2026-07-24T09:43:32.071Z | Compiling chacha20 v0.10.1 |
| 275 | 2026-07-24T09:43:32.259Z | Compiling cstr-argument v0.1.2 |
| 276 | 2026-07-24T09:43:32.372Z | Compiling tracing-core v0.1.36 |
| 277 | 2026-07-24T09:43:32.923Z | Compiling colorchoice v1.0.5 |
| 278 | 2026-07-24T09:43:32.927Z | Compiling is_terminal_polyfill v1.70.2 |
| 279 | 2026-07-24T09:43:33.007Z | Compiling pretty-hex v0.4.2 |
| 280 | 2026-07-24T09:43:33.024Z | Compiling anstyle v1.0.14 |
| 281 | 2026-07-24T09:43:33.132Z | Compiling pin-project-lite v0.2.17 |
| 282 | 2026-07-24T09:43:33.218Z | Compiling dyn-clone v1.0.20 |
| 283 | 2026-07-24T09:43:33.226Z | Compiling anstyle-query v1.1.5 |
| 284 | 2026-07-24T09:43:33.229Z | Compiling thiserror-impl v2.0.18 |
| 285 | 2026-07-24T09:43:33.259Z | Compiling serde_derive v1.0.228 |
| 286 | 2026-07-24T09:43:33.271Z | Compiling zerocopy-derive v0.8.54 |
| 287 | 2026-07-24T09:43:33.316Z | Compiling ref-cast-impl v1.0.25 |
| 288 | 2026-07-24T09:43:33.350Z | Compiling foreign-types-macros v0.2.3 |
| 289 | 2026-07-24T09:43:33.904Z | Compiling num_enum_derive v0.7.6 |
| 290 | 2026-07-24T09:43:33.977Z | Compiling foreign-types v0.5.0 |
| 291 | 2026-07-24T09:43:34.066Z | Compiling tracing-attributes v0.1.31 |
| 292 | 2026-07-24T09:43:34.133Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 293 | 2026-07-24T09:43:34.208Z | Compiling darling_macro v0.21.3 |
| 294 | 2026-07-24T09:43:34.518Z | Compiling cobs v0.3.0 |
| 295 | 2026-07-24T09:43:34.611Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 296 | 2026-07-24T09:43:34.676Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 297 | 2026-07-24T09:43:34.724Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 298 | 2026-07-24T09:43:34.763Z | Compiling darling v0.21.3 |
| 299 | 2026-07-24T09:43:34.817Z | Compiling anstream v1.0.0 |
| 300 | 2026-07-24T09:43:34.830Z | Compiling ingot-macros v0.1.1 |
| 301 | 2026-07-24T09:43:34.880Z | Compiling num_enum v0.7.6 |
| 302 | 2026-07-24T09:43:34.986Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 303 | 2026-07-24T09:43:35.056Z | Compiling terminal_size v0.4.4 |
| 304 | 2026-07-24T09:43:35.149Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 305 | 2026-07-24T09:43:35.212Z | Compiling rand v0.10.2 |
| 306 | 2026-07-24T09:43:35.240Z | Compiling tracing v0.1.44 |
| 307 | 2026-07-24T09:43:35.249Z | Compiling uuid v1.23.5 |
| 308 | 2026-07-24T09:43:35.478Z | Compiling socket2 v0.6.4 |
| 309 | 2026-07-24T09:43:35.549Z | Compiling heck v0.5.0 |
| 310 | 2026-07-24T09:43:35.714Z | Compiling clap_lex v1.1.0 |
| 311 | 2026-07-24T09:43:35.955Z | Compiling colored v3.1.1 |
| 312 | 2026-07-24T09:43:36.018Z | Compiling oxnet v0.1.6 |
| 313 | 2026-07-24T09:43:36.043Z | Compiling clap_builder v4.6.0 |
| 314 | 2026-07-24T09:43:36.299Z | Compiling clap_derive v4.6.1 |
| 315 | 2026-07-24T09:43:36.325Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 316 | 2026-07-24T09:43:36.478Z | Compiling postcard v1.1.3 |
| 317 | 2026-07-24T09:43:37.655Z | Compiling ingot-types v0.1.2 |
| 318 | 2026-07-24T09:43:37.955Z | Compiling clap v4.6.1 |
| 319 | 2026-07-24T09:43:38.019Z | Compiling ingot v0.1.1 |
| 320 | 2026-07-24T09:43:39.671Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 321 | 2026-07-24T09:43:40.676Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 322 | 2026-07-24T09:43:41.714Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 323 | 2026-07-24T09:43:48.329Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.20s |
| 324 | 2026-07-24T09:43:48.357Z | Building xde (release-lto). |
| 325 | 2026-07-24T09:43:48.597Z | Updating crates.io index |
| 326 | 2026-07-24T09:43:48.780Z | Downloading crates ... |
| 327 | 2026-07-24T09:43:48.817Z | Downloaded rustc-literal-escaper v0.0.8 |
| 328 | 2026-07-24T09:43:48.825Z | Downloaded miniz_oxide v0.9.1 |
| 329 | 2026-07-24T09:43:48.830Z | Downloaded adler2 v2.0.1 |
| 330 | 2026-07-24T09:43:48.834Z | Downloaded rustc-demangle v0.1.28 |
| 331 | 2026-07-24T09:43:48.837Z | Downloaded foldhash v0.2.0 |
| 332 | 2026-07-24T09:43:48.840Z | Downloaded addr2line v0.27.0 |
| 333 | 2026-07-24T09:43:48.840Z | Downloaded getopts v0.2.24 |
| 334 | 2026-07-24T09:43:48.860Z | Downloaded memchr v2.7.6 |
| 335 | 2026-07-24T09:43:48.905Z | Downloaded gimli v0.34.0 |
| 336 | 2026-07-24T09:43:48.910Z | Downloaded object v0.39.1 |
| 337 | 2026-07-24T09:43:48.942Z | Downloaded libc v0.2.185 |
| 338 | 2026-07-24T09:43:48.995Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 339 | 2026-07-24T09:43:48.996Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 340 | 2026-07-24T09:43:48.999Z | Compiling proc-macro2 v1.0.106 |
| 341 | 2026-07-24T09:43:48.999Z | Compiling unicode-ident v1.0.24 |
| 342 | 2026-07-24T09:43:48.999Z | Compiling quote v1.0.46 |
| 343 | 2026-07-24T09:43:48.999Z | Compiling strsim v0.11.1 |
| 344 | 2026-07-24T09:43:48.999Z | Compiling ident_case v1.0.1 |
| 345 | 2026-07-24T09:43:48.999Z | Compiling serde_core v1.0.228 |
| 346 | 2026-07-24T09:43:49.160Z | Compiling fnv v1.0.7 |
| 347 | 2026-07-24T09:43:49.163Z | Compiling memchr v2.8.3 |
| 348 | 2026-07-24T09:43:49.249Z | Compiling regex-syntax v0.8.11 |
| 349 | 2026-07-24T09:43:49.413Z | Compiling thiserror v2.0.18 |
| 350 | 2026-07-24T09:43:49.424Z | Compiling either v1.16.0 |
| 351 | 2026-07-24T09:43:49.431Z | Compiling zerocopy v0.8.54 |
| 352 | 2026-07-24T09:43:49.563Z | Compiling aho-corasick v1.1.4 |
| 353 | 2026-07-24T09:43:49.628Z | Compiling serde v1.0.228 |
| 354 | 2026-07-24T09:43:49.804Z | Compiling itertools v0.14.0 |
| 355 | 2026-07-24T09:43:50.016Z | Compiling heapless v0.8.0 |
| 356 | 2026-07-24T09:43:50.045Z | Compiling smoltcp v0.11.0 |
| 357 | 2026-07-24T09:43:50.193Z | Compiling syn v2.0.118 |
| 358 | 2026-07-24T09:43:50.240Z | Compiling crc32fast v1.5.0 |
| 359 | 2026-07-24T09:43:50.476Z | Compiling version_check v0.9.5 |
| 360 | 2026-07-24T09:43:50.486Z | Compiling ref-cast v1.0.25 |
| 361 | 2026-07-24T09:43:50.667Z | Compiling regex-automata v0.4.15 |
| 362 | 2026-07-24T09:43:50.833Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 363 | 2026-07-24T09:43:52.220Z | Compiling regex v1.13.0 |
| 364 | 2026-07-24T09:43:52.513Z | Compiling darling_core v0.21.3 |
| 365 | 2026-07-24T09:43:52.543Z | Compiling darling_core v0.23.0 |
| 366 | 2026-07-24T09:43:53.392Z | Compiling serde_derive v1.0.228 |
| 367 | 2026-07-24T09:43:53.392Z | Compiling thiserror-impl v2.0.18 |
| 368 | 2026-07-24T09:43:53.392Z | Compiling zerocopy-derive v0.8.54 |
| 369 | 2026-07-24T09:43:53.397Z | Compiling ref-cast-impl v1.0.25 |
| 370 | 2026-07-24T09:43:53.397Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 371 | 2026-07-24T09:43:54.935Z | Compiling darling_macro v0.23.0 |
| 372 | 2026-07-24T09:43:55.219Z | Compiling darling_macro v0.21.3 |
| 373 | 2026-07-24T09:43:55.834Z | Compiling darling v0.23.0 |
| 374 | 2026-07-24T09:43:55.896Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 375 | 2026-07-24T09:43:56.098Z | Compiling darling v0.21.3 |
| 376 | 2026-07-24T09:43:56.159Z | Compiling ingot-macros v0.1.1 |
| 377 | 2026-07-24T09:44:01.441Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 378 | 2026-07-24T09:44:03.758Z | Compiling byteorder v1.5.0 |
| 379 | 2026-07-24T09:44:03.758Z | Compiling stable_deref_trait v1.2.1 |
| 380 | 2026-07-24T09:44:03.758Z | Compiling cfg-if v1.0.4 |
| 381 | 2026-07-24T09:44:03.761Z | Compiling macaddr v1.0.1 |
| 382 | 2026-07-24T09:44:03.820Z | Compiling cobs v0.3.0 |
| 383 | 2026-07-24T09:44:03.827Z | Compiling bitflags v1.3.2 |
| 384 | 2026-07-24T09:44:03.850Z | Compiling managed v0.8.0 |
| 385 | 2026-07-24T09:44:03.939Z | Compiling hash32 v0.3.1 |
| 386 | 2026-07-24T09:44:04.016Z | Compiling dyn-clone v1.0.20 |
| 387 | 2026-07-24T09:44:04.063Z | Compiling itertools v0.15.0 |
| 388 | 2026-07-24T09:44:04.111Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 389 | 2026-07-24T09:44:05.321Z | Compiling bitflags v2.13.0 |
| 390 | 2026-07-24T09:44:05.321Z | Compiling uuid v1.23.5 |
| 391 | 2026-07-24T09:44:05.462Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 392 | 2026-07-24T09:44:05.747Z | Compiling postcard v1.1.3 |
| 393 | 2026-07-24T09:44:06.579Z | Compiling ingot-types v0.1.2 |
| 394 | 2026-07-24T09:44:06.889Z | Compiling ingot v0.1.1 |
| 395 | 2026-07-24T09:44:08.411Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 396 | 2026-07-24T09:44:12.188Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 397 | 2026-07-24T09:44:20.973Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 398 | 2026-07-24T09:44:50.795Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 02s |
| 399 | 2026-07-24T09:44:50.825Z | Linking xde kmod... |
| 400 | 2026-07-24T09:44:51.407Z | Building xde dev link helper (release). |
| 401 | 2026-07-24T09:44:51.553Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 402 | 2026-07-24T09:44:51.553Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 403 | 2026-07-24T09:44:51.553Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 404 | 2026-07-24T09:45:02.970Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 405 | 2026-07-24T09:45:05.632Z | Finished `release` profile [optimized + debuginfo] target(s) in 14.19s |
| 406 | 2026-07-24T09:45:05.651Z | Building opteadm (dev). |
| 407 | 2026-07-24T09:45:05.801Z | Compiling serde_core v1.0.228 |
| 408 | 2026-07-24T09:45:05.801Z | Compiling libc v0.2.186 |
| 409 | 2026-07-24T09:45:05.801Z | Compiling cfg-if v1.0.4 |
| 410 | 2026-07-24T09:45:05.801Z | Compiling ident_case v1.0.1 |
| 411 | 2026-07-24T09:45:05.804Z | Compiling memchr v2.8.3 |
| 412 | 2026-07-24T09:45:05.805Z | Compiling fnv v1.0.7 |
| 413 | 2026-07-24T09:45:05.805Z | Compiling strsim v0.11.1 |
| 414 | 2026-07-24T09:45:05.805Z | Compiling syn v2.0.118 |
| 415 | 2026-07-24T09:45:05.873Z | Compiling regex-syntax v0.8.11 |
| 416 | 2026-07-24T09:45:05.894Z | Compiling hashbrown v0.17.1 |
| 417 | 2026-07-24T09:45:05.915Z | Compiling either v1.16.0 |
| 418 | 2026-07-24T09:45:06.084Z | Compiling winnow v1.0.3 |
| 419 | 2026-07-24T09:45:06.101Z | Compiling equivalent v1.0.2 |
| 420 | 2026-07-24T09:45:06.172Z | Compiling zerocopy v0.8.54 |
| 421 | 2026-07-24T09:45:06.364Z | Compiling aho-corasick v1.1.4 |
| 422 | 2026-07-24T09:45:06.420Z | Compiling serde v1.0.228 |
| 423 | 2026-07-24T09:45:06.542Z | Compiling indexmap v2.14.0 |
| 424 | 2026-07-24T09:45:06.568Z | Compiling itertools v0.14.0 |
| 425 | 2026-07-24T09:45:06.750Z | Compiling heapless v0.8.0 |
| 426 | 2026-07-24T09:45:07.030Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 427 | 2026-07-24T09:45:07.072Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 428 | 2026-07-24T09:45:07.118Z | Compiling byteorder v1.5.0 |
| 429 | 2026-07-24T09:45:07.312Z | Compiling regex-automata v0.4.15 |
| 430 | 2026-07-24T09:45:07.324Z | Compiling hash32 v0.3.1 |
| 431 | 2026-07-24T09:45:07.472Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 432 | 2026-07-24T09:45:07.725Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 433 | 2026-07-24T09:45:07.729Z | Compiling rustversion v1.0.23 |
| 434 | 2026-07-24T09:45:07.815Z | Compiling syn v1.0.109 |
| 435 | 2026-07-24T09:45:07.928Z | Compiling bitflags v2.13.0 |
| 436 | 2026-07-24T09:45:07.952Z | Compiling macaddr v1.0.1 |
| 437 | 2026-07-24T09:45:08.056Z | Compiling smoltcp v0.11.0 |
| 438 | 2026-07-24T09:45:08.063Z | Compiling stable_deref_trait v1.2.1 |
| 439 | 2026-07-24T09:45:08.187Z | Compiling proc-macro-crate v3.5.0 |
| 440 | 2026-07-24T09:45:08.206Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 441 | 2026-07-24T09:45:08.353Z | Compiling bitflags v1.3.2 |
| 442 | 2026-07-24T09:45:08.376Z | Compiling darling_core v0.21.3 |
| 443 | 2026-07-24T09:45:08.386Z | Compiling rand_core v0.10.1 |
| 444 | 2026-07-24T09:45:08.404Z | Compiling getrandom v0.4.3 |
| 445 | 2026-07-24T09:45:08.412Z | Compiling managed v0.8.0 |
| 446 | 2026-07-24T09:45:08.532Z | Compiling ref-cast v1.0.25 |
| 447 | 2026-07-24T09:45:08.551Z | Compiling version_check v0.9.5 |
| 448 | 2026-07-24T09:45:08.806Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 449 | 2026-07-24T09:45:08.860Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 450 | 2026-07-24T09:45:09.029Z | Compiling regex v1.13.0 |
| 451 | 2026-07-24T09:45:09.169Z | Compiling errno v0.3.14 |
| 452 | 2026-07-24T09:45:09.345Z | Compiling cpufeatures v0.3.0 |
| 453 | 2026-07-24T09:45:09.411Z | Compiling once_cell v1.21.4 |
| 454 | 2026-07-24T09:45:09.477Z | Compiling foreign-types-shared v0.3.1 |
| 455 | 2026-07-24T09:45:09.558Z | Compiling ipnetwork v0.21.1 |
| 456 | 2026-07-24T09:45:09.572Z | Compiling thiserror-impl v2.0.18 |
| 457 | 2026-07-24T09:45:09.645Z | Compiling zerocopy-derive v0.8.54 |
| 458 | 2026-07-24T09:45:09.851Z | Compiling serde_derive v1.0.228 |
| 459 | 2026-07-24T09:45:10.053Z | Compiling num_enum_derive v0.7.6 |
| 460 | 2026-07-24T09:45:10.448Z | Compiling darling_macro v0.21.3 |
| 461 | 2026-07-24T09:45:10.588Z | Compiling foreign-types-macros v0.2.3 |
| 462 | 2026-07-24T09:45:10.746Z | Compiling thiserror v2.0.18 |
| 463 | 2026-07-24T09:45:10.847Z | Compiling cobs v0.3.0 |
| 464 | 2026-07-24T09:45:11.004Z | Compiling darling v0.21.3 |
| 465 | 2026-07-24T09:45:11.047Z | Compiling ref-cast-impl v1.0.25 |
| 466 | 2026-07-24T09:45:11.073Z | Compiling ingot-macros v0.1.1 |
| 467 | 2026-07-24T09:45:11.144Z | Compiling unicode-width v0.2.2 |
| 468 | 2026-07-24T09:45:11.206Z | Compiling foreign-types v0.5.0 |
| 469 | 2026-07-24T09:45:11.274Z | Compiling num_enum v0.7.6 |
| 470 | 2026-07-24T09:45:11.382Z | Compiling tabwriter v1.4.1 |
| 471 | 2026-07-24T09:45:11.446Z | Compiling cstr-argument v0.1.2 |
| 472 | 2026-07-24T09:45:11.610Z | Compiling tracing-attributes v0.1.31 |
| 473 | 2026-07-24T09:45:11.715Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 474 | 2026-07-24T09:45:11.795Z | Compiling tracing-core v0.1.36 |
| 475 | 2026-07-24T09:45:11.992Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 476 | 2026-07-24T09:45:12.280Z | Compiling chacha20 v0.10.1 |
| 477 | 2026-07-24T09:45:12.523Z | Compiling rustix v1.1.4 |
| 478 | 2026-07-24T09:45:12.937Z | Compiling anyhow v1.0.103 |
| 479 | 2026-07-24T09:45:12.989Z | Compiling postcard v1.1.3 |
| 480 | 2026-07-24T09:45:12.989Z | Compiling pretty-hex v0.4.2 |
| 481 | 2026-07-24T09:45:13.116Z | Compiling dyn-clone v1.0.20 |
| 482 | 2026-07-24T09:45:13.133Z | Compiling pin-project-lite v0.2.17 |
| 483 | 2026-07-24T09:45:13.138Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 484 | 2026-07-24T09:45:13.221Z | Compiling tracing v0.1.44 |
| 485 | 2026-07-24T09:45:13.271Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 486 | 2026-07-24T09:45:13.340Z | Compiling terminal_size v0.4.4 |
| 487 | 2026-07-24T09:45:13.343Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 488 | 2026-07-24T09:45:13.483Z | Compiling rand v0.10.2 |
| 489 | 2026-07-24T09:45:13.488Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 490 | 2026-07-24T09:45:13.536Z | Compiling uuid v1.23.5 |
| 491 | 2026-07-24T09:45:13.593Z | Compiling socket2 v0.6.4 |
| 492 | 2026-07-24T09:45:13.703Z | Compiling oxnet v0.1.6 |
| 493 | 2026-07-24T09:45:13.807Z | Compiling colored v3.1.1 |
| 494 | 2026-07-24T09:45:13.838Z | Compiling clap_derive v4.6.1 |
| 495 | 2026-07-24T09:45:14.087Z | Compiling ingot-types v0.1.2 |
| 496 | 2026-07-24T09:45:14.162Z | Compiling clap_builder v4.6.0 |
| 497 | 2026-07-24T09:45:14.186Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 498 | 2026-07-24T09:45:14.485Z | Compiling ingot v0.1.1 |
| 499 | 2026-07-24T09:45:15.910Z | Compiling clap v4.6.1 |
| 500 | 2026-07-24T09:45:16.134Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 501 | 2026-07-24T09:45:18.444Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 502 | 2026-07-24T09:45:19.608Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 503 | 2026-07-24T09:45:23.963Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.30s |
| 504 | 2026-07-24T09:45:23.991Z | Building xde (dev). |
| 505 | 2026-07-24T09:45:24.215Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 506 | 2026-07-24T09:45:24.215Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 507 | 2026-07-24T09:45:24.215Z | Compiling proc-macro2 v1.0.106 |
| 508 | 2026-07-24T09:45:24.215Z | Compiling unicode-ident v1.0.24 |
| 509 | 2026-07-24T09:45:24.215Z | Compiling quote v1.0.46 |
| 510 | 2026-07-24T09:45:24.215Z | Compiling strsim v0.11.1 |
| 511 | 2026-07-24T09:45:24.215Z | Compiling ident_case v1.0.1 |
| 512 | 2026-07-24T09:45:24.228Z | Compiling serde_core v1.0.228 |
| 513 | 2026-07-24T09:45:24.329Z | Compiling memchr v2.8.3 |
| 514 | 2026-07-24T09:45:24.333Z | Compiling fnv v1.0.7 |
| 515 | 2026-07-24T09:45:24.410Z | Compiling regex-syntax v0.8.11 |
| 516 | 2026-07-24T09:45:24.591Z | Compiling serde v1.0.228 |
| 517 | 2026-07-24T09:45:24.605Z | Compiling thiserror v2.0.18 |
| 518 | 2026-07-24T09:45:24.619Z | Compiling either v1.16.0 |
| 519 | 2026-07-24T09:45:24.733Z | Compiling aho-corasick v1.1.4 |
| 520 | 2026-07-24T09:45:24.808Z | Compiling zerocopy v0.8.54 |
| 521 | 2026-07-24T09:45:24.991Z | Compiling itertools v0.14.0 |
| 522 | 2026-07-24T09:45:25.010Z | Compiling heapless v0.8.0 |
| 523 | 2026-07-24T09:45:25.342Z | Compiling syn v2.0.118 |
| 524 | 2026-07-24T09:45:25.410Z | Compiling smoltcp v0.11.0 |
| 525 | 2026-07-24T09:45:25.454Z | Compiling ref-cast v1.0.25 |
| 526 | 2026-07-24T09:45:25.490Z | Compiling crc32fast v1.5.0 |
| 527 | 2026-07-24T09:45:25.836Z | Compiling regex-automata v0.4.15 |
| 528 | 2026-07-24T09:45:25.847Z | Compiling version_check v0.9.5 |
| 529 | 2026-07-24T09:45:26.208Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 530 | 2026-07-24T09:45:27.389Z | Compiling regex v1.13.0 |
| 531 | 2026-07-24T09:45:27.649Z | Compiling darling_core v0.21.3 |
| 532 | 2026-07-24T09:45:27.652Z | Compiling darling_core v0.23.0 |
| 533 | 2026-07-24T09:45:28.544Z | Compiling zerocopy-derive v0.8.54 |
| 534 | 2026-07-24T09:45:28.544Z | Compiling serde_derive v1.0.228 |
| 535 | 2026-07-24T09:45:28.547Z | Compiling thiserror-impl v2.0.18 |
| 536 | 2026-07-24T09:45:28.547Z | Compiling ref-cast-impl v1.0.25 |
| 537 | 2026-07-24T09:45:28.547Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 538 | 2026-07-24T09:45:30.114Z | Compiling darling_macro v0.21.3 |
| 539 | 2026-07-24T09:45:30.258Z | Compiling darling_macro v0.23.0 |
| 540 | 2026-07-24T09:45:31.023Z | Compiling darling v0.21.3 |
| 541 | 2026-07-24T09:45:31.086Z | Compiling ingot-macros v0.1.1 |
| 542 | 2026-07-24T09:45:31.165Z | Compiling darling v0.23.0 |
| 543 | 2026-07-24T09:45:31.227Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 544 | 2026-07-24T09:45:36.074Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 545 | 2026-07-24T09:45:37.953Z | Compiling byteorder v1.5.0 |
| 546 | 2026-07-24T09:45:37.954Z | Compiling cfg-if v1.0.4 |
| 547 | 2026-07-24T09:45:37.954Z | Compiling stable_deref_trait v1.2.1 |
| 548 | 2026-07-24T09:45:37.957Z | Compiling macaddr v1.0.1 |
| 549 | 2026-07-24T09:45:38.016Z | Compiling managed v0.8.0 |
| 550 | 2026-07-24T09:45:38.022Z | Compiling cobs v0.3.0 |
| 551 | 2026-07-24T09:45:38.059Z | Compiling bitflags v1.3.2 |
| 552 | 2026-07-24T09:45:38.127Z | Compiling hash32 v0.3.1 |
| 553 | 2026-07-24T09:45:38.283Z | Compiling itertools v0.15.0 |
| 554 | 2026-07-24T09:45:38.293Z | Compiling dyn-clone v1.0.20 |
| 555 | 2026-07-24T09:45:38.406Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 556 | 2026-07-24T09:45:39.476Z | Compiling bitflags v2.13.0 |
| 557 | 2026-07-24T09:45:39.476Z | Compiling uuid v1.23.5 |
| 558 | 2026-07-24T09:45:39.608Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 559 | 2026-07-24T09:45:39.876Z | Compiling postcard v1.1.3 |
| 560 | 2026-07-24T09:45:40.640Z | Compiling ingot-types v0.1.2 |
| 561 | 2026-07-24T09:45:40.916Z | Compiling ingot v0.1.1 |
| 562 | 2026-07-24T09:45:42.322Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 563 | 2026-07-24T09:45:45.789Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 564 | 2026-07-24T09:45:55.753Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 565 | 2026-07-24T09:46:03.488Z | Finished `dev` profile [optimized + debuginfo] target(s) in 39.46s |
| 566 | 2026-07-24T09:46:03.510Z | Linking xde kmod... |
| 567 | 2026-07-24T09:46:04.558Z | Building xde dev link helper (dev). |
| 568 | 2026-07-24T09:46:04.710Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 569 | 2026-07-24T09:46:04.710Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 570 | 2026-07-24T09:46:04.710Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 571 | 2026-07-24T09:46:15.652Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 572 | 2026-07-24T09:46:18.043Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.45s |
| 573 | 2026-07-24T09:46:18.064Z | |
| 574 | 2026-07-24T09:46:18.068Z | real 3:06.809665400 |
| 575 | 2026-07-24T09:46:18.068Z | user 8:54.356308872 |
| 576 | 2026-07-24T09:46:18.068Z | sys 57.446001640 |
| 577 | 2026-07-24T09:46:18.068Z | trap 0.236816975 |
| 578 | 2026-07-24T09:46:18.068Z | tflt 0.807614126 |
| 579 | 2026-07-24T09:46:18.068Z | dflt 1.844208742 |
| 580 | 2026-07-24T09:46:18.068Z | kflt 0.004954123 |
| 581 | 2026-07-24T09:46:18.068Z | lock 30:36.249046118 |
| 582 | 2026-07-24T09:46:18.068Z | slp 20:50.186028810 |
| 583 | 2026-07-24T09:46:18.068Z | lat 18.483969605 |
| 584 | 2026-07-24T09:46:18.068Z | stop 33.566155068 |
| 585 | 2026-07-24T09:46:18.068Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 586 | 2026-07-24T09:46:18.068Z | + grep GOTPCREL |
| 587 | 2026-07-24T09:46:19.023Z | + header 'package opte' |
| 588 | 2026-07-24T09:46:19.027Z | + echo '# ==== package opte ==== #' |
| 589 | 2026-07-24T09:46:19.027Z | + cargo xtask package --skip-build --profile all |
| 590 | 2026-07-24T09:46:19.027Z | # ==== package opte ==== # |
| 591 | 2026-07-24T09:46:19.158Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s |
| 592 | 2026-07-24T09:46:19.161Z | Running `target/debug/xtask package --skip-build --profile all` |
| 593 | 2026-07-24T09:46:19.360Z | + ./clean.sh |
| 594 | 2026-07-24T09:46:19.368Z | + mkdir -p proto/kernel/drv/amd64 |
| 595 | 2026-07-24T09:46:19.371Z | + mkdir -p proto/opt/oxide/opte/bin |
| 596 | 2026-07-24T09:46:19.371Z | + mkdir -p proto/usr/lib/devfsadm/linkmod |
| 597 | 2026-07-24T09:46:19.374Z | + cp ../target/release/opteadm proto/opt/oxide/opte/bin/ |
| 598 | 2026-07-24T09:46:19.390Z | + cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64 |
| 599 | 2026-07-24T09:46:19.423Z | + cp ../xde/xde.conf proto/kernel/drv/ |
| 600 | 2026-07-24T09:46:19.426Z | + cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so |
| 601 | 2026-07-24T09:46:19.426Z | + '[' -z ']' |
| 602 | 2026-07-24T09:46:19.426Z | + cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg |
| 603 | 2026-07-24T09:46:19.450Z | + cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg |
| 604 | 2026-07-24T09:46:19.518Z | + INC_DEBUG= |
| 605 | 2026-07-24T09:46:19.522Z | + typeset -ri TAG=0 |
| 606 | 2026-07-24T09:46:19.522Z | ++ ./print-api-version.sh |
| 607 | 2026-07-24T09:46:19.525Z | + API_VSN=41 |
| 608 | 2026-07-24T09:46:19.525Z | + PKG_VERSION=0.41.505-3.0 |
| 609 | 2026-07-24T09:46:19.525Z | + sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.41.505-3.0/g opte.template.p5m |
| 610 | 2026-07-24T09:46:19.528Z | + pkgmogrify -v -D inc_debug= -O opte.base.p5m |
| 611 | 2026-07-24T09:46:20.055Z | + pkgdepend generate -d proto opte.base.p5m |
| 612 | 2026-07-24T09:46:20.391Z | + mkdir -p packages |
| 613 | 2026-07-24T09:46:20.395Z | + pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m |
| 614 | 2026-07-24T09:46:27.388Z | + cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m |
| 615 | 2026-07-24T09:46:27.392Z | + pkgrepo create packages/repo |
| 616 | 2026-07-24T09:46:27.600Z | + pkgrepo add-publisher -s packages/repo helios |
| 617 | 2026-07-24T09:46:27.806Z | + pkgsend publish -d proto -s packages/repo opte.final.p5m |
| 618 | 2026-07-24T09:46:55.297Z | pkg://helios/driver/network/opte@0.41.505,5.11-3.0:20260724T094626Z |
| 619 | 2026-07-24T09:46:55.297Z | PUBLISHED |
| 620 | 2026-07-24T09:46:55.321Z | + pkgrecv -a -d packages/repo/opte-0.41.505-3.0.p5p -s packages/repo -v -m latest '*' |
| 621 | 2026-07-24T09:46:55.503Z | Retrieving packages for publisher helios ... |
| 622 | 2026-07-24T09:46:55.507Z | Retrieving catalog 'helios' ... Done |
| 623 | 2026-07-24T09:46:55.507Z | Retrieving and evaluating 1 package(s)... |
| 624 | 2026-07-24T09:46:55.507Z | Fetching manifests: 1/1 100% complete |
| 625 | 2026-07-24T09:46:55.507Z | Fetching manifests: 1/1 100% complete |
| 626 | 2026-07-24T09:46:55.507Z | |
| 627 | 2026-07-24T09:46:55.507Z | Archiving packages ... |
| 628 | 2026-07-24T09:46:55.507Z | Packages to add: 1 |
| 629 | 2026-07-24T09:46:55.507Z | Files to retrieve: 6 |
| 630 | 2026-07-24T09:46:55.507Z | Estimated transfer size: 35.51 MB |
| 631 | 2026-07-24T09:46:55.507Z | |
| 632 | 2026-07-24T09:46:55.507Z | Packages to archive: |
| 633 | 2026-07-24T09:46:55.507Z | driver/network/opte@0.41.505,5.11-3.0:20260724T094626Z |
| 634 | 2026-07-24T09:46:55.507Z | |
| 635 | 2026-07-24T09:46:55.507Z | Download: 0/6 items 0.0/35.5MB 0% complete |
| 636 | 2026-07-24T09:46:55.571Z | Download: Completed 35.51 MB in 0.06 seconds (546M/s) |
| 637 | 2026-07-24T09:46:55.574Z | Archiving: 1/20 items 0.0/35.5MB 0% complete |
| 638 | 2026-07-24T09:46:55.585Z | Archiving: Completed 35.55 MB in 0.01 seconds |
| 639 | 2026-07-24T09:46:55.622Z | Successfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.505-3.0.p5p. |
| 640 | 2026-07-24T09:46:55.626Z | + banner copy |
| 641 | 2026-07-24T09:46:55.626Z | |
| 642 | 2026-07-24T09:46:55.626Z | #### #### ##### # # |
| 643 | 2026-07-24T09:46:55.626Z | # # # # # # # # |
| 644 | 2026-07-24T09:46:55.626Z | # # # # # # |
| 645 | 2026-07-24T09:46:55.626Z | # # # ##### # |
| 646 | 2026-07-24T09:46:55.626Z | # # # # # # |
| 647 | 2026-07-24T09:46:55.626Z | #### #### # # |
| 648 | 2026-07-24T09:46:55.626Z | |
| 649 | 2026-07-24T09:46:55.626Z | + pfexec mkdir -p /out |
| 650 | 2026-07-24T09:46:55.629Z | + pfexec chown 12345 /out |
| 651 | 2026-07-24T09:46:55.632Z | + PKG_NAME=/out/opte.p5p |
| 652 | 2026-07-24T09:46:55.633Z | + mv pkg/packages/repo/opte-0.41.505-3.0.p5p /out/opte.p5p |
| 653 | 2026-07-24T09:46:55.657Z | + sha256sum /out/opte.p5p |
| 654 | 2026-07-24T09:46:55.681Z | process exited: duration 239803 ms, exit code 0 |
| |
| 655 | 2026-07-24T09:46:55.693Z | found 2 output files |
| 656 | 2026-07-24T09:46:55.693Z | uploading: /out/opte.p5p (37283840 bytes) |
| 657 | 2026-07-24T09:46:57.023Z | uploaded: /out/opte.p5p |
| 658 | 2026-07-24T09:46:57.023Z | uploading: /out/opte.p5p.sha256 (80 bytes) |
| 659 | 2026-07-24T09:46:58.036Z | uploaded: /out/opte.p5p.sha256 |