01KZ81TMRTWRBDFVZ7FH11TYZW: oxide-vpc

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

Buildomat Job: 01KZ81VBWTM8CWK729BQ1T0CJK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-05T04:11:30.975Zjob assigned to worker 01KZ81VGKVX59F47X0VF241YSS [factory aws, i-017c82945cbeb3736] (queued for 56 s)
 
22026-08-05T04:11:37.661Zstarting task 0: "setup"
32026-08-05T04:11:37.666Z++ uname -s
42026-08-05T04:11:37.666Z+ kern=SunOS
52026-08-05T04:11:37.666Z+ build_user=build
62026-08-05T04:11:37.666Z+ build_uid=12345
72026-08-05T04:11:37.666Z+ work_dir=/work
82026-08-05T04:11:37.666Z+ input_dir=/input
92026-08-05T04:11:37.666Z+ [[ 0 == 12345 ]]
102026-08-05T04:11:37.666Z+ case "$kern" in
112026-08-05T04:11:37.666Z+ groupadd -g 12345 build
122026-08-05T04:11:37.666Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-05T04:11:39.668Z+ zfs create -o mountpoint=/work rpool/work
142026-08-05T04:11:39.740Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-05T04:11:39.743Z+ home_fs=zfs
162026-08-05T04:11:39.743Z+ [[ zfs == autofs ]]
172026-08-05T04:11:39.743Z+ mkdir -p /home/build
182026-08-05T04:11:39.743Z+ chown build:build /home/build /work
192026-08-05T04:11:41.747Z+ chmod 0700 /home/build /work
202026-08-05T04:11:41.756Zprocess exited: duration 4093 ms, exit code 0
 
212026-08-05T04:11:41.774Zstarting task 1: "rust-toolchain"
222026-08-05T04:11:41.787Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-05T04:11:41.787Z * rust toolchain channel = "1.97.1"
242026-08-05T04:11:41.787Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-05T04:11:41.787Z * rust toolchain profile = "default"
262026-08-05T04:11:41.787Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-05T04:11:41.787Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-05T04:11:41.787Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-05T04:11:41.787Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-05T04:11:41.893Zinfo: downloading installer
312026-08-05T04:11:43.194Zwarn: It looks like you have an existing rustup settings file at:
322026-08-05T04:11:43.194Zwarn: /home/build/.rustup/settings.toml
332026-08-05T04:11:43.194Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-05T04:11:43.194Zwarn: instead of the one inferred from the default host triple.
352026-08-05T04:11:43.206Zinfo: profile set to default
362026-08-05T04:11:43.206Zinfo: default host triple is x86_64-unknown-illumos
372026-08-05T04:11:43.212Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-05T04:11:43.357Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-05T04:11:43.360Zinfo: downloading 6 components
402026-08-05T04:11:57.665Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-05T04:11:57.665Z
422026-08-05T04:11:57.698Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-05T04:11:57.698Z
442026-08-05T04:11:57.698Z
452026-08-05T04:11:57.698ZRust is installed now. Great!
462026-08-05T04:11:57.698Z
472026-08-05T04:11:57.698ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-05T04:11:57.698Zenvironment variable. This has not been done automatically.
492026-08-05T04:11:57.698Z
502026-08-05T04:11:57.698ZTo configure your current shell, you need to source
512026-08-05T04:11:57.744Zthe corresponding env file under $HOME/.cargo.
522026-08-05T04:11:57.744Z
532026-08-05T04:11:57.744ZThis is usually done by running one of the following (note the leading DOT):
542026-08-05T04:11:57.745Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-05T04:11:57.745Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-05T04:11:57.745Zsource "~/.cargo/env.nu" # For nushell
572026-08-05T04:11:57.745Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-05T04:11:57.745Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-05T04:11:57.745Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-05T04:11:57.745Zwarn: no default linker (`cc`) was found in your PATH
612026-08-05T04:11:57.745Zwarn: many Rust crates require a system C toolchain to build
622026-08-05T04:11:57.808Z+ rustup --version
632026-08-05T04:11:57.813Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-05T04:11:57.813Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-05T04:11:57.832Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-05T04:11:57.848Z+ cargo --version
672026-08-05T04:11:57.851Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-05T04:11:57.851Z+ rustc --version
692026-08-05T04:11:57.867Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-05T04:11:57.871Zprocess exited: duration 16098 ms, exit code 0
 
712026-08-05T04:11:57.878Zstarting task 2: "authentication"
722026-08-05T04:11:57.916Zprocess exited: duration 20 ms, exit code 0
 
732026-08-05T04:11:57.961Zstarting task 3: "clone repository"
742026-08-05T04:11:57.965Z+ mkdir -p /work/oxidecomputer/opte
752026-08-05T04:11:57.965Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-08-05T04:11:57.965ZCloning into '/work/oxidecomputer/opte'...
772026-08-05T04:11:58.886Z+ cd /work/oxidecomputer/opte
782026-08-05T04:11:58.886Z+ git fetch origin ecc92772af6bb8882cc38c552cc61125899a3479
792026-08-05T04:11:59.151ZFrom https://github.com/oxidecomputer/opte
802026-08-05T04:11:59.151Z * branch ecc92772af6bb8882cc38c552cc61125899a3479 -> FETCH_HEAD
812026-08-05T04:11:59.158Z+ [[ -n renovate/clap ]]
822026-08-05T04:11:59.158Z++ git branch --show-current
832026-08-05T04:11:59.158Z+ current=master
842026-08-05T04:11:59.158Z+ [[ master != renovate/clap ]]
852026-08-05T04:11:59.159Z+ git branch -f renovate/clap ecc92772af6bb8882cc38c552cc61125899a3479
862026-08-05T04:11:59.159Z+ git checkout -f renovate/clap
872026-08-05T04:11:59.162ZSwitched to branch 'renovate/clap'
882026-08-05T04:11:59.162Z+ git reset --hard ecc92772af6bb8882cc38c552cc61125899a3479
892026-08-05T04:11:59.190ZHEAD is now at ecc9277 Update Rust crate clap to v4.6.5
902026-08-05T04:11:59.194Zprocess exited: duration 1249 ms, exit code 0
 
