01KNRWYT0Y7GG9RFAQQ3WHG5AJ: oxide-vpc

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

Buildomat Job: 01KNRWZ5761T0YCB7J9M6VMPJV

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-09T10:36:19.681Zjob assigned to worker 01KNRWZAHEZEG9MZ580DZ8JQEN [factory aws, i-0b28ba8dd7593f3bd] (queued for 56 s)
 
22026-04-09T10:36:26.433Zstarting task 0: "setup"
32026-04-09T10:36:26.440Z++ uname -s
42026-04-09T10:36:26.443Z+ kern=SunOS
52026-04-09T10:36:26.443Z+ build_user=build
62026-04-09T10:36:26.443Z+ build_uid=12345
72026-04-09T10:36:26.443Z+ work_dir=/work
82026-04-09T10:36:26.443Z+ input_dir=/input
92026-04-09T10:36:26.443Z+ [[ 0 == 12345 ]]
102026-04-09T10:36:26.443Z+ case "$kern" in
112026-04-09T10:36:26.443Z+ groupadd -g 12345 build
122026-04-09T10:36:26.446Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-09T10:36:28.450Z+ zfs create -o mountpoint=/work rpool/work
142026-04-09T10:36:28.572Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-09T10:36:28.576Z+ home_fs=zfs
162026-04-09T10:36:28.576Z+ [[ zfs == autofs ]]
172026-04-09T10:36:28.576Z+ mkdir -p /home/build
182026-04-09T10:36:28.576Z+ chown build:build /home/build /work
192026-04-09T10:36:30.577Z+ chmod 0700 /home/build /work
202026-04-09T10:36:30.580Zprocess exited: duration 4145 ms, exit code 0
 
212026-04-09T10:36:30.586Zstarting task 1: "rust-toolchain"
222026-04-09T10:36:30.591Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-04-09T10:36:30.591Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-09T10:36:30.591Z * rust toolchain channel = "1.90.0"
252026-04-09T10:36:30.591Z * rust toolchain profile = "default"
262026-04-09T10:36:30.591Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-09T10:36:30.591Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-09T10:36:30.594Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-09T10:36:30.594Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-04-09T10:36:30.717Zinfo: downloading installer
312026-04-09T10:36:32.031Zwarn: It looks like you have an existing installation of Rust at:
322026-04-09T10:36:32.031Zwarn: /opt/ooce/bin
332026-04-09T10:36:32.031Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-09T10:36:32.031Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-09T10:36:32.031Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-09T10:36:32.031Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-09T10:36:32.031Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-09T10:36:32.031Zerror: cannot install while Rust is installed
392026-04-09T10:36:32.031Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-09T10:36:32.031Zwarn: It looks like you have an existing rustup settings file at:
412026-04-09T10:36:32.031Zwarn: /home/build/.rustup/settings.toml
422026-04-09T10:36:32.031Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-09T10:36:32.031Zwarn: instead of the one inferred from the default host triple.
442026-04-09T10:36:32.044Zinfo: profile set to default
452026-04-09T10:36:32.044Zinfo: default host triple is x86_64-unknown-illumos
462026-04-09T10:36:32.047Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-04-09T10:36:32.183Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-04-09T10:36:32.186Zinfo: downloading 6 components
492026-04-09T10:36:45.941Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-04-09T10:36:45.941Z
512026-04-09T10:36:45.970Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-04-09T10:36:45.970Z
532026-04-09T10:36:45.970Z
542026-04-09T10:36:45.970ZRust is installed now. Great!
552026-04-09T10:36:45.970Z
562026-04-09T10:36:45.970ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-09T10:36:45.971Zenvironment variable. This has not been done automatically.
582026-04-09T10:36:45.971Z
592026-04-09T10:36:45.971ZTo configure your current shell, you need to source
602026-04-09T10:36:45.971Zthe corresponding env file under $HOME/.cargo.
612026-04-09T10:36:45.971Z
622026-04-09T10:36:45.971ZThis is usually done by running one of the following (note the leading DOT):
632026-04-09T10:36:45.971Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-09T10:36:45.971Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-09T10:36:45.971Zsource "~/.cargo/env.nu" # For nushell
662026-04-09T10:36:45.971Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-09T10:36:45.971Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-09T10:36:45.971Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-09T10:36:45.974Zwarn: no default linker (`cc`) was found in your PATH
702026-04-09T10:36:45.974Zwarn: many Rust crates require a system C toolchain to build
712026-04-09T10:36:46.055Z+ rustup --version
722026-04-09T10:36:46.064Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-09T10:36:46.067Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-09T10:36:46.087Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-04-09T10:36:46.090Z+ cargo --version
762026-04-09T10:36:46.102Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-04-09T10:36:46.105Z+ rustc --version
782026-04-09T10:36:46.125Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-04-09T10:36:46.128Zprocess exited: duration 15540 ms, exit code 0
 
802026-04-09T10:36:46.134Zstarting task 2: "authentication"
812026-04-09T10:36:46.150Zprocess exited: duration 16 ms, exit code 0
 
822026-04-09T10:36:46.156Zstarting task 3: "clone repository"
832026-04-09T10:36:46.159Z+ mkdir -p /work/oxidecomputer/opte
842026-04-09T10:36:46.162Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-09T10:36:46.193ZCloning into '/work/oxidecomputer/opte'...
862026-04-09T10:36:46.984Z+ cd /work/oxidecomputer/opte
872026-04-09T10:36:46.984Z+ git fetch origin ab9008db67870d407c9413ef129e4eb701cc81a6
882026-04-09T10:36:47.251ZFrom https://github.com/oxidecomputer/opte
892026-04-09T10:36:47.251Z * branch ab9008db67870d407c9413ef129e4eb701cc81a6 -> FETCH_HEAD
902026-04-09T10:36:47.258Z+ [[ -n zl/filter-mcast-srcs ]]
912026-04-09T10:36:47.261Z++ git branch --show-current
922026-04-09T10:36:47.261Z+ current=master
932026-04-09T10:36:47.261Z+ [[ master != zl/filter-mcast-srcs ]]
942026-04-09T10:36:47.261Z+ git branch -f zl/filter-mcast-srcs ab9008db67870d407c9413ef129e4eb701cc81a6
952026-04-09T10:36:47.264Z+ git checkout -f zl/filter-mcast-srcs
962026-04-09T10:36:47.280ZSwitched to branch 'zl/filter-mcast-srcs'
972026-04-09T10:36:47.283Z+ git reset --hard ab9008db67870d407c9413ef129e4eb701cc81a6
982026-04-09T10:36:47.286ZHEAD is now at ab9008d [review] api comment updates for ord impl
992026-04-09T10:36:47.289Zprocess exited: duration 1131 ms, exit code 0
 
