01KXZGY6D08T0NWE27MAHZSW5C: oxide-vpc

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

Buildomat Job: 01KXZGYP2CVRG6YBH81YWXA331

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-20T10:26:39.082Zjob assigned to worker 01KXZGYW8HKFTFE5VFRZ20Q37N [factory aws, i-06b23e9241491d1eb] (queued for 59 s)
 
22026-07-20T10:26:45.296Zstarting task 0: "setup"
32026-07-20T10:26:45.300Z++ uname -s
42026-07-20T10:26:45.303Z+ kern=SunOS
52026-07-20T10:26:45.304Z+ build_user=build
62026-07-20T10:26:45.304Z+ build_uid=12345
72026-07-20T10:26:45.304Z+ work_dir=/work
82026-07-20T10:26:45.304Z+ input_dir=/input
92026-07-20T10:26:45.304Z+ [[ 0 == 12345 ]]
102026-07-20T10:26:45.304Z+ case "$kern" in
112026-07-20T10:26:45.304Z+ groupadd -g 12345 build
122026-07-20T10:26:45.307Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-20T10:26:47.310Z+ zfs create -o mountpoint=/work rpool/work
142026-07-20T10:26:47.402Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-20T10:26:47.404Z+ home_fs=zfs
162026-07-20T10:26:47.404Z+ [[ zfs == autofs ]]
172026-07-20T10:26:47.405Z+ mkdir -p /home/build
182026-07-20T10:26:47.405Z+ chown build:build /home/build /work
192026-07-20T10:26:48.406Z+ chmod 0700 /home/build /work
202026-07-20T10:26:48.409Zprocess exited: duration 3115 ms, exit code 0
 
212026-07-20T10:26:48.415Zstarting task 1: "rust-toolchain"
222026-07-20T10:26:48.419Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-20T10:26:48.419Z * rust toolchain channel = "1.97.1"
242026-07-20T10:26:48.419Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-20T10:26:48.419Z * rust toolchain profile = "default"
262026-07-20T10:26:48.422Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-20T10:26:48.422Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-20T10:26:48.422Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-20T10:26:48.422Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-20T10:26:48.524Zinfo: downloading installer
312026-07-20T10:26:49.825Zwarn: It looks like you have an existing rustup settings file at:
322026-07-20T10:26:49.826Zwarn: /home/build/.rustup/settings.toml
332026-07-20T10:26:49.826Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-20T10:26:49.826Zwarn: instead of the one inferred from the default host triple.
352026-07-20T10:26:49.837Zinfo: profile set to default
362026-07-20T10:26:49.838Zinfo: default host triple is x86_64-unknown-illumos
372026-07-20T10:26:49.841Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-20T10:26:49.974Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-20T10:26:49.977Zinfo: downloading 6 components
402026-07-20T10:27:05.836Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-20T10:27:05.836Z
422026-07-20T10:27:05.863Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-20T10:27:05.863Z
442026-07-20T10:27:05.863Z
452026-07-20T10:27:05.863ZRust is installed now. Great!
462026-07-20T10:27:05.863Z
472026-07-20T10:27:05.866ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-20T10:27:05.866Zenvironment variable. This has not been done automatically.
492026-07-20T10:27:05.866Z
502026-07-20T10:27:05.866ZTo configure your current shell, you need to source
512026-07-20T10:27:05.866Zthe corresponding env file under $HOME/.cargo.
522026-07-20T10:27:05.866Z
532026-07-20T10:27:05.866ZThis is usually done by running one of the following (note the leading DOT):
542026-07-20T10:27:05.866Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-20T10:27:05.866Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-20T10:27:05.866Zsource "~/.cargo/env.nu" # For nushell
572026-07-20T10:27:05.866Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-20T10:27:05.866Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-20T10:27:05.866Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-20T10:27:05.866Zwarn: no default linker (`cc`) was found in your PATH
612026-07-20T10:27:05.866Zwarn: many Rust crates require a system C toolchain to build
622026-07-20T10:27:05.971Z+ rustup --version
632026-07-20T10:27:05.980Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-20T10:27:05.983Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-20T10:27:06.003Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-20T10:27:06.006Z+ cargo --version
672026-07-20T10:27:06.020Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-20T10:27:06.023Z+ rustc --version
692026-07-20T10:27:06.041Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-20T10:27:06.044Zprocess exited: duration 17628 ms, exit code 0
 
712026-07-20T10:27:06.050Zstarting task 2: "authentication"
722026-07-20T10:27:06.066Zprocess exited: duration 16 ms, exit code 0
 
732026-07-20T10:27:06.084Zstarting task 3: "clone repository"
742026-07-20T10:27:06.087Z+ mkdir -p /work/oxidecomputer/opte
752026-07-20T10:27:06.090Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-20T10:27:06.119ZCloning into '/work/oxidecomputer/opte'...
772026-07-20T10:27:07.012Z+ cd /work/oxidecomputer/opte
782026-07-20T10:27:07.015Z+ git fetch origin f04c4146ba7ad7a4df970fd938a817569f0d2d47
792026-07-20T10:27:07.267ZFrom https://github.com/oxidecomputer/opte
802026-07-20T10:27:07.267Z * branch f04c4146ba7ad7a4df970fd938a817569f0d2d47 -> FETCH_HEAD
812026-07-20T10:27:07.273Z+ [[ -n renovate/rust-1.x ]]
822026-07-20T10:27:07.275Z++ git branch --show-current
832026-07-20T10:27:07.276Z+ current=master
842026-07-20T10:27:07.276Z+ [[ master != renovate/rust-1.x ]]
852026-07-20T10:27:07.276Z+ git branch -f renovate/rust-1.x f04c4146ba7ad7a4df970fd938a817569f0d2d47
862026-07-20T10:27:07.278Z+ git checkout -f renovate/rust-1.x
872026-07-20T10:27:07.294ZSwitched to branch 'renovate/rust-1.x'
882026-07-20T10:27:07.297Z+ git reset --hard f04c4146ba7ad7a4df970fd938a817569f0d2d47
892026-07-20T10:27:07.311ZHEAD is now at f04c414 One (1) clippy fix
902026-07-20T10:27:07.313Zprocess exited: duration 1228 ms, exit code 0
 
