01KYBQHZE8V125GC9Q93Y961HQ: oxide-vpc

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

Buildomat Job: 01KYBQJJR6BJB9287X3V3HKT5P

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-25T04:13:18.344Zjob assigned to worker 01KYBQJVYP5YGQDH7DSZCK7KZY [factory aws, i-03d069ee69b6d662a] (queued for 1 m 1 s)
 
22026-07-25T04:13:24.520Zstarting task 0: "setup"
32026-07-25T04:13:24.527Z++ uname -s
42026-07-25T04:13:24.527Z+ kern=SunOS
52026-07-25T04:13:24.527Z+ build_user=build
62026-07-25T04:13:24.527Z+ build_uid=12345
72026-07-25T04:13:24.530Z+ work_dir=/work
82026-07-25T04:13:24.530Z+ input_dir=/input
92026-07-25T04:13:24.530Z+ [[ 0 == 12345 ]]
102026-07-25T04:13:24.530Z+ case "$kern" in
112026-07-25T04:13:24.530Z+ groupadd -g 12345 build
122026-07-25T04:13:24.530Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-25T04:13:26.534Z+ zfs create -o mountpoint=/work rpool/work
142026-07-25T04:13:26.604Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-25T04:13:26.608Z+ home_fs=zfs
162026-07-25T04:13:26.608Z+ [[ zfs == autofs ]]
172026-07-25T04:13:26.608Z+ mkdir -p /home/build
182026-07-25T04:13:26.608Z+ chown build:build /home/build /work
192026-07-25T04:13:28.608Z+ chmod 0700 /home/build /work
202026-07-25T04:13:28.612Zprocess exited: duration 4093 ms, exit code 0
 
212026-07-25T04:13:28.619Zstarting task 1: "rust-toolchain"
222026-07-25T04:13:28.622Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-25T04:13:28.622Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-25T04:13:28.622Z * rust toolchain channel = "1.97.1"
252026-07-25T04:13:28.622Z * rust toolchain profile = "default"
262026-07-25T04:13:28.622Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-25T04:13:28.622Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-25T04:13:28.626Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-25T04:13:28.626Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-25T04:13:28.728Zinfo: downloading installer
312026-07-25T04:13:30.185Zwarn: It looks like you have an existing rustup settings file at:
322026-07-25T04:13:30.185Zwarn: /home/build/.rustup/settings.toml
332026-07-25T04:13:30.185Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-25T04:13:30.185Zwarn: instead of the one inferred from the default host triple.
352026-07-25T04:13:30.196Zinfo: profile set to default
362026-07-25T04:13:30.196Zinfo: default host triple is x86_64-unknown-illumos
372026-07-25T04:13:30.202Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-25T04:13:30.335Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-25T04:13:30.338Zinfo: downloading 6 components
402026-07-25T04:13:46.036Z
412026-07-25T04:13:46.036Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-07-25T04:13:46.063Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-25T04:13:46.063Z
442026-07-25T04:13:46.066Z
452026-07-25T04:13:46.066ZRust is installed now. Great!
462026-07-25T04:13:46.066Z
472026-07-25T04:13:46.066ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-25T04:13:46.066Zenvironment variable. This has not been done automatically.
492026-07-25T04:13:46.066Z
502026-07-25T04:13:46.067ZTo configure your current shell, you need to source
512026-07-25T04:13:46.067Zthe corresponding env file under $HOME/.cargo.
522026-07-25T04:13:46.067Z
532026-07-25T04:13:46.067ZThis is usually done by running one of the following (note the leading DOT):
542026-07-25T04:13:46.067Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-25T04:13:46.067Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-25T04:13:46.067Zsource "~/.cargo/env.nu" # For nushell
572026-07-25T04:13:46.067Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-25T04:13:46.067Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-25T04:13:46.067Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-25T04:13:46.067Zwarn: no default linker (`cc`) was found in your PATH
612026-07-25T04:13:46.067Zwarn: many Rust crates require a system C toolchain to build
622026-07-25T04:13:46.161Z+ rustup --version
632026-07-25T04:13:46.169Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-25T04:13:46.172Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-25T04:13:46.190Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-25T04:13:46.194Z+ cargo --version
672026-07-25T04:13:46.209Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-25T04:13:46.212Z+ rustc --version
692026-07-25T04:13:46.229Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-25T04:13:46.232Zprocess exited: duration 17612 ms, exit code 0
 
712026-07-25T04:13:46.239Zstarting task 2: "authentication"
722026-07-25T04:13:46.255Zprocess exited: duration 16 ms, exit code 0
 
732026-07-25T04:13:46.261Zstarting task 3: "clone repository"
742026-07-25T04:13:46.264Z+ mkdir -p /work/oxidecomputer/opte
752026-07-25T04:13:46.269Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-25T04:13:46.302ZCloning into '/work/oxidecomputer/opte'...
772026-07-25T04:13:47.218Z+ cd /work/oxidecomputer/opte
782026-07-25T04:13:47.218Z+ git fetch origin 6b06228503251b59b5bfa84b379945874f32b9ba
792026-07-25T04:13:47.456ZFrom https://github.com/oxidecomputer/opte
802026-07-25T04:13:47.456Z * branch 6b06228503251b59b5bfa84b379945874f32b9ba -> FETCH_HEAD
812026-07-25T04:13:47.462Z+ [[ -n renovate/syn-2.x-lockfile ]]
822026-07-25T04:13:47.467Z++ git branch --show-current
832026-07-25T04:13:47.468Z+ current=master
842026-07-25T04:13:47.468Z+ [[ master != renovate/syn-2.x-lockfile ]]
852026-07-25T04:13:47.468Z+ git branch -f renovate/syn-2.x-lockfile 6b06228503251b59b5bfa84b379945874f32b9ba
862026-07-25T04:13:47.471Z+ git checkout -f renovate/syn-2.x-lockfile
872026-07-25T04:13:47.483ZSwitched to branch 'renovate/syn-2.x-lockfile'
882026-07-25T04:13:47.487Z+ git reset --hard 6b06228503251b59b5bfa84b379945874f32b9ba
892026-07-25T04:13:47.500ZHEAD is now at 6b06228 Update Rust crate syn to v2.0.119
902026-07-25T04:13:47.503Zprocess exited: duration 1239 ms, exit code 0
 
