01JKRE291N0EJZ09J4DYMQ92ZF: bench

BasicConfig {
    output_rules: [
        "=/work/bench-results.tgz",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/work/bench-results.tgz",
            series: "benchmark",
            name: "bench-results.tgz",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01JKRE2TYYMNYF3VBM37ZMMXEK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-10T17:28:17.984Zjob dependencies complete; ready to run (waiting for 6 m 45 s)
22025-02-10T17:29:23.235Zjob assigned to worker 01JKREFEF3BPTVYB6TQDTYSM72 [factory aws, i-0d1b6a44becffe5e5] (queued for 1 m 5 s)
32025-02-10T17:29:31.536Zdownloading input: /input/xde/work/debug/xde.dbg
42025-02-10T17:29:32.233Zdownloaded input: /input/xde/work/debug/xde.dbg
52025-02-10T17:29:32.233Zdownloading input: /input/xde/work/debug/xde.dbg.sha256
62025-02-10T17:29:32.246Zdownloaded input: /input/xde/work/debug/xde.dbg.sha256
72025-02-10T17:29:32.246Zdownloading input: /input/xde/work/debug/xde_link.dbg.so
82025-02-10T17:29:32.266Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so
92025-02-10T17:29:32.266Zdownloading input: /input/xde/work/debug/xde_link.dbg.so.sha256
102025-02-10T17:29:32.280Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so.sha256
112025-02-10T17:29:32.283Zdownloading input: /input/xde/work/release/xde
122025-02-10T17:29:32.702Zdownloaded input: /input/xde/work/release/xde
132025-02-10T17:29:32.702Zdownloading input: /input/xde/work/release/xde.sha256
142025-02-10T17:29:32.715Zdownloaded input: /input/xde/work/release/xde.sha256
152025-02-10T17:29:32.715Zdownloading input: /input/xde/work/release/xde_link.so
162025-02-10T17:29:32.737Zdownloaded input: /input/xde/work/release/xde_link.so
172025-02-10T17:29:32.737Zdownloading input: /input/xde/work/release/xde_link.so.sha256
182025-02-10T17:29:32.750Zdownloaded input: /input/xde/work/release/xde_link.so.sha256
192025-02-10T17:29:32.753Zdownloading input: /input/xde/work/test/loopback
202025-02-10T17:29:33.391Zdownloaded input: /input/xde/work/test/loopback
212025-02-10T17:29:33.391Zdownloading input: /input/xde/work/xde.conf
222025-02-10T17:29:33.406Zdownloaded input: /input/xde/work/xde.conf
 
232025-02-10T17:29:33.406Zstarting task 0: "setup"
242025-02-10T17:29:33.414Z++ uname -s
252025-02-10T17:29:33.416Z+ kern=SunOS
262025-02-10T17:29:33.417Z+ build_user=build
272025-02-10T17:29:33.417Z+ build_uid=12345
282025-02-10T17:29:33.417Z+ work_dir=/work
292025-02-10T17:29:33.417Z+ input_dir=/input
302025-02-10T17:29:33.417Z+ [[ 0 == 12345 ]]
312025-02-10T17:29:33.417Z+ case "$kern" in
322025-02-10T17:29:33.417Z+ groupadd -g 12345 build
332025-02-10T17:29:33.420Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
342025-02-10T17:29:35.427Z+ zfs create -o mountpoint=/work rpool/work
352025-02-10T17:29:35.493Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
362025-02-10T17:29:35.496Z+ home_fs=zfs
372025-02-10T17:29:35.496Z+ [[ zfs == autofs ]]
382025-02-10T17:29:35.496Z+ mkdir -p /home/build
392025-02-10T17:29:35.498Z+ chown build:build /home/build /work
402025-02-10T17:29:37.500Z+ chmod 0700 /home/build /work
412025-02-10T17:29:37.502Zprocess exited: duration 4096 ms, exit code 0
 
422025-02-10T17:29:37.509Zstarting task 1: "rust-toolchain"
432025-02-10T17:29:37.514Z+ printf ' * rust toolchain channel = "%s"\n' stable
442025-02-10T17:29:37.514Z+ printf ' * rust toolchain profile = "%s"\n' default
452025-02-10T17:29:37.514Z * rust toolchain channel = "stable"
462025-02-10T17:29:37.514Z * rust toolchain profile = "default"
472025-02-10T17:29:37.514Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
482025-02-10T17:29:37.514Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
492025-02-10T17:29:37.517Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
502025-02-10T17:29:37.517Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
512025-02-10T17:29:37.631Zinfo: downloading installer
522025-02-10T17:29:38.955Zwarning: it looks like you have an existing installation of Rust at:
532025-02-10T17:29:38.955Zwarning: /opt/ooce/bin
542025-02-10T17:29:38.955Zwarning: It is recommended that rustup be the primary Rust installation.
552025-02-10T17:29:38.955Zwarning: Otherwise you may have confusion unless you are careful with your PATH
562025-02-10T17:29:38.955Zwarning: If you are sure that you want both rustup and your already installed Rust
572025-02-10T17:29:38.955Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
582025-02-10T17:29:38.955Zwarning: or pass `-y' to ignore all ignorable checks.
592025-02-10T17:29:38.955Zerror: cannot install while Rust is installed
602025-02-10T17:29:38.955Zwarning: continuing (because the -y flag is set and the error is ignorable)
612025-02-10T17:29:38.969Zinfo: profile set to 'default'
622025-02-10T17:29:38.969Zinfo: default host triple is x86_64-unknown-illumos
632025-02-10T17:29:38.971Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
642025-02-10T17:29:39.103Zinfo: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27)
652025-02-10T17:29:39.103Zinfo: downloading component 'cargo'
662025-02-10T17:29:39.831Zinfo: downloading component 'clippy'
672025-02-10T17:29:40.110Zinfo: downloading component 'rust-docs'
682025-02-10T17:29:41.111Zinfo: downloading component 'rust-std'
692025-02-10T17:29:42.728Zinfo: downloading component 'rustc'
702025-02-10T17:29:48.441Zinfo: downloading component 'rustfmt'
712025-02-10T17:29:48.653Zinfo: installing component 'cargo'
722025-02-10T17:29:49.482Zinfo: installing component 'clippy'
732025-02-10T17:29:49.862Zinfo: installing component 'rust-docs'
742025-02-10T17:29:51.505Zinfo: installing component 'rust-std'
752025-02-10T17:29:53.368Zinfo: installing component 'rustc'
762025-02-10T17:29:59.387Zinfo: installing component 'rustfmt'
772025-02-10T17:29:59.725Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
782025-02-10T17:29:59.725Z
792025-02-10T17:30:00.120Z stable-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27)
802025-02-10T17:30:00.120Z
812025-02-10T17:30:00.123Z
822025-02-10T17:30:00.123ZRust is installed now. Great!
832025-02-10T17:30:00.123Z
842025-02-10T17:30:00.123ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
852025-02-10T17:30:00.123Zenvironment variable. This has not been done automatically.
862025-02-10T17:30:00.123Z
872025-02-10T17:30:00.123ZTo configure your current shell, you need to source
882025-02-10T17:30:00.123Zthe corresponding env file under $HOME/.cargo.
892025-02-10T17:30:00.123Z
902025-02-10T17:30:00.123ZThis is usually done by running one of the following (note the leading DOT):
912025-02-10T17:30:00.123Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
922025-02-10T17:30:00.124Zsource "$HOME/.cargo/env.fish" # For fish
932025-02-10T17:30:00.203Z+ rustup --version
942025-02-10T17:30:00.211Zrustup 1.27.1 (54dd3d00f 2024-04-24)
952025-02-10T17:30:00.211Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
962025-02-10T17:30:00.290Zinfo: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)`
972025-02-10T17:30:00.294Z+ cargo --version
982025-02-10T17:30:00.354Zcargo 1.84.1 (66221abde 2024-11-19)
992025-02-10T17:30:00.356Z+ rustc --version
1002025-02-10T17:30:00.419Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
1012025-02-10T17:30:00.423Zprocess exited: duration 22911 ms, exit code 0
 
1022025-02-10T17:30:00.429Zstarting task 2: "authentication"
1032025-02-10T17:30:00.451Zprocess exited: duration 22 ms, exit code 0
 
1042025-02-10T17:30:00.457Zstarting task 3: "clone repository"
1052025-02-10T17:30:00.462Z+ mkdir -p /work/oxidecomputer/opte
1062025-02-10T17:30:00.464Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
1072025-02-10T17:30:00.498ZCloning into '/work/oxidecomputer/opte'...
1082025-02-10T17:30:01.260Z+ cd /work/oxidecomputer/opte
1092025-02-10T17:30:01.262Z+ git fetch origin 9345439b57a80ca6d13e173affd8c4aab645af73
1102025-02-10T17:30:01.554ZFrom https://github.com/oxidecomputer/opte
1112025-02-10T17:30:01.554Z * branch 9345439b57a80ca6d13e173affd8c4aab645af73 -> FETCH_HEAD
1122025-02-10T17:30:01.563Z+ [[ -n ingot-and-offload ]]
1132025-02-10T17:30:01.565Z++ git branch --show-current
1142025-02-10T17:30:01.568Z+ current=master
1152025-02-10T17:30:01.568Z+ [[ master != ingot-and-offload ]]
1162025-02-10T17:30:01.568Z+ git branch -f ingot-and-offload 9345439b57a80ca6d13e173affd8c4aab645af73
1172025-02-10T17:30:01.570Z+ git checkout -f ingot-and-offload
1182025-02-10T17:30:01.592ZSwitched to branch 'ingot-and-offload'
1192025-02-10T17:30:01.595Z+ git reset --hard 9345439b57a80ca6d13e173affd8c4aab645af73
1202025-02-10T17:30:01.615ZHEAD is now at 9345439 Whelp, these flags moved about.
1212025-02-10T17:30:01.618Zprocess exited: duration 1158 ms, exit code 0
 
1222025-02-10T17:30:01.624Zstarting task 4: "build"
1232025-02-10T17:30:01.629Z+ pfexec pkg install brand/sparse opte iperf demangle flamegraph
1242025-02-10T17:30:09.403Z Startup: Refreshing catalog 'helios-dev' ... Done
1252025-02-10T17:30:13.636Z Startup: Caching catalogs ... Done
1262025-02-10T17:30:26.342ZPlanning: Solver setup ... Done
1272025-02-10T17:30:26.508ZPlanning: Running solver ... Done
1282025-02-10T17:30:26.625ZPlanning: Finding local manifests ... Done
1292025-02-10T17:30:26.640ZPlanning: Fetching manifests: 0/6 0% complete
1302025-02-10T17:30:26.761ZPlanning: Fetching manifests: 6/6 100% complete
1312025-02-10T17:30:26.834ZPlanning: Package planning ... Done
1322025-02-10T17:30:26.841ZPlanning: Merging actions ... Done
1332025-02-10T17:30:27.140ZPlanning: Checking for conflicting actions ... Done
1342025-02-10T17:30:29.209ZPlanning: Consolidating action changes ... Done
1352025-02-10T17:30:29.640ZPlanning: Evaluating mediators ... Done
1362025-02-10T17:30:29.710ZPlanning: Planning completed in 15.97 seconds
1372025-02-10T17:30:29.726Z Packages to install: 4
1382025-02-10T17:30:29.726Z Packages to update: 2
1392025-02-10T17:30:29.726Z Services to change: 1
1402025-02-10T17:30:29.728Z Create boot environment: No
1412025-02-10T17:30:29.728ZCreate backup boot environment: Yes
1422025-02-10T17:30:29.804Z
1432025-02-10T17:30:29.804ZDownload: 0/1024 items 0.0/18.4MB 0% complete
1442025-02-10T17:30:34.721ZDownload: Completed 18.42 MB in 4.92 seconds (3.8M/s)
1452025-02-10T17:30:36.667Z Actions: 1/1482 actions (Removing old actions)
1462025-02-10T17:30:36.689Z Actions: 199/1482 actions (Installing new actions)
1472025-02-10T17:30:37.239Z Actions: 642/1482 actions (Updating modified actions)
1482025-02-10T17:30:37.561Z Actions: Completed 1482 actions in 0.89 seconds.
1492025-02-10T17:30:37.772Z Done
1502025-02-10T17:30:37.775Z Done
1512025-02-10T17:30:38.310Z Done
1522025-02-10T17:30:42.677Z Done
1532025-02-10T17:30:42.761Z Done
1542025-02-10T17:30:42.764Z Done
1552025-02-10T17:30:48.622Z Done
1562025-02-10T17:30:49.033Z+ [[ -z 01JKRE2TYYMNYF3VBM37ZMMXEK ]]
1572025-02-10T17:30:49.034Z+ trap cleanup EXIT
1582025-02-10T17:30:49.036Z+ OUT_DIR=/work/bench-results
1592025-02-10T17:30:49.036Z+ mkdir -p /work/bench-results
1602025-02-10T17:30:49.036Z+ mkdir -p target/criterion
1612025-02-10T17:30:49.039Z+ mkdir -p target/xde-bench
1622025-02-10T17:30:49.042Z+ banner collect
1632025-02-10T17:30:49.044Z
1642025-02-10T17:30:49.044Z #### #### # # ###### #### #####
1652025-02-10T17:30:49.045Z # # # # # # # # # #
1662025-02-10T17:30:49.045Z # # # # # ##### # #
1672025-02-10T17:30:49.045Z # # # # # # # #
1682025-02-10T17:30:49.045Z # # # # # # # # # #
1692025-02-10T17:30:49.045Z #### #### ###### ###### ###### #### #
1702025-02-10T17:30:49.045Z
1712025-02-10T17:30:49.045Z++ cat .git/refs/heads/master
1722025-02-10T17:30:49.047Z+ BASELINE_COMMIT=46539d5b15aa93cb938f22966838360e87568b56
1732025-02-10T17:30:49.047Z+ [[ ingot-and-offload == \m\a\s\t\e\r ]]
1742025-02-10T17:30:49.047Z+ get_artifact opte benchmark 46539d5b15aa93cb938f22966838360e87568b56 bench-results.tgz
1752025-02-10T17:30:49.047Z+ local curl_res
1762025-02-10T17:30:49.047Z+ repo=opte
1772025-02-10T17:30:49.047Z+ series=benchmark
1782025-02-10T17:30:49.047Z+ commit=46539d5b15aa93cb938f22966838360e87568b56
1792025-02-10T17:30:49.047Z+ name=bench-results.tgz
1802025-02-10T17:30:49.047Z+ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1812025-02-10T17:30:49.047Z+ mkdir -p download
1822025-02-10T17:30:49.050Z+ pushd download
1832025-02-10T17:30:49.050Z/work/oxidecomputer/opte/download /work/oxidecomputer/opte
1842025-02-10T17:30:49.050Z+ [[ ! -f bench-results.tgz ]]
1852025-02-10T17:30:49.050Z+ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/opte/benchmark/46539d5b15aa93cb938f22966838360e87568b56/bench-results.tgz
1862025-02-10T17:30:49.056Z % Total % Received % Xferd Average Speed Time Time Time Current
1872025-02-10T17:30:49.056Z Dload Upload Total Spent Left Speed
1882025-02-10T17:30:49.283Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4479k 100 4479k 0 0 19.2M 0 --:--:-- --:--:-- --:--:-- 19.3M
1892025-02-10T17:30:49.287Z+ curl_res=0
1902025-02-10T17:30:49.291Z+ popd
1912025-02-10T17:30:49.291Z/work/oxidecomputer/opte
1922025-02-10T17:30:49.291Z+ return 0
1932025-02-10T17:30:49.291Z+ tar -xf download/bench-results.tgz -C target
1942025-02-10T17:30:49.637Z+ mv target/bench-results/criterion target/bench-results/xde-bench target/
1952025-02-10T17:30:49.640Z+ rm -r target/bench-results
1962025-02-10T17:30:49.642Z+ [[ '' -eq 1 ]]
1972025-02-10T17:30:49.642Z+ uname -a
1982025-02-10T17:30:49.645ZSunOS w-01JKREFEF3BPTVYB6TQDTYSM72 5.11 helios-2.0.22827 i86pc i386 i86pc
1992025-02-10T17:30:49.645Z+ cat /etc/versions/build
2002025-02-10T17:30:49.648Zheads/stlouis-0-g60122b5709
2012025-02-10T17:30:49.648Z+ dladm
2022025-02-10T17:30:49.652ZLINK CLASS MTU STATE BRIDGE OVER
2032025-02-10T17:30:49.652Zena0 phys 9216 up -- --
2042025-02-10T17:30:49.652Z+ ipadm
2052025-02-10T17:30:49.655ZADDROBJ TYPE STATE ADDR
2062025-02-10T17:30:49.655Zlo0/v4 static ok 127.0.0.1/8
2072025-02-10T17:30:49.655Zena0/dhcp dhcp ok 10.150.1.41/24
2082025-02-10T17:30:49.655Zlo0/v6 static ok ::1/128
2092025-02-10T17:30:49.655Z+ pfexec rem_drv xde
2102025-02-10T17:30:49.663Z+ set -o errexit
2112025-02-10T17:30:49.663Z+ set -o pipefail
2122025-02-10T17:30:49.666Z+ banner prepare
2132025-02-10T17:30:49.666Z
2142025-02-10T17:30:49.666Z ##### ##### ###### ##### ## ##### ######
2152025-02-10T17:30:49.666Z # # # # # # # # # # # #
2162025-02-10T17:30:49.666Z # # # # ##### # # # # # # #####
2172025-02-10T17:30:49.666Z ##### ##### # ##### ###### ##### #
2182025-02-10T17:30:49.666Z # # # # # # # # # #
2192025-02-10T17:30:49.666Z # # # ###### # # # # # ######
2202025-02-10T17:30:49.666Z
2212025-02-10T17:30:49.666Z+ pfexec cp /input/xde/work/xde.conf /kernel/drv/
2222025-02-10T17:30:49.669Z+ pfexec cp /input/xde/work/release/xde /kernel/drv/amd64
2232025-02-10T17:30:49.743Z+ pfexec add_drv xde
2242025-02-10T17:30:49.893Zdevfsadm: driver failed to attach: xde
2252025-02-10T17:30:49.896ZWarning: Driver (xde) successfully added to system but failed to attach
2262025-02-10T17:30:49.896Z+ banner bench
2272025-02-10T17:30:49.899Z
2282025-02-10T17:30:49.899Z ##### ###### # # #### # #
2292025-02-10T17:30:49.899Z # # # ## # # # # #
2302025-02-10T17:30:49.899Z ##### ##### # # # # ######
2312025-02-10T17:30:49.899Z # # # # # # # # #
2322025-02-10T17:30:49.899Z # # # # ## # # # #
2332025-02-10T17:30:49.899Z ##### ###### # # #### # #
2342025-02-10T17:30:49.899Z
2352025-02-10T17:30:49.899Z+ cargo kbench local
2362025-02-10T17:30:49.902Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
2372025-02-10T17:30:50.081Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
2382025-02-10T17:30:50.081Zinfo: downloading component 'cargo'
2392025-02-10T17:30:50.963Zinfo: downloading component 'clippy'
2402025-02-10T17:30:51.297Zinfo: downloading component 'rust-docs'
2412025-02-10T17:30:52.501Zinfo: downloading component 'rust-std'
2422025-02-10T17:30:54.301Zinfo: downloading component 'rustc'
2432025-02-10T17:31:01.174Zinfo: downloading component 'rustfmt'
2442025-02-10T17:31:01.449Zinfo: installing component 'cargo'
2452025-02-10T17:31:02.284Zinfo: installing component 'clippy'
2462025-02-10T17:31:02.663Zinfo: installing component 'rust-docs'
2472025-02-10T17:31:04.341Zinfo: installing component 'rust-std'
2482025-02-10T17:31:06.053Zinfo: installing component 'rustc'
2492025-02-10T17:31:12.040Zinfo: installing component 'rustfmt'
2502025-02-10T17:31:12.565Z Updating crates.io index
2512025-02-10T17:31:12.629Z Updating git repository `https://github.com/oxidecomputer/falcon`
2522025-02-10T17:31:13.404Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2532025-02-10T17:31:14.157Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2542025-02-10T17:31:14.444Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2552025-02-10T17:31:14.930Z Updating git repository `https://github.com/oxidecomputer/zone`
2562025-02-10T17:31:15.159Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2572025-02-10T17:31:15.466Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2582025-02-10T17:31:15.743Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2592025-02-10T17:31:16.029Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2602025-02-10T17:31:16.775Z Downloading crates ...
2612025-02-10T17:31:16.868Z Downloaded circular v0.3.0
2622025-02-10T17:31:16.879Z Downloaded plotters-svg v0.3.7
2632025-02-10T17:31:16.888Z Downloaded foreign-types-shared v0.3.1
2642025-02-10T17:31:16.891Z Downloaded ident_case v1.0.1
2652025-02-10T17:31:16.895Z Downloaded proc-macro-error-attr2 v2.0.0
2662025-02-10T17:31:16.897Z Downloaded cstr-argument v0.1.2
2672025-02-10T17:31:16.897Z Downloaded pin-project-lite v0.2.16
2682025-02-10T17:31:16.904Z Downloaded num-conv v0.1.0
2692025-02-10T17:31:16.907Z Downloaded pretty-hex v0.2.1
2702025-02-10T17:31:16.907Z Downloaded is-terminal v0.4.13
2712025-02-10T17:31:16.909Z Downloaded ciborium-io v0.2.2
2722025-02-10T17:31:16.909Z Downloaded bitflags v1.3.2
2732025-02-10T17:31:16.912Z Downloaded autocfg v1.4.0
2742025-02-10T17:31:16.915Z Downloaded byteorder v1.5.0
2752025-02-10T17:31:16.915Z Downloaded take_mut v0.2.2
2762025-02-10T17:31:16.917Z Downloaded anstyle-query v1.1.2
2772025-02-10T17:31:16.917Z Downloaded anstyle-parse v0.2.6
2782025-02-10T17:31:16.920Z Downloaded darling_macro v0.20.10
2792025-02-10T17:31:16.922Z Downloaded anes v0.1.6
2802025-02-10T17:31:16.925Z Downloaded equivalent v1.0.1
2812025-02-10T17:31:16.925Z Downloaded cfg_aliases v0.2.1
2822025-02-10T17:31:16.925Z Downloaded cast v0.3.0
2832025-02-10T17:31:16.928Z Downloaded proc-macro-crate v1.3.1
2842025-02-10T17:31:16.930Z Downloaded itoa v1.0.14
2852025-02-10T17:31:16.933Z Downloaded ipnetwork v0.20.0
2862025-02-10T17:31:16.933Z Downloaded heck v0.4.1
2872025-02-10T17:31:16.935Z Downloaded ctor v0.2.9
2882025-02-10T17:31:16.935Z Downloaded clap_lex v0.7.4
2892025-02-10T17:31:16.939Z Downloaded dyn-clone v1.0.17
2902025-02-10T17:31:16.942Z Downloaded proc-macro-error-attr v1.0.4
2912025-02-10T17:31:16.944Z Downloaded parking_lot v0.12.3
2922025-02-10T17:31:16.947Z Downloaded is_terminal_polyfill v1.70.1
2932025-02-10T17:31:16.947Z Downloaded dirs-next v2.0.0
2942025-02-10T17:31:16.949Z Downloaded powerfmt v0.2.0
2952025-02-10T17:31:16.949Z Downloaded managed v0.8.0
2962025-02-10T17:31:16.949Z Downloaded hash32 v0.3.1
2972025-02-10T17:31:16.952Z Downloaded signal-hook-registry v1.4.2
2982025-02-10T17:31:16.952Z Downloaded dirs-sys-next v0.1.2
2992025-02-10T17:31:16.955Z Downloaded macaddr v1.0.1
3002025-02-10T17:31:16.955Z Downloaded futures-task v0.3.31
3012025-02-10T17:31:16.957Z Downloaded pin-utils v0.1.0
3022025-02-10T17:31:16.957Z Downloaded terminal_size v0.4.1
3032025-02-10T17:31:16.960Z Downloaded crossbeam-deque v0.8.6
3042025-02-10T17:31:16.963Z Downloaded futures-sink v0.3.31
3052025-02-10T17:31:16.963Z Downloaded foreign-types v0.5.0
3062025-02-10T17:31:16.963Z Downloaded deranged v0.3.11
3072025-02-10T17:31:16.965Z Downloaded lazy_static v1.5.0
3082025-02-10T17:31:16.965Z Downloaded anstream v0.6.18
3092025-02-10T17:31:16.968Z Downloaded utf8parse v0.2.2
3102025-02-10T17:31:16.970Z Downloaded stable_deref_trait v1.2.0
3112025-02-10T17:31:16.970Z Downloaded anstyle v1.0.10
3122025-02-10T17:31:16.973Z Downloaded thiserror-impl v1.0.69
3132025-02-10T17:31:16.973Z Downloaded oorandom v11.1.4
3142025-02-10T17:31:16.976Z Downloaded slog-async v2.8.0
3152025-02-10T17:31:16.976Z Downloaded rand_chacha v0.3.1
3162025-02-10T17:31:16.979Z Downloaded rand_core v0.6.4
3172025-02-10T17:31:16.979Z Downloaded version_check v0.9.5
3182025-02-10T17:31:16.981Z Downloaded thiserror-impl v2.0.11
3192025-02-10T17:31:16.981Z Downloaded embedded-io v0.6.1
3202025-02-10T17:31:16.984Z Downloaded time-core v0.1.2
3212025-02-10T17:31:16.984Z Downloaded cobs v0.2.3
3222025-02-10T17:31:16.986Z Downloaded ipnetwork v0.21.1
3232025-02-10T17:31:16.986Z Downloaded futures-macro v0.3.31
3242025-02-10T17:31:16.989Z Downloaded schemars_derive v0.8.21
3252025-02-10T17:31:16.989Z Downloaded defmt-parser v0.4.1
3262025-02-10T17:31:16.992Z Downloaded criterion-plot v0.5.0
3272025-02-10T17:31:16.992Z Downloaded tokio-macros v2.5.0
3282025-02-10T17:31:16.994Z Downloaded foreign-types-macros v0.2.3
3292025-02-10T17:31:16.994Z Downloaded toml_datetime v0.6.8
3302025-02-10T17:31:16.997Z Downloaded strsim v0.11.1
3312025-02-10T17:31:16.997Z Downloaded ciborium-ll v0.2.2
3322025-02-10T17:31:16.998Z Downloaded thread_local v1.1.8
3332025-02-10T17:31:17.001Z Downloaded thiserror v1.0.69
3342025-02-10T17:31:17.003Z Downloaded slog-stdlog v4.1.1
3352025-02-10T17:31:17.006Z Downloaded futures-core v0.3.31
3362025-02-10T17:31:17.009Z Downloaded slog-scope v4.4.0
3372025-02-10T17:31:17.009Z Downloaded rusticata-macros v4.1.0
3382025-02-10T17:31:17.012Z Downloaded clap_derive v4.5.24
3392025-02-10T17:31:17.012Z Downloaded futures-executor v0.3.31
3402025-02-10T17:31:17.014Z Downloaded crc32fast v1.4.2
3412025-02-10T17:31:17.017Z Downloaded futures-channel v0.3.31
3422025-02-10T17:31:17.017Z Downloaded same-file v1.0.6
3432025-02-10T17:31:17.020Z Downloaded proc-macro-error v1.0.4
3442025-02-10T17:31:17.022Z Downloaded tabwriter v1.4.1
3452025-02-10T17:31:17.025Z Downloaded slog-envlogger v2.2.0
3462025-02-10T17:31:17.025Z Downloaded num_enum_derive v0.5.11
3472025-02-10T17:31:17.025Z Downloaded anyhow v1.0.95
3482025-02-10T17:31:17.029Z Downloaded walkdir v2.5.0
3492025-02-10T17:31:17.032Z Downloaded zerocopy-derive v0.7.35
3502025-02-10T17:31:17.035Z Downloaded num_enum v0.5.11
3512025-02-10T17:31:17.040Z Downloaded lock_api v0.4.12
3522025-02-10T17:31:17.042Z Downloaded thiserror v2.0.11
3532025-02-10T17:31:17.047Z Downloaded serde_derive_internals v0.29.1
3542025-02-10T17:31:17.049Z Downloaded tinytemplate v1.2.1
3552025-02-10T17:31:17.052Z Downloaded time-macros v0.2.19
3562025-02-10T17:31:17.054Z Downloaded slog-term v2.9.1
3572025-02-10T17:31:17.057Z Downloaded darling v0.20.10
3582025-02-10T17:31:17.060Z Downloaded tracing-attributes v0.1.28
3592025-02-10T17:31:17.062Z Downloaded quote v1.0.38
3602025-02-10T17:31:17.065Z Downloaded once_cell v1.20.2
3612025-02-10T17:31:17.068Z Downloaded crossbeam-epoch v0.9.18
3622025-02-10T17:31:17.070Z Downloaded smallvec v1.13.2
3632025-02-10T17:31:17.073Z Downloaded bytes v1.9.0
3642025-02-10T17:31:17.076Z Downloaded ryu v1.0.18
3652025-02-10T17:31:17.078Z Downloaded uuid v1.12.0
3662025-02-10T17:31:17.081Z Downloaded clap v4.5.26
3672025-02-10T17:31:17.090Z Downloaded socket2 v0.5.8
3682025-02-10T17:31:17.092Z Downloaded proc-macro2 v1.0.93
3692025-02-10T17:31:17.095Z Downloaded arc-swap v1.7.1
3702025-02-10T17:31:17.098Z Downloaded num-traits v0.2.19
3712025-02-10T17:31:17.101Z Downloaded slog v2.7.0
3722025-02-10T17:31:17.104Z Downloaded unicode-ident v1.0.14
3732025-02-10T17:31:17.107Z Downloaded indexmap v2.7.1
3742025-02-10T17:31:17.111Z Downloaded heapless v0.8.0
3752025-02-10T17:31:17.114Z Downloaded serde_derive v1.0.217
3762025-02-10T17:31:17.117Z Downloaded darling_core v0.20.10
3772025-02-10T17:31:17.122Z Downloaded tracing-core v0.1.33
3782025-02-10T17:31:17.124Z Downloaded futures v0.3.31
3792025-02-10T17:31:17.130Z Downloaded rayon-core v1.12.1
3802025-02-10T17:31:17.133Z Downloaded schemars v0.8.21
3812025-02-10T17:31:17.144Z Downloaded memchr v2.7.4
3822025-02-10T17:31:17.149Z Downloaded pcap-parser v0.16.0
3832025-02-10T17:31:17.153Z Downloaded zerocopy-derive v0.8.14
3842025-02-10T17:31:17.159Z Downloaded tracing v0.1.41
3852025-02-10T17:31:17.164Z Downloaded itertools v0.12.1
3862025-02-10T17:31:17.170Z Downloaded itertools v0.13.0
3872025-02-10T17:31:17.177Z Downloaded toml_edit v0.19.15
3882025-02-10T17:31:17.194Z Downloaded serde v1.0.217
3892025-02-10T17:31:17.197Z Downloaded clap_builder v4.5.26
3902025-02-10T17:31:17.203Z Downloaded rand v0.8.5
3912025-02-10T17:31:17.206Z Downloaded time v0.3.37
3922025-02-10T17:31:17.213Z Downloaded plotters v0.3.7
3932025-02-10T17:31:17.221Z Downloaded aho-corasick v1.1.3
3942025-02-10T17:31:17.226Z Downloaded futures-util v0.3.31
3952025-02-10T17:31:17.237Z Downloaded itertools v0.14.0
3962025-02-10T17:31:17.243Z Downloaded itertools v0.10.5
3972025-02-10T17:31:17.249Z Downloaded winnow v0.5.40
3982025-02-10T17:31:17.257Z Downloaded nix v0.29.0
3992025-02-10T17:31:17.268Z Downloaded serde_json v1.0.137
4002025-02-10T17:31:17.275Z Downloaded winnow v0.6.24
4012025-02-10T17:31:17.282Z Downloaded hashbrown v0.15.2
4022025-02-10T17:31:17.288Z Downloaded zerocopy v0.7.35
4032025-02-10T17:31:17.302Z Downloaded rayon v1.10.0
4042025-02-10T17:31:17.311Z Downloaded nom v7.1.3
4052025-02-10T17:31:17.316Z Downloaded criterion v0.5.1
4062025-02-10T17:31:17.322Z Downloaded zerocopy v0.8.14
4072025-02-10T17:31:17.344Z Downloaded syn v1.0.109
4082025-02-10T17:31:17.353Z Downloaded regex v1.11.1
4092025-02-10T17:31:17.364Z Downloaded mio v1.0.3
4102025-02-10T17:31:17.369Z Downloaded unicode-width v0.2.0
4112025-02-10T17:31:17.374Z Downloaded minimal-lexical v0.2.1
4122025-02-10T17:31:17.378Z Downloaded syn v2.0.96
4132025-02-10T17:31:17.389Z Downloaded crossbeam-channel v0.5.14
4142025-02-10T17:31:17.392Z Downloaded crossbeam-utils v0.8.21
4152025-02-10T17:31:17.395Z Downloaded regex-syntax v0.8.5
4162025-02-10T17:31:17.402Z Downloaded half v2.4.1
4172025-02-10T17:31:17.405Z Downloaded smoltcp v0.11.0
4182025-02-10T17:31:17.416Z Downloaded rustix v0.38.43
4192025-02-10T17:31:17.437Z Downloaded proc-macro-error2 v2.0.1
4202025-02-10T17:31:17.439Z Downloaded log v0.4.25
4212025-02-10T17:31:17.443Z Downloaded getrandom v0.2.15
4222025-02-10T17:31:17.447Z Downloaded fnv v1.0.7
4232025-02-10T17:31:17.447Z Downloaded embedded-io v0.4.0
4242025-02-10T17:31:17.447Z Downloaded either v1.13.0
4252025-02-10T17:31:17.450Z Downloaded defmt v0.3.10
4262025-02-10T17:31:17.452Z Downloaded cfg-if v1.0.0
4272025-02-10T17:31:17.452Z Downloaded term v0.7.0
4282025-02-10T17:31:17.455Z Downloaded heck v0.5.0
4292025-02-10T17:31:17.455Z Downloaded libc v0.2.169
4302025-02-10T17:31:17.477Z Downloaded futures-io v0.3.31
4312025-02-10T17:31:17.480Z Downloaded defmt-macros v0.4.0
4322025-02-10T17:31:17.483Z Downloaded slab v0.4.9
4332025-02-10T17:31:17.483Z Downloaded scopeguard v1.2.0
4342025-02-10T17:31:17.483Z Downloaded ppv-lite86 v0.2.20
4352025-02-10T17:31:17.485Z Downloaded plotters-backend v0.3.7
4362025-02-10T17:31:17.485Z Downloaded regex-automata v0.4.9
4372025-02-10T17:31:17.503Z Downloaded errno v0.3.10
4382025-02-10T17:31:17.506Z Downloaded colored v2.2.0
4392025-02-10T17:31:17.506Z Downloaded bitflags v2.8.0
4402025-02-10T17:31:17.506Z Downloaded postcard v1.1.1
4412025-02-10T17:31:17.509Z Downloaded parking_lot_core v0.9.10
4422025-02-10T17:31:17.512Z Downloaded colorchoice v1.0.3
4432025-02-10T17:31:17.512Z Downloaded ciborium v0.2.2
4442025-02-10T17:31:17.515Z Downloaded cookie-factory v0.3.3
4452025-02-10T17:31:17.542Z Downloaded tokio v1.43.0
4462025-02-10T17:31:17.723Z Compiling proc-macro2 v1.0.93
4472025-02-10T17:31:17.723Z Compiling unicode-ident v1.0.14
4482025-02-10T17:31:17.724Z Compiling cfg-if v1.0.0
4492025-02-10T17:31:17.754Z Compiling libc v0.2.169
4502025-02-10T17:31:17.754Z Compiling serde v1.0.217
4512025-02-10T17:31:17.754Z Compiling autocfg v1.4.0
4522025-02-10T17:31:17.769Z Compiling memchr v2.7.4
4532025-02-10T17:31:17.769Z Compiling version_check v0.9.5
4542025-02-10T17:31:17.827Z Compiling byteorder v1.5.0
4552025-02-10T17:31:17.920Z Compiling syn v1.0.109
4562025-02-10T17:31:18.166Z Compiling pin-project-lite v0.2.16
4572025-02-10T17:31:18.324Z Compiling either v1.13.0
4582025-02-10T17:31:18.337Z Compiling ident_case v1.0.1
4592025-02-10T17:31:18.366Z Compiling fnv v1.0.7
4602025-02-10T17:31:18.494Z Compiling strsim v0.11.1
4612025-02-10T17:31:18.501Z Compiling itoa v1.0.14
4622025-02-10T17:31:18.530Z Compiling once_cell v1.20.2
4632025-02-10T17:31:18.705Z Compiling equivalent v1.0.1
4642025-02-10T17:31:18.705Z Compiling hashbrown v0.15.2
4652025-02-10T17:31:18.843Z Compiling serde_json v1.0.137
4662025-02-10T17:31:18.990Z Compiling anyhow v1.0.95
4672025-02-10T17:31:19.129Z Compiling regex-syntax v0.8.5
4682025-02-10T17:31:19.231Z Compiling lock_api v0.4.12
4692025-02-10T17:31:19.588Z Compiling quote v1.0.38
4702025-02-10T17:31:19.602Z Compiling aho-corasick v1.1.3
4712025-02-10T17:31:19.956Z Compiling indexmap v2.7.1
4722025-02-10T17:31:19.971Z Compiling winnow v0.5.40
4732025-02-10T17:31:20.154Z Compiling syn v2.0.96
4742025-02-10T17:31:20.323Z Compiling ryu v1.0.18
4752025-02-10T17:31:20.428Z Compiling crossbeam-utils v0.8.21
4762025-02-10T17:31:20.727Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4772025-02-10T17:31:20.921Z Compiling dyn-clone v1.0.17
4782025-02-10T17:31:21.088Z Compiling zerocopy v0.8.14
4792025-02-10T17:31:21.154Z Compiling toml_datetime v0.6.8
4802025-02-10T17:31:21.215Z Compiling parking_lot_core v0.9.10
4812025-02-10T17:31:21.553Z Compiling itertools v0.13.0
4822025-02-10T17:31:21.810Z Compiling scopeguard v1.2.0
4832025-02-10T17:31:21.886Z Compiling smallvec v1.13.2
4842025-02-10T17:31:21.957Z Compiling heapless v0.8.0
4852025-02-10T17:31:22.365Z Compiling lazy_static v1.5.0
4862025-02-10T17:31:22.474Z Compiling thiserror v1.0.69
4872025-02-10T17:31:22.844Z Compiling regex-automata v0.4.9
4882025-02-10T17:31:23.023Z Compiling toml_edit v0.19.15
4892025-02-10T17:31:24.349Z Compiling getrandom v0.2.15
4902025-02-10T17:31:24.387Z Compiling hash32 v0.3.1
4912025-02-10T17:31:24.603Z Compiling stable_deref_trait v1.2.0
4922025-02-10T17:31:24.677Z Compiling schemars v0.8.21
4932025-02-10T17:31:24.691Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
4942025-02-10T17:31:24.702Z Compiling smoltcp v0.11.0
4952025-02-10T17:31:25.017Z Compiling macaddr v1.0.1
4962025-02-10T17:31:25.298Z Compiling rand_core v0.6.4
4972025-02-10T17:31:25.446Z Compiling parking_lot v0.12.3
4982025-02-10T17:31:25.727Z Compiling proc-macro-crate v1.3.1
4992025-02-10T17:31:25.868Z Compiling mio v1.0.3
5002025-02-10T17:31:26.100Z Compiling signal-hook-registry v1.4.2
5012025-02-10T17:31:26.486Z Compiling socket2 v0.5.8
5022025-02-10T17:31:27.090Z Compiling darling_core v0.20.10
5032025-02-10T17:31:27.093Z Compiling regex v1.11.1
5042025-02-10T17:31:27.245Z Compiling serde_derive_internals v0.29.1
5052025-02-10T17:31:27.692Z Compiling slab v0.4.9
5062025-02-10T17:31:28.041Z Compiling managed v0.8.0
5072025-02-10T17:31:28.055Z Compiling bytes v1.9.0
5082025-02-10T17:31:28.503Z Compiling slog v2.7.0
5092025-02-10T17:31:28.645Z Compiling cobs v0.2.3
5102025-02-10T17:31:29.030Z Compiling bitflags v1.3.2
5112025-02-10T17:31:29.033Z Compiling foreign-types-shared v0.3.1
5122025-02-10T17:31:29.138Z Compiling rustix v0.38.43
5132025-02-10T17:31:29.672Z Compiling errno v0.3.10
5142025-02-10T17:31:29.722Z Compiling tracing-core v0.1.33
5152025-02-10T17:31:29.893Z Compiling cstr-argument v0.1.2
5162025-02-10T17:31:29.904Z Compiling proc-macro-error-attr v1.0.4
5172025-02-10T17:31:29.997Z Compiling num_enum_derive v0.5.11
5182025-02-10T17:31:30.050Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5192025-02-10T17:31:30.148Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5202025-02-10T17:31:30.221Z Compiling ipnetwork v0.21.1
5212025-02-10T17:31:30.495Z Compiling utf8parse v0.2.2
5222025-02-10T17:31:30.667Z Compiling futures-core v0.3.31
5232025-02-10T17:31:30.908Z Compiling unicode-width v0.2.0
5242025-02-10T17:31:30.911Z Compiling futures-sink v0.3.31
5252025-02-10T17:31:30.926Z Compiling pretty-hex v0.2.1
5262025-02-10T17:31:31.077Z Compiling futures-channel v0.3.31
5272025-02-10T17:31:31.079Z Compiling serde_derive v1.0.217
5282025-02-10T17:31:31.118Z Compiling zerocopy-derive v0.8.14
5292025-02-10T17:31:31.430Z Compiling zerocopy-derive v0.7.35
5302025-02-10T17:31:31.482Z Compiling thiserror-impl v1.0.69
5312025-02-10T17:31:31.523Z Compiling tokio-macros v2.5.0
5322025-02-10T17:31:32.118Z Compiling schemars_derive v0.8.21
5332025-02-10T17:31:32.554Z Compiling darling_macro v0.20.10
5342025-02-10T17:31:32.965Z Compiling foreign-types-macros v0.2.3
5352025-02-10T17:31:33.284Z Compiling zerocopy v0.7.35
5362025-02-10T17:31:33.535Z Compiling darling v0.20.10
5372025-02-10T17:31:33.648Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
5382025-02-10T17:31:34.229Z Compiling foreign-types v0.5.0
5392025-02-10T17:31:34.329Z Compiling tokio v1.43.0
5402025-02-10T17:31:34.433Z Compiling num_enum v0.5.11
5412025-02-10T17:31:34.606Z Compiling tracing-attributes v0.1.28
5422025-02-10T17:31:34.693Z Compiling ppv-lite86 v0.2.20
5432025-02-10T17:31:34.958Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5442025-02-10T17:31:35.469Z Compiling rand_chacha v0.3.1
5452025-02-10T17:31:35.483Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5462025-02-10T17:31:35.669Z Compiling tabwriter v1.4.1
5472025-02-10T17:31:36.340Z Compiling rand v0.8.5
5482025-02-10T17:31:36.591Z Compiling futures-macro v0.3.31
5492025-02-10T17:31:37.130Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5502025-02-10T17:31:37.306Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5512025-02-10T17:31:37.478Z Compiling anstyle-parse v0.2.6
5522025-02-10T17:31:37.536Z Compiling tracing v0.1.41
5532025-02-10T17:31:38.140Z Compiling colored v2.2.0
5542025-02-10T17:31:38.323Z Compiling itertools v0.14.0
5552025-02-10T17:31:38.428Z Compiling proc-macro-error v1.0.4
5562025-02-10T17:31:38.850Z Compiling crc32fast v1.4.2
5572025-02-10T17:31:38.868Z Compiling winnow v0.6.24
5582025-02-10T17:31:39.136Z Compiling anstyle-query v1.1.2
5592025-02-10T17:31:39.200Z Compiling is_terminal_polyfill v1.70.1
5602025-02-10T17:31:39.282Z Compiling colorchoice v1.0.3
5612025-02-10T17:31:39.300Z Compiling pin-utils v0.1.0
5622025-02-10T17:31:39.335Z Compiling futures-io v0.3.31
5632025-02-10T17:31:39.389Z Compiling futures-task v0.3.31
5642025-02-10T17:31:39.451Z Compiling anstyle v1.0.10
5652025-02-10T17:31:39.686Z Compiling futures-util v0.3.31
5662025-02-10T17:31:39.826Z Compiling anstream v0.6.18
5672025-02-10T17:31:39.868Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
5682025-02-10T17:31:40.635Z Compiling dirs-sys-next v0.1.2
5692025-02-10T17:31:41.108Z Compiling powerfmt v0.2.0
5702025-02-10T17:31:41.532Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
5712025-02-10T17:31:41.676Z Compiling num-conv v0.1.0
5722025-02-10T17:31:41.860Z Compiling thiserror v2.0.11
5732025-02-10T17:31:41.929Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
5742025-02-10T17:31:42.270Z Compiling clap_lex v0.7.4
5752025-02-10T17:31:42.433Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
5762025-02-10T17:31:42.780Z Compiling heck v0.5.0
5772025-02-10T17:31:42.834Z Compiling time-core v0.1.2
5782025-02-10T17:31:43.005Z Compiling time-macros v0.2.19
5792025-02-10T17:31:43.180Z Compiling clap_derive v4.5.24
5802025-02-10T17:31:44.132Z Compiling bitflags v2.8.0
5812025-02-10T17:31:44.804Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
5822025-02-10T17:31:45.807Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5832025-02-10T17:31:45.861Z Compiling postcard v1.1.1
5842025-02-10T17:31:45.950Zwarning: unused import: `core::ffi::c_int`
5852025-02-10T17:31:45.950Z --> crates/illumos-sys-hdrs/src/mac.rs:7:5
5862025-02-10T17:31:45.950Z |
5872025-02-10T17:31:45.950Z7 | use core::ffi::c_int;
5882025-02-10T17:31:45.950Z | ^^^^^^^^^^^^^^^^
5892025-02-10T17:31:45.950Z |
5902025-02-10T17:31:45.950Z = note: `#[warn(unused_imports)]` on by default
5912025-02-10T17:31:45.950Z
5922025-02-10T17:31:46.616Zwarning: `illumos-sys-hdrs` (lib) generated 1 warning (run `cargo fix --lib -p illumos-sys-hdrs` to apply 1 suggestion)
5932025-02-10T17:31:46.616Z Compiling ipnetwork v0.20.0
5942025-02-10T17:31:47.394Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5952025-02-10T17:31:47.722Z Compiling uuid v1.12.0
5962025-02-10T17:31:48.613Z Compiling terminal_size v0.4.1
5972025-02-10T17:31:48.698Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
5982025-02-10T17:31:49.339Z Compiling clap_builder v4.5.26
5992025-02-10T17:31:50.021Z Compiling futures-executor v0.3.31
6002025-02-10T17:31:51.336Z Compiling deranged v0.3.11
6012025-02-10T17:31:52.193Z Compiling dirs-next v2.0.0
6022025-02-10T17:31:52.705Z Compiling thiserror-impl v2.0.11
6032025-02-10T17:31:52.975Z Compiling crossbeam-epoch v0.9.18
6042025-02-10T17:31:53.031Z Compiling is-terminal v0.4.13
6052025-02-10T17:31:53.160Z Compiling thread_local v1.1.8
6062025-02-10T17:31:53.727Z Compiling num-traits v0.2.19
6072025-02-10T17:31:53.809Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
6082025-02-10T17:31:54.135Z Compiling minimal-lexical v0.2.1
6092025-02-10T17:31:54.178Z Compiling slog-async v2.8.0
6102025-02-10T17:31:54.262Z Compiling arc-swap v1.7.1
6112025-02-10T17:31:54.665Z Compiling heck v0.4.1
6122025-02-10T17:31:54.692Z Compiling rayon-core v1.12.1
6132025-02-10T17:31:54.914Z Compiling slog-scope v4.4.0
6142025-02-10T17:31:55.022Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
6152025-02-10T17:31:55.111Z Compiling nom v7.1.3
6162025-02-10T17:31:55.692Z Compiling time v0.3.37
6172025-02-10T17:31:56.337Z Compiling clap v4.5.26
6182025-02-10T17:31:56.351Z Compiling crossbeam-deque v0.8.6
6192025-02-10T17:31:56.456Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6202025-02-10T17:31:56.749Z Compiling term v0.7.0
6212025-02-10T17:31:58.281Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
6222025-02-10T17:31:59.021Z Compiling futures v0.3.31
6232025-02-10T17:31:59.133Z Compiling crossbeam-channel v0.5.14
6242025-02-10T17:31:59.817Z Compiling itertools v0.12.1
6252025-02-10T17:32:00.551Z Compiling half v2.4.1
6262025-02-10T17:32:01.171Z Compiling log v0.4.25
6272025-02-10T17:32:01.487Z Compiling cfg_aliases v0.2.1
6282025-02-10T17:32:01.590Z Compiling take_mut v0.2.2
6292025-02-10T17:32:01.645Z Compiling ciborium-io v0.2.2
6302025-02-10T17:32:01.762Z Compiling plotters-backend v0.3.7
6312025-02-10T17:32:01.780Z Compiling ciborium-ll v0.2.2
6322025-02-10T17:32:02.235Z Compiling plotters-svg v0.3.7
6332025-02-10T17:32:02.835Z Compiling nix v0.29.0
6342025-02-10T17:32:03.236Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
6352025-02-10T17:32:03.687Z Compiling slog-stdlog v4.1.1
6362025-02-10T17:32:04.400Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
6372025-02-10T17:32:04.622Z Compiling cookie-factory v0.3.3
6382025-02-10T17:32:05.307Z Compiling rusticata-macros v4.1.0
6392025-02-10T17:32:05.326Z Compiling slog-term v2.9.1
6402025-02-10T17:32:06.925Z Compiling itertools v0.10.5
6412025-02-10T17:32:07.241Z Compiling same-file v1.0.6
6422025-02-10T17:32:07.285Z Compiling circular v0.3.0
6432025-02-10T17:32:07.513Z Compiling cast v0.3.0
6442025-02-10T17:32:07.700Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
6452025-02-10T17:32:07.713Z Compiling plotters v0.3.7
6462025-02-10T17:32:07.841Z Compiling pcap-parser v0.16.0
6472025-02-10T17:32:07.895Z Compiling walkdir v2.5.0
6482025-02-10T17:32:08.230Z Compiling rayon v1.10.0
6492025-02-10T17:32:08.522Z Compiling slog-envlogger v2.2.0
6502025-02-10T17:32:09.715Z Compiling criterion-plot v0.5.0
6512025-02-10T17:32:09.877Z Compiling ciborium v0.2.2
6522025-02-10T17:32:10.581Z Compiling tinytemplate v1.2.1
6532025-02-10T17:32:10.716Z Compiling oorandom v11.1.4
6542025-02-10T17:32:10.931Z Compiling anes v0.1.6
6552025-02-10T17:32:11.418Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
6562025-02-10T17:32:11.642Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6572025-02-10T17:32:11.655Z Compiling ctor v0.2.9
6582025-02-10T17:32:12.887Z Compiling criterion v0.5.1
6592025-02-10T17:32:15.742Z Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench)
6602025-02-10T17:33:36.730Z Finished `bench` profile [optimized + debuginfo] target(s) in 2m 24s
6612025-02-10T17:33:36.867Z Running benches/xde.rs (target/release/deps/xde-c35f986a861c23a8)
6622025-02-10T17:33:36.953Z###--------------------------------###
6632025-02-10T17:33:36.953Z:::Building test topology... (120s):::
6642025-02-10T17:33:36.953Z###--------------------------------###
6652025-02-10T17:33:36.992ZError: OPTE driver is not attached
6662025-02-10T17:33:36.995Zerror: bench failed, to rerun pass `-p opte-bench --bench xde`
6672025-02-10T17:33:36.995Z
6682025-02-10T17:33:36.995ZCaused by:
6692025-02-10T17:33:36.995Z process didn't exit successfully: `/work/oxidecomputer/opte/target/release/deps/xde-c35f986a861c23a8 local --bench` (exit status: 1)
6702025-02-10T17:33:37.020Z+ cleanup
6712025-02-10T17:33:37.023Z++ id -un
6722025-02-10T17:33:37.026Z++ id -gn
6732025-02-10T17:33:37.029Z+ pfexec chown -R build:build .
6742025-02-10T17:33:37.089Z+ [[ -z 01JKRE2TYYMNYF3VBM37ZMMXEK ]]
6752025-02-10T17:33:37.093Zprocess exited: duration 215446 ms, exit code 1
 
6762025-02-10T17:33:37.099Zfound 0 output files
6772025-02-10T17:33:37.099Zupload error: rule "/work/bench-results.tgz" required a match, but was not used