01KYB2RP7CKK0M7VN5K0K65ZVT: oxide-vpc

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

Buildomat Job: 01KYB2S4PC0B16GVBBA920M71V

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-24T22:09:48.636Zjob assigned to worker 01KYB2S468Q2N455J4JE5JWKXY [factory aws, i-0bfce540f3fbcceb0] (queued for 57 s)
 
22026-07-24T22:09:54.690Zstarting task 0: "setup"
32026-07-24T22:09:54.700Z++ uname -s
42026-07-24T22:09:54.703Z+ kern=SunOS
52026-07-24T22:09:54.703Z+ build_user=build
62026-07-24T22:09:54.703Z+ build_uid=12345
72026-07-24T22:09:54.703Z+ work_dir=/work
82026-07-24T22:09:54.703Z+ input_dir=/input
92026-07-24T22:09:54.703Z+ [[ 0 == 12345 ]]
102026-07-24T22:09:54.703Z+ case "$kern" in
112026-07-24T22:09:54.703Z+ groupadd -g 12345 build
122026-07-24T22:09:54.706Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-24T22:09:56.712Z+ zfs create -o mountpoint=/work rpool/work
142026-07-24T22:09:56.856Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-24T22:09:56.860Z+ home_fs=zfs
162026-07-24T22:09:56.860Z+ [[ zfs == autofs ]]
172026-07-24T22:09:56.860Z+ mkdir -p /home/build
182026-07-24T22:09:56.860Z+ chown build:build /home/build /work
192026-07-24T22:09:57.861Z+ chmod 0700 /home/build /work
202026-07-24T22:09:57.864Zprocess exited: duration 3171 ms, exit code 0
 
212026-07-24T22:09:57.870Zstarting task 1: "rust-toolchain"
222026-07-24T22:09:57.873Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-24T22:09:57.873Z * rust toolchain channel = "1.97.1"
242026-07-24T22:09:57.874Z * rust toolchain profile = "default"
252026-07-24T22:09:57.874Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-24T22:09:57.874Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-24T22:09:57.874Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-24T22:09:57.877Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-24T22:09:57.877Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-24T22:09:57.980Zinfo: downloading installer
312026-07-24T22:09:59.711Zwarn: It looks like you have an existing rustup settings file at:
322026-07-24T22:09:59.711Zwarn: /home/build/.rustup/settings.toml
332026-07-24T22:09:59.711Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-24T22:09:59.711Zwarn: instead of the one inferred from the default host triple.
352026-07-24T22:09:59.724Zinfo: profile set to default
362026-07-24T22:09:59.724Zinfo: default host triple is x86_64-unknown-illumos
372026-07-24T22:09:59.730Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-24T22:09:59.862Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-24T22:09:59.866Zinfo: downloading 6 components
402026-07-24T22:10:14.905Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-24T22:10:14.905Z
422026-07-24T22:10:14.932Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-24T22:10:14.932Z
442026-07-24T22:10:14.932Z
452026-07-24T22:10:14.932ZRust is installed now. Great!
462026-07-24T22:10:14.932Z
472026-07-24T22:10:14.932ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-24T22:10:14.936Zenvironment variable. This has not been done automatically.
492026-07-24T22:10:14.936Z
502026-07-24T22:10:14.936ZTo configure your current shell, you need to source
512026-07-24T22:10:14.936Zthe corresponding env file under $HOME/.cargo.
522026-07-24T22:10:14.936Z
532026-07-24T22:10:14.936ZThis is usually done by running one of the following (note the leading DOT):
542026-07-24T22:10:14.936Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-24T22:10:14.936Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-24T22:10:14.936Zsource "~/.cargo/env.nu" # For nushell
572026-07-24T22:10:14.936Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-24T22:10:14.936Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-24T22:10:14.936Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-24T22:10:14.936Zwarn: no default linker (`cc`) was found in your PATH
612026-07-24T22:10:14.936Zwarn: many Rust crates require a system C toolchain to build
622026-07-24T22:10:15.033Z+ rustup --version
632026-07-24T22:10:15.041Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-24T22:10:15.045Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-24T22:10:15.063Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-24T22:10:15.066Z+ cargo --version
672026-07-24T22:10:15.080Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-24T22:10:15.083Z+ rustc --version
692026-07-24T22:10:15.102Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-24T22:10:15.105Zprocess exited: duration 17234 ms, exit code 0
 
712026-07-24T22:10:15.111Zstarting task 2: "authentication"
722026-07-24T22:10:15.128Zprocess exited: duration 16 ms, exit code 0
 
732026-07-24T22:10:15.134Zstarting task 3: "clone repository"
742026-07-24T22:10:15.138Z+ mkdir -p /work/oxidecomputer/opte
752026-07-24T22:10:15.143Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-24T22:10:15.167ZCloning into '/work/oxidecomputer/opte'...
772026-07-24T22:10:16.129Z+ cd /work/oxidecomputer/opte
782026-07-24T22:10:16.129Z+ git fetch origin 62c6d27460a63db80e78c78f3115f8b21ff3cf21
792026-07-24T22:10:16.370ZFrom https://github.com/oxidecomputer/opte
802026-07-24T22:10:16.370Z * branch 62c6d27460a63db80e78c78f3115f8b21ff3cf21 -> FETCH_HEAD
812026-07-24T22:10:16.376Z+ [[ -n icmp-ptb ]]
822026-07-24T22:10:16.379Z++ git branch --show-current
832026-07-24T22:10:16.379Z+ current=master
842026-07-24T22:10:16.379Z+ [[ master != icmp-ptb ]]
852026-07-24T22:10:16.379Z+ git branch -f icmp-ptb 62c6d27460a63db80e78c78f3115f8b21ff3cf21
862026-07-24T22:10:16.382Z+ git checkout -f icmp-ptb
872026-07-24T22:10:16.398ZSwitched to branch 'icmp-ptb'
882026-07-24T22:10:16.401Z+ git reset --hard 62c6d27460a63db80e78c78f3115f8b21ff3cf21
892026-07-24T22:10:16.416ZHEAD is now at 62c6d27 Merge branch 'master' into icmp-ptb
902026-07-24T22:10:16.419Zprocess exited: duration 1282 ms, exit code 0
 
