01KKN6HNFZ1T5Q1S97N0HD6NHH: 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: 01KKN6K0P3DX8BMY4C6GY207NK

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-14T03:38:49.348Zjob assigned to worker 01KKN6Q46J4CWH5KK4ZZYX7X0F [factory aws, i-05a67d42cd4fa0c9d] (queued for 3 m 40 s)
 
22026-03-14T03:38:56.843Zstarting task 0: "setup"
32026-03-14T03:38:56.872Z++ uname -s
42026-03-14T03:38:56.872Z+ kern=SunOS
52026-03-14T03:38:56.872Z+ build_user=build
62026-03-14T03:38:56.872Z+ build_uid=12345
72026-03-14T03:38:56.872Z+ work_dir=/work
82026-03-14T03:38:56.872Z+ input_dir=/input
92026-03-14T03:38:56.872Z+ [[ 0 == 12345 ]]
102026-03-14T03:38:56.872Z+ case "$kern" in
112026-03-14T03:38:56.872Z+ groupadd -g 12345 build
122026-03-14T03:38:56.872Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-14T03:38:58.850Z+ zfs create -o mountpoint=/work rpool/work
142026-03-14T03:38:58.972Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-14T03:38:58.992Z+ home_fs=zfs
162026-03-14T03:38:58.992Z+ [[ zfs == autofs ]]
172026-03-14T03:38:58.993Z+ mkdir -p /home/build
182026-03-14T03:38:58.993Z+ chown build:build /home/build /work
192026-03-14T03:38:59.976Z+ chmod 0700 /home/build /work
202026-03-14T03:38:59.979Zprocess exited: duration 3145 ms, exit code 0
 
212026-03-14T03:38:59.986Zstarting task 1: "rust-toolchain"
222026-03-14T03:38:59.992Z * rust toolchain channel = "stable"
232026-03-14T03:38:59.992Z * rust toolchain profile = "default"
242026-03-14T03:38:59.992Z+ printf ' * rust toolchain channel = "%s"\n' stable
252026-03-14T03:38:59.992Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-14T03:38:59.992Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-14T03:38:59.992Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-14T03:38:59.997Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-14T03:38:59.997Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-14T03:39:00.149Zinfo: downloading installer
312026-03-14T03:39:02.169Zwarn: It looks like you have an existing installation of Rust at:
322026-03-14T03:39:02.169Zwarn: /opt/ooce/bin
332026-03-14T03:39:02.169Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-14T03:39:02.169Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-14T03:39:02.169Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-14T03:39:02.169Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-14T03:39:02.169Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-14T03:39:02.169Zerror: cannot install while Rust is installed
392026-03-14T03:39:02.169Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-14T03:39:02.169Zwarn: It looks like you have an existing rustup settings file at:
412026-03-14T03:39:02.169Zwarn: /home/build/.rustup/settings.toml
422026-03-14T03:39:02.169Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-14T03:39:02.169Zwarn: instead of the one inferred from the default host triple.
442026-03-14T03:39:02.185Zinfo: profile set to default
452026-03-14T03:39:02.185Zinfo: default host triple is x86_64-unknown-illumos
462026-03-14T03:39:02.189Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-14T03:39:02.375Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-14T03:39:02.379Zinfo: downloading 6 components
492026-03-14T03:39:20.549Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-03-14T03:39:20.549Z
512026-03-14T03:39:20.553Z stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-14T03:39:20.553Z
532026-03-14T03:39:20.553Z
542026-03-14T03:39:20.553ZRust is installed now. Great!
552026-03-14T03:39:20.553Z
562026-03-14T03:39:20.553ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-14T03:39:20.553Zenvironment variable. This has not been done automatically.
582026-03-14T03:39:20.553Z
592026-03-14T03:39:20.553ZTo configure your current shell, you need to source
602026-03-14T03:39:20.553Zthe corresponding env file under $HOME/.cargo.
612026-03-14T03:39:20.553Z
622026-03-14T03:39:20.553ZThis is usually done by running one of the following (note the leading DOT):
632026-03-14T03:39:20.553Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-14T03:39:20.553Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-14T03:39:20.553Zsource "~/.cargo/env.nu" # For nushell
662026-03-14T03:39:20.553Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-14T03:39:20.553Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-14T03:39:20.553Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-14T03:39:20.553Zwarn: no default linker (`cc`) was found in your PATH
702026-03-14T03:39:20.553Zwarn: many Rust crates require a system C toolchain to build
712026-03-14T03:39:20.553Z+ rustup --version
722026-03-14T03:39:20.553Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-14T03:39:20.553Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-14T03:39:20.553Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-14T03:39:20.553Z+ cargo --version
762026-03-14T03:39:20.553Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-14T03:39:20.553Z+ rustc --version
782026-03-14T03:39:20.554Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-14T03:39:20.554Zprocess exited: duration 20391 ms, exit code 0
 
802026-03-14T03:39:20.560Zstarting task 2: "authentication"
812026-03-14T03:39:20.582Zprocess exited: duration 21 ms, exit code 0
 
822026-03-14T03:39:20.591Zstarting task 3: "clone repository"
832026-03-14T03:39:20.594Z+ mkdir -p /work/oxidecomputer/netadm-sys
842026-03-14T03:39:20.598Z+ git clone https://github.com/oxidecomputer/netadm-sys /work/oxidecomputer/netadm-sys
852026-03-14T03:39:20.630ZCloning into '/work/oxidecomputer/netadm-sys'...
862026-03-14T03:39:21.264Z+ cd /work/oxidecomputer/netadm-sys
872026-03-14T03:39:21.264Z+ git fetch origin e771ae36c1dc6a0ed811380ab3d1425a233768f1
882026-03-14T03:39:21.488ZFrom https://github.com/oxidecomputer/netadm-sys
892026-03-14T03:39:21.488Z * branch e771ae36c1dc6a0ed811380ab3d1425a233768f1 -> FETCH_HEAD
902026-03-14T03:39:21.496Z+ [[ -n '' ]]
912026-03-14T03:39:21.496Z+ git reset --hard e771ae36c1dc6a0ed811380ab3d1425a233768f1
922026-03-14T03:39:21.501ZHEAD is now at e771ae3 Update Rust crate anstyle to 1.0.14
932026-03-14T03:39:21.505Zprocess exited: duration 913 ms, exit code 0
 
