01KS6XKKE00DN44RETCGGQ7EPQ: 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: 01KS6XMEEJ802M49R2W1JESQM3

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-22T04:04:33.767Zjob assigned to worker 01KS6XMRA2715DEQQ9PBPK1RT3 [factory aws, i-0e53ae2bc998229a9] (queued for 1 m 5 s)
 
22026-05-22T04:04:39.824Zstarting task 0: "setup"
32026-05-22T04:04:39.828Z++ uname -s
42026-05-22T04:04:39.831Z+ kern=SunOS
52026-05-22T04:04:39.831Z+ build_user=build
62026-05-22T04:04:39.831Z+ build_uid=12345
72026-05-22T04:04:39.831Z+ work_dir=/work
82026-05-22T04:04:39.831Z+ input_dir=/input
92026-05-22T04:04:39.831Z+ [[ 0 == 12345 ]]
102026-05-22T04:04:39.831Z+ case "$kern" in
112026-05-22T04:04:39.831Z+ groupadd -g 12345 build
122026-05-22T04:04:39.837Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-22T04:04:41.844Z+ zfs create -o mountpoint=/work rpool/work
142026-05-22T04:04:42.008Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-22T04:04:42.011Z+ home_fs=zfs
162026-05-22T04:04:42.011Z+ [[ zfs == autofs ]]
172026-05-22T04:04:42.011Z+ mkdir -p /home/build
182026-05-22T04:04:42.012Z+ chown build:build /home/build /work
192026-05-22T04:04:43.020Z+ chmod 0700 /home/build /work
202026-05-22T04:04:43.024Zprocess exited: duration 3193 ms, exit code 0
 
212026-05-22T04:04:43.031Zstarting task 1: "rust-toolchain"
222026-05-22T04:04:43.036Z * rust toolchain channel = "1.95.0"
232026-05-22T04:04:43.036Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
242026-05-22T04:04:43.036Z * rust toolchain profile = "default"
252026-05-22T04:04:43.036Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-22T04:04:43.036Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-22T04:04:43.036Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-22T04:04:43.039Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-22T04:04:43.039Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-05-22T04:04:43.094Zinfo: downloading installer
312026-05-22T04:04:44.482Zwarn: It looks like you have an existing rustup settings file at:
322026-05-22T04:04:44.482Zwarn: /home/build/.rustup/settings.toml
332026-05-22T04:04:44.482Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-22T04:04:44.482Zwarn: instead of the one inferred from the default host triple.
352026-05-22T04:04:44.494Zinfo: profile set to default
362026-05-22T04:04:44.494Zinfo: default host triple is x86_64-unknown-illumos
372026-05-22T04:04:44.498Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-05-22T04:04:44.633Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-05-22T04:04:44.637Zinfo: downloading 6 components
402026-05-22T04:04:58.602Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
412026-05-22T04:04:58.602Z
422026-05-22T04:04:58.631Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-05-22T04:04:58.632Z
442026-05-22T04:04:58.632Z
452026-05-22T04:04:58.632ZRust is installed now. Great!
462026-05-22T04:04:58.632Z
472026-05-22T04:04:58.632ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-22T04:04:58.632Zenvironment variable. This has not been done automatically.
492026-05-22T04:04:58.632Z
502026-05-22T04:04:58.632ZTo configure your current shell, you need to source
512026-05-22T04:04:58.632Zthe corresponding env file under $HOME/.cargo.
522026-05-22T04:04:58.632Z
532026-05-22T04:04:58.632ZThis is usually done by running one of the following (note the leading DOT):
542026-05-22T04:04:58.632Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-22T04:04:58.632Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-22T04:04:58.632Zsource "~/.cargo/env.nu" # For nushell
572026-05-22T04:04:58.632Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-22T04:04:58.632Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-22T04:04:58.632Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-22T04:04:58.635Zwarn: no default linker (`cc`) was found in your PATH
612026-05-22T04:04:58.635Zwarn: many Rust crates require a system C toolchain to build
622026-05-22T04:04:58.732Z+ rustup --version
632026-05-22T04:04:58.741Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-22T04:04:58.745Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-22T04:04:58.762Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-05-22T04:04:58.766Z+ cargo --version
672026-05-22T04:04:58.779Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-05-22T04:04:58.783Z+ rustc --version
692026-05-22T04:04:58.801Zrustc 1.95.0 (59807616e 2026-04-14)
702026-05-22T04:04:58.806Zprocess exited: duration 15772 ms, exit code 0
 
712026-05-22T04:04:58.815Zstarting task 2: "authentication"
722026-05-22T04:04:58.830Zprocess exited: duration 16 ms, exit code 0
 
732026-05-22T04:04:58.838Zstarting task 3: "clone repository"
742026-05-22T04:04:58.841Z+ mkdir -p /work/oxidecomputer/opte
752026-05-22T04:04:58.844Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-22T04:04:58.881ZCloning into '/work/oxidecomputer/opte'...
772026-05-22T04:04:59.766Z+ cd /work/oxidecomputer/opte
782026-05-22T04:04:59.766Z+ git fetch origin 99d81a9249a2776174bc63722d6f03685134a05a
792026-05-22T04:05:00.016ZFrom https://github.com/oxidecomputer/opte
802026-05-22T04:05:00.016Z * branch 99d81a9249a2776174bc63722d6f03685134a05a -> FETCH_HEAD
812026-05-22T04:05:00.023Z+ [[ -n renovate/serde_json-1.x-lockfile ]]
822026-05-22T04:05:00.026Z++ git branch --show-current
832026-05-22T04:05:00.026Z+ current=master
842026-05-22T04:05:00.026Z+ [[ master != renovate/serde_json-1.x-lockfile ]]
852026-05-22T04:05:00.026Z+ git branch -f renovate/serde_json-1.x-lockfile 99d81a9249a2776174bc63722d6f03685134a05a
862026-05-22T04:05:00.029Z+ git checkout -f renovate/serde_json-1.x-lockfile
872026-05-22T04:05:00.045ZSwitched to branch 'renovate/serde_json-1.x-lockfile'
882026-05-22T04:05:00.048Z+ git reset --hard 99d81a9249a2776174bc63722d6f03685134a05a
892026-05-22T04:05:00.051ZHEAD is now at 99d81a9 Update Rust crate serde_json to v1.0.150
902026-05-22T04:05:00.051Zprocess exited: duration 1212 ms, exit code 0
 
