|
|
|
| 1 | 2026-05-11T08:17:15.658Z | job assigned to worker 01KRB1QZJQMCBVADS48ZSB1EVR [factory aws, i-02a861e168fddab26] (queued for 49 s) |
| |
| 2 | 2026-05-11T08:17:21.701Z | starting task 0: "setup" |
| 3 | 2026-05-11T08:17:21.706Z | ++ uname -s |
| 4 | 2026-05-11T08:17:21.709Z | + kern=SunOS |
| 5 | 2026-05-11T08:17:21.709Z | + build_user=build |
| 6 | 2026-05-11T08:17:21.709Z | + build_uid=12345 |
| 7 | 2026-05-11T08:17:21.709Z | + work_dir=/work |
| 8 | 2026-05-11T08:17:21.709Z | + input_dir=/input |
| 9 | 2026-05-11T08:17:21.709Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-11T08:17:21.709Z | + case "$kern" in |
| 11 | 2026-05-11T08:17:21.709Z | + groupadd -g 12345 build |
| 12 | 2026-05-11T08:17:21.712Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-11T08:17:23.716Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-11T08:17:23.870Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-11T08:17:23.874Z | + home_fs=zfs |
| 16 | 2026-05-11T08:17:23.874Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-11T08:17:23.874Z | + mkdir -p /home/build |
| 18 | 2026-05-11T08:17:23.874Z | + chown build:build /home/build /work |
| 19 | 2026-05-11T08:17:24.874Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-11T08:17:24.877Z | process exited: duration 3174 ms, exit code 0 |
| |
| 21 | 2026-05-11T08:17:24.883Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-11T08:17:24.888Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.1 |
| 23 | 2026-05-11T08:17:24.888Z | * rust toolchain channel = "1.94.1" |
| 24 | 2026-05-11T08:17:24.888Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-05-11T08:17:24.888Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-11T08:17:24.888Z | * rust toolchain profile = "default" |
| 27 | 2026-05-11T08:17:24.888Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-11T08:17:24.893Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-11T08:17:24.893Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default |
| 30 | 2026-05-11T08:17:25.032Z | info: downloading installer |
| 31 | 2026-05-11T08:17:26.386Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-11T08:17:26.386Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-11T08:17:26.387Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-11T08:17:26.387Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-11T08:17:26.399Z | info: profile set to default |
| 36 | 2026-05-11T08:17:26.399Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-11T08:17:26.401Z | info: syncing channel updates for 1.94.1-x86_64-unknown-illumos |
| 38 | 2026-05-11T08:17:26.529Z | info: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25) |
| 39 | 2026-05-11T08:17:26.532Z | info: downloading 6 components |
| 40 | 2026-05-11T08:17:42.128Z | |
| 41 | 2026-05-11T08:17:42.128Z | info: default toolchain set to 1.94.1-x86_64-unknown-illumos |
| 42 | 2026-05-11T08:17:42.155Z | 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25) |
| 43 | 2026-05-11T08:17:42.155Z | |
| 44 | 2026-05-11T08:17:42.158Z | |
| 45 | 2026-05-11T08:17:42.158Z | Rust is installed now. Great! |
| 46 | 2026-05-11T08:17:42.158Z | |
| 47 | 2026-05-11T08:17:42.158Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-11T08:17:42.158Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-11T08:17:42.158Z | |
| 50 | 2026-05-11T08:17:42.158Z | To configure your current shell, you need to source |
| 51 | 2026-05-11T08:17:42.158Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-11T08:17:42.158Z | |
| 53 | 2026-05-11T08:17:42.158Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-11T08:17:42.158Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-11T08:17:42.158Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-11T08:17:42.158Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-11T08:17:42.158Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-11T08:17:42.158Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-11T08:17:42.158Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-11T08:17:42.158Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-11T08:17:42.158Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-11T08:17:42.241Z | + rustup --version |
| 63 | 2026-05-11T08:17:42.250Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-11T08:17:42.253Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-11T08:17:42.271Z | info: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)` |
| 66 | 2026-05-11T08:17:42.275Z | + cargo --version |
| 67 | 2026-05-11T08:17:42.287Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 68 | 2026-05-11T08:17:42.290Z | + rustc --version |
| 69 | 2026-05-11T08:17:42.309Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 70 | 2026-05-11T08:17:42.313Z | process exited: duration 17427 ms, exit code 0 |
| |
| 71 | 2026-05-11T08:17:42.318Z | starting task 2: "authentication" |
| 72 | 2026-05-11T08:17:42.335Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-11T08:17:42.340Z | starting task 3: "clone repository" |
| 74 | 2026-05-11T08:17:42.343Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-05-11T08:17:42.346Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-05-11T08:17:42.376Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-05-11T08:17:43.193Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-05-11T08:17:43.193Z | + git fetch origin a1bdb07ea675b8f2567bee78c70a37e044765d53 |
| 79 | 2026-05-11T08:17:43.450Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-05-11T08:17:43.450Z | * branch a1bdb07ea675b8f2567bee78c70a37e044765d53 -> FETCH_HEAD |
| 81 | 2026-05-11T08:17:43.455Z | + [[ -n renovate/nix-0.x-lockfile ]] |
| 82 | 2026-05-11T08:17:43.458Z | ++ git branch --show-current |
| 83 | 2026-05-11T08:17:43.458Z | + current=master |
| 84 | 2026-05-11T08:17:43.458Z | + [[ master != renovate/nix-0.x-lockfile ]] |
| 85 | 2026-05-11T08:17:43.458Z | + git branch -f renovate/nix-0.x-lockfile a1bdb07ea675b8f2567bee78c70a37e044765d53 |
| 86 | 2026-05-11T08:17:43.461Z | + git checkout -f renovate/nix-0.x-lockfile |
| 87 | 2026-05-11T08:17:43.477Z | Switched to branch 'renovate/nix-0.x-lockfile' |
| 88 | 2026-05-11T08:17:43.480Z | + git reset --hard a1bdb07ea675b8f2567bee78c70a37e044765d53 |
| 89 | 2026-05-11T08:17:43.493Z | HEAD is now at a1bdb07 Update Rust crate nix to v0.31.3 |
| 90 | 2026-05-11T08:17:43.496Z | process exited: duration 1153 ms, exit code 0 |
| |
| 91 | 2026-05-11T08:17:43.502Z | starting task 4: "build" |
| 92 | 2026-05-11T08:17:43.505Z | + source .github/buildomat/common.sh |
| 93 | 2026-05-11T08:17:43.508Z | ++ rustup show active-toolchain |
| 94 | 2026-05-11T08:17:43.511Z | 1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-05-11T08:17:43.511Z | ++ pushd xde |
| 96 | 2026-05-11T08:17:43.514Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-05-11T08:17:43.514Z | ++ rustup show active-toolchain |
| 98 | 2026-05-11T08:17:43.517Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-05-11T08:17:43.654Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-05-11T08:17:43.659Z | info: downloading 6 components |
| 101 | 2026-05-11T08:17:57.471Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-05-11T08:17:57.548Z | +++ rustup show active-toolchain -v |
| 103 | 2026-05-11T08:17:57.551Z | +++ head -n 1 |
| 104 | 2026-05-11T08:17:57.551Z | +++ cut '-d ' -f1 |
| 105 | 2026-05-11T08:17:57.603Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-05-11T08:17:57.604Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-05-11T08:17:57.604Z | ++ popd |
| 108 | 2026-05-11T08:17:57.607Z | /work/oxidecomputer/opte |
| 109 | 2026-05-11T08:17:57.607Z | + TGT_BASE=/work |
| 110 | 2026-05-11T08:17:57.607Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 111 | 2026-05-11T08:17:57.607Z | + REL_TGT=/work/release |
| 112 | 2026-05-11T08:17:57.607Z | + mkdir -p /work/release |
| 113 | 2026-05-11T08:17:57.607Z | + cargo --version |
| 114 | 2026-05-11T08:17:57.615Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 115 | 2026-05-11T08:17:57.618Z | + rustc --version |
| 116 | 2026-05-11T08:17:57.637Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 117 | 2026-05-11T08:17:57.640Z | + header 'build xde and opteadm (release+debug)' |
| 118 | 2026-05-11T08:17:57.640Z | + echo '# ==== build xde and opteadm (release+debug) ==== #' |
| 119 | 2026-05-11T08:17:57.640Z | # ==== build xde and opteadm (release+debug) ==== # |
| 120 | 2026-05-11T08:17:57.640Z | + ptime -m cargo xtask build --profile all |
| 121 | 2026-05-11T08:17:57.745Z | Updating crates.io index |
| 122 | 2026-05-11T08:17:57.779Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 123 | 2026-05-11T08:17:58.826Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 124 | 2026-05-11T08:17:59.087Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 125 | 2026-05-11T08:17:59.422Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 126 | 2026-05-11T08:17:59.788Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 127 | 2026-05-11T08:18:00.026Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 128 | 2026-05-11T08:18:00.292Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 129 | 2026-05-11T08:18:02.318Z | Downloading crates ... |
| 130 | 2026-05-11T08:18:02.362Z | Downloaded heck v0.5.0 |
| 131 | 2026-05-11T08:18:02.365Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 132 | 2026-05-11T08:18:02.372Z | Downloaded itoa v1.0.18 |
| 133 | 2026-05-11T08:18:02.375Z | Downloaded clap_lex v1.1.0 |
| 134 | 2026-05-11T08:18:02.382Z | Downloaded equivalent v1.0.2 |
| 135 | 2026-05-11T08:18:02.392Z | Downloaded errno v0.3.14 |
| 136 | 2026-05-11T08:18:02.395Z | Downloaded colorchoice v1.0.5 |
| 137 | 2026-05-11T08:18:02.395Z | Downloaded anstyle-query v1.1.5 |
| 138 | 2026-05-11T08:18:02.395Z | Downloaded utf8parse v0.2.2 |
| 139 | 2026-05-11T08:18:02.395Z | Downloaded is_terminal_polyfill v1.70.2 |
| 140 | 2026-05-11T08:18:02.395Z | Downloaded terminal_size v0.4.4 |
| 141 | 2026-05-11T08:18:02.403Z | Downloaded thiserror v2.0.18 |
| 142 | 2026-05-11T08:18:02.408Z | Downloaded thiserror-impl v2.0.18 |
| 143 | 2026-05-11T08:18:02.408Z | Downloaded cargo_metadata v0.23.1 |
| 144 | 2026-05-11T08:18:02.414Z | Downloaded cargo-platform v0.3.3 |
| 145 | 2026-05-11T08:18:02.414Z | Downloaded serde_spanned v1.1.1 |
| 146 | 2026-05-11T08:18:02.417Z | Downloaded strsim v0.11.1 |
| 147 | 2026-05-11T08:18:02.420Z | Downloaded zmij v1.0.21 |
| 148 | 2026-05-11T08:18:02.424Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 149 | 2026-05-11T08:18:02.427Z | Downloaded semver v1.0.28 |
| 150 | 2026-05-11T08:18:02.427Z | Downloaded serde_derive v1.0.228 |
| 151 | 2026-05-11T08:18:02.430Z | Downloaded anstyle v1.0.14 |
| 152 | 2026-05-11T08:18:02.430Z | Downloaded anstream v1.0.0 |
| 153 | 2026-05-11T08:18:02.434Z | Downloaded anstyle-parse v1.0.0 |
| 154 | 2026-05-11T08:18:02.441Z | Downloaded clap v4.6.1 |
| 155 | 2026-05-11T08:18:02.453Z | Downloaded anyhow v1.0.102 |
| 156 | 2026-05-11T08:18:02.456Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 157 | 2026-05-11T08:18:02.456Z | Downloaded quote v1.0.45 |
| 158 | 2026-05-11T08:18:02.461Z | Downloaded bitflags v2.11.1 |
| 159 | 2026-05-11T08:18:02.464Z | Downloaded camino v1.2.2 |
| 160 | 2026-05-11T08:18:02.467Z | Downloaded clap_derive v4.6.1 |
| 161 | 2026-05-11T08:18:02.471Z | Downloaded serde_core v1.0.228 |
| 162 | 2026-05-11T08:18:02.478Z | Downloaded proc-macro2 v1.0.106 |
| 163 | 2026-05-11T08:18:02.481Z | Downloaded unicode-ident v1.0.24 |
| 164 | 2026-05-11T08:18:02.481Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 165 | 2026-05-11T08:18:02.484Z | Downloaded serde v1.0.228 |
| 166 | 2026-05-11T08:18:02.488Z | Downloaded indexmap v2.14.0 |
| 167 | 2026-05-11T08:18:02.490Z | Downloaded serde_json v1.0.149 |
| 168 | 2026-05-11T08:18:02.495Z | Downloaded memchr v2.8.0 |
| 169 | 2026-05-11T08:18:02.508Z | Downloaded hashbrown v0.17.0 |
| 170 | 2026-05-11T08:18:02.531Z | Downloaded winnow v1.0.2 |
| 171 | 2026-05-11T08:18:02.537Z | Downloaded clap_builder v4.6.0 |
| 172 | 2026-05-11T08:18:02.559Z | Downloaded syn v2.0.117 |
| 173 | 2026-05-11T08:18:02.566Z | Downloaded rustix v1.1.4 |
| 174 | 2026-05-11T08:18:02.593Z | Downloaded libc v0.2.186 |
| 175 | 2026-05-11T08:18:02.640Z | Compiling proc-macro2 v1.0.106 |
| 176 | 2026-05-11T08:18:02.640Z | Compiling serde_core v1.0.228 |
| 177 | 2026-05-11T08:18:02.640Z | Compiling quote v1.0.45 |
| 178 | 2026-05-11T08:18:02.640Z | Compiling unicode-ident v1.0.24 |
| 179 | 2026-05-11T08:18:02.643Z | Compiling libc v0.2.186 |
| 180 | 2026-05-11T08:18:02.643Z | Compiling rustix v1.1.4 |
| 181 | 2026-05-11T08:18:02.643Z | Compiling bitflags v2.11.1 |
| 182 | 2026-05-11T08:18:02.643Z | Compiling utf8parse v0.2.2 |
| 183 | 2026-05-11T08:18:02.817Z | Compiling zmij v1.0.21 |
| 184 | 2026-05-11T08:18:02.832Z | Compiling anstyle-parse v1.0.0 |
| 185 | 2026-05-11T08:18:03.054Z | Compiling serde v1.0.228 |
| 186 | 2026-05-11T08:18:03.072Z | Compiling thiserror v2.0.18 |
| 187 | 2026-05-11T08:18:03.118Z | Compiling colorchoice v1.0.5 |
| 188 | 2026-05-11T08:18:03.160Z | Compiling anstyle-query v1.1.5 |
| 189 | 2026-05-11T08:18:03.228Z | Compiling serde_json v1.0.149 |
| 190 | 2026-05-11T08:18:03.232Z | Compiling is_terminal_polyfill v1.70.2 |
| 191 | 2026-05-11T08:18:03.260Z | Compiling anstyle v1.0.14 |
| 192 | 2026-05-11T08:18:03.323Z | Compiling camino v1.2.2 |
| 193 | 2026-05-11T08:18:03.395Z | Compiling errno v0.3.14 |
| 194 | 2026-05-11T08:18:03.456Z | Compiling anstream v1.0.0 |
| 195 | 2026-05-11T08:18:03.562Z | Compiling memchr v2.8.0 |
| 196 | 2026-05-11T08:18:03.659Z | Compiling itoa v1.0.18 |
| 197 | 2026-05-11T08:18:03.667Z | Compiling anyhow v1.0.102 |
| 198 | 2026-05-11T08:18:03.907Z | Compiling syn v2.0.117 |
| 199 | 2026-05-11T08:18:03.921Z | Compiling strsim v0.11.1 |
| 200 | 2026-05-11T08:18:03.966Z | Compiling terminal_size v0.4.4 |
| 201 | 2026-05-11T08:18:03.971Z | Compiling clap_lex v1.1.0 |
| 202 | 2026-05-11T08:18:03.984Z | Compiling heck v0.5.0 |
| 203 | 2026-05-11T08:18:04.114Z | Compiling winnow v1.0.2 |
| 204 | 2026-05-11T08:18:04.177Z | Compiling clap_builder v4.6.0 |
| 205 | 2026-05-11T08:18:04.531Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 206 | 2026-05-11T08:18:04.557Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 207 | 2026-05-11T08:18:04.804Z | Compiling cargo-platform v0.3.3 |
| 208 | 2026-05-11T08:18:04.856Z | Compiling semver v1.0.28 |
| 209 | 2026-05-11T08:18:05.427Z | Compiling serde_spanned v1.1.1 |
| 210 | 2026-05-11T08:18:05.585Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 211 | 2026-05-11T08:18:05.827Z | Compiling toml v1.1.2+spec-1.1.0 |
| 212 | 2026-05-11T08:18:06.190Z | Compiling serde_derive v1.0.228 |
| 213 | 2026-05-11T08:18:06.198Z | Compiling thiserror-impl v2.0.18 |
| 214 | 2026-05-11T08:18:06.204Z | Compiling clap_derive v4.6.1 |
| 215 | 2026-05-11T08:18:07.834Z | Compiling clap v4.6.1 |
| 216 | 2026-05-11T08:18:09.026Z | Compiling cargo_metadata v0.23.1 |
| 217 | 2026-05-11T08:18:11.593Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 218 | 2026-05-11T08:18:13.138Z | Finished `dev` profile [optimized + debuginfo] target(s) in 15.49s |
| 219 | 2026-05-11T08:18:13.233Z | Running `target/debug/xtask build --profile all` |
| 220 | 2026-05-11T08:18:14.659Z | Building opteadm (release). |
| 221 | 2026-05-11T08:18:14.753Z | Compiling proc-macro2 v1.0.106 |
| 222 | 2026-05-11T08:18:14.753Z | Compiling unicode-ident v1.0.24 |
| 223 | 2026-05-11T08:18:14.753Z | Compiling quote v1.0.45 |
| 224 | 2026-05-11T08:18:14.753Z | Compiling serde_core v1.0.228 |
| 225 | 2026-05-11T08:18:14.753Z | Compiling libc v0.2.186 |
| 226 | 2026-05-11T08:18:14.756Z | Compiling cfg-if v1.0.4 |
| 227 | 2026-05-11T08:18:14.756Z | Compiling thiserror v2.0.18 |
| 228 | 2026-05-11T08:18:14.756Z | Compiling fnv v1.0.7 |
| 229 | 2026-05-11T08:18:14.825Z | Compiling ident_case v1.0.1 |
| 230 | 2026-05-11T08:18:14.848Z | Compiling strsim v0.11.1 |
| 231 | 2026-05-11T08:18:14.868Z | Compiling memchr v2.8.0 |
| 232 | 2026-05-11T08:18:14.923Z | Compiling regex-syntax v0.8.10 |
| 233 | 2026-05-11T08:18:15.121Z | Compiling equivalent v1.0.2 |
| 234 | 2026-05-11T08:18:15.133Z | Compiling anyhow v1.0.102 |
| 235 | 2026-05-11T08:18:15.190Z | Compiling zerocopy v0.8.48 |
| 236 | 2026-05-11T08:18:15.276Z | Compiling either v1.15.0 |
| 237 | 2026-05-11T08:18:15.448Z | Compiling aho-corasick v1.1.4 |
| 238 | 2026-05-11T08:18:15.467Z | Compiling hashbrown v0.17.0 |
| 239 | 2026-05-11T08:18:15.489Z | Compiling serde v1.0.228 |
| 240 | 2026-05-11T08:18:15.533Z | Compiling winnow v1.0.2 |
| 241 | 2026-05-11T08:18:15.590Z | Compiling itertools v0.14.0 |
| 242 | 2026-05-11T08:18:15.957Z | Compiling syn v2.0.117 |
| 243 | 2026-05-11T08:18:15.990Z | Compiling indexmap v2.14.0 |
| 244 | 2026-05-11T08:18:16.055Z | Compiling heapless v0.8.0 |
| 245 | 2026-05-11T08:18:16.336Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 246 | 2026-05-11T08:18:16.549Z | Compiling regex-automata v0.4.14 |
| 247 | 2026-05-11T08:18:16.553Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 248 | 2026-05-11T08:18:16.615Z | Compiling byteorder v1.5.0 |
| 249 | 2026-05-11T08:18:16.799Z | Compiling hash32 v0.3.1 |
| 250 | 2026-05-11T08:18:16.839Z | Compiling stable_deref_trait v1.2.1 |
| 251 | 2026-05-11T08:18:16.906Z | Compiling bitflags v2.11.1 |
| 252 | 2026-05-11T08:18:16.928Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 253 | 2026-05-11T08:18:16.964Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 254 | 2026-05-11T08:18:17.034Z | Compiling syn v1.0.109 |
| 255 | 2026-05-11T08:18:17.065Z | Compiling smoltcp v0.11.0 |
| 256 | 2026-05-11T08:18:17.114Z | Compiling macaddr v1.0.1 |
| 257 | 2026-05-11T08:18:17.180Z | Compiling rustversion v1.0.22 |
| 258 | 2026-05-11T08:18:17.309Z | Compiling version_check v0.9.5 |
| 259 | 2026-05-11T08:18:17.349Z | Compiling getrandom v0.4.2 |
| 260 | 2026-05-11T08:18:17.387Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 261 | 2026-05-11T08:18:17.535Z | Compiling proc-macro-crate v3.5.0 |
| 262 | 2026-05-11T08:18:17.560Z | Compiling managed v0.8.0 |
| 263 | 2026-05-11T08:18:17.583Z | Compiling bitflags v1.3.2 |
| 264 | 2026-05-11T08:18:17.586Z | Compiling rand_core v0.10.1 |
| 265 | 2026-05-11T08:18:17.643Z | Compiling ref-cast v1.0.25 |
| 266 | 2026-05-11T08:18:17.680Z | Compiling rustix v1.1.4 |
| 267 | 2026-05-11T08:18:17.740Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 268 | 2026-05-11T08:18:17.941Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 269 | 2026-05-11T08:18:17.960Z | Compiling errno v0.3.14 |
| 270 | 2026-05-11T08:18:18.095Z | Compiling unicode-width v0.2.2 |
| 271 | 2026-05-11T08:18:18.201Z | Compiling regex v1.12.3 |
| 272 | 2026-05-11T08:18:18.305Z | Compiling once_cell v1.21.4 |
| 273 | 2026-05-11T08:18:18.320Z | Compiling utf8parse v0.2.2 |
| 274 | 2026-05-11T08:18:18.374Z | Compiling foreign-types-shared v0.3.1 |
| 275 | 2026-05-11T08:18:18.414Z | Compiling cpufeatures v0.3.0 |
| 276 | 2026-05-11T08:18:18.472Z | Compiling ipnetwork v0.21.1 |
| 277 | 2026-05-11T08:18:18.520Z | Compiling darling_core v0.21.3 |
| 278 | 2026-05-11T08:18:18.587Z | Compiling tracing-core v0.1.36 |
| 279 | 2026-05-11T08:18:18.830Z | Compiling chacha20 v0.10.0 |
| 280 | 2026-05-11T08:18:19.057Z | Compiling cstr-argument v0.1.2 |
| 281 | 2026-05-11T08:18:19.094Z | Compiling anstyle-parse v1.0.0 |
| 282 | 2026-05-11T08:18:19.191Z | Compiling tabwriter v1.4.1 |
| 283 | 2026-05-11T08:18:19.583Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 284 | 2026-05-11T08:18:19.692Z | Compiling thiserror-impl v2.0.18 |
| 285 | 2026-05-11T08:18:19.700Z | Compiling zerocopy-derive v0.8.48 |
| 286 | 2026-05-11T08:18:19.703Z | Compiling serde_derive v1.0.228 |
| 287 | 2026-05-11T08:18:19.792Z | Compiling ref-cast-impl v1.0.25 |
| 288 | 2026-05-11T08:18:19.966Z | Compiling num_enum_derive v0.7.6 |
| 289 | 2026-05-11T08:18:20.396Z | Compiling foreign-types-macros v0.2.3 |
| 290 | 2026-05-11T08:18:20.587Z | Compiling tracing-attributes v0.1.31 |
| 291 | 2026-05-11T08:18:20.639Z | Compiling darling_macro v0.21.3 |
| 292 | 2026-05-11T08:18:20.954Z | Compiling num_enum v0.7.6 |
| 293 | 2026-05-11T08:18:20.995Z | Compiling cobs v0.3.0 |
| 294 | 2026-05-11T08:18:21.000Z | Compiling foreign-types v0.5.0 |
| 295 | 2026-05-11T08:18:21.058Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 296 | 2026-05-11T08:18:21.058Z | Compiling pretty-hex v0.4.2 |
| 297 | 2026-05-11T08:18:21.172Z | Compiling darling v0.21.3 |
| 298 | 2026-05-11T08:18:21.179Z | Compiling anstyle-query v1.1.5 |
| 299 | 2026-05-11T08:18:21.200Z | Compiling anstyle v1.0.14 |
| 300 | 2026-05-11T08:18:21.237Z | Compiling ingot-macros v0.1.1 |
| 301 | 2026-05-11T08:18:21.258Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 302 | 2026-05-11T08:18:21.263Z | Compiling colorchoice v1.0.5 |
| 303 | 2026-05-11T08:18:21.360Z | Compiling dyn-clone v1.0.20 |
| 304 | 2026-05-11T08:18:21.437Z | Compiling is_terminal_polyfill v1.70.2 |
| 305 | 2026-05-11T08:18:21.503Z | Compiling pin-project-lite v0.2.17 |
| 306 | 2026-05-11T08:18:21.515Z | Compiling anstream v1.0.0 |
| 307 | 2026-05-11T08:18:21.521Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 308 | 2026-05-11T08:18:21.586Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 309 | 2026-05-11T08:18:21.723Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 310 | 2026-05-11T08:18:21.787Z | Compiling tracing v0.1.44 |
| 311 | 2026-05-11T08:18:21.914Z | Compiling terminal_size v0.4.4 |
| 312 | 2026-05-11T08:18:21.923Z | Compiling rand v0.10.1 |
| 313 | 2026-05-11T08:18:22.043Z | Compiling uuid v1.23.1 |
| 314 | 2026-05-11T08:18:22.098Z | Compiling socket2 v0.6.3 |
| 315 | 2026-05-11T08:18:22.239Z | Compiling colored v3.1.1 |
| 316 | 2026-05-11T08:18:22.420Z | Compiling heck v0.5.0 |
| 317 | 2026-05-11T08:18:22.642Z | Compiling oxnet v0.1.5 |
| 318 | 2026-05-11T08:18:22.695Z | Compiling clap_lex v1.1.0 |
| 319 | 2026-05-11T08:18:22.756Z | Compiling clap_derive v4.6.1 |
| 320 | 2026-05-11T08:18:22.776Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 321 | 2026-05-11T08:18:22.922Z | Compiling postcard v1.1.3 |
| 322 | 2026-05-11T08:18:22.979Z | Compiling clap_builder v4.6.0 |
| 323 | 2026-05-11T08:18:24.028Z | Compiling ingot-types v0.1.2 |
| 324 | 2026-05-11T08:18:24.347Z | Compiling ingot v0.1.1 |
| 325 | 2026-05-11T08:18:24.697Z | Compiling clap v4.6.1 |
| 326 | 2026-05-11T08:18:26.078Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 327 | 2026-05-11T08:18:27.066Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 328 | 2026-05-11T08:18:28.077Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 329 | 2026-05-11T08:18:34.629Z | Finished `release` profile [optimized + debuginfo] target(s) in 19.96s |
| 330 | 2026-05-11T08:18:34.656Z | Building xde (release-lto). |
| 331 | 2026-05-11T08:18:34.904Z | Updating crates.io index |
| 332 | 2026-05-11T08:18:34.996Z | Downloading crates ... |
| 333 | 2026-05-11T08:18:35.048Z | Downloaded rustc-demangle v0.1.27 |
| 334 | 2026-05-11T08:18:35.058Z | Downloaded getopts v0.2.24 |
| 335 | 2026-05-11T08:18:35.062Z | Downloaded addr2line v0.25.1 |
| 336 | 2026-05-11T08:18:35.062Z | Downloaded rustc-literal-escaper v0.0.7 |
| 337 | 2026-05-11T08:18:35.064Z | Downloaded adler2 v2.0.1 |
| 338 | 2026-05-11T08:18:35.073Z | Downloaded foldhash v0.2.0 |
| 339 | 2026-05-11T08:18:35.080Z | Downloaded miniz_oxide v0.8.9 |
| 340 | 2026-05-11T08:18:35.090Z | Downloaded memchr v2.7.6 |
| 341 | 2026-05-11T08:18:35.104Z | Downloaded hashbrown v0.16.1 |
| 342 | 2026-05-11T08:18:35.138Z | Downloaded gimli v0.32.3 |
| 343 | 2026-05-11T08:18:35.142Z | Downloaded object v0.37.3 |
| 344 | 2026-05-11T08:18:35.175Z | Downloaded libc v0.2.183 |
| 345 | 2026-05-11T08:18:35.234Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 346 | 2026-05-11T08:18:35.237Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 347 | 2026-05-11T08:18:35.237Z | Compiling proc-macro2 v1.0.106 |
| 348 | 2026-05-11T08:18:35.237Z | Compiling quote v1.0.45 |
| 349 | 2026-05-11T08:18:35.237Z | Compiling unicode-ident v1.0.24 |
| 350 | 2026-05-11T08:18:35.237Z | Compiling strsim v0.11.1 |
| 351 | 2026-05-11T08:18:35.237Z | Compiling ident_case v1.0.1 |
| 352 | 2026-05-11T08:18:35.237Z | Compiling serde_core v1.0.228 |
| 353 | 2026-05-11T08:18:35.399Z | Compiling fnv v1.0.7 |
| 354 | 2026-05-11T08:18:35.403Z | Compiling memchr v2.8.0 |
| 355 | 2026-05-11T08:18:35.490Z | Compiling regex-syntax v0.8.10 |
| 356 | 2026-05-11T08:18:35.650Z | Compiling serde v1.0.228 |
| 357 | 2026-05-11T08:18:35.653Z | Compiling thiserror v2.0.18 |
| 358 | 2026-05-11T08:18:35.664Z | Compiling zerocopy v0.8.48 |
| 359 | 2026-05-11T08:18:35.784Z | Compiling aho-corasick v1.1.4 |
| 360 | 2026-05-11T08:18:36.017Z | Compiling either v1.15.0 |
| 361 | 2026-05-11T08:18:36.076Z | Compiling heapless v0.8.0 |
| 362 | 2026-05-11T08:18:36.205Z | Compiling itertools v0.14.0 |
| 363 | 2026-05-11T08:18:36.245Z | Compiling smoltcp v0.11.0 |
| 364 | 2026-05-11T08:18:36.424Z | Compiling syn v2.0.117 |
| 365 | 2026-05-11T08:18:36.463Z | Compiling ref-cast v1.0.25 |
| 366 | 2026-05-11T08:18:36.539Z | Compiling crc32fast v1.5.0 |
| 367 | 2026-05-11T08:18:36.669Z | Compiling version_check v0.9.5 |
| 368 | 2026-05-11T08:18:36.902Z | Compiling regex-automata v0.4.14 |
| 369 | 2026-05-11T08:18:37.021Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 370 | 2026-05-11T08:18:38.433Z | Compiling regex v1.12.3 |
| 371 | 2026-05-11T08:18:38.652Z | Compiling darling_core v0.21.3 |
| 372 | 2026-05-11T08:18:38.723Z | Compiling darling_core v0.23.0 |
| 373 | 2026-05-11T08:18:39.508Z | Compiling serde_derive v1.0.228 |
| 374 | 2026-05-11T08:18:39.508Z | Compiling thiserror-impl v2.0.18 |
| 375 | 2026-05-11T08:18:39.511Z | Compiling zerocopy-derive v0.8.48 |
| 376 | 2026-05-11T08:18:39.511Z | Compiling ref-cast-impl v1.0.25 |
| 377 | 2026-05-11T08:18:39.511Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 378 | 2026-05-11T08:18:41.251Z | Compiling darling_macro v0.23.0 |
| 379 | 2026-05-11T08:18:41.262Z | Compiling darling_macro v0.21.3 |
| 380 | 2026-05-11T08:18:42.139Z | Compiling darling v0.23.0 |
| 381 | 2026-05-11T08:18:42.157Z | Compiling darling v0.21.3 |
| 382 | 2026-05-11T08:18:42.200Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 383 | 2026-05-11T08:18:42.215Z | Compiling ingot-macros v0.1.1 |
| 384 | 2026-05-11T08:18:47.204Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 385 | 2026-05-11T08:18:49.247Z | Compiling byteorder v1.5.0 |
| 386 | 2026-05-11T08:18:49.247Z | Compiling cfg-if v1.0.4 |
| 387 | 2026-05-11T08:18:49.247Z | Compiling macaddr v1.0.1 |
| 388 | 2026-05-11T08:18:49.250Z | Compiling stable_deref_trait v1.2.1 |
| 389 | 2026-05-11T08:18:49.312Z | Compiling cobs v0.3.0 |
| 390 | 2026-05-11T08:18:49.312Z | Compiling bitflags v1.3.2 |
| 391 | 2026-05-11T08:18:49.344Z | Compiling managed v0.8.0 |
| 392 | 2026-05-11T08:18:49.432Z | Compiling hash32 v0.3.1 |
| 393 | 2026-05-11T08:18:49.580Z | Compiling dyn-clone v1.0.20 |
| 394 | 2026-05-11T08:18:49.601Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 395 | 2026-05-11T08:18:50.848Z | Compiling bitflags v2.11.1 |
| 396 | 2026-05-11T08:18:50.848Z | Compiling uuid v1.23.1 |
| 397 | 2026-05-11T08:18:50.985Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 398 | 2026-05-11T08:18:51.277Z | Compiling postcard v1.1.3 |
| 399 | 2026-05-11T08:18:52.074Z | Compiling ingot-types v0.1.2 |
| 400 | 2026-05-11T08:18:52.380Z | Compiling ingot v0.1.1 |
| 401 | 2026-05-11T08:18:53.874Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 402 | 2026-05-11T08:18:57.517Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 403 | 2026-05-11T08:19:06.226Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 404 | 2026-05-11T08:19:34.247Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 59.56s |
| 405 | 2026-05-11T08:19:34.271Z | Linking xde kmod... |
| 406 | 2026-05-11T08:19:34.822Z | Building xde dev link helper (release). |
| 407 | 2026-05-11T08:19:34.979Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 408 | 2026-05-11T08:19:34.979Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 409 | 2026-05-11T08:19:34.979Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 410 | 2026-05-11T08:19:45.884Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 411 | 2026-05-11T08:19:48.194Z | Finished `release` profile [optimized + debuginfo] target(s) in 13.34s |
| 412 | 2026-05-11T08:19:48.214Z | Building opteadm (dev). |
| 413 | 2026-05-11T08:19:48.366Z | Compiling serde_core v1.0.228 |
| 414 | 2026-05-11T08:19:48.366Z | Compiling libc v0.2.186 |
| 415 | 2026-05-11T08:19:48.366Z | Compiling cfg-if v1.0.4 |
| 416 | 2026-05-11T08:19:48.366Z | Compiling ident_case v1.0.1 |
| 417 | 2026-05-11T08:19:48.369Z | Compiling strsim v0.11.1 |
| 418 | 2026-05-11T08:19:48.369Z | Compiling fnv v1.0.7 |
| 419 | 2026-05-11T08:19:48.369Z | Compiling memchr v2.8.0 |
| 420 | 2026-05-11T08:19:48.370Z | Compiling syn v2.0.117 |
| 421 | 2026-05-11T08:19:48.439Z | Compiling regex-syntax v0.8.10 |
| 422 | 2026-05-11T08:19:48.462Z | Compiling serde v1.0.228 |
| 423 | 2026-05-11T08:19:48.484Z | Compiling hashbrown v0.17.0 |
| 424 | 2026-05-11T08:19:48.660Z | Compiling equivalent v1.0.2 |
| 425 | 2026-05-11T08:19:48.731Z | Compiling winnow v1.0.2 |
| 426 | 2026-05-11T08:19:48.754Z | Compiling zerocopy v0.8.48 |
| 427 | 2026-05-11T08:19:48.937Z | Compiling aho-corasick v1.1.4 |
| 428 | 2026-05-11T08:19:49.010Z | Compiling either v1.15.0 |
| 429 | 2026-05-11T08:19:49.110Z | Compiling indexmap v2.14.0 |
| 430 | 2026-05-11T08:19:49.182Z | Compiling itertools v0.14.0 |
| 431 | 2026-05-11T08:19:49.195Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 432 | 2026-05-11T08:19:49.400Z | Compiling byteorder v1.5.0 |
| 433 | 2026-05-11T08:19:49.577Z | Compiling heapless v0.8.0 |
| 434 | 2026-05-11T08:19:49.694Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 435 | 2026-05-11T08:19:49.735Z | Compiling hash32 v0.3.1 |
| 436 | 2026-05-11T08:19:49.856Z | Compiling regex-automata v0.4.14 |
| 437 | 2026-05-11T08:19:50.073Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 438 | 2026-05-11T08:19:50.269Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 439 | 2026-05-11T08:19:50.363Z | Compiling bitflags v2.11.1 |
| 440 | 2026-05-11T08:19:50.384Z | Compiling syn v1.0.109 |
| 441 | 2026-05-11T08:19:50.490Z | Compiling smoltcp v0.11.0 |
| 442 | 2026-05-11T08:19:50.494Z | Compiling stable_deref_trait v1.2.1 |
| 443 | 2026-05-11T08:19:50.560Z | Compiling rustversion v1.0.22 |
| 444 | 2026-05-11T08:19:50.580Z | Compiling macaddr v1.0.1 |
| 445 | 2026-05-11T08:19:50.722Z | Compiling proc-macro-crate v3.5.0 |
| 446 | 2026-05-11T08:19:50.827Z | Compiling bitflags v1.3.2 |
| 447 | 2026-05-11T08:19:50.832Z | Compiling rand_core v0.10.1 |
| 448 | 2026-05-11T08:19:50.890Z | Compiling darling_core v0.21.3 |
| 449 | 2026-05-11T08:19:50.932Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 450 | 2026-05-11T08:19:50.979Z | Compiling managed v0.8.0 |
| 451 | 2026-05-11T08:19:50.982Z | Compiling getrandom v0.4.2 |
| 452 | 2026-05-11T08:19:51.131Z | Compiling ref-cast v1.0.25 |
| 453 | 2026-05-11T08:19:51.147Z | Compiling version_check v0.9.5 |
| 454 | 2026-05-11T08:19:51.408Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 455 | 2026-05-11T08:19:51.461Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 456 | 2026-05-11T08:19:51.629Z | Compiling regex v1.12.3 |
| 457 | 2026-05-11T08:19:51.770Z | Compiling errno v0.3.14 |
| 458 | 2026-05-11T08:19:51.944Z | Compiling once_cell v1.21.4 |
| 459 | 2026-05-11T08:19:52.027Z | Compiling foreign-types-shared v0.3.1 |
| 460 | 2026-05-11T08:19:52.068Z | Compiling unicode-width v0.2.2 |
| 461 | 2026-05-11T08:19:52.115Z | Compiling thiserror-impl v2.0.18 |
| 462 | 2026-05-11T08:19:52.180Z | Compiling serde_derive v1.0.228 |
| 463 | 2026-05-11T08:19:52.367Z | Compiling zerocopy-derive v0.8.48 |
| 464 | 2026-05-11T08:19:52.442Z | Compiling num_enum_derive v0.7.6 |
| 465 | 2026-05-11T08:19:52.985Z | Compiling darling_macro v0.21.3 |
| 466 | 2026-05-11T08:19:53.289Z | Compiling ref-cast-impl v1.0.25 |
| 467 | 2026-05-11T08:19:53.297Z | Compiling thiserror v2.0.18 |
| 468 | 2026-05-11T08:19:53.395Z | Compiling cobs v0.3.0 |
| 469 | 2026-05-11T08:19:53.432Z | Compiling foreign-types-macros v0.2.3 |
| 470 | 2026-05-11T08:19:53.518Z | Compiling darling v0.21.3 |
| 471 | 2026-05-11T08:19:53.593Z | Compiling ingot-macros v0.1.1 |
| 472 | 2026-05-11T08:19:53.675Z | Compiling ipnetwork v0.21.1 |
| 473 | 2026-05-11T08:19:53.875Z | Compiling cpufeatures v0.3.0 |
| 474 | 2026-05-11T08:19:53.943Z | Compiling chacha20 v0.10.0 |
| 475 | 2026-05-11T08:19:54.044Z | Compiling foreign-types v0.5.0 |
| 476 | 2026-05-11T08:19:54.212Z | Compiling num_enum v0.7.6 |
| 477 | 2026-05-11T08:19:54.215Z | Compiling cstr-argument v0.1.2 |
| 478 | 2026-05-11T08:19:54.297Z | Compiling tabwriter v1.4.1 |
| 479 | 2026-05-11T08:19:54.322Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 480 | 2026-05-11T08:19:54.379Z | Compiling tracing-attributes v0.1.31 |
| 481 | 2026-05-11T08:19:54.587Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 482 | 2026-05-11T08:19:54.720Z | Compiling tracing-core v0.1.36 |
| 483 | 2026-05-11T08:19:54.877Z | Compiling rustix v1.1.4 |
| 484 | 2026-05-11T08:19:55.476Z | Compiling postcard v1.1.3 |
| 485 | 2026-05-11T08:19:55.573Z | Compiling anyhow v1.0.102 |
| 486 | 2026-05-11T08:19:55.646Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 487 | 2026-05-11T08:19:55.674Z | Compiling pretty-hex v0.4.2 |
| 488 | 2026-05-11T08:19:55.779Z | Compiling pin-project-lite v0.2.17 |
| 489 | 2026-05-11T08:19:55.806Z | Compiling dyn-clone v1.0.20 |
| 490 | 2026-05-11T08:19:55.859Z | Compiling tracing v0.1.44 |
| 491 | 2026-05-11T08:19:55.868Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 492 | 2026-05-11T08:19:55.970Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 493 | 2026-05-11T08:19:56.086Z | Compiling rand v0.10.1 |
| 494 | 2026-05-11T08:19:56.092Z | Compiling terminal_size v0.4.4 |
| 495 | 2026-05-11T08:19:56.139Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 496 | 2026-05-11T08:19:56.169Z | Compiling uuid v1.23.1 |
| 497 | 2026-05-11T08:19:56.235Z | Compiling socket2 v0.6.3 |
| 498 | 2026-05-11T08:19:56.239Z | Compiling colored v3.1.1 |
| 499 | 2026-05-11T08:19:56.306Z | Compiling oxnet v0.1.5 |
| 500 | 2026-05-11T08:19:56.473Z | Compiling clap_derive v4.6.1 |
| 501 | 2026-05-11T08:19:56.752Z | Compiling ingot-types v0.1.2 |
| 502 | 2026-05-11T08:19:56.805Z | Compiling clap_builder v4.6.0 |
| 503 | 2026-05-11T08:19:56.850Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 504 | 2026-05-11T08:19:57.125Z | Compiling ingot v0.1.1 |
| 505 | 2026-05-11T08:19:58.590Z | Compiling clap v4.6.1 |
| 506 | 2026-05-11T08:19:58.732Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 507 | 2026-05-11T08:20:01.196Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 508 | 2026-05-11T08:20:02.338Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 509 | 2026-05-11T08:20:06.699Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.48s |
| 510 | 2026-05-11T08:20:06.726Z | Building xde (dev). |
| 511 | 2026-05-11T08:20:06.956Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 512 | 2026-05-11T08:20:06.956Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 513 | 2026-05-11T08:20:06.956Z | Compiling proc-macro2 v1.0.106 |
| 514 | 2026-05-11T08:20:06.956Z | Compiling quote v1.0.45 |
| 515 | 2026-05-11T08:20:06.959Z | Compiling unicode-ident v1.0.24 |
| 516 | 2026-05-11T08:20:06.959Z | Compiling ident_case v1.0.1 |
| 517 | 2026-05-11T08:20:06.959Z | Compiling strsim v0.11.1 |
| 518 | 2026-05-11T08:20:06.960Z | Compiling serde_core v1.0.228 |
| 519 | 2026-05-11T08:20:07.072Z | Compiling memchr v2.8.0 |
| 520 | 2026-05-11T08:20:07.081Z | Compiling fnv v1.0.7 |
| 521 | 2026-05-11T08:20:07.163Z | Compiling regex-syntax v0.8.10 |
| 522 | 2026-05-11T08:20:07.331Z | Compiling zerocopy v0.8.48 |
| 523 | 2026-05-11T08:20:07.339Z | Compiling serde v1.0.228 |
| 524 | 2026-05-11T08:20:07.352Z | Compiling either v1.15.0 |
| 525 | 2026-05-11T08:20:07.461Z | Compiling thiserror v2.0.18 |
| 526 | 2026-05-11T08:20:07.535Z | Compiling aho-corasick v1.1.4 |
| 527 | 2026-05-11T08:20:07.733Z | Compiling itertools v0.14.0 |
| 528 | 2026-05-11T08:20:07.746Z | Compiling heapless v0.8.0 |
| 529 | 2026-05-11T08:20:08.027Z | Compiling syn v2.0.117 |
| 530 | 2026-05-11T08:20:08.137Z | Compiling smoltcp v0.11.0 |
| 531 | 2026-05-11T08:20:08.145Z | Compiling crc32fast v1.5.0 |
| 532 | 2026-05-11T08:20:08.218Z | Compiling version_check v0.9.5 |
| 533 | 2026-05-11T08:20:08.475Z | Compiling ref-cast v1.0.25 |
| 534 | 2026-05-11T08:20:08.567Z | Compiling regex-automata v0.4.14 |
| 535 | 2026-05-11T08:20:08.580Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 536 | 2026-05-11T08:20:10.109Z | Compiling regex v1.12.3 |
| 537 | 2026-05-11T08:20:10.290Z | Compiling darling_core v0.21.3 |
| 538 | 2026-05-11T08:20:10.290Z | Compiling darling_core v0.23.0 |
| 539 | 2026-05-11T08:20:11.284Z | Compiling serde_derive v1.0.228 |
| 540 | 2026-05-11T08:20:11.284Z | Compiling thiserror-impl v2.0.18 |
| 541 | 2026-05-11T08:20:11.284Z | Compiling zerocopy-derive v0.8.48 |
| 542 | 2026-05-11T08:20:11.287Z | Compiling ref-cast-impl v1.0.25 |
| 543 | 2026-05-11T08:20:11.287Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 544 | 2026-05-11T08:20:12.858Z | Compiling darling_macro v0.23.0 |
| 545 | 2026-05-11T08:20:12.995Z | Compiling darling_macro v0.21.3 |
| 546 | 2026-05-11T08:20:13.791Z | Compiling darling v0.23.0 |
| 547 | 2026-05-11T08:20:13.856Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 548 | 2026-05-11T08:20:13.897Z | Compiling darling v0.21.3 |
| 549 | 2026-05-11T08:20:13.963Z | Compiling ingot-macros v0.1.1 |
| 550 | 2026-05-11T08:20:18.321Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 551 | 2026-05-11T08:20:20.027Z | Compiling byteorder v1.5.0 |
| 552 | 2026-05-11T08:20:20.027Z | Compiling cfg-if v1.0.4 |
| 553 | 2026-05-11T08:20:20.027Z | Compiling stable_deref_trait v1.2.1 |
| 554 | 2026-05-11T08:20:20.027Z | Compiling macaddr v1.0.1 |
| 555 | 2026-05-11T08:20:20.094Z | Compiling cobs v0.3.0 |
| 556 | 2026-05-11T08:20:20.099Z | Compiling managed v0.8.0 |
| 557 | 2026-05-11T08:20:20.131Z | Compiling bitflags v1.3.2 |
| 558 | 2026-05-11T08:20:20.200Z | Compiling hash32 v0.3.1 |
| 559 | 2026-05-11T08:20:20.392Z | Compiling dyn-clone v1.0.20 |
| 560 | 2026-05-11T08:20:20.451Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 561 | 2026-05-11T08:20:21.570Z | Compiling bitflags v2.11.1 |
| 562 | 2026-05-11T08:20:21.570Z | Compiling uuid v1.23.1 |
| 563 | 2026-05-11T08:20:21.700Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 564 | 2026-05-11T08:20:21.979Z | Compiling postcard v1.1.3 |
| 565 | 2026-05-11T08:20:22.772Z | Compiling ingot-types v0.1.2 |
| 566 | 2026-05-11T08:20:23.049Z | Compiling ingot v0.1.1 |
| 567 | 2026-05-11T08:20:24.436Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 568 | 2026-05-11T08:20:28.652Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 569 | 2026-05-11T08:20:38.952Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 570 | 2026-05-11T08:20:47.135Z | Finished `dev` profile [optimized + debuginfo] target(s) in 40.38s |
| 571 | 2026-05-11T08:20:47.157Z | Linking xde kmod... |
| 572 | 2026-05-11T08:20:48.300Z | Building xde dev link helper (dev). |
| 573 | 2026-05-11T08:20:48.459Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 574 | 2026-05-11T08:20:48.459Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 575 | 2026-05-11T08:20:48.459Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 576 | 2026-05-11T08:20:58.804Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 577 | 2026-05-11T08:21:00.988Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.65s |
| 578 | 2026-05-11T08:21:01.010Z | |
| 579 | 2026-05-11T08:21:01.013Z | real 3:03.365452333 |
| 580 | 2026-05-11T08:21:01.013Z | user 8:54.879143615 |
| 581 | 2026-05-11T08:21:01.014Z | sys 57.275361642 |
| 582 | 2026-05-11T08:21:01.014Z | trap 0.242698685 |
| 583 | 2026-05-11T08:21:01.014Z | tflt 0.900773874 |
| 584 | 2026-05-11T08:21:01.014Z | dflt 1.467082346 |
| 585 | 2026-05-11T08:21:01.014Z | kflt 0.003841745 |
| 586 | 2026-05-11T08:21:01.014Z | lock 30:01.914503004 |
| 587 | 2026-05-11T08:21:01.014Z | slp 20:40.717887501 |
| 588 | 2026-05-11T08:21:01.014Z | lat 21.610841618 |
| 589 | 2026-05-11T08:21:01.014Z | stop 31.460073940 |
| 590 | 2026-05-11T08:21:01.014Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 591 | 2026-05-11T08:21:01.014Z | + grep GOTPCREL |
| 592 | 2026-05-11T08:21:01.918Z | + header 'package opte' |
| 593 | 2026-05-11T08:21:01.921Z | + echo '# ==== package opte ==== #' |
| 594 | 2026-05-11T08:21:01.921Z | # ==== package opte ==== # |
| 595 | 2026-05-11T08:21:01.921Z | + cargo xtask package --skip-build --profile all |
| 596 | 2026-05-11T08:21:02.058Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s |
| 597 | 2026-05-11T08:21:02.062Z | Running `target/debug/xtask package --skip-build --profile all` |
| 598 | 2026-05-11T08:21:02.270Z | + ./clean.sh |
| 599 | 2026-05-11T08:21:02.277Z | + mkdir -p proto/kernel/drv/amd64 |
| 600 | 2026-05-11T08:21:02.280Z | + mkdir -p proto/opt/oxide/opte/bin |
| 601 | 2026-05-11T08:21:02.284Z | + mkdir -p proto/usr/lib/devfsadm/linkmod |
| 602 | 2026-05-11T08:21:02.284Z | + cp ../target/release/opteadm proto/opt/oxide/opte/bin/ |
| 603 | 2026-05-11T08:21:02.298Z | + cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64 |
| 604 | 2026-05-11T08:21:02.328Z | + cp ../xde/xde.conf proto/kernel/drv/ |
| 605 | 2026-05-11T08:21:02.335Z | + cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so |
| 606 | 2026-05-11T08:21:02.335Z | + '[' -z ']' |
| 607 | 2026-05-11T08:21:02.335Z | + cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg |
| 608 | 2026-05-11T08:21:02.355Z | + cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg |
| 609 | 2026-05-11T08:21:02.427Z | + INC_DEBUG= |
| 610 | 2026-05-11T08:21:02.427Z | + typeset -ri TAG=0 |
| 611 | 2026-05-11T08:21:02.430Z | ++ ./print-api-version.sh |
| 612 | 2026-05-11T08:21:02.433Z | + API_VSN=40 |
| 613 | 2026-05-11T08:21:02.433Z | + PKG_VERSION=0.40.479-3.0 |
| 614 | 2026-05-11T08:21:02.436Z | + sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.40.479-3.0/g opte.template.p5m |
| 615 | 2026-05-11T08:21:02.436Z | + pkgmogrify -v -D inc_debug= -O opte.base.p5m |
| 616 | 2026-05-11T08:21:02.937Z | + pkgdepend generate -d proto opte.base.p5m |
| 617 | 2026-05-11T08:21:03.274Z | + mkdir -p packages |
| 618 | 2026-05-11T08:21:03.278Z | + pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m |
| 619 | 2026-05-11T08:21:10.244Z | + cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m |
| 620 | 2026-05-11T08:21:10.247Z | + pkgrepo create packages/repo |
| 621 | 2026-05-11T08:21:10.456Z | + pkgrepo add-publisher -s packages/repo helios |
| 622 | 2026-05-11T08:21:10.665Z | + pkgsend publish -d proto -s packages/repo opte.final.p5m |
| 623 | 2026-05-11T08:21:39.269Z | pkg://helios/driver/network/opte@0.40.479,5.11-3.0:20260511T082110Z |
| 624 | 2026-05-11T08:21:39.269Z | PUBLISHED |
| 625 | 2026-05-11T08:21:39.303Z | + pkgrecv -a -d packages/repo/opte-0.40.479-3.0.p5p -s packages/repo -v -m latest '*' |
| 626 | 2026-05-11T08:21:39.484Z | Retrieving packages for publisher helios ... |
| 627 | 2026-05-11T08:21:39.487Z | Retrieving catalog 'helios' ... Done |
| 628 | 2026-05-11T08:21:39.489Z | Retrieving and evaluating 1 package(s)... |
| 629 | 2026-05-11T08:21:39.490Z | Fetching manifests: 1/1 100% complete |
| 630 | 2026-05-11T08:21:39.490Z | Fetching manifests: 1/1 100% complete |
| 631 | 2026-05-11T08:21:39.490Z | |
| 632 | 2026-05-11T08:21:39.490Z | Archiving packages ... |
| 633 | 2026-05-11T08:21:39.490Z | Packages to add: 1 |
| 634 | 2026-05-11T08:21:39.490Z | Files to retrieve: 6 |
| 635 | 2026-05-11T08:21:39.490Z | Estimated transfer size: 36.08 MB |
| 636 | 2026-05-11T08:21:39.490Z | |
| 637 | 2026-05-11T08:21:39.490Z | Packages to archive: |
| 638 | 2026-05-11T08:21:39.490Z | driver/network/opte@0.40.479,5.11-3.0:20260511T082110Z |
| 639 | 2026-05-11T08:21:39.490Z | |
| 640 | 2026-05-11T08:21:39.490Z | Download: 0/6 items 0.0/36.1MB 0% complete |
| 641 | 2026-05-11T08:21:39.554Z | Download: Completed 36.08 MB in 0.07 seconds (543M/s) |
| 642 | 2026-05-11T08:21:39.557Z | Archiving: 1/20 items 0.0/36.1MB 0% complete |
| 643 | 2026-05-11T08:21:39.570Z | Archiving: Completed 36.11 MB in 0.01 seconds |
| 644 | 2026-05-11T08:21:39.608Z | Successfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.40.479-3.0.p5p. |
| 645 | 2026-05-11T08:21:39.611Z | + banner copy |
| 646 | 2026-05-11T08:21:39.613Z | |
| 647 | 2026-05-11T08:21:39.614Z | #### #### ##### # # |
| 648 | 2026-05-11T08:21:39.614Z | # # # # # # # # |
| 649 | 2026-05-11T08:21:39.614Z | # # # # # # |
| 650 | 2026-05-11T08:21:39.614Z | # # # ##### # |
| 651 | 2026-05-11T08:21:39.614Z | # # # # # # |
| 652 | 2026-05-11T08:21:39.614Z | #### #### # # |
| 653 | 2026-05-11T08:21:39.614Z | |
| 654 | 2026-05-11T08:21:39.614Z | + pfexec mkdir -p /out |
| 655 | 2026-05-11T08:21:39.616Z | + pfexec chown 12345 /out |
| 656 | 2026-05-11T08:21:39.616Z | + PKG_NAME=/out/opte.p5p |
| 657 | 2026-05-11T08:21:39.617Z | + mv pkg/packages/repo/opte-0.40.479-3.0.p5p /out/opte.p5p |
| 658 | 2026-05-11T08:21:39.644Z | + sha256sum /out/opte.p5p |
| 659 | 2026-05-11T08:21:39.669Z | process exited: duration 236166 ms, exit code 0 |
| |
| 660 | 2026-05-11T08:21:39.676Z | found 2 output files |
| 661 | 2026-05-11T08:21:39.676Z | uploading: /out/opte.p5p (37877760 bytes) |
| 662 | 2026-05-11T08:21:40.881Z | uploaded: /out/opte.p5p |
| 663 | 2026-05-11T08:21:40.881Z | uploading: /out/opte.p5p.sha256 (80 bytes) |
| 664 | 2026-05-11T08:21:41.888Z | uploaded: /out/opte.p5p.sha256 |