01JQ4MV42GPJSAJMJ5Z8Q61KSM: 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: 01JQ4MVBXWVY3QZQ69V60THK04

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-03-24T17:58:10.989Zjob assigned to worker 01JQ4MVC5DA2QTPQXN78RKD904 [factory gimlet-EVT22200007-propolis, EVT22200007/22778] (queued for 24 s)
 
22025-03-24T17:58:19.610Zstarting task 0: "setup"
32025-03-24T17:58:19.636Z++ uname -s
42025-03-24T17:58:19.636Z+ kern=SunOS
52025-03-24T17:58:19.636Z+ build_user=build
62025-03-24T17:58:19.636Z+ build_uid=12345
72025-03-24T17:58:19.636Z+ work_dir=/work
82025-03-24T17:58:19.636Z+ input_dir=/input
92025-03-24T17:58:19.636Z+ [[ 0 == 12345 ]]
102025-03-24T17:58:19.636Z+ case "$kern" in
112025-03-24T17:58:19.636Z+ groupadd -g 12345 build
122025-03-24T17:58:19.636Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-03-24T17:58:21.635Z+ zfs create -o mountpoint=/work rpool/work
142025-03-24T17:58:21.667Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-03-24T17:58:21.693Z+ home_fs=zfs
162025-03-24T17:58:21.693Z+ [[ zfs == autofs ]]
172025-03-24T17:58:21.693Z+ mkdir -p /home/build
182025-03-24T17:58:21.693Z+ chown build:build /home/build /work
192025-03-24T17:58:23.677Z+ chmod 0700 /home/build /work
202025-03-24T17:58:23.703Zprocess exited: duration 4073 ms, exit code 0
 