912026-05-22T04:05:00.059Zstarting task 4: "build"
922026-05-22T04:05:00.062Z+ source .github/buildomat/common.sh
932026-05-22T04:05:00.062Z++ rustup show active-toolchain
942026-05-22T04:05:00.066Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-22T04:05:00.069Z++ pushd xde
962026-05-22T04:05:00.070Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-05-22T04:05:00.070Z++ rustup show active-toolchain
982026-05-22T04:05:00.073Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-22T04:05:00.218Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-22T04:05:00.222Zinfo: downloading 6 components
1012026-05-22T04:05:13.631Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-22T04:05:13.718Z+++ rustup show active-toolchain -v
1032026-05-22T04:05:13.722Z+++ head -n 1
1042026-05-22T04:05:13.722Z+++ cut '-d ' -f1
1052026-05-22T04:05:13.774Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-22T04:05:13.774Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-22T04:05:13.774Z++ popd
1082026-05-22T04:05:13.780Z/work/oxidecomputer/opte
1092026-05-22T04:05:13.780Z+ TGT_BASE=/work
1102026-05-22T04:05:13.780Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1112026-05-22T04:05:13.780Z+ REL_TGT=/work/release
1122026-05-22T04:05:13.780Z+ mkdir -p /work/release
1132026-05-22T04:05:13.780Z+ cargo --version
1142026-05-22T04:05:13.786Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1152026-05-22T04:05:13.790Z+ rustc --version
1162026-05-22T04:05:13.809Zrustc 1.95.0 (59807616e 2026-04-14)
1172026-05-22T04:05:13.812Z+ header 'build xde and opteadm (release+debug)'
1182026-05-22T04:05:13.812Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1192026-05-22T04:05:13.812Z+ ptime -m cargo xtask build --profile all
1202026-05-22T04:05:13.812Z# ==== build xde and opteadm (release+debug) ==== #
1212026-05-22T04:05:13.917Z Updating crates.io index
1222026-05-22T04:05:13.954Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-05-22T04:05:14.987Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1242026-05-22T04:05:15.285Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1252026-05-22T04:05:15.597Z Updating git repository `https://github.com/oxidecomputer/zone`
1262026-05-22T04:05:15.902Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1272026-05-22T04:05:16.357Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1282026-05-22T04:05:16.636Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1292026-05-22T04:05:19.010Z Downloading crates ...
1302026-05-22T04:05:19.058Z Downloaded is_terminal_polyfill v1.70.2
1312026-05-22T04:05:19.065Z Downloaded strsim v0.11.1
1322026-05-22T04:05:19.071Z Downloaded proc-macro2 v1.0.106
1332026-05-22T04:05:19.075Z Downloaded anstream v1.0.0
1342026-05-22T04:05:19.079Z Downloaded toml_parser v1.1.2+spec-1.1.0
1352026-05-22T04:05:19.083Z Downloaded semver v1.0.28
1362026-05-22T04:05:19.087Z Downloaded cargo-platform v0.3.3
1372026-05-22T04:05:19.087Z Downloaded anstyle-query v1.1.5
1382026-05-22T04:05:19.092Z Downloaded terminal_size v0.4.4
1392026-05-22T04:05:19.103Z Downloaded clap_lex v1.1.0
1402026-05-22T04:05:19.108Z Downloaded equivalent v1.0.2
1412026-05-22T04:05:19.108Z Downloaded itoa v1.0.18
1422026-05-22T04:05:19.111Z Downloaded heck v0.5.0
1432026-05-22T04:05:19.111Z Downloaded errno v0.3.14
1442026-05-22T04:05:19.111Z Downloaded utf8parse v0.2.2
1452026-05-22T04:05:19.127Z Downloaded serde_spanned v1.1.1
1462026-05-22T04:05:19.132Z Downloaded colorchoice v1.0.5
1472026-05-22T04:05:19.140Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1482026-05-22T04:05:19.147Z Downloaded anstyle-parse v1.0.0
1492026-05-22T04:05:19.152Z Downloaded toml_writer v1.1.1+spec-1.1.0
1502026-05-22T04:05:19.163Z Downloaded thiserror-impl v2.0.18
1512026-05-22T04:05:19.169Z Downloaded quote v1.0.45
1522026-05-22T04:05:19.169Z Downloaded anstyle v1.0.14
1532026-05-22T04:05:19.175Z Downloaded thiserror v2.0.18
1542026-05-22T04:05:19.175Z Downloaded serde_derive v1.0.228
1552026-05-22T04:05:19.175Z Downloaded zmij v1.0.21
1562026-05-22T04:05:19.181Z Downloaded cargo_metadata v0.23.1
1572026-05-22T04:05:19.181Z Downloaded clap_derive v4.6.1
1582026-05-22T04:05:19.181Z Downloaded camino v1.2.2
1592026-05-22T04:05:19.187Z Downloaded bitflags v2.11.1
1602026-05-22T04:05:19.187Z Downloaded anyhow v1.0.102
1612026-05-22T04:05:19.193Z Downloaded unicode-ident v1.0.24
1622026-05-22T04:05:19.197Z Downloaded clap v4.6.1
1632026-05-22T04:05:19.204Z Downloaded toml v1.1.2+spec-1.1.0
1642026-05-22T04:05:19.210Z Downloaded serde_core v1.0.228
1652026-05-22T04:05:19.218Z Downloaded serde v1.0.228
1662026-05-22T04:05:19.235Z Downloaded memchr v2.8.0
1672026-05-22T04:05:19.241Z Downloaded indexmap v2.14.0
1682026-05-22T04:05:19.262Z Downloaded hashbrown v0.17.0
1692026-05-22T04:05:19.269Z Downloaded clap_builder v4.6.0
1702026-05-22T04:05:19.273Z Downloaded winnow v1.0.2
1712026-05-22T04:05:19.277Z Downloaded serde_json v1.0.150
1722026-05-22T04:05:19.301Z Downloaded syn v2.0.117
1732026-05-22T04:05:19.327Z Downloaded rustix v1.1.4
1742026-05-22T04:05:19.339Z Downloaded libc v0.2.186
1752026-05-22T04:05:19.385Z Compiling serde_core v1.0.228
1762026-05-22T04:05:19.385Z Compiling proc-macro2 v1.0.106
1772026-05-22T04:05:19.385Z Compiling quote v1.0.45
1782026-05-22T04:05:19.385Z Compiling unicode-ident v1.0.24
1792026-05-22T04:05:19.386Z Compiling libc v0.2.186
1802026-05-22T04:05:19.392Z Compiling rustix v1.1.4
1812026-05-22T04:05:19.392Z Compiling zmij v1.0.21
1822026-05-22T04:05:19.444Z Compiling utf8parse v0.2.2
1832026-05-22T04:05:19.570Z Compiling bitflags v2.11.1
1842026-05-22T04:05:19.598Z Compiling anstyle-parse v1.0.0
1852026-05-22T04:05:19.820Z Compiling serde_json v1.0.150
1862026-05-22T04:05:19.868Z Compiling serde v1.0.228
1872026-05-22T04:05:19.875Z Compiling colorchoice v1.0.5
1882026-05-22T04:05:19.983Z Compiling is_terminal_polyfill v1.70.2
1892026-05-22T04:05:20.014Z Compiling anstyle-query v1.1.5
1902026-05-22T04:05:20.030Z Compiling thiserror v2.0.18
1912026-05-22T04:05:20.053Z Compiling camino v1.2.2
1922026-05-22T04:05:20.058Z Compiling anstyle v1.0.14
1932026-05-22T04:05:20.172Z Compiling errno v0.3.14
1942026-05-22T04:05:20.213Z Compiling anstream v1.0.0
1952026-05-22T04:05:20.367Z Compiling memchr v2.8.0
1962026-05-22T04:05:20.409Z Compiling heck v0.5.0
1972026-05-22T04:05:20.526Z Compiling clap_lex v1.1.0
1982026-05-22T04:05:20.601Z Compiling winnow v1.0.2
1992026-05-22T04:05:20.664Z Compiling syn v2.0.117
2002026-05-22T04:05:20.723Z Compiling strsim v0.11.1
2012026-05-22T04:05:20.724Z Compiling anyhow v1.0.102
2022026-05-22T04:05:20.911Z Compiling terminal_size v0.4.4
2032026-05-22T04:05:21.031Z Compiling itoa v1.0.18
2042026-05-22T04:05:21.063Z Compiling clap_builder v4.6.0
2052026-05-22T04:05:21.246Z Compiling toml_parser v1.1.2+spec-1.1.0
2062026-05-22T04:05:21.301Z Compiling toml_writer v1.1.1+spec-1.1.0
2072026-05-22T04:05:22.372Z Compiling toml_datetime v1.1.1+spec-1.1.0
2082026-05-22T04:05:22.410Z Compiling serde_spanned v1.1.1
2092026-05-22T04:05:22.410Z Compiling cargo-platform v0.3.3
2102026-05-22T04:05:22.410Z Compiling semver v1.0.28
2112026-05-22T04:05:22.410Z Compiling toml v1.1.2+spec-1.1.0
2122026-05-22T04:05:23.087Z Compiling serde_derive v1.0.228
2132026-05-22T04:05:23.397Z Compiling thiserror-impl v2.0.18
2142026-05-22T04:05:23.423Z Compiling clap_derive v4.6.1
2152026-05-22T04:05:25.042Z Compiling clap v4.6.1
2162026-05-22T04:05:26.660Z Compiling cargo_metadata v0.23.1
2172026-05-22T04:05:28.601Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2182026-05-22T04:05:30.212Z Finished `dev` profile [optimized + debuginfo] target(s) in 16.34s
2192026-05-22T04:05:30.264Z Running `target/debug/xtask build --profile all`
2202026-05-22T04:05:33.201ZBuilding opteadm (release).
2212026-05-22T04:05:33.255Z Compiling proc-macro2 v1.0.106
2222026-05-22T04:05:33.255Z Compiling unicode-ident v1.0.24
2232026-05-22T04:05:33.255Z Compiling quote v1.0.45
2242026-05-22T04:05:33.255Z Compiling serde_core v1.0.228
2252026-05-22T04:05:33.255Z Compiling libc v0.2.186
2262026-05-22T04:05:33.255Z Compiling cfg-if v1.0.4
2272026-05-22T04:05:33.255Z Compiling memchr v2.8.0
2282026-05-22T04:05:33.255Z Compiling thiserror v2.0.18
2292026-05-22T04:05:33.256Z Compiling ident_case v1.0.1
2302026-05-22T04:05:33.256Z Compiling fnv v1.0.7
2312026-05-22T04:05:33.256Z Compiling strsim v0.11.1
2322026-05-22T04:05:33.256Z Compiling regex-syntax v0.8.10
2332026-05-22T04:05:33.256Z Compiling either v1.15.0
2342026-05-22T04:05:33.256Z Compiling aho-corasick v1.1.4
2352026-05-22T04:05:33.256Z Compiling winnow v1.0.2
2362026-05-22T04:05:33.256Z Compiling serde v1.0.228
2372026-05-22T04:05:33.256Z Compiling anyhow v1.0.102
2382026-05-22T04:05:33.256Z Compiling hashbrown v0.17.0
2392026-05-22T04:05:33.256Z Compiling equivalent v1.0.2
2402026-05-22T04:05:33.256Z Compiling zerocopy v0.8.48
2412026-05-22T04:05:33.256Z Compiling syn v2.0.117
2422026-05-22T04:05:33.256Z Compiling itertools v0.14.0
2432026-05-22T04:05:33.256Z Compiling indexmap v2.14.0
2442026-05-22T04:05:33.279Z Compiling heapless v0.8.0
2452026-05-22T04:05:33.474Z Compiling toml_parser v1.1.2+spec-1.1.0
2462026-05-22T04:05:33.538Z Compiling byteorder v1.5.0
2472026-05-22T04:05:33.759Z Compiling regex-automata v0.4.14
2482026-05-22T04:05:33.823Z Compiling toml_datetime v1.1.1+spec-1.1.0
2492026-05-22T04:05:33.849Z Compiling hash32 v0.3.1
2502026-05-22T04:05:33.974Z Compiling toml_edit v0.25.11+spec-1.1.0
2512026-05-22T04:05:34.060Z Compiling rustversion v1.0.22
2522026-05-22T04:05:34.174Z Compiling bitflags v2.11.1
2532026-05-22T04:05:34.216Z Compiling stable_deref_trait v1.2.1
2542026-05-22T04:05:34.256Z Compiling syn v1.0.109
2552026-05-22T04:05:34.263Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2562026-05-22T04:05:34.389Z Compiling macaddr v1.0.1
2572026-05-22T04:05:34.438Z Compiling smoltcp v0.11.0
2582026-05-22T04:05:34.521Z Compiling proc-macro-crate v3.5.0
2592026-05-22T04:05:34.582Z Compiling rustix v1.1.4
2602026-05-22T04:05:34.699Z Compiling version_check v0.9.5
2612026-05-22T04:05:34.795Z Compiling bitflags v1.3.2
2622026-05-22T04:05:34.803Z Compiling rand_core v0.10.1
2632026-05-22T04:05:34.833Z Compiling managed v0.8.0
2642026-05-22T04:05:34.853Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
2652026-05-22T04:05:34.938Z Compiling getrandom v0.4.2
2662026-05-22T04:05:34.959Z Compiling ref-cast v1.0.25
2672026-05-22T04:05:35.056Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2682026-05-22T04:05:35.165Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2692026-05-22T04:05:35.289Z Compiling errno v0.3.14
2702026-05-22T04:05:35.310Z Compiling cpufeatures v0.3.0
2712026-05-22T04:05:35.358Z Compiling foreign-types-shared v0.3.1
2722026-05-22T04:05:35.378Z Compiling regex v1.12.3
2732026-05-22T04:05:35.514Z Compiling ipnetwork v0.21.1
2742026-05-22T04:05:35.631Z Compiling darling_core v0.21.3
2752026-05-22T04:05:35.749Z Compiling utf8parse v0.2.2
2762026-05-22T04:05:35.843Z Compiling unicode-width v0.2.2
2772026-05-22T04:05:35.875Z Compiling once_cell v1.21.4
2782026-05-22T04:05:36.098Z Compiling tabwriter v1.4.1
2792026-05-22T04:05:36.141Z Compiling tracing-core v0.1.36
2802026-05-22T04:05:36.147Z Compiling anstyle-parse v1.0.0
2812026-05-22T04:05:36.236Z Compiling cstr-argument v0.1.2
2822026-05-22T04:05:36.374Z Compiling chacha20 v0.10.0
2832026-05-22T04:05:36.775Z Compiling thiserror-impl v2.0.18
2842026-05-22T04:05:36.902Z Compiling zerocopy-derive v0.8.48
2852026-05-22T04:05:36.915Z Compiling serde_derive v1.0.228
2862026-05-22T04:05:36.929Z Compiling ref-cast-impl v1.0.25
2872026-05-22T04:05:37.084Z Compiling num_enum_derive v0.7.6
2882026-05-22T04:05:37.506Z Compiling foreign-types-macros v0.2.3
2892026-05-22T04:05:37.731Z Compiling darling_macro v0.21.3
2902026-05-22T04:05:37.768Z Compiling tracing-attributes v0.1.31
2912026-05-22T04:05:38.098Z Compiling cobs v0.3.0
2922026-05-22T04:05:38.113Z Compiling num_enum v0.7.6
2932026-05-22T04:05:38.163Z Compiling foreign-types v0.5.0
2942026-05-22T04:05:38.216Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2952026-05-22T04:05:38.228Z Compiling anstyle-query v1.1.5
2962026-05-22T04:05:38.249Z Compiling darling v0.21.3
2972026-05-22T04:05:38.301Z Compiling pretty-hex v0.4.2
2982026-05-22T04:05:38.310Z Compiling ingot-macros v0.1.1
2992026-05-22T04:05:38.313Z Compiling is_terminal_polyfill v1.70.2
3002026-05-22T04:05:38.348Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3012026-05-22T04:05:38.382Z Compiling anstyle v1.0.14
3022026-05-22T04:05:38.420Z Compiling pin-project-lite v0.2.17
3032026-05-22T04:05:38.507Z Compiling dyn-clone v1.0.20
3042026-05-22T04:05:38.612Z Compiling colorchoice v1.0.5
3052026-05-22T04:05:38.639Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
3062026-05-22T04:05:38.698Z Compiling anstream v1.0.0
3072026-05-22T04:05:38.712Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
3082026-05-22T04:05:38.822Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3092026-05-22T04:05:38.868Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3102026-05-22T04:05:38.938Z Compiling tracing v0.1.44
3112026-05-22T04:05:39.109Z Compiling terminal_size v0.4.4
3122026-05-22T04:05:40.479Z Compiling rand v0.10.1
3132026-05-22T04:05:40.576Z Compiling uuid v1.23.1
3142026-05-22T04:05:40.576Z Compiling socket2 v0.6.3
3152026-05-22T04:05:40.576Z Compiling oxnet v0.1.5
3162026-05-22T04:05:40.576Z Compiling colored v3.1.1
3172026-05-22T04:05:40.576Z Compiling clap_lex v1.1.0
3182026-05-22T04:05:40.576Z Compiling heck v0.5.0
3192026-05-22T04:05:40.599Z Compiling clap_derive v4.6.1
3202026-05-22T04:05:40.599Z Compiling clap_builder v4.6.0
3212026-05-22T04:05:40.599Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3222026-05-22T04:05:40.599Z Compiling postcard v1.1.3
3232026-05-22T04:05:41.247Z Compiling ingot-types v0.1.2
3242026-05-22T04:05:41.557Z Compiling ingot v0.1.1
3252026-05-22T04:05:41.698Z Compiling clap v4.6.1
3262026-05-22T04:05:43.230Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3272026-05-22T04:05:44.238Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3282026-05-22T04:05:45.271Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3292026-05-22T04:05:51.695Z Finished `release` profile [optimized + debuginfo] target(s) in 19.89s
3302026-05-22T04:05:51.723ZBuilding xde (release-lto).
3312026-05-22T04:05:51.968Z Updating crates.io index
3322026-05-22T04:05:52.063Z Downloading crates ...
3332026-05-22T04:05:52.113Z Downloaded addr2line v0.25.1
3342026-05-22T04:05:52.116Z Downloaded rustc-demangle v0.1.27
3352026-05-22T04:05:52.121Z Downloaded rustc-literal-escaper v0.0.7
3362026-05-22T04:05:52.125Z Downloaded adler2 v2.0.1
3372026-05-22T04:05:52.138Z Downloaded memchr v2.7.6
3382026-05-22T04:05:52.141Z Downloaded foldhash v0.2.0
3392026-05-22T04:05:52.142Z Downloaded getopts v0.2.24
3402026-05-22T04:05:52.153Z Downloaded miniz_oxide v0.8.9
3412026-05-22T04:05:52.167Z Downloaded hashbrown v0.16.1
3422026-05-22T04:05:52.196Z Downloaded object v0.37.3
3432026-05-22T04:05:52.201Z Downloaded gimli v0.32.3
3442026-05-22T04:05:52.238Z Downloaded libc v0.2.183
3452026-05-22T04:05:52.298Z 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-22T04:05:52.301Z 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-22T04:05:52.301Z Compiling proc-macro2 v1.0.106
3482026-05-22T04:05:52.301Z Compiling quote v1.0.45
3492026-05-22T04:05:52.301Z Compiling unicode-ident v1.0.24
3502026-05-22T04:05:52.301Z Compiling ident_case v1.0.1
3512026-05-22T04:05:52.302Z Compiling strsim v0.11.1
3522026-05-22T04:05:52.302Z Compiling serde_core v1.0.228
3532026-05-22T04:05:52.464Z Compiling fnv v1.0.7
3542026-05-22T04:05:52.468Z Compiling memchr v2.8.0
3552026-05-22T04:05:52.555Z Compiling regex-syntax v0.8.10
3562026-05-22T04:05:52.714Z Compiling either v1.15.0
3572026-05-22T04:05:52.719Z Compiling zerocopy v0.8.48
3582026-05-22T04:05:52.728Z Compiling thiserror v2.0.18
3592026-05-22T04:05:52.846Z Compiling serde v1.0.228
3602026-05-22T04:05:52.915Z Compiling aho-corasick v1.1.4
3612026-05-22T04:05:53.123Z Compiling itertools v0.14.0
3622026-05-22T04:05:53.303Z Compiling heapless v0.8.0
3632026-05-22T04:05:53.307Z Compiling smoltcp v0.11.0
3642026-05-22T04:05:53.483Z Compiling syn v2.0.117
3652026-05-22T04:05:53.556Z Compiling version_check v0.9.5
3662026-05-22T04:05:53.720Z Compiling crc32fast v1.5.0
3672026-05-22T04:05:53.767Z Compiling ref-cast v1.0.25
3682026-05-22T04:05:53.919Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3692026-05-22T04:05:54.063Z Compiling regex-automata v0.4.14
3702026-05-22T04:05:55.579Z Compiling regex v1.12.3
3712026-05-22T04:05:55.740Z Compiling darling_core v0.21.3
3722026-05-22T04:05:55.744Z Compiling darling_core v0.23.0
3732026-05-22T04:05:56.649Z Compiling serde_derive v1.0.228
3742026-05-22T04:05:56.649Z Compiling zerocopy-derive v0.8.48
3752026-05-22T04:05:56.649Z Compiling thiserror-impl v2.0.18
3762026-05-22T04:05:56.649Z Compiling ref-cast-impl v1.0.25
3772026-05-22T04:05:56.653Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3782026-05-22T04:05:58.208Z Compiling darling_macro v0.21.3
3792026-05-22T04:05:58.220Z Compiling darling_macro v0.23.0
3802026-05-22T04:05:59.116Z Compiling darling v0.23.0
3812026-05-22T04:05:59.135Z Compiling darling v0.21.3
3822026-05-22T04:05:59.178Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3832026-05-22T04:05:59.194Z Compiling ingot-macros v0.1.1
3842026-05-22T04:06:04.163Z 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-22T04:06:06.228Z Compiling byteorder v1.5.0
3862026-05-22T04:06:06.228Z Compiling macaddr v1.0.1
3872026-05-22T04:06:06.232Z Compiling cfg-if v1.0.4
3882026-05-22T04:06:06.232Z Compiling stable_deref_trait v1.2.1
3892026-05-22T04:06:06.295Z Compiling managed v0.8.0
3902026-05-22T04:06:06.302Z Compiling cobs v0.3.0
3912026-05-22T04:06:06.328Z Compiling bitflags v1.3.2
3922026-05-22T04:06:06.392Z Compiling hash32 v0.3.1
3932026-05-22T04:06:06.532Z Compiling dyn-clone v1.0.20
3942026-05-22T04:06:06.590Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3952026-05-22T04:06:07.827Z Compiling bitflags v2.11.1
3962026-05-22T04:06:07.827Z Compiling uuid v1.23.1
3972026-05-22T04:06:07.969Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3982026-05-22T04:06:08.264Z Compiling postcard v1.1.3
3992026-05-22T04:06:09.064Z Compiling ingot-types v0.1.2
4002026-05-22T04:06:09.375Z Compiling ingot v0.1.1
4012026-05-22T04:06:10.856Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4022026-05-22T04:06:14.524Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4032026-05-22T04:06:23.211Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4042026-05-22T04:06:52.041Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 59.36s
4052026-05-22T04:06:52.059ZLinking xde kmod...
4062026-05-22T04:06:52.059ZBuilding xde dev link helper (release).
4072026-05-22T04:06:52.060Z 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-22T04:06:52.060Z 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-22T04:06:52.060Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4102026-05-22T04:07:02.684Z 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-22T04:07:05.033Z Finished `release` profile [optimized + debuginfo] target(s) in 13.31s
4122026-05-22T04:07:05.059ZBuilding opteadm (dev).
4132026-05-22T04:07:05.208Z Compiling serde_core v1.0.228
4142026-05-22T04:07:05.208Z Compiling libc v0.2.186
4152026-05-22T04:07:05.208Z Compiling cfg-if v1.0.4
4162026-05-22T04:07:05.208Z Compiling ident_case v1.0.1
4172026-05-22T04:07:05.212Z Compiling strsim v0.11.1
4182026-05-22T04:07:05.212Z Compiling fnv v1.0.7
4192026-05-22T04:07:05.212Z Compiling memchr v2.8.0
4202026-05-22T04:07:05.212Z Compiling syn v2.0.117
4212026-05-22T04:07:05.279Z Compiling regex-syntax v0.8.10
4222026-05-22T04:07:05.310Z Compiling either v1.15.0
4232026-05-22T04:07:05.321Z Compiling hashbrown v0.17.0
4242026-05-22T04:07:05.489Z Compiling winnow v1.0.2
4252026-05-22T04:07:05.500Z Compiling zerocopy v0.8.48
4262026-05-22T04:07:05.768Z Compiling aho-corasick v1.1.4
4272026-05-22T04:07:05.837Z Compiling equivalent v1.0.2
4282026-05-22T04:07:05.869Z Compiling serde v1.0.228
4292026-05-22T04:07:05.909Z Compiling indexmap v2.14.0
4302026-05-22T04:07:06.000Z Compiling itertools v0.14.0
4312026-05-22T04:07:06.211Z Compiling byteorder v1.5.0
4322026-05-22T04:07:06.384Z Compiling toml_parser v1.1.2+spec-1.1.0
4332026-05-22T04:07:06.485Z Compiling toml_datetime v1.1.1+spec-1.1.0
4342026-05-22T04:07:06.488Z Compiling heapless v0.8.0
4352026-05-22T04:07:06.691Z Compiling regex-automata v0.4.14
4362026-05-22T04:07:06.917Z Compiling toml_edit v0.25.11+spec-1.1.0
4372026-05-22T04:07:06.940Z Compiling hash32 v0.3.1
4382026-05-22T04:07:07.088Z Compiling smoltcp v0.11.0
4392026-05-22T04:07:07.113Z Compiling syn v1.0.109
4402026-05-22T04:07:07.206Z Compiling bitflags v2.11.1
4412026-05-22T04:07:07.264Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4422026-05-22T04:07:07.383Z Compiling rustversion v1.0.22
4432026-05-22T04:07:07.421Z Compiling stable_deref_trait v1.2.1
4442026-05-22T04:07:07.433Z Compiling macaddr v1.0.1
4452026-05-22T04:07:07.556Z Compiling proc-macro-crate v3.5.0
4462026-05-22T04:07:07.647Z Compiling bitflags v1.3.2
4472026-05-22T04:07:07.674Z Compiling version_check v0.9.5
4482026-05-22T04:07:07.711Z Compiling darling_core v0.21.3
4492026-05-22T04:07:07.770Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4502026-05-22T04:07:07.824Z Compiling getrandom v0.4.2
4512026-05-22T04:07:07.942Z Compiling managed v0.8.0
4522026-05-22T04:07:07.960Z Compiling rand_core v0.10.1
4532026-05-22T04:07:07.980Z Compiling ref-cast v1.0.25
4542026-05-22T04:07:08.001Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4552026-05-22T04:07:08.243Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4562026-05-22T04:07:08.331Z Compiling errno v0.3.14
4572026-05-22T04:07:08.506Z Compiling regex v1.12.3
4582026-05-22T04:07:08.863Z Compiling foreign-types-shared v0.3.1
4592026-05-22T04:07:08.886Z Compiling once_cell v1.21.4
4602026-05-22T04:07:08.943Z Compiling unicode-width v0.2.2
4612026-05-22T04:07:08.956Z Compiling thiserror-impl v2.0.18
4622026-05-22T04:07:09.116Z Compiling serde_derive v1.0.228
4632026-05-22T04:07:09.241Z Compiling zerocopy-derive v0.8.48
4642026-05-22T04:07:09.252Z Compiling ref-cast-impl v1.0.25
4652026-05-22T04:07:09.821Z Compiling darling_macro v0.21.3
4662026-05-22T04:07:09.830Z Compiling num_enum_derive v0.7.6
4672026-05-22T04:07:09.842Z Compiling foreign-types-macros v0.2.3
4682026-05-22T04:07:10.162Z Compiling thiserror v2.0.18
4692026-05-22T04:07:10.257Z Compiling cobs v0.3.0
4702026-05-22T04:07:10.376Z Compiling darling v0.21.3
4712026-05-22T04:07:10.447Z Compiling ingot-macros v0.1.1
4722026-05-22T04:07:10.465Z Compiling ipnetwork v0.21.1
4732026-05-22T04:07:10.536Z Compiling cpufeatures v0.3.0
4742026-05-22T04:07:10.606Z Compiling chacha20 v0.10.0
4752026-05-22T04:07:10.823Z Compiling num_enum v0.7.6
4762026-05-22T04:07:10.934Z Compiling foreign-types v0.5.0
4772026-05-22T04:07:10.978Z Compiling tabwriter v1.4.1
4782026-05-22T04:07:11.001Z Compiling cstr-argument v0.1.2
4792026-05-22T04:07:11.023Z Compiling tracing-core v0.1.36
4802026-05-22T04:07:11.162Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4812026-05-22T04:07:11.392Z Compiling tracing-attributes v0.1.31
4822026-05-22T04:07:11.434Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4832026-05-22T04:07:11.738Z Compiling rustix v1.1.4
4842026-05-22T04:07:12.279Z Compiling postcard v1.1.3
4852026-05-22T04:07:12.397Z Compiling anyhow v1.0.102
4862026-05-22T04:07:12.430Z Compiling pretty-hex v0.4.2
4872026-05-22T04:07:12.448Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
4882026-05-22T04:07:12.555Z Compiling pin-project-lite v0.2.17
4892026-05-22T04:07:12.584Z Compiling dyn-clone v1.0.20
4902026-05-22T04:07:12.618Z Compiling tracing v0.1.44
4912026-05-22T04:07:12.637Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4922026-05-22T04:07:12.673Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4932026-05-22T04:07:12.742Z Compiling terminal_size v0.4.4
4942026-05-22T04:07:12.899Z Compiling rand v0.10.1
4952026-05-22T04:07:12.903Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4962026-05-22T04:07:12.930Z Compiling uuid v1.23.1
4972026-05-22T04:07:12.959Z Compiling socket2 v0.6.3
4982026-05-22T04:07:13.014Z Compiling oxnet v0.1.5
4992026-05-22T04:07:13.036Z Compiling colored v3.1.1
5002026-05-22T04:07:13.209Z Compiling clap_derive v4.6.1
5012026-05-22T04:07:13.486Z Compiling ingot-types v0.1.2
5022026-05-22T04:07:13.506Z Compiling clap_builder v4.6.0
5032026-05-22T04:07:13.660Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5042026-05-22T04:07:13.865Z Compiling ingot v0.1.1
5052026-05-22T04:07:15.100Z Compiling clap v4.6.1
5062026-05-22T04:07:15.467Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5072026-05-22T04:07:17.845Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5082026-05-22T04:07:19.022Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5092026-05-22T04:07:23.385Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.32s
5102026-05-22T04:07:23.413ZBuilding xde (dev).
5112026-05-22T04:07:23.645Z 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-22T04:07:23.645Z 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-22T04:07:23.645Z Compiling proc-macro2 v1.0.106
5142026-05-22T04:07:23.645Z Compiling unicode-ident v1.0.24
5152026-05-22T04:07:23.645Z Compiling quote v1.0.45
5162026-05-22T04:07:23.651Z Compiling strsim v0.11.1
5172026-05-22T04:07:23.652Z Compiling ident_case v1.0.1
5182026-05-22T04:07:23.652Z Compiling serde_core v1.0.228
5192026-05-22T04:07:23.763Z Compiling memchr v2.8.0
5202026-05-22T04:07:23.767Z Compiling fnv v1.0.7
5212026-05-22T04:07:23.846Z Compiling regex-syntax v0.8.10
5222026-05-22T04:07:24.033Z Compiling either v1.15.0
5232026-05-22T04:07:24.040Z Compiling serde v1.0.228
5242026-05-22T04:07:24.040Z Compiling thiserror v2.0.18
5252026-05-22T04:07:24.151Z Compiling aho-corasick v1.1.4
5262026-05-22T04:07:24.207Z Compiling zerocopy v0.8.48
5272026-05-22T04:07:24.425Z Compiling itertools v0.14.0
5282026-05-22T04:07:24.444Z Compiling heapless v0.8.0
5292026-05-22T04:07:24.750Z Compiling syn v2.0.117
5302026-05-22T04:07:24.852Z Compiling smoltcp v0.11.0
5312026-05-22T04:07:24.868Z Compiling ref-cast v1.0.25
5322026-05-22T04:07:24.924Z Compiling crc32fast v1.5.0
5332026-05-22T04:07:25.252Z Compiling version_check v0.9.5
5342026-05-22T04:07:25.263Z Compiling regex-automata v0.4.14
5352026-05-22T04:07:25.617Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5362026-05-22T04:07:26.802Z Compiling regex v1.12.3
5372026-05-22T04:07:27.011Z Compiling darling_core v0.21.3
5382026-05-22T04:07:27.011Z Compiling darling_core v0.23.0
5392026-05-22T04:07:27.975Z Compiling thiserror-impl v2.0.18
5402026-05-22T04:07:27.975Z Compiling zerocopy-derive v0.8.48
5412026-05-22T04:07:27.978Z Compiling serde_derive v1.0.228
5422026-05-22T04:07:27.978Z Compiling ref-cast-impl v1.0.25
5432026-05-22T04:07:27.978Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5442026-05-22T04:07:29.560Z Compiling darling_macro v0.21.3
5452026-05-22T04:07:29.692Z Compiling darling_macro v0.23.0
5462026-05-22T04:07:30.459Z Compiling darling v0.21.3
5472026-05-22T04:07:30.525Z Compiling ingot-macros v0.1.1
5482026-05-22T04:07:30.623Z Compiling darling v0.23.0
5492026-05-22T04:07:30.686Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5502026-05-22T04:07:35.070Z 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-22T04:07:36.765Z Compiling byteorder v1.5.0
5522026-05-22T04:07:36.765Z Compiling cfg-if v1.0.4
5532026-05-22T04:07:36.765Z Compiling stable_deref_trait v1.2.1
5542026-05-22T04:07:36.768Z Compiling macaddr v1.0.1
5552026-05-22T04:07:36.830Z Compiling managed v0.8.0
5562026-05-22T04:07:36.835Z Compiling cobs v0.3.0
5572026-05-22T04:07:36.872Z Compiling bitflags v1.3.2
5582026-05-22T04:07:36.940Z Compiling hash32 v0.3.1
5592026-05-22T04:07:37.112Z Compiling dyn-clone v1.0.20
5602026-05-22T04:07:37.203Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5612026-05-22T04:07:38.308Z Compiling bitflags v2.11.1
5622026-05-22T04:07:38.308Z Compiling uuid v1.23.1
5632026-05-22T04:07:38.439Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5642026-05-22T04:07:38.720Z Compiling postcard v1.1.3
5652026-05-22T04:07:39.567Z Compiling ingot-types v0.1.2
5662026-05-22T04:07:39.841Z Compiling ingot v0.1.1
5672026-05-22T04:07:41.221Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5682026-05-22T04:07:45.400Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5692026-05-22T04:07:55.630Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5702026-05-22T04:08:03.774Z Finished `dev` profile [optimized + debuginfo] target(s) in 40.33s
5712026-05-22T04:08:03.797ZLinking xde kmod...
5722026-05-22T04:08:04.894ZBuilding xde dev link helper (dev).
5732026-05-22T04:08:05.057Z 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-22T04:08:05.057Z 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-22T04:08:05.058Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5762026-05-22T04:08:15.426Z 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-22T04:08:17.629Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.70s
5782026-05-22T04:08:17.649Z
5792026-05-22T04:08:17.653Zreal 3:03.834659474
5802026-05-22T04:08:17.653Zuser 8:51.576168762
5812026-05-22T04:08:17.653Zsys 58.079516181
5822026-05-22T04:08:17.653Ztrap 0.229749463
5832026-05-22T04:08:17.653Ztflt 0.872429647
5842026-05-22T04:08:17.653Zdflt 1.405521077
5852026-05-22T04:08:17.653Zkflt 0.006750840
5862026-05-22T04:08:17.653Zlock 30:08.975838169
5872026-05-22T04:08:17.653Zslp 20:44.739777229
5882026-05-22T04:08:17.653Zlat 21.397566179
5892026-05-22T04:08:17.653Zstop 31.244317776
5902026-05-22T04:08:17.653Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5912026-05-22T04:08:17.653Z+ grep GOTPCREL
5922026-05-22T04:08:18.545Z+ header 'package opte'
5932026-05-22T04:08:18.546Z+ echo '# ==== package opte ==== #'
5942026-05-22T04:08:18.546Z+ cargo xtask package --skip-build --profile all
5952026-05-22T04:08:18.546Z# ==== package opte ==== #
5962026-05-22T04:08:18.681Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s
5972026-05-22T04:08:18.685Z Running `target/debug/xtask package --skip-build --profile all`
5982026-05-22T04:08:18.889Z+ ./clean.sh
5992026-05-22T04:08:18.896Z+ mkdir -p proto/kernel/drv/amd64
6002026-05-22T04:08:18.900Z+ mkdir -p proto/opt/oxide/opte/bin
6012026-05-22T04:08:18.900Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6022026-05-22T04:08:18.903Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6032026-05-22T04:08:18.918Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6042026-05-22T04:08:18.948Z+ cp ../xde/xde.conf proto/kernel/drv/
6052026-05-22T04:08:18.951Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6062026-05-22T04:08:18.951Z+ '[' -z ']'
6072026-05-22T04:08:18.951Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6082026-05-22T04:08:18.977Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6092026-05-22T04:08:19.051Z+ INC_DEBUG=
6102026-05-22T04:08:19.051Z+ typeset -ri TAG=0
6112026-05-22T04:08:19.054Z++ ./print-api-version.sh
6122026-05-22T04:08:19.057Z+ API_VSN=40
6132026-05-22T04:08:19.061Z+ PKG_VERSION=0.40.481-3.0
6142026-05-22T04:08:19.061Z+ sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.40.481-3.0/g opte.template.p5m
6152026-05-22T04:08:19.061Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6162026-05-22T04:08:19.577Z+ pkgdepend generate -d proto opte.base.p5m
6172026-05-22T04:08:19.914Z+ mkdir -p packages
6182026-05-22T04:08:19.917Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6192026-05-22T04:08:26.954Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6202026-05-22T04:08:26.957Z+ pkgrepo create packages/repo
6212026-05-22T04:08:27.169Z+ pkgrepo add-publisher -s packages/repo helios
6222026-05-22T04:08:27.376Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6232026-05-22T04:08:55.869Zpkg://helios/driver/network/opte@0.40.481,5.11-3.0:20260522T040826Z
6242026-05-22T04:08:55.869ZPUBLISHED
6252026-05-22T04:08:55.904Z+ pkgrecv -a -d packages/repo/opte-0.40.481-3.0.p5p -s packages/repo -v -m latest '*'
6262026-05-22T04:08:56.089ZRetrieving packages for publisher helios ...
6272026-05-22T04:08:56.094ZRetrieving catalog 'helios' ... Done
6282026-05-22T04:08:56.094ZRetrieving and evaluating 1 package(s)...
6292026-05-22T04:08:56.094ZFetching manifests: 1/1 100% complete
6302026-05-22T04:08:56.094ZFetching manifests: 1/1 100% complete
6312026-05-22T04:08:56.094Z
6322026-05-22T04:08:56.094ZArchiving packages ...
6332026-05-22T04:08:56.094Z Packages to add: 1
6342026-05-22T04:08:56.094Z Files to retrieve: 6
6352026-05-22T04:08:56.094ZEstimated transfer size: 36.16 MB
6362026-05-22T04:08:56.094Z
6372026-05-22T04:08:56.094ZPackages to archive:
6382026-05-22T04:08:56.094Zdriver/network/opte@0.40.481,5.11-3.0:20260522T040826Z
6392026-05-22T04:08:56.094Z
6402026-05-22T04:08:56.094ZDownload: 0/6 items 0.0/36.2MB 0% complete
6412026-05-22T04:08:56.158ZDownload: Completed 36.16 MB in 0.07 seconds (545M/s)
6422026-05-22T04:08:56.163ZArchiving: 1/20 items 0.0/36.2MB 0% complete
6432026-05-22T04:08:56.176ZArchiving: Completed 36.19 MB in 0.02 seconds
6442026-05-22T04:08:56.216ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.40.481-3.0.p5p.
6452026-05-22T04:08:56.220Z+ banner copy
6462026-05-22T04:08:56.225Z
6472026-05-22T04:08:56.225Z #### #### ##### # #
6482026-05-22T04:08:56.225Z # # # # # # # #
6492026-05-22T04:08:56.225Z # # # # # #
6502026-05-22T04:08:56.225Z # # # ##### #
6512026-05-22T04:08:56.225Z # # # # # #
6522026-05-22T04:08:56.225Z #### #### # #
6532026-05-22T04:08:56.225Z
6542026-05-22T04:08:56.225Z+ pfexec mkdir -p /out
6552026-05-22T04:08:56.231Z+ pfexec chown 12345 /out
6562026-05-22T04:08:56.231Z+ PKG_NAME=/out/opte.p5p
6572026-05-22T04:08:56.231Z+ mv pkg/packages/repo/opte-0.40.481-3.0.p5p /out/opte.p5p
6582026-05-22T04:08:56.254Z+ sha256sum /out/opte.p5p
6592026-05-22T04:08:56.282Zprocess exited: duration 236218 ms, exit code 0
 
6602026-05-22T04:08:56.311Zfound 2 output files
6612026-05-22T04:08:56.312Zuploading: /out/opte.p5p (37959680 bytes)
6622026-05-22T04:08:57.776Zuploaded: /out/opte.p5p
6632026-05-22T04:08:57.776Zuploading: /out/opte.p5p.sha256 (80 bytes)
6642026-05-22T04:08:58.786Zuploaded: /out/opte.p5p.sha256