01KQWEFRC12CVK3MY896A6B9SP: 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: 01KQWEG4H93RY5PK38KQG740TR

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-05T16:12:07.889Zjob assigned to worker 01KQWEGY7G9WEZTG4PHPP2NEX8 [factory aws, i-042774ccb6abad07a] (queued for 1 m 16 s)
 
22026-05-05T16:12:14.940Zstarting task 0: "setup"
32026-05-05T16:12:14.950Z++ uname -s
42026-05-05T16:12:14.953Z+ kern=SunOS
52026-05-05T16:12:14.953Z+ build_user=build
62026-05-05T16:12:14.953Z+ build_uid=12345
72026-05-05T16:12:14.953Z+ work_dir=/work
82026-05-05T16:12:14.953Z+ input_dir=/input
92026-05-05T16:12:14.953Z+ [[ 0 == 12345 ]]
102026-05-05T16:12:14.953Z+ case "$kern" in
112026-05-05T16:12:14.953Z+ groupadd -g 12345 build
122026-05-05T16:12:14.957Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-05T16:12:16.962Z+ zfs create -o mountpoint=/work rpool/work
142026-05-05T16:12:17.178Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-05T16:12:17.181Z+ home_fs=zfs
162026-05-05T16:12:17.181Z+ [[ zfs == autofs ]]
172026-05-05T16:12:17.181Z+ mkdir -p /home/build
182026-05-05T16:12:17.181Z+ chown build:build /home/build /work
192026-05-05T16:12:18.182Z+ chmod 0700 /home/build /work
202026-05-05T16:12:18.185Zprocess exited: duration 3242 ms, exit code 0
 
212026-05-05T16:12:18.192Zstarting task 1: "rust-toolchain"
222026-05-05T16:12:18.196Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-05-05T16:12:18.196Z * rust toolchain channel = "1.94.1"
242026-05-05T16:12:18.196Z * rust toolchain profile = "default"
252026-05-05T16:12:18.196Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-05T16:12:18.196Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-05T16:12:18.196Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-05T16:12:18.199Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-05T16:12:18.199Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-05-05T16:12:18.355Zinfo: downloading installer
312026-05-05T16:12:19.896Zwarn: It looks like you have an existing installation of Rust at:
322026-05-05T16:12:19.896Zwarn: /opt/ooce/bin
332026-05-05T16:12:19.896Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-05T16:12:19.896Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-05T16:12:19.896Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-05T16:12:19.896Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-05T16:12:19.896Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-05T16:12:19.896Zerror: cannot install while Rust is installed
392026-05-05T16:12:19.896Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-05T16:12:19.896Zwarn: It looks like you have an existing rustup settings file at:
412026-05-05T16:12:19.896Zwarn: /home/build/.rustup/settings.toml
422026-05-05T16:12:19.896Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-05T16:12:19.896Zwarn: instead of the one inferred from the default host triple.
442026-05-05T16:12:19.934Zinfo: profile set to default
452026-05-05T16:12:19.934Zinfo: default host triple is x86_64-unknown-illumos
462026-05-05T16:12:19.938Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-05-05T16:12:20.079Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-05-05T16:12:20.083Zinfo: downloading 6 components
492026-05-05T16:12:34.715Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
502026-05-05T16:12:34.715Z
512026-05-05T16:12:34.742Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-05-05T16:12:34.742Z
532026-05-05T16:12:34.742Z
542026-05-05T16:12:34.742ZRust is installed now. Great!
552026-05-05T16:12:34.742Z
562026-05-05T16:12:34.742ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-05T16:12:34.742Zenvironment variable. This has not been done automatically.
582026-05-05T16:12:34.742Z
592026-05-05T16:12:34.742ZTo configure your current shell, you need to source
602026-05-05T16:12:34.742Zthe corresponding env file under $HOME/.cargo.
612026-05-05T16:12:34.742Z
622026-05-05T16:12:34.742ZThis is usually done by running one of the following (note the leading DOT):
632026-05-05T16:12:34.742Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-05T16:12:34.742Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-05T16:12:34.742Zsource "~/.cargo/env.nu" # For nushell
662026-05-05T16:12:34.742Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-05T16:12:34.742Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-05T16:12:34.742Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-05T16:12:34.746Zwarn: no default linker (`cc`) was found in your PATH
702026-05-05T16:12:34.746Zwarn: many Rust crates require a system C toolchain to build
712026-05-05T16:12:34.832Z+ rustup --version
722026-05-05T16:12:34.840Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-05T16:12:34.843Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-05T16:12:34.861Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-05-05T16:12:34.865Z+ cargo --version
762026-05-05T16:12:34.877Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-05-05T16:12:34.880Z+ rustc --version
782026-05-05T16:12:34.899Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-05-05T16:12:34.902Zprocess exited: duration 16705 ms, exit code 0
 
802026-05-05T16:12:34.909Zstarting task 2: "authentication"
812026-05-05T16:12:34.925Zprocess exited: duration 16 ms, exit code 0
 
822026-05-05T16:12:34.932Zstarting task 3: "clone repository"
832026-05-05T16:12:34.935Z+ mkdir -p /work/oxidecomputer/opte
842026-05-05T16:12:34.940Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-05-05T16:12:34.988ZCloning into '/work/oxidecomputer/opte'...
862026-05-05T16:12:36.039Z+ cd /work/oxidecomputer/opte
872026-05-05T16:12:36.039Z+ git fetch origin 84e91b62621406f38e4d0870a92bafacad96536e
882026-05-05T16:12:36.374ZFrom https://github.com/oxidecomputer/opte
892026-05-05T16:12:36.374Z * branch 84e91b62621406f38e4d0870a92bafacad96536e -> FETCH_HEAD
902026-05-05T16:12:36.379Z+ [[ -n mtu ]]
912026-05-05T16:12:36.382Z++ git branch --show-current
922026-05-05T16:12:36.382Z+ current=master
932026-05-05T16:12:36.382Z+ [[ master != mtu ]]
942026-05-05T16:12:36.382Z+ git branch -f mtu 84e91b62621406f38e4d0870a92bafacad96536e
952026-05-05T16:12:36.386Z+ git checkout -f mtu
962026-05-05T16:12:36.400ZSwitched to branch 'mtu'
972026-05-05T16:12:36.403Z+ git reset --hard 84e91b62621406f38e4d0870a92bafacad96536e
982026-05-05T16:12:36.416ZHEAD is now at 84e91b6 Bump API_VERSION.
992026-05-05T16:12:36.420Zprocess exited: duration 1484 ms, exit code 0
 
