01KVM708TKKS19FM9G8WEJMTN8: oxide-vpc

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

Buildomat Job: 01KVM70NGD8EMAPDG79DMZ046J

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-21T04:32:22.653Zjob assigned to worker 01KVM75PZX2D4ZHFDFMQ8NAQ9C [factory aws, i-0152caddbaa3c6ad3] (queued for 3 m 25 s)
 
22026-06-21T04:32:29.648Zstarting task 0: "setup"
32026-06-21T04:32:29.655Z++ uname -s
42026-06-21T04:32:29.658Z+ kern=SunOS
52026-06-21T04:32:29.658Z+ build_user=build
62026-06-21T04:32:29.658Z+ build_uid=12345
72026-06-21T04:32:29.658Z+ work_dir=/work
82026-06-21T04:32:29.658Z+ input_dir=/input
92026-06-21T04:32:29.658Z+ [[ 0 == 12345 ]]
102026-06-21T04:32:29.658Z+ case "$kern" in
112026-06-21T04:32:29.658Z+ groupadd -g 12345 build
122026-06-21T04:32:29.661Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-21T04:32:31.665Z+ zfs create -o mountpoint=/work rpool/work
142026-06-21T04:32:31.758Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-21T04:32:31.761Z+ home_fs=zfs
162026-06-21T04:32:31.761Z+ [[ zfs == autofs ]]
172026-06-21T04:32:31.761Z+ mkdir -p /home/build
182026-06-21T04:32:31.761Z+ chown build:build /home/build /work
192026-06-21T04:32:33.762Z+ chmod 0700 /home/build /work
202026-06-21T04:32:33.765Zprocess exited: duration 4115 ms, exit code 0
 
212026-06-21T04:32:33.770Zstarting task 1: "rust-toolchain"
222026-06-21T04:32:33.775Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-21T04:32:33.775Z * rust toolchain channel = "1.96.0"
242026-06-21T04:32:33.775Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-21T04:32:33.775Z * rust toolchain profile = "default"
262026-06-21T04:32:33.775Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-21T04:32:33.775Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-21T04:32:33.778Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-21T04:32:33.778Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-21T04:32:33.879Zinfo: downloading installer
312026-06-21T04:32:35.335Zwarn: It looks like you have an existing rustup settings file at:
322026-06-21T04:32:35.335Zwarn: /home/build/.rustup/settings.toml
332026-06-21T04:32:35.335Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-21T04:32:35.335Zwarn: instead of the one inferred from the default host triple.
352026-06-21T04:32:35.347Zinfo: profile set to default
362026-06-21T04:32:35.347Zinfo: default host triple is x86_64-unknown-illumos
372026-06-21T04:32:35.350Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-21T04:32:35.507Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-21T04:32:35.510Zinfo: downloading 6 components
402026-06-21T04:33:42.490Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-21T04:33:42.490Z
422026-06-21T04:33:42.515Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-21T04:33:42.515Z
442026-06-21T04:33:42.515Z
452026-06-21T04:33:42.515ZRust is installed now. Great!
462026-06-21T04:33:42.515Z
472026-06-21T04:33:42.516ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-21T04:33:42.516Zenvironment variable. This has not been done automatically.
492026-06-21T04:33:42.516Z
502026-06-21T04:33:42.516ZTo configure your current shell, you need to source
512026-06-21T04:33:42.516Zthe corresponding env file under $HOME/.cargo.
522026-06-21T04:33:42.516Z
532026-06-21T04:33:42.516ZThis is usually done by running one of the following (note the leading DOT):
542026-06-21T04:33:42.516Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-21T04:33:42.516Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-21T04:33:42.516Zsource "~/.cargo/env.nu" # For nushell
572026-06-21T04:33:42.516Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-21T04:33:42.517Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-21T04:33:42.517Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-21T04:33:42.517Zwarn: no default linker (`cc`) was found in your PATH
612026-06-21T04:33:42.517Zwarn: many Rust crates require a system C toolchain to build
622026-06-21T04:33:42.517Z+ rustup --version
632026-06-21T04:33:42.517Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-21T04:33:42.517Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-21T04:33:42.517Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-21T04:33:42.517Z+ cargo --version
672026-06-21T04:33:42.517Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-21T04:33:42.517Z+ rustc --version
692026-06-21T04:33:42.517Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-21T04:33:42.517Zprocess exited: duration 17225 ms, exit code 0
 
712026-06-21T04:33:42.535Zstarting task 2: "authentication"
722026-06-21T04:33:42.563Zprocess exited: duration 19 ms, exit code 0
 
732026-06-21T04:33:42.576Zstarting task 3: "clone repository"
742026-06-21T04:33:42.581Z+ mkdir -p /work/oxidecomputer/opte
752026-06-21T04:33:42.581Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-21T04:33:42.613ZCloning into '/work/oxidecomputer/opte'...
772026-06-21T04:33:43.463Z+ cd /work/oxidecomputer/opte
782026-06-21T04:33:43.463Z+ git fetch origin e02f36f315434dba17735ebe14165d251d1e7fb8
792026-06-21T04:33:43.711ZFrom https://github.com/oxidecomputer/opte
802026-06-21T04:33:43.712Z * branch e02f36f315434dba17735ebe14165d251d1e7fb8 -> FETCH_HEAD
812026-06-21T04:33:43.717Z+ [[ -n renovate/rust-1.x ]]
822026-06-21T04:33:43.720Z++ git branch --show-current
832026-06-21T04:33:43.720Z+ current=master
842026-06-21T04:33:43.720Z+ [[ master != renovate/rust-1.x ]]
852026-06-21T04:33:43.720Z+ git branch -f renovate/rust-1.x e02f36f315434dba17735ebe14165d251d1e7fb8
862026-06-21T04:33:43.723Z+ git checkout -f renovate/rust-1.x
872026-06-21T04:33:43.739ZSwitched to branch 'renovate/rust-1.x'
882026-06-21T04:33:43.742Z+ git reset --hard e02f36f315434dba17735ebe14165d251d1e7fb8
892026-06-21T04:33:43.756ZHEAD is now at e02f36f Update Rust to nightly-2026-06-21
902026-06-21T04:33:43.758Zprocess exited: duration 1182 ms, exit code 0
 
