01M0VFRS7SD09BDBFBYJQHVR1X: opte-ioctl

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

Buildomat Job: 01M0VFTTXSNXK74EEVGK74X2D3

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T03:37:09.606Zjob assigned to worker 01M0VFV8CBMR0Q1RE19VJFKYCF [factory aws, i-0dd06886132106ff7] (queued for 56 s)
 
22026-08-25T03:37:15.473Zstarting task 0: "setup"
32026-08-25T03:37:15.478Z++ uname -s
42026-08-25T03:37:15.482Z+ kern=SunOS
52026-08-25T03:37:15.482Z+ build_user=build
62026-08-25T03:37:15.482Z+ build_uid=12345
72026-08-25T03:37:15.482Z+ work_dir=/work
82026-08-25T03:37:15.482Z+ input_dir=/input
92026-08-25T03:37:15.483Z+ [[ 0 == 12345 ]]
102026-08-25T03:37:15.483Z+ case "$kern" in
112026-08-25T03:37:15.483Z+ groupadd -g 12345 build
122026-08-25T03:37:15.483Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T03:37:17.485Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T03:37:17.594Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T03:37:17.600Z+ home_fs=zfs
162026-08-25T03:37:17.600Z+ [[ zfs == autofs ]]
172026-08-25T03:37:17.600Z+ mkdir -p /home/build
182026-08-25T03:37:17.600Z+ chown build:build /home/build /work
192026-08-25T03:37:18.602Z+ chmod 0700 /home/build /work
202026-08-25T03:37:18.627Zprocess exited: duration 3127 ms, exit code 0
 
212026-08-25T03:37:18.690Zstarting task 1: "rust-toolchain"
222026-08-25T03:37:18.705Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-25T03:37:18.705Z * rust toolchain channel = "1.97.1"
242026-08-25T03:37:18.706Z * rust toolchain profile = "default"
252026-08-25T03:37:18.706Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-25T03:37:18.706Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-25T03:37:18.706Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-25T03:37:18.706Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T03:37:18.706Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T03:37:18.801Zinfo: downloading installer
312026-08-25T03:37:20.163Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T03:37:20.163Zwarn: /home/build/.rustup/settings.toml
332026-08-25T03:37:20.163Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T03:37:20.163Zwarn: instead of the one inferred from the default host triple.
352026-08-25T03:37:20.172Zinfo: profile set to default
362026-08-25T03:37:20.172Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T03:37:20.172Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T03:37:20.277Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T03:37:20.289Zinfo: downloading 6 components
402026-08-25T03:37:33.870Z
412026-08-25T03:37:33.870Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-25T03:37:33.901Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T03:37:33.901Z
442026-08-25T03:37:33.901Z
452026-08-25T03:37:33.901ZRust is installed now. Great!
462026-08-25T03:37:33.901Z
472026-08-25T03:37:33.901ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T03:37:33.901Zenvironment variable. This has not been done automatically.
492026-08-25T03:37:33.901Z
502026-08-25T03:37:33.901ZTo configure your current shell, you need to source
512026-08-25T03:37:33.901Zthe corresponding env file under $HOME/.cargo.
522026-08-25T03:37:33.901Z
532026-08-25T03:37:33.901ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T03:37:33.901Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T03:37:33.901Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T03:37:33.901Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T03:37:33.909Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T03:37:33.909Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T03:37:33.909Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T03:37:33.909Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T03:37:33.909Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T03:37:34.002Z+ rustup --version
632026-08-25T03:37:34.008Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T03:37:34.013Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T03:37:34.029Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T03:37:34.033Z+ cargo --version
672026-08-25T03:37:34.046Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T03:37:34.050Z+ rustc --version
692026-08-25T03:37:34.071Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T03:37:34.074Zprocess exited: duration 15391 ms, exit code 0
 
712026-08-25T03:37:34.082Zstarting task 2: "authentication"
722026-08-25T03:37:34.095ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-08-25T03:38:00.288Zprocess exited: duration 26208 ms, exit code 0
 
