01KM77HJ1AC946AG84RQTVNKQ9: opte-ioctl

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

Buildomat Job: 01KM77KRBA2W82TPFBQZ8MYFV6

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-21T03:43:07.380Zjob assigned to worker 01KM77QK5BTFMK8R04JW38E74R [factory aws, i-05b73ad16a3384c0b] (queued for 3 m 45 s)
 
22026-03-21T03:43:15.254Zstarting task 0: "setup"
32026-03-21T03:43:15.261Z++ uname -s
42026-03-21T03:43:15.266Z+ kern=SunOS
52026-03-21T03:43:15.266Z+ build_user=build
62026-03-21T03:43:15.266Z+ build_uid=12345
72026-03-21T03:43:15.266Z+ work_dir=/work
82026-03-21T03:43:15.266Z+ input_dir=/input
92026-03-21T03:43:15.266Z+ [[ 0 == 12345 ]]
102026-03-21T03:43:15.266Z+ case "$kern" in
112026-03-21T03:43:15.266Z+ groupadd -g 12345 build
122026-03-21T03:43:15.266Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-21T03:43:17.347Z+ zfs create -o mountpoint=/work rpool/work
142026-03-21T03:43:17.400Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-21T03:43:17.407Z+ home_fs=zfs
162026-03-21T03:43:17.407Z+ [[ zfs == autofs ]]
172026-03-21T03:43:17.407Z+ mkdir -p /home/build
182026-03-21T03:43:17.407Z+ chown build:build /home/build /work
192026-03-21T03:43:19.405Z+ chmod 0700 /home/build /work
202026-03-21T03:43:19.410Zprocess exited: duration 4154 ms, exit code 0
 
212026-03-21T03:43:19.417Zstarting task 1: "rust-toolchain"
222026-03-21T03:43:19.421Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-03-21T03:43:19.421Z * rust toolchain channel = "1.93.1"
242026-03-21T03:43:19.421Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-21T03:43:19.421Z * rust toolchain profile = "default"
262026-03-21T03:43:19.421Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-21T03:43:19.421Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-21T03:43:19.424Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-21T03:43:19.424Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-03-21T03:43:19.683Zinfo: downloading installer
312026-03-21T03:43:21.320Zwarn: It looks like you have an existing installation of Rust at:
322026-03-21T03:43:21.320Zwarn: /opt/ooce/bin
332026-03-21T03:43:21.320Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-21T03:43:21.320Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-21T03:43:21.320Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-21T03:43:21.320Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-21T03:43:21.320Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-21T03:43:21.320Zerror: cannot install while Rust is installed
392026-03-21T03:43:21.320Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-21T03:43:21.320Zwarn: It looks like you have an existing rustup settings file at:
412026-03-21T03:43:21.320Zwarn: /home/build/.rustup/settings.toml
422026-03-21T03:43:21.320Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-21T03:43:21.320Zwarn: instead of the one inferred from the default host triple.
442026-03-21T03:43:21.336Zinfo: profile set to default
452026-03-21T03:43:21.336Zinfo: default host triple is x86_64-unknown-illumos
462026-03-21T03:43:21.339Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-03-21T03:43:21.497Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-03-21T03:43:21.501Zinfo: downloading 6 components
492026-03-21T03:43:38.065Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
502026-03-21T03:43:38.065Z
512026-03-21T03:43:38.094Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-03-21T03:43:38.094Z
532026-03-21T03:43:38.110Z
542026-03-21T03:43:38.111ZRust is installed now. Great!
552026-03-21T03:43:38.111Z
562026-03-21T03:43:38.111ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-21T03:43:38.111Zenvironment variable. This has not been done automatically.
582026-03-21T03:43:38.111Z
592026-03-21T03:43:38.111ZTo configure your current shell, you need to source
602026-03-21T03:43:38.111Zthe corresponding env file under $HOME/.cargo.
612026-03-21T03:43:38.112Z
622026-03-21T03:43:38.112ZThis is usually done by running one of the following (note the leading DOT):
632026-03-21T03:43:38.113Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-21T03:43:38.113Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-21T03:43:38.113Zsource "~/.cargo/env.nu" # For nushell
662026-03-21T03:43:38.113Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-21T03:43:38.113Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-21T03:43:38.113Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-21T03:43:38.113Zwarn: no default linker (`cc`) was found in your PATH
702026-03-21T03:43:38.113Zwarn: many Rust crates require a system C toolchain to build
712026-03-21T03:43:38.200Z+ rustup --version
722026-03-21T03:43:38.215Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-21T03:43:38.230Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-21T03:43:38.239Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-03-21T03:43:38.239Z+ cargo --version
762026-03-21T03:43:38.256Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-03-21T03:43:38.416Z+ rustc --version
782026-03-21T03:43:38.475Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-21T03:43:38.475Zprocess exited: duration 18864 ms, exit code 0
 
