01M10S9YP8BPZH6CDF1B1FVYKE: 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: 01M10SBVV57W5TJC67HMNBKDDW

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-27T04:59:53.936Zjob assigned to worker 01M10SC7EPTQJWD0QVPKSG14SH [factory aws, i-081b878331805add4] (queued for 53 s)
 
22026-08-27T05:00:00.722Zstarting task 0: "setup"
32026-08-27T05:00:00.726Z++ uname -s
42026-08-27T05:00:00.729Z+ kern=SunOS
52026-08-27T05:00:00.729Z+ build_user=build
62026-08-27T05:00:00.729Z+ build_uid=12345
72026-08-27T05:00:00.729Z+ work_dir=/work
82026-08-27T05:00:00.729Z+ input_dir=/input
92026-08-27T05:00:00.729Z+ [[ 0 == 12345 ]]
102026-08-27T05:00:00.729Z+ case "$kern" in
112026-08-27T05:00:00.729Z+ groupadd -g 12345 build
122026-08-27T05:00:00.732Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-27T05:00:02.734Z+ zfs create -o mountpoint=/work rpool/work
142026-08-27T05:00:02.786Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-27T05:00:02.789Z+ home_fs=zfs
162026-08-27T05:00:02.789Z+ [[ zfs == autofs ]]
172026-08-27T05:00:02.789Z+ mkdir -p /home/build
182026-08-27T05:00:02.789Z+ chown build:build /home/build /work
192026-08-27T05:00:04.787Z+ chmod 0700 /home/build /work
202026-08-27T05:00:04.790Zprocess exited: duration 4067 ms, exit code 0
 
212026-08-27T05:00:04.798Zstarting task 1: "rust-toolchain"
222026-08-27T05:00:04.803Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-27T05:00:04.803Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-27T05:00:04.803Z * rust toolchain channel = "1.97.1"
252026-08-27T05:00:04.803Z * rust toolchain profile = "default"
262026-08-27T05:00:04.803Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-27T05:00:04.803Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-27T05:00:04.803Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-27T05:00:04.803Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-27T05:00:04.881Zinfo: downloading installer
312026-08-27T05:00:06.422Zwarn: It looks like you have an existing rustup settings file at:
322026-08-27T05:00:06.422Zwarn: /home/build/.rustup/settings.toml
332026-08-27T05:00:06.422Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-27T05:00:06.422Zwarn: instead of the one inferred from the default host triple.
352026-08-27T05:00:06.435Zinfo: profile set to default
362026-08-27T05:00:06.435Zinfo: default host triple is x86_64-unknown-illumos
372026-08-27T05:00:06.443Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-27T05:00:06.561Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-27T05:00:06.564Zinfo: downloading 6 components
402026-08-27T05:00:21.159Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-27T05:00:21.159Z
422026-08-27T05:00:21.190Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-27T05:00:21.190Z
442026-08-27T05:00:21.190Z
452026-08-27T05:00:21.190ZRust is installed now. Great!
462026-08-27T05:00:21.190Z
472026-08-27T05:00:21.190ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-27T05:00:21.190Zenvironment variable. This has not been done automatically.
492026-08-27T05:00:21.190Z
502026-08-27T05:00:21.190ZTo configure your current shell, you need to source
512026-08-27T05:00:21.190Zthe corresponding env file under $HOME/.cargo.
522026-08-27T05:00:21.190Z
532026-08-27T05:00:21.190ZThis is usually done by running one of the following (note the leading DOT):
542026-08-27T05:00:21.190Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-27T05:00:21.190Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-27T05:00:21.190Zsource "~/.cargo/env.nu" # For nushell
572026-08-27T05:00:21.190Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-27T05:00:21.190Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-27T05:00:21.190Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-27T05:00:21.193Zwarn: no default linker (`cc`) was found in your PATH
612026-08-27T05:00:21.194Zwarn: many Rust crates require a system C toolchain to build
622026-08-27T05:00:21.275Z+ rustup --version
632026-08-27T05:00:21.285Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-27T05:00:21.288Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-27T05:00:21.305Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-27T05:00:21.308Z+ cargo --version
672026-08-27T05:00:21.326Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-27T05:00:21.330Z+ rustc --version
692026-08-27T05:00:21.355Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-27T05:00:21.363Zprocess exited: duration 16550 ms, exit code 0
 
712026-08-27T05:00:21.384Zstarting task 2: "authentication"
722026-08-27T05:00:21.396Zprocess exited: duration 18 ms, exit code 0
 
732026-08-27T05:00:21.406Zstarting task 3: "clone repository"
742026-08-27T05:00:21.413Z+ mkdir -p /work/oxidecomputer/opte
752026-08-27T05:00:21.413Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-08-27T05:00:21.439ZCloning into '/work/oxidecomputer/opte'...
772026-08-27T05:00:22.536Z+ cd /work/oxidecomputer/opte
782026-08-27T05:00:22.536Z+ git fetch origin d854118a24c86b8a5753df8d97c6e7a8cc491f33
792026-08-27T05:00:22.833ZFrom https://github.com/oxidecomputer/opte
802026-08-27T05:00:22.833Z * branch d854118a24c86b8a5753df8d97c6e7a8cc491f33 -> FETCH_HEAD
812026-08-27T05:00:22.838Z+ [[ -n renovate/uuid-1.x-lockfile ]]
822026-08-27T05:00:22.841Z++ git branch --show-current
832026-08-27T05:00:22.841Z+ current=master
842026-08-27T05:00:22.841Z+ [[ master != renovate/uuid-1.x-lockfile ]]
852026-08-27T05:00:22.841Z+ git branch -f renovate/uuid-1.x-lockfile d854118a24c86b8a5753df8d97c6e7a8cc491f33
862026-08-27T05:00:22.844Z+ git checkout -f renovate/uuid-1.x-lockfile
872026-08-27T05:00:22.864ZSwitched to branch 'renovate/uuid-1.x-lockfile'
882026-08-27T05:00:22.867Z+ git reset --hard d854118a24c86b8a5753df8d97c6e7a8cc491f33
892026-08-27T05:00:22.884ZHEAD is now at d854118 Update Rust crate uuid to v1.26.0
902026-08-27T05:00:22.887Zprocess exited: duration 1482 ms, exit code 0
 