212025-03-24T17:58:23.756Zstarting task 1: "rust-toolchain"
222025-03-24T17:58:23.782Z+ printf ' * rust toolchain channel = "%s"\n' stable
232025-03-24T17:58:23.782Z * rust toolchain channel = "stable"
242025-03-24T17:58:23.782Z * rust toolchain profile = "default"
252025-03-24T17:58:23.782Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-03-24T17:58:23.782Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-03-24T17:58:23.782Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-03-24T17:58:23.782Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-03-24T17:58:23.782Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302025-03-24T17:58:23.899Zinfo: downloading installer
312025-03-24T17:58:24.291Zwarn: It looks like you have an existing installation of Rust at:
322025-03-24T17:58:24.291Zwarn: /opt/ooce/bin
332025-03-24T17:58:24.291Zwarn: It is recommended that rustup be the primary Rust installation.
342025-03-24T17:58:24.291Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-03-24T17:58:24.291Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-03-24T17:58:24.291Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-03-24T17:58:24.291Zwarn: or pass `-y' to ignore all ignorable checks.
382025-03-24T17:58:24.291Zerror: cannot install while Rust is installed
392025-03-24T17:58:24.291Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-03-24T17:58:24.317Zinfo: profile set to 'default'
412025-03-24T17:58:24.317Zinfo: default host triple is x86_64-unknown-illumos
422025-03-24T17:58:24.317Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432025-03-24T17:58:24.409Zinfo: latest update on 2025-03-18, rust version 1.85.1 (4eb161250 2025-03-15)
442025-03-24T17:58:24.409Zinfo: downloading component 'cargo'
452025-03-24T17:58:24.646Zinfo: downloading component 'clippy'
462025-03-24T17:58:24.720Zinfo: downloading component 'rust-docs'
472025-03-24T17:58:25.023Zinfo: downloading component 'rust-std'
482025-03-24T17:58:25.703Zinfo: downloading component 'rustc'
492025-03-24T17:58:27.557Zinfo: downloading component 'rustfmt'
502025-03-24T17:58:27.620Zinfo: installing component 'cargo'
512025-03-24T17:58:28.698Zinfo: installing component 'clippy'
522025-03-24T17:58:29.154Zinfo: installing component 'rust-docs'
532025-03-24T17:58:32.177Zinfo: installing component 'rust-std'
542025-03-24T17:58:34.119Zinfo: installing component 'rustc'
552025-03-24T17:58:41.467Zinfo: installing component 'rustfmt'
562025-03-24T17:58:41.843Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572025-03-24T17:58:41.843Z
582025-03-24T17:58:41.999Z stable-x86_64-unknown-illumos installed - rustc 1.85.1 (4eb161250 2025-03-15)
592025-03-24T17:58:41.999Z
602025-03-24T17:58:41.999Z
612025-03-24T17:58:42.024ZRust is installed now. Great!
622025-03-24T17:58:42.024Z
632025-03-24T17:58:42.024ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-03-24T17:58:42.024Zenvironment variable. This has not been done automatically.
652025-03-24T17:58:42.024Z
662025-03-24T17:58:42.024ZTo configure your current shell, you need to source
672025-03-24T17:58:42.024Zthe corresponding env file under $HOME/.cargo.
682025-03-24T17:58:42.024Z
692025-03-24T17:58:42.024ZThis is usually done by running one of the following (note the leading DOT):
702025-03-24T17:58:42.024Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-03-24T17:58:42.024Zsource "$HOME/.cargo/env.fish" # For fish
722025-03-24T17:58:42.024Zsource "$HOME/.cargo/env.nu" # For nushell
732025-03-24T17:58:42.102Z+ rustup --version
742025-03-24T17:58:42.128Zrustup 1.28.1 (f9edccde0 2025-03-05)
752025-03-24T17:58:42.128Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-03-24T17:58:42.178Zinfo: The currently active `rustc` version is `rustc 1.85.1 (4eb161250 2025-03-15)`
772025-03-24T17:58:42.203Z+ cargo --version
782025-03-24T17:58:42.228Zcargo 1.85.1 (d73d2caf9 2024-12-31)
792025-03-24T17:58:42.228Z+ rustc --version
802025-03-24T17:58:42.274Zrustc 1.85.1 (4eb161250 2025-03-15)
812025-03-24T17:58:42.300Zprocess exited: duration 18526 ms, exit code 0
 
822025-03-24T17:58:42.351Zstarting task 2: "authentication"
832025-03-24T17:58:42.413Zprocess exited: duration 61 ms, exit code 0
 
842025-03-24T17:58:42.464Zstarting task 3: "clone repository"
852025-03-24T17:58:42.489Z+ mkdir -p /work/oxidecomputer/netadm-sys
862025-03-24T17:58:42.489Z+ git clone https://github.com/oxidecomputer/netadm-sys /work/oxidecomputer/netadm-sys
872025-03-24T17:58:42.514ZCloning into '/work/oxidecomputer/netadm-sys'...
882025-03-24T17:58:43.257Z+ cd /work/oxidecomputer/netadm-sys
892025-03-24T17:58:43.257Z+ git fetch origin 3e524a87959e50187fe9da7cbc07aa188867e72a
902025-03-24T17:58:43.564ZFrom https://github.com/oxidecomputer/netadm-sys
912025-03-24T17:58:43.564Z * branch 3e524a87959e50187fe9da7cbc07aa188867e72a -> FETCH_HEAD
922025-03-24T17:58:43.590Z+ [[ -n renovate/anyhow-1.x-lockfile ]]
932025-03-24T17:58:43.590Z++ git branch --show-current
942025-03-24T17:58:43.590Z+ current=main
952025-03-24T17:58:43.590Z+ [[ main != renovate/anyhow-1.x-lockfile ]]
962025-03-24T17:58:43.590Z+ git branch -f renovate/anyhow-1.x-lockfile 3e524a87959e50187fe9da7cbc07aa188867e72a
972025-03-24T17:58:43.590Z+ git checkout -f renovate/anyhow-1.x-lockfile
982025-03-24T17:58:43.615ZSwitched to branch 'renovate/anyhow-1.x-lockfile'
992025-03-24T17:58:43.615Z+ git reset --hard 3e524a87959e50187fe9da7cbc07aa188867e72a
1002025-03-24T17:58:43.615ZHEAD is now at 3e524a8 Update Rust crate anyhow to v1.0.97
1012025-03-24T17:58:43.615Zprocess exited: duration 1143 ms, exit code 0
 
1022025-03-24T17:58:43.666Zstarting task 4: "build"
1032025-03-24T17:58:43.692Z+ cargo --version
1042025-03-24T17:58:43.692Zinfo: syncing channel updates for '1.80.0-x86_64-unknown-illumos'
1052025-03-24T17:58:43.834Zinfo: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21)
1062025-03-24T17:58:43.834Zinfo: downloading component 'cargo'
1072025-03-24T17:58:44.062Zinfo: downloading component 'clippy'
1082025-03-24T17:58:44.127Zinfo: downloading component 'rust-docs'
1092025-03-24T17:58:44.352Zinfo: downloading component 'rust-std'
1102025-03-24T17:58:44.607Zinfo: downloading component 'rustc'
1112025-03-24T17:58:45.283Zinfo: downloading component 'rustfmt'
1122025-03-24T17:58:45.339Zinfo: installing component 'cargo'
1132025-03-24T17:58:46.435Zinfo: installing component 'clippy'
1142025-03-24T17:58:46.867Zinfo: installing component 'rust-docs'
1152025-03-24T17:58:49.462Zinfo: installing component 'rust-std'
1162025-03-24T17:58:51.267Zinfo: installing component 'rustc'
1172025-03-24T17:58:56.267Zinfo: installing component 'rustfmt'
1182025-03-24T17:58:56.699Zcargo 1.80.0 (376290515 2024-07-16)
1192025-03-24T17:58:56.725Z+ rustc --version
1202025-03-24T17:58:56.794Zrustc 1.80.0 (051478957 2024-07-21)
1212025-03-24T17:58:56.821Z+ banner build
1222025-03-24T17:58:56.821Z
1232025-03-24T17:58:56.821Z ##### # # # # #####
1242025-03-24T17:58:56.821Z # # # # # # # #
1252025-03-24T17:58:56.821Z ##### # # # # # #
1262025-03-24T17:58:56.821Z # # # # # # # #
1272025-03-24T17:58:56.821Z # # # # # # # #
1282025-03-24T17:58:56.821Z ##### #### # ###### #####
1292025-03-24T17:58:56.821Z
1302025-03-24T17:58:56.821Z+ ptime -m cargo build
1312025-03-24T17:58:57.026Z Updating crates.io index
1322025-03-24T17:58:57.095Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1332025-03-24T17:58:57.666ZFrom https://github.com/oxidecomputer/dlpi-sys
1342025-03-24T17:58:57.666Z * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2
1352025-03-24T17:58:57.691Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1362025-03-24T17:58:58.212ZFrom https://github.com/jmesmon/rust-libzfs
1372025-03-24T17:58:58.212Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1382025-03-24T17:58:58.237Z * [new tag] v0.4.0 -> v0.4.0
1392025-03-24T17:58:58.263Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1402025-03-24T17:58:58.799ZFrom https://github.com/oxidecomputer/rusty-doors
1412025-03-24T17:58:58.799Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1422025-03-24T17:58:59.160Z Downloading crates ...
1432025-03-24T17:58:59.222Z Downloaded foreign-types-shared v0.3.1
1442025-03-24T17:58:59.249Z Downloaded ansi_term v0.12.1
1452025-03-24T17:58:59.249Z Downloaded heck v0.5.0
1462025-03-24T17:58:59.249Z Downloaded tracing-serde v0.1.3
1472025-03-24T17:58:59.249Z Downloaded tracing-attributes v0.1.27
1482025-03-24T17:58:59.275Z Downloaded utf8parse v0.2.2
1492025-03-24T17:58:59.276Z Downloaded proc-macro2 v1.0.93
1502025-03-24T17:58:59.276Z Downloaded unicode-ident v1.0.12
1512025-03-24T17:58:59.276Z Downloaded tracing-core v0.1.32
1522025-03-24T17:58:59.276Z Downloaded zerocopy-derive v0.7.35
1532025-03-24T17:58:59.301Z Downloaded syn v1.0.109
1542025-03-24T17:58:59.301Z Downloaded regex-syntax v0.6.29
1552025-03-24T17:58:59.327Z Downloaded unicode-width v0.1.13
1562025-03-24T17:58:59.327Z Downloaded sharded-slab v0.1.7
1572025-03-24T17:58:59.327Z Downloaded tokio v1.39.2
1582025-03-24T17:58:59.364Z Downloaded libc v0.2.155
1592025-03-24T17:58:59.395Z Downloaded syn v2.0.98
1602025-03-24T17:58:59.422Z Downloaded regex-syntax v0.8.4
1612025-03-24T17:58:59.422Z Downloaded regex-automata v0.4.7
1622025-03-24T17:58:59.449Z Downloaded chrono v0.4.38
1632025-03-24T17:58:59.449Z Downloaded serde_json v1.0.138
1642025-03-24T17:58:59.474Z Downloaded regex v1.10.6
1652025-03-24T17:58:59.474Z Downloaded clap_lex v0.7.2
1662025-03-24T17:58:59.474Z Downloaded clap_builder v4.5.15
1672025-03-24T17:58:59.474Z Downloaded zerocopy v0.7.35
1682025-03-24T17:58:59.500Z Downloaded winnow v0.6.18
1692025-03-24T17:58:59.527Z Downloaded winnow v0.5.40
1702025-03-24T17:58:59.527Z Downloaded tracing-subscriber v0.2.25
1712025-03-24T17:58:59.527Z Downloaded tracing v0.1.40
1722025-03-24T17:58:59.527Z Downloaded toml_edit v0.19.15
1732025-03-24T17:58:59.553Z Downloaded serde v1.0.217
1742025-03-24T17:58:59.553Z Downloaded regex-automata v0.1.10
1752025-03-24T17:58:59.553Z Downloaded parking_lot v0.12.3
1762025-03-24T17:58:59.553Z Downloaded mio v1.0.2
1772025-03-24T17:58:59.578Z Downloaded hashbrown v0.14.5
1782025-03-24T17:58:59.578Z Downloaded aho-corasick v1.1.3
1792025-03-24T17:58:59.578Z Downloaded rand v0.8.5
1802025-03-24T17:58:59.578Z Downloaded memchr v2.7.4
1812025-03-24T17:58:59.578Z Downloaded indexmap v2.4.0
1822025-03-24T17:58:59.604Z Downloaded cstr-argument v0.1.2
1832025-03-24T17:58:59.604Z Downloaded clap v4.5.15
1842025-03-24T17:58:59.604Z Downloaded autocfg v1.3.0
1852025-03-24T17:58:59.604Z Downloaded anstyle-query v1.1.1
1862025-03-24T17:58:59.604Z Downloaded socket2 v0.5.7
1872025-03-24T17:58:59.604Z Downloaded scopeguard v1.2.0
1882025-03-24T17:58:59.604Z Downloaded ryu v1.0.18
1892025-03-24T17:58:59.604Z Downloaded rand_core v0.6.4
1902025-03-24T17:58:59.604Z Downloaded pin-project-lite v0.2.14
1912025-03-24T17:58:59.630Z Downloaded parking_lot_core v0.9.10
1922025-03-24T17:58:59.658Z Downloaded num-traits v0.2.19
1932025-03-24T17:58:59.659Z Downloaded matchers v0.0.1
1942025-03-24T17:58:59.659Z Downloaded log v0.4.22
1952025-03-24T17:58:59.659Z Downloaded lazy_static v1.5.0
1962025-03-24T17:58:59.660Z Downloaded once_cell v1.19.0
1972025-03-24T17:58:59.660Z Downloaded getrandom v0.2.15
1982025-03-24T17:58:59.660Z Downloaded bytes v1.7.1
1992025-03-24T17:58:59.660Z Downloaded quote v1.0.36
2002025-03-24T17:58:59.660Z Downloaded ppv-lite86 v0.2.20
2012025-03-24T17:58:59.660Z Downloaded oxnet v0.1.0
2022025-03-24T17:58:59.660Z Downloaded foreign-types-macros v0.2.3
2032025-03-24T17:58:59.660Z Downloaded thread_local v1.1.8
2042025-03-24T17:58:59.660Z Downloaded smallvec v1.13.2
2052025-03-24T17:58:59.660Z Downloaded rand_chacha v0.3.1
2062025-03-24T17:58:59.660Z Downloaded pretty-hex v0.2.1
2072025-03-24T17:58:59.660Z Downloaded num_enum v0.5.11
2082025-03-24T17:58:59.660Z Downloaded lock_api v0.4.12
2092025-03-24T17:58:59.660Z Downloaded itoa v1.0.11
2102025-03-24T17:58:59.660Z Downloaded is_terminal_polyfill v1.70.1
2112025-03-24T17:58:59.660Z Downloaded iana-time-zone v0.1.60
2122025-03-24T17:58:59.660Z Downloaded humantime v2.1.0
2132025-03-24T17:58:59.660Z Downloaded equivalent v1.0.1
2142025-03-24T17:58:59.660Z Downloaded colorchoice v1.0.2
2152025-03-24T17:58:59.660Z Downloaded anstyle-parse v0.2.5
2162025-03-24T17:58:59.660Z Downloaded tracing-log v0.1.4
2172025-03-24T17:58:59.688Z Downloaded toml_datetime v0.6.8
2182025-03-24T17:58:59.688Z Downloaded tokio-macros v2.4.0
2192025-03-24T17:58:59.688Z Downloaded thiserror-impl v1.0.63
2202025-03-24T17:58:59.688Z Downloaded thiserror v1.0.63
2212025-03-24T17:58:59.688Z Downloaded tabwriter v1.4.0
2222025-03-24T17:58:59.688Z Downloaded strsim v0.11.1
2232025-03-24T17:58:59.688Z Downloaded signal-hook-registry v1.4.2
2242025-03-24T17:58:59.688Z Downloaded proc-macro-crate v1.3.1
2252025-03-24T17:58:59.688Z Downloaded num_enum_derive v0.5.11
2262025-03-24T17:58:59.688Z Downloaded foreign-types v0.5.0
2272025-03-24T17:58:59.688Z Downloaded clap_derive v4.5.13
2282025-03-24T17:58:59.689Z Downloaded anyhow v1.0.97
2292025-03-24T17:58:59.689Z Downloaded anstream v0.6.15
2302025-03-24T17:58:59.689Z Downloaded colored v2.1.0
2312025-03-24T17:58:59.689Z Downloaded cfg-if v1.0.0
2322025-03-24T17:58:59.689Z Downloaded byteorder v1.5.0
2332025-03-24T17:58:59.689Z Downloaded anstyle v1.0.8
2342025-03-24T17:58:59.760Z Compiling proc-macro2 v1.0.93
2352025-03-24T17:58:59.760Z Compiling unicode-ident v1.0.12
2362025-03-24T17:58:59.786Z Compiling libc v0.2.155
2372025-03-24T17:58:59.787Z Compiling cfg-if v1.0.0
2382025-03-24T17:58:59.787Z Compiling autocfg v1.3.0
2392025-03-24T17:58:59.787Z Compiling once_cell v1.19.0
2402025-03-24T17:58:59.787Z Compiling syn v1.0.109
2412025-03-24T17:58:59.787Z Compiling equivalent v1.0.1
2422025-03-24T17:58:59.874Z Compiling hashbrown v0.14.5
2432025-03-24T17:58:59.962Z Compiling toml_datetime v0.6.8
2442025-03-24T17:59:00.178Z Compiling smallvec v1.13.2
2452025-03-24T17:59:00.343Z Compiling winnow v0.5.40
2462025-03-24T17:59:00.388Z Compiling parking_lot_core v0.9.10
2472025-03-24T17:59:00.469Z Compiling tracing-core v0.1.32
2482025-03-24T17:59:00.495Z Compiling lock_api v0.4.12
2492025-03-24T17:59:00.580Z Compiling serde v1.0.217
2502025-03-24T17:59:00.836Z Compiling byteorder v1.5.0
2512025-03-24T17:59:00.922Z Compiling scopeguard v1.2.0
2522025-03-24T17:59:01.040Z Compiling indexmap v2.4.0
2532025-03-24T17:59:01.091Z Compiling pin-project-lite v0.2.14
2542025-03-24T17:59:01.117Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2552025-03-24T17:59:01.143Z Compiling memchr v2.7.4
2562025-03-24T17:59:01.213Z Compiling quote v1.0.36
2572025-03-24T17:59:01.450Z Compiling getrandom v0.2.15
2582025-03-24T17:59:01.741Z Compiling syn v2.0.98
2592025-03-24T17:59:01.852Z Compiling num-traits v0.2.19
2602025-03-24T17:59:01.878Z Compiling utf8parse v0.2.2
2612025-03-24T17:59:02.004Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
2622025-03-24T17:59:02.145Z Compiling thiserror v1.0.63
2632025-03-24T17:59:02.170Z Compiling lazy_static v1.5.0
2642025-03-24T17:59:02.235Z Compiling parking_lot v0.12.3
2652025-03-24T17:59:02.307Z Compiling anstyle-parse v0.2.5
2662025-03-24T17:59:02.474Z Compiling rand_core v0.6.4
2672025-03-24T17:59:02.670Z Compiling mio v1.0.2
2682025-03-24T17:59:02.775Z Compiling signal-hook-registry v1.4.2
2692025-03-24T17:59:02.888Z Compiling socket2 v0.5.7
2702025-03-24T17:59:03.128Z Compiling colorchoice v1.0.2
2712025-03-24T17:59:03.263Z Compiling toml_edit v0.19.15
2722025-03-24T17:59:03.481Z Compiling anstyle v1.0.8
2732025-03-24T17:59:03.687Z Compiling regex-syntax v0.6.29
2742025-03-24T17:59:03.909Z Compiling bytes v1.7.1
2752025-03-24T17:59:03.952Z Compiling foreign-types-shared v0.3.1
2762025-03-24T17:59:04.039Z Compiling is_terminal_polyfill v1.70.1
2772025-03-24T17:59:04.070Z Compiling anstyle-query v1.1.1
2782025-03-24T17:59:04.138Z Compiling serde_json v1.0.138
2792025-03-24T17:59:04.168Z Compiling anyhow v1.0.97
2802025-03-24T17:59:04.479Z Compiling regex-syntax v0.8.4
2812025-03-24T17:59:04.936Z Compiling anstream v0.6.15
2822025-03-24T17:59:05.659Z Compiling proc-macro-crate v1.3.1
2832025-03-24T17:59:06.430Z Compiling regex-automata v0.1.10
2842025-03-24T17:59:06.904Z Compiling regex-automata v0.4.7
2852025-03-24T17:59:08.013Z Compiling cstr-argument v0.1.2
2862025-03-24T17:59:08.365Z Compiling log v0.4.22
2872025-03-24T17:59:08.743Z Compiling strsim v0.11.1
2882025-03-24T17:59:08.791Z Compiling clap_lex v0.7.2
2892025-03-24T17:59:09.282Z Compiling pretty-hex v0.2.1
2902025-03-24T17:59:09.307Z Compiling heck v0.5.0
2912025-03-24T17:59:09.410Z Compiling itoa v1.0.11
2922025-03-24T17:59:09.436Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
2932025-03-24T17:59:09.592Z Compiling iana-time-zone v0.1.60
2942025-03-24T17:59:09.646Z Compiling ryu v1.0.18
2952025-03-24T17:59:09.672Z Compiling regex v1.10.6
2962025-03-24T17:59:09.697Z Compiling clap_builder v4.5.15
2972025-03-24T17:59:09.756Z Compiling chrono v0.4.38
2982025-03-24T17:59:10.070Z Compiling tracing-log v0.1.4
2992025-03-24T17:59:10.516Z Compiling matchers v0.0.1
3002025-03-24T17:59:10.659Z Compiling tracing-serde v0.1.3
3012025-03-24T17:59:10.868Z Compiling colored v2.1.0
3022025-03-24T17:59:11.074Z Compiling num_enum_derive v0.5.11
3032025-03-24T17:59:11.570Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3042025-03-24T17:59:11.595Z Compiling sharded-slab v0.1.7
3052025-03-24T17:59:11.740Z Compiling zerocopy-derive v0.7.35
3062025-03-24T17:59:12.288Z Compiling tokio-macros v2.4.0
3072025-03-24T17:59:12.616Z Compiling thiserror-impl v1.0.63
3082025-03-24T17:59:12.705Z Compiling foreign-types-macros v0.2.3
3092025-03-24T17:59:12.774Z Compiling tracing-attributes v0.1.27
3102025-03-24T17:59:12.955Z Compiling num_enum v0.5.11
3112025-03-24T17:59:13.081Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3122025-03-24T17:59:13.107Z Compiling clap_derive v4.5.13
3132025-03-24T17:59:13.222Z Compiling thread_local v1.1.8
3142025-03-24T17:59:13.427Z Compiling zerocopy v0.7.35
3152025-03-24T17:59:13.637Z Compiling tokio v1.39.2
3162025-03-24T17:59:13.851Z Compiling foreign-types v0.5.0
3172025-03-24T17:59:13.876Z Compiling winnow v0.6.18
3182025-03-24T17:59:13.943Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3192025-03-24T17:59:14.488Z Compiling unicode-width v0.1.13
3202025-03-24T17:59:14.696Z Compiling ppv-lite86 v0.2.20
3212025-03-24T17:59:14.784Z Compiling oxnet v0.1.0
3222025-03-24T17:59:15.204Z Compiling ansi_term v0.12.1
3232025-03-24T17:59:15.229Z Compiling tabwriter v1.4.0
3242025-03-24T17:59:15.386Z Compiling rand_chacha v0.3.1
3252025-03-24T17:59:15.616Z Compiling tracing v0.1.40
3262025-03-24T17:59:15.713Z Compiling rand v0.8.5
3272025-03-24T17:59:15.738Z Compiling humantime v2.1.0
3282025-03-24T17:59:16.035Z Compiling tracing-subscriber v0.2.25
3292025-03-24T17:59:16.706Z Compiling clap v4.5.15
3302025-03-24T17:59:20.480Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
3312025-03-24T17:59:24.269Z Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
3322025-03-24T17:59:30.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.54s
3332025-03-24T17:59:30.508Z
3342025-03-24T17:59:30.508Zreal 33.682310856
3352025-03-24T17:59:30.508Zuser 2:17.137614810
3362025-03-24T17:59:30.508Zsys 31.523380725
3372025-03-24T17:59:30.508Ztrap 0.079646711
3382025-03-24T17:59:30.508Ztflt 0.174872980
3392025-03-24T17:59:30.508Zdflt 0.380645758
3402025-03-24T17:59:30.508Zkflt 0.001611757
3412025-03-24T17:59:30.508Zlock 4:18.439320757
3422025-03-24T17:59:30.508Zslp 9:01.062197592
3432025-03-24T17:59:30.508Zlat 7.223213702
3442025-03-24T17:59:30.508Zstop 8.256000865
3452025-03-24T17:59:30.533Z+ ptime -m cargo build --release
3462025-03-24T17:59:30.699Z Compiling proc-macro2 v1.0.93
3472025-03-24T17:59:30.699Z Compiling unicode-ident v1.0.12
3482025-03-24T17:59:30.699Z Compiling libc v0.2.155
3492025-03-24T17:59:30.699Z Compiling cfg-if v1.0.0
3502025-03-24T17:59:30.725Z Compiling autocfg v1.3.0
3512025-03-24T17:59:30.725Z Compiling syn v1.0.109
3522025-03-24T17:59:30.725Z Compiling equivalent v1.0.1
3532025-03-24T17:59:30.725Z Compiling once_cell v1.19.0
3542025-03-24T17:59:30.790Z Compiling hashbrown v0.14.5
3552025-03-24T17:59:30.815Z Compiling smallvec v1.13.2
3562025-03-24T17:59:30.855Z Compiling winnow v0.5.40
3572025-03-24T17:59:31.106Z Compiling toml_datetime v0.6.8
3582025-03-24T17:59:31.243Z Compiling parking_lot_core v0.9.10
3592025-03-24T17:59:31.277Z Compiling tracing-core v0.1.32
3602025-03-24T17:59:31.340Z Compiling lock_api v0.4.12
3612025-03-24T17:59:31.656Z Compiling byteorder v1.5.0
3622025-03-24T17:59:31.761Z Compiling scopeguard v1.2.0
3632025-03-24T17:59:31.786Z Compiling serde v1.0.217
3642025-03-24T17:59:31.880Z Compiling indexmap v2.4.0
3652025-03-24T17:59:31.943Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3662025-03-24T17:59:31.989Z Compiling memchr v2.7.4
3672025-03-24T17:59:32.014Z Compiling pin-project-lite v0.2.14
3682025-03-24T17:59:32.103Z Compiling quote v1.0.36
3692025-03-24T17:59:32.277Z Compiling getrandom v0.2.15
3702025-03-24T17:59:32.599Z Compiling syn v2.0.98
3712025-03-24T17:59:33.030Z Compiling num-traits v0.2.19
3722025-03-24T17:59:33.085Z Compiling lazy_static v1.5.0
3732025-03-24T17:59:33.111Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
3742025-03-24T17:59:33.198Z Compiling utf8parse v0.2.2
3752025-03-24T17:59:33.327Z Compiling thiserror v1.0.63
3762025-03-24T17:59:33.353Z Compiling anstyle-parse v0.2.5
3772025-03-24T17:59:33.425Z Compiling parking_lot v0.12.3
3782025-03-24T17:59:33.549Z Compiling rand_core v0.6.4
3792025-03-24T17:59:33.969Z Compiling toml_edit v0.19.15
3802025-03-24T17:59:33.994Z Compiling mio v1.0.2
3812025-03-24T17:59:34.153Z Compiling socket2 v0.5.7
3822025-03-24T17:59:34.298Z Compiling signal-hook-registry v1.4.2
3832025-03-24T17:59:35.228Z Compiling anyhow v1.0.97
3842025-03-24T17:59:35.339Z Compiling serde_json v1.0.138
3852025-03-24T17:59:35.480Z Compiling foreign-types-shared v0.3.1
3862025-03-24T17:59:35.557Z Compiling anstyle-query v1.1.1
3872025-03-24T17:59:35.582Z Compiling regex-syntax v0.8.4
3882025-03-24T17:59:35.653Z Compiling regex-syntax v0.6.29
3892025-03-24T17:59:35.678Z Compiling anstyle v1.0.8
3902025-03-24T17:59:35.732Z Compiling colorchoice v1.0.2
3912025-03-24T17:59:35.865Z Compiling bytes v1.7.1
3922025-03-24T17:59:36.106Z Compiling proc-macro-crate v1.3.1
3932025-03-24T17:59:36.790Z Compiling is_terminal_polyfill v1.70.1
3942025-03-24T17:59:36.891Z Compiling anstream v0.6.15
3952025-03-24T17:59:37.553Z Compiling regex-automata v0.4.7
3962025-03-24T17:59:38.905Z Compiling regex-automata v0.1.10
3972025-03-24T17:59:39.173Z Compiling cstr-argument v0.1.2
3982025-03-24T17:59:39.513Z Compiling heck v0.5.0
3992025-03-24T17:59:39.554Z Compiling itoa v1.0.11
4002025-03-24T17:59:39.735Z Compiling ryu v1.0.18
4012025-03-24T17:59:39.854Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
4022025-03-24T17:59:40.137Z Compiling iana-time-zone v0.1.60
4032025-03-24T17:59:40.179Z Compiling log v0.4.22
4042025-03-24T17:59:40.613Z Compiling pretty-hex v0.2.1
4052025-03-24T17:59:40.681Z Compiling strsim v0.11.1
4062025-03-24T17:59:40.787Z Compiling clap_lex v0.7.2
4072025-03-24T17:59:41.417Z Compiling clap_builder v4.5.15
4082025-03-24T17:59:41.826Z Compiling num_enum_derive v0.5.11
4092025-03-24T17:59:42.314Z Compiling zerocopy-derive v0.7.35
4102025-03-24T17:59:42.340Z Compiling thiserror-impl v1.0.63
4112025-03-24T17:59:43.701Z Compiling foreign-types-macros v0.2.3
4122025-03-24T17:59:43.939Z Compiling zerocopy v0.7.35
4132025-03-24T17:59:44.634Z Compiling tokio-macros v2.4.0
4142025-03-24T17:59:44.780Z Compiling tracing-attributes v0.1.27
4152025-03-24T17:59:45.093Z Compiling foreign-types v0.5.0
4162025-03-24T17:59:45.279Z Compiling ppv-lite86 v0.2.20
4172025-03-24T17:59:45.305Z Compiling num_enum v0.5.11
4182025-03-24T17:59:45.432Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4192025-03-24T17:59:45.914Z Compiling tokio v1.39.2
4202025-03-24T17:59:45.999Z Compiling rand_chacha v0.3.1
4212025-03-24T17:59:46.143Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4222025-03-24T17:59:46.282Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4232025-03-24T17:59:47.027Z Compiling rand v0.8.5
4242025-03-24T17:59:47.383Z Compiling clap_derive v4.5.13
4252025-03-24T17:59:47.409Z Compiling tracing-log v0.1.4
4262025-03-24T17:59:47.518Z Compiling tracing v0.1.40
4272025-03-24T17:59:47.718Z Compiling chrono v0.4.38
4282025-03-24T17:59:47.983Z Compiling regex v1.10.6
4292025-03-24T17:59:48.107Z Compiling matchers v0.0.1
4302025-03-24T17:59:48.562Z Compiling tracing-serde v0.1.3
4312025-03-24T17:59:50.117Z Compiling colored v2.1.0
4322025-03-24T17:59:50.171Z Compiling sharded-slab v0.1.7
4332025-03-24T17:59:50.837Z Compiling thread_local v1.1.8
4342025-03-24T17:59:50.930Z Compiling unicode-width v0.1.13
4352025-03-24T17:59:51.146Z Compiling ansi_term v0.12.1
4362025-03-24T17:59:51.172Z Compiling winnow v0.6.18
4372025-03-24T17:59:51.464Z Compiling oxnet v0.1.0
4382025-03-24T17:59:51.490Z Compiling tracing-subscriber v0.2.25
4392025-03-24T17:59:51.827Z Compiling tabwriter v1.4.0
4402025-03-24T17:59:51.966Z Compiling clap v4.5.15
4412025-03-24T17:59:52.059Z Compiling humantime v2.1.0
4422025-03-24T17:59:53.530Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
4432025-03-24T18:00:00.358Z Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
4442025-03-24T18:00:06.496Z Finished `release` profile [optimized] target(s) in 35.92s
4452025-03-24T18:00:06.522Z
4462025-03-24T18:00:06.523Zreal 36.004315523
4472025-03-24T18:00:06.523Zuser 3:41.013418898
4482025-03-24T18:00:06.523Zsys 24.147873210
4492025-03-24T18:00:06.523Ztrap 0.137859932
4502025-03-24T18:00:06.523Ztflt 0.195539824
4512025-03-24T18:00:06.523Zdflt 0.278838949
4522025-03-24T18:00:06.523Zkflt 0.000084977
4532025-03-24T18:00:06.523Zlock 7:14.851403591
4542025-03-24T18:00:06.523Zslp 12:30.312993833
4552025-03-24T18:00:06.523Zlat 12.336795512
4562025-03-24T18:00:06.548Zstop 5.444882079
4572025-03-24T18:00:06.548Z+ for x in debug release
4582025-03-24T18:00:06.548Z+ mkdir -p /work/debug
4592025-03-24T18:00:06.548Z+ cp target/debug/netadm /work/debug/netadm
4602025-03-24T18:00:06.588Z+ for x in debug release
4612025-03-24T18:00:06.588Z+ mkdir -p /work/release
4622025-03-24T18:00:06.614Z+ cp target/release/netadm /work/release/netadm
4632025-03-24T18:00:06.614Z+ banner check
4642025-03-24T18:00:06.614Z
4652025-03-24T18:00:06.614Z #### # # ###### #### # #
4662025-03-24T18:00:06.614Z # # # # # # # # #
4672025-03-24T18:00:06.614Z # ###### ##### # ####
4682025-03-24T18:00:06.614Z # # # # # # #
4692025-03-24T18:00:06.614Z # # # # # # # # #
4702025-03-24T18:00:06.614Z #### # # ###### #### # #
4712025-03-24T18:00:06.614Z
4722025-03-24T18:00:06.614Z+ cargo fmt -- --check
4732025-03-24T18:00:07.061Z+ cargo clippy --all-targets -- --deny warnings
4742025-03-24T18:00:07.514Z Checking cfg-if v1.0.0
4752025-03-24T18:00:07.514Z Checking once_cell v1.19.0
4762025-03-24T18:00:07.539Z Checking smallvec v1.13.2
4772025-03-24T18:00:07.539Z Checking libc v0.2.155
4782025-03-24T18:00:07.539Z Checking byteorder v1.5.0
4792025-03-24T18:00:07.539Z Checking memchr v2.7.4
4802025-03-24T18:00:07.539Z Checking pin-project-lite v0.2.14
4812025-03-24T18:00:07.583Z Checking scopeguard v1.2.0
4822025-03-24T18:00:07.636Z Checking lazy_static v1.5.0
4832025-03-24T18:00:07.684Z Checking lock_api v0.4.12
4842025-03-24T18:00:07.731Z Checking foreign-types-shared v0.3.1
4852025-03-24T18:00:07.782Z Checking tracing-core v0.1.32
4862025-03-24T18:00:07.808Z Checking zerocopy v0.7.35
4872025-03-24T18:00:07.833Z Compiling proc-macro-crate v1.3.1
4882025-03-24T18:00:07.858Z Checking bytes v1.7.1
4892025-03-24T18:00:07.883Z Checking foreign-types v0.5.0
4902025-03-24T18:00:07.954Z Checking thiserror v1.0.63
4912025-03-24T18:00:08.029Z Checking libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
4922025-03-24T18:00:08.060Z Checking nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4932025-03-24T18:00:08.085Z Checking getrandom v0.2.15
4942025-03-24T18:00:08.146Z Checking parking_lot_core v0.9.10
4952025-03-24T18:00:08.197Z Checking socket2 v0.5.7
4962025-03-24T18:00:08.257Z Checking rand_core v0.6.4
4972025-03-24T18:00:08.309Z Checking mio v1.0.2
4982025-03-24T18:00:08.335Z Checking signal-hook-registry v1.4.2
4992025-03-24T18:00:08.430Z Checking parking_lot v0.12.3
5002025-03-24T18:00:08.511Z Checking tracing v0.1.40
5012025-03-24T18:00:08.537Z Checking cstr-argument v0.1.2
5022025-03-24T18:00:08.562Z Checking pretty-hex v0.2.1
5032025-03-24T18:00:08.588Z Compiling num_enum_derive v0.5.11
5042025-03-24T18:00:08.651Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
5052025-03-24T18:00:08.686Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5062025-03-24T18:00:08.712Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5072025-03-24T18:00:08.793Z Checking anyhow v1.0.97
5082025-03-24T18:00:08.822Z Checking colored v2.1.0
5092025-03-24T18:00:08.847Z Checking utf8parse v0.2.2
5102025-03-24T18:00:08.872Z Checking tokio v1.39.2
5112025-03-24T18:00:08.949Z Checking winnow v0.6.18
5122025-03-24T18:00:08.974Z Checking oxnet v0.1.0
5132025-03-24T18:00:08.999Z Checking anstyle-parse v0.2.5
5142025-03-24T18:00:08.999Z Checking ppv-lite86 v0.2.20
5152025-03-24T18:00:09.048Z Checking serde v1.0.217
5162025-03-24T18:00:09.120Z Checking regex-syntax v0.8.4
5172025-03-24T18:00:09.170Z Checking colorchoice v1.0.2
5182025-03-24T18:00:09.207Z Checking anstyle v1.0.8
5192025-03-24T18:00:09.274Z Checking is_terminal_polyfill v1.70.1
5202025-03-24T18:00:09.365Z Checking regex-syntax v0.6.29
5212025-03-24T18:00:09.491Z Checking anstyle-query v1.1.1
5222025-03-24T18:00:09.587Z Checking anstream v0.6.15
5232025-03-24T18:00:09.636Z Checking rand_chacha v0.3.1
5242025-03-24T18:00:09.884Z Checking num-traits v0.2.19
5252025-03-24T18:00:09.910Z Checking rand v0.8.5
5262025-03-24T18:00:10.494Z Checking num_enum v0.5.11
5272025-03-24T18:00:10.610Z Checking ryu v1.0.18
5282025-03-24T18:00:10.675Z Checking regex-automata v0.4.7
5292025-03-24T18:00:10.792Z Checking clap_lex v0.7.2
5302025-03-24T18:00:10.879Z Checking itoa v1.0.11
5312025-03-24T18:00:10.984Z Checking iana-time-zone v0.1.60
5322025-03-24T18:00:11.053Z Checking log v0.4.22
5332025-03-24T18:00:11.079Z Checking strsim v0.11.1
5342025-03-24T18:00:11.105Z Checking chrono v0.4.38
5352025-03-24T18:00:11.287Z Checking clap_builder v4.5.15
5362025-03-24T18:00:11.312Z Checking tracing-log v0.1.4
5372025-03-24T18:00:11.365Z Checking thread_local v1.1.8
5382025-03-24T18:00:11.480Z Checking sharded-slab v0.1.7
5392025-03-24T18:00:11.599Z Checking unicode-width v0.1.13
5402025-03-24T18:00:11.753Z Checking ansi_term v0.12.1
5412025-03-24T18:00:11.796Z Checking regex-automata v0.1.10
5422025-03-24T18:00:12.011Z Checking tabwriter v1.4.0
5432025-03-24T18:00:12.193Z Checking humantime v2.1.0
5442025-03-24T18:00:12.722Z Checking regex v1.10.6
5452025-03-24T18:00:12.748Z Checking matchers v0.0.1
5462025-03-24T18:00:13.049Z Checking tracing-serde v0.1.3
5472025-03-24T18:00:13.050Z Checking serde_json v1.0.138
5482025-03-24T18:00:13.753Z Checking clap v4.5.15
5492025-03-24T18:00:14.307Z Checking tracing-subscriber v0.2.25
5502025-03-24T18:00:14.760Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
5512025-03-24T18:00:17.340Z Checking netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
5522025-03-24T18:00:19.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.88s
5532025-03-24T18:00:19.144Z+ banner pre-test
5542025-03-24T18:00:19.169Z
5552025-03-24T18:00:19.169Z ##### ##### ###### ##### ###### #### #####
5562025-03-24T18:00:19.169Z # # # # # # # # #
5572025-03-24T18:00:19.169Z # # # # ##### ##### # ##### #### #
5582025-03-24T18:00:19.169Z ##### ##### # # # # #
5592025-03-24T18:00:19.169Z # # # # # # # # #
5602025-03-24T18:00:19.169Z # # # ###### # ###### #### #
5612025-03-24T18:00:19.169Z
5622025-03-24T18:00:19.169Z+ uname -a
5632025-03-24T18:00:19.169ZSunOS bmat-EVT22200007-000058fa 5.11 helios-2.0.22827 i86pc i386 i86pc
5642025-03-24T18:00:19.169Z+ ./target/debug/netadm show links
5652025-03-24T18:00:19.169ZId Name Flags Class State MAC MTU
5662025-03-24T18:00:19.169Z-- ---- ----- ----- ----- --- ---
5672025-03-24T18:00:19.169Z1 vioif0 active persistent physical up 02:08:20:ca:84:01 1500
5682025-03-24T18:00:19.169Z+ ./target/debug/netadm show addrs
5692025-03-24T18:00:19.170ZName Type State Address Interface Index
5702025-03-24T18:00:19.170Z---- ------ ----- ------- ---------------
5712025-03-24T18:00:19.170Zlo0/v4 static ok 127.0.0.1/8 1
5722025-03-24T18:00:19.170Zlo0/v6 static ok ::1/128 1
5732025-03-24T18:00:19.170Zvioif0/v4 static ok 10.151.4.101/24 2
5742025-03-24T18:00:19.170Z+ banner test
5752025-03-24T18:00:19.170Z
5762025-03-24T18:00:19.170Z ##### ###### #### #####
5772025-03-24T18:00:19.170Z # # # #
5782025-03-24T18:00:19.170Z # ##### #### #
5792025-03-24T18:00:19.170Z # # # #
5802025-03-24T18:00:19.170Z # # # # #
5812025-03-24T18:00:19.170Z # ###### #### #
5822025-03-24T18:00:19.170Z
5832025-03-24T18:00:19.170Z+ pfexec ptime -m cargo test
5842025-03-24T18:00:19.508Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
5852025-03-24T18:00:19.533Z Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
5862025-03-24T18:00:21.448Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2.20s
5872025-03-24T18:00:21.474Z Running unittests src/lib.rs (target/debug/deps/libnet-9489d49fb9dd8075)
5882025-03-24T18:00:21.501Z
5892025-03-24T18:00:21.501Zrunning 0 tests
5902025-03-24T18:00:21.501Z
5912025-03-24T18:00:21.501Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5922025-03-24T18:00:21.502Z
5932025-03-24T18:00:21.502Z Running tests/ip.rs (target/debug/deps/ip-a6324e41562584f3)
5942025-03-24T18:00:21.502Z
5952025-03-24T18:00:21.502Zrunning 4 tests
5962025-03-24T18:00:21.502Ztest test_get_addresses ... ok
5972025-03-24T18:00:21.502Ztest test_address_consistency ... ok
5982025-03-24T18:00:21.502Ztest test_v6_static_lifecycle ... ok
5992025-03-24T18:00:21.502Ztest test_v6_local_lifecycle ... ok
6002025-03-24T18:00:21.502Z
6012025-03-24T18:00:21.502Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
6022025-03-24T18:00:21.502Z
6032025-03-24T18:00:21.502Z Running tests/link.rs (target/debug/deps/link-9381d4b21e0490ea)
6042025-03-24T18:00:21.528Z
6052025-03-24T18:00:21.528Zrunning 5 tests
6062025-03-24T18:00:21.528Ztest test_link_consistency ... ok
6072025-03-24T18:00:21.528Ztest test_simnet_lifecycle ... ok
6082025-03-24T18:00:21.528Ztest test_simnet_connect ... ok
6092025-03-24T18:00:21.528Ztest test_get_links ... ok
6102025-03-24T18:00:21.528Ztest test_vnic_lifecycle ... ok
6112025-03-24T18:00:21.528Z
6122025-03-24T18:00:21.528Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
6132025-03-24T18:00:21.528Z
6142025-03-24T18:00:21.528Z Running unittests src/main.rs (target/debug/deps/netadm-4d777e2ddce0a1d5)
6152025-03-24T18:00:21.560Z
6162025-03-24T18:00:21.560Zrunning 0 tests
6172025-03-24T18:00:21.560Z
6182025-03-24T18:00:21.560Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6192025-03-24T18:00:21.560Z
6202025-03-24T18:00:21.560Z Doc-tests libnet
6212025-03-24T18:00:21.861Z
6222025-03-24T18:00:21.861Zrunning 0 tests
6232025-03-24T18:00:21.861Z
6242025-03-24T18:00:21.889Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6252025-03-24T18:00:21.890Z
6262025-03-24T18:00:21.915Z
6272025-03-24T18:00:21.915Zreal 2.709086831
6282025-03-24T18:00:21.915Zuser 5.857971840
6292025-03-24T18:00:21.915Zsys 1.888223190
6302025-03-24T18:00:21.915Ztrap 0.001430471
6312025-03-24T18:00:21.915Ztflt 0.019334326
6322025-03-24T18:00:21.915Zdflt 0.029782063
6332025-03-24T18:00:21.915Zkflt 0.000000000
6342025-03-24T18:00:21.915Zlock 6.364783139
6352025-03-24T18:00:21.915Zslp 29.127438782
6362025-03-24T18:00:21.915Zlat 0.128040702
6372025-03-24T18:00:21.915Zstop 0.164454677
6382025-03-24T18:00:21.915Z+ pfexec ptime -m cargo test --release
6392025-03-24T18:00:22.078Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
6402025-03-24T18:00:22.078Z Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
6412025-03-24T18:00:23.777Z Finished `release` profile [optimized] target(s) in 1.82s
6422025-03-24T18:00:23.803Z Running unittests src/lib.rs (target/release/deps/libnet-1276784d7c87316f)
6432025-03-24T18:00:23.803Z
6442025-03-24T18:00:23.803Zrunning 0 tests
6452025-03-24T18:00:23.803Z
6462025-03-24T18:00:23.803Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6472025-03-24T18:00:23.803Z
6482025-03-24T18:00:23.803Z Running tests/ip.rs (target/release/deps/ip-4519a97110b39a50)
6492025-03-24T18:00:23.829Z
6502025-03-24T18:00:23.829Zrunning 4 tests
6512025-03-24T18:00:23.829Ztest test_get_addresses ... ok
6522025-03-24T18:00:23.829Ztest test_address_consistency ... ok
6532025-03-24T18:00:23.829Ztest test_v6_static_lifecycle ... ok
6542025-03-24T18:00:23.829Ztest test_v6_local_lifecycle ... ok
6552025-03-24T18:00:23.829Z
6562025-03-24T18:00:23.829Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
6572025-03-24T18:00:23.829Z
6582025-03-24T18:00:23.829Z Running tests/link.rs (target/release/deps/link-54a3b8e91b1e724c)
6592025-03-24T18:00:23.829Z
6602025-03-24T18:00:23.829Zrunning 5 tests
6612025-03-24T18:00:23.855Ztest test_simnet_lifecycle ... ok
6622025-03-24T18:00:23.855Ztest test_link_consistency ... ok
6632025-03-24T18:00:23.855Ztest test_get_links ... ok
6642025-03-24T18:00:23.855Ztest test_vnic_lifecycle ... ok
6652025-03-24T18:00:23.855Ztest test_simnet_connect ... ok
6662025-03-24T18:00:23.855Z
6672025-03-24T18:00:23.855Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
6682025-03-24T18:00:23.855Z
6692025-03-24T18:00:23.855Z Running unittests src/main.rs (target/release/deps/netadm-2d51434c3690e602)
6702025-03-24T18:00:23.855Z
6712025-03-24T18:00:23.855Zrunning 0 tests
6722025-03-24T18:00:23.855Z
6732025-03-24T18:00:23.855Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6742025-03-24T18:00:23.855Z
6752025-03-24T18:00:23.855Z Doc-tests libnet
6762025-03-24T18:00:24.150Z
6772025-03-24T18:00:24.150Zrunning 0 tests
6782025-03-24T18:00:24.150Z
6792025-03-24T18:00:24.150Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6802025-03-24T18:00:24.150Z
6812025-03-24T18:00:24.177Z
6822025-03-24T18:00:24.177Zreal 2.272081776
6832025-03-24T18:00:24.202Zuser 4.720665128
6842025-03-24T18:00:24.203Zsys 1.350432624
6852025-03-24T18:00:24.203Ztrap 0.001066339
6862025-03-24T18:00:24.203Ztflt 0.077784634
6872025-03-24T18:00:24.203Zdflt 0.063841742
6882025-03-24T18:00:24.203Zkflt 0.000000000
6892025-03-24T18:00:24.203Zlock 7.279127456
6902025-03-24T18:00:24.203Zslp 17.162112566
6912025-03-24T18:00:24.203Zlat 0.093614894
6922025-03-24T18:00:24.203Zstop 0.215526903
6932025-03-24T18:00:24.203Z+ banner post-test
6942025-03-24T18:00:24.203Z
6952025-03-24T18:00:24.203Z ##### #### #### ##### ##### ###### #### #####
6962025-03-24T18:00:24.203Z # # # # # # # # # #
6972025-03-24T18:00:24.203Z # # # # #### # ##### # ##### #### #
6982025-03-24T18:00:24.203Z ##### # # # # # # # #
6992025-03-24T18:00:24.203Z # # # # # # # # # # #
7002025-03-24T18:00:24.203Z # #### #### # # ###### #### #
7012025-03-24T18:00:24.203Z
7022025-03-24T18:00:24.203Z+ ./target/debug/netadm show links
7032025-03-24T18:00:24.203ZId Name Flags Class State MAC MTU
7042025-03-24T18:00:24.203Z-- ---- ----- ----- ----- --- ---
7052025-03-24T18:00:24.203Z1 vioif0 active persistent physical up 02:08:20:ca:84:01 1500
7062025-03-24T18:00:24.203Z+ ./target/debug/netadm show addrs
7072025-03-24T18:00:24.203ZName Type State Address Interface Index
7082025-03-24T18:00:24.203Z---- ------ ----- ------- ---------------
7092025-03-24T18:00:24.203Zlo0/v4 static ok 127.0.0.1/8 1
7102025-03-24T18:00:24.203Zlo0/v6 static ok ::1/128 1
7112025-03-24T18:00:24.203Zvioif0/v4 static ok 10.151.4.101/24 2
7122025-03-24T18:00:24.203Zprocess exited: duration 100530 ms, exit code 0
 
7132025-03-24T18:00:24.256Zfound 2 output files
7142025-03-24T18:00:24.257Zuploading: /work/debug/netadm (68166048 bytes)
7152025-03-24T18:00:29.409Zuploaded: /work/debug/netadm
7162025-03-24T18:00:29.409Zuploading: /work/release/netadm (8114984 bytes)
7172025-03-24T18:00:34.025Zuploaded: /work/release/netadm