|
|
|
| 1 | 2026-07-19T04:20:09.139Z | job assigned to worker 01KXW9HW7M8NDR039ZK54ERK7Q [factory aws, i-0d954446693ace986] (queued for 0 s) |
| |
| 2 | 2026-07-19T04:20:09.152Z | starting task 0: "setup" |
| 3 | 2026-07-19T04:20:09.156Z | ++ uname -s |
| 4 | 2026-07-19T04:20:09.161Z | + kern=SunOS |
| 5 | 2026-07-19T04:20:09.161Z | + build_user=build |
| 6 | 2026-07-19T04:20:09.161Z | + build_uid=12345 |
| 7 | 2026-07-19T04:20:09.161Z | + work_dir=/work |
| 8 | 2026-07-19T04:20:09.161Z | + input_dir=/input |
| 9 | 2026-07-19T04:20:09.161Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-19T04:20:09.161Z | + case "$kern" in |
| 11 | 2026-07-19T04:20:09.161Z | + groupadd -g 12345 build |
| 12 | 2026-07-19T04:20:09.162Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-19T04:20:11.168Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-19T04:20:11.268Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-19T04:20:11.273Z | + home_fs=zfs |
| 16 | 2026-07-19T04:20:11.273Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-19T04:20:11.273Z | + mkdir -p /home/build |
| 18 | 2026-07-19T04:20:11.273Z | + chown build:build /home/build /work |
| 19 | 2026-07-19T04:20:14.297Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-19T04:20:14.315Z | process exited: duration 4124 ms, exit code 0 |
| |
| 21 | 2026-07-19T04:20:14.340Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-19T04:20:14.344Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-07-19T04:20:14.344Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-19T04:20:14.344Z | * rust toolchain channel = "stable" |
| 25 | 2026-07-19T04:20:14.344Z | * rust toolchain profile = "default" |
| 26 | 2026-07-19T04:20:14.344Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-19T04:20:14.344Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-19T04:20:14.344Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-19T04:20:14.345Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-07-19T04:20:14.465Z | info: downloading installer |
| 31 | 2026-07-19T04:20:15.865Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-07-19T04:20:15.866Z | warn: /opt/ooce/bin |
| 33 | 2026-07-19T04:20:15.866Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-07-19T04:20:15.866Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-07-19T04:20:15.866Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-07-19T04:20:15.866Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-07-19T04:20:15.866Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-07-19T04:20:15.866Z | error: cannot install while Rust is installed |
| 39 | 2026-07-19T04:20:15.866Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-07-19T04:20:15.866Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-07-19T04:20:15.866Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-07-19T04:20:15.866Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-07-19T04:20:15.866Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-07-19T04:20:15.878Z | info: profile set to default |
| 45 | 2026-07-19T04:20:15.878Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-07-19T04:20:15.881Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-07-19T04:20:16.018Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 48 | 2026-07-19T04:20:16.022Z | info: downloading 6 components |
| 49 | 2026-07-19T04:20:32.593Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 50 | 2026-07-19T04:20:32.593Z | |
| 51 | 2026-07-19T04:20:32.620Z | stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 52 | 2026-07-19T04:20:32.620Z | |
| 53 | 2026-07-19T04:20:32.620Z | |
| 54 | 2026-07-19T04:20:32.620Z | Rust is installed now. Great! |
| 55 | 2026-07-19T04:20:32.620Z | |
| 56 | 2026-07-19T04:20:32.620Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-07-19T04:20:32.620Z | environment variable. This has not been done automatically. |
| 58 | 2026-07-19T04:20:32.620Z | |
| 59 | 2026-07-19T04:20:32.620Z | To configure your current shell, you need to source |
| 60 | 2026-07-19T04:20:32.620Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-07-19T04:20:32.620Z | |
| 62 | 2026-07-19T04:20:32.620Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-07-19T04:20:32.620Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-07-19T04:20:32.620Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-07-19T04:20:32.623Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-07-19T04:20:32.623Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-07-19T04:20:32.623Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-07-19T04:20:32.623Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-07-19T04:20:32.624Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-07-19T04:20:32.624Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-07-19T04:20:32.717Z | + rustup --version |
| 72 | 2026-07-19T04:20:32.730Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-07-19T04:20:32.733Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-07-19T04:20:32.749Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 75 | 2026-07-19T04:20:32.752Z | + cargo --version |
| 76 | 2026-07-19T04:20:32.764Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 77 | 2026-07-19T04:20:32.767Z | + rustc --version |
| 78 | 2026-07-19T04:20:32.785Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 79 | 2026-07-19T04:20:32.788Z | process exited: duration 18454 ms, exit code 0 |
| |
| 80 | 2026-07-19T04:20:32.796Z | starting task 2: "authentication" |
| 81 | 2026-07-19T04:20:32.809Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 82 | 2026-07-19T04:20:34.817Z | process exited: duration 2020 ms, exit code 0 |
| |
| 83 | 2026-07-19T04:20:34.822Z | starting task 3: "clone repository" |
| 84 | 2026-07-19T04:20:34.826Z | + mkdir -p /work/oxidecomputer/netadm-sys |
| 85 | 2026-07-19T04:20:34.829Z | + git clone https://github.com/oxidecomputer/netadm-sys /work/oxidecomputer/netadm-sys |
| 86 | 2026-07-19T04:20:34.858Z | Cloning into '/work/oxidecomputer/netadm-sys'... |
| 87 | 2026-07-19T04:20:35.521Z | + cd /work/oxidecomputer/netadm-sys |
| 88 | 2026-07-19T04:20:35.521Z | + git fetch origin 3b745e97e09d11af2ff3f99373e6e3d3e5551c07 |
| 89 | 2026-07-19T04:20:35.782Z | From https://github.com/oxidecomputer/netadm-sys |
| 90 | 2026-07-19T04:20:35.782Z | * branch 3b745e97e09d11af2ff3f99373e6e3d3e5551c07 -> FETCH_HEAD |
| 91 | 2026-07-19T04:20:35.789Z | + [[ -n renovate/anyhow-1.x-lockfile ]] |
| 92 | 2026-07-19T04:20:35.792Z | ++ git branch --show-current |
| 93 | 2026-07-19T04:20:35.792Z | + current=main |
| 94 | 2026-07-19T04:20:35.792Z | + [[ main != renovate/anyhow-1.x-lockfile ]] |
| 95 | 2026-07-19T04:20:35.792Z | + git branch -f renovate/anyhow-1.x-lockfile 3b745e97e09d11af2ff3f99373e6e3d3e5551c07 |
| 96 | 2026-07-19T04:20:35.795Z | + git checkout -f renovate/anyhow-1.x-lockfile |
| 97 | 2026-07-19T04:20:35.799Z | Switched to branch 'renovate/anyhow-1.x-lockfile' |
| 98 | 2026-07-19T04:20:35.799Z | + git reset --hard 3b745e97e09d11af2ff3f99373e6e3d3e5551c07 |
| 99 | 2026-07-19T04:20:35.804Z | HEAD is now at 3b745e9 Update Rust crate anyhow to v1.0.104 |
| 100 | 2026-07-19T04:20:35.804Z | process exited: duration 979 ms, exit code 0 |
| |
| 101 | 2026-07-19T04:20:35.812Z | starting task 4: "build" |
| 102 | 2026-07-19T04:20:35.816Z | + cargo --version |
| 103 | 2026-07-19T04:20:35.822Z | info: syncing channel updates for 1.86.0-x86_64-unknown-illumos |
| 104 | 2026-07-19T04:20:35.972Z | info: latest update on 2025-04-03 for version 1.86.0 (05f9846f8 2025-03-31) |
| 105 | 2026-07-19T04:20:35.975Z | info: downloading 6 components |
| 106 | 2026-07-19T04:20:52.702Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
| 107 | 2026-07-19T04:20:52.705Z | + rustc --version |
| 108 | 2026-07-19T04:20:52.732Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
| 109 | 2026-07-19T04:20:52.735Z | + banner build |
| 110 | 2026-07-19T04:20:52.738Z | |
| 111 | 2026-07-19T04:20:52.738Z | ##### # # # # ##### |
| 112 | 2026-07-19T04:20:52.738Z | # # # # # # # # |
| 113 | 2026-07-19T04:20:52.739Z | ##### # # # # # # |
| 114 | 2026-07-19T04:20:52.739Z | # # # # # # # # |
| 115 | 2026-07-19T04:20:52.739Z | # # # # # # # # |
| 116 | 2026-07-19T04:20:52.739Z | ##### #### # ###### ##### |
| 117 | 2026-07-19T04:20:52.739Z | |
| 118 | 2026-07-19T04:20:52.739Z | + ptime -m cargo build |
| 119 | 2026-07-19T04:20:52.809Z | Updating crates.io index |
| 120 | 2026-07-19T04:20:52.844Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 121 | 2026-07-19T04:20:53.116Z | From https://github.com/oxidecomputer/dlpi-sys |
| 122 | 2026-07-19T04:20:53.116Z | * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc |
| 123 | 2026-07-19T04:20:53.121Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 124 | 2026-07-19T04:20:53.409Z | From https://github.com/jmesmon/rust-libzfs |
| 125 | 2026-07-19T04:20:53.409Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 126 | 2026-07-19T04:20:53.450Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 127 | 2026-07-19T04:20:53.712Z | From https://github.com/oxidecomputer/rusty-doors |
| 128 | 2026-07-19T04:20:53.712Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 129 | 2026-07-19T04:20:54.835Z | Downloading crates ... |
| 130 | 2026-07-19T04:20:54.889Z | Downloaded once_cell v1.21.3 |
| 131 | 2026-07-19T04:20:54.899Z | Downloaded anstyle-query v1.1.5 |
| 132 | 2026-07-19T04:20:54.902Z | Downloaded foreign-types-shared v0.3.1 |
| 133 | 2026-07-19T04:20:54.902Z | Downloaded foreign-types-macros v0.2.3 |
| 134 | 2026-07-19T04:20:54.907Z | Downloaded anstyle-parse v1.0.0 |
| 135 | 2026-07-19T04:20:54.910Z | Downloaded lazy_static v1.5.0 |
| 136 | 2026-07-19T04:20:54.910Z | Downloaded equivalent v1.0.2 |
| 137 | 2026-07-19T04:20:54.913Z | Downloaded heck v0.5.0 |
| 138 | 2026-07-19T04:20:54.916Z | Downloaded pretty-hex v0.4.1 |
| 139 | 2026-07-19T04:20:54.918Z | Downloaded foreign-types v0.5.0 |
| 140 | 2026-07-19T04:20:54.931Z | Downloaded cstr-argument v0.1.2 |
| 141 | 2026-07-19T04:20:54.940Z | Downloaded matchers v0.2.0 |
| 142 | 2026-07-19T04:20:54.943Z | Downloaded clap_lex v1.0.0 |
| 143 | 2026-07-19T04:20:54.943Z | Downloaded colorchoice v1.0.4 |
| 144 | 2026-07-19T04:20:54.946Z | Downloaded strsim v0.11.1 |
| 145 | 2026-07-19T04:20:54.949Z | Downloaded num_enum_derive v0.7.6 |
| 146 | 2026-07-19T04:20:54.949Z | Downloaded anstyle v1.0.14 |
| 147 | 2026-07-19T04:20:54.952Z | Downloaded memchr v2.8.0 |
| 148 | 2026-07-19T04:20:54.954Z | Downloaded cpufeatures v0.3.0 |
| 149 | 2026-07-19T04:20:54.958Z | Downloaded is_terminal_polyfill v1.70.2 |
| 150 | 2026-07-19T04:20:54.961Z | Downloaded cfg-if v1.0.4 |
| 151 | 2026-07-19T04:20:54.964Z | Downloaded utf8parse v0.2.2 |
| 152 | 2026-07-19T04:20:54.966Z | Downloaded tabwriter v1.4.1 |
| 153 | 2026-07-19T04:20:54.966Z | Downloaded anstream v1.0.0 |
| 154 | 2026-07-19T04:20:54.969Z | Downloaded proc-macro-crate v3.5.0 |
| 155 | 2026-07-19T04:20:54.979Z | Downloaded tracing-log v0.2.0 |
| 156 | 2026-07-19T04:20:54.986Z | Downloaded thread_local v1.1.9 |
| 157 | 2026-07-19T04:20:54.986Z | Downloaded num_enum v0.7.6 |
| 158 | 2026-07-19T04:20:54.990Z | Downloaded quote v1.0.45 |
| 159 | 2026-07-19T04:20:54.990Z | Downloaded nu-ansi-term v0.50.3 |
| 160 | 2026-07-19T04:20:54.990Z | Downloaded humantime v2.3.0 |
| 161 | 2026-07-19T04:20:54.994Z | Downloaded thiserror-impl v2.0.18 |
| 162 | 2026-07-19T04:20:54.994Z | Downloaded rand_core v0.10.0 |
| 163 | 2026-07-19T04:20:54.996Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 164 | 2026-07-19T04:20:55.000Z | Downloaded thiserror v2.0.18 |
| 165 | 2026-07-19T04:20:55.003Z | Downloaded rustversion v1.0.22 |
| 166 | 2026-07-19T04:20:55.006Z | Downloaded oxnet v0.1.6 |
| 167 | 2026-07-19T04:20:55.008Z | Downloaded anyhow v1.0.104 |
| 168 | 2026-07-19T04:20:55.011Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 169 | 2026-07-19T04:20:55.014Z | Downloaded pin-project-lite v0.2.17 |
| 170 | 2026-07-19T04:20:55.017Z | Downloaded tracing-attributes v0.1.31 |
| 171 | 2026-07-19T04:20:55.017Z | Downloaded clap_derive v4.6.1 |
| 172 | 2026-07-19T04:20:55.028Z | Downloaded chacha20 v0.10.0 |
| 173 | 2026-07-19T04:20:55.041Z | Downloaded log v0.4.29 |
| 174 | 2026-07-19T04:20:55.044Z | Downloaded unicode-ident v1.0.24 |
| 175 | 2026-07-19T04:20:55.048Z | Downloaded sharded-slab v0.1.7 |
| 176 | 2026-07-19T04:20:55.048Z | Downloaded getrandom v0.4.2 |
| 177 | 2026-07-19T04:20:55.053Z | Downloaded proc-macro2 v1.0.106 |
| 178 | 2026-07-19T04:20:55.057Z | Downloaded colored v3.1.1 |
| 179 | 2026-07-19T04:20:55.060Z | Downloaded socket2 v0.6.4 |
| 180 | 2026-07-19T04:20:55.063Z | Downloaded serde_core v1.0.228 |
| 181 | 2026-07-19T04:20:55.066Z | Downloaded toml_edit v0.25.4+spec-1.1.0 |
| 182 | 2026-07-19T04:20:55.068Z | Downloaded clap v4.6.1 |
| 183 | 2026-07-19T04:20:55.075Z | Downloaded smallvec v1.15.1 |
| 184 | 2026-07-19T04:20:55.078Z | Downloaded tracing-core v0.1.36 |
| 185 | 2026-07-19T04:20:55.087Z | Downloaded rand v0.10.1 |
| 186 | 2026-07-19T04:20:55.092Z | Downloaded indexmap v2.13.0 |
| 187 | 2026-07-19T04:20:55.145Z | Downloaded hashbrown v0.16.1 |
| 188 | 2026-07-19T04:20:55.150Z | Downloaded clap_builder v4.6.0 |
| 189 | 2026-07-19T04:20:55.153Z | Downloaded aho-corasick v1.1.4 |
| 190 | 2026-07-19T04:20:55.177Z | Downloaded winnow v0.7.15 |
| 191 | 2026-07-19T04:20:55.182Z | Downloaded tracing-subscriber v0.3.23 |
| 192 | 2026-07-19T04:20:55.186Z | Downloaded winnow v1.0.3 |
| 193 | 2026-07-19T04:20:55.193Z | Downloaded syn v1.0.109 |
| 194 | 2026-07-19T04:20:55.218Z | Downloaded unicode-width v0.2.2 |
| 195 | 2026-07-19T04:20:55.222Z | Downloaded syn v2.0.117 |
| 196 | 2026-07-19T04:20:55.237Z | Downloaded regex-syntax v0.8.10 |
| 197 | 2026-07-19T04:20:55.253Z | Downloaded tracing v0.1.44 |
| 198 | 2026-07-19T04:20:55.278Z | Downloaded regex-automata v0.4.14 |
| 199 | 2026-07-19T04:20:55.291Z | Downloaded libc v0.2.186 |
| 200 | 2026-07-19T04:20:55.379Z | Compiling proc-macro2 v1.0.106 |
| 201 | 2026-07-19T04:20:55.379Z | Compiling unicode-ident v1.0.24 |
| 202 | 2026-07-19T04:20:55.379Z | Compiling quote v1.0.45 |
| 203 | 2026-07-19T04:20:55.382Z | Compiling libc v0.2.186 |
| 204 | 2026-07-19T04:20:55.382Z | Compiling cfg-if v1.0.4 |
| 205 | 2026-07-19T04:20:55.382Z | Compiling hashbrown v0.16.1 |
| 206 | 2026-07-19T04:20:55.382Z | Compiling winnow v0.7.15 |
| 207 | 2026-07-19T04:20:55.386Z | Compiling equivalent v1.0.2 |
| 208 | 2026-07-19T04:20:55.444Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 209 | 2026-07-19T04:20:55.457Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 210 | 2026-07-19T04:20:55.491Z | Compiling once_cell v1.21.3 |
| 211 | 2026-07-19T04:20:55.652Z | Compiling rustversion v1.0.22 |
| 212 | 2026-07-19T04:20:55.684Z | Compiling syn v1.0.109 |
| 213 | 2026-07-19T04:20:55.721Z | Compiling tracing-core v0.1.36 |
| 214 | 2026-07-19T04:20:55.745Z | Compiling thiserror v2.0.18 |
| 215 | 2026-07-19T04:20:55.897Z | Compiling indexmap v2.13.0 |
| 216 | 2026-07-19T04:20:56.040Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 217 | 2026-07-19T04:20:56.043Z | Compiling utf8parse v0.2.2 |
| 218 | 2026-07-19T04:20:56.088Z | Compiling getrandom v0.4.2 |
| 219 | 2026-07-19T04:20:56.117Z | Compiling rand_core v0.10.0 |
| 220 | 2026-07-19T04:20:56.132Z | Compiling anstyle-parse v1.0.0 |
| 221 | 2026-07-19T04:20:56.296Z | Compiling regex-syntax v0.8.10 |
| 222 | 2026-07-19T04:20:56.350Z | Compiling cpufeatures v0.3.0 |
| 223 | 2026-07-19T04:20:56.408Z | Compiling syn v2.0.117 |
| 224 | 2026-07-19T04:20:56.475Z | Compiling pin-project-lite v0.2.17 |
| 225 | 2026-07-19T04:20:56.475Z | Compiling memchr v2.8.0 |
| 226 | 2026-07-19T04:20:56.478Z | Compiling anstyle v1.0.14 |
| 227 | 2026-07-19T04:20:56.558Z | Compiling anstyle-query v1.1.5 |
| 228 | 2026-07-19T04:20:56.652Z | Compiling is_terminal_polyfill v1.70.2 |
| 229 | 2026-07-19T04:20:56.680Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 230 | 2026-07-19T04:20:56.731Z | Compiling colorchoice v1.0.4 |
| 231 | 2026-07-19T04:20:56.799Z | Compiling anyhow v1.0.104 |
| 232 | 2026-07-19T04:20:56.829Z | Compiling foreign-types-shared v0.3.1 |
| 233 | 2026-07-19T04:20:56.855Z | Compiling cstr-argument v0.1.2 |
| 234 | 2026-07-19T04:20:56.906Z | Compiling anstream v1.0.0 |
| 235 | 2026-07-19T04:20:56.993Z | Compiling chacha20 v0.10.0 |
| 236 | 2026-07-19T04:20:57.114Z | Compiling toml_edit v0.25.4+spec-1.1.0 |
| 237 | 2026-07-19T04:20:57.215Z | Compiling regex-automata v0.4.14 |
| 238 | 2026-07-19T04:20:57.336Z | Compiling pretty-hex v0.4.1 |
| 239 | 2026-07-19T04:20:57.376Z | Compiling strsim v0.11.1 |
| 240 | 2026-07-19T04:20:57.406Z | Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet) |
| 241 | 2026-07-19T04:20:57.459Z | Compiling heck v0.5.0 |
| 242 | 2026-07-19T04:20:57.626Z | Compiling proc-macro-crate v3.5.0 |
| 243 | 2026-07-19T04:20:57.643Z | Compiling lazy_static v1.5.0 |
| 244 | 2026-07-19T04:20:57.730Z | Compiling log v0.4.29 |
| 245 | 2026-07-19T04:20:57.761Z | Compiling clap_lex v1.0.0 |
| 246 | 2026-07-19T04:20:57.929Z | Compiling clap_builder v4.6.0 |
| 247 | 2026-07-19T04:20:57.994Z | Compiling tracing-log v0.2.0 |
| 248 | 2026-07-19T04:20:57.997Z | Compiling sharded-slab v0.1.7 |
| 249 | 2026-07-19T04:20:58.066Z | Compiling rand v0.10.1 |
| 250 | 2026-07-19T04:20:58.307Z | Compiling socket2 v0.6.4 |
| 251 | 2026-07-19T04:20:58.516Z | Compiling thread_local v1.1.9 |
| 252 | 2026-07-19T04:20:58.609Z | Compiling unicode-width v0.2.2 |
| 253 | 2026-07-19T04:20:58.679Z | Compiling matchers v0.2.0 |
| 254 | 2026-07-19T04:20:58.729Z | Compiling nu-ansi-term v0.50.3 |
| 255 | 2026-07-19T04:20:58.761Z | Compiling oxnet v0.1.6 |
| 256 | 2026-07-19T04:20:58.805Z | Compiling colored v3.1.1 |
| 257 | 2026-07-19T04:20:58.869Z | Compiling smallvec v1.15.1 |
| 258 | 2026-07-19T04:20:59.046Z | Compiling winnow v1.0.3 |
| 259 | 2026-07-19T04:20:59.060Z | Compiling tabwriter v1.4.1 |
| 260 | 2026-07-19T04:20:59.115Z | Compiling humantime v2.3.0 |
| 261 | 2026-07-19T04:20:59.584Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 262 | 2026-07-19T04:20:59.878Z | Compiling thiserror-impl v2.0.18 |
| 263 | 2026-07-19T04:20:59.878Z | Compiling foreign-types-macros v0.2.3 |
| 264 | 2026-07-19T04:20:59.878Z | Compiling num_enum_derive v0.7.6 |
| 265 | 2026-07-19T04:20:59.912Z | Compiling tracing-attributes v0.1.31 |
| 266 | 2026-07-19T04:21:00.043Z | Compiling clap_derive v4.6.1 |
| 267 | 2026-07-19T04:21:00.066Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 268 | 2026-07-19T04:21:00.508Z | Compiling foreign-types v0.5.0 |
| 269 | 2026-07-19T04:21:00.558Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 270 | 2026-07-19T04:21:00.853Z | Compiling num_enum v0.7.6 |
| 271 | 2026-07-19T04:21:00.960Z | Compiling tracing v0.1.44 |
| 272 | 2026-07-19T04:21:01.007Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 273 | 2026-07-19T04:21:01.088Z | Compiling tracing-subscriber v0.3.23 |
| 274 | 2026-07-19T04:21:01.370Z | Compiling clap v4.6.1 |
| 275 | 2026-07-19T04:21:02.299Z | Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm) |
| 276 | 2026-07-19T04:21:04.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s |
| 277 | 2026-07-19T04:21:04.301Z | |
| 278 | 2026-07-19T04:21:04.301Z | real 11.550625446 |
| 279 | 2026-07-19T04:21:04.301Z | user 40.042375028 |
| 280 | 2026-07-19T04:21:04.301Z | sys 8.393961612 |
| 281 | 2026-07-19T04:21:04.301Z | trap 0.034854418 |
| 282 | 2026-07-19T04:21:04.301Z | tflt 0.124604657 |
| 283 | 2026-07-19T04:21:04.301Z | dflt 0.078565053 |
| 284 | 2026-07-19T04:21:04.307Z | kflt 0.003180579 |
| 285 | 2026-07-19T04:21:04.307Z | lock 42.498385557 |
| 286 | 2026-07-19T04:21:04.307Z | slp 2:34.744738923 |
| 287 | 2026-07-19T04:21:04.307Z | lat 2.621795912 |
| 288 | 2026-07-19T04:21:04.307Z | stop 3.517107729 |
| 289 | 2026-07-19T04:21:04.307Z | + ptime -m cargo build --release |
| 290 | 2026-07-19T04:21:04.359Z | Compiling proc-macro2 v1.0.106 |
| 291 | 2026-07-19T04:21:04.359Z | Compiling quote v1.0.45 |
| 292 | 2026-07-19T04:21:04.359Z | Compiling unicode-ident v1.0.24 |
| 293 | 2026-07-19T04:21:04.362Z | Compiling cfg-if v1.0.4 |
| 294 | 2026-07-19T04:21:04.363Z | Compiling libc v0.2.186 |
| 295 | 2026-07-19T04:21:04.363Z | Compiling hashbrown v0.16.1 |
| 296 | 2026-07-19T04:21:04.363Z | Compiling winnow v0.7.15 |
| 297 | 2026-07-19T04:21:04.363Z | Compiling equivalent v1.0.2 |
| 298 | 2026-07-19T04:21:04.424Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 299 | 2026-07-19T04:21:04.431Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 300 | 2026-07-19T04:21:04.468Z | Compiling syn v1.0.109 |
| 301 | 2026-07-19T04:21:04.624Z | Compiling rustversion v1.0.22 |
| 302 | 2026-07-19T04:21:04.662Z | Compiling once_cell v1.21.3 |
| 303 | 2026-07-19T04:21:04.680Z | Compiling thiserror v2.0.18 |
| 304 | 2026-07-19T04:21:04.803Z | Compiling getrandom v0.4.2 |
| 305 | 2026-07-19T04:21:04.860Z | Compiling indexmap v2.13.0 |
| 306 | 2026-07-19T04:21:04.882Z | Compiling tracing-core v0.1.36 |
| 307 | 2026-07-19T04:21:04.998Z | Compiling utf8parse v0.2.2 |
| 308 | 2026-07-19T04:21:05.050Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 309 | 2026-07-19T04:21:05.072Z | Compiling rand_core v0.10.0 |
| 310 | 2026-07-19T04:21:05.123Z | Compiling anstyle-parse v1.0.0 |
| 311 | 2026-07-19T04:21:05.305Z | Compiling regex-syntax v0.8.10 |
| 312 | 2026-07-19T04:21:05.312Z | Compiling colorchoice v1.0.4 |
| 313 | 2026-07-19T04:21:05.409Z | Compiling syn v2.0.117 |
| 314 | 2026-07-19T04:21:05.450Z | Compiling pin-project-lite v0.2.17 |
| 315 | 2026-07-19T04:21:05.461Z | Compiling is_terminal_polyfill v1.70.2 |
| 316 | 2026-07-19T04:21:05.530Z | Compiling anyhow v1.0.104 |
| 317 | 2026-07-19T04:21:05.534Z | Compiling memchr v2.8.0 |
| 318 | 2026-07-19T04:21:05.771Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 319 | 2026-07-19T04:21:05.816Z | Compiling anstyle-query v1.1.5 |
| 320 | 2026-07-19T04:21:05.842Z | Compiling anstyle v1.0.14 |
| 321 | 2026-07-19T04:21:05.902Z | Compiling foreign-types-shared v0.3.1 |
| 322 | 2026-07-19T04:21:05.975Z | Compiling cpufeatures v0.3.0 |
| 323 | 2026-07-19T04:21:05.978Z | Compiling cstr-argument v0.1.2 |
| 324 | 2026-07-19T04:21:06.035Z | Compiling chacha20 v0.10.0 |
| 325 | 2026-07-19T04:21:06.078Z | Compiling anstream v1.0.0 |
| 326 | 2026-07-19T04:21:06.114Z | Compiling toml_edit v0.25.4+spec-1.1.0 |
| 327 | 2026-07-19T04:21:06.298Z | Compiling regex-automata v0.4.14 |
| 328 | 2026-07-19T04:21:06.565Z | Compiling pretty-hex v0.4.1 |
| 329 | 2026-07-19T04:21:06.623Z | Compiling proc-macro-crate v3.5.0 |
| 330 | 2026-07-19T04:21:06.665Z | Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet) |
| 331 | 2026-07-19T04:21:06.694Z | Compiling heck v0.5.0 |
| 332 | 2026-07-19T04:21:06.870Z | Compiling lazy_static v1.5.0 |
| 333 | 2026-07-19T04:21:06.879Z | Compiling log v0.4.29 |
| 334 | 2026-07-19T04:21:06.953Z | Compiling clap_lex v1.0.0 |
| 335 | 2026-07-19T04:21:06.970Z | Compiling strsim v0.11.1 |
| 336 | 2026-07-19T04:21:07.032Z | Compiling tracing-log v0.2.0 |
| 337 | 2026-07-19T04:21:07.101Z | Compiling sharded-slab v0.1.7 |
| 338 | 2026-07-19T04:21:07.304Z | Compiling clap_builder v4.6.0 |
| 339 | 2026-07-19T04:21:07.363Z | Compiling rand v0.10.1 |
| 340 | 2026-07-19T04:21:07.801Z | Compiling socket2 v0.6.4 |
| 341 | 2026-07-19T04:21:08.129Z | Compiling matchers v0.2.0 |
| 342 | 2026-07-19T04:21:08.264Z | Compiling thread_local v1.1.9 |
| 343 | 2026-07-19T04:21:08.522Z | Compiling unicode-width v0.2.2 |
| 344 | 2026-07-19T04:21:08.575Z | Compiling nu-ansi-term v0.50.3 |
| 345 | 2026-07-19T04:21:08.582Z | Compiling oxnet v0.1.6 |
| 346 | 2026-07-19T04:21:08.772Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 347 | 2026-07-19T04:21:08.806Z | Compiling colored v3.1.1 |
| 348 | 2026-07-19T04:21:08.948Z | Compiling smallvec v1.15.1 |
| 349 | 2026-07-19T04:21:09.017Z | Compiling tracing-attributes v0.1.31 |
| 350 | 2026-07-19T04:21:09.149Z | Compiling thiserror-impl v2.0.18 |
| 351 | 2026-07-19T04:21:09.195Z | Compiling foreign-types-macros v0.2.3 |
| 352 | 2026-07-19T04:21:09.283Z | Compiling num_enum_derive v0.7.6 |
| 353 | 2026-07-19T04:21:09.505Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 354 | 2026-07-19T04:21:09.614Z | Compiling clap_derive v4.6.1 |
| 355 | 2026-07-19T04:21:09.827Z | Compiling foreign-types v0.5.0 |
| 356 | 2026-07-19T04:21:09.893Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 357 | 2026-07-19T04:21:10.253Z | Compiling tracing v0.1.44 |
| 358 | 2026-07-19T04:21:10.294Z | Compiling winnow v1.0.3 |
| 359 | 2026-07-19T04:21:10.298Z | Compiling num_enum v0.7.6 |
| 360 | 2026-07-19T04:21:10.404Z | Compiling tabwriter v1.4.1 |
| 361 | 2026-07-19T04:21:10.490Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 362 | 2026-07-19T04:21:10.586Z | Compiling tracing-subscriber v0.3.23 |
| 363 | 2026-07-19T04:21:10.694Z | Compiling humantime v2.3.0 |
| 364 | 2026-07-19T04:21:11.375Z | Compiling clap v4.6.1 |
| 365 | 2026-07-19T04:21:14.049Z | Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm) |
| 366 | 2026-07-19T04:21:16.790Z | Finished `release` profile [optimized] target(s) in 12.47s |
| 367 | 2026-07-19T04:21:16.805Z | |
| 368 | 2026-07-19T04:21:16.805Z | real 12.492909001 |
| 369 | 2026-07-19T04:21:16.805Z | user 1:12.554633595 |
| 370 | 2026-07-19T04:21:16.805Z | sys 7.914085497 |
| 371 | 2026-07-19T04:21:16.805Z | trap 0.040319834 |
| 372 | 2026-07-19T04:21:16.805Z | tflt 0.194116403 |
| 373 | 2026-07-19T04:21:16.805Z | dflt 0.072748351 |
| 374 | 2026-07-19T04:21:16.809Z | kflt 0.000024857 |
| 375 | 2026-07-19T04:21:16.809Z | lock 1:53.267872503 |
| 376 | 2026-07-19T04:21:16.809Z | slp 3:55.831303591 |
| 377 | 2026-07-19T04:21:16.809Z | lat 5.108432099 |
| 378 | 2026-07-19T04:21:16.809Z | stop 3.350829213 |
| 379 | 2026-07-19T04:21:16.809Z | + for x in debug release |
| 380 | 2026-07-19T04:21:16.809Z | + mkdir -p /work/debug |
| 381 | 2026-07-19T04:21:16.809Z | + cp target/debug/netadm /work/debug/netadm |
| 382 | 2026-07-19T04:21:16.831Z | + for x in debug release |
| 383 | 2026-07-19T04:21:16.831Z | + mkdir -p /work/release |
| 384 | 2026-07-19T04:21:16.836Z | + cp target/release/netadm /work/release/netadm |
| 385 | 2026-07-19T04:21:16.843Z | + banner check |
| 386 | 2026-07-19T04:21:16.843Z | |
| 387 | 2026-07-19T04:21:16.843Z | #### # # ###### #### # # |
| 388 | 2026-07-19T04:21:16.843Z | # # # # # # # # # |
| 389 | 2026-07-19T04:21:16.843Z | # ###### ##### # #### |
| 390 | 2026-07-19T04:21:16.843Z | # # # # # # # |
| 391 | 2026-07-19T04:21:16.843Z | # # # # # # # # # |
| 392 | 2026-07-19T04:21:16.843Z | #### # # ###### #### # # |
| 393 | 2026-07-19T04:21:16.843Z | |
| 394 | 2026-07-19T04:21:16.843Z | + cargo fmt -- --check |
| 395 | 2026-07-19T04:21:16.948Z | + cargo clippy --all-targets -- --deny warnings |
| 396 | 2026-07-19T04:21:17.111Z | Checking cfg-if v1.0.4 |
| 397 | 2026-07-19T04:21:17.112Z | Checking once_cell v1.21.3 |
| 398 | 2026-07-19T04:21:17.112Z | Checking libc v0.2.186 |
| 399 | 2026-07-19T04:21:17.119Z | Checking rand_core v0.10.0 |
| 400 | 2026-07-19T04:21:17.122Z | Checking foreign-types-shared v0.3.1 |
| 401 | 2026-07-19T04:21:17.122Z | Checking memchr v2.8.0 |
| 402 | 2026-07-19T04:21:17.122Z | Checking pin-project-lite v0.2.17 |
| 403 | 2026-07-19T04:21:17.122Z | Checking cpufeatures v0.3.0 |
| 404 | 2026-07-19T04:21:17.157Z | Checking num_enum v0.7.6 |
| 405 | 2026-07-19T04:21:17.167Z | Checking libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 406 | 2026-07-19T04:21:17.179Z | Checking foreign-types v0.5.0 |
| 407 | 2026-07-19T04:21:17.189Z | Checking thiserror v2.0.18 |
| 408 | 2026-07-19T04:21:17.227Z | Checking chacha20 v0.10.0 |
| 409 | 2026-07-19T04:21:17.244Z | Checking nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 410 | 2026-07-19T04:21:17.255Z | Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet) |
| 411 | 2026-07-19T04:21:17.255Z | Checking pretty-hex v0.4.1 |
| 412 | 2026-07-19T04:21:17.255Z | Checking tracing-core v0.1.36 |
| 413 | 2026-07-19T04:21:17.292Z | Checking anyhow v1.0.104 |
| 414 | 2026-07-19T04:21:17.376Z | Checking colored v3.1.1 |
| 415 | 2026-07-19T04:21:17.418Z | Checking oxnet v0.1.6 |
| 416 | 2026-07-19T04:21:17.438Z | Checking getrandom v0.4.2 |
| 417 | 2026-07-19T04:21:17.438Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 418 | 2026-07-19T04:21:17.438Z | Checking socket2 v0.6.4 |
| 419 | 2026-07-19T04:21:17.622Z | Checking cstr-argument v0.1.2 |
| 420 | 2026-07-19T04:21:17.650Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 421 | 2026-07-19T04:21:17.650Z | Checking winnow v1.0.3 |
| 422 | 2026-07-19T04:21:17.650Z | Checking utf8parse v0.2.2 |
| 423 | 2026-07-19T04:21:17.650Z | Checking rand v0.10.1 |
| 424 | 2026-07-19T04:21:17.650Z | Checking tracing v0.1.44 |
| 425 | 2026-07-19T04:21:17.650Z | Checking regex-syntax v0.8.10 |
| 426 | 2026-07-19T04:21:17.650Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 427 | 2026-07-19T04:21:17.650Z | Checking anstyle v1.0.14 |
| 428 | 2026-07-19T04:21:17.650Z | Checking anstyle-parse v1.0.0 |
| 429 | 2026-07-19T04:21:17.650Z | Checking anstyle-query v1.1.5 |
| 430 | 2026-07-19T04:21:17.666Z | Checking is_terminal_polyfill v1.70.2 |
| 431 | 2026-07-19T04:21:17.678Z | Checking colorchoice v1.0.4 |
| 432 | 2026-07-19T04:21:17.678Z | Checking log v0.4.29 |
| 433 | 2026-07-19T04:21:17.688Z | Checking strsim v0.11.1 |
| 434 | 2026-07-19T04:21:17.705Z | Checking lazy_static v1.5.0 |
| 435 | 2026-07-19T04:21:17.749Z | Checking clap_lex v1.0.0 |
| 436 | 2026-07-19T04:21:17.759Z | Checking anstream v1.0.0 |
| 437 | 2026-07-19T04:21:17.765Z | Checking sharded-slab v0.1.7 |
| 438 | 2026-07-19T04:21:17.800Z | Checking tracing-log v0.2.0 |
| 439 | 2026-07-19T04:21:17.819Z | Checking thread_local v1.1.9 |
| 440 | 2026-07-19T04:21:17.842Z | Checking unicode-width v0.2.2 |
| 441 | 2026-07-19T04:21:17.898Z | Checking clap_builder v4.6.0 |
| 442 | 2026-07-19T04:21:17.909Z | Checking nu-ansi-term v0.50.3 |
| 443 | 2026-07-19T04:21:17.914Z | Checking smallvec v1.15.1 |
| 444 | 2026-07-19T04:21:17.950Z | Checking humantime v2.3.0 |
| 445 | 2026-07-19T04:21:18.066Z | Checking tabwriter v1.4.1 |
| 446 | 2026-07-19T04:21:18.217Z | Checking regex-automata v0.4.14 |
| 447 | 2026-07-19T04:21:19.008Z | Checking clap v4.6.1 |
| 448 | 2026-07-19T04:21:19.326Z | Checking matchers v0.2.0 |
| 449 | 2026-07-19T04:21:19.405Z | Checking tracing-subscriber v0.3.23 |
| 450 | 2026-07-19T04:21:20.181Z | Checking netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm) |
| 451 | 2026-07-19T04:21:20.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.78s |
| 452 | 2026-07-19T04:21:20.798Z | + banner pre-test |
| 453 | 2026-07-19T04:21:20.801Z | |
| 454 | 2026-07-19T04:21:20.801Z | ##### ##### ###### ##### ###### #### ##### |
| 455 | 2026-07-19T04:21:20.801Z | # # # # # # # # # |
| 456 | 2026-07-19T04:21:20.801Z | # # # # ##### ##### # ##### #### # |
| 457 | 2026-07-19T04:21:20.801Z | ##### ##### # # # # # |
| 458 | 2026-07-19T04:21:20.802Z | # # # # # # # # # |
| 459 | 2026-07-19T04:21:20.802Z | # # # ###### # ###### #### # |
| 460 | 2026-07-19T04:21:20.802Z | |
| 461 | 2026-07-19T04:21:20.802Z | + uname -a |
| 462 | 2026-07-19T04:21:20.802Z | SunOS w-01KXW9HW7M8NDR039ZK54ERK7Q 5.11 helios-2.0.23838 i86pc i386 i86pc |
| 463 | 2026-07-19T04:21:20.802Z | + ./target/debug/netadm show links |
| 464 | 2026-07-19T04:21:20.807Z | Id Name Flags Class State MAC MTU |
| 465 | 2026-07-19T04:21:20.807Z | -- ---- ----- ----- ----- --- --- |
| 466 | 2026-07-19T04:21:20.807Z | 1 ena0 active persistent physical up 06:db:97:b5:17:cf 9216 |
| 467 | 2026-07-19T04:21:20.807Z | + ./target/debug/netadm show addrs |
| 468 | 2026-07-19T04:21:20.811Z | Name Type State Address Interface Index |
| 469 | 2026-07-19T04:21:20.811Z | ---- ------ ----- ------- --------------- |
| 470 | 2026-07-19T04:21:20.811Z | ena0/dhcp dhcp ok 10.150.1.50/24 2 |
| 471 | 2026-07-19T04:21:20.811Z | lo0/v4 static ok 127.0.0.1/8 1 |
| 472 | 2026-07-19T04:21:20.811Z | lo0/v6 static ok ::1/128 1 |
| 473 | 2026-07-19T04:21:20.811Z | + banner test |
| 474 | 2026-07-19T04:21:20.811Z | |
| 475 | 2026-07-19T04:21:20.811Z | ##### ###### #### ##### |
| 476 | 2026-07-19T04:21:20.812Z | # # # # |
| 477 | 2026-07-19T04:21:20.812Z | # ##### #### # |
| 478 | 2026-07-19T04:21:20.812Z | # # # # |
| 479 | 2026-07-19T04:21:20.812Z | # # # # # |
| 480 | 2026-07-19T04:21:20.812Z | # ###### #### # |
| 481 | 2026-07-19T04:21:20.812Z | |
| 482 | 2026-07-19T04:21:20.812Z | + pfexec ptime -m cargo test |
| 483 | 2026-07-19T04:21:20.943Z | Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet) |
| 484 | 2026-07-19T04:21:20.943Z | Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm) |
| 485 | 2026-07-19T04:21:22.053Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1.23s |
| 486 | 2026-07-19T04:21:22.070Z | Running unittests src/lib.rs (target/debug/deps/libnet-ab603ab449526064) |
| 487 | 2026-07-19T04:21:22.074Z | |
| 488 | 2026-07-19T04:21:22.074Z | running 4 tests |
| 489 | 2026-07-19T04:21:22.080Z | test pf_key::parse::tests::key_clamps_bogus_bits ... ok |
| 490 | 2026-07-19T04:21:22.080Z | test pf_key::parse::tests::str_auth_rejects_undersized_len ... ok |
| 491 | 2026-07-19T04:21:22.080Z | test pf_key::parse::tests::str_auth_rejects_overlong_len ... ok |
| 492 | 2026-07-19T04:21:22.080Z | test pf_key::parse::tests::str_auth_parses_max_key ... ok |
| 493 | 2026-07-19T04:21:22.080Z | |
| 494 | 2026-07-19T04:21:22.080Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 495 | 2026-07-19T04:21:22.080Z | |
| 496 | 2026-07-19T04:21:22.080Z | Running tests/ip.rs (target/debug/deps/ip-7d5f01d3b271322a) |
| 497 | 2026-07-19T04:21:22.080Z | |
| 498 | 2026-07-19T04:21:22.080Z | running 4 tests |
| 499 | 2026-07-19T04:21:22.080Z | test test_get_addresses ... ok |
| 500 | 2026-07-19T04:21:22.080Z | test test_address_consistency ... ok |
| 501 | 2026-07-19T04:21:22.080Z | test test_v6_static_lifecycle ... ok |
| 502 | 2026-07-19T04:21:22.084Z | test test_v6_local_lifecycle ... ok |
| 503 | 2026-07-19T04:21:22.084Z | |
| 504 | 2026-07-19T04:21:22.084Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 505 | 2026-07-19T04:21:22.084Z | |
| 506 | 2026-07-19T04:21:22.090Z | Running tests/link.rs (target/debug/deps/link-686088ecd64cdf0a) |
| 507 | 2026-07-19T04:21:22.090Z | |
| 508 | 2026-07-19T04:21:22.090Z | running 5 tests |
| 509 | 2026-07-19T04:21:22.095Z | test test_simnet_lifecycle ... ok |
| 510 | 2026-07-19T04:21:22.096Z | test test_simnet_connect ... ok |
| 511 | 2026-07-19T04:21:22.096Z | test test_get_links ... ok |
| 512 | 2026-07-19T04:21:22.096Z | test test_link_consistency ... ok |
| 513 | 2026-07-19T04:21:22.096Z | test test_vnic_lifecycle ... ok |
| 514 | 2026-07-19T04:21:22.096Z | |
| 515 | 2026-07-19T04:21:22.096Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 516 | 2026-07-19T04:21:22.096Z | |
| 517 | 2026-07-19T04:21:22.097Z | Running unittests src/main.rs (target/debug/deps/netadm-39f3f3a4f14f9797) |
| 518 | 2026-07-19T04:21:22.101Z | |
| 519 | 2026-07-19T04:21:22.101Z | running 0 tests |
| 520 | 2026-07-19T04:21:22.101Z | |
| 521 | 2026-07-19T04:21:22.101Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 522 | 2026-07-19T04:21:22.101Z | |
| 523 | 2026-07-19T04:21:22.101Z | Doc-tests libnet |
| 524 | 2026-07-19T04:21:22.264Z | |
| 525 | 2026-07-19T04:21:22.264Z | running 0 tests |
| 526 | 2026-07-19T04:21:22.264Z | |
| 527 | 2026-07-19T04:21:22.264Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 528 | 2026-07-19T04:21:22.264Z | |
| 529 | 2026-07-19T04:21:22.282Z | |
| 530 | 2026-07-19T04:21:22.282Z | real 1.463097095 |
| 531 | 2026-07-19T04:21:22.282Z | user 2.465144396 |
| 532 | 2026-07-19T04:21:22.282Z | sys 0.947303246 |
| 533 | 2026-07-19T04:21:22.282Z | trap 0.000225376 |
| 534 | 2026-07-19T04:21:22.282Z | tflt 0.000491378 |
| 535 | 2026-07-19T04:21:22.282Z | dflt 0.002226512 |
| 536 | 2026-07-19T04:21:22.282Z | kflt 0.000000000 |
| 537 | 2026-07-19T04:21:22.282Z | lock 2.440008971 |
| 538 | 2026-07-19T04:21:22.282Z | slp 12.033714599 |
| 539 | 2026-07-19T04:21:22.282Z | lat 0.014993118 |
| 540 | 2026-07-19T04:21:22.282Z | stop 0.304715569 |
| 541 | 2026-07-19T04:21:22.287Z | + pfexec ptime -m cargo test --release |
| 542 | 2026-07-19T04:21:22.341Z | Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet) |
| 543 | 2026-07-19T04:21:22.341Z | Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm) |
| 544 | 2026-07-19T04:21:23.383Z | Finished `release` profile [optimized] target(s) in 1.09s |
| 545 | 2026-07-19T04:21:23.395Z | Running unittests src/lib.rs (target/release/deps/libnet-2d26f8673258b74f) |
| 546 | 2026-07-19T04:21:23.404Z | |
| 547 | 2026-07-19T04:21:23.404Z | running 4 tests |
| 548 | 2026-07-19T04:21:23.410Z | test pf_key::parse::tests::key_clamps_bogus_bits ... ok |
| 549 | 2026-07-19T04:21:23.411Z | test pf_key::parse::tests::str_auth_parses_max_key ... ok |
| 550 | 2026-07-19T04:21:23.411Z | test pf_key::parse::tests::str_auth_rejects_overlong_len ... ok |
| 551 | 2026-07-19T04:21:23.411Z | test pf_key::parse::tests::str_auth_rejects_undersized_len ... ok |
| 552 | 2026-07-19T04:21:23.411Z | |
| 553 | 2026-07-19T04:21:23.411Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 554 | 2026-07-19T04:21:23.411Z | |
| 555 | 2026-07-19T04:21:23.411Z | Running tests/ip.rs (target/release/deps/ip-24476c28eb40c50d) |
| 556 | 2026-07-19T04:21:23.411Z | |
| 557 | 2026-07-19T04:21:23.411Z | running 4 tests |
| 558 | 2026-07-19T04:21:23.411Z | test test_get_addresses ... ok |
| 559 | 2026-07-19T04:21:23.411Z | test test_address_consistency ... ok |
| 560 | 2026-07-19T04:21:23.415Z | test test_v6_static_lifecycle ... ok |
| 561 | 2026-07-19T04:21:23.415Z | test test_v6_local_lifecycle ... ok |
| 562 | 2026-07-19T04:21:23.415Z | |
| 563 | 2026-07-19T04:21:23.415Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 564 | 2026-07-19T04:21:23.415Z | |
| 565 | 2026-07-19T04:21:23.415Z | Running tests/link.rs (target/release/deps/link-d87b40292900462c) |
| 566 | 2026-07-19T04:21:23.415Z | |
| 567 | 2026-07-19T04:21:23.415Z | running 5 tests |
| 568 | 2026-07-19T04:21:23.418Z | test test_simnet_lifecycle ... ok |
| 569 | 2026-07-19T04:21:23.419Z | test test_get_links ... ok |
| 570 | 2026-07-19T04:21:23.419Z | test test_simnet_connect ... ok |
| 571 | 2026-07-19T04:21:23.419Z | test test_link_consistency ... ok |
| 572 | 2026-07-19T04:21:23.419Z | test test_vnic_lifecycle ... ok |
| 573 | 2026-07-19T04:21:23.419Z | |
| 574 | 2026-07-19T04:21:23.419Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 575 | 2026-07-19T04:21:23.419Z | |
| 576 | 2026-07-19T04:21:23.419Z | Running unittests src/main.rs (target/release/deps/netadm-7e31f63343b163a9) |
| 577 | 2026-07-19T04:21:23.426Z | |
| 578 | 2026-07-19T04:21:23.426Z | running 0 tests |
| 579 | 2026-07-19T04:21:23.426Z | |
| 580 | 2026-07-19T04:21:23.427Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 581 | 2026-07-19T04:21:23.427Z | |
| 582 | 2026-07-19T04:21:23.427Z | Doc-tests libnet |
| 583 | 2026-07-19T04:21:23.810Z | |
| 584 | 2026-07-19T04:21:23.811Z | running 0 tests |
| 585 | 2026-07-19T04:21:23.811Z | |
| 586 | 2026-07-19T04:21:23.811Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 587 | 2026-07-19T04:21:23.811Z | |
| 588 | 2026-07-19T04:21:23.828Z | |
| 589 | 2026-07-19T04:21:23.828Z | real 1.307575668 |
| 590 | 2026-07-19T04:21:23.828Z | user 2.482229162 |
| 591 | 2026-07-19T04:21:23.828Z | sys 0.816911052 |
| 592 | 2026-07-19T04:21:23.828Z | trap 0.000286021 |
| 593 | 2026-07-19T04:21:23.828Z | tflt 0.077205852 |
| 594 | 2026-07-19T04:21:23.828Z | dflt 0.006042943 |
| 595 | 2026-07-19T04:21:23.828Z | kflt 0.000000000 |
| 596 | 2026-07-19T04:21:23.828Z | lock 3.449110796 |
| 597 | 2026-07-19T04:21:23.829Z | slp 9.834206836 |
| 598 | 2026-07-19T04:21:23.829Z | lat 0.012067663 |
| 599 | 2026-07-19T04:21:23.829Z | stop 0.348841518 |
| 600 | 2026-07-19T04:21:23.829Z | + banner post-test |
| 601 | 2026-07-19T04:21:23.829Z | |
| 602 | 2026-07-19T04:21:23.829Z | ##### #### #### ##### ##### ###### #### ##### |
| 603 | 2026-07-19T04:21:23.829Z | # # # # # # # # # # |
| 604 | 2026-07-19T04:21:23.829Z | # # # # #### # ##### # ##### #### # |
| 605 | 2026-07-19T04:21:23.829Z | ##### # # # # # # # # |
| 606 | 2026-07-19T04:21:23.829Z | # # # # # # # # # # # |
| 607 | 2026-07-19T04:21:23.829Z | # #### #### # # ###### #### # |
| 608 | 2026-07-19T04:21:23.829Z | |
| 609 | 2026-07-19T04:21:23.829Z | + ./target/debug/netadm show links |
| 610 | 2026-07-19T04:21:23.829Z | Id Name Flags Class State MAC MTU |
| 611 | 2026-07-19T04:21:23.829Z | -- ---- ----- ----- ----- --- --- |
| 612 | 2026-07-19T04:21:23.829Z | 1 ena0 active persistent physical up 06:db:97:b5:17:cf 9216 |
| 613 | 2026-07-19T04:21:23.829Z | + ./target/debug/netadm show addrs |
| 614 | 2026-07-19T04:21:23.829Z | Name Type State Address Interface Index |
| 615 | 2026-07-19T04:21:23.829Z | ---- ------ ----- ------- --------------- |
| 616 | 2026-07-19T04:21:23.829Z | ena0/dhcp dhcp ok 10.150.1.50/24 2 |
| 617 | 2026-07-19T04:21:23.829Z | lo0/v4 static ok 127.0.0.1/8 1 |
| 618 | 2026-07-19T04:21:23.829Z | lo0/v6 static ok ::1/128 1 |
| 619 | 2026-07-19T04:21:23.829Z | process exited: duration 47790 ms, exit code 0 |
| |
| 620 | 2026-07-19T04:21:23.843Z | found 2 output files |
| 621 | 2026-07-19T04:21:23.851Z | uploading: /work/debug/netadm (42409160 bytes) |
| 622 | 2026-07-19T04:21:25.181Z | uploaded: /work/debug/netadm |
| 623 | 2026-07-19T04:21:25.181Z | uploading: /work/release/netadm (6299368 bytes) |
| 624 | 2026-07-19T04:21:26.291Z | uploaded: /work/release/netadm |