01M0VFRS807VW9YNW3WB4MTYWA: 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: 01M0VFTX7RFVW0PPC5Z37VW735

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T03:37:11.645Zjob assigned to worker 01M0VFV28DGC92VTNA2ARKER1F [factory aws, i-024ac04df999bdb1c] (queued for 56 s)
 
22026-08-25T03:37:18.496Zstarting task 0: "setup"
32026-08-25T03:37:18.504Z++ uname -s
42026-08-25T03:37:18.504Z+ kern=SunOS
52026-08-25T03:37:18.504Z+ build_user=build
62026-08-25T03:37:18.504Z+ build_uid=12345
72026-08-25T03:37:18.504Z+ work_dir=/work
82026-08-25T03:37:18.504Z+ input_dir=/input
92026-08-25T03:37:18.504Z+ [[ 0 == 12345 ]]
102026-08-25T03:37:18.504Z+ case "$kern" in
112026-08-25T03:37:18.504Z+ groupadd -g 12345 build
122026-08-25T03:37:18.505Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T03:37:20.545Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T03:37:20.623Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T03:37:20.633Z+ home_fs=zfs
162026-08-25T03:37:20.633Z+ [[ zfs == autofs ]]
172026-08-25T03:37:20.633Z+ mkdir -p /home/build
182026-08-25T03:37:20.633Z+ chown build:build /home/build /work
192026-08-25T03:37:22.615Z+ chmod 0700 /home/build /work
202026-08-25T03:37:22.760Zprocess exited: duration 4099 ms, exit code 0
 
212026-08-25T03:37:22.883Zstarting task 1: "rust-toolchain"
222026-08-25T03:37:22.894Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-25T03:37:22.894Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-25T03:37:22.894Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-25T03:37:22.894Z * rust toolchain channel = "1.97.1"
262026-08-25T03:37:22.894Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-25T03:37:22.894Z * rust toolchain profile = "default"
282026-08-25T03:37:22.894Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T03:37:22.894Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T03:37:22.982Zinfo: downloading installer
312026-08-25T03:37:24.573Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T03:37:24.573Zwarn: /home/build/.rustup/settings.toml
332026-08-25T03:37:24.573Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T03:37:24.573Zwarn: instead of the one inferred from the default host triple.
352026-08-25T03:37:24.588Zinfo: profile set to default
362026-08-25T03:37:24.588Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T03:37:24.588Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T03:37:24.705Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T03:37:24.717Zinfo: downloading 6 components
402026-08-25T03:37:39.404Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-25T03:37:39.404Z
422026-08-25T03:37:39.432Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T03:37:39.432Z
442026-08-25T03:37:39.432Z
452026-08-25T03:37:39.433ZRust is installed now. Great!
462026-08-25T03:37:39.433Z
472026-08-25T03:37:39.433ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T03:37:39.433Zenvironment variable. This has not been done automatically.
492026-08-25T03:37:39.433Z
502026-08-25T03:37:39.433ZTo configure your current shell, you need to source
512026-08-25T03:37:39.433Zthe corresponding env file under $HOME/.cargo.
522026-08-25T03:37:39.433Z
532026-08-25T03:37:39.433ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T03:37:39.434Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T03:37:39.434Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T03:37:39.434Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T03:37:39.434Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T03:37:39.434Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T03:37:39.434Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T03:37:39.434Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T03:37:39.434Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T03:37:39.505Z+ rustup --version
632026-08-25T03:37:39.520Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T03:37:39.520Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T03:37:39.562Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T03:37:39.562Z+ cargo --version
672026-08-25T03:37:39.573Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T03:37:39.574Z+ rustc --version
692026-08-25T03:37:39.574Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T03:37:39.574Zprocess exited: duration 16702 ms, exit code 0
 
712026-08-25T03:37:39.600Zstarting task 2: "authentication"
722026-08-25T03:37:39.621ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-08-25T03:38:01.755Zprocess exited: duration 22168 ms, exit code 0
 
