01KSVGP34R4P69NNM3N1FNTBDE: oxide-vpc

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

Buildomat Job: 01KSVGPQSXS59NKH5VWAGA2WVC

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-30T04:02:32.087Zjob assigned to worker 01KSVGPY63XG7TR3BVQDJJNRWX [factory aws, i-0e4acbbd23e829832] (queued for 57 s)
 
22026-05-30T04:02:38.232Zstarting task 0: "setup"
32026-05-30T04:02:38.237Z++ uname -s
42026-05-30T04:02:38.240Z+ kern=SunOS
52026-05-30T04:02:38.240Z+ build_user=build
62026-05-30T04:02:38.240Z+ build_uid=12345
72026-05-30T04:02:38.240Z+ work_dir=/work
82026-05-30T04:02:38.240Z+ input_dir=/input
92026-05-30T04:02:38.240Z+ [[ 0 == 12345 ]]
102026-05-30T04:02:38.240Z+ case "$kern" in
112026-05-30T04:02:38.241Z+ groupadd -g 12345 build
122026-05-30T04:02:38.252Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-30T04:02:40.260Z+ zfs create -o mountpoint=/work rpool/work
142026-05-30T04:02:40.367Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-30T04:02:40.370Z+ home_fs=zfs
162026-05-30T04:02:40.370Z+ [[ zfs == autofs ]]
172026-05-30T04:02:40.371Z+ mkdir -p /home/build
182026-05-30T04:02:40.371Z+ chown build:build /home/build /work
192026-05-30T04:02:42.369Z+ chmod 0700 /home/build /work
202026-05-30T04:02:42.372Zprocess exited: duration 4138 ms, exit code 0
 
212026-05-30T04:02:42.379Zstarting task 1: "rust-toolchain"
222026-05-30T04:02:42.382Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-05-30T04:02:42.382Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-30T04:02:42.382Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-30T04:02:42.382Z * rust toolchain channel = "1.95.0"
262026-05-30T04:02:42.382Z * rust toolchain profile = "default"
272026-05-30T04:02:42.382Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-30T04:02:42.385Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-30T04:02:42.386Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-05-30T04:02:42.492Zinfo: downloading installer
312026-05-30T04:02:43.787Zwarn: It looks like you have an existing rustup settings file at:
322026-05-30T04:02:43.787Zwarn: /home/build/.rustup/settings.toml
332026-05-30T04:02:43.787Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-30T04:02:43.787Zwarn: instead of the one inferred from the default host triple.
352026-05-30T04:02:43.800Zinfo: profile set to default
362026-05-30T04:02:43.800Zinfo: default host triple is x86_64-unknown-illumos
372026-05-30T04:02:43.803Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-05-30T04:02:43.936Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-05-30T04:02:43.939Zinfo: downloading 6 components
402026-05-30T04:02:58.474Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
412026-05-30T04:02:58.474Z
422026-05-30T04:02:58.510Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-05-30T04:02:58.510Z
442026-05-30T04:02:58.510Z
452026-05-30T04:02:58.510ZRust is installed now. Great!
462026-05-30T04:02:58.510Z
472026-05-30T04:02:58.510ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-30T04:02:58.514Zenvironment variable. This has not been done automatically.
492026-05-30T04:02:58.514Z
502026-05-30T04:02:58.514ZTo configure your current shell, you need to source
512026-05-30T04:02:58.514Zthe corresponding env file under $HOME/.cargo.
522026-05-30T04:02:58.514Z
532026-05-30T04:02:58.514ZThis is usually done by running one of the following (note the leading DOT):
542026-05-30T04:02:58.514Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-30T04:02:58.514Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-30T04:02:58.514Zsource "~/.cargo/env.nu" # For nushell
572026-05-30T04:02:58.514Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-30T04:02:58.514Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-30T04:02:58.514Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-30T04:02:58.514Zwarn: no default linker (`cc`) was found in your PATH
612026-05-30T04:02:58.514Zwarn: many Rust crates require a system C toolchain to build
622026-05-30T04:02:58.616Z+ rustup --version
632026-05-30T04:02:58.624Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-30T04:02:58.627Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-30T04:02:58.647Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-05-30T04:02:58.650Z+ cargo --version
672026-05-30T04:02:58.664Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-05-30T04:02:58.667Z+ rustc --version
692026-05-30T04:02:58.687Zrustc 1.95.0 (59807616e 2026-04-14)
702026-05-30T04:02:58.690Zprocess exited: duration 16310 ms, exit code 0
 
712026-05-30T04:02:58.696Zstarting task 2: "authentication"
722026-05-30T04:02:58.712Zprocess exited: duration 15 ms, exit code 0
 
732026-05-30T04:02:58.718Zstarting task 3: "clone repository"
742026-05-30T04:02:58.721Z+ mkdir -p /work/oxidecomputer/opte
752026-05-30T04:02:58.724Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-30T04:02:58.761ZCloning into '/work/oxidecomputer/opte'...
772026-05-30T04:02:59.581Z+ cd /work/oxidecomputer/opte
782026-05-30T04:02:59.581Z+ git fetch origin 24b470b8d12aa183b4fd0951cce5852d1d72761b
792026-05-30T04:02:59.787ZFrom https://github.com/oxidecomputer/opte
802026-05-30T04:02:59.787Z * branch 24b470b8d12aa183b4fd0951cce5852d1d72761b -> FETCH_HEAD
812026-05-30T04:02:59.793Z+ [[ -n renovate/zerocopy-0.x-lockfile ]]
822026-05-30T04:02:59.796Z++ git branch --show-current
832026-05-30T04:02:59.796Z+ current=master
842026-05-30T04:02:59.796Z+ [[ master != renovate/zerocopy-0.x-lockfile ]]
852026-05-30T04:02:59.797Z+ git branch -f renovate/zerocopy-0.x-lockfile 24b470b8d12aa183b4fd0951cce5852d1d72761b
862026-05-30T04:02:59.800Z+ git checkout -f renovate/zerocopy-0.x-lockfile
872026-05-30T04:02:59.816ZSwitched to branch 'renovate/zerocopy-0.x-lockfile'
882026-05-30T04:02:59.820Z+ git reset --hard 24b470b8d12aa183b4fd0951cce5852d1d72761b
892026-05-30T04:02:59.831ZHEAD is now at 24b470b Update Rust crate zerocopy to v0.8.50
902026-05-30T04:02:59.834Zprocess exited: duration 1113 ms, exit code 0
 