802026-03-21T03:43:38.503Zstarting task 2: "authentication"
812026-03-21T03:43:38.588Zprocess exited: duration 24 ms, exit code 0
 
822026-03-21T03:43:38.655Zstarting task 3: "clone repository"
832026-03-21T03:43:38.696Z+ mkdir -p /work/oxidecomputer/opte
842026-03-21T03:43:38.696Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-21T03:43:38.723ZCloning into '/work/oxidecomputer/opte'...
862026-03-21T03:43:39.466Z+ cd /work/oxidecomputer/opte
872026-03-21T03:43:39.467Z+ git fetch origin d66750995f77d2d6157a8e6d69e685a508be9634
882026-03-21T03:43:39.733ZFrom https://github.com/oxidecomputer/opte
892026-03-21T03:43:39.733Z * branch d66750995f77d2d6157a8e6d69e685a508be9634 -> FETCH_HEAD
902026-03-21T03:43:39.744Z+ [[ -n renovate/smoltcp-0.x ]]
912026-03-21T03:43:39.749Z++ git branch --show-current
922026-03-21T03:43:39.749Z+ current=master
932026-03-21T03:43:39.749Z+ [[ master != renovate/smoltcp-0.x ]]
942026-03-21T03:43:39.749Z+ git branch -f renovate/smoltcp-0.x d66750995f77d2d6157a8e6d69e685a508be9634
952026-03-21T03:43:39.749Z+ git checkout -f renovate/smoltcp-0.x
962026-03-21T03:43:39.771ZSwitched to branch 'renovate/smoltcp-0.x'
972026-03-21T03:43:39.775Z+ git reset --hard d66750995f77d2d6157a8e6d69e685a508be9634
982026-03-21T03:43:39.797ZHEAD is now at d667509 Update Rust crate smoltcp to 0.13
992026-03-21T03:43:39.800Zprocess exited: duration 1174 ms, exit code 0
 