742026-08-25T03:38:01.764Zstarting task 3: "clone repository"
752026-08-25T03:38:01.769Z+ mkdir -p /work/oxidecomputer/opte
762026-08-25T03:38:01.773Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
772026-08-25T03:38:01.802ZCloning into '/work/oxidecomputer/opte'...
782026-08-25T03:38:02.880Z+ cd /work/oxidecomputer/opte
792026-08-25T03:38:02.883Z+ git fetch origin 39fef36e9da51b993e1bd1695ee5276195085b45
802026-08-25T03:38:03.161ZFrom https://github.com/oxidecomputer/opte
812026-08-25T03:38:03.161Z * branch 39fef36e9da51b993e1bd1695ee5276195085b45 -> FETCH_HEAD
822026-08-25T03:38:03.167Z+ [[ -n renovate/smoltcp-0.x ]]
832026-08-25T03:38:03.171Z++ git branch --show-current
842026-08-25T03:38:03.171Z+ current=master
852026-08-25T03:38:03.171Z+ [[ master != renovate/smoltcp-0.x ]]
862026-08-25T03:38:03.171Z+ git branch -f renovate/smoltcp-0.x 39fef36e9da51b993e1bd1695ee5276195085b45
872026-08-25T03:38:03.174Z+ git checkout -f renovate/smoltcp-0.x
882026-08-25T03:38:03.190ZSwitched to branch 'renovate/smoltcp-0.x'
892026-08-25T03:38:03.193Z+ git reset --hard 39fef36e9da51b993e1bd1695ee5276195085b45
902026-08-25T03:38:03.207ZHEAD is now at 39fef36 Update Rust crate smoltcp to 0.14
912026-08-25T03:38:03.211Zprocess exited: duration 1443 ms, exit code 0
 