912026-07-25T04:13:47.509Zstarting task 4: "build"
922026-07-25T04:13:47.514Z+ source .github/buildomat/common.sh
932026-07-25T04:13:47.517Z++ rustup show active-toolchain
942026-07-25T04:13:47.520Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-25T04:13:47.520Z++ pushd xde
962026-07-25T04:13:47.520Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-25T04:13:47.520Z++ rustup show active-toolchain
982026-07-25T04:13:47.526Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
992026-07-25T04:13:47.677Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1002026-07-25T04:13:47.680Zinfo: downloading 6 components
1012026-07-25T04:14:04.111Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-25T04:14:04.206Z+++ rustup show active-toolchain -v
1032026-07-25T04:14:04.209Z+++ head -n 1
1042026-07-25T04:14:04.209Z+++ cut '-d ' -f1
1052026-07-25T04:14:04.261Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1062026-07-25T04:14:04.261Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-07-25T04:14:04.261Z++ popd
1082026-07-25T04:14:04.265Z/work/oxidecomputer/opte
1092026-07-25T04:14:04.265Z+ cargo --version
1102026-07-25T04:14:04.271Zcargo 1.97.1 (c980f4866 2026-06-30)
1112026-07-25T04:14:04.274Z+ rustc --version
1122026-07-25T04:14:04.293Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1132026-07-25T04:14:04.296Z+ cd lib/oxide-vpc
1142026-07-25T04:14:04.296Z+ header 'check style'
1152026-07-25T04:14:04.296Z+ echo '# ==== check style ==== #'
1162026-07-25T04:14:04.296Z# ==== check style ==== #
1172026-07-25T04:14:04.296Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1182026-07-25T04:14:04.429Z
1192026-07-25T04:14:04.429Zreal 0.130738089
1202026-07-25T04:14:04.430Zuser 0.095560931
1212026-07-25T04:14:04.430Zsys 0.030959931
1222026-07-25T04:14:04.430Ztrap 0.000027527
1232026-07-25T04:14:04.430Ztflt 0.000033324
1242026-07-25T04:14:04.430Zdflt 0.000030596
1252026-07-25T04:14:04.430Zkflt 0.000001199
1262026-07-25T04:14:04.430Zlock 0.031780866
1272026-07-25T04:14:04.430Zslp 0.111138196
1282026-07-25T04:14:04.430Zlat 0.000783141
1292026-07-25T04:14:04.430Zstop 0.000100821
1302026-07-25T04:14:04.434Z+ header 'check docs'
1312026-07-25T04:14:04.434Z+ echo '# ==== check docs ==== #'
1322026-07-25T04:14:04.434Z# ==== check docs ==== #
1332026-07-25T04:14:04.434Z+ RUSTDOCFLAGS='-D warnings'
1342026-07-25T04:14:04.434Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-07-25T04:14:04.499Z Updating crates.io index
1362026-07-25T04:14:04.503Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-07-25T04:14:05.445Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-07-25T04:14:05.665Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-07-25T04:14:05.994Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-07-25T04:14:06.199Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-07-25T04:14:06.425Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-07-25T04:14:06.649Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-07-25T04:14:08.552Z Downloading crates ...
1442026-07-25T04:14:08.610Z Downloaded byteorder v1.5.0
1452026-07-25T04:14:08.618Z Downloaded darling_macro v0.23.0
1462026-07-25T04:14:08.626Z Downloaded proc-macro2 v1.0.106
1472026-07-25T04:14:08.630Z Downloaded cfg-if v1.0.4
1482026-07-25T04:14:08.630Z Downloaded macaddr v1.0.1
1492026-07-25T04:14:08.630Z Downloaded managed v0.8.0
1502026-07-25T04:14:08.633Z Downloaded pretty-hex v0.4.2
1512026-07-25T04:14:08.633Z Downloaded itoa v1.0.18
1522026-07-25T04:14:08.640Z Downloaded scroll v0.13.0
1532026-07-25T04:14:08.644Z Downloaded usdt-impl v0.6.0
1542026-07-25T04:14:08.644Z Downloaded ref-cast v1.0.25
1552026-07-25T04:14:08.648Z Downloaded dyn-clone v1.0.20
1562026-07-25T04:14:08.648Z Downloaded embedded-io v0.6.1
1572026-07-25T04:14:08.653Z Downloaded cobs v0.3.0
1582026-07-25T04:14:08.653Z Downloaded plain v0.2.3
1592026-07-25T04:14:08.654Z Downloaded hash32 v0.3.1
1602026-07-25T04:14:08.654Z Downloaded defmt-parser v1.0.0
1612026-07-25T04:14:08.657Z Downloaded aho-corasick v1.1.4
1622026-07-25T04:14:08.660Z Downloaded defmt v1.1.1
1632026-07-25T04:14:08.664Z Downloaded ident_case v1.0.1
1642026-07-25T04:14:08.664Z Downloaded ingot-types v0.2.0
1652026-07-25T04:14:08.667Z Downloaded ref-cast-impl v1.0.25
1662026-07-25T04:14:08.671Z Downloaded pest_generator v2.8.7
1672026-07-25T04:14:08.677Z Downloaded defmt-macros v1.1.1
1682026-07-25T04:14:08.680Z Downloaded postcard v1.1.3
1692026-07-25T04:14:08.685Z Downloaded dtrace-parser v0.3.0
1702026-07-25T04:14:08.688Z Downloaded either v1.16.0
1712026-07-25T04:14:08.692Z Downloaded defmt v0.3.100
1722026-07-25T04:14:08.692Z Downloaded dof v0.4.0
1732026-07-25T04:14:08.695Z Downloaded thread-id v5.1.0
1742026-07-25T04:14:08.699Z Downloaded embedded-io v0.4.0
1752026-07-25T04:14:08.703Z Downloaded strsim v0.11.1
1762026-07-25T04:14:08.706Z Downloaded version_check v0.9.5
1772026-07-25T04:14:08.710Z Downloaded usdt-attr-macro v0.6.0
1782026-07-25T04:14:08.716Z Downloaded crc32fast v1.5.0
1792026-07-25T04:14:08.719Z Downloaded ingot v0.2.0
1802026-07-25T04:14:08.719Z Downloaded tabwriter v1.4.1
1812026-07-25T04:14:08.722Z Downloaded stable_deref_trait v1.2.1
1822026-07-25T04:14:08.722Z Downloaded usdt-macro v0.6.0
1832026-07-25T04:14:08.726Z Downloaded scroll_derive v0.13.1
1842026-07-25T04:14:08.740Z Downloaded thiserror v2.0.18
1852026-07-25T04:14:08.744Z Downloaded bitflags v1.3.2
1862026-07-25T04:14:08.747Z Downloaded thiserror-impl v2.0.18
1872026-07-25T04:14:08.747Z Downloaded usdt v0.6.0
1882026-07-25T04:14:08.747Z Downloaded zmij v1.0.22
1892026-07-25T04:14:08.751Z Downloaded serde_tokenstream v0.2.3
1902026-07-25T04:14:08.752Z Downloaded bitflags v2.13.0
1912026-07-25T04:14:08.756Z Downloaded memmap2 v0.9.11
1922026-07-25T04:14:08.756Z Downloaded memchr v2.8.3
1932026-07-25T04:14:08.762Z Downloaded quote v1.0.46
1942026-07-25T04:14:08.765Z Downloaded ingot-macros v0.2.0
1952026-07-25T04:14:08.769Z Downloaded pest_meta v2.8.7
1962026-07-25T04:14:08.769Z Downloaded ipnetwork v0.21.1
1972026-07-25T04:14:08.776Z Downloaded darling v0.23.0
1982026-07-25T04:14:08.780Z Downloaded log v0.4.33
1992026-07-25T04:14:08.789Z Downloaded serde_derive v1.0.228
2002026-07-25T04:14:08.792Z Downloaded ucd-trie v0.1.7
2012026-07-25T04:14:08.793Z Downloaded unicode-ident v1.0.24
2022026-07-25T04:14:08.808Z Downloaded pest_derive v2.8.7
2032026-07-25T04:14:08.812Z Downloaded darling_core v0.23.0
2042026-07-25T04:14:08.816Z Downloaded uuid v1.23.5
2052026-07-25T04:14:08.820Z Downloaded serde_core v1.0.228
2062026-07-25T04:14:08.824Z Downloaded heapless v0.8.0
2072026-07-25T04:14:08.846Z Downloaded zerocopy-derive v0.8.54
2082026-07-25T04:14:08.852Z Downloaded serde v1.0.228
2092026-07-25T04:14:08.858Z Downloaded regex v1.13.0
2102026-07-25T04:14:08.867Z Downloaded pest v2.8.7
2112026-07-25T04:14:08.894Z Downloaded serde_json v1.0.150
2122026-07-25T04:14:08.903Z Downloaded itertools v0.15.0
2132026-07-25T04:14:08.921Z Downloaded goblin v0.10.7
2142026-07-25T04:14:08.927Z Downloaded syn v2.0.119
2152026-07-25T04:14:08.948Z Downloaded unicode-width v0.2.2
2162026-07-25T04:14:08.956Z Downloaded zerocopy v0.8.54
2172026-07-25T04:14:08.967Z Downloaded smoltcp v0.11.0
2182026-07-25T04:14:08.973Z Downloaded regex-syntax v0.8.11
2192026-07-25T04:14:09.001Z Downloaded regex-automata v0.4.15
2202026-07-25T04:14:09.014Z Downloaded libc v0.2.186
2212026-07-25T04:14:09.070Z Compiling proc-macro2 v1.0.106
2222026-07-25T04:14:09.070Z Compiling quote v1.0.46
2232026-07-25T04:14:09.070Z Compiling unicode-ident v1.0.24
2242026-07-25T04:14:09.073Z Documenting unicode-ident v1.0.24
2252026-07-25T04:14:09.074Z Compiling serde_core v1.0.228
2262026-07-25T04:14:09.074Z Compiling ident_case v1.0.1
2272026-07-25T04:14:09.074Z Compiling strsim v0.11.1
2282026-07-25T04:14:09.232Z Compiling memchr v2.8.3
2292026-07-25T04:14:09.250Z Compiling serde v1.0.228
2302026-07-25T04:14:09.404Z Compiling zerocopy v0.8.54
2312026-07-25T04:14:09.525Z Compiling regex-syntax v0.8.11
2322026-07-25T04:14:09.529Z Compiling thiserror v2.0.18
2332026-07-25T04:14:09.788Z Documenting proc-macro2 v1.0.106
2342026-07-25T04:14:09.788Z Compiling aho-corasick v1.1.4
2352026-07-25T04:14:09.884Z Compiling either v1.16.0
2362026-07-25T04:14:10.068Z Checking syn v2.0.119
2372026-07-25T04:14:10.076Z Checking byteorder v1.5.0
2382026-07-25T04:14:10.118Z Compiling itertools v0.15.0
2392026-07-25T04:14:10.359Z Documenting quote v1.0.46
2402026-07-25T04:14:10.848Z Documenting syn v2.0.119
2412026-07-25T04:14:10.897Z Compiling regex-automata v0.4.15
2422026-07-25T04:14:10.923Z Documenting strsim v0.11.1
2432026-07-25T04:14:11.179Z Compiling heapless v0.8.0
2442026-07-25T04:14:11.395Z Documenting ident_case v1.0.1
2452026-07-25T04:14:11.534Z Checking bitflags v2.13.0
2462026-07-25T04:14:11.648Z Checking hash32 v0.3.1
2472026-07-25T04:14:11.690Z Documenting serde_core v1.0.228
2482026-07-25T04:14:11.752Z Checking macaddr v1.0.1
2492026-07-25T04:14:11.866Z Checking cfg-if v1.0.4
2502026-07-25T04:14:11.887Z Checking stable_deref_trait v1.2.1
2512026-07-25T04:14:11.924Z Documenting memchr v2.8.3
2522026-07-25T04:14:11.951Z Documenting regex-syntax v0.8.11
2532026-07-25T04:14:12.039Z Checking darling_core v0.23.0
2542026-07-25T04:14:12.642Z Compiling regex v1.13.0
2552026-07-25T04:14:12.835Z Documenting darling_core v0.23.0
2562026-07-25T04:14:12.972Z Documenting aho-corasick v1.1.4
2572026-07-25T04:14:13.042Z Compiling smoltcp v0.11.0
2582026-07-25T04:14:13.424Z Checking managed v0.8.0
2592026-07-25T04:14:13.663Z Checking bitflags v1.3.2
2602026-07-25T04:14:13.726Z Documenting serde_derive v1.0.228
2612026-07-25T04:14:13.742Z Documenting thiserror-impl v2.0.18
2622026-07-25T04:14:13.802Z Compiling serde_derive v1.0.228
2632026-07-25T04:14:13.903Z Compiling thiserror-impl v2.0.18
2642026-07-25T04:14:14.073Z Compiling zerocopy-derive v0.8.54
2652026-07-25T04:14:14.413Z Documenting darling_macro v0.23.0
2662026-07-25T04:14:14.571Z Documenting regex-automata v0.4.15
2672026-07-25T04:14:14.725Z Compiling darling_macro v0.23.0
2682026-07-25T04:14:14.862Z Documenting zerocopy-derive v0.8.54
2692026-07-25T04:14:15.086Z Documenting byteorder v1.5.0
2702026-07-25T04:14:15.108Z Compiling crc32fast v1.5.0
2712026-07-25T04:14:15.272Z Checking cobs v0.3.0
2722026-07-25T04:14:15.311Z Compiling darling v0.23.0
2732026-07-25T04:14:15.388Z Compiling ingot-macros v0.2.0
2742026-07-25T04:14:15.410Z Documenting darling v0.23.0
2752026-07-25T04:14:15.548Z Compiling ref-cast v1.0.25
2762026-07-25T04:14:15.604Z Documenting hash32 v0.3.1
2772026-07-25T04:14:15.775Z Documenting zerocopy v0.8.54
2782026-07-25T04:14:15.871Z Documenting thiserror v2.0.18
2792026-07-25T04:14:16.069Z Documenting regex v1.13.0
2802026-07-25T04:14:16.239Z Compiling ref-cast-impl v1.0.25
2812026-07-25T04:14:16.525Z Documenting bitflags v2.13.0
2822026-07-25T04:14:16.868Z Documenting serde v1.0.228
2832026-07-25T04:14:16.935Z Checking postcard v1.1.3
2842026-07-25T04:14:16.971Z Documenting ingot-macros v0.2.0
2852026-07-25T04:14:17.196Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2862026-07-25T04:14:17.208Z Documenting cfg-if v1.0.4
2872026-07-25T04:14:17.413Z Compiling version_check v0.9.5
2882026-07-25T04:14:17.542Z Documenting macaddr v1.0.1
2892026-07-25T04:14:17.687Z Documenting stable_deref_trait v1.2.1
2902026-07-25T04:14:17.903Z Checking ipnetwork v0.21.1
2912026-07-25T04:14:18.066Z Checking unicode-width v0.2.2
2922026-07-25T04:14:18.072Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2932026-07-25T04:14:18.256Z Checking ingot-types v0.2.0
2942026-07-25T04:14:18.283Z Documenting cobs v0.3.0
2952026-07-25T04:14:18.301Z Documenting managed v0.8.0
2962026-07-25T04:14:18.333Z Checking tabwriter v1.4.1
2972026-07-25T04:14:18.494Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2982026-07-25T04:14:18.631Z Checking ingot v0.2.0
2992026-07-25T04:14:18.766Z Documenting heapless v0.8.0
3002026-07-25T04:14:18.837Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3012026-07-25T04:14:19.155Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3022026-07-25T04:14:19.285Z Documenting postcard v1.1.3
3032026-07-25T04:14:19.293Z Documenting ingot-types v0.2.0
3042026-07-25T04:14:19.466Z Documenting ref-cast-impl v1.0.25
3052026-07-25T04:14:19.529Z Documenting ipnetwork v0.21.1
3062026-07-25T04:14:19.706Z Documenting unicode-width v0.2.2
3072026-07-25T04:14:19.832Z Documenting either v1.16.0
3082026-07-25T04:14:20.095Z Documenting smoltcp v0.11.0
3092026-07-25T04:14:20.244Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3102026-07-25T04:14:20.330Z Checking dyn-clone v1.0.20
3112026-07-25T04:14:20.424Z Documenting crc32fast v1.5.0
3122026-07-25T04:14:20.627Z Documenting ingot v0.2.0
3132026-07-25T04:14:20.843Z Documenting ref-cast v1.0.25
3142026-07-25T04:14:20.951Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3152026-07-25T04:14:21.112Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3162026-07-25T04:14:21.329Z Documenting tabwriter v1.4.1
3172026-07-25T04:14:21.594Z Documenting itertools v0.15.0
3182026-07-25T04:14:21.842Z Documenting dyn-clone v1.0.20
3192026-07-25T04:14:22.442Z Documenting uuid v1.23.5
3202026-07-25T04:14:22.748Z Checking uuid v1.23.5
3212026-07-25T04:14:22.987Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3222026-07-25T04:14:23.035Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3232026-07-25T04:14:23.797Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3242026-07-25T04:14:25.550Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3252026-07-25T04:14:27.901Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3262026-07-25T04:14:29.596Z Finished `dev` profile [optimized + debuginfo] target(s) in 25.08s
3272026-07-25T04:14:29.634Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3282026-07-25T04:14:29.659Z
3292026-07-25T04:14:29.659Zreal 25.188058920
3302026-07-25T04:14:29.659Zuser 1:21.671311910
3312026-07-25T04:14:29.659Zsys 17.320166766
3322026-07-25T04:14:29.659Ztrap 0.042508866
3332026-07-25T04:14:29.659Ztflt 0.037123935
3342026-07-25T04:14:29.659Zdflt 0.062659050
3352026-07-25T04:14:29.659Zkflt 0.005121055
3362026-07-25T04:14:29.660Zlock 7:51.292345002
3372026-07-25T04:14:29.660Zslp 4:54.982598599
3382026-07-25T04:14:29.660Zlat 7.938269556
3392026-07-25T04:14:29.660Zstop 13.240072791
3402026-07-25T04:14:29.660Z+ header 'analyze std + api + usdt'
3412026-07-25T04:14:29.660Z+ echo '# ==== analyze std + api + usdt ==== #'
3422026-07-25T04:14:29.660Z# ==== analyze std + api + usdt ==== #
3432026-07-25T04:14:29.660Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3442026-07-25T04:14:29.826Z Downloading crates ...
3452026-07-25T04:14:29.903Z Downloaded futures-io v0.3.32
3462026-07-25T04:14:29.913Z Downloaded futures-executor v0.3.32
3472026-07-25T04:14:29.913Z Downloaded futures-task v0.3.32
3482026-07-25T04:14:29.913Z Downloaded futures-sink v0.3.32
3492026-07-25T04:14:29.913Z Downloaded ctor v0.10.1
3502026-07-25T04:14:29.914Z Downloaded futures-core v0.3.32
3512026-07-25T04:14:29.914Z Downloaded futures v0.3.32
3522026-07-25T04:14:29.914Z Downloaded cookie-factory v0.3.3
3532026-07-25T04:14:29.914Z Downloaded ctor-proc-macro v0.0.13
3542026-07-25T04:14:29.914Z Downloaded slab v0.4.12
3552026-07-25T04:14:29.931Z Downloaded link-section v0.2.1
3562026-07-25T04:14:29.931Z Downloaded circular v0.3.0
3572026-07-25T04:14:29.931Z Downloaded futures-macro v0.3.32
3582026-07-25T04:14:29.938Z Downloaded typeid v1.0.3
3592026-07-25T04:14:29.938Z Downloaded dtor-proc-macro v0.0.13
3602026-07-25T04:14:29.938Z Downloaded dtor v0.8.1
3612026-07-25T04:14:29.960Z Downloaded pin-project-lite v0.2.17
3622026-07-25T04:14:29.960Z Downloaded anyhow v1.0.103
3632026-07-25T04:14:29.960Z Downloaded futures-channel v0.3.32
3642026-07-25T04:14:29.960Z Downloaded rusticata-macros v5.0.0
3652026-07-25T04:14:29.960Z Downloaded once_cell v1.21.4
3662026-07-25T04:14:29.960Z Downloaded ron v0.12.2
3672026-07-25T04:14:29.978Z Downloaded nom v8.0.0
3682026-07-25T04:14:29.978Z Downloaded futures-util v0.3.32
3692026-07-25T04:14:29.978Z Downloaded pcap-parser v0.17.0
3702026-07-25T04:14:30.026Z Compiling proc-macro2 v1.0.106
3712026-07-25T04:14:30.047Z Compiling quote v1.0.46
3722026-07-25T04:14:30.048Z Compiling unicode-ident v1.0.24
3732026-07-25T04:14:30.048Z Compiling memchr v2.8.3
3742026-07-25T04:14:30.048Z Compiling thiserror v2.0.18
3752026-07-25T04:14:30.048Z Compiling zerocopy v0.8.54
3762026-07-25T04:14:30.048Z Compiling serde_core v1.0.228
3772026-07-25T04:14:30.048Z Compiling zmij v1.0.22
3782026-07-25T04:14:30.364Z Compiling libc v0.2.186
3792026-07-25T04:14:30.398Z Compiling serde_json v1.0.150
3802026-07-25T04:14:30.424Z Compiling ucd-trie v0.1.7
3812026-07-25T04:14:30.610Z Compiling pest v2.8.7
3822026-07-25T04:14:30.627Z Compiling serde v1.0.228
3832026-07-25T04:14:30.754Z Compiling ident_case v1.0.1
3842026-07-25T04:14:30.817Z Compiling strsim v0.11.1
3852026-07-25T04:14:31.055Z Compiling aho-corasick v1.1.4
3862026-07-25T04:14:31.066Z Compiling itoa v1.0.18
3872026-07-25T04:14:31.250Z Compiling regex-syntax v0.8.11
3882026-07-25T04:14:31.280Z Compiling syn v2.0.119
3892026-07-25T04:14:31.280Z Checking byteorder v1.5.0
3902026-07-25T04:14:31.731Z Compiling pest_meta v2.8.7
3912026-07-25T04:14:31.799Z Compiling usdt-impl v0.6.0
3922026-07-25T04:14:31.819Z Compiling either v1.16.0
3932026-07-25T04:14:31.938Z Checking bitflags v2.13.0
3942026-07-25T04:14:32.006Z Compiling itertools v0.15.0
3952026-07-25T04:14:32.255Z Compiling thread-id v5.1.0
3962026-07-25T04:14:32.434Z Compiling heapless v0.8.0
3972026-07-25T04:14:32.590Z Checking futures-core v0.3.32
3982026-07-25T04:14:32.614Z Compiling regex-automata v0.4.15
3992026-07-25T04:14:32.705Z Checking futures-sink v0.3.32
4002026-07-25T04:14:32.919Z Checking plain v0.2.3
4012026-07-25T04:14:32.929Z Checking log v0.4.33
4022026-07-25T04:14:33.008Z Checking futures-channel v0.3.32
4032026-07-25T04:14:33.241Z Checking hash32 v0.3.1
4042026-07-25T04:14:33.354Z Checking stable_deref_trait v1.2.1
4052026-07-25T04:14:33.392Z Checking macaddr v1.0.1
4062026-07-25T04:14:33.415Z Checking pin-project-lite v0.2.17
4072026-07-25T04:14:33.486Z Checking pretty-hex v0.4.2
4082026-07-25T04:14:33.514Z Checking cfg-if v1.0.4
4092026-07-25T04:14:33.545Z Compiling smoltcp v0.11.0
4102026-07-25T04:14:33.556Z Checking slab v0.4.12
4112026-07-25T04:14:33.574Z Checking futures-task v0.3.32
4122026-07-25T04:14:33.600Z Checking futures-io v0.3.32
4132026-07-25T04:14:33.705Z Compiling pest_generator v2.8.7
4142026-07-25T04:14:33.705Z Compiling darling_core v0.23.0
4152026-07-25T04:14:33.945Z Compiling crc32fast v1.5.0
4162026-07-25T04:14:34.095Z Compiling ref-cast v1.0.25
4172026-07-25T04:14:34.104Z Compiling version_check v0.9.5
4182026-07-25T04:14:34.230Z Checking managed v0.8.0
4192026-07-25T04:14:34.316Z Compiling regex v1.13.0
4202026-07-25T04:14:34.379Z Checking bitflags v1.3.2
4212026-07-25T04:14:34.413Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4222026-07-25T04:14:34.480Z Checking memmap2 v0.9.11
4232026-07-25T04:14:34.636Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4242026-07-25T04:14:34.678Z Checking ipnetwork v0.21.1
4252026-07-25T04:14:34.717Z Checking unicode-width v0.2.2
4262026-07-25T04:14:34.887Z Compiling serde_derive v1.0.228
4272026-07-25T04:14:34.933Z Compiling thiserror-impl v2.0.18
4282026-07-25T04:14:34.959Z Compiling zerocopy-derive v0.8.54
4292026-07-25T04:14:34.993Z Compiling pest_derive v2.8.7
4302026-07-25T04:14:35.217Z Compiling scroll_derive v0.13.1
4312026-07-25T04:14:35.513Z Compiling futures-macro v0.3.32
4322026-07-25T04:14:35.624Z Compiling ref-cast-impl v1.0.25
4332026-07-25T04:14:35.809Z Compiling darling_macro v0.23.0
4342026-07-25T04:14:36.022Z Checking scroll v0.13.0
4352026-07-25T04:14:36.218Z Checking dtrace-parser v0.3.0
4362026-07-25T04:14:36.237Z Checking goblin v0.10.7
4372026-07-25T04:14:36.296Z Checking futures-util v0.3.32
4382026-07-25T04:14:36.365Z Compiling darling v0.23.0
4392026-07-25T04:14:36.448Z Compiling ingot-macros v0.2.0
4402026-07-25T04:14:36.647Z Checking cobs v0.3.0
4412026-07-25T04:14:36.783Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4422026-07-25T04:14:36.971Z Checking tabwriter v1.4.1
4432026-07-25T04:14:37.112Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4442026-07-25T04:14:37.830Z Checking nom v8.0.0
4452026-07-25T04:14:37.921Z Checking postcard v1.1.3
4462026-07-25T04:14:38.039Z Compiling serde_tokenstream v0.2.3
4472026-07-25T04:14:38.194Z Compiling anyhow v1.0.103
4482026-07-25T04:14:38.207Z Checking futures-executor v0.3.32
4492026-07-25T04:14:38.319Z Checking dyn-clone v1.0.20
4502026-07-25T04:14:38.339Z Checking futures v0.3.32
4512026-07-25T04:14:38.424Z Compiling typeid v1.0.3
4522026-07-25T04:14:38.428Z Checking cookie-factory v0.3.3
4532026-07-25T04:14:38.755Z Checking uuid v1.23.5
4542026-07-25T04:14:38.859Z Checking circular v0.3.0
4552026-07-25T04:14:38.859Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4562026-07-25T04:14:38.888Z Compiling dtor-proc-macro v0.0.13
4572026-07-25T04:14:38.964Z Checking link-section v0.2.1
4582026-07-25T04:14:39.046Z Compiling ctor-proc-macro v0.0.13
4592026-07-25T04:14:39.109Z Checking once_cell v1.21.4
4602026-07-25T04:14:39.120Z Checking dof v0.4.0
4612026-07-25T04:14:39.125Z Checking ingot-types v0.2.0
4622026-07-25T04:14:39.152Z Checking dtor v0.8.1
4632026-07-25T04:14:39.164Z Checking ron v0.12.2
4642026-07-25T04:14:39.279Z Checking ctor v0.10.1
4652026-07-25T04:14:39.441Z Checking ingot v0.2.0
4662026-07-25T04:14:39.817Z Checking rusticata-macros v5.0.0
4672026-07-25T04:14:39.945Z Checking pcap-parser v0.17.0
4682026-07-25T04:14:40.143Z Compiling usdt-attr-macro v0.6.0
4692026-07-25T04:14:40.143Z Compiling usdt-macro v0.6.0
4702026-07-25T04:14:40.743Z Checking usdt v0.6.0
4712026-07-25T04:14:40.952Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4722026-07-25T04:14:45.429Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4732026-07-25T04:14:47.117Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4742026-07-25T04:14:49.526Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.83s
4752026-07-25T04:14:49.561Z
4762026-07-25T04:14:49.566Zreal 19.915684680
4772026-07-25T04:14:49.566Zuser 1:11.275883293
4782026-07-25T04:14:49.566Zsys 14.827728838
4792026-07-25T04:14:49.566Ztrap 0.036856273
4802026-07-25T04:14:49.566Ztflt 0.122005225
4812026-07-25T04:14:49.566Zdflt 0.236532265
4822026-07-25T04:14:49.566Zkflt 0.000041686
4832026-07-25T04:14:49.566Zlock 4:40.477799679
4842026-07-25T04:14:49.566Zslp 3:46.060935220
4852026-07-25T04:14:49.566Zlat 4.513249058
4862026-07-25T04:14:49.566Zstop 9.688432478
4872026-07-25T04:14:49.566Z+ header 'analyze no_std + engine + kernel'
4882026-07-25T04:14:49.566Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4892026-07-25T04:14:49.566Z# ==== analyze no_std + engine + kernel ==== #
4902026-07-25T04:14:49.566Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
4912026-07-25T04:14:49.729Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4922026-07-25T04:14:49.730Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4932026-07-25T04:14:49.730Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4942026-07-25T04:14:49.730Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4952026-07-25T04:14:49.944Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4962026-07-25T04:14:52.995Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4972026-07-25T04:14:54.181Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.56s
4982026-07-25T04:14:54.222Z
4992026-07-25T04:14:54.222Zreal 4.623619981
5002026-07-25T04:14:54.222Zuser 4.754371865
5012026-07-25T04:14:54.222Zsys 0.923064699
5022026-07-25T04:14:54.222Ztrap 0.000576224
5032026-07-25T04:14:54.222Ztflt 0.022330854
5042026-07-25T04:14:54.237Zdflt 0.003147222
5052026-07-25T04:14:54.237Zkflt 0.000001759
5062026-07-25T04:14:54.237Zlock 14.977210474
5072026-07-25T04:14:54.237Zslp 17.780069867
5082026-07-25T04:14:54.238Zlat 0.006752019
5092026-07-25T04:14:54.238Zstop 0.195189929
5102026-07-25T04:14:54.238Z+ header test
5112026-07-25T04:14:54.238Z+ echo '# ==== test ==== #'
5122026-07-25T04:14:54.238Z+ ptime -m cargo test
5132026-07-25T04:14:54.238Z# ==== test ==== #
5142026-07-25T04:14:54.376Z Compiling memchr v2.8.3
5152026-07-25T04:14:54.376Z Compiling serde_core v1.0.228
5162026-07-25T04:14:54.393Z Compiling thiserror v2.0.18
5172026-07-25T04:14:54.393Z Compiling zerocopy v0.8.54
5182026-07-25T04:14:54.394Z Compiling unicode-ident v1.0.24
5192026-07-25T04:14:54.394Z Compiling byteorder v1.5.0
5202026-07-25T04:14:54.394Z Compiling zmij v1.0.22
5212026-07-25T04:14:54.394Z Compiling libc v0.2.186
5222026-07-25T04:14:54.490Z Compiling proc-macro2 v1.0.106
5232026-07-25T04:14:54.501Z Compiling scroll v0.13.0
5242026-07-25T04:14:54.605Z Compiling futures-core v0.3.32
5252026-07-25T04:14:54.732Z Compiling itoa v1.0.18
5262026-07-25T04:14:55.171Z Compiling ucd-trie v0.1.7
5272026-07-25T04:14:55.212Z Compiling futures-sink v0.3.32
5282026-07-25T04:14:55.213Z Compiling plain v0.2.3
5292026-07-25T04:14:55.213Z Compiling log v0.4.33
5302026-07-25T04:14:55.213Z Compiling futures-channel v0.3.32
5312026-07-25T04:14:55.213Z Compiling goblin v0.10.7
5322026-07-25T04:14:55.213Z Compiling pest v2.8.7
5332026-07-25T04:14:55.213Z Compiling quote v1.0.46
5342026-07-25T04:14:55.433Z Compiling hash32 v0.3.1
5352026-07-25T04:14:55.612Z Compiling pretty-hex v0.4.2
5362026-07-25T04:14:55.708Z Compiling macaddr v1.0.1
5372026-07-25T04:14:55.714Z Compiling pin-project-lite v0.2.17
5382026-07-25T04:14:55.806Z Compiling slab v0.4.12
5392026-07-25T04:14:55.924Z Compiling futures-task v0.3.32
5402026-07-25T04:14:55.934Z Compiling cfg-if v1.0.4
5412026-07-25T04:14:55.979Z Compiling stable_deref_trait v1.2.1
5422026-07-25T04:14:55.988Z Compiling futures-io v0.3.32
5432026-07-25T04:14:56.049Z Compiling heapless v0.8.0
5442026-07-25T04:14:56.111Z Compiling serde v1.0.228
5452026-07-25T04:14:56.171Z Compiling bitflags v2.13.0
5462026-07-25T04:14:56.335Z Compiling serde_json v1.0.150
5472026-07-25T04:14:56.497Z Compiling dtrace-parser v0.3.0
5482026-07-25T04:14:56.571Z Compiling futures-util v0.3.32
5492026-07-25T04:14:56.740Z Compiling syn v2.0.119
5502026-07-25T04:14:56.746Z Compiling thread-id v5.1.0
5512026-07-25T04:14:56.815Z Compiling cobs v0.3.0
5522026-07-25T04:14:57.087Z Compiling bitflags v1.3.2
5532026-07-25T04:14:57.127Z Compiling managed v0.8.0
5542026-07-25T04:14:57.150Z Compiling ingot-types v0.2.0
5552026-07-25T04:14:57.338Z Compiling smoltcp v0.11.0
5562026-07-25T04:14:57.343Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5572026-07-25T04:14:57.546Z Compiling ingot v0.2.0
5582026-07-25T04:14:57.560Z Compiling postcard v1.1.3
5592026-07-25T04:14:57.939Z Compiling dof v0.4.0
5602026-07-25T04:14:59.302Z Compiling usdt-impl v0.6.0
5612026-07-25T04:14:59.443Z Compiling futures-executor v0.3.32
5622026-07-25T04:14:59.763Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5632026-07-25T04:15:00.026Z Compiling memmap2 v0.9.11
5642026-07-25T04:15:00.031Z Compiling either v1.16.0
5652026-07-25T04:15:00.229Z Compiling ipnetwork v0.21.1
5662026-07-25T04:15:00.331Z Compiling unicode-width v0.2.2
5672026-07-25T04:15:00.369Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5682026-07-25T04:15:00.635Z Compiling tabwriter v1.4.1
5692026-07-25T04:15:00.734Z Compiling itertools v0.15.0
5702026-07-25T04:15:01.046Z Compiling usdt v0.6.0
5712026-07-25T04:15:01.490Z Compiling ref-cast v1.0.25
5722026-07-25T04:15:01.582Z Compiling futures v0.3.32
5732026-07-25T04:15:01.655Z Compiling crc32fast v1.5.0
5742026-07-25T04:15:01.687Z Compiling nom v8.0.0
5752026-07-25T04:15:01.698Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5762026-07-25T04:15:01.708Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5772026-07-25T04:15:01.887Z Compiling dyn-clone v1.0.20
5782026-07-25T04:15:02.050Z Compiling cookie-factory v0.3.3
5792026-07-25T04:15:02.272Z Compiling uuid v1.23.5
5802026-07-25T04:15:02.370Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5812026-07-25T04:15:02.592Z Compiling circular v0.3.0
5822026-07-25T04:15:02.731Z Compiling dtor v0.8.1
5832026-07-25T04:15:02.731Z Compiling anyhow v1.0.103
5842026-07-25T04:15:02.812Z Compiling typeid v1.0.3
5852026-07-25T04:15:02.841Z Compiling link-section v0.2.1
5862026-07-25T04:15:02.909Z Compiling once_cell v1.21.4
5872026-07-25T04:15:02.980Z Compiling ctor v0.10.1
5882026-07-25T04:15:03.050Z Compiling ron v0.12.2
5892026-07-25T04:15:04.265Z Compiling rusticata-macros v5.0.0
5902026-07-25T04:15:04.584Z Compiling pcap-parser v0.17.0
5912026-07-25T04:15:07.888Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5922026-07-25T04:15:10.974Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
5932026-07-25T04:15:57.871Z Finished `test` profile [optimized + debuginfo] target(s) in 1m 03s
5942026-07-25T04:15:57.887Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-6c27118ed75b41de)
5952026-07-25T04:15:57.890Z
5962026-07-25T04:15:57.890Zrunning 15 tests
5972026-07-25T04:15:57.891Ztest api::tests::ports_from_str_bad ... ok
5982026-07-25T04:15:57.891Ztest api::tests::parse_good_proto_filter ... ok
5992026-07-25T04:15:57.891Ztest api::tests::parse_bad_address ... ok
6002026-07-25T04:15:57.891Ztest cfg::tests::test_required_nat_space ... ok
6012026-07-25T04:15:57.891Ztest api::tests::parse_good_address ... ok
6022026-07-25T04:15:57.891Ztest api::tests::ports_from_str_good ... ok
6032026-07-25T04:15:57.891Ztest api::tests::parse_bad_proto_filter ... ok
6042026-07-25T04:15:57.891Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6052026-07-25T04:15:57.891Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6062026-07-25T04:15:57.895Ztest engine::geneve::test::parse_single_opt ... ok
6072026-07-25T04:15:57.895Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6082026-07-25T04:15:57.895Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6092026-07-25T04:15:57.895Ztest engine::geneve::test::parse_multi_opt ... ok
6102026-07-25T04:15:57.895Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6112026-07-25T04:15:57.895Ztest engine::firewall::tests::port_predicate_simplification ... ok
6122026-07-25T04:15:57.895Z
6132026-07-25T04:15:57.895Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6142026-07-25T04:15:57.895Z
6152026-07-25T04:15:57.895Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-2ab333f7ceb320ad)
6162026-07-25T04:15:57.895Z
6172026-07-25T04:15:57.895Zrunning 4 tests
6182026-07-25T04:15:57.899Ztest firewall_vni_outbound ... ok
6192026-07-25T04:15:57.899Ztest firewall_external_inbound ... ok
6202026-07-25T04:15:57.899Ztest firewall_vni_inbound ... ok
6212026-07-25T04:15:57.899Ztest firewall_replace_rules ... ok
6222026-07-25T04:15:57.899Z
6232026-07-25T04:15:57.899Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6242026-07-25T04:15:57.899Z
6252026-07-25T04:15:57.899Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-102d3a51edbc6ce3)
6262026-07-25T04:15:57.899Z
6272026-07-25T04:15:57.899Zrunning 2 tests
6282026-07-25T04:15:57.899Ztest parse_in_regression ... ok
6292026-07-25T04:15:57.899Ztest parse_out_regression ... ok
6302026-07-25T04:15:57.899Z
6312026-07-25T04:15:57.900Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6322026-07-25T04:15:57.900Z
6332026-07-25T04:15:57.900Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-504573ceb62db3f7)
6342026-07-25T04:15:57.904Z
6352026-07-25T04:15:57.904Zrunning 50 tests
6362026-07-25T04:15:57.904Ztest bad_ip_len ... ok
6372026-07-25T04:15:57.904Ztest check_layers ... ok
6382026-07-25T04:15:57.904Ztest arp_gateway ... ok
6392026-07-25T04:15:57.904Ztest anti_spoof ... ok
6402026-07-25T04:15:57.904Ztest external_attached_subnets_cannot_reach_internal ... ok
6412026-07-25T04:15:57.904Ztest add_remove_fw_rule ... ok
6422026-07-25T04:15:57.904Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6432026-07-25T04:15:57.904Ztest external_attached_subnets_dont_apply_nat ... ok
6442026-07-25T04:15:57.904Ztest flow_expiration ... ok
6452026-07-25T04:15:57.904Ztest external_ip_epoch_affinity_preserved ... ok
6462026-07-25T04:15:57.904Ztest gateway_icmpv6_ping ... ok
6472026-07-25T04:15:57.904Ztest gateway_icmp4_ping ... ok
6482026-07-25T04:15:57.904Ztest external_ip_reconfigurable ... ok
6492026-07-25T04:15:57.904Ztest early_tcp_invalidation ... ok
6502026-07-25T04:15:57.904Ztest gateway_router_advert_reply ... ok
6512026-07-25T04:15:57.904Ztest guest_to_guest_no_route ... ok
6522026-07-25T04:15:57.904Ztest guest_to_guest_diff_vpc_no_peer ... ok
6532026-07-25T04:15:57.904Ztest guest_to_internet_ipv4 ... ok
6542026-07-25T04:15:57.904Ztest guest_to_internet_ipv6 ... ok
6552026-07-25T04:15:57.904Ztest guest_to_guest ... ok
6562026-07-25T04:15:57.904Ztest inbound_ndp_dropped_at_gateway ... ok
6572026-07-25T04:15:57.904Ztest icmp_inner_has_nat_applied ... ok
6582026-07-25T04:15:57.905Ztest icmpv6_inner_has_nat_applied ... ok
6592026-07-25T04:15:57.905Ztest external_ip_receive_and_reply_on_all ... ok
6602026-07-25T04:15:57.905Ztest packet_body_pullup ... ok
6612026-07-25T04:15:57.905Ztest outbound_ndp_dropped ... ok
6622026-07-25T04:15:57.905Ztest external_ip_balanced_over_floating_ips ... ok
6632026-07-25T04:15:57.905Ztest no_panic_on_flow_table_full ... ok
6642026-07-25T04:15:57.905Ztest intra_subnet_routes_with_custom ... ok
6652026-07-25T04:15:57.905Ztest offload_info_preserved ... ok
6662026-07-25T04:15:57.905Ztest internal_attached_subnets ... ok
6672026-07-25T04:15:57.905Ztest port_transition_reset ... ok
6682026-07-25T04:15:57.905Ztest port_transition_running ... ok
6692026-07-25T04:15:57.905Ztest packet_too_big_generation ... ok
6702026-07-25T04:15:57.905Ztest port_as_router_target ... ok
6712026-07-25T04:15:57.905Ztest port_transition_pause ... ok
6722026-07-25T04:15:57.905Ztest select_eip_conditioned_on_igw ... ok
6732026-07-25T04:15:57.905Ztest tcp_invalidation_does_not_block_connection ... ok
6742026-07-25T04:15:57.905Ztest snat_icmp4_echo_rewrite ... ok
6752026-07-25T04:15:57.905Ztest snat_icmp6_echo_rewrite ... ok
6762026-07-25T04:15:57.905Ztest test_drop_on_unknown_critical_option ... ok
6772026-07-25T04:15:57.905Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6782026-07-25T04:15:57.905Ztest test_ipv6_multicast_encapsulation ... ok
6792026-07-25T04:15:57.905Ztest tcp_inbound ... ok
6802026-07-25T04:15:57.905Ztest test_gateway_neighbor_advert_reply ... ok
6812026-07-25T04:15:57.905Ztest test_tcp_multicast_denied ... ok
6822026-07-25T04:15:57.905Ztest tcp_outbound ... ok
6832026-07-25T04:15:57.905Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
6842026-07-25T04:15:57.905Ztest uft_lft_invalidation_out ... ok
6852026-07-25T04:15:57.910Ztest uft_lft_invalidation_in ... ok
6862026-07-25T04:15:57.910Z
6872026-07-25T04:15:57.910Ztest result: ok. 50 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6882026-07-25T04:15:57.910Z
6892026-07-25T04:15:57.910Z Doc-tests oxide_vpc
6902026-07-25T04:15:58.202Z
6912026-07-25T04:15:58.203Zrunning 0 tests
6922026-07-25T04:15:58.203Z
6932026-07-25T04:15:58.203Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6942026-07-25T04:15:58.203Z
6952026-07-25T04:15:58.231Z
6962026-07-25T04:15:58.234Zreal 1:04.030147032
6972026-07-25T04:15:58.234Zuser 3:28.823844525
6982026-07-25T04:15:58.234Zsys 11.985328313
6992026-07-25T04:15:58.234Ztrap 0.088909967
7002026-07-25T04:15:58.234Ztflt 0.267089122
7012026-07-25T04:15:58.234Zdflt 0.390160155
7022026-07-25T04:15:58.234Zkflt 0.000012226
7032026-07-25T04:15:58.234Zlock 15:09.563360213
7042026-07-25T04:15:58.234Zslp 6:50.248540427
7052026-07-25T04:15:58.234Zlat 7.590801734
7062026-07-25T04:15:58.234Zstop 6.373839374
7072026-07-25T04:15:58.234Zprocess exited: duration 130722 ms, exit code 0
 
7082026-07-25T04:15:58.241Zfound 0 output files