01KXHXP25KEJ9TNWYXPCGRXK25: oxide-vpc

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

Buildomat Job: 01KXHXPH1525M693JFZ9SNG2VQ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-15T03:40:01.266Zjob assigned to worker 01KXHXPQW4MX8S7VCNFCYBK9NX [factory aws, i-0180e8bca414d5c19] (queued for 59 s)
 
22026-07-15T03:40:07.084Zstarting task 0: "setup"
32026-07-15T03:40:07.093Z++ uname -s
42026-07-15T03:40:07.096Z+ kern=SunOS
52026-07-15T03:40:07.096Z+ build_user=build
62026-07-15T03:40:07.096Z+ build_uid=12345
72026-07-15T03:40:07.096Z+ work_dir=/work
82026-07-15T03:40:07.096Z+ input_dir=/input
92026-07-15T03:40:07.096Z+ [[ 0 == 12345 ]]
102026-07-15T03:40:07.096Z+ case "$kern" in
112026-07-15T03:40:07.096Z+ groupadd -g 12345 build
122026-07-15T03:40:07.099Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-15T03:40:09.105Z+ zfs create -o mountpoint=/work rpool/work
142026-07-15T03:40:09.244Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-15T03:40:09.247Z+ home_fs=zfs
162026-07-15T03:40:09.247Z+ [[ zfs == autofs ]]
172026-07-15T03:40:09.247Z+ mkdir -p /home/build
182026-07-15T03:40:09.247Z+ chown build:build /home/build /work
192026-07-15T03:40:11.248Z+ chmod 0700 /home/build /work
202026-07-15T03:40:11.251Zprocess exited: duration 4165 ms, exit code 0
 
212026-07-15T03:40:11.257Zstarting task 1: "rust-toolchain"
222026-07-15T03:40:11.260Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-15T03:40:11.260Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-15T03:40:11.261Z * rust toolchain channel = "1.96.1"
252026-07-15T03:40:11.261Z * rust toolchain profile = "default"
262026-07-15T03:40:11.261Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-15T03:40:11.261Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-15T03:40:11.264Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-15T03:40:11.264Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-15T03:40:11.345Zinfo: downloading installer
312026-07-15T03:40:12.684Zwarn: It looks like you have an existing rustup settings file at:
322026-07-15T03:40:12.684Zwarn: /home/build/.rustup/settings.toml
332026-07-15T03:40:12.684Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-15T03:40:12.684Zwarn: instead of the one inferred from the default host triple.
352026-07-15T03:40:12.697Zinfo: profile set to default
362026-07-15T03:40:12.697Zinfo: default host triple is x86_64-unknown-illumos
372026-07-15T03:40:12.700Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-15T03:40:12.847Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-15T03:40:12.850Zinfo: downloading 6 components
402026-07-15T03:40:26.826Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-15T03:40:26.826Z
422026-07-15T03:40:26.855Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-15T03:40:26.855Z
442026-07-15T03:40:26.855Z
452026-07-15T03:40:26.855ZRust is installed now. Great!
462026-07-15T03:40:26.855Z
472026-07-15T03:40:26.855ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-15T03:40:26.855Zenvironment variable. This has not been done automatically.
492026-07-15T03:40:26.856Z
502026-07-15T03:40:26.856ZTo configure your current shell, you need to source
512026-07-15T03:40:26.856Zthe corresponding env file under $HOME/.cargo.
522026-07-15T03:40:26.856Z
532026-07-15T03:40:26.856ZThis is usually done by running one of the following (note the leading DOT):
542026-07-15T03:40:26.856Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-15T03:40:26.856Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-15T03:40:26.859Zsource "~/.cargo/env.nu" # For nushell
572026-07-15T03:40:26.859Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-15T03:40:26.859Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-15T03:40:26.859Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-15T03:40:26.859Zwarn: no default linker (`cc`) was found in your PATH
612026-07-15T03:40:26.859Zwarn: many Rust crates require a system C toolchain to build
622026-07-15T03:40:26.959Z+ rustup --version
632026-07-15T03:40:26.968Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-15T03:40:27.007Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-15T03:40:27.011Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-15T03:40:27.011Z+ cargo --version
672026-07-15T03:40:27.011Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-15T03:40:27.011Z+ rustc --version
692026-07-15T03:40:27.028Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-15T03:40:27.031Zprocess exited: duration 15773 ms, exit code 0
 
712026-07-15T03:40:27.036Zstarting task 2: "authentication"
722026-07-15T03:40:27.052Zprocess exited: duration 15 ms, exit code 0
 
732026-07-15T03:40:27.058Zstarting task 3: "clone repository"
742026-07-15T03:40:27.061Z+ mkdir -p /work/oxidecomputer/opte
752026-07-15T03:40:27.063Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-15T03:40:27.092ZCloning into '/work/oxidecomputer/opte'...
772026-07-15T03:40:27.959Z+ cd /work/oxidecomputer/opte
782026-07-15T03:40:27.959Z+ git fetch origin ed024703fbe3d3a3173cb795666270cfb980d7fb
792026-07-15T03:40:28.191ZFrom https://github.com/oxidecomputer/opte
802026-07-15T03:40:28.191Z * branch ed024703fbe3d3a3173cb795666270cfb980d7fb -> FETCH_HEAD
812026-07-15T03:40:28.198Z+ [[ -n renovate/syn-2.x-lockfile ]]
822026-07-15T03:40:28.202Z++ git branch --show-current
832026-07-15T03:40:28.202Z+ current=master
842026-07-15T03:40:28.202Z+ [[ master != renovate/syn-2.x-lockfile ]]
852026-07-15T03:40:28.202Z+ git branch -f renovate/syn-2.x-lockfile ed024703fbe3d3a3173cb795666270cfb980d7fb
862026-07-15T03:40:28.205Z+ git checkout -f renovate/syn-2.x-lockfile
872026-07-15T03:40:28.225ZSwitched to branch 'renovate/syn-2.x-lockfile'
882026-07-15T03:40:28.228Z+ git reset --hard ed024703fbe3d3a3173cb795666270cfb980d7fb
892026-07-15T03:40:28.228ZHEAD is now at ed02470 Update Rust crate syn to v2.0.119
902026-07-15T03:40:28.228Zprocess exited: duration 1168 ms, exit code 0
 
