01KYEAHWPW1P3HV9R893KGRYKS: opteadm

BasicConfig {
    output_rules: [
        "=/work/debug/opteadm",
        "=/work/debug/opteadm.debug.sha256",
        "=/work/release/opteadm",
        "=/work/release/opteadm.release.sha256",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/work/release/opteadm",
            series: "release",
            name: "opteadm",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KYEAK240FVSWJXBM8YRFKRW7

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-26T04:24:00.337Zjob assigned to worker 01KYEAKH13CDDFGQ85WFGVNPMC [factory aws, i-0661555bc12e14386] (queued for 56 s)
 
22026-07-26T04:24:06.751Zstarting task 0: "setup"
32026-07-26T04:24:06.789Z++ uname -s
42026-07-26T04:24:06.789Z+ kern=SunOS
52026-07-26T04:24:06.789Z+ build_user=build
62026-07-26T04:24:06.789Z+ build_uid=12345
72026-07-26T04:24:06.789Z+ work_dir=/work
82026-07-26T04:24:06.789Z+ input_dir=/input
92026-07-26T04:24:06.789Z+ [[ 0 == 12345 ]]
102026-07-26T04:24:06.790Z+ case "$kern" in
112026-07-26T04:24:06.790Z+ groupadd -g 12345 build
122026-07-26T04:24:06.790Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-26T04:24:09.089Z+ zfs create -o mountpoint=/work rpool/work
142026-07-26T04:24:09.131Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-26T04:24:09.131Z+ home_fs=zfs
162026-07-26T04:24:09.131Z+ [[ zfs == autofs ]]
172026-07-26T04:24:09.131Z+ mkdir -p /home/build
182026-07-26T04:24:09.131Z+ chown build:build /home/build /work
192026-07-26T04:24:10.665Z+ chmod 0700 /home/build /work
202026-07-26T04:24:10.671Zprocess exited: duration 4078 ms, exit code 0
 
212026-07-26T04:24:10.681Zstarting task 1: "rust-toolchain"
222026-07-26T04:24:10.687Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-26T04:24:10.687Z * rust toolchain channel = "1.97.1"
242026-07-26T04:24:10.687Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-26T04:24:10.687Z * rust toolchain profile = "default"
262026-07-26T04:24:10.687Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-26T04:24:10.687Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-26T04:24:10.694Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-26T04:24:10.694Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-26T04:24:10.765Zinfo: downloading installer
312026-07-26T04:24:12.073Zwarn: It looks like you have an existing rustup settings file at:
322026-07-26T04:24:12.074Zwarn: /home/build/.rustup/settings.toml
332026-07-26T04:24:12.074Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-26T04:24:12.074Zwarn: instead of the one inferred from the default host triple.
352026-07-26T04:24:12.089Zinfo: profile set to default
362026-07-26T04:24:12.089Zinfo: default host triple is x86_64-unknown-illumos
372026-07-26T04:24:12.105Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-26T04:24:12.221Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-26T04:24:12.225Zinfo: downloading 6 components
402026-07-26T04:24:26.348Z
412026-07-26T04:24:26.348Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-07-26T04:24:26.376Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-26T04:24:26.376Z
442026-07-26T04:24:26.379Z
452026-07-26T04:24:26.379ZRust is installed now. Great!
462026-07-26T04:24:26.379Z
472026-07-26T04:24:26.380ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-26T04:24:26.380Zenvironment variable. This has not been done automatically.
492026-07-26T04:24:26.380Z
502026-07-26T04:24:26.380ZTo configure your current shell, you need to source
512026-07-26T04:24:26.380Zthe corresponding env file under $HOME/.cargo.
522026-07-26T04:24:26.380Z
532026-07-26T04:24:26.380ZThis is usually done by running one of the following (note the leading DOT):
542026-07-26T04:24:26.380Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-26T04:24:26.380Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-26T04:24:26.380Zsource "~/.cargo/env.nu" # For nushell
572026-07-26T04:24:26.380Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-26T04:24:26.380Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-26T04:24:26.380Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-26T04:24:26.380Zwarn: no default linker (`cc`) was found in your PATH
612026-07-26T04:24:26.380Zwarn: many Rust crates require a system C toolchain to build
622026-07-26T04:24:26.470Z+ rustup --version
632026-07-26T04:24:26.476Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-26T04:24:26.481Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-26T04:24:26.497Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-26T04:24:26.501Z+ cargo --version
672026-07-26T04:24:26.515Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-26T04:24:26.519Z+ rustc --version
692026-07-26T04:24:26.537Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-26T04:24:26.541Zprocess exited: duration 15858 ms, exit code 0
 
712026-07-26T04:24:26.548Zstarting task 2: "authentication"
722026-07-26T04:24:26.567Zprocess exited: duration 18 ms, exit code 0
 
732026-07-26T04:24:26.575Zstarting task 3: "clone repository"
742026-07-26T04:24:26.579Z+ mkdir -p /work/oxidecomputer/opte
752026-07-26T04:24:26.579Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-26T04:24:26.609ZCloning into '/work/oxidecomputer/opte'...
772026-07-26T04:24:27.490Z+ cd /work/oxidecomputer/opte
782026-07-26T04:24:27.490Z+ git fetch origin b8b23b946ff2841cc7e0be7cda9a60f9913d886f
792026-07-26T04:24:27.766ZFrom https://github.com/oxidecomputer/opte
802026-07-26T04:24:27.767Z * branch b8b23b946ff2841cc7e0be7cda9a60f9913d886f -> FETCH_HEAD
812026-07-26T04:24:27.777Z+ [[ -n renovate/smoltcp-0.x ]]
822026-07-26T04:24:27.777Z++ git branch --show-current
832026-07-26T04:24:27.777Z+ current=master
842026-07-26T04:24:27.777Z+ [[ master != renovate/smoltcp-0.x ]]
852026-07-26T04:24:27.777Z+ git branch -f renovate/smoltcp-0.x b8b23b946ff2841cc7e0be7cda9a60f9913d886f
862026-07-26T04:24:27.777Z+ git checkout -f renovate/smoltcp-0.x
872026-07-26T04:24:27.777ZSwitched to branch 'renovate/smoltcp-0.x'
882026-07-26T04:24:27.777Z+ git reset --hard b8b23b946ff2841cc7e0be7cda9a60f9913d886f
892026-07-26T04:24:27.777ZHEAD is now at b8b23b9 Update Rust crate smoltcp to 0.13
902026-07-26T04:24:27.777Zprocess exited: duration 1173 ms, exit code 0
 
912026-07-26T04:24:27.787Zstarting task 4: "build"
922026-07-26T04:24:27.791Z+ source .github/buildomat/common.sh
932026-07-26T04:24:27.791Z++ rustup show active-toolchain
942026-07-26T04:24:27.794Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-26T04:24:27.794Z++ pushd xde
962026-07-26T04:24:27.794Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-26T04:24:27.794Z++ rustup show active-toolchain
982026-07-26T04:24:27.798Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
992026-07-26T04:24:27.936Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1002026-07-26T04:24:27.940Zinfo: downloading 6 components
1012026-07-26T04:24:43.738Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-26T04:24:43.834Z+++ rustup show active-toolchain -v
1032026-07-26T04:24:43.837Z+++ head -n 1
1042026-07-26T04:24:43.837Z+++ cut '-d ' -f1
1052026-07-26T04:24:43.889Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1062026-07-26T04:24:43.889Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-07-26T04:24:43.889Z++ popd
1082026-07-26T04:24:43.893Z/work/oxidecomputer/opte
1092026-07-26T04:24:43.893Z+ cargo --version
1102026-07-26T04:24:43.899Zcargo 1.97.1 (c980f4866 2026-06-30)
1112026-07-26T04:24:43.903Z+ rustc --version
1122026-07-26T04:24:43.921Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1132026-07-26T04:24:43.924Z+ pushd bin/opteadm
1142026-07-26T04:24:43.925Z+ header 'check style'
1152026-07-26T04:24:43.925Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1162026-07-26T04:24:43.925Z+ echo '# ==== check style ==== #'
1172026-07-26T04:24:43.925Z# ==== check style ==== #
1182026-07-26T04:24:43.925Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1192026-07-26T04:24:43.997Z
1202026-07-26T04:24:43.997Zreal 0.070096403
1212026-07-26T04:24:43.997Zuser 0.038172057
1222026-07-26T04:24:43.997Zsys 0.029277670
1232026-07-26T04:24:43.997Ztrap 0.000000340
1242026-07-26T04:24:43.997Ztflt 0.000002620
1252026-07-26T04:24:43.998Zdflt 0.000002280
1262026-07-26T04:24:43.998Zkflt 0.000000000
1272026-07-26T04:24:43.998Zlock 0.031148224
1282026-07-26T04:24:43.998Zslp 0.048834135
1292026-07-26T04:24:43.998Zlat 0.000803260
1302026-07-26T04:24:43.998Zstop 0.000101170
1312026-07-26T04:24:44.001Z+ header analyze
1322026-07-26T04:24:44.001Z+ echo '# ==== analyze ==== #'
1332026-07-26T04:24:44.001Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1342026-07-26T04:24:44.001Z# ==== analyze ==== #
1352026-07-26T04:24:44.129Z Updating crates.io index
1362026-07-26T04:24:44.132Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-07-26T04:24:45.051Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-07-26T04:24:45.287Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1392026-07-26T04:24:45.534Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1402026-07-26T04:24:45.890Z Updating git repository `https://github.com/oxidecomputer/zone`
1412026-07-26T04:24:46.109Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-07-26T04:24:46.344Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-07-26T04:24:48.145Z Downloading crates ...
1442026-07-26T04:24:48.206Z Downloaded byteorder v1.5.0
1452026-07-26T04:24:48.210Z Downloaded anstream v1.0.0
1462026-07-26T04:24:48.214Z Downloaded foreign-types-shared v0.3.1
1472026-07-26T04:24:48.218Z Downloaded clap_lex v1.1.0
1482026-07-26T04:24:48.218Z Downloaded cpufeatures v0.3.0
1492026-07-26T04:24:48.218Z Downloaded defmt-parser v1.0.0
1502026-07-26T04:24:48.222Z Downloaded equivalent v1.0.2
1512026-07-26T04:24:48.225Z Downloaded hash32 v0.3.1
1522026-07-26T04:24:48.225Z Downloaded heck v0.5.0
1532026-07-26T04:24:48.229Z Downloaded stable_deref_trait v1.2.1
1542026-07-26T04:24:48.233Z Downloaded chacha20 v0.10.1
1552026-07-26T04:24:48.234Z Downloaded darling v0.23.0
1562026-07-26T04:24:48.238Z Downloaded dyn-clone v1.0.20
1572026-07-26T04:24:48.238Z Downloaded cobs v0.3.0
1582026-07-26T04:24:48.238Z Downloaded ident_case v1.0.1
1592026-07-26T04:24:48.244Z Downloaded defmt v1.1.1
1602026-07-26T04:24:48.248Z Downloaded darling_macro v0.23.0
1612026-07-26T04:24:48.251Z Downloaded is_terminal_polyfill v1.70.2
1622026-07-26T04:24:48.251Z Downloaded clap v4.6.1
1632026-07-26T04:24:48.255Z Downloaded colorchoice v1.0.5
1642026-07-26T04:24:48.259Z Downloaded defmt v0.3.100
1652026-07-26T04:24:48.259Z Downloaded anyhow v1.0.103
1662026-07-26T04:24:48.259Z Downloaded foreign-types v0.5.0
1672026-07-26T04:24:48.262Z Downloaded anstyle-query v1.1.5
1682026-07-26T04:24:48.262Z Downloaded clap_builder v4.6.0
1692026-07-26T04:24:48.265Z Downloaded either v1.16.0
1702026-07-26T04:24:48.266Z Downloaded anstyle-parse v1.0.0
1712026-07-26T04:24:48.266Z Downloaded defmt-macros v1.1.1
1722026-07-26T04:24:48.270Z Downloaded errno v0.3.14
1732026-07-26T04:24:48.270Z Downloaded cstr-argument v0.1.2
1742026-07-26T04:24:48.274Z Downloaded pretty-hex v0.4.2
1752026-07-26T04:24:48.274Z Downloaded embedded-io v0.4.0
1762026-07-26T04:24:48.274Z Downloaded foreign-types-macros v0.2.3
1772026-07-26T04:24:48.277Z Downloaded cfg-if v1.0.4
1782026-07-26T04:24:48.277Z Downloaded embedded-io v0.6.1
1792026-07-26T04:24:48.281Z Downloaded tabwriter v1.4.1
1802026-07-26T04:24:48.284Z Downloaded utf8parse v0.2.2
1812026-07-26T04:24:48.284Z Downloaded bitflags v1.3.2
1822026-07-26T04:24:48.287Z Downloaded bitflags v2.13.0
1832026-07-26T04:24:48.293Z Downloaded terminal_size v0.4.4
1842026-07-26T04:24:48.305Z Downloaded strsim v0.11.1
1852026-07-26T04:24:48.308Z Downloaded managed v0.8.0
1862026-07-26T04:24:48.312Z Downloaded clap_derive v4.6.1
1872026-07-26T04:24:48.315Z Downloaded ref-cast-impl v1.0.25
1882026-07-26T04:24:48.322Z Downloaded ref-cast v1.0.25
1892026-07-26T04:24:48.326Z Downloaded macaddr v1.0.1
1902026-07-26T04:24:48.326Z Downloaded toml_parser v1.1.2+spec-1.1.0
1912026-07-26T04:24:48.329Z Downloaded ingot-macros v0.2.0
1922026-07-26T04:24:48.329Z Downloaded ingot-types v0.2.0
1932026-07-26T04:24:48.332Z Downloaded version_check v0.9.5
1942026-07-26T04:24:48.333Z Downloaded ingot v0.2.0
1952026-07-26T04:24:48.333Z Downloaded oxnet v0.1.6
1962026-07-26T04:24:48.336Z Downloaded rustversion v1.0.23
1972026-07-26T04:24:48.336Z Downloaded thiserror v2.0.18
1982026-07-26T04:24:48.340Z Downloaded thiserror-impl v2.0.18
1992026-07-26T04:24:48.343Z Downloaded anstyle v1.0.14
2002026-07-26T04:24:48.347Z Downloaded pin-project-lite v0.2.17
2012026-07-26T04:24:48.350Z Downloaded num_enum v0.7.6
2022026-07-26T04:24:48.354Z Downloaded num_enum_derive v0.7.6
2032026-07-26T04:24:48.354Z Downloaded proc-macro-crate v3.5.0
2042026-07-26T04:24:48.359Z Downloaded tracing-attributes v0.1.31
2052026-07-26T04:24:48.368Z Downloaded quote v1.0.46
2062026-07-26T04:24:48.371Z Downloaded rand_core v0.10.1
2072026-07-26T04:24:48.375Z Downloaded colored v3.1.1
2082026-07-26T04:24:48.379Z Downloaded ipnetwork v0.21.1
2092026-07-26T04:24:48.379Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2102026-07-26T04:24:48.379Z Downloaded unicode-ident v1.0.24
2112026-07-26T04:24:48.383Z Downloaded darling_core v0.23.0
2122026-07-26T04:24:48.388Z Downloaded postcard v1.1.3
2132026-07-26T04:24:48.391Z Downloaded once_cell v1.21.4
2142026-07-26T04:24:48.407Z Downloaded socket2 v0.6.4
2152026-07-26T04:24:48.411Z Downloaded serde_derive v1.0.228
2162026-07-26T04:24:48.411Z Downloaded getrandom v0.4.3
2172026-07-26T04:24:48.423Z Downloaded tracing-core v0.1.36
2182026-07-26T04:24:48.432Z Downloaded uuid v1.23.5
2192026-07-26T04:24:48.435Z Downloaded serde_core v1.0.228
2202026-07-26T04:24:48.441Z Downloaded proc-macro2 v1.0.106
2212026-07-26T04:24:48.460Z Downloaded toml_edit v0.25.12+spec-1.1.0
2222026-07-26T04:24:48.473Z Downloaded serde v1.0.228
2232026-07-26T04:24:48.481Z Downloaded indexmap v2.14.0
2242026-07-26T04:24:48.485Z Downloaded rand v0.10.2
2252026-07-26T04:24:48.488Z Downloaded zerocopy-derive v0.8.54
2262026-07-26T04:24:48.493Z Downloaded memchr v2.8.3
2272026-07-26T04:24:48.496Z Downloaded hashbrown v0.17.1
2282026-07-26T04:24:48.496Z Downloaded aho-corasick v1.1.4
2292026-07-26T04:24:48.501Z Downloaded heapless v0.9.3
2302026-07-26T04:24:48.530Z Downloaded regex v1.13.0
2312026-07-26T04:24:48.539Z Downloaded itertools v0.15.0
2322026-07-26T04:24:48.561Z Downloaded winnow v1.0.3
2332026-07-26T04:24:48.603Z Downloaded syn v1.0.109
2342026-07-26T04:24:48.608Z Downloaded unicode-width v0.2.2
2352026-07-26T04:24:48.612Z Downloaded zerocopy v0.8.54
2362026-07-26T04:24:48.629Z Downloaded syn v2.0.118
2372026-07-26T04:24:48.650Z Downloaded smoltcp v0.13.1
2382026-07-26T04:24:48.657Z Downloaded regex-syntax v0.8.11
2392026-07-26T04:24:48.666Z Downloaded rustix v1.1.4
2402026-07-26T04:24:48.682Z Downloaded tracing v0.1.44
2412026-07-26T04:24:48.701Z Downloaded regex-automata v0.4.15
2422026-07-26T04:24:48.713Z Downloaded libc v0.2.186
2432026-07-26T04:24:48.775Z Compiling proc-macro2 v1.0.106
2442026-07-26T04:24:48.775Z Compiling quote v1.0.46
2452026-07-26T04:24:48.775Z Compiling unicode-ident v1.0.24
2462026-07-26T04:24:48.778Z Compiling serde_core v1.0.228
2472026-07-26T04:24:48.778Z Compiling libc v0.2.186
2482026-07-26T04:24:48.778Z Checking cfg-if v1.0.4
2492026-07-26T04:24:48.778Z Compiling ident_case v1.0.1
2502026-07-26T04:24:48.778Z Compiling thiserror v2.0.18
2512026-07-26T04:24:48.898Z Compiling strsim v0.11.1
2522026-07-26T04:24:48.965Z Compiling memchr v2.8.3
2532026-07-26T04:24:48.968Z Compiling regex-syntax v0.8.11
2542026-07-26T04:24:49.188Z Compiling serde v1.0.228
2552026-07-26T04:24:49.233Z Compiling either v1.16.0
2562026-07-26T04:24:49.385Z Compiling aho-corasick v1.1.4
2572026-07-26T04:24:49.428Z Compiling equivalent v1.0.2
2582026-07-26T04:24:49.480Z Compiling winnow v1.0.3
2592026-07-26T04:24:49.502Z Compiling anyhow v1.0.103
2602026-07-26T04:24:49.531Z Compiling hashbrown v0.17.1
2612026-07-26T04:24:49.538Z Compiling zerocopy v0.8.54
2622026-07-26T04:24:49.938Z Compiling itertools v0.15.0
2632026-07-26T04:24:50.050Z Compiling syn v2.0.118
2642026-07-26T04:24:50.105Z Compiling indexmap v2.14.0
2652026-07-26T04:24:50.116Z Checking byteorder v1.5.0
2662026-07-26T04:24:50.280Z Compiling toml_datetime v1.1.1+spec-1.1.0
2672026-07-26T04:24:50.505Z Compiling regex-automata v0.4.15
2682026-07-26T04:24:50.537Z Compiling toml_parser v1.1.2+spec-1.1.0
2692026-07-26T04:24:50.709Z Checking bitflags v2.13.0
2702026-07-26T04:24:50.745Z Compiling heapless v0.9.3
2712026-07-26T04:24:50.834Z Checking hash32 v0.3.1
2722026-07-26T04:24:50.880Z Checking stable_deref_trait v1.2.1
2732026-07-26T04:24:50.943Z Compiling toml_edit v0.25.12+spec-1.1.0
2742026-07-26T04:24:50.947Z Compiling rustversion v1.0.23
2752026-07-26T04:24:51.060Z Compiling syn v1.0.109
2762026-07-26T04:24:51.092Z Checking macaddr v1.0.1
2772026-07-26T04:24:51.201Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2782026-07-26T04:24:51.230Z Compiling smoltcp v0.13.1
2792026-07-26T04:24:51.317Z Compiling getrandom v0.4.3
2802026-07-26T04:24:51.394Z Checking rand_core v0.10.1
2812026-07-26T04:24:51.436Z Checking bitflags v1.3.2
2822026-07-26T04:24:51.497Z Compiling proc-macro-crate v3.5.0
2832026-07-26T04:24:51.525Z Compiling rustix v1.1.4
2842026-07-26T04:24:51.562Z Checking managed v0.8.0
2852026-07-26T04:24:51.580Z Compiling version_check v0.9.5
2862026-07-26T04:24:51.738Z Compiling ref-cast v1.0.25
2872026-07-26T04:24:51.798Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2882026-07-26T04:24:51.877Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2892026-07-26T04:24:52.049Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2902026-07-26T04:24:52.074Z Checking errno v0.3.14
2912026-07-26T04:24:52.080Z Checking foreign-types-shared v0.3.1
2922026-07-26T04:24:52.183Z Compiling regex v1.13.0
2932026-07-26T04:24:52.353Z Checking unicode-width v0.2.2
2942026-07-26T04:24:52.507Z Checking ipnetwork v0.21.1
2952026-07-26T04:24:52.563Z Checking once_cell v1.21.4
2962026-07-26T04:24:52.572Z Checking utf8parse v0.2.2
2972026-07-26T04:24:52.593Z Checking cpufeatures v0.3.0
2982026-07-26T04:24:52.654Z Compiling darling_core v0.23.0
2992026-07-26T04:24:52.661Z Checking anstyle-parse v1.0.0
3002026-07-26T04:24:52.676Z Checking chacha20 v0.10.1
3012026-07-26T04:24:52.729Z Checking tracing-core v0.1.36
3022026-07-26T04:24:52.799Z Checking tabwriter v1.4.1
3032026-07-26T04:24:52.868Z Checking cstr-argument v0.1.2
3042026-07-26T04:24:53.176Z Checking pretty-hex v0.4.2
3052026-07-26T04:24:53.183Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
3062026-07-26T04:24:53.287Z Checking anstyle-query v1.1.5
3072026-07-26T04:24:53.295Z Checking colorchoice v1.0.5
3082026-07-26T04:24:53.321Z Checking anstyle v1.0.14
3092026-07-26T04:24:53.373Z Checking dyn-clone v1.0.20
3102026-07-26T04:24:53.385Z Checking pin-project-lite v0.2.17
3112026-07-26T04:24:53.396Z Checking is_terminal_polyfill v1.70.2
3122026-07-26T04:24:53.443Z Checking terminal_size v0.4.4
3132026-07-26T04:24:53.474Z Checking rand v0.10.2
3142026-07-26T04:24:53.492Z Checking anstream v1.0.0
3152026-07-26T04:24:53.531Z Checking uuid v1.23.5
3162026-07-26T04:24:53.666Z Checking socket2 v0.6.4
3172026-07-26T04:24:53.687Z Checking oxnet v0.1.6
3182026-07-26T04:24:53.770Z Compiling heck v0.5.0
3192026-07-26T04:24:53.862Z Compiling thiserror-impl v2.0.18
3202026-07-26T04:24:53.866Z Compiling serde_derive v1.0.228
3212026-07-26T04:24:53.908Z Compiling zerocopy-derive v0.8.54
3222026-07-26T04:24:53.928Z Compiling num_enum_derive v0.7.6
3232026-07-26T04:24:53.938Z Compiling foreign-types-macros v0.2.3
3242026-07-26T04:24:53.963Z Compiling ref-cast-impl v1.0.25
3252026-07-26T04:24:54.538Z Checking foreign-types v0.5.0
3262026-07-26T04:24:54.602Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3272026-07-26T04:24:54.626Z Compiling tracing-attributes v0.1.31
3282026-07-26T04:24:54.747Z Compiling darling_macro v0.23.0
3292026-07-26T04:24:54.898Z Checking num_enum v0.7.6
3302026-07-26T04:24:55.030Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3312026-07-26T04:24:55.182Z Checking cobs v0.3.0
3322026-07-26T04:24:55.197Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3332026-07-26T04:24:55.236Z Checking clap_lex v1.1.0
3342026-07-26T04:24:55.289Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3352026-07-26T04:24:55.322Z Checking colored v3.1.1
3362026-07-26T04:24:55.331Z Compiling darling v0.23.0
3372026-07-26T04:24:55.384Z Checking clap_builder v4.6.0
3382026-07-26T04:24:55.400Z Compiling ingot-macros v0.2.0
3392026-07-26T04:24:55.514Z Compiling clap_derive v4.6.1
3402026-07-26T04:24:55.774Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3412026-07-26T04:24:55.870Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3422026-07-26T04:24:55.898Z Checking tracing v0.1.44
3432026-07-26T04:24:56.875Z Checking clap v4.6.1
3442026-07-26T04:24:56.982Z Checking postcard v1.1.3
3452026-07-26T04:24:57.904Z Checking ingot-types v0.2.0
3462026-07-26T04:24:58.172Z Checking ingot v0.2.0
3472026-07-26T04:24:59.473Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3482026-07-26T04:24:59.641Zerror[E0423]: expected function, tuple struct or tuple variant, found struct `smoltcp::wire::Ipv6Address`
3492026-07-26T04:24:59.642Z --> crates/opte-api/src/ip.rs:914:20
3502026-07-26T04:24:59.642Z |
3512026-07-26T04:24:59.642Z914 | let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3522026-07-26T04:24:59.642Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3532026-07-26T04:24:59.642Z |
3542026-07-26T04:24:59.642Z --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/ip_addr.rs:168:0
3552026-07-26T04:24:59.642Z |
3562026-07-26T04:24:59.642Z = note: `smoltcp::wire::Ipv6Address` defined here
3572026-07-26T04:24:59.642Zhelp: you might have meant to use an associated function to build this type
3582026-07-26T04:24:59.642Z |
3592026-07-26T04:24:59.642Z914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3602026-07-26T04:24:59.642Z914 + let sip6 = smoltcp::wire::Ipv6Address::new(_, _, _, _, _, _, _, _);
3612026-07-26T04:24:59.642Z |
3622026-07-26T04:24:59.642Z914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3632026-07-26T04:24:59.642Z914 + let sip6 = smoltcp::wire::Ipv6Address::from_bits(_);
3642026-07-26T04:24:59.642Z |
3652026-07-26T04:24:59.642Z914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3662026-07-26T04:24:59.642Z914 + let sip6 = smoltcp::wire::Ipv6Address::from_segments(_);
3672026-07-26T04:24:59.642Z |
3682026-07-26T04:24:59.642Z914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3692026-07-26T04:24:59.642Z914 + let sip6 = smoltcp::wire::Ipv6Address::from_octets(_);
3702026-07-26T04:24:59.642Z |
3712026-07-26T04:24:59.642Z
3722026-07-26T04:24:59.737Zerror[E0119]: conflicting implementations of trait `core::convert::From<core::net::Ipv4Addr>` for type `ip::Ipv4Addr`
3732026-07-26T04:24:59.737Z --> crates/opte-api/src/ip.rs:575:1
3742026-07-26T04:24:59.737Z |
3752026-07-26T04:24:59.737Z563 | impl From<core::net::Ipv4Addr> for Ipv4Addr {
3762026-07-26T04:24:59.737Z | ------------------------------------------- first implementation here
3772026-07-26T04:24:59.737Z...
3782026-07-26T04:24:59.737Z575 | impl From<smoltcp::wire::Ipv4Address> for Ipv4Addr {
3792026-07-26T04:24:59.737Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv4Addr`
3802026-07-26T04:24:59.737Z
3812026-07-26T04:24:59.737Zerror[E0119]: conflicting implementations of trait `core::convert::From<ip::Ipv4Addr>` for type `core::net::Ipv4Addr`
3822026-07-26T04:24:59.737Z --> crates/opte-api/src/ip.rs:582:1
3832026-07-26T04:24:59.738Z |
3842026-07-26T04:24:59.738Z569 | impl From<Ipv4Addr> for core::net::Ipv4Addr {
3852026-07-26T04:24:59.738Z | ------------------------------------------- first implementation here
3862026-07-26T04:24:59.738Z...
3872026-07-26T04:24:59.738Z582 | impl From<Ipv4Addr> for smoltcp::wire::Ipv4Address {
3882026-07-26T04:24:59.738Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::net::Ipv4Addr`
3892026-07-26T04:24:59.738Z
3902026-07-26T04:24:59.738Zerror[E0119]: conflicting implementations of trait `core::convert::From<core::net::Ipv6Addr>` for type `ip::Ipv6Addr`
3912026-07-26T04:24:59.738Z --> crates/opte-api/src/ip.rs:931:1
3922026-07-26T04:24:59.738Z |
3932026-07-26T04:24:59.738Z919 | impl From<core::net::Ipv6Addr> for Ipv6Addr {
3942026-07-26T04:24:59.738Z | ------------------------------------------- first implementation here
3952026-07-26T04:24:59.738Z...
3962026-07-26T04:24:59.738Z931 | impl From<smoltcp::wire::Ipv6Address> for Ipv6Addr {
3972026-07-26T04:24:59.738Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv6Addr`
3982026-07-26T04:24:59.738Z
3992026-07-26T04:24:59.745Zerror[E0119]: conflicting implementations of trait `core::convert::From<ip::Ipv6Addr>` for type `core::net::Ipv6Addr`
4002026-07-26T04:24:59.745Z --> crates/opte-api/src/ip.rs:940:1
4012026-07-26T04:24:59.745Z |
4022026-07-26T04:24:59.745Z925 | impl From<Ipv6Addr> for core::net::Ipv6Addr {
4032026-07-26T04:24:59.745Z | ------------------------------------------- first implementation here
4042026-07-26T04:24:59.745Z...
4052026-07-26T04:24:59.745Z940 | impl From<Ipv6Addr> for smoltcp::wire::Ipv6Address {
4062026-07-26T04:24:59.745Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::net::Ipv6Addr`
4072026-07-26T04:24:59.745Z
4082026-07-26T04:24:59.880Zerror[E0599]: no method named `as_bytes` found for struct `core::net::Ipv4Addr` in the current scope
4092026-07-26T04:24:59.881Z --> crates/opte-api/src/ip.rs:577:29
4102026-07-26T04:24:59.881Z |
4112026-07-26T04:24:59.881Z577 | let bytes = smolip4.as_bytes();
4122026-07-26T04:24:59.881Z | ^^^^^^^^ method not found in `core::net::Ipv4Addr`
4132026-07-26T04:24:59.881Z
4142026-07-26T04:24:59.887Zerror[E0599]: no associated function or constant named `from_bytes` found for struct `core::net::Ipv4Addr` in the current scope
4152026-07-26T04:24:59.887Z --> crates/opte-api/src/ip.rs:584:15
4162026-07-26T04:24:59.887Z |
4172026-07-26T04:24:59.887Z584 | Self::from_bytes(&ip)
4182026-07-26T04:24:59.887Z | ^^^^^^^^^^ associated function or constant not found in `core::net::Ipv4Addr`
4192026-07-26T04:24:59.887Z |
4202026-07-26T04:24:59.888Znote: if you're trying to build a new `core::net::Ipv4Addr` consider using one of the following associated functions:
4212026-07-26T04:24:59.888Z core::net::Ipv4Addr::new
4222026-07-26T04:24:59.888Z core::net::Ipv4Addr::from_bits
4232026-07-26T04:24:59.888Z core::net::Ipv4Addr::from_octets
4242026-07-26T04:24:59.888Z core::net::parser::<impl core::net::Ipv4Addr>::parse_ascii
4252026-07-26T04:24:59.888Z --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/ip_addr.rs:543:4
4262026-07-26T04:24:59.888Z --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/parser.rs:336:4
4272026-07-26T04:24:59.888Zhelp: there is an associated function `from_bits` with a similar name
4282026-07-26T04:24:59.888Z |
4292026-07-26T04:24:59.888Z584 - Self::from_bytes(&ip)
4302026-07-26T04:24:59.888Z584 + Self::from_bits(&ip)
4312026-07-26T04:24:59.888Z |
4322026-07-26T04:24:59.888Z
4332026-07-26T04:24:59.901Zerror[E0599]: no method named `as_bytes` found for struct `core::net::Ipv6Addr` in the current scope
4342026-07-26T04:24:59.901Z --> crates/opte-api/src/ip.rs:935:34
4352026-07-26T04:24:59.901Z |
4362026-07-26T04:24:59.901Z935 | let bytes: [u8; 16] = ip.as_bytes().try_into().unwrap();
4372026-07-26T04:24:59.901Z | ^^^^^^^^ method not found in `core::net::Ipv6Addr`
4382026-07-26T04:24:59.901Z
4392026-07-26T04:24:59.910Zerror[E0599]: no associated function or constant named `from_bytes` found for struct `core::net::Ipv6Addr` in the current scope
4402026-07-26T04:24:59.910Z --> crates/opte-api/src/ip.rs:943:15
4412026-07-26T04:24:59.910Z |
4422026-07-26T04:24:59.910Z943 | Self::from_bytes(&ip)
4432026-07-26T04:24:59.910Z | ^^^^^^^^^^ associated function or constant not found in `core::net::Ipv6Addr`
4442026-07-26T04:24:59.910Z |
4452026-07-26T04:24:59.910Znote: if you're trying to build a new `core::net::Ipv6Addr` consider using one of the following associated functions:
4462026-07-26T04:24:59.910Z core::net::Ipv6Addr::new
4472026-07-26T04:24:59.911Z core::net::Ipv6Addr::from_bits
4482026-07-26T04:24:59.911Z core::net::Ipv6Addr::from_segments
4492026-07-26T04:24:59.911Z core::net::Ipv6Addr::from_octets
4502026-07-26T04:24:59.911Z core::net::parser::<impl core::net::Ipv6Addr>::parse_ascii
4512026-07-26T04:24:59.911Z --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/ip_addr.rs:1347:4
4522026-07-26T04:24:59.911Z --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/parser.rs:367:4
4532026-07-26T04:24:59.911Zhelp: there is an associated function `from_bits` with a similar name
4542026-07-26T04:24:59.911Z |
4552026-07-26T04:24:59.911Z943 - Self::from_bytes(&ip)
4562026-07-26T04:24:59.911Z943 + Self::from_bits(&ip)
4572026-07-26T04:24:59.911Z |
4582026-07-26T04:24:59.911Z
4592026-07-26T04:25:00.292ZSome errors have detailed explanations: E0119, E0423, E0599.
4602026-07-26T04:25:00.292ZFor more information about an error, try `rustc --explain E0119`.
4612026-07-26T04:25:00.320Zerror: could not compile `opte-api` (lib) due to 9 previous errors
4622026-07-26T04:25:00.423Z
4632026-07-26T04:25:00.423Zreal 16.421708167
4642026-07-26T04:25:00.423Zuser 52.050035879
4652026-07-26T04:25:00.423Zsys 12.666119133
4662026-07-26T04:25:00.423Ztrap 0.048106099
4672026-07-26T04:25:00.423Ztflt 0.094561597
4682026-07-26T04:25:00.423Zdflt 0.158362351
4692026-07-26T04:25:00.424Zkflt 0.006416273
4702026-07-26T04:25:00.424Zlock 3:29.875040108
4712026-07-26T04:25:00.424Zslp 2:56.028910789
4722026-07-26T04:25:00.424Zlat 3.446951321
4732026-07-26T04:25:00.424Zstop 13.390671400
4742026-07-26T04:25:00.428Zprocess exited: duration 32640 ms, exit code 101
 
4752026-07-26T04:25:00.435Zfound 0 output files
4762026-07-26T04:25:00.439Zupload error: rule "/work/debug/opteadm" required a match, but was not used
4772026-07-26T04:25:00.439Zupload error: rule "/work/debug/opteadm.debug.sha256" required a match, but was not used
4782026-07-26T04:25:00.439Zupload error: rule "/work/release/opteadm" required a match, but was not used
4792026-07-26T04:25:00.439Zupload error: rule "/work/release/opteadm.release.sha256" required a match, but was not used