01KRB1RYYB7Y35DW5RH6HNH9NN: oxide-vpc

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

Buildomat Job: 01KRB1SES5ZPHWRNJ503YPK9NK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-11T08:18:17.873Zjob assigned to worker 01KRB1SJAST8YTR2M7D9RWFGTQ [factory aws, i-0db345bcf433d3753] (queued for 55 s)
 
22026-05-11T08:18:24.559Zstarting task 0: "setup"
32026-05-11T08:18:24.564Z++ uname -s
42026-05-11T08:18:24.567Z+ kern=SunOS
52026-05-11T08:18:24.567Z+ build_user=build
62026-05-11T08:18:24.567Z+ build_uid=12345
72026-05-11T08:18:24.567Z+ work_dir=/work
82026-05-11T08:18:24.567Z+ input_dir=/input
92026-05-11T08:18:24.567Z+ [[ 0 == 12345 ]]
102026-05-11T08:18:24.567Z+ case "$kern" in
112026-05-11T08:18:24.567Z+ groupadd -g 12345 build
122026-05-11T08:18:24.570Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-11T08:18:26.574Z+ zfs create -o mountpoint=/work rpool/work
142026-05-11T08:18:26.688Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-11T08:18:26.691Z+ home_fs=zfs
162026-05-11T08:18:26.691Z+ [[ zfs == autofs ]]
172026-05-11T08:18:26.691Z+ mkdir -p /home/build
182026-05-11T08:18:26.692Z+ chown build:build /home/build /work
192026-05-11T08:18:27.693Z+ chmod 0700 /home/build /work
202026-05-11T08:18:27.696Zprocess exited: duration 3138 ms, exit code 0
 
212026-05-11T08:18:27.703Zstarting task 1: "rust-toolchain"
222026-05-11T08:18:27.707Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-05-11T08:18:27.710Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-11T08:18:27.710Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-11T08:18:27.710Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-11T08:18:27.710Z * rust toolchain channel = "1.94.1"
272026-05-11T08:18:27.710Z * rust toolchain profile = "default"
282026-05-11T08:18:27.710Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-11T08:18:27.710Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-05-11T08:18:27.803Zinfo: downloading installer
312026-05-11T08:18:29.281Zwarn: It looks like you have an existing rustup settings file at:
322026-05-11T08:18:29.281Zwarn: /home/build/.rustup/settings.toml
332026-05-11T08:18:29.281Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-11T08:18:29.281Zwarn: instead of the one inferred from the default host triple.
352026-05-11T08:18:29.293Zinfo: profile set to default
362026-05-11T08:18:29.293Zinfo: default host triple is x86_64-unknown-illumos
372026-05-11T08:18:29.296Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
382026-05-11T08:18:29.428Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
392026-05-11T08:18:29.431Zinfo: downloading 6 components
402026-05-11T08:18:44.882Z
412026-05-11T08:18:44.882Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
422026-05-11T08:18:44.919Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
432026-05-11T08:18:44.919Z
442026-05-11T08:18:44.919Z
452026-05-11T08:18:44.919ZRust is installed now. Great!
462026-05-11T08:18:44.919Z
472026-05-11T08:18:44.919ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-11T08:18:44.920Zenvironment variable. This has not been done automatically.
492026-05-11T08:18:44.920Z
502026-05-11T08:18:44.920ZTo configure your current shell, you need to source
512026-05-11T08:18:44.920Zthe corresponding env file under $HOME/.cargo.
522026-05-11T08:18:44.920Z
532026-05-11T08:18:44.920ZThis is usually done by running one of the following (note the leading DOT):
542026-05-11T08:18:44.920Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-11T08:18:44.920Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-11T08:18:44.920Zsource "~/.cargo/env.nu" # For nushell
572026-05-11T08:18:44.920Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-11T08:18:44.920Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-11T08:18:44.920Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-11T08:18:44.923Zwarn: no default linker (`cc`) was found in your PATH
612026-05-11T08:18:44.923Zwarn: many Rust crates require a system C toolchain to build
622026-05-11T08:18:45.013Z+ rustup --version
632026-05-11T08:18:45.022Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-11T08:18:45.027Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-11T08:18:45.044Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
662026-05-11T08:18:45.047Z+ cargo --version
672026-05-11T08:18:45.060Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
682026-05-11T08:18:45.064Z+ rustc --version
692026-05-11T08:18:45.083Zrustc 1.94.1 (e408947bf 2026-03-25)
702026-05-11T08:18:45.086Zprocess exited: duration 17383 ms, exit code 0
 
712026-05-11T08:18:45.092Zstarting task 2: "authentication"
722026-05-11T08:18:45.109Zprocess exited: duration 16 ms, exit code 0
 
732026-05-11T08:18:45.116Zstarting task 3: "clone repository"
742026-05-11T08:18:45.119Z+ mkdir -p /work/oxidecomputer/opte
752026-05-11T08:18:45.122Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-11T08:18:45.150ZCloning into '/work/oxidecomputer/opte'...
772026-05-11T08:18:45.940Z+ cd /work/oxidecomputer/opte
782026-05-11T08:18:45.940Z+ git fetch origin 27627c9e134f6dacafb579d70170e18fe7fda7e3
792026-05-11T08:18:46.299ZFrom https://github.com/oxidecomputer/opte
802026-05-11T08:18:46.299Z * branch 27627c9e134f6dacafb579d70170e18fe7fda7e3 -> FETCH_HEAD
812026-05-11T08:18:46.305Z+ [[ -n renovate/lock-file-maintenance ]]
822026-05-11T08:18:46.308Z++ git branch --show-current
832026-05-11T08:18:46.308Z+ current=master
842026-05-11T08:18:46.308Z+ [[ master != renovate/lock-file-maintenance ]]
852026-05-11T08:18:46.308Z+ git branch -f renovate/lock-file-maintenance 27627c9e134f6dacafb579d70170e18fe7fda7e3
862026-05-11T08:18:46.311Z+ git checkout -f renovate/lock-file-maintenance
872026-05-11T08:18:46.327ZSwitched to branch 'renovate/lock-file-maintenance'
882026-05-11T08:18:46.330Z+ git reset --hard 27627c9e134f6dacafb579d70170e18fe7fda7e3
892026-05-11T08:18:46.343ZHEAD is now at 27627c9 Lock file maintenance
902026-05-11T08:18:46.347Zprocess exited: duration 1228 ms, exit code 0
 
