01KHT33WCCS0QZ6571T1QSAXE7: oxide-vpc

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

Buildomat Job: 01KHT34C7JJXFBPB34VFXHEX5Q

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-19T04:40:49.587Zjob assigned to worker 01KHT34F875Q2559XFFAE2P5HD [factory aws, i-09066230cd382a783] (queued for 1 m 17 s)
 
22026-02-19T04:40:58.199Zstarting task 0: "setup"
32026-02-19T04:40:58.204Z++ uname -s
42026-02-19T04:40:58.207Z+ kern=SunOS
52026-02-19T04:40:58.207Z+ build_user=build
62026-02-19T04:40:58.207Z+ build_uid=12345
72026-02-19T04:40:58.207Z+ work_dir=/work
82026-02-19T04:40:58.207Z+ input_dir=/input
92026-02-19T04:40:58.207Z+ [[ 0 == 12345 ]]
102026-02-19T04:40:58.207Z+ case "$kern" in
112026-02-19T04:40:58.207Z+ groupadd -g 12345 build
122026-02-19T04:40:58.210Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-19T04:41:00.217Z+ zfs create -o mountpoint=/work rpool/work
142026-02-19T04:41:00.338Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-19T04:41:00.341Z+ home_fs=zfs
162026-02-19T04:41:00.341Z+ [[ zfs == autofs ]]
172026-02-19T04:41:00.341Z+ mkdir -p /home/build
182026-02-19T04:41:00.344Z+ chown build:build /home/build /work
192026-02-19T04:41:02.344Z+ chmod 0700 /home/build /work
202026-02-19T04:41:02.347Zprocess exited: duration 4149 ms, exit code 0
 
212026-02-19T04:41:02.353Zstarting task 1: "rust-toolchain"
222026-02-19T04:41:02.358Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-02-19T04:41:02.358Z * rust toolchain channel = "1.90.0"
242026-02-19T04:41:02.358Z * rust toolchain profile = "default"
252026-02-19T04:41:02.358Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-02-19T04:41:02.358Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-19T04:41:02.358Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-19T04:41:02.361Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-19T04:41:02.361Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-02-19T04:41:02.501Zinfo: downloading installer
312026-02-19T04:41:04.206Zwarn: It looks like you have an existing installation of Rust at:
322026-02-19T04:41:04.206Zwarn: /opt/ooce/bin
332026-02-19T04:41:04.206Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-19T04:41:04.206Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-19T04:41:04.206Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-19T04:41:04.206Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-19T04:41:04.206Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-19T04:41:04.206Zerror: cannot install while Rust is installed
392026-02-19T04:41:04.206Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-19T04:41:04.220Zinfo: profile set to 'default'
412026-02-19T04:41:04.220Zinfo: default host triple is x86_64-unknown-illumos
422026-02-19T04:41:04.223Zinfo: syncing channel updates for '1.90.0-x86_64-unknown-illumos'
432026-02-19T04:41:04.407Zinfo: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14)
442026-02-19T04:41:04.407Zinfo: downloading component 'cargo'
452026-02-19T04:41:05.413Zinfo: downloading component 'clippy'
462026-02-19T04:41:05.867Zinfo: downloading component 'rust-docs'
472026-02-19T04:41:07.301Zinfo: downloading component 'rust-std'
482026-02-19T04:41:09.256Zinfo: downloading component 'rustc'
492026-02-19T04:41:16.556Zinfo: downloading component 'rustfmt'
502026-02-19T04:41:16.862Zinfo: installing component 'cargo'
512026-02-19T04:41:17.769Zinfo: installing component 'clippy'
522026-02-19T04:41:18.174Zinfo: installing component 'rust-docs'
532026-02-19T04:41:20.003Zinfo: installing component 'rust-std'
542026-02-19T04:41:21.883Zinfo: installing component 'rustc'
552026-02-19T04:41:28.506Zinfo: installing component 'rustfmt'
562026-02-19T04:41:28.842Zinfo: default toolchain set to '1.90.0-x86_64-unknown-illumos'
572026-02-19T04:41:28.842Z
582026-02-19T04:41:29.264Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
592026-02-19T04:41:29.264Z
602026-02-19T04:41:29.267Z
612026-02-19T04:41:29.267ZRust is installed now. Great!
622026-02-19T04:41:29.267Z
632026-02-19T04:41:29.267ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-19T04:41:29.267Zenvironment variable. This has not been done automatically.
652026-02-19T04:41:29.267Z
662026-02-19T04:41:29.267ZTo configure your current shell, you need to source
672026-02-19T04:41:29.267Zthe corresponding env file under $HOME/.cargo.
682026-02-19T04:41:29.267Z
692026-02-19T04:41:29.267ZThis is usually done by running one of the following (note the leading DOT):
702026-02-19T04:41:29.267Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-19T04:41:29.267Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-19T04:41:29.267Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-19T04:41:29.372Z+ rustup --version
742026-02-19T04:41:29.388Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-19T04:41:29.391Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-19T04:41:29.505Zinfo: The currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
772026-02-19T04:41:29.508Z+ cargo --version
782026-02-19T04:41:29.573Zcargo 1.90.0 (840b83a10 2025-07-30)
792026-02-19T04:41:29.576Z+ rustc --version
802026-02-19T04:41:29.648Zrustc 1.90.0 (1159e78c4 2025-09-14)
812026-02-19T04:41:29.651Zprocess exited: duration 27296 ms, exit code 0
 
822026-02-19T04:41:29.657Zstarting task 2: "authentication"
832026-02-19T04:41:29.679Zprocess exited: duration 21 ms, exit code 0
 
842026-02-19T04:41:29.686Zstarting task 3: "clone repository"
852026-02-19T04:41:29.691Z+ mkdir -p /work/oxidecomputer/opte
862026-02-19T04:41:29.694Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
872026-02-19T04:41:29.731ZCloning into '/work/oxidecomputer/opte'...
882026-02-19T04:41:30.616Z+ cd /work/oxidecomputer/opte
892026-02-19T04:41:30.616Z+ git fetch origin ac41d489be05ccd2dca1cd4dc129d68fd0001f5b
902026-02-19T04:41:30.867ZFrom https://github.com/oxidecomputer/opte
912026-02-19T04:41:30.867Z * branch ac41d489be05ccd2dca1cd4dc129d68fd0001f5b -> FETCH_HEAD
922026-02-19T04:41:30.875Z+ [[ -n renovate/toml-1.x-lockfile ]]
932026-02-19T04:41:30.878Z++ git branch --show-current
942026-02-19T04:41:30.881Z+ current=master
952026-02-19T04:41:30.881Z+ [[ master != renovate/toml-1.x-lockfile ]]
962026-02-19T04:41:30.881Z+ git branch -f renovate/toml-1.x-lockfile ac41d489be05ccd2dca1cd4dc129d68fd0001f5b
972026-02-19T04:41:30.884Z+ git checkout -f renovate/toml-1.x-lockfile
982026-02-19T04:41:30.908ZSwitched to branch 'renovate/toml-1.x-lockfile'
992026-02-19T04:41:30.911Z+ git reset --hard ac41d489be05ccd2dca1cd4dc129d68fd0001f5b
1002026-02-19T04:41:30.914ZHEAD is now at ac41d48 Update Rust crate toml to v1.0.3
1012026-02-19T04:41:30.917Zprocess exited: duration 1228 ms, exit code 0
 