1002026-03-21T03:43:39.805Zstarting task 4: "build"
1012026-03-21T03:43:39.810Z+ source .github/buildomat/common.sh
1022026-03-21T03:43:39.813Z++ rustup show active-toolchain
1032026-03-21T03:43:39.822Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-21T03:43:39.825Z++ pushd xde
1052026-03-21T03:43:39.825Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-21T03:43:39.825Z++ rustup show active-toolchain
1072026-03-21T03:43:39.828Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-21T03:43:40.177Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-21T03:43:40.196Zinfo: downloading 6 components
1102026-03-21T03:43:58.212Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-21T03:43:58.421Z+++ rustup show active-toolchain -v
1122026-03-21T03:43:58.439Z+++ head -n 1
1132026-03-21T03:43:58.439Z+++ cut '-d ' -f1
1142026-03-21T03:43:58.439Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-21T03:43:58.439Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-21T03:43:58.439Z++ popd
1172026-03-21T03:43:58.439Z/work/oxidecomputer/opte
1182026-03-21T03:43:58.439Z+ cargo --version
1192026-03-21T03:43:58.439Zcargo 1.93.1 (083ac5135 2025-12-15)
1202026-03-21T03:43:58.439Z+ rustc --version
1212026-03-21T03:43:58.439Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1222026-03-21T03:43:58.439Z+ cd lib/opte-ioctl
1232026-03-21T03:43:58.439Z+ header 'check style'
1242026-03-21T03:43:58.439Z+ echo '# ==== check style ==== #'
1252026-03-21T03:43:58.439Z# ==== check style ==== #
1262026-03-21T03:43:58.439Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
1272026-03-21T03:43:58.504Z
1282026-03-21T03:43:58.504Zreal 0.090041599
1292026-03-21T03:43:58.504Zuser 0.050117149
1302026-03-21T03:43:58.528Zsys 0.036895555
1312026-03-21T03:43:58.528Ztrap 0.000003450
1322026-03-21T03:43:58.528Ztflt 0.000028080
1332026-03-21T03:43:58.528Zdflt 0.000012240
1342026-03-21T03:43:58.528Zkflt 0.000000000
1352026-03-21T03:43:58.528Zlock 0.060673732
1362026-03-21T03:43:58.528Zslp 0.067034272
1372026-03-21T03:43:58.529Zlat 0.000239038
1382026-03-21T03:43:58.529Zstop 0.000115147
1392026-03-21T03:43:58.529Z+ header analyze
1402026-03-21T03:43:58.529Z+ echo '# ==== analyze ==== #'
1412026-03-21T03:43:58.529Z# ==== analyze ==== #
1422026-03-21T03:43:58.529Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1432026-03-21T03:43:58.709Z Updating crates.io index
1442026-03-21T03:43:58.763Z Updating git repository `https://github.com/oxidecomputer/falcon`
1452026-03-21T03:43:59.815Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1462026-03-21T03:44:00.079Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1472026-03-21T03:44:00.456Z Updating git repository `https://github.com/oxidecomputer/zone`
1482026-03-21T03:44:00.933Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1492026-03-21T03:44:01.158Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1502026-03-21T03:44:01.443Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1512026-03-21T03:44:03.941Z Downloading crates ...
1522026-03-21T03:44:04.004Z Downloaded bitflags v2.11.0
1532026-03-21T03:44:04.012Z Downloaded hash32 v0.3.1
1542026-03-21T03:44:04.016Z Downloaded unicode-ident v1.0.24
1552026-03-21T03:44:04.032Z Downloaded syn v1.0.109
1562026-03-21T03:44:04.068Z Downloaded regex-automata v0.4.14
1572026-03-21T03:44:04.080Z Downloaded strsim v0.11.1
1582026-03-21T03:44:04.083Z Downloaded proc-macro2 v1.0.106
1592026-03-21T03:44:04.083Z Downloaded pretty-hex v0.4.1
1602026-03-21T03:44:04.083Z Downloaded tracing-attributes v0.1.31
1612026-03-21T03:44:04.086Z Downloaded oxnet v0.1.4
1622026-03-21T03:44:04.086Z Downloaded rand_core v0.10.0
1632026-03-21T03:44:04.088Z Downloaded byteorder v1.5.0
1642026-03-21T03:44:04.089Z Downloaded foreign-types-macros v0.2.3
1652026-03-21T03:44:04.089Z Downloaded ident_case v1.0.1
1662026-03-21T03:44:04.089Z Downloaded embedded-io v0.6.1
1672026-03-21T03:44:04.091Z Downloaded defmt v1.0.1
1682026-03-21T03:44:04.095Z Downloaded cpufeatures v0.3.0
1692026-03-21T03:44:04.095Z Downloaded colored v3.1.1
1702026-03-21T03:44:04.098Z Downloaded anyhow v1.0.102
1712026-03-21T03:44:04.100Z Downloaded defmt-parser v1.0.0
1722026-03-21T03:44:04.100Z Downloaded getrandom v0.4.2
1732026-03-21T03:44:04.103Z Downloaded cfg-if v1.0.4
1742026-03-21T03:44:04.107Z Downloaded macaddr v1.0.1
1752026-03-21T03:44:04.113Z Downloaded defmt v0.3.100
1762026-03-21T03:44:04.182Z Downloaded cstr-argument v0.1.2
1772026-03-21T03:44:04.182Z Downloaded darling_macro v0.21.3
1782026-03-21T03:44:04.182Z Downloaded postcard v1.1.3
1792026-03-21T03:44:04.182Z Downloaded version_check v0.9.5
1802026-03-21T03:44:04.182Z Downloaded ref-cast-impl v1.0.25
1812026-03-21T03:44:04.182Z Downloaded ingot v0.1.1
1822026-03-21T03:44:04.182Z Downloaded either v1.15.0
1832026-03-21T03:44:04.182Z Downloaded fnv v1.0.7
1842026-03-21T03:44:04.182Z Downloaded embedded-io v0.4.0
1852026-03-21T03:44:04.182Z Downloaded foreign-types-shared v0.3.1
1862026-03-21T03:44:04.182Z Downloaded equivalent v1.0.2
1872026-03-21T03:44:04.182Z Downloaded bitflags v1.3.2
1882026-03-21T03:44:04.182Z Downloaded defmt-macros v1.0.1
1892026-03-21T03:44:04.182Z Downloaded proc-macro-crate v3.5.0
1902026-03-21T03:44:04.182Z Downloaded foreign-types v0.5.0
1912026-03-21T03:44:04.182Z Downloaded thiserror v2.0.18
1922026-03-21T03:44:04.182Z Downloaded num_enum_derive v0.7.5
1932026-03-21T03:44:04.182Z Downloaded stable_deref_trait v1.2.1
1942026-03-21T03:44:04.182Z Downloaded ref-cast v1.0.25
1952026-03-21T03:44:04.182Z Downloaded managed v0.8.0
1962026-03-21T03:44:04.182Z Downloaded cobs v0.3.0
1972026-03-21T03:44:04.182Z Downloaded toml_datetime v1.0.0+spec-1.1.0
1982026-03-21T03:44:04.182Z Downloaded rustversion v1.0.22
1992026-03-21T03:44:04.204Z Downloaded thiserror-impl v2.0.18
2002026-03-21T03:44:04.204Z Downloaded ingot-types v0.1.2
2012026-03-21T03:44:04.204Z Downloaded socket2 v0.6.3
2022026-03-21T03:44:04.210Z Downloaded proc-macro-error-attr2 v2.0.0
2032026-03-21T03:44:04.210Z Downloaded proc-macro-error2 v2.0.1
2042026-03-21T03:44:04.210Z Downloaded quote v1.0.45
2052026-03-21T03:44:04.210Z Downloaded darling v0.21.3
2062026-03-21T03:44:04.211Z Downloaded pin-project-lite v0.2.17
2072026-03-21T03:44:04.211Z Downloaded num_enum v0.7.5
2082026-03-21T03:44:04.214Z Downloaded serde_core v1.0.228
2092026-03-21T03:44:04.214Z Downloaded chacha20 v0.10.0
2102026-03-21T03:44:04.229Z Downloaded tracing-core v0.1.36
2112026-03-21T03:44:04.234Z Downloaded serde v1.0.228
2122026-03-21T03:44:04.246Z Downloaded ingot-macros v0.1.1
2132026-03-21T03:44:04.265Z Downloaded toml_edit v0.25.4+spec-1.1.0
2142026-03-21T03:44:04.268Z Downloaded serde_derive v1.0.228
2152026-03-21T03:44:04.270Z Downloaded zerocopy-derive v0.8.42
2162026-03-21T03:44:04.276Z Downloaded uuid v1.22.0
2172026-03-21T03:44:04.282Z Downloaded toml_parser v1.0.9+spec-1.1.0
2182026-03-21T03:44:04.287Z Downloaded heapless v0.9.2
2192026-03-21T03:44:04.287Z Downloaded darling_core v0.21.3
2202026-03-21T03:44:04.409Z Downloaded hashbrown v0.16.1
2212026-03-21T03:44:04.442Z Downloaded dyn-clone v1.0.20
2222026-03-21T03:44:04.442Z Downloaded rand v0.10.0
2232026-03-21T03:44:04.442Z Downloaded indexmap v2.13.0
2242026-03-21T03:44:04.442Z Downloaded memchr v2.8.0
2252026-03-21T03:44:04.442Z Downloaded once_cell v1.21.3
2262026-03-21T03:44:04.442Z Downloaded aho-corasick v1.1.4
2272026-03-21T03:44:04.442Z Downloaded itertools v0.14.0
2282026-03-21T03:44:04.442Z Downloaded winnow v0.7.15
2292026-03-21T03:44:04.442Z Downloaded regex v1.12.3
2302026-03-21T03:44:04.442Z Downloaded zerocopy v0.8.42
2312026-03-21T03:44:04.470Z Downloaded syn v2.0.117
2322026-03-21T03:44:04.470Z Downloaded smoltcp v0.13.0
2332026-03-21T03:44:04.470Z Downloaded regex-syntax v0.8.10
2342026-03-21T03:44:04.479Z Downloaded tracing v0.1.44
2352026-03-21T03:44:04.479Z Downloaded libc v0.2.183
2362026-03-21T03:44:04.544Z Compiling proc-macro2 v1.0.106
2372026-03-21T03:44:04.544Z Compiling unicode-ident v1.0.24
2382026-03-21T03:44:04.553Z Compiling quote v1.0.45
2392026-03-21T03:44:04.553Z Compiling serde_core v1.0.228
2402026-03-21T03:44:04.553Z Checking cfg-if v1.0.4
2412026-03-21T03:44:04.553Z Compiling fnv v1.0.7
2422026-03-21T03:44:04.553Z Compiling memchr v2.8.0
2432026-03-21T03:44:04.553Z Compiling ident_case v1.0.1
2442026-03-21T03:44:04.690Z Compiling thiserror v2.0.18
2452026-03-21T03:44:04.760Z Compiling strsim v0.11.1
2462026-03-21T03:44:04.783Z Compiling libc v0.2.183
2472026-03-21T03:44:04.787Z Compiling regex-syntax v0.8.10
2482026-03-21T03:44:05.123Z Compiling winnow v0.7.15
2492026-03-21T03:44:05.153Z Compiling hashbrown v0.16.1
2502026-03-21T03:44:05.271Z Compiling aho-corasick v1.1.4
2512026-03-21T03:44:05.414Z Compiling zerocopy v0.8.42
2522026-03-21T03:44:05.446Z Compiling either v1.15.0
2532026-03-21T03:44:05.697Z Compiling serde v1.0.228
2542026-03-21T03:44:05.853Z Compiling equivalent v1.0.2
2552026-03-21T03:44:05.934Z Compiling indexmap v2.13.0
2562026-03-21T03:44:06.133Z Compiling itertools v0.14.0
2572026-03-21T03:44:06.261Z Compiling syn v2.0.117
2582026-03-21T03:44:06.751Z Checking byteorder v1.5.0
2592026-03-21T03:44:06.764Z Compiling toml_datetime v1.0.0+spec-1.1.0
2602026-03-21T03:44:06.866Z Compiling regex-automata v0.4.14
2612026-03-21T03:44:07.021Z Compiling toml_parser v1.0.9+spec-1.1.0
2622026-03-21T03:44:07.055Z Compiling heapless v0.9.2
2632026-03-21T03:44:07.188Z Checking bitflags v2.11.0
2642026-03-21T03:44:07.263Z Checking hash32 v0.3.1
2652026-03-21T03:44:07.346Z Checking macaddr v1.0.1
2662026-03-21T03:44:07.390Z Compiling smoltcp v0.13.0
2672026-03-21T03:44:07.517Z Compiling toml_edit v0.25.4+spec-1.1.0
2682026-03-21T03:44:07.629Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2692026-03-21T03:44:07.691Z Checking stable_deref_trait v1.2.1
2702026-03-21T03:44:07.750Z Compiling rustversion v1.0.22
2712026-03-21T03:44:07.760Z Compiling syn v1.0.109
2722026-03-21T03:44:07.925Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2732026-03-21T03:44:07.952Z Checking rand_core v0.10.0
2742026-03-21T03:44:08.073Z Compiling ref-cast v1.0.25
2752026-03-21T03:44:08.094Z Compiling getrandom v0.4.2
2762026-03-21T03:44:08.207Z Checking bitflags v1.3.2
2772026-03-21T03:44:08.231Z Compiling proc-macro-crate v3.5.0
2782026-03-21T03:44:08.265Z Compiling version_check v0.9.5
2792026-03-21T03:44:08.417Z Checking managed v0.8.0
2802026-03-21T03:44:08.623Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2812026-03-21T03:44:08.800Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2822026-03-21T03:44:08.932Z Checking foreign-types-shared v0.3.1
2832026-03-21T03:44:09.068Z Checking once_cell v1.21.3
2842026-03-21T03:44:09.139Z Compiling regex v1.12.3
2852026-03-21T03:44:09.185Z Checking cpufeatures v0.3.0
2862026-03-21T03:44:09.229Z Compiling anyhow v1.0.102
2872026-03-21T03:44:09.256Z Checking chacha20 v0.10.0
2882026-03-21T03:44:09.281Z Checking cstr-argument v0.1.2
2892026-03-21T03:44:09.417Z Checking tracing-core v0.1.36
2902026-03-21T03:44:09.829Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
2912026-03-21T03:44:10.252Z Checking pin-project-lite v0.2.17
2922026-03-21T03:44:10.258Z Compiling darling_core v0.21.3
2932026-03-21T03:44:10.258Z Checking pretty-hex v0.4.1
2942026-03-21T03:44:10.258Z Checking dyn-clone v1.0.20
2952026-03-21T03:44:10.258Z Checking rand v0.10.0
2962026-03-21T03:44:10.258Z Checking uuid v1.22.0
2972026-03-21T03:44:10.277Z Checking socket2 v0.6.3
2982026-03-21T03:44:10.403Z Checking oxnet v0.1.4
2992026-03-21T03:44:10.535Z Checking colored v3.1.1
3002026-03-21T03:44:11.075Z Compiling thiserror-impl v2.0.18
3012026-03-21T03:44:11.075Z Compiling zerocopy-derive v0.8.42
3022026-03-21T03:44:11.075Z Compiling serde_derive v1.0.228
3032026-03-21T03:44:11.079Z Compiling num_enum_derive v0.7.5
3042026-03-21T03:44:11.079Z Compiling foreign-types-macros v0.2.3
3052026-03-21T03:44:11.888Z Compiling ref-cast-impl v1.0.25
3062026-03-21T03:44:12.036Z Checking foreign-types v0.5.0
3072026-03-21T03:44:12.129Z Compiling tracing-attributes v0.1.31
3082026-03-21T03:44:12.370Z Checking num_enum v0.7.5
3092026-03-21T03:44:12.552Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3102026-03-21T03:44:12.730Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3112026-03-21T03:44:12.790Z Checking cobs v0.3.0
3122026-03-21T03:44:12.880Z Compiling darling_macro v0.21.3
3132026-03-21T03:44:12.937Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3142026-03-21T03:44:13.303Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3152026-03-21T03:44:13.599Z Compiling darling v0.21.3
3162026-03-21T03:44:13.842Z Compiling ingot-macros v0.1.1
3172026-03-21T03:44:13.888Z Checking tracing v0.1.44
3182026-03-21T03:44:13.927Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3192026-03-21T03:44:14.548Z Checking postcard v1.1.3
3202026-03-21T03:44:16.639Z Checking ingot-types v0.1.2
3212026-03-21T03:44:17.014Z Checking ingot v0.1.1
3222026-03-21T03:44:18.920Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3232026-03-21T03:44:19.114Zerror[E0423]: expected function, tuple struct or tuple variant, found struct `smoltcp::wire::Ipv6Address`
3242026-03-21T03:44:19.114Z --> crates/opte-api/src/ip.rs:792:20
3252026-03-21T03:44:19.114Z |
3262026-03-21T03:44:19.114Z792 | let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3272026-03-21T03:44:19.114Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3282026-03-21T03:44:19.114Z |
3292026-03-21T03:44:19.114Z --> /rustc/01f6ddf7588f42ae2d7eb0a2f21d44e8e96674cf/library/core/src/net/ip_addr.rs:166:1
3302026-03-21T03:44:19.114Z |
3312026-03-21T03:44:19.114Z = note: `smoltcp::wire::Ipv6Address` defined here
3322026-03-21T03:44:19.114Zhelp: you might have meant to use an associated function to build this type
3332026-03-21T03:44:19.114Z |
3342026-03-21T03:44:19.114Z792 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3352026-03-21T03:44:19.114Z792 + let sip6 = smoltcp::wire::Ipv6Address::new(_, _, _, _, _, _, _, _);
3362026-03-21T03:44:19.115Z |
3372026-03-21T03:44:19.115Z792 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3382026-03-21T03:44:19.115Z792 + let sip6 = smoltcp::wire::Ipv6Address::from_bits(_);
3392026-03-21T03:44:19.115Z |
3402026-03-21T03:44:19.115Z792 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3412026-03-21T03:44:19.115Z792 + let sip6 = smoltcp::wire::Ipv6Address::from_segments(_);
3422026-03-21T03:44:19.115Z |
3432026-03-21T03:44:19.115Z792 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3442026-03-21T03:44:19.115Z792 + let sip6 = smoltcp::wire::Ipv6Address::from_octets(_);
3452026-03-21T03:44:19.115Z |
3462026-03-21T03:44:19.115Z
3472026-03-21T03:44:19.286Zerror[E0119]: conflicting implementations of trait `core::convert::From<core::net::Ipv4Addr>` for type `ip::Ipv4Addr`
3482026-03-21T03:44:19.287Z --> crates/opte-api/src/ip.rs:507:1
3492026-03-21T03:44:19.287Z |
3502026-03-21T03:44:19.287Z495 | impl From<core::net::Ipv4Addr> for Ipv4Addr {
3512026-03-21T03:44:19.287Z | ------------------------------------------- first implementation here
3522026-03-21T03:44:19.287Z...
3532026-03-21T03:44:19.287Z507 | impl From<smoltcp::wire::Ipv4Address> for Ipv4Addr {
3542026-03-21T03:44:19.287Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv4Addr`
3552026-03-21T03:44:19.287Z
3562026-03-21T03:44:19.287Zerror[E0119]: conflicting implementations of trait `core::convert::From<ip::Ipv4Addr>` for type `core::net::Ipv4Addr`
3572026-03-21T03:44:19.287Z --> crates/opte-api/src/ip.rs:514:1
3582026-03-21T03:44:19.287Z |
3592026-03-21T03:44:19.287Z501 | impl From<Ipv4Addr> for core::net::Ipv4Addr {
3602026-03-21T03:44:19.287Z | ------------------------------------------- first implementation here
3612026-03-21T03:44:19.287Z...
3622026-03-21T03:44:19.287Z514 | impl From<Ipv4Addr> for smoltcp::wire::Ipv4Address {
3632026-03-21T03:44:19.287Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::net::Ipv4Addr`
3642026-03-21T03:44:19.287Z
3652026-03-21T03:44:19.302Zerror[E0119]: conflicting implementations of trait `core::convert::From<core::net::Ipv6Addr>` for type `ip::Ipv6Addr`
3662026-03-21T03:44:19.302Z --> crates/opte-api/src/ip.rs:809:1
3672026-03-21T03:44:19.302Z |
3682026-03-21T03:44:19.302Z797 | impl From<core::net::Ipv6Addr> for Ipv6Addr {
3692026-03-21T03:44:19.302Z | ------------------------------------------- first implementation here
3702026-03-21T03:44:19.302Z...
3712026-03-21T03:44:19.302Z809 | impl From<smoltcp::wire::Ipv6Address> for Ipv6Addr {
3722026-03-21T03:44:19.302Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv6Addr`
3732026-03-21T03:44:19.302Z
3742026-03-21T03:44:19.302Zerror[E0119]: conflicting implementations of trait `core::convert::From<ip::Ipv6Addr>` for type `core::net::Ipv6Addr`
3752026-03-21T03:44:19.302Z --> crates/opte-api/src/ip.rs:818:1
3762026-03-21T03:44:19.302Z |
3772026-03-21T03:44:19.302Z803 | impl From<Ipv6Addr> for core::net::Ipv6Addr {
3782026-03-21T03:44:19.302Z | ------------------------------------------- first implementation here
3792026-03-21T03:44:19.302Z...
3802026-03-21T03:44:19.302Z818 | impl From<Ipv6Addr> for smoltcp::wire::Ipv6Address {
3812026-03-21T03:44:19.302Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::net::Ipv6Addr`
3822026-03-21T03:44:19.302Z
3832026-03-21T03:44:19.510Zerror[E0599]: no method named `as_bytes` found for struct `core::net::Ipv4Addr` in the current scope
3842026-03-21T03:44:19.510Z --> crates/opte-api/src/ip.rs:509:29
3852026-03-21T03:44:19.510Z |
3862026-03-21T03:44:19.510Z509 | let bytes = smolip4.as_bytes();
3872026-03-21T03:44:19.510Z | ^^^^^^^^ method not found in `core::net::Ipv4Addr`
3882026-03-21T03:44:19.510Z
3892026-03-21T03:44:19.523Zerror[E0599]: no function or associated item named `from_bytes` found for struct `core::net::Ipv4Addr` in the current scope
3902026-03-21T03:44:19.523Z --> crates/opte-api/src/ip.rs:516:15
3912026-03-21T03:44:19.523Z |
3922026-03-21T03:44:19.523Z516 | Self::from_bytes(&ip)
3932026-03-21T03:44:19.523Z | ^^^^^^^^^^ function or associated item not found in `core::net::Ipv4Addr`
3942026-03-21T03:44:19.523Z |
3952026-03-21T03:44:19.523Znote: if you're trying to build a new `core::net::Ipv4Addr` consider using one of the following associated functions:
3962026-03-21T03:44:19.523Z core::net::Ipv4Addr::new
3972026-03-21T03:44:19.523Z core::net::Ipv4Addr::from_bits
3982026-03-21T03:44:19.523Z core::net::Ipv4Addr::from_octets
3992026-03-21T03:44:19.523Z core::net::parser::<impl core::net::Ipv4Addr>::parse_ascii
4002026-03-21T03:44:19.523Z --> /rustc/01f6ddf7588f42ae2d7eb0a2f21d44e8e96674cf/library/core/src/net/ip_addr.rs:495:5
4012026-03-21T03:44:19.523Z --> /rustc/01f6ddf7588f42ae2d7eb0a2f21d44e8e96674cf/library/core/src/net/parser.rs:336:5
4022026-03-21T03:44:19.523Zhelp: there is an associated function `from_bits` with a similar name
4032026-03-21T03:44:19.524Z |
4042026-03-21T03:44:19.524Z516 - Self::from_bytes(&ip)
4052026-03-21T03:44:19.531Z516 + Self::from_bits(&ip)
4062026-03-21T03:44:19.532Z |
4072026-03-21T03:44:19.532Z
4082026-03-21T03:44:19.539Zerror[E0599]: no method named `as_bytes` found for struct `core::net::Ipv6Addr` in the current scope
4092026-03-21T03:44:19.539Z --> crates/opte-api/src/ip.rs:813:34
4102026-03-21T03:44:19.539Z |
4112026-03-21T03:44:19.539Z813 | let bytes: [u8; 16] = ip.as_bytes().try_into().unwrap();
4122026-03-21T03:44:19.539Z | ^^^^^^^^ method not found in `core::net::Ipv6Addr`
4132026-03-21T03:44:19.539Z
4142026-03-21T03:44:19.546Zerror[E0599]: no function or associated item named `from_bytes` found for struct `core::net::Ipv6Addr` in the current scope
4152026-03-21T03:44:19.546Z --> crates/opte-api/src/ip.rs:821:15
4162026-03-21T03:44:19.546Z |
4172026-03-21T03:44:19.546Z821 | Self::from_bytes(&ip)
4182026-03-21T03:44:19.546Z | ^^^^^^^^^^ function or associated item not found in `core::net::Ipv6Addr`
4192026-03-21T03:44:19.546Z |
4202026-03-21T03:44:19.546Znote: if you're trying to build a new `core::net::Ipv6Addr` consider using one of the following associated functions:
4212026-03-21T03:44:19.546Z core::net::Ipv6Addr::new
4222026-03-21T03:44:19.546Z core::net::Ipv6Addr::from_bits
4232026-03-21T03:44:19.546Z core::net::Ipv6Addr::from_segments
4242026-03-21T03:44:19.546Z core::net::Ipv6Addr::from_octets
4252026-03-21T03:44:19.546Z core::net::parser::<impl core::net::Ipv6Addr>::parse_ascii
4262026-03-21T03:44:19.546Z --> /rustc/01f6ddf7588f42ae2d7eb0a2f21d44e8e96674cf/library/core/src/net/ip_addr.rs:1297:5
4272026-03-21T03:44:19.546Z --> /rustc/01f6ddf7588f42ae2d7eb0a2f21d44e8e96674cf/library/core/src/net/parser.rs:367:5
4282026-03-21T03:44:19.546Zhelp: there is an associated function `from_bits` with a similar name
4292026-03-21T03:44:19.546Z |
4302026-03-21T03:44:19.546Z821 - Self::from_bytes(&ip)
4312026-03-21T03:44:19.546Z821 + Self::from_bits(&ip)
4322026-03-21T03:44:19.547Z |
4332026-03-21T03:44:19.547Z
4342026-03-21T03:44:20.055ZSome errors have detailed explanations: E0119, E0423, E0599.
4352026-03-21T03:44:20.055ZFor more information about an error, try `rustc --explain E0119`.
4362026-03-21T03:44:20.088Zerror: could not compile `opte-api` (lib) due to 9 previous errors
4372026-03-21T03:44:20.220Z
4382026-03-21T03:44:20.227Zreal 21.728471039
4392026-03-21T03:44:20.227Zuser 1:06.906939081
4402026-03-21T03:44:20.227Zsys 13.393132393
4412026-03-21T03:44:20.227Ztrap 0.040787412
4422026-03-21T03:44:20.227Ztflt 0.069179624
4432026-03-21T03:44:20.227Zdflt 0.129788209
4442026-03-21T03:44:20.227Zkflt 0.001488713
4452026-03-21T03:44:20.227Zlock 3:43.556593780
4462026-03-21T03:44:20.227Zslp 3:32.251670264
4472026-03-21T03:44:20.227Zlat 4.643265017
4482026-03-21T03:44:20.227Zstop 12.223195679
4492026-03-21T03:44:20.227Zprocess exited: duration 40414 ms, exit code 101
 
4502026-03-21T03:44:20.237Zfound 0 output files