912026-06-21T04:33:43.765Zstarting task 4: "build"
922026-06-21T04:33:43.768Z+ source .github/buildomat/common.sh
932026-06-21T04:33:43.771Z++ rustup show active-toolchain
942026-06-21T04:33:43.774Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-21T04:33:43.777Z++ pushd xde
962026-06-21T04:33:43.777Z++ rustup show active-toolchain
972026-06-21T04:33:43.777Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
982026-06-21T04:33:43.780Zinfo: syncing channel updates for nightly-2026-06-21-x86_64-unknown-illumos
992026-06-21T04:33:43.926Zinfo: latest update on 2026-06-21 for version 1.98.0-nightly (8b6558a02 2026-06-20)
1002026-06-21T04:33:43.929Zinfo: downloading 6 components
1012026-06-21T04:33:57.740Znightly-2026-06-21-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-21T04:33:57.827Z+++ rustup show active-toolchain -v
1032026-06-21T04:33:57.830Z+++ head -n 1
1042026-06-21T04:33:57.830Z+++ cut '-d ' -f1
1052026-06-21T04:33:57.880Z++ export NIGHTLY=nightly-2026-06-21-x86_64-unknown-illumos
1062026-06-21T04:33:57.881Z++ NIGHTLY=nightly-2026-06-21-x86_64-unknown-illumos
1072026-06-21T04:33:57.884Z++ popd
1082026-06-21T04:33:57.884Z/work/oxidecomputer/opte
1092026-06-21T04:33:57.884Z+ cargo --version
1102026-06-21T04:33:57.891Zcargo 1.96.0 (30a34c682 2026-05-25)
1112026-06-21T04:33:57.894Z+ rustc --version
1122026-06-21T04:33:57.912Zrustc 1.96.0 (ac68faa20 2026-05-25)
1132026-06-21T04:33:57.916Z+ cd lib/oxide-vpc
1142026-06-21T04:33:57.916Z+ header 'check style'
1152026-06-21T04:33:57.916Z+ echo '# ==== check style ==== #'
1162026-06-21T04:33:57.916Z# ==== check style ==== #
1172026-06-21T04:33:57.916Z+ ptime -m cargo +nightly-2026-06-21-x86_64-unknown-illumos fmt -- --check
1182026-06-21T04:33:58.039Z
1192026-06-21T04:33:58.039Zreal 0.120572499
1202026-06-21T04:33:58.039Zuser 0.086065361
1212026-06-21T04:33:58.039Zsys 0.030893711
1222026-06-21T04:33:58.039Ztrap 0.000010558
1232026-06-21T04:33:58.039Ztflt 0.000034276
1242026-06-21T04:33:58.039Zdflt 0.000044476
1252026-06-21T04:33:58.039Zkflt 0.000000000
1262026-06-21T04:33:58.039Zlock 0.031100535
1272026-06-21T04:33:58.039Zslp 0.100079224
1282026-06-21T04:33:58.039Zlat 0.000861991
1292026-06-21T04:33:58.039Zstop 0.000097981
1302026-06-21T04:33:58.043Z+ header 'check docs'
1312026-06-21T04:33:58.043Z+ echo '# ==== check docs ==== #'
1322026-06-21T04:33:58.043Z# ==== check docs ==== #
1332026-06-21T04:33:58.043Z+ RUSTDOCFLAGS='-D warnings'
1342026-06-21T04:33:58.043Z+ ptime -m cargo +nightly-2026-06-21-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-06-21T04:33:58.119Z Updating crates.io index
1362026-06-21T04:33:58.122Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-06-21T04:33:58.762Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-06-21T04:33:58.997Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-06-21T04:33:59.319Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-06-21T04:33:59.565Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-06-21T04:33:59.787Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-06-21T04:34:00.040Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-06-21T04:34:02.262Z Downloading crates ...
1442026-06-21T04:34:02.332Z Downloaded darling v0.21.3
1452026-06-21T04:34:02.337Z Downloaded log v0.4.32
1462026-06-21T04:34:02.340Z Downloaded fnv v1.0.7
1472026-06-21T04:34:02.342Z Downloaded proc-macro-error-attr2 v2.0.0
1482026-06-21T04:34:02.342Z Downloaded zmij v1.0.21
1492026-06-21T04:34:02.345Z Downloaded cfg-if v1.0.4
1502026-06-21T04:34:02.364Z Downloaded cpufeatures v0.2.17
1512026-06-21T04:34:02.368Z Downloaded itoa v1.0.18
1522026-06-21T04:34:02.368Z Downloaded dof v0.4.0
1532026-06-21T04:34:02.371Z Downloaded crypto-common v0.1.7
1542026-06-21T04:34:02.376Z Downloaded block-buffer v0.10.4
1552026-06-21T04:34:02.385Z Downloaded ingot-macros v0.1.1
1562026-06-21T04:34:02.396Z Downloaded bitflags v2.13.0
1572026-06-21T04:34:02.399Z Downloaded ref-cast-impl v1.0.25
1582026-06-21T04:34:02.399Z Downloaded version_check v0.9.5
1592026-06-21T04:34:02.403Z Downloaded crc32fast v1.5.0
1602026-06-21T04:34:02.403Z Downloaded memmap2 v0.9.10
1612026-06-21T04:34:02.405Z Downloaded aho-corasick v1.1.4
1622026-06-21T04:34:02.411Z Downloaded cobs v0.3.0
1632026-06-21T04:34:02.414Z Downloaded dyn-clone v1.0.20
1642026-06-21T04:34:02.414Z Downloaded dtrace-parser v0.3.0
1652026-06-21T04:34:02.421Z Downloaded serde_json v1.0.150
1662026-06-21T04:34:02.425Z Downloaded darling_core v0.21.3
1672026-06-21T04:34:02.427Z Downloaded defmt-macros v1.1.0
1682026-06-21T04:34:02.430Z Downloaded darling_macro v0.21.3
1692026-06-21T04:34:02.430Z Downloaded embedded-io v0.4.0
1702026-06-21T04:34:02.430Z Downloaded defmt v0.3.100
1712026-06-21T04:34:02.437Z Downloaded macaddr v1.0.1
1722026-06-21T04:34:02.440Z Downloaded managed v0.8.0
1732026-06-21T04:34:02.440Z Downloaded defmt-parser v1.0.0
1742026-06-21T04:34:02.443Z Downloaded strsim v0.11.1
1752026-06-21T04:34:02.443Z Downloaded darling_macro v0.23.0
1762026-06-21T04:34:02.443Z Downloaded ident_case v1.0.1
1772026-06-21T04:34:02.446Z Downloaded usdt v0.6.0
1782026-06-21T04:34:02.446Z Downloaded hash32 v0.3.1
1792026-06-21T04:34:02.446Z Downloaded ingot v0.1.1
1802026-06-21T04:34:02.448Z Downloaded digest v0.10.7
1812026-06-21T04:34:02.452Z Downloaded generic-array v0.14.7
1822026-06-21T04:34:02.460Z Downloaded ref-cast v1.0.25
1832026-06-21T04:34:02.463Z Downloaded plain v0.2.3
1842026-06-21T04:34:02.466Z Downloaded embedded-io v0.6.1
1852026-06-21T04:34:02.475Z Downloaded pretty-hex v0.4.2
1862026-06-21T04:34:02.479Z Downloaded stable_deref_trait v1.2.1
1872026-06-21T04:34:02.482Z Downloaded usdt-macro v0.6.0
1882026-06-21T04:34:02.482Z Downloaded heapless v0.8.0
1892026-06-21T04:34:02.485Z Downloaded serde_tokenstream v0.2.3
1902026-06-21T04:34:02.485Z Downloaded bitflags v1.3.2
1912026-06-21T04:34:02.487Z Downloaded thiserror-impl v2.0.18
1922026-06-21T04:34:02.490Z Downloaded defmt v1.1.0
1932026-06-21T04:34:02.493Z Downloaded either v1.16.0
1942026-06-21T04:34:02.493Z Downloaded thiserror v2.0.18
1952026-06-21T04:34:02.496Z Downloaded tabwriter v1.4.1
1962026-06-21T04:34:02.496Z Downloaded scroll_derive v0.13.1
1972026-06-21T04:34:02.501Z Downloaded thread-id v5.1.0
1982026-06-21T04:34:02.504Z Downloaded usdt-attr-macro v0.6.0
1992026-06-21T04:34:02.507Z Downloaded scroll v0.13.0
2002026-06-21T04:34:02.510Z Downloaded byteorder v1.5.0
2012026-06-21T04:34:02.516Z Downloaded quote v1.0.45
2022026-06-21T04:34:02.524Z Downloaded ingot-types v0.1.2
2032026-06-21T04:34:02.529Z Downloaded sha2 v0.10.9
2042026-06-21T04:34:02.532Z Downloaded pest_generator v2.8.6
2052026-06-21T04:34:02.538Z Downloaded usdt-impl v0.6.0
2062026-06-21T04:34:02.541Z Downloaded darling v0.23.0
2072026-06-21T04:34:02.544Z Downloaded ipnetwork v0.21.1
2082026-06-21T04:34:02.549Z Downloaded proc-macro-error2 v2.0.1
2092026-06-21T04:34:02.570Z Downloaded memchr v2.8.2
2102026-06-21T04:34:02.575Z Downloaded ucd-trie v0.1.7
2112026-06-21T04:34:02.586Z Downloaded postcard v1.1.3
2122026-06-21T04:34:02.588Z Downloaded pest_derive v2.8.6
2132026-06-21T04:34:02.604Z Downloaded unicode-ident v1.0.24
2142026-06-21T04:34:02.608Z Downloaded uuid v1.23.3
2152026-06-21T04:34:02.616Z Downloaded darling_core v0.23.0
2162026-06-21T04:34:02.619Z Downloaded pest_meta v2.8.6
2172026-06-21T04:34:02.621Z Downloaded serde_core v1.0.228
2182026-06-21T04:34:02.631Z Downloaded serde_derive v1.0.228
2192026-06-21T04:34:02.640Z Downloaded serde v1.0.228
2202026-06-21T04:34:02.654Z Downloaded proc-macro2 v1.0.106
2212026-06-21T04:34:02.659Z Downloaded zerocopy-derive v0.8.52
2222026-06-21T04:34:02.671Z Downloaded typenum v1.20.1
2232026-06-21T04:34:02.685Z Downloaded pest v2.8.6
2242026-06-21T04:34:02.714Z Downloaded itertools v0.14.0
2252026-06-21T04:34:02.718Z Downloaded regex v1.12.4
2262026-06-21T04:34:02.723Z Downloaded itertools v0.15.0
2272026-06-21T04:34:02.797Z Downloaded goblin v0.10.7
2282026-06-21T04:34:02.809Z Downloaded unicode-width v0.2.2
2292026-06-21T04:34:02.812Z Downloaded syn v2.0.117
2302026-06-21T04:34:02.818Z Downloaded zerocopy v0.8.52
2312026-06-21T04:34:02.828Z Downloaded regex-syntax v0.8.11
2322026-06-21T04:34:02.831Z Downloaded smoltcp v0.11.0
2332026-06-21T04:34:02.876Z Downloaded regex-automata v0.4.14
2342026-06-21T04:34:02.898Z Downloaded libc v0.2.186
2352026-06-21T04:34:02.959Z Compiling proc-macro2 v1.0.106
2362026-06-21T04:34:02.959Z Compiling quote v1.0.45
2372026-06-21T04:34:02.962Z Compiling unicode-ident v1.0.24
2382026-06-21T04:34:02.962Z Documenting unicode-ident v1.0.24
2392026-06-21T04:34:02.962Z Compiling ident_case v1.0.1
2402026-06-21T04:34:02.962Z Compiling strsim v0.11.1
2412026-06-21T04:34:02.962Z Compiling serde_core v1.0.228
2422026-06-21T04:34:03.117Z Compiling fnv v1.0.7
2432026-06-21T04:34:03.133Z Compiling memchr v2.8.2
2442026-06-21T04:34:03.136Z Compiling regex-syntax v0.8.11
2452026-06-21T04:34:03.202Z Compiling thiserror v2.0.18
2462026-06-21T04:34:03.313Z Compiling serde v1.0.228
2472026-06-21T04:34:03.369Z Compiling zerocopy v0.8.52
2482026-06-21T04:34:03.656Z Documenting proc-macro2 v1.0.106
2492026-06-21T04:34:03.708Z Compiling aho-corasick v1.1.4
2502026-06-21T04:34:04.076Z Compiling syn v2.0.117
2512026-06-21T04:34:04.108Z Checking byteorder v1.5.0
2522026-06-21T04:34:04.136Z Compiling either v1.16.0
2532026-06-21T04:34:04.240Z Documenting quote v1.0.45
2542026-06-21T04:34:04.348Z Compiling itertools v0.14.0
2552026-06-21T04:34:04.752Z Documenting syn v2.0.117
2562026-06-21T04:34:04.892Z Compiling regex-automata v0.4.14
2572026-06-21T04:34:04.924Z Compiling heapless v0.8.0
2582026-06-21T04:34:05.224Z Checking bitflags v2.13.0
2592026-06-21T04:34:05.379Z Checking hash32 v0.3.1
2602026-06-21T04:34:05.385Z Documenting serde_core v1.0.228
2612026-06-21T04:34:05.484Z Documenting memchr v2.8.2
2622026-06-21T04:34:05.558Z Checking macaddr v1.0.1
2632026-06-21T04:34:05.694Z Checking stable_deref_trait v1.2.1
2642026-06-21T04:34:05.760Z Checking cfg-if v1.0.4
2652026-06-21T04:34:05.818Z Documenting regex-syntax v0.8.11
2662026-06-21T04:34:06.057Z Compiling smoltcp v0.11.0
2672026-06-21T04:34:06.123Z Documenting aho-corasick v1.1.4
2682026-06-21T04:34:06.493Z Compiling darling_core v0.21.3
2692026-06-21T04:34:06.752Z Compiling regex v1.12.4
2702026-06-21T04:34:06.830Z Compiling darling_core v0.23.0
2712026-06-21T04:34:07.095Z Documenting regex-automata v0.4.14
2722026-06-21T04:34:07.536Z Checking managed v0.8.0
2732026-06-21T04:34:07.585Z Checking bitflags v1.3.2
2742026-06-21T04:34:07.659Z Compiling thiserror-impl v2.0.18
2752026-06-21T04:34:07.714Z Compiling serde_derive v1.0.228
2762026-06-21T04:34:07.781Z Compiling zerocopy-derive v0.8.52
2772026-06-21T04:34:08.264Z Documenting zerocopy-derive v0.8.52
2782026-06-21T04:34:08.454Z Documenting regex v1.12.4
2792026-06-21T04:34:08.610Z Compiling darling_macro v0.21.3
2802026-06-21T04:34:08.724Z Documenting thiserror-impl v2.0.18
2812026-06-21T04:34:08.977Z Compiling darling_macro v0.23.0
2822026-06-21T04:34:09.037Z Checking cobs v0.3.0
2832026-06-21T04:34:09.154Z Documenting serde_derive v1.0.228
2842026-06-21T04:34:09.171Z Compiling crc32fast v1.5.0
2852026-06-21T04:34:09.203Z Compiling darling v0.21.3
2862026-06-21T04:34:09.278Z Compiling ingot-macros v0.1.1
2872026-06-21T04:34:09.449Z Compiling ref-cast v1.0.25
2882026-06-21T04:34:09.473Z Documenting byteorder v1.5.0
2892026-06-21T04:34:09.565Z Documenting thiserror v2.0.18
2902026-06-21T04:34:09.609Z Documenting ingot-macros v0.1.1
2912026-06-21T04:34:09.809Z Documenting zerocopy v0.8.52
2922026-06-21T04:34:10.022Z Documenting hash32 v0.3.1
2932026-06-21T04:34:10.381Z Compiling ref-cast-impl v1.0.25
2942026-06-21T04:34:10.551Z Documenting serde v1.0.228
2952026-06-21T04:34:10.797Z Documenting bitflags v2.13.0
2962026-06-21T04:34:10.832Z Checking postcard v1.1.3
2972026-06-21T04:34:10.979Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2982026-06-21T04:34:11.237Z Checking unicode-width v0.2.2
2992026-06-21T04:34:11.265Z Documenting macaddr v1.0.1
3002026-06-21T04:34:11.350Z Documenting stable_deref_trait v1.2.1
3012026-06-21T04:34:11.428Z Documenting cfg-if v1.0.4
3022026-06-21T04:34:11.481Z Checking ipnetwork v0.21.1
3032026-06-21T04:34:11.656Z Compiling version_check v0.9.5
3042026-06-21T04:34:11.915Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3052026-06-21T04:34:11.943Z Documenting cobs v0.3.0
3062026-06-21T04:34:11.979Z Compiling darling v0.23.0
3072026-06-21T04:34:11.996Z Checking ingot-types v0.1.2
3082026-06-21T04:34:12.050Z Documenting managed v0.8.0
3092026-06-21T04:34:12.190Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3102026-06-21T04:34:12.197Z Documenting heapless v0.8.0
3112026-06-21T04:34:12.331Z Checking ingot v0.1.1
3122026-06-21T04:34:12.378Z Checking tabwriter v1.4.1
3132026-06-21T04:34:12.518Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3142026-06-21T04:34:12.856Z Documenting postcard v1.1.3
3152026-06-21T04:34:12.878Z Documenting ingot-types v0.1.2
3162026-06-21T04:34:12.896Z Checking itertools v0.15.0
3172026-06-21T04:34:13.084Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3182026-06-21T04:34:13.183Z Documenting ref-cast-impl v1.0.25
3192026-06-21T04:34:13.382Z Documenting smoltcp v0.11.0
3202026-06-21T04:34:13.627Z Documenting unicode-width v0.2.2
3212026-06-21T04:34:13.682Z Checking dyn-clone v1.0.20
3222026-06-21T04:34:13.716Z Documenting either v1.16.0
3232026-06-21T04:34:13.778Z Documenting ipnetwork v0.21.1
3242026-06-21T04:34:13.866Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3252026-06-21T04:34:13.962Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3262026-06-21T04:34:14.150Z Documenting ingot v0.1.1
3272026-06-21T04:34:14.362Z Documenting ref-cast v1.0.25
3282026-06-21T04:34:14.601Z Documenting itertools v0.15.0
3292026-06-21T04:34:14.820Z Documenting crc32fast v1.5.0
3302026-06-21T04:34:14.827Z Documenting tabwriter v1.4.1
3312026-06-21T04:34:15.219Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3322026-06-21T04:34:15.438Z Documenting dyn-clone v1.0.20
3332026-06-21T04:34:15.947Z Documenting uuid v1.23.3
3342026-06-21T04:34:16.228Z Checking uuid v1.23.3
3352026-06-21T04:34:16.470Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3362026-06-21T04:34:16.603Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3372026-06-21T04:34:17.309Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3382026-06-21T04:34:18.936Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3392026-06-21T04:34:21.209Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3402026-06-21T04:34:22.808Z Finished `dev` profile [optimized + debuginfo] target(s) in 24.73s
3412026-06-21T04:34:22.859Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3422026-06-21T04:34:22.883Z
3432026-06-21T04:34:22.886Zreal 24.824138611
3442026-06-21T04:34:22.886Zuser 1:22.158354706
3452026-06-21T04:34:22.886Zsys 17.229192819
3462026-06-21T04:34:22.886Ztrap 0.050438766
3472026-06-21T04:34:22.886Ztflt 0.031454913
3482026-06-21T04:34:22.886Zdflt 0.128966752
3492026-06-21T04:34:22.886Zkflt 0.005005825
3502026-06-21T04:34:22.886Zlock 9:10.786979898
3512026-06-21T04:34:22.886Zslp 4:48.476354821
3522026-06-21T04:34:22.886Zlat 6.439550799
3532026-06-21T04:34:22.886Zstop 12.368083604
3542026-06-21T04:34:22.887Z+ header 'analyze std + api + usdt'
3552026-06-21T04:34:22.887Z+ echo '# ==== analyze std + api + usdt ==== #'
3562026-06-21T04:34:22.887Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3572026-06-21T04:34:22.887Z# ==== analyze std + api + usdt ==== #
3582026-06-21T04:34:23.069Z Downloading crates ...
3592026-06-21T04:34:23.152Z Downloaded pin-project-lite v0.2.17
3602026-06-21T04:34:23.156Z Downloaded futures-io v0.3.32
3612026-06-21T04:34:23.159Z Downloaded dtor v0.8.1
3622026-06-21T04:34:23.159Z Downloaded link-section v0.2.1
3632026-06-21T04:34:23.159Z Downloaded rusticata-macros v5.0.0
3642026-06-21T04:34:23.162Z Downloaded typeid v1.0.3
3652026-06-21T04:34:23.165Z Downloaded futures-core v0.3.32
3662026-06-21T04:34:23.165Z Downloaded futures-task v0.3.32
3672026-06-21T04:34:23.168Z Downloaded futures-macro v0.3.32
3682026-06-21T04:34:23.168Z Downloaded circular v0.3.0
3692026-06-21T04:34:23.168Z Downloaded futures-sink v0.3.32
3702026-06-21T04:34:23.176Z Downloaded dtor-proc-macro v0.0.13
3712026-06-21T04:34:23.179Z Downloaded ctor-proc-macro v0.0.13
3722026-06-21T04:34:23.184Z Downloaded ctor v0.10.1
3732026-06-21T04:34:23.192Z Downloaded cookie-factory v0.3.3
3742026-06-21T04:34:23.195Z Downloaded futures-executor v0.3.32
3752026-06-21T04:34:23.199Z Downloaded once_cell v1.21.4
3762026-06-21T04:34:23.199Z Downloaded slab v0.4.12
3772026-06-21T04:34:23.199Z Downloaded anyhow v1.0.102
3782026-06-21T04:34:23.203Z Downloaded futures-channel v0.3.32
3792026-06-21T04:34:23.206Z Downloaded futures v0.3.32
3802026-06-21T04:34:23.227Z Downloaded ron v0.12.1
3812026-06-21T04:34:23.231Z Downloaded nom v8.0.0
3822026-06-21T04:34:23.234Z Downloaded pcap-parser v0.17.0
3832026-06-21T04:34:23.237Z Downloaded futures-util v0.3.32
3842026-06-21T04:34:23.291Z Compiling proc-macro2 v1.0.106
3852026-06-21T04:34:23.291Z Compiling quote v1.0.45
3862026-06-21T04:34:23.292Z Compiling unicode-ident v1.0.24
3872026-06-21T04:34:23.292Z Compiling memchr v2.8.2
3882026-06-21T04:34:23.295Z Compiling thiserror v2.0.18
3892026-06-21T04:34:23.295Z Compiling zerocopy v0.8.52
3902026-06-21T04:34:23.295Z Compiling serde_core v1.0.228
3912026-06-21T04:34:23.471Z Compiling zmij v1.0.21
3922026-06-21T04:34:23.688Z Compiling libc v0.2.186
3932026-06-21T04:34:23.693Z Compiling ucd-trie v0.1.7
3942026-06-21T04:34:23.710Z Compiling serde_json v1.0.150
3952026-06-21T04:34:23.724Z Compiling ident_case v1.0.1
3962026-06-21T04:34:23.760Z Compiling strsim v0.11.1
3972026-06-21T04:34:23.844Z Compiling pest v2.8.6
3982026-06-21T04:34:23.912Z Compiling serde v1.0.228
3992026-06-21T04:34:24.133Z Compiling fnv v1.0.7
4002026-06-21T04:34:24.306Z Compiling aho-corasick v1.1.4
4012026-06-21T04:34:24.321Z Checking byteorder v1.5.0
4022026-06-21T04:34:24.502Z Compiling itoa v1.0.18
4032026-06-21T04:34:24.509Z Compiling syn v2.0.117
4042026-06-21T04:34:24.586Z Compiling regex-syntax v0.8.11
4052026-06-21T04:34:24.969Z Compiling pest_meta v2.8.6
4062026-06-21T04:34:25.037Z Compiling usdt-impl v0.6.0
4072026-06-21T04:34:25.056Z Compiling either v1.16.0
4082026-06-21T04:34:25.197Z Checking bitflags v2.13.0
4092026-06-21T04:34:25.254Z Compiling itertools v0.14.0
4102026-06-21T04:34:25.359Z Compiling thread-id v5.1.0
4112026-06-21T04:34:25.679Z Checking futures-core v0.3.32
4122026-06-21T04:34:25.698Z Compiling heapless v0.8.0
4132026-06-21T04:34:26.012Z Compiling regex-automata v0.4.14
4142026-06-21T04:34:26.021Z Checking log v0.4.32
4152026-06-21T04:34:26.132Z Checking plain v0.2.3
4162026-06-21T04:34:26.162Z Checking futures-sink v0.3.32
4172026-06-21T04:34:26.250Z Checking futures-channel v0.3.32
4182026-06-21T04:34:26.591Z Checking hash32 v0.3.1
4192026-06-21T04:34:26.637Z Checking cfg-if v1.0.4
4202026-06-21T04:34:26.651Z Checking pin-project-lite v0.2.17
4212026-06-21T04:34:26.692Z Checking macaddr v1.0.1
4222026-06-21T04:34:26.704Z Checking slab v0.4.12
4232026-06-21T04:34:26.729Z Compiling smoltcp v0.11.0
4242026-06-21T04:34:26.829Z Checking futures-task v0.3.32
4252026-06-21T04:34:26.933Z Checking futures-io v0.3.32
4262026-06-21T04:34:26.933Z Compiling pest_generator v2.8.6
4272026-06-21T04:34:26.933Z Compiling darling_core v0.21.3
4282026-06-21T04:34:26.933Z Compiling darling_core v0.23.0
4292026-06-21T04:34:26.954Z Checking stable_deref_trait v1.2.1
4302026-06-21T04:34:27.018Z Checking pretty-hex v0.4.2
4312026-06-21T04:34:27.371Z Compiling crc32fast v1.5.0
4322026-06-21T04:34:27.456Z Checking bitflags v1.3.2
4332026-06-21T04:34:27.507Z Compiling version_check v0.9.5
4342026-06-21T04:34:27.515Z Checking managed v0.8.0
4352026-06-21T04:34:27.648Z Compiling regex v1.12.4
4362026-06-21T04:34:27.689Z Compiling ref-cast v1.0.25
4372026-06-21T04:34:27.779Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4382026-06-21T04:34:28.039Z Checking memmap2 v0.9.10
4392026-06-21T04:34:28.044Z Compiling thiserror-impl v2.0.18
4402026-06-21T04:34:28.057Z Compiling serde_derive v1.0.228
4412026-06-21T04:34:28.218Z Compiling zerocopy-derive v0.8.52
4422026-06-21T04:34:28.510Z Compiling pest_derive v2.8.6
4432026-06-21T04:34:28.989Z Compiling darling_macro v0.21.3
4442026-06-21T04:34:29.029Z Compiling scroll_derive v0.13.1
4452026-06-21T04:34:29.052Z Compiling futures-macro v0.3.32
4462026-06-21T04:34:29.313Z Compiling darling_macro v0.23.0
4472026-06-21T04:34:29.376Z Compiling dtrace-parser v0.3.0
4482026-06-21T04:34:29.531Z Compiling darling v0.21.3
4492026-06-21T04:34:29.605Z Compiling ingot-macros v0.1.1
4502026-06-21T04:34:29.613Z Checking cobs v0.3.0
4512026-06-21T04:34:29.837Z Checking scroll v0.13.0
4522026-06-21T04:34:29.847Z Compiling darling v0.23.0
4532026-06-21T04:34:29.860Z Checking futures-util v0.3.32
4542026-06-21T04:34:29.916Z Compiling ref-cast-impl v1.0.25
4552026-06-21T04:34:29.973Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4562026-06-21T04:34:30.049Z Checking goblin v0.10.7
4572026-06-21T04:34:30.284Z Checking ipnetwork v0.21.1
4582026-06-21T04:34:30.498Z Checking unicode-width v0.2.2
4592026-06-21T04:34:30.614Z Checking itertools v0.15.0
4602026-06-21T04:34:30.742Z Checking tabwriter v1.4.1
4612026-06-21T04:34:31.251Z Checking postcard v1.1.3
4622026-06-21T04:34:31.388Z Compiling serde_tokenstream v0.2.3
4632026-06-21T04:34:31.451Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4642026-06-21T04:34:31.568Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4652026-06-21T04:34:31.672Z Checking nom v8.0.0
4662026-06-21T04:34:31.743Z Checking futures-executor v0.3.32
4672026-06-21T04:34:31.888Z Checking futures v0.3.32
4682026-06-21T04:34:31.962Z Checking dyn-clone v1.0.20
4692026-06-21T04:34:32.057Z Compiling typeid v1.0.3
4702026-06-21T04:34:32.124Z Compiling anyhow v1.0.102
4712026-06-21T04:34:32.148Z Checking cookie-factory v0.3.3
4722026-06-21T04:34:32.231Z Checking uuid v1.23.3
4732026-06-21T04:34:32.354Z Checking ingot-types v0.1.2
4742026-06-21T04:34:32.380Z Compiling dtor-proc-macro v0.0.13
4752026-06-21T04:34:32.390Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4762026-06-21T04:34:32.492Z Compiling dof v0.4.0
4772026-06-21T04:34:32.523Z Checking circular v0.3.0
4782026-06-21T04:34:32.659Z Checking once_cell v1.21.4
4792026-06-21T04:34:32.677Z Checking ingot v0.1.1
4802026-06-21T04:34:32.695Z Checking dtor v0.8.1
4812026-06-21T04:34:32.708Z Compiling ctor-proc-macro v0.0.13
4822026-06-21T04:34:32.770Z Checking link-section v0.2.1
4832026-06-21T04:34:32.785Z Checking ron v0.12.1
4842026-06-21T04:34:33.016Z Checking ctor v0.10.1
4852026-06-21T04:34:33.419Z Compiling usdt-attr-macro v0.6.0
4862026-06-21T04:34:33.423Z Compiling usdt-macro v0.6.0
4872026-06-21T04:34:33.626Z Checking rusticata-macros v5.0.0
4882026-06-21T04:34:33.748Z Checking pcap-parser v0.17.0
4892026-06-21T04:34:34.031Z Checking usdt v0.6.0
4902026-06-21T04:34:34.180Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4912026-06-21T04:34:38.611Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4922026-06-21T04:34:40.267Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4932026-06-21T04:34:42.585Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.65s
4942026-06-21T04:34:42.621Z
4952026-06-21T04:34:42.624Zreal 19.731804571
4962026-06-21T04:34:42.624Zuser 1:12.959543442
4972026-06-21T04:34:42.624Zsys 15.231895298
4982026-06-21T04:34:42.624Ztrap 0.038521089
4992026-06-21T04:34:42.624Ztflt 0.106602549
5002026-06-21T04:34:42.624Zdflt 0.096859188
5012026-06-21T04:34:42.624Zkflt 0.000013017
5022026-06-21T04:34:42.624Zlock 4:04.089402282
5032026-06-21T04:34:42.624Zslp 3:51.424961814
5042026-06-21T04:34:42.625Zlat 4.459255078
5052026-06-21T04:34:42.625Zstop 8.253653508
5062026-06-21T04:34:42.625Z+ header 'analyze no_std + engine + kernel'
5072026-06-21T04:34:42.625Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
5082026-06-21T04:34:42.625Z# ==== analyze no_std + engine + kernel ==== #
5092026-06-21T04:34:42.625Z+ ptime -m cargo +nightly-2026-06-21-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5102026-06-21T04:34:42.799Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5112026-06-21T04:34:42.802Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5122026-06-21T04:34:42.803Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5132026-06-21T04:34:42.803Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5142026-06-21T04:34:43.058Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5152026-06-21T04:34:46.742Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5162026-06-21T04:34:48.096Z Finished `dev` profile [optimized + debuginfo] target(s) in 5.43s
5172026-06-21T04:34:48.124Z
5182026-06-21T04:34:48.124Zreal 5.496515498
5192026-06-21T04:34:48.124Zuser 5.734664636
5202026-06-21T04:34:48.124Zsys 1.024561701
5212026-06-21T04:34:48.124Ztrap 0.000730876
5222026-06-21T04:34:48.124Ztflt 0.007789213
5232026-06-21T04:34:48.124Zdflt 0.005210152
5242026-06-21T04:34:48.124Zkflt 0.000000000
5252026-06-21T04:34:48.124Zlock 24.282105908
5262026-06-21T04:34:48.125Zslp 20.531184257
5272026-06-21T04:34:48.125Zlat 0.023229241
5282026-06-21T04:34:48.125Zstop 0.290301071
5292026-06-21T04:34:48.128Z+ header test
5302026-06-21T04:34:48.128Z+ echo '# ==== test ==== #'
5312026-06-21T04:34:48.128Z# ==== test ==== #
5322026-06-21T04:34:48.129Z+ ptime -m cargo test
5332026-06-21T04:34:48.283Z Compiling memchr v2.8.2
5342026-06-21T04:34:48.283Z Compiling serde_core v1.0.228
5352026-06-21T04:34:48.308Z Compiling thiserror v2.0.18
5362026-06-21T04:34:48.312Z Compiling zerocopy v0.8.52
5372026-06-21T04:34:48.339Z Compiling byteorder v1.5.0
5382026-06-21T04:34:48.339Z Compiling unicode-ident v1.0.24
5392026-06-21T04:34:48.339Z Compiling zmij v1.0.21
5402026-06-21T04:34:48.339Z Compiling libc v0.2.186
5412026-06-21T04:34:48.392Z Compiling scroll v0.13.0
5422026-06-21T04:34:48.437Z Compiling proc-macro2 v1.0.106
5432026-06-21T04:34:48.532Z Compiling plain v0.2.3
5442026-06-21T04:34:48.628Z Compiling itoa v1.0.18
5452026-06-21T04:34:48.665Z Compiling log v0.4.32
5462026-06-21T04:34:48.668Z Compiling futures-core v0.3.32
5472026-06-21T04:34:48.683Z Compiling futures-sink v0.3.32
5482026-06-21T04:34:48.776Z Compiling ucd-trie v0.1.7
5492026-06-21T04:34:48.826Z Compiling goblin v0.10.7
5502026-06-21T04:34:48.882Z Compiling quote v1.0.45
5512026-06-21T04:34:48.891Z Compiling futures-channel v0.3.32
5522026-06-21T04:34:49.119Z Compiling pest v2.8.6
5532026-06-21T04:34:49.474Z Compiling hash32 v0.3.1
5542026-06-21T04:34:49.529Z Compiling futures-io v0.3.32
5552026-06-21T04:34:49.638Z Compiling pin-project-lite v0.2.17
5562026-06-21T04:34:49.714Z Compiling futures-task v0.3.32
5572026-06-21T04:34:49.725Z Compiling slab v0.4.12
5582026-06-21T04:34:49.889Z Compiling macaddr v1.0.1
5592026-06-21T04:34:49.901Z Compiling pretty-hex v0.4.2
5602026-06-21T04:34:49.901Z Compiling cfg-if v1.0.4
5612026-06-21T04:34:49.962Z Compiling stable_deref_trait v1.2.1
5622026-06-21T04:34:50.025Z Compiling heapless v0.8.0
5632026-06-21T04:34:50.029Z Compiling serde v1.0.228
5642026-06-21T04:34:50.132Z Compiling bitflags v2.13.0
5652026-06-21T04:34:50.258Z Compiling serde_json v1.0.150
5662026-06-21T04:34:50.461Z Compiling dtrace-parser v0.3.0
5672026-06-21T04:34:50.542Z Compiling futures-util v0.3.32
5682026-06-21T04:34:50.660Z Compiling syn v2.0.117
5692026-06-21T04:34:50.851Z Compiling thread-id v5.1.0
5702026-06-21T04:34:50.925Z Compiling cobs v0.3.0
5712026-06-21T04:34:51.203Z Compiling ingot-types v0.1.2
5722026-06-21T04:34:51.223Z Compiling bitflags v1.3.2
5732026-06-21T04:34:51.289Z Compiling managed v0.8.0
5742026-06-21T04:34:51.317Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5752026-06-21T04:34:51.511Z Compiling smoltcp v0.11.0
5762026-06-21T04:34:51.542Z Compiling ingot v0.1.1
5772026-06-21T04:34:51.596Z Compiling postcard v1.1.3
5782026-06-21T04:34:51.948Z Compiling dof v0.4.0
5792026-06-21T04:34:53.251Z Compiling usdt-impl v0.6.0
5802026-06-21T04:34:53.373Z Compiling futures-executor v0.3.32
5812026-06-21T04:34:53.763Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5822026-06-21T04:34:54.002Z Compiling memmap2 v0.9.10
5832026-06-21T04:34:54.032Z Compiling ipnetwork v0.21.1
5842026-06-21T04:34:54.301Z Compiling either v1.16.0
5852026-06-21T04:34:54.370Z Compiling unicode-width v0.2.2
5862026-06-21T04:34:54.480Z Compiling itertools v0.15.0
5872026-06-21T04:34:54.562Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5882026-06-21T04:34:54.676Z Compiling tabwriter v1.4.1
5892026-06-21T04:34:55.093Z Compiling usdt v0.6.0
5902026-06-21T04:34:55.449Z Compiling ref-cast v1.0.25
5912026-06-21T04:34:55.545Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5922026-06-21T04:34:55.695Z Compiling futures v0.3.32
5932026-06-21T04:34:55.769Z Compiling crc32fast v1.5.0
5942026-06-21T04:34:55.820Z Compiling nom v8.0.0
5952026-06-21T04:34:55.827Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5962026-06-21T04:34:56.008Z Compiling dyn-clone v1.0.20
5972026-06-21T04:34:56.172Z Compiling cookie-factory v0.3.3
5982026-06-21T04:34:56.239Z Compiling uuid v1.23.3
5992026-06-21T04:34:56.483Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6002026-06-21T04:34:56.720Z Compiling circular v0.3.0
6012026-06-21T04:34:56.805Z Compiling dtor v0.8.1
6022026-06-21T04:34:56.862Z Compiling anyhow v1.0.102
6032026-06-21T04:34:56.887Z Compiling typeid v1.0.3
6042026-06-21T04:34:56.939Z Compiling once_cell v1.21.4
6052026-06-21T04:34:56.973Z Compiling link-section v0.2.1
6062026-06-21T04:34:57.094Z Compiling ctor v0.10.1
6072026-06-21T04:34:57.111Z Compiling ron v0.12.1
6082026-06-21T04:34:58.388Z Compiling rusticata-macros v5.0.0
6092026-06-21T04:34:58.750Z Compiling pcap-parser v0.17.0
6102026-06-21T04:35:02.317Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6112026-06-21T04:35:04.859Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6122026-06-21T04:35:42.255Z Finished `test` profile [optimized + debuginfo] target(s) in 54.12s
6132026-06-21T04:35:42.273Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-aad2d6f9f93418fd)
6142026-06-21T04:35:42.276Z
6152026-06-21T04:35:42.276Zrunning 15 tests
6162026-06-21T04:35:42.276Ztest api::tests::parse_good_address ... ok
6172026-06-21T04:35:42.276Ztest api::tests::parse_bad_address ... ok
6182026-06-21T04:35:42.276Ztest api::tests::ports_from_str_bad ... ok
6192026-06-21T04:35:42.276Ztest api::tests::ports_from_str_good ... ok
6202026-06-21T04:35:42.277Ztest cfg::tests::test_required_nat_space ... ok
6212026-06-21T04:35:42.277Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6222026-06-21T04:35:42.277Ztest api::tests::parse_bad_proto_filter ... ok
6232026-06-21T04:35:42.277Ztest api::tests::parse_good_proto_filter ... ok
6242026-06-21T04:35:42.277Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6252026-06-21T04:35:42.277Ztest engine::geneve::test::parse_multi_opt ... ok
6262026-06-21T04:35:42.277Ztest engine::geneve::test::parse_single_opt ... ok
6272026-06-21T04:35:42.277Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6282026-06-21T04:35:42.280Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6292026-06-21T04:35:42.280Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6302026-06-21T04:35:42.280Ztest engine::firewall::tests::port_predicate_simplification ... ok
6312026-06-21T04:35:42.280Z
6322026-06-21T04:35:42.281Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6332026-06-21T04:35:42.281Z
6342026-06-21T04:35:42.281Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-4ddc3a3041b71ddc)
6352026-06-21T04:35:42.281Z
6362026-06-21T04:35:42.281Zrunning 4 tests
6372026-06-21T04:35:42.284Ztest firewall_external_inbound ... ok
6382026-06-21T04:35:42.284Ztest firewall_vni_outbound ... ok
6392026-06-21T04:35:42.285Ztest firewall_vni_inbound ... ok
6402026-06-21T04:35:42.285Ztest firewall_replace_rules ... ok
6412026-06-21T04:35:42.285Z
6422026-06-21T04:35:42.285Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6432026-06-21T04:35:42.285Z
6442026-06-21T04:35:42.285Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-c40f7ed0e2c82591)
6452026-06-21T04:35:42.285Z
6462026-06-21T04:35:42.285Zrunning 2 tests
6472026-06-21T04:35:42.285Ztest parse_in_regression ... ok
6482026-06-21T04:35:42.285Ztest parse_out_regression ... ok
6492026-06-21T04:35:42.285Z
6502026-06-21T04:35:42.285Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6512026-06-21T04:35:42.285Z
6522026-06-21T04:35:42.285Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-663786f5ed4c2bba)
6532026-06-21T04:35:42.288Z
6542026-06-21T04:35:42.288Zrunning 48 tests
6552026-06-21T04:35:42.288Ztest bad_ip_len ... ok
6562026-06-21T04:35:42.288Ztest check_layers ... ok
6572026-06-21T04:35:42.288Ztest add_remove_fw_rule ... ok
6582026-06-21T04:35:42.288Ztest arp_gateway ... ok
6592026-06-21T04:35:42.289Ztest anti_spoof ... ok
6602026-06-21T04:35:42.289Ztest external_attached_subnets_cannot_reach_internal ... ok
6612026-06-21T04:35:42.289Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6622026-06-21T04:35:42.289Ztest external_attached_subnets_dont_apply_nat ... ok
6632026-06-21T04:35:42.289Ztest flow_expiration ... ok
6642026-06-21T04:35:42.289Ztest gateway_icmp4_ping ... ok
6652026-06-21T04:35:42.289Ztest early_tcp_invalidation ... ok
6662026-06-21T04:35:42.289Ztest gateway_icmpv6_ping ... ok
6672026-06-21T04:35:42.289Ztest external_ip_epoch_affinity_preserved ... ok
6682026-06-21T04:35:42.289Ztest external_ip_reconfigurable ... ok
6692026-06-21T04:35:42.292Ztest gateway_router_advert_reply ... ok
6702026-06-21T04:35:42.293Ztest guest_to_guest_no_route ... ok
6712026-06-21T04:35:42.293Ztest guest_to_internet_ipv4 ... ok
6722026-06-21T04:35:42.293Ztest guest_to_internet_ipv6 ... ok
6732026-06-21T04:35:42.293Ztest guest_to_guest ... ok
6742026-06-21T04:35:42.293Ztest guest_to_guest_diff_vpc_no_peer ... ok
6752026-06-21T04:35:42.293Ztest icmp_inner_has_nat_applied ... ok
6762026-06-21T04:35:42.293Ztest inbound_ndp_dropped_at_gateway ... ok
6772026-06-21T04:35:42.293Ztest icmpv6_inner_has_nat_applied ... ok
6782026-06-21T04:35:42.293Ztest intra_subnet_routes_with_custom ... ok
6792026-06-21T04:35:42.293Ztest packet_body_pullup ... ok
6802026-06-21T04:35:42.293Ztest no_panic_on_flow_table_full ... ok
6812026-06-21T04:35:42.293Ztest internal_attached_subnets ... ok
6822026-06-21T04:35:42.293Ztest outbound_ndp_dropped ... ok
6832026-06-21T04:35:42.293Ztest external_ip_receive_and_reply_on_all ... ok
6842026-06-21T04:35:42.293Ztest external_ip_balanced_over_floating_ips ... ok
6852026-06-21T04:35:42.293Ztest port_transition_running ... ok
6862026-06-21T04:35:42.294Ztest port_transition_reset ... ok
6872026-06-21T04:35:42.294Ztest port_as_router_target ... ok
6882026-06-21T04:35:42.294Ztest test_drop_on_unknown_critical_option ... ok
6892026-06-21T04:35:42.294Ztest select_eip_conditioned_on_igw ... ok
6902026-06-21T04:35:42.294Ztest port_transition_pause ... ok
6912026-06-21T04:35:42.294Ztest snat_icmp6_echo_rewrite ... ok
6922026-06-21T04:35:42.294Ztest snat_icmp4_echo_rewrite ... ok
6932026-06-21T04:35:42.294Ztest tcp_invalidation_does_not_block_connection ... ok
6942026-06-21T04:35:42.294Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6952026-06-21T04:35:42.294Ztest tcp_outbound ... ok
6962026-06-21T04:35:42.294Ztest test_gateway_neighbor_advert_reply ... ok
6972026-06-21T04:35:42.294Ztest test_tcp_multicast_denied ... ok
6982026-06-21T04:35:42.294Ztest test_ipv6_multicast_encapsulation ... ok
6992026-06-21T04:35:42.294Ztest tcp_inbound ... ok
7002026-06-21T04:35:42.294Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
7012026-06-21T04:35:42.294Ztest uft_lft_invalidation_in ... ok
7022026-06-21T04:35:42.294Ztest uft_lft_invalidation_out ... ok
7032026-06-21T04:35:42.294Z
7042026-06-21T04:35:42.294Ztest result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7052026-06-21T04:35:42.294Z
7062026-06-21T04:35:42.295Z Doc-tests oxide_vpc
7072026-06-21T04:35:42.589Z
7082026-06-21T04:35:42.590Zrunning 0 tests
7092026-06-21T04:35:42.590Z
7102026-06-21T04:35:42.590Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7112026-06-21T04:35:42.590Z
7122026-06-21T04:35:42.620Z
7132026-06-21T04:35:42.620Zreal 54.484725972
7142026-06-21T04:35:42.620Zuser 3:16.859850674
7152026-06-21T04:35:42.620Zsys 11.846934034
7162026-06-21T04:35:42.620Ztrap 0.085267266
7172026-06-21T04:35:42.620Ztflt 0.180235559
7182026-06-21T04:35:42.624Zdflt 0.479382490
7192026-06-21T04:35:42.624Zkflt 0.000074756
7202026-06-21T04:35:42.624Zlock 12:35.889190695
7212026-06-21T04:35:42.624Zslp 6:31.656563719
7222026-06-21T04:35:42.624Zlat 8.533856115
7232026-06-21T04:35:42.624Zstop 6.349640745
7242026-06-21T04:35:42.624Zprocess exited: duration 118855 ms, exit code 0
 
7252026-06-21T04:35:42.631Zfound 0 output files