01M0VFRS7V6GEHNWQA84K5PZQW: opte-p5p

BasicConfig {
    output_rules: [
        "=/out/opte.p5p",
        "=/out/opte.p5p.sha256",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/out/opte.p5p",
            series: "repo",
            name: "opte.p5p",
        },
        BasicConfigPublish {
            from_output: "/out/opte.p5p.sha256",
            series: "repo",
            name: "opte.p5p.sha256",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01M0VFTW9SNHRJWZ8CN83T96Z5

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T03:37:10.624Zjob assigned to worker 01M0VFTZVHX4X2R3THXVJMPESZ [factory aws, i-02b7e349a46fb228e] (queued for 56 s)
 
22026-08-25T03:37:16.701Zstarting task 0: "setup"
32026-08-25T03:37:16.706Z++ uname -s
42026-08-25T03:37:16.710Z+ kern=SunOS
52026-08-25T03:37:16.710Z+ build_user=build
62026-08-25T03:37:16.710Z+ build_uid=12345
72026-08-25T03:37:16.710Z+ work_dir=/work
82026-08-25T03:37:16.710Z+ input_dir=/input
92026-08-25T03:37:16.711Z+ [[ 0 == 12345 ]]
102026-08-25T03:37:16.711Z+ case "$kern" in
112026-08-25T03:37:16.711Z+ groupadd -g 12345 build
122026-08-25T03:37:16.711Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T03:37:18.717Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T03:37:18.803Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T03:37:18.839Z+ home_fs=zfs
162026-08-25T03:37:18.839Z+ [[ zfs == autofs ]]
172026-08-25T03:37:18.839Z+ mkdir -p /home/build
182026-08-25T03:37:18.839Z+ chown build:build /home/build /work
192026-08-25T03:37:20.799Z+ chmod 0700 /home/build /work
202026-08-25T03:37:20.813Zprocess exited: duration 4087 ms, exit code 0
 
212026-08-25T03:37:20.840Zstarting task 1: "rust-toolchain"
222026-08-25T03:37:20.867Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-25T03:37:20.867Z * rust toolchain channel = "1.97.1"
242026-08-25T03:37:20.867Z * rust toolchain profile = "default"
252026-08-25T03:37:20.867Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-25T03:37:20.867Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-25T03:37:20.868Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-25T03:37:20.868Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T03:37:20.868Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T03:37:20.917Zinfo: downloading installer
312026-08-25T03:37:22.183Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T03:37:22.183Zwarn: /home/build/.rustup/settings.toml
332026-08-25T03:37:22.184Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T03:37:22.184Zwarn: instead of the one inferred from the default host triple.
352026-08-25T03:37:22.204Zinfo: profile set to default
362026-08-25T03:37:22.204Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T03:37:22.204Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T03:37:22.328Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T03:37:22.351Zinfo: downloading 6 components
402026-08-25T03:37:37.041Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-25T03:37:37.041Z
422026-08-25T03:37:37.069Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T03:37:37.069Z
442026-08-25T03:37:37.078Z
452026-08-25T03:37:37.078ZRust is installed now. Great!
462026-08-25T03:37:37.078Z
472026-08-25T03:37:37.078ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T03:37:37.078Zenvironment variable. This has not been done automatically.
492026-08-25T03:37:37.078Z
502026-08-25T03:37:37.078ZTo configure your current shell, you need to source
512026-08-25T03:37:37.078Zthe corresponding env file under $HOME/.cargo.
522026-08-25T03:37:37.078Z
532026-08-25T03:37:37.079ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T03:37:37.079Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T03:37:37.079Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T03:37:37.079Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T03:37:37.079Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T03:37:37.079Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T03:37:37.079Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T03:37:37.079Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T03:37:37.079Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T03:37:37.183Z+ rustup --version
632026-08-25T03:37:37.197Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T03:37:37.197Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T03:37:37.211Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T03:37:37.211Z+ cargo --version
672026-08-25T03:37:37.218Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T03:37:37.218Z+ rustc --version
692026-08-25T03:37:37.239Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T03:37:37.251Zprocess exited: duration 16407 ms, exit code 0
 
712026-08-25T03:37:37.263Zstarting task 2: "authentication"
722026-08-25T03:37:37.421ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-08-25T03:37:59.576Zprocess exited: duration 22313 ms, exit code 0
 
742026-08-25T03:37:59.585Zstarting task 3: "clone repository"
752026-08-25T03:37:59.589Z+ mkdir -p /work/oxidecomputer/opte
762026-08-25T03:37:59.597Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
772026-08-25T03:37:59.619ZCloning into '/work/oxidecomputer/opte'...
782026-08-25T03:38:00.742Z+ cd /work/oxidecomputer/opte
792026-08-25T03:38:00.746Z+ git fetch origin 39fef36e9da51b993e1bd1695ee5276195085b45
802026-08-25T03:38:01.089ZFrom https://github.com/oxidecomputer/opte
812026-08-25T03:38:01.089Z * branch 39fef36e9da51b993e1bd1695ee5276195085b45 -> FETCH_HEAD
822026-08-25T03:38:01.099Z+ [[ -n renovate/smoltcp-0.x ]]
832026-08-25T03:38:01.099Z++ git branch --show-current
842026-08-25T03:38:01.099Z+ current=master
852026-08-25T03:38:01.099Z+ [[ master != renovate/smoltcp-0.x ]]
862026-08-25T03:38:01.099Z+ git branch -f renovate/smoltcp-0.x 39fef36e9da51b993e1bd1695ee5276195085b45
872026-08-25T03:38:01.100Z+ git checkout -f renovate/smoltcp-0.x
882026-08-25T03:38:01.100ZSwitched to branch 'renovate/smoltcp-0.x'
892026-08-25T03:38:01.100Z+ git reset --hard 39fef36e9da51b993e1bd1695ee5276195085b45
902026-08-25T03:38:01.100ZHEAD is now at 39fef36 Update Rust crate smoltcp to 0.14
912026-08-25T03:38:01.100Zprocess exited: duration 1473 ms, exit code 0
 
922026-08-25T03:38:01.108Zstarting task 4: "build"
932026-08-25T03:38:01.111Z+ source .github/buildomat/common.sh
942026-08-25T03:38:01.111Z++ rustup show active-toolchain
952026-08-25T03:38:01.116Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
962026-08-25T03:38:01.119Z++ pushd xde
972026-08-25T03:38:01.119Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
982026-08-25T03:38:01.119Z++ rustup show active-toolchain
992026-08-25T03:38:01.123Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
1002026-08-25T03:38:01.282Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1012026-08-25T03:38:01.285Zinfo: downloading 6 components
1022026-08-25T03:38:15.625Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1032026-08-25T03:38:15.715Z+++ rustup show active-toolchain -v
1042026-08-25T03:38:15.718Z+++ head -n 1
1052026-08-25T03:38:15.718Z+++ cut '-d ' -f1
1062026-08-25T03:38:15.769Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-08-25T03:38:15.769Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1082026-08-25T03:38:15.769Z++ popd
1092026-08-25T03:38:15.772Z/work/oxidecomputer/opte
1102026-08-25T03:38:15.772Z+ TGT_BASE=/work
1112026-08-25T03:38:15.772Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1122026-08-25T03:38:15.772Z+ REL_TGT=/work/release
1132026-08-25T03:38:15.772Z+ mkdir -p /work/release
1142026-08-25T03:38:15.772Z+ cargo --version
1152026-08-25T03:38:15.781Zcargo 1.97.1 (c980f4866 2026-06-30)
1162026-08-25T03:38:15.784Z+ rustc --version
1172026-08-25T03:38:15.805Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1182026-08-25T03:38:15.809Z+ header 'build xde and opteadm (release+debug)'
1192026-08-25T03:38:15.809Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1202026-08-25T03:38:15.809Z# ==== build xde and opteadm (release+debug) ==== #
1212026-08-25T03:38:15.809Z+ ptime -m cargo xtask build --profile all
1222026-08-25T03:38:15.898Z Updating crates.io index
1232026-08-25T03:38:15.901Z Updating git repository `https://github.com/oxidecomputer/falcon`
1242026-08-25T03:38:16.621Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1252026-08-25T03:38:17.224Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1262026-08-25T03:38:17.494Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1272026-08-25T03:38:17.897Z Updating git repository `https://github.com/oxidecomputer/zone`
1282026-08-25T03:38:18.176Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1292026-08-25T03:38:18.481Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1302026-08-25T03:38:19.846Z Downloading crates ...
1312026-08-25T03:38:19.876Z Downloaded anstyle v1.0.14
1322026-08-25T03:38:19.884Z Downloaded semver v1.0.28
1332026-08-25T03:38:19.884Z Downloaded camino v1.2.4
1342026-08-25T03:38:19.884Z Downloaded heck v0.5.0
1352026-08-25T03:38:19.889Z Downloaded clap v4.6.1
1362026-08-25T03:38:19.889Z Downloaded clap_lex v1.1.0
1372026-08-25T03:38:19.889Z Downloaded cargo-platform v0.3.3
1382026-08-25T03:38:19.889Z Downloaded equivalent v1.0.2
1392026-08-25T03:38:19.889Z Downloaded terminal_size v0.4.4
1402026-08-25T03:38:19.903Z Downloaded toml_writer v1.1.1+spec-1.1.0
1412026-08-25T03:38:19.909Z Downloaded strsim v0.11.1
1422026-08-25T03:38:19.909Z Downloaded anstyle-query v1.1.5
1432026-08-25T03:38:19.909Z Downloaded utf8parse v0.2.2
1442026-08-25T03:38:19.909Z Downloaded errno v0.3.14
1452026-08-25T03:38:19.909Z Downloaded itoa v1.0.18
1462026-08-25T03:38:19.909Z Downloaded anstyle-parse v1.0.0
1472026-08-25T03:38:19.919Z Downloaded colorchoice v1.0.5
1482026-08-25T03:38:19.927Z Downloaded cargo_metadata v0.23.1
1492026-08-25T03:38:19.934Z Downloaded serde_spanned v1.1.1
1502026-08-25T03:38:19.944Z Downloaded thiserror-impl v2.0.18
1512026-08-25T03:38:19.944Z Downloaded indexmap v2.14.0
1522026-08-25T03:38:19.944Z Downloaded thiserror v2.0.18
1532026-08-25T03:38:19.944Z Downloaded zmij v1.0.22
1542026-08-25T03:38:19.944Z Downloaded quote v1.0.46
1552026-08-25T03:38:19.954Z Downloaded is_terminal_polyfill v1.70.2
1562026-08-25T03:38:19.954Z Downloaded clap_derive v4.6.1
1572026-08-25T03:38:19.954Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1582026-08-25T03:38:19.963Z Downloaded anyhow v1.0.103
1592026-08-25T03:38:19.970Z Downloaded anstream v1.0.0
1602026-08-25T03:38:19.970Z Downloaded toml_parser v1.1.2+spec-1.1.0
1612026-08-25T03:38:19.970Z Downloaded unicode-ident v1.0.24
1622026-08-25T03:38:19.970Z Downloaded clap_builder v4.6.0
1632026-08-25T03:38:19.974Z Downloaded proc-macro2 v1.0.106
1642026-08-25T03:38:19.974Z Downloaded toml v1.1.2+spec-1.1.0
1652026-08-25T03:38:19.975Z Downloaded serde_core v1.0.228
1662026-08-25T03:38:19.978Z Downloaded bitflags v2.13.0
1672026-08-25T03:38:19.978Z Downloaded serde_derive v1.0.228
1682026-08-25T03:38:19.981Z Downloaded memchr v2.8.3
1692026-08-25T03:38:19.984Z Downloaded serde v1.0.228
1702026-08-25T03:38:19.992Z Downloaded serde_json v1.0.150
1712026-08-25T03:38:19.996Z Downloaded hashbrown v0.17.1
1722026-08-25T03:38:20.010Z Downloaded winnow v1.0.3
1732026-08-25T03:38:20.024Z Downloaded syn v2.0.118
1742026-08-25T03:38:20.045Z Downloaded rustix v1.1.4
1752026-08-25T03:38:20.071Z Downloaded libc v0.2.186
1762026-08-25T03:38:20.113Z Compiling proc-macro2 v1.0.106
1772026-08-25T03:38:20.113Z Compiling serde_core v1.0.228
1782026-08-25T03:38:20.117Z Compiling quote v1.0.46
1792026-08-25T03:38:20.118Z Compiling unicode-ident v1.0.24
1802026-08-25T03:38:20.118Z Compiling libc v0.2.186
1812026-08-25T03:38:20.118Z Compiling rustix v1.1.4
1822026-08-25T03:38:20.118Z Compiling utf8parse v0.2.2
1832026-08-25T03:38:20.118Z Compiling zmij v1.0.22
1842026-08-25T03:38:20.309Z Compiling bitflags v2.13.0
1852026-08-25T03:38:20.317Z Compiling anstyle-parse v1.0.0
1862026-08-25T03:38:20.528Z Compiling colorchoice v1.0.5
1872026-08-25T03:38:20.577Z Compiling anstyle v1.0.14
1882026-08-25T03:38:20.577Z Compiling serde_json v1.0.150
1892026-08-25T03:38:20.689Z Compiling camino v1.2.4
1902026-08-25T03:38:20.764Z Compiling serde v1.0.228
1912026-08-25T03:38:20.784Z Compiling is_terminal_polyfill v1.70.2
1922026-08-25T03:38:20.814Z Compiling anstyle-query v1.1.5
1932026-08-25T03:38:20.849Z Compiling thiserror v2.0.18
1942026-08-25T03:38:20.995Z Compiling errno v0.3.14
1952026-08-25T03:38:21.030Z Compiling anstream v1.0.0
1962026-08-25T03:38:21.052Z Compiling anyhow v1.0.103
1972026-08-25T03:38:21.133Z Compiling heck v0.5.0
1982026-08-25T03:38:21.326Z Compiling winnow v1.0.3
1992026-08-25T03:38:21.349Z Compiling itoa v1.0.18
2002026-08-25T03:38:21.360Z Compiling strsim v0.11.1
2012026-08-25T03:38:21.420Z Compiling memchr v2.8.3
2022026-08-25T03:38:21.453Z Compiling syn v2.0.118
2032026-08-25T03:38:21.492Z Compiling clap_lex v1.1.0
2042026-08-25T03:38:21.641Z Compiling terminal_size v0.4.4
2052026-08-25T03:38:21.719Z Compiling clap_builder v4.6.0
2062026-08-25T03:38:21.754Z Compiling toml_parser v1.1.2+spec-1.1.0
2072026-08-25T03:38:22.071Z Compiling toml_writer v1.1.1+spec-1.1.0
2082026-08-25T03:38:22.435Z Compiling toml_datetime v1.1.1+spec-1.1.0
2092026-08-25T03:38:22.704Z Compiling serde_spanned v1.1.1
2102026-08-25T03:38:22.824Z Compiling cargo-platform v0.3.3
2112026-08-25T03:38:22.911Z Compiling semver v1.0.28
2122026-08-25T03:38:23.017Z Compiling toml v1.1.2+spec-1.1.0
2132026-08-25T03:38:23.855Z Compiling thiserror-impl v2.0.18
2142026-08-25T03:38:24.137Z Compiling serde_derive v1.0.228
2152026-08-25T03:38:24.174Z Compiling clap_derive v4.6.1
2162026-08-25T03:38:25.807Z Compiling clap v4.6.1
2172026-08-25T03:38:27.163Z Compiling cargo_metadata v0.23.1
2182026-08-25T03:38:29.585Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2192026-08-25T03:38:31.212Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.32s
2202026-08-25T03:38:31.258Z Running `target/debug/xtask build --profile all`
2212026-08-25T03:38:32.689ZBuilding opteadm (release).
2222026-08-25T03:38:32.783Z Compiling proc-macro2 v1.0.106
2232026-08-25T03:38:32.783Z Compiling unicode-ident v1.0.24
2242026-08-25T03:38:32.783Z Compiling quote v1.0.46
2252026-08-25T03:38:32.783Z Compiling serde_core v1.0.228
2262026-08-25T03:38:32.783Z Compiling libc v0.2.186
2272026-08-25T03:38:32.795Z Compiling cfg-if v1.0.4
2282026-08-25T03:38:32.795Z Compiling memchr v2.8.3
2292026-08-25T03:38:32.795Z Compiling strsim v0.11.1
2302026-08-25T03:38:32.862Z Compiling thiserror v2.0.18
2312026-08-25T03:38:32.891Z Compiling ident_case v1.0.1
2322026-08-25T03:38:33.028Z Compiling regex-syntax v0.8.11
2332026-08-25T03:38:33.054Z Compiling anyhow v1.0.103
2342026-08-25T03:38:33.076Z Compiling hashbrown v0.17.1
2352026-08-25T03:38:33.330Z Compiling aho-corasick v1.1.4
2362026-08-25T03:38:33.382Z Compiling winnow v1.0.3
2372026-08-25T03:38:33.382Z Compiling either v1.16.0
2382026-08-25T03:38:33.454Z Compiling zerocopy v0.8.54
2392026-08-25T03:38:33.518Z Compiling serde v1.0.228
2402026-08-25T03:38:33.628Z Compiling equivalent v1.0.2
2412026-08-25T03:38:33.660Z Compiling indexmap v2.14.0
2422026-08-25T03:38:33.873Z Compiling itertools v0.15.0
2432026-08-25T03:38:34.038Z Compiling heapless v0.9.3
2442026-08-25T03:38:34.049Z Compiling syn v2.0.118
2452026-08-25T03:38:34.176Z Compiling toml_datetime v1.1.1+spec-1.1.0
2462026-08-25T03:38:34.239Z Compiling toml_parser v1.1.2+spec-1.1.0
2472026-08-25T03:38:34.332Z Compiling byteorder v1.5.0
2482026-08-25T03:38:34.356Z Compiling regex-automata v0.4.15
2492026-08-25T03:38:34.486Z Compiling hash32 v0.3.1
2502026-08-25T03:38:34.648Z Compiling toml_edit v0.25.12+spec-1.1.0
2512026-08-25T03:38:34.762Z Compiling macaddr v1.0.1
2522026-08-25T03:38:34.789Z Compiling smoltcp v0.14.0
2532026-08-25T03:38:34.968Z Compiling bitflags v2.13.0
2542026-08-25T03:38:34.985Z Compiling stable_deref_trait v1.2.1
2552026-08-25T03:38:34.985Z Compiling syn v1.0.109
2562026-08-25T03:38:35.097Z Compiling rustversion v1.0.23
2572026-08-25T03:38:35.116Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2582026-08-25T03:38:35.137Z Compiling proc-macro-crate v3.5.0
2592026-08-25T03:38:35.298Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2602026-08-25T03:38:35.375Z Compiling getrandom v0.4.3
2612026-08-25T03:38:35.429Z Compiling rand_core v0.10.1
2622026-08-25T03:38:35.501Z Compiling ref-cast v1.0.25
2632026-08-25T03:38:35.505Z Compiling rustix v1.1.4
2642026-08-25T03:38:35.572Z Compiling managed v0.8.0
2652026-08-25T03:38:35.576Z Compiling bitflags v1.3.2
2662026-08-25T03:38:35.608Z Compiling version_check v0.9.5
2672026-08-25T03:38:35.815Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2682026-08-25T03:38:35.857Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2692026-08-25T03:38:36.015Z Compiling errno v0.3.14
2702026-08-25T03:38:36.065Z Compiling regex v1.13.0
2712026-08-25T03:38:36.151Z Compiling unicode-width v0.2.2
2722026-08-25T03:38:36.181Z Compiling cpufeatures v0.3.0
2732026-08-25T03:38:36.198Z Compiling utf8parse v0.2.2
2742026-08-25T03:38:36.294Z Compiling ipnetwork v0.21.1
2752026-08-25T03:38:36.437Z Compiling once_cell v1.21.4
2762026-08-25T03:38:36.453Z Compiling foreign-types-shared v0.3.1
2772026-08-25T03:38:36.531Z Compiling tabwriter v1.4.1
2782026-08-25T03:38:36.672Z Compiling darling_core v0.23.0
2792026-08-25T03:38:36.679Z Compiling cstr-argument v0.1.2
2802026-08-25T03:38:36.808Z Compiling tracing-core v0.1.36
2812026-08-25T03:38:36.857Z Compiling anstyle-parse v1.0.0
2822026-08-25T03:38:36.951Z Compiling chacha20 v0.10.1
2832026-08-25T03:38:37.519Z Compiling dyn-clone v1.0.20
2842026-08-25T03:38:37.565Z Compiling anstyle-query v1.1.5
2852026-08-25T03:38:37.644Z Compiling pin-project-lite v0.2.17
2862026-08-25T03:38:37.644Z Compiling pretty-hex v0.4.2
2872026-08-25T03:38:37.653Z Compiling colorchoice v1.0.5
2882026-08-25T03:38:37.725Z Compiling anstyle v1.0.14
2892026-08-25T03:38:37.743Z Compiling is_terminal_polyfill v1.70.2
2902026-08-25T03:38:37.762Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
2912026-08-25T03:38:37.810Z Compiling thiserror-impl v2.0.18
2922026-08-25T03:38:37.821Z Compiling zerocopy-derive v0.8.54
2932026-08-25T03:38:37.872Z Compiling serde_derive v1.0.228
2942026-08-25T03:38:37.950Z Compiling foreign-types-macros v0.2.3
2952026-08-25T03:38:37.953Z Compiling num_enum_derive v0.7.6
2962026-08-25T03:38:38.589Z Compiling ref-cast-impl v1.0.25
2972026-08-25T03:38:38.761Z Compiling darling_macro v0.23.0
2982026-08-25T03:38:38.913Z Compiling num_enum v0.7.6
2992026-08-25T03:38:38.942Z Compiling foreign-types v0.5.0
3002026-08-25T03:38:39.014Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3012026-08-25T03:38:39.037Z Compiling tracing-attributes v0.1.31
3022026-08-25T03:38:39.069Z Compiling cobs v0.3.0
3032026-08-25T03:38:39.126Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3042026-08-25T03:38:39.214Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3052026-08-25T03:38:39.261Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3062026-08-25T03:38:39.275Z Compiling darling v0.23.0
3072026-08-25T03:38:39.356Z Compiling ingot-macros v0.2.0
3082026-08-25T03:38:39.395Z Compiling anstream v1.0.0
3092026-08-25T03:38:39.561Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3102026-08-25T03:38:39.594Z Compiling terminal_size v0.4.4
3112026-08-25T03:38:39.707Z Compiling rand v0.10.2
3122026-08-25T03:38:39.749Z Compiling uuid v1.23.5
3132026-08-25T03:38:39.791Z Compiling socket2 v0.6.4
3142026-08-25T03:38:40.173Z Compiling tracing v0.1.44
3152026-08-25T03:38:40.200Z Compiling clap_lex v1.1.0
3162026-08-25T03:38:40.437Z Compiling heck v0.5.0
3172026-08-25T03:38:40.540Z Compiling oxnet v0.1.6
3182026-08-25T03:38:40.599Z Compiling colored v3.1.1
3192026-08-25T03:38:40.606Z Compiling clap_derive v4.6.1
3202026-08-25T03:38:40.821Z Compiling clap_builder v4.6.0
3212026-08-25T03:38:41.066Z Compiling postcard v1.1.3
3222026-08-25T03:38:41.096Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3232026-08-25T03:38:42.183Z Compiling ingot-types v0.2.0
3242026-08-25T03:38:42.518Z Compiling ingot v0.2.0
3252026-08-25T03:38:42.659Z Compiling clap v4.6.1
3262026-08-25T03:38:44.168Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3272026-08-25T03:38:44.320Zerror[E0423]: expected function, tuple struct or tuple variant, found struct `smoltcp::wire::Ipv6Address`
3282026-08-25T03:38:44.321Z --> crates/opte-api/src/ip.rs:914:20
3292026-08-25T03:38:44.321Z |
3302026-08-25T03:38:44.321Z914 | let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3312026-08-25T03:38:44.321Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3322026-08-25T03:38:44.321Z |
3332026-08-25T03:38:44.321Z --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/ip_addr.rs:168:0
3342026-08-25T03:38:44.321Z |
3352026-08-25T03:38:44.321Z = note: `smoltcp::wire::Ipv6Address` defined here
3362026-08-25T03:38:44.321Zhelp: you might have meant to use an associated function to build this type
3372026-08-25T03:38:44.321Z |
3382026-08-25T03:38:44.321Z914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3392026-08-25T03:38:44.321Z914 + let sip6 = smoltcp::wire::Ipv6Address::new(_, _, _, _, _, _, _, _);
3402026-08-25T03:38:44.321Z |
3412026-08-25T03:38:44.321Z914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3422026-08-25T03:38:44.321Z914 + let sip6 = smoltcp::wire::Ipv6Address::from_bits(_);
3432026-08-25T03:38:44.321Z |
3442026-08-25T03:38:44.321Z914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3452026-08-25T03:38:44.321Z914 + let sip6 = smoltcp::wire::Ipv6Address::from_segments(_);
3462026-08-25T03:38:44.321Z |
3472026-08-25T03:38:44.321Z914 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3482026-08-25T03:38:44.321Z914 + let sip6 = smoltcp::wire::Ipv6Address::from_octets(_);
3492026-08-25T03:38:44.321Z |
3502026-08-25T03:38:44.321Z
3512026-08-25T03:38:44.382Zerror[E0119]: conflicting implementations of trait `From<Ipv4Address>` for type `ip::Ipv4Addr`
3522026-08-25T03:38:44.382Z --> crates/opte-api/src/ip.rs:575:1
3532026-08-25T03:38:44.382Z |
3542026-08-25T03:38:44.382Z563 | impl From<core::net::Ipv4Addr> for Ipv4Addr {
3552026-08-25T03:38:44.382Z | ------------------------------------------- first implementation here
3562026-08-25T03:38:44.382Z...
3572026-08-25T03:38:44.382Z575 | impl From<smoltcp::wire::Ipv4Address> for Ipv4Addr {
3582026-08-25T03:38:44.382Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv4Addr`
3592026-08-25T03:38:44.382Z
3602026-08-25T03:38:44.382Zerror[E0119]: conflicting implementations of trait `From<ip::Ipv4Addr>` for type `Ipv4Address`
3612026-08-25T03:38:44.382Z --> crates/opte-api/src/ip.rs:582:1
3622026-08-25T03:38:44.382Z |
3632026-08-25T03:38:44.382Z569 | impl From<Ipv4Addr> for core::net::Ipv4Addr {
3642026-08-25T03:38:44.383Z | ------------------------------------------- first implementation here
3652026-08-25T03:38:44.383Z...
3662026-08-25T03:38:44.383Z582 | impl From<Ipv4Addr> for smoltcp::wire::Ipv4Address {
3672026-08-25T03:38:44.383Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `Ipv4Address`
3682026-08-25T03:38:44.383Z
3692026-08-25T03:38:44.383Zerror[E0119]: conflicting implementations of trait `From<Ipv6Address>` for type `ip::Ipv6Addr`
3702026-08-25T03:38:44.383Z --> crates/opte-api/src/ip.rs:931:1
3712026-08-25T03:38:44.383Z |
3722026-08-25T03:38:44.383Z919 | impl From<core::net::Ipv6Addr> for Ipv6Addr {
3732026-08-25T03:38:44.383Z | ------------------------------------------- first implementation here
3742026-08-25T03:38:44.383Z...
3752026-08-25T03:38:44.383Z931 | impl From<smoltcp::wire::Ipv6Address> for Ipv6Addr {
3762026-08-25T03:38:44.383Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv6Addr`
3772026-08-25T03:38:44.383Z
3782026-08-25T03:38:44.383Zerror[E0119]: conflicting implementations of trait `From<ip::Ipv6Addr>` for type `Ipv6Address`
3792026-08-25T03:38:44.383Z --> crates/opte-api/src/ip.rs:940:1
3802026-08-25T03:38:44.383Z |
3812026-08-25T03:38:44.383Z925 | impl From<Ipv6Addr> for core::net::Ipv6Addr {
3822026-08-25T03:38:44.383Z | ------------------------------------------- first implementation here
3832026-08-25T03:38:44.383Z...
3842026-08-25T03:38:44.384Z940 | impl From<Ipv6Addr> for smoltcp::wire::Ipv6Address {
3852026-08-25T03:38:44.384Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `Ipv6Address`
3862026-08-25T03:38:44.384Z
3872026-08-25T03:38:44.508Zerror[E0599]: no method named `as_bytes` found for struct `Ipv4Address` in the current scope
3882026-08-25T03:38:44.508Z --> crates/opte-api/src/ip.rs:577:29
3892026-08-25T03:38:44.508Z |
3902026-08-25T03:38:44.508Z577 | let bytes = smolip4.as_bytes();
3912026-08-25T03:38:44.508Z | ^^^^^^^^ method not found in `Ipv4Address`
3922026-08-25T03:38:44.508Z
3932026-08-25T03:38:44.516Zerror[E0599]: no associated function or constant named `from_bytes` found for struct `Ipv4Address` in the current scope
3942026-08-25T03:38:44.516Z --> crates/opte-api/src/ip.rs:584:15
3952026-08-25T03:38:44.516Z |
3962026-08-25T03:38:44.516Z584 | Self::from_bytes(&ip)
3972026-08-25T03:38:44.516Z | ^^^^^^^^^^ associated function or constant not found in `Ipv4Address`
3982026-08-25T03:38:44.517Z |
3992026-08-25T03:38:44.517Znote: if you're trying to build a new `Ipv4Address` consider using one of the following associated functions:
4002026-08-25T03:38:44.517Z Ipv4Address::new
4012026-08-25T03:38:44.517Z Ipv4Address::from_bits
4022026-08-25T03:38:44.517Z Ipv4Address::from_octets
4032026-08-25T03:38:44.517Z core::net::parser::<impl Ipv4Address>::parse_ascii
4042026-08-25T03:38:44.517Z --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/ip_addr.rs:543:4
4052026-08-25T03:38:44.517Z --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/parser.rs:336:4
4062026-08-25T03:38:44.517Zhelp: there is an associated function `from_bits` with a similar name
4072026-08-25T03:38:44.517Z |
4082026-08-25T03:38:44.517Z584 - Self::from_bytes(&ip)
4092026-08-25T03:38:44.517Z584 + Self::from_bits(&ip)
4102026-08-25T03:38:44.517Z |
4112026-08-25T03:38:44.517Z
4122026-08-25T03:38:44.531Zerror[E0599]: no method named `as_bytes` found for struct `Ipv6Address` in the current scope
4132026-08-25T03:38:44.531Z --> crates/opte-api/src/ip.rs:935:34
4142026-08-25T03:38:44.531Z |
4152026-08-25T03:38:44.531Z935 | let bytes: [u8; 16] = ip.as_bytes().try_into().unwrap();
4162026-08-25T03:38:44.531Z | ^^^^^^^^ method not found in `Ipv6Address`
4172026-08-25T03:38:44.531Z
4182026-08-25T03:38:44.535Zerror[E0599]: no associated function or constant named `from_bytes` found for struct `Ipv6Address` in the current scope
4192026-08-25T03:38:44.535Z --> crates/opte-api/src/ip.rs:943:15
4202026-08-25T03:38:44.535Z |
4212026-08-25T03:38:44.535Z943 | Self::from_bytes(&ip)
4222026-08-25T03:38:44.535Z | ^^^^^^^^^^ associated function or constant not found in `Ipv6Address`
4232026-08-25T03:38:44.535Z |
4242026-08-25T03:38:44.535Znote: if you're trying to build a new `Ipv6Address` consider using one of the following associated functions:
4252026-08-25T03:38:44.535Z Ipv6Address::new
4262026-08-25T03:38:44.535Z Ipv6Address::from_bits
4272026-08-25T03:38:44.535Z Ipv6Address::from_segments
4282026-08-25T03:38:44.535Z Ipv6Address::from_octets
4292026-08-25T03:38:44.535Z core::net::parser::<impl Ipv6Address>::parse_ascii
4302026-08-25T03:38:44.535Z --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/ip_addr.rs:1347:4
4312026-08-25T03:38:44.535Z --> /rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library/core/src/net/parser.rs:367:4
4322026-08-25T03:38:44.535Zhelp: there is an associated function `from_bits` with a similar name
4332026-08-25T03:38:44.535Z |
4342026-08-25T03:38:44.535Z943 - Self::from_bytes(&ip)
4352026-08-25T03:38:44.535Z943 + Self::from_bits(&ip)
4362026-08-25T03:38:44.535Z |
4372026-08-25T03:38:44.536Z
4382026-08-25T03:38:44.897ZSome errors have detailed explanations: E0119, E0423, E0599.
4392026-08-25T03:38:44.897ZFor more information about an error, try `rustc --explain E0119`.
4402026-08-25T03:38:44.926Zerror: could not compile `opte-api` (lib) due to 9 previous errors
4412026-08-25T03:38:44.956ZError: failed to build "opteadm"
4422026-08-25T03:38:44.956Z
4432026-08-25T03:38:44.957ZCaused by:
4442026-08-25T03:38:44.957Z failed to run (status exit status: 101)
4452026-08-25T03:38:44.964Z
4462026-08-25T03:38:44.964Zreal 29.146507217
4472026-08-25T03:38:44.964Zuser 2:01.852847568
4482026-08-25T03:38:44.964Zsys 18.464510482
4492026-08-25T03:38:44.964Ztrap 0.079729243
4502026-08-25T03:38:44.964Ztflt 0.204047711
4512026-08-25T03:38:44.964Zdflt 0.539038567
4522026-08-25T03:38:44.964Zkflt 0.006379070
4532026-08-25T03:38:44.964Zlock 7:05.800538174
4542026-08-25T03:38:44.964Zslp 5:12.457192838
4552026-08-25T03:38:44.964Zlat 7.631894777
4562026-08-25T03:38:44.964Zstop 13.923421527
4572026-08-25T03:38:44.965Zprocess exited: duration 43845 ms, exit code 1
 
4582026-08-25T03:38:44.972Zfound 0 output files
4592026-08-25T03:38:44.972Zupload error: rule "/out/opte.p5p" required a match, but was not used
4602026-08-25T03:38:44.972Zupload error: rule "/out/opte.p5p.sha256" required a match, but was not used