942026-03-14T03:39:21.919Zstarting task 4: "build"
952026-03-14T03:39:21.923Z+ cargo --version
962026-03-14T03:39:21.923Zinfo: syncing channel updates for 1.86.0-x86_64-unknown-illumos
972026-03-14T03:39:21.923Zinfo: latest update on 2025-04-03 for version 1.86.0 (05f9846f8 2025-03-31)
982026-03-14T03:39:21.923Zinfo: downloading 6 components
992026-03-14T03:39:40.428Zcargo 1.86.0 (adf9b6ad1 2025-02-28)
1002026-03-14T03:39:40.840Z+ rustc --version
1012026-03-14T03:39:40.844Zrustc 1.86.0 (05f9846f8 2025-03-31)
1022026-03-14T03:39:40.844Z+ banner build
1032026-03-14T03:39:40.844Z
1042026-03-14T03:39:40.844Z ##### # # # # #####
1052026-03-14T03:39:40.844Z # # # # # # # #
1062026-03-14T03:39:40.844Z ##### # # # # # #
1072026-03-14T03:39:40.844Z # # # # # # # #
1082026-03-14T03:39:40.844Z # # # # # # # #
1092026-03-14T03:39:40.844Z ##### #### # ###### #####
1102026-03-14T03:39:40.844Z
1112026-03-14T03:39:40.844Z+ ptime -m cargo build
1122026-03-14T03:39:40.844Z Updating crates.io index
1132026-03-14T03:39:40.844Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1142026-03-14T03:39:40.850ZFrom https://github.com/oxidecomputer/dlpi-sys
1152026-03-14T03:39:40.850Z * [new ref] d9645f8d61187e76384474b1100f6537fb644993 -> refs/commit/d9645f8d61187e76384474b1100f6537fb644993
1162026-03-14T03:39:40.924Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1172026-03-14T03:39:41.207ZFrom https://github.com/jmesmon/rust-libzfs
1182026-03-14T03:39:41.207Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1192026-03-14T03:39:41.301Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1202026-03-14T03:39:41.585ZFrom https://github.com/oxidecomputer/rusty-doors
1212026-03-14T03:39:41.585Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1222026-03-14T03:39:42.940Z Downloading crates ...
1232026-03-14T03:39:43.017Z Downloaded thiserror-impl v2.0.18
1242026-03-14T03:39:43.021Z Downloaded strsim v0.11.1
1252026-03-14T03:39:43.055Z Downloaded aho-corasick v1.1.4
1262026-03-14T03:39:43.070Z Downloaded rustversion v1.0.22
1272026-03-14T03:39:43.073Z Downloaded chacha20 v0.10.0
1282026-03-14T03:39:43.081Z Downloaded utf8parse v0.2.2
1292026-03-14T03:39:43.086Z Downloaded colorchoice v1.0.4
1302026-03-14T03:39:43.086Z Downloaded num_enum_derive v0.7.5
1312026-03-14T03:39:43.086Z Downloaded cpufeatures v0.3.0
1322026-03-14T03:39:43.086Z Downloaded pretty-hex v0.4.1
1332026-03-14T03:39:43.097Z Downloaded is_terminal_polyfill v1.70.2
1342026-03-14T03:39:43.097Z Downloaded anstyle-query v1.1.5
1352026-03-14T03:39:43.100Z Downloaded proc-macro-crate v3.4.0
1362026-03-14T03:39:43.100Z Downloaded memchr v2.8.0
1372026-03-14T03:39:43.100Z Downloaded lazy_static v1.5.0
1382026-03-14T03:39:43.104Z Downloaded foreign-types v0.5.0
1392026-03-14T03:39:43.110Z Downloaded anstream v0.6.21
1402026-03-14T03:39:43.120Z Downloaded cstr-argument v0.1.2
1412026-03-14T03:39:43.128Z Downloaded clap_lex v1.0.0
1422026-03-14T03:39:43.128Z Downloaded heck v0.5.0
1432026-03-14T03:39:43.128Z Downloaded thread_local v1.1.9
1442026-03-14T03:39:43.135Z Downloaded anstyle-parse v0.2.7
1452026-03-14T03:39:43.135Z Downloaded colored v3.1.1
1462026-03-14T03:39:43.139Z Downloaded foreign-types-macros v0.2.3
1472026-03-14T03:39:43.142Z Downloaded toml_parser v1.0.9+spec-1.1.0
1482026-03-14T03:39:43.142Z Downloaded anstyle v1.0.14
1492026-03-14T03:39:43.146Z Downloaded smallvec v1.15.1
1502026-03-14T03:39:43.146Z Downloaded matchers v0.2.0
1512026-03-14T03:39:43.151Z Downloaded anyhow v1.0.102
1522026-03-14T03:39:43.154Z Downloaded unicode-ident v1.0.24
1532026-03-14T03:39:43.154Z Downloaded thiserror v2.0.18
1542026-03-14T03:39:43.162Z Downloaded serde_core v1.0.228
1552026-03-14T03:39:43.166Z Downloaded proc-macro2 v1.0.106
1562026-03-14T03:39:43.181Z Downloaded tracing-attributes v0.1.31
1572026-03-14T03:39:43.188Z Downloaded once_cell v1.21.3
1582026-03-14T03:39:43.599Z Downloaded sharded-slab v0.1.7
1592026-03-14T03:39:43.602Z Downloaded rand_core v0.10.0
1602026-03-14T03:39:43.602Z Downloaded num_enum v0.7.5
1612026-03-14T03:39:43.602Z Downloaded clap_derive v4.5.55
1622026-03-14T03:39:43.602Z Downloaded log v0.4.29
1632026-03-14T03:39:43.602Z Downloaded oxnet v0.1.4
1642026-03-14T03:39:43.602Z Downloaded winnow v0.7.15
1652026-03-14T03:39:43.602Z Downloaded clap_builder v4.5.60
1662026-03-14T03:39:43.602Z Downloaded rand v0.10.0
1672026-03-14T03:39:43.603Z Downloaded tracing-subscriber v0.3.22
1682026-03-14T03:39:43.603Z Downloaded syn v1.0.109
1692026-03-14T03:39:43.603Z Downloaded unicode-width v0.2.2
1702026-03-14T03:39:43.603Z Downloaded regex-syntax v0.8.9
1712026-03-14T03:39:43.603Z Downloaded regex-automata v0.4.14
1722026-03-14T03:39:43.603Z Downloaded toml_datetime v0.7.5+spec-1.1.0
1732026-03-14T03:39:43.603Z Downloaded clap v4.5.60
1742026-03-14T03:39:43.603Z Downloaded hashbrown v0.16.1
1752026-03-14T03:39:43.603Z Downloaded quote v1.0.44
1762026-03-14T03:39:43.603Z Downloaded humantime v2.3.0
1772026-03-14T03:39:43.603Z Downloaded foreign-types-shared v0.3.1
1782026-03-14T03:39:43.603Z Downloaded cfg-if v1.0.4
1792026-03-14T03:39:43.603Z Downloaded nu-ansi-term v0.50.3
1802026-03-14T03:39:43.603Z Downloaded tracing-core v0.1.36
1812026-03-14T03:39:43.603Z Downloaded tabwriter v1.4.1
1822026-03-14T03:39:43.603Z Downloaded tracing-log v0.2.0
1832026-03-14T03:39:43.603Z Downloaded socket2 v0.6.3
1842026-03-14T03:39:43.603Z Downloaded getrandom v0.4.1
1852026-03-14T03:39:43.603Z Downloaded pin-project-lite v0.2.16
1862026-03-14T03:39:43.603Z Downloaded equivalent v1.0.2
1872026-03-14T03:39:43.603Z Downloaded syn v2.0.117
1882026-03-14T03:39:43.603Z Downloaded toml_edit v0.23.10+spec-1.0.0
1892026-03-14T03:39:43.603Z Downloaded libc v0.2.183
1902026-03-14T03:39:43.603Z Downloaded indexmap v2.13.0
1912026-03-14T03:39:43.603Z Downloaded tracing v0.1.44
1922026-03-14T03:39:43.644Z Compiling proc-macro2 v1.0.106
1932026-03-14T03:39:43.644Z Compiling quote v1.0.44
1942026-03-14T03:39:43.650Z Compiling unicode-ident v1.0.24
1952026-03-14T03:39:43.650Z Compiling libc v0.2.183
1962026-03-14T03:39:43.650Z Compiling cfg-if v1.0.4
1972026-03-14T03:39:43.650Z Compiling equivalent v1.0.2
1982026-03-14T03:39:43.650Z Compiling winnow v0.7.15
1992026-03-14T03:39:43.650Z Compiling hashbrown v0.16.1
2002026-03-14T03:39:43.732Z Compiling toml_datetime v0.7.5+spec-1.1.0
2012026-03-14T03:39:43.745Z Compiling once_cell v1.21.3
2022026-03-14T03:39:43.791Z Compiling rustversion v1.0.22
2032026-03-14T03:39:43.998Z Compiling syn v1.0.109
2042026-03-14T03:39:44.012Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2052026-03-14T03:39:44.142Z Compiling tracing-core v0.1.36
2062026-03-14T03:39:44.277Z Compiling indexmap v2.13.0
2072026-03-14T03:39:44.295Z Compiling thiserror v2.0.18
2082026-03-14T03:39:44.344Z Compiling rand_core v0.10.0
2092026-03-14T03:39:44.427Z Compiling utf8parse v0.2.2
2102026-03-14T03:39:44.516Z Compiling getrandom v0.4.1
2112026-03-14T03:39:44.539Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
2122026-03-14T03:39:44.635Z Compiling anstyle-parse v0.2.7
2132026-03-14T03:39:44.846Z Compiling pin-project-lite v0.2.16
2142026-03-14T03:39:44.911Z Compiling foreign-types-shared v0.3.1
2152026-03-14T03:39:44.939Z Compiling colorchoice v1.0.4
2162026-03-14T03:39:44.943Z Compiling cpufeatures v0.3.0
2172026-03-14T03:39:45.006Z Compiling anyhow v1.0.102
2182026-03-14T03:39:45.015Z Compiling syn v2.0.117
2192026-03-14T03:39:45.068Z Compiling anstyle v1.0.14
2202026-03-14T03:39:45.082Z Compiling regex-syntax v0.8.9
2212026-03-14T03:39:45.111Z Compiling is_terminal_polyfill v1.70.2
2222026-03-14T03:39:45.213Z Compiling memchr v2.8.0
2232026-03-14T03:39:45.368Z Compiling anstyle-query v1.1.5
2242026-03-14T03:39:45.446Z Compiling toml_parser v1.0.9+spec-1.1.0
2252026-03-14T03:39:45.648Z Compiling anstream v0.6.21
2262026-03-14T03:39:45.674Z Compiling chacha20 v0.10.0
2272026-03-14T03:39:45.730Z Compiling cstr-argument v0.1.2
2282026-03-14T03:39:45.904Z Compiling toml_edit v0.23.10+spec-1.0.0
2292026-03-14T03:39:46.113Z Compiling heck v0.5.0
2302026-03-14T03:39:46.211Z Compiling pretty-hex v0.4.1
2312026-03-14T03:39:46.629Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
2322026-03-14T03:39:46.632Z Compiling lazy_static v1.5.0
2332026-03-14T03:39:46.632Z Compiling regex-automata v0.4.14
2342026-03-14T03:39:46.632Z Compiling strsim v0.11.1
2352026-03-14T03:39:46.632Z Compiling log v0.4.29
2362026-03-14T03:39:46.632Z Compiling clap_lex v1.0.0
2372026-03-14T03:39:46.632Z Compiling proc-macro-crate v3.4.0
2382026-03-14T03:39:46.781Z Compiling clap_builder v4.5.60
2392026-03-14T03:39:46.852Z Compiling tracing-log v0.2.0
2402026-03-14T03:39:47.154Z Compiling sharded-slab v0.1.7
2412026-03-14T03:39:47.166Z Compiling rand v0.10.0
2422026-03-14T03:39:47.692Z Compiling socket2 v0.6.3
2432026-03-14T03:39:47.861Z Compiling thread_local v1.1.9
2442026-03-14T03:39:47.940Z Compiling nu-ansi-term v0.50.3
2452026-03-14T03:39:48.014Z Compiling colored v3.1.1
2462026-03-14T03:39:48.579Z Compiling smallvec v1.15.1
2472026-03-14T03:39:48.582Z Compiling oxnet v0.1.4
2482026-03-14T03:39:48.582Z Compiling matchers v0.2.0
2492026-03-14T03:39:48.582Z Compiling unicode-width v0.2.2
2502026-03-14T03:39:48.582Z Compiling humantime v2.3.0
2512026-03-14T03:39:48.769Z Compiling tabwriter v1.4.1
2522026-03-14T03:39:49.322Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
2532026-03-14T03:39:49.600Z Compiling tracing-attributes v0.1.31
2542026-03-14T03:39:49.617Z Compiling foreign-types-macros v0.2.3
2552026-03-14T03:39:49.628Z Compiling thiserror-impl v2.0.18
2562026-03-14T03:39:49.695Z Compiling num_enum_derive v0.7.5
2572026-03-14T03:39:49.759Z Compiling clap_derive v4.5.55
2582026-03-14T03:39:49.894Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
2592026-03-14T03:39:50.402Z Compiling foreign-types v0.5.0
2602026-03-14T03:39:50.471Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2612026-03-14T03:39:50.939Z Compiling num_enum v0.7.5
2622026-03-14T03:39:50.957Z Compiling tracing v0.1.44
2632026-03-14T03:39:51.079Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
2642026-03-14T03:39:51.139Z Compiling tracing-subscriber v0.3.22
2652026-03-14T03:39:51.940Z Compiling clap v4.5.60
2662026-03-14T03:39:52.845Z Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
2672026-03-14T03:39:55.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.02s
2682026-03-14T03:39:55.590Z
2692026-03-14T03:39:55.594Zreal 15.091257552
2702026-03-14T03:39:55.594Zuser 54.793487010
2712026-03-14T03:39:55.594Zsys 10.216504488
2722026-03-14T03:39:55.594Ztrap 0.038504457
2732026-03-14T03:39:55.594Ztflt 0.095521161
2742026-03-14T03:39:55.594Zdflt 0.111717755
2752026-03-14T03:39:55.594Zkflt 0.001766757
2762026-03-14T03:39:55.594Zlock 1:02.583619814
2772026-03-14T03:39:55.594Zslp 3:20.862158903
2782026-03-14T03:39:55.594Zlat 3.013698870
2792026-03-14T03:39:55.594Zstop 4.452357676
2802026-03-14T03:39:55.594Z+ ptime -m cargo build --release
2812026-03-14T03:39:55.666Z Compiling proc-macro2 v1.0.106
2822026-03-14T03:39:55.666Z Compiling unicode-ident v1.0.24
2832026-03-14T03:39:55.666Z Compiling quote v1.0.44
2842026-03-14T03:39:55.669Z Compiling cfg-if v1.0.4
2852026-03-14T03:39:55.669Z Compiling libc v0.2.183
2862026-03-14T03:39:55.669Z Compiling winnow v0.7.15
2872026-03-14T03:39:55.669Z Compiling hashbrown v0.16.1
2882026-03-14T03:39:55.669Z Compiling equivalent v1.0.2
2892026-03-14T03:39:55.744Z Compiling toml_datetime v0.7.5+spec-1.1.0
2902026-03-14T03:39:55.757Z Compiling rustversion v1.0.22
2912026-03-14T03:39:55.797Z Compiling syn v1.0.109
2922026-03-14T03:39:55.999Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2932026-03-14T03:39:56.086Z Compiling once_cell v1.21.3
2942026-03-14T03:39:56.230Z Compiling utf8parse v0.2.2
2952026-03-14T03:39:56.233Z Compiling rand_core v0.10.0
2962026-03-14T03:39:56.300Z Compiling indexmap v2.13.0
2972026-03-14T03:39:56.341Z Compiling tracing-core v0.1.36
2982026-03-14T03:39:56.353Z Compiling getrandom v0.4.1
2992026-03-14T03:39:56.357Z Compiling thiserror v2.0.18
3002026-03-14T03:39:56.416Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
3012026-03-14T03:39:56.669Z Compiling anstyle-parse v0.2.7
3022026-03-14T03:39:56.701Z Compiling pin-project-lite v0.2.16
3032026-03-14T03:39:56.912Z Compiling is_terminal_polyfill v1.70.2
3042026-03-14T03:39:56.999Z Compiling syn v2.0.117
3052026-03-14T03:39:57.061Z Compiling memchr v2.8.0
3062026-03-14T03:39:57.081Z Compiling anstyle v1.0.14
3072026-03-14T03:39:57.085Z Compiling cpufeatures v0.3.0
3082026-03-14T03:39:57.158Z Compiling regex-syntax v0.8.9
3092026-03-14T03:39:57.388Z Compiling anyhow v1.0.102
3102026-03-14T03:39:57.400Z Compiling anstyle-query v1.1.5
3112026-03-14T03:39:57.501Z Compiling toml_parser v1.0.9+spec-1.1.0
3122026-03-14T03:39:57.637Z Compiling colorchoice v1.0.4
3132026-03-14T03:39:57.708Z Compiling foreign-types-shared v0.3.1
3142026-03-14T03:39:57.743Z Compiling anstream v0.6.21
3152026-03-14T03:39:58.190Z Compiling cstr-argument v0.1.2
3162026-03-14T03:39:58.195Z Compiling toml_edit v0.23.10+spec-1.0.0
3172026-03-14T03:39:58.195Z Compiling chacha20 v0.10.0
3182026-03-14T03:39:58.336Z Compiling strsim v0.11.1
3192026-03-14T03:39:58.372Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
3202026-03-14T03:39:58.447Z Compiling pretty-hex v0.4.1
3212026-03-14T03:39:58.513Z Compiling lazy_static v1.5.0
3222026-03-14T03:39:58.602Z Compiling regex-automata v0.4.14
3232026-03-14T03:39:58.613Z Compiling proc-macro-crate v3.4.0
3242026-03-14T03:39:58.635Z Compiling log v0.4.29
3252026-03-14T03:39:58.917Z Compiling clap_lex v1.0.0
3262026-03-14T03:39:59.167Z Compiling heck v0.5.0
3272026-03-14T03:39:59.181Z Compiling clap_builder v4.5.60
3282026-03-14T03:39:59.758Z Compiling tracing-log v0.2.0
3292026-03-14T03:39:59.761Z Compiling sharded-slab v0.1.7
3302026-03-14T03:39:59.762Z Compiling rand v0.10.0
3312026-03-14T03:40:00.308Z Compiling socket2 v0.6.3
3322026-03-14T03:40:00.424Z Compiling thread_local v1.1.9
3332026-03-14T03:40:00.838Z Compiling unicode-width v0.2.2
3342026-03-14T03:40:01.240Z Compiling matchers v0.2.0
3352026-03-14T03:40:01.333Z Compiling colored v3.1.1
3362026-03-14T03:40:01.426Z Compiling nu-ansi-term v0.50.3
3372026-03-14T03:40:01.983Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3382026-03-14T03:40:02.107Z Compiling smallvec v1.15.1
3392026-03-14T03:40:02.142Z Compiling oxnet v0.1.4
3402026-03-14T03:40:02.415Z Compiling tabwriter v1.4.1
3412026-03-14T03:40:02.448Z Compiling tracing-attributes v0.1.31
3422026-03-14T03:40:02.591Z Compiling num_enum_derive v0.7.5
3432026-03-14T03:40:02.596Z Compiling foreign-types-macros v0.2.3
3442026-03-14T03:40:02.870Z Compiling thiserror-impl v2.0.18
3452026-03-14T03:40:03.144Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3462026-03-14T03:40:03.267Z Compiling clap_derive v4.5.55
3472026-03-14T03:40:03.406Z Compiling foreign-types v0.5.0
3482026-03-14T03:40:03.486Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3492026-03-14T03:40:03.931Z Compiling num_enum v0.7.5
3502026-03-14T03:40:03.993Z Compiling humantime v2.3.0
3512026-03-14T03:40:04.160Z Compiling tracing v0.1.44
3522026-03-14T03:40:04.566Z Compiling tracing-subscriber v0.3.22
3532026-03-14T03:40:04.682Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
3542026-03-14T03:40:05.638Z Compiling clap v4.5.60
3552026-03-14T03:40:08.415Z Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
3562026-03-14T03:40:12.209Z Finished `release` profile [optimized] target(s) in 16.59s
3572026-03-14T03:40:12.230Z
3582026-03-14T03:40:12.237Zreal 16.623471511
3592026-03-14T03:40:12.237Zuser 1:37.509592226
3602026-03-14T03:40:12.237Zsys 9.651799660
3612026-03-14T03:40:12.237Ztrap 0.057229965
3622026-03-14T03:40:12.237Ztflt 0.169768523
3632026-03-14T03:40:12.237Zdflt 0.161014107
3642026-03-14T03:40:12.237Zkflt 0.000037329
3652026-03-14T03:40:12.237Zlock 2:38.497797430
3662026-03-14T03:40:12.237Zslp 5:13.721948285
3672026-03-14T03:40:12.237Zlat 5.384273287
3682026-03-14T03:40:12.237Zstop 4.233060252
3692026-03-14T03:40:12.237Z+ for x in debug release
3702026-03-14T03:40:12.237Z+ mkdir -p /work/debug
3712026-03-14T03:40:12.237Z+ cp target/debug/netadm /work/debug/netadm
3722026-03-14T03:40:12.262Z+ for x in debug release
3732026-03-14T03:40:12.262Z+ mkdir -p /work/release
3742026-03-14T03:40:12.267Z+ cp target/release/netadm /work/release/netadm
3752026-03-14T03:40:12.270Z+ banner check
3762026-03-14T03:40:12.678Z
3772026-03-14T03:40:12.678Z #### # # ###### #### # #
3782026-03-14T03:40:12.678Z # # # # # # # # #
3792026-03-14T03:40:12.678Z # ###### ##### # ####
3802026-03-14T03:40:12.678Z # # # # # # #
3812026-03-14T03:40:12.678Z # # # # # # # # #
3822026-03-14T03:40:12.678Z #### # # ###### #### # #
3832026-03-14T03:40:12.678Z
3842026-03-14T03:40:12.678Z+ cargo fmt -- --check
3852026-03-14T03:40:12.684Z+ cargo clippy --all-targets -- --deny warnings
3862026-03-14T03:40:12.684Z Checking cfg-if v1.0.4
3872026-03-14T03:40:12.684Z Compiling winnow v0.7.15
3882026-03-14T03:40:12.684Z Checking libc v0.2.183
3892026-03-14T03:40:12.684Z Checking once_cell v1.21.3
3902026-03-14T03:40:12.684Z Checking rand_core v0.10.0
3912026-03-14T03:40:12.684Z Checking cpufeatures v0.3.0
3922026-03-14T03:40:12.684Z Checking pin-project-lite v0.2.16
3932026-03-14T03:40:12.684Z Checking memchr v2.8.0
3942026-03-14T03:40:12.697Z Checking foreign-types-shared v0.3.1
3952026-03-14T03:40:12.702Z Checking thiserror v2.0.18
3962026-03-14T03:40:12.721Z Checking libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
3972026-03-14T03:40:12.761Z Checking foreign-types v0.5.0
3982026-03-14T03:40:12.778Z Checking chacha20 v0.10.0
3992026-03-14T03:40:12.787Z Checking nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4002026-03-14T03:40:12.812Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
4012026-03-14T03:40:12.817Z Checking tracing-core v0.1.36
4022026-03-14T03:40:12.823Z Checking pretty-hex v0.4.1
4032026-03-14T03:40:12.886Z Checking anyhow v1.0.102
4042026-03-14T03:40:12.936Z Checking colored v3.1.1
4052026-03-14T03:40:13.004Z Checking oxnet v0.1.4
4062026-03-14T03:40:13.452Z Checking getrandom v0.4.1
4072026-03-14T03:40:13.456Z Checking cstr-argument v0.1.2
4082026-03-14T03:40:13.456Z Checking socket2 v0.6.3
4092026-03-14T03:40:13.456Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4102026-03-14T03:40:13.456Z Checking utf8parse v0.2.2
4112026-03-14T03:40:13.456Z Checking tracing v0.1.44
4122026-03-14T03:40:13.456Z Checking rand v0.10.0
4132026-03-14T03:40:13.456Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4142026-03-14T03:40:13.456Z Checking regex-syntax v0.8.9
4152026-03-14T03:40:13.456Z Checking anstyle-parse v0.2.7
4162026-03-14T03:40:13.456Z Checking is_terminal_polyfill v1.70.2
4172026-03-14T03:40:13.456Z Checking colorchoice v1.0.4
4182026-03-14T03:40:13.456Z Checking anstyle-query v1.1.5
4192026-03-14T03:40:13.457Z Checking anstyle v1.0.14
4202026-03-14T03:40:13.457Z Checking strsim v0.11.1
4212026-03-14T03:40:13.463Z Checking log v0.4.29
4222026-03-14T03:40:13.468Z Checking clap_lex v1.0.0
4232026-03-14T03:40:13.612Z Checking anstream v0.6.21
4242026-03-14T03:40:13.616Z Checking lazy_static v1.5.0
4252026-03-14T03:40:13.624Z Checking thread_local v1.1.9
4262026-03-14T03:40:13.633Z Checking tracing-log v0.2.0
4272026-03-14T03:40:13.698Z Checking sharded-slab v0.1.7
4282026-03-14T03:40:13.765Z Checking nu-ansi-term v0.50.3
4292026-03-14T03:40:13.776Z Checking smallvec v1.15.1
4302026-03-14T03:40:13.781Z Checking unicode-width v0.2.2
4312026-03-14T03:40:13.831Z Checking clap_builder v4.5.60
4322026-03-14T03:40:13.986Z Checking humantime v2.3.0
4332026-03-14T03:40:14.076Z Checking tabwriter v1.4.1
4342026-03-14T03:40:14.197Z Checking regex-automata v0.4.14
4352026-03-14T03:40:14.738Z Compiling toml_parser v1.0.9+spec-1.1.0
4362026-03-14T03:40:14.742Z Compiling toml_edit v0.23.10+spec-1.0.0
4372026-03-14T03:40:15.338Z Compiling proc-macro-crate v3.4.0
4382026-03-14T03:40:15.397Z Checking clap v4.5.60
4392026-03-14T03:40:15.691Z Compiling num_enum_derive v0.7.5
4402026-03-14T03:40:15.758Z Checking matchers v0.2.0
4412026-03-14T03:40:15.859Z Checking tracing-subscriber v0.3.22
4422026-03-14T03:40:16.631Z Checking num_enum v0.7.5
4432026-03-14T03:40:16.722Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
4442026-03-14T03:40:18.206Z Checking netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
4452026-03-14T03:40:19.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.72s
4462026-03-14T03:40:19.222Z+ banner pre-test
4472026-03-14T03:40:19.225Z
4482026-03-14T03:40:19.225Z ##### ##### ###### ##### ###### #### #####
4492026-03-14T03:40:19.225Z # # # # # # # # #
4502026-03-14T03:40:19.225Z # # # # ##### ##### # ##### #### #
4512026-03-14T03:40:19.225Z ##### ##### # # # # #
4522026-03-14T03:40:19.225Z # # # # # # # # #
4532026-03-14T03:40:19.225Z # # # ###### # ###### #### #
4542026-03-14T03:40:19.225Z
4552026-03-14T03:40:19.226Z+ uname -a
4562026-03-14T03:40:19.229ZSunOS w-01KKN6Q46J4CWH5KK4ZZYX7X0F 5.11 helios-2.0.23457 i86pc i386 i86pc
4572026-03-14T03:40:19.229Z+ ./target/debug/netadm show links
4582026-03-14T03:40:19.232ZId Name Flags Class State MAC MTU
4592026-03-14T03:40:19.232Z-- ---- ----- ----- ----- --- ---
4602026-03-14T03:40:19.232Z1 ena0 active persistent physical up 06:8c:65:28:20:b3 9216
4612026-03-14T03:40:19.256Z+ ./target/debug/netadm show addrs
4622026-03-14T03:40:19.273ZName Type State Address Interface Index
4632026-03-14T03:40:19.273Z---- ------ ----- ------- ---------------
4642026-03-14T03:40:19.273Zena0/dhcp dhcp ok 10.150.1.140/24 2
4652026-03-14T03:40:19.273Zlo0/v4 static ok 127.0.0.1/8 1
4662026-03-14T03:40:19.273Zlo0/v6 static ok ::1/128 1
4672026-03-14T03:40:19.273Z+ banner test
4682026-03-14T03:40:19.273Z
4692026-03-14T03:40:19.273Z ##### ###### #### #####
4702026-03-14T03:40:19.273Z # # # #
4712026-03-14T03:40:19.273Z # ##### #### #
4722026-03-14T03:40:19.273Z # # # #
4732026-03-14T03:40:19.273Z # # # # #
4742026-03-14T03:40:19.273Z # ###### #### #
4752026-03-14T03:40:19.274Z
4762026-03-14T03:40:19.274Z+ pfexec ptime -m cargo test
4772026-03-14T03:40:19.413Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
4782026-03-14T03:40:19.418Z Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
4792026-03-14T03:40:20.788Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1.53s
4802026-03-14T03:40:20.803Z Running unittests src/lib.rs (target/debug/deps/libnet-ce1aca4b3aca1db3)
4812026-03-14T03:40:20.813Z
4822026-03-14T03:40:20.813Zrunning 0 tests
4832026-03-14T03:40:20.813Z
4842026-03-14T03:40:20.817Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
4852026-03-14T03:40:20.818Z
4862026-03-14T03:40:20.818Z Running tests/ip.rs (target/debug/deps/ip-0a02b8b37b0b653c)
4872026-03-14T03:40:20.818Z
4882026-03-14T03:40:20.818Zrunning 4 tests
4892026-03-14T03:40:20.821Ztest test_get_addresses ... ok
4902026-03-14T03:40:20.821Ztest test_address_consistency ... ok
4912026-03-14T03:40:20.821Ztest test_v6_static_lifecycle ... ok
4922026-03-14T03:40:20.824Ztest test_v6_local_lifecycle ... ok
4932026-03-14T03:40:20.824Z
4942026-03-14T03:40:20.824Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
4952026-03-14T03:40:20.825Z
4962026-03-14T03:40:20.825Z Running tests/link.rs (target/debug/deps/link-2e1b132b39e6ed4a)
4972026-03-14T03:40:20.828Z
4982026-03-14T03:40:20.828Zrunning 5 tests
4992026-03-14T03:40:20.831Ztest test_simnet_lifecycle ... ok
5002026-03-14T03:40:20.835Ztest test_get_links ... ok
5012026-03-14T03:40:20.835Ztest test_link_consistency ... ok
5022026-03-14T03:40:20.835Ztest test_simnet_connect ... ok
5032026-03-14T03:40:20.835Ztest test_vnic_lifecycle ... ok
5042026-03-14T03:40:20.835Z
5052026-03-14T03:40:20.835Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5062026-03-14T03:40:20.835Z
5072026-03-14T03:40:20.835Z Running unittests src/main.rs (target/debug/deps/netadm-cca68eac534e845c)
5082026-03-14T03:40:20.839Z
5092026-03-14T03:40:20.839Zrunning 0 tests
5102026-03-14T03:40:20.839Z
5112026-03-14T03:40:20.839Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5122026-03-14T03:40:20.839Z
5132026-03-14T03:40:20.840Z Doc-tests libnet
5142026-03-14T03:40:21.060Z
5152026-03-14T03:40:21.060Zrunning 0 tests
5162026-03-14T03:40:21.060Z
5172026-03-14T03:40:21.064Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5182026-03-14T03:40:21.064Z
5192026-03-14T03:40:21.081Z
5202026-03-14T03:40:21.086Zreal 1.832001887
5212026-03-14T03:40:21.086Zuser 3.160950647
5222026-03-14T03:40:21.086Zsys 1.133455059
5232026-03-14T03:40:21.086Ztrap 0.000692258
5242026-03-14T03:40:21.086Ztflt 0.000422788
5252026-03-14T03:40:21.086Zdflt 0.002303451
5262026-03-14T03:40:21.086Zkflt 0.000002218
5272026-03-14T03:40:21.086Zlock 3.251908191
5282026-03-14T03:40:21.086Zslp 15.110630434
5292026-03-14T03:40:21.086Zlat 0.018142439
5302026-03-14T03:40:21.086Zstop 0.408417961
5312026-03-14T03:40:21.086Z+ pfexec ptime -m cargo test --release
5322026-03-14T03:40:21.158Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
5332026-03-14T03:40:21.162Z Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
5342026-03-14T03:40:22.397Z Finished `release` profile [optimized] target(s) in 1.30s
5352026-03-14T03:40:22.412Z Running unittests src/lib.rs (target/release/deps/libnet-29cf562619e577d7)
5362026-03-14T03:40:22.828Z
5372026-03-14T03:40:22.828Zrunning 0 tests
5382026-03-14T03:40:22.828Z
5392026-03-14T03:40:22.835Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5402026-03-14T03:40:22.835Z
5412026-03-14T03:40:22.835Z Running tests/ip.rs (target/release/deps/ip-d63a91b9530ac6a2)
5422026-03-14T03:40:22.835Z
5432026-03-14T03:40:22.835Zrunning 4 tests
5442026-03-14T03:40:22.835Ztest test_get_addresses ... ok
5452026-03-14T03:40:22.835Ztest test_address_consistency ... ok
5462026-03-14T03:40:22.835Ztest test_v6_static_lifecycle ... ok
5472026-03-14T03:40:22.835Ztest test_v6_local_lifecycle ... ok
5482026-03-14T03:40:22.835Z
5492026-03-14T03:40:22.835Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5502026-03-14T03:40:22.835Z
5512026-03-14T03:40:22.835Z Running tests/link.rs (target/release/deps/link-dc6401efd2c78be9)
5522026-03-14T03:40:22.835Z
5532026-03-14T03:40:22.835Zrunning 5 tests
5542026-03-14T03:40:22.835Ztest test_simnet_lifecycle ... ok
5552026-03-14T03:40:22.836Ztest test_get_links ... ok
5562026-03-14T03:40:22.836Ztest test_simnet_connect ... ok
5572026-03-14T03:40:22.836Ztest test_link_consistency ... ok
5582026-03-14T03:40:22.836Ztest test_vnic_lifecycle ... ok
5592026-03-14T03:40:22.836Z
5602026-03-14T03:40:22.836Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
5612026-03-14T03:40:22.836Z
5622026-03-14T03:40:22.836Z Running unittests src/main.rs (target/release/deps/netadm-ac585da6460541ec)
5632026-03-14T03:40:22.836Z
5642026-03-14T03:40:22.836Zrunning 0 tests
5652026-03-14T03:40:22.836Z
5662026-03-14T03:40:22.836Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5672026-03-14T03:40:22.836Z
5682026-03-14T03:40:22.836Z Doc-tests libnet
5692026-03-14T03:40:22.836Z
5702026-03-14T03:40:22.836Zrunning 0 tests
5712026-03-14T03:40:22.836Z
5722026-03-14T03:40:22.836Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5732026-03-14T03:40:22.836Z
5742026-03-14T03:40:22.836Z
5752026-03-14T03:40:22.836Zreal 1.586919770
5762026-03-14T03:40:22.836Zuser 3.178606595
5772026-03-14T03:40:22.836Zsys 0.987112392
5782026-03-14T03:40:22.836Ztrap 0.000349675
5792026-03-14T03:40:22.836Ztflt 0.048789318
5802026-03-14T03:40:22.836Zdflt 0.019027756
5812026-03-14T03:40:22.836Zkflt 0.000000000
5822026-03-14T03:40:22.836Zlock 3.809570403
5832026-03-14T03:40:22.836Zslp 12.500251153
5842026-03-14T03:40:22.836Zlat 0.004380306
5852026-03-14T03:40:22.836Zstop 0.404020648
5862026-03-14T03:40:22.836Z+ banner post-test
5872026-03-14T03:40:22.836Z
5882026-03-14T03:40:22.836Z ##### #### #### ##### ##### ###### #### #####
5892026-03-14T03:40:22.836Z # # # # # # # # # #
5902026-03-14T03:40:22.836Z # # # # #### # ##### # ##### #### #
5912026-03-14T03:40:22.836Z ##### # # # # # # # #
5922026-03-14T03:40:22.836Z # # # # # # # # # # #
5932026-03-14T03:40:22.836Z # #### #### # # ###### #### #
5942026-03-14T03:40:22.837Z
5952026-03-14T03:40:22.837Z+ ./target/debug/netadm show links
5962026-03-14T03:40:22.837ZId Name Flags Class State MAC MTU
5972026-03-14T03:40:22.837Z-- ---- ----- ----- ----- --- ---
5982026-03-14T03:40:22.837Z1 ena0 active persistent physical up 06:8c:65:28:20:b3 9216
5992026-03-14T03:40:22.837Z+ ./target/debug/netadm show addrs
6002026-03-14T03:40:22.837ZName Type State Address Interface Index
6012026-03-14T03:40:22.837Z---- ------ ----- ------- ---------------
6022026-03-14T03:40:22.837Zena0/dhcp dhcp ok 10.150.1.140/24 2
6032026-03-14T03:40:22.837Zlo0/v4 static ok 127.0.0.1/8 1
6042026-03-14T03:40:22.837Zlo0/v6 static ok ::1/128 1
6052026-03-14T03:40:22.837Zprocess exited: duration 61148 ms, exit code 0
 
6062026-03-14T03:40:22.846Zfound 2 output files
6072026-03-14T03:40:22.846Zuploading: /work/debug/netadm (42363856 bytes)
6082026-03-14T03:40:24.182Zuploaded: /work/debug/netadm
6092026-03-14T03:40:24.182Zuploading: /work/release/netadm (6297496 bytes)
6102026-03-14T03:40:25.258Zuploaded: /work/release/netadm