|
|
|
| 1 | 2026-07-18T04:06:53.800Z | job assigned to worker 01KXSPEDGMFFGEQJ2R3CS16Z77 [factory aws, i-0965891c73028c388] (queued for 52 s) |
| |
| 2 | 2026-07-18T04:07:00.184Z | starting task 0: "setup" |
| 3 | 2026-07-18T04:07:00.190Z | ++ uname -s |
| 4 | 2026-07-18T04:07:00.193Z | + kern=SunOS |
| 5 | 2026-07-18T04:07:00.193Z | + build_user=build |
| 6 | 2026-07-18T04:07:00.193Z | + build_uid=12345 |
| 7 | 2026-07-18T04:07:00.193Z | + work_dir=/work |
| 8 | 2026-07-18T04:07:00.193Z | + input_dir=/input |
| 9 | 2026-07-18T04:07:00.193Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-18T04:07:00.193Z | + case "$kern" in |
| 11 | 2026-07-18T04:07:00.193Z | + groupadd -g 12345 build |
| 12 | 2026-07-18T04:07:00.193Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-18T04:07:02.198Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-18T04:07:02.299Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-18T04:07:02.302Z | + home_fs=zfs |
| 16 | 2026-07-18T04:07:02.303Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-18T04:07:02.303Z | + mkdir -p /home/build |
| 18 | 2026-07-18T04:07:02.303Z | + chown build:build /home/build /work |
| 19 | 2026-07-18T04:07:04.304Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-18T04:07:04.307Z | process exited: duration 4121 ms, exit code 0 |
| |
| 21 | 2026-07-18T04:07:04.314Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-18T04:07:04.317Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-18T04:07:04.317Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-18T04:07:04.317Z | * rust toolchain channel = "1.97.1" |
| 25 | 2026-07-18T04:07:04.317Z | * rust toolchain profile = "default" |
| 26 | 2026-07-18T04:07:04.317Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-18T04:07:04.320Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-18T04:07:04.320Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-18T04:07:04.320Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-18T04:07:04.426Z | info: downloading installer |
| 31 | 2026-07-18T04:07:05.780Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-18T04:07:05.780Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-18T04:07:05.781Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-18T04:07:05.781Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-18T04:07:05.793Z | info: profile set to default |
| 36 | 2026-07-18T04:07:05.793Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-18T04:07:05.796Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-18T04:07:05.950Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-18T04:07:05.953Z | info: downloading 6 components |
| 40 | 2026-07-18T04:07:21.048Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-07-18T04:07:21.049Z | |
| 42 | 2026-07-18T04:07:21.079Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-18T04:07:21.079Z | |
| 44 | 2026-07-18T04:07:21.079Z | |
| 45 | 2026-07-18T04:07:21.079Z | Rust is installed now. Great! |
| 46 | 2026-07-18T04:07:21.079Z | |
| 47 | 2026-07-18T04:07:21.083Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-18T04:07:21.083Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-18T04:07:21.083Z | |
| 50 | 2026-07-18T04:07:21.083Z | To configure your current shell, you need to source |
| 51 | 2026-07-18T04:07:21.083Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-18T04:07:21.083Z | |
| 53 | 2026-07-18T04:07:21.083Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-18T04:07:21.083Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-18T04:07:21.083Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-18T04:07:21.083Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-18T04:07:21.083Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-18T04:07:21.084Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-18T04:07:21.084Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-18T04:07:21.084Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-18T04:07:21.084Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-18T04:07:21.172Z | + rustup --version |
| 63 | 2026-07-18T04:07:21.180Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-18T04:07:21.184Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-18T04:07:21.201Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-18T04:07:21.205Z | + cargo --version |
| 67 | 2026-07-18T04:07:21.218Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-18T04:07:21.221Z | + rustc --version |
| 69 | 2026-07-18T04:07:21.240Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-18T04:07:21.243Z | process exited: duration 16928 ms, exit code 0 |
| |
| 71 | 2026-07-18T04:07:21.251Z | starting task 2: "authentication" |
| 72 | 2026-07-18T04:07:21.268Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-18T04:07:21.274Z | starting task 3: "clone repository" |
| 74 | 2026-07-18T04:07:21.278Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-18T04:07:21.281Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-18T04:07:21.309Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-18T04:07:22.179Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-18T04:07:22.179Z | + git fetch origin 9e9447048a8bf577d01319d7cedcadae72f58f9f |
| 79 | 2026-07-18T04:07:22.392Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-18T04:07:22.392Z | * branch 9e9447048a8bf577d01319d7cedcadae72f58f9f -> FETCH_HEAD |
| 81 | 2026-07-18T04:07:22.397Z | + [[ -n renovate/rust-1.x ]] |
| 82 | 2026-07-18T04:07:22.400Z | ++ git branch --show-current |
| 83 | 2026-07-18T04:07:22.401Z | + current=master |
| 84 | 2026-07-18T04:07:22.401Z | + [[ master != renovate/rust-1.x ]] |
| 85 | 2026-07-18T04:07:22.401Z | + git branch -f renovate/rust-1.x 9e9447048a8bf577d01319d7cedcadae72f58f9f |
| 86 | 2026-07-18T04:07:22.404Z | + git checkout -f renovate/rust-1.x |
| 87 | 2026-07-18T04:07:22.419Z | Switched to branch 'renovate/rust-1.x' |
| 88 | 2026-07-18T04:07:22.422Z | + git reset --hard 9e9447048a8bf577d01319d7cedcadae72f58f9f |
| 89 | 2026-07-18T04:07:22.436Z | HEAD is now at 9e94470 Update dependency rust |
| 90 | 2026-07-18T04:07:22.439Z | process exited: duration 1161 ms, exit code 0 |
| |
| 91 | 2026-07-18T04:07:22.446Z | starting task 4: "build" |
| 92 | 2026-07-18T04:07:22.450Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-18T04:07:22.450Z | ++ rustup show active-toolchain |
| 94 | 2026-07-18T04:07:22.455Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-18T04:07:22.458Z | ++ pushd xde |
| 96 | 2026-07-18T04:07:22.458Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-18T04:07:22.458Z | ++ rustup show active-toolchain |
| 98 | 2026-07-18T04:07:22.461Z | info: syncing channel updates for nightly-2026-07-18-x86_64-unknown-illumos |
| 99 | 2026-07-18T04:07:22.605Z | info: latest update on 2026-07-18 for version 1.99.0-nightly (b6839f4d0 2026-07-17) |
| 100 | 2026-07-18T04:07:22.610Z | info: downloading 6 components |
| 101 | 2026-07-18T04:07:37.080Z | nightly-2026-07-18-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-18T04:07:37.178Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-18T04:07:37.182Z | +++ head -n 1 |
| 104 | 2026-07-18T04:07:37.183Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-18T04:07:37.232Z | ++ export NIGHTLY=nightly-2026-07-18-x86_64-unknown-illumos |
| 106 | 2026-07-18T04:07:37.232Z | ++ NIGHTLY=nightly-2026-07-18-x86_64-unknown-illumos |
| 107 | 2026-07-18T04:07:37.232Z | ++ popd |
| 108 | 2026-07-18T04:07:37.236Z | /work/oxidecomputer/opte |
| 109 | 2026-07-18T04:07:37.236Z | + TGT_BASE=/work |
| 110 | 2026-07-18T04:07:37.236Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 111 | 2026-07-18T04:07:37.236Z | + REL_TGT=/work/release |
| 112 | 2026-07-18T04:07:37.236Z | + mkdir -p /work/release |
| 113 | 2026-07-18T04:07:37.236Z | + cargo --version |
| 114 | 2026-07-18T04:07:37.243Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 115 | 2026-07-18T04:07:37.246Z | + rustc --version |
| 116 | 2026-07-18T04:07:37.265Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 117 | 2026-07-18T04:07:37.268Z | + header 'build xde and opteadm (release+debug)' |
| 118 | 2026-07-18T04:07:37.268Z | + echo '# ==== build xde and opteadm (release+debug) ==== #' |
| 119 | 2026-07-18T04:07:37.268Z | + ptime -m cargo xtask build --profile all |
| 120 | 2026-07-18T04:07:37.268Z | # ==== build xde and opteadm (release+debug) ==== # |
| 121 | 2026-07-18T04:07:37.367Z | Updating crates.io index |
| 122 | 2026-07-18T04:07:37.371Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 123 | 2026-07-18T04:07:38.310Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 124 | 2026-07-18T04:07:38.558Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 125 | 2026-07-18T04:07:38.983Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 126 | 2026-07-18T04:07:39.217Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 127 | 2026-07-18T04:07:39.454Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 128 | 2026-07-18T04:07:39.698Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 129 | 2026-07-18T04:07:41.617Z | Downloading crates ... |
| 130 | 2026-07-18T04:07:41.660Z | Downloaded cargo_metadata v0.23.1 |
| 131 | 2026-07-18T04:07:41.666Z | Downloaded bitflags v2.13.0 |
| 132 | 2026-07-18T04:07:41.670Z | Downloaded equivalent v1.0.2 |
| 133 | 2026-07-18T04:07:41.670Z | Downloaded terminal_size v0.4.4 |
| 134 | 2026-07-18T04:07:41.672Z | Downloaded utf8parse v0.2.2 |
| 135 | 2026-07-18T04:07:41.673Z | Downloaded anstyle-parse v1.0.0 |
| 136 | 2026-07-18T04:07:41.679Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 137 | 2026-07-18T04:07:41.681Z | Downloaded itoa v1.0.18 |
| 138 | 2026-07-18T04:07:41.681Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 139 | 2026-07-18T04:07:41.684Z | Downloaded memchr v2.8.2 |
| 140 | 2026-07-18T04:07:41.687Z | Downloaded unicode-ident v1.0.24 |
| 141 | 2026-07-18T04:07:41.689Z | Downloaded anyhow v1.0.103 |
| 142 | 2026-07-18T04:07:41.696Z | Downloaded errno v0.3.14 |
| 143 | 2026-07-18T04:07:41.698Z | Downloaded anstyle-query v1.1.5 |
| 144 | 2026-07-18T04:07:41.705Z | Downloaded colorchoice v1.0.5 |
| 145 | 2026-07-18T04:07:41.707Z | Downloaded is_terminal_polyfill v1.70.2 |
| 146 | 2026-07-18T04:07:41.707Z | Downloaded cargo-platform v0.3.3 |
| 147 | 2026-07-18T04:07:41.710Z | Downloaded anstyle v1.0.14 |
| 148 | 2026-07-18T04:07:41.710Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 149 | 2026-07-18T04:07:41.713Z | Downloaded zmij v1.0.21 |
| 150 | 2026-07-18T04:07:41.715Z | Downloaded quote v1.0.46 |
| 151 | 2026-07-18T04:07:41.715Z | Downloaded thiserror v2.0.18 |
| 152 | 2026-07-18T04:07:41.718Z | Downloaded serde_spanned v1.1.1 |
| 153 | 2026-07-18T04:07:41.721Z | Downloaded heck v0.5.0 |
| 154 | 2026-07-18T04:07:41.721Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 155 | 2026-07-18T04:07:41.724Z | Downloaded anstream v1.0.0 |
| 156 | 2026-07-18T04:07:41.730Z | Downloaded strsim v0.11.1 |
| 157 | 2026-07-18T04:07:41.738Z | Downloaded semver v1.0.28 |
| 158 | 2026-07-18T04:07:41.741Z | Downloaded clap_lex v1.1.0 |
| 159 | 2026-07-18T04:07:41.741Z | Downloaded thiserror-impl v2.0.18 |
| 160 | 2026-07-18T04:07:41.751Z | Downloaded camino v1.2.4 |
| 161 | 2026-07-18T04:07:41.753Z | Downloaded serde_core v1.0.228 |
| 162 | 2026-07-18T04:07:41.762Z | Downloaded clap_derive v4.6.1 |
| 163 | 2026-07-18T04:07:41.766Z | Downloaded proc-macro2 v1.0.106 |
| 164 | 2026-07-18T04:07:41.769Z | Downloaded clap v4.6.1 |
| 165 | 2026-07-18T04:07:41.778Z | Downloaded serde_derive v1.0.228 |
| 166 | 2026-07-18T04:07:41.796Z | Downloaded indexmap v2.14.0 |
| 167 | 2026-07-18T04:07:41.802Z | Downloaded serde v1.0.228 |
| 168 | 2026-07-18T04:07:41.809Z | Downloaded clap_builder v4.6.0 |
| 169 | 2026-07-18T04:07:41.813Z | Downloaded serde_json v1.0.150 |
| 170 | 2026-07-18T04:07:41.816Z | Downloaded hashbrown v0.17.1 |
| 171 | 2026-07-18T04:07:41.826Z | Downloaded winnow v1.0.3 |
| 172 | 2026-07-18T04:07:41.858Z | Downloaded syn v2.0.118 |
| 173 | 2026-07-18T04:07:41.866Z | Downloaded rustix v1.1.4 |
| 174 | 2026-07-18T04:07:41.887Z | Downloaded libc v0.2.186 |
| 175 | 2026-07-18T04:07:41.934Z | Compiling serde_core v1.0.228 |
| 176 | 2026-07-18T04:07:41.934Z | Compiling proc-macro2 v1.0.106 |
| 177 | 2026-07-18T04:07:41.934Z | Compiling unicode-ident v1.0.24 |
| 178 | 2026-07-18T04:07:41.937Z | Compiling quote v1.0.46 |
| 179 | 2026-07-18T04:07:41.937Z | Compiling libc v0.2.186 |
| 180 | 2026-07-18T04:07:41.937Z | Compiling rustix v1.1.4 |
| 181 | 2026-07-18T04:07:41.937Z | Compiling bitflags v2.13.0 |
| 182 | 2026-07-18T04:07:41.937Z | Compiling zmij v1.0.21 |
| 183 | 2026-07-18T04:07:42.136Z | Compiling utf8parse v0.2.2 |
| 184 | 2026-07-18T04:07:42.231Z | Compiling anstyle-parse v1.0.0 |
| 185 | 2026-07-18T04:07:42.369Z | Compiling camino v1.2.4 |
| 186 | 2026-07-18T04:07:42.375Z | Compiling serde v1.0.228 |
| 187 | 2026-07-18T04:07:42.438Z | Compiling anstyle v1.0.14 |
| 188 | 2026-07-18T04:07:42.449Z | Compiling serde_json v1.0.150 |
| 189 | 2026-07-18T04:07:42.518Z | Compiling thiserror v2.0.18 |
| 190 | 2026-07-18T04:07:42.654Z | Compiling colorchoice v1.0.5 |
| 191 | 2026-07-18T04:07:42.665Z | Compiling errno v0.3.14 |
| 192 | 2026-07-18T04:07:42.668Z | Compiling anstyle-query v1.1.5 |
| 193 | 2026-07-18T04:07:42.693Z | Compiling is_terminal_polyfill v1.70.2 |
| 194 | 2026-07-18T04:07:42.760Z | Compiling anstream v1.0.0 |
| 195 | 2026-07-18T04:07:42.830Z | Compiling heck v0.5.0 |
| 196 | 2026-07-18T04:07:42.838Z | Compiling memchr v2.8.2 |
| 197 | 2026-07-18T04:07:43.046Z | Compiling itoa v1.0.18 |
| 198 | 2026-07-18T04:07:43.181Z | Compiling syn v2.0.118 |
| 199 | 2026-07-18T04:07:43.197Z | Compiling clap_lex v1.1.0 |
| 200 | 2026-07-18T04:07:43.250Z | Compiling terminal_size v0.4.4 |
| 201 | 2026-07-18T04:07:43.282Z | Compiling winnow v1.0.3 |
| 202 | 2026-07-18T04:07:43.315Z | Compiling strsim v0.11.1 |
| 203 | 2026-07-18T04:07:43.397Z | Compiling anyhow v1.0.103 |
| 204 | 2026-07-18T04:07:43.571Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 205 | 2026-07-18T04:07:43.692Z | Compiling clap_builder v4.6.0 |
| 206 | 2026-07-18T04:07:43.898Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 207 | 2026-07-18T04:07:44.156Z | Compiling semver v1.0.28 |
| 208 | 2026-07-18T04:07:44.422Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 209 | 2026-07-18T04:07:44.442Z | Compiling serde_spanned v1.1.1 |
| 210 | 2026-07-18T04:07:44.599Z | Compiling cargo-platform v0.3.3 |
| 211 | 2026-07-18T04:07:44.906Z | Compiling toml v1.1.2+spec-1.1.0 |
| 212 | 2026-07-18T04:07:45.607Z | Compiling thiserror-impl v2.0.18 |
| 213 | 2026-07-18T04:07:45.691Z | Compiling serde_derive v1.0.228 |
| 214 | 2026-07-18T04:07:45.700Z | Compiling clap_derive v4.6.1 |
| 215 | 2026-07-18T04:07:47.262Z | Compiling clap v4.6.1 |
| 216 | 2026-07-18T04:07:48.619Z | Compiling cargo_metadata v0.23.1 |
| 217 | 2026-07-18T04:07:51.068Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 218 | 2026-07-18T04:07:52.669Z | Finished `dev` profile [optimized + debuginfo] target(s) in 15.39s |
| 219 | 2026-07-18T04:07:52.741Z | Running `target/debug/xtask build --profile all` |
| 220 | 2026-07-18T04:07:54.337Z | Building opteadm (release). |
| 221 | 2026-07-18T04:07:54.428Z | Compiling proc-macro2 v1.0.106 |
| 222 | 2026-07-18T04:07:54.428Z | Compiling quote v1.0.46 |
| 223 | 2026-07-18T04:07:54.430Z | Compiling unicode-ident v1.0.24 |
| 224 | 2026-07-18T04:07:54.431Z | Compiling serde_core v1.0.228 |
| 225 | 2026-07-18T04:07:54.431Z | Compiling libc v0.2.186 |
| 226 | 2026-07-18T04:07:54.431Z | Compiling cfg-if v1.0.4 |
| 227 | 2026-07-18T04:07:54.431Z | Compiling memchr v2.8.2 |
| 228 | 2026-07-18T04:07:54.431Z | Compiling ident_case v1.0.1 |
| 229 | 2026-07-18T04:07:54.500Z | Compiling thiserror v2.0.18 |
| 230 | 2026-07-18T04:07:54.543Z | Compiling fnv v1.0.7 |
| 231 | 2026-07-18T04:07:54.547Z | Compiling strsim v0.11.1 |
| 232 | 2026-07-18T04:07:54.622Z | Compiling regex-syntax v0.8.11 |
| 233 | 2026-07-18T04:07:54.739Z | Compiling equivalent v1.0.2 |
| 234 | 2026-07-18T04:07:54.805Z | Compiling anyhow v1.0.103 |
| 235 | 2026-07-18T04:07:54.813Z | Compiling hashbrown v0.17.1 |
| 236 | 2026-07-18T04:07:55.016Z | Compiling aho-corasick v1.1.4 |
| 237 | 2026-07-18T04:07:55.029Z | Compiling serde v1.0.228 |
| 238 | 2026-07-18T04:07:55.145Z | Compiling winnow v1.0.3 |
| 239 | 2026-07-18T04:07:55.181Z | Compiling either v1.16.0 |
| 240 | 2026-07-18T04:07:55.322Z | Compiling zerocopy v0.8.52 |
| 241 | 2026-07-18T04:07:55.378Z | Compiling itertools v0.14.0 |
| 242 | 2026-07-18T04:07:55.549Z | Compiling syn v2.0.118 |
| 243 | 2026-07-18T04:07:55.639Z | Compiling indexmap v2.14.0 |
| 244 | 2026-07-18T04:07:55.712Z | Compiling byteorder v1.5.0 |
| 245 | 2026-07-18T04:07:55.893Z | Compiling heapless v0.8.0 |
| 246 | 2026-07-18T04:07:56.141Z | Compiling regex-automata v0.4.14 |
| 247 | 2026-07-18T04:07:56.166Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 248 | 2026-07-18T04:07:56.222Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 249 | 2026-07-18T04:07:56.425Z | Compiling hash32 v0.3.1 |
| 250 | 2026-07-18T04:07:56.515Z | Compiling bitflags v2.13.0 |
| 251 | 2026-07-18T04:07:56.549Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 252 | 2026-07-18T04:07:56.580Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 253 | 2026-07-18T04:07:56.678Z | Compiling rustversion v1.0.22 |
| 254 | 2026-07-18T04:07:56.687Z | Compiling macaddr v1.0.1 |
| 255 | 2026-07-18T04:07:56.690Z | Compiling syn v1.0.109 |
| 256 | 2026-07-18T04:07:56.799Z | Compiling stable_deref_trait v1.2.1 |
| 257 | 2026-07-18T04:07:56.845Z | Compiling smoltcp v0.11.0 |
| 258 | 2026-07-18T04:07:56.880Z | Compiling rand_core v0.10.1 |
| 259 | 2026-07-18T04:07:57.003Z | Compiling rustix v1.1.4 |
| 260 | 2026-07-18T04:07:57.019Z | Compiling version_check v0.9.5 |
| 261 | 2026-07-18T04:07:57.030Z | Compiling getrandom v0.4.3 |
| 262 | 2026-07-18T04:07:57.161Z | Compiling proc-macro-crate v3.5.0 |
| 263 | 2026-07-18T04:07:57.263Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 264 | 2026-07-18T04:07:57.274Z | Compiling ref-cast v1.0.25 |
| 265 | 2026-07-18T04:07:57.311Z | Compiling managed v0.8.0 |
| 266 | 2026-07-18T04:07:57.323Z | Compiling bitflags v1.3.2 |
| 267 | 2026-07-18T04:07:57.406Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 268 | 2026-07-18T04:07:57.552Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 269 | 2026-07-18T04:07:57.581Z | Compiling errno v0.3.14 |
| 270 | 2026-07-18T04:07:57.615Z | Compiling ipnetwork v0.21.1 |
| 271 | 2026-07-18T04:07:57.714Z | Compiling unicode-width v0.2.2 |
| 272 | 2026-07-18T04:07:57.926Z | Compiling regex v1.12.4 |
| 273 | 2026-07-18T04:07:57.964Z | Compiling utf8parse v0.2.2 |
| 274 | 2026-07-18T04:07:58.010Z | Compiling once_cell v1.21.4 |
| 275 | 2026-07-18T04:07:58.051Z | Compiling darling_core v0.21.3 |
| 276 | 2026-07-18T04:07:58.207Z | Compiling cpufeatures v0.3.0 |
| 277 | 2026-07-18T04:07:58.267Z | Compiling foreign-types-shared v0.3.1 |
| 278 | 2026-07-18T04:07:58.293Z | Compiling chacha20 v0.10.1 |
| 279 | 2026-07-18T04:07:58.343Z | Compiling tracing-core v0.1.36 |
| 280 | 2026-07-18T04:07:58.567Z | Compiling cstr-argument v0.1.2 |
| 281 | 2026-07-18T04:07:58.610Z | Compiling anstyle-parse v1.0.0 |
| 282 | 2026-07-18T04:07:58.713Z | Compiling tabwriter v1.4.1 |
| 283 | 2026-07-18T04:07:59.159Z | Compiling pretty-hex v0.4.2 |
| 284 | 2026-07-18T04:07:59.249Z | Compiling thiserror-impl v2.0.18 |
| 285 | 2026-07-18T04:07:59.317Z | Compiling zerocopy-derive v0.8.52 |
| 286 | 2026-07-18T04:07:59.346Z | Compiling serde_derive v1.0.228 |
| 287 | 2026-07-18T04:07:59.346Z | Compiling num_enum_derive v0.7.6 |
| 288 | 2026-07-18T04:07:59.636Z | Compiling ref-cast-impl v1.0.25 |
| 289 | 2026-07-18T04:08:00.188Z | Compiling darling_macro v0.21.3 |
| 290 | 2026-07-18T04:08:00.219Z | Compiling foreign-types-macros v0.2.3 |
| 291 | 2026-07-18T04:08:00.343Z | Compiling num_enum v0.7.6 |
| 292 | 2026-07-18T04:08:00.415Z | Compiling tracing-attributes v0.1.31 |
| 293 | 2026-07-18T04:08:00.446Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 294 | 2026-07-18T04:08:00.549Z | Compiling cobs v0.3.0 |
| 295 | 2026-07-18T04:08:00.740Z | Compiling darling v0.21.3 |
| 296 | 2026-07-18T04:08:00.755Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 297 | 2026-07-18T04:08:00.808Z | Compiling ingot-macros v0.1.1 |
| 298 | 2026-07-18T04:08:00.829Z | Compiling foreign-types v0.5.0 |
| 299 | 2026-07-18T04:08:00.886Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 300 | 2026-07-18T04:08:00.890Z | Compiling colorchoice v1.0.5 |
| 301 | 2026-07-18T04:08:00.921Z | Compiling pin-project-lite v0.2.17 |
| 302 | 2026-07-18T04:08:00.950Z | Compiling anstyle v1.0.14 |
| 303 | 2026-07-18T04:08:00.983Z | Compiling is_terminal_polyfill v1.70.2 |
| 304 | 2026-07-18T04:08:01.001Z | Compiling dyn-clone v1.0.20 |
| 305 | 2026-07-18T04:08:01.061Z | Compiling anstyle-query v1.1.5 |
| 306 | 2026-07-18T04:08:01.127Z | Compiling anstream v1.0.0 |
| 307 | 2026-07-18T04:08:01.158Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 308 | 2026-07-18T04:08:01.173Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 309 | 2026-07-18T04:08:01.345Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 310 | 2026-07-18T04:08:01.483Z | Compiling terminal_size v0.4.4 |
| 311 | 2026-07-18T04:08:01.520Z | Compiling rand v0.10.2 |
| 312 | 2026-07-18T04:08:01.586Z | Compiling tracing v0.1.44 |
| 313 | 2026-07-18T04:08:01.607Z | Compiling uuid v1.23.4 |
| 314 | 2026-07-18T04:08:01.734Z | Compiling socket2 v0.6.4 |
| 315 | 2026-07-18T04:08:01.890Z | Compiling colored v3.1.1 |
| 316 | 2026-07-18T04:08:01.897Z | Compiling oxnet v0.1.6 |
| 317 | 2026-07-18T04:08:02.259Z | Compiling clap_lex v1.1.0 |
| 318 | 2026-07-18T04:08:02.296Z | Compiling heck v0.5.0 |
| 319 | 2026-07-18T04:08:02.418Z | Compiling clap_builder v4.6.0 |
| 320 | 2026-07-18T04:08:02.477Z | Compiling postcard v1.1.3 |
| 321 | 2026-07-18T04:08:02.564Z | Compiling clap_derive v4.6.1 |
| 322 | 2026-07-18T04:08:02.583Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 323 | 2026-07-18T04:08:03.646Z | Compiling ingot-types v0.1.2 |
| 324 | 2026-07-18T04:08:03.978Z | Compiling ingot v0.1.1 |
| 325 | 2026-07-18T04:08:04.261Z | Compiling clap v4.6.1 |
| 326 | 2026-07-18T04:08:05.698Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 327 | 2026-07-18T04:08:06.710Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 328 | 2026-07-18T04:08:07.738Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 329 | 2026-07-18T04:08:14.314Z | Finished `release` profile [optimized + debuginfo] target(s) in 19.97s |
| 330 | 2026-07-18T04:08:14.342Z | Building xde (release-lto). |
| 331 | 2026-07-18T04:08:14.584Z | Updating crates.io index |
| 332 | 2026-07-18T04:08:14.665Z | Downloading crates ... |
| 333 | 2026-07-18T04:08:14.713Z | Downloaded addr2line v0.27.0 |
| 334 | 2026-07-18T04:08:14.721Z | Downloaded memchr v2.7.6 |
| 335 | 2026-07-18T04:08:14.724Z | Downloaded rustc-literal-escaper v0.0.8 |
| 336 | 2026-07-18T04:08:14.724Z | Downloaded adler2 v2.0.1 |
| 337 | 2026-07-18T04:08:14.727Z | Downloaded foldhash v0.2.0 |
| 338 | 2026-07-18T04:08:14.730Z | Downloaded getopts v0.2.24 |
| 339 | 2026-07-18T04:08:14.733Z | Downloaded rustc-demangle v0.1.28 |
| 340 | 2026-07-18T04:08:14.741Z | Downloaded miniz_oxide v0.9.1 |
| 341 | 2026-07-18T04:08:14.790Z | Downloaded gimli v0.34.0 |
| 342 | 2026-07-18T04:08:14.795Z | Downloaded object v0.39.1 |
| 343 | 2026-07-18T04:08:14.831Z | Downloaded libc v0.2.185 |
| 344 | 2026-07-18T04:08:14.885Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 345 | 2026-07-18T04:08:14.885Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 346 | 2026-07-18T04:08:14.885Z | Compiling proc-macro2 v1.0.106 |
| 347 | 2026-07-18T04:08:14.885Z | Compiling unicode-ident v1.0.24 |
| 348 | 2026-07-18T04:08:14.885Z | Compiling quote v1.0.46 |
| 349 | 2026-07-18T04:08:14.888Z | Compiling strsim v0.11.1 |
| 350 | 2026-07-18T04:08:14.888Z | Compiling ident_case v1.0.1 |
| 351 | 2026-07-18T04:08:14.909Z | Compiling serde_core v1.0.228 |
| 352 | 2026-07-18T04:08:15.047Z | Compiling fnv v1.0.7 |
| 353 | 2026-07-18T04:08:15.050Z | Compiling memchr v2.8.2 |
| 354 | 2026-07-18T04:08:15.138Z | Compiling regex-syntax v0.8.11 |
| 355 | 2026-07-18T04:08:15.296Z | Compiling either v1.16.0 |
| 356 | 2026-07-18T04:08:15.305Z | Compiling zerocopy v0.8.52 |
| 357 | 2026-07-18T04:08:15.314Z | Compiling serde v1.0.228 |
| 358 | 2026-07-18T04:08:15.436Z | Compiling aho-corasick v1.1.4 |
| 359 | 2026-07-18T04:08:15.485Z | Compiling thiserror v2.0.18 |
| 360 | 2026-07-18T04:08:15.685Z | Compiling itertools v0.14.0 |
| 361 | 2026-07-18T04:08:15.718Z | Compiling heapless v0.8.0 |
| 362 | 2026-07-18T04:08:16.059Z | Compiling syn v2.0.118 |
| 363 | 2026-07-18T04:08:16.099Z | Compiling smoltcp v0.11.0 |
| 364 | 2026-07-18T04:08:16.103Z | Compiling crc32fast v1.5.0 |
| 365 | 2026-07-18T04:08:16.187Z | Compiling version_check v0.9.5 |
| 366 | 2026-07-18T04:08:16.433Z | Compiling ref-cast v1.0.25 |
| 367 | 2026-07-18T04:08:16.532Z | Compiling regex-automata v0.4.14 |
| 368 | 2026-07-18T04:08:16.546Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 369 | 2026-07-18T04:08:18.038Z | Compiling regex v1.12.4 |
| 370 | 2026-07-18T04:08:18.313Z | Compiling darling_core v0.21.3 |
| 371 | 2026-07-18T04:08:18.317Z | Compiling darling_core v0.23.0 |
| 372 | 2026-07-18T04:08:19.179Z | Compiling serde_derive v1.0.228 |
| 373 | 2026-07-18T04:08:19.179Z | Compiling thiserror-impl v2.0.18 |
| 374 | 2026-07-18T04:08:19.179Z | Compiling zerocopy-derive v0.8.52 |
| 375 | 2026-07-18T04:08:19.179Z | Compiling ref-cast-impl v1.0.25 |
| 376 | 2026-07-18T04:08:19.179Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 377 | 2026-07-18T04:08:20.749Z | Compiling darling_macro v0.21.3 |
| 378 | 2026-07-18T04:08:20.917Z | Compiling darling_macro v0.23.0 |
| 379 | 2026-07-18T04:08:21.635Z | Compiling darling v0.21.3 |
| 380 | 2026-07-18T04:08:21.699Z | Compiling ingot-macros v0.1.1 |
| 381 | 2026-07-18T04:08:21.810Z | Compiling darling v0.23.0 |
| 382 | 2026-07-18T04:08:21.871Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 383 | 2026-07-18T04:08:27.257Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 384 | 2026-07-18T04:08:29.407Z | Compiling byteorder v1.5.0 |
| 385 | 2026-07-18T04:08:29.407Z | Compiling macaddr v1.0.1 |
| 386 | 2026-07-18T04:08:29.410Z | Compiling stable_deref_trait v1.2.1 |
| 387 | 2026-07-18T04:08:29.410Z | Compiling cfg-if v1.0.4 |
| 388 | 2026-07-18T04:08:29.466Z | Compiling bitflags v1.3.2 |
| 389 | 2026-07-18T04:08:29.470Z | Compiling managed v0.8.0 |
| 390 | 2026-07-18T04:08:29.506Z | Compiling cobs v0.3.0 |
| 391 | 2026-07-18T04:08:29.596Z | Compiling hash32 v0.3.1 |
| 392 | 2026-07-18T04:08:29.704Z | Compiling itertools v0.15.0 |
| 393 | 2026-07-18T04:08:29.722Z | Compiling dyn-clone v1.0.20 |
| 394 | 2026-07-18T04:08:29.771Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 395 | 2026-07-18T04:08:30.973Z | Compiling bitflags v2.13.0 |
| 396 | 2026-07-18T04:08:30.974Z | Compiling uuid v1.23.4 |
| 397 | 2026-07-18T04:08:31.114Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 398 | 2026-07-18T04:08:31.402Z | Compiling postcard v1.1.3 |
| 399 | 2026-07-18T04:08:32.240Z | Compiling ingot-types v0.1.2 |
| 400 | 2026-07-18T04:08:32.552Z | Compiling ingot v0.1.1 |
| 401 | 2026-07-18T04:08:34.038Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 402 | 2026-07-18T04:08:37.810Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 403 | 2026-07-18T04:08:46.518Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 404 | 2026-07-18T04:09:16.118Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 01s |
| 405 | 2026-07-18T04:09:16.151Z | Linking xde kmod... |
| 406 | 2026-07-18T04:09:16.734Z | Building xde dev link helper (release). |
| 407 | 2026-07-18T04:09:16.887Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 408 | 2026-07-18T04:09:16.887Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 409 | 2026-07-18T04:09:16.887Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 410 | 2026-07-18T04:09:28.283Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 411 | 2026-07-18T04:09:30.822Z | Finished `release` profile [optimized + debuginfo] target(s) in 14.05s |
| 412 | 2026-07-18T04:09:30.841Z | Building opteadm (dev). |
| 413 | 2026-07-18T04:09:30.992Z | Compiling serde_core v1.0.228 |
| 414 | 2026-07-18T04:09:30.992Z | Compiling libc v0.2.186 |
| 415 | 2026-07-18T04:09:30.992Z | Compiling cfg-if v1.0.4 |
| 416 | 2026-07-18T04:09:30.992Z | Compiling strsim v0.11.1 |
| 417 | 2026-07-18T04:09:30.995Z | Compiling memchr v2.8.2 |
| 418 | 2026-07-18T04:09:30.995Z | Compiling ident_case v1.0.1 |
| 419 | 2026-07-18T04:09:30.995Z | Compiling fnv v1.0.7 |
| 420 | 2026-07-18T04:09:31.016Z | Compiling syn v2.0.118 |
| 421 | 2026-07-18T04:09:31.066Z | Compiling regex-syntax v0.8.11 |
| 422 | 2026-07-18T04:09:31.093Z | Compiling equivalent v1.0.2 |
| 423 | 2026-07-18T04:09:31.109Z | Compiling zerocopy v0.8.52 |
| 424 | 2026-07-18T04:09:31.162Z | Compiling either v1.16.0 |
| 425 | 2026-07-18T04:09:31.276Z | Compiling hashbrown v0.17.1 |
| 426 | 2026-07-18T04:09:31.353Z | Compiling winnow v1.0.3 |
| 427 | 2026-07-18T04:09:31.461Z | Compiling aho-corasick v1.1.4 |
| 428 | 2026-07-18T04:09:31.558Z | Compiling serde v1.0.228 |
| 429 | 2026-07-18T04:09:31.762Z | Compiling indexmap v2.14.0 |
| 430 | 2026-07-18T04:09:31.797Z | Compiling itertools v0.14.0 |
| 431 | 2026-07-18T04:09:31.884Z | Compiling byteorder v1.5.0 |
| 432 | 2026-07-18T04:09:32.059Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 433 | 2026-07-18T04:09:32.268Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 434 | 2026-07-18T04:09:32.343Z | Compiling heapless v0.8.0 |
| 435 | 2026-07-18T04:09:32.351Z | Compiling hash32 v0.3.1 |
| 436 | 2026-07-18T04:09:32.499Z | Compiling regex-automata v0.4.14 |
| 437 | 2026-07-18T04:09:32.785Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 438 | 2026-07-18T04:09:32.797Z | Compiling stable_deref_trait v1.2.1 |
| 439 | 2026-07-18T04:09:32.803Z | Compiling syn v1.0.109 |
| 440 | 2026-07-18T04:09:32.862Z | Compiling smoltcp v0.11.0 |
| 441 | 2026-07-18T04:09:32.994Z | Compiling bitflags v2.13.0 |
| 442 | 2026-07-18T04:09:33.086Z | Compiling rustversion v1.0.22 |
| 443 | 2026-07-18T04:09:33.100Z | Compiling macaddr v1.0.1 |
| 444 | 2026-07-18T04:09:33.173Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 445 | 2026-07-18T04:09:33.345Z | Compiling proc-macro-crate v3.5.0 |
| 446 | 2026-07-18T04:09:33.401Z | Compiling managed v0.8.0 |
| 447 | 2026-07-18T04:09:33.440Z | Compiling bitflags v1.3.2 |
| 448 | 2026-07-18T04:09:33.446Z | Compiling version_check v0.9.5 |
| 449 | 2026-07-18T04:09:33.504Z | Compiling getrandom v0.4.3 |
| 450 | 2026-07-18T04:09:33.617Z | Compiling darling_core v0.21.3 |
| 451 | 2026-07-18T04:09:33.645Z | Compiling rand_core v0.10.1 |
| 452 | 2026-07-18T04:09:33.655Z | Compiling ref-cast v1.0.25 |
| 453 | 2026-07-18T04:09:33.701Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 454 | 2026-07-18T04:09:33.743Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 455 | 2026-07-18T04:09:33.967Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 456 | 2026-07-18T04:09:33.982Z | Compiling errno v0.3.14 |
| 457 | 2026-07-18T04:09:34.149Z | Compiling regex v1.12.4 |
| 458 | 2026-07-18T04:09:34.384Z | Compiling foreign-types-shared v0.3.1 |
| 459 | 2026-07-18T04:09:34.540Z | Compiling ipnetwork v0.21.1 |
| 460 | 2026-07-18T04:09:34.643Z | Compiling unicode-width v0.2.2 |
| 461 | 2026-07-18T04:09:34.735Z | Compiling thiserror-impl v2.0.18 |
| 462 | 2026-07-18T04:09:34.951Z | Compiling serde_derive v1.0.228 |
| 463 | 2026-07-18T04:09:35.047Z | Compiling zerocopy-derive v0.8.52 |
| 464 | 2026-07-18T04:09:35.064Z | Compiling num_enum_derive v0.7.6 |
| 465 | 2026-07-18T04:09:35.670Z | Compiling foreign-types-macros v0.2.3 |
| 466 | 2026-07-18T04:09:35.737Z | Compiling darling_macro v0.21.3 |
| 467 | 2026-07-18T04:09:35.925Z | Compiling thiserror v2.0.18 |
| 468 | 2026-07-18T04:09:36.024Z | Compiling cobs v0.3.0 |
| 469 | 2026-07-18T04:09:36.057Z | Compiling ref-cast-impl v1.0.25 |
| 470 | 2026-07-18T04:09:36.282Z | Compiling cpufeatures v0.3.0 |
| 471 | 2026-07-18T04:09:36.296Z | Compiling darling v0.21.3 |
| 472 | 2026-07-18T04:09:36.300Z | Compiling once_cell v1.21.4 |
| 473 | 2026-07-18T04:09:36.345Z | Compiling chacha20 v0.10.1 |
| 474 | 2026-07-18T04:09:36.365Z | Compiling ingot-macros v0.1.1 |
| 475 | 2026-07-18T04:09:36.535Z | Compiling tracing-core v0.1.36 |
| 476 | 2026-07-18T04:09:36.683Z | Compiling foreign-types v0.5.0 |
| 477 | 2026-07-18T04:09:36.729Z | Compiling num_enum v0.7.6 |
| 478 | 2026-07-18T04:09:36.751Z | Compiling tabwriter v1.4.1 |
| 479 | 2026-07-18T04:09:36.836Z | Compiling cstr-argument v0.1.2 |
| 480 | 2026-07-18T04:09:37.000Z | Compiling tracing-attributes v0.1.31 |
| 481 | 2026-07-18T04:09:37.162Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 482 | 2026-07-18T04:09:37.279Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 483 | 2026-07-18T04:09:37.738Z | Compiling rustix v1.1.4 |
| 484 | 2026-07-18T04:09:37.999Z | Compiling anyhow v1.0.103 |
| 485 | 2026-07-18T04:09:38.062Z | Compiling postcard v1.1.3 |
| 486 | 2026-07-18T04:09:38.102Z | Compiling pretty-hex v0.4.2 |
| 487 | 2026-07-18T04:09:38.183Z | Compiling dyn-clone v1.0.20 |
| 488 | 2026-07-18T04:09:38.191Z | Compiling pin-project-lite v0.2.17 |
| 489 | 2026-07-18T04:09:38.229Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 490 | 2026-07-18T04:09:38.276Z | Compiling tracing v0.1.44 |
| 491 | 2026-07-18T04:09:38.298Z | Compiling terminal_size v0.4.4 |
| 492 | 2026-07-18T04:09:38.413Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 493 | 2026-07-18T04:09:38.443Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 494 | 2026-07-18T04:09:38.446Z | Compiling rand v0.10.2 |
| 495 | 2026-07-18T04:09:38.622Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 496 | 2026-07-18T04:09:38.633Z | Compiling uuid v1.23.4 |
| 497 | 2026-07-18T04:09:38.658Z | Compiling socket2 v0.6.4 |
| 498 | 2026-07-18T04:09:38.736Z | Compiling colored v3.1.1 |
| 499 | 2026-07-18T04:09:38.897Z | Compiling oxnet v0.1.6 |
| 500 | 2026-07-18T04:09:39.037Z | Compiling clap_builder v4.6.0 |
| 501 | 2026-07-18T04:09:39.243Z | Compiling clap_derive v4.6.1 |
| 502 | 2026-07-18T04:09:39.422Z | Compiling ingot-types v0.1.2 |
| 503 | 2026-07-18T04:09:39.427Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 504 | 2026-07-18T04:09:39.750Z | Compiling ingot v0.1.1 |
| 505 | 2026-07-18T04:09:40.717Z | Compiling clap v4.6.1 |
| 506 | 2026-07-18T04:09:41.488Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 507 | 2026-07-18T04:09:43.679Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 508 | 2026-07-18T04:09:44.864Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 509 | 2026-07-18T04:09:49.203Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.36s |
| 510 | 2026-07-18T04:09:49.232Z | Building xde (dev). |
| 511 | 2026-07-18T04:09:49.454Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 512 | 2026-07-18T04:09:49.454Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 513 | 2026-07-18T04:09:49.454Z | Compiling proc-macro2 v1.0.106 |
| 514 | 2026-07-18T04:09:49.454Z | Compiling unicode-ident v1.0.24 |
| 515 | 2026-07-18T04:09:49.454Z | Compiling quote v1.0.46 |
| 516 | 2026-07-18T04:09:49.454Z | Compiling strsim v0.11.1 |
| 517 | 2026-07-18T04:09:49.457Z | Compiling ident_case v1.0.1 |
| 518 | 2026-07-18T04:09:49.457Z | Compiling serde_core v1.0.228 |
| 519 | 2026-07-18T04:09:49.571Z | Compiling fnv v1.0.7 |
| 520 | 2026-07-18T04:09:49.574Z | Compiling memchr v2.8.2 |
| 521 | 2026-07-18T04:09:49.652Z | Compiling regex-syntax v0.8.11 |
| 522 | 2026-07-18T04:09:49.839Z | Compiling thiserror v2.0.18 |
| 523 | 2026-07-18T04:09:49.856Z | Compiling either v1.16.0 |
| 524 | 2026-07-18T04:09:49.859Z | Compiling zerocopy v0.8.52 |
| 525 | 2026-07-18T04:09:49.974Z | Compiling aho-corasick v1.1.4 |
| 526 | 2026-07-18T04:09:50.041Z | Compiling serde v1.0.228 |
| 527 | 2026-07-18T04:09:50.241Z | Compiling itertools v0.14.0 |
| 528 | 2026-07-18T04:09:50.435Z | Compiling heapless v0.8.0 |
| 529 | 2026-07-18T04:09:50.464Z | Compiling smoltcp v0.11.0 |
| 530 | 2026-07-18T04:09:50.621Z | Compiling syn v2.0.118 |
| 531 | 2026-07-18T04:09:50.662Z | Compiling ref-cast v1.0.25 |
| 532 | 2026-07-18T04:09:50.899Z | Compiling crc32fast v1.5.0 |
| 533 | 2026-07-18T04:09:50.909Z | Compiling version_check v0.9.5 |
| 534 | 2026-07-18T04:09:51.056Z | Compiling regex-automata v0.4.14 |
| 535 | 2026-07-18T04:09:51.272Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 536 | 2026-07-18T04:09:52.592Z | Compiling regex v1.12.4 |
| 537 | 2026-07-18T04:09:52.900Z | Compiling darling_core v0.21.3 |
| 538 | 2026-07-18T04:09:52.928Z | Compiling darling_core v0.23.0 |
| 539 | 2026-07-18T04:09:53.707Z | Compiling zerocopy-derive v0.8.52 |
| 540 | 2026-07-18T04:09:53.707Z | Compiling serde_derive v1.0.228 |
| 541 | 2026-07-18T04:09:53.707Z | Compiling thiserror-impl v2.0.18 |
| 542 | 2026-07-18T04:09:53.710Z | Compiling ref-cast-impl v1.0.25 |
| 543 | 2026-07-18T04:09:53.710Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 544 | 2026-07-18T04:09:55.359Z | Compiling darling_macro v0.23.0 |
| 545 | 2026-07-18T04:09:55.579Z | Compiling darling_macro v0.21.3 |
| 546 | 2026-07-18T04:09:56.250Z | Compiling darling v0.23.0 |
| 547 | 2026-07-18T04:09:56.313Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 548 | 2026-07-18T04:09:56.463Z | Compiling darling v0.21.3 |
| 549 | 2026-07-18T04:09:56.528Z | Compiling ingot-macros v0.1.1 |
| 550 | 2026-07-18T04:10:01.322Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 551 | 2026-07-18T04:10:03.073Z | Compiling byteorder v1.5.0 |
| 552 | 2026-07-18T04:10:03.073Z | Compiling cfg-if v1.0.4 |
| 553 | 2026-07-18T04:10:03.076Z | Compiling stable_deref_trait v1.2.1 |
| 554 | 2026-07-18T04:10:03.076Z | Compiling macaddr v1.0.1 |
| 555 | 2026-07-18T04:10:03.137Z | Compiling cobs v0.3.0 |
| 556 | 2026-07-18T04:10:03.141Z | Compiling bitflags v1.3.2 |
| 557 | 2026-07-18T04:10:03.176Z | Compiling managed v0.8.0 |
| 558 | 2026-07-18T04:10:03.253Z | Compiling hash32 v0.3.1 |
| 559 | 2026-07-18T04:10:03.400Z | Compiling itertools v0.15.0 |
| 560 | 2026-07-18T04:10:03.406Z | Compiling dyn-clone v1.0.20 |
| 561 | 2026-07-18T04:10:03.500Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 562 | 2026-07-18T04:10:04.602Z | Compiling bitflags v2.13.0 |
| 563 | 2026-07-18T04:10:04.602Z | Compiling uuid v1.23.4 |
| 564 | 2026-07-18T04:10:04.737Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 565 | 2026-07-18T04:10:05.017Z | Compiling postcard v1.1.3 |
| 566 | 2026-07-18T04:10:05.810Z | Compiling ingot-types v0.1.2 |
| 567 | 2026-07-18T04:10:06.089Z | Compiling ingot v0.1.1 |
| 568 | 2026-07-18T04:10:07.475Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 569 | 2026-07-18T04:10:11.707Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 570 | 2026-07-18T04:10:22.109Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 571 | 2026-07-18T04:10:30.463Z | Finished `dev` profile [optimized + debuginfo] target(s) in 41.20s |
| 572 | 2026-07-18T04:10:30.486Z | Linking xde kmod... |
| 573 | 2026-07-18T04:10:31.658Z | Building xde dev link helper (dev). |
| 574 | 2026-07-18T04:10:31.810Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 575 | 2026-07-18T04:10:31.810Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 576 | 2026-07-18T04:10:31.810Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 577 | 2026-07-18T04:10:42.572Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 578 | 2026-07-18T04:10:44.848Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.16s |
| 579 | 2026-07-18T04:10:44.870Z | |
| 580 | 2026-07-18T04:10:44.873Z | real 3:07.597508218 |
| 581 | 2026-07-18T04:10:44.873Z | user 8:59.499972244 |
| 582 | 2026-07-18T04:10:44.873Z | sys 57.509839838 |
| 583 | 2026-07-18T04:10:44.873Z | trap 0.232935854 |
| 584 | 2026-07-18T04:10:44.873Z | tflt 0.869413410 |
| 585 | 2026-07-18T04:10:44.873Z | dflt 1.749050002 |
| 586 | 2026-07-18T04:10:44.873Z | kflt 0.006221094 |
| 587 | 2026-07-18T04:10:44.873Z | lock 35:20.509224992 |
| 588 | 2026-07-18T04:10:44.873Z | slp 20:54.829743966 |
| 589 | 2026-07-18T04:10:44.873Z | lat 18.835835734 |
| 590 | 2026-07-18T04:10:44.873Z | stop 34.985179749 |
| 591 | 2026-07-18T04:10:44.873Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 592 | 2026-07-18T04:10:44.874Z | + grep GOTPCREL |
| 593 | 2026-07-18T04:10:45.821Z | + header 'package opte' |
| 594 | 2026-07-18T04:10:45.821Z | + echo '# ==== package opte ==== #' |
| 595 | 2026-07-18T04:10:45.821Z | # ==== package opte ==== # |
| 596 | 2026-07-18T04:10:45.821Z | + cargo xtask package --skip-build --profile all |
| 597 | 2026-07-18T04:10:45.958Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s |
| 598 | 2026-07-18T04:10:45.962Z | Running `target/debug/xtask package --skip-build --profile all` |
| 599 | 2026-07-18T04:10:46.164Z | + ./clean.sh |
| 600 | 2026-07-18T04:10:46.171Z | + mkdir -p proto/kernel/drv/amd64 |
| 601 | 2026-07-18T04:10:46.174Z | + mkdir -p proto/opt/oxide/opte/bin |
| 602 | 2026-07-18T04:10:46.174Z | + mkdir -p proto/usr/lib/devfsadm/linkmod |
| 603 | 2026-07-18T04:10:46.177Z | + cp ../target/release/opteadm proto/opt/oxide/opte/bin/ |
| 604 | 2026-07-18T04:10:46.192Z | + cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64 |
| 605 | 2026-07-18T04:10:46.227Z | + cp ../xde/xde.conf proto/kernel/drv/ |
| 606 | 2026-07-18T04:10:46.230Z | + cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so |
| 607 | 2026-07-18T04:10:46.230Z | + '[' -z ']' |
| 608 | 2026-07-18T04:10:46.230Z | + cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg |
| 609 | 2026-07-18T04:10:46.254Z | + cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg |
| 610 | 2026-07-18T04:10:46.328Z | + INC_DEBUG= |
| 611 | 2026-07-18T04:10:46.330Z | + typeset -ri TAG=0 |
| 612 | 2026-07-18T04:10:46.331Z | ++ ./print-api-version.sh |
| 613 | 2026-07-18T04:10:46.333Z | + API_VSN=41 |
| 614 | 2026-07-18T04:10:46.333Z | + PKG_VERSION=0.41.499-3.0 |
| 615 | 2026-07-18T04:10:46.336Z | + sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.41.499-3.0/g opte.template.p5m |
| 616 | 2026-07-18T04:10:46.336Z | + pkgmogrify -v -D inc_debug= -O opte.base.p5m |
| 617 | 2026-07-18T04:10:46.846Z | + pkgdepend generate -d proto opte.base.p5m |
| 618 | 2026-07-18T04:10:47.180Z | + mkdir -p packages |
| 619 | 2026-07-18T04:10:47.183Z | + pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m |
| 620 | 2026-07-18T04:10:54.156Z | + cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m |
| 621 | 2026-07-18T04:10:54.159Z | + pkgrepo create packages/repo |
| 622 | 2026-07-18T04:10:54.369Z | + pkgrepo add-publisher -s packages/repo helios |
| 623 | 2026-07-18T04:10:54.572Z | + pkgsend publish -d proto -s packages/repo opte.final.p5m |
| 624 | 2026-07-18T04:11:23.802Z | pkg://helios/driver/network/opte@0.41.499,5.11-3.0:20260718T041053Z |
| 625 | 2026-07-18T04:11:23.802Z | PUBLISHED |
| 626 | 2026-07-18T04:11:23.838Z | + pkgrecv -a -d packages/repo/opte-0.41.499-3.0.p5p -s packages/repo -v -m latest '*' |
| 627 | 2026-07-18T04:11:24.015Z | Retrieving packages for publisher helios ... |
| 628 | 2026-07-18T04:11:24.018Z | Retrieving catalog 'helios' ... Done |
| 629 | 2026-07-18T04:11:24.023Z | Retrieving and evaluating 1 package(s)... |
| 630 | 2026-07-18T04:11:24.023Z | Fetching manifests: 1/1 100% complete |
| 631 | 2026-07-18T04:11:24.023Z | Fetching manifests: 1/1 100% complete |
| 632 | 2026-07-18T04:11:24.023Z | |
| 633 | 2026-07-18T04:11:24.023Z | Archiving packages ... |
| 634 | 2026-07-18T04:11:24.023Z | Packages to add: 1 |
| 635 | 2026-07-18T04:11:24.023Z | Files to retrieve: 6 |
| 636 | 2026-07-18T04:11:24.023Z | Estimated transfer size: 36.99 MB |
| 637 | 2026-07-18T04:11:24.023Z | |
| 638 | 2026-07-18T04:11:24.023Z | Packages to archive: |
| 639 | 2026-07-18T04:11:24.023Z | driver/network/opte@0.41.499,5.11-3.0:20260718T041053Z |
| 640 | 2026-07-18T04:11:24.023Z | |
| 641 | 2026-07-18T04:11:24.023Z | Download: 0/6 items 0.0/37.0MB 0% complete |
| 642 | 2026-07-18T04:11:24.086Z | Download: Completed 36.99 MB in 0.07 seconds (551M/s) |
| 643 | 2026-07-18T04:11:24.089Z | Archiving: 1/20 items 0.0/37.0MB 0% complete |
| 644 | 2026-07-18T04:11:24.100Z | Archiving: Completed 37.03 MB in 0.01 seconds |
| 645 | 2026-07-18T04:11:24.137Z | Successfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.499-3.0.p5p. |
| 646 | 2026-07-18T04:11:24.140Z | + banner copy |
| 647 | 2026-07-18T04:11:24.143Z | |
| 648 | 2026-07-18T04:11:24.143Z | #### #### ##### # # |
| 649 | 2026-07-18T04:11:24.143Z | # # # # # # # # |
| 650 | 2026-07-18T04:11:24.143Z | # # # # # # |
| 651 | 2026-07-18T04:11:24.143Z | # # # ##### # |
| 652 | 2026-07-18T04:11:24.143Z | # # # # # # |
| 653 | 2026-07-18T04:11:24.143Z | #### #### # # |
| 654 | 2026-07-18T04:11:24.143Z | |
| 655 | 2026-07-18T04:11:24.144Z | + pfexec mkdir -p /out |
| 656 | 2026-07-18T04:11:24.147Z | + pfexec chown 12345 /out |
| 657 | 2026-07-18T04:11:24.147Z | + PKG_NAME=/out/opte.p5p |
| 658 | 2026-07-18T04:11:24.147Z | + mv pkg/packages/repo/opte-0.41.499-3.0.p5p /out/opte.p5p |
| 659 | 2026-07-18T04:11:24.176Z | + sha256sum /out/opte.p5p |
| 660 | 2026-07-18T04:11:24.203Z | process exited: duration 241754 ms, exit code 0 |
| |
| 661 | 2026-07-18T04:11:24.214Z | found 2 output files |
| 662 | 2026-07-18T04:11:24.214Z | uploading: /out/opte.p5p (38830080 bytes) |
| 663 | 2026-07-18T04:11:25.434Z | uploaded: /out/opte.p5p |
| 664 | 2026-07-18T04:11:25.439Z | uploading: /out/opte.p5p.sha256 (80 bytes) |
| 665 | 2026-07-18T04:11:26.445Z | uploaded: /out/opte.p5p.sha256 |