01KPW5Z9J5BN30ENP2SPJKTJX9: 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: 01KPW5ZGSRDRV8QNN5N0KH3K3K

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-23T03:27:06.073Zjob assigned to worker 01KPW5ZQPS4JMDMHG6DRWV7XZD [factory aws, i-06512211712e1714b] (queued for 49 s)
 
22026-04-23T03:27:12.696Zstarting task 0: "setup"
32026-04-23T03:27:12.701Z++ uname -s
42026-04-23T03:27:12.704Z+ kern=SunOS
52026-04-23T03:27:12.704Z+ build_user=build
62026-04-23T03:27:12.704Z+ build_uid=12345
72026-04-23T03:27:12.704Z+ work_dir=/work
82026-04-23T03:27:12.704Z+ input_dir=/input
92026-04-23T03:27:12.704Z+ [[ 0 == 12345 ]]
102026-04-23T03:27:12.704Z+ case "$kern" in
112026-04-23T03:27:12.704Z+ groupadd -g 12345 build
122026-04-23T03:27:12.707Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-23T03:27:14.711Z+ zfs create -o mountpoint=/work rpool/work
142026-04-23T03:27:14.840Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-23T03:27:14.843Z+ home_fs=zfs
162026-04-23T03:27:14.843Z+ [[ zfs == autofs ]]
172026-04-23T03:27:14.843Z+ mkdir -p /home/build
182026-04-23T03:27:14.843Z+ chown build:build /home/build /work
192026-04-23T03:27:16.845Z+ chmod 0700 /home/build /work
202026-04-23T03:27:16.848Zprocess exited: duration 4152 ms, exit code 0
 
212026-04-23T03:27:16.854Zstarting task 1: "rust-toolchain"
222026-04-23T03:27:16.858Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-04-23T03:27:16.859Z * rust toolchain channel = "stable"
242026-04-23T03:27:16.859Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-04-23T03:27:16.859Z * rust toolchain profile = "default"
262026-04-23T03:27:16.859Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-23T03:27:16.859Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-23T03:27:16.861Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-23T03:27:16.861Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-04-23T03:27:16.988Zinfo: downloading installer
312026-04-23T03:27:18.260Zwarn: It looks like you have an existing installation of Rust at:
322026-04-23T03:27:18.260Zwarn: /opt/ooce/bin
332026-04-23T03:27:18.260Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-23T03:27:18.260Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-23T03:27:18.260Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-23T03:27:18.260Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-23T03:27:18.260Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-23T03:27:18.260Zerror: cannot install while Rust is installed
392026-04-23T03:27:18.260Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-23T03:27:18.260Zwarn: It looks like you have an existing rustup settings file at:
412026-04-23T03:27:18.260Zwarn: /home/build/.rustup/settings.toml
422026-04-23T03:27:18.260Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-23T03:27:18.260Zwarn: instead of the one inferred from the default host triple.
442026-04-23T03:27:18.274Zinfo: profile set to default
452026-04-23T03:27:18.274Zinfo: default host triple is x86_64-unknown-illumos
462026-04-23T03:27:18.277Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-04-23T03:27:18.405Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-04-23T03:27:18.408Zinfo: downloading 6 components
492026-04-23T03:27:32.717Z
502026-04-23T03:27:32.717Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-04-23T03:27:32.751Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-04-23T03:27:32.751Z
532026-04-23T03:27:32.751Z
542026-04-23T03:27:32.751ZRust is installed now. Great!
552026-04-23T03:27:32.751Z
562026-04-23T03:27:32.751ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-23T03:27:32.751Zenvironment variable. This has not been done automatically.
582026-04-23T03:27:32.751Z
592026-04-23T03:27:32.751ZTo configure your current shell, you need to source
602026-04-23T03:27:32.751Zthe corresponding env file under $HOME/.cargo.
612026-04-23T03:27:32.751Z
622026-04-23T03:27:32.754ZThis is usually done by running one of the following (note the leading DOT):
632026-04-23T03:27:32.754Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-23T03:27:32.754Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-23T03:27:32.754Zsource "~/.cargo/env.nu" # For nushell
662026-04-23T03:27:32.754Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-23T03:27:32.754Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-23T03:27:32.754Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-23T03:27:32.755Zwarn: no default linker (`cc`) was found in your PATH
702026-04-23T03:27:32.755Zwarn: many Rust crates require a system C toolchain to build
712026-04-23T03:27:32.837Z+ rustup --version
722026-04-23T03:27:32.845Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-23T03:27:32.848Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-23T03:27:32.866Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-04-23T03:27:32.869Z+ cargo --version
762026-04-23T03:27:32.883Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-04-23T03:27:32.886Z+ rustc --version
782026-04-23T03:27:32.904Zrustc 1.95.0 (59807616e 2026-04-14)
792026-04-23T03:27:32.907Zprocess exited: duration 16052 ms, exit code 0
 
802026-04-23T03:27:32.913Zstarting task 2: "authentication"
812026-04-23T03:27:32.929Zprocess exited: duration 16 ms, exit code 0
 
