01KYEAGDDQ1BXJ36BE8NKBC7WX: oxide-vpc

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

Buildomat Job: 01KYEAHGSD7HQFM2MJ8NJ4H8D1

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-26T04:23:04.635Zjob assigned to worker 01KYEAHEZHT849FMAE0WCDY8E9 [factory aws, i-0d4eb30414109cca7] (queued for 51 s)
 
22026-07-26T04:23:11.682Zstarting task 0: "setup"
32026-07-26T04:23:11.688Z++ uname -s
42026-07-26T04:23:11.691Z+ kern=SunOS
52026-07-26T04:23:11.691Z+ build_user=build
62026-07-26T04:23:11.691Z+ build_uid=12345
72026-07-26T04:23:11.691Z+ work_dir=/work
82026-07-26T04:23:11.691Z+ input_dir=/input
92026-07-26T04:23:11.691Z+ [[ 0 == 12345 ]]
102026-07-26T04:23:11.691Z+ case "$kern" in
112026-07-26T04:23:11.691Z+ groupadd -g 12345 build
122026-07-26T04:23:11.691Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-26T04:23:13.698Z+ zfs create -o mountpoint=/work rpool/work
142026-07-26T04:23:13.792Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-26T04:23:13.795Z+ home_fs=zfs
162026-07-26T04:23:13.795Z+ [[ zfs == autofs ]]
172026-07-26T04:23:13.795Z+ mkdir -p /home/build
182026-07-26T04:23:13.795Z+ chown build:build /home/build /work
192026-07-26T04:23:15.796Z+ chmod 0700 /home/build /work
202026-07-26T04:23:15.799Zprocess exited: duration 4115 ms, exit code 0
 
212026-07-26T04:23:15.805Zstarting task 1: "rust-toolchain"
222026-07-26T04:23:15.809Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-26T04:23:15.809Z * rust toolchain channel = "1.97.1"
242026-07-26T04:23:15.809Z * rust toolchain profile = "default"
252026-07-26T04:23:15.809Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-26T04:23:15.809Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-26T04:23:15.809Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-26T04:23:15.812Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-26T04:23:15.812Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-26T04:23:15.914Zinfo: downloading installer
312026-07-26T04:23:17.334Zwarn: It looks like you have an existing rustup settings file at:
322026-07-26T04:23:17.334Zwarn: /home/build/.rustup/settings.toml
332026-07-26T04:23:17.334Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-26T04:23:17.337Zwarn: instead of the one inferred from the default host triple.
352026-07-26T04:23:17.346Zinfo: profile set to default
362026-07-26T04:23:17.346Zinfo: default host triple is x86_64-unknown-illumos
372026-07-26T04:23:17.349Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-26T04:23:17.482Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-26T04:23:17.485Zinfo: downloading 6 components
402026-07-26T04:23:34.056Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-26T04:23:34.057Z
422026-07-26T04:23:34.085Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-26T04:23:34.085Z
442026-07-26T04:23:34.085Z
452026-07-26T04:23:34.085ZRust is installed now. Great!
462026-07-26T04:23:34.085Z
472026-07-26T04:23:34.085ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-26T04:23:34.085Zenvironment variable. This has not been done automatically.
492026-07-26T04:23:34.085Z
502026-07-26T04:23:34.085ZTo configure your current shell, you need to source
512026-07-26T04:23:34.085Zthe corresponding env file under $HOME/.cargo.
522026-07-26T04:23:34.085Z
532026-07-26T04:23:34.085ZThis is usually done by running one of the following (note the leading DOT):
542026-07-26T04:23:34.086Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-26T04:23:34.086Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-26T04:23:34.086Zsource "~/.cargo/env.nu" # For nushell
572026-07-26T04:23:34.086Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-26T04:23:34.086Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-26T04:23:34.086Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-26T04:23:34.090Zwarn: no default linker (`cc`) was found in your PATH
612026-07-26T04:23:34.090Zwarn: many Rust crates require a system C toolchain to build
622026-07-26T04:23:34.183Z+ rustup --version
632026-07-26T04:23:34.193Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-26T04:23:34.198Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-26T04:23:34.219Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-26T04:23:34.224Z+ cargo --version
672026-07-26T04:23:34.232Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-26T04:23:34.236Z+ rustc --version
692026-07-26T04:23:34.253Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-26T04:23:34.257Zprocess exited: duration 18449 ms, exit code 0
 
712026-07-26T04:23:34.263Zstarting task 2: "authentication"
722026-07-26T04:23:34.279Zprocess exited: duration 16 ms, exit code 0
 
732026-07-26T04:23:34.286Zstarting task 3: "clone repository"
742026-07-26T04:23:34.289Z+ mkdir -p /work/oxidecomputer/opte
752026-07-26T04:23:34.293Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-26T04:23:34.323ZCloning into '/work/oxidecomputer/opte'...
772026-07-26T04:23:35.231Z+ cd /work/oxidecomputer/opte
782026-07-26T04:23:35.231Z+ git fetch origin 47f1798e3f36239518a77de5eee88e87641f7da8
792026-07-26T04:23:36.171ZFrom https://github.com/oxidecomputer/opte
802026-07-26T04:23:36.171Z * branch 47f1798e3f36239518a77de5eee88e87641f7da8 -> FETCH_HEAD
812026-07-26T04:23:36.193Z+ [[ -n renovate/rand ]]
822026-07-26T04:23:36.193Z++ git branch --show-current
832026-07-26T04:23:36.193Z+ current=master
842026-07-26T04:23:36.193Z+ [[ master != renovate/rand ]]
852026-07-26T04:23:36.193Z+ git branch -f renovate/rand 47f1798e3f36239518a77de5eee88e87641f7da8
862026-07-26T04:23:36.193Z+ git checkout -f renovate/rand
872026-07-26T04:23:36.193ZSwitched to branch 'renovate/rand'
882026-07-26T04:23:36.193Z+ git reset --hard 47f1798e3f36239518a77de5eee88e87641f7da8
892026-07-26T04:23:36.193ZHEAD is now at 47f1798 Update Rust crate rand to 0.10.2
902026-07-26T04:23:36.193Zprocess exited: duration 1217 ms, exit code 0
 
