01KMPQ0FXAPW0EF0GAQ6FZB6V0: oxide-vpc

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

Buildomat Job: 01KMPQ0Y0H9J8ZVTXAYP4748XH

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-27T04:21:00.438Zjob assigned to worker 01KMPRB1GKZRABVCS5THM7YN18 [factory aws, i-0d3e809e58203f1cf] (queued for 23 m 41 s)
 
22026-03-27T04:21:07.278Zstarting task 0: "setup"
32026-03-27T04:21:07.285Z++ uname -s
42026-03-27T04:21:07.289Z+ kern=SunOS
52026-03-27T04:21:07.289Z+ build_user=build
62026-03-27T04:21:07.289Z+ build_uid=12345
72026-03-27T04:21:07.289Z+ work_dir=/work
82026-03-27T04:21:07.289Z+ input_dir=/input
92026-03-27T04:21:07.289Z+ [[ 0 == 12345 ]]
102026-03-27T04:21:07.289Z+ case "$kern" in
112026-03-27T04:21:07.289Z+ groupadd -g 12345 build
122026-03-27T04:21:07.289Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-27T04:21:09.295Z+ zfs create -o mountpoint=/work rpool/work
142026-03-27T04:21:09.416Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-27T04:21:09.419Z+ home_fs=zfs
162026-03-27T04:21:09.419Z+ [[ zfs == autofs ]]
172026-03-27T04:21:09.419Z+ mkdir -p /home/build
182026-03-27T04:21:09.419Z+ chown build:build /home/build /work
192026-03-27T04:21:11.420Z+ chmod 0700 /home/build /work
202026-03-27T04:21:11.423Zprocess exited: duration 4143 ms, exit code 0
 
212026-03-27T04:21:11.430Zstarting task 1: "rust-toolchain"
222026-03-27T04:21:11.434Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-03-27T04:21:11.434Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-27T04:21:11.434Z * rust toolchain channel = "1.94.1"
252026-03-27T04:21:11.434Z * rust toolchain profile = "default"
262026-03-27T04:21:11.434Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-27T04:21:11.434Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-27T04:21:11.438Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-27T04:21:11.438Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-03-27T04:21:11.558Zinfo: downloading installer
312026-03-27T04:21:13.204Zwarn: It looks like you have an existing installation of Rust at:
322026-03-27T04:21:13.204Zwarn: /opt/ooce/bin
332026-03-27T04:21:13.204Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-27T04:21:13.204Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-27T04:21:13.204Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-27T04:21:13.204Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-27T04:21:13.204Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-27T04:21:13.204Zerror: cannot install while Rust is installed
392026-03-27T04:21:13.204Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-27T04:21:13.204Zwarn: It looks like you have an existing rustup settings file at:
412026-03-27T04:21:13.204Zwarn: /home/build/.rustup/settings.toml
422026-03-27T04:21:13.204Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-27T04:21:13.205Zwarn: instead of the one inferred from the default host triple.
442026-03-27T04:21:13.217Zinfo: profile set to default
452026-03-27T04:21:13.217Zinfo: default host triple is x86_64-unknown-illumos
462026-03-27T04:21:13.221Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-03-27T04:21:13.394Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-03-27T04:21:13.397Zinfo: downloading 6 components
492026-03-27T04:21:29.290Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
502026-03-27T04:21:29.290Z
512026-03-27T04:21:29.325Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-03-27T04:21:29.325Z
532026-03-27T04:21:29.325Z
542026-03-27T04:21:29.325ZRust is installed now. Great!
552026-03-27T04:21:29.325Z
562026-03-27T04:21:29.326ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-27T04:21:29.326Zenvironment variable. This has not been done automatically.
582026-03-27T04:21:29.326Z
592026-03-27T04:21:29.326ZTo configure your current shell, you need to source
602026-03-27T04:21:29.326Zthe corresponding env file under $HOME/.cargo.
612026-03-27T04:21:29.326Z
622026-03-27T04:21:29.326ZThis is usually done by running one of the following (note the leading DOT):
632026-03-27T04:21:29.326Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-27T04:21:29.326Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-27T04:21:29.326Zsource "~/.cargo/env.nu" # For nushell
662026-03-27T04:21:29.326Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-27T04:21:29.326Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-27T04:21:29.326Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-27T04:21:29.329Zwarn: no default linker (`cc`) was found in your PATH
702026-03-27T04:21:29.329Zwarn: many Rust crates require a system C toolchain to build
712026-03-27T04:21:29.414Z+ rustup --version
722026-03-27T04:21:29.425Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-27T04:21:29.427Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-27T04:21:29.446Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-03-27T04:21:29.449Z+ cargo --version
762026-03-27T04:21:29.461Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-03-27T04:21:29.465Z+ rustc --version
782026-03-27T04:21:29.483Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-03-27T04:21:29.486Zprocess exited: duration 18053 ms, exit code 0
 
802026-03-27T04:21:29.493Zstarting task 2: "authentication"
812026-03-27T04:21:29.509Zprocess exited: duration 15 ms, exit code 0
 
822026-03-27T04:21:29.514Zstarting task 3: "clone repository"
832026-03-27T04:21:29.517Z+ mkdir -p /work/oxidecomputer/opte
842026-03-27T04:21:29.524Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-27T04:21:29.549ZCloning into '/work/oxidecomputer/opte'...
862026-03-27T04:21:30.277Z+ cd /work/oxidecomputer/opte
872026-03-27T04:21:30.277Z+ git fetch origin 931e3ab8cd048bf7641cbe705669ce839d064e22
882026-03-27T04:21:30.501ZFrom https://github.com/oxidecomputer/opte
892026-03-27T04:21:30.501Z * branch 931e3ab8cd048bf7641cbe705669ce839d064e22 -> FETCH_HEAD
902026-03-27T04:21:30.507Z+ [[ -n renovate/rust-1.x ]]
912026-03-27T04:21:30.512Z++ git branch --show-current
922026-03-27T04:21:30.512Z+ current=master
932026-03-27T04:21:30.512Z+ [[ master != renovate/rust-1.x ]]
942026-03-27T04:21:30.513Z+ git branch -f renovate/rust-1.x 931e3ab8cd048bf7641cbe705669ce839d064e22
952026-03-27T04:21:30.513Z+ git checkout -f renovate/rust-1.x
962026-03-27T04:21:30.527ZSwitched to branch 'renovate/rust-1.x'
972026-03-27T04:21:30.531Z+ git reset --hard 931e3ab8cd048bf7641cbe705669ce839d064e22
982026-03-27T04:21:30.543ZHEAD is now at 931e3ab Update dependency rust to v1.94.1
992026-03-27T04:21:30.546Zprocess exited: duration 1029 ms, exit code 0
 
