01KSPARZMPQJZAH38SBYK1R561: opte

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

Buildomat Job: 01KSPASK5VQ9EY39N16SBYSV1S

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-28T03:43:02.715Zjob assigned to worker 01KSPASSN33BVAHFJHKNFAZ74C [factory aws, i-031de34e5a176a547] (queued for 58 s)
 
22026-05-28T03:43:09.420Zstarting task 0: "setup"
32026-05-28T03:43:09.426Z++ uname -s
42026-05-28T03:43:09.429Z+ kern=SunOS
52026-05-28T03:43:09.429Z+ build_user=build
62026-05-28T03:43:09.429Z+ build_uid=12345
72026-05-28T03:43:09.429Z+ work_dir=/work
82026-05-28T03:43:09.429Z+ input_dir=/input
92026-05-28T03:43:09.429Z+ [[ 0 == 12345 ]]
102026-05-28T03:43:09.429Z+ case "$kern" in
112026-05-28T03:43:09.429Z+ groupadd -g 12345 build
122026-05-28T03:43:09.429Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-28T03:43:11.433Z+ zfs create -o mountpoint=/work rpool/work
142026-05-28T03:43:11.598Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-28T03:43:11.604Z+ home_fs=zfs
162026-05-28T03:43:11.604Z+ [[ zfs == autofs ]]
172026-05-28T03:43:11.604Z+ mkdir -p /home/build
182026-05-28T03:43:11.604Z+ chown build:build /home/build /work
192026-05-28T03:43:13.603Z+ chmod 0700 /home/build /work
202026-05-28T03:43:13.606Zprocess exited: duration 4184 ms, exit code 0
 
212026-05-28T03:43:13.613Zstarting task 1: "rust-toolchain"
222026-05-28T03:43:13.616Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-05-28T03:43:13.616Z * rust toolchain channel = "1.95.0"
242026-05-28T03:43:13.617Z * rust toolchain profile = "default"
252026-05-28T03:43:13.617Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-28T03:43:13.617Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-28T03:43:13.617Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-28T03:43:13.620Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-28T03:43:13.620Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-05-28T03:43:13.712Zinfo: downloading installer
312026-05-28T03:43:15.038Zwarn: It looks like you have an existing rustup settings file at:
322026-05-28T03:43:15.039Zwarn: /home/build/.rustup/settings.toml
332026-05-28T03:43:15.039Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-28T03:43:15.039Zwarn: instead of the one inferred from the default host triple.
352026-05-28T03:43:15.051Zinfo: profile set to default
362026-05-28T03:43:15.051Zinfo: default host triple is x86_64-unknown-illumos
372026-05-28T03:43:15.054Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-05-28T03:43:15.197Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-05-28T03:43:15.200Zinfo: downloading 6 components
402026-05-28T03:43:31.286Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
412026-05-28T03:43:31.286Z
422026-05-28T03:43:31.312Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-05-28T03:43:31.312Z
442026-05-28T03:43:31.312Z
452026-05-28T03:43:31.312ZRust is installed now. Great!
462026-05-28T03:43:31.312Z
472026-05-28T03:43:31.312ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-28T03:43:31.312Zenvironment variable. This has not been done automatically.
492026-05-28T03:43:31.312Z
502026-05-28T03:43:31.312ZTo configure your current shell, you need to source
512026-05-28T03:43:31.312Zthe corresponding env file under $HOME/.cargo.
522026-05-28T03:43:31.312Z
532026-05-28T03:43:31.312ZThis is usually done by running one of the following (note the leading DOT):
542026-05-28T03:43:31.315Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-28T03:43:31.315Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-28T03:43:31.315Zsource "~/.cargo/env.nu" # For nushell
572026-05-28T03:43:31.315Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-28T03:43:31.315Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-28T03:43:31.315Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-28T03:43:31.315Zwarn: no default linker (`cc`) was found in your PATH
612026-05-28T03:43:31.315Zwarn: many Rust crates require a system C toolchain to build
622026-05-28T03:43:31.409Z+ rustup --version
632026-05-28T03:43:31.419Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-28T03:43:31.422Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-28T03:43:31.439Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-05-28T03:43:31.442Z+ cargo --version
672026-05-28T03:43:31.456Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-05-28T03:43:31.459Z+ rustc --version
692026-05-28T03:43:31.478Zrustc 1.95.0 (59807616e 2026-04-14)
702026-05-28T03:43:31.481Zprocess exited: duration 17866 ms, exit code 0
 
