01KXW9KVN33JX6VTN2ZA6SHV64: 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: 01KXW9MNK77V7WVTFQGF0ND7E0

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-19T04:20:09.139Zjob assigned to worker 01KXW9HW7M8NDR039ZK54ERK7Q [factory aws, i-0d954446693ace986] (queued for 0 s)
 
22026-07-19T04:20:09.152Zstarting task 0: "setup"
32026-07-19T04:20:09.156Z++ uname -s
42026-07-19T04:20:09.161Z+ kern=SunOS
52026-07-19T04:20:09.161Z+ build_user=build
62026-07-19T04:20:09.161Z+ build_uid=12345
72026-07-19T04:20:09.161Z+ work_dir=/work
82026-07-19T04:20:09.161Z+ input_dir=/input
92026-07-19T04:20:09.161Z+ [[ 0 == 12345 ]]
102026-07-19T04:20:09.161Z+ case "$kern" in
112026-07-19T04:20:09.161Z+ groupadd -g 12345 build
122026-07-19T04:20:09.162Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-19T04:20:11.168Z+ zfs create -o mountpoint=/work rpool/work
142026-07-19T04:20:11.268Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-19T04:20:11.273Z+ home_fs=zfs
162026-07-19T04:20:11.273Z+ [[ zfs == autofs ]]
172026-07-19T04:20:11.273Z+ mkdir -p /home/build
182026-07-19T04:20:11.273Z+ chown build:build /home/build /work
192026-07-19T04:20:14.297Z+ chmod 0700 /home/build /work
202026-07-19T04:20:14.315Zprocess exited: duration 4124 ms, exit code 0
 
212026-07-19T04:20:14.340Zstarting task 1: "rust-toolchain"
222026-07-19T04:20:14.344Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-19T04:20:14.344Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-19T04:20:14.344Z * rust toolchain channel = "stable"
252026-07-19T04:20:14.344Z * rust toolchain profile = "default"
262026-07-19T04:20:14.344Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-19T04:20:14.344Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-19T04:20:14.344Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-19T04:20:14.345Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-19T04:20:14.465Zinfo: downloading installer
312026-07-19T04:20:15.865Zwarn: It looks like you have an existing installation of Rust at:
322026-07-19T04:20:15.866Zwarn: /opt/ooce/bin
332026-07-19T04:20:15.866Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-19T04:20:15.866Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-19T04:20:15.866Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-19T04:20:15.866Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-19T04:20:15.866Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-19T04:20:15.866Zerror: cannot install while Rust is installed
392026-07-19T04:20:15.866Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-19T04:20:15.866Zwarn: It looks like you have an existing rustup settings file at:
412026-07-19T04:20:15.866Zwarn: /home/build/.rustup/settings.toml
422026-07-19T04:20:15.866Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-19T04:20:15.866Zwarn: instead of the one inferred from the default host triple.
442026-07-19T04:20:15.878Zinfo: profile set to default
452026-07-19T04:20:15.878Zinfo: default host triple is x86_64-unknown-illumos
462026-07-19T04:20:15.881Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-19T04:20:16.018Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-07-19T04:20:16.022Zinfo: downloading 6 components
492026-07-19T04:20:32.593Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-19T04:20:32.593Z
512026-07-19T04:20:32.620Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-07-19T04:20:32.620Z
532026-07-19T04:20:32.620Z
542026-07-19T04:20:32.620ZRust is installed now. Great!
552026-07-19T04:20:32.620Z
562026-07-19T04:20:32.620ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-19T04:20:32.620Zenvironment variable. This has not been done automatically.
582026-07-19T04:20:32.620Z
592026-07-19T04:20:32.620ZTo configure your current shell, you need to source
602026-07-19T04:20:32.620Zthe corresponding env file under $HOME/.cargo.
612026-07-19T04:20:32.620Z
622026-07-19T04:20:32.620ZThis is usually done by running one of the following (note the leading DOT):
632026-07-19T04:20:32.620Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-19T04:20:32.620Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-19T04:20:32.623Zsource "~/.cargo/env.nu" # For nushell
662026-07-19T04:20:32.623Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-19T04:20:32.623Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-19T04:20:32.623Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-19T04:20:32.624Zwarn: no default linker (`cc`) was found in your PATH
702026-07-19T04:20:32.624Zwarn: many Rust crates require a system C toolchain to build
712026-07-19T04:20:32.717Z+ rustup --version
722026-07-19T04:20:32.730Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-19T04:20:32.733Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-19T04:20:32.749Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-07-19T04:20:32.752Z+ cargo --version
762026-07-19T04:20:32.764Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-07-19T04:20:32.767Z+ rustc --version
782026-07-19T04:20:32.785Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-07-19T04:20:32.788Zprocess exited: duration 18454 ms, exit code 0
 
802026-07-19T04:20:32.796Zstarting task 2: "authentication"
812026-07-19T04:20:32.809ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
822026-07-19T04:20:34.817Zprocess exited: duration 2020 ms, exit code 0
 
