01KVYF69C38X44A5SXGMGV442V: oxide-vpc

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

Buildomat Job: 01KVYF6ZJFVWY19QYGQ4CB598M

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T04:05:33.690Zjob assigned to worker 01KVYF7513NT4B07Q48YNXB6Z0 [factory aws, i-08c9a156f2efde63c] (queued for 57 s)
 
22026-06-25T04:05:40.563Zstarting task 0: "setup"
32026-06-25T04:05:40.569Z++ uname -s
42026-06-25T04:05:40.572Z+ kern=SunOS
52026-06-25T04:05:40.572Z+ build_user=build
62026-06-25T04:05:40.572Z+ build_uid=12345
72026-06-25T04:05:40.572Z+ work_dir=/work
82026-06-25T04:05:40.572Z+ input_dir=/input
92026-06-25T04:05:40.572Z+ [[ 0 == 12345 ]]
102026-06-25T04:05:40.572Z+ case "$kern" in
112026-06-25T04:05:40.572Z+ groupadd -g 12345 build
122026-06-25T04:05:40.572Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T04:05:42.621Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T04:05:42.692Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T04:05:42.696Z+ home_fs=zfs
162026-06-25T04:05:42.696Z+ [[ zfs == autofs ]]
172026-06-25T04:05:42.696Z+ mkdir -p /home/build
182026-06-25T04:05:42.696Z+ chown build:build /home/build /work
192026-06-25T04:05:44.697Z+ chmod 0700 /home/build /work
202026-06-25T04:05:44.701Zprocess exited: duration 4135 ms, exit code 0
 
212026-06-25T04:05:44.707Zstarting task 1: "rust-toolchain"
222026-06-25T04:05:44.712Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-25T04:05:44.712Z * rust toolchain channel = "1.96.0"
242026-06-25T04:05:44.712Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-25T04:05:44.712Z * rust toolchain profile = "default"
262026-06-25T04:05:44.712Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-25T04:05:44.712Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-25T04:05:44.715Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T04:05:44.716Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-25T04:05:44.818Zinfo: downloading installer
312026-06-25T04:05:46.264Zwarn: It looks like you have an existing rustup settings file at:
322026-06-25T04:05:46.264Zwarn: /home/build/.rustup/settings.toml
332026-06-25T04:05:46.264Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-25T04:05:46.264Zwarn: instead of the one inferred from the default host triple.
352026-06-25T04:05:46.277Zinfo: profile set to default
362026-06-25T04:05:46.277Zinfo: default host triple is x86_64-unknown-illumos
372026-06-25T04:05:46.280Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-25T04:05:46.427Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-25T04:05:46.430Zinfo: downloading 6 components
402026-06-25T04:06:03.396Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-25T04:06:03.396Z
422026-06-25T04:06:03.423Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-25T04:06:03.423Z
442026-06-25T04:06:03.423Z
452026-06-25T04:06:03.423ZRust is installed now. Great!
462026-06-25T04:06:03.423Z
472026-06-25T04:06:03.428ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-25T04:06:03.428Zenvironment variable. This has not been done automatically.
492026-06-25T04:06:03.428Z
502026-06-25T04:06:03.428ZTo configure your current shell, you need to source
512026-06-25T04:06:03.428Zthe corresponding env file under $HOME/.cargo.
522026-06-25T04:06:03.429Z
532026-06-25T04:06:03.429ZThis is usually done by running one of the following (note the leading DOT):
542026-06-25T04:06:03.429Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-25T04:06:03.429Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-25T04:06:03.429Zsource "~/.cargo/env.nu" # For nushell
572026-06-25T04:06:03.429Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-25T04:06:03.429Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-25T04:06:03.429Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-25T04:06:03.429Zwarn: no default linker (`cc`) was found in your PATH
612026-06-25T04:06:03.429Zwarn: many Rust crates require a system C toolchain to build
622026-06-25T04:06:03.585Z+ rustup --version
632026-06-25T04:06:03.597Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-25T04:06:03.598Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-25T04:06:03.598Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-25T04:06:03.598Z+ cargo --version
672026-06-25T04:06:03.598Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-25T04:06:03.599Z+ rustc --version
692026-06-25T04:06:03.659Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-25T04:06:03.659Zprocess exited: duration 18888 ms, exit code 0
 
712026-06-25T04:06:03.668Zstarting task 2: "authentication"
722026-06-25T04:06:03.688Zprocess exited: duration 19 ms, exit code 0
 
732026-06-25T04:06:03.698Zstarting task 3: "clone repository"
742026-06-25T04:06:03.702Z+ mkdir -p /work/oxidecomputer/opte
752026-06-25T04:06:03.706Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-25T04:06:03.733ZCloning into '/work/oxidecomputer/opte'...
772026-06-25T04:06:05.609Z+ cd /work/oxidecomputer/opte
782026-06-25T04:06:05.609Z+ git fetch origin d1082cc955d4587752fbf7b58d475cfa9ba9ae24
792026-06-25T04:06:05.645ZFrom https://github.com/oxidecomputer/opte
802026-06-25T04:06:05.645Z * branch d1082cc955d4587752fbf7b58d475cfa9ba9ae24 -> FETCH_HEAD
812026-06-25T04:06:05.645Z+ [[ -n renovate/uuid-1.x-lockfile ]]
822026-06-25T04:06:05.645Z++ git branch --show-current
832026-06-25T04:06:05.645Z+ current=master
842026-06-25T04:06:05.645Z+ [[ master != renovate/uuid-1.x-lockfile ]]
852026-06-25T04:06:05.645Z+ git branch -f renovate/uuid-1.x-lockfile d1082cc955d4587752fbf7b58d475cfa9ba9ae24
862026-06-25T04:06:05.645Z+ git checkout -f renovate/uuid-1.x-lockfile
872026-06-25T04:06:05.645ZSwitched to branch 'renovate/uuid-1.x-lockfile'
882026-06-25T04:06:05.645Z+ git reset --hard d1082cc955d4587752fbf7b58d475cfa9ba9ae24
892026-06-25T04:06:05.645ZHEAD is now at d1082cc Update Rust crate uuid to v1.23.4
902026-06-25T04:06:05.645Zprocess exited: duration 1158 ms, exit code 0
 
