01KNPEFJYHHJ4J71PZM149FCCC: oxide-vpc

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

Buildomat Job: 01KNPEFZB5DW22JJ9D0RQ51DHM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-08T11:45:02.146Zjob assigned to worker 01KNPEG9FJDM3V9W4NF72PTQAR [factory aws, i-0d24bb573a7d40263] (queued for 1 m 5 s)
 
22026-04-08T11:45:08.456Zstarting task 0: "setup"
32026-04-08T11:45:08.459Z++ uname -s
42026-04-08T11:45:08.463Z+ kern=SunOS
52026-04-08T11:45:08.463Z+ build_user=build
62026-04-08T11:45:08.463Z+ build_uid=12345
72026-04-08T11:45:08.463Z+ work_dir=/work
82026-04-08T11:45:08.463Z+ input_dir=/input
92026-04-08T11:45:08.463Z+ [[ 0 == 12345 ]]
102026-04-08T11:45:08.463Z+ case "$kern" in
112026-04-08T11:45:08.463Z+ groupadd -g 12345 build
122026-04-08T11:45:08.466Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-08T11:45:10.470Z+ zfs create -o mountpoint=/work rpool/work
142026-04-08T11:45:10.568Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-08T11:45:10.571Z+ home_fs=zfs
162026-04-08T11:45:10.571Z+ [[ zfs == autofs ]]
172026-04-08T11:45:10.571Z+ mkdir -p /home/build
182026-04-08T11:45:10.571Z+ chown build:build /home/build /work
192026-04-08T11:45:12.572Z+ chmod 0700 /home/build /work
202026-04-08T11:45:12.576Zprocess exited: duration 4121 ms, exit code 0
 
212026-04-08T11:45:12.582Zstarting task 1: "rust-toolchain"
222026-04-08T11:45:12.586Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-04-08T11:45:12.586Z * rust toolchain channel = "1.94.1"
242026-04-08T11:45:12.586Z * rust toolchain profile = "default"
252026-04-08T11:45:12.586Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-08T11:45:12.586Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-08T11:45:12.586Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-08T11:45:12.589Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-08T11:45:12.589Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-04-08T11:45:12.684Zinfo: downloading installer
312026-04-08T11:45:14.068Zwarn: It looks like you have an existing installation of Rust at:
322026-04-08T11:45:14.068Zwarn: /opt/ooce/bin
332026-04-08T11:45:14.068Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-08T11:45:14.068Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-08T11:45:14.068Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-08T11:45:14.068Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-08T11:45:14.068Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-08T11:45:14.068Zerror: cannot install while Rust is installed
392026-04-08T11:45:14.068Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-08T11:45:14.068Zwarn: It looks like you have an existing rustup settings file at:
412026-04-08T11:45:14.069Zwarn: /home/build/.rustup/settings.toml
422026-04-08T11:45:14.069Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-08T11:45:14.069Zwarn: instead of the one inferred from the default host triple.
442026-04-08T11:45:14.082Zinfo: profile set to default
452026-04-08T11:45:14.082Zinfo: default host triple is x86_64-unknown-illumos
462026-04-08T11:45:14.085Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-04-08T11:45:14.224Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-08T11:45:14.227Zinfo: downloading 6 components
492026-04-08T11:45:28.730Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
502026-04-08T11:45:28.730Z
512026-04-08T11:45:28.758Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-08T11:45:28.758Z
532026-04-08T11:45:28.762Z
542026-04-08T11:45:28.762ZRust is installed now. Great!
552026-04-08T11:45:28.762Z
562026-04-08T11:45:28.762ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-08T11:45:28.762Zenvironment variable. This has not been done automatically.
582026-04-08T11:45:28.762Z
592026-04-08T11:45:28.762ZTo configure your current shell, you need to source
602026-04-08T11:45:28.762Zthe corresponding env file under $HOME/.cargo.
612026-04-08T11:45:28.762Z
622026-04-08T11:45:28.762ZThis is usually done by running one of the following (note the leading DOT):
632026-04-08T11:45:28.762Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-08T11:45:28.762Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-08T11:45:28.762Zsource "~/.cargo/env.nu" # For nushell
662026-04-08T11:45:28.762Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-08T11:45:28.762Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-08T11:45:28.762Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-08T11:45:28.762Zwarn: no default linker (`cc`) was found in your PATH
702026-04-08T11:45:28.762Zwarn: many Rust crates require a system C toolchain to build
712026-04-08T11:45:28.859Z+ rustup --version
722026-04-08T11:45:28.867Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-08T11:45:28.870Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-08T11:45:28.888Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-08T11:45:28.892Z+ cargo --version
762026-04-08T11:45:28.904Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-08T11:45:28.908Z+ rustc --version
782026-04-08T11:45:28.925Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-08T11:45:28.928Zprocess exited: duration 16344 ms, exit code 0
 
802026-04-08T11:45:28.935Zstarting task 2: "authentication"
812026-04-08T11:45:28.951Zprocess exited: duration 16 ms, exit code 0
 
822026-04-08T11:45:28.959Zstarting task 3: "clone repository"
832026-04-08T11:45:28.962Z+ mkdir -p /work/oxidecomputer/opte
842026-04-08T11:45:28.992Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-08T11:45:28.997ZCloning into '/work/oxidecomputer/opte'...
862026-04-08T11:45:29.777Z+ cd /work/oxidecomputer/opte
872026-04-08T11:45:29.777Z+ git fetch origin 07b25ab9bacb22f85ae34197b4a0cb310b233e01
882026-04-08T11:45:30.023ZFrom https://github.com/oxidecomputer/opte
892026-04-08T11:45:30.023Z * branch 07b25ab9bacb22f85ae34197b4a0cb310b233e01 -> FETCH_HEAD
902026-04-08T11:45:30.029Z+ [[ -n '' ]]
912026-04-08T11:45:30.029Z+ git reset --hard 07b25ab9bacb22f85ae34197b4a0cb310b233e01
922026-04-08T11:45:30.046ZHEAD is now at 07b25ab Better per-layer KStats for errors
932026-04-08T11:45:30.049Zprocess exited: duration 1087 ms, exit code 0
 
