01KNY388ET0N9K6QGDM5KYS1BY: opte-p5p

BasicConfig {
    output_rules: [
        "=/out/opte.p5p",
        "=/out/opte.p5p.sha256",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.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: 01KNY38N957C3PKNAR2DFVQT7M

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-11T11:02:29.694Zjob assigned to worker 01KNY38P3QM58NTVC9Q53S7GHE [factory aws, i-0d68985c89e0ea344] (queued for 51 s)
 
22026-04-11T11:02:36.893Zstarting task 0: "setup"
32026-04-11T11:02:36.900Z++ uname -s
42026-04-11T11:02:36.903Z+ kern=SunOS
52026-04-11T11:02:36.903Z+ build_user=build
62026-04-11T11:02:36.903Z+ build_uid=12345
72026-04-11T11:02:36.903Z+ work_dir=/work
82026-04-11T11:02:36.903Z+ input_dir=/input
92026-04-11T11:02:36.903Z+ [[ 0 == 12345 ]]
102026-04-11T11:02:36.903Z+ case "$kern" in
112026-04-11T11:02:36.903Z+ groupadd -g 12345 build
122026-04-11T11:02:36.906Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-11T11:02:38.910Z+ zfs create -o mountpoint=/work rpool/work
142026-04-11T11:02:38.989Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-11T11:02:38.992Z+ home_fs=zfs
162026-04-11T11:02:38.992Z+ [[ zfs == autofs ]]
172026-04-11T11:02:38.993Z+ mkdir -p /home/build
182026-04-11T11:02:38.993Z+ chown build:build /home/build /work
192026-04-11T11:02:41.123Z+ chmod 0700 /home/build /work
202026-04-11T11:02:41.127Zprocess exited: duration 4101 ms, exit code 0
 
212026-04-11T11:02:41.132Zstarting task 1: "rust-toolchain"
222026-04-11T11:02:41.137Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-04-11T11:02:41.137Z * rust toolchain channel = "1.94.1"
242026-04-11T11:02:41.137Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-04-11T11:02:41.137Z * rust toolchain profile = "default"
262026-04-11T11:02:41.137Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-11T11:02:41.137Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-11T11:02:41.140Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-11T11:02:41.140Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-04-11T11:02:41.256Zinfo: downloading installer
312026-04-11T11:02:42.646Zwarn: It looks like you have an existing installation of Rust at:
322026-04-11T11:02:42.646Zwarn: /opt/ooce/bin
332026-04-11T11:02:42.646Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-11T11:02:42.646Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-11T11:02:42.646Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-11T11:02:42.646Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-11T11:02:42.646Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-11T11:02:42.646Zerror: cannot install while Rust is installed
392026-04-11T11:02:42.646Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-11T11:02:42.646Zwarn: It looks like you have an existing rustup settings file at:
412026-04-11T11:02:42.646Zwarn: /home/build/.rustup/settings.toml
422026-04-11T11:02:42.646Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-11T11:02:42.646Zwarn: instead of the one inferred from the default host triple.
442026-04-11T11:02:42.660Zinfo: profile set to default
452026-04-11T11:02:42.660Zinfo: default host triple is x86_64-unknown-illumos
462026-04-11T11:02:42.663Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-04-11T11:02:42.794Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-11T11:02:42.799Zinfo: downloading 6 components
492026-04-11T11:02:57.459Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
502026-04-11T11:02:57.459Z
512026-04-11T11:02:57.496Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-11T11:02:57.496Z
532026-04-11T11:02:57.497Z
542026-04-11T11:02:57.497ZRust is installed now. Great!
552026-04-11T11:02:57.497Z
562026-04-11T11:02:57.497ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-11T11:02:57.497Zenvironment variable. This has not been done automatically.
582026-04-11T11:02:57.497Z
592026-04-11T11:02:57.497ZTo configure your current shell, you need to source
602026-04-11T11:02:57.497Zthe corresponding env file under $HOME/.cargo.
612026-04-11T11:02:57.497Z
622026-04-11T11:02:57.497ZThis is usually done by running one of the following (note the leading DOT):
632026-04-11T11:02:57.497Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-11T11:02:57.497Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-11T11:02:57.497Zsource "~/.cargo/env.nu" # For nushell
662026-04-11T11:02:57.497Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-11T11:02:57.497Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-11T11:02:57.497Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-11T11:02:57.501Zwarn: no default linker (`cc`) was found in your PATH
702026-04-11T11:02:57.501Zwarn: many Rust crates require a system C toolchain to build
712026-04-11T11:02:57.591Z+ rustup --version
722026-04-11T11:02:57.600Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-11T11:02:57.603Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-11T11:02:57.621Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-11T11:02:57.624Z+ cargo --version
762026-04-11T11:02:57.637Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-11T11:02:57.640Z+ rustc --version
782026-04-11T11:02:57.659Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-11T11:02:57.663Zprocess exited: duration 16528 ms, exit code 0
 
802026-04-11T11:02:57.670Zstarting task 2: "authentication"
812026-04-11T11:02:57.687Zprocess exited: duration 16 ms, exit code 0
 
822026-04-11T11:02:57.694Zstarting task 3: "clone repository"
832026-04-11T11:02:57.698Z+ mkdir -p /work/oxidecomputer/opte
842026-04-11T11:02:57.701Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-11T11:02:57.732ZCloning into '/work/oxidecomputer/opte'...
862026-04-11T11:02:59.001Z+ cd /work/oxidecomputer/opte
872026-04-11T11:02:59.001Z+ git fetch origin dfda687075abf5c0520839a05209c4240d404191
882026-04-11T11:02:59.232ZFrom https://github.com/oxidecomputer/opte
892026-04-11T11:02:59.232Z * branch dfda687075abf5c0520839a05209c4240d404191 -> FETCH_HEAD
902026-04-11T11:02:59.238Z+ [[ -n renovate/rand ]]
912026-04-11T11:02:59.240Z++ git branch --show-current
922026-04-11T11:02:59.241Z+ current=master
932026-04-11T11:02:59.241Z+ [[ master != renovate/rand ]]
942026-04-11T11:02:59.241Z+ git branch -f renovate/rand dfda687075abf5c0520839a05209c4240d404191
952026-04-11T11:02:59.244Z+ git checkout -f renovate/rand
962026-04-11T11:02:59.261ZSwitched to branch 'renovate/rand'
972026-04-11T11:02:59.264Z+ git reset --hard dfda687075abf5c0520839a05209c4240d404191
982026-04-11T11:02:59.264ZHEAD is now at dfda687 Update Rust crate rand to 0.10.1
992026-04-11T11:02:59.267Zprocess exited: duration 1570 ms, exit code 0
 
1002026-04-11T11:02:59.272Zstarting task 4: "build"
1012026-04-11T11:02:59.276Z+ source .github/buildomat/common.sh
1022026-04-11T11:02:59.279Z++ rustup show active-toolchain
1032026-04-11T11:02:59.281Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-04-11T11:02:59.284Z++ pushd xde
1052026-04-11T11:02:59.284Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-04-11T11:02:59.284Z++ rustup show active-toolchain
1072026-04-11T11:02:59.287Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1082026-04-11T11:02:59.446Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1092026-04-11T11:02:59.449Zinfo: downloading 6 components
1102026-04-11T11:03:13.069Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-04-11T11:03:13.154Z+++ rustup show active-toolchain -v
1122026-04-11T11:03:13.157Z+++ head -n 1
1132026-04-11T11:03:13.157Z+++ cut '-d ' -f1
1142026-04-11T11:03:13.206Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1152026-04-11T11:03:13.206Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1162026-04-11T11:03:13.206Z++ popd
1172026-04-11T11:03:13.209Z/work/oxidecomputer/opte
1182026-04-11T11:03:13.209Z+ TGT_BASE=/work
1192026-04-11T11:03:13.209Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1202026-04-11T11:03:13.209Z+ REL_TGT=/work/release
1212026-04-11T11:03:13.209Z+ mkdir -p /work/release
1222026-04-11T11:03:13.209Z+ cargo --version
1232026-04-11T11:03:13.218Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1242026-04-11T11:03:13.221Z+ rustc --version
1252026-04-11T11:03:13.240Zrustc 1.94.1 (e408947bf 2026-03-25)
1262026-04-11T11:03:13.243Z+ header 'build xde and opteadm (release+debug)'
1272026-04-11T11:03:13.243Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1282026-04-11T11:03:13.243Z# ==== build xde and opteadm (release+debug) ==== #
1292026-04-11T11:03:13.243Z+ ptime -m cargo xtask build --profile all
1302026-04-11T11:03:13.347Z Updating crates.io index
1312026-04-11T11:03:13.380Z Updating git repository `https://github.com/oxidecomputer/falcon`
1322026-04-11T11:03:14.025Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1332026-04-11T11:03:14.556Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1342026-04-11T11:03:14.901Z Updating git repository `https://github.com/oxidecomputer/zone`
1352026-04-11T11:03:15.255Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1362026-04-11T11:03:15.494Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1372026-04-11T11:03:15.759Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1382026-04-11T11:03:17.387Z Downloading crates ...
1392026-04-11T11:03:17.427Z Downloaded anstream v1.0.0
1402026-04-11T11:03:17.439Z Downloaded strsim v0.11.1
1412026-04-11T11:03:17.445Z Downloaded utf8parse v0.2.2
1422026-04-11T11:03:17.455Z Downloaded serde_spanned v1.1.1
1432026-04-11T11:03:17.461Z Downloaded colorchoice v1.0.5
1442026-04-11T11:03:17.463Z Downloaded clap_lex v1.1.0
1452026-04-11T11:03:17.463Z Downloaded anstyle-query v1.1.5
1462026-04-11T11:03:17.463Z Downloaded itoa v1.0.18
1472026-04-11T11:03:17.463Z Downloaded heck v0.5.0
1482026-04-11T11:03:17.466Z Downloaded equivalent v1.0.2
1492026-04-11T11:03:17.466Z Downloaded cargo-platform v0.3.2
1502026-04-11T11:03:17.469Z Downloaded terminal_size v0.4.4
1512026-04-11T11:03:17.474Z Downloaded toml_writer v1.1.1+spec-1.1.0
1522026-04-11T11:03:17.477Z Downloaded errno v0.3.14
1532026-04-11T11:03:17.480Z Downloaded is_terminal_polyfill v1.70.2
1542026-04-11T11:03:17.486Z Downloaded anstyle-parse v1.0.0
1552026-04-11T11:03:17.493Z Downloaded cargo_metadata v0.23.1
1562026-04-11T11:03:17.497Z Downloaded anstyle v1.0.14
1572026-04-11T11:03:17.499Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1582026-04-11T11:03:17.504Z Downloaded thiserror v2.0.18
1592026-04-11T11:03:17.510Z Downloaded toml_parser v1.1.2+spec-1.1.0
1602026-04-11T11:03:17.514Z Downloaded zmij v1.0.21
1612026-04-11T11:03:17.516Z Downloaded quote v1.0.45
1622026-04-11T11:03:17.519Z Downloaded anyhow v1.0.102
1632026-04-11T11:03:17.522Z Downloaded thiserror-impl v2.0.18
1642026-04-11T11:03:17.525Z Downloaded bitflags v2.11.0
1652026-04-11T11:03:17.525Z Downloaded toml v1.1.2+spec-1.1.0
1662026-04-11T11:03:17.527Z Downloaded serde_derive v1.0.228
1672026-04-11T11:03:17.530Z Downloaded camino v1.2.2
1682026-04-11T11:03:17.530Z Downloaded clap_derive v4.6.0
1692026-04-11T11:03:17.534Z Downloaded serde_core v1.0.228
1702026-04-11T11:03:17.537Z Downloaded indexmap v2.13.1
1712026-04-11T11:03:17.540Z Downloaded unicode-ident v1.0.24
1722026-04-11T11:03:17.542Z Downloaded semver v1.0.28
1732026-04-11T11:03:17.545Z Downloaded proc-macro2 v1.0.106
1742026-04-11T11:03:17.548Z Downloaded clap v4.6.0
1752026-04-11T11:03:17.555Z Downloaded serde v1.0.228
1762026-04-11T11:03:17.558Z Downloaded memchr v2.8.0
1772026-04-11T11:03:17.591Z Downloaded hashbrown v0.16.1
1782026-04-11T11:03:17.598Z Downloaded serde_json v1.0.149
1792026-04-11T11:03:17.602Z Downloaded winnow v1.0.1
1802026-04-11T11:03:17.606Z Downloaded clap_builder v4.6.0
1812026-04-11T11:03:17.612Z Downloaded syn v2.0.117
1822026-04-11T11:03:17.635Z Downloaded rustix v1.1.4
1832026-04-11T11:03:17.662Z Downloaded libc v0.2.184
1842026-04-11T11:03:17.711Z Compiling serde_core v1.0.228
1852026-04-11T11:03:17.711Z Compiling proc-macro2 v1.0.106
1862026-04-11T11:03:17.711Z Compiling quote v1.0.45
1872026-04-11T11:03:17.711Z Compiling unicode-ident v1.0.24
1882026-04-11T11:03:17.714Z Compiling libc v0.2.184
1892026-04-11T11:03:17.714Z Compiling rustix v1.1.4
1902026-04-11T11:03:17.714Z Compiling bitflags v2.11.0
1912026-04-11T11:03:17.714Z Compiling zmij v1.0.21
1922026-04-11T11:03:17.913Z Compiling utf8parse v0.2.2
1932026-04-11T11:03:18.010Z Compiling anstyle-parse v1.0.0
1942026-04-11T11:03:18.148Z Compiling colorchoice v1.0.5
1952026-04-11T11:03:18.154Z Compiling is_terminal_polyfill v1.70.2
1962026-04-11T11:03:18.225Z Compiling anstyle v1.0.14
1972026-04-11T11:03:18.225Z Compiling anstyle-query v1.1.5
1982026-04-11T11:03:18.228Z Compiling serde_json v1.0.149
1992026-04-11T11:03:18.249Z Compiling thiserror v2.0.18
2002026-04-11T11:03:18.300Z Compiling camino v1.2.2
2012026-04-11T11:03:18.323Z Compiling serde v1.0.228
2022026-04-11T11:03:18.441Z Compiling errno v0.3.14
2032026-04-11T11:03:18.479Z Compiling anstream v1.0.0
2042026-04-11T11:03:18.641Z Compiling itoa v1.0.18
2052026-04-11T11:03:18.641Z Compiling winnow v1.0.1
2062026-04-11T11:03:18.893Z Compiling strsim v0.11.1
2072026-04-11T11:03:18.893Z Compiling clap_lex v1.1.0
2082026-04-11T11:03:18.955Z Compiling syn v2.0.117
2092026-04-11T11:03:18.996Z Compiling terminal_size v0.4.4
2102026-04-11T11:03:19.025Z Compiling anyhow v1.0.102
2112026-04-11T11:03:19.057Z Compiling memchr v2.8.0
2122026-04-11T11:03:19.142Z Compiling heck v0.5.0
2132026-04-11T11:03:19.285Z Compiling clap_builder v4.6.0
2142026-04-11T11:03:19.347Z Compiling toml_parser v1.1.2+spec-1.1.0
2152026-04-11T11:03:19.563Z Compiling toml_writer v1.1.1+spec-1.1.0
2162026-04-11T11:03:19.864Z Compiling toml_datetime v1.1.1+spec-1.1.0
2172026-04-11T11:03:20.083Z Compiling serde_spanned v1.1.1
2182026-04-11T11:03:20.280Z Compiling semver v1.0.28
2192026-04-11T11:03:20.383Z Compiling cargo-platform v0.3.2
2202026-04-11T11:03:20.572Z Compiling toml v1.1.2+spec-1.1.0
2212026-04-11T11:03:21.372Z Compiling thiserror-impl v2.0.18
2222026-04-11T11:03:21.724Z Compiling serde_derive v1.0.228
2232026-04-11T11:03:21.753Z Compiling clap_derive v4.6.0
2242026-04-11T11:03:23.385Z Compiling clap v4.6.0
2252026-04-11T11:03:24.747Z Compiling cargo_metadata v0.23.1
2262026-04-11T11:03:27.196Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2272026-04-11T11:03:28.769Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.51s
2282026-04-11T11:03:28.858Z Running `target/debug/xtask build --profile all`
2292026-04-11T11:03:30.229ZBuilding opteadm (release).
2302026-04-11T11:03:30.323Z Compiling proc-macro2 v1.0.106
2312026-04-11T11:03:30.323Z Compiling unicode-ident v1.0.24
2322026-04-11T11:03:30.323Z Compiling quote v1.0.45
2332026-04-11T11:03:30.323Z Compiling serde_core v1.0.228
2342026-04-11T11:03:30.328Z Compiling libc v0.2.184
2352026-04-11T11:03:30.328Z Compiling cfg-if v1.0.4
2362026-04-11T11:03:30.328Z Compiling memchr v2.8.0
2372026-04-11T11:03:30.328Z Compiling strsim v0.11.1
2382026-04-11T11:03:30.393Z Compiling ident_case v1.0.1
2392026-04-11T11:03:30.437Z Compiling fnv v1.0.7
2402026-04-11T11:03:30.493Z Compiling thiserror v2.0.18
2412026-04-11T11:03:30.514Z Compiling regex-syntax v0.8.10
2422026-04-11T11:03:30.604Z Compiling serde v1.0.228
2432026-04-11T11:03:30.618Z Compiling zerocopy v0.8.48
2442026-04-11T11:03:30.856Z Compiling aho-corasick v1.1.4
2452026-04-11T11:03:30.887Z Compiling anyhow v1.0.102
2462026-04-11T11:03:30.955Z Compiling either v1.15.0
2472026-04-11T11:03:30.975Z Compiling equivalent v1.0.2
2482026-04-11T11:03:31.019Z Compiling hashbrown v0.16.1
2492026-04-11T11:03:31.052Z Compiling winnow v1.0.1
2502026-04-11T11:03:31.195Z Compiling itertools v0.14.0
2512026-04-11T11:03:31.301Z Compiling heapless v0.8.0
2522026-04-11T11:03:31.585Z Compiling indexmap v2.13.1
2532026-04-11T11:03:31.632Z Compiling toml_datetime v1.1.1+spec-1.1.0
2542026-04-11T11:03:31.794Z Compiling syn v2.0.117
2552026-04-11T11:03:31.850Z Compiling byteorder v1.5.0
2562026-04-11T11:03:32.031Z Compiling regex-automata v0.4.14
2572026-04-11T11:03:32.130Z Compiling toml_parser v1.1.2+spec-1.1.0
2582026-04-11T11:03:32.195Z Compiling hash32 v0.3.1
2592026-04-11T11:03:32.324Z Compiling macaddr v1.0.1
2602026-04-11T11:03:32.446Z Compiling stable_deref_trait v1.2.1
2612026-04-11T11:03:32.465Z Compiling bitflags v2.11.0
2622026-04-11T11:03:32.511Z Compiling toml_edit v0.25.10+spec-1.1.0
2632026-04-11T11:03:32.526Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2642026-04-11T11:03:32.607Z Compiling rustversion v1.0.22
2652026-04-11T11:03:32.623Z Compiling syn v1.0.109
2662026-04-11T11:03:32.685Z Compiling smoltcp v0.11.0
2672026-04-11T11:03:32.847Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2682026-04-11T11:03:32.977Z Compiling version_check v0.9.5
2692026-04-11T11:03:32.977Z Compiling bitflags v1.3.2
2702026-04-11T11:03:33.029Z Compiling ref-cast v1.0.25
2712026-04-11T11:03:33.036Z Compiling managed v0.8.0
2722026-04-11T11:03:33.052Z Compiling getrandom v0.4.2
2732026-04-11T11:03:33.227Z Compiling proc-macro-crate v3.5.0
2742026-04-11T11:03:33.253Z Compiling rand_core v0.10.0
2752026-04-11T11:03:33.263Z Compiling rustix v1.1.4
2762026-04-11T11:03:33.296Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2772026-04-11T11:03:33.497Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2782026-04-11T11:03:33.623Z Compiling errno v0.3.14
2792026-04-11T11:03:33.758Z Compiling regex v1.12.3
2802026-04-11T11:03:33.784Z Compiling cpufeatures v0.3.0
2812026-04-11T11:03:33.845Z Compiling foreign-types-shared v0.3.1
2822026-04-11T11:03:33.865Z Compiling utf8parse v0.2.2
2832026-04-11T11:03:33.916Z Compiling unicode-width v0.2.2
2842026-04-11T11:03:33.921Z Compiling once_cell v1.21.4
2852026-04-11T11:03:34.132Z Compiling ipnetwork v0.21.1
2862026-04-11T11:03:34.136Z Compiling tabwriter v1.4.1
2872026-04-11T11:03:34.192Z Compiling tracing-core v0.1.36
2882026-04-11T11:03:34.441Z Compiling darling_core v0.21.3
2892026-04-11T11:03:34.485Z Compiling cstr-argument v0.1.2
2902026-04-11T11:03:34.610Z Compiling anstyle-parse v1.0.0
2912026-04-11T11:03:34.634Z Compiling chacha20 v0.10.0
2922026-04-11T11:03:35.074Z Compiling dyn-clone v1.0.20
2932026-04-11T11:03:35.204Z Compiling pin-project-lite v0.2.17
2942026-04-11T11:03:35.209Z Compiling colorchoice v1.0.5
2952026-04-11T11:03:35.212Z Compiling is_terminal_polyfill v1.70.2
2962026-04-11T11:03:35.284Z Compiling anstyle-query v1.1.5
2972026-04-11T11:03:35.285Z Compiling pretty-hex v0.4.2
2982026-04-11T11:03:35.304Z Compiling anstyle v1.0.14
2992026-04-11T11:03:35.374Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
3002026-04-11T11:03:35.534Z Compiling anstream v1.0.0
3012026-04-11T11:03:35.575Z Compiling terminal_size v0.4.4
3022026-04-11T11:03:35.582Z Compiling thiserror-impl v2.0.18
3032026-04-11T11:03:35.702Z Compiling serde_derive v1.0.228
3042026-04-11T11:03:35.745Z Compiling zerocopy-derive v0.8.48
3052026-04-11T11:03:35.931Z Compiling ref-cast-impl v1.0.25
3062026-04-11T11:03:35.931Z Compiling foreign-types-macros v0.2.3
3072026-04-11T11:03:35.998Z Compiling num_enum_derive v0.7.6
3082026-04-11T11:03:36.557Z Compiling darling_macro v0.21.3
3092026-04-11T11:03:36.569Z Compiling foreign-types v0.5.0
3102026-04-11T11:03:36.631Z Compiling tracing-attributes v0.1.31
3112026-04-11T11:03:36.635Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3122026-04-11T11:03:36.788Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3132026-04-11T11:03:36.918Z Compiling cobs v0.3.0
3142026-04-11T11:03:36.964Z Compiling num_enum v0.7.6
3152026-04-11T11:03:37.070Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3162026-04-11T11:03:37.074Z Compiling darling v0.21.3
3172026-04-11T11:03:37.100Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3182026-04-11T11:03:37.123Z Compiling rand v0.10.1
3192026-04-11T11:03:37.136Z Compiling ingot-macros v0.1.1
3202026-04-11T11:03:37.244Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3212026-04-11T11:03:37.252Z Compiling uuid v1.23.0
3222026-04-11T11:03:37.347Z Compiling socket2 v0.6.3
3232026-04-11T11:03:37.477Z Compiling oxnet v0.1.4
3242026-04-11T11:03:37.643Z Compiling colored v3.1.1
3252026-04-11T11:03:37.840Z Compiling tracing v0.1.44
3262026-04-11T11:03:37.915Z Compiling clap_lex v1.1.0
3272026-04-11T11:03:37.915Z Compiling heck v0.5.0
3282026-04-11T11:03:38.153Z Compiling clap_derive v4.6.0
3292026-04-11T11:03:38.187Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3302026-04-11T11:03:38.271Z Compiling clap_builder v4.6.0
3312026-04-11T11:03:38.870Z Compiling postcard v1.1.3
3322026-04-11T11:03:40.036Z Compiling clap v4.6.0
3332026-04-11T11:03:40.063Z Compiling ingot-types v0.1.2
3342026-04-11T11:03:40.380Z Compiling ingot v0.1.1
3352026-04-11T11:03:41.984Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3362026-04-11T11:03:42.979Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3372026-04-11T11:03:43.982Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3382026-04-11T11:03:50.497Z Finished `release` profile [optimized + debuginfo] target(s) in 20.26s
3392026-04-11T11:03:50.524ZBuilding xde (release-lto).
3402026-04-11T11:03:50.768Z Updating crates.io index
3412026-04-11T11:03:50.861Z Downloading crates ...
3422026-04-11T11:03:50.908Z Downloaded addr2line v0.25.1
3432026-04-11T11:03:50.911Z Downloaded rustc-literal-escaper v0.0.7
3442026-04-11T11:03:50.911Z Downloaded getopts v0.2.24
3452026-04-11T11:03:50.916Z Downloaded adler2 v2.0.1
3462026-04-11T11:03:50.923Z Downloaded rustc-demangle v0.1.27
3472026-04-11T11:03:50.926Z Downloaded foldhash v0.2.0
3482026-04-11T11:03:50.940Z Downloaded miniz_oxide v0.8.9
3492026-04-11T11:03:50.946Z Downloaded memchr v2.7.6
3502026-04-11T11:03:50.988Z Downloaded object v0.37.3
3512026-04-11T11:03:50.993Z Downloaded gimli v0.32.3
3522026-04-11T11:03:51.021Z Downloaded libc v0.2.183
3532026-04-11T11:03:51.083Z 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)
3542026-04-11T11:03:51.083Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3552026-04-11T11:03:51.083Z Compiling proc-macro2 v1.0.106
3562026-04-11T11:03:51.086Z Compiling unicode-ident v1.0.24
3572026-04-11T11:03:51.086Z Compiling quote v1.0.45
3582026-04-11T11:03:51.086Z Compiling ident_case v1.0.1
3592026-04-11T11:03:51.086Z Compiling strsim v0.11.1
3602026-04-11T11:03:51.086Z Compiling serde_core v1.0.228
3612026-04-11T11:03:51.248Z Compiling memchr v2.8.0
3622026-04-11T11:03:51.251Z Compiling fnv v1.0.7
3632026-04-11T11:03:51.337Z Compiling regex-syntax v0.8.10
3642026-04-11T11:03:51.504Z Compiling serde v1.0.228
3652026-04-11T11:03:51.507Z Compiling zerocopy v0.8.48
3662026-04-11T11:03:51.515Z Compiling either v1.15.0
3672026-04-11T11:03:51.631Z Compiling aho-corasick v1.1.4
3682026-04-11T11:03:51.701Z Compiling thiserror v2.0.18
3692026-04-11T11:03:51.886Z Compiling itertools v0.14.0
3702026-04-11T11:03:51.903Z Compiling heapless v0.8.0
3712026-04-11T11:03:52.248Z Compiling syn v2.0.117
3722026-04-11T11:03:52.293Z Compiling smoltcp v0.11.0
3732026-04-11T11:03:52.311Z Compiling ref-cast v1.0.25
3742026-04-11T11:03:52.375Z Compiling crc32fast v1.5.0
3752026-04-11T11:03:52.678Z Compiling version_check v0.9.5
3762026-04-11T11:03:52.724Z Compiling regex-automata v0.4.14
3772026-04-11T11:03:53.029Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3782026-04-11T11:03:54.261Z Compiling regex v1.12.3
3792026-04-11T11:03:54.482Z Compiling darling_core v0.21.3
3802026-04-11T11:03:54.521Z Compiling darling_core v0.23.0
3812026-04-11T11:03:55.347Z Compiling serde_derive v1.0.228
3822026-04-11T11:03:55.347Z Compiling thiserror-impl v2.0.18
3832026-04-11T11:03:55.348Z Compiling zerocopy-derive v0.8.48
3842026-04-11T11:03:55.351Z Compiling ref-cast-impl v1.0.25
3852026-04-11T11:03:55.351Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3862026-04-11T11:03:56.931Z Compiling darling_macro v0.23.0
3872026-04-11T11:03:57.045Z Compiling darling_macro v0.21.3
3882026-04-11T11:03:57.819Z Compiling darling v0.23.0
3892026-04-11T11:03:57.883Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3902026-04-11T11:03:57.912Z Compiling darling v0.21.3
3912026-04-11T11:03:57.974Z Compiling ingot-macros v0.1.1
3922026-04-11T11:04:02.904Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3932026-04-11T11:04:04.964Z Compiling byteorder v1.5.0
3942026-04-11T11:04:04.964Z Compiling macaddr v1.0.1
3952026-04-11T11:04:04.967Z Compiling cfg-if v1.0.4
3962026-04-11T11:04:04.967Z Compiling stable_deref_trait v1.2.1
3972026-04-11T11:04:05.028Z Compiling cobs v0.3.0
3982026-04-11T11:04:05.031Z Compiling bitflags v1.3.2
3992026-04-11T11:04:05.057Z Compiling managed v0.8.0
4002026-04-11T11:04:05.148Z Compiling hash32 v0.3.1
4012026-04-11T11:04:05.224Z Compiling dyn-clone v1.0.20
4022026-04-11T11:04:05.324Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4032026-04-11T11:04:06.576Z Compiling bitflags v2.11.0
4042026-04-11T11:04:06.577Z Compiling uuid v1.23.0
4052026-04-11T11:04:06.718Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4062026-04-11T11:04:07.011Z Compiling postcard v1.1.3
4072026-04-11T11:04:07.780Z Compiling ingot-types v0.1.2
4082026-04-11T11:04:08.087Z Compiling ingot v0.1.1
4092026-04-11T11:04:09.553Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4102026-04-11T11:04:13.205Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4112026-04-11T11:04:21.859Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4122026-04-11T11:04:49.684Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 59.12s
4132026-04-11T11:04:49.709ZLinking xde kmod...
4142026-04-11T11:04:50.264ZBuilding xde dev link helper (release).
4152026-04-11T11:04:50.421Z 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)
4162026-04-11T11:04:50.421Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4172026-04-11T11:04:50.421Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4182026-04-11T11:05:01.397Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4192026-04-11T11:05:03.718Z Finished `release` profile [optimized + debuginfo] target(s) in 13.42s
4202026-04-11T11:05:03.736ZBuilding opteadm (dev).
4212026-04-11T11:05:03.888Z Compiling serde_core v1.0.228
4222026-04-11T11:05:03.888Z Compiling libc v0.2.184
4232026-04-11T11:05:03.888Z Compiling cfg-if v1.0.4
4242026-04-11T11:05:03.889Z Compiling ident_case v1.0.1
4252026-04-11T11:05:03.892Z Compiling strsim v0.11.1
4262026-04-11T11:05:03.892Z Compiling fnv v1.0.7
4272026-04-11T11:05:03.892Z Compiling memchr v2.8.0
4282026-04-11T11:05:03.892Z Compiling syn v2.0.117
4292026-04-11T11:05:03.962Z Compiling regex-syntax v0.8.10
4302026-04-11T11:05:03.982Z Compiling hashbrown v0.16.1
4312026-04-11T11:05:04.005Z Compiling zerocopy v0.8.48
4322026-04-11T11:05:04.178Z Compiling winnow v1.0.1
4332026-04-11T11:05:04.369Z Compiling aho-corasick v1.1.4
4342026-04-11T11:05:04.456Z Compiling equivalent v1.0.2
4352026-04-11T11:05:04.495Z Compiling either v1.15.0
4362026-04-11T11:05:04.528Z Compiling serde v1.0.228
4372026-04-11T11:05:04.648Z Compiling itertools v0.14.0
4382026-04-11T11:05:04.681Z Compiling indexmap v2.13.1
4392026-04-11T11:05:04.890Z Compiling byteorder v1.5.0
4402026-04-11T11:05:05.064Z Compiling toml_parser v1.1.2+spec-1.1.0
4412026-04-11T11:05:05.160Z Compiling toml_datetime v1.1.1+spec-1.1.0
4422026-04-11T11:05:05.270Z Compiling heapless v0.8.0
4432026-04-11T11:05:05.370Z Compiling regex-automata v0.4.14
4442026-04-11T11:05:05.594Z Compiling toml_edit v0.25.10+spec-1.1.0
4452026-04-11T11:05:05.701Z Compiling hash32 v0.3.1
4462026-04-11T11:05:05.741Z Compiling rustversion v1.0.22
4472026-04-11T11:05:05.825Z Compiling bitflags v2.11.0
4482026-04-11T11:05:05.851Z Compiling macaddr v1.0.1
4492026-04-11T11:05:05.975Z Compiling stable_deref_trait v1.2.1
4502026-04-11T11:05:06.045Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4512026-04-11T11:05:06.065Z Compiling syn v1.0.109
4522026-04-11T11:05:06.086Z Compiling smoltcp v0.11.0
4532026-04-11T11:05:06.117Z Compiling proc-macro-crate v3.5.0
4542026-04-11T11:05:06.323Z Compiling getrandom v0.4.2
4552026-04-11T11:05:06.410Z Compiling rand_core v0.10.0
4562026-04-11T11:05:06.419Z Compiling darling_core v0.21.3
4572026-04-11T11:05:06.506Z Compiling managed v0.8.0
4582026-04-11T11:05:06.534Z Compiling ref-cast v1.0.25
4592026-04-11T11:05:06.564Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4602026-04-11T11:05:06.570Z Compiling bitflags v1.3.2
4612026-04-11T11:05:06.632Z Compiling version_check v0.9.5
4622026-04-11T11:05:06.872Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4632026-04-11T11:05:06.901Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4642026-04-11T11:05:07.120Z Compiling regex v1.12.3
4652026-04-11T11:05:07.305Z Compiling errno v0.3.14
4662026-04-11T11:05:07.477Z Compiling cpufeatures v0.3.0
4672026-04-11T11:05:07.481Z Compiling once_cell v1.21.4
4682026-04-11T11:05:07.511Z Compiling ipnetwork v0.21.1
4692026-04-11T11:05:07.678Z Compiling thiserror-impl v2.0.18
4702026-04-11T11:05:07.705Z Compiling zerocopy-derive v0.8.48
4712026-04-11T11:05:07.965Z Compiling serde_derive v1.0.228
4722026-04-11T11:05:08.041Z Compiling ref-cast-impl v1.0.25
4732026-04-11T11:05:08.535Z Compiling darling_macro v0.21.3
4742026-04-11T11:05:08.625Z Compiling foreign-types-macros v0.2.3
4752026-04-11T11:05:08.727Z Compiling num_enum_derive v0.7.6
4762026-04-11T11:05:08.887Z Compiling thiserror v2.0.18
4772026-04-11T11:05:08.987Z Compiling cobs v0.3.0
4782026-04-11T11:05:09.063Z Compiling darling v0.21.3
4792026-04-11T11:05:09.131Z Compiling ingot-macros v0.1.1
4802026-04-11T11:05:09.239Z Compiling foreign-types-shared v0.3.1
4812026-04-11T11:05:09.264Z Compiling unicode-width v0.2.2
4822026-04-11T11:05:09.320Z Compiling foreign-types v0.5.0
4832026-04-11T11:05:09.483Z Compiling tabwriter v1.4.1
4842026-04-11T11:05:09.570Z Compiling cstr-argument v0.1.2
4852026-04-11T11:05:09.724Z Compiling num_enum v0.7.6
4862026-04-11T11:05:09.735Z Compiling tracing-attributes v0.1.31
4872026-04-11T11:05:09.835Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4882026-04-11T11:05:09.902Z Compiling tracing-core v0.1.36
4892026-04-11T11:05:10.060Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4902026-04-11T11:05:10.391Z Compiling chacha20 v0.10.0
4912026-04-11T11:05:10.531Z Compiling rustix v1.1.4
4922026-04-11T11:05:11.129Z Compiling postcard v1.1.3
4932026-04-11T11:05:11.133Z Compiling anyhow v1.0.102
4942026-04-11T11:05:11.136Z Compiling pin-project-lite v0.2.17
4952026-04-11T11:05:11.222Z Compiling pretty-hex v0.4.2
4962026-04-11T11:05:11.289Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
4972026-04-11T11:05:11.333Z Compiling dyn-clone v1.0.20
4982026-04-11T11:05:11.349Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4992026-04-11T11:05:11.488Z Compiling tracing v0.1.44
5002026-04-11T11:05:11.495Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5012026-04-11T11:05:11.498Z Compiling rand v0.10.1
5022026-04-11T11:05:11.565Z Compiling terminal_size v0.4.4
5032026-04-11T11:05:11.652Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5042026-04-11T11:05:11.719Z Compiling uuid v1.23.0
5052026-04-11T11:05:11.766Z Compiling socket2 v0.6.3
5062026-04-11T11:05:11.799Z Compiling colored v3.1.1
5072026-04-11T11:05:11.865Z Compiling oxnet v0.1.4
5082026-04-11T11:05:11.988Z Compiling ingot-types v0.1.2
5092026-04-11T11:05:12.137Z Compiling clap_builder v4.6.0
5102026-04-11T11:05:12.298Z Compiling clap_derive v4.6.0
5112026-04-11T11:05:12.332Z Compiling ingot v0.1.1
5122026-04-11T11:05:12.404Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5132026-04-11T11:05:13.748Z Compiling clap v4.6.0
5142026-04-11T11:05:14.119Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5152026-04-11T11:05:16.631Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5162026-04-11T11:05:17.772Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5172026-04-11T11:05:22.060Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.32s
5182026-04-11T11:05:22.089ZBuilding xde (dev).
5192026-04-11T11:05:22.314Z 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)
5202026-04-11T11:05:22.315Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5212026-04-11T11:05:22.315Z Compiling proc-macro2 v1.0.106
5222026-04-11T11:05:22.315Z Compiling quote v1.0.45
5232026-04-11T11:05:22.315Z Compiling unicode-ident v1.0.24
5242026-04-11T11:05:22.315Z Compiling strsim v0.11.1
5252026-04-11T11:05:22.317Z Compiling ident_case v1.0.1
5262026-04-11T11:05:22.317Z Compiling serde_core v1.0.228
5272026-04-11T11:05:22.435Z Compiling memchr v2.8.0
5282026-04-11T11:05:22.438Z Compiling fnv v1.0.7
5292026-04-11T11:05:22.513Z Compiling regex-syntax v0.8.10
5302026-04-11T11:05:22.682Z Compiling serde v1.0.228
5312026-04-11T11:05:22.698Z Compiling zerocopy v0.8.48
5322026-04-11T11:05:22.701Z Compiling either v1.15.0
5332026-04-11T11:05:22.815Z Compiling thiserror v2.0.18
5342026-04-11T11:05:22.878Z Compiling aho-corasick v1.1.4
5352026-04-11T11:05:23.085Z Compiling itertools v0.14.0
5362026-04-11T11:05:23.089Z Compiling heapless v0.8.0
5372026-04-11T11:05:23.369Z Compiling syn v2.0.117
5382026-04-11T11:05:23.473Z Compiling smoltcp v0.11.0
5392026-04-11T11:05:23.511Z Compiling ref-cast v1.0.25
5402026-04-11T11:05:23.581Z Compiling version_check v0.9.5
5412026-04-11T11:05:23.889Z Compiling crc32fast v1.5.0
5422026-04-11T11:05:23.931Z Compiling regex-automata v0.4.14
5432026-04-11T11:05:23.935Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5442026-04-11T11:05:25.442Z Compiling regex v1.12.3
5452026-04-11T11:05:25.615Z Compiling darling_core v0.21.3
5462026-04-11T11:05:25.619Z Compiling darling_core v0.23.0
5472026-04-11T11:05:26.634Z Compiling serde_derive v1.0.228
5482026-04-11T11:05:26.634Z Compiling zerocopy-derive v0.8.48
5492026-04-11T11:05:26.637Z Compiling thiserror-impl v2.0.18
5502026-04-11T11:05:26.637Z Compiling ref-cast-impl v1.0.25
5512026-04-11T11:05:26.637Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5522026-04-11T11:05:28.223Z Compiling darling_macro v0.21.3
5532026-04-11T11:05:28.256Z Compiling darling_macro v0.23.0
5542026-04-11T11:05:29.139Z Compiling darling v0.21.3
5552026-04-11T11:05:29.156Z Compiling darling v0.23.0
5562026-04-11T11:05:29.198Z Compiling ingot-macros v0.1.1
5572026-04-11T11:05:29.214Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5582026-04-11T11:05:33.631Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5592026-04-11T11:05:35.351Z Compiling byteorder v1.5.0
5602026-04-11T11:05:35.351Z Compiling macaddr v1.0.1
5612026-04-11T11:05:35.351Z Compiling cfg-if v1.0.4
5622026-04-11T11:05:35.354Z Compiling stable_deref_trait v1.2.1
5632026-04-11T11:05:35.416Z Compiling cobs v0.3.0
5642026-04-11T11:05:35.425Z Compiling managed v0.8.0
5652026-04-11T11:05:35.453Z Compiling bitflags v1.3.2
5662026-04-11T11:05:35.520Z Compiling hash32 v0.3.1
5672026-04-11T11:05:35.703Z Compiling dyn-clone v1.0.20
5682026-04-11T11:05:35.778Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5692026-04-11T11:05:36.935Z Compiling bitflags v2.11.0
5702026-04-11T11:05:36.935Z Compiling uuid v1.23.0
5712026-04-11T11:05:37.066Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5722026-04-11T11:05:37.343Z Compiling postcard v1.1.3
5732026-04-11T11:05:38.134Z Compiling ingot-types v0.1.2
5742026-04-11T11:05:38.406Z Compiling ingot v0.1.1
5752026-04-11T11:05:39.780Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5762026-04-11T11:05:43.985Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5772026-04-11T11:05:54.251Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5782026-04-11T11:06:02.425Z Finished `dev` profile [optimized + debuginfo] target(s) in 40.30s
5792026-04-11T11:06:02.448ZLinking xde kmod...
5802026-04-11T11:06:03.546ZBuilding xde dev link helper (dev).
5812026-04-11T11:06:03.704Z 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)
5822026-04-11T11:06:03.704Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5832026-04-11T11:06:03.704Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5842026-04-11T11:06:14.010Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5852026-04-11T11:06:16.169Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.59s
5862026-04-11T11:06:16.190Z
5872026-04-11T11:06:16.193Zreal 3:02.931621625
5882026-04-11T11:06:16.193Zuser 8:54.477493999
5892026-04-11T11:06:16.193Zsys 56.412291309
5902026-04-11T11:06:16.193Ztrap 0.229465267
5912026-04-11T11:06:16.193Ztflt 0.953522470
5922026-04-11T11:06:16.193Zdflt 1.490536494
5932026-04-11T11:06:16.193Zkflt 0.006802457
5942026-04-11T11:06:16.193Zlock 30:12.085632731
5952026-04-11T11:06:16.193Zslp 20:36.016735945
5962026-04-11T11:06:16.193Zlat 22.516115028
5972026-04-11T11:06:16.193Zstop 31.436779949
5982026-04-11T11:06:16.193Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5992026-04-11T11:06:16.193Z+ grep GOTPCREL
6002026-04-11T11:06:17.088Z+ header 'package opte'
6012026-04-11T11:06:17.088Z+ echo '# ==== package opte ==== #'
6022026-04-11T11:06:17.091Z+ cargo xtask package --skip-build --profile all
6032026-04-11T11:06:17.091Z# ==== package opte ==== #
6042026-04-11T11:06:17.224Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s
6052026-04-11T11:06:17.227Z Running `target/debug/xtask package --skip-build --profile all`
6062026-04-11T11:06:17.427Z+ ./clean.sh
6072026-04-11T11:06:17.434Z+ mkdir -p proto/kernel/drv/amd64
6082026-04-11T11:06:17.437Z+ mkdir -p proto/opt/oxide/opte/bin
6092026-04-11T11:06:17.437Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6102026-04-11T11:06:17.440Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6112026-04-11T11:06:17.454Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6122026-04-11T11:06:17.484Z+ cp ../xde/xde.conf proto/kernel/drv/
6132026-04-11T11:06:17.486Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6142026-04-11T11:06:17.487Z+ '[' -z ']'
6152026-04-11T11:06:17.487Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6162026-04-11T11:06:17.509Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6172026-04-11T11:06:17.580Z+ INC_DEBUG=
6182026-04-11T11:06:17.582Z++ ./print-api-version.sh
6192026-04-11T11:06:17.586Z+ API_VSN=40
6202026-04-11T11:06:17.589Z+ sed -e s/%PUBLISHER%/helios-dev/g -e s/%COMMIT_COUNT%/470/g -e s/%API_VSN%/40/g opte.template.p5m
6212026-04-11T11:06:17.589Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6222026-04-11T11:06:18.506Z+ pkgdepend generate -d proto opte.base.p5m
6232026-04-11T11:06:19.204Z+ mkdir -p packages
6242026-04-11T11:06:19.207Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6252026-04-11T11:06:30.521Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6262026-04-11T11:06:30.523Z+ pkgrepo create packages/repo
6272026-04-11T11:06:31.080Z+ pkgrepo add-publisher -s packages/repo helios-dev
6282026-04-11T11:06:31.612Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6292026-04-11T11:07:00.441Zpkg://helios-dev/driver/network/opte@0.40.470,5.11:20260411T110631Z
6302026-04-11T11:07:00.441ZPUBLISHED
6312026-04-11T11:07:00.479Z+ pkgrecv -a -d packages/repo/opte-0.40.470.p5p -s packages/repo -v -m latest '*'
6322026-04-11T11:07:00.964ZRetrieving packages for publisher helios-dev ...
6332026-04-11T11:07:00.966ZRetrieving catalog 'helios-dev' ... Done
6342026-04-11T11:07:00.969ZRetrieving and evaluating 1 package(s)...
6352026-04-11T11:07:00.969ZFetching manifests: 1/1 100% complete
6362026-04-11T11:07:00.969ZFetching manifests: 1/1 100% complete
6372026-04-11T11:07:00.969Z
6382026-04-11T11:07:00.969ZArchiving packages ...
6392026-04-11T11:07:00.969Z Packages to add: 1
6402026-04-11T11:07:00.969Z Files to retrieve: 6
6412026-04-11T11:07:00.969ZEstimated transfer size: 36.08 MB
6422026-04-11T11:07:00.969Z
6432026-04-11T11:07:00.969ZPackages to archive:
6442026-04-11T11:07:00.969Zdriver/network/opte@0.40.470,5.11:20260411T110631Z
6452026-04-11T11:07:00.969Z
6462026-04-11T11:07:00.969ZDownload: 0/6 items 0.0/36.1MB 0% complete
6472026-04-11T11:07:01.034ZDownload: Completed 36.08 MB in 0.07 seconds (545M/s)
6482026-04-11T11:07:01.037ZArchiving: 1/20 items 0.0/36.1MB 0% complete
6492026-04-11T11:07:01.050ZArchiving: Completed 36.11 MB in 0.01 seconds
6502026-04-11T11:07:01.096ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.40.470.p5p.
6512026-04-11T11:07:01.099Z+ banner copy
6522026-04-11T11:07:01.102Z
6532026-04-11T11:07:01.102Z #### #### ##### # #
6542026-04-11T11:07:01.102Z # # # # # # # #
6552026-04-11T11:07:01.102Z # # # # # #
6562026-04-11T11:07:01.102Z # # # ##### #
6572026-04-11T11:07:01.102Z # # # # # #
6582026-04-11T11:07:01.102Z #### #### # #
6592026-04-11T11:07:01.102Z
6602026-04-11T11:07:01.102Z+ pfexec mkdir -p /out
6612026-04-11T11:07:01.105Z+ pfexec chown 12345 /out
6622026-04-11T11:07:01.105Z+ PKG_NAME=/out/opte.p5p
6632026-04-11T11:07:01.105Z+ mv pkg/packages/repo/opte-0.40.470.p5p /out/opte.p5p
6642026-04-11T11:07:01.135Z+ sha256sum /out/opte.p5p
6652026-04-11T11:07:01.160Zprocess exited: duration 241871 ms, exit code 0
 
6662026-04-11T11:07:01.172Zfound 2 output files
6672026-04-11T11:07:01.172Zuploading: /out/opte.p5p (37877760 bytes)
6682026-04-11T11:07:02.402Zuploaded: /out/opte.p5p
6692026-04-11T11:07:02.402Zuploading: /out/opte.p5p.sha256 (80 bytes)
6702026-04-11T11:07:03.414Zuploaded: /out/opte.p5p.sha256