01KK7T6949DDRWNW5ZGNGQWNCA: 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: 01KK7T6G9EE8SQAV8P0DHYY0BZ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-08T22:48:55.920Zjob assigned to worker 01KK7T6GMWZ4ZD1XNPTKE7GM33 [factory gimlet-EVT22200007-propolis, EVT22200007/60677] (queued for 27 s)
 
22026-03-08T22:49:04.963Zstarting task 0: "setup"
32026-03-08T22:49:04.988Z++ uname -s
42026-03-08T22:49:04.988Z+ kern=SunOS
52026-03-08T22:49:04.988Z+ build_user=build
62026-03-08T22:49:04.988Z+ build_uid=12345
72026-03-08T22:49:04.988Z+ work_dir=/work
82026-03-08T22:49:04.988Z+ input_dir=/input
92026-03-08T22:49:04.988Z+ [[ 0 == 12345 ]]
102026-03-08T22:49:04.988Z+ case "$kern" in
112026-03-08T22:49:04.988Z+ groupadd -g 12345 build
122026-03-08T22:49:04.989Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-08T22:49:06.988Z+ zfs create -o mountpoint=/work rpool/work
142026-03-08T22:49:07.033Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-08T22:49:07.058Z+ home_fs=zfs
162026-03-08T22:49:07.058Z+ [[ zfs == autofs ]]
172026-03-08T22:49:07.058Z+ mkdir -p /home/build
182026-03-08T22:49:07.058Z+ chown build:build /home/build /work
192026-03-08T22:49:09.044Z+ chmod 0700 /home/build /work
202026-03-08T22:49:09.070Zprocess exited: duration 4087 ms, exit code 0
 
212026-03-08T22:49:09.120Zstarting task 1: "rust-toolchain"
222026-03-08T22:49:09.145Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-08T22:49:09.145Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-08T22:49:09.145Z * rust toolchain channel = "stable"
252026-03-08T22:49:09.146Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-03-08T22:49:09.146Z * rust toolchain profile = "default"
272026-03-08T22:49:09.146Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-08T22:49:09.146Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-08T22:49:09.146Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-08T22:49:09.277Zinfo: downloading installer
312026-03-08T22:49:09.712Zwarn: It looks like you have an existing installation of Rust at:
322026-03-08T22:49:09.712Zwarn: /opt/ooce/bin
332026-03-08T22:49:09.713Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-08T22:49:09.713Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-08T22:49:09.713Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-08T22:49:09.713Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-08T22:49:09.713Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-08T22:49:09.713Zerror: cannot install while Rust is installed
392026-03-08T22:49:09.713Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-08T22:49:09.738Zinfo: profile set to 'default'
412026-03-08T22:49:09.738Zinfo: default host triple is x86_64-unknown-illumos
422026-03-08T22:49:09.738Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432026-03-08T22:49:09.830Zinfo: latest update on 2026-03-05, rust version 1.94.0 (4a4ef493e 2026-03-02)
442026-03-08T22:49:09.830Zinfo: downloading component 'cargo'
452026-03-08T22:49:09.998Zinfo: downloading component 'clippy'
462026-03-08T22:49:10.062Zinfo: downloading component 'rust-docs'
472026-03-08T22:49:10.555Zinfo: downloading component 'rust-std'
482026-03-08T22:49:10.655Zinfo: downloading component 'rustc'
492026-03-08T22:49:11.898Zinfo: downloading component 'rustfmt'
502026-03-08T22:49:11.953Zinfo: installing component 'cargo'
512026-03-08T22:49:13.245Zinfo: installing component 'clippy'
522026-03-08T22:49:13.726Zinfo: installing component 'rust-docs'
532026-03-08T22:49:17.198Zinfo: installing component 'rust-std'
542026-03-08T22:49:19.295Zinfo: installing component 'rustc'
552026-03-08T22:49:28.054Zinfo: installing component 'rustfmt'
562026-03-08T22:49:28.433Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572026-03-08T22:49:28.433Z
582026-03-08T22:49:28.573Z stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
592026-03-08T22:49:28.573Z
602026-03-08T22:49:28.573Z
612026-03-08T22:49:28.573ZRust is installed now. Great!
622026-03-08T22:49:28.573Z
632026-03-08T22:49:28.573ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-03-08T22:49:28.573Zenvironment variable. This has not been done automatically.
652026-03-08T22:49:28.573Z
662026-03-08T22:49:28.573ZTo configure your current shell, you need to source
672026-03-08T22:49:28.573Zthe corresponding env file under $HOME/.cargo.
682026-03-08T22:49:28.573Z
692026-03-08T22:49:28.573ZThis is usually done by running one of the following (note the leading DOT):
702026-03-08T22:49:28.573Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-03-08T22:49:28.573Zsource "$HOME/.cargo/env.fish" # For fish
722026-03-08T22:49:28.573Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-03-08T22:49:28.697Z+ rustup --version
742026-03-08T22:49:28.722Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-03-08T22:49:28.722Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-03-08T22:49:28.806Zinfo: The currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
772026-03-08T22:49:28.831Z+ cargo --version
782026-03-08T22:49:28.893Zcargo 1.94.0 (85eff7c80 2026-01-15)
792026-03-08T22:49:28.918Z+ rustc --version
802026-03-08T22:49:28.985Zrustc 1.94.0 (4a4ef493e 2026-03-02)
812026-03-08T22:49:29.009Zprocess exited: duration 19871 ms, exit code 0
 
822026-03-08T22:49:29.059Zstarting task 2: "authentication"
832026-03-08T22:49:29.116Zprocess exited: duration 56 ms, exit code 0
 
