01KR4H9BNPGM6M1SNENR9ZHVKC: oxide-vpc

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

Buildomat Job: 01KR4H9X48XBY6DDNRXHRNZG83

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-08T19:34:50.734Zjob assigned to worker 01KR4HA7AQTVEB327JJCWS1S16 [factory aws, i-03a27aa332b8891c7] (queued for 1 m 1 s)
 
22026-05-08T19:34:57.830Zstarting task 0: "setup"
32026-05-08T19:34:57.833Z++ uname -s
42026-05-08T19:34:57.836Z+ kern=SunOS
52026-05-08T19:34:57.836Z+ build_user=build
62026-05-08T19:34:57.836Z+ build_uid=12345
72026-05-08T19:34:57.836Z+ work_dir=/work
82026-05-08T19:34:57.836Z+ input_dir=/input
92026-05-08T19:34:57.836Z+ [[ 0 == 12345 ]]
102026-05-08T19:34:57.836Z+ case "$kern" in
112026-05-08T19:34:57.836Z+ groupadd -g 12345 build
122026-05-08T19:34:57.836Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-08T19:34:59.846Z+ zfs create -o mountpoint=/work rpool/work
142026-05-08T19:35:00.018Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-08T19:35:00.021Z+ home_fs=zfs
162026-05-08T19:35:00.021Z+ [[ zfs == autofs ]]
172026-05-08T19:35:00.021Z+ mkdir -p /home/build
182026-05-08T19:35:00.021Z+ chown build:build /home/build /work
192026-05-08T19:35:02.022Z+ chmod 0700 /home/build /work
202026-05-08T19:35:02.025Zprocess exited: duration 4198 ms, exit code 0
 
212026-05-08T19:35:02.032Zstarting task 1: "rust-toolchain"
222026-05-08T19:35:02.036Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-05-08T19:35:02.036Z * rust toolchain channel = "1.90.0"
242026-05-08T19:35:02.036Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-08T19:35:02.036Z * rust toolchain profile = "default"
262026-05-08T19:35:02.039Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-08T19:35:02.039Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-08T19:35:02.039Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-08T19:35:02.039Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-05-08T19:35:02.160Zinfo: downloading installer
312026-05-08T19:35:03.787Zwarn: It looks like you have an existing installation of Rust at:
322026-05-08T19:35:03.787Zwarn: /opt/ooce/bin
332026-05-08T19:35:03.787Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-08T19:35:03.787Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-08T19:35:03.787Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-08T19:35:03.787Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-08T19:35:03.787Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-08T19:35:03.787Zerror: cannot install while Rust is installed
392026-05-08T19:35:03.787Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-08T19:35:03.787Zwarn: It looks like you have an existing rustup settings file at:
412026-05-08T19:35:03.787Zwarn: /home/build/.rustup/settings.toml
422026-05-08T19:35:03.787Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-08T19:35:03.787Zwarn: instead of the one inferred from the default host triple.
442026-05-08T19:35:03.814Zinfo: profile set to default
452026-05-08T19:35:03.814Zinfo: default host triple is x86_64-unknown-illumos
462026-05-08T19:35:03.823Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-05-08T19:35:03.965Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-05-08T19:35:03.970Zinfo: downloading 6 components
492026-05-08T19:35:19.784Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-05-08T19:35:19.784Z
512026-05-08T19:35:19.814Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-05-08T19:35:19.814Z
532026-05-08T19:35:19.814Z
542026-05-08T19:35:19.814ZRust is installed now. Great!
552026-05-08T19:35:19.814Z
562026-05-08T19:35:19.814ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-08T19:35:19.814Zenvironment variable. This has not been done automatically.
582026-05-08T19:35:19.814Z
592026-05-08T19:35:19.814ZTo configure your current shell, you need to source
602026-05-08T19:35:19.814Zthe corresponding env file under $HOME/.cargo.
612026-05-08T19:35:19.814Z
622026-05-08T19:35:19.817ZThis is usually done by running one of the following (note the leading DOT):
632026-05-08T19:35:19.817Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-08T19:35:19.817Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-08T19:35:19.817Zsource "~/.cargo/env.nu" # For nushell
662026-05-08T19:35:19.817Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-08T19:35:19.817Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-08T19:35:19.817Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-08T19:35:19.817Zwarn: no default linker (`cc`) was found in your PATH
702026-05-08T19:35:19.817Zwarn: many Rust crates require a system C toolchain to build
712026-05-08T19:35:19.901Z+ rustup --version
722026-05-08T19:35:19.911Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-08T19:35:19.914Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-08T19:35:19.932Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-05-08T19:35:19.935Z+ cargo --version
762026-05-08T19:35:19.947Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-05-08T19:35:19.950Z+ rustc --version
782026-05-08T19:35:19.970Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-05-08T19:35:19.974Zprocess exited: duration 17938 ms, exit code 0
 
802026-05-08T19:35:19.980Zstarting task 2: "authentication"
812026-05-08T19:35:19.996Zprocess exited: duration 16 ms, exit code 0
 
822026-05-08T19:35:20.003Zstarting task 3: "clone repository"
832026-05-08T19:35:20.006Z+ mkdir -p /work/oxidecomputer/opte
842026-05-08T19:35:20.009Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-05-08T19:35:20.039ZCloning into '/work/oxidecomputer/opte'...
862026-05-08T19:35:20.858Z+ cd /work/oxidecomputer/opte
872026-05-08T19:35:20.858Z+ git fetch origin 324103bbf6842212b833e8f517c56c7650bbf616
882026-05-08T19:35:21.123ZFrom https://github.com/oxidecomputer/opte
892026-05-08T19:35:21.123Z * branch 324103bbf6842212b833e8f517c56c7650bbf616 -> FETCH_HEAD
902026-05-08T19:35:21.128Z+ [[ -n ry/faster-syn-expiry ]]
912026-05-08T19:35:21.130Z++ git branch --show-current
922026-05-08T19:35:21.130Z+ current=master
932026-05-08T19:35:21.131Z+ [[ master != ry/faster-syn-expiry ]]
942026-05-08T19:35:21.131Z+ git branch -f ry/faster-syn-expiry 324103bbf6842212b833e8f517c56c7650bbf616
952026-05-08T19:35:21.135Z+ git checkout -f ry/faster-syn-expiry
962026-05-08T19:35:21.152ZSwitched to branch 'ry/faster-syn-expiry'
972026-05-08T19:35:21.161Z+ git reset --hard 324103bbf6842212b833e8f517c56c7650bbf616
982026-05-08T19:35:21.166ZHEAD is now at 324103b firewall table headroom to 512k
992026-05-08T19:35:21.169Zprocess exited: duration 1163 ms, exit code 0
 
