|
|
|
| 1 | 2026-05-29T17:07:13.177Z | job assigned to worker 01KSTB77CJ529RN215WKD2SGH7 [factory aws, i-0d1959235a5025a62] (queued for 52 s) |
| |
| 2 | 2026-05-29T17:07:19.445Z | starting task 0: "setup" |
| 3 | 2026-05-29T17:07:19.448Z | ++ uname -s |
| 4 | 2026-05-29T17:07:19.448Z | + kern=SunOS |
| 5 | 2026-05-29T17:07:19.448Z | + build_user=build |
| 6 | 2026-05-29T17:07:19.448Z | + build_uid=12345 |
| 7 | 2026-05-29T17:07:19.448Z | + work_dir=/work |
| 8 | 2026-05-29T17:07:19.449Z | + input_dir=/input |
| 9 | 2026-05-29T17:07:19.449Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-29T17:07:19.449Z | + case "$kern" in |
| 11 | 2026-05-29T17:07:19.449Z | + groupadd -g 12345 build |
| 12 | 2026-05-29T17:07:19.452Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-29T17:07:21.456Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-29T17:07:21.552Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-29T17:07:21.555Z | + home_fs=zfs |
| 16 | 2026-05-29T17:07:21.555Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-29T17:07:21.555Z | + mkdir -p /home/build |
| 18 | 2026-05-29T17:07:21.555Z | + chown build:build /home/build /work |
| 19 | 2026-05-29T17:07:23.554Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-29T17:07:23.557Z | process exited: duration 4114 ms, exit code 0 |
| |
| 21 | 2026-05-29T17:07:23.564Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-29T17:07:23.568Z | + printf ' * rust toolchain channel = "%s"\n' 1.95.0 |
| 23 | 2026-05-29T17:07:23.568Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-29T17:07:23.568Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-29T17:07:23.568Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-29T17:07:23.571Z | * rust toolchain channel = "1.95.0" |
| 27 | 2026-05-29T17:07:23.571Z | * rust toolchain profile = "default" |
| 28 | 2026-05-29T17:07:23.571Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-29T17:07:23.571Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default |
| 30 | 2026-05-29T17:07:23.663Z | info: downloading installer |
| 31 | 2026-05-29T17:07:25.024Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-29T17:07:25.024Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-29T17:07:25.024Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-29T17:07:25.024Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-29T17:07:25.036Z | info: profile set to default |
| 36 | 2026-05-29T17:07:25.036Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-29T17:07:25.039Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 38 | 2026-05-29T17:07:25.175Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 39 | 2026-05-29T17:07:25.178Z | info: downloading 6 components |
| 40 | 2026-05-29T17:07:39.745Z | |
| 41 | 2026-05-29T17:07:39.745Z | info: default toolchain set to 1.95.0-x86_64-unknown-illumos |
| 42 | 2026-05-29T17:07:39.777Z | 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 43 | 2026-05-29T17:07:39.777Z | |
| 44 | 2026-05-29T17:07:39.777Z | |
| 45 | 2026-05-29T17:07:39.777Z | Rust is installed now. Great! |
| 46 | 2026-05-29T17:07:39.777Z | |
| 47 | 2026-05-29T17:07:39.777Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-29T17:07:39.777Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-29T17:07:39.777Z | |
| 50 | 2026-05-29T17:07:39.777Z | To configure your current shell, you need to source |
| 51 | 2026-05-29T17:07:39.777Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-29T17:07:39.777Z | |
| 53 | 2026-05-29T17:07:39.777Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-29T17:07:39.780Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-29T17:07:39.781Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-29T17:07:39.781Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-29T17:07:39.781Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-29T17:07:39.781Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-29T17:07:39.781Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-29T17:07:39.781Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-29T17:07:39.781Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-29T17:07:39.866Z | + rustup --version |
| 63 | 2026-05-29T17:07:39.877Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-29T17:07:39.880Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-29T17:07:39.898Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 66 | 2026-05-29T17:07:39.902Z | + cargo --version |
| 67 | 2026-05-29T17:07:39.915Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 68 | 2026-05-29T17:07:39.919Z | + rustc --version |
| 69 | 2026-05-29T17:07:39.938Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 70 | 2026-05-29T17:07:39.942Z | process exited: duration 16376 ms, exit code 0 |
| |
| 71 | 2026-05-29T17:07:39.948Z | starting task 2: "authentication" |
| 72 | 2026-05-29T17:07:39.964Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-29T17:07:39.970Z | starting task 3: "clone repository" |
| 74 | 2026-05-29T17:07:39.973Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-05-29T17:07:39.976Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-05-29T17:07:40.015Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-05-29T17:07:40.809Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-05-29T17:07:40.810Z | + git fetch origin 695967186b215cc897e224b125b7b8b7517e6b7d |
| 79 | 2026-05-29T17:07:41.042Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-05-29T17:07:41.042Z | * branch 695967186b215cc897e224b125b7b8b7517e6b7d -> FETCH_HEAD |
| 81 | 2026-05-29T17:07:41.047Z | + [[ -n routecache-tuning ]] |
| 82 | 2026-05-29T17:07:41.050Z | ++ git branch --show-current |
| 83 | 2026-05-29T17:07:41.051Z | + current=master |
| 84 | 2026-05-29T17:07:41.051Z | + [[ master != routecache-tuning ]] |
| 85 | 2026-05-29T17:07:41.051Z | + git branch -f routecache-tuning 695967186b215cc897e224b125b7b8b7517e6b7d |
| 86 | 2026-05-29T17:07:41.054Z | + git checkout -f routecache-tuning |
| 87 | 2026-05-29T17:07:41.069Z | Switched to branch 'routecache-tuning' |
| 88 | 2026-05-29T17:07:41.072Z | + git reset --hard 695967186b215cc897e224b125b7b8b7517e6b7d |
| 89 | 2026-05-29T17:07:41.086Z | HEAD is now at 6959671 Merge branch 'master' into routecache-tuning |
| 90 | 2026-05-29T17:07:41.089Z | process exited: duration 1115 ms, exit code 0 |
| |
| 91 | 2026-05-29T17:07:41.096Z | starting task 4: "build" |
| 92 | 2026-05-29T17:07:41.099Z | + source .github/buildomat/common.sh |
| 93 | 2026-05-29T17:07:41.099Z | ++ rustup show active-toolchain |
| 94 | 2026-05-29T17:07:41.104Z | 1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-05-29T17:07:41.108Z | ++ pushd xde |
| 96 | 2026-05-29T17:07:41.108Z | ++ rustup show active-toolchain |
| 97 | 2026-05-29T17:07:41.108Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 98 | 2026-05-29T17:07:41.111Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-05-29T17:07:41.248Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-05-29T17:07:41.251Z | info: downloading 6 components |
| 101 | 2026-05-29T17:07:54.675Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-05-29T17:07:54.769Z | +++ rustup show active-toolchain -v |
| 103 | 2026-05-29T17:07:54.773Z | +++ head -n 1 |
| 104 | 2026-05-29T17:07:54.773Z | +++ cut '-d ' -f1 |
| 105 | 2026-05-29T17:07:54.833Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-05-29T17:07:54.833Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-05-29T17:07:54.833Z | ++ popd |
| 108 | 2026-05-29T17:07:54.836Z | /work/oxidecomputer/opte |
| 109 | 2026-05-29T17:07:54.836Z | + TGT_BASE=/work |
| 110 | 2026-05-29T17:07:54.836Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 111 | 2026-05-29T17:07:54.836Z | + REL_TGT=/work/release |
| 112 | 2026-05-29T17:07:54.836Z | + mkdir -p /work/release |
| 113 | 2026-05-29T17:07:54.836Z | + cargo --version |
| 114 | 2026-05-29T17:07:54.844Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 115 | 2026-05-29T17:07:54.847Z | + rustc --version |
| 116 | 2026-05-29T17:07:54.867Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 117 | 2026-05-29T17:07:54.870Z | + header 'build xde and opteadm (release+debug)' |
| 118 | 2026-05-29T17:07:54.870Z | + echo '# ==== build xde and opteadm (release+debug) ==== #' |
| 119 | 2026-05-29T17:07:54.870Z | # ==== build xde and opteadm (release+debug) ==== # |
| 120 | 2026-05-29T17:07:54.870Z | + ptime -m cargo xtask build --profile all |
| 121 | 2026-05-29T17:07:54.977Z | Updating crates.io index |
| 122 | 2026-05-29T17:07:54.981Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 123 | 2026-05-29T17:07:56.046Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 124 | 2026-05-29T17:07:56.813Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 125 | 2026-05-29T17:07:57.261Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 126 | 2026-05-29T17:07:57.571Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 127 | 2026-05-29T17:07:58.055Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 128 | 2026-05-29T17:07:58.314Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 129 | 2026-05-29T17:08:00.599Z | Downloading crates ... |
| 130 | 2026-05-29T17:08:00.639Z | Downloaded colorchoice v1.0.5 |
| 131 | 2026-05-29T17:08:00.647Z | Downloaded bitflags v2.11.1 |
| 132 | 2026-05-29T17:08:00.650Z | Downloaded serde_spanned v1.1.1 |
| 133 | 2026-05-29T17:08:00.650Z | Downloaded is_terminal_polyfill v1.70.2 |
| 134 | 2026-05-29T17:08:00.656Z | Downloaded anstyle-query v1.1.5 |
| 135 | 2026-05-29T17:08:00.658Z | Downloaded equivalent v1.0.2 |
| 136 | 2026-05-29T17:08:00.662Z | Downloaded anstyle-parse v1.0.0 |
| 137 | 2026-05-29T17:08:00.662Z | Downloaded cargo_metadata v0.23.1 |
| 138 | 2026-05-29T17:08:00.662Z | Downloaded zmij v1.0.21 |
| 139 | 2026-05-29T17:08:00.665Z | Downloaded clap_lex v1.1.0 |
| 140 | 2026-05-29T17:08:00.665Z | Downloaded anstyle v1.0.14 |
| 141 | 2026-05-29T17:08:00.665Z | Downloaded terminal_size v0.4.4 |
| 142 | 2026-05-29T17:08:00.665Z | Downloaded clap_derive v4.6.1 |
| 143 | 2026-05-29T17:08:00.674Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 144 | 2026-05-29T17:08:00.677Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 145 | 2026-05-29T17:08:00.680Z | Downloaded utf8parse v0.2.2 |
| 146 | 2026-05-29T17:08:00.684Z | Downloaded strsim v0.11.1 |
| 147 | 2026-05-29T17:08:00.687Z | Downloaded itoa v1.0.18 |
| 148 | 2026-05-29T17:08:00.691Z | Downloaded hashbrown v0.17.0 |
| 149 | 2026-05-29T17:08:00.694Z | Downloaded thiserror v2.0.18 |
| 150 | 2026-05-29T17:08:00.697Z | Downloaded cargo-platform v0.3.3 |
| 151 | 2026-05-29T17:08:00.697Z | Downloaded errno v0.3.14 |
| 152 | 2026-05-29T17:08:00.700Z | Downloaded heck v0.5.0 |
| 153 | 2026-05-29T17:08:00.713Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 154 | 2026-05-29T17:08:00.716Z | Downloaded anstream v1.0.0 |
| 155 | 2026-05-29T17:08:00.725Z | Downloaded camino v1.2.2 |
| 156 | 2026-05-29T17:08:00.730Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 157 | 2026-05-29T17:08:00.736Z | Downloaded semver v1.0.28 |
| 158 | 2026-05-29T17:08:00.739Z | Downloaded quote v1.0.45 |
| 159 | 2026-05-29T17:08:00.739Z | Downloaded proc-macro2 v1.0.106 |
| 160 | 2026-05-29T17:08:00.742Z | Downloaded anyhow v1.0.102 |
| 161 | 2026-05-29T17:08:00.745Z | Downloaded thiserror-impl v2.0.18 |
| 162 | 2026-05-29T17:08:00.748Z | Downloaded unicode-ident v1.0.24 |
| 163 | 2026-05-29T17:08:00.751Z | Downloaded serde_derive v1.0.228 |
| 164 | 2026-05-29T17:08:00.758Z | Downloaded serde_core v1.0.228 |
| 165 | 2026-05-29T17:08:00.761Z | Downloaded serde v1.0.228 |
| 166 | 2026-05-29T17:08:00.764Z | Downloaded memchr v2.8.0 |
| 167 | 2026-05-29T17:08:00.767Z | Downloaded indexmap v2.14.0 |
| 168 | 2026-05-29T17:08:00.776Z | Downloaded clap v4.6.1 |
| 169 | 2026-05-29T17:08:00.795Z | Downloaded serde_json v1.0.149 |
| 170 | 2026-05-29T17:08:00.800Z | Downloaded clap_builder v4.6.0 |
| 171 | 2026-05-29T17:08:00.812Z | Downloaded winnow v1.0.2 |
| 172 | 2026-05-29T17:08:00.822Z | Downloaded syn v2.0.117 |
| 173 | 2026-05-29T17:08:00.843Z | Downloaded rustix v1.1.4 |
| 174 | 2026-05-29T17:08:00.872Z | Downloaded libc v0.2.186 |
| 175 | 2026-05-29T17:08:00.919Z | Compiling proc-macro2 v1.0.106 |
| 176 | 2026-05-29T17:08:00.919Z | Compiling serde_core v1.0.228 |
| 177 | 2026-05-29T17:08:00.919Z | Compiling quote v1.0.45 |
| 178 | 2026-05-29T17:08:00.922Z | Compiling unicode-ident v1.0.24 |
| 179 | 2026-05-29T17:08:00.922Z | Compiling libc v0.2.186 |
| 180 | 2026-05-29T17:08:00.922Z | Compiling rustix v1.1.4 |
| 181 | 2026-05-29T17:08:00.922Z | Compiling utf8parse v0.2.2 |
| 182 | 2026-05-29T17:08:00.922Z | Compiling zmij v1.0.21 |
| 183 | 2026-05-29T17:08:01.103Z | Compiling bitflags v2.11.1 |
| 184 | 2026-05-29T17:08:01.118Z | Compiling anstyle-parse v1.0.0 |
| 185 | 2026-05-29T17:08:01.332Z | Compiling colorchoice v1.0.5 |
| 186 | 2026-05-29T17:08:01.394Z | Compiling camino v1.2.2 |
| 187 | 2026-05-29T17:08:01.401Z | Compiling serde v1.0.228 |
| 188 | 2026-05-29T17:08:01.437Z | Compiling serde_json v1.0.149 |
| 189 | 2026-05-29T17:08:01.537Z | Compiling is_terminal_polyfill v1.70.2 |
| 190 | 2026-05-29T17:08:01.544Z | Compiling anstyle v1.0.14 |
| 191 | 2026-05-29T17:08:01.617Z | Compiling thiserror v2.0.18 |
| 192 | 2026-05-29T17:08:01.669Z | Compiling anstyle-query v1.1.5 |
| 193 | 2026-05-29T17:08:01.704Z | Compiling errno v0.3.14 |
| 194 | 2026-05-29T17:08:01.743Z | Compiling anstream v1.0.0 |
| 195 | 2026-05-29T17:08:01.786Z | Compiling memchr v2.8.0 |
| 196 | 2026-05-29T17:08:01.869Z | Compiling strsim v0.11.1 |
| 197 | 2026-05-29T17:08:02.166Z | Compiling clap_lex v1.1.0 |
| 198 | 2026-05-29T17:08:02.205Z | Compiling heck v0.5.0 |
| 199 | 2026-05-29T17:08:02.257Z | Compiling terminal_size v0.4.4 |
| 200 | 2026-05-29T17:08:02.392Z | Compiling syn v2.0.117 |
| 201 | 2026-05-29T17:08:02.397Z | Compiling winnow v1.0.2 |
| 202 | 2026-05-29T17:08:02.407Z | Compiling anyhow v1.0.102 |
| 203 | 2026-05-29T17:08:02.554Z | Compiling itoa v1.0.18 |
| 204 | 2026-05-29T17:08:02.809Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 205 | 2026-05-29T17:08:02.809Z | Compiling clap_builder v4.6.0 |
| 206 | 2026-05-29T17:08:02.812Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 207 | 2026-05-29T17:08:03.230Z | Compiling semver v1.0.28 |
| 208 | 2026-05-29T17:08:03.237Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 209 | 2026-05-29T17:08:03.704Z | Compiling cargo-platform v0.3.3 |
| 210 | 2026-05-29T17:08:03.742Z | Compiling serde_spanned v1.1.1 |
| 211 | 2026-05-29T17:08:03.898Z | Compiling toml v1.1.2+spec-1.1.0 |
| 212 | 2026-05-29T17:08:04.828Z | Compiling thiserror-impl v2.0.18 |
| 213 | 2026-05-29T17:08:04.851Z | Compiling serde_derive v1.0.228 |
| 214 | 2026-05-29T17:08:04.889Z | Compiling clap_derive v4.6.1 |
| 215 | 2026-05-29T17:08:06.547Z | Compiling clap v4.6.1 |
| 216 | 2026-05-29T17:08:07.723Z | Compiling cargo_metadata v0.23.1 |
| 217 | 2026-05-29T17:08:10.205Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 218 | 2026-05-29T17:08:11.780Z | Finished `dev` profile [optimized + debuginfo] target(s) in 16.90s |
| 219 | 2026-05-29T17:08:11.867Z | Running `target/debug/xtask build --profile all` |
| 220 | 2026-05-29T17:08:13.251Z | Building opteadm (release). |
| 221 | 2026-05-29T17:08:13.347Z | Compiling proc-macro2 v1.0.106 |
| 222 | 2026-05-29T17:08:13.347Z | Compiling quote v1.0.45 |
| 223 | 2026-05-29T17:08:13.347Z | Compiling unicode-ident v1.0.24 |
| 224 | 2026-05-29T17:08:13.347Z | Compiling serde_core v1.0.228 |
| 225 | 2026-05-29T17:08:13.347Z | Compiling libc v0.2.186 |
| 226 | 2026-05-29T17:08:13.350Z | Compiling cfg-if v1.0.4 |
| 227 | 2026-05-29T17:08:13.350Z | Compiling fnv v1.0.7 |
| 228 | 2026-05-29T17:08:13.351Z | Compiling ident_case v1.0.1 |
| 229 | 2026-05-29T17:08:13.419Z | Compiling thiserror v2.0.18 |
| 230 | 2026-05-29T17:08:13.442Z | Compiling strsim v0.11.1 |
| 231 | 2026-05-29T17:08:13.463Z | Compiling memchr v2.8.0 |
| 232 | 2026-05-29T17:08:13.467Z | Compiling regex-syntax v0.8.10 |
| 233 | 2026-05-29T17:08:13.677Z | Compiling hashbrown v0.17.0 |
| 234 | 2026-05-29T17:08:13.713Z | Compiling serde v1.0.228 |
| 235 | 2026-05-29T17:08:13.934Z | Compiling aho-corasick v1.1.4 |
| 236 | 2026-05-29T17:08:14.010Z | Compiling equivalent v1.0.2 |
| 237 | 2026-05-29T17:08:14.066Z | Compiling anyhow v1.0.102 |
| 238 | 2026-05-29T17:08:14.092Z | Compiling winnow v1.0.2 |
| 239 | 2026-05-29T17:08:14.111Z | Compiling either v1.15.0 |
| 240 | 2026-05-29T17:08:14.218Z | Compiling zerocopy v0.8.48 |
| 241 | 2026-05-29T17:08:14.307Z | Compiling itertools v0.14.0 |
| 242 | 2026-05-29T17:08:14.545Z | Compiling indexmap v2.14.0 |
| 243 | 2026-05-29T17:08:14.598Z | Compiling syn v2.0.117 |
| 244 | 2026-05-29T17:08:14.697Z | Compiling heapless v0.8.0 |
| 245 | 2026-05-29T17:08:14.993Z | Compiling regex-automata v0.4.14 |
| 246 | 2026-05-29T17:08:15.104Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 247 | 2026-05-29T17:08:15.134Z | Compiling byteorder v1.5.0 |
| 248 | 2026-05-29T17:08:15.312Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 249 | 2026-05-29T17:08:15.330Z | Compiling hash32 v0.3.1 |
| 250 | 2026-05-29T17:08:15.454Z | Compiling bitflags v2.11.1 |
| 251 | 2026-05-29T17:08:15.493Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 252 | 2026-05-29T17:08:15.511Z | Compiling syn v1.0.109 |
| 253 | 2026-05-29T17:08:15.608Z | Compiling stable_deref_trait v1.2.1 |
| 254 | 2026-05-29T17:08:15.632Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 255 | 2026-05-29T17:08:15.653Z | Compiling macaddr v1.0.1 |
| 256 | 2026-05-29T17:08:15.668Z | Compiling smoltcp v0.11.0 |
| 257 | 2026-05-29T17:08:15.779Z | Compiling rustversion v1.0.22 |
| 258 | 2026-05-29T17:08:15.846Z | Compiling managed v0.8.0 |
| 259 | 2026-05-29T17:08:15.875Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 260 | 2026-05-29T17:08:16.002Z | Compiling proc-macro-crate v3.5.0 |
| 261 | 2026-05-29T17:08:16.069Z | Compiling rustix v1.1.4 |
| 262 | 2026-05-29T17:08:16.087Z | Compiling rand_core v0.10.1 |
| 263 | 2026-05-29T17:08:16.148Z | Compiling ref-cast v1.0.25 |
| 264 | 2026-05-29T17:08:16.230Z | Compiling version_check v0.9.5 |
| 265 | 2026-05-29T17:08:16.299Z | Compiling getrandom v0.4.2 |
| 266 | 2026-05-29T17:08:16.354Z | Compiling bitflags v1.3.2 |
| 267 | 2026-05-29T17:08:16.480Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 268 | 2026-05-29T17:08:16.571Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 269 | 2026-05-29T17:08:16.575Z | Compiling errno v0.3.14 |
| 270 | 2026-05-29T17:08:16.703Z | Compiling regex v1.12.3 |
| 271 | 2026-05-29T17:08:16.939Z | Compiling foreign-types-shared v0.3.1 |
| 272 | 2026-05-29T17:08:16.956Z | Compiling ipnetwork v0.21.1 |
| 273 | 2026-05-29T17:08:17.016Z | Compiling once_cell v1.21.4 |
| 274 | 2026-05-29T17:08:17.076Z | Compiling darling_core v0.21.3 |
| 275 | 2026-05-29T17:08:17.237Z | Compiling utf8parse v0.2.2 |
| 276 | 2026-05-29T17:08:17.321Z | Compiling unicode-width v0.2.2 |
| 277 | 2026-05-29T17:08:17.332Z | Compiling cpufeatures v0.3.0 |
| 278 | 2026-05-29T17:08:17.392Z | Compiling chacha20 v0.10.0 |
| 279 | 2026-05-29T17:08:17.450Z | Compiling anstyle-parse v1.0.0 |
| 280 | 2026-05-29T17:08:17.472Z | Compiling tracing-core v0.1.36 |
| 281 | 2026-05-29T17:08:17.598Z | Compiling tabwriter v1.4.1 |
| 282 | 2026-05-29T17:08:17.636Z | Compiling cstr-argument v0.1.2 |
| 283 | 2026-05-29T17:08:18.272Z | Compiling colorchoice v1.0.5 |
| 284 | 2026-05-29T17:08:18.277Z | Compiling thiserror-impl v2.0.18 |
| 285 | 2026-05-29T17:08:18.325Z | Compiling serde_derive v1.0.228 |
| 286 | 2026-05-29T17:08:18.353Z | Compiling zerocopy-derive v0.8.48 |
| 287 | 2026-05-29T17:08:18.371Z | Compiling ref-cast-impl v1.0.25 |
| 288 | 2026-05-29T17:08:18.482Z | Compiling foreign-types-macros v0.2.3 |
| 289 | 2026-05-29T17:08:18.968Z | Compiling num_enum_derive v0.7.6 |
| 290 | 2026-05-29T17:08:19.118Z | Compiling foreign-types v0.5.0 |
| 291 | 2026-05-29T17:08:19.182Z | Compiling tracing-attributes v0.1.31 |
| 292 | 2026-05-29T17:08:19.215Z | Compiling darling_macro v0.21.3 |
| 293 | 2026-05-29T17:08:19.232Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 294 | 2026-05-29T17:08:19.597Z | Compiling cobs v0.3.0 |
| 295 | 2026-05-29T17:08:19.730Z | Compiling pin-project-lite v0.2.17 |
| 296 | 2026-05-29T17:08:19.767Z | Compiling darling v0.21.3 |
| 297 | 2026-05-29T17:08:19.811Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 298 | 2026-05-29T17:08:19.814Z | Compiling pretty-hex v0.4.2 |
| 299 | 2026-05-29T17:08:19.834Z | Compiling ingot-macros v0.1.1 |
| 300 | 2026-05-29T17:08:19.881Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 301 | 2026-05-29T17:08:19.931Z | Compiling is_terminal_polyfill v1.70.2 |
| 302 | 2026-05-29T17:08:19.973Z | Compiling num_enum v0.7.6 |
| 303 | 2026-05-29T17:08:20.008Z | Compiling anstyle-query v1.1.5 |
| 304 | 2026-05-29T17:08:20.022Z | Compiling anstyle v1.0.14 |
| 305 | 2026-05-29T17:08:20.074Z | Compiling dyn-clone v1.0.20 |
| 306 | 2026-05-29T17:08:20.102Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 307 | 2026-05-29T17:08:20.221Z | Compiling anstream v1.0.0 |
| 308 | 2026-05-29T17:08:20.276Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 309 | 2026-05-29T17:08:20.377Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 310 | 2026-05-29T17:08:20.406Z | Compiling tracing v0.1.44 |
| 311 | 2026-05-29T17:08:20.586Z | Compiling terminal_size v0.4.4 |
| 312 | 2026-05-29T17:08:20.602Z | Compiling rand v0.10.1 |
| 313 | 2026-05-29T17:08:20.619Z | Compiling uuid v1.23.1 |
| 314 | 2026-05-29T17:08:20.712Z | Compiling socket2 v0.6.3 |
| 315 | 2026-05-29T17:08:20.717Z | Compiling oxnet v0.1.5 |
| 316 | 2026-05-29T17:08:21.003Z | Compiling colored v3.1.1 |
| 317 | 2026-05-29T17:08:21.023Z | Compiling heck v0.5.0 |
| 318 | 2026-05-29T17:08:21.253Z | Compiling clap_lex v1.1.0 |
| 319 | 2026-05-29T17:08:21.396Z | Compiling clap_builder v4.6.0 |
| 320 | 2026-05-29T17:08:21.541Z | Compiling postcard v1.1.3 |
| 321 | 2026-05-29T17:08:21.555Z | Compiling clap_derive v4.6.1 |
| 322 | 2026-05-29T17:08:21.584Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 323 | 2026-05-29T17:08:22.746Z | Compiling ingot-types v0.1.2 |
| 324 | 2026-05-29T17:08:23.168Z | Compiling ingot v0.1.1 |
| 325 | 2026-05-29T17:08:23.209Z | Compiling clap v4.6.1 |
| 326 | 2026-05-29T17:08:24.831Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 327 | 2026-05-29T17:08:25.830Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 328 | 2026-05-29T17:08:26.869Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 329 | 2026-05-29T17:08:33.373Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.11s |
| 330 | 2026-05-29T17:08:33.401Z | Building xde (release-lto). |
| 331 | 2026-05-29T17:08:33.645Z | Updating crates.io index |
| 332 | 2026-05-29T17:08:33.736Z | Downloading crates ... |
| 333 | 2026-05-29T17:08:33.777Z | Downloaded adler2 v2.0.1 |
| 334 | 2026-05-29T17:08:33.792Z | Downloaded rustc-literal-escaper v0.0.7 |
| 335 | 2026-05-29T17:08:33.795Z | Downloaded miniz_oxide v0.8.9 |
| 336 | 2026-05-29T17:08:33.795Z | Downloaded addr2line v0.25.1 |
| 337 | 2026-05-29T17:08:33.798Z | Downloaded getopts v0.2.24 |
| 338 | 2026-05-29T17:08:33.801Z | Downloaded rustc-demangle v0.1.27 |
| 339 | 2026-05-29T17:08:33.801Z | Downloaded foldhash v0.2.0 |
| 340 | 2026-05-29T17:08:33.813Z | Downloaded memchr v2.7.6 |
| 341 | 2026-05-29T17:08:33.830Z | Downloaded hashbrown v0.16.1 |
| 342 | 2026-05-29T17:08:33.860Z | Downloaded gimli v0.32.3 |
| 343 | 2026-05-29T17:08:33.866Z | Downloaded object v0.37.3 |
| 344 | 2026-05-29T17:08:33.889Z | Downloaded libc v0.2.183 |
| 345 | 2026-05-29T17:08:33.949Z | 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-29T17:08:33.949Z | 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-29T17:08:33.952Z | Compiling proc-macro2 v1.0.106 |
| 348 | 2026-05-29T17:08:33.952Z | Compiling quote v1.0.45 |
| 349 | 2026-05-29T17:08:33.952Z | Compiling unicode-ident v1.0.24 |
| 350 | 2026-05-29T17:08:33.952Z | Compiling strsim v0.11.1 |
| 351 | 2026-05-29T17:08:33.952Z | Compiling ident_case v1.0.1 |
| 352 | 2026-05-29T17:08:33.952Z | Compiling serde_core v1.0.228 |
| 353 | 2026-05-29T17:08:34.119Z | Compiling memchr v2.8.0 |
| 354 | 2026-05-29T17:08:34.122Z | Compiling fnv v1.0.7 |
| 355 | 2026-05-29T17:08:34.213Z | Compiling regex-syntax v0.8.10 |
| 356 | 2026-05-29T17:08:34.370Z | Compiling zerocopy v0.8.48 |
| 357 | 2026-05-29T17:08:34.373Z | Compiling serde v1.0.228 |
| 358 | 2026-05-29T17:08:34.384Z | Compiling either v1.15.0 |
| 359 | 2026-05-29T17:08:34.493Z | Compiling thiserror v2.0.18 |
| 360 | 2026-05-29T17:08:34.578Z | Compiling aho-corasick v1.1.4 |
| 361 | 2026-05-29T17:08:34.770Z | Compiling itertools v0.14.0 |
| 362 | 2026-05-29T17:08:34.776Z | Compiling heapless v0.8.0 |
| 363 | 2026-05-29T17:08:35.063Z | Compiling syn v2.0.117 |
| 364 | 2026-05-29T17:08:35.158Z | Compiling smoltcp v0.11.0 |
| 365 | 2026-05-29T17:08:35.190Z | Compiling ref-cast v1.0.25 |
| 366 | 2026-05-29T17:08:35.253Z | Compiling crc32fast v1.5.0 |
| 367 | 2026-05-29T17:08:35.554Z | Compiling version_check v0.9.5 |
| 368 | 2026-05-29T17:08:35.619Z | Compiling regex-automata v0.4.14 |
| 369 | 2026-05-29T17:08:35.930Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 370 | 2026-05-29T17:08:37.192Z | Compiling regex v1.12.3 |
| 371 | 2026-05-29T17:08:37.333Z | Compiling darling_core v0.21.3 |
| 372 | 2026-05-29T17:08:37.346Z | Compiling darling_core v0.23.0 |
| 373 | 2026-05-29T17:08:38.322Z | Compiling serde_derive v1.0.228 |
| 374 | 2026-05-29T17:08:38.322Z | Compiling zerocopy-derive v0.8.48 |
| 375 | 2026-05-29T17:08:38.322Z | Compiling thiserror-impl v2.0.18 |
| 376 | 2026-05-29T17:08:38.325Z | Compiling ref-cast-impl v1.0.25 |
| 377 | 2026-05-29T17:08:38.325Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 378 | 2026-05-29T17:08:39.900Z | Compiling darling_macro v0.23.0 |
| 379 | 2026-05-29T17:08:40.017Z | Compiling darling_macro v0.21.3 |
| 380 | 2026-05-29T17:08:40.797Z | Compiling darling v0.23.0 |
| 381 | 2026-05-29T17:08:40.860Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 382 | 2026-05-29T17:08:40.907Z | Compiling darling v0.21.3 |
| 383 | 2026-05-29T17:08:40.973Z | Compiling ingot-macros v0.1.1 |
| 384 | 2026-05-29T17:08:45.917Z | 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-29T17:08:47.979Z | Compiling byteorder v1.5.0 |
| 386 | 2026-05-29T17:08:47.979Z | Compiling stable_deref_trait v1.2.1 |
| 387 | 2026-05-29T17:08:47.979Z | Compiling cfg-if v1.0.4 |
| 388 | 2026-05-29T17:08:47.982Z | Compiling macaddr v1.0.1 |
| 389 | 2026-05-29T17:08:48.038Z | Compiling managed v0.8.0 |
| 390 | 2026-05-29T17:08:48.051Z | Compiling cobs v0.3.0 |
| 391 | 2026-05-29T17:08:48.079Z | Compiling bitflags v1.3.2 |
| 392 | 2026-05-29T17:08:48.143Z | Compiling hash32 v0.3.1 |
| 393 | 2026-05-29T17:08:48.270Z | Compiling dyn-clone v1.0.20 |
| 394 | 2026-05-29T17:08:48.354Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 395 | 2026-05-29T17:08:49.574Z | Compiling bitflags v2.11.1 |
| 396 | 2026-05-29T17:08:49.574Z | Compiling uuid v1.23.1 |
| 397 | 2026-05-29T17:08:49.712Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 398 | 2026-05-29T17:08:50.023Z | Compiling postcard v1.1.3 |
| 399 | 2026-05-29T17:08:50.839Z | Compiling ingot-types v0.1.2 |
| 400 | 2026-05-29T17:08:51.150Z | Compiling ingot v0.1.1 |
| 401 | 2026-05-29T17:08:52.641Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 402 | 2026-05-29T17:08:56.423Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 403 | 2026-05-29T17:09:05.127Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 404 | 2026-05-29T17:09:34.700Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 01s |
| 405 | 2026-05-29T17:09:34.726Z | Linking xde kmod... |
| 406 | 2026-05-29T17:09:35.296Z | Building xde dev link helper (release). |
| 407 | 2026-05-29T17:09:35.451Z | 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-29T17:09:35.451Z | 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-29T17:09:35.452Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 410 | 2026-05-29T17:09:46.491Z | 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-29T17:09:48.850Z | Finished `release` profile [optimized + debuginfo] target(s) in 13.52s |
| 412 | 2026-05-29T17:09:48.873Z | Building opteadm (dev). |
| 413 | 2026-05-29T17:09:49.027Z | Compiling serde_core v1.0.228 |
| 414 | 2026-05-29T17:09:49.027Z | Compiling libc v0.2.186 |
| 415 | 2026-05-29T17:09:49.027Z | Compiling cfg-if v1.0.4 |
| 416 | 2026-05-29T17:09:49.027Z | Compiling ident_case v1.0.1 |
| 417 | 2026-05-29T17:09:49.031Z | Compiling strsim v0.11.1 |
| 418 | 2026-05-29T17:09:49.053Z | Compiling memchr v2.8.0 |
| 419 | 2026-05-29T17:09:49.056Z | Compiling fnv v1.0.7 |
| 420 | 2026-05-29T17:09:49.056Z | Compiling syn v2.0.117 |
| 421 | 2026-05-29T17:09:49.101Z | Compiling regex-syntax v0.8.10 |
| 422 | 2026-05-29T17:09:49.128Z | Compiling serde v1.0.228 |
| 423 | 2026-05-29T17:09:49.145Z | Compiling either v1.15.0 |
| 424 | 2026-05-29T17:09:49.323Z | Compiling hashbrown v0.17.0 |
| 425 | 2026-05-29T17:09:49.331Z | Compiling zerocopy v0.8.48 |
| 426 | 2026-05-29T17:09:49.437Z | Compiling aho-corasick v1.1.4 |
| 427 | 2026-05-29T17:09:49.594Z | Compiling equivalent v1.0.2 |
| 428 | 2026-05-29T17:09:49.669Z | Compiling winnow v1.0.2 |
| 429 | 2026-05-29T17:09:49.781Z | Compiling itertools v0.14.0 |
| 430 | 2026-05-29T17:09:49.785Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 431 | 2026-05-29T17:09:49.860Z | Compiling indexmap v2.14.0 |
| 432 | 2026-05-29T17:09:49.987Z | Compiling byteorder v1.5.0 |
| 433 | 2026-05-29T17:09:50.159Z | Compiling heapless v0.8.0 |
| 434 | 2026-05-29T17:09:50.439Z | Compiling hash32 v0.3.1 |
| 435 | 2026-05-29T17:09:50.590Z | Compiling regex-automata v0.4.14 |
| 436 | 2026-05-29T17:09:50.612Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 437 | 2026-05-29T17:09:50.653Z | Compiling rustversion v1.0.22 |
| 438 | 2026-05-29T17:09:50.800Z | Compiling smoltcp v0.11.0 |
| 439 | 2026-05-29T17:09:50.986Z | Compiling bitflags v2.11.1 |
| 440 | 2026-05-29T17:09:51.002Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 441 | 2026-05-29T17:09:51.127Z | Compiling syn v1.0.109 |
| 442 | 2026-05-29T17:09:51.135Z | Compiling stable_deref_trait v1.2.1 |
| 443 | 2026-05-29T17:09:51.154Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 444 | 2026-05-29T17:09:51.202Z | Compiling macaddr v1.0.1 |
| 445 | 2026-05-29T17:09:51.430Z | Compiling version_check v0.9.5 |
| 446 | 2026-05-29T17:09:51.437Z | Compiling managed v0.8.0 |
| 447 | 2026-05-29T17:09:51.446Z | Compiling ref-cast v1.0.25 |
| 448 | 2026-05-29T17:09:51.471Z | Compiling bitflags v1.3.2 |
| 449 | 2026-05-29T17:09:51.534Z | Compiling darling_core v0.21.3 |
| 450 | 2026-05-29T17:09:51.638Z | Compiling proc-macro-crate v3.5.0 |
| 451 | 2026-05-29T17:09:51.649Z | Compiling getrandom v0.4.2 |
| 452 | 2026-05-29T17:09:51.695Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 453 | 2026-05-29T17:09:51.751Z | Compiling rand_core v0.10.1 |
| 454 | 2026-05-29T17:09:51.906Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 455 | 2026-05-29T17:09:52.047Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 456 | 2026-05-29T17:09:52.151Z | Compiling errno v0.3.14 |
| 457 | 2026-05-29T17:09:52.320Z | Compiling regex v1.12.3 |
| 458 | 2026-05-29T17:09:52.667Z | Compiling foreign-types-shared v0.3.1 |
| 459 | 2026-05-29T17:09:52.707Z | Compiling unicode-width v0.2.2 |
| 460 | 2026-05-29T17:09:52.727Z | Compiling thiserror-impl v2.0.18 |
| 461 | 2026-05-29T17:09:52.747Z | Compiling zerocopy-derive v0.8.48 |
| 462 | 2026-05-29T17:09:53.052Z | Compiling serde_derive v1.0.228 |
| 463 | 2026-05-29T17:09:53.182Z | Compiling ref-cast-impl v1.0.25 |
| 464 | 2026-05-29T17:09:53.664Z | Compiling darling_macro v0.21.3 |
| 465 | 2026-05-29T17:09:53.709Z | Compiling num_enum_derive v0.7.6 |
| 466 | 2026-05-29T17:09:53.779Z | Compiling foreign-types-macros v0.2.3 |
| 467 | 2026-05-29T17:09:53.982Z | Compiling thiserror v2.0.18 |
| 468 | 2026-05-29T17:09:54.082Z | Compiling cobs v0.3.0 |
| 469 | 2026-05-29T17:09:54.223Z | Compiling darling v0.21.3 |
| 470 | 2026-05-29T17:09:54.295Z | Compiling ingot-macros v0.1.1 |
| 471 | 2026-05-29T17:09:54.361Z | Compiling ipnetwork v0.21.1 |
| 472 | 2026-05-29T17:09:54.421Z | Compiling once_cell v1.21.4 |
| 473 | 2026-05-29T17:09:54.670Z | Compiling cpufeatures v0.3.0 |
| 474 | 2026-05-29T17:09:54.701Z | Compiling num_enum v0.7.6 |
| 475 | 2026-05-29T17:09:54.737Z | Compiling chacha20 v0.10.0 |
| 476 | 2026-05-29T17:09:54.811Z | Compiling tracing-core v0.1.36 |
| 477 | 2026-05-29T17:09:54.894Z | Compiling foreign-types v0.5.0 |
| 478 | 2026-05-29T17:09:55.064Z | Compiling tabwriter v1.4.1 |
| 479 | 2026-05-29T17:09:55.077Z | Compiling cstr-argument v0.1.2 |
| 480 | 2026-05-29T17:09:55.244Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 481 | 2026-05-29T17:09:55.266Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 482 | 2026-05-29T17:09:55.479Z | Compiling tracing-attributes v0.1.31 |
| 483 | 2026-05-29T17:09:55.751Z | Compiling rustix v1.1.4 |
| 484 | 2026-05-29T17:09:56.180Z | Compiling postcard v1.1.3 |
| 485 | 2026-05-29T17:09:56.222Z | Compiling anyhow v1.0.102 |
| 486 | 2026-05-29T17:09:56.331Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5) |
| 487 | 2026-05-29T17:09:56.404Z | Compiling dyn-clone v1.0.20 |
| 488 | 2026-05-29T17:09:56.417Z | Compiling pin-project-lite v0.2.17 |
| 489 | 2026-05-29T17:09:56.505Z | Compiling pretty-hex v0.4.2 |
| 490 | 2026-05-29T17:09:56.560Z | Compiling terminal_size v0.4.4 |
| 491 | 2026-05-29T17:09:56.565Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 492 | 2026-05-29T17:09:56.631Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df) |
| 493 | 2026-05-29T17:09:56.692Z | Compiling tracing v0.1.44 |
| 494 | 2026-05-29T17:09:56.706Z | Compiling rand v0.10.1 |
| 495 | 2026-05-29T17:09:56.824Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 496 | 2026-05-29T17:09:56.844Z | Compiling uuid v1.23.1 |
| 497 | 2026-05-29T17:09:56.940Z | Compiling socket2 v0.6.3 |
| 498 | 2026-05-29T17:09:56.950Z | Compiling oxnet v0.1.5 |
| 499 | 2026-05-29T17:09:56.953Z | Compiling colored v3.1.1 |
| 500 | 2026-05-29T17:09:57.045Z | Compiling ingot-types v0.1.2 |
| 501 | 2026-05-29T17:09:57.219Z | Compiling clap_derive v4.6.1 |
| 502 | 2026-05-29T17:09:57.415Z | Compiling ingot v0.1.1 |
| 503 | 2026-05-29T17:09:57.420Z | Compiling clap_builder v4.6.0 |
| 504 | 2026-05-29T17:09:57.447Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 505 | 2026-05-29T17:09:59.032Z | Compiling clap v4.6.1 |
| 506 | 2026-05-29T17:09:59.090Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 507 | 2026-05-29T17:10:00.631Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 508 | 2026-05-29T17:10:02.021Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 509 | 2026-05-29T17:10:06.428Z | Finished `dev` profile [optimized + debuginfo] target(s) in 17.55s |
| 510 | 2026-05-29T17:10:06.456Z | Building xde (dev). |
| 511 | 2026-05-29T17:10:06.680Z | 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-29T17:10:06.681Z | 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-29T17:10:06.681Z | Compiling proc-macro2 v1.0.106 |
| 514 | 2026-05-29T17:10:06.681Z | Compiling unicode-ident v1.0.24 |
| 515 | 2026-05-29T17:10:06.684Z | Compiling quote v1.0.45 |
| 516 | 2026-05-29T17:10:06.684Z | Compiling strsim v0.11.1 |
| 517 | 2026-05-29T17:10:06.684Z | Compiling ident_case v1.0.1 |
| 518 | 2026-05-29T17:10:06.684Z | Compiling serde_core v1.0.228 |
| 519 | 2026-05-29T17:10:06.796Z | Compiling fnv v1.0.7 |
| 520 | 2026-05-29T17:10:06.803Z | Compiling memchr v2.8.0 |
| 521 | 2026-05-29T17:10:06.876Z | Compiling regex-syntax v0.8.10 |
| 522 | 2026-05-29T17:10:07.053Z | Compiling either v1.15.0 |
| 523 | 2026-05-29T17:10:07.062Z | Compiling zerocopy v0.8.48 |
| 524 | 2026-05-29T17:10:07.075Z | Compiling serde v1.0.228 |
| 525 | 2026-05-29T17:10:07.190Z | Compiling aho-corasick v1.1.4 |
| 526 | 2026-05-29T17:10:07.236Z | Compiling thiserror v2.0.18 |
| 527 | 2026-05-29T17:10:07.473Z | Compiling itertools v0.14.0 |
| 528 | 2026-05-29T17:10:07.482Z | Compiling heapless v0.8.0 |
| 529 | 2026-05-29T17:10:07.804Z | Compiling syn v2.0.117 |
| 530 | 2026-05-29T17:10:07.865Z | Compiling smoltcp v0.11.0 |
| 531 | 2026-05-29T17:10:07.878Z | Compiling ref-cast v1.0.25 |
| 532 | 2026-05-29T17:10:07.975Z | Compiling crc32fast v1.5.0 |
| 533 | 2026-05-29T17:10:08.253Z | Compiling version_check v0.9.5 |
| 534 | 2026-05-29T17:10:08.339Z | Compiling regex-automata v0.4.14 |
| 535 | 2026-05-29T17:10:08.627Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 536 | 2026-05-29T17:10:09.879Z | Compiling regex v1.12.3 |
| 537 | 2026-05-29T17:10:10.102Z | Compiling darling_core v0.21.3 |
| 538 | 2026-05-29T17:10:10.106Z | Compiling darling_core v0.23.0 |
| 539 | 2026-05-29T17:10:11.051Z | Compiling thiserror-impl v2.0.18 |
| 540 | 2026-05-29T17:10:11.051Z | Compiling serde_derive v1.0.228 |
| 541 | 2026-05-29T17:10:11.051Z | Compiling zerocopy-derive v0.8.48 |
| 542 | 2026-05-29T17:10:11.055Z | Compiling ref-cast-impl v1.0.25 |
| 543 | 2026-05-29T17:10:11.055Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 544 | 2026-05-29T17:10:12.590Z | Compiling darling_macro v0.21.3 |
| 545 | 2026-05-29T17:10:12.740Z | Compiling darling_macro v0.23.0 |
| 546 | 2026-05-29T17:10:13.544Z | Compiling darling v0.21.3 |
| 547 | 2026-05-29T17:10:13.608Z | Compiling ingot-macros v0.1.1 |
| 548 | 2026-05-29T17:10:13.707Z | Compiling darling v0.23.0 |
| 549 | 2026-05-29T17:10:13.771Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 550 | 2026-05-29T17:10:18.066Z | 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-29T17:10:19.812Z | Compiling byteorder v1.5.0 |
| 552 | 2026-05-29T17:10:19.812Z | Compiling stable_deref_trait v1.2.1 |
| 553 | 2026-05-29T17:10:19.815Z | Compiling cfg-if v1.0.4 |
| 554 | 2026-05-29T17:10:19.815Z | Compiling macaddr v1.0.1 |
| 555 | 2026-05-29T17:10:19.879Z | Compiling cobs v0.3.0 |
| 556 | 2026-05-29T17:10:19.884Z | Compiling bitflags v1.3.2 |
| 557 | 2026-05-29T17:10:19.915Z | Compiling managed v0.8.0 |
| 558 | 2026-05-29T17:10:19.946Z | Compiling hash32 v0.3.1 |
| 559 | 2026-05-29T17:10:20.164Z | Compiling dyn-clone v1.0.20 |
| 560 | 2026-05-29T17:10:20.242Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 561 | 2026-05-29T17:10:21.329Z | Compiling bitflags v2.11.1 |
| 562 | 2026-05-29T17:10:21.329Z | Compiling uuid v1.23.1 |
| 563 | 2026-05-29T17:10:21.459Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 564 | 2026-05-29T17:10:21.738Z | Compiling postcard v1.1.3 |
| 565 | 2026-05-29T17:10:22.545Z | Compiling ingot-types v0.1.2 |
| 566 | 2026-05-29T17:10:22.821Z | Compiling ingot v0.1.1 |
| 567 | 2026-05-29T17:10:24.250Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 568 | 2026-05-29T17:10:28.528Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 569 | 2026-05-29T17:10:38.853Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 570 | 2026-05-29T17:10:47.157Z | Finished `dev` profile [optimized + debuginfo] target(s) in 40.67s |
| 571 | 2026-05-29T17:10:47.180Z | Linking xde kmod... |
| 572 | 2026-05-29T17:10:48.363Z | Building xde dev link helper (dev). |
| 573 | 2026-05-29T17:10:48.529Z | 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-29T17:10:48.529Z | 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-29T17:10:48.529Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 576 | 2026-05-29T17:10:59.009Z | 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-29T17:11:01.180Z | Finished `dev` profile [optimized + debuginfo] target(s) in 12.78s |
| 578 | 2026-05-29T17:11:01.202Z | |
| 579 | 2026-05-29T17:11:01.202Z | real 3:06.327317315 |
| 580 | 2026-05-29T17:11:01.202Z | user 9:00.462402757 |
| 581 | 2026-05-29T17:11:01.205Z | sys 58.565586478 |
| 582 | 2026-05-29T17:11:01.205Z | trap 0.229343442 |
| 583 | 2026-05-29T17:11:01.205Z | tflt 0.647838190 |
| 584 | 2026-05-29T17:11:01.205Z | dflt 1.526486661 |
| 585 | 2026-05-29T17:11:01.205Z | kflt 0.006287830 |
| 586 | 2026-05-29T17:11:01.205Z | lock 29:36.055446426 |
| 587 | 2026-05-29T17:11:01.205Z | slp 20:55.195574565 |
| 588 | 2026-05-29T17:11:01.205Z | lat 21.463505590 |
| 589 | 2026-05-29T17:11:01.205Z | stop 30.932148834 |
| 590 | 2026-05-29T17:11:01.206Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 591 | 2026-05-29T17:11:01.206Z | + grep GOTPCREL |
| 592 | 2026-05-29T17:11:02.166Z | + header 'package opte' |
| 593 | 2026-05-29T17:11:02.166Z | + echo '# ==== package opte ==== #' |
| 594 | 2026-05-29T17:11:02.169Z | + cargo xtask package --skip-build --profile all |
| 595 | 2026-05-29T17:11:02.169Z | # ==== package opte ==== # |
| 596 | 2026-05-29T17:11:02.304Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s |
| 597 | 2026-05-29T17:11:02.308Z | Running `target/debug/xtask package --skip-build --profile all` |
| 598 | 2026-05-29T17:11:02.515Z | + ./clean.sh |
| 599 | 2026-05-29T17:11:02.523Z | + mkdir -p proto/kernel/drv/amd64 |
| 600 | 2026-05-29T17:11:02.526Z | + mkdir -p proto/opt/oxide/opte/bin |
| 601 | 2026-05-29T17:11:02.526Z | + mkdir -p proto/usr/lib/devfsadm/linkmod |
| 602 | 2026-05-29T17:11:02.529Z | + cp ../target/release/opteadm proto/opt/oxide/opte/bin/ |
| 603 | 2026-05-29T17:11:02.543Z | + cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64 |
| 604 | 2026-05-29T17:11:02.585Z | + cp ../xde/xde.conf proto/kernel/drv/ |
| 605 | 2026-05-29T17:11:02.588Z | + cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so |
| 606 | 2026-05-29T17:11:02.588Z | + '[' -z ']' |
| 607 | 2026-05-29T17:11:02.588Z | + cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg |
| 608 | 2026-05-29T17:11:02.616Z | + cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg |
| 609 | 2026-05-29T17:11:02.691Z | + INC_DEBUG= |
| 610 | 2026-05-29T17:11:02.694Z | + typeset -ri TAG=0 |
| 611 | 2026-05-29T17:11:02.694Z | ++ ./print-api-version.sh |
| 612 | 2026-05-29T17:11:02.697Z | + API_VSN=40 |
| 613 | 2026-05-29T17:11:02.697Z | + PKG_VERSION=0.40.485-3.0 |
| 614 | 2026-05-29T17:11:02.700Z | + sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.40.485-3.0/g opte.template.p5m |
| 615 | 2026-05-29T17:11:02.700Z | + pkgmogrify -v -D inc_debug= -O opte.base.p5m |
| 616 | 2026-05-29T17:11:03.242Z | + pkgdepend generate -d proto opte.base.p5m |
| 617 | 2026-05-29T17:11:03.602Z | + mkdir -p packages |
| 618 | 2026-05-29T17:11:03.605Z | + pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m |
| 619 | 2026-05-29T17:11:10.560Z | + cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m |
| 620 | 2026-05-29T17:11:10.563Z | + pkgrepo create packages/repo |
| 621 | 2026-05-29T17:11:10.771Z | + pkgrepo add-publisher -s packages/repo helios |
| 622 | 2026-05-29T17:11:10.978Z | + pkgsend publish -d proto -s packages/repo opte.final.p5m |
| 623 | 2026-05-29T17:11:40.255Z | pkg://helios/driver/network/opte@0.40.485,5.11-3.0:20260529T171110Z |
| 624 | 2026-05-29T17:11:40.255Z | PUBLISHED |
| 625 | 2026-05-29T17:11:40.292Z | + pkgrecv -a -d packages/repo/opte-0.40.485-3.0.p5p -s packages/repo -v -m latest '*' |
| 626 | 2026-05-29T17:11:40.469Z | Retrieving packages for publisher helios ... |
| 627 | 2026-05-29T17:11:40.472Z | Retrieving catalog 'helios' ... Done |
| 628 | 2026-05-29T17:11:40.475Z | Retrieving and evaluating 1 package(s)... |
| 629 | 2026-05-29T17:11:40.475Z | Fetching manifests: 1/1 100% complete |
| 630 | 2026-05-29T17:11:40.475Z | Fetching manifests: 1/1 100% complete |
| 631 | 2026-05-29T17:11:40.475Z | |
| 632 | 2026-05-29T17:11:40.475Z | Archiving packages ... |
| 633 | 2026-05-29T17:11:40.475Z | Packages to add: 1 |
| 634 | 2026-05-29T17:11:40.475Z | Files to retrieve: 6 |
| 635 | 2026-05-29T17:11:40.475Z | Estimated transfer size: 37.04 MB |
| 636 | 2026-05-29T17:11:40.475Z | |
| 637 | 2026-05-29T17:11:40.475Z | Packages to archive: |
| 638 | 2026-05-29T17:11:40.475Z | driver/network/opte@0.40.485,5.11-3.0:20260529T171110Z |
| 639 | 2026-05-29T17:11:40.475Z | |
| 640 | 2026-05-29T17:11:40.475Z | Download: 0/6 items 0.0/37.0MB 0% complete |
| 641 | 2026-05-29T17:11:40.541Z | Download: Completed 37.04 MB in 0.07 seconds (548M/s) |
| 642 | 2026-05-29T17:11:40.544Z | Archiving: 1/20 items 0.0/37.1MB 0% complete |
| 643 | 2026-05-29T17:11:40.551Z | Archiving: Completed 37.07 MB in 0.01 seconds |
| 644 | 2026-05-29T17:11:40.591Z | Successfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.40.485-3.0.p5p. |
| 645 | 2026-05-29T17:11:40.594Z | + banner copy |
| 646 | 2026-05-29T17:11:40.597Z | |
| 647 | 2026-05-29T17:11:40.597Z | #### #### ##### # # |
| 648 | 2026-05-29T17:11:40.597Z | # # # # # # # # |
| 649 | 2026-05-29T17:11:40.597Z | # # # # # # |
| 650 | 2026-05-29T17:11:40.598Z | # # # ##### # |
| 651 | 2026-05-29T17:11:40.598Z | # # # # # # |
| 652 | 2026-05-29T17:11:40.598Z | #### #### # # |
| 653 | 2026-05-29T17:11:40.598Z | |
| 654 | 2026-05-29T17:11:40.598Z | + pfexec mkdir -p /out |
| 655 | 2026-05-29T17:11:40.601Z | + pfexec chown 12345 /out |
| 656 | 2026-05-29T17:11:40.601Z | + PKG_NAME=/out/opte.p5p |
| 657 | 2026-05-29T17:11:40.601Z | + mv pkg/packages/repo/opte-0.40.485-3.0.p5p /out/opte.p5p |
| 658 | 2026-05-29T17:11:40.629Z | + sha256sum /out/opte.p5p |
| 659 | 2026-05-29T17:11:40.653Z | process exited: duration 239554 ms, exit code 0 |
| |
| 660 | 2026-05-29T17:11:40.665Z | found 2 output files |
| 661 | 2026-05-29T17:11:40.699Z | uploading: /out/opte.p5p (38881280 bytes) |
| 662 | 2026-05-29T17:11:42.293Z | uploaded: /out/opte.p5p |
| 663 | 2026-05-29T17:11:42.293Z | uploading: /out/opte.p5p.sha256 (80 bytes) |
| 664 | 2026-05-29T17:11:43.318Z | uploaded: /out/opte.p5p.sha256 |