01KXW9W54QH4Z0PSN1P1C50RSM: oxide-vpc

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KXW9WRQ7MBM76FS9QGVDCMGX

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-19T04:25:34.491Zjob assigned to worker 01KXW9X16497BZB51T57A26P6G [factory aws, i-0c1e8b4cf87d545c3] (queued for 1 m 0 s)
 
22026-07-19T04:25:41.473Zstarting task 0: "setup"
32026-07-19T04:25:41.478Z++ uname -s
42026-07-19T04:25:41.481Z+ kern=SunOS
52026-07-19T04:25:41.481Z+ build_user=build
62026-07-19T04:25:41.481Z+ build_uid=12345
72026-07-19T04:25:41.481Z+ work_dir=/work
82026-07-19T04:25:41.482Z+ input_dir=/input
92026-07-19T04:25:41.482Z+ [[ 0 == 12345 ]]
102026-07-19T04:25:41.482Z+ case "$kern" in
112026-07-19T04:25:41.482Z+ groupadd -g 12345 build
122026-07-19T04:25:41.482Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-19T04:25:43.487Z+ zfs create -o mountpoint=/work rpool/work
142026-07-19T04:25:43.574Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-19T04:25:43.579Z+ home_fs=zfs
162026-07-19T04:25:43.579Z+ [[ zfs == autofs ]]
172026-07-19T04:25:43.579Z+ mkdir -p /home/build
182026-07-19T04:25:43.579Z+ chown build:build /home/build /work
192026-07-19T04:25:45.579Z+ chmod 0700 /home/build /work
202026-07-19T04:25:45.583Zprocess exited: duration 4107 ms, exit code 0
 
212026-07-19T04:25:45.590Zstarting task 1: "rust-toolchain"
222026-07-19T04:25:45.593Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-19T04:25:45.593Z * rust toolchain channel = "1.97.1"
242026-07-19T04:25:45.594Z * rust toolchain profile = "default"
252026-07-19T04:25:45.594Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-19T04:25:45.594Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-19T04:25:45.594Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-19T04:25:45.597Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-19T04:25:45.597Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-19T04:25:45.709Zinfo: downloading installer
312026-07-19T04:25:47.411Zwarn: It looks like you have an existing rustup settings file at:
322026-07-19T04:25:47.412Zwarn: /home/build/.rustup/settings.toml
332026-07-19T04:25:47.412Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-19T04:25:47.412Zwarn: instead of the one inferred from the default host triple.
352026-07-19T04:25:47.423Zinfo: profile set to default
362026-07-19T04:25:47.423Zinfo: default host triple is x86_64-unknown-illumos
372026-07-19T04:25:47.429Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-19T04:25:47.573Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-19T04:25:47.581Zinfo: downloading 6 components
402026-07-19T04:26:03.113Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-19T04:26:03.113Z
422026-07-19T04:26:03.141Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-19T04:26:03.141Z
442026-07-19T04:26:03.141Z
452026-07-19T04:26:03.141ZRust is installed now. Great!
462026-07-19T04:26:03.141Z
472026-07-19T04:26:03.141ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-19T04:26:03.141Zenvironment variable. This has not been done automatically.
492026-07-19T04:26:03.142Z
502026-07-19T04:26:03.142ZTo configure your current shell, you need to source
512026-07-19T04:26:03.142Zthe corresponding env file under $HOME/.cargo.
522026-07-19T04:26:03.142Z
532026-07-19T04:26:03.142ZThis is usually done by running one of the following (note the leading DOT):
542026-07-19T04:26:03.145Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-19T04:26:03.145Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-19T04:26:03.145Zsource "~/.cargo/env.nu" # For nushell
572026-07-19T04:26:03.146Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-19T04:26:03.146Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-19T04:26:03.146Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-19T04:26:03.146Zwarn: no default linker (`cc`) was found in your PATH
612026-07-19T04:26:03.146Zwarn: many Rust crates require a system C toolchain to build
622026-07-19T04:26:03.244Z+ rustup --version
632026-07-19T04:26:03.253Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-19T04:26:03.257Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-19T04:26:03.274Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-19T04:26:03.278Z+ cargo --version
672026-07-19T04:26:03.292Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-19T04:26:03.295Z+ rustc --version
692026-07-19T04:26:03.314Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-19T04:26:03.318Zprocess exited: duration 17726 ms, exit code 0
 
712026-07-19T04:26:03.328Zstarting task 2: "authentication"
722026-07-19T04:26:03.344Zprocess exited: duration 16 ms, exit code 0
 
732026-07-19T04:26:03.350Zstarting task 3: "clone repository"
742026-07-19T04:26:03.353Z+ mkdir -p /work/oxidecomputer/opte
752026-07-19T04:26:03.356Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-19T04:26:03.385ZCloning into '/work/oxidecomputer/opte'...
772026-07-19T04:26:04.243Z+ cd /work/oxidecomputer/opte
782026-07-19T04:26:04.243Z+ git fetch origin afff174ebc75a1e4e91b98f8683877a8d77b728f
792026-07-19T04:26:04.469ZFrom https://github.com/oxidecomputer/opte
802026-07-19T04:26:04.469Z * branch afff174ebc75a1e4e91b98f8683877a8d77b728f -> FETCH_HEAD
812026-07-19T04:26:04.475Z+ [[ -n renovate/rust-1.x ]]
822026-07-19T04:26:04.478Z++ git branch --show-current
832026-07-19T04:26:04.478Z+ current=master
842026-07-19T04:26:04.478Z+ [[ master != renovate/rust-1.x ]]
852026-07-19T04:26:04.478Z+ git branch -f renovate/rust-1.x afff174ebc75a1e4e91b98f8683877a8d77b728f
862026-07-19T04:26:04.481Z+ git checkout -f renovate/rust-1.x
872026-07-19T04:26:04.497ZSwitched to branch 'renovate/rust-1.x'
882026-07-19T04:26:04.501Z+ git reset --hard afff174ebc75a1e4e91b98f8683877a8d77b728f
892026-07-19T04:26:04.504ZHEAD is now at afff174 Update dependency rust
902026-07-19T04:26:04.504Zprocess exited: duration 1151 ms, exit code 0
 