822026-04-23T03:27:32.935Zstarting task 3: "clone repository"
832026-04-23T03:27:32.938Z+ mkdir -p /work/oxidecomputer/netadm-sys
842026-04-23T03:27:32.941Z+ git clone https://github.com/oxidecomputer/netadm-sys /work/oxidecomputer/netadm-sys
852026-04-23T03:27:32.970ZCloning into '/work/oxidecomputer/netadm-sys'...
862026-04-23T03:27:33.583Z+ cd /work/oxidecomputer/netadm-sys
872026-04-23T03:27:33.583Z+ git fetch origin 243f39ca14670f60ae3aaae125fac38635bf35e1
882026-04-23T03:27:33.822ZFrom https://github.com/oxidecomputer/netadm-sys
892026-04-23T03:27:33.822Z * branch 243f39ca14670f60ae3aaae125fac38635bf35e1 -> FETCH_HEAD
902026-04-23T03:27:33.829Z+ [[ -n renovate/rand ]]
912026-04-23T03:27:33.832Z++ git branch --show-current
922026-04-23T03:27:33.832Z+ current=main
932026-04-23T03:27:33.832Z+ [[ main != renovate/rand ]]
942026-04-23T03:27:33.832Z+ git branch -f renovate/rand 243f39ca14670f60ae3aaae125fac38635bf35e1
952026-04-23T03:27:33.835Z+ git checkout -f renovate/rand
962026-04-23T03:27:33.838ZSwitched to branch 'renovate/rand'
972026-04-23T03:27:33.841Z+ git reset --hard 243f39ca14670f60ae3aaae125fac38635bf35e1
982026-04-23T03:27:33.844ZHEAD is now at 243f39c Update Rust crate rand to 0.10.1
992026-04-23T03:27:33.844Zprocess exited: duration 907 ms, exit code 0
 