712026-05-28T03:43:31.489Zstarting task 2: "authentication"
722026-05-28T03:43:31.505Zprocess exited: duration 15 ms, exit code 0
 
732026-05-28T03:43:31.511Zstarting task 3: "clone repository"
742026-05-28T03:43:31.514Z+ mkdir -p /work/oxidecomputer/opte
752026-05-28T03:43:31.518Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-28T03:43:31.553ZCloning into '/work/oxidecomputer/opte'...
772026-05-28T03:43:32.360Z+ cd /work/oxidecomputer/opte
782026-05-28T03:43:32.360Z+ git fetch origin 2936d258388c093780b55889e57e8a8a79ce3ea6
792026-05-28T03:43:32.578ZFrom https://github.com/oxidecomputer/opte
802026-05-28T03:43:32.578Z * branch 2936d258388c093780b55889e57e8a8a79ce3ea6 -> FETCH_HEAD
812026-05-28T03:43:32.583Z+ [[ -n renovate/rust-1.x ]]
822026-05-28T03:43:32.586Z++ git branch --show-current
832026-05-28T03:43:32.586Z+ current=master
842026-05-28T03:43:32.586Z+ [[ master != renovate/rust-1.x ]]
852026-05-28T03:43:32.586Z+ git branch -f renovate/rust-1.x 2936d258388c093780b55889e57e8a8a79ce3ea6
862026-05-28T03:43:32.589Z+ git checkout -f renovate/rust-1.x
872026-05-28T03:43:32.605ZSwitched to branch 'renovate/rust-1.x'
882026-05-28T03:43:32.609Z+ git reset --hard 2936d258388c093780b55889e57e8a8a79ce3ea6
892026-05-28T03:43:32.622ZHEAD is now at 2936d25 Update Rust to nightly-2026-05-27
902026-05-28T03:43:32.625Zprocess exited: duration 1111 ms, exit code 0
 