912026-05-30T04:02:59.841Zstarting task 4: "build"
922026-05-30T04:02:59.844Z+ source .github/buildomat/common.sh
932026-05-30T04:02:59.847Z++ rustup show active-toolchain
942026-05-30T04:02:59.851Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-30T04:02:59.851Z++ pushd xde
962026-05-30T04:02:59.851Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-05-30T04:02:59.851Z++ rustup show active-toolchain
982026-05-30T04:02:59.855Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-30T04:02:59.995Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-30T04:02:59.999Zinfo: downloading 6 components
1012026-05-30T04:03:15.184Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-30T04:03:15.270Z+++ rustup show active-toolchain -v
1032026-05-30T04:03:15.273Z+++ head -n 1
1042026-05-30T04:03:15.273Z+++ cut '-d ' -f1
1052026-05-30T04:03:15.322Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-30T04:03:15.322Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-30T04:03:15.322Z++ popd
1082026-05-30T04:03:15.325Z/work/oxidecomputer/opte
1092026-05-30T04:03:15.325Z+ cargo --version
1102026-05-30T04:03:15.333Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1112026-05-30T04:03:15.336Z+ rustc --version
1122026-05-30T04:03:15.354Zrustc 1.95.0 (59807616e 2026-04-14)
1132026-05-30T04:03:15.357Z+ cd lib/oxide-vpc
1142026-05-30T04:03:15.357Z+ header 'check style'
1152026-05-30T04:03:15.357Z+ echo '# ==== check style ==== #'
1162026-05-30T04:03:15.357Z# ==== check style ==== #
1172026-05-30T04:03:15.357Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1182026-05-30T04:03:15.501Z
1192026-05-30T04:03:15.502Zreal 0.131086059
1202026-05-30T04:03:15.502Zuser 0.086827624
1212026-05-30T04:03:15.502Zsys 0.041117419
1222026-05-30T04:03:15.502Ztrap 0.000004380
1232026-05-30T04:03:15.502Ztflt 0.000026100
1242026-05-30T04:03:15.505Zdflt 0.000013390
1252026-05-30T04:03:15.505Zkflt 0.000000800
1262026-05-30T04:03:15.505Zlock 0.031913864
1272026-05-30T04:03:15.505Zslp 0.102579395
1282026-05-30T04:03:15.505Zlat 0.000849680
1292026-05-30T04:03:15.505Zstop 0.000100890
1302026-05-30T04:03:15.505Z+ header 'check docs'
1312026-05-30T04:03:15.505Z+ echo '# ==== check docs ==== #'
1322026-05-30T04:03:15.505Z# ==== check docs ==== #
1332026-05-30T04:03:15.505Z+ RUSTDOCFLAGS='-D warnings'
1342026-05-30T04:03:15.505Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-05-30T04:03:15.570Z Updating crates.io index
1362026-05-30T04:03:15.608Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-05-30T04:03:16.590Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-05-30T04:03:17.033Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-05-30T04:03:17.360Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-05-30T04:03:17.684Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-05-30T04:03:18.113Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-05-30T04:03:18.378Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-05-30T04:03:20.212Z Downloading crates ...
1442026-05-30T04:03:20.271Z Downloaded crc32fast v1.5.0
1452026-05-30T04:03:20.278Z Downloaded defmt v1.0.1
1462026-05-30T04:03:20.281Z Downloaded hash32 v0.3.1
1472026-05-30T04:03:20.284Z Downloaded thiserror v2.0.18
1482026-05-30T04:03:20.287Z Downloaded dtrace-parser v0.3.0
1492026-05-30T04:03:20.287Z Downloaded darling v0.23.0
1502026-05-30T04:03:20.291Z Downloaded serde_derive v1.0.228
1512026-05-30T04:03:20.294Z Downloaded proc-macro-error-attr2 v2.0.0
1522026-05-30T04:03:20.297Z Downloaded usdt-impl v0.6.0
1532026-05-30T04:03:20.310Z Downloaded typenum v1.20.0
1542026-05-30T04:03:20.337Z Downloaded cobs v0.3.0
1552026-05-30T04:03:20.342Z Downloaded darling_macro v0.21.3
1562026-05-30T04:03:20.345Z Downloaded cfg-if v1.0.4
1572026-05-30T04:03:20.348Z Downloaded dof v0.4.0
1582026-05-30T04:03:20.351Z Downloaded crypto-common v0.1.7
1592026-05-30T04:03:20.356Z Downloaded scroll_derive v0.13.1
1602026-05-30T04:03:20.359Z Downloaded pretty-hex v0.4.2
1612026-05-30T04:03:20.359Z Downloaded itoa v1.0.18
1622026-05-30T04:03:20.359Z Downloaded tabwriter v1.4.1
1632026-05-30T04:03:20.359Z Downloaded fnv v1.0.7
1642026-05-30T04:03:20.363Z Downloaded defmt v0.3.100
1652026-05-30T04:03:20.366Z Downloaded usdt v0.6.0
1662026-05-30T04:03:20.373Z Downloaded defmt-parser v1.0.0
1672026-05-30T04:03:20.376Z Downloaded usdt-macro v0.6.0
1682026-05-30T04:03:20.378Z Downloaded thread-id v5.1.0
1692026-05-30T04:03:20.381Z Downloaded ingot v0.1.1
1702026-05-30T04:03:20.381Z Downloaded either v1.15.0
1712026-05-30T04:03:20.386Z Downloaded ident_case v1.0.1
1722026-05-30T04:03:20.390Z Downloaded darling_macro v0.23.0
1732026-05-30T04:03:20.390Z Downloaded ref-cast-impl v1.0.25
1742026-05-30T04:03:20.393Z Downloaded version_check v0.9.5
1752026-05-30T04:03:20.393Z Downloaded ref-cast v1.0.25
1762026-05-30T04:03:20.396Z Downloaded usdt-attr-macro v0.6.0
1772026-05-30T04:03:20.400Z Downloaded serde_tokenstream v0.2.3
1782026-05-30T04:03:20.410Z Downloaded defmt-macros v1.0.1
1792026-05-30T04:03:20.413Z Downloaded memmap2 v0.9.10
1802026-05-30T04:03:20.416Z Downloaded pest_derive v2.8.6
1812026-05-30T04:03:20.420Z Downloaded block-buffer v0.10.4
1822026-05-30T04:03:20.420Z Downloaded scroll v0.13.0
1832026-05-30T04:03:20.420Z Downloaded ingot-types v0.1.2
1842026-05-30T04:03:20.435Z Downloaded ucd-trie v0.1.7
1852026-05-30T04:03:20.438Z Downloaded bitflags v2.11.1
1862026-05-30T04:03:20.441Z Downloaded darling_core v0.23.0
1872026-05-30T04:03:20.441Z Downloaded darling_core v0.21.3
1882026-05-30T04:03:20.444Z Downloaded unicode-ident v1.0.24
1892026-05-30T04:03:20.447Z Downloaded byteorder v1.5.0
1902026-05-30T04:03:20.447Z Downloaded sha2 v0.10.9
1912026-05-30T04:03:20.450Z Downloaded postcard v1.1.3
1922026-05-30T04:03:20.450Z Downloaded uuid v1.23.1
1932026-05-30T04:03:20.460Z Downloaded embedded-io v0.4.0
1942026-05-30T04:03:20.464Z Downloaded dyn-clone v1.0.20
1952026-05-30T04:03:20.464Z Downloaded plain v0.2.3
1962026-05-30T04:03:20.467Z Downloaded generic-array v0.14.7
1972026-05-30T04:03:20.470Z Downloaded macaddr v1.0.1
1982026-05-30T04:03:20.474Z Downloaded strsim v0.11.1
1992026-05-30T04:03:20.475Z Downloaded stable_deref_trait v1.2.1
2002026-05-30T04:03:20.477Z Downloaded managed v0.8.0
2012026-05-30T04:03:20.478Z Downloaded cpufeatures v0.2.17
2022026-05-30T04:03:20.481Z Downloaded proc-macro2 v1.0.106
2032026-05-30T04:03:20.484Z Downloaded pest_meta v2.8.6
2042026-05-30T04:03:20.487Z Downloaded heapless v0.8.0
2052026-05-30T04:03:20.490Z Downloaded log v0.4.29
2062026-05-30T04:03:20.494Z Downloaded proc-macro-error2 v2.0.1
2072026-05-30T04:03:20.497Z Downloaded zmij v1.0.21
2082026-05-30T04:03:20.497Z Downloaded ipnetwork v0.21.1
2092026-05-30T04:03:20.501Z Downloaded thiserror-impl v2.0.18
2102026-05-30T04:03:20.504Z Downloaded memchr v2.8.0
2112026-05-30T04:03:20.507Z Downloaded bitflags v1.3.2
2122026-05-30T04:03:20.507Z Downloaded quote v1.0.45
2132026-05-30T04:03:20.514Z Downloaded ingot-macros v0.1.1
2142026-05-30T04:03:20.517Z Downloaded digest v0.10.7
2152026-05-30T04:03:20.520Z Downloaded serde v1.0.228
2162026-05-30T04:03:20.520Z Downloaded embedded-io v0.6.1
2172026-05-30T04:03:20.523Z Downloaded darling v0.21.3
2182026-05-30T04:03:20.534Z Downloaded serde_core v1.0.228
2192026-05-30T04:03:20.537Z Downloaded pest_generator v2.8.6
2202026-05-30T04:03:20.553Z Downloaded pest v2.8.6
2212026-05-30T04:03:20.556Z Downloaded libc v0.2.186
2222026-05-30T04:03:20.581Z Downloaded zerocopy-derive v0.8.50
2232026-05-30T04:03:20.588Z Downloaded serde_json v1.0.149
2242026-05-30T04:03:20.602Z Downloaded aho-corasick v1.1.4
2252026-05-30T04:03:20.608Z Downloaded regex v1.12.3
2262026-05-30T04:03:20.612Z Downloaded itertools v0.14.0
2272026-05-30T04:03:20.630Z Downloaded goblin v0.10.5
2282026-05-30T04:03:20.644Z Downloaded smoltcp v0.11.0
2292026-05-30T04:03:20.651Z Downloaded syn v2.0.117
2302026-05-30T04:03:20.657Z Downloaded zerocopy v0.8.50
2312026-05-30T04:03:20.668Z Downloaded unicode-width v0.2.2
2322026-05-30T04:03:20.671Z Downloaded regex-syntax v0.8.10
2332026-05-30T04:03:20.682Z Downloaded regex-automata v0.4.14
2342026-05-30T04:03:20.734Z Compiling proc-macro2 v1.0.106
2352026-05-30T04:03:20.734Z Compiling quote v1.0.45
2362026-05-30T04:03:20.734Z Compiling unicode-ident v1.0.24
2372026-05-30T04:03:20.737Z Compiling ident_case v1.0.1
2382026-05-30T04:03:20.737Z Documenting unicode-ident v1.0.24
2392026-05-30T04:03:20.737Z Compiling strsim v0.11.1
2402026-05-30T04:03:20.737Z Compiling serde_core v1.0.228
2412026-05-30T04:03:20.889Z Compiling fnv v1.0.7
2422026-05-30T04:03:20.907Z Compiling memchr v2.8.0
2432026-05-30T04:03:20.910Z Compiling zerocopy v0.8.50
2442026-05-30T04:03:20.971Z Compiling serde v1.0.228
2452026-05-30T04:03:21.116Z Compiling regex-syntax v0.8.10
2462026-05-30T04:03:21.280Z Compiling thiserror v2.0.18
2472026-05-30T04:03:21.320Z Compiling aho-corasick v1.1.4
2482026-05-30T04:03:21.323Z Compiling either v1.15.0
2492026-05-30T04:03:21.474Z Documenting proc-macro2 v1.0.106
2502026-05-30T04:03:21.757Z Checking byteorder v1.5.0
2512026-05-30T04:03:21.892Z Compiling itertools v0.14.0
2522026-05-30T04:03:21.927Z Compiling syn v2.0.117
2532026-05-30T04:03:22.052Z Documenting quote v1.0.45
2542026-05-30T04:03:22.562Z Documenting syn v2.0.117
2552026-05-30T04:03:22.653Z Compiling regex-automata v0.4.14
2562026-05-30T04:03:22.763Z Compiling heapless v0.8.0
2572026-05-30T04:03:23.144Z Checking bitflags v2.11.1
2582026-05-30T04:03:23.191Z Checking hash32 v0.3.1
2592026-05-30T04:03:23.225Z Documenting serde_core v1.0.228
2602026-05-30T04:03:23.293Z Checking macaddr v1.0.1
2612026-05-30T04:03:23.296Z Checking stable_deref_trait v1.2.1
2622026-05-30T04:03:23.360Z Checking cfg-if v1.0.4
2632026-05-30T04:03:23.418Z Documenting memchr v2.8.0
2642026-05-30T04:03:23.429Z Documenting regex-syntax v0.8.10
2652026-05-30T04:03:24.007Z Compiling smoltcp v0.11.0
2662026-05-30T04:03:24.037Z Documenting aho-corasick v1.1.4
2672026-05-30T04:03:24.354Z Compiling darling_core v0.21.3
2682026-05-30T04:03:24.467Z Compiling regex v1.12.3
2692026-05-30T04:03:24.512Z Compiling darling_core v0.23.0
2702026-05-30T04:03:24.898Z Documenting regex-automata v0.4.14
2712026-05-30T04:03:25.161Z Checking bitflags v1.3.2
2722026-05-30T04:03:25.223Z Checking managed v0.8.0
2732026-05-30T04:03:25.390Z Documenting serde_derive v1.0.228
2742026-05-30T04:03:25.479Z Compiling zerocopy-derive v0.8.50
2752026-05-30T04:03:25.704Z Compiling serde_derive v1.0.228
2762026-05-30T04:03:25.771Z Compiling thiserror-impl v2.0.18
2772026-05-30T04:03:26.231Z Documenting regex v1.12.3
2782026-05-30T04:03:26.418Z Documenting thiserror-impl v2.0.18
2792026-05-30T04:03:26.449Z Compiling darling_macro v0.21.3
2802026-05-30T04:03:26.489Z Documenting zerocopy-derive v0.8.50
2812026-05-30T04:03:26.599Z Compiling darling_macro v0.23.0
2822026-05-30T04:03:27.025Z Compiling darling v0.21.3
2832026-05-30T04:03:27.122Z Compiling ingot-macros v0.1.1
2842026-05-30T04:03:27.137Z Checking cobs v0.3.0
2852026-05-30T04:03:27.182Z Compiling crc32fast v1.5.0
2862026-05-30T04:03:27.243Z Documenting byteorder v1.5.0
2872026-05-30T04:03:27.263Z Compiling ref-cast v1.0.25
2882026-05-30T04:03:27.319Z Documenting thiserror v2.0.18
2892026-05-30T04:03:27.486Z Documenting zerocopy v0.8.50
2902026-05-30T04:03:27.516Z Documenting ingot-macros v0.1.1
2912026-05-30T04:03:27.628Z Compiling ref-cast-impl v1.0.25
2922026-05-30T04:03:27.790Z Documenting hash32 v0.3.1
2932026-05-30T04:03:28.235Z Documenting bitflags v2.11.1
2942026-05-30T04:03:28.303Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2952026-05-30T04:03:28.550Z Documenting serde v1.0.228
2962026-05-30T04:03:28.701Z Documenting stable_deref_trait v1.2.1
2972026-05-30T04:03:28.818Z Checking postcard v1.1.3
2982026-05-30T04:03:28.998Z Checking ipnetwork v0.21.1
2992026-05-30T04:03:29.092Z Documenting cfg-if v1.0.4
3002026-05-30T04:03:29.121Z Checking unicode-width v0.2.2
3012026-05-30T04:03:29.167Z Documenting macaddr v1.0.1
3022026-05-30T04:03:29.199Z Compiling version_check v0.9.5
3032026-05-30T04:03:29.373Z Documenting heapless v0.8.0
3042026-05-30T04:03:29.482Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3052026-05-30T04:03:29.584Z Documenting cobs v0.3.0
3062026-05-30T04:03:29.704Z Compiling darling v0.23.0
3072026-05-30T04:03:29.759Z Documenting managed v0.8.0
3082026-05-30T04:03:29.790Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3092026-05-30T04:03:29.812Z Checking ingot-types v0.1.2
3102026-05-30T04:03:30.159Z Checking ingot v0.1.1
3112026-05-30T04:03:30.208Z Checking tabwriter v1.4.1
3122026-05-30T04:03:30.344Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3132026-05-30T04:03:30.686Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3142026-05-30T04:03:30.701Z Documenting postcard v1.1.3
3152026-05-30T04:03:30.704Z Documenting ref-cast-impl v1.0.25
3162026-05-30T04:03:30.714Z Documenting ingot-types v0.1.2
3172026-05-30T04:03:30.939Z Documenting smoltcp v0.11.0
3182026-05-30T04:03:30.990Z Documenting unicode-width v0.2.2
3192026-05-30T04:03:31.192Z Checking dyn-clone v1.0.20
3202026-05-30T04:03:31.251Z Documenting either v1.15.0
3212026-05-30T04:03:31.287Z Documenting ipnetwork v0.21.1
3222026-05-30T04:03:31.449Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3232026-05-30T04:03:31.679Z Documenting ref-cast v1.0.25
3242026-05-30T04:03:31.716Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3252026-05-30T04:03:31.969Z Documenting ingot v0.1.1
3262026-05-30T04:03:32.161Z Documenting tabwriter v1.4.1
3272026-05-30T04:03:32.407Z Documenting itertools v0.14.0
3282026-05-30T04:03:32.589Z Documenting crc32fast v1.5.0
3292026-05-30T04:03:32.781Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3302026-05-30T04:03:33.011Z Documenting dyn-clone v1.0.20
3312026-05-30T04:03:33.544Z Documenting uuid v1.23.1
3322026-05-30T04:03:33.845Z Checking uuid v1.23.1
3332026-05-30T04:03:34.084Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3342026-05-30T04:03:34.106Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3352026-05-30T04:03:34.899Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3362026-05-30T04:03:36.529Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3372026-05-30T04:03:38.819Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3382026-05-30T04:03:40.368Z Finished `dev` profile [optimized + debuginfo] target(s) in 24.85s
3392026-05-30T04:03:40.456Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3402026-05-30T04:03:40.477Z
3412026-05-30T04:03:40.482Zreal 24.954209404
3422026-05-30T04:03:40.482Zuser 1:21.497765915
3432026-05-30T04:03:40.482Zsys 16.817628973
3442026-05-30T04:03:40.482Ztrap 0.046471167
3452026-05-30T04:03:40.482Ztflt 0.104195815
3462026-05-30T04:03:40.482Zdflt 0.136960630
3472026-05-30T04:03:40.482Zkflt 0.005514143
3482026-05-30T04:03:40.482Zlock 8:03.420304919
3492026-05-30T04:03:40.483Zslp 4:46.003116425
3502026-05-30T04:03:40.483Zlat 6.526687431
3512026-05-30T04:03:40.483Zstop 9.496682847
3522026-05-30T04:03:40.483Z+ header 'analyze std + api + usdt'
3532026-05-30T04:03:40.483Z+ echo '# ==== analyze std + api + usdt ==== #'
3542026-05-30T04:03:40.483Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3552026-05-30T04:03:40.483Z# ==== analyze std + api + usdt ==== #
3562026-05-30T04:03:40.667Z Downloading crates ...
3572026-05-30T04:03:40.726Z Downloaded slab v0.4.12
3582026-05-30T04:03:40.732Z Downloaded futures-channel v0.3.32
3592026-05-30T04:03:40.736Z Downloaded ctor v0.10.1
3602026-05-30T04:03:40.739Z Downloaded futures-io v0.3.32
3612026-05-30T04:03:40.739Z Downloaded anyhow v1.0.102
3622026-05-30T04:03:40.743Z Downloaded futures-task v0.3.32
3632026-05-30T04:03:40.743Z Downloaded pin-project-lite v0.2.17
3642026-05-30T04:03:40.747Z Downloaded rusticata-macros v5.0.0
3652026-05-30T04:03:40.747Z Downloaded cookie-factory v0.3.3
3662026-05-30T04:03:40.753Z Downloaded ctor-proc-macro v0.0.13
3672026-05-30T04:03:40.756Z Downloaded futures-sink v0.3.32
3682026-05-30T04:03:40.760Z Downloaded futures-macro v0.3.32
3692026-05-30T04:03:40.760Z Downloaded dtor-proc-macro v0.0.13
3702026-05-30T04:03:40.760Z Downloaded typeid v1.0.3
3712026-05-30T04:03:40.760Z Downloaded circular v0.3.0
3722026-05-30T04:03:40.763Z Downloaded dtor v0.8.1
3732026-05-30T04:03:40.763Z Downloaded link-section v0.2.1
3742026-05-30T04:03:40.763Z Downloaded futures-executor v0.3.32
3752026-05-30T04:03:40.766Z Downloaded futures-core v0.3.32
3762026-05-30T04:03:40.766Z Downloaded once_cell v1.21.4
3772026-05-30T04:03:40.771Z Downloaded futures v0.3.32
3782026-05-30T04:03:40.782Z Downloaded ron v0.12.1
3792026-05-30T04:03:40.786Z Downloaded futures-util v0.3.32
3802026-05-30T04:03:40.793Z Downloaded nom v8.0.0
3812026-05-30T04:03:40.796Z Downloaded pcap-parser v0.17.0
3822026-05-30T04:03:40.846Z Compiling proc-macro2 v1.0.106
3832026-05-30T04:03:40.846Z Compiling quote v1.0.45
3842026-05-30T04:03:40.846Z Compiling unicode-ident v1.0.24
3852026-05-30T04:03:40.847Z Compiling memchr v2.8.0
3862026-05-30T04:03:40.851Z Compiling thiserror v2.0.18
3872026-05-30T04:03:40.851Z Compiling serde_core v1.0.228
3882026-05-30T04:03:40.851Z Compiling zerocopy v0.8.50
3892026-05-30T04:03:40.851Z Compiling zmij v1.0.21
3902026-05-30T04:03:41.214Z Compiling libc v0.2.186
3912026-05-30T04:03:41.235Z Compiling ident_case v1.0.1
3922026-05-30T04:03:41.246Z Compiling ucd-trie v0.1.7
3932026-05-30T04:03:41.288Z Compiling strsim v0.11.1
3942026-05-30T04:03:41.348Z Compiling serde_json v1.0.149
3952026-05-30T04:03:41.407Z Compiling pest v2.8.6
3962026-05-30T04:03:41.460Z Compiling serde v1.0.228
3972026-05-30T04:03:41.789Z Compiling fnv v1.0.7
3982026-05-30T04:03:41.885Z Compiling aho-corasick v1.1.4
3992026-05-30T04:03:41.910Z Checking byteorder v1.5.0
4002026-05-30T04:03:42.094Z Compiling regex-syntax v0.8.10
4012026-05-30T04:03:42.123Z Compiling syn v2.0.117
4022026-05-30T04:03:42.186Z Compiling itoa v1.0.18
4032026-05-30T04:03:42.549Z Compiling pest_meta v2.8.6
4042026-05-30T04:03:42.678Z Compiling usdt-impl v0.6.0
4052026-05-30T04:03:42.721Z Compiling either v1.15.0
4062026-05-30T04:03:42.817Z Checking bitflags v2.11.1
4072026-05-30T04:03:42.919Z Compiling itertools v0.14.0
4082026-05-30T04:03:43.178Z Compiling thread-id v5.1.0
4092026-05-30T04:03:43.289Z Checking futures-core v0.3.32
4102026-05-30T04:03:43.313Z Checking log v0.4.29
4112026-05-30T04:03:43.407Z Checking futures-sink v0.3.32
4122026-05-30T04:03:43.455Z Checking plain v0.2.3
4132026-05-30T04:03:43.546Z Compiling regex-automata v0.4.14
4142026-05-30T04:03:43.735Z Compiling heapless v0.8.0
4152026-05-30T04:03:44.144Z Checking futures-channel v0.3.32
4162026-05-30T04:03:44.197Z Checking hash32 v0.3.1
4172026-05-30T04:03:44.314Z Compiling smoltcp v0.11.0
4182026-05-30T04:03:44.321Z Checking cfg-if v1.0.4
4192026-05-30T04:03:44.376Z Checking stable_deref_trait v1.2.1
4202026-05-30T04:03:44.403Z Checking futures-task v0.3.32
4212026-05-30T04:03:44.438Z Checking macaddr v1.0.1
4222026-05-30T04:03:44.506Z Compiling pest_generator v2.8.6
4232026-05-30T04:03:44.532Z Compiling darling_core v0.21.3
4242026-05-30T04:03:44.563Z Compiling darling_core v0.23.0
4252026-05-30T04:03:44.570Z Checking pretty-hex v0.4.2
4262026-05-30T04:03:44.650Z Checking futures-io v0.3.32
4272026-05-30T04:03:44.673Z Checking pin-project-lite v0.2.17
4282026-05-30T04:03:44.755Z Checking slab v0.4.12
4292026-05-30T04:03:44.973Z Compiling ref-cast v1.0.25
4302026-05-30T04:03:45.105Z Compiling version_check v0.9.5
4312026-05-30T04:03:45.130Z Compiling crc32fast v1.5.0
4322026-05-30T04:03:45.290Z Compiling regex v1.12.3
4332026-05-30T04:03:45.374Z Checking managed v0.8.0
4342026-05-30T04:03:45.422Z Checking bitflags v1.3.2
4352026-05-30T04:03:45.518Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4362026-05-30T04:03:45.694Z Compiling serde_derive v1.0.228
4372026-05-30T04:03:45.718Z Compiling thiserror-impl v2.0.18
4382026-05-30T04:03:45.776Z Compiling zerocopy-derive v0.8.50
4392026-05-30T04:03:46.064Z Compiling pest_derive v2.8.6
4402026-05-30T04:03:46.575Z Compiling scroll_derive v0.13.1
4412026-05-30T04:03:46.596Z Compiling darling_macro v0.21.3
4422026-05-30T04:03:46.633Z Compiling futures-macro v0.3.32
4432026-05-30T04:03:46.719Z Compiling darling_macro v0.23.0
4442026-05-30T04:03:46.851Z Compiling ref-cast-impl v1.0.25
4452026-05-30T04:03:47.155Z Compiling dtrace-parser v0.3.0
4462026-05-30T04:03:47.194Z Compiling darling v0.21.3
4472026-05-30T04:03:47.319Z Compiling ingot-macros v0.1.1
4482026-05-30T04:03:47.415Z Checking scroll v0.13.0
4492026-05-30T04:03:47.447Z Checking cobs v0.3.0
4502026-05-30T04:03:47.472Z Checking futures-util v0.3.32
4512026-05-30T04:03:47.632Z Checking goblin v0.10.5
4522026-05-30T04:03:47.766Z Compiling darling v0.23.0
4532026-05-30T04:03:47.824Z Checking memmap2 v0.9.10
4542026-05-30T04:03:47.839Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4552026-05-30T04:03:47.981Z Checking ipnetwork v0.21.1
4562026-05-30T04:03:48.123Z Checking unicode-width v0.2.2
4572026-05-30T04:03:48.715Z Checking postcard v1.1.3
4582026-05-30T04:03:48.836Z Compiling serde_tokenstream v0.2.3
4592026-05-30T04:03:48.992Z Checking tabwriter v1.4.1
4602026-05-30T04:03:49.043Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4612026-05-30T04:03:49.163Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4622026-05-30T04:03:49.318Z Checking nom v8.0.0
4632026-05-30T04:03:49.348Z Checking futures-executor v0.3.32
4642026-05-30T04:03:49.489Z Checking futures v0.3.32
4652026-05-30T04:03:49.556Z Checking dyn-clone v1.0.20
4662026-05-30T04:03:49.652Z Compiling anyhow v1.0.102
4672026-05-30T04:03:49.746Z Compiling typeid v1.0.3
4682026-05-30T04:03:49.752Z Checking cookie-factory v0.3.3
4692026-05-30T04:03:49.918Z Checking uuid v1.23.1
4702026-05-30T04:03:49.937Z Checking ingot-types v0.1.2
4712026-05-30T04:03:49.974Z Compiling dof v0.4.0
4722026-05-30T04:03:50.075Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4732026-05-30T04:03:50.164Z Compiling dtor-proc-macro v0.0.13
4742026-05-30T04:03:50.176Z Checking circular v0.3.0
4752026-05-30T04:03:50.271Z Checking ingot v0.1.1
4762026-05-30T04:03:50.281Z Checking once_cell v1.21.4
4772026-05-30T04:03:50.285Z Checking link-section v0.2.1
4782026-05-30T04:03:50.380Z Compiling ctor-proc-macro v0.0.13
4792026-05-30T04:03:50.404Z Checking ron v0.12.1
4802026-05-30T04:03:50.509Z Checking dtor v0.8.1
4812026-05-30T04:03:50.707Z Checking ctor v0.10.1
4822026-05-30T04:03:50.921Z Compiling usdt-attr-macro v0.6.0
4832026-05-30T04:03:50.924Z Compiling usdt-macro v0.6.0
4842026-05-30T04:03:51.227Z Checking rusticata-macros v5.0.0
4852026-05-30T04:03:51.349Z Checking pcap-parser v0.17.0
4862026-05-30T04:03:51.540Z Checking usdt v0.6.0
4872026-05-30T04:03:51.758Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4882026-05-30T04:03:56.187Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4892026-05-30T04:03:57.839Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4902026-05-30T04:04:00.160Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.63s
4912026-05-30T04:04:00.193Z
4922026-05-30T04:04:00.196Zreal 19.710121194
4932026-05-30T04:04:00.196Zuser 1:12.936141475
4942026-05-30T04:04:00.196Zsys 15.579198075
4952026-05-30T04:04:00.196Ztrap 0.038421105
4962026-05-30T04:04:00.196Ztflt 0.095001363
4972026-05-30T04:04:00.196Zdflt 0.127140670
4982026-05-30T04:04:00.196Zkflt 0.000035750
4992026-05-30T04:04:00.196Zlock 4:00.710940052
5002026-05-30T04:04:00.196Zslp 3:54.324857669
5012026-05-30T04:04:00.196Zlat 4.330205175
5022026-05-30T04:04:00.196Zstop 7.968972429
5032026-05-30T04:04:00.196Z+ header 'analyze no_std + engine + kernel'
5042026-05-30T04:04:00.196Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
5052026-05-30T04:04:00.196Z# ==== analyze no_std + engine + kernel ==== #
5062026-05-30T04:04:00.196Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5072026-05-30T04:04:00.373Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5082026-05-30T04:04:00.376Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5092026-05-30T04:04:00.393Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5102026-05-30T04:04:00.396Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5112026-05-30T04:04:00.641Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5122026-05-30T04:04:04.887Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5132026-05-30T04:04:06.434Z Finished `dev` profile [optimized + debuginfo] target(s) in 6.19s
5142026-05-30T04:04:06.461Z
5152026-05-30T04:04:06.464Zreal 6.262238126
5162026-05-30T04:04:06.464Zuser 6.498156736
5172026-05-30T04:04:06.464Zsys 0.999943556
5182026-05-30T04:04:06.464Ztrap 0.000756490
5192026-05-30T04:04:06.464Ztflt 0.010073584
5202026-05-30T04:04:06.464Zdflt 0.003595180
5212026-05-30T04:04:06.464Zkflt 0.000000000
5222026-05-30T04:04:06.464Zlock 21.879235511
5232026-05-30T04:04:06.464Zslp 22.708110484
5242026-05-30T04:04:06.464Zlat 0.020923977
5252026-05-30T04:04:06.464Zstop 0.218285775
5262026-05-30T04:04:06.464Z+ header test
5272026-05-30T04:04:06.464Z+ echo '# ==== test ==== #'
5282026-05-30T04:04:06.465Z# ==== test ==== #
5292026-05-30T04:04:06.465Z+ ptime -m cargo test
5302026-05-30T04:04:06.621Z Compiling memchr v2.8.0
5312026-05-30T04:04:06.624Z Compiling serde_core v1.0.228
5322026-05-30T04:04:06.646Z Compiling thiserror v2.0.18
5332026-05-30T04:04:06.649Z Compiling zerocopy v0.8.50
5342026-05-30T04:04:06.652Z Compiling unicode-ident v1.0.24
5352026-05-30T04:04:06.652Z Compiling byteorder v1.5.0
5362026-05-30T04:04:06.655Z Compiling zmij v1.0.21
5372026-05-30T04:04:06.658Z Compiling libc v0.2.186
5382026-05-30T04:04:06.728Z Compiling proc-macro2 v1.0.106
5392026-05-30T04:04:06.775Z Compiling scroll v0.13.0
5402026-05-30T04:04:06.888Z Compiling futures-core v0.3.32
5412026-05-30T04:04:07.000Z Compiling itoa v1.0.18
5422026-05-30T04:04:07.032Z Compiling ucd-trie v0.1.7
5432026-05-30T04:04:07.047Z Compiling futures-sink v0.3.32
5442026-05-30T04:04:07.047Z Compiling log v0.4.29
5452026-05-30T04:04:07.139Z Compiling plain v0.2.3
5462026-05-30T04:04:07.238Z Compiling goblin v0.10.5
5472026-05-30T04:04:07.255Z Compiling pest v2.8.6
5482026-05-30T04:04:07.274Z Compiling futures-channel v0.3.32
5492026-05-30T04:04:07.510Z Compiling quote v1.0.45
5502026-05-30T04:04:07.747Z Compiling hash32 v0.3.1
5512026-05-30T04:04:07.908Z Compiling futures-task v0.3.32
5522026-05-30T04:04:08.096Z Compiling pin-project-lite v0.2.17
5532026-05-30T04:04:08.151Z Compiling stable_deref_trait v1.2.1
5542026-05-30T04:04:08.184Z Compiling cfg-if v1.0.4
5552026-05-30T04:04:08.217Z Compiling slab v0.4.12
5562026-05-30T04:04:08.221Z Compiling macaddr v1.0.1
5572026-05-30T04:04:08.243Z Compiling pretty-hex v0.4.2
5582026-05-30T04:04:08.369Z Compiling serde v1.0.228
5592026-05-30T04:04:08.390Z Compiling bitflags v2.11.1
5602026-05-30T04:04:08.463Z Compiling serde_json v1.0.149
5612026-05-30T04:04:08.604Z Compiling futures-io v0.3.32
5622026-05-30T04:04:08.788Z Compiling futures-util v0.3.32
5632026-05-30T04:04:08.801Z Compiling dtrace-parser v0.3.0
5642026-05-30T04:04:08.958Z Compiling heapless v0.8.0
5652026-05-30T04:04:08.997Z Compiling syn v2.0.117
5662026-05-30T04:04:09.396Z Compiling thread-id v5.1.0
5672026-05-30T04:04:09.471Z Compiling ingot-types v0.1.2
5682026-05-30T04:04:09.520Z Compiling cobs v0.3.0
5692026-05-30T04:04:09.614Z Compiling managed v0.8.0
5702026-05-30T04:04:09.788Z Compiling bitflags v1.3.2
5712026-05-30T04:04:09.831Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5722026-05-30T04:04:09.852Z Compiling smoltcp v0.11.0
5732026-05-30T04:04:09.870Z Compiling ingot v0.1.1
5742026-05-30T04:04:10.074Z Compiling dof v0.4.0
5752026-05-30T04:04:11.494Z Compiling usdt-impl v0.6.0
5762026-05-30T04:04:11.591Z Compiling futures-executor v0.3.32
5772026-05-30T04:04:12.095Z Compiling postcard v1.1.3
5782026-05-30T04:04:12.215Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5792026-05-30T04:04:12.384Z Compiling memmap2 v0.9.10
5802026-05-30T04:04:12.463Z Compiling unicode-width v0.2.2
5812026-05-30T04:04:12.680Z Compiling either v1.15.0
5822026-05-30T04:04:12.761Z Compiling ipnetwork v0.21.1
5832026-05-30T04:04:12.802Z Compiling tabwriter v1.4.1
5842026-05-30T04:04:12.853Z Compiling itertools v0.14.0
5852026-05-30T04:04:13.219Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5862026-05-30T04:04:13.328Z Compiling usdt v0.6.0
5872026-05-30T04:04:13.797Z Compiling ref-cast v1.0.25
5882026-05-30T04:04:13.895Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5892026-05-30T04:04:13.914Z Compiling futures v0.3.32
5902026-05-30T04:04:13.989Z Compiling crc32fast v1.5.0
5912026-05-30T04:04:13.999Z Compiling nom v8.0.0
5922026-05-30T04:04:14.066Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5932026-05-30T04:04:14.222Z Compiling dyn-clone v1.0.20
5942026-05-30T04:04:14.404Z Compiling cookie-factory v0.3.3
5952026-05-30T04:04:15.612Z Compiling uuid v1.23.1
5962026-05-30T04:04:15.632Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5972026-05-30T04:04:15.632Z Compiling circular v0.3.0
5982026-05-30T04:04:15.632Z Compiling dtor v0.8.1
5992026-05-30T04:04:15.632Z Compiling typeid v1.0.3
6002026-05-30T04:04:15.632Z Compiling anyhow v1.0.102
6012026-05-30T04:04:15.632Z Compiling link-section v0.2.1
6022026-05-30T04:04:15.632Z Compiling once_cell v1.21.4
6032026-05-30T04:04:15.632Z Compiling ctor v0.10.1
6042026-05-30T04:04:15.632Z Compiling ron v0.12.1
6052026-05-30T04:04:16.561Z Compiling rusticata-macros v5.0.0
6062026-05-30T04:04:16.919Z Compiling pcap-parser v0.17.0
6072026-05-30T04:04:21.562Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6082026-05-30T04:04:22.935Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6092026-05-30T04:05:00.235Z Finished `test` profile [optimized + debuginfo] target(s) in 53.76s
6102026-05-30T04:05:00.252Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-cae40edad1945742)
6112026-05-30T04:05:00.256Z
6122026-05-30T04:05:00.256Zrunning 15 tests
6132026-05-30T04:05:00.256Ztest api::tests::parse_bad_address ... ok
6142026-05-30T04:05:00.256Ztest api::tests::parse_good_address ... ok
6152026-05-30T04:05:00.256Ztest api::tests::parse_good_proto_filter ... ok
6162026-05-30T04:05:00.256Ztest api::tests::ports_from_str_bad ... ok
6172026-05-30T04:05:00.256Ztest cfg::tests::test_required_nat_space ... ok
6182026-05-30T04:05:00.256Ztest api::tests::ports_from_str_good ... ok
6192026-05-30T04:05:00.256Ztest api::tests::parse_bad_proto_filter ... ok
6202026-05-30T04:05:00.257Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6212026-05-30T04:05:00.257Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6222026-05-30T04:05:00.257Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6232026-05-30T04:05:00.257Ztest engine::geneve::test::parse_multi_opt ... ok
6242026-05-30T04:05:00.257Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6252026-05-30T04:05:00.257Ztest engine::geneve::test::parse_single_opt ... ok
6262026-05-30T04:05:00.257Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6272026-05-30T04:05:00.261Ztest engine::firewall::tests::port_predicate_simplification ... ok
6282026-05-30T04:05:00.261Z
6292026-05-30T04:05:00.261Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6302026-05-30T04:05:00.261Z
6312026-05-30T04:05:00.261Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-e240b36f15be4179)
6322026-05-30T04:05:00.261Z
6332026-05-30T04:05:00.261Zrunning 4 tests
6342026-05-30T04:05:00.261Ztest firewall_vni_outbound ... ok
6352026-05-30T04:05:00.262Ztest firewall_external_inbound ... ok
6362026-05-30T04:05:00.262Ztest firewall_vni_inbound ... ok
6372026-05-30T04:05:00.262Ztest firewall_replace_rules ... ok
6382026-05-30T04:05:00.262Z
6392026-05-30T04:05:00.262Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6402026-05-30T04:05:00.262Z
6412026-05-30T04:05:00.262Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-1d23c119435c1584)
6422026-05-30T04:05:00.265Z
6432026-05-30T04:05:00.266Zrunning 2 tests
6442026-05-30T04:05:00.266Ztest parse_in_regression ... ok
6452026-05-30T04:05:00.266Ztest parse_out_regression ... ok
6462026-05-30T04:05:00.266Z
6472026-05-30T04:05:00.266Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6482026-05-30T04:05:00.266Z
6492026-05-30T04:05:00.266Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-64c59a26875c3292)
6502026-05-30T04:05:00.266Z
6512026-05-30T04:05:00.266Zrunning 48 tests
6522026-05-30T04:05:00.266Ztest bad_ip_len ... ok
6532026-05-30T04:05:00.266Ztest check_layers ... ok
6542026-05-30T04:05:00.266Ztest add_remove_fw_rule ... ok
6552026-05-30T04:05:00.266Ztest external_attached_subnets_cannot_reach_internal ... ok
6562026-05-30T04:05:00.266Ztest arp_gateway ... ok
6572026-05-30T04:05:00.266Ztest anti_spoof ... ok
6582026-05-30T04:05:00.267Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6592026-05-30T04:05:00.267Ztest external_attached_subnets_dont_apply_nat ... ok
6602026-05-30T04:05:00.270Ztest gateway_icmp4_ping ... ok
6612026-05-30T04:05:00.271Ztest flow_expiration ... ok
6622026-05-30T04:05:00.271Ztest gateway_icmpv6_ping ... ok
6632026-05-30T04:05:00.271Ztest external_ip_epoch_affinity_preserved ... ok
6642026-05-30T04:05:00.271Ztest early_tcp_invalidation ... ok
6652026-05-30T04:05:00.271Ztest external_ip_reconfigurable ... ok
6662026-05-30T04:05:00.271Ztest gateway_router_advert_reply ... ok
6672026-05-30T04:05:00.271Ztest guest_to_guest_no_route ... ok
6682026-05-30T04:05:00.271Ztest guest_to_guest_diff_vpc_no_peer ... ok
6692026-05-30T04:05:00.271Ztest guest_to_internet_ipv4 ... ok
6702026-05-30T04:05:00.271Ztest guest_to_guest ... ok
6712026-05-30T04:05:00.271Ztest guest_to_internet_ipv6 ... ok
6722026-05-30T04:05:00.271Ztest icmp_inner_has_nat_applied ... ok
6732026-05-30T04:05:00.271Ztest inbound_ndp_dropped_at_gateway ... ok
6742026-05-30T04:05:00.272Ztest icmpv6_inner_has_nat_applied ... ok
6752026-05-30T04:05:00.272Ztest external_ip_receive_and_reply_on_all ... ok
6762026-05-30T04:05:00.272Ztest packet_body_pullup ... ok
6772026-05-30T04:05:00.272Ztest external_ip_balanced_over_floating_ips ... ok
6782026-05-30T04:05:00.272Ztest no_panic_on_flow_table_full ... ok
6792026-05-30T04:05:00.272Ztest outbound_ndp_dropped ... ok
6802026-05-30T04:05:00.272Ztest intra_subnet_routes_with_custom ... ok
6812026-05-30T04:05:00.272Ztest internal_attached_subnets ... ok
6822026-05-30T04:05:00.272Ztest port_transition_reset ... ok
6832026-05-30T04:05:00.272Ztest port_transition_running ... ok
6842026-05-30T04:05:00.272Ztest port_as_router_target ... ok
6852026-05-30T04:05:00.272Ztest port_transition_pause ... ok
6862026-05-30T04:05:00.272Ztest test_drop_on_unknown_critical_option ... ok
6872026-05-30T04:05:00.272Ztest tcp_invalidation_does_not_block_connection ... ok
6882026-05-30T04:05:00.272Ztest snat_icmp6_echo_rewrite ... ok
6892026-05-30T04:05:00.272Ztest snat_icmp4_echo_rewrite ... ok
6902026-05-30T04:05:00.272Ztest select_eip_conditioned_on_igw ... ok
6912026-05-30T04:05:00.273Ztest tcp_outbound ... ok
6922026-05-30T04:05:00.273Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6932026-05-30T04:05:00.273Ztest tcp_inbound ... ok
6942026-05-30T04:05:00.273Ztest test_ipv6_multicast_encapsulation ... ok
6952026-05-30T04:05:00.273Ztest test_tcp_multicast_denied ... ok
6962026-05-30T04:05:00.273Ztest test_gateway_neighbor_advert_reply ... ok
6972026-05-30T04:05:00.273Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
6982026-05-30T04:05:00.273Ztest uft_lft_invalidation_in ... ok
6992026-05-30T04:05:00.273Ztest uft_lft_invalidation_out ... ok
7002026-05-30T04:05:00.273Z
7012026-05-30T04:05:00.273Ztest result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7022026-05-30T04:05:00.273Z
7032026-05-30T04:05:00.273Z Doc-tests oxide_vpc
7042026-05-30T04:05:00.562Z
7052026-05-30T04:05:00.562Zrunning 0 tests
7062026-05-30T04:05:00.562Z
7072026-05-30T04:05:00.562Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7082026-05-30T04:05:00.562Z
7092026-05-30T04:05:00.588Z
7102026-05-30T04:05:00.592Zreal 54.115524926
7112026-05-30T04:05:00.592Zuser 3:14.707853335
7122026-05-30T04:05:00.592Zsys 11.808401393
7132026-05-30T04:05:00.593Ztrap 0.088944969
7142026-05-30T04:05:00.593Ztflt 0.273034305
7152026-05-30T04:05:00.593Zdflt 0.304812387
7162026-05-30T04:05:00.593Zkflt 0.000028750
7172026-05-30T04:05:00.593Zlock 12:31.101776571
7182026-05-30T04:05:00.593Zslp 6:30.980738388
7192026-05-30T04:05:00.593Zlat 7.567380550
7202026-05-30T04:05:00.593Zstop 5.048103055
7212026-05-30T04:05:00.593Zprocess exited: duration 120748 ms, exit code 0
 
7222026-05-30T04:05:00.600Zfound 0 output files