01KFQ2MEGK3NQXDS0QTMN10406: 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: 01KFQ2MMS45T9KBBZ2NWA5K8RK

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-01-24T04:02:13.826Zjob assigned to worker 01KFQ2MMT36PC7SRSYZ67KQZRD [factory gimlet-EVT22200007-propolis, EVT22200007/55617] (queued for 23 s)
 
22026-01-24T04:02:22.304Zstarting task 0: "setup"
32026-01-24T04:02:22.328Z++ uname -s
42026-01-24T04:02:22.328Z+ kern=SunOS
52026-01-24T04:02:22.328Z+ build_user=build
62026-01-24T04:02:22.329Z+ build_uid=12345
72026-01-24T04:02:22.329Z+ work_dir=/work
82026-01-24T04:02:22.329Z+ input_dir=/input
92026-01-24T04:02:22.329Z+ [[ 0 == 12345 ]]
102026-01-24T04:02:22.329Z+ case "$kern" in
112026-01-24T04:02:22.329Z+ groupadd -g 12345 build
122026-01-24T04:02:22.329Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-01-24T04:02:24.327Z+ zfs create -o mountpoint=/work rpool/work
142026-01-24T04:02:24.365Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-01-24T04:02:24.389Z+ home_fs=zfs
162026-01-24T04:02:24.389Z+ [[ zfs == autofs ]]
172026-01-24T04:02:24.389Z+ mkdir -p /home/build
182026-01-24T04:02:24.389Z+ chown build:build /home/build /work
192026-01-24T04:02:26.375Z+ chmod 0700 /home/build /work
202026-01-24T04:02:26.399Zprocess exited: duration 4076 ms, exit code 0
 