742026-08-25T03:38:00.298Zstarting task 3: "clone repository"
752026-08-25T03:38:00.303Z+ mkdir -p /work/oxidecomputer/opte
762026-08-25T03:38:00.306Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
772026-08-25T03:38:00.332ZCloning into '/work/oxidecomputer/opte'...
782026-08-25T03:38:01.408Z+ cd /work/oxidecomputer/opte
792026-08-25T03:38:01.408Z+ git fetch origin 39fef36e9da51b993e1bd1695ee5276195085b45
802026-08-25T03:38:01.701ZFrom https://github.com/oxidecomputer/opte
812026-08-25T03:38:01.701Z * branch 39fef36e9da51b993e1bd1695ee5276195085b45 -> FETCH_HEAD
822026-08-25T03:38:01.707Z+ [[ -n renovate/smoltcp-0.x ]]
832026-08-25T03:38:01.710Z++ git branch --show-current
842026-08-25T03:38:01.710Z+ current=master
852026-08-25T03:38:01.710Z+ [[ master != renovate/smoltcp-0.x ]]
862026-08-25T03:38:01.710Z+ git branch -f renovate/smoltcp-0.x 39fef36e9da51b993e1bd1695ee5276195085b45
872026-08-25T03:38:01.714Z+ git checkout -f renovate/smoltcp-0.x
882026-08-25T03:38:01.728ZSwitched to branch 'renovate/smoltcp-0.x'
892026-08-25T03:38:01.732Z+ git reset --hard 39fef36e9da51b993e1bd1695ee5276195085b45
902026-08-25T03:38:01.735ZHEAD is now at 39fef36 Update Rust crate smoltcp to 0.14
912026-08-25T03:38:01.735Zprocess exited: duration 1435 ms, exit code 0
 