912026-07-24T22:10:16.425Zstarting task 4: "build"
922026-07-24T22:10:16.429Z+ source .github/buildomat/common.sh
932026-07-24T22:10:16.429Z++ rustup show active-toolchain
942026-07-24T22:10:16.434Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-24T22:10:16.437Z++ pushd xde
962026-07-24T22:10:16.437Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-24T22:10:16.437Z++ rustup show active-toolchain
982026-07-24T22:10:16.440Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
992026-07-24T22:10:16.620Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1002026-07-24T22:10:16.623Zinfo: downloading 6 components
1012026-07-24T22:10:31.324Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-24T22:10:31.418Z+++ rustup show active-toolchain -v
1032026-07-24T22:10:31.421Z+++ head -n 1
1042026-07-24T22:10:31.421Z+++ cut '-d ' -f1
1052026-07-24T22:10:31.472Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1062026-07-24T22:10:31.472Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-07-24T22:10:31.472Z++ popd
1082026-07-24T22:10:31.472Z/work/oxidecomputer/opte
1092026-07-24T22:10:31.476Z+ cargo --version
1102026-07-24T22:10:31.481Zcargo 1.97.1 (c980f4866 2026-06-30)
1112026-07-24T22:10:31.484Z+ rustc --version
1122026-07-24T22:10:31.503Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1132026-07-24T22:10:31.506Z+ cd lib/oxide-vpc
1142026-07-24T22:10:31.506Z+ header 'check style'
1152026-07-24T22:10:31.506Z+ echo '# ==== check style ==== #'
1162026-07-24T22:10:31.506Z# ==== check style ==== #
1172026-07-24T22:10:31.506Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1182026-07-24T22:10:31.635Z
1192026-07-24T22:10:31.636Zreal 0.127318346
1202026-07-24T22:10:31.636Zuser 0.094006423
1212026-07-24T22:10:31.636Zsys 0.030093519
1222026-07-24T22:10:31.636Ztrap 0.000008850
1232026-07-24T22:10:31.636Ztflt 0.000069900
1242026-07-24T22:10:31.636Zdflt 0.000037670
1252026-07-24T22:10:31.636Zkflt 0.000000000
1262026-07-24T22:10:31.636Zlock 0.030293870
1272026-07-24T22:10:31.636Zslp 0.107860077
1282026-07-24T22:10:31.636Zlat 0.000744840
1292026-07-24T22:10:31.636Zstop 0.000085540
1302026-07-24T22:10:31.640Z+ header 'check docs'
1312026-07-24T22:10:31.640Z+ echo '# ==== check docs ==== #'
1322026-07-24T22:10:31.640Z# ==== check docs ==== #
1332026-07-24T22:10:31.640Z+ RUSTDOCFLAGS='-D warnings'
1342026-07-24T22:10:31.640Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-07-24T22:10:31.702Z Updating crates.io index
1362026-07-24T22:10:31.706Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-07-24T22:10:32.647Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-07-24T22:10:32.991Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-07-24T22:10:33.297Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-07-24T22:10:33.546Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-07-24T22:10:33.753Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-07-24T22:10:34.024Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-07-24T22:10:35.795Z Downloading crates ...
1442026-07-24T22:10:35.851Z Downloaded defmt-parser v1.0.0
1452026-07-24T22:10:35.854Z Downloaded ident_case v1.0.1
1462026-07-24T22:10:35.858Z Downloaded bitflags v1.3.2
1472026-07-24T22:10:35.866Z Downloaded dyn-clone v1.0.20
1482026-07-24T22:10:35.869Z Downloaded defmt v0.3.100
1492026-07-24T22:10:35.869Z Downloaded ref-cast-impl v1.0.25
1502026-07-24T22:10:35.869Z Downloaded embedded-io v0.4.0
1512026-07-24T22:10:35.872Z Downloaded hash32 v0.3.1
1522026-07-24T22:10:35.875Z Downloaded plain v0.2.3
1532026-07-24T22:10:35.875Z Downloaded ref-cast v1.0.25
1542026-07-24T22:10:35.881Z Downloaded scroll_derive v0.13.1
1552026-07-24T22:10:35.885Z Downloaded managed v0.8.0
1562026-07-24T22:10:35.885Z Downloaded version_check v0.9.5
1572026-07-24T22:10:35.889Z Downloaded dtrace-parser v0.3.0
1582026-07-24T22:10:35.893Z Downloaded embedded-io v0.6.1
1592026-07-24T22:10:35.896Z Downloaded pretty-hex v0.4.2
1602026-07-24T22:10:35.900Z Downloaded defmt-macros v1.1.1
1612026-07-24T22:10:35.903Z Downloaded stable_deref_trait v1.2.1
1622026-07-24T22:10:35.903Z Downloaded itoa v1.0.18
1632026-07-24T22:10:35.909Z Downloaded usdt v0.6.0
1642026-07-24T22:10:35.915Z Downloaded thread-id v5.1.0
1652026-07-24T22:10:35.921Z Downloaded usdt-attr-macro v0.6.0
1662026-07-24T22:10:35.924Z Downloaded cobs v0.3.0
1672026-07-24T22:10:35.930Z Downloaded usdt-macro v0.6.0
1682026-07-24T22:10:35.933Z Downloaded tabwriter v1.4.1
1692026-07-24T22:10:35.933Z Downloaded dof v0.4.0
1702026-07-24T22:10:35.933Z Downloaded either v1.16.0
1712026-07-24T22:10:35.937Z Downloaded ingot-types v0.2.0
1722026-07-24T22:10:35.941Z Downloaded byteorder v1.5.0
1732026-07-24T22:10:35.941Z Downloaded ipnetwork v0.21.1
1742026-07-24T22:10:35.941Z Downloaded thiserror-impl v2.0.18
1752026-07-24T22:10:35.948Z Downloaded macaddr v1.0.1
1762026-07-24T22:10:35.952Z Downloaded crc32fast v1.5.0
1772026-07-24T22:10:35.956Z Downloaded darling_macro v0.23.0
1782026-07-24T22:10:35.956Z Downloaded strsim v0.11.1
1792026-07-24T22:10:35.966Z Downloaded cfg-if v1.0.4
1802026-07-24T22:10:35.969Z Downloaded pest_generator v2.8.7
1812026-07-24T22:10:35.972Z Downloaded scroll v0.13.0
1822026-07-24T22:10:35.972Z Downloaded thiserror v2.0.18
1832026-07-24T22:10:35.976Z Downloaded serde_tokenstream v0.2.3
1842026-07-24T22:10:35.976Z Downloaded usdt-impl v0.6.0
1852026-07-24T22:10:35.978Z Downloaded memmap2 v0.9.11
1862026-07-24T22:10:35.979Z Downloaded pest_meta v2.8.7
1872026-07-24T22:10:35.983Z Downloaded ingot v0.2.0
1882026-07-24T22:10:35.987Z Downloaded zmij v1.0.22
1892026-07-24T22:10:35.990Z Downloaded pest_derive v2.8.7
1902026-07-24T22:10:35.994Z Downloaded postcard v1.1.3
1912026-07-24T22:10:35.998Z Downloaded defmt v1.1.1
1922026-07-24T22:10:36.002Z Downloaded ingot-macros v0.2.0
1932026-07-24T22:10:36.005Z Downloaded quote v1.0.46
1942026-07-24T22:10:36.015Z Downloaded darling v0.23.0
1952026-07-24T22:10:36.018Z Downloaded serde_derive v1.0.228
1962026-07-24T22:10:36.022Z Downloaded log v0.4.33
1972026-07-24T22:10:36.026Z Downloaded ucd-trie v0.1.7
1982026-07-24T22:10:36.029Z Downloaded bitflags v2.13.0
1992026-07-24T22:10:36.029Z Downloaded unicode-ident v1.0.24
2002026-07-24T22:10:36.032Z Downloaded serde_core v1.0.228
2012026-07-24T22:10:36.035Z Downloaded proc-macro2 v1.0.106
2022026-07-24T22:10:36.035Z Downloaded heapless v0.8.0
2032026-07-24T22:10:36.053Z Downloaded uuid v1.23.5
2042026-07-24T22:10:36.059Z Downloaded darling_core v0.23.0
2052026-07-24T22:10:36.064Z Downloaded serde v1.0.228
2062026-07-24T22:10:36.071Z Downloaded memchr v2.8.3
2072026-07-24T22:10:36.080Z Downloaded zerocopy-derive v0.8.54
2082026-07-24T22:10:36.087Z Downloaded aho-corasick v1.1.4
2092026-07-24T22:10:36.090Z Downloaded pest v2.8.7
2102026-07-24T22:10:36.115Z Downloaded regex v1.13.0
2112026-07-24T22:10:36.127Z Downloaded itertools v0.15.0
2122026-07-24T22:10:36.131Z Downloaded serde_json v1.0.150
2132026-07-24T22:10:36.180Z Downloaded goblin v0.10.7
2142026-07-24T22:10:36.190Z Downloaded unicode-width v0.2.2
2152026-07-24T22:10:36.196Z Downloaded zerocopy v0.8.54
2162026-07-24T22:10:36.205Z Downloaded smoltcp v0.11.0
2172026-07-24T22:10:36.211Z Downloaded syn v2.0.118
2182026-07-24T22:10:36.217Z Downloaded regex-syntax v0.8.11
2192026-07-24T22:10:36.253Z Downloaded regex-automata v0.4.15
2202026-07-24T22:10:36.264Z Downloaded libc v0.2.186
2212026-07-24T22:10:36.320Z Compiling proc-macro2 v1.0.106
2222026-07-24T22:10:36.320Z Compiling quote v1.0.46
2232026-07-24T22:10:36.320Z Compiling unicode-ident v1.0.24
2242026-07-24T22:10:36.320Z Documenting unicode-ident v1.0.24
2252026-07-24T22:10:36.323Z Compiling serde_core v1.0.228
2262026-07-24T22:10:36.323Z Compiling strsim v0.11.1
2272026-07-24T22:10:36.323Z Compiling ident_case v1.0.1
2282026-07-24T22:10:36.479Z Compiling memchr v2.8.3
2292026-07-24T22:10:36.498Z Compiling serde v1.0.228
2302026-07-24T22:10:36.596Z Compiling regex-syntax v0.8.11
2312026-07-24T22:10:36.787Z Compiling thiserror v2.0.18
2322026-07-24T22:10:36.823Z Compiling zerocopy v0.8.54
2332026-07-24T22:10:37.050Z Documenting proc-macro2 v1.0.106
2342026-07-24T22:10:37.070Z Compiling aho-corasick v1.1.4
2352026-07-24T22:10:37.312Z Checking byteorder v1.5.0
2362026-07-24T22:10:37.345Z Checking syn v2.0.118
2372026-07-24T22:10:37.451Z Compiling either v1.16.0
2382026-07-24T22:10:37.616Z Documenting quote v1.0.46
2392026-07-24T22:10:37.647Z Compiling itertools v0.15.0
2402026-07-24T22:10:38.112Z Documenting syn v2.0.118
2412026-07-24T22:10:38.119Z Compiling regex-automata v0.4.15
2422026-07-24T22:10:38.174Z Documenting strsim v0.11.1
2432026-07-24T22:10:38.481Z Compiling heapless v0.8.0
2442026-07-24T22:10:38.675Z Documenting ident_case v1.0.1
2452026-07-24T22:10:38.943Z Checking bitflags v2.13.0
2462026-07-24T22:10:38.953Z Checking hash32 v0.3.1
2472026-07-24T22:10:39.059Z Documenting serde_core v1.0.228
2482026-07-24T22:10:39.098Z Checking stable_deref_trait v1.2.1
2492026-07-24T22:10:39.153Z Checking cfg-if v1.0.4
2502026-07-24T22:10:39.161Z Checking macaddr v1.0.1
2512026-07-24T22:10:39.211Z Documenting memchr v2.8.3
2522026-07-24T22:10:39.297Z Compiling smoltcp v0.11.0
2532026-07-24T22:10:39.349Z Checking darling_core v0.23.0
2542026-07-24T22:10:39.637Z Documenting regex-syntax v0.8.11
2552026-07-24T22:10:39.908Z Compiling regex v1.13.0
2562026-07-24T22:10:40.178Z Documenting darling_core v0.23.0
2572026-07-24T22:10:40.297Z Documenting aho-corasick v1.1.4
2582026-07-24T22:10:40.698Z Checking managed v0.8.0
2592026-07-24T22:10:40.869Z Checking bitflags v1.3.2
2602026-07-24T22:10:40.931Z Documenting thiserror-impl v2.0.18
2612026-07-24T22:10:41.011Z Compiling thiserror-impl v2.0.18
2622026-07-24T22:10:41.044Z Compiling serde_derive v1.0.228
2632026-07-24T22:10:41.178Z Compiling zerocopy-derive v0.8.54
2642026-07-24T22:10:41.333Z Documenting darling_macro v0.23.0
2652026-07-24T22:10:41.640Z Documenting regex-automata v0.4.15
2662026-07-24T22:10:41.957Z Documenting zerocopy-derive v0.8.54
2672026-07-24T22:10:41.961Z Compiling darling_macro v0.23.0
2682026-07-24T22:10:41.996Z Documenting serde_derive v1.0.228
2692026-07-24T22:10:42.008Z Compiling crc32fast v1.5.0
2702026-07-24T22:10:42.302Z Compiling ref-cast v1.0.25
2712026-07-24T22:10:42.311Z Checking cobs v0.3.0
2722026-07-24T22:10:42.441Z Documenting byteorder v1.5.0
2732026-07-24T22:10:42.525Z Compiling darling v0.23.0
2742026-07-24T22:10:42.600Z Compiling ingot-macros v0.2.0
2752026-07-24T22:10:42.699Z Documenting darling v0.23.0
2762026-07-24T22:10:42.771Z Documenting zerocopy v0.8.54
2772026-07-24T22:10:43.055Z Documenting regex v1.13.0
2782026-07-24T22:10:43.111Z Documenting hash32 v0.3.1
2792026-07-24T22:10:43.433Z Documenting thiserror v2.0.18
2802026-07-24T22:10:43.728Z Compiling ref-cast-impl v1.0.25
2812026-07-24T22:10:43.999Z Documenting ingot-macros v0.2.0
2822026-07-24T22:10:44.099Z Documenting serde v1.0.228
2832026-07-24T22:10:44.169Z Checking postcard v1.1.3
2842026-07-24T22:10:44.338Z Documenting bitflags v2.13.0
2852026-07-24T22:10:44.454Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2862026-07-24T22:10:44.674Z Compiling version_check v0.9.5
2872026-07-24T22:10:44.810Z Documenting macaddr v1.0.1
2882026-07-24T22:10:44.938Z Documenting stable_deref_trait v1.2.1
2892026-07-24T22:10:45.168Z Checking ipnetwork v0.21.1
2902026-07-24T22:10:45.211Z Checking unicode-width v0.2.2
2912026-07-24T22:10:45.338Z Documenting cfg-if v1.0.4
2922026-07-24T22:10:45.361Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2932026-07-24T22:10:45.445Z Documenting cobs v0.3.0
2942026-07-24T22:10:45.466Z Checking ingot-types v0.2.0
2952026-07-24T22:10:45.576Z Documenting managed v0.8.0
2962026-07-24T22:10:45.623Z Checking tabwriter v1.4.1
2972026-07-24T22:10:45.758Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2982026-07-24T22:10:45.788Z Checking ingot v0.2.0
2992026-07-24T22:10:46.121Z Documenting heapless v0.8.0
3002026-07-24T22:10:46.127Z Documenting ingot-types v0.2.0
3012026-07-24T22:10:46.433Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3022026-07-24T22:10:46.498Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3032026-07-24T22:10:46.577Z Documenting postcard v1.1.3
3042026-07-24T22:10:46.814Z Documenting ref-cast-impl v1.0.25
3052026-07-24T22:10:46.987Z Documenting either v1.16.0
3062026-07-24T22:10:47.046Z Checking dyn-clone v1.0.20
3072026-07-24T22:10:47.068Z Documenting unicode-width v0.2.2
3082026-07-24T22:10:47.142Z Documenting ipnetwork v0.21.1
3092026-07-24T22:10:47.330Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3102026-07-24T22:10:47.347Z Documenting smoltcp v0.11.0
3112026-07-24T22:10:47.618Z Documenting ingot v0.2.0
3122026-07-24T22:10:47.845Z Documenting crc32fast v1.5.0
3132026-07-24T22:10:48.050Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3142026-07-24T22:10:48.096Z Documenting ref-cast v1.0.25
3152026-07-24T22:10:48.386Z Documenting itertools v0.15.0
3162026-07-24T22:10:48.624Z Documenting tabwriter v1.4.1
3172026-07-24T22:10:48.905Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3182026-07-24T22:10:49.300Z Documenting dyn-clone v1.0.20
3192026-07-24T22:10:49.787Z Documenting uuid v1.23.5
3202026-07-24T22:10:50.095Z Checking uuid v1.23.5
3212026-07-24T22:10:50.332Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3222026-07-24T22:10:50.461Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3232026-07-24T22:10:50.552Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3242026-07-24T22:10:52.948Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3252026-07-24T22:10:55.278Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3262026-07-24T22:10:56.864Z Finished `dev` profile [optimized + debuginfo] target(s) in 25.22s
3272026-07-24T22:10:56.951Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3282026-07-24T22:10:56.977Z
3292026-07-24T22:10:56.980Zreal 25.320273967
3302026-07-24T22:10:56.980Zuser 1:21.114462829
3312026-07-24T22:10:56.980Zsys 17.254850342
3322026-07-24T22:10:56.980Ztrap 0.045406930
3332026-07-24T22:10:56.980Ztflt 0.081378707
3342026-07-24T22:10:56.980Zdflt 0.102446775
3352026-07-24T22:10:56.980Zkflt 0.010462791
3362026-07-24T22:10:56.980Zlock 8:11.727928932
3372026-07-24T22:10:56.980Zslp 5:02.155710603
3382026-07-24T22:10:56.981Zlat 7.386351647
3392026-07-24T22:10:56.981Zstop 12.345292982
3402026-07-24T22:10:56.981Z+ header 'analyze std + api + usdt'
3412026-07-24T22:10:56.981Z+ echo '# ==== analyze std + api + usdt ==== #'
3422026-07-24T22:10:56.981Z# ==== analyze std + api + usdt ==== #
3432026-07-24T22:10:56.981Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3442026-07-24T22:10:57.156Z Downloading crates ...
3452026-07-24T22:10:57.212Z Downloaded futures-task v0.3.32
3462026-07-24T22:10:57.215Z Downloaded ctor-proc-macro v0.0.13
3472026-07-24T22:10:57.215Z Downloaded futures-io v0.3.32
3482026-07-24T22:10:57.216Z Downloaded circular v0.3.0
3492026-07-24T22:10:57.219Z Downloaded futures-core v0.3.32
3502026-07-24T22:10:57.227Z Downloaded futures v0.3.32
3512026-07-24T22:10:57.233Z Downloaded dtor-proc-macro v0.0.13
3522026-07-24T22:10:57.237Z Downloaded link-section v0.2.1
3532026-07-24T22:10:57.237Z Downloaded futures-sink v0.3.32
3542026-07-24T22:10:57.240Z Downloaded rusticata-macros v5.0.0
3552026-07-24T22:10:57.243Z Downloaded futures-macro v0.3.32
3562026-07-24T22:10:57.243Z Downloaded dtor v0.8.1
3572026-07-24T22:10:57.243Z Downloaded pin-project-lite v0.2.17
3582026-07-24T22:10:57.247Z Downloaded slab v0.4.12
3592026-07-24T22:10:57.247Z Downloaded cookie-factory v0.3.3
3602026-07-24T22:10:57.251Z Downloaded typeid v1.0.3
3612026-07-24T22:10:57.251Z Downloaded futures-executor v0.3.32
3622026-07-24T22:10:57.251Z Downloaded ctor v0.10.1
3632026-07-24T22:10:57.257Z Downloaded futures-channel v0.3.32
3642026-07-24T22:10:57.261Z Downloaded once_cell v1.21.4
3652026-07-24T22:10:57.261Z Downloaded anyhow v1.0.103
3662026-07-24T22:10:57.281Z Downloaded ron v0.12.2
3672026-07-24T22:10:57.285Z Downloaded nom v8.0.0
3682026-07-24T22:10:57.288Z Downloaded futures-util v0.3.32
3692026-07-24T22:10:57.294Z Downloaded pcap-parser v0.17.0
3702026-07-24T22:10:57.343Z Compiling proc-macro2 v1.0.106
3712026-07-24T22:10:57.346Z Compiling quote v1.0.46
3722026-07-24T22:10:57.346Z Compiling unicode-ident v1.0.24
3732026-07-24T22:10:57.346Z Compiling memchr v2.8.3
3742026-07-24T22:10:57.346Z Compiling thiserror v2.0.18
3752026-07-24T22:10:57.346Z Compiling serde_core v1.0.228
3762026-07-24T22:10:57.346Z Compiling zerocopy v0.8.54
3772026-07-24T22:10:57.346Z Compiling zmij v1.0.22
3782026-07-24T22:10:57.682Z Compiling libc v0.2.186
3792026-07-24T22:10:57.710Z Compiling ucd-trie v0.1.7
3802026-07-24T22:10:57.714Z Compiling serde_json v1.0.150
3812026-07-24T22:10:57.907Z Compiling pest v2.8.7
3822026-07-24T22:10:57.920Z Compiling serde v1.0.228
3832026-07-24T22:10:58.032Z Compiling ident_case v1.0.1
3842026-07-24T22:10:58.097Z Compiling strsim v0.11.1
3852026-07-24T22:10:58.381Z Compiling aho-corasick v1.1.4
3862026-07-24T22:10:58.413Z Compiling regex-syntax v0.8.11
3872026-07-24T22:10:58.629Z Compiling syn v2.0.118
3882026-07-24T22:10:58.685Z Checking byteorder v1.5.0
3892026-07-24T22:10:58.701Z Compiling itoa v1.0.18
3902026-07-24T22:10:59.146Z Compiling pest_meta v2.8.7
3912026-07-24T22:10:59.219Z Compiling usdt-impl v0.6.0
3922026-07-24T22:10:59.226Z Compiling either v1.16.0
3932026-07-24T22:10:59.275Z Checking bitflags v2.13.0
3942026-07-24T22:10:59.421Z Compiling itertools v0.15.0
3952026-07-24T22:10:59.678Z Compiling thread-id v5.1.0
3962026-07-24T22:10:59.766Z Compiling heapless v0.8.0
3972026-07-24T22:10:59.785Z Checking plain v0.2.3
3982026-07-24T22:10:59.958Z Compiling regex-automata v0.4.15
3992026-07-24T22:11:00.030Z Checking log v0.4.33
4002026-07-24T22:11:00.169Z Checking futures-core v0.3.32
4012026-07-24T22:11:00.179Z Checking futures-sink v0.3.32
4022026-07-24T22:11:00.432Z Checking futures-channel v0.3.32
4032026-07-24T22:11:00.634Z Checking hash32 v0.3.1
4042026-07-24T22:11:00.698Z Checking slab v0.4.12
4052026-07-24T22:11:00.747Z Checking pretty-hex v0.4.2
4062026-07-24T22:11:00.772Z Checking macaddr v1.0.1
4072026-07-24T22:11:00.782Z Checking futures-io v0.3.32
4082026-07-24T22:11:00.843Z Checking stable_deref_trait v1.2.1
4092026-07-24T22:11:00.849Z Checking cfg-if v1.0.4
4102026-07-24T22:11:00.897Z Checking futures-task v0.3.32
4112026-07-24T22:11:00.900Z Checking pin-project-lite v0.2.17
4122026-07-24T22:11:00.904Z Compiling smoltcp v0.11.0
4132026-07-24T22:11:00.977Z Compiling pest_generator v2.8.7
4142026-07-24T22:11:01.022Z Compiling darling_core v0.23.0
4152026-07-24T22:11:01.288Z Compiling ref-cast v1.0.25
4162026-07-24T22:11:01.392Z Compiling crc32fast v1.5.0
4172026-07-24T22:11:01.470Z Checking bitflags v1.3.2
4182026-07-24T22:11:01.527Z Checking managed v0.8.0
4192026-07-24T22:11:01.563Z Compiling version_check v0.9.5
4202026-07-24T22:11:01.591Z Compiling regex v1.13.0
4212026-07-24T22:11:01.733Z Checking memmap2 v0.9.11
4222026-07-24T22:11:01.824Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4232026-07-24T22:11:01.890Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4242026-07-24T22:11:01.976Z Checking ipnetwork v0.21.1
4252026-07-24T22:11:02.065Z Checking unicode-width v0.2.2
4262026-07-24T22:11:02.180Z Compiling serde_derive v1.0.228
4272026-07-24T22:11:02.190Z Compiling thiserror-impl v2.0.18
4282026-07-24T22:11:02.294Z Compiling zerocopy-derive v0.8.54
4292026-07-24T22:11:02.299Z Compiling pest_derive v2.8.7
4302026-07-24T22:11:02.469Z Compiling scroll_derive v0.13.1
4312026-07-24T22:11:02.818Z Compiling futures-macro v0.3.32
4322026-07-24T22:11:02.876Z Compiling ref-cast-impl v1.0.25
4332026-07-24T22:11:03.089Z Compiling darling_macro v0.23.0
4342026-07-24T22:11:03.096Z Checking tabwriter v1.4.1
4352026-07-24T22:11:03.305Z Checking scroll v0.13.0
4362026-07-24T22:11:03.485Z Checking cobs v0.3.0
4372026-07-24T22:11:03.525Z Compiling dtrace-parser v0.3.0
4382026-07-24T22:11:03.553Z Checking goblin v0.10.7
4392026-07-24T22:11:03.616Z Checking futures-util v0.3.32
4402026-07-24T22:11:03.698Z Compiling darling v0.23.0
4412026-07-24T22:11:03.861Z Compiling ingot-macros v0.2.0
4422026-07-24T22:11:04.059Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4432026-07-24T22:11:04.203Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4442026-07-24T22:11:04.816Z Checking nom v8.0.0
4452026-07-24T22:11:05.234Z Checking postcard v1.1.3
4462026-07-24T22:11:05.400Z Compiling serde_tokenstream v0.2.3
4472026-07-24T22:11:05.507Z Compiling anyhow v1.0.103
4482026-07-24T22:11:05.511Z Checking futures-executor v0.3.32
4492026-07-24T22:11:05.648Z Checking futures v0.3.32
4502026-07-24T22:11:05.676Z Checking dyn-clone v1.0.20
4512026-07-24T22:11:05.710Z Compiling typeid v1.0.3
4522026-07-24T22:11:05.765Z Checking cookie-factory v0.3.3
4532026-07-24T22:11:06.003Z Checking uuid v1.23.5
4542026-07-24T22:11:06.006Z Compiling dtor-proc-macro v0.0.13
4552026-07-24T22:11:06.010Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4562026-07-24T22:11:06.069Z Checking circular v0.3.0
4572026-07-24T22:11:06.215Z Checking link-section v0.2.1
4582026-07-24T22:11:06.257Z Checking once_cell v1.21.4
4592026-07-24T22:11:06.319Z Compiling ctor-proc-macro v0.0.13
4602026-07-24T22:11:06.341Z Checking dtor v0.8.1
4612026-07-24T22:11:06.385Z Checking ron v0.12.2
4622026-07-24T22:11:06.432Z Checking dof v0.4.0
4632026-07-24T22:11:06.480Z Checking ingot-types v0.2.0
4642026-07-24T22:11:06.632Z Checking ctor v0.10.1
4652026-07-24T22:11:06.729Z Checking rusticata-macros v5.0.0
4662026-07-24T22:11:06.802Z Checking ingot v0.2.0
4672026-07-24T22:11:06.850Z Checking pcap-parser v0.17.0
4682026-07-24T22:11:07.373Z Compiling usdt-attr-macro v0.6.0
4692026-07-24T22:11:07.374Z Compiling usdt-macro v0.6.0
4702026-07-24T22:11:07.969Z Checking usdt v0.6.0
4712026-07-24T22:11:08.236Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4722026-07-24T22:11:12.711Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4732026-07-24T22:11:14.411Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4742026-07-24T22:11:16.781Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.75s
4752026-07-24T22:11:16.813Z
4762026-07-24T22:11:16.813Zreal 19.829484078
4772026-07-24T22:11:16.813Zuser 1:10.728422584
4782026-07-24T22:11:16.817Zsys 14.751697262
4792026-07-24T22:11:16.817Ztrap 0.038926280
4802026-07-24T22:11:16.817Ztflt 0.115898893
4812026-07-24T22:11:16.817Zdflt 0.219780164
4822026-07-24T22:11:16.817Zkflt 0.000036280
4832026-07-24T22:11:16.817Zlock 4:37.137617294
4842026-07-24T22:11:16.817Zslp 3:45.686818651
4852026-07-24T22:11:16.817Zlat 3.422605265
4862026-07-24T22:11:16.817Zstop 8.915833654
4872026-07-24T22:11:16.817Z+ header 'analyze no_std + engine + kernel'
4882026-07-24T22:11:16.817Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4892026-07-24T22:11:16.817Z# ==== analyze no_std + engine + kernel ==== #
4902026-07-24T22:11:16.817Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
4912026-07-24T22:11:16.980Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4922026-07-24T22:11:16.980Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4932026-07-24T22:11:16.984Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4942026-07-24T22:11:16.984Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4952026-07-24T22:11:17.192Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4962026-07-24T22:11:20.277Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4972026-07-24T22:11:21.417Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.56s
4982026-07-24T22:11:21.443Z
4992026-07-24T22:11:21.446Zreal 4.625361923
5002026-07-24T22:11:21.446Zuser 4.760880972
5012026-07-24T22:11:21.446Zsys 0.928655728
5022026-07-24T22:11:21.446Ztrap 0.000589990
5032026-07-24T22:11:21.446Ztflt 0.016396492
5042026-07-24T22:11:21.446Zdflt 0.009303572
5052026-07-24T22:11:21.446Zkflt 0.000000000
5062026-07-24T22:11:21.446Zlock 15.033450838
5072026-07-24T22:11:21.446Zslp 17.834379892
5082026-07-24T22:11:21.446Zlat 0.005560800
5092026-07-24T22:11:21.446Zstop 0.195002285
5102026-07-24T22:11:21.446Z+ header test
5112026-07-24T22:11:21.446Z+ echo '# ==== test ==== #'
5122026-07-24T22:11:21.446Z+ ptime -m cargo test
5132026-07-24T22:11:21.446Z# ==== test ==== #
5142026-07-24T22:11:21.595Z Compiling memchr v2.8.3
5152026-07-24T22:11:21.598Z Compiling serde_core v1.0.228
5162026-07-24T22:11:21.619Z Compiling thiserror v2.0.18
5172026-07-24T22:11:21.623Z Compiling zerocopy v0.8.54
5182026-07-24T22:11:21.626Z Compiling byteorder v1.5.0
5192026-07-24T22:11:21.626Z Compiling unicode-ident v1.0.24
5202026-07-24T22:11:21.629Z Compiling zmij v1.0.22
5212026-07-24T22:11:21.629Z Compiling libc v0.2.186
5222026-07-24T22:11:21.700Z Compiling proc-macro2 v1.0.106
5232026-07-24T22:11:21.747Z Compiling scroll v0.13.0
5242026-07-24T22:11:21.830Z Compiling plain v0.2.3
5252026-07-24T22:11:21.922Z Compiling futures-sink v0.3.32
5262026-07-24T22:11:21.962Z Compiling log v0.4.33
5272026-07-24T22:11:22.006Z Compiling itoa v1.0.18
5282026-07-24T22:11:22.010Z Compiling futures-core v0.3.32
5292026-07-24T22:11:22.013Z Compiling ucd-trie v0.1.7
5302026-07-24T22:11:22.159Z Compiling pest v2.8.7
5312026-07-24T22:11:22.189Z Compiling futures-channel v0.3.32
5322026-07-24T22:11:22.257Z Compiling goblin v0.10.7
5332026-07-24T22:11:22.419Z Compiling quote v1.0.46
5342026-07-24T22:11:22.690Z Compiling hash32 v0.3.1
5352026-07-24T22:11:22.851Z Compiling futures-io v0.3.32
5362026-07-24T22:11:23.036Z Compiling pin-project-lite v0.2.17
5372026-07-24T22:11:23.040Z Compiling stable_deref_trait v1.2.1
5382026-07-24T22:11:23.104Z Compiling pretty-hex v0.4.2
5392026-07-24T22:11:23.122Z Compiling cfg-if v1.0.4
5402026-07-24T22:11:23.183Z Compiling slab v0.4.12
5412026-07-24T22:11:23.187Z Compiling futures-task v0.3.32
5422026-07-24T22:11:23.233Z Compiling macaddr v1.0.1
5432026-07-24T22:11:23.355Z Compiling serde v1.0.228
5442026-07-24T22:11:23.371Z Compiling bitflags v2.13.0
5452026-07-24T22:11:23.484Z Compiling serde_json v1.0.150
5462026-07-24T22:11:23.587Z Compiling futures-util v0.3.32
5472026-07-24T22:11:23.781Z Compiling dtrace-parser v0.3.0
5482026-07-24T22:11:23.836Z Compiling heapless v0.8.0
5492026-07-24T22:11:23.994Z Compiling syn v2.0.118
5502026-07-24T22:11:24.275Z Compiling thread-id v5.1.0
5512026-07-24T22:11:24.349Z Compiling cobs v0.3.0
5522026-07-24T22:11:24.420Z Compiling ingot-types v0.2.0
5532026-07-24T22:11:24.590Z Compiling managed v0.8.0
5542026-07-24T22:11:24.623Z Compiling bitflags v1.3.2
5552026-07-24T22:11:24.688Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5562026-07-24T22:11:24.809Z Compiling smoltcp v0.11.0
5572026-07-24T22:11:24.814Z Compiling ingot v0.2.0
5582026-07-24T22:11:24.912Z Compiling postcard v1.1.3
5592026-07-24T22:11:25.257Z Compiling dof v0.4.0
5602026-07-24T22:11:26.295Z Compiling futures-executor v0.3.32
5612026-07-24T22:11:26.600Z Compiling usdt-impl v0.6.0
5622026-07-24T22:11:26.858Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5632026-07-24T22:11:26.985Z Compiling memmap2 v0.9.11
5642026-07-24T22:11:27.300Z Compiling either v1.16.0
5652026-07-24T22:11:27.316Z Compiling ipnetwork v0.21.1
5662026-07-24T22:11:27.454Z Compiling unicode-width v0.2.2
5672026-07-24T22:11:27.478Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5682026-07-24T22:11:27.762Z Compiling tabwriter v1.4.1
5692026-07-24T22:11:27.803Z Compiling itertools v0.15.0
5702026-07-24T22:11:28.168Z Compiling ref-cast v1.0.25
5712026-07-24T22:11:28.264Z Compiling usdt v0.6.0
5722026-07-24T22:11:28.839Z Compiling futures v0.3.32
5732026-07-24T22:11:28.873Z Compiling crc32fast v1.5.0
5742026-07-24T22:11:28.944Z Compiling nom v8.0.0
5752026-07-24T22:11:28.950Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5762026-07-24T22:11:29.112Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5772026-07-24T22:11:29.112Z Compiling dyn-clone v1.0.20
5782026-07-24T22:11:29.279Z Compiling cookie-factory v0.3.3
5792026-07-24T22:11:29.594Z Compiling uuid v1.23.5
5802026-07-24T22:11:29.652Z Compiling circular v0.3.0
5812026-07-24T22:11:29.896Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5822026-07-24T22:11:29.896Z Compiling dtor v0.8.1
5832026-07-24T22:11:29.977Z Compiling typeid v1.0.3
5842026-07-24T22:11:30.082Z Compiling anyhow v1.0.103
5852026-07-24T22:11:30.082Z Compiling link-section v0.2.1
5862026-07-24T22:11:30.123Z Compiling once_cell v1.21.4
5872026-07-24T22:11:30.220Z Compiling ctor v0.10.1
5882026-07-24T22:11:30.242Z Compiling ron v0.12.2
5892026-07-24T22:11:31.384Z Compiling rusticata-macros v5.0.0
5902026-07-24T22:11:31.515Z Compiling pcap-parser v0.17.0
5912026-07-24T22:11:36.198Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5922026-07-24T22:11:38.495Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
5932026-07-24T22:12:25.431Z Finished `test` profile [optimized + debuginfo] target(s) in 1m 03s
5942026-07-24T22:12:25.447Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-a8390f6047b12707)
5952026-07-24T22:12:25.450Z
5962026-07-24T22:12:25.450Zrunning 15 tests
5972026-07-24T22:12:25.450Ztest api::tests::ports_from_str_good ... ok
5982026-07-24T22:12:25.450Ztest api::tests::ports_from_str_bad ... ok
5992026-07-24T22:12:25.450Ztest api::tests::parse_good_proto_filter ... ok
6002026-07-24T22:12:25.450Ztest api::tests::parse_good_address ... ok
6012026-07-24T22:12:25.450Ztest cfg::tests::test_required_nat_space ... ok
6022026-07-24T22:12:25.450Ztest api::tests::parse_bad_proto_filter ... ok
6032026-07-24T22:12:25.450Ztest api::tests::parse_bad_address ... ok
6042026-07-24T22:12:25.450Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6052026-07-24T22:12:25.450Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6062026-07-24T22:12:25.450Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6072026-07-24T22:12:25.450Ztest engine::geneve::test::parse_multi_opt ... ok
6082026-07-24T22:12:25.450Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6092026-07-24T22:12:25.450Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6102026-07-24T22:12:25.450Ztest engine::geneve::test::parse_single_opt ... ok
6112026-07-24T22:12:25.454Ztest engine::firewall::tests::port_predicate_simplification ... ok
6122026-07-24T22:12:25.454Z
6132026-07-24T22:12:25.454Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6142026-07-24T22:12:25.454Z
6152026-07-24T22:12:25.454Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-7995a7b8cc933763)
6162026-07-24T22:12:25.454Z
6172026-07-24T22:12:25.454Zrunning 4 tests
6182026-07-24T22:12:25.458Ztest firewall_external_inbound ... ok
6192026-07-24T22:12:25.458Ztest firewall_vni_outbound ... ok
6202026-07-24T22:12:25.458Ztest firewall_vni_inbound ... ok
6212026-07-24T22:12:25.458Ztest firewall_replace_rules ... ok
6222026-07-24T22:12:25.458Z
6232026-07-24T22:12:25.458Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6242026-07-24T22:12:25.458Z
6252026-07-24T22:12:25.458Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-722fbee518f7bf2a)
6262026-07-24T22:12:25.458Z
6272026-07-24T22:12:25.458Zrunning 2 tests
6282026-07-24T22:12:25.458Ztest parse_in_regression ... ok
6292026-07-24T22:12:25.458Ztest parse_out_regression ... ok
6302026-07-24T22:12:25.458Z
6312026-07-24T22:12:25.458Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6322026-07-24T22:12:25.458Z
6332026-07-24T22:12:25.458Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-b941732d989f67f1)
6342026-07-24T22:12:25.461Z
6352026-07-24T22:12:25.461Zrunning 50 tests
6362026-07-24T22:12:25.461Ztest bad_ip_len ... ok
6372026-07-24T22:12:25.461Ztest check_layers ... ok
6382026-07-24T22:12:25.461Ztest add_remove_fw_rule ... ok
6392026-07-24T22:12:25.461Ztest arp_gateway ... ok
6402026-07-24T22:12:25.461Ztest anti_spoof ... ok
6412026-07-24T22:12:25.461Ztest external_attached_subnets_cannot_reach_internal ... ok
6422026-07-24T22:12:25.461Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6432026-07-24T22:12:25.461Ztest external_attached_subnets_dont_apply_nat ... ok
6442026-07-24T22:12:25.461Ztest flow_expiration ... ok
6452026-07-24T22:12:25.461Ztest gateway_icmpv6_ping ... ok
6462026-07-24T22:12:25.462Ztest gateway_icmp4_ping ... ok
6472026-07-24T22:12:25.462Ztest external_ip_epoch_affinity_preserved ... ok
6482026-07-24T22:12:25.462Ztest early_tcp_invalidation ... ok
6492026-07-24T22:12:25.462Ztest external_ip_reconfigurable ... ok
6502026-07-24T22:12:25.462Ztest gateway_router_advert_reply ... ok
6512026-07-24T22:12:25.465Ztest guest_to_guest_no_route ... ok
6522026-07-24T22:12:25.465Ztest guest_to_guest_diff_vpc_no_peer ... ok
6532026-07-24T22:12:25.465Ztest guest_to_internet_ipv4 ... ok
6542026-07-24T22:12:25.465Ztest guest_to_internet_ipv6 ... ok
6552026-07-24T22:12:25.465Ztest guest_to_guest ... ok
6562026-07-24T22:12:25.465Ztest icmp_inner_has_nat_applied ... ok
6572026-07-24T22:12:25.465Ztest icmpv6_inner_has_nat_applied ... ok
6582026-07-24T22:12:25.465Ztest external_ip_balanced_over_floating_ips ... ok
6592026-07-24T22:12:25.465Ztest inbound_ndp_dropped_at_gateway ... ok
6602026-07-24T22:12:25.465Ztest intra_subnet_routes_with_custom ... ok
6612026-07-24T22:12:25.465Ztest no_panic_on_flow_table_full ... ok
6622026-07-24T22:12:25.465Ztest outbound_ndp_dropped ... ok
6632026-07-24T22:12:25.465Ztest offload_info_preserved ... ok
6642026-07-24T22:12:25.465Ztest packet_body_pullup ... ok
6652026-07-24T22:12:25.465Ztest external_ip_receive_and_reply_on_all ... ok
6662026-07-24T22:12:25.465Ztest internal_attached_subnets ... ok
6672026-07-24T22:12:25.465Ztest port_transition_reset ... ok
6682026-07-24T22:12:25.465Ztest port_as_router_target ... ok
6692026-07-24T22:12:25.465Ztest port_transition_running ... ok
6702026-07-24T22:12:25.465Ztest packet_too_big_generation ... ok
6712026-07-24T22:12:25.465Ztest test_drop_on_unknown_critical_option ... ok
6722026-07-24T22:12:25.465Ztest snat_icmp4_echo_rewrite ... ok
6732026-07-24T22:12:25.465Ztest port_transition_pause ... ok
6742026-07-24T22:12:25.465Ztest snat_icmp6_echo_rewrite ... ok
6752026-07-24T22:12:25.465Ztest select_eip_conditioned_on_igw ... ok
6762026-07-24T22:12:25.465Ztest tcp_invalidation_does_not_block_connection ... ok
6772026-07-24T22:12:25.465Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6782026-07-24T22:12:25.465Ztest tcp_outbound ... ok
6792026-07-24T22:12:25.466Ztest test_ipv6_multicast_encapsulation ... ok
6802026-07-24T22:12:25.466Ztest test_tcp_multicast_denied ... ok
6812026-07-24T22:12:25.466Ztest test_gateway_neighbor_advert_reply ... ok
6822026-07-24T22:12:25.466Ztest tcp_inbound ... ok
6832026-07-24T22:12:25.466Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
6842026-07-24T22:12:25.466Ztest uft_lft_invalidation_out ... ok
6852026-07-24T22:12:25.466Ztest uft_lft_invalidation_in ... ok
6862026-07-24T22:12:25.466Z
6872026-07-24T22:12:25.466Ztest result: ok. 50 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6882026-07-24T22:12:25.466Z
6892026-07-24T22:12:25.466Z Doc-tests oxide_vpc
6902026-07-24T22:12:25.764Z
6912026-07-24T22:12:25.764Zrunning 0 tests
6922026-07-24T22:12:25.764Z
6932026-07-24T22:12:25.764Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6942026-07-24T22:12:25.764Z
6952026-07-24T22:12:25.794Z
6962026-07-24T22:12:25.794Zreal 1:04.340269538
6972026-07-24T22:12:25.794Zuser 3:27.591883848
6982026-07-24T22:12:25.794Zsys 12.188117068
6992026-07-24T22:12:25.794Ztrap 0.086125592
7002026-07-24T22:12:25.798Ztflt 0.154497198
7012026-07-24T22:12:25.798Zdflt 0.418222544
7022026-07-24T22:12:25.798Zkflt 0.000204220
7032026-07-24T22:12:25.798Zlock 15:01.491815368
7042026-07-24T22:12:25.798Zslp 6:47.293580124
7052026-07-24T22:12:25.798Zlat 6.717971133
7062026-07-24T22:12:25.798Zstop 5.972011677
7072026-07-24T22:12:25.798Zprocess exited: duration 129368 ms, exit code 0
 
7082026-07-24T22:12:25.805Zfound 0 output files