01M0ZZ0J5YJ510708PEDDDKW6X: oxide-vpc

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

Buildomat Job: 01M0ZZ126J12SGEVFDSA1N99AG

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-26T21:19:43.618Zjob assigned to worker 01M0ZZ1A70MSF0T74353QF4TF7 [factory aws, i-0dccae3b76b558ff0] (queued for 1 m 0 s)
 
22026-08-26T21:19:50.391Zstarting task 0: "setup"
32026-08-26T21:19:50.397Z++ uname -s
42026-08-26T21:19:50.400Z+ kern=SunOS
52026-08-26T21:19:50.400Z+ build_user=build
62026-08-26T21:19:50.400Z+ build_uid=12345
72026-08-26T21:19:50.400Z+ work_dir=/work
82026-08-26T21:19:50.400Z+ input_dir=/input
92026-08-26T21:19:50.400Z+ [[ 0 == 12345 ]]
102026-08-26T21:19:50.400Z+ case "$kern" in
112026-08-26T21:19:50.400Z+ groupadd -g 12345 build
122026-08-26T21:19:50.400Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-26T21:19:52.406Z+ zfs create -o mountpoint=/work rpool/work
142026-08-26T21:19:52.488Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-26T21:19:52.493Z+ home_fs=zfs
162026-08-26T21:19:52.493Z+ [[ zfs == autofs ]]
172026-08-26T21:19:52.493Z+ mkdir -p /home/build
182026-08-26T21:19:52.493Z+ chown build:build /home/build /work
192026-08-26T21:19:54.492Z+ chmod 0700 /home/build /work
202026-08-26T21:19:54.495Zprocess exited: duration 4102 ms, exit code 0
 
212026-08-26T21:19:54.501Zstarting task 1: "rust-toolchain"
222026-08-26T21:19:54.505Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-26T21:19:54.505Z * rust toolchain channel = "1.97.1"
242026-08-26T21:19:54.505Z * rust toolchain profile = "default"
252026-08-26T21:19:54.505Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-26T21:19:54.505Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-26T21:19:54.505Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-26T21:19:54.510Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-26T21:19:54.510Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-26T21:19:54.562Zinfo: downloading installer
312026-08-26T21:19:55.750Zwarn: It looks like you have an existing rustup settings file at:
322026-08-26T21:19:55.750Zwarn: /home/build/.rustup/settings.toml
332026-08-26T21:19:55.750Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-26T21:19:55.750Zwarn: instead of the one inferred from the default host triple.
352026-08-26T21:19:55.762Zinfo: profile set to default
362026-08-26T21:19:55.762Zinfo: default host triple is x86_64-unknown-illumos
372026-08-26T21:19:55.765Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-26T21:19:55.911Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-26T21:19:55.914Zinfo: downloading 6 components
402026-08-26T21:20:10.918Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-26T21:20:10.918Z
422026-08-26T21:20:10.948Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-26T21:20:10.948Z
442026-08-26T21:20:10.952Z
452026-08-26T21:20:10.952ZRust is installed now. Great!
462026-08-26T21:20:10.952Z
472026-08-26T21:20:10.952ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-26T21:20:10.952Zenvironment variable. This has not been done automatically.
492026-08-26T21:20:10.952Z
502026-08-26T21:20:10.952ZTo configure your current shell, you need to source
512026-08-26T21:20:10.952Zthe corresponding env file under $HOME/.cargo.
522026-08-26T21:20:10.952Z
532026-08-26T21:20:10.952ZThis is usually done by running one of the following (note the leading DOT):
542026-08-26T21:20:10.952Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-26T21:20:10.952Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-26T21:20:10.952Zsource "~/.cargo/env.nu" # For nushell
572026-08-26T21:20:10.952Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-26T21:20:10.952Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-26T21:20:10.952Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-26T21:20:10.952Zwarn: no default linker (`cc`) was found in your PATH
612026-08-26T21:20:10.952Zwarn: many Rust crates require a system C toolchain to build
622026-08-26T21:20:11.052Z+ rustup --version
632026-08-26T21:20:11.062Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-26T21:20:11.066Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-26T21:20:11.081Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-26T21:20:11.085Z+ cargo --version
672026-08-26T21:20:11.099Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-26T21:20:11.102Z+ rustc --version
692026-08-26T21:20:11.121Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-26T21:20:11.124Zprocess exited: duration 16621 ms, exit code 0
 
712026-08-26T21:20:11.130Zstarting task 2: "authentication"
722026-08-26T21:20:11.146Zprocess exited: duration 16 ms, exit code 0
 
