|
|
|
| 1 | 2026-07-24T22:09:39.655Z | job assigned to worker 01KYB2S9E701B6XC0NPBFKJWKM [factory aws, i-0dfa164253af8683a] (queued for 49 s) |
| |
| 2 | 2026-07-24T22:09:47.641Z | starting task 0: "setup" |
| 3 | 2026-07-24T22:09:47.650Z | ++ uname -s |
| 4 | 2026-07-24T22:09:47.650Z | + kern=SunOS |
| 5 | 2026-07-24T22:09:47.650Z | + build_user=build |
| 6 | 2026-07-24T22:09:47.650Z | + build_uid=12345 |
| 7 | 2026-07-24T22:09:47.650Z | + work_dir=/work |
| 8 | 2026-07-24T22:09:47.650Z | + input_dir=/input |
| 9 | 2026-07-24T22:09:47.651Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-24T22:09:47.651Z | + case "$kern" in |
| 11 | 2026-07-24T22:09:47.651Z | + groupadd -g 12345 build |
| 12 | 2026-07-24T22:09:47.651Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-24T22:09:49.644Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-24T22:09:49.716Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-24T22:09:49.720Z | + home_fs=zfs |
| 16 | 2026-07-24T22:09:49.720Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-24T22:09:49.720Z | + mkdir -p /home/build |
| 18 | 2026-07-24T22:09:49.720Z | + chown build:build /home/build /work |
| 19 | 2026-07-24T22:09:51.720Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-24T22:09:51.723Z | process exited: duration 4091 ms, exit code 0 |
| |
| 21 | 2026-07-24T22:09:51.730Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-24T22:09:51.733Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-24T22:09:51.733Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-07-24T22:09:51.733Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-07-24T22:09:51.733Z | * rust toolchain profile = "default" |
| 26 | 2026-07-24T22:09:51.733Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-24T22:09:51.733Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-24T22:09:51.736Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-24T22:09:51.736Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-24T22:09:51.842Z | info: downloading installer |
| 31 | 2026-07-24T22:09:53.396Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-24T22:09:53.396Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-24T22:09:53.396Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-24T22:09:53.396Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-24T22:09:53.409Z | info: profile set to default |
| 36 | 2026-07-24T22:09:53.409Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-24T22:09:53.412Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-24T22:09:53.537Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-24T22:09:53.540Z | info: downloading 6 components |
| 40 | 2026-07-24T22:10:07.471Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-07-24T22:10:07.471Z | |
| 42 | 2026-07-24T22:10:07.499Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-24T22:10:07.499Z | |
| 44 | 2026-07-24T22:10:07.499Z | |
| 45 | 2026-07-24T22:10:07.499Z | Rust is installed now. Great! |
| 46 | 2026-07-24T22:10:07.499Z | |
| 47 | 2026-07-24T22:10:07.503Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-24T22:10:07.503Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-24T22:10:07.503Z | |
| 50 | 2026-07-24T22:10:07.503Z | To configure your current shell, you need to source |
| 51 | 2026-07-24T22:10:07.503Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-24T22:10:07.503Z | |
| 53 | 2026-07-24T22:10:07.503Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-24T22:10:07.503Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-24T22:10:07.503Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-24T22:10:07.503Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-24T22:10:07.503Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-24T22:10:07.503Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-24T22:10:07.503Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-24T22:10:07.503Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-24T22:10:07.503Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-24T22:10:07.593Z | + rustup --version |
| 63 | 2026-07-24T22:10:07.603Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-24T22:10:07.606Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-24T22:10:07.624Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-24T22:10:07.627Z | + cargo --version |
| 67 | 2026-07-24T22:10:07.641Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-24T22:10:07.644Z | + rustc --version |
| 69 | 2026-07-24T22:10:07.664Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-24T22:10:07.667Z | process exited: duration 15937 ms, exit code 0 |
| |
| 71 | 2026-07-24T22:10:07.673Z | starting task 2: "authentication" |
| 72 | 2026-07-24T22:10:07.690Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-24T22:10:07.698Z | starting task 3: "clone repository" |
| 74 | 2026-07-24T22:10:07.701Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-24T22:10:07.701Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-24T22:10:07.732Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-24T22:10:08.780Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-24T22:10:08.780Z | + git fetch origin 62c6d27460a63db80e78c78f3115f8b21ff3cf21 |
| 79 | 2026-07-24T22:10:09.031Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-24T22:10:09.031Z | * branch 62c6d27460a63db80e78c78f3115f8b21ff3cf21 -> FETCH_HEAD |
| 81 | 2026-07-24T22:10:09.038Z | + [[ -n icmp-ptb ]] |
| 82 | 2026-07-24T22:10:09.041Z | ++ git branch --show-current |
| 83 | 2026-07-24T22:10:09.041Z | + current=master |
| 84 | 2026-07-24T22:10:09.041Z | + [[ master != icmp-ptb ]] |
| 85 | 2026-07-24T22:10:09.041Z | + git branch -f icmp-ptb 62c6d27460a63db80e78c78f3115f8b21ff3cf21 |
| 86 | 2026-07-24T22:10:09.044Z | + git checkout -f icmp-ptb |
| 87 | 2026-07-24T22:10:09.060Z | Switched to branch 'icmp-ptb' |
| 88 | 2026-07-24T22:10:09.063Z | + git reset --hard 62c6d27460a63db80e78c78f3115f8b21ff3cf21 |
| 89 | 2026-07-24T22:10:09.067Z | HEAD is now at 62c6d27 Merge branch 'master' into icmp-ptb |
| 90 | 2026-07-24T22:10:09.070Z | process exited: duration 1372 ms, exit code 0 |
| |
| 91 | 2026-07-24T22:10:09.077Z | starting task 4: "build" |
| 92 | 2026-07-24T22:10:09.080Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-24T22:10:09.080Z | ++ rustup show active-toolchain |
| 94 | 2026-07-24T22:10:09.086Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-24T22:10:09.091Z | ++ pushd xde |
| 96 | 2026-07-24T22:10:09.091Z | ++ rustup show active-toolchain |
| 97 | 2026-07-24T22:10:09.091Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 98 | 2026-07-24T22:10:09.094Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 99 | 2026-07-24T22:10:09.238Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 100 | 2026-07-24T22:10:09.241Z | info: downloading 6 components |
| 101 | 2026-07-24T22:10:23.465Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-24T22:10:23.562Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-24T22:10:23.565Z | +++ head -n 1 |
| 104 | 2026-07-24T22:10:23.565Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-24T22:10:23.616Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 106 | 2026-07-24T22:10:23.616Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-07-24T22:10:23.616Z | ++ popd |
| 108 | 2026-07-24T22:10:23.619Z | /work/oxidecomputer/opte |
| 109 | 2026-07-24T22:10:23.619Z | + TGT_BASE=/work |
| 110 | 2026-07-24T22:10:23.619Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 111 | 2026-07-24T22:10:23.620Z | + REL_TGT=/work/release |
| 112 | 2026-07-24T22:10:23.620Z | + mkdir -p /work/release |
| 113 | 2026-07-24T22:10:23.620Z | + cargo --version |
| 114 | 2026-07-24T22:10:23.627Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 115 | 2026-07-24T22:10:23.630Z | + rustc --version |
| 116 | 2026-07-24T22:10:23.649Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 117 | 2026-07-24T22:10:23.652Z | + header 'build xde and opteadm (release+debug)' |
| 118 | 2026-07-24T22:10:23.652Z | + echo '# ==== build xde and opteadm (release+debug) ==== #' |
| 119 | 2026-07-24T22:10:23.652Z | + ptime -m cargo xtask build --profile all |
| 120 | 2026-07-24T22:10:23.652Z | # ==== build xde and opteadm (release+debug) ==== # |
| 121 | 2026-07-24T22:10:23.754Z | Updating crates.io index |
| 122 | 2026-07-24T22:10:23.758Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 123 | 2026-07-24T22:10:24.422Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 124 | 2026-07-24T22:10:24.942Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 125 | 2026-07-24T22:10:25.262Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 126 | 2026-07-24T22:10:25.497Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 127 | 2026-07-24T22:10:25.729Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 128 | 2026-07-24T22:10:25.982Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 129 | 2026-07-24T22:10:27.656Z | Downloading crates ... |
| 130 | 2026-07-24T22:10:27.697Z | Downloaded cargo-platform v0.3.3 |
| 131 | 2026-07-24T22:10:27.702Z | Downloaded anyhow v1.0.103 |
| 132 | 2026-07-24T22:10:27.704Z | Downloaded anstream v1.0.0 |
| 133 | 2026-07-24T22:10:27.707Z | Downloaded cargo_metadata v0.23.1 |
| 134 | 2026-07-24T22:10:27.710Z | Downloaded is_terminal_polyfill v1.70.2 |
| 135 | 2026-07-24T22:10:27.710Z | Downloaded colorchoice v1.0.5 |
| 136 | 2026-07-24T22:10:27.719Z | Downloaded serde_spanned v1.1.1 |
| 137 | 2026-07-24T22:10:27.722Z | Downloaded clap_lex v1.1.0 |
| 138 | 2026-07-24T22:10:27.725Z | Downloaded anstyle-query v1.1.5 |
| 139 | 2026-07-24T22:10:27.725Z | Downloaded equivalent v1.0.2 |
| 140 | 2026-07-24T22:10:27.728Z | Downloaded strsim v0.11.1 |
| 141 | 2026-07-24T22:10:27.728Z | Downloaded thiserror v2.0.18 |
| 142 | 2026-07-24T22:10:27.731Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 143 | 2026-07-24T22:10:27.744Z | Downloaded terminal_size v0.4.4 |
| 144 | 2026-07-24T22:10:27.747Z | Downloaded errno v0.3.14 |
| 145 | 2026-07-24T22:10:27.747Z | Downloaded heck v0.5.0 |
| 146 | 2026-07-24T22:10:27.750Z | Downloaded quote v1.0.46 |
| 147 | 2026-07-24T22:10:27.753Z | Downloaded itoa v1.0.18 |
| 148 | 2026-07-24T22:10:27.753Z | Downloaded utf8parse v0.2.2 |
| 149 | 2026-07-24T22:10:27.753Z | Downloaded semver v1.0.28 |
| 150 | 2026-07-24T22:10:27.756Z | Downloaded camino v1.2.4 |
| 151 | 2026-07-24T22:10:27.765Z | Downloaded zmij v1.0.22 |
| 152 | 2026-07-24T22:10:27.772Z | Downloaded serde_derive v1.0.228 |
| 153 | 2026-07-24T22:10:27.775Z | Downloaded anstyle v1.0.14 |
| 154 | 2026-07-24T22:10:27.778Z | Downloaded anstyle-parse v1.0.0 |
| 155 | 2026-07-24T22:10:27.778Z | Downloaded clap_derive v4.6.1 |
| 156 | 2026-07-24T22:10:27.781Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 157 | 2026-07-24T22:10:27.781Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 158 | 2026-07-24T22:10:27.787Z | Downloaded clap v4.6.1 |
| 159 | 2026-07-24T22:10:27.792Z | Downloaded thiserror-impl v2.0.18 |
| 160 | 2026-07-24T22:10:27.796Z | Downloaded unicode-ident v1.0.24 |
| 161 | 2026-07-24T22:10:27.799Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 162 | 2026-07-24T22:10:27.802Z | Downloaded bitflags v2.13.0 |
| 163 | 2026-07-24T22:10:27.804Z | Downloaded proc-macro2 v1.0.106 |
| 164 | 2026-07-24T22:10:27.814Z | Downloaded serde v1.0.228 |
| 165 | 2026-07-24T22:10:27.817Z | Downloaded memchr v2.8.3 |
| 166 | 2026-07-24T22:10:27.820Z | Downloaded serde_core v1.0.228 |
| 167 | 2026-07-24T22:10:27.822Z | Downloaded indexmap v2.14.0 |
| 168 | 2026-07-24T22:10:27.835Z | Downloaded hashbrown v0.17.1 |
| 169 | 2026-07-24T22:10:27.844Z | Downloaded serde_json v1.0.150 |
| 170 | 2026-07-24T22:10:27.847Z | Downloaded winnow v1.0.3 |
| 171 | 2026-07-24T22:10:27.852Z | Downloaded clap_builder v4.6.0 |
| 172 | 2026-07-24T22:10:27.877Z | Downloaded syn v2.0.118 |
| 173 | 2026-07-24T22:10:27.893Z | Downloaded rustix v1.1.4 |
| 174 | 2026-07-24T22:10:27.917Z | Downloaded libc v0.2.186 |
| 175 | 2026-07-24T22:10:27.965Z | Compiling proc-macro2 v1.0.106 |
| 176 | 2026-07-24T22:10:27.965Z | Compiling serde_core v1.0.228 |
| 177 | 2026-07-24T22:10:27.965Z | Compiling quote v1.0.46 |
| 178 | 2026-07-24T22:10:27.968Z | Compiling unicode-ident v1.0.24 |
| 179 | 2026-07-24T22:10:27.968Z | Compiling libc v0.2.186 |
| 180 | 2026-07-24T22:10:27.968Z | Compiling rustix v1.1.4 |
| 181 | 2026-07-24T22:10:27.968Z | Compiling utf8parse v0.2.2 |
| 182 | 2026-07-24T22:10:27.968Z | Compiling zmij v1.0.22 |
| 183 | 2026-07-24T22:10:28.151Z | Compiling bitflags v2.13.0 |
| 184 | 2026-07-24T22:10:28.167Z | Compiling anstyle-parse v1.0.0 |
| 185 | 2026-07-24T22:10:28.404Z | Compiling is_terminal_polyfill v1.70.2 |
| 186 | 2026-07-24T22:10:28.415Z | Compiling anstyle v1.0.14 |
| 187 | 2026-07-24T22:10:28.426Z | Compiling thiserror v2.0.18 |
| 188 | 2026-07-24T22:10:28.483Z | Compiling serde_json v1.0.150 |
| 189 | 2026-07-24T22:10:28.556Z | Compiling serde v1.0.228 |
| 190 | 2026-07-24T22:10:28.613Z | Compiling anstyle-query v1.1.5 |
| 191 | 2026-07-24T22:10:28.675Z | Compiling colorchoice v1.0.5 |
| 192 | 2026-07-24T22:10:28.701Z | Compiling camino v1.2.4 |
| 193 | 2026-07-24T22:10:28.717Z | Compiling errno v0.3.14 |
| 194 | 2026-07-24T22:10:28.790Z | Compiling anstream v1.0.0 |
| 195 | 2026-07-24T22:10:28.917Z | Compiling heck v0.5.0 |
| 196 | 2026-07-24T22:10:28.929Z | Compiling strsim v0.11.1 |
| 197 | 2026-07-24T22:10:29.102Z | Compiling memchr v2.8.3 |
| 198 | 2026-07-24T22:10:29.192Z | Compiling anyhow v1.0.103 |
| 199 | 2026-07-24T22:10:29.239Z | Compiling syn v2.0.118 |
| 200 | 2026-07-24T22:10:29.284Z | Compiling winnow v1.0.3 |
| 201 | 2026-07-24T22:10:29.290Z | Compiling clap_lex v1.1.0 |
| 202 | 2026-07-24T22:10:29.501Z | Compiling terminal_size v0.4.4 |
| 203 | 2026-07-24T22:10:29.655Z | Compiling itoa v1.0.18 |
| 204 | 2026-07-24T22:10:29.676Z | Compiling clap_builder v4.6.0 |
| 205 | 2026-07-24T22:10:29.701Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 206 | 2026-07-24T22:10:29.916Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 207 | 2026-07-24T22:10:30.310Z | Compiling cargo-platform v0.3.3 |
| 208 | 2026-07-24T22:10:30.387Z | Compiling serde_spanned v1.1.1 |
| 209 | 2026-07-24T22:10:30.543Z | Compiling semver v1.0.28 |
| 210 | 2026-07-24T22:10:30.885Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 211 | 2026-07-24T22:10:31.082Z | Compiling toml v1.1.2+spec-1.1.0 |
| 212 | 2026-07-24T22:10:31.607Z | Compiling thiserror-impl v2.0.18 |
| 213 | 2026-07-24T22:10:31.873Z | Compiling serde_derive v1.0.228 |
| 214 | 2026-07-24T22:10:31.889Z | Compiling clap_derive v4.6.1 |
| 215 | 2026-07-24T22:10:33.426Z | Compiling clap v4.6.1 |
| 216 | 2026-07-24T22:10:34.955Z | Compiling cargo_metadata v0.23.1 |
| 217 | 2026-07-24T22:10:37.390Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 218 | 2026-07-24T22:10:38.999Z | Finished `dev` profile [optimized + debuginfo] target(s) in 15.33s |
| 219 | 2026-07-24T22:10:39.072Z | Running `target/debug/xtask build --profile all` |
| 220 | 2026-07-24T22:10:40.444Z | Building opteadm (release). |
| 221 | 2026-07-24T22:10:40.536Z | Compiling proc-macro2 v1.0.106 |
| 222 | 2026-07-24T22:10:40.536Z | Compiling unicode-ident v1.0.24 |
| 223 | 2026-07-24T22:10:40.536Z | Compiling quote v1.0.46 |
| 224 | 2026-07-24T22:10:40.536Z | Compiling serde_core v1.0.228 |
| 225 | 2026-07-24T22:10:40.539Z | Compiling libc v0.2.186 |
| 226 | 2026-07-24T22:10:40.539Z | Compiling cfg-if v1.0.4 |
| 227 | 2026-07-24T22:10:40.539Z | Compiling thiserror v2.0.18 |
| 228 | 2026-07-24T22:10:40.539Z | Compiling memchr v2.8.3 |
| 229 | 2026-07-24T22:10:40.604Z | Compiling ident_case v1.0.1 |
| 230 | 2026-07-24T22:10:40.655Z | Compiling strsim v0.11.1 |
| 231 | 2026-07-24T22:10:40.704Z | Compiling regex-syntax v0.8.11 |
| 232 | 2026-07-24T22:10:40.841Z | Compiling winnow v1.0.3 |
| 233 | 2026-07-24T22:10:40.922Z | Compiling either v1.16.0 |
| 234 | 2026-07-24T22:10:41.030Z | Compiling aho-corasick v1.1.4 |
| 235 | 2026-07-24T22:10:41.086Z | Compiling serde v1.0.228 |
| 236 | 2026-07-24T22:10:41.107Z | Compiling anyhow v1.0.103 |
| 237 | 2026-07-24T22:10:41.306Z | Compiling equivalent v1.0.2 |
| 238 | 2026-07-24T22:10:41.381Z | Compiling zerocopy v0.8.54 |
| 239 | 2026-07-24T22:10:41.412Z | Compiling hashbrown v0.17.1 |
| 240 | 2026-07-24T22:10:41.443Z | Compiling itertools v0.15.0 |
| 241 | 2026-07-24T22:10:41.779Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 242 | 2026-07-24T22:10:41.868Z | Compiling syn v2.0.118 |
| 243 | 2026-07-24T22:10:41.939Z | Compiling indexmap v2.14.0 |
| 244 | 2026-07-24T22:10:41.952Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 245 | 2026-07-24T22:10:42.169Z | Compiling heapless v0.8.0 |
| 246 | 2026-07-24T22:10:42.333Z | Compiling regex-automata v0.4.15 |
| 247 | 2026-07-24T22:10:42.455Z | Compiling byteorder v1.5.0 |
| 248 | 2026-07-24T22:10:42.556Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 249 | 2026-07-24T22:10:42.639Z | Compiling hash32 v0.3.1 |
| 250 | 2026-07-24T22:10:42.647Z | Compiling stable_deref_trait v1.2.1 |
| 251 | 2026-07-24T22:10:42.708Z | Compiling macaddr v1.0.1 |
| 252 | 2026-07-24T22:10:42.767Z | Compiling bitflags v2.13.0 |
| 253 | 2026-07-24T22:10:42.780Z | Compiling smoltcp v0.11.0 |
| 254 | 2026-07-24T22:10:42.852Z | Compiling syn v1.0.109 |
| 255 | 2026-07-24T22:10:42.891Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 256 | 2026-07-24T22:10:42.906Z | Compiling rustversion v1.0.23 |
| 257 | 2026-07-24T22:10:43.113Z | Compiling proc-macro-crate v3.5.0 |
| 258 | 2026-07-24T22:10:43.125Z | Compiling ref-cast v1.0.25 |
| 259 | 2026-07-24T22:10:43.192Z | Compiling version_check v0.9.5 |
| 260 | 2026-07-24T22:10:43.296Z | Compiling rustix v1.1.4 |
| 261 | 2026-07-24T22:10:43.411Z | Compiling getrandom v0.4.3 |
| 262 | 2026-07-24T22:10:43.438Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 263 | 2026-07-24T22:10:43.444Z | Compiling bitflags v1.3.2 |
| 264 | 2026-07-24T22:10:43.499Z | Compiling managed v0.8.0 |
| 265 | 2026-07-24T22:10:43.503Z | Compiling rand_core v0.10.1 |
| 266 | 2026-07-24T22:10:43.581Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 267 | 2026-07-24T22:10:43.669Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 268 | 2026-07-24T22:10:43.789Z | Compiling errno v0.3.14 |
| 269 | 2026-07-24T22:10:43.795Z | Compiling foreign-types-shared v0.3.1 |
| 270 | 2026-07-24T22:10:43.867Z | Compiling ipnetwork v0.21.1 |
| 271 | 2026-07-24T22:10:44.051Z | Compiling regex v1.13.0 |
| 272 | 2026-07-24T22:10:44.172Z | Compiling cpufeatures v0.3.0 |
| 273 | 2026-07-24T22:10:44.221Z | Compiling once_cell v1.21.4 |
| 274 | 2026-07-24T22:10:44.232Z | Compiling utf8parse v0.2.2 |
| 275 | 2026-07-24T22:10:44.324Z | Compiling unicode-width v0.2.2 |
| 276 | 2026-07-24T22:10:44.431Z | Compiling tracing-core v0.1.36 |
| 277 | 2026-07-24T22:10:44.438Z | Compiling cstr-argument v0.1.2 |
| 278 | 2026-07-24T22:10:44.585Z | Compiling darling_core v0.23.0 |
| 279 | 2026-07-24T22:10:44.604Z | Compiling tabwriter v1.4.1 |
| 280 | 2026-07-24T22:10:44.683Z | Compiling anstyle-parse v1.0.0 |
| 281 | 2026-07-24T22:10:44.878Z | Compiling chacha20 v0.10.1 |
| 282 | 2026-07-24T22:10:45.249Z | Compiling colorchoice v1.0.5 |
| 283 | 2026-07-24T22:10:45.351Z | Compiling dyn-clone v1.0.20 |
| 284 | 2026-07-24T22:10:45.428Z | Compiling anstyle-query v1.1.5 |
| 285 | 2026-07-24T22:10:45.436Z | Compiling pretty-hex v0.4.2 |
| 286 | 2026-07-24T22:10:45.481Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 287 | 2026-07-24T22:10:45.518Z | Compiling anstyle v1.0.14 |
| 288 | 2026-07-24T22:10:45.555Z | Compiling is_terminal_polyfill v1.70.2 |
| 289 | 2026-07-24T22:10:45.636Z | Compiling pin-project-lite v0.2.17 |
| 290 | 2026-07-24T22:10:45.639Z | Compiling thiserror-impl v2.0.18 |
| 291 | 2026-07-24T22:10:45.680Z | Compiling serde_derive v1.0.228 |
| 292 | 2026-07-24T22:10:45.719Z | Compiling zerocopy-derive v0.8.54 |
| 293 | 2026-07-24T22:10:45.745Z | Compiling ref-cast-impl v1.0.25 |
| 294 | 2026-07-24T22:10:45.750Z | Compiling num_enum_derive v0.7.6 |
| 295 | 2026-07-24T22:10:46.320Z | Compiling foreign-types-macros v0.2.3 |
| 296 | 2026-07-24T22:10:46.548Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 297 | 2026-07-24T22:10:46.703Z | Compiling darling_macro v0.23.0 |
| 298 | 2026-07-24T22:10:46.781Z | Compiling num_enum v0.7.6 |
| 299 | 2026-07-24T22:10:46.887Z | Compiling tracing-attributes v0.1.31 |
| 300 | 2026-07-24T22:10:46.936Z | Compiling foreign-types v0.5.0 |
| 301 | 2026-07-24T22:10:46.976Z | Compiling cobs v0.3.0 |
| 302 | 2026-07-24T22:10:47.000Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 303 | 2026-07-24T22:10:47.004Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 304 | 2026-07-24T22:10:47.032Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 305 | 2026-07-24T22:10:47.188Z | Compiling anstream v1.0.0 |
| 306 | 2026-07-24T22:10:47.258Z | Compiling darling v0.23.0 |
| 307 | 2026-07-24T22:10:47.328Z | Compiling ingot-macros v0.2.0 |
| 308 | 2026-07-24T22:10:47.466Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 309 | 2026-07-24T22:10:47.515Z | Compiling terminal_size v0.4.4 |
| 310 | 2026-07-24T22:10:47.570Z | Compiling rand v0.10.2 |
| 311 | 2026-07-24T22:10:47.589Z | Compiling uuid v1.23.5 |
| 312 | 2026-07-24T22:10:47.642Z | Compiling socket2 v0.6.4 |
| 313 | 2026-07-24T22:10:47.875Z | Compiling colored v3.1.1 |
| 314 | 2026-07-24T22:10:48.071Z | Compiling tracing v0.1.44 |
| 315 | 2026-07-24T22:10:48.229Z | Compiling clap_lex v1.1.0 |
| 316 | 2026-07-24T22:10:48.345Z | Compiling heck v0.5.0 |
| 317 | 2026-07-24T22:10:48.389Z | Compiling oxnet v0.1.6 |
| 318 | 2026-07-24T22:10:48.523Z | Compiling clap_derive v4.6.1 |
| 319 | 2026-07-24T22:10:48.539Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 320 | 2026-07-24T22:10:48.676Z | Compiling clap_builder v4.6.0 |
| 321 | 2026-07-24T22:10:48.866Z | Compiling postcard v1.1.3 |
| 322 | 2026-07-24T22:10:50.212Z | Compiling ingot-types v0.2.0 |
| 323 | 2026-07-24T22:10:50.514Z | Compiling clap v4.6.1 |
| 324 | 2026-07-24T22:10:50.530Z | Compiling ingot v0.2.0 |
| 325 | 2026-07-24T22:10:52.235Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 326 | 2026-07-24T22:10:53.257Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 327 | 2026-07-24T22:10:54.298Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 328 | 2026-07-24T22:11:00.933Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.48s |
| 329 | 2026-07-24T22:11:00.960Z | Building xde (release-lto). |
| 330 | 2026-07-24T22:11:01.214Z | Updating crates.io index |
| 331 | 2026-07-24T22:11:01.289Z | Downloading crates ... |
| 332 | 2026-07-24T22:11:01.331Z | Downloaded getopts v0.2.24 |
| 333 | 2026-07-24T22:11:01.337Z | Downloaded foldhash v0.2.0 |
| 334 | 2026-07-24T22:11:01.340Z | Downloaded rustc-demangle v0.1.28 |
| 335 | 2026-07-24T22:11:01.343Z | Downloaded adler2 v2.0.1 |
| 336 | 2026-07-24T22:11:01.345Z | Downloaded rustc-literal-escaper v0.0.8 |
| 337 | 2026-07-24T22:11:01.348Z | Downloaded addr2line v0.27.0 |
| 338 | 2026-07-24T22:11:01.365Z | Downloaded memchr v2.7.6 |
| 339 | 2026-07-24T22:11:01.369Z | Downloaded miniz_oxide v0.9.1 |
| 340 | 2026-07-24T22:11:01.411Z | Downloaded gimli v0.34.0 |
| 341 | 2026-07-24T22:11:01.416Z | Downloaded object v0.39.1 |
| 342 | 2026-07-24T22:11:01.438Z | Downloaded libc v0.2.185 |
| 343 | 2026-07-24T22:11:01.492Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 344 | 2026-07-24T22:11:01.492Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 345 | 2026-07-24T22:11:01.495Z | Compiling proc-macro2 v1.0.106 |
| 346 | 2026-07-24T22:11:01.495Z | Compiling unicode-ident v1.0.24 |
| 347 | 2026-07-24T22:11:01.496Z | Compiling quote v1.0.46 |
| 348 | 2026-07-24T22:11:01.496Z | Compiling serde_core v1.0.228 |
| 349 | 2026-07-24T22:11:01.496Z | Compiling strsim v0.11.1 |
| 350 | 2026-07-24T22:11:01.496Z | Compiling ident_case v1.0.1 |
| 351 | 2026-07-24T22:11:01.659Z | Compiling memchr v2.8.3 |
| 352 | 2026-07-24T22:11:01.659Z | Compiling regex-syntax v0.8.11 |
| 353 | 2026-07-24T22:11:01.921Z | Compiling thiserror v2.0.18 |
| 354 | 2026-07-24T22:11:01.924Z | Compiling either v1.16.0 |
| 355 | 2026-07-24T22:11:01.938Z | Compiling serde v1.0.228 |
| 356 | 2026-07-24T22:11:02.047Z | Compiling aho-corasick v1.1.4 |
| 357 | 2026-07-24T22:11:02.118Z | Compiling zerocopy v0.8.54 |
| 358 | 2026-07-24T22:11:02.313Z | Compiling itertools v0.15.0 |
| 359 | 2026-07-24T22:11:02.346Z | Compiling heapless v0.8.0 |
| 360 | 2026-07-24T22:11:02.652Z | Compiling syn v2.0.118 |
| 361 | 2026-07-24T22:11:02.746Z | Compiling smoltcp v0.11.0 |
| 362 | 2026-07-24T22:11:02.772Z | Compiling ref-cast v1.0.25 |
| 363 | 2026-07-24T22:11:02.824Z | Compiling version_check v0.9.5 |
| 364 | 2026-07-24T22:11:03.157Z | Compiling regex-automata v0.4.15 |
| 365 | 2026-07-24T22:11:03.176Z | Compiling crc32fast v1.5.0 |
| 366 | 2026-07-24T22:11:03.180Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 367 | 2026-07-24T22:11:04.701Z | Compiling regex v1.13.0 |
| 368 | 2026-07-24T22:11:04.948Z | Compiling darling_core v0.23.0 |
| 369 | 2026-07-24T22:11:05.776Z | Compiling thiserror-impl v2.0.18 |
| 370 | 2026-07-24T22:11:05.776Z | Compiling serde_derive v1.0.228 |
| 371 | 2026-07-24T22:11:05.776Z | Compiling zerocopy-derive v0.8.54 |
| 372 | 2026-07-24T22:11:05.779Z | Compiling ref-cast-impl v1.0.25 |
| 373 | 2026-07-24T22:11:05.779Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 374 | 2026-07-24T22:11:07.169Z | Compiling darling_macro v0.23.0 |
| 375 | 2026-07-24T22:11:08.053Z | Compiling darling v0.23.0 |
| 376 | 2026-07-24T22:11:08.115Z | Compiling ingot-macros v0.2.0 |
| 377 | 2026-07-24T22:11:08.116Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 378 | 2026-07-24T22:11:14.001Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 379 | 2026-07-24T22:11:16.293Z | Compiling byteorder v1.5.0 |
| 380 | 2026-07-24T22:11:16.293Z | Compiling stable_deref_trait v1.2.1 |
| 381 | 2026-07-24T22:11:16.297Z | Compiling cfg-if v1.0.4 |
| 382 | 2026-07-24T22:11:16.297Z | Compiling macaddr v1.0.1 |
| 383 | 2026-07-24T22:11:16.353Z | Compiling managed v0.8.0 |
| 384 | 2026-07-24T22:11:16.360Z | Compiling cobs v0.3.0 |
| 385 | 2026-07-24T22:11:16.390Z | Compiling bitflags v1.3.2 |
| 386 | 2026-07-24T22:11:16.459Z | Compiling hash32 v0.3.1 |
| 387 | 2026-07-24T22:11:16.600Z | Compiling dyn-clone v1.0.20 |
| 388 | 2026-07-24T22:11:16.674Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 389 | 2026-07-24T22:11:17.872Z | Compiling bitflags v2.13.0 |
| 390 | 2026-07-24T22:11:17.872Z | Compiling uuid v1.23.5 |
| 391 | 2026-07-24T22:11:18.017Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 392 | 2026-07-24T22:11:18.304Z | Compiling postcard v1.1.3 |
| 393 | 2026-07-24T22:11:19.138Z | Compiling ingot-types v0.2.0 |
| 394 | 2026-07-24T22:11:19.457Z | Compiling ingot v0.2.0 |
| 395 | 2026-07-24T22:11:20.981Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 396 | 2026-07-24T22:11:24.850Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 397 | 2026-07-24T22:11:33.792Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 398 | 2026-07-24T22:12:04.476Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 03s |
| 399 | 2026-07-24T22:12:04.506Z | Linking xde kmod... |
| 400 | 2026-07-24T22:12:05.127Z | Building xde dev link helper (release). |
| 401 | 2026-07-24T22:12:05.280Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 402 | 2026-07-24T22:12:05.280Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 403 | 2026-07-24T22:12:05.280Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 404 | 2026-07-24T22:12:16.827Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 405 | 2026-07-24T22:12:19.503Z | Finished `release` profile [optimized + debuginfo] target(s) in 14.34s |
| 406 | 2026-07-24T22:12:19.521Z | Building opteadm (dev). |
| 407 | 2026-07-24T22:12:19.672Z | Compiling serde_core v1.0.228 |
| 408 | 2026-07-24T22:12:19.672Z | Compiling libc v0.2.186 |
| 409 | 2026-07-24T22:12:19.672Z | Compiling cfg-if v1.0.4 |
| 410 | 2026-07-24T22:12:19.672Z | Compiling memchr v2.8.3 |
| 411 | 2026-07-24T22:12:19.672Z | Compiling strsim v0.11.1 |
| 412 | 2026-07-24T22:12:19.675Z | Compiling ident_case v1.0.1 |
| 413 | 2026-07-24T22:12:19.703Z | Compiling syn v2.0.118 |
| 414 | 2026-07-24T22:12:19.706Z | Compiling regex-syntax v0.8.11 |
| 415 | 2026-07-24T22:12:19.745Z | Compiling zerocopy v0.8.54 |
| 416 | 2026-07-24T22:12:19.787Z | Compiling winnow v1.0.3 |
| 417 | 2026-07-24T22:12:19.960Z | Compiling equivalent v1.0.2 |
| 418 | 2026-07-24T22:12:20.031Z | Compiling either v1.16.0 |
| 419 | 2026-07-24T22:12:20.107Z | Compiling aho-corasick v1.1.4 |
| 420 | 2026-07-24T22:12:20.222Z | Compiling hashbrown v0.17.1 |
| 421 | 2026-07-24T22:12:20.240Z | Compiling serde v1.0.228 |
| 422 | 2026-07-24T22:12:20.418Z | Compiling itertools v0.15.0 |
| 423 | 2026-07-24T22:12:20.604Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 424 | 2026-07-24T22:12:20.752Z | Compiling indexmap v2.14.0 |
| 425 | 2026-07-24T22:12:20.804Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 426 | 2026-07-24T22:12:20.809Z | Compiling heapless v0.8.0 |
| 427 | 2026-07-24T22:12:21.091Z | Compiling regex-automata v0.4.15 |
| 428 | 2026-07-24T22:12:21.365Z | Compiling byteorder v1.5.0 |
| 429 | 2026-07-24T22:12:21.369Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 430 | 2026-07-24T22:12:21.502Z | Compiling hash32 v0.3.1 |
| 431 | 2026-07-24T22:12:21.652Z | Compiling macaddr v1.0.1 |
| 432 | 2026-07-24T22:12:21.704Z | Compiling bitflags v2.13.0 |
| 433 | 2026-07-24T22:12:21.707Z | Compiling rustversion v1.0.23 |
| 434 | 2026-07-24T22:12:21.743Z | Compiling smoltcp v0.11.0 |
| 435 | 2026-07-24T22:12:21.901Z | Compiling stable_deref_trait v1.2.1 |
| 436 | 2026-07-24T22:12:21.921Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 437 | 2026-07-24T22:12:21.970Z | Compiling syn v1.0.109 |
| 438 | 2026-07-24T22:12:22.083Z | Compiling proc-macro-crate v3.5.0 |
| 439 | 2026-07-24T22:12:22.160Z | Compiling rand_core v0.10.1 |
| 440 | 2026-07-24T22:12:22.170Z | Compiling version_check v0.9.5 |
| 441 | 2026-07-24T22:12:22.260Z | Compiling ref-cast v1.0.25 |
| 442 | 2026-07-24T22:12:22.276Z | Compiling darling_core v0.23.0 |
| 443 | 2026-07-24T22:12:22.346Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 444 | 2026-07-24T22:12:22.426Z | Compiling managed v0.8.0 |
| 445 | 2026-07-24T22:12:22.481Z | Compiling bitflags v1.3.2 |
| 446 | 2026-07-24T22:12:22.502Z | Compiling getrandom v0.4.3 |
| 447 | 2026-07-24T22:12:22.543Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 448 | 2026-07-24T22:12:22.763Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 449 | 2026-07-24T22:12:22.767Z | Compiling errno v0.3.14 |
| 450 | 2026-07-24T22:12:22.931Z | Compiling regex v1.13.0 |
| 451 | 2026-07-24T22:12:23.125Z | Compiling ipnetwork v0.21.1 |
| 452 | 2026-07-24T22:12:23.316Z | Compiling foreign-types-shared v0.3.1 |
| 453 | 2026-07-24T22:12:23.397Z | Compiling cpufeatures v0.3.0 |
| 454 | 2026-07-24T22:12:23.401Z | Compiling once_cell v1.21.4 |
| 455 | 2026-07-24T22:12:23.462Z | Compiling unicode-width v0.2.2 |
| 456 | 2026-07-24T22:12:23.504Z | Compiling thiserror-impl v2.0.18 |
| 457 | 2026-07-24T22:12:23.627Z | Compiling zerocopy-derive v0.8.54 |
| 458 | 2026-07-24T22:12:23.631Z | Compiling serde_derive v1.0.228 |
| 459 | 2026-07-24T22:12:23.657Z | Compiling num_enum_derive v0.7.6 |
| 460 | 2026-07-24T22:12:23.762Z | Compiling foreign-types-macros v0.2.3 |
| 461 | 2026-07-24T22:12:24.360Z | Compiling darling_macro v0.23.0 |
| 462 | 2026-07-24T22:12:24.374Z | Compiling ref-cast-impl v1.0.25 |
| 463 | 2026-07-24T22:12:24.701Z | Compiling thiserror v2.0.18 |
| 464 | 2026-07-24T22:12:24.801Z | Compiling cobs v0.3.0 |
| 465 | 2026-07-24T22:12:24.926Z | Compiling darling v0.23.0 |
| 466 | 2026-07-24T22:12:24.995Z | Compiling ingot-macros v0.2.0 |
| 467 | 2026-07-24T22:12:25.049Z | Compiling cstr-argument v0.1.2 |
| 468 | 2026-07-24T22:12:25.080Z | Compiling num_enum v0.7.6 |
| 469 | 2026-07-24T22:12:25.192Z | Compiling foreign-types v0.5.0 |
| 470 | 2026-07-24T22:12:25.215Z | Compiling tabwriter v1.4.1 |
| 471 | 2026-07-24T22:12:25.259Z | Compiling tracing-core v0.1.36 |
| 472 | 2026-07-24T22:12:25.632Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 473 | 2026-07-24T22:12:25.822Z | Compiling tracing-attributes v0.1.31 |
| 474 | 2026-07-24T22:12:25.879Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 475 | 2026-07-24T22:12:26.201Z | Compiling chacha20 v0.10.1 |
| 476 | 2026-07-24T22:12:26.410Z | Compiling rustix v1.1.4 |
| 477 | 2026-07-24T22:12:26.836Z | Compiling postcard v1.1.3 |
| 478 | 2026-07-24T22:12:26.879Z | Compiling anyhow v1.0.103 |
| 479 | 2026-07-24T22:12:26.996Z | Compiling pin-project-lite v0.2.17 |
| 480 | 2026-07-24T22:12:27.034Z | Compiling dyn-clone v1.0.20 |
| 481 | 2026-07-24T22:12:27.076Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 482 | 2026-07-24T22:12:27.083Z | Compiling pretty-hex v0.4.2 |
| 483 | 2026-07-24T22:12:27.100Z | Compiling tracing v0.1.44 |
| 484 | 2026-07-24T22:12:27.189Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 485 | 2026-07-24T22:12:27.207Z | Compiling terminal_size v0.4.4 |
| 486 | 2026-07-24T22:12:27.290Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 487 | 2026-07-24T22:12:27.357Z | Compiling rand v0.10.2 |
| 488 | 2026-07-24T22:12:27.404Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 489 | 2026-07-24T22:12:27.470Z | Compiling uuid v1.23.5 |
| 490 | 2026-07-24T22:12:27.487Z | Compiling socket2 v0.6.4 |
| 491 | 2026-07-24T22:12:27.519Z | Compiling colored v3.1.1 |
| 492 | 2026-07-24T22:12:27.636Z | Compiling oxnet v0.1.6 |
| 493 | 2026-07-24T22:12:27.811Z | Compiling clap_builder v4.6.0 |
| 494 | 2026-07-24T22:12:28.109Z | Compiling ingot-types v0.2.0 |
| 495 | 2026-07-24T22:12:28.125Z | Compiling clap_derive v4.6.1 |
| 496 | 2026-07-24T22:12:28.128Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 497 | 2026-07-24T22:12:28.436Z | Compiling ingot v0.2.0 |
| 498 | 2026-07-24T22:12:29.420Z | Compiling clap v4.6.1 |
| 499 | 2026-07-24T22:12:30.219Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 500 | 2026-07-24T22:12:32.533Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 501 | 2026-07-24T22:12:33.699Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 502 | 2026-07-24T22:12:38.131Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.60s |
| 503 | 2026-07-24T22:12:38.158Z | Building xde (dev). |
| 504 | 2026-07-24T22:12:38.395Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 505 | 2026-07-24T22:12:38.395Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 506 | 2026-07-24T22:12:38.395Z | Compiling proc-macro2 v1.0.106 |
| 507 | 2026-07-24T22:12:38.395Z | Compiling quote v1.0.46 |
| 508 | 2026-07-24T22:12:38.395Z | Compiling unicode-ident v1.0.24 |
| 509 | 2026-07-24T22:12:38.395Z | Compiling serde_core v1.0.228 |
| 510 | 2026-07-24T22:12:38.399Z | Compiling strsim v0.11.1 |
| 511 | 2026-07-24T22:12:38.399Z | Compiling ident_case v1.0.1 |
| 512 | 2026-07-24T22:12:38.513Z | Compiling memchr v2.8.3 |
| 513 | 2026-07-24T22:12:38.517Z | Compiling regex-syntax v0.8.11 |
| 514 | 2026-07-24T22:12:38.780Z | Compiling serde v1.0.228 |
| 515 | 2026-07-24T22:12:38.791Z | Compiling zerocopy v0.8.54 |
| 516 | 2026-07-24T22:12:38.800Z | Compiling thiserror v2.0.18 |
| 517 | 2026-07-24T22:12:38.914Z | Compiling aho-corasick v1.1.4 |
| 518 | 2026-07-24T22:12:39.170Z | Compiling either v1.16.0 |
| 519 | 2026-07-24T22:12:39.216Z | Compiling heapless v0.8.0 |
| 520 | 2026-07-24T22:12:39.360Z | Compiling itertools v0.15.0 |
| 521 | 2026-07-24T22:12:39.396Z | Compiling smoltcp v0.11.0 |
| 522 | 2026-07-24T22:12:39.574Z | Compiling syn v2.0.118 |
| 523 | 2026-07-24T22:12:39.615Z | Compiling version_check v0.9.5 |
| 524 | 2026-07-24T22:12:39.698Z | Compiling ref-cast v1.0.25 |
| 525 | 2026-07-24T22:12:39.844Z | Compiling crc32fast v1.5.0 |
| 526 | 2026-07-24T22:12:39.980Z | Compiling regex-automata v0.4.15 |
| 527 | 2026-07-24T22:12:40.133Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 528 | 2026-07-24T22:12:41.528Z | Compiling regex v1.13.0 |
| 529 | 2026-07-24T22:12:41.864Z | Compiling darling_core v0.23.0 |
| 530 | 2026-07-24T22:12:42.637Z | Compiling thiserror-impl v2.0.18 |
| 531 | 2026-07-24T22:12:42.640Z | Compiling zerocopy-derive v0.8.54 |
| 532 | 2026-07-24T22:12:42.640Z | Compiling serde_derive v1.0.228 |
| 533 | 2026-07-24T22:12:42.640Z | Compiling ref-cast-impl v1.0.25 |
| 534 | 2026-07-24T22:12:42.640Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 535 | 2026-07-24T22:12:44.061Z | Compiling darling_macro v0.23.0 |
| 536 | 2026-07-24T22:12:44.933Z | Compiling darling v0.23.0 |
| 537 | 2026-07-24T22:12:44.995Z | Compiling ingot-macros v0.2.0 |
| 538 | 2026-07-24T22:12:44.995Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 539 | 2026-07-24T22:12:50.292Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 540 | 2026-07-24T22:12:52.209Z | Compiling byteorder v1.5.0 |
| 541 | 2026-07-24T22:12:52.209Z | Compiling stable_deref_trait v1.2.1 |
| 542 | 2026-07-24T22:12:52.213Z | Compiling cfg-if v1.0.4 |
| 543 | 2026-07-24T22:12:52.213Z | Compiling macaddr v1.0.1 |
| 544 | 2026-07-24T22:12:52.274Z | Compiling bitflags v1.3.2 |
| 545 | 2026-07-24T22:12:52.282Z | Compiling cobs v0.3.0 |
| 546 | 2026-07-24T22:12:52.315Z | Compiling managed v0.8.0 |
| 547 | 2026-07-24T22:12:52.393Z | Compiling hash32 v0.3.1 |
| 548 | 2026-07-24T22:12:52.555Z | Compiling dyn-clone v1.0.20 |
| 549 | 2026-07-24T22:12:52.645Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 550 | 2026-07-24T22:12:53.738Z | Compiling bitflags v2.13.0 |
| 551 | 2026-07-24T22:12:53.738Z | Compiling uuid v1.23.5 |
| 552 | 2026-07-24T22:12:53.872Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 553 | 2026-07-24T22:12:54.147Z | Compiling postcard v1.1.3 |
| 554 | 2026-07-24T22:12:54.978Z | Compiling ingot-types v0.2.0 |
| 555 | 2026-07-24T22:12:55.258Z | Compiling ingot v0.2.0 |
| 556 | 2026-07-24T22:12:56.676Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 557 | 2026-07-24T22:13:00.210Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 558 | 2026-07-24T22:13:10.197Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 559 | 2026-07-24T22:13:18.196Z | Finished `dev` profile [optimized + debuginfo] target(s) in 40.00s |
| 560 | 2026-07-24T22:13:18.217Z | Linking xde kmod... |
| 561 | 2026-07-24T22:13:19.239Z | Building xde dev link helper (dev). |
| 562 | 2026-07-24T22:13:19.390Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 563 | 2026-07-24T22:13:19.390Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 564 | 2026-07-24T22:13:19.390Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 565 | 2026-07-24T22:13:30.320Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 566 | 2026-07-24T22:13:32.748Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.47s |
| 567 | 2026-07-24T22:13:32.770Z | |
| 568 | 2026-07-24T22:13:32.770Z | real 3:09.114323435 |
| 569 | 2026-07-24T22:13:32.770Z | user 8:52.655128227 |
| 570 | 2026-07-24T22:13:32.770Z | sys 57.302299194 |
| 571 | 2026-07-24T22:13:32.770Z | trap 0.225730037 |
| 572 | 2026-07-24T22:13:32.773Z | tflt 0.873718058 |
| 573 | 2026-07-24T22:13:32.773Z | dflt 1.769419043 |
| 574 | 2026-07-24T22:13:32.773Z | kflt 0.007728570 |
| 575 | 2026-07-24T22:13:32.773Z | lock 30:42.858438508 |
| 576 | 2026-07-24T22:13:32.773Z | slp 20:35.081456299 |
| 577 | 2026-07-24T22:13:32.773Z | lat 19.057600747 |
| 578 | 2026-07-24T22:13:32.773Z | stop 31.802066914 |
| 579 | 2026-07-24T22:13:32.773Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 580 | 2026-07-24T22:13:32.773Z | + grep GOTPCREL |
| 581 | 2026-07-24T22:13:33.740Z | + header 'package opte' |
| 582 | 2026-07-24T22:13:33.741Z | + echo '# ==== package opte ==== #' |
| 583 | 2026-07-24T22:13:33.741Z | # ==== package opte ==== # |
| 584 | 2026-07-24T22:13:33.741Z | + cargo xtask package --skip-build --profile all |
| 585 | 2026-07-24T22:13:33.877Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s |
| 586 | 2026-07-24T22:13:33.880Z | Running `target/debug/xtask package --skip-build --profile all` |
| 587 | 2026-07-24T22:13:34.084Z | + ./clean.sh |
| 588 | 2026-07-24T22:13:34.091Z | + mkdir -p proto/kernel/drv/amd64 |
| 589 | 2026-07-24T22:13:34.094Z | + mkdir -p proto/opt/oxide/opte/bin |
| 590 | 2026-07-24T22:13:34.094Z | + mkdir -p proto/usr/lib/devfsadm/linkmod |
| 591 | 2026-07-24T22:13:34.097Z | + cp ../target/release/opteadm proto/opt/oxide/opte/bin/ |
| 592 | 2026-07-24T22:13:34.112Z | + cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64 |
| 593 | 2026-07-24T22:13:34.145Z | + cp ../xde/xde.conf proto/kernel/drv/ |
| 594 | 2026-07-24T22:13:34.149Z | + cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so |
| 595 | 2026-07-24T22:13:34.149Z | + '[' -z ']' |
| 596 | 2026-07-24T22:13:34.149Z | + cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg |
| 597 | 2026-07-24T22:13:34.172Z | + cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg |
| 598 | 2026-07-24T22:13:34.242Z | + INC_DEBUG= |
| 599 | 2026-07-24T22:13:34.242Z | + typeset -ri TAG=0 |
| 600 | 2026-07-24T22:13:34.245Z | ++ ./print-api-version.sh |
| 601 | 2026-07-24T22:13:34.249Z | + API_VSN=41 |
| 602 | 2026-07-24T22:13:34.249Z | + PKG_VERSION=0.41.512-3.0 |
| 603 | 2026-07-24T22:13:34.249Z | + sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.41.512-3.0/g opte.template.p5m |
| 604 | 2026-07-24T22:13:34.252Z | + pkgmogrify -v -D inc_debug= -O opte.base.p5m |
| 605 | 2026-07-24T22:13:34.782Z | + pkgdepend generate -d proto opte.base.p5m |
| 606 | 2026-07-24T22:13:35.118Z | + mkdir -p packages |
| 607 | 2026-07-24T22:13:35.122Z | + pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m |
| 608 | 2026-07-24T22:13:42.008Z | + cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m |
| 609 | 2026-07-24T22:13:42.011Z | + pkgrepo create packages/repo |
| 610 | 2026-07-24T22:13:42.220Z | + pkgrepo add-publisher -s packages/repo helios |
| 611 | 2026-07-24T22:13:42.429Z | + pkgsend publish -d proto -s packages/repo opte.final.p5m |
| 612 | 2026-07-24T22:14:10.177Z | pkg://helios/driver/network/opte@0.41.512,5.11-3.0:20260724T221341Z |
| 613 | 2026-07-24T22:14:10.177Z | PUBLISHED |
| 614 | 2026-07-24T22:14:10.213Z | + pkgrecv -a -d packages/repo/opte-0.41.512-3.0.p5p -s packages/repo -v -m latest '*' |
| 615 | 2026-07-24T22:14:10.393Z | Retrieving packages for publisher helios ... |
| 616 | 2026-07-24T22:14:10.396Z | Retrieving catalog 'helios' ... Done |
| 617 | 2026-07-24T22:14:10.399Z | Retrieving and evaluating 1 package(s)... |
| 618 | 2026-07-24T22:14:10.399Z | Fetching manifests: 1/1 100% complete |
| 619 | 2026-07-24T22:14:10.399Z | Fetching manifests: 1/1 100% complete |
| 620 | 2026-07-24T22:14:10.399Z | |
| 621 | 2026-07-24T22:14:10.399Z | Archiving packages ... |
| 622 | 2026-07-24T22:14:10.399Z | Packages to add: 1 |
| 623 | 2026-07-24T22:14:10.399Z | Files to retrieve: 6 |
| 624 | 2026-07-24T22:14:10.399Z | Estimated transfer size: 35.81 MB |
| 625 | 2026-07-24T22:14:10.399Z | |
| 626 | 2026-07-24T22:14:10.399Z | Packages to archive: |
| 627 | 2026-07-24T22:14:10.399Z | driver/network/opte@0.41.512,5.11-3.0:20260724T221341Z |
| 628 | 2026-07-24T22:14:10.399Z | |
| 629 | 2026-07-24T22:14:10.399Z | Download: 0/6 items 0.0/35.8MB 0% complete |
| 630 | 2026-07-24T22:14:10.464Z | Download: Completed 35.81 MB in 0.07 seconds (544M/s) |
| 631 | 2026-07-24T22:14:10.468Z | Archiving: 1/20 items 0.0/35.8MB 0% complete |
| 632 | 2026-07-24T22:14:10.481Z | Archiving: Completed 35.85 MB in 0.01 seconds |
| 633 | 2026-07-24T22:14:10.520Z | Successfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.512-3.0.p5p. |
| 634 | 2026-07-24T22:14:10.524Z | + banner copy |
| 635 | 2026-07-24T22:14:10.524Z | |
| 636 | 2026-07-24T22:14:10.524Z | #### #### ##### # # |
| 637 | 2026-07-24T22:14:10.524Z | # # # # # # # # |
| 638 | 2026-07-24T22:14:10.524Z | # # # # # # |
| 639 | 2026-07-24T22:14:10.525Z | # # # ##### # |
| 640 | 2026-07-24T22:14:10.525Z | # # # # # # |
| 641 | 2026-07-24T22:14:10.525Z | #### #### # # |
| 642 | 2026-07-24T22:14:10.525Z | |
| 643 | 2026-07-24T22:14:10.525Z | + pfexec mkdir -p /out |
| 644 | 2026-07-24T22:14:10.531Z | + pfexec chown 12345 /out |
| 645 | 2026-07-24T22:14:10.531Z | + PKG_NAME=/out/opte.p5p |
| 646 | 2026-07-24T22:14:10.531Z | + mv pkg/packages/repo/opte-0.41.512-3.0.p5p /out/opte.p5p |
| 647 | 2026-07-24T22:14:10.557Z | + sha256sum /out/opte.p5p |
| 648 | 2026-07-24T22:14:10.582Z | process exited: duration 241502 ms, exit code 0 |
| |
| 649 | 2026-07-24T22:14:10.599Z | found 2 output files |
| 650 | 2026-07-24T22:14:10.599Z | uploading: /out/opte.p5p (37601280 bytes) |
| 651 | 2026-07-24T22:14:11.920Z | uploaded: /out/opte.p5p |
| 652 | 2026-07-24T22:14:11.920Z | uploading: /out/opte.p5p.sha256 (80 bytes) |
| 653 | 2026-07-24T22:14:12.929Z | uploaded: /out/opte.p5p.sha256 |