01KXZH2N1TAGGVP2P937B1V5ZG: oxide-vpc

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

Buildomat Job: 01KXZH38ZPRHYHA63X376S15BT

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-20T10:29:20.620Zjob assigned to worker 01KXZH41VFD82JBNNDZBY9P57S [factory aws, i-081c238739308a8c3] (queued for 1 m 10 s)
 
22026-07-20T10:29:27.400Zstarting task 0: "setup"
32026-07-20T10:29:27.405Z++ uname -s
42026-07-20T10:29:27.408Z+ kern=SunOS
52026-07-20T10:29:27.408Z+ build_user=build
62026-07-20T10:29:27.408Z+ build_uid=12345
72026-07-20T10:29:27.408Z+ work_dir=/work
82026-07-20T10:29:27.408Z+ input_dir=/input
92026-07-20T10:29:27.408Z+ [[ 0 == 12345 ]]
102026-07-20T10:29:27.408Z+ case "$kern" in
112026-07-20T10:29:27.408Z+ groupadd -g 12345 build
122026-07-20T10:29:27.408Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-20T10:29:29.414Z+ zfs create -o mountpoint=/work rpool/work
142026-07-20T10:29:29.475Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-20T10:29:29.479Z+ home_fs=zfs
162026-07-20T10:29:29.479Z+ [[ zfs == autofs ]]
172026-07-20T10:29:29.479Z+ mkdir -p /home/build
182026-07-20T10:29:29.479Z+ chown build:build /home/build /work
192026-07-20T10:29:31.479Z+ chmod 0700 /home/build /work
202026-07-20T10:29:31.482Zprocess exited: duration 4081 ms, exit code 0
 
212026-07-20T10:29:31.488Zstarting task 1: "rust-toolchain"
222026-07-20T10:29:31.492Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-20T10:29:31.492Z * rust toolchain channel = "1.96.1"
242026-07-20T10:29:31.492Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-20T10:29:31.492Z * rust toolchain profile = "default"
262026-07-20T10:29:31.492Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-20T10:29:31.492Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-20T10:29:31.495Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-20T10:29:31.495Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-20T10:29:31.586Zinfo: downloading installer
312026-07-20T10:29:33.024Zwarn: It looks like you have an existing rustup settings file at:
322026-07-20T10:29:33.024Zwarn: /home/build/.rustup/settings.toml
332026-07-20T10:29:33.024Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-20T10:29:33.024Zwarn: instead of the one inferred from the default host triple.
352026-07-20T10:29:33.036Zinfo: profile set to default
362026-07-20T10:29:33.036Zinfo: default host triple is x86_64-unknown-illumos
372026-07-20T10:29:33.039Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-20T10:29:33.172Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-20T10:29:33.175Zinfo: downloading 6 components
402026-07-20T10:29:49.957Z
412026-07-20T10:29:49.957Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
422026-07-20T10:29:49.984Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-20T10:29:49.984Z
442026-07-20T10:29:49.984Z
452026-07-20T10:29:49.984ZRust is installed now. Great!
462026-07-20T10:29:49.984Z
472026-07-20T10:29:49.989ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-20T10:29:49.989Zenvironment variable. This has not been done automatically.
492026-07-20T10:29:49.989Z
502026-07-20T10:29:49.989ZTo configure your current shell, you need to source
512026-07-20T10:29:49.989Zthe corresponding env file under $HOME/.cargo.
522026-07-20T10:29:49.989Z
532026-07-20T10:29:49.989ZThis is usually done by running one of the following (note the leading DOT):
542026-07-20T10:29:49.989Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-20T10:29:49.989Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-20T10:29:49.989Zsource "~/.cargo/env.nu" # For nushell
572026-07-20T10:29:49.989Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-20T10:29:49.989Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-20T10:29:49.989Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-20T10:29:49.989Zwarn: no default linker (`cc`) was found in your PATH
612026-07-20T10:29:49.989Zwarn: many Rust crates require a system C toolchain to build
622026-07-20T10:29:50.093Z+ rustup --version
632026-07-20T10:29:50.102Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-20T10:29:50.105Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-20T10:29:50.123Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-20T10:29:50.126Z+ cargo --version
672026-07-20T10:29:50.140Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-20T10:29:50.143Z+ rustc --version
692026-07-20T10:29:50.162Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-20T10:29:50.165Zprocess exited: duration 18676 ms, exit code 0
 
712026-07-20T10:29:50.171Zstarting task 2: "authentication"
722026-07-20T10:29:50.187Zprocess exited: duration 15 ms, exit code 0
 
732026-07-20T10:29:50.194Zstarting task 3: "clone repository"
742026-07-20T10:29:50.197Z+ mkdir -p /work/oxidecomputer/opte
752026-07-20T10:29:50.200Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-20T10:29:50.229ZCloning into '/work/oxidecomputer/opte'...
772026-07-20T10:29:51.085Z+ cd /work/oxidecomputer/opte
782026-07-20T10:29:51.085Z+ git fetch origin 2571d9323c72b0d6d59ae719a8c235eeb081e2db
792026-07-20T10:29:51.309ZFrom https://github.com/oxidecomputer/opte
802026-07-20T10:29:51.309Z * branch 2571d9323c72b0d6d59ae719a8c235eeb081e2db -> FETCH_HEAD
812026-07-20T10:29:51.318Z+ [[ -n renovate/anyhow-1.x-lockfile ]]
822026-07-20T10:29:51.322Z++ git branch --show-current
832026-07-20T10:29:51.325Z+ current=master
842026-07-20T10:29:51.325Z+ [[ master != renovate/anyhow-1.x-lockfile ]]
852026-07-20T10:29:51.325Z+ git branch -f renovate/anyhow-1.x-lockfile 2571d9323c72b0d6d59ae719a8c235eeb081e2db
862026-07-20T10:29:51.327Z+ git checkout -f renovate/anyhow-1.x-lockfile
872026-07-20T10:29:51.345ZSwitched to branch 'renovate/anyhow-1.x-lockfile'
882026-07-20T10:29:51.347Z+ git reset --hard 2571d9323c72b0d6d59ae719a8c235eeb081e2db
892026-07-20T10:29:51.364ZHEAD is now at 2571d93 Update Rust crate anyhow to v1.0.104
902026-07-20T10:29:51.367Zprocess exited: duration 1171 ms, exit code 0
 