832026-07-19T04:20:34.822Zstarting task 3: "clone repository"
842026-07-19T04:20:34.826Z+ mkdir -p /work/oxidecomputer/netadm-sys
852026-07-19T04:20:34.829Z+ git clone https://github.com/oxidecomputer/netadm-sys /work/oxidecomputer/netadm-sys
862026-07-19T04:20:34.858ZCloning into '/work/oxidecomputer/netadm-sys'...
872026-07-19T04:20:35.521Z+ cd /work/oxidecomputer/netadm-sys
882026-07-19T04:20:35.521Z+ git fetch origin 3b745e97e09d11af2ff3f99373e6e3d3e5551c07
892026-07-19T04:20:35.782ZFrom https://github.com/oxidecomputer/netadm-sys
902026-07-19T04:20:35.782Z * branch 3b745e97e09d11af2ff3f99373e6e3d3e5551c07 -> FETCH_HEAD
912026-07-19T04:20:35.789Z+ [[ -n renovate/anyhow-1.x-lockfile ]]
922026-07-19T04:20:35.792Z++ git branch --show-current
932026-07-19T04:20:35.792Z+ current=main
942026-07-19T04:20:35.792Z+ [[ main != renovate/anyhow-1.x-lockfile ]]
952026-07-19T04:20:35.792Z+ git branch -f renovate/anyhow-1.x-lockfile 3b745e97e09d11af2ff3f99373e6e3d3e5551c07
962026-07-19T04:20:35.795Z+ git checkout -f renovate/anyhow-1.x-lockfile
972026-07-19T04:20:35.799ZSwitched to branch 'renovate/anyhow-1.x-lockfile'
982026-07-19T04:20:35.799Z+ git reset --hard 3b745e97e09d11af2ff3f99373e6e3d3e5551c07
992026-07-19T04:20:35.804ZHEAD is now at 3b745e9 Update Rust crate anyhow to v1.0.104
1002026-07-19T04:20:35.804Zprocess exited: duration 979 ms, exit code 0
 
