|
|
|
| 1 | 2026-04-23T03:27:06.073Z | job assigned to worker 01KPW5ZQPS4JMDMHG6DRWV7XZD [factory aws, i-06512211712e1714b] (queued for 49 s) |
| |
| 2 | 2026-04-23T03:27:12.696Z | starting task 0: "setup" |
| 3 | 2026-04-23T03:27:12.701Z | ++ uname -s |
| 4 | 2026-04-23T03:27:12.704Z | + kern=SunOS |
| 5 | 2026-04-23T03:27:12.704Z | + build_user=build |
| 6 | 2026-04-23T03:27:12.704Z | + build_uid=12345 |
| 7 | 2026-04-23T03:27:12.704Z | + work_dir=/work |
| 8 | 2026-04-23T03:27:12.704Z | + input_dir=/input |
| 9 | 2026-04-23T03:27:12.704Z | + [[ 0 == 12345 ]] |
| 10 | 2026-04-23T03:27:12.704Z | + case "$kern" in |
| 11 | 2026-04-23T03:27:12.704Z | + groupadd -g 12345 build |
| 12 | 2026-04-23T03:27:12.707Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-04-23T03:27:14.711Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-04-23T03:27:14.840Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-04-23T03:27:14.843Z | + home_fs=zfs |
| 16 | 2026-04-23T03:27:14.843Z | + [[ zfs == autofs ]] |
| 17 | 2026-04-23T03:27:14.843Z | + mkdir -p /home/build |
| 18 | 2026-04-23T03:27:14.843Z | + chown build:build /home/build /work |
| 19 | 2026-04-23T03:27:16.845Z | + chmod 0700 /home/build /work |
| 20 | 2026-04-23T03:27:16.848Z | process exited: duration 4152 ms, exit code 0 |
| |
| 21 | 2026-04-23T03:27:16.854Z | starting task 1: "rust-toolchain" |
| 22 | 2026-04-23T03:27:16.858Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-04-23T03:27:16.859Z | * rust toolchain channel = "stable" |
| 24 | 2026-04-23T03:27:16.859Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-04-23T03:27:16.859Z | * rust toolchain profile = "default" |
| 26 | 2026-04-23T03:27:16.859Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-04-23T03:27:16.859Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-04-23T03:27:16.861Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-04-23T03:27:16.861Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-04-23T03:27:16.988Z | info: downloading installer |
| 31 | 2026-04-23T03:27:18.260Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-04-23T03:27:18.260Z | warn: /opt/ooce/bin |
| 33 | 2026-04-23T03:27:18.260Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-04-23T03:27:18.260Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-04-23T03:27:18.260Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-04-23T03:27:18.260Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-04-23T03:27:18.260Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-04-23T03:27:18.260Z | error: cannot install while Rust is installed |
| 39 | 2026-04-23T03:27:18.260Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-04-23T03:27:18.260Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-04-23T03:27:18.260Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-04-23T03:27:18.260Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-04-23T03:27:18.260Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-04-23T03:27:18.274Z | info: profile set to default |
| 45 | 2026-04-23T03:27:18.274Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-04-23T03:27:18.277Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-04-23T03:27:18.405Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 48 | 2026-04-23T03:27:18.408Z | info: downloading 6 components |
| 49 | 2026-04-23T03:27:32.717Z | |
| 50 | 2026-04-23T03:27:32.717Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 51 | 2026-04-23T03:27:32.751Z | stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 52 | 2026-04-23T03:27:32.751Z | |
| 53 | 2026-04-23T03:27:32.751Z | |
| 54 | 2026-04-23T03:27:32.751Z | Rust is installed now. Great! |
| 55 | 2026-04-23T03:27:32.751Z | |
| 56 | 2026-04-23T03:27:32.751Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-04-23T03:27:32.751Z | environment variable. This has not been done automatically. |
| 58 | 2026-04-23T03:27:32.751Z | |
| 59 | 2026-04-23T03:27:32.751Z | To configure your current shell, you need to source |
| 60 | 2026-04-23T03:27:32.751Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-04-23T03:27:32.751Z | |
| 62 | 2026-04-23T03:27:32.754Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-04-23T03:27:32.754Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-04-23T03:27:32.754Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-04-23T03:27:32.754Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-04-23T03:27:32.754Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-04-23T03:27:32.754Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-04-23T03:27:32.754Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-04-23T03:27:32.755Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-04-23T03:27:32.755Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-04-23T03:27:32.837Z | + rustup --version |
| 72 | 2026-04-23T03:27:32.845Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-04-23T03:27:32.848Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-04-23T03:27:32.866Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 75 | 2026-04-23T03:27:32.869Z | + cargo --version |
| 76 | 2026-04-23T03:27:32.883Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 77 | 2026-04-23T03:27:32.886Z | + rustc --version |
| 78 | 2026-04-23T03:27:32.904Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 79 | 2026-04-23T03:27:32.907Z | process exited: duration 16052 ms, exit code 0 |
| |
| 80 | 2026-04-23T03:27:32.913Z | starting task 2: "authentication" |
| 81 | 2026-04-23T03:27:32.929Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-04-23T03:27:32.935Z | starting task 3: "clone repository" |
| 83 | 2026-04-23T03:27:32.938Z | + mkdir -p /work/oxidecomputer/netadm-sys |
| 84 | 2026-04-23T03:27:32.941Z | + git clone https://github.com/oxidecomputer/netadm-sys /work/oxidecomputer/netadm-sys |
| 85 | 2026-04-23T03:27:32.970Z | Cloning into '/work/oxidecomputer/netadm-sys'... |
| 86 | 2026-04-23T03:27:33.583Z | + cd /work/oxidecomputer/netadm-sys |
| 87 | 2026-04-23T03:27:33.583Z | + git fetch origin 243f39ca14670f60ae3aaae125fac38635bf35e1 |
| 88 | 2026-04-23T03:27:33.822Z | From https://github.com/oxidecomputer/netadm-sys |
| 89 | 2026-04-23T03:27:33.822Z | * branch 243f39ca14670f60ae3aaae125fac38635bf35e1 -> FETCH_HEAD |
| 90 | 2026-04-23T03:27:33.829Z | + [[ -n renovate/rand ]] |
| 91 | 2026-04-23T03:27:33.832Z | ++ git branch --show-current |
| 92 | 2026-04-23T03:27:33.832Z | + current=main |
| 93 | 2026-04-23T03:27:33.832Z | + [[ main != renovate/rand ]] |
| 94 | 2026-04-23T03:27:33.832Z | + git branch -f renovate/rand 243f39ca14670f60ae3aaae125fac38635bf35e1 |
| 95 | 2026-04-23T03:27:33.835Z | + git checkout -f renovate/rand |
| 96 | 2026-04-23T03:27:33.838Z | Switched to branch 'renovate/rand' |
| 97 | 2026-04-23T03:27:33.841Z | + git reset --hard 243f39ca14670f60ae3aaae125fac38635bf35e1 |
| 98 | 2026-04-23T03:27:33.844Z | HEAD is now at 243f39c Update Rust crate rand to 0.10.1 |
| 99 | 2026-04-23T03:27:33.844Z | process exited: duration 907 ms, exit code 0 |
| |
| 100 | 2026-04-23T03:27:33.849Z | starting task 4: "build" |
| 101 | 2026-04-23T03:27:33.853Z | + cargo --version |
| 102 | 2026-04-23T03:27:33.858Z | info: syncing channel updates for 1.86.0-x86_64-unknown-illumos |
| 103 | 2026-04-23T03:27:34.006Z | info: latest update on 2025-04-03 for version 1.86.0 (05f9846f8 2025-03-31) |
| 104 | 2026-04-23T03:27:34.009Z | info: downloading 6 components |
| 105 | 2026-04-23T03:27:50.363Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
| 106 | 2026-04-23T03:27:50.366Z | + rustc --version |
| 107 | 2026-04-23T03:27:50.394Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
| 108 | 2026-04-23T03:27:50.398Z | + banner build |
| 109 | 2026-04-23T03:27:50.401Z | |
| 110 | 2026-04-23T03:27:50.401Z | ##### # # # # ##### |
| 111 | 2026-04-23T03:27:50.401Z | # # # # # # # # |
| 112 | 2026-04-23T03:27:50.401Z | ##### # # # # # # |
| 113 | 2026-04-23T03:27:50.401Z | # # # # # # # # |
| 114 | 2026-04-23T03:27:50.401Z | # # # # # # # # |
| 115 | 2026-04-23T03:27:50.401Z | ##### #### # ###### ##### |
| 116 | 2026-04-23T03:27:50.401Z | |
| 117 | 2026-04-23T03:27:50.401Z | + ptime -m cargo build |
| 118 | 2026-04-23T03:27:50.475Z | Updating crates.io index |
| 119 | 2026-04-23T03:27:50.509Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 120 | 2026-04-23T03:27:50.773Z | From https://github.com/oxidecomputer/dlpi-sys |
| 121 | 2026-04-23T03:27:50.773Z | * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc |
| 122 | 2026-04-23T03:27:50.810Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 123 | 2026-04-23T03:27:51.105Z | From https://github.com/jmesmon/rust-libzfs |
| 124 | 2026-04-23T03:27:51.105Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 125 | 2026-04-23T03:27:51.160Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 126 | 2026-04-23T03:27:51.437Z | From https://github.com/oxidecomputer/rusty-doors |
| 127 | 2026-04-23T03:27:51.437Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 128 | 2026-04-23T03:27:52.530Z | Downloading crates ... |
| 129 | 2026-04-23T03:27:52.583Z | Downloaded cfg-if v1.0.4 |
| 130 | 2026-04-23T03:27:52.586Z | Downloaded clap_lex v1.0.0 |
| 131 | 2026-04-23T03:27:52.592Z | Downloaded anstyle-query v1.1.5 |
| 132 | 2026-04-23T03:27:52.595Z | Downloaded clap_derive v4.6.1 |
| 133 | 2026-04-23T03:27:52.597Z | Downloaded quote v1.0.45 |
| 134 | 2026-04-23T03:27:52.600Z | Downloaded colorchoice v1.0.4 |
| 135 | 2026-04-23T03:27:52.600Z | Downloaded matchers v0.2.0 |
| 136 | 2026-04-23T03:27:52.603Z | Downloaded cstr-argument v0.1.2 |
| 137 | 2026-04-23T03:27:52.603Z | Downloaded utf8parse v0.2.2 |
| 138 | 2026-04-23T03:27:52.606Z | Downloaded foreign-types-shared v0.3.1 |
| 139 | 2026-04-23T03:27:52.606Z | Downloaded anstyle-parse v1.0.0 |
| 140 | 2026-04-23T03:27:52.609Z | Downloaded strsim v0.11.1 |
| 141 | 2026-04-23T03:27:52.617Z | Downloaded oxnet v0.1.4 |
| 142 | 2026-04-23T03:27:52.628Z | Downloaded clap v4.6.1 |
| 143 | 2026-04-23T03:27:52.634Z | Downloaded pretty-hex v0.4.1 |
| 144 | 2026-04-23T03:27:52.637Z | Downloaded heck v0.5.0 |
| 145 | 2026-04-23T03:27:52.639Z | Downloaded tabwriter v1.4.1 |
| 146 | 2026-04-23T03:27:52.642Z | Downloaded is_terminal_polyfill v1.70.2 |
| 147 | 2026-04-23T03:27:52.649Z | Downloaded num_enum v0.7.6 |
| 148 | 2026-04-23T03:27:52.652Z | Downloaded chacha20 v0.10.0 |
| 149 | 2026-04-23T03:27:52.658Z | Downloaded foreign-types-macros v0.2.3 |
| 150 | 2026-04-23T03:27:52.661Z | Downloaded foreign-types v0.5.0 |
| 151 | 2026-04-23T03:27:52.661Z | Downloaded tracing-attributes v0.1.31 |
| 152 | 2026-04-23T03:27:52.664Z | Downloaded equivalent v1.0.2 |
| 153 | 2026-04-23T03:27:52.683Z | Downloaded proc-macro-crate v3.5.0 |
| 154 | 2026-04-23T03:27:52.688Z | Downloaded cpufeatures v0.3.0 |
| 155 | 2026-04-23T03:27:52.692Z | Downloaded pin-project-lite v0.2.17 |
| 156 | 2026-04-23T03:27:52.696Z | Downloaded thiserror v2.0.18 |
| 157 | 2026-04-23T03:27:52.702Z | Downloaded once_cell v1.21.3 |
| 158 | 2026-04-23T03:27:52.702Z | Downloaded sharded-slab v0.1.7 |
| 159 | 2026-04-23T03:27:52.706Z | Downloaded toml_edit v0.25.4+spec-1.1.0 |
| 160 | 2026-04-23T03:27:52.709Z | Downloaded rand_core v0.10.0 |
| 161 | 2026-04-23T03:27:52.712Z | Downloaded num_enum_derive v0.7.6 |
| 162 | 2026-04-23T03:27:52.712Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 163 | 2026-04-23T03:27:52.712Z | Downloaded lazy_static v1.5.0 |
| 164 | 2026-04-23T03:27:52.715Z | Downloaded anstyle v1.0.14 |
| 165 | 2026-04-23T03:27:52.715Z | Downloaded anstream v1.0.0 |
| 166 | 2026-04-23T03:27:52.718Z | Downloaded colored v3.1.1 |
| 167 | 2026-04-23T03:27:52.718Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 168 | 2026-04-23T03:27:52.722Z | Downloaded rustversion v1.0.22 |
| 169 | 2026-04-23T03:27:52.725Z | Downloaded tracing-log v0.2.0 |
| 170 | 2026-04-23T03:27:52.725Z | Downloaded humantime v2.3.0 |
| 171 | 2026-04-23T03:27:52.728Z | Downloaded nu-ansi-term v0.50.3 |
| 172 | 2026-04-23T03:27:52.728Z | Downloaded anyhow v1.0.102 |
| 173 | 2026-04-23T03:27:52.740Z | Downloaded thread_local v1.1.9 |
| 174 | 2026-04-23T03:27:52.743Z | Downloaded smallvec v1.15.1 |
| 175 | 2026-04-23T03:27:52.743Z | Downloaded thiserror-impl v2.0.18 |
| 176 | 2026-04-23T03:27:52.743Z | Downloaded tracing-core v0.1.36 |
| 177 | 2026-04-23T03:27:52.746Z | Downloaded proc-macro2 v1.0.106 |
| 178 | 2026-04-23T03:27:52.749Z | Downloaded serde_core v1.0.228 |
| 179 | 2026-04-23T03:27:52.752Z | Downloaded log v0.4.29 |
| 180 | 2026-04-23T03:27:52.756Z | Downloaded socket2 v0.6.3 |
| 181 | 2026-04-23T03:27:52.765Z | Downloaded getrandom v0.4.2 |
| 182 | 2026-04-23T03:27:52.768Z | Downloaded unicode-ident v1.0.24 |
| 183 | 2026-04-23T03:27:52.774Z | Downloaded memchr v2.8.0 |
| 184 | 2026-04-23T03:27:52.786Z | Downloaded rand v0.10.1 |
| 185 | 2026-04-23T03:27:52.789Z | Downloaded indexmap v2.13.0 |
| 186 | 2026-04-23T03:27:52.812Z | Downloaded clap_builder v4.6.0 |
| 187 | 2026-04-23T03:27:52.838Z | Downloaded hashbrown v0.16.1 |
| 188 | 2026-04-23T03:27:52.871Z | Downloaded winnow v1.0.2 |
| 189 | 2026-04-23T03:27:52.880Z | Downloaded tracing-subscriber v0.3.23 |
| 190 | 2026-04-23T03:27:52.885Z | Downloaded winnow v0.7.15 |
| 191 | 2026-04-23T03:27:52.891Z | Downloaded syn v1.0.109 |
| 192 | 2026-04-23T03:27:52.897Z | Downloaded aho-corasick v1.1.4 |
| 193 | 2026-04-23T03:27:52.919Z | Downloaded unicode-width v0.2.2 |
| 194 | 2026-04-23T03:27:52.922Z | Downloaded syn v2.0.117 |
| 195 | 2026-04-23T03:27:52.935Z | Downloaded regex-syntax v0.8.10 |
| 196 | 2026-04-23T03:27:52.964Z | Downloaded tracing v0.1.44 |
| 197 | 2026-04-23T03:27:52.984Z | Downloaded regex-automata v0.4.14 |
| 198 | 2026-04-23T03:27:52.997Z | Downloaded libc v0.2.185 |
| 199 | 2026-04-23T03:27:53.081Z | Compiling proc-macro2 v1.0.106 |
| 200 | 2026-04-23T03:27:53.081Z | Compiling unicode-ident v1.0.24 |
| 201 | 2026-04-23T03:27:53.081Z | Compiling quote v1.0.45 |
| 202 | 2026-04-23T03:27:53.081Z | Compiling cfg-if v1.0.4 |
| 203 | 2026-04-23T03:27:53.085Z | Compiling libc v0.2.185 |
| 204 | 2026-04-23T03:27:53.085Z | Compiling equivalent v1.0.2 |
| 205 | 2026-04-23T03:27:53.085Z | Compiling winnow v0.7.15 |
| 206 | 2026-04-23T03:27:53.085Z | Compiling hashbrown v0.16.1 |
| 207 | 2026-04-23T03:27:53.149Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 208 | 2026-04-23T03:27:53.161Z | Compiling syn v1.0.109 |
| 209 | 2026-04-23T03:27:53.195Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 210 | 2026-04-23T03:27:53.357Z | Compiling rustversion v1.0.22 |
| 211 | 2026-04-23T03:27:53.414Z | Compiling once_cell v1.21.3 |
| 212 | 2026-04-23T03:27:53.467Z | Compiling thiserror v2.0.18 |
| 213 | 2026-04-23T03:27:53.507Z | Compiling rand_core v0.10.0 |
| 214 | 2026-04-23T03:27:53.582Z | Compiling indexmap v2.13.0 |
| 215 | 2026-04-23T03:27:53.614Z | Compiling tracing-core v0.1.36 |
| 216 | 2026-04-23T03:27:53.642Z | Compiling getrandom v0.4.2 |
| 217 | 2026-04-23T03:27:53.736Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 218 | 2026-04-23T03:27:53.796Z | Compiling utf8parse v0.2.2 |
| 219 | 2026-04-23T03:27:53.889Z | Compiling anstyle-parse v1.0.0 |
| 220 | 2026-04-23T03:27:54.012Z | Compiling regex-syntax v0.8.10 |
| 221 | 2026-04-23T03:27:54.055Z | Compiling colorchoice v1.0.4 |
| 222 | 2026-04-23T03:27:54.139Z | Compiling syn v2.0.117 |
| 223 | 2026-04-23T03:27:54.172Z | Compiling anstyle v1.0.14 |
| 224 | 2026-04-23T03:27:54.239Z | Compiling anstyle-query v1.1.5 |
| 225 | 2026-04-23T03:27:54.242Z | Compiling anyhow v1.0.102 |
| 226 | 2026-04-23T03:27:54.328Z | Compiling pin-project-lite v0.2.17 |
| 227 | 2026-04-23T03:27:54.412Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 228 | 2026-04-23T03:27:54.440Z | Compiling cpufeatures v0.3.0 |
| 229 | 2026-04-23T03:27:54.498Z | Compiling foreign-types-shared v0.3.1 |
| 230 | 2026-04-23T03:27:54.502Z | Compiling is_terminal_polyfill v1.70.2 |
| 231 | 2026-04-23T03:27:54.542Z | Compiling memchr v2.8.0 |
| 232 | 2026-04-23T03:27:54.570Z | Compiling anstream v1.0.0 |
| 233 | 2026-04-23T03:27:54.570Z | Compiling chacha20 v0.10.0 |
| 234 | 2026-04-23T03:27:54.813Z | Compiling toml_edit v0.25.4+spec-1.1.0 |
| 235 | 2026-04-23T03:27:54.955Z | Compiling regex-automata v0.4.14 |
| 236 | 2026-04-23T03:27:54.973Z | Compiling cstr-argument v0.1.2 |
| 237 | 2026-04-23T03:27:55.006Z | Compiling pretty-hex v0.4.1 |
| 238 | 2026-04-23T03:27:55.112Z | Compiling log v0.4.29 |
| 239 | 2026-04-23T03:27:55.130Z | Compiling clap_lex v1.0.0 |
| 240 | 2026-04-23T03:27:55.197Z | Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet) |
| 241 | 2026-04-23T03:27:55.308Z | Compiling proc-macro-crate v3.5.0 |
| 242 | 2026-04-23T03:27:55.367Z | Compiling lazy_static v1.5.0 |
| 243 | 2026-04-23T03:27:55.425Z | Compiling heck v0.5.0 |
| 244 | 2026-04-23T03:27:55.454Z | Compiling strsim v0.11.1 |
| 245 | 2026-04-23T03:27:55.611Z | Compiling clap_builder v4.6.0 |
| 246 | 2026-04-23T03:27:55.714Z | Compiling sharded-slab v0.1.7 |
| 247 | 2026-04-23T03:27:55.739Z | Compiling tracing-log v0.2.0 |
| 248 | 2026-04-23T03:27:55.836Z | Compiling rand v0.10.1 |
| 249 | 2026-04-23T03:27:56.119Z | Compiling socket2 v0.6.3 |
| 250 | 2026-04-23T03:27:56.250Z | Compiling thread_local v1.1.9 |
| 251 | 2026-04-23T03:27:56.366Z | Compiling winnow v1.0.2 |
| 252 | 2026-04-23T03:27:56.478Z | Compiling matchers v0.2.0 |
| 253 | 2026-04-23T03:27:56.501Z | Compiling colored v3.1.1 |
| 254 | 2026-04-23T03:27:56.544Z | Compiling oxnet v0.1.4 |
| 255 | 2026-04-23T03:27:56.602Z | Compiling nu-ansi-term v0.50.3 |
| 256 | 2026-04-23T03:27:56.790Z | Compiling unicode-width v0.2.2 |
| 257 | 2026-04-23T03:27:56.866Z | Compiling smallvec v1.15.1 |
| 258 | 2026-04-23T03:27:56.914Z | Compiling humantime v2.3.0 |
| 259 | 2026-04-23T03:27:57.047Z | Compiling tabwriter v1.4.1 |
| 260 | 2026-04-23T03:27:57.382Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 261 | 2026-04-23T03:27:57.662Z | Compiling num_enum_derive v0.7.6 |
| 262 | 2026-04-23T03:27:57.662Z | Compiling tracing-attributes v0.1.31 |
| 263 | 2026-04-23T03:27:57.665Z | Compiling thiserror-impl v2.0.18 |
| 264 | 2026-04-23T03:27:57.719Z | Compiling foreign-types-macros v0.2.3 |
| 265 | 2026-04-23T03:27:57.839Z | Compiling clap_derive v4.6.1 |
| 266 | 2026-04-23T03:27:57.843Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 267 | 2026-04-23T03:27:58.288Z | Compiling foreign-types v0.5.0 |
| 268 | 2026-04-23T03:27:58.330Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 269 | 2026-04-23T03:27:58.463Z | Compiling num_enum v0.7.6 |
| 270 | 2026-04-23T03:27:58.580Z | Compiling tracing v0.1.44 |
| 271 | 2026-04-23T03:27:58.673Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 272 | 2026-04-23T03:27:58.718Z | Compiling tracing-subscriber v0.3.23 |
| 273 | 2026-04-23T03:27:59.079Z | Compiling clap v4.6.1 |
| 274 | 2026-04-23T03:27:59.975Z | Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm) |
| 275 | 2026-04-23T03:28:01.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s |
| 276 | 2026-04-23T03:28:01.983Z | |
| 277 | 2026-04-23T03:28:01.986Z | real 11.569973679 |
| 278 | 2026-04-23T03:28:01.986Z | user 39.650814254 |
| 279 | 2026-04-23T03:28:01.986Z | sys 8.395767299 |
| 280 | 2026-04-23T03:28:01.986Z | trap 0.030410731 |
| 281 | 2026-04-23T03:28:01.986Z | tflt 0.069173880 |
| 282 | 2026-04-23T03:28:01.986Z | dflt 0.126783866 |
| 283 | 2026-04-23T03:28:01.986Z | kflt 0.001416932 |
| 284 | 2026-04-23T03:28:01.986Z | lock 41.863435436 |
| 285 | 2026-04-23T03:28:01.986Z | slp 2:31.233752978 |
| 286 | 2026-04-23T03:28:01.986Z | lat 3.529918855 |
| 287 | 2026-04-23T03:28:01.986Z | stop 4.251270693 |
| 288 | 2026-04-23T03:28:01.986Z | + ptime -m cargo build --release |
| 289 | 2026-04-23T03:28:02.040Z | Compiling proc-macro2 v1.0.106 |
| 290 | 2026-04-23T03:28:02.040Z | Compiling unicode-ident v1.0.24 |
| 291 | 2026-04-23T03:28:02.040Z | Compiling quote v1.0.45 |
| 292 | 2026-04-23T03:28:02.040Z | Compiling cfg-if v1.0.4 |
| 293 | 2026-04-23T03:28:02.040Z | Compiling libc v0.2.185 |
| 294 | 2026-04-23T03:28:02.040Z | Compiling equivalent v1.0.2 |
| 295 | 2026-04-23T03:28:02.041Z | Compiling winnow v0.7.15 |
| 296 | 2026-04-23T03:28:02.041Z | Compiling hashbrown v0.16.1 |
| 297 | 2026-04-23T03:28:02.104Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 298 | 2026-04-23T03:28:02.113Z | Compiling rustversion v1.0.22 |
| 299 | 2026-04-23T03:28:02.144Z | Compiling syn v1.0.109 |
| 300 | 2026-04-23T03:28:02.290Z | Compiling once_cell v1.21.3 |
| 301 | 2026-04-23T03:28:02.349Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 302 | 2026-04-23T03:28:02.471Z | Compiling tracing-core v0.1.36 |
| 303 | 2026-04-23T03:28:02.477Z | Compiling getrandom v0.4.2 |
| 304 | 2026-04-23T03:28:02.530Z | Compiling indexmap v2.13.0 |
| 305 | 2026-04-23T03:28:02.533Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 306 | 2026-04-23T03:28:02.584Z | Compiling thiserror v2.0.18 |
| 307 | 2026-04-23T03:28:02.737Z | Compiling utf8parse v0.2.2 |
| 308 | 2026-04-23T03:28:02.750Z | Compiling rand_core v0.10.0 |
| 309 | 2026-04-23T03:28:02.823Z | Compiling anstyle-parse v1.0.0 |
| 310 | 2026-04-23T03:28:03.018Z | Compiling anyhow v1.0.102 |
| 311 | 2026-04-23T03:28:03.068Z | Compiling syn v2.0.117 |
| 312 | 2026-04-23T03:28:03.091Z | Compiling foreign-types-shared v0.3.1 |
| 313 | 2026-04-23T03:28:03.120Z | Compiling regex-syntax v0.8.10 |
| 314 | 2026-04-23T03:28:03.163Z | Compiling anstyle-query v1.1.5 |
| 315 | 2026-04-23T03:28:03.248Z | Compiling is_terminal_polyfill v1.70.2 |
| 316 | 2026-04-23T03:28:03.325Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 317 | 2026-04-23T03:28:03.329Z | Compiling memchr v2.8.0 |
| 318 | 2026-04-23T03:28:03.343Z | Compiling pin-project-lite v0.2.17 |
| 319 | 2026-04-23T03:28:03.419Z | Compiling anstyle v1.0.14 |
| 320 | 2026-04-23T03:28:03.423Z | Compiling colorchoice v1.0.4 |
| 321 | 2026-04-23T03:28:03.520Z | Compiling cpufeatures v0.3.0 |
| 322 | 2026-04-23T03:28:03.579Z | Compiling anstream v1.0.0 |
| 323 | 2026-04-23T03:28:03.654Z | Compiling toml_edit v0.25.4+spec-1.1.0 |
| 324 | 2026-04-23T03:28:03.733Z | Compiling cstr-argument v0.1.2 |
| 325 | 2026-04-23T03:28:03.835Z | Compiling chacha20 v0.10.0 |
| 326 | 2026-04-23T03:28:04.101Z | Compiling clap_lex v1.0.0 |
| 327 | 2026-04-23T03:28:04.123Z | Compiling proc-macro-crate v3.5.0 |
| 328 | 2026-04-23T03:28:04.150Z | Compiling regex-automata v0.4.14 |
| 329 | 2026-04-23T03:28:04.282Z | Compiling strsim v0.11.1 |
| 330 | 2026-04-23T03:28:04.481Z | Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet) |
| 331 | 2026-04-23T03:28:04.543Z | Compiling log v0.4.29 |
| 332 | 2026-04-23T03:28:04.555Z | Compiling heck v0.5.0 |
| 333 | 2026-04-23T03:28:04.699Z | Compiling lazy_static v1.5.0 |
| 334 | 2026-04-23T03:28:04.729Z | Compiling pretty-hex v0.4.1 |
| 335 | 2026-04-23T03:28:04.766Z | Compiling sharded-slab v0.1.7 |
| 336 | 2026-04-23T03:28:04.788Z | Compiling tracing-log v0.2.0 |
| 337 | 2026-04-23T03:28:04.860Z | Compiling clap_builder v4.6.0 |
| 338 | 2026-04-23T03:28:05.120Z | Compiling rand v0.10.1 |
| 339 | 2026-04-23T03:28:05.457Z | Compiling socket2 v0.6.3 |
| 340 | 2026-04-23T03:28:05.845Z | Compiling thread_local v1.1.9 |
| 341 | 2026-04-23T03:28:05.878Z | Compiling unicode-width v0.2.2 |
| 342 | 2026-04-23T03:28:06.162Z | Compiling matchers v0.2.0 |
| 343 | 2026-04-23T03:28:06.165Z | Compiling winnow v1.0.2 |
| 344 | 2026-04-23T03:28:06.219Z | Compiling colored v3.1.1 |
| 345 | 2026-04-23T03:28:06.291Z | Compiling nu-ansi-term v0.50.3 |
| 346 | 2026-04-23T03:28:06.518Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 347 | 2026-04-23T03:28:06.745Z | Compiling tracing-attributes v0.1.31 |
| 348 | 2026-04-23T03:28:06.844Z | Compiling foreign-types-macros v0.2.3 |
| 349 | 2026-04-23T03:28:06.859Z | Compiling num_enum_derive v0.7.6 |
| 350 | 2026-04-23T03:28:06.998Z | Compiling thiserror-impl v2.0.18 |
| 351 | 2026-04-23T03:28:07.463Z | Compiling foreign-types v0.5.0 |
| 352 | 2026-04-23T03:28:07.529Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 353 | 2026-04-23T03:28:07.547Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 354 | 2026-04-23T03:28:07.653Z | Compiling clap_derive v4.6.1 |
| 355 | 2026-04-23T03:28:07.860Z | Compiling num_enum v0.7.6 |
| 356 | 2026-04-23T03:28:07.925Z | Compiling smallvec v1.15.1 |
| 357 | 2026-04-23T03:28:07.963Z | Compiling tracing v0.1.44 |
| 358 | 2026-04-23T03:28:07.968Z | Compiling oxnet v0.1.4 |
| 359 | 2026-04-23T03:28:08.164Z | Compiling tracing-subscriber v0.3.23 |
| 360 | 2026-04-23T03:28:08.291Z | Compiling tabwriter v1.4.1 |
| 361 | 2026-04-23T03:28:08.320Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 362 | 2026-04-23T03:28:08.338Z | Compiling humantime v2.3.0 |
| 363 | 2026-04-23T03:28:09.401Z | Compiling clap v4.6.1 |
| 364 | 2026-04-23T03:28:11.627Z | Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm) |
| 365 | 2026-04-23T03:28:14.327Z | Finished `release` profile [optimized] target(s) in 12.33s |
| 366 | 2026-04-23T03:28:14.345Z | |
| 367 | 2026-04-23T03:28:14.348Z | real 12.353679669 |
| 368 | 2026-04-23T03:28:14.348Z | user 1:12.319324380 |
| 369 | 2026-04-23T03:28:14.348Z | sys 7.803850503 |
| 370 | 2026-04-23T03:28:14.348Z | trap 0.040349770 |
| 371 | 2026-04-23T03:28:14.348Z | tflt 0.200925050 |
| 372 | 2026-04-23T03:28:14.348Z | dflt 0.096520120 |
| 373 | 2026-04-23T03:28:14.348Z | kflt 0.000005449 |
| 374 | 2026-04-23T03:28:14.348Z | lock 1:54.598338213 |
| 375 | 2026-04-23T03:28:14.348Z | slp 3:56.498578829 |
| 376 | 2026-04-23T03:28:14.348Z | lat 5.438570146 |
| 377 | 2026-04-23T03:28:14.348Z | stop 3.193872038 |
| 378 | 2026-04-23T03:28:14.348Z | + for x in debug release |
| 379 | 2026-04-23T03:28:14.348Z | + mkdir -p /work/debug |
| 380 | 2026-04-23T03:28:14.348Z | + cp target/debug/netadm /work/debug/netadm |
| 381 | 2026-04-23T03:28:14.373Z | + for x in debug release |
| 382 | 2026-04-23T03:28:14.376Z | + mkdir -p /work/release |
| 383 | 2026-04-23T03:28:14.376Z | + cp target/release/netadm /work/release/netadm |
| 384 | 2026-04-23T03:28:14.380Z | + banner check |
| 385 | 2026-04-23T03:28:14.383Z | |
| 386 | 2026-04-23T03:28:14.383Z | #### # # ###### #### # # |
| 387 | 2026-04-23T03:28:14.383Z | # # # # # # # # # |
| 388 | 2026-04-23T03:28:14.383Z | # ###### ##### # #### |
| 389 | 2026-04-23T03:28:14.383Z | # # # # # # # |
| 390 | 2026-04-23T03:28:14.383Z | # # # # # # # # # |
| 391 | 2026-04-23T03:28:14.383Z | #### # # ###### #### # # |
| 392 | 2026-04-23T03:28:14.383Z | |
| 393 | 2026-04-23T03:28:14.383Z | + cargo fmt -- --check |
| 394 | 2026-04-23T03:28:14.488Z | + cargo clippy --all-targets -- --deny warnings |
| 395 | 2026-04-23T03:28:14.651Z | Checking cfg-if v1.0.4 |
| 396 | 2026-04-23T03:28:14.655Z | Checking once_cell v1.21.3 |
| 397 | 2026-04-23T03:28:14.655Z | Checking libc v0.2.185 |
| 398 | 2026-04-23T03:28:14.658Z | Checking rand_core v0.10.0 |
| 399 | 2026-04-23T03:28:14.661Z | Checking foreign-types-shared v0.3.1 |
| 400 | 2026-04-23T03:28:14.661Z | Checking pin-project-lite v0.2.17 |
| 401 | 2026-04-23T03:28:14.661Z | Checking memchr v2.8.0 |
| 402 | 2026-04-23T03:28:14.661Z | Checking cpufeatures v0.3.0 |
| 403 | 2026-04-23T03:28:14.695Z | Checking num_enum v0.7.6 |
| 404 | 2026-04-23T03:28:14.705Z | Checking thiserror v2.0.18 |
| 405 | 2026-04-23T03:28:14.712Z | Checking foreign-types v0.5.0 |
| 406 | 2026-04-23T03:28:14.722Z | Checking libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 407 | 2026-04-23T03:28:14.761Z | Checking chacha20 v0.10.0 |
| 408 | 2026-04-23T03:28:14.765Z | Checking nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 409 | 2026-04-23T03:28:14.775Z | Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet) |
| 410 | 2026-04-23T03:28:14.775Z | Checking pretty-hex v0.4.1 |
| 411 | 2026-04-23T03:28:14.788Z | Checking tracing-core v0.1.36 |
| 412 | 2026-04-23T03:28:14.791Z | Checking anyhow v1.0.102 |
| 413 | 2026-04-23T03:28:14.839Z | Checking utf8parse v0.2.2 |
| 414 | 2026-04-23T03:28:14.863Z | Checking colored v3.1.1 |
| 415 | 2026-04-23T03:28:14.916Z | Checking winnow v1.0.2 |
| 416 | 2026-04-23T03:28:14.926Z | Checking oxnet v0.1.4 |
| 417 | 2026-04-23T03:28:14.931Z | Checking getrandom v0.4.2 |
| 418 | 2026-04-23T03:28:14.960Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 419 | 2026-04-23T03:28:14.987Z | Checking cstr-argument v0.1.2 |
| 420 | 2026-04-23T03:28:14.996Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 421 | 2026-04-23T03:28:15.029Z | Checking socket2 v0.6.3 |
| 422 | 2026-04-23T03:28:15.041Z | Checking rand v0.10.1 |
| 423 | 2026-04-23T03:28:15.055Z | Checking tracing v0.1.44 |
| 424 | 2026-04-23T03:28:15.059Z | Checking anstyle-parse v1.0.0 |
| 425 | 2026-04-23T03:28:15.071Z | Checking is_terminal_polyfill v1.70.2 |
| 426 | 2026-04-23T03:28:15.074Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 427 | 2026-04-23T03:28:15.092Z | Checking anstyle v1.0.14 |
| 428 | 2026-04-23T03:28:15.133Z | Checking colorchoice v1.0.4 |
| 429 | 2026-04-23T03:28:15.175Z | Checking regex-syntax v0.8.10 |
| 430 | 2026-04-23T03:28:15.203Z | Checking anstyle-query v1.1.5 |
| 431 | 2026-04-23T03:28:15.206Z | Checking log v0.4.29 |
| 432 | 2026-04-23T03:28:15.210Z | Checking strsim v0.11.1 |
| 433 | 2026-04-23T03:28:15.236Z | Checking clap_lex v1.0.0 |
| 434 | 2026-04-23T03:28:15.242Z | Checking lazy_static v1.5.0 |
| 435 | 2026-04-23T03:28:15.269Z | Checking anstream v1.0.0 |
| 436 | 2026-04-23T03:28:15.312Z | Checking sharded-slab v0.1.7 |
| 437 | 2026-04-23T03:28:15.334Z | Checking thread_local v1.1.9 |
| 438 | 2026-04-23T03:28:15.337Z | Checking tracing-log v0.2.0 |
| 439 | 2026-04-23T03:28:15.357Z | Checking nu-ansi-term v0.50.3 |
| 440 | 2026-04-23T03:28:15.435Z | Checking clap_builder v4.6.0 |
| 441 | 2026-04-23T03:28:15.448Z | Checking smallvec v1.15.1 |
| 442 | 2026-04-23T03:28:15.461Z | Checking unicode-width v0.2.2 |
| 443 | 2026-04-23T03:28:15.465Z | Checking humantime v2.3.0 |
| 444 | 2026-04-23T03:28:15.680Z | Checking tabwriter v1.4.1 |
| 445 | 2026-04-23T03:28:15.866Z | Checking regex-automata v0.4.14 |
| 446 | 2026-04-23T03:28:16.524Z | Checking clap v4.6.1 |
| 447 | 2026-04-23T03:28:16.936Z | Checking matchers v0.2.0 |
| 448 | 2026-04-23T03:28:17.010Z | Checking tracing-subscriber v0.3.23 |
| 449 | 2026-04-23T03:28:17.648Z | Checking netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm) |
| 450 | 2026-04-23T03:28:18.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s |
| 451 | 2026-04-23T03:28:18.373Z | + banner pre-test |
| 452 | 2026-04-23T03:28:18.377Z | |
| 453 | 2026-04-23T03:28:18.377Z | ##### ##### ###### ##### ###### #### ##### |
| 454 | 2026-04-23T03:28:18.377Z | # # # # # # # # # |
| 455 | 2026-04-23T03:28:18.377Z | # # # # ##### ##### # ##### #### # |
| 456 | 2026-04-23T03:28:18.377Z | ##### ##### # # # # # |
| 457 | 2026-04-23T03:28:18.377Z | # # # # # # # # # |
| 458 | 2026-04-23T03:28:18.377Z | # # # ###### # ###### #### # |
| 459 | 2026-04-23T03:28:18.377Z | |
| 460 | 2026-04-23T03:28:18.377Z | + uname -a |
| 461 | 2026-04-23T03:28:18.377Z | SunOS w-01KPW5ZQPS4JMDMHG6DRWV7XZD 5.11 helios-2.0.23838 i86pc i386 i86pc |
| 462 | 2026-04-23T03:28:18.377Z | + ./target/debug/netadm show links |
| 463 | 2026-04-23T03:28:18.381Z | Id Name Flags Class State MAC MTU |
| 464 | 2026-04-23T03:28:18.381Z | -- ---- ----- ----- ----- --- --- |
| 465 | 2026-04-23T03:28:18.381Z | 1 ena0 active persistent physical up 06:11:0a:30:dd:95 9216 |
| 466 | 2026-04-23T03:28:18.384Z | + ./target/debug/netadm show addrs |
| 467 | 2026-04-23T03:28:18.387Z | Name Type State Address Interface Index |
| 468 | 2026-04-23T03:28:18.387Z | ---- ------ ----- ------- --------------- |
| 469 | 2026-04-23T03:28:18.387Z | ena0/dhcp dhcp ok 10.150.1.234/24 2 |
| 470 | 2026-04-23T03:28:18.387Z | lo0/v4 static ok 127.0.0.1/8 1 |
| 471 | 2026-04-23T03:28:18.387Z | lo0/v6 static ok ::1/128 1 |
| 472 | 2026-04-23T03:28:18.387Z | + banner test |
| 473 | 2026-04-23T03:28:18.387Z | |
| 474 | 2026-04-23T03:28:18.387Z | ##### ###### #### ##### |
| 475 | 2026-04-23T03:28:18.387Z | # # # # |
| 476 | 2026-04-23T03:28:18.387Z | # ##### #### # |
| 477 | 2026-04-23T03:28:18.388Z | # # # # |
| 478 | 2026-04-23T03:28:18.388Z | # # # # # |
| 479 | 2026-04-23T03:28:18.388Z | # ###### #### # |
| 480 | 2026-04-23T03:28:18.388Z | |
| 481 | 2026-04-23T03:28:18.388Z | + pfexec ptime -m cargo test |
| 482 | 2026-04-23T03:28:18.517Z | Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet) |
| 483 | 2026-04-23T03:28:18.517Z | Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm) |
| 484 | 2026-04-23T03:28:19.524Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 485 | 2026-04-23T03:28:19.536Z | Running unittests src/lib.rs (target/debug/deps/libnet-320fb98bb7fd90db) |
| 486 | 2026-04-23T03:28:19.544Z | |
| 487 | 2026-04-23T03:28:19.544Z | running 0 tests |
| 488 | 2026-04-23T03:28:19.544Z | |
| 489 | 2026-04-23T03:28:19.544Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 490 | 2026-04-23T03:28:19.544Z | |
| 491 | 2026-04-23T03:28:19.547Z | Running tests/ip.rs (target/debug/deps/ip-fdd6de571efd821c) |
| 492 | 2026-04-23T03:28:19.547Z | |
| 493 | 2026-04-23T03:28:19.547Z | running 4 tests |
| 494 | 2026-04-23T03:28:19.550Z | test test_get_addresses ... ok |
| 495 | 2026-04-23T03:28:19.550Z | test test_address_consistency ... ok |
| 496 | 2026-04-23T03:28:19.550Z | test test_v6_static_lifecycle ... ok |
| 497 | 2026-04-23T03:28:19.554Z | test test_v6_local_lifecycle ... ok |
| 498 | 2026-04-23T03:28:19.554Z | |
| 499 | 2026-04-23T03:28:19.554Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 500 | 2026-04-23T03:28:19.554Z | |
| 501 | 2026-04-23T03:28:19.557Z | Running tests/link.rs (target/debug/deps/link-47d624b0dfc1c3ec) |
| 502 | 2026-04-23T03:28:19.557Z | |
| 503 | 2026-04-23T03:28:19.557Z | running 5 tests |
| 504 | 2026-04-23T03:28:19.560Z | test test_simnet_lifecycle ... ok |
| 505 | 2026-04-23T03:28:19.563Z | test test_get_links ... ok |
| 506 | 2026-04-23T03:28:19.563Z | test test_simnet_connect ... ok |
| 507 | 2026-04-23T03:28:19.563Z | test test_link_consistency ... ok |
| 508 | 2026-04-23T03:28:19.563Z | test test_vnic_lifecycle ... ok |
| 509 | 2026-04-23T03:28:19.563Z | |
| 510 | 2026-04-23T03:28:19.563Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 511 | 2026-04-23T03:28:19.563Z | |
| 512 | 2026-04-23T03:28:19.563Z | Running unittests src/main.rs (target/debug/deps/netadm-541e476d1d1148e0) |
| 513 | 2026-04-23T03:28:19.567Z | |
| 514 | 2026-04-23T03:28:19.567Z | running 0 tests |
| 515 | 2026-04-23T03:28:19.567Z | |
| 516 | 2026-04-23T03:28:19.567Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 517 | 2026-04-23T03:28:19.567Z | |
| 518 | 2026-04-23T03:28:19.567Z | Doc-tests libnet |
| 519 | 2026-04-23T03:28:19.735Z | |
| 520 | 2026-04-23T03:28:19.735Z | running 0 tests |
| 521 | 2026-04-23T03:28:19.735Z | |
| 522 | 2026-04-23T03:28:19.735Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 523 | 2026-04-23T03:28:19.735Z | |
| 524 | 2026-04-23T03:28:19.754Z | |
| 525 | 2026-04-23T03:28:19.757Z | real 1.359373308 |
| 526 | 2026-04-23T03:28:19.757Z | user 2.343464407 |
| 527 | 2026-04-23T03:28:19.757Z | sys 0.912785229 |
| 528 | 2026-04-23T03:28:19.757Z | trap 0.000382465 |
| 529 | 2026-04-23T03:28:19.757Z | tflt 0.000490295 |
| 530 | 2026-04-23T03:28:19.757Z | dflt 0.003325908 |
| 531 | 2026-04-23T03:28:19.757Z | kflt 0.000008049 |
| 532 | 2026-04-23T03:28:19.757Z | lock 2.192244373 |
| 533 | 2026-04-23T03:28:19.757Z | slp 11.557026030 |
| 534 | 2026-04-23T03:28:19.757Z | lat 0.015939265 |
| 535 | 2026-04-23T03:28:19.757Z | stop 0.290174759 |
| 536 | 2026-04-23T03:28:19.757Z | + pfexec ptime -m cargo test --release |
| 537 | 2026-04-23T03:28:19.812Z | Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet) |
| 538 | 2026-04-23T03:28:19.812Z | Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm) |
| 539 | 2026-04-23T03:28:20.731Z | Finished `release` profile [optimized] target(s) in 0.96s |
| 540 | 2026-04-23T03:28:20.743Z | Running unittests src/lib.rs (target/release/deps/libnet-243e2efc32d6b90a) |
| 541 | 2026-04-23T03:28:20.752Z | |
| 542 | 2026-04-23T03:28:20.752Z | running 0 tests |
| 543 | 2026-04-23T03:28:20.752Z | |
| 544 | 2026-04-23T03:28:20.752Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 545 | 2026-04-23T03:28:20.752Z | |
| 546 | 2026-04-23T03:28:20.755Z | Running tests/ip.rs (target/release/deps/ip-0556a712f3a00fd4) |
| 547 | 2026-04-23T03:28:20.758Z | |
| 548 | 2026-04-23T03:28:20.758Z | running 4 tests |
| 549 | 2026-04-23T03:28:20.758Z | test test_get_addresses ... ok |
| 550 | 2026-04-23T03:28:20.758Z | test test_address_consistency ... ok |
| 551 | 2026-04-23T03:28:20.758Z | test test_v6_static_lifecycle ... ok |
| 552 | 2026-04-23T03:28:20.762Z | test test_v6_local_lifecycle ... ok |
| 553 | 2026-04-23T03:28:20.762Z | |
| 554 | 2026-04-23T03:28:20.762Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 555 | 2026-04-23T03:28:20.762Z | |
| 556 | 2026-04-23T03:28:20.762Z | Running tests/link.rs (target/release/deps/link-8cee17ee1697ea5b) |
| 557 | 2026-04-23T03:28:20.765Z | |
| 558 | 2026-04-23T03:28:20.765Z | running 5 tests |
| 559 | 2026-04-23T03:28:20.768Z | test test_simnet_lifecycle ... ok |
| 560 | 2026-04-23T03:28:20.768Z | test test_get_links ... ok |
| 561 | 2026-04-23T03:28:20.768Z | test test_link_consistency ... ok |
| 562 | 2026-04-23T03:28:20.768Z | test test_simnet_connect ... ok |
| 563 | 2026-04-23T03:28:20.768Z | test test_vnic_lifecycle ... ok |
| 564 | 2026-04-23T03:28:20.768Z | |
| 565 | 2026-04-23T03:28:20.768Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 566 | 2026-04-23T03:28:20.768Z | |
| 567 | 2026-04-23T03:28:20.768Z | Running unittests src/main.rs (target/release/deps/netadm-f8849f8ef4d0df2a) |
| 568 | 2026-04-23T03:28:20.771Z | |
| 569 | 2026-04-23T03:28:20.772Z | running 0 tests |
| 570 | 2026-04-23T03:28:20.772Z | |
| 571 | 2026-04-23T03:28:20.772Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 572 | 2026-04-23T03:28:20.772Z | |
| 573 | 2026-04-23T03:28:20.772Z | Doc-tests libnet |
| 574 | 2026-04-23T03:28:20.931Z | |
| 575 | 2026-04-23T03:28:20.931Z | running 0 tests |
| 576 | 2026-04-23T03:28:20.931Z | |
| 577 | 2026-04-23T03:28:20.931Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 578 | 2026-04-23T03:28:20.931Z | |
| 579 | 2026-04-23T03:28:20.948Z | |
| 580 | 2026-04-23T03:28:20.951Z | real 1.186391286 |
| 581 | 2026-04-23T03:28:20.951Z | user 2.363025420 |
| 582 | 2026-04-23T03:28:20.952Z | sys 0.811378762 |
| 583 | 2026-04-23T03:28:20.952Z | trap 0.001225414 |
| 584 | 2026-04-23T03:28:20.952Z | tflt 0.070100222 |
| 585 | 2026-04-23T03:28:20.952Z | dflt 0.003028858 |
| 586 | 2026-04-23T03:28:20.952Z | kflt 0.000000000 |
| 587 | 2026-04-23T03:28:20.952Z | lock 2.895227405 |
| 588 | 2026-04-23T03:28:20.952Z | slp 9.524345798 |
| 589 | 2026-04-23T03:28:20.952Z | lat 0.023390681 |
| 590 | 2026-04-23T03:28:20.952Z | stop 0.331590129 |
| 591 | 2026-04-23T03:28:20.952Z | + banner post-test |
| 592 | 2026-04-23T03:28:20.952Z | |
| 593 | 2026-04-23T03:28:20.952Z | ##### #### #### ##### ##### ###### #### ##### |
| 594 | 2026-04-23T03:28:20.952Z | # # # # # # # # # # |
| 595 | 2026-04-23T03:28:20.952Z | # # # # #### # ##### # ##### #### # |
| 596 | 2026-04-23T03:28:20.952Z | ##### # # # # # # # # |
| 597 | 2026-04-23T03:28:20.952Z | # # # # # # # # # # # |
| 598 | 2026-04-23T03:28:20.952Z | # #### #### # # ###### #### # |
| 599 | 2026-04-23T03:28:20.952Z | |
| 600 | 2026-04-23T03:28:20.952Z | + ./target/debug/netadm show links |
| 601 | 2026-04-23T03:28:20.955Z | Id Name Flags Class State MAC MTU |
| 602 | 2026-04-23T03:28:20.955Z | -- ---- ----- ----- ----- --- --- |
| 603 | 2026-04-23T03:28:20.955Z | 1 ena0 active persistent physical up 06:11:0a:30:dd:95 9216 |
| 604 | 2026-04-23T03:28:20.958Z | + ./target/debug/netadm show addrs |
| 605 | 2026-04-23T03:28:20.961Z | Name Type State Address Interface Index |
| 606 | 2026-04-23T03:28:20.961Z | ---- ------ ----- ------- --------------- |
| 607 | 2026-04-23T03:28:20.962Z | ena0/dhcp dhcp ok 10.150.1.234/24 2 |
| 608 | 2026-04-23T03:28:20.962Z | lo0/v4 static ok 127.0.0.1/8 1 |
| 609 | 2026-04-23T03:28:20.962Z | lo0/v6 static ok ::1/128 1 |
| 610 | 2026-04-23T03:28:20.962Z | process exited: duration 47107 ms, exit code 0 |
| |
| 611 | 2026-04-23T03:28:20.968Z | found 2 output files |
| 612 | 2026-04-23T03:28:20.968Z | uploading: /work/debug/netadm (42382160 bytes) |
| 613 | 2026-04-23T03:28:22.228Z | uploaded: /work/debug/netadm |
| 614 | 2026-04-23T03:28:22.228Z | uploading: /work/release/netadm (6298104 bytes) |
| 615 | 2026-04-23T03:28:23.282Z | uploaded: /work/release/netadm |