912026-07-20T10:29:51.373Zstarting task 4: "build"
922026-07-20T10:29:51.376Z+ source .github/buildomat/common.sh
932026-07-20T10:29:51.379Z++ rustup show active-toolchain
942026-07-20T10:29:51.382Z1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-20T10:29:51.385Z++ pushd xde
962026-07-20T10:29:51.385Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-20T10:29:51.386Z++ rustup show active-toolchain
982026-07-20T10:29:51.389Zinfo: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos
992026-07-20T10:29:51.548Zinfo: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29)
1002026-07-20T10:29:51.554Zinfo: downloading 6 components
1012026-07-20T10:30:05.369Znightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-20T10:30:05.470Z+++ rustup show active-toolchain -v
1032026-07-20T10:30:05.473Z+++ head -n 1
1042026-07-20T10:30:05.473Z+++ cut '-d ' -f1
1052026-07-20T10:30:05.524Z++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1062026-07-20T10:30:05.524Z++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1072026-07-20T10:30:05.524Z++ popd
1082026-07-20T10:30:05.529Z/work/oxidecomputer/opte
1092026-07-20T10:30:05.529Z+ cargo --version
1102026-07-20T10:30:05.534Zcargo 1.96.1 (356927216 2026-06-26)
1112026-07-20T10:30:05.537Z+ rustc --version
1122026-07-20T10:30:05.556Zrustc 1.96.1 (31fca3adb 2026-06-26)
1132026-07-20T10:30:05.559Z+ cd lib/oxide-vpc
1142026-07-20T10:30:05.559Z+ header 'check style'
1152026-07-20T10:30:05.559Z+ echo '# ==== check style ==== #'
1162026-07-20T10:30:05.559Z# ==== check style ==== #
1172026-07-20T10:30:05.559Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check
1182026-07-20T10:30:05.680Z
1192026-07-20T10:30:05.681Zreal 0.119621900
1202026-07-20T10:30:05.681Zuser 0.085877714
1212026-07-20T10:30:05.681Zsys 0.030700961
1222026-07-20T10:30:05.681Ztrap 0.000004520
1232026-07-20T10:30:05.681Ztflt 0.000031720
1242026-07-20T10:30:05.681Zdflt 0.000023860
1252026-07-20T10:30:05.681Zkflt 0.000000000
1262026-07-20T10:30:05.681Zlock 0.030882594
1272026-07-20T10:30:05.681Zslp 0.099464723
1282026-07-20T10:30:05.681Zlat 0.000819330
1292026-07-20T10:30:05.681Zstop 0.000096550
1302026-07-20T10:30:05.684Z+ header 'check docs'
1312026-07-20T10:30:05.684Z+ echo '# ==== check docs ==== #'
1322026-07-20T10:30:05.684Z# ==== check docs ==== #
1332026-07-20T10:30:05.684Z+ RUSTDOCFLAGS='-D warnings'
1342026-07-20T10:30:05.684Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-07-20T10:30:05.747Z Updating crates.io index
1362026-07-20T10:30:05.750Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-07-20T10:30:06.731Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-07-20T10:30:07.144Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-07-20T10:30:07.453Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-07-20T10:30:07.659Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-07-20T10:30:07.895Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-07-20T10:30:08.149Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-07-20T10:30:10.022Z Downloading crates ...
1442026-07-20T10:30:10.080Z Downloaded dyn-clone v1.0.20
1452026-07-20T10:30:10.083Z Downloaded embedded-io v0.6.1
1462026-07-20T10:30:10.083Z Downloaded embedded-io v0.4.0
1472026-07-20T10:30:10.087Z Downloaded ident_case v1.0.1
1482026-07-20T10:30:10.091Z Downloaded darling_macro v0.21.3
1492026-07-20T10:30:10.091Z Downloaded defmt v0.3.100
1502026-07-20T10:30:10.091Z Downloaded plain v0.2.3
1512026-07-20T10:30:10.091Z Downloaded cfg-if v1.0.4
1522026-07-20T10:30:10.091Z Downloaded pretty-hex v0.4.2
1532026-07-20T10:30:10.095Z Downloaded fnv v1.0.7
1542026-07-20T10:30:10.098Z Downloaded macaddr v1.0.1
1552026-07-20T10:30:10.099Z Downloaded darling_macro v0.23.0
1562026-07-20T10:30:10.102Z Downloaded ref-cast v1.0.25
1572026-07-20T10:30:10.105Z Downloaded dtrace-parser v0.3.0
1582026-07-20T10:30:10.105Z Downloaded itoa v1.0.18
1592026-07-20T10:30:10.105Z Downloaded tabwriter v1.4.1
1602026-07-20T10:30:10.108Z Downloaded cobs v0.3.0
1612026-07-20T10:30:10.108Z Downloaded defmt-parser v1.0.0
1622026-07-20T10:30:10.111Z Downloaded darling v0.23.0
1632026-07-20T10:30:10.114Z Downloaded byteorder v1.5.0
1642026-07-20T10:30:10.117Z Downloaded managed v0.8.0
1652026-07-20T10:30:10.119Z Downloaded stable_deref_trait v1.2.1
1662026-07-20T10:30:10.125Z Downloaded strsim v0.11.1
1672026-07-20T10:30:10.131Z Downloaded dof v0.4.0
1682026-07-20T10:30:10.134Z Downloaded usdt-macro v0.6.0
1692026-07-20T10:30:10.138Z Downloaded thread-id v5.1.0
1702026-07-20T10:30:10.142Z Downloaded ref-cast-impl v1.0.25
1712026-07-20T10:30:10.147Z Downloaded scroll_derive v0.13.1
1722026-07-20T10:30:10.150Z Downloaded usdt v0.6.0
1732026-07-20T10:30:10.150Z Downloaded usdt-attr-macro v0.6.0
1742026-07-20T10:30:10.150Z Downloaded bitflags v1.3.2
1752026-07-20T10:30:10.150Z Downloaded hash32 v0.3.1
1762026-07-20T10:30:10.152Z Downloaded ingot v0.1.1
1772026-07-20T10:30:10.153Z Downloaded defmt-macros v1.1.1
1782026-07-20T10:30:10.160Z Downloaded bitflags v2.13.0
1792026-07-20T10:30:10.162Z Downloaded either v1.16.0
1802026-07-20T10:30:10.165Z Downloaded defmt v1.1.1
1812026-07-20T10:30:10.165Z Downloaded ipnetwork v0.21.1
1822026-07-20T10:30:10.168Z Downloaded usdt-impl v0.6.0
1832026-07-20T10:30:10.171Z Downloaded pest_derive v2.8.7
1842026-07-20T10:30:10.171Z Downloaded pest_generator v2.8.7
1852026-07-20T10:30:10.176Z Downloaded scroll v0.13.0
1862026-07-20T10:30:10.179Z Downloaded thiserror-impl v2.0.18
1872026-07-20T10:30:10.179Z Downloaded thiserror v2.0.18
1882026-07-20T10:30:10.183Z Downloaded ingot-types v0.1.2
1892026-07-20T10:30:10.186Z Downloaded zmij v1.0.22
1902026-07-20T10:30:10.189Z Downloaded quote v1.0.46
1912026-07-20T10:30:10.189Z Downloaded postcard v1.1.3
1922026-07-20T10:30:10.192Z Downloaded serde_tokenstream v0.2.3
1932026-07-20T10:30:10.205Z Downloaded darling v0.21.3
1942026-07-20T10:30:10.208Z Downloaded ingot-macros v0.1.1
1952026-07-20T10:30:10.212Z Downloaded pest_meta v2.8.7
1962026-07-20T10:30:10.223Z Downloaded log v0.4.33
1972026-07-20T10:30:10.226Z Downloaded serde_core v1.0.228
1982026-07-20T10:30:10.233Z Downloaded proc-macro2 v1.0.106
1992026-07-20T10:30:10.236Z Downloaded crc32fast v1.5.0
2002026-07-20T10:30:10.236Z Downloaded serde_derive v1.0.228
2012026-07-20T10:30:10.242Z Downloaded memmap2 v0.9.11
2022026-07-20T10:30:10.245Z Downloaded unicode-ident v1.0.24
2032026-07-20T10:30:10.245Z Downloaded version_check v0.9.5
2042026-07-20T10:30:10.245Z Downloaded ucd-trie v0.1.7
2052026-07-20T10:30:10.246Z Downloaded uuid v1.23.5
2062026-07-20T10:30:10.259Z Downloaded darling_core v0.21.3
2072026-07-20T10:30:10.263Z Downloaded heapless v0.8.0
2082026-07-20T10:30:10.273Z Downloaded darling_core v0.23.0
2092026-07-20T10:30:10.297Z Downloaded memchr v2.8.3
2102026-07-20T10:30:10.300Z Downloaded serde v1.0.228
2112026-07-20T10:30:10.303Z Downloaded zerocopy-derive v0.8.54
2122026-07-20T10:30:10.305Z Downloaded aho-corasick v1.1.4
2132026-07-20T10:30:10.330Z Downloaded pest v2.8.7
2142026-07-20T10:30:10.343Z Downloaded serde_json v1.0.150
2152026-07-20T10:30:10.350Z Downloaded itertools v0.14.0
2162026-07-20T10:30:10.355Z Downloaded itertools v0.15.0
2172026-07-20T10:30:10.364Z Downloaded regex v1.13.0
2182026-07-20T10:30:10.407Z Downloaded goblin v0.10.7
2192026-07-20T10:30:10.411Z Downloaded zerocopy v0.8.54
2202026-07-20T10:30:10.421Z Downloaded unicode-width v0.2.2
2212026-07-20T10:30:10.428Z Downloaded syn v2.0.118
2222026-07-20T10:30:10.442Z Downloaded regex-syntax v0.8.11
2232026-07-20T10:30:10.446Z Downloaded smoltcp v0.11.0
2242026-07-20T10:30:10.475Z Downloaded regex-automata v0.4.15
2252026-07-20T10:30:10.482Z Downloaded libc v0.2.186
2262026-07-20T10:30:10.540Z Compiling proc-macro2 v1.0.106
2272026-07-20T10:30:10.541Z Compiling quote v1.0.46
2282026-07-20T10:30:10.541Z Compiling unicode-ident v1.0.24
2292026-07-20T10:30:10.543Z Documenting unicode-ident v1.0.24
2302026-07-20T10:30:10.543Z Compiling ident_case v1.0.1
2312026-07-20T10:30:10.543Z Compiling strsim v0.11.1
2322026-07-20T10:30:10.543Z Compiling serde_core v1.0.228
2332026-07-20T10:30:10.698Z Compiling fnv v1.0.7
2342026-07-20T10:30:10.718Z Compiling memchr v2.8.3
2352026-07-20T10:30:10.789Z Compiling serde v1.0.228
2362026-07-20T10:30:10.894Z Compiling regex-syntax v0.8.11
2372026-07-20T10:30:10.961Z Compiling thiserror v2.0.18
2382026-07-20T10:30:11.004Z Compiling zerocopy v0.8.54
2392026-07-20T10:30:11.109Z Documenting proc-macro2 v1.0.106
2402026-07-20T10:30:11.326Z Compiling aho-corasick v1.1.4
2412026-07-20T10:30:11.589Z Checking syn v2.0.118
2422026-07-20T10:30:11.597Z Compiling either v1.16.0
2432026-07-20T10:30:11.717Z Checking byteorder v1.5.0
2442026-07-20T10:30:11.726Z Documenting quote v1.0.46
2452026-07-20T10:30:11.874Z Compiling itertools v0.14.0
2462026-07-20T10:30:12.241Z Documenting syn v2.0.118
2472026-07-20T10:30:12.487Z Compiling regex-automata v0.4.15
2482026-07-20T10:30:12.752Z Compiling heapless v0.8.0
2492026-07-20T10:30:12.986Z Checking bitflags v2.13.0
2502026-07-20T10:30:13.130Z Checking hash32 v0.3.1
2512026-07-20T10:30:13.140Z Documenting serde_core v1.0.228
2522026-07-20T10:30:13.222Z Checking macaddr v1.0.1
2532026-07-20T10:30:13.237Z Documenting memchr v2.8.3
2542026-07-20T10:30:13.358Z Checking stable_deref_trait v1.2.1
2552026-07-20T10:30:13.423Z Checking cfg-if v1.0.4
2562026-07-20T10:30:13.566Z Documenting regex-syntax v0.8.11
2572026-07-20T10:30:13.601Z Compiling smoltcp v0.11.0
2582026-07-20T10:30:13.874Z Documenting aho-corasick v1.1.4
2592026-07-20T10:30:13.958Z Checking darling_core v0.21.3
2602026-07-20T10:30:14.592Z Compiling regex v1.13.0
2612026-07-20T10:30:14.830Z Compiling darling_core v0.23.0
2622026-07-20T10:30:14.854Z Documenting regex-automata v0.4.15
2632026-07-20T10:30:14.990Z Checking bitflags v1.3.2
2642026-07-20T10:30:15.062Z Checking managed v0.8.0
2652026-07-20T10:30:15.238Z Documenting thiserror-impl v2.0.18
2662026-07-20T10:30:15.243Z Documenting zerocopy-derive v0.8.54
2672026-07-20T10:30:15.279Z Compiling zerocopy-derive v0.8.54
2682026-07-20T10:30:15.521Z Compiling serde_derive v1.0.228
2692026-07-20T10:30:16.010Z Compiling thiserror-impl v2.0.18
2702026-07-20T10:30:16.282Z Documenting serde_derive v1.0.228
2712026-07-20T10:30:16.334Z Documenting regex v1.13.0
2722026-07-20T10:30:16.367Z Compiling darling_macro v0.21.3
2732026-07-20T10:30:16.374Z Compiling crc32fast v1.5.0
2742026-07-20T10:30:16.684Z Compiling ref-cast v1.0.25
2752026-07-20T10:30:16.972Z Compiling darling v0.21.3
2762026-07-20T10:30:16.994Z Compiling darling_macro v0.23.0
2772026-07-20T10:30:17.046Z Compiling ingot-macros v0.1.1
2782026-07-20T10:30:17.124Z Documenting byteorder v1.5.0
2792026-07-20T10:30:17.313Z Documenting ingot-macros v0.1.1
2802026-07-20T10:30:17.423Z Checking cobs v0.3.0
2812026-07-20T10:30:17.463Z Documenting thiserror v2.0.18
2822026-07-20T10:30:17.577Z Documenting zerocopy v0.8.54
2832026-07-20T10:30:17.626Z Compiling ref-cast-impl v1.0.25
2842026-07-20T10:30:17.684Z Documenting hash32 v0.3.1
2852026-07-20T10:30:18.215Z Documenting bitflags v2.13.0
2862026-07-20T10:30:18.231Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2872026-07-20T10:30:18.497Z Documenting serde v1.0.228
2882026-07-20T10:30:18.507Z Documenting macaddr v1.0.1
2892026-07-20T10:30:18.737Z Checking postcard v1.1.3
2902026-07-20T10:30:19.010Z Checking unicode-width v0.2.2
2912026-07-20T10:30:19.013Z Checking ipnetwork v0.21.1
2922026-07-20T10:30:19.044Z Compiling version_check v0.9.5
2932026-07-20T10:30:19.175Z Documenting stable_deref_trait v1.2.1
2942026-07-20T10:30:19.185Z Documenting cfg-if v1.0.4
2952026-07-20T10:30:19.266Z Documenting cobs v0.3.0
2962026-07-20T10:30:19.318Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2972026-07-20T10:30:19.549Z Compiling darling v0.23.0
2982026-07-20T10:30:19.622Z Documenting managed v0.8.0
2992026-07-20T10:30:19.677Z Documenting heapless v0.8.0
3002026-07-20T10:30:19.775Z Checking ingot-types v0.1.2
3012026-07-20T10:30:19.838Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3022026-07-20T10:30:20.132Z Checking ingot v0.1.1
3032026-07-20T10:30:20.284Z Documenting postcard v1.1.3
3042026-07-20T10:30:20.289Z Checking tabwriter v1.4.1
3052026-07-20T10:30:20.429Z Checking itertools v0.15.0
3062026-07-20T10:30:20.544Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3072026-07-20T10:30:20.774Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3082026-07-20T10:30:20.781Z Documenting ref-cast-impl v1.0.25
3092026-07-20T10:30:20.788Z Documenting ingot-types v0.1.2
3102026-07-20T10:30:21.033Z Documenting smoltcp v0.11.0
3112026-07-20T10:30:21.212Z Documenting ipnetwork v0.21.1
3122026-07-20T10:30:21.256Z Documenting unicode-width v0.2.2
3132026-07-20T10:30:21.379Z Checking dyn-clone v1.0.20
3142026-07-20T10:30:21.499Z Documenting either v1.16.0
3152026-07-20T10:30:21.599Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3162026-07-20T10:30:21.800Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3172026-07-20T10:30:21.821Z Documenting ref-cast v1.0.25
3182026-07-20T10:30:22.102Z Documenting ingot v0.1.1
3192026-07-20T10:30:22.339Z Documenting crc32fast v1.5.0
3202026-07-20T10:30:22.545Z Documenting tabwriter v1.4.1
3212026-07-20T10:30:22.656Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3222026-07-20T10:30:22.797Z Documenting itertools v0.15.0
3232026-07-20T10:30:23.184Z Documenting dyn-clone v1.0.20
3242026-07-20T10:30:23.649Z Documenting uuid v1.23.5
3252026-07-20T10:30:23.931Z Checking uuid v1.23.5
3262026-07-20T10:30:24.179Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3272026-07-20T10:30:24.233Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3282026-07-20T10:30:24.960Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3292026-07-20T10:30:26.637Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3302026-07-20T10:30:28.936Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3312026-07-20T10:30:30.518Z Finished `dev` profile [optimized + debuginfo] target(s) in 24.82s
3322026-07-20T10:30:30.593Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3332026-07-20T10:30:30.615Z
3342026-07-20T10:30:30.618Zreal 24.916776267
3352026-07-20T10:30:30.618Zuser 1:22.704298383
3362026-07-20T10:30:30.618Zsys 17.449530428
3372026-07-20T10:30:30.618Ztrap 0.050301836
3382026-07-20T10:30:30.618Ztflt 0.061876627
3392026-07-20T10:30:30.618Zdflt 0.099515830
3402026-07-20T10:30:30.618Zkflt 0.004959423
3412026-07-20T10:30:30.618Zlock 9:12.025995278
3422026-07-20T10:30:30.618Zslp 4:50.034775939
3432026-07-20T10:30:30.618Zlat 7.629332555
3442026-07-20T10:30:30.618Zstop 12.557547350
3452026-07-20T10:30:30.619Z+ header 'analyze std + api + usdt'
3462026-07-20T10:30:30.619Z+ echo '# ==== analyze std + api + usdt ==== #'
3472026-07-20T10:30:30.619Z# ==== analyze std + api + usdt ==== #
3482026-07-20T10:30:30.619Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3492026-07-20T10:30:30.800Z Downloading crates ...
3502026-07-20T10:30:30.856Z Downloaded futures-core v0.3.32
3512026-07-20T10:30:30.861Z Downloaded futures-channel v0.3.32
3522026-07-20T10:30:30.864Z Downloaded futures-task v0.3.32
3532026-07-20T10:30:30.864Z Downloaded anyhow v1.0.104
3542026-07-20T10:30:30.867Z Downloaded dtor-proc-macro v0.0.13
3552026-07-20T10:30:30.870Z Downloaded futures-io v0.3.32
3562026-07-20T10:30:30.873Z Downloaded futures-sink v0.3.32
3572026-07-20T10:30:30.876Z Downloaded dtor v0.8.1
3582026-07-20T10:30:30.878Z Downloaded typeid v1.0.3
3592026-07-20T10:30:30.878Z Downloaded ctor-proc-macro v0.0.13
3602026-07-20T10:30:30.881Z Downloaded link-section v0.2.1
3612026-07-20T10:30:30.884Z Downloaded futures-macro v0.3.32
3622026-07-20T10:30:30.888Z Downloaded slab v0.4.12
3632026-07-20T10:30:30.892Z Downloaded pin-project-lite v0.2.17
3642026-07-20T10:30:30.896Z Downloaded rusticata-macros v5.0.0
3652026-07-20T10:30:30.896Z Downloaded cookie-factory v0.3.3
3662026-07-20T10:30:30.896Z Downloaded ctor v0.10.1
3672026-07-20T10:30:30.896Z Downloaded futures-executor v0.3.32
3682026-07-20T10:30:30.899Z Downloaded circular v0.3.0
3692026-07-20T10:30:30.899Z Downloaded once_cell v1.21.4
3702026-07-20T10:30:30.906Z Downloaded futures v0.3.32
3712026-07-20T10:30:30.924Z Downloaded ron v0.12.2
3722026-07-20T10:30:30.929Z Downloaded nom v8.0.0
3732026-07-20T10:30:30.933Z Downloaded pcap-parser v0.17.0
3742026-07-20T10:30:30.936Z Downloaded futures-util v0.3.32
3752026-07-20T10:30:30.988Z Compiling proc-macro2 v1.0.106
3762026-07-20T10:30:30.988Z Compiling quote v1.0.46
3772026-07-20T10:30:30.988Z Compiling unicode-ident v1.0.24
3782026-07-20T10:30:30.991Z Compiling memchr v2.8.3
3792026-07-20T10:30:30.991Z Compiling thiserror v2.0.18
3802026-07-20T10:30:30.991Z Compiling serde_core v1.0.228
3812026-07-20T10:30:30.991Z Compiling zerocopy v0.8.54
3822026-07-20T10:30:31.168Z Compiling zmij v1.0.22
3832026-07-20T10:30:31.375Z Compiling libc v0.2.186
3842026-07-20T10:30:31.402Z Compiling ident_case v1.0.1
3852026-07-20T10:30:31.421Z Compiling serde_json v1.0.150
3862026-07-20T10:30:31.446Z Compiling strsim v0.11.1
3872026-07-20T10:30:31.484Z Compiling ucd-trie v0.1.7
3882026-07-20T10:30:31.611Z Compiling serde v1.0.228
3892026-07-20T10:30:31.665Z Compiling pest v2.8.7
3902026-07-20T10:30:31.894Z Compiling fnv v1.0.7
3912026-07-20T10:30:32.013Z Compiling aho-corasick v1.1.4
3922026-07-20T10:30:32.042Z Compiling itoa v1.0.18
3932026-07-20T10:30:32.248Z Compiling syn v2.0.118
3942026-07-20T10:30:32.248Z Checking byteorder v1.5.0
3952026-07-20T10:30:32.315Z Compiling regex-syntax v0.8.11
3962026-07-20T10:30:32.694Z Compiling pest_meta v2.8.7
3972026-07-20T10:30:32.834Z Compiling either v1.16.0
3982026-07-20T10:30:32.865Z Compiling usdt-impl v0.6.0
3992026-07-20T10:30:32.935Z Checking bitflags v2.13.0
4002026-07-20T10:30:33.034Z Compiling itertools v0.14.0
4012026-07-20T10:30:33.123Z Compiling thread-id v5.1.0
4022026-07-20T10:30:33.454Z Checking futures-sink v0.3.32
4032026-07-20T10:30:33.673Z Checking log v0.4.33
4042026-07-20T10:30:33.734Z Compiling heapless v0.8.0
4052026-07-20T10:30:33.815Z Compiling regex-automata v0.4.15
4062026-07-20T10:30:33.907Z Checking futures-core v0.3.32
4072026-07-20T10:30:33.978Z Checking plain v0.2.3
4082026-07-20T10:30:34.025Z Checking futures-channel v0.3.32
4092026-07-20T10:30:34.269Z Checking hash32 v0.3.1
4102026-07-20T10:30:34.360Z Checking slab v0.4.12
4112026-07-20T10:30:34.376Z Checking stable_deref_trait v1.2.1
4122026-07-20T10:30:34.384Z Checking pin-project-lite v0.2.17
4132026-07-20T10:30:34.438Z Checking futures-io v0.3.32
4142026-07-20T10:30:34.465Z Checking futures-task v0.3.32
4152026-07-20T10:30:34.489Z Checking pretty-hex v0.4.2
4162026-07-20T10:30:34.507Z Compiling smoltcp v0.11.0
4172026-07-20T10:30:34.543Z Checking macaddr v1.0.1
4182026-07-20T10:30:34.595Z Checking cfg-if v1.0.4
4192026-07-20T10:30:34.647Z Compiling pest_generator v2.8.7
4202026-07-20T10:30:34.677Z Compiling darling_core v0.21.3
4212026-07-20T10:30:34.785Z Compiling darling_core v0.23.0
4222026-07-20T10:30:35.188Z Compiling ref-cast v1.0.25
4232026-07-20T10:30:35.212Z Compiling version_check v0.9.5
4242026-07-20T10:30:35.256Z Checking managed v0.8.0
4252026-07-20T10:30:35.439Z Checking bitflags v1.3.2
4262026-07-20T10:30:35.481Z Compiling regex v1.13.0
4272026-07-20T10:30:35.497Z Compiling crc32fast v1.5.0
4282026-07-20T10:30:35.805Z Compiling thiserror-impl v2.0.18
4292026-07-20T10:30:35.823Z Compiling serde_derive v1.0.228
4302026-07-20T10:30:35.873Z Compiling zerocopy-derive v0.8.54
4312026-07-20T10:30:36.409Z Compiling pest_derive v2.8.7
4322026-07-20T10:30:36.793Z Compiling scroll_derive v0.13.1
4332026-07-20T10:30:36.805Z Compiling darling_macro v0.21.3
4342026-07-20T10:30:36.869Z Compiling futures-macro v0.3.32
4352026-07-20T10:30:36.876Z Compiling darling_macro v0.23.0
4362026-07-20T10:30:36.939Z Compiling ref-cast-impl v1.0.25
4372026-07-20T10:30:37.270Z Compiling dtrace-parser v0.3.0
4382026-07-20T10:30:37.434Z Compiling darling v0.21.3
4392026-07-20T10:30:37.507Z Compiling ingot-macros v0.1.1
4402026-07-20T10:30:37.627Z Checking scroll v0.13.0
4412026-07-20T10:30:37.687Z Checking futures-util v0.3.32
4422026-07-20T10:30:37.770Z Checking cobs v0.3.0
4432026-07-20T10:30:37.846Z Checking goblin v0.10.7
4442026-07-20T10:30:37.878Z Compiling darling v0.23.0
4452026-07-20T10:30:37.909Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4462026-07-20T10:30:37.948Z Checking memmap2 v0.9.11
4472026-07-20T10:30:38.111Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4482026-07-20T10:30:38.166Z Checking unicode-width v0.2.2
4492026-07-20T10:30:38.411Z Checking ipnetwork v0.21.1
4502026-07-20T10:30:38.565Z Checking itertools v0.15.0
4512026-07-20T10:30:38.959Z Checking postcard v1.1.3
4522026-07-20T10:30:39.066Z Compiling serde_tokenstream v0.2.3
4532026-07-20T10:30:39.233Z Checking tabwriter v1.4.1
4542026-07-20T10:30:39.341Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4552026-07-20T10:30:39.453Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4562026-07-20T10:30:39.483Z Checking nom v8.0.0
4572026-07-20T10:30:39.570Z Checking futures-executor v0.3.32
4582026-07-20T10:30:39.714Z Checking futures v0.3.32
4592026-07-20T10:30:39.786Z Checking dyn-clone v1.0.20
4602026-07-20T10:30:39.883Z Compiling typeid v1.0.3
4612026-07-20T10:30:40.006Z Compiling anyhow v1.0.104
4622026-07-20T10:30:40.039Z Checking cookie-factory v0.3.3
4632026-07-20T10:30:40.056Z Checking uuid v1.23.5
4642026-07-20T10:30:40.168Z Compiling dof v0.4.0
4652026-07-20T10:30:40.175Z Checking ingot-types v0.1.2
4662026-07-20T10:30:40.311Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4672026-07-20T10:30:40.318Z Checking circular v0.3.0
4682026-07-20T10:30:40.321Z Compiling dtor-proc-macro v0.0.13
4692026-07-20T10:30:40.435Z Checking link-section v0.2.1
4702026-07-20T10:30:40.507Z Checking once_cell v1.21.4
4712026-07-20T10:30:40.510Z Checking ingot v0.1.1
4722026-07-20T10:30:40.536Z Compiling ctor-proc-macro v0.0.13
4732026-07-20T10:30:40.635Z Checking ron v0.12.2
4742026-07-20T10:30:40.664Z Checking dtor v0.8.1
4752026-07-20T10:30:40.887Z Checking ctor v0.10.1
4762026-07-20T10:30:41.114Z Compiling usdt-macro v0.6.0
4772026-07-20T10:30:41.114Z Compiling usdt-attr-macro v0.6.0
4782026-07-20T10:30:41.447Z Checking rusticata-macros v5.0.0
4792026-07-20T10:30:41.571Z Checking pcap-parser v0.17.0
4802026-07-20T10:30:41.789Z Checking usdt v0.6.0
4812026-07-20T10:30:42.042Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4822026-07-20T10:30:46.467Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4832026-07-20T10:30:48.129Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4842026-07-20T10:30:50.444Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.77s
4852026-07-20T10:30:50.478Z
4862026-07-20T10:30:50.481Zreal 19.856177925
4872026-07-20T10:30:50.481Zuser 1:13.666522057
4882026-07-20T10:30:50.481Zsys 15.668463865
4892026-07-20T10:30:50.481Ztrap 0.037943102
4902026-07-20T10:30:50.481Ztflt 0.098536062
4912026-07-20T10:30:50.481Zdflt 0.172507903
4922026-07-20T10:30:50.481Zkflt 0.000009410
4932026-07-20T10:30:50.481Zlock 4:07.331714125
4942026-07-20T10:30:50.481Zslp 3:56.515991807
4952026-07-20T10:30:50.481Zlat 4.285962134
4962026-07-20T10:30:50.481Zstop 8.262467951
4972026-07-20T10:30:50.481Z+ header 'analyze no_std + engine + kernel'
4982026-07-20T10:30:50.481Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4992026-07-20T10:30:50.481Z# ==== analyze no_std + engine + kernel ==== #
5002026-07-20T10:30:50.481Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5012026-07-20T10:30:50.654Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5022026-07-20T10:30:50.654Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5032026-07-20T10:30:50.674Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5042026-07-20T10:30:50.677Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5052026-07-20T10:30:50.913Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5062026-07-20T10:30:54.575Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5072026-07-20T10:30:55.920Z Finished `dev` profile [optimized + debuginfo] target(s) in 5.39s
5082026-07-20T10:30:55.949Z
5092026-07-20T10:30:55.953Zreal 5.462812603
5102026-07-20T10:30:55.953Zuser 5.687655116
5112026-07-20T10:30:55.953Zsys 1.027059004
5122026-07-20T10:30:55.954Ztrap 0.000789540
5132026-07-20T10:30:55.954Ztflt 0.002276860
5142026-07-20T10:30:55.954Zdflt 0.004767531
5152026-07-20T10:30:55.954Zkflt 0.000000000
5162026-07-20T10:30:55.954Zlock 24.112510264
5172026-07-20T10:30:55.954Zslp 20.466750342
5182026-07-20T10:30:55.954Zlat 0.019568895
5192026-07-20T10:30:55.954Zstop 0.244585765
5202026-07-20T10:30:55.954Z+ header test
5212026-07-20T10:30:55.954Z+ echo '# ==== test ==== #'
5222026-07-20T10:30:55.954Z# ==== test ==== #
5232026-07-20T10:30:55.954Z+ ptime -m cargo test
5242026-07-20T10:30:56.103Z Compiling memchr v2.8.3
5252026-07-20T10:30:56.115Z Compiling serde_core v1.0.228
5262026-07-20T10:30:56.176Z Compiling thiserror v2.0.18
5272026-07-20T10:30:56.176Z Compiling zerocopy v0.8.54
5282026-07-20T10:30:56.176Z Compiling unicode-ident v1.0.24
5292026-07-20T10:30:56.176Z Compiling byteorder v1.5.0
5302026-07-20T10:30:56.176Z Compiling libc v0.2.186
5312026-07-20T10:30:56.176Z Compiling zmij v1.0.22
5322026-07-20T10:30:56.206Z Compiling scroll v0.13.0
5332026-07-20T10:30:56.260Z Compiling proc-macro2 v1.0.106
5342026-07-20T10:30:56.350Z Compiling futures-core v0.3.32
5352026-07-20T10:30:56.560Z Compiling plain v0.2.3
5362026-07-20T10:30:56.566Z Compiling futures-sink v0.3.32
5372026-07-20T10:30:56.566Z Compiling ucd-trie v0.1.7
5382026-07-20T10:30:56.566Z Compiling itoa v1.0.18
5392026-07-20T10:30:56.566Z Compiling log v0.4.33
5402026-07-20T10:30:56.577Z Compiling futures-channel v0.3.32
5412026-07-20T10:30:56.779Z Compiling goblin v0.10.7
5422026-07-20T10:30:56.799Z Compiling pest v2.8.7
5432026-07-20T10:30:56.808Z Compiling quote v1.0.46
5442026-07-20T10:30:57.216Z Compiling hash32 v0.3.1
5452026-07-20T10:30:57.380Z Compiling macaddr v1.0.1
5462026-07-20T10:30:57.449Z Compiling cfg-if v1.0.4
5472026-07-20T10:30:57.512Z Compiling futures-task v0.3.32
5482026-07-20T10:30:57.624Z Compiling futures-io v0.3.32
5492026-07-20T10:30:57.698Z Compiling pretty-hex v0.4.2
5502026-07-20T10:30:57.706Z Compiling slab v0.4.12
5512026-07-20T10:30:57.807Z Compiling stable_deref_trait v1.2.1
5522026-07-20T10:30:57.824Z Compiling pin-project-lite v0.2.17
5532026-07-20T10:30:57.873Z Compiling heapless v0.8.0
5542026-07-20T10:30:57.877Z Compiling dtrace-parser v0.3.0
5552026-07-20T10:30:57.909Z Compiling serde v1.0.228
5562026-07-20T10:30:58.134Z Compiling bitflags v2.13.0
5572026-07-20T10:30:58.334Z Compiling serde_json v1.0.150
5582026-07-20T10:30:58.522Z Compiling futures-util v0.3.32
5592026-07-20T10:30:58.530Z Compiling syn v2.0.118
5602026-07-20T10:30:58.543Z Compiling thread-id v5.1.0
5612026-07-20T10:30:58.616Z Compiling cobs v0.3.0
5622026-07-20T10:30:58.899Z Compiling bitflags v1.3.2
5632026-07-20T10:30:58.964Z Compiling ingot-types v0.1.2
5642026-07-20T10:30:59.027Z Compiling managed v0.8.0
5652026-07-20T10:30:59.118Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5662026-07-20T10:30:59.247Z Compiling smoltcp v0.11.0
5672026-07-20T10:30:59.360Z Compiling ingot v0.1.1
5682026-07-20T10:30:59.363Z Compiling postcard v1.1.3
5692026-07-20T10:30:59.701Z Compiling dof v0.4.0
5702026-07-20T10:31:01.229Z Compiling usdt-impl v0.6.0
5712026-07-20T10:31:01.436Z Compiling futures-executor v0.3.32
5722026-07-20T10:31:01.474Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5732026-07-20T10:31:01.594Z Compiling memmap2 v0.9.11
5742026-07-20T10:31:01.922Z Compiling either v1.16.0
5752026-07-20T10:31:02.071Z Compiling unicode-width v0.2.2
5762026-07-20T10:31:02.077Z Compiling ipnetwork v0.21.1
5772026-07-20T10:31:02.084Z Compiling itertools v0.15.0
5782026-07-20T10:31:02.427Z Compiling tabwriter v1.4.1
5792026-07-20T10:31:02.594Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5802026-07-20T10:31:02.795Z Compiling ref-cast v1.0.25
5812026-07-20T10:31:02.891Z Compiling usdt v0.6.0
5822026-07-20T10:31:03.115Z Compiling futures v0.3.32
5832026-07-20T10:31:03.152Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5842026-07-20T10:31:03.487Z Compiling crc32fast v1.5.0
5852026-07-20T10:31:03.521Z Compiling nom v8.0.0
5862026-07-20T10:31:03.533Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5872026-07-20T10:31:04.732Z Compiling dyn-clone v1.0.20
5882026-07-20T10:31:04.736Z Compiling cookie-factory v0.3.3
5892026-07-20T10:31:04.736Z Compiling uuid v1.23.5
5902026-07-20T10:31:04.736Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5912026-07-20T10:31:04.736Z Compiling circular v0.3.0
5922026-07-20T10:31:04.736Z Compiling dtor v0.8.1
5932026-07-20T10:31:04.736Z Compiling anyhow v1.0.104
5942026-07-20T10:31:04.736Z Compiling typeid v1.0.3
5952026-07-20T10:31:04.779Z Compiling once_cell v1.21.4
5962026-07-20T10:31:04.789Z Compiling link-section v0.2.1
5972026-07-20T10:31:04.926Z Compiling ron v0.12.2
5982026-07-20T10:31:04.927Z Compiling ctor v0.10.1
5992026-07-20T10:31:06.092Z Compiling rusticata-macros v5.0.0
6002026-07-20T10:31:06.413Z Compiling pcap-parser v0.17.0
6012026-07-20T10:31:08.562Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6022026-07-20T10:31:11.057Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6032026-07-20T10:31:48.926Z Finished `test` profile [optimized + debuginfo] target(s) in 52.97s
6042026-07-20T10:31:48.942Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-73364bebd4eb5981)
6052026-07-20T10:31:48.946Z
6062026-07-20T10:31:48.946Zrunning 15 tests
6072026-07-20T10:31:48.946Ztest api::tests::parse_good_proto_filter ... ok
6082026-07-20T10:31:48.946Ztest api::tests::parse_bad_proto_filter ... ok
6092026-07-20T10:31:48.946Ztest api::tests::parse_bad_address ... ok
6102026-07-20T10:31:48.946Ztest api::tests::parse_good_address ... ok
6112026-07-20T10:31:48.946Ztest api::tests::ports_from_str_good ... ok
6122026-07-20T10:31:48.946Ztest api::tests::ports_from_str_bad ... ok
6132026-07-20T10:31:48.946Ztest cfg::tests::test_required_nat_space ... ok
6142026-07-20T10:31:48.946Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6152026-07-20T10:31:48.946Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6162026-07-20T10:31:48.946Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6172026-07-20T10:31:48.946Ztest engine::geneve::test::parse_multi_opt ... ok
6182026-07-20T10:31:48.946Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6192026-07-20T10:31:48.946Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6202026-07-20T10:31:48.946Ztest engine::geneve::test::parse_single_opt ... ok
6212026-07-20T10:31:48.949Ztest engine::firewall::tests::port_predicate_simplification ... ok
6222026-07-20T10:31:48.949Z
6232026-07-20T10:31:48.950Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6242026-07-20T10:31:48.950Z
6252026-07-20T10:31:48.950Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-03f06e385f647078)
6262026-07-20T10:31:48.951Z
6272026-07-20T10:31:48.951Zrunning 4 tests
6282026-07-20T10:31:48.951Ztest firewall_external_inbound ... ok
6292026-07-20T10:31:48.951Ztest firewall_vni_outbound ... ok
6302026-07-20T10:31:48.951Ztest firewall_vni_inbound ... ok
6312026-07-20T10:31:48.955Ztest firewall_replace_rules ... ok
6322026-07-20T10:31:48.955Z
6332026-07-20T10:31:48.955Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6342026-07-20T10:31:48.955Z
6352026-07-20T10:31:48.955Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-68e03f89674acc46)
6362026-07-20T10:31:48.955Z
6372026-07-20T10:31:48.955Zrunning 2 tests
6382026-07-20T10:31:48.955Ztest parse_in_regression ... ok
6392026-07-20T10:31:48.955Ztest parse_out_regression ... ok
6402026-07-20T10:31:48.955Z
6412026-07-20T10:31:48.955Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6422026-07-20T10:31:48.955Z
6432026-07-20T10:31:48.955Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-18662472da406f48)
6442026-07-20T10:31:48.955Z
6452026-07-20T10:31:48.955Zrunning 48 tests
6462026-07-20T10:31:48.958Ztest bad_ip_len ... ok
6472026-07-20T10:31:48.959Ztest add_remove_fw_rule ... ok
6482026-07-20T10:31:48.959Ztest check_layers ... ok
6492026-07-20T10:31:48.959Ztest external_attached_subnets_cannot_reach_internal ... ok
6502026-07-20T10:31:48.959Ztest arp_gateway ... ok
6512026-07-20T10:31:48.959Ztest anti_spoof ... ok
6522026-07-20T10:31:48.959Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6532026-07-20T10:31:48.959Ztest external_attached_subnets_dont_apply_nat ... ok
6542026-07-20T10:31:48.959Ztest flow_expiration ... ok
6552026-07-20T10:31:48.960Ztest gateway_icmpv6_ping ... ok
6562026-07-20T10:31:48.960Ztest gateway_icmp4_ping ... ok
6572026-07-20T10:31:48.960Ztest external_ip_epoch_affinity_preserved ... ok
6582026-07-20T10:31:48.960Ztest early_tcp_invalidation ... ok
6592026-07-20T10:31:48.960Ztest gateway_router_advert_reply ... ok
6602026-07-20T10:31:48.960Ztest external_ip_reconfigurable ... ok
6612026-07-20T10:31:48.960Ztest guest_to_guest_diff_vpc_no_peer ... ok
6622026-07-20T10:31:48.960Ztest guest_to_guest_no_route ... ok
6632026-07-20T10:31:48.960Ztest icmp_inner_has_nat_applied ... ok
6642026-07-20T10:31:48.960Ztest guest_to_internet_ipv4 ... ok
6652026-07-20T10:31:48.960Ztest guest_to_guest ... ok
6662026-07-20T10:31:48.960Ztest guest_to_internet_ipv6 ... ok
6672026-07-20T10:31:48.960Ztest inbound_ndp_dropped_at_gateway ... ok
6682026-07-20T10:31:48.960Ztest icmpv6_inner_has_nat_applied ... ok
6692026-07-20T10:31:48.960Ztest external_ip_receive_and_reply_on_all ... ok
6702026-07-20T10:31:48.960Ztest no_panic_on_flow_table_full ... ok
6712026-07-20T10:31:48.960Ztest intra_subnet_routes_with_custom ... ok
6722026-07-20T10:31:48.960Ztest external_ip_balanced_over_floating_ips ... ok
6732026-07-20T10:31:48.960Ztest packet_body_pullup ... ok
6742026-07-20T10:31:48.960Ztest outbound_ndp_dropped ... ok
6752026-07-20T10:31:48.960Ztest internal_attached_subnets ... ok
6762026-07-20T10:31:48.960Ztest port_transition_reset ... ok
6772026-07-20T10:31:48.960Ztest port_transition_running ... ok
6782026-07-20T10:31:48.960Ztest port_as_router_target ... ok
6792026-07-20T10:31:48.960Ztest test_drop_on_unknown_critical_option ... ok
6802026-07-20T10:31:48.961Ztest port_transition_pause ... ok
6812026-07-20T10:31:48.961Ztest select_eip_conditioned_on_igw ... ok
6822026-07-20T10:31:48.961Ztest snat_icmp6_echo_rewrite ... ok
6832026-07-20T10:31:48.961Ztest snat_icmp4_echo_rewrite ... ok
6842026-07-20T10:31:48.961Ztest tcp_invalidation_does_not_block_connection ... ok
6852026-07-20T10:31:48.961Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6862026-07-20T10:31:48.961Ztest tcp_outbound ... ok
6872026-07-20T10:31:48.961Ztest test_tcp_multicast_denied ... ok
6882026-07-20T10:31:48.961Ztest test_ipv6_multicast_encapsulation ... ok
6892026-07-20T10:31:48.961Ztest tcp_inbound ... ok
6902026-07-20T10:31:48.961Ztest test_gateway_neighbor_advert_reply ... ok
6912026-07-20T10:31:48.961Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
6922026-07-20T10:31:48.961Ztest uft_lft_invalidation_in ... ok
6932026-07-20T10:31:48.961Ztest uft_lft_invalidation_out ... ok
6942026-07-20T10:31:48.961Z
6952026-07-20T10:31:48.961Ztest result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6962026-07-20T10:31:48.961Z
6972026-07-20T10:31:48.961Z Doc-tests oxide_vpc
6982026-07-20T10:31:49.254Z
6992026-07-20T10:31:49.254Zrunning 0 tests
7002026-07-20T10:31:49.254Z
7012026-07-20T10:31:49.254Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7022026-07-20T10:31:49.254Z
7032026-07-20T10:31:49.283Z
7042026-07-20T10:31:49.283Zreal 53.324186160
7052026-07-20T10:31:49.284Zuser 3:16.697677326
7062026-07-20T10:31:49.288Zsys 12.011668937
7072026-07-20T10:31:49.288Ztrap 0.093763774
7082026-07-20T10:31:49.288Ztflt 0.160513680
7092026-07-20T10:31:49.288Zdflt 0.191260967
7102026-07-20T10:31:49.288Zkflt 0.000015220
7112026-07-20T10:31:49.288Zlock 12:46.016847141
7122026-07-20T10:31:49.288Zslp 6:44.230298142
7132026-07-20T10:31:49.288Zlat 8.955838311
7142026-07-20T10:31:49.288Zstop 5.705486642
7152026-07-20T10:31:49.288Zprocess exited: duration 117908 ms, exit code 0
 
7162026-07-20T10:31:49.296Zfound 0 output files