1002026-05-08T19:35:21.178Zstarting task 4: "build"
1012026-05-08T19:35:21.183Z+ source .github/buildomat/common.sh
1022026-05-08T19:35:21.183Z++ rustup show active-toolchain
1032026-05-08T19:35:21.187Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-05-08T19:35:21.187Z++ pushd xde
1052026-05-08T19:35:21.187Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-05-08T19:35:21.187Z++ rustup show active-toolchain
1072026-05-08T19:35:21.191Zinfo: syncing channel updates for nightly-2025-09-19-x86_64-unknown-illumos
1082026-05-08T19:35:21.377Zinfo: latest update on 2025-09-19 for version 1.92.0-nightly (7c275d09e 2025-09-18)
1092026-05-08T19:35:21.380Zinfo: downloading 6 components
1102026-05-08T19:35:36.368Znightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-05-08T19:35:36.448Z+++ rustup show active-toolchain -v
1122026-05-08T19:35:36.451Z+++ head -n 1
1132026-05-08T19:35:36.451Z+++ cut '-d ' -f1
1142026-05-08T19:35:36.509Z++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1152026-05-08T19:35:36.509Z++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1162026-05-08T19:35:36.509Z++ popd
1172026-05-08T19:35:36.515Z/work/oxidecomputer/opte
1182026-05-08T19:35:36.515Z+ cargo --version
1192026-05-08T19:35:36.518Zcargo 1.90.0 (840b83a10 2025-07-30)
1202026-05-08T19:35:36.518Z+ rustc --version
1212026-05-08T19:35:36.540Zrustc 1.90.0 (1159e78c4 2025-09-14)
1222026-05-08T19:35:36.543Z+ cd lib/oxide-vpc
1232026-05-08T19:35:36.543Z+ header 'check style'
1242026-05-08T19:35:36.543Z+ echo '# ==== check style ==== #'
1252026-05-08T19:35:36.543Z# ==== check style ==== #
1262026-05-08T19:35:36.543Z+ ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos fmt -- --check
1272026-05-08T19:35:36.671Z
1282026-05-08T19:35:36.671Zreal 0.125761698
1292026-05-08T19:35:36.672Zuser 0.089197089
1302026-05-08T19:35:36.672Zsys 0.033594353
1312026-05-08T19:35:36.672Ztrap 0.000003528
1322026-05-08T19:35:36.672Ztflt 0.000033092
1332026-05-08T19:35:36.672Zdflt 0.000017615
1342026-05-08T19:35:36.672Zkflt 0.000000000
1352026-05-08T19:35:36.672Zlock 0.047835535
1362026-05-08T19:35:36.672Zslp 0.108101732
1372026-05-08T19:35:36.672Zlat 0.001103859
1382026-05-08T19:35:36.672Zstop 0.000107934
1392026-05-08T19:35:36.675Z+ header 'check docs'
1402026-05-08T19:35:36.675Z+ echo '# ==== check docs ==== #'
1412026-05-08T19:35:36.675Z# ==== check docs ==== #
1422026-05-08T19:35:36.675Z+ RUSTDOCFLAGS='-D warnings'
1432026-05-08T19:35:36.675Z+ ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1442026-05-08T19:35:36.740Z Updating crates.io index
1452026-05-08T19:35:36.742Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-05-08T19:35:37.409Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-05-08T19:35:38.190Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-05-08T19:35:38.510Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-05-08T19:35:38.788Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-05-08T19:35:39.256Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-05-08T19:35:39.528Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-05-08T19:35:41.772Z Downloading crates ...
1532026-05-08T19:35:41.829Z Downloaded dyn-clone v1.0.20
1542026-05-08T19:35:41.834Z Downloaded version_check v0.9.5
1552026-05-08T19:35:41.846Z Downloaded aho-corasick v1.1.4
1562026-05-08T19:35:41.855Z Downloaded log v0.4.29
1572026-05-08T19:35:41.862Z Downloaded goblin v0.10.4
1582026-05-08T19:35:41.867Z Downloaded macaddr v1.0.1
1592026-05-08T19:35:41.870Z Downloaded embedded-io v0.4.0
1602026-05-08T19:35:41.870Z Downloaded itoa v1.0.17
1612026-05-08T19:35:41.870Z Downloaded proc-macro-error-attr2 v2.0.0
1622026-05-08T19:35:41.874Z Downloaded dof v0.4.0
1632026-05-08T19:35:41.875Z Downloaded either v1.15.0
1642026-05-08T19:35:41.879Z Downloaded embedded-io v0.6.1
1652026-05-08T19:35:41.879Z Downloaded ucd-trie v0.1.7
1662026-05-08T19:35:41.880Z Downloaded proc-macro-error2 v2.0.1
1672026-05-08T19:35:41.883Z Downloaded quote v1.0.44
1682026-05-08T19:35:41.889Z Downloaded postcard v1.1.3
1692026-05-08T19:35:41.894Z Downloaded tabwriter v1.4.1
1702026-05-08T19:35:41.897Z Downloaded fnv v1.0.7
1712026-05-08T19:35:41.904Z Downloaded cobs v0.3.0
1722026-05-08T19:35:41.910Z Downloaded strsim v0.11.1
1732026-05-08T19:35:41.914Z Downloaded ident_case v1.0.1
1742026-05-08T19:35:41.914Z Downloaded stable_deref_trait v1.2.1
1752026-05-08T19:35:41.921Z Downloaded scroll_derive v0.13.1
1762026-05-08T19:35:41.923Z Downloaded defmt-parser v1.0.0
1772026-05-08T19:35:41.929Z Downloaded hash32 v0.3.1
1782026-05-08T19:35:41.932Z Downloaded generic-array v0.14.7
1792026-05-08T19:35:41.932Z Downloaded ref-cast-impl v1.0.25
1802026-05-08T19:35:41.935Z Downloaded usdt-macro v0.6.0
1812026-05-08T19:35:41.935Z Downloaded thread-id v5.1.0
1822026-05-08T19:35:41.943Z Downloaded dtrace-parser v0.3.0
1832026-05-08T19:35:41.946Z Downloaded block-buffer v0.10.4
1842026-05-08T19:35:41.946Z Downloaded crypto-common v0.1.7
1852026-05-08T19:35:41.950Z Downloaded ref-cast v1.0.25
1862026-05-08T19:35:41.953Z Downloaded usdt-attr-macro v0.6.0
1872026-05-08T19:35:41.953Z Downloaded pretty-hex v0.4.1
1882026-05-08T19:35:41.953Z Downloaded managed v0.8.0
1892026-05-08T19:35:41.956Z Downloaded darling_macro v0.21.3
1902026-05-08T19:35:41.956Z Downloaded usdt v0.6.0
1912026-05-08T19:35:41.956Z Downloaded plain v0.2.3
1922026-05-08T19:35:41.961Z Downloaded scroll v0.13.0
1932026-05-08T19:35:41.971Z Downloaded cfg-if v1.0.4
1942026-05-08T19:35:41.978Z Downloaded usdt-impl v0.6.0
1952026-05-08T19:35:41.982Z Downloaded thiserror-impl v2.0.18
1962026-05-08T19:35:41.985Z Downloaded pest_generator v2.8.5
1972026-05-08T19:35:41.985Z Downloaded ingot-types v0.1.2
1982026-05-08T19:35:41.985Z Downloaded serde_tokenstream v0.2.2
1992026-05-08T19:35:41.987Z Downloaded byteorder v1.5.0
2002026-05-08T19:35:41.990Z Downloaded thiserror v2.0.18
2012026-05-08T19:35:41.995Z Downloaded cpufeatures v0.2.17
2022026-05-08T19:35:41.998Z Downloaded ingot v0.1.1
2032026-05-08T19:35:42.002Z Downloaded sha2 v0.10.9
2042026-05-08T19:35:42.002Z Downloaded defmt-macros v1.0.1
2052026-05-08T19:35:42.005Z Downloaded defmt v0.3.100
2062026-05-08T19:35:42.010Z Downloaded ingot-macros v0.1.1
2072026-05-08T19:35:42.013Z Downloaded pest_derive v2.8.5
2082026-05-08T19:35:42.013Z Downloaded digest v0.10.7
2092026-05-08T19:35:42.016Z Downloaded ipnetwork v0.21.1
2102026-05-08T19:35:42.019Z Downloaded bitflags v1.3.2
2112026-05-08T19:35:42.025Z Downloaded darling v0.21.3
2122026-05-08T19:35:42.028Z Downloaded unicode-ident v1.0.22
2132026-05-08T19:35:42.036Z Downloaded memmap2 v0.9.9
2142026-05-08T19:35:42.039Z Downloaded crc32fast v1.5.0
2152026-05-08T19:35:42.039Z Downloaded defmt v1.0.1
2162026-05-08T19:35:42.042Z Downloaded serde_derive v1.0.228
2172026-05-08T19:35:42.051Z Downloaded zmij v1.0.17
2182026-05-08T19:35:42.061Z Downloaded bitflags v2.10.0
2192026-05-08T19:35:42.067Z Downloaded uuid v1.20.0
2202026-05-08T19:35:42.069Z Downloaded serde_core v1.0.228
2212026-05-08T19:35:42.069Z Downloaded proc-macro2 v1.0.106
2222026-05-08T19:35:42.091Z Downloaded darling_core v0.21.3
2232026-05-08T19:35:42.094Z Downloaded memchr v2.7.6
2242026-05-08T19:35:42.100Z Downloaded pest_meta v2.8.5
2252026-05-08T19:35:42.104Z Downloaded serde v1.0.228
2262026-05-08T19:35:42.109Z Downloaded heapless v0.8.0
2272026-05-08T19:35:42.112Z Downloaded typenum v1.19.0
2282026-05-08T19:35:42.127Z Downloaded zerocopy-derive v0.8.34
2292026-05-08T19:35:42.156Z Downloaded pest v2.8.5
2302026-05-08T19:35:42.168Z Downloaded regex v1.12.2
2312026-05-08T19:35:42.172Z Downloaded serde_json v1.0.149
2322026-05-08T19:35:42.180Z Downloaded itertools v0.14.0
2332026-05-08T19:35:42.228Z Downloaded syn v2.0.114
2342026-05-08T19:35:42.241Z Downloaded zerocopy v0.8.34
2352026-05-08T19:35:42.252Z Downloaded unicode-width v0.2.2
2362026-05-08T19:35:42.259Z Downloaded smoltcp v0.11.0
2372026-05-08T19:35:42.271Z Downloaded regex-syntax v0.8.8
2382026-05-08T19:35:42.308Z Downloaded regex-automata v0.4.13
2392026-05-08T19:35:42.330Z Downloaded libc v0.2.180
2402026-05-08T19:35:42.385Z Compiling proc-macro2 v1.0.106
2412026-05-08T19:35:42.385Z Compiling quote v1.0.44
2422026-05-08T19:35:42.388Z Compiling unicode-ident v1.0.22
2432026-05-08T19:35:42.388Z Documenting unicode-ident v1.0.22
2442026-05-08T19:35:42.388Z Compiling serde_core v1.0.228
2452026-05-08T19:35:42.388Z Compiling fnv v1.0.7
2462026-05-08T19:35:42.388Z Compiling strsim v0.11.1
2472026-05-08T19:35:42.532Z Compiling ident_case v1.0.1
2482026-05-08T19:35:42.538Z Compiling memchr v2.7.6
2492026-05-08T19:35:42.638Z Compiling serde v1.0.228
2502026-05-08T19:35:42.762Z Compiling thiserror v2.0.18
2512026-05-08T19:35:42.814Z Compiling zerocopy v0.8.34
2522026-05-08T19:35:42.953Z Documenting proc-macro2 v1.0.106
2532026-05-08T19:35:42.963Z Compiling aho-corasick v1.1.4
2542026-05-08T19:35:43.093Z Compiling regex-syntax v0.8.8
2552026-05-08T19:35:43.328Z Checking byteorder v1.5.0
2562026-05-08T19:35:43.384Z Compiling syn v2.0.114
2572026-05-08T19:35:43.460Z Compiling either v1.15.0
2582026-05-08T19:35:43.494Z Documenting quote v1.0.44
2592026-05-08T19:35:43.649Z Compiling itertools v0.14.0
2602026-05-08T19:35:43.957Z Documenting syn v2.0.114
2612026-05-08T19:35:44.131Z Documenting fnv v1.0.7
2622026-05-08T19:35:44.383Z Documenting strsim v0.11.1
2632026-05-08T19:35:44.565Z Compiling regex-automata v0.4.13
2642026-05-08T19:35:44.830Z Documenting ident_case v1.0.1
2652026-05-08T19:35:44.848Z Compiling heapless v0.8.0
2662026-05-08T19:35:45.145Z Checking bitflags v2.10.0
2672026-05-08T19:35:45.255Z Checking hash32 v0.3.1
2682026-05-08T19:35:45.294Z Documenting serde_core v1.0.228
2692026-05-08T19:35:45.301Z Checking cfg-if v1.0.4
2702026-05-08T19:35:45.354Z Checking macaddr v1.0.1
2712026-05-08T19:35:45.361Z Checking stable_deref_trait v1.2.1
2722026-05-08T19:35:45.416Z Checking darling_core v0.21.3
2732026-05-08T19:35:45.423Z Documenting memchr v2.7.6
2742026-05-08T19:35:45.496Z Documenting regex-syntax v0.8.8
2752026-05-08T19:35:46.093Z Documenting darling_core v0.21.3
2762026-05-08T19:35:46.320Z Compiling regex v1.12.2
2772026-05-08T19:35:46.518Z Documenting aho-corasick v1.1.4
2782026-05-08T19:35:46.717Z Compiling smoltcp v0.11.0
2792026-05-08T19:35:47.054Z Compiling thiserror-impl v2.0.18
2802026-05-08T19:35:47.099Z Compiling zerocopy-derive v0.8.34
2812026-05-08T19:35:47.103Z Compiling serde_derive v1.0.228
2822026-05-08T19:35:47.129Z Checking managed v0.8.0
2832026-05-08T19:35:47.176Z Documenting darling_macro v0.21.3
2842026-05-08T19:35:47.294Z Checking bitflags v1.3.2
2852026-05-08T19:35:47.422Z Documenting regex-automata v0.4.13
2862026-05-08T19:35:47.635Z Documenting serde_derive v1.0.228
2872026-05-08T19:35:47.802Z Documenting zerocopy-derive v0.8.34
2882026-05-08T19:35:48.237Z Compiling darling_macro v0.21.3
2892026-05-08T19:35:48.361Z Documenting thiserror-impl v2.0.18
2902026-05-08T19:35:48.368Z Checking cobs v0.3.0
2912026-05-08T19:35:48.491Z Compiling ref-cast v1.0.25
2922026-05-08T19:35:48.566Z Documenting byteorder v1.5.0
2932026-05-08T19:35:48.781Z Compiling darling v0.21.3
2942026-05-08T19:35:48.805Z Documenting darling v0.21.3
2952026-05-08T19:35:48.851Z Compiling ingot-macros v0.1.1
2962026-05-08T19:35:48.883Z Documenting regex v1.12.2
2972026-05-08T19:35:48.914Z Compiling crc32fast v1.5.0
2982026-05-08T19:35:49.065Z Documenting hash32 v0.3.1
2992026-05-08T19:35:49.235Z Documenting thiserror v2.0.18
3002026-05-08T19:35:49.276Z Documenting zerocopy v0.8.34
3012026-05-08T19:35:49.640Z Compiling ref-cast-impl v1.0.25
3022026-05-08T19:35:49.879Z Documenting ingot-macros v0.1.1
3032026-05-08T19:35:49.965Z Documenting serde v1.0.228
3042026-05-08T19:35:50.177Z Checking postcard v1.1.3
3052026-05-08T19:35:50.237Z Documenting bitflags v2.10.0
3062026-05-08T19:35:50.255Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3072026-05-08T19:35:50.500Z Compiling version_check v0.9.5
3082026-05-08T19:35:50.596Z Checking unicode-width v0.2.2
3092026-05-08T19:35:50.733Z Documenting macaddr v1.0.1
3102026-05-08T19:35:50.777Z Checking ipnetwork v0.21.1
3112026-05-08T19:35:50.825Z Documenting stable_deref_trait v1.2.1
3122026-05-08T19:35:50.847Z Documenting cfg-if v1.0.4
3132026-05-08T19:35:50.957Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3142026-05-08T19:35:51.027Z Documenting cobs v0.3.0
3152026-05-08T19:35:51.192Z Documenting managed v0.8.0
3162026-05-08T19:35:51.368Z Checking tabwriter v1.4.1
3172026-05-08T19:35:51.392Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3182026-05-08T19:35:51.417Z Checking ingot-types v0.1.2
3192026-05-08T19:35:51.516Z Documenting heapless v0.8.0
3202026-05-08T19:35:51.734Z Checking ingot v0.1.1
3212026-05-08T19:35:51.889Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3222026-05-08T19:35:52.121Z Documenting postcard v1.1.3
3232026-05-08T19:35:52.200Z Documenting ingot-types v0.1.2
3242026-05-08T19:35:52.210Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3252026-05-08T19:35:52.327Z Documenting ref-cast-impl v1.0.25
3262026-05-08T19:35:52.587Z Checking dyn-clone v1.0.20
3272026-05-08T19:35:52.617Z Documenting ipnetwork v0.21.1
3282026-05-08T19:35:52.685Z Documenting unicode-width v0.2.2
3292026-05-08T19:35:52.814Z Documenting smoltcp v0.11.0
3302026-05-08T19:35:52.817Z Documenting either v1.15.0
3312026-05-08T19:35:53.040Z Documenting crc32fast v1.5.0
3322026-05-08T19:35:53.288Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3332026-05-08T19:35:53.320Z Documenting ingot v0.1.1
3342026-05-08T19:35:53.484Z Documenting ref-cast v1.0.25
3352026-05-08T19:35:53.711Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3362026-05-08T19:35:53.917Z Documenting itertools v0.14.0
3372026-05-08T19:35:54.123Z Documenting tabwriter v1.4.1
3382026-05-08T19:35:54.126Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3392026-05-08T19:35:54.334Z Documenting dyn-clone v1.0.20
3402026-05-08T19:35:54.879Z Documenting uuid v1.20.0
3412026-05-08T19:35:55.160Z Checking uuid v1.20.0
3422026-05-08T19:35:55.393Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3432026-05-08T19:35:55.599Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3442026-05-08T19:35:55.938Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3452026-05-08T19:35:57.747Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3462026-05-08T19:35:59.848Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3472026-05-08T19:36:01.266Z Finished `dev` profile [optimized + debuginfo] target(s) in 24.58s
3482026-05-08T19:36:01.408Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3492026-05-08T19:36:01.412Z
3502026-05-08T19:36:01.412Zreal 24.672626890
3512026-05-08T19:36:01.412Zuser 1:18.656112316
3522026-05-08T19:36:01.412Zsys 16.432916485
3532026-05-08T19:36:01.413Ztrap 0.041550096
3542026-05-08T19:36:01.413Ztflt 0.056242216
3552026-05-08T19:36:01.413Zdflt 0.106098760
3562026-05-08T19:36:01.413Zkflt 0.004745920
3572026-05-08T19:36:01.413Zlock 7:00.425466537
3582026-05-08T19:36:01.413Zslp 5:27.736865874
3592026-05-08T19:36:01.413Zlat 8.473924655
3602026-05-08T19:36:01.413Zstop 9.142994532
3612026-05-08T19:36:01.413Z+ header 'analyze std + api + usdt'
3622026-05-08T19:36:01.413Z+ echo '# ==== analyze std + api + usdt ==== #'
3632026-05-08T19:36:01.413Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3642026-05-08T19:36:01.413Z# ==== analyze std + api + usdt ==== #
3652026-05-08T19:36:01.553Z Downloading crates ...
3662026-05-08T19:36:01.616Z Downloaded pin-utils v0.1.0
3672026-05-08T19:36:01.619Z Downloaded circular v0.3.0
3682026-05-08T19:36:01.622Z Downloaded futures-core v0.3.31
3692026-05-08T19:36:01.626Z Downloaded futures v0.3.31
3702026-05-08T19:36:01.629Z Downloaded typeid v1.0.3
3712026-05-08T19:36:01.632Z Downloaded futures-sink v0.3.31
3722026-05-08T19:36:01.632Z Downloaded pin-project-lite v0.2.16
3732026-05-08T19:36:01.635Z Downloaded dtor v0.1.1
3742026-05-08T19:36:01.635Z Downloaded dtor-proc-macro v0.0.6
3752026-05-08T19:36:01.639Z Downloaded once_cell v1.21.3
3762026-05-08T19:36:01.643Z Downloaded ctor-proc-macro v0.0.7
3772026-05-08T19:36:01.643Z Downloaded rusticata-macros v5.0.0
3782026-05-08T19:36:01.643Z Downloaded futures-task v0.3.31
3792026-05-08T19:36:01.643Z Downloaded futures-io v0.3.31
3802026-05-08T19:36:01.646Z Downloaded ctor v0.6.3
3812026-05-08T19:36:01.649Z Downloaded futures-macro v0.3.31
3822026-05-08T19:36:01.649Z Downloaded futures-executor v0.3.31
3832026-05-08T19:36:01.649Z Downloaded anyhow v1.0.100
3842026-05-08T19:36:01.654Z Downloaded cookie-factory v0.3.3
3852026-05-08T19:36:01.657Z Downloaded slab v0.4.11
3862026-05-08T19:36:01.657Z Downloaded futures-channel v0.3.31
3872026-05-08T19:36:01.666Z Downloaded nom v8.0.0
3882026-05-08T19:36:01.674Z Downloaded pcap-parser v0.17.0
3892026-05-08T19:36:01.677Z Downloaded futures-util v0.3.31
3902026-05-08T19:36:01.684Z Downloaded ron v0.12.0
3912026-05-08T19:36:01.730Z Compiling proc-macro2 v1.0.106
3922026-05-08T19:36:01.730Z Compiling quote v1.0.44
3932026-05-08T19:36:01.730Z Compiling unicode-ident v1.0.22
3942026-05-08T19:36:01.730Z Compiling memchr v2.7.6
3952026-05-08T19:36:01.733Z Compiling thiserror v2.0.18
3962026-05-08T19:36:01.733Z Compiling serde_core v1.0.228
3972026-05-08T19:36:01.733Z Compiling zerocopy v0.8.34
3982026-05-08T19:36:01.906Z Compiling zmij v1.0.17
3992026-05-08T19:36:02.112Z Compiling libc v0.2.180
4002026-05-08T19:36:02.126Z Compiling ucd-trie v0.1.7
4012026-05-08T19:36:02.143Z Compiling serde_json v1.0.149
4022026-05-08T19:36:02.223Z Compiling serde v1.0.228
4032026-05-08T19:36:02.346Z Compiling pest v2.8.5
4042026-05-08T19:36:02.470Z Compiling ident_case v1.0.1
4052026-05-08T19:36:02.542Z Compiling fnv v1.0.7
4062026-05-08T19:36:02.572Z Compiling strsim v0.11.1
4072026-05-08T19:36:02.752Z Compiling aho-corasick v1.1.4
4082026-05-08T19:36:02.890Z Checking byteorder v1.5.0
4092026-05-08T19:36:02.893Z Compiling itoa v1.0.17
4102026-05-08T19:36:02.981Z Compiling syn v2.0.114
4112026-05-08T19:36:03.055Z Compiling regex-syntax v0.8.8
4122026-05-08T19:36:03.402Z Compiling pest_meta v2.8.5
4132026-05-08T19:36:03.547Z Compiling usdt-impl v0.6.0
4142026-05-08T19:36:03.564Z Compiling either v1.15.0
4152026-05-08T19:36:03.595Z Checking bitflags v2.10.0
4162026-05-08T19:36:03.751Z Compiling itertools v0.14.0
4172026-05-08T19:36:03.784Z Compiling thread-id v5.1.0
4182026-05-08T19:36:04.265Z Checking log v0.4.29
4192026-05-08T19:36:04.313Z Checking plain v0.2.3
4202026-05-08T19:36:04.356Z Compiling heapless v0.8.0
4212026-05-08T19:36:04.526Z Compiling regex-automata v0.4.13
4222026-05-08T19:36:04.542Z Checking futures-sink v0.3.31
4232026-05-08T19:36:04.631Z Checking futures-core v0.3.31
4242026-05-08T19:36:04.745Z Checking futures-channel v0.3.31
4252026-05-08T19:36:04.961Z Checking hash32 v0.3.1
4262026-05-08T19:36:05.072Z Checking pin-project-lite v0.2.16
4272026-05-08T19:36:05.078Z Checking pin-utils v0.1.0
4282026-05-08T19:36:05.096Z Checking cfg-if v1.0.4
4292026-05-08T19:36:05.102Z Checking futures-io v0.3.31
4302026-05-08T19:36:05.150Z Checking pretty-hex v0.4.1
4312026-05-08T19:36:05.153Z Checking macaddr v1.0.1
4322026-05-08T19:36:05.203Z Checking stable_deref_trait v1.2.1
4332026-05-08T19:36:05.257Z Checking futures-task v0.3.31
4342026-05-08T19:36:05.268Z Checking slab v0.4.11
4352026-05-08T19:36:05.288Z Compiling smoltcp v0.11.0
4362026-05-08T19:36:05.384Z Compiling pest_generator v2.8.5
4372026-05-08T19:36:05.408Z Compiling darling_core v0.21.3
4382026-05-08T19:36:05.656Z Compiling ref-cast v1.0.25
4392026-05-08T19:36:05.677Z Checking bitflags v1.3.2
4402026-05-08T19:36:05.739Z Checking managed v0.8.0
4412026-05-08T19:36:05.860Z Compiling version_check v0.9.5
4422026-05-08T19:36:05.918Z Compiling crc32fast v1.5.0
4432026-05-08T19:36:05.993Z Checking memmap2 v0.9.9
4442026-05-08T19:36:06.127Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4452026-05-08T19:36:06.144Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4462026-05-08T19:36:06.190Z Compiling regex v1.12.2
4472026-05-08T19:36:06.400Z Checking ipnetwork v0.21.1
4482026-05-08T19:36:06.569Z Checking unicode-width v0.2.2
4492026-05-08T19:36:06.604Z Compiling serde_derive v1.0.228
4502026-05-08T19:36:06.688Z Compiling thiserror-impl v2.0.18
4512026-05-08T19:36:06.808Z Compiling zerocopy-derive v0.8.34
4522026-05-08T19:36:07.123Z Compiling pest_derive v2.8.5
4532026-05-08T19:36:07.234Z Compiling scroll_derive v0.13.1
4542026-05-08T19:36:07.337Z Compiling futures-macro v0.3.31
4552026-05-08T19:36:07.426Z Compiling ref-cast-impl v1.0.25
4562026-05-08T19:36:07.512Z Compiling darling_macro v0.21.3
4572026-05-08T19:36:07.631Z Checking tabwriter v1.4.1
4582026-05-08T19:36:07.765Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4592026-05-08T19:36:08.036Z Checking dtrace-parser v0.3.0
4602026-05-08T19:36:08.052Z Compiling darling v0.21.3
4612026-05-08T19:36:08.057Z Checking scroll v0.13.0
4622026-05-08T19:36:08.153Z Compiling ingot-macros v0.1.1
4632026-05-08T19:36:08.264Z Checking futures-util v0.3.31
4642026-05-08T19:36:08.267Z Checking goblin v0.10.4
4652026-05-08T19:36:08.356Z Checking cobs v0.3.0
4662026-05-08T19:36:08.493Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4672026-05-08T19:36:08.856Z Checking nom v8.0.0
4682026-05-08T19:36:09.194Z Checking dyn-clone v1.0.20
4692026-05-08T19:36:09.665Z Checking postcard v1.1.3
4702026-05-08T19:36:09.757Z Compiling serde_tokenstream v0.2.2
4712026-05-08T19:36:09.928Z Compiling typeid v1.0.3
4722026-05-08T19:36:09.933Z Compiling anyhow v1.0.100
4732026-05-08T19:36:10.021Z Compiling dof v0.4.0
4742026-05-08T19:36:10.096Z Checking futures-executor v0.3.31
4752026-05-08T19:36:10.109Z Checking uuid v1.20.0
4762026-05-08T19:36:10.233Z Checking futures v0.3.31
4772026-05-08T19:36:10.239Z Checking circular v0.3.0
4782026-05-08T19:36:10.293Z Checking cookie-factory v0.3.3
4792026-05-08T19:36:10.339Z Compiling dtor-proc-macro v0.0.6
4802026-05-08T19:36:10.364Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4812026-05-08T19:36:10.581Z Compiling ctor-proc-macro v0.0.7
4822026-05-08T19:36:10.628Z Checking once_cell v1.21.3
4832026-05-08T19:36:10.673Z Checking dtor v0.1.1
4842026-05-08T19:36:10.677Z Checking rusticata-macros v5.0.0
4852026-05-08T19:36:10.747Z Checking ron v0.12.0
4862026-05-08T19:36:10.776Z Checking ingot-types v0.1.2
4872026-05-08T19:36:10.794Z Checking pcap-parser v0.17.0
4882026-05-08T19:36:10.883Z Checking ctor v0.6.3
4892026-05-08T19:36:10.923Z Compiling usdt-attr-macro v0.6.0
4902026-05-08T19:36:10.923Z Compiling usdt-macro v0.6.0
4912026-05-08T19:36:11.084Z Checking ingot v0.1.1
4922026-05-08T19:36:11.541Z Checking usdt v0.6.0
4932026-05-08T19:36:12.399Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4942026-05-08T19:36:16.689Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4952026-05-08T19:36:18.243Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4962026-05-08T19:36:20.493Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.07s
4972026-05-08T19:36:20.524Z
4982026-05-08T19:36:20.524Zreal 19.151556556
4992026-05-08T19:36:20.524Zuser 1:08.452142985
5002026-05-08T19:36:20.524Zsys 14.290931449
5012026-05-08T19:36:20.524Ztrap 0.037426231
5022026-05-08T19:36:20.524Ztflt 0.179198185
5032026-05-08T19:36:20.524Zdflt 0.082562938
5042026-05-08T19:36:20.524Zkflt 0.000020655
5052026-05-08T19:36:20.524Zlock 2:42.550571944
5062026-05-08T19:36:20.527Zslp 4:45.835906182
5072026-05-08T19:36:20.527Zlat 3.762176677
5082026-05-08T19:36:20.527Zstop 7.130926714
5092026-05-08T19:36:20.527Z+ header 'analyze no_std + engine + kernel'
5102026-05-08T19:36:20.527Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
5112026-05-08T19:36:20.528Z# ==== analyze no_std + engine + kernel ==== #
5122026-05-08T19:36:20.528Z+ ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5132026-05-08T19:36:20.702Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5142026-05-08T19:36:20.702Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5152026-05-08T19:36:20.702Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5162026-05-08T19:36:20.705Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5172026-05-08T19:36:20.967Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5182026-05-08T19:36:25.125Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5192026-05-08T19:36:26.600Z Finished `dev` profile [optimized + debuginfo] target(s) in 6.03s
5202026-05-08T19:36:26.627Z
5212026-05-08T19:36:26.631Zreal 6.094340165
5222026-05-08T19:36:26.631Zuser 6.362489197
5232026-05-08T19:36:26.632Zsys 0.960306769
5242026-05-08T19:36:26.632Ztrap 0.000815082
5252026-05-08T19:36:26.632Ztflt 0.010960800
5262026-05-08T19:36:26.632Zdflt 0.002024419
5272026-05-08T19:36:26.632Zkflt 0.000000000
5282026-05-08T19:36:26.632Zlock 22.738965785
5292026-05-08T19:36:26.632Zslp 22.191298787
5302026-05-08T19:36:26.632Zlat 0.020897983
5312026-05-08T19:36:26.632Zstop 0.241409230
5322026-05-08T19:36:26.632Z+ header test
5332026-05-08T19:36:26.632Z+ echo '# ==== test ==== #'
5342026-05-08T19:36:26.632Z# ==== test ==== #
5352026-05-08T19:36:26.632Z+ ptime -m cargo test
5362026-05-08T19:36:26.803Z Compiling memchr v2.7.6
5372026-05-08T19:36:26.803Z Compiling serde_core v1.0.228
5382026-05-08T19:36:26.805Z Compiling thiserror v2.0.18
5392026-05-08T19:36:26.806Z Compiling zerocopy v0.8.34
5402026-05-08T19:36:26.806Z Compiling byteorder v1.5.0
5412026-05-08T19:36:26.806Z Compiling unicode-ident v1.0.22
5422026-05-08T19:36:26.809Z Compiling zmij v1.0.17
5432026-05-08T19:36:26.809Z Compiling libc v0.2.180
5442026-05-08T19:36:26.882Z Compiling proc-macro2 v1.0.106
5452026-05-08T19:36:26.928Z Compiling scroll v0.13.0
5462026-05-08T19:36:27.029Z Compiling futures-core v0.3.31
5472026-05-08T19:36:27.173Z Compiling itoa v1.0.17
5482026-05-08T19:36:27.178Z Compiling ucd-trie v0.1.7
5492026-05-08T19:36:27.183Z Compiling futures-sink v0.3.31
5502026-05-08T19:36:27.202Z Compiling plain v0.2.3
5512026-05-08T19:36:27.277Z Compiling log v0.4.29
5522026-05-08T19:36:27.300Z Compiling pest v2.8.5
5532026-05-08T19:36:27.414Z Compiling goblin v0.10.4
5542026-05-08T19:36:27.491Z Compiling futures-channel v0.3.31
5552026-05-08T19:36:27.716Z Compiling quote v1.0.44
5562026-05-08T19:36:27.810Z Compiling hash32 v0.3.1
5572026-05-08T19:36:27.975Z Compiling stable_deref_trait v1.2.1
5582026-05-08T19:36:28.042Z Compiling pretty-hex v0.4.1
5592026-05-08T19:36:28.183Z Compiling futures-io v0.3.31
5602026-05-08T19:36:28.359Z Compiling futures-task v0.3.31
5612026-05-08T19:36:28.360Z Compiling pin-utils v0.1.0
5622026-05-08T19:36:28.392Z Compiling slab v0.4.11
5632026-05-08T19:36:28.421Z Compiling pin-project-lite v0.2.16
5642026-05-08T19:36:28.511Z Compiling cfg-if v1.0.4
5652026-05-08T19:36:28.539Z Compiling serde v1.0.228
5662026-05-08T19:36:28.564Z Compiling bitflags v2.10.0
5672026-05-08T19:36:28.572Z Compiling serde_json v1.0.149
5682026-05-08T19:36:28.763Z Compiling macaddr v1.0.1
5692026-05-08T19:36:28.879Z Compiling futures-util v0.3.31
5702026-05-08T19:36:28.957Z Compiling ingot-types v0.1.2
5712026-05-08T19:36:29.011Z Compiling dtrace-parser v0.3.0
5722026-05-08T19:36:29.026Z Compiling heapless v0.8.0
5732026-05-08T19:36:29.168Z Compiling syn v2.0.114
5742026-05-08T19:36:29.350Z Compiling thread-id v5.1.0
5752026-05-08T19:36:29.420Z Compiling cobs v0.3.0
5762026-05-08T19:36:29.446Z Compiling bitflags v1.3.2
5772026-05-08T19:36:29.512Z Compiling managed v0.8.0
5782026-05-08T19:36:29.530Z Compiling postcard v1.1.3
5792026-05-08T19:36:29.684Z Compiling smoltcp v0.11.0
5802026-05-08T19:36:29.725Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5812026-05-08T19:36:29.871Z Compiling ingot v0.1.1
5822026-05-08T19:36:29.947Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5832026-05-08T19:36:30.526Z Compiling dof v0.4.0
5842026-05-08T19:36:31.611Z Compiling usdt-impl v0.6.0
5852026-05-08T19:36:31.811Z Compiling futures-executor v0.3.31
5862026-05-08T19:36:32.006Z Compiling memmap2 v0.9.9
5872026-05-08T19:36:32.312Z Compiling either v1.15.0
5882026-05-08T19:36:32.447Z Compiling ipnetwork v0.21.1
5892026-05-08T19:36:32.487Z Compiling unicode-width v0.2.2
5902026-05-08T19:36:32.621Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5912026-05-08T19:36:32.795Z Compiling tabwriter v1.4.1
5922026-05-08T19:36:32.989Z Compiling itertools v0.14.0
5932026-05-08T19:36:33.233Z Compiling ref-cast v1.0.25
5942026-05-08T19:36:33.314Z Compiling usdt v0.6.0
5952026-05-08T19:36:33.915Z Compiling futures v0.3.31
5962026-05-08T19:36:33.948Z Compiling crc32fast v1.5.0
5972026-05-08T19:36:33.974Z Compiling nom v8.0.0
5982026-05-08T19:36:34.186Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5992026-05-08T19:36:34.222Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6002026-05-08T19:36:34.579Z Compiling dyn-clone v1.0.20
6012026-05-08T19:36:34.744Z Compiling cookie-factory v0.3.3
6022026-05-08T19:36:34.777Z Compiling uuid v1.20.0
6032026-05-08T19:36:35.019Z Compiling circular v0.3.0
6042026-05-08T19:36:35.099Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6052026-05-08T19:36:35.311Z Compiling dtor v0.1.1
6062026-05-08T19:36:35.312Z Compiling anyhow v1.0.100
6072026-05-08T19:36:35.339Z Compiling typeid v1.0.3
6082026-05-08T19:36:35.350Z Compiling once_cell v1.21.3
6092026-05-08T19:36:35.376Z Compiling ctor v0.6.3
6102026-05-08T19:36:35.502Z Compiling ron v0.12.0
6112026-05-08T19:36:36.145Z Compiling rusticata-macros v5.0.0
6122026-05-08T19:36:36.407Z Compiling pcap-parser v0.17.0
6132026-05-08T19:36:39.435Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6142026-05-08T19:36:41.887Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6152026-05-08T19:37:22.829Z Finished `test` profile [optimized + debuginfo] target(s) in 56.18s
6162026-05-08T19:37:22.845Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-aadc31343e7431db)
6172026-05-08T19:37:22.852Z
6182026-05-08T19:37:22.852Zrunning 15 tests
6192026-05-08T19:37:22.852Ztest api::tests::parse_bad_proto_filter ... ok
6202026-05-08T19:37:22.852Ztest api::tests::parse_bad_address ... ok
6212026-05-08T19:37:22.852Ztest api::tests::parse_good_address ... ok
6222026-05-08T19:37:22.852Ztest api::tests::parse_good_proto_filter ... ok
6232026-05-08T19:37:22.852Ztest api::tests::ports_from_str_bad ... ok
6242026-05-08T19:37:22.852Ztest api::tests::ports_from_str_good ... ok
6252026-05-08T19:37:22.853Ztest cfg::tests::test_required_nat_space ... ok
6262026-05-08T19:37:22.853Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6272026-05-08T19:37:22.853Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6282026-05-08T19:37:22.853Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6292026-05-08T19:37:22.853Ztest engine::geneve::test::parse_multi_opt ... ok
6302026-05-08T19:37:22.853Ztest engine::geneve::test::parse_single_opt ... ok
6312026-05-08T19:37:22.853Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6322026-05-08T19:37:22.853Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6332026-05-08T19:37:22.853Ztest engine::firewall::tests::port_predicate_simplification ... ok
6342026-05-08T19:37:22.853Z
6352026-05-08T19:37:22.853Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6362026-05-08T19:37:22.853Z
6372026-05-08T19:37:22.853Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-662c9190ee6908e5)
6382026-05-08T19:37:22.853Z
6392026-05-08T19:37:22.853Zrunning 4 tests
6402026-05-08T19:37:22.853Ztest firewall_external_inbound ... ok
6412026-05-08T19:37:22.853Ztest firewall_vni_outbound ... ok
6422026-05-08T19:37:22.853Ztest firewall_vni_inbound ... ok
6432026-05-08T19:37:22.853Ztest firewall_replace_rules ... ok
6442026-05-08T19:37:22.853Z
6452026-05-08T19:37:22.853Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6462026-05-08T19:37:22.854Z
6472026-05-08T19:37:22.857Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-c12f7053315bdd63)
6482026-05-08T19:37:22.857Z
6492026-05-08T19:37:22.858Zrunning 2 tests
6502026-05-08T19:37:22.858Ztest parse_in_regression ... ok
6512026-05-08T19:37:22.858Ztest parse_out_regression ... ok
6522026-05-08T19:37:22.858Z
6532026-05-08T19:37:22.858Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6542026-05-08T19:37:22.858Z
6552026-05-08T19:37:22.858Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-f3b46c817f5b2c3d)
6562026-05-08T19:37:22.858Z
6572026-05-08T19:37:22.858Zrunning 48 tests
6582026-05-08T19:37:22.858Ztest bad_ip_len ... ok
6592026-05-08T19:37:22.862Ztest check_layers ... ok
6602026-05-08T19:37:22.863Ztest add_remove_fw_rule ... ok
6612026-05-08T19:37:22.863Ztest arp_gateway ... ok
6622026-05-08T19:37:22.863Ztest anti_spoof ... ok
6632026-05-08T19:37:22.863Ztest external_attached_subnets_cannot_reach_internal ... ok
6642026-05-08T19:37:22.863Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6652026-05-08T19:37:22.863Ztest external_attached_subnets_dont_apply_nat ... ok
6662026-05-08T19:37:22.863Ztest flow_expiration ... ok
6672026-05-08T19:37:22.863Ztest gateway_icmp4_ping ... ok
6682026-05-08T19:37:22.863Ztest gateway_icmpv6_ping ... ok
6692026-05-08T19:37:22.863Ztest early_tcp_invalidation ... ok
6702026-05-08T19:37:22.863Ztest external_ip_reconfigurable ... ok
6712026-05-08T19:37:22.863Ztest external_ip_epoch_affinity_preserved ... ok
6722026-05-08T19:37:22.863Ztest gateway_router_advert_reply ... ok
6732026-05-08T19:37:22.863Ztest guest_to_guest_no_route ... ok
6742026-05-08T19:37:22.864Ztest guest_to_internet_ipv6 ... ok
6752026-05-08T19:37:22.864Ztest guest_to_guest_diff_vpc_no_peer ... ok
6762026-05-08T19:37:22.864Ztest guest_to_guest ... ok
6772026-05-08T19:37:22.864Ztest icmp_inner_has_nat_applied ... ok
6782026-05-08T19:37:22.864Ztest external_ip_receive_and_reply_on_all ... ok
6792026-05-08T19:37:22.865Ztest guest_to_internet_ipv4 ... ok
6802026-05-08T19:37:22.865Ztest inbound_ndp_dropped_at_gateway ... ok
6812026-05-08T19:37:22.865Ztest intra_subnet_routes_with_custom ... ok
6822026-05-08T19:37:22.865Ztest icmpv6_inner_has_nat_applied ... ok
6832026-05-08T19:37:22.865Ztest packet_body_pullup ... ok
6842026-05-08T19:37:22.865Ztest no_panic_on_flow_table_full ... ok
6852026-05-08T19:37:22.865Ztest outbound_ndp_dropped ... ok
6862026-05-08T19:37:22.865Ztest external_ip_balanced_over_floating_ips ... ok
6872026-05-08T19:37:22.865Ztest port_transition_running ... ok
6882026-05-08T19:37:22.865Ztest port_transition_reset ... ok
6892026-05-08T19:37:22.866Ztest internal_attached_subnets ... ok
6902026-05-08T19:37:22.866Ztest port_as_router_target ... ok
6912026-05-08T19:37:22.866Ztest test_drop_on_unknown_critical_option ... ok
6922026-05-08T19:37:22.866Ztest select_eip_conditioned_on_igw ... ok
6932026-05-08T19:37:22.866Ztest tcp_invalidation_does_not_block_connection ... ok
6942026-05-08T19:37:22.866Ztest port_transition_pause ... ok
6952026-05-08T19:37:22.866Ztest snat_icmp4_echo_rewrite ... ok
6962026-05-08T19:37:22.866Ztest snat_icmp6_echo_rewrite ... ok
6972026-05-08T19:37:22.866Ztest tcp_outbound ... ok
6982026-05-08T19:37:22.866Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6992026-05-08T19:37:22.866Ztest test_gateway_neighbor_advert_reply ... ok
7002026-05-08T19:37:22.866Ztest test_ipv6_multicast_encapsulation ... ok
7012026-05-08T19:37:22.866Ztest test_tcp_multicast_denied ... ok
7022026-05-08T19:37:22.867Ztest tcp_inbound ... ok
7032026-05-08T19:37:22.867Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
7042026-05-08T19:37:22.867Ztest uft_lft_invalidation_in ... ok
7052026-05-08T19:37:22.867Ztest uft_lft_invalidation_out ... ok
7062026-05-08T19:37:22.867Z
7072026-05-08T19:37:22.867Ztest result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7082026-05-08T19:37:22.867Z
7092026-05-08T19:37:22.867Z Doc-tests oxide_vpc
7102026-05-08T19:37:23.147Z
7112026-05-08T19:37:23.148Zrunning 0 tests
7122026-05-08T19:37:23.148Z
7132026-05-08T19:37:23.153Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7142026-05-08T19:37:23.154Z
7152026-05-08T19:37:23.213Z
7162026-05-08T19:37:23.223Zreal 56.531199871
7172026-05-08T19:37:23.223Zuser 3:21.257416111
7182026-05-08T19:37:23.223Zsys 11.415139379
7192026-05-08T19:37:23.223Ztrap 0.092548947
7202026-05-08T19:37:23.223Ztflt 0.181875257
7212026-05-08T19:37:23.223Zdflt 0.247325515
7222026-05-08T19:37:23.223Zkflt 0.000296005
7232026-05-08T19:37:23.223Zlock 10:49.232994817
7242026-05-08T19:37:23.223Zslp 9:27.922982190
7252026-05-08T19:37:23.223Zlat 8.926691956
7262026-05-08T19:37:23.223Zstop 5.683726076
7272026-05-08T19:37:23.223Zprocess exited: duration 121983 ms, exit code 0
 
7282026-05-08T19:37:23.234Zfound 0 output files