912026-06-25T04:06:05.662Zstarting task 4: "build"
922026-06-25T04:06:05.687Z+ source .github/buildomat/common.sh
932026-06-25T04:06:05.687Z++ rustup show active-toolchain
942026-06-25T04:06:05.687Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-25T04:06:05.687Z++ pushd xde
962026-06-25T04:06:05.692Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-25T04:06:05.692Z++ rustup show active-toolchain
982026-06-25T04:06:05.692Zinfo: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos
992026-06-25T04:06:05.860Zinfo: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18)
1002026-06-25T04:06:05.867Zinfo: downloading 6 components
1012026-06-25T04:06:23.139Znightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-25T04:06:23.240Z+++ rustup show active-toolchain -v
1032026-06-25T04:06:23.243Z+++ head -n 1
1042026-06-25T04:06:23.243Z+++ cut '-d ' -f1
1052026-06-25T04:06:23.293Z++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1062026-06-25T04:06:23.293Z++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1072026-06-25T04:06:23.293Z++ popd
1082026-06-25T04:06:23.296Z/work/oxidecomputer/opte
1092026-06-25T04:06:23.296Z+ cargo --version
1102026-06-25T04:06:23.303Zcargo 1.96.0 (30a34c682 2026-05-25)
1112026-06-25T04:06:23.307Z+ rustc --version
1122026-06-25T04:06:23.326Zrustc 1.96.0 (ac68faa20 2026-05-25)
1132026-06-25T04:06:23.329Z+ cd lib/oxide-vpc
1142026-06-25T04:06:23.329Z+ header 'check style'
1152026-06-25T04:06:23.329Z+ echo '# ==== check style ==== #'
1162026-06-25T04:06:23.329Z# ==== check style ==== #
1172026-06-25T04:06:23.329Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check
1182026-06-25T04:06:23.452Z
1192026-06-25T04:06:23.452Zreal 0.120359004
1202026-06-25T04:06:23.452Zuser 0.086815490
1212026-06-25T04:06:23.452Zsys 0.030292389
1222026-06-25T04:06:23.452Ztrap 0.000004430
1232026-06-25T04:06:23.452Ztflt 0.000007170
1242026-06-25T04:06:23.455Zdflt 0.000023630
1252026-06-25T04:06:23.455Zkflt 0.000000000
1262026-06-25T04:06:23.455Zlock 0.031101830
1272026-06-25T04:06:23.455Zslp 0.100048524
1282026-06-25T04:06:23.455Zlat 0.000844660
1292026-06-25T04:06:23.455Zstop 0.000102400
1302026-06-25T04:06:23.455Z+ header 'check docs'
1312026-06-25T04:06:23.455Z+ echo '# ==== check docs ==== #'
1322026-06-25T04:06:23.455Z# ==== check docs ==== #
1332026-06-25T04:06:23.456Z+ RUSTDOCFLAGS='-D warnings'
1342026-06-25T04:06:23.456Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-06-25T04:06:23.523Z Updating crates.io index
1362026-06-25T04:06:23.526Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-06-25T04:06:24.211Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-06-25T04:06:24.467Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-06-25T04:06:24.826Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-06-25T04:06:25.242Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-06-25T04:06:25.485Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-06-25T04:06:25.862Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-06-25T04:06:27.785Z Downloading crates ...
1442026-06-25T04:06:27.834Z Downloaded cobs v0.3.0
1452026-06-25T04:06:27.848Z Downloaded dof v0.4.0
1462026-06-25T04:06:27.854Z Downloaded aho-corasick v1.1.4
1472026-06-25T04:06:27.872Z Downloaded regex v1.12.4
1482026-06-25T04:06:27.886Z Downloaded regex-syntax v0.8.11
1492026-06-25T04:06:27.890Z Downloaded zmij v1.0.21
1502026-06-25T04:06:27.893Z Downloaded version_check v0.9.5
1512026-06-25T04:06:27.893Z Downloaded digest v0.10.7
1522026-06-25T04:06:27.896Z Downloaded plain v0.2.3
1532026-06-25T04:06:27.896Z Downloaded fnv v1.0.7
1542026-06-25T04:06:27.896Z Downloaded usdt-attr-macro v0.6.0
1552026-06-25T04:06:27.896Z Downloaded embedded-io v0.4.0
1562026-06-25T04:06:27.899Z Downloaded itoa v1.0.18
1572026-06-25T04:06:27.904Z Downloaded proc-macro-error-attr2 v2.0.0
1582026-06-25T04:06:27.907Z Downloaded darling_macro v0.23.0
1592026-06-25T04:06:27.907Z Downloaded managed v0.8.0
1602026-06-25T04:06:27.907Z Downloaded thread-id v5.1.0
1612026-06-25T04:06:27.912Z Downloaded scroll_derive v0.13.1
1622026-06-25T04:06:27.914Z Downloaded embedded-io v0.6.1
1632026-06-25T04:06:27.914Z Downloaded ref-cast v1.0.25
1642026-06-25T04:06:27.917Z Downloaded block-buffer v0.10.4
1652026-06-25T04:06:27.917Z Downloaded crypto-common v0.1.7
1662026-06-25T04:06:27.917Z Downloaded ident_case v1.0.1
1672026-06-25T04:06:27.920Z Downloaded defmt v0.3.100
1682026-06-25T04:06:27.920Z Downloaded stable_deref_trait v1.2.1
1692026-06-25T04:06:27.924Z Downloaded sha2 v0.10.9
1702026-06-25T04:06:27.929Z Downloaded dyn-clone v1.0.20
1712026-06-25T04:06:27.932Z Downloaded cfg-if v1.0.4
1722026-06-25T04:06:27.935Z Downloaded generic-array v0.14.7
1732026-06-25T04:06:27.935Z Downloaded ref-cast-impl v1.0.25
1742026-06-25T04:06:27.935Z Downloaded usdt v0.6.0
1752026-06-25T04:06:27.940Z Downloaded pretty-hex v0.4.2
1762026-06-25T04:06:27.944Z Downloaded usdt-macro v0.6.0
1772026-06-25T04:06:27.947Z Downloaded tabwriter v1.4.1
1782026-06-25T04:06:27.951Z Downloaded strsim v0.11.1
1792026-06-25T04:06:27.954Z Downloaded cpufeatures v0.2.17
1802026-06-25T04:06:27.957Z Downloaded hash32 v0.3.1
1812026-06-25T04:06:27.959Z Downloaded darling_macro v0.21.3
1822026-06-25T04:06:27.968Z Downloaded quote v1.0.46
1832026-06-25T04:06:27.971Z Downloaded macaddr v1.0.1
1842026-06-25T04:06:27.974Z Downloaded usdt-impl v0.6.0
1852026-06-25T04:06:27.977Z Downloaded dtrace-parser v0.3.0
1862026-06-25T04:06:27.980Z Downloaded byteorder v1.5.0
1872026-06-25T04:06:27.983Z Downloaded scroll v0.13.0
1882026-06-25T04:06:27.995Z Downloaded ipnetwork v0.21.1
1892026-06-25T04:06:27.998Z Downloaded defmt-parser v1.0.0
1902026-06-25T04:06:27.998Z Downloaded thiserror-impl v2.0.18
1912026-06-25T04:06:27.998Z Downloaded ingot-types v0.1.2
1922026-06-25T04:06:28.001Z Downloaded thiserror v2.0.18
1932026-06-25T04:06:28.001Z Downloaded defmt-macros v1.1.0
1942026-06-25T04:06:28.024Z Downloaded either v1.16.0
1952026-06-25T04:06:28.024Z Downloaded serde_tokenstream v0.2.3
1962026-06-25T04:06:28.024Z Downloaded bitflags v1.3.2
1972026-06-25T04:06:28.024Z Downloaded ingot v0.1.1
1982026-06-25T04:06:28.028Z Downloaded ingot-macros v0.1.1
1992026-06-25T04:06:28.028Z Downloaded log v0.4.33
2002026-06-25T04:06:28.028Z Downloaded proc-macro-error2 v2.0.1
2012026-06-25T04:06:28.031Z Downloaded darling v0.21.3
2022026-06-25T04:06:28.031Z Downloaded defmt v1.1.0
2032026-06-25T04:06:28.034Z Downloaded darling v0.23.0
2042026-06-25T04:06:28.037Z Downloaded postcard v1.1.3
2052026-06-25T04:06:28.040Z Downloaded crc32fast v1.5.0
2062026-06-25T04:06:28.044Z Downloaded pest_generator v2.8.6
2072026-06-25T04:06:28.054Z Downloaded serde_derive v1.0.228
2082026-06-25T04:06:28.058Z Downloaded heapless v0.8.0
2092026-06-25T04:06:28.061Z Downloaded serde_core v1.0.228
2102026-06-25T04:06:28.064Z Downloaded bitflags v2.13.0
2112026-06-25T04:06:28.067Z Downloaded ucd-trie v0.1.7
2122026-06-25T04:06:28.067Z Downloaded memmap2 v0.9.10
2132026-06-25T04:06:28.071Z Downloaded pest_derive v2.8.6
2142026-06-25T04:06:28.071Z Downloaded unicode-ident v1.0.24
2152026-06-25T04:06:28.074Z Downloaded proc-macro2 v1.0.106
2162026-06-25T04:06:28.082Z Downloaded uuid v1.23.4
2172026-06-25T04:06:28.085Z Downloaded darling_core v0.21.3
2182026-06-25T04:06:28.092Z Downloaded pest_meta v2.8.6
2192026-06-25T04:06:28.096Z Downloaded darling_core v0.23.0
2202026-06-25T04:06:28.100Z Downloaded serde v1.0.228
2212026-06-25T04:06:28.106Z Downloaded zerocopy-derive v0.8.52
2222026-06-25T04:06:28.110Z Downloaded memchr v2.8.2
2232026-06-25T04:06:28.118Z Downloaded typenum v1.20.1
2242026-06-25T04:06:28.141Z Downloaded itertools v0.14.0
2252026-06-25T04:06:28.145Z Downloaded pest v2.8.6
2262026-06-25T04:06:28.150Z Downloaded itertools v0.15.0
2272026-06-25T04:06:28.155Z Downloaded serde_json v1.0.150
2282026-06-25T04:06:28.216Z Downloaded zerocopy v0.8.52
2292026-06-25T04:06:28.226Z Downloaded unicode-width v0.2.2
2302026-06-25T04:06:28.229Z Downloaded syn v2.0.118
2312026-06-25T04:06:28.234Z Downloaded goblin v0.10.7
2322026-06-25T04:06:28.238Z Downloaded smoltcp v0.11.0
2332026-06-25T04:06:28.283Z Downloaded regex-automata v0.4.14
2342026-06-25T04:06:28.291Z Downloaded libc v0.2.186
2352026-06-25T04:06:28.352Z Compiling proc-macro2 v1.0.106
2362026-06-25T04:06:28.352Z Compiling quote v1.0.46
2372026-06-25T04:06:28.352Z Compiling unicode-ident v1.0.24
2382026-06-25T04:06:28.356Z Compiling strsim v0.11.1
2392026-06-25T04:06:28.356Z Compiling ident_case v1.0.1
2402026-06-25T04:06:28.356Z Documenting unicode-ident v1.0.24
2412026-06-25T04:06:28.356Z Compiling serde_core v1.0.228
2422026-06-25T04:06:28.511Z Compiling fnv v1.0.7
2432026-06-25T04:06:28.531Z Compiling memchr v2.8.2
2442026-06-25T04:06:28.534Z Compiling thiserror v2.0.18
2452026-06-25T04:06:28.599Z Compiling regex-syntax v0.8.11
2462026-06-25T04:06:28.712Z Compiling serde v1.0.228
2472026-06-25T04:06:28.811Z Compiling zerocopy v0.8.52
2482026-06-25T04:06:29.044Z Documenting proc-macro2 v1.0.106
2492026-06-25T04:06:29.106Z Compiling aho-corasick v1.1.4
2502026-06-25T04:06:29.240Z Checking byteorder v1.5.0
2512026-06-25T04:06:29.392Z Checking syn v2.0.118
2522026-06-25T04:06:29.574Z Compiling either v1.16.0
2532026-06-25T04:06:29.680Z Documenting quote v1.0.46
2542026-06-25T04:06:29.794Z Compiling itertools v0.14.0
2552026-06-25T04:06:30.241Z Documenting syn v2.0.118
2562026-06-25T04:06:30.363Z Compiling regex-automata v0.4.14
2572026-06-25T04:06:30.619Z Compiling heapless v0.8.0
2582026-06-25T04:06:30.789Z Checking bitflags v2.13.0
2592026-06-25T04:06:30.954Z Checking hash32 v0.3.1
2602026-06-25T04:06:31.061Z Documenting serde_core v1.0.228
2612026-06-25T04:06:31.068Z Checking stable_deref_trait v1.2.1
2622026-06-25T04:06:31.100Z Checking cfg-if v1.0.4
2632026-06-25T04:06:31.131Z Checking macaddr v1.0.1
2642026-06-25T04:06:31.158Z Documenting memchr v2.8.2
2652026-06-25T04:06:31.273Z Compiling smoltcp v0.11.0
2662026-06-25T04:06:31.572Z Documenting regex-syntax v0.8.11
2672026-06-25T04:06:31.646Z Checking darling_core v0.21.3
2682026-06-25T04:06:31.816Z Documenting aho-corasick v1.1.4
2692026-06-25T04:06:32.572Z Compiling regex v1.12.4
2702026-06-25T04:06:32.615Z Compiling darling_core v0.23.0
2712026-06-25T04:06:32.900Z Documenting regex-automata v0.4.14
2722026-06-25T04:06:32.967Z Checking managed v0.8.0
2732026-06-25T04:06:32.974Z Checking bitflags v1.3.2
2742026-06-25T04:06:33.146Z Documenting zerocopy-derive v0.8.52
2752026-06-25T04:06:33.192Z Compiling zerocopy-derive v0.8.52
2762026-06-25T04:06:33.218Z Compiling serde_derive v1.0.228
2772026-06-25T04:06:33.222Z Compiling thiserror-impl v2.0.18
2782026-06-25T04:06:33.975Z Documenting thiserror-impl v2.0.18
2792026-06-25T04:06:34.275Z Documenting regex v1.12.4
2802026-06-25T04:06:34.455Z Compiling darling_macro v0.21.3
2812026-06-25T04:06:34.543Z Documenting serde_derive v1.0.228
2822026-06-25T04:06:34.579Z Checking cobs v0.3.0
2832026-06-25T04:06:34.716Z Documenting byteorder v1.5.0
2842026-06-25T04:06:34.768Z Compiling darling_macro v0.23.0
2852026-06-25T04:06:34.834Z Compiling ref-cast v1.0.25
2862026-06-25T04:06:35.059Z Compiling darling v0.21.3
2872026-06-25T04:06:35.137Z Compiling ingot-macros v0.1.1
2882026-06-25T04:06:35.185Z Compiling crc32fast v1.5.0
2892026-06-25T04:06:35.251Z Documenting ingot-macros v0.1.1
2902026-06-25T04:06:35.292Z Documenting hash32 v0.3.1
2912026-06-25T04:06:35.410Z Documenting thiserror v2.0.18
2922026-06-25T04:06:35.523Z Documenting zerocopy v0.8.52
2932026-06-25T04:06:35.880Z Compiling ref-cast-impl v1.0.25
2942026-06-25T04:06:36.065Z Documenting serde v1.0.228
2952026-06-25T04:06:36.451Z Checking postcard v1.1.3
2962026-06-25T04:06:36.497Z Documenting bitflags v2.13.0
2972026-06-25T04:06:36.523Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2982026-06-25T04:06:36.729Z Documenting macaddr v1.0.1
2992026-06-25T04:06:36.766Z Documenting stable_deref_trait v1.2.1
3002026-06-25T04:06:36.977Z Compiling version_check v0.9.5
3012026-06-25T04:06:37.253Z Checking ipnetwork v0.21.1
3022026-06-25T04:06:37.297Z Documenting cfg-if v1.0.4
3032026-06-25T04:06:37.311Z Checking unicode-width v0.2.2
3042026-06-25T04:06:37.432Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3052026-06-25T04:06:37.471Z Documenting heapless v0.8.0
3062026-06-25T04:06:37.560Z Documenting cobs v0.3.0
3072026-06-25T04:06:37.566Z Compiling darling v0.23.0
3082026-06-25T04:06:37.684Z Documenting managed v0.8.0
3092026-06-25T04:06:37.902Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3102026-06-25T04:06:37.909Z Checking ingot-types v0.1.2
3112026-06-25T04:06:37.922Z Checking tabwriter v1.4.1
3122026-06-25T04:06:38.066Z Checking itertools v0.15.0
3132026-06-25T04:06:38.146Z Documenting postcard v1.1.3
3142026-06-25T04:06:38.261Z Checking ingot v0.1.1
3152026-06-25T04:06:38.411Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3162026-06-25T04:06:38.724Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3172026-06-25T04:06:38.775Z Documenting ref-cast-impl v1.0.25
3182026-06-25T04:06:38.879Z Checking dyn-clone v1.0.20
3192026-06-25T04:06:38.899Z Documenting smoltcp v0.11.0
3202026-06-25T04:06:38.922Z Documenting ingot-types v0.1.2
3212026-06-25T04:06:38.978Z Documenting ipnetwork v0.21.1
3222026-06-25T04:06:39.163Z Documenting unicode-width v0.2.2
3232026-06-25T04:06:39.365Z Documenting either v1.16.0
3242026-06-25T04:06:39.462Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3252026-06-25T04:06:39.694Z Documenting ref-cast v1.0.25
3262026-06-25T04:06:39.939Z Documenting crc32fast v1.5.0
3272026-06-25T04:06:39.946Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3282026-06-25T04:06:40.226Z Documenting ingot v0.1.1
3292026-06-25T04:06:40.430Z Documenting tabwriter v1.4.1
3302026-06-25T04:06:40.697Z Documenting itertools v0.15.0
3312026-06-25T04:06:40.836Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3322026-06-25T04:06:41.087Z Documenting dyn-clone v1.0.20
3332026-06-25T04:06:41.565Z Documenting uuid v1.23.4
3342026-06-25T04:06:41.850Z Checking uuid v1.23.4
3352026-06-25T04:06:42.099Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3362026-06-25T04:06:42.154Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3372026-06-25T04:06:43.528Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3382026-06-25T04:06:44.791Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3392026-06-25T04:06:47.152Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3402026-06-25T04:06:48.798Z Finished `dev` profile [optimized + debuginfo] target(s) in 25.33s
3412026-06-25T04:06:48.872Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3422026-06-25T04:06:48.895Z
3432026-06-25T04:06:48.900Zreal 25.423966236
3442026-06-25T04:06:48.900Zuser 1:24.941152790
3452026-06-25T04:06:48.900Zsys 17.644096741
3462026-06-25T04:06:48.900Ztrap 0.055344130
3472026-06-25T04:06:48.900Ztflt 0.042057947
3482026-06-25T04:06:48.900Zdflt 0.081881609
3492026-06-25T04:06:48.900Zkflt 0.004652700
3502026-06-25T04:06:48.900Zlock 9:02.373505441
3512026-06-25T04:06:48.900Zslp 4:48.390247882
3522026-06-25T04:06:48.900Zlat 7.576610796
3532026-06-25T04:06:48.900Zstop 13.284033074
3542026-06-25T04:06:48.900Z+ header 'analyze std + api + usdt'
3552026-06-25T04:06:48.900Z+ echo '# ==== analyze std + api + usdt ==== #'
3562026-06-25T04:06:48.900Z# ==== analyze std + api + usdt ==== #
3572026-06-25T04:06:48.900Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3582026-06-25T04:06:49.083Z Downloading crates ...
3592026-06-25T04:06:49.140Z Downloaded futures-core v0.3.32
3602026-06-25T04:06:49.148Z Downloaded once_cell v1.21.4
3612026-06-25T04:06:49.155Z Downloaded futures-sink v0.3.32
3622026-06-25T04:06:49.155Z Downloaded futures-executor v0.3.32
3632026-06-25T04:06:49.162Z Downloaded futures-io v0.3.32
3642026-06-25T04:06:49.162Z Downloaded anyhow v1.0.102
3652026-06-25T04:06:49.167Z Downloaded typeid v1.0.3
3662026-06-25T04:06:49.167Z Downloaded rusticata-macros v5.0.0
3672026-06-25T04:06:49.167Z Downloaded circular v0.3.0
3682026-06-25T04:06:49.167Z Downloaded futures-macro v0.3.32
3692026-06-25T04:06:49.173Z Downloaded futures-task v0.3.32
3702026-06-25T04:06:49.173Z Downloaded dtor-proc-macro v0.0.13
3712026-06-25T04:06:49.173Z Downloaded dtor v0.8.1
3722026-06-25T04:06:49.177Z Downloaded futures v0.3.32
3732026-06-25T04:06:49.177Z Downloaded slab v0.4.12
3742026-06-25T04:06:49.177Z Downloaded cookie-factory v0.3.3
3752026-06-25T04:06:49.181Z Downloaded pin-project-lite v0.2.17
3762026-06-25T04:06:49.181Z Downloaded ctor-proc-macro v0.0.13
3772026-06-25T04:06:49.182Z Downloaded ctor v0.10.1
3782026-06-25T04:06:49.182Z Downloaded link-section v0.2.1
3792026-06-25T04:06:49.186Z Downloaded futures-channel v0.3.32
3802026-06-25T04:06:49.205Z Downloaded nom v8.0.0
3812026-06-25T04:06:49.219Z Downloaded ron v0.12.1
3822026-06-25T04:06:49.224Z Downloaded pcap-parser v0.17.0
3832026-06-25T04:06:49.224Z Downloaded futures-util v0.3.32
3842026-06-25T04:06:49.283Z Compiling proc-macro2 v1.0.106
3852026-06-25T04:06:49.283Z Compiling quote v1.0.46
3862026-06-25T04:06:49.287Z Compiling unicode-ident v1.0.24
3872026-06-25T04:06:49.287Z Compiling memchr v2.8.2
3882026-06-25T04:06:49.287Z Compiling thiserror v2.0.18
3892026-06-25T04:06:49.288Z Compiling zerocopy v0.8.52
3902026-06-25T04:06:49.288Z Compiling serde_core v1.0.228
3912026-06-25T04:06:49.466Z Compiling zmij v1.0.21
3922026-06-25T04:06:49.683Z Compiling libc v0.2.186
3932026-06-25T04:06:49.689Z Compiling ident_case v1.0.1
3942026-06-25T04:06:49.735Z Compiling ucd-trie v0.1.7
3952026-06-25T04:06:49.773Z Compiling strsim v0.11.1
3962026-06-25T04:06:49.785Z Compiling serde_json v1.0.150
3972026-06-25T04:06:49.896Z Compiling pest v2.8.6
3982026-06-25T04:06:49.943Z Compiling serde v1.0.228
3992026-06-25T04:06:50.180Z Compiling fnv v1.0.7
4002026-06-25T04:06:50.316Z Compiling aho-corasick v1.1.4
4012026-06-25T04:06:50.342Z Compiling regex-syntax v0.8.11
4022026-06-25T04:06:50.551Z Compiling syn v2.0.118
4032026-06-25T04:06:50.605Z Compiling itoa v1.0.18
4042026-06-25T04:06:50.620Z Checking byteorder v1.5.0
4052026-06-25T04:06:51.096Z Compiling pest_meta v2.8.6
4062026-06-25T04:06:51.100Z Compiling either v1.16.0
4072026-06-25T04:06:51.205Z Compiling usdt-impl v0.6.0
4082026-06-25T04:06:51.296Z Compiling itertools v0.14.0
4092026-06-25T04:06:51.445Z Checking bitflags v2.13.0
4102026-06-25T04:06:51.516Z Compiling thread-id v5.1.0
4112026-06-25T04:06:51.774Z Compiling regex-automata v0.4.14
4122026-06-25T04:06:52.065Z Compiling heapless v0.8.0
4132026-06-25T04:06:52.114Z Checking futures-sink v0.3.32
4142026-06-25T04:06:52.336Z Checking log v0.4.33
4152026-06-25T04:06:52.355Z Checking futures-core v0.3.32
4162026-06-25T04:06:52.381Z Checking plain v0.2.3
4172026-06-25T04:06:52.470Z Checking futures-channel v0.3.32
4182026-06-25T04:06:52.537Z Checking hash32 v0.3.1
4192026-06-25T04:06:52.655Z Checking futures-io v0.3.32
4202026-06-25T04:06:52.659Z Checking cfg-if v1.0.4
4212026-06-25T04:06:52.710Z Checking macaddr v1.0.1
4222026-06-25T04:06:52.720Z Checking slab v0.4.12
4232026-06-25T04:06:52.758Z Checking pin-project-lite v0.2.17
4242026-06-25T04:06:52.844Z Checking stable_deref_trait v1.2.1
4252026-06-25T04:06:52.848Z Compiling smoltcp v0.11.0
4262026-06-25T04:06:52.867Z Checking futures-task v0.3.32
4272026-06-25T04:06:52.907Z Checking pretty-hex v0.4.2
4282026-06-25T04:06:52.999Z Compiling pest_generator v2.8.6
4292026-06-25T04:06:53.019Z Compiling darling_core v0.21.3
4302026-06-25T04:06:53.097Z Compiling darling_core v0.23.0
4312026-06-25T04:06:53.378Z Compiling ref-cast v1.0.25
4322026-06-25T04:06:53.538Z Compiling regex v1.12.4
4332026-06-25T04:06:53.611Z Compiling crc32fast v1.5.0
4342026-06-25T04:06:53.692Z Compiling version_check v0.9.5
4352026-06-25T04:06:53.896Z Checking managed v0.8.0
4362026-06-25T04:06:53.937Z Checking bitflags v1.3.2
4372026-06-25T04:06:53.967Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4382026-06-25T04:06:54.070Z Checking memmap2 v0.9.10
4392026-06-25T04:06:54.181Z Compiling serde_derive v1.0.228
4402026-06-25T04:06:54.217Z Compiling thiserror-impl v2.0.18
4412026-06-25T04:06:54.230Z Compiling zerocopy-derive v0.8.52
4422026-06-25T04:06:54.380Z Compiling pest_derive v2.8.6
4432026-06-25T04:06:54.918Z Compiling scroll_derive v0.13.1
4442026-06-25T04:06:55.203Z Compiling darling_macro v0.21.3
4452026-06-25T04:06:55.307Z Compiling futures-macro v0.3.32
4462026-06-25T04:06:55.311Z Compiling darling_macro v0.23.0
4472026-06-25T04:06:55.376Z Compiling ref-cast-impl v1.0.25
4482026-06-25T04:06:55.650Z Compiling dtrace-parser v0.3.0
4492026-06-25T04:06:55.756Z Compiling darling v0.21.3
4502026-06-25T04:06:55.829Z Checking scroll v0.13.0
4512026-06-25T04:06:55.859Z Compiling ingot-macros v0.1.1
4522026-06-25T04:06:55.958Z Checking cobs v0.3.0
4532026-06-25T04:06:56.052Z Checking goblin v0.10.7
4542026-06-25T04:06:56.115Z Checking futures-util v0.3.32
4552026-06-25T04:06:56.257Z Compiling darling v0.23.0
4562026-06-25T04:06:56.331Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4572026-06-25T04:06:56.498Z Checking ipnetwork v0.21.1
4582026-06-25T04:06:56.644Z Checking unicode-width v0.2.2
4592026-06-25T04:06:56.676Z Checking itertools v0.15.0
4602026-06-25T04:06:56.898Z Checking tabwriter v1.4.1
4612026-06-25T04:06:57.374Z Checking postcard v1.1.3
4622026-06-25T04:06:57.459Z Compiling serde_tokenstream v0.2.3
4632026-06-25T04:06:57.530Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4642026-06-25T04:06:57.740Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4652026-06-25T04:06:57.900Z Checking nom v8.0.0
4662026-06-25T04:06:58.070Z Checking futures-executor v0.3.32
4672026-06-25T04:06:58.217Z Checking futures v0.3.32
4682026-06-25T04:06:58.249Z Compiling anyhow v1.0.102
4692026-06-25T04:06:58.283Z Compiling typeid v1.0.3
4702026-06-25T04:06:58.334Z Checking dyn-clone v1.0.20
4712026-06-25T04:06:58.430Z Checking cookie-factory v0.3.3
4722026-06-25T04:06:58.435Z Checking uuid v1.23.4
4732026-06-25T04:06:58.545Z Checking ingot-types v0.1.2
4742026-06-25T04:06:58.564Z Compiling dof v0.4.0
4752026-06-25T04:06:58.681Z Checking circular v0.3.0
4762026-06-25T04:06:58.698Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4772026-06-25T04:06:58.742Z Compiling dtor-proc-macro v0.0.13
4782026-06-25T04:06:58.824Z Checking once_cell v1.21.4
4792026-06-25T04:06:58.876Z Compiling ctor-proc-macro v0.0.13
4802026-06-25T04:06:58.882Z Checking ingot v0.1.1
4812026-06-25T04:06:58.952Z Checking link-section v0.2.1
4822026-06-25T04:06:58.982Z Checking ron v0.12.1
4832026-06-25T04:06:59.083Z Checking dtor v0.8.1
4842026-06-25T04:06:59.212Z Checking ctor v0.10.1
4852026-06-25T04:06:59.570Z Compiling usdt-macro v0.6.0
4862026-06-25T04:06:59.573Z Compiling usdt-attr-macro v0.6.0
4872026-06-25T04:06:59.909Z Checking rusticata-macros v5.0.0
4882026-06-25T04:07:00.031Z Checking pcap-parser v0.17.0
4892026-06-25T04:07:00.183Z Checking usdt v0.6.0
4902026-06-25T04:07:00.493Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4912026-06-25T04:07:04.948Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4922026-06-25T04:07:06.610Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4932026-06-25T04:07:08.946Z Finished `dev` profile [optimized + debuginfo] target(s) in 20.00s
4942026-06-25T04:07:08.980Z
4952026-06-25T04:07:08.980Zreal 20.080747370
4962026-06-25T04:07:08.980Zuser 1:14.549276788
4972026-06-25T04:07:08.984Zsys 15.475706141
4982026-06-25T04:07:08.984Ztrap 0.039076580
4992026-06-25T04:07:08.984Ztflt 0.092978685
5002026-06-25T04:07:08.984Zdflt 0.158692193
5012026-06-25T04:07:08.984Zkflt 0.000010150
5022026-06-25T04:07:08.984Zlock 4:08.287746697
5032026-06-25T04:07:08.984Zslp 3:56.132553775
5042026-06-25T04:07:08.984Zlat 4.403106375
5052026-06-25T04:07:08.984Zstop 8.729210976
5062026-06-25T04:07:08.984Z+ header 'analyze no_std + engine + kernel'
5072026-06-25T04:07:08.984Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
5082026-06-25T04:07:08.984Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5092026-06-25T04:07:08.984Z# ==== analyze no_std + engine + kernel ==== #
5102026-06-25T04:07:09.162Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5112026-06-25T04:07:09.162Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5122026-06-25T04:07:09.165Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5132026-06-25T04:07:09.182Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5142026-06-25T04:07:09.430Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5152026-06-25T04:07:13.235Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5162026-06-25T04:07:14.661Z Finished `dev` profile [optimized + debuginfo] target(s) in 5.63s
5172026-06-25T04:07:14.687Z
5182026-06-25T04:07:14.690Zreal 5.700602106
5192026-06-25T04:07:14.690Zuser 5.932139605
5202026-06-25T04:07:14.690Zsys 1.037620277
5212026-06-25T04:07:14.690Ztrap 0.001062860
5222026-06-25T04:07:14.690Ztflt 0.006787280
5232026-06-25T04:07:14.690Zdflt 0.004697271
5242026-06-25T04:07:14.690Zkflt 0.000000000
5252026-06-25T04:07:14.690Zlock 26.721155528
5262026-06-25T04:07:14.690Zslp 21.223497203
5272026-06-25T04:07:14.690Zlat 0.049495548
5282026-06-25T04:07:14.690Zstop 0.257113599
5292026-06-25T04:07:14.690Z+ header test
5302026-06-25T04:07:14.690Z+ echo '# ==== test ==== #'
5312026-06-25T04:07:14.690Z+ ptime -m cargo test
5322026-06-25T04:07:14.690Z# ==== test ==== #
5332026-06-25T04:07:14.847Z Compiling memchr v2.8.2
5342026-06-25T04:07:14.851Z Compiling serde_core v1.0.228
5352026-06-25T04:07:14.872Z Compiling thiserror v2.0.18
5362026-06-25T04:07:14.875Z Compiling zerocopy v0.8.52
5372026-06-25T04:07:14.878Z Compiling unicode-ident v1.0.24
5382026-06-25T04:07:14.878Z Compiling byteorder v1.5.0
5392026-06-25T04:07:14.883Z Compiling zmij v1.0.21
5402026-06-25T04:07:14.883Z Compiling libc v0.2.186
5412026-06-25T04:07:14.961Z Compiling proc-macro2 v1.0.106
5422026-06-25T04:07:15.007Z Compiling scroll v0.13.0
5432026-06-25T04:07:15.106Z Compiling plain v0.2.3
5442026-06-25T04:07:15.205Z Compiling futures-sink v0.3.32
5452026-06-25T04:07:15.235Z Compiling ucd-trie v0.1.7
5462026-06-25T04:07:15.275Z Compiling itoa v1.0.18
5472026-06-25T04:07:15.292Z Compiling futures-core v0.3.32
5482026-06-25T04:07:15.299Z Compiling log v0.4.33
5492026-06-25T04:07:15.455Z Compiling goblin v0.10.7
5502026-06-25T04:07:15.535Z Compiling futures-channel v0.3.32
5512026-06-25T04:07:15.535Z Compiling pest v2.8.6
5522026-06-25T04:07:15.783Z Compiling quote v1.0.46
5532026-06-25T04:07:15.962Z Compiling hash32 v0.3.1
5542026-06-25T04:07:16.129Z Compiling pretty-hex v0.4.2
5552026-06-25T04:07:16.265Z Compiling macaddr v1.0.1
5562026-06-25T04:07:16.453Z Compiling futures-io v0.3.32
5572026-06-25T04:07:16.489Z Compiling stable_deref_trait v1.2.1
5582026-06-25T04:07:16.518Z Compiling slab v0.4.12
5592026-06-25T04:07:16.558Z Compiling cfg-if v1.0.4
5602026-06-25T04:07:16.623Z Compiling pin-project-lite v0.2.17
5612026-06-25T04:07:16.642Z Compiling futures-task v0.3.32
5622026-06-25T04:07:16.700Z Compiling serde v1.0.228
5632026-06-25T04:07:16.712Z Compiling bitflags v2.13.0
5642026-06-25T04:07:16.835Z Compiling serde_json v1.0.150
5652026-06-25T04:07:16.904Z Compiling futures-util v0.3.32
5662026-06-25T04:07:17.147Z Compiling dtrace-parser v0.3.0
5672026-06-25T04:07:17.317Z Compiling heapless v0.8.0
5682026-06-25T04:07:17.354Z Compiling syn v2.0.118
5692026-06-25T04:07:17.770Z Compiling ingot-types v0.1.2
5702026-06-25T04:07:17.833Z Compiling thread-id v5.1.0
5712026-06-25T04:07:17.910Z Compiling cobs v0.3.0
5722026-06-25T04:07:17.975Z Compiling bitflags v1.3.2
5732026-06-25T04:07:18.039Z Compiling managed v0.8.0
5742026-06-25T04:07:18.181Z Compiling ingot v0.1.1
5752026-06-25T04:07:18.188Z Compiling postcard v1.1.3
5762026-06-25T04:07:18.249Z Compiling smoltcp v0.11.0
5772026-06-25T04:07:18.546Z Compiling dof v0.4.0
5782026-06-25T04:07:19.735Z Compiling futures-executor v0.3.32
5792026-06-25T04:07:20.039Z Compiling usdt-impl v0.6.0
5802026-06-25T04:07:20.344Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5812026-06-25T04:07:20.419Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5822026-06-25T04:07:20.585Z Compiling memmap2 v0.9.10
5832026-06-25T04:07:20.833Z Compiling ipnetwork v0.21.1
5842026-06-25T04:07:20.900Z Compiling either v1.16.0
5852026-06-25T04:07:21.040Z Compiling unicode-width v0.2.2
5862026-06-25T04:07:21.086Z Compiling itertools v0.15.0
5872026-06-25T04:07:21.370Z Compiling tabwriter v1.4.1
5882026-06-25T04:07:21.377Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5892026-06-25T04:07:21.780Z Compiling ref-cast v1.0.25
5902026-06-25T04:07:21.877Z Compiling usdt v0.6.0
5912026-06-25T04:07:22.101Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5922026-06-25T04:07:22.481Z Compiling futures v0.3.32
5932026-06-25T04:07:22.497Z Compiling crc32fast v1.5.0
5942026-06-25T04:07:22.531Z Compiling nom v8.0.0
5952026-06-25T04:07:22.551Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5962026-06-25T04:07:22.739Z Compiling dyn-clone v1.0.20
5972026-06-25T04:07:22.800Z Compiling cookie-factory v0.3.3
5982026-06-25T04:07:22.905Z Compiling uuid v1.23.4
5992026-06-25T04:07:23.147Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6002026-06-25T04:07:23.383Z Compiling circular v0.3.0
6012026-06-25T04:07:23.544Z Compiling dtor v0.8.1
6022026-06-25T04:07:23.602Z Compiling anyhow v1.0.102
6032026-06-25T04:07:23.627Z Compiling typeid v1.0.3
6042026-06-25T04:07:23.637Z Compiling link-section v0.2.1
6052026-06-25T04:07:23.734Z Compiling once_cell v1.21.4
6062026-06-25T04:07:23.781Z Compiling ctor v0.10.1
6072026-06-25T04:07:23.861Z Compiling ron v0.12.1
6082026-06-25T04:07:25.198Z Compiling rusticata-macros v5.0.0
6092026-06-25T04:07:25.526Z Compiling pcap-parser v0.17.0
6102026-06-25T04:07:29.096Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6112026-06-25T04:07:31.585Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6122026-06-25T04:08:09.606Z Finished `test` profile [optimized + debuginfo] target(s) in 54.90s
6132026-06-25T04:08:09.625Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-c8b3246331244640)
6142026-06-25T04:08:09.628Z
6152026-06-25T04:08:09.628Zrunning 15 tests
6162026-06-25T04:08:09.628Ztest api::tests::parse_good_proto_filter ... ok
6172026-06-25T04:08:09.628Ztest api::tests::parse_bad_address ... ok
6182026-06-25T04:08:09.628Ztest api::tests::parse_bad_proto_filter ... ok
6192026-06-25T04:08:09.628Ztest api::tests::ports_from_str_good ... ok
6202026-06-25T04:08:09.628Ztest api::tests::parse_good_address ... ok
6212026-06-25T04:08:09.628Ztest api::tests::ports_from_str_bad ... ok
6222026-06-25T04:08:09.628Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6232026-06-25T04:08:09.628Ztest cfg::tests::test_required_nat_space ... ok
6242026-06-25T04:08:09.628Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6252026-06-25T04:08:09.628Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6262026-06-25T04:08:09.628Ztest engine::geneve::test::parse_multi_opt ... ok
6272026-06-25T04:08:09.628Ztest engine::geneve::test::parse_single_opt ... ok
6282026-06-25T04:08:09.628Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6292026-06-25T04:08:09.628Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6302026-06-25T04:08:09.631Ztest engine::firewall::tests::port_predicate_simplification ... ok
6312026-06-25T04:08:09.631Z
6322026-06-25T04:08:09.631Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6332026-06-25T04:08:09.631Z
6342026-06-25T04:08:09.631Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-27fbad6414db1cf9)
6352026-06-25T04:08:09.631Z
6362026-06-25T04:08:09.631Zrunning 4 tests
6372026-06-25T04:08:09.634Ztest firewall_vni_outbound ... ok
6382026-06-25T04:08:09.634Ztest firewall_external_inbound ... ok
6392026-06-25T04:08:09.634Ztest firewall_vni_inbound ... ok
6402026-06-25T04:08:09.634Ztest firewall_replace_rules ... ok
6412026-06-25T04:08:09.634Z
6422026-06-25T04:08:09.634Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6432026-06-25T04:08:09.634Z
6442026-06-25T04:08:09.634Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-aa8d562eba8127c8)
6452026-06-25T04:08:09.634Z
6462026-06-25T04:08:09.634Zrunning 2 tests
6472026-06-25T04:08:09.634Ztest parse_in_regression ... ok
6482026-06-25T04:08:09.635Ztest parse_out_regression ... ok
6492026-06-25T04:08:09.635Z
6502026-06-25T04:08:09.635Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6512026-06-25T04:08:09.635Z
6522026-06-25T04:08:09.635Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-d2458e2e1ff90162)
6532026-06-25T04:08:09.638Z
6542026-06-25T04:08:09.638Zrunning 48 tests
6552026-06-25T04:08:09.638Ztest bad_ip_len ... ok
6562026-06-25T04:08:09.638Ztest add_remove_fw_rule ... ok
6572026-06-25T04:08:09.638Ztest check_layers ... ok
6582026-06-25T04:08:09.638Ztest arp_gateway ... ok
6592026-06-25T04:08:09.638Ztest anti_spoof ... ok
6602026-06-25T04:08:09.638Ztest external_attached_subnets_cannot_reach_internal ... ok
6612026-06-25T04:08:09.638Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6622026-06-25T04:08:09.638Ztest external_attached_subnets_dont_apply_nat ... ok
6632026-06-25T04:08:09.642Ztest flow_expiration ... ok
6642026-06-25T04:08:09.642Ztest external_ip_epoch_affinity_preserved ... ok
6652026-06-25T04:08:09.642Ztest gateway_icmp4_ping ... ok
6662026-06-25T04:08:09.642Ztest gateway_icmpv6_ping ... ok
6672026-06-25T04:08:09.642Ztest external_ip_reconfigurable ... ok
6682026-06-25T04:08:09.642Ztest gateway_router_advert_reply ... ok
6692026-06-25T04:08:09.642Ztest early_tcp_invalidation ... ok
6702026-06-25T04:08:09.642Ztest guest_to_internet_ipv4 ... ok
6712026-06-25T04:08:09.642Ztest guest_to_guest_diff_vpc_no_peer ... ok
6722026-06-25T04:08:09.642Ztest guest_to_guest_no_route ... ok
6732026-06-25T04:08:09.642Ztest guest_to_internet_ipv6 ... ok
6742026-06-25T04:08:09.642Ztest guest_to_guest ... ok
6752026-06-25T04:08:09.642Ztest icmp_inner_has_nat_applied ... ok
6762026-06-25T04:08:09.642Ztest inbound_ndp_dropped_at_gateway ... ok
6772026-06-25T04:08:09.642Ztest external_ip_balanced_over_floating_ips ... ok
6782026-06-25T04:08:09.642Ztest icmpv6_inner_has_nat_applied ... ok
6792026-06-25T04:08:09.642Ztest intra_subnet_routes_with_custom ... ok
6802026-06-25T04:08:09.642Ztest packet_body_pullup ... ok
6812026-06-25T04:08:09.642Ztest internal_attached_subnets ... ok
6822026-06-25T04:08:09.643Ztest external_ip_receive_and_reply_on_all ... ok
6832026-06-25T04:08:09.643Ztest no_panic_on_flow_table_full ... ok
6842026-06-25T04:08:09.643Ztest outbound_ndp_dropped ... ok
6852026-06-25T04:08:09.643Ztest port_transition_running ... ok
6862026-06-25T04:08:09.643Ztest port_transition_reset ... ok
6872026-06-25T04:08:09.643Ztest port_transition_pause ... ok
6882026-06-25T04:08:09.643Ztest port_as_router_target ... ok
6892026-06-25T04:08:09.643Ztest select_eip_conditioned_on_igw ... ok
6902026-06-25T04:08:09.643Ztest test_drop_on_unknown_critical_option ... ok
6912026-06-25T04:08:09.643Ztest snat_icmp4_echo_rewrite ... ok
6922026-06-25T04:08:09.643Ztest tcp_invalidation_does_not_block_connection ... ok
6932026-06-25T04:08:09.643Ztest snat_icmp6_echo_rewrite ... ok
6942026-06-25T04:08:09.643Ztest tcp_inbound ... ok
6952026-06-25T04:08:09.643Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6962026-06-25T04:08:09.643Ztest tcp_outbound ... ok
6972026-06-25T04:08:09.643Ztest test_tcp_multicast_denied ... ok
6982026-06-25T04:08:09.643Ztest test_gateway_neighbor_advert_reply ... ok
6992026-06-25T04:08:09.643Ztest test_ipv6_multicast_encapsulation ... ok
7002026-06-25T04:08:09.643Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
7012026-06-25T04:08:09.643Ztest uft_lft_invalidation_out ... ok
7022026-06-25T04:08:09.643Ztest uft_lft_invalidation_in ... ok
7032026-06-25T04:08:09.643Z
7042026-06-25T04:08:09.643Ztest result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7052026-06-25T04:08:09.643Z
7062026-06-25T04:08:09.643Z Doc-tests oxide_vpc
7072026-06-25T04:08:09.942Z
7082026-06-25T04:08:09.942Zrunning 0 tests
7092026-06-25T04:08:09.942Z
7102026-06-25T04:08:09.942Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7112026-06-25T04:08:09.942Z
7122026-06-25T04:08:09.971Z
7132026-06-25T04:08:09.971Zreal 55.272150549
7142026-06-25T04:08:09.971Zuser 3:19.902478850
7152026-06-25T04:08:09.974Zsys 11.967929247
7162026-06-25T04:08:09.974Ztrap 0.092836431
7172026-06-25T04:08:09.974Ztflt 0.195301002
7182026-06-25T04:08:09.974Zdflt 0.423822992
7192026-06-25T04:08:09.974Zkflt 0.000025030
7202026-06-25T04:08:09.974Zlock 12:50.193249314
7212026-06-25T04:08:09.974Zslp 6:38.144596888
7222026-06-25T04:08:09.974Zlat 8.235049587
7232026-06-25T04:08:09.974Zstop 5.197350203
7242026-06-25T04:08:09.974Zprocess exited: duration 124311 ms, exit code 0
 
7252026-06-25T04:08:09.981Zfound 0 output files