912026-08-05T04:11:59.204Zstarting task 4: "build"
922026-08-05T04:11:59.209Z+ source .github/buildomat/common.sh
932026-08-05T04:11:59.209Z++ rustup show active-toolchain
942026-08-05T04:11:59.215Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-08-05T04:11:59.215Z++ pushd xde
962026-08-05T04:11:59.215Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-08-05T04:11:59.215Z++ rustup show active-toolchain
982026-08-05T04:11:59.219Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
992026-08-05T04:11:59.391Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1002026-08-05T04:11:59.411Zinfo: downloading 6 components
1012026-08-05T04:12:13.864Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-08-05T04:12:13.956Z+++ rustup show active-toolchain -v
1032026-08-05T04:12:13.966Z+++ head -n 1
1042026-08-05T04:12:13.966Z+++ cut '-d ' -f1
1052026-08-05T04:12:14.008Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1062026-08-05T04:12:14.008Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-08-05T04:12:14.008Z++ popd
1082026-08-05T04:12:14.009Z/work/oxidecomputer/opte
1092026-08-05T04:12:14.014Z+ cargo --version
1102026-08-05T04:12:14.020Zcargo 1.97.1 (c980f4866 2026-06-30)
1112026-08-05T04:12:14.020Z+ rustc --version
1122026-08-05T04:12:14.060Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1132026-08-05T04:12:14.077Z+ cd lib/oxide-vpc
1142026-08-05T04:12:14.077Z+ header 'check style'
1152026-08-05T04:12:14.077Z+ echo '# ==== check style ==== #'
1162026-08-05T04:12:14.077Z# ==== check style ==== #
1172026-08-05T04:12:14.077Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1182026-08-05T04:12:14.172Z
1192026-08-05T04:12:14.172Zreal 0.130230858
1202026-08-05T04:12:14.172Zuser 0.094730763
1212026-08-05T04:12:14.173Zsys 0.031640220
1222026-08-05T04:12:14.173Ztrap 0.000005390
1232026-08-05T04:12:14.173Ztflt 0.000016390
1242026-08-05T04:12:14.173Zdflt 0.000010620
1252026-08-05T04:12:14.173Zkflt 0.000000700
1262026-08-05T04:12:14.173Zlock 0.031354900
1272026-08-05T04:12:14.173Zslp 0.109947848
1282026-08-05T04:12:14.173Zlat 0.000837060
1292026-08-05T04:12:14.173Zstop 0.000094720
1302026-08-05T04:12:14.177Z+ header 'check docs'
1312026-08-05T04:12:14.177Z+ echo '# ==== check docs ==== #'
1322026-08-05T04:12:14.177Z# ==== check docs ==== #
1332026-08-05T04:12:14.177Z+ RUSTDOCFLAGS='-D warnings'
1342026-08-05T04:12:14.177Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-08-05T04:12:14.242Z Updating crates.io index
1362026-08-05T04:12:14.253Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-08-05T04:12:15.130Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-08-05T04:12:15.353Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1392026-08-05T04:12:15.604Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1402026-08-05T04:12:15.961Z Updating git repository `https://github.com/oxidecomputer/zone`
1412026-08-05T04:12:16.191Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-08-05T04:12:16.467Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-08-05T04:12:18.106Z Downloading crates ...
1442026-08-05T04:12:18.188Z Downloaded ref-cast v1.0.25
1452026-08-05T04:12:18.193Z Downloaded ipnetwork v0.21.1
1462026-08-05T04:12:18.197Z Downloaded pretty-hex v0.4.2
1472026-08-05T04:12:18.197Z Downloaded usdt v0.6.0
1482026-08-05T04:12:18.197Z Downloaded tabwriter v1.4.1
1492026-08-05T04:12:18.209Z Downloaded aho-corasick v1.1.4
1502026-08-05T04:12:18.211Z Downloaded quote v1.0.46
1512026-08-05T04:12:18.215Z Downloaded zmij v1.0.22
1522026-08-05T04:12:18.219Z Downloaded macaddr v1.0.1
1532026-08-05T04:12:18.222Z Downloaded ref-cast-impl v1.0.25
1542026-08-05T04:12:18.235Z Downloaded postcard v1.1.3
1552026-08-05T04:12:18.239Z Downloaded pest_generator v2.8.7
1562026-08-05T04:12:18.245Z Downloaded regex v1.13.0
1572026-08-05T04:12:18.251Z Downloaded bitflags v1.3.2
1582026-08-05T04:12:18.252Z Downloaded pest_meta v2.8.7
1592026-08-05T04:12:18.257Z Downloaded plain v0.2.3
1602026-08-05T04:12:18.261Z Downloaded thread-id v5.1.0
1612026-08-05T04:12:18.266Z Downloaded managed v0.8.0
1622026-08-05T04:12:18.272Z Downloaded scroll_derive v0.13.1
1632026-08-05T04:12:18.276Z Downloaded pest v2.8.7
1642026-08-05T04:12:18.278Z Downloaded cfg-if v1.0.4
1652026-08-05T04:12:18.278Z Downloaded dof v0.4.0
1662026-08-05T04:12:18.282Z Downloaded embedded-io v0.4.0
1672026-08-05T04:12:18.285Z Downloaded usdt-macro v0.6.0
1682026-08-05T04:12:18.285Z Downloaded cobs v0.3.0
1692026-08-05T04:12:18.285Z Downloaded ident_case v1.0.1
1702026-08-05T04:12:18.285Z Downloaded stable_deref_trait v1.2.1
1712026-08-05T04:12:18.285Z Downloaded strsim v0.11.1
1722026-08-05T04:12:18.291Z Downloaded version_check v0.9.5
1732026-08-05T04:12:18.293Z Downloaded defmt-parser v1.0.0
1742026-08-05T04:12:18.298Z Downloaded usdt-attr-macro v0.6.0
1752026-08-05T04:12:18.301Z Downloaded embedded-io v0.6.1
1762026-08-05T04:12:18.301Z Downloaded darling_macro v0.23.0
1772026-08-05T04:12:18.301Z Downloaded dtrace-parser v0.3.0
1782026-08-05T04:12:18.301Z Downloaded dyn-clone v1.0.20
1792026-08-05T04:12:18.301Z Downloaded hash32 v0.3.1
1802026-08-05T04:12:18.306Z Downloaded defmt v0.3.100
1812026-08-05T04:12:18.310Z Downloaded usdt-impl v0.6.0
1822026-08-05T04:12:18.310Z Downloaded ingot-types v0.2.0
1832026-08-05T04:12:18.315Z Downloaded pest_derive v2.8.7
1842026-08-05T04:12:18.330Z Downloaded itoa v1.0.18
1852026-08-05T04:12:18.333Z Downloaded ingot v0.2.0
1862026-08-05T04:12:18.336Z Downloaded thiserror-impl v2.0.18
1872026-08-05T04:12:18.340Z Downloaded either v1.16.0
1882026-08-05T04:12:18.340Z Downloaded byteorder v1.5.0
1892026-08-05T04:12:18.340Z Downloaded defmt-macros v1.1.1
1902026-08-05T04:12:18.342Z Downloaded scroll v0.13.0
1912026-08-05T04:12:18.342Z Downloaded serde_tokenstream v0.2.3
1922026-08-05T04:12:18.345Z Downloaded defmt v1.1.1
1932026-08-05T04:12:18.352Z Downloaded darling v0.23.0
1942026-08-05T04:12:18.355Z Downloaded ingot-macros v0.2.0
1952026-08-05T04:12:18.359Z Downloaded ucd-trie v0.1.7
1962026-08-05T04:12:18.362Z Downloaded crc32fast v1.5.0
1972026-08-05T04:12:18.364Z Downloaded unicode-ident v1.0.24
1982026-08-05T04:12:18.372Z Downloaded memmap2 v0.9.11
1992026-08-05T04:12:18.375Z Downloaded serde_core v1.0.228
2002026-08-05T04:12:18.375Z Downloaded thiserror v2.0.18
2012026-08-05T04:12:18.381Z Downloaded uuid v1.23.5
2022026-08-05T04:12:18.384Z Downloaded proc-macro2 v1.0.106
2032026-08-05T04:12:18.393Z Downloaded log v0.4.33
2042026-08-05T04:12:18.396Z Downloaded bitflags v2.13.0
2052026-08-05T04:12:18.399Z Downloaded darling_core v0.23.0
2062026-08-05T04:12:18.402Z Downloaded heapless v0.8.0
2072026-08-05T04:12:18.408Z Downloaded serde v1.0.228
2082026-08-05T04:12:18.411Z Downloaded serde_derive v1.0.228
2092026-08-05T04:12:18.413Z Downloaded memchr v2.8.3
2102026-08-05T04:12:18.424Z Downloaded zerocopy-derive v0.8.54
2112026-08-05T04:12:18.458Z Downloaded serde_json v1.0.150
2122026-08-05T04:12:18.463Z Downloaded itertools v0.15.0
2132026-08-05T04:12:18.474Z Downloaded regex-syntax v0.8.11
2142026-08-05T04:12:18.528Z Downloaded unicode-width v0.2.2
2152026-08-05T04:12:18.533Z Downloaded goblin v0.10.7
2162026-08-05T04:12:18.538Z Downloaded zerocopy v0.8.54
2172026-08-05T04:12:18.555Z Downloaded smoltcp v0.11.0
2182026-08-05T04:12:18.571Z Downloaded syn v2.0.118
2192026-08-05T04:12:18.589Z Downloaded regex-automata v0.4.15
2202026-08-05T04:12:18.604Z Downloaded libc v0.2.186
2212026-08-05T04:12:18.650Z Compiling proc-macro2 v1.0.106
2222026-08-05T04:12:18.655Z Compiling quote v1.0.46
2232026-08-05T04:12:18.655Z Compiling unicode-ident v1.0.24
2242026-08-05T04:12:18.655Z Documenting unicode-ident v1.0.24
2252026-08-05T04:12:18.655Z Compiling serde_core v1.0.228
2262026-08-05T04:12:18.655Z Compiling ident_case v1.0.1
2272026-08-05T04:12:18.655Z Compiling strsim v0.11.1
2282026-08-05T04:12:18.807Z Compiling memchr v2.8.3
2292026-08-05T04:12:18.826Z Compiling serde v1.0.228
2302026-08-05T04:12:19.027Z Compiling thiserror v2.0.18
2312026-08-05T04:12:19.082Z Compiling regex-syntax v0.8.11
2322026-08-05T04:12:19.110Z Compiling zerocopy v0.8.54
2332026-08-05T04:12:19.308Z Documenting proc-macro2 v1.0.106
2342026-08-05T04:12:19.364Z Compiling aho-corasick v1.1.4
2352026-08-05T04:12:19.531Z Checking byteorder v1.5.0
2362026-08-05T04:12:19.679Z Compiling syn v2.0.118
2372026-08-05T04:12:19.704Z Compiling either v1.16.0
2382026-08-05T04:12:19.906Z Documenting quote v1.0.46
2392026-08-05T04:12:19.917Z Compiling itertools v0.15.0
2402026-08-05T04:12:20.383Z Documenting syn v2.0.118
2412026-08-05T04:12:20.529Z Compiling regex-automata v0.4.15
2422026-08-05T04:12:20.776Z Documenting ident_case v1.0.1
2432026-08-05T04:12:21.081Z Compiling heapless v0.8.0
2442026-08-05T04:12:21.177Z Documenting strsim v0.11.1
2452026-08-05T04:12:21.234Z Checking bitflags v2.13.0
2462026-08-05T04:12:21.418Z Checking hash32 v0.3.1
2472026-08-05T04:12:21.527Z Documenting serde_core v1.0.228
2482026-08-05T04:12:21.602Z Documenting memchr v2.8.3
2492026-08-05T04:12:21.673Z Checking cfg-if v1.0.4
2502026-08-05T04:12:21.692Z Checking stable_deref_trait v1.2.1
2512026-08-05T04:12:21.730Z Checking macaddr v1.0.1
2522026-08-05T04:12:21.742Z Checking darling_core v0.23.0
2532026-08-05T04:12:21.871Z Documenting regex-syntax v0.8.11
2542026-08-05T04:12:22.463Z Compiling regex v1.13.0
2552026-08-05T04:12:22.671Z Documenting darling_core v0.23.0
2562026-08-05T04:12:22.864Z Documenting aho-corasick v1.1.4
2572026-08-05T04:12:22.901Z Compiling smoltcp v0.11.0
2582026-08-05T04:12:23.203Z Checking managed v0.8.0
2592026-08-05T04:12:23.274Z Checking bitflags v1.3.2
2602026-08-05T04:12:23.320Z Compiling serde_derive v1.0.228
2612026-08-05T04:12:23.326Z Compiling thiserror-impl v2.0.18
2622026-08-05T04:12:23.333Z Compiling zerocopy-derive v0.8.54
2632026-08-05T04:12:23.734Z Documenting serde_derive v1.0.228
2642026-08-05T04:12:23.759Z Documenting regex-automata v0.4.15
2652026-08-05T04:12:23.911Z Documenting darling_macro v0.23.0
2662026-08-05T04:12:24.488Z Documenting thiserror-impl v2.0.18
2672026-08-05T04:12:24.500Z Compiling darling_macro v0.23.0
2682026-08-05T04:12:24.586Z Documenting zerocopy-derive v0.8.54
2692026-08-05T04:12:24.639Z Checking cobs v0.3.0
2702026-08-05T04:12:24.770Z Compiling crc32fast v1.5.0
2712026-08-05T04:12:24.841Z Compiling ref-cast v1.0.25
2722026-08-05T04:12:25.082Z Documenting byteorder v1.5.0
2732026-08-05T04:12:25.085Z Compiling darling v0.23.0
2742026-08-05T04:12:25.161Z Compiling ingot-macros v0.2.0
2752026-08-05T04:12:25.170Z Documenting darling v0.23.0
2762026-08-05T04:12:25.207Z Documenting regex v1.13.0
2772026-08-05T04:12:25.308Z Documenting thiserror v2.0.18
2782026-08-05T04:12:25.481Z Documenting zerocopy v0.8.54
2792026-08-05T04:12:25.642Z Documenting hash32 v0.3.1
2802026-08-05T04:12:26.104Z Documenting serde v1.0.228
2812026-08-05T04:12:26.342Z Documenting ingot-macros v0.2.0
2822026-08-05T04:12:26.454Z Compiling ref-cast-impl v1.0.25
2832026-08-05T04:12:26.462Z Checking postcard v1.1.3
2842026-08-05T04:12:26.740Z Documenting bitflags v2.13.0
2852026-08-05T04:12:27.080Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2862026-08-05T04:12:27.156Z Documenting cfg-if v1.0.4
2872026-08-05T04:12:27.313Z Compiling version_check v0.9.5
2882026-08-05T04:12:27.419Z Checking unicode-width v0.2.2
2892026-08-05T04:12:27.570Z Documenting stable_deref_trait v1.2.1
2902026-08-05T04:12:27.596Z Documenting macaddr v1.0.1
2912026-08-05T04:12:27.673Z Checking ipnetwork v0.21.1
2922026-08-05T04:12:27.844Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2932026-08-05T04:12:27.874Z Checking ingot-types v0.2.0
2942026-08-05T04:12:27.888Z Documenting cobs v0.3.0
2952026-08-05T04:12:27.965Z Documenting managed v0.8.0
2962026-08-05T04:12:28.113Z Checking tabwriter v1.4.1
2972026-08-05T04:12:28.205Z Checking ingot v0.2.0
2982026-08-05T04:12:28.254Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2992026-08-05T04:12:28.270Z Documenting heapless v0.8.0
3002026-08-05T04:12:28.703Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3012026-08-05T04:12:28.817Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3022026-08-05T04:12:28.984Z Documenting postcard v1.1.3
3032026-08-05T04:12:28.993Z Documenting ingot-types v0.2.0
3042026-08-05T04:12:29.226Z Documenting ref-cast-impl v1.0.25
3052026-08-05T04:12:29.336Z Checking dyn-clone v1.0.20
3062026-08-05T04:12:29.340Z Documenting either v1.16.0
3072026-08-05T04:12:29.443Z Documenting ipnetwork v0.21.1
3082026-08-05T04:12:29.506Z Documenting unicode-width v0.2.2
3092026-08-05T04:12:29.783Z Documenting smoltcp v0.11.0
3102026-08-05T04:12:29.815Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3112026-08-05T04:12:30.020Z Documenting crc32fast v1.5.0
3122026-08-05T04:12:30.316Z Documenting ingot v0.2.0
3132026-08-05T04:12:30.521Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3142026-08-05T04:12:30.537Z Documenting itertools v0.15.0
3152026-08-05T04:12:30.805Z Documenting ref-cast v1.0.25
3162026-08-05T04:12:31.082Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3172026-08-05T04:12:31.303Z Documenting tabwriter v1.4.1
3182026-08-05T04:12:31.574Z Documenting dyn-clone v1.0.20
3192026-08-05T04:12:32.209Z Documenting uuid v1.23.5
3202026-08-05T04:12:32.496Z Checking uuid v1.23.5
3212026-08-05T04:12:32.748Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3222026-08-05T04:12:33.001Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3232026-08-05T04:12:33.650Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3242026-08-05T04:12:35.358Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3252026-08-05T04:12:37.732Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3262026-08-05T04:12:39.342Z Finished `dev` profile [optimized + debuginfo] target(s) in 25.16s
3272026-08-05T04:12:39.429Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3282026-08-05T04:12:39.455Z
3292026-08-05T04:12:39.458Zreal 25.261725725
3302026-08-05T04:12:39.458Zuser 1:22.074659999
3312026-08-05T04:12:39.458Zsys 17.400751664
3322026-08-05T04:12:39.458Ztrap 0.043102820
3332026-08-05T04:12:39.458Ztflt 0.028277043
3342026-08-05T04:12:39.458Zdflt 0.077447069
3352026-08-05T04:12:39.458Zkflt 0.005508640
3362026-08-05T04:12:39.458Zlock 8:06.043703574
3372026-08-05T04:12:39.458Zslp 5:00.819601250
3382026-08-05T04:12:39.458Zlat 7.413308479
3392026-08-05T04:12:39.458Zstop 12.902695354
3402026-08-05T04:12:39.458Z+ header 'analyze std + api + usdt'
3412026-08-05T04:12:39.458Z+ echo '# ==== analyze std + api + usdt ==== #'
3422026-08-05T04:12:39.458Z# ==== analyze std + api + usdt ==== #
3432026-08-05T04:12:39.458Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3442026-08-05T04:12:39.639Z Downloading crates ...
3452026-08-05T04:12:39.697Z Downloaded slab v0.4.12
3462026-08-05T04:12:39.703Z Downloaded futures-io v0.3.32
3472026-08-05T04:12:39.703Z Downloaded typeid v1.0.3
3482026-08-05T04:12:39.703Z Downloaded dtor-proc-macro v0.0.13
3492026-08-05T04:12:39.705Z Downloaded link-section v0.2.1
3502026-08-05T04:12:39.705Z Downloaded cookie-factory v0.3.3
3512026-08-05T04:12:39.705Z Downloaded rusticata-macros v5.0.0
3522026-08-05T04:12:39.709Z Downloaded futures-sink v0.3.32
3532026-08-05T04:12:39.711Z Downloaded circular v0.3.0
3542026-08-05T04:12:39.711Z Downloaded futures-task v0.3.32
3552026-08-05T04:12:39.714Z Downloaded ctor-proc-macro v0.0.13
3562026-08-05T04:12:39.717Z Downloaded futures-core v0.3.32
3572026-08-05T04:12:39.721Z Downloaded futures-macro v0.3.32
3582026-08-05T04:12:39.728Z Downloaded dtor v0.8.1
3592026-08-05T04:12:39.731Z Downloaded ctor v0.10.1
3602026-08-05T04:12:39.731Z Downloaded futures-channel v0.3.32
3612026-08-05T04:12:39.731Z Downloaded futures-executor v0.3.32
3622026-08-05T04:12:39.735Z Downloaded once_cell v1.21.4
3632026-08-05T04:12:39.735Z Downloaded pin-project-lite v0.2.17
3642026-08-05T04:12:39.745Z Downloaded anyhow v1.0.103
3652026-08-05T04:12:39.753Z Downloaded futures v0.3.32
3662026-08-05T04:12:39.772Z Downloaded ron v0.12.2
3672026-08-05T04:12:39.776Z Downloaded nom v8.0.0
3682026-08-05T04:12:39.779Z Downloaded futures-util v0.3.32
3692026-08-05T04:12:39.785Z Downloaded pcap-parser v0.17.0
3702026-08-05T04:12:39.835Z Compiling proc-macro2 v1.0.106
3712026-08-05T04:12:39.835Z Compiling quote v1.0.46
3722026-08-05T04:12:39.839Z Compiling unicode-ident v1.0.24
3732026-08-05T04:12:39.839Z Compiling memchr v2.8.3
3742026-08-05T04:12:39.839Z Compiling thiserror v2.0.18
3752026-08-05T04:12:39.839Z Compiling serde_core v1.0.228
3762026-08-05T04:12:39.839Z Compiling zerocopy v0.8.54
3772026-08-05T04:12:40.015Z Compiling zmij v1.0.22
3782026-08-05T04:12:40.206Z Compiling libc v0.2.186
3792026-08-05T04:12:40.211Z Compiling serde_json v1.0.150
3802026-08-05T04:12:40.243Z Compiling ucd-trie v0.1.7
3812026-08-05T04:12:40.299Z Compiling serde v1.0.228
3822026-08-05T04:12:40.420Z Compiling pest v2.8.7
3832026-08-05T04:12:40.547Z Compiling ident_case v1.0.1
3842026-08-05T04:12:40.603Z Compiling strsim v0.11.1
3852026-08-05T04:12:40.872Z Compiling aho-corasick v1.1.4
3862026-08-05T04:12:40.961Z Compiling regex-syntax v0.8.11
3872026-08-05T04:12:40.977Z Compiling itoa v1.0.18
3882026-08-05T04:12:41.056Z Compiling syn v2.0.118
3892026-08-05T04:12:41.092Z Checking byteorder v1.5.0
3902026-08-05T04:12:41.491Z Compiling pest_meta v2.8.7
3912026-08-05T04:12:41.635Z Compiling usdt-impl v0.6.0
3922026-08-05T04:12:41.717Z Compiling either v1.16.0
3932026-08-05T04:12:41.755Z Checking bitflags v2.13.0
3942026-08-05T04:12:41.921Z Compiling itertools v0.15.0
3952026-08-05T04:12:41.925Z Compiling thread-id v5.1.0
3962026-08-05T04:12:42.267Z Checking futures-core v0.3.32
3972026-08-05T04:12:42.292Z Compiling heapless v0.8.0
3982026-08-05T04:12:42.440Z Compiling regex-automata v0.4.15
3992026-08-05T04:12:42.499Z Checking plain v0.2.3
4002026-08-05T04:12:42.591Z Checking futures-sink v0.3.32
4012026-08-05T04:12:42.812Z Checking log v0.4.33
4022026-08-05T04:12:42.958Z Checking futures-channel v0.3.32
4032026-08-05T04:12:43.229Z Checking hash32 v0.3.1
4042026-08-05T04:12:43.232Z Checking pin-project-lite v0.2.17
4052026-08-05T04:12:43.288Z Compiling smoltcp v0.11.0
4062026-08-05T04:12:43.308Z Checking macaddr v1.0.1
4072026-08-05T04:12:43.311Z Checking cfg-if v1.0.4
4082026-08-05T04:12:43.334Z Checking stable_deref_trait v1.2.1
4092026-08-05T04:12:43.397Z Checking futures-task v0.3.32
4102026-08-05T04:12:43.440Z Checking futures-io v0.3.32
4112026-08-05T04:12:43.441Z Checking pretty-hex v0.4.2
4122026-08-05T04:12:43.525Z Compiling pest_generator v2.8.7
4132026-08-05T04:12:43.545Z Compiling darling_core v0.23.0
4142026-08-05T04:12:43.547Z Checking slab v0.4.12
4152026-08-05T04:12:43.762Z Compiling crc32fast v1.5.0
4162026-08-05T04:12:43.980Z Compiling version_check v0.9.5
4172026-08-05T04:12:43.984Z Checking managed v0.8.0
4182026-08-05T04:12:44.045Z Compiling ref-cast v1.0.25
4192026-08-05T04:12:44.129Z Compiling regex v1.13.0
4202026-08-05T04:12:44.157Z Checking bitflags v1.3.2
4212026-08-05T04:12:44.244Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4222026-08-05T04:12:44.413Z Checking memmap2 v0.9.11
4232026-08-05T04:12:44.490Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4242026-08-05T04:12:44.522Z Checking ipnetwork v0.21.1
4252026-08-05T04:12:44.691Z Checking unicode-width v0.2.2
4262026-08-05T04:12:44.728Z Compiling serde_derive v1.0.228
4272026-08-05T04:12:44.791Z Compiling thiserror-impl v2.0.18
4282026-08-05T04:12:44.936Z Compiling zerocopy-derive v0.8.54
4292026-08-05T04:12:44.972Z Compiling pest_derive v2.8.7
4302026-08-05T04:12:45.420Z Compiling scroll_derive v0.13.1
4312026-08-05T04:12:45.494Z Compiling futures-macro v0.3.32
4322026-08-05T04:12:45.494Z Compiling ref-cast-impl v1.0.25
4332026-08-05T04:12:45.611Z Checking tabwriter v1.4.1
4342026-08-05T04:12:45.645Z Compiling darling_macro v0.23.0
4352026-08-05T04:12:45.749Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4362026-08-05T04:12:46.074Z Checking cobs v0.3.0
4372026-08-05T04:12:46.178Z Compiling dtrace-parser v0.3.0
4382026-08-05T04:12:46.206Z Compiling darling v0.23.0
4392026-08-05T04:12:46.220Z Checking scroll v0.13.0
4402026-08-05T04:12:46.277Z Compiling ingot-macros v0.2.0
4412026-08-05T04:12:46.292Z Checking futures-util v0.3.32
4422026-08-05T04:12:46.488Z Checking goblin v0.10.7
4432026-08-05T04:12:46.508Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4442026-08-05T04:12:47.066Z Checking nom v8.0.0
4452026-08-05T04:12:47.237Z Checking dyn-clone v1.0.20
4462026-08-05T04:12:47.340Z Compiling anyhow v1.0.103
4472026-08-05T04:12:47.860Z Checking postcard v1.1.3
4482026-08-05T04:12:48.144Z Compiling serde_tokenstream v0.2.3
4492026-08-05T04:12:48.146Z Compiling typeid v1.0.3
4502026-08-05T04:12:48.266Z Checking futures-executor v0.3.32
4512026-08-05T04:12:48.412Z Checking futures v0.3.32
4522026-08-05T04:12:48.450Z Checking uuid v1.23.5
4532026-08-05T04:12:48.476Z Checking cookie-factory v0.3.3
4542026-08-05T04:12:48.616Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4552026-08-05T04:12:48.707Z Compiling dtor-proc-macro v0.0.13
4562026-08-05T04:12:48.725Z Checking circular v0.3.0
4572026-08-05T04:12:48.940Z Checking once_cell v1.21.4
4582026-08-05T04:12:48.958Z Checking link-section v0.2.1
4592026-08-05T04:12:48.980Z Compiling ctor-proc-macro v0.0.13
4602026-08-05T04:12:49.009Z Checking rusticata-macros v5.0.0
4612026-08-05T04:12:49.048Z Checking dtor v0.8.1
4622026-08-05T04:12:49.071Z Checking ron v0.12.2
4632026-08-05T04:12:49.089Z Checking dof v0.4.0
4642026-08-05T04:12:49.095Z Checking ingot-types v0.2.0
4652026-08-05T04:12:49.129Z Checking pcap-parser v0.17.0
4662026-08-05T04:12:49.295Z Checking ctor v0.10.1
4672026-08-05T04:12:49.409Z Checking ingot v0.2.0
4682026-08-05T04:12:50.041Z Compiling usdt-macro v0.6.0
4692026-08-05T04:12:50.041Z Compiling usdt-attr-macro v0.6.0
4702026-08-05T04:12:50.645Z Checking usdt v0.6.0
4712026-08-05T04:12:50.858Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4722026-08-05T04:12:55.403Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4732026-08-05T04:12:57.125Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4742026-08-05T04:12:59.555Z Finished `dev` profile [optimized + debuginfo] target(s) in 20.05s
4752026-08-05T04:12:59.589Z
4762026-08-05T04:12:59.592Zreal 20.127034127
4772026-08-05T04:12:59.592Zuser 1:11.646960208
4782026-08-05T04:12:59.592Zsys 14.744791857
4792026-08-05T04:12:59.592Ztrap 0.041048140
4802026-08-05T04:12:59.592Ztflt 0.130538057
4812026-08-05T04:12:59.592Zdflt 0.165934268
4822026-08-05T04:12:59.592Zkflt 0.000013990
4832026-08-05T04:12:59.592Zlock 4:43.133879538
4842026-08-05T04:12:59.592Zslp 3:47.062654835
4852026-08-05T04:12:59.592Zlat 4.136967346
4862026-08-05T04:12:59.592Zstop 9.343868226
4872026-08-05T04:12:59.592Z+ header 'analyze no_std + engine + kernel'
4882026-08-05T04:12:59.592Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4892026-08-05T04:12:59.592Z# ==== analyze no_std + engine + kernel ==== #
4902026-08-05T04:12:59.592Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
4912026-08-05T04:12:59.760Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4922026-08-05T04:12:59.760Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4932026-08-05T04:12:59.760Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4942026-08-05T04:12:59.765Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4952026-08-05T04:12:59.978Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4962026-08-05T04:13:03.102Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4972026-08-05T04:13:04.275Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.64s
4982026-08-05T04:13:04.301Z
4992026-08-05T04:13:04.312Zreal 4.704284282
5002026-08-05T04:13:04.313Zuser 4.841258716
5012026-08-05T04:13:04.313Zsys 0.933954881
5022026-08-05T04:13:04.313Ztrap 0.000584920
5032026-08-05T04:13:04.313Ztflt 0.019494563
5042026-08-05T04:13:04.313Zdflt 0.006270831
5052026-08-05T04:13:04.313Zkflt 0.000000000
5062026-08-05T04:13:04.313Zlock 15.298212665
5072026-08-05T04:13:04.313Zslp 18.093878405
5082026-08-05T04:13:04.313Zlat 0.006204100
5092026-08-05T04:13:04.313Zstop 0.195711845
5102026-08-05T04:13:04.313Z+ header test
5112026-08-05T04:13:04.314Z+ echo '# ==== test ==== #'
5122026-08-05T04:13:04.314Z+ ptime -m cargo test
5132026-08-05T04:13:04.314Z# ==== test ==== #
5142026-08-05T04:13:04.466Z Compiling memchr v2.8.3
5152026-08-05T04:13:04.466Z Compiling serde_core v1.0.228
5162026-08-05T04:13:04.482Z Compiling thiserror v2.0.18
5172026-08-05T04:13:04.486Z Compiling zerocopy v0.8.54
5182026-08-05T04:13:04.486Z Compiling unicode-ident v1.0.24
5192026-08-05T04:13:04.486Z Compiling byteorder v1.5.0
5202026-08-05T04:13:04.489Z Compiling libc v0.2.186
5212026-08-05T04:13:04.489Z Compiling zmij v1.0.22
5222026-08-05T04:13:04.570Z Compiling scroll v0.13.0
5232026-08-05T04:13:04.645Z Compiling proc-macro2 v1.0.106
5242026-08-05T04:13:04.739Z Compiling itoa v1.0.18
5252026-08-05T04:13:04.847Z Compiling futures-core v0.3.32
5262026-08-05T04:13:04.847Z Compiling futures-sink v0.3.32
5272026-08-05T04:13:04.884Z Compiling ucd-trie v0.1.7
5282026-08-05T04:13:04.953Z Compiling log v0.4.33
5292026-08-05T04:13:04.964Z Compiling plain v0.2.3
5302026-08-05T04:13:05.000Z Compiling quote v1.0.46
5312026-08-05T04:13:05.064Z Compiling goblin v0.10.7
5322026-08-05T04:13:05.169Z Compiling pest v2.8.7
5332026-08-05T04:13:05.578Z Compiling futures-channel v0.3.32
5342026-08-05T04:13:05.616Z Compiling hash32 v0.3.1
5352026-08-05T04:13:05.791Z Compiling cfg-if v1.0.4
5362026-08-05T04:13:05.821Z Compiling slab v0.4.12
5372026-08-05T04:13:05.856Z Compiling futures-task v0.3.32
5382026-08-05T04:13:05.979Z Compiling pretty-hex v0.4.2
5392026-08-05T04:13:06.044Z Compiling pin-project-lite v0.2.17
5402026-08-05T04:13:06.061Z Compiling stable_deref_trait v1.2.1
5412026-08-05T04:13:06.112Z Compiling futures-io v0.3.32
5422026-08-05T04:13:06.127Z Compiling macaddr v1.0.1
5432026-08-05T04:13:06.127Z Compiling heapless v0.8.0
5442026-08-05T04:13:06.300Z Compiling serde v1.0.228
5452026-08-05T04:13:06.397Z Compiling bitflags v2.13.0
5462026-08-05T04:13:06.512Z Compiling serde_json v1.0.150
5472026-08-05T04:13:06.593Z Compiling futures-util v0.3.32
5482026-08-05T04:13:06.815Z Compiling dtrace-parser v0.3.0
5492026-08-05T04:13:06.893Z Compiling syn v2.0.118
5502026-08-05T04:13:06.979Z Compiling thread-id v5.1.0
5512026-08-05T04:13:07.046Z Compiling cobs v0.3.0
5522026-08-05T04:13:07.349Z Compiling ingot-types v0.2.0
5532026-08-05T04:13:07.422Z Compiling managed v0.8.0
5542026-08-05T04:13:07.512Z Compiling bitflags v1.3.2
5552026-08-05T04:13:07.570Z Compiling smoltcp v0.11.0
5562026-08-05T04:13:07.627Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5572026-08-05T04:13:07.741Z Compiling ingot v0.2.0
5582026-08-05T04:13:07.820Z Compiling postcard v1.1.3
5592026-08-05T04:13:08.177Z Compiling dof v0.4.0
5602026-08-05T04:13:09.323Z Compiling usdt-impl v0.6.0
5612026-08-05T04:13:09.614Z Compiling futures-executor v0.3.32
5622026-08-05T04:13:09.908Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5632026-08-05T04:13:10.223Z Compiling memmap2 v0.9.11
5642026-08-05T04:13:10.373Z Compiling unicode-width v0.2.2
5652026-08-05T04:13:10.524Z Compiling ipnetwork v0.21.1
5662026-08-05T04:13:10.527Z Compiling either v1.16.0
5672026-08-05T04:13:10.684Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5682026-08-05T04:13:10.706Z Compiling itertools v0.15.0
5692026-08-05T04:13:11.022Z Compiling tabwriter v1.4.1
5702026-08-05T04:13:11.462Z Compiling ref-cast v1.0.25
5712026-08-05T04:13:11.567Z Compiling usdt v0.6.0
5722026-08-05T04:13:11.697Z Compiling futures v0.3.32
5732026-08-05T04:13:11.752Z Compiling crc32fast v1.5.0
5742026-08-05T04:13:11.771Z Compiling nom v8.0.0
5752026-08-05T04:13:12.007Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5762026-08-05T04:13:12.018Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5772026-08-05T04:13:12.192Z Compiling dyn-clone v1.0.20
5782026-08-05T04:13:12.360Z Compiling cookie-factory v0.3.3
5792026-08-05T04:13:12.574Z Compiling uuid v1.23.5
5802026-08-05T04:13:12.679Z Compiling circular v0.3.0
5812026-08-05T04:13:12.772Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5822026-08-05T04:13:12.929Z Compiling dtor v0.8.1
5832026-08-05T04:13:13.010Z Compiling anyhow v1.0.103
5842026-08-05T04:13:13.014Z Compiling typeid v1.0.3
5852026-08-05T04:13:13.121Z Compiling link-section v0.2.1
5862026-08-05T04:13:13.145Z Compiling once_cell v1.21.4
5872026-08-05T04:13:13.222Z Compiling ctor v0.10.1
5882026-08-05T04:13:13.263Z Compiling ron v0.12.2
5892026-08-05T04:13:14.100Z Compiling rusticata-macros v5.0.0
5902026-08-05T04:13:14.383Z Compiling pcap-parser v0.17.0
5912026-08-05T04:13:17.317Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5922026-08-05T04:13:19.733Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
5932026-08-05T04:14:08.047Z Finished `test` profile [optimized + debuginfo] target(s) in 1m 03s
5942026-08-05T04:14:08.062Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-a8390f6047b12707)
5952026-08-05T04:14:08.065Z
5962026-08-05T04:14:08.065Zrunning 15 tests
5972026-08-05T04:14:08.065Ztest api::tests::parse_good_proto_filter ... ok
5982026-08-05T04:14:08.065Ztest api::tests::ports_from_str_bad ... ok
5992026-08-05T04:14:08.065Ztest api::tests::parse_good_address ... ok
6002026-08-05T04:14:08.065Ztest api::tests::ports_from_str_good ... ok
6012026-08-05T04:14:08.065Ztest api::tests::parse_bad_address ... ok
6022026-08-05T04:14:08.065Ztest api::tests::parse_bad_proto_filter ... ok
6032026-08-05T04:14:08.065Ztest cfg::tests::test_required_nat_space ... ok
6042026-08-05T04:14:08.065Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6052026-08-05T04:14:08.065Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6062026-08-05T04:14:08.065Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6072026-08-05T04:14:08.065Ztest engine::geneve::test::parse_multi_opt ... ok
6082026-08-05T04:14:08.065Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6092026-08-05T04:14:08.066Ztest engine::geneve::test::parse_single_opt ... ok
6102026-08-05T04:14:08.066Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6112026-08-05T04:14:08.068Ztest engine::firewall::tests::port_predicate_simplification ... ok
6122026-08-05T04:14:08.068Z
6132026-08-05T04:14:08.068Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6142026-08-05T04:14:08.068Z
6152026-08-05T04:14:08.068Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-7995a7b8cc933763)
6162026-08-05T04:14:08.068Z
6172026-08-05T04:14:08.069Zrunning 4 tests
6182026-08-05T04:14:08.071Ztest firewall_external_inbound ... ok
6192026-08-05T04:14:08.071Ztest firewall_vni_outbound ... ok
6202026-08-05T04:14:08.071Ztest firewall_vni_inbound ... ok
6212026-08-05T04:14:08.071Ztest firewall_replace_rules ... ok
6222026-08-05T04:14:08.071Z
6232026-08-05T04:14:08.071Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6242026-08-05T04:14:08.071Z
6252026-08-05T04:14:08.071Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-722fbee518f7bf2a)
6262026-08-05T04:14:08.071Z
6272026-08-05T04:14:08.072Zrunning 2 tests
6282026-08-05T04:14:08.075Ztest parse_in_regression ... ok
6292026-08-05T04:14:08.075Ztest parse_out_regression ... ok
6302026-08-05T04:14:08.075Z
6312026-08-05T04:14:08.075Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6322026-08-05T04:14:08.075Z
6332026-08-05T04:14:08.075Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-b941732d989f67f1)
6342026-08-05T04:14:08.075Z
6352026-08-05T04:14:08.075Zrunning 50 tests
6362026-08-05T04:14:08.079Ztest bad_ip_len ... ok
6372026-08-05T04:14:08.079Ztest check_layers ... ok
6382026-08-05T04:14:08.079Ztest add_remove_fw_rule ... ok
6392026-08-05T04:14:08.079Ztest arp_gateway ... ok
6402026-08-05T04:14:08.079Ztest external_attached_subnets_cannot_reach_internal ... ok
6412026-08-05T04:14:08.079Ztest anti_spoof ... ok
6422026-08-05T04:14:08.079Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6432026-08-05T04:14:08.079Ztest external_attached_subnets_dont_apply_nat ... ok
6442026-08-05T04:14:08.079Ztest flow_expiration ... ok
6452026-08-05T04:14:08.079Ztest early_tcp_invalidation ... ok
6462026-08-05T04:14:08.079Ztest gateway_icmp4_ping ... ok
6472026-08-05T04:14:08.079Ztest gateway_icmpv6_ping ... ok
6482026-08-05T04:14:08.079Ztest external_ip_reconfigurable ... ok
6492026-08-05T04:14:08.079Ztest external_ip_epoch_affinity_preserved ... ok
6502026-08-05T04:14:08.079Ztest gateway_router_advert_reply ... ok
6512026-08-05T04:14:08.079Ztest guest_to_internet_ipv4 ... ok
6522026-08-05T04:14:08.079Ztest guest_to_internet_ipv6 ... ok
6532026-08-05T04:14:08.079Ztest guest_to_guest_no_route ... ok
6542026-08-05T04:14:08.079Ztest icmp_inner_has_nat_applied ... ok
6552026-08-05T04:14:08.079Ztest guest_to_guest_diff_vpc_no_peer ... ok
6562026-08-05T04:14:08.079Ztest guest_to_guest ... ok
6572026-08-05T04:14:08.079Ztest inbound_ndp_dropped_at_gateway ... ok
6582026-08-05T04:14:08.079Ztest icmpv6_inner_has_nat_applied ... ok
6592026-08-05T04:14:08.079Ztest external_ip_receive_and_reply_on_all ... ok
6602026-08-05T04:14:08.079Ztest outbound_ndp_dropped ... ok
6612026-08-05T04:14:08.079Ztest no_panic_on_flow_table_full ... ok
6622026-08-05T04:14:08.079Ztest intra_subnet_routes_with_custom ... ok
6632026-08-05T04:14:08.079Ztest packet_body_pullup ... ok
6642026-08-05T04:14:08.079Ztest offload_info_preserved ... ok
6652026-08-05T04:14:08.079Ztest internal_attached_subnets ... ok
6662026-08-05T04:14:08.079Ztest external_ip_balanced_over_floating_ips ... ok
6672026-08-05T04:14:08.079Ztest port_transition_reset ... ok
6682026-08-05T04:14:08.079Ztest port_transition_running ... ok
6692026-08-05T04:14:08.079Ztest packet_too_big_generation ... ok
6702026-08-05T04:14:08.080Ztest select_eip_conditioned_on_igw ... ok
6712026-08-05T04:14:08.080Ztest port_as_router_target ... ok
6722026-08-05T04:14:08.080Ztest port_transition_pause ... ok
6732026-08-05T04:14:08.080Ztest test_drop_on_unknown_critical_option ... ok
6742026-08-05T04:14:08.080Ztest tcp_invalidation_does_not_block_connection ... ok
6752026-08-05T04:14:08.080Ztest snat_icmp6_echo_rewrite ... ok
6762026-08-05T04:14:08.080Ztest snat_icmp4_echo_rewrite ... ok
6772026-08-05T04:14:08.080Ztest test_ipv6_multicast_encapsulation ... ok
6782026-08-05T04:14:08.080Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6792026-08-05T04:14:08.080Ztest tcp_outbound ... ok
6802026-08-05T04:14:08.080Ztest test_gateway_neighbor_advert_reply ... ok
6812026-08-05T04:14:08.080Ztest tcp_inbound ... ok
6822026-08-05T04:14:08.080Ztest test_tcp_multicast_denied ... ok
6832026-08-05T04:14:08.080Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
6842026-08-05T04:14:08.080Ztest uft_lft_invalidation_out ... ok
6852026-08-05T04:14:08.080Ztest uft_lft_invalidation_in ... ok
6862026-08-05T04:14:08.080Z
6872026-08-05T04:14:08.080Ztest result: ok. 50 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6882026-08-05T04:14:08.080Z
6892026-08-05T04:14:08.080Z Doc-tests oxide_vpc
6902026-08-05T04:14:08.381Z
6912026-08-05T04:14:08.381Zrunning 0 tests
6922026-08-05T04:14:08.381Z
6932026-08-05T04:14:08.384Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6942026-08-05T04:14:08.384Z
6952026-08-05T04:14:08.413Z
6962026-08-05T04:14:08.416Zreal 1:04.103750622
6972026-08-05T04:14:08.416Zuser 3:29.515100672
6982026-08-05T04:14:08.416Zsys 12.272263715
6992026-08-05T04:14:08.416Ztrap 0.093406382
7002026-08-05T04:14:08.416Ztflt 0.191047047
7012026-08-05T04:14:08.416Zdflt 0.613481001
7022026-08-05T04:14:08.416Zkflt 0.000018240
7032026-08-05T04:14:08.416Zlock 15:28.649887746
7042026-08-05T04:14:08.416Zslp 6:59.619102190
7052026-08-05T04:14:08.416Zlat 7.556446281
7062026-08-05T04:14:08.416Zstop 5.877044030
7072026-08-05T04:14:08.416Zprocess exited: duration 129212 ms, exit code 0
 
7082026-08-05T04:14:08.422Zfound 0 output files