732026-08-26T21:20:11.154Zstarting task 3: "clone repository"
742026-08-26T21:20:11.158Z+ mkdir -p /work/oxidecomputer/opte
752026-08-26T21:20:11.161Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-08-26T21:20:11.189ZCloning into '/work/oxidecomputer/opte'...
772026-08-26T21:20:12.567Z+ cd /work/oxidecomputer/opte
782026-08-26T21:20:12.567Z+ git fetch origin 0c0dbc457f2ed49fc7b40485bdfd565f687664ca
792026-08-26T21:20:12.858ZFrom https://github.com/oxidecomputer/opte
802026-08-26T21:20:12.859Z * branch 0c0dbc457f2ed49fc7b40485bdfd565f687664ca -> FETCH_HEAD
812026-08-26T21:20:12.865Z+ [[ -n bound-my-list ]]
822026-08-26T21:20:12.868Z++ git branch --show-current
832026-08-26T21:20:12.868Z+ current=master
842026-08-26T21:20:12.868Z+ [[ master != bound-my-list ]]
852026-08-26T21:20:12.868Z+ git branch -f bound-my-list 0c0dbc457f2ed49fc7b40485bdfd565f687664ca
862026-08-26T21:20:12.871Z+ git checkout -f bound-my-list
872026-08-26T21:20:12.888ZSwitched to branch 'bound-my-list'
882026-08-26T21:20:12.893Z+ git reset --hard 0c0dbc457f2ed49fc7b40485bdfd565f687664ca
892026-08-26T21:20:12.896ZHEAD is now at 0c0dbc4 Expand expiry benchmarks with *actual* expiry
902026-08-26T21:20:12.896Zprocess exited: duration 1741 ms, exit code 0
 