912026-07-15T03:40:28.234Zstarting task 4: "build"
922026-07-15T03:40:28.238Z+ source .github/buildomat/common.sh
932026-07-15T03:40:28.241Z++ rustup show active-toolchain
942026-07-15T03:40:28.243Z1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-15T03:40:28.246Z++ pushd xde
962026-07-15T03:40:28.246Z++ rustup show active-toolchain
972026-07-15T03:40:28.246Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
982026-07-15T03:40:28.249Zinfo: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos
992026-07-15T03:40:28.398Zinfo: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29)
1002026-07-15T03:40:28.401Zinfo: downloading 6 components
1012026-07-15T03:40:42.458Znightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-15T03:40:42.545Z+++ rustup show active-toolchain -v
1032026-07-15T03:40:42.548Z+++ head -n 1
1042026-07-15T03:40:42.548Z+++ cut '-d ' -f1
1052026-07-15T03:40:42.601Z++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1062026-07-15T03:40:42.601Z++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1072026-07-15T03:40:42.601Z++ popd
1082026-07-15T03:40:42.604Z/work/oxidecomputer/opte
1092026-07-15T03:40:42.604Z+ cargo --version
1102026-07-15T03:40:42.611Zcargo 1.96.1 (356927216 2026-06-26)
1112026-07-15T03:40:42.614Z+ rustc --version
1122026-07-15T03:40:42.633Zrustc 1.96.1 (31fca3adb 2026-06-26)
1132026-07-15T03:40:42.636Z+ cd lib/oxide-vpc
1142026-07-15T03:40:42.636Z+ header 'check style'
1152026-07-15T03:40:42.636Z+ echo '# ==== check style ==== #'
1162026-07-15T03:40:42.636Z# ==== check style ==== #
1172026-07-15T03:40:42.636Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check
1182026-07-15T03:40:42.768Z
1192026-07-15T03:40:42.768Zreal 0.129321707
1202026-07-15T03:40:42.768Zuser 0.085949193
1212026-07-15T03:40:42.768Zsys 0.038639417
1222026-07-15T03:40:42.768Ztrap 0.000011590
1232026-07-15T03:40:42.768Ztflt 0.000008370
1242026-07-15T03:40:42.771Zdflt 0.000008580
1252026-07-15T03:40:42.771Zkflt 0.000000000
1262026-07-15T03:40:42.771Zlock 0.032198024
1272026-07-15T03:40:42.771Zslp 0.103773936
1282026-07-15T03:40:42.771Zlat 0.000792470
1292026-07-15T03:40:42.771Zstop 0.000087700
1302026-07-15T03:40:42.771Z+ header 'check docs'
1312026-07-15T03:40:42.771Z+ echo '# ==== check docs ==== #'
1322026-07-15T03:40:42.771Z# ==== check docs ==== #
1332026-07-15T03:40:42.771Z+ RUSTDOCFLAGS='-D warnings'
1342026-07-15T03:40:42.771Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-07-15T03:40:42.838Z Updating crates.io index
1362026-07-15T03:40:42.841Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-07-15T03:40:43.492Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-07-15T03:40:43.878Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-07-15T03:40:44.216Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-07-15T03:40:44.431Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-07-15T03:40:44.680Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-07-15T03:40:44.962Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-07-15T03:40:46.731Z Downloading crates ...
1442026-07-15T03:40:46.781Z Downloaded embedded-io v0.6.1
1452026-07-15T03:40:46.790Z Downloaded dyn-clone v1.0.20
1462026-07-15T03:40:46.799Z Downloaded bitflags v2.13.0
1472026-07-15T03:40:46.802Z Downloaded defmt-parser v1.0.0
1482026-07-15T03:40:46.805Z Downloaded strsim v0.11.1
1492026-07-15T03:40:46.808Z Downloaded scroll_derive v0.13.1
1502026-07-15T03:40:46.808Z Downloaded usdt-macro v0.6.0
1512026-07-15T03:40:46.810Z Downloaded ident_case v1.0.1
1522026-07-15T03:40:46.814Z Downloaded pretty-hex v0.4.2
1532026-07-15T03:40:46.820Z Downloaded darling_core v0.23.0
1542026-07-15T03:40:46.823Z Downloaded hash32 v0.3.1
1552026-07-15T03:40:46.823Z Downloaded ingot-types v0.1.2
1562026-07-15T03:40:46.826Z Downloaded defmt v0.3.100
1572026-07-15T03:40:46.826Z Downloaded thiserror v2.0.18
1582026-07-15T03:40:46.830Z Downloaded pest_derive v2.8.7
1592026-07-15T03:40:46.842Z Downloaded defmt-macros v1.1.1
1602026-07-15T03:40:46.846Z Downloaded ipnetwork v0.21.1
1612026-07-15T03:40:46.846Z Downloaded darling v0.23.0
1622026-07-15T03:40:46.850Z Downloaded crc32fast v1.5.0
1632026-07-15T03:40:46.853Z Downloaded ucd-trie v0.1.7
1642026-07-15T03:40:46.853Z Downloaded log v0.4.33
1652026-07-15T03:40:46.853Z Downloaded postcard v1.1.3
1662026-07-15T03:40:46.857Z Downloaded pest_meta v2.8.7
1672026-07-15T03:40:46.861Z Downloaded macaddr v1.0.1
1682026-07-15T03:40:46.864Z Downloaded cobs v0.3.0
1692026-07-15T03:40:46.868Z Downloaded usdt-attr-macro v0.6.0
1702026-07-15T03:40:46.875Z Downloaded stable_deref_trait v1.2.1
1712026-07-15T03:40:46.883Z Downloaded managed v0.8.0
1722026-07-15T03:40:46.892Z Downloaded darling_macro v0.21.3
1732026-07-15T03:40:46.899Z Downloaded thread-id v5.1.0
1742026-07-15T03:40:46.902Z Downloaded dtrace-parser v0.3.0
1752026-07-15T03:40:46.902Z Downloaded usdt v0.6.0
1762026-07-15T03:40:46.905Z Downloaded either v1.16.0
1772026-07-15T03:40:46.911Z Downloaded ref-cast v1.0.25
1782026-07-15T03:40:46.915Z Downloaded ref-cast-impl v1.0.25
1792026-07-15T03:40:46.918Z Downloaded dof v0.4.0
1802026-07-15T03:40:46.918Z Downloaded plain v0.2.3
1812026-07-15T03:40:46.918Z Downloaded darling_macro v0.23.0
1822026-07-15T03:40:46.918Z Downloaded fnv v1.0.7
1832026-07-15T03:40:46.924Z Downloaded cfg-if v1.0.4
1842026-07-15T03:40:46.928Z Downloaded embedded-io v0.4.0
1852026-07-15T03:40:46.928Z Downloaded version_check v0.9.5
1862026-07-15T03:40:46.928Z Downloaded itoa v1.0.18
1872026-07-15T03:40:46.932Z Downloaded bitflags v1.3.2
1882026-07-15T03:40:46.936Z Downloaded scroll v0.13.0
1892026-07-15T03:40:46.940Z Downloaded tabwriter v1.4.1
1902026-07-15T03:40:46.943Z Downloaded thiserror-impl v2.0.18
1912026-07-15T03:40:46.950Z Downloaded ingot v0.1.1
1922026-07-15T03:40:46.954Z Downloaded usdt-impl v0.6.0
1932026-07-15T03:40:46.957Z Downloaded pest_generator v2.8.7
1942026-07-15T03:40:46.960Z Downloaded zmij v1.0.21
1952026-07-15T03:40:46.960Z Downloaded quote v1.0.46
1962026-07-15T03:40:46.960Z Downloaded serde_tokenstream v0.2.3
1972026-07-15T03:40:46.964Z Downloaded memmap2 v0.9.11
1982026-07-15T03:40:46.978Z Downloaded ingot-macros v0.1.1
1992026-07-15T03:40:46.981Z Downloaded darling v0.21.3
2002026-07-15T03:40:46.983Z Downloaded serde_derive v1.0.228
2012026-07-15T03:40:46.989Z Downloaded byteorder v1.5.0
2022026-07-15T03:40:46.992Z Downloaded heapless v0.8.0
2032026-07-15T03:40:46.992Z Downloaded defmt v1.1.1
2042026-07-15T03:40:47.006Z Downloaded proc-macro2 v1.0.106
2052026-07-15T03:40:47.016Z Downloaded pest v2.8.7
2062026-07-15T03:40:47.020Z Downloaded aho-corasick v1.1.4
2072026-07-15T03:40:47.029Z Downloaded uuid v1.23.4
2082026-07-15T03:40:47.033Z Downloaded unicode-ident v1.0.24
2092026-07-15T03:40:47.035Z Downloaded darling_core v0.21.3
2102026-07-15T03:40:47.040Z Downloaded itertools v0.15.0
2112026-07-15T03:40:47.049Z Downloaded serde v1.0.228
2122026-07-15T03:40:47.052Z Downloaded zerocopy-derive v0.8.52
2132026-07-15T03:40:47.057Z Downloaded memchr v2.8.2
2142026-07-15T03:40:47.060Z Downloaded serde_core v1.0.228
2152026-07-15T03:40:47.068Z Downloaded serde_json v1.0.150
2162026-07-15T03:40:47.091Z Downloaded regex v1.12.4
2172026-07-15T03:40:47.116Z Downloaded zerocopy v0.8.52
2182026-07-15T03:40:47.126Z Downloaded itertools v0.14.0
2192026-07-15T03:40:47.145Z Downloaded smoltcp v0.11.0
2202026-07-15T03:40:47.165Z Downloaded goblin v0.10.7
2212026-07-15T03:40:47.175Z Downloaded unicode-width v0.2.2
2222026-07-15T03:40:47.184Z Downloaded syn v2.0.119
2232026-07-15T03:40:47.199Z Downloaded regex-syntax v0.8.11
2242026-07-15T03:40:47.231Z Downloaded regex-automata v0.4.14
2252026-07-15T03:40:47.248Z Downloaded libc v0.2.186
2262026-07-15T03:40:47.310Z Compiling proc-macro2 v1.0.106
2272026-07-15T03:40:47.313Z Compiling quote v1.0.46
2282026-07-15T03:40:47.313Z Compiling unicode-ident v1.0.24
2292026-07-15T03:40:47.313Z Compiling strsim v0.11.1
2302026-07-15T03:40:47.313Z Compiling ident_case v1.0.1
2312026-07-15T03:40:47.313Z Documenting unicode-ident v1.0.24
2322026-07-15T03:40:47.369Z Compiling serde_core v1.0.228
2332026-07-15T03:40:47.460Z Compiling fnv v1.0.7
2342026-07-15T03:40:47.480Z Compiling memchr v2.8.2
2352026-07-15T03:40:47.487Z Compiling thiserror v2.0.18
2362026-07-15T03:40:47.544Z Compiling zerocopy v0.8.52
2372026-07-15T03:40:47.661Z Compiling serde v1.0.228
2382026-07-15T03:40:47.763Z Compiling regex-syntax v0.8.11
2392026-07-15T03:40:47.940Z Documenting proc-macro2 v1.0.106
2402026-07-15T03:40:48.000Z Compiling aho-corasick v1.1.4
2412026-07-15T03:40:48.122Z Checking byteorder v1.5.0
2422026-07-15T03:40:48.276Z Compiling either v1.16.0
2432026-07-15T03:40:48.298Z Checking syn v2.0.119
2442026-07-15T03:40:48.510Z Documenting quote v1.0.46
2452026-07-15T03:40:48.572Z Compiling itertools v0.14.0
2462026-07-15T03:40:49.001Z Documenting syn v2.0.119
2472026-07-15T03:40:49.204Z Compiling regex-automata v0.4.14
2482026-07-15T03:40:49.393Z Compiling heapless v0.8.0
2492026-07-15T03:40:49.780Z Checking bitflags v2.13.0
2502026-07-15T03:40:49.794Z Checking hash32 v0.3.1
2512026-07-15T03:40:49.849Z Documenting serde_core v1.0.228
2522026-07-15T03:40:49.898Z Checking cfg-if v1.0.4
2532026-07-15T03:40:49.933Z Documenting memchr v2.8.2
2542026-07-15T03:40:49.952Z Checking stable_deref_trait v1.2.1
2552026-07-15T03:40:50.016Z Checking macaddr v1.0.1
2562026-07-15T03:40:50.154Z Compiling smoltcp v0.11.0
2572026-07-15T03:40:50.350Z Documenting regex-syntax v0.8.11
2582026-07-15T03:40:50.508Z Checking darling_core v0.21.3
2592026-07-15T03:40:50.589Z Documenting aho-corasick v1.1.4
2602026-07-15T03:40:51.422Z Compiling regex v1.12.4
2612026-07-15T03:40:51.468Z Compiling darling_core v0.23.0
2622026-07-15T03:40:51.695Z Documenting regex-automata v0.4.14
2632026-07-15T03:40:51.774Z Checking managed v0.8.0
2642026-07-15T03:40:51.911Z Checking bitflags v1.3.2
2652026-07-15T03:40:51.970Z Documenting zerocopy-derive v0.8.52
2662026-07-15T03:40:52.016Z Compiling zerocopy-derive v0.8.52
2672026-07-15T03:40:52.022Z Compiling serde_derive v1.0.228
2682026-07-15T03:40:52.222Z Compiling thiserror-impl v2.0.18
2692026-07-15T03:40:52.773Z Documenting serde_derive v1.0.228
2702026-07-15T03:40:53.042Z Documenting thiserror-impl v2.0.18
2712026-07-15T03:40:53.056Z Documenting regex v1.12.4
2722026-07-15T03:40:53.152Z Compiling darling_macro v0.21.3
2732026-07-15T03:40:53.532Z Checking cobs v0.3.0
2742026-07-15T03:40:53.539Z Compiling darling_macro v0.23.0
2752026-07-15T03:40:53.657Z Documenting byteorder v1.5.0
2762026-07-15T03:40:53.718Z Compiling darling v0.21.3
2772026-07-15T03:40:53.806Z Compiling ingot-macros v0.1.1
2782026-07-15T03:40:53.961Z Compiling crc32fast v1.5.0
2792026-07-15T03:40:54.028Z Compiling ref-cast v1.0.25
2802026-07-15T03:40:54.118Z Documenting thiserror v2.0.18
2812026-07-15T03:40:54.187Z Documenting ingot-macros v0.1.1
2822026-07-15T03:40:54.294Z Documenting zerocopy v0.8.52
2832026-07-15T03:40:54.341Z Documenting hash32 v0.3.1
2842026-07-15T03:40:54.641Z Compiling ref-cast-impl v1.0.25
2852026-07-15T03:40:54.878Z Documenting serde v1.0.228
2862026-07-15T03:40:55.090Z Checking postcard v1.1.3
2872026-07-15T03:40:55.248Z Documenting bitflags v2.13.0
2882026-07-15T03:40:55.366Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2892026-07-15T03:40:55.369Z Documenting macaddr v1.0.1
2902026-07-15T03:40:55.673Z Documenting stable_deref_trait v1.2.1
2912026-07-15T03:40:55.743Z Checking ipnetwork v0.21.1
2922026-07-15T03:40:55.916Z Compiling version_check v0.9.5
2932026-07-15T03:40:55.924Z Documenting cfg-if v1.0.4
2942026-07-15T03:40:56.072Z Checking unicode-width v0.2.2
2952026-07-15T03:40:56.188Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2962026-07-15T03:40:56.224Z Documenting cobs v0.3.0
2972026-07-15T03:40:56.325Z Compiling darling v0.23.0
2982026-07-15T03:40:56.439Z Documenting managed v0.8.0
2992026-07-15T03:40:56.490Z Documenting heapless v0.8.0
3002026-07-15T03:40:56.504Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3012026-07-15T03:40:56.517Z Checking ingot-types v0.1.2
3022026-07-15T03:40:56.683Z Checking tabwriter v1.4.1
3032026-07-15T03:40:56.826Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3042026-07-15T03:40:56.862Z Checking ingot v0.1.1
3052026-07-15T03:40:56.905Z Documenting postcard v1.1.3
3062026-07-15T03:40:57.260Z Checking itertools v0.15.0
3072026-07-15T03:40:57.440Z Documenting ingot-types v0.1.2
3082026-07-15T03:40:57.510Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3092026-07-15T03:40:57.550Z Documenting ref-cast-impl v1.0.25
3102026-07-15T03:40:57.692Z Documenting smoltcp v0.11.0
3112026-07-15T03:40:57.912Z Checking dyn-clone v1.0.20
3122026-07-15T03:40:58.011Z Documenting ipnetwork v0.21.1
3132026-07-15T03:40:58.025Z Documenting either v1.16.0
3142026-07-15T03:40:58.066Z Documenting unicode-width v0.2.2
3152026-07-15T03:40:58.135Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3162026-07-15T03:40:58.450Z Documenting ingot v0.1.1
3172026-07-15T03:40:58.466Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3182026-07-15T03:40:58.646Z Documenting ref-cast v1.0.25
3192026-07-15T03:40:58.878Z Documenting itertools v0.15.0
3202026-07-15T03:40:59.244Z Documenting crc32fast v1.5.0
3212026-07-15T03:40:59.309Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3222026-07-15T03:40:59.470Z Documenting dyn-clone v1.0.20
3232026-07-15T03:40:59.725Z Documenting tabwriter v1.4.1
3242026-07-15T03:41:00.252Z Documenting uuid v1.23.4
3252026-07-15T03:41:00.736Z Checking uuid v1.23.4
3262026-07-15T03:41:00.865Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3272026-07-15T03:41:00.991Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3282026-07-15T03:41:01.354Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3292026-07-15T03:41:03.346Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3302026-07-15T03:41:05.602Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3312026-07-15T03:41:07.211Z Finished `dev` profile [optimized + debuginfo] target(s) in 24.43s
3322026-07-15T03:41:07.284Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3332026-07-15T03:41:07.308Z
3342026-07-15T03:41:07.308Zreal 24.520323696
3352026-07-15T03:41:07.308Zuser 1:22.301908258
3362026-07-15T03:41:07.311Zsys 17.268685241
3372026-07-15T03:41:07.311Ztrap 0.043861896
3382026-07-15T03:41:07.311Ztflt 0.051740721
3392026-07-15T03:41:07.311Zdflt 0.083055482
3402026-07-15T03:41:07.311Zkflt 0.005575622
3412026-07-15T03:41:07.311Zlock 9:12.883240530
3422026-07-15T03:41:07.311Zslp 4:49.990955013
3432026-07-15T03:41:07.311Zlat 7.892065611
3442026-07-15T03:41:07.311Zstop 13.732942273
3452026-07-15T03:41:07.311Z+ header 'analyze std + api + usdt'
3462026-07-15T03:41:07.311Z+ echo '# ==== analyze std + api + usdt ==== #'
3472026-07-15T03:41:07.312Z# ==== analyze std + api + usdt ==== #
3482026-07-15T03:41:07.312Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3492026-07-15T03:41:07.490Z Downloading crates ...
3502026-07-15T03:41:07.544Z Downloaded futures-task v0.3.32
3512026-07-15T03:41:07.549Z Downloaded futures-sink v0.3.32
3522026-07-15T03:41:07.551Z Downloaded futures-executor v0.3.32
3532026-07-15T03:41:07.554Z Downloaded rusticata-macros v5.0.0
3542026-07-15T03:41:07.558Z Downloaded slab v0.4.12
3552026-07-15T03:41:07.561Z Downloaded anyhow v1.0.103
3562026-07-15T03:41:07.564Z Downloaded cookie-factory v0.3.3
3572026-07-15T03:41:07.567Z Downloaded futures-core v0.3.32
3582026-07-15T03:41:07.571Z Downloaded dtor v0.8.1
3592026-07-15T03:41:07.574Z Downloaded circular v0.3.0
3602026-07-15T03:41:07.577Z Downloaded typeid v1.0.3
3612026-07-15T03:41:07.577Z Downloaded futures-macro v0.3.32
3622026-07-15T03:41:07.577Z Downloaded futures-io v0.3.32
3632026-07-15T03:41:07.577Z Downloaded dtor-proc-macro v0.0.13
3642026-07-15T03:41:07.581Z Downloaded link-section v0.2.1
3652026-07-15T03:41:07.584Z Downloaded ctor-proc-macro v0.0.13
3662026-07-15T03:41:07.584Z Downloaded pin-project-lite v0.2.17
3672026-07-15T03:41:07.586Z Downloaded ctor v0.10.1
3682026-07-15T03:41:07.589Z Downloaded futures-channel v0.3.32
3692026-07-15T03:41:07.592Z Downloaded once_cell v1.21.4
3702026-07-15T03:41:07.596Z Downloaded futures v0.3.32
3712026-07-15T03:41:07.608Z Downloaded pcap-parser v0.17.0
3722026-07-15T03:41:07.611Z Downloaded ron v0.12.2
3732026-07-15T03:41:07.616Z Downloaded nom v8.0.0
3742026-07-15T03:41:07.618Z Downloaded futures-util v0.3.32
3752026-07-15T03:41:07.672Z Compiling proc-macro2 v1.0.106
3762026-07-15T03:41:07.672Z Compiling quote v1.0.46
3772026-07-15T03:41:07.672Z Compiling unicode-ident v1.0.24
3782026-07-15T03:41:07.675Z Compiling memchr v2.8.2
3792026-07-15T03:41:07.675Z Compiling thiserror v2.0.18
3802026-07-15T03:41:07.675Z Compiling serde_core v1.0.228
3812026-07-15T03:41:07.675Z Compiling zerocopy v0.8.52
3822026-07-15T03:41:07.848Z Compiling zmij v1.0.21
3832026-07-15T03:41:08.056Z Compiling libc v0.2.186
3842026-07-15T03:41:08.067Z Compiling ucd-trie v0.1.7
3852026-07-15T03:41:08.077Z Compiling ident_case v1.0.1
3862026-07-15T03:41:08.112Z Compiling strsim v0.11.1
3872026-07-15T03:41:08.150Z Compiling serde_json v1.0.150
3882026-07-15T03:41:08.184Z Compiling pest v2.8.7
3892026-07-15T03:41:08.276Z Compiling serde v1.0.228
3902026-07-15T03:41:08.563Z Compiling fnv v1.0.7
3912026-07-15T03:41:08.684Z Compiling aho-corasick v1.1.4
3922026-07-15T03:41:08.852Z Checking byteorder v1.5.0
3932026-07-15T03:41:08.873Z Compiling syn v2.0.119
3942026-07-15T03:41:08.899Z Compiling regex-syntax v0.8.11
3952026-07-15T03:41:08.950Z Compiling itoa v1.0.18
3962026-07-15T03:41:09.187Z Compiling pest_meta v2.8.7
3972026-07-15T03:41:09.368Z Compiling either v1.16.0
3982026-07-15T03:41:09.561Z Compiling usdt-impl v0.6.0
3992026-07-15T03:41:09.565Z Checking bitflags v2.13.0
4002026-07-15T03:41:09.721Z Compiling itertools v0.14.0
4012026-07-15T03:41:09.819Z Compiling thread-id v5.1.0
4022026-07-15T03:41:10.099Z Checking futures-sink v0.3.32
4032026-07-15T03:41:10.119Z Compiling heapless v0.8.0
4042026-07-15T03:41:10.190Z Checking log v0.4.33
4052026-07-15T03:41:10.331Z Compiling regex-automata v0.4.14
4062026-07-15T03:41:10.426Z Checking futures-core v0.3.32
4072026-07-15T03:41:10.458Z Checking plain v0.2.3
4082026-07-15T03:41:10.789Z Checking futures-channel v0.3.32
4092026-07-15T03:41:11.003Z Checking hash32 v0.3.1
4102026-07-15T03:41:11.123Z Checking cfg-if v1.0.4
4112026-07-15T03:41:11.136Z Checking stable_deref_trait v1.2.1
4122026-07-15T03:41:11.147Z Checking pretty-hex v0.4.2
4132026-07-15T03:41:11.177Z Checking futures-io v0.3.32
4142026-07-15T03:41:11.197Z Checking pin-project-lite v0.2.17
4152026-07-15T03:41:11.248Z Checking futures-task v0.3.32
4162026-07-15T03:41:11.252Z Checking slab v0.4.12
4172026-07-15T03:41:11.281Z Compiling smoltcp v0.11.0
4182026-07-15T03:41:11.330Z Compiling pest_generator v2.8.7
4192026-07-15T03:41:11.376Z Compiling darling_core v0.21.3
4202026-07-15T03:41:11.393Z Compiling darling_core v0.23.0
4212026-07-15T03:41:11.526Z Checking macaddr v1.0.1
4222026-07-15T03:41:11.733Z Compiling crc32fast v1.5.0
4232026-07-15T03:41:11.935Z Compiling ref-cast v1.0.25
4242026-07-15T03:41:12.000Z Compiling version_check v0.9.5
4252026-07-15T03:41:12.026Z Checking bitflags v1.3.2
4262026-07-15T03:41:12.085Z Compiling regex v1.12.4
4272026-07-15T03:41:12.256Z Checking managed v0.8.0
4282026-07-15T03:41:12.272Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4292026-07-15T03:41:12.501Z Compiling thiserror-impl v2.0.18
4302026-07-15T03:41:12.512Z Compiling serde_derive v1.0.228
4312026-07-15T03:41:12.525Z Compiling zerocopy-derive v0.8.52
4322026-07-15T03:41:12.910Z Compiling pest_derive v2.8.7
4332026-07-15T03:41:13.431Z Compiling scroll_derive v0.13.1
4342026-07-15T03:41:13.435Z Compiling darling_macro v0.21.3
4352026-07-15T03:41:13.438Z Compiling futures-macro v0.3.32
4362026-07-15T03:41:13.614Z Compiling darling_macro v0.23.0
4372026-07-15T03:41:13.621Z Compiling ref-cast-impl v1.0.25
4382026-07-15T03:41:13.890Z Compiling dtrace-parser v0.3.0
4392026-07-15T03:41:14.168Z Compiling darling v0.21.3
4402026-07-15T03:41:14.232Z Checking futures-util v0.3.32
4412026-07-15T03:41:14.237Z Checking scroll v0.13.0
4422026-07-15T03:41:14.240Z Compiling ingot-macros v0.1.1
4432026-07-15T03:41:14.459Z Checking cobs v0.3.0
4442026-07-15T03:41:14.468Z Checking goblin v0.10.7
4452026-07-15T03:41:14.505Z Compiling darling v0.23.0
4462026-07-15T03:41:14.610Z Checking memmap2 v0.9.11
4472026-07-15T03:41:14.622Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4482026-07-15T03:41:14.767Z Checking unicode-width v0.2.2
4492026-07-15T03:41:15.010Z Checking ipnetwork v0.21.1
4502026-07-15T03:41:15.076Z Checking itertools v0.15.0
4512026-07-15T03:41:15.537Z Checking postcard v1.1.3
4522026-07-15T03:41:15.673Z Compiling serde_tokenstream v0.2.3
4532026-07-15T03:41:15.815Z Checking tabwriter v1.4.1
4542026-07-15T03:41:15.951Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4552026-07-15T03:41:16.038Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4562026-07-15T03:41:16.045Z Checking nom v8.0.0
4572026-07-15T03:41:16.247Z Checking futures-executor v0.3.32
4582026-07-15T03:41:16.393Z Checking futures v0.3.32
4592026-07-15T03:41:16.460Z Compiling anyhow v1.0.103
4602026-07-15T03:41:16.629Z Checking dyn-clone v1.0.20
4612026-07-15T03:41:16.668Z Compiling typeid v1.0.3
4622026-07-15T03:41:16.722Z Checking cookie-factory v0.3.3
4632026-07-15T03:41:16.741Z Checking uuid v1.23.4
4642026-07-15T03:41:16.954Z Compiling dof v0.4.0
4652026-07-15T03:41:16.960Z Checking ingot-types v0.1.2
4662026-07-15T03:41:16.983Z Checking circular v0.3.0
4672026-07-15T03:41:16.993Z Compiling dtor-proc-macro v0.0.13
4682026-07-15T03:41:17.001Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4692026-07-15T03:41:17.091Z Compiling ctor-proc-macro v0.0.13
4702026-07-15T03:41:17.119Z Checking once_cell v1.21.4
4712026-07-15T03:41:17.253Z Checking link-section v0.2.1
4722026-07-15T03:41:17.275Z Checking ron v0.12.2
4732026-07-15T03:41:17.279Z Checking ingot v0.1.1
4742026-07-15T03:41:17.342Z Checking dtor v0.8.1
4752026-07-15T03:41:17.433Z Checking ctor v0.10.1
4762026-07-15T03:41:17.869Z Compiling usdt-macro v0.6.0
4772026-07-15T03:41:17.869Z Compiling usdt-attr-macro v0.6.0
4782026-07-15T03:41:17.969Z Checking rusticata-macros v5.0.0
4792026-07-15T03:41:18.091Z Checking pcap-parser v0.17.0
4802026-07-15T03:41:18.485Z Checking usdt v0.6.0
4812026-07-15T03:41:18.754Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4822026-07-15T03:41:23.186Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4832026-07-15T03:41:24.830Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4842026-07-15T03:41:27.141Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.78s
4852026-07-15T03:41:27.174Z
4862026-07-15T03:41:27.176Zreal 19.860487308
4872026-07-15T03:41:27.176Zuser 1:13.241027534
4882026-07-15T03:41:27.176Zsys 15.632530219
4892026-07-15T03:41:27.176Ztrap 0.041220646
4902026-07-15T03:41:27.176Ztflt 0.126522840
4912026-07-15T03:41:27.176Zdflt 0.147331540
4922026-07-15T03:41:27.176Zkflt 0.000013970
4932026-07-15T03:41:27.176Zlock 4:06.210900629
4942026-07-15T03:41:27.176Zslp 3:55.622290236
4952026-07-15T03:41:27.176Zlat 4.032765048
4962026-07-15T03:41:27.176Zstop 8.275589021
4972026-07-15T03:41:27.176Z+ header 'analyze no_std + engine + kernel'
4982026-07-15T03:41:27.176Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4992026-07-15T03:41:27.177Z# ==== analyze no_std + engine + kernel ==== #
5002026-07-15T03:41:27.177Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5012026-07-15T03:41:27.348Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5022026-07-15T03:41:27.351Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5032026-07-15T03:41:27.369Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5042026-07-15T03:41:27.371Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5052026-07-15T03:41:27.607Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5062026-07-15T03:41:31.268Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5072026-07-15T03:41:32.618Z Finished `dev` profile [optimized + debuginfo] target(s) in 5.40s
5082026-07-15T03:41:32.644Z
5092026-07-15T03:41:32.648Zreal 5.461039325
5102026-07-15T03:41:32.648Zuser 5.679980400
5112026-07-15T03:41:32.648Zsys 1.014828284
5122026-07-15T03:41:32.648Ztrap 0.000727930
5132026-07-15T03:41:32.649Ztflt 0.002242540
5142026-07-15T03:41:32.649Zdflt 0.005149172
5152026-07-15T03:41:32.649Zkflt 0.000000000
5162026-07-15T03:41:32.649Zlock 28.333319278
5172026-07-15T03:41:32.649Zslp 20.374887917
5182026-07-15T03:41:32.649Zlat 0.020050516
5192026-07-15T03:41:32.649Zstop 0.250809559
5202026-07-15T03:41:32.649Z+ header test
5212026-07-15T03:41:32.649Z+ echo '# ==== test ==== #'
5222026-07-15T03:41:32.649Z# ==== test ==== #
5232026-07-15T03:41:32.649Z+ ptime -m cargo test
5242026-07-15T03:41:32.791Z Compiling memchr v2.8.2
5252026-07-15T03:41:32.798Z Compiling serde_core v1.0.228
5262026-07-15T03:41:32.821Z Compiling thiserror v2.0.18
5272026-07-15T03:41:32.823Z Compiling zerocopy v0.8.52
5282026-07-15T03:41:32.824Z Compiling byteorder v1.5.0
5292026-07-15T03:41:32.824Z Compiling unicode-ident v1.0.24
5302026-07-15T03:41:32.827Z Compiling libc v0.2.186
5312026-07-15T03:41:32.827Z Compiling zmij v1.0.21
5322026-07-15T03:41:32.981Z Compiling proc-macro2 v1.0.106
5332026-07-15T03:41:32.999Z Compiling scroll v0.13.0
5342026-07-15T03:41:33.032Z Compiling plain v0.2.3
5352026-07-15T03:41:33.121Z Compiling futures-core v0.3.32
5362026-07-15T03:41:33.152Z Compiling log v0.4.33
5372026-07-15T03:41:33.194Z Compiling futures-sink v0.3.32
5382026-07-15T03:41:33.209Z Compiling ucd-trie v0.1.7
5392026-07-15T03:41:33.281Z Compiling itoa v1.0.18
5402026-07-15T03:41:33.287Z Compiling goblin v0.10.7
5412026-07-15T03:41:33.384Z Compiling pest v2.8.7
5422026-07-15T03:41:33.527Z Compiling futures-channel v0.3.32
5432026-07-15T03:41:33.756Z Compiling quote v1.0.46
5442026-07-15T03:41:33.924Z Compiling hash32 v0.3.1
5452026-07-15T03:41:34.096Z Compiling futures-io v0.3.32
5462026-07-15T03:41:34.268Z Compiling slab v0.4.12
5472026-07-15T03:41:34.357Z Compiling stable_deref_trait v1.2.1
5482026-07-15T03:41:34.389Z Compiling pretty-hex v0.4.2
5492026-07-15T03:41:34.425Z Compiling futures-task v0.3.32
5502026-07-15T03:41:34.448Z Compiling cfg-if v1.0.4
5512026-07-15T03:41:34.508Z Compiling macaddr v1.0.1
5522026-07-15T03:41:34.517Z Compiling pin-project-lite v0.2.17
5532026-07-15T03:41:34.605Z Compiling serde v1.0.228
5542026-07-15T03:41:34.611Z Compiling bitflags v2.13.0
5552026-07-15T03:41:34.765Z Compiling serde_json v1.0.150
5562026-07-15T03:41:34.777Z Compiling futures-util v0.3.32
5572026-07-15T03:41:35.026Z Compiling heapless v0.8.0
5582026-07-15T03:41:35.093Z Compiling dtrace-parser v0.3.0
5592026-07-15T03:41:35.228Z Compiling syn v2.0.119
5602026-07-15T03:41:35.474Z Compiling thread-id v5.1.0
5612026-07-15T03:41:35.565Z Compiling cobs v0.3.0
5622026-07-15T03:41:35.629Z Compiling ingot-types v0.1.2
5632026-07-15T03:41:35.774Z Compiling bitflags v1.3.2
5642026-07-15T03:41:35.839Z Compiling managed v0.8.0
5652026-07-15T03:41:35.855Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5662026-07-15T03:41:36.037Z Compiling smoltcp v0.11.0
5672026-07-15T03:41:36.073Z Compiling ingot v0.1.1
5682026-07-15T03:41:36.087Z Compiling postcard v1.1.3
5692026-07-15T03:41:36.430Z Compiling dof v0.4.0
5702026-07-15T03:41:37.512Z Compiling futures-executor v0.3.32
5712026-07-15T03:41:37.912Z Compiling usdt-impl v0.6.0
5722026-07-15T03:41:38.099Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5732026-07-15T03:41:38.255Z Compiling memmap2 v0.9.11
5742026-07-15T03:41:38.587Z Compiling either v1.16.0
5752026-07-15T03:41:38.645Z Compiling unicode-width v0.2.2
5762026-07-15T03:41:38.701Z Compiling ipnetwork v0.21.1
5772026-07-15T03:41:38.763Z Compiling itertools v0.15.0
5782026-07-15T03:41:38.952Z Compiling tabwriter v1.4.1
5792026-07-15T03:41:39.215Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5802026-07-15T03:41:39.369Z Compiling ref-cast v1.0.25
5812026-07-15T03:41:39.466Z Compiling usdt v0.6.0
5822026-07-15T03:41:39.747Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5832026-07-15T03:41:40.077Z Compiling futures v0.3.32
5842026-07-15T03:41:40.148Z Compiling crc32fast v1.5.0
5852026-07-15T03:41:40.217Z Compiling nom v8.0.0
5862026-07-15T03:41:40.236Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5872026-07-15T03:41:40.389Z Compiling dyn-clone v1.0.20
5882026-07-15T03:41:40.455Z Compiling cookie-factory v0.3.3
5892026-07-15T03:41:40.577Z Compiling uuid v1.23.4
5902026-07-15T03:41:40.776Z Compiling circular v0.3.0
5912026-07-15T03:41:41.032Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5922026-07-15T03:41:41.198Z Compiling dtor v0.8.1
5932026-07-15T03:41:41.270Z Compiling typeid v1.0.3
5942026-07-15T03:41:41.281Z Compiling anyhow v1.0.103
5952026-07-15T03:41:41.377Z Compiling link-section v0.2.1
5962026-07-15T03:41:41.424Z Compiling once_cell v1.21.4
5972026-07-15T03:41:41.517Z Compiling ctor v0.10.1
5982026-07-15T03:41:41.586Z Compiling ron v0.12.2
5992026-07-15T03:41:42.794Z Compiling rusticata-macros v5.0.0
6002026-07-15T03:41:43.549Z Compiling pcap-parser v0.17.0
6012026-07-15T03:41:45.792Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6022026-07-15T03:41:50.530Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6032026-07-15T03:42:26.301Z Finished `test` profile [optimized + debuginfo] target(s) in 53.65s
6042026-07-15T03:42:26.317Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-383debbcedf5820e)
6052026-07-15T03:42:26.320Z
6062026-07-15T03:42:26.320Zrunning 15 tests
6072026-07-15T03:42:26.320Ztest api::tests::parse_bad_proto_filter ... ok
6082026-07-15T03:42:26.320Ztest api::tests::ports_from_str_good ... ok
6092026-07-15T03:42:26.320Ztest api::tests::parse_bad_address ... ok
6102026-07-15T03:42:26.320Ztest api::tests::parse_good_address ... ok
6112026-07-15T03:42:26.320Ztest api::tests::parse_good_proto_filter ... ok
6122026-07-15T03:42:26.320Ztest api::tests::ports_from_str_bad ... ok
6132026-07-15T03:42:26.320Ztest cfg::tests::test_required_nat_space ... ok
6142026-07-15T03:42:26.320Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6152026-07-15T03:42:26.320Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6162026-07-15T03:42:26.320Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6172026-07-15T03:42:26.320Ztest engine::geneve::test::parse_single_opt ... ok
6182026-07-15T03:42:26.323Ztest engine::geneve::test::parse_multi_opt ... ok
6192026-07-15T03:42:26.323Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6202026-07-15T03:42:26.323Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6212026-07-15T03:42:26.323Ztest engine::firewall::tests::port_predicate_simplification ... ok
6222026-07-15T03:42:26.323Z
6232026-07-15T03:42:26.323Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6242026-07-15T03:42:26.323Z
6252026-07-15T03:42:26.323Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-249945989ab46d6b)
6262026-07-15T03:42:26.323Z
6272026-07-15T03:42:26.323Zrunning 4 tests
6282026-07-15T03:42:26.326Ztest firewall_vni_outbound ... ok
6292026-07-15T03:42:26.326Ztest firewall_external_inbound ... ok
6302026-07-15T03:42:26.326Ztest firewall_vni_inbound ... ok
6312026-07-15T03:42:26.326Ztest firewall_replace_rules ... ok
6322026-07-15T03:42:26.326Z
6332026-07-15T03:42:26.326Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6342026-07-15T03:42:26.327Z
6352026-07-15T03:42:26.327Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-962e8b9a71244d15)
6362026-07-15T03:42:26.327Z
6372026-07-15T03:42:26.327Zrunning 2 tests
6382026-07-15T03:42:26.329Ztest parse_in_regression ... ok
6392026-07-15T03:42:26.329Ztest parse_out_regression ... ok
6402026-07-15T03:42:26.329Z
6412026-07-15T03:42:26.330Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6422026-07-15T03:42:26.330Z
6432026-07-15T03:42:26.330Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-341d37ee205b815f)
6442026-07-15T03:42:26.330Z
6452026-07-15T03:42:26.330Zrunning 48 tests
6462026-07-15T03:42:26.333Ztest bad_ip_len ... ok
6472026-07-15T03:42:26.333Ztest check_layers ... ok
6482026-07-15T03:42:26.333Ztest add_remove_fw_rule ... ok
6492026-07-15T03:42:26.333Ztest external_attached_subnets_cannot_reach_internal ... ok
6502026-07-15T03:42:26.333Ztest anti_spoof ... ok
6512026-07-15T03:42:26.333Ztest arp_gateway ... ok
6522026-07-15T03:42:26.333Ztest external_attached_subnets_dont_apply_nat ... ok
6532026-07-15T03:42:26.333Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6542026-07-15T03:42:26.333Ztest flow_expiration ... ok
6552026-07-15T03:42:26.333Ztest gateway_icmp4_ping ... ok
6562026-07-15T03:42:26.333Ztest early_tcp_invalidation ... ok
6572026-07-15T03:42:26.333Ztest gateway_icmpv6_ping ... ok
6582026-07-15T03:42:26.333Ztest gateway_router_advert_reply ... ok
6592026-07-15T03:42:26.333Ztest external_ip_epoch_affinity_preserved ... ok
6602026-07-15T03:42:26.333Ztest external_ip_reconfigurable ... ok
6612026-07-15T03:42:26.333Ztest guest_to_guest_diff_vpc_no_peer ... ok
6622026-07-15T03:42:26.333Ztest guest_to_guest_no_route ... ok
6632026-07-15T03:42:26.333Ztest guest_to_internet_ipv4 ... ok
6642026-07-15T03:42:26.333Ztest guest_to_internet_ipv6 ... ok
6652026-07-15T03:42:26.333Ztest guest_to_guest ... ok
6662026-07-15T03:42:26.333Ztest icmp_inner_has_nat_applied ... ok
6672026-07-15T03:42:26.333Ztest inbound_ndp_dropped_at_gateway ... ok
6682026-07-15T03:42:26.333Ztest icmpv6_inner_has_nat_applied ... ok
6692026-07-15T03:42:26.333Ztest external_ip_balanced_over_floating_ips ... ok
6702026-07-15T03:42:26.333Ztest packet_body_pullup ... ok
6712026-07-15T03:42:26.333Ztest no_panic_on_flow_table_full ... ok
6722026-07-15T03:42:26.333Ztest intra_subnet_routes_with_custom ... ok
6732026-07-15T03:42:26.333Ztest internal_attached_subnets ... ok
6742026-07-15T03:42:26.333Ztest external_ip_receive_and_reply_on_all ... ok
6752026-07-15T03:42:26.333Ztest outbound_ndp_dropped ... ok
6762026-07-15T03:42:26.333Ztest port_transition_running ... ok
6772026-07-15T03:42:26.333Ztest port_transition_reset ... ok
6782026-07-15T03:42:26.333Ztest port_as_router_target ... ok
6792026-07-15T03:42:26.333Ztest port_transition_pause ... ok
6802026-07-15T03:42:26.333Ztest test_drop_on_unknown_critical_option ... ok
6812026-07-15T03:42:26.333Ztest select_eip_conditioned_on_igw ... ok
6822026-07-15T03:42:26.333Ztest snat_icmp4_echo_rewrite ... ok
6832026-07-15T03:42:26.333Ztest snat_icmp6_echo_rewrite ... ok
6842026-07-15T03:42:26.334Ztest tcp_invalidation_does_not_block_connection ... ok
6852026-07-15T03:42:26.334Ztest tcp_inbound ... ok
6862026-07-15T03:42:26.334Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6872026-07-15T03:42:26.334Ztest test_ipv6_multicast_encapsulation ... ok
6882026-07-15T03:42:26.334Ztest test_gateway_neighbor_advert_reply ... ok
6892026-07-15T03:42:26.334Ztest tcp_outbound ... ok
6902026-07-15T03:42:26.334Ztest test_tcp_multicast_denied ... ok
6912026-07-15T03:42:26.334Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
6922026-07-15T03:42:26.334Ztest uft_lft_invalidation_out ... ok
6932026-07-15T03:42:26.334Ztest uft_lft_invalidation_in ... ok
6942026-07-15T03:42:26.334Z
6952026-07-15T03:42:26.334Ztest result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6962026-07-15T03:42:26.334Z
6972026-07-15T03:42:26.337Z Doc-tests oxide_vpc
6982026-07-15T03:42:26.623Z
6992026-07-15T03:42:26.623Zrunning 0 tests
7002026-07-15T03:42:26.623Z
7012026-07-15T03:42:26.623Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7022026-07-15T03:42:26.624Z
7032026-07-15T03:42:26.650Z
7042026-07-15T03:42:26.650Zreal 53.998167539
7052026-07-15T03:42:26.650Zuser 3:16.347635546
7062026-07-15T03:42:26.650Zsys 11.946724005
7072026-07-15T03:42:26.650Ztrap 0.095277773
7082026-07-15T03:42:26.650Ztflt 0.264690811
7092026-07-15T03:42:26.650Zdflt 0.374584938
7102026-07-15T03:42:26.650Zkflt 0.000009190
7112026-07-15T03:42:26.653Zlock 12:36.818511242
7122026-07-15T03:42:26.653Zslp 6:36.812682040
7132026-07-15T03:42:26.653Zlat 7.983317146
7142026-07-15T03:42:26.653Zstop 5.345645115
7152026-07-15T03:42:26.653Zprocess exited: duration 118416 ms, exit code 0
 
7162026-07-15T03:42:26.659Zfound 0 output files