01KSVGP34GC6EMBBTY6TSCCW58: 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: 01KSVGPPXGY62J04R83F8Z2GT4

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-30T04:02:21.037Zjob assigned to worker 01KSVGPV1AYH17B1F0DWQ4HD3R [factory aws, i-0ea853eb51b2ad933] (queued for 47 s)
 
22026-05-30T04:02:27.488Zstarting task 0: "setup"
32026-05-30T04:02:27.494Z++ uname -s
42026-05-30T04:02:27.496Z+ kern=SunOS
52026-05-30T04:02:27.497Z+ build_user=build
62026-05-30T04:02:27.497Z+ build_uid=12345
72026-05-30T04:02:27.497Z+ work_dir=/work
82026-05-30T04:02:27.497Z+ input_dir=/input
92026-05-30T04:02:27.497Z+ [[ 0 == 12345 ]]
102026-05-30T04:02:27.497Z+ case "$kern" in
112026-05-30T04:02:27.497Z+ groupadd -g 12345 build
122026-05-30T04:02:27.500Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-30T04:02:29.502Z+ zfs create -o mountpoint=/work rpool/work
142026-05-30T04:02:29.622Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-30T04:02:29.625Z+ home_fs=zfs
162026-05-30T04:02:29.625Z+ [[ zfs == autofs ]]
172026-05-30T04:02:29.625Z+ mkdir -p /home/build
182026-05-30T04:02:29.625Z+ chown build:build /home/build /work
192026-05-30T04:02:31.626Z+ chmod 0700 /home/build /work
202026-05-30T04:02:31.628Zprocess exited: duration 4139 ms, exit code 0
 
212026-05-30T04:02:31.634Zstarting task 1: "rust-toolchain"
222026-05-30T04:02:31.637Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-05-30T04:02:31.637Z * rust toolchain channel = "1.95.0"
242026-05-30T04:02:31.637Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-30T04:02:31.637Z * rust toolchain profile = "default"
262026-05-30T04:02:31.640Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-30T04:02:31.640Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-30T04:02:31.640Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-30T04:02:31.640Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-05-30T04:02:31.730Zinfo: downloading installer
312026-05-30T04:02:33.143Zwarn: It looks like you have an existing rustup settings file at:
322026-05-30T04:02:33.143Zwarn: /home/build/.rustup/settings.toml
332026-05-30T04:02:33.143Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-30T04:02:33.143Zwarn: instead of the one inferred from the default host triple.
352026-05-30T04:02:33.146Zinfo: profile set to default
362026-05-30T04:02:33.146Zinfo: default host triple is x86_64-unknown-illumos
372026-05-30T04:02:33.146Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-05-30T04:02:33.279Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-05-30T04:02:33.282Zinfo: downloading 6 components
402026-05-30T04:02:47.932Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
412026-05-30T04:02:47.932Z
422026-05-30T04:02:47.966Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-05-30T04:02:47.966Z
442026-05-30T04:02:47.966Z
452026-05-30T04:02:47.966ZRust is installed now. Great!
462026-05-30T04:02:47.966Z
472026-05-30T04:02:47.969ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-30T04:02:47.969Zenvironment variable. This has not been done automatically.
492026-05-30T04:02:47.969Z
502026-05-30T04:02:47.969ZTo configure your current shell, you need to source
512026-05-30T04:02:47.969Zthe corresponding env file under $HOME/.cargo.
522026-05-30T04:02:47.969Z
532026-05-30T04:02:47.969ZThis is usually done by running one of the following (note the leading DOT):
542026-05-30T04:02:47.969Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-30T04:02:47.969Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-30T04:02:47.969Zsource "~/.cargo/env.nu" # For nushell
572026-05-30T04:02:47.969Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-30T04:02:47.969Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-30T04:02:47.969Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-30T04:02:47.969Zwarn: no default linker (`cc`) was found in your PATH
612026-05-30T04:02:47.969Zwarn: many Rust crates require a system C toolchain to build
622026-05-30T04:02:48.058Z+ rustup --version
632026-05-30T04:02:48.066Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-30T04:02:48.069Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-30T04:02:48.087Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-05-30T04:02:48.090Z+ cargo --version
672026-05-30T04:02:48.104Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-05-30T04:02:48.107Z+ rustc --version
692026-05-30T04:02:48.126Zrustc 1.95.0 (59807616e 2026-04-14)
702026-05-30T04:02:48.129Zprocess exited: duration 16494 ms, exit code 0
 
712026-05-30T04:02:48.135Zstarting task 2: "authentication"
722026-05-30T04:02:48.151Zprocess exited: duration 16 ms, exit code 0
 
732026-05-30T04:02:48.156Zstarting task 3: "clone repository"
742026-05-30T04:02:48.160Z+ mkdir -p /work/oxidecomputer/opte
752026-05-30T04:02:48.165Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-30T04:02:48.201ZCloning into '/work/oxidecomputer/opte'...
772026-05-30T04:02:48.983Z+ cd /work/oxidecomputer/opte
782026-05-30T04:02:48.983Z+ git fetch origin 24b470b8d12aa183b4fd0951cce5852d1d72761b
792026-05-30T04:02:49.209ZFrom https://github.com/oxidecomputer/opte
802026-05-30T04:02:49.209Z * branch 24b470b8d12aa183b4fd0951cce5852d1d72761b -> FETCH_HEAD
812026-05-30T04:02:49.214Z+ [[ -n renovate/zerocopy-0.x-lockfile ]]
822026-05-30T04:02:49.216Z++ git branch --show-current
832026-05-30T04:02:49.216Z+ current=master
842026-05-30T04:02:49.217Z+ [[ master != renovate/zerocopy-0.x-lockfile ]]
852026-05-30T04:02:49.217Z+ git branch -f renovate/zerocopy-0.x-lockfile 24b470b8d12aa183b4fd0951cce5852d1d72761b
862026-05-30T04:02:49.219Z+ git checkout -f renovate/zerocopy-0.x-lockfile
872026-05-30T04:02:49.236ZSwitched to branch 'renovate/zerocopy-0.x-lockfile'
882026-05-30T04:02:49.238Z+ git reset --hard 24b470b8d12aa183b4fd0951cce5852d1d72761b
892026-05-30T04:02:49.252ZHEAD is now at 24b470b Update Rust crate zerocopy to v0.8.50
902026-05-30T04:02:49.255Zprocess exited: duration 1096 ms, exit code 0
 
