|
|
|
| 1 | 2026-06-03T11:49:59.955Z | job assigned to worker 01KT6N1RHRVH5JCQJ5X5FX0VR2 [factory aws, i-0856defe47184d353] (queued for 58 s) |
| |
| 2 | 2026-06-03T11:50:07.008Z | starting task 0: "setup" |
| 3 | 2026-06-03T11:50:07.012Z | ++ uname -s |
| 4 | 2026-06-03T11:50:07.015Z | + kern=SunOS |
| 5 | 2026-06-03T11:50:07.015Z | + build_user=build |
| 6 | 2026-06-03T11:50:07.015Z | + build_uid=12345 |
| 7 | 2026-06-03T11:50:07.015Z | + work_dir=/work |
| 8 | 2026-06-03T11:50:07.015Z | + input_dir=/input |
| 9 | 2026-06-03T11:50:07.015Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-03T11:50:07.015Z | + case "$kern" in |
| 11 | 2026-06-03T11:50:07.015Z | + groupadd -g 12345 build |
| 12 | 2026-06-03T11:50:07.018Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-03T11:50:09.023Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-03T11:50:09.151Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-03T11:50:09.154Z | + home_fs=zfs |
| 16 | 2026-06-03T11:50:09.154Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-03T11:50:09.155Z | + mkdir -p /home/build |
| 18 | 2026-06-03T11:50:09.155Z | + chown build:build /home/build /work |
| 19 | 2026-06-03T11:50:11.156Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-03T11:50:11.159Z | process exited: duration 4152 ms, exit code 0 |
| |
| 21 | 2026-06-03T11:50:11.165Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-03T11:50:11.170Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-06-03T11:50:11.170Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-03T11:50:11.170Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-06-03T11:50:11.170Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-06-03T11:50:11.170Z | * rust toolchain channel = "stable" |
| 27 | 2026-06-03T11:50:11.170Z | * rust toolchain profile = "default" |
| 28 | 2026-06-03T11:50:11.173Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-03T11:50:11.173Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-06-03T11:50:11.295Z | info: downloading installer |
| 31 | 2026-06-03T11:50:12.620Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-06-03T11:50:12.620Z | warn: /opt/ooce/bin |
| 33 | 2026-06-03T11:50:12.620Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-06-03T11:50:12.620Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-06-03T11:50:12.620Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-06-03T11:50:12.620Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-06-03T11:50:12.620Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-06-03T11:50:12.620Z | error: cannot install while Rust is installed |
| 39 | 2026-06-03T11:50:12.620Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-06-03T11:50:12.620Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-06-03T11:50:12.620Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-06-03T11:50:12.620Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-06-03T11:50:12.620Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-06-03T11:50:12.634Z | info: profile set to default |
| 45 | 2026-06-03T11:50:12.634Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-06-03T11:50:12.637Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-06-03T11:50:12.762Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 48 | 2026-06-03T11:50:12.765Z | info: downloading 6 components |
| 49 | 2026-06-03T11:50:28.670Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 50 | 2026-06-03T11:50:28.670Z | |
| 51 | 2026-06-03T11:50:28.710Z | stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 52 | 2026-06-03T11:50:28.710Z | |
| 53 | 2026-06-03T11:50:28.710Z | |
| 54 | 2026-06-03T11:50:28.710Z | Rust is installed now. Great! |
| 55 | 2026-06-03T11:50:28.710Z | |
| 56 | 2026-06-03T11:50:28.710Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-06-03T11:50:28.710Z | environment variable. This has not been done automatically. |
| 58 | 2026-06-03T11:50:28.710Z | |
| 59 | 2026-06-03T11:50:28.710Z | To configure your current shell, you need to source |
| 60 | 2026-06-03T11:50:28.711Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-06-03T11:50:28.711Z | |
| 62 | 2026-06-03T11:50:28.711Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-06-03T11:50:28.711Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-06-03T11:50:28.711Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-06-03T11:50:28.711Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-06-03T11:50:28.711Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-06-03T11:50:28.711Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-06-03T11:50:28.711Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-06-03T11:50:28.714Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-06-03T11:50:28.714Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-06-03T11:50:28.807Z | + rustup --version |
| 72 | 2026-06-03T11:50:28.815Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-06-03T11:50:28.818Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-06-03T11:50:28.837Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 75 | 2026-06-03T11:50:28.840Z | + cargo --version |
| 76 | 2026-06-03T11:50:28.853Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 77 | 2026-06-03T11:50:28.856Z | + rustc --version |
| 78 | 2026-06-03T11:50:28.874Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 79 | 2026-06-03T11:50:28.877Z | process exited: duration 17708 ms, exit code 0 |
| |
| 80 | 2026-06-03T11:50:28.883Z | starting task 2: "authentication" |
| 81 | 2026-06-03T11:50:28.899Z | process exited: duration 15 ms, exit code 0 |
| |
| 82 | 2026-06-03T11:50:28.904Z | starting task 3: "clone repository" |
| 83 | 2026-06-03T11:50:28.907Z | + mkdir -p /work/oxidecomputer/dlpi-sys |
| 84 | 2026-06-03T11:50:28.910Z | + git clone https://github.com/oxidecomputer/dlpi-sys /work/oxidecomputer/dlpi-sys |
| 85 | 2026-06-03T11:50:28.949Z | Cloning into '/work/oxidecomputer/dlpi-sys'... |
| 86 | 2026-06-03T11:50:29.493Z | + cd /work/oxidecomputer/dlpi-sys |
| 87 | 2026-06-03T11:50:29.493Z | + git fetch origin 954bdc677667c8010ec3e90e5f2c892e5daac165 |
| 88 | 2026-06-03T11:50:29.734Z | From https://github.com/oxidecomputer/dlpi-sys |
| 89 | 2026-06-03T11:50:29.734Z | * branch 954bdc677667c8010ec3e90e5f2c892e5daac165 -> FETCH_HEAD |
| 90 | 2026-06-03T11:50:29.738Z | + [[ -n renovate/actions-checkout-digest ]] |
| 91 | 2026-06-03T11:50:29.741Z | ++ git branch --show-current |
| 92 | 2026-06-03T11:50:29.741Z | + current=main |
| 93 | 2026-06-03T11:50:29.741Z | + [[ main != renovate/actions-checkout-digest ]] |
| 94 | 2026-06-03T11:50:29.741Z | + git branch -f renovate/actions-checkout-digest 954bdc677667c8010ec3e90e5f2c892e5daac165 |
| 95 | 2026-06-03T11:50:29.744Z | + git checkout -f renovate/actions-checkout-digest |
| 96 | 2026-06-03T11:50:29.746Z | Switched to branch 'renovate/actions-checkout-digest' |
| 97 | 2026-06-03T11:50:29.749Z | + git reset --hard 954bdc677667c8010ec3e90e5f2c892e5daac165 |
| 98 | 2026-06-03T11:50:29.752Z | HEAD is now at 954bdc6 Update actions/checkout digest to df4cb1c |
| 99 | 2026-06-03T11:50:29.752Z | process exited: duration 845 ms, exit code 0 |
| |
| 100 | 2026-06-03T11:50:29.757Z | starting task 4: "build" |
| 101 | 2026-06-03T11:50:29.761Z | + cargo --version |
| 102 | 2026-06-03T11:50:29.769Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 103 | 2026-06-03T11:50:29.772Z | + rustc --version |
| 104 | 2026-06-03T11:50:29.790Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 105 | 2026-06-03T11:50:29.793Z | + banner build |
| 106 | 2026-06-03T11:50:29.796Z | |
| 107 | 2026-06-03T11:50:29.796Z | ##### # # # # ##### |
| 108 | 2026-06-03T11:50:29.796Z | # # # # # # # # |
| 109 | 2026-06-03T11:50:29.796Z | ##### # # # # # # |
| 110 | 2026-06-03T11:50:29.796Z | # # # # # # # # |
| 111 | 2026-06-03T11:50:29.796Z | # # # # # # # # |
| 112 | 2026-06-03T11:50:29.796Z | ##### #### # ###### ##### |
| 113 | 2026-06-03T11:50:29.796Z | |
| 114 | 2026-06-03T11:50:29.796Z | + ptime -m cargo build |
| 115 | 2026-06-03T11:50:29.822Z | warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` |
| 116 | 2026-06-03T11:50:29.822Z | | |
| 117 | 2026-06-03T11:50:29.822Z | = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest |
| 118 | 2026-06-03T11:50:29.822Z | = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest |
| 119 | 2026-06-03T11:50:29.822Z | = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions |
| 120 | 2026-06-03T11:50:29.872Z | Updating crates.io index |
| 121 | 2026-06-03T11:50:30.286Z | Locking 41 packages to latest compatible versions |
| 122 | 2026-06-03T11:50:30.291Z | Downloading crates ... |
| 123 | 2026-06-03T11:50:30.350Z | Downloaded lock_api v0.4.14 |
| 124 | 2026-06-03T11:50:30.353Z | Downloaded parking_lot v0.12.5 |
| 125 | 2026-06-03T11:50:30.361Z | Downloaded proc-macro-crate v3.5.0 |
| 126 | 2026-06-03T11:50:30.363Z | Downloaded cfg-if v1.0.4 |
| 127 | 2026-06-03T11:50:30.363Z | Downloaded scopeguard v1.2.0 |
| 128 | 2026-06-03T11:50:30.369Z | Downloaded tokio-macros v2.7.0 |
| 129 | 2026-06-03T11:50:30.372Z | Downloaded equivalent v1.0.2 |
| 130 | 2026-06-03T11:50:30.378Z | Downloaded pretty-hex v0.4.2 |
| 131 | 2026-06-03T11:50:30.392Z | Downloaded errno v0.3.14 |
| 132 | 2026-06-03T11:50:30.395Z | Downloaded thiserror v2.0.18 |
| 133 | 2026-06-03T11:50:30.397Z | Downloaded smallvec v1.15.1 |
| 134 | 2026-06-03T11:50:30.397Z | Downloaded signal-hook-registry v1.4.8 |
| 135 | 2026-06-03T11:50:30.400Z | Downloaded num_enum v0.7.6 |
| 136 | 2026-06-03T11:50:30.402Z | Downloaded thiserror-impl v2.0.18 |
| 137 | 2026-06-03T11:50:30.402Z | Downloaded rustversion v1.0.22 |
| 138 | 2026-06-03T11:50:30.405Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 139 | 2026-06-03T11:50:30.408Z | Downloaded num_enum_derive v0.7.6 |
| 140 | 2026-06-03T11:50:30.411Z | Downloaded pin-project-lite v0.2.17 |
| 141 | 2026-06-03T11:50:30.425Z | Downloaded quote v1.0.45 |
| 142 | 2026-06-03T11:50:30.429Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 143 | 2026-06-03T11:50:30.432Z | Downloaded parking_lot_core v0.9.12 |
| 144 | 2026-06-03T11:50:30.439Z | Downloaded serde_core v1.0.228 |
| 145 | 2026-06-03T11:50:30.442Z | Downloaded socket2 v0.6.4 |
| 146 | 2026-06-03T11:50:30.448Z | Downloaded unicode-ident v1.0.24 |
| 147 | 2026-06-03T11:50:30.454Z | Downloaded proc-macro2 v1.0.106 |
| 148 | 2026-06-03T11:50:30.458Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 149 | 2026-06-03T11:50:30.465Z | Downloaded bytes v1.11.1 |
| 150 | 2026-06-03T11:50:30.473Z | Downloaded memchr v2.8.1 |
| 151 | 2026-06-03T11:50:30.476Z | Downloaded mio v1.2.1 |
| 152 | 2026-06-03T11:50:30.479Z | Downloaded indexmap v2.14.0 |
| 153 | 2026-06-03T11:50:30.490Z | Downloaded hashbrown v0.17.1 |
| 154 | 2026-06-03T11:50:30.503Z | Downloaded winnow v1.0.3 |
| 155 | 2026-06-03T11:50:30.522Z | Downloaded syn v2.0.117 |
| 156 | 2026-06-03T11:50:30.606Z | Downloaded libc v0.2.186 |
| 157 | 2026-06-03T11:50:30.624Z | Downloaded tokio v1.52.3 |
| 158 | 2026-06-03T11:50:30.676Z | Compiling proc-macro2 v1.0.106 |
| 159 | 2026-06-03T11:50:30.676Z | Compiling quote v1.0.45 |
| 160 | 2026-06-03T11:50:30.676Z | Compiling libc v0.2.186 |
| 161 | 2026-06-03T11:50:30.676Z | Compiling unicode-ident v1.0.24 |
| 162 | 2026-06-03T11:50:30.679Z | Compiling winnow v1.0.3 |
| 163 | 2026-06-03T11:50:30.679Z | Compiling equivalent v1.0.2 |
| 164 | 2026-06-03T11:50:30.679Z | Compiling hashbrown v0.17.1 |
| 165 | 2026-06-03T11:50:30.679Z | Compiling parking_lot_core v0.9.12 |
| 166 | 2026-06-03T11:50:30.773Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 167 | 2026-06-03T11:50:30.804Z | Compiling cfg-if v1.0.4 |
| 168 | 2026-06-03T11:50:30.856Z | Compiling smallvec v1.15.1 |
| 169 | 2026-06-03T11:50:30.980Z | Compiling rustversion v1.0.22 |
| 170 | 2026-06-03T11:50:31.021Z | Compiling scopeguard v1.2.0 |
| 171 | 2026-06-03T11:50:31.026Z | Compiling libdlpi-sys v0.1.0 (/work/oxidecomputer/dlpi-sys/libdlpi-sys) |
| 172 | 2026-06-03T11:50:31.059Z | Compiling thiserror v2.0.18 |
| 173 | 2026-06-03T11:50:31.100Z | Compiling lock_api v0.4.14 |
| 174 | 2026-06-03T11:50:31.223Z | Compiling indexmap v2.14.0 |
| 175 | 2026-06-03T11:50:31.232Z | Compiling bytes v1.11.1 |
| 176 | 2026-06-03T11:50:31.307Z | Compiling pin-project-lite v0.2.17 |
| 177 | 2026-06-03T11:50:31.374Z | Compiling errno v0.3.14 |
| 178 | 2026-06-03T11:50:31.512Z | Compiling parking_lot v0.12.5 |
| 179 | 2026-06-03T11:50:31.559Z | Compiling signal-hook-registry v1.4.8 |
| 180 | 2026-06-03T11:50:31.704Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 181 | 2026-06-03T11:50:31.807Z | Compiling syn v2.0.117 |
| 182 | 2026-06-03T11:50:31.859Z | Compiling mio v1.2.1 |
| 183 | 2026-06-03T11:50:31.894Z | Compiling socket2 v0.6.4 |
| 184 | 2026-06-03T11:50:31.940Z | Compiling pretty-hex v0.4.2 |
| 185 | 2026-06-03T11:50:32.132Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 186 | 2026-06-03T11:50:32.587Z | Compiling proc-macro-crate v3.5.0 |
| 187 | 2026-06-03T11:50:34.078Z | Compiling num_enum_derive v0.7.6 |
| 188 | 2026-06-03T11:50:34.078Z | Compiling thiserror-impl v2.0.18 |
| 189 | 2026-06-03T11:50:34.078Z | Compiling tokio-macros v2.7.0 |
| 190 | 2026-06-03T11:50:34.629Z | Compiling tokio v1.52.3 |
| 191 | 2026-06-03T11:50:34.807Z | Compiling num_enum v0.7.6 |
| 192 | 2026-06-03T11:50:37.550Z | Compiling dlpi v0.2.0 (/work/oxidecomputer/dlpi-sys/dlpi) |
| 193 | 2026-06-03T11:50:38.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.52s |
| 194 | 2026-06-03T11:50:38.365Z | |
| 195 | 2026-06-03T11:50:38.368Z | real 8.558855640 |
| 196 | 2026-06-03T11:50:38.368Z | user 18.576768744 |
| 197 | 2026-06-03T11:50:38.368Z | sys 3.942561073 |
| 198 | 2026-06-03T11:50:38.368Z | trap 0.009583299 |
| 199 | 2026-06-03T11:50:38.368Z | tflt 0.080016769 |
| 200 | 2026-06-03T11:50:38.368Z | dflt 0.243629486 |
| 201 | 2026-06-03T11:50:38.368Z | kflt 0.003386858 |
| 202 | 2026-06-03T11:50:38.368Z | lock 1:08.104949163 |
| 203 | 2026-06-03T11:50:38.368Z | slp 46.898000669 |
| 204 | 2026-06-03T11:50:38.368Z | lat 1.122549696 |
| 205 | 2026-06-03T11:50:38.368Z | stop 1.868747764 |
| 206 | 2026-06-03T11:50:38.368Z | + cargo fmt -- --check |
| 207 | 2026-06-03T11:50:38.430Z | + cargo clippy |
| 208 | 2026-06-03T11:50:38.491Z | warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` |
| 209 | 2026-06-03T11:50:38.491Z | | |
| 210 | 2026-06-03T11:50:38.491Z | = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest |
| 211 | 2026-06-03T11:50:38.491Z | = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest |
| 212 | 2026-06-03T11:50:38.491Z | = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions |
| 213 | 2026-06-03T11:50:38.566Z | Checking cfg-if v1.0.4 |
| 214 | 2026-06-03T11:50:38.566Z | Checking libc v0.2.186 |
| 215 | 2026-06-03T11:50:38.569Z | Checking smallvec v1.15.1 |
| 216 | 2026-06-03T11:50:38.569Z | Checking scopeguard v1.2.0 |
| 217 | 2026-06-03T11:50:38.569Z | Compiling libdlpi-sys v0.1.0 (/work/oxidecomputer/dlpi-sys/libdlpi-sys) |
| 218 | 2026-06-03T11:50:38.569Z | Checking bytes v1.11.1 |
| 219 | 2026-06-03T11:50:38.569Z | Checking pin-project-lite v0.2.17 |
| 220 | 2026-06-03T11:50:38.574Z | Checking thiserror v2.0.18 |
| 221 | 2026-06-03T11:50:38.612Z | Checking num_enum v0.7.6 |
| 222 | 2026-06-03T11:50:38.637Z | Checking lock_api v0.4.14 |
| 223 | 2026-06-03T11:50:38.637Z | Checking pretty-hex v0.4.2 |
| 224 | 2026-06-03T11:50:38.810Z | warning: empty line after doc comment |
| 225 | 2026-06-03T11:50:38.810Z | --> libdlpi-sys/src/lib.rs:8:1 |
| 226 | 2026-06-03T11:50:38.810Z | | |
| 227 | 2026-06-03T11:50:38.810Z | 8 | / /// DLPI Flags |
| 228 | 2026-06-03T11:50:38.810Z | 9 | | |
| 229 | 2026-06-03T11:50:38.810Z | | |_^ |
| 230 | 2026-06-03T11:50:38.810Z | 10 | /// Exclusive open. |
| 231 | 2026-06-03T11:50:38.810Z | 11 | pub const DLPI_EXCL: c_uint = 0x0001; |
| 232 | 2026-06-03T11:50:38.810Z | | ------------------- the comment documents this constant item |
| 233 | 2026-06-03T11:50:38.810Z | | |
| 234 | 2026-06-03T11:50:38.810Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.96.0/index.html#empty_line_after_doc_comments |
| 235 | 2026-06-03T11:50:38.810Z | = note: `#[warn(clippy::empty_line_after_doc_comments)]` on by default |
| 236 | 2026-06-03T11:50:38.810Z | = help: if the empty line is unintentional, remove it |
| 237 | 2026-06-03T11:50:38.810Z | help: if the documentation should include the empty line include it in the comment |
| 238 | 2026-06-03T11:50:38.810Z | | |
| 239 | 2026-06-03T11:50:38.810Z | 9 | /// |
| 240 | 2026-06-03T11:50:38.810Z | | |
| 241 | 2026-06-03T11:50:38.810Z | |
| 242 | 2026-06-03T11:50:38.824Z | Checking errno v0.3.14 |
| 243 | 2026-06-03T11:50:38.827Z | Checking parking_lot_core v0.9.12 |
| 244 | 2026-06-03T11:50:38.827Z | Checking socket2 v0.6.4 |
| 245 | 2026-06-03T11:50:38.827Z | Checking mio v1.2.1 |
| 246 | 2026-06-03T11:50:38.857Z | warning: `libdlpi-sys` (lib) generated 1 warning |
| 247 | 2026-06-03T11:50:38.909Z | Checking signal-hook-registry v1.4.8 |
| 248 | 2026-06-03T11:50:38.973Z | Checking parking_lot v0.12.5 |
| 249 | 2026-06-03T11:50:39.108Z | Checking tokio v1.52.3 |
| 250 | 2026-06-03T11:50:41.582Z | Checking dlpi v0.2.0 (/work/oxidecomputer/dlpi-sys/dlpi) |
| 251 | 2026-06-03T11:50:41.647Z | warning: empty line after doc comment |
| 252 | 2026-06-03T11:50:41.647Z | --> dlpi/src/lib.rs:220:1 |
| 253 | 2026-06-03T11:50:41.647Z | | |
| 254 | 2026-06-03T11:50:41.648Z | 220 | / /// **`src` must be at least [`sys::DLPI_PHYSADDR_MAX`] in length**. |
| 255 | 2026-06-03T11:50:41.648Z | 221 | | /*pub fn recv_async<'a>( |
| 256 | 2026-06-03T11:50:41.648Z | 222 | | h: DlpiHandle, |
| 257 | 2026-06-03T11:50:41.648Z | 223 | | src: &'a mut [u8], |
| 258 | 2026-06-03T11:50:41.648Z | ... | |
| 259 | 2026-06-03T11:50:41.648Z | 229 | | */ |
| 260 | 2026-06-03T11:50:41.648Z | 230 | | |
| 261 | 2026-06-03T11:50:41.648Z | | |_^ |
| 262 | 2026-06-03T11:50:41.648Z | 231 | #[cfg(feature = "async")] |
| 263 | 2026-06-03T11:50:41.648Z | 232 | pub async fn recv_async<'a>( |
| 264 | 2026-06-03T11:50:41.648Z | | ----------------------- the comment documents this function |
| 265 | 2026-06-03T11:50:41.648Z | | |
| 266 | 2026-06-03T11:50:41.648Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.96.0/index.html#empty_line_after_doc_comments |
| 267 | 2026-06-03T11:50:41.648Z | = note: `#[warn(clippy::empty_line_after_doc_comments)]` on by default |
| 268 | 2026-06-03T11:50:41.648Z | = help: if the empty line is unintentional, remove it |
| 269 | 2026-06-03T11:50:41.648Z | help: if the doc comment should not document function `recv_async` then comment it out |
| 270 | 2026-06-03T11:50:41.648Z | | |
| 271 | 2026-06-03T11:50:41.648Z | 217 ~ // /// An `async` version of [`recv`]. Calling `await` on result yields same |
| 272 | 2026-06-03T11:50:41.648Z | 218 ~ // /// result as [`recv`]. |
| 273 | 2026-06-03T11:50:41.652Z | 219 ~ // /// |
| 274 | 2026-06-03T11:50:41.652Z | 220 ~ // /// **`src` must be at least [`sys::DLPI_PHYSADDR_MAX`] in length**. |
| 275 | 2026-06-03T11:50:41.652Z | | |
| 276 | 2026-06-03T11:50:41.652Z | |
| 277 | 2026-06-03T11:50:41.708Z | warning: this can be `std::io::Error::other(_)` |
| 278 | 2026-06-03T11:50:41.708Z | --> dlpi/src/lib.rs:369:19 |
| 279 | 2026-06-03T11:50:41.708Z | | |
| 280 | 2026-06-03T11:50:41.708Z | 369 | Ok(rc) => Error::new(ErrorKind::Other, rc), |
| 281 | 2026-06-03T11:50:41.708Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 282 | 2026-06-03T11:50:41.708Z | | |
| 283 | 2026-06-03T11:50:41.708Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.96.0/index.html#io_other_error |
| 284 | 2026-06-03T11:50:41.708Z | = note: `#[warn(clippy::io_other_error)]` on by default |
| 285 | 2026-06-03T11:50:41.708Z | help: use `std::io::Error::other` |
| 286 | 2026-06-03T11:50:41.708Z | | |
| 287 | 2026-06-03T11:50:41.708Z | 369 - Ok(rc) => Error::new(ErrorKind::Other, rc), |
| 288 | 2026-06-03T11:50:41.708Z | 369 + Ok(rc) => Error::other(rc), |
| 289 | 2026-06-03T11:50:41.708Z | | |
| 290 | 2026-06-03T11:50:41.708Z | |
| 291 | 2026-06-03T11:50:41.733Z | warning: `dlpi` (lib) generated 2 warnings (run `cargo clippy --fix --lib -p dlpi -- ` to apply 1 suggestion) |
| 292 | 2026-06-03T11:50:41.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s |
| 293 | 2026-06-03T11:50:41.747Z | + banner test |
| 294 | 2026-06-03T11:50:41.750Z | |
| 295 | 2026-06-03T11:50:41.750Z | ##### ###### #### ##### |
| 296 | 2026-06-03T11:50:41.750Z | # # # # |
| 297 | 2026-06-03T11:50:41.750Z | # ##### #### # |
| 298 | 2026-06-03T11:50:41.750Z | # # # # |
| 299 | 2026-06-03T11:50:41.750Z | # # # # # |
| 300 | 2026-06-03T11:50:41.750Z | # ###### #### # |
| 301 | 2026-06-03T11:50:41.750Z | |
| 302 | 2026-06-03T11:50:41.750Z | + ./run_tests.sh |
| 303 | 2026-06-03T11:50:41.771Z | warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` |
| 304 | 2026-06-03T11:50:41.771Z | | |
| 305 | 2026-06-03T11:50:41.771Z | = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest |
| 306 | 2026-06-03T11:50:41.772Z | = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest |
| 307 | 2026-06-03T11:50:41.772Z | = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions |
| 308 | 2026-06-03T11:50:41.850Z | Compiling libdlpi-sys v0.1.0 (/work/oxidecomputer/dlpi-sys/libdlpi-sys) |
| 309 | 2026-06-03T11:50:41.850Z | Compiling dlpi v0.2.0 (/work/oxidecomputer/dlpi-sys/dlpi) |
| 310 | 2026-06-03T11:50:42.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 311 | 2026-06-03T11:50:42.630Z | found 2 test binaries |
| 312 | 2026-06-03T11:50:42.640Z | EXEC: /work/oxidecomputer/dlpi-sys/target/debug/deps/libdlpi_sys-93b247d066850b97 |
| 313 | 2026-06-03T11:50:42.643Z | |
| 314 | 2026-06-03T11:50:42.643Z | running 0 tests |
| 315 | 2026-06-03T11:50:42.643Z | |
| 316 | 2026-06-03T11:50:42.643Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 317 | 2026-06-03T11:50:42.643Z | |
| 318 | 2026-06-03T11:50:42.643Z | EXEC: /work/oxidecomputer/dlpi-sys/target/debug/deps/dlpi-257319d4cff85999 |
| 319 | 2026-06-03T11:50:42.646Z | |
| 320 | 2026-06-03T11:50:42.646Z | running 1 test |
| 321 | 2026-06-03T11:50:42.649Z | |
| 322 | 2026-06-03T11:50:42.649Z | 0000: 64 6f 20 79 6f 75 20 6b do you k |
| 323 | 2026-06-03T11:50:42.649Z | 0008: 6e 6f 77 20 74 68 65 20 now the |
| 324 | 2026-06-03T11:50:42.649Z | 0010: 6d 75 66 66 69 6e 20 6d muffin m |
| 325 | 2026-06-03T11:50:42.649Z | 0018: 61 6e 3f 00 00 00 00 00 an?..... |
| 326 | 2026-06-03T11:50:42.649Z | 0020: 00 00 00 00 00 00 00 00 ........ |
| 327 | 2026-06-03T11:50:42.649Z | 0028: 00 00 00 00 00 00 ...... |
| 328 | 2026-06-03T11:50:42.649Z | |
| 329 | 2026-06-03T11:50:42.649Z | test test::test_loopback_send_recv ... ok |
| 330 | 2026-06-03T11:50:42.649Z | |
| 331 | 2026-06-03T11:50:42.649Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 332 | 2026-06-03T11:50:42.649Z | |
| 333 | 2026-06-03T11:50:42.654Z | process exited: duration 12894 ms, exit code 0 |
| |
| 334 | 2026-06-03T11:50:42.660Z | found 0 output files |