1002026-04-09T10:36:47.295Zstarting task 4: "build"
1012026-04-09T10:36:47.299Z+ source .github/buildomat/common.sh
1022026-04-09T10:36:47.302Z++ rustup show active-toolchain
1032026-04-09T10:36:47.305Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-04-09T10:36:47.307Z++ pushd xde
1052026-04-09T10:36:47.307Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-04-09T10:36:47.307Z++ rustup show active-toolchain
1072026-04-09T10:36:47.311Zinfo: syncing channel updates for nightly-2025-09-19-x86_64-unknown-illumos
1082026-04-09T10:36:47.460Zinfo: latest update on 2025-09-19 for version 1.92.0-nightly (7c275d09e 2025-09-18)
1092026-04-09T10:36:47.463Zinfo: downloading 6 components
1102026-04-09T10:37:00.807Znightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-04-09T10:37:00.884Z+++ rustup show active-toolchain -v
1122026-04-09T10:37:00.888Z+++ head -n 1
1132026-04-09T10:37:00.888Z+++ cut '-d ' -f1
1142026-04-09T10:37:00.946Z++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1152026-04-09T10:37:00.946Z++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1162026-04-09T10:37:00.946Z++ popd
1172026-04-09T10:37:00.946Z/work/oxidecomputer/opte
1182026-04-09T10:37:00.949Z+ cargo --version
1192026-04-09T10:37:00.955Zcargo 1.90.0 (840b83a10 2025-07-30)
1202026-04-09T10:37:00.958Z+ rustc --version
1212026-04-09T10:37:00.978Zrustc 1.90.0 (1159e78c4 2025-09-14)
1222026-04-09T10:37:00.981Z+ cd lib/oxide-vpc
1232026-04-09T10:37:00.981Z+ header 'check style'
1242026-04-09T10:37:00.981Z+ echo '# ==== check style ==== #'
1252026-04-09T10:37:00.981Z# ==== check style ==== #
1262026-04-09T10:37:00.981Z+ ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos fmt -- --check
1272026-04-09T10:37:01.107Z
1282026-04-09T10:37:01.107Zreal 0.124367475
1292026-04-09T10:37:01.107Zuser 0.088589312
1302026-04-09T10:37:01.107Zsys 0.032348924
1312026-04-09T10:37:01.107Ztrap 0.000022746
1322026-04-09T10:37:01.107Ztflt 0.000051478
1332026-04-09T10:37:01.111Zdflt 0.000015808
1342026-04-09T10:37:01.111Zkflt 0.000000000
1352026-04-09T10:37:01.111Zlock 0.046237417
1362026-04-09T10:37:01.111Zslp 0.107373110
1372026-04-09T10:37:01.111Zlat 0.001165481
1382026-04-09T10:37:01.111Zstop 0.000106629
1392026-04-09T10:37:01.111Z+ header 'check docs'
1402026-04-09T10:37:01.111Z# ==== check docs ==== #
1412026-04-09T10:37:01.111Z+ echo '# ==== check docs ==== #'
1422026-04-09T10:37:01.111Z+ RUSTDOCFLAGS='-D warnings'
1432026-04-09T10:37:01.111Z+ ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1442026-04-09T10:37:01.181Z Updating crates.io index
1452026-04-09T10:37:01.214Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-04-09T10:37:02.141Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-04-09T10:37:02.429Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-04-09T10:37:02.862Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-04-09T10:37:03.225Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-04-09T10:37:03.472Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-04-09T10:37:03.739Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-04-09T10:37:05.630Z Downloading crates ...
1532026-04-09T10:37:05.673Z Downloaded dof v0.4.0
1542026-04-09T10:37:05.676Z Downloaded digest v0.10.7
1552026-04-09T10:37:05.679Z Downloaded bitflags v1.3.2
1562026-04-09T10:37:05.682Z Downloaded dtrace-parser v0.3.0
1572026-04-09T10:37:05.682Z Downloaded defmt-macros v1.0.1
1582026-04-09T10:37:05.686Z Downloaded cpufeatures v0.2.17
1592026-04-09T10:37:05.689Z Downloaded managed v0.8.0
1602026-04-09T10:37:05.689Z Downloaded serde_tokenstream v0.2.2
1612026-04-09T10:37:05.689Z Downloaded ipnetwork v0.21.1
1622026-04-09T10:37:05.691Z Downloaded fnv v1.0.7
1632026-04-09T10:37:05.692Z Downloaded stable_deref_trait v1.2.1
1642026-04-09T10:37:05.694Z Downloaded quote v1.0.44
1652026-04-09T10:37:05.694Z Downloaded ingot-macros v0.1.1
1662026-04-09T10:37:05.704Z Downloaded ref-cast v1.0.25
1672026-04-09T10:37:05.707Z Downloaded aho-corasick v1.1.4
1682026-04-09T10:37:05.710Z Downloaded plain v0.2.3
1692026-04-09T10:37:05.713Z Downloaded ident_case v1.0.1
1702026-04-09T10:37:05.716Z Downloaded proc-macro-error-attr2 v2.0.0
1712026-04-09T10:37:05.716Z Downloaded scroll_derive v0.13.1
1722026-04-09T10:37:05.719Z Downloaded pretty-hex v0.4.1
1732026-04-09T10:37:05.722Z Downloaded itoa v1.0.17
1742026-04-09T10:37:05.726Z Downloaded usdt-macro v0.6.0
1752026-04-09T10:37:05.729Z Downloaded generic-array v0.14.7
1762026-04-09T10:37:05.732Z Downloaded embedded-io v0.4.0
1772026-04-09T10:37:05.732Z Downloaded tabwriter v1.4.1
1782026-04-09T10:37:05.735Z Downloaded ref-cast-impl v1.0.25
1792026-04-09T10:37:06.741Z Downloaded defmt-parser v1.0.0
1802026-04-09T10:37:06.741Z Downloaded darling_macro v0.21.3
1812026-04-09T10:37:06.741Z Downloaded hash32 v0.3.1
1822026-04-09T10:37:06.741Z Downloaded thread-id v5.1.0
1832026-04-09T10:37:06.741Z Downloaded strsim v0.11.1
1842026-04-09T10:37:06.745Z Downloaded macaddr v1.0.1
1852026-04-09T10:37:06.745Z Downloaded defmt v0.3.100
1862026-04-09T10:37:06.745Z Downloaded version_check v0.9.5
1872026-04-09T10:37:06.745Z Downloaded usdt v0.6.0
1882026-04-09T10:37:06.745Z Downloaded cfg-if v1.0.4
1892026-04-09T10:37:06.746Z Downloaded usdt-attr-macro v0.6.0
1902026-04-09T10:37:06.746Z Downloaded cobs v0.3.0
1912026-04-09T10:37:06.746Z Downloaded block-buffer v0.10.4
1922026-04-09T10:37:06.746Z Downloaded embedded-io v0.6.1
1932026-04-09T10:37:06.746Z Downloaded dyn-clone v1.0.20
1942026-04-09T10:37:06.746Z Downloaded proc-macro-error2 v2.0.1
1952026-04-09T10:37:06.746Z Downloaded ingot-types v0.1.2
1962026-04-09T10:37:06.746Z Downloaded thiserror v2.0.18
1972026-04-09T10:37:06.746Z Downloaded scroll v0.13.0
1982026-04-09T10:37:06.746Z Downloaded ingot v0.1.1
1992026-04-09T10:37:06.746Z Downloaded pest_generator v2.8.6
2002026-04-09T10:37:06.746Z Downloaded darling v0.21.3
2012026-04-09T10:37:06.746Z Downloaded sha2 v0.10.9
2022026-04-09T10:37:06.746Z Downloaded usdt-impl v0.6.0
2032026-04-09T10:37:06.746Z Downloaded zmij v1.0.20
2042026-04-09T10:37:06.746Z Downloaded either v1.15.0
2052026-04-09T10:37:06.746Z Downloaded defmt v1.0.1
2062026-04-09T10:37:06.746Z Downloaded byteorder v1.5.0
2072026-04-09T10:37:06.746Z Downloaded crypto-common v0.1.7
2082026-04-09T10:37:06.746Z Downloaded thiserror-impl v2.0.18
2092026-04-09T10:37:06.746Z Downloaded bitflags v2.10.0
2102026-04-09T10:37:06.746Z Downloaded memmap2 v0.9.9
2112026-04-09T10:37:06.746Z Downloaded pest_derive v2.8.6
2122026-04-09T10:37:06.746Z Downloaded crc32fast v1.5.0
2132026-04-09T10:37:06.746Z Downloaded postcard v1.1.3
2142026-04-09T10:37:06.746Z Downloaded unicode-ident v1.0.23
2152026-04-09T10:37:06.746Z Downloaded serde_derive v1.0.228
2162026-04-09T10:37:06.746Z Downloaded proc-macro2 v1.0.106
2172026-04-09T10:37:06.746Z Downloaded uuid v1.20.0
2182026-04-09T10:37:06.746Z Downloaded ucd-trie v0.1.7
2192026-04-09T10:37:06.746Z Downloaded serde_core v1.0.228
2202026-04-09T10:37:06.746Z Downloaded log v0.4.29
2212026-04-09T10:37:06.746Z Downloaded heapless v0.8.0
2222026-04-09T10:37:06.746Z Downloaded pest_meta v2.8.6
2232026-04-09T10:37:06.746Z Downloaded darling_core v0.21.3
2242026-04-09T10:37:06.746Z Downloaded typenum v1.19.0
2252026-04-09T10:37:06.746Z Downloaded memchr v2.8.0
2262026-04-09T10:37:06.746Z Downloaded serde v1.0.228
2272026-04-09T10:37:06.747Z Downloaded pest v2.8.6
2282026-04-09T10:37:06.747Z Downloaded zerocopy-derive v0.8.39
2292026-04-09T10:37:06.747Z Downloaded regex v1.12.3
2302026-04-09T10:37:06.747Z Downloaded itertools v0.14.0
2312026-04-09T10:37:06.747Z Downloaded serde_json v1.0.149
2322026-04-09T10:37:06.747Z Downloaded goblin v0.10.4
2332026-04-09T10:37:06.747Z Downloaded unicode-width v0.2.2
2342026-04-09T10:37:06.747Z Downloaded smoltcp v0.11.0
2352026-04-09T10:37:06.747Z Downloaded zerocopy v0.8.39
2362026-04-09T10:37:06.747Z Downloaded syn v2.0.114
2372026-04-09T10:37:06.747Z Downloaded regex-syntax v0.8.9
2382026-04-09T10:37:06.747Z Downloaded regex-automata v0.4.14
2392026-04-09T10:37:06.747Z Downloaded libc v0.2.180
2402026-04-09T10:37:06.747Z Compiling proc-macro2 v1.0.106
2412026-04-09T10:37:06.747Z Compiling quote v1.0.44
2422026-04-09T10:37:06.747Z Compiling unicode-ident v1.0.23
2432026-04-09T10:37:06.747Z Documenting unicode-ident v1.0.23
2442026-04-09T10:37:06.747Z Compiling serde_core v1.0.228
2452026-04-09T10:37:06.747Z Compiling fnv v1.0.7
2462026-04-09T10:37:06.747Z Compiling ident_case v1.0.1
2472026-04-09T10:37:06.747Z Compiling strsim v0.11.1
2482026-04-09T10:37:06.747Z Compiling memchr v2.8.0
2492026-04-09T10:37:06.747Z Compiling serde v1.0.228
2502026-04-09T10:37:06.747Z Compiling zerocopy v0.8.39
2512026-04-09T10:37:06.747Z Compiling thiserror v2.0.18
2522026-04-09T10:37:06.747Z Compiling regex-syntax v0.8.9
2532026-04-09T10:37:06.827Z Documenting proc-macro2 v1.0.106
2542026-04-09T10:37:06.836Z Compiling aho-corasick v1.1.4
2552026-04-09T10:37:07.032Z Compiling either v1.15.0
2562026-04-09T10:37:07.107Z Compiling syn v2.0.114
2572026-04-09T10:37:07.162Z Checking byteorder v1.5.0
2582026-04-09T10:37:07.224Z Compiling itertools v0.14.0
2592026-04-09T10:37:07.357Z Documenting quote v1.0.44
2602026-04-09T10:37:07.813Z Documenting syn v2.0.114
2612026-04-09T10:37:07.916Z Documenting ident_case v1.0.1
2622026-04-09T10:37:07.955Z Compiling regex-automata v0.4.14
2632026-04-09T10:37:08.341Z Documenting fnv v1.0.7
2642026-04-09T10:37:08.399Z Compiling heapless v0.8.0
2652026-04-09T10:37:08.586Z Documenting strsim v0.11.1
2662026-04-09T10:37:08.769Z Checking bitflags v2.10.0
2672026-04-09T10:37:08.841Z Checking hash32 v0.3.1
2682026-04-09T10:37:08.918Z Documenting serde_core v1.0.228
2692026-04-09T10:37:08.946Z Checking cfg-if v1.0.4
2702026-04-09T10:37:09.003Z Checking stable_deref_trait v1.2.1
2712026-04-09T10:37:09.027Z Checking macaddr v1.0.1
2722026-04-09T10:37:09.065Z Documenting memchr v2.8.0
2732026-04-09T10:37:09.109Z Checking darling_core v0.21.3
2742026-04-09T10:37:09.163Z Documenting regex-syntax v0.8.9
2752026-04-09T10:37:09.768Z Compiling regex v1.12.3
2762026-04-09T10:37:09.855Z Documenting darling_core v0.21.3
2772026-04-09T10:37:10.019Z Documenting aho-corasick v1.1.4
2782026-04-09T10:37:10.209Z Compiling smoltcp v0.11.0
2792026-04-09T10:37:10.527Z Checking managed v0.8.0
2802026-04-09T10:37:10.705Z Checking bitflags v1.3.2
2812026-04-09T10:37:10.755Z Compiling thiserror-impl v2.0.18
2822026-04-09T10:37:10.765Z Compiling serde_derive v1.0.228
2832026-04-09T10:37:10.860Z Compiling zerocopy-derive v0.8.39
2842026-04-09T10:37:10.872Z Documenting regex-automata v0.4.14
2852026-04-09T10:37:11.002Z Documenting darling_macro v0.21.3
2862026-04-09T10:37:11.602Z Documenting zerocopy-derive v0.8.39
2872026-04-09T10:37:11.674Z Compiling darling_macro v0.21.3
2882026-04-09T10:37:11.724Z Documenting thiserror-impl v2.0.18
2892026-04-09T10:37:11.814Z Documenting serde_derive v1.0.228
2902026-04-09T10:37:12.057Z Checking cobs v0.3.0
2912026-04-09T10:37:12.186Z Compiling crc32fast v1.5.0
2922026-04-09T10:37:12.206Z Documenting regex v1.12.3
2932026-04-09T10:37:12.217Z Compiling darling v0.21.3
2942026-04-09T10:37:12.283Z Compiling ingot-macros v0.1.1
2952026-04-09T10:37:12.370Z Documenting darling v0.21.3
2962026-04-09T10:37:12.508Z Compiling ref-cast v1.0.25
2972026-04-09T10:37:12.530Z Documenting byteorder v1.5.0
2982026-04-09T10:37:12.864Z Documenting thiserror v2.0.18
2992026-04-09T10:37:12.909Z Documenting zerocopy v0.8.39
3002026-04-09T10:37:13.146Z Documenting hash32 v0.3.1
3012026-04-09T10:37:13.378Z Documenting ingot-macros v0.1.1
3022026-04-09T10:37:13.464Z Documenting serde v1.0.228
3032026-04-09T10:37:13.632Z Compiling ref-cast-impl v1.0.25
3042026-04-09T10:37:13.766Z Checking postcard v1.1.3
3052026-04-09T10:37:14.029Z Documenting bitflags v2.10.0
3062026-04-09T10:37:14.209Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3072026-04-09T10:37:14.387Z Documenting cfg-if v1.0.4
3082026-04-09T10:37:14.448Z Documenting macaddr v1.0.1
3092026-04-09T10:37:14.485Z Checking unicode-width v0.2.2
3102026-04-09T10:37:14.724Z Documenting stable_deref_trait v1.2.1
3112026-04-09T10:37:14.829Z Compiling version_check v0.9.5
3122026-04-09T10:37:14.867Z Checking ipnetwork v0.21.1
3132026-04-09T10:37:14.878Z Documenting cobs v0.3.0
3142026-04-09T10:37:14.999Z Documenting managed v0.8.0
3152026-04-09T10:37:15.037Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3162026-04-09T10:37:15.056Z Checking ingot-types v0.1.2
3172026-04-09T10:37:15.128Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3182026-04-09T10:37:15.179Z Checking tabwriter v1.4.1
3192026-04-09T10:37:15.347Z Documenting heapless v0.8.0
3202026-04-09T10:37:15.389Z Checking ingot v0.1.1
3212026-04-09T10:37:15.522Z Documenting postcard v1.1.3
3222026-04-09T10:37:15.598Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3232026-04-09T10:37:16.010Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3242026-04-09T10:37:16.028Z Documenting ingot-types v0.1.2
3252026-04-09T10:37:16.072Z Documenting ref-cast-impl v1.0.25
3262026-04-09T10:37:16.236Z Documenting unicode-width v0.2.2
3272026-04-09T10:37:16.308Z Checking dyn-clone v1.0.20
3282026-04-09T10:37:16.407Z Documenting either v1.15.0
3292026-04-09T10:37:16.460Z Documenting smoltcp v0.11.0
3302026-04-09T10:37:16.563Z Documenting ipnetwork v0.21.1
3312026-04-09T10:37:16.645Z Documenting crc32fast v1.5.0
3322026-04-09T10:37:16.919Z Documenting ingot v0.1.1
3332026-04-09T10:37:17.010Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3342026-04-09T10:37:17.083Z Documenting ref-cast v1.0.25
3352026-04-09T10:37:17.279Z Documenting tabwriter v1.4.1
3362026-04-09T10:37:17.492Z Documenting itertools v0.14.0
3372026-04-09T10:37:17.701Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3382026-04-09T10:37:17.835Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3392026-04-09T10:37:17.947Z Documenting dyn-clone v1.0.20
3402026-04-09T10:37:18.460Z Documenting uuid v1.20.0
3412026-04-09T10:37:18.738Z Checking uuid v1.20.0
3422026-04-09T10:37:18.972Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3432026-04-09T10:37:19.176Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3442026-04-09T10:37:19.495Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3452026-04-09T10:37:21.341Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3462026-04-09T10:37:23.456Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3472026-04-09T10:37:24.911Z Finished `dev` profile [optimized + debuginfo] target(s) in 23.79s
3482026-04-09T10:37:24.992Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3492026-04-09T10:37:25.008Z
3502026-04-09T10:37:25.011Zreal 23.882542053
3512026-04-09T10:37:25.011Zuser 1:19.782482143
3522026-04-09T10:37:25.011Zsys 16.147584008
3532026-04-09T10:37:25.011Ztrap 0.043605097
3542026-04-09T10:37:25.011Ztflt 0.082357905
3552026-04-09T10:37:25.011Zdflt 0.070944538
3562026-04-09T10:37:25.011Zkflt 0.004361157
3572026-04-09T10:37:25.011Zlock 6:43.195526505
3582026-04-09T10:37:25.012Zslp 5:21.921021217
3592026-04-09T10:37:25.012Zlat 7.686244367
3602026-04-09T10:37:25.012Zstop 8.850671585
3612026-04-09T10:37:25.012Z+ header 'analyze std + api + usdt'
3622026-04-09T10:37:25.012Z+ echo '# ==== analyze std + api + usdt ==== #'
3632026-04-09T10:37:25.012Z# ==== analyze std + api + usdt ==== #
3642026-04-09T10:37:25.012Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3652026-04-09T10:37:25.197Z Downloading crates ...
3662026-04-09T10:37:25.251Z Downloaded ctor v0.6.3
3672026-04-09T10:37:25.254Z Downloaded futures-core v0.3.31
3682026-04-09T10:37:25.263Z Downloaded futures-macro v0.3.31
3692026-04-09T10:37:25.266Z Downloaded futures-task v0.3.31
3702026-04-09T10:37:25.269Z Downloaded pin-utils v0.1.0
3712026-04-09T10:37:25.269Z Downloaded dtor-proc-macro v0.0.6
3722026-04-09T10:37:25.269Z Downloaded dtor v0.1.1
3732026-04-09T10:37:25.272Z Downloaded rusticata-macros v5.0.0
3742026-04-09T10:37:25.275Z Downloaded circular v0.3.0
3752026-04-09T10:37:25.275Z Downloaded futures-sink v0.3.31
3762026-04-09T10:37:25.275Z Downloaded futures-io v0.3.31
3772026-04-09T10:37:25.275Z Downloaded pin-project-lite v0.2.16
3782026-04-09T10:37:25.278Z Downloaded typeid v1.0.3
3792026-04-09T10:37:25.281Z Downloaded ctor-proc-macro v0.0.7
3802026-04-09T10:37:25.284Z Downloaded slab v0.4.12
3812026-04-09T10:37:25.287Z Downloaded futures-executor v0.3.31
3822026-04-09T10:37:25.287Z Downloaded cookie-factory v0.3.3
3832026-04-09T10:37:25.291Z Downloaded futures-channel v0.3.31
3842026-04-09T10:37:25.294Z Downloaded once_cell v1.21.3
3852026-04-09T10:37:25.297Z Downloaded futures v0.3.31
3862026-04-09T10:37:25.301Z Downloaded anyhow v1.0.101
3872026-04-09T10:37:25.314Z Downloaded futures-util v0.3.31
3882026-04-09T10:37:25.320Z Downloaded ron v0.12.0
3892026-04-09T10:37:25.324Z Downloaded pcap-parser v0.17.0
3902026-04-09T10:37:25.327Z Downloaded nom v8.0.0
3912026-04-09T10:37:25.373Z Compiling proc-macro2 v1.0.106
3922026-04-09T10:37:25.376Z Compiling quote v1.0.44
3932026-04-09T10:37:25.376Z Compiling unicode-ident v1.0.23
3942026-04-09T10:37:25.376Z Compiling memchr v2.8.0
3952026-04-09T10:37:25.376Z Compiling thiserror v2.0.18
3962026-04-09T10:37:25.376Z Compiling zerocopy v0.8.39
3972026-04-09T10:37:25.376Z Compiling serde_core v1.0.228
3982026-04-09T10:37:25.376Z Compiling zmij v1.0.20
3992026-04-09T10:37:25.707Z Compiling libc v0.2.180
4002026-04-09T10:37:25.738Z Compiling ucd-trie v0.1.7
4012026-04-09T10:37:25.741Z Compiling serde_json v1.0.149
4022026-04-09T10:37:25.914Z Compiling pest v2.8.6
4032026-04-09T10:37:25.945Z Compiling serde v1.0.228
4042026-04-09T10:37:25.960Z Compiling fnv v1.0.7
4052026-04-09T10:37:26.055Z Compiling strsim v0.11.1
4062026-04-09T10:37:26.125Z Compiling ident_case v1.0.1
4072026-04-09T10:37:26.367Z Compiling aho-corasick v1.1.4
4082026-04-09T10:37:26.456Z Compiling itoa v1.0.17
4092026-04-09T10:37:26.545Z Checking byteorder v1.5.0
4102026-04-09T10:37:26.575Z Compiling syn v2.0.114
4112026-04-09T10:37:26.619Z Compiling regex-syntax v0.8.9
4122026-04-09T10:37:27.079Z Compiling pest_meta v2.8.6
4132026-04-09T10:37:27.118Z Compiling usdt-impl v0.6.0
4142026-04-09T10:37:27.148Z Compiling either v1.15.0
4152026-04-09T10:37:27.199Z Checking bitflags v2.10.0
4162026-04-09T10:37:27.339Z Compiling itertools v0.14.0
4172026-04-09T10:37:27.534Z Compiling thread-id v5.1.0
4182026-04-09T10:37:27.697Z Checking log v0.4.29
4192026-04-09T10:37:27.911Z Compiling heapless v0.8.0
4202026-04-09T10:37:27.971Z Checking plain v0.2.3
4212026-04-09T10:37:28.063Z Compiling regex-automata v0.4.14
4222026-04-09T10:37:28.106Z Checking futures-core v0.3.31
4232026-04-09T10:37:28.190Z Checking futures-sink v0.3.31
4242026-04-09T10:37:28.279Z Checking futures-channel v0.3.31
4252026-04-09T10:37:28.522Z Checking hash32 v0.3.1
4262026-04-09T10:37:28.636Z Checking slab v0.4.12
4272026-04-09T10:37:28.663Z Checking pin-utils v0.1.0
4282026-04-09T10:37:28.672Z Checking futures-task v0.3.31
4292026-04-09T10:37:28.678Z Checking cfg-if v1.0.4
4302026-04-09T10:37:28.716Z Checking futures-io v0.3.31
4312026-04-09T10:37:28.730Z Checking stable_deref_trait v1.2.1
4322026-04-09T10:37:28.790Z Checking pretty-hex v0.4.1
4332026-04-09T10:37:28.794Z Compiling smoltcp v0.11.0
4342026-04-09T10:37:28.817Z Checking pin-project-lite v0.2.16
4352026-04-09T10:37:28.893Z Checking macaddr v1.0.1
4362026-04-09T10:37:29.000Z Compiling pest_generator v2.8.6
4372026-04-09T10:37:29.031Z Compiling darling_core v0.21.3
4382026-04-09T10:37:29.174Z Compiling crc32fast v1.5.0
4392026-04-09T10:37:29.250Z Checking managed v0.8.0
4402026-04-09T10:37:29.395Z Compiling version_check v0.9.5
4412026-04-09T10:37:29.421Z Compiling ref-cast v1.0.25
4422026-04-09T10:37:29.442Z Checking bitflags v1.3.2
4432026-04-09T10:37:29.639Z Checking memmap2 v0.9.9
4442026-04-09T10:37:29.664Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4452026-04-09T10:37:29.718Z Compiling regex v1.12.3
4462026-04-09T10:37:29.825Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4472026-04-09T10:37:29.955Z Checking ipnetwork v0.21.1
4482026-04-09T10:37:30.115Z Checking unicode-width v0.2.2
4492026-04-09T10:37:30.259Z Compiling serde_derive v1.0.228
4502026-04-09T10:37:30.274Z Compiling thiserror-impl v2.0.18
4512026-04-09T10:37:30.282Z Compiling zerocopy-derive v0.8.39
4522026-04-09T10:37:30.356Z Compiling pest_derive v2.8.6
4532026-04-09T10:37:30.605Z Compiling scroll_derive v0.13.1
4542026-04-09T10:37:30.725Z Compiling futures-macro v0.3.31
4552026-04-09T10:37:30.860Z Compiling ref-cast-impl v1.0.25
4562026-04-09T10:37:31.127Z Checking tabwriter v1.4.1
4572026-04-09T10:37:31.164Z Compiling darling_macro v0.21.3
4582026-04-09T10:37:31.409Z Checking scroll v0.13.0
4592026-04-09T10:37:31.523Z Checking futures-util v0.3.31
4602026-04-09T10:37:31.557Z Checking dtrace-parser v0.3.0
4612026-04-09T10:37:31.699Z Compiling darling v0.21.3
4622026-04-09T10:37:31.768Z Compiling ingot-macros v0.1.1
4632026-04-09T10:37:31.778Z Checking goblin v0.10.4
4642026-04-09T10:37:31.989Z Checking cobs v0.3.0
4652026-04-09T10:37:32.126Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4662026-04-09T10:37:32.202Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4672026-04-09T10:37:32.762Z Checking nom v8.0.0
4682026-04-09T10:37:32.813Z Checking dyn-clone v1.0.20
4692026-04-09T10:37:33.262Z Checking postcard v1.1.3
4702026-04-09T10:37:33.380Z Compiling serde_tokenstream v0.2.2
4712026-04-09T10:37:33.384Z Checking futures-executor v0.3.31
4722026-04-09T10:37:33.516Z Checking futures v0.3.31
4732026-04-09T10:37:33.524Z Compiling anyhow v1.0.101
4742026-04-09T10:37:33.581Z Compiling typeid v1.0.3
4752026-04-09T10:37:33.641Z Checking cookie-factory v0.3.3
4762026-04-09T10:37:33.879Z Checking uuid v1.20.0
4772026-04-09T10:37:33.884Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4782026-04-09T10:37:34.010Z Compiling dtor-proc-macro v0.0.6
4792026-04-09T10:37:34.026Z Checking circular v0.3.0
4802026-04-09T10:37:34.222Z Checking once_cell v1.21.3
4812026-04-09T10:37:34.250Z Compiling ctor-proc-macro v0.0.7
4822026-04-09T10:37:34.339Z Checking dtor v0.1.1
4832026-04-09T10:37:34.346Z Checking ron v0.12.0
4842026-04-09T10:37:34.412Z Checking ingot-types v0.1.2
4852026-04-09T10:37:34.412Z Checking dof v0.4.0
4862026-04-09T10:37:34.554Z Checking ctor v0.6.3
4872026-04-09T10:37:34.576Z Checking rusticata-macros v5.0.0
4882026-04-09T10:37:34.694Z Checking pcap-parser v0.17.0
4892026-04-09T10:37:34.723Z Checking ingot v0.1.1
4902026-04-09T10:37:35.379Z Compiling usdt-macro v0.6.0
4912026-04-09T10:37:35.379Z Compiling usdt-attr-macro v0.6.0
4922026-04-09T10:37:35.959Z Checking usdt v0.6.0
4932026-04-09T10:37:36.232Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4942026-04-09T10:37:40.499Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4952026-04-09T10:37:42.129Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4962026-04-09T10:37:44.339Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.27s
4972026-04-09T10:37:44.371Z
4982026-04-09T10:37:44.374Zreal 19.356055400
4992026-04-09T10:37:44.375Zuser 1:10.195753338
5002026-04-09T10:37:44.375Zsys 14.338493752
5012026-04-09T10:37:44.375Ztrap 0.036743539
5022026-04-09T10:37:44.375Ztflt 0.175415153
5032026-04-09T10:37:44.375Zdflt 0.185073380
5042026-04-09T10:37:44.375Zkflt 0.000016259
5052026-04-09T10:37:44.375Zlock 2:45.500822705
5062026-04-09T10:37:44.375Zslp 4:50.007672094
5072026-04-09T10:37:44.375Zlat 4.081868152
5082026-04-09T10:37:44.375Zstop 7.331820906
5092026-04-09T10:37:44.375Z+ header 'analyze no_std + engine + kernel'
5102026-04-09T10:37:44.375Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
5112026-04-09T10:37:44.375Z# ==== analyze no_std + engine + kernel ==== #
5122026-04-09T10:37:44.375Z+ ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5132026-04-09T10:37:44.545Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5142026-04-09T10:37:44.545Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5152026-04-09T10:37:44.545Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5162026-04-09T10:37:44.545Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5172026-04-09T10:37:44.804Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5182026-04-09T10:37:49.008Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5192026-04-09T10:37:50.581Z Finished `dev` profile [optimized + debuginfo] target(s) in 6.16s
5202026-04-09T10:37:50.604Z
5212026-04-09T10:37:50.605Zreal 6.226508202
5222026-04-09T10:37:50.605Zuser 6.457040391
5232026-04-09T10:37:50.605Zsys 0.950234381
5242026-04-09T10:37:50.605Ztrap 0.001007213
5252026-04-09T10:37:50.605Ztflt 0.010941081
5262026-04-09T10:37:50.605Zdflt 0.001982848
5272026-04-09T10:37:50.605Zkflt 0.000007359
5282026-04-09T10:37:50.605Zlock 23.346722889
5292026-04-09T10:37:50.605Zslp 22.411700933
5302026-04-09T10:37:50.608Zlat 0.029900325
5312026-04-09T10:37:50.608Zstop 0.239949257
5322026-04-09T10:37:50.608Z+ header test
5332026-04-09T10:37:50.608Z+ echo '# ==== test ==== #'
5342026-04-09T10:37:50.608Z# ==== test ==== #
5352026-04-09T10:37:50.608Z+ ptime -m cargo test
5362026-04-09T10:37:50.753Z Compiling memchr v2.8.0
5372026-04-09T10:37:50.753Z Compiling serde_core v1.0.228
5382026-04-09T10:37:50.772Z Compiling thiserror v2.0.18
5392026-04-09T10:37:50.775Z Compiling zerocopy v0.8.39
5402026-04-09T10:37:50.778Z Compiling unicode-ident v1.0.23
5412026-04-09T10:37:50.778Z Compiling byteorder v1.5.0
5422026-04-09T10:37:50.782Z Compiling zmij v1.0.20
5432026-04-09T10:37:50.782Z Compiling libc v0.2.180
5442026-04-09T10:37:50.855Z Compiling proc-macro2 v1.0.106
5452026-04-09T10:37:50.897Z Compiling scroll v0.13.0
5462026-04-09T10:37:50.982Z Compiling futures-sink v0.3.31
5472026-04-09T10:37:51.074Z Compiling log v0.4.29
5482026-04-09T10:37:51.134Z Compiling itoa v1.0.17
5492026-04-09T10:37:51.138Z Compiling ucd-trie v0.1.7
5502026-04-09T10:37:51.157Z Compiling plain v0.2.3
5512026-04-09T10:37:51.252Z Compiling futures-core v0.3.31
5522026-04-09T10:37:51.288Z Compiling pest v2.8.6
5532026-04-09T10:37:51.382Z Compiling futures-channel v0.3.31
5542026-04-09T10:37:51.402Z Compiling goblin v0.10.4
5552026-04-09T10:37:51.599Z Compiling quote v1.0.44
5562026-04-09T10:37:51.777Z Compiling hash32 v0.3.1
5572026-04-09T10:37:51.938Z Compiling pin-project-lite v0.2.16
5582026-04-09T10:37:52.026Z Compiling futures-io v0.3.31
5592026-04-09T10:37:52.209Z Compiling stable_deref_trait v1.2.1
5602026-04-09T10:37:52.237Z Compiling pretty-hex v0.4.1
5612026-04-09T10:37:52.277Z Compiling cfg-if v1.0.4
5622026-04-09T10:37:52.336Z Compiling slab v0.4.12
5632026-04-09T10:37:52.340Z Compiling futures-task v0.3.31
5642026-04-09T10:37:52.367Z Compiling macaddr v1.0.1
5652026-04-09T10:37:52.503Z Compiling serde v1.0.228
5662026-04-09T10:37:52.515Z Compiling bitflags v2.10.0
5672026-04-09T10:37:52.621Z Compiling serde_json v1.0.149
5682026-04-09T10:37:52.663Z Compiling pin-utils v0.1.0
5692026-04-09T10:37:52.727Z Compiling futures-util v0.3.31
5702026-04-09T10:37:52.903Z Compiling dtrace-parser v0.3.0
5712026-04-09T10:37:52.987Z Compiling heapless v0.8.0
5722026-04-09T10:37:53.117Z Compiling syn v2.0.114
5732026-04-09T10:37:53.417Z Compiling thread-id v5.1.0
5742026-04-09T10:37:53.456Z Compiling cobs v0.3.0
5752026-04-09T10:37:53.489Z Compiling managed v0.8.0
5762026-04-09T10:37:53.720Z Compiling ingot-types v0.1.2
5772026-04-09T10:37:53.724Z Compiling bitflags v1.3.2
5782026-04-09T10:37:53.785Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5792026-04-09T10:37:53.842Z Compiling smoltcp v0.11.0
5802026-04-09T10:37:54.009Z Compiling postcard v1.1.3
5812026-04-09T10:37:54.112Z Compiling ingot v0.1.1
5822026-04-09T10:37:54.356Z Compiling dof v0.4.0
5832026-04-09T10:37:55.489Z Compiling futures-executor v0.3.31
5842026-04-09T10:37:55.901Z Compiling usdt-impl v0.6.0
5852026-04-09T10:37:56.101Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5862026-04-09T10:37:56.349Z Compiling memmap2 v0.9.9
5872026-04-09T10:37:56.470Z Compiling unicode-width v0.2.2
5882026-04-09T10:37:56.642Z Compiling ipnetwork v0.21.1
5892026-04-09T10:37:56.696Z Compiling either v1.15.0
5902026-04-09T10:37:56.769Z Compiling tabwriter v1.4.1
5912026-04-09T10:37:56.868Z Compiling itertools v0.14.0
5922026-04-09T10:37:57.167Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5932026-04-09T10:37:57.184Z Compiling usdt v0.6.0
5942026-04-09T10:37:57.779Z Compiling ref-cast v1.0.25
5952026-04-09T10:37:57.783Z Compiling crc32fast v1.5.0
5962026-04-09T10:37:57.874Z Compiling futures v0.3.31
5972026-04-09T10:37:57.985Z Compiling nom v8.0.0
5982026-04-09T10:37:58.019Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5992026-04-09T10:37:58.344Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6002026-04-09T10:37:58.539Z Compiling dyn-clone v1.0.20
6012026-04-09T10:37:58.698Z Compiling cookie-factory v0.3.3
6022026-04-09T10:37:58.709Z Compiling uuid v1.20.0
6032026-04-09T10:37:58.998Z Compiling circular v0.3.0
6042026-04-09T10:37:59.266Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6052026-04-09T10:37:59.294Z Compiling dtor v0.1.1
6062026-04-09T10:37:59.365Z Compiling anyhow v1.0.101
6072026-04-09T10:37:59.497Z Compiling typeid v1.0.3
6082026-04-09T10:37:59.563Z Compiling once_cell v1.21.3
6092026-04-09T10:37:59.591Z Compiling ctor v0.6.3
6102026-04-09T10:37:59.714Z Compiling ron v0.12.0
6112026-04-09T10:38:00.235Z Compiling rusticata-macros v5.0.0
6122026-04-09T10:38:00.470Z Compiling pcap-parser v0.17.0
6132026-04-09T10:38:03.241Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6142026-04-09T10:38:06.166Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6152026-04-09T10:38:45.800Z Finished `test` profile [optimized + debuginfo] target(s) in 55.18s
6162026-04-09T10:38:45.816Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-4253bcaca658cf48)
6172026-04-09T10:38:45.819Z
6182026-04-09T10:38:45.819Zrunning 15 tests
6192026-04-09T10:38:45.822Ztest api::tests::parse_bad_address ... ok
6202026-04-09T10:38:45.822Ztest api::tests::parse_bad_proto_filter ... ok
6212026-04-09T10:38:45.822Ztest api::tests::parse_good_proto_filter ... ok
6222026-04-09T10:38:45.822Ztest api::tests::ports_from_str_bad ... ok
6232026-04-09T10:38:45.822Ztest api::tests::ports_from_str_good ... ok
6242026-04-09T10:38:45.822Ztest api::tests::parse_good_address ... ok
6252026-04-09T10:38:45.822Ztest cfg::tests::test_required_nat_space ... ok
6262026-04-09T10:38:45.822Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6272026-04-09T10:38:45.822Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6282026-04-09T10:38:45.822Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6292026-04-09T10:38:45.822Ztest engine::geneve::test::parse_multi_opt ... ok
6302026-04-09T10:38:45.822Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6312026-04-09T10:38:45.822Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6322026-04-09T10:38:45.822Ztest engine::geneve::test::parse_single_opt ... ok
6332026-04-09T10:38:45.822Ztest engine::firewall::tests::port_predicate_simplification ... ok
6342026-04-09T10:38:45.823Z
6352026-04-09T10:38:45.823Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6362026-04-09T10:38:45.823Z
6372026-04-09T10:38:45.823Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-5093ffd208b0da27)
6382026-04-09T10:38:45.826Z
6392026-04-09T10:38:45.826Zrunning 4 tests
6402026-04-09T10:38:45.826Ztest firewall_external_inbound ... ok
6412026-04-09T10:38:45.826Ztest firewall_vni_outbound ... ok
6422026-04-09T10:38:45.826Ztest firewall_vni_inbound ... ok
6432026-04-09T10:38:45.826Ztest firewall_replace_rules ... ok
6442026-04-09T10:38:45.826Z
6452026-04-09T10:38:45.826Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6462026-04-09T10:38:45.826Z
6472026-04-09T10:38:45.826Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-0081fbd1405bc32a)
6482026-04-09T10:38:45.829Z
6492026-04-09T10:38:45.829Zrunning 2 tests
6502026-04-09T10:38:45.829Ztest parse_in_regression ... ok
6512026-04-09T10:38:45.829Ztest parse_out_regression ... ok
6522026-04-09T10:38:45.829Z
6532026-04-09T10:38:45.829Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6542026-04-09T10:38:45.829Z
6552026-04-09T10:38:45.829Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-b3b987c63c921b5f)
6562026-04-09T10:38:45.832Z
6572026-04-09T10:38:45.832Zrunning 47 tests
6582026-04-09T10:38:45.832Ztest bad_ip_len ... ok
6592026-04-09T10:38:45.832Ztest check_layers ... ok
6602026-04-09T10:38:45.832Ztest add_remove_fw_rule ... ok
6612026-04-09T10:38:45.832Ztest external_attached_subnets_cannot_reach_internal ... ok
6622026-04-09T10:38:45.832Ztest arp_gateway ... ok
6632026-04-09T10:38:45.832Ztest anti_spoof ... ok
6642026-04-09T10:38:45.832Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6652026-04-09T10:38:45.832Ztest external_attached_subnets_dont_apply_nat ... ok
6662026-04-09T10:38:45.832Ztest external_ip_epoch_affinity_preserved ... ok
6672026-04-09T10:38:45.832Ztest flow_expiration ... ok
6682026-04-09T10:38:45.832Ztest gateway_icmpv6_ping ... ok
6692026-04-09T10:38:45.832Ztest gateway_icmp4_ping ... ok
6702026-04-09T10:38:45.832Ztest early_tcp_invalidation ... ok
6712026-04-09T10:38:45.832Ztest external_ip_reconfigurable ... ok
6722026-04-09T10:38:45.832Ztest guest_to_guest_no_route ... ok
6732026-04-09T10:38:45.833Ztest guest_to_guest_diff_vpc_no_peer ... ok
6742026-04-09T10:38:45.833Ztest gateway_router_advert_reply ... ok
6752026-04-09T10:38:45.833Ztest guest_to_guest ... ok
6762026-04-09T10:38:45.833Ztest guest_to_internet_ipv6 ... ok
6772026-04-09T10:38:45.833Ztest guest_to_internet_ipv4 ... ok
6782026-04-09T10:38:45.833Ztest icmp_inner_has_nat_applied ... ok
6792026-04-09T10:38:45.833Ztest inbound_ndp_dropped_at_gateway ... ok
6802026-04-09T10:38:45.833Ztest icmpv6_inner_has_nat_applied ... ok
6812026-04-09T10:38:45.833Ztest no_panic_on_flow_table_full ... ok
6822026-04-09T10:38:45.836Ztest packet_body_pullup ... ok
6832026-04-09T10:38:45.836Ztest intra_subnet_routes_with_custom ... ok
6842026-04-09T10:38:45.836Ztest outbound_ndp_dropped ... ok
6852026-04-09T10:38:45.836Ztest external_ip_balanced_over_floating_ips ... ok
6862026-04-09T10:38:45.836Ztest external_ip_receive_and_reply_on_all ... ok
6872026-04-09T10:38:45.836Ztest internal_attached_subnets ... ok
6882026-04-09T10:38:45.836Ztest port_transition_reset ... ok
6892026-04-09T10:38:45.836Ztest port_transition_running ... ok
6902026-04-09T10:38:45.836Ztest port_as_router_target ... ok
6912026-04-09T10:38:45.836Ztest test_drop_on_unknown_critical_option ... ok
6922026-04-09T10:38:45.836Ztest port_transition_pause ... ok
6932026-04-09T10:38:45.836Ztest select_eip_conditioned_on_igw ... ok
6942026-04-09T10:38:45.836Ztest test_gateway_neighbor_advert_reply ... ok
6952026-04-09T10:38:45.836Ztest snat_icmp6_echo_rewrite ... ok
6962026-04-09T10:38:45.836Ztest snat_icmp4_echo_rewrite ... ok
6972026-04-09T10:38:45.836Ztest tcp_inbound ... ok
6982026-04-09T10:38:45.836Ztest test_ipv6_multicast_encapsulation ... ok
6992026-04-09T10:38:45.836Ztest tcp_outbound ... ok
7002026-04-09T10:38:45.836Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
7012026-04-09T10:38:45.836Ztest test_tcp_multicast_denied ... ok
7022026-04-09T10:38:45.836Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
7032026-04-09T10:38:45.837Ztest uft_lft_invalidation_out ... ok
7042026-04-09T10:38:45.837Ztest uft_lft_invalidation_in ... ok
7052026-04-09T10:38:45.837Z
7062026-04-09T10:38:45.837Ztest result: ok. 47 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7072026-04-09T10:38:45.837Z
7082026-04-09T10:38:45.837Z Doc-tests oxide_vpc
7092026-04-09T10:38:46.131Z
7102026-04-09T10:38:46.131Zrunning 0 tests
7112026-04-09T10:38:46.131Z
7122026-04-09T10:38:46.134Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7132026-04-09T10:38:46.134Z
7142026-04-09T10:38:46.158Z
7152026-04-09T10:38:46.161Zreal 55.539893637
7162026-04-09T10:38:46.161Zuser 3:21.213196897
7172026-04-09T10:38:46.161Zsys 11.520733429
7182026-04-09T10:38:46.161Ztrap 0.094874670
7192026-04-09T10:38:46.161Ztflt 0.267733741
7202026-04-09T10:38:46.161Zdflt 0.181514450
7212026-04-09T10:38:46.161Zkflt 0.000003918
7222026-04-09T10:38:46.161Zlock 10:39.342900173
7232026-04-09T10:38:46.161Zslp 9:26.770648444
7242026-04-09T10:38:46.161Zlat 8.444045395
7252026-04-09T10:38:46.161Zstop 5.303953272
7262026-04-09T10:38:46.161Zprocess exited: duration 118856 ms, exit code 0
 
7272026-04-09T10:38:46.168Zfound 0 output files