912026-08-26T21:20:12.903Zstarting task 4: "build"
922026-08-26T21:20:12.906Z+ source .github/buildomat/common.sh
932026-08-26T21:20:12.909Z++ rustup show active-toolchain
942026-08-26T21:20:12.912Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-08-26T21:20:12.912Z++ pushd xde
962026-08-26T21:20:12.915Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-08-26T21:20:12.915Z++ rustup show active-toolchain
982026-08-26T21:20:12.918Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
992026-08-26T21:20:13.091Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1002026-08-26T21:20:13.094Zinfo: downloading 6 components
1012026-08-26T21:20:27.653Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-08-26T21:20:27.734Z+++ rustup show active-toolchain -v
1032026-08-26T21:20:27.737Z+++ head -n 1
1042026-08-26T21:20:27.737Z+++ cut '-d ' -f1
1052026-08-26T21:20:27.787Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1062026-08-26T21:20:27.787Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-08-26T21:20:27.787Z++ popd
1082026-08-26T21:20:27.790Z/work/oxidecomputer/opte
1092026-08-26T21:20:27.790Z+ cargo --version
1102026-08-26T21:20:27.796Zcargo 1.97.1 (c980f4866 2026-06-30)
1112026-08-26T21:20:27.800Z+ rustc --version
1122026-08-26T21:20:27.819Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1132026-08-26T21:20:27.822Z+ cd lib/oxide-vpc
1142026-08-26T21:20:27.822Z+ header 'check style'
1152026-08-26T21:20:27.822Z+ echo '# ==== check style ==== #'
1162026-08-26T21:20:27.822Z# ==== check style ==== #
1172026-08-26T21:20:27.822Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1182026-08-26T21:20:27.951Z
1192026-08-26T21:20:27.951Zreal 0.128299507
1202026-08-26T21:20:27.952Zuser 0.093924049
1212026-08-26T21:20:27.952Zsys 0.030948361
1222026-08-26T21:20:27.952Ztrap 0.000004400
1232026-08-26T21:20:27.952Ztflt 0.000023000
1242026-08-26T21:20:27.955Zdflt 0.000017230
1252026-08-26T21:20:27.955Zkflt 0.000000000
1262026-08-26T21:20:27.955Zlock 0.031126554
1272026-08-26T21:20:27.955Zslp 0.108475260
1282026-08-26T21:20:27.955Zlat 0.000945610
1292026-08-26T21:20:27.955Zstop 0.000099070
1302026-08-26T21:20:27.955Z+ header 'check docs'
1312026-08-26T21:20:27.955Z+ echo '# ==== check docs ==== #'
1322026-08-26T21:20:27.955Z# ==== check docs ==== #
1332026-08-26T21:20:27.955Z+ RUSTDOCFLAGS='-D warnings'
1342026-08-26T21:20:27.955Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-08-26T21:20:28.020Z Updating crates.io index
1362026-08-26T21:20:28.024Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-08-26T21:20:29.027Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-08-26T21:20:29.336Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1392026-08-26T21:20:29.583Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1402026-08-26T21:20:29.971Z Updating git repository `https://github.com/oxidecomputer/zone`
1412026-08-26T21:20:30.261Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-08-26T21:20:30.543Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-08-26T21:20:32.226Z Downloading crates ...
1442026-08-26T21:20:32.278Z Downloaded embedded-io v0.6.1
1452026-08-26T21:20:32.288Z Downloaded scroll_derive v0.13.1
1462026-08-26T21:20:32.295Z Downloaded aho-corasick v1.1.4
1472026-08-26T21:20:32.308Z Downloaded ipnetwork v0.21.1
1482026-08-26T21:20:32.321Z Downloaded smoltcp v0.11.0
1492026-08-26T21:20:32.326Z Downloaded bitflags v1.3.2
1502026-08-26T21:20:32.326Z Downloaded byteorder v1.5.0
1512026-08-26T21:20:32.326Z Downloaded defmt v1.1.1
1522026-08-26T21:20:32.330Z Downloaded proc-macro2 v1.0.106
1532026-08-26T21:20:32.330Z Downloaded dyn-clone v1.0.20
1542026-08-26T21:20:32.343Z Downloaded darling_core v0.23.0
1552026-08-26T21:20:32.348Z Downloaded memmap2 v0.9.11
1562026-08-26T21:20:32.348Z Downloaded postcard v1.1.3
1572026-08-26T21:20:32.348Z Downloaded ident_case v1.0.1
1582026-08-26T21:20:32.348Z Downloaded darling_macro v0.23.0
1592026-08-26T21:20:32.348Z Downloaded cfg-if v1.0.4
1602026-08-26T21:20:32.357Z Downloaded ref-cast-impl v1.0.25
1612026-08-26T21:20:32.357Z Downloaded dof v0.4.0
1622026-08-26T21:20:32.364Z Downloaded plain v0.2.3
1632026-08-26T21:20:32.364Z Downloaded embedded-io v0.4.0
1642026-08-26T21:20:32.372Z Downloaded cobs v0.3.0
1652026-08-26T21:20:32.372Z Downloaded dtrace-parser v0.3.0
1662026-08-26T21:20:32.377Z Downloaded version_check v0.9.5
1672026-08-26T21:20:32.378Z Downloaded thread-id v5.1.0
1682026-08-26T21:20:32.378Z Downloaded usdt-attr-macro v0.6.0
1692026-08-26T21:20:32.378Z Downloaded hash32 v0.3.1
1702026-08-26T21:20:32.381Z Downloaded defmt-macros v1.1.1
1712026-08-26T21:20:32.384Z Downloaded ingot-types v0.2.0
1722026-08-26T21:20:32.388Z Downloaded thiserror v2.0.18
1732026-08-26T21:20:32.391Z Downloaded defmt v0.3.100
1742026-08-26T21:20:32.391Z Downloaded tabwriter v1.4.1
1752026-08-26T21:20:32.391Z Downloaded usdt-macro v0.6.0
1762026-08-26T21:20:32.396Z Downloaded defmt-parser v1.0.0
1772026-08-26T21:20:32.396Z Downloaded macaddr v1.0.1
1782026-08-26T21:20:32.396Z Downloaded pretty-hex v0.4.2
1792026-08-26T21:20:32.409Z Downloaded itoa v1.0.18
1802026-08-26T21:20:32.413Z Downloaded ref-cast v1.0.25
1812026-08-26T21:20:32.413Z Downloaded stable_deref_trait v1.2.1
1822026-08-26T21:20:32.413Z Downloaded usdt v0.6.0
1832026-08-26T21:20:32.413Z Downloaded managed v0.8.0
1842026-08-26T21:20:32.413Z Downloaded quote v1.0.46
1852026-08-26T21:20:32.413Z Downloaded pest_generator v2.8.7
1862026-08-26T21:20:32.421Z Downloaded pest_derive v2.8.7
1872026-08-26T21:20:32.425Z Downloaded scroll v0.13.0
1882026-08-26T21:20:32.425Z Downloaded usdt-impl v0.6.0
1892026-08-26T21:20:32.425Z Downloaded ingot v0.2.0
1902026-08-26T21:20:32.433Z Downloaded either v1.16.0
1912026-08-26T21:20:32.439Z Downloaded strsim v0.11.1
1922026-08-26T21:20:32.439Z Downloaded serde_tokenstream v0.2.3
1932026-08-26T21:20:32.439Z Downloaded thiserror-impl v2.0.18
1942026-08-26T21:20:32.453Z Downloaded crc32fast v1.5.0
1952026-08-26T21:20:32.457Z Downloaded pest_meta v2.8.7
1962026-08-26T21:20:32.463Z Downloaded ingot-macros v0.2.0
1972026-08-26T21:20:32.475Z Downloaded darling v0.23.0
1982026-08-26T21:20:32.478Z Downloaded ucd-trie v0.1.7
1992026-08-26T21:20:32.478Z Downloaded zmij v1.0.22
2002026-08-26T21:20:32.478Z Downloaded log v0.4.33
2012026-08-26T21:20:32.483Z Downloaded heapless v0.8.0
2022026-08-26T21:20:32.483Z Downloaded unicode-ident v1.0.24
2032026-08-26T21:20:32.490Z Downloaded serde_derive v1.0.228
2042026-08-26T21:20:32.496Z Downloaded uuid v1.23.5
2052026-08-26T21:20:32.496Z Downloaded serde_core v1.0.228
2062026-08-26T21:20:32.507Z Downloaded bitflags v2.13.0
2072026-08-26T21:20:32.518Z Downloaded serde v1.0.228
2082026-08-26T21:20:32.523Z Downloaded memchr v2.8.3
2092026-08-26T21:20:32.530Z Downloaded zerocopy-derive v0.8.54
2102026-08-26T21:20:32.553Z Downloaded pest v2.8.7
2112026-08-26T21:20:32.556Z Downloaded regex v1.13.0
2122026-08-26T21:20:32.560Z Downloaded serde_json v1.0.150
2132026-08-26T21:20:32.566Z Downloaded itertools v0.15.0
2142026-08-26T21:20:32.598Z Downloaded goblin v0.10.7
2152026-08-26T21:20:32.621Z Downloaded unicode-width v0.2.2
2162026-08-26T21:20:32.645Z Downloaded zerocopy v0.8.54
2172026-08-26T21:20:32.649Z Downloaded syn v2.0.118
2182026-08-26T21:20:32.649Z Downloaded regex-syntax v0.8.11
2192026-08-26T21:20:32.681Z Downloaded regex-automata v0.4.15
2202026-08-26T21:20:32.689Z Downloaded libc v0.2.186
2212026-08-26T21:20:32.744Z Compiling proc-macro2 v1.0.106
2222026-08-26T21:20:32.744Z Compiling quote v1.0.46
2232026-08-26T21:20:32.744Z Compiling unicode-ident v1.0.24
2242026-08-26T21:20:32.749Z Documenting unicode-ident v1.0.24
2252026-08-26T21:20:32.749Z Compiling serde_core v1.0.228
2262026-08-26T21:20:32.749Z Compiling ident_case v1.0.1
2272026-08-26T21:20:32.749Z Compiling strsim v0.11.1
2282026-08-26T21:20:32.901Z Compiling memchr v2.8.3
2292026-08-26T21:20:32.915Z Compiling thiserror v2.0.18
2302026-08-26T21:20:32.915Z Compiling serde v1.0.228
2312026-08-26T21:20:33.196Z Compiling regex-syntax v0.8.11
2322026-08-26T21:20:33.206Z Compiling zerocopy v0.8.54
2332026-08-26T21:20:33.399Z Documenting proc-macro2 v1.0.106
2342026-08-26T21:20:33.463Z Compiling aho-corasick v1.1.4
2352026-08-26T21:20:33.599Z Checking byteorder v1.5.0
2362026-08-26T21:20:33.753Z Compiling either v1.16.0
2372026-08-26T21:20:33.827Z Compiling syn v2.0.118
2382026-08-26T21:20:33.970Z Documenting quote v1.0.46
2392026-08-26T21:20:33.982Z Compiling itertools v0.15.0
2402026-08-26T21:20:34.495Z Documenting syn v2.0.118
2412026-08-26T21:20:34.627Z Compiling regex-automata v0.4.15
2422026-08-26T21:20:34.919Z Documenting strsim v0.11.1
2432026-08-26T21:20:35.258Z Compiling heapless v0.8.0
2442026-08-26T21:20:35.282Z Documenting ident_case v1.0.1
2452026-08-26T21:20:35.414Z Checking bitflags v2.13.0
2462026-08-26T21:20:35.564Z Checking hash32 v0.3.1
2472026-08-26T21:20:35.679Z Documenting serde_core v1.0.228
2482026-08-26T21:20:35.718Z Checking cfg-if v1.0.4
2492026-08-26T21:20:35.746Z Checking stable_deref_trait v1.2.1
2502026-08-26T21:20:35.779Z Checking macaddr v1.0.1
2512026-08-26T21:20:35.810Z Documenting memchr v2.8.3
2522026-08-26T21:20:35.888Z Checking darling_core v0.23.0
2532026-08-26T21:20:35.916Z Documenting regex-syntax v0.8.11
2542026-08-26T21:20:36.531Z Compiling regex v1.13.0
2552026-08-26T21:20:36.804Z Documenting darling_core v0.23.0
2562026-08-26T21:20:36.914Z Documenting aho-corasick v1.1.4
2572026-08-26T21:20:36.918Z Compiling smoltcp v0.11.0
2582026-08-26T21:20:37.195Z Checking managed v0.8.0
2592026-08-26T21:20:37.269Z Checking bitflags v1.3.2
2602026-08-26T21:20:37.372Z Documenting thiserror-impl v2.0.18
2612026-08-26T21:20:37.396Z Compiling serde_derive v1.0.228
2622026-08-26T21:20:37.504Z Compiling zerocopy-derive v0.8.54
2632026-08-26T21:20:37.544Z Compiling thiserror-impl v2.0.18
2642026-08-26T21:20:37.798Z Documenting regex-automata v0.4.15
2652026-08-26T21:20:37.962Z Documenting darling_macro v0.23.0
2662026-08-26T21:20:38.200Z Documenting serde_derive v1.0.228
2672026-08-26T21:20:38.592Z Compiling darling_macro v0.23.0
2682026-08-26T21:20:38.671Z Documenting zerocopy-derive v0.8.54
2692026-08-26T21:20:38.698Z Compiling ref-cast v1.0.25
2702026-08-26T21:20:38.863Z Checking cobs v0.3.0
2712026-08-26T21:20:38.992Z Compiling crc32fast v1.5.0
2722026-08-26T21:20:39.070Z Documenting byteorder v1.5.0
2732026-08-26T21:20:39.194Z Documenting regex v1.13.0
2742026-08-26T21:20:39.201Z Compiling darling v0.23.0
2752026-08-26T21:20:39.275Z Compiling ingot-macros v0.2.0
2762026-08-26T21:20:39.299Z Documenting darling v0.23.0
2772026-08-26T21:20:39.529Z Documenting thiserror v2.0.18
2782026-08-26T21:20:39.591Z Documenting zerocopy v0.8.54
2792026-08-26T21:20:39.737Z Documenting hash32 v0.3.1
2802026-08-26T21:20:40.126Z Documenting serde v1.0.228
2812026-08-26T21:20:40.489Z Documenting ingot-macros v0.2.0
2822026-08-26T21:20:40.498Z Checking postcard v1.1.3
2832026-08-26T21:20:40.609Z Compiling ref-cast-impl v1.0.25
2842026-08-26T21:20:40.768Z Documenting bitflags v2.13.0
2852026-08-26T21:20:41.221Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2862026-08-26T21:20:41.393Z Documenting stable_deref_trait v1.2.1
2872026-08-26T21:20:41.558Z Compiling version_check v0.9.5
2882026-08-26T21:20:41.601Z Checking unicode-width v0.2.2
2892026-08-26T21:20:41.625Z Documenting cfg-if v1.0.4
2902026-08-26T21:20:41.715Z Documenting macaddr v1.0.1
2912026-08-26T21:20:41.832Z Checking ipnetwork v0.21.1
2922026-08-26T21:20:41.844Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2932026-08-26T21:20:41.863Z Documenting cobs v0.3.0
2942026-08-26T21:20:41.982Z Checking ingot-types v0.2.0
2952026-08-26T21:20:41.997Z Documenting managed v0.8.0
2962026-08-26T21:20:42.025Z Documenting heapless v0.8.0
2972026-08-26T21:20:42.119Z Checking tabwriter v1.4.1
2982026-08-26T21:20:42.226Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2992026-08-26T21:20:42.320Z Checking ingot v0.2.0
3002026-08-26T21:20:42.738Z Documenting ingot-types v0.2.0
3012026-08-26T21:20:42.951Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3022026-08-26T21:20:42.965Z Documenting postcard v1.1.3
3032026-08-26T21:20:43.045Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3042026-08-26T21:20:43.199Z Documenting ref-cast-impl v1.0.25
3052026-08-26T21:20:43.481Z Documenting smoltcp v0.11.0
3062026-08-26T21:20:43.540Z Documenting either v1.16.0
3072026-08-26T21:20:43.568Z Documenting unicode-width v0.2.2
3082026-08-26T21:20:43.709Z Checking dyn-clone v1.0.20
3092026-08-26T21:20:43.808Z Documenting ipnetwork v0.21.1
3102026-08-26T21:20:43.860Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3112026-08-26T21:20:44.070Z Documenting ingot v0.2.0
3122026-08-26T21:20:44.288Z Documenting crc32fast v1.5.0
3132026-08-26T21:20:44.549Z Documenting ref-cast v1.0.25
3142026-08-26T21:20:44.650Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3152026-08-26T21:20:44.801Z Documenting itertools v0.15.0
3162026-08-26T21:20:45.045Z Documenting tabwriter v1.4.1
3172026-08-26T21:20:45.442Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3182026-08-26T21:20:45.668Z Documenting dyn-clone v1.0.20
3192026-08-26T21:20:46.215Z Documenting uuid v1.23.5
3202026-08-26T21:20:46.528Z Checking uuid v1.23.5
3212026-08-26T21:20:46.782Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3222026-08-26T21:20:46.894Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3232026-08-26T21:20:46.983Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3242026-08-26T21:20:49.388Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3252026-08-26T21:20:51.694Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3262026-08-26T21:20:53.299Z Finished `dev` profile [optimized + debuginfo] target(s) in 25.33s
3272026-08-26T21:20:53.384Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3282026-08-26T21:20:53.816Z
3292026-08-26T21:20:53.823Zreal 25.436690306
3302026-08-26T21:20:53.823Zuser 1:21.632109874
3312026-08-26T21:20:53.823Zsys 17.415162318
3322026-08-26T21:20:53.823Ztrap 0.042798297
3332026-08-26T21:20:53.823Ztflt 0.026033493
3342026-08-26T21:20:53.824Zdflt 0.057008714
3352026-08-26T21:20:53.824Zkflt 0.005544183
3362026-08-26T21:20:53.824Zlock 8:05.733176028
3372026-08-26T21:20:53.824Zslp 5:00.577139437
3382026-08-26T21:20:53.824Zlat 7.760679684
3392026-08-26T21:20:53.824Zstop 13.585611199
3402026-08-26T21:20:53.824Z+ header 'analyze std + api + usdt'
3412026-08-26T21:20:53.824Z+ echo '# ==== analyze std + api + usdt ==== #'
3422026-08-26T21:20:53.824Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3432026-08-26T21:20:53.824Z# ==== analyze std + api + usdt ==== #
3442026-08-26T21:20:53.824Z Downloading crates ...
3452026-08-26T21:20:53.824Z Downloaded futures-core v0.3.32
3462026-08-26T21:20:53.824Z Downloaded slab v0.4.12
3472026-08-26T21:20:53.824Z Downloaded futures-channel v0.3.32
3482026-08-26T21:20:53.824Z Downloaded ctor-proc-macro v0.0.13
3492026-08-26T21:20:53.824Z Downloaded futures v0.3.32
3502026-08-26T21:20:53.824Z Downloaded typeid v1.0.3
3512026-08-26T21:20:53.824Z Downloaded dtor v0.8.1
3522026-08-26T21:20:53.824Z Downloaded once_cell v1.21.4
3532026-08-26T21:20:53.824Z Downloaded circular v0.3.0
3542026-08-26T21:20:53.824Z Downloaded dtor-proc-macro v0.0.13
3552026-08-26T21:20:53.825Z Downloaded ctor v0.10.1
3562026-08-26T21:20:53.825Z Downloaded futures-io v0.3.32
3572026-08-26T21:20:53.825Z Downloaded rusticata-macros v5.0.0
3582026-08-26T21:20:53.825Z Downloaded futures-sink v0.3.32
3592026-08-26T21:20:53.825Z Downloaded pin-project-lite v0.2.17
3602026-08-26T21:20:53.825Z Downloaded futures-task v0.3.32
3612026-08-26T21:20:53.825Z Downloaded link-section v0.2.1
3622026-08-26T21:20:53.825Z Downloaded cookie-factory v0.3.3
3632026-08-26T21:20:53.825Z Downloaded futures-macro v0.3.32
3642026-08-26T21:20:53.825Z Downloaded futures-executor v0.3.32
3652026-08-26T21:20:53.825Z Downloaded anyhow v1.0.103
3662026-08-26T21:20:53.825Z Downloaded ron v0.12.2
3672026-08-26T21:20:53.825Z Downloaded nom v8.0.0
3682026-08-26T21:20:53.825Z Downloaded futures-util v0.3.32
3692026-08-26T21:20:53.825Z Downloaded pcap-parser v0.17.0
3702026-08-26T21:20:53.825Z Compiling proc-macro2 v1.0.106
3712026-08-26T21:20:53.825Z Compiling quote v1.0.46
3722026-08-26T21:20:53.825Z Compiling unicode-ident v1.0.24
3732026-08-26T21:20:53.825Z Compiling memchr v2.8.3
3742026-08-26T21:20:53.825Z Compiling thiserror v2.0.18
3752026-08-26T21:20:53.825Z Compiling serde_core v1.0.228
3762026-08-26T21:20:53.825Z Compiling zerocopy v0.8.54
3772026-08-26T21:20:53.826Z Compiling zmij v1.0.22
3782026-08-26T21:20:54.130Z Compiling libc v0.2.186
3792026-08-26T21:20:54.162Z Compiling ucd-trie v0.1.7
3802026-08-26T21:20:54.176Z Compiling serde_json v1.0.150
3812026-08-26T21:20:54.353Z Compiling pest v2.8.7
3822026-08-26T21:20:54.378Z Compiling serde v1.0.228
3832026-08-26T21:20:54.486Z Compiling strsim v0.11.1
3842026-08-26T21:20:54.563Z Compiling ident_case v1.0.1
3852026-08-26T21:20:54.753Z Compiling aho-corasick v1.1.4
3862026-08-26T21:20:54.811Z Checking byteorder v1.5.0
3872026-08-26T21:20:55.022Z Compiling itoa v1.0.18
3882026-08-26T21:20:55.026Z Compiling regex-syntax v0.8.11
3892026-08-26T21:20:55.097Z Compiling syn v2.0.118
3902026-08-26T21:20:55.646Z Compiling pest_meta v2.8.7
3912026-08-26T21:20:55.662Z Compiling either v1.16.0
3922026-08-26T21:20:55.662Z Compiling usdt-impl v0.6.0
3932026-08-26T21:20:55.676Z Checking bitflags v2.13.0
3942026-08-26T21:20:55.750Z Compiling itertools v0.15.0
3952026-08-26T21:20:56.033Z Compiling thread-id v5.1.0
3962026-08-26T21:20:56.169Z Checking futures-sink v0.3.32
3972026-08-26T21:20:56.362Z Compiling heapless v0.8.0
3982026-08-26T21:20:56.392Z Checking log v0.4.33
3992026-08-26T21:20:56.495Z Compiling regex-automata v0.4.15
4002026-08-26T21:20:56.532Z Checking plain v0.2.3
4012026-08-26T21:20:56.640Z Checking futures-core v0.3.32
4022026-08-26T21:20:56.754Z Checking futures-channel v0.3.32
4032026-08-26T21:20:57.044Z Checking hash32 v0.3.1
4042026-08-26T21:20:57.051Z Checking stable_deref_trait v1.2.1
4052026-08-26T21:20:57.103Z Checking slab v0.4.12
4062026-08-26T21:20:57.111Z Checking pin-project-lite v0.2.17
4072026-08-26T21:20:57.156Z Checking macaddr v1.0.1
4082026-08-26T21:20:57.214Z Checking cfg-if v1.0.4
4092026-08-26T21:20:57.239Z Checking futures-task v0.3.32
4102026-08-26T21:20:57.248Z Compiling smoltcp v0.11.0
4112026-08-26T21:20:57.287Z Checking pretty-hex v0.4.2
4122026-08-26T21:20:57.370Z Checking futures-io v0.3.32
4132026-08-26T21:20:57.501Z Compiling pest_generator v2.8.7
4142026-08-26T21:20:57.536Z Compiling darling_core v0.23.0
4152026-08-26T21:20:57.569Z Compiling crc32fast v1.5.0
4162026-08-26T21:20:57.762Z Checking bitflags v1.3.2
4172026-08-26T21:20:57.801Z Checking managed v0.8.0
4182026-08-26T21:20:57.822Z Compiling version_check v0.9.5
4192026-08-26T21:20:57.844Z Compiling ref-cast v1.0.25
4202026-08-26T21:20:58.082Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4212026-08-26T21:20:58.132Z Compiling regex v1.13.0
4222026-08-26T21:20:58.171Z Checking memmap2 v0.9.11
4232026-08-26T21:20:58.319Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4242026-08-26T21:20:58.332Z Checking ipnetwork v0.21.1
4252026-08-26T21:20:58.518Z Checking unicode-width v0.2.2
4262026-08-26T21:20:58.689Z Compiling serde_derive v1.0.228
4272026-08-26T21:20:58.759Z Compiling thiserror-impl v2.0.18
4282026-08-26T21:20:58.782Z Compiling zerocopy-derive v0.8.54
4292026-08-26T21:20:59.043Z Compiling pest_derive v2.8.7
4302026-08-26T21:20:59.325Z Compiling scroll_derive v0.13.1
4312026-08-26T21:20:59.466Z Compiling futures-macro v0.3.32
4322026-08-26T21:20:59.478Z Compiling ref-cast-impl v1.0.25
4332026-08-26T21:20:59.573Z Checking tabwriter v1.4.1
4342026-08-26T21:20:59.662Z Compiling darling_macro v0.23.0
4352026-08-26T21:20:59.713Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4362026-08-26T21:20:59.976Z Checking scroll v0.13.0
4372026-08-26T21:21:00.064Z Checking dtrace-parser v0.3.0
4382026-08-26T21:21:00.195Z Checking goblin v0.10.7
4392026-08-26T21:21:00.216Z Compiling darling v0.23.0
4402026-08-26T21:21:00.283Z Compiling ingot-macros v0.2.0
4412026-08-26T21:21:00.296Z Checking futures-util v0.3.32
4422026-08-26T21:21:00.305Z Checking cobs v0.3.0
4432026-08-26T21:21:00.431Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4442026-08-26T21:21:00.832Z Checking nom v8.0.0
4452026-08-26T21:21:01.147Z Checking dyn-clone v1.0.20
4462026-08-26T21:21:01.243Z Compiling typeid v1.0.3
4472026-08-26T21:21:01.788Z Checking postcard v1.1.3
4482026-08-26T21:21:02.003Z Compiling serde_tokenstream v0.2.3
4492026-08-26T21:21:02.075Z Compiling anyhow v1.0.103
4502026-08-26T21:21:02.186Z Checking futures-executor v0.3.32
4512026-08-26T21:21:02.315Z Checking uuid v1.23.5
4522026-08-26T21:21:02.341Z Checking futures v0.3.32
4532026-08-26T21:21:02.384Z Checking cookie-factory v0.3.3
4542026-08-26T21:21:02.566Z Checking circular v0.3.0
4552026-08-26T21:21:02.606Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4562026-08-26T21:21:02.635Z Compiling dtor-proc-macro v0.0.13
4572026-08-26T21:21:02.707Z Checking link-section v0.2.1
4582026-08-26T21:21:02.742Z Checking rusticata-macros v5.0.0
4592026-08-26T21:21:02.788Z Compiling ctor-proc-macro v0.0.13
4602026-08-26T21:21:02.812Z Checking once_cell v1.21.4
4612026-08-26T21:21:02.869Z Checking pcap-parser v0.17.0
4622026-08-26T21:21:02.912Z Checking dof v0.4.0
4632026-08-26T21:21:02.912Z Checking ingot-types v0.2.0
4642026-08-26T21:21:02.935Z Checking ron v0.12.2
4652026-08-26T21:21:02.959Z Checking dtor v0.8.1
4662026-08-26T21:21:03.105Z Checking ctor v0.10.1
4672026-08-26T21:21:03.252Z Checking ingot v0.2.0
4682026-08-26T21:21:03.870Z Compiling usdt-attr-macro v0.6.0
4692026-08-26T21:21:03.889Z Compiling usdt-macro v0.6.0
4702026-08-26T21:21:04.491Z Checking usdt v0.6.0
4712026-08-26T21:21:04.712Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4722026-08-26T21:21:11.931Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4732026-08-26T21:21:11.986Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4742026-08-26T21:21:13.323Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.86s
4752026-08-26T21:21:13.355Z
4762026-08-26T21:21:13.359Zreal 19.939599898
4772026-08-26T21:21:13.360Zuser 1:11.161569281
4782026-08-26T21:21:13.360Zsys 14.586179102
4792026-08-26T21:21:13.360Ztrap 0.036838153
4802026-08-26T21:21:13.360Ztflt 0.118008099
4812026-08-26T21:21:13.360Zdflt 0.203262233
4822026-08-26T21:21:13.360Zkflt 0.000038940
4832026-08-26T21:21:13.360Zlock 4:39.322107714
4842026-08-26T21:21:13.360Zslp 3:45.230459704
4852026-08-26T21:21:13.360Zlat 4.096756327
4862026-08-26T21:21:13.360Zstop 9.096570842
4872026-08-26T21:21:13.360Z+ header 'analyze no_std + engine + kernel'
4882026-08-26T21:21:13.360Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4892026-08-26T21:21:13.360Z# ==== analyze no_std + engine + kernel ==== #
4902026-08-26T21:21:13.360Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
4912026-08-26T21:21:13.526Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4922026-08-26T21:21:13.526Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4932026-08-26T21:21:13.529Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4942026-08-26T21:21:13.529Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4952026-08-26T21:21:13.741Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4962026-08-26T21:21:15.251Zerror[E0308]: mismatched types
4972026-08-26T21:21:15.251Z --> lib/opte/src/ddi/time.rs:69:21
4982026-08-26T21:21:15.251Z |
4992026-08-26T21:21:15.251Z69 | rhs.subsec_nanos()) as i64;
5002026-08-26T21:21:15.251Z | ^^^^^^^^^^^^^^^^^^ expected `u64`, found `u32`
5012026-08-26T21:21:15.252Z
5022026-08-26T21:21:15.260Zerror[E0277]: cannot add `u32` to `u64`
5032026-08-26T21:21:15.260Z --> lib/opte/src/ddi/time.rs:68:65
5042026-08-26T21:21:15.260Z |
5052026-08-26T21:21:15.260Z68 | let new = self.inner - ((rhs.as_secs() * NANOS) +
5062026-08-26T21:21:15.260Z | ----------------------- ^ no implementation for `u64 + u32`
5072026-08-26T21:21:15.260Z69 | rhs.subsec_nanos()) as i64;
5082026-08-26T21:21:15.261Z | ------------------
5092026-08-26T21:21:15.261Z |
5102026-08-26T21:21:15.261Z = help: the trait `core::ops::Add<u32>` is not implemented for `u64`
5112026-08-26T21:21:15.261Z = help: the following other types implement trait `core::ops::Add<Rhs>`:
5122026-08-26T21:21:15.261Z `&u64` implements `core::ops::Add<u64>`
5132026-08-26T21:21:15.261Z `&u64` implements `core::ops::Add`
5142026-08-26T21:21:15.261Z `u64` implements `core::ops::Add<&u64>`
5152026-08-26T21:21:15.261Z `u64` implements `core::ops::Add<zerocopy::U64<O>>`
5162026-08-26T21:21:15.261Z `u64` implements `core::ops::Add`
5172026-08-26T21:21:15.261Z
5182026-08-26T21:21:16.579ZSome errors have detailed explanations: E0277, E0308.
5192026-08-26T21:21:16.579ZFor more information about an error, try `rustc --explain E0277`.
5202026-08-26T21:21:16.641Zerror: could not compile `opte` (lib) due to 2 previous errors
5212026-08-26T21:21:16.669Z
5222026-08-26T21:21:16.672Zreal 3.306823539
5232026-08-26T21:21:16.672Zuser 3.571720590
5242026-08-26T21:21:16.672Zsys 0.824361528
5252026-08-26T21:21:16.672Ztrap 0.000584340
5262026-08-26T21:21:16.672Ztflt 0.019445161
5272026-08-26T21:21:16.672Zdflt 0.005678172
5282026-08-26T21:21:16.672Zkflt 0.000000000
5292026-08-26T21:21:16.672Zlock 10.735522621
5302026-08-26T21:21:16.672Zslp 13.948901944
5312026-08-26T21:21:16.672Zlat 0.008721561
5322026-08-26T21:21:16.672Zstop 0.186804974
5332026-08-26T21:21:16.673Zprocess exited: duration 63765 ms, exit code 101
 
5342026-08-26T21:21:16.680Zfound 0 output files