1002026-05-05T16:12:36.426Zstarting task 4: "build"
1012026-05-05T16:12:36.430Z+ source .github/buildomat/common.sh
1022026-05-05T16:12:36.430Z++ rustup show active-toolchain
1032026-05-05T16:12:36.435Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-05-05T16:12:36.439Z++ pushd xde
1052026-05-05T16:12:36.439Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-05-05T16:12:36.439Z++ rustup show active-toolchain
1072026-05-05T16:12:36.442Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1082026-05-05T16:12:36.585Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1092026-05-05T16:12:36.589Zinfo: downloading 6 components
1102026-05-05T16:12:50.701Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-05-05T16:12:50.788Z+++ rustup show active-toolchain -v
1122026-05-05T16:12:50.791Z+++ head -n 1
1132026-05-05T16:12:50.791Z+++ cut '-d ' -f1
1142026-05-05T16:12:50.841Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1152026-05-05T16:12:50.841Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1162026-05-05T16:12:50.841Z++ popd
1172026-05-05T16:12:50.845Z/work/oxidecomputer/opte
1182026-05-05T16:12:50.845Z+ TGT_BASE=/work
1192026-05-05T16:12:50.845Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1202026-05-05T16:12:50.845Z+ REL_TGT=/work/release
1212026-05-05T16:12:50.845Z+ mkdir -p /work/release
1222026-05-05T16:12:50.845Z+ cargo --version
1232026-05-05T16:12:50.852Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1242026-05-05T16:12:50.855Z+ rustc --version
1252026-05-05T16:12:50.874Zrustc 1.94.1 (e408947bf 2026-03-25)
1262026-05-05T16:12:50.878Z+ header 'build xde and opteadm (release+debug)'
1272026-05-05T16:12:50.878Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1282026-05-05T16:12:50.878Z# ==== build xde and opteadm (release+debug) ==== #
1292026-05-05T16:12:50.878Z+ ptime -m cargo xtask build --profile all
1302026-05-05T16:12:50.981Z Updating crates.io index
1312026-05-05T16:12:50.985Z Updating git repository `https://github.com/oxidecomputer/falcon`
1322026-05-05T16:12:52.384Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1332026-05-05T16:12:53.229Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1342026-05-05T16:12:53.731Z Updating git repository `https://github.com/oxidecomputer/zone`
1352026-05-05T16:12:54.035Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1362026-05-05T16:12:54.560Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1372026-05-05T16:12:54.920Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1382026-05-05T16:12:56.856Z Downloading crates ...
1392026-05-05T16:12:56.898Z Downloaded strsim v0.11.1
1402026-05-05T16:12:56.906Z Downloaded clap_lex v1.1.0
1412026-05-05T16:12:56.910Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1422026-05-05T16:12:56.913Z Downloaded zmij v1.0.21
1432026-05-05T16:12:56.917Z Downloaded utf8parse v0.2.2
1442026-05-05T16:12:56.929Z Downloaded heck v0.5.0
1452026-05-05T16:12:56.932Z Downloaded itoa v1.0.18
1462026-05-05T16:12:56.932Z Downloaded anstyle-query v1.1.5
1472026-05-05T16:12:56.934Z Downloaded serde_spanned v1.1.1
1482026-05-05T16:12:56.937Z Downloaded errno v0.3.14
1492026-05-05T16:12:56.941Z Downloaded cargo-platform v0.3.3
1502026-05-05T16:12:56.945Z Downloaded equivalent v1.0.2
1512026-05-05T16:12:56.952Z Downloaded terminal_size v0.4.4
1522026-05-05T16:12:56.955Z Downloaded is_terminal_polyfill v1.70.2
1532026-05-05T16:12:56.955Z Downloaded colorchoice v1.0.5
1542026-05-05T16:12:56.959Z Downloaded quote v1.0.45
1552026-05-05T16:12:56.962Z Downloaded thiserror-impl v2.0.18
1562026-05-05T16:12:56.962Z Downloaded anstyle-parse v1.0.0
1572026-05-05T16:12:56.966Z Downloaded anstream v1.0.0
1582026-05-05T16:12:56.966Z Downloaded clap v4.6.1
1592026-05-05T16:12:56.974Z Downloaded anstyle v1.0.14
1602026-05-05T16:12:56.982Z Downloaded thiserror v2.0.18
1612026-05-05T16:12:56.985Z Downloaded bitflags v2.11.1
1622026-05-05T16:12:56.990Z Downloaded semver v1.0.28
1632026-05-05T16:12:56.990Z Downloaded toml_writer v1.1.1+spec-1.1.0
1642026-05-05T16:12:56.991Z Downloaded clap_derive v4.6.1
1652026-05-05T16:12:56.994Z Downloaded toml_parser v1.1.2+spec-1.1.0
1662026-05-05T16:12:56.998Z Downloaded cargo_metadata v0.23.1
1672026-05-05T16:12:56.998Z Downloaded camino v1.2.2
1682026-05-05T16:12:57.004Z Downloaded serde_derive v1.0.228
1692026-05-05T16:12:57.010Z Downloaded serde_core v1.0.228
1702026-05-05T16:12:57.014Z Downloaded toml v1.1.2+spec-1.1.0
1712026-05-05T16:12:57.014Z Downloaded anyhow v1.0.102
1722026-05-05T16:12:57.017Z Downloaded unicode-ident v1.0.24
1732026-05-05T16:12:57.017Z Downloaded proc-macro2 v1.0.106
1742026-05-05T16:12:57.029Z Downloaded serde v1.0.228
1752026-05-05T16:12:57.044Z Downloaded memchr v2.8.0
1762026-05-05T16:12:57.047Z Downloaded indexmap v2.14.0
1772026-05-05T16:12:57.056Z Downloaded serde_json v1.0.149
1782026-05-05T16:12:57.068Z Downloaded hashbrown v0.17.0
1792026-05-05T16:12:57.072Z Downloaded winnow v1.0.2
1802026-05-05T16:12:57.077Z Downloaded clap_builder v4.6.0
1812026-05-05T16:12:57.088Z Downloaded syn v2.0.117
1822026-05-05T16:12:57.115Z Downloaded rustix v1.1.4
1832026-05-05T16:12:57.136Z Downloaded libc v0.2.186
1842026-05-05T16:12:57.182Z Compiling serde_core v1.0.228
1852026-05-05T16:12:57.183Z Compiling proc-macro2 v1.0.106
1862026-05-05T16:12:57.186Z Compiling quote v1.0.45
1872026-05-05T16:12:57.186Z Compiling unicode-ident v1.0.24
1882026-05-05T16:12:57.186Z Compiling libc v0.2.186
1892026-05-05T16:12:57.186Z Compiling rustix v1.1.4
1902026-05-05T16:12:57.186Z Compiling utf8parse v0.2.2
1912026-05-05T16:12:57.240Z Compiling bitflags v2.11.1
1922026-05-05T16:12:57.358Z Compiling zmij v1.0.21
1932026-05-05T16:12:57.374Z Compiling anstyle-parse v1.0.0
1942026-05-05T16:12:57.593Z Compiling camino v1.2.2
1952026-05-05T16:12:57.619Z Compiling anstyle-query v1.1.5
1962026-05-05T16:12:57.653Z Compiling anstyle v1.0.14
1972026-05-05T16:12:57.695Z Compiling serde v1.0.228
1982026-05-05T16:12:57.711Z Compiling serde_json v1.0.149
1992026-05-05T16:12:57.765Z Compiling thiserror v2.0.18
2002026-05-05T16:12:57.904Z Compiling colorchoice v1.0.5
2012026-05-05T16:12:57.932Z Compiling errno v0.3.14
2022026-05-05T16:12:57.939Z Compiling is_terminal_polyfill v1.70.2
2032026-05-05T16:12:58.002Z Compiling anstream v1.0.0
2042026-05-05T16:12:58.057Z Compiling itoa v1.0.18
2052026-05-05T16:12:58.103Z Compiling clap_lex v1.1.0
2062026-05-05T16:12:58.317Z Compiling anyhow v1.0.102
2072026-05-05T16:12:58.431Z Compiling memchr v2.8.0
2082026-05-05T16:12:58.474Z Compiling syn v2.0.117
2092026-05-05T16:12:58.502Z Compiling terminal_size v0.4.4
2102026-05-05T16:12:58.534Z Compiling winnow v1.0.2
2112026-05-05T16:12:58.549Z Compiling heck v0.5.0
2122026-05-05T16:12:58.641Z Compiling strsim v0.11.1
2132026-05-05T16:12:58.760Z Compiling toml_writer v1.1.1+spec-1.1.0
2142026-05-05T16:12:58.861Z Compiling toml_parser v1.1.2+spec-1.1.0
2152026-05-05T16:12:58.968Z Compiling clap_builder v4.6.0
2162026-05-05T16:12:59.663Z Compiling serde_spanned v1.1.1
2172026-05-05T16:12:59.713Z Compiling semver v1.0.28
2182026-05-05T16:12:59.815Z Compiling toml_datetime v1.1.1+spec-1.1.0
2192026-05-05T16:12:59.884Z Compiling cargo-platform v0.3.3
2202026-05-05T16:13:00.119Z Compiling toml v1.1.2+spec-1.1.0
2212026-05-05T16:13:00.773Z Compiling thiserror-impl v2.0.18
2222026-05-05T16:13:00.773Z Compiling serde_derive v1.0.228
2232026-05-05T16:13:00.779Z Compiling clap_derive v4.6.1
2242026-05-05T16:13:02.402Z Compiling clap v4.6.1
2252026-05-05T16:13:04.037Z Compiling cargo_metadata v0.23.1
2262026-05-05T16:13:06.501Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2272026-05-05T16:13:08.059Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.17s
2282026-05-05T16:13:08.154Z Running `target/debug/xtask build --profile all`
2292026-05-05T16:13:09.652ZBuilding opteadm (release).
2302026-05-05T16:13:09.745Z Compiling proc-macro2 v1.0.106
2312026-05-05T16:13:09.745Z Compiling unicode-ident v1.0.24
2322026-05-05T16:13:09.745Z Compiling quote v1.0.45
2332026-05-05T16:13:09.745Z Compiling serde_core v1.0.228
2342026-05-05T16:13:09.749Z Compiling libc v0.2.186
2352026-05-05T16:13:09.749Z Compiling cfg-if v1.0.4
2362026-05-05T16:13:09.749Z Compiling thiserror v2.0.18
2372026-05-05T16:13:09.749Z Compiling strsim v0.11.1
2382026-05-05T16:13:09.821Z Compiling fnv v1.0.7
2392026-05-05T16:13:09.860Z Compiling ident_case v1.0.1
2402026-05-05T16:13:09.899Z Compiling memchr v2.8.0
2412026-05-05T16:13:09.961Z Compiling regex-syntax v0.8.10
2422026-05-05T16:13:10.031Z Compiling either v1.15.0
2432026-05-05T16:13:10.050Z Compiling winnow v1.0.2
2442026-05-05T16:13:10.210Z Compiling equivalent v1.0.2
2452026-05-05T16:13:10.238Z Compiling zerocopy v0.8.48
2462026-05-05T16:13:10.275Z Compiling hashbrown v0.17.0
2472026-05-05T16:13:10.428Z Compiling aho-corasick v1.1.4
2482026-05-05T16:13:10.454Z Compiling anyhow v1.0.102
2492026-05-05T16:13:10.589Z Compiling serde v1.0.228
2502026-05-05T16:13:10.820Z Compiling indexmap v2.14.0
2512026-05-05T16:13:10.892Z Compiling itertools v0.14.0
2522026-05-05T16:13:10.915Z Compiling syn v2.0.117
2532026-05-05T16:13:10.987Z Compiling toml_parser v1.1.2+spec-1.1.0
2542026-05-05T16:13:11.036Z Compiling toml_datetime v1.1.1+spec-1.1.0
2552026-05-05T16:13:11.244Z Compiling byteorder v1.5.0
2562026-05-05T16:13:11.411Z Compiling regex-automata v0.4.14
2572026-05-05T16:13:11.422Z Compiling heapless v0.8.0
2582026-05-05T16:13:11.509Z Compiling hash32 v0.3.1
2592026-05-05T16:13:11.635Z Compiling toml_edit v0.25.11+spec-1.1.0
2602026-05-05T16:13:11.789Z Compiling bitflags v2.11.1
2612026-05-05T16:13:11.846Z Compiling macaddr v1.0.1
2622026-05-05T16:13:11.915Z Compiling syn v1.0.109
2632026-05-05T16:13:11.967Z Compiling stable_deref_trait v1.2.1
2642026-05-05T16:13:12.032Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2652026-05-05T16:13:12.042Z Compiling smoltcp v0.11.0
2662026-05-05T16:13:12.082Z Compiling rustversion v1.0.22
2672026-05-05T16:13:12.242Z Compiling proc-macro-crate v3.5.0
2682026-05-05T16:13:12.259Z Compiling rand_core v0.10.1
2692026-05-05T16:13:12.362Z Compiling managed v0.8.0
2702026-05-05T16:13:12.404Z Compiling rustix v1.1.4
2712026-05-05T16:13:12.438Z Compiling bitflags v1.3.2
2722026-05-05T16:13:12.498Z Compiling ref-cast v1.0.25
2732026-05-05T16:13:12.507Z Compiling getrandom v0.4.2
2742026-05-05T16:13:12.566Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
2752026-05-05T16:13:12.588Z Compiling version_check v0.9.5
2762026-05-05T16:13:12.814Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2772026-05-05T16:13:12.841Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2782026-05-05T16:13:13.006Z Compiling errno v0.3.14
2792026-05-05T16:13:13.149Z Compiling regex v1.12.3
2802026-05-05T16:13:13.275Z Compiling once_cell v1.21.4
2812026-05-05T16:13:13.369Z Compiling utf8parse v0.2.2
2822026-05-05T16:13:13.466Z Compiling darling_core v0.21.3
2832026-05-05T16:13:13.495Z Compiling cpufeatures v0.3.0
2842026-05-05T16:13:13.537Z Compiling ipnetwork v0.21.1
2852026-05-05T16:13:13.555Z Compiling foreign-types-shared v0.3.1
2862026-05-05T16:13:13.637Z Compiling unicode-width v0.2.2
2872026-05-05T16:13:13.855Z Compiling tabwriter v1.4.1
2882026-05-05T16:13:13.909Z Compiling chacha20 v0.10.0
2892026-05-05T16:13:13.918Z Compiling cstr-argument v0.1.2
2902026-05-05T16:13:14.034Z Compiling anstyle-parse v1.0.0
2912026-05-05T16:13:14.062Z Compiling tracing-core v0.1.36
2922026-05-05T16:13:14.612Z Compiling dyn-clone v1.0.20
2932026-05-05T16:13:14.612Z Compiling pretty-hex v0.4.2
2942026-05-05T16:13:14.720Z Compiling thiserror-impl v2.0.18
2952026-05-05T16:13:14.736Z Compiling zerocopy-derive v0.8.48
2962026-05-05T16:13:14.741Z Compiling serde_derive v1.0.228
2972026-05-05T16:13:14.929Z Compiling ref-cast-impl v1.0.25
2982026-05-05T16:13:14.981Z Compiling foreign-types-macros v0.2.3
2992026-05-05T16:13:15.454Z Compiling num_enum_derive v0.7.6
3002026-05-05T16:13:15.603Z Compiling tracing-attributes v0.1.31
3012026-05-05T16:13:15.607Z Compiling foreign-types v0.5.0
3022026-05-05T16:13:15.636Z Compiling darling_macro v0.21.3
3032026-05-05T16:13:15.666Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3042026-05-05T16:13:16.062Z Compiling cobs v0.3.0
3052026-05-05T16:13:16.131Z Compiling is_terminal_polyfill v1.70.2
3062026-05-05T16:13:16.149Z Compiling darling v0.21.3
3072026-05-05T16:13:16.211Z Compiling anstyle-query v1.1.5
3082026-05-05T16:13:16.214Z Compiling ingot-macros v0.1.1
3092026-05-05T16:13:16.264Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3102026-05-05T16:13:16.268Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
3112026-05-05T16:13:16.296Z Compiling colorchoice v1.0.5
3122026-05-05T16:13:16.396Z Compiling pin-project-lite v0.2.17
3132026-05-05T16:13:16.409Z Compiling num_enum v0.7.6
3142026-05-05T16:13:16.458Z Compiling anstyle v1.0.14
3152026-05-05T16:13:16.484Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
3162026-05-05T16:13:16.511Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3172026-05-05T16:13:16.672Z Compiling anstream v1.0.0
3182026-05-05T16:13:16.685Z Compiling terminal_size v0.4.4
3192026-05-05T16:13:16.714Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3202026-05-05T16:13:16.799Z Compiling tracing v0.1.44
3212026-05-05T16:13:16.850Z Compiling rand v0.10.1
3222026-05-05T16:13:17.079Z Compiling uuid v1.23.1
3232026-05-05T16:13:17.106Z Compiling socket2 v0.6.3
3242026-05-05T16:13:17.111Z Compiling heck v0.5.0
3252026-05-05T16:13:17.296Z Compiling clap_lex v1.1.0
3262026-05-05T16:13:17.357Z Compiling oxnet v0.1.4
3272026-05-05T16:13:17.625Z Compiling colored v3.1.1
3282026-05-05T16:13:17.635Z Compiling clap_builder v4.6.0
3292026-05-05T16:13:17.645Z Compiling clap_derive v4.6.1
3302026-05-05T16:13:18.024Z Compiling postcard v1.1.3
3312026-05-05T16:13:18.178Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3322026-05-05T16:13:19.144Z Compiling ingot-types v0.1.2
3332026-05-05T16:13:19.458Z Compiling ingot v0.1.1
3342026-05-05T16:13:19.458Z Compiling clap v4.6.1
3352026-05-05T16:13:21.128Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3362026-05-05T16:13:22.123Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3372026-05-05T16:13:23.155Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3382026-05-05T16:13:29.817Z Finished `release` profile [optimized + debuginfo] target(s) in 20.15s
3392026-05-05T16:13:29.843ZBuilding xde (release-lto).
3402026-05-05T16:13:30.088Z Updating crates.io index
3412026-05-05T16:13:30.189Z Downloading crates ...
3422026-05-05T16:13:30.257Z Downloaded getopts v0.2.24
3432026-05-05T16:13:30.261Z Downloaded rustc-literal-escaper v0.0.7
3442026-05-05T16:13:30.265Z Downloaded adler2 v2.0.1
3452026-05-05T16:13:30.268Z Downloaded rustc-demangle v0.1.27
3462026-05-05T16:13:30.271Z Downloaded foldhash v0.2.0
3472026-05-05T16:13:30.276Z Downloaded miniz_oxide v0.8.9
3482026-05-05T16:13:30.280Z Downloaded addr2line v0.25.1
3492026-05-05T16:13:30.294Z Downloaded memchr v2.7.6
3502026-05-05T16:13:30.311Z Downloaded hashbrown v0.16.1
3512026-05-05T16:13:30.335Z Downloaded gimli v0.32.3
3522026-05-05T16:13:30.350Z Downloaded object v0.37.3
3532026-05-05T16:13:30.379Z Downloaded libc v0.2.183
3542026-05-05T16:13:30.437Z 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)
3552026-05-05T16:13:30.437Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3562026-05-05T16:13:30.441Z Compiling proc-macro2 v1.0.106
3572026-05-05T16:13:30.441Z Compiling unicode-ident v1.0.24
3582026-05-05T16:13:30.441Z Compiling quote v1.0.45
3592026-05-05T16:13:30.441Z Compiling strsim v0.11.1
3602026-05-05T16:13:30.441Z Compiling ident_case v1.0.1
3612026-05-05T16:13:30.441Z Compiling serde_core v1.0.228
3622026-05-05T16:13:30.602Z Compiling fnv v1.0.7
3632026-05-05T16:13:30.602Z Compiling memchr v2.8.0
3642026-05-05T16:13:30.692Z Compiling regex-syntax v0.8.10
3652026-05-05T16:13:30.853Z Compiling zerocopy v0.8.48
3662026-05-05T16:13:30.856Z Compiling serde v1.0.228
3672026-05-05T16:13:30.864Z Compiling either v1.15.0
3682026-05-05T16:13:30.983Z Compiling aho-corasick v1.1.4
3692026-05-05T16:13:31.057Z Compiling thiserror v2.0.18
3702026-05-05T16:13:31.238Z Compiling itertools v0.14.0
3712026-05-05T16:13:31.257Z Compiling heapless v0.8.0
3722026-05-05T16:13:31.606Z Compiling syn v2.0.117
3732026-05-05T16:13:31.651Z Compiling smoltcp v0.11.0
3742026-05-05T16:13:31.659Z Compiling version_check v0.9.5
3752026-05-05T16:13:31.738Z Compiling ref-cast v1.0.25
3762026-05-05T16:13:32.008Z Compiling crc32fast v1.5.0
3772026-05-05T16:13:32.065Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3782026-05-05T16:13:32.102Z Compiling regex-automata v0.4.14
3792026-05-05T16:13:33.645Z Compiling regex v1.12.3
3802026-05-05T16:13:33.870Z Compiling darling_core v0.21.3
3812026-05-05T16:13:33.906Z Compiling darling_core v0.23.0
3822026-05-05T16:13:34.725Z Compiling zerocopy-derive v0.8.48
3832026-05-05T16:13:34.725Z Compiling thiserror-impl v2.0.18
3842026-05-05T16:13:34.725Z Compiling serde_derive v1.0.228
3852026-05-05T16:13:34.729Z Compiling ref-cast-impl v1.0.25
3862026-05-05T16:13:34.729Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3872026-05-05T16:13:36.323Z Compiling darling_macro v0.21.3
3882026-05-05T16:13:36.374Z Compiling darling_macro v0.23.0
3892026-05-05T16:13:37.206Z Compiling darling v0.21.3
3902026-05-05T16:13:37.268Z Compiling ingot-macros v0.1.1
3912026-05-05T16:13:37.277Z Compiling darling v0.23.0
3922026-05-05T16:13:37.335Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3932026-05-05T16:13:42.280Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3942026-05-05T16:13:44.360Z Compiling byteorder v1.5.0
3952026-05-05T16:13:44.364Z Compiling stable_deref_trait v1.2.1
3962026-05-05T16:13:44.364Z Compiling cfg-if v1.0.4
3972026-05-05T16:13:44.364Z Compiling macaddr v1.0.1
3982026-05-05T16:13:44.424Z Compiling cobs v0.3.0
3992026-05-05T16:13:44.434Z Compiling managed v0.8.0
4002026-05-05T16:13:44.455Z Compiling bitflags v1.3.2
4012026-05-05T16:13:44.522Z Compiling hash32 v0.3.1
4022026-05-05T16:13:44.647Z Compiling dyn-clone v1.0.20
4032026-05-05T16:13:44.724Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4042026-05-05T16:13:45.950Z Compiling bitflags v2.11.1
4052026-05-05T16:13:45.950Z Compiling uuid v1.23.1
4062026-05-05T16:13:46.091Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4072026-05-05T16:13:46.377Z Compiling postcard v1.1.3
4082026-05-05T16:13:47.198Z Compiling ingot-types v0.1.2
4092026-05-05T16:13:47.509Z Compiling ingot v0.1.1
4102026-05-05T16:13:49.034Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4112026-05-05T16:13:52.715Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4122026-05-05T16:14:01.387Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4132026-05-05T16:14:29.449Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 59.56s
4142026-05-05T16:14:29.473ZLinking xde kmod...
4152026-05-05T16:14:30.015ZBuilding xde dev link helper (release).
4162026-05-05T16:14:30.172Z 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)
4172026-05-05T16:14:30.172Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4182026-05-05T16:14:30.172Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4192026-05-05T16:14:41.093Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4202026-05-05T16:14:43.470Z Finished `release` profile [optimized + debuginfo] target(s) in 13.42s
4212026-05-05T16:14:43.489ZBuilding opteadm (dev).
4222026-05-05T16:14:43.644Z Compiling serde_core v1.0.228
4232026-05-05T16:14:43.644Z Compiling libc v0.2.186
4242026-05-05T16:14:43.644Z Compiling cfg-if v1.0.4
4252026-05-05T16:14:43.644Z Compiling fnv v1.0.7
4262026-05-05T16:14:43.649Z Compiling strsim v0.11.1
4272026-05-05T16:14:43.649Z Compiling ident_case v1.0.1
4282026-05-05T16:14:43.668Z Compiling syn v2.0.117
4292026-05-05T16:14:43.672Z Compiling memchr v2.8.0
4302026-05-05T16:14:43.717Z Compiling regex-syntax v0.8.10
4312026-05-05T16:14:43.737Z Compiling equivalent v1.0.2
4322026-05-05T16:14:43.761Z Compiling zerocopy v0.8.48
4332026-05-05T16:14:43.807Z Compiling winnow v1.0.2
4342026-05-05T16:14:43.943Z Compiling serde v1.0.228
4352026-05-05T16:14:44.119Z Compiling aho-corasick v1.1.4
4362026-05-05T16:14:44.227Z Compiling either v1.15.0
4372026-05-05T16:14:44.234Z Compiling hashbrown v0.17.0
4382026-05-05T16:14:44.392Z Compiling itertools v0.14.0
4392026-05-05T16:14:44.481Z Compiling heapless v0.8.0
4402026-05-05T16:14:44.754Z Compiling indexmap v2.14.0
4412026-05-05T16:14:44.759Z Compiling toml_parser v1.1.2+spec-1.1.0
4422026-05-05T16:14:44.801Z Compiling byteorder v1.5.0
4432026-05-05T16:14:44.978Z Compiling toml_datetime v1.1.1+spec-1.1.0
4442026-05-05T16:14:45.186Z Compiling regex-automata v0.4.14
4452026-05-05T16:14:45.286Z Compiling toml_edit v0.25.11+spec-1.1.0
4462026-05-05T16:14:45.342Z Compiling hash32 v0.3.1
4472026-05-05T16:14:45.492Z Compiling smoltcp v0.11.0
4482026-05-05T16:14:45.582Z Compiling stable_deref_trait v1.2.1
4492026-05-05T16:14:45.644Z Compiling bitflags v2.11.1
4502026-05-05T16:14:45.649Z Compiling rustversion v1.0.22
4512026-05-05T16:14:45.754Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4522026-05-05T16:14:45.804Z Compiling syn v1.0.109
4532026-05-05T16:14:45.819Z Compiling macaddr v1.0.1
4542026-05-05T16:14:45.986Z Compiling proc-macro-crate v3.5.0
4552026-05-05T16:14:46.065Z Compiling ref-cast v1.0.25
4562026-05-05T16:14:46.081Z Compiling managed v0.8.0
4572026-05-05T16:14:46.139Z Compiling rand_core v0.10.1
4582026-05-05T16:14:46.180Z Compiling darling_core v0.21.3
4592026-05-05T16:14:46.292Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4602026-05-05T16:14:46.297Z Compiling version_check v0.9.5
4612026-05-05T16:14:46.357Z Compiling bitflags v1.3.2
4622026-05-05T16:14:46.394Z Compiling getrandom v0.4.2
4632026-05-05T16:14:46.559Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4642026-05-05T16:14:46.647Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4652026-05-05T16:14:46.780Z Compiling errno v0.3.14
4662026-05-05T16:14:46.948Z Compiling regex v1.12.3
4672026-05-05T16:14:47.033Z Compiling cpufeatures v0.3.0
4682026-05-05T16:14:47.100Z Compiling ipnetwork v0.21.1
4692026-05-05T16:14:47.244Z Compiling foreign-types-shared v0.3.1
4702026-05-05T16:14:47.337Z Compiling once_cell v1.21.4
4712026-05-05T16:14:47.402Z Compiling thiserror-impl v2.0.18
4722026-05-05T16:14:47.569Z Compiling zerocopy-derive v0.8.48
4732026-05-05T16:14:47.638Z Compiling serde_derive v1.0.228
4742026-05-05T16:14:47.742Z Compiling foreign-types-macros v0.2.3
4752026-05-05T16:14:48.331Z Compiling darling_macro v0.21.3
4762026-05-05T16:14:48.399Z Compiling ref-cast-impl v1.0.25
4772026-05-05T16:14:48.540Z Compiling num_enum_derive v0.7.6
4782026-05-05T16:14:48.648Z Compiling thiserror v2.0.18
4792026-05-05T16:14:48.748Z Compiling cobs v0.3.0
4802026-05-05T16:14:48.863Z Compiling darling v0.21.3
4812026-05-05T16:14:48.937Z Compiling ingot-macros v0.1.1
4822026-05-05T16:14:48.982Z Compiling unicode-width v0.2.2
4832026-05-05T16:14:49.126Z Compiling foreign-types v0.5.0
4842026-05-05T16:14:49.196Z Compiling tabwriter v1.4.1
4852026-05-05T16:14:49.288Z Compiling cstr-argument v0.1.2
4862026-05-05T16:14:49.452Z Compiling tracing-core v0.1.36
4872026-05-05T16:14:49.528Z Compiling num_enum v0.7.6
4882026-05-05T16:14:49.617Z Compiling tracing-attributes v0.1.31
4892026-05-05T16:14:49.637Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4902026-05-05T16:14:49.867Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4912026-05-05T16:14:50.192Z Compiling chacha20 v0.10.0
4922026-05-05T16:14:50.339Z Compiling rustix v1.1.4
4932026-05-05T16:14:50.814Z Compiling postcard v1.1.3
4942026-05-05T16:14:50.871Z Compiling anyhow v1.0.102
4952026-05-05T16:14:50.883Z Compiling pin-project-lite v0.2.17
4962026-05-05T16:14:50.946Z Compiling pretty-hex v0.4.2
4972026-05-05T16:14:50.970Z Compiling dyn-clone v1.0.20
4982026-05-05T16:14:51.059Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
4992026-05-05T16:14:51.074Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
5002026-05-05T16:14:51.127Z Compiling tracing v0.1.44
5012026-05-05T16:14:51.164Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5022026-05-05T16:14:51.265Z Compiling terminal_size v0.4.4
5032026-05-05T16:14:51.283Z Compiling rand v0.10.1
5042026-05-05T16:14:51.363Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5052026-05-05T16:14:51.416Z Compiling uuid v1.23.1
5062026-05-05T16:14:51.479Z Compiling socket2 v0.6.3
5072026-05-05T16:14:51.494Z Compiling oxnet v0.1.4
5082026-05-05T16:14:51.595Z Compiling colored v3.1.1
5092026-05-05T16:14:51.659Z Compiling clap_builder v4.6.0
5102026-05-05T16:14:51.954Z Compiling ingot-types v0.1.2
5112026-05-05T16:14:51.983Z Compiling clap_derive v4.6.1
5122026-05-05T16:14:52.039Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5132026-05-05T16:14:52.353Z Compiling ingot v0.1.1
5142026-05-05T16:14:53.288Z Compiling clap v4.6.1
5152026-05-05T16:14:54.086Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5162026-05-05T16:14:56.384Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5172026-05-05T16:14:57.533Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5182026-05-05T16:15:01.880Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.38s
5192026-05-05T16:15:01.907ZBuilding xde (dev).
5202026-05-05T16:15:02.134Z 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)
5212026-05-05T16:15:02.134Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5222026-05-05T16:15:02.134Z Compiling proc-macro2 v1.0.106
5232026-05-05T16:15:02.134Z Compiling unicode-ident v1.0.24
5242026-05-05T16:15:02.138Z Compiling quote v1.0.45
5252026-05-05T16:15:02.138Z Compiling strsim v0.11.1
5262026-05-05T16:15:02.138Z Compiling ident_case v1.0.1
5272026-05-05T16:15:02.138Z Compiling serde_core v1.0.228
5282026-05-05T16:15:02.251Z Compiling memchr v2.8.0
5292026-05-05T16:15:02.251Z Compiling fnv v1.0.7
5302026-05-05T16:15:02.332Z Compiling regex-syntax v0.8.10
5312026-05-05T16:15:02.508Z Compiling either v1.15.0
5322026-05-05T16:15:02.523Z Compiling thiserror v2.0.18
5332026-05-05T16:15:02.526Z Compiling zerocopy v0.8.48
5342026-05-05T16:15:02.635Z Compiling aho-corasick v1.1.4
5352026-05-05T16:15:02.688Z Compiling serde v1.0.228
5362026-05-05T16:15:02.913Z Compiling itertools v0.14.0
5372026-05-05T16:15:03.127Z Compiling heapless v0.8.0
5382026-05-05T16:15:03.144Z Compiling smoltcp v0.11.0
5392026-05-05T16:15:03.316Z Compiling syn v2.0.117
5402026-05-05T16:15:03.357Z Compiling crc32fast v1.5.0
5412026-05-05T16:15:03.576Z Compiling version_check v0.9.5
5422026-05-05T16:15:03.602Z Compiling ref-cast v1.0.25
5432026-05-05T16:15:03.940Z Compiling regex-automata v0.4.14
5442026-05-05T16:15:04.010Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5452026-05-05T16:15:05.437Z Compiling regex v1.12.3
5462026-05-05T16:15:05.554Z Compiling darling_core v0.21.3
5472026-05-05T16:15:05.584Z Compiling darling_core v0.23.0
5482026-05-05T16:15:06.549Z Compiling serde_derive v1.0.228
5492026-05-05T16:15:06.549Z Compiling zerocopy-derive v0.8.48
5502026-05-05T16:15:06.549Z Compiling thiserror-impl v2.0.18
5512026-05-05T16:15:06.553Z Compiling ref-cast-impl v1.0.25
5522026-05-05T16:15:06.553Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5532026-05-05T16:15:08.151Z Compiling darling_macro v0.23.0
5542026-05-05T16:15:08.236Z Compiling darling_macro v0.21.3
5552026-05-05T16:15:09.076Z Compiling darling v0.23.0
5562026-05-05T16:15:09.138Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5572026-05-05T16:15:09.150Z Compiling darling v0.21.3
5582026-05-05T16:15:09.209Z Compiling ingot-macros v0.1.1
5592026-05-05T16:15:13.591Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5602026-05-05T16:15:15.312Z Compiling byteorder v1.5.0
5612026-05-05T16:15:15.312Z Compiling cfg-if v1.0.4
5622026-05-05T16:15:15.316Z Compiling macaddr v1.0.1
5632026-05-05T16:15:15.316Z Compiling stable_deref_trait v1.2.1
5642026-05-05T16:15:15.378Z Compiling cobs v0.3.0
5652026-05-05T16:15:15.378Z Compiling managed v0.8.0
5662026-05-05T16:15:15.415Z Compiling bitflags v1.3.2
5672026-05-05T16:15:15.483Z Compiling hash32 v0.3.1
5682026-05-05T16:15:15.651Z Compiling dyn-clone v1.0.20
5692026-05-05T16:15:15.744Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5702026-05-05T16:15:16.850Z Compiling bitflags v2.11.1
5712026-05-05T16:15:16.850Z Compiling uuid v1.23.1
5722026-05-05T16:15:16.980Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5732026-05-05T16:15:17.260Z Compiling postcard v1.1.3
5742026-05-05T16:15:18.053Z Compiling ingot-types v0.1.2
5752026-05-05T16:15:18.333Z Compiling ingot v0.1.1
5762026-05-05T16:15:19.724Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5772026-05-05T16:15:23.920Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5782026-05-05T16:15:34.201Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5792026-05-05T16:15:42.394Z Finished `dev` profile [optimized + debuginfo] target(s) in 40.45s
5802026-05-05T16:15:42.417ZLinking xde kmod...
5812026-05-05T16:15:43.503ZBuilding xde dev link helper (dev).
5822026-05-05T16:15:43.664Z 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)
5832026-05-05T16:15:43.665Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5842026-05-05T16:15:43.665Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5852026-05-05T16:15:54.095Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5862026-05-05T16:15:56.271Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.73s
5872026-05-05T16:15:56.292Z
5882026-05-05T16:15:56.296Zreal 3:05.373068549
5892026-05-05T16:15:56.296Zuser 8:56.556064549
5902026-05-05T16:15:56.296Zsys 57.102944369
5912026-05-05T16:15:56.296Ztrap 0.230777013
5922026-05-05T16:15:56.296Ztflt 0.899700175
5932026-05-05T16:15:56.296Zdflt 1.325430117
5942026-05-05T16:15:56.296Zkflt 0.005138283
5952026-05-05T16:15:56.296Zlock 30:21.701324132
5962026-05-05T16:15:56.296Zslp 20:46.450215115
5972026-05-05T16:15:56.296Zlat 22.288495504
5982026-05-05T16:15:56.296Zstop 31.890146581
5992026-05-05T16:15:56.296Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
6002026-05-05T16:15:56.296Z+ grep GOTPCREL
6012026-05-05T16:15:57.226Z+ header 'package opte'
6022026-05-05T16:15:57.226Z+ echo '# ==== package opte ==== #'
6032026-05-05T16:15:57.229Z# ==== package opte ==== #
6042026-05-05T16:15:57.229Z+ cargo xtask package --skip-build --profile all
6052026-05-05T16:15:57.363Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
6062026-05-05T16:15:57.367Z Running `target/debug/xtask package --skip-build --profile all`
6072026-05-05T16:15:57.572Z+ ./clean.sh
6082026-05-05T16:15:57.579Z+ mkdir -p proto/kernel/drv/amd64
6092026-05-05T16:15:57.583Z+ mkdir -p proto/opt/oxide/opte/bin
6102026-05-05T16:15:57.583Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6112026-05-05T16:15:57.586Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6122026-05-05T16:15:57.600Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6132026-05-05T16:15:57.641Z+ cp ../xde/xde.conf proto/kernel/drv/
6142026-05-05T16:15:57.644Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6152026-05-05T16:15:57.644Z+ '[' -z ']'
6162026-05-05T16:15:57.644Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6172026-05-05T16:15:57.674Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6182026-05-05T16:15:57.752Z+ INC_DEBUG=
6192026-05-05T16:15:57.755Z++ ./print-api-version.sh
6202026-05-05T16:15:57.759Z+ API_VSN=41
6212026-05-05T16:15:57.759Z+ TAG=
6222026-05-05T16:15:57.759Z+ PKG_VERSION=0.41.477
6232026-05-05T16:15:57.759Z+ '[' ']'
6242026-05-05T16:15:57.759Z+ sed -e s/%PUBLISHER%/helios-dev/g -e s/%PKG_VERSION%/0.41.477/g opte.template.p5m
6252026-05-05T16:15:57.765Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6262026-05-05T16:15:58.645Z+ pkgdepend generate -d proto opte.base.p5m
6272026-05-05T16:15:59.334Z+ mkdir -p packages
6282026-05-05T16:15:59.338Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6292026-05-05T16:16:10.348Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6302026-05-05T16:16:10.351Z+ pkgrepo create packages/repo
6312026-05-05T16:16:10.909Z+ pkgrepo add-publisher -s packages/repo helios-dev
6322026-05-05T16:16:11.446Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6332026-05-05T16:16:40.507Zpkg://helios-dev/driver/network/opte@0.41.477,5.11:20260505T161610Z
6342026-05-05T16:16:40.507ZPUBLISHED
6352026-05-05T16:16:40.543Z+ pkgrecv -a -d packages/repo/opte-0.41.477.p5p -s packages/repo -v -m latest '*'
6362026-05-05T16:16:41.031ZRetrieving packages for publisher helios-dev ...
6372026-05-05T16:16:41.034ZRetrieving catalog 'helios-dev' ... Done
6382026-05-05T16:16:41.035ZRetrieving and evaluating 1 package(s)...
6392026-05-05T16:16:41.035ZFetching manifests: 1/1 100% complete
6402026-05-05T16:16:41.035ZFetching manifests: 1/1 100% complete
6412026-05-05T16:16:41.038Z
6422026-05-05T16:16:41.038ZArchiving packages ...
6432026-05-05T16:16:41.038Z Packages to add: 1
6442026-05-05T16:16:41.038Z Files to retrieve: 6
6452026-05-05T16:16:41.038ZEstimated transfer size: 36.14 MB
6462026-05-05T16:16:41.038Z
6472026-05-05T16:16:41.038ZPackages to archive:
6482026-05-05T16:16:41.038Zdriver/network/opte@0.41.477,5.11:20260505T161610Z
6492026-05-05T16:16:41.038Z
6502026-05-05T16:16:41.038ZDownload: 0/6 items 0.0/36.1MB 0% complete
6512026-05-05T16:16:41.100ZDownload: Completed 36.14 MB in 0.07 seconds (552M/s)
6522026-05-05T16:16:41.104ZArchiving: 1/20 items 0.0/36.2MB 0% complete
6532026-05-05T16:16:41.111ZArchiving: Completed 36.17 MB in 0.01 seconds
6542026-05-05T16:16:41.149ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.477.p5p.
6552026-05-05T16:16:41.152Z+ banner copy
6562026-05-05T16:16:41.156Z
6572026-05-05T16:16:41.156Z #### #### ##### # #
6582026-05-05T16:16:41.156Z # # # # # # # #
6592026-05-05T16:16:41.156Z # # # # # #
6602026-05-05T16:16:41.156Z # # # ##### #
6612026-05-05T16:16:41.156Z # # # # # #
6622026-05-05T16:16:41.156Z #### #### # #
6632026-05-05T16:16:41.156Z
6642026-05-05T16:16:41.156Z+ pfexec mkdir -p /out
6652026-05-05T16:16:41.159Z+ pfexec chown 12345 /out
6662026-05-05T16:16:41.159Z+ PKG_NAME=/out/opte.p5p
6672026-05-05T16:16:41.159Z+ mv pkg/packages/repo/opte-0.41.477.p5p /out/opte.p5p
6682026-05-05T16:16:41.186Z+ sha256sum /out/opte.p5p
6692026-05-05T16:16:41.210Zprocess exited: duration 244730 ms, exit code 0
 
6702026-05-05T16:16:41.223Zfound 2 output files
6712026-05-05T16:16:41.223Zuploading: /out/opte.p5p (37939200 bytes)
6722026-05-05T16:16:42.461Zuploaded: /out/opte.p5p
6732026-05-05T16:16:42.461Zuploading: /out/opte.p5p.sha256 (80 bytes)
6742026-05-05T16:16:44.475Zuploaded: /out/opte.p5p.sha256