912026-07-19T04:26:04.510Zstarting task 4: "build"
922026-07-19T04:26:04.513Z+ source .github/buildomat/common.sh
932026-07-19T04:26:04.513Z++ rustup show active-toolchain
942026-07-19T04:26:04.519Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-19T04:26:04.522Z++ pushd xde
962026-07-19T04:26:04.522Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-19T04:26:04.522Z++ rustup show active-toolchain
982026-07-19T04:26:04.525Zinfo: syncing channel updates for nightly-2026-07-19-x86_64-unknown-illumos
992026-07-19T04:26:04.680Zinfo: latest update on 2026-07-19 for version 1.99.0-nightly (eff8269f7 2026-07-18)
1002026-07-19T04:26:04.683Zinfo: downloading 6 components
1012026-07-19T04:26:19.807Znightly-2026-07-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-19T04:26:19.904Z+++ rustup show active-toolchain -v
1032026-07-19T04:26:19.907Z+++ head -n 1
1042026-07-19T04:26:19.907Z+++ cut '-d ' -f1
1052026-07-19T04:26:19.955Z++ export NIGHTLY=nightly-2026-07-19-x86_64-unknown-illumos
1062026-07-19T04:26:19.955Z++ NIGHTLY=nightly-2026-07-19-x86_64-unknown-illumos
1072026-07-19T04:26:19.955Z++ popd
1082026-07-19T04:26:19.958Z/work/oxidecomputer/opte
1092026-07-19T04:26:19.958Z+ cargo --version
1102026-07-19T04:26:19.965Zcargo 1.97.1 (c980f4866 2026-06-30)
1112026-07-19T04:26:19.968Z+ rustc --version
1122026-07-19T04:26:19.988Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1132026-07-19T04:26:19.991Z+ cd lib/oxide-vpc
1142026-07-19T04:26:19.991Z+ header 'check style'
1152026-07-19T04:26:19.991Z+ echo '# ==== check style ==== #'
1162026-07-19T04:26:19.991Z# ==== check style ==== #
1172026-07-19T04:26:19.991Z+ ptime -m cargo +nightly-2026-07-19-x86_64-unknown-illumos fmt -- --check
1182026-07-19T04:26:20.113Z
1192026-07-19T04:26:20.113Zreal 0.120074664
1202026-07-19T04:26:20.113Zuser 0.085830800
1212026-07-19T04:26:20.113Zsys 0.030782180
1222026-07-19T04:26:20.114Ztrap 0.000004370
1232026-07-19T04:26:20.114Ztflt 0.000015710
1242026-07-19T04:26:20.118Zdflt 0.000012020
1252026-07-19T04:26:20.118Zkflt 0.000000000
1262026-07-19T04:26:20.118Zlock 0.031435490
1272026-07-19T04:26:20.118Zslp 0.099510874
1282026-07-19T04:26:20.118Zlat 0.000707520
1292026-07-19T04:26:20.118Zstop 0.000100350
1302026-07-19T04:26:20.118Z+ header 'check docs'
1312026-07-19T04:26:20.118Z+ echo '# ==== check docs ==== #'
1322026-07-19T04:26:20.118Z# ==== check docs ==== #
1332026-07-19T04:26:20.118Z+ RUSTDOCFLAGS='-D warnings'
1342026-07-19T04:26:20.118Z+ ptime -m cargo +nightly-2026-07-19-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-07-19T04:26:20.181Z Updating crates.io index
1362026-07-19T04:26:20.184Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-07-19T04:26:20.841Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-07-19T04:26:21.224Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-07-19T04:26:21.552Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-07-19T04:26:21.781Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-07-19T04:26:21.998Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-07-19T04:26:22.258Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-07-19T04:26:23.952Z Downloading crates ...
1442026-07-19T04:26:24.014Z Downloaded darling_macro v0.21.3
1452026-07-19T04:26:24.018Z Downloaded embedded-io v0.4.0
1462026-07-19T04:26:24.023Z Downloaded hash32 v0.3.1
1472026-07-19T04:26:24.024Z Downloaded managed v0.8.0
1482026-07-19T04:26:24.027Z Downloaded scroll_derive v0.13.1
1492026-07-19T04:26:24.030Z Downloaded usdt-macro v0.6.0
1502026-07-19T04:26:24.034Z Downloaded heapless v0.8.0
1512026-07-19T04:26:24.038Z Downloaded itoa v1.0.18
1522026-07-19T04:26:24.041Z Downloaded ident_case v1.0.1
1532026-07-19T04:26:24.041Z Downloaded pretty-hex v0.4.2
1542026-07-19T04:26:24.049Z Downloaded ingot-macros v0.1.1
1552026-07-19T04:26:24.052Z Downloaded thread-id v5.1.0
1562026-07-19T04:26:24.052Z Downloaded serde_tokenstream v0.2.3
1572026-07-19T04:26:24.060Z Downloaded macaddr v1.0.1
1582026-07-19T04:26:24.066Z Downloaded postcard v1.1.3
1592026-07-19T04:26:24.070Z Downloaded ingot-types v0.1.2
1602026-07-19T04:26:24.075Z Downloaded usdt-attr-macro v0.6.0
1612026-07-19T04:26:24.080Z Downloaded version_check v0.9.5
1622026-07-19T04:26:24.085Z Downloaded dtrace-parser v0.3.0
1632026-07-19T04:26:24.085Z Downloaded plain v0.2.3
1642026-07-19T04:26:24.085Z Downloaded serde_core v1.0.228
1652026-07-19T04:26:24.088Z Downloaded thiserror-impl v2.0.18
1662026-07-19T04:26:24.088Z Downloaded dof v0.4.0
1672026-07-19T04:26:24.091Z Downloaded dyn-clone v1.0.20
1682026-07-19T04:26:24.094Z Downloaded usdt v0.6.0
1692026-07-19T04:26:24.097Z Downloaded tabwriter v1.4.1
1702026-07-19T04:26:24.097Z Downloaded darling_macro v0.23.0
1712026-07-19T04:26:24.101Z Downloaded ref-cast-impl v1.0.25
1722026-07-19T04:26:24.104Z Downloaded cfg-if v1.0.4
1732026-07-19T04:26:24.104Z Downloaded defmt v0.3.100
1742026-07-19T04:26:24.104Z Downloaded strsim v0.11.1
1752026-07-19T04:26:24.109Z Downloaded defmt-parser v1.0.0
1762026-07-19T04:26:24.116Z Downloaded fnv v1.0.7
1772026-07-19T04:26:24.120Z Downloaded embedded-io v0.6.1
1782026-07-19T04:26:24.124Z Downloaded cobs v0.3.0
1792026-07-19T04:26:24.124Z Downloaded ref-cast v1.0.25
1802026-07-19T04:26:24.127Z Downloaded byteorder v1.5.0
1812026-07-19T04:26:24.130Z Downloaded stable_deref_trait v1.2.1
1822026-07-19T04:26:24.130Z Downloaded thiserror v2.0.18
1832026-07-19T04:26:24.135Z Downloaded defmt-macros v1.1.1
1842026-07-19T04:26:24.138Z Downloaded scroll v0.13.0
1852026-07-19T04:26:24.138Z Downloaded ingot v0.1.1
1862026-07-19T04:26:24.138Z Downloaded aho-corasick v1.1.4
1872026-07-19T04:26:24.143Z Downloaded usdt-impl v0.6.0
1882026-07-19T04:26:24.146Z Downloaded either v1.16.0
1892026-07-19T04:26:24.150Z Downloaded pest_derive v2.8.7
1902026-07-19T04:26:24.153Z Downloaded bitflags v1.3.2
1912026-07-19T04:26:24.153Z Downloaded ipnetwork v0.21.1
1922026-07-19T04:26:24.157Z Downloaded memchr v2.8.2
1932026-07-19T04:26:24.163Z Downloaded darling v0.23.0
1942026-07-19T04:26:24.166Z Downloaded memmap2 v0.9.11
1952026-07-19T04:26:24.175Z Downloaded zmij v1.0.21
1962026-07-19T04:26:24.179Z Downloaded pest_meta v2.8.7
1972026-07-19T04:26:24.179Z Downloaded ucd-trie v0.1.7
1982026-07-19T04:26:24.179Z Downloaded defmt v1.1.1
1992026-07-19T04:26:24.179Z Downloaded quote v1.0.46
2002026-07-19T04:26:24.184Z Downloaded crc32fast v1.5.0
2012026-07-19T04:26:24.189Z Downloaded pest_generator v2.8.7
2022026-07-19T04:26:24.189Z Downloaded pest v2.8.7
2032026-07-19T04:26:24.200Z Downloaded log v0.4.33
2042026-07-19T04:26:24.205Z Downloaded darling v0.21.3
2052026-07-19T04:26:24.205Z Downloaded serde_derive v1.0.228
2062026-07-19T04:26:24.205Z Downloaded bitflags v2.13.0
2072026-07-19T04:26:24.210Z Downloaded proc-macro2 v1.0.106
2082026-07-19T04:26:24.226Z Downloaded uuid v1.23.4
2092026-07-19T04:26:24.230Z Downloaded unicode-ident v1.0.24
2102026-07-19T04:26:24.230Z Downloaded darling_core v0.23.0
2112026-07-19T04:26:24.236Z Downloaded serde v1.0.228
2122026-07-19T04:26:24.239Z Downloaded zerocopy-derive v0.8.52
2132026-07-19T04:26:24.242Z Downloaded darling_core v0.21.3
2142026-07-19T04:26:24.280Z Downloaded regex v1.12.4
2152026-07-19T04:26:24.283Z Downloaded itertools v0.15.0
2162026-07-19T04:26:24.289Z Downloaded itertools v0.14.0
2172026-07-19T04:26:24.293Z Downloaded zerocopy v0.8.52
2182026-07-19T04:26:24.304Z Downloaded serde_json v1.0.150
2192026-07-19T04:26:24.346Z Downloaded goblin v0.10.7
2202026-07-19T04:26:24.350Z Downloaded unicode-width v0.2.2
2212026-07-19T04:26:24.353Z Downloaded syn v2.0.118
2222026-07-19T04:26:24.359Z Downloaded smoltcp v0.11.0
2232026-07-19T04:26:24.367Z Downloaded regex-syntax v0.8.11
2242026-07-19T04:26:24.398Z Downloaded regex-automata v0.4.14
2252026-07-19T04:26:24.408Z Downloaded libc v0.2.186
2262026-07-19T04:26:24.463Z Compiling proc-macro2 v1.0.106
2272026-07-19T04:26:24.463Z Compiling quote v1.0.46
2282026-07-19T04:26:24.463Z Compiling unicode-ident v1.0.24
2292026-07-19T04:26:24.466Z Compiling strsim v0.11.1
2302026-07-19T04:26:24.466Z Documenting unicode-ident v1.0.24
2312026-07-19T04:26:24.466Z Compiling ident_case v1.0.1
2322026-07-19T04:26:24.466Z Compiling serde_core v1.0.228
2332026-07-19T04:26:24.623Z Compiling fnv v1.0.7
2342026-07-19T04:26:24.642Z Compiling memchr v2.8.2
2352026-07-19T04:26:24.649Z Compiling zerocopy v0.8.52
2362026-07-19T04:26:24.709Z Compiling thiserror v2.0.18
2372026-07-19T04:26:24.829Z Compiling serde v1.0.228
2382026-07-19T04:26:24.882Z Compiling regex-syntax v0.8.11
2392026-07-19T04:26:25.062Z Documenting proc-macro2 v1.0.106
2402026-07-19T04:26:25.152Z Compiling aho-corasick v1.1.4
2412026-07-19T04:26:25.500Z Compiling syn v2.0.118
2422026-07-19T04:26:25.573Z Checking byteorder v1.5.0
2432026-07-19T04:26:25.634Z Documenting quote v1.0.46
2442026-07-19T04:26:25.642Z Compiling either v1.16.0
2452026-07-19T04:26:25.864Z Compiling itertools v0.14.0
2462026-07-19T04:26:26.188Z Documenting syn v2.0.118
2472026-07-19T04:26:26.381Z Compiling regex-automata v0.4.14
2482026-07-19T04:26:26.592Z Compiling heapless v0.8.0
2492026-07-19T04:26:26.929Z Checking bitflags v2.13.0
2502026-07-19T04:26:27.061Z Checking hash32 v0.3.1
2512026-07-19T04:26:27.086Z Documenting serde_core v1.0.228
2522026-07-19T04:26:27.113Z Checking cfg-if v1.0.4
2532026-07-19T04:26:27.168Z Checking macaddr v1.0.1
2542026-07-19T04:26:27.171Z Documenting memchr v2.8.2
2552026-07-19T04:26:27.306Z Checking stable_deref_trait v1.2.1
2562026-07-19T04:26:27.373Z Documenting regex-syntax v0.8.11
2572026-07-19T04:26:27.631Z Compiling smoltcp v0.11.0
2582026-07-19T04:26:27.813Z Documenting aho-corasick v1.1.4
2592026-07-19T04:26:27.988Z Compiling darling_core v0.21.3
2602026-07-19T04:26:28.224Z Compiling regex v1.12.4
2612026-07-19T04:26:28.379Z Compiling darling_core v0.23.0
2622026-07-19T04:26:28.761Z Documenting regex-automata v0.4.14
2632026-07-19T04:26:29.064Z Checking managed v0.8.0
2642026-07-19T04:26:29.090Z Checking bitflags v1.3.2
2652026-07-19T04:26:29.120Z Compiling thiserror-impl v2.0.18
2662026-07-19T04:26:29.149Z Compiling zerocopy-derive v0.8.52
2672026-07-19T04:26:29.243Z Compiling serde_derive v1.0.228
2682026-07-19T04:26:29.838Z Documenting thiserror-impl v2.0.18
2692026-07-19T04:26:30.082Z Compiling darling_macro v0.21.3
2702026-07-19T04:26:30.101Z Documenting regex v1.12.4
2712026-07-19T04:26:30.125Z Documenting serde_derive v1.0.228
2722026-07-19T04:26:30.432Z Checking cobs v0.3.0
2732026-07-19T04:26:30.485Z Compiling darling_macro v0.23.0
2742026-07-19T04:26:30.561Z Documenting zerocopy-derive v0.8.52
2752026-07-19T04:26:30.655Z Documenting byteorder v1.5.0
2762026-07-19T04:26:30.658Z Compiling darling v0.21.3
2772026-07-19T04:26:30.737Z Compiling ingot-macros v0.1.1
2782026-07-19T04:26:31.059Z Compiling crc32fast v1.5.0
2792026-07-19T04:26:31.078Z Compiling ref-cast v1.0.25
2802026-07-19T04:26:31.261Z Documenting hash32 v0.3.1
2812026-07-19T04:26:31.404Z Documenting ingot-macros v0.1.1
2822026-07-19T04:26:31.449Z Documenting thiserror v2.0.18
2832026-07-19T04:26:31.632Z Documenting zerocopy v0.8.52
2842026-07-19T04:26:31.843Z Compiling ref-cast-impl v1.0.25
2852026-07-19T04:26:32.015Z Documenting serde v1.0.228
2862026-07-19T04:26:32.399Z Checking postcard v1.1.3
2872026-07-19T04:26:32.439Z Documenting bitflags v2.13.0
2882026-07-19T04:26:32.632Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2892026-07-19T04:26:32.668Z Checking ipnetwork v0.21.1
2902026-07-19T04:26:32.671Z Documenting stable_deref_trait v1.2.1
2912026-07-19T04:26:32.838Z Documenting macaddr v1.0.1
2922026-07-19T04:26:32.847Z Compiling version_check v0.9.5
2932026-07-19T04:26:33.111Z Documenting cfg-if v1.0.4
2942026-07-19T04:26:33.232Z Checking unicode-width v0.2.2
2952026-07-19T04:26:33.255Z Documenting heapless v0.8.0
2962026-07-19T04:26:33.384Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2972026-07-19T04:26:33.471Z Documenting cobs v0.3.0
2982026-07-19T04:26:33.480Z Checking ingot-types v0.1.2
2992026-07-19T04:26:33.623Z Compiling darling v0.23.0
3002026-07-19T04:26:33.653Z Documenting managed v0.8.0
3012026-07-19T04:26:33.696Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3022026-07-19T04:26:33.818Z Checking ingot v0.1.1
3032026-07-19T04:26:33.879Z Checking tabwriter v1.4.1
3042026-07-19T04:26:34.023Z Checking itertools v0.15.0
3052026-07-19T04:26:34.112Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3062026-07-19T04:26:34.268Z Documenting postcard v1.1.3
3072026-07-19T04:26:34.548Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3082026-07-19T04:26:34.612Z Documenting ref-cast-impl v1.0.25
3092026-07-19T04:26:34.786Z Documenting smoltcp v0.11.0
3102026-07-19T04:26:34.797Z Documenting ipnetwork v0.21.1
3112026-07-19T04:26:34.803Z Documenting ingot-types v0.1.2
3122026-07-19T04:26:35.047Z Checking dyn-clone v1.0.20
3132026-07-19T04:26:35.055Z Documenting unicode-width v0.2.2
3142026-07-19T04:26:35.146Z Documenting either v1.16.0
3152026-07-19T04:26:35.288Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3162026-07-19T04:26:35.387Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3172026-07-19T04:26:35.514Z Documenting ref-cast v1.0.25
3182026-07-19T04:26:35.762Z Documenting crc32fast v1.5.0
3192026-07-19T04:26:36.044Z Documenting ingot v0.1.1
3202026-07-19T04:26:36.149Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3212026-07-19T04:26:36.255Z Documenting itertools v0.15.0
3222026-07-19T04:26:36.477Z Documenting tabwriter v1.4.1
3232026-07-19T04:26:36.862Z Documenting dyn-clone v1.0.20
3242026-07-19T04:26:37.324Z Documenting uuid v1.23.4
3252026-07-19T04:26:37.602Z Checking uuid v1.23.4
3262026-07-19T04:26:37.848Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3272026-07-19T04:26:37.902Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3282026-07-19T04:26:39.263Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3292026-07-19T04:26:40.434Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3302026-07-19T04:26:42.759Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3312026-07-19T04:26:44.349Z Finished `dev` profile [optimized + debuginfo] target(s) in 24.22s
3322026-07-19T04:26:44.436Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3332026-07-19T04:26:44.462Z
3342026-07-19T04:26:44.465Zreal 24.327342544
3352026-07-19T04:26:44.465Zuser 1:21.561751298
3362026-07-19T04:26:44.465Zsys 17.205121977
3372026-07-19T04:26:44.465Ztrap 0.041878800
3382026-07-19T04:26:44.465Ztflt 0.070520305
3392026-07-19T04:26:44.465Zdflt 0.076230086
3402026-07-19T04:26:44.465Zkflt 0.003943360
3412026-07-19T04:26:44.465Zlock 7:00.263432854
3422026-07-19T04:26:44.465Zslp 4:38.713899181
3432026-07-19T04:26:44.465Zlat 8.582985327
3442026-07-19T04:26:44.465Zstop 14.065599669
3452026-07-19T04:26:44.465Z+ header 'analyze std + api + usdt'
3462026-07-19T04:26:44.465Z+ echo '# ==== analyze std + api + usdt ==== #'
3472026-07-19T04:26:44.465Z# ==== analyze std + api + usdt ==== #
3482026-07-19T04:26:44.465Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3492026-07-19T04:26:44.645Z Downloading crates ...
3502026-07-19T04:26:44.690Z Downloaded pin-project-lite v0.2.17
3512026-07-19T04:26:44.694Z Downloaded slab v0.4.12
3522026-07-19T04:26:44.697Z Downloaded futures-task v0.3.32
3532026-07-19T04:26:44.700Z Downloaded futures-channel v0.3.32
3542026-07-19T04:26:44.703Z Downloaded futures v0.3.32
3552026-07-19T04:26:44.705Z Downloaded link-section v0.2.1
3562026-07-19T04:26:44.707Z Downloaded circular v0.3.0
3572026-07-19T04:26:44.707Z Downloaded cookie-factory v0.3.3
3582026-07-19T04:26:44.710Z Downloaded ctor-proc-macro v0.0.13
3592026-07-19T04:26:44.712Z Downloaded rusticata-macros v5.0.0
3602026-07-19T04:26:44.712Z Downloaded futures-macro v0.3.32
3612026-07-19T04:26:44.715Z Downloaded dtor v0.8.1
3622026-07-19T04:26:44.715Z Downloaded futures-core v0.3.32
3632026-07-19T04:26:44.715Z Downloaded futures-executor v0.3.32
3642026-07-19T04:26:44.715Z Downloaded ctor v0.10.1
3652026-07-19T04:26:44.718Z Downloaded futures-io v0.3.32
3662026-07-19T04:26:44.718Z Downloaded dtor-proc-macro v0.0.13
3672026-07-19T04:26:44.718Z Downloaded futures-sink v0.3.32
3682026-07-19T04:26:44.721Z Downloaded typeid v1.0.3
3692026-07-19T04:26:44.726Z Downloaded once_cell v1.21.4
3702026-07-19T04:26:44.730Z Downloaded anyhow v1.0.103
3712026-07-19T04:26:44.753Z Downloaded ron v0.12.2
3722026-07-19T04:26:44.758Z Downloaded nom v8.0.0
3732026-07-19T04:26:44.761Z Downloaded futures-util v0.3.32
3742026-07-19T04:26:44.766Z Downloaded pcap-parser v0.17.0
3752026-07-19T04:26:44.817Z Compiling proc-macro2 v1.0.106
3762026-07-19T04:26:44.821Z Compiling quote v1.0.46
3772026-07-19T04:26:44.821Z Compiling unicode-ident v1.0.24
3782026-07-19T04:26:44.821Z Compiling memchr v2.8.2
3792026-07-19T04:26:44.821Z Compiling thiserror v2.0.18
3802026-07-19T04:26:44.821Z Compiling serde_core v1.0.228
3812026-07-19T04:26:44.821Z Compiling zerocopy v0.8.52
3822026-07-19T04:26:44.999Z Compiling zmij v1.0.21
3832026-07-19T04:26:45.186Z Compiling libc v0.2.186
3842026-07-19T04:26:45.190Z Compiling ucd-trie v0.1.7
3852026-07-19T04:26:45.220Z Compiling ident_case v1.0.1
3862026-07-19T04:26:45.233Z Compiling serde_json v1.0.150
3872026-07-19T04:26:45.287Z Compiling strsim v0.11.1
3882026-07-19T04:26:45.344Z Compiling pest v2.8.7
3892026-07-19T04:26:45.416Z Compiling serde v1.0.228
3902026-07-19T04:26:45.646Z Compiling fnv v1.0.7
3912026-07-19T04:26:45.842Z Compiling aho-corasick v1.1.4
3922026-07-19T04:26:45.873Z Compiling regex-syntax v0.8.11
3932026-07-19T04:26:46.000Z Checking byteorder v1.5.0
3942026-07-19T04:26:46.084Z Compiling itoa v1.0.18
3952026-07-19T04:26:46.197Z Compiling syn v2.0.118
3962026-07-19T04:26:46.540Z Compiling pest_meta v2.8.7
3972026-07-19T04:26:46.571Z Compiling either v1.16.0
3982026-07-19T04:26:46.655Z Compiling usdt-impl v0.6.0
3992026-07-19T04:26:46.767Z Compiling itertools v0.14.0
4002026-07-19T04:26:46.777Z Checking bitflags v2.13.0
4012026-07-19T04:26:46.937Z Compiling thread-id v5.1.0
4022026-07-19T04:26:47.254Z Compiling heapless v0.8.0
4032026-07-19T04:26:47.263Z Checking futures-core v0.3.32
4042026-07-19T04:26:47.383Z Compiling regex-automata v0.4.14
4052026-07-19T04:26:47.545Z Checking plain v0.2.3
4062026-07-19T04:26:47.576Z Checking log v0.4.33
4072026-07-19T04:26:47.719Z Checking futures-sink v0.3.32
4082026-07-19T04:26:47.855Z Checking futures-channel v0.3.32
4092026-07-19T04:26:48.034Z Checking hash32 v0.3.1
4102026-07-19T04:26:48.078Z Checking pretty-hex v0.4.2
4112026-07-19T04:26:48.149Z Checking slab v0.4.12
4122026-07-19T04:26:48.155Z Compiling smoltcp v0.11.0
4132026-07-19T04:26:48.300Z Checking cfg-if v1.0.4
4142026-07-19T04:26:48.357Z Checking macaddr v1.0.1
4152026-07-19T04:26:48.404Z Checking pin-project-lite v0.2.17
4162026-07-19T04:26:48.426Z Checking futures-task v0.3.32
4172026-07-19T04:26:48.481Z Checking stable_deref_trait v1.2.1
4182026-07-19T04:26:48.485Z Checking futures-io v0.3.32
4192026-07-19T04:26:48.557Z Compiling version_check v0.9.5
4202026-07-19T04:26:48.584Z Compiling pest_generator v2.8.7
4212026-07-19T04:26:48.615Z Compiling darling_core v0.21.3
4222026-07-19T04:26:48.816Z Compiling darling_core v0.23.0
4232026-07-19T04:26:48.913Z Checking managed v0.8.0
4242026-07-19T04:26:49.008Z Compiling ref-cast v1.0.25
4252026-07-19T04:26:49.091Z Compiling regex v1.12.4
4262026-07-19T04:26:49.181Z Checking bitflags v1.3.2
4272026-07-19T04:26:49.236Z Compiling crc32fast v1.5.0
4282026-07-19T04:26:49.482Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4292026-07-19T04:26:49.550Z Checking memmap2 v0.9.11
4302026-07-19T04:26:49.713Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4312026-07-19T04:26:49.724Z Checking ipnetwork v0.21.1
4322026-07-19T04:26:49.790Z Compiling serde_derive v1.0.228
4332026-07-19T04:26:49.898Z Compiling thiserror-impl v2.0.18
4342026-07-19T04:26:49.933Z Compiling zerocopy-derive v0.8.52
4352026-07-19T04:26:50.016Z Compiling pest_derive v2.8.7
4362026-07-19T04:26:50.498Z Compiling scroll_derive v0.13.1
4372026-07-19T04:26:50.536Z Compiling futures-macro v0.3.32
4382026-07-19T04:26:50.544Z Compiling ref-cast-impl v1.0.25
4392026-07-19T04:26:50.707Z Compiling darling_macro v0.21.3
4402026-07-19T04:26:50.899Z Compiling darling_macro v0.23.0
4412026-07-19T04:26:51.246Z Compiling dtrace-parser v0.3.0
4422026-07-19T04:26:51.304Z Compiling darling v0.21.3
4432026-07-19T04:26:51.322Z Checking scroll v0.13.0
4442026-07-19T04:26:51.342Z Checking futures-util v0.3.32
4452026-07-19T04:26:51.470Z Compiling ingot-macros v0.1.1
4462026-07-19T04:26:51.502Z Checking cobs v0.3.0
4472026-07-19T04:26:51.541Z Checking goblin v0.10.7
4482026-07-19T04:26:51.642Z Compiling darling v0.23.0
4492026-07-19T04:26:51.713Z Checking unicode-width v0.2.2
4502026-07-19T04:26:51.962Z Checking tabwriter v1.4.1
4512026-07-19T04:26:52.008Z Checking itertools v0.15.0
4522026-07-19T04:26:52.097Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4532026-07-19T04:26:52.902Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4542026-07-19T04:26:52.905Z Checking postcard v1.1.3
4552026-07-19T04:26:53.218Z Compiling serde_tokenstream v0.2.3
4562026-07-19T04:26:53.242Z Checking futures-executor v0.3.32
4572026-07-19T04:26:53.379Z Checking nom v8.0.0
4582026-07-19T04:26:53.383Z Checking futures v0.3.32
4592026-07-19T04:26:53.443Z Checking dyn-clone v1.0.20
4602026-07-19T04:26:53.475Z Compiling typeid v1.0.3
4612026-07-19T04:26:53.492Z Compiling anyhow v1.0.103
4622026-07-19T04:26:53.535Z Checking cookie-factory v0.3.3
4632026-07-19T04:26:53.784Z Checking uuid v1.23.4
4642026-07-19T04:26:53.790Z Compiling dtor-proc-macro v0.0.13
4652026-07-19T04:26:54.013Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4662026-07-19T04:26:54.057Z Checking circular v0.3.0
4672026-07-19T04:26:54.098Z Checking dof v0.4.0
4682026-07-19T04:26:54.140Z Checking dtor v0.8.1
4692026-07-19T04:26:54.143Z Checking ingot-types v0.1.2
4702026-07-19T04:26:54.211Z Checking link-section v0.2.1
4712026-07-19T04:26:54.251Z Compiling ctor-proc-macro v0.0.13
4722026-07-19T04:26:54.291Z Checking once_cell v1.21.4
4732026-07-19T04:26:54.414Z Checking ron v0.12.2
4742026-07-19T04:26:54.469Z Checking ingot v0.1.1
4752026-07-19T04:26:54.559Z Checking ctor v0.10.1
4762026-07-19T04:26:55.044Z Compiling usdt-macro v0.6.0
4772026-07-19T04:26:55.044Z Compiling usdt-attr-macro v0.6.0
4782026-07-19T04:26:55.293Z Checking rusticata-macros v5.0.0
4792026-07-19T04:26:55.414Z Checking pcap-parser v0.17.0
4802026-07-19T04:26:55.664Z Checking usdt v0.6.0
4812026-07-19T04:26:55.974Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4822026-07-19T04:27:00.392Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4832026-07-19T04:27:02.060Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4842026-07-19T04:27:04.400Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.88s
4852026-07-19T04:27:04.432Z
4862026-07-19T04:27:04.432Zreal 19.965267828
4872026-07-19T04:27:04.432Zuser 1:13.485887572
4882026-07-19T04:27:04.433Zsys 15.197133206
4892026-07-19T04:27:04.433Ztrap 0.039243360
4902026-07-19T04:27:04.433Ztflt 0.132871418
4912026-07-19T04:27:04.433Zdflt 0.190154141
4922026-07-19T04:27:04.436Zkflt 0.000010900
4932026-07-19T04:27:04.436Zlock 4:48.515644171
4942026-07-19T04:27:04.436Zslp 3:53.817797344
4952026-07-19T04:27:04.436Zlat 4.019943745
4962026-07-19T04:27:04.437Zstop 9.548184688
4972026-07-19T04:27:04.437Z+ header 'analyze no_std + engine + kernel'
4982026-07-19T04:27:04.437Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4992026-07-19T04:27:04.437Z# ==== analyze no_std + engine + kernel ==== #
5002026-07-19T04:27:04.437Z+ ptime -m cargo +nightly-2026-07-19-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5012026-07-19T04:27:04.605Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5022026-07-19T04:27:04.605Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5032026-07-19T04:27:04.605Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5042026-07-19T04:27:04.605Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5052026-07-19T04:27:04.819Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5062026-07-19T04:27:07.847Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5072026-07-19T04:27:08.977Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.50s
5082026-07-19T04:27:09.004Z
5092026-07-19T04:27:09.007Zreal 4.565600462
5102026-07-19T04:27:09.007Zuser 4.706285015
5112026-07-19T04:27:09.007Zsys 0.925563998
5122026-07-19T04:27:09.007Ztrap 0.000601390
5132026-07-19T04:27:09.007Ztflt 0.024994514
5142026-07-19T04:27:09.007Zdflt 0.001661730
5152026-07-19T04:27:09.007Zkflt 0.000000000
5162026-07-19T04:27:09.007Zlock 14.730290458
5172026-07-19T04:27:09.007Zslp 17.655266566
5182026-07-19T04:27:09.007Zlat 0.006122450
5192026-07-19T04:27:09.007Zstop 0.200465030
5202026-07-19T04:27:09.007Z+ header test
5212026-07-19T04:27:09.007Z+ echo '# ==== test ==== #'
5222026-07-19T04:27:09.007Z# ==== test ==== #
5232026-07-19T04:27:09.007Z+ ptime -m cargo test
5242026-07-19T04:27:09.159Z Compiling memchr v2.8.2
5252026-07-19T04:27:09.159Z Compiling serde_core v1.0.228
5262026-07-19T04:27:09.185Z Compiling thiserror v2.0.18
5272026-07-19T04:27:09.190Z Compiling zerocopy v0.8.52
5282026-07-19T04:27:09.190Z Compiling byteorder v1.5.0
5292026-07-19T04:27:09.190Z Compiling unicode-ident v1.0.24
5302026-07-19T04:27:09.195Z Compiling zmij v1.0.21
5312026-07-19T04:27:09.195Z Compiling libc v0.2.186
5322026-07-19T04:27:09.270Z Compiling proc-macro2 v1.0.106
5332026-07-19T04:27:09.311Z Compiling scroll v0.13.0
5342026-07-19T04:27:09.398Z Compiling itoa v1.0.18
5352026-07-19T04:27:09.529Z Compiling futures-sink v0.3.32
5362026-07-19T04:27:09.559Z Compiling log v0.4.33
5372026-07-19T04:27:09.578Z Compiling ucd-trie v0.1.7
5382026-07-19T04:27:09.622Z Compiling plain v0.2.3
5392026-07-19T04:27:09.653Z Compiling futures-core v0.3.32
5402026-07-19T04:27:09.719Z Compiling pest v2.8.7
5412026-07-19T04:27:09.787Z Compiling futures-channel v0.3.32
5422026-07-19T04:27:09.812Z Compiling goblin v0.10.7
5432026-07-19T04:27:10.024Z Compiling quote v1.0.46
5442026-07-19T04:27:10.266Z Compiling hash32 v0.3.1
5452026-07-19T04:27:10.432Z Compiling slab v0.4.12
5462026-07-19T04:27:10.612Z Compiling pretty-hex v0.4.2
5472026-07-19T04:27:10.646Z Compiling futures-task v0.3.32
5482026-07-19T04:27:10.740Z Compiling macaddr v1.0.1
5492026-07-19T04:27:10.748Z Compiling pin-project-lite v0.2.17
5502026-07-19T04:27:10.836Z Compiling cfg-if v1.0.4
5512026-07-19T04:27:10.844Z Compiling futures-io v0.3.32
5522026-07-19T04:27:10.899Z Compiling stable_deref_trait v1.2.1
5532026-07-19T04:27:10.969Z Compiling serde v1.0.228
5542026-07-19T04:27:10.993Z Compiling bitflags v2.13.0
5552026-07-19T04:27:11.034Z Compiling serde_json v1.0.150
5562026-07-19T04:27:11.193Z Compiling heapless v0.8.0
5572026-07-19T04:27:11.402Z Compiling futures-util v0.3.32
5582026-07-19T04:27:11.413Z Compiling dtrace-parser v0.3.0
5592026-07-19T04:27:11.605Z Compiling syn v2.0.118
5602026-07-19T04:27:11.640Z Compiling thread-id v5.1.0
5612026-07-19T04:27:11.713Z Compiling cobs v0.3.0
5622026-07-19T04:27:11.990Z Compiling managed v0.8.0
5632026-07-19T04:27:12.017Z Compiling ingot-types v0.1.2
5642026-07-19T04:27:12.198Z Compiling bitflags v1.3.2
5652026-07-19T04:27:12.212Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5662026-07-19T04:27:12.262Z Compiling smoltcp v0.11.0
5672026-07-19T04:27:12.419Z Compiling ingot v0.1.1
5682026-07-19T04:27:12.438Z Compiling postcard v1.1.3
5692026-07-19T04:27:12.788Z Compiling dof v0.4.0
5702026-07-19T04:27:14.150Z Compiling usdt-impl v0.6.0
5712026-07-19T04:27:14.153Z Compiling futures-executor v0.3.32
5722026-07-19T04:27:14.598Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5732026-07-19T04:27:14.724Z Compiling memmap2 v0.9.11
5742026-07-19T04:27:14.978Z Compiling either v1.16.0
5752026-07-19T04:27:15.018Z Compiling ipnetwork v0.21.1
5762026-07-19T04:27:15.159Z Compiling unicode-width v0.2.2
5772026-07-19T04:27:15.219Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5782026-07-19T04:27:15.468Z Compiling tabwriter v1.4.1
5792026-07-19T04:27:15.515Z Compiling itertools v0.15.0
5802026-07-19T04:27:15.915Z Compiling ref-cast v1.0.25
5812026-07-19T04:27:16.014Z Compiling usdt v0.6.0
5822026-07-19T04:27:16.429Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5832026-07-19T04:27:16.554Z Compiling futures v0.3.32
5842026-07-19T04:27:16.630Z Compiling crc32fast v1.5.0
5852026-07-19T04:27:16.653Z Compiling nom v8.0.0
5862026-07-19T04:27:16.659Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5872026-07-19T04:27:16.865Z Compiling dyn-clone v1.0.20
5882026-07-19T04:27:17.033Z Compiling cookie-factory v0.3.3
5892026-07-19T04:27:17.142Z Compiling uuid v1.23.4
5902026-07-19T04:27:17.347Z Compiling circular v0.3.0
5912026-07-19T04:27:17.602Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5922026-07-19T04:27:17.680Z Compiling dtor v0.8.1
5932026-07-19T04:27:17.683Z Compiling typeid v1.0.3
5942026-07-19T04:27:17.763Z Compiling anyhow v1.0.103
5952026-07-19T04:27:17.768Z Compiling once_cell v1.21.4
5962026-07-19T04:27:17.784Z Compiling link-section v0.2.1
5972026-07-19T04:27:17.921Z Compiling ron v0.12.2
5982026-07-19T04:27:17.921Z Compiling ctor v0.10.1
5992026-07-19T04:27:19.229Z Compiling rusticata-macros v5.0.0
6002026-07-19T04:27:19.557Z Compiling pcap-parser v0.17.0
6012026-07-19T04:27:21.770Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6022026-07-19T04:27:24.315Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6032026-07-19T04:28:02.575Z Finished `test` profile [optimized + debuginfo] target(s) in 53.56s
6042026-07-19T04:28:02.591Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-6473ed6cfdcd49b2)
6052026-07-19T04:28:02.594Z
6062026-07-19T04:28:02.594Zrunning 15 tests
6072026-07-19T04:28:02.594Ztest api::tests::parse_bad_proto_filter ... ok
6082026-07-19T04:28:02.594Ztest api::tests::parse_good_proto_filter ... ok
6092026-07-19T04:28:02.594Ztest api::tests::parse_good_address ... ok
6102026-07-19T04:28:02.594Ztest api::tests::ports_from_str_good ... ok
6112026-07-19T04:28:02.594Ztest api::tests::ports_from_str_bad ... ok
6122026-07-19T04:28:02.594Ztest api::tests::parse_bad_address ... ok
6132026-07-19T04:28:02.594Ztest cfg::tests::test_required_nat_space ... ok
6142026-07-19T04:28:02.594Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6152026-07-19T04:28:02.594Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6162026-07-19T04:28:02.594Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6172026-07-19T04:28:02.594Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6182026-07-19T04:28:02.594Ztest engine::geneve::test::parse_multi_opt ... ok
6192026-07-19T04:28:02.595Ztest engine::geneve::test::parse_single_opt ... ok
6202026-07-19T04:28:02.595Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6212026-07-19T04:28:02.598Ztest engine::firewall::tests::port_predicate_simplification ... ok
6222026-07-19T04:28:02.598Z
6232026-07-19T04:28:02.598Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6242026-07-19T04:28:02.598Z
6252026-07-19T04:28:02.598Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-991820f5753ce603)
6262026-07-19T04:28:02.598Z
6272026-07-19T04:28:02.598Zrunning 4 tests
6282026-07-19T04:28:02.598Ztest firewall_external_inbound ... ok
6292026-07-19T04:28:02.598Ztest firewall_vni_outbound ... ok
6302026-07-19T04:28:02.598Ztest firewall_vni_inbound ... ok
6312026-07-19T04:28:02.598Ztest firewall_replace_rules ... ok
6322026-07-19T04:28:02.598Z
6332026-07-19T04:28:02.598Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6342026-07-19T04:28:02.598Z
6352026-07-19T04:28:02.601Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-71fa3c84d431769c)
6362026-07-19T04:28:02.601Z
6372026-07-19T04:28:02.601Zrunning 2 tests
6382026-07-19T04:28:02.602Ztest parse_in_regression ... ok
6392026-07-19T04:28:02.602Ztest parse_out_regression ... ok
6402026-07-19T04:28:02.602Z
6412026-07-19T04:28:02.602Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6422026-07-19T04:28:02.602Z
6432026-07-19T04:28:02.602Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-363484a814622a16)
6442026-07-19T04:28:02.606Z
6452026-07-19T04:28:02.606Zrunning 48 tests
6462026-07-19T04:28:02.606Ztest bad_ip_len ... ok
6472026-07-19T04:28:02.606Ztest check_layers ... ok
6482026-07-19T04:28:02.606Ztest add_remove_fw_rule ... ok
6492026-07-19T04:28:02.606Ztest arp_gateway ... ok
6502026-07-19T04:28:02.606Ztest anti_spoof ... ok
6512026-07-19T04:28:02.606Ztest external_attached_subnets_cannot_reach_internal ... ok
6522026-07-19T04:28:02.606Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6532026-07-19T04:28:02.606Ztest external_attached_subnets_dont_apply_nat ... ok
6542026-07-19T04:28:02.606Ztest external_ip_epoch_affinity_preserved ... ok
6552026-07-19T04:28:02.606Ztest flow_expiration ... ok
6562026-07-19T04:28:02.606Ztest gateway_icmp4_ping ... ok
6572026-07-19T04:28:02.606Ztest gateway_icmpv6_ping ... ok
6582026-07-19T04:28:02.606Ztest early_tcp_invalidation ... ok
6592026-07-19T04:28:02.607Ztest external_ip_reconfigurable ... ok
6602026-07-19T04:28:02.607Ztest gateway_router_advert_reply ... ok
6612026-07-19T04:28:02.607Ztest guest_to_guest_diff_vpc_no_peer ... ok
6622026-07-19T04:28:02.607Ztest guest_to_guest_no_route ... ok
6632026-07-19T04:28:02.607Ztest guest_to_internet_ipv4 ... ok
6642026-07-19T04:28:02.607Ztest guest_to_guest ... ok
6652026-07-19T04:28:02.607Ztest guest_to_internet_ipv6 ... ok
6662026-07-19T04:28:02.607Ztest icmp_inner_has_nat_applied ... ok
6672026-07-19T04:28:02.607Ztest inbound_ndp_dropped_at_gateway ... ok
6682026-07-19T04:28:02.607Ztest external_ip_balanced_over_floating_ips ... ok
6692026-07-19T04:28:02.607Ztest external_ip_receive_and_reply_on_all ... ok
6702026-07-19T04:28:02.607Ztest icmpv6_inner_has_nat_applied ... ok
6712026-07-19T04:28:02.607Ztest outbound_ndp_dropped ... ok
6722026-07-19T04:28:02.607Ztest no_panic_on_flow_table_full ... ok
6732026-07-19T04:28:02.607Ztest internal_attached_subnets ... ok
6742026-07-19T04:28:02.607Ztest intra_subnet_routes_with_custom ... ok
6752026-07-19T04:28:02.607Ztest packet_body_pullup ... ok
6762026-07-19T04:28:02.607Ztest port_transition_reset ... ok
6772026-07-19T04:28:02.610Ztest port_transition_running ... ok
6782026-07-19T04:28:02.610Ztest port_as_router_target ... ok
6792026-07-19T04:28:02.610Ztest port_transition_pause ... ok
6802026-07-19T04:28:02.610Ztest select_eip_conditioned_on_igw ... ok
6812026-07-19T04:28:02.610Ztest tcp_invalidation_does_not_block_connection ... ok
6822026-07-19T04:28:02.610Ztest snat_icmp6_echo_rewrite ... ok
6832026-07-19T04:28:02.610Ztest snat_icmp4_echo_rewrite ... ok
6842026-07-19T04:28:02.610Ztest test_drop_on_unknown_critical_option ... ok
6852026-07-19T04:28:02.610Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6862026-07-19T04:28:02.610Ztest tcp_inbound ... ok
6872026-07-19T04:28:02.610Ztest tcp_outbound ... ok
6882026-07-19T04:28:02.610Ztest test_tcp_multicast_denied ... ok
6892026-07-19T04:28:02.610Ztest test_ipv6_multicast_encapsulation ... ok
6902026-07-19T04:28:02.610Ztest test_gateway_neighbor_advert_reply ... ok
6912026-07-19T04:28:02.611Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
6922026-07-19T04:28:02.611Ztest uft_lft_invalidation_out ... ok
6932026-07-19T04:28:02.611Ztest uft_lft_invalidation_in ... ok
6942026-07-19T04:28:02.611Z
6952026-07-19T04:28:02.611Ztest result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6962026-07-19T04:28:02.611Z
6972026-07-19T04:28:02.611Z Doc-tests oxide_vpc
6982026-07-19T04:28:02.902Z
6992026-07-19T04:28:02.902Zrunning 0 tests
7002026-07-19T04:28:02.902Z
7012026-07-19T04:28:02.902Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7022026-07-19T04:28:02.902Z
7032026-07-19T04:28:02.946Z
7042026-07-19T04:28:02.951Zreal 53.916534183
7052026-07-19T04:28:02.951Zuser 3:18.610042703
7062026-07-19T04:28:02.951Zsys 11.965349457
7072026-07-19T04:28:02.951Ztrap 0.095554541
7082026-07-19T04:28:02.951Ztflt 0.199792468
7092026-07-19T04:28:02.951Zdflt 0.263099475
7102026-07-19T04:28:02.951Zkflt 0.000094710
7112026-07-19T04:28:02.951Zlock 13:49.696157498
7122026-07-19T04:28:02.951Zslp 6:43.546509683
7132026-07-19T04:28:02.951Zlat 7.505935989
7142026-07-19T04:28:02.951Zstop 5.413531038
7152026-07-19T04:28:02.951Zprocess exited: duration 118421 ms, exit code 0
 
7162026-07-19T04:28:02.957Zfound 0 output files