922026-08-25T03:38:03.218Zstarting task 4: "build"
932026-08-25T03:38:03.222Z+ source .github/buildomat/common.sh
942026-08-25T03:38:03.225Z++ rustup show active-toolchain
952026-08-25T03:38:03.228Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
962026-08-25T03:38:03.229Z++ pushd xde
972026-08-25T03:38:03.229Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
982026-08-25T03:38:03.229Z++ rustup show active-toolchain
992026-08-25T03:38:03.234Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
1002026-08-25T03:38:03.372Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1012026-08-25T03:38:03.376Zinfo: downloading 6 components
1022026-08-25T03:38:17.395Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1032026-08-25T03:38:17.483Z+++ rustup show active-toolchain -v
1042026-08-25T03:38:17.488Z+++ +++ head -n 1
1052026-08-25T03:38:17.488Zcut '-d ' -f1
1062026-08-25T03:38:17.539Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-08-25T03:38:17.539Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1082026-08-25T03:38:17.539Z++ popd
1092026-08-25T03:38:17.548Z/work/oxidecomputer/opte
1102026-08-25T03:38:17.548Z+ cargo --version
1112026-08-25T03:38:17.552Zcargo 1.97.1 (c980f4866 2026-06-30)
1122026-08-25T03:38:17.552Z+ rustc --version
1132026-08-25T03:38:17.574Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1142026-08-25T03:38:17.577Z+ pushd bin/opteadm
1152026-08-25T03:38:17.577Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1162026-08-25T03:38:17.578Z+ header 'check style'
1172026-08-25T03:38:17.578Z+ echo '# ==== check style ==== #'
1182026-08-25T03:38:17.578Z# ==== check style ==== #
1192026-08-25T03:38:17.578Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1202026-08-25T03:38:17.648Z
1212026-08-25T03:38:17.648Zreal 0.070537378
1222026-08-25T03:38:17.648Zuser 0.039943239
1232026-08-25T03:38:17.648Zsys 0.027396790
1242026-08-25T03:38:17.648Ztrap 0.000018880
1252026-08-25T03:38:17.658Ztflt 0.000005950
1262026-08-25T03:38:17.658Zdflt 0.000001220
1272026-08-25T03:38:17.658Zkflt 0.000000000
1282026-08-25T03:38:17.658Zlock 0.031017262
1292026-08-25T03:38:17.658Zslp 0.050652136
1302026-08-25T03:38:17.658Zlat 0.000143430
1312026-08-25T03:38:17.658Zstop 0.000098020
1322026-08-25T03:38:17.658Z+ header analyze
1332026-08-25T03:38:17.658Z+ echo '# ==== analyze ==== #'
1342026-08-25T03:38:17.658Z# ==== analyze ==== #
1352026-08-25T03:38:17.658Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1362026-08-25T03:38:17.777Z Updating crates.io index
1372026-08-25T03:38:17.782Z Updating git repository `https://github.com/oxidecomputer/falcon`
1382026-08-25T03:38:18.515Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1392026-08-25T03:38:19.078Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1402026-08-25T03:38:19.352Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1412026-08-25T03:38:19.738Z Updating git repository `https://github.com/oxidecomputer/zone`
1422026-08-25T03:38:20.026Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1432026-08-25T03:38:20.348Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1442026-08-25T03:38:22.171Z Downloading crates ...
1452026-08-25T03:38:22.210Z Downloaded defmt v1.1.1
1462026-08-25T03:38:22.238Z Downloaded serde_derive v1.0.228
1472026-08-25T03:38:22.238Z Downloaded socket2 v0.6.4
1482026-08-25T03:38:22.238Z Downloaded thiserror-impl v2.0.18
1492026-08-25T03:38:22.238Z Downloaded anstream v1.0.0
1502026-08-25T03:38:22.258Z Downloaded cpufeatures v0.3.0
1512026-08-25T03:38:22.258Z Downloaded colored v3.1.1
1522026-08-25T03:38:22.258Z Downloaded foreign-types-macros v0.2.3
1532026-08-25T03:38:22.258Z Downloaded darling v0.23.0
1542026-08-25T03:38:22.287Z Downloaded embedded-io v0.6.1
1552026-08-25T03:38:22.288Z Downloaded cfg-if v1.0.4
1562026-08-25T03:38:22.288Z Downloaded clap_lex v1.1.0
1572026-08-25T03:38:22.288Z Downloaded cobs v0.3.0
1582026-08-25T03:38:22.288Z Downloaded cstr-argument v0.1.2
1592026-08-25T03:38:22.288Z Downloaded is_terminal_polyfill v1.70.2
1602026-08-25T03:38:22.288Z Downloaded proc-macro-crate v3.5.0
1612026-08-25T03:38:22.312Z Downloaded heck v0.5.0
1622026-08-25T03:38:22.312Z Downloaded darling_macro v0.23.0
1632026-08-25T03:38:22.312Z Downloaded anstyle-query v1.1.5
1642026-08-25T03:38:22.312Z Downloaded equivalent v1.0.2
1652026-08-25T03:38:22.312Z Downloaded foreign-types v0.5.0
1662026-08-25T03:38:22.312Z Downloaded foreign-types-shared v0.3.1
1672026-08-25T03:38:22.312Z Downloaded version_check v0.9.5
1682026-08-25T03:38:22.313Z Downloaded anstyle v1.0.14
1692026-08-25T03:38:22.313Z Downloaded bitflags v1.3.2
1702026-08-25T03:38:22.313Z Downloaded hash32 v0.3.1
1712026-08-25T03:38:22.313Z Downloaded strsim v0.11.1
1722026-08-25T03:38:22.313Z Downloaded tabwriter v1.4.1
1732026-08-25T03:38:22.313Z Downloaded utf8parse v0.2.2
1742026-08-25T03:38:22.313Z Downloaded macaddr v1.0.1
1752026-08-25T03:38:22.313Z Downloaded defmt-parser v1.0.0
1762026-08-25T03:38:22.313Z Downloaded embedded-io v0.4.0
1772026-08-25T03:38:22.346Z Downloaded errno v0.3.14
1782026-08-25T03:38:22.346Z Downloaded pretty-hex v0.4.2
1792026-08-25T03:38:22.382Z Downloaded stable_deref_trait v1.2.1
1802026-08-25T03:38:22.382Z Downloaded ref-cast v1.0.25
1812026-08-25T03:38:22.382Z Downloaded managed v0.8.0
1822026-08-25T03:38:22.382Z Downloaded terminal_size v0.4.4
1832026-08-25T03:38:22.382Z Downloaded colorchoice v1.0.5
1842026-08-25T03:38:22.382Z Downloaded ident_case v1.0.1
1852026-08-25T03:38:22.382Z Downloaded ipnetwork v0.21.1
1862026-08-25T03:38:22.382Z Downloaded anstyle-parse v1.0.0
1872026-08-25T03:38:22.382Z Downloaded either v1.16.0
1882026-08-25T03:38:22.382Z Downloaded defmt-macros v1.1.1
1892026-08-25T03:38:22.409Z Downloaded num_enum v0.7.6
1902026-08-25T03:38:22.409Z Downloaded rustversion v1.0.23
1912026-08-25T03:38:22.409Z Downloaded ingot-types v0.2.0
1922026-08-25T03:38:22.410Z Downloaded num_enum_derive v0.7.6
1932026-08-25T03:38:22.410Z Downloaded quote v1.0.46
1942026-08-25T03:38:22.410Z Downloaded ref-cast-impl v1.0.25
1952026-08-25T03:38:22.410Z Downloaded rand_core v0.10.1
1962026-08-25T03:38:22.410Z Downloaded ingot v0.2.0
1972026-08-25T03:38:22.410Z Downloaded chacha20 v0.10.1
1982026-08-25T03:38:22.410Z Downloaded clap_derive v4.6.1
1992026-08-25T03:38:22.410Z Downloaded unicode-ident v1.0.24
2002026-08-25T03:38:22.410Z Downloaded byteorder v1.5.0
2012026-08-25T03:38:22.410Z Downloaded dyn-clone v1.0.20
2022026-08-25T03:38:22.443Z Downloaded thiserror v2.0.18
2032026-08-25T03:38:22.443Z Downloaded ingot-macros v0.2.0
2042026-08-25T03:38:22.443Z Downloaded oxnet v0.1.6
2052026-08-25T03:38:22.443Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2062026-08-25T03:38:22.443Z Downloaded anyhow v1.0.103
2072026-08-25T03:38:22.443Z Downloaded pin-project-lite v0.2.17
2082026-08-25T03:38:22.443Z Downloaded tracing-attributes v0.1.31
2092026-08-25T03:38:22.443Z Downloaded once_cell v1.21.4
2102026-08-25T03:38:22.443Z Downloaded toml_parser v1.1.2+spec-1.1.0
2112026-08-25T03:38:22.443Z Downloaded darling_core v0.23.0
2122026-08-25T03:38:22.471Z Downloaded getrandom v0.4.3
2132026-08-25T03:38:22.471Z Downloaded clap v4.6.1
2142026-08-25T03:38:22.471Z Downloaded postcard v1.1.3
2152026-08-25T03:38:22.472Z Downloaded uuid v1.23.5
2162026-08-25T03:38:22.472Z Downloaded serde_core v1.0.228
2172026-08-25T03:38:22.472Z Downloaded tracing-core v0.1.36
2182026-08-25T03:38:22.493Z Downloaded bitflags v2.13.0
2192026-08-25T03:38:22.493Z Downloaded proc-macro2 v1.0.106
2202026-08-25T03:38:22.510Z Downloaded serde v1.0.228
2212026-08-25T03:38:22.510Z Downloaded toml_edit v0.25.12+spec-1.1.0
2222026-08-25T03:38:22.510Z Downloaded indexmap v2.14.0
2232026-08-25T03:38:22.510Z Downloaded aho-corasick v1.1.4
2242026-08-25T03:38:22.527Z Downloaded zerocopy-derive v0.8.54
2252026-08-25T03:38:22.527Z Downloaded rand v0.10.2
2262026-08-25T03:38:22.546Z Downloaded memchr v2.8.3
2272026-08-25T03:38:22.546Z Downloaded heapless v0.9.3
2282026-08-25T03:38:22.569Z Downloaded hashbrown v0.17.1
2292026-08-25T03:38:22.659Z Downloaded itertools v0.15.0
2302026-08-25T03:38:22.659Z Downloaded regex v1.13.0
2312026-08-25T03:38:22.669Z Downloaded winnow v1.0.3
2322026-08-25T03:38:22.669Z Downloaded clap_builder v4.6.0
2332026-08-25T03:38:22.669Z Downloaded regex-automata v0.4.15
2342026-08-25T03:38:22.669Z Downloaded unicode-width v0.2.2
2352026-08-25T03:38:22.669Z Downloaded syn v1.0.109
2362026-08-25T03:38:22.669Z Downloaded zerocopy v0.8.54
2372026-08-25T03:38:22.669Z Downloaded syn v2.0.118
2382026-08-25T03:38:22.669Z Downloaded smoltcp v0.14.0
2392026-08-25T03:38:22.669Z Downloaded regex-syntax v0.8.11
2402026-08-25T03:38:22.705Z Downloaded rustix v1.1.4
2412026-08-25T03:38:22.735Z Downloaded tracing v0.1.44
2422026-08-25T03:38:22.736Z Downloaded libc v0.2.186
2432026-08-25T03:38:22.776Z Compiling proc-macro2 v1.0.106
2442026-08-25T03:38:22.776Z Compiling unicode-ident v1.0.24
2452026-08-25T03:38:22.789Z Compiling quote v1.0.46
2462026-08-25T03:38:22.789Z Compiling serde_core v1.0.228
2472026-08-25T03:38:22.789Z Compiling libc v0.2.186
2482026-08-25T03:38:22.790Z Checking cfg-if v1.0.4
2492026-08-25T03:38:22.790Z Compiling ident_case v1.0.1
2502026-08-25T03:38:22.790Z Compiling memchr v2.8.3
2512026-08-25T03:38:22.886Z Compiling thiserror v2.0.18
2522026-08-25T03:38:22.973Z Compiling strsim v0.11.1
2532026-08-25T03:38:22.973Z Compiling regex-syntax v0.8.11
2542026-08-25T03:38:23.204Z Compiling anyhow v1.0.103
2552026-08-25T03:38:23.233Z Compiling aho-corasick v1.1.4
2562026-08-25T03:38:23.387Z Compiling equivalent v1.0.2
2572026-08-25T03:38:23.433Z Compiling serde v1.0.228
2582026-08-25T03:38:23.463Z Compiling winnow v1.0.3
2592026-08-25T03:38:23.520Z Compiling hashbrown v0.17.1
2602026-08-25T03:38:23.625Z Compiling either v1.16.0
2612026-08-25T03:38:23.690Z Compiling zerocopy v0.8.54
2622026-08-25T03:38:23.743Z Compiling itertools v0.15.0
2632026-08-25T03:38:24.003Z Compiling indexmap v2.14.0
2642026-08-25T03:38:24.060Z Checking byteorder v1.5.0
2652026-08-25T03:38:24.206Z Compiling syn v2.0.118
2662026-08-25T03:38:24.218Z Compiling heapless v0.9.3
2672026-08-25T03:38:24.448Z Compiling regex-automata v0.4.15
2682026-08-25T03:38:24.506Z Compiling toml_parser v1.1.2+spec-1.1.0
2692026-08-25T03:38:24.572Z Compiling toml_datetime v1.1.1+spec-1.1.0
2702026-08-25T03:38:24.590Z Checking bitflags v2.13.0
2712026-08-25T03:38:24.751Z Checking hash32 v0.3.1
2722026-08-25T03:38:24.758Z Compiling syn v1.0.109
2732026-08-25T03:38:24.788Z Compiling rustversion v1.0.23
2742026-08-25T03:38:24.860Z Compiling toml_edit v0.25.12+spec-1.1.0
2752026-08-25T03:38:24.975Z Checking macaddr v1.0.1
2762026-08-25T03:38:25.066Z Compiling smoltcp v0.14.0
2772026-08-25T03:38:25.083Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2782026-08-25T03:38:25.084Z Checking stable_deref_trait v1.2.1
2792026-08-25T03:38:25.147Z Checking managed v0.8.0
2802026-08-25T03:38:25.162Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2812026-08-25T03:38:25.261Z Checking bitflags v1.3.2
2822026-08-25T03:38:25.319Z Compiling version_check v0.9.5
2832026-08-25T03:38:25.324Z Compiling getrandom v0.4.3
2842026-08-25T03:38:25.328Z Checking rand_core v0.10.1
2852026-08-25T03:38:25.355Z Compiling ref-cast v1.0.25
2862026-08-25T03:38:25.450Z Compiling proc-macro-crate v3.5.0
2872026-08-25T03:38:25.568Z Compiling rustix v1.1.4
2882026-08-25T03:38:25.580Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2892026-08-25T03:38:25.856Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2902026-08-25T03:38:25.890Z Checking errno v0.3.14
2912026-08-25T03:38:26.024Z Checking cpufeatures v0.3.0
2922026-08-25T03:38:26.055Z Checking once_cell v1.21.4
2932026-08-25T03:38:26.097Z Compiling regex v1.13.0
2942026-08-25T03:38:26.111Z Checking foreign-types-shared v0.3.1
2952026-08-25T03:38:26.200Z Checking utf8parse v0.2.2
2962026-08-25T03:38:26.242Z Checking ipnetwork v0.21.1
2972026-08-25T03:38:26.288Z Checking unicode-width v0.2.2
2982026-08-25T03:38:26.406Z Checking anstyle-parse v1.0.0
2992026-08-25T03:38:26.472Z Checking tracing-core v0.1.36
3002026-08-25T03:38:26.520Z Checking tabwriter v1.4.1
3012026-08-25T03:38:26.552Z Checking cstr-argument v0.1.2
3022026-08-25T03:38:26.651Z Checking chacha20 v0.10.1
3032026-08-25T03:38:26.848Z Compiling darling_core v0.23.0
3042026-08-25T03:38:26.962Z Checking is_terminal_polyfill v1.70.2
3052026-08-25T03:38:26.997Z Checking anstyle-query v1.1.5
3062026-08-25T03:38:27.049Z Checking dyn-clone v1.0.20
3072026-08-25T03:38:27.055Z Checking anstyle v1.0.14
3082026-08-25T03:38:27.077Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
3092026-08-25T03:38:27.085Z Checking colorchoice v1.0.5
3102026-08-25T03:38:27.125Z Checking pin-project-lite v0.2.17
3112026-08-25T03:38:27.149Z Checking pretty-hex v0.4.2
3122026-08-25T03:38:27.212Z Checking anstream v1.0.0
3132026-08-25T03:38:27.245Z Checking terminal_size v0.4.4
3142026-08-25T03:38:27.283Z Checking rand v0.10.2
3152026-08-25T03:38:27.473Z Checking uuid v1.23.5
3162026-08-25T03:38:27.512Z Checking socket2 v0.6.4
3172026-08-25T03:38:27.512Z Checking colored v3.1.1
3182026-08-25T03:38:27.565Z Compiling heck v0.5.0
3192026-08-25T03:38:27.685Z Checking oxnet v0.1.6
3202026-08-25T03:38:27.772Z Checking clap_lex v1.1.0
3212026-08-25T03:38:27.846Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3222026-08-25T03:38:27.870Z Checking clap_builder v4.6.0
3232026-08-25T03:38:27.985Z Compiling thiserror-impl v2.0.18
3242026-08-25T03:38:28.092Z Compiling serde_derive v1.0.228
3252026-08-25T03:38:28.224Z Compiling zerocopy-derive v0.8.54
3262026-08-25T03:38:28.266Z Compiling num_enum_derive v0.7.6
3272026-08-25T03:38:28.561Z Compiling foreign-types-macros v0.2.3
3282026-08-25T03:38:28.803Z Compiling ref-cast-impl v1.0.25
3292026-08-25T03:38:28.991Z Compiling darling_macro v0.23.0
3302026-08-25T03:38:29.124Z Checking foreign-types v0.5.0
3312026-08-25T03:38:29.173Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3322026-08-25T03:38:29.196Z Compiling tracing-attributes v0.1.31
3332026-08-25T03:38:29.242Z Checking num_enum v0.7.6
3342026-08-25T03:38:29.275Z Checking cobs v0.3.0
3352026-08-25T03:38:29.405Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3362026-08-25T03:38:29.424Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3372026-08-25T03:38:29.503Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3382026-08-25T03:38:29.552Z Compiling darling v0.23.0
3392026-08-25T03:38:29.595Z Compiling clap_derive v4.6.1
3402026-08-25T03:38:29.631Z Compiling ingot-macros v0.2.0
3412026-08-25T03:38:29.642Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3422026-08-25T03:38:30.290Z Checking tracing v0.1.44
3432026-08-25T03:38:30.859Z Checking postcard v1.1.3
3442026-08-25T03:38:30.996Z Checking clap v4.6.1
3452026-08-25T03:38:32.130Z Checking ingot-types v0.2.0
3462026-08-25T03:38:32.402Z Checking ingot v0.2.0
3472026-08-25T03:38:33.689Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3482026-08-25T03:38:33.838Zerror[E0423]: expected function, tuple struct or tuple variant, found struct `smoltcp::wire::Ipv6Address`
3492026-08-25T03:38:33.839Z --> crates/opte-api/src/ip.rs:914:20
3502026-08-25T03:38:33.839Z |
3512026-08-25T03:38:33.839Z914 | let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3522026-08-25T03:38:33.839Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3532026-08-25T03:38:33.839Z |
3542026-08-25T03:38:33.839Z --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/ip_addr.rs:168:0
3552026-08-25T03:38:33.839Z |
3562026-08-25T03:38:33.839Z = note: `smoltcp::wire::Ipv6Address` defined here
3572026-08-25T03:38:33.839Zhelp: you might have meant to use an associated function to build this type
3582026-08-25T03:38:33.839Z |
3592026-08-25T03:38:33.839Z914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3602026-08-25T03:38:33.840Z914 + let sip6 = smoltcp::wire::Ipv6Address::new(_, _, _, _, _, _, _, _);
3612026-08-25T03:38:33.840Z |
3622026-08-25T03:38:33.840Z914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3632026-08-25T03:38:33.840Z914 + let sip6 = smoltcp::wire::Ipv6Address::from_bits(_);
3642026-08-25T03:38:33.840Z |
3652026-08-25T03:38:33.840Z914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3662026-08-25T03:38:33.840Z914 + let sip6 = smoltcp::wire::Ipv6Address::from_segments(_);
3672026-08-25T03:38:33.840Z |
3682026-08-25T03:38:33.840Z914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3692026-08-25T03:38:33.840Z914 + let sip6 = smoltcp::wire::Ipv6Address::from_octets(_);
3702026-08-25T03:38:33.840Z |
3712026-08-25T03:38:33.840Z
3722026-08-25T03:38:34.024Zerror[E0119]: conflicting implementations of trait `core::convert::From<core::net::Ipv4Addr>` for type `ip::Ipv4Addr`
3732026-08-25T03:38:34.024Z --> crates/opte-api/src/ip.rs:575:1
3742026-08-25T03:38:34.024Z |
3752026-08-25T03:38:34.024Z563 | impl From<core::net::Ipv4Addr> for Ipv4Addr {
3762026-08-25T03:38:34.024Z | ------------------------------------------- first implementation here
3772026-08-25T03:38:34.024Z...
3782026-08-25T03:38:34.024Z575 | impl From<smoltcp::wire::Ipv4Address> for Ipv4Addr {
3792026-08-25T03:38:34.024Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv4Addr`
3802026-08-25T03:38:34.024Z
3812026-08-25T03:38:34.024Zerror[E0119]: conflicting implementations of trait `core::convert::From<ip::Ipv4Addr>` for type `core::net::Ipv4Addr`
3822026-08-25T03:38:34.024Z --> crates/opte-api/src/ip.rs:582:1
3832026-08-25T03:38:34.024Z |
3842026-08-25T03:38:34.025Z569 | impl From<Ipv4Addr> for core::net::Ipv4Addr {
3852026-08-25T03:38:34.025Z | ------------------------------------------- first implementation here
3862026-08-25T03:38:34.025Z...
3872026-08-25T03:38:34.025Z582 | impl From<Ipv4Addr> for smoltcp::wire::Ipv4Address {
3882026-08-25T03:38:34.025Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::net::Ipv4Addr`
3892026-08-25T03:38:34.025Z
3902026-08-25T03:38:34.025Zerror[E0119]: conflicting implementations of trait `core::convert::From<core::net::Ipv6Addr>` for type `ip::Ipv6Addr`
3912026-08-25T03:38:34.025Z --> crates/opte-api/src/ip.rs:931:1
3922026-08-25T03:38:34.025Z |
3932026-08-25T03:38:34.025Z919 | impl From<core::net::Ipv6Addr> for Ipv6Addr {
3942026-08-25T03:38:34.025Z | ------------------------------------------- first implementation here
3952026-08-25T03:38:34.025Z...
3962026-08-25T03:38:34.025Z931 | impl From<smoltcp::wire::Ipv6Address> for Ipv6Addr {
3972026-08-25T03:38:34.025Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv6Addr`
3982026-08-25T03:38:34.025Z
3992026-08-25T03:38:34.025Zerror[E0119]: conflicting implementations of trait `core::convert::From<ip::Ipv6Addr>` for type `core::net::Ipv6Addr`
4002026-08-25T03:38:34.025Z --> crates/opte-api/src/ip.rs:940:1
4012026-08-25T03:38:34.025Z |
4022026-08-25T03:38:34.025Z925 | impl From<Ipv6Addr> for core::net::Ipv6Addr {
4032026-08-25T03:38:34.025Z | ------------------------------------------- first implementation here
4042026-08-25T03:38:34.025Z...
4052026-08-25T03:38:34.025Z940 | impl From<Ipv6Addr> for smoltcp::wire::Ipv6Address {
4062026-08-25T03:38:34.025Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `core::net::Ipv6Addr`
4072026-08-25T03:38:34.025Z
4082026-08-25T03:38:34.114Zerror[E0599]: no method named `as_bytes` found for struct `core::net::Ipv4Addr` in the current scope
4092026-08-25T03:38:34.114Z --> crates/opte-api/src/ip.rs:577:29
4102026-08-25T03:38:34.114Z |
4112026-08-25T03:38:34.114Z577 | let bytes = smolip4.as_bytes();
4122026-08-25T03:38:34.114Z | ^^^^^^^^ method not found in `core::net::Ipv4Addr`
4132026-08-25T03:38:34.114Z
4142026-08-25T03:38:34.130Zerror[E0599]: no associated function or constant named `from_bytes` found for struct `core::net::Ipv4Addr` in the current scope
4152026-08-25T03:38:34.130Z --> crates/opte-api/src/ip.rs:584:15
4162026-08-25T03:38:34.130Z |
4172026-08-25T03:38:34.130Z584 | Self::from_bytes(&ip)
4182026-08-25T03:38:34.130Z | ^^^^^^^^^^ associated function or constant not found in `core::net::Ipv4Addr`
4192026-08-25T03:38:34.131Z |
4202026-08-25T03:38:34.131Znote: if you're trying to build a new `core::net::Ipv4Addr` consider using one of the following associated functions:
4212026-08-25T03:38:34.131Z core::net::Ipv4Addr::new
4222026-08-25T03:38:34.131Z core::net::Ipv4Addr::from_bits
4232026-08-25T03:38:34.131Z core::net::Ipv4Addr::from_octets
4242026-08-25T03:38:34.131Z core::net::parser::<impl core::net::Ipv4Addr>::parse_ascii
4252026-08-25T03:38:34.131Z --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/ip_addr.rs:543:4
4262026-08-25T03:38:34.131Z --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/parser.rs:336:4
4272026-08-25T03:38:34.131Zhelp: there is an associated function `from_bits` with a similar name
4282026-08-25T03:38:34.131Z |
4292026-08-25T03:38:34.131Z584 - Self::from_bytes(&ip)
4302026-08-25T03:38:34.131Z584 + Self::from_bits(&ip)
4312026-08-25T03:38:34.131Z |
4322026-08-25T03:38:34.131Z
4332026-08-25T03:38:34.131Zerror[E0599]: no method named `as_bytes` found for struct `core::net::Ipv6Addr` in the current scope
4342026-08-25T03:38:34.131Z --> crates/opte-api/src/ip.rs:935:34
4352026-08-25T03:38:34.132Z |
4362026-08-25T03:38:34.132Z935 | let bytes: [u8; 16] = ip.as_bytes().try_into().unwrap();
4372026-08-25T03:38:34.132Z | ^^^^^^^^ method not found in `core::net::Ipv6Addr`
4382026-08-25T03:38:34.132Z
4392026-08-25T03:38:34.132Zerror[E0599]: no associated function or constant named `from_bytes` found for struct `core::net::Ipv6Addr` in the current scope
4402026-08-25T03:38:34.132Z --> crates/opte-api/src/ip.rs:943:15
4412026-08-25T03:38:34.132Z |
4422026-08-25T03:38:34.132Z943 | Self::from_bytes(&ip)
4432026-08-25T03:38:34.132Z | ^^^^^^^^^^ associated function or constant not found in `core::net::Ipv6Addr`
4442026-08-25T03:38:34.132Z |
4452026-08-25T03:38:34.132Znote: if you're trying to build a new `core::net::Ipv6Addr` consider using one of the following associated functions:
4462026-08-25T03:38:34.132Z core::net::Ipv6Addr::new
4472026-08-25T03:38:34.132Z core::net::Ipv6Addr::from_bits
4482026-08-25T03:38:34.132Z core::net::Ipv6Addr::from_segments
4492026-08-25T03:38:34.132Z core::net::Ipv6Addr::from_octets
4502026-08-25T03:38:34.133Z core::net::parser::<impl core::net::Ipv6Addr>::parse_ascii
4512026-08-25T03:38:34.133Z --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/ip_addr.rs:1347:4
4522026-08-25T03:38:34.133Z --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/parser.rs:367:4
4532026-08-25T03:38:34.133Zhelp: there is an associated function `from_bits` with a similar name
4542026-08-25T03:38:34.133Z |
4552026-08-25T03:38:34.133Z943 - Self::from_bytes(&ip)
4562026-08-25T03:38:34.133Z943 + Self::from_bits(&ip)
4572026-08-25T03:38:34.133Z |
4582026-08-25T03:38:34.133Z
4592026-08-25T03:38:34.532ZSome errors have detailed explanations: E0119, E0423, E0599.
4602026-08-25T03:38:34.532ZFor more information about an error, try `rustc --explain E0119`.
4612026-08-25T03:38:34.571Zerror: could not compile `opte-api` (lib) due to 9 previous errors
4622026-08-25T03:38:34.651Z
4632026-08-25T03:38:34.651Zreal 16.969594309
4642026-08-25T03:38:34.651Zuser 51.413876653
4652026-08-25T03:38:34.651Zsys 12.279649708
4662026-08-25T03:38:34.651Ztrap 0.040040053
4672026-08-25T03:38:34.651Ztflt 0.068113301
4682026-08-25T03:38:34.651Zdflt 0.141116256
4692026-08-25T03:38:34.651Zkflt 0.004777526
4702026-08-25T03:38:34.678Zlock 3:25.249451090
4712026-08-25T03:38:34.678Zslp 2:50.565828666
4722026-08-25T03:38:34.678Zlat 3.061566430
4732026-08-25T03:38:34.678Zstop 12.931096635
4742026-08-25T03:38:34.678Zprocess exited: duration 31404 ms, exit code 101
 
4752026-08-25T03:38:34.727Zfound 0 output files
4762026-08-25T03:38:34.727Zupload error: rule "/work/debug/opteadm" required a match, but was not used
4772026-08-25T03:38:34.727Zupload error: rule "/work/debug/opteadm.debug.sha256" required a match, but was not used
4782026-08-25T03:38:34.727Zupload error: rule "/work/release/opteadm" required a match, but was not used
4792026-08-25T03:38:34.727Zupload error: rule "/work/release/opteadm.release.sha256" required a match, but was not used