1012026-07-19T04:20:35.812Zstarting task 4: "build"
1022026-07-19T04:20:35.816Z+ cargo --version
1032026-07-19T04:20:35.822Zinfo: syncing channel updates for 1.86.0-x86_64-unknown-illumos
1042026-07-19T04:20:35.972Zinfo: latest update on 2025-04-03 for version 1.86.0 (05f9846f8 2025-03-31)
1052026-07-19T04:20:35.975Zinfo: downloading 6 components
1062026-07-19T04:20:52.702Zcargo 1.86.0 (adf9b6ad1 2025-02-28)
1072026-07-19T04:20:52.705Z+ rustc --version
1082026-07-19T04:20:52.732Zrustc 1.86.0 (05f9846f8 2025-03-31)
1092026-07-19T04:20:52.735Z+ banner build
1102026-07-19T04:20:52.738Z
1112026-07-19T04:20:52.738Z ##### # # # # #####
1122026-07-19T04:20:52.738Z # # # # # # # #
1132026-07-19T04:20:52.739Z ##### # # # # # #
1142026-07-19T04:20:52.739Z # # # # # # # #
1152026-07-19T04:20:52.739Z # # # # # # # #
1162026-07-19T04:20:52.739Z ##### #### # ###### #####
1172026-07-19T04:20:52.739Z
1182026-07-19T04:20:52.739Z+ ptime -m cargo build
1192026-07-19T04:20:52.809Z Updating crates.io index
1202026-07-19T04:20:52.844Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1212026-07-19T04:20:53.116ZFrom https://github.com/oxidecomputer/dlpi-sys
1222026-07-19T04:20:53.116Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
1232026-07-19T04:20:53.121Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1242026-07-19T04:20:53.409ZFrom https://github.com/jmesmon/rust-libzfs
1252026-07-19T04:20:53.409Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1262026-07-19T04:20:53.450Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1272026-07-19T04:20:53.712ZFrom https://github.com/oxidecomputer/rusty-doors
1282026-07-19T04:20:53.712Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1292026-07-19T04:20:54.835Z Downloading crates ...
1302026-07-19T04:20:54.889Z Downloaded once_cell v1.21.3
1312026-07-19T04:20:54.899Z Downloaded anstyle-query v1.1.5
1322026-07-19T04:20:54.902Z Downloaded foreign-types-shared v0.3.1
1332026-07-19T04:20:54.902Z Downloaded foreign-types-macros v0.2.3
1342026-07-19T04:20:54.907Z Downloaded anstyle-parse v1.0.0
1352026-07-19T04:20:54.910Z Downloaded lazy_static v1.5.0
1362026-07-19T04:20:54.910Z Downloaded equivalent v1.0.2
1372026-07-19T04:20:54.913Z Downloaded heck v0.5.0
1382026-07-19T04:20:54.916Z Downloaded pretty-hex v0.4.1
1392026-07-19T04:20:54.918Z Downloaded foreign-types v0.5.0
1402026-07-19T04:20:54.931Z Downloaded cstr-argument v0.1.2
1412026-07-19T04:20:54.940Z Downloaded matchers v0.2.0
1422026-07-19T04:20:54.943Z Downloaded clap_lex v1.0.0
1432026-07-19T04:20:54.943Z Downloaded colorchoice v1.0.4
1442026-07-19T04:20:54.946Z Downloaded strsim v0.11.1
1452026-07-19T04:20:54.949Z Downloaded num_enum_derive v0.7.6
1462026-07-19T04:20:54.949Z Downloaded anstyle v1.0.14
1472026-07-19T04:20:54.952Z Downloaded memchr v2.8.0
1482026-07-19T04:20:54.954Z Downloaded cpufeatures v0.3.0
1492026-07-19T04:20:54.958Z Downloaded is_terminal_polyfill v1.70.2
1502026-07-19T04:20:54.961Z Downloaded cfg-if v1.0.4
1512026-07-19T04:20:54.964Z Downloaded utf8parse v0.2.2
1522026-07-19T04:20:54.966Z Downloaded tabwriter v1.4.1
1532026-07-19T04:20:54.966Z Downloaded anstream v1.0.0
1542026-07-19T04:20:54.969Z Downloaded proc-macro-crate v3.5.0
1552026-07-19T04:20:54.979Z Downloaded tracing-log v0.2.0
1562026-07-19T04:20:54.986Z Downloaded thread_local v1.1.9
1572026-07-19T04:20:54.986Z Downloaded num_enum v0.7.6
1582026-07-19T04:20:54.990Z Downloaded quote v1.0.45
1592026-07-19T04:20:54.990Z Downloaded nu-ansi-term v0.50.3
1602026-07-19T04:20:54.990Z Downloaded humantime v2.3.0
1612026-07-19T04:20:54.994Z Downloaded thiserror-impl v2.0.18
1622026-07-19T04:20:54.994Z Downloaded rand_core v0.10.0
1632026-07-19T04:20:54.996Z Downloaded toml_datetime v1.0.0+spec-1.1.0
1642026-07-19T04:20:55.000Z Downloaded thiserror v2.0.18
1652026-07-19T04:20:55.003Z Downloaded rustversion v1.0.22
1662026-07-19T04:20:55.006Z Downloaded oxnet v0.1.6
1672026-07-19T04:20:55.008Z Downloaded anyhow v1.0.104
1682026-07-19T04:20:55.011Z Downloaded toml_parser v1.0.9+spec-1.1.0
1692026-07-19T04:20:55.014Z Downloaded pin-project-lite v0.2.17
1702026-07-19T04:20:55.017Z Downloaded tracing-attributes v0.1.31
1712026-07-19T04:20:55.017Z Downloaded clap_derive v4.6.1
1722026-07-19T04:20:55.028Z Downloaded chacha20 v0.10.0
1732026-07-19T04:20:55.041Z Downloaded log v0.4.29
1742026-07-19T04:20:55.044Z Downloaded unicode-ident v1.0.24
1752026-07-19T04:20:55.048Z Downloaded sharded-slab v0.1.7
1762026-07-19T04:20:55.048Z Downloaded getrandom v0.4.2
1772026-07-19T04:20:55.053Z Downloaded proc-macro2 v1.0.106
1782026-07-19T04:20:55.057Z Downloaded colored v3.1.1
1792026-07-19T04:20:55.060Z Downloaded socket2 v0.6.4
1802026-07-19T04:20:55.063Z Downloaded serde_core v1.0.228
1812026-07-19T04:20:55.066Z Downloaded toml_edit v0.25.4+spec-1.1.0
1822026-07-19T04:20:55.068Z Downloaded clap v4.6.1
1832026-07-19T04:20:55.075Z Downloaded smallvec v1.15.1
1842026-07-19T04:20:55.078Z Downloaded tracing-core v0.1.36
1852026-07-19T04:20:55.087Z Downloaded rand v0.10.1
1862026-07-19T04:20:55.092Z Downloaded indexmap v2.13.0
1872026-07-19T04:20:55.145Z Downloaded hashbrown v0.16.1
1882026-07-19T04:20:55.150Z Downloaded clap_builder v4.6.0
1892026-07-19T04:20:55.153Z Downloaded aho-corasick v1.1.4
1902026-07-19T04:20:55.177Z Downloaded winnow v0.7.15
1912026-07-19T04:20:55.182Z Downloaded tracing-subscriber v0.3.23
1922026-07-19T04:20:55.186Z Downloaded winnow v1.0.3
1932026-07-19T04:20:55.193Z Downloaded syn v1.0.109
1942026-07-19T04:20:55.218Z Downloaded unicode-width v0.2.2
1952026-07-19T04:20:55.222Z Downloaded syn v2.0.117
1962026-07-19T04:20:55.237Z Downloaded regex-syntax v0.8.10
1972026-07-19T04:20:55.253Z Downloaded tracing v0.1.44
1982026-07-19T04:20:55.278Z Downloaded regex-automata v0.4.14
1992026-07-19T04:20:55.291Z Downloaded libc v0.2.186
2002026-07-19T04:20:55.379Z Compiling proc-macro2 v1.0.106
2012026-07-19T04:20:55.379Z Compiling unicode-ident v1.0.24
2022026-07-19T04:20:55.379Z Compiling quote v1.0.45
2032026-07-19T04:20:55.382Z Compiling libc v0.2.186
2042026-07-19T04:20:55.382Z Compiling cfg-if v1.0.4
2052026-07-19T04:20:55.382Z Compiling hashbrown v0.16.1
2062026-07-19T04:20:55.382Z Compiling winnow v0.7.15
2072026-07-19T04:20:55.386Z Compiling equivalent v1.0.2
2082026-07-19T04:20:55.444Z Compiling toml_datetime v1.0.0+spec-1.1.0
2092026-07-19T04:20:55.457Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2102026-07-19T04:20:55.491Z Compiling once_cell v1.21.3
2112026-07-19T04:20:55.652Z Compiling rustversion v1.0.22
2122026-07-19T04:20:55.684Z Compiling syn v1.0.109
2132026-07-19T04:20:55.721Z Compiling tracing-core v0.1.36
2142026-07-19T04:20:55.745Z Compiling thiserror v2.0.18
2152026-07-19T04:20:55.897Z Compiling indexmap v2.13.0
2162026-07-19T04:20:56.040Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2172026-07-19T04:20:56.043Z Compiling utf8parse v0.2.2
2182026-07-19T04:20:56.088Z Compiling getrandom v0.4.2
2192026-07-19T04:20:56.117Z Compiling rand_core v0.10.0
2202026-07-19T04:20:56.132Z Compiling anstyle-parse v1.0.0
2212026-07-19T04:20:56.296Z Compiling regex-syntax v0.8.10
2222026-07-19T04:20:56.350Z Compiling cpufeatures v0.3.0
2232026-07-19T04:20:56.408Z Compiling syn v2.0.117
2242026-07-19T04:20:56.475Z Compiling pin-project-lite v0.2.17
2252026-07-19T04:20:56.475Z Compiling memchr v2.8.0
2262026-07-19T04:20:56.478Z Compiling anstyle v1.0.14
2272026-07-19T04:20:56.558Z Compiling anstyle-query v1.1.5
2282026-07-19T04:20:56.652Z Compiling is_terminal_polyfill v1.70.2
2292026-07-19T04:20:56.680Z Compiling toml_parser v1.0.9+spec-1.1.0
2302026-07-19T04:20:56.731Z Compiling colorchoice v1.0.4
2312026-07-19T04:20:56.799Z Compiling anyhow v1.0.104
2322026-07-19T04:20:56.829Z Compiling foreign-types-shared v0.3.1
2332026-07-19T04:20:56.855Z Compiling cstr-argument v0.1.2
2342026-07-19T04:20:56.906Z Compiling anstream v1.0.0
2352026-07-19T04:20:56.993Z Compiling chacha20 v0.10.0
2362026-07-19T04:20:57.114Z Compiling toml_edit v0.25.4+spec-1.1.0
2372026-07-19T04:20:57.215Z Compiling regex-automata v0.4.14
2382026-07-19T04:20:57.336Z Compiling pretty-hex v0.4.1
2392026-07-19T04:20:57.376Z Compiling strsim v0.11.1
2402026-07-19T04:20:57.406Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
2412026-07-19T04:20:57.459Z Compiling heck v0.5.0
2422026-07-19T04:20:57.626Z Compiling proc-macro-crate v3.5.0
2432026-07-19T04:20:57.643Z Compiling lazy_static v1.5.0
2442026-07-19T04:20:57.730Z Compiling log v0.4.29
2452026-07-19T04:20:57.761Z Compiling clap_lex v1.0.0
2462026-07-19T04:20:57.929Z Compiling clap_builder v4.6.0
2472026-07-19T04:20:57.994Z Compiling tracing-log v0.2.0
2482026-07-19T04:20:57.997Z Compiling sharded-slab v0.1.7
2492026-07-19T04:20:58.066Z Compiling rand v0.10.1
2502026-07-19T04:20:58.307Z Compiling socket2 v0.6.4
2512026-07-19T04:20:58.516Z Compiling thread_local v1.1.9
2522026-07-19T04:20:58.609Z Compiling unicode-width v0.2.2
2532026-07-19T04:20:58.679Z Compiling matchers v0.2.0
2542026-07-19T04:20:58.729Z Compiling nu-ansi-term v0.50.3
2552026-07-19T04:20:58.761Z Compiling oxnet v0.1.6
2562026-07-19T04:20:58.805Z Compiling colored v3.1.1
2572026-07-19T04:20:58.869Z Compiling smallvec v1.15.1
2582026-07-19T04:20:59.046Z Compiling winnow v1.0.3
2592026-07-19T04:20:59.060Z Compiling tabwriter v1.4.1
2602026-07-19T04:20:59.115Z Compiling humantime v2.3.0
2612026-07-19T04:20:59.584Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
2622026-07-19T04:20:59.878Z Compiling thiserror-impl v2.0.18
2632026-07-19T04:20:59.878Z Compiling foreign-types-macros v0.2.3
2642026-07-19T04:20:59.878Z Compiling num_enum_derive v0.7.6
2652026-07-19T04:20:59.912Z Compiling tracing-attributes v0.1.31
2662026-07-19T04:21:00.043Z Compiling clap_derive v4.6.1
2672026-07-19T04:21:00.066Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
2682026-07-19T04:21:00.508Z Compiling foreign-types v0.5.0
2692026-07-19T04:21:00.558Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2702026-07-19T04:21:00.853Z Compiling num_enum v0.7.6
2712026-07-19T04:21:00.960Z Compiling tracing v0.1.44
2722026-07-19T04:21:01.007Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2732026-07-19T04:21:01.088Z Compiling tracing-subscriber v0.3.23
2742026-07-19T04:21:01.370Z Compiling clap v4.6.1
2752026-07-19T04:21:02.299Z Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
2762026-07-19T04:21:04.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
2772026-07-19T04:21:04.301Z
2782026-07-19T04:21:04.301Zreal 11.550625446
2792026-07-19T04:21:04.301Zuser 40.042375028
2802026-07-19T04:21:04.301Zsys 8.393961612
2812026-07-19T04:21:04.301Ztrap 0.034854418
2822026-07-19T04:21:04.301Ztflt 0.124604657
2832026-07-19T04:21:04.301Zdflt 0.078565053
2842026-07-19T04:21:04.307Zkflt 0.003180579
2852026-07-19T04:21:04.307Zlock 42.498385557
2862026-07-19T04:21:04.307Zslp 2:34.744738923
2872026-07-19T04:21:04.307Zlat 2.621795912
2882026-07-19T04:21:04.307Zstop 3.517107729
2892026-07-19T04:21:04.307Z+ ptime -m cargo build --release
2902026-07-19T04:21:04.359Z Compiling proc-macro2 v1.0.106
2912026-07-19T04:21:04.359Z Compiling quote v1.0.45
2922026-07-19T04:21:04.359Z Compiling unicode-ident v1.0.24
2932026-07-19T04:21:04.362Z Compiling cfg-if v1.0.4
2942026-07-19T04:21:04.363Z Compiling libc v0.2.186
2952026-07-19T04:21:04.363Z Compiling hashbrown v0.16.1
2962026-07-19T04:21:04.363Z Compiling winnow v0.7.15
2972026-07-19T04:21:04.363Z Compiling equivalent v1.0.2
2982026-07-19T04:21:04.424Z Compiling toml_datetime v1.0.0+spec-1.1.0
2992026-07-19T04:21:04.431Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3002026-07-19T04:21:04.468Z Compiling syn v1.0.109
3012026-07-19T04:21:04.624Z Compiling rustversion v1.0.22
3022026-07-19T04:21:04.662Z Compiling once_cell v1.21.3
3032026-07-19T04:21:04.680Z Compiling thiserror v2.0.18
3042026-07-19T04:21:04.803Z Compiling getrandom v0.4.2
3052026-07-19T04:21:04.860Z Compiling indexmap v2.13.0
3062026-07-19T04:21:04.882Z Compiling tracing-core v0.1.36
3072026-07-19T04:21:04.998Z Compiling utf8parse v0.2.2
3082026-07-19T04:21:05.050Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3092026-07-19T04:21:05.072Z Compiling rand_core v0.10.0
3102026-07-19T04:21:05.123Z Compiling anstyle-parse v1.0.0
3112026-07-19T04:21:05.305Z Compiling regex-syntax v0.8.10
3122026-07-19T04:21:05.312Z Compiling colorchoice v1.0.4
3132026-07-19T04:21:05.409Z Compiling syn v2.0.117
3142026-07-19T04:21:05.450Z Compiling pin-project-lite v0.2.17
3152026-07-19T04:21:05.461Z Compiling is_terminal_polyfill v1.70.2
3162026-07-19T04:21:05.530Z Compiling anyhow v1.0.104
3172026-07-19T04:21:05.534Z Compiling memchr v2.8.0
3182026-07-19T04:21:05.771Z Compiling toml_parser v1.0.9+spec-1.1.0
3192026-07-19T04:21:05.816Z Compiling anstyle-query v1.1.5
3202026-07-19T04:21:05.842Z Compiling anstyle v1.0.14
3212026-07-19T04:21:05.902Z Compiling foreign-types-shared v0.3.1
3222026-07-19T04:21:05.975Z Compiling cpufeatures v0.3.0
3232026-07-19T04:21:05.978Z Compiling cstr-argument v0.1.2
3242026-07-19T04:21:06.035Z Compiling chacha20 v0.10.0
3252026-07-19T04:21:06.078Z Compiling anstream v1.0.0
3262026-07-19T04:21:06.114Z Compiling toml_edit v0.25.4+spec-1.1.0
3272026-07-19T04:21:06.298Z Compiling regex-automata v0.4.14
3282026-07-19T04:21:06.565Z Compiling pretty-hex v0.4.1
3292026-07-19T04:21:06.623Z Compiling proc-macro-crate v3.5.0
3302026-07-19T04:21:06.665Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
3312026-07-19T04:21:06.694Z Compiling heck v0.5.0
3322026-07-19T04:21:06.870Z Compiling lazy_static v1.5.0
3332026-07-19T04:21:06.879Z Compiling log v0.4.29
3342026-07-19T04:21:06.953Z Compiling clap_lex v1.0.0
3352026-07-19T04:21:06.970Z Compiling strsim v0.11.1
3362026-07-19T04:21:07.032Z Compiling tracing-log v0.2.0
3372026-07-19T04:21:07.101Z Compiling sharded-slab v0.1.7
3382026-07-19T04:21:07.304Z Compiling clap_builder v4.6.0
3392026-07-19T04:21:07.363Z Compiling rand v0.10.1
3402026-07-19T04:21:07.801Z Compiling socket2 v0.6.4
3412026-07-19T04:21:08.129Z Compiling matchers v0.2.0
3422026-07-19T04:21:08.264Z Compiling thread_local v1.1.9
3432026-07-19T04:21:08.522Z Compiling unicode-width v0.2.2
3442026-07-19T04:21:08.575Z Compiling nu-ansi-term v0.50.3
3452026-07-19T04:21:08.582Z Compiling oxnet v0.1.6
3462026-07-19T04:21:08.772Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3472026-07-19T04:21:08.806Z Compiling colored v3.1.1
3482026-07-19T04:21:08.948Z Compiling smallvec v1.15.1
3492026-07-19T04:21:09.017Z Compiling tracing-attributes v0.1.31
3502026-07-19T04:21:09.149Z Compiling thiserror-impl v2.0.18
3512026-07-19T04:21:09.195Z Compiling foreign-types-macros v0.2.3
3522026-07-19T04:21:09.283Z Compiling num_enum_derive v0.7.6
3532026-07-19T04:21:09.505Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3542026-07-19T04:21:09.614Z Compiling clap_derive v4.6.1
3552026-07-19T04:21:09.827Z Compiling foreign-types v0.5.0
3562026-07-19T04:21:09.893Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3572026-07-19T04:21:10.253Z Compiling tracing v0.1.44
3582026-07-19T04:21:10.294Z Compiling winnow v1.0.3
3592026-07-19T04:21:10.298Z Compiling num_enum v0.7.6
3602026-07-19T04:21:10.404Z Compiling tabwriter v1.4.1
3612026-07-19T04:21:10.490Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3622026-07-19T04:21:10.586Z Compiling tracing-subscriber v0.3.23
3632026-07-19T04:21:10.694Z Compiling humantime v2.3.0
3642026-07-19T04:21:11.375Z Compiling clap v4.6.1
3652026-07-19T04:21:14.049Z Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
3662026-07-19T04:21:16.790Z Finished `release` profile [optimized] target(s) in 12.47s
3672026-07-19T04:21:16.805Z
3682026-07-19T04:21:16.805Zreal 12.492909001
3692026-07-19T04:21:16.805Zuser 1:12.554633595
3702026-07-19T04:21:16.805Zsys 7.914085497
3712026-07-19T04:21:16.805Ztrap 0.040319834
3722026-07-19T04:21:16.805Ztflt 0.194116403
3732026-07-19T04:21:16.805Zdflt 0.072748351
3742026-07-19T04:21:16.809Zkflt 0.000024857
3752026-07-19T04:21:16.809Zlock 1:53.267872503
3762026-07-19T04:21:16.809Zslp 3:55.831303591
3772026-07-19T04:21:16.809Zlat 5.108432099
3782026-07-19T04:21:16.809Zstop 3.350829213
3792026-07-19T04:21:16.809Z+ for x in debug release
3802026-07-19T04:21:16.809Z+ mkdir -p /work/debug
3812026-07-19T04:21:16.809Z+ cp target/debug/netadm /work/debug/netadm
3822026-07-19T04:21:16.831Z+ for x in debug release
3832026-07-19T04:21:16.831Z+ mkdir -p /work/release
3842026-07-19T04:21:16.836Z+ cp target/release/netadm /work/release/netadm
3852026-07-19T04:21:16.843Z+ banner check
3862026-07-19T04:21:16.843Z
3872026-07-19T04:21:16.843Z #### # # ###### #### # #
3882026-07-19T04:21:16.843Z # # # # # # # # #
3892026-07-19T04:21:16.843Z # ###### ##### # ####
3902026-07-19T04:21:16.843Z # # # # # # #
3912026-07-19T04:21:16.843Z # # # # # # # # #
3922026-07-19T04:21:16.843Z #### # # ###### #### # #
3932026-07-19T04:21:16.843Z
3942026-07-19T04:21:16.843Z+ cargo fmt -- --check
3952026-07-19T04:21:16.948Z+ cargo clippy --all-targets -- --deny warnings
3962026-07-19T04:21:17.111Z Checking cfg-if v1.0.4
3972026-07-19T04:21:17.112Z Checking once_cell v1.21.3
3982026-07-19T04:21:17.112Z Checking libc v0.2.186
3992026-07-19T04:21:17.119Z Checking rand_core v0.10.0
4002026-07-19T04:21:17.122Z Checking foreign-types-shared v0.3.1
4012026-07-19T04:21:17.122Z Checking memchr v2.8.0
4022026-07-19T04:21:17.122Z Checking pin-project-lite v0.2.17
4032026-07-19T04:21:17.122Z Checking cpufeatures v0.3.0
4042026-07-19T04:21:17.157Z Checking num_enum v0.7.6
4052026-07-19T04:21:17.167Z Checking libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4062026-07-19T04:21:17.179Z Checking foreign-types v0.5.0
4072026-07-19T04:21:17.189Z Checking thiserror v2.0.18
4082026-07-19T04:21:17.227Z Checking chacha20 v0.10.0
4092026-07-19T04:21:17.244Z Checking nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4102026-07-19T04:21:17.255Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
4112026-07-19T04:21:17.255Z Checking pretty-hex v0.4.1
4122026-07-19T04:21:17.255Z Checking tracing-core v0.1.36
4132026-07-19T04:21:17.292Z Checking anyhow v1.0.104
4142026-07-19T04:21:17.376Z Checking colored v3.1.1
4152026-07-19T04:21:17.418Z Checking oxnet v0.1.6
4162026-07-19T04:21:17.438Z Checking getrandom v0.4.2
4172026-07-19T04:21:17.438Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4182026-07-19T04:21:17.438Z Checking socket2 v0.6.4
4192026-07-19T04:21:17.622Z Checking cstr-argument v0.1.2
4202026-07-19T04:21:17.650Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4212026-07-19T04:21:17.650Z Checking winnow v1.0.3
4222026-07-19T04:21:17.650Z Checking utf8parse v0.2.2
4232026-07-19T04:21:17.650Z Checking rand v0.10.1
4242026-07-19T04:21:17.650Z Checking tracing v0.1.44
4252026-07-19T04:21:17.650Z Checking regex-syntax v0.8.10
4262026-07-19T04:21:17.650Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4272026-07-19T04:21:17.650Z Checking anstyle v1.0.14
4282026-07-19T04:21:17.650Z Checking anstyle-parse v1.0.0
4292026-07-19T04:21:17.650Z Checking anstyle-query v1.1.5
4302026-07-19T04:21:17.666Z Checking is_terminal_polyfill v1.70.2
4312026-07-19T04:21:17.678Z Checking colorchoice v1.0.4
4322026-07-19T04:21:17.678Z Checking log v0.4.29
4332026-07-19T04:21:17.688Z Checking strsim v0.11.1
4342026-07-19T04:21:17.705Z Checking lazy_static v1.5.0
4352026-07-19T04:21:17.749Z Checking clap_lex v1.0.0
4362026-07-19T04:21:17.759Z Checking anstream v1.0.0
4372026-07-19T04:21:17.765Z Checking sharded-slab v0.1.7
4382026-07-19T04:21:17.800Z Checking tracing-log v0.2.0
4392026-07-19T04:21:17.819Z Checking thread_local v1.1.9
4402026-07-19T04:21:17.842Z Checking unicode-width v0.2.2
4412026-07-19T04:21:17.898Z Checking clap_builder v4.6.0
4422026-07-19T04:21:17.909Z Checking nu-ansi-term v0.50.3
4432026-07-19T04:21:17.914Z Checking smallvec v1.15.1
4442026-07-19T04:21:17.950Z Checking humantime v2.3.0
4452026-07-19T04:21:18.066Z Checking tabwriter v1.4.1
4462026-07-19T04:21:18.217Z Checking regex-automata v0.4.14
4472026-07-19T04:21:19.008Z Checking clap v4.6.1
4482026-07-19T04:21:19.326Z Checking matchers v0.2.0
4492026-07-19T04:21:19.405Z Checking tracing-subscriber v0.3.23
4502026-07-19T04:21:20.181Z Checking netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
4512026-07-19T04:21:20.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.78s
4522026-07-19T04:21:20.798Z+ banner pre-test
4532026-07-19T04:21:20.801Z
4542026-07-19T04:21:20.801Z ##### ##### ###### ##### ###### #### #####
4552026-07-19T04:21:20.801Z # # # # # # # # #
4562026-07-19T04:21:20.801Z # # # # ##### ##### # ##### #### #
4572026-07-19T04:21:20.801Z ##### ##### # # # # #
4582026-07-19T04:21:20.802Z # # # # # # # # #
4592026-07-19T04:21:20.802Z # # # ###### # ###### #### #
4602026-07-19T04:21:20.802Z
4612026-07-19T04:21:20.802Z+ uname -a
4622026-07-19T04:21:20.802ZSunOS w-01KXW9HW7M8NDR039ZK54ERK7Q 5.11 helios-2.0.23838 i86pc i386 i86pc
4632026-07-19T04:21:20.802Z+ ./target/debug/netadm show links
4642026-07-19T04:21:20.807ZId Name Flags Class State MAC MTU
4652026-07-19T04:21:20.807Z-- ---- ----- ----- ----- --- ---
4662026-07-19T04:21:20.807Z1 ena0 active persistent physical up 06:db:97:b5:17:cf 9216
4672026-07-19T04:21:20.807Z+ ./target/debug/netadm show addrs
4682026-07-19T04:21:20.811ZName Type State Address Interface Index
4692026-07-19T04:21:20.811Z---- ------ ----- ------- ---------------
4702026-07-19T04:21:20.811Zena0/dhcp dhcp ok 10.150.1.50/24 2
4712026-07-19T04:21:20.811Zlo0/v4 static ok 127.0.0.1/8 1
4722026-07-19T04:21:20.811Zlo0/v6 static ok ::1/128 1
4732026-07-19T04:21:20.811Z+ banner test
4742026-07-19T04:21:20.811Z
4752026-07-19T04:21:20.811Z ##### ###### #### #####
4762026-07-19T04:21:20.812Z # # # #
4772026-07-19T04:21:20.812Z # ##### #### #
4782026-07-19T04:21:20.812Z # # # #
4792026-07-19T04:21:20.812Z # # # # #
4802026-07-19T04:21:20.812Z # ###### #### #
4812026-07-19T04:21:20.812Z
4822026-07-19T04:21:20.812Z+ pfexec ptime -m cargo test
4832026-07-19T04:21:20.943Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
4842026-07-19T04:21:20.943Z Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
4852026-07-19T04:21:22.053Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1.23s
4862026-07-19T04:21:22.070Z Running unittests src/lib.rs (target/debug/deps/libnet-ab603ab449526064)
4872026-07-19T04:21:22.074Z
4882026-07-19T04:21:22.074Zrunning 4 tests
4892026-07-19T04:21:22.080Ztest pf_key::parse::tests::key_clamps_bogus_bits ... ok
4902026-07-19T04:21:22.080Ztest pf_key::parse::tests::str_auth_rejects_undersized_len ... ok
4912026-07-19T04:21:22.080Ztest pf_key::parse::tests::str_auth_rejects_overlong_len ... ok
4922026-07-19T04:21:22.080Ztest pf_key::parse::tests::str_auth_parses_max_key ... ok
4932026-07-19T04:21:22.080Z
4942026-07-19T04:21:22.080Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
4952026-07-19T04:21:22.080Z
4962026-07-19T04:21:22.080Z Running tests/ip.rs (target/debug/deps/ip-7d5f01d3b271322a)
4972026-07-19T04:21:22.080Z
4982026-07-19T04:21:22.080Zrunning 4 tests
4992026-07-19T04:21:22.080Ztest test_get_addresses ... ok
5002026-07-19T04:21:22.080Ztest test_address_consistency ... ok
5012026-07-19T04:21:22.080Ztest test_v6_static_lifecycle ... ok
5022026-07-19T04:21:22.084Ztest test_v6_local_lifecycle ... ok
5032026-07-19T04:21:22.084Z
5042026-07-19T04:21:22.084Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
5052026-07-19T04:21:22.084Z
5062026-07-19T04:21:22.090Z Running tests/link.rs (target/debug/deps/link-686088ecd64cdf0a)
5072026-07-19T04:21:22.090Z
5082026-07-19T04:21:22.090Zrunning 5 tests
5092026-07-19T04:21:22.095Ztest test_simnet_lifecycle ... ok
5102026-07-19T04:21:22.096Ztest test_simnet_connect ... ok
5112026-07-19T04:21:22.096Ztest test_get_links ... ok
5122026-07-19T04:21:22.096Ztest test_link_consistency ... ok
5132026-07-19T04:21:22.096Ztest test_vnic_lifecycle ... ok
5142026-07-19T04:21:22.096Z
5152026-07-19T04:21:22.096Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5162026-07-19T04:21:22.096Z
5172026-07-19T04:21:22.097Z Running unittests src/main.rs (target/debug/deps/netadm-39f3f3a4f14f9797)
5182026-07-19T04:21:22.101Z
5192026-07-19T04:21:22.101Zrunning 0 tests
5202026-07-19T04:21:22.101Z
5212026-07-19T04:21:22.101Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5222026-07-19T04:21:22.101Z
5232026-07-19T04:21:22.101Z Doc-tests libnet
5242026-07-19T04:21:22.264Z
5252026-07-19T04:21:22.264Zrunning 0 tests
5262026-07-19T04:21:22.264Z
5272026-07-19T04:21:22.264Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5282026-07-19T04:21:22.264Z
5292026-07-19T04:21:22.282Z
5302026-07-19T04:21:22.282Zreal 1.463097095
5312026-07-19T04:21:22.282Zuser 2.465144396
5322026-07-19T04:21:22.282Zsys 0.947303246
5332026-07-19T04:21:22.282Ztrap 0.000225376
5342026-07-19T04:21:22.282Ztflt 0.000491378
5352026-07-19T04:21:22.282Zdflt 0.002226512
5362026-07-19T04:21:22.282Zkflt 0.000000000
5372026-07-19T04:21:22.282Zlock 2.440008971
5382026-07-19T04:21:22.282Zslp 12.033714599
5392026-07-19T04:21:22.282Zlat 0.014993118
5402026-07-19T04:21:22.282Zstop 0.304715569
5412026-07-19T04:21:22.287Z+ pfexec ptime -m cargo test --release
5422026-07-19T04:21:22.341Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
5432026-07-19T04:21:22.341Z Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
5442026-07-19T04:21:23.383Z Finished `release` profile [optimized] target(s) in 1.09s
5452026-07-19T04:21:23.395Z Running unittests src/lib.rs (target/release/deps/libnet-2d26f8673258b74f)
5462026-07-19T04:21:23.404Z
5472026-07-19T04:21:23.404Zrunning 4 tests
5482026-07-19T04:21:23.410Ztest pf_key::parse::tests::key_clamps_bogus_bits ... ok
5492026-07-19T04:21:23.411Ztest pf_key::parse::tests::str_auth_parses_max_key ... ok
5502026-07-19T04:21:23.411Ztest pf_key::parse::tests::str_auth_rejects_overlong_len ... ok
5512026-07-19T04:21:23.411Ztest pf_key::parse::tests::str_auth_rejects_undersized_len ... ok
5522026-07-19T04:21:23.411Z
5532026-07-19T04:21:23.411Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5542026-07-19T04:21:23.411Z
5552026-07-19T04:21:23.411Z Running tests/ip.rs (target/release/deps/ip-24476c28eb40c50d)
5562026-07-19T04:21:23.411Z
5572026-07-19T04:21:23.411Zrunning 4 tests
5582026-07-19T04:21:23.411Ztest test_get_addresses ... ok
5592026-07-19T04:21:23.411Ztest test_address_consistency ... ok
5602026-07-19T04:21:23.415Ztest test_v6_static_lifecycle ... ok
5612026-07-19T04:21:23.415Ztest test_v6_local_lifecycle ... ok
5622026-07-19T04:21:23.415Z
5632026-07-19T04:21:23.415Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5642026-07-19T04:21:23.415Z
5652026-07-19T04:21:23.415Z Running tests/link.rs (target/release/deps/link-d87b40292900462c)
5662026-07-19T04:21:23.415Z
5672026-07-19T04:21:23.415Zrunning 5 tests
5682026-07-19T04:21:23.418Ztest test_simnet_lifecycle ... ok
5692026-07-19T04:21:23.419Ztest test_get_links ... ok
5702026-07-19T04:21:23.419Ztest test_simnet_connect ... ok
5712026-07-19T04:21:23.419Ztest test_link_consistency ... ok
5722026-07-19T04:21:23.419Ztest test_vnic_lifecycle ... ok
5732026-07-19T04:21:23.419Z
5742026-07-19T04:21:23.419Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5752026-07-19T04:21:23.419Z
5762026-07-19T04:21:23.419Z Running unittests src/main.rs (target/release/deps/netadm-7e31f63343b163a9)
5772026-07-19T04:21:23.426Z
5782026-07-19T04:21:23.426Zrunning 0 tests
5792026-07-19T04:21:23.426Z
5802026-07-19T04:21:23.427Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5812026-07-19T04:21:23.427Z
5822026-07-19T04:21:23.427Z Doc-tests libnet
5832026-07-19T04:21:23.810Z
5842026-07-19T04:21:23.811Zrunning 0 tests
5852026-07-19T04:21:23.811Z
5862026-07-19T04:21:23.811Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5872026-07-19T04:21:23.811Z
5882026-07-19T04:21:23.828Z
5892026-07-19T04:21:23.828Zreal 1.307575668
5902026-07-19T04:21:23.828Zuser 2.482229162
5912026-07-19T04:21:23.828Zsys 0.816911052
5922026-07-19T04:21:23.828Ztrap 0.000286021
5932026-07-19T04:21:23.828Ztflt 0.077205852
5942026-07-19T04:21:23.828Zdflt 0.006042943
5952026-07-19T04:21:23.828Zkflt 0.000000000
5962026-07-19T04:21:23.828Zlock 3.449110796
5972026-07-19T04:21:23.829Zslp 9.834206836
5982026-07-19T04:21:23.829Zlat 0.012067663
5992026-07-19T04:21:23.829Zstop 0.348841518
6002026-07-19T04:21:23.829Z+ banner post-test
6012026-07-19T04:21:23.829Z
6022026-07-19T04:21:23.829Z ##### #### #### ##### ##### ###### #### #####
6032026-07-19T04:21:23.829Z # # # # # # # # # #
6042026-07-19T04:21:23.829Z # # # # #### # ##### # ##### #### #
6052026-07-19T04:21:23.829Z ##### # # # # # # # #
6062026-07-19T04:21:23.829Z # # # # # # # # # # #
6072026-07-19T04:21:23.829Z # #### #### # # ###### #### #
6082026-07-19T04:21:23.829Z
6092026-07-19T04:21:23.829Z+ ./target/debug/netadm show links
6102026-07-19T04:21:23.829ZId Name Flags Class State MAC MTU
6112026-07-19T04:21:23.829Z-- ---- ----- ----- ----- --- ---
6122026-07-19T04:21:23.829Z1 ena0 active persistent physical up 06:db:97:b5:17:cf 9216
6132026-07-19T04:21:23.829Z+ ./target/debug/netadm show addrs
6142026-07-19T04:21:23.829ZName Type State Address Interface Index
6152026-07-19T04:21:23.829Z---- ------ ----- ------- ---------------
6162026-07-19T04:21:23.829Zena0/dhcp dhcp ok 10.150.1.50/24 2
6172026-07-19T04:21:23.829Zlo0/v4 static ok 127.0.0.1/8 1
6182026-07-19T04:21:23.829Zlo0/v6 static ok ::1/128 1
6192026-07-19T04:21:23.829Zprocess exited: duration 47790 ms, exit code 0
 
6202026-07-19T04:21:23.843Zfound 2 output files
6212026-07-19T04:21:23.851Zuploading: /work/debug/netadm (42409160 bytes)
6222026-07-19T04:21:25.181Zuploaded: /work/debug/netadm
6232026-07-19T04:21:25.181Zuploading: /work/release/netadm (6299368 bytes)
6242026-07-19T04:21:26.291Zuploaded: /work/release/netadm