912026-08-27T05:00:22.893Zstarting task 4: "build"
922026-08-27T05:00:22.900Z+ source .github/buildomat/common.sh
932026-08-27T05:00:22.900Z++ rustup show active-toolchain
942026-08-27T05:00:22.902Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-08-27T05:00:22.905Z++ pushd xde
962026-08-27T05:00:22.905Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-08-27T05:00:22.905Z++ rustup show active-toolchain
982026-08-27T05:00:22.908Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
992026-08-27T05:00:23.064Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1002026-08-27T05:00:23.068Zinfo: downloading 6 components
1012026-08-27T05:00:38.206Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-08-27T05:00:38.297Z+++ rustup show active-toolchain -v
1032026-08-27T05:00:38.306Z+++ head -n 1
1042026-08-27T05:00:38.306Z+++ cut '-d ' -f1
1052026-08-27T05:00:38.349Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1062026-08-27T05:00:38.350Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-08-27T05:00:38.350Z++ popd
1082026-08-27T05:00:38.357Z/work/oxidecomputer/opte
1092026-08-27T05:00:38.357Z+ TGT_BASE=/work
1102026-08-27T05:00:38.357Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1112026-08-27T05:00:38.357Z+ REL_TGT=/work/release
1122026-08-27T05:00:38.357Z+ mkdir -p /work/release
1132026-08-27T05:00:38.358Z+ cargo --version
1142026-08-27T05:00:38.362Zcargo 1.97.1 (c980f4866 2026-06-30)
1152026-08-27T05:00:38.362Z+ rustc --version
1162026-08-27T05:00:38.382Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1172026-08-27T05:00:38.385Z+ header 'build xde and opteadm (release+debug)'
1182026-08-27T05:00:38.385Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1192026-08-27T05:00:38.385Z+ ptime -m cargo xtask build --profile all
1202026-08-27T05:00:38.385Z# ==== build xde and opteadm (release+debug) ==== #
1212026-08-27T05:00:38.487Z Updating crates.io index
1222026-08-27T05:00:38.491Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-08-27T05:00:39.262Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1242026-08-27T05:00:39.558Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1252026-08-27T05:00:39.825Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1262026-08-27T05:00:40.217Z Updating git repository `https://github.com/oxidecomputer/zone`
1272026-08-27T05:00:40.492Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1282026-08-27T05:00:40.814Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1292026-08-27T05:00:42.741Z Downloading crates ...
1302026-08-27T05:00:42.807Z Downloaded anstream v1.0.0
1312026-08-27T05:00:42.810Z Downloaded toml_writer v1.1.1+spec-1.1.0
1322026-08-27T05:00:42.810Z Downloaded anstyle v1.0.14
1332026-08-27T05:00:42.811Z Downloaded clap_builder v4.6.0
1342026-08-27T05:00:42.820Z Downloaded camino v1.2.4
1352026-08-27T05:00:42.825Z Downloaded equivalent v1.0.2
1362026-08-27T05:00:42.836Z Downloaded zmij v1.0.22
1372026-08-27T05:00:42.844Z Downloaded anstyle-parse v1.0.0
1382026-08-27T05:00:42.844Z Downloaded clap_derive v4.6.1
1392026-08-27T05:00:42.844Z Downloaded heck v0.5.0
1402026-08-27T05:00:42.847Z Downloaded errno v0.3.14
1412026-08-27T05:00:42.847Z Downloaded cargo-platform v0.3.3
1422026-08-27T05:00:42.850Z Downloaded colorchoice v1.0.5
1432026-08-27T05:00:42.853Z Downloaded utf8parse v0.2.2
1442026-08-27T05:00:42.853Z Downloaded is_terminal_polyfill v1.70.2
1452026-08-27T05:00:42.853Z Downloaded anstyle-query v1.1.5
1462026-08-27T05:00:42.863Z Downloaded strsim v0.11.1
1472026-08-27T05:00:42.866Z Downloaded serde_spanned v1.1.1
1482026-08-27T05:00:42.871Z Downloaded terminal_size v0.4.4
1492026-08-27T05:00:42.871Z Downloaded clap_lex v1.1.0
1502026-08-27T05:00:42.871Z Downloaded thiserror v2.0.18
1512026-08-27T05:00:42.875Z Downloaded itoa v1.0.18
1522026-08-27T05:00:42.881Z Downloaded thiserror-impl v2.0.18
1532026-08-27T05:00:42.885Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1542026-08-27T05:00:42.888Z Downloaded quote v1.0.46
1552026-08-27T05:00:42.895Z Downloaded semver v1.0.28
1562026-08-27T05:00:42.902Z Downloaded anyhow v1.0.103
1572026-08-27T05:00:42.913Z Downloaded bitflags v2.13.0
1582026-08-27T05:00:42.928Z Downloaded serde_derive v1.0.228
1592026-08-27T05:00:42.928Z Downloaded clap v4.6.1
1602026-08-27T05:00:42.929Z Downloaded serde_core v1.0.228
1612026-08-27T05:00:42.932Z Downloaded toml_parser v1.1.2+spec-1.1.0
1622026-08-27T05:00:42.932Z Downloaded cargo_metadata v0.23.1
1632026-08-27T05:00:42.932Z Downloaded toml v1.1.2+spec-1.1.0
1642026-08-27T05:00:42.932Z Downloaded unicode-ident v1.0.24
1652026-08-27T05:00:42.932Z Downloaded proc-macro2 v1.0.106
1662026-08-27T05:00:42.938Z Downloaded memchr v2.8.3
1672026-08-27T05:00:42.941Z Downloaded serde v1.0.228
1682026-08-27T05:00:42.944Z Downloaded indexmap v2.14.0
1692026-08-27T05:00:42.947Z Downloaded syn v2.0.118
1702026-08-27T05:00:42.964Z Downloaded hashbrown v0.17.1
1712026-08-27T05:00:42.971Z Downloaded serde_json v1.0.150
1722026-08-27T05:00:42.977Z Downloaded winnow v1.0.3
1732026-08-27T05:00:43.000Z Downloaded rustix v1.1.4
1742026-08-27T05:00:43.011Z Downloaded libc v0.2.186
1752026-08-27T05:00:43.058Z Compiling proc-macro2 v1.0.106
1762026-08-27T05:00:43.059Z Compiling serde_core v1.0.228
1772026-08-27T05:00:43.062Z Compiling unicode-ident v1.0.24
1782026-08-27T05:00:43.062Z Compiling quote v1.0.46
1792026-08-27T05:00:43.062Z Compiling libc v0.2.186
1802026-08-27T05:00:43.062Z Compiling rustix v1.1.4
1812026-08-27T05:00:43.062Z Compiling utf8parse v0.2.2
1822026-08-27T05:00:43.062Z Compiling zmij v1.0.22
1832026-08-27T05:00:43.245Z Compiling bitflags v2.13.0
1842026-08-27T05:00:43.252Z Compiling anstyle-parse v1.0.0
1852026-08-27T05:00:43.471Z Compiling serde_json v1.0.150
1862026-08-27T05:00:43.486Z Compiling is_terminal_polyfill v1.70.2
1872026-08-27T05:00:43.498Z Compiling anstyle v1.0.14
1882026-08-27T05:00:43.566Z Compiling serde v1.0.228
1892026-08-27T05:00:43.630Z Compiling thiserror v2.0.18
1902026-08-27T05:00:43.678Z Compiling camino v1.2.4
1912026-08-27T05:00:43.681Z Compiling anstyle-query v1.1.5
1922026-08-27T05:00:43.752Z Compiling colorchoice v1.0.5
1932026-08-27T05:00:43.779Z Compiling errno v0.3.14
1942026-08-27T05:00:43.852Z Compiling anstream v1.0.0
1952026-08-27T05:00:43.942Z Compiling winnow v1.0.3
1962026-08-27T05:00:44.021Z Compiling heck v0.5.0
1972026-08-27T05:00:44.206Z Compiling itoa v1.0.18
1982026-08-27T05:00:44.277Z Compiling anyhow v1.0.103
1992026-08-27T05:00:44.302Z Compiling syn v2.0.118
2002026-08-27T05:00:44.338Z Compiling terminal_size v0.4.4
2012026-08-27T05:00:44.344Z Compiling clap_lex v1.1.0
2022026-08-27T05:00:44.371Z Compiling memchr v2.8.3
2032026-08-27T05:00:44.488Z Compiling strsim v0.11.1
2042026-08-27T05:00:44.495Z Compiling toml_parser v1.1.2+spec-1.1.0
2052026-08-27T05:00:44.764Z Compiling clap_builder v4.6.0
2062026-08-27T05:00:44.845Z Compiling toml_writer v1.1.1+spec-1.1.0
2072026-08-27T05:00:45.327Z Compiling semver v1.0.28
2082026-08-27T05:00:45.533Z Compiling toml_datetime v1.1.1+spec-1.1.0
2092026-08-27T05:00:45.985Z Compiling serde_spanned v1.1.1
2102026-08-27T05:00:46.015Z Compiling cargo-platform v0.3.3
2112026-08-27T05:00:46.080Z Compiling toml v1.1.2+spec-1.1.0
2122026-08-27T05:00:46.463Z Compiling serde_derive v1.0.228
2132026-08-27T05:00:46.463Z Compiling thiserror-impl v2.0.18
2142026-08-27T05:00:46.467Z Compiling clap_derive v4.6.1
2152026-08-27T05:00:48.045Z Compiling clap v4.6.1
2162026-08-27T05:00:49.688Z Compiling cargo_metadata v0.23.1
2172026-08-27T05:00:52.155Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2182026-08-27T05:00:53.722Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.32s
2192026-08-27T05:00:53.793Z Running `target/debug/xtask build --profile all`
2202026-08-27T05:00:55.224ZBuilding opteadm (release).
2212026-08-27T05:00:55.316Z Compiling proc-macro2 v1.0.106
2222026-08-27T05:00:55.316Z Compiling quote v1.0.46
2232026-08-27T05:00:55.316Z Compiling unicode-ident v1.0.24
2242026-08-27T05:00:55.319Z Compiling serde_core v1.0.228
2252026-08-27T05:00:55.319Z Compiling libc v0.2.186
2262026-08-27T05:00:55.319Z Compiling cfg-if v1.0.4
2272026-08-27T05:00:55.319Z Compiling ident_case v1.0.1
2282026-08-27T05:00:55.320Z Compiling strsim v0.11.1
2292026-08-27T05:00:55.387Z Compiling thiserror v2.0.18
2302026-08-27T05:00:55.432Z Compiling memchr v2.8.3
2312026-08-27T05:00:55.435Z Compiling regex-syntax v0.8.11
2322026-08-27T05:00:55.599Z Compiling either v1.16.0
2332026-08-27T05:00:55.625Z Compiling hashbrown v0.17.1
2342026-08-27T05:00:55.784Z Compiling winnow v1.0.3
2352026-08-27T05:00:55.876Z Compiling aho-corasick v1.1.4
2362026-08-27T05:00:55.960Z Compiling equivalent v1.0.2
2372026-08-27T05:00:56.022Z Compiling serde v1.0.228
2382026-08-27T05:00:56.030Z Compiling anyhow v1.0.103
2392026-08-27T05:00:56.149Z Compiling zerocopy v0.8.54
2402026-08-27T05:00:56.351Z Compiling indexmap v2.14.0
2412026-08-27T05:00:56.428Z Compiling itertools v0.15.0
2422026-08-27T05:00:56.500Z Compiling syn v2.0.118
2432026-08-27T05:00:56.569Z Compiling toml_datetime v1.1.1+spec-1.1.0
2442026-08-27T05:00:56.776Z Compiling toml_parser v1.1.2+spec-1.1.0
2452026-08-27T05:00:56.789Z Compiling heapless v0.8.0
2462026-08-27T05:00:56.959Z Compiling regex-automata v0.4.15
2472026-08-27T05:00:57.050Z Compiling byteorder v1.5.0
2482026-08-27T05:00:57.192Z Compiling hash32 v0.3.1
2492026-08-27T05:00:57.224Z Compiling toml_edit v0.25.12+spec-1.1.0
2502026-08-27T05:00:57.316Z Compiling smoltcp v0.11.0
2512026-08-27T05:00:57.444Z Compiling bitflags v2.13.0
2522026-08-27T05:00:57.453Z Compiling syn v1.0.109
2532026-08-27T05:00:57.541Z Compiling stable_deref_trait v1.2.1
2542026-08-27T05:00:57.603Z Compiling macaddr v1.0.1
2552026-08-27T05:00:57.618Z Compiling rustversion v1.0.23
2562026-08-27T05:00:57.714Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2572026-08-27T05:00:57.760Z Compiling proc-macro-crate v3.5.0
2582026-08-27T05:00:57.792Z Compiling rand_core v0.10.1
2592026-08-27T05:00:57.942Z Compiling managed v0.8.0
2602026-08-27T05:00:57.946Z Compiling version_check v0.9.5
2612026-08-27T05:00:57.967Z Compiling getrandom v0.4.3
2622026-08-27T05:00:58.067Z Compiling bitflags v1.3.2
2632026-08-27T05:00:58.132Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2642026-08-27T05:00:58.141Z Compiling rustix v1.1.4
2652026-08-27T05:00:58.155Z Compiling ref-cast v1.0.25
2662026-08-27T05:00:58.183Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2672026-08-27T05:00:58.388Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2682026-08-27T05:00:58.468Z Compiling errno v0.3.14
2692026-08-27T05:00:58.601Z Compiling regex v1.13.0
2702026-08-27T05:00:58.628Z Compiling unicode-width v0.2.2
2712026-08-27T05:00:58.751Z Compiling once_cell v1.21.4
2722026-08-27T05:00:58.758Z Compiling cpufeatures v0.3.0
2732026-08-27T05:00:58.823Z Compiling foreign-types-shared v0.3.1
2742026-08-27T05:00:58.892Z Compiling utf8parse v0.2.2
2752026-08-27T05:00:58.968Z Compiling ipnetwork v0.21.1
2762026-08-27T05:00:58.975Z Compiling anstyle-parse v1.0.0
2772026-08-27T05:00:58.983Z Compiling tracing-core v0.1.36
2782026-08-27T05:00:59.160Z Compiling darling_core v0.23.0
2792026-08-27T05:00:59.349Z Compiling cstr-argument v0.1.2
2802026-08-27T05:00:59.414Z Compiling tabwriter v1.4.1
2812026-08-27T05:00:59.538Z Compiling chacha20 v0.10.1
2822026-08-27T05:01:00.003Z Compiling dyn-clone v1.0.20
2832026-08-27T05:01:00.085Z Compiling is_terminal_polyfill v1.70.2
2842026-08-27T05:01:00.130Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
2852026-08-27T05:01:00.135Z Compiling pretty-hex v0.4.2
2862026-08-27T05:01:00.176Z Compiling anstyle v1.0.14
2872026-08-27T05:01:00.221Z Compiling thiserror-impl v2.0.18
2882026-08-27T05:01:00.254Z Compiling zerocopy-derive v0.8.54
2892026-08-27T05:01:00.340Z Compiling serde_derive v1.0.228
2902026-08-27T05:01:00.397Z Compiling num_enum_derive v0.7.6
2912026-08-27T05:01:00.582Z Compiling ref-cast-impl v1.0.25
2922026-08-27T05:01:01.031Z Compiling foreign-types-macros v0.2.3
2932026-08-27T05:01:01.251Z Compiling tracing-attributes v0.1.31
2942026-08-27T05:01:01.342Z Compiling darling_macro v0.23.0
2952026-08-27T05:01:01.386Z Compiling num_enum v0.7.6
2962026-08-27T05:01:01.493Z Compiling cobs v0.3.0
2972026-08-27T05:01:01.510Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2982026-08-27T05:01:01.652Z Compiling foreign-types v0.5.0
2992026-08-27T05:01:01.699Z Compiling colorchoice v1.0.5
3002026-08-27T05:01:01.711Z Compiling pin-project-lite v0.2.17
3012026-08-27T05:01:01.746Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3022026-08-27T05:01:01.790Z Compiling anstyle-query v1.1.5
3032026-08-27T05:01:01.794Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3042026-08-27T05:01:01.881Z Compiling anstream v1.0.0
3052026-08-27T05:01:01.893Z Compiling darling v0.23.0
3062026-08-27T05:01:01.960Z Compiling ingot-macros v0.2.0
3072026-08-27T05:01:01.979Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3082026-08-27T05:01:02.135Z Compiling terminal_size v0.4.4
3092026-08-27T05:01:02.199Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3102026-08-27T05:01:02.280Z Compiling rand v0.10.2
3112026-08-27T05:01:02.299Z Compiling uuid v1.26.0
3122026-08-27T05:01:02.426Z Compiling tracing v0.1.44
3132026-08-27T05:01:02.537Z Compiling socket2 v0.6.4
3142026-08-27T05:01:02.701Z Compiling clap_lex v1.1.0
3152026-08-27T05:01:02.730Z Compiling colored v3.1.1
3162026-08-27T05:01:03.006Z Compiling oxnet v0.1.6
3172026-08-27T05:01:03.098Z Compiling heck v0.5.0
3182026-08-27T05:01:03.269Z Compiling clap_builder v4.6.0
3192026-08-27T05:01:03.282Z Compiling clap_derive v4.6.1
3202026-08-27T05:01:03.292Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3212026-08-27T05:01:03.496Z Compiling postcard v1.1.3
3222026-08-27T05:01:04.644Z Compiling ingot-types v0.2.0
3232026-08-27T05:01:04.966Z Compiling ingot v0.2.0
3242026-08-27T05:01:05.054Z Compiling clap v4.6.1
3252026-08-27T05:01:06.664Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3262026-08-27T05:01:07.670Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3272026-08-27T05:01:08.713Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3282026-08-27T05:01:15.233Z Finished `release` profile [optimized + debuginfo] target(s) in 20.00s
3292026-08-27T05:01:15.260ZBuilding xde (release-lto).
3302026-08-27T05:01:15.496Z Updating crates.io index
3312026-08-27T05:01:15.589Z Downloading crates ...
3322026-08-27T05:01:15.640Z Downloaded rustc-demangle v0.1.28
3332026-08-27T05:01:15.643Z Downloaded getopts v0.2.24
3342026-08-27T05:01:15.646Z Downloaded rustc-literal-escaper v0.0.8
3352026-08-27T05:01:15.650Z Downloaded adler2 v2.0.1
3362026-08-27T05:01:15.659Z Downloaded addr2line v0.27.0
3372026-08-27T05:01:15.662Z Downloaded memchr v2.7.6
3382026-08-27T05:01:15.665Z Downloaded foldhash v0.2.0
3392026-08-27T05:01:15.675Z Downloaded miniz_oxide v0.9.1
3402026-08-27T05:01:15.732Z Downloaded object v0.39.1
3412026-08-27T05:01:15.736Z Downloaded gimli v0.34.0
3422026-08-27T05:01:15.751Z Downloaded libc v0.2.185
3432026-08-27T05:01:15.804Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3442026-08-27T05:01:15.804Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3452026-08-27T05:01:15.804Z Compiling proc-macro2 v1.0.106
3462026-08-27T05:01:15.807Z Compiling unicode-ident v1.0.24
3472026-08-27T05:01:15.807Z Compiling quote v1.0.46
3482026-08-27T05:01:15.808Z Compiling serde_core v1.0.228
3492026-08-27T05:01:15.808Z Compiling strsim v0.11.1
3502026-08-27T05:01:15.828Z Compiling ident_case v1.0.1
3512026-08-27T05:01:15.968Z Compiling memchr v2.8.3
3522026-08-27T05:01:15.971Z Compiling regex-syntax v0.8.11
3532026-08-27T05:01:16.223Z Compiling either v1.16.0
3542026-08-27T05:01:16.228Z Compiling serde v1.0.228
3552026-08-27T05:01:16.235Z Compiling zerocopy v0.8.54
3562026-08-27T05:01:16.352Z Compiling thiserror v2.0.18
3572026-08-27T05:01:16.417Z Compiling aho-corasick v1.1.4
3582026-08-27T05:01:16.613Z Compiling itertools v0.15.0
3592026-08-27T05:01:16.631Z Compiling heapless v0.8.0
3602026-08-27T05:01:16.925Z Compiling syn v2.0.118
3612026-08-27T05:01:17.019Z Compiling smoltcp v0.11.0
3622026-08-27T05:01:17.030Z Compiling version_check v0.9.5
3632026-08-27T05:01:17.104Z Compiling ref-cast v1.0.25
3642026-08-27T05:01:17.384Z Compiling regex-automata v0.4.15
3652026-08-27T05:01:17.455Z Compiling crc32fast v1.5.0
3662026-08-27T05:01:17.515Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3672026-08-27T05:01:18.920Z Compiling regex v1.13.0
3682026-08-27T05:01:19.202Z Compiling darling_core v0.23.0
3692026-08-27T05:01:20.037Z Compiling thiserror-impl v2.0.18
3702026-08-27T05:01:20.037Z Compiling serde_derive v1.0.228
3712026-08-27T05:01:20.040Z Compiling zerocopy-derive v0.8.54
3722026-08-27T05:01:20.040Z Compiling ref-cast-impl v1.0.25
3732026-08-27T05:01:20.040Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3742026-08-27T05:01:21.382Z Compiling darling_macro v0.23.0
3752026-08-27T05:01:22.248Z Compiling darling v0.23.0
3762026-08-27T05:01:22.309Z Compiling ingot-macros v0.2.0
3772026-08-27T05:01:22.309Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3782026-08-27T05:01:28.156Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3792026-08-27T05:01:30.449Z Compiling byteorder v1.5.0
3802026-08-27T05:01:30.449Z Compiling macaddr v1.0.1
3812026-08-27T05:01:30.451Z Compiling stable_deref_trait v1.2.1
3822026-08-27T05:01:30.452Z Compiling cfg-if v1.0.4
3832026-08-27T05:01:30.509Z Compiling bitflags v1.3.2
3842026-08-27T05:01:30.509Z Compiling managed v0.8.0
3852026-08-27T05:01:30.544Z Compiling cobs v0.3.0
3862026-08-27T05:01:30.634Z Compiling hash32 v0.3.1
3872026-08-27T05:01:30.749Z Compiling dyn-clone v1.0.20
3882026-08-27T05:01:30.809Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3892026-08-27T05:01:32.003Z Compiling bitflags v2.13.0
3902026-08-27T05:01:32.003Z Compiling uuid v1.26.0
3912026-08-27T05:01:32.143Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3922026-08-27T05:01:32.423Z Compiling postcard v1.1.3
3932026-08-27T05:01:33.280Z Compiling ingot-types v0.2.0
3942026-08-27T05:01:33.590Z Compiling ingot v0.2.0
3952026-08-27T05:01:35.100Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3962026-08-27T05:01:38.919Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3972026-08-27T05:01:47.780Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
3982026-08-27T05:02:19.966Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 03s
3992026-08-27T05:02:19.978ZLinking xde kmod...
4002026-08-27T05:02:19.978ZBuilding xde dev link helper (release).
4012026-08-27T05:02:19.978Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4022026-08-27T05:02:19.978Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4032026-08-27T05:02:19.978Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4042026-08-27T05:02:30.837Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4052026-08-27T05:02:33.493Z Finished `release` profile [optimized + debuginfo] target(s) in 14.20s
4062026-08-27T05:02:33.512ZBuilding opteadm (dev).
4072026-08-27T05:02:33.662Z Compiling serde_core v1.0.228
4082026-08-27T05:02:33.663Z Compiling libc v0.2.186
4092026-08-27T05:02:33.663Z Compiling cfg-if v1.0.4
4102026-08-27T05:02:33.663Z Compiling ident_case v1.0.1
4112026-08-27T05:02:33.666Z Compiling strsim v0.11.1
4122026-08-27T05:02:33.666Z Compiling memchr v2.8.3
4132026-08-27T05:02:33.666Z Compiling syn v2.0.118
4142026-08-27T05:02:33.684Z Compiling regex-syntax v0.8.11
4152026-08-27T05:02:33.732Z Compiling hashbrown v0.17.1
4162026-08-27T05:02:33.776Z Compiling equivalent v1.0.2
4172026-08-27T05:02:33.847Z Compiling serde v1.0.228
4182026-08-27T05:02:33.950Z Compiling winnow v1.0.3
4192026-08-27T05:02:34.165Z Compiling aho-corasick v1.1.4
4202026-08-27T05:02:34.248Z Compiling zerocopy v0.8.54
4212026-08-27T05:02:34.260Z Compiling either v1.16.0
4222026-08-27T05:02:34.399Z Compiling indexmap v2.14.0
4232026-08-27T05:02:34.452Z Compiling itertools v0.15.0
4242026-08-27T05:02:34.675Z Compiling heapless v0.8.0
4252026-08-27T05:02:34.955Z Compiling toml_parser v1.1.2+spec-1.1.0
4262026-08-27T05:02:34.986Z Compiling toml_datetime v1.1.1+spec-1.1.0
4272026-08-27T05:02:35.011Z Compiling byteorder v1.5.0
4282026-08-27T05:02:35.191Z Compiling regex-automata v0.4.15
4292026-08-27T05:02:35.195Z Compiling hash32 v0.3.1
4302026-08-27T05:02:35.341Z Compiling toml_edit v0.25.12+spec-1.1.0
4312026-08-27T05:02:35.540Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4322026-08-27T05:02:35.646Z Compiling syn v1.0.109
4332026-08-27T05:02:35.747Z Compiling bitflags v2.13.0
4342026-08-27T05:02:35.792Z Compiling stable_deref_trait v1.2.1
4352026-08-27T05:02:35.811Z Compiling smoltcp v0.11.0
4362026-08-27T05:02:35.822Z Compiling rustversion v1.0.23
4372026-08-27T05:02:35.873Z Compiling macaddr v1.0.1
4382026-08-27T05:02:36.066Z Compiling proc-macro-crate v3.5.0
4392026-08-27T05:02:36.457Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4402026-08-27T05:02:36.465Z Compiling ref-cast v1.0.25
4412026-08-27T05:02:36.465Z Compiling getrandom v0.4.3
4422026-08-27T05:02:36.465Z Compiling managed v0.8.0
4432026-08-27T05:02:36.465Z Compiling darling_core v0.23.0
4442026-08-27T05:02:36.465Z Compiling rand_core v0.10.1
4452026-08-27T05:02:36.465Z Compiling bitflags v1.3.2
4462026-08-27T05:02:36.465Z Compiling version_check v0.9.5
4472026-08-27T05:02:36.531Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4482026-08-27T05:02:36.685Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4492026-08-27T05:02:36.909Z Compiling regex v1.13.0
4502026-08-27T05:02:37.046Z Compiling errno v0.3.14
4512026-08-27T05:02:37.214Z Compiling unicode-width v0.2.2
4522026-08-27T05:02:37.300Z Compiling ipnetwork v0.21.1
4532026-08-27T05:02:37.435Z Compiling thiserror-impl v2.0.18
4542026-08-27T05:02:37.518Z Compiling zerocopy-derive v0.8.54
4552026-08-27T05:02:37.728Z Compiling serde_derive v1.0.228
4562026-08-27T05:02:37.795Z Compiling num_enum_derive v0.7.6
4572026-08-27T05:02:38.307Z Compiling ref-cast-impl v1.0.25
4582026-08-27T05:02:38.404Z Compiling darling_macro v0.23.0
4592026-08-27T05:02:38.611Z Compiling thiserror v2.0.18
4602026-08-27T05:02:38.713Z Compiling cobs v0.3.0
4612026-08-27T05:02:38.772Z Compiling foreign-types-macros v0.2.3
4622026-08-27T05:02:38.879Z Compiling cpufeatures v0.3.0
4632026-08-27T05:02:38.947Z Compiling foreign-types-shared v0.3.1
4642026-08-27T05:02:38.959Z Compiling darling v0.23.0
4652026-08-27T05:02:38.989Z Compiling once_cell v1.21.4
4662026-08-27T05:02:39.025Z Compiling ingot-macros v0.2.0
4672026-08-27T05:02:39.030Z Compiling chacha20 v0.10.1
4682026-08-27T05:02:39.224Z Compiling tracing-core v0.1.36
4692026-08-27T05:02:39.397Z Compiling foreign-types v0.5.0
4702026-08-27T05:02:39.466Z Compiling num_enum v0.7.6
4712026-08-27T05:02:39.498Z Compiling cstr-argument v0.1.2
4722026-08-27T05:02:39.584Z Compiling tracing-attributes v0.1.31
4732026-08-27T05:02:39.657Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4742026-08-27T05:02:39.861Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4752026-08-27T05:02:40.234Z Compiling tabwriter v1.4.1
4762026-08-27T05:02:40.339Z Compiling rustix v1.1.4
4772026-08-27T05:02:40.800Z Compiling anyhow v1.0.103
4782026-08-27T05:02:40.846Z Compiling pin-project-lite v0.2.17
4792026-08-27T05:02:40.866Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4802026-08-27T05:02:40.870Z Compiling pretty-hex v0.4.2
4812026-08-27T05:02:40.934Z Compiling postcard v1.1.3
4822026-08-27T05:02:40.995Z Compiling dyn-clone v1.0.20
4832026-08-27T05:02:41.086Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4842026-08-27T05:02:41.161Z Compiling tracing v0.1.44
4852026-08-27T05:02:41.174Z Compiling terminal_size v0.4.4
4862026-08-27T05:02:41.284Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4872026-08-27T05:02:41.284Z Compiling rand v0.10.2
4882026-08-27T05:02:41.291Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4892026-08-27T05:02:41.322Z Compiling uuid v1.26.0
4902026-08-27T05:02:41.397Z Compiling socket2 v0.6.4
4912026-08-27T05:02:41.525Z Compiling oxnet v0.1.6
4922026-08-27T05:02:41.742Z Compiling colored v3.1.1
4932026-08-27T05:02:41.748Z Compiling clap_derive v4.6.1
4942026-08-27T05:02:41.953Z Compiling ingot-types v0.2.0
4952026-08-27T05:02:41.974Z Compiling clap_builder v4.6.0
4962026-08-27T05:02:42.030Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4972026-08-27T05:02:42.316Z Compiling ingot v0.2.0
4982026-08-27T05:02:43.842Z Compiling clap v4.6.1
4992026-08-27T05:02:43.942Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5002026-08-27T05:02:46.363Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5012026-08-27T05:02:47.528Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5022026-08-27T05:02:51.864Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.34s
5032026-08-27T05:02:51.892ZBuilding xde (dev).
5042026-08-27T05:02:52.107Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5052026-08-27T05:02:52.107Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5062026-08-27T05:02:52.107Z Compiling proc-macro2 v1.0.106
5072026-08-27T05:02:52.107Z Compiling unicode-ident v1.0.24
5082026-08-27T05:02:52.107Z Compiling quote v1.0.46
5092026-08-27T05:02:52.107Z Compiling serde_core v1.0.228
5102026-08-27T05:02:52.110Z Compiling strsim v0.11.1
5112026-08-27T05:02:52.110Z Compiling ident_case v1.0.1
5122026-08-27T05:02:52.222Z Compiling memchr v2.8.3
5132026-08-27T05:02:52.225Z Compiling regex-syntax v0.8.11
5142026-08-27T05:02:52.481Z Compiling either v1.16.0
5152026-08-27T05:02:52.494Z Compiling serde v1.0.228
5162026-08-27T05:02:52.504Z Compiling zerocopy v0.8.54
5172026-08-27T05:02:52.614Z Compiling aho-corasick v1.1.4
5182026-08-27T05:02:52.667Z Compiling thiserror v2.0.18
5192026-08-27T05:02:52.887Z Compiling itertools v0.15.0
5202026-08-27T05:02:52.916Z Compiling heapless v0.8.0
5212026-08-27T05:02:53.241Z Compiling syn v2.0.118
5222026-08-27T05:02:53.300Z Compiling smoltcp v0.11.0
5232026-08-27T05:02:53.303Z Compiling ref-cast v1.0.25
5242026-08-27T05:02:53.387Z Compiling crc32fast v1.5.0
5252026-08-27T05:02:53.694Z Compiling regex-automata v0.4.15
5262026-08-27T05:02:53.731Z Compiling version_check v0.9.5
5272026-08-27T05:02:54.098Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5282026-08-27T05:02:55.260Z Compiling regex v1.13.0
5292026-08-27T05:02:55.576Z Compiling darling_core v0.23.0
5302026-08-27T05:02:56.336Z Compiling zerocopy-derive v0.8.54
5312026-08-27T05:02:56.336Z Compiling thiserror-impl v2.0.18
5322026-08-27T05:02:56.340Z Compiling serde_derive v1.0.228
5332026-08-27T05:02:56.340Z Compiling ref-cast-impl v1.0.25
5342026-08-27T05:02:56.340Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5352026-08-27T05:02:57.700Z Compiling darling_macro v0.23.0
5362026-08-27T05:02:58.574Z Compiling darling v0.23.0
5372026-08-27T05:02:58.634Z Compiling ingot-macros v0.2.0
5382026-08-27T05:02:58.634Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5392026-08-27T05:03:03.828Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5402026-08-27T05:03:05.726Z Compiling byteorder v1.5.0
5412026-08-27T05:03:05.726Z Compiling stable_deref_trait v1.2.1
5422026-08-27T05:03:05.726Z Compiling cfg-if v1.0.4
5432026-08-27T05:03:05.726Z Compiling macaddr v1.0.1
5442026-08-27T05:03:05.789Z Compiling cobs v0.3.0
5452026-08-27T05:03:05.794Z Compiling bitflags v1.3.2
5462026-08-27T05:03:05.825Z Compiling managed v0.8.0
5472026-08-27T05:03:05.855Z Compiling hash32 v0.3.1
5482026-08-27T05:03:06.081Z Compiling dyn-clone v1.0.20
5492026-08-27T05:03:06.152Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5502026-08-27T05:03:07.229Z Compiling bitflags v2.13.0
5512026-08-27T05:03:07.229Z Compiling uuid v1.26.0
5522026-08-27T05:03:07.362Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5532026-08-27T05:03:07.646Z Compiling postcard v1.1.3
5542026-08-27T05:03:08.427Z Compiling ingot-types v0.2.0
5552026-08-27T05:03:08.701Z Compiling ingot v0.2.0
5562026-08-27T05:03:10.111Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5572026-08-27T05:03:13.605Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5582026-08-27T05:03:23.526Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5592026-08-27T05:03:31.657Z Finished `dev` profile [optimized + debuginfo] target(s) in 39.73s
5602026-08-27T05:03:31.678ZLinking xde kmod...
5612026-08-27T05:03:32.759ZBuilding xde dev link helper (dev).
5622026-08-27T05:03:32.909Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5632026-08-27T05:03:32.909Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5642026-08-27T05:03:32.909Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5652026-08-27T05:03:43.667Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5662026-08-27T05:03:46.041Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.25s
5672026-08-27T05:03:46.062Z
5682026-08-27T05:03:46.065Zreal 3:07.675327887
5692026-08-27T05:03:46.065Zuser 8:48.757368019
5702026-08-27T05:03:46.065Zsys 55.952239571
5712026-08-27T05:03:46.065Ztrap 0.219463061
5722026-08-27T05:03:46.065Ztflt 0.922475930
5732026-08-27T05:03:46.065Zdflt 1.570880369
5742026-08-27T05:03:46.065Zkflt 0.006654974
5752026-08-27T05:03:46.065Zlock 30:28.700598414
5762026-08-27T05:03:46.065Zslp 20:24.969126305
5772026-08-27T05:03:46.065Zlat 19.148953742
5782026-08-27T05:03:46.065Zstop 32.595637203
5792026-08-27T05:03:46.065Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5802026-08-27T05:03:46.065Z+ grep GOTPCREL
5812026-08-27T05:03:47.054Z+ header 'package opte'
5822026-08-27T05:03:47.054Z+ echo '# ==== package opte ==== #'
5832026-08-27T05:03:47.057Z+ cargo xtask package --skip-build --profile all
5842026-08-27T05:03:47.057Z# ==== package opte ==== #
5852026-08-27T05:03:47.189Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s
5862026-08-27T05:03:47.192Z Running `target/debug/xtask package --skip-build --profile all`
5872026-08-27T05:03:47.387Z+ ./clean.sh
5882026-08-27T05:03:47.394Z+ mkdir -p proto/kernel/drv/amd64
5892026-08-27T05:03:47.396Z+ mkdir -p proto/opt/oxide/opte/bin
5902026-08-27T05:03:47.396Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
5912026-08-27T05:03:47.399Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
5922026-08-27T05:03:47.414Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
5932026-08-27T05:03:47.447Z+ cp ../xde/xde.conf proto/kernel/drv/
5942026-08-27T05:03:47.450Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
5952026-08-27T05:03:47.450Z+ '[' -z ']'
5962026-08-27T05:03:47.450Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
5972026-08-27T05:03:47.474Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
5982026-08-27T05:03:47.543Z+ INC_DEBUG=
5992026-08-27T05:03:47.546Z+ typeset -ri TAG=0
6002026-08-27T05:03:47.546Z++ ./print-api-version.sh
6012026-08-27T05:03:47.549Z+ API_VSN=41
6022026-08-27T05:03:47.552Z+ PKG_VERSION=0.41.508-3.0
6032026-08-27T05:03:47.552Z+ sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.41.508-3.0/g opte.template.p5m
6042026-08-27T05:03:47.552Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6052026-08-27T05:03:48.069Z+ pkgdepend generate -d proto opte.base.p5m
6062026-08-27T05:03:48.401Z+ mkdir -p packages
6072026-08-27T05:03:48.404Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6082026-08-27T05:03:55.262Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6092026-08-27T05:03:55.265Z+ pkgrepo create packages/repo
6102026-08-27T05:03:55.470Z+ pkgrepo add-publisher -s packages/repo helios
6112026-08-27T05:03:55.674Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6122026-08-27T05:04:23.585Zpkg://helios/driver/network/opte@0.41.508,5.11-3.0:20260827T050354Z
6132026-08-27T05:04:23.585ZPUBLISHED
6142026-08-27T05:04:23.620Z+ pkgrecv -a -d packages/repo/opte-0.41.508-3.0.p5p -s packages/repo -v -m latest '*'
6152026-08-27T05:04:23.797ZRetrieving packages for publisher helios ...
6162026-08-27T05:04:23.800ZRetrieving catalog 'helios' ... Done
6172026-08-27T05:04:23.802ZRetrieving and evaluating 1 package(s)...
6182026-08-27T05:04:23.803ZFetching manifests: 1/1 100% complete
6192026-08-27T05:04:23.803ZFetching manifests: 1/1 100% complete
6202026-08-27T05:04:23.803Z
6212026-08-27T05:04:23.803ZArchiving packages ...
6222026-08-27T05:04:23.803Z Packages to add: 1
6232026-08-27T05:04:23.803Z Files to retrieve: 6
6242026-08-27T05:04:23.803ZEstimated transfer size: 36.10 MB
6252026-08-27T05:04:23.803Z
6262026-08-27T05:04:23.803ZPackages to archive:
6272026-08-27T05:04:23.803Zdriver/network/opte@0.41.508,5.11-3.0:20260827T050354Z
6282026-08-27T05:04:23.803Z
6292026-08-27T05:04:23.803ZDownload: 0/6 items 0.0/36.1MB 0% complete
6302026-08-27T05:04:23.867ZDownload: Completed 36.10 MB in 0.07 seconds (550M/s)
6312026-08-27T05:04:23.869ZArchiving: 1/20 items 0.0/36.1MB 0% complete
6322026-08-27T05:04:23.883ZArchiving: Completed 36.13 MB in 0.01 seconds
6332026-08-27T05:04:23.922ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.508-3.0.p5p.
6342026-08-27T05:04:23.925Z+ banner copy
6352026-08-27T05:04:23.928Z
6362026-08-27T05:04:23.928Z #### #### ##### # #
6372026-08-27T05:04:23.928Z # # # # # # # #
6382026-08-27T05:04:23.928Z # # # # # #
6392026-08-27T05:04:23.928Z # # # ##### #
6402026-08-27T05:04:23.928Z # # # # # #
6412026-08-27T05:04:23.928Z #### #### # #
6422026-08-27T05:04:23.928Z
6432026-08-27T05:04:23.928Z+ pfexec mkdir -p /out
6442026-08-27T05:04:23.931Z+ pfexec chown 12345 /out
6452026-08-27T05:04:23.931Z+ PKG_NAME=/out/opte.p5p
6462026-08-27T05:04:23.931Z+ mv pkg/packages/repo/opte-0.41.508-3.0.p5p /out/opte.p5p
6472026-08-27T05:04:23.958Z+ sha256sum /out/opte.p5p
6482026-08-27T05:04:23.982Zprocess exited: duration 241089 ms, exit code 0
 
6492026-08-27T05:04:23.993Zfound 2 output files
6502026-08-27T05:04:23.993Zuploading: /out/opte.p5p (37898240 bytes)
6512026-08-27T05:04:25.199Zuploaded: /out/opte.p5p
6522026-08-27T05:04:25.199Zuploading: /out/opte.p5p.sha256 (80 bytes)
6532026-08-27T05:04:26.209Zuploaded: /out/opte.p5p.sha256