1002026-03-27T04:21:30.553Zstarting task 4: "build"
1012026-03-27T04:21:30.557Z+ source .github/buildomat/common.sh
1022026-03-27T04:21:30.560Z++ rustup show active-toolchain
1032026-03-27T04:21:30.563Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-27T04:21:30.563Z++ pushd xde
1052026-03-27T04:21:30.563Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-27T04:21:30.563Z++ rustup show active-toolchain
1072026-03-27T04:21:30.568Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-27T04:21:30.738Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-27T04:21:30.741Zinfo: downloading 6 components
1102026-03-27T04:21:46.250Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-27T04:21:46.348Z+++ rustup show active-toolchain -v
1122026-03-27T04:21:46.353Z+++ head -n 1
1132026-03-27T04:21:46.353Z+++ cut '-d ' -f1
1142026-03-27T04:21:46.407Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-27T04:21:46.407Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-27T04:21:46.407Z++ popd
1172026-03-27T04:21:46.413Z/work/oxidecomputer/opte
1182026-03-27T04:21:46.413Z+ cargo --version
1192026-03-27T04:21:46.420Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1202026-03-27T04:21:46.420Z+ rustc --version
1212026-03-27T04:21:46.439Zrustc 1.94.1 (e408947bf 2026-03-25)
1222026-03-27T04:21:46.445Z+ cd lib/oxide-vpc
1232026-03-27T04:21:46.445Z+ header 'check style'
1242026-03-27T04:21:46.445Z+ echo '# ==== check style ==== #'
1252026-03-27T04:21:46.445Z# ==== check style ==== #
1262026-03-27T04:21:46.445Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
1272026-03-27T04:21:48.340Z
1282026-03-27T04:21:48.340Zreal 0.125840724
1292026-03-27T04:21:48.340Zuser 0.088703432
1302026-03-27T04:21:48.340Zsys 0.033493904
1312026-03-27T04:21:48.340Ztrap 0.000023116
1322026-03-27T04:21:48.340Ztflt 0.000027702
1332026-03-27T04:21:48.438Zdflt 0.000005737
1342026-03-27T04:21:48.438Zkflt 0.000000000
1352026-03-27T04:21:48.438Zlock 0.047171733
1362026-03-27T04:21:48.438Zslp 0.108463733
1372026-03-27T04:21:48.438Zlat 0.001052536
1382026-03-27T04:21:48.438Zstop 0.000102589
1392026-03-27T04:21:48.438Z+ header 'check docs'
1402026-03-27T04:21:48.438Z+ echo '# ==== check docs ==== #'
1412026-03-27T04:21:48.439Z# ==== check docs ==== #
1422026-03-27T04:21:48.439Z+ RUSTDOCFLAGS='-D warnings'
1432026-03-27T04:21:48.439Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1442026-03-27T04:21:48.439Z Updating crates.io index
1452026-03-27T04:21:48.439Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-03-27T04:21:48.443Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-03-27T04:21:48.443Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-03-27T04:21:48.443Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-03-27T04:21:48.767Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-03-27T04:21:48.988Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-03-27T04:21:49.217Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-03-27T04:21:51.608Z Downloading crates ...
1532026-03-27T04:21:51.652Z Downloaded cpufeatures v0.2.17
1542026-03-27T04:21:51.660Z Downloaded crypto-common v0.1.7
1552026-03-27T04:21:51.660Z Downloaded bitflags v1.3.2
1562026-03-27T04:21:51.661Z Downloaded hash32 v0.3.1
1572026-03-27T04:21:51.670Z Downloaded embedded-io v0.4.0
1582026-03-27T04:21:51.671Z Downloaded log v0.4.29
1592026-03-27T04:21:51.671Z Downloaded ingot-types v0.1.2
1602026-03-27T04:21:51.680Z Downloaded bitflags v2.11.0
1612026-03-27T04:21:51.680Z Downloaded stable_deref_trait v1.2.1
1622026-03-27T04:21:51.680Z Downloaded quote v1.0.45
1632026-03-27T04:21:51.683Z Downloaded managed v0.8.0
1642026-03-27T04:21:51.683Z Downloaded dof v0.4.0
1652026-03-27T04:21:51.683Z Downloaded ident_case v1.0.1
1662026-03-27T04:21:51.683Z Downloaded aho-corasick v1.1.4
1672026-03-27T04:21:51.697Z Downloaded embedded-io v0.6.1
1682026-03-27T04:21:51.726Z Downloaded thiserror v2.0.18
1692026-03-27T04:21:51.746Z Downloaded scroll v0.13.0
1702026-03-27T04:21:51.746Z Downloaded postcard v1.1.3
1712026-03-27T04:21:51.746Z Downloaded usdt-attr-macro v0.6.0
1722026-03-27T04:21:51.746Z Downloaded itoa v1.0.18
1732026-03-27T04:21:51.746Z Downloaded unicode-ident v1.0.24
1742026-03-27T04:21:51.746Z Downloaded pretty-hex v0.4.2
1752026-03-27T04:21:51.746Z Downloaded scroll_derive v0.13.1
1762026-03-27T04:21:51.746Z Downloaded version_check v0.9.5
1772026-03-27T04:21:51.746Z Downloaded defmt v0.3.100
1782026-03-27T04:21:51.746Z Downloaded dtrace-parser v0.3.0
1792026-03-27T04:21:51.746Z Downloaded generic-array v0.14.7
1802026-03-27T04:21:51.747Z Downloaded proc-macro-error-attr2 v2.0.0
1812026-03-27T04:21:51.747Z Downloaded macaddr v1.0.1
1822026-03-27T04:21:51.747Z Downloaded usdt v0.6.0
1832026-03-27T04:21:51.747Z Downloaded serde_derive v1.0.228
1842026-03-27T04:21:51.779Z Downloaded typenum v1.19.0
1852026-03-27T04:21:51.779Z Downloaded either v1.15.0
1862026-03-27T04:21:51.779Z Downloaded thread-id v5.1.0
1872026-03-27T04:21:51.779Z Downloaded cobs v0.3.0
1882026-03-27T04:21:51.779Z Downloaded usdt-macro v0.6.0
1892026-03-27T04:21:51.779Z Downloaded cfg-if v1.0.4
1902026-03-27T04:21:51.779Z Downloaded fnv v1.0.7
1912026-03-27T04:21:51.780Z Downloaded darling_macro v0.21.3
1922026-03-27T04:21:51.780Z Downloaded block-buffer v0.10.4
1932026-03-27T04:21:51.780Z Downloaded plain v0.2.3
1942026-03-27T04:21:51.780Z Downloaded ref-cast-impl v1.0.25
1952026-03-27T04:21:51.780Z Downloaded ref-cast v1.0.25
1962026-03-27T04:21:51.780Z Downloaded strsim v0.11.1
1972026-03-27T04:21:51.780Z Downloaded proc-macro-error2 v2.0.1
1982026-03-27T04:21:51.796Z Downloaded serde_tokenstream v0.2.3
1992026-03-27T04:21:51.796Z Downloaded dyn-clone v1.0.20
2002026-03-27T04:21:51.796Z Downloaded darling_core v0.21.3
2012026-03-27T04:21:51.798Z Downloaded usdt-impl v0.6.0
2022026-03-27T04:21:51.798Z Downloaded tabwriter v1.4.1
2032026-03-27T04:21:51.798Z Downloaded pest_generator v2.8.6
2042026-03-27T04:21:51.798Z Downloaded ingot v0.1.1
2052026-03-27T04:21:51.810Z Downloaded zmij v1.0.21
2062026-03-27T04:21:51.810Z Downloaded thiserror-impl v2.0.18
2072026-03-27T04:21:51.810Z Downloaded defmt-macros v1.0.1
2082026-03-27T04:21:51.811Z Downloaded defmt v1.0.1
2092026-03-27T04:21:51.811Z Downloaded defmt-parser v1.0.0
2102026-03-27T04:21:51.811Z Downloaded byteorder v1.5.0
2112026-03-27T04:21:51.811Z Downloaded ipnetwork v0.21.1
2122026-03-27T04:21:51.822Z Downloaded ingot-macros v0.1.1
2132026-03-27T04:21:51.822Z Downloaded digest v0.10.7
2142026-03-27T04:21:51.828Z Downloaded pest_derive v2.8.6
2152026-03-27T04:21:51.828Z Downloaded darling v0.21.3
2162026-03-27T04:21:51.828Z Downloaded memmap2 v0.9.10
2172026-03-27T04:21:51.828Z Downloaded sha2 v0.10.9
2182026-03-27T04:21:51.828Z Downloaded crc32fast v1.5.0
2192026-03-27T04:21:51.851Z Downloaded ucd-trie v0.1.7
2202026-03-27T04:21:51.856Z Downloaded pest v2.8.6
2212026-03-27T04:21:51.856Z Downloaded serde_core v1.0.228
2222026-03-27T04:21:51.856Z Downloaded proc-macro2 v1.0.106
2232026-03-27T04:21:51.856Z Downloaded heapless v0.8.0
2242026-03-27T04:21:51.922Z Downloaded memchr v2.8.0
2252026-03-27T04:21:51.928Z Downloaded serde v1.0.228
2262026-03-27T04:21:51.928Z Downloaded pest_meta v2.8.6
2272026-03-27T04:21:51.929Z Downloaded uuid v1.22.0
2282026-03-27T04:21:51.929Z Downloaded zerocopy-derive v0.8.47
2292026-03-27T04:21:51.967Z Downloaded serde_json v1.0.149
2302026-03-27T04:21:51.967Z Downloaded regex v1.12.3
2312026-03-27T04:21:51.967Z Downloaded itertools v0.14.0
2322026-03-27T04:21:51.975Z Downloaded unicode-width v0.2.2
2332026-03-27T04:21:52.008Z Downloaded goblin v0.10.5
2342026-03-27T04:21:52.018Z Downloaded zerocopy v0.8.47
2352026-03-27T04:21:52.018Z Downloaded smoltcp v0.11.0
2362026-03-27T04:21:52.043Z Downloaded syn v2.0.117
2372026-03-27T04:21:52.044Z Downloaded regex-syntax v0.8.10
2382026-03-27T04:21:52.056Z Downloaded regex-automata v0.4.14
2392026-03-27T04:21:52.075Z Downloaded libc v0.2.183
2402026-03-27T04:21:52.123Z Compiling proc-macro2 v1.0.106
2412026-03-27T04:21:52.123Z Compiling quote v1.0.45
2422026-03-27T04:21:52.123Z Compiling unicode-ident v1.0.24
2432026-03-27T04:21:52.128Z Documenting unicode-ident v1.0.24
2442026-03-27T04:21:52.128Z Compiling serde_core v1.0.228
2452026-03-27T04:21:52.128Z Compiling fnv v1.0.7
2462026-03-27T04:21:52.192Z Compiling ident_case v1.0.1
2472026-03-27T04:21:52.279Z Compiling strsim v0.11.1
2482026-03-27T04:21:52.284Z Compiling memchr v2.8.0
2492026-03-27T04:21:52.392Z Compiling serde v1.0.228
2502026-03-27T04:21:52.558Z Compiling regex-syntax v0.8.10
2512026-03-27T04:21:52.653Z Documenting proc-macro2 v1.0.106
2522026-03-27T04:21:52.664Z Compiling aho-corasick v1.1.4
2532026-03-27T04:21:52.708Z Compiling thiserror v2.0.18
2542026-03-27T04:21:52.853Z Compiling zerocopy v0.8.47
2552026-03-27T04:21:53.097Z Checking syn v2.0.117
2562026-03-27T04:21:53.200Z Documenting quote v1.0.45
2572026-03-27T04:21:53.325Z Compiling either v1.15.0
2582026-03-27T04:21:53.331Z Checking byteorder v1.5.0
2592026-03-27T04:21:53.483Z Compiling itertools v0.14.0
2602026-03-27T04:21:53.682Z Documenting syn v2.0.117
2612026-03-27T04:21:53.966Z Compiling regex-automata v0.4.14
2622026-03-27T04:21:54.073Z Documenting fnv v1.0.7
2632026-03-27T04:21:54.168Z Documenting strsim v0.11.1
2642026-03-27T04:21:54.514Z Documenting ident_case v1.0.1
2652026-03-27T04:21:54.572Z Compiling heapless v0.8.0
2662026-03-27T04:21:54.678Z Checking bitflags v2.11.0
2672026-03-27T04:21:54.830Z Checking hash32 v0.3.1
2682026-03-27T04:21:54.935Z Documenting serde_core v1.0.228
2692026-03-27T04:21:54.950Z Checking macaddr v1.0.1
2702026-03-27T04:21:55.033Z Documenting memchr v2.8.0
2712026-03-27T04:21:55.040Z Checking darling_core v0.21.3
2722026-03-27T04:21:55.084Z Checking cfg-if v1.0.4
2732026-03-27T04:21:55.140Z Checking stable_deref_trait v1.2.1
2742026-03-27T04:21:55.208Z Compiling smoltcp v0.11.0
2752026-03-27T04:21:55.558Z Documenting regex-syntax v0.8.10
2762026-03-27T04:21:56.307Z Compiling regex v1.12.3
2772026-03-27T04:21:56.307Z Documenting darling_core v0.21.3
2782026-03-27T04:21:56.307Z Documenting aho-corasick v1.1.4
2792026-03-27T04:21:56.659Z Checking managed v0.8.0
2802026-03-27T04:21:56.804Z Checking bitflags v1.3.2
2812026-03-27T04:21:56.884Z Compiling serde_derive v1.0.228
2822026-03-27T04:21:56.884Z Compiling zerocopy-derive v0.8.47
2832026-03-27T04:21:56.904Z Compiling thiserror-impl v2.0.18
2842026-03-27T04:21:57.073Z Documenting regex-automata v0.4.14
2852026-03-27T04:21:57.221Z Documenting darling_macro v0.21.3
2862026-03-27T04:21:57.685Z Documenting serde_derive v1.0.228
2872026-03-27T04:21:57.862Z Compiling darling_macro v0.21.3
2882026-03-27T04:21:57.879Z Documenting thiserror-impl v2.0.18
2892026-03-27T04:21:57.895Z Documenting zerocopy-derive v0.8.47
2902026-03-27T04:21:58.240Z Checking cobs v0.3.0
2912026-03-27T04:21:58.371Z Compiling ref-cast v1.0.25
2922026-03-27T04:21:58.380Z Compiling darling v0.21.3
2932026-03-27T04:21:58.725Z Documenting darling v0.21.3
2942026-03-27T04:21:58.728Z Compiling ingot-macros v0.1.1
2952026-03-27T04:21:58.728Z Documenting regex v1.12.3
2962026-03-27T04:21:58.745Z Compiling crc32fast v1.5.0
2972026-03-27T04:21:58.844Z Documenting byteorder v1.5.0
2982026-03-27T04:21:59.021Z Documenting zerocopy v0.8.47
2992026-03-27T04:21:59.134Z Documenting thiserror v2.0.18
3002026-03-27T04:21:59.441Z Documenting hash32 v0.3.1
3012026-03-27T04:21:59.661Z Documenting ingot-macros v0.1.1
3022026-03-27T04:21:59.760Z Documenting serde v1.0.228
3032026-03-27T04:21:59.878Z Checking postcard v1.1.3
3042026-03-27T04:21:59.952Z Compiling ref-cast-impl v1.0.25
3052026-03-27T04:22:00.145Z Documenting bitflags v2.11.0
3062026-03-27T04:22:00.416Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3072026-03-27T04:22:00.537Z Checking unicode-width v0.2.2
3082026-03-27T04:22:00.666Z Compiling version_check v0.9.5
3092026-03-27T04:22:00.766Z Documenting stable_deref_trait v1.2.1
3102026-03-27T04:22:00.781Z Documenting macaddr v1.0.1
3112026-03-27T04:22:00.979Z Checking ipnetwork v0.21.1
3122026-03-27T04:22:00.996Z Documenting cfg-if v1.0.4
3132026-03-27T04:22:01.132Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3142026-03-27T04:22:01.146Z Documenting cobs v0.3.0
3152026-03-27T04:22:01.159Z Checking ingot-types v0.1.2
3162026-03-27T04:22:01.347Z Documenting managed v0.8.0
3172026-03-27T04:22:01.385Z Documenting heapless v0.8.0
3182026-03-27T04:22:01.496Z Checking ingot v0.1.1
3192026-03-27T04:22:01.616Z Checking tabwriter v1.4.1
3202026-03-27T04:22:01.740Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3212026-03-27T04:22:02.054Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3222026-03-27T04:22:02.182Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3232026-03-27T04:22:02.345Z Documenting postcard v1.1.3
3242026-03-27T04:22:02.351Z Documenting ingot-types v0.1.2
3252026-03-27T04:22:02.597Z Documenting ref-cast-impl v1.0.25
3262026-03-27T04:22:02.736Z Documenting either v1.15.0
3272026-03-27T04:22:02.750Z Documenting ipnetwork v0.21.1
3282026-03-27T04:22:02.874Z Documenting smoltcp v0.11.0
3292026-03-27T04:22:03.071Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3302026-03-27T04:22:03.104Z Documenting unicode-width v0.2.2
3312026-03-27T04:22:03.365Z Checking dyn-clone v1.0.20
3322026-03-27T04:22:03.460Z Documenting crc32fast v1.5.0
3332026-03-27T04:22:03.669Z Documenting ingot v0.1.1
3342026-03-27T04:22:03.848Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3352026-03-27T04:22:03.887Z Documenting itertools v0.14.0
3362026-03-27T04:22:04.150Z Documenting ref-cast v1.0.25
3372026-03-27T04:22:04.427Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3382026-03-27T04:22:04.659Z Documenting tabwriter v1.4.1
3392026-03-27T04:22:05.057Z Documenting dyn-clone v1.0.20
3402026-03-27T04:22:05.575Z Documenting uuid v1.22.0
3412026-03-27T04:22:06.065Z Checking uuid v1.22.0
3422026-03-27T04:22:06.226Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3432026-03-27T04:22:06.308Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3442026-03-27T04:22:06.781Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3452026-03-27T04:22:08.863Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3462026-03-27T04:22:11.087Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3472026-03-27T04:22:12.691Z Finished `dev` profile [optimized + debuginfo] target(s) in 26.10s
3482026-03-27T04:22:12.778Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3492026-03-27T04:22:12.796Z
3502026-03-27T04:22:12.799Zreal 26.205862155
3512026-03-27T04:22:12.799Zuser 1:21.461041263
3522026-03-27T04:22:12.799Zsys 17.390303482
3532026-03-27T04:22:12.799Ztrap 0.045839266
3542026-03-27T04:22:12.799Ztflt 0.077760908
3552026-03-27T04:22:12.799Zdflt 0.076545415
3562026-03-27T04:22:12.799Zkflt 0.003593671
3572026-03-27T04:22:12.799Zlock 9:13.632871665
3582026-03-27T04:22:12.800Zslp 5:04.627164136
3592026-03-27T04:22:12.800Zlat 7.154267389
3602026-03-27T04:22:12.800Zstop 9.116151545
3612026-03-27T04:22:12.800Z+ header 'analyze std + api + usdt'
3622026-03-27T04:22:12.800Z+ echo '# ==== analyze std + api + usdt ==== #'
3632026-03-27T04:22:12.800Z# ==== analyze std + api + usdt ==== #
3642026-03-27T04:22:12.800Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3652026-03-27T04:22:12.986Z Downloading crates ...
3662026-03-27T04:22:13.046Z Downloaded pin-project-lite v0.2.17
3672026-03-27T04:22:13.049Z Downloaded futures-core v0.3.32
3682026-03-27T04:22:13.053Z Downloaded rusticata-macros v5.0.0
3692026-03-27T04:22:13.056Z Downloaded futures-io v0.3.32
3702026-03-27T04:22:13.062Z Downloaded futures-executor v0.3.32
3712026-03-27T04:22:13.078Z Downloaded ctor-proc-macro v0.0.7
3722026-03-27T04:22:13.078Z Downloaded typeid v1.0.3
3732026-03-27T04:22:13.078Z Downloaded dtor-proc-macro v0.0.6
3742026-03-27T04:22:13.079Z Downloaded futures-sink v0.3.32
3752026-03-27T04:22:13.079Z Downloaded dtor v0.1.1
3762026-03-27T04:22:13.079Z Downloaded slab v0.4.12
3772026-03-27T04:22:13.079Z Downloaded futures-task v0.3.32
3782026-03-27T04:22:13.079Z Downloaded futures-macro v0.3.32
3792026-03-27T04:22:13.079Z Downloaded circular v0.3.0
3802026-03-27T04:22:13.079Z Downloaded once_cell v1.21.4
3812026-03-27T04:22:13.084Z Downloaded futures-channel v0.3.32
3822026-03-27T04:22:13.085Z Downloaded cookie-factory v0.3.3
3832026-03-27T04:22:13.088Z Downloaded futures v0.3.32
3842026-03-27T04:22:13.089Z Downloaded anyhow v1.0.102
3852026-03-27T04:22:13.092Z Downloaded ctor v0.6.3
3862026-03-27T04:22:13.092Z Downloaded ron v0.12.0
3872026-03-27T04:22:13.102Z Downloaded futures-util v0.3.32
3882026-03-27T04:22:13.108Z Downloaded pcap-parser v0.17.0
3892026-03-27T04:22:13.113Z Downloaded nom v8.0.0
3902026-03-27T04:22:13.162Z Compiling proc-macro2 v1.0.106
3912026-03-27T04:22:13.166Z Compiling quote v1.0.45
3922026-03-27T04:22:13.166Z Compiling unicode-ident v1.0.24
3932026-03-27T04:22:13.166Z Compiling memchr v2.8.0
3942026-03-27T04:22:13.166Z Compiling thiserror v2.0.18
3952026-03-27T04:22:13.166Z Compiling zerocopy v0.8.47
3962026-03-27T04:22:13.166Z Compiling serde_core v1.0.228
3972026-03-27T04:22:13.166Z Compiling zmij v1.0.21
3982026-03-27T04:22:13.500Z Compiling libc v0.2.183
3992026-03-27T04:22:13.530Z Compiling ucd-trie v0.1.7
4002026-03-27T04:22:13.533Z Compiling serde_json v1.0.149
4012026-03-27T04:22:13.721Z Compiling pest v2.8.6
4022026-03-27T04:22:13.741Z Compiling serde v1.0.228
4032026-03-27T04:22:13.749Z Compiling ident_case v1.0.1
4042026-03-27T04:22:13.855Z Compiling fnv v1.0.7
4052026-03-27T04:22:13.930Z Compiling strsim v0.11.1
4062026-03-27T04:22:14.257Z Compiling aho-corasick v1.1.4
4072026-03-27T04:22:14.369Z Compiling itoa v1.0.18
4082026-03-27T04:22:14.389Z Compiling syn v2.0.117
4092026-03-27T04:22:14.410Z Compiling regex-syntax v0.8.10
4102026-03-27T04:22:14.469Z Checking byteorder v1.5.0
4112026-03-27T04:22:14.849Z Compiling pest_meta v2.8.6
4122026-03-27T04:22:14.967Z Compiling usdt-impl v0.6.0
4132026-03-27T04:22:15.022Z Compiling either v1.15.0
4142026-03-27T04:22:15.036Z Checking bitflags v2.11.0
4152026-03-27T04:22:15.193Z Compiling itertools v0.14.0
4162026-03-27T04:22:15.414Z Compiling thread-id v5.1.0
4172026-03-27T04:22:15.689Z Compiling heapless v0.8.0
4182026-03-27T04:22:15.735Z Checking futures-sink v0.3.32
4192026-03-27T04:22:15.783Z Checking log v0.4.29
4202026-03-27T04:22:15.824Z Compiling regex-automata v0.4.14
4212026-03-27T04:22:16.063Z Checking plain v0.2.3
4222026-03-27T04:22:16.156Z Checking futures-core v0.3.32
4232026-03-27T04:22:16.273Z Checking futures-channel v0.3.32
4242026-03-27T04:22:16.466Z Checking hash32 v0.3.1
4252026-03-27T04:22:16.502Z Compiling smoltcp v0.11.0
4262026-03-27T04:22:16.586Z Checking futures-io v0.3.32
4272026-03-27T04:22:16.632Z Checking pretty-hex v0.4.2
4282026-03-27T04:22:16.690Z Checking slab v0.4.12
4292026-03-27T04:22:16.742Z Checking stable_deref_trait v1.2.1
4302026-03-27T04:22:16.809Z Compiling pest_generator v2.8.6
4312026-03-27T04:22:16.829Z Compiling darling_core v0.21.3
4322026-03-27T04:22:16.840Z Checking cfg-if v1.0.4
4332026-03-27T04:22:16.844Z Checking pin-project-lite v0.2.17
4342026-03-27T04:22:16.895Z Checking macaddr v1.0.1
4352026-03-27T04:22:16.921Z Checking futures-task v0.3.32
4362026-03-27T04:22:17.120Z Compiling ref-cast v1.0.25
4372026-03-27T04:22:17.226Z Compiling version_check v0.9.5
4382026-03-27T04:22:17.389Z Checking bitflags v1.3.2
4392026-03-27T04:22:17.419Z Compiling crc32fast v1.5.0
4402026-03-27T04:22:17.423Z Checking managed v0.8.0
4412026-03-27T04:22:17.480Z Checking memmap2 v0.9.10
4422026-03-27T04:22:17.492Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4432026-03-27T04:22:17.596Z Compiling regex v1.12.3
4442026-03-27T04:22:17.726Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4452026-03-27T04:22:17.730Z Checking unicode-width v0.2.2
4462026-03-27T04:22:17.969Z Checking ipnetwork v0.21.1
4472026-03-27T04:22:18.006Z Checking tabwriter v1.4.1
4482026-03-27T04:22:18.051Z Compiling thiserror-impl v2.0.18
4492026-03-27T04:22:18.131Z Compiling serde_derive v1.0.228
4502026-03-27T04:22:18.131Z Compiling zerocopy-derive v0.8.47
4512026-03-27T04:22:18.137Z Compiling pest_derive v2.8.6
4522026-03-27T04:22:18.441Z Compiling scroll_derive v0.13.1
4532026-03-27T04:22:18.622Z Compiling futures-macro v0.3.32
4542026-03-27T04:22:18.805Z Compiling ref-cast-impl v1.0.25
4552026-03-27T04:22:18.937Z Compiling darling_macro v0.21.3
4562026-03-27T04:22:19.227Z Checking scroll v0.13.0
4572026-03-27T04:22:19.373Z Checking dtrace-parser v0.3.0
4582026-03-27T04:22:19.444Z Checking goblin v0.10.5
4592026-03-27T04:22:19.450Z Checking futures-util v0.3.32
4602026-03-27T04:22:19.470Z Compiling darling v0.21.3
4612026-03-27T04:22:19.603Z Compiling ingot-macros v0.1.1
4622026-03-27T04:22:19.761Z Checking cobs v0.3.0
4632026-03-27T04:22:19.897Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4642026-03-27T04:22:20.108Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4652026-03-27T04:22:20.674Z Checking nom v8.0.0
4662026-03-27T04:22:20.744Z Compiling anyhow v1.0.102
4672026-03-27T04:22:21.228Z Checking postcard v1.1.3
4682026-03-27T04:22:21.373Z Checking futures-executor v0.3.32
4692026-03-27T04:22:21.508Z Compiling typeid v1.0.3
4702026-03-27T04:22:21.516Z Compiling serde_tokenstream v0.2.3
4712026-03-27T04:22:21.586Z Checking futures v0.3.32
4722026-03-27T04:22:21.652Z Checking dyn-clone v1.0.20
4732026-03-27T04:22:21.750Z Checking cookie-factory v0.3.3
4742026-03-27T04:22:21.818Z Checking uuid v1.22.0
4752026-03-27T04:22:21.908Z Compiling dtor-proc-macro v0.0.6
4762026-03-27T04:22:21.992Z Checking circular v0.3.0
4772026-03-27T04:22:22.004Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4782026-03-27T04:22:22.136Z Checking once_cell v1.21.4
4792026-03-27T04:22:22.194Z Compiling ctor-proc-macro v0.0.7
4802026-03-27T04:22:22.247Z Checking dtor v0.1.1
4812026-03-27T04:22:22.261Z Checking ron v0.12.0
4822026-03-27T04:22:22.295Z Compiling dof v0.4.0
4832026-03-27T04:22:22.315Z Checking ingot-types v0.1.2
4842026-03-27T04:22:22.501Z Checking ctor v0.6.3
4852026-03-27T04:22:22.643Z Checking rusticata-macros v5.0.0
4862026-03-27T04:22:22.647Z Checking ingot v0.1.1
4872026-03-27T04:22:22.744Z Checking pcap-parser v0.17.0
4882026-03-27T04:22:23.180Z Compiling usdt-macro v0.6.0
4892026-03-27T04:22:23.180Z Compiling usdt-attr-macro v0.6.0
4902026-03-27T04:22:23.765Z Checking usdt v0.6.0
4912026-03-27T04:22:24.056Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4922026-03-27T04:22:28.356Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4932026-03-27T04:22:29.907Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4942026-03-27T04:22:32.157Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.30s
4952026-03-27T04:22:32.190Z
4962026-03-27T04:22:32.195Zreal 19.387307075
4972026-03-27T04:22:32.195Zuser 1:10.443910717
4982026-03-27T04:22:32.195Zsys 14.713892893
4992026-03-27T04:22:32.195Ztrap 0.038042405
5002026-03-27T04:22:32.195Ztflt 0.129003798
5012026-03-27T04:22:32.195Zdflt 0.168899689
5022026-03-27T04:22:32.195Zkflt 0.000036077
5032026-03-27T04:22:32.195Zlock 3:55.964547628
5042026-03-27T04:22:32.195Zslp 3:43.936696177
5052026-03-27T04:22:32.195Zlat 3.323042250
5062026-03-27T04:22:32.195Zstop 7.504912053
5072026-03-27T04:22:32.195Z+ header 'analyze no_std + engine + kernel'
5082026-03-27T04:22:32.195Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
5092026-03-27T04:22:32.195Z# ==== analyze no_std + engine + kernel ==== #
5102026-03-27T04:22:32.195Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5112026-03-27T04:22:32.370Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5122026-03-27T04:22:32.371Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5132026-03-27T04:22:32.374Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5142026-03-27T04:22:32.393Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5152026-03-27T04:22:32.635Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5162026-03-27T04:22:36.799Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5172026-03-27T04:22:38.273Z Finished `dev` profile [optimized + debuginfo] target(s) in 6.03s
5182026-03-27T04:22:38.301Z
5192026-03-27T04:22:38.304Zreal 6.103684745
5202026-03-27T04:22:38.304Zuser 6.347003123
5212026-03-27T04:22:38.304Zsys 1.013128800
5222026-03-27T04:22:38.304Ztrap 0.000887628
5232026-03-27T04:22:38.305Ztflt 0.005456528
5242026-03-27T04:22:38.305Zdflt 0.002299630
5252026-03-27T04:22:38.305Zkflt 0.000001029
5262026-03-27T04:22:38.305Zlock 21.258698164
5272026-03-27T04:22:38.305Zslp 22.303967173
5282026-03-27T04:22:38.305Zlat 0.015258132
5292026-03-27T04:22:38.305Zstop 0.236375706
5302026-03-27T04:22:38.305Z+ header test
5312026-03-27T04:22:38.305Z+ echo '# ==== test ==== #'
5322026-03-27T04:22:38.305Z+ ptime -m cargo test
5332026-03-27T04:22:38.305Z# ==== test ==== #
5342026-03-27T04:22:38.460Z Compiling memchr v2.8.0
5352026-03-27T04:22:38.460Z Compiling serde_core v1.0.228
5362026-03-27T04:22:38.484Z Compiling thiserror v2.0.18
5372026-03-27T04:22:38.487Z Compiling zerocopy v0.8.47
5382026-03-27T04:22:38.490Z Compiling byteorder v1.5.0
5392026-03-27T04:22:38.490Z Compiling unicode-ident v1.0.24
5402026-03-27T04:22:38.494Z Compiling zmij v1.0.21
5412026-03-27T04:22:38.494Z Compiling libc v0.2.183
5422026-03-27T04:22:38.568Z Compiling proc-macro2 v1.0.106
5432026-03-27T04:22:38.614Z Compiling scroll v0.13.0
5442026-03-27T04:22:38.697Z Compiling ucd-trie v0.1.7
5452026-03-27T04:22:38.839Z Compiling itoa v1.0.18
5462026-03-27T04:22:38.862Z Compiling log v0.4.29
5472026-03-27T04:22:38.880Z Compiling futures-core v0.3.32
5482026-03-27T04:22:39.039Z Compiling plain v0.2.3
5492026-03-27T04:22:39.075Z Compiling futures-sink v0.3.32
5502026-03-27T04:22:39.092Z Compiling quote v1.0.45
5512026-03-27T04:22:39.135Z Compiling goblin v0.10.5
5522026-03-27T04:22:39.169Z Compiling futures-channel v0.3.32
5532026-03-27T04:22:39.404Z Compiling pest v2.8.6
5542026-03-27T04:22:39.415Z Compiling hash32 v0.3.1
5552026-03-27T04:22:39.579Z Compiling pin-project-lite v0.2.17
5562026-03-27T04:22:39.670Z Compiling pretty-hex v0.4.2
5572026-03-27T04:22:39.777Z Compiling cfg-if v1.0.4
5582026-03-27T04:22:39.804Z Compiling slab v0.4.12
5592026-03-27T04:22:39.840Z Compiling stable_deref_trait v1.2.1
5602026-03-27T04:22:39.912Z Compiling macaddr v1.0.1
5612026-03-27T04:22:39.980Z Compiling futures-task v0.3.32
5622026-03-27T04:22:40.059Z Compiling futures-io v0.3.32
5632026-03-27T04:22:40.162Z Compiling futures-util v0.3.32
5642026-03-27T04:22:40.172Z Compiling heapless v0.8.0
5652026-03-27T04:22:40.244Z Compiling serde v1.0.228
5662026-03-27T04:22:40.440Z Compiling bitflags v2.11.0
5672026-03-27T04:22:40.611Z Compiling serde_json v1.0.149
5682026-03-27T04:22:40.860Z Compiling dtrace-parser v0.3.0
5692026-03-27T04:22:40.882Z Compiling syn v2.0.117
5702026-03-27T04:22:41.120Z Compiling thread-id v5.1.0
5712026-03-27T04:22:41.196Z Compiling cobs v0.3.0
5722026-03-27T04:22:41.384Z Compiling ingot-types v0.1.2
5732026-03-27T04:22:41.479Z Compiling bitflags v1.3.2
5742026-03-27T04:22:41.494Z Compiling managed v0.8.0
5752026-03-27T04:22:41.543Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5762026-03-27T04:22:41.719Z Compiling ingot v0.1.1
5772026-03-27T04:22:41.765Z Compiling smoltcp v0.11.0
5782026-03-27T04:22:41.776Z Compiling postcard v1.1.3
5792026-03-27T04:22:42.118Z Compiling dof v0.4.0
5802026-03-27T04:22:42.924Z Compiling futures-executor v0.3.32
5812026-03-27T04:22:43.535Z Compiling usdt-impl v0.6.0
5822026-03-27T04:22:43.762Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5832026-03-27T04:22:43.927Z Compiling memmap2 v0.9.10
5842026-03-27T04:22:44.224Z Compiling unicode-width v0.2.2
5852026-03-27T04:22:44.354Z Compiling ipnetwork v0.21.1
5862026-03-27T04:22:44.533Z Compiling either v1.15.0
5872026-03-27T04:22:44.539Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5882026-03-27T04:22:44.713Z Compiling itertools v0.14.0
5892026-03-27T04:22:44.895Z Compiling tabwriter v1.4.1
5902026-03-27T04:22:45.310Z Compiling ref-cast v1.0.25
5912026-03-27T04:22:45.406Z Compiling usdt v0.6.0
5922026-03-27T04:22:45.652Z Compiling futures v0.3.32
5932026-03-27T04:22:45.726Z Compiling crc32fast v1.5.0
5942026-03-27T04:22:45.994Z Compiling nom v8.0.0
5952026-03-27T04:22:46.002Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5962026-03-27T04:22:46.022Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5972026-03-27T04:22:46.052Z Compiling dyn-clone v1.0.20
5982026-03-27T04:22:46.219Z Compiling cookie-factory v0.3.3
5992026-03-27T04:22:46.547Z Compiling uuid v1.22.0
6002026-03-27T04:22:46.592Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6012026-03-27T04:22:46.831Z Compiling circular v0.3.0
6022026-03-27T04:22:46.982Z Compiling dtor v0.1.1
6032026-03-27T04:22:47.054Z Compiling anyhow v1.0.102
6042026-03-27T04:22:47.086Z Compiling typeid v1.0.3
6052026-03-27T04:22:47.095Z Compiling once_cell v1.21.4
6062026-03-27T04:22:47.148Z Compiling ctor v0.6.3
6072026-03-27T04:22:47.220Z Compiling ron v0.12.0
6082026-03-27T04:22:48.402Z Compiling rusticata-macros v5.0.0
6092026-03-27T04:22:48.529Z Compiling pcap-parser v0.17.0
6102026-03-27T04:22:51.265Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6112026-03-27T04:22:53.584Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6122026-03-27T04:23:31.795Z Finished `test` profile [optimized + debuginfo] target(s) in 53.47s
6132026-03-27T04:23:31.811Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-ef9e7dbfff69eccf)
6142026-03-27T04:23:31.814Z
6152026-03-27T04:23:31.814Zrunning 15 tests
6162026-03-27T04:23:31.814Ztest api::tests::ports_from_str_bad ... ok
6172026-03-27T04:23:31.814Ztest api::tests::parse_good_proto_filter ... ok
6182026-03-27T04:23:31.814Ztest api::tests::parse_bad_proto_filter ... ok
6192026-03-27T04:23:31.814Ztest api::tests::parse_bad_address ... ok
6202026-03-27T04:23:31.814Ztest api::tests::ports_from_str_good ... ok
6212026-03-27T04:23:31.814Ztest api::tests::parse_good_address ... ok
6222026-03-27T04:23:31.815Ztest cfg::tests::test_required_nat_space ... ok
6232026-03-27T04:23:31.818Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6242026-03-27T04:23:31.818Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6252026-03-27T04:23:31.818Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6262026-03-27T04:23:31.818Ztest engine::geneve::test::parse_multi_opt ... ok
6272026-03-27T04:23:31.818Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6282026-03-27T04:23:31.818Ztest engine::geneve::test::parse_single_opt ... ok
6292026-03-27T04:23:31.818Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6302026-03-27T04:23:31.818Ztest engine::firewall::tests::port_predicate_simplification ... ok
6312026-03-27T04:23:31.818Z
6322026-03-27T04:23:31.818Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6332026-03-27T04:23:31.818Z
6342026-03-27T04:23:31.818Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-2f81b0989155b5e5)
6352026-03-27T04:23:31.821Z
6362026-03-27T04:23:31.821Zrunning 4 tests
6372026-03-27T04:23:31.821Ztest firewall_external_inbound ... ok
6382026-03-27T04:23:31.821Ztest firewall_vni_outbound ... ok
6392026-03-27T04:23:31.821Ztest firewall_vni_inbound ... ok
6402026-03-27T04:23:31.821Ztest firewall_replace_rules ... ok
6412026-03-27T04:23:31.821Z
6422026-03-27T04:23:31.821Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6432026-03-27T04:23:31.822Z
6442026-03-27T04:23:31.822Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-1c363f702d78b6db)
6452026-03-27T04:23:31.824Z
6462026-03-27T04:23:31.825Zrunning 2 tests
6472026-03-27T04:23:31.825Ztest parse_in_regression ... ok
6482026-03-27T04:23:31.825Ztest parse_out_regression ... ok
6492026-03-27T04:23:31.825Z
6502026-03-27T04:23:31.825Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6512026-03-27T04:23:31.825Z
6522026-03-27T04:23:31.825Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-ee364107dd991953)
6532026-03-27T04:23:31.825Z
6542026-03-27T04:23:31.825Zrunning 47 tests
6552026-03-27T04:23:31.828Ztest bad_ip_len ... ok
6562026-03-27T04:23:31.828Ztest add_remove_fw_rule ... ok
6572026-03-27T04:23:31.828Ztest check_layers ... ok
6582026-03-27T04:23:31.828Ztest arp_gateway ... ok
6592026-03-27T04:23:31.828Ztest external_attached_subnets_cannot_reach_internal ... ok
6602026-03-27T04:23:31.828Ztest anti_spoof ... ok
6612026-03-27T04:23:31.828Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6622026-03-27T04:23:31.828Ztest external_attached_subnets_dont_apply_nat ... ok
6632026-03-27T04:23:31.828Ztest early_tcp_invalidation ... ok
6642026-03-27T04:23:31.828Ztest flow_expiration ... ok
6652026-03-27T04:23:31.828Ztest gateway_icmp4_ping ... ok
6662026-03-27T04:23:31.828Ztest gateway_icmpv6_ping ... ok
6672026-03-27T04:23:31.828Ztest external_ip_reconfigurable ... ok
6682026-03-27T04:23:31.828Ztest external_ip_epoch_affinity_preserved ... ok
6692026-03-27T04:23:31.828Ztest gateway_router_advert_reply ... ok
6702026-03-27T04:23:31.828Ztest guest_to_guest_no_route ... ok
6712026-03-27T04:23:31.828Ztest guest_to_internet_ipv4 ... ok
6722026-03-27T04:23:31.828Ztest guest_to_internet_ipv6 ... ok
6732026-03-27T04:23:31.828Ztest guest_to_guest_diff_vpc_no_peer ... ok
6742026-03-27T04:23:31.828Ztest inbound_ndp_dropped_at_gateway ... ok
6752026-03-27T04:23:31.828Ztest external_ip_receive_and_reply_on_all ... ok
6762026-03-27T04:23:31.828Ztest icmpv6_inner_has_nat_applied ... ok
6772026-03-27T04:23:31.828Ztest icmp_inner_has_nat_applied ... ok
6782026-03-27T04:23:31.828Ztest external_ip_balanced_over_floating_ips ... ok
6792026-03-27T04:23:31.828Ztest guest_to_guest ... ok
6802026-03-27T04:23:31.828Ztest no_panic_on_flow_table_full ... ok
6812026-03-27T04:23:31.828Ztest internal_attached_subnets ... ok
6822026-03-27T04:23:31.828Ztest intra_subnet_routes_with_custom ... ok
6832026-03-27T04:23:31.828Ztest outbound_ndp_dropped ... ok
6842026-03-27T04:23:31.828Ztest packet_body_pullup ... ok
6852026-03-27T04:23:31.828Ztest port_transition_reset ... ok
6862026-03-27T04:23:31.828Ztest port_as_router_target ... ok
6872026-03-27T04:23:31.829Ztest port_transition_running ... ok
6882026-03-27T04:23:31.829Ztest test_drop_on_unknown_critical_option ... ok
6892026-03-27T04:23:31.829Ztest port_transition_pause ... ok
6902026-03-27T04:23:31.829Ztest select_eip_conditioned_on_igw ... ok
6912026-03-27T04:23:31.829Ztest test_ipv6_multicast_encapsulation ... ok
6922026-03-27T04:23:31.829Ztest snat_icmp6_echo_rewrite ... ok
6932026-03-27T04:23:31.829Ztest tcp_inbound ... ok
6942026-03-27T04:23:31.829Ztest test_gateway_neighbor_advert_reply ... ok
6952026-03-27T04:23:31.832Ztest snat_icmp4_echo_rewrite ... ok
6962026-03-27T04:23:31.832Ztest tcp_outbound ... ok
6972026-03-27T04:23:31.833Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6982026-03-27T04:23:31.833Ztest test_tcp_multicast_denied ... ok
6992026-03-27T04:23:31.833Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
7002026-03-27T04:23:31.833Ztest uft_lft_invalidation_out ... ok
7012026-03-27T04:23:31.833Ztest uft_lft_invalidation_in ... ok
7022026-03-27T04:23:31.833Z
7032026-03-27T04:23:31.833Ztest result: ok. 47 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7042026-03-27T04:23:31.833Z
7052026-03-27T04:23:31.833Z Doc-tests oxide_vpc
7062026-03-27T04:23:32.116Z
7072026-03-27T04:23:32.116Zrunning 0 tests
7082026-03-27T04:23:32.116Z
7092026-03-27T04:23:32.116Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7102026-03-27T04:23:32.116Z
7112026-03-27T04:23:32.144Z
7122026-03-27T04:23:32.144Zreal 53.828269458
7132026-03-27T04:23:32.144Zuser 3:15.269630340
7142026-03-27T04:23:32.145Zsys 11.727160944
7152026-03-27T04:23:32.145Ztrap 0.097263972
7162026-03-27T04:23:32.145Ztflt 0.209748890
7172026-03-27T04:23:32.150Zdflt 0.266482103
7182026-03-27T04:23:32.150Zkflt 0.000019726
7192026-03-27T04:23:32.150Zlock 12:52.168166906
7202026-03-27T04:23:32.150Zslp 6:41.786041668
7212026-03-27T04:23:32.150Zlat 8.366871164
7222026-03-27T04:23:32.150Zstop 5.194685324
7232026-03-27T04:23:32.150Zprocess exited: duration 121584 ms, exit code 0
 
7242026-03-27T04:23:32.156Zfound 0 output files