01JPB8Y8ZHJ9PD0RTSKKQWHC41: bench

BasicConfig {
    output_rules: [
        "=/work/bench-results.tgz",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    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: 01JPB8Z13EP6PE4JGMVNKFHDDN

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-03-14T21:35:49.453Zjob dependencies complete; ready to run (waiting for 6 m 46 s)
22025-03-14T21:36:16.525Zjob assigned to worker 01JPB9BG8RBYQRKX0A8XDVNJBJ [factory gimlet-EVT22200007-propolis, EVT22200007/21924] (queued for 27 s)
32025-03-14T21:36:24.626Zdownloading input: /input/xde/work/debug/xde.dbg
42025-03-14T21:36:27.866Zdownloaded input: /input/xde/work/debug/xde.dbg
52025-03-14T21:36:27.866Zdownloading input: /input/xde/work/debug/xde.dbg.sha256
62025-03-14T21:36:27.906Zdownloaded input: /input/xde/work/debug/xde.dbg.sha256
72025-03-14T21:36:27.906Zdownloading input: /input/xde/work/debug/xde_link.dbg.so
82025-03-14T21:36:27.953Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so
92025-03-14T21:36:27.953Zdownloading input: /input/xde/work/debug/xde_link.dbg.so.sha256
102025-03-14T21:36:27.990Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so.sha256
112025-03-14T21:36:28.015Zdownloading input: /input/xde/work/release/xde
122025-03-14T21:36:29.842Zdownloaded input: /input/xde/work/release/xde
132025-03-14T21:36:29.842Zdownloading input: /input/xde/work/release/xde.sha256
142025-03-14T21:36:29.879Zdownloaded input: /input/xde/work/release/xde.sha256
152025-03-14T21:36:29.879Zdownloading input: /input/xde/work/release/xde_link.so
162025-03-14T21:36:29.921Zdownloaded input: /input/xde/work/release/xde_link.so
172025-03-14T21:36:29.921Zdownloading input: /input/xde/work/release/xde_link.so.sha256
182025-03-14T21:36:29.958Zdownloaded input: /input/xde/work/release/xde_link.so.sha256
192025-03-14T21:36:29.982Zdownloading input: /input/xde/work/test/loopback
202025-03-14T21:36:32.504Zdownloaded input: /input/xde/work/test/loopback
212025-03-14T21:36:32.504Zdownloading input: /input/xde/work/xde.conf
222025-03-14T21:36:32.541Zdownloaded input: /input/xde/work/xde.conf
 
232025-03-14T21:36:32.541Zstarting task 0: "setup"
242025-03-14T21:36:32.566Z++ uname -s
252025-03-14T21:36:32.566Z+ kern=SunOS
262025-03-14T21:36:32.566Z+ build_user=build
272025-03-14T21:36:32.566Z+ build_uid=12345
282025-03-14T21:36:32.566Z+ work_dir=/work
292025-03-14T21:36:32.566Z+ input_dir=/input
302025-03-14T21:36:32.566Z+ [[ 0 == 12345 ]]
312025-03-14T21:36:32.566Z+ case "$kern" in
322025-03-14T21:36:32.566Z+ groupadd -g 12345 build
332025-03-14T21:36:32.566Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
342025-03-14T21:36:34.570Z+ zfs create -o mountpoint=/work rpool/work
352025-03-14T21:36:34.604Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
362025-03-14T21:36:34.629Z+ home_fs=zfs
372025-03-14T21:36:34.629Z+ [[ zfs == autofs ]]
382025-03-14T21:36:34.629Z+ mkdir -p /home/build
392025-03-14T21:36:34.629Z+ chown build:build /home/build /work
402025-03-14T21:36:36.613Z+ chmod 0700 /home/build /work
412025-03-14T21:36:36.638Zprocess exited: duration 4076 ms, exit code 0
 
422025-03-14T21:36:36.687Zstarting task 1: "rust-toolchain"
432025-03-14T21:36:36.712Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
442025-03-14T21:36:36.712Z+ printf ' * rust toolchain profile = "%s"\n' default
452025-03-14T21:36:36.712Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
462025-03-14T21:36:36.712Z * rust toolchain channel = "1.85.0"
472025-03-14T21:36:36.712Z * rust toolchain profile = "default"
482025-03-14T21:36:36.712Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
492025-03-14T21:36:36.712Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
502025-03-14T21:36:36.712Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
512025-03-14T21:36:36.859Zinfo: downloading installer
522025-03-14T21:36:37.303Zwarn: It looks like you have an existing installation of Rust at:
532025-03-14T21:36:37.303Zwarn: /opt/ooce/bin
542025-03-14T21:36:37.303Zwarn: It is recommended that rustup be the primary Rust installation.
552025-03-14T21:36:37.303Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
562025-03-14T21:36:37.303Zwarn: If you are sure that you want both rustup and your already installed Rust
572025-03-14T21:36:37.303Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
582025-03-14T21:36:37.304Zwarn: or pass `-y' to ignore all ignorable checks.
592025-03-14T21:36:37.304Zerror: cannot install while Rust is installed
602025-03-14T21:36:37.304Zwarn: continuing (because the -y flag is set and the error is ignorable)
612025-03-14T21:36:37.331Zinfo: profile set to 'default'
622025-03-14T21:36:37.331Zinfo: default host triple is x86_64-unknown-illumos
632025-03-14T21:36:37.355Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
642025-03-14T21:36:37.445Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
652025-03-14T21:36:37.445Zinfo: downloading component 'cargo'
662025-03-14T21:36:37.615Zinfo: downloading component 'clippy'
672025-03-14T21:36:37.688Zinfo: downloading component 'rust-docs'
682025-03-14T21:36:37.901Zinfo: downloading component 'rust-std'
692025-03-14T21:36:38.240Zinfo: downloading component 'rustc'
702025-03-14T21:36:40.363Zinfo: downloading component 'rustfmt'
712025-03-14T21:36:40.429Zinfo: installing component 'cargo'
722025-03-14T21:36:41.547Zinfo: installing component 'clippy'
732025-03-14T21:36:42.032Zinfo: installing component 'rust-docs'
742025-03-14T21:36:44.930Zinfo: installing component 'rust-std'
752025-03-14T21:36:47.104Zinfo: installing component 'rustc'
762025-03-14T21:36:54.298Zinfo: installing component 'rustfmt'
772025-03-14T21:36:54.684Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
782025-03-14T21:36:54.684Z
792025-03-14T21:36:54.828Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
802025-03-14T21:36:54.828Z
812025-03-14T21:36:54.828Z
822025-03-14T21:36:54.828ZRust is installed now. Great!
832025-03-14T21:36:54.828Z
842025-03-14T21:36:54.828ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
852025-03-14T21:36:54.828Zenvironment variable. This has not been done automatically.
862025-03-14T21:36:54.828Z
872025-03-14T21:36:54.828ZTo configure your current shell, you need to source
882025-03-14T21:36:54.828Zthe corresponding env file under $HOME/.cargo.
892025-03-14T21:36:54.828Z
902025-03-14T21:36:54.829ZThis is usually done by running one of the following (note the leading DOT):
912025-03-14T21:36:54.829Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
922025-03-14T21:36:54.829Zsource "$HOME/.cargo/env.fish" # For fish
932025-03-14T21:36:54.829Zsource "$HOME/.cargo/env.nu" # For nushell
942025-03-14T21:36:54.929Z+ rustup --version
952025-03-14T21:36:54.954Zrustup 1.28.1 (f9edccde0 2025-03-05)
962025-03-14T21:36:54.954Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
972025-03-14T21:36:54.988Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
982025-03-14T21:36:55.017Z+ cargo --version
992025-03-14T21:36:55.041Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1002025-03-14T21:36:55.041Z+ rustc --version
1012025-03-14T21:36:55.066Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1022025-03-14T21:36:55.066Zprocess exited: duration 18377 ms, exit code 0
 
1032025-03-14T21:36:55.115Zstarting task 2: "authentication"
1042025-03-14T21:36:55.169Zprocess exited: duration 53 ms, exit code 0
 
1052025-03-14T21:36:55.221Zstarting task 3: "clone repository"
1062025-03-14T21:36:55.247Z+ mkdir -p /work/oxidecomputer/opte
1072025-03-14T21:36:55.247Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
1082025-03-14T21:36:55.273ZCloning into '/work/oxidecomputer/opte'...
1092025-03-14T21:36:56.199Z+ cd /work/oxidecomputer/opte
1102025-03-14T21:36:56.199Z+ git fetch origin 304b24984e5cfa57221a54e78ad1720b6ec336cc
1112025-03-14T21:36:56.612ZFrom https://github.com/oxidecomputer/opte
1122025-03-14T21:36:56.612Z * branch 304b24984e5cfa57221a54e78ad1720b6ec336cc -> FETCH_HEAD
1132025-03-14T21:36:56.637Z+ [[ -n ingot-and-offload ]]
1142025-03-14T21:36:56.638Z++ git branch --show-current
1152025-03-14T21:36:56.638Z+ current=master
1162025-03-14T21:36:56.638Z+ [[ master != ingot-and-offload ]]
1172025-03-14T21:36:56.638Z+ git branch -f ingot-and-offload 304b24984e5cfa57221a54e78ad1720b6ec336cc
1182025-03-14T21:36:56.638Z+ git checkout -f ingot-and-offload
1192025-03-14T21:36:56.663ZSwitched to branch 'ingot-and-offload'
1202025-03-14T21:36:56.663Z+ git reset --hard 304b24984e5cfa57221a54e78ad1720b6ec336cc
1212025-03-14T21:36:56.691ZHEAD is now at 304b249 Merge branch 'master' into ingot-and-offload
1222025-03-14T21:36:56.716Zprocess exited: duration 1471 ms, exit code 0
 
1232025-03-14T21:36:56.767Zstarting task 4: "build"
1242025-03-14T21:36:56.792Z+ source .github/buildomat/common.sh
1252025-03-14T21:36:56.792Z++ rustup show active-toolchain
1262025-03-14T21:36:56.834Z1.85.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1272025-03-14T21:36:56.859Z++ pushd xde
1282025-03-14T21:36:56.859Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1292025-03-14T21:36:56.859Z++ rustup show active-toolchain
1302025-03-14T21:36:56.859Zinfo: syncing channel updates for 'nightly-2025-02-20-x86_64-unknown-illumos'
1312025-03-14T21:36:56.981Zinfo: latest update on 2025-02-20, rust version 1.87.0-nightly (f280acf4c 2025-02-19)
1322025-03-14T21:36:56.981Zinfo: downloading component 'cargo'
1332025-03-14T21:36:57.132Zinfo: downloading component 'clippy'
1342025-03-14T21:36:57.210Zinfo: downloading component 'rust-src'
1352025-03-14T21:36:57.298Zinfo: downloading component 'rust-std'
1362025-03-14T21:36:57.561Zinfo: downloading component 'rustc'
1372025-03-14T21:36:59.436Zinfo: downloading component 'rustfmt'
1382025-03-14T21:36:59.492Zinfo: installing component 'cargo'
1392025-03-14T21:37:00.526Zinfo: installing component 'clippy'
1402025-03-14T21:37:00.967Zinfo: installing component 'rust-src'
1412025-03-14T21:37:01.362Zinfo: installing component 'rust-std'
1422025-03-14T21:37:03.274Zinfo: installing component 'rustc'
1432025-03-14T21:37:11.110Zinfo: installing component 'rustfmt'
1442025-03-14T21:37:11.488Znightly-2025-02-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1452025-03-14T21:37:11.580Z+++ rustup show active-toolchain -v
1462025-03-14T21:37:11.606Z+++ head -n 1
1472025-03-14T21:37:11.606Z+++ cut '-d ' -f1
1482025-03-14T21:37:11.758Z++ export NIGHTLY=nightly-2025-02-20-x86_64-unknown-illumos
1492025-03-14T21:37:11.758Z++ NIGHTLY=nightly-2025-02-20-x86_64-unknown-illumos
1502025-03-14T21:37:11.758Z++ popd
1512025-03-14T21:37:11.758Z/work/oxidecomputer/opte
1522025-03-14T21:37:11.783Z+ pfexec pkg install brand/sparse opte iperf demangle flamegraph
1532025-03-14T21:37:21.772Z Startup: Refreshing catalog 'helios-dev' ... Done
1542025-03-14T21:37:27.096Z Startup: Caching catalogs ... Done
1552025-03-14T21:37:45.355ZPlanning: Solver setup ... Done
1562025-03-14T21:37:45.574ZPlanning: Running solver ... Done
1572025-03-14T21:37:45.713ZPlanning: Finding local manifests ... Done
1582025-03-14T21:37:45.796ZPlanning: Fetching manifests: 0/6 0% complete
1592025-03-14T21:37:46.062ZPlanning: Fetching manifests: 6/6 100% complete
1602025-03-14T21:37:46.154ZPlanning: Package planning ... Done
1612025-03-14T21:37:46.179ZPlanning: Merging actions ... Done
1622025-03-14T21:37:46.526ZPlanning: Checking for conflicting actions ... Done
1632025-03-14T21:37:47.684ZPlanning: Consolidating action changes ... Done
1642025-03-14T21:37:48.127ZPlanning: Evaluating mediators ... Done
1652025-03-14T21:37:48.214ZPlanning: Planning completed in 21.03 seconds
1662025-03-14T21:37:48.239Z Packages to install: 4
1672025-03-14T21:37:48.239Z Packages to update: 2
1682025-03-14T21:37:48.239Z Services to change: 1
1692025-03-14T21:37:48.239Z Create boot environment: No
1702025-03-14T21:37:48.239ZCreate backup boot environment: Yes
1712025-03-14T21:37:48.296Z
1722025-03-14T21:37:48.296ZDownload: 0/1024 items 0.0/18.2MB 0% complete
1732025-03-14T21:37:51.528ZDownload: Completed 18.21 MB in 3.23 seconds (5.6M/s)
1742025-03-14T21:37:52.924Z Actions: 1/1482 actions (Removing old actions)
1752025-03-14T21:37:52.949Z Actions: 199/1482 actions (Installing new actions)
1762025-03-14T21:37:53.505Z Actions: 642/1482 actions (Updating modified actions)
1772025-03-14T21:37:53.863Z Actions: Completed 1482 actions in 0.94 seconds.
1782025-03-14T21:37:54.164Z Done
1792025-03-14T21:37:54.190Z Done
1802025-03-14T21:37:54.869Z Done
1812025-03-14T21:37:59.789Z Done
1822025-03-14T21:37:59.886Z Done
1832025-03-14T21:37:59.913Z Done
1842025-03-14T21:38:06.565Z Done
1852025-03-14T21:38:06.960Z+ [[ -z 01JPB8Z13EP6PE4JGMVNKFHDDN ]]
1862025-03-14T21:38:06.960Z+ trap cleanup EXIT
1872025-03-14T21:38:06.986Z+ OUT_DIR=/work/bench-results
1882025-03-14T21:38:06.986Z+ mkdir -p /work/bench-results
1892025-03-14T21:38:06.986Z+ mkdir -p target/criterion
1902025-03-14T21:38:06.988Z+ mkdir -p target/xde-bench
1912025-03-14T21:38:06.988Z+ banner collect
1922025-03-14T21:38:06.988Z
1932025-03-14T21:38:06.988Z #### #### # # ###### #### #####
1942025-03-14T21:38:06.988Z # # # # # # # # # #
1952025-03-14T21:38:06.988Z # # # # # ##### # #
1962025-03-14T21:38:06.988Z # # # # # # # #
1972025-03-14T21:38:06.988Z # # # # # # # # # #
1982025-03-14T21:38:06.988Z #### #### ###### ###### ###### #### #
1992025-03-14T21:38:06.988Z
2002025-03-14T21:38:06.988Z++ cat .git/refs/heads/master
2012025-03-14T21:38:06.988Z+ BASELINE_COMMIT=eafcc701fb40e21ac79b08ffe7110cf70ca1a85a
2022025-03-14T21:38:06.988Z+ [[ ingot-and-offload == \m\a\s\t\e\r ]]
2032025-03-14T21:38:06.988Z+ get_artifact opte benchmark eafcc701fb40e21ac79b08ffe7110cf70ca1a85a bench-results.tgz
2042025-03-14T21:38:06.988Z+ local curl_res
2052025-03-14T21:38:06.988Z+ repo=opte
2062025-03-14T21:38:06.988Z+ series=benchmark
2072025-03-14T21:38:06.988Z+ commit=eafcc701fb40e21ac79b08ffe7110cf70ca1a85a
2082025-03-14T21:38:06.990Z+ name=bench-results.tgz
2092025-03-14T21:38:06.990Z+ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2102025-03-14T21:38:06.990Z+ mkdir -p download
2112025-03-14T21:38:06.990Z+ pushd download
2122025-03-14T21:38:06.990Z/work/oxidecomputer/opte/download /work/oxidecomputer/opte
2132025-03-14T21:38:06.990Z+ [[ ! -f bench-results.tgz ]]
2142025-03-14T21:38:06.990Z+ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/opte/benchmark/eafcc701fb40e21ac79b08ffe7110cf70ca1a85a/bench-results.tgz
2152025-03-14T21:38:06.990Z % Total % Received % Xferd Average Speed Time Time Time Current
2162025-03-14T21:38:06.990Z Dload Upload Total Spent Left Speed
2172025-03-14T21:38:07.097Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
2182025-03-14T21:38:07.097Zcurl: (22) The requested URL returned error: 404
2192025-03-14T21:38:07.122Z+ curl_res=22
2202025-03-14T21:38:07.122Z+ popd
2212025-03-14T21:38:07.123Z/work/oxidecomputer/opte
2222025-03-14T21:38:07.123Z+ return 22
2232025-03-14T21:38:07.123Z+ echo 'Baseline results not found for branch '\''master'\''. Running without comparison.'
2242025-03-14T21:38:07.123ZBaseline results not found for branch 'master'. Running without comparison.
2252025-03-14T21:38:07.123Z+ [[ '' -eq 1 ]]
2262025-03-14T21:38:07.123Z+ uname -a
2272025-03-14T21:38:07.123ZSunOS bmat-EVT22200007-000055a4 5.11 helios-2.0.22827 i86pc i386 i86pc
2282025-03-14T21:38:07.123Z+ cat /etc/versions/build
2292025-03-14T21:38:07.123Zheads/stlouis-0-g60122b5709
2302025-03-14T21:38:07.123Z+ dladm
2312025-03-14T21:38:07.123ZLINK CLASS MTU STATE BRIDGE OVER
2322025-03-14T21:38:07.123Zvioif0 phys 1500 up -- --
2332025-03-14T21:38:07.123Z+ ipadm
2342025-03-14T21:38:07.123ZADDROBJ TYPE STATE ADDR
2352025-03-14T21:38:07.123Zlo0/v4 static ok 127.0.0.1/8
2362025-03-14T21:38:07.123Zvioif0/v4 static ok 10.151.4.103/24
2372025-03-14T21:38:07.123Zlo0/v6 static ok ::1/128
2382025-03-14T21:38:07.123Z+ pfexec rem_drv xde
2392025-03-14T21:38:07.148Z+ set -o errexit
2402025-03-14T21:38:07.149Z+ set -o pipefail
2412025-03-14T21:38:07.149Z+ banner prepare
2422025-03-14T21:38:07.149Z
2432025-03-14T21:38:07.149Z ##### ##### ###### ##### ## ##### ######
2442025-03-14T21:38:07.149Z # # # # # # # # # # # #
2452025-03-14T21:38:07.149Z # # # # ##### # # # # # # #####
2462025-03-14T21:38:07.149Z ##### ##### # ##### ###### ##### #
2472025-03-14T21:38:07.149Z # # # # # # # # # #
2482025-03-14T21:38:07.149Z # # # ###### # # # # # ######
2492025-03-14T21:38:07.149Z
2502025-03-14T21:38:07.149Z+ pfexec cp /input/xde/work/xde.conf /kernel/drv/
2512025-03-14T21:38:07.149Z+ pfexec cp /input/xde/work/release/xde /kernel/drv/amd64
2522025-03-14T21:38:07.206Z+ pfexec add_drv xde
2532025-03-14T21:38:07.286Zdevfsadm: driver failed to attach: xde
2542025-03-14T21:38:07.311ZWarning: Driver (xde) successfully added to system but failed to attach
2552025-03-14T21:38:07.311Z+ banner bench
2562025-03-14T21:38:07.311Z
2572025-03-14T21:38:07.311Z ##### ###### # # #### # #
2582025-03-14T21:38:07.311Z # # # ## # # # # #
2592025-03-14T21:38:07.311Z ##### ##### # # # # ######
2602025-03-14T21:38:07.311Z # # # # # # # # #
2612025-03-14T21:38:07.311Z # # # # ## # # # #
2622025-03-14T21:38:07.311Z ##### ###### # # #### # #
2632025-03-14T21:38:07.311Z
2642025-03-14T21:38:07.311Z+ cargo kbench local
2652025-03-14T21:38:07.511Z Updating crates.io index
2662025-03-14T21:38:07.537Z Updating git repository `https://github.com/oxidecomputer/falcon`
2672025-03-14T21:38:08.385Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2682025-03-14T21:38:08.842Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2692025-03-14T21:38:09.178Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2702025-03-14T21:38:09.642Z Updating git repository `https://github.com/oxidecomputer/zone`
2712025-03-14T21:38:10.109Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2722025-03-14T21:38:10.439Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2732025-03-14T21:38:10.845Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2742025-03-14T21:38:11.887Z Downloading crates ...
2752025-03-14T21:38:11.980Z Downloaded foreign-types-shared v0.3.1
2762025-03-14T21:38:12.008Z Downloaded darling_macro v0.20.10
2772025-03-14T21:38:12.008Z Downloaded equivalent v1.0.2
2782025-03-14T21:38:12.008Z Downloaded ident_case v1.0.1
2792025-03-14T21:38:12.008Z Downloaded futures-executor v0.3.31
2802025-03-14T21:38:12.008Z Downloaded either v1.15.0
2812025-03-14T21:38:12.008Z Downloaded num_enum_derive v0.5.11
2822025-03-14T21:38:12.008Z Downloaded embedded-io v0.6.1
2832025-03-14T21:38:12.008Z Downloaded managed v0.8.0
2842025-03-14T21:38:12.008Z Downloaded once_cell v1.20.3
2852025-03-14T21:38:12.008Z Downloaded num-traits v0.2.19
2862025-03-14T21:38:12.034Z Downloaded num-conv v0.1.0
2872025-03-14T21:38:12.034Z Downloaded memchr v2.7.4
2882025-03-14T21:38:12.034Z Downloaded nom v7.1.3
2892025-03-14T21:38:12.034Z Downloaded itertools v0.14.0
2902025-03-14T21:38:12.060Z Downloaded pretty-hex v0.2.1
2912025-03-14T21:38:12.060Z Downloaded rand_chacha v0.9.0
2922025-03-14T21:38:12.060Z Downloaded rusticata-macros v4.1.0
2932025-03-14T21:38:12.060Z Downloaded walkdir v2.5.0
2942025-03-14T21:38:12.060Z Downloaded macaddr v1.0.1
2952025-03-14T21:38:12.060Z Downloaded thiserror-impl v1.0.69
2962025-03-14T21:38:12.060Z Downloaded signal-hook-registry v1.4.2
2972025-03-14T21:38:12.060Z Downloaded zerocopy v0.8.23
2982025-03-14T21:38:12.085Z Downloaded toml_edit v0.19.15
2992025-03-14T21:38:12.110Z Downloaded tracing v0.1.41
3002025-03-14T21:38:12.111Z Downloaded zerocopy-derive v0.8.23
3012025-03-14T21:38:12.138Z Downloaded serde_json v1.0.140
3022025-03-14T21:38:12.138Z Downloaded version_check v0.9.5
3032025-03-14T21:38:12.138Z Downloaded tokio-macros v2.5.0
3042025-03-14T21:38:12.138Z Downloaded term v0.7.0
3052025-03-14T21:38:12.138Z Downloaded scopeguard v1.2.0
3062025-03-14T21:38:12.138Z Downloaded terminal_size v0.4.2
3072025-03-14T21:38:12.164Z Downloaded slog-stdlog v4.1.1
3082025-03-14T21:38:12.164Z Downloaded slog v2.7.0
3092025-03-14T21:38:12.164Z Downloaded strsim v0.11.1
3102025-03-14T21:38:12.164Z Downloaded winnow v0.6.26
3112025-03-14T21:38:12.164Z Downloaded time-macros v0.2.20
3122025-03-14T21:38:12.164Z Downloaded utf8parse v0.2.2
3132025-03-14T21:38:12.164Z Downloaded thread_local v1.1.8
3142025-03-14T21:38:12.164Z Downloaded smoltcp v0.11.0
3152025-03-14T21:38:12.189Z Downloaded rayon v1.10.0
3162025-03-14T21:38:12.189Z Downloaded syn v1.0.109
3172025-03-14T21:38:12.214Z Downloaded rand_core v0.9.3
3182025-03-14T21:38:12.214Z Downloaded postcard v1.1.1
3192025-03-14T21:38:12.214Z Downloaded crc32fast v1.4.2
3202025-03-14T21:38:12.214Z Downloaded ryu v1.0.20
3212025-03-14T21:38:12.214Z Downloaded rand v0.8.5
3222025-03-14T21:38:12.214Z Downloaded nix v0.29.0
3232025-03-14T21:38:12.239Z Downloaded regex-automata v0.4.9
3242025-03-14T21:38:12.265Z Downloaded slab v0.4.9
3252025-03-14T21:38:12.265Z Downloaded proc-macro2 v1.0.94
3262025-03-14T21:38:12.265Z Downloaded proc-macro-crate v1.3.1
3272025-03-14T21:38:12.265Z Downloaded powerfmt v0.2.0
3282025-03-14T21:38:12.265Z Downloaded plotters-svg v0.3.7
3292025-03-14T21:38:12.265Z Downloaded pin-project-lite v0.2.16
3302025-03-14T21:38:12.265Z Downloaded oorandom v11.1.5
3312025-03-14T21:38:12.265Z Downloaded unicode-width v0.2.0
3322025-03-14T21:38:12.265Z Downloaded syn v2.0.100
3332025-03-14T21:38:12.291Z Downloaded rustix v1.0.1
3342025-03-14T21:38:12.317Z Downloaded regex v1.11.1
3352025-03-14T21:38:12.342Z Downloaded regex-syntax v0.8.5
3362025-03-14T21:38:12.367Z Downloaded itoa v1.0.15
3372025-03-14T21:38:12.367Z Downloaded winnow v0.5.40
3382025-03-14T21:38:12.367Z Downloaded tracing-core v0.1.33
3392025-03-14T21:38:12.367Z Downloaded time v0.3.39
3402025-03-14T21:38:12.368Z Downloaded tokio v1.44.0
3412025-03-14T21:38:12.411Z Downloaded slog-term v2.9.1
3422025-03-14T21:38:12.436Z Downloaded rand_core v0.6.4
3432025-03-14T21:38:12.436Z Downloaded toml_datetime v0.6.8
3442025-03-14T21:38:12.436Z Downloaded tinytemplate v1.2.1
3452025-03-14T21:38:12.436Z Downloaded thiserror-impl v2.0.12
3462025-03-14T21:38:12.436Z Downloaded thiserror v1.0.69
3472025-03-14T21:38:12.436Z Downloaded stable_deref_trait v1.2.0
3482025-03-14T21:38:12.436Z Downloaded slog-scope v4.4.0
3492025-03-14T21:38:12.436Z Downloaded slog-async v2.8.0
3502025-03-14T21:38:12.436Z Downloaded same-file v1.0.6
3512025-03-14T21:38:12.436Z Downloaded libc v0.2.170
3522025-03-14T21:38:12.461Z Downloaded thiserror v2.0.12
3532025-03-14T21:38:12.486Z Downloaded socket2 v0.5.8
3542025-03-14T21:38:12.486Z Downloaded serde_derive v1.0.219
3552025-03-14T21:38:12.486Z Downloaded rayon-core v1.12.1
3562025-03-14T21:38:12.486Z Downloaded rand_chacha v0.3.1
3572025-03-14T21:38:12.487Z Downloaded serde v1.0.219
3582025-03-14T21:38:12.487Z Downloaded rand v0.9.0
3592025-03-14T21:38:12.487Z Downloaded minimal-lexical v0.2.1
3602025-03-14T21:38:12.512Z Downloaded cookie-factory v0.3.3
3612025-03-14T21:38:12.512Z Downloaded uuid v1.15.1
3622025-03-14T21:38:12.513Z Downloaded unicode-ident v1.0.18
3632025-03-14T21:38:12.513Z Downloaded tracing-attributes v0.1.28
3642025-03-14T21:38:12.513Z Downloaded time-core v0.1.3
3652025-03-14T21:38:12.513Z Downloaded take_mut v0.2.2
3662025-03-14T21:38:12.513Z Downloaded tabwriter v1.4.1
3672025-03-14T21:38:12.513Z Downloaded smallvec v1.14.0
3682025-03-14T21:38:12.513Z Downloaded slog-envlogger v2.2.0
3692025-03-14T21:38:12.513Z Downloaded proc-macro-error-attr v1.0.4
3702025-03-14T21:38:12.513Z Downloaded pcap-parser v0.16.0
3712025-03-14T21:38:12.513Z Downloaded proc-macro-error2 v2.0.1
3722025-03-14T21:38:12.538Z Downloaded proc-macro-error-attr2 v2.0.0
3732025-03-14T21:38:12.538Z Downloaded proc-macro-error v1.0.4
3742025-03-14T21:38:12.538Z Downloaded ppv-lite86 v0.2.21
3752025-03-14T21:38:12.538Z Downloaded plotters-backend v0.3.7
3762025-03-14T21:38:12.538Z Downloaded plotters v0.3.7
3772025-03-14T21:38:12.538Z Downloaded pin-utils v0.1.0
3782025-03-14T21:38:12.538Z Downloaded parking_lot_core v0.9.10
3792025-03-14T21:38:12.538Z Downloaded parking_lot v0.12.3
3802025-03-14T21:38:12.563Z Downloaded indexmap v2.7.1
3812025-03-14T21:38:12.563Z Downloaded quote v1.0.39
3822025-03-14T21:38:12.563Z Downloaded oxnet v0.1.1
3832025-03-14T21:38:12.564Z Downloaded ctor-proc-macro v0.0.4
3842025-03-14T21:38:12.564Z Downloaded futures-util v0.3.31
3852025-03-14T21:38:12.564Z Downloaded bytes v1.10.1
3862025-03-14T21:38:12.589Z Downloaded anstyle v1.0.10
3872025-03-14T21:38:12.589Z Downloaded itertools v0.13.0
3882025-03-14T21:38:12.589Z Downloaded itertools v0.12.1
3892025-03-14T21:38:12.589Z Downloaded itertools v0.10.5
3902025-03-14T21:38:12.615Z Downloaded hashbrown v0.15.2
3912025-03-14T21:38:12.615Z Downloaded futures-sink v0.3.31
3922025-03-14T21:38:12.615Z Downloaded futures-macro v0.3.31
3932025-03-14T21:38:12.615Z Downloaded fnv v1.0.7
3942025-03-14T21:38:12.616Z Downloaded clap_lex v0.7.4
3952025-03-14T21:38:12.616Z Downloaded clap_builder v4.5.31
3962025-03-14T21:38:12.616Z Downloaded ciborium-io v0.2.2
3972025-03-14T21:38:12.616Z Downloaded cfg-if v1.0.0
3982025-03-14T21:38:12.616Z Downloaded arc-swap v1.7.1
3992025-03-14T21:38:12.616Z Downloaded anstream v0.6.18
4002025-03-14T21:38:12.641Z Downloaded aho-corasick v1.1.3
4012025-03-14T21:38:12.641Z Downloaded mio v1.0.3
4022025-03-14T21:38:12.641Z Downloaded criterion v0.5.1
4032025-03-14T21:38:12.641Z Downloaded ciborium-ll v0.2.2
4042025-03-14T21:38:12.641Z Downloaded heck v0.5.0
4052025-03-14T21:38:12.641Z Downloaded heapless v0.8.0
4062025-03-14T21:38:12.666Z Downloaded futures-channel v0.3.31
4072025-03-14T21:38:12.666Z Downloaded crossbeam-channel v0.5.14
4082025-03-14T21:38:12.666Z Downloaded lock_api v0.4.12
4092025-03-14T21:38:12.667Z Downloaded half v2.4.1
4102025-03-14T21:38:12.667Z Downloaded defmt v0.3.10
4112025-03-14T21:38:12.667Z Downloaded darling_core v0.20.10
4122025-03-14T21:38:12.667Z Downloaded bitflags v2.9.0
4132025-03-14T21:38:12.692Z Downloaded anyhow v1.0.97
4142025-03-14T21:38:12.692Z Downloaded log v0.4.26
4152025-03-14T21:38:12.692Z Downloaded getrandom v0.3.1
4162025-03-14T21:38:12.692Z Downloaded futures-core v0.3.31
4172025-03-14T21:38:12.692Z Downloaded futures v0.3.31
4182025-03-14T21:38:12.692Z Downloaded crossbeam-utils v0.8.21
4192025-03-14T21:38:12.692Z Downloaded crossbeam-epoch v0.9.18
4202025-03-14T21:38:12.692Z Downloaded getrandom v0.2.15
4212025-03-14T21:38:12.717Z Downloaded darling v0.20.10
4222025-03-14T21:38:12.717Z Downloaded crossbeam-deque v0.8.6
4232025-03-14T21:38:12.717Z Downloaded clap v4.5.31
4242025-03-14T21:38:12.717Z Downloaded autocfg v1.4.0
4252025-03-14T21:38:12.717Z Downloaded is_terminal_polyfill v1.70.1
4262025-03-14T21:38:12.717Z Downloaded ipnetwork v0.21.1
4272025-03-14T21:38:12.717Z Downloaded hash32 v0.3.1
4282025-03-14T21:38:12.717Z Downloaded foreign-types-macros v0.2.3
4292025-03-14T21:38:12.742Z Downloaded foreign-types v0.5.0
4302025-03-14T21:38:12.742Z Downloaded criterion-plot v0.5.0
4312025-03-14T21:38:12.742Z Downloaded bitflags v1.3.2
4322025-03-14T21:38:12.742Z Downloaded ctor v0.3.6
4332025-03-14T21:38:12.742Z Downloaded colored v2.2.0
4342025-03-14T21:38:12.743Z Downloaded cobs v0.2.3
4352025-03-14T21:38:12.743Z Downloaded ciborium v0.2.2
4362025-03-14T21:38:12.743Z Downloaded num_enum v0.5.11
4372025-03-14T21:38:12.743Z Downloaded lazy_static v1.5.0
4382025-03-14T21:38:12.743Z Downloaded is-terminal v0.4.16
4392025-03-14T21:38:12.743Z Downloaded heck v0.4.1
4402025-03-14T21:38:12.743Z Downloaded futures-task v0.3.31
4412025-03-14T21:38:12.768Z Downloaded dirs-next v2.0.0
4422025-03-14T21:38:12.768Z Downloaded colorchoice v1.0.3
4432025-03-14T21:38:12.768Z Downloaded clap_derive v4.5.28
4442025-03-14T21:38:12.768Z Downloaded dirs-sys-next v0.1.2
4452025-03-14T21:38:12.768Z Downloaded deranged v0.3.11
4462025-03-14T21:38:12.768Z Downloaded defmt-parser v0.4.1
4472025-03-14T21:38:12.768Z Downloaded defmt-macros v0.4.0
4482025-03-14T21:38:12.768Z Downloaded errno v0.3.10
4492025-03-14T21:38:12.768Z Downloaded embedded-io v0.4.0
4502025-03-14T21:38:12.768Z Downloaded dyn-clone v1.0.19
4512025-03-14T21:38:12.768Z Downloaded cfg_aliases v0.2.1
4522025-03-14T21:38:12.768Z Downloaded anstyle-parse v0.2.6
4532025-03-14T21:38:12.768Z Downloaded anes v0.1.6
4542025-03-14T21:38:12.768Z Downloaded futures-io v0.3.31
4552025-03-14T21:38:12.768Z Downloaded cast v0.3.0
4562025-03-14T21:38:12.768Z Downloaded byteorder v1.5.0
4572025-03-14T21:38:12.794Z Downloaded anstyle-query v1.1.2
4582025-03-14T21:38:12.794Z Downloaded cstr-argument v0.1.2
4592025-03-14T21:38:12.794Z Downloaded circular v0.3.0
4602025-03-14T21:38:12.885Z Compiling proc-macro2 v1.0.94
4612025-03-14T21:38:12.885Z Compiling unicode-ident v1.0.18
4622025-03-14T21:38:12.912Z Compiling cfg-if v1.0.0
4632025-03-14T21:38:12.912Z Compiling libc v0.2.170
4642025-03-14T21:38:12.912Z Compiling autocfg v1.4.0
4652025-03-14T21:38:12.912Z Compiling serde v1.0.219
4662025-03-14T21:38:12.912Z Compiling memchr v2.7.4
4672025-03-14T21:38:12.912Z Compiling zerocopy v0.8.23
4682025-03-14T21:38:13.076Z Compiling version_check v0.9.5
4692025-03-14T21:38:13.140Z Compiling syn v1.0.109
4702025-03-14T21:38:13.510Z Compiling either v1.15.0
4712025-03-14T21:38:13.594Z Compiling fnv v1.0.7
4722025-03-14T21:38:13.628Z Compiling pin-project-lite v0.2.16
4732025-03-14T21:38:13.655Z Compiling ident_case v1.0.1
4742025-03-14T21:38:13.680Z Compiling strsim v0.11.1
4752025-03-14T21:38:13.758Z Compiling regex-syntax v0.8.5
4762025-03-14T21:38:13.811Z Compiling once_cell v1.20.3
4772025-03-14T21:38:13.889Z Compiling equivalent v1.0.2
4782025-03-14T21:38:14.196Z Compiling hashbrown v0.15.2
4792025-03-14T21:38:14.234Z Compiling anyhow v1.0.97
4802025-03-14T21:38:14.374Z Compiling crossbeam-utils v0.8.21
4812025-03-14T21:38:14.664Z Compiling quote v1.0.39
4822025-03-14T21:38:14.758Z Compiling aho-corasick v1.1.3
4832025-03-14T21:38:14.785Z Compiling itertools v0.13.0
4842025-03-14T21:38:14.846Z Compiling lock_api v0.4.12
4852025-03-14T21:38:14.871Z Compiling parking_lot_core v0.9.10
4862025-03-14T21:38:14.932Z Compiling toml_datetime v0.6.8
4872025-03-14T21:38:15.162Z Compiling syn v2.0.100
4882025-03-14T21:38:15.187Z Compiling indexmap v2.7.1
4892025-03-14T21:38:15.266Z Compiling winnow v0.5.40
4902025-03-14T21:38:15.291Z Compiling byteorder v1.5.0
4912025-03-14T21:38:15.598Z Compiling heapless v0.8.0
4922025-03-14T21:38:16.251Z Compiling hash32 v0.3.1
4932025-03-14T21:38:16.569Z Compiling scopeguard v1.2.0
4942025-03-14T21:38:16.714Z Compiling regex-automata v0.4.9
4952025-03-14T21:38:17.650Z Compiling smoltcp v0.11.0
4962025-03-14T21:38:17.936Z Compiling macaddr v1.0.1
4972025-03-14T21:38:18.037Z Compiling lazy_static v1.5.0
4982025-03-14T21:38:18.194Z Compiling toml_edit v0.19.15
4992025-03-14T21:38:18.219Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5002025-03-14T21:38:18.300Z Compiling smallvec v1.14.0
5012025-03-14T21:38:18.326Z Compiling thiserror v1.0.69
5022025-03-14T21:38:18.351Z Compiling stable_deref_trait v1.2.0
5032025-03-14T21:38:19.280Z Compiling getrandom v0.2.15
5042025-03-14T21:38:19.398Z Compiling slab v0.4.9
5052025-03-14T21:38:19.424Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
5062025-03-14T21:38:19.518Z Compiling managed v0.8.0
5072025-03-14T21:38:19.565Z Compiling slog v2.7.0
5082025-03-14T21:38:19.712Z Compiling bitflags v1.3.2
5092025-03-14T21:38:19.737Z Compiling rustix v1.0.1
5102025-03-14T21:38:19.813Z Compiling cobs v0.2.3
5112025-03-14T21:38:20.152Z Compiling rand_core v0.6.4
5122025-03-14T21:38:20.177Z Compiling parking_lot v0.12.3
5132025-03-14T21:38:20.393Z Compiling socket2 v0.5.8
5142025-03-14T21:38:20.553Z Compiling regex v1.11.1
5152025-03-14T21:38:21.277Z Compiling darling_core v0.20.10
5162025-03-14T21:38:21.440Z Compiling proc-macro-crate v1.3.1
5172025-03-14T21:38:21.527Z Compiling errno v0.3.10
5182025-03-14T21:38:21.735Z Compiling signal-hook-registry v1.4.2
5192025-03-14T21:38:22.038Z Compiling mio v1.0.3
5202025-03-14T21:38:22.670Z Compiling proc-macro-error-attr v1.0.4
5212025-03-14T21:38:22.727Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5222025-03-14T21:38:22.832Z Compiling itoa v1.0.15
5232025-03-14T21:38:22.980Z Compiling foreign-types-shared v0.3.1
5242025-03-14T21:38:23.039Z Compiling utf8parse v0.2.2
5252025-03-14T21:38:23.065Z Compiling unicode-width v0.2.0
5262025-03-14T21:38:23.108Z Compiling futures-sink v0.3.31
5272025-03-14T21:38:23.146Z Compiling num_enum_derive v0.5.11
5282025-03-14T21:38:23.170Z Compiling futures-core v0.3.31
5292025-03-14T21:38:23.196Z Compiling bytes v1.10.1
5302025-03-14T21:38:23.262Z Compiling ipnetwork v0.21.1
5312025-03-14T21:38:23.392Z Compiling futures-channel v0.3.31
5322025-03-14T21:38:23.551Z Compiling tabwriter v1.4.1
5332025-03-14T21:38:23.790Z Compiling anstyle-parse v0.2.6
5342025-03-14T21:38:23.882Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5352025-03-14T21:38:24.176Z Compiling serde_derive v1.0.219
5362025-03-14T21:38:24.201Z Compiling zerocopy-derive v0.8.23
5372025-03-14T21:38:24.201Z Compiling thiserror-impl v1.0.69
5382025-03-14T21:38:24.612Z Compiling foreign-types-macros v0.2.3
5392025-03-14T21:38:24.731Z Compiling tokio-macros v2.5.0
5402025-03-14T21:38:24.874Z Compiling num_enum v0.5.11
5412025-03-14T21:38:25.049Z Compiling futures-macro v0.3.31
5422025-03-14T21:38:25.291Z Compiling tracing-attributes v0.1.28
5432025-03-14T21:38:25.544Z Compiling darling_macro v0.20.10
5442025-03-14T21:38:25.656Z Compiling foreign-types v0.5.0
5452025-03-14T21:38:25.754Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5462025-03-14T21:38:25.965Z Compiling tokio v1.44.0
5472025-03-14T21:38:26.369Z Compiling darling v0.20.10
5482025-03-14T21:38:26.483Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
5492025-03-14T21:38:26.508Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5502025-03-14T21:38:27.373Z Compiling tracing-core v0.1.33
5512025-03-14T21:38:27.427Z Compiling itertools v0.14.0
5522025-03-14T21:38:27.502Z Compiling cstr-argument v0.1.2
5532025-03-14T21:38:27.736Z Compiling proc-macro-error v1.0.4
5542025-03-14T21:38:27.760Z Compiling crc32fast v1.4.2
5552025-03-14T21:38:28.057Z Compiling dyn-clone v1.0.19
5562025-03-14T21:38:28.082Z Compiling anstyle v1.0.10
5572025-03-14T21:38:28.277Z Compiling pretty-hex v0.2.1
5582025-03-14T21:38:28.470Z Compiling colorchoice v1.0.3
5592025-03-14T21:38:28.494Z Compiling pin-utils v0.1.0
5602025-03-14T21:38:28.575Z Compiling getrandom v0.3.1
5612025-03-14T21:38:28.629Z Compiling is_terminal_polyfill v1.70.1
5622025-03-14T21:38:28.750Z Compiling futures-io v0.3.31
5632025-03-14T21:38:28.899Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
5642025-03-14T21:38:28.950Z Compiling futures-task v0.3.31
5652025-03-14T21:38:29.052Z Compiling anstyle-query v1.1.2
5662025-03-14T21:38:29.198Z Compiling anstream v0.6.18
5672025-03-14T21:38:29.223Z Compiling futures-util v0.3.31
5682025-03-14T21:38:29.402Z Compiling ppv-lite86 v0.2.21
5692025-03-14T21:38:29.427Z Compiling tracing v0.1.41
5702025-03-14T21:38:29.931Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5712025-03-14T21:38:30.067Z Compiling rand_chacha v0.3.1
5722025-03-14T21:38:30.356Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5732025-03-14T21:38:30.526Z Compiling rand v0.8.5
5742025-03-14T21:38:30.900Z Compiling colored v2.2.0
5752025-03-14T21:38:31.256Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
5762025-03-14T21:38:31.364Z Compiling dirs-sys-next v0.1.2
5772025-03-14T21:38:31.854Z Compiling time-core v0.1.3
5782025-03-14T21:38:31.971Z Compiling num-conv v0.1.0
5792025-03-14T21:38:32.016Z Compiling clap_lex v0.7.4
5802025-03-14T21:38:32.086Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
5812025-03-14T21:38:32.213Z Compiling thiserror v2.0.12
5822025-03-14T21:38:32.453Z Compiling heck v0.5.0
5832025-03-14T21:38:32.572Z Compiling winnow v0.6.26
5842025-03-14T21:38:32.719Z Compiling powerfmt v0.2.0
5852025-03-14T21:38:33.085Z Compiling oxnet v0.1.1
5862025-03-14T21:38:33.582Z Compiling deranged v0.3.11
5872025-03-14T21:38:33.964Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
5882025-03-14T21:38:34.320Z Compiling bitflags v2.9.0
5892025-03-14T21:38:34.542Z Compiling postcard v1.1.1
5902025-03-14T21:38:34.568Z Compiling uuid v1.15.1
5912025-03-14T21:38:34.931Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
5922025-03-14T21:38:35.065Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5932025-03-14T21:38:35.893Z Compiling futures-executor v0.3.31
5942025-03-14T21:38:36.663Z Compiling terminal_size v0.4.2
5952025-03-14T21:38:36.767Z Compiling clap_derive v4.5.28
5962025-03-14T21:38:36.865Z Compiling clap_builder v4.5.31
5972025-03-14T21:38:37.448Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5982025-03-14T21:38:39.643Z Compiling time-macros v0.2.20
5992025-03-14T21:38:40.014Z Compiling dirs-next v2.0.0
6002025-03-14T21:38:41.096Z Compiling thiserror-impl v2.0.12
6012025-03-14T21:38:41.225Z Compiling crossbeam-epoch v0.9.18
6022025-03-14T21:38:41.361Z Compiling is-terminal v0.4.16
6032025-03-14T21:38:41.480Z Compiling thread_local v1.1.8
6042025-03-14T21:38:41.805Z Compiling num-traits v0.2.19
6052025-03-14T21:38:42.057Z Compiling minimal-lexical v0.2.1
6062025-03-14T21:38:42.119Z Compiling serde_json v1.0.140
6072025-03-14T21:38:42.334Z Compiling heck v0.4.1
6082025-03-14T21:38:42.571Z Compiling slog-async v2.8.0
6092025-03-14T21:38:42.621Z Compiling rayon-core v1.12.1
6102025-03-14T21:38:42.657Z Compiling arc-swap v1.7.1
6112025-03-14T21:38:42.940Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
6122025-03-14T21:38:43.045Z Compiling time v0.3.39
6132025-03-14T21:38:43.246Z Compiling slog-scope v4.4.0
6142025-03-14T21:38:43.604Z Compiling nom v7.1.3
6152025-03-14T21:38:44.026Z Compiling crossbeam-deque v0.8.6
6162025-03-14T21:38:44.141Z Compiling rand_core v0.9.3
6172025-03-14T21:38:44.364Z Compiling clap v4.5.31
6182025-03-14T21:38:44.467Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
6192025-03-14T21:38:44.602Z Compiling term v0.7.0
6202025-03-14T21:38:44.970Z Compiling futures v0.3.31
6212025-03-14T21:38:45.070Z Compiling crossbeam-channel v0.5.14
6222025-03-14T21:38:46.244Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6232025-03-14T21:38:46.695Z Compiling itertools v0.12.1
6242025-03-14T21:38:46.831Z Compiling half v2.4.1
6252025-03-14T21:38:47.119Z Compiling take_mut v0.2.2
6262025-03-14T21:38:47.269Z Compiling cfg_aliases v0.2.1
6272025-03-14T21:38:47.377Z Compiling ciborium-io v0.2.2
6282025-03-14T21:38:47.403Z Compiling log v0.4.26
6292025-03-14T21:38:47.506Z Compiling plotters-backend v0.3.7
6302025-03-14T21:38:47.803Z Compiling ryu v1.0.20
6312025-03-14T21:38:48.091Z Compiling plotters-svg v0.3.7
6322025-03-14T21:38:48.180Z Compiling slog-stdlog v4.1.1
6332025-03-14T21:38:48.606Z Compiling ciborium-ll v0.2.2
6342025-03-14T21:38:48.750Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
6352025-03-14T21:38:48.974Z Compiling nix v0.29.0
6362025-03-14T21:38:49.645Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
6372025-03-14T21:38:49.827Z Compiling rusticata-macros v4.1.0
6382025-03-14T21:38:50.252Z Compiling slog-term v2.9.1
6392025-03-14T21:38:51.063Z Compiling cookie-factory v0.3.3
6402025-03-14T21:38:51.521Z Compiling rand_chacha v0.9.0
6412025-03-14T21:38:51.659Z Compiling itertools v0.10.5
6422025-03-14T21:38:51.799Z Compiling cast v0.3.0
6432025-03-14T21:38:51.830Z Compiling same-file v1.0.6
6442025-03-14T21:38:52.067Z Compiling circular v0.3.0
6452025-03-14T21:38:52.113Z Compiling walkdir v2.5.0
6462025-03-14T21:38:52.501Z Compiling rayon v1.10.0
6472025-03-14T21:38:52.801Z Compiling pcap-parser v0.16.0
6482025-03-14T21:38:53.188Z Compiling plotters v0.3.7
6492025-03-14T21:38:53.218Z Compiling rand v0.9.0
6502025-03-14T21:38:54.048Z Compiling criterion-plot v0.5.0
6512025-03-14T21:38:54.212Z Compiling slog-envlogger v2.2.0
6522025-03-14T21:38:54.537Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d04addf8)
6532025-03-14T21:38:55.388Z Compiling tinytemplate v1.2.1
6542025-03-14T21:38:55.554Z Compiling ciborium v0.2.2
6552025-03-14T21:38:55.887Z Compiling anes v0.1.6
6562025-03-14T21:38:55.923Z Compiling oorandom v11.1.5
6572025-03-14T21:38:56.131Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
6582025-03-14T21:38:56.219Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6592025-03-14T21:38:56.315Z Compiling ctor-proc-macro v0.0.4
6602025-03-14T21:38:56.850Z Compiling criterion v0.5.1
6612025-03-14T21:38:56.957Z Compiling ctor v0.3.6
6622025-03-14T21:39:00.788Z Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench)
6632025-03-14T21:40:41.229Z Finished `bench` profile [optimized + debuginfo] target(s) in 2m 33s
6642025-03-14T21:40:41.335Z Running benches/xde.rs (target/release/deps/xde-4fa80a5953e238e5)
6652025-03-14T21:40:41.378Z###--------------------------------###
6662025-03-14T21:40:41.378Z:::Building test topology... (120s):::
6672025-03-14T21:40:41.378Z###--------------------------------###
6682025-03-14T21:40:41.457ZError: OPTE driver is not attached
6692025-03-14T21:40:41.483Zerror: bench failed, to rerun pass `-p opte-bench --bench xde`
6702025-03-14T21:40:41.484Z
6712025-03-14T21:40:41.484ZCaused by:
6722025-03-14T21:40:41.484Z process didn't exit successfully: `/work/oxidecomputer/opte/target/release/deps/xde-4fa80a5953e238e5 local --bench` (exit status: 1)
6732025-03-14T21:40:41.509Z+ cleanup
6742025-03-14T21:40:41.510Z++ id -un
6752025-03-14T21:40:41.510Z++ id -gn
6762025-03-14T21:40:41.510Z+ pfexec chown -R build:build .
6772025-03-14T21:40:41.535Z+ [[ -z 01JPB8Z13EP6PE4JGMVNKFHDDN ]]
6782025-03-14T21:40:41.535Zprocess exited: duration 224766 ms, exit code 1
 
6792025-03-14T21:40:41.586Zfound 0 output files
6802025-03-14T21:40:41.586Zupload error: rule "/work/bench-results.tgz" required a match, but was not used