1022026-02-19T04:41:30.924Zstarting task 4: "build"
1032026-02-19T04:41:30.929Z+ source .github/buildomat/common.sh
1042026-02-19T04:41:30.933Z++ rustup show active-toolchain
1052026-02-19T04:41:30.981Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1062026-02-19T04:41:30.984Z++ pushd xde
1072026-02-19T04:41:30.984Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1082026-02-19T04:41:30.984Z++ rustup show active-toolchain
1092026-02-19T04:41:30.991Zinfo: syncing channel updates for 'nightly-2025-09-19-x86_64-unknown-illumos'
1102026-02-19T04:41:31.212Zinfo: latest update on 2025-09-19, rust version 1.92.0-nightly (7c275d09e 2025-09-18)
1112026-02-19T04:41:31.212Zinfo: downloading component 'cargo'
1122026-02-19T04:41:32.220Zinfo: downloading component 'clippy'
1132026-02-19T04:41:32.672Zinfo: downloading component 'rust-src'
1142026-02-19T04:41:33.012Zinfo: downloading component 'rust-std'
1152026-02-19T04:41:35.279Zinfo: downloading component 'rustc'
1162026-02-19T04:41:44.386Zinfo: downloading component 'rustfmt'
1172026-02-19T04:41:44.656Zinfo: installing component 'cargo'
1182026-02-19T04:41:45.580Zinfo: installing component 'clippy'
1192026-02-19T04:41:45.978Zinfo: installing component 'rust-src'
1202026-02-19T04:41:46.340Zinfo: installing component 'rust-std'
1212026-02-19T04:41:48.027Zinfo: installing component 'rustc'
1222026-02-19T04:41:54.667Zinfo: installing component 'rustfmt'
1232026-02-19T04:41:55.008Znightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1242026-02-19T04:41:55.091Z+++ rustup show active-toolchain -v
1252026-02-19T04:41:55.094Z+++ head -n 1
1262026-02-19T04:41:55.094Z+++ cut '-d ' -f1
1272026-02-19T04:41:55.206Z++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1282026-02-19T04:41:55.206Z++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1292026-02-19T04:41:55.206Z++ popd
1302026-02-19T04:41:55.209Z/work/oxidecomputer/opte
1312026-02-19T04:41:55.209Z+ cargo --version
1322026-02-19T04:41:55.263Zcargo 1.90.0 (840b83a10 2025-07-30)
1332026-02-19T04:41:55.266Z+ rustc --version
1342026-02-19T04:41:55.337Zrustc 1.90.0 (1159e78c4 2025-09-14)
1352026-02-19T04:41:55.340Z+ cd lib/oxide-vpc
1362026-02-19T04:41:55.340Z+ header 'check style'
1372026-02-19T04:41:55.341Z+ echo '# ==== check style ==== #'
1382026-02-19T04:41:55.341Z# ==== check style ==== #
1392026-02-19T04:41:55.341Z+ ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos fmt -- --check
1402026-02-19T04:41:55.634Z
1412026-02-19T04:41:55.634Zreal 0.290099918
1422026-02-19T04:41:55.634Zuser 0.219512072
1432026-02-19T04:41:55.634Zsys 0.065798526
1442026-02-19T04:41:55.634Ztrap 0.000116714
1452026-02-19T04:41:55.634Ztflt 0.000016388
1462026-02-19T04:41:55.634Zdflt 0.000041734
1472026-02-19T04:41:55.634Zkflt 0.000000000
1482026-02-19T04:41:55.634Zlock 0.724666024
1492026-02-19T04:41:55.634Zslp 0.308540098
1502026-02-19T04:41:55.634Zlat 0.002147780
1512026-02-19T04:41:55.634Zstop 0.000160886
1522026-02-19T04:41:55.637Z+ header 'check docs'
1532026-02-19T04:41:55.637Z+ echo '# ==== check docs ==== #'
1542026-02-19T04:41:55.637Z# ==== check docs ==== #
1552026-02-19T04:41:55.637Z+ RUSTDOCFLAGS='-D warnings'
1562026-02-19T04:41:55.637Z+ ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1572026-02-19T04:41:55.736Z Updating crates.io index
1582026-02-19T04:41:55.778Z Updating git repository `https://github.com/oxidecomputer/falcon`
1592026-02-19T04:41:56.851Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1602026-02-19T04:41:57.470Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1612026-02-19T04:41:57.806Z Updating git repository `https://github.com/oxidecomputer/zone`
1622026-02-19T04:41:58.055Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1632026-02-19T04:41:58.513Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1642026-02-19T04:41:58.883Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1652026-02-19T04:42:01.245Z Downloading crates ...
1662026-02-19T04:42:01.299Z Downloaded crypto-common v0.1.7
1672026-02-19T04:42:01.302Z Downloaded byteorder v1.5.0
1682026-02-19T04:42:01.305Z Downloaded embedded-io v0.6.1
1692026-02-19T04:42:01.308Z Downloaded defmt v0.3.100
1702026-02-19T04:42:01.320Z Downloaded ref-cast-impl v1.0.25
1712026-02-19T04:42:01.323Z Downloaded proc-macro-error-attr2 v2.0.0
1722026-02-19T04:42:01.332Z Downloaded scroll v0.13.0
1732026-02-19T04:42:01.337Z Downloaded uuid v1.20.0
1742026-02-19T04:42:01.340Z Downloaded heapless v0.8.0
1752026-02-19T04:42:01.343Z Downloaded log v0.4.29
1762026-02-19T04:42:01.346Z Downloaded darling v0.21.3
1772026-02-19T04:42:01.350Z Downloaded serde_json v1.0.149
1782026-02-19T04:42:01.356Z Downloaded memmap2 v0.9.9
1792026-02-19T04:42:01.361Z Downloaded unicode-width v0.2.2
1802026-02-19T04:42:01.365Z Downloaded ref-cast v1.0.25
1812026-02-19T04:42:01.368Z Downloaded generic-array v0.14.7
1822026-02-19T04:42:01.371Z Downloaded stable_deref_trait v1.2.1
1832026-02-19T04:42:01.371Z Downloaded cobs v0.3.0
1842026-02-19T04:42:01.374Z Downloaded usdt-impl v0.6.0
1852026-02-19T04:42:01.384Z Downloaded usdt-macro v0.6.0
1862026-02-19T04:42:01.388Z Downloaded scroll_derive v0.13.1
1872026-02-19T04:42:01.391Z Downloaded ident_case v1.0.1
1882026-02-19T04:42:01.394Z Downloaded embedded-io v0.4.0
1892026-02-19T04:42:01.396Z Downloaded defmt-parser v1.0.0
1902026-02-19T04:42:01.399Z Downloaded version_check v0.9.5
1912026-02-19T04:42:01.402Z Downloaded cfg-if v1.0.4
1922026-02-19T04:42:01.405Z Downloaded tabwriter v1.4.1
1932026-02-19T04:42:01.405Z Downloaded usdt v0.6.0
1942026-02-19T04:42:01.405Z Downloaded thread-id v5.1.0
1952026-02-19T04:42:01.409Z Downloaded plain v0.2.3
1962026-02-19T04:42:01.412Z Downloaded macaddr v1.0.1
1972026-02-19T04:42:01.412Z Downloaded fnv v1.0.7
1982026-02-19T04:42:01.415Z Downloaded hash32 v0.3.1
1992026-02-19T04:42:01.418Z Downloaded block-buffer v0.10.4
2002026-02-19T04:42:01.418Z Downloaded cpufeatures v0.2.17
2012026-02-19T04:42:01.423Z Downloaded pest_derive v2.8.6
2022026-02-19T04:42:01.426Z Downloaded memchr v2.8.0
2032026-02-19T04:42:01.430Z Downloaded strsim v0.11.1
2042026-02-19T04:42:01.433Z Downloaded managed v0.8.0
2052026-02-19T04:42:01.433Z Downloaded dyn-clone v1.0.20
2062026-02-19T04:42:01.436Z Downloaded dof v0.4.0
2072026-02-19T04:42:01.436Z Downloaded dtrace-parser v0.3.0
2082026-02-19T04:42:01.439Z Downloaded itoa v1.0.17
2092026-02-19T04:42:01.439Z Downloaded darling_macro v0.21.3
2102026-02-19T04:42:01.442Z Downloaded usdt-attr-macro v0.6.0
2112026-02-19T04:42:01.444Z Downloaded zmij v1.0.20
2122026-02-19T04:42:01.444Z Downloaded ingot-types v0.1.2
2132026-02-19T04:42:01.447Z Downloaded thiserror-impl v2.0.18
2142026-02-19T04:42:01.447Z Downloaded pretty-hex v0.4.1
2152026-02-19T04:42:01.447Z Downloaded quote v1.0.44
2162026-02-19T04:42:01.450Z Downloaded defmt-macros v1.0.1
2172026-02-19T04:42:01.456Z Downloaded serde_tokenstream v0.2.2
2182026-02-19T04:42:01.459Z Downloaded digest v0.10.7
2192026-02-19T04:42:01.459Z Downloaded thiserror v2.0.18
2202026-02-19T04:42:01.464Z Downloaded proc-macro-error2 v2.0.1
2212026-02-19T04:42:01.466Z Downloaded crc32fast v1.5.0
2222026-02-19T04:42:01.469Z Downloaded bitflags v2.10.0
2232026-02-19T04:42:01.472Z Downloaded ingot v0.1.1
2242026-02-19T04:42:01.475Z Downloaded sha2 v0.10.9
2252026-02-19T04:42:01.475Z Downloaded bitflags v1.3.2
2262026-02-19T04:42:01.477Z Downloaded either v1.15.0
2272026-02-19T04:42:01.480Z Downloaded defmt v1.0.1
2282026-02-19T04:42:01.484Z Downloaded postcard v1.1.3
2292026-02-19T04:42:01.484Z Downloaded ucd-trie v0.1.7
2302026-02-19T04:42:01.486Z Downloaded ingot-macros v0.1.1
2312026-02-19T04:42:01.486Z Downloaded pest_generator v2.8.6
2322026-02-19T04:42:01.500Z Downloaded serde_derive v1.0.228
2332026-02-19T04:42:01.503Z Downloaded ipnetwork v0.21.1
2342026-02-19T04:42:01.509Z Downloaded unicode-ident v1.0.23
2352026-02-19T04:42:01.515Z Downloaded pest_meta v2.8.6
2362026-02-19T04:42:01.519Z Downloaded serde_core v1.0.228
2372026-02-19T04:42:01.522Z Downloaded typenum v1.19.0
2382026-02-19T04:42:01.525Z Downloaded proc-macro2 v1.0.106
2392026-02-19T04:42:01.528Z Downloaded darling_core v0.21.3
2402026-02-19T04:42:01.562Z Downloaded serde v1.0.228
2412026-02-19T04:42:01.565Z Downloaded zerocopy-derive v0.8.39
2422026-02-19T04:42:01.579Z Downloaded pest v2.8.6
2432026-02-19T04:42:01.589Z Downloaded itertools v0.14.0
2442026-02-19T04:42:01.595Z Downloaded regex v1.12.3
2452026-02-19T04:42:01.611Z Downloaded aho-corasick v1.1.4
2462026-02-19T04:42:01.657Z Downloaded goblin v0.10.4
2472026-02-19T04:42:01.662Z Downloaded zerocopy v0.8.39
2482026-02-19T04:42:01.679Z Downloaded smoltcp v0.11.0
2492026-02-19T04:42:01.688Z Downloaded syn v2.0.114
2502026-02-19T04:42:01.697Z Downloaded regex-syntax v0.8.9
2512026-02-19T04:42:01.732Z Downloaded regex-automata v0.4.14
2522026-02-19T04:42:01.747Z Downloaded libc v0.2.180
2532026-02-19T04:42:01.829Z Compiling proc-macro2 v1.0.106
2542026-02-19T04:42:01.829Z Compiling quote v1.0.44
2552026-02-19T04:42:01.832Z Compiling unicode-ident v1.0.23
2562026-02-19T04:42:01.832Z Documenting unicode-ident v1.0.23
2572026-02-19T04:42:01.832Z Compiling serde_core v1.0.228
2582026-02-19T04:42:01.899Z Compiling ident_case v1.0.1
2592026-02-19T04:42:01.905Z Compiling strsim v0.11.1
2602026-02-19T04:42:02.068Z Compiling fnv v1.0.7
2612026-02-19T04:42:02.102Z Compiling memchr v2.8.0
2622026-02-19T04:42:02.115Z Compiling thiserror v2.0.18
2632026-02-19T04:42:02.196Z Compiling serde v1.0.228
2642026-02-19T04:42:02.547Z Compiling zerocopy v0.8.39
2652026-02-19T04:42:02.759Z Documenting proc-macro2 v1.0.106
2662026-02-19T04:42:03.083Z Compiling aho-corasick v1.1.4
2672026-02-19T04:42:03.277Z Compiling regex-syntax v0.8.9
2682026-02-19T04:42:03.702Z Checking byteorder v1.5.0
2692026-02-19T04:42:03.754Z Checking syn v2.0.114
2702026-02-19T04:42:03.992Z Documenting quote v1.0.44
2712026-02-19T04:42:04.001Z Compiling either v1.15.0
2722026-02-19T04:42:04.477Z Compiling itertools v0.14.0
2732026-02-19T04:42:05.155Z Documenting syn v2.0.114
2742026-02-19T04:42:05.786Z Documenting strsim v0.11.1
2752026-02-19T04:42:06.699Z Documenting ident_case v1.0.1
2762026-02-19T04:42:07.043Z Compiling regex-automata v0.4.14
2772026-02-19T04:42:07.506Z Documenting fnv v1.0.7
2782026-02-19T04:42:07.724Z Compiling heapless v0.8.0
2792026-02-19T04:42:08.503Z Checking bitflags v2.10.0
2802026-02-19T04:42:08.594Z Checking hash32 v0.3.1
2812026-02-19T04:42:08.610Z Documenting serde_core v1.0.228
2822026-02-19T04:42:08.772Z Checking stable_deref_trait v1.2.1
2832026-02-19T04:42:08.781Z Checking cfg-if v1.0.4
2842026-02-19T04:42:08.872Z Documenting memchr v2.8.0
2852026-02-19T04:42:08.881Z Checking macaddr v1.0.1
2862026-02-19T04:42:09.163Z Compiling smoltcp v0.11.0
2872026-02-19T04:42:09.340Z Checking darling_core v0.21.3
2882026-02-19T04:42:09.791Z Documenting regex-syntax v0.8.9
2892026-02-19T04:42:10.541Z Documenting darling_core v0.21.3
2902026-02-19T04:42:11.615Z Compiling regex v1.12.3
2912026-02-19T04:42:12.092Z Documenting aho-corasick v1.1.4
2922026-02-19T04:42:12.599Z Checking managed v0.8.0
2932026-02-19T04:42:12.816Z Checking bitflags v1.3.2
2942026-02-19T04:42:13.124Z Documenting darling_macro v0.21.3
2952026-02-19T04:42:13.289Z Documenting thiserror-impl v2.0.18
2962026-02-19T04:42:13.510Z Documenting zerocopy-derive v0.8.39
2972026-02-19T04:42:13.552Z Documenting serde_derive v1.0.228
2982026-02-19T04:42:13.880Z Documenting regex-automata v0.4.14
2992026-02-19T04:42:14.025Z Compiling zerocopy-derive v0.8.39
3002026-02-19T04:42:14.415Z Compiling serde_derive v1.0.228
3012026-02-19T04:42:14.947Z Compiling thiserror-impl v2.0.18
3022026-02-19T04:42:15.294Z Compiling crc32fast v1.5.0
3032026-02-19T04:42:15.771Z Documenting byteorder v1.5.0
3042026-02-19T04:42:15.822Z Compiling ref-cast v1.0.25
3052026-02-19T04:42:16.034Z Compiling ref-cast-impl v1.0.25
3062026-02-19T04:42:16.129Z Compiling darling_macro v0.21.3
3072026-02-19T04:42:16.909Z Documenting regex v1.12.3
3082026-02-19T04:42:16.921Z Documenting hash32 v0.3.1
3092026-02-19T04:42:17.102Z Compiling darling v0.21.3
3102026-02-19T04:42:17.213Z Compiling ingot-macros v0.1.1
3112026-02-19T04:42:17.241Z Documenting darling v0.21.3
3122026-02-19T04:42:17.828Z Checking cobs v0.3.0
3132026-02-19T04:42:17.905Z Documenting thiserror v2.0.18
3142026-02-19T04:42:18.048Z Documenting zerocopy v0.8.39
3152026-02-19T04:42:18.706Z Documenting bitflags v2.10.0
3162026-02-19T04:42:19.115Z Documenting ingot-macros v0.1.1
3172026-02-19T04:42:19.237Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3182026-02-19T04:42:19.344Z Checking unicode-width v0.2.2
3192026-02-19T04:42:19.938Z Documenting stable_deref_trait v1.2.1
3202026-02-19T04:42:19.950Z Documenting macaddr v1.0.1
3212026-02-19T04:42:20.059Z Compiling version_check v0.9.5
3222026-02-19T04:42:20.626Z Documenting cfg-if v1.0.4
3232026-02-19T04:42:20.876Z Checking ipnetwork v0.21.1
3242026-02-19T04:42:21.196Z Documenting serde v1.0.228
3252026-02-19T04:42:21.571Z Documenting heapless v0.8.0
3262026-02-19T04:42:21.607Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3272026-02-19T04:42:21.934Z Checking postcard v1.1.3
3282026-02-19T04:42:22.005Z Documenting cobs v0.3.0
3292026-02-19T04:42:22.035Z Documenting managed v0.8.0
3302026-02-19T04:42:23.056Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3312026-02-19T04:42:23.309Z Checking tabwriter v1.4.1
3322026-02-19T04:42:23.343Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3332026-02-19T04:42:23.682Z Documenting smoltcp v0.11.0
3342026-02-19T04:42:23.867Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3352026-02-19T04:42:24.270Z Documenting ref-cast-impl v1.0.25
3362026-02-19T04:42:24.393Z Documenting postcard v1.1.3
3372026-02-19T04:42:24.551Z Checking ingot-types v0.1.2
3382026-02-19T04:42:24.603Z Documenting unicode-width v0.2.2
3392026-02-19T04:42:24.642Z Checking dyn-clone v1.0.20
3402026-02-19T04:42:24.855Z Documenting ipnetwork v0.21.1
3412026-02-19T04:42:24.975Z Documenting either v1.15.0
3422026-02-19T04:42:25.349Z Checking ingot v0.1.1
3432026-02-19T04:42:25.622Z Documenting ingot-types v0.1.2
3442026-02-19T04:42:25.732Z Documenting crc32fast v1.5.0
3452026-02-19T04:42:26.067Z Documenting ref-cast v1.0.25
3462026-02-19T04:42:26.545Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3472026-02-19T04:42:26.775Z Documenting itertools v0.14.0
3482026-02-19T04:42:27.105Z Documenting tabwriter v1.4.1
3492026-02-19T04:42:27.527Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3502026-02-19T04:42:27.842Z Documenting dyn-clone v1.0.20
3512026-02-19T04:42:28.208Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3522026-02-19T04:42:28.312Z Documenting ingot v0.1.1
3532026-02-19T04:42:28.590Z Documenting uuid v1.20.0
3542026-02-19T04:42:28.968Z Checking uuid v1.20.0
3552026-02-19T04:42:29.409Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3562026-02-19T04:42:29.487Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3572026-02-19T04:42:32.140Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3582026-02-19T04:42:33.655Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3592026-02-19T04:42:37.049Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3602026-02-19T04:42:39.216Z Finished `dev` profile [optimized + debuginfo] target(s) in 43.56s
3612026-02-19T04:42:39.316Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3622026-02-19T04:42:39.340Z
3632026-02-19T04:42:39.340Zreal 43.678693071
3642026-02-19T04:42:39.340Zuser 3:04.567435516
3652026-02-19T04:42:39.340Zsys 27.206503696
3662026-02-19T04:42:39.343Ztrap 0.130762662
3672026-02-19T04:42:39.343Ztflt 0.054318994
3682026-02-19T04:42:39.343Zdflt 0.134712944
3692026-02-19T04:42:39.343Zkflt 0.001861596
3702026-02-19T04:42:39.343Zlock 13:10.208057348
3712026-02-19T04:42:39.343Zslp 11:15.280101616
3722026-02-19T04:42:39.343Zlat 15.229452225
3732026-02-19T04:42:39.343Zstop 15.684228495
3742026-02-19T04:42:39.343Z+ header 'analyze std + api + usdt'
3752026-02-19T04:42:39.343Z+ echo '# ==== analyze std + api + usdt ==== #'
3762026-02-19T04:42:39.343Z# ==== analyze std + api + usdt ==== #
3772026-02-19T04:42:39.343Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3782026-02-19T04:42:39.690Z Downloading crates ...
3792026-02-19T04:42:39.766Z Downloaded circular v0.3.0
3802026-02-19T04:42:39.775Z Downloaded futures-util v0.3.31
3812026-02-19T04:42:39.784Z Downloaded slab v0.4.12
3822026-02-19T04:42:39.788Z Downloaded futures-macro v0.3.31
3832026-02-19T04:42:39.788Z Downloaded dtor-proc-macro v0.0.6
3842026-02-19T04:42:39.788Z Downloaded anyhow v1.0.101
3852026-02-19T04:42:39.790Z Downloaded rusticata-macros v5.0.0
3862026-02-19T04:42:39.793Z Downloaded dtor v0.1.1
3872026-02-19T04:42:39.793Z Downloaded futures-sink v0.3.31
3882026-02-19T04:42:39.793Z Downloaded futures-channel v0.3.31
3892026-02-19T04:42:39.796Z Downloaded ctor-proc-macro v0.0.7
3902026-02-19T04:42:39.796Z Downloaded pin-utils v0.1.0
3912026-02-19T04:42:39.799Z Downloaded once_cell v1.21.3
3922026-02-19T04:42:39.799Z Downloaded futures v0.3.31
3932026-02-19T04:42:39.802Z Downloaded futures-task v0.3.31
3942026-02-19T04:42:39.805Z Downloaded futures-io v0.3.31
3952026-02-19T04:42:39.805Z Downloaded futures-core v0.3.31
3962026-02-19T04:42:39.809Z Downloaded typeid v1.0.3
3972026-02-19T04:42:39.812Z Downloaded futures-executor v0.3.31
3982026-02-19T04:42:39.812Z Downloaded ctor v0.6.3
3992026-02-19T04:42:39.814Z Downloaded pin-project-lite v0.2.16
4002026-02-19T04:42:39.817Z Downloaded cookie-factory v0.3.3
4012026-02-19T04:42:39.820Z Downloaded nom v8.0.0
4022026-02-19T04:42:39.825Z Downloaded ron v0.12.0
4032026-02-19T04:42:39.832Z Downloaded pcap-parser v0.17.0
4042026-02-19T04:42:39.899Z Compiling proc-macro2 v1.0.106
4052026-02-19T04:42:39.899Z Compiling quote v1.0.44
4062026-02-19T04:42:39.899Z Compiling unicode-ident v1.0.23
4072026-02-19T04:42:39.899Z Compiling memchr v2.8.0
4082026-02-19T04:42:39.902Z Compiling thiserror v2.0.18
4092026-02-19T04:42:39.902Z Compiling zerocopy v0.8.39
4102026-02-19T04:42:39.902Z Compiling serde_core v1.0.228
4112026-02-19T04:42:39.902Z Compiling zmij v1.0.20
4122026-02-19T04:42:40.486Z Compiling libc v0.2.180
4132026-02-19T04:42:40.541Z Compiling serde_json v1.0.149
4142026-02-19T04:42:40.573Z Compiling ucd-trie v0.1.7
4152026-02-19T04:42:40.895Z Compiling pest v2.8.6
4162026-02-19T04:42:41.010Z Compiling serde v1.0.228
4172026-02-19T04:42:41.136Z Compiling ident_case v1.0.1
4182026-02-19T04:42:41.323Z Compiling strsim v0.11.1
4192026-02-19T04:42:41.407Z Compiling fnv v1.0.7
4202026-02-19T04:42:41.941Z Compiling aho-corasick v1.1.4
4212026-02-19T04:42:42.029Z Checking byteorder v1.5.0
4222026-02-19T04:42:42.323Z Compiling syn v2.0.114
4232026-02-19T04:42:42.328Z Compiling regex-syntax v0.8.9
4242026-02-19T04:42:42.356Z Compiling itoa v1.0.17
4252026-02-19T04:42:43.289Z Compiling pest_meta v2.8.6
4262026-02-19T04:42:43.375Z Compiling either v1.15.0
4272026-02-19T04:42:43.667Z Compiling usdt-impl v0.6.0
4282026-02-19T04:42:43.761Z Compiling itertools v0.14.0
4292026-02-19T04:42:44.538Z Checking bitflags v2.10.0
4302026-02-19T04:42:44.857Z Compiling thread-id v5.1.0
4312026-02-19T04:42:45.344Z Checking log v0.4.29
4322026-02-19T04:42:45.612Z Compiling heapless v0.8.0
4332026-02-19T04:42:45.684Z Checking futures-sink v0.3.31
4342026-02-19T04:42:45.838Z Compiling regex-automata v0.4.14
4352026-02-19T04:42:45.976Z Checking plain v0.2.3
4362026-02-19T04:42:46.603Z Checking futures-core v0.3.31
4372026-02-19T04:42:46.814Z Checking futures-channel v0.3.31
4382026-02-19T04:42:47.273Z Checking hash32 v0.3.1
4392026-02-19T04:42:47.457Z Checking slab v0.4.12
4402026-02-19T04:42:47.472Z Checking stable_deref_trait v1.2.1
4412026-02-19T04:42:47.502Z Checking futures-task v0.3.31
4422026-02-19T04:42:47.564Z Checking futures-io v0.3.31
4432026-02-19T04:42:47.725Z Compiling smoltcp v0.11.0
4442026-02-19T04:42:47.747Z Checking pin-project-lite v0.2.16
4452026-02-19T04:42:47.874Z Checking pin-utils v0.1.0
4462026-02-19T04:42:47.964Z Checking macaddr v1.0.1
4472026-02-19T04:42:48.132Z Checking cfg-if v1.0.4
4482026-02-19T04:42:48.146Z Checking pretty-hex v0.4.1
4492026-02-19T04:42:48.316Z Compiling version_check v0.9.5
4502026-02-19T04:42:48.319Z Compiling crc32fast v1.5.0
4512026-02-19T04:42:48.326Z Compiling ref-cast v1.0.25
4522026-02-19T04:42:48.814Z Compiling pest_generator v2.8.6
4532026-02-19T04:42:48.854Z Compiling darling_core v0.21.3
4542026-02-19T04:42:48.861Z Checking managed v0.8.0
4552026-02-19T04:42:48.988Z Checking bitflags v1.3.2
4562026-02-19T04:42:49.131Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4572026-02-19T04:42:49.359Z Checking memmap2 v0.9.9
4582026-02-19T04:42:49.552Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4592026-02-19T04:42:49.975Z Compiling regex v1.12.3
4602026-02-19T04:42:50.208Z Checking ipnetwork v0.21.1
4612026-02-19T04:42:50.342Z Checking unicode-width v0.2.2
4622026-02-19T04:42:50.837Z Checking tabwriter v1.4.1
4632026-02-19T04:42:51.088Z Checking nom v8.0.0
4642026-02-19T04:42:51.115Z Checking dyn-clone v1.0.20
4652026-02-19T04:42:51.271Z Compiling typeid v1.0.3
4662026-02-19T04:42:51.809Z Compiling anyhow v1.0.101
4672026-02-19T04:42:52.239Z Checking uuid v1.20.0
4682026-02-19T04:42:52.269Z Compiling serde_derive v1.0.228
4692026-02-19T04:42:52.348Z Compiling thiserror-impl v2.0.18
4702026-02-19T04:42:52.375Z Compiling zerocopy-derive v0.8.39
4712026-02-19T04:42:52.397Z Compiling pest_derive v2.8.6
4722026-02-19T04:42:52.815Z Compiling scroll_derive v0.13.1
4732026-02-19T04:42:53.279Z Compiling futures-macro v0.3.31
4742026-02-19T04:42:53.553Z Compiling ref-cast-impl v1.0.25
4752026-02-19T04:42:54.475Z Compiling darling_macro v0.21.3
4762026-02-19T04:42:54.609Z Checking scroll v0.13.0
4772026-02-19T04:42:54.852Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4782026-02-19T04:42:54.987Z Checking futures-util v0.3.31
4792026-02-19T04:42:55.046Z Checking goblin v0.10.4
4802026-02-19T04:42:55.390Z Compiling dtrace-parser v0.3.0
4812026-02-19T04:42:55.431Z Compiling darling v0.21.3
4822026-02-19T04:42:55.891Z Compiling ingot-macros v0.1.1
4832026-02-19T04:42:55.969Z Checking cobs v0.3.0
4842026-02-19T04:42:56.703Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4852026-02-19T04:42:56.884Z Checking rusticata-macros v5.0.0
4862026-02-19T04:42:57.526Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4872026-02-19T04:42:57.775Z Compiling dtor-proc-macro v0.0.6
4882026-02-19T04:42:58.016Z Checking circular v0.3.0
4892026-02-19T04:42:58.373Z Checking dtor v0.1.1
4902026-02-19T04:42:58.584Z Checking once_cell v1.21.3
4912026-02-19T04:42:58.603Z Compiling ctor-proc-macro v0.0.7
4922026-02-19T04:42:59.523Z Checking futures-executor v0.3.31
4932026-02-19T04:42:59.663Z Checking ctor v0.6.3
4942026-02-19T04:42:59.767Z Checking futures v0.3.31
4952026-02-19T04:42:59.872Z Checking cookie-factory v0.3.3
4962026-02-19T04:42:59.946Z Checking postcard v1.1.3
4972026-02-19T04:42:59.949Z Checking ron v0.12.0
4982026-02-19T04:43:00.395Z Compiling serde_tokenstream v0.2.2
4992026-02-19T04:43:00.473Z Checking pcap-parser v0.17.0
5002026-02-19T04:43:02.134Z Checking ingot-types v0.1.2
5012026-02-19T04:43:02.134Z Checking dof v0.4.0
5022026-02-19T04:43:02.626Z Checking ingot v0.1.1
5032026-02-19T04:43:04.064Z Compiling usdt-attr-macro v0.6.0
5042026-02-19T04:43:04.064Z Compiling usdt-macro v0.6.0
5052026-02-19T04:43:04.963Z Checking usdt v0.6.0
5062026-02-19T04:43:05.474Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5072026-02-19T04:43:12.925Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5082026-02-19T04:43:15.616Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
5092026-02-19T04:43:19.448Z Finished `dev` profile [optimized + debuginfo] target(s) in 39.93s
5102026-02-19T04:43:19.487Z
5112026-02-19T04:43:19.490Zreal 40.137573168
5122026-02-19T04:43:19.490Zuser 2:47.885451361
5132026-02-19T04:43:19.490Zsys 23.974555284
5142026-02-19T04:43:19.490Ztrap 0.108608734
5152026-02-19T04:43:19.490Ztflt 0.230221283
5162026-02-19T04:43:19.490Zdflt 0.278310377
5172026-02-19T04:43:19.491Zkflt 0.000017597
5182026-02-19T04:43:19.491Zlock 7:11.091687131
5192026-02-19T04:43:19.491Zslp 10:59.073582849
5202026-02-19T04:43:19.491Zlat 6.147835190
5212026-02-19T04:43:19.491Zstop 11.842951288
5222026-02-19T04:43:19.491Z+ header 'analyze no_std + engine + kernel'
5232026-02-19T04:43:19.491Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
5242026-02-19T04:43:19.491Z# ==== analyze no_std + engine + kernel ==== #
5252026-02-19T04:43:19.491Z+ ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5262026-02-19T04:43:19.795Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5272026-02-19T04:43:19.795Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5282026-02-19T04:43:19.798Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5292026-02-19T04:43:19.798Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5302026-02-19T04:43:20.268Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5312026-02-19T04:43:27.628Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5322026-02-19T04:43:30.183Z Finished `dev` profile [optimized + debuginfo] target(s) in 10.58s
5332026-02-19T04:43:30.215Z
5342026-02-19T04:43:30.218Zreal 10.717703139
5352026-02-19T04:43:30.218Zuser 11.257525957
5362026-02-19T04:43:30.218Zsys 1.343935631
5372026-02-19T04:43:30.218Ztrap 0.001943284
5382026-02-19T04:43:30.218Ztflt 0.006173796
5392026-02-19T04:43:30.218Zdflt 0.003651716
5402026-02-19T04:43:30.218Zkflt 0.000000000
5412026-02-19T04:43:30.218Zlock 42.259469082
5422026-02-19T04:43:30.218Zslp 37.328691395
5432026-02-19T04:43:30.218Zlat 0.030312341
5442026-02-19T04:43:30.218Zstop 0.378251588
5452026-02-19T04:43:30.218Z+ header test
5462026-02-19T04:43:30.218Z+ echo '# ==== test ==== #'
5472026-02-19T04:43:30.218Z# ==== test ==== #
5482026-02-19T04:43:30.218Z+ ptime -m cargo test
5492026-02-19T04:43:30.469Z Compiling memchr v2.8.0
5502026-02-19T04:43:30.472Z Compiling serde_core v1.0.228
5512026-02-19T04:43:30.497Z Compiling thiserror v2.0.18
5522026-02-19T04:43:30.500Z Compiling zerocopy v0.8.39
5532026-02-19T04:43:30.503Z Compiling unicode-ident v1.0.23
5542026-02-19T04:43:30.506Z Compiling byteorder v1.5.0
5552026-02-19T04:43:30.510Z Compiling libc v0.2.180
5562026-02-19T04:43:30.513Z Compiling zmij v1.0.20
5572026-02-19T04:43:30.627Z Compiling scroll v0.13.0
5582026-02-19T04:43:30.725Z Compiling proc-macro2 v1.0.106
5592026-02-19T04:43:30.946Z Compiling futures-sink v0.3.31
5602026-02-19T04:43:31.093Z Compiling ucd-trie v0.1.7
5612026-02-19T04:43:31.167Z Compiling itoa v1.0.17
5622026-02-19T04:43:31.282Z Compiling plain v0.2.3
5632026-02-19T04:43:31.430Z Compiling log v0.4.29
5642026-02-19T04:43:31.439Z Compiling futures-core v0.3.31
5652026-02-19T04:43:31.685Z Compiling goblin v0.10.4
5662026-02-19T04:43:31.695Z Compiling futures-channel v0.3.31
5672026-02-19T04:43:31.853Z Compiling quote v1.0.44
5682026-02-19T04:43:32.122Z Compiling pest v2.8.6
5692026-02-19T04:43:32.466Z Compiling hash32 v0.3.1
5702026-02-19T04:43:32.749Z Compiling pin-utils v0.1.0
5712026-02-19T04:43:32.846Z Compiling slab v0.4.12
5722026-02-19T04:43:33.164Z Compiling pretty-hex v0.4.1
5732026-02-19T04:43:33.308Z Compiling macaddr v1.0.1
5742026-02-19T04:43:33.368Z Compiling futures-io v0.3.31
5752026-02-19T04:43:33.710Z Compiling futures-task v0.3.31
5762026-02-19T04:43:33.835Z Compiling stable_deref_trait v1.2.1
5772026-02-19T04:43:33.940Z Compiling pin-project-lite v0.2.16
5782026-02-19T04:43:34.069Z Compiling cfg-if v1.0.4
5792026-02-19T04:43:34.082Z Compiling futures-util v0.3.31
5802026-02-19T04:43:34.151Z Compiling heapless v0.8.0
5812026-02-19T04:43:34.167Z Compiling syn v2.0.114
5822026-02-19T04:43:35.131Z Compiling serde v1.0.228
5832026-02-19T04:43:35.493Z Compiling bitflags v2.10.0
5842026-02-19T04:43:36.199Z Compiling serde_json v1.0.149
5852026-02-19T04:43:36.429Z Compiling dtrace-parser v0.3.0
5862026-02-19T04:43:36.688Z Compiling thread-id v5.1.0
5872026-02-19T04:43:36.748Z Compiling cobs v0.3.0
5882026-02-19T04:43:36.792Z Compiling managed v0.8.0
5892026-02-19T04:43:37.246Z Compiling bitflags v1.3.2
5902026-02-19T04:43:37.292Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5912026-02-19T04:43:37.345Z Compiling smoltcp v0.11.0
5922026-02-19T04:43:37.671Z Compiling postcard v1.1.3
5932026-02-19T04:43:38.415Z Compiling ingot-types v0.1.2
5942026-02-19T04:43:38.543Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5952026-02-19T04:43:39.285Z Compiling dof v0.4.0
5962026-02-19T04:43:39.799Z Compiling futures-executor v0.3.31
5972026-02-19T04:43:40.739Z Compiling ingot v0.1.1
5982026-02-19T04:43:41.063Z Compiling memmap2 v0.9.9
5992026-02-19T04:43:41.652Z Compiling usdt-impl v0.6.0
6002026-02-19T04:43:43.707Z Compiling either v1.15.0
6012026-02-19T04:43:44.084Z Compiling unicode-width v0.2.2
6022026-02-19T04:43:44.747Z Compiling ipnetwork v0.21.1
6032026-02-19T04:43:44.754Z Compiling tabwriter v1.4.1
6042026-02-19T04:43:45.630Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
6052026-02-19T04:43:45.879Z Compiling itertools v0.14.0
6062026-02-19T04:43:46.454Z Compiling ref-cast v1.0.25
6072026-02-19T04:43:46.604Z Compiling usdt v0.6.0
6082026-02-19T04:43:47.884Z Compiling futures v0.3.31
6092026-02-19T04:43:47.983Z Compiling crc32fast v1.5.0
6102026-02-19T04:43:47.998Z Compiling nom v8.0.0
6112026-02-19T04:43:48.080Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6122026-02-19T04:43:48.463Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6132026-02-19T04:43:49.189Z Compiling dyn-clone v1.0.20
6142026-02-19T04:43:49.358Z Compiling cookie-factory v0.3.3
6152026-02-19T04:43:49.530Z Compiling uuid v1.20.0
6162026-02-19T04:43:50.037Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6172026-02-19T04:43:50.286Z Compiling circular v0.3.0
6182026-02-19T04:43:50.476Z Compiling dtor v0.1.1
6192026-02-19T04:43:50.582Z Compiling typeid v1.0.3
6202026-02-19T04:43:50.763Z Compiling anyhow v1.0.101
6212026-02-19T04:43:50.799Z Compiling once_cell v1.21.3
6222026-02-19T04:43:50.827Z Compiling ctor v0.6.3
6232026-02-19T04:43:51.005Z Compiling ron v0.12.0
6242026-02-19T04:43:54.312Z Compiling rusticata-macros v5.0.0
6252026-02-19T04:43:54.985Z Compiling pcap-parser v0.17.0
6262026-02-19T04:43:59.623Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6272026-02-19T04:44:06.297Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6282026-02-19T04:45:14.589Z Finished `test` profile [optimized + debuginfo] target(s) in 1m 44s
6292026-02-19T04:45:14.608Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-4253bcaca658cf48)
6302026-02-19T04:45:14.611Z
6312026-02-19T04:45:14.611Zrunning 15 tests
6322026-02-19T04:45:14.614Ztest api::tests::parse_bad_proto_filter ... ok
6332026-02-19T04:45:14.614Ztest api::tests::parse_bad_address ... ok
6342026-02-19T04:45:14.614Ztest api::tests::parse_good_address ... ok
6352026-02-19T04:45:14.614Ztest api::tests::parse_good_proto_filter ... ok
6362026-02-19T04:45:14.614Ztest api::tests::ports_from_str_good ... ok
6372026-02-19T04:45:14.615Ztest api::tests::ports_from_str_bad ... ok
6382026-02-19T04:45:14.615Ztest cfg::tests::test_required_nat_space ... ok
6392026-02-19T04:45:14.615Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6402026-02-19T04:45:14.615Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6412026-02-19T04:45:14.615Ztest engine::geneve::test::parse_multi_opt ... ok
6422026-02-19T04:45:14.615Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6432026-02-19T04:45:14.615Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6442026-02-19T04:45:14.615Ztest engine::geneve::test::parse_single_opt ... ok
6452026-02-19T04:45:14.615Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6462026-02-19T04:45:14.615Ztest engine::firewall::tests::port_predicate_simplification ... ok
6472026-02-19T04:45:14.615Z
6482026-02-19T04:45:14.615Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6492026-02-19T04:45:14.615Z
6502026-02-19T04:45:14.618Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-5093ffd208b0da27)
6512026-02-19T04:45:14.618Z
6522026-02-19T04:45:14.618Zrunning 4 tests
6532026-02-19T04:45:14.621Ztest firewall_external_inbound ... ok
6542026-02-19T04:45:14.621Ztest firewall_vni_outbound ... ok
6552026-02-19T04:45:14.621Ztest firewall_vni_inbound ... ok
6562026-02-19T04:45:14.621Ztest firewall_replace_rules ... ok
6572026-02-19T04:45:14.621Z
6582026-02-19T04:45:14.621Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6592026-02-19T04:45:14.621Z
6602026-02-19T04:45:14.621Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-0081fbd1405bc32a)
6612026-02-19T04:45:14.624Z
6622026-02-19T04:45:14.624Zrunning 2 tests
6632026-02-19T04:45:14.624Ztest parse_in_regression ... ok
6642026-02-19T04:45:14.624Ztest parse_out_regression ... ok
6652026-02-19T04:45:14.624Z
6662026-02-19T04:45:14.624Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6672026-02-19T04:45:14.624Z
6682026-02-19T04:45:14.624Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-b3b987c63c921b5f)
6692026-02-19T04:45:14.627Z
6702026-02-19T04:45:14.627Zrunning 47 tests
6712026-02-19T04:45:14.627Ztest bad_ip_len ... ok
6722026-02-19T04:45:14.627Ztest check_layers ... ok
6732026-02-19T04:45:14.627Ztest add_remove_fw_rule ... ok
6742026-02-19T04:45:14.627Ztest arp_gateway ... ok
6752026-02-19T04:45:14.627Ztest anti_spoof ... ok
6762026-02-19T04:45:14.630Ztest external_attached_subnets_cannot_reach_internal ... ok
6772026-02-19T04:45:14.630Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6782026-02-19T04:45:14.630Ztest external_attached_subnets_dont_apply_nat ... ok
6792026-02-19T04:45:14.630Ztest external_ip_epoch_affinity_preserved ... ok
6802026-02-19T04:45:14.630Ztest flow_expiration ... ok
6812026-02-19T04:45:14.630Ztest gateway_icmp4_ping ... ok
6822026-02-19T04:45:14.630Ztest early_tcp_invalidation ... ok
6832026-02-19T04:45:14.630Ztest gateway_icmpv6_ping ... ok
6842026-02-19T04:45:14.630Ztest external_ip_reconfigurable ... ok
6852026-02-19T04:45:14.630Ztest gateway_router_advert_reply ... ok
6862026-02-19T04:45:14.630Ztest guest_to_guest_no_route ... ok
6872026-02-19T04:45:14.630Ztest guest_to_guest_diff_vpc_no_peer ... ok
6882026-02-19T04:45:14.630Ztest guest_to_guest ... ok
6892026-02-19T04:45:14.630Ztest guest_to_internet_ipv6 ... ok
6902026-02-19T04:45:14.630Ztest guest_to_internet_ipv4 ... ok
6912026-02-19T04:45:14.630Ztest icmpv6_inner_has_nat_applied ... ok
6922026-02-19T04:45:14.630Ztest inbound_ndp_dropped_at_gateway ... ok
6932026-02-19T04:45:14.630Ztest icmp_inner_has_nat_applied ... ok
6942026-02-19T04:45:14.630Ztest intra_subnet_routes_with_custom ... ok
6952026-02-19T04:45:14.630Ztest internal_attached_subnets ... ok
6962026-02-19T04:45:14.630Ztest outbound_ndp_dropped ... ok
6972026-02-19T04:45:14.630Ztest no_panic_on_flow_table_full ... ok
6982026-02-19T04:45:14.630Ztest packet_body_pullup ... ok
6992026-02-19T04:45:14.634Ztest port_transition_reset ... ok
7002026-02-19T04:45:14.634Ztest port_transition_running ... ok
7012026-02-19T04:45:14.634Ztest port_as_router_target ... ok
7022026-02-19T04:45:14.634Ztest external_ip_balanced_over_floating_ips ... ok
7032026-02-19T04:45:14.634Ztest port_transition_pause ... ok
7042026-02-19T04:45:14.634Ztest snat_icmp4_echo_rewrite ... ok
7052026-02-19T04:45:14.634Ztest external_ip_receive_and_reply_on_all ... ok
7062026-02-19T04:45:14.634Ztest test_drop_on_unknown_critical_option ... ok
7072026-02-19T04:45:14.634Ztest snat_icmp6_echo_rewrite ... ok
7082026-02-19T04:45:14.634Ztest select_eip_conditioned_on_igw ... ok
7092026-02-19T04:45:14.634Ztest tcp_outbound ... ok
7102026-02-19T04:45:14.634Ztest test_ipv6_multicast_encapsulation ... ok
7112026-02-19T04:45:14.634Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
7122026-02-19T04:45:14.634Ztest tcp_inbound ... ok
7132026-02-19T04:45:14.634Ztest test_tcp_multicast_denied ... ok
7142026-02-19T04:45:14.634Ztest test_gateway_neighbor_advert_reply ... ok
7152026-02-19T04:45:14.634Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
7162026-02-19T04:45:14.634Ztest uft_lft_invalidation_out ... ok
7172026-02-19T04:45:14.634Ztest uft_lft_invalidation_in ... ok
7182026-02-19T04:45:14.634Z
7192026-02-19T04:45:14.634Ztest result: ok. 47 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
7202026-02-19T04:45:14.634Z
7212026-02-19T04:45:14.634Z Doc-tests oxide_vpc
7222026-02-19T04:45:15.081Z
7232026-02-19T04:45:15.081Zrunning 0 tests
7242026-02-19T04:45:15.081Z
7252026-02-19T04:45:15.085Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7262026-02-19T04:45:15.085Z
7272026-02-19T04:45:15.110Z
7282026-02-19T04:45:15.110Zreal 1:44.878809578
7292026-02-19T04:45:15.110Zuser 7:25.312132062
7302026-02-19T04:45:15.110Zsys 18.580477613
7312026-02-19T04:45:15.110Ztrap 0.233480254
7322026-02-19T04:45:15.110Ztflt 0.253104514
7332026-02-19T04:45:15.114Zdflt 0.262884638
7342026-02-19T04:45:15.114Zkflt 0.003506636
7352026-02-19T04:45:15.114Zlock 22:35.413254964
7362026-02-19T04:45:15.114Zslp 20:09.603525821
7372026-02-19T04:45:15.114Zlat 13.902230075
7382026-02-19T04:45:15.114Zstop 7.729684768
7392026-02-19T04:45:15.114Zprocess exited: duration 224170 ms, exit code 0
 
7402026-02-19T04:45:15.120Zfound 0 output files