912026-07-26T04:23:36.205Zstarting task 4: "build"
922026-07-26T04:23:36.208Z+ source .github/buildomat/common.sh
932026-07-26T04:23:36.208Z++ rustup show active-toolchain
942026-07-26T04:23:36.218Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-26T04:23:36.224Z++ pushd xde
962026-07-26T04:23:36.224Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-26T04:23:36.224Z++ rustup show active-toolchain
982026-07-26T04:23:36.224Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
992026-07-26T04:23:36.371Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1002026-07-26T04:23:36.374Zinfo: downloading 6 components
1012026-07-26T04:23:51.462Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-26T04:23:51.561Z+++ rustup show active-toolchain -v
1032026-07-26T04:23:51.565Z+++ head -n 1
1042026-07-26T04:23:51.565Z+++ cut '-d ' -f1
1052026-07-26T04:23:51.617Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1062026-07-26T04:23:51.617Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-07-26T04:23:51.617Z++ popd
1082026-07-26T04:23:51.627Z/work/oxidecomputer/opte
1092026-07-26T04:23:51.627Z+ cargo --version
1102026-07-26T04:23:51.627Zcargo 1.97.1 (c980f4866 2026-06-30)
1112026-07-26T04:23:51.634Z+ rustc --version
1122026-07-26T04:23:51.647Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1132026-07-26T04:23:51.651Z+ cd lib/oxide-vpc
1142026-07-26T04:23:51.651Z+ header 'check style'
1152026-07-26T04:23:51.651Z+ echo '# ==== check style ==== #'
1162026-07-26T04:23:51.651Z# ==== check style ==== #
1172026-07-26T04:23:51.652Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1182026-07-26T04:23:51.781Z
1192026-07-26T04:23:51.781Zreal 0.130129719
1202026-07-26T04:23:51.781Zuser 0.094894664
1212026-07-26T04:23:51.782Zsys 0.031070945
1222026-07-26T04:23:51.787Ztrap 0.000042640
1232026-07-26T04:23:51.787Ztflt 0.000024210
1242026-07-26T04:23:51.787Zdflt 0.000007210
1252026-07-26T04:23:51.787Zkflt 0.000000000
1262026-07-26T04:23:51.788Zlock 0.031215472
1272026-07-26T04:23:51.788Zslp 0.110332627
1282026-07-26T04:23:51.788Zlat 0.000822090
1292026-07-26T04:23:51.788Zstop 0.000096910
1302026-07-26T04:23:51.788Z+ header 'check docs'
1312026-07-26T04:23:51.788Z+ echo '# ==== check docs ==== #'
1322026-07-26T04:23:51.788Z# ==== check docs ==== #
1332026-07-26T04:23:51.788Z+ RUSTDOCFLAGS='-D warnings'
1342026-07-26T04:23:51.788Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-07-26T04:23:51.848Z Updating crates.io index
1362026-07-26T04:23:51.852Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-07-26T04:23:52.782Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-07-26T04:23:53.018Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1392026-07-26T04:23:53.274Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1402026-07-26T04:23:53.586Z Updating git repository `https://github.com/oxidecomputer/zone`
1412026-07-26T04:23:53.819Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-07-26T04:23:54.068Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-07-26T04:23:55.932Z Downloading crates ...
1442026-07-26T04:23:55.961Z Downloaded dof v0.4.0
1452026-07-26T04:23:55.976Z Downloaded ref-cast v1.0.25
1462026-07-26T04:23:55.977Z Downloaded dyn-clone v1.0.20
1472026-07-26T04:23:55.977Z Downloaded either v1.16.0
1482026-07-26T04:23:55.977Z Downloaded defmt v0.3.100
1492026-07-26T04:23:55.977Z Downloaded defmt-parser v1.0.0
1502026-07-26T04:23:55.977Z Downloaded serde_tokenstream v0.2.3
1512026-07-26T04:23:55.977Z Downloaded cobs v0.3.0
1522026-07-26T04:23:55.977Z Downloaded embedded-io v0.4.0
1532026-07-26T04:23:55.977Z Downloaded embedded-io v0.6.1
1542026-07-26T04:23:55.977Z Downloaded darling_macro v0.23.0
1552026-07-26T04:23:55.977Z Downloaded dtrace-parser v0.3.0
1562026-07-26T04:23:55.990Z Downloaded darling_core v0.23.0
1572026-07-26T04:23:55.990Z Downloaded thiserror v2.0.18
1582026-07-26T04:23:55.990Z Downloaded defmt v1.1.1
1592026-07-26T04:23:55.990Z Downloaded defmt-macros v1.1.1
1602026-07-26T04:23:55.991Z Downloaded bitflags v1.3.2
1612026-07-26T04:23:55.991Z Downloaded byteorder v1.5.0
1622026-07-26T04:23:56.004Z Downloaded crc32fast v1.5.0
1632026-07-26T04:23:56.004Z Downloaded cfg-if v1.0.4
1642026-07-26T04:23:56.005Z Downloaded version_check v0.9.5
1652026-07-26T04:23:56.005Z Downloaded bitflags v2.13.0
1662026-07-26T04:23:56.005Z Downloaded zmij v1.0.22
1672026-07-26T04:23:56.015Z Downloaded darling v0.23.0
1682026-07-26T04:23:56.015Z Downloaded usdt-attr-macro v0.6.0
1692026-07-26T04:23:56.015Z Downloaded managed v0.8.0
1702026-07-26T04:23:56.015Z Downloaded stable_deref_trait v1.2.1
1712026-07-26T04:23:56.015Z Downloaded hash32 v0.3.1
1722026-07-26T04:23:56.030Z Downloaded usdt v0.6.0
1732026-07-26T04:23:56.030Z Downloaded scroll_derive v0.13.1
1742026-07-26T04:23:56.030Z Downloaded usdt-macro v0.6.0
1752026-07-26T04:23:56.057Z Downloaded thread-id v5.1.0
1762026-07-26T04:23:56.057Z Downloaded ref-cast-impl v1.0.25
1772026-07-26T04:23:56.057Z Downloaded pretty-hex v0.4.2
1782026-07-26T04:23:56.057Z Downloaded macaddr v1.0.1
1792026-07-26T04:23:56.064Z Downloaded strsim v0.11.1
1802026-07-26T04:23:56.064Z Downloaded quote v1.0.46
1812026-07-26T04:23:56.064Z Downloaded plain v0.2.3
1822026-07-26T04:23:56.064Z Downloaded ident_case v1.0.1
1832026-07-26T04:23:56.064Z Downloaded itoa v1.0.18
1842026-07-26T04:23:56.064Z Downloaded tabwriter v1.4.1
1852026-07-26T04:23:56.064Z Downloaded pest_generator v2.8.7
1862026-07-26T04:23:56.065Z Downloaded ipnetwork v0.21.1
1872026-07-26T04:23:56.065Z Downloaded usdt-impl v0.6.0
1882026-07-26T04:23:56.077Z Downloaded ingot-types v0.2.0
1892026-07-26T04:23:56.077Z Downloaded ingot v0.2.0
1902026-07-26T04:23:56.085Z Downloaded pest_derive v2.8.7
1912026-07-26T04:23:56.097Z Downloaded pest_meta v2.8.7
1922026-07-26T04:23:56.103Z Downloaded scroll v0.13.0
1932026-07-26T04:23:56.103Z Downloaded thiserror-impl v2.0.18
1942026-07-26T04:23:56.103Z Downloaded memmap2 v0.9.11
1952026-07-26T04:23:56.103Z Downloaded unicode-ident v1.0.24
1962026-07-26T04:23:56.103Z Downloaded ingot-macros v0.2.0
1972026-07-26T04:23:56.109Z Downloaded ucd-trie v0.1.7
1982026-07-26T04:23:56.125Z Downloaded uuid v1.23.5
1992026-07-26T04:23:56.147Z Downloaded heapless v0.8.0
2002026-07-26T04:23:56.147Z Downloaded postcard v1.1.3
2012026-07-26T04:23:56.147Z Downloaded proc-macro2 v1.0.106
2022026-07-26T04:23:56.147Z Downloaded aho-corasick v1.1.4
2032026-07-26T04:23:56.147Z Downloaded serde_core v1.0.228
2042026-07-26T04:23:56.153Z Downloaded log v0.4.33
2052026-07-26T04:23:56.154Z Downloaded serde_derive v1.0.228
2062026-07-26T04:23:56.154Z Downloaded serde v1.0.228
2072026-07-26T04:23:56.175Z Downloaded zerocopy-derive v0.8.54
2082026-07-26T04:23:56.185Z Downloaded memchr v2.8.3
2092026-07-26T04:23:56.195Z Downloaded pest v2.8.7
2102026-07-26T04:23:56.205Z Downloaded regex v1.13.0
2112026-07-26T04:23:56.210Z Downloaded serde_json v1.0.150
2122026-07-26T04:23:56.224Z Downloaded itertools v0.15.0
2132026-07-26T04:23:56.239Z Downloaded goblin v0.10.7
2142026-07-26T04:23:56.249Z Downloaded unicode-width v0.2.2
2152026-07-26T04:23:56.257Z Downloaded zerocopy v0.8.54
2162026-07-26T04:23:56.311Z Downloaded syn v2.0.118
2172026-07-26T04:23:56.311Z Downloaded smoltcp v0.11.0
2182026-07-26T04:23:56.311Z Downloaded regex-syntax v0.8.11
2192026-07-26T04:23:56.311Z Downloaded regex-automata v0.4.15
2202026-07-26T04:23:56.328Z Downloaded libc v0.2.186
2212026-07-26T04:23:56.384Z Compiling proc-macro2 v1.0.106
2222026-07-26T04:23:56.384Z Compiling quote v1.0.46
2232026-07-26T04:23:56.384Z Compiling unicode-ident v1.0.24
2242026-07-26T04:23:56.390Z Documenting unicode-ident v1.0.24
2252026-07-26T04:23:56.390Z Compiling serde_core v1.0.228
2262026-07-26T04:23:56.390Z Compiling strsim v0.11.1
2272026-07-26T04:23:56.390Z Compiling ident_case v1.0.1
2282026-07-26T04:23:56.546Z Compiling memchr v2.8.3
2292026-07-26T04:23:56.575Z Compiling regex-syntax v0.8.11
2302026-07-26T04:23:56.757Z Compiling zerocopy v0.8.54
2312026-07-26T04:23:56.862Z Compiling thiserror v2.0.18
2322026-07-26T04:23:57.056Z Documenting proc-macro2 v1.0.106
2332026-07-26T04:23:57.136Z Compiling aho-corasick v1.1.4
2342026-07-26T04:23:57.156Z Compiling serde v1.0.228
2352026-07-26T04:23:57.459Z Checking syn v2.0.118
2362026-07-26T04:23:57.577Z Compiling either v1.16.0
2372026-07-26T04:23:57.581Z Checking byteorder v1.5.0
2382026-07-26T04:23:57.630Z Documenting quote v1.0.46
2392026-07-26T04:23:57.708Z Compiling itertools v0.15.0
2402026-07-26T04:23:58.138Z Documenting syn v2.0.118
2412026-07-26T04:23:58.261Z Compiling regex-automata v0.4.15
2422026-07-26T04:23:58.406Z Compiling heapless v0.8.0
2432026-07-26T04:23:58.526Z Documenting strsim v0.11.1
2442026-07-26T04:23:58.596Z Documenting ident_case v1.0.1
2452026-07-26T04:23:59.023Z Checking bitflags v2.13.0
2462026-07-26T04:23:59.063Z Checking hash32 v0.3.1
2472026-07-26T04:23:59.134Z Documenting serde_core v1.0.228
2482026-07-26T04:23:59.156Z Checking macaddr v1.0.1
2492026-07-26T04:23:59.167Z Documenting memchr v2.8.3
2502026-07-26T04:23:59.664Z Checking stable_deref_trait v1.2.1
2512026-07-26T04:23:59.727Z Checking cfg-if v1.0.4
2522026-07-26T04:23:59.727Z Checking darling_core v0.23.0
2532026-07-26T04:23:59.727Z Compiling smoltcp v0.11.0
2542026-07-26T04:23:59.763Z Documenting regex-syntax v0.8.11
2552026-07-26T04:24:00.118Z Compiling regex v1.13.0
2562026-07-26T04:24:00.400Z Documenting darling_core v0.23.0
2572026-07-26T04:24:00.459Z Documenting aho-corasick v1.1.4
2582026-07-26T04:24:00.778Z Checking bitflags v1.3.2
2592026-07-26T04:24:00.839Z Checking managed v0.8.0
2602026-07-26T04:24:01.015Z Compiling zerocopy-derive v0.8.54
2612026-07-26T04:24:01.022Z Compiling thiserror-impl v2.0.18
2622026-07-26T04:24:01.123Z Compiling serde_derive v1.0.228
2632026-07-26T04:24:01.337Z Documenting regex-automata v0.4.15
2642026-07-26T04:24:01.486Z Documenting darling_macro v0.23.0
2652026-07-26T04:24:02.813Z Compiling darling_macro v0.23.0
2662026-07-26T04:24:02.813Z Documenting serde_derive v1.0.228
2672026-07-26T04:24:02.813Z Documenting zerocopy-derive v0.8.54
2682026-07-26T04:24:02.813Z Documenting thiserror-impl v2.0.18
2692026-07-26T04:24:02.813Z Checking cobs v0.3.0
2702026-07-26T04:24:02.814Z Compiling ref-cast v1.0.25
2712026-07-26T04:24:02.814Z Compiling darling v0.23.0
2722026-07-26T04:24:02.814Z Compiling ingot-macros v0.2.0
2732026-07-26T04:24:02.841Z Documenting darling v0.23.0
2742026-07-26T04:24:02.885Z Documenting regex v1.13.0
2752026-07-26T04:24:02.997Z Documenting byteorder v1.5.0
2762026-07-26T04:24:03.154Z Compiling crc32fast v1.5.0
2772026-07-26T04:24:03.324Z Documenting thiserror v2.0.18
2782026-07-26T04:24:03.553Z Documenting zerocopy v0.8.54
2792026-07-26T04:24:03.756Z Documenting hash32 v0.3.1
2802026-07-26T04:24:04.019Z Documenting ingot-macros v0.2.0
2812026-07-26T04:24:04.120Z Documenting serde v1.0.228
2822026-07-26T04:24:04.273Z Checking postcard v1.1.3
2832026-07-26T04:24:04.302Z Compiling ref-cast-impl v1.0.25
2842026-07-26T04:24:04.544Z Documenting bitflags v2.13.0
2852026-07-26T04:24:04.832Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2862026-07-26T04:24:04.909Z Documenting macaddr v1.0.1
2872026-07-26T04:24:05.063Z Documenting stable_deref_trait v1.2.1
2882026-07-26T04:24:05.190Z Documenting cfg-if v1.0.4
2892026-07-26T04:24:05.240Z Compiling version_check v0.9.5
2902026-07-26T04:24:05.337Z Checking ingot-types v0.2.0
2912026-07-26T04:24:05.398Z Checking unicode-width v0.2.2
2922026-07-26T04:24:05.625Z Checking ipnetwork v0.21.1
2932026-07-26T04:24:05.658Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2942026-07-26T04:24:05.671Z Checking ingot v0.2.0
2952026-07-26T04:24:05.751Z Documenting cobs v0.3.0
2962026-07-26T04:24:05.790Z Documenting managed v0.8.0
2972026-07-26T04:24:05.938Z Checking tabwriter v1.4.1
2982026-07-26T04:24:06.000Z Documenting heapless v0.8.0
2992026-07-26T04:24:06.068Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3002026-07-26T04:24:06.593Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3012026-07-26T04:24:06.761Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3022026-07-26T04:24:06.809Z Documenting postcard v1.1.3
3032026-07-26T04:24:06.820Z Documenting ingot-types v0.2.0
3042026-07-26T04:24:07.052Z Documenting ref-cast-impl v1.0.25
3052026-07-26T04:24:07.154Z Checking dyn-clone v1.0.20
3062026-07-26T04:24:07.188Z Documenting either v1.16.0
3072026-07-26T04:24:07.269Z Documenting ipnetwork v0.21.1
3082026-07-26T04:24:07.302Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3092026-07-26T04:24:07.337Z Documenting smoltcp v0.11.0
3102026-07-26T04:24:07.572Z Documenting unicode-width v0.2.2
3112026-07-26T04:24:07.926Z Documenting crc32fast v1.5.0
3122026-07-26T04:24:09.058Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3132026-07-26T04:24:09.109Z Documenting ingot v0.2.0
3142026-07-26T04:24:09.109Z Documenting itertools v0.15.0
3152026-07-26T04:24:09.109Z Documenting ref-cast v1.0.25
3162026-07-26T04:24:09.109Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3172026-07-26T04:24:09.152Z Documenting tabwriter v1.4.1
3182026-07-26T04:24:09.493Z Documenting dyn-clone v1.0.20
3192026-07-26T04:24:10.001Z Documenting uuid v1.23.5
3202026-07-26T04:24:10.274Z Checking uuid v1.23.5
3212026-07-26T04:24:10.510Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3222026-07-26T04:24:10.779Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3232026-07-26T04:24:11.431Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3242026-07-26T04:24:13.167Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3252026-07-26T04:24:15.488Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3262026-07-26T04:24:17.406Z Finished `dev` profile [optimized + debuginfo] target(s) in 25.32s
3272026-07-26T04:24:17.406Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3282026-07-26T04:24:17.406Z
3292026-07-26T04:24:17.406Zreal 25.422598036
3302026-07-26T04:24:17.406Zuser 1:21.750411953
3312026-07-26T04:24:17.406Zsys 17.528440362
3322026-07-26T04:24:17.406Ztrap 0.040910002
3332026-07-26T04:24:17.406Ztflt 0.080859971
3342026-07-26T04:24:17.406Zdflt 0.071850580
3352026-07-26T04:24:17.407Zkflt 0.005329516
3362026-07-26T04:24:17.407Zlock 8:10.239536163
3372026-07-26T04:24:17.407Zslp 5:02.307958935
3382026-07-26T04:24:17.407Zlat 7.333882989
3392026-07-26T04:24:17.407Zstop 12.856816229
3402026-07-26T04:24:17.407Z+ header 'analyze std + api + usdt'
3412026-07-26T04:24:17.407Z+ echo '# ==== analyze std + api + usdt ==== #'
3422026-07-26T04:24:17.407Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3432026-07-26T04:24:17.407Z# ==== analyze std + api + usdt ==== #
3442026-07-26T04:24:17.457Z Downloading crates ...
3452026-07-26T04:24:17.464Z Downloaded circular v0.3.0
3462026-07-26T04:24:17.481Z Downloaded rusticata-macros v5.0.0
3472026-07-26T04:24:17.481Z Downloaded ctor-proc-macro v0.0.13
3482026-07-26T04:24:17.485Z Downloaded futures v0.3.32
3492026-07-26T04:24:17.485Z Downloaded anyhow v1.0.103
3502026-07-26T04:24:17.485Z Downloaded futures-io v0.3.32
3512026-07-26T04:24:17.500Z Downloaded futures-macro v0.3.32
3522026-07-26T04:24:17.508Z Downloaded futures-core v0.3.32
3532026-07-26T04:24:17.508Z Downloaded futures-task v0.3.32
3542026-07-26T04:24:17.509Z Downloaded pin-project-lite v0.2.17
3552026-07-26T04:24:17.509Z Downloaded dtor v0.8.1
3562026-07-26T04:24:17.509Z Downloaded link-section v0.2.1
3572026-07-26T04:24:17.509Z Downloaded futures-sink v0.3.32
3582026-07-26T04:24:17.509Z Downloaded typeid v1.0.3
3592026-07-26T04:24:17.509Z Downloaded once_cell v1.21.4
3602026-07-26T04:24:17.515Z Downloaded futures-executor v0.3.32
3612026-07-26T04:24:17.516Z Downloaded slab v0.4.12
3622026-07-26T04:24:17.516Z Downloaded cookie-factory v0.3.3
3632026-07-26T04:24:17.516Z Downloaded dtor-proc-macro v0.0.13
3642026-07-26T04:24:17.516Z Downloaded ctor v0.10.1
3652026-07-26T04:24:17.521Z Downloaded futures-channel v0.3.32
3662026-07-26T04:24:17.531Z Downloaded futures-util v0.3.32
3672026-07-26T04:24:17.541Z Downloaded ron v0.12.2
3682026-07-26T04:24:17.549Z Downloaded nom v8.0.0
3692026-07-26T04:24:17.549Z Downloaded pcap-parser v0.17.0
3702026-07-26T04:24:17.605Z Compiling proc-macro2 v1.0.106
3712026-07-26T04:24:17.605Z Compiling quote v1.0.46
3722026-07-26T04:24:17.608Z Compiling unicode-ident v1.0.24
3732026-07-26T04:24:17.609Z Compiling memchr v2.8.3
3742026-07-26T04:24:17.609Z Compiling thiserror v2.0.18
3752026-07-26T04:24:17.609Z Compiling serde_core v1.0.228
3762026-07-26T04:24:17.609Z Compiling zerocopy v0.8.54
3772026-07-26T04:24:17.619Z Compiling zmij v1.0.22
3782026-07-26T04:24:17.935Z Compiling libc v0.2.186
3792026-07-26T04:24:17.965Z Compiling serde_json v1.0.150
3802026-07-26T04:24:17.968Z Compiling ucd-trie v0.1.7
3812026-07-26T04:24:18.158Z Compiling pest v2.8.7
3822026-07-26T04:24:18.179Z Compiling serde v1.0.228
3832026-07-26T04:24:18.185Z Compiling ident_case v1.0.1
3842026-07-26T04:24:18.287Z Compiling strsim v0.11.1
3852026-07-26T04:24:18.665Z Compiling aho-corasick v1.1.4
3862026-07-26T04:24:18.668Z Compiling regex-syntax v0.8.11
3872026-07-26T04:24:18.875Z Compiling syn v2.0.118
3882026-07-26T04:24:18.884Z Checking byteorder v1.5.0
3892026-07-26T04:24:19.023Z Compiling itoa v1.0.18
3902026-07-26T04:24:19.224Z Compiling pest_meta v2.8.7
3912026-07-26T04:24:19.422Z Compiling usdt-impl v0.6.0
3922026-07-26T04:24:19.500Z Compiling either v1.16.0
3932026-07-26T04:24:19.657Z Checking bitflags v2.13.0
3942026-07-26T04:24:19.704Z Compiling itertools v0.15.0
3952026-07-26T04:24:20.040Z Compiling regex-automata v0.4.15
3962026-07-26T04:24:20.044Z Compiling thread-id v5.1.0
3972026-07-26T04:24:20.187Z Checking futures-sink v0.3.32
3982026-07-26T04:24:20.424Z Checking futures-core v0.3.32
3992026-07-26T04:24:20.512Z Checking plain v0.2.3
4002026-07-26T04:24:20.537Z Compiling heapless v0.8.0
4012026-07-26T04:24:20.603Z Checking log v0.4.33
4022026-07-26T04:24:20.671Z Checking futures-channel v0.3.32
4032026-07-26T04:24:20.934Z Checking hash32 v0.3.1
4042026-07-26T04:24:20.984Z Checking stable_deref_trait v1.2.1
4052026-07-26T04:24:20.992Z Checking slab v0.4.12
4062026-07-26T04:24:21.021Z Checking pretty-hex v0.4.2
4072026-07-26T04:24:21.043Z Checking pin-project-lite v0.2.17
4082026-07-26T04:24:21.048Z Checking macaddr v1.0.1
4092026-07-26T04:24:21.132Z Checking cfg-if v1.0.4
4102026-07-26T04:24:21.132Z Checking futures-task v0.3.32
4112026-07-26T04:24:21.197Z Compiling smoltcp v0.11.0
4122026-07-26T04:24:21.214Z Checking futures-io v0.3.32
4132026-07-26T04:24:21.315Z Compiling pest_generator v2.8.7
4142026-07-26T04:24:21.367Z Compiling darling_core v0.23.0
4152026-07-26T04:24:21.608Z Checking managed v0.8.0
4162026-07-26T04:24:21.643Z Compiling version_check v0.9.5
4172026-07-26T04:24:21.793Z Compiling regex v1.13.0
4182026-07-26T04:24:21.872Z Checking bitflags v1.3.2
4192026-07-26T04:24:21.913Z Compiling ref-cast v1.0.25
4202026-07-26T04:24:21.927Z Compiling crc32fast v1.5.0
4212026-07-26T04:24:22.230Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4222026-07-26T04:24:22.246Z Checking memmap2 v0.9.11
4232026-07-26T04:24:22.246Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4242026-07-26T04:24:22.429Z Checking ipnetwork v0.21.1
4252026-07-26T04:24:22.539Z Compiling serde_derive v1.0.228
4262026-07-26T04:24:22.568Z Compiling thiserror-impl v2.0.18
4272026-07-26T04:24:22.572Z Compiling zerocopy-derive v0.8.54
4282026-07-26T04:24:22.595Z Compiling pest_derive v2.8.7
4292026-07-26T04:24:22.834Z Compiling scroll_derive v0.13.1
4302026-07-26T04:24:23.109Z Compiling futures-macro v0.3.32
4312026-07-26T04:24:23.121Z Compiling ref-cast-impl v1.0.25
4322026-07-26T04:24:23.412Z Checking unicode-width v0.2.2
4332026-07-26T04:24:23.449Z Checking scroll v0.13.0
4342026-07-26T04:24:23.475Z Compiling darling_macro v0.23.0
4352026-07-26T04:24:23.654Z Checking tabwriter v1.4.1
4362026-07-26T04:24:23.667Z Checking goblin v0.10.7
4372026-07-26T04:24:23.805Z Checking cobs v0.3.0
4382026-07-26T04:24:23.871Z Compiling dtrace-parser v0.3.0
4392026-07-26T04:24:23.907Z Checking futures-util v0.3.32
4402026-07-26T04:24:24.045Z Compiling darling v0.23.0
4412026-07-26T04:24:24.121Z Compiling ingot-macros v0.2.0
4422026-07-26T04:24:24.568Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4432026-07-26T04:24:24.686Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4442026-07-26T04:24:25.456Z Checking nom v8.0.0
4452026-07-26T04:24:25.600Z Checking postcard v1.1.3
4462026-07-26T04:24:25.762Z Compiling serde_tokenstream v0.2.3
4472026-07-26T04:24:25.807Z Checking futures-executor v0.3.32
4482026-07-26T04:24:25.886Z Compiling anyhow v1.0.103
4492026-07-26T04:24:25.949Z Checking futures v0.3.32
4502026-07-26T04:24:26.017Z Checking dyn-clone v1.0.20
4512026-07-26T04:24:26.039Z Compiling typeid v1.0.3
4522026-07-26T04:24:26.111Z Checking cookie-factory v0.3.3
4532026-07-26T04:24:26.183Z Checking uuid v1.23.5
4542026-07-26T04:24:26.377Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4552026-07-26T04:24:26.404Z Compiling dtor-proc-macro v0.0.13
4562026-07-26T04:24:26.444Z Checking circular v0.3.0
4572026-07-26T04:24:26.559Z Checking once_cell v1.21.4
4582026-07-26T04:24:26.600Z Compiling ctor-proc-macro v0.0.13
4592026-07-26T04:24:26.646Z Checking link-section v0.2.1
4602026-07-26T04:24:26.694Z Checking ron v0.12.2
4612026-07-26T04:24:26.718Z Checking dof v0.4.0
4622026-07-26T04:24:26.749Z Checking dtor v0.8.1
4632026-07-26T04:24:26.820Z Checking ingot-types v0.2.0
4642026-07-26T04:24:26.929Z Checking ctor v0.10.1
4652026-07-26T04:24:27.147Z Checking ingot v0.2.0
4662026-07-26T04:24:27.449Z Checking rusticata-macros v5.0.0
4672026-07-26T04:24:27.570Z Checking pcap-parser v0.17.0
4682026-07-26T04:24:27.661Z Compiling usdt-attr-macro v0.6.0
4692026-07-26T04:24:27.661Z Compiling usdt-macro v0.6.0
4702026-07-26T04:24:28.269Z Checking usdt v0.6.0
4712026-07-26T04:24:28.593Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4722026-07-26T04:24:33.107Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4732026-07-26T04:24:34.808Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4742026-07-26T04:24:37.204Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.93s
4752026-07-26T04:24:37.237Z
4762026-07-26T04:24:37.237Zreal 20.009252814
4772026-07-26T04:24:37.238Zuser 1:11.257252217
4782026-07-26T04:24:37.238Zsys 14.973505532
4792026-07-26T04:24:37.238Ztrap 0.037950025
4802026-07-26T04:24:37.238Ztflt 0.117725010
4812026-07-26T04:24:37.242Zdflt 0.156974751
4822026-07-26T04:24:37.242Zkflt 0.000041290
4832026-07-26T04:24:37.242Zlock 4:41.969149673
4842026-07-26T04:24:37.242Zslp 3:47.419099187
4852026-07-26T04:24:37.242Zlat 4.064999176
4862026-07-26T04:24:37.242Zstop 8.780454397
4872026-07-26T04:24:37.242Z+ header 'analyze no_std + engine + kernel'
4882026-07-26T04:24:37.242Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4892026-07-26T04:24:37.242Z# ==== analyze no_std + engine + kernel ==== #
4902026-07-26T04:24:37.242Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
4912026-07-26T04:24:37.409Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4922026-07-26T04:24:37.409Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4932026-07-26T04:24:37.409Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4942026-07-26T04:24:37.413Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4952026-07-26T04:24:37.634Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4962026-07-26T04:24:40.751Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4972026-07-26T04:24:41.920Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.63s
4982026-07-26T04:24:41.954Z
4992026-07-26T04:24:41.964Zreal 4.702617816
5002026-07-26T04:24:41.964Zuser 4.830745360
5012026-07-26T04:24:41.964Zsys 0.943380067
5022026-07-26T04:24:41.964Ztrap 0.000484940
5032026-07-26T04:24:41.964Ztflt 0.016188002
5042026-07-26T04:24:41.964Zdflt 0.009252790
5052026-07-26T04:24:41.964Zkflt 0.000002100
5062026-07-26T04:24:41.964Zlock 15.292546238
5072026-07-26T04:24:41.964Zslp 18.104293535
5082026-07-26T04:24:41.964Zlat 0.005983690
5092026-07-26T04:24:41.964Zstop 0.193681439
5102026-07-26T04:24:41.964Z+ header test
5112026-07-26T04:24:41.964Z+ echo '# ==== test ==== #'
5122026-07-26T04:24:41.965Z+ ptime -m cargo test
5132026-07-26T04:24:41.965Z# ==== test ==== #
5142026-07-26T04:24:42.104Z Compiling memchr v2.8.3
5152026-07-26T04:24:42.104Z Compiling serde_core v1.0.228
5162026-07-26T04:24:42.129Z Compiling thiserror v2.0.18
5172026-07-26T04:24:42.139Z Compiling zerocopy v0.8.54
5182026-07-26T04:24:42.139Z Compiling unicode-ident v1.0.24
5192026-07-26T04:24:42.139Z Compiling byteorder v1.5.0
5202026-07-26T04:24:42.139Z Compiling zmij v1.0.22
5212026-07-26T04:24:42.139Z Compiling libc v0.2.186
5222026-07-26T04:24:42.215Z Compiling proc-macro2 v1.0.106
5232026-07-26T04:24:42.252Z Compiling scroll v0.13.0
5242026-07-26T04:24:42.338Z Compiling ucd-trie v0.1.7
5252026-07-26T04:24:42.462Z Compiling log v0.4.33
5262026-07-26T04:24:42.507Z Compiling futures-sink v0.3.32
5272026-07-26T04:24:42.514Z Compiling plain v0.2.3
5282026-07-26T04:24:42.599Z Compiling itoa v1.0.18
5292026-07-26T04:24:42.611Z Compiling futures-core v0.3.32
5302026-07-26T04:24:42.690Z Compiling goblin v0.10.7
5312026-07-26T04:24:42.767Z Compiling futures-channel v0.3.32
5322026-07-26T04:24:42.857Z Compiling quote v1.0.46
5332026-07-26T04:24:43.007Z Compiling pest v2.8.7
5342026-07-26T04:24:43.023Z Compiling hash32 v0.3.1
5352026-07-26T04:24:43.181Z Compiling futures-io v0.3.32
5362026-07-26T04:24:43.368Z Compiling stable_deref_trait v1.2.1
5372026-07-26T04:24:43.439Z Compiling pin-project-lite v0.2.17
5382026-07-26T04:24:43.481Z Compiling cfg-if v1.0.4
5392026-07-26T04:24:43.526Z Compiling macaddr v1.0.1
5402026-07-26T04:24:43.546Z Compiling pretty-hex v0.4.2
5412026-07-26T04:24:43.673Z Compiling futures-task v0.3.32
5422026-07-26T04:24:43.673Z Compiling slab v0.4.12
5432026-07-26T04:24:43.774Z Compiling heapless v0.8.0
5442026-07-26T04:24:43.848Z Compiling futures-util v0.3.32
5452026-07-26T04:24:43.861Z Compiling syn v2.0.118
5462026-07-26T04:24:44.104Z Compiling serde v1.0.228
5472026-07-26T04:24:44.221Z Compiling bitflags v2.13.0
5482026-07-26T04:24:44.626Z Compiling serde_json v1.0.150
5492026-07-26T04:24:44.690Z Compiling dtrace-parser v0.3.0
5502026-07-26T04:24:44.735Z Compiling thread-id v5.1.0
5512026-07-26T04:24:44.811Z Compiling cobs v0.3.0
5522026-07-26T04:24:44.913Z Compiling ingot-types v0.2.0
5532026-07-26T04:24:45.086Z Compiling bitflags v1.3.2
5542026-07-26T04:24:45.090Z Compiling managed v0.8.0
5552026-07-26T04:24:45.151Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5562026-07-26T04:24:45.304Z Compiling smoltcp v0.11.0
5572026-07-26T04:24:45.305Z Compiling ingot v0.2.0
5582026-07-26T04:24:45.380Z Compiling postcard v1.1.3
5592026-07-26T04:24:45.726Z Compiling dof v0.4.0
5602026-07-26T04:24:46.618Z Compiling usdt-impl v0.6.0
5612026-07-26T04:24:47.483Z Compiling futures-executor v0.3.32
5622026-07-26T04:24:47.737Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5632026-07-26T04:24:48.080Z Compiling memmap2 v0.9.11
5642026-07-26T04:24:48.211Z Compiling unicode-width v0.2.2
5652026-07-26T04:24:48.355Z Compiling ipnetwork v0.21.1
5662026-07-26T04:24:48.380Z Compiling either v1.16.0
5672026-07-26T04:24:48.517Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5682026-07-26T04:24:48.559Z Compiling itertools v0.15.0
5692026-07-26T04:24:48.857Z Compiling tabwriter v1.4.1
5702026-07-26T04:24:49.281Z Compiling usdt v0.6.0
5712026-07-26T04:24:49.474Z Compiling ref-cast v1.0.25
5722026-07-26T04:24:49.537Z Compiling futures v0.3.32
5732026-07-26T04:24:49.569Z Compiling crc32fast v1.5.0
5742026-07-26T04:24:49.601Z Compiling nom v8.0.0
5752026-07-26T04:24:49.605Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5762026-07-26T04:24:49.797Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5772026-07-26T04:24:49.893Z Compiling dyn-clone v1.0.20
5782026-07-26T04:24:50.041Z Compiling cookie-factory v0.3.3
5792026-07-26T04:24:50.058Z Compiling uuid v1.23.5
5802026-07-26T04:24:50.305Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5812026-07-26T04:24:50.352Z Compiling circular v0.3.0
5822026-07-26T04:24:50.539Z Compiling dtor v0.8.1
5832026-07-26T04:24:50.598Z Compiling anyhow v1.0.103
5842026-07-26T04:24:50.621Z Compiling typeid v1.0.3
5852026-07-26T04:24:50.691Z Compiling once_cell v1.21.4
5862026-07-26T04:24:50.730Z Compiling link-section v0.2.1
5872026-07-26T04:24:50.853Z Compiling ctor v0.10.1
5882026-07-26T04:24:50.873Z Compiling ron v0.12.2
5892026-07-26T04:24:52.194Z Compiling rusticata-macros v5.0.0
5902026-07-26T04:24:52.513Z Compiling pcap-parser v0.17.0
5912026-07-26T04:24:54.939Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5922026-07-26T04:24:57.413Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
5932026-07-26T04:25:46.208Z Finished `test` profile [optimized + debuginfo] target(s) in 1m 04s
5942026-07-26T04:25:46.222Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-a8390f6047b12707)
5952026-07-26T04:25:46.225Z
5962026-07-26T04:25:46.225Zrunning 15 tests
5972026-07-26T04:25:46.225Ztest api::tests::parse_bad_proto_filter ... ok
5982026-07-26T04:25:46.225Ztest api::tests::parse_good_proto_filter ... ok
5992026-07-26T04:25:46.225Ztest api::tests::ports_from_str_bad ... ok
6002026-07-26T04:25:46.225Ztest api::tests::ports_from_str_good ... ok
6012026-07-26T04:25:46.225Ztest api::tests::parse_bad_address ... ok
6022026-07-26T04:25:46.226Ztest cfg::tests::test_required_nat_space ... ok
6032026-07-26T04:25:46.226Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6042026-07-26T04:25:46.226Ztest api::tests::parse_good_address ... ok
6052026-07-26T04:25:46.226Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6062026-07-26T04:25:46.226Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6072026-07-26T04:25:46.226Ztest engine::geneve::test::parse_multi_opt ... ok
6082026-07-26T04:25:46.226Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6092026-07-26T04:25:46.226Ztest engine::geneve::test::parse_single_opt ... ok
6102026-07-26T04:25:46.226Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6112026-07-26T04:25:46.229Ztest engine::firewall::tests::port_predicate_simplification ... ok
6122026-07-26T04:25:46.229Z
6132026-07-26T04:25:46.229Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6142026-07-26T04:25:46.229Z
6152026-07-26T04:25:46.230Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-7995a7b8cc933763)
6162026-07-26T04:25:46.230Z
6172026-07-26T04:25:46.230Zrunning 4 tests
6182026-07-26T04:25:46.230Ztest firewall_external_inbound ... ok
6192026-07-26T04:25:46.230Ztest firewall_vni_outbound ... ok
6202026-07-26T04:25:46.230Ztest firewall_vni_inbound ... ok
6212026-07-26T04:25:46.230Ztest firewall_replace_rules ... ok
6222026-07-26T04:25:46.230Z
6232026-07-26T04:25:46.230Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6242026-07-26T04:25:46.230Z
6252026-07-26T04:25:46.233Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-722fbee518f7bf2a)
6262026-07-26T04:25:46.233Z
6272026-07-26T04:25:46.233Zrunning 2 tests
6282026-07-26T04:25:46.233Ztest parse_in_regression ... ok
6292026-07-26T04:25:46.233Ztest parse_out_regression ... ok
6302026-07-26T04:25:46.233Z
6312026-07-26T04:25:46.233Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6322026-07-26T04:25:46.233Z
6332026-07-26T04:25:46.233Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-b941732d989f67f1)
6342026-07-26T04:25:46.236Z
6352026-07-26T04:25:46.236Zrunning 50 tests
6362026-07-26T04:25:46.236Ztest bad_ip_len ... ok
6372026-07-26T04:25:46.236Ztest add_remove_fw_rule ... ok
6382026-07-26T04:25:46.236Ztest check_layers ... ok
6392026-07-26T04:25:46.236Ztest arp_gateway ... ok
6402026-07-26T04:25:46.236Ztest external_attached_subnets_cannot_reach_internal ... ok
6412026-07-26T04:25:46.236Ztest anti_spoof ... ok
6422026-07-26T04:25:46.236Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6432026-07-26T04:25:46.236Ztest external_attached_subnets_dont_apply_nat ... ok
6442026-07-26T04:25:46.236Ztest gateway_icmp4_ping ... ok
6452026-07-26T04:25:46.236Ztest flow_expiration ... ok
6462026-07-26T04:25:46.236Ztest gateway_icmpv6_ping ... ok
6472026-07-26T04:25:46.237Ztest external_ip_epoch_affinity_preserved ... ok
6482026-07-26T04:25:46.237Ztest early_tcp_invalidation ... ok
6492026-07-26T04:25:46.237Ztest external_ip_reconfigurable ... ok
6502026-07-26T04:25:46.237Ztest gateway_router_advert_reply ... ok
6512026-07-26T04:25:46.240Ztest guest_to_internet_ipv4 ... ok
6522026-07-26T04:25:46.240Ztest guest_to_guest_no_route ... ok
6532026-07-26T04:25:46.240Ztest guest_to_guest_diff_vpc_no_peer ... ok
6542026-07-26T04:25:46.240Ztest guest_to_internet_ipv6 ... ok
6552026-07-26T04:25:46.240Ztest icmp_inner_has_nat_applied ... ok
6562026-07-26T04:25:46.240Ztest guest_to_guest ... ok
6572026-07-26T04:25:46.240Ztest icmpv6_inner_has_nat_applied ... ok
6582026-07-26T04:25:46.240Ztest inbound_ndp_dropped_at_gateway ... ok
6592026-07-26T04:25:46.240Ztest external_ip_receive_and_reply_on_all ... ok
6602026-07-26T04:25:46.240Ztest intra_subnet_routes_with_custom ... ok
6612026-07-26T04:25:46.240Ztest outbound_ndp_dropped ... ok
6622026-07-26T04:25:46.240Ztest external_ip_balanced_over_floating_ips ... ok
6632026-07-26T04:25:46.240Ztest no_panic_on_flow_table_full ... ok
6642026-07-26T04:25:46.240Ztest packet_body_pullup ... ok
6652026-07-26T04:25:46.240Ztest offload_info_preserved ... ok
6662026-07-26T04:25:46.240Ztest internal_attached_subnets ... ok
6672026-07-26T04:25:46.240Ztest port_transition_reset ... ok
6682026-07-26T04:25:46.240Ztest port_transition_running ... ok
6692026-07-26T04:25:46.240Ztest port_transition_pause ... ok
6702026-07-26T04:25:46.240Ztest packet_too_big_generation ... ok
6712026-07-26T04:25:46.240Ztest port_as_router_target ... ok
6722026-07-26T04:25:46.240Ztest snat_icmp4_echo_rewrite ... ok
6732026-07-26T04:25:46.240Ztest snat_icmp6_echo_rewrite ... ok
6742026-07-26T04:25:46.240Ztest tcp_invalidation_does_not_block_connection ... ok
6752026-07-26T04:25:46.241Ztest select_eip_conditioned_on_igw ... ok
6762026-07-26T04:25:46.241Ztest test_drop_on_unknown_critical_option ... ok
6772026-07-26T04:25:46.241Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6782026-07-26T04:25:46.241Ztest test_ipv6_multicast_encapsulation ... ok
6792026-07-26T04:25:46.241Ztest tcp_inbound ... ok
6802026-07-26T04:25:46.241Ztest test_tcp_multicast_denied ... ok
6812026-07-26T04:25:46.241Ztest tcp_outbound ... ok
6822026-07-26T04:25:46.241Ztest test_gateway_neighbor_advert_reply ... ok
6832026-07-26T04:25:46.241Ztest uft_lft_invalidation_out ... ok
6842026-07-26T04:25:46.241Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
6852026-07-26T04:25:46.241Ztest uft_lft_invalidation_in ... ok
6862026-07-26T04:25:46.241Z
6872026-07-26T04:25:46.241Ztest result: ok. 50 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6882026-07-26T04:25:46.241Z
6892026-07-26T04:25:46.241Z Doc-tests oxide_vpc
6902026-07-26T04:25:46.550Z
6912026-07-26T04:25:46.550Zrunning 0 tests
6922026-07-26T04:25:46.550Z
6932026-07-26T04:25:46.550Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6942026-07-26T04:25:46.550Z
6952026-07-26T04:25:46.579Z
6962026-07-26T04:25:46.583Zreal 1:04.622419543
6972026-07-26T04:25:46.583Zuser 3:29.803387717
6982026-07-26T04:25:46.583Zsys 12.268484395
6992026-07-26T04:25:46.583Ztrap 0.093196991
7002026-07-26T04:25:46.583Ztflt 0.214304956
7012026-07-26T04:25:46.583Zdflt 0.473574272
7022026-07-26T04:25:46.583Zkflt 0.000015970
7032026-07-26T04:25:46.583Zlock 15:29.232939546
7042026-07-26T04:25:46.583Zslp 7:01.127363154
7052026-07-26T04:25:46.583Zlat 7.895583430
7062026-07-26T04:25:46.583Zstop 6.123167542
7072026-07-26T04:25:46.584Zprocess exited: duration 130377 ms, exit code 0
 
7082026-07-26T04:25:46.590Zfound 0 output files