|
|
|
| 1 | 2026-06-23T04:02:01.484Z | job assigned to worker 01KVSA7GD8GPHNH00K9XA6V36Y [factory aws, i-048eae4937c6c1f03] (queued for 49 s) |
| |
| 2 | 2026-06-23T04:02:07.884Z | starting task 0: "setup" |
| 3 | 2026-06-23T04:02:07.891Z | ++ uname -s |
| 4 | 2026-06-23T04:02:07.894Z | + kern=SunOS |
| 5 | 2026-06-23T04:02:07.894Z | + build_user=build |
| 6 | 2026-06-23T04:02:07.894Z | + build_uid=12345 |
| 7 | 2026-06-23T04:02:07.894Z | + work_dir=/work |
| 8 | 2026-06-23T04:02:07.894Z | + input_dir=/input |
| 9 | 2026-06-23T04:02:07.894Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-23T04:02:07.894Z | + case "$kern" in |
| 11 | 2026-06-23T04:02:07.894Z | + groupadd -g 12345 build |
| 12 | 2026-06-23T04:02:07.897Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-23T04:02:09.904Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-23T04:02:09.973Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-23T04:02:09.977Z | + home_fs=zfs |
| 16 | 2026-06-23T04:02:09.977Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-23T04:02:09.977Z | + mkdir -p /home/build |
| 18 | 2026-06-23T04:02:09.977Z | + chown build:build /home/build /work |
| 19 | 2026-06-23T04:02:10.978Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-23T04:02:10.981Z | process exited: duration 3100 ms, exit code 0 |
| |
| 21 | 2026-06-23T04:02:10.987Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-23T04:02:10.993Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-23T04:02:10.993Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-23T04:02:10.993Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-06-23T04:02:10.993Z | * rust toolchain channel = "1.96.0" |
| 26 | 2026-06-23T04:02:10.993Z | * rust toolchain profile = "default" |
| 27 | 2026-06-23T04:02:10.993Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-23T04:02:10.996Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-23T04:02:10.996Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-23T04:02:11.098Z | info: downloading installer |
| 31 | 2026-06-23T04:02:12.708Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-23T04:02:12.708Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-23T04:02:12.708Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-23T04:02:12.708Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-23T04:02:12.720Z | info: profile set to default |
| 36 | 2026-06-23T04:02:12.720Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-23T04:02:12.725Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-23T04:02:12.885Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-23T04:02:12.886Z | info: downloading 6 components |
| 40 | 2026-06-23T04:02:28.944Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 41 | 2026-06-23T04:02:28.944Z | |
| 42 | 2026-06-23T04:02:28.971Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-23T04:02:28.971Z | |
| 44 | 2026-06-23T04:02:28.971Z | |
| 45 | 2026-06-23T04:02:28.971Z | Rust is installed now. Great! |
| 46 | 2026-06-23T04:02:28.971Z | |
| 47 | 2026-06-23T04:02:28.971Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-23T04:02:28.971Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-23T04:02:28.971Z | |
| 50 | 2026-06-23T04:02:28.971Z | To configure your current shell, you need to source |
| 51 | 2026-06-23T04:02:28.971Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-23T04:02:28.971Z | |
| 53 | 2026-06-23T04:02:28.971Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-23T04:02:28.971Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-23T04:02:28.971Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-23T04:02:28.971Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-23T04:02:28.971Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-23T04:02:28.971Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-23T04:02:28.971Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-23T04:02:28.974Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-23T04:02:28.974Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-23T04:02:29.068Z | + rustup --version |
| 63 | 2026-06-23T04:02:29.076Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-23T04:02:29.079Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-23T04:02:29.098Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-23T04:02:29.101Z | + cargo --version |
| 67 | 2026-06-23T04:02:29.114Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-23T04:02:29.117Z | + rustc --version |
| 69 | 2026-06-23T04:02:29.135Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-23T04:02:29.139Z | process exited: duration 18149 ms, exit code 0 |
| |
| 71 | 2026-06-23T04:02:29.145Z | starting task 2: "authentication" |
| 72 | 2026-06-23T04:02:29.162Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-23T04:02:29.169Z | starting task 3: "clone repository" |
| 74 | 2026-06-23T04:02:29.173Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-23T04:02:29.176Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-23T04:02:29.207Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-23T04:02:30.019Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-23T04:02:30.019Z | + git fetch origin e4d975c78abcaeec70759150b1bdeec0f875cb28 |
| 79 | 2026-06-23T04:02:30.248Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-23T04:02:30.248Z | * branch e4d975c78abcaeec70759150b1bdeec0f875cb28 -> FETCH_HEAD |
| 81 | 2026-06-23T04:02:30.253Z | + [[ -n renovate/ron-0.x-lockfile ]] |
| 82 | 2026-06-23T04:02:30.256Z | ++ git branch --show-current |
| 83 | 2026-06-23T04:02:30.257Z | + current=master |
| 84 | 2026-06-23T04:02:30.257Z | + [[ master != renovate/ron-0.x-lockfile ]] |
| 85 | 2026-06-23T04:02:30.257Z | + git branch -f renovate/ron-0.x-lockfile e4d975c78abcaeec70759150b1bdeec0f875cb28 |
| 86 | 2026-06-23T04:02:30.260Z | + git checkout -f renovate/ron-0.x-lockfile |
| 87 | 2026-06-23T04:02:30.275Z | Switched to branch 'renovate/ron-0.x-lockfile' |
| 88 | 2026-06-23T04:02:30.278Z | + git reset --hard e4d975c78abcaeec70759150b1bdeec0f875cb28 |
| 89 | 2026-06-23T04:02:30.292Z | HEAD is now at e4d975c Update Rust crate ron to v0.12.2 |
| 90 | 2026-06-23T04:02:30.295Z | process exited: duration 1124 ms, exit code 0 |
| |
| 91 | 2026-06-23T04:02:30.301Z | starting task 4: "build" |
| 92 | 2026-06-23T04:02:30.305Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-23T04:02:30.308Z | ++ rustup show active-toolchain |
| 94 | 2026-06-23T04:02:30.310Z | 1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-06-23T04:02:30.311Z | ++ pushd xde |
| 96 | 2026-06-23T04:02:30.314Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-06-23T04:02:30.314Z | ++ rustup show active-toolchain |
| 98 | 2026-06-23T04:02:30.316Z | info: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos |
| 99 | 2026-06-23T04:02:30.493Z | info: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18) |
| 100 | 2026-06-23T04:02:30.497Z | info: downloading 6 components |
| 101 | 2026-06-23T04:02:46.439Z | nightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-06-23T04:02:46.532Z | +++ rustup show active-toolchain -v |
| 103 | 2026-06-23T04:02:46.535Z | +++ head -n 1 |
| 104 | 2026-06-23T04:02:46.535Z | +++ cut '-d ' -f1 |
| 105 | 2026-06-23T04:02:46.587Z | ++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 106 | 2026-06-23T04:02:46.587Z | ++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos |
| 107 | 2026-06-23T04:02:46.587Z | ++ popd |
| 108 | 2026-06-23T04:02:46.590Z | /work/oxidecomputer/opte |
| 109 | 2026-06-23T04:02:46.590Z | + TGT_BASE=/work |
| 110 | 2026-06-23T04:02:46.591Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 111 | 2026-06-23T04:02:46.591Z | + REL_TGT=/work/release |
| 112 | 2026-06-23T04:02:46.591Z | + mkdir -p /work/release |
| 113 | 2026-06-23T04:02:46.591Z | + cargo --version |
| 114 | 2026-06-23T04:02:46.599Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 115 | 2026-06-23T04:02:46.601Z | + rustc --version |
| 116 | 2026-06-23T04:02:46.622Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 117 | 2026-06-23T04:02:46.625Z | + header 'build xde and opteadm (release+debug)' |
| 118 | 2026-06-23T04:02:46.625Z | + echo '# ==== build xde and opteadm (release+debug) ==== #' |
| 119 | 2026-06-23T04:02:46.625Z | # ==== build xde and opteadm (release+debug) ==== # |
| 120 | 2026-06-23T04:02:46.625Z | + ptime -m cargo xtask build --profile all |
| 121 | 2026-06-23T04:02:46.716Z | Updating crates.io index |
| 122 | 2026-06-23T04:02:46.718Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 123 | 2026-06-23T04:02:47.430Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 124 | 2026-06-23T04:02:47.686Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 125 | 2026-06-23T04:02:48.059Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 126 | 2026-06-23T04:02:48.309Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 127 | 2026-06-23T04:02:48.563Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 128 | 2026-06-23T04:02:48.838Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 129 | 2026-06-23T04:02:51.079Z | Downloading crates ... |
| 130 | 2026-06-23T04:02:51.145Z | Downloaded anstyle-parse v1.0.0 |
| 131 | 2026-06-23T04:02:51.149Z | Downloaded heck v0.5.0 |
| 132 | 2026-06-23T04:02:51.155Z | Downloaded clap_derive v4.6.1 |
| 133 | 2026-06-23T04:02:51.158Z | Downloaded anstyle v1.0.14 |
| 134 | 2026-06-23T04:02:51.158Z | Downloaded errno v0.3.14 |
| 135 | 2026-06-23T04:02:51.161Z | Downloaded anstream v1.0.0 |
| 136 | 2026-06-23T04:02:51.172Z | Downloaded utf8parse v0.2.2 |
| 137 | 2026-06-23T04:02:51.180Z | Downloaded itoa v1.0.18 |
| 138 | 2026-06-23T04:02:51.183Z | Downloaded colorchoice v1.0.5 |
| 139 | 2026-06-23T04:02:51.183Z | Downloaded strsim v0.11.1 |
| 140 | 2026-06-23T04:02:51.183Z | Downloaded equivalent v1.0.2 |
| 141 | 2026-06-23T04:02:51.186Z | Downloaded anstyle-query v1.1.5 |
| 142 | 2026-06-23T04:02:51.186Z | Downloaded zmij v1.0.21 |
| 143 | 2026-06-23T04:02:51.189Z | Downloaded cargo_metadata v0.23.1 |
| 144 | 2026-06-23T04:02:51.193Z | Downloaded clap_lex v1.1.0 |
| 145 | 2026-06-23T04:02:51.204Z | Downloaded cargo-platform v0.3.3 |
| 146 | 2026-06-23T04:02:51.210Z | Downloaded terminal_size v0.4.4 |
| 147 | 2026-06-23T04:02:51.213Z | Downloaded is_terminal_polyfill v1.70.2 |
| 148 | 2026-06-23T04:02:51.219Z | Downloaded quote v1.0.45 |
| 149 | 2026-06-23T04:02:51.222Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 150 | 2026-06-23T04:02:51.222Z | Downloaded thiserror-impl v2.0.18 |
| 151 | 2026-06-23T04:02:51.222Z | Downloaded thiserror v2.0.18 |
| 152 | 2026-06-23T04:02:51.225Z | Downloaded camino v1.2.2 |
| 153 | 2026-06-23T04:02:51.228Z | Downloaded serde_spanned v1.1.1 |
| 154 | 2026-06-23T04:02:51.234Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 155 | 2026-06-23T04:02:51.240Z | Downloaded serde_core v1.0.228 |
| 156 | 2026-06-23T04:02:51.245Z | Downloaded anyhow v1.0.102 |
| 157 | 2026-06-23T04:02:51.245Z | Downloaded unicode-ident v1.0.24 |
| 158 | 2026-06-23T04:02:51.248Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 159 | 2026-06-23T04:02:51.248Z | Downloaded proc-macro2 v1.0.106 |
| 160 | 2026-06-23T04:02:51.248Z | Downloaded semver v1.0.28 |
| 161 | 2026-06-23T04:02:51.251Z | Downloaded serde_derive v1.0.228 |
| 162 | 2026-06-23T04:02:51.267Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 163 | 2026-06-23T04:02:51.272Z | Downloaded bitflags v2.13.0 |
| 164 | 2026-06-23T04:02:51.275Z | Downloaded clap v4.6.1 |
| 165 | 2026-06-23T04:02:51.309Z | Downloaded serde v1.0.228 |
| 166 | 2026-06-23T04:02:51.313Z | Downloaded memchr v2.8.2 |
| 167 | 2026-06-23T04:02:51.328Z | Downloaded indexmap v2.14.0 |
| 168 | 2026-06-23T04:02:51.334Z | Downloaded serde_json v1.0.150 |
| 169 | 2026-06-23T04:02:51.339Z | Downloaded hashbrown v0.17.1 |
| 170 | 2026-06-23T04:02:51.342Z | Downloaded clap_builder v4.6.0 |
| 171 | 2026-06-23T04:02:51.350Z | Downloaded winnow v1.0.3 |
| 172 | 2026-06-23T04:02:51.377Z | Downloaded syn v2.0.117 |
| 173 | 2026-06-23T04:02:51.403Z | Downloaded rustix v1.1.4 |
| 174 | 2026-06-23T04:02:51.428Z | Downloaded libc v0.2.186 |
| 175 | 2026-06-23T04:02:51.478Z | Compiling proc-macro2 v1.0.106 |
| 176 | 2026-06-23T04:02:51.481Z | Compiling serde_core v1.0.228 |
| 177 | 2026-06-23T04:02:51.481Z | Compiling unicode-ident v1.0.24 |
| 178 | 2026-06-23T04:02:51.481Z | Compiling quote v1.0.45 |
| 179 | 2026-06-23T04:02:51.481Z | Compiling libc v0.2.186 |
| 180 | 2026-06-23T04:02:51.481Z | Compiling rustix v1.1.4 |
| 181 | 2026-06-23T04:02:51.481Z | Compiling zmij v1.0.21 |
| 182 | 2026-06-23T04:02:51.481Z | Compiling utf8parse v0.2.2 |
| 183 | 2026-06-23T04:02:51.662Z | Compiling bitflags v2.13.0 |
| 184 | 2026-06-23T04:02:51.677Z | Compiling anstyle-parse v1.0.0 |
| 185 | 2026-06-23T04:02:51.884Z | Compiling serde v1.0.228 |
| 186 | 2026-06-23T04:02:51.918Z | Compiling colorchoice v1.0.5 |
| 187 | 2026-06-23T04:02:51.922Z | Compiling anstyle v1.0.14 |
| 188 | 2026-06-23T04:02:52.022Z | Compiling anstyle-query v1.1.5 |
| 189 | 2026-06-23T04:02:52.084Z | Compiling is_terminal_polyfill v1.70.2 |
| 190 | 2026-06-23T04:02:52.109Z | Compiling camino v1.2.2 |
| 191 | 2026-06-23T04:02:52.126Z | Compiling thiserror v2.0.18 |
| 192 | 2026-06-23T04:02:52.165Z | Compiling serde_json v1.0.150 |
| 193 | 2026-06-23T04:02:52.188Z | Compiling anstream v1.0.0 |
| 194 | 2026-06-23T04:02:52.247Z | Compiling errno v0.3.14 |
| 195 | 2026-06-23T04:02:52.425Z | Compiling winnow v1.0.3 |
| 196 | 2026-06-23T04:02:52.459Z | Compiling strsim v0.11.1 |
| 197 | 2026-06-23T04:02:52.670Z | Compiling memchr v2.8.2 |
| 198 | 2026-06-23T04:02:52.707Z | Compiling clap_lex v1.1.0 |
| 199 | 2026-06-23T04:02:52.740Z | Compiling heck v0.5.0 |
| 200 | 2026-06-23T04:02:52.840Z | Compiling syn v2.0.117 |
| 201 | 2026-06-23T04:02:52.885Z | Compiling terminal_size v0.4.4 |
| 202 | 2026-06-23T04:02:52.936Z | Compiling anyhow v1.0.102 |
| 203 | 2026-06-23T04:02:53.045Z | Compiling itoa v1.0.18 |
| 204 | 2026-06-23T04:02:53.106Z | Compiling clap_builder v4.6.0 |
| 205 | 2026-06-23T04:02:53.306Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 206 | 2026-06-23T04:02:53.413Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 207 | 2026-06-23T04:02:53.737Z | Compiling cargo-platform v0.3.3 |
| 208 | 2026-06-23T04:02:53.800Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 209 | 2026-06-23T04:02:53.919Z | Compiling semver v1.0.28 |
| 210 | 2026-06-23T04:02:54.299Z | Compiling serde_spanned v1.1.1 |
| 211 | 2026-06-23T04:02:54.454Z | Compiling toml v1.1.2+spec-1.1.0 |
| 212 | 2026-06-23T04:02:55.168Z | Compiling thiserror-impl v2.0.18 |
| 213 | 2026-06-23T04:02:55.561Z | Compiling serde_derive v1.0.228 |
| 214 | 2026-06-23T04:02:55.797Z | Compiling clap_derive v4.6.1 |
| 215 | 2026-06-23T04:02:57.485Z | Compiling clap v4.6.1 |
| 216 | 2026-06-23T04:02:58.649Z | Compiling cargo_metadata v0.23.1 |
| 217 | 2026-06-23T04:03:01.081Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 218 | 2026-06-23T04:03:02.675Z | Finished `dev` profile [optimized + debuginfo] target(s) in 16.04s |
| 219 | 2026-06-23T04:03:02.754Z | Running `target/debug/xtask build --profile all` |
| 220 | 2026-06-23T04:03:04.562Z | Building opteadm (release). |
| 221 | 2026-06-23T04:03:04.657Z | Compiling proc-macro2 v1.0.106 |
| 222 | 2026-06-23T04:03:04.657Z | Compiling unicode-ident v1.0.24 |
| 223 | 2026-06-23T04:03:04.657Z | Compiling quote v1.0.45 |
| 224 | 2026-06-23T04:03:04.657Z | Compiling serde_core v1.0.228 |
| 225 | 2026-06-23T04:03:04.661Z | Compiling libc v0.2.186 |
| 226 | 2026-06-23T04:03:04.661Z | Compiling cfg-if v1.0.4 |
| 227 | 2026-06-23T04:03:04.661Z | Compiling strsim v0.11.1 |
| 228 | 2026-06-23T04:03:04.661Z | Compiling fnv v1.0.7 |
| 229 | 2026-06-23T04:03:04.730Z | Compiling thiserror v2.0.18 |
| 230 | 2026-06-23T04:03:04.751Z | Compiling memchr v2.8.2 |
| 231 | 2026-06-23T04:03:04.774Z | Compiling ident_case v1.0.1 |
| 232 | 2026-06-23T04:03:04.876Z | Compiling regex-syntax v0.8.11 |
| 233 | 2026-06-23T04:03:04.942Z | Compiling equivalent v1.0.2 |
| 234 | 2026-06-23T04:03:04.966Z | Compiling hashbrown v0.17.1 |
| 235 | 2026-06-23T04:03:05.007Z | Compiling serde v1.0.228 |
| 236 | 2026-06-23T04:03:05.252Z | Compiling aho-corasick v1.1.4 |
| 237 | 2026-06-23T04:03:05.311Z | Compiling winnow v1.0.3 |
| 238 | 2026-06-23T04:03:05.335Z | Compiling anyhow v1.0.102 |
| 239 | 2026-06-23T04:03:05.395Z | Compiling zerocopy v0.8.52 |
| 240 | 2026-06-23T04:03:05.509Z | Compiling either v1.16.0 |
| 241 | 2026-06-23T04:03:05.698Z | Compiling itertools v0.14.0 |
| 242 | 2026-06-23T04:03:05.774Z | Compiling indexmap v2.14.0 |
| 243 | 2026-06-23T04:03:05.791Z | Compiling syn v2.0.117 |
| 244 | 2026-06-23T04:03:05.886Z | Compiling heapless v0.8.0 |
| 245 | 2026-06-23T04:03:06.249Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 246 | 2026-06-23T04:03:06.398Z | Compiling regex-automata v0.4.14 |
| 247 | 2026-06-23T04:03:06.445Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 248 | 2026-06-23T04:03:06.455Z | Compiling byteorder v1.5.0 |
| 249 | 2026-06-23T04:03:06.637Z | Compiling hash32 v0.3.1 |
| 250 | 2026-06-23T04:03:06.765Z | Compiling stable_deref_trait v1.2.1 |
| 251 | 2026-06-23T04:03:06.825Z | Compiling bitflags v2.13.0 |
| 252 | 2026-06-23T04:03:06.828Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 253 | 2026-06-23T04:03:06.973Z | Compiling rustversion v1.0.22 |
| 254 | 2026-06-23T04:03:06.973Z | Compiling macaddr v1.0.1 |
| 255 | 2026-06-23T04:03:06.990Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 256 | 2026-06-23T04:03:07.019Z | Compiling syn v1.0.109 |
| 257 | 2026-06-23T04:03:07.167Z | Compiling smoltcp v0.11.0 |
| 258 | 2026-06-23T04:03:07.222Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 259 | 2026-06-23T04:03:07.333Z | Compiling getrandom v0.4.2 |
| 260 | 2026-06-23T04:03:07.356Z | Compiling proc-macro-crate v3.5.0 |
| 261 | 2026-06-23T04:03:07.427Z | Compiling ref-cast v1.0.25 |
| 262 | 2026-06-23T04:03:07.501Z | Compiling version_check v0.9.5 |
| 263 | 2026-06-23T04:03:07.587Z | Compiling rustix v1.1.4 |
| 264 | 2026-06-23T04:03:07.655Z | Compiling bitflags v1.3.2 |
| 265 | 2026-06-23T04:03:07.716Z | Compiling rand_core v0.10.1 |
| 266 | 2026-06-23T04:03:07.727Z | Compiling managed v0.8.0 |
| 267 | 2026-06-23T04:03:07.774Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 268 | 2026-06-23T04:03:07.865Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 269 | 2026-06-23T04:03:07.975Z | Compiling errno v0.3.14 |
| 270 | 2026-06-23T04:03:08.124Z | Compiling regex v1.12.4 |
| 271 | 2026-06-23T04:03:08.131Z | Compiling cpufeatures v0.3.0 |
| 272 | 2026-06-23T04:03:08.192Z | Compiling unicode-width v0.2.2 |
| 273 | 2026-06-23T04:03:08.277Z | Compiling ipnetwork v0.21.1 |
| 274 | 2026-06-23T04:03:08.331Z | Compiling utf8parse v0.2.2 |
| 275 | 2026-06-23T04:03:08.428Z | Compiling once_cell v1.21.4 |
| 276 | 2026-06-23T04:03:08.481Z | Compiling darling_core v0.21.3 |
| 277 | 2026-06-23T04:03:08.522Z | Compiling foreign-types-shared v0.3.1 |
| 278 | 2026-06-23T04:03:08.640Z | Compiling tracing-core v0.1.36 |
| 279 | 2026-06-23T04:03:08.647Z | Compiling tabwriter v1.4.1 |
| 280 | 2026-06-23T04:03:08.961Z | Compiling anstyle-parse v1.0.0 |
| 281 | 2026-06-23T04:03:09.007Z | Compiling cstr-argument v0.1.2 |
| 282 | 2026-06-23T04:03:09.152Z | Compiling chacha20 v0.10.0 |
| 283 | 2026-06-23T04:03:09.553Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f) |
| 284 | 2026-06-23T04:03:09.625Z | Compiling thiserror-impl v2.0.18 |
| 285 | 2026-06-23T04:03:09.703Z | Compiling zerocopy-derive v0.8.52 |
| 286 | 2026-06-23T04:03:09.732Z | Compiling serde_derive v1.0.228 |
| 287 | 2026-06-23T04:03:09.753Z | Compiling num_enum_derive v0.7.6 |
| 288 | 2026-06-23T04:03:09.973Z | Compiling foreign-types-macros v0.2.3 |
| 289 | 2026-06-23T04:03:10.537Z | Compiling darling_macro v0.21.3 |
| 290 | 2026-06-23T04:03:10.574Z | Compiling ref-cast-impl v1.0.25 |
| 291 | 2026-06-23T04:03:10.677Z | Compiling foreign-types v0.5.0 |
| 292 | 2026-06-23T04:03:10.699Z | Compiling num_enum v0.7.6 |
| 293 | 2026-06-23T04:03:10.742Z | Compiling tracing-attributes v0.1.31 |
| 294 | 2026-06-23T04:03:10.801Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 295 | 2026-06-23T04:03:10.889Z | Compiling cobs v0.3.0 |
| 296 | 2026-06-23T04:03:11.064Z | Compiling darling v0.21.3 |
| 297 | 2026-06-23T04:03:11.080Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 298 | 2026-06-23T04:03:11.091Z | Compiling anstyle v1.0.14 |
| 299 | 2026-06-23T04:03:11.186Z | Compiling ingot-macros v0.1.1 |
| 300 | 2026-06-23T04:03:11.291Z | Compiling anstyle-query v1.1.5 |
| 301 | 2026-06-23T04:03:11.318Z | Compiling is_terminal_polyfill v1.70.2 |
| 302 | 2026-06-23T04:03:11.322Z | Compiling dyn-clone v1.0.20 |
| 303 | 2026-06-23T04:03:11.377Z | Compiling pretty-hex v0.4.2 |
| 304 | 2026-06-23T04:03:11.395Z | Compiling colorchoice v1.0.5 |
| 305 | 2026-06-23T04:03:11.443Z | Compiling pin-project-lite v0.2.17 |
| 306 | 2026-06-23T04:03:11.493Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 307 | 2026-06-23T04:03:11.498Z | Compiling anstream v1.0.0 |
| 308 | 2026-06-23T04:03:11.526Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 309 | 2026-06-23T04:03:11.565Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 310 | 2026-06-23T04:03:11.858Z | Compiling terminal_size v0.4.4 |
| 311 | 2026-06-23T04:03:11.894Z | Compiling rand v0.10.1 |
| 312 | 2026-06-23T04:03:11.969Z | Compiling uuid v1.23.3 |
| 313 | 2026-06-23T04:03:11.979Z | Compiling tracing v0.1.44 |
| 314 | 2026-06-23T04:03:11.990Z | Compiling socket2 v0.6.4 |
| 315 | 2026-06-23T04:03:12.289Z | Compiling heck v0.5.0 |
| 316 | 2026-06-23T04:03:12.388Z | Compiling colored v3.1.1 |
| 317 | 2026-06-23T04:03:12.475Z | Compiling oxnet v0.1.6 |
| 318 | 2026-06-23T04:03:12.539Z | Compiling clap_lex v1.1.0 |
| 319 | 2026-06-23T04:03:12.769Z | Compiling clap_builder v4.6.0 |
| 320 | 2026-06-23T04:03:12.851Z | Compiling clap_derive v4.6.1 |
| 321 | 2026-06-23T04:03:12.890Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 322 | 2026-06-23T04:03:12.934Z | Compiling postcard v1.1.3 |
| 323 | 2026-06-23T04:03:14.096Z | Compiling ingot-types v0.1.2 |
| 324 | 2026-06-23T04:03:14.431Z | Compiling ingot v0.1.1 |
| 325 | 2026-06-23T04:03:14.536Z | Compiling clap v4.6.1 |
| 326 | 2026-06-23T04:03:16.145Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 327 | 2026-06-23T04:03:17.168Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 328 | 2026-06-23T04:03:18.202Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 329 | 2026-06-23T04:03:24.769Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.20s |
| 330 | 2026-06-23T04:03:24.797Z | Building xde (release-lto). |
| 331 | 2026-06-23T04:03:25.050Z | Updating crates.io index |
| 332 | 2026-06-23T04:03:25.149Z | Downloading crates ... |
| 333 | 2026-06-23T04:03:25.225Z | Downloaded memchr v2.7.6 |
| 334 | 2026-06-23T04:03:25.230Z | Downloaded foldhash v0.2.0 |
| 335 | 2026-06-23T04:03:25.242Z | Downloaded miniz_oxide v0.8.9 |
| 336 | 2026-06-23T04:03:25.268Z | Downloaded addr2line v0.25.1 |
| 337 | 2026-06-23T04:03:25.278Z | Downloaded getopts v0.2.24 |
| 338 | 2026-06-23T04:03:25.283Z | Downloaded rustc-demangle v0.1.27 |
| 339 | 2026-06-23T04:03:25.286Z | Downloaded gimli v0.32.3 |
| 340 | 2026-06-23T04:03:25.289Z | Downloaded adler2 v2.0.1 |
| 341 | 2026-06-23T04:03:25.298Z | Downloaded rustc-literal-escaper v0.0.7 |
| 342 | 2026-06-23T04:03:25.366Z | Downloaded object v0.37.3 |
| 343 | 2026-06-23T04:03:25.372Z | Downloaded libc v0.2.185 |
| 344 | 2026-06-23T04:03:25.430Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 345 | 2026-06-23T04:03:25.430Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 346 | 2026-06-23T04:03:25.430Z | Compiling proc-macro2 v1.0.106 |
| 347 | 2026-06-23T04:03:25.430Z | Compiling unicode-ident v1.0.24 |
| 348 | 2026-06-23T04:03:25.430Z | Compiling quote v1.0.45 |
| 349 | 2026-06-23T04:03:25.433Z | Compiling strsim v0.11.1 |
| 350 | 2026-06-23T04:03:25.433Z | Compiling ident_case v1.0.1 |
| 351 | 2026-06-23T04:03:25.433Z | Compiling serde_core v1.0.228 |
| 352 | 2026-06-23T04:03:25.597Z | Compiling fnv v1.0.7 |
| 353 | 2026-06-23T04:03:25.604Z | Compiling memchr v2.8.2 |
| 354 | 2026-06-23T04:03:25.690Z | Compiling regex-syntax v0.8.11 |
| 355 | 2026-06-23T04:03:25.849Z | Compiling zerocopy v0.8.52 |
| 356 | 2026-06-23T04:03:25.852Z | Compiling serde v1.0.228 |
| 357 | 2026-06-23T04:03:25.866Z | Compiling either v1.16.0 |
| 358 | 2026-06-23T04:03:25.987Z | Compiling aho-corasick v1.1.4 |
| 359 | 2026-06-23T04:03:26.064Z | Compiling thiserror v2.0.18 |
| 360 | 2026-06-23T04:03:26.269Z | Compiling itertools v0.14.0 |
| 361 | 2026-06-23T04:03:26.273Z | Compiling heapless v0.8.0 |
| 362 | 2026-06-23T04:03:26.635Z | Compiling syn v2.0.117 |
| 363 | 2026-06-23T04:03:26.673Z | Compiling smoltcp v0.11.0 |
| 364 | 2026-06-23T04:03:26.680Z | Compiling ref-cast v1.0.25 |
| 365 | 2026-06-23T04:03:26.780Z | Compiling version_check v0.9.5 |
| 366 | 2026-06-23T04:03:27.054Z | Compiling crc32fast v1.5.0 |
| 367 | 2026-06-23T04:03:27.133Z | Compiling regex-automata v0.4.14 |
| 368 | 2026-06-23T04:03:27.137Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 369 | 2026-06-23T04:03:28.704Z | Compiling regex v1.12.4 |
| 370 | 2026-06-23T04:03:28.942Z | Compiling darling_core v0.21.3 |
| 371 | 2026-06-23T04:03:28.983Z | Compiling darling_core v0.23.0 |
| 372 | 2026-06-23T04:03:29.831Z | Compiling thiserror-impl v2.0.18 |
| 373 | 2026-06-23T04:03:29.831Z | Compiling zerocopy-derive v0.8.52 |
| 374 | 2026-06-23T04:03:29.831Z | Compiling serde_derive v1.0.228 |
| 375 | 2026-06-23T04:03:29.831Z | Compiling ref-cast-impl v1.0.25 |
| 376 | 2026-06-23T04:03:29.834Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 377 | 2026-06-23T04:03:31.497Z | Compiling darling_macro v0.21.3 |
| 378 | 2026-06-23T04:03:31.571Z | Compiling darling_macro v0.23.0 |
| 379 | 2026-06-23T04:03:32.397Z | Compiling darling v0.21.3 |
| 380 | 2026-06-23T04:03:32.458Z | Compiling darling v0.23.0 |
| 381 | 2026-06-23T04:03:32.458Z | Compiling ingot-macros v0.1.1 |
| 382 | 2026-06-23T04:03:32.521Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 383 | 2026-06-23T04:03:38.172Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 384 | 2026-06-23T04:03:40.292Z | Compiling byteorder v1.5.0 |
| 385 | 2026-06-23T04:03:40.292Z | Compiling stable_deref_trait v1.2.1 |
| 386 | 2026-06-23T04:03:40.295Z | Compiling cfg-if v1.0.4 |
| 387 | 2026-06-23T04:03:40.295Z | Compiling macaddr v1.0.1 |
| 388 | 2026-06-23T04:03:40.355Z | Compiling bitflags v1.3.2 |
| 389 | 2026-06-23T04:03:40.363Z | Compiling cobs v0.3.0 |
| 390 | 2026-06-23T04:03:40.396Z | Compiling managed v0.8.0 |
| 391 | 2026-06-23T04:03:40.481Z | Compiling hash32 v0.3.1 |
| 392 | 2026-06-23T04:03:40.564Z | Compiling dyn-clone v1.0.20 |
| 393 | 2026-06-23T04:03:40.606Z | Compiling itertools v0.15.0 |
| 394 | 2026-06-23T04:03:40.665Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 395 | 2026-06-23T04:03:41.939Z | Compiling bitflags v2.13.0 |
| 396 | 2026-06-23T04:03:41.939Z | Compiling uuid v1.23.3 |
| 397 | 2026-06-23T04:03:42.088Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 398 | 2026-06-23T04:03:42.379Z | Compiling postcard v1.1.3 |
| 399 | 2026-06-23T04:03:43.235Z | Compiling ingot-types v0.1.2 |
| 400 | 2026-06-23T04:03:43.557Z | Compiling ingot v0.1.1 |
| 401 | 2026-06-23T04:03:45.096Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 402 | 2026-06-23T04:03:48.925Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 403 | 2026-06-23T04:03:57.779Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 404 | 2026-06-23T04:04:27.814Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 02s |
| 405 | 2026-06-23T04:04:27.846Z | Linking xde kmod... |
| 406 | 2026-06-23T04:04:28.425Z | Building xde dev link helper (release). |
| 407 | 2026-06-23T04:04:28.584Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 408 | 2026-06-23T04:04:28.584Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 409 | 2026-06-23T04:04:28.584Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 410 | 2026-06-23T04:04:40.246Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 411 | 2026-06-23T04:04:42.780Z | Finished `release` profile [optimized + debuginfo] target(s) in 14.32s |
| 412 | 2026-06-23T04:04:42.800Z | Building opteadm (dev). |
| 413 | 2026-06-23T04:04:42.955Z | Compiling serde_core v1.0.228 |
| 414 | 2026-06-23T04:04:42.955Z | Compiling libc v0.2.186 |
| 415 | 2026-06-23T04:04:42.955Z | Compiling cfg-if v1.0.4 |
| 416 | 2026-06-23T04:04:42.955Z | Compiling memchr v2.8.2 |
| 417 | 2026-06-23T04:04:42.955Z | Compiling ident_case v1.0.1 |
| 418 | 2026-06-23T04:04:42.959Z | Compiling strsim v0.11.1 |
| 419 | 2026-06-23T04:04:42.959Z | Compiling fnv v1.0.7 |
| 420 | 2026-06-23T04:04:42.959Z | Compiling syn v2.0.117 |
| 421 | 2026-06-23T04:04:43.029Z | Compiling regex-syntax v0.8.11 |
| 422 | 2026-06-23T04:04:43.053Z | Compiling equivalent v1.0.2 |
| 423 | 2026-06-23T04:04:43.074Z | Compiling hashbrown v0.17.1 |
| 424 | 2026-06-23T04:04:43.125Z | Compiling zerocopy v0.8.52 |
| 425 | 2026-06-23T04:04:43.254Z | Compiling serde v1.0.228 |
| 426 | 2026-06-23T04:04:43.494Z | Compiling aho-corasick v1.1.4 |
| 427 | 2026-06-23T04:04:43.535Z | Compiling either v1.16.0 |
| 428 | 2026-06-23T04:04:43.552Z | Compiling winnow v1.0.3 |
| 429 | 2026-06-23T04:04:43.639Z | Compiling indexmap v2.14.0 |
| 430 | 2026-06-23T04:04:43.711Z | Compiling itertools v0.14.0 |
| 431 | 2026-06-23T04:04:43.762Z | Compiling byteorder v1.5.0 |
| 432 | 2026-06-23T04:04:43.933Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 433 | 2026-06-23T04:04:44.141Z | Compiling heapless v0.8.0 |
| 434 | 2026-06-23T04:04:44.242Z | Compiling hash32 v0.3.1 |
| 435 | 2026-06-23T04:04:44.393Z | Compiling stable_deref_trait v1.2.1 |
| 436 | 2026-06-23T04:04:44.460Z | Compiling regex-automata v0.4.14 |
| 437 | 2026-06-23T04:04:44.555Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 438 | 2026-06-23T04:04:44.579Z | Compiling smoltcp v0.11.0 |
| 439 | 2026-06-23T04:04:44.856Z | Compiling rustversion v1.0.22 |
| 440 | 2026-06-23T04:04:44.900Z | Compiling syn v1.0.109 |
| 441 | 2026-06-23T04:04:44.943Z | Compiling bitflags v2.13.0 |
| 442 | 2026-06-23T04:04:45.071Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 443 | 2026-06-23T04:04:45.110Z | Compiling macaddr v1.0.1 |
| 444 | 2026-06-23T04:04:45.162Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 445 | 2026-06-23T04:04:45.238Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 446 | 2026-06-23T04:04:45.356Z | Compiling getrandom v0.4.2 |
| 447 | 2026-06-23T04:04:45.395Z | Compiling version_check v0.9.5 |
| 448 | 2026-06-23T04:04:45.399Z | Compiling bitflags v1.3.2 |
| 449 | 2026-06-23T04:04:45.440Z | Compiling ref-cast v1.0.25 |
| 450 | 2026-06-23T04:04:45.457Z | Compiling rand_core v0.10.1 |
| 451 | 2026-06-23T04:04:45.606Z | Compiling darling_core v0.21.3 |
| 452 | 2026-06-23T04:04:45.611Z | Compiling proc-macro-crate v3.5.0 |
| 453 | 2026-06-23T04:04:45.651Z | Compiling managed v0.8.0 |
| 454 | 2026-06-23T04:04:45.655Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 455 | 2026-06-23T04:04:45.962Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 456 | 2026-06-23T04:04:46.016Z | Compiling errno v0.3.14 |
| 457 | 2026-06-23T04:04:46.226Z | Compiling regex v1.12.4 |
| 458 | 2026-06-23T04:04:46.453Z | Compiling cpufeatures v0.3.0 |
| 459 | 2026-06-23T04:04:46.521Z | Compiling ipnetwork v0.21.1 |
| 460 | 2026-06-23T04:04:46.627Z | Compiling once_cell v1.21.4 |
| 461 | 2026-06-23T04:04:46.691Z | Compiling thiserror-impl v2.0.18 |
| 462 | 2026-06-23T04:04:46.871Z | Compiling serde_derive v1.0.228 |
| 463 | 2026-06-23T04:04:47.054Z | Compiling zerocopy-derive v0.8.52 |
| 464 | 2026-06-23T04:04:47.061Z | Compiling foreign-types-macros v0.2.3 |
| 465 | 2026-06-23T04:04:47.674Z | Compiling num_enum_derive v0.7.6 |
| 466 | 2026-06-23T04:04:47.766Z | Compiling darling_macro v0.21.3 |
| 467 | 2026-06-23T04:04:47.851Z | Compiling ref-cast-impl v1.0.25 |
| 468 | 2026-06-23T04:04:47.906Z | Compiling thiserror v2.0.18 |
| 469 | 2026-06-23T04:04:48.007Z | Compiling cobs v0.3.0 |
| 470 | 2026-06-23T04:04:48.289Z | Compiling unicode-width v0.2.2 |
| 471 | 2026-06-23T04:04:48.302Z | Compiling darling v0.21.3 |
| 472 | 2026-06-23T04:04:48.375Z | Compiling ingot-macros v0.1.1 |
| 473 | 2026-06-23T04:04:48.434Z | Compiling foreign-types-shared v0.3.1 |
| 474 | 2026-06-23T04:04:48.518Z | Compiling tabwriter v1.4.1 |
| 475 | 2026-06-23T04:04:48.594Z | Compiling foreign-types v0.5.0 |
| 476 | 2026-06-23T04:04:48.652Z | Compiling num_enum v0.7.6 |
| 477 | 2026-06-23T04:04:48.757Z | Compiling cstr-argument v0.1.2 |
| 478 | 2026-06-23T04:04:48.757Z | Compiling tracing-core v0.1.36 |
| 479 | 2026-06-23T04:04:48.925Z | Compiling tracing-attributes v0.1.31 |
| 480 | 2026-06-23T04:04:48.940Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 481 | 2026-06-23T04:04:49.177Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 482 | 2026-06-23T04:04:49.501Z | Compiling chacha20 v0.10.0 |
| 483 | 2026-06-23T04:04:49.646Z | Compiling rustix v1.1.4 |
| 484 | 2026-06-23T04:04:50.072Z | Compiling postcard v1.1.3 |
| 485 | 2026-06-23T04:04:50.206Z | Compiling anyhow v1.0.102 |
| 486 | 2026-06-23T04:04:50.251Z | Compiling pin-project-lite v0.2.17 |
| 487 | 2026-06-23T04:04:50.265Z | Compiling dyn-clone v1.0.20 |
| 488 | 2026-06-23T04:04:50.305Z | Compiling pretty-hex v0.4.2 |
| 489 | 2026-06-23T04:04:50.340Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f) |
| 490 | 2026-06-23T04:04:50.419Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 491 | 2026-06-23T04:04:50.422Z | Compiling tracing v0.1.44 |
| 492 | 2026-06-23T04:04:50.428Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 493 | 2026-06-23T04:04:50.548Z | Compiling terminal_size v0.4.4 |
| 494 | 2026-06-23T04:04:50.631Z | Compiling rand v0.10.1 |
| 495 | 2026-06-23T04:04:50.698Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 496 | 2026-06-23T04:04:50.698Z | Compiling uuid v1.23.3 |
| 497 | 2026-06-23T04:04:50.782Z | Compiling socket2 v0.6.4 |
| 498 | 2026-06-23T04:04:50.879Z | Compiling colored v3.1.1 |
| 499 | 2026-06-23T04:04:50.910Z | Compiling oxnet v0.1.6 |
| 500 | 2026-06-23T04:04:51.037Z | Compiling clap_derive v4.6.1 |
| 501 | 2026-06-23T04:04:51.373Z | Compiling ingot-types v0.1.2 |
| 502 | 2026-06-23T04:04:51.450Z | Compiling clap_builder v4.6.0 |
| 503 | 2026-06-23T04:04:51.483Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 504 | 2026-06-23T04:04:51.751Z | Compiling ingot v0.1.1 |
| 505 | 2026-06-23T04:04:53.211Z | Compiling clap v4.6.1 |
| 506 | 2026-06-23T04:04:53.438Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 507 | 2026-06-23T04:04:55.740Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 508 | 2026-06-23T04:04:56.942Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 509 | 2026-06-23T04:05:01.317Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.51s |
| 510 | 2026-06-23T04:05:01.347Z | Building xde (dev). |
| 511 | 2026-06-23T04:05:01.580Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 512 | 2026-06-23T04:05:01.580Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 513 | 2026-06-23T04:05:01.580Z | Compiling proc-macro2 v1.0.106 |
| 514 | 2026-06-23T04:05:01.580Z | Compiling quote v1.0.45 |
| 515 | 2026-06-23T04:05:01.580Z | Compiling unicode-ident v1.0.24 |
| 516 | 2026-06-23T04:05:01.583Z | Compiling strsim v0.11.1 |
| 517 | 2026-06-23T04:05:01.583Z | Compiling ident_case v1.0.1 |
| 518 | 2026-06-23T04:05:01.583Z | Compiling serde_core v1.0.228 |
| 519 | 2026-06-23T04:05:01.700Z | Compiling memchr v2.8.2 |
| 520 | 2026-06-23T04:05:01.700Z | Compiling fnv v1.0.7 |
| 521 | 2026-06-23T04:05:01.784Z | Compiling regex-syntax v0.8.11 |
| 522 | 2026-06-23T04:05:01.958Z | Compiling serde v1.0.228 |
| 523 | 2026-06-23T04:05:01.976Z | Compiling zerocopy v0.8.52 |
| 524 | 2026-06-23T04:05:01.983Z | Compiling thiserror v2.0.18 |
| 525 | 2026-06-23T04:05:02.101Z | Compiling aho-corasick v1.1.4 |
| 526 | 2026-06-23T04:05:02.345Z | Compiling either v1.16.0 |
| 527 | 2026-06-23T04:05:02.511Z | Compiling itertools v0.14.0 |
| 528 | 2026-06-23T04:05:02.544Z | Compiling heapless v0.8.0 |
| 529 | 2026-06-23T04:05:02.548Z | Compiling smoltcp v0.11.0 |
| 530 | 2026-06-23T04:05:02.690Z | Compiling syn v2.0.117 |
| 531 | 2026-06-23T04:05:02.795Z | Compiling version_check v0.9.5 |
| 532 | 2026-06-23T04:05:02.990Z | Compiling crc32fast v1.5.0 |
| 533 | 2026-06-23T04:05:03.028Z | Compiling ref-cast v1.0.25 |
| 534 | 2026-06-23T04:05:03.168Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 535 | 2026-06-23T04:05:03.340Z | Compiling regex-automata v0.4.14 |
| 536 | 2026-06-23T04:05:04.892Z | Compiling regex v1.12.4 |
| 537 | 2026-06-23T04:05:05.035Z | Compiling darling_core v0.21.3 |
| 538 | 2026-06-23T04:05:05.041Z | Compiling darling_core v0.23.0 |
| 539 | 2026-06-23T04:05:06.056Z | Compiling zerocopy-derive v0.8.52 |
| 540 | 2026-06-23T04:05:06.056Z | Compiling thiserror-impl v2.0.18 |
| 541 | 2026-06-23T04:05:06.056Z | Compiling serde_derive v1.0.228 |
| 542 | 2026-06-23T04:05:06.056Z | Compiling ref-cast-impl v1.0.25 |
| 543 | 2026-06-23T04:05:06.059Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 544 | 2026-06-23T04:05:07.799Z | Compiling darling_macro v0.21.3 |
| 545 | 2026-06-23T04:05:07.838Z | Compiling darling_macro v0.23.0 |
| 546 | 2026-06-23T04:05:08.708Z | Compiling darling v0.21.3 |
| 547 | 2026-06-23T04:05:08.739Z | Compiling darling v0.23.0 |
| 548 | 2026-06-23T04:05:08.768Z | Compiling ingot-macros v0.1.1 |
| 549 | 2026-06-23T04:05:08.798Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 550 | 2026-06-23T04:05:13.742Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 551 | 2026-06-23T04:05:15.498Z | Compiling byteorder v1.5.0 |
| 552 | 2026-06-23T04:05:15.498Z | Compiling macaddr v1.0.1 |
| 553 | 2026-06-23T04:05:15.501Z | Compiling stable_deref_trait v1.2.1 |
| 554 | 2026-06-23T04:05:15.501Z | Compiling cfg-if v1.0.4 |
| 555 | 2026-06-23T04:05:15.564Z | Compiling cobs v0.3.0 |
| 556 | 2026-06-23T04:05:15.569Z | Compiling bitflags v1.3.2 |
| 557 | 2026-06-23T04:05:15.607Z | Compiling managed v0.8.0 |
| 558 | 2026-06-23T04:05:15.634Z | Compiling hash32 v0.3.1 |
| 559 | 2026-06-23T04:05:15.841Z | Compiling itertools v0.15.0 |
| 560 | 2026-06-23T04:05:15.841Z | Compiling dyn-clone v1.0.20 |
| 561 | 2026-06-23T04:05:15.973Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 562 | 2026-06-23T04:05:17.126Z | Compiling bitflags v2.13.0 |
| 563 | 2026-06-23T04:05:17.126Z | Compiling uuid v1.23.3 |
| 564 | 2026-06-23T04:05:17.268Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 565 | 2026-06-23T04:05:17.549Z | Compiling postcard v1.1.3 |
| 566 | 2026-06-23T04:05:18.361Z | Compiling ingot-types v0.1.2 |
| 567 | 2026-06-23T04:05:18.646Z | Compiling ingot v0.1.1 |
| 568 | 2026-06-23T04:05:20.091Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 569 | 2026-06-23T04:05:24.456Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 570 | 2026-06-23T04:05:34.979Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 571 | 2026-06-23T04:05:43.469Z | Finished `dev` profile [optimized + debuginfo] target(s) in 42.09s |
| 572 | 2026-06-23T04:05:43.493Z | Linking xde kmod... |
| 573 | 2026-06-23T04:05:44.681Z | Building xde dev link helper (dev). |
| 574 | 2026-06-23T04:05:44.841Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 575 | 2026-06-23T04:05:44.841Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 576 | 2026-06-23T04:05:44.841Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 577 | 2026-06-23T04:05:55.865Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 578 | 2026-06-23T04:05:58.151Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.43s |
| 579 | 2026-06-23T04:05:58.173Z | |
| 580 | 2026-06-23T04:05:58.173Z | real 3:11.543098027 |
| 581 | 2026-06-23T04:05:58.173Z | user 9:09.096471775 |
| 582 | 2026-06-23T04:05:58.176Z | sys 58.434843308 |
| 583 | 2026-06-23T04:05:58.176Z | trap 0.244563807 |
| 584 | 2026-06-23T04:05:58.177Z | tflt 1.010473832 |
| 585 | 2026-06-23T04:05:58.177Z | dflt 1.464370751 |
| 586 | 2026-06-23T04:05:58.177Z | kflt 0.006373092 |
| 587 | 2026-06-23T04:05:58.177Z | lock 35:07.606228959 |
| 588 | 2026-06-23T04:05:58.177Z | slp 21:13.989368780 |
| 589 | 2026-06-23T04:05:58.177Z | lat 21.390668112 |
| 590 | 2026-06-23T04:05:58.177Z | stop 34.200921982 |
| 591 | 2026-06-23T04:05:58.177Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 592 | 2026-06-23T04:05:58.177Z | + grep GOTPCREL |
| 593 | 2026-06-23T04:05:59.131Z | + header 'package opte' |
| 594 | 2026-06-23T04:05:59.131Z | + echo '# ==== package opte ==== #' |
| 595 | 2026-06-23T04:05:59.131Z | # ==== package opte ==== # |
| 596 | 2026-06-23T04:05:59.134Z | + cargo xtask package --skip-build --profile all |
| 597 | 2026-06-23T04:05:59.273Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s |
| 598 | 2026-06-23T04:05:59.277Z | Running `target/debug/xtask package --skip-build --profile all` |
| 599 | 2026-06-23T04:05:59.486Z | + ./clean.sh |
| 600 | 2026-06-23T04:05:59.494Z | + mkdir -p proto/kernel/drv/amd64 |
| 601 | 2026-06-23T04:05:59.497Z | + mkdir -p proto/opt/oxide/opte/bin |
| 602 | 2026-06-23T04:05:59.497Z | + mkdir -p proto/usr/lib/devfsadm/linkmod |
| 603 | 2026-06-23T04:05:59.500Z | + cp ../target/release/opteadm proto/opt/oxide/opte/bin/ |
| 604 | 2026-06-23T04:05:59.515Z | + cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64 |
| 605 | 2026-06-23T04:05:59.552Z | + cp ../xde/xde.conf proto/kernel/drv/ |
| 606 | 2026-06-23T04:05:59.555Z | + cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so |
| 607 | 2026-06-23T04:05:59.555Z | + '[' -z ']' |
| 608 | 2026-06-23T04:05:59.555Z | + cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg |
| 609 | 2026-06-23T04:05:59.579Z | + cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg |
| 610 | 2026-06-23T04:05:59.655Z | + INC_DEBUG= |
| 611 | 2026-06-23T04:05:59.655Z | + typeset -ri TAG=0 |
| 612 | 2026-06-23T04:05:59.659Z | ++ ./print-api-version.sh |
| 613 | 2026-06-23T04:05:59.662Z | + API_VSN=41 |
| 614 | 2026-06-23T04:05:59.662Z | + PKG_VERSION=0.41.488-3.0 |
| 615 | 2026-06-23T04:05:59.665Z | + sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.41.488-3.0/g opte.template.p5m |
| 616 | 2026-06-23T04:05:59.665Z | + pkgmogrify -v -D inc_debug= -O opte.base.p5m |
| 617 | 2026-06-23T04:06:00.188Z | + pkgdepend generate -d proto opte.base.p5m |
| 618 | 2026-06-23T04:06:00.516Z | + mkdir -p packages |
| 619 | 2026-06-23T04:06:00.519Z | + pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m |
| 620 | 2026-06-23T04:06:07.567Z | + cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m |
| 621 | 2026-06-23T04:06:07.570Z | + pkgrepo create packages/repo |
| 622 | 2026-06-23T04:06:07.778Z | + pkgrepo add-publisher -s packages/repo helios |
| 623 | 2026-06-23T04:06:07.985Z | + pkgsend publish -d proto -s packages/repo opte.final.p5m |
| 624 | 2026-06-23T04:06:37.174Z | pkg://helios/driver/network/opte@0.41.488,5.11-3.0:20260623T040607Z |
| 625 | 2026-06-23T04:06:37.174Z | PUBLISHED |
| 626 | 2026-06-23T04:06:37.210Z | + pkgrecv -a -d packages/repo/opte-0.41.488-3.0.p5p -s packages/repo -v -m latest '*' |
| 627 | 2026-06-23T04:06:37.388Z | Retrieving packages for publisher helios ... |
| 628 | 2026-06-23T04:06:37.392Z | Retrieving catalog 'helios' ... Done |
| 629 | 2026-06-23T04:06:37.395Z | Retrieving and evaluating 1 package(s)... |
| 630 | 2026-06-23T04:06:37.395Z | Fetching manifests: 1/1 100% complete |
| 631 | 2026-06-23T04:06:37.395Z | Fetching manifests: 1/1 100% complete |
| 632 | 2026-06-23T04:06:37.395Z | |
| 633 | 2026-06-23T04:06:37.395Z | Archiving packages ... |
| 634 | 2026-06-23T04:06:37.395Z | Packages to add: 1 |
| 635 | 2026-06-23T04:06:37.395Z | Files to retrieve: 6 |
| 636 | 2026-06-23T04:06:37.395Z | Estimated transfer size: 37.08 MB |
| 637 | 2026-06-23T04:06:37.395Z | |
| 638 | 2026-06-23T04:06:37.395Z | Packages to archive: |
| 639 | 2026-06-23T04:06:37.395Z | driver/network/opte@0.41.488,5.11-3.0:20260623T040607Z |
| 640 | 2026-06-23T04:06:37.395Z | |
| 641 | 2026-06-23T04:06:37.395Z | Download: 0/6 items 0.0/37.1MB 0% complete |
| 642 | 2026-06-23T04:06:37.461Z | Download: Completed 37.08 MB in 0.07 seconds (539M/s) |
| 643 | 2026-06-23T04:06:37.464Z | Archiving: 1/20 items 0.0/37.1MB 0% complete |
| 644 | 2026-06-23T04:06:37.479Z | Archiving: Completed 37.12 MB in 0.02 seconds |
| 645 | 2026-06-23T04:06:37.517Z | Successfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.488-3.0.p5p. |
| 646 | 2026-06-23T04:06:37.521Z | + banner copy |
| 647 | 2026-06-23T04:06:37.525Z | |
| 648 | 2026-06-23T04:06:37.525Z | #### #### ##### # # |
| 649 | 2026-06-23T04:06:37.525Z | # # # # # # # # |
| 650 | 2026-06-23T04:06:37.525Z | # # # # # # |
| 651 | 2026-06-23T04:06:37.525Z | # # # ##### # |
| 652 | 2026-06-23T04:06:37.525Z | # # # # # # |
| 653 | 2026-06-23T04:06:37.525Z | #### #### # # |
| 654 | 2026-06-23T04:06:37.525Z | |
| 655 | 2026-06-23T04:06:37.525Z | + pfexec mkdir -p /out |
| 656 | 2026-06-23T04:06:37.529Z | + pfexec chown 12345 /out |
| 657 | 2026-06-23T04:06:37.530Z | + PKG_NAME=/out/opte.p5p |
| 658 | 2026-06-23T04:06:37.530Z | + mv pkg/packages/repo/opte-0.41.488-3.0.p5p /out/opte.p5p |
| 659 | 2026-06-23T04:06:37.557Z | + sha256sum /out/opte.p5p |
| 660 | 2026-06-23T04:06:37.581Z | process exited: duration 247276 ms, exit code 0 |
| |
| 661 | 2026-06-23T04:06:37.594Z | found 2 output files |
| 662 | 2026-06-23T04:06:37.594Z | uploading: /out/opte.p5p (38932480 bytes) |
| 663 | 2026-06-23T04:06:38.962Z | uploaded: /out/opte.p5p |
| 664 | 2026-06-23T04:06:38.962Z | uploading: /out/opte.p5p.sha256 (80 bytes) |
| 665 | 2026-06-23T04:06:39.972Z | uploaded: /out/opte.p5p.sha256 |