912026-05-28T03:43:32.631Zstarting task 4: "build"
922026-05-28T03:43:32.634Z+ source .github/buildomat/common.sh
932026-05-28T03:43:32.638Z++ rustup show active-toolchain
942026-05-28T03:43:32.642Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-28T03:43:32.642Z++ pushd xde
962026-05-28T03:43:32.642Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-05-28T03:43:32.642Z++ rustup show active-toolchain
982026-05-28T03:43:32.645Zinfo: syncing channel updates for nightly-2026-05-27-x86_64-unknown-illumos
992026-05-28T03:43:32.793Zinfo: latest update on 2026-05-27 for version 1.98.0-nightly (d1fc603d1 2026-05-26)
1002026-05-28T03:43:32.796Zinfo: downloading 6 components
1012026-05-28T03:43:47.699Znightly-2026-05-27-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-28T03:43:47.797Z+++ rustup show active-toolchain -v
1032026-05-28T03:43:47.800Z+++ head -n 1
1042026-05-28T03:43:47.800Z+++ cut '-d ' -f1
1052026-05-28T03:43:47.852Z++ export NIGHTLY=nightly-2026-05-27-x86_64-unknown-illumos
1062026-05-28T03:43:47.875Z++ NIGHTLY=nightly-2026-05-27-x86_64-unknown-illumos
1072026-05-28T03:43:47.875Z++ popd
1082026-05-28T03:43:47.881Z/work/oxidecomputer/opte
1092026-05-28T03:43:47.881Z+ cargo --version
1102026-05-28T03:43:47.881Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1112026-05-28T03:43:47.881Z+ rustc --version
1122026-05-28T03:43:47.888Zrustc 1.95.0 (59807616e 2026-04-14)
1132026-05-28T03:43:47.895Z+ cd lib/opte
1142026-05-28T03:43:47.895Z+ header 'check style'
1152026-05-28T03:43:47.895Z+ echo '# ==== check style ==== #'
1162026-05-28T03:43:47.895Z# ==== check style ==== #
1172026-05-28T03:43:47.895Z+ ptime -m cargo +nightly-2026-05-27-x86_64-unknown-illumos fmt -- --check
1182026-05-28T03:43:48.076Z
1192026-05-28T03:43:48.076Zreal 0.176486365
1202026-05-28T03:43:48.076Zuser 0.133997437
1212026-05-28T03:43:48.076Zsys 0.036407192
1222026-05-28T03:43:48.076Ztrap 0.000040120
1232026-05-28T03:43:48.076Ztflt 0.000009470
1242026-05-28T03:43:48.089Zdflt 0.000002870
1252026-05-28T03:43:48.089Zkflt 0.000000470
1262026-05-28T03:43:48.089Zlock 0.031178440
1272026-05-28T03:43:48.089Zslp 0.156192325
1282026-05-28T03:43:48.089Zlat 0.000769560
1292026-05-28T03:43:48.090Zstop 0.000087500
1302026-05-28T03:43:48.090Z+ header 'check docs'
1312026-05-28T03:43:48.090Z+ echo '# ==== check docs ==== #'
1322026-05-28T03:43:48.090Z# ==== check docs ==== #
1332026-05-28T03:43:48.090Z+ RUSTDOCFLAGS='-D warnings'
1342026-05-28T03:43:48.090Z+ ptime -m cargo +nightly-2026-05-27-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-05-28T03:43:48.146Z Updating crates.io index
1362026-05-28T03:43:48.976Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-05-28T03:43:48.976Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-05-28T03:43:49.030Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-05-28T03:43:49.375Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-05-28T03:43:49.621Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-05-28T03:43:49.876Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-05-28T03:43:50.120Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-05-28T03:43:52.092Z Downloading crates ...
1442026-05-28T03:43:52.133Z Downloaded darling_macro v0.21.3
1452026-05-28T03:43:52.134Z Downloaded memchr v2.8.0
1462026-05-28T03:43:52.134Z Downloaded crypto-common v0.1.7
1472026-05-28T03:43:52.134Z Downloaded darling_macro v0.23.0
1482026-05-28T03:43:52.134Z Downloaded embedded-io v0.4.0
1492026-05-28T03:43:52.134Z Downloaded dof v0.4.0
1502026-05-28T03:43:52.134Z Downloaded defmt-parser v1.0.0
1512026-05-28T03:43:52.134Z Downloaded dtrace-parser v0.3.0
1522026-05-28T03:43:52.134Z Downloaded cpufeatures v0.2.17
1532026-05-28T03:43:52.134Z Downloaded fnv v1.0.7
1542026-05-28T03:43:52.134Z Downloaded itoa v1.0.18
1552026-05-28T03:43:52.134Z Downloaded defmt v0.3.100
1562026-05-28T03:43:52.134Z Downloaded ident_case v1.0.1
1572026-05-28T03:43:52.134Z Downloaded ipnetwork v0.21.1
1582026-05-28T03:43:52.134Z Downloaded either v1.15.0
1592026-05-28T03:43:52.134Z Downloaded version_check v0.9.5
1602026-05-28T03:43:52.134Z Downloaded memmap2 v0.9.10
1612026-05-28T03:43:52.134Z Downloaded block-buffer v0.10.4
1622026-05-28T03:43:52.134Z Downloaded darling_core v0.23.0
1632026-05-28T03:43:52.134Z Downloaded defmt-macros v1.0.1
1642026-05-28T03:43:52.134Z Downloaded pest_generator v2.8.6
1652026-05-28T03:43:52.134Z Downloaded dyn-clone v1.0.20
1662026-05-28T03:43:52.134Z Downloaded cfg-if v1.0.4
1672026-05-28T03:43:52.134Z Downloaded ingot-types v0.1.2
1682026-05-28T03:43:52.134Z Downloaded managed v0.8.0
1692026-05-28T03:43:52.134Z Downloaded tabwriter v1.4.1
1702026-05-28T03:43:52.134Z Downloaded scroll v0.13.0
1712026-05-28T03:43:52.134Z Downloaded usdt-macro v0.6.0
1722026-05-28T03:43:52.140Z Downloaded crc32fast v1.5.0
1732026-05-28T03:43:52.140Z Downloaded ingot-macros v0.1.1
1742026-05-28T03:43:52.140Z Downloaded darling v0.21.3
1752026-05-28T03:43:52.140Z Downloaded pest_meta v2.8.6
1762026-05-28T03:43:52.140Z Downloaded embedded-io v0.6.1
1772026-05-28T03:43:52.140Z Downloaded thread-id v5.1.0
1782026-05-28T03:43:52.140Z Downloaded proc-macro-error-attr2 v2.0.0
1792026-05-28T03:43:52.140Z Downloaded strsim v0.11.1
1802026-05-28T03:43:52.140Z Downloaded usdt-attr-macro v0.6.0
1812026-05-28T03:43:52.140Z Downloaded cobs v0.3.0
1822026-05-28T03:43:52.140Z Downloaded scroll_derive v0.13.1
1832026-05-28T03:43:52.140Z Downloaded ref-cast v1.0.25
1842026-05-28T03:43:52.140Z Downloaded generic-array v0.14.7
1852026-05-28T03:43:52.140Z Downloaded stable_deref_trait v1.2.1
1862026-05-28T03:43:52.140Z Downloaded usdt v0.6.0
1872026-05-28T03:43:52.140Z Downloaded ref-cast-impl v1.0.25
1882026-05-28T03:43:52.140Z Downloaded macaddr v1.0.1
1892026-05-28T03:43:52.141Z Downloaded pretty-hex v0.4.2
1902026-05-28T03:43:52.141Z Downloaded hash32 v0.3.1
1912026-05-28T03:43:52.194Z Downloaded darling v0.23.0
1922026-05-28T03:43:52.194Z Downloaded plain v0.2.3
1932026-05-28T03:43:52.194Z Downloaded byteorder v1.5.0
1942026-05-28T03:43:52.194Z Downloaded digest v0.10.7
1952026-05-28T03:43:52.194Z Downloaded defmt v1.0.1
1962026-05-28T03:43:52.194Z Downloaded aho-corasick v1.1.4
1972026-05-28T03:43:52.194Z Downloaded sha2 v0.10.9
1982026-05-28T03:43:52.194Z Downloaded ingot v0.1.1
1992026-05-28T03:43:52.194Z Downloaded thiserror-impl v2.0.18
2002026-05-28T03:43:52.195Z Downloaded proc-macro-error2 v2.0.1
2012026-05-28T03:43:52.195Z Downloaded serde_tokenstream v0.2.3
2022026-05-28T03:43:52.195Z Downloaded quote v1.0.45
2032026-05-28T03:43:52.195Z Downloaded darling_core v0.21.3
2042026-05-28T03:43:52.195Z Downloaded zmij v1.0.21
2052026-05-28T03:43:52.195Z Downloaded thiserror v2.0.18
2062026-05-28T03:43:52.195Z Downloaded bitflags v1.3.2
2072026-05-28T03:43:52.195Z Downloaded usdt-impl v0.6.0
2082026-05-28T03:43:52.201Z Downloaded bitflags v2.11.1
2092026-05-28T03:43:52.201Z Downloaded pest_derive v2.8.6
2102026-05-28T03:43:52.201Z Downloaded log v0.4.29
2112026-05-28T03:43:52.201Z Downloaded proc-macro2 v1.0.106
2122026-05-28T03:43:52.201Z Downloaded postcard v1.1.3
2132026-05-28T03:43:52.201Z Downloaded ucd-trie v0.1.7
2142026-05-28T03:43:52.201Z Downloaded serde_core v1.0.228
2152026-05-28T03:43:52.201Z Downloaded unicode-ident v1.0.24
2162026-05-28T03:43:52.201Z Downloaded serde_derive v1.0.228
2172026-05-28T03:43:52.201Z Downloaded heapless v0.8.0
2182026-05-28T03:43:52.217Z Downloaded serde v1.0.228
2192026-05-28T03:43:52.221Z Downloaded zerocopy-derive v0.8.48
2202026-05-28T03:43:52.225Z Downloaded typenum v1.20.0
2212026-05-28T03:43:52.231Z Downloaded itertools v0.14.0
2222026-05-28T03:43:52.237Z Downloaded pest v2.8.6
2232026-05-28T03:43:52.256Z Downloaded serde_json v1.0.149
2242026-05-28T03:43:52.268Z Downloaded regex v1.12.3
2252026-05-28T03:43:52.285Z Downloaded goblin v0.10.5
2262026-05-28T03:43:52.315Z Downloaded unicode-width v0.2.2
2272026-05-28T03:43:52.319Z Downloaded syn v2.0.117
2282026-05-28T03:43:52.328Z Downloaded zerocopy v0.8.48
2292026-05-28T03:43:52.339Z Downloaded smoltcp v0.11.0
2302026-05-28T03:43:52.344Z Downloaded regex-syntax v0.8.10
2312026-05-28T03:43:52.384Z Downloaded regex-automata v0.4.14
2322026-05-28T03:43:52.393Z Downloaded libc v0.2.186
2332026-05-28T03:43:52.454Z Compiling proc-macro2 v1.0.106
2342026-05-28T03:43:52.454Z Compiling quote v1.0.45
2352026-05-28T03:43:52.458Z Compiling unicode-ident v1.0.24
2362026-05-28T03:43:52.458Z Documenting unicode-ident v1.0.24
2372026-05-28T03:43:52.458Z Compiling ident_case v1.0.1
2382026-05-28T03:43:52.458Z Compiling strsim v0.11.1
2392026-05-28T03:43:52.458Z Compiling serde_core v1.0.228
2402026-05-28T03:43:52.612Z Compiling fnv v1.0.7
2412026-05-28T03:43:52.659Z Compiling memchr v2.8.0
2422026-05-28T03:43:52.713Z Compiling zerocopy v0.8.48
2432026-05-28T03:43:54.126Z Compiling serde v1.0.228
2442026-05-28T03:43:54.245Z Compiling thiserror v2.0.18
2452026-05-28T03:43:54.245Z Documenting proc-macro2 v1.0.106
2462026-05-28T03:43:54.245Z Compiling aho-corasick v1.1.4
2472026-05-28T03:43:54.246Z Compiling regex-syntax v0.8.10
2482026-05-28T03:43:54.246Z Checking syn v2.0.117
2492026-05-28T03:43:54.246Z Checking byteorder v1.5.0
2502026-05-28T03:43:54.246Z Documenting quote v1.0.45
2512026-05-28T03:43:54.246Z Compiling either v1.15.0
2522026-05-28T03:43:54.246Z Compiling itertools v0.14.0
2532026-05-28T03:43:54.246Z Documenting syn v2.0.117
2542026-05-28T03:43:54.357Z Compiling heapless v0.8.0
2552026-05-28T03:43:54.494Z Documenting memchr v2.8.0
2562026-05-28T03:43:54.668Z Compiling regex-automata v0.4.14
2572026-05-28T03:43:55.129Z Documenting aho-corasick v1.1.4
2582026-05-28T03:43:55.173Z Checking bitflags v2.11.1
2592026-05-28T03:43:55.294Z Checking hash32 v0.3.1
2602026-05-28T03:43:55.323Z Documenting serde_core v1.0.228
2612026-05-28T03:43:55.398Z Documenting regex-syntax v0.8.10
2622026-05-28T03:43:55.459Z Checking cfg-if v1.0.4
2632026-05-28T03:43:55.516Z Checking stable_deref_trait v1.2.1
2642026-05-28T03:43:55.581Z Checking macaddr v1.0.1
2652026-05-28T03:43:55.812Z Checking darling_core v0.21.3
2662026-05-28T03:43:56.162Z Compiling darling_core v0.23.0
2672026-05-28T03:43:56.422Z Compiling regex v1.12.3
2682026-05-28T03:43:56.522Z Documenting regex-automata v0.4.14
2692026-05-28T03:43:56.728Z Compiling smoltcp v0.11.0
2702026-05-28T03:43:57.056Z Documenting zerocopy-derive v0.8.48
2712026-05-28T03:43:57.125Z Documenting thiserror-impl v2.0.18
2722026-05-28T03:43:57.149Z Documenting serde_derive v1.0.228
2732026-05-28T03:43:57.209Z Compiling zerocopy-derive v0.8.48
2742026-05-28T03:43:57.908Z Compiling thiserror-impl v2.0.18
2752026-05-28T03:43:57.949Z Compiling serde_derive v1.0.228
2762026-05-28T03:43:58.119Z Documenting regex v1.12.3
2772026-05-28T03:43:58.184Z Compiling darling_macro v0.21.3
2782026-05-28T03:43:58.306Z Compiling darling_macro v0.23.0
2792026-05-28T03:43:58.311Z Checking managed v0.8.0
2802026-05-28T03:43:58.572Z Documenting byteorder v1.5.0
2812026-05-28T03:43:58.633Z Checking bitflags v1.3.2
2822026-05-28T03:43:58.692Z Documenting zerocopy v0.8.48
2832026-05-28T03:43:58.792Z Compiling darling v0.21.3
2842026-05-28T03:43:58.930Z Compiling ingot-macros v0.1.1
2852026-05-28T03:43:58.956Z Documenting bitflags v2.11.1
2862026-05-28T03:43:59.003Z Documenting ingot-macros v0.1.1
2872026-05-28T03:43:59.098Z Documenting hash32 v0.3.1
2882026-05-28T03:43:59.225Z Checking cobs v0.3.0
2892026-05-28T03:43:59.356Z Documenting thiserror v2.0.18
2902026-05-28T03:43:59.558Z Compiling crc32fast v1.5.0
2912026-05-28T03:43:59.707Z Documenting macaddr v1.0.1
2922026-05-28T03:43:59.856Z Documenting cfg-if v1.0.4
2932026-05-28T03:43:59.871Z Compiling ref-cast v1.0.25
2942026-05-28T03:44:00.844Z Documenting stable_deref_trait v1.2.1
2952026-05-28T03:44:00.860Z Documenting cobs v0.3.0
2962026-05-28T03:44:00.860Z Compiling ref-cast-impl v1.0.25
2972026-05-28T03:44:00.860Z Documenting serde v1.0.228
2982026-05-28T03:44:00.878Z Documenting heapless v0.8.0
2992026-05-28T03:44:01.025Z Checking postcard v1.1.3
3002026-05-28T03:44:01.300Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3012026-05-28T03:44:01.400Z Documenting managed v0.8.0
3022026-05-28T03:44:01.524Z Checking ingot-types v0.1.2
3032026-05-28T03:44:01.526Z Checking unicode-width v0.2.2
3042026-05-28T03:44:01.548Z Checking ipnetwork v0.21.1
3052026-05-28T03:44:01.601Z Documenting ingot-types v0.1.2
3062026-05-28T03:44:01.714Z Compiling version_check v0.9.5
3072026-05-28T03:44:01.796Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3082026-05-28T03:44:01.825Z Compiling darling v0.23.0
3092026-05-28T03:44:01.884Z Checking ingot v0.1.1
3102026-05-28T03:44:01.897Z Documenting ref-cast-impl v1.0.25
3112026-05-28T03:44:02.019Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3122026-05-28T03:44:02.091Z Documenting ipnetwork v0.21.1
3132026-05-28T03:44:02.174Z Documenting postcard v1.1.3
3142026-05-28T03:44:02.251Z Documenting smoltcp v0.11.0
3152026-05-28T03:44:02.258Z Documenting unicode-width v0.2.2
3162026-05-28T03:44:02.590Z Documenting ingot v0.1.1
3172026-05-28T03:44:02.780Z Documenting either v1.15.0
3182026-05-28T03:44:03.020Z Documenting ref-cast v1.0.25
3192026-05-28T03:44:03.299Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3202026-05-28T03:44:03.495Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3212026-05-28T03:44:03.513Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3222026-05-28T03:44:03.739Z Documenting tabwriter v1.4.1
3232026-05-28T03:44:04.196Z Checking tabwriter v1.4.1
3242026-05-28T03:44:04.323Z Documenting itertools v0.14.0
3252026-05-28T03:44:04.361Z Documenting crc32fast v1.5.0
3262026-05-28T03:44:04.541Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3272026-05-28T03:44:04.598Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3282026-05-28T03:44:04.858Z Documenting dyn-clone v1.0.20
3292026-05-28T03:44:04.901Z Checking dyn-clone v1.0.20
3302026-05-28T03:44:05.352Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3312026-05-28T03:44:07.618Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3322026-05-28T03:44:09.482Z Finished `dev` profile [optimized + debuginfo] target(s) in 21.40s
3332026-05-28T03:44:09.558Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3342026-05-28T03:44:09.581Z
3352026-05-28T03:44:09.584Zreal 21.496657228
3362026-05-28T03:44:09.584Zuser 1:16.235947599
3372026-05-28T03:44:09.584Zsys 16.095308336
3382026-05-28T03:44:09.584Ztrap 0.046218490
3392026-05-28T03:44:09.584Ztflt 0.253841587
3402026-05-28T03:44:09.584Zdflt 0.121291503
3412026-05-28T03:44:09.584Zkflt 0.005841930
3422026-05-28T03:44:09.584Zlock 7:46.744567645
3432026-05-28T03:44:09.584Zslp 4:17.170577548
3442026-05-28T03:44:09.584Zlat 8.095404933
3452026-05-28T03:44:09.584Zstop 11.766997780
3462026-05-28T03:44:09.584Z+ header 'analyze std + api'
3472026-05-28T03:44:09.584Z+ echo '# ==== analyze std + api ==== #'
3482026-05-28T03:44:09.584Z# ==== analyze std + api ==== #
3492026-05-28T03:44:09.584Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3502026-05-28T03:44:09.821Z Compiling proc-macro2 v1.0.106
3512026-05-28T03:44:09.821Z Compiling quote v1.0.45
3522026-05-28T03:44:09.821Z Compiling unicode-ident v1.0.24
3532026-05-28T03:44:09.821Z Compiling memchr v2.8.0
3542026-05-28T03:44:09.831Z Compiling thiserror v2.0.18
3552026-05-28T03:44:09.831Z Compiling zerocopy v0.8.48
3562026-05-28T03:44:09.833Z Compiling zmij v1.0.21
3572026-05-28T03:44:09.833Z Compiling serde_core v1.0.228
3582026-05-28T03:44:09.994Z Compiling libc v0.2.186
3592026-05-28T03:44:10.182Z Compiling strsim v0.11.1
3602026-05-28T03:44:10.207Z Compiling serde_json v1.0.149
3612026-05-28T03:44:10.211Z Compiling ident_case v1.0.1
3622026-05-28T03:44:10.214Z Compiling ucd-trie v0.1.7
3632026-05-28T03:44:10.370Z Compiling pest v2.8.6
3642026-05-28T03:44:10.427Z Compiling serde v1.0.228
3652026-05-28T03:44:10.639Z Compiling fnv v1.0.7
3662026-05-28T03:44:10.765Z Compiling aho-corasick v1.1.4
3672026-05-28T03:44:10.787Z Compiling itoa v1.0.18
3682026-05-28T03:44:10.791Z Compiling regex-syntax v0.8.10
3692026-05-28T03:44:11.047Z Checking byteorder v1.5.0
3702026-05-28T03:44:11.176Z Compiling syn v2.0.117
3712026-05-28T03:44:11.373Z Compiling pest_meta v2.8.6
3722026-05-28T03:44:11.594Z Compiling either v1.15.0
3732026-05-28T03:44:11.763Z Compiling usdt-impl v0.6.0
3742026-05-28T03:44:11.872Z Compiling itertools v0.14.0
3752026-05-28T03:44:12.183Z Compiling thread-id v5.1.0
3762026-05-28T03:44:12.222Z Compiling regex-automata v0.4.14
3772026-05-28T03:44:12.295Z Compiling heapless v0.8.0
3782026-05-28T03:44:12.648Z Checking log v0.4.29
3792026-05-28T03:44:12.652Z Checking plain v0.2.3
3802026-05-28T03:44:12.941Z Checking bitflags v2.11.1
3812026-05-28T03:44:13.078Z Checking hash32 v0.3.1
3822026-05-28T03:44:13.099Z Checking stable_deref_trait v1.2.1
3832026-05-28T03:44:13.128Z Checking cfg-if v1.0.4
3842026-05-28T03:44:13.182Z Compiling smoltcp v0.11.0
3852026-05-28T03:44:13.195Z Checking pretty-hex v0.4.2
3862026-05-28T03:44:13.301Z Checking macaddr v1.0.1
3872026-05-28T03:44:13.504Z Compiling version_check v0.9.5
3882026-05-28T03:44:13.507Z Checking managed v0.8.0
3892026-05-28T03:44:13.528Z Compiling crc32fast v1.5.0
3902026-05-28T03:44:13.675Z Compiling pest_generator v2.8.6
3912026-05-28T03:44:13.771Z Compiling darling_core v0.21.3
3922026-05-28T03:44:13.776Z Compiling darling_core v0.23.0
3932026-05-28T03:44:13.818Z Compiling ref-cast v1.0.25
3942026-05-28T03:44:13.936Z Compiling regex v1.12.3
3952026-05-28T03:44:14.137Z Checking bitflags v1.3.2
3962026-05-28T03:44:14.326Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3972026-05-28T03:44:14.351Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3982026-05-28T03:44:14.585Z Checking memmap2 v0.9.10
3992026-05-28T03:44:14.633Z Checking ipnetwork v0.21.1
4002026-05-28T03:44:14.746Z Checking unicode-width v0.2.2
4012026-05-28T03:44:14.799Z Compiling thiserror-impl v2.0.18
4022026-05-28T03:44:14.799Z Compiling serde_derive v1.0.228
4032026-05-28T03:44:14.950Z Compiling zerocopy-derive v0.8.48
4042026-05-28T03:44:14.986Z Compiling pest_derive v2.8.6
4052026-05-28T03:44:15.382Z Compiling scroll_derive v0.13.1
4062026-05-28T03:44:15.410Z Compiling ref-cast-impl v1.0.25
4072026-05-28T03:44:15.502Z Checking tabwriter v1.4.1
4082026-05-28T03:44:15.842Z Compiling darling_macro v0.23.0
4092026-05-28T03:44:15.847Z Compiling darling_macro v0.21.3
4102026-05-28T03:44:16.089Z Checking cobs v0.3.0
4112026-05-28T03:44:16.186Z Compiling dtrace-parser v0.3.0
4122026-05-28T03:44:16.189Z Checking scroll v0.13.0
4132026-05-28T03:44:16.392Z Compiling darling v0.21.3
4142026-05-28T03:44:16.396Z Checking goblin v0.10.5
4152026-05-28T03:44:16.459Z Compiling ingot-macros v0.1.1
4162026-05-28T03:44:16.462Z Compiling darling v0.23.0
4172026-05-28T03:44:16.529Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4182026-05-28T03:44:16.662Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4192026-05-28T03:44:16.935Z Checking dyn-clone v1.0.20
4202026-05-28T03:44:17.810Z Checking postcard v1.1.3
4212026-05-28T03:44:17.873Z Compiling serde_tokenstream v0.2.3
4222026-05-28T03:44:19.022Z Checking ingot-types v0.1.2
4232026-05-28T03:44:19.022Z Checking dof v0.4.0
4242026-05-28T03:44:19.316Z Checking ingot v0.1.1
4252026-05-28T03:44:19.939Z Compiling usdt-macro v0.6.0
4262026-05-28T03:44:19.939Z Compiling usdt-attr-macro v0.6.0
4272026-05-28T03:44:20.526Z Checking usdt v0.6.0
4282026-05-28T03:44:20.729Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4292026-05-28T03:44:28.788Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.15s
4302026-05-28T03:44:28.815Z
4312026-05-28T03:44:28.819Zreal 19.227596998
4322026-05-28T03:44:28.819Zuser 1:03.708387204
4332026-05-28T03:44:28.819Zsys 12.869385952
4342026-05-28T03:44:28.819Ztrap 0.032767740
4352026-05-28T03:44:28.819Ztflt 0.121242805
4362026-05-28T03:44:28.819Zdflt 0.217248323
4372026-05-28T03:44:28.819Zkflt 0.000013200
4382026-05-28T03:44:28.819Zlock 3:43.483402757
4392026-05-28T03:44:28.819Zslp 3:25.243028968
4402026-05-28T03:44:28.819Zlat 2.622333363
4412026-05-28T03:44:28.819Zstop 6.075502256
4422026-05-28T03:44:28.819Z+ header 'analyze no_std + engine + kernel'
4432026-05-28T03:44:28.819Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4442026-05-28T03:44:28.819Z# ==== analyze no_std + engine + kernel ==== #
4452026-05-28T03:44:28.820Z+ ptime -m cargo +nightly-2026-05-27-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4462026-05-28T03:44:28.990Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4472026-05-28T03:44:28.990Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4482026-05-28T03:44:29.011Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4492026-05-28T03:44:29.015Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4502026-05-28T03:44:29.053Zerror: this pattern is unneeded as the `..` pattern can match that element
4512026-05-28T03:44:29.053Z --> crates/kstat-macro/src/lib.rs:57:50
4522026-05-28T03:44:29.053Z |
4532026-05-28T03:44:29.053Z57 | syn::Fields::Unnamed(FieldsUnnamed { unnamed: _, .. }) => {
4542026-05-28T03:44:29.053Z | ^^^^^^^^^^^^ help: remove it
4552026-05-28T03:44:29.053Z |
4562026-05-28T03:44:29.053Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_wildcard_pattern
4572026-05-28T03:44:29.053Z = note: `-D clippy::unneeded-wildcard-pattern` implied by `-D warnings`
4582026-05-28T03:44:29.053Z = help: to override `-D warnings` add `#[allow(clippy::unneeded_wildcard_pattern)]`
4592026-05-28T03:44:29.053Z
4602026-05-28T03:44:29.223Zerror: could not compile `kstat-macro` (lib) due to 1 previous error
4612026-05-28T03:44:29.223Zwarning: build failed, waiting for other jobs to finish...
4622026-05-28T03:44:29.606Z
4632026-05-28T03:44:29.606Zreal 0.785181207
4642026-05-28T03:44:29.606Zuser 0.974275503
4652026-05-28T03:44:29.606Zsys 0.486666177
4662026-05-28T03:44:29.606Ztrap 0.000107690
4672026-05-28T03:44:29.606Ztflt 0.008455570
4682026-05-28T03:44:29.606Zdflt 0.005016560
4692026-05-28T03:44:29.606Zkflt 0.000000000
4702026-05-28T03:44:29.606Zlock 2.926508484
4712026-05-28T03:44:29.606Zslp 4.468989067
4722026-05-28T03:44:29.607Zlat 0.009462640
4732026-05-28T03:44:29.607Zstop 0.162600292
4742026-05-28T03:44:29.611Zprocess exited: duration 56974 ms, exit code 101
 
4752026-05-28T03:44:29.618Zfound 0 output files