|
|
|
| 1 | 2026-07-02T10:07:55.891Z | job assigned to worker 01KWH4R0YXBDP6CJE59EVYMRS3 [factory aws, i-037c9c5a51f4b670d] (queued for 47 s) |
| |
| 2 | 2026-07-02T10:08:02.884Z | starting task 0: "setup" |
| 3 | 2026-07-02T10:08:02.888Z | ++ uname -s |
| 4 | 2026-07-02T10:08:02.892Z | + kern=SunOS |
| 5 | 2026-07-02T10:08:02.892Z | + build_user=build |
| 6 | 2026-07-02T10:08:02.892Z | + build_uid=12345 |
| 7 | 2026-07-02T10:08:02.892Z | + work_dir=/work |
| 8 | 2026-07-02T10:08:02.892Z | + input_dir=/input |
| 9 | 2026-07-02T10:08:02.892Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-02T10:08:02.892Z | + case "$kern" in |
| 11 | 2026-07-02T10:08:02.892Z | + groupadd -g 12345 build |
| 12 | 2026-07-02T10:08:02.892Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-02T10:08:04.898Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-02T10:08:05.000Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-02T10:08:05.004Z | + home_fs=zfs |
| 16 | 2026-07-02T10:08:05.004Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-02T10:08:05.004Z | + mkdir -p /home/build |
| 18 | 2026-07-02T10:08:05.004Z | + chown build:build /home/build /work |
| 19 | 2026-07-02T10:08:06.000Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-02T10:08:06.006Z | process exited: duration 3121 ms, exit code 0 |
| |
| 21 | 2026-07-02T10:08:06.013Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-02T10:08:06.017Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-02T10:08:06.017Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-02T10:08:06.017Z | * rust toolchain profile = "default" |
| 25 | 2026-07-02T10:08:06.017Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-02T10:08:06.017Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-02T10:08:06.020Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-02T10:08:06.020Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-02T10:08:06.020Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-02T10:08:06.125Z | info: downloading installer |
| 31 | 2026-07-02T10:08:07.733Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-02T10:08:07.733Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-02T10:08:07.733Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-02T10:08:07.733Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-02T10:08:07.745Z | info: profile set to default |
| 36 | 2026-07-02T10:08:07.745Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-02T10:08:07.748Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-02T10:08:07.897Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-02T10:08:07.900Z | info: downloading 6 components |
| 40 | 2026-07-02T10:08:22.765Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-02T10:08:22.765Z | |
| 42 | 2026-07-02T10:08:22.800Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-02T10:08:22.801Z | |
| 44 | 2026-07-02T10:08:22.801Z | |
| 45 | 2026-07-02T10:08:22.801Z | Rust is installed now. Great! |
| 46 | 2026-07-02T10:08:22.801Z | |
| 47 | 2026-07-02T10:08:22.801Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-02T10:08:22.801Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-02T10:08:22.801Z | |
| 50 | 2026-07-02T10:08:22.801Z | To configure your current shell, you need to source |
| 51 | 2026-07-02T10:08:22.801Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-02T10:08:22.801Z | |
| 53 | 2026-07-02T10:08:22.801Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-02T10:08:22.806Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-02T10:08:22.806Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-02T10:08:22.807Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-02T10:08:22.807Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-02T10:08:22.807Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-02T10:08:22.807Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-02T10:08:22.807Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-02T10:08:22.807Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-02T10:08:22.894Z | + rustup --version |
| 63 | 2026-07-02T10:08:22.907Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-02T10:08:22.911Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-02T10:08:22.923Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-02T10:08:22.926Z | + cargo --version |
| 67 | 2026-07-02T10:08:22.940Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-02T10:08:22.943Z | + rustc --version |
| 69 | 2026-07-02T10:08:22.962Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-02T10:08:22.965Z | process exited: duration 16951 ms, exit code 0 |
| |
| 71 | 2026-07-02T10:08:22.971Z | starting task 2: "authentication" |
| 72 | 2026-07-02T10:08:22.987Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-02T10:08:22.993Z | starting task 3: "clone repository" |
| 74 | 2026-07-02T10:08:22.996Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-02T10:08:22.998Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-02T10:08:23.028Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-02T10:08:23.867Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-02T10:08:23.870Z | + git fetch origin e923888ac3bacc9121d671ed43a20dfc9a1bee6b |
| 79 | 2026-07-02T10:08:24.104Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-02T10:08:24.104Z | * branch e923888ac3bacc9121d671ed43a20dfc9a1bee6b -> FETCH_HEAD |
| 81 | 2026-07-02T10:08:24.110Z | + [[ -n renovate/rand ]] |
| 82 | 2026-07-02T10:08:24.113Z | ++ git branch --show-current |
| 83 | 2026-07-02T10:08:24.113Z | + current=master |
| 84 | 2026-07-02T10:08:24.113Z | + [[ master != renovate/rand ]] |
| 85 | 2026-07-02T10:08:24.113Z | + git branch -f renovate/rand e923888ac3bacc9121d671ed43a20dfc9a1bee6b |
| 86 | 2026-07-02T10:08:24.116Z | + git checkout -f renovate/rand |
| 87 | 2026-07-02T10:08:24.133Z | Switched to branch 'renovate/rand' |
| 88 | 2026-07-02T10:08:24.136Z | + git reset --hard e923888ac3bacc9121d671ed43a20dfc9a1bee6b |
| 89 | 2026-07-02T10:08:24.139Z | HEAD is now at e923888 Update Rust crate rand to 0.10.2 |
| 90 | 2026-07-02T10:08:24.139Z | process exited: duration 1143 ms, exit code 0 |
| |
| 91 | 2026-07-02T10:08:24.145Z | starting task 4: "build" |
| 92 | 2026-07-02T10:08:24.149Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-02T10:08:24.149Z | ++ rustup show active-toolchain |
| 94 | 2026-07-02T10:08:24.155Z | 1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-02T10:08:24.157Z | ++ pushd xde |
| 96 | 2026-07-02T10:08:24.157Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-02T10:08:24.157Z | ++ rustup show active-toolchain |
| 98 | 2026-07-02T10:08:24.161Z | info: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos |
| 99 | 2026-07-02T10:08:24.310Z | info: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29) |
| 100 | 2026-07-02T10:08:24.313Z | info: downloading 6 components |
| 101 | 2026-07-02T10:08:40.980Z | nightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-02T10:08:41.079Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-02T10:08:41.082Z | +++ head -n 1 |
| 104 | 2026-07-02T10:08:41.082Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-02T10:08:41.137Z | ++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 106 | 2026-07-02T10:08:41.137Z | ++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 107 | 2026-07-02T10:08:41.137Z | ++ popd |
| 108 | 2026-07-02T10:08:41.140Z | /work/oxidecomputer/opte |
| 109 | 2026-07-02T10:08:41.140Z | + TGT_BASE=/work |
| 110 | 2026-07-02T10:08:41.140Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 111 | 2026-07-02T10:08:41.140Z | + REL_TGT=/work/release |
| 112 | 2026-07-02T10:08:41.140Z | + mkdir -p /work/release |
| 113 | 2026-07-02T10:08:41.140Z | + cargo --version |
| 114 | 2026-07-02T10:08:41.148Z | cargo 1.96.1 (356927216 2026-06-26) |
| 115 | 2026-07-02T10:08:41.152Z | + rustc --version |
| 116 | 2026-07-02T10:08:41.171Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 117 | 2026-07-02T10:08:41.175Z | + header 'build xde and opteadm (release+debug)' |
| 118 | 2026-07-02T10:08:41.176Z | + echo '# ==== build xde and opteadm (release+debug) ==== #' |
| 119 | 2026-07-02T10:08:41.176Z | # ==== build xde and opteadm (release+debug) ==== # |
| 120 | 2026-07-02T10:08:41.176Z | + ptime -m cargo xtask build --profile all |
| 121 | 2026-07-02T10:08:41.267Z | Updating crates.io index |
| 122 | 2026-07-02T10:08:41.270Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 123 | 2026-07-02T10:08:41.928Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 124 | 2026-07-02T10:08:42.173Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 125 | 2026-07-02T10:08:42.476Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 126 | 2026-07-02T10:08:42.711Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 127 | 2026-07-02T10:08:42.956Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 128 | 2026-07-02T10:08:43.199Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 129 | 2026-07-02T10:08:45.108Z | Downloading crates ... |
| 130 | 2026-07-02T10:08:45.152Z | Downloaded anstream v1.0.0 |
| 131 | 2026-07-02T10:08:45.157Z | Downloaded quote v1.0.46 |
| 132 | 2026-07-02T10:08:45.160Z | Downloaded thiserror v2.0.18 |
| 133 | 2026-07-02T10:08:45.164Z | Downloaded zmij v1.0.21 |
| 134 | 2026-07-02T10:08:45.169Z | Downloaded heck v0.5.0 |
| 135 | 2026-07-02T10:08:45.169Z | Downloaded anstyle-query v1.1.5 |
| 136 | 2026-07-02T10:08:45.169Z | Downloaded itoa v1.0.18 |
| 137 | 2026-07-02T10:08:45.171Z | Downloaded unicode-ident v1.0.24 |
| 138 | 2026-07-02T10:08:45.174Z | Downloaded strsim v0.11.1 |
| 139 | 2026-07-02T10:08:45.174Z | Downloaded terminal_size v0.4.4 |
| 140 | 2026-07-02T10:08:45.174Z | Downloaded utf8parse v0.2.2 |
| 141 | 2026-07-02T10:08:45.174Z | Downloaded serde_spanned v1.1.1 |
| 142 | 2026-07-02T10:08:45.181Z | Downloaded colorchoice v1.0.5 |
| 143 | 2026-07-02T10:08:45.185Z | Downloaded equivalent v1.0.2 |
| 144 | 2026-07-02T10:08:45.185Z | Downloaded cargo-platform v0.3.3 |
| 145 | 2026-07-02T10:08:45.185Z | Downloaded errno v0.3.14 |
| 146 | 2026-07-02T10:08:45.188Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 147 | 2026-07-02T10:08:45.195Z | Downloaded is_terminal_polyfill v1.70.2 |
| 148 | 2026-07-02T10:08:45.198Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 149 | 2026-07-02T10:08:45.198Z | Downloaded clap_lex v1.1.0 |
| 150 | 2026-07-02T10:08:45.201Z | Downloaded thiserror-impl v2.0.18 |
| 151 | 2026-07-02T10:08:45.213Z | Downloaded anstyle v1.0.14 |
| 152 | 2026-07-02T10:08:45.215Z | Downloaded cargo_metadata v0.23.1 |
| 153 | 2026-07-02T10:08:45.224Z | Downloaded anstyle-parse v1.0.0 |
| 154 | 2026-07-02T10:08:45.231Z | Downloaded clap_derive v4.6.1 |
| 155 | 2026-07-02T10:08:45.233Z | Downloaded camino v1.2.4 |
| 156 | 2026-07-02T10:08:45.236Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 157 | 2026-07-02T10:08:45.239Z | Downloaded semver v1.0.28 |
| 158 | 2026-07-02T10:08:45.248Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 159 | 2026-07-02T10:08:45.251Z | Downloaded serde_derive v1.0.228 |
| 160 | 2026-07-02T10:08:45.254Z | Downloaded serde_core v1.0.228 |
| 161 | 2026-07-02T10:08:45.257Z | Downloaded bitflags v2.13.0 |
| 162 | 2026-07-02T10:08:45.259Z | Downloaded anyhow v1.0.103 |
| 163 | 2026-07-02T10:08:45.262Z | Downloaded proc-macro2 v1.0.106 |
| 164 | 2026-07-02T10:08:45.269Z | Downloaded clap v4.6.1 |
| 165 | 2026-07-02T10:08:45.279Z | Downloaded serde v1.0.228 |
| 166 | 2026-07-02T10:08:45.282Z | Downloaded memchr v2.8.2 |
| 167 | 2026-07-02T10:08:45.293Z | Downloaded indexmap v2.14.0 |
| 168 | 2026-07-02T10:08:45.321Z | Downloaded clap_builder v4.6.0 |
| 169 | 2026-07-02T10:08:45.325Z | Downloaded winnow v1.0.3 |
| 170 | 2026-07-02T10:08:45.330Z | Downloaded hashbrown v0.17.1 |
| 171 | 2026-07-02T10:08:45.334Z | Downloaded serde_json v1.0.150 |
| 172 | 2026-07-02T10:08:45.362Z | Downloaded syn v2.0.118 |
| 173 | 2026-07-02T10:08:45.379Z | Downloaded rustix v1.1.4 |
| 174 | 2026-07-02T10:08:45.400Z | Downloaded libc v0.2.186 |
| 175 | 2026-07-02T10:08:45.448Z | Compiling serde_core v1.0.228 |
| 176 | 2026-07-02T10:08:45.448Z | Compiling proc-macro2 v1.0.106 |
| 177 | 2026-07-02T10:08:45.448Z | Compiling unicode-ident v1.0.24 |
| 178 | 2026-07-02T10:08:45.448Z | Compiling quote v1.0.46 |
| 179 | 2026-07-02T10:08:45.452Z | Compiling libc v0.2.186 |
| 180 | 2026-07-02T10:08:45.452Z | Compiling rustix v1.1.4 |
| 181 | 2026-07-02T10:08:45.452Z | Compiling utf8parse v0.2.2 |
| 182 | 2026-07-02T10:08:45.452Z | Compiling bitflags v2.13.0 |
| 183 | 2026-07-02T10:08:45.629Z | Compiling zmij v1.0.21 |
| 184 | 2026-07-02T10:08:45.675Z | Compiling anstyle-parse v1.0.0 |
| 185 | 2026-07-02T10:08:45.899Z | Compiling camino v1.2.4 |
| 186 | 2026-07-02T10:08:45.942Z | Compiling anstyle v1.0.14 |
| 187 | 2026-07-02T10:08:45.969Z | Compiling colorchoice v1.0.5 |
| 188 | 2026-07-02T10:08:45.990Z | Compiling serde_json v1.0.150 |
| 189 | 2026-07-02T10:08:46.080Z | Compiling is_terminal_polyfill v1.70.2 |
| 190 | 2026-07-02T10:08:46.089Z | Compiling serde v1.0.228 |
| 191 | 2026-07-02T10:08:46.164Z | Compiling thiserror v2.0.18 |
| 192 | 2026-07-02T10:08:46.203Z | Compiling anstyle-query v1.1.5 |
| 193 | 2026-07-02T10:08:46.237Z | Compiling errno v0.3.14 |
| 194 | 2026-07-02T10:08:46.275Z | Compiling anstream v1.0.0 |
| 195 | 2026-07-02T10:08:46.322Z | Compiling anyhow v1.0.103 |
| 196 | 2026-07-02T10:08:46.446Z | Compiling memchr v2.8.2 |
| 197 | 2026-07-02T10:08:46.692Z | Compiling heck v0.5.0 |
| 198 | 2026-07-02T10:08:46.700Z | Compiling strsim v0.11.1 |
| 199 | 2026-07-02T10:08:46.786Z | Compiling itoa v1.0.18 |
| 200 | 2026-07-02T10:08:46.806Z | Compiling syn v2.0.118 |
| 201 | 2026-07-02T10:08:46.889Z | Compiling clap_lex v1.1.0 |
| 202 | 2026-07-02T10:08:46.892Z | Compiling winnow v1.0.3 |
| 203 | 2026-07-02T10:08:47.051Z | Compiling terminal_size v0.4.4 |
| 204 | 2026-07-02T10:08:47.206Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 205 | 2026-07-02T10:08:47.278Z | Compiling clap_builder v4.6.0 |
| 206 | 2026-07-02T10:08:47.510Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 207 | 2026-07-02T10:08:47.759Z | Compiling semver v1.0.28 |
| 208 | 2026-07-02T10:08:47.896Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 209 | 2026-07-02T10:08:47.943Z | Compiling serde_spanned v1.1.1 |
| 210 | 2026-07-02T10:08:48.395Z | Compiling cargo-platform v0.3.3 |
| 211 | 2026-07-02T10:08:48.462Z | Compiling toml v1.1.2+spec-1.1.0 |
| 212 | 2026-07-02T10:08:49.008Z | Compiling serde_derive v1.0.228 |
| 213 | 2026-07-02T10:08:49.031Z | Compiling thiserror-impl v2.0.18 |
| 214 | 2026-07-02T10:08:49.043Z | Compiling clap_derive v4.6.1 |
| 215 | 2026-07-02T10:08:50.604Z | Compiling clap v4.6.1 |
| 216 | 2026-07-02T10:08:52.166Z | Compiling cargo_metadata v0.23.1 |
| 217 | 2026-07-02T10:08:54.650Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 218 | 2026-07-02T10:08:56.263Z | Finished `dev` profile [optimized + debuginfo] target(s) in 15.07s |
| 219 | 2026-07-02T10:08:56.338Z | Running `target/debug/xtask build --profile all` |
| 220 | 2026-07-02T10:08:57.809Z | Building opteadm (release). |
| 221 | 2026-07-02T10:08:57.902Z | Compiling proc-macro2 v1.0.106 |
| 222 | 2026-07-02T10:08:57.902Z | Compiling unicode-ident v1.0.24 |
| 223 | 2026-07-02T10:08:57.905Z | Compiling quote v1.0.46 |
| 224 | 2026-07-02T10:08:57.905Z | Compiling serde_core v1.0.228 |
| 225 | 2026-07-02T10:08:57.905Z | Compiling libc v0.2.186 |
| 226 | 2026-07-02T10:08:57.905Z | Compiling cfg-if v1.0.4 |
| 227 | 2026-07-02T10:08:57.905Z | Compiling fnv v1.0.7 |
| 228 | 2026-07-02T10:08:57.905Z | Compiling ident_case v1.0.1 |
| 229 | 2026-07-02T10:08:57.974Z | Compiling memchr v2.8.2 |
| 230 | 2026-07-02T10:08:57.998Z | Compiling strsim v0.11.1 |
| 231 | 2026-07-02T10:08:58.019Z | Compiling thiserror v2.0.18 |
| 232 | 2026-07-02T10:08:58.023Z | Compiling regex-syntax v0.8.11 |
| 233 | 2026-07-02T10:08:58.228Z | Compiling either v1.16.0 |
| 234 | 2026-07-02T10:08:58.274Z | Compiling winnow v1.0.3 |
| 235 | 2026-07-02T10:08:58.413Z | Compiling aho-corasick v1.1.4 |
| 236 | 2026-07-02T10:08:58.495Z | Compiling equivalent v1.0.2 |
| 237 | 2026-07-02T10:08:58.522Z | Compiling zerocopy v0.8.52 |
| 238 | 2026-07-02T10:08:58.561Z | Compiling serde v1.0.228 |
| 239 | 2026-07-02T10:08:58.633Z | Compiling hashbrown v0.17.1 |
| 240 | 2026-07-02T10:08:58.910Z | Compiling anyhow v1.0.103 |
| 241 | 2026-07-02T10:08:59.039Z | Compiling syn v2.0.118 |
| 242 | 2026-07-02T10:08:59.115Z | Compiling indexmap v2.14.0 |
| 243 | 2026-07-02T10:08:59.166Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 244 | 2026-07-02T10:08:59.273Z | Compiling itertools v0.14.0 |
| 245 | 2026-07-02T10:08:59.300Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 246 | 2026-07-02T10:08:59.512Z | Compiling regex-automata v0.4.14 |
| 247 | 2026-07-02T10:08:59.699Z | Compiling byteorder v1.5.0 |
| 248 | 2026-07-02T10:08:59.714Z | Compiling heapless v0.8.0 |
| 249 | 2026-07-02T10:08:59.772Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 250 | 2026-07-02T10:08:59.879Z | Compiling hash32 v0.3.1 |
| 251 | 2026-07-02T10:09:00.004Z | Compiling bitflags v2.13.0 |
| 252 | 2026-07-02T10:09:00.055Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 253 | 2026-07-02T10:09:00.137Z | Compiling rustversion v1.0.22 |
| 254 | 2026-07-02T10:09:00.152Z | Compiling macaddr v1.0.1 |
| 255 | 2026-07-02T10:09:00.289Z | Compiling syn v1.0.109 |
| 256 | 2026-07-02T10:09:00.330Z | Compiling stable_deref_trait v1.2.1 |
| 257 | 2026-07-02T10:09:00.348Z | Compiling smoltcp v0.11.0 |
| 258 | 2026-07-02T10:09:00.486Z | Compiling proc-macro-crate v3.5.0 |
| 259 | 2026-07-02T10:09:00.509Z | Compiling rustix v1.1.4 |
| 260 | 2026-07-02T10:09:00.635Z | Compiling bitflags v1.3.2 |
| 261 | 2026-07-02T10:09:00.646Z | Compiling version_check v0.9.5 |
| 262 | 2026-07-02T10:09:00.735Z | Compiling rand_core v0.10.1 |
| 263 | 2026-07-02T10:09:00.760Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 264 | 2026-07-02T10:09:00.889Z | Compiling getrandom v0.4.3 |
| 265 | 2026-07-02T10:09:00.927Z | Compiling ref-cast v1.0.25 |
| 266 | 2026-07-02T10:09:00.936Z | Compiling managed v0.8.0 |
| 267 | 2026-07-02T10:09:00.940Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 268 | 2026-07-02T10:09:01.166Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 269 | 2026-07-02T10:09:01.170Z | Compiling errno v0.3.14 |
| 270 | 2026-07-02T10:09:01.276Z | Compiling regex v1.12.4 |
| 271 | 2026-07-02T10:09:01.304Z | Compiling once_cell v1.21.4 |
| 272 | 2026-07-02T10:09:01.526Z | Compiling ipnetwork v0.21.1 |
| 273 | 2026-07-02T10:09:01.661Z | Compiling foreign-types-shared v0.3.1 |
| 274 | 2026-07-02T10:09:01.721Z | Compiling darling_core v0.21.3 |
| 275 | 2026-07-02T10:09:01.742Z | Compiling utf8parse v0.2.2 |
| 276 | 2026-07-02T10:09:01.839Z | Compiling unicode-width v0.2.2 |
| 277 | 2026-07-02T10:09:01.898Z | Compiling cpufeatures v0.3.0 |
| 278 | 2026-07-02T10:09:01.968Z | Compiling chacha20 v0.10.1 |
| 279 | 2026-07-02T10:09:02.138Z | Compiling tabwriter v1.4.1 |
| 280 | 2026-07-02T10:09:02.142Z | Compiling cstr-argument v0.1.2 |
| 281 | 2026-07-02T10:09:02.248Z | Compiling anstyle-parse v1.0.0 |
| 282 | 2026-07-02T10:09:02.290Z | Compiling tracing-core v0.1.36 |
| 283 | 2026-07-02T10:09:02.827Z | Compiling dyn-clone v1.0.20 |
| 284 | 2026-07-02T10:09:02.894Z | Compiling thiserror-impl v2.0.18 |
| 285 | 2026-07-02T10:09:02.902Z | Compiling serde_derive v1.0.228 |
| 286 | 2026-07-02T10:09:02.958Z | Compiling zerocopy-derive v0.8.52 |
| 287 | 2026-07-02T10:09:03.133Z | Compiling foreign-types-macros v0.2.3 |
| 288 | 2026-07-02T10:09:03.178Z | Compiling ref-cast-impl v1.0.25 |
| 289 | 2026-07-02T10:09:03.746Z | Compiling num_enum_derive v0.7.6 |
| 290 | 2026-07-02T10:09:03.846Z | Compiling darling_macro v0.21.3 |
| 291 | 2026-07-02T10:09:03.849Z | Compiling foreign-types v0.5.0 |
| 292 | 2026-07-02T10:09:03.906Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 293 | 2026-07-02T10:09:03.910Z | Compiling tracing-attributes v0.1.31 |
| 294 | 2026-07-02T10:09:04.195Z | Compiling cobs v0.3.0 |
| 295 | 2026-07-02T10:09:04.353Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 296 | 2026-07-02T10:09:04.384Z | Compiling darling v0.21.3 |
| 297 | 2026-07-02T10:09:04.388Z | Compiling anstyle-query v1.1.5 |
| 298 | 2026-07-02T10:09:04.427Z | Compiling pretty-hex v0.4.2 |
| 299 | 2026-07-02T10:09:04.453Z | Compiling ingot-macros v0.1.1 |
| 300 | 2026-07-02T10:09:04.472Z | Compiling is_terminal_polyfill v1.70.2 |
| 301 | 2026-07-02T10:09:04.518Z | Compiling pin-project-lite v0.2.17 |
| 302 | 2026-07-02T10:09:04.549Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 303 | 2026-07-02T10:09:04.601Z | Compiling anstyle v1.0.14 |
| 304 | 2026-07-02T10:09:04.730Z | Compiling num_enum v0.7.6 |
| 305 | 2026-07-02T10:09:04.764Z | Compiling colorchoice v1.0.5 |
| 306 | 2026-07-02T10:09:04.822Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 307 | 2026-07-02T10:09:04.835Z | Compiling anstream v1.0.0 |
| 308 | 2026-07-02T10:09:04.835Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 309 | 2026-07-02T10:09:04.869Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 310 | 2026-07-02T10:09:05.044Z | Compiling terminal_size v0.4.4 |
| 311 | 2026-07-02T10:09:05.127Z | Compiling tracing v0.1.44 |
| 312 | 2026-07-02T10:09:05.227Z | Compiling rand v0.10.2 |
| 313 | 2026-07-02T10:09:05.242Z | Compiling uuid v1.23.4 |
| 314 | 2026-07-02T10:09:05.248Z | Compiling socket2 v0.6.4 |
| 315 | 2026-07-02T10:09:05.435Z | Compiling oxnet v0.1.6 |
| 316 | 2026-07-02T10:09:05.784Z | Compiling heck v0.5.0 |
| 317 | 2026-07-02T10:09:05.789Z | Compiling colored v3.1.1 |
| 318 | 2026-07-02T10:09:05.971Z | Compiling clap_lex v1.1.0 |
| 319 | 2026-07-02T10:09:06.040Z | Compiling postcard v1.1.3 |
| 320 | 2026-07-02T10:09:06.159Z | Compiling clap_builder v4.6.0 |
| 321 | 2026-07-02T10:09:06.278Z | Compiling clap_derive v4.6.1 |
| 322 | 2026-07-02T10:09:06.331Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 323 | 2026-07-02T10:09:07.368Z | Compiling ingot-types v0.1.2 |
| 324 | 2026-07-02T10:09:07.754Z | Compiling ingot v0.1.1 |
| 325 | 2026-07-02T10:09:07.977Z | Compiling clap v4.6.1 |
| 326 | 2026-07-02T10:09:09.446Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 327 | 2026-07-02T10:09:10.440Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 328 | 2026-07-02T10:09:11.514Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 329 | 2026-07-02T10:09:18.056Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.24s |
| 330 | 2026-07-02T10:09:18.084Z | Building xde (release-lto). |
| 331 | 2026-07-02T10:09:18.329Z | Updating crates.io index |
| 332 | 2026-07-02T10:09:18.440Z | Downloading crates ... |
| 333 | 2026-07-02T10:09:18.495Z | Downloaded rustc-demangle v0.1.27 |
| 334 | 2026-07-02T10:09:18.500Z | Downloaded adler2 v2.0.1 |
| 335 | 2026-07-02T10:09:18.503Z | Downloaded foldhash v0.2.0 |
| 336 | 2026-07-02T10:09:18.509Z | Downloaded rustc-literal-escaper v0.0.8 |
| 337 | 2026-07-02T10:09:18.521Z | Downloaded getopts v0.2.24 |
| 338 | 2026-07-02T10:09:18.528Z | Downloaded addr2line v0.25.1 |
| 339 | 2026-07-02T10:09:18.533Z | Downloaded memchr v2.7.6 |
| 340 | 2026-07-02T10:09:18.541Z | Downloaded miniz_oxide v0.8.9 |
| 341 | 2026-07-02T10:09:18.589Z | Downloaded gimli v0.32.3 |
| 342 | 2026-07-02T10:09:18.596Z | Downloaded object v0.37.3 |
| 343 | 2026-07-02T10:09:18.631Z | Downloaded libc v0.2.185 |
| 344 | 2026-07-02T10:09:18.718Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 345 | 2026-07-02T10:09:18.718Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 346 | 2026-07-02T10:09:18.718Z | Compiling proc-macro2 v1.0.106 |
| 347 | 2026-07-02T10:09:18.718Z | Compiling quote v1.0.46 |
| 348 | 2026-07-02T10:09:18.718Z | Compiling unicode-ident v1.0.24 |
| 349 | 2026-07-02T10:09:18.722Z | Compiling strsim v0.11.1 |
| 350 | 2026-07-02T10:09:18.722Z | Compiling ident_case v1.0.1 |
| 351 | 2026-07-02T10:09:18.722Z | Compiling serde_core v1.0.228 |
| 352 | 2026-07-02T10:09:18.853Z | Compiling fnv v1.0.7 |
| 353 | 2026-07-02T10:09:18.853Z | Compiling memchr v2.8.2 |
| 354 | 2026-07-02T10:09:18.943Z | Compiling regex-syntax v0.8.11 |
| 355 | 2026-07-02T10:09:19.102Z | Compiling zerocopy v0.8.52 |
| 356 | 2026-07-02T10:09:19.113Z | Compiling serde v1.0.228 |
| 357 | 2026-07-02T10:09:19.116Z | Compiling either v1.16.0 |
| 358 | 2026-07-02T10:09:19.247Z | Compiling aho-corasick v1.1.4 |
| 359 | 2026-07-02T10:09:19.313Z | Compiling thiserror v2.0.18 |
| 360 | 2026-07-02T10:09:19.510Z | Compiling itertools v0.14.0 |
| 361 | 2026-07-02T10:09:19.519Z | Compiling heapless v0.8.0 |
| 362 | 2026-07-02T10:09:19.874Z | Compiling syn v2.0.118 |
| 363 | 2026-07-02T10:09:19.910Z | Compiling smoltcp v0.11.0 |
| 364 | 2026-07-02T10:09:19.920Z | Compiling version_check v0.9.5 |
| 365 | 2026-07-02T10:09:19.992Z | Compiling ref-cast v1.0.25 |
| 366 | 2026-07-02T10:09:20.279Z | Compiling crc32fast v1.5.0 |
| 367 | 2026-07-02T10:09:20.347Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 368 | 2026-07-02T10:09:20.374Z | Compiling regex-automata v0.4.14 |
| 369 | 2026-07-02T10:09:21.954Z | Compiling regex v1.12.4 |
| 370 | 2026-07-02T10:09:22.208Z | Compiling darling_core v0.21.3 |
| 371 | 2026-07-02T10:09:22.228Z | Compiling darling_core v0.23.0 |
| 372 | 2026-07-02T10:09:23.108Z | Compiling thiserror-impl v2.0.18 |
| 373 | 2026-07-02T10:09:23.108Z | Compiling zerocopy-derive v0.8.52 |
| 374 | 2026-07-02T10:09:23.112Z | Compiling serde_derive v1.0.228 |
| 375 | 2026-07-02T10:09:23.112Z | Compiling ref-cast-impl v1.0.25 |
| 376 | 2026-07-02T10:09:23.112Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 377 | 2026-07-02T10:09:24.734Z | Compiling darling_macro v0.23.0 |
| 378 | 2026-07-02T10:09:24.757Z | Compiling darling_macro v0.21.3 |
| 379 | 2026-07-02T10:09:25.632Z | Compiling darling v0.23.0 |
| 380 | 2026-07-02T10:09:25.647Z | Compiling darling v0.21.3 |
| 381 | 2026-07-02T10:09:25.713Z | Compiling ingot-macros v0.1.1 |
| 382 | 2026-07-02T10:09:25.716Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 383 | 2026-07-02T10:09:31.293Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 384 | 2026-07-02T10:09:33.399Z | Compiling byteorder v1.5.0 |
| 385 | 2026-07-02T10:09:33.399Z | Compiling stable_deref_trait v1.2.1 |
| 386 | 2026-07-02T10:09:33.404Z | Compiling cfg-if v1.0.4 |
| 387 | 2026-07-02T10:09:33.404Z | Compiling macaddr v1.0.1 |
| 388 | 2026-07-02T10:09:33.463Z | Compiling managed v0.8.0 |
| 389 | 2026-07-02T10:09:33.469Z | Compiling cobs v0.3.0 |
| 390 | 2026-07-02T10:09:33.498Z | Compiling bitflags v1.3.2 |
| 391 | 2026-07-02T10:09:33.564Z | Compiling hash32 v0.3.1 |
| 392 | 2026-07-02T10:09:33.700Z | Compiling dyn-clone v1.0.20 |
| 393 | 2026-07-02T10:09:33.772Z | Compiling itertools v0.15.0 |
| 394 | 2026-07-02T10:09:33.782Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 395 | 2026-07-02T10:09:34.986Z | Compiling bitflags v2.13.0 |
| 396 | 2026-07-02T10:09:34.986Z | Compiling uuid v1.23.4 |
| 397 | 2026-07-02T10:09:35.130Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 398 | 2026-07-02T10:09:35.414Z | Compiling postcard v1.1.3 |
| 399 | 2026-07-02T10:09:36.294Z | Compiling ingot-types v0.1.2 |
| 400 | 2026-07-02T10:09:36.607Z | Compiling ingot v0.1.1 |
| 401 | 2026-07-02T10:09:38.104Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 402 | 2026-07-02T10:09:41.920Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 403 | 2026-07-02T10:09:50.760Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 404 | 2026-07-02T10:09:52.095Z | warning: suspicious definition of the runtime `strlen` symbol used by the standard library |
| 405 | 2026-07-02T10:09:52.095Z | --> xde/src/ip.rs:9246:5 |
| 406 | 2026-07-02T10:09:52.095Z | | |
| 407 | 2026-07-02T10:09:52.095Z | 9246 | / pub fn strlen( |
| 408 | 2026-07-02T10:09:52.095Z | 9247 | | arg1: *const illumos_sys_hdrs::c_char, |
| 409 | 2026-07-02T10:09:52.095Z | 9248 | | ) -> illumos_sys_hdrs::c_ulong; |
| 410 | 2026-07-02T10:09:52.095Z | | |___________________________________^ |
| 411 | 2026-07-02T10:09:52.095Z | | |
| 412 | 2026-07-02T10:09:52.095Z | = note: expected `unsafe extern "C" fn(*const i8) -> usize` |
| 413 | 2026-07-02T10:09:52.095Z | found `unsafe extern "C" fn(*const i8) -> u64` |
| 414 | 2026-07-02T10:09:52.095Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "strlen")]`, or `#[link_name = "strlen"]` |
| 415 | 2026-07-02T10:09:52.095Z | = help: allow this lint if the signature is compatible |
| 416 | 2026-07-02T10:09:52.095Z | = note: `#[warn(suspicious_runtime_symbol_definitions)]` on by default |
| 417 | 2026-07-02T10:09:52.096Z | |
| 418 | 2026-07-02T10:09:52.121Z | warning: suspicious definition of the runtime `bcmp` symbol used by the standard library |
| 419 | 2026-07-02T10:09:52.121Z | --> xde/src/ip.rs:20144:5 |
| 420 | 2026-07-02T10:09:52.121Z | | |
| 421 | 2026-07-02T10:09:52.121Z | 20144 | / pub fn bcmp( |
| 422 | 2026-07-02T10:09:52.122Z | 20145 | | arg1: *const illumos_sys_hdrs::c_void, |
| 423 | 2026-07-02T10:09:52.122Z | 20146 | | arg2: *const illumos_sys_hdrs::c_void, |
| 424 | 2026-07-02T10:09:52.122Z | 20147 | | arg3: illumos_sys_hdrs::c_ulong, |
| 425 | 2026-07-02T10:09:52.122Z | 20148 | | ) -> illumos_sys_hdrs::c_int; |
| 426 | 2026-07-02T10:09:52.122Z | | |_________________________________^ |
| 427 | 2026-07-02T10:09:52.122Z | | |
| 428 | 2026-07-02T10:09:52.122Z | = note: expected `unsafe extern "C" fn(*const core::ffi::c_void, *const core::ffi::c_void, usize) -> i32` |
| 429 | 2026-07-02T10:09:52.122Z | found `unsafe extern "C" fn(*const core::ffi::c_void, *const core::ffi::c_void, u64) -> i32` |
| 430 | 2026-07-02T10:09:52.122Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "bcmp")]`, or `#[link_name = "bcmp"]` |
| 431 | 2026-07-02T10:09:52.122Z | = help: allow this lint if the signature is compatible |
| 432 | 2026-07-02T10:09:52.122Z | |
| 433 | 2026-07-02T10:09:52.126Z | warning: suspicious definition of the runtime `memset` symbol used by the standard library |
| 434 | 2026-07-02T10:09:52.126Z | --> xde/src/ip.rs:20825:5 |
| 435 | 2026-07-02T10:09:52.126Z | | |
| 436 | 2026-07-02T10:09:52.126Z | 20825 | / pub fn memset( |
| 437 | 2026-07-02T10:09:52.126Z | 20826 | | arg1: *mut illumos_sys_hdrs::c_void, |
| 438 | 2026-07-02T10:09:52.126Z | 20827 | | arg2: illumos_sys_hdrs::c_int, |
| 439 | 2026-07-02T10:09:52.126Z | 20828 | | arg3: illumos_sys_hdrs::c_ulong, |
| 440 | 2026-07-02T10:09:52.126Z | 20829 | | ) -> *mut illumos_sys_hdrs::c_void; |
| 441 | 2026-07-02T10:09:52.126Z | | |_______________________________________^ |
| 442 | 2026-07-02T10:09:52.126Z | | |
| 443 | 2026-07-02T10:09:52.126Z | = note: expected `unsafe extern "C" fn(*mut core::ffi::c_void, i32, usize) -> *mut core::ffi::c_void` |
| 444 | 2026-07-02T10:09:52.126Z | found `unsafe extern "C" fn(*mut core::ffi::c_void, i32, u64) -> *mut core::ffi::c_void` |
| 445 | 2026-07-02T10:09:52.127Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memset")]`, or `#[link_name = "memset"]` |
| 446 | 2026-07-02T10:09:52.127Z | = help: allow this lint if the signature is compatible |
| 447 | 2026-07-02T10:09:52.127Z | |
| 448 | 2026-07-02T10:09:52.127Z | warning: suspicious definition of the runtime `memcpy` symbol used by the standard library |
| 449 | 2026-07-02T10:09:52.127Z | --> xde/src/ip.rs:20832:5 |
| 450 | 2026-07-02T10:09:52.127Z | | |
| 451 | 2026-07-02T10:09:52.127Z | 20832 | / pub fn memcpy( |
| 452 | 2026-07-02T10:09:52.127Z | 20833 | | arg1: *mut illumos_sys_hdrs::c_void, |
| 453 | 2026-07-02T10:09:52.127Z | 20834 | | arg2: *const illumos_sys_hdrs::c_void, |
| 454 | 2026-07-02T10:09:52.127Z | 20835 | | arg3: illumos_sys_hdrs::c_ulong, |
| 455 | 2026-07-02T10:09:52.127Z | 20836 | | ) -> *mut illumos_sys_hdrs::c_void; |
| 456 | 2026-07-02T10:09:52.127Z | | |_______________________________________^ |
| 457 | 2026-07-02T10:09:52.127Z | | |
| 458 | 2026-07-02T10:09:52.127Z | = note: expected `unsafe extern "C" fn(*mut c_void, *const c_void, usize) -> *mut c_void` |
| 459 | 2026-07-02T10:09:52.127Z | found `unsafe extern "C" fn(*mut c_void, *const c_void, u64) -> *mut c_void` |
| 460 | 2026-07-02T10:09:52.127Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memcpy")]`, or `#[link_name = "memcpy"]` |
| 461 | 2026-07-02T10:09:52.127Z | = help: allow this lint if the signature is compatible |
| 462 | 2026-07-02T10:09:52.127Z | = note: the full name for the type has been written to '/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release-lto/deps/xde-cd7f6bb562fbbf40.long-type-4833237855095052942.txt' |
| 463 | 2026-07-02T10:09:52.127Z | = note: consider using `--verbose` to print the full type name to the console |
| 464 | 2026-07-02T10:09:52.127Z | |
| 465 | 2026-07-02T10:09:52.127Z | warning: suspicious definition of the runtime `memmove` symbol used by the standard library |
| 466 | 2026-07-02T10:09:52.127Z | --> xde/src/ip.rs:20839:5 |
| 467 | 2026-07-02T10:09:52.127Z | | |
| 468 | 2026-07-02T10:09:52.127Z | 20839 | / pub fn memmove( |
| 469 | 2026-07-02T10:09:52.128Z | 20840 | | arg1: *mut illumos_sys_hdrs::c_void, |
| 470 | 2026-07-02T10:09:52.128Z | 20841 | | arg2: *const illumos_sys_hdrs::c_void, |
| 471 | 2026-07-02T10:09:52.128Z | 20842 | | arg3: illumos_sys_hdrs::c_ulong, |
| 472 | 2026-07-02T10:09:52.128Z | 20843 | | ) -> *mut illumos_sys_hdrs::c_void; |
| 473 | 2026-07-02T10:09:52.128Z | | |_______________________________________^ |
| 474 | 2026-07-02T10:09:52.128Z | | |
| 475 | 2026-07-02T10:09:52.128Z | = note: expected `unsafe extern "C" fn(*mut c_void, *const c_void, usize) -> *mut c_void` |
| 476 | 2026-07-02T10:09:52.128Z | found `unsafe extern "C" fn(*mut c_void, *const c_void, u64) -> *mut c_void` |
| 477 | 2026-07-02T10:09:52.128Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memmove")]`, or `#[link_name = "memmove"]` |
| 478 | 2026-07-02T10:09:52.128Z | = help: allow this lint if the signature is compatible |
| 479 | 2026-07-02T10:09:52.128Z | = note: the full name for the type has been written to '/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release-lto/deps/xde-cd7f6bb562fbbf40.long-type-4833237855095052942.txt' |
| 480 | 2026-07-02T10:09:52.128Z | = note: consider using `--verbose` to print the full type name to the console |
| 481 | 2026-07-02T10:09:52.128Z | |
| 482 | 2026-07-02T10:09:52.128Z | warning: suspicious definition of the runtime `memcmp` symbol used by the standard library |
| 483 | 2026-07-02T10:09:52.128Z | --> xde/src/ip.rs:20846:5 |
| 484 | 2026-07-02T10:09:52.128Z | | |
| 485 | 2026-07-02T10:09:52.128Z | 20846 | / pub fn memcmp( |
| 486 | 2026-07-02T10:09:52.128Z | 20847 | | arg1: *const illumos_sys_hdrs::c_void, |
| 487 | 2026-07-02T10:09:52.128Z | 20848 | | arg2: *const illumos_sys_hdrs::c_void, |
| 488 | 2026-07-02T10:09:52.128Z | 20849 | | arg3: illumos_sys_hdrs::c_ulong, |
| 489 | 2026-07-02T10:09:52.128Z | 20850 | | ) -> illumos_sys_hdrs::c_int; |
| 490 | 2026-07-02T10:09:52.130Z | | |_________________________________^ |
| 491 | 2026-07-02T10:09:52.130Z | | |
| 492 | 2026-07-02T10:09:52.130Z | = note: expected `unsafe extern "C" fn(*const core::ffi::c_void, *const core::ffi::c_void, usize) -> i32` |
| 493 | 2026-07-02T10:09:52.130Z | found `unsafe extern "C" fn(*const core::ffi::c_void, *const core::ffi::c_void, u64) -> i32` |
| 494 | 2026-07-02T10:09:52.130Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memcmp")]`, or `#[link_name = "memcmp"]` |
| 495 | 2026-07-02T10:09:52.130Z | = help: allow this lint if the signature is compatible |
| 496 | 2026-07-02T10:09:52.130Z | |
| 497 | 2026-07-02T10:10:20.473Z | warning: `xde` (lib) generated 6 warnings |
| 498 | 2026-07-02T10:10:20.473Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 02s |
| 499 | 2026-07-02T10:10:20.504Z | Linking xde kmod... |
| 500 | 2026-07-02T10:10:21.097Z | Building xde dev link helper (release). |
| 501 | 2026-07-02T10:10:21.257Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 502 | 2026-07-02T10:10:21.257Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 503 | 2026-07-02T10:10:21.257Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 504 | 2026-07-02T10:10:32.805Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 505 | 2026-07-02T10:10:35.297Z | Finished `release` profile [optimized + debuginfo] target(s) in 14.17s |
| 506 | 2026-07-02T10:10:35.316Z | Building opteadm (dev). |
| 507 | 2026-07-02T10:10:35.477Z | Compiling serde_core v1.0.228 |
| 508 | 2026-07-02T10:10:35.478Z | Compiling libc v0.2.186 |
| 509 | 2026-07-02T10:10:35.478Z | Compiling cfg-if v1.0.4 |
| 510 | 2026-07-02T10:10:35.478Z | Compiling ident_case v1.0.1 |
| 511 | 2026-07-02T10:10:35.483Z | Compiling memchr v2.8.2 |
| 512 | 2026-07-02T10:10:35.483Z | Compiling fnv v1.0.7 |
| 513 | 2026-07-02T10:10:35.483Z | Compiling strsim v0.11.1 |
| 514 | 2026-07-02T10:10:35.496Z | Compiling syn v2.0.118 |
| 515 | 2026-07-02T10:10:35.548Z | Compiling regex-syntax v0.8.11 |
| 516 | 2026-07-02T10:10:35.571Z | Compiling either v1.16.0 |
| 517 | 2026-07-02T10:10:35.591Z | Compiling serde v1.0.228 |
| 518 | 2026-07-02T10:10:35.765Z | Compiling winnow v1.0.3 |
| 519 | 2026-07-02T10:10:35.799Z | Compiling equivalent v1.0.2 |
| 520 | 2026-07-02T10:10:35.871Z | Compiling zerocopy v0.8.52 |
| 521 | 2026-07-02T10:10:35.936Z | Compiling aho-corasick v1.1.4 |
| 522 | 2026-07-02T10:10:36.079Z | Compiling hashbrown v0.17.1 |
| 523 | 2026-07-02T10:10:36.302Z | Compiling itertools v0.14.0 |
| 524 | 2026-07-02T10:10:36.330Z | Compiling heapless v0.8.0 |
| 525 | 2026-07-02T10:10:36.618Z | Compiling indexmap v2.14.0 |
| 526 | 2026-07-02T10:10:36.639Z | Compiling byteorder v1.5.0 |
| 527 | 2026-07-02T10:10:36.789Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 528 | 2026-07-02T10:10:36.817Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 529 | 2026-07-02T10:10:37.034Z | Compiling regex-automata v0.4.14 |
| 530 | 2026-07-02T10:10:37.216Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 531 | 2026-07-02T10:10:37.326Z | Compiling hash32 v0.3.1 |
| 532 | 2026-07-02T10:10:37.478Z | Compiling syn v1.0.109 |
| 533 | 2026-07-02T10:10:37.482Z | Compiling rustversion v1.0.22 |
| 534 | 2026-07-02T10:10:37.513Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 535 | 2026-07-02T10:10:37.634Z | Compiling bitflags v2.13.0 |
| 536 | 2026-07-02T10:10:37.748Z | Compiling macaddr v1.0.1 |
| 537 | 2026-07-02T10:10:37.758Z | Compiling stable_deref_trait v1.2.1 |
| 538 | 2026-07-02T10:10:37.798Z | Compiling smoltcp v0.11.0 |
| 539 | 2026-07-02T10:10:37.930Z | Compiling proc-macro-crate v3.5.0 |
| 540 | 2026-07-02T10:10:37.998Z | Compiling managed v0.8.0 |
| 541 | 2026-07-02T10:10:38.090Z | Compiling darling_core v0.21.3 |
| 542 | 2026-07-02T10:10:38.111Z | Compiling rand_core v0.10.1 |
| 543 | 2026-07-02T10:10:38.150Z | Compiling getrandom v0.4.3 |
| 544 | 2026-07-02T10:10:38.224Z | Compiling bitflags v1.3.2 |
| 545 | 2026-07-02T10:10:38.264Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 546 | 2026-07-02T10:10:38.264Z | Compiling ref-cast v1.0.25 |
| 547 | 2026-07-02T10:10:38.290Z | Compiling version_check v0.9.5 |
| 548 | 2026-07-02T10:10:38.557Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 549 | 2026-07-02T10:10:38.621Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 550 | 2026-07-02T10:10:38.801Z | Compiling regex v1.12.4 |
| 551 | 2026-07-02T10:10:39.063Z | Compiling errno v0.3.14 |
| 552 | 2026-07-02T10:10:39.191Z | Compiling once_cell v1.21.4 |
| 553 | 2026-07-02T10:10:39.239Z | Compiling ipnetwork v0.21.1 |
| 554 | 2026-07-02T10:10:39.255Z | Compiling unicode-width v0.2.2 |
| 555 | 2026-07-02T10:10:39.260Z | Compiling thiserror-impl v2.0.18 |
| 556 | 2026-07-02T10:10:39.433Z | Compiling serde_derive v1.0.228 |
| 557 | 2026-07-02T10:10:39.561Z | Compiling zerocopy-derive v0.8.52 |
| 558 | 2026-07-02T10:10:39.585Z | Compiling num_enum_derive v0.7.6 |
| 559 | 2026-07-02T10:10:39.766Z | Compiling ref-cast-impl v1.0.25 |
| 560 | 2026-07-02T10:10:40.195Z | Compiling darling_macro v0.21.3 |
| 561 | 2026-07-02T10:10:40.371Z | Compiling foreign-types-macros v0.2.3 |
| 562 | 2026-07-02T10:10:40.474Z | Compiling thiserror v2.0.18 |
| 563 | 2026-07-02T10:10:40.575Z | Compiling cobs v0.3.0 |
| 564 | 2026-07-02T10:10:40.808Z | Compiling darling v0.21.3 |
| 565 | 2026-07-02T10:10:40.894Z | Compiling ingot-macros v0.1.1 |
| 566 | 2026-07-02T10:10:40.918Z | Compiling foreign-types-shared v0.3.1 |
| 567 | 2026-07-02T10:10:41.005Z | Compiling cpufeatures v0.3.0 |
| 568 | 2026-07-02T10:10:41.067Z | Compiling foreign-types v0.5.0 |
| 569 | 2026-07-02T10:10:41.070Z | Compiling chacha20 v0.10.1 |
| 570 | 2026-07-02T10:10:41.139Z | Compiling cstr-argument v0.1.2 |
| 571 | 2026-07-02T10:10:41.314Z | Compiling num_enum v0.7.6 |
| 572 | 2026-07-02T10:10:41.429Z | Compiling tabwriter v1.4.1 |
| 573 | 2026-07-02T10:10:41.512Z | Compiling tracing-core v0.1.36 |
| 574 | 2026-07-02T10:10:41.846Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 575 | 2026-07-02T10:10:41.858Z | Compiling tracing-attributes v0.1.31 |
| 576 | 2026-07-02T10:10:41.861Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 577 | 2026-07-02T10:10:42.342Z | Compiling rustix v1.1.4 |
| 578 | 2026-07-02T10:10:42.755Z | Compiling postcard v1.1.3 |
| 579 | 2026-07-02T10:10:42.841Z | Compiling anyhow v1.0.103 |
| 580 | 2026-07-02T10:10:42.849Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 581 | 2026-07-02T10:10:42.907Z | Compiling pretty-hex v0.4.2 |
| 582 | 2026-07-02T10:10:43.038Z | Compiling dyn-clone v1.0.20 |
| 583 | 2026-07-02T10:10:43.042Z | Compiling pin-project-lite v0.2.17 |
| 584 | 2026-07-02T10:10:43.094Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 585 | 2026-07-02T10:10:43.104Z | Compiling tracing v0.1.44 |
| 586 | 2026-07-02T10:10:43.123Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 587 | 2026-07-02T10:10:43.200Z | Compiling terminal_size v0.4.4 |
| 588 | 2026-07-02T10:10:43.309Z | Compiling rand v0.10.2 |
| 589 | 2026-07-02T10:10:43.354Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 590 | 2026-07-02T10:10:43.371Z | Compiling uuid v1.23.4 |
| 591 | 2026-07-02T10:10:43.470Z | Compiling socket2 v0.6.4 |
| 592 | 2026-07-02T10:10:43.475Z | Compiling colored v3.1.1 |
| 593 | 2026-07-02T10:10:43.601Z | Compiling oxnet v0.1.6 |
| 594 | 2026-07-02T10:10:43.628Z | Compiling clap_builder v4.6.0 |
| 595 | 2026-07-02T10:10:43.991Z | Compiling ingot-types v0.1.2 |
| 596 | 2026-07-02T10:10:44.037Z | Compiling clap_derive v4.6.1 |
| 597 | 2026-07-02T10:10:44.111Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 598 | 2026-07-02T10:10:44.343Z | Compiling ingot v0.1.1 |
| 599 | 2026-07-02T10:10:45.322Z | Compiling clap v4.6.1 |
| 600 | 2026-07-02T10:10:46.109Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 601 | 2026-07-02T10:10:48.277Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 602 | 2026-07-02T10:10:49.453Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 603 | 2026-07-02T10:10:53.894Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.57s |
| 604 | 2026-07-02T10:10:53.923Z | Building xde (dev). |
| 605 | 2026-07-02T10:10:54.158Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 606 | 2026-07-02T10:10:54.158Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 607 | 2026-07-02T10:10:54.158Z | Compiling proc-macro2 v1.0.106 |
| 608 | 2026-07-02T10:10:54.158Z | Compiling quote v1.0.46 |
| 609 | 2026-07-02T10:10:54.158Z | Compiling unicode-ident v1.0.24 |
| 610 | 2026-07-02T10:10:54.158Z | Compiling ident_case v1.0.1 |
| 611 | 2026-07-02T10:10:54.161Z | Compiling strsim v0.11.1 |
| 612 | 2026-07-02T10:10:54.161Z | Compiling serde_core v1.0.228 |
| 613 | 2026-07-02T10:10:54.279Z | Compiling fnv v1.0.7 |
| 614 | 2026-07-02T10:10:54.279Z | Compiling memchr v2.8.2 |
| 615 | 2026-07-02T10:10:54.363Z | Compiling regex-syntax v0.8.11 |
| 616 | 2026-07-02T10:10:54.542Z | Compiling either v1.16.0 |
| 617 | 2026-07-02T10:10:54.553Z | Compiling serde v1.0.228 |
| 618 | 2026-07-02T10:10:54.556Z | Compiling zerocopy v0.8.52 |
| 619 | 2026-07-02T10:10:54.690Z | Compiling aho-corasick v1.1.4 |
| 620 | 2026-07-02T10:10:54.731Z | Compiling thiserror v2.0.18 |
| 621 | 2026-07-02T10:10:54.950Z | Compiling itertools v0.14.0 |
| 622 | 2026-07-02T10:10:54.974Z | Compiling heapless v0.8.0 |
| 623 | 2026-07-02T10:10:55.323Z | Compiling syn v2.0.118 |
| 624 | 2026-07-02T10:10:55.363Z | Compiling smoltcp v0.11.0 |
| 625 | 2026-07-02T10:10:55.371Z | Compiling crc32fast v1.5.0 |
| 626 | 2026-07-02T10:10:55.445Z | Compiling version_check v0.9.5 |
| 627 | 2026-07-02T10:10:55.751Z | Compiling ref-cast v1.0.25 |
| 628 | 2026-07-02T10:10:55.827Z | Compiling regex-automata v0.4.14 |
| 629 | 2026-07-02T10:10:55.855Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 630 | 2026-07-02T10:10:57.423Z | Compiling regex v1.12.4 |
| 631 | 2026-07-02T10:10:57.684Z | Compiling darling_core v0.21.3 |
| 632 | 2026-07-02T10:10:57.717Z | Compiling darling_core v0.23.0 |
| 633 | 2026-07-02T10:10:58.562Z | Compiling serde_derive v1.0.228 |
| 634 | 2026-07-02T10:10:58.562Z | Compiling zerocopy-derive v0.8.52 |
| 635 | 2026-07-02T10:10:58.566Z | Compiling thiserror-impl v2.0.18 |
| 636 | 2026-07-02T10:10:58.566Z | Compiling ref-cast-impl v1.0.25 |
| 637 | 2026-07-02T10:10:58.566Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 638 | 2026-07-02T10:11:00.220Z | Compiling darling_macro v0.21.3 |
| 639 | 2026-07-02T10:11:00.327Z | Compiling darling_macro v0.23.0 |
| 640 | 2026-07-02T10:11:01.168Z | Compiling darling v0.21.3 |
| 641 | 2026-07-02T10:11:01.235Z | Compiling ingot-macros v0.1.1 |
| 642 | 2026-07-02T10:11:01.287Z | Compiling darling v0.23.0 |
| 643 | 2026-07-02T10:11:01.353Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 644 | 2026-07-02T10:11:06.206Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 645 | 2026-07-02T10:11:07.993Z | Compiling byteorder v1.5.0 |
| 646 | 2026-07-02T10:11:07.993Z | Compiling macaddr v1.0.1 |
| 647 | 2026-07-02T10:11:07.993Z | Compiling stable_deref_trait v1.2.1 |
| 648 | 2026-07-02T10:11:07.996Z | Compiling cfg-if v1.0.4 |
| 649 | 2026-07-02T10:11:08.059Z | Compiling cobs v0.3.0 |
| 650 | 2026-07-02T10:11:08.067Z | Compiling managed v0.8.0 |
| 651 | 2026-07-02T10:11:08.100Z | Compiling bitflags v1.3.2 |
| 652 | 2026-07-02T10:11:08.171Z | Compiling hash32 v0.3.1 |
| 653 | 2026-07-02T10:11:08.332Z | Compiling itertools v0.15.0 |
| 654 | 2026-07-02T10:11:08.332Z | Compiling dyn-clone v1.0.20 |
| 655 | 2026-07-02T10:11:08.454Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 656 | 2026-07-02T10:11:09.537Z | Compiling bitflags v2.13.0 |
| 657 | 2026-07-02T10:11:09.542Z | Compiling uuid v1.23.4 |
| 658 | 2026-07-02T10:11:09.683Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 659 | 2026-07-02T10:11:09.966Z | Compiling postcard v1.1.3 |
| 660 | 2026-07-02T10:11:10.770Z | Compiling ingot-types v0.1.2 |
| 661 | 2026-07-02T10:11:11.085Z | Compiling ingot v0.1.1 |
| 662 | 2026-07-02T10:11:12.493Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 663 | 2026-07-02T10:11:16.846Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 664 | 2026-07-02T10:11:27.306Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 665 | 2026-07-02T10:11:29.045Z | warning: suspicious definition of the runtime `strlen` symbol used by the standard library |
| 666 | 2026-07-02T10:11:29.045Z | --> xde/src/ip.rs:9246:5 |
| 667 | 2026-07-02T10:11:29.046Z | | |
| 668 | 2026-07-02T10:11:29.046Z | 9246 | / pub fn strlen( |
| 669 | 2026-07-02T10:11:29.046Z | 9247 | | arg1: *const illumos_sys_hdrs::c_char, |
| 670 | 2026-07-02T10:11:29.046Z | 9248 | | ) -> illumos_sys_hdrs::c_ulong; |
| 671 | 2026-07-02T10:11:29.046Z | | |___________________________________^ |
| 672 | 2026-07-02T10:11:29.046Z | | |
| 673 | 2026-07-02T10:11:29.046Z | = note: expected `unsafe extern "C" fn(*const i8) -> usize` |
| 674 | 2026-07-02T10:11:29.046Z | found `unsafe extern "C" fn(*const i8) -> u64` |
| 675 | 2026-07-02T10:11:29.046Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "strlen")]`, or `#[link_name = "strlen"]` |
| 676 | 2026-07-02T10:11:29.046Z | = help: allow this lint if the signature is compatible |
| 677 | 2026-07-02T10:11:29.046Z | = note: `#[warn(suspicious_runtime_symbol_definitions)]` on by default |
| 678 | 2026-07-02T10:11:29.046Z | |
| 679 | 2026-07-02T10:11:29.093Z | warning: suspicious definition of the runtime `bcmp` symbol used by the standard library |
| 680 | 2026-07-02T10:11:29.094Z | --> xde/src/ip.rs:20144:5 |
| 681 | 2026-07-02T10:11:29.094Z | | |
| 682 | 2026-07-02T10:11:29.094Z | 20144 | / pub fn bcmp( |
| 683 | 2026-07-02T10:11:29.094Z | 20145 | | arg1: *const illumos_sys_hdrs::c_void, |
| 684 | 2026-07-02T10:11:29.094Z | 20146 | | arg2: *const illumos_sys_hdrs::c_void, |
| 685 | 2026-07-02T10:11:29.094Z | 20147 | | arg3: illumos_sys_hdrs::c_ulong, |
| 686 | 2026-07-02T10:11:29.094Z | 20148 | | ) -> illumos_sys_hdrs::c_int; |
| 687 | 2026-07-02T10:11:29.094Z | | |_________________________________^ |
| 688 | 2026-07-02T10:11:29.094Z | | |
| 689 | 2026-07-02T10:11:29.094Z | = note: expected `unsafe extern "C" fn(*const core::ffi::c_void, *const core::ffi::c_void, usize) -> i32` |
| 690 | 2026-07-02T10:11:29.094Z | found `unsafe extern "C" fn(*const core::ffi::c_void, *const core::ffi::c_void, u64) -> i32` |
| 691 | 2026-07-02T10:11:29.094Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "bcmp")]`, or `#[link_name = "bcmp"]` |
| 692 | 2026-07-02T10:11:29.095Z | = help: allow this lint if the signature is compatible |
| 693 | 2026-07-02T10:11:29.095Z | |
| 694 | 2026-07-02T10:11:29.115Z | warning: suspicious definition of the runtime `memset` symbol used by the standard library |
| 695 | 2026-07-02T10:11:29.115Z | --> xde/src/ip.rs:20825:5 |
| 696 | 2026-07-02T10:11:29.115Z | | |
| 697 | 2026-07-02T10:11:29.115Z | 20825 | / pub fn memset( |
| 698 | 2026-07-02T10:11:29.115Z | 20826 | | arg1: *mut illumos_sys_hdrs::c_void, |
| 699 | 2026-07-02T10:11:29.115Z | 20827 | | arg2: illumos_sys_hdrs::c_int, |
| 700 | 2026-07-02T10:11:29.115Z | 20828 | | arg3: illumos_sys_hdrs::c_ulong, |
| 701 | 2026-07-02T10:11:29.115Z | 20829 | | ) -> *mut illumos_sys_hdrs::c_void; |
| 702 | 2026-07-02T10:11:29.115Z | | |_______________________________________^ |
| 703 | 2026-07-02T10:11:29.115Z | | |
| 704 | 2026-07-02T10:11:29.115Z | = note: expected `unsafe extern "C" fn(*mut core::ffi::c_void, i32, usize) -> *mut core::ffi::c_void` |
| 705 | 2026-07-02T10:11:29.115Z | found `unsafe extern "C" fn(*mut core::ffi::c_void, i32, u64) -> *mut core::ffi::c_void` |
| 706 | 2026-07-02T10:11:29.115Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memset")]`, or `#[link_name = "memset"]` |
| 707 | 2026-07-02T10:11:29.115Z | = help: allow this lint if the signature is compatible |
| 708 | 2026-07-02T10:11:29.116Z | |
| 709 | 2026-07-02T10:11:29.116Z | warning: suspicious definition of the runtime `memcpy` symbol used by the standard library |
| 710 | 2026-07-02T10:11:29.116Z | --> xde/src/ip.rs:20832:5 |
| 711 | 2026-07-02T10:11:29.116Z | | |
| 712 | 2026-07-02T10:11:29.116Z | 20832 | / pub fn memcpy( |
| 713 | 2026-07-02T10:11:29.116Z | 20833 | | arg1: *mut illumos_sys_hdrs::c_void, |
| 714 | 2026-07-02T10:11:29.116Z | 20834 | | arg2: *const illumos_sys_hdrs::c_void, |
| 715 | 2026-07-02T10:11:29.116Z | 20835 | | arg3: illumos_sys_hdrs::c_ulong, |
| 716 | 2026-07-02T10:11:29.116Z | 20836 | | ) -> *mut illumos_sys_hdrs::c_void; |
| 717 | 2026-07-02T10:11:29.116Z | | |_______________________________________^ |
| 718 | 2026-07-02T10:11:29.116Z | | |
| 719 | 2026-07-02T10:11:29.116Z | = note: expected `unsafe extern "C" fn(*mut c_void, *const c_void, usize) -> *mut c_void` |
| 720 | 2026-07-02T10:11:29.116Z | found `unsafe extern "C" fn(*mut c_void, *const c_void, u64) -> *mut c_void` |
| 721 | 2026-07-02T10:11:29.116Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memcpy")]`, or `#[link_name = "memcpy"]` |
| 722 | 2026-07-02T10:11:29.116Z | = help: allow this lint if the signature is compatible |
| 723 | 2026-07-02T10:11:29.116Z | = note: the full name for the type has been written to '/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/xde-c26e3c2b14b92667.long-type-13459463198756918889.txt' |
| 724 | 2026-07-02T10:11:29.116Z | = note: consider using `--verbose` to print the full type name to the console |
| 725 | 2026-07-02T10:11:29.116Z | |
| 726 | 2026-07-02T10:11:29.116Z | warning: suspicious definition of the runtime `memmove` symbol used by the standard library |
| 727 | 2026-07-02T10:11:29.116Z | --> xde/src/ip.rs:20839:5 |
| 728 | 2026-07-02T10:11:29.116Z | | |
| 729 | 2026-07-02T10:11:29.116Z | 20839 | / pub fn memmove( |
| 730 | 2026-07-02T10:11:29.116Z | 20840 | | arg1: *mut illumos_sys_hdrs::c_void, |
| 731 | 2026-07-02T10:11:29.117Z | 20841 | | arg2: *const illumos_sys_hdrs::c_void, |
| 732 | 2026-07-02T10:11:29.117Z | 20842 | | arg3: illumos_sys_hdrs::c_ulong, |
| 733 | 2026-07-02T10:11:29.117Z | 20843 | | ) -> *mut illumos_sys_hdrs::c_void; |
| 734 | 2026-07-02T10:11:29.117Z | | |_______________________________________^ |
| 735 | 2026-07-02T10:11:29.117Z | | |
| 736 | 2026-07-02T10:11:29.117Z | = note: expected `unsafe extern "C" fn(*mut c_void, *const c_void, usize) -> *mut c_void` |
| 737 | 2026-07-02T10:11:29.117Z | found `unsafe extern "C" fn(*mut c_void, *const c_void, u64) -> *mut c_void` |
| 738 | 2026-07-02T10:11:29.117Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memmove")]`, or `#[link_name = "memmove"]` |
| 739 | 2026-07-02T10:11:29.117Z | = help: allow this lint if the signature is compatible |
| 740 | 2026-07-02T10:11:29.117Z | = note: the full name for the type has been written to '/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/xde-c26e3c2b14b92667.long-type-13459463198756918889.txt' |
| 741 | 2026-07-02T10:11:29.117Z | = note: consider using `--verbose` to print the full type name to the console |
| 742 | 2026-07-02T10:11:29.117Z | |
| 743 | 2026-07-02T10:11:29.117Z | warning: suspicious definition of the runtime `memcmp` symbol used by the standard library |
| 744 | 2026-07-02T10:11:29.117Z | --> xde/src/ip.rs:20846:5 |
| 745 | 2026-07-02T10:11:29.117Z | | |
| 746 | 2026-07-02T10:11:29.117Z | 20846 | / pub fn memcmp( |
| 747 | 2026-07-02T10:11:29.117Z | 20847 | | arg1: *const illumos_sys_hdrs::c_void, |
| 748 | 2026-07-02T10:11:29.117Z | 20848 | | arg2: *const illumos_sys_hdrs::c_void, |
| 749 | 2026-07-02T10:11:29.117Z | 20849 | | arg3: illumos_sys_hdrs::c_ulong, |
| 750 | 2026-07-02T10:11:29.117Z | 20850 | | ) -> illumos_sys_hdrs::c_int; |
| 751 | 2026-07-02T10:11:29.118Z | | |_________________________________^ |
| 752 | 2026-07-02T10:11:29.118Z | | |
| 753 | 2026-07-02T10:11:29.118Z | = note: expected `unsafe extern "C" fn(*const core::ffi::c_void, *const core::ffi::c_void, usize) -> i32` |
| 754 | 2026-07-02T10:11:29.118Z | found `unsafe extern "C" fn(*const core::ffi::c_void, *const core::ffi::c_void, u64) -> i32` |
| 755 | 2026-07-02T10:11:29.118Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memcmp")]`, or `#[link_name = "memcmp"]` |
| 756 | 2026-07-02T10:11:29.118Z | = help: allow this lint if the signature is compatible |
| 757 | 2026-07-02T10:11:29.118Z | |
| 758 | 2026-07-02T10:11:35.767Z | warning: `xde` (lib) generated 6 warnings |
| 759 | 2026-07-02T10:11:35.767Z | Finished `dev` profile [optimized + debuginfo] target(s) in 41.81s |
| 760 | 2026-07-02T10:11:35.789Z | Linking xde kmod... |
| 761 | 2026-07-02T10:11:36.944Z | Building xde dev link helper (dev). |
| 762 | 2026-07-02T10:11:37.115Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 763 | 2026-07-02T10:11:37.115Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 764 | 2026-07-02T10:11:37.115Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 765 | 2026-07-02T10:11:47.988Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 766 | 2026-07-02T10:11:50.220Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.24s |
| 767 | 2026-07-02T10:11:50.243Z | |
| 768 | 2026-07-02T10:11:50.248Z | real 3:09.063376345 |
| 769 | 2026-07-02T10:11:50.248Z | user 9:04.987519751 |
| 770 | 2026-07-02T10:11:50.248Z | sys 1:00.201843248 |
| 771 | 2026-07-02T10:11:50.248Z | trap 0.237027213 |
| 772 | 2026-07-02T10:11:50.249Z | tflt 0.782272498 |
| 773 | 2026-07-02T10:11:50.249Z | dflt 1.736564144 |
| 774 | 2026-07-02T10:11:50.249Z | kflt 0.005714953 |
| 775 | 2026-07-02T10:11:50.249Z | lock 34:53.550322514 |
| 776 | 2026-07-02T10:11:50.249Z | slp 21:16.017686388 |
| 777 | 2026-07-02T10:11:50.249Z | lat 21.453347000 |
| 778 | 2026-07-02T10:11:50.249Z | stop 33.050679463 |
| 779 | 2026-07-02T10:11:50.249Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 780 | 2026-07-02T10:11:50.249Z | + grep GOTPCREL |
| 781 | 2026-07-02T10:11:51.694Z | + header 'package opte' |
| 782 | 2026-07-02T10:11:51.694Z | + echo '# ==== package opte ==== #' |
| 783 | 2026-07-02T10:11:51.694Z | # ==== package opte ==== # |
| 784 | 2026-07-02T10:11:51.694Z | + cargo xtask package --skip-build --profile all |
| 785 | 2026-07-02T10:11:51.714Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.14s |
| 786 | 2026-07-02T10:11:51.714Z | Running `target/debug/xtask package --skip-build --profile all` |
| 787 | 2026-07-02T10:11:51.714Z | + ./clean.sh |
| 788 | 2026-07-02T10:11:51.714Z | + mkdir -p proto/kernel/drv/amd64 |
| 789 | 2026-07-02T10:11:51.715Z | + mkdir -p proto/opt/oxide/opte/bin |
| 790 | 2026-07-02T10:11:51.715Z | + mkdir -p proto/usr/lib/devfsadm/linkmod |
| 791 | 2026-07-02T10:11:51.715Z | + cp ../target/release/opteadm proto/opt/oxide/opte/bin/ |
| 792 | 2026-07-02T10:11:51.715Z | + cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64 |
| 793 | 2026-07-02T10:11:51.715Z | + cp ../xde/xde.conf proto/kernel/drv/ |
| 794 | 2026-07-02T10:11:51.715Z | + cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so |
| 795 | 2026-07-02T10:11:51.715Z | + '[' -z ']' |
| 796 | 2026-07-02T10:11:51.715Z | + cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg |
| 797 | 2026-07-02T10:11:51.715Z | + cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg |
| 798 | 2026-07-02T10:11:51.726Z | + INC_DEBUG= |
| 799 | 2026-07-02T10:11:51.726Z | + typeset -ri TAG=0 |
| 800 | 2026-07-02T10:11:51.736Z | ++ ./print-api-version.sh |
| 801 | 2026-07-02T10:11:51.736Z | + API_VSN=41 |
| 802 | 2026-07-02T10:11:51.736Z | + PKG_VERSION=0.41.495-3.0 |
| 803 | 2026-07-02T10:11:51.743Z | + sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.41.495-3.0/g opte.template.p5m |
| 804 | 2026-07-02T10:11:51.743Z | + pkgmogrify -v -D inc_debug= -O opte.base.p5m |
| 805 | 2026-07-02T10:11:52.270Z | + pkgdepend generate -d proto opte.base.p5m |
| 806 | 2026-07-02T10:11:52.613Z | + mkdir -p packages |
| 807 | 2026-07-02T10:11:52.620Z | + pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m |
| 808 | 2026-07-02T10:11:59.548Z | + cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m |
| 809 | 2026-07-02T10:11:59.556Z | + pkgrepo create packages/repo |
| 810 | 2026-07-02T10:11:59.760Z | + pkgrepo add-publisher -s packages/repo helios |
| 811 | 2026-07-02T10:11:59.971Z | + pkgsend publish -d proto -s packages/repo opte.final.p5m |
| 812 | 2026-07-02T10:12:29.252Z | pkg://helios/driver/network/opte@0.41.495,5.11-3.0:20260702T101159Z |
| 813 | 2026-07-02T10:12:29.252Z | PUBLISHED |
| 814 | 2026-07-02T10:12:29.270Z | + pkgrecv -a -d packages/repo/opte-0.41.495-3.0.p5p -s packages/repo -v -m latest '*' |
| 815 | 2026-07-02T10:12:29.400Z | Retrieving packages for publisher helios ... |
| 816 | 2026-07-02T10:12:29.403Z | Retrieving catalog 'helios' ... Done |
| 817 | 2026-07-02T10:12:29.406Z | Retrieving and evaluating 1 package(s)... |
| 818 | 2026-07-02T10:12:29.406Z | Fetching manifests: 1/1 100% complete |
| 819 | 2026-07-02T10:12:29.406Z | Fetching manifests: 1/1 100% complete |
| 820 | 2026-07-02T10:12:29.406Z | |
| 821 | 2026-07-02T10:12:29.407Z | Archiving packages ... |
| 822 | 2026-07-02T10:12:29.407Z | Packages to add: 1 |
| 823 | 2026-07-02T10:12:29.407Z | Files to retrieve: 6 |
| 824 | 2026-07-02T10:12:29.407Z | Estimated transfer size: 37.04 MB |
| 825 | 2026-07-02T10:12:29.407Z | |
| 826 | 2026-07-02T10:12:29.407Z | Packages to archive: |
| 827 | 2026-07-02T10:12:29.407Z | driver/network/opte@0.41.495,5.11-3.0:20260702T101159Z |
| 828 | 2026-07-02T10:12:29.407Z | |
| 829 | 2026-07-02T10:12:29.407Z | Download: 0/6 items 0.0/37.0MB 0% complete |
| 830 | 2026-07-02T10:12:29.473Z | Download: Completed 37.04 MB in 0.07 seconds (543M/s) |
| 831 | 2026-07-02T10:12:29.476Z | Archiving: 1/19 items 0.0/37.1MB 0% complete |
| 832 | 2026-07-02T10:12:29.488Z | Archiving: Completed 37.08 MB in 0.01 seconds |
| 833 | 2026-07-02T10:12:29.530Z | Successfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.495-3.0.p5p. |
| 834 | 2026-07-02T10:12:29.534Z | + banner copy |
| 835 | 2026-07-02T10:12:29.536Z | |
| 836 | 2026-07-02T10:12:29.536Z | #### #### ##### # # |
| 837 | 2026-07-02T10:12:29.536Z | # # # # # # # # |
| 838 | 2026-07-02T10:12:29.536Z | # # # # # # |
| 839 | 2026-07-02T10:12:29.536Z | # # # ##### # |
| 840 | 2026-07-02T10:12:29.536Z | # # # # # # |
| 841 | 2026-07-02T10:12:29.536Z | #### #### # # |
| 842 | 2026-07-02T10:12:29.536Z | |
| 843 | 2026-07-02T10:12:29.536Z | + pfexec mkdir -p /out |
| 844 | 2026-07-02T10:12:29.539Z | + pfexec chown 12345 /out |
| 845 | 2026-07-02T10:12:29.542Z | + PKG_NAME=/out/opte.p5p |
| 846 | 2026-07-02T10:12:29.542Z | + mv pkg/packages/repo/opte-0.41.495-3.0.p5p /out/opte.p5p |
| 847 | 2026-07-02T10:12:29.568Z | + sha256sum /out/opte.p5p |
| 848 | 2026-07-02T10:12:29.593Z | process exited: duration 245444 ms, exit code 0 |
| |
| 849 | 2026-07-02T10:12:29.605Z | found 2 output files |
| 850 | 2026-07-02T10:12:29.605Z | uploading: /out/opte.p5p (38881280 bytes) |
| 851 | 2026-07-02T10:12:30.845Z | uploaded: /out/opte.p5p |
| 852 | 2026-07-02T10:12:30.851Z | uploading: /out/opte.p5p.sha256 (80 bytes) |
| 853 | 2026-07-02T10:12:31.863Z | uploaded: /out/opte.p5p.sha256 |