912026-05-30T04:02:49.261Zstarting task 4: "build"
922026-05-30T04:02:49.264Z+ source .github/buildomat/common.sh
932026-05-30T04:02:49.267Z++ rustup show active-toolchain
942026-05-30T04:02:49.270Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-30T04:02:49.273Z++ pushd xde
962026-05-30T04:02:49.273Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-05-30T04:02:49.273Z++ rustup show active-toolchain
982026-05-30T04:02:49.276Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-30T04:02:49.413Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-30T04:02:49.416Zinfo: downloading 6 components
1012026-05-30T04:03:02.785Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-30T04:03:02.874Z+++ rustup show active-toolchain -v
1032026-05-30T04:03:02.877Z+++ head -n 1
1042026-05-30T04:03:02.877Z+++ cut '-d ' -f1
1052026-05-30T04:03:02.936Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-30T04:03:02.936Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-30T04:03:02.936Z++ popd
1082026-05-30T04:03:02.939Z/work/oxidecomputer/opte
1092026-05-30T04:03:02.939Z+ TGT_BASE=/work
1102026-05-30T04:03:02.939Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1112026-05-30T04:03:02.939Z+ REL_TGT=/work/release
1122026-05-30T04:03:02.939Z+ mkdir -p /work/release
1132026-05-30T04:03:02.939Z+ cargo --version
1142026-05-30T04:03:02.946Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1152026-05-30T04:03:02.949Z+ rustc --version
1162026-05-30T04:03:02.969Zrustc 1.95.0 (59807616e 2026-04-14)
1172026-05-30T04:03:02.972Z+ header 'build xde and opteadm (release+debug)'
1182026-05-30T04:03:02.972Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1192026-05-30T04:03:02.972Z# ==== build xde and opteadm (release+debug) ==== #
1202026-05-30T04:03:02.972Z+ ptime -m cargo xtask build --profile all
1212026-05-30T04:03:03.079Z Updating crates.io index
1222026-05-30T04:03:03.082Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-05-30T04:03:03.890Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1242026-05-30T04:03:04.177Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1252026-05-30T04:03:04.489Z Updating git repository `https://github.com/oxidecomputer/zone`
1262026-05-30T04:03:04.805Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1272026-05-30T04:03:05.056Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1282026-05-30T04:03:05.283Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1292026-05-30T04:03:06.929Z Downloading crates ...
1302026-05-30T04:03:06.977Z Downloaded anyhow v1.0.102
1312026-05-30T04:03:06.980Z Downloaded colorchoice v1.0.5
1322026-05-30T04:03:06.983Z Downloaded strsim v0.11.1
1332026-05-30T04:03:06.987Z Downloaded anstream v1.0.0
1342026-05-30T04:03:06.993Z Downloaded clap v4.6.1
1352026-05-30T04:03:06.998Z Downloaded anstyle-query v1.1.5
1362026-05-30T04:03:07.000Z Downloaded unicode-ident v1.0.24
1372026-05-30T04:03:07.001Z Downloaded itoa v1.0.18
1382026-05-30T04:03:07.003Z Downloaded anstyle v1.0.14
1392026-05-30T04:03:07.006Z Downloaded serde_core v1.0.228
1402026-05-30T04:03:07.009Z Downloaded serde_spanned v1.1.1
1412026-05-30T04:03:07.009Z Downloaded camino v1.2.2
1422026-05-30T04:03:07.012Z Downloaded anstyle-parse v1.0.0
1432026-05-30T04:03:07.012Z Downloaded clap_derive v4.6.1
1442026-05-30T04:03:07.014Z Downloaded equivalent v1.0.2
1452026-05-30T04:03:07.017Z Downloaded quote v1.0.45
1462026-05-30T04:03:07.017Z Downloaded is_terminal_polyfill v1.70.2
1472026-05-30T04:03:07.019Z Downloaded heck v0.5.0
1482026-05-30T04:03:07.020Z Downloaded errno v0.3.14
1492026-05-30T04:03:07.023Z Downloaded utf8parse v0.2.2
1502026-05-30T04:03:07.025Z Downloaded terminal_size v0.4.4
1512026-05-30T04:03:07.032Z Downloaded toml_writer v1.1.1+spec-1.1.0
1522026-05-30T04:03:07.035Z Downloaded thiserror v2.0.18
1532026-05-30T04:03:07.038Z Downloaded clap_lex v1.1.0
1542026-05-30T04:03:07.041Z Downloaded cargo-platform v0.3.3
1552026-05-30T04:03:07.041Z Downloaded toml_parser v1.1.2+spec-1.1.0
1562026-05-30T04:03:07.046Z Downloaded semver v1.0.28
1572026-05-30T04:03:07.049Z Downloaded bitflags v2.11.1
1582026-05-30T04:03:07.062Z Downloaded proc-macro2 v1.0.106
1592026-05-30T04:03:07.064Z Downloaded zmij v1.0.21
1602026-05-30T04:03:07.064Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1612026-05-30T04:03:07.067Z Downloaded thiserror-impl v2.0.18
1622026-05-30T04:03:07.070Z Downloaded cargo_metadata v0.23.1
1632026-05-30T04:03:07.070Z Downloaded serde_derive v1.0.228
1642026-05-30T04:03:07.082Z Downloaded indexmap v2.14.0
1652026-05-30T04:03:07.085Z Downloaded toml v1.1.2+spec-1.1.0
1662026-05-30T04:03:07.088Z Downloaded serde v1.0.228
1672026-05-30T04:03:07.101Z Downloaded memchr v2.8.0
1682026-05-30T04:03:07.125Z Downloaded hashbrown v0.17.0
1692026-05-30T04:03:07.133Z Downloaded winnow v1.0.2
1702026-05-30T04:03:07.138Z Downloaded serde_json v1.0.149
1712026-05-30T04:03:07.142Z Downloaded clap_builder v4.6.0
1722026-05-30T04:03:07.162Z Downloaded syn v2.0.117
1732026-05-30T04:03:07.175Z Downloaded rustix v1.1.4
1742026-05-30T04:03:07.196Z Downloaded libc v0.2.186
1752026-05-30T04:03:07.245Z Compiling serde_core v1.0.228
1762026-05-30T04:03:07.245Z Compiling proc-macro2 v1.0.106
1772026-05-30T04:03:07.245Z Compiling quote v1.0.45
1782026-05-30T04:03:07.247Z Compiling unicode-ident v1.0.24
1792026-05-30T04:03:07.247Z Compiling libc v0.2.186
1802026-05-30T04:03:07.247Z Compiling rustix v1.1.4
1812026-05-30T04:03:07.247Z Compiling bitflags v2.11.1
1822026-05-30T04:03:07.248Z Compiling zmij v1.0.21
1832026-05-30T04:03:07.456Z Compiling utf8parse v0.2.2
1842026-05-30T04:03:07.554Z Compiling anstyle-parse v1.0.0
1852026-05-30T04:03:07.735Z Compiling is_terminal_polyfill v1.70.2
1862026-05-30T04:03:07.747Z Compiling camino v1.2.2
1872026-05-30T04:03:07.765Z Compiling serde_json v1.0.149
1882026-05-30T04:03:07.787Z Compiling thiserror v2.0.18
1892026-05-30T04:03:07.807Z Compiling anstyle-query v1.1.5
1902026-05-30T04:03:07.876Z Compiling colorchoice v1.0.5
1912026-05-30T04:03:07.906Z Compiling anstyle v1.0.14
1922026-05-30T04:03:07.986Z Compiling serde v1.0.228
1932026-05-30T04:03:08.078Z Compiling errno v0.3.14
1942026-05-30T04:03:08.139Z Compiling anstream v1.0.0
1952026-05-30T04:03:08.240Z Compiling clap_lex v1.1.0
1962026-05-30T04:03:08.326Z Compiling strsim v0.11.1
1972026-05-30T04:03:08.353Z Compiling itoa v1.0.18
1982026-05-30T04:03:08.565Z Compiling syn v2.0.117
1992026-05-30T04:03:08.611Z Compiling memchr v2.8.0
2002026-05-30T04:03:08.618Z Compiling heck v0.5.0
2012026-05-30T04:03:08.650Z Compiling terminal_size v0.4.4
2022026-05-30T04:03:08.661Z Compiling anyhow v1.0.102
2032026-05-30T04:03:08.800Z Compiling winnow v1.0.2
2042026-05-30T04:03:08.806Z Compiling clap_builder v4.6.0
2052026-05-30T04:03:09.189Z Compiling toml_parser v1.1.2+spec-1.1.0
2062026-05-30T04:03:09.218Z Compiling toml_writer v1.1.1+spec-1.1.0
2072026-05-30T04:03:09.769Z Compiling cargo-platform v0.3.3
2082026-05-30T04:03:09.863Z Compiling semver v1.0.28
2092026-05-30T04:03:10.083Z Compiling toml_datetime v1.1.1+spec-1.1.0
2102026-05-30T04:03:10.251Z Compiling serde_spanned v1.1.1
2112026-05-30T04:03:10.354Z Compiling toml v1.1.2+spec-1.1.0
2122026-05-30T04:03:11.004Z Compiling thiserror-impl v2.0.18
2132026-05-30T04:03:11.114Z Compiling serde_derive v1.0.228
2142026-05-30T04:03:11.675Z Compiling clap_derive v4.6.1
2152026-05-30T04:03:13.323Z Compiling clap v4.6.1
2162026-05-30T04:03:14.265Z Compiling cargo_metadata v0.23.1
2172026-05-30T04:03:16.680Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2182026-05-30T04:03:18.252Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.27s
2192026-05-30T04:03:18.348Z Running `target/debug/xtask build --profile all`
2202026-05-30T04:03:19.642ZBuilding opteadm (release).
2212026-05-30T04:03:19.737Z Compiling proc-macro2 v1.0.106
2222026-05-30T04:03:19.737Z Compiling quote v1.0.45
2232026-05-30T04:03:19.737Z Compiling unicode-ident v1.0.24
2242026-05-30T04:03:19.737Z Compiling serde_core v1.0.228
2252026-05-30T04:03:19.737Z Compiling libc v0.2.186
2262026-05-30T04:03:19.740Z Compiling cfg-if v1.0.4
2272026-05-30T04:03:19.740Z Compiling memchr v2.8.0
2282026-05-30T04:03:19.740Z Compiling fnv v1.0.7
2292026-05-30T04:03:19.811Z Compiling strsim v0.11.1
2302026-05-30T04:03:19.834Z Compiling thiserror v2.0.18
2312026-05-30T04:03:19.857Z Compiling ident_case v1.0.1
2322026-05-30T04:03:19.960Z Compiling regex-syntax v0.8.10
2332026-05-30T04:03:20.062Z Compiling zerocopy v0.8.50
2342026-05-30T04:03:20.072Z Compiling anyhow v1.0.102
2352026-05-30T04:03:20.272Z Compiling aho-corasick v1.1.4
2362026-05-30T04:03:20.335Z Compiling either v1.15.0
2372026-05-30T04:03:20.408Z Compiling equivalent v1.0.2
2382026-05-30T04:03:20.429Z Compiling winnow v1.0.2
2392026-05-30T04:03:20.473Z Compiling hashbrown v0.17.0
2402026-05-30T04:03:20.479Z Compiling serde v1.0.228
2412026-05-30T04:03:20.557Z Compiling itertools v0.14.0
2422026-05-30T04:03:20.931Z Compiling syn v2.0.117
2432026-05-30T04:03:20.990Z Compiling indexmap v2.14.0
2442026-05-30T04:03:21.041Z Compiling heapless v0.8.0
2452026-05-30T04:03:21.371Z Compiling toml_datetime v1.1.1+spec-1.1.0
2462026-05-30T04:03:21.524Z Compiling regex-automata v0.4.14
2472026-05-30T04:03:21.593Z Compiling toml_parser v1.1.2+spec-1.1.0
2482026-05-30T04:03:21.653Z Compiling byteorder v1.5.0
2492026-05-30T04:03:21.838Z Compiling hash32 v0.3.1
2502026-05-30T04:03:21.849Z Compiling syn v1.0.109
2512026-05-30T04:03:21.856Z Compiling stable_deref_trait v1.2.1
2522026-05-30T04:03:21.924Z Compiling bitflags v2.11.1
2532026-05-30T04:03:22.049Z Compiling toml_edit v0.25.11+spec-1.1.0
2542026-05-30T04:03:22.097Z Compiling macaddr v1.0.1
2552026-05-30T04:03:22.110Z Compiling rustversion v1.0.22
2562026-05-30T04:03:22.179Z Compiling smoltcp v0.11.0
2572026-05-30T04:03:22.196Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2582026-05-30T04:03:22.312Z Compiling rustix v1.1.4
2592026-05-30T04:03:22.446Z Compiling getrandom v0.4.2
2602026-05-30T04:03:22.493Z Compiling bitflags v1.3.2
2612026-05-30T04:03:22.529Z Compiling ref-cast v1.0.25
2622026-05-30T04:03:22.552Z Compiling managed v0.8.0
2632026-05-30T04:03:22.673Z Compiling proc-macro-crate v3.5.0
2642026-05-30T04:03:22.721Z Compiling rand_core v0.10.1
2652026-05-30T04:03:22.778Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
2662026-05-30T04:03:22.796Z Compiling version_check v0.9.5
2672026-05-30T04:03:23.054Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2682026-05-30T04:03:23.069Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2692026-05-30T04:03:23.092Z Compiling errno v0.3.14
2702026-05-30T04:03:23.234Z Compiling ipnetwork v0.21.1
2712026-05-30T04:03:23.282Z Compiling regex v1.12.3
2722026-05-30T04:03:23.510Z Compiling cpufeatures v0.3.0
2732026-05-30T04:03:23.585Z Compiling utf8parse v0.2.2
2742026-05-30T04:03:23.619Z Compiling unicode-width v0.2.2
2752026-05-30T04:03:23.672Z Compiling darling_core v0.21.3
2762026-05-30T04:03:23.677Z Compiling foreign-types-shared v0.3.1
2772026-05-30T04:03:23.753Z Compiling once_cell v1.21.4
2782026-05-30T04:03:23.907Z Compiling cstr-argument v0.1.2
2792026-05-30T04:03:23.976Z Compiling tracing-core v0.1.36
2802026-05-30T04:03:24.059Z Compiling tabwriter v1.4.1
2812026-05-30T04:03:24.137Z Compiling anstyle-parse v1.0.0
2822026-05-30T04:03:24.198Z Compiling chacha20 v0.10.0
2832026-05-30T04:03:24.773Z Compiling anstyle v1.0.14
2842026-05-30T04:03:24.801Z Compiling anstyle-query v1.1.5
2852026-05-30T04:03:24.818Z Compiling thiserror-impl v2.0.18
2862026-05-30T04:03:24.846Z Compiling serde_derive v1.0.228
2872026-05-30T04:03:24.891Z Compiling zerocopy-derive v0.8.50
2882026-05-30T04:03:25.008Z Compiling num_enum_derive v0.7.6
2892026-05-30T04:03:25.143Z Compiling foreign-types-macros v0.2.3
2902026-05-30T04:03:25.562Z Compiling ref-cast-impl v1.0.25
2912026-05-30T04:03:25.732Z Compiling darling_macro v0.21.3
2922026-05-30T04:03:25.780Z Compiling foreign-types v0.5.0
2932026-05-30T04:03:25.847Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2942026-05-30T04:03:25.995Z Compiling num_enum v0.7.6
2952026-05-30T04:03:26.102Z Compiling cobs v0.3.0
2962026-05-30T04:03:26.110Z Compiling tracing-attributes v0.1.31
2972026-05-30T04:03:26.239Z Compiling dyn-clone v1.0.20
2982026-05-30T04:03:26.346Z Compiling darling v0.21.3
2992026-05-30T04:03:26.348Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3002026-05-30T04:03:26.373Z Compiling pin-project-lite v0.2.17
3012026-05-30T04:03:26.377Z Compiling colorchoice v1.0.5
3022026-05-30T04:03:26.405Z Compiling is_terminal_polyfill v1.70.2
3032026-05-30T04:03:26.412Z Compiling ingot-macros v0.1.1
3042026-05-30T04:03:26.456Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
3052026-05-30T04:03:26.472Z Compiling pretty-hex v0.4.2
3062026-05-30T04:03:26.483Z Compiling anstream v1.0.0
3072026-05-30T04:03:26.619Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
3082026-05-30T04:03:26.709Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3092026-05-30T04:03:26.847Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3102026-05-30T04:03:26.914Z Compiling terminal_size v0.4.4
3112026-05-30T04:03:27.045Z Compiling rand v0.10.1
3122026-05-30T04:03:27.050Z Compiling uuid v1.23.1
3132026-05-30T04:03:27.257Z Compiling socket2 v0.6.3
3142026-05-30T04:03:27.372Z Compiling colored v3.1.1
3152026-05-30T04:03:27.405Z Compiling tracing v0.1.44
3162026-05-30T04:03:27.721Z Compiling clap_lex v1.1.0
3172026-05-30T04:03:27.801Z Compiling oxnet v0.1.5
3182026-05-30T04:03:27.917Z Compiling heck v0.5.0
3192026-05-30T04:03:28.024Z Compiling postcard v1.1.3
3202026-05-30T04:03:28.078Z Compiling clap_builder v4.6.0
3212026-05-30T04:03:28.103Z Compiling clap_derive v4.6.1
3222026-05-30T04:03:28.150Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3232026-05-30T04:03:29.319Z Compiling ingot-types v0.1.2
3242026-05-30T04:03:29.658Z Compiling ingot v0.1.1
3252026-05-30T04:03:29.863Z Compiling clap v4.6.1
3262026-05-30T04:03:31.335Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3272026-05-30T04:03:32.363Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3282026-05-30T04:03:33.406Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3292026-05-30T04:03:39.995Z Finished `release` profile [optimized + debuginfo] target(s) in 20.28s
3302026-05-30T04:03:39.999ZBuilding xde (release-lto).
3312026-05-30T04:03:40.206Z Updating crates.io index
3322026-05-30T04:03:40.299Z Downloading crates ...
3332026-05-30T04:03:40.353Z Downloaded addr2line v0.25.1
3342026-05-30T04:03:40.357Z Downloaded adler2 v2.0.1
3352026-05-30T04:03:40.363Z Downloaded rustc-literal-escaper v0.0.7
3362026-05-30T04:03:40.370Z Downloaded rustc-demangle v0.1.27
3372026-05-30T04:03:40.373Z Downloaded miniz_oxide v0.8.9
3382026-05-30T04:03:40.373Z Downloaded getopts v0.2.24
3392026-05-30T04:03:40.378Z Downloaded foldhash v0.2.0
3402026-05-30T04:03:40.397Z Downloaded memchr v2.7.6
3412026-05-30T04:03:40.419Z Downloaded hashbrown v0.16.1
3422026-05-30T04:03:40.450Z Downloaded gimli v0.32.3
3432026-05-30T04:03:40.458Z Downloaded object v0.37.3
3442026-05-30T04:03:40.492Z Downloaded libc v0.2.183
3452026-05-30T04:03:40.551Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3462026-05-30T04:03:40.551Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3472026-05-30T04:03:40.554Z Compiling proc-macro2 v1.0.106
3482026-05-30T04:03:40.554Z Compiling quote v1.0.45
3492026-05-30T04:03:40.554Z Compiling unicode-ident v1.0.24
3502026-05-30T04:03:40.554Z Compiling ident_case v1.0.1
3512026-05-30T04:03:40.554Z Compiling strsim v0.11.1
3522026-05-30T04:03:40.554Z Compiling serde_core v1.0.228
3532026-05-30T04:03:40.720Z Compiling fnv v1.0.7
3542026-05-30T04:03:40.724Z Compiling memchr v2.8.0
3552026-05-30T04:03:40.812Z Compiling regex-syntax v0.8.10
3562026-05-30T04:03:40.981Z Compiling zerocopy v0.8.50
3572026-05-30T04:03:40.985Z Compiling serde v1.0.228
3582026-05-30T04:03:40.988Z Compiling either v1.15.0
3592026-05-30T04:03:41.106Z Compiling aho-corasick v1.1.4
3602026-05-30T04:03:41.195Z Compiling thiserror v2.0.18
3612026-05-30T04:03:41.374Z Compiling itertools v0.14.0
3622026-05-30T04:03:41.405Z Compiling heapless v0.8.0
3632026-05-30T04:03:41.631Z Compiling syn v2.0.117
3642026-05-30T04:03:41.824Z Compiling smoltcp v0.11.0
3652026-05-30T04:03:41.907Z Compiling version_check v0.9.5
3662026-05-30T04:03:41.923Z Compiling ref-cast v1.0.25
3672026-05-30T04:03:42.249Z Compiling crc32fast v1.5.0
3682026-05-30T04:03:42.256Z Compiling regex-automata v0.4.14
3692026-05-30T04:03:42.353Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3702026-05-30T04:03:43.777Z Compiling regex v1.12.3
3712026-05-30T04:03:43.909Z Compiling darling_core v0.21.3
3722026-05-30T04:03:43.920Z Compiling darling_core v0.23.0
3732026-05-30T04:03:44.880Z Compiling zerocopy-derive v0.8.50
3742026-05-30T04:03:44.880Z Compiling serde_derive v1.0.228
3752026-05-30T04:03:44.880Z Compiling thiserror-impl v2.0.18
3762026-05-30T04:03:44.883Z Compiling ref-cast-impl v1.0.25
3772026-05-30T04:03:44.883Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3782026-05-30T04:03:46.535Z Compiling darling_macro v0.21.3
3792026-05-30T04:03:46.535Z Compiling darling_macro v0.23.0
3802026-05-30T04:03:47.448Z Compiling darling v0.23.0
3812026-05-30T04:03:47.451Z Compiling darling v0.21.3
3822026-05-30T04:03:47.513Z Compiling ingot-macros v0.1.1
3832026-05-30T04:03:47.515Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3842026-05-30T04:03:52.640Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3852026-05-30T04:03:54.716Z Compiling byteorder v1.5.0
3862026-05-30T04:03:54.716Z Compiling stable_deref_trait v1.2.1
3872026-05-30T04:03:54.716Z Compiling cfg-if v1.0.4
3882026-05-30T04:03:54.719Z Compiling macaddr v1.0.1
3892026-05-30T04:03:54.776Z Compiling bitflags v1.3.2
3902026-05-30T04:03:54.782Z Compiling managed v0.8.0
3912026-05-30T04:03:54.816Z Compiling cobs v0.3.0
3922026-05-30T04:03:54.910Z Compiling hash32 v0.3.1
3932026-05-30T04:03:55.025Z Compiling dyn-clone v1.0.20
3942026-05-30T04:03:55.080Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3952026-05-30T04:03:56.310Z Compiling bitflags v2.11.1
3962026-05-30T04:03:56.310Z Compiling uuid v1.23.1
3972026-05-30T04:03:56.450Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3982026-05-30T04:03:56.746Z Compiling postcard v1.1.3
3992026-05-30T04:03:57.578Z Compiling ingot-types v0.1.2
4002026-05-30T04:03:57.901Z Compiling ingot v0.1.1
4012026-05-30T04:03:59.394Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4022026-05-30T04:04:03.172Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4032026-05-30T04:04:11.967Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4042026-05-30T04:04:41.692Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 01s
4052026-05-30T04:04:41.719ZLinking xde kmod...
4062026-05-30T04:04:42.299ZBuilding xde dev link helper (release).
4072026-05-30T04:04:42.457Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4082026-05-30T04:04:42.457Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4092026-05-30T04:04:42.457Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4102026-05-30T04:04:53.471Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4112026-05-30T04:04:55.814Z Finished `release` profile [optimized + debuginfo] target(s) in 13.48s
4122026-05-30T04:04:55.834ZBuilding opteadm (dev).
4132026-05-30T04:04:55.991Z Compiling serde_core v1.0.228
4142026-05-30T04:04:55.991Z Compiling libc v0.2.186
4152026-05-30T04:04:55.991Z Compiling cfg-if v1.0.4
4162026-05-30T04:04:55.995Z Compiling ident_case v1.0.1
4172026-05-30T04:04:55.995Z Compiling fnv v1.0.7
4182026-05-30T04:04:55.995Z Compiling strsim v0.11.1
4192026-05-30T04:04:55.995Z Compiling syn v2.0.117
4202026-05-30T04:04:56.016Z Compiling memchr v2.8.0
4212026-05-30T04:04:56.066Z Compiling regex-syntax v0.8.10
4222026-05-30T04:04:56.088Z Compiling zerocopy v0.8.50
4232026-05-30T04:04:56.110Z Compiling winnow v1.0.2
4242026-05-30T04:04:56.327Z Compiling equivalent v1.0.2
4252026-05-30T04:04:56.402Z Compiling aho-corasick v1.1.4
4262026-05-30T04:04:56.500Z Compiling hashbrown v0.17.0
4272026-05-30T04:04:56.580Z Compiling either v1.15.0
4282026-05-30T04:04:56.773Z Compiling serde v1.0.228
4292026-05-30T04:04:56.794Z Compiling itertools v0.14.0
4302026-05-30T04:04:57.041Z Compiling toml_parser v1.1.2+spec-1.1.0
4312026-05-30T04:04:57.128Z Compiling indexmap v2.14.0
4322026-05-30T04:04:57.207Z Compiling heapless v0.8.0
4332026-05-30T04:04:57.517Z Compiling toml_datetime v1.1.1+spec-1.1.0
4342026-05-30T04:04:57.577Z Compiling regex-automata v0.4.14
4352026-05-30T04:04:57.719Z Compiling byteorder v1.5.0
4362026-05-30T04:04:57.733Z Compiling toml_edit v0.25.11+spec-1.1.0
4372026-05-30T04:04:57.897Z Compiling hash32 v0.3.1
4382026-05-30T04:04:57.935Z Compiling syn v1.0.109
4392026-05-30T04:04:58.024Z Compiling bitflags v2.11.1
4402026-05-30T04:04:58.049Z Compiling rustversion v1.0.22
4412026-05-30T04:04:58.163Z Compiling smoltcp v0.11.0
4422026-05-30T04:04:58.247Z Compiling macaddr v1.0.1
4432026-05-30T04:04:58.259Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4442026-05-30T04:04:58.403Z Compiling stable_deref_trait v1.2.1
4452026-05-30T04:04:58.509Z Compiling proc-macro-crate v3.5.0
4462026-05-30T04:04:58.512Z Compiling version_check v0.9.5
4472026-05-30T04:04:58.515Z Compiling bitflags v1.3.2
4482026-05-30T04:04:58.531Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4492026-05-30T04:04:58.572Z Compiling darling_core v0.21.3
4502026-05-30T04:04:58.616Z Compiling managed v0.8.0
4512026-05-30T04:04:58.751Z Compiling ref-cast v1.0.25
4522026-05-30T04:04:58.773Z Compiling rand_core v0.10.1
4532026-05-30T04:04:58.840Z Compiling getrandom v0.4.2
4542026-05-30T04:04:58.914Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4552026-05-30T04:04:59.119Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4562026-05-30T04:04:59.155Z Compiling errno v0.3.14
4572026-05-30T04:04:59.326Z Compiling regex v1.12.3
4582026-05-30T04:04:59.687Z Compiling unicode-width v0.2.2
4592026-05-30T04:04:59.724Z Compiling cpufeatures v0.3.0
4602026-05-30T04:04:59.787Z Compiling thiserror-impl v2.0.18
4612026-05-30T04:04:59.791Z Compiling zerocopy-derive v0.8.50
4622026-05-30T04:04:59.993Z Compiling serde_derive v1.0.228
4632026-05-30T04:05:00.134Z Compiling ref-cast-impl v1.0.25
4642026-05-30T04:05:00.667Z Compiling darling_macro v0.21.3
4652026-05-30T04:05:00.729Z Compiling num_enum_derive v0.7.6
4662026-05-30T04:05:00.921Z Compiling foreign-types-macros v0.2.3
4672026-05-30T04:05:01.008Z Compiling thiserror v2.0.18
4682026-05-30T04:05:01.111Z Compiling cobs v0.3.0
4692026-05-30T04:05:01.304Z Compiling darling v0.21.3
4702026-05-30T04:05:01.379Z Compiling ingot-macros v0.1.1
4712026-05-30T04:05:01.422Z Compiling once_cell v1.21.4
4722026-05-30T04:05:01.606Z Compiling ipnetwork v0.21.1
4732026-05-30T04:05:01.666Z Compiling foreign-types-shared v0.3.1
4742026-05-30T04:05:01.758Z Compiling foreign-types v0.5.0
4752026-05-30T04:05:01.817Z Compiling num_enum v0.7.6
4762026-05-30T04:05:01.830Z Compiling tracing-core v0.1.36
4772026-05-30T04:05:02.034Z Compiling cstr-argument v0.1.2
4782026-05-30T04:05:02.162Z Compiling tabwriter v1.4.1
4792026-05-30T04:05:02.212Z Compiling tracing-attributes v0.1.31
4802026-05-30T04:05:02.390Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4812026-05-30T04:05:02.606Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4822026-05-30T04:05:02.899Z Compiling chacha20 v0.10.0
4832026-05-30T04:05:03.175Z Compiling rustix v1.1.4
4842026-05-30T04:05:03.202Z Compiling postcard v1.1.3
4852026-05-30T04:05:03.447Z Compiling anyhow v1.0.102
4862026-05-30T04:05:03.458Z Compiling dyn-clone v1.0.20
4872026-05-30T04:05:03.496Z Compiling pin-project-lite v0.2.17
4882026-05-30T04:05:03.527Z Compiling pretty-hex v0.4.2
4892026-05-30T04:05:03.556Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
4902026-05-30T04:05:03.589Z Compiling tracing v0.1.44
4912026-05-30T04:05:03.618Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4922026-05-30T04:05:03.653Z Compiling terminal_size v0.4.4
4932026-05-30T04:05:03.789Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4942026-05-30T04:05:03.807Z Compiling rand v0.10.1
4952026-05-30T04:05:03.833Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4962026-05-30T04:05:03.953Z Compiling uuid v1.23.1
4972026-05-30T04:05:03.956Z Compiling socket2 v0.6.3
4982026-05-30T04:05:03.961Z Compiling oxnet v0.1.5
4992026-05-30T04:05:04.138Z Compiling ingot-types v0.1.2
5002026-05-30T04:05:04.236Z Compiling colored v3.1.1
5012026-05-30T04:05:04.365Z Compiling clap_builder v4.6.0
5022026-05-30T04:05:04.430Z Compiling clap_derive v4.6.1
5032026-05-30T04:05:04.523Z Compiling ingot v0.1.1
5042026-05-30T04:05:04.546Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5052026-05-30T04:05:05.985Z Compiling clap v4.6.1
5062026-05-30T04:05:06.278Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5072026-05-30T04:05:08.283Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5082026-05-30T04:05:09.591Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5092026-05-30T04:05:14.037Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.20s
5102026-05-30T04:05:14.065ZBuilding xde (dev).
5112026-05-30T04:05:14.299Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5122026-05-30T04:05:14.299Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5132026-05-30T04:05:14.299Z Compiling proc-macro2 v1.0.106
5142026-05-30T04:05:14.299Z Compiling unicode-ident v1.0.24
5152026-05-30T04:05:14.303Z Compiling quote v1.0.45
5162026-05-30T04:05:14.303Z Compiling strsim v0.11.1
5172026-05-30T04:05:14.303Z Compiling ident_case v1.0.1
5182026-05-30T04:05:14.321Z Compiling serde_core v1.0.228
5192026-05-30T04:05:14.418Z Compiling fnv v1.0.7
5202026-05-30T04:05:14.422Z Compiling memchr v2.8.0
5212026-05-30T04:05:14.501Z Compiling regex-syntax v0.8.10
5222026-05-30T04:05:14.680Z Compiling either v1.15.0
5232026-05-30T04:05:14.693Z Compiling zerocopy v0.8.50
5242026-05-30T04:05:14.695Z Compiling thiserror v2.0.18
5252026-05-30T04:05:14.821Z Compiling aho-corasick v1.1.4
5262026-05-30T04:05:14.865Z Compiling serde v1.0.228
5272026-05-30T04:05:15.084Z Compiling itertools v0.14.0
5282026-05-30T04:05:15.294Z Compiling syn v2.0.117
5292026-05-30T04:05:15.379Z Compiling heapless v0.8.0
5302026-05-30T04:05:15.392Z Compiling smoltcp v0.11.0
5312026-05-30T04:05:15.502Z Compiling version_check v0.9.5
5322026-05-30T04:05:15.824Z Compiling crc32fast v1.5.0
5332026-05-30T04:05:15.847Z Compiling ref-cast v1.0.25
5342026-05-30T04:05:15.861Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5352026-05-30T04:05:16.157Z Compiling regex-automata v0.4.14
5362026-05-30T04:05:17.652Z Compiling darling_core v0.21.3
5372026-05-30T04:05:17.652Z Compiling darling_core v0.23.0
5382026-05-30T04:05:17.717Z Compiling regex v1.12.3
5392026-05-30T04:05:18.803Z Compiling zerocopy-derive v0.8.50
5402026-05-30T04:05:18.803Z Compiling serde_derive v1.0.228
5412026-05-30T04:05:18.806Z Compiling thiserror-impl v2.0.18
5422026-05-30T04:05:18.806Z Compiling ref-cast-impl v1.0.25
5432026-05-30T04:05:18.806Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5442026-05-30T04:05:20.332Z Compiling darling_macro v0.21.3
5452026-05-30T04:05:20.471Z Compiling darling_macro v0.23.0
5462026-05-30T04:05:21.285Z Compiling darling v0.21.3
5472026-05-30T04:05:21.353Z Compiling ingot-macros v0.1.1
5482026-05-30T04:05:21.449Z Compiling darling v0.23.0
5492026-05-30T04:05:21.515Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5502026-05-30T04:05:25.877Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5512026-05-30T04:05:27.644Z Compiling byteorder v1.5.0
5522026-05-30T04:05:27.644Z Compiling stable_deref_trait v1.2.1
5532026-05-30T04:05:27.646Z Compiling cfg-if v1.0.4
5542026-05-30T04:05:27.646Z Compiling macaddr v1.0.1
5552026-05-30T04:05:27.708Z Compiling bitflags v1.3.2
5562026-05-30T04:05:27.719Z Compiling cobs v0.3.0
5572026-05-30T04:05:27.749Z Compiling managed v0.8.0
5582026-05-30T04:05:27.775Z Compiling hash32 v0.3.1
5592026-05-30T04:05:28.000Z Compiling dyn-clone v1.0.20
5602026-05-30T04:05:28.082Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5612026-05-30T04:05:29.175Z Compiling bitflags v2.11.1
5622026-05-30T04:05:29.175Z Compiling uuid v1.23.1
5632026-05-30T04:05:29.307Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5642026-05-30T04:05:29.612Z Compiling postcard v1.1.3
5652026-05-30T04:05:30.397Z Compiling ingot-types v0.1.2
5662026-05-30T04:05:30.684Z Compiling ingot v0.1.1
5672026-05-30T04:05:32.118Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5682026-05-30T04:05:36.433Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5692026-05-30T04:05:46.938Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5702026-05-30T04:05:55.315Z Finished `dev` profile [optimized + debuginfo] target(s) in 41.22s
5712026-05-30T04:05:55.338ZLinking xde kmod...
5722026-05-30T04:05:56.476ZBuilding xde dev link helper (dev).
5732026-05-30T04:05:56.641Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5742026-05-30T04:05:56.641Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5752026-05-30T04:05:56.641Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5762026-05-30T04:06:07.342Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5772026-05-30T04:06:09.542Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.03s
5782026-05-30T04:06:09.564Z
5792026-05-30T04:06:09.567Zreal 3:06.588548221
5802026-05-30T04:06:09.568Zuser 9:03.641708756
5812026-05-30T04:06:09.568Zsys 59.408418738
5822026-05-30T04:06:09.568Ztrap 0.240964890
5832026-05-30T04:06:09.568Ztflt 0.792443245
5842026-05-30T04:06:09.568Zdflt 1.443740883
5852026-05-30T04:06:09.568Zkflt 0.012417647
5862026-05-30T04:06:09.568Zlock 30:02.405469810
5872026-05-30T04:06:09.568Zslp 21:18.983583046
5882026-05-30T04:06:09.568Zlat 23.614048768
5892026-05-30T04:06:09.568Zstop 31.932073490
5902026-05-30T04:06:09.568Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5912026-05-30T04:06:09.568Z+ grep GOTPCREL
5922026-05-30T04:06:10.520Z+ header 'package opte'
5932026-05-30T04:06:10.522Z+ echo '# ==== package opte ==== #'
5942026-05-30T04:06:10.522Z# ==== package opte ==== #
5952026-05-30T04:06:10.523Z+ cargo xtask package --skip-build --profile all
5962026-05-30T04:06:10.665Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
5972026-05-30T04:06:10.669Z Running `target/debug/xtask package --skip-build --profile all`
5982026-05-30T04:06:10.878Z+ ./clean.sh
5992026-05-30T04:06:10.886Z+ mkdir -p proto/kernel/drv/amd64
6002026-05-30T04:06:10.888Z+ mkdir -p proto/opt/oxide/opte/bin
6012026-05-30T04:06:10.890Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6022026-05-30T04:06:10.891Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6032026-05-30T04:06:10.906Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6042026-05-30T04:06:10.950Z+ cp ../xde/xde.conf proto/kernel/drv/
6052026-05-30T04:06:10.953Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6062026-05-30T04:06:10.953Z+ '[' -z ']'
6072026-05-30T04:06:10.953Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6082026-05-30T04:06:10.982Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6092026-05-30T04:06:11.057Z+ INC_DEBUG=
6102026-05-30T04:06:11.057Z+ typeset -ri TAG=0
6112026-05-30T04:06:11.060Z++ ./print-api-version.sh
6122026-05-30T04:06:11.063Z+ API_VSN=40
6132026-05-30T04:06:11.065Z+ PKG_VERSION=0.40.482-3.0
6142026-05-30T04:06:11.066Z+ sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.40.482-3.0/g opte.template.p5m
6152026-05-30T04:06:11.066Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6162026-05-30T04:06:11.597Z+ pkgdepend generate -d proto opte.base.p5m
6172026-05-30T04:06:11.949Z+ mkdir -p packages
6182026-05-30T04:06:11.952Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6192026-05-30T04:06:18.887Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6202026-05-30T04:06:18.889Z+ pkgrepo create packages/repo
6212026-05-30T04:06:19.100Z+ pkgrepo add-publisher -s packages/repo helios
6222026-05-30T04:06:19.309Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6232026-05-30T04:06:48.480Zpkg://helios/driver/network/opte@0.40.482,5.11-3.0:20260530T040617Z
6242026-05-30T04:06:48.480ZPUBLISHED
6252026-05-30T04:06:48.516Z+ pkgrecv -a -d packages/repo/opte-0.40.482-3.0.p5p -s packages/repo -v -m latest '*'
6262026-05-30T04:06:48.696ZRetrieving packages for publisher helios ...
6272026-05-30T04:06:48.699ZRetrieving catalog 'helios' ... Done
6282026-05-30T04:06:48.702ZRetrieving and evaluating 1 package(s)...
6292026-05-30T04:06:48.702ZFetching manifests: 1/1 100% complete
6302026-05-30T04:06:48.702ZFetching manifests: 1/1 100% complete
6312026-05-30T04:06:48.702Z
6322026-05-30T04:06:48.702ZArchiving packages ...
6332026-05-30T04:06:48.702Z Packages to add: 1
6342026-05-30T04:06:48.702Z Files to retrieve: 6
6352026-05-30T04:06:48.702ZEstimated transfer size: 37.01 MB
6362026-05-30T04:06:48.702Z
6372026-05-30T04:06:48.702ZPackages to archive:
6382026-05-30T04:06:48.702Zdriver/network/opte@0.40.482,5.11-3.0:20260530T040617Z
6392026-05-30T04:06:48.702Z
6402026-05-30T04:06:48.702ZDownload: 0/6 items 0.0/37.0MB 0% complete
6412026-05-30T04:06:48.768ZDownload: Completed 37.01 MB in 0.07 seconds (545M/s)
6422026-05-30T04:06:48.773ZArchiving: 1/20 items 0.0/37.0MB 0% complete
6432026-05-30T04:06:48.778ZArchiving: Completed 37.05 MB in 0.01 seconds
6442026-05-30T04:06:48.819ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.40.482-3.0.p5p.
6452026-05-30T04:06:48.822Z+ banner copy
6462026-05-30T04:06:48.825Z
6472026-05-30T04:06:48.825Z #### #### ##### # #
6482026-05-30T04:06:48.825Z # # # # # # # #
6492026-05-30T04:06:48.825Z # # # # # #
6502026-05-30T04:06:48.825Z # # # ##### #
6512026-05-30T04:06:48.825Z # # # # # #
6522026-05-30T04:06:48.825Z #### #### # #
6532026-05-30T04:06:48.825Z
6542026-05-30T04:06:48.825Z+ pfexec mkdir -p /out
6552026-05-30T04:06:48.828Z+ pfexec chown 12345 /out
6562026-05-30T04:06:48.831Z+ PKG_NAME=/out/opte.p5p
6572026-05-30T04:06:48.831Z+ mv pkg/packages/repo/opte-0.40.482-3.0.p5p /out/opte.p5p
6582026-05-30T04:06:48.856Z+ sha256sum /out/opte.p5p
6592026-05-30T04:06:48.880Zprocess exited: duration 239618 ms, exit code 0
 
6602026-05-30T04:06:48.891Zfound 2 output files
6612026-05-30T04:06:48.935Zuploading: /out/opte.p5p (38850560 bytes)
6622026-05-30T04:06:50.181Zuploaded: /out/opte.p5p
6632026-05-30T04:06:50.232Zuploading: /out/opte.p5p.sha256 (80 bytes)
6642026-05-30T04:06:51.284Zuploaded: /out/opte.p5p.sha256