912026-05-11T08:18:46.352Zstarting task 4: "build"
922026-05-11T08:18:46.356Z+ source .github/buildomat/common.sh
932026-05-11T08:18:46.359Z++ rustup show active-toolchain
942026-05-11T08:18:46.362Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-11T08:18:46.363Z++ pushd xde
962026-05-11T08:18:46.363Z++ rustup show active-toolchain
972026-05-11T08:18:46.363Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
982026-05-11T08:18:46.367Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-11T08:18:46.512Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-11T08:18:46.515Zinfo: downloading 6 components
1012026-05-11T08:19:00.228Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-11T08:19:00.324Z+++ rustup show active-toolchain -v
1032026-05-11T08:19:00.327Z+++ head -n 1
1042026-05-11T08:19:00.327Z+++ cut '-d ' -f1
1052026-05-11T08:19:00.379Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-11T08:19:00.379Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-11T08:19:00.379Z++ popd
1082026-05-11T08:19:00.382Z/work/oxidecomputer/opte
1092026-05-11T08:19:00.382Z+ cargo --version
1102026-05-11T08:19:00.389Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1112026-05-11T08:19:00.393Z+ rustc --version
1122026-05-11T08:19:00.412Zrustc 1.94.1 (e408947bf 2026-03-25)
1132026-05-11T08:19:00.415Z+ cd lib/oxide-vpc
1142026-05-11T08:19:00.415Z+ header 'check style'
1152026-05-11T08:19:00.415Z+ echo '# ==== check style ==== #'
1162026-05-11T08:19:00.415Z# ==== check style ==== #
1172026-05-11T08:19:00.415Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1182026-05-11T08:19:00.540Z
1192026-05-11T08:19:00.540Zreal 0.121661903
1202026-05-11T08:19:00.540Zuser 0.087423246
1212026-05-11T08:19:00.540Zsys 0.031040038
1222026-05-11T08:19:00.540Ztrap 0.000005960
1232026-05-11T08:19:00.540Ztflt 0.000019550
1242026-05-11T08:19:00.540Zdflt 0.000012590
1252026-05-11T08:19:00.540Zkflt 0.000000000
1262026-05-11T08:19:00.540Zlock 0.031063336
1272026-05-11T08:19:00.540Zslp 0.101188742
1282026-05-11T08:19:00.540Zlat 0.000608240
1292026-05-11T08:19:00.540Zstop 0.000109790
1302026-05-11T08:19:00.544Z+ header 'check docs'
1312026-05-11T08:19:00.544Z+ echo '# ==== check docs ==== #'
1322026-05-11T08:19:00.544Z# ==== check docs ==== #
1332026-05-11T08:19:00.544Z+ RUSTDOCFLAGS='-D warnings'
1342026-05-11T08:19:00.544Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-05-11T08:19:00.611Z Updating crates.io index
1362026-05-11T08:19:00.644Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-05-11T08:19:01.667Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-05-11T08:19:01.978Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-05-11T08:19:02.369Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-05-11T08:19:02.643Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-05-11T08:19:03.074Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-05-11T08:19:03.385Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-05-11T08:19:05.343Z Downloading crates ...
1442026-05-11T08:19:05.386Z Downloaded darling_macro v0.23.0
1452026-05-11T08:19:05.390Z Downloaded darling_macro v0.21.3
1462026-05-11T08:19:05.407Z Downloaded hash32 v0.3.1
1472026-05-11T08:19:05.410Z Downloaded managed v0.8.0
1482026-05-11T08:19:05.410Z Downloaded generic-array v0.14.7
1492026-05-11T08:19:05.410Z Downloaded defmt v0.3.100
1502026-05-11T08:19:05.413Z Downloaded crypto-common v0.1.7
1512026-05-11T08:19:05.413Z Downloaded fnv v1.0.7
1522026-05-11T08:19:05.415Z Downloaded itoa v1.0.18
1532026-05-11T08:19:05.420Z Downloaded dof v0.4.0
1542026-05-11T08:19:05.423Z Downloaded cobs v0.3.0
1552026-05-11T08:19:05.423Z Downloaded embedded-io v0.6.1
1562026-05-11T08:19:05.427Z Downloaded macaddr v1.0.1
1572026-05-11T08:19:05.430Z Downloaded dyn-clone v1.0.20
1582026-05-11T08:19:05.430Z Downloaded cfg-if v1.0.4
1592026-05-11T08:19:05.435Z Downloaded ref-cast-impl v1.0.25
1602026-05-11T08:19:05.441Z Downloaded plain v0.2.3
1612026-05-11T08:19:05.444Z Downloaded defmt-parser v1.0.0
1622026-05-11T08:19:05.447Z Downloaded version_check v0.9.5
1632026-05-11T08:19:05.447Z Downloaded pretty-hex v0.4.2
1642026-05-11T08:19:05.447Z Downloaded cpufeatures v0.2.17
1652026-05-11T08:19:05.447Z Downloaded digest v0.10.7
1662026-05-11T08:19:05.450Z Downloaded byteorder v1.5.0
1672026-05-11T08:19:05.450Z Downloaded ingot-types v0.1.2
1682026-05-11T08:19:05.450Z Downloaded bitflags v1.3.2
1692026-05-11T08:19:05.456Z Downloaded embedded-io v0.4.0
1702026-05-11T08:19:05.465Z Downloaded proc-macro-error-attr2 v2.0.0
1712026-05-11T08:19:05.468Z Downloaded usdt-macro v0.6.0
1722026-05-11T08:19:05.468Z Downloaded usdt-attr-macro v0.6.0
1732026-05-11T08:19:05.475Z Downloaded stable_deref_trait v1.2.1
1742026-05-11T08:19:05.480Z Downloaded usdt v0.6.0
1752026-05-11T08:19:05.482Z Downloaded strsim v0.11.1
1762026-05-11T08:19:05.482Z Downloaded tabwriter v1.4.1
1772026-05-11T08:19:05.482Z Downloaded ingot v0.1.1
1782026-05-11T08:19:05.485Z Downloaded ipnetwork v0.21.1
1792026-05-11T08:19:05.485Z Downloaded defmt-macros v1.0.1
1802026-05-11T08:19:05.490Z Downloaded ident_case v1.0.1
1812026-05-11T08:19:05.493Z Downloaded defmt v1.0.1
1822026-05-11T08:19:05.496Z Downloaded block-buffer v0.10.4
1832026-05-11T08:19:05.499Z Downloaded ref-cast v1.0.25
1842026-05-11T08:19:05.499Z Downloaded pest_generator v2.8.6
1852026-05-11T08:19:05.502Z Downloaded memmap2 v0.9.10
1862026-05-11T08:19:05.502Z Downloaded darling v0.23.0
1872026-05-11T08:19:05.509Z Downloaded thiserror v2.0.18
1882026-05-11T08:19:05.512Z Downloaded zmij v1.0.21
1892026-05-11T08:19:05.517Z Downloaded thread-id v5.1.0
1902026-05-11T08:19:05.517Z Downloaded proc-macro-error2 v2.0.1
1912026-05-11T08:19:05.519Z Downloaded dtrace-parser v0.3.0
1922026-05-11T08:19:05.519Z Downloaded serde_tokenstream v0.2.3
1932026-05-11T08:19:05.523Z Downloaded sha2 v0.10.9
1942026-05-11T08:19:05.525Z Downloaded quote v1.0.45
1952026-05-11T08:19:05.526Z Downloaded thiserror-impl v2.0.18
1962026-05-11T08:19:05.526Z Downloaded scroll_derive v0.13.1
1972026-05-11T08:19:05.526Z Downloaded either v1.15.0
1982026-05-11T08:19:05.529Z Downloaded scroll v0.13.0
1992026-05-11T08:19:05.532Z Downloaded darling v0.21.3
2002026-05-11T08:19:05.534Z Downloaded bitflags v2.11.1
2012026-05-11T08:19:05.538Z Downloaded pest_derive v2.8.6
2022026-05-11T08:19:05.541Z Downloaded crc32fast v1.5.0
2032026-05-11T08:19:05.549Z Downloaded ingot-macros v0.1.1
2042026-05-11T08:19:05.553Z Downloaded usdt-impl v0.6.0
2052026-05-11T08:19:05.561Z Downloaded ucd-trie v0.1.7
2062026-05-11T08:19:05.573Z Downloaded aho-corasick v1.1.4
2072026-05-11T08:19:05.584Z Downloaded postcard v1.1.3
2082026-05-11T08:19:05.589Z Downloaded uuid v1.23.1
2092026-05-11T08:19:05.592Z Downloaded log v0.4.29
2102026-05-11T08:19:05.594Z Downloaded heapless v0.8.0
2112026-05-11T08:19:05.598Z Downloaded unicode-ident v1.0.24
2122026-05-11T08:19:05.603Z Downloaded serde_core v1.0.228
2132026-05-11T08:19:05.605Z Downloaded pest_meta v2.8.6
2142026-05-11T08:19:05.610Z Downloaded darling_core v0.23.0
2152026-05-11T08:19:05.612Z Downloaded proc-macro2 v1.0.106
2162026-05-11T08:19:05.624Z Downloaded darling_core v0.21.3
2172026-05-11T08:19:05.629Z Downloaded zerocopy-derive v0.8.48
2182026-05-11T08:19:05.634Z Downloaded memchr v2.8.0
2192026-05-11T08:19:05.643Z Downloaded serde_derive v1.0.228
2202026-05-11T08:19:05.646Z Downloaded serde v1.0.228
2212026-05-11T08:19:05.668Z Downloaded typenum v1.20.0
2222026-05-11T08:19:05.672Z Downloaded pest v2.8.6
2232026-05-11T08:19:05.679Z Downloaded itertools v0.14.0
2242026-05-11T08:19:05.685Z Downloaded serde_json v1.0.149
2252026-05-11T08:19:05.704Z Downloaded regex v1.12.3
2262026-05-11T08:19:05.758Z Downloaded unicode-width v0.2.2
2272026-05-11T08:19:05.762Z Downloaded goblin v0.10.5
2282026-05-11T08:19:05.775Z Downloaded zerocopy v0.8.48
2292026-05-11T08:19:05.784Z Downloaded syn v2.0.117
2302026-05-11T08:19:05.791Z Downloaded smoltcp v0.11.0
2312026-05-11T08:19:05.798Z Downloaded regex-syntax v0.8.10
2322026-05-11T08:19:05.825Z Downloaded regex-automata v0.4.14
2332026-05-11T08:19:05.833Z Downloaded libc v0.2.186
2342026-05-11T08:19:05.896Z Compiling proc-macro2 v1.0.106
2352026-05-11T08:19:05.896Z Compiling quote v1.0.45
2362026-05-11T08:19:05.896Z Compiling unicode-ident v1.0.24
2372026-05-11T08:19:05.899Z Compiling strsim v0.11.1
2382026-05-11T08:19:05.899Z Documenting unicode-ident v1.0.24
2392026-05-11T08:19:05.899Z Compiling ident_case v1.0.1
2402026-05-11T08:19:05.899Z Compiling serde_core v1.0.228
2412026-05-11T08:19:06.055Z Compiling fnv v1.0.7
2422026-05-11T08:19:06.073Z Compiling memchr v2.8.0
2432026-05-11T08:19:06.143Z Compiling regex-syntax v0.8.10
2442026-05-11T08:19:06.253Z Compiling serde v1.0.228
2452026-05-11T08:19:06.302Z Compiling zerocopy v0.8.48
2462026-05-11T08:19:06.358Z Compiling thiserror v2.0.18
2472026-05-11T08:19:06.580Z Documenting proc-macro2 v1.0.106
2482026-05-11T08:19:06.633Z Compiling aho-corasick v1.1.4
2492026-05-11T08:19:06.827Z Compiling either v1.15.0
2502026-05-11T08:19:06.937Z Compiling syn v2.0.117
2512026-05-11T08:19:07.025Z Checking byteorder v1.5.0
2522026-05-11T08:19:07.173Z Documenting quote v1.0.45
2532026-05-11T08:19:07.182Z Compiling itertools v0.14.0
2542026-05-11T08:19:07.727Z Documenting syn v2.0.117
2552026-05-11T08:19:07.842Z Compiling regex-automata v0.4.14
2562026-05-11T08:19:08.035Z Compiling heapless v0.8.0
2572026-05-11T08:19:08.319Z Checking bitflags v2.11.1
2582026-05-11T08:19:08.481Z Checking hash32 v0.3.1
2592026-05-11T08:19:08.488Z Documenting serde_core v1.0.228
2602026-05-11T08:19:08.518Z Checking cfg-if v1.0.4
2612026-05-11T08:19:08.578Z Checking stable_deref_trait v1.2.1
2622026-05-11T08:19:08.589Z Checking macaddr v1.0.1
2632026-05-11T08:19:08.645Z Documenting memchr v2.8.0
2642026-05-11T08:19:08.728Z Compiling smoltcp v0.11.0
2652026-05-11T08:19:09.072Z Documenting regex-syntax v0.8.10
2662026-05-11T08:19:09.153Z Checking darling_core v0.21.3
2672026-05-11T08:19:09.274Z Documenting aho-corasick v1.1.4
2682026-05-11T08:19:09.795Z Compiling regex v1.12.3
2692026-05-11T08:19:10.143Z Compiling darling_core v0.23.0
2702026-05-11T08:19:10.184Z Checking managed v0.8.0
2712026-05-11T08:19:10.318Z Documenting regex-automata v0.4.14
2722026-05-11T08:19:10.378Z Checking bitflags v1.3.2
2732026-05-11T08:19:10.459Z Documenting thiserror-impl v2.0.18
2742026-05-11T08:19:10.562Z Documenting zerocopy-derive v0.8.48
2752026-05-11T08:19:10.647Z Compiling serde_derive v1.0.228
2762026-05-11T08:19:11.248Z Compiling zerocopy-derive v0.8.48
2772026-05-11T08:19:11.387Z Compiling thiserror-impl v2.0.18
2782026-05-11T08:19:11.568Z Compiling darling_macro v0.21.3
2792026-05-11T08:19:11.685Z Documenting serde_derive v1.0.228
2802026-05-11T08:19:11.710Z Documenting regex v1.12.3
2812026-05-11T08:19:11.772Z Compiling crc32fast v1.5.0
2822026-05-11T08:19:12.092Z Compiling ref-cast v1.0.25
2832026-05-11T08:19:12.168Z Compiling darling v0.21.3
2842026-05-11T08:19:12.250Z Compiling ingot-macros v0.1.1
2852026-05-11T08:19:12.283Z Compiling darling_macro v0.23.0
2862026-05-11T08:19:12.512Z Documenting byteorder v1.5.0
2872026-05-11T08:19:12.596Z Documenting ingot-macros v0.1.1
2882026-05-11T08:19:12.790Z Checking cobs v0.3.0
2892026-05-11T08:19:12.924Z Documenting zerocopy v0.8.48
2902026-05-11T08:19:12.927Z Documenting thiserror v2.0.18
2912026-05-11T08:19:13.018Z Compiling ref-cast-impl v1.0.25
2922026-05-11T08:19:13.162Z Documenting hash32 v0.3.1
2932026-05-11T08:19:13.511Z Documenting serde v1.0.228
2942026-05-11T08:19:13.749Z Documenting bitflags v2.11.1
2952026-05-11T08:19:13.853Z Checking postcard v1.1.3
2962026-05-11T08:19:13.964Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2972026-05-11T08:19:14.131Z Documenting macaddr v1.0.1
2982026-05-11T08:19:14.216Z Compiling version_check v0.9.5
2992026-05-11T08:19:14.395Z Checking unicode-width v0.2.2
3002026-05-11T08:19:14.651Z Checking ipnetwork v0.21.1
3012026-05-11T08:19:14.655Z Documenting cfg-if v1.0.4
3022026-05-11T08:19:14.676Z Documenting stable_deref_trait v1.2.1
3032026-05-11T08:19:14.843Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3042026-05-11T08:19:14.888Z Documenting cobs v0.3.0
3052026-05-11T08:19:15.090Z Compiling darling v0.23.0
3062026-05-11T08:19:15.165Z Documenting managed v0.8.0
3072026-05-11T08:19:15.189Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3082026-05-11T08:19:15.232Z Checking tabwriter v1.4.1
3092026-05-11T08:19:15.394Z Documenting heapless v0.8.0
3102026-05-11T08:19:15.607Z Documenting postcard v1.1.3
3112026-05-11T08:19:15.655Z Checking ingot-types v0.1.2
3122026-05-11T08:19:15.909Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3132026-05-11T08:19:16.003Z Checking ingot v0.1.1
3142026-05-11T08:19:16.126Z Documenting ingot-types v0.1.2
3152026-05-11T08:19:16.128Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3162026-05-11T08:19:16.187Z Documenting ref-cast-impl v1.0.25
3172026-05-11T08:19:16.241Z Documenting either v1.15.0
3182026-05-11T08:19:16.409Z Documenting smoltcp v0.11.0
3192026-05-11T08:19:16.658Z Documenting unicode-width v0.2.2
3202026-05-11T08:19:16.720Z Checking dyn-clone v1.0.20
3212026-05-11T08:19:16.822Z Documenting ipnetwork v0.21.1
3222026-05-11T08:19:16.911Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3232026-05-11T08:19:17.149Z Documenting itertools v0.14.0
3242026-05-11T08:19:17.462Z Documenting ingot v0.1.1
3252026-05-11T08:19:17.608Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3262026-05-11T08:19:17.684Z Documenting ref-cast v1.0.25
3272026-05-11T08:19:17.944Z Documenting tabwriter v1.4.1
3282026-05-11T08:19:18.371Z Documenting crc32fast v1.5.0
3292026-05-11T08:19:18.531Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3302026-05-11T08:19:18.613Z Documenting dyn-clone v1.0.20
3312026-05-11T08:19:19.352Z Documenting uuid v1.23.1
3322026-05-11T08:19:19.493Z Checking uuid v1.23.1
3332026-05-11T08:19:19.744Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3342026-05-11T08:19:19.819Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3352026-05-11T08:19:20.604Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3362026-05-11T08:19:22.271Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3372026-05-11T08:19:24.610Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3382026-05-11T08:19:26.189Z Finished `dev` profile [optimized + debuginfo] target(s) in 25.64s
3392026-05-11T08:19:26.274Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3402026-05-11T08:19:26.294Z
3412026-05-11T08:19:26.294Zreal 25.733977337
3422026-05-11T08:19:26.297Zuser 1:24.722551461
3432026-05-11T08:19:26.297Zsys 17.589171316
3442026-05-11T08:19:26.297Ztrap 0.050715818
3452026-05-11T08:19:26.297Ztflt 0.065984852
3462026-05-11T08:19:26.297Zdflt 0.081972518
3472026-05-11T08:19:26.297Zkflt 0.004696737
3482026-05-11T08:19:26.297Zlock 8:17.661561339
3492026-05-11T08:19:26.297Zslp 4:51.669919332
3502026-05-11T08:19:26.297Zlat 8.738842599
3512026-05-11T08:19:26.297Zstop 11.760059581
3522026-05-11T08:19:26.297Z+ header 'analyze std + api + usdt'
3532026-05-11T08:19:26.297Z+ echo '# ==== analyze std + api + usdt ==== #'
3542026-05-11T08:19:26.298Z# ==== analyze std + api + usdt ==== #
3552026-05-11T08:19:26.298Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3562026-05-11T08:19:26.489Z Downloading crates ...
3572026-05-11T08:19:26.545Z Downloaded futures-executor v0.3.32
3582026-05-11T08:19:26.550Z Downloaded futures-sink v0.3.32
3592026-05-11T08:19:26.553Z Downloaded slab v0.4.12
3602026-05-11T08:19:26.558Z Downloaded typeid v1.0.3
3612026-05-11T08:19:26.561Z Downloaded futures-task v0.3.32
3622026-05-11T08:19:26.561Z Downloaded futures-macro v0.3.32
3632026-05-11T08:19:26.561Z Downloaded dtor v0.8.1
3642026-05-11T08:19:26.564Z Downloaded futures-core v0.3.32
3652026-05-11T08:19:26.567Z Downloaded rusticata-macros v5.0.0
3662026-05-11T08:19:26.567Z Downloaded futures-io v0.3.32
3672026-05-11T08:19:26.567Z Downloaded dtor-proc-macro v0.0.13
3682026-05-11T08:19:26.567Z Downloaded circular v0.3.0
3692026-05-11T08:19:26.567Z Downloaded link-section v0.2.1
3702026-05-11T08:19:26.573Z Downloaded ctor-proc-macro v0.0.13
3712026-05-11T08:19:26.578Z Downloaded ctor v0.10.1
3722026-05-11T08:19:26.581Z Downloaded pin-project-lite v0.2.17
3732026-05-11T08:19:26.586Z Downloaded once_cell v1.21.4
3742026-05-11T08:19:26.586Z Downloaded anyhow v1.0.102
3752026-05-11T08:19:26.589Z Downloaded cookie-factory v0.3.3
3762026-05-11T08:19:26.589Z Downloaded futures-channel v0.3.32
3772026-05-11T08:19:26.591Z Downloaded futures v0.3.32
3782026-05-11T08:19:26.601Z Downloaded nom v8.0.0
3792026-05-11T08:19:26.605Z Downloaded pcap-parser v0.17.0
3802026-05-11T08:19:26.608Z Downloaded ron v0.12.1
3812026-05-11T08:19:26.613Z Downloaded futures-util v0.3.32
3822026-05-11T08:19:26.668Z Compiling proc-macro2 v1.0.106
3832026-05-11T08:19:26.671Z Compiling quote v1.0.45
3842026-05-11T08:19:26.671Z Compiling unicode-ident v1.0.24
3852026-05-11T08:19:26.672Z Compiling memchr v2.8.0
3862026-05-11T08:19:26.672Z Compiling thiserror v2.0.18
3872026-05-11T08:19:26.672Z Compiling zerocopy v0.8.48
3882026-05-11T08:19:26.692Z Compiling serde_core v1.0.228
3892026-05-11T08:19:26.695Z Compiling zmij v1.0.21
3902026-05-11T08:19:27.017Z Compiling libc v0.2.186
3912026-05-11T08:19:27.041Z Compiling strsim v0.11.1
3922026-05-11T08:19:27.049Z Compiling ident_case v1.0.1
3932026-05-11T08:19:27.105Z Compiling ucd-trie v0.1.7
3942026-05-11T08:19:27.164Z Compiling serde_json v1.0.149
3952026-05-11T08:19:27.285Z Compiling pest v2.8.6
3962026-05-11T08:19:27.372Z Compiling serde v1.0.228
3972026-05-11T08:19:27.602Z Compiling fnv v1.0.7
3982026-05-11T08:19:27.757Z Compiling aho-corasick v1.1.4
3992026-05-11T08:19:27.773Z Compiling regex-syntax v0.8.10
4002026-05-11T08:19:27.959Z Compiling syn v2.0.117
4012026-05-11T08:19:27.988Z Compiling itoa v1.0.18
4022026-05-11T08:19:28.028Z Checking byteorder v1.5.0
4032026-05-11T08:19:28.568Z Compiling pest_meta v2.8.6
4042026-05-11T08:19:28.609Z Compiling usdt-impl v0.6.0
4052026-05-11T08:19:28.649Z Compiling either v1.15.0
4062026-05-11T08:19:28.689Z Checking bitflags v2.11.1
4072026-05-11T08:19:28.844Z Compiling itertools v0.14.0
4082026-05-11T08:19:29.057Z Compiling thread-id v5.1.0
4092026-05-11T08:19:29.210Z Checking log v0.4.29
4102026-05-11T08:19:29.352Z Compiling regex-automata v0.4.14
4112026-05-11T08:19:29.473Z Compiling heapless v0.8.0
4122026-05-11T08:19:29.661Z Checking futures-sink v0.3.32
4132026-05-11T08:19:29.757Z Checking plain v0.2.3
4142026-05-11T08:19:29.765Z Checking futures-core v0.3.32
4152026-05-11T08:19:29.880Z Checking futures-channel v0.3.32
4162026-05-11T08:19:30.064Z Checking hash32 v0.3.1
4172026-05-11T08:19:30.087Z Checking slab v0.4.12
4182026-05-11T08:19:30.187Z Checking futures-io v0.3.32
4192026-05-11T08:19:30.201Z Checking futures-task v0.3.32
4202026-05-11T08:19:30.242Z Checking pin-project-lite v0.2.17
4212026-05-11T08:19:30.291Z Checking cfg-if v1.0.4
4222026-05-11T08:19:30.324Z Compiling smoltcp v0.11.0
4232026-05-11T08:19:30.329Z Checking pretty-hex v0.4.2
4242026-05-11T08:19:30.352Z Checking stable_deref_trait v1.2.1
4252026-05-11T08:19:30.418Z Compiling pest_generator v2.8.6
4262026-05-11T08:19:30.434Z Compiling darling_core v0.21.3
4272026-05-11T08:19:30.529Z Compiling darling_core v0.23.0
4282026-05-11T08:19:30.620Z Checking macaddr v1.0.1
4292026-05-11T08:19:31.029Z Compiling regex v1.12.3
4302026-05-11T08:19:31.045Z Compiling ref-cast v1.0.25
4312026-05-11T08:19:31.050Z Compiling crc32fast v1.5.0
4322026-05-11T08:19:31.330Z Compiling version_check v0.9.5
4332026-05-11T08:19:31.360Z Checking managed v0.8.0
4342026-05-11T08:19:31.422Z Checking bitflags v1.3.2
4352026-05-11T08:19:31.560Z Checking memmap2 v0.9.10
4362026-05-11T08:19:31.609Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4372026-05-11T08:19:31.675Z Compiling serde_derive v1.0.228
4382026-05-11T08:19:31.719Z Compiling thiserror-impl v2.0.18
4392026-05-11T08:19:31.850Z Compiling zerocopy-derive v0.8.48
4402026-05-11T08:19:31.950Z Compiling pest_derive v2.8.6
4412026-05-11T08:19:32.465Z Compiling scroll_derive v0.13.1
4422026-05-11T08:19:32.575Z Compiling darling_macro v0.21.3
4432026-05-11T08:19:32.717Z Compiling futures-macro v0.3.32
4442026-05-11T08:19:32.786Z Compiling darling_macro v0.23.0
4452026-05-11T08:19:32.855Z Compiling ref-cast-impl v1.0.25
4462026-05-11T08:19:33.156Z Compiling darling v0.21.3
4472026-05-11T08:19:33.166Z Compiling dtrace-parser v0.3.0
4482026-05-11T08:19:33.231Z Compiling ingot-macros v0.1.1
4492026-05-11T08:19:33.336Z Checking scroll v0.13.0
4502026-05-11T08:19:33.457Z Checking cobs v0.3.0
4512026-05-11T08:19:33.545Z Checking futures-util v0.3.32
4522026-05-11T08:19:33.569Z Checking goblin v0.10.5
4532026-05-11T08:19:33.797Z Compiling darling v0.23.0
4542026-05-11T08:19:33.856Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4552026-05-11T08:19:33.873Z Checking ipnetwork v0.21.1
4562026-05-11T08:19:34.052Z Checking unicode-width v0.2.2
4572026-05-11T08:19:34.307Z Checking tabwriter v1.4.1
4582026-05-11T08:19:34.452Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4592026-05-11T08:19:35.058Z Checking postcard v1.1.3
4602026-05-11T08:19:35.294Z Compiling serde_tokenstream v0.2.3
4612026-05-11T08:19:35.339Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4622026-05-11T08:19:35.498Z Checking nom v8.0.0
4632026-05-11T08:19:35.523Z Checking futures-executor v0.3.32
4642026-05-11T08:19:35.580Z Compiling anyhow v1.0.102
4652026-05-11T08:19:35.670Z Checking futures v0.3.32
4662026-05-11T08:19:35.740Z Checking dyn-clone v1.0.20
4672026-05-11T08:19:35.843Z Compiling typeid v1.0.3
4682026-05-11T08:19:35.921Z Checking cookie-factory v0.3.3
4692026-05-11T08:19:36.016Z Checking uuid v1.23.1
4702026-05-11T08:19:36.094Z Compiling dtor-proc-macro v0.0.13
4712026-05-11T08:19:36.118Z Checking circular v0.3.0
4722026-05-11T08:19:36.127Z Checking dof v0.4.0
4732026-05-11T08:19:36.156Z Checking ingot-types v0.1.2
4742026-05-11T08:19:36.173Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4752026-05-11T08:19:36.376Z Compiling ctor-proc-macro v0.0.13
4762026-05-11T08:19:36.387Z Checking link-section v0.2.1
4772026-05-11T08:19:36.423Z Checking dtor v0.8.1
4782026-05-11T08:19:36.490Z Checking once_cell v1.21.4
4792026-05-11T08:19:36.493Z Checking ingot v0.1.1
4802026-05-11T08:19:36.616Z Checking ron v0.12.1
4812026-05-11T08:19:36.688Z Checking ctor v0.10.1
4822026-05-11T08:19:37.173Z Compiling usdt-attr-macro v0.6.0
4832026-05-11T08:19:37.173Z Compiling usdt-macro v0.6.0
4842026-05-11T08:19:37.392Z Checking rusticata-macros v5.0.0
4852026-05-11T08:19:37.514Z Checking pcap-parser v0.17.0
4862026-05-11T08:19:37.802Z Checking usdt v0.6.0
4872026-05-11T08:19:38.039Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4882026-05-11T08:19:42.471Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4892026-05-11T08:19:44.144Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4902026-05-11T08:19:46.459Z Finished `dev` profile [optimized + debuginfo] target(s) in 20.11s
4912026-05-11T08:19:46.495Z
4922026-05-11T08:19:46.495Zreal 20.193389360
4932026-05-11T08:19:46.495Zuser 1:15.203996726
4942026-05-11T08:19:46.495Zsys 15.495437696
4952026-05-11T08:19:46.495Ztrap 0.038432503
4962026-05-11T08:19:46.495Ztflt 0.148485890
4972026-05-11T08:19:46.495Zdflt 0.187403571
4982026-05-11T08:19:46.495Zkflt 0.000004960
4992026-05-11T08:19:46.495Zlock 4:09.027976529
5002026-05-11T08:19:46.495Zslp 3:56.634177745
5012026-05-11T08:19:46.495Zlat 4.452185792
5022026-05-11T08:19:46.495Zstop 9.436868432
5032026-05-11T08:19:46.498Z+ header 'analyze no_std + engine + kernel'
5042026-05-11T08:19:46.498Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
5052026-05-11T08:19:46.498Z# ==== analyze no_std + engine + kernel ==== #
5062026-05-11T08:19:46.498Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5072026-05-11T08:19:46.680Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5082026-05-11T08:19:46.680Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5092026-05-11T08:19:46.700Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5102026-05-11T08:19:46.700Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5112026-05-11T08:19:46.951Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5122026-05-11T08:19:51.129Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5132026-05-11T08:19:52.704Z Finished `dev` profile [optimized + debuginfo] target(s) in 6.16s
5142026-05-11T08:19:52.733Z
5152026-05-11T08:19:52.733Zreal 6.232359501
5162026-05-11T08:19:52.736Zuser 6.465719873
5172026-05-11T08:19:52.736Zsys 1.017932510
5182026-05-11T08:19:52.736Ztrap 0.000827520
5192026-05-11T08:19:52.736Ztflt 0.009844335
5202026-05-11T08:19:52.736Zdflt 0.003570282
5212026-05-11T08:19:52.736Zkflt 0.000000000
5222026-05-11T08:19:52.736Zlock 21.718235381
5232026-05-11T08:19:52.736Zslp 22.669669441
5242026-05-11T08:19:52.737Zlat 0.021860091
5252026-05-11T08:19:52.737Zstop 0.219713827
5262026-05-11T08:19:52.737Z+ header test
5272026-05-11T08:19:52.737Z+ echo '# ==== test ==== #'
5282026-05-11T08:19:52.737Z# ==== test ==== #
5292026-05-11T08:19:52.737Z+ ptime -m cargo test
5302026-05-11T08:19:52.901Z Compiling memchr v2.8.0
5312026-05-11T08:19:52.901Z Compiling serde_core v1.0.228
5322026-05-11T08:19:52.926Z Compiling thiserror v2.0.18
5332026-05-11T08:19:52.929Z Compiling zerocopy v0.8.48
5342026-05-11T08:19:52.931Z Compiling byteorder v1.5.0
5352026-05-11T08:19:52.931Z Compiling unicode-ident v1.0.24
5362026-05-11T08:19:52.936Z Compiling zmij v1.0.21
5372026-05-11T08:19:52.936Z Compiling libc v0.2.186
5382026-05-11T08:19:53.018Z Compiling proc-macro2 v1.0.106
5392026-05-11T08:19:53.065Z Compiling scroll v0.13.0
5402026-05-11T08:19:53.160Z Compiling log v0.4.29
5412026-05-11T08:19:53.303Z Compiling itoa v1.0.18
5422026-05-11T08:19:53.311Z Compiling futures-sink v0.3.32
5432026-05-11T08:19:53.343Z Compiling plain v0.2.3
5442026-05-11T08:19:53.392Z Compiling ucd-trie v0.1.7
5452026-05-11T08:19:53.406Z Compiling futures-core v0.3.32
5462026-05-11T08:19:53.444Z Compiling goblin v0.10.5
5472026-05-11T08:19:53.568Z Compiling pest v2.8.6
5482026-05-11T08:19:53.573Z Compiling futures-channel v0.3.32
5492026-05-11T08:19:53.817Z Compiling quote v1.0.45
5502026-05-11T08:19:54.134Z Compiling hash32 v0.3.1
5512026-05-11T08:19:54.304Z Compiling futures-task v0.3.32
5522026-05-11T08:19:54.504Z Compiling macaddr v1.0.1
5532026-05-11T08:19:54.510Z Compiling stable_deref_trait v1.2.1
5542026-05-11T08:19:54.545Z Compiling futures-io v0.3.32
5552026-05-11T08:19:54.573Z Compiling pin-project-lite v0.2.17
5562026-05-11T08:19:54.665Z Compiling cfg-if v1.0.4
5572026-05-11T08:19:54.731Z Compiling serde v1.0.228
5582026-05-11T08:19:54.735Z Compiling bitflags v2.11.1
5592026-05-11T08:19:54.755Z Compiling serde_json v1.0.149
5602026-05-11T08:19:54.952Z Compiling pretty-hex v0.4.2
5612026-05-11T08:19:55.085Z Compiling slab v0.4.12
5622026-05-11T08:19:55.152Z Compiling dtrace-parser v0.3.0
5632026-05-11T08:19:55.266Z Compiling futures-util v0.3.32
5642026-05-11T08:19:55.361Z Compiling heapless v0.8.0
5652026-05-11T08:19:55.366Z Compiling syn v2.0.117
5662026-05-11T08:19:55.812Z Compiling thread-id v5.1.0
5672026-05-11T08:19:55.851Z Compiling ingot-types v0.1.2
5682026-05-11T08:19:55.888Z Compiling cobs v0.3.0
5692026-05-11T08:19:56.022Z Compiling bitflags v1.3.2
5702026-05-11T08:19:56.093Z Compiling managed v0.8.0
5712026-05-11T08:19:56.171Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5722026-05-11T08:19:56.253Z Compiling ingot v0.1.1
5732026-05-11T08:19:56.324Z Compiling dof v0.4.0
5742026-05-11T08:19:56.406Z Compiling smoltcp v0.11.0
5752026-05-11T08:19:57.952Z Compiling usdt-impl v0.6.0
5762026-05-11T08:19:58.069Z Compiling futures-executor v0.3.32
5772026-05-11T08:19:58.613Z Compiling postcard v1.1.3
5782026-05-11T08:19:58.713Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5792026-05-11T08:19:58.904Z Compiling memmap2 v0.9.10
5802026-05-11T08:19:58.992Z Compiling ipnetwork v0.21.1
5812026-05-11T08:19:59.220Z Compiling either v1.15.0
5822026-05-11T08:19:59.331Z Compiling unicode-width v0.2.2
5832026-05-11T08:19:59.416Z Compiling itertools v0.14.0
5842026-05-11T08:19:59.552Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5852026-05-11T08:19:59.669Z Compiling tabwriter v1.4.1
5862026-05-11T08:20:00.112Z Compiling usdt v0.6.0
5872026-05-11T08:20:00.340Z Compiling ref-cast v1.0.25
5882026-05-11T08:20:00.407Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5892026-05-11T08:20:00.441Z Compiling futures v0.3.32
5902026-05-11T08:20:00.559Z Compiling crc32fast v1.5.0
5912026-05-11T08:20:00.767Z Compiling nom v8.0.0
5922026-05-11T08:20:00.817Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5932026-05-11T08:20:00.835Z Compiling dyn-clone v1.0.20
5942026-05-11T08:20:01.011Z Compiling cookie-factory v0.3.3
5952026-05-11T08:20:01.132Z Compiling uuid v1.23.1
5962026-05-11T08:20:01.339Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5972026-05-11T08:20:01.583Z Compiling circular v0.3.0
5982026-05-11T08:20:01.624Z Compiling dtor v0.8.1
5992026-05-11T08:20:01.713Z Compiling anyhow v1.0.102
6002026-05-11T08:20:01.733Z Compiling typeid v1.0.3
6012026-05-11T08:20:01.839Z Compiling once_cell v1.21.4
6022026-05-11T08:20:01.845Z Compiling link-section v0.2.1
6032026-05-11T08:20:01.987Z Compiling ron v0.12.1
6042026-05-11T08:20:02.003Z Compiling ctor v0.10.1
6052026-05-11T08:20:03.402Z Compiling rusticata-macros v5.0.0
6062026-05-11T08:20:03.728Z Compiling pcap-parser v0.17.0
6072026-05-11T08:20:07.511Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6082026-05-11T08:20:09.824Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6092026-05-11T08:20:47.701Z Finished `test` profile [optimized + debuginfo] target(s) in 54.95s
6102026-05-11T08:20:47.718Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-a48975acc7d3c94b)
6112026-05-11T08:20:47.721Z
6122026-05-11T08:20:47.721Zrunning 15 tests
6132026-05-11T08:20:47.721Ztest api::tests::parse_good_proto_filter ... ok
6142026-05-11T08:20:47.721Ztest api::tests::parse_bad_proto_filter ... ok
6152026-05-11T08:20:47.721Ztest api::tests::parse_bad_address ... ok
6162026-05-11T08:20:47.721Ztest api::tests::ports_from_str_bad ... ok
6172026-05-11T08:20:47.721Ztest api::tests::parse_good_address ... ok
6182026-05-11T08:20:47.721Ztest api::tests::ports_from_str_good ... ok
6192026-05-11T08:20:47.721Ztest cfg::tests::test_required_nat_space ... ok
6202026-05-11T08:20:47.721Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6212026-05-11T08:20:47.721Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6222026-05-11T08:20:47.721Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6232026-05-11T08:20:47.721Ztest engine::geneve::test::parse_multi_opt ... ok
6242026-05-11T08:20:47.721Ztest engine::geneve::test::parse_single_opt ... ok
6252026-05-11T08:20:47.721Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6262026-05-11T08:20:47.721Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6272026-05-11T08:20:47.724Ztest engine::firewall::tests::port_predicate_simplification ... ok
6282026-05-11T08:20:47.724Z
6292026-05-11T08:20:47.724Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6302026-05-11T08:20:47.724Z
6312026-05-11T08:20:47.724Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-4d5c561e37630ae0)
6322026-05-11T08:20:47.724Z
6332026-05-11T08:20:47.724Zrunning 4 tests
6342026-05-11T08:20:47.728Ztest firewall_vni_outbound ... ok
6352026-05-11T08:20:47.728Ztest firewall_external_inbound ... ok
6362026-05-11T08:20:47.728Ztest firewall_vni_inbound ... ok
6372026-05-11T08:20:47.728Ztest firewall_replace_rules ... ok
6382026-05-11T08:20:47.728Z
6392026-05-11T08:20:47.728Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6402026-05-11T08:20:47.728Z
6412026-05-11T08:20:47.728Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-63b6c5df0974e057)
6422026-05-11T08:20:47.728Z
6432026-05-11T08:20:47.728Zrunning 2 tests
6442026-05-11T08:20:47.731Ztest parse_in_regression ... ok
6452026-05-11T08:20:47.731Ztest parse_out_regression ... ok
6462026-05-11T08:20:47.731Z
6472026-05-11T08:20:47.731Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6482026-05-11T08:20:47.731Z
6492026-05-11T08:20:47.731Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-6d5bf4fd70390e8b)
6502026-05-11T08:20:47.731Z
6512026-05-11T08:20:47.731Zrunning 47 tests
6522026-05-11T08:20:47.731Ztest bad_ip_len ... ok
6532026-05-11T08:20:47.735Ztest add_remove_fw_rule ... ok
6542026-05-11T08:20:47.735Ztest check_layers ... ok
6552026-05-11T08:20:47.735Ztest arp_gateway ... ok
6562026-05-11T08:20:47.735Ztest external_attached_subnets_cannot_reach_internal ... ok
6572026-05-11T08:20:47.735Ztest anti_spoof ... ok
6582026-05-11T08:20:47.735Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6592026-05-11T08:20:47.735Ztest external_attached_subnets_dont_apply_nat ... ok
6602026-05-11T08:20:47.735Ztest gateway_icmp4_ping ... ok
6612026-05-11T08:20:47.735Ztest external_ip_epoch_affinity_preserved ... ok
6622026-05-11T08:20:47.735Ztest early_tcp_invalidation ... ok
6632026-05-11T08:20:47.735Ztest flow_expiration ... ok
6642026-05-11T08:20:47.735Ztest gateway_icmpv6_ping ... ok
6652026-05-11T08:20:47.735Ztest external_ip_reconfigurable ... ok
6662026-05-11T08:20:47.735Ztest gateway_router_advert_reply ... ok
6672026-05-11T08:20:47.735Ztest guest_to_guest_no_route ... ok
6682026-05-11T08:20:47.735Ztest guest_to_guest_diff_vpc_no_peer ... ok
6692026-05-11T08:20:47.735Ztest guest_to_internet_ipv4 ... ok
6702026-05-11T08:20:47.735Ztest guest_to_internet_ipv6 ... ok
6712026-05-11T08:20:47.735Ztest icmp_inner_has_nat_applied ... ok
6722026-05-11T08:20:47.735Ztest guest_to_guest ... ok
6732026-05-11T08:20:47.735Ztest inbound_ndp_dropped_at_gateway ... ok
6742026-05-11T08:20:47.735Ztest icmpv6_inner_has_nat_applied ... ok
6752026-05-11T08:20:47.735Ztest external_ip_receive_and_reply_on_all ... ok
6762026-05-11T08:20:47.735Ztest packet_body_pullup ... ok
6772026-05-11T08:20:47.736Ztest internal_attached_subnets ... ok
6782026-05-11T08:20:47.736Ztest outbound_ndp_dropped ... ok
6792026-05-11T08:20:47.736Ztest intra_subnet_routes_with_custom ... ok
6802026-05-11T08:20:47.736Ztest no_panic_on_flow_table_full ... ok
6812026-05-11T08:20:47.736Ztest external_ip_balanced_over_floating_ips ... ok
6822026-05-11T08:20:47.736Ztest port_transition_reset ... ok
6832026-05-11T08:20:47.736Ztest port_as_router_target ... ok
6842026-05-11T08:20:47.736Ztest port_transition_running ... ok
6852026-05-11T08:20:47.736Ztest port_transition_pause ... ok
6862026-05-11T08:20:47.736Ztest test_drop_on_unknown_critical_option ... ok
6872026-05-11T08:20:47.736Ztest select_eip_conditioned_on_igw ... ok
6882026-05-11T08:20:47.736Ztest snat_icmp4_echo_rewrite ... ok
6892026-05-11T08:20:47.736Ztest tcp_inbound ... ok
6902026-05-11T08:20:47.736Ztest snat_icmp6_echo_rewrite ... ok
6912026-05-11T08:20:47.736Ztest test_gateway_neighbor_advert_reply ... ok
6922026-05-11T08:20:47.736Ztest tcp_outbound ... ok
6932026-05-11T08:20:47.736Ztest test_tcp_multicast_denied ... ok
6942026-05-11T08:20:47.736Ztest test_ipv6_multicast_encapsulation ... ok
6952026-05-11T08:20:47.736Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6962026-05-11T08:20:47.736Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
6972026-05-11T08:20:47.736Ztest uft_lft_invalidation_out ... ok
6982026-05-11T08:20:47.736Ztest uft_lft_invalidation_in ... ok
6992026-05-11T08:20:47.736Z
7002026-05-11T08:20:47.736Ztest result: ok. 47 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7012026-05-11T08:20:47.736Z
7022026-05-11T08:20:47.736Z Doc-tests oxide_vpc
7032026-05-11T08:20:48.048Z
7042026-05-11T08:20:48.048Zrunning 0 tests
7052026-05-11T08:20:48.048Z
7062026-05-11T08:20:48.048Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7072026-05-11T08:20:48.048Z
7082026-05-11T08:20:48.077Z
7092026-05-11T08:20:48.080Zreal 55.332702967
7102026-05-11T08:20:48.080Zuser 3:19.232323885
7112026-05-11T08:20:48.080Zsys 12.126862322
7122026-05-11T08:20:48.080Ztrap 0.094348258
7132026-05-11T08:20:48.080Ztflt 0.254904961
7142026-05-11T08:20:48.080Zdflt 0.282188396
7152026-05-11T08:20:48.080Zkflt 0.000010960
7162026-05-11T08:20:48.080Zlock 12:53.669493160
7172026-05-11T08:20:48.080Zslp 6:40.439229236
7182026-05-11T08:20:48.080Zlat 9.883412019
7192026-05-11T08:20:48.080Zstop 5.654542084
7202026-05-11T08:20:48.080Zprocess exited: duration 121724 ms, exit code 0
 
7212026-05-11T08:20:48.087Zfound 0 output files