1002026-04-23T03:27:33.849Zstarting task 4: "build"
1012026-04-23T03:27:33.853Z+ cargo --version
1022026-04-23T03:27:33.858Zinfo: syncing channel updates for 1.86.0-x86_64-unknown-illumos
1032026-04-23T03:27:34.006Zinfo: latest update on 2025-04-03 for version 1.86.0 (05f9846f8 2025-03-31)
1042026-04-23T03:27:34.009Zinfo: downloading 6 components
1052026-04-23T03:27:50.363Zcargo 1.86.0 (adf9b6ad1 2025-02-28)
1062026-04-23T03:27:50.366Z+ rustc --version
1072026-04-23T03:27:50.394Zrustc 1.86.0 (05f9846f8 2025-03-31)
1082026-04-23T03:27:50.398Z+ banner build
1092026-04-23T03:27:50.401Z
1102026-04-23T03:27:50.401Z ##### # # # # #####
1112026-04-23T03:27:50.401Z # # # # # # # #
1122026-04-23T03:27:50.401Z ##### # # # # # #
1132026-04-23T03:27:50.401Z # # # # # # # #
1142026-04-23T03:27:50.401Z # # # # # # # #
1152026-04-23T03:27:50.401Z ##### #### # ###### #####
1162026-04-23T03:27:50.401Z
1172026-04-23T03:27:50.401Z+ ptime -m cargo build
1182026-04-23T03:27:50.475Z Updating crates.io index
1192026-04-23T03:27:50.509Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1202026-04-23T03:27:50.773ZFrom https://github.com/oxidecomputer/dlpi-sys
1212026-04-23T03:27:50.773Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
1222026-04-23T03:27:50.810Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1232026-04-23T03:27:51.105ZFrom https://github.com/jmesmon/rust-libzfs
1242026-04-23T03:27:51.105Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1252026-04-23T03:27:51.160Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1262026-04-23T03:27:51.437ZFrom https://github.com/oxidecomputer/rusty-doors
1272026-04-23T03:27:51.437Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1282026-04-23T03:27:52.530Z Downloading crates ...
1292026-04-23T03:27:52.583Z Downloaded cfg-if v1.0.4
1302026-04-23T03:27:52.586Z Downloaded clap_lex v1.0.0
1312026-04-23T03:27:52.592Z Downloaded anstyle-query v1.1.5
1322026-04-23T03:27:52.595Z Downloaded clap_derive v4.6.1
1332026-04-23T03:27:52.597Z Downloaded quote v1.0.45
1342026-04-23T03:27:52.600Z Downloaded colorchoice v1.0.4
1352026-04-23T03:27:52.600Z Downloaded matchers v0.2.0
1362026-04-23T03:27:52.603Z Downloaded cstr-argument v0.1.2
1372026-04-23T03:27:52.603Z Downloaded utf8parse v0.2.2
1382026-04-23T03:27:52.606Z Downloaded foreign-types-shared v0.3.1
1392026-04-23T03:27:52.606Z Downloaded anstyle-parse v1.0.0
1402026-04-23T03:27:52.609Z Downloaded strsim v0.11.1
1412026-04-23T03:27:52.617Z Downloaded oxnet v0.1.4
1422026-04-23T03:27:52.628Z Downloaded clap v4.6.1
1432026-04-23T03:27:52.634Z Downloaded pretty-hex v0.4.1
1442026-04-23T03:27:52.637Z Downloaded heck v0.5.0
1452026-04-23T03:27:52.639Z Downloaded tabwriter v1.4.1
1462026-04-23T03:27:52.642Z Downloaded is_terminal_polyfill v1.70.2
1472026-04-23T03:27:52.649Z Downloaded num_enum v0.7.6
1482026-04-23T03:27:52.652Z Downloaded chacha20 v0.10.0
1492026-04-23T03:27:52.658Z Downloaded foreign-types-macros v0.2.3
1502026-04-23T03:27:52.661Z Downloaded foreign-types v0.5.0
1512026-04-23T03:27:52.661Z Downloaded tracing-attributes v0.1.31
1522026-04-23T03:27:52.664Z Downloaded equivalent v1.0.2
1532026-04-23T03:27:52.683Z Downloaded proc-macro-crate v3.5.0
1542026-04-23T03:27:52.688Z Downloaded cpufeatures v0.3.0
1552026-04-23T03:27:52.692Z Downloaded pin-project-lite v0.2.17
1562026-04-23T03:27:52.696Z Downloaded thiserror v2.0.18
1572026-04-23T03:27:52.702Z Downloaded once_cell v1.21.3
1582026-04-23T03:27:52.702Z Downloaded sharded-slab v0.1.7
1592026-04-23T03:27:52.706Z Downloaded toml_edit v0.25.4+spec-1.1.0
1602026-04-23T03:27:52.709Z Downloaded rand_core v0.10.0
1612026-04-23T03:27:52.712Z Downloaded num_enum_derive v0.7.6
1622026-04-23T03:27:52.712Z Downloaded toml_datetime v1.0.0+spec-1.1.0
1632026-04-23T03:27:52.712Z Downloaded lazy_static v1.5.0
1642026-04-23T03:27:52.715Z Downloaded anstyle v1.0.14
1652026-04-23T03:27:52.715Z Downloaded anstream v1.0.0
1662026-04-23T03:27:52.718Z Downloaded colored v3.1.1
1672026-04-23T03:27:52.718Z Downloaded toml_parser v1.0.9+spec-1.1.0
1682026-04-23T03:27:52.722Z Downloaded rustversion v1.0.22
1692026-04-23T03:27:52.725Z Downloaded tracing-log v0.2.0
1702026-04-23T03:27:52.725Z Downloaded humantime v2.3.0
1712026-04-23T03:27:52.728Z Downloaded nu-ansi-term v0.50.3
1722026-04-23T03:27:52.728Z Downloaded anyhow v1.0.102
1732026-04-23T03:27:52.740Z Downloaded thread_local v1.1.9
1742026-04-23T03:27:52.743Z Downloaded smallvec v1.15.1
1752026-04-23T03:27:52.743Z Downloaded thiserror-impl v2.0.18
1762026-04-23T03:27:52.743Z Downloaded tracing-core v0.1.36
1772026-04-23T03:27:52.746Z Downloaded proc-macro2 v1.0.106
1782026-04-23T03:27:52.749Z Downloaded serde_core v1.0.228
1792026-04-23T03:27:52.752Z Downloaded log v0.4.29
1802026-04-23T03:27:52.756Z Downloaded socket2 v0.6.3
1812026-04-23T03:27:52.765Z Downloaded getrandom v0.4.2
1822026-04-23T03:27:52.768Z Downloaded unicode-ident v1.0.24
1832026-04-23T03:27:52.774Z Downloaded memchr v2.8.0
1842026-04-23T03:27:52.786Z Downloaded rand v0.10.1
1852026-04-23T03:27:52.789Z Downloaded indexmap v2.13.0
1862026-04-23T03:27:52.812Z Downloaded clap_builder v4.6.0
1872026-04-23T03:27:52.838Z Downloaded hashbrown v0.16.1
1882026-04-23T03:27:52.871Z Downloaded winnow v1.0.2
1892026-04-23T03:27:52.880Z Downloaded tracing-subscriber v0.3.23
1902026-04-23T03:27:52.885Z Downloaded winnow v0.7.15
1912026-04-23T03:27:52.891Z Downloaded syn v1.0.109
1922026-04-23T03:27:52.897Z Downloaded aho-corasick v1.1.4
1932026-04-23T03:27:52.919Z Downloaded unicode-width v0.2.2
1942026-04-23T03:27:52.922Z Downloaded syn v2.0.117
1952026-04-23T03:27:52.935Z Downloaded regex-syntax v0.8.10
1962026-04-23T03:27:52.964Z Downloaded tracing v0.1.44
1972026-04-23T03:27:52.984Z Downloaded regex-automata v0.4.14
1982026-04-23T03:27:52.997Z Downloaded libc v0.2.185
1992026-04-23T03:27:53.081Z Compiling proc-macro2 v1.0.106
2002026-04-23T03:27:53.081Z Compiling unicode-ident v1.0.24
2012026-04-23T03:27:53.081Z Compiling quote v1.0.45
2022026-04-23T03:27:53.081Z Compiling cfg-if v1.0.4
2032026-04-23T03:27:53.085Z Compiling libc v0.2.185
2042026-04-23T03:27:53.085Z Compiling equivalent v1.0.2
2052026-04-23T03:27:53.085Z Compiling winnow v0.7.15
2062026-04-23T03:27:53.085Z Compiling hashbrown v0.16.1
2072026-04-23T03:27:53.149Z Compiling toml_datetime v1.0.0+spec-1.1.0
2082026-04-23T03:27:53.161Z Compiling syn v1.0.109
2092026-04-23T03:27:53.195Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2102026-04-23T03:27:53.357Z Compiling rustversion v1.0.22
2112026-04-23T03:27:53.414Z Compiling once_cell v1.21.3
2122026-04-23T03:27:53.467Z Compiling thiserror v2.0.18
2132026-04-23T03:27:53.507Z Compiling rand_core v0.10.0
2142026-04-23T03:27:53.582Z Compiling indexmap v2.13.0
2152026-04-23T03:27:53.614Z Compiling tracing-core v0.1.36
2162026-04-23T03:27:53.642Z Compiling getrandom v0.4.2
2172026-04-23T03:27:53.736Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2182026-04-23T03:27:53.796Z Compiling utf8parse v0.2.2
2192026-04-23T03:27:53.889Z Compiling anstyle-parse v1.0.0
2202026-04-23T03:27:54.012Z Compiling regex-syntax v0.8.10
2212026-04-23T03:27:54.055Z Compiling colorchoice v1.0.4
2222026-04-23T03:27:54.139Z Compiling syn v2.0.117
2232026-04-23T03:27:54.172Z Compiling anstyle v1.0.14
2242026-04-23T03:27:54.239Z Compiling anstyle-query v1.1.5
2252026-04-23T03:27:54.242Z Compiling anyhow v1.0.102
2262026-04-23T03:27:54.328Z Compiling pin-project-lite v0.2.17
2272026-04-23T03:27:54.412Z Compiling toml_parser v1.0.9+spec-1.1.0
2282026-04-23T03:27:54.440Z Compiling cpufeatures v0.3.0
2292026-04-23T03:27:54.498Z Compiling foreign-types-shared v0.3.1
2302026-04-23T03:27:54.502Z Compiling is_terminal_polyfill v1.70.2
2312026-04-23T03:27:54.542Z Compiling memchr v2.8.0
2322026-04-23T03:27:54.570Z Compiling anstream v1.0.0
2332026-04-23T03:27:54.570Z Compiling chacha20 v0.10.0
2342026-04-23T03:27:54.813Z Compiling toml_edit v0.25.4+spec-1.1.0
2352026-04-23T03:27:54.955Z Compiling regex-automata v0.4.14
2362026-04-23T03:27:54.973Z Compiling cstr-argument v0.1.2
2372026-04-23T03:27:55.006Z Compiling pretty-hex v0.4.1
2382026-04-23T03:27:55.112Z Compiling log v0.4.29
2392026-04-23T03:27:55.130Z Compiling clap_lex v1.0.0
2402026-04-23T03:27:55.197Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
2412026-04-23T03:27:55.308Z Compiling proc-macro-crate v3.5.0
2422026-04-23T03:27:55.367Z Compiling lazy_static v1.5.0
2432026-04-23T03:27:55.425Z Compiling heck v0.5.0
2442026-04-23T03:27:55.454Z Compiling strsim v0.11.1
2452026-04-23T03:27:55.611Z Compiling clap_builder v4.6.0
2462026-04-23T03:27:55.714Z Compiling sharded-slab v0.1.7
2472026-04-23T03:27:55.739Z Compiling tracing-log v0.2.0
2482026-04-23T03:27:55.836Z Compiling rand v0.10.1
2492026-04-23T03:27:56.119Z Compiling socket2 v0.6.3
2502026-04-23T03:27:56.250Z Compiling thread_local v1.1.9
2512026-04-23T03:27:56.366Z Compiling winnow v1.0.2
2522026-04-23T03:27:56.478Z Compiling matchers v0.2.0
2532026-04-23T03:27:56.501Z Compiling colored v3.1.1
2542026-04-23T03:27:56.544Z Compiling oxnet v0.1.4
2552026-04-23T03:27:56.602Z Compiling nu-ansi-term v0.50.3
2562026-04-23T03:27:56.790Z Compiling unicode-width v0.2.2
2572026-04-23T03:27:56.866Z Compiling smallvec v1.15.1
2582026-04-23T03:27:56.914Z Compiling humantime v2.3.0
2592026-04-23T03:27:57.047Z Compiling tabwriter v1.4.1
2602026-04-23T03:27:57.382Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
2612026-04-23T03:27:57.662Z Compiling num_enum_derive v0.7.6
2622026-04-23T03:27:57.662Z Compiling tracing-attributes v0.1.31
2632026-04-23T03:27:57.665Z Compiling thiserror-impl v2.0.18
2642026-04-23T03:27:57.719Z Compiling foreign-types-macros v0.2.3
2652026-04-23T03:27:57.839Z Compiling clap_derive v4.6.1
2662026-04-23T03:27:57.843Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
2672026-04-23T03:27:58.288Z Compiling foreign-types v0.5.0
2682026-04-23T03:27:58.330Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2692026-04-23T03:27:58.463Z Compiling num_enum v0.7.6
2702026-04-23T03:27:58.580Z Compiling tracing v0.1.44
2712026-04-23T03:27:58.673Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2722026-04-23T03:27:58.718Z Compiling tracing-subscriber v0.3.23
2732026-04-23T03:27:59.079Z Compiling clap v4.6.1
2742026-04-23T03:27:59.975Z Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
2752026-04-23T03:28:01.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
2762026-04-23T03:28:01.983Z
2772026-04-23T03:28:01.986Zreal 11.569973679
2782026-04-23T03:28:01.986Zuser 39.650814254
2792026-04-23T03:28:01.986Zsys 8.395767299
2802026-04-23T03:28:01.986Ztrap 0.030410731
2812026-04-23T03:28:01.986Ztflt 0.069173880
2822026-04-23T03:28:01.986Zdflt 0.126783866
2832026-04-23T03:28:01.986Zkflt 0.001416932
2842026-04-23T03:28:01.986Zlock 41.863435436
2852026-04-23T03:28:01.986Zslp 2:31.233752978
2862026-04-23T03:28:01.986Zlat 3.529918855
2872026-04-23T03:28:01.986Zstop 4.251270693
2882026-04-23T03:28:01.986Z+ ptime -m cargo build --release
2892026-04-23T03:28:02.040Z Compiling proc-macro2 v1.0.106
2902026-04-23T03:28:02.040Z Compiling unicode-ident v1.0.24
2912026-04-23T03:28:02.040Z Compiling quote v1.0.45
2922026-04-23T03:28:02.040Z Compiling cfg-if v1.0.4
2932026-04-23T03:28:02.040Z Compiling libc v0.2.185
2942026-04-23T03:28:02.040Z Compiling equivalent v1.0.2
2952026-04-23T03:28:02.041Z Compiling winnow v0.7.15
2962026-04-23T03:28:02.041Z Compiling hashbrown v0.16.1
2972026-04-23T03:28:02.104Z Compiling toml_datetime v1.0.0+spec-1.1.0
2982026-04-23T03:28:02.113Z Compiling rustversion v1.0.22
2992026-04-23T03:28:02.144Z Compiling syn v1.0.109
3002026-04-23T03:28:02.290Z Compiling once_cell v1.21.3
3012026-04-23T03:28:02.349Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3022026-04-23T03:28:02.471Z Compiling tracing-core v0.1.36
3032026-04-23T03:28:02.477Z Compiling getrandom v0.4.2
3042026-04-23T03:28:02.530Z Compiling indexmap v2.13.0
3052026-04-23T03:28:02.533Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3062026-04-23T03:28:02.584Z Compiling thiserror v2.0.18
3072026-04-23T03:28:02.737Z Compiling utf8parse v0.2.2
3082026-04-23T03:28:02.750Z Compiling rand_core v0.10.0
3092026-04-23T03:28:02.823Z Compiling anstyle-parse v1.0.0
3102026-04-23T03:28:03.018Z Compiling anyhow v1.0.102
3112026-04-23T03:28:03.068Z Compiling syn v2.0.117
3122026-04-23T03:28:03.091Z Compiling foreign-types-shared v0.3.1
3132026-04-23T03:28:03.120Z Compiling regex-syntax v0.8.10
3142026-04-23T03:28:03.163Z Compiling anstyle-query v1.1.5
3152026-04-23T03:28:03.248Z Compiling is_terminal_polyfill v1.70.2
3162026-04-23T03:28:03.325Z Compiling toml_parser v1.0.9+spec-1.1.0
3172026-04-23T03:28:03.329Z Compiling memchr v2.8.0
3182026-04-23T03:28:03.343Z Compiling pin-project-lite v0.2.17
3192026-04-23T03:28:03.419Z Compiling anstyle v1.0.14
3202026-04-23T03:28:03.423Z Compiling colorchoice v1.0.4
3212026-04-23T03:28:03.520Z Compiling cpufeatures v0.3.0
3222026-04-23T03:28:03.579Z Compiling anstream v1.0.0
3232026-04-23T03:28:03.654Z Compiling toml_edit v0.25.4+spec-1.1.0
3242026-04-23T03:28:03.733Z Compiling cstr-argument v0.1.2
3252026-04-23T03:28:03.835Z Compiling chacha20 v0.10.0
3262026-04-23T03:28:04.101Z Compiling clap_lex v1.0.0
3272026-04-23T03:28:04.123Z Compiling proc-macro-crate v3.5.0
3282026-04-23T03:28:04.150Z Compiling regex-automata v0.4.14
3292026-04-23T03:28:04.282Z Compiling strsim v0.11.1
3302026-04-23T03:28:04.481Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
3312026-04-23T03:28:04.543Z Compiling log v0.4.29
3322026-04-23T03:28:04.555Z Compiling heck v0.5.0
3332026-04-23T03:28:04.699Z Compiling lazy_static v1.5.0
3342026-04-23T03:28:04.729Z Compiling pretty-hex v0.4.1
3352026-04-23T03:28:04.766Z Compiling sharded-slab v0.1.7
3362026-04-23T03:28:04.788Z Compiling tracing-log v0.2.0
3372026-04-23T03:28:04.860Z Compiling clap_builder v4.6.0
3382026-04-23T03:28:05.120Z Compiling rand v0.10.1
3392026-04-23T03:28:05.457Z Compiling socket2 v0.6.3
3402026-04-23T03:28:05.845Z Compiling thread_local v1.1.9
3412026-04-23T03:28:05.878Z Compiling unicode-width v0.2.2
3422026-04-23T03:28:06.162Z Compiling matchers v0.2.0
3432026-04-23T03:28:06.165Z Compiling winnow v1.0.2
3442026-04-23T03:28:06.219Z Compiling colored v3.1.1
3452026-04-23T03:28:06.291Z Compiling nu-ansi-term v0.50.3
3462026-04-23T03:28:06.518Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3472026-04-23T03:28:06.745Z Compiling tracing-attributes v0.1.31
3482026-04-23T03:28:06.844Z Compiling foreign-types-macros v0.2.3
3492026-04-23T03:28:06.859Z Compiling num_enum_derive v0.7.6
3502026-04-23T03:28:06.998Z Compiling thiserror-impl v2.0.18
3512026-04-23T03:28:07.463Z Compiling foreign-types v0.5.0
3522026-04-23T03:28:07.529Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3532026-04-23T03:28:07.547Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3542026-04-23T03:28:07.653Z Compiling clap_derive v4.6.1
3552026-04-23T03:28:07.860Z Compiling num_enum v0.7.6
3562026-04-23T03:28:07.925Z Compiling smallvec v1.15.1
3572026-04-23T03:28:07.963Z Compiling tracing v0.1.44
3582026-04-23T03:28:07.968Z Compiling oxnet v0.1.4
3592026-04-23T03:28:08.164Z Compiling tracing-subscriber v0.3.23
3602026-04-23T03:28:08.291Z Compiling tabwriter v1.4.1
3612026-04-23T03:28:08.320Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3622026-04-23T03:28:08.338Z Compiling humantime v2.3.0
3632026-04-23T03:28:09.401Z Compiling clap v4.6.1
3642026-04-23T03:28:11.627Z Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
3652026-04-23T03:28:14.327Z Finished `release` profile [optimized] target(s) in 12.33s
3662026-04-23T03:28:14.345Z
3672026-04-23T03:28:14.348Zreal 12.353679669
3682026-04-23T03:28:14.348Zuser 1:12.319324380
3692026-04-23T03:28:14.348Zsys 7.803850503
3702026-04-23T03:28:14.348Ztrap 0.040349770
3712026-04-23T03:28:14.348Ztflt 0.200925050
3722026-04-23T03:28:14.348Zdflt 0.096520120
3732026-04-23T03:28:14.348Zkflt 0.000005449
3742026-04-23T03:28:14.348Zlock 1:54.598338213
3752026-04-23T03:28:14.348Zslp 3:56.498578829
3762026-04-23T03:28:14.348Zlat 5.438570146
3772026-04-23T03:28:14.348Zstop 3.193872038
3782026-04-23T03:28:14.348Z+ for x in debug release
3792026-04-23T03:28:14.348Z+ mkdir -p /work/debug
3802026-04-23T03:28:14.348Z+ cp target/debug/netadm /work/debug/netadm
3812026-04-23T03:28:14.373Z+ for x in debug release
3822026-04-23T03:28:14.376Z+ mkdir -p /work/release
3832026-04-23T03:28:14.376Z+ cp target/release/netadm /work/release/netadm
3842026-04-23T03:28:14.380Z+ banner check
3852026-04-23T03:28:14.383Z
3862026-04-23T03:28:14.383Z #### # # ###### #### # #
3872026-04-23T03:28:14.383Z # # # # # # # # #
3882026-04-23T03:28:14.383Z # ###### ##### # ####
3892026-04-23T03:28:14.383Z # # # # # # #
3902026-04-23T03:28:14.383Z # # # # # # # # #
3912026-04-23T03:28:14.383Z #### # # ###### #### # #
3922026-04-23T03:28:14.383Z
3932026-04-23T03:28:14.383Z+ cargo fmt -- --check
3942026-04-23T03:28:14.488Z+ cargo clippy --all-targets -- --deny warnings
3952026-04-23T03:28:14.651Z Checking cfg-if v1.0.4
3962026-04-23T03:28:14.655Z Checking once_cell v1.21.3
3972026-04-23T03:28:14.655Z Checking libc v0.2.185
3982026-04-23T03:28:14.658Z Checking rand_core v0.10.0
3992026-04-23T03:28:14.661Z Checking foreign-types-shared v0.3.1
4002026-04-23T03:28:14.661Z Checking pin-project-lite v0.2.17
4012026-04-23T03:28:14.661Z Checking memchr v2.8.0
4022026-04-23T03:28:14.661Z Checking cpufeatures v0.3.0
4032026-04-23T03:28:14.695Z Checking num_enum v0.7.6
4042026-04-23T03:28:14.705Z Checking thiserror v2.0.18
4052026-04-23T03:28:14.712Z Checking foreign-types v0.5.0
4062026-04-23T03:28:14.722Z Checking libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4072026-04-23T03:28:14.761Z Checking chacha20 v0.10.0
4082026-04-23T03:28:14.765Z Checking nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4092026-04-23T03:28:14.775Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
4102026-04-23T03:28:14.775Z Checking pretty-hex v0.4.1
4112026-04-23T03:28:14.788Z Checking tracing-core v0.1.36
4122026-04-23T03:28:14.791Z Checking anyhow v1.0.102
4132026-04-23T03:28:14.839Z Checking utf8parse v0.2.2
4142026-04-23T03:28:14.863Z Checking colored v3.1.1
4152026-04-23T03:28:14.916Z Checking winnow v1.0.2
4162026-04-23T03:28:14.926Z Checking oxnet v0.1.4
4172026-04-23T03:28:14.931Z Checking getrandom v0.4.2
4182026-04-23T03:28:14.960Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4192026-04-23T03:28:14.987Z Checking cstr-argument v0.1.2
4202026-04-23T03:28:14.996Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4212026-04-23T03:28:15.029Z Checking socket2 v0.6.3
4222026-04-23T03:28:15.041Z Checking rand v0.10.1
4232026-04-23T03:28:15.055Z Checking tracing v0.1.44
4242026-04-23T03:28:15.059Z Checking anstyle-parse v1.0.0
4252026-04-23T03:28:15.071Z Checking is_terminal_polyfill v1.70.2
4262026-04-23T03:28:15.074Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4272026-04-23T03:28:15.092Z Checking anstyle v1.0.14
4282026-04-23T03:28:15.133Z Checking colorchoice v1.0.4
4292026-04-23T03:28:15.175Z Checking regex-syntax v0.8.10
4302026-04-23T03:28:15.203Z Checking anstyle-query v1.1.5
4312026-04-23T03:28:15.206Z Checking log v0.4.29
4322026-04-23T03:28:15.210Z Checking strsim v0.11.1
4332026-04-23T03:28:15.236Z Checking clap_lex v1.0.0
4342026-04-23T03:28:15.242Z Checking lazy_static v1.5.0
4352026-04-23T03:28:15.269Z Checking anstream v1.0.0
4362026-04-23T03:28:15.312Z Checking sharded-slab v0.1.7
4372026-04-23T03:28:15.334Z Checking thread_local v1.1.9
4382026-04-23T03:28:15.337Z Checking tracing-log v0.2.0
4392026-04-23T03:28:15.357Z Checking nu-ansi-term v0.50.3
4402026-04-23T03:28:15.435Z Checking clap_builder v4.6.0
4412026-04-23T03:28:15.448Z Checking smallvec v1.15.1
4422026-04-23T03:28:15.461Z Checking unicode-width v0.2.2
4432026-04-23T03:28:15.465Z Checking humantime v2.3.0
4442026-04-23T03:28:15.680Z Checking tabwriter v1.4.1
4452026-04-23T03:28:15.866Z Checking regex-automata v0.4.14
4462026-04-23T03:28:16.524Z Checking clap v4.6.1
4472026-04-23T03:28:16.936Z Checking matchers v0.2.0
4482026-04-23T03:28:17.010Z Checking tracing-subscriber v0.3.23
4492026-04-23T03:28:17.648Z Checking netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
4502026-04-23T03:28:18.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s
4512026-04-23T03:28:18.373Z+ banner pre-test
4522026-04-23T03:28:18.377Z
4532026-04-23T03:28:18.377Z ##### ##### ###### ##### ###### #### #####
4542026-04-23T03:28:18.377Z # # # # # # # # #
4552026-04-23T03:28:18.377Z # # # # ##### ##### # ##### #### #
4562026-04-23T03:28:18.377Z ##### ##### # # # # #
4572026-04-23T03:28:18.377Z # # # # # # # # #
4582026-04-23T03:28:18.377Z # # # ###### # ###### #### #
4592026-04-23T03:28:18.377Z
4602026-04-23T03:28:18.377Z+ uname -a
4612026-04-23T03:28:18.377ZSunOS w-01KPW5ZQPS4JMDMHG6DRWV7XZD 5.11 helios-2.0.23838 i86pc i386 i86pc
4622026-04-23T03:28:18.377Z+ ./target/debug/netadm show links
4632026-04-23T03:28:18.381ZId Name Flags Class State MAC MTU
4642026-04-23T03:28:18.381Z-- ---- ----- ----- ----- --- ---
4652026-04-23T03:28:18.381Z1 ena0 active persistent physical up 06:11:0a:30:dd:95 9216
4662026-04-23T03:28:18.384Z+ ./target/debug/netadm show addrs
4672026-04-23T03:28:18.387ZName Type State Address Interface Index
4682026-04-23T03:28:18.387Z---- ------ ----- ------- ---------------
4692026-04-23T03:28:18.387Zena0/dhcp dhcp ok 10.150.1.234/24 2
4702026-04-23T03:28:18.387Zlo0/v4 static ok 127.0.0.1/8 1
4712026-04-23T03:28:18.387Zlo0/v6 static ok ::1/128 1
4722026-04-23T03:28:18.387Z+ banner test
4732026-04-23T03:28:18.387Z
4742026-04-23T03:28:18.387Z ##### ###### #### #####
4752026-04-23T03:28:18.387Z # # # #
4762026-04-23T03:28:18.387Z # ##### #### #
4772026-04-23T03:28:18.388Z # # # #
4782026-04-23T03:28:18.388Z # # # # #
4792026-04-23T03:28:18.388Z # ###### #### #
4802026-04-23T03:28:18.388Z
4812026-04-23T03:28:18.388Z+ pfexec ptime -m cargo test
4822026-04-23T03:28:18.517Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
4832026-04-23T03:28:18.517Z Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
4842026-04-23T03:28:19.524Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1.12s
4852026-04-23T03:28:19.536Z Running unittests src/lib.rs (target/debug/deps/libnet-320fb98bb7fd90db)
4862026-04-23T03:28:19.544Z
4872026-04-23T03:28:19.544Zrunning 0 tests
4882026-04-23T03:28:19.544Z
4892026-04-23T03:28:19.544Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
4902026-04-23T03:28:19.544Z
4912026-04-23T03:28:19.547Z Running tests/ip.rs (target/debug/deps/ip-fdd6de571efd821c)
4922026-04-23T03:28:19.547Z
4932026-04-23T03:28:19.547Zrunning 4 tests
4942026-04-23T03:28:19.550Ztest test_get_addresses ... ok
4952026-04-23T03:28:19.550Ztest test_address_consistency ... ok
4962026-04-23T03:28:19.550Ztest test_v6_static_lifecycle ... ok
4972026-04-23T03:28:19.554Ztest test_v6_local_lifecycle ... ok
4982026-04-23T03:28:19.554Z
4992026-04-23T03:28:19.554Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
5002026-04-23T03:28:19.554Z
5012026-04-23T03:28:19.557Z Running tests/link.rs (target/debug/deps/link-47d624b0dfc1c3ec)
5022026-04-23T03:28:19.557Z
5032026-04-23T03:28:19.557Zrunning 5 tests
5042026-04-23T03:28:19.560Ztest test_simnet_lifecycle ... ok
5052026-04-23T03:28:19.563Ztest test_get_links ... ok
5062026-04-23T03:28:19.563Ztest test_simnet_connect ... ok
5072026-04-23T03:28:19.563Ztest test_link_consistency ... ok
5082026-04-23T03:28:19.563Ztest test_vnic_lifecycle ... ok
5092026-04-23T03:28:19.563Z
5102026-04-23T03:28:19.563Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5112026-04-23T03:28:19.563Z
5122026-04-23T03:28:19.563Z Running unittests src/main.rs (target/debug/deps/netadm-541e476d1d1148e0)
5132026-04-23T03:28:19.567Z
5142026-04-23T03:28:19.567Zrunning 0 tests
5152026-04-23T03:28:19.567Z
5162026-04-23T03:28:19.567Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5172026-04-23T03:28:19.567Z
5182026-04-23T03:28:19.567Z Doc-tests libnet
5192026-04-23T03:28:19.735Z
5202026-04-23T03:28:19.735Zrunning 0 tests
5212026-04-23T03:28:19.735Z
5222026-04-23T03:28:19.735Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5232026-04-23T03:28:19.735Z
5242026-04-23T03:28:19.754Z
5252026-04-23T03:28:19.757Zreal 1.359373308
5262026-04-23T03:28:19.757Zuser 2.343464407
5272026-04-23T03:28:19.757Zsys 0.912785229
5282026-04-23T03:28:19.757Ztrap 0.000382465
5292026-04-23T03:28:19.757Ztflt 0.000490295
5302026-04-23T03:28:19.757Zdflt 0.003325908
5312026-04-23T03:28:19.757Zkflt 0.000008049
5322026-04-23T03:28:19.757Zlock 2.192244373
5332026-04-23T03:28:19.757Zslp 11.557026030
5342026-04-23T03:28:19.757Zlat 0.015939265
5352026-04-23T03:28:19.757Zstop 0.290174759
5362026-04-23T03:28:19.757Z+ pfexec ptime -m cargo test --release
5372026-04-23T03:28:19.812Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
5382026-04-23T03:28:19.812Z Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
5392026-04-23T03:28:20.731Z Finished `release` profile [optimized] target(s) in 0.96s
5402026-04-23T03:28:20.743Z Running unittests src/lib.rs (target/release/deps/libnet-243e2efc32d6b90a)
5412026-04-23T03:28:20.752Z
5422026-04-23T03:28:20.752Zrunning 0 tests
5432026-04-23T03:28:20.752Z
5442026-04-23T03:28:20.752Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5452026-04-23T03:28:20.752Z
5462026-04-23T03:28:20.755Z Running tests/ip.rs (target/release/deps/ip-0556a712f3a00fd4)
5472026-04-23T03:28:20.758Z
5482026-04-23T03:28:20.758Zrunning 4 tests
5492026-04-23T03:28:20.758Ztest test_get_addresses ... ok
5502026-04-23T03:28:20.758Ztest test_address_consistency ... ok
5512026-04-23T03:28:20.758Ztest test_v6_static_lifecycle ... ok
5522026-04-23T03:28:20.762Ztest test_v6_local_lifecycle ... ok
5532026-04-23T03:28:20.762Z
5542026-04-23T03:28:20.762Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5552026-04-23T03:28:20.762Z
5562026-04-23T03:28:20.762Z Running tests/link.rs (target/release/deps/link-8cee17ee1697ea5b)
5572026-04-23T03:28:20.765Z
5582026-04-23T03:28:20.765Zrunning 5 tests
5592026-04-23T03:28:20.768Ztest test_simnet_lifecycle ... ok
5602026-04-23T03:28:20.768Ztest test_get_links ... ok
5612026-04-23T03:28:20.768Ztest test_link_consistency ... ok
5622026-04-23T03:28:20.768Ztest test_simnet_connect ... ok
5632026-04-23T03:28:20.768Ztest test_vnic_lifecycle ... ok
5642026-04-23T03:28:20.768Z
5652026-04-23T03:28:20.768Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5662026-04-23T03:28:20.768Z
5672026-04-23T03:28:20.768Z Running unittests src/main.rs (target/release/deps/netadm-f8849f8ef4d0df2a)
5682026-04-23T03:28:20.771Z
5692026-04-23T03:28:20.772Zrunning 0 tests
5702026-04-23T03:28:20.772Z
5712026-04-23T03:28:20.772Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5722026-04-23T03:28:20.772Z
5732026-04-23T03:28:20.772Z Doc-tests libnet
5742026-04-23T03:28:20.931Z
5752026-04-23T03:28:20.931Zrunning 0 tests
5762026-04-23T03:28:20.931Z
5772026-04-23T03:28:20.931Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5782026-04-23T03:28:20.931Z
5792026-04-23T03:28:20.948Z
5802026-04-23T03:28:20.951Zreal 1.186391286
5812026-04-23T03:28:20.951Zuser 2.363025420
5822026-04-23T03:28:20.952Zsys 0.811378762
5832026-04-23T03:28:20.952Ztrap 0.001225414
5842026-04-23T03:28:20.952Ztflt 0.070100222
5852026-04-23T03:28:20.952Zdflt 0.003028858
5862026-04-23T03:28:20.952Zkflt 0.000000000
5872026-04-23T03:28:20.952Zlock 2.895227405
5882026-04-23T03:28:20.952Zslp 9.524345798
5892026-04-23T03:28:20.952Zlat 0.023390681
5902026-04-23T03:28:20.952Zstop 0.331590129
5912026-04-23T03:28:20.952Z+ banner post-test
5922026-04-23T03:28:20.952Z
5932026-04-23T03:28:20.952Z ##### #### #### ##### ##### ###### #### #####
5942026-04-23T03:28:20.952Z # # # # # # # # # #
5952026-04-23T03:28:20.952Z # # # # #### # ##### # ##### #### #
5962026-04-23T03:28:20.952Z ##### # # # # # # # #
5972026-04-23T03:28:20.952Z # # # # # # # # # # #
5982026-04-23T03:28:20.952Z # #### #### # # ###### #### #
5992026-04-23T03:28:20.952Z
6002026-04-23T03:28:20.952Z+ ./target/debug/netadm show links
6012026-04-23T03:28:20.955ZId Name Flags Class State MAC MTU
6022026-04-23T03:28:20.955Z-- ---- ----- ----- ----- --- ---
6032026-04-23T03:28:20.955Z1 ena0 active persistent physical up 06:11:0a:30:dd:95 9216
6042026-04-23T03:28:20.958Z+ ./target/debug/netadm show addrs
6052026-04-23T03:28:20.961ZName Type State Address Interface Index
6062026-04-23T03:28:20.961Z---- ------ ----- ------- ---------------
6072026-04-23T03:28:20.962Zena0/dhcp dhcp ok 10.150.1.234/24 2
6082026-04-23T03:28:20.962Zlo0/v4 static ok 127.0.0.1/8 1
6092026-04-23T03:28:20.962Zlo0/v6 static ok ::1/128 1
6102026-04-23T03:28:20.962Zprocess exited: duration 47107 ms, exit code 0
 
6112026-04-23T03:28:20.968Zfound 2 output files
6122026-04-23T03:28:20.968Zuploading: /work/debug/netadm (42382160 bytes)
6132026-04-23T03:28:22.228Zuploaded: /work/debug/netadm
6142026-04-23T03:28:22.228Zuploading: /work/release/netadm (6298104 bytes)
6152026-04-23T03:28:23.282Zuploaded: /work/release/netadm