842026-03-08T22:49:29.166Zstarting task 3: "clone repository"
852026-03-08T22:49:29.190Z+ mkdir -p /work/oxidecomputer/netadm-sys
862026-03-08T22:49:29.190Z+ git clone https://github.com/oxidecomputer/netadm-sys /work/oxidecomputer/netadm-sys
872026-03-08T22:49:29.215ZCloning into '/work/oxidecomputer/netadm-sys'...
882026-03-08T22:49:29.986Z+ cd /work/oxidecomputer/netadm-sys
892026-03-08T22:49:29.986Z+ git fetch origin add5933967070007646e12b9502d40be9c782a27
902026-03-08T22:49:30.292ZFrom https://github.com/oxidecomputer/netadm-sys
912026-03-08T22:49:30.292Z * branch add5933967070007646e12b9502d40be9c782a27 -> FETCH_HEAD
922026-03-08T22:49:30.316Z+ [[ -n renovate/lock-file-maintenance ]]
932026-03-08T22:49:30.316Z++ git branch --show-current
942026-03-08T22:49:30.316Z+ current=main
952026-03-08T22:49:30.316Z+ [[ main != renovate/lock-file-maintenance ]]
962026-03-08T22:49:30.316Z+ git branch -f renovate/lock-file-maintenance add5933967070007646e12b9502d40be9c782a27
972026-03-08T22:49:30.317Z+ git checkout -f renovate/lock-file-maintenance
982026-03-08T22:49:30.341ZSwitched to branch 'renovate/lock-file-maintenance'
992026-03-08T22:49:30.341Z+ git reset --hard add5933967070007646e12b9502d40be9c782a27
1002026-03-08T22:49:30.341ZHEAD is now at add5933 Lock file maintenance
1012026-03-08T22:49:30.341Zprocess exited: duration 1162 ms, exit code 0
 