922026-08-25T03:38:01.742Zstarting task 4: "build"
932026-08-25T03:38:01.747Z+ source .github/buildomat/common.sh
942026-08-25T03:38:01.747Z++ rustup show active-toolchain
952026-08-25T03:38:01.751Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
962026-08-25T03:38:01.753Z++ pushd xde
972026-08-25T03:38:01.754Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
982026-08-25T03:38:01.754Z++ rustup show active-toolchain
992026-08-25T03:38:01.757Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
1002026-08-25T03:38:01.931Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1012026-08-25T03:38:01.934Zinfo: downloading 6 components
1022026-08-25T03:38:18.499Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1032026-08-25T03:38:18.590Z+++ rustup show active-toolchain -v
1042026-08-25T03:38:18.593Z+++ head -n 1
1052026-08-25T03:38:18.593Z+++ cut '-d ' -f1
1062026-08-25T03:38:18.653Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-08-25T03:38:18.653Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1082026-08-25T03:38:18.653Z++ popd
1092026-08-25T03:38:18.660Z/work/oxidecomputer/opte
1102026-08-25T03:38:18.660Z+ cargo --version
1112026-08-25T03:38:18.665Zcargo 1.97.1 (c980f4866 2026-06-30)
1122026-08-25T03:38:18.665Z+ rustc --version
1132026-08-25T03:38:18.681Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1142026-08-25T03:38:18.688Z+ cd lib/opte-ioctl
1152026-08-25T03:38:18.688Z+ header 'check style'
1162026-08-25T03:38:18.688Z+ echo '# ==== check style ==== #'
1172026-08-25T03:38:18.688Z# ==== check style ==== #
1182026-08-25T03:38:18.688Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1192026-08-25T03:38:18.753Z
1202026-08-25T03:38:18.753Zreal 0.066021200
1212026-08-25T03:38:18.753Zuser 0.036114376
1222026-08-25T03:38:18.753Zsys 0.027494839
1232026-08-25T03:38:18.753Ztrap 0.000001010
1242026-08-25T03:38:18.753Ztflt 0.000004930
1252026-08-25T03:38:18.757Zdflt 0.000002780
1262026-08-25T03:38:18.757Zkflt 0.000000000
1272026-08-25T03:38:18.757Zlock 0.031097784
1282026-08-25T03:38:18.757Zslp 0.046056163
1292026-08-25T03:38:18.757Zlat 0.000745990
1302026-08-25T03:38:18.757Zstop 0.000087110
1312026-08-25T03:38:18.757Z+ header analyze
1322026-08-25T03:38:18.757Z+ echo '# ==== analyze ==== #'
1332026-08-25T03:38:18.757Z# ==== analyze ==== #
1342026-08-25T03:38:18.757Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1352026-08-25T03:38:18.919Z Updating crates.io index
1362026-08-25T03:38:18.931Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-08-25T03:38:19.605Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-08-25T03:38:20.228Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1392026-08-25T03:38:20.521Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1402026-08-25T03:38:20.903Z Updating git repository `https://github.com/oxidecomputer/zone`
1412026-08-25T03:38:21.202Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-08-25T03:38:21.537Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-08-25T03:38:23.640Z Downloading crates ...
1442026-08-25T03:38:23.685Z Downloaded cstr-argument v0.1.2
1452026-08-25T03:38:23.685Z Downloaded cobs v0.3.0
1462026-08-25T03:38:23.685Z Downloaded cfg-if v1.0.4
1472026-08-25T03:38:23.685Z Downloaded oxnet v0.1.6
1482026-08-25T03:38:23.685Z Downloaded ref-cast-impl v1.0.25
1492026-08-25T03:38:23.685Z Downloaded dyn-clone v1.0.20
1502026-08-25T03:38:23.685Z Downloaded ident_case v1.0.1
1512026-08-25T03:38:23.685Z Downloaded ingot-types v0.2.0
1522026-08-25T03:38:23.685Z Downloaded managed v0.8.0
1532026-08-25T03:38:23.685Z Downloaded either v1.16.0
1542026-08-25T03:38:23.685Z Downloaded pin-project-lite v0.2.17
1552026-08-25T03:38:23.685Z Downloaded macaddr v1.0.1
1562026-08-25T03:38:23.685Z Downloaded equivalent v1.0.2
1572026-08-25T03:38:23.685Z Downloaded once_cell v1.21.4
1582026-08-25T03:38:23.685Z Downloaded foreign-types v0.5.0
1592026-08-25T03:38:23.685Z Downloaded hash32 v0.3.1
1602026-08-25T03:38:23.685Z Downloaded colored v3.1.1
1612026-08-25T03:38:23.685Z Downloaded proc-macro-crate v3.5.0
1622026-08-25T03:38:23.685Z Downloaded ingot v0.2.0
1632026-08-25T03:38:23.685Z Downloaded byteorder v1.5.0
1642026-08-25T03:38:23.685Z Downloaded chacha20 v0.10.1
1652026-08-25T03:38:23.685Z Downloaded serde_core v1.0.228
1662026-08-25T03:38:23.723Z Downloaded version_check v0.9.5
1672026-08-25T03:38:23.723Z Downloaded foreign-types-shared v0.3.1
1682026-08-25T03:38:23.723Z Downloaded num_enum_derive v0.7.6
1692026-08-25T03:38:23.723Z Downloaded darling_macro v0.23.0
1702026-08-25T03:38:23.723Z Downloaded defmt-parser v1.0.0
1712026-08-25T03:38:23.723Z Downloaded cpufeatures v0.3.0
1722026-08-25T03:38:23.723Z Downloaded pretty-hex v0.4.2
1732026-08-25T03:38:23.723Z Downloaded foreign-types-macros v0.2.3
1742026-08-25T03:38:23.723Z Downloaded stable_deref_trait v1.2.1
1752026-08-25T03:38:23.723Z Downloaded embedded-io v0.4.0
1762026-08-25T03:38:23.723Z Downloaded embedded-io v0.6.1
1772026-08-25T03:38:23.723Z Downloaded strsim v0.11.1
1782026-08-25T03:38:23.723Z Downloaded uuid v1.23.5
1792026-08-25T03:38:23.723Z Downloaded rand_core v0.10.1
1802026-08-25T03:38:23.723Z Downloaded quote v1.0.46
1812026-08-25T03:38:23.774Z Downloaded bitflags v1.3.2
1822026-08-25T03:38:23.775Z Downloaded ref-cast v1.0.25
1832026-08-25T03:38:23.775Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1842026-08-25T03:38:23.775Z Downloaded defmt-macros v1.1.1
1852026-08-25T03:38:23.775Z Downloaded num_enum v0.7.6
1862026-08-25T03:38:23.775Z Downloaded thiserror-impl v2.0.18
1872026-08-25T03:38:23.775Z Downloaded thiserror v2.0.18
1882026-08-25T03:38:23.775Z Downloaded ingot-macros v0.2.0
1892026-08-25T03:38:23.775Z Downloaded bitflags v2.13.0
1902026-08-25T03:38:23.784Z Downloaded getrandom v0.4.3
1912026-08-25T03:38:23.784Z Downloaded anyhow v1.0.103
1922026-08-25T03:38:23.784Z Downloaded defmt v1.1.1
1932026-08-25T03:38:23.784Z Downloaded darling v0.23.0
1942026-08-25T03:38:23.784Z Downloaded toml_parser v1.1.2+spec-1.1.0
1952026-08-25T03:38:23.784Z Downloaded rustversion v1.0.23
1962026-08-25T03:38:23.784Z Downloaded postcard v1.1.3
1972026-08-25T03:38:23.784Z Downloaded socket2 v0.6.4
1982026-08-25T03:38:23.784Z Downloaded hashbrown v0.17.1
1992026-08-25T03:38:23.784Z Downloaded proc-macro2 v1.0.106
2002026-08-25T03:38:23.784Z Downloaded tracing-attributes v0.1.31
2012026-08-25T03:38:23.784Z Downloaded tracing-core v0.1.36
2022026-08-25T03:38:23.784Z Downloaded unicode-ident v1.0.24
2032026-08-25T03:38:23.785Z Downloaded darling_core v0.23.0
2042026-08-25T03:38:23.788Z Downloaded aho-corasick v1.1.4
2052026-08-25T03:38:23.788Z Downloaded toml_edit v0.25.12+spec-1.1.0
2062026-08-25T03:38:23.788Z Downloaded serde_derive v1.0.228
2072026-08-25T03:38:23.794Z Downloaded indexmap v2.14.0
2082026-08-25T03:38:23.799Z Downloaded serde v1.0.228
2092026-08-25T03:38:23.808Z Downloaded heapless v0.9.3
2102026-08-25T03:38:23.808Z Downloaded rand v0.10.2
2112026-08-25T03:38:23.811Z Downloaded memchr v2.8.3
2122026-08-25T03:38:23.811Z Downloaded zerocopy-derive v0.8.54
2132026-08-25T03:38:23.830Z Downloaded itertools v0.15.0
2142026-08-25T03:38:23.849Z Downloaded regex v1.13.0
2152026-08-25T03:38:23.885Z Downloaded winnow v1.0.3
2162026-08-25T03:38:23.913Z Downloaded syn v1.0.109
2172026-08-25T03:38:23.924Z Downloaded zerocopy v0.8.54
2182026-08-25T03:38:23.935Z Downloaded syn v2.0.118
2192026-08-25T03:38:23.953Z Downloaded regex-syntax v0.8.11
2202026-08-25T03:38:23.966Z Downloaded smoltcp v0.14.0
2212026-08-25T03:38:23.972Z Downloaded tracing v0.1.44
2222026-08-25T03:38:23.988Z Downloaded regex-automata v0.4.15
2232026-08-25T03:38:24.005Z Downloaded libc v0.2.186
2242026-08-25T03:38:24.058Z Compiling proc-macro2 v1.0.106
2252026-08-25T03:38:24.058Z Compiling unicode-ident v1.0.24
2262026-08-25T03:38:24.058Z Compiling quote v1.0.46
2272026-08-25T03:38:24.063Z Compiling serde_core v1.0.228
2282026-08-25T03:38:24.064Z Checking cfg-if v1.0.4
2292026-08-25T03:38:24.064Z Compiling memchr v2.8.3
2302026-08-25T03:38:24.064Z Compiling ident_case v1.0.1
2312026-08-25T03:38:24.064Z Compiling thiserror v2.0.18
2322026-08-25T03:38:24.179Z Compiling strsim v0.11.1
2332026-08-25T03:38:24.243Z Compiling regex-syntax v0.8.11
2342026-08-25T03:38:24.243Z Compiling libc v0.2.186
2352026-08-25T03:38:24.470Z Compiling serde v1.0.228
2362026-08-25T03:38:24.502Z Compiling aho-corasick v1.1.4
2372026-08-25T03:38:24.648Z Compiling either v1.16.0
2382026-08-25T03:38:24.671Z Compiling zerocopy v0.8.54
2392026-08-25T03:38:24.677Z Compiling equivalent v1.0.2
2402026-08-25T03:38:24.756Z Compiling hashbrown v0.17.1
2412026-08-25T03:38:24.772Z Compiling winnow v1.0.3
2422026-08-25T03:38:24.848Z Compiling itertools v0.15.0
2432026-08-25T03:38:25.309Z Compiling indexmap v2.14.0
2442026-08-25T03:38:25.392Z Compiling toml_datetime v1.1.1+spec-1.1.0
2452026-08-25T03:38:25.524Z Compiling syn v2.0.118
2462026-08-25T03:38:25.605Z Compiling heapless v0.9.3
2472026-08-25T03:38:25.790Z Compiling regex-automata v0.4.15
2482026-08-25T03:38:25.906Z Compiling toml_parser v1.1.2+spec-1.1.0
2492026-08-25T03:38:25.919Z Checking byteorder v1.5.0
2502026-08-25T03:38:26.006Z Checking bitflags v2.13.0
2512026-08-25T03:38:26.059Z Checking hash32 v0.3.1
2522026-08-25T03:38:26.080Z Compiling rustversion v1.0.23
2532026-08-25T03:38:26.091Z Compiling smoltcp v0.14.0
2542026-08-25T03:38:26.133Z Compiling syn v1.0.109
2552026-08-25T03:38:26.155Z Checking macaddr v1.0.1
2562026-08-25T03:38:26.283Z Compiling toml_edit v0.25.12+spec-1.1.0
2572026-08-25T03:38:26.293Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2582026-08-25T03:38:26.395Z Checking stable_deref_trait v1.2.1
2592026-08-25T03:38:26.438Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2602026-08-25T03:38:26.450Z Compiling version_check v0.9.5
2612026-08-25T03:38:26.466Z Compiling ref-cast v1.0.25
2622026-08-25T03:38:26.546Z Checking managed v0.8.0
2632026-08-25T03:38:26.621Z Compiling getrandom v0.4.3
2642026-08-25T03:38:26.701Z Checking bitflags v1.3.2
2652026-08-25T03:38:26.713Z Checking rand_core v0.10.1
2662026-08-25T03:38:26.841Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2672026-08-25T03:38:26.872Z Compiling proc-macro-crate v3.5.0
2682026-08-25T03:38:26.995Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2692026-08-25T03:38:27.204Z Checking once_cell v1.21.4
2702026-08-25T03:38:27.323Z Compiling anyhow v1.0.103
2712026-08-25T03:38:27.480Z Checking foreign-types-shared v0.3.1
2722026-08-25T03:38:27.516Z Compiling regex v1.13.0
2732026-08-25T03:38:27.516Z Checking cpufeatures v0.3.0
2742026-08-25T03:38:27.525Z Checking chacha20 v0.10.1
2752026-08-25T03:38:27.549Z Checking cstr-argument v0.1.2
2762026-08-25T03:38:27.658Z Checking tracing-core v0.1.36
2772026-08-25T03:38:27.877Z Checking dyn-clone v1.0.20
2782026-08-25T03:38:27.900Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
2792026-08-25T03:38:27.917Z Checking pin-project-lite v0.2.17
2802026-08-25T03:38:27.981Z Checking pretty-hex v0.4.2
2812026-08-25T03:38:28.001Z Checking rand v0.10.2
2822026-08-25T03:38:28.080Z Compiling darling_core v0.23.0
2832026-08-25T03:38:28.126Z Checking uuid v1.23.5
2842026-08-25T03:38:28.217Z Checking socket2 v0.6.4
2852026-08-25T03:38:28.247Z Checking colored v3.1.1
2862026-08-25T03:38:28.315Z Checking oxnet v0.1.6
2872026-08-25T03:38:28.761Z Compiling thiserror-impl v2.0.18
2882026-08-25T03:38:28.762Z Compiling serde_derive v1.0.228
2892026-08-25T03:38:28.762Z Compiling zerocopy-derive v0.8.54
2902026-08-25T03:38:28.777Z Compiling ref-cast-impl v1.0.25
2912026-08-25T03:38:28.777Z Compiling foreign-types-macros v0.2.3
2922026-08-25T03:38:29.258Z Compiling num_enum_derive v0.7.6
2932026-08-25T03:38:29.416Z Checking foreign-types v0.5.0
2942026-08-25T03:38:29.448Z Compiling tracing-attributes v0.1.31
2952026-08-25T03:38:29.516Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2962026-08-25T03:38:30.097Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2972026-08-25T03:38:30.111Z Checking cobs v0.3.0
2982026-08-25T03:38:30.273Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
2992026-08-25T03:38:30.308Z Compiling darling_macro v0.23.0
3002026-08-25T03:38:30.347Z Checking num_enum v0.7.6
3012026-08-25T03:38:30.442Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3022026-08-25T03:38:30.660Z Checking tracing v0.1.44
3032026-08-25T03:38:30.852Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3042026-08-25T03:38:30.986Z Compiling darling v0.23.0
3052026-08-25T03:38:31.021Z Compiling ingot-macros v0.2.0
3062026-08-25T03:38:31.428Z Checking postcard v1.1.3
3072026-08-25T03:38:32.876Z Checking ingot-types v0.2.0
3082026-08-25T03:38:33.162Z Checking ingot v0.2.0
3092026-08-25T03:38:34.524Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3102026-08-25T03:38:34.658Zerror[E0423]: expected function, tuple struct or tuple variant, found struct `smoltcp::wire::Ipv6Address`
3112026-08-25T03:38:34.658Z --> crates/opte-api/src/ip.rs:914:20
3122026-08-25T03:38:34.658Z |
3132026-08-25T03:38:34.658Z914 | let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3142026-08-25T03:38:34.658Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3152026-08-25T03:38:34.658Z |
3162026-08-25T03:38:34.658Z --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/ip_addr.rs:168:0
3172026-08-25T03:38:34.658Z |
3182026-08-25T03:38:34.658Z = note: `smoltcp::wire::Ipv6Address` defined here
3192026-08-25T03:38:34.658Zhelp: you might have meant to use an associated function to build this type
3202026-08-25T03:38:34.658Z |
3212026-08-25T03:38:34.658Z914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3222026-08-25T03:38:34.658Z914 + let sip6 = smoltcp::wire::Ipv6Address::new(_, _, _, _, _, _, _, _);
3232026-08-25T03:38:34.659Z |
3242026-08-25T03:38:34.659Z914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3252026-08-25T03:38:34.659Z914 + let sip6 = smoltcp::wire::Ipv6Address::from_bits(_);
3262026-08-25T03:38:34.659Z |
3272026-08-25T03:38:34.659Z914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3282026-08-25T03:38:34.659Z914 + let sip6 = smoltcp::wire::Ipv6Address::from_segments(_);
3292026-08-25T03:38:34.659Z |
3302026-08-25T03:38:34.659Z914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3312026-08-25T03:38:34.659Z914 + let sip6 = smoltcp::wire::Ipv6Address::from_octets(_);
3322026-08-25T03:38:34.659Z |
3332026-08-25T03:38:34.659Z
3342026-08-25T03:38:34.755Zerror[E0119]: conflicting implementations of trait `core::convert::From<core::net::Ipv4Addr>` for type `ip::Ipv4Addr`
3352026-08-25T03:38:34.755Z --> crates/opte-api/src/ip.rs:575:1
3362026-08-25T03:38:34.755Z |
3372026-08-25T03:38:34.756Z563 | impl From<core::net::Ipv4Addr> for Ipv4Addr {
3382026-08-25T03:38:34.756Z | ------------------------------------------- first implementation here
3392026-08-25T03:38:34.756Z...
3402026-08-25T03:38:34.756Z575 | impl From<smoltcp::wire::Ipv4Address> for Ipv4Addr {
3412026-08-25T03:38:34.756Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv4Addr`
3422026-08-25T03:38:34.756Z
3432026-08-25T03:38:34.756Zerror[E0119]: conflicting implementations of trait `core::convert::From<ip::Ipv4Addr>` for type `core::net::Ipv4Addr`
3442026-08-25T03:38:34.756Z --> crates/opte-api/src/ip.rs:582:1
3452026-08-25T03:38:34.756Z |
3462026-08-25T03:38:34.756Z569 | impl From<Ipv4Addr> for core::net::Ipv4Addr {
3472026-08-25T03:38:34.756Z | ------------------------------------------- first implementation here
3482026-08-25T03:38:34.756Z...
3492026-08-25T03:38:34.756Z582 | impl From<Ipv4Addr> for smoltcp::wire::Ipv4Address {
3502026-08-25T03:38:34.757Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::net::Ipv4Addr`
3512026-08-25T03:38:34.757Z
3522026-08-25T03:38:34.757Zerror[E0119]: conflicting implementations of trait `core::convert::From<core::net::Ipv6Addr>` for type `ip::Ipv6Addr`
3532026-08-25T03:38:34.757Z --> crates/opte-api/src/ip.rs:931:1
3542026-08-25T03:38:34.757Z |
3552026-08-25T03:38:34.757Z919 | impl From<core::net::Ipv6Addr> for Ipv6Addr {
3562026-08-25T03:38:34.757Z | ------------------------------------------- first implementation here
3572026-08-25T03:38:34.757Z...
3582026-08-25T03:38:34.757Z931 | impl From<smoltcp::wire::Ipv6Address> for Ipv6Addr {
3592026-08-25T03:38:34.757Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv6Addr`
3602026-08-25T03:38:34.757Z
3612026-08-25T03:38:34.757Zerror[E0119]: conflicting implementations of trait `core::convert::From<ip::Ipv6Addr>` for type `core::net::Ipv6Addr`
3622026-08-25T03:38:34.757Z --> crates/opte-api/src/ip.rs:940:1
3632026-08-25T03:38:34.757Z |
3642026-08-25T03:38:34.757Z925 | impl From<Ipv6Addr> for core::net::Ipv6Addr {
3652026-08-25T03:38:34.757Z | ------------------------------------------- first implementation here
3662026-08-25T03:38:34.757Z...
3672026-08-25T03:38:34.757Z940 | impl From<Ipv6Addr> for smoltcp::wire::Ipv6Address {
3682026-08-25T03:38:34.758Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::net::Ipv6Addr`
3692026-08-25T03:38:34.758Z
3702026-08-25T03:38:34.913Zerror[E0599]: no method named `as_bytes` found for struct `core::net::Ipv4Addr` in the current scope
3712026-08-25T03:38:34.913Z --> crates/opte-api/src/ip.rs:577:29
3722026-08-25T03:38:34.913Z |
3732026-08-25T03:38:34.913Z577 | let bytes = smolip4.as_bytes();
3742026-08-25T03:38:34.913Z | ^^^^^^^^ method not found in `core::net::Ipv4Addr`
3752026-08-25T03:38:34.913Z
3762026-08-25T03:38:34.939Zerror[E0599]: no associated function or constant named `from_bytes` found for struct `core::net::Ipv4Addr` in the current scope
3772026-08-25T03:38:34.939Z --> crates/opte-api/src/ip.rs:584:15
3782026-08-25T03:38:34.939Z |
3792026-08-25T03:38:34.939Z584 | Self::from_bytes(&ip)
3802026-08-25T03:38:34.939Z | ^^^^^^^^^^ associated function or constant not found in `core::net::Ipv4Addr`
3812026-08-25T03:38:34.939Z |
3822026-08-25T03:38:34.939Znote: if you're trying to build a new `core::net::Ipv4Addr` consider using one of the following associated functions:
3832026-08-25T03:38:34.939Z core::net::Ipv4Addr::new
3842026-08-25T03:38:34.939Z core::net::Ipv4Addr::from_bits
3852026-08-25T03:38:34.939Z core::net::Ipv4Addr::from_octets
3862026-08-25T03:38:34.940Z core::net::parser::<impl core::net::Ipv4Addr>::parse_ascii
3872026-08-25T03:38:34.940Z --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/ip_addr.rs:543:4
3882026-08-25T03:38:34.940Z --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/parser.rs:336:4
3892026-08-25T03:38:34.940Zhelp: there is an associated function `from_bits` with a similar name
3902026-08-25T03:38:34.940Z |
3912026-08-25T03:38:34.940Z584 - Self::from_bytes(&ip)
3922026-08-25T03:38:34.940Z584 + Self::from_bits(&ip)
3932026-08-25T03:38:34.940Z |
3942026-08-25T03:38:34.940Z
3952026-08-25T03:38:34.940Zerror[E0599]: no method named `as_bytes` found for struct `core::net::Ipv6Addr` in the current scope
3962026-08-25T03:38:34.940Z --> crates/opte-api/src/ip.rs:935:34
3972026-08-25T03:38:34.941Z |
3982026-08-25T03:38:34.941Z935 | let bytes: [u8; 16] = ip.as_bytes().try_into().unwrap();
3992026-08-25T03:38:34.941Z | ^^^^^^^^ method not found in `core::net::Ipv6Addr`
4002026-08-25T03:38:34.941Z
4012026-08-25T03:38:34.965Zerror[E0599]: no associated function or constant named `from_bytes` found for struct `core::net::Ipv6Addr` in the current scope
4022026-08-25T03:38:34.965Z --> crates/opte-api/src/ip.rs:943:15
4032026-08-25T03:38:34.965Z |
4042026-08-25T03:38:34.965Z943 | Self::from_bytes(&ip)
4052026-08-25T03:38:34.965Z | ^^^^^^^^^^ associated function or constant not found in `core::net::Ipv6Addr`
4062026-08-25T03:38:34.965Z |
4072026-08-25T03:38:34.965Znote: if you're trying to build a new `core::net::Ipv6Addr` consider using one of the following associated functions:
4082026-08-25T03:38:34.965Z core::net::Ipv6Addr::new
4092026-08-25T03:38:34.965Z core::net::Ipv6Addr::from_bits
4102026-08-25T03:38:34.965Z core::net::Ipv6Addr::from_segments
4112026-08-25T03:38:34.965Z core::net::Ipv6Addr::from_octets
4122026-08-25T03:38:34.965Z core::net::parser::<impl core::net::Ipv6Addr>::parse_ascii
4132026-08-25T03:38:34.965Z --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/ip_addr.rs:1347:4
4142026-08-25T03:38:34.966Z --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/parser.rs:367:4
4152026-08-25T03:38:34.966Zhelp: there is an associated function `from_bits` with a similar name
4162026-08-25T03:38:34.966Z |
4172026-08-25T03:38:34.966Z943 - Self::from_bytes(&ip)
4182026-08-25T03:38:34.966Z943 + Self::from_bits(&ip)
4192026-08-25T03:38:34.966Z |
4202026-08-25T03:38:34.966Z
4212026-08-25T03:38:35.311ZSome errors have detailed explanations: E0119, E0423, E0599.
4222026-08-25T03:38:35.311ZFor more information about an error, try `rustc --explain E0119`.
4232026-08-25T03:38:35.352Zerror: could not compile `opte-api` (lib) due to 9 previous errors
4242026-08-25T03:38:35.439Z
4252026-08-25T03:38:35.439Zreal 16.675305208
4262026-08-25T03:38:35.439Zuser 46.963927283
4272026-08-25T03:38:35.439Zsys 10.879581244
4282026-08-25T03:38:35.439Ztrap 0.036353166
4292026-08-25T03:38:35.439Ztflt 0.077990457
4302026-08-25T03:38:35.439Zdflt 0.157683949
4312026-08-25T03:38:35.439Zkflt 0.005154893
4322026-08-25T03:38:35.449Zlock 3:13.558001011
4332026-08-25T03:38:35.449Zslp 2:37.514267580
4342026-08-25T03:38:35.449Zlat 2.682852375
4352026-08-25T03:38:35.449Zstop 11.022975551
4362026-08-25T03:38:35.449Zprocess exited: duration 33692 ms, exit code 101
 
4372026-08-25T03:38:35.474Zfound 0 output files