|
|
|
| 1 | 2026-03-08T07:52:40.047Z | job assigned to worker 01KK66WJ4WX9QTAK1KFJK05EFK [factory aws, i-0f29d677d1c3ea6e2] (queued for 54 s) |
| |
| 2 | 2026-03-08T07:52:48.859Z | starting task 0: "setup" |
| 3 | 2026-03-08T07:52:48.864Z | ++ uname -s |
| 4 | 2026-03-08T07:52:48.866Z | + kern=SunOS |
| 5 | 2026-03-08T07:52:48.867Z | + build_user=build |
| 6 | 2026-03-08T07:52:48.867Z | + build_uid=12345 |
| 7 | 2026-03-08T07:52:48.867Z | + work_dir=/work |
| 8 | 2026-03-08T07:52:48.867Z | + input_dir=/input |
| 9 | 2026-03-08T07:52:48.867Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-08T07:52:48.867Z | + case "$kern" in |
| 11 | 2026-03-08T07:52:48.867Z | + groupadd -g 12345 build |
| 12 | 2026-03-08T07:52:48.870Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-08T07:52:50.876Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-08T07:52:51.000Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-08T07:52:51.003Z | + home_fs=zfs |
| 16 | 2026-03-08T07:52:51.003Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-08T07:52:51.003Z | + mkdir -p /home/build |
| 18 | 2026-03-08T07:52:51.006Z | + chown build:build /home/build /work |
| 19 | 2026-03-08T07:52:53.006Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-08T07:52:53.009Z | process exited: duration 4152 ms, exit code 0 |
| |
| 21 | 2026-03-08T07:52:53.016Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-08T07:52:53.021Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-03-08T07:52:53.021Z | * rust toolchain channel = "stable" |
| 24 | 2026-03-08T07:52:53.021Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-03-08T07:52:53.021Z | * rust toolchain profile = "default" |
| 26 | 2026-03-08T07:52:53.021Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-08T07:52:53.021Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-08T07:52:53.024Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-08T07:52:53.024Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-03-08T07:52:53.164Z | info: downloading installer |
| 31 | 2026-03-08T07:52:55.220Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-08T07:52:55.220Z | warn: /opt/ooce/bin |
| 33 | 2026-03-08T07:52:55.220Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-08T07:52:55.220Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-08T07:52:55.220Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-08T07:52:55.220Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-08T07:52:55.220Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-08T07:52:55.220Z | error: cannot install while Rust is installed |
| 39 | 2026-03-08T07:52:55.220Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-08T07:52:55.233Z | info: profile set to 'default' |
| 41 | 2026-03-08T07:52:55.233Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-08T07:52:55.236Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
| 43 | 2026-03-08T07:52:55.403Z | info: latest update on 2026-03-05, rust version 1.94.0 (4a4ef493e 2026-03-02) |
| 44 | 2026-03-08T07:52:55.403Z | info: downloading component 'cargo' |
| 45 | 2026-03-08T07:52:56.944Z | info: downloading component 'clippy' |
| 46 | 2026-03-08T07:52:57.832Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-08T07:52:59.285Z | info: downloading component 'rust-std' |
| 48 | 2026-03-08T07:53:01.114Z | info: downloading component 'rustc' |
| 49 | 2026-03-08T07:53:10.985Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-08T07:53:11.467Z | info: installing component 'cargo' |
| 51 | 2026-03-08T07:53:12.417Z | info: installing component 'clippy' |
| 52 | 2026-03-08T07:53:12.818Z | info: installing component 'rust-docs' |
| 53 | 2026-03-08T07:53:14.806Z | info: installing component 'rust-std' |
| 54 | 2026-03-08T07:53:16.634Z | info: installing component 'rustc' |
| 55 | 2026-03-08T07:53:23.646Z | info: installing component 'rustfmt' |
| 56 | 2026-03-08T07:53:23.976Z | |
| 57 | 2026-03-08T07:53:23.976Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
| 58 | 2026-03-08T07:53:24.495Z | stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 59 | 2026-03-08T07:53:24.495Z | |
| 60 | 2026-03-08T07:53:24.498Z | |
| 61 | 2026-03-08T07:53:24.498Z | Rust is installed now. Great! |
| 62 | 2026-03-08T07:53:24.498Z | |
| 63 | 2026-03-08T07:53:24.498Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-08T07:53:24.498Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-08T07:53:24.498Z | |
| 66 | 2026-03-08T07:53:24.499Z | To configure your current shell, you need to source |
| 67 | 2026-03-08T07:53:24.499Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-08T07:53:24.499Z | |
| 69 | 2026-03-08T07:53:24.499Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-08T07:53:24.499Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-08T07:53:24.499Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-08T07:53:24.499Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-08T07:53:24.601Z | + rustup --version |
| 74 | 2026-03-08T07:53:24.613Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-08T07:53:24.616Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-08T07:53:24.692Z | info: The currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 77 | 2026-03-08T07:53:24.695Z | + cargo --version |
| 78 | 2026-03-08T07:53:24.756Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 79 | 2026-03-08T07:53:24.760Z | + rustc --version |
| 80 | 2026-03-08T07:53:24.828Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 81 | 2026-03-08T07:53:24.832Z | process exited: duration 31815 ms, exit code 0 |
| |
| 82 | 2026-03-08T07:53:24.838Z | starting task 2: "authentication" |
| 83 | 2026-03-08T07:53:24.861Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2026-03-08T07:53:24.867Z | starting task 3: "clone repository" |
| 85 | 2026-03-08T07:53:24.872Z | + mkdir -p /work/oxidecomputer/netadm-sys |
| 86 | 2026-03-08T07:53:24.875Z | + git clone https://github.com/oxidecomputer/netadm-sys /work/oxidecomputer/netadm-sys |
| 87 | 2026-03-08T07:53:24.913Z | Cloning into '/work/oxidecomputer/netadm-sys'... |
| 88 | 2026-03-08T07:53:25.533Z | + cd /work/oxidecomputer/netadm-sys |
| 89 | 2026-03-08T07:53:25.533Z | + git fetch origin 40e24bb80b038685b9a515575ba7b6060d5b7147 |
| 90 | 2026-03-08T07:53:25.772Z | From https://github.com/oxidecomputer/netadm-sys |
| 91 | 2026-03-08T07:53:25.772Z | * branch 40e24bb80b038685b9a515575ba7b6060d5b7147 -> FETCH_HEAD |
| 92 | 2026-03-08T07:53:25.780Z | + [[ -n renovate/libc-0.x-lockfile ]] |
| 93 | 2026-03-08T07:53:25.783Z | ++ git branch --show-current |
| 94 | 2026-03-08T07:53:25.786Z | + current=main |
| 95 | 2026-03-08T07:53:25.786Z | + [[ main != renovate/libc-0.x-lockfile ]] |
| 96 | 2026-03-08T07:53:25.786Z | + git branch -f renovate/libc-0.x-lockfile 40e24bb80b038685b9a515575ba7b6060d5b7147 |
| 97 | 2026-03-08T07:53:25.790Z | + git checkout -f renovate/libc-0.x-lockfile |
| 98 | 2026-03-08T07:53:25.794Z | Switched to branch 'renovate/libc-0.x-lockfile' |
| 99 | 2026-03-08T07:53:25.797Z | + git reset --hard 40e24bb80b038685b9a515575ba7b6060d5b7147 |
| 100 | 2026-03-08T07:53:25.801Z | HEAD is now at 40e24bb Update Rust crate libc to v0.2.183 |
| 101 | 2026-03-08T07:53:25.804Z | process exited: duration 935 ms, exit code 0 |
| |
| 102 | 2026-03-08T07:53:25.810Z | starting task 4: "build" |
| 103 | 2026-03-08T07:53:25.815Z | + cargo --version |
| 104 | 2026-03-08T07:53:25.823Z | info: syncing channel updates for '1.86.0-x86_64-unknown-illumos' |
| 105 | 2026-03-08T07:53:25.993Z | info: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31) |
| 106 | 2026-03-08T07:53:25.993Z | info: downloading component 'cargo' |
| 107 | 2026-03-08T07:53:27.395Z | info: downloading component 'clippy' |
| 108 | 2026-03-08T07:53:27.996Z | info: downloading component 'rust-docs' |
| 109 | 2026-03-08T07:53:29.844Z | info: downloading component 'rust-std' |
| 110 | 2026-03-08T07:53:32.353Z | info: downloading component 'rustc' |
| 111 | 2026-03-08T07:53:41.986Z | info: downloading component 'rustfmt' |
| 112 | 2026-03-08T07:53:42.489Z | info: installing component 'cargo' |
| 113 | 2026-03-08T07:53:43.345Z | info: installing component 'clippy' |
| 114 | 2026-03-08T07:53:43.733Z | info: installing component 'rust-docs' |
| 115 | 2026-03-08T07:53:45.659Z | info: installing component 'rust-std' |
| 116 | 2026-03-08T07:53:47.434Z | info: installing component 'rustc' |
| 117 | 2026-03-08T07:53:53.827Z | info: installing component 'rustfmt' |
| 118 | 2026-03-08T07:53:54.256Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
| 119 | 2026-03-08T07:53:54.259Z | + rustc --version |
| 120 | 2026-03-08T07:53:54.340Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
| 121 | 2026-03-08T07:53:54.345Z | + banner build |
| 122 | 2026-03-08T07:53:54.349Z | |
| 123 | 2026-03-08T07:53:54.349Z | ##### # # # # ##### |
| 124 | 2026-03-08T07:53:54.349Z | # # # # # # # # |
| 125 | 2026-03-08T07:53:54.349Z | ##### # # # # # # |
| 126 | 2026-03-08T07:53:54.349Z | # # # # # # # # |
| 127 | 2026-03-08T07:53:54.349Z | # # # # # # # # |
| 128 | 2026-03-08T07:53:54.349Z | ##### #### # ###### ##### |
| 129 | 2026-03-08T07:53:54.349Z | |
| 130 | 2026-03-08T07:53:54.352Z | + ptime -m cargo build |
| 131 | 2026-03-08T07:53:54.496Z | Updating crates.io index |
| 132 | 2026-03-08T07:53:54.532Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 133 | 2026-03-08T07:53:54.791Z | From https://github.com/oxidecomputer/dlpi-sys |
| 134 | 2026-03-08T07:53:54.791Z | * [new ref] d9645f8d61187e76384474b1100f6537fb644993 -> refs/commit/d9645f8d61187e76384474b1100f6537fb644993 |
| 135 | 2026-03-08T07:53:54.801Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 136 | 2026-03-08T07:53:55.096Z | From https://github.com/jmesmon/rust-libzfs |
| 137 | 2026-03-08T07:53:55.096Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 138 | 2026-03-08T07:53:55.139Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 139 | 2026-03-08T07:53:55.397Z | From https://github.com/oxidecomputer/rusty-doors |
| 140 | 2026-03-08T07:53:55.398Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 141 | 2026-03-08T07:53:56.857Z | Downloading crates ... |
| 142 | 2026-03-08T07:53:56.918Z | Downloaded pretty-hex v0.4.1 |
| 143 | 2026-03-08T07:53:56.921Z | Downloaded heck v0.5.0 |
| 144 | 2026-03-08T07:53:56.924Z | Downloaded chacha20 v0.10.0 |
| 145 | 2026-03-08T07:53:56.928Z | Downloaded anstyle v1.0.13 |
| 146 | 2026-03-08T07:53:56.939Z | Downloaded clap_lex v1.0.0 |
| 147 | 2026-03-08T07:53:56.944Z | Downloaded cstr-argument v0.1.2 |
| 148 | 2026-03-08T07:53:56.947Z | Downloaded foreign-types-macros v0.2.3 |
| 149 | 2026-03-08T07:53:56.952Z | Downloaded tabwriter v1.4.1 |
| 150 | 2026-03-08T07:53:56.955Z | Downloaded foreign-types-shared v0.3.1 |
| 151 | 2026-03-08T07:53:56.960Z | Downloaded anstyle-parse v0.2.7 |
| 152 | 2026-03-08T07:53:56.963Z | Downloaded foreign-types v0.5.0 |
| 153 | 2026-03-08T07:53:56.966Z | Downloaded cpufeatures v0.3.0 |
| 154 | 2026-03-08T07:53:56.968Z | Downloaded cfg-if v1.0.4 |
| 155 | 2026-03-08T07:53:56.971Z | Downloaded oxnet v0.1.4 |
| 156 | 2026-03-08T07:53:56.980Z | Downloaded is_terminal_polyfill v1.70.2 |
| 157 | 2026-03-08T07:53:56.988Z | Downloaded colorchoice v1.0.4 |
| 158 | 2026-03-08T07:53:56.991Z | Downloaded matchers v0.2.0 |
| 159 | 2026-03-08T07:53:56.997Z | Downloaded utf8parse v0.2.2 |
| 160 | 2026-03-08T07:53:56.999Z | Downloaded thiserror v2.0.18 |
| 161 | 2026-03-08T07:53:57.003Z | Downloaded aho-corasick v1.1.4 |
| 162 | 2026-03-08T07:53:57.009Z | Downloaded lazy_static v1.5.0 |
| 163 | 2026-03-08T07:53:57.012Z | Downloaded equivalent v1.0.2 |
| 164 | 2026-03-08T07:53:57.012Z | Downloaded anstyle-query v1.1.5 |
| 165 | 2026-03-08T07:53:57.016Z | Downloaded strsim v0.11.1 |
| 166 | 2026-03-08T07:53:57.023Z | Downloaded smallvec v1.15.1 |
| 167 | 2026-03-08T07:53:57.026Z | Downloaded rand_core v0.10.0 |
| 168 | 2026-03-08T07:53:57.029Z | Downloaded anstream v0.6.21 |
| 169 | 2026-03-08T07:53:57.032Z | Downloaded colored v3.1.1 |
| 170 | 2026-03-08T07:53:57.034Z | Downloaded thread_local v1.1.9 |
| 171 | 2026-03-08T07:53:57.037Z | Downloaded clap_derive v4.5.55 |
| 172 | 2026-03-08T07:53:57.040Z | Downloaded thiserror-impl v2.0.18 |
| 173 | 2026-03-08T07:53:57.043Z | Downloaded proc-macro-crate v3.4.0 |
| 174 | 2026-03-08T07:53:57.046Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 175 | 2026-03-08T07:53:57.046Z | Downloaded pin-project-lite v0.2.16 |
| 176 | 2026-03-08T07:53:57.050Z | Downloaded quote v1.0.44 |
| 177 | 2026-03-08T07:53:57.052Z | Downloaded num_enum v0.7.5 |
| 178 | 2026-03-08T07:53:57.057Z | Downloaded tracing-log v0.2.0 |
| 179 | 2026-03-08T07:53:57.060Z | Downloaded rustversion v1.0.22 |
| 180 | 2026-03-08T07:53:57.063Z | Downloaded humantime v2.3.0 |
| 181 | 2026-03-08T07:53:57.066Z | Downloaded num_enum_derive v0.7.5 |
| 182 | 2026-03-08T07:53:57.066Z | Downloaded unicode-ident v1.0.24 |
| 183 | 2026-03-08T07:53:57.072Z | Downloaded proc-macro2 v1.0.106 |
| 184 | 2026-03-08T07:53:57.075Z | Downloaded sharded-slab v0.1.7 |
| 185 | 2026-03-08T07:53:57.078Z | Downloaded tracing-attributes v0.1.31 |
| 186 | 2026-03-08T07:53:57.081Z | Downloaded once_cell v1.21.3 |
| 187 | 2026-03-08T07:53:57.084Z | Downloaded socket2 v0.6.2 |
| 188 | 2026-03-08T07:53:57.087Z | Downloaded anyhow v1.0.102 |
| 189 | 2026-03-08T07:53:57.090Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 190 | 2026-03-08T07:53:57.093Z | Downloaded nu-ansi-term v0.50.3 |
| 191 | 2026-03-08T07:53:57.119Z | Downloaded serde_core v1.0.228 |
| 192 | 2026-03-08T07:53:57.122Z | Downloaded log v0.4.29 |
| 193 | 2026-03-08T07:53:57.125Z | Downloaded getrandom v0.4.1 |
| 194 | 2026-03-08T07:53:57.141Z | Downloaded tracing-core v0.1.36 |
| 195 | 2026-03-08T07:53:57.144Z | Downloaded clap v4.5.60 |
| 196 | 2026-03-08T07:53:57.152Z | Downloaded rand v0.10.0 |
| 197 | 2026-03-08T07:53:57.157Z | Downloaded memchr v2.8.0 |
| 198 | 2026-03-08T07:53:57.163Z | Downloaded indexmap v2.13.0 |
| 199 | 2026-03-08T07:53:57.169Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 200 | 2026-03-08T07:53:57.189Z | Downloaded hashbrown v0.16.1 |
| 201 | 2026-03-08T07:53:57.241Z | Downloaded tracing-subscriber v0.3.22 |
| 202 | 2026-03-08T07:53:57.250Z | Downloaded winnow v0.7.14 |
| 203 | 2026-03-08T07:53:57.260Z | Downloaded clap_builder v4.5.60 |
| 204 | 2026-03-08T07:53:57.285Z | Downloaded syn v1.0.109 |
| 205 | 2026-03-08T07:53:57.302Z | Downloaded syn v2.0.117 |
| 206 | 2026-03-08T07:53:57.314Z | Downloaded unicode-width v0.2.2 |
| 207 | 2026-03-08T07:53:57.320Z | Downloaded regex-syntax v0.8.9 |
| 208 | 2026-03-08T07:53:57.356Z | Downloaded tracing v0.1.44 |
| 209 | 2026-03-08T07:53:57.387Z | Downloaded regex-automata v0.4.14 |
| 210 | 2026-03-08T07:53:57.402Z | Downloaded libc v0.2.183 |
| 211 | 2026-03-08T07:53:57.522Z | Compiling proc-macro2 v1.0.106 |
| 212 | 2026-03-08T07:53:57.522Z | Compiling quote v1.0.44 |
| 213 | 2026-03-08T07:53:57.522Z | Compiling unicode-ident v1.0.24 |
| 214 | 2026-03-08T07:53:57.525Z | Compiling libc v0.2.183 |
| 215 | 2026-03-08T07:53:57.525Z | Compiling cfg-if v1.0.4 |
| 216 | 2026-03-08T07:53:57.525Z | Compiling hashbrown v0.16.1 |
| 217 | 2026-03-08T07:53:57.530Z | Compiling winnow v0.7.14 |
| 218 | 2026-03-08T07:53:57.533Z | Compiling equivalent v1.0.2 |
| 219 | 2026-03-08T07:53:57.623Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 220 | 2026-03-08T07:53:57.648Z | Compiling syn v1.0.109 |
| 221 | 2026-03-08T07:53:57.734Z | Compiling rustversion v1.0.22 |
| 222 | 2026-03-08T07:53:58.074Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 223 | 2026-03-08T07:53:58.155Z | Compiling once_cell v1.21.3 |
| 224 | 2026-03-08T07:53:58.296Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 225 | 2026-03-08T07:53:58.472Z | Compiling tracing-core v0.1.36 |
| 226 | 2026-03-08T07:53:58.489Z | Compiling getrandom v0.4.1 |
| 227 | 2026-03-08T07:53:58.555Z | Compiling utf8parse v0.2.2 |
| 228 | 2026-03-08T07:53:58.649Z | Compiling indexmap v2.13.0 |
| 229 | 2026-03-08T07:53:58.699Z | Compiling thiserror v2.0.18 |
| 230 | 2026-03-08T07:53:58.723Z | Compiling rand_core v0.10.0 |
| 231 | 2026-03-08T07:53:58.959Z | Compiling anstyle-parse v0.2.7 |
| 232 | 2026-03-08T07:53:59.190Z | Compiling pin-project-lite v0.2.16 |
| 233 | 2026-03-08T07:53:59.292Z | Compiling regex-syntax v0.8.9 |
| 234 | 2026-03-08T07:53:59.722Z | Compiling syn v2.0.117 |
| 235 | 2026-03-08T07:53:59.838Z | Compiling colorchoice v1.0.4 |
| 236 | 2026-03-08T07:53:59.857Z | Compiling cpufeatures v0.3.0 |
| 237 | 2026-03-08T07:53:59.953Z | Compiling anyhow v1.0.102 |
| 238 | 2026-03-08T07:53:59.999Z | Compiling is_terminal_polyfill v1.70.2 |
| 239 | 2026-03-08T07:54:00.014Z | Compiling memchr v2.8.0 |
| 240 | 2026-03-08T07:54:00.115Z | Compiling anstyle v1.0.13 |
| 241 | 2026-03-08T07:54:00.163Z | Compiling anstyle-query v1.1.5 |
| 242 | 2026-03-08T07:54:00.313Z | Compiling foreign-types-shared v0.3.1 |
| 243 | 2026-03-08T07:54:00.438Z | Compiling anstream v0.6.21 |
| 244 | 2026-03-08T07:54:00.567Z | Compiling chacha20 v0.10.0 |
| 245 | 2026-03-08T07:54:01.002Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 246 | 2026-03-08T07:54:01.031Z | Compiling cstr-argument v0.1.2 |
| 247 | 2026-03-08T07:54:01.386Z | Compiling pretty-hex v0.4.1 |
| 248 | 2026-03-08T07:54:01.463Z | Compiling strsim v0.11.1 |
| 249 | 2026-03-08T07:54:01.466Z | Compiling heck v0.5.0 |
| 250 | 2026-03-08T07:54:01.620Z | Compiling regex-automata v0.4.14 |
| 251 | 2026-03-08T07:54:01.626Z | Compiling log v0.4.29 |
| 252 | 2026-03-08T07:54:01.851Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 253 | 2026-03-08T07:54:02.014Z | Compiling clap_lex v1.0.0 |
| 254 | 2026-03-08T07:54:02.287Z | Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet) |
| 255 | 2026-03-08T07:54:02.355Z | Compiling lazy_static v1.5.0 |
| 256 | 2026-03-08T07:54:02.494Z | Compiling sharded-slab v0.1.7 |
| 257 | 2026-03-08T07:54:02.501Z | Compiling clap_builder v4.5.60 |
| 258 | 2026-03-08T07:54:02.685Z | Compiling tracing-log v0.2.0 |
| 259 | 2026-03-08T07:54:03.198Z | Compiling proc-macro-crate v3.4.0 |
| 260 | 2026-03-08T07:54:03.816Z | Compiling rand v0.10.0 |
| 261 | 2026-03-08T07:54:04.213Z | Compiling socket2 v0.6.2 |
| 262 | 2026-03-08T07:54:04.441Z | Compiling thread_local v1.1.9 |
| 263 | 2026-03-08T07:54:04.933Z | Compiling oxnet v0.1.4 |
| 264 | 2026-03-08T07:54:04.964Z | Compiling nu-ansi-term v0.50.3 |
| 265 | 2026-03-08T07:54:05.215Z | Compiling colored v3.1.1 |
| 266 | 2026-03-08T07:54:05.304Z | Compiling matchers v0.2.0 |
| 267 | 2026-03-08T07:54:05.447Z | Compiling smallvec v1.15.1 |
| 268 | 2026-03-08T07:54:05.553Z | Compiling unicode-width v0.2.2 |
| 269 | 2026-03-08T07:54:05.638Z | Compiling humantime v2.3.0 |
| 270 | 2026-03-08T07:54:06.063Z | Compiling tabwriter v1.4.1 |
| 271 | 2026-03-08T07:54:07.350Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 272 | 2026-03-08T07:54:08.092Z | Compiling tracing-attributes v0.1.31 |
| 273 | 2026-03-08T07:54:08.092Z | Compiling num_enum_derive v0.7.5 |
| 274 | 2026-03-08T07:54:08.098Z | Compiling thiserror-impl v2.0.18 |
| 275 | 2026-03-08T07:54:08.103Z | Compiling foreign-types-macros v0.2.3 |
| 276 | 2026-03-08T07:54:08.135Z | Compiling clap_derive v4.5.55 |
| 277 | 2026-03-08T07:54:08.266Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 278 | 2026-03-08T07:54:09.179Z | Compiling foreign-types v0.5.0 |
| 279 | 2026-03-08T07:54:09.286Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 280 | 2026-03-08T07:54:09.786Z | Compiling num_enum v0.7.5 |
| 281 | 2026-03-08T07:54:10.025Z | Compiling tracing v0.1.44 |
| 282 | 2026-03-08T07:54:10.245Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 283 | 2026-03-08T07:54:10.291Z | Compiling tracing-subscriber v0.3.22 |
| 284 | 2026-03-08T07:54:10.757Z | Compiling clap v4.5.60 |
| 285 | 2026-03-08T07:54:12.728Z | Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm) |
| 286 | 2026-03-08T07:54:15.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.57s |
| 287 | 2026-03-08T07:54:16.047Z | |
| 288 | 2026-03-08T07:54:16.050Z | real 21.681376220 |
| 289 | 2026-03-08T07:54:16.050Z | user 1:35.474108645 |
| 290 | 2026-03-08T07:54:16.050Z | sys 14.001080084 |
| 291 | 2026-03-08T07:54:16.050Z | trap 0.070052071 |
| 292 | 2026-03-08T07:54:16.050Z | tflt 0.122100983 |
| 293 | 2026-03-08T07:54:16.050Z | dflt 0.113927782 |
| 294 | 2026-03-08T07:54:16.050Z | kflt 0.001897899 |
| 295 | 2026-03-08T07:54:16.050Z | lock 1:56.690224027 |
| 296 | 2026-03-08T07:54:16.050Z | slp 5:24.716792937 |
| 297 | 2026-03-08T07:54:16.050Z | lat 4.462762615 |
| 298 | 2026-03-08T07:54:16.050Z | stop 6.345794722 |
| 299 | 2026-03-08T07:54:16.050Z | + ptime -m cargo build --release |
| 300 | 2026-03-08T07:54:16.177Z | Compiling proc-macro2 v1.0.106 |
| 301 | 2026-03-08T07:54:16.177Z | Compiling quote v1.0.44 |
| 302 | 2026-03-08T07:54:16.177Z | Compiling unicode-ident v1.0.24 |
| 303 | 2026-03-08T07:54:16.181Z | Compiling libc v0.2.183 |
| 304 | 2026-03-08T07:54:16.181Z | Compiling cfg-if v1.0.4 |
| 305 | 2026-03-08T07:54:16.181Z | Compiling hashbrown v0.16.1 |
| 306 | 2026-03-08T07:54:16.181Z | Compiling equivalent v1.0.2 |
| 307 | 2026-03-08T07:54:16.181Z | Compiling winnow v0.7.14 |
| 308 | 2026-03-08T07:54:16.279Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 309 | 2026-03-08T07:54:16.285Z | Compiling once_cell v1.21.3 |
| 310 | 2026-03-08T07:54:16.359Z | Compiling syn v1.0.109 |
| 311 | 2026-03-08T07:54:16.682Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 312 | 2026-03-08T07:54:16.699Z | Compiling rustversion v1.0.22 |
| 313 | 2026-03-08T07:54:16.765Z | Compiling tracing-core v0.1.36 |
| 314 | 2026-03-08T07:54:16.980Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 315 | 2026-03-08T07:54:17.093Z | Compiling thiserror v2.0.18 |
| 316 | 2026-03-08T07:54:17.315Z | Compiling indexmap v2.13.0 |
| 317 | 2026-03-08T07:54:17.338Z | Compiling rand_core v0.10.0 |
| 318 | 2026-03-08T07:54:17.392Z | Compiling getrandom v0.4.1 |
| 319 | 2026-03-08T07:54:17.647Z | Compiling utf8parse v0.2.2 |
| 320 | 2026-03-08T07:54:17.838Z | Compiling anstyle-parse v0.2.7 |
| 321 | 2026-03-08T07:54:17.928Z | Compiling cpufeatures v0.3.0 |
| 322 | 2026-03-08T07:54:18.140Z | Compiling pin-project-lite v0.2.16 |
| 323 | 2026-03-08T07:54:18.232Z | Compiling memchr v2.8.0 |
| 324 | 2026-03-08T07:54:18.282Z | Compiling anyhow v1.0.102 |
| 325 | 2026-03-08T07:54:18.522Z | Compiling syn v2.0.117 |
| 326 | 2026-03-08T07:54:18.743Z | Compiling foreign-types-shared v0.3.1 |
| 327 | 2026-03-08T07:54:18.870Z | Compiling anstyle v1.0.13 |
| 328 | 2026-03-08T07:54:18.902Z | Compiling anstyle-query v1.1.5 |
| 329 | 2026-03-08T07:54:19.045Z | Compiling colorchoice v1.0.4 |
| 330 | 2026-03-08T07:54:19.083Z | Compiling is_terminal_polyfill v1.70.2 |
| 331 | 2026-03-08T07:54:19.162Z | Compiling regex-syntax v0.8.9 |
| 332 | 2026-03-08T07:54:19.199Z | Compiling anstream v0.6.21 |
| 333 | 2026-03-08T07:54:19.208Z | Compiling cstr-argument v0.1.2 |
| 334 | 2026-03-08T07:54:19.460Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 335 | 2026-03-08T07:54:19.624Z | Compiling chacha20 v0.10.0 |
| 336 | 2026-03-08T07:54:20.221Z | Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet) |
| 337 | 2026-03-08T07:54:20.228Z | Compiling lazy_static v1.5.0 |
| 338 | 2026-03-08T07:54:20.363Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 339 | 2026-03-08T07:54:20.366Z | Compiling heck v0.5.0 |
| 340 | 2026-03-08T07:54:20.471Z | Compiling pretty-hex v0.4.1 |
| 341 | 2026-03-08T07:54:20.652Z | Compiling strsim v0.11.1 |
| 342 | 2026-03-08T07:54:20.723Z | Compiling clap_lex v1.0.0 |
| 343 | 2026-03-08T07:54:20.784Z | Compiling log v0.4.29 |
| 344 | 2026-03-08T07:54:20.804Z | Compiling sharded-slab v0.1.7 |
| 345 | 2026-03-08T07:54:21.265Z | Compiling tracing-log v0.2.0 |
| 346 | 2026-03-08T07:54:21.446Z | Compiling clap_builder v4.5.60 |
| 347 | 2026-03-08T07:54:21.938Z | Compiling proc-macro-crate v3.4.0 |
| 348 | 2026-03-08T07:54:22.494Z | Compiling regex-automata v0.4.14 |
| 349 | 2026-03-08T07:54:22.561Z | Compiling rand v0.10.0 |
| 350 | 2026-03-08T07:54:22.967Z | Compiling socket2 v0.6.2 |
| 351 | 2026-03-08T07:54:24.199Z | Compiling thread_local v1.1.9 |
| 352 | 2026-03-08T07:54:24.403Z | Compiling oxnet v0.1.4 |
| 353 | 2026-03-08T07:54:24.797Z | Compiling nu-ansi-term v0.50.3 |
| 354 | 2026-03-08T07:54:24.867Z | Compiling smallvec v1.15.1 |
| 355 | 2026-03-08T07:54:25.365Z | Compiling colored v3.1.1 |
| 356 | 2026-03-08T07:54:26.072Z | Compiling unicode-width v0.2.2 |
| 357 | 2026-03-08T07:54:26.692Z | Compiling tabwriter v1.4.1 |
| 358 | 2026-03-08T07:54:26.874Z | Compiling matchers v0.2.0 |
| 359 | 2026-03-08T07:54:27.114Z | Compiling humantime v2.3.0 |
| 360 | 2026-03-08T07:54:28.157Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 361 | 2026-03-08T07:54:28.755Z | Compiling num_enum_derive v0.7.5 |
| 362 | 2026-03-08T07:54:29.097Z | Compiling thiserror-impl v2.0.18 |
| 363 | 2026-03-08T07:54:29.806Z | Compiling foreign-types-macros v0.2.3 |
| 364 | 2026-03-08T07:54:30.040Z | Compiling tracing-attributes v0.1.31 |
| 365 | 2026-03-08T07:54:31.075Z | Compiling num_enum v0.7.5 |
| 366 | 2026-03-08T07:54:31.149Z | Compiling foreign-types v0.5.0 |
| 367 | 2026-03-08T07:54:31.247Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 368 | 2026-03-08T07:54:31.254Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 369 | 2026-03-08T07:54:31.424Z | Compiling clap_derive v4.5.55 |
| 370 | 2026-03-08T07:54:32.253Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 371 | 2026-03-08T07:54:32.874Z | Compiling tracing v0.1.44 |
| 372 | 2026-03-08T07:54:34.171Z | Compiling tracing-subscriber v0.3.22 |
| 373 | 2026-03-08T07:54:35.834Z | Compiling clap v4.5.60 |
| 374 | 2026-03-08T07:54:39.133Z | Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm) |
| 375 | 2026-03-08T07:54:44.390Z | Finished `release` profile [optimized] target(s) in 28.28s |
| 376 | 2026-03-08T07:54:44.414Z | |
| 377 | 2026-03-08T07:54:44.414Z | real 28.356862512 |
| 378 | 2026-03-08T07:54:44.414Z | user 2:59.045150481 |
| 379 | 2026-03-08T07:54:44.414Z | sys 13.849399134 |
| 380 | 2026-03-08T07:54:44.414Z | trap 0.100833794 |
| 381 | 2026-03-08T07:54:44.414Z | tflt 0.150525564 |
| 382 | 2026-03-08T07:54:44.414Z | dflt 0.197303769 |
| 383 | 2026-03-08T07:54:44.415Z | kflt 0.000001650 |
| 384 | 2026-03-08T07:54:44.415Z | lock 4:39.784456870 |
| 385 | 2026-03-08T07:54:44.415Z | slp 8:43.171765441 |
| 386 | 2026-03-08T07:54:44.415Z | lat 6.756717639 |
| 387 | 2026-03-08T07:54:44.415Z | stop 5.702791989 |
| 388 | 2026-03-08T07:54:44.418Z | + for x in debug release |
| 389 | 2026-03-08T07:54:44.418Z | + mkdir -p /work/debug |
| 390 | 2026-03-08T07:54:44.418Z | + cp target/debug/netadm /work/debug/netadm |
| 391 | 2026-03-08T07:54:44.452Z | + for x in debug release |
| 392 | 2026-03-08T07:54:44.452Z | + mkdir -p /work/release |
| 393 | 2026-03-08T07:54:44.455Z | + cp target/release/netadm /work/release/netadm |
| 394 | 2026-03-08T07:54:44.462Z | + banner check |
| 395 | 2026-03-08T07:54:44.465Z | |
| 396 | 2026-03-08T07:54:44.465Z | #### # # ###### #### # # |
| 397 | 2026-03-08T07:54:44.465Z | # # # # # # # # # |
| 398 | 2026-03-08T07:54:44.465Z | # ###### ##### # #### |
| 399 | 2026-03-08T07:54:44.465Z | # # # # # # # |
| 400 | 2026-03-08T07:54:44.465Z | # # # # # # # # # |
| 401 | 2026-03-08T07:54:44.465Z | #### # # ###### #### # # |
| 402 | 2026-03-08T07:54:44.465Z | |
| 403 | 2026-03-08T07:54:44.465Z | + cargo fmt -- --check |
| 404 | 2026-03-08T07:54:44.760Z | + cargo clippy --all-targets -- --deny warnings |
| 405 | 2026-03-08T07:54:45.094Z | Checking cfg-if v1.0.4 |
| 406 | 2026-03-08T07:54:45.095Z | Compiling winnow v0.7.14 |
| 407 | 2026-03-08T07:54:45.098Z | Checking libc v0.2.183 |
| 408 | 2026-03-08T07:54:45.098Z | Checking once_cell v1.21.3 |
| 409 | 2026-03-08T07:54:45.098Z | Checking rand_core v0.10.0 |
| 410 | 2026-03-08T07:54:45.112Z | Checking foreign-types-shared v0.3.1 |
| 411 | 2026-03-08T07:54:45.116Z | Checking cpufeatures v0.3.0 |
| 412 | 2026-03-08T07:54:45.116Z | Checking pin-project-lite v0.2.16 |
| 413 | 2026-03-08T07:54:45.162Z | Checking memchr v2.8.0 |
| 414 | 2026-03-08T07:54:45.188Z | Checking thiserror v2.0.18 |
| 415 | 2026-03-08T07:54:45.201Z | Checking foreign-types v0.5.0 |
| 416 | 2026-03-08T07:54:45.214Z | Checking libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 417 | 2026-03-08T07:54:45.289Z | Checking nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 418 | 2026-03-08T07:54:45.302Z | Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet) |
| 419 | 2026-03-08T07:54:45.306Z | Checking chacha20 v0.10.0 |
| 420 | 2026-03-08T07:54:45.342Z | Checking pretty-hex v0.4.1 |
| 421 | 2026-03-08T07:54:45.369Z | Checking tracing-core v0.1.36 |
| 422 | 2026-03-08T07:54:45.424Z | Checking anyhow v1.0.102 |
| 423 | 2026-03-08T07:54:45.530Z | Checking oxnet v0.1.4 |
| 424 | 2026-03-08T07:54:45.686Z | Checking utf8parse v0.2.2 |
| 425 | 2026-03-08T07:54:45.795Z | Checking colored v3.1.1 |
| 426 | 2026-03-08T07:54:45.824Z | Checking anstyle-parse v0.2.7 |
| 427 | 2026-03-08T07:54:45.827Z | Checking is_terminal_polyfill v1.70.2 |
| 428 | 2026-03-08T07:54:45.908Z | Checking getrandom v0.4.1 |
| 429 | 2026-03-08T07:54:45.925Z | Checking socket2 v0.6.2 |
| 430 | 2026-03-08T07:54:45.973Z | Checking cstr-argument v0.1.2 |
| 431 | 2026-03-08T07:54:46.023Z | Checking tracing v0.1.44 |
| 432 | 2026-03-08T07:54:46.066Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 433 | 2026-03-08T07:54:46.125Z | Checking rand v0.10.0 |
| 434 | 2026-03-08T07:54:46.144Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 435 | 2026-03-08T07:54:46.169Z | Checking regex-syntax v0.8.9 |
| 436 | 2026-03-08T07:54:46.199Z | Checking colorchoice v1.0.4 |
| 437 | 2026-03-08T07:54:46.329Z | Checking anstyle v1.0.13 |
| 438 | 2026-03-08T07:54:46.343Z | Checking anstyle-query v1.1.5 |
| 439 | 2026-03-08T07:54:46.360Z | Checking lazy_static v1.5.0 |
| 440 | 2026-03-08T07:54:46.423Z | Checking clap_lex v1.0.0 |
| 441 | 2026-03-08T07:54:46.455Z | Checking log v0.4.29 |
| 442 | 2026-03-08T07:54:46.475Z | Checking strsim v0.11.1 |
| 443 | 2026-03-08T07:54:46.642Z | Checking anstream v0.6.21 |
| 444 | 2026-03-08T07:54:46.657Z | Checking sharded-slab v0.1.7 |
| 445 | 2026-03-08T07:54:46.726Z | Checking tracing-log v0.2.0 |
| 446 | 2026-03-08T07:54:46.731Z | Checking thread_local v1.1.9 |
| 447 | 2026-03-08T07:54:46.942Z | Checking unicode-width v0.2.2 |
| 448 | 2026-03-08T07:54:46.983Z | Checking smallvec v1.15.1 |
| 449 | 2026-03-08T07:54:47.003Z | Checking clap_builder v4.5.60 |
| 450 | 2026-03-08T07:54:47.146Z | Checking nu-ansi-term v0.50.3 |
| 451 | 2026-03-08T07:54:47.320Z | Checking humantime v2.3.0 |
| 452 | 2026-03-08T07:54:47.430Z | Checking tabwriter v1.4.1 |
| 453 | 2026-03-08T07:54:47.832Z | Checking regex-automata v0.4.14 |
| 454 | 2026-03-08T07:54:48.065Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 455 | 2026-03-08T07:54:48.587Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 456 | 2026-03-08T07:54:49.302Z | Checking clap v4.5.60 |
| 457 | 2026-03-08T07:54:49.376Z | Compiling proc-macro-crate v3.4.0 |
| 458 | 2026-03-08T07:54:49.905Z | Compiling num_enum_derive v0.7.5 |
| 459 | 2026-03-08T07:54:49.977Z | Checking matchers v0.2.0 |
| 460 | 2026-03-08T07:54:50.091Z | Checking tracing-subscriber v0.3.22 |
| 461 | 2026-03-08T07:54:51.050Z | Checking num_enum v0.7.5 |
| 462 | 2026-03-08T07:54:51.148Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 463 | 2026-03-08T07:54:53.008Z | Checking netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm) |
| 464 | 2026-03-08T07:54:54.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.34s |
| 465 | 2026-03-08T07:54:54.284Z | + banner pre-test |
| 466 | 2026-03-08T07:54:54.287Z | |
| 467 | 2026-03-08T07:54:54.287Z | ##### ##### ###### ##### ###### #### ##### |
| 468 | 2026-03-08T07:54:54.287Z | # # # # # # # # # |
| 469 | 2026-03-08T07:54:54.287Z | # # # # ##### ##### # ##### #### # |
| 470 | 2026-03-08T07:54:54.287Z | ##### ##### # # # # # |
| 471 | 2026-03-08T07:54:54.287Z | # # # # # # # # # |
| 472 | 2026-03-08T07:54:54.287Z | # # # ###### # ###### #### # |
| 473 | 2026-03-08T07:54:54.287Z | |
| 474 | 2026-03-08T07:54:54.287Z | + uname -a |
| 475 | 2026-03-08T07:54:54.290Z | SunOS w-01KK66WJ4WX9QTAK1KFJK05EFK 5.11 helios-2.0.23457 i86pc i386 i86pc |
| 476 | 2026-03-08T07:54:54.290Z | + ./target/debug/netadm show links |
| 477 | 2026-03-08T07:54:54.294Z | Id Name Flags Class State MAC MTU |
| 478 | 2026-03-08T07:54:54.294Z | -- ---- ----- ----- ----- --- --- |
| 479 | 2026-03-08T07:54:54.294Z | 1 ena0 active persistent physical up 06:65:ec:b5:1a:27 9216 |
| 480 | 2026-03-08T07:54:54.297Z | + ./target/debug/netadm show addrs |
| 481 | 2026-03-08T07:54:54.300Z | Name Type State Address Interface Index |
| 482 | 2026-03-08T07:54:54.300Z | ---- ------ ----- ------- --------------- |
| 483 | 2026-03-08T07:54:54.300Z | ena0/dhcp dhcp ok 10.150.1.185/24 2 |
| 484 | 2026-03-08T07:54:54.300Z | lo0/v4 static ok 127.0.0.1/8 1 |
| 485 | 2026-03-08T07:54:54.300Z | lo0/v6 static ok ::1/128 1 |
| 486 | 2026-03-08T07:54:54.300Z | + banner test |
| 487 | 2026-03-08T07:54:54.303Z | |
| 488 | 2026-03-08T07:54:54.303Z | ##### ###### #### ##### |
| 489 | 2026-03-08T07:54:54.303Z | # # # # |
| 490 | 2026-03-08T07:54:54.303Z | # ##### #### # |
| 491 | 2026-03-08T07:54:54.303Z | # # # # |
| 492 | 2026-03-08T07:54:54.303Z | # # # # # |
| 493 | 2026-03-08T07:54:54.303Z | # ###### #### # |
| 494 | 2026-03-08T07:54:54.303Z | |
| 495 | 2026-03-08T07:54:54.303Z | + pfexec ptime -m cargo test |
| 496 | 2026-03-08T07:54:54.545Z | Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet) |
| 497 | 2026-03-08T07:54:54.548Z | Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm) |
| 498 | 2026-03-08T07:54:56.280Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1.91s |
| 499 | 2026-03-08T07:54:56.296Z | Running unittests src/lib.rs (target/debug/deps/libnet-d0e6b4f848230ccb) |
| 500 | 2026-03-08T07:54:56.307Z | |
| 501 | 2026-03-08T07:54:56.307Z | running 0 tests |
| 502 | 2026-03-08T07:54:56.307Z | |
| 503 | 2026-03-08T07:54:56.307Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 504 | 2026-03-08T07:54:56.307Z | |
| 505 | 2026-03-08T07:54:56.310Z | Running tests/ip.rs (target/debug/deps/ip-a2233d7d0018054d) |
| 506 | 2026-03-08T07:54:56.313Z | |
| 507 | 2026-03-08T07:54:56.313Z | running 4 tests |
| 508 | 2026-03-08T07:54:56.313Z | test test_get_addresses ... ok |
| 509 | 2026-03-08T07:54:56.313Z | test test_address_consistency ... ok |
| 510 | 2026-03-08T07:54:56.316Z | test test_v6_static_lifecycle ... ok |
| 511 | 2026-03-08T07:54:56.320Z | test test_v6_local_lifecycle ... ok |
| 512 | 2026-03-08T07:54:56.320Z | |
| 513 | 2026-03-08T07:54:56.320Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 514 | 2026-03-08T07:54:56.320Z | |
| 515 | 2026-03-08T07:54:56.323Z | Running tests/link.rs (target/debug/deps/link-c3ad65627115c4f3) |
| 516 | 2026-03-08T07:54:56.326Z | |
| 517 | 2026-03-08T07:54:56.326Z | running 5 tests |
| 518 | 2026-03-08T07:54:56.330Z | test test_simnet_lifecycle ... ok |
| 519 | 2026-03-08T07:54:56.333Z | test test_get_links ... ok |
| 520 | 2026-03-08T07:54:56.334Z | test test_link_consistency ... ok |
| 521 | 2026-03-08T07:54:56.334Z | test test_simnet_connect ... ok |
| 522 | 2026-03-08T07:54:56.334Z | test test_vnic_lifecycle ... ok |
| 523 | 2026-03-08T07:54:56.334Z | |
| 524 | 2026-03-08T07:54:56.334Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 525 | 2026-03-08T07:54:56.334Z | |
| 526 | 2026-03-08T07:54:56.336Z | Running unittests src/main.rs (target/debug/deps/netadm-d0eb48e292f7c588) |
| 527 | 2026-03-08T07:54:56.339Z | |
| 528 | 2026-03-08T07:54:56.339Z | running 0 tests |
| 529 | 2026-03-08T07:54:56.339Z | |
| 530 | 2026-03-08T07:54:56.339Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 531 | 2026-03-08T07:54:56.339Z | |
| 532 | 2026-03-08T07:54:56.342Z | Doc-tests libnet |
| 533 | 2026-03-08T07:54:56.602Z | |
| 534 | 2026-03-08T07:54:56.602Z | running 0 tests |
| 535 | 2026-03-08T07:54:56.602Z | |
| 536 | 2026-03-08T07:54:56.602Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 537 | 2026-03-08T07:54:56.602Z | |
| 538 | 2026-03-08T07:54:56.623Z | |
| 539 | 2026-03-08T07:54:56.623Z | real 2.311382595 |
| 540 | 2026-03-08T07:54:56.624Z | user 4.042123281 |
| 541 | 2026-03-08T07:54:56.624Z | sys 1.332806551 |
| 542 | 2026-03-08T07:54:56.624Z | trap 0.001106372 |
| 543 | 2026-03-08T07:54:56.624Z | tflt 0.000782780 |
| 544 | 2026-03-08T07:54:56.624Z | dflt 0.002951934 |
| 545 | 2026-03-08T07:54:56.627Z | kflt 0.000000000 |
| 546 | 2026-03-08T07:54:56.627Z | lock 4.745415131 |
| 547 | 2026-03-08T07:54:56.627Z | slp 18.037067304 |
| 548 | 2026-03-08T07:54:56.627Z | lat 0.034075960 |
| 549 | 2026-03-08T07:54:56.627Z | stop 0.482146460 |
| 550 | 2026-03-08T07:54:56.627Z | + pfexec ptime -m cargo test --release |
| 551 | 2026-03-08T07:54:56.754Z | Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet) |
| 552 | 2026-03-08T07:54:56.757Z | Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm) |
| 553 | 2026-03-08T07:54:58.378Z | Finished `release` profile [optimized] target(s) in 1.69s |
| 554 | 2026-03-08T07:54:58.393Z | Running unittests src/lib.rs (target/release/deps/libnet-c9f4b820e684d886) |
| 555 | 2026-03-08T07:54:58.405Z | |
| 556 | 2026-03-08T07:54:58.405Z | running 0 tests |
| 557 | 2026-03-08T07:54:58.405Z | |
| 558 | 2026-03-08T07:54:58.408Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 559 | 2026-03-08T07:54:58.408Z | |
| 560 | 2026-03-08T07:54:58.408Z | Running tests/ip.rs (target/release/deps/ip-8b62ae82e6e39390) |
| 561 | 2026-03-08T07:54:58.411Z | |
| 562 | 2026-03-08T07:54:58.411Z | running 4 tests |
| 563 | 2026-03-08T07:54:58.411Z | test test_get_addresses ... ok |
| 564 | 2026-03-08T07:54:58.411Z | test test_address_consistency ... ok |
| 565 | 2026-03-08T07:54:58.414Z | test test_v6_static_lifecycle ... ok |
| 566 | 2026-03-08T07:54:58.417Z | test test_v6_local_lifecycle ... ok |
| 567 | 2026-03-08T07:54:58.417Z | |
| 568 | 2026-03-08T07:54:58.417Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 569 | 2026-03-08T07:54:58.417Z | |
| 570 | 2026-03-08T07:54:58.417Z | Running tests/link.rs (target/release/deps/link-50ea4dfb9b6e982b) |
| 571 | 2026-03-08T07:54:58.421Z | |
| 572 | 2026-03-08T07:54:58.421Z | running 5 tests |
| 573 | 2026-03-08T07:54:58.426Z | test test_simnet_lifecycle ... ok |
| 574 | 2026-03-08T07:54:58.430Z | test test_get_links ... ok |
| 575 | 2026-03-08T07:54:58.430Z | test test_link_consistency ... ok |
| 576 | 2026-03-08T07:54:58.430Z | test test_simnet_connect ... ok |
| 577 | 2026-03-08T07:54:58.430Z | test test_vnic_lifecycle ... ok |
| 578 | 2026-03-08T07:54:58.430Z | |
| 579 | 2026-03-08T07:54:58.430Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 580 | 2026-03-08T07:54:58.430Z | |
| 581 | 2026-03-08T07:54:58.430Z | Running unittests src/main.rs (target/release/deps/netadm-644f7d164b8a120d) |
| 582 | 2026-03-08T07:54:58.433Z | |
| 583 | 2026-03-08T07:54:58.433Z | running 0 tests |
| 584 | 2026-03-08T07:54:58.433Z | |
| 585 | 2026-03-08T07:54:58.433Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 586 | 2026-03-08T07:54:58.433Z | |
| 587 | 2026-03-08T07:54:58.436Z | Doc-tests libnet |
| 588 | 2026-03-08T07:54:58.680Z | |
| 589 | 2026-03-08T07:54:58.680Z | running 0 tests |
| 590 | 2026-03-08T07:54:58.680Z | |
| 591 | 2026-03-08T07:54:58.680Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 592 | 2026-03-08T07:54:58.680Z | |
| 593 | 2026-03-08T07:54:58.701Z | |
| 594 | 2026-03-08T07:54:58.701Z | real 2.067549067 |
| 595 | 2026-03-08T07:54:58.701Z | user 4.485866890 |
| 596 | 2026-03-08T07:54:58.704Z | sys 1.176090693 |
| 597 | 2026-03-08T07:54:58.704Z | trap 0.000808971 |
| 598 | 2026-03-08T07:54:58.704Z | tflt 0.058982893 |
| 599 | 2026-03-08T07:54:58.704Z | dflt 0.018830448 |
| 600 | 2026-03-08T07:54:58.704Z | kflt 0.000000000 |
| 601 | 2026-03-08T07:54:58.704Z | lock 6.089107639 |
| 602 | 2026-03-08T07:54:58.704Z | slp 16.100197965 |
| 603 | 2026-03-08T07:54:58.704Z | lat 0.020993190 |
| 604 | 2026-03-08T07:54:58.704Z | stop 0.532579643 |
| 605 | 2026-03-08T07:54:58.704Z | + banner post-test |
| 606 | 2026-03-08T07:54:58.704Z | |
| 607 | 2026-03-08T07:54:58.704Z | ##### #### #### ##### ##### ###### #### ##### |
| 608 | 2026-03-08T07:54:58.704Z | # # # # # # # # # # |
| 609 | 2026-03-08T07:54:58.704Z | # # # # #### # ##### # ##### #### # |
| 610 | 2026-03-08T07:54:58.704Z | ##### # # # # # # # # |
| 611 | 2026-03-08T07:54:58.704Z | # # # # # # # # # # # |
| 612 | 2026-03-08T07:54:58.704Z | # #### #### # # ###### #### # |
| 613 | 2026-03-08T07:54:58.704Z | |
| 614 | 2026-03-08T07:54:58.704Z | + ./target/debug/netadm show links |
| 615 | 2026-03-08T07:54:58.709Z | Id Name Flags Class State MAC MTU |
| 616 | 2026-03-08T07:54:58.709Z | -- ---- ----- ----- ----- --- --- |
| 617 | 2026-03-08T07:54:58.709Z | 1 ena0 active persistent physical up 06:65:ec:b5:1a:27 9216 |
| 618 | 2026-03-08T07:54:58.712Z | + ./target/debug/netadm show addrs |
| 619 | 2026-03-08T07:54:58.715Z | Name Type State Address Interface Index |
| 620 | 2026-03-08T07:54:58.715Z | ---- ------ ----- ------- --------------- |
| 621 | 2026-03-08T07:54:58.715Z | ena0/dhcp dhcp ok 10.150.1.185/24 2 |
| 622 | 2026-03-08T07:54:58.715Z | lo0/v4 static ok 127.0.0.1/8 1 |
| 623 | 2026-03-08T07:54:58.715Z | lo0/v6 static ok ::1/128 1 |
| 624 | 2026-03-08T07:54:58.718Z | process exited: duration 92900 ms, exit code 0 |
| |
| 625 | 2026-03-08T07:54:58.730Z | found 2 output files |
| 626 | 2026-03-08T07:54:58.730Z | uploading: /work/debug/netadm (42355368 bytes) |
| 627 | 2026-03-08T07:55:00.097Z | uploaded: /work/debug/netadm |
| 628 | 2026-03-08T07:55:00.100Z | uploading: /work/release/netadm (6297336 bytes) |
| 629 | 2026-03-08T07:55:01.177Z | uploaded: /work/release/netadm |