212026-01-24T04:02:26.450Zstarting task 1: "rust-toolchain"
222026-01-24T04:02:26.474Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-01-24T04:02:26.474Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-01-24T04:02:26.474Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-01-24T04:02:26.474Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-01-24T04:02:26.474Z * rust toolchain channel = "stable"
272026-01-24T04:02:26.474Z * rust toolchain profile = "default"
282026-01-24T04:02:26.474Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-01-24T04:02:26.474Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-01-24T04:02:26.596Zinfo: downloading installer
312026-01-24T04:02:27.383Zwarn: It looks like you have an existing installation of Rust at:
322026-01-24T04:02:27.383Zwarn: /opt/ooce/bin
332026-01-24T04:02:27.383Zwarn: It is recommended that rustup be the primary Rust installation.
342026-01-24T04:02:27.383Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-01-24T04:02:27.383Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-01-24T04:02:27.383Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-01-24T04:02:27.383Zwarn: or pass `-y' to ignore all ignorable checks.
382026-01-24T04:02:27.383Zerror: cannot install while Rust is installed
392026-01-24T04:02:27.383Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-01-24T04:02:27.407Zinfo: profile set to 'default'
412026-01-24T04:02:27.407Zinfo: default host triple is x86_64-unknown-illumos
422026-01-24T04:02:27.407Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432026-01-24T04:02:27.552Zinfo: latest update on 2026-01-22, rust version 1.93.0 (254b59607 2026-01-19)
442026-01-24T04:02:27.552Zinfo: downloading component 'cargo'
452026-01-24T04:02:28.003Zinfo: downloading component 'clippy'
462026-01-24T04:02:28.078Zinfo: downloading component 'rust-docs'
472026-01-24T04:02:28.312Zinfo: downloading component 'rust-std'
482026-01-24T04:02:28.651Zinfo: downloading component 'rustc'
492026-01-24T04:02:29.921Zinfo: downloading component 'rustfmt'
502026-01-24T04:02:29.983Zinfo: installing component 'cargo'
512026-01-24T04:02:31.184Zinfo: installing component 'clippy'
522026-01-24T04:02:31.642Zinfo: installing component 'rust-docs'
532026-01-24T04:02:34.919Zinfo: installing component 'rust-std'
542026-01-24T04:02:36.911Zinfo: installing component 'rustc'
552026-01-24T04:02:44.980Zinfo: installing component 'rustfmt'
562026-01-24T04:02:45.350Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572026-01-24T04:02:45.350Z
582026-01-24T04:02:45.525Z stable-x86_64-unknown-illumos installed - rustc 1.93.0 (254b59607 2026-01-19)
592026-01-24T04:02:45.525Z
602026-01-24T04:02:45.549Z
612026-01-24T04:02:45.549ZRust is installed now. Great!
622026-01-24T04:02:45.549Z
632026-01-24T04:02:45.549ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-01-24T04:02:45.549Zenvironment variable. This has not been done automatically.
652026-01-24T04:02:45.549Z
662026-01-24T04:02:45.549ZTo configure your current shell, you need to source
672026-01-24T04:02:45.549Zthe corresponding env file under $HOME/.cargo.
682026-01-24T04:02:45.549Z
692026-01-24T04:02:45.549ZThis is usually done by running one of the following (note the leading DOT):
702026-01-24T04:02:45.549Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-01-24T04:02:45.550Zsource "$HOME/.cargo/env.fish" # For fish
722026-01-24T04:02:45.550Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-01-24T04:02:45.653Z+ rustup --version
742026-01-24T04:02:45.677Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-01-24T04:02:45.677Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-01-24T04:02:45.780Zinfo: The currently active `rustc` version is `rustc 1.93.0 (254b59607 2026-01-19)`
772026-01-24T04:02:45.804Z+ cargo --version
782026-01-24T04:02:45.879Zcargo 1.93.0 (083ac5135 2025-12-15)
792026-01-24T04:02:45.903Z+ rustc --version
802026-01-24T04:02:45.985Zrustc 1.93.0 (254b59607 2026-01-19)
812026-01-24T04:02:46.009Zprocess exited: duration 19542 ms, exit code 0
 
822026-01-24T04:02:46.058Zstarting task 2: "authentication"
832026-01-24T04:02:46.117Zprocess exited: duration 58 ms, exit code 0
 
842026-01-24T04:02:46.165Zstarting task 3: "clone repository"
852026-01-24T04:02:46.190Z+ mkdir -p /work/oxidecomputer/netadm-sys
862026-01-24T04:02:46.190Z+ git clone https://github.com/oxidecomputer/netadm-sys /work/oxidecomputer/netadm-sys
872026-01-24T04:02:46.214ZCloning into '/work/oxidecomputer/netadm-sys'...
882026-01-24T04:02:46.969Z+ cd /work/oxidecomputer/netadm-sys
892026-01-24T04:02:46.969Z+ git fetch origin d98b19f8d394d53176440e8be2bdf73d39d065ce
902026-01-24T04:02:47.282ZFrom https://github.com/oxidecomputer/netadm-sys
912026-01-24T04:02:47.282Z * branch d98b19f8d394d53176440e8be2bdf73d39d065ce -> FETCH_HEAD
922026-01-24T04:02:47.331Z+ [[ -n renovate/socket2-0.x-lockfile ]]
932026-01-24T04:02:47.331Z++ git branch --show-current
942026-01-24T04:02:47.331Z+ current=main
952026-01-24T04:02:47.331Z+ [[ main != renovate/socket2-0.x-lockfile ]]
962026-01-24T04:02:47.331Z+ git branch -f renovate/socket2-0.x-lockfile d98b19f8d394d53176440e8be2bdf73d39d065ce
972026-01-24T04:02:47.332Z+ git checkout -f renovate/socket2-0.x-lockfile
982026-01-24T04:02:47.356ZSwitched to branch 'renovate/socket2-0.x-lockfile'
992026-01-24T04:02:47.356Z+ git reset --hard d98b19f8d394d53176440e8be2bdf73d39d065ce
1002026-01-24T04:02:47.356ZHEAD is now at d98b19f Update Rust crate socket2 to v0.6.2
1012026-01-24T04:02:47.356Zprocess exited: duration 1153 ms, exit code 0
 
1022026-01-24T04:02:47.407Zstarting task 4: "build"
1032026-01-24T04:02:47.431Z+ cargo --version
1042026-01-24T04:02:47.431Zinfo: syncing channel updates for '1.86.0-x86_64-unknown-illumos'
1052026-01-24T04:02:47.528Zinfo: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31)
1062026-01-24T04:02:47.528Zinfo: downloading component 'cargo'
1072026-01-24T04:02:48.026Zinfo: downloading component 'clippy'
1082026-01-24T04:02:48.215Zinfo: downloading component 'rust-docs'
1092026-01-24T04:02:48.528Zinfo: downloading component 'rust-std'
1102026-01-24T04:02:49.185Zinfo: downloading component 'rustc'
1112026-01-24T04:02:53.131Zinfo: downloading component 'rustfmt'
1122026-01-24T04:02:53.232Zinfo: installing component 'cargo'
1132026-01-24T04:02:54.237Zinfo: installing component 'clippy'
1142026-01-24T04:02:54.702Zinfo: installing component 'rust-docs'
1152026-01-24T04:02:57.657Zinfo: installing component 'rust-std'
1162026-01-24T04:02:59.654Zinfo: installing component 'rustc'
1172026-01-24T04:03:07.329Zinfo: installing component 'rustfmt'
1182026-01-24T04:03:07.821Zcargo 1.86.0 (adf9b6ad1 2025-02-28)
1192026-01-24T04:03:07.845Z+ rustc --version
1202026-01-24T04:03:07.980Zrustc 1.86.0 (05f9846f8 2025-03-31)
1212026-01-24T04:03:08.004Z+ banner build
1222026-01-24T04:03:08.004Z
1232026-01-24T04:03:08.004Z ##### # # # # #####
1242026-01-24T04:03:08.004Z # # # # # # # #
1252026-01-24T04:03:08.004Z ##### # # # # # #
1262026-01-24T04:03:08.005Z # # # # # # # #
1272026-01-24T04:03:08.005Z # # # # # # # #
1282026-01-24T04:03:08.005Z ##### #### # ###### #####
1292026-01-24T04:03:08.005Z
1302026-01-24T04:03:08.005Z+ ptime -m cargo build
1312026-01-24T04:03:08.233Z Updating crates.io index
1322026-01-24T04:03:08.257Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1332026-01-24T04:03:08.595ZFrom https://github.com/oxidecomputer/dlpi-sys
1342026-01-24T04:03:08.596Z * [new ref] 42b2bfeefdfb8c7b96fc6cfa9ec45ef4554c2714 -> refs/commit/42b2bfeefdfb8c7b96fc6cfa9ec45ef4554c2714
1352026-01-24T04:03:08.657Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1362026-01-24T04:03:09.064ZFrom https://github.com/jmesmon/rust-libzfs
1372026-01-24T04:03:09.064Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1382026-01-24T04:03:09.097Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1392026-01-24T04:03:09.477ZFrom https://github.com/oxidecomputer/rusty-doors
1402026-01-24T04:03:09.477Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1412026-01-24T04:03:09.924Z Downloading crates ...
1422026-01-24T04:03:09.994Z Downloaded anstyle-query v1.1.5
1432026-01-24T04:03:10.018Z Downloaded thiserror v2.0.17
1442026-01-24T04:03:10.018Z Downloaded regex-syntax v0.8.8
1452026-01-24T04:03:10.042Z Downloaded rand_core v0.9.3
1462026-01-24T04:03:10.042Z Downloaded utf8parse v0.2.2
1472026-01-24T04:03:10.042Z Downloaded colorchoice v1.0.4
1482026-01-24T04:03:10.042Z Downloaded clap_lex v0.7.6
1492026-01-24T04:03:10.042Z Downloaded clap v4.5.54
1502026-01-24T04:03:10.042Z Downloaded unicode-ident v1.0.22
1512026-01-24T04:03:10.067Z Downloaded thread_local v1.1.9
1522026-01-24T04:03:10.067Z Downloaded smallvec v1.15.1
1532026-01-24T04:03:10.067Z Downloaded socket2 v0.6.2
1542026-01-24T04:03:10.067Z Downloaded toml_edit v0.23.10+spec-1.0.0
1552026-01-24T04:03:10.067Z Downloaded memchr v2.7.6
1562026-01-24T04:03:10.092Z Downloaded heck v0.5.0
1572026-01-24T04:03:10.092Z Downloaded tracing-subscriber v0.3.22
1582026-01-24T04:03:10.092Z Downloaded tracing-core v0.1.36
1592026-01-24T04:03:10.092Z Downloaded serde_core v1.0.228
1602026-01-24T04:03:10.092Z Downloaded indexmap v2.12.1
1612026-01-24T04:03:10.117Z Downloaded toml_parser v1.0.6+spec-1.1.0
1622026-01-24T04:03:10.117Z Downloaded tracing v0.1.44
1632026-01-24T04:03:10.140Z Downloaded num_enum_derive v0.7.5
1642026-01-24T04:03:10.140Z Downloaded humantime v2.3.0
1652026-01-24T04:03:10.141Z Downloaded sharded-slab v0.1.7
1662026-01-24T04:03:10.141Z Downloaded zerocopy v0.8.31
1672026-01-24T04:03:10.164Z Downloaded syn v1.0.109
1682026-01-24T04:03:10.188Z Downloaded unicode-width v0.2.2
1692026-01-24T04:03:10.188Z Downloaded syn v2.0.113
1702026-01-24T04:03:10.188Z Downloaded libc v0.2.180
1712026-01-24T04:03:10.229Z Downloaded oxnet v0.1.4
1722026-01-24T04:03:10.253Z Downloaded pretty-hex v0.4.1
1732026-01-24T04:03:10.253Z Downloaded winnow v0.7.14
1742026-01-24T04:03:10.253Z Downloaded num_enum v0.7.5
1752026-01-24T04:03:10.253Z Downloaded matchers v0.2.0
1762026-01-24T04:03:10.253Z Downloaded foreign-types v0.5.0
1772026-01-24T04:03:10.253Z Downloaded strsim v0.11.1
1782026-01-24T04:03:10.253Z Downloaded once_cell v1.21.3
1792026-01-24T04:03:10.277Z Downloaded log v0.4.29
1802026-01-24T04:03:10.277Z Downloaded foreign-types-shared v0.3.1
1812026-01-24T04:03:10.277Z Downloaded foreign-types-macros v0.2.3
1822026-01-24T04:03:10.277Z Downloaded cstr-argument v0.1.2
1832026-01-24T04:03:10.277Z Downloaded colored v3.0.0
1842026-01-24T04:03:10.277Z Downloaded cfg-if v1.0.4
1852026-01-24T04:03:10.277Z Downloaded anyhow v1.0.100
1862026-01-24T04:03:10.277Z Downloaded tracing-log v0.2.0
1872026-01-24T04:03:10.277Z Downloaded tracing-attributes v0.1.31
1882026-01-24T04:03:10.278Z Downloaded toml_datetime v0.7.5+spec-1.1.0
1892026-01-24T04:03:10.278Z Downloaded thiserror-impl v2.0.17
1902026-01-24T04:03:10.278Z Downloaded tabwriter v1.4.1
1912026-01-24T04:03:10.278Z Downloaded rustversion v1.0.22
1922026-01-24T04:03:10.301Z Downloaded regex-automata v0.4.13
1932026-01-24T04:03:10.302Z Downloaded rand v0.9.2
1942026-01-24T04:03:10.325Z Downloaded proc-macro-crate v3.4.0
1952026-01-24T04:03:10.325Z Downloaded ppv-lite86 v0.2.21
1962026-01-24T04:03:10.325Z Downloaded getrandom v0.3.4
1972026-01-24T04:03:10.325Z Downloaded clap_builder v4.5.54
1982026-01-24T04:03:10.325Z Downloaded anstyle-parse v0.2.7
1992026-01-24T04:03:10.325Z Downloaded anstyle v1.0.13
2002026-01-24T04:03:10.325Z Downloaded anstream v0.6.21
2012026-01-24T04:03:10.325Z Downloaded rand_chacha v0.9.0
2022026-01-24T04:03:10.325Z Downloaded proc-macro2 v1.0.104
2032026-01-24T04:03:10.349Z Downloaded is_terminal_polyfill v1.70.2
2042026-01-24T04:03:10.349Z Downloaded aho-corasick v1.1.4
2052026-01-24T04:03:10.349Z Downloaded nu-ansi-term v0.50.3
2062026-01-24T04:03:10.349Z Downloaded hashbrown v0.16.1
2072026-01-24T04:03:10.349Z Downloaded quote v1.0.42
2082026-01-24T04:03:10.349Z Downloaded pin-project-lite v0.2.16
2092026-01-24T04:03:10.373Z Downloaded lazy_static v1.5.0
2102026-01-24T04:03:10.373Z Downloaded equivalent v1.0.2
2112026-01-24T04:03:10.373Z Downloaded clap_derive v4.5.49
2122026-01-24T04:03:10.426Z Compiling proc-macro2 v1.0.104
2132026-01-24T04:03:10.426Z Compiling unicode-ident v1.0.22
2142026-01-24T04:03:10.426Z Compiling quote v1.0.42
2152026-01-24T04:03:10.426Z Compiling libc v0.2.180
2162026-01-24T04:03:10.450Z Compiling cfg-if v1.0.4
2172026-01-24T04:03:10.450Z Compiling winnow v0.7.14
2182026-01-24T04:03:10.450Z Compiling hashbrown v0.16.1
2192026-01-24T04:03:10.450Z Compiling equivalent v1.0.2
2202026-01-24T04:03:10.563Z Compiling toml_datetime v0.7.5+spec-1.1.0
2212026-01-24T04:03:10.587Z Compiling zerocopy v0.8.31
2222026-01-24T04:03:10.639Z Compiling getrandom v0.3.4
2232026-01-24T04:03:10.963Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2242026-01-24T04:03:10.996Z Compiling once_cell v1.21.3
2252026-01-24T04:03:11.153Z Compiling rustversion v1.0.22
2262026-01-24T04:03:11.228Z Compiling syn v1.0.109
2272026-01-24T04:03:11.309Z Compiling tracing-core v0.1.36
2282026-01-24T04:03:11.496Z Compiling indexmap v2.12.1
2292026-01-24T04:03:11.831Z Compiling utf8parse v0.2.2
2302026-01-24T04:03:11.856Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
2312026-01-24T04:03:11.999Z Compiling thiserror v2.0.17
2322026-01-24T04:03:12.244Z Compiling rand_core v0.9.3
2332026-01-24T04:03:12.557Z Compiling syn v2.0.113
2342026-01-24T04:03:12.635Z Compiling anstyle-parse v0.2.7
2352026-01-24T04:03:12.836Z Compiling is_terminal_polyfill v1.70.2
2362026-01-24T04:03:12.893Z Compiling anstyle-query v1.1.5
2372026-01-24T04:03:12.973Z Compiling memchr v2.7.6
2382026-01-24T04:03:12.998Z Compiling regex-syntax v0.8.8
2392026-01-24T04:03:13.052Z Compiling anstyle v1.0.13
2402026-01-24T04:03:13.448Z Compiling toml_parser v1.0.6+spec-1.1.0
2412026-01-24T04:03:13.592Z Compiling colorchoice v1.0.4
2422026-01-24T04:03:13.688Z Compiling pin-project-lite v0.2.16
2432026-01-24T04:03:13.761Z Compiling foreign-types-shared v0.3.1
2442026-01-24T04:03:13.838Z Compiling anyhow v1.0.100
2452026-01-24T04:03:13.926Z Compiling cstr-argument v0.1.2
2462026-01-24T04:03:14.172Z Compiling anstream v0.6.21
2472026-01-24T04:03:14.283Z Compiling toml_edit v0.23.10+spec-1.0.0
2482026-01-24T04:03:14.416Z Compiling ppv-lite86 v0.2.21
2492026-01-24T04:03:14.751Z Compiling strsim v0.11.1
2502026-01-24T04:03:14.784Z Compiling heck v0.5.0
2512026-01-24T04:03:14.885Z Compiling regex-automata v0.4.13
2522026-01-24T04:03:15.029Z Compiling rand_chacha v0.9.0
2532026-01-24T04:03:15.125Z Compiling log v0.4.29
2542026-01-24T04:03:15.437Z Compiling proc-macro-crate v3.4.0
2552026-01-24T04:03:15.461Z Compiling pretty-hex v0.4.1
2562026-01-24T04:03:15.639Z Compiling clap_lex v0.7.6
2572026-01-24T04:03:15.874Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
2582026-01-24T04:03:16.031Z Compiling lazy_static v1.5.0
2592026-01-24T04:03:16.087Z Compiling clap_builder v4.5.54
2602026-01-24T04:03:16.158Z Compiling sharded-slab v0.1.7
2612026-01-24T04:03:16.194Z Compiling tracing-log v0.2.0
2622026-01-24T04:03:16.242Z Compiling rand v0.9.2
2632026-01-24T04:03:17.118Z Compiling socket2 v0.6.2
2642026-01-24T04:03:17.192Z Compiling thread_local v1.1.9
2652026-01-24T04:03:17.300Z Compiling smallvec v1.15.1
2662026-01-24T04:03:17.356Z Compiling nu-ansi-term v0.50.3
2672026-01-24T04:03:17.611Z Compiling unicode-width v0.2.2
2682026-01-24T04:03:17.648Z Compiling oxnet v0.1.4
2692026-01-24T04:03:17.907Z Compiling matchers v0.2.0
2702026-01-24T04:03:17.935Z Compiling colored v3.0.0
2712026-01-24T04:03:18.039Z Compiling tabwriter v1.4.1
2722026-01-24T04:03:18.076Z Compiling humantime v2.3.0
2732026-01-24T04:03:19.148Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
2742026-01-24T04:03:19.493Z Compiling num_enum_derive v0.7.5
2752026-01-24T04:03:19.583Z Compiling tracing-attributes v0.1.31
2762026-01-24T04:03:19.712Z Compiling foreign-types-macros v0.2.3
2772026-01-24T04:03:19.823Z Compiling thiserror-impl v2.0.17
2782026-01-24T04:03:19.847Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
2792026-01-24T04:03:19.910Z Compiling clap_derive v4.5.49
2802026-01-24T04:03:20.670Z Compiling foreign-types v0.5.0
2812026-01-24T04:03:20.762Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2822026-01-24T04:03:21.074Z Compiling num_enum v0.7.5
2832026-01-24T04:03:21.408Z Compiling tracing v0.1.44
2842026-01-24T04:03:21.739Z Compiling tracing-subscriber v0.3.22
2852026-01-24T04:03:21.796Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
2862026-01-24T04:03:22.177Z Compiling clap v4.5.54
2872026-01-24T04:03:24.621Z Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
2882026-01-24T04:03:28.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.36s
2892026-01-24T04:03:28.511Z
2902026-01-24T04:03:28.511Zreal 20.499892276
2912026-01-24T04:03:28.511Zuser 1:24.611660667
2922026-01-24T04:03:28.511Zsys 15.308236517
2932026-01-24T04:03:28.511Ztrap 0.063527218
2942026-01-24T04:03:28.511Ztflt 0.049426520
2952026-01-24T04:03:28.511Zdflt 0.117956762
2962026-01-24T04:03:28.511Zkflt 0.000657469
2972026-01-24T04:03:28.511Zlock 1:54.537149117
2982026-01-24T04:03:28.511Zslp 5:02.702163735
2992026-01-24T04:03:28.511Zlat 5.079033605
3002026-01-24T04:03:28.511Zstop 4.268885908
3012026-01-24T04:03:28.537Z+ ptime -m cargo build --release
3022026-01-24T04:03:28.681Z Compiling proc-macro2 v1.0.104
3032026-01-24T04:03:28.681Z Compiling quote v1.0.42
3042026-01-24T04:03:28.706Z Compiling unicode-ident v1.0.22
3052026-01-24T04:03:28.706Z Compiling libc v0.2.180
3062026-01-24T04:03:28.706Z Compiling cfg-if v1.0.4
3072026-01-24T04:03:28.706Z Compiling winnow v0.7.14
3082026-01-24T04:03:28.706Z Compiling equivalent v1.0.2
3092026-01-24T04:03:28.706Z Compiling hashbrown v0.16.1
3102026-01-24T04:03:28.801Z Compiling getrandom v0.3.4
3112026-01-24T04:03:28.826Z Compiling zerocopy v0.8.31
3122026-01-24T04:03:28.859Z Compiling toml_datetime v0.7.5+spec-1.1.0
3132026-01-24T04:03:29.157Z Compiling rustversion v1.0.22
3142026-01-24T04:03:29.218Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3152026-01-24T04:03:29.321Z Compiling syn v1.0.109
3162026-01-24T04:03:29.512Z Compiling once_cell v1.21.3
3172026-01-24T04:03:29.719Z Compiling indexmap v2.12.1
3182026-01-24T04:03:29.779Z Compiling thiserror v2.0.17
3192026-01-24T04:03:29.851Z Compiling tracing-core v0.1.36
3202026-01-24T04:03:29.918Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
3212026-01-24T04:03:30.315Z Compiling utf8parse v0.2.2
3222026-01-24T04:03:30.466Z Compiling anstyle-parse v0.2.7
3232026-01-24T04:03:30.490Z Compiling rand_core v0.9.3
3242026-01-24T04:03:30.628Z Compiling syn v2.0.113
3252026-01-24T04:03:30.903Z Compiling anyhow v1.0.100
3262026-01-24T04:03:31.080Z Compiling memchr v2.7.6
3272026-01-24T04:03:31.523Z Compiling toml_parser v1.0.6+spec-1.1.0
3282026-01-24T04:03:31.548Z Compiling colorchoice v1.0.4
3292026-01-24T04:03:31.714Z Compiling is_terminal_polyfill v1.70.2
3302026-01-24T04:03:31.803Z Compiling pin-project-lite v0.2.16
3312026-01-24T04:03:31.833Z Compiling regex-syntax v0.8.8
3322026-01-24T04:03:31.883Z Compiling anstyle-query v1.1.5
3332026-01-24T04:03:31.929Z Compiling foreign-types-shared v0.3.1
3342026-01-24T04:03:32.021Z Compiling anstyle v1.0.13
3352026-01-24T04:03:32.047Z Compiling cstr-argument v0.1.2
3362026-01-24T04:03:32.265Z Compiling toml_edit v0.23.10+spec-1.0.0
3372026-01-24T04:03:32.454Z Compiling anstream v0.6.21
3382026-01-24T04:03:32.807Z Compiling ppv-lite86 v0.2.21
3392026-01-24T04:03:32.959Z Compiling log v0.4.29
3402026-01-24T04:03:33.034Z Compiling clap_lex v0.7.6
3412026-01-24T04:03:33.279Z Compiling proc-macro-crate v3.4.0
3422026-01-24T04:03:33.356Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
3432026-01-24T04:03:33.451Z Compiling rand_chacha v0.9.0
3442026-01-24T04:03:33.642Z Compiling heck v0.5.0
3452026-01-24T04:03:33.667Z Compiling pretty-hex v0.4.1
3462026-01-24T04:03:33.856Z Compiling regex-automata v0.4.13
3472026-01-24T04:03:33.963Z Compiling strsim v0.11.1
3482026-01-24T04:03:34.043Z Compiling lazy_static v1.5.0
3492026-01-24T04:03:34.126Z Compiling rand v0.9.2
3502026-01-24T04:03:34.169Z Compiling sharded-slab v0.1.7
3512026-01-24T04:03:34.586Z Compiling clap_builder v4.5.54
3522026-01-24T04:03:35.441Z Compiling tracing-log v0.2.0
3532026-01-24T04:03:35.484Z Compiling socket2 v0.6.2
3542026-01-24T04:03:36.027Z Compiling thread_local v1.1.9
3552026-01-24T04:03:36.758Z Compiling colored v3.0.0
3562026-01-24T04:03:36.920Z Compiling oxnet v0.1.4
3572026-01-24T04:03:37.559Z Compiling matchers v0.2.0
3582026-01-24T04:03:37.751Z Compiling nu-ansi-term v0.50.3
3592026-01-24T04:03:37.873Z Compiling smallvec v1.15.1
3602026-01-24T04:03:38.300Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3612026-01-24T04:03:38.325Z Compiling unicode-width v0.2.2
3622026-01-24T04:03:38.718Z Compiling num_enum_derive v0.7.5
3632026-01-24T04:03:38.770Z Compiling foreign-types-macros v0.2.3
3642026-01-24T04:03:38.864Z Compiling tracing-attributes v0.1.31
3652026-01-24T04:03:39.127Z Compiling thiserror-impl v2.0.17
3662026-01-24T04:03:39.897Z Compiling foreign-types v0.5.0
3672026-01-24T04:03:40.009Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3682026-01-24T04:03:40.197Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3692026-01-24T04:03:40.371Z Compiling clap_derive v4.5.49
3702026-01-24T04:03:40.644Z Compiling num_enum v0.7.5
3712026-01-24T04:03:40.785Z Compiling tabwriter v1.4.1
3722026-01-24T04:03:40.816Z Compiling humantime v2.3.0
3732026-01-24T04:03:41.226Z Compiling tracing v0.1.44
3742026-01-24T04:03:41.584Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
3752026-01-24T04:03:41.608Z Compiling tracing-subscriber v0.3.22
3762026-01-24T04:03:43.469Z Compiling clap v4.5.54
3772026-01-24T04:03:47.865Z Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
3782026-01-24T04:03:53.602Z Finished `release` profile [optimized] target(s) in 25.01s
3792026-01-24T04:03:53.628Z
3802026-01-24T04:03:53.628Zreal 25.101439550
3812026-01-24T04:03:53.628Zuser 2:27.805186149
3822026-01-24T04:03:53.628Zsys 14.377215305
3832026-01-24T04:03:53.628Ztrap 0.089634638
3842026-01-24T04:03:53.628Ztflt 0.060262770
3852026-01-24T04:03:53.628Zdflt 0.233283576
3862026-01-24T04:03:53.628Zkflt 0.000011722
3872026-01-24T04:03:53.628Zlock 4:10.900363951
3882026-01-24T04:03:53.628Zslp 7:54.302555122
3892026-01-24T04:03:53.628Zlat 6.971869561
3902026-01-24T04:03:53.628Zstop 4.055817660
3912026-01-24T04:03:53.628Z+ for x in debug release
3922026-01-24T04:03:53.628Z+ mkdir -p /work/debug
3932026-01-24T04:03:53.654Z+ cp target/debug/netadm /work/debug/netadm
3942026-01-24T04:03:53.678Z+ for x in debug release
3952026-01-24T04:03:53.678Z+ mkdir -p /work/release
3962026-01-24T04:03:53.678Z+ cp target/release/netadm /work/release/netadm
3972026-01-24T04:03:53.678Z+ banner check
3982026-01-24T04:03:53.678Z
3992026-01-24T04:03:53.678Z #### # # ###### #### # #
4002026-01-24T04:03:53.678Z # # # # # # # # #
4012026-01-24T04:03:53.678Z # ###### ##### # ####
4022026-01-24T04:03:53.678Z # # # # # # #
4032026-01-24T04:03:53.678Z # # # # # # # # #
4042026-01-24T04:03:53.678Z #### # # ###### #### # #
4052026-01-24T04:03:53.678Z
4062026-01-24T04:03:53.678Z+ cargo fmt -- --check
4072026-01-24T04:03:54.031Z+ cargo clippy --all-targets -- --deny warnings
4082026-01-24T04:03:54.427Z Checking cfg-if v1.0.4
4092026-01-24T04:03:54.428Z Compiling winnow v0.7.14
4102026-01-24T04:03:54.452Z Checking libc v0.2.180
4112026-01-24T04:03:54.452Z Checking once_cell v1.21.3
4122026-01-24T04:03:54.452Z Checking zerocopy v0.8.31
4132026-01-24T04:03:54.452Z Checking pin-project-lite v0.2.16
4142026-01-24T04:03:54.452Z Checking memchr v2.7.6
4152026-01-24T04:03:54.452Z Checking foreign-types-shared v0.3.1
4162026-01-24T04:03:54.502Z Checking thiserror v2.0.17
4172026-01-24T04:03:54.562Z Checking foreign-types v0.5.0
4182026-01-24T04:03:54.587Z Checking libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
4192026-01-24T04:03:54.623Z Checking nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4202026-01-24T04:03:54.650Z Checking pretty-hex v0.4.1
4212026-01-24T04:03:54.706Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
4222026-01-24T04:03:54.730Z Checking tracing-core v0.1.36
4232026-01-24T04:03:54.776Z Checking anyhow v1.0.100
4242026-01-24T04:03:54.807Z Checking utf8parse v0.2.2
4252026-01-24T04:03:54.934Z Checking colored v3.0.0
4262026-01-24T04:03:55.066Z Checking getrandom v0.3.4
4272026-01-24T04:03:55.090Z Checking socket2 v0.6.2
4282026-01-24T04:03:55.115Z Checking cstr-argument v0.1.2
4292026-01-24T04:03:55.235Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4302026-01-24T04:03:55.259Z Checking rand_core v0.9.3
4312026-01-24T04:03:55.259Z Checking tracing v0.1.44
4322026-01-24T04:03:55.284Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4332026-01-24T04:03:55.365Z Checking oxnet v0.1.4
4342026-01-24T04:03:55.481Z Checking anstyle-parse v0.2.7
4352026-01-24T04:03:55.511Z Checking is_terminal_polyfill v1.70.2
4362026-01-24T04:03:55.536Z Checking colorchoice v1.0.4
4372026-01-24T04:03:55.560Z Checking regex-syntax v0.8.8
4382026-01-24T04:03:55.619Z Checking anstyle v1.0.13
4392026-01-24T04:03:55.643Z Checking anstyle-query v1.1.5
4402026-01-24T04:03:55.668Z Checking lazy_static v1.5.0
4412026-01-24T04:03:55.715Z Checking clap_lex v0.7.6
4422026-01-24T04:03:55.739Z Checking log v0.4.29
4432026-01-24T04:03:55.763Z Checking strsim v0.11.1
4442026-01-24T04:03:55.901Z Checking anstream v0.6.21
4452026-01-24T04:03:55.932Z Checking sharded-slab v0.1.7
4462026-01-24T04:03:55.993Z Checking thread_local v1.1.9
4472026-01-24T04:03:56.018Z Checking tracing-log v0.2.0
4482026-01-24T04:03:56.199Z Checking nu-ansi-term v0.50.3
4492026-01-24T04:03:56.223Z Checking clap_builder v4.5.54
4502026-01-24T04:03:56.248Z Checking unicode-width v0.2.2
4512026-01-24T04:03:56.519Z Checking smallvec v1.15.1
4522026-01-24T04:03:56.596Z Checking tabwriter v1.4.1
4532026-01-24T04:03:56.785Z Checking humantime v2.3.0
4542026-01-24T04:03:57.048Z Checking ppv-lite86 v0.2.21
4552026-01-24T04:03:57.073Z Checking regex-automata v0.4.13
4562026-01-24T04:03:57.097Z Compiling toml_parser v1.0.6+spec-1.1.0
4572026-01-24T04:03:57.596Z Checking rand_chacha v0.9.0
4582026-01-24T04:03:57.708Z Compiling toml_edit v0.23.10+spec-1.0.0
4592026-01-24T04:03:57.888Z Checking rand v0.9.2
4602026-01-24T04:03:58.599Z Checking clap v4.5.54
4612026-01-24T04:03:58.652Z Compiling proc-macro-crate v3.4.0
4622026-01-24T04:03:59.180Z Compiling num_enum_derive v0.7.5
4632026-01-24T04:03:59.422Z Checking matchers v0.2.0
4642026-01-24T04:03:59.555Z Checking tracing-subscriber v0.3.22
4652026-01-24T04:04:00.435Z Checking num_enum v0.7.5
4662026-01-24T04:04:00.563Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
4672026-01-24T04:04:02.903Z Checking netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
4682026-01-24T04:04:04.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.25s
4692026-01-24T04:04:04.479Z+ banner pre-test
4702026-01-24T04:04:04.503Z
4712026-01-24T04:04:04.503Z ##### ##### ###### ##### ###### #### #####
4722026-01-24T04:04:04.503Z # # # # # # # # #
4732026-01-24T04:04:04.503Z # # # # ##### ##### # ##### #### #
4742026-01-24T04:04:04.503Z ##### ##### # # # # #
4752026-01-24T04:04:04.503Z # # # # # # # # #
4762026-01-24T04:04:04.503Z # # # ###### # ###### #### #
4772026-01-24T04:04:04.503Z
4782026-01-24T04:04:04.503Z+ uname -a
4792026-01-24T04:04:04.503ZSunOS bmat-EVT22200007-0000d941 5.11 helios-2.0.23457 i86pc i386 i86pc
4802026-01-24T04:04:04.503Z+ ./target/debug/netadm show links
4812026-01-24T04:04:04.503ZId Name Flags Class State MAC MTU
4822026-01-24T04:04:04.503Z-- ---- ----- ----- ----- --- ---
4832026-01-24T04:04:04.503Z1 vioif0 active persistent physical up 02:08:20:7e:aa:cf 1500
4842026-01-24T04:04:04.503Z+ ./target/debug/netadm show addrs
4852026-01-24T04:04:04.503ZName Type State Address Interface Index
4862026-01-24T04:04:04.503Z---- ------ ----- ------- ---------------
4872026-01-24T04:04:04.503Zlo0/v4 static ok 127.0.0.1/8 1
4882026-01-24T04:04:04.503Zlo0/v6 static ok ::1/128 1
4892026-01-24T04:04:04.503Zvioif0/v4 static ok 10.151.4.100/24 2
4902026-01-24T04:04:04.503Z+ banner test
4912026-01-24T04:04:04.503Z
4922026-01-24T04:04:04.503Z ##### ###### #### #####
4932026-01-24T04:04:04.503Z # # # #
4942026-01-24T04:04:04.503Z # ##### #### #
4952026-01-24T04:04:04.503Z # # # #
4962026-01-24T04:04:04.504Z # # # # #
4972026-01-24T04:04:04.504Z # ###### #### #
4982026-01-24T04:04:04.504Z
4992026-01-24T04:04:04.504Z+ pfexec ptime -m cargo test
5002026-01-24T04:04:04.782Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
5012026-01-24T04:04:04.782Z Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
5022026-01-24T04:04:06.724Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2.15s
5032026-01-24T04:04:06.748Z Running unittests src/lib.rs (target/debug/deps/libnet-ecf392fcca66282b)
5042026-01-24T04:04:06.748Z
5052026-01-24T04:04:06.748Zrunning 0 tests
5062026-01-24T04:04:06.748Z
5072026-01-24T04:04:06.748Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5082026-01-24T04:04:06.748Z
5092026-01-24T04:04:06.748Z Running tests/ip.rs (target/debug/deps/ip-35abf0b819c66e03)
5102026-01-24T04:04:06.773Z
5112026-01-24T04:04:06.773Zrunning 4 tests
5122026-01-24T04:04:06.773Ztest test_get_addresses ... ok
5132026-01-24T04:04:06.773Ztest test_address_consistency ... ok
5142026-01-24T04:04:06.773Ztest test_v6_static_lifecycle ... ok
5152026-01-24T04:04:06.773Ztest test_v6_local_lifecycle ... ok
5162026-01-24T04:04:06.773Z
5172026-01-24T04:04:06.773Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
5182026-01-24T04:04:06.773Z
5192026-01-24T04:04:06.773Z Running tests/link.rs (target/debug/deps/link-c66402b3144e594c)
5202026-01-24T04:04:06.798Z
5212026-01-24T04:04:06.798Zrunning 5 tests
5222026-01-24T04:04:06.798Ztest test_simnet_lifecycle ... ok
5232026-01-24T04:04:06.798Ztest test_link_consistency ... ok
5242026-01-24T04:04:06.798Ztest test_simnet_connect ... ok
5252026-01-24T04:04:06.798Ztest test_get_links ... ok
5262026-01-24T04:04:06.798Ztest test_vnic_lifecycle ... ok
5272026-01-24T04:04:06.798Z
5282026-01-24T04:04:06.798Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
5292026-01-24T04:04:06.798Z
5302026-01-24T04:04:06.798Z Running unittests src/main.rs (target/debug/deps/netadm-7c1e7d38d7ca480d)
5312026-01-24T04:04:06.823Z
5322026-01-24T04:04:06.823Zrunning 0 tests
5332026-01-24T04:04:06.823Z
5342026-01-24T04:04:06.823Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5352026-01-24T04:04:06.823Z
5362026-01-24T04:04:06.823Z Doc-tests libnet
5372026-01-24T04:04:07.103Z
5382026-01-24T04:04:07.103Zrunning 0 tests
5392026-01-24T04:04:07.103Z
5402026-01-24T04:04:07.103Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5412026-01-24T04:04:07.103Z
5422026-01-24T04:04:07.131Z
5432026-01-24T04:04:07.155Zreal 2.619064188
5442026-01-24T04:04:07.156Zuser 4.631047447
5452026-01-24T04:04:07.156Zsys 1.380166251
5462026-01-24T04:04:07.156Ztrap 0.001224893
5472026-01-24T04:04:07.156Ztflt 0.001891650
5482026-01-24T04:04:07.156Zdflt 0.004935990
5492026-01-24T04:04:07.156Zkflt 0.000016632
5502026-01-24T04:04:07.156Zlock 5.837584424
5512026-01-24T04:04:07.156Zslp 20.119539566
5522026-01-24T04:04:07.156Zlat 0.067146971
5532026-01-24T04:04:07.156Zstop 0.175166456
5542026-01-24T04:04:07.156Z+ pfexec ptime -m cargo test --release
5552026-01-24T04:04:07.299Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
5562026-01-24T04:04:07.323Z Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
5572026-01-24T04:04:09.069Z Finished `release` profile [optimized] target(s) in 1.86s
5582026-01-24T04:04:09.093Z Running unittests src/lib.rs (target/release/deps/libnet-b40c184e0ec885e6)
5592026-01-24T04:04:09.118Z
5602026-01-24T04:04:09.118Zrunning 0 tests
5612026-01-24T04:04:09.118Z
5622026-01-24T04:04:09.118Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5632026-01-24T04:04:09.118Z
5642026-01-24T04:04:09.118Z Running tests/ip.rs (target/release/deps/ip-920076b572cd2359)
5652026-01-24T04:04:09.118Z
5662026-01-24T04:04:09.119Zrunning 4 tests
5672026-01-24T04:04:09.119Ztest test_get_addresses ... ok
5682026-01-24T04:04:09.119Ztest test_address_consistency ... ok
5692026-01-24T04:04:09.119Ztest test_v6_static_lifecycle ... ok
5702026-01-24T04:04:09.119Ztest test_v6_local_lifecycle ... ok
5712026-01-24T04:04:09.119Z
5722026-01-24T04:04:09.119Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
5732026-01-24T04:04:09.119Z
5742026-01-24T04:04:09.119Z Running tests/link.rs (target/release/deps/link-2373ef6e97c9b9d0)
5752026-01-24T04:04:09.143Z
5762026-01-24T04:04:09.143Zrunning 5 tests
5772026-01-24T04:04:09.143Ztest test_get_links ... ok
5782026-01-24T04:04:09.143Ztest test_simnet_lifecycle ... ok
5792026-01-24T04:04:09.143Ztest test_link_consistency ... ok
5802026-01-24T04:04:09.143Ztest test_simnet_connect ... ok
5812026-01-24T04:04:09.143Ztest test_vnic_lifecycle ... ok
5822026-01-24T04:04:09.143Z
5832026-01-24T04:04:09.143Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
5842026-01-24T04:04:09.143Z
5852026-01-24T04:04:09.143Z Running unittests src/main.rs (target/release/deps/netadm-c102c89b666429e2)
5862026-01-24T04:04:09.169Z
5872026-01-24T04:04:09.169Zrunning 0 tests
5882026-01-24T04:04:09.169Z
5892026-01-24T04:04:09.169Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5902026-01-24T04:04:09.169Z
5912026-01-24T04:04:09.169Z Doc-tests libnet
5922026-01-24T04:04:09.436Z
5932026-01-24T04:04:09.436Zrunning 0 tests
5942026-01-24T04:04:09.436Z
5952026-01-24T04:04:09.436Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5962026-01-24T04:04:09.436Z
5972026-01-24T04:04:09.464Z
5982026-01-24T04:04:09.464Zreal 2.319048317
5992026-01-24T04:04:09.464Zuser 4.719406395
6002026-01-24T04:04:09.464Zsys 1.231094553
6012026-01-24T04:04:09.464Ztrap 0.000791313
6022026-01-24T04:04:09.464Ztflt 0.054218322
6032026-01-24T04:04:09.464Zdflt 0.018711893
6042026-01-24T04:04:09.464Zkflt 0.000000000
6052026-01-24T04:04:09.464Zlock 6.974433704
6062026-01-24T04:04:09.464Zslp 17.163545884
6072026-01-24T04:04:09.464Zlat 0.042436882
6082026-01-24T04:04:09.464Zstop 0.231116437
6092026-01-24T04:04:09.489Z+ banner post-test
6102026-01-24T04:04:09.489Z
6112026-01-24T04:04:09.489Z ##### #### #### ##### ##### ###### #### #####
6122026-01-24T04:04:09.489Z # # # # # # # # # #
6132026-01-24T04:04:09.489Z # # # # #### # ##### # ##### #### #
6142026-01-24T04:04:09.489Z ##### # # # # # # # #
6152026-01-24T04:04:09.489Z # # # # # # # # # # #
6162026-01-24T04:04:09.489Z # #### #### # # ###### #### #
6172026-01-24T04:04:09.489Z
6182026-01-24T04:04:09.489Z+ ./target/debug/netadm show links
6192026-01-24T04:04:09.489ZId Name Flags Class State MAC MTU
6202026-01-24T04:04:09.489Z-- ---- ----- ----- ----- --- ---
6212026-01-24T04:04:09.489Z1 vioif0 active persistent physical up 02:08:20:7e:aa:cf 1500
6222026-01-24T04:04:09.489Z+ ./target/debug/netadm show addrs
6232026-01-24T04:04:09.489ZName Type State Address Interface Index
6242026-01-24T04:04:09.489Z---- ------ ----- ------- ---------------
6252026-01-24T04:04:09.489Zlo0/v4 static ok 127.0.0.1/8 1
6262026-01-24T04:04:09.490Zlo0/v6 static ok ::1/128 1
6272026-01-24T04:04:09.490Zvioif0/v4 static ok 10.151.4.100/24 2
6282026-01-24T04:04:09.490Zprocess exited: duration 82076 ms, exit code 0
 
6292026-01-24T04:04:09.539Zfound 2 output files
6302026-01-24T04:04:09.539Zuploading: /work/debug/netadm (43026072 bytes)
6312026-01-24T04:04:12.934Zuploaded: /work/debug/netadm
6322026-01-24T04:04:12.934Zuploading: /work/release/netadm (6309760 bytes)
6332026-01-24T04:04:14.425Zuploaded: /work/release/netadm