01KHWM0571ECQQE4P32DT06QYB: build-and-test

BasicConfig {
    output_rules: [
        "/work/debug/*",
        "/work/release/*",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-latest",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KHWM0DWCS47JG3RG1N9T0RRM

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-20T04:13:23.278Zjob assigned to worker 01KHWM0E61G9SQ85S0BW52GR6D [factory gimlet-EVT22200007-propolis, EVT22200007/58733] (queued for 25 s)
 
22026-02-20T04:13:32.180Zstarting task 0: "setup"
32026-02-20T04:13:32.204Z++ uname -s
42026-02-20T04:13:32.204Z+ kern=SunOS
52026-02-20T04:13:32.204Z+ build_user=build
62026-02-20T04:13:32.204Z+ build_uid=12345
72026-02-20T04:13:32.204Z+ work_dir=/work
82026-02-20T04:13:32.204Z+ input_dir=/input
92026-02-20T04:13:32.204Z+ [[ 0 == 12345 ]]
102026-02-20T04:13:32.204Z+ case "$kern" in
112026-02-20T04:13:32.204Z+ groupadd -g 12345 build
122026-02-20T04:13:32.204Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-20T04:13:34.205Z+ zfs create -o mountpoint=/work rpool/work
142026-02-20T04:13:34.248Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-20T04:13:34.272Z+ home_fs=zfs
162026-02-20T04:13:34.272Z+ [[ zfs == autofs ]]
172026-02-20T04:13:34.272Z+ mkdir -p /home/build
182026-02-20T04:13:34.272Z+ chown build:build /home/build /work
192026-02-20T04:13:36.256Z+ chmod 0700 /home/build /work
202026-02-20T04:13:36.280Zprocess exited: duration 4082 ms, exit code 0
 
212026-02-20T04:13:36.329Zstarting task 1: "rust-toolchain"
222026-02-20T04:13:36.354Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-02-20T04:13:36.354Z * rust toolchain channel = "stable"
242026-02-20T04:13:36.354Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-02-20T04:13:36.355Z * rust toolchain profile = "default"
262026-02-20T04:13:36.355Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-20T04:13:36.355Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-20T04:13:36.355Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-20T04:13:36.355Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-02-20T04:13:36.496Zinfo: downloading installer
312026-02-20T04:13:37.242Zwarn: It looks like you have an existing installation of Rust at:
322026-02-20T04:13:37.242Zwarn: /opt/ooce/bin
332026-02-20T04:13:37.242Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-20T04:13:37.242Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-20T04:13:37.242Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-20T04:13:37.242Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-20T04:13:37.242Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-20T04:13:37.242Zerror: cannot install while Rust is installed
392026-02-20T04:13:37.242Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-20T04:13:37.267Zinfo: profile set to 'default'
412026-02-20T04:13:37.267Zinfo: default host triple is x86_64-unknown-illumos
422026-02-20T04:13:37.267Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432026-02-20T04:13:37.360Zinfo: latest update on 2026-02-12, rust version 1.93.1 (01f6ddf75 2026-02-11)
442026-02-20T04:13:37.360Zinfo: downloading component 'cargo'
452026-02-20T04:13:37.549Zinfo: downloading component 'clippy'
462026-02-20T04:13:37.629Zinfo: downloading component 'rust-docs'
472026-02-20T04:13:37.909Zinfo: downloading component 'rust-std'
482026-02-20T04:13:38.561Zinfo: downloading component 'rustc'
492026-02-20T04:13:39.991Zinfo: downloading component 'rustfmt'
502026-02-20T04:13:40.053Zinfo: installing component 'cargo'
512026-02-20T04:13:41.267Zinfo: installing component 'clippy'
522026-02-20T04:13:41.738Zinfo: installing component 'rust-docs'
532026-02-20T04:13:44.921Zinfo: installing component 'rust-std'
542026-02-20T04:13:47.055Zinfo: installing component 'rustc'
552026-02-20T04:13:55.330Zinfo: installing component 'rustfmt'
562026-02-20T04:13:55.696Z
572026-02-20T04:13:55.696Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
582026-02-20T04:13:55.874Z stable-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
592026-02-20T04:13:55.874Z
602026-02-20T04:13:55.874Z
612026-02-20T04:13:55.874ZRust is installed now. Great!
622026-02-20T04:13:55.874Z
632026-02-20T04:13:55.874ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-20T04:13:55.898Zenvironment variable. This has not been done automatically.
652026-02-20T04:13:55.898Z
662026-02-20T04:13:55.898ZTo configure your current shell, you need to source
672026-02-20T04:13:55.898Zthe corresponding env file under $HOME/.cargo.
682026-02-20T04:13:55.898Z
692026-02-20T04:13:55.898ZThis is usually done by running one of the following (note the leading DOT):
702026-02-20T04:13:55.898Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-20T04:13:55.898Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-20T04:13:55.898Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-20T04:13:56.000Z+ rustup --version
742026-02-20T04:13:56.024Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-20T04:13:56.024Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-20T04:13:56.123Zinfo: The currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
772026-02-20T04:13:56.147Z+ cargo --version
782026-02-20T04:13:56.227Zcargo 1.93.1 (083ac5135 2025-12-15)
792026-02-20T04:13:56.252Z+ rustc --version
802026-02-20T04:13:56.338Zrustc 1.93.1 (01f6ddf75 2026-02-11)
812026-02-20T04:13:56.362Zprocess exited: duration 20014 ms, exit code 0
 
822026-02-20T04:13:56.410Zstarting task 2: "authentication"
832026-02-20T04:13:56.472Zprocess exited: duration 60 ms, exit code 0
 
842026-02-20T04:13:56.520Zstarting task 3: "clone repository"
852026-02-20T04:13:56.544Z+ mkdir -p /work/oxidecomputer/netadm-sys
862026-02-20T04:13:56.544Z+ git clone https://github.com/oxidecomputer/netadm-sys /work/oxidecomputer/netadm-sys
872026-02-20T04:13:56.568ZCloning into '/work/oxidecomputer/netadm-sys'...
882026-02-20T04:13:57.338Z+ cd /work/oxidecomputer/netadm-sys
892026-02-20T04:13:57.338Z+ git fetch origin ada92deeeecec58ded7c522aa9c08df28715bc85
902026-02-20T04:13:57.658ZFrom https://github.com/oxidecomputer/netadm-sys
912026-02-20T04:13:57.658Z * branch ada92deeeecec58ded7c522aa9c08df28715bc85 -> FETCH_HEAD
922026-02-20T04:13:57.682Z+ [[ -n renovate/anyhow-1.x-lockfile ]]
932026-02-20T04:13:57.682Z++ git branch --show-current
942026-02-20T04:13:57.682Z+ current=main
952026-02-20T04:13:57.682Z+ [[ main != renovate/anyhow-1.x-lockfile ]]
962026-02-20T04:13:57.682Z+ git branch -f renovate/anyhow-1.x-lockfile ada92deeeecec58ded7c522aa9c08df28715bc85
972026-02-20T04:13:57.682Z+ git checkout -f renovate/anyhow-1.x-lockfile
982026-02-20T04:13:57.706ZSwitched to branch 'renovate/anyhow-1.x-lockfile'
992026-02-20T04:13:57.706Z+ git reset --hard ada92deeeecec58ded7c522aa9c08df28715bc85
1002026-02-20T04:13:57.706ZHEAD is now at ada92de Update Rust crate anyhow to v1.0.102
1012026-02-20T04:13:57.706Zprocess exited: duration 1181 ms, exit code 0
 
1022026-02-20T04:13:57.758Zstarting task 4: "build"
1032026-02-20T04:13:57.781Z+ cargo --version
1042026-02-20T04:13:57.781Zinfo: syncing channel updates for '1.86.0-x86_64-unknown-illumos'
1052026-02-20T04:13:57.877Zinfo: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31)
1062026-02-20T04:13:57.877Zinfo: downloading component 'cargo'
1072026-02-20T04:13:58.318Zinfo: downloading component 'clippy'
1082026-02-20T04:13:58.559Zinfo: downloading component 'rust-docs'
1092026-02-20T04:13:58.982Zinfo: downloading component 'rust-std'
1102026-02-20T04:13:59.504Zinfo: downloading component 'rustc'
1112026-02-20T04:14:02.780Zinfo: downloading component 'rustfmt'
1122026-02-20T04:14:02.984Zinfo: installing component 'cargo'
1132026-02-20T04:14:03.985Zinfo: installing component 'clippy'
1142026-02-20T04:14:04.420Zinfo: installing component 'rust-docs'
1152026-02-20T04:14:07.440Zinfo: installing component 'rust-std'
1162026-02-20T04:14:09.408Zinfo: installing component 'rustc'
1172026-02-20T04:14:16.996Zinfo: installing component 'rustfmt'
1182026-02-20T04:14:17.493Zcargo 1.86.0 (adf9b6ad1 2025-02-28)
1192026-02-20T04:14:17.517Z+ rustc --version
1202026-02-20T04:14:17.642Zrustc 1.86.0 (05f9846f8 2025-03-31)
1212026-02-20T04:14:17.666Z+ banner build
1222026-02-20T04:14:17.666Z
1232026-02-20T04:14:17.666Z ##### # # # # #####
1242026-02-20T04:14:17.666Z # # # # # # # #
1252026-02-20T04:14:17.666Z ##### # # # # # #
1262026-02-20T04:14:17.666Z # # # # # # # #
1272026-02-20T04:14:17.666Z # # # # # # # #
1282026-02-20T04:14:17.666Z ##### #### # ###### #####
1292026-02-20T04:14:17.666Z
1302026-02-20T04:14:17.666Z+ ptime -m cargo build
1312026-02-20T04:14:17.864Z Updating crates.io index
1322026-02-20T04:14:17.889Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1332026-02-20T04:14:18.236ZFrom https://github.com/oxidecomputer/dlpi-sys
1342026-02-20T04:14:18.236Z * [new ref] d9645f8d61187e76384474b1100f6537fb644993 -> refs/commit/d9645f8d61187e76384474b1100f6537fb644993
1352026-02-20T04:14:18.301Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1362026-02-20T04:14:18.688ZFrom https://github.com/jmesmon/rust-libzfs
1372026-02-20T04:14:18.689Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1382026-02-20T04:14:18.721Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1392026-02-20T04:14:19.054ZFrom https://github.com/oxidecomputer/rusty-doors
1402026-02-20T04:14:19.054Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1412026-02-20T04:14:19.484Z Downloading crates ...
1422026-02-20T04:14:19.648Z Downloaded colored v3.1.1
1432026-02-20T04:14:19.675Z Downloaded tracing-attributes v0.1.31
1442026-02-20T04:14:19.675Z Downloaded tabwriter v1.4.1
1452026-02-20T04:14:19.675Z Downloaded rustversion v1.0.22
1462026-02-20T04:14:19.675Z Downloaded socket2 v0.6.2
1472026-02-20T04:14:19.675Z Downloaded tracing-core v0.1.36
1482026-02-20T04:14:19.675Z Downloaded smallvec v1.15.1
1492026-02-20T04:14:19.675Z Downloaded colorchoice v1.0.4
1502026-02-20T04:14:19.699Z Downloaded aho-corasick v1.1.4
1512026-02-20T04:14:19.699Z Downloaded clap_builder v4.5.59
1522026-02-20T04:14:19.699Z Downloaded tracing v0.1.44
1532026-02-20T04:14:19.723Z Downloaded unicode-width v0.2.2
1542026-02-20T04:14:19.747Z Downloaded libc v0.2.182
1552026-02-20T04:14:19.771Z Downloaded rand v0.10.0
1562026-02-20T04:14:19.771Z Downloaded lazy_static v1.5.0
1572026-02-20T04:14:19.771Z Downloaded hashbrown v0.16.1
1582026-02-20T04:14:19.795Z Downloaded serde_core v1.0.228
1592026-02-20T04:14:19.795Z Downloaded once_cell v1.21.3
1602026-02-20T04:14:19.795Z Downloaded nu-ansi-term v0.50.3
1612026-02-20T04:14:19.795Z Downloaded proc-macro-crate v3.4.0
1622026-02-20T04:14:19.795Z Downloaded foreign-types v0.5.0
1632026-02-20T04:14:19.795Z Downloaded cpufeatures v0.3.0
1642026-02-20T04:14:19.795Z Downloaded toml_datetime v0.7.5+spec-1.1.0
1652026-02-20T04:14:19.822Z Downloaded quote v1.0.44
1662026-02-20T04:14:19.822Z Downloaded winnow v0.7.14
1672026-02-20T04:14:19.822Z Downloaded thread_local v1.1.9
1682026-02-20T04:14:19.822Z Downloaded pin-project-lite v0.2.16
1692026-02-20T04:14:19.846Z Downloaded tracing-log v0.2.0
1702026-02-20T04:14:19.846Z Downloaded cfg-if v1.0.4
1712026-02-20T04:14:19.846Z Downloaded anyhow v1.0.102
1722026-02-20T04:14:19.846Z Downloaded thiserror v2.0.18
1732026-02-20T04:14:19.846Z Downloaded strsim v0.11.1
1742026-02-20T04:14:19.847Z Downloaded clap_lex v1.0.0
1752026-02-20T04:14:19.847Z Downloaded syn v1.0.109
1762026-02-20T04:14:19.871Z Downloaded num_enum v0.7.5
1772026-02-20T04:14:19.871Z Downloaded memchr v2.8.0
1782026-02-20T04:14:19.871Z Downloaded anstyle v1.0.13
1792026-02-20T04:14:19.871Z Downloaded equivalent v1.0.2
1802026-02-20T04:14:19.871Z Downloaded indexmap v2.13.0
1812026-02-20T04:14:19.871Z Downloaded foreign-types-shared v0.3.1
1822026-02-20T04:14:19.895Z Downloaded clap_derive v4.5.55
1832026-02-20T04:14:19.895Z Downloaded chacha20 v0.10.0
1842026-02-20T04:14:19.895Z Downloaded anstyle-parse v0.2.7
1852026-02-20T04:14:19.895Z Downloaded matchers v0.2.0
1862026-02-20T04:14:19.895Z Downloaded anstream v0.6.21
1872026-02-20T04:14:19.895Z Downloaded log v0.4.29
1882026-02-20T04:14:19.895Z Downloaded rand_core v0.10.0
1892026-02-20T04:14:19.895Z Downloaded pretty-hex v0.4.1
1902026-02-20T04:14:19.895Z Downloaded oxnet v0.1.4
1912026-02-20T04:14:19.895Z Downloaded humantime v2.3.0
1922026-02-20T04:14:19.895Z Downloaded getrandom v0.4.1
1932026-02-20T04:14:19.926Z Downloaded toml_edit v0.23.10+spec-1.0.0
1942026-02-20T04:14:19.926Z Downloaded is_terminal_polyfill v1.70.2
1952026-02-20T04:14:19.926Z Downloaded heck v0.5.0
1962026-02-20T04:14:19.926Z Downloaded foreign-types-macros v0.2.3
1972026-02-20T04:14:19.926Z Downloaded num_enum_derive v0.7.5
1982026-02-20T04:14:19.926Z Downloaded cstr-argument v0.1.2
1992026-02-20T04:14:19.926Z Downloaded anstyle-query v1.1.5
2002026-02-20T04:14:19.926Z Downloaded thiserror-impl v2.0.18
2012026-02-20T04:14:19.926Z Downloaded tracing-subscriber v0.3.22
2022026-02-20T04:14:19.926Z Downloaded syn v2.0.116
2032026-02-20T04:14:19.951Z Downloaded utf8parse v0.2.2
2042026-02-20T04:14:19.951Z Downloaded sharded-slab v0.1.7
2052026-02-20T04:14:19.951Z Downloaded toml_parser v1.0.9+spec-1.1.0
2062026-02-20T04:14:19.951Z Downloaded unicode-ident v1.0.24
2072026-02-20T04:14:19.951Z Downloaded proc-macro2 v1.0.106
2082026-02-20T04:14:19.951Z Downloaded clap v4.5.59
2092026-02-20T04:14:19.975Z Downloaded regex-automata v0.4.14
2102026-02-20T04:14:19.999Z Downloaded regex-syntax v0.8.9
2112026-02-20T04:14:20.058Z Compiling proc-macro2 v1.0.106
2122026-02-20T04:14:20.058Z Compiling unicode-ident v1.0.24
2132026-02-20T04:14:20.082Z Compiling quote v1.0.44
2142026-02-20T04:14:20.082Z Compiling libc v0.2.182
2152026-02-20T04:14:20.082Z Compiling cfg-if v1.0.4
2162026-02-20T04:14:20.082Z Compiling winnow v0.7.14
2172026-02-20T04:14:20.082Z Compiling hashbrown v0.16.1
2182026-02-20T04:14:20.082Z Compiling equivalent v1.0.2
2192026-02-20T04:14:20.173Z Compiling toml_datetime v0.7.5+spec-1.1.0
2202026-02-20T04:14:20.203Z Compiling once_cell v1.21.3
2212026-02-20T04:14:20.260Z Compiling rustversion v1.0.22
2222026-02-20T04:14:20.552Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2232026-02-20T04:14:20.577Z Compiling syn v1.0.109
2242026-02-20T04:14:20.681Z Compiling tracing-core v0.1.36
2252026-02-20T04:14:20.880Z Compiling getrandom v0.4.1
2262026-02-20T04:14:20.904Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
2272026-02-20T04:14:21.025Z Compiling indexmap v2.13.0
2282026-02-20T04:14:21.160Z Compiling thiserror v2.0.18
2292026-02-20T04:14:21.187Z Compiling utf8parse v0.2.2
2302026-02-20T04:14:21.262Z Compiling rand_core v0.10.0
2312026-02-20T04:14:21.329Z Compiling anstyle-parse v0.2.7
2322026-02-20T04:14:21.627Z Compiling is_terminal_polyfill v1.70.2
2332026-02-20T04:14:21.780Z Compiling anstyle-query v1.1.5
2342026-02-20T04:14:21.854Z Compiling pin-project-lite v0.2.16
2352026-02-20T04:14:21.939Z Compiling colorchoice v1.0.4
2362026-02-20T04:14:22.005Z Compiling cpufeatures v0.3.0
2372026-02-20T04:14:22.107Z Compiling syn v2.0.116
2382026-02-20T04:14:22.147Z Compiling regex-syntax v0.8.9
2392026-02-20T04:14:22.175Z Compiling memchr v2.8.0
2402026-02-20T04:14:22.257Z Compiling foreign-types-shared v0.3.1
2412026-02-20T04:14:22.335Z Compiling anyhow v1.0.102
2422026-02-20T04:14:22.393Z Compiling anstyle v1.0.13
2432026-02-20T04:14:22.543Z Compiling chacha20 v0.10.0
2442026-02-20T04:14:22.780Z Compiling toml_parser v1.0.9+spec-1.1.0
2452026-02-20T04:14:23.006Z Compiling cstr-argument v0.1.2
2462026-02-20T04:14:23.060Z Compiling anstream v0.6.21
2472026-02-20T04:14:23.449Z Compiling toml_edit v0.23.10+spec-1.0.0
2482026-02-20T04:14:23.473Z Compiling pretty-hex v0.4.1
2492026-02-20T04:14:23.533Z Compiling clap_lex v1.0.0
2502026-02-20T04:14:23.607Z Compiling heck v0.5.0
2512026-02-20T04:14:23.672Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
2522026-02-20T04:14:23.833Z Compiling lazy_static v1.5.0
2532026-02-20T04:14:23.932Z Compiling regex-automata v0.4.14
2542026-02-20T04:14:23.956Z Compiling strsim v0.11.1
2552026-02-20T04:14:23.956Z Compiling log v0.4.29
2562026-02-20T04:14:23.988Z Compiling sharded-slab v0.1.7
2572026-02-20T04:14:24.279Z Compiling clap_builder v4.5.59
2582026-02-20T04:14:24.600Z Compiling proc-macro-crate v3.4.0
2592026-02-20T04:14:25.033Z Compiling tracing-log v0.2.0
2602026-02-20T04:14:25.293Z Compiling rand v0.10.0
2612026-02-20T04:14:25.453Z Compiling socket2 v0.6.2
2622026-02-20T04:14:26.052Z Compiling thread_local v1.1.9
2632026-02-20T04:14:26.101Z Compiling colored v3.1.1
2642026-02-20T04:14:26.262Z Compiling unicode-width v0.2.2
2652026-02-20T04:14:26.498Z Compiling smallvec v1.15.1
2662026-02-20T04:14:26.603Z Compiling oxnet v0.1.4
2672026-02-20T04:14:26.747Z Compiling nu-ansi-term v0.50.3
2682026-02-20T04:14:26.805Z Compiling matchers v0.2.0
2692026-02-20T04:14:26.860Z Compiling tabwriter v1.4.1
2702026-02-20T04:14:26.995Z Compiling humantime v2.3.0
2712026-02-20T04:14:28.284Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
2722026-02-20T04:14:28.703Z Compiling num_enum_derive v0.7.5
2732026-02-20T04:14:28.728Z Compiling foreign-types-macros v0.2.3
2742026-02-20T04:14:28.752Z Compiling thiserror-impl v2.0.18
2752026-02-20T04:14:28.752Z Compiling tracing-attributes v0.1.31
2762026-02-20T04:14:28.929Z Compiling clap_derive v4.5.55
2772026-02-20T04:14:28.978Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
2782026-02-20T04:14:29.635Z Compiling foreign-types v0.5.0
2792026-02-20T04:14:29.728Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2802026-02-20T04:14:30.101Z Compiling num_enum v0.7.5
2812026-02-20T04:14:30.363Z Compiling tracing v0.1.44
2822026-02-20T04:14:30.593Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
2832026-02-20T04:14:30.617Z Compiling tracing-subscriber v0.3.22
2842026-02-20T04:14:31.132Z Compiling clap v4.5.59
2852026-02-20T04:14:33.246Z Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
2862026-02-20T04:14:36.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.06s
2872026-02-20T04:14:36.863Z
2882026-02-20T04:14:36.863Zreal 19.193235312
2892026-02-20T04:14:36.863Zuser 1:18.289810460
2902026-02-20T04:14:36.864Zsys 14.760752867
2912026-02-20T04:14:36.864Ztrap 0.050179168
2922026-02-20T04:14:36.864Ztflt 0.028649879
2932026-02-20T04:14:36.864Zdflt 0.104758656
2942026-02-20T04:14:36.864Zkflt 0.000532003
2952026-02-20T04:14:36.864Zlock 1:44.130943266
2962026-02-20T04:14:36.864Zslp 4:38.577435457
2972026-02-20T04:14:36.864Zlat 3.911608911
2982026-02-20T04:14:36.864Zstop 4.086067659
2992026-02-20T04:14:36.888Z+ ptime -m cargo build --release
3002026-02-20T04:14:37.021Z Compiling proc-macro2 v1.0.106
3012026-02-20T04:14:37.045Z Compiling quote v1.0.44
3022026-02-20T04:14:37.045Z Compiling unicode-ident v1.0.24
3032026-02-20T04:14:37.045Z Compiling cfg-if v1.0.4
3042026-02-20T04:14:37.045Z Compiling libc v0.2.182
3052026-02-20T04:14:37.045Z Compiling winnow v0.7.14
3062026-02-20T04:14:37.045Z Compiling equivalent v1.0.2
3072026-02-20T04:14:37.045Z Compiling hashbrown v0.16.1
3082026-02-20T04:14:37.117Z Compiling toml_datetime v0.7.5+spec-1.1.0
3092026-02-20T04:14:37.141Z Compiling rustversion v1.0.22
3102026-02-20T04:14:37.202Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3112026-02-20T04:14:37.461Z Compiling syn v1.0.109
3122026-02-20T04:14:37.494Z Compiling once_cell v1.21.3
3132026-02-20T04:14:37.545Z Compiling utf8parse v0.2.2
3142026-02-20T04:14:37.691Z Compiling rand_core v0.10.0
3152026-02-20T04:14:37.739Z Compiling getrandom v0.4.1
3162026-02-20T04:14:37.880Z Compiling tracing-core v0.1.36
3172026-02-20T04:14:37.937Z Compiling indexmap v2.13.0
3182026-02-20T04:14:37.996Z Compiling thiserror v2.0.18
3192026-02-20T04:14:38.021Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
3202026-02-20T04:14:38.305Z Compiling anstyle-parse v0.2.7
3212026-02-20T04:14:38.362Z Compiling foreign-types-shared v0.3.1
3222026-02-20T04:14:38.477Z Compiling cpufeatures v0.3.0
3232026-02-20T04:14:38.642Z Compiling memchr v2.8.0
3242026-02-20T04:14:38.876Z Compiling syn v2.0.116
3252026-02-20T04:14:38.950Z Compiling anyhow v1.0.102
3262026-02-20T04:14:39.060Z Compiling anstyle v1.0.13
3272026-02-20T04:14:39.084Z Compiling regex-syntax v0.8.9
3282026-02-20T04:14:39.412Z Compiling anstyle-query v1.1.5
3292026-02-20T04:14:39.453Z Compiling pin-project-lite v0.2.16
3302026-02-20T04:14:39.536Z Compiling toml_parser v1.0.9+spec-1.1.0
3312026-02-20T04:14:39.568Z Compiling colorchoice v1.0.4
3322026-02-20T04:14:39.707Z Compiling is_terminal_polyfill v1.70.2
3332026-02-20T04:14:39.816Z Compiling anstream v0.6.21
3342026-02-20T04:14:39.865Z Compiling cstr-argument v0.1.2
3352026-02-20T04:14:40.031Z Compiling chacha20 v0.10.0
3362026-02-20T04:14:40.221Z Compiling toml_edit v0.23.10+spec-1.0.0
3372026-02-20T04:14:40.561Z Compiling log v0.4.29
3382026-02-20T04:14:40.606Z Compiling pretty-hex v0.4.1
3392026-02-20T04:14:40.640Z Compiling lazy_static v1.5.0
3402026-02-20T04:14:40.664Z Compiling heck v0.5.0
3412026-02-20T04:14:40.754Z Compiling strsim v0.11.1
3422026-02-20T04:14:40.807Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
3432026-02-20T04:14:40.935Z Compiling clap_lex v1.0.0
3442026-02-20T04:14:40.965Z Compiling tracing-log v0.2.0
3452026-02-20T04:14:41.095Z Compiling regex-automata v0.4.14
3462026-02-20T04:14:41.522Z Compiling proc-macro-crate v3.4.0
3472026-02-20T04:14:41.559Z Compiling clap_builder v4.5.59
3482026-02-20T04:14:41.994Z Compiling sharded-slab v0.1.7
3492026-02-20T04:14:42.214Z Compiling rand v0.10.0
3502026-02-20T04:14:43.194Z Compiling socket2 v0.6.2
3512026-02-20T04:14:43.518Z Compiling thread_local v1.1.9
3522026-02-20T04:14:43.599Z Compiling nu-ansi-term v0.50.3
3532026-02-20T04:14:44.066Z Compiling smallvec v1.15.1
3542026-02-20T04:14:44.468Z Compiling matchers v0.2.0
3552026-02-20T04:14:44.584Z Compiling unicode-width v0.2.2
3562026-02-20T04:14:44.699Z Compiling oxnet v0.1.4
3572026-02-20T04:14:45.122Z Compiling colored v3.1.1
3582026-02-20T04:14:45.367Z Compiling tabwriter v1.4.1
3592026-02-20T04:14:45.999Z Compiling humantime v2.3.0
3602026-02-20T04:14:46.079Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3612026-02-20T04:14:46.694Z Compiling tracing-attributes v0.1.31
3622026-02-20T04:14:46.792Z Compiling thiserror-impl v2.0.18
3632026-02-20T04:14:46.896Z Compiling num_enum_derive v0.7.5
3642026-02-20T04:14:48.049Z Compiling foreign-types-macros v0.2.3
3652026-02-20T04:14:48.477Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3662026-02-20T04:14:48.610Z Compiling clap_derive v4.5.55
3672026-02-20T04:14:48.643Z Compiling num_enum v0.7.5
3682026-02-20T04:14:48.900Z Compiling tracing v0.1.44
3692026-02-20T04:14:49.042Z Compiling foreign-types v0.5.0
3702026-02-20T04:14:49.135Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
3712026-02-20T04:14:49.159Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3722026-02-20T04:14:49.192Z Compiling tracing-subscriber v0.3.22
3732026-02-20T04:14:51.591Z Compiling clap v4.5.59
3742026-02-20T04:14:54.818Z Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
3752026-02-20T04:15:00.051Z Finished `release` profile [optimized] target(s) in 23.12s
3762026-02-20T04:15:00.075Z
3772026-02-20T04:15:00.075Zreal 23.197196017
3782026-02-20T04:15:00.075Zuser 2:17.441708023
3792026-02-20T04:15:00.075Zsys 13.288930368
3802026-02-20T04:15:00.075Ztrap 0.074783626
3812026-02-20T04:15:00.075Ztflt 0.076697789
3822026-02-20T04:15:00.075Zdflt 0.119789212
3832026-02-20T04:15:00.075Zkflt 0.000010601
3842026-02-20T04:15:00.075Zlock 3:55.013953733
3852026-02-20T04:15:00.075Zslp 7:05.132318004
3862026-02-20T04:15:00.075Zlat 6.972929010
3872026-02-20T04:15:00.075Zstop 3.362755867
3882026-02-20T04:15:00.075Z+ for x in debug release
3892026-02-20T04:15:00.075Z+ mkdir -p /work/debug
3902026-02-20T04:15:00.075Z+ cp target/debug/netadm /work/debug/netadm
3912026-02-20T04:15:00.101Z+ for x in debug release
3922026-02-20T04:15:00.101Z+ mkdir -p /work/release
3932026-02-20T04:15:00.125Z+ cp target/release/netadm /work/release/netadm
3942026-02-20T04:15:00.125Z+ banner check
3952026-02-20T04:15:00.125Z
3962026-02-20T04:15:00.125Z #### # # ###### #### # #
3972026-02-20T04:15:00.125Z # # # # # # # # #
3982026-02-20T04:15:00.125Z # ###### ##### # ####
3992026-02-20T04:15:00.125Z # # # # # # #
4002026-02-20T04:15:00.125Z # # # # # # # # #
4012026-02-20T04:15:00.125Z #### # # ###### #### # #
4022026-02-20T04:15:00.125Z
4032026-02-20T04:15:00.125Z+ cargo fmt -- --check
4042026-02-20T04:15:00.442Z+ cargo clippy --all-targets -- --deny warnings
4052026-02-20T04:15:00.808Z Checking cfg-if v1.0.4
4062026-02-20T04:15:00.808Z Compiling winnow v0.7.14
4072026-02-20T04:15:00.832Z Checking once_cell v1.21.3
4082026-02-20T04:15:00.832Z Checking libc v0.2.182
4092026-02-20T04:15:00.832Z Checking rand_core v0.10.0
4102026-02-20T04:15:00.832Z Checking memchr v2.8.0
4112026-02-20T04:15:00.832Z Checking cpufeatures v0.3.0
4122026-02-20T04:15:00.832Z Checking foreign-types-shared v0.3.1
4132026-02-20T04:15:00.881Z Checking pin-project-lite v0.2.16
4142026-02-20T04:15:00.911Z Checking thiserror v2.0.18
4152026-02-20T04:15:00.935Z Checking foreign-types v0.5.0
4162026-02-20T04:15:00.987Z Checking libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
4172026-02-20T04:15:01.019Z Checking nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4182026-02-20T04:15:01.043Z Checking chacha20 v0.10.0
4192026-02-20T04:15:01.043Z Checking pretty-hex v0.4.1
4202026-02-20T04:15:01.068Z Checking tracing-core v0.1.36
4212026-02-20T04:15:01.107Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
4222026-02-20T04:15:01.141Z Checking anyhow v1.0.102
4232026-02-20T04:15:01.197Z Checking utf8parse v0.2.2
4242026-02-20T04:15:01.329Z Checking colored v3.1.1
4252026-02-20T04:15:01.432Z Checking getrandom v0.4.1
4262026-02-20T04:15:01.456Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4272026-02-20T04:15:01.485Z Checking socket2 v0.6.2
4282026-02-20T04:15:01.509Z Checking cstr-argument v0.1.2
4292026-02-20T04:15:01.574Z Checking oxnet v0.1.4
4302026-02-20T04:15:01.623Z Checking tracing v0.1.44
4312026-02-20T04:15:01.647Z Checking rand v0.10.0
4322026-02-20T04:15:01.672Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4332026-02-20T04:15:01.672Z Checking anstyle-parse v0.2.7
4342026-02-20T04:15:01.808Z Checking anstyle v1.0.13
4352026-02-20T04:15:01.878Z Checking regex-syntax v0.8.9
4362026-02-20T04:15:01.902Z Checking anstyle-query v1.1.5
4372026-02-20T04:15:01.902Z Checking is_terminal_polyfill v1.70.2
4382026-02-20T04:15:01.902Z Checking colorchoice v1.0.4
4392026-02-20T04:15:01.989Z Checking strsim v0.11.1
4402026-02-20T04:15:02.013Z Checking clap_lex v1.0.0
4412026-02-20T04:15:02.037Z Checking log v0.4.29
4422026-02-20T04:15:02.085Z Checking anstream v0.6.21
4432026-02-20T04:15:02.201Z Checking lazy_static v1.5.0
4442026-02-20T04:15:02.231Z Checking thread_local v1.1.9
4452026-02-20T04:15:02.255Z Checking tracing-log v0.2.0
4462026-02-20T04:15:02.303Z Checking sharded-slab v0.1.7
4472026-02-20T04:15:02.378Z Checking clap_builder v4.5.59
4482026-02-20T04:15:02.440Z Checking nu-ansi-term v0.50.3
4492026-02-20T04:15:02.464Z Checking smallvec v1.15.1
4502026-02-20T04:15:02.488Z Checking unicode-width v0.2.2
4512026-02-20T04:15:02.723Z Checking humantime v2.3.0
4522026-02-20T04:15:02.869Z Checking tabwriter v1.4.1
4532026-02-20T04:15:03.227Z Checking regex-automata v0.4.14
4542026-02-20T04:15:03.352Z Compiling toml_parser v1.0.9+spec-1.1.0
4552026-02-20T04:15:03.952Z Compiling toml_edit v0.23.10+spec-1.0.0
4562026-02-20T04:15:04.513Z Checking clap v4.5.59
4572026-02-20T04:15:04.898Z Compiling proc-macro-crate v3.4.0
4582026-02-20T04:15:05.371Z Checking matchers v0.2.0
4592026-02-20T04:15:05.395Z Compiling num_enum_derive v0.7.5
4602026-02-20T04:15:05.503Z Checking tracing-subscriber v0.3.22
4612026-02-20T04:15:06.634Z Checking num_enum v0.7.5
4622026-02-20T04:15:06.756Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
4632026-02-20T04:15:08.899Z Checking netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
4642026-02-20T04:15:10.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.85s
4652026-02-20T04:15:10.493Z+ banner pre-test
4662026-02-20T04:15:10.517Z
4672026-02-20T04:15:10.517Z ##### ##### ###### ##### ###### #### #####
4682026-02-20T04:15:10.517Z # # # # # # # # #
4692026-02-20T04:15:10.517Z # # # # ##### ##### # ##### #### #
4702026-02-20T04:15:10.517Z ##### ##### # # # # #
4712026-02-20T04:15:10.517Z # # # # # # # # #
4722026-02-20T04:15:10.517Z # # # ###### # ###### #### #
4732026-02-20T04:15:10.517Z
4742026-02-20T04:15:10.517Z+ uname -a
4752026-02-20T04:15:10.517ZSunOS bmat-EVT22200007-0000e56d 5.11 helios-2.0.23457 i86pc i386 i86pc
4762026-02-20T04:15:10.517Z+ ./target/debug/netadm show links
4772026-02-20T04:15:10.517ZId Name Flags Class State MAC MTU
4782026-02-20T04:15:10.517Z-- ---- ----- ----- ----- --- ---
4792026-02-20T04:15:10.517Z1 vioif0 active persistent physical up 02:08:20:a3:42:2a 1500
4802026-02-20T04:15:10.517Z+ ./target/debug/netadm show addrs
4812026-02-20T04:15:10.517ZName Type State Address Interface Index
4822026-02-20T04:15:10.517Z---- ------ ----- ------- ---------------
4832026-02-20T04:15:10.517Zlo0/v4 static ok 127.0.0.1/8 1
4842026-02-20T04:15:10.517Zlo0/v6 static ok ::1/128 1
4852026-02-20T04:15:10.518Zvioif0/v4 static ok 10.151.4.102/24 2
4862026-02-20T04:15:10.518Z+ banner test
4872026-02-20T04:15:10.518Z
4882026-02-20T04:15:10.518Z ##### ###### #### #####
4892026-02-20T04:15:10.518Z # # # #
4902026-02-20T04:15:10.518Z # ##### #### #
4912026-02-20T04:15:10.518Z # # # #
4922026-02-20T04:15:10.518Z # # # # #
4932026-02-20T04:15:10.518Z # ###### #### #
4942026-02-20T04:15:10.518Z
4952026-02-20T04:15:10.518Z+ pfexec ptime -m cargo test
4962026-02-20T04:15:10.779Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
4972026-02-20T04:15:10.779Z Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
4982026-02-20T04:15:12.682Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2.10s
4992026-02-20T04:15:12.706Z Running unittests src/lib.rs (target/debug/deps/libnet-305f7d4a6adfe389)
5002026-02-20T04:15:12.706Z
5012026-02-20T04:15:12.707Zrunning 0 tests
5022026-02-20T04:15:12.707Z
5032026-02-20T04:15:12.707Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5042026-02-20T04:15:12.707Z
5052026-02-20T04:15:12.707Z Running tests/ip.rs (target/debug/deps/ip-1cbe6c3d9ea75e37)
5062026-02-20T04:15:12.731Z
5072026-02-20T04:15:12.731Zrunning 4 tests
5082026-02-20T04:15:12.731Ztest test_get_addresses ... ok
5092026-02-20T04:15:12.731Ztest test_address_consistency ... ok
5102026-02-20T04:15:12.731Ztest test_v6_static_lifecycle ... ok
5112026-02-20T04:15:12.731Ztest test_v6_local_lifecycle ... ok
5122026-02-20T04:15:12.731Z
5132026-02-20T04:15:12.731Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
5142026-02-20T04:15:12.731Z
5152026-02-20T04:15:12.731Z Running tests/link.rs (target/debug/deps/link-f16cdc49c0b74c89)
5162026-02-20T04:15:12.731Z
5172026-02-20T04:15:12.731Zrunning 5 tests
5182026-02-20T04:15:12.755Ztest test_get_links ... ok
5192026-02-20T04:15:12.755Ztest test_simnet_lifecycle ... ok
5202026-02-20T04:15:12.755Ztest test_link_consistency ... ok
5212026-02-20T04:15:12.755Ztest test_simnet_connect ... ok
5222026-02-20T04:15:12.755Ztest test_vnic_lifecycle ... ok
5232026-02-20T04:15:12.755Z
5242026-02-20T04:15:12.755Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
5252026-02-20T04:15:12.755Z
5262026-02-20T04:15:12.755Z Running unittests src/main.rs (target/debug/deps/netadm-f5f283e08a81f01b)
5272026-02-20T04:15:12.755Z
5282026-02-20T04:15:12.755Zrunning 0 tests
5292026-02-20T04:15:12.756Z
5302026-02-20T04:15:12.756Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5312026-02-20T04:15:12.756Z
5322026-02-20T04:15:12.756Z Doc-tests libnet
5332026-02-20T04:15:13.034Z
5342026-02-20T04:15:13.034Zrunning 0 tests
5352026-02-20T04:15:13.034Z
5362026-02-20T04:15:13.034Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5372026-02-20T04:15:13.034Z
5382026-02-20T04:15:13.061Z
5392026-02-20T04:15:13.061Zreal 2.536281189
5402026-02-20T04:15:13.061Zuser 4.314273085
5412026-02-20T04:15:13.061Zsys 1.325128227
5422026-02-20T04:15:13.061Ztrap 0.001969948
5432026-02-20T04:15:13.061Ztflt 0.002406452
5442026-02-20T04:15:13.061Zdflt 0.005256152
5452026-02-20T04:15:13.061Zkflt 0.000042293
5462026-02-20T04:15:13.061Zlock 5.344576651
5472026-02-20T04:15:13.061Zslp 19.185076410
5482026-02-20T04:15:13.061Zlat 0.125375718
5492026-02-20T04:15:13.061Zstop 0.158356004
5502026-02-20T04:15:13.085Z+ pfexec ptime -m cargo test --release
5512026-02-20T04:15:13.218Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
5522026-02-20T04:15:13.218Z Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
5532026-02-20T04:15:14.934Z Finished `release` profile [optimized] target(s) in 1.80s
5542026-02-20T04:15:14.959Z Running unittests src/lib.rs (target/release/deps/libnet-f030461d958d4a22)
5552026-02-20T04:15:14.959Z
5562026-02-20T04:15:14.959Zrunning 0 tests
5572026-02-20T04:15:14.959Z
5582026-02-20T04:15:14.959Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5592026-02-20T04:15:14.959Z
5602026-02-20T04:15:14.959Z Running tests/ip.rs (target/release/deps/ip-3304e9860aff51ba)
5612026-02-20T04:15:14.983Z
5622026-02-20T04:15:14.983Zrunning 4 tests
5632026-02-20T04:15:14.983Ztest test_get_addresses ... ok
5642026-02-20T04:15:14.983Ztest test_address_consistency ... ok
5652026-02-20T04:15:14.983Ztest test_v6_static_lifecycle ... ok
5662026-02-20T04:15:14.983Ztest test_v6_local_lifecycle ... ok
5672026-02-20T04:15:14.983Z
5682026-02-20T04:15:14.983Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
5692026-02-20T04:15:14.983Z
5702026-02-20T04:15:14.983Z Running tests/link.rs (target/release/deps/link-4982962a1d95a0e4)
5712026-02-20T04:15:14.983Z
5722026-02-20T04:15:14.983Zrunning 5 tests
5732026-02-20T04:15:15.007Ztest test_simnet_lifecycle ... ok
5742026-02-20T04:15:15.007Ztest test_simnet_connect ... ok
5752026-02-20T04:15:15.007Ztest test_get_links ... ok
5762026-02-20T04:15:15.007Ztest test_link_consistency ... ok
5772026-02-20T04:15:15.007Ztest test_vnic_lifecycle ... ok
5782026-02-20T04:15:15.008Z
5792026-02-20T04:15:15.008Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
5802026-02-20T04:15:15.008Z
5812026-02-20T04:15:15.008Z Running unittests src/main.rs (target/release/deps/netadm-71f70e7c96db19be)
5822026-02-20T04:15:15.008Z
5832026-02-20T04:15:15.008Zrunning 0 tests
5842026-02-20T04:15:15.008Z
5852026-02-20T04:15:15.008Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5862026-02-20T04:15:15.008Z
5872026-02-20T04:15:15.008Z Doc-tests libnet
5882026-02-20T04:15:15.258Z
5892026-02-20T04:15:15.258Zrunning 0 tests
5902026-02-20T04:15:15.258Z
5912026-02-20T04:15:15.258Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5922026-02-20T04:15:15.258Z
5932026-02-20T04:15:15.288Z
5942026-02-20T04:15:15.288Zreal 2.212525674
5952026-02-20T04:15:15.288Zuser 4.498339113
5962026-02-20T04:15:15.288Zsys 1.170167514
5972026-02-20T04:15:15.288Ztrap 0.000928762
5982026-02-20T04:15:15.288Ztflt 0.045872802
5992026-02-20T04:15:15.288Zdflt 0.026704332
6002026-02-20T04:15:15.288Zkflt 0.000005260
6012026-02-20T04:15:15.288Zlock 6.352487354
6022026-02-20T04:15:15.288Zslp 16.410253413
6032026-02-20T04:15:15.288Zlat 0.043900530
6042026-02-20T04:15:15.288Zstop 0.223492378
6052026-02-20T04:15:15.313Z+ banner post-test
6062026-02-20T04:15:15.313Z
6072026-02-20T04:15:15.313Z ##### #### #### ##### ##### ###### #### #####
6082026-02-20T04:15:15.313Z # # # # # # # # # #
6092026-02-20T04:15:15.313Z # # # # #### # ##### # ##### #### #
6102026-02-20T04:15:15.313Z ##### # # # # # # # #
6112026-02-20T04:15:15.313Z # # # # # # # # # # #
6122026-02-20T04:15:15.313Z # #### #### # # ###### #### #
6132026-02-20T04:15:15.313Z
6142026-02-20T04:15:15.313Z+ ./target/debug/netadm show links
6152026-02-20T04:15:15.313ZId Name Flags Class State MAC MTU
6162026-02-20T04:15:15.313Z-- ---- ----- ----- ----- --- ---
6172026-02-20T04:15:15.313Z1 vioif0 active persistent physical up 02:08:20:a3:42:2a 1500
6182026-02-20T04:15:15.313Z+ ./target/debug/netadm show addrs
6192026-02-20T04:15:15.313ZName Type State Address Interface Index
6202026-02-20T04:15:15.313Z---- ------ ----- ------- ---------------
6212026-02-20T04:15:15.313Zlo0/v4 static ok 127.0.0.1/8 1
6222026-02-20T04:15:15.313Zlo0/v6 static ok ::1/128 1
6232026-02-20T04:15:15.314Zvioif0/v4 static ok 10.151.4.102/24 2
6242026-02-20T04:15:15.314Zprocess exited: duration 77550 ms, exit code 0
 
6252026-02-20T04:15:15.363Zfound 2 output files
6262026-02-20T04:15:15.397Zuploading: /work/debug/netadm (42366000 bytes)
6272026-02-20T04:15:18.892Zuploaded: /work/debug/netadm
6282026-02-20T04:15:18.892Zuploading: /work/release/netadm (6296872 bytes)
6292026-02-20T04:15:20.491Zuploaded: /work/release/netadm