912026-07-20T10:27:07.319Zstarting task 4: "build"
922026-07-20T10:27:07.322Z+ source .github/buildomat/common.sh
932026-07-20T10:27:07.322Z++ rustup show active-toolchain
942026-07-20T10:27:07.328Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-20T10:27:07.331Z++ pushd xde
962026-07-20T10:27:07.331Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-20T10:27:07.331Z++ rustup show active-toolchain
982026-07-20T10:27:07.335Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
992026-07-20T10:27:07.471Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1002026-07-20T10:27:07.475Zinfo: downloading 6 components
1012026-07-20T10:27:21.801Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-20T10:27:21.894Z+++ rustup show active-toolchain -v
1032026-07-20T10:27:21.897Z+++ head -n 1
1042026-07-20T10:27:21.897Z+++ cut '-d ' -f1
1052026-07-20T10:27:21.949Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1062026-07-20T10:27:21.949Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-07-20T10:27:21.952Z++ popd
1082026-07-20T10:27:21.952Z/work/oxidecomputer/opte
1092026-07-20T10:27:21.952Z+ cargo --version
1102026-07-20T10:27:21.958Zcargo 1.97.1 (c980f4866 2026-06-30)
1112026-07-20T10:27:21.961Z+ rustc --version
1122026-07-20T10:27:21.980Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1132026-07-20T10:27:21.983Z+ cd lib/oxide-vpc
1142026-07-20T10:27:21.983Z+ header 'check style'
1152026-07-20T10:27:21.983Z+ echo '# ==== check style ==== #'
1162026-07-20T10:27:21.983Z# ==== check style ==== #
1172026-07-20T10:27:21.983Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1182026-07-20T10:27:22.107Z
1192026-07-20T10:27:22.107Zreal 0.120771944
1202026-07-20T10:27:22.107Zuser 0.085958140
1212026-07-20T10:27:22.107Zsys 0.031285640
1222026-07-20T10:27:22.107Ztrap 0.000004060
1232026-07-20T10:27:22.107Ztflt 0.000008560
1242026-07-20T10:27:22.107Zdflt 0.000006960
1252026-07-20T10:27:22.107Zkflt 0.000000000
1262026-07-20T10:27:22.107Zlock 0.031120280
1272026-07-20T10:27:22.107Zslp 0.100389095
1282026-07-20T10:27:22.107Zlat 0.000855800
1292026-07-20T10:27:22.107Zstop 0.000099550
1302026-07-20T10:27:22.110Z+ header 'check docs'
1312026-07-20T10:27:22.110Z+ echo '# ==== check docs ==== #'
1322026-07-20T10:27:22.110Z# ==== check docs ==== #
1332026-07-20T10:27:22.110Z+ RUSTDOCFLAGS='-D warnings'
1342026-07-20T10:27:22.110Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-07-20T10:27:22.175Z Updating crates.io index
1362026-07-20T10:27:22.178Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-07-20T10:27:23.085Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-07-20T10:27:23.513Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-07-20T10:27:23.859Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-07-20T10:27:24.124Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-07-20T10:27:24.364Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-07-20T10:27:24.646Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-07-20T10:27:26.699Z Downloading crates ...
1442026-07-20T10:27:26.750Z Downloaded crc32fast v1.5.0
1452026-07-20T10:27:26.753Z Downloaded darling v0.21.3
1462026-07-20T10:27:26.756Z Downloaded dof v0.4.0
1472026-07-20T10:27:26.761Z Downloaded dtrace-parser v0.3.0
1482026-07-20T10:27:26.763Z Downloaded embedded-io v0.6.1
1492026-07-20T10:27:26.766Z Downloaded managed v0.8.0
1502026-07-20T10:27:26.769Z Downloaded fnv v1.0.7
1512026-07-20T10:27:26.769Z Downloaded cfg-if v1.0.4
1522026-07-20T10:27:26.772Z Downloaded dyn-clone v1.0.20
1532026-07-20T10:27:26.772Z Downloaded ref-cast-impl v1.0.25
1542026-07-20T10:27:26.777Z Downloaded bitflags v1.3.2
1552026-07-20T10:27:26.779Z Downloaded itoa v1.0.18
1562026-07-20T10:27:26.780Z Downloaded defmt-parser v1.0.0
1572026-07-20T10:27:26.780Z Downloaded embedded-io v0.4.0
1582026-07-20T10:27:26.782Z Downloaded plain v0.2.3
1592026-07-20T10:27:26.785Z Downloaded stable_deref_trait v1.2.1
1602026-07-20T10:27:26.790Z Downloaded usdt v0.6.0
1612026-07-20T10:27:26.793Z Downloaded scroll_derive v0.13.1
1622026-07-20T10:27:26.795Z Downloaded strsim v0.11.1
1632026-07-20T10:27:26.800Z Downloaded version_check v0.9.5
1642026-07-20T10:27:26.803Z Downloaded darling_macro v0.23.0
1652026-07-20T10:27:26.806Z Downloaded darling_macro v0.21.3
1662026-07-20T10:27:26.806Z Downloaded macaddr v1.0.1
1672026-07-20T10:27:26.809Z Downloaded defmt v0.3.100
1682026-07-20T10:27:26.811Z Downloaded ident_case v1.0.1
1692026-07-20T10:27:26.811Z Downloaded pretty-hex v0.4.2
1702026-07-20T10:27:26.814Z Downloaded ref-cast v1.0.25
1712026-07-20T10:27:26.817Z Downloaded tabwriter v1.4.1
1722026-07-20T10:27:26.827Z Downloaded thread-id v5.1.0
1732026-07-20T10:27:26.830Z Downloaded usdt-macro v0.6.0
1742026-07-20T10:27:26.834Z Downloaded ipnetwork v0.21.1
1752026-07-20T10:27:26.837Z Downloaded byteorder v1.5.0
1762026-07-20T10:27:26.837Z Downloaded cobs v0.3.0
1772026-07-20T10:27:26.837Z Downloaded quote v1.0.46
1782026-07-20T10:27:26.841Z Downloaded pest_derive v2.8.7
1792026-07-20T10:27:26.843Z Downloaded usdt-attr-macro v0.6.0
1802026-07-20T10:27:26.846Z Downloaded defmt-macros v1.1.1
1812026-07-20T10:27:26.846Z Downloaded ingot v0.1.1
1822026-07-20T10:27:26.849Z Downloaded thiserror-impl v2.0.18
1832026-07-20T10:27:26.851Z Downloaded serde_tokenstream v0.2.3
1842026-07-20T10:27:26.854Z Downloaded hash32 v0.3.1
1852026-07-20T10:27:26.857Z Downloaded usdt-impl v0.6.0
1862026-07-20T10:27:26.859Z Downloaded zmij v1.0.21
1872026-07-20T10:27:26.863Z Downloaded either v1.16.0
1882026-07-20T10:27:26.866Z Downloaded pest_generator v2.8.7
1892026-07-20T10:27:26.866Z Downloaded scroll v0.13.0
1902026-07-20T10:27:26.871Z Downloaded ingot-macros v0.1.1
1912026-07-20T10:27:26.874Z Downloaded defmt v1.1.1
1922026-07-20T10:27:26.876Z Downloaded ingot-types v0.1.2
1932026-07-20T10:27:26.876Z Downloaded memmap2 v0.9.11
1942026-07-20T10:27:26.876Z Downloaded proc-macro2 v1.0.106
1952026-07-20T10:27:26.887Z Downloaded thiserror v2.0.18
1962026-07-20T10:27:26.890Z Downloaded ucd-trie v0.1.7
1972026-07-20T10:27:26.893Z Downloaded postcard v1.1.3
1982026-07-20T10:27:26.901Z Downloaded pest_meta v2.8.7
1992026-07-20T10:27:26.905Z Downloaded bitflags v2.13.0
2002026-07-20T10:27:26.907Z Downloaded darling v0.23.0
2012026-07-20T10:27:26.910Z Downloaded serde_derive v1.0.228
2022026-07-20T10:27:26.914Z Downloaded serde_core v1.0.228
2032026-07-20T10:27:26.916Z Downloaded unicode-ident v1.0.24
2042026-07-20T10:27:26.929Z Downloaded log v0.4.33
2052026-07-20T10:27:26.934Z Downloaded darling_core v0.23.0
2062026-07-20T10:27:26.940Z Downloaded darling_core v0.21.3
2072026-07-20T10:27:26.943Z Downloaded uuid v1.23.4
2082026-07-20T10:27:26.956Z Downloaded serde v1.0.228
2092026-07-20T10:27:26.964Z Downloaded heapless v0.8.0
2102026-07-20T10:27:26.973Z Downloaded memchr v2.8.2
2112026-07-20T10:27:26.980Z Downloaded zerocopy-derive v0.8.52
2122026-07-20T10:27:27.007Z Downloaded pest v2.8.7
2132026-07-20T10:27:27.020Z Downloaded serde_json v1.0.150
2142026-07-20T10:27:27.023Z Downloaded regex v1.12.4
2152026-07-20T10:27:27.026Z Downloaded itertools v0.14.0
2162026-07-20T10:27:27.031Z Downloaded aho-corasick v1.1.4
2172026-07-20T10:27:27.040Z Downloaded itertools v0.15.0
2182026-07-20T10:27:27.100Z Downloaded zerocopy v0.8.52
2192026-07-20T10:27:27.110Z Downloaded goblin v0.10.7
2202026-07-20T10:27:27.113Z Downloaded unicode-width v0.2.2
2212026-07-20T10:27:27.117Z Downloaded syn v2.0.118
2222026-07-20T10:27:27.122Z Downloaded smoltcp v0.11.0
2232026-07-20T10:27:27.129Z Downloaded regex-syntax v0.8.11
2242026-07-20T10:27:27.150Z Downloaded regex-automata v0.4.14
2252026-07-20T10:27:27.163Z Downloaded libc v0.2.186
2262026-07-20T10:27:27.219Z Compiling proc-macro2 v1.0.106
2272026-07-20T10:27:27.219Z Compiling quote v1.0.46
2282026-07-20T10:27:27.219Z Compiling unicode-ident v1.0.24
2292026-07-20T10:27:27.222Z Compiling ident_case v1.0.1
2302026-07-20T10:27:27.222Z Compiling strsim v0.11.1
2312026-07-20T10:27:27.222Z Documenting unicode-ident v1.0.24
2322026-07-20T10:27:27.289Z Compiling serde_core v1.0.228
2332026-07-20T10:27:27.381Z Compiling fnv v1.0.7
2342026-07-20T10:27:27.401Z Compiling memchr v2.8.2
2352026-07-20T10:27:27.405Z Compiling zerocopy v0.8.52
2362026-07-20T10:27:27.466Z Compiling serde v1.0.228
2372026-07-20T10:27:27.584Z Compiling regex-syntax v0.8.11
2382026-07-20T10:27:27.683Z Compiling thiserror v2.0.18
2392026-07-20T10:27:27.790Z Documenting proc-macro2 v1.0.106
2402026-07-20T10:27:27.962Z Compiling aho-corasick v1.1.4
2412026-07-20T10:27:28.279Z Checking syn v2.0.118
2422026-07-20T10:27:28.378Z Checking byteorder v1.5.0
2432026-07-20T10:27:28.387Z Documenting quote v1.0.46
2442026-07-20T10:27:28.431Z Compiling either v1.16.0
2452026-07-20T10:27:28.637Z Compiling itertools v0.14.0
2462026-07-20T10:27:28.905Z Documenting syn v2.0.118
2472026-07-20T10:27:29.157Z Compiling regex-automata v0.4.14
2482026-07-20T10:27:29.428Z Compiling heapless v0.8.0
2492026-07-20T10:27:29.649Z Checking bitflags v2.13.0
2502026-07-20T10:27:29.808Z Checking hash32 v0.3.1
2512026-07-20T10:27:29.844Z Documenting serde_core v1.0.228
2522026-07-20T10:27:29.901Z Documenting memchr v2.8.2
2532026-07-20T10:27:29.917Z Checking stable_deref_trait v1.2.1
2542026-07-20T10:27:29.980Z Checking cfg-if v1.0.4
2552026-07-20T10:27:30.040Z Checking macaddr v1.0.1
2562026-07-20T10:27:30.178Z Compiling smoltcp v0.11.0
2572026-07-20T10:27:30.263Z Documenting regex-syntax v0.8.11
2582026-07-20T10:27:30.536Z Documenting aho-corasick v1.1.4
2592026-07-20T10:27:30.617Z Checking darling_core v0.21.3
2602026-07-20T10:27:31.281Z Compiling regex v1.12.4
2612026-07-20T10:27:31.524Z Compiling darling_core v0.23.0
2622026-07-20T10:27:31.551Z Documenting regex-automata v0.4.14
2632026-07-20T10:27:31.675Z Checking managed v0.8.0
2642026-07-20T10:27:31.825Z Checking bitflags v1.3.2
2652026-07-20T10:27:31.883Z Documenting serde_derive v1.0.228
2662026-07-20T10:27:31.886Z Compiling zerocopy-derive v0.8.52
2672026-07-20T10:27:31.910Z Compiling serde_derive v1.0.228
2682026-07-20T10:27:32.130Z Compiling thiserror-impl v2.0.18
2692026-07-20T10:27:32.885Z Documenting thiserror-impl v2.0.18
2702026-07-20T10:27:32.896Z Documenting regex v1.12.4
2712026-07-20T10:27:32.999Z Compiling darling_macro v0.21.3
2722026-07-20T10:27:33.006Z Documenting zerocopy-derive v0.8.52
2732026-07-20T10:27:33.459Z Checking cobs v0.3.0
2742026-07-20T10:27:33.594Z Compiling crc32fast v1.5.0
2752026-07-20T10:27:33.597Z Compiling darling v0.21.3
2762026-07-20T10:27:33.651Z Compiling darling_macro v0.23.0
2772026-07-20T10:27:33.670Z Compiling ingot-macros v0.1.1
2782026-07-20T10:27:33.838Z Documenting byteorder v1.5.0
2792026-07-20T10:27:33.883Z Compiling ref-cast v1.0.25
2802026-07-20T10:27:33.943Z Documenting thiserror v2.0.18
2812026-07-20T10:27:34.070Z Documenting zerocopy v0.8.52
2822026-07-20T10:27:34.262Z Documenting ingot-macros v0.1.1
2832026-07-20T10:27:34.432Z Documenting hash32 v0.3.1
2842026-07-20T10:27:34.597Z Compiling ref-cast-impl v1.0.25
2852026-07-20T10:27:34.976Z Documenting serde v1.0.228
2862026-07-20T10:27:35.083Z Checking postcard v1.1.3
2872026-07-20T10:27:35.200Z Documenting bitflags v2.13.0
2882026-07-20T10:27:35.361Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2892026-07-20T10:27:35.468Z Documenting cfg-if v1.0.4
2902026-07-20T10:27:35.486Z Documenting macaddr v1.0.1
2912026-07-20T10:27:35.586Z Checking ipnetwork v0.21.1
2922026-07-20T10:27:35.762Z Checking unicode-width v0.2.2
2932026-07-20T10:27:35.868Z Documenting stable_deref_trait v1.2.1
2942026-07-20T10:27:36.002Z Compiling version_check v0.9.5
2952026-07-20T10:27:36.119Z Documenting cobs v0.3.0
2962026-07-20T10:27:36.155Z Compiling darling v0.23.0
2972026-07-20T10:27:36.230Z Documenting managed v0.8.0
2982026-07-20T10:27:36.268Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2992026-07-20T10:27:36.378Z Checking ingot-types v0.1.2
3002026-07-20T10:27:36.548Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3012026-07-20T10:27:36.574Z Checking itertools v0.15.0
3022026-07-20T10:27:36.597Z Documenting heapless v0.8.0
3032026-07-20T10:27:36.713Z Checking ingot v0.1.1
3042026-07-20T10:27:36.799Z Documenting postcard v1.1.3
3052026-07-20T10:27:37.179Z Checking tabwriter v1.4.1
3062026-07-20T10:27:37.190Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3072026-07-20T10:27:37.307Z Documenting ingot-types v0.1.2
3082026-07-20T10:27:37.339Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3092026-07-20T10:27:37.410Z Documenting ref-cast-impl v1.0.25
3102026-07-20T10:27:37.438Z Documenting unicode-width v0.2.2
3112026-07-20T10:27:37.589Z Documenting smoltcp v0.11.0
3122026-07-20T10:27:37.797Z Documenting ipnetwork v0.21.1
3132026-07-20T10:27:37.838Z Documenting either v1.16.0
3142026-07-20T10:27:38.046Z Checking dyn-clone v1.0.20
3152026-07-20T10:27:38.147Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3162026-07-20T10:27:38.318Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3172026-07-20T10:27:38.395Z Documenting ingot v0.1.1
3182026-07-20T10:27:38.548Z Documenting tabwriter v1.4.1
3192026-07-20T10:27:38.827Z Documenting ref-cast v1.0.25
3202026-07-20T10:27:39.072Z Documenting itertools v0.15.0
3212026-07-20T10:27:39.080Z Documenting crc32fast v1.5.0
3222026-07-20T10:27:39.347Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3232026-07-20T10:27:39.712Z Documenting dyn-clone v1.0.20
3242026-07-20T10:27:40.196Z Documenting uuid v1.23.4
3252026-07-20T10:27:40.456Z Checking uuid v1.23.4
3262026-07-20T10:27:40.707Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3272026-07-20T10:27:40.737Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3282026-07-20T10:27:41.539Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3292026-07-20T10:27:43.170Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3302026-07-20T10:27:45.470Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3312026-07-20T10:27:47.073Z Finished `dev` profile [optimized + debuginfo] target(s) in 24.95s
3322026-07-20T10:27:47.162Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3332026-07-20T10:27:47.188Z
3342026-07-20T10:27:47.188Zreal 25.060052052
3352026-07-20T10:27:47.188Zuser 1:21.581713639
3362026-07-20T10:27:47.188Zsys 17.394503936
3372026-07-20T10:27:47.188Ztrap 0.045848900
3382026-07-20T10:27:47.188Ztflt 0.085451806
3392026-07-20T10:27:47.188Zdflt 0.134113305
3402026-07-20T10:27:47.188Zkflt 0.005122080
3412026-07-20T10:27:47.188Zlock 7:13.884310452
3422026-07-20T10:27:47.188Zslp 4:45.903823300
3432026-07-20T10:27:47.188Zlat 6.787927493
3442026-07-20T10:27:47.188Zstop 12.523563883
3452026-07-20T10:27:47.191Z+ header 'analyze std + api + usdt'
3462026-07-20T10:27:47.191Z+ echo '# ==== analyze std + api + usdt ==== #'
3472026-07-20T10:27:47.191Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3482026-07-20T10:27:47.191Z# ==== analyze std + api + usdt ==== #
3492026-07-20T10:27:47.374Z Downloading crates ...
3502026-07-20T10:27:47.415Z Downloaded futures-core v0.3.32
3512026-07-20T10:27:47.418Z Downloaded circular v0.3.0
3522026-07-20T10:27:47.421Z Downloaded anyhow v1.0.103
3532026-07-20T10:27:47.424Z Downloaded dtor-proc-macro v0.0.13
3542026-07-20T10:27:47.427Z Downloaded futures-io v0.3.32
3552026-07-20T10:27:47.430Z Downloaded futures-macro v0.3.32
3562026-07-20T10:27:47.430Z Downloaded futures-sink v0.3.32
3572026-07-20T10:27:47.430Z Downloaded dtor v0.8.1
3582026-07-20T10:27:47.435Z Downloaded ctor-proc-macro v0.0.13
3592026-07-20T10:27:47.438Z Downloaded typeid v1.0.3
3602026-07-20T10:27:47.438Z Downloaded futures-executor v0.3.32
3612026-07-20T10:27:47.441Z Downloaded rusticata-macros v5.0.0
3622026-07-20T10:27:47.444Z Downloaded futures-task v0.3.32
3632026-07-20T10:27:47.444Z Downloaded cookie-factory v0.3.3
3642026-07-20T10:27:47.446Z Downloaded ctor v0.10.1
3652026-07-20T10:27:47.446Z Downloaded slab v0.4.12
3662026-07-20T10:27:47.446Z Downloaded pin-project-lite v0.2.17
3672026-07-20T10:27:47.449Z Downloaded link-section v0.2.1
3682026-07-20T10:27:47.453Z Downloaded once_cell v1.21.4
3692026-07-20T10:27:47.456Z Downloaded futures-channel v0.3.32
3702026-07-20T10:27:47.461Z Downloaded futures v0.3.32
3712026-07-20T10:27:47.479Z Downloaded ron v0.12.2
3722026-07-20T10:27:47.484Z Downloaded nom v8.0.0
3732026-07-20T10:27:47.488Z Downloaded futures-util v0.3.32
3742026-07-20T10:27:47.492Z Downloaded pcap-parser v0.17.0
3752026-07-20T10:27:47.543Z Compiling proc-macro2 v1.0.106
3762026-07-20T10:27:47.543Z Compiling quote v1.0.46
3772026-07-20T10:27:47.546Z Compiling unicode-ident v1.0.24
3782026-07-20T10:27:47.546Z Compiling memchr v2.8.2
3792026-07-20T10:27:47.546Z Compiling thiserror v2.0.18
3802026-07-20T10:27:47.546Z Compiling serde_core v1.0.228
3812026-07-20T10:27:47.546Z Compiling zerocopy v0.8.52
3822026-07-20T10:27:47.567Z Compiling zmij v1.0.21
3832026-07-20T10:27:47.889Z Compiling libc v0.2.186
3842026-07-20T10:27:47.915Z Compiling ident_case v1.0.1
3852026-07-20T10:27:47.921Z Compiling ucd-trie v0.1.7
3862026-07-20T10:27:47.967Z Compiling serde_json v1.0.150
3872026-07-20T10:27:48.025Z Compiling strsim v0.11.1
3882026-07-20T10:27:48.109Z Compiling pest v2.8.7
3892026-07-20T10:27:48.135Z Compiling serde v1.0.228
3902026-07-20T10:27:48.439Z Compiling fnv v1.0.7
3912026-07-20T10:27:48.562Z Compiling aho-corasick v1.1.4
3922026-07-20T10:27:48.572Z Compiling regex-syntax v0.8.11
3932026-07-20T10:27:48.746Z Compiling itoa v1.0.18
3942026-07-20T10:27:48.816Z Checking byteorder v1.5.0
3952026-07-20T10:27:48.913Z Compiling syn v2.0.118
3962026-07-20T10:27:49.269Z Compiling pest_meta v2.8.7
3972026-07-20T10:27:49.385Z Compiling either v1.16.0
3982026-07-20T10:27:49.406Z Compiling usdt-impl v0.6.0
3992026-07-20T10:27:49.482Z Checking bitflags v2.13.0
4002026-07-20T10:27:49.585Z Compiling itertools v0.14.0
4012026-07-20T10:27:49.845Z Compiling thread-id v5.1.0
4022026-07-20T10:27:49.995Z Compiling regex-automata v0.4.14
4032026-07-20T10:27:50.320Z Checking plain v0.2.3
4042026-07-20T10:27:50.351Z Checking log v0.4.33
4052026-07-20T10:27:50.412Z Compiling heapless v0.8.0
4062026-07-20T10:27:50.495Z Checking futures-core v0.3.32
4072026-07-20T10:27:50.613Z Checking futures-sink v0.3.32
4082026-07-20T10:27:50.701Z Checking futures-channel v0.3.32
4092026-07-20T10:27:50.859Z Checking hash32 v0.3.1
4102026-07-20T10:27:50.886Z Compiling smoltcp v0.11.0
4112026-07-20T10:27:50.976Z Checking futures-task v0.3.32
4122026-07-20T10:27:51.093Z Checking slab v0.4.12
4132026-07-20T10:27:51.107Z Checking pretty-hex v0.4.2
4142026-07-20T10:27:51.208Z Checking pin-project-lite v0.2.17
4152026-07-20T10:27:51.211Z Checking stable_deref_trait v1.2.1
4162026-07-20T10:27:51.215Z Checking cfg-if v1.0.4
4172026-07-20T10:27:51.229Z Checking futures-io v0.3.32
4182026-07-20T10:27:51.239Z Checking macaddr v1.0.1
4192026-07-20T10:27:51.333Z Compiling pest_generator v2.8.7
4202026-07-20T10:27:51.350Z Compiling darling_core v0.21.3
4212026-07-20T10:27:51.374Z Compiling darling_core v0.23.0
4222026-07-20T10:27:51.634Z Compiling version_check v0.9.5
4232026-07-20T10:27:51.774Z Compiling regex v1.12.4
4242026-07-20T10:27:51.896Z Compiling ref-cast v1.0.25
4252026-07-20T10:27:51.931Z Checking managed v0.8.0
4262026-07-20T10:27:52.111Z Compiling crc32fast v1.5.0
4272026-07-20T10:27:52.157Z Checking bitflags v1.3.2
4282026-07-20T10:27:52.231Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4292026-07-20T10:27:52.427Z Checking memmap2 v0.9.11
4302026-07-20T10:27:52.482Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4312026-07-20T10:27:52.507Z Compiling serde_derive v1.0.228
4322026-07-20T10:27:52.531Z Compiling thiserror-impl v2.0.18
4332026-07-20T10:27:52.582Z Compiling zerocopy-derive v0.8.52
4342026-07-20T10:27:52.792Z Compiling pest_derive v2.8.7
4352026-07-20T10:27:53.312Z Compiling scroll_derive v0.13.1
4362026-07-20T10:27:53.315Z Compiling futures-macro v0.3.32
4372026-07-20T10:27:53.447Z Compiling ref-cast-impl v1.0.25
4382026-07-20T10:27:53.471Z Compiling darling_macro v0.23.0
4392026-07-20T10:27:53.483Z Compiling darling_macro v0.21.3
4402026-07-20T10:27:53.960Z Compiling dtrace-parser v0.3.0
4412026-07-20T10:27:54.036Z Checking cobs v0.3.0
4422026-07-20T10:27:54.050Z Compiling darling v0.21.3
4432026-07-20T10:27:54.115Z Checking scroll v0.13.0
4442026-07-20T10:27:54.119Z Checking futures-util v0.3.32
4452026-07-20T10:27:54.122Z Compiling ingot-macros v0.1.1
4462026-07-20T10:27:54.334Z Checking goblin v0.10.7
4472026-07-20T10:27:54.408Z Compiling darling v0.23.0
4482026-07-20T10:27:54.561Z Checking ipnetwork v0.21.1
4492026-07-20T10:27:54.633Z Checking unicode-width v0.2.2
4502026-07-20T10:27:54.732Z Checking itertools v0.15.0
4512026-07-20T10:27:54.878Z Checking tabwriter v1.4.1
4522026-07-20T10:27:55.020Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4532026-07-20T10:27:55.621Z Checking postcard v1.1.3
4542026-07-20T10:27:55.822Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4552026-07-20T10:27:55.937Z Compiling serde_tokenstream v0.2.3
4562026-07-20T10:27:56.033Z Checking futures-executor v0.3.32
4572026-07-20T10:27:56.107Z Checking nom v8.0.0
4582026-07-20T10:27:56.178Z Checking futures v0.3.32
4592026-07-20T10:27:56.212Z Compiling typeid v1.0.3
4602026-07-20T10:27:56.240Z Checking dyn-clone v1.0.20
4612026-07-20T10:27:56.337Z Compiling anyhow v1.0.103
4622026-07-20T10:27:56.397Z Checking cookie-factory v0.3.3
4632026-07-20T10:27:56.526Z Checking uuid v1.23.4
4642026-07-20T10:27:56.647Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4652026-07-20T10:27:56.711Z Compiling dtor-proc-macro v0.0.13
4662026-07-20T10:27:56.763Z Checking ingot-types v0.1.2
4672026-07-20T10:27:56.775Z Compiling dof v0.4.0
4682026-07-20T10:27:56.792Z Checking circular v0.3.0
4692026-07-20T10:27:56.952Z Compiling ctor-proc-macro v0.0.13
4702026-07-20T10:27:56.987Z Checking once_cell v1.21.4
4712026-07-20T10:27:57.033Z Checking link-section v0.2.1
4722026-07-20T10:27:57.050Z Checking dtor v0.8.1
4732026-07-20T10:27:57.092Z Checking ingot v0.1.1
4742026-07-20T10:27:57.116Z Checking ron v0.12.2
4752026-07-20T10:27:57.275Z Checking ctor v0.10.1
4762026-07-20T10:27:57.719Z Compiling usdt-macro v0.6.0
4772026-07-20T10:27:57.719Z Compiling usdt-attr-macro v0.6.0
4782026-07-20T10:27:58.009Z Checking rusticata-macros v5.0.0
4792026-07-20T10:27:58.130Z Checking pcap-parser v0.17.0
4802026-07-20T10:27:58.376Z Checking usdt v0.6.0
4812026-07-20T10:27:58.637Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4822026-07-20T10:28:03.051Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4832026-07-20T10:28:04.727Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4842026-07-20T10:28:07.050Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.81s
4852026-07-20T10:28:07.084Z
4862026-07-20T10:28:07.087Zreal 19.890899821
4872026-07-20T10:28:07.087Zuser 1:13.301632327
4882026-07-20T10:28:07.087Zsys 15.348720526
4892026-07-20T10:28:07.087Ztrap 0.038283820
4902026-07-20T10:28:07.087Ztflt 0.108245577
4912026-07-20T10:28:07.088Zdflt 0.208557559
4922026-07-20T10:28:07.088Zkflt 0.000014170
4932026-07-20T10:28:07.088Zlock 4:46.589249555
4942026-07-20T10:28:07.088Zslp 3:53.326203441
4952026-07-20T10:28:07.088Zlat 4.249002229
4962026-07-20T10:28:07.088Zstop 9.913864890
4972026-07-20T10:28:07.088Z+ header 'analyze no_std + engine + kernel'
4982026-07-20T10:28:07.088Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4992026-07-20T10:28:07.088Z# ==== analyze no_std + engine + kernel ==== #
5002026-07-20T10:28:07.088Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5012026-07-20T10:28:07.256Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5022026-07-20T10:28:07.256Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5032026-07-20T10:28:07.256Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5042026-07-20T10:28:07.259Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5052026-07-20T10:28:07.471Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5062026-07-20T10:28:10.516Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5072026-07-20T10:28:11.644Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.51s
5082026-07-20T10:28:11.669Z
5092026-07-20T10:28:11.672Zreal 4.578079485
5102026-07-20T10:28:11.672Zuser 4.708591847
5112026-07-20T10:28:11.672Zsys 0.942946226
5122026-07-20T10:28:11.672Ztrap 0.000562980
5132026-07-20T10:28:11.672Ztflt 0.021592844
5142026-07-20T10:28:11.672Zdflt 0.002070570
5152026-07-20T10:28:11.673Zkflt 0.000000000
5162026-07-20T10:28:11.673Zlock 18.278933029
5172026-07-20T10:28:11.673Zslp 17.701688052
5182026-07-20T10:28:11.674Zlat 0.006650920
5192026-07-20T10:28:11.674Zstop 0.207090669
5202026-07-20T10:28:11.674Z+ header test
5212026-07-20T10:28:11.674Z+ echo '# ==== test ==== #'
5222026-07-20T10:28:11.674Z+ ptime -m cargo test
5232026-07-20T10:28:11.674Z# ==== test ==== #
5242026-07-20T10:28:11.825Z Compiling memchr v2.8.2
5252026-07-20T10:28:11.828Z Compiling serde_core v1.0.228
5262026-07-20T10:28:11.849Z Compiling thiserror v2.0.18
5272026-07-20T10:28:11.852Z Compiling zerocopy v0.8.52
5282026-07-20T10:28:11.855Z Compiling byteorder v1.5.0
5292026-07-20T10:28:11.855Z Compiling unicode-ident v1.0.24
5302026-07-20T10:28:11.858Z Compiling libc v0.2.186
5312026-07-20T10:28:11.859Z Compiling zmij v1.0.21
5322026-07-20T10:28:11.932Z Compiling proc-macro2 v1.0.106
5332026-07-20T10:28:11.980Z Compiling scroll v0.13.0
5342026-07-20T10:28:12.063Z Compiling plain v0.2.3
5352026-07-20T10:28:12.159Z Compiling futures-core v0.3.32
5362026-07-20T10:28:12.201Z Compiling itoa v1.0.18
5372026-07-20T10:28:12.218Z Compiling futures-sink v0.3.32
5382026-07-20T10:28:12.246Z Compiling log v0.4.33
5392026-07-20T10:28:12.311Z Compiling ucd-trie v0.1.7
5402026-07-20T10:28:12.315Z Compiling futures-channel v0.3.32
5412026-07-20T10:28:12.455Z Compiling pest v2.8.7
5422026-07-20T10:28:12.478Z Compiling goblin v0.10.7
5432026-07-20T10:28:12.539Z Compiling quote v1.0.46
5442026-07-20T10:28:13.006Z Compiling hash32 v0.3.1
5452026-07-20T10:28:13.169Z Compiling macaddr v1.0.1
5462026-07-20T10:28:13.172Z Compiling pretty-hex v0.4.2
5472026-07-20T10:28:13.298Z Compiling slab v0.4.12
5482026-07-20T10:28:13.400Z Compiling stable_deref_trait v1.2.1
5492026-07-20T10:28:13.418Z Compiling futures-task v0.3.32
5502026-07-20T10:28:13.468Z Compiling futures-io v0.3.32
5512026-07-20T10:28:13.476Z Compiling pin-project-lite v0.2.17
5522026-07-20T10:28:13.565Z Compiling cfg-if v1.0.4
5532026-07-20T10:28:13.609Z Compiling serde v1.0.228
5542026-07-20T10:28:13.625Z Compiling bitflags v2.13.0
5552026-07-20T10:28:13.651Z Compiling serde_json v1.0.150
5562026-07-20T10:28:13.854Z Compiling futures-util v0.3.32
5572026-07-20T10:28:14.034Z Compiling dtrace-parser v0.3.0
5582026-07-20T10:28:14.157Z Compiling heapless v0.8.0
5592026-07-20T10:28:14.249Z Compiling syn v2.0.118
5602026-07-20T10:28:14.603Z Compiling thread-id v5.1.0
5612026-07-20T10:28:14.679Z Compiling ingot-types v0.1.2
5622026-07-20T10:28:14.690Z Compiling cobs v0.3.0
5632026-07-20T10:28:14.812Z Compiling managed v0.8.0
5642026-07-20T10:28:14.961Z Compiling bitflags v1.3.2
5652026-07-20T10:28:15.028Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5662026-07-20T10:28:15.038Z Compiling smoltcp v0.11.0
5672026-07-20T10:28:15.072Z Compiling ingot v0.1.1
5682026-07-20T10:28:15.252Z Compiling postcard v1.1.3
5692026-07-20T10:28:15.600Z Compiling dof v0.4.0
5702026-07-20T10:28:16.594Z Compiling futures-executor v0.3.32
5712026-07-20T10:28:16.758Z Compiling usdt-impl v0.6.0
5722026-07-20T10:28:17.177Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5732026-07-20T10:28:17.272Z Compiling memmap2 v0.9.11
5742026-07-20T10:28:17.570Z Compiling either v1.16.0
5752026-07-20T10:28:17.600Z Compiling unicode-width v0.2.2
5762026-07-20T10:28:17.752Z Compiling ipnetwork v0.21.1
5772026-07-20T10:28:17.814Z Compiling itertools v0.15.0
5782026-07-20T10:28:17.905Z Compiling tabwriter v1.4.1
5792026-07-20T10:28:18.252Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5802026-07-20T10:28:18.343Z Compiling ref-cast v1.0.25
5812026-07-20T10:28:18.441Z Compiling usdt v0.6.0
5822026-07-20T10:28:18.847Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5832026-07-20T10:28:19.064Z Compiling futures v0.3.32
5842026-07-20T10:28:19.174Z Compiling crc32fast v1.5.0
5852026-07-20T10:28:19.256Z Compiling nom v8.0.0
5862026-07-20T10:28:19.416Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5872026-07-20T10:28:19.494Z Compiling dyn-clone v1.0.20
5882026-07-20T10:28:19.560Z Compiling cookie-factory v0.3.3
5892026-07-20T10:28:19.657Z Compiling uuid v1.23.4
5902026-07-20T10:28:19.878Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5912026-07-20T10:28:20.114Z Compiling circular v0.3.0
5922026-07-20T10:28:20.246Z Compiling dtor v0.8.1
5932026-07-20T10:28:20.267Z Compiling anyhow v1.0.103
5942026-07-20T10:28:20.329Z Compiling typeid v1.0.3
5952026-07-20T10:28:20.365Z Compiling once_cell v1.21.4
5962026-07-20T10:28:20.435Z Compiling link-section v0.2.1
5972026-07-20T10:28:20.528Z Compiling ctor v0.10.1
5982026-07-20T10:28:20.580Z Compiling ron v0.12.2
5992026-07-20T10:28:21.800Z Compiling rusticata-macros v5.0.0
6002026-07-20T10:28:22.123Z Compiling pcap-parser v0.17.0
6012026-07-20T10:28:24.524Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6022026-07-20T10:28:26.921Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6032026-07-20T10:29:05.559Z Finished `test` profile [optimized + debuginfo] target(s) in 53.87s
6042026-07-20T10:29:05.575Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-6473ed6cfdcd49b2)
6052026-07-20T10:29:05.579Z
6062026-07-20T10:29:05.579Zrunning 15 tests
6072026-07-20T10:29:05.579Ztest api::tests::parse_bad_address ... ok
6082026-07-20T10:29:05.579Ztest api::tests::parse_good_proto_filter ... ok
6092026-07-20T10:29:05.579Ztest cfg::tests::test_required_nat_space ... ok
6102026-07-20T10:29:05.579Ztest api::tests::parse_bad_proto_filter ... ok
6112026-07-20T10:29:05.579Ztest api::tests::parse_good_address ... ok
6122026-07-20T10:29:05.579Ztest api::tests::ports_from_str_bad ... ok
6132026-07-20T10:29:05.579Ztest api::tests::ports_from_str_good ... ok
6142026-07-20T10:29:05.579Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6152026-07-20T10:29:05.579Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6162026-07-20T10:29:05.579Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6172026-07-20T10:29:05.579Ztest engine::geneve::test::parse_multi_opt ... ok
6182026-07-20T10:29:05.579Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6192026-07-20T10:29:05.579Ztest engine::geneve::test::parse_single_opt ... ok
6202026-07-20T10:29:05.579Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6212026-07-20T10:29:05.582Ztest engine::firewall::tests::port_predicate_simplification ... ok
6222026-07-20T10:29:05.582Z
6232026-07-20T10:29:05.582Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6242026-07-20T10:29:05.582Z
6252026-07-20T10:29:05.582Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-991820f5753ce603)
6262026-07-20T10:29:05.582Z
6272026-07-20T10:29:05.582Zrunning 4 tests
6282026-07-20T10:29:05.586Ztest firewall_external_inbound ... ok
6292026-07-20T10:29:05.586Ztest firewall_vni_outbound ... ok
6302026-07-20T10:29:05.586Ztest firewall_vni_inbound ... ok
6312026-07-20T10:29:05.586Ztest firewall_replace_rules ... ok
6322026-07-20T10:29:05.586Z
6332026-07-20T10:29:05.586Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6342026-07-20T10:29:05.586Z
6352026-07-20T10:29:05.586Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-71fa3c84d431769c)
6362026-07-20T10:29:05.586Z
6372026-07-20T10:29:05.586Zrunning 2 tests
6382026-07-20T10:29:05.589Ztest parse_in_regression ... ok
6392026-07-20T10:29:05.589Ztest parse_out_regression ... ok
6402026-07-20T10:29:05.589Z
6412026-07-20T10:29:05.589Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6422026-07-20T10:29:05.589Z
6432026-07-20T10:29:05.589Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-363484a814622a16)
6442026-07-20T10:29:05.589Z
6452026-07-20T10:29:05.589Zrunning 48 tests
6462026-07-20T10:29:05.589Ztest bad_ip_len ... ok
6472026-07-20T10:29:05.593Ztest check_layers ... ok
6482026-07-20T10:29:05.593Ztest add_remove_fw_rule ... ok
6492026-07-20T10:29:05.593Ztest arp_gateway ... ok
6502026-07-20T10:29:05.593Ztest external_attached_subnets_cannot_reach_internal ... ok
6512026-07-20T10:29:05.593Ztest external_attached_subnets_dont_apply_nat ... ok
6522026-07-20T10:29:05.593Ztest anti_spoof ... ok
6532026-07-20T10:29:05.593Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6542026-07-20T10:29:05.593Ztest flow_expiration ... ok
6552026-07-20T10:29:05.593Ztest early_tcp_invalidation ... ok
6562026-07-20T10:29:05.593Ztest external_ip_epoch_affinity_preserved ... ok
6572026-07-20T10:29:05.593Ztest gateway_icmp4_ping ... ok
6582026-07-20T10:29:05.593Ztest gateway_icmpv6_ping ... ok
6592026-07-20T10:29:05.594Ztest gateway_router_advert_reply ... ok
6602026-07-20T10:29:05.594Ztest external_ip_reconfigurable ... ok
6612026-07-20T10:29:05.594Ztest guest_to_internet_ipv4 ... ok
6622026-07-20T10:29:05.594Ztest guest_to_guest_no_route ... ok
6632026-07-20T10:29:05.594Ztest guest_to_guest_diff_vpc_no_peer ... ok
6642026-07-20T10:29:05.594Ztest guest_to_internet_ipv6 ... ok
6652026-07-20T10:29:05.594Ztest guest_to_guest ... ok
6662026-07-20T10:29:05.594Ztest icmp_inner_has_nat_applied ... ok
6672026-07-20T10:29:05.594Ztest inbound_ndp_dropped_at_gateway ... ok
6682026-07-20T10:29:05.594Ztest external_ip_receive_and_reply_on_all ... ok
6692026-07-20T10:29:05.594Ztest icmpv6_inner_has_nat_applied ... ok
6702026-07-20T10:29:05.594Ztest intra_subnet_routes_with_custom ... ok
6712026-07-20T10:29:05.594Ztest outbound_ndp_dropped ... ok
6722026-07-20T10:29:05.594Ztest external_ip_balanced_over_floating_ips ... ok
6732026-07-20T10:29:05.594Ztest packet_body_pullup ... ok
6742026-07-20T10:29:05.594Ztest no_panic_on_flow_table_full ... ok
6752026-07-20T10:29:05.594Ztest internal_attached_subnets ... ok
6762026-07-20T10:29:05.594Ztest port_transition_reset ... ok
6772026-07-20T10:29:05.594Ztest port_transition_running ... ok
6782026-07-20T10:29:05.594Ztest port_transition_pause ... ok
6792026-07-20T10:29:05.595Ztest port_as_router_target ... ok
6802026-07-20T10:29:05.595Ztest tcp_invalidation_does_not_block_connection ... ok
6812026-07-20T10:29:05.595Ztest test_drop_on_unknown_critical_option ... ok
6822026-07-20T10:29:05.595Ztest select_eip_conditioned_on_igw ... ok
6832026-07-20T10:29:05.595Ztest snat_icmp4_echo_rewrite ... ok
6842026-07-20T10:29:05.596Ztest snat_icmp6_echo_rewrite ... ok
6852026-07-20T10:29:05.596Ztest tcp_outbound ... ok
6862026-07-20T10:29:05.596Ztest test_gateway_neighbor_advert_reply ... ok
6872026-07-20T10:29:05.596Ztest test_ipv6_multicast_encapsulation ... ok
6882026-07-20T10:29:05.596Ztest tcp_inbound ... ok
6892026-07-20T10:29:05.596Ztest test_tcp_multicast_denied ... ok
6902026-07-20T10:29:05.596Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6912026-07-20T10:29:05.597Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
6922026-07-20T10:29:05.597Ztest uft_lft_invalidation_out ... ok
6932026-07-20T10:29:05.597Ztest uft_lft_invalidation_in ... ok
6942026-07-20T10:29:05.597Z
6952026-07-20T10:29:05.597Ztest result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6962026-07-20T10:29:05.597Z
6972026-07-20T10:29:05.597Z Doc-tests oxide_vpc
6982026-07-20T10:29:05.888Z
6992026-07-20T10:29:05.888Zrunning 0 tests
7002026-07-20T10:29:05.888Z
7012026-07-20T10:29:05.888Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7022026-07-20T10:29:05.888Z
7032026-07-20T10:29:05.917Z
7042026-07-20T10:29:05.917Zreal 54.235643770
7052026-07-20T10:29:05.917Zuser 3:18.713955295
7062026-07-20T10:29:05.917Zsys 12.039900593
7072026-07-20T10:29:05.917Ztrap 0.093735092
7082026-07-20T10:29:05.917Ztflt 0.161346093
7092026-07-20T10:29:05.918Zdflt 0.233961117
7102026-07-20T10:29:05.918Zkflt 0.000025770
7112026-07-20T10:29:05.918Zlock 13:51.867617759
7122026-07-20T10:29:05.918Zslp 6:47.138811388
7132026-07-20T10:29:05.918Zlat 7.400541382
7142026-07-20T10:29:05.918Zstop 5.832078228
7152026-07-20T10:29:05.922Zprocess exited: duration 118597 ms, exit code 0
 
7162026-07-20T10:29:05.929Zfound 0 output files