|
|
|
| 1 | 2026-06-29T04:03:34.445Z | job assigned to worker 01KW8RPJY28224AY96TCX3W2C1 [factory aws, i-0e4132dfed22ade1d] (queued for 51 s) |
| |
| 2 | 2026-06-29T04:03:40.625Z | starting task 0: "setup" |
| 3 | 2026-06-29T04:03:40.629Z | ++ uname -s |
| 4 | 2026-06-29T04:03:40.632Z | + kern=SunOS |
| 5 | 2026-06-29T04:03:40.632Z | + build_user=build |
| 6 | 2026-06-29T04:03:40.632Z | + build_uid=12345 |
| 7 | 2026-06-29T04:03:40.632Z | + work_dir=/work |
| 8 | 2026-06-29T04:03:40.632Z | + input_dir=/input |
| 9 | 2026-06-29T04:03:40.632Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-29T04:03:40.632Z | + case "$kern" in |
| 11 | 2026-06-29T04:03:40.632Z | + groupadd -g 12345 build |
| 12 | 2026-06-29T04:03:40.635Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-29T04:03:42.640Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-29T04:03:42.763Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-29T04:03:42.766Z | + home_fs=zfs |
| 16 | 2026-06-29T04:03:42.766Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-29T04:03:42.766Z | + mkdir -p /home/build |
| 18 | 2026-06-29T04:03:42.766Z | + chown build:build /home/build /work |
| 19 | 2026-06-29T04:03:44.768Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-29T04:03:44.771Z | process exited: duration 4147 ms, exit code 0 |
| |
| 21 | 2026-06-29T04:03:44.778Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-29T04:03:44.782Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-29T04:03:44.782Z | * rust toolchain channel = "1.96.0" |
| 24 | 2026-06-29T04:03:44.782Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-06-29T04:03:44.782Z | * rust toolchain profile = "default" |
| 26 | 2026-06-29T04:03:44.782Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-29T04:03:44.782Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-29T04:03:44.785Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-29T04:03:44.785Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-29T04:03:44.887Z | info: downloading installer |
| 31 | 2026-06-29T04:03:46.631Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-29T04:03:46.631Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-29T04:03:46.631Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-29T04:03:46.631Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-29T04:03:46.643Z | info: profile set to default |
| 36 | 2026-06-29T04:03:46.643Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-29T04:03:46.646Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-29T04:03:46.793Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-29T04:03:46.794Z | info: downloading 6 components |
| 40 | 2026-06-29T04:04:03.494Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 41 | 2026-06-29T04:04:03.494Z | |
| 42 | 2026-06-29T04:04:03.521Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-29T04:04:03.521Z | |
| 44 | 2026-06-29T04:04:03.521Z | |
| 45 | 2026-06-29T04:04:03.522Z | Rust is installed now. Great! |
| 46 | 2026-06-29T04:04:03.522Z | |
| 47 | 2026-06-29T04:04:03.522Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-29T04:04:03.522Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-29T04:04:03.522Z | |
| 50 | 2026-06-29T04:04:03.522Z | To configure your current shell, you need to source |
| 51 | 2026-06-29T04:04:03.522Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-29T04:04:03.522Z | |
| 53 | 2026-06-29T04:04:03.522Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-29T04:04:03.522Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-29T04:04:03.522Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-29T04:04:03.522Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-29T04:04:03.522Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-29T04:04:03.522Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-29T04:04:03.522Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-29T04:04:03.525Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-29T04:04:03.526Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-29T04:04:03.630Z | + rustup --version |
| 63 | 2026-06-29T04:04:03.639Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-29T04:04:03.642Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-29T04:04:03.661Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-29T04:04:03.664Z | + cargo --version |
| 67 | 2026-06-29T04:04:03.677Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-29T04:04:03.680Z | + rustc --version |
| 69 | 2026-06-29T04:04:03.698Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-29T04:04:03.701Z | process exited: duration 18922 ms, exit code 0 |
| |
| 71 | 2026-06-29T04:04:03.708Z | starting task 2: "authentication" |
| 72 | 2026-06-29T04:04:03.725Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-29T04:04:03.731Z | starting task 3: "clone repository" |
| 74 | 2026-06-29T04:04:03.734Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-06-29T04:04:03.738Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-06-29T04:04:03.767Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-06-29T04:04:04.898Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-06-29T04:04:04.898Z | + git fetch origin 82c081243dd488ddb658321919066c3bede18e40 |
| 79 | 2026-06-29T04:04:05.131Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-06-29T04:04:05.131Z | * branch 82c081243dd488ddb658321919066c3bede18e40 -> FETCH_HEAD |
| 81 | 2026-06-29T04:04:05.139Z | + [[ -n renovate/rust-1.x ]] |
| 82 | 2026-06-29T04:04:05.142Z | ++ git branch --show-current |
| 83 | 2026-06-29T04:04:05.142Z | + current=master |
| 84 | 2026-06-29T04:04:05.142Z | + [[ master != renovate/rust-1.x ]] |
| 85 | 2026-06-29T04:04:05.142Z | + git branch -f renovate/rust-1.x 82c081243dd488ddb658321919066c3bede18e40 |
| 86 | 2026-06-29T04:04:05.145Z | + git checkout -f renovate/rust-1.x |
| 87 | 2026-06-29T04:04:05.161Z | Switched to branch 'renovate/rust-1.x' |
| 88 | 2026-06-29T04:04:05.165Z | + git reset --hard 82c081243dd488ddb658321919066c3bede18e40 |
| 89 | 2026-06-29T04:04:05.178Z | HEAD is now at 82c0812 Update Rust to nightly-2026-06-29 |
| 90 | 2026-06-29T04:04:05.182Z | process exited: duration 1447 ms, exit code 0 |
| |
| 91 | 2026-06-29T04:04:05.188Z | starting task 4: "build" |
| 92 | 2026-06-29T04:04:05.191Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-29T04:04:05.195Z | ++ rustup show active-toolchain |
| 94 | 2026-06-29T04:04:05.198Z | 1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-06-29T04:04:05.198Z | ++ pushd xde |
| 96 | 2026-06-29T04:04:05.198Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-06-29T04:04:05.198Z | ++ rustup show active-toolchain |
| 98 | 2026-06-29T04:04:05.203Z | info: syncing channel updates for nightly-2026-06-29-x86_64-unknown-illumos |
| 99 | 2026-06-29T04:04:05.379Z | info: latest update on 2026-06-29 for version 1.98.0-nightly (df6ee909e 2026-06-28) |
| 100 | 2026-06-29T04:04:05.382Z | info: downloading 6 components |
| 101 | 2026-06-29T04:04:19.615Z | nightly-2026-06-29-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-06-29T04:04:19.713Z | +++ rustup show active-toolchain -v |
| 103 | 2026-06-29T04:04:19.716Z | +++ head -n 1 |
| 104 | 2026-06-29T04:04:19.716Z | +++ cut '-d ' -f1 |
| 105 | 2026-06-29T04:04:19.770Z | ++ export NIGHTLY=nightly-2026-06-29-x86_64-unknown-illumos |
| 106 | 2026-06-29T04:04:19.771Z | ++ NIGHTLY=nightly-2026-06-29-x86_64-unknown-illumos |
| 107 | 2026-06-29T04:04:19.771Z | ++ popd |
| 108 | 2026-06-29T04:04:19.773Z | /work/oxidecomputer/opte |
| 109 | 2026-06-29T04:04:19.773Z | + TGT_BASE=/work |
| 110 | 2026-06-29T04:04:19.773Z | + REL_SRC=target/x86_64-unknown-unknown/release-lto |
| 111 | 2026-06-29T04:04:19.774Z | + REL_TGT=/work/release |
| 112 | 2026-06-29T04:04:19.774Z | + mkdir -p /work/release |
| 113 | 2026-06-29T04:04:19.774Z | + cargo --version |
| 114 | 2026-06-29T04:04:19.782Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 115 | 2026-06-29T04:04:19.785Z | + rustc --version |
| 116 | 2026-06-29T04:04:19.804Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 117 | 2026-06-29T04:04:19.807Z | + header 'build xde and opteadm (release+debug)' |
| 118 | 2026-06-29T04:04:19.807Z | + echo '# ==== build xde and opteadm (release+debug) ==== #' |
| 119 | 2026-06-29T04:04:19.807Z | # ==== build xde and opteadm (release+debug) ==== # |
| 120 | 2026-06-29T04:04:19.807Z | + ptime -m cargo xtask build --profile all |
| 121 | 2026-06-29T04:04:19.901Z | Updating crates.io index |
| 122 | 2026-06-29T04:04:19.904Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 123 | 2026-06-29T04:04:20.579Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 124 | 2026-06-29T04:04:20.815Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 125 | 2026-06-29T04:04:21.438Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 126 | 2026-06-29T04:04:21.679Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 127 | 2026-06-29T04:04:21.965Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 128 | 2026-06-29T04:04:22.254Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 129 | 2026-06-29T04:04:24.181Z | Downloading crates ... |
| 130 | 2026-06-29T04:04:24.227Z | Downloaded anstyle-query v1.1.5 |
| 131 | 2026-06-29T04:04:24.230Z | Downloaded anstyle v1.0.14 |
| 132 | 2026-06-29T04:04:24.236Z | Downloaded anstream v1.0.0 |
| 133 | 2026-06-29T04:04:24.239Z | Downloaded anstyle-parse v1.0.0 |
| 134 | 2026-06-29T04:04:24.239Z | Downloaded heck v0.5.0 |
| 135 | 2026-06-29T04:04:24.239Z | Downloaded errno v0.3.14 |
| 136 | 2026-06-29T04:04:24.243Z | Downloaded strsim v0.11.1 |
| 137 | 2026-06-29T04:04:24.245Z | Downloaded serde_spanned v1.1.1 |
| 138 | 2026-06-29T04:04:24.245Z | Downloaded clap_lex v1.1.0 |
| 139 | 2026-06-29T04:04:24.245Z | Downloaded itoa v1.0.18 |
| 140 | 2026-06-29T04:04:24.249Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 141 | 2026-06-29T04:04:24.252Z | Downloaded equivalent v1.0.2 |
| 142 | 2026-06-29T04:04:24.256Z | Downloaded is_terminal_polyfill v1.70.2 |
| 143 | 2026-06-29T04:04:24.259Z | Downloaded colorchoice v1.0.5 |
| 144 | 2026-06-29T04:04:24.271Z | Downloaded terminal_size v0.4.4 |
| 145 | 2026-06-29T04:04:24.274Z | Downloaded utf8parse v0.2.2 |
| 146 | 2026-06-29T04:04:24.274Z | Downloaded cargo-platform v0.3.3 |
| 147 | 2026-06-29T04:04:24.278Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 148 | 2026-06-29T04:04:24.287Z | Downloaded thiserror-impl v2.0.18 |
| 149 | 2026-06-29T04:04:24.290Z | Downloaded thiserror v2.0.18 |
| 150 | 2026-06-29T04:04:24.294Z | Downloaded zmij v1.0.21 |
| 151 | 2026-06-29T04:04:24.297Z | Downloaded cargo_metadata v0.23.1 |
| 152 | 2026-06-29T04:04:24.301Z | Downloaded camino v1.2.3 |
| 153 | 2026-06-29T04:04:24.304Z | Downloaded quote v1.0.46 |
| 154 | 2026-06-29T04:04:24.315Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 155 | 2026-06-29T04:04:24.318Z | Downloaded clap_derive v4.6.1 |
| 156 | 2026-06-29T04:04:24.318Z | Downloaded semver v1.0.28 |
| 157 | 2026-06-29T04:04:24.324Z | Downloaded anyhow v1.0.102 |
| 158 | 2026-06-29T04:04:24.334Z | Downloaded clap v4.6.1 |
| 159 | 2026-06-29T04:04:24.345Z | Downloaded bitflags v2.13.0 |
| 160 | 2026-06-29T04:04:24.347Z | Downloaded unicode-ident v1.0.24 |
| 161 | 2026-06-29T04:04:24.350Z | Downloaded serde_derive v1.0.228 |
| 162 | 2026-06-29T04:04:24.353Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 163 | 2026-06-29T04:04:24.356Z | Downloaded serde_core v1.0.228 |
| 164 | 2026-06-29T04:04:24.361Z | Downloaded proc-macro2 v1.0.106 |
| 165 | 2026-06-29T04:04:24.370Z | Downloaded serde v1.0.228 |
| 166 | 2026-06-29T04:04:24.376Z | Downloaded memchr v2.8.2 |
| 167 | 2026-06-29T04:04:24.381Z | Downloaded indexmap v2.14.0 |
| 168 | 2026-06-29T04:04:24.405Z | Downloaded hashbrown v0.17.1 |
| 169 | 2026-06-29T04:04:24.410Z | Downloaded serde_json v1.0.150 |
| 170 | 2026-06-29T04:04:24.414Z | Downloaded clap_builder v4.6.0 |
| 171 | 2026-06-29T04:04:24.420Z | Downloaded winnow v1.0.3 |
| 172 | 2026-06-29T04:04:24.442Z | Downloaded syn v2.0.118 |
| 173 | 2026-06-29T04:04:24.458Z | Downloaded rustix v1.1.4 |
| 174 | 2026-06-29T04:04:24.486Z | Downloaded libc v0.2.186 |
| 175 | 2026-06-29T04:04:24.534Z | Compiling serde_core v1.0.228 |
| 176 | 2026-06-29T04:04:24.537Z | Compiling proc-macro2 v1.0.106 |
| 177 | 2026-06-29T04:04:24.537Z | Compiling quote v1.0.46 |
| 178 | 2026-06-29T04:04:24.537Z | Compiling unicode-ident v1.0.24 |
| 179 | 2026-06-29T04:04:24.537Z | Compiling libc v0.2.186 |
| 180 | 2026-06-29T04:04:24.537Z | Compiling rustix v1.1.4 |
| 181 | 2026-06-29T04:04:24.537Z | Compiling zmij v1.0.21 |
| 182 | 2026-06-29T04:04:24.537Z | Compiling bitflags v2.13.0 |
| 183 | 2026-06-29T04:04:24.741Z | Compiling utf8parse v0.2.2 |
| 184 | 2026-06-29T04:04:24.843Z | Compiling anstyle-parse v1.0.0 |
| 185 | 2026-06-29T04:04:24.979Z | Compiling thiserror v2.0.18 |
| 186 | 2026-06-29T04:04:24.984Z | Compiling serde v1.0.228 |
| 187 | 2026-06-29T04:04:25.063Z | Compiling anstyle v1.0.14 |
| 188 | 2026-06-29T04:04:25.092Z | Compiling is_terminal_polyfill v1.70.2 |
| 189 | 2026-06-29T04:04:25.148Z | Compiling anstyle-query v1.1.5 |
| 190 | 2026-06-29T04:04:25.172Z | Compiling camino v1.2.3 |
| 191 | 2026-06-29T04:04:25.255Z | Compiling serde_json v1.0.150 |
| 192 | 2026-06-29T04:04:25.289Z | Compiling colorchoice v1.0.5 |
| 193 | 2026-06-29T04:04:25.320Z | Compiling errno v0.3.14 |
| 194 | 2026-06-29T04:04:25.368Z | Compiling anstream v1.0.0 |
| 195 | 2026-06-29T04:04:25.484Z | Compiling anyhow v1.0.102 |
| 196 | 2026-06-29T04:04:25.505Z | Compiling winnow v1.0.3 |
| 197 | 2026-06-29T04:04:25.518Z | Compiling clap_lex v1.1.0 |
| 198 | 2026-06-29T04:04:25.805Z | Compiling itoa v1.0.18 |
| 199 | 2026-06-29T04:04:25.848Z | Compiling heck v0.5.0 |
| 200 | 2026-06-29T04:04:25.891Z | Compiling memchr v2.8.2 |
| 201 | 2026-06-29T04:04:25.908Z | Compiling strsim v0.11.1 |
| 202 | 2026-06-29T04:04:25.918Z | Compiling terminal_size v0.4.4 |
| 203 | 2026-06-29T04:04:26.030Z | Compiling syn v2.0.118 |
| 204 | 2026-06-29T04:04:26.063Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 205 | 2026-06-29T04:04:26.071Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 206 | 2026-06-29T04:04:26.239Z | Compiling clap_builder v4.6.0 |
| 207 | 2026-06-29T04:04:26.887Z | Compiling serde_spanned v1.1.1 |
| 208 | 2026-06-29T04:04:26.971Z | Compiling semver v1.0.28 |
| 209 | 2026-06-29T04:04:27.214Z | Compiling cargo-platform v0.3.3 |
| 210 | 2026-06-29T04:04:27.414Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 211 | 2026-06-29T04:04:27.686Z | Compiling toml v1.1.2+spec-1.1.0 |
| 212 | 2026-06-29T04:04:28.247Z | Compiling serde_derive v1.0.228 |
| 213 | 2026-06-29T04:04:28.339Z | Compiling thiserror-impl v2.0.18 |
| 214 | 2026-06-29T04:04:28.362Z | Compiling clap_derive v4.6.1 |
| 215 | 2026-06-29T04:04:29.937Z | Compiling clap v4.6.1 |
| 216 | 2026-06-29T04:04:31.457Z | Compiling cargo_metadata v0.23.1 |
| 217 | 2026-06-29T04:04:33.871Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
| 218 | 2026-06-29T04:04:35.476Z | Finished `dev` profile [optimized + debuginfo] target(s) in 15.65s |
| 219 | 2026-06-29T04:04:35.552Z | Running `target/debug/xtask build --profile all` |
| 220 | 2026-06-29T04:04:37.018Z | Building opteadm (release). |
| 221 | 2026-06-29T04:04:37.111Z | Compiling proc-macro2 v1.0.106 |
| 222 | 2026-06-29T04:04:37.111Z | Compiling quote v1.0.46 |
| 223 | 2026-06-29T04:04:37.111Z | Compiling unicode-ident v1.0.24 |
| 224 | 2026-06-29T04:04:37.111Z | Compiling serde_core v1.0.228 |
| 225 | 2026-06-29T04:04:37.111Z | Compiling libc v0.2.186 |
| 226 | 2026-06-29T04:04:37.114Z | Compiling cfg-if v1.0.4 |
| 227 | 2026-06-29T04:04:37.114Z | Compiling fnv v1.0.7 |
| 228 | 2026-06-29T04:04:37.114Z | Compiling thiserror v2.0.18 |
| 229 | 2026-06-29T04:04:37.184Z | Compiling memchr v2.8.2 |
| 230 | 2026-06-29T04:04:37.204Z | Compiling strsim v0.11.1 |
| 231 | 2026-06-29T04:04:37.227Z | Compiling ident_case v1.0.1 |
| 232 | 2026-06-29T04:04:37.330Z | Compiling regex-syntax v0.8.11 |
| 233 | 2026-06-29T04:04:37.417Z | Compiling hashbrown v0.17.1 |
| 234 | 2026-06-29T04:04:37.469Z | Compiling either v1.16.0 |
| 235 | 2026-06-29T04:04:37.601Z | Compiling aho-corasick v1.1.4 |
| 236 | 2026-06-29T04:04:37.654Z | Compiling equivalent v1.0.2 |
| 237 | 2026-06-29T04:04:37.717Z | Compiling serde v1.0.228 |
| 238 | 2026-06-29T04:04:37.722Z | Compiling zerocopy v0.8.52 |
| 239 | 2026-06-29T04:04:37.818Z | Compiling winnow v1.0.3 |
| 240 | 2026-06-29T04:04:37.940Z | Compiling anyhow v1.0.102 |
| 241 | 2026-06-29T04:04:38.110Z | Compiling indexmap v2.14.0 |
| 242 | 2026-06-29T04:04:38.217Z | Compiling syn v2.0.118 |
| 243 | 2026-06-29T04:04:38.231Z | Compiling itertools v0.14.0 |
| 244 | 2026-06-29T04:04:38.264Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 245 | 2026-06-29T04:04:38.470Z | Compiling byteorder v1.5.0 |
| 246 | 2026-06-29T04:04:38.652Z | Compiling heapless v0.8.0 |
| 247 | 2026-06-29T04:04:38.706Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 248 | 2026-06-29T04:04:38.817Z | Compiling regex-automata v0.4.14 |
| 249 | 2026-06-29T04:04:38.935Z | Compiling hash32 v0.3.1 |
| 250 | 2026-06-29T04:04:39.063Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 251 | 2026-06-29T04:04:39.089Z | Compiling stable_deref_trait v1.2.1 |
| 252 | 2026-06-29T04:04:39.154Z | Compiling macaddr v1.0.1 |
| 253 | 2026-06-29T04:04:39.244Z | Compiling bitflags v2.13.0 |
| 254 | 2026-06-29T04:04:39.345Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 255 | 2026-06-29T04:04:39.365Z | Compiling syn v1.0.109 |
| 256 | 2026-06-29T04:04:39.433Z | Compiling rustversion v1.0.22 |
| 257 | 2026-06-29T04:04:39.522Z | Compiling smoltcp v0.11.0 |
| 258 | 2026-06-29T04:04:39.668Z | Compiling proc-macro-crate v3.5.0 |
| 259 | 2026-06-29T04:04:39.698Z | Compiling version_check v0.9.5 |
| 260 | 2026-06-29T04:04:39.809Z | Compiling bitflags v1.3.2 |
| 261 | 2026-06-29T04:04:39.854Z | Compiling ref-cast v1.0.25 |
| 262 | 2026-06-29T04:04:39.871Z | Compiling rand_core v0.10.1 |
| 263 | 2026-06-29T04:04:39.959Z | Compiling rustix v1.1.4 |
| 264 | 2026-06-29T04:04:40.023Z | Compiling managed v0.8.0 |
| 265 | 2026-06-29T04:04:40.023Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 266 | 2026-06-29T04:04:40.077Z | Compiling getrandom v0.4.3 |
| 267 | 2026-06-29T04:04:40.081Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 268 | 2026-06-29T04:04:40.289Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 269 | 2026-06-29T04:04:40.335Z | Compiling errno v0.3.14 |
| 270 | 2026-06-29T04:04:40.477Z | Compiling once_cell v1.21.4 |
| 271 | 2026-06-29T04:04:40.684Z | Compiling regex v1.12.4 |
| 272 | 2026-06-29T04:04:40.707Z | Compiling cpufeatures v0.3.0 |
| 273 | 2026-06-29T04:04:40.752Z | Compiling utf8parse v0.2.2 |
| 274 | 2026-06-29T04:04:40.769Z | Compiling ipnetwork v0.21.1 |
| 275 | 2026-06-29T04:04:40.848Z | Compiling foreign-types-shared v0.3.1 |
| 276 | 2026-06-29T04:04:40.928Z | Compiling darling_core v0.21.3 |
| 277 | 2026-06-29T04:04:41.068Z | Compiling unicode-width v0.2.2 |
| 278 | 2026-06-29T04:04:41.140Z | Compiling cstr-argument v0.1.2 |
| 279 | 2026-06-29T04:04:41.243Z | Compiling anstyle-parse v1.0.0 |
| 280 | 2026-06-29T04:04:41.290Z | Compiling tabwriter v1.4.1 |
| 281 | 2026-06-29T04:04:41.361Z | Compiling chacha20 v0.10.0 |
| 282 | 2026-06-29T04:04:41.439Z | Compiling tracing-core v0.1.36 |
| 283 | 2026-06-29T04:04:42.006Z | Compiling is_terminal_polyfill v1.70.2 |
| 284 | 2026-06-29T04:04:42.056Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 285 | 2026-06-29T04:04:42.080Z | Compiling pretty-hex v0.4.2 |
| 286 | 2026-06-29T04:04:42.093Z | Compiling thiserror-impl v2.0.18 |
| 287 | 2026-06-29T04:04:42.205Z | Compiling zerocopy-derive v0.8.52 |
| 288 | 2026-06-29T04:04:42.255Z | Compiling serde_derive v1.0.228 |
| 289 | 2026-06-29T04:04:42.287Z | Compiling ref-cast-impl v1.0.25 |
| 290 | 2026-06-29T04:04:42.287Z | Compiling num_enum_derive v0.7.6 |
| 291 | 2026-06-29T04:04:42.864Z | Compiling foreign-types-macros v0.2.3 |
| 292 | 2026-06-29T04:04:43.025Z | Compiling darling_macro v0.21.3 |
| 293 | 2026-06-29T04:04:43.067Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 294 | 2026-06-29T04:04:43.241Z | Compiling num_enum v0.7.6 |
| 295 | 2026-06-29T04:04:43.348Z | Compiling tracing-attributes v0.1.31 |
| 296 | 2026-06-29T04:04:43.377Z | Compiling cobs v0.3.0 |
| 297 | 2026-06-29T04:04:43.466Z | Compiling foreign-types v0.5.0 |
| 298 | 2026-06-29T04:04:43.533Z | Compiling anstyle-query v1.1.5 |
| 299 | 2026-06-29T04:04:43.541Z | Compiling dyn-clone v1.0.20 |
| 300 | 2026-06-29T04:04:43.552Z | Compiling darling v0.21.3 |
| 301 | 2026-06-29T04:04:43.581Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 302 | 2026-06-29T04:04:43.585Z | Compiling anstyle v1.0.14 |
| 303 | 2026-06-29T04:04:43.616Z | Compiling ingot-macros v0.1.1 |
| 304 | 2026-06-29T04:04:43.620Z | Compiling pin-project-lite v0.2.17 |
| 305 | 2026-06-29T04:04:43.663Z | Compiling colorchoice v1.0.5 |
| 306 | 2026-06-29T04:04:43.697Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 307 | 2026-06-29T04:04:43.763Z | Compiling anstream v1.0.0 |
| 308 | 2026-06-29T04:04:43.809Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 309 | 2026-06-29T04:04:44.035Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 310 | 2026-06-29T04:04:44.140Z | Compiling terminal_size v0.4.4 |
| 311 | 2026-06-29T04:04:44.161Z | Compiling rand v0.10.1 |
| 312 | 2026-06-29T04:04:44.266Z | Compiling uuid v1.23.3 |
| 313 | 2026-06-29T04:04:44.330Z | Compiling socket2 v0.6.4 |
| 314 | 2026-06-29T04:04:44.563Z | Compiling clap_lex v1.1.0 |
| 315 | 2026-06-29T04:04:44.575Z | Compiling tracing v0.1.44 |
| 316 | 2026-06-29T04:04:44.886Z | Compiling oxnet v0.1.6 |
| 317 | 2026-06-29T04:04:44.887Z | Compiling colored v3.1.1 |
| 318 | 2026-06-29T04:04:45.038Z | Compiling heck v0.5.0 |
| 319 | 2026-06-29T04:04:45.176Z | Compiling clap_builder v4.6.0 |
| 320 | 2026-06-29T04:04:45.227Z | Compiling clap_derive v4.6.1 |
| 321 | 2026-06-29T04:04:45.394Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 322 | 2026-06-29T04:04:45.429Z | Compiling postcard v1.1.3 |
| 323 | 2026-06-29T04:04:46.578Z | Compiling ingot-types v0.1.2 |
| 324 | 2026-06-29T04:04:46.960Z | Compiling ingot v0.1.1 |
| 325 | 2026-06-29T04:04:47.038Z | Compiling clap v4.6.1 |
| 326 | 2026-06-29T04:04:48.627Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 327 | 2026-06-29T04:04:49.638Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 328 | 2026-06-29T04:04:50.693Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 329 | 2026-06-29T04:04:57.229Z | Finished `release` profile [optimized + debuginfo] target(s) in 20.20s |
| 330 | 2026-06-29T04:04:57.259Z | Building xde (release-lto). |
| 331 | 2026-06-29T04:04:57.507Z | Updating crates.io index |
| 332 | 2026-06-29T04:04:57.585Z | Downloading crates ... |
| 333 | 2026-06-29T04:04:57.647Z | Downloaded memchr v2.7.6 |
| 334 | 2026-06-29T04:04:57.656Z | Downloaded foldhash v0.2.0 |
| 335 | 2026-06-29T04:04:57.659Z | Downloaded adler2 v2.0.1 |
| 336 | 2026-06-29T04:04:57.662Z | Downloaded rustc-literal-escaper v0.0.8 |
| 337 | 2026-06-29T04:04:57.665Z | Downloaded getopts v0.2.24 |
| 338 | 2026-06-29T04:04:57.671Z | Downloaded rustc-demangle v0.1.27 |
| 339 | 2026-06-29T04:04:57.674Z | Downloaded addr2line v0.25.1 |
| 340 | 2026-06-29T04:04:57.683Z | Downloaded miniz_oxide v0.8.9 |
| 341 | 2026-06-29T04:04:57.736Z | Downloaded gimli v0.32.3 |
| 342 | 2026-06-29T04:04:57.746Z | Downloaded object v0.37.3 |
| 343 | 2026-06-29T04:04:57.782Z | Downloaded libc v0.2.185 |
| 344 | 2026-06-29T04:04:57.838Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-29-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 345 | 2026-06-29T04:04:57.838Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-29-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 346 | 2026-06-29T04:04:57.839Z | Compiling proc-macro2 v1.0.106 |
| 347 | 2026-06-29T04:04:57.839Z | Compiling unicode-ident v1.0.24 |
| 348 | 2026-06-29T04:04:57.839Z | Compiling quote v1.0.46 |
| 349 | 2026-06-29T04:04:57.842Z | Compiling strsim v0.11.1 |
| 350 | 2026-06-29T04:04:57.842Z | Compiling ident_case v1.0.1 |
| 351 | 2026-06-29T04:04:57.861Z | Compiling serde_core v1.0.228 |
| 352 | 2026-06-29T04:04:58.004Z | Compiling fnv v1.0.7 |
| 353 | 2026-06-29T04:04:58.004Z | Compiling memchr v2.8.2 |
| 354 | 2026-06-29T04:04:58.096Z | Compiling regex-syntax v0.8.11 |
| 355 | 2026-06-29T04:04:58.256Z | Compiling serde v1.0.228 |
| 356 | 2026-06-29T04:04:58.263Z | Compiling zerocopy v0.8.52 |
| 357 | 2026-06-29T04:04:58.275Z | Compiling thiserror v2.0.18 |
| 358 | 2026-06-29T04:04:58.387Z | Compiling either v1.16.0 |
| 359 | 2026-06-29T04:04:58.589Z | Compiling aho-corasick v1.1.4 |
| 360 | 2026-06-29T04:04:58.652Z | Compiling itertools v0.14.0 |
| 361 | 2026-06-29T04:04:58.662Z | Compiling heapless v0.8.0 |
| 362 | 2026-06-29T04:04:58.875Z | Compiling smoltcp v0.11.0 |
| 363 | 2026-06-29T04:04:59.018Z | Compiling syn v2.0.118 |
| 364 | 2026-06-29T04:04:59.081Z | Compiling ref-cast v1.0.25 |
| 365 | 2026-06-29T04:04:59.148Z | Compiling crc32fast v1.5.0 |
| 366 | 2026-06-29T04:04:59.321Z | Compiling version_check v0.9.5 |
| 367 | 2026-06-29T04:04:59.633Z | Compiling regex-automata v0.4.14 |
| 368 | 2026-06-29T04:04:59.735Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 369 | 2026-06-29T04:05:01.182Z | Compiling regex v1.12.4 |
| 370 | 2026-06-29T04:05:01.366Z | Compiling darling_core v0.21.3 |
| 371 | 2026-06-29T04:05:01.388Z | Compiling darling_core v0.23.0 |
| 372 | 2026-06-29T04:05:02.341Z | Compiling serde_derive v1.0.228 |
| 373 | 2026-06-29T04:05:02.341Z | Compiling zerocopy-derive v0.8.52 |
| 374 | 2026-06-29T04:05:02.341Z | Compiling thiserror-impl v2.0.18 |
| 375 | 2026-06-29T04:05:02.344Z | Compiling ref-cast-impl v1.0.25 |
| 376 | 2026-06-29T04:05:02.344Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 377 | 2026-06-29T04:05:03.838Z | Compiling darling_macro v0.21.3 |
| 378 | 2026-06-29T04:05:03.987Z | Compiling darling_macro v0.23.0 |
| 379 | 2026-06-29T04:05:04.746Z | Compiling darling v0.21.3 |
| 380 | 2026-06-29T04:05:04.811Z | Compiling ingot-macros v0.1.1 |
| 381 | 2026-06-29T04:05:04.926Z | Compiling darling v0.23.0 |
| 382 | 2026-06-29T04:05:04.991Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 383 | 2026-06-29T04:05:10.439Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-29-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 384 | 2026-06-29T04:05:12.529Z | Compiling byteorder v1.5.0 |
| 385 | 2026-06-29T04:05:12.529Z | Compiling stable_deref_trait v1.2.1 |
| 386 | 2026-06-29T04:05:12.532Z | Compiling macaddr v1.0.1 |
| 387 | 2026-06-29T04:05:12.532Z | Compiling cfg-if v1.0.4 |
| 388 | 2026-06-29T04:05:12.592Z | Compiling bitflags v1.3.2 |
| 389 | 2026-06-29T04:05:12.602Z | Compiling cobs v0.3.0 |
| 390 | 2026-06-29T04:05:12.627Z | Compiling managed v0.8.0 |
| 391 | 2026-06-29T04:05:12.718Z | Compiling hash32 v0.3.1 |
| 392 | 2026-06-29T04:05:12.841Z | Compiling itertools v0.15.0 |
| 393 | 2026-06-29T04:05:12.864Z | Compiling dyn-clone v1.0.20 |
| 394 | 2026-06-29T04:05:12.890Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 395 | 2026-06-29T04:05:14.123Z | Compiling bitflags v2.13.0 |
| 396 | 2026-06-29T04:05:14.123Z | Compiling uuid v1.23.3 |
| 397 | 2026-06-29T04:05:14.267Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 398 | 2026-06-29T04:05:14.593Z | Compiling postcard v1.1.3 |
| 399 | 2026-06-29T04:05:15.419Z | Compiling ingot-types v0.1.2 |
| 400 | 2026-06-29T04:05:15.737Z | Compiling ingot v0.1.1 |
| 401 | 2026-06-29T04:05:17.247Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 402 | 2026-06-29T04:05:21.119Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 403 | 2026-06-29T04:05:29.961Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 404 | 2026-06-29T04:05:31.316Z | warning: suspicious definition of the runtime `strlen` symbol used by the standard library |
| 405 | 2026-06-29T04:05:31.316Z | --> xde/src/ip.rs:9246:5 |
| 406 | 2026-06-29T04:05:31.316Z | | |
| 407 | 2026-06-29T04:05:31.316Z | 9246 | / pub fn strlen( |
| 408 | 2026-06-29T04:05:31.316Z | 9247 | | arg1: *const illumos_sys_hdrs::c_char, |
| 409 | 2026-06-29T04:05:31.316Z | 9248 | | ) -> illumos_sys_hdrs::c_ulong; |
| 410 | 2026-06-29T04:05:31.316Z | | |___________________________________^ |
| 411 | 2026-06-29T04:05:31.316Z | | |
| 412 | 2026-06-29T04:05:31.316Z | = note: expected `unsafe extern "C" fn(*const i8) -> usize` |
| 413 | 2026-06-29T04:05:31.316Z | found `unsafe extern "C" fn(*const i8) -> u64` |
| 414 | 2026-06-29T04:05:31.316Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "strlen")]`, or `#[link_name = "strlen"]` |
| 415 | 2026-06-29T04:05:31.316Z | = help: allow this lint if the signature is compatible |
| 416 | 2026-06-29T04:05:31.316Z | = note: `#[warn(suspicious_runtime_symbol_definitions)]` on by default |
| 417 | 2026-06-29T04:05:31.316Z | |
| 418 | 2026-06-29T04:05:31.341Z | warning: suspicious definition of the runtime `bcmp` symbol used by the standard library |
| 419 | 2026-06-29T04:05:31.341Z | --> xde/src/ip.rs:20144:5 |
| 420 | 2026-06-29T04:05:31.342Z | | |
| 421 | 2026-06-29T04:05:31.342Z | 20144 | / pub fn bcmp( |
| 422 | 2026-06-29T04:05:31.342Z | 20145 | | arg1: *const illumos_sys_hdrs::c_void, |
| 423 | 2026-06-29T04:05:31.342Z | 20146 | | arg2: *const illumos_sys_hdrs::c_void, |
| 424 | 2026-06-29T04:05:31.342Z | 20147 | | arg3: illumos_sys_hdrs::c_ulong, |
| 425 | 2026-06-29T04:05:31.342Z | 20148 | | ) -> illumos_sys_hdrs::c_int; |
| 426 | 2026-06-29T04:05:31.342Z | | |_________________________________^ |
| 427 | 2026-06-29T04:05:31.342Z | | |
| 428 | 2026-06-29T04:05:31.342Z | = note: expected `unsafe extern "C" fn(*const core::ffi::c_void, *const core::ffi::c_void, usize) -> i32` |
| 429 | 2026-06-29T04:05:31.342Z | found `unsafe extern "C" fn(*const core::ffi::c_void, *const core::ffi::c_void, u64) -> i32` |
| 430 | 2026-06-29T04:05:31.342Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "bcmp")]`, or `#[link_name = "bcmp"]` |
| 431 | 2026-06-29T04:05:31.342Z | = help: allow this lint if the signature is compatible |
| 432 | 2026-06-29T04:05:31.342Z | |
| 433 | 2026-06-29T04:05:31.346Z | warning: suspicious definition of the runtime `memset` symbol used by the standard library |
| 434 | 2026-06-29T04:05:31.346Z | --> xde/src/ip.rs:20825:5 |
| 435 | 2026-06-29T04:05:31.346Z | | |
| 436 | 2026-06-29T04:05:31.346Z | 20825 | / pub fn memset( |
| 437 | 2026-06-29T04:05:31.346Z | 20826 | | arg1: *mut illumos_sys_hdrs::c_void, |
| 438 | 2026-06-29T04:05:31.346Z | 20827 | | arg2: illumos_sys_hdrs::c_int, |
| 439 | 2026-06-29T04:05:31.346Z | 20828 | | arg3: illumos_sys_hdrs::c_ulong, |
| 440 | 2026-06-29T04:05:31.346Z | 20829 | | ) -> *mut illumos_sys_hdrs::c_void; |
| 441 | 2026-06-29T04:05:31.346Z | | |_______________________________________^ |
| 442 | 2026-06-29T04:05:31.346Z | | |
| 443 | 2026-06-29T04:05:31.346Z | = note: expected `unsafe extern "C" fn(*mut core::ffi::c_void, i32, usize) -> *mut core::ffi::c_void` |
| 444 | 2026-06-29T04:05:31.346Z | found `unsafe extern "C" fn(*mut core::ffi::c_void, i32, u64) -> *mut core::ffi::c_void` |
| 445 | 2026-06-29T04:05:31.346Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memset")]`, or `#[link_name = "memset"]` |
| 446 | 2026-06-29T04:05:31.346Z | = help: allow this lint if the signature is compatible |
| 447 | 2026-06-29T04:05:31.346Z | |
| 448 | 2026-06-29T04:05:31.346Z | warning: suspicious definition of the runtime `memcpy` symbol used by the standard library |
| 449 | 2026-06-29T04:05:31.347Z | --> xde/src/ip.rs:20832:5 |
| 450 | 2026-06-29T04:05:31.347Z | | |
| 451 | 2026-06-29T04:05:31.347Z | 20832 | / pub fn memcpy( |
| 452 | 2026-06-29T04:05:31.347Z | 20833 | | arg1: *mut illumos_sys_hdrs::c_void, |
| 453 | 2026-06-29T04:05:31.347Z | 20834 | | arg2: *const illumos_sys_hdrs::c_void, |
| 454 | 2026-06-29T04:05:31.347Z | 20835 | | arg3: illumos_sys_hdrs::c_ulong, |
| 455 | 2026-06-29T04:05:31.347Z | 20836 | | ) -> *mut illumos_sys_hdrs::c_void; |
| 456 | 2026-06-29T04:05:31.347Z | | |_______________________________________^ |
| 457 | 2026-06-29T04:05:31.347Z | | |
| 458 | 2026-06-29T04:05:31.347Z | = note: expected `unsafe extern "C" fn(*mut c_void, *const c_void, usize) -> *mut c_void` |
| 459 | 2026-06-29T04:05:31.347Z | found `unsafe extern "C" fn(*mut c_void, *const c_void, u64) -> *mut c_void` |
| 460 | 2026-06-29T04:05:31.347Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memcpy")]`, or `#[link_name = "memcpy"]` |
| 461 | 2026-06-29T04:05:31.347Z | = help: allow this lint if the signature is compatible |
| 462 | 2026-06-29T04:05:31.347Z | = note: the full name for the type has been written to '/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release-lto/deps/xde-3f2e4fe198470585.long-type-8288499226530201054.txt' |
| 463 | 2026-06-29T04:05:31.347Z | = note: consider using `--verbose` to print the full type name to the console |
| 464 | 2026-06-29T04:05:31.347Z | |
| 465 | 2026-06-29T04:05:31.347Z | warning: suspicious definition of the runtime `memmove` symbol used by the standard library |
| 466 | 2026-06-29T04:05:31.347Z | --> xde/src/ip.rs:20839:5 |
| 467 | 2026-06-29T04:05:31.347Z | | |
| 468 | 2026-06-29T04:05:31.347Z | 20839 | / pub fn memmove( |
| 469 | 2026-06-29T04:05:31.347Z | 20840 | | arg1: *mut illumos_sys_hdrs::c_void, |
| 470 | 2026-06-29T04:05:31.347Z | 20841 | | arg2: *const illumos_sys_hdrs::c_void, |
| 471 | 2026-06-29T04:05:31.347Z | 20842 | | arg3: illumos_sys_hdrs::c_ulong, |
| 472 | 2026-06-29T04:05:31.347Z | 20843 | | ) -> *mut illumos_sys_hdrs::c_void; |
| 473 | 2026-06-29T04:05:31.347Z | | |_______________________________________^ |
| 474 | 2026-06-29T04:05:31.347Z | | |
| 475 | 2026-06-29T04:05:31.347Z | = note: expected `unsafe extern "C" fn(*mut c_void, *const c_void, usize) -> *mut c_void` |
| 476 | 2026-06-29T04:05:31.347Z | found `unsafe extern "C" fn(*mut c_void, *const c_void, u64) -> *mut c_void` |
| 477 | 2026-06-29T04:05:31.347Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memmove")]`, or `#[link_name = "memmove"]` |
| 478 | 2026-06-29T04:05:31.347Z | = help: allow this lint if the signature is compatible |
| 479 | 2026-06-29T04:05:31.347Z | = note: the full name for the type has been written to '/work/oxidecomputer/opte/target/x86_64-unknown-unknown/release-lto/deps/xde-3f2e4fe198470585.long-type-8288499226530201054.txt' |
| 480 | 2026-06-29T04:05:31.347Z | = note: consider using `--verbose` to print the full type name to the console |
| 481 | 2026-06-29T04:05:31.347Z | |
| 482 | 2026-06-29T04:05:31.347Z | warning: suspicious definition of the runtime `memcmp` symbol used by the standard library |
| 483 | 2026-06-29T04:05:31.347Z | --> xde/src/ip.rs:20846:5 |
| 484 | 2026-06-29T04:05:31.347Z | | |
| 485 | 2026-06-29T04:05:31.347Z | 20846 | / pub fn memcmp( |
| 486 | 2026-06-29T04:05:31.347Z | 20847 | | arg1: *const illumos_sys_hdrs::c_void, |
| 487 | 2026-06-29T04:05:31.347Z | 20848 | | arg2: *const illumos_sys_hdrs::c_void, |
| 488 | 2026-06-29T04:05:31.347Z | 20849 | | arg3: illumos_sys_hdrs::c_ulong, |
| 489 | 2026-06-29T04:05:31.348Z | 20850 | | ) -> illumos_sys_hdrs::c_int; |
| 490 | 2026-06-29T04:05:31.348Z | | |_________________________________^ |
| 491 | 2026-06-29T04:05:31.348Z | | |
| 492 | 2026-06-29T04:05:31.348Z | = note: expected `unsafe extern "C" fn(*const core::ffi::c_void, *const core::ffi::c_void, usize) -> i32` |
| 493 | 2026-06-29T04:05:31.348Z | found `unsafe extern "C" fn(*const core::ffi::c_void, *const core::ffi::c_void, u64) -> i32` |
| 494 | 2026-06-29T04:05:31.348Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memcmp")]`, or `#[link_name = "memcmp"]` |
| 495 | 2026-06-29T04:05:31.348Z | = help: allow this lint if the signature is compatible |
| 496 | 2026-06-29T04:05:31.348Z | |
| 497 | 2026-06-29T04:05:59.885Z | warning: `xde` (lib) generated 6 warnings |
| 498 | 2026-06-29T04:05:59.888Z | Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 02s |
| 499 | 2026-06-29T04:05:59.918Z | Linking xde kmod... |
| 500 | 2026-06-29T04:06:00.514Z | Building xde dev link helper (release). |
| 501 | 2026-06-29T04:06:00.670Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-29-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 502 | 2026-06-29T04:06:00.670Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-29-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 503 | 2026-06-29T04:06:00.673Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 504 | 2026-06-29T04:06:12.240Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-29-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 505 | 2026-06-29T04:06:14.756Z | Finished `release` profile [optimized + debuginfo] target(s) in 14.21s |
| 506 | 2026-06-29T04:06:14.775Z | Building opteadm (dev). |
| 507 | 2026-06-29T04:06:14.931Z | Compiling serde_core v1.0.228 |
| 508 | 2026-06-29T04:06:14.931Z | Compiling libc v0.2.186 |
| 509 | 2026-06-29T04:06:14.931Z | Compiling cfg-if v1.0.4 |
| 510 | 2026-06-29T04:06:14.935Z | Compiling memchr v2.8.2 |
| 511 | 2026-06-29T04:06:14.935Z | Compiling strsim v0.11.1 |
| 512 | 2026-06-29T04:06:14.935Z | Compiling ident_case v1.0.1 |
| 513 | 2026-06-29T04:06:14.935Z | Compiling fnv v1.0.7 |
| 514 | 2026-06-29T04:06:14.935Z | Compiling syn v2.0.118 |
| 515 | 2026-06-29T04:06:15.006Z | Compiling regex-syntax v0.8.11 |
| 516 | 2026-06-29T04:06:15.028Z | Compiling equivalent v1.0.2 |
| 517 | 2026-06-29T04:06:15.051Z | Compiling serde v1.0.228 |
| 518 | 2026-06-29T04:06:15.099Z | Compiling zerocopy v0.8.52 |
| 519 | 2026-06-29T04:06:15.221Z | Compiling winnow v1.0.3 |
| 520 | 2026-06-29T04:06:15.351Z | Compiling aho-corasick v1.1.4 |
| 521 | 2026-06-29T04:06:15.469Z | Compiling either v1.16.0 |
| 522 | 2026-06-29T04:06:15.513Z | Compiling hashbrown v0.17.1 |
| 523 | 2026-06-29T04:06:15.673Z | Compiling itertools v0.14.0 |
| 524 | 2026-06-29T04:06:15.754Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 525 | 2026-06-29T04:06:15.965Z | Compiling byteorder v1.5.0 |
| 526 | 2026-06-29T04:06:16.047Z | Compiling indexmap v2.14.0 |
| 527 | 2026-06-29T04:06:16.138Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 528 | 2026-06-29T04:06:16.220Z | Compiling heapless v0.8.0 |
| 529 | 2026-06-29T04:06:16.507Z | Compiling regex-automata v0.4.14 |
| 530 | 2026-06-29T04:06:16.648Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 531 | 2026-06-29T04:06:16.714Z | Compiling hash32 v0.3.1 |
| 532 | 2026-06-29T04:06:16.827Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 533 | 2026-06-29T04:06:16.863Z | Compiling rustversion v1.0.22 |
| 534 | 2026-06-29T04:06:16.879Z | Compiling stable_deref_trait v1.2.1 |
| 535 | 2026-06-29T04:06:16.948Z | Compiling bitflags v2.13.0 |
| 536 | 2026-06-29T04:06:17.049Z | Compiling macaddr v1.0.1 |
| 537 | 2026-06-29T04:06:17.061Z | Compiling syn v1.0.109 |
| 538 | 2026-06-29T04:06:17.135Z | Compiling smoltcp v0.11.0 |
| 539 | 2026-06-29T04:06:17.241Z | Compiling proc-macro-crate v3.5.0 |
| 540 | 2026-06-29T04:06:17.400Z | Compiling bitflags v1.3.2 |
| 541 | 2026-06-29T04:06:17.405Z | Compiling rand_core v0.10.1 |
| 542 | 2026-06-29T04:06:17.465Z | Compiling managed v0.8.0 |
| 543 | 2026-06-29T04:06:17.469Z | Compiling darling_core v0.21.3 |
| 544 | 2026-06-29T04:06:17.542Z | Compiling getrandom v0.4.3 |
| 545 | 2026-06-29T04:06:17.552Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 546 | 2026-06-29T04:06:17.650Z | Compiling version_check v0.9.5 |
| 547 | 2026-06-29T04:06:17.688Z | Compiling ref-cast v1.0.25 |
| 548 | 2026-06-29T04:06:17.913Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 549 | 2026-06-29T04:06:18.027Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 550 | 2026-06-29T04:06:18.141Z | Compiling errno v0.3.14 |
| 551 | 2026-06-29T04:06:18.312Z | Compiling regex v1.12.4 |
| 552 | 2026-06-29T04:06:18.356Z | Compiling once_cell v1.21.4 |
| 553 | 2026-06-29T04:06:18.598Z | Compiling foreign-types-shared v0.3.1 |
| 554 | 2026-06-29T04:06:18.680Z | Compiling unicode-width v0.2.2 |
| 555 | 2026-06-29T04:06:18.687Z | Compiling thiserror-impl v2.0.18 |
| 556 | 2026-06-29T04:06:18.699Z | Compiling zerocopy-derive v0.8.52 |
| 557 | 2026-06-29T04:06:18.982Z | Compiling serde_derive v1.0.228 |
| 558 | 2026-06-29T04:06:19.046Z | Compiling num_enum_derive v0.7.6 |
| 559 | 2026-06-29T04:06:19.579Z | Compiling darling_macro v0.21.3 |
| 560 | 2026-06-29T04:06:19.866Z | Compiling ref-cast-impl v1.0.25 |
| 561 | 2026-06-29T04:06:19.894Z | Compiling thiserror v2.0.18 |
| 562 | 2026-06-29T04:06:19.996Z | Compiling cobs v0.3.0 |
| 563 | 2026-06-29T04:06:20.104Z | Compiling foreign-types-macros v0.2.3 |
| 564 | 2026-06-29T04:06:20.140Z | Compiling darling v0.21.3 |
| 565 | 2026-06-29T04:06:20.212Z | Compiling ingot-macros v0.1.1 |
| 566 | 2026-06-29T04:06:20.283Z | Compiling ipnetwork v0.21.1 |
| 567 | 2026-06-29T04:06:20.469Z | Compiling cpufeatures v0.3.0 |
| 568 | 2026-06-29T04:06:20.538Z | Compiling chacha20 v0.10.0 |
| 569 | 2026-06-29T04:06:20.739Z | Compiling foreign-types v0.5.0 |
| 570 | 2026-06-29T04:06:20.825Z | Compiling num_enum v0.7.6 |
| 571 | 2026-06-29T04:06:20.883Z | Compiling cstr-argument v0.1.2 |
| 572 | 2026-06-29T04:06:20.904Z | Compiling tabwriter v1.4.1 |
| 573 | 2026-06-29T04:06:20.933Z | Compiling tracing-attributes v0.1.31 |
| 574 | 2026-06-29T04:06:21.050Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 575 | 2026-06-29T04:06:21.193Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 576 | 2026-06-29T04:06:21.334Z | Compiling tracing-core v0.1.36 |
| 577 | 2026-06-29T04:06:21.621Z | Compiling rustix v1.1.4 |
| 578 | 2026-06-29T04:06:22.139Z | Compiling anyhow v1.0.102 |
| 579 | 2026-06-29T04:06:22.143Z | Compiling postcard v1.1.3 |
| 580 | 2026-06-29T04:06:22.171Z | Compiling pretty-hex v0.4.2 |
| 581 | 2026-06-29T04:06:22.300Z | Compiling pin-project-lite v0.2.17 |
| 582 | 2026-06-29T04:06:22.336Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a) |
| 583 | 2026-06-29T04:06:22.387Z | Compiling dyn-clone v1.0.20 |
| 584 | 2026-06-29T04:06:22.392Z | Compiling tracing v0.1.44 |
| 585 | 2026-06-29T04:06:22.552Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c) |
| 586 | 2026-06-29T04:06:22.556Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 587 | 2026-06-29T04:06:22.639Z | Compiling terminal_size v0.4.4 |
| 588 | 2026-06-29T04:06:22.758Z | Compiling rand v0.10.1 |
| 589 | 2026-06-29T04:06:22.763Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 590 | 2026-06-29T04:06:22.788Z | Compiling uuid v1.23.3 |
| 591 | 2026-06-29T04:06:22.791Z | Compiling socket2 v0.6.4 |
| 592 | 2026-06-29T04:06:22.871Z | Compiling oxnet v0.1.6 |
| 593 | 2026-06-29T04:06:22.920Z | Compiling colored v3.1.1 |
| 594 | 2026-06-29T04:06:23.043Z | Compiling ingot-types v0.1.2 |
| 595 | 2026-06-29T04:06:23.177Z | Compiling clap_builder v4.6.0 |
| 596 | 2026-06-29T04:06:23.348Z | Compiling clap_derive v4.6.1 |
| 597 | 2026-06-29T04:06:23.392Z | Compiling ingot v0.1.1 |
| 598 | 2026-06-29T04:06:23.450Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
| 599 | 2026-06-29T04:06:24.831Z | Compiling clap v4.6.1 |
| 600 | 2026-06-29T04:06:25.233Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 601 | 2026-06-29T04:06:27.579Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 602 | 2026-06-29T04:06:28.740Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
| 603 | 2026-06-29T04:06:33.156Z | Finished `dev` profile [optimized + debuginfo] target(s) in 18.37s |
| 604 | 2026-06-29T04:06:33.185Z | Building xde (dev). |
| 605 | 2026-06-29T04:06:33.409Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-29-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 606 | 2026-06-29T04:06:33.410Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-29-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 607 | 2026-06-29T04:06:33.410Z | Compiling proc-macro2 v1.0.106 |
| 608 | 2026-06-29T04:06:33.410Z | Compiling quote v1.0.46 |
| 609 | 2026-06-29T04:06:33.410Z | Compiling unicode-ident v1.0.24 |
| 610 | 2026-06-29T04:06:33.413Z | Compiling strsim v0.11.1 |
| 611 | 2026-06-29T04:06:33.413Z | Compiling ident_case v1.0.1 |
| 612 | 2026-06-29T04:06:33.413Z | Compiling serde_core v1.0.228 |
| 613 | 2026-06-29T04:06:33.531Z | Compiling memchr v2.8.2 |
| 614 | 2026-06-29T04:06:33.534Z | Compiling fnv v1.0.7 |
| 615 | 2026-06-29T04:06:33.615Z | Compiling regex-syntax v0.8.11 |
| 616 | 2026-06-29T04:06:33.793Z | Compiling thiserror v2.0.18 |
| 617 | 2026-06-29T04:06:33.801Z | Compiling zerocopy v0.8.52 |
| 618 | 2026-06-29T04:06:33.809Z | Compiling serde v1.0.228 |
| 619 | 2026-06-29T04:06:33.929Z | Compiling aho-corasick v1.1.4 |
| 620 | 2026-06-29T04:06:34.194Z | Compiling either v1.16.0 |
| 621 | 2026-06-29T04:06:34.229Z | Compiling heapless v0.8.0 |
| 622 | 2026-06-29T04:06:34.387Z | Compiling itertools v0.14.0 |
| 623 | 2026-06-29T04:06:34.452Z | Compiling smoltcp v0.11.0 |
| 624 | 2026-06-29T04:06:34.608Z | Compiling syn v2.0.118 |
| 625 | 2026-06-29T04:06:34.652Z | Compiling ref-cast v1.0.25 |
| 626 | 2026-06-29T04:06:34.744Z | Compiling crc32fast v1.5.0 |
| 627 | 2026-06-29T04:06:34.914Z | Compiling version_check v0.9.5 |
| 628 | 2026-06-29T04:06:35.096Z | Compiling regex-automata v0.4.14 |
| 629 | 2026-06-29T04:06:35.281Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 630 | 2026-06-29T04:06:36.659Z | Compiling regex v1.12.4 |
| 631 | 2026-06-29T04:06:36.956Z | Compiling darling_core v0.21.3 |
| 632 | 2026-06-29T04:06:36.956Z | Compiling darling_core v0.23.0 |
| 633 | 2026-06-29T04:06:37.811Z | Compiling serde_derive v1.0.228 |
| 634 | 2026-06-29T04:06:37.811Z | Compiling thiserror-impl v2.0.18 |
| 635 | 2026-06-29T04:06:37.811Z | Compiling zerocopy-derive v0.8.52 |
| 636 | 2026-06-29T04:06:37.814Z | Compiling ref-cast-impl v1.0.25 |
| 637 | 2026-06-29T04:06:37.814Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 638 | 2026-06-29T04:06:39.541Z | Compiling darling_macro v0.23.0 |
| 639 | 2026-06-29T04:06:39.718Z | Compiling darling_macro v0.21.3 |
| 640 | 2026-06-29T04:06:40.448Z | Compiling darling v0.23.0 |
| 641 | 2026-06-29T04:06:40.514Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 642 | 2026-06-29T04:06:40.614Z | Compiling darling v0.21.3 |
| 643 | 2026-06-29T04:06:40.678Z | Compiling ingot-macros v0.1.1 |
| 644 | 2026-06-29T04:06:45.483Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-29-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 645 | 2026-06-29T04:06:47.222Z | Compiling byteorder v1.5.0 |
| 646 | 2026-06-29T04:06:47.222Z | Compiling macaddr v1.0.1 |
| 647 | 2026-06-29T04:06:47.226Z | Compiling stable_deref_trait v1.2.1 |
| 648 | 2026-06-29T04:06:47.226Z | Compiling cfg-if v1.0.4 |
| 649 | 2026-06-29T04:06:47.286Z | Compiling managed v0.8.0 |
| 650 | 2026-06-29T04:06:47.292Z | Compiling cobs v0.3.0 |
| 651 | 2026-06-29T04:06:47.331Z | Compiling bitflags v1.3.2 |
| 652 | 2026-06-29T04:06:47.400Z | Compiling hash32 v0.3.1 |
| 653 | 2026-06-29T04:06:47.556Z | Compiling itertools v0.15.0 |
| 654 | 2026-06-29T04:06:47.587Z | Compiling dyn-clone v1.0.20 |
| 655 | 2026-06-29T04:06:47.664Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 656 | 2026-06-29T04:06:48.756Z | Compiling bitflags v2.13.0 |
| 657 | 2026-06-29T04:06:48.756Z | Compiling uuid v1.23.3 |
| 658 | 2026-06-29T04:06:48.891Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 659 | 2026-06-29T04:06:49.169Z | Compiling postcard v1.1.3 |
| 660 | 2026-06-29T04:06:50.024Z | Compiling ingot-types v0.1.2 |
| 661 | 2026-06-29T04:06:50.306Z | Compiling ingot v0.1.1 |
| 662 | 2026-06-29T04:06:51.721Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 663 | 2026-06-29T04:06:56.091Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 664 | 2026-06-29T04:07:06.587Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
| 665 | 2026-06-29T04:07:08.388Z | warning: suspicious definition of the runtime `strlen` symbol used by the standard library |
| 666 | 2026-06-29T04:07:08.388Z | --> xde/src/ip.rs:9246:5 |
| 667 | 2026-06-29T04:07:08.389Z | | |
| 668 | 2026-06-29T04:07:08.389Z | 9246 | / pub fn strlen( |
| 669 | 2026-06-29T04:07:08.389Z | 9247 | | arg1: *const illumos_sys_hdrs::c_char, |
| 670 | 2026-06-29T04:07:08.389Z | 9248 | | ) -> illumos_sys_hdrs::c_ulong; |
| 671 | 2026-06-29T04:07:08.389Z | | |___________________________________^ |
| 672 | 2026-06-29T04:07:08.389Z | | |
| 673 | 2026-06-29T04:07:08.389Z | = note: expected `unsafe extern "C" fn(*const i8) -> usize` |
| 674 | 2026-06-29T04:07:08.389Z | found `unsafe extern "C" fn(*const i8) -> u64` |
| 675 | 2026-06-29T04:07:08.389Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "strlen")]`, or `#[link_name = "strlen"]` |
| 676 | 2026-06-29T04:07:08.389Z | = help: allow this lint if the signature is compatible |
| 677 | 2026-06-29T04:07:08.389Z | = note: `#[warn(suspicious_runtime_symbol_definitions)]` on by default |
| 678 | 2026-06-29T04:07:08.389Z | |
| 679 | 2026-06-29T04:07:08.430Z | warning: suspicious definition of the runtime `bcmp` symbol used by the standard library |
| 680 | 2026-06-29T04:07:08.430Z | --> xde/src/ip.rs:20144:5 |
| 681 | 2026-06-29T04:07:08.430Z | | |
| 682 | 2026-06-29T04:07:08.430Z | 20144 | / pub fn bcmp( |
| 683 | 2026-06-29T04:07:08.430Z | 20145 | | arg1: *const illumos_sys_hdrs::c_void, |
| 684 | 2026-06-29T04:07:08.430Z | 20146 | | arg2: *const illumos_sys_hdrs::c_void, |
| 685 | 2026-06-29T04:07:08.430Z | 20147 | | arg3: illumos_sys_hdrs::c_ulong, |
| 686 | 2026-06-29T04:07:08.430Z | 20148 | | ) -> illumos_sys_hdrs::c_int; |
| 687 | 2026-06-29T04:07:08.430Z | | |_________________________________^ |
| 688 | 2026-06-29T04:07:08.430Z | | |
| 689 | 2026-06-29T04:07:08.430Z | = note: expected `unsafe extern "C" fn(*const core::ffi::c_void, *const core::ffi::c_void, usize) -> i32` |
| 690 | 2026-06-29T04:07:08.430Z | found `unsafe extern "C" fn(*const core::ffi::c_void, *const core::ffi::c_void, u64) -> i32` |
| 691 | 2026-06-29T04:07:08.430Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "bcmp")]`, or `#[link_name = "bcmp"]` |
| 692 | 2026-06-29T04:07:08.430Z | = help: allow this lint if the signature is compatible |
| 693 | 2026-06-29T04:07:08.430Z | |
| 694 | 2026-06-29T04:07:08.434Z | warning: suspicious definition of the runtime `memset` symbol used by the standard library |
| 695 | 2026-06-29T04:07:08.434Z | --> xde/src/ip.rs:20825:5 |
| 696 | 2026-06-29T04:07:08.434Z | | |
| 697 | 2026-06-29T04:07:08.434Z | 20825 | / pub fn memset( |
| 698 | 2026-06-29T04:07:08.434Z | 20826 | | arg1: *mut illumos_sys_hdrs::c_void, |
| 699 | 2026-06-29T04:07:08.435Z | 20827 | | arg2: illumos_sys_hdrs::c_int, |
| 700 | 2026-06-29T04:07:08.435Z | 20828 | | arg3: illumos_sys_hdrs::c_ulong, |
| 701 | 2026-06-29T04:07:08.435Z | 20829 | | ) -> *mut illumos_sys_hdrs::c_void; |
| 702 | 2026-06-29T04:07:08.435Z | | |_______________________________________^ |
| 703 | 2026-06-29T04:07:08.435Z | | |
| 704 | 2026-06-29T04:07:08.435Z | = note: expected `unsafe extern "C" fn(*mut core::ffi::c_void, i32, usize) -> *mut core::ffi::c_void` |
| 705 | 2026-06-29T04:07:08.435Z | found `unsafe extern "C" fn(*mut core::ffi::c_void, i32, u64) -> *mut core::ffi::c_void` |
| 706 | 2026-06-29T04:07:08.435Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memset")]`, or `#[link_name = "memset"]` |
| 707 | 2026-06-29T04:07:08.435Z | = help: allow this lint if the signature is compatible |
| 708 | 2026-06-29T04:07:08.435Z | |
| 709 | 2026-06-29T04:07:08.435Z | warning: suspicious definition of the runtime `memcpy` symbol used by the standard library |
| 710 | 2026-06-29T04:07:08.435Z | --> xde/src/ip.rs:20832:5 |
| 711 | 2026-06-29T04:07:08.435Z | | |
| 712 | 2026-06-29T04:07:08.435Z | 20832 | / pub fn memcpy( |
| 713 | 2026-06-29T04:07:08.435Z | 20833 | | arg1: *mut illumos_sys_hdrs::c_void, |
| 714 | 2026-06-29T04:07:08.435Z | 20834 | | arg2: *const illumos_sys_hdrs::c_void, |
| 715 | 2026-06-29T04:07:08.435Z | 20835 | | arg3: illumos_sys_hdrs::c_ulong, |
| 716 | 2026-06-29T04:07:08.435Z | 20836 | | ) -> *mut illumos_sys_hdrs::c_void; |
| 717 | 2026-06-29T04:07:08.435Z | | |_______________________________________^ |
| 718 | 2026-06-29T04:07:08.435Z | | |
| 719 | 2026-06-29T04:07:08.435Z | = note: expected `unsafe extern "C" fn(*mut c_void, *const c_void, usize) -> *mut c_void` |
| 720 | 2026-06-29T04:07:08.435Z | found `unsafe extern "C" fn(*mut c_void, *const c_void, u64) -> *mut c_void` |
| 721 | 2026-06-29T04:07:08.435Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memcpy")]`, or `#[link_name = "memcpy"]` |
| 722 | 2026-06-29T04:07:08.435Z | = help: allow this lint if the signature is compatible |
| 723 | 2026-06-29T04:07:08.435Z | = note: the full name for the type has been written to '/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/xde-d66f4e8a07142412.long-type-17985951819799831587.txt' |
| 724 | 2026-06-29T04:07:08.435Z | = note: consider using `--verbose` to print the full type name to the console |
| 725 | 2026-06-29T04:07:08.435Z | |
| 726 | 2026-06-29T04:07:08.435Z | warning: suspicious definition of the runtime `memmove` symbol used by the standard library |
| 727 | 2026-06-29T04:07:08.435Z | --> xde/src/ip.rs:20839:5 |
| 728 | 2026-06-29T04:07:08.435Z | | |
| 729 | 2026-06-29T04:07:08.435Z | 20839 | / pub fn memmove( |
| 730 | 2026-06-29T04:07:08.435Z | 20840 | | arg1: *mut illumos_sys_hdrs::c_void, |
| 731 | 2026-06-29T04:07:08.435Z | 20841 | | arg2: *const illumos_sys_hdrs::c_void, |
| 732 | 2026-06-29T04:07:08.435Z | 20842 | | arg3: illumos_sys_hdrs::c_ulong, |
| 733 | 2026-06-29T04:07:08.435Z | 20843 | | ) -> *mut illumos_sys_hdrs::c_void; |
| 734 | 2026-06-29T04:07:08.435Z | | |_______________________________________^ |
| 735 | 2026-06-29T04:07:08.435Z | | |
| 736 | 2026-06-29T04:07:08.435Z | = note: expected `unsafe extern "C" fn(*mut c_void, *const c_void, usize) -> *mut c_void` |
| 737 | 2026-06-29T04:07:08.436Z | found `unsafe extern "C" fn(*mut c_void, *const c_void, u64) -> *mut c_void` |
| 738 | 2026-06-29T04:07:08.436Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memmove")]`, or `#[link_name = "memmove"]` |
| 739 | 2026-06-29T04:07:08.436Z | = help: allow this lint if the signature is compatible |
| 740 | 2026-06-29T04:07:08.436Z | = note: the full name for the type has been written to '/work/oxidecomputer/opte/target/x86_64-unknown-unknown/debug/deps/xde-d66f4e8a07142412.long-type-17985951819799831587.txt' |
| 741 | 2026-06-29T04:07:08.436Z | = note: consider using `--verbose` to print the full type name to the console |
| 742 | 2026-06-29T04:07:08.436Z | |
| 743 | 2026-06-29T04:07:08.436Z | warning: suspicious definition of the runtime `memcmp` symbol used by the standard library |
| 744 | 2026-06-29T04:07:08.436Z | --> xde/src/ip.rs:20846:5 |
| 745 | 2026-06-29T04:07:08.436Z | | |
| 746 | 2026-06-29T04:07:08.436Z | 20846 | / pub fn memcmp( |
| 747 | 2026-06-29T04:07:08.436Z | 20847 | | arg1: *const illumos_sys_hdrs::c_void, |
| 748 | 2026-06-29T04:07:08.436Z | 20848 | | arg2: *const illumos_sys_hdrs::c_void, |
| 749 | 2026-06-29T04:07:08.436Z | 20849 | | arg3: illumos_sys_hdrs::c_ulong, |
| 750 | 2026-06-29T04:07:08.436Z | 20850 | | ) -> illumos_sys_hdrs::c_int; |
| 751 | 2026-06-29T04:07:08.436Z | | |_________________________________^ |
| 752 | 2026-06-29T04:07:08.436Z | | |
| 753 | 2026-06-29T04:07:08.436Z | = note: expected `unsafe extern "C" fn(*const core::ffi::c_void, *const core::ffi::c_void, usize) -> i32` |
| 754 | 2026-06-29T04:07:08.436Z | found `unsafe extern "C" fn(*const core::ffi::c_void, *const core::ffi::c_void, u64) -> i32` |
| 755 | 2026-06-29T04:07:08.436Z | = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memcmp")]`, or `#[link_name = "memcmp"]` |
| 756 | 2026-06-29T04:07:08.436Z | = help: allow this lint if the signature is compatible |
| 757 | 2026-06-29T04:07:08.436Z | |
| 758 | 2026-06-29T04:07:15.148Z | warning: `xde` (lib) generated 6 warnings |
| 759 | 2026-06-29T04:07:15.151Z | Finished `dev` profile [optimized + debuginfo] target(s) in 41.93s |
| 760 | 2026-06-29T04:07:15.171Z | Linking xde kmod... |
| 761 | 2026-06-29T04:07:16.371Z | Building xde dev link helper (dev). |
| 762 | 2026-06-29T04:07:16.529Z | Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-29-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 763 | 2026-06-29T04:07:16.529Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-29-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 764 | 2026-06-29T04:07:16.529Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
| 765 | 2026-06-29T04:07:27.506Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-29-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 766 | 2026-06-29T04:07:29.762Z | Finished `dev` profile [optimized + debuginfo] target(s) in 13.36s |
| 767 | 2026-06-29T04:07:29.784Z | |
| 768 | 2026-06-29T04:07:29.787Z | real 3:09.973448269 |
| 769 | 2026-06-29T04:07:29.787Z | user 9:05.507025650 |
| 770 | 2026-06-29T04:07:29.787Z | sys 58.681028319 |
| 771 | 2026-06-29T04:07:29.787Z | trap 0.242924186 |
| 772 | 2026-06-29T04:07:29.787Z | tflt 0.947616197 |
| 773 | 2026-06-29T04:07:29.787Z | dflt 1.437121587 |
| 774 | 2026-06-29T04:07:29.787Z | kflt 0.007454744 |
| 775 | 2026-06-29T04:07:29.787Z | lock 34:57.397646639 |
| 776 | 2026-06-29T04:07:29.787Z | slp 21:10.113437162 |
| 777 | 2026-06-29T04:07:29.787Z | lat 22.131467590 |
| 778 | 2026-06-29T04:07:29.787Z | stop 34.694581989 |
| 779 | 2026-06-29T04:07:29.787Z | + elfdump target/x86_64-unknown-unknown/release-lto/xde |
| 780 | 2026-06-29T04:07:29.787Z | + grep GOTPCREL |
| 781 | 2026-06-29T04:07:30.729Z | + header 'package opte' |
| 782 | 2026-06-29T04:07:30.729Z | + echo '# ==== package opte ==== #' |
| 783 | 2026-06-29T04:07:30.732Z | # ==== package opte ==== # |
| 784 | 2026-06-29T04:07:30.732Z | + cargo xtask package --skip-build --profile all |
| 785 | 2026-06-29T04:07:30.869Z | Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s |
| 786 | 2026-06-29T04:07:30.873Z | Running `target/debug/xtask package --skip-build --profile all` |
| 787 | 2026-06-29T04:07:31.073Z | + ./clean.sh |
| 788 | 2026-06-29T04:07:31.080Z | + mkdir -p proto/kernel/drv/amd64 |
| 789 | 2026-06-29T04:07:31.083Z | + mkdir -p proto/opt/oxide/opte/bin |
| 790 | 2026-06-29T04:07:31.083Z | + mkdir -p proto/usr/lib/devfsadm/linkmod |
| 791 | 2026-06-29T04:07:31.086Z | + cp ../target/release/opteadm proto/opt/oxide/opte/bin/ |
| 792 | 2026-06-29T04:07:31.101Z | + cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64 |
| 793 | 2026-06-29T04:07:31.133Z | + cp ../xde/xde.conf proto/kernel/drv/ |
| 794 | 2026-06-29T04:07:31.136Z | + cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so |
| 795 | 2026-06-29T04:07:31.136Z | + '[' -z ']' |
| 796 | 2026-06-29T04:07:31.136Z | + cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg |
| 797 | 2026-06-29T04:07:31.159Z | + cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg |
| 798 | 2026-06-29T04:07:31.233Z | + INC_DEBUG= |
| 799 | 2026-06-29T04:07:31.233Z | + typeset -ri TAG=0 |
| 800 | 2026-06-29T04:07:31.236Z | ++ ./print-api-version.sh |
| 801 | 2026-06-29T04:07:31.239Z | + API_VSN=41 |
| 802 | 2026-06-29T04:07:31.239Z | + PKG_VERSION=0.41.490-3.0 |
| 803 | 2026-06-29T04:07:31.242Z | + sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.41.490-3.0/g opte.template.p5m |
| 804 | 2026-06-29T04:07:31.242Z | + pkgmogrify -v -D inc_debug= -O opte.base.p5m |
| 805 | 2026-06-29T04:07:31.778Z | + pkgdepend generate -d proto opte.base.p5m |
| 806 | 2026-06-29T04:07:32.121Z | + mkdir -p packages |
| 807 | 2026-06-29T04:07:32.125Z | + pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m |
| 808 | 2026-06-29T04:07:39.157Z | + cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m |
| 809 | 2026-06-29T04:07:39.160Z | + pkgrepo create packages/repo |
| 810 | 2026-06-29T04:07:39.370Z | + pkgrepo add-publisher -s packages/repo helios |
| 811 | 2026-06-29T04:07:39.576Z | + pkgsend publish -d proto -s packages/repo opte.final.p5m |
| 812 | 2026-06-29T04:08:08.798Z | pkg://helios/driver/network/opte@0.41.490,5.11-3.0:20260629T040738Z |
| 813 | 2026-06-29T04:08:08.798Z | PUBLISHED |
| 814 | 2026-06-29T04:08:08.835Z | + pkgrecv -a -d packages/repo/opte-0.41.490-3.0.p5p -s packages/repo -v -m latest '*' |
| 815 | 2026-06-29T04:08:09.014Z | Retrieving packages for publisher helios ... |
| 816 | 2026-06-29T04:08:09.020Z | Retrieving catalog 'helios' ... Done |
| 817 | 2026-06-29T04:08:09.020Z | Retrieving and evaluating 1 package(s)... |
| 818 | 2026-06-29T04:08:09.020Z | Fetching manifests: 1/1 100% complete |
| 819 | 2026-06-29T04:08:09.020Z | Fetching manifests: 1/1 100% complete |
| 820 | 2026-06-29T04:08:09.020Z | |
| 821 | 2026-06-29T04:08:09.020Z | Archiving packages ... |
| 822 | 2026-06-29T04:08:09.020Z | Packages to add: 1 |
| 823 | 2026-06-29T04:08:09.020Z | Files to retrieve: 6 |
| 824 | 2026-06-29T04:08:09.020Z | Estimated transfer size: 37.10 MB |
| 825 | 2026-06-29T04:08:09.021Z | |
| 826 | 2026-06-29T04:08:09.021Z | Packages to archive: |
| 827 | 2026-06-29T04:08:09.021Z | driver/network/opte@0.41.490,5.11-3.0:20260629T040738Z |
| 828 | 2026-06-29T04:08:09.021Z | |
| 829 | 2026-06-29T04:08:09.021Z | Download: 0/6 items 0.0/37.1MB 0% complete |
| 830 | 2026-06-29T04:08:09.087Z | Download: Completed 37.10 MB in 0.07 seconds (543M/s) |
| 831 | 2026-06-29T04:08:09.091Z | Archiving: 1/20 items 0.0/37.1MB 0% complete |
| 832 | 2026-06-29T04:08:09.104Z | Archiving: Completed 37.14 MB in 0.02 seconds |
| 833 | 2026-06-29T04:08:09.149Z | Successfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.490-3.0.p5p. |
| 834 | 2026-06-29T04:08:09.232Z | + banner copy |
| 835 | 2026-06-29T04:08:09.232Z | |
| 836 | 2026-06-29T04:08:09.232Z | #### #### ##### # # |
| 837 | 2026-06-29T04:08:09.232Z | # # # # # # # # |
| 838 | 2026-06-29T04:08:09.232Z | # # # # # # |
| 839 | 2026-06-29T04:08:09.232Z | # # # ##### # |
| 840 | 2026-06-29T04:08:09.232Z | # # # # # # |
| 841 | 2026-06-29T04:08:09.232Z | #### #### # # |
| 842 | 2026-06-29T04:08:09.232Z | |
| 843 | 2026-06-29T04:08:09.232Z | + pfexec mkdir -p /out |
| 844 | 2026-06-29T04:08:09.232Z | + pfexec chown 12345 /out |
| 845 | 2026-06-29T04:08:09.232Z | + PKG_NAME=/out/opte.p5p |
| 846 | 2026-06-29T04:08:09.232Z | + mv pkg/packages/repo/opte-0.41.490-3.0.p5p /out/opte.p5p |
| 847 | 2026-06-29T04:08:09.232Z | + sha256sum /out/opte.p5p |
| 848 | 2026-06-29T04:08:09.233Z | process exited: duration 244018 ms, exit code 0 |
| |
| 849 | 2026-06-29T04:08:09.245Z | found 2 output files |
| 850 | 2026-06-29T04:08:09.245Z | uploading: /out/opte.p5p (38952960 bytes) |
| 851 | 2026-06-29T04:08:10.495Z | uploaded: /out/opte.p5p |
| 852 | 2026-06-29T04:08:10.495Z | uploading: /out/opte.p5p.sha256 (80 bytes) |
| 853 | 2026-06-29T04:08:11.552Z | uploaded: /out/opte.p5p.sha256 |