|
|
|
| 1 | 2026-07-26T04:23:54.651Z | job assigned to worker 01KYEAK2ENX4WWF7H0HMV4JNKJ [factory aws, i-077811531598f981e] (queued for 51 s) |
| |
| 2 | 2026-07-26T04:24:01.495Z | starting task 0: "setup" |
| 3 | 2026-07-26T04:24:01.520Z | ++ uname -s |
| 4 | 2026-07-26T04:24:01.520Z | + kern=SunOS |
| 5 | 2026-07-26T04:24:01.520Z | + build_user=build |
| 6 | 2026-07-26T04:24:01.520Z | + build_uid=12345 |
| 7 | 2026-07-26T04:24:01.520Z | + work_dir=/work |
| 8 | 2026-07-26T04:24:01.520Z | + input_dir=/input |
| 9 | 2026-07-26T04:24:01.520Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-26T04:24:01.520Z | + case "$kern" in |
| 11 | 2026-07-26T04:24:01.520Z | + groupadd -g 12345 build |
| 12 | 2026-07-26T04:24:01.521Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-26T04:24:03.492Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-26T04:24:03.589Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-26T04:24:03.598Z | + home_fs=zfs |
| 16 | 2026-07-26T04:24:03.598Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-26T04:24:03.598Z | + mkdir -p /home/build |
| 18 | 2026-07-26T04:24:03.598Z | + chown build:build /home/build /work |
| 19 | 2026-07-26T04:24:05.584Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-26T04:24:05.610Z | process exited: duration 4102 ms, exit code 0 |
| |
| 21 | 2026-07-26T04:24:05.627Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-26T04:24:05.631Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-26T04:24:05.631Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-26T04:24:05.631Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-07-26T04:24:05.631Z | * rust toolchain channel = "1.97.1" |
| 26 | 2026-07-26T04:24:05.631Z | * rust toolchain profile = "default" |
| 27 | 2026-07-26T04:24:05.631Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-26T04:24:05.631Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-26T04:24:05.631Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-26T04:24:05.688Z | info: downloading installer |
| 31 | 2026-07-26T04:24:07.249Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-26T04:24:07.249Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-26T04:24:07.249Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-26T04:24:07.249Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-26T04:24:07.259Z | info: profile set to default |
| 36 | 2026-07-26T04:24:07.259Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-26T04:24:07.259Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-26T04:24:07.365Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-26T04:24:07.370Z | info: downloading 6 components |
| 40 | 2026-07-26T04:24:23.057Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-07-26T04:24:23.057Z | |
| 42 | 2026-07-26T04:24:23.083Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-26T04:24:23.083Z | |
| 44 | 2026-07-26T04:24:23.083Z | |
| 45 | 2026-07-26T04:24:23.083Z | Rust is installed now. Great! |
| 46 | 2026-07-26T04:24:23.083Z | |
| 47 | 2026-07-26T04:24:23.087Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-26T04:24:23.087Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-26T04:24:23.087Z | |
| 50 | 2026-07-26T04:24:23.087Z | To configure your current shell, you need to source |
| 51 | 2026-07-26T04:24:23.087Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-26T04:24:23.087Z | |
| 53 | 2026-07-26T04:24:23.087Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-26T04:24:23.087Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-26T04:24:23.088Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-26T04:24:23.088Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-26T04:24:23.088Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-26T04:24:23.088Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-26T04:24:23.088Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-26T04:24:23.088Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-26T04:24:23.088Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-26T04:24:23.183Z | + rustup --version |
| 63 | 2026-07-26T04:24:23.190Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-26T04:24:23.195Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-26T04:24:23.212Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-26T04:24:23.215Z | + cargo --version |
| 67 | 2026-07-26T04:24:23.229Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-26T04:24:23.232Z | + rustc --version |
| 69 | 2026-07-26T04:24:23.256Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-26T04:24:23.261Z | process exited: duration 17634 ms, exit code 0 |
| |
| 71 | 2026-07-26T04:24:23.268Z | starting task 2: "authentication" |
| 72 | 2026-07-26T04:24:23.286Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-07-26T04:24:23.294Z | starting task 3: "clone repository" |
| 74 | 2026-07-26T04:24:23.297Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-26T04:24:23.300Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-26T04:24:23.331Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-26T04:24:24.244Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-26T04:24:24.244Z | + git fetch origin b8b23b946ff2841cc7e0be7cda9a60f9913d886f |
| 79 | 2026-07-26T04:24:24.478Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-26T04:24:24.478Z | * branch b8b23b946ff2841cc7e0be7cda9a60f9913d886f -> FETCH_HEAD |
| 81 | 2026-07-26T04:24:24.486Z | + [[ -n renovate/smoltcp-0.x ]] |
| 82 | 2026-07-26T04:24:24.486Z | ++ git branch --show-current |
| 83 | 2026-07-26T04:24:24.486Z | + current=master |
| 84 | 2026-07-26T04:24:24.486Z | + [[ master != renovate/smoltcp-0.x ]] |
| 85 | 2026-07-26T04:24:24.486Z | + git branch -f renovate/smoltcp-0.x b8b23b946ff2841cc7e0be7cda9a60f9913d886f |
| 86 | 2026-07-26T04:24:24.487Z | + git checkout -f renovate/smoltcp-0.x |
| 87 | 2026-07-26T04:24:24.497Z | Switched to branch 'renovate/smoltcp-0.x' |
| 88 | 2026-07-26T04:24:24.497Z | + git reset --hard b8b23b946ff2841cc7e0be7cda9a60f9913d886f |
| 89 | 2026-07-26T04:24:24.501Z | HEAD is now at b8b23b9 Update Rust crate smoltcp to 0.13 |
| 90 | 2026-07-26T04:24:24.502Z | process exited: duration 1204 ms, exit code 0 |
| |
| 91 | 2026-07-26T04:24:24.526Z | starting task 4: "build" |
| 92 | 2026-07-26T04:24:24.532Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-26T04:24:24.533Z | ++ rustup show active-toolchain |
| 94 | 2026-07-26T04:24:24.533Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-26T04:24:24.533Z | ++ pushd xde |
| 96 | 2026-07-26T04:24:24.533Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-26T04:24:24.533Z | ++ rustup show active-toolchain |
| 98 | 2026-07-26T04:24:24.536Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 99 | 2026-07-26T04:24:24.681Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 100 | 2026-07-26T04:24:24.690Z | info: downloading 6 components |
| 101 | 2026-07-26T04:24:41.108Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-26T04:24:41.192Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-26T04:24:41.197Z | +++ head -n 1 |
| 104 | 2026-07-26T04:24:41.197Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-26T04:24:41.252Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 106 | 2026-07-26T04:24:41.252Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-07-26T04:24:41.252Z | ++ popd |
| 108 | 2026-07-26T04:24:41.252Z | /work/oxidecomputer/opte |
| 109 | 2026-07-26T04:24:41.256Z | + TGT_BASE=/work |
| 110 | 2026-07-26T04:24:41.256Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 111 | 2026-07-26T04:24:41.256Z | + REL_TGT=/work/release |
| 112 | 2026-07-26T04:24:41.256Z | + mkdir -p /work/release |
| 113 | 2026-07-26T04:24:41.256Z | + cargo --version |
| 114 | 2026-07-26T04:24:41.263Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 115 | 2026-07-26T04:24:41.267Z | + rustc --version |
| 116 | 2026-07-26T04:24:41.285Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 117 | 2026-07-26T04:24:41.289Z | + header 'build xde and opteadm (release+debug)' |
| 118 | 2026-07-26T04:24:41.289Z | + echo '# ==== build xde and opteadm (release+debug) ==== #' |
| 119 | 2026-07-26T04:24:41.289Z | # ==== build xde and opteadm (release+debug) ==== # |
| 120 | 2026-07-26T04:24:41.289Z | + ptime -m cargo xtask build --profile all |
| 121 | 2026-07-26T04:24:41.387Z | Updating crates.io index |
| 122 | 2026-07-26T04:24:41.391Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 123 | 2026-07-26T04:24:42.382Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 124 | 2026-07-26T04:24:42.610Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 125 | 2026-07-26T04:24:42.838Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 126 | 2026-07-26T04:24:43.215Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 127 | 2026-07-26T04:24:43.442Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 128 | 2026-07-26T04:24:43.817Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 129 | 2026-07-26T04:24:45.565Z | Downloading crates ... |
| 130 | 2026-07-26T04:24:45.609Z | Downloaded equivalent v1.0.2 |
| 131 | 2026-07-26T04:24:45.612Z | Downloaded clap_lex v1.1.0 |
| 132 | 2026-07-26T04:24:45.613Z | Downloaded errno v0.3.14 |
| 133 | 2026-07-26T04:24:45.617Z | Downloaded colorchoice v1.0.5 |
| 134 | 2026-07-26T04:24:45.620Z | Downloaded bitflags v2.13.0 |
| 135 | 2026-07-26T04:24:45.631Z | Downloaded serde_derive v1.0.228 |
| 136 | 2026-07-26T04:24:45.636Z | Downloaded terminal_size v0.4.4 |
| 137 | 2026-07-26T04:24:45.639Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 138 | 2026-07-26T04:24:45.640Z | Downloaded cargo-platform v0.3.3 |
| 139 | 2026-07-26T04:24:45.643Z | Downloaded strsim v0.11.1 |
| 140 | 2026-07-26T04:24:45.646Z | Downloaded anstyle v1.0.14 |
| 141 | 2026-07-26T04:24:45.653Z | Downloaded itoa v1.0.18 |
| 142 | 2026-07-26T04:24:45.664Z | Downloaded utf8parse v0.2.2 |
| 143 | 2026-07-26T04:24:45.664Z | Downloaded heck v0.5.0 |
| 144 | 2026-07-26T04:24:45.664Z | Downloaded serde_spanned v1.1.1 |
| 145 | 2026-07-26T04:24:45.669Z | Downloaded quote v1.0.46 |
| 146 | 2026-07-26T04:24:45.673Z | Downloaded anstyle-parse v1.0.0 |
| 147 | 2026-07-26T04:24:45.676Z | Downloaded anstream v1.0.0 |
| 148 | 2026-07-26T04:24:45.677Z | Downloaded anyhow v1.0.103 |
| 149 | 2026-07-26T04:24:45.684Z | Downloaded anstyle-query v1.1.5 |
| 150 | 2026-07-26T04:24:45.688Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 151 | 2026-07-26T04:24:45.691Z | Downloaded thiserror v2.0.18 |
| 152 | 2026-07-26T04:24:45.695Z | Downloaded zmij v1.0.22 |
| 153 | 2026-07-26T04:24:45.695Z | Downloaded clap_derive v4.6.1 |
| 154 | 2026-07-26T04:24:45.698Z | Downloaded serde_core v1.0.228 |
| 155 | 2026-07-26T04:24:45.702Z | Downloaded unicode-ident v1.0.24 |
| 156 | 2026-07-26T04:24:45.702Z | Downloaded cargo_metadata v0.23.1 |
| 157 | 2026-07-26T04:24:45.706Z | Downloaded is_terminal_polyfill v1.70.2 |
| 158 | 2026-07-26T04:24:45.709Z | Downloaded thiserror-impl v2.0.18 |
| 159 | 2026-07-26T04:24:45.713Z | Downloaded camino v1.2.4 |
| 160 | 2026-07-26T04:24:45.716Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 161 | 2026-07-26T04:24:45.720Z | Downloaded semver v1.0.28 |
| 162 | 2026-07-26T04:24:45.737Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 163 | 2026-07-26T04:24:45.740Z | Downloaded proc-macro2 v1.0.106 |
| 164 | 2026-07-26T04:24:45.744Z | Downloaded clap v4.6.1 |
| 165 | 2026-07-26T04:24:45.752Z | Downloaded memchr v2.8.3 |
| 166 | 2026-07-26T04:24:45.758Z | Downloaded serde v1.0.228 |
| 167 | 2026-07-26T04:24:45.772Z | Downloaded indexmap v2.14.0 |
| 168 | 2026-07-26T04:24:45.797Z | Downloaded hashbrown v0.17.1 |
| 169 | 2026-07-26T04:24:45.802Z | Downloaded serde_json v1.0.150 |
| 170 | 2026-07-26T04:24:45.810Z | Downloaded clap_builder v4.6.0 |
| 171 | 2026-07-26T04:24:45.810Z | Downloaded winnow v1.0.3 |
| 172 | 2026-07-26T04:24:45.827Z | Downloaded syn v2.0.118 |
| 173 | 2026-07-26T04:24:45.844Z | Downloaded rustix v1.1.4 |
| 174 | 2026-07-26T04:24:45.858Z | Downloaded libc v0.2.186 |
| 175 | 2026-07-26T04:24:45.903Z | Compiling serde_core v1.0.228 |
| 176 | 2026-07-26T04:24:45.903Z | Compiling proc-macro2 v1.0.106 |
| 177 | 2026-07-26T04:24:45.907Z | Compiling quote v1.0.46 |
| 178 | 2026-07-26T04:24:45.907Z | Compiling unicode-ident v1.0.24 |
| 179 | 2026-07-26T04:24:45.908Z | Compiling libc v0.2.186 |
| 180 | 2026-07-26T04:24:45.908Z | Compiling rustix v1.1.4 |
| 181 | 2026-07-26T04:24:45.908Z | Compiling utf8parse v0.2.2 |
| 182 | 2026-07-26T04:24:45.960Z | Compiling bitflags v2.13.0 |
| 183 | 2026-07-26T04:24:46.084Z | Compiling zmij v1.0.22 |
| 184 | 2026-07-26T04:24:46.099Z | Compiling anstyle-parse v1.0.0 |
| 185 | 2026-07-26T04:24:46.309Z | Compiling serde_json v1.0.150 |
| 186 | 2026-07-26T04:24:46.340Z | Compiling anstyle v1.0.14 |
| 187 | 2026-07-26T04:24:46.388Z | Compiling is_terminal_polyfill v1.70.2 |
| 188 | 2026-07-26T04:24:46.432Z | Compiling colorchoice v1.0.5 |
| 189 | 2026-07-26T04:24:46.469Z | Compiling serde v1.0.228 |
| 190 | 2026-07-26T04:24:46.488Z | Compiling anstyle-query v1.1.5 |
| 191 | 2026-07-26T04:24:46.523Z | Compiling thiserror v2.0.18 |
| 192 | 2026-07-26T04:24:46.538Z | Compiling camino v1.2.4 |
| 193 | 2026-07-26T04:24:46.586Z | Compiling anstream v1.0.0 |
| 194 | 2026-07-26T04:24:46.717Z | Compiling errno v0.3.14 |
| 195 | 2026-07-26T04:24:46.807Z | Compiling clap_lex v1.1.0 |
| 196 | 2026-07-26T04:24:46.919Z | Compiling itoa v1.0.18 |
| 197 | 2026-07-26T04:24:47.027Z | Compiling heck v0.5.0 |
| 198 | 2026-07-26T04:24:47.086Z | Compiling winnow v1.0.3 |
| 199 | 2026-07-26T04:24:47.157Z | Compiling syn v2.0.118 |
| 200 | 2026-07-26T04:24:47.174Z | Compiling anyhow v1.0.103 |
| 201 | 2026-07-26T04:24:47.181Z | Compiling memchr v2.8.3 |
| 202 | 2026-07-26T04:24:47.215Z | Compiling strsim v0.11.1 |
| 203 | 2026-07-26T04:24:47.221Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 204 | 2026-07-26T04:24:47.473Z | Compiling terminal_size v0.4.4 |
| 205 | 2026-07-26T04:24:47.511Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 206 | 2026-07-26T04:24:47.623Z | Compiling clap_builder v4.6.0 |
| 207 | 2026-07-26T04:24:48.331Z | Compiling serde_spanned v1.1.1 |
| 208 | 2026-07-26T04:24:48.483Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 209 | 2026-07-26T04:24:48.490Z | Compiling semver v1.0.28 |
| 210 | 2026-07-26T04:24:48.762Z | Compiling cargo-platform v0.3.3 |
| 211 | 2026-07-26T04:24:48.939Z | Compiling toml v1.1.2+spec-1.1.0 |
| 212 | 2026-07-26T04:24:49.466Z | Compiling serde_derive v1.0.228 |
| 213 | 2026-07-26T04:24:49.738Z | Compiling thiserror-impl v2.0.18 |
| 214 | 2026-07-26T04:24:49.754Z | Compiling clap_derive v4.6.1 |
| 215 | 2026-07-26T04:24:51.264Z | Compiling clap v4.6.1 |
| 216 | 2026-07-26T04:24:52.626Z | Compiling cargo_metadata v0.23.1 |
| 217 | 2026-07-26T04:24:55.090Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 218 | 2026-07-26T04:24:56.692Z | Finished `dev` profile [optimized + debuginfo] target(s) in 15.38s |
| 219 | 2026-07-26T04:24:56.756Z | Running `target/debug/xtask build --profile all` |
| 220 | 2026-07-26T04:24:58.208Z | Building opteadm (release). |
| 221 | 2026-07-26T04:24:58.300Z | Compiling proc-macro2 v1.0.106 |
| 222 | 2026-07-26T04:24:58.303Z | Compiling quote v1.0.46 |
| 223 | 2026-07-26T04:24:58.303Z | Compiling unicode-ident v1.0.24 |
| 224 | 2026-07-26T04:24:58.304Z | Compiling serde_core v1.0.228 |
| 225 | 2026-07-26T04:24:58.304Z | Compiling libc v0.2.186 |
| 226 | 2026-07-26T04:24:58.304Z | Compiling cfg-if v1.0.4 |
| 227 | 2026-07-26T04:24:58.304Z | Compiling strsim v0.11.1 |
| 228 | 2026-07-26T04:24:58.328Z | Compiling thiserror v2.0.18 |
| 229 | 2026-07-26T04:24:58.372Z | Compiling ident_case v1.0.1 |
| 230 | 2026-07-26T04:24:58.421Z | Compiling memchr v2.8.3 |
| 231 | 2026-07-26T04:24:58.465Z | Compiling regex-syntax v0.8.11 |
| 232 | 2026-07-26T04:24:58.570Z | Compiling anyhow v1.0.103 |
| 233 | 2026-07-26T04:24:58.600Z | Compiling equivalent v1.0.2 |
| 234 | 2026-07-26T04:24:58.663Z | Compiling zerocopy v0.8.54 |
| 235 | 2026-07-26T04:24:58.792Z | Compiling aho-corasick v1.1.4 |
| 236 | 2026-07-26T04:24:58.853Z | Compiling either v1.16.0 |
| 237 | 2026-07-26T04:24:58.934Z | Compiling hashbrown v0.17.1 |
| 238 | 2026-07-26T04:24:59.015Z | Compiling winnow v1.0.3 |
| 239 | 2026-07-26T04:24:59.027Z | Compiling serde v1.0.228 |
| 240 | 2026-07-26T04:24:59.041Z | Compiling itertools v0.15.0 |
| 241 | 2026-07-26T04:24:59.393Z | Compiling indexmap v2.14.0 |
| 242 | 2026-07-26T04:24:59.615Z | Compiling syn v2.0.118 |
| 243 | 2026-07-26T04:24:59.644Z | Compiling heapless v0.9.3 |
| 244 | 2026-07-26T04:24:59.857Z | Compiling byteorder v1.5.0 |
| 245 | 2026-07-26T04:25:00.028Z | Compiling regex-automata v0.4.15 |
| 246 | 2026-07-26T04:25:00.035Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 247 | 2026-07-26T04:25:00.089Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 248 | 2026-07-26T04:25:00.211Z | Compiling hash32 v0.3.1 |
| 249 | 2026-07-26T04:25:00.339Z | Compiling smoltcp v0.13.1 |
| 250 | 2026-07-26T04:25:00.383Z | Compiling rustversion v1.0.23 |
| 251 | 2026-07-26T04:25:00.460Z | Compiling bitflags v2.13.0 |
| 252 | 2026-07-26T04:25:00.498Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 253 | 2026-07-26T04:25:00.588Z | Compiling syn v1.0.109 |
| 254 | 2026-07-26T04:25:00.597Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 255 | 2026-07-26T04:25:00.661Z | Compiling macaddr v1.0.1 |
| 256 | 2026-07-26T04:25:00.715Z | Compiling stable_deref_trait v1.2.1 |
| 257 | 2026-07-26T04:25:00.830Z | Compiling bitflags v1.3.2 |
| 258 | 2026-07-26T04:25:00.839Z | Compiling rustix v1.1.4 |
| 259 | 2026-07-26T04:25:00.853Z | Compiling getrandom v0.4.3 |
| 260 | 2026-07-26T04:25:00.888Z | Compiling version_check v0.9.5 |
| 261 | 2026-07-26T04:25:00.914Z | Compiling rand_core v0.10.1 |
| 262 | 2026-07-26T04:25:01.084Z | Compiling proc-macro-crate v3.5.0 |
| 263 | 2026-07-26T04:25:01.124Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 264 | 2026-07-26T04:25:01.164Z | Compiling ref-cast v1.0.25 |
| 265 | 2026-07-26T04:25:01.186Z | Compiling managed v0.8.0 |
| 266 | 2026-07-26T04:25:01.407Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 267 | 2026-07-26T04:25:01.513Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 268 | 2026-07-26T04:25:01.531Z | Compiling errno v0.3.14 |
| 269 | 2026-07-26T04:25:01.613Z | Compiling ipnetwork v0.21.1 |
| 270 | 2026-07-26T04:25:01.668Z | Compiling foreign-types-shared v0.3.1 |
| 271 | 2026-07-26T04:25:01.748Z | Compiling unicode-width v0.2.2 |
| 272 | 2026-07-26T04:25:01.905Z | Compiling regex v1.13.0 |
| 273 | 2026-07-26T04:25:02.035Z | Compiling once_cell v1.21.4 |
| 274 | 2026-07-26T04:25:02.041Z | Compiling utf8parse v0.2.2 |
| 275 | 2026-07-26T04:25:02.132Z | Compiling cpufeatures v0.3.0 |
| 276 | 2026-07-26T04:25:02.195Z | Compiling darling_core v0.23.0 |
| 277 | 2026-07-26T04:25:02.266Z | Compiling tracing-core v0.1.36 |
| 278 | 2026-07-26T04:25:02.302Z | Compiling chacha20 v0.10.1 |
| 279 | 2026-07-26T04:25:02.572Z | Compiling cstr-argument v0.1.2 |
| 280 | 2026-07-26T04:25:02.716Z | Compiling anstyle-parse v1.0.0 |
| 281 | 2026-07-26T04:25:02.726Z | Compiling tabwriter v1.4.1 |
| 282 | 2026-07-26T04:25:03.192Z | Compiling colorchoice v1.0.5 |
| 283 | 2026-07-26T04:25:03.293Z | Compiling anstyle-query v1.1.5 |
| 284 | 2026-07-26T04:25:03.304Z | Compiling is_terminal_polyfill v1.70.2 |
| 285 | 2026-07-26T04:25:03.304Z | Compiling anstyle v1.0.14 |
| 286 | 2026-07-26T04:25:03.382Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 287 | 2026-07-26T04:25:03.382Z | Compiling dyn-clone v1.0.20 |
| 288 | 2026-07-26T04:25:03.399Z | Compiling thiserror-impl v2.0.18 |
| 289 | 2026-07-26T04:25:03.514Z | Compiling serde_derive v1.0.228 |
| 290 | 2026-07-26T04:25:03.531Z | Compiling zerocopy-derive v0.8.54 |
| 291 | 2026-07-26T04:25:03.584Z | Compiling num_enum_derive v0.7.6 |
| 292 | 2026-07-26T04:25:03.604Z | Compiling ref-cast-impl v1.0.25 |
| 293 | 2026-07-26T04:25:04.173Z | Compiling foreign-types-macros v0.2.3 |
| 294 | 2026-07-26T04:25:04.291Z | Compiling darling_macro v0.23.0 |
| 295 | 2026-07-26T04:25:04.499Z | Compiling tracing-attributes v0.1.31 |
| 296 | 2026-07-26T04:25:04.561Z | Compiling num_enum v0.7.6 |
| 297 | 2026-07-26T04:25:04.668Z | Compiling cobs v0.3.0 |
| 298 | 2026-07-26T04:25:04.699Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 299 | 2026-07-26T04:25:04.760Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 300 | 2026-07-26T04:25:04.912Z | Compiling foreign-types v0.5.0 |
| 301 | 2026-07-26T04:25:04.917Z | Compiling darling v0.23.0 |
| 302 | 2026-07-26T04:25:04.917Z | Compiling pretty-hex v0.4.2 |
| 303 | 2026-07-26T04:25:04.917Z | Compiling pin-project-lite v0.2.17 |
| 304 | 2026-07-26T04:25:04.917Z | Compiling ingot-macros v0.2.0 |
| 305 | 2026-07-26T04:25:04.930Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 306 | 2026-07-26T04:25:04.965Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 307 | 2026-07-26T04:25:05.164Z | Compiling anstream v1.0.0 |
| 308 | 2026-07-26T04:25:05.294Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 309 | 2026-07-26T04:25:05.441Z | Compiling terminal_size v0.4.4 |
| 310 | 2026-07-26T04:25:05.538Z | Compiling rand v0.10.2 |
| 311 | 2026-07-26T04:25:05.572Z | Compiling uuid v1.23.5 |
| 312 | 2026-07-26T04:25:05.596Z | Compiling socket2 v0.6.4 |
| 313 | 2026-07-26T04:25:05.734Z | Compiling tracing v0.1.44 |
| 314 | 2026-07-26T04:25:05.981Z | Compiling colored v3.1.1 |
| 315 | 2026-07-26T04:25:06.166Z | Compiling heck v0.5.0 |
| 316 | 2026-07-26T04:25:06.305Z | Compiling oxnet v0.1.6 |
| 317 | 2026-07-26T04:25:06.353Z | Compiling clap_lex v1.1.0 |
| 318 | 2026-07-26T04:25:06.416Z | Compiling clap_derive v4.6.1 |
| 319 | 2026-07-26T04:25:06.524Z | Compiling clap_builder v4.6.0 |
| 320 | 2026-07-26T04:25:06.620Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 321 | 2026-07-26T04:25:06.725Z | Compiling postcard v1.1.3 |
| 322 | 2026-07-26T04:25:07.968Z | Compiling ingot-types v0.2.0 |
| 323 | 2026-07-26T04:25:08.302Z | Compiling ingot v0.2.0 |
| 324 | 2026-07-26T04:25:08.327Z | Compiling clap v4.6.1 |
| 325 | 2026-07-26T04:25:09.959Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 326 | 2026-07-26T04:25:10.116Z | error[E0423]: expected function, tuple struct or tuple variant, found struct `smoltcp::wire::Ipv6Address` |
| 327 | 2026-07-26T04:25:10.116Z | --> crates/opte-api/src/ip.rs:914:20 |
| 328 | 2026-07-26T04:25:10.117Z | | |
| 329 | 2026-07-26T04:25:10.117Z | 914 | let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 330 | 2026-07-26T04:25:10.117Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 331 | 2026-07-26T04:25:10.117Z | | |
| 332 | 2026-07-26T04:25:10.117Z | --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/ip_addr.rs:168:0 |
| 333 | 2026-07-26T04:25:10.117Z | | |
| 334 | 2026-07-26T04:25:10.117Z | = note: `smoltcp::wire::Ipv6Address` defined here |
| 335 | 2026-07-26T04:25:10.117Z | help: you might have meant to use an associated function to build this type |
| 336 | 2026-07-26T04:25:10.117Z | | |
| 337 | 2026-07-26T04:25:10.117Z | 914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 338 | 2026-07-26T04:25:10.117Z | 914 + let sip6 = smoltcp::wire::Ipv6Address::new(_, _, _, _, _, _, _, _); |
| 339 | 2026-07-26T04:25:10.117Z | | |
| 340 | 2026-07-26T04:25:10.118Z | 914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 341 | 2026-07-26T04:25:10.118Z | 914 + let sip6 = smoltcp::wire::Ipv6Address::from_bits(_); |
| 342 | 2026-07-26T04:25:10.118Z | | |
| 343 | 2026-07-26T04:25:10.118Z | 914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 344 | 2026-07-26T04:25:10.118Z | 914 + let sip6 = smoltcp::wire::Ipv6Address::from_segments(_); |
| 345 | 2026-07-26T04:25:10.118Z | | |
| 346 | 2026-07-26T04:25:10.118Z | 914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes()); |
| 347 | 2026-07-26T04:25:10.118Z | 914 + let sip6 = smoltcp::wire::Ipv6Address::from_octets(_); |
| 348 | 2026-07-26T04:25:10.118Z | | |
| 349 | 2026-07-26T04:25:10.118Z | |
| 350 | 2026-07-26T04:25:10.181Z | error[E0119]: conflicting implementations of trait `From<Ipv4Address>` for type `ip::Ipv4Addr` |
| 351 | 2026-07-26T04:25:10.181Z | --> crates/opte-api/src/ip.rs:575:1 |
| 352 | 2026-07-26T04:25:10.181Z | | |
| 353 | 2026-07-26T04:25:10.182Z | 563 | impl From<core::net::Ipv4Addr> for Ipv4Addr { |
| 354 | 2026-07-26T04:25:10.182Z | | ------------------------------------------- first implementation here |
| 355 | 2026-07-26T04:25:10.182Z | ... |
| 356 | 2026-07-26T04:25:10.182Z | 575 | impl From<smoltcp::wire::Ipv4Address> for Ipv4Addr { |
| 357 | 2026-07-26T04:25:10.182Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv4Addr` |
| 358 | 2026-07-26T04:25:10.182Z | |
| 359 | 2026-07-26T04:25:10.182Z | error[E0119]: conflicting implementations of trait `From<ip::Ipv4Addr>` for type `Ipv4Address` |
| 360 | 2026-07-26T04:25:10.182Z | --> crates/opte-api/src/ip.rs:582:1 |
| 361 | 2026-07-26T04:25:10.182Z | | |
| 362 | 2026-07-26T04:25:10.182Z | 569 | impl From<Ipv4Addr> for core::net::Ipv4Addr { |
| 363 | 2026-07-26T04:25:10.182Z | | ------------------------------------------- first implementation here |
| 364 | 2026-07-26T04:25:10.182Z | ... |
| 365 | 2026-07-26T04:25:10.182Z | 582 | impl From<Ipv4Addr> for smoltcp::wire::Ipv4Address { |
| 366 | 2026-07-26T04:25:10.182Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `Ipv4Address` |
| 367 | 2026-07-26T04:25:10.182Z | |
| 368 | 2026-07-26T04:25:10.182Z | error[E0119]: conflicting implementations of trait `From<Ipv6Address>` for type `ip::Ipv6Addr` |
| 369 | 2026-07-26T04:25:10.182Z | --> crates/opte-api/src/ip.rs:931:1 |
| 370 | 2026-07-26T04:25:10.182Z | | |
| 371 | 2026-07-26T04:25:10.183Z | 919 | impl From<core::net::Ipv6Addr> for Ipv6Addr { |
| 372 | 2026-07-26T04:25:10.183Z | | ------------------------------------------- first implementation here |
| 373 | 2026-07-26T04:25:10.183Z | ... |
| 374 | 2026-07-26T04:25:10.183Z | 931 | impl From<smoltcp::wire::Ipv6Address> for Ipv6Addr { |
| 375 | 2026-07-26T04:25:10.183Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv6Addr` |
| 376 | 2026-07-26T04:25:10.183Z | |
| 377 | 2026-07-26T04:25:10.183Z | error[E0119]: conflicting implementations of trait `From<ip::Ipv6Addr>` for type `Ipv6Address` |
| 378 | 2026-07-26T04:25:10.187Z | --> crates/opte-api/src/ip.rs:940:1 |
| 379 | 2026-07-26T04:25:10.187Z | | |
| 380 | 2026-07-26T04:25:10.188Z | 925 | impl From<Ipv6Addr> for core::net::Ipv6Addr { |
| 381 | 2026-07-26T04:25:10.188Z | | ------------------------------------------- first implementation here |
| 382 | 2026-07-26T04:25:10.188Z | ... |
| 383 | 2026-07-26T04:25:10.188Z | 940 | impl From<Ipv6Addr> for smoltcp::wire::Ipv6Address { |
| 384 | 2026-07-26T04:25:10.188Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `Ipv6Address` |
| 385 | 2026-07-26T04:25:10.188Z | |
| 386 | 2026-07-26T04:25:10.315Z | error[E0599]: no method named `as_bytes` found for struct `Ipv4Address` in the current scope |
| 387 | 2026-07-26T04:25:10.315Z | --> crates/opte-api/src/ip.rs:577:29 |
| 388 | 2026-07-26T04:25:10.315Z | | |
| 389 | 2026-07-26T04:25:10.315Z | 577 | let bytes = smolip4.as_bytes(); |
| 390 | 2026-07-26T04:25:10.315Z | | ^^^^^^^^ method not found in `Ipv4Address` |
| 391 | 2026-07-26T04:25:10.315Z | |
| 392 | 2026-07-26T04:25:10.322Z | error[E0599]: no associated function or constant named `from_bytes` found for struct `Ipv4Address` in the current scope |
| 393 | 2026-07-26T04:25:10.323Z | --> crates/opte-api/src/ip.rs:584:15 |
| 394 | 2026-07-26T04:25:10.323Z | | |
| 395 | 2026-07-26T04:25:10.323Z | 584 | Self::from_bytes(&ip) |
| 396 | 2026-07-26T04:25:10.323Z | | ^^^^^^^^^^ associated function or constant not found in `Ipv4Address` |
| 397 | 2026-07-26T04:25:10.323Z | | |
| 398 | 2026-07-26T04:25:10.323Z | note: if you're trying to build a new `Ipv4Address` consider using one of the following associated functions: |
| 399 | 2026-07-26T04:25:10.323Z | Ipv4Address::new |
| 400 | 2026-07-26T04:25:10.323Z | Ipv4Address::from_bits |
| 401 | 2026-07-26T04:25:10.323Z | Ipv4Address::from_octets |
| 402 | 2026-07-26T04:25:10.323Z | core::net::parser::<impl Ipv4Address>::parse_ascii |
| 403 | 2026-07-26T04:25:10.323Z | --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/ip_addr.rs:543:4 |
| 404 | 2026-07-26T04:25:10.323Z | --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/parser.rs:336:4 |
| 405 | 2026-07-26T04:25:10.323Z | help: there is an associated function `from_bits` with a similar name |
| 406 | 2026-07-26T04:25:10.323Z | | |
| 407 | 2026-07-26T04:25:10.323Z | 584 - Self::from_bytes(&ip) |
| 408 | 2026-07-26T04:25:10.323Z | 584 + Self::from_bits(&ip) |
| 409 | 2026-07-26T04:25:10.323Z | | |
| 410 | 2026-07-26T04:25:10.323Z | |
| 411 | 2026-07-26T04:25:10.337Z | error[E0599]: no method named `as_bytes` found for struct `Ipv6Address` in the current scope |
| 412 | 2026-07-26T04:25:10.337Z | --> crates/opte-api/src/ip.rs:935:34 |
| 413 | 2026-07-26T04:25:10.338Z | | |
| 414 | 2026-07-26T04:25:10.338Z | 935 | let bytes: [u8; 16] = ip.as_bytes().try_into().unwrap(); |
| 415 | 2026-07-26T04:25:10.338Z | | ^^^^^^^^ method not found in `Ipv6Address` |
| 416 | 2026-07-26T04:25:10.338Z | |
| 417 | 2026-07-26T04:25:10.342Z | error[E0599]: no associated function or constant named `from_bytes` found for struct `Ipv6Address` in the current scope |
| 418 | 2026-07-26T04:25:10.342Z | --> crates/opte-api/src/ip.rs:943:15 |
| 419 | 2026-07-26T04:25:10.342Z | | |
| 420 | 2026-07-26T04:25:10.342Z | 943 | Self::from_bytes(&ip) |
| 421 | 2026-07-26T04:25:10.342Z | | ^^^^^^^^^^ associated function or constant not found in `Ipv6Address` |
| 422 | 2026-07-26T04:25:10.342Z | | |
| 423 | 2026-07-26T04:25:10.342Z | note: if you're trying to build a new `Ipv6Address` consider using one of the following associated functions: |
| 424 | 2026-07-26T04:25:10.342Z | Ipv6Address::new |
| 425 | 2026-07-26T04:25:10.342Z | Ipv6Address::from_bits |
| 426 | 2026-07-26T04:25:10.342Z | Ipv6Address::from_segments |
| 427 | 2026-07-26T04:25:10.342Z | Ipv6Address::from_octets |
| 428 | 2026-07-26T04:25:10.342Z | core::net::parser::<impl Ipv6Address>::parse_ascii |
| 429 | 2026-07-26T04:25:10.343Z | --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/ip_addr.rs:1347:4 |
| 430 | 2026-07-26T04:25:10.343Z | --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/parser.rs:367:4 |
| 431 | 2026-07-26T04:25:10.343Z | help: there is an associated function `from_bits` with a similar name |
| 432 | 2026-07-26T04:25:10.343Z | | |
| 433 | 2026-07-26T04:25:10.343Z | 943 - Self::from_bytes(&ip) |
| 434 | 2026-07-26T04:25:10.343Z | 943 + Self::from_bits(&ip) |
| 435 | 2026-07-26T04:25:10.343Z | | |
| 436 | 2026-07-26T04:25:10.343Z | |
| 437 | 2026-07-26T04:25:10.711Z | Some errors have detailed explanations: E0119, E0423, E0599. |
| 438 | 2026-07-26T04:25:10.711Z | For more information about an error, try `rustc --explain E0119`. |
| 439 | 2026-07-26T04:25:10.743Z | error: could not compile `opte-api` (lib) due to 9 previous errors |
| 440 | 2026-07-26T04:25:10.770Z | Error: failed to build "opteadm" |
| 441 | 2026-07-26T04:25:10.770Z | |
| 442 | 2026-07-26T04:25:10.770Z | Caused by: |
| 443 | 2026-07-26T04:25:10.770Z | failed to run (status exit status: 101) |
| 444 | 2026-07-26T04:25:10.774Z | |
| 445 | 2026-07-26T04:25:10.774Z | real 29.479475177 |
| 446 | 2026-07-26T04:25:10.774Z | user 2:03.136560236 |
| 447 | 2026-07-26T04:25:10.774Z | sys 18.732153331 |
| 448 | 2026-07-26T04:25:10.774Z | trap 0.089283237 |
| 449 | 2026-07-26T04:25:10.775Z | tflt 0.241679060 |
| 450 | 2026-07-26T04:25:10.775Z | dflt 0.428159545 |
| 451 | 2026-07-26T04:25:10.775Z | kflt 0.005668886 |
| 452 | 2026-07-26T04:25:10.775Z | lock 7:09.356729297 |
| 453 | 2026-07-26T04:25:10.775Z | slp 5:12.334430063 |
| 454 | 2026-07-26T04:25:10.775Z | lat 8.080995554 |
| 455 | 2026-07-26T04:25:10.775Z | stop 15.120714114 |
| 456 | 2026-07-26T04:25:10.775Z | process exited: duration 46254 ms, exit code 1 |
| |
| 457 | 2026-07-26T04:25:10.783Z | found 0 output files |
| 458 | 2026-07-26T04:25:10.783Z | upload error: rule "/out/opte.p5p" required a match, but was not used |
| 459 | 2026-07-26T04:25:10.783Z | upload error: rule "/out/opte.p5p.sha256" required a match, but was not used |