1022026-03-08T22:49:30.391Zstarting task 4: "build"
1032026-03-08T22:49:30.416Z+ cargo --version
1042026-03-08T22:49:30.416Zinfo: syncing channel updates for '1.86.0-x86_64-unknown-illumos'
1052026-03-08T22:49:30.528Zinfo: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31)
1062026-03-08T22:49:30.528Zinfo: downloading component 'cargo'
1072026-03-08T22:49:30.688Zinfo: downloading component 'clippy'
1082026-03-08T22:49:30.763Zinfo: downloading component 'rust-docs'
1092026-03-08T22:49:31.266Zinfo: downloading component 'rust-std'
1102026-03-08T22:49:31.382Zinfo: downloading component 'rustc'
1112026-03-08T22:49:32.453Zinfo: downloading component 'rustfmt'
1122026-03-08T22:49:32.514Zinfo: installing component 'cargo'
1132026-03-08T22:49:33.545Zinfo: installing component 'clippy'
1142026-03-08T22:49:34.019Zinfo: installing component 'rust-docs'
1152026-03-08T22:49:37.226Zinfo: installing component 'rust-std'
1162026-03-08T22:49:39.213Zinfo: installing component 'rustc'
1172026-03-08T22:49:47.449Zinfo: installing component 'rustfmt'
1182026-03-08T22:49:47.971Zcargo 1.86.0 (adf9b6ad1 2025-02-28)
1192026-03-08T22:49:47.996Z+ rustc --version
1202026-03-08T22:49:48.137Zrustc 1.86.0 (05f9846f8 2025-03-31)
1212026-03-08T22:49:48.162Z+ banner build
1222026-03-08T22:49:48.162Z
1232026-03-08T22:49:48.162Z ##### # # # # #####
1242026-03-08T22:49:48.162Z # # # # # # # #
1252026-03-08T22:49:48.162Z ##### # # # # # #
1262026-03-08T22:49:48.162Z # # # # # # # #
1272026-03-08T22:49:48.162Z # # # # # # # #
1282026-03-08T22:49:48.162Z ##### #### # ###### #####
1292026-03-08T22:49:48.162Z
1302026-03-08T22:49:48.163Z+ ptime -m cargo build
1312026-03-08T22:49:48.370Z Updating crates.io index
1322026-03-08T22:49:48.433Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1332026-03-08T22:49:48.838ZFrom https://github.com/oxidecomputer/dlpi-sys
1342026-03-08T22:49:48.838Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
1352026-03-08T22:49:48.865Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1362026-03-08T22:49:49.290ZFrom https://github.com/jmesmon/rust-libzfs
1372026-03-08T22:49:49.290Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1382026-03-08T22:49:49.320Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1392026-03-08T22:49:49.701ZFrom https://github.com/oxidecomputer/rusty-doors
1402026-03-08T22:49:49.701Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1412026-03-08T22:49:50.045Z Downloading crates ...
1422026-03-08T22:49:50.108Z Downloaded anyhow v1.0.102
1432026-03-08T22:49:50.133Z Downloaded strsim v0.11.1
1442026-03-08T22:49:50.133Z Downloaded cfg-if v1.0.4
1452026-03-08T22:49:50.133Z Downloaded equivalent v1.0.2
1462026-03-08T22:49:50.133Z Downloaded rustversion v1.0.22
1472026-03-08T22:49:50.133Z Downloaded quote v1.0.45
1482026-03-08T22:49:50.133Z Downloaded thiserror-impl v2.0.18
1492026-03-08T22:49:50.160Z Downloaded matchers v0.2.0
1502026-03-08T22:49:50.160Z Downloaded heck v0.5.0
1512026-03-08T22:49:50.160Z Downloaded tabwriter v1.4.1
1522026-03-08T22:49:50.160Z Downloaded pretty-hex v0.4.1
1532026-03-08T22:49:50.160Z Downloaded utf8parse v0.2.2
1542026-03-08T22:49:50.160Z Downloaded toml_datetime v1.0.0+spec-1.1.0
1552026-03-08T22:49:50.160Z Downloaded thread_local v1.1.9
1562026-03-08T22:49:50.160Z Downloaded unicode-ident v1.0.24
1572026-03-08T22:49:50.160Z Downloaded tracing-log v0.2.0
1582026-03-08T22:49:50.160Z Downloaded tracing-attributes v0.1.31
1592026-03-08T22:49:50.185Z Downloaded tracing-core v0.1.36
1602026-03-08T22:49:50.185Z Downloaded toml_edit v0.25.4+spec-1.1.0
1612026-03-08T22:49:50.185Z Downloaded toml_parser v1.0.9+spec-1.1.0
1622026-03-08T22:49:50.185Z Downloaded indexmap v2.13.0
1632026-03-08T22:49:50.185Z Downloaded rand v0.10.0
1642026-03-08T22:49:50.209Z Downloaded hashbrown v0.16.1
1652026-03-08T22:49:50.210Z Downloaded winnow v0.7.15
1662026-03-08T22:49:50.210Z Downloaded clap_builder v4.5.60
1672026-03-08T22:49:50.234Z Downloaded socket2 v0.6.3
1682026-03-08T22:49:50.235Z Downloaded tracing-subscriber v0.3.22
1692026-03-08T22:49:50.235Z Downloaded sharded-slab v0.1.7
1702026-03-08T22:49:50.235Z Downloaded serde_core v1.0.228
1712026-03-08T22:49:50.260Z Downloaded syn v1.0.109
1722026-03-08T22:49:50.260Z Downloaded unicode-width v0.2.2
1732026-03-08T22:49:50.260Z Downloaded syn v2.0.117
1742026-03-08T22:49:50.285Z Downloaded proc-macro2 v1.0.106
1752026-03-08T22:49:50.285Z Downloaded memchr v2.8.0
1762026-03-08T22:49:50.285Z Downloaded log v0.4.29
1772026-03-08T22:49:50.310Z Downloaded regex-syntax v0.8.10
1782026-03-08T22:49:50.310Z Downloaded smallvec v1.15.1
1792026-03-08T22:49:50.310Z Downloaded once_cell v1.21.3
1802026-03-08T22:49:50.310Z Downloaded colored v3.1.1
1812026-03-08T22:49:50.310Z Downloaded pin-project-lite v0.2.17
1822026-03-08T22:49:50.335Z Downloaded tracing v0.1.44
1832026-03-08T22:49:50.360Z Downloaded nu-ansi-term v0.50.3
1842026-03-08T22:49:50.360Z Downloaded thiserror v2.0.18
1852026-03-08T22:49:50.360Z Downloaded rand_core v0.10.0
1862026-03-08T22:49:50.360Z Downloaded regex-automata v0.4.14
1872026-03-08T22:49:50.384Z Downloaded num_enum_derive v0.7.5
1882026-03-08T22:49:50.384Z Downloaded num_enum v0.7.5
1892026-03-08T22:49:50.384Z Downloaded humantime v2.3.0
1902026-03-08T22:49:50.409Z Downloaded clap_derive v4.5.55
1912026-03-08T22:49:50.409Z Downloaded getrandom v0.4.2
1922026-03-08T22:49:50.409Z Downloaded clap v4.5.60
1932026-03-08T22:49:50.409Z Downloaded chacha20 v0.10.0
1942026-03-08T22:49:50.409Z Downloaded foreign-types-shared v0.3.1
1952026-03-08T22:49:50.409Z Downloaded anstream v0.6.21
1962026-03-08T22:49:50.435Z Downloaded anstyle v1.0.13
1972026-03-08T22:49:50.435Z Downloaded proc-macro-crate v3.5.0
1982026-03-08T22:49:50.435Z Downloaded oxnet v0.1.4
1992026-03-08T22:49:50.435Z Downloaded lazy_static v1.5.0
2002026-03-08T22:49:50.435Z Downloaded foreign-types-macros v0.2.3
2012026-03-08T22:49:50.435Z Downloaded foreign-types v0.5.0
2022026-03-08T22:49:50.435Z Downloaded libc v0.2.183
2032026-03-08T22:49:50.465Z Downloaded colorchoice v1.0.4
2042026-03-08T22:49:50.490Z Downloaded clap_lex v1.0.0
2052026-03-08T22:49:50.490Z Downloaded anstyle-parse v0.2.7
2062026-03-08T22:49:50.490Z Downloaded cpufeatures v0.3.0
2072026-03-08T22:49:50.490Z Downloaded anstyle-query v1.1.5
2082026-03-08T22:49:50.490Z Downloaded aho-corasick v1.1.4
2092026-03-08T22:49:50.490Z Downloaded is_terminal_polyfill v1.70.2
2102026-03-08T22:49:50.490Z Downloaded cstr-argument v0.1.2
2112026-03-08T22:49:50.571Z Compiling proc-macro2 v1.0.106
2122026-03-08T22:49:50.571Z Compiling quote v1.0.45
2132026-03-08T22:49:50.597Z Compiling unicode-ident v1.0.24
2142026-03-08T22:49:50.597Z Compiling libc v0.2.183
2152026-03-08T22:49:50.597Z Compiling cfg-if v1.0.4
2162026-03-08T22:49:50.597Z Compiling equivalent v1.0.2
2172026-03-08T22:49:50.597Z Compiling hashbrown v0.16.1
2182026-03-08T22:49:50.597Z Compiling winnow v0.7.15
2192026-03-08T22:49:50.800Z Compiling toml_datetime v1.0.0+spec-1.1.0
2202026-03-08T22:49:50.838Z Compiling syn v1.0.109
2212026-03-08T22:49:50.895Z Compiling rustversion v1.0.22
2222026-03-08T22:49:51.219Z Compiling once_cell v1.21.3
2232026-03-08T22:49:51.361Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2242026-03-08T22:49:51.421Z Compiling rand_core v0.10.0
2252026-03-08T22:49:51.518Z Compiling tracing-core v0.1.36
2262026-03-08T22:49:51.602Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2272026-03-08T22:49:51.721Z Compiling utf8parse v0.2.2
2282026-03-08T22:49:51.752Z Compiling indexmap v2.13.0
2292026-03-08T22:49:51.839Z Compiling thiserror v2.0.18
2302026-03-08T22:49:51.882Z Compiling getrandom v0.4.2
2312026-03-08T22:49:51.950Z Compiling anstyle-parse v0.2.7
2322026-03-08T22:49:52.277Z Compiling anstyle v1.0.13
2332026-03-08T22:49:52.312Z Compiling colorchoice v1.0.4
2342026-03-08T22:49:52.715Z Compiling cpufeatures v0.3.0
2352026-03-08T22:49:52.776Z Compiling anyhow v1.0.102
2362026-03-08T22:49:52.826Z Compiling syn v2.0.117
2372026-03-08T22:49:52.910Z Compiling is_terminal_polyfill v1.70.2
2382026-03-08T22:49:52.992Z Compiling pin-project-lite v0.2.17
2392026-03-08T22:49:53.050Z Compiling regex-syntax v0.8.10
2402026-03-08T22:49:53.075Z Compiling memchr v2.8.0
2412026-03-08T22:49:53.158Z Compiling foreign-types-shared v0.3.1
2422026-03-08T22:49:53.292Z Compiling anstyle-query v1.1.5
2432026-03-08T22:49:53.400Z Compiling anstream v0.6.21
2442026-03-08T22:49:53.438Z Compiling chacha20 v0.10.0
2452026-03-08T22:49:53.681Z Compiling toml_parser v1.0.9+spec-1.1.0
2462026-03-08T22:49:53.876Z Compiling cstr-argument v0.1.2
2472026-03-08T22:49:54.155Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
2482026-03-08T22:49:54.191Z Compiling clap_lex v1.0.0
2492026-03-08T22:49:54.244Z Compiling log v0.4.29
2502026-03-08T22:49:54.449Z Compiling toml_edit v0.25.4+spec-1.1.0
2512026-03-08T22:49:54.484Z Compiling lazy_static v1.5.0
2522026-03-08T22:49:54.596Z Compiling strsim v0.11.1
2532026-03-08T22:49:54.621Z Compiling pretty-hex v0.4.1
2542026-03-08T22:49:54.645Z Compiling heck v0.5.0
2552026-03-08T22:49:54.784Z Compiling sharded-slab v0.1.7
2562026-03-08T22:49:54.846Z Compiling tracing-log v0.2.0
2572026-03-08T22:49:55.013Z Compiling regex-automata v0.4.14
2582026-03-08T22:49:55.283Z Compiling clap_builder v4.5.60
2592026-03-08T22:49:55.376Z Compiling rand v0.10.0
2602026-03-08T22:49:55.945Z Compiling proc-macro-crate v3.5.0
2612026-03-08T22:49:56.775Z Compiling socket2 v0.6.3
2622026-03-08T22:49:56.824Z Compiling thread_local v1.1.9
2632026-03-08T22:49:57.251Z Compiling colored v3.1.1
2642026-03-08T22:49:57.276Z Compiling nu-ansi-term v0.50.3
2652026-03-08T22:49:57.414Z Compiling smallvec v1.15.1
2662026-03-08T22:49:57.650Z Compiling oxnet v0.1.4
2672026-03-08T22:49:57.760Z Compiling unicode-width v0.2.2
2682026-03-08T22:49:57.847Z Compiling humantime v2.3.0
2692026-03-08T22:49:58.221Z Compiling tabwriter v1.4.1
2702026-03-08T22:49:58.247Z Compiling matchers v0.2.0
2712026-03-08T22:49:59.221Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
2722026-03-08T22:49:59.748Z Compiling num_enum_derive v0.7.5
2732026-03-08T22:49:59.915Z Compiling thiserror-impl v2.0.18
2742026-03-08T22:49:59.940Z Compiling tracing-attributes v0.1.31
2752026-03-08T22:50:00.008Z Compiling foreign-types-macros v0.2.3
2762026-03-08T22:50:00.236Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
2772026-03-08T22:50:00.261Z Compiling clap_derive v4.5.55
2782026-03-08T22:50:01.118Z Compiling foreign-types v0.5.0
2792026-03-08T22:50:01.198Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2802026-03-08T22:50:01.469Z Compiling num_enum v0.7.5
2812026-03-08T22:50:01.790Z Compiling tracing v0.1.44
2822026-03-08T22:50:02.003Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2832026-03-08T22:50:02.180Z Compiling tracing-subscriber v0.3.22
2842026-03-08T22:50:02.750Z Compiling clap v4.5.60
2852026-03-08T22:50:05.077Z Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
2862026-03-08T22:50:09.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.95s
2872026-03-08T22:50:09.270Z
2882026-03-08T22:50:09.270Zreal 21.101799320
2892026-03-08T22:50:09.270Zuser 1:26.473194188
2902026-03-08T22:50:09.270Zsys 15.131800006
2912026-03-08T22:50:09.270Ztrap 0.060866756
2922026-03-08T22:50:09.270Ztflt 0.046903474
2932026-03-08T22:50:09.270Zdflt 0.123480955
2942026-03-08T22:50:09.270Zkflt 0.000663557
2952026-03-08T22:50:09.270Zlock 1:48.130858580
2962026-03-08T22:50:09.270Zslp 5:00.921632276
2972026-03-08T22:50:09.270Zlat 4.671755999
2982026-03-08T22:50:09.270Zstop 4.699273536
2992026-03-08T22:50:09.295Z+ ptime -m cargo build --release
3002026-03-08T22:50:09.452Z Compiling proc-macro2 v1.0.106
3012026-03-08T22:50:09.452Z Compiling quote v1.0.45
3022026-03-08T22:50:09.452Z Compiling unicode-ident v1.0.24
3032026-03-08T22:50:09.477Z Compiling libc v0.2.183
3042026-03-08T22:50:09.477Z Compiling cfg-if v1.0.4
3052026-03-08T22:50:09.479Z Compiling winnow v0.7.15
3062026-03-08T22:50:09.479Z Compiling hashbrown v0.16.1
3072026-03-08T22:50:09.479Z Compiling equivalent v1.0.2
3082026-03-08T22:50:09.578Z Compiling toml_datetime v1.0.0+spec-1.1.0
3092026-03-08T22:50:09.603Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3102026-03-08T22:50:09.638Z Compiling once_cell v1.21.3
3112026-03-08T22:50:09.989Z Compiling syn v1.0.109
3122026-03-08T22:50:09.989Z Compiling rustversion v1.0.22
3132026-03-08T22:50:09.989Z Compiling tracing-core v0.1.36
3142026-03-08T22:50:10.041Z Compiling rand_core v0.10.0
3152026-03-08T22:50:10.305Z Compiling thiserror v2.0.18
3162026-03-08T22:50:10.526Z Compiling indexmap v2.13.0
3172026-03-08T22:50:10.558Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3182026-03-08T22:50:10.637Z Compiling getrandom v0.4.2
3192026-03-08T22:50:10.919Z Compiling utf8parse v0.2.2
3202026-03-08T22:50:11.073Z Compiling anstyle-parse v0.2.7
3212026-03-08T22:50:11.108Z Compiling regex-syntax v0.8.10
3222026-03-08T22:50:11.464Z Compiling memchr v2.8.0
3232026-03-08T22:50:11.645Z Compiling syn v2.0.117
3242026-03-08T22:50:11.855Z Compiling cpufeatures v0.3.0
3252026-03-08T22:50:11.957Z Compiling colorchoice v1.0.4
3262026-03-08T22:50:12.121Z Compiling is_terminal_polyfill v1.70.2
3272026-03-08T22:50:12.200Z Compiling pin-project-lite v0.2.17
3282026-03-08T22:50:12.242Z Compiling anyhow v1.0.102
3292026-03-08T22:50:12.316Z Compiling anstyle-query v1.1.5
3302026-03-08T22:50:12.341Z Compiling foreign-types-shared v0.3.1
3312026-03-08T22:50:12.451Z Compiling toml_parser v1.0.9+spec-1.1.0
3322026-03-08T22:50:12.475Z Compiling anstyle v1.0.13
3332026-03-08T22:50:12.658Z Compiling cstr-argument v0.1.2
3342026-03-08T22:50:12.901Z Compiling anstream v0.6.21
3352026-03-08T22:50:12.925Z Compiling chacha20 v0.10.0
3362026-03-08T22:50:13.232Z Compiling toml_edit v0.25.4+spec-1.1.0
3372026-03-08T22:50:13.417Z Compiling regex-automata v0.4.14
3382026-03-08T22:50:13.688Z Compiling heck v0.5.0
3392026-03-08T22:50:13.780Z Compiling log v0.4.29
3402026-03-08T22:50:13.809Z Compiling strsim v0.11.1
3412026-03-08T22:50:14.033Z Compiling lazy_static v1.5.0
3422026-03-08T22:50:14.155Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
3432026-03-08T22:50:14.184Z Compiling clap_lex v1.0.0
3442026-03-08T22:50:14.472Z Compiling proc-macro-crate v3.5.0
3452026-03-08T22:50:14.808Z Compiling pretty-hex v0.4.1
3462026-03-08T22:50:15.039Z Compiling clap_builder v4.5.60
3472026-03-08T22:50:15.079Z Compiling sharded-slab v0.1.7
3482026-03-08T22:50:15.349Z Compiling tracing-log v0.2.0
3492026-03-08T22:50:15.474Z Compiling rand v0.10.0
3502026-03-08T22:50:16.560Z Compiling socket2 v0.6.3
3512026-03-08T22:50:17.081Z Compiling thread_local v1.1.9
3522026-03-08T22:50:17.361Z Compiling matchers v0.2.0
3532026-03-08T22:50:17.601Z Compiling nu-ansi-term v0.50.3
3542026-03-08T22:50:17.728Z Compiling smallvec v1.15.1
3552026-03-08T22:50:18.142Z Compiling oxnet v0.1.4
3562026-03-08T22:50:18.178Z Compiling colored v3.1.1
3572026-03-08T22:50:18.853Z Compiling unicode-width v0.2.2
3582026-03-08T22:50:19.418Z Compiling tabwriter v1.4.1
3592026-03-08T22:50:19.442Z Compiling humantime v2.3.0
3602026-03-08T22:50:19.854Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3612026-03-08T22:50:20.352Z Compiling tracing-attributes v0.1.31
3622026-03-08T22:50:20.534Z Compiling thiserror-impl v2.0.18
3632026-03-08T22:50:20.753Z Compiling foreign-types-macros v0.2.3
3642026-03-08T22:50:21.789Z Compiling num_enum_derive v0.7.5
3652026-03-08T22:50:22.114Z Compiling foreign-types v0.5.0
3662026-03-08T22:50:22.206Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3672026-03-08T22:50:22.342Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3682026-03-08T22:50:22.513Z Compiling clap_derive v4.5.55
3692026-03-08T22:50:22.910Z Compiling tracing v0.1.44
3702026-03-08T22:50:23.492Z Compiling tracing-subscriber v0.3.22
3712026-03-08T22:50:23.618Z Compiling num_enum v0.7.5
3722026-03-08T22:50:23.768Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3732026-03-08T22:50:25.765Z Compiling clap v4.5.60
3742026-03-08T22:50:29.298Z Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
3752026-03-08T22:50:35.202Z Finished `release` profile [optimized] target(s) in 25.85s
3762026-03-08T22:50:35.226Z
3772026-03-08T22:50:35.226Zreal 25.942195027
3782026-03-08T22:50:35.226Zuser 2:32.947953809
3792026-03-08T22:50:35.226Zsys 14.281930984
3802026-03-08T22:50:35.226Ztrap 0.100448664
3812026-03-08T22:50:35.226Ztflt 0.083473483
3822026-03-08T22:50:35.227Zdflt 0.200873749
3832026-03-08T22:50:35.227Zkflt 0.000114767
3842026-03-08T22:50:35.227Zlock 4:14.451068789
3852026-03-08T22:50:35.227Zslp 7:56.970121302
3862026-03-08T22:50:35.227Zlat 7.385583443
3872026-03-08T22:50:35.227Zstop 3.655457817
3882026-03-08T22:50:35.227Z+ for x in debug release
3892026-03-08T22:50:35.227Z+ mkdir -p /work/debug
3902026-03-08T22:50:35.251Z+ cp target/debug/netadm /work/debug/netadm
3912026-03-08T22:50:35.277Z+ for x in debug release
3922026-03-08T22:50:35.277Z+ mkdir -p /work/release
3932026-03-08T22:50:35.277Z+ cp target/release/netadm /work/release/netadm
3942026-03-08T22:50:35.277Z+ banner check
3952026-03-08T22:50:35.277Z
3962026-03-08T22:50:35.277Z #### # # ###### #### # #
3972026-03-08T22:50:35.277Z # # # # # # # # #
3982026-03-08T22:50:35.277Z # ###### ##### # ####
3992026-03-08T22:50:35.277Z # # # # # # #
4002026-03-08T22:50:35.277Z # # # # # # # # #
4012026-03-08T22:50:35.277Z #### # # ###### #### # #
4022026-03-08T22:50:35.277Z
4032026-03-08T22:50:35.277Z+ cargo fmt -- --check
4042026-03-08T22:50:35.671Z+ cargo clippy --all-targets -- --deny warnings
4052026-03-08T22:50:36.172Z Checking cfg-if v1.0.4
4062026-03-08T22:50:36.196Z Compiling winnow v0.7.15
4072026-03-08T22:50:36.196Z Checking libc v0.2.183
4082026-03-08T22:50:36.196Z Checking once_cell v1.21.3
4092026-03-08T22:50:36.196Z Checking rand_core v0.10.0
4102026-03-08T22:50:36.197Z Checking foreign-types-shared v0.3.1
4112026-03-08T22:50:36.222Z Checking pin-project-lite v0.2.17
4122026-03-08T22:50:36.222Z Checking cpufeatures v0.3.0
4132026-03-08T22:50:36.247Z Checking memchr v2.8.0
4142026-03-08T22:50:36.294Z Checking thiserror v2.0.18
4152026-03-08T22:50:36.318Z Checking foreign-types v0.5.0
4162026-03-08T22:50:36.343Z Checking libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4172026-03-08T22:50:36.393Z Checking nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4182026-03-08T22:50:36.418Z Checking chacha20 v0.10.0
4192026-03-08T22:50:36.443Z Checking pretty-hex v0.4.1
4202026-03-08T22:50:36.467Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
4212026-03-08T22:50:36.492Z Checking tracing-core v0.1.36
4222026-03-08T22:50:36.535Z Checking anyhow v1.0.102
4232026-03-08T22:50:36.601Z Checking colored v3.1.1
4242026-03-08T22:50:36.749Z Checking oxnet v0.1.4
4252026-03-08T22:50:36.830Z Checking utf8parse v0.2.2
4262026-03-08T22:50:36.867Z Checking getrandom v0.4.2
4272026-03-08T22:50:36.925Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4282026-03-08T22:50:36.974Z Checking socket2 v0.6.3
4292026-03-08T22:50:36.999Z Checking cstr-argument v0.1.2
4302026-03-08T22:50:37.039Z Checking anstyle-parse v0.2.7
4312026-03-08T22:50:37.064Z Checking tracing v0.1.44
4322026-03-08T22:50:37.089Z Checking is_terminal_polyfill v1.70.2
4332026-03-08T22:50:37.089Z Checking rand v0.10.0
4342026-03-08T22:50:37.145Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4352026-03-08T22:50:37.169Z Checking anstyle v1.0.13
4362026-03-08T22:50:37.316Z Checking regex-syntax v0.8.10
4372026-03-08T22:50:37.340Z Checking colorchoice v1.0.4
4382026-03-08T22:50:37.408Z Checking anstyle-query v1.1.5
4392026-03-08T22:50:37.433Z Checking log v0.4.29
4402026-03-08T22:50:37.458Z Checking strsim v0.11.1
4412026-03-08T22:50:37.458Z Checking clap_lex v1.0.0
4422026-03-08T22:50:37.520Z Checking anstream v0.6.21
4432026-03-08T22:50:37.685Z Checking lazy_static v1.5.0
4442026-03-08T22:50:37.710Z Checking thread_local v1.1.9
4452026-03-08T22:50:37.710Z Checking tracing-log v0.2.0
4462026-03-08T22:50:37.797Z Checking sharded-slab v0.1.7
4472026-03-08T22:50:37.842Z Checking clap_builder v4.5.60
4482026-03-08T22:50:37.904Z Checking smallvec v1.15.1
4492026-03-08T22:50:37.955Z Checking nu-ansi-term v0.50.3
4502026-03-08T22:50:37.989Z Checking unicode-width v0.2.2
4512026-03-08T22:50:38.220Z Checking humantime v2.3.0
4522026-03-08T22:50:38.386Z Checking tabwriter v1.4.1
4532026-03-08T22:50:38.910Z Checking regex-automata v0.4.14
4542026-03-08T22:50:38.935Z Compiling toml_parser v1.0.9+spec-1.1.0
4552026-03-08T22:50:39.580Z Compiling toml_edit v0.25.4+spec-1.1.0
4562026-03-08T22:50:40.243Z Checking clap v4.5.60
4572026-03-08T22:50:40.524Z Compiling proc-macro-crate v3.5.0
4582026-03-08T22:50:41.084Z Compiling num_enum_derive v0.7.5
4592026-03-08T22:50:41.436Z Checking matchers v0.2.0
4602026-03-08T22:50:41.586Z Checking tracing-subscriber v0.3.22
4612026-03-08T22:50:42.463Z Checking num_enum v0.7.5
4622026-03-08T22:50:42.593Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4632026-03-08T22:50:44.985Z Checking netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
4642026-03-08T22:50:46.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.78s
4652026-03-08T22:50:46.723Z+ banner pre-test
4662026-03-08T22:50:46.749Z
4672026-03-08T22:50:46.749Z ##### ##### ###### ##### ###### #### #####
4682026-03-08T22:50:46.749Z # # # # # # # # #
4692026-03-08T22:50:46.749Z # # # # ##### ##### # ##### #### #
4702026-03-08T22:50:46.749Z ##### ##### # # # # #
4712026-03-08T22:50:46.749Z # # # # # # # # #
4722026-03-08T22:50:46.749Z # # # ###### # ###### #### #
4732026-03-08T22:50:46.749Z
4742026-03-08T22:50:46.749Z+ uname -a
4752026-03-08T22:50:46.750ZSunOS bmat-EVT22200007-0000ed05 5.11 helios-2.0.23457 i86pc i386 i86pc
4762026-03-08T22:50:46.750Z+ ./target/debug/netadm show links
4772026-03-08T22:50:46.750ZId Name Flags Class State MAC MTU
4782026-03-08T22:50:46.750Z-- ---- ----- ----- ----- --- ---
4792026-03-08T22:50:46.750Z1 vioif0 active persistent physical up 02:08:20:61:fe:a0 1500
4802026-03-08T22:50:46.750Z+ ./target/debug/netadm show addrs
4812026-03-08T22:50:46.750ZName Type State Address Interface Index
4822026-03-08T22:50:46.750Z---- ------ ----- ------- ---------------
4832026-03-08T22:50:46.750Zlo0/v4 static ok 127.0.0.1/8 1
4842026-03-08T22:50:46.750Zlo0/v6 static ok ::1/128 1
4852026-03-08T22:50:46.750Zvioif0/v4 static ok 10.151.4.102/24 2
4862026-03-08T22:50:46.750Z+ banner test
4872026-03-08T22:50:46.750Z
4882026-03-08T22:50:46.750Z ##### ###### #### #####
4892026-03-08T22:50:46.750Z # # # #
4902026-03-08T22:50:46.750Z # ##### #### #
4912026-03-08T22:50:46.750Z # # # #
4922026-03-08T22:50:46.750Z # # # # #
4932026-03-08T22:50:46.750Z # ###### #### #
4942026-03-08T22:50:46.750Z
4952026-03-08T22:50:46.750Z+ pfexec ptime -m cargo test
4962026-03-08T22:50:47.053Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
4972026-03-08T22:50:47.053Z Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
4982026-03-08T22:50:48.986Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2.15s
4992026-03-08T22:50:49.011Z Running unittests src/lib.rs (target/debug/deps/libnet-325b553dccced224)
5002026-03-08T22:50:49.011Z
5012026-03-08T22:50:49.011Zrunning 0 tests
5022026-03-08T22:50:49.011Z
5032026-03-08T22:50:49.011Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5042026-03-08T22:50:49.011Z
5052026-03-08T22:50:49.011Z Running tests/ip.rs (target/debug/deps/ip-881341f29acbc5a7)
5062026-03-08T22:50:49.035Z
5072026-03-08T22:50:49.037Zrunning 4 tests
5082026-03-08T22:50:49.037Ztest test_get_addresses ... ok
5092026-03-08T22:50:49.037Ztest test_address_consistency ... ok
5102026-03-08T22:50:49.037Ztest test_v6_static_lifecycle ... ok
5112026-03-08T22:50:49.037Ztest test_v6_local_lifecycle ... ok
5122026-03-08T22:50:49.037Z
5132026-03-08T22:50:49.037Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
5142026-03-08T22:50:49.037Z
5152026-03-08T22:50:49.037Z Running tests/link.rs (target/debug/deps/link-efb38eb91dbc913e)
5162026-03-08T22:50:49.062Z
5172026-03-08T22:50:49.062Zrunning 5 tests
5182026-03-08T22:50:49.062Ztest test_get_links ... ok
5192026-03-08T22:50:49.062Ztest test_link_consistency ... ok
5202026-03-08T22:50:49.062Ztest test_simnet_lifecycle ... ok
5212026-03-08T22:50:49.062Ztest test_simnet_connect ... ok
5222026-03-08T22:50:49.062Ztest test_vnic_lifecycle ... ok
5232026-03-08T22:50:49.062Z
5242026-03-08T22:50:49.062Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
5252026-03-08T22:50:49.062Z
5262026-03-08T22:50:49.062Z Running unittests src/main.rs (target/debug/deps/netadm-29482a074178e194)
5272026-03-08T22:50:49.087Z
5282026-03-08T22:50:49.087Zrunning 0 tests
5292026-03-08T22:50:49.087Z
5302026-03-08T22:50:49.087Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5312026-03-08T22:50:49.087Z
5322026-03-08T22:50:49.087Z Doc-tests libnet
5332026-03-08T22:50:49.395Z
5342026-03-08T22:50:49.395Zrunning 0 tests
5352026-03-08T22:50:49.395Z
5362026-03-08T22:50:49.395Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5372026-03-08T22:50:49.395Z
5382026-03-08T22:50:49.425Z
5392026-03-08T22:50:49.425Zreal 2.663215156
5402026-03-08T22:50:49.425Zuser 4.813938563
5412026-03-08T22:50:49.425Zsys 1.404202910
5422026-03-08T22:50:49.425Ztrap 0.001050782
5432026-03-08T22:50:49.425Ztflt 0.001883938
5442026-03-08T22:50:49.425Zdflt 0.005329010
5452026-03-08T22:50:49.425Zkflt 0.000028286
5462026-03-08T22:50:49.450Zlock 5.952737138
5472026-03-08T22:50:49.450Zslp 20.881257640
5482026-03-08T22:50:49.450Zlat 0.071604507
5492026-03-08T22:50:49.450Zstop 0.176999668
5502026-03-08T22:50:49.450Z+ pfexec ptime -m cargo test --release
5512026-03-08T22:50:49.615Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
5522026-03-08T22:50:49.640Z Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
5532026-03-08T22:50:51.539Z Finished `release` profile [optimized] target(s) in 2.03s
5542026-03-08T22:50:51.564Z Running unittests src/lib.rs (target/release/deps/libnet-cb0063488fd7aece)
5552026-03-08T22:50:51.564Z
5562026-03-08T22:50:51.564Zrunning 0 tests
5572026-03-08T22:50:51.564Z
5582026-03-08T22:50:51.564Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5592026-03-08T22:50:51.564Z
5602026-03-08T22:50:51.564Z Running tests/ip.rs (target/release/deps/ip-612ff12fca03dd40)
5612026-03-08T22:50:51.588Z
5622026-03-08T22:50:51.588Zrunning 4 tests
5632026-03-08T22:50:51.588Ztest test_get_addresses ... ok
5642026-03-08T22:50:51.589Ztest test_address_consistency ... ok
5652026-03-08T22:50:51.589Ztest test_v6_static_lifecycle ... ok
5662026-03-08T22:50:51.589Ztest test_v6_local_lifecycle ... ok
5672026-03-08T22:50:51.589Z
5682026-03-08T22:50:51.589Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
5692026-03-08T22:50:51.589Z
5702026-03-08T22:50:51.589Z Running tests/link.rs (target/release/deps/link-fc1313374ab8c016)
5712026-03-08T22:50:51.614Z
5722026-03-08T22:50:51.614Zrunning 5 tests
5732026-03-08T22:50:51.614Ztest test_simnet_lifecycle ... ok
5742026-03-08T22:50:51.614Ztest test_get_links ... ok
5752026-03-08T22:50:51.614Ztest test_simnet_connect ... ok
5762026-03-08T22:50:51.614Ztest test_link_consistency ... ok
5772026-03-08T22:50:51.614Ztest test_vnic_lifecycle ... ok
5782026-03-08T22:50:51.614Z
5792026-03-08T22:50:51.614Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
5802026-03-08T22:50:51.614Z
5812026-03-08T22:50:51.614Z Running unittests src/main.rs (target/release/deps/netadm-015afd5a6201852a)
5822026-03-08T22:50:51.639Z
5832026-03-08T22:50:51.639Zrunning 0 tests
5842026-03-08T22:50:51.639Z
5852026-03-08T22:50:51.639Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5862026-03-08T22:50:51.639Z
5872026-03-08T22:50:51.639Z Doc-tests libnet
5882026-03-08T22:50:51.911Z
5892026-03-08T22:50:51.911Zrunning 0 tests
5902026-03-08T22:50:51.911Z
5912026-03-08T22:50:51.911Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5922026-03-08T22:50:51.911Z
5932026-03-08T22:50:51.941Z
5942026-03-08T22:50:51.942Zreal 2.502411611
5952026-03-08T22:50:51.942Zuser 5.115411721
5962026-03-08T22:50:51.942Zsys 1.296620771
5972026-03-08T22:50:51.942Ztrap 0.001985133
5982026-03-08T22:50:51.942Ztflt 0.061229005
5992026-03-08T22:50:51.942Zdflt 0.012434678
6002026-03-08T22:50:51.942Zkflt 0.000000000
6012026-03-08T22:50:51.966Zlock 7.739481579
6022026-03-08T22:50:51.966Zslp 18.675271412
6032026-03-08T22:50:51.966Zlat 0.080218844
6042026-03-08T22:50:51.966Zstop 0.258035138
6052026-03-08T22:50:51.966Z+ banner post-test
6062026-03-08T22:50:51.967Z
6072026-03-08T22:50:51.967Z ##### #### #### ##### ##### ###### #### #####
6082026-03-08T22:50:51.967Z # # # # # # # # # #
6092026-03-08T22:50:51.967Z # # # # #### # ##### # ##### #### #
6102026-03-08T22:50:51.967Z ##### # # # # # # # #
6112026-03-08T22:50:51.967Z # # # # # # # # # # #
6122026-03-08T22:50:51.967Z # #### #### # # ###### #### #
6132026-03-08T22:50:51.967Z
6142026-03-08T22:50:51.967Z+ ./target/debug/netadm show links
6152026-03-08T22:50:51.967ZId Name Flags Class State MAC MTU
6162026-03-08T22:50:51.967Z-- ---- ----- ----- ----- --- ---
6172026-03-08T22:50:51.967Z1 vioif0 active persistent physical up 02:08:20:61:fe:a0 1500
6182026-03-08T22:50:51.967Z+ ./target/debug/netadm show addrs
6192026-03-08T22:50:51.968ZName Type State Address Interface Index
6202026-03-08T22:50:51.968Z---- ------ ----- ------- ---------------
6212026-03-08T22:50:51.968Zlo0/v4 static ok 127.0.0.1/8 1
6222026-03-08T22:50:51.968Zlo0/v6 static ok ::1/128 1
6232026-03-08T22:50:51.968Zvioif0/v4 static ok 10.151.4.102/24 2
6242026-03-08T22:50:51.968Zprocess exited: duration 81575 ms, exit code 0
 
6252026-03-08T22:50:52.064Zfound 2 output files
6262026-03-08T22:50:52.064Zuploading: /work/debug/netadm (42358224 bytes)
6272026-03-08T22:50:55.424Zuploaded: /work/debug/netadm
6282026-03-08T22:50:55.425Zuploading: /work/release/netadm (6294896 bytes)
6292026-03-08T22:50:56.928Zuploaded: /work/release/netadm