942026-04-08T11:45:30.055Zstarting task 4: "build"
952026-04-08T11:45:30.059Z+ source .github/buildomat/common.sh
962026-04-08T11:45:30.059Z++ rustup show active-toolchain
972026-04-08T11:45:30.064Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
982026-04-08T11:45:30.068Z++ pushd xde
992026-04-08T11:45:30.068Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1002026-04-08T11:45:30.068Z++ rustup show active-toolchain
1012026-04-08T11:45:30.071Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1022026-04-08T11:45:30.214Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1032026-04-08T11:45:30.217Zinfo: downloading 6 components
1042026-04-08T11:45:44.029Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1052026-04-08T11:45:44.114Z+++ rustup show active-toolchain -v
1062026-04-08T11:45:44.117Z+++ head -n 1
1072026-04-08T11:45:44.117Z+++ cut '-d ' -f1
1082026-04-08T11:45:44.167Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1092026-04-08T11:45:44.167Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1102026-04-08T11:45:44.167Z++ popd
1112026-04-08T11:45:44.170Z/work/oxidecomputer/opte
1122026-04-08T11:45:44.170Z+ cargo --version
1132026-04-08T11:45:44.177Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1142026-04-08T11:45:44.180Z+ rustc --version
1152026-04-08T11:45:44.200Zrustc 1.94.1 (e408947bf 2026-03-25)
1162026-04-08T11:45:44.204Z+ cd lib/oxide-vpc
1172026-04-08T11:45:44.204Z+ header 'check style'
1182026-04-08T11:45:44.204Z+ echo '# ==== check style ==== #'
1192026-04-08T11:45:44.204Z# ==== check style ==== #
1202026-04-08T11:45:44.204Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1212026-04-08T11:45:44.322Z
1222026-04-08T11:45:44.322Zreal 0.117614959
1232026-04-08T11:45:44.322Zuser 0.084503652
1242026-04-08T11:45:44.322Zsys 0.030043817
1252026-04-08T11:45:44.322Ztrap 0.000007698
1262026-04-08T11:45:44.322Ztflt 0.000007998
1272026-04-08T11:45:44.322Zdflt 0.000008317
1282026-04-08T11:45:44.322Zkflt 0.000000000
1292026-04-08T11:45:44.322Zlock 0.030657025
1302026-04-08T11:45:44.322Zslp 0.097889191
1312026-04-08T11:45:44.322Zlat 0.000559012
1322026-04-08T11:45:44.325Zstop 0.000084894
1332026-04-08T11:45:44.325Z+ header 'check docs'
1342026-04-08T11:45:44.325Z+ echo '# ==== check docs ==== #'
1352026-04-08T11:45:44.325Z# ==== check docs ==== #
1362026-04-08T11:45:44.325Z+ RUSTDOCFLAGS='-D warnings'
1372026-04-08T11:45:44.325Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1382026-04-08T11:45:44.389Z Updating crates.io index
1392026-04-08T11:45:44.423Z Updating git repository `https://github.com/oxidecomputer/falcon`
1402026-04-08T11:45:45.353Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1412026-04-08T11:45:45.707Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-04-08T11:45:46.070Z Updating git repository `https://github.com/oxidecomputer/zone`
1432026-04-08T11:45:46.520Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-04-08T11:45:46.778Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-04-08T11:45:47.078Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-04-08T11:45:49.029Z Downloading crates ...
1472026-04-08T11:45:49.071Z Downloaded darling_macro v0.21.3
1482026-04-08T11:45:49.074Z Downloaded defmt v0.3.100
1492026-04-08T11:45:49.074Z Downloaded embedded-io v0.6.1
1502026-04-08T11:45:49.088Z Downloaded darling v0.23.0
1512026-04-08T11:45:49.097Z Downloaded pretty-hex v0.4.2
1522026-04-08T11:45:49.097Z Downloaded cobs v0.3.0
1532026-04-08T11:45:49.097Z Downloaded usdt-macro v0.6.0
1542026-04-08T11:45:49.097Z Downloaded cfg-if v1.0.4
1552026-04-08T11:45:49.097Z Downloaded cpufeatures v0.2.17
1562026-04-08T11:45:49.100Z Downloaded ident_case v1.0.1
1572026-04-08T11:45:49.100Z Downloaded defmt-parser v1.0.0
1582026-04-08T11:45:49.100Z Downloaded darling_macro v0.23.0
1592026-04-08T11:45:49.100Z Downloaded dtrace-parser v0.3.0
1602026-04-08T11:45:49.103Z Downloaded block-buffer v0.10.4
1612026-04-08T11:45:49.103Z Downloaded dof v0.4.0
1622026-04-08T11:45:49.107Z Downloaded crypto-common v0.1.7
1632026-04-08T11:45:49.111Z Downloaded scroll_derive v0.13.1
1642026-04-08T11:45:49.111Z Downloaded macaddr v1.0.1
1652026-04-08T11:45:49.115Z Downloaded managed v0.8.0
1662026-04-08T11:45:49.123Z Downloaded thiserror-impl v2.0.18
1672026-04-08T11:45:49.128Z Downloaded defmt v1.0.1
1682026-04-08T11:45:49.136Z Downloaded plain v0.2.3
1692026-04-08T11:45:49.136Z Downloaded itoa v1.0.18
1702026-04-08T11:45:49.136Z Downloaded proc-macro-error-attr2 v2.0.0
1712026-04-08T11:45:49.137Z Downloaded hash32 v0.3.1
1722026-04-08T11:45:49.137Z Downloaded fnv v1.0.7
1732026-04-08T11:45:49.144Z Downloaded stable_deref_trait v1.2.1
1742026-04-08T11:45:49.144Z Downloaded generic-array v0.14.7
1752026-04-08T11:45:49.144Z Downloaded ref-cast-impl v1.0.25
1762026-04-08T11:45:49.144Z Downloaded ref-cast v1.0.25
1772026-04-08T11:45:49.144Z Downloaded version_check v0.9.5
1782026-04-08T11:45:49.144Z Downloaded thread-id v5.1.0
1792026-04-08T11:45:49.144Z Downloaded usdt v0.6.0
1802026-04-08T11:45:49.145Z Downloaded tabwriter v1.4.1
1812026-04-08T11:45:49.154Z Downloaded either v1.15.0
1822026-04-08T11:45:49.154Z Downloaded dyn-clone v1.0.20
1832026-04-08T11:45:49.164Z Downloaded byteorder v1.5.0
1842026-04-08T11:45:49.164Z Downloaded bitflags v1.3.2
1852026-04-08T11:45:49.174Z Downloaded strsim v0.11.1
1862026-04-08T11:45:49.181Z Downloaded defmt-macros v1.0.1
1872026-04-08T11:45:49.181Z Downloaded pest_derive v2.8.6
1882026-04-08T11:45:49.181Z Downloaded ipnetwork v0.21.1
1892026-04-08T11:45:49.181Z Downloaded digest v0.10.7
1902026-04-08T11:45:49.181Z Downloaded crc32fast v1.5.0
1912026-04-08T11:45:49.181Z Downloaded bitflags v2.11.0
1922026-04-08T11:45:49.186Z Downloaded usdt-attr-macro v0.6.0
1932026-04-08T11:45:49.189Z Downloaded embedded-io v0.4.0
1942026-04-08T11:45:49.189Z Downloaded scroll v0.13.0
1952026-04-08T11:45:49.195Z Downloaded thiserror v2.0.18
1962026-04-08T11:45:49.200Z Downloaded zmij v1.0.21
1972026-04-08T11:45:49.205Z Downloaded memmap2 v0.9.10
1982026-04-08T11:45:49.205Z Downloaded ingot-types v0.1.2
1992026-04-08T11:45:49.205Z Downloaded ingot v0.1.1
2002026-04-08T11:45:49.205Z Downloaded darling v0.21.3
2012026-04-08T11:45:49.208Z Downloaded usdt-impl v0.6.0
2022026-04-08T11:45:49.208Z Downloaded sha2 v0.10.9
2032026-04-08T11:45:49.208Z Downloaded serde_tokenstream v0.2.3
2042026-04-08T11:45:49.214Z Downloaded quote v1.0.45
2052026-04-08T11:45:49.221Z Downloaded postcard v1.1.3
2062026-04-08T11:45:49.225Z Downloaded ucd-trie v0.1.7
2072026-04-08T11:45:49.232Z Downloaded serde_derive v1.0.228
2082026-04-08T11:45:49.232Z Downloaded unicode-ident v1.0.24
2092026-04-08T11:45:49.243Z Downloaded ingot-macros v0.1.1
2102026-04-08T11:45:49.257Z Downloaded proc-macro-error2 v2.0.1
2112026-04-08T11:45:49.257Z Downloaded pest_generator v2.8.6
2122026-04-08T11:45:49.257Z Downloaded log v0.4.29
2132026-04-08T11:45:49.264Z Downloaded serde_core v1.0.228
2142026-04-08T11:45:49.264Z Downloaded darling_core v0.21.3
2152026-04-08T11:45:49.264Z Downloaded uuid v1.22.0
2162026-04-08T11:45:49.264Z Downloaded proc-macro2 v1.0.106
2172026-04-08T11:45:49.276Z Downloaded heapless v0.8.0
2182026-04-08T11:45:49.286Z Downloaded pest_meta v2.8.6
2192026-04-08T11:45:49.286Z Downloaded darling_core v0.23.0
2202026-04-08T11:45:49.286Z Downloaded typenum v1.19.0
2212026-04-08T11:45:49.286Z Downloaded serde v1.0.228
2222026-04-08T11:45:49.294Z Downloaded memchr v2.8.0
2232026-04-08T11:45:49.316Z Downloaded zerocopy-derive v0.8.47
2242026-04-08T11:45:49.348Z Downloaded serde_json v1.0.149
2252026-04-08T11:45:49.356Z Downloaded regex v1.12.3
2262026-04-08T11:45:49.356Z Downloaded aho-corasick v1.1.4
2272026-04-08T11:45:49.363Z Downloaded pest v2.8.6
2282026-04-08T11:45:49.363Z Downloaded itertools v0.14.0
2292026-04-08T11:45:49.417Z Downloaded goblin v0.10.5
2302026-04-08T11:45:49.431Z Downloaded zerocopy v0.8.47
2312026-04-08T11:45:49.438Z Downloaded unicode-width v0.2.2
2322026-04-08T11:45:49.441Z Downloaded syn v2.0.117
2332026-04-08T11:45:49.446Z Downloaded smoltcp v0.11.0
2342026-04-08T11:45:49.454Z Downloaded regex-syntax v0.8.10
2352026-04-08T11:45:49.475Z Downloaded regex-automata v0.4.14
2362026-04-08T11:45:49.490Z Downloaded libc v0.2.183
2372026-04-08T11:45:49.557Z Compiling proc-macro2 v1.0.106
2382026-04-08T11:45:49.557Z Compiling quote v1.0.45
2392026-04-08T11:45:49.557Z Compiling unicode-ident v1.0.24
2402026-04-08T11:45:49.557Z Compiling ident_case v1.0.1
2412026-04-08T11:45:49.561Z Compiling strsim v0.11.1
2422026-04-08T11:45:49.561Z Documenting unicode-ident v1.0.24
2432026-04-08T11:45:49.561Z Compiling serde_core v1.0.228
2442026-04-08T11:45:49.707Z Compiling fnv v1.0.7
2452026-04-08T11:45:49.727Z Compiling memchr v2.8.0
2462026-04-08T11:45:49.727Z Compiling zerocopy v0.8.47
2472026-04-08T11:45:49.801Z Compiling thiserror v2.0.18
2482026-04-08T11:45:49.912Z Compiling regex-syntax v0.8.10
2492026-04-08T11:45:49.998Z Compiling serde v1.0.228
2502026-04-08T11:45:50.135Z Documenting proc-macro2 v1.0.106
2512026-04-08T11:45:50.289Z Compiling aho-corasick v1.1.4
2522026-04-08T11:45:50.373Z Checking byteorder v1.5.0
2532026-04-08T11:45:50.574Z Compiling syn v2.0.117
2542026-04-08T11:45:50.650Z Compiling either v1.15.0
2552026-04-08T11:45:50.689Z Documenting quote v1.0.45
2562026-04-08T11:45:50.835Z Compiling itertools v0.14.0
2572026-04-08T11:45:51.165Z Documenting syn v2.0.117
2582026-04-08T11:45:51.569Z Compiling regex-automata v0.4.14
2592026-04-08T11:45:51.579Z Compiling heapless v0.8.0
2602026-04-08T11:45:51.872Z Checking bitflags v2.11.0
2612026-04-08T11:45:51.907Z Checking hash32 v0.3.1
2622026-04-08T11:45:52.018Z Documenting serde_core v1.0.228
2632026-04-08T11:45:52.043Z Checking cfg-if v1.0.4
2642026-04-08T11:45:52.085Z Documenting memchr v2.8.0
2652026-04-08T11:45:52.098Z Checking stable_deref_trait v1.2.1
2662026-04-08T11:45:52.162Z Checking macaddr v1.0.1
2672026-04-08T11:45:52.391Z Compiling smoltcp v0.11.0
2682026-04-08T11:45:52.608Z Documenting regex-syntax v0.8.10
2692026-04-08T11:45:52.723Z Documenting aho-corasick v1.1.4
2702026-04-08T11:45:52.741Z Checking darling_core v0.21.3
2712026-04-08T11:45:53.165Z Compiling regex v1.12.3
2722026-04-08T11:45:53.650Z Compiling darling_core v0.23.0
2732026-04-08T11:45:53.667Z Checking bitflags v1.3.2
2742026-04-08T11:45:53.813Z Documenting regex-automata v0.4.14
2752026-04-08T11:45:53.900Z Checking managed v0.8.0
2762026-04-08T11:45:54.001Z Documenting serde_derive v1.0.228
2772026-04-08T11:45:54.078Z Documenting thiserror-impl v2.0.18
2782026-04-08T11:45:54.162Z Compiling thiserror-impl v2.0.18
2792026-04-08T11:45:54.838Z Compiling serde_derive v1.0.228
2802026-04-08T11:45:54.897Z Compiling zerocopy-derive v0.8.47
2812026-04-08T11:45:55.034Z Compiling darling_macro v0.21.3
2822026-04-08T11:45:55.118Z Documenting regex v1.12.3
2832026-04-08T11:45:55.174Z Documenting zerocopy-derive v0.8.47
2842026-04-08T11:45:55.229Z Documenting byteorder v1.5.0
2852026-04-08T11:45:55.461Z Checking cobs v0.3.0
2862026-04-08T11:45:55.590Z Compiling crc32fast v1.5.0
2872026-04-08T11:45:55.596Z Compiling darling v0.21.3
2882026-04-08T11:45:55.668Z Compiling ingot-macros v0.1.1
2892026-04-08T11:45:55.714Z Compiling darling_macro v0.23.0
2902026-04-08T11:45:55.838Z Compiling ref-cast v1.0.25
2912026-04-08T11:45:55.944Z Documenting hash32 v0.3.1
2922026-04-08T11:45:56.014Z Documenting ingot-macros v0.1.1
2932026-04-08T11:45:56.130Z Documenting thiserror v2.0.18
2942026-04-08T11:45:56.190Z Compiling ref-cast-impl v1.0.25
2952026-04-08T11:45:56.307Z Documenting zerocopy v0.8.47
2962026-04-08T11:45:56.637Z Documenting bitflags v2.11.0
2972026-04-08T11:45:56.788Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2982026-04-08T11:45:57.085Z Documenting cfg-if v1.0.4
2992026-04-08T11:45:57.229Z Checking ipnetwork v0.21.1
3002026-04-08T11:45:57.418Z Checking unicode-width v0.2.2
3012026-04-08T11:45:57.431Z Documenting stable_deref_trait v1.2.1
3022026-04-08T11:45:57.598Z Documenting serde v1.0.228
3032026-04-08T11:45:57.661Z Documenting macaddr v1.0.1
3042026-04-08T11:45:57.879Z Compiling version_check v0.9.5
3052026-04-08T11:45:57.904Z Checking postcard v1.1.3
3062026-04-08T11:45:57.932Z Documenting heapless v0.8.0
3072026-04-08T11:45:58.156Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3082026-04-08T11:45:58.176Z Documenting cobs v0.3.0
3092026-04-08T11:45:58.194Z Compiling darling v0.23.0
3102026-04-08T11:45:58.387Z Documenting managed v0.8.0
3112026-04-08T11:45:58.433Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3122026-04-08T11:45:58.783Z Checking tabwriter v1.4.1
3132026-04-08T11:45:58.920Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3142026-04-08T11:45:59.123Z Checking ingot-types v0.1.2
3152026-04-08T11:45:59.181Z Documenting postcard v1.1.3
3162026-04-08T11:45:59.232Z Documenting smoltcp v0.11.0
3172026-04-08T11:45:59.236Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3182026-04-08T11:45:59.342Z Documenting ref-cast-impl v1.0.25
3192026-04-08T11:45:59.386Z Checking dyn-clone v1.0.20
3202026-04-08T11:45:59.458Z Checking ingot v0.1.1
3212026-04-08T11:45:59.481Z Documenting either v1.15.0
3222026-04-08T11:45:59.725Z Documenting ingot-types v0.1.2
3232026-04-08T11:45:59.762Z Documenting ipnetwork v0.21.1
3242026-04-08T11:45:59.798Z Documenting unicode-width v0.2.2
3252026-04-08T11:45:59.991Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3262026-04-08T11:46:00.217Z Documenting itertools v0.14.0
3272026-04-08T11:46:00.462Z Documenting ref-cast v1.0.25
3282026-04-08T11:46:00.800Z Documenting crc32fast v1.5.0
3292026-04-08T11:46:00.984Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3302026-04-08T11:46:01.018Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3312026-04-08T11:46:01.340Z Documenting ingot v0.1.1
3322026-04-08T11:46:01.569Z Documenting tabwriter v1.4.1
3332026-04-08T11:46:01.742Z Documenting dyn-clone v1.0.20
3342026-04-08T11:46:02.171Z Documenting uuid v1.22.0
3352026-04-08T11:46:02.656Z Checking uuid v1.22.0
3362026-04-08T11:46:02.790Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3372026-04-08T11:46:02.895Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3382026-04-08T11:46:04.447Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3392026-04-08T11:46:05.578Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3402026-04-08T11:46:07.764Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3412026-04-08T11:46:09.297Z Finished `dev` profile [optimized + debuginfo] target(s) in 24.96s
3422026-04-08T11:46:09.384Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3432026-04-08T11:46:09.406Z
3442026-04-08T11:46:09.410Zreal 25.059094622
3452026-04-08T11:46:09.410Zuser 1:20.718872266
3462026-04-08T11:46:09.410Zsys 16.629673908
3472026-04-08T11:46:09.410Ztrap 0.047577884
3482026-04-08T11:46:09.410Ztflt 0.057282471
3492026-04-08T11:46:09.410Zdflt 0.127213530
3502026-04-08T11:46:09.410Zkflt 0.004582536
3512026-04-08T11:46:09.410Zlock 7:47.202481762
3522026-04-08T11:46:09.410Zslp 4:36.533018606
3532026-04-08T11:46:09.410Zlat 8.434368559
3542026-04-08T11:46:09.410Zstop 10.114592926
3552026-04-08T11:46:09.411Z+ header 'analyze std + api + usdt'
3562026-04-08T11:46:09.411Z+ echo '# ==== analyze std + api + usdt ==== #'
3572026-04-08T11:46:09.411Z# ==== analyze std + api + usdt ==== #
3582026-04-08T11:46:09.411Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3592026-04-08T11:46:09.593Z Downloading crates ...
3602026-04-08T11:46:09.644Z Downloaded futures-io v0.3.32
3612026-04-08T11:46:09.653Z Downloaded futures v0.3.32
3622026-04-08T11:46:09.656Z Downloaded dtor v0.3.0
3632026-04-08T11:46:09.661Z Downloaded ctor v0.8.0
3642026-04-08T11:46:09.664Z Downloaded anyhow v1.0.102
3652026-04-08T11:46:09.664Z Downloaded circular v0.3.0
3662026-04-08T11:46:09.667Z Downloaded futures-task v0.3.32
3672026-04-08T11:46:09.667Z Downloaded futures-macro v0.3.32
3682026-04-08T11:46:09.667Z Downloaded futures-core v0.3.32
3692026-04-08T11:46:09.671Z Downloaded typeid v1.0.3
3702026-04-08T11:46:09.671Z Downloaded dtor-proc-macro v0.0.6
3712026-04-08T11:46:09.671Z Downloaded ctor-proc-macro v0.0.7
3722026-04-08T11:46:09.671Z Downloaded futures-sink v0.3.32
3732026-04-08T11:46:09.674Z Downloaded rusticata-macros v5.0.0
3742026-04-08T11:46:09.678Z Downloaded slab v0.4.12
3752026-04-08T11:46:09.678Z Downloaded futures-executor v0.3.32
3762026-04-08T11:46:09.678Z Downloaded cookie-factory v0.3.3
3772026-04-08T11:46:09.684Z Downloaded once_cell v1.21.4
3782026-04-08T11:46:09.688Z Downloaded pin-project-lite v0.2.17
3792026-04-08T11:46:09.692Z Downloaded futures-channel v0.3.32
3802026-04-08T11:46:09.707Z Downloaded nom v8.0.0
3812026-04-08T11:46:09.713Z Downloaded futures-util v0.3.32
3822026-04-08T11:46:09.718Z Downloaded ron v0.12.0
3832026-04-08T11:46:09.722Z Downloaded pcap-parser v0.17.0
3842026-04-08T11:46:09.773Z Compiling proc-macro2 v1.0.106
3852026-04-08T11:46:09.773Z Compiling quote v1.0.45
3862026-04-08T11:46:09.774Z Compiling unicode-ident v1.0.24
3872026-04-08T11:46:09.774Z Compiling memchr v2.8.0
3882026-04-08T11:46:09.777Z Compiling thiserror v2.0.18
3892026-04-08T11:46:09.778Z Compiling serde_core v1.0.228
3902026-04-08T11:46:09.778Z Compiling zerocopy v0.8.47
3912026-04-08T11:46:09.778Z Compiling zmij v1.0.21
3922026-04-08T11:46:10.108Z Compiling libc v0.2.183
3932026-04-08T11:46:10.139Z Compiling ucd-trie v0.1.7
3942026-04-08T11:46:10.144Z Compiling serde_json v1.0.149
3952026-04-08T11:46:10.195Z Compiling ident_case v1.0.1
3962026-04-08T11:46:10.309Z Compiling strsim v0.11.1
3972026-04-08T11:46:10.330Z Compiling pest v2.8.6
3982026-04-08T11:46:10.355Z Compiling serde v1.0.228
3992026-04-08T11:46:10.626Z Compiling fnv v1.0.7
4002026-04-08T11:46:10.766Z Compiling aho-corasick v1.1.4
4012026-04-08T11:46:10.783Z Checking byteorder v1.5.0
4022026-04-08T11:46:10.930Z Compiling regex-syntax v0.8.10
4032026-04-08T11:46:10.976Z Compiling syn v2.0.117
4042026-04-08T11:46:11.022Z Compiling itoa v1.0.18
4052026-04-08T11:46:11.403Z Compiling pest_meta v2.8.6
4062026-04-08T11:46:11.555Z Compiling either v1.15.0
4072026-04-08T11:46:11.564Z Compiling usdt-impl v0.6.0
4082026-04-08T11:46:11.606Z Checking bitflags v2.11.0
4092026-04-08T11:46:11.745Z Compiling itertools v0.14.0
4102026-04-08T11:46:11.988Z Compiling thread-id v5.1.0
4112026-04-08T11:46:12.169Z Checking log v0.4.29
4122026-04-08T11:46:12.198Z Checking futures-core v0.3.32
4132026-04-08T11:46:12.312Z Checking plain v0.2.3
4142026-04-08T11:46:12.406Z Compiling regex-automata v0.4.14
4152026-04-08T11:46:12.486Z Compiling heapless v0.8.0
4162026-04-08T11:46:12.534Z Checking futures-sink v0.3.32
4172026-04-08T11:46:12.938Z Checking futures-channel v0.3.32
4182026-04-08T11:46:13.014Z Checking hash32 v0.3.1
4192026-04-08T11:46:13.122Z Checking cfg-if v1.0.4
4202026-04-08T11:46:13.128Z Checking slab v0.4.12
4212026-04-08T11:46:13.175Z Checking macaddr v1.0.1
4222026-04-08T11:46:13.178Z Checking stable_deref_trait v1.2.1
4232026-04-08T11:46:13.239Z Checking futures-task v0.3.32
4242026-04-08T11:46:13.270Z Checking pretty-hex v0.4.2
4252026-04-08T11:46:13.309Z Compiling smoltcp v0.11.0
4262026-04-08T11:46:13.365Z Compiling pest_generator v2.8.6
4272026-04-08T11:46:13.375Z Compiling darling_core v0.21.3
4282026-04-08T11:46:13.497Z Compiling darling_core v0.23.0
4292026-04-08T11:46:13.510Z Checking futures-io v0.3.32
4302026-04-08T11:46:13.619Z Checking pin-project-lite v0.2.17
4312026-04-08T11:46:13.864Z Compiling crc32fast v1.5.0
4322026-04-08T11:46:13.969Z Compiling ref-cast v1.0.25
4332026-04-08T11:46:14.003Z Checking bitflags v1.3.2
4342026-04-08T11:46:14.062Z Compiling regex v1.12.3
4352026-04-08T11:46:14.138Z Compiling version_check v0.9.5
4362026-04-08T11:46:14.280Z Checking managed v0.8.0
4372026-04-08T11:46:14.409Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4382026-04-08T11:46:14.516Z Checking memmap2 v0.9.10
4392026-04-08T11:46:14.580Z Compiling serde_derive v1.0.228
4402026-04-08T11:46:14.641Z Compiling thiserror-impl v2.0.18
4412026-04-08T11:46:14.670Z Compiling zerocopy-derive v0.8.47
4422026-04-08T11:46:14.937Z Compiling pest_derive v2.8.6
4432026-04-08T11:46:15.424Z Compiling scroll_derive v0.13.1
4442026-04-08T11:46:15.449Z Compiling darling_macro v0.21.3
4452026-04-08T11:46:15.569Z Compiling futures-macro v0.3.32
4462026-04-08T11:46:15.620Z Compiling darling_macro v0.23.0
4472026-04-08T11:46:15.689Z Compiling ref-cast-impl v1.0.25
4482026-04-08T11:46:15.980Z Compiling darling v0.21.3
4492026-04-08T11:46:16.002Z Compiling dtrace-parser v0.3.0
4502026-04-08T11:46:16.143Z Compiling ingot-macros v0.1.1
4512026-04-08T11:46:16.214Z Checking scroll v0.13.0
4522026-04-08T11:46:16.249Z Checking cobs v0.3.0
4532026-04-08T11:46:16.357Z Checking futures-util v0.3.32
4542026-04-08T11:46:16.430Z Checking goblin v0.10.5
4552026-04-08T11:46:16.605Z Compiling darling v0.23.0
4562026-04-08T11:46:16.613Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4572026-04-08T11:46:16.677Z Checking ipnetwork v0.21.1
4582026-04-08T11:46:16.839Z Checking unicode-width v0.2.2
4592026-04-08T11:46:17.084Z Checking tabwriter v1.4.1
4602026-04-08T11:46:17.223Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4612026-04-08T11:46:17.818Z Checking postcard v1.1.3
4622026-04-08T11:46:18.030Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4632026-04-08T11:46:18.095Z Compiling serde_tokenstream v0.2.3
4642026-04-08T11:46:18.257Z Checking nom v8.0.0
4652026-04-08T11:46:18.289Z Checking futures-executor v0.3.32
4662026-04-08T11:46:18.380Z Compiling anyhow v1.0.102
4672026-04-08T11:46:18.429Z Checking futures v0.3.32
4682026-04-08T11:46:18.495Z Checking dyn-clone v1.0.20
4692026-04-08T11:46:18.589Z Compiling typeid v1.0.3
4702026-04-08T11:46:18.589Z Checking cookie-factory v0.3.3
4712026-04-08T11:46:18.785Z Checking uuid v1.22.0
4722026-04-08T11:46:18.808Z Compiling dof v0.4.0
4732026-04-08T11:46:18.834Z Checking ingot-types v0.1.2
4742026-04-08T11:46:18.886Z Checking circular v0.3.0
4752026-04-08T11:46:18.890Z Compiling dtor-proc-macro v0.0.6
4762026-04-08T11:46:18.975Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4772026-04-08T11:46:19.078Z Checking once_cell v1.21.4
4782026-04-08T11:46:19.101Z Compiling ctor-proc-macro v0.0.7
4792026-04-08T11:46:19.164Z Checking ingot v0.1.1
4802026-04-08T11:46:19.202Z Checking dtor v0.3.0
4812026-04-08T11:46:19.202Z Checking ron v0.12.0
4822026-04-08T11:46:19.417Z Checking ctor v0.8.0
4832026-04-08T11:46:19.756Z Compiling usdt-macro v0.6.0
4842026-04-08T11:46:19.756Z Compiling usdt-attr-macro v0.6.0
4852026-04-08T11:46:20.094Z Checking rusticata-macros v5.0.0
4862026-04-08T11:46:20.213Z Checking pcap-parser v0.17.0
4872026-04-08T11:46:20.355Z Checking usdt v0.6.0
4882026-04-08T11:46:20.652Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4892026-04-08T11:46:24.966Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4902026-04-08T11:46:26.511Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4912026-04-08T11:46:28.767Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.30s
4922026-04-08T11:46:28.801Z
4932026-04-08T11:46:28.801Zreal 19.387015873
4942026-04-08T11:46:28.801Zuser 1:12.269468370
4952026-04-08T11:46:28.804Zsys 14.767245100
4962026-04-08T11:46:28.804Ztrap 0.040399593
4972026-04-08T11:46:28.805Ztflt 0.137452107
4982026-04-08T11:46:28.805Zdflt 0.123359747
4992026-04-08T11:46:28.805Zkflt 0.000023963
5002026-04-08T11:46:28.805Zlock 4:01.766541984
5012026-04-08T11:46:28.805Zslp 3:48.276608448
5022026-04-08T11:46:28.805Zlat 4.186418783
5032026-04-08T11:46:28.805Zstop 8.258655361
5042026-04-08T11:46:28.805Z+ header 'analyze no_std + engine + kernel'
5052026-04-08T11:46:28.805Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
5062026-04-08T11:46:28.805Z# ==== analyze no_std + engine + kernel ==== #
5072026-04-08T11:46:28.805Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5082026-04-08T11:46:28.981Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5092026-04-08T11:46:28.981Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5102026-04-08T11:46:28.984Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5112026-04-08T11:46:28.985Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5122026-04-08T11:46:29.249Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5132026-04-08T11:46:33.404Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5142026-04-08T11:46:34.878Z Finished `dev` profile [optimized + debuginfo] target(s) in 6.03s
5152026-04-08T11:46:34.907Z
5162026-04-08T11:46:34.907Zreal 6.099002038
5172026-04-08T11:46:34.907Zuser 6.334727435
5182026-04-08T11:46:34.907Zsys 1.000685112
5192026-04-08T11:46:34.907Ztrap 0.000802409
5202026-04-08T11:46:34.907Ztflt 0.009619120
5212026-04-08T11:46:34.907Zdflt 0.003948091
5222026-04-08T11:46:34.907Zkflt 0.000000000
5232026-04-08T11:46:34.907Zlock 21.248761207
5242026-04-08T11:46:34.910Zslp 22.205259312
5252026-04-08T11:46:34.910Zlat 0.021763866
5262026-04-08T11:46:34.910Zstop 0.254906695
5272026-04-08T11:46:34.910Z+ header test
5282026-04-08T11:46:34.910Z+ echo '# ==== test ==== #'
5292026-04-08T11:46:34.910Z# ==== test ==== #
5302026-04-08T11:46:34.911Z+ ptime -m cargo test
5312026-04-08T11:46:35.064Z Compiling memchr v2.8.0
5322026-04-08T11:46:35.064Z Compiling serde_core v1.0.228
5332026-04-08T11:46:35.088Z Compiling thiserror v2.0.18
5342026-04-08T11:46:35.091Z Compiling zerocopy v0.8.47
5352026-04-08T11:46:35.094Z Compiling byteorder v1.5.0
5362026-04-08T11:46:35.094Z Compiling unicode-ident v1.0.24
5372026-04-08T11:46:35.098Z Compiling libc v0.2.183
5382026-04-08T11:46:35.101Z Compiling zmij v1.0.21
5392026-04-08T11:46:35.171Z Compiling proc-macro2 v1.0.106
5402026-04-08T11:46:35.213Z Compiling scroll v0.13.0
5412026-04-08T11:46:35.306Z Compiling futures-core v0.3.32
5422026-04-08T11:46:35.438Z Compiling ucd-trie v0.1.7
5432026-04-08T11:46:35.460Z Compiling itoa v1.0.18
5442026-04-08T11:46:35.460Z Compiling plain v0.2.3
5452026-04-08T11:46:35.477Z Compiling log v0.4.29
5462026-04-08T11:46:35.554Z Compiling futures-sink v0.3.32
5472026-04-08T11:46:35.651Z Compiling futures-channel v0.3.32
5482026-04-08T11:46:35.691Z Compiling goblin v0.10.5
5492026-04-08T11:46:35.709Z Compiling pest v2.8.6
5502026-04-08T11:46:35.888Z Compiling quote v1.0.45
5512026-04-08T11:46:36.147Z Compiling hash32 v0.3.1
5522026-04-08T11:46:36.308Z Compiling slab v0.4.12
5532026-04-08T11:46:36.487Z Compiling futures-io v0.3.32
5542026-04-08T11:46:36.565Z Compiling pin-project-lite v0.2.17
5552026-04-08T11:46:36.625Z Compiling futures-task v0.3.32
5562026-04-08T11:46:36.651Z Compiling cfg-if v1.0.4
5572026-04-08T11:46:36.668Z Compiling macaddr v1.0.1
5582026-04-08T11:46:36.712Z Compiling stable_deref_trait v1.2.1
5592026-04-08T11:46:36.782Z Compiling serde v1.0.228
5602026-04-08T11:46:36.821Z Compiling bitflags v2.11.0
5612026-04-08T11:46:36.927Z Compiling serde_json v1.0.149
5622026-04-08T11:46:37.032Z Compiling pretty-hex v0.4.2
5632026-04-08T11:46:37.159Z Compiling heapless v0.8.0
5642026-04-08T11:46:37.234Z Compiling futures-util v0.3.32
5652026-04-08T11:46:37.423Z Compiling dtrace-parser v0.3.0
5662026-04-08T11:46:37.463Z Compiling syn v2.0.117
5672026-04-08T11:46:37.596Z Compiling thread-id v5.1.0
5682026-04-08T11:46:37.671Z Compiling cobs v0.3.0
5692026-04-08T11:46:37.955Z Compiling ingot-types v0.1.2
5702026-04-08T11:46:37.977Z Compiling managed v0.8.0
5712026-04-08T11:46:38.082Z Compiling bitflags v1.3.2
5722026-04-08T11:46:38.149Z Compiling smoltcp v0.11.0
5732026-04-08T11:46:38.198Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5742026-04-08T11:46:38.349Z Compiling ingot v0.1.1
5752026-04-08T11:46:38.420Z Compiling postcard v1.1.3
5762026-04-08T11:46:38.779Z Compiling dof v0.4.0
5772026-04-08T11:46:39.921Z Compiling usdt-impl v0.6.0
5782026-04-08T11:46:40.042Z Compiling futures-executor v0.3.32
5792026-04-08T11:46:40.561Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5802026-04-08T11:46:40.645Z Compiling memmap2 v0.9.10
5812026-04-08T11:46:40.942Z Compiling either v1.15.0
5822026-04-08T11:46:41.041Z Compiling ipnetwork v0.21.1
5832026-04-08T11:46:41.118Z Compiling unicode-width v0.2.2
5842026-04-08T11:46:41.145Z Compiling itertools v0.14.0
5852026-04-08T11:46:41.425Z Compiling tabwriter v1.4.1
5862026-04-08T11:46:41.570Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5872026-04-08T11:46:41.847Z Compiling ref-cast v1.0.25
5882026-04-08T11:46:41.973Z Compiling usdt v0.6.0
5892026-04-08T11:46:42.109Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5902026-04-08T11:46:42.389Z Compiling futures v0.3.32
5912026-04-08T11:46:42.506Z Compiling crc32fast v1.5.0
5922026-04-08T11:46:42.611Z Compiling nom v8.0.0
5932026-04-08T11:46:42.614Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5942026-04-08T11:46:42.745Z Compiling dyn-clone v1.0.20
5952026-04-08T11:46:42.797Z Compiling cookie-factory v0.3.3
5962026-04-08T11:46:42.909Z Compiling uuid v1.22.0
5972026-04-08T11:46:43.111Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5982026-04-08T11:46:43.348Z Compiling circular v0.3.0
5992026-04-08T11:46:43.444Z Compiling dtor v0.3.0
6002026-04-08T11:46:43.494Z Compiling typeid v1.0.3
6012026-04-08T11:46:43.514Z Compiling anyhow v1.0.102
6022026-04-08T11:46:43.596Z Compiling once_cell v1.21.4
6032026-04-08T11:46:43.603Z Compiling ctor v0.8.0
6042026-04-08T11:46:43.755Z Compiling ron v0.12.0
6052026-04-08T11:46:45.118Z Compiling rusticata-macros v5.0.0
6062026-04-08T11:46:45.440Z Compiling pcap-parser v0.17.0
6072026-04-08T11:46:47.744Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6082026-04-08T11:46:49.935Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6092026-04-08T11:47:28.243Z Finished `test` profile [optimized + debuginfo] target(s) in 53.32s
6102026-04-08T11:47:28.260Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-1a1a2bef80d01a7c)
6112026-04-08T11:47:28.263Z
6122026-04-08T11:47:28.263Zrunning 15 tests
6132026-04-08T11:47:28.263Ztest api::tests::parse_good_proto_filter ... ok
6142026-04-08T11:47:28.263Ztest api::tests::parse_bad_proto_filter ... ok
6152026-04-08T11:47:28.263Ztest api::tests::parse_bad_address ... ok
6162026-04-08T11:47:28.263Ztest api::tests::parse_good_address ... ok
6172026-04-08T11:47:28.263Ztest api::tests::ports_from_str_good ... ok
6182026-04-08T11:47:28.263Ztest cfg::tests::test_required_nat_space ... ok
6192026-04-08T11:47:28.263Ztest api::tests::ports_from_str_bad ... ok
6202026-04-08T11:47:28.263Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6212026-04-08T11:47:28.263Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6222026-04-08T11:47:28.263Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6232026-04-08T11:47:28.263Ztest engine::geneve::test::parse_multi_opt ... ok
6242026-04-08T11:47:28.263Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6252026-04-08T11:47:28.266Ztest engine::geneve::test::parse_single_opt ... ok
6262026-04-08T11:47:28.266Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6272026-04-08T11:47:28.266Ztest engine::firewall::tests::port_predicate_simplification ... ok
6282026-04-08T11:47:28.266Z
6292026-04-08T11:47:28.266Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6302026-04-08T11:47:28.267Z
6312026-04-08T11:47:28.267Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-c7d7ad89d38be750)
6322026-04-08T11:47:28.267Z
6332026-04-08T11:47:28.267Zrunning 4 tests
6342026-04-08T11:47:28.270Ztest firewall_vni_outbound ... ok
6352026-04-08T11:47:28.270Ztest firewall_external_inbound ... ok
6362026-04-08T11:47:28.270Ztest firewall_vni_inbound ... ok
6372026-04-08T11:47:28.270Ztest firewall_replace_rules ... ok
6382026-04-08T11:47:28.270Z
6392026-04-08T11:47:28.270Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6402026-04-08T11:47:28.270Z
6412026-04-08T11:47:28.270Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-21136622621e47b5)
6422026-04-08T11:47:28.270Z
6432026-04-08T11:47:28.270Zrunning 2 tests
6442026-04-08T11:47:28.270Ztest parse_in_regression ... ok
6452026-04-08T11:47:28.270Ztest parse_out_regression ... ok
6462026-04-08T11:47:28.270Z
6472026-04-08T11:47:28.273Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6482026-04-08T11:47:28.273Z
6492026-04-08T11:47:28.273Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-6ce03d892d65b755)
6502026-04-08T11:47:28.273Z
6512026-04-08T11:47:28.273Zrunning 47 tests
6522026-04-08T11:47:28.273Ztest bad_ip_len ... ok
6532026-04-08T11:47:28.273Ztest check_layers ... ok
6542026-04-08T11:47:28.274Ztest add_remove_fw_rule ... ok
6552026-04-08T11:47:28.277Ztest external_attached_subnets_cannot_reach_internal ... ok
6562026-04-08T11:47:28.277Ztest arp_gateway ... ok
6572026-04-08T11:47:28.277Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6582026-04-08T11:47:28.277Ztest external_attached_subnets_dont_apply_nat ... ok
6592026-04-08T11:47:28.277Ztest anti_spoof ... ok
6602026-04-08T11:47:28.277Ztest flow_expiration ... ok
6612026-04-08T11:47:28.277Ztest gateway_icmp4_ping ... ok
6622026-04-08T11:47:28.277Ztest gateway_icmpv6_ping ... ok
6632026-04-08T11:47:28.277Ztest external_ip_epoch_affinity_preserved ... ok
6642026-04-08T11:47:28.277Ztest early_tcp_invalidation ... ok
6652026-04-08T11:47:28.277Ztest gateway_router_advert_reply ... ok
6662026-04-08T11:47:28.277Ztest external_ip_reconfigurable ... ok
6672026-04-08T11:47:28.277Ztest guest_to_guest_diff_vpc_no_peer ... ok
6682026-04-08T11:47:28.277Ztest guest_to_guest_no_route ... ok
6692026-04-08T11:47:28.277Ztest guest_to_internet_ipv4 ... ok
6702026-04-08T11:47:28.277Ztest guest_to_internet_ipv6 ... ok
6712026-04-08T11:47:28.278Ztest icmp_inner_has_nat_applied ... ok
6722026-04-08T11:47:28.278Ztest inbound_ndp_dropped_at_gateway ... ok
6732026-04-08T11:47:28.278Ztest icmpv6_inner_has_nat_applied ... ok
6742026-04-08T11:47:28.278Ztest external_ip_balanced_over_floating_ips ... ok
6752026-04-08T11:47:28.278Ztest guest_to_guest ... ok
6762026-04-08T11:47:28.278Ztest intra_subnet_routes_with_custom ... ok
6772026-04-08T11:47:28.278Ztest packet_body_pullup ... ok
6782026-04-08T11:47:28.278Ztest no_panic_on_flow_table_full ... ok
6792026-04-08T11:47:28.278Ztest outbound_ndp_dropped ... ok
6802026-04-08T11:47:28.278Ztest external_ip_receive_and_reply_on_all ... ok
6812026-04-08T11:47:28.278Ztest internal_attached_subnets ... ok
6822026-04-08T11:47:28.278Ztest port_transition_running ... ok
6832026-04-08T11:47:28.278Ztest port_transition_reset ... ok
6842026-04-08T11:47:28.278Ztest port_as_router_target ... ok
6852026-04-08T11:47:28.278Ztest test_drop_on_unknown_critical_option ... ok
6862026-04-08T11:47:28.278Ztest snat_icmp4_echo_rewrite ... ok
6872026-04-08T11:47:28.278Ztest port_transition_pause ... ok
6882026-04-08T11:47:28.278Ztest snat_icmp6_echo_rewrite ... ok
6892026-04-08T11:47:28.278Ztest test_ipv6_multicast_encapsulation ... ok
6902026-04-08T11:47:28.278Ztest select_eip_conditioned_on_igw ... ok
6912026-04-08T11:47:28.278Ztest tcp_outbound ... ok
6922026-04-08T11:47:28.278Ztest test_gateway_neighbor_advert_reply ... ok
6932026-04-08T11:47:28.278Ztest tcp_inbound ... ok
6942026-04-08T11:47:28.278Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6952026-04-08T11:47:28.278Ztest test_tcp_multicast_denied ... ok
6962026-04-08T11:47:28.278Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
6972026-04-08T11:47:28.278Ztest uft_lft_invalidation_in ... ok
6982026-04-08T11:47:28.278Ztest uft_lft_invalidation_out ... ok
6992026-04-08T11:47:28.278Z
7002026-04-08T11:47:28.278Ztest result: ok. 47 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7012026-04-08T11:47:28.278Z
7022026-04-08T11:47:28.278Z Doc-tests oxide_vpc
7032026-04-08T11:47:28.565Z
7042026-04-08T11:47:28.566Zrunning 0 tests
7052026-04-08T11:47:28.566Z
7062026-04-08T11:47:28.566Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7072026-04-08T11:47:28.566Z
7082026-04-08T11:47:28.594Z
7092026-04-08T11:47:28.594Zreal 53.669428547
7102026-04-08T11:47:28.594Zuser 3:14.027588839
7112026-04-08T11:47:28.594Zsys 11.675777852
7122026-04-08T11:47:28.594Ztrap 0.095017088
7132026-04-08T11:47:28.594Ztflt 0.161581924
7142026-04-08T11:47:28.594Zdflt 0.262925564
7152026-04-08T11:47:28.594Zkflt 0.000032704
7162026-04-08T11:47:28.594Zlock 12:42.898104821
7172026-04-08T11:47:28.594Zslp 6:38.290221398
7182026-04-08T11:47:28.594Zlat 8.641952368
7192026-04-08T11:47:28.594Zstop 5.745651883
7202026-04-08T11:47:28.597Zprocess exited: duration 118525 ms, exit code 0
 
7212026-04-08T11:47:28.604Zfound 0 output files