01KR1D6QDPQBGGEP506X6M7VM5: 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: 01KR1D77FCMGKJ2K1QYDSJ7RN7

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-07T14:25:31.446Zjob assigned to worker 01KR1D7AZA5Z7CKATR8DAJMHV6 [factory aws, i-0d2f906fe32c3fffc] (queued for 47 s)
 
22026-05-07T14:25:37.669Zstarting task 0: "setup"
32026-05-07T14:25:37.673Z++ uname -s
42026-05-07T14:25:37.676Z+ kern=SunOS
52026-05-07T14:25:37.676Z+ build_user=build
62026-05-07T14:25:37.677Z+ build_uid=12345
72026-05-07T14:25:37.677Z+ work_dir=/work
82026-05-07T14:25:37.677Z+ input_dir=/input
92026-05-07T14:25:37.677Z+ [[ 0 == 12345 ]]
102026-05-07T14:25:37.677Z+ case "$kern" in
112026-05-07T14:25:37.677Z+ groupadd -g 12345 build
122026-05-07T14:25:37.680Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-07T14:25:39.684Z+ zfs create -o mountpoint=/work rpool/work
142026-05-07T14:25:39.769Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-07T14:25:39.772Z+ home_fs=zfs
162026-05-07T14:25:39.772Z+ [[ zfs == autofs ]]
172026-05-07T14:25:39.772Z+ mkdir -p /home/build
182026-05-07T14:25:39.772Z+ chown build:build /home/build /work
192026-05-07T14:25:41.775Z+ chmod 0700 /home/build /work
202026-05-07T14:25:41.779Zprocess exited: duration 4109 ms, exit code 0
 
212026-05-07T14:25:41.787Zstarting task 1: "rust-toolchain"
222026-05-07T14:25:41.791Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-05-07T14:25:41.791Z * rust toolchain channel = "1.94.1"
242026-05-07T14:25:41.791Z * rust toolchain profile = "default"
252026-05-07T14:25:41.792Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-07T14:25:41.792Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-07T14:25:41.792Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-07T14:25:41.795Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-07T14:25:41.795Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-05-07T14:25:42.074Zinfo: downloading installer
312026-05-07T14:25:43.648Zwarn: It looks like you have an existing rustup settings file at:
322026-05-07T14:25:43.648Zwarn: /home/build/.rustup/settings.toml
332026-05-07T14:25:43.648Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-07T14:25:43.648Zwarn: instead of the one inferred from the default host triple.
352026-05-07T14:25:43.657Zinfo: profile set to default
362026-05-07T14:25:43.657Zinfo: default host triple is x86_64-unknown-illumos
372026-05-07T14:25:43.660Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
382026-05-07T14:25:43.808Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
392026-05-07T14:25:43.811Zinfo: downloading 6 components
402026-05-07T14:25:59.444Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
412026-05-07T14:25:59.444Z
422026-05-07T14:25:59.475Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
432026-05-07T14:25:59.475Z
442026-05-07T14:25:59.475Z
452026-05-07T14:25:59.475ZRust is installed now. Great!
462026-05-07T14:25:59.475Z
472026-05-07T14:25:59.475ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-07T14:25:59.475Zenvironment variable. This has not been done automatically.
492026-05-07T14:25:59.475Z
502026-05-07T14:25:59.475ZTo configure your current shell, you need to source
512026-05-07T14:25:59.475Zthe corresponding env file under $HOME/.cargo.
522026-05-07T14:25:59.475Z
532026-05-07T14:25:59.475ZThis is usually done by running one of the following (note the leading DOT):
542026-05-07T14:25:59.478Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-07T14:25:59.478Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-07T14:25:59.478Zsource "~/.cargo/env.nu" # For nushell
572026-05-07T14:25:59.478Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-07T14:25:59.478Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-07T14:25:59.478Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-07T14:25:59.478Zwarn: no default linker (`cc`) was found in your PATH
612026-05-07T14:25:59.478Zwarn: many Rust crates require a system C toolchain to build
622026-05-07T14:25:59.573Z+ rustup --version
632026-05-07T14:25:59.582Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-07T14:25:59.585Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-07T14:25:59.603Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
662026-05-07T14:25:59.606Z+ cargo --version
672026-05-07T14:25:59.618Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
682026-05-07T14:25:59.621Z+ rustc --version
692026-05-07T14:25:59.640Zrustc 1.94.1 (e408947bf 2026-03-25)
702026-05-07T14:25:59.643Zprocess exited: duration 17855 ms, exit code 0
 
712026-05-07T14:25:59.650Zstarting task 2: "authentication"
722026-05-07T14:25:59.667Zprocess exited: duration 17 ms, exit code 0
 
732026-05-07T14:25:59.673Zstarting task 3: "clone repository"
742026-05-07T14:25:59.676Z+ mkdir -p /work/oxidecomputer/opte
752026-05-07T14:25:59.679Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-07T14:25:59.709ZCloning into '/work/oxidecomputer/opte'...
772026-05-07T14:26:00.501Z+ cd /work/oxidecomputer/opte
782026-05-07T14:26:00.501Z+ git fetch origin 459486abe3d1adc5ce68964ce2679d9fa1f51488
792026-05-07T14:26:00.770ZFrom https://github.com/oxidecomputer/opte
802026-05-07T14:26:00.770Z * branch 459486abe3d1adc5ce68964ce2679d9fa1f51488 -> FETCH_HEAD
812026-05-07T14:26:00.774Z+ [[ -n faster-syn-expiry ]]
822026-05-07T14:26:00.777Z++ git branch --show-current
832026-05-07T14:26:00.777Z+ current=master
842026-05-07T14:26:00.777Z+ [[ master != faster-syn-expiry ]]
852026-05-07T14:26:00.777Z+ git branch -f faster-syn-expiry 459486abe3d1adc5ce68964ce2679d9fa1f51488
862026-05-07T14:26:00.780Z+ git checkout -f faster-syn-expiry
872026-05-07T14:26:00.795ZSwitched to branch 'faster-syn-expiry'
882026-05-07T14:26:00.798Z+ git reset --hard 459486abe3d1adc5ce68964ce2679d9fa1f51488
892026-05-07T14:26:00.812ZHEAD is now at 459486a Missed a transition, as it turns out.
902026-05-07T14:26:00.815Zprocess exited: duration 1139 ms, exit code 0
 
912026-05-07T14:26:00.821Zstarting task 4: "build"
922026-05-07T14:26:00.825Z+ source .github/buildomat/common.sh
932026-05-07T14:26:00.828Z++ rustup show active-toolchain
942026-05-07T14:26:00.831Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-07T14:26:00.831Z++ pushd xde
962026-05-07T14:26:00.831Z++ rustup show active-toolchain
972026-05-07T14:26:00.831Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
982026-05-07T14:26:00.836Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-07T14:26:00.990Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-07T14:26:00.993Zinfo: downloading 6 components
1012026-05-07T14:26:17.429Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-07T14:26:17.516Z+++ rustup show active-toolchain -v
1032026-05-07T14:26:17.519Z+++ head -n 1
1042026-05-07T14:26:17.519Z+++ cut '-d ' -f1
1052026-05-07T14:26:17.568Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-07T14:26:17.568Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-07T14:26:17.572Z++ popd
1082026-05-07T14:26:17.572Z/work/oxidecomputer/opte
1092026-05-07T14:26:17.572Z+ TGT_BASE=/work
1102026-05-07T14:26:17.572Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1112026-05-07T14:26:17.572Z+ REL_TGT=/work/release
1122026-05-07T14:26:17.572Z+ mkdir -p /work/release
1132026-05-07T14:26:17.572Z+ cargo --version
1142026-05-07T14:26:17.580Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1152026-05-07T14:26:17.584Z+ rustc --version
1162026-05-07T14:26:17.605Zrustc 1.94.1 (e408947bf 2026-03-25)
1172026-05-07T14:26:17.609Z+ header 'build xde and opteadm (release+debug)'
1182026-05-07T14:26:17.609Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1192026-05-07T14:26:17.609Z# ==== build xde and opteadm (release+debug) ==== #
1202026-05-07T14:26:17.609Z+ ptime -m cargo xtask build --profile all
1212026-05-07T14:26:17.700Z Updating crates.io index
1222026-05-07T14:26:17.703Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-05-07T14:26:18.371Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1242026-05-07T14:26:19.006Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1252026-05-07T14:26:19.385Z Updating git repository `https://github.com/oxidecomputer/zone`
1262026-05-07T14:26:19.896Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1272026-05-07T14:26:20.202Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1282026-05-07T14:26:20.471Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1292026-05-07T14:26:22.515Z Downloading crates ...
1302026-05-07T14:26:22.559Z Downloaded terminal_size v0.4.4
1312026-05-07T14:26:22.567Z Downloaded clap_derive v4.6.1
1322026-05-07T14:26:22.571Z Downloaded serde_core v1.0.228
1332026-05-07T14:26:22.580Z Downloaded strsim v0.11.1
1342026-05-07T14:26:22.585Z Downloaded errno v0.3.14
1352026-05-07T14:26:22.589Z Downloaded anstream v1.0.0
1362026-05-07T14:26:22.593Z Downloaded equivalent v1.0.2
1372026-05-07T14:26:22.593Z Downloaded anstyle-query v1.1.5
1382026-05-07T14:26:22.593Z Downloaded serde_spanned v1.1.1
1392026-05-07T14:26:22.597Z Downloaded colorchoice v1.0.5
1402026-05-07T14:26:22.601Z Downloaded clap_lex v1.1.0
1412026-05-07T14:26:22.604Z Downloaded itoa v1.0.18
1422026-05-07T14:26:22.604Z Downloaded cargo-platform v0.3.3
1432026-05-07T14:26:22.607Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1442026-05-07T14:26:22.614Z Downloaded heck v0.5.0
1452026-05-07T14:26:22.617Z Downloaded is_terminal_polyfill v1.70.2
1462026-05-07T14:26:22.624Z Downloaded utf8parse v0.2.2
1472026-05-07T14:26:22.630Z Downloaded quote v1.0.45
1482026-05-07T14:26:22.634Z Downloaded thiserror-impl v2.0.18
1492026-05-07T14:26:22.639Z Downloaded semver v1.0.28
1502026-05-07T14:26:22.642Z Downloaded cargo_metadata v0.23.1
1512026-05-07T14:26:22.642Z Downloaded anstyle v1.0.14
1522026-05-07T14:26:22.647Z Downloaded thiserror v2.0.18
1532026-05-07T14:26:22.650Z Downloaded zmij v1.0.21
1542026-05-07T14:26:22.655Z Downloaded anyhow v1.0.102
1552026-05-07T14:26:22.655Z Downloaded anstyle-parse v1.0.0
1562026-05-07T14:26:22.658Z Downloaded toml_parser v1.1.2+spec-1.1.0
1572026-05-07T14:26:22.665Z Downloaded bitflags v2.11.1
1582026-05-07T14:26:22.669Z Downloaded camino v1.2.2
1592026-05-07T14:26:22.678Z Downloaded unicode-ident v1.0.24
1602026-05-07T14:26:22.681Z Downloaded toml_writer v1.1.1+spec-1.1.0
1612026-05-07T14:26:22.684Z Downloaded toml v1.1.2+spec-1.1.0
1622026-05-07T14:26:22.687Z Downloaded clap v4.6.1
1632026-05-07T14:26:22.690Z Downloaded serde_derive v1.0.228
1642026-05-07T14:26:22.694Z Downloaded proc-macro2 v1.0.106
1652026-05-07T14:26:22.701Z Downloaded memchr v2.8.0
1662026-05-07T14:26:22.704Z Downloaded serde_json v1.0.149
1672026-05-07T14:26:22.708Z Downloaded indexmap v2.14.0
1682026-05-07T14:26:22.711Z Downloaded serde v1.0.228
1692026-05-07T14:26:22.727Z Downloaded winnow v1.0.2
1702026-05-07T14:26:22.732Z Downloaded hashbrown v0.17.0
1712026-05-07T14:26:22.735Z Downloaded clap_builder v4.6.0
1722026-05-07T14:26:22.763Z Downloaded syn v2.0.117
1732026-05-07T14:26:22.785Z Downloaded rustix v1.1.4
1742026-05-07T14:26:22.815Z Downloaded libc v0.2.186
1752026-05-07T14:26:22.862Z Compiling proc-macro2 v1.0.106
1762026-05-07T14:26:22.862Z Compiling serde_core v1.0.228
1772026-05-07T14:26:22.862Z Compiling unicode-ident v1.0.24
1782026-05-07T14:26:22.865Z Compiling quote v1.0.45
1792026-05-07T14:26:22.865Z Compiling libc v0.2.186
1802026-05-07T14:26:22.865Z Compiling rustix v1.1.4
1812026-05-07T14:26:22.865Z Compiling bitflags v2.11.1
1822026-05-07T14:26:22.865Z Compiling zmij v1.0.21
1832026-05-07T14:26:23.063Z Compiling utf8parse v0.2.2
1842026-05-07T14:26:23.157Z Compiling anstyle-parse v1.0.0
1852026-05-07T14:26:23.292Z Compiling anstyle v1.0.14
1862026-05-07T14:26:23.306Z Compiling camino v1.2.2
1872026-05-07T14:26:23.368Z Compiling serde_json v1.0.149
1882026-05-07T14:26:23.393Z Compiling thiserror v2.0.18
1892026-05-07T14:26:23.480Z Compiling anstyle-query v1.1.5
1902026-05-07T14:26:23.570Z Compiling colorchoice v1.0.5
1912026-05-07T14:26:23.583Z Compiling serde v1.0.228
1922026-05-07T14:26:23.594Z Compiling is_terminal_polyfill v1.70.2
1932026-05-07T14:26:23.617Z Compiling errno v0.3.14
1942026-05-07T14:26:23.672Z Compiling anstream v1.0.0
1952026-05-07T14:26:23.712Z Compiling winnow v1.0.2
1962026-05-07T14:26:23.913Z Compiling strsim v0.11.1
1972026-05-07T14:26:24.069Z Compiling clap_lex v1.1.0
1982026-05-07T14:26:24.124Z Compiling itoa v1.0.18
1992026-05-07T14:26:24.124Z Compiling anyhow v1.0.102
2002026-05-07T14:26:24.181Z Compiling syn v2.0.117
2012026-05-07T14:26:24.212Z Compiling terminal_size v0.4.4
2022026-05-07T14:26:24.362Z Compiling heck v0.5.0
2032026-05-07T14:26:24.382Z Compiling memchr v2.8.0
2042026-05-07T14:26:24.453Z Compiling clap_builder v4.6.0
2052026-05-07T14:26:24.565Z Compiling toml_parser v1.1.2+spec-1.1.0
2062026-05-07T14:26:24.649Z Compiling toml_writer v1.1.1+spec-1.1.0
2072026-05-07T14:26:25.038Z Compiling toml_datetime v1.1.1+spec-1.1.0
2082026-05-07T14:26:25.233Z Compiling semver v1.0.28
2092026-05-07T14:26:25.242Z Compiling cargo-platform v0.3.3
2102026-05-07T14:26:25.708Z Compiling serde_spanned v1.1.1
2112026-05-07T14:26:25.816Z Compiling toml v1.1.2+spec-1.1.0
2122026-05-07T14:26:26.321Z Compiling thiserror-impl v2.0.18
2132026-05-07T14:26:26.321Z Compiling serde_derive v1.0.228
2142026-05-07T14:26:27.023Z Compiling clap_derive v4.6.1
2152026-05-07T14:26:28.660Z Compiling clap v4.6.1
2162026-05-07T14:26:29.618Z Compiling cargo_metadata v0.23.1
2172026-05-07T14:26:32.101Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2182026-05-07T14:26:33.660Z Finished `dev` profile [optimized + debuginfo] target(s) in 16.04s
2192026-05-07T14:26:33.754Z Running `target/debug/xtask build --profile all`
2202026-05-07T14:26:35.389ZBuilding opteadm (release).
2212026-05-07T14:26:35.487Z Compiling proc-macro2 v1.0.106
2222026-05-07T14:26:35.487Z Compiling quote v1.0.45
2232026-05-07T14:26:35.487Z Compiling unicode-ident v1.0.24
2242026-05-07T14:26:35.488Z Compiling serde_core v1.0.228
2252026-05-07T14:26:35.488Z Compiling libc v0.2.186
2262026-05-07T14:26:35.491Z Compiling cfg-if v1.0.4
2272026-05-07T14:26:35.491Z Compiling thiserror v2.0.18
2282026-05-07T14:26:35.509Z Compiling strsim v0.11.1
2292026-05-07T14:26:35.558Z Compiling ident_case v1.0.1
2302026-05-07T14:26:35.601Z Compiling memchr v2.8.0
2312026-05-07T14:26:35.657Z Compiling fnv v1.0.7
2322026-05-07T14:26:35.736Z Compiling regex-syntax v0.8.10
2332026-05-07T14:26:35.771Z Compiling serde v1.0.228
2342026-05-07T14:26:35.781Z Compiling zerocopy v0.8.48
2352026-05-07T14:26:35.979Z Compiling aho-corasick v1.1.4
2362026-05-07T14:26:36.045Z Compiling either v1.15.0
2372026-05-07T14:26:36.121Z Compiling hashbrown v0.17.0
2382026-05-07T14:26:36.130Z Compiling winnow v1.0.2
2392026-05-07T14:26:36.197Z Compiling equivalent v1.0.2
2402026-05-07T14:26:36.227Z Compiling anyhow v1.0.102
2412026-05-07T14:26:36.266Z Compiling itertools v0.14.0
2422026-05-07T14:26:36.632Z Compiling indexmap v2.14.0
2432026-05-07T14:26:36.712Z Compiling heapless v0.8.0
2442026-05-07T14:26:36.808Z Compiling syn v2.0.117
2452026-05-07T14:26:36.990Z Compiling byteorder v1.5.0
2462026-05-07T14:26:37.174Z Compiling regex-automata v0.4.14
2472026-05-07T14:26:37.191Z Compiling toml_parser v1.1.2+spec-1.1.0
2482026-05-07T14:26:37.246Z Compiling toml_datetime v1.1.1+spec-1.1.0
2492026-05-07T14:26:37.358Z Compiling hash32 v0.3.1
2502026-05-07T14:26:37.485Z Compiling stable_deref_trait v1.2.1
2512026-05-07T14:26:37.535Z Compiling toml_edit v0.25.11+spec-1.1.0
2522026-05-07T14:26:37.549Z Compiling rustversion v1.0.22
2532026-05-07T14:26:37.613Z Compiling bitflags v2.11.1
2542026-05-07T14:26:37.735Z Compiling smoltcp v0.11.0
2552026-05-07T14:26:37.739Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2562026-05-07T14:26:37.806Z Compiling syn v1.0.109
2572026-05-07T14:26:37.882Z Compiling macaddr v1.0.1
2582026-05-07T14:26:37.987Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
2592026-05-07T14:26:38.061Z Compiling proc-macro-crate v3.5.0
2602026-05-07T14:26:38.083Z Compiling getrandom v0.4.2
2612026-05-07T14:26:38.138Z Compiling rustix v1.1.4
2622026-05-07T14:26:38.188Z Compiling bitflags v1.3.2
2632026-05-07T14:26:38.250Z Compiling version_check v0.9.5
2642026-05-07T14:26:38.330Z Compiling ref-cast v1.0.25
2652026-05-07T14:26:38.430Z Compiling managed v0.8.0
2662026-05-07T14:26:38.453Z Compiling rand_core v0.10.1
2672026-05-07T14:26:38.513Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2682026-05-07T14:26:38.666Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2692026-05-07T14:26:38.674Z Compiling errno v0.3.14
2702026-05-07T14:26:38.724Z Compiling cpufeatures v0.3.0
2712026-05-07T14:26:38.801Z Compiling utf8parse v0.2.2
2722026-05-07T14:26:38.894Z Compiling regex v1.12.3
2732026-05-07T14:26:39.030Z Compiling foreign-types-shared v0.3.1
2742026-05-07T14:26:39.109Z Compiling once_cell v1.21.4
2752026-05-07T14:26:39.120Z Compiling unicode-width v0.2.2
2762026-05-07T14:26:39.273Z Compiling ipnetwork v0.21.1
2772026-05-07T14:26:39.324Z Compiling tracing-core v0.1.36
2782026-05-07T14:26:39.399Z Compiling darling_core v0.21.3
2792026-05-07T14:26:39.524Z Compiling tabwriter v1.4.1
2802026-05-07T14:26:39.628Z Compiling cstr-argument v0.1.2
2812026-05-07T14:26:39.752Z Compiling anstyle-parse v1.0.0
2822026-05-07T14:26:39.773Z Compiling chacha20 v0.10.0
2832026-05-07T14:26:40.228Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
2842026-05-07T14:26:40.325Z Compiling colorchoice v1.0.5
2852026-05-07T14:26:40.358Z Compiling pin-project-lite v0.2.17
2862026-05-07T14:26:40.424Z Compiling is_terminal_polyfill v1.70.2
2872026-05-07T14:26:40.424Z Compiling pretty-hex v0.4.2
2882026-05-07T14:26:40.443Z Compiling anstyle-query v1.1.5
2892026-05-07T14:26:40.508Z Compiling dyn-clone v1.0.20
2902026-05-07T14:26:40.540Z Compiling anstyle v1.0.14
2912026-05-07T14:26:40.586Z Compiling thiserror-impl v2.0.18
2922026-05-07T14:26:40.625Z Compiling zerocopy-derive v0.8.48
2932026-05-07T14:26:40.630Z Compiling serde_derive v1.0.228
2942026-05-07T14:26:40.767Z Compiling num_enum_derive v0.7.6
2952026-05-07T14:26:40.840Z Compiling ref-cast-impl v1.0.25
2962026-05-07T14:26:41.323Z Compiling foreign-types-macros v0.2.3
2972026-05-07T14:26:41.474Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2982026-05-07T14:26:41.482Z Compiling darling_macro v0.21.3
2992026-05-07T14:26:41.713Z Compiling num_enum v0.7.6
3002026-05-07T14:26:41.794Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3012026-05-07T14:26:41.819Z Compiling tracing-attributes v0.1.31
3022026-05-07T14:26:41.870Z Compiling cobs v0.3.0
3032026-05-07T14:26:41.964Z Compiling foreign-types v0.5.0
3042026-05-07T14:26:42.000Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
3052026-05-07T14:26:42.028Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3062026-05-07T14:26:42.061Z Compiling darling v0.21.3
3072026-05-07T14:26:42.073Z Compiling anstream v1.0.0
3082026-05-07T14:26:42.128Z Compiling ingot-macros v0.1.1
3092026-05-07T14:26:42.250Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3102026-05-07T14:26:42.356Z Compiling terminal_size v0.4.4
3112026-05-07T14:26:42.356Z Compiling rand v0.10.1
3122026-05-07T14:26:42.471Z Compiling uuid v1.23.1
3132026-05-07T14:26:42.487Z Compiling socket2 v0.6.3
3142026-05-07T14:26:42.854Z Compiling colored v3.1.1
3152026-05-07T14:26:43.038Z Compiling tracing v0.1.44
3162026-05-07T14:26:43.044Z Compiling heck v0.5.0
3172026-05-07T14:26:43.227Z Compiling clap_lex v1.1.0
3182026-05-07T14:26:43.346Z Compiling oxnet v0.1.5
3192026-05-07T14:26:43.384Z Compiling clap_builder v4.6.0
3202026-05-07T14:26:43.399Z Compiling clap_derive v4.6.1
3212026-05-07T14:26:43.532Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3222026-05-07T14:26:43.803Z Compiling postcard v1.1.3
3232026-05-07T14:26:44.909Z Compiling ingot-types v0.1.2
3242026-05-07T14:26:45.208Z Compiling clap v4.6.1
3252026-05-07T14:26:45.269Z Compiling ingot v0.1.1
3262026-05-07T14:26:46.891Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3272026-05-07T14:26:47.891Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3282026-05-07T14:26:48.908Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3292026-05-07T14:26:55.411Z Finished `release` profile [optimized + debuginfo] target(s) in 20.01s
3302026-05-07T14:26:55.440ZBuilding xde (release-lto).
3312026-05-07T14:26:55.689Z Updating crates.io index
3322026-05-07T14:26:55.784Z Downloading crates ...
3332026-05-07T14:26:55.842Z Downloaded getopts v0.2.24
3342026-05-07T14:26:55.845Z Downloaded rustc-literal-escaper v0.0.7
3352026-05-07T14:26:55.849Z Downloaded adler2 v2.0.1
3362026-05-07T14:26:55.860Z Downloaded foldhash v0.2.0
3372026-05-07T14:26:55.867Z Downloaded rustc-demangle v0.1.27
3382026-05-07T14:26:55.870Z Downloaded addr2line v0.25.1
3392026-05-07T14:26:55.888Z Downloaded miniz_oxide v0.8.9
3402026-05-07T14:26:55.891Z Downloaded memchr v2.7.6
3412026-05-07T14:26:55.895Z Downloaded hashbrown v0.16.1
3422026-05-07T14:26:55.916Z Downloaded gimli v0.32.3
3432026-05-07T14:26:55.937Z Downloaded object v0.37.3
3442026-05-07T14:26:55.972Z Downloaded libc v0.2.183
3452026-05-07T14:26:56.031Z 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-07T14:26:56.032Z 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-07T14:26:56.032Z Compiling proc-macro2 v1.0.106
3482026-05-07T14:26:56.032Z Compiling unicode-ident v1.0.24
3492026-05-07T14:26:56.035Z Compiling quote v1.0.45
3502026-05-07T14:26:56.035Z Compiling ident_case v1.0.1
3512026-05-07T14:26:56.035Z Compiling strsim v0.11.1
3522026-05-07T14:26:56.056Z Compiling serde_core v1.0.228
3532026-05-07T14:26:56.195Z Compiling memchr v2.8.0
3542026-05-07T14:26:56.198Z Compiling fnv v1.0.7
3552026-05-07T14:26:56.285Z Compiling regex-syntax v0.8.10
3562026-05-07T14:26:56.439Z Compiling thiserror v2.0.18
3572026-05-07T14:26:56.447Z Compiling either v1.15.0
3582026-05-07T14:26:56.456Z Compiling zerocopy v0.8.48
3592026-05-07T14:26:56.582Z Compiling serde v1.0.228
3602026-05-07T14:26:56.651Z Compiling aho-corasick v1.1.4
3612026-05-07T14:26:56.848Z Compiling itertools v0.14.0
3622026-05-07T14:26:57.013Z Compiling heapless v0.8.0
3632026-05-07T14:26:57.028Z Compiling smoltcp v0.11.0
3642026-05-07T14:26:57.221Z Compiling syn v2.0.117
3652026-05-07T14:26:57.262Z Compiling ref-cast v1.0.25
3662026-05-07T14:26:57.442Z Compiling crc32fast v1.5.0
3672026-05-07T14:26:57.469Z Compiling version_check v0.9.5
3682026-05-07T14:26:57.767Z Compiling regex-automata v0.4.14
3692026-05-07T14:26:57.786Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3702026-05-07T14:26:59.269Z Compiling regex v1.12.3
3712026-05-07T14:26:59.433Z Compiling darling_core v0.21.3
3722026-05-07T14:26:59.433Z Compiling darling_core v0.23.0
3732026-05-07T14:27:00.340Z Compiling serde_derive v1.0.228
3742026-05-07T14:27:00.340Z Compiling thiserror-impl v2.0.18
3752026-05-07T14:27:00.340Z Compiling zerocopy-derive v0.8.48
3762026-05-07T14:27:00.343Z Compiling ref-cast-impl v1.0.25
3772026-05-07T14:27:00.344Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3782026-05-07T14:27:01.793Z Compiling darling_macro v0.21.3
3792026-05-07T14:27:02.028Z Compiling darling_macro v0.23.0
3802026-05-07T14:27:02.716Z Compiling darling v0.21.3
3812026-05-07T14:27:02.780Z Compiling ingot-macros v0.1.1
3822026-05-07T14:27:02.903Z Compiling darling v0.23.0
3832026-05-07T14:27:02.965Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3842026-05-07T14:27:07.846Z 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-07T14:27:09.879Z Compiling byteorder v1.5.0
3862026-05-07T14:27:09.879Z Compiling stable_deref_trait v1.2.1
3872026-05-07T14:27:09.882Z Compiling cfg-if v1.0.4
3882026-05-07T14:27:09.882Z Compiling macaddr v1.0.1
3892026-05-07T14:27:09.942Z Compiling managed v0.8.0
3902026-05-07T14:27:09.950Z Compiling cobs v0.3.0
3912026-05-07T14:27:09.974Z Compiling bitflags v1.3.2
3922026-05-07T14:27:10.039Z Compiling hash32 v0.3.1
3932026-05-07T14:27:10.161Z Compiling dyn-clone v1.0.20
3942026-05-07T14:27:10.239Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3952026-05-07T14:27:11.442Z Compiling bitflags v2.11.1
3962026-05-07T14:27:11.442Z Compiling uuid v1.23.1
3972026-05-07T14:27:11.602Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3982026-05-07T14:27:11.898Z Compiling postcard v1.1.3
3992026-05-07T14:27:12.705Z Compiling ingot-types v0.1.2
4002026-05-07T14:27:13.015Z Compiling ingot v0.1.1
4012026-05-07T14:27:14.487Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4022026-05-07T14:27:18.152Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4032026-05-07T14:27:26.797Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4042026-05-07T14:27:54.717Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 59.24s
4052026-05-07T14:27:54.743ZLinking xde kmod...
4062026-05-07T14:27:55.286ZBuilding xde dev link helper (release).
4072026-05-07T14:27:55.444Z 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-07T14:27:55.444Z 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-07T14:27:55.444Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4102026-05-07T14:28:06.305Z 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-07T14:28:08.680Z Finished `release` profile [optimized + debuginfo] target(s) in 13.36s
4122026-05-07T14:28:08.698ZBuilding opteadm (dev).
4132026-05-07T14:28:08.851Z Compiling serde_core v1.0.228
4142026-05-07T14:28:08.851Z Compiling libc v0.2.186
4152026-05-07T14:28:08.851Z Compiling cfg-if v1.0.4
4162026-05-07T14:28:08.851Z Compiling memchr v2.8.0
4172026-05-07T14:28:08.854Z Compiling strsim v0.11.1
4182026-05-07T14:28:08.855Z Compiling ident_case v1.0.1
4192026-05-07T14:28:08.855Z Compiling fnv v1.0.7
4202026-05-07T14:28:08.855Z Compiling syn v2.0.117
4212026-05-07T14:28:08.926Z Compiling regex-syntax v0.8.10
4222026-05-07T14:28:08.949Z Compiling equivalent v1.0.2
4232026-05-07T14:28:08.970Z Compiling winnow v1.0.2
4242026-05-07T14:28:09.020Z Compiling either v1.15.0
4252026-05-07T14:28:09.142Z Compiling hashbrown v0.17.0
4262026-05-07T14:28:09.204Z Compiling serde v1.0.228
4272026-05-07T14:28:09.413Z Compiling aho-corasick v1.1.4
4282026-05-07T14:28:09.492Z Compiling zerocopy v0.8.48
4292026-05-07T14:28:09.611Z Compiling indexmap v2.14.0
4302026-05-07T14:28:09.658Z Compiling itertools v0.14.0
4312026-05-07T14:28:09.889Z Compiling toml_parser v1.1.2+spec-1.1.0
4322026-05-07T14:28:09.958Z Compiling heapless v0.8.0
4332026-05-07T14:28:10.212Z Compiling toml_datetime v1.1.1+spec-1.1.0
4342026-05-07T14:28:10.232Z Compiling byteorder v1.5.0
4352026-05-07T14:28:10.406Z Compiling regex-automata v0.4.14
4362026-05-07T14:28:10.416Z Compiling hash32 v0.3.1
4372026-05-07T14:28:10.421Z Compiling toml_edit v0.25.11+spec-1.1.0
4382026-05-07T14:28:10.716Z Compiling smoltcp v0.11.0
4392026-05-07T14:28:10.784Z Compiling bitflags v2.11.1
4402026-05-07T14:28:10.843Z Compiling macaddr v1.0.1
4412026-05-07T14:28:10.948Z Compiling rustversion v1.0.22
4422026-05-07T14:28:10.987Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4432026-05-07T14:28:11.042Z Compiling syn v1.0.109
4442026-05-07T14:28:11.090Z Compiling stable_deref_trait v1.2.1
4452026-05-07T14:28:11.222Z Compiling proc-macro-crate v3.5.0
4462026-05-07T14:28:11.227Z Compiling getrandom v0.4.2
4472026-05-07T14:28:11.315Z Compiling version_check v0.9.5
4482026-05-07T14:28:11.318Z Compiling rand_core v0.10.1
4492026-05-07T14:28:11.374Z Compiling darling_core v0.21.3
4502026-05-07T14:28:11.465Z Compiling ref-cast v1.0.25
4512026-05-07T14:28:11.465Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4522026-05-07T14:28:11.569Z Compiling managed v0.8.0
4532026-05-07T14:28:11.575Z Compiling bitflags v1.3.2
4542026-05-07T14:28:11.643Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4552026-05-07T14:28:11.836Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4562026-05-07T14:28:11.867Z Compiling errno v0.3.14
4572026-05-07T14:28:12.037Z Compiling once_cell v1.21.4
4582026-05-07T14:28:12.218Z Compiling regex v1.12.3
4592026-05-07T14:28:12.276Z Compiling cpufeatures v0.3.0
4602026-05-07T14:28:12.344Z Compiling ipnetwork v0.21.1
4612026-05-07T14:28:12.610Z Compiling foreign-types-shared v0.3.1
4622026-05-07T14:28:12.662Z Compiling thiserror-impl v2.0.18
4632026-05-07T14:28:12.691Z Compiling zerocopy-derive v0.8.48
4642026-05-07T14:28:12.877Z Compiling serde_derive v1.0.228
4652026-05-07T14:28:13.006Z Compiling foreign-types-macros v0.2.3
4662026-05-07T14:28:13.520Z Compiling darling_macro v0.21.3
4672026-05-07T14:28:13.609Z Compiling num_enum_derive v0.7.6
4682026-05-07T14:28:13.637Z Compiling ref-cast-impl v1.0.25
4692026-05-07T14:28:13.841Z Compiling thiserror v2.0.18
4702026-05-07T14:28:13.942Z Compiling cobs v0.3.0
4712026-05-07T14:28:14.051Z Compiling darling v0.21.3
4722026-05-07T14:28:14.119Z Compiling ingot-macros v0.1.1
4732026-05-07T14:28:14.208Z Compiling unicode-width v0.2.2
4742026-05-07T14:28:14.318Z Compiling foreign-types v0.5.0
4752026-05-07T14:28:14.389Z Compiling cstr-argument v0.1.2
4762026-05-07T14:28:14.512Z Compiling tabwriter v1.4.1
4772026-05-07T14:28:14.555Z Compiling tracing-attributes v0.1.31
4782026-05-07T14:28:14.594Z Compiling num_enum v0.7.6
4792026-05-07T14:28:14.706Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4802026-05-07T14:28:14.929Z Compiling chacha20 v0.10.0
4812026-05-07T14:28:15.046Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4822026-05-07T14:28:15.263Z Compiling tracing-core v0.1.36
4832026-05-07T14:28:15.272Z Compiling rustix v1.1.4
4842026-05-07T14:28:15.866Z Compiling anyhow v1.0.102
4852026-05-07T14:28:15.866Z Compiling dyn-clone v1.0.20
4862026-05-07T14:28:16.037Z Compiling postcard v1.1.3
4872026-05-07T14:28:16.066Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
4882026-05-07T14:28:16.183Z Compiling pin-project-lite v0.2.17
4892026-05-07T14:28:16.235Z Compiling pretty-hex v0.4.2
4902026-05-07T14:28:16.273Z Compiling tracing v0.1.44
4912026-05-07T14:28:16.363Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4922026-05-07T14:28:16.380Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4932026-05-07T14:28:16.416Z Compiling terminal_size v0.4.4
4942026-05-07T14:28:16.563Z Compiling rand v0.10.1
4952026-05-07T14:28:16.574Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4962026-05-07T14:28:16.577Z Compiling uuid v1.23.1
4972026-05-07T14:28:16.661Z Compiling socket2 v0.6.3
4982026-05-07T14:28:16.695Z Compiling colored v3.1.1
4992026-05-07T14:28:16.813Z Compiling oxnet v0.1.5
5002026-05-07T14:28:16.903Z Compiling clap_builder v4.6.0
5012026-05-07T14:28:17.123Z Compiling ingot-types v0.1.2
5022026-05-07T14:28:17.193Z Compiling clap_derive v4.6.1
5032026-05-07T14:28:17.298Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5042026-05-07T14:28:17.526Z Compiling ingot v0.1.1
5052026-05-07T14:28:18.588Z Compiling clap v4.6.1
5062026-05-07T14:28:19.327Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5072026-05-07T14:28:21.493Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5082026-05-07T14:28:22.676Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5092026-05-07T14:28:26.969Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.26s
5102026-05-07T14:28:26.998ZBuilding xde (dev).
5112026-05-07T14:28:27.228Z 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-07T14:28:27.228Z 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-07T14:28:27.228Z Compiling proc-macro2 v1.0.106
5142026-05-07T14:28:27.228Z Compiling quote v1.0.45
5152026-05-07T14:28:27.228Z Compiling unicode-ident v1.0.24
5162026-05-07T14:28:27.249Z Compiling ident_case v1.0.1
5172026-05-07T14:28:27.252Z Compiling strsim v0.11.1
5182026-05-07T14:28:27.252Z Compiling serde_core v1.0.228
5192026-05-07T14:28:27.343Z Compiling memchr v2.8.0
5202026-05-07T14:28:27.351Z Compiling fnv v1.0.7
5212026-05-07T14:28:27.432Z Compiling regex-syntax v0.8.10
5222026-05-07T14:28:27.597Z Compiling serde v1.0.228
5232026-05-07T14:28:27.611Z Compiling either v1.15.0
5242026-05-07T14:28:27.614Z Compiling zerocopy v0.8.48
5252026-05-07T14:28:27.730Z Compiling aho-corasick v1.1.4
5262026-05-07T14:28:27.794Z Compiling thiserror v2.0.18
5272026-05-07T14:28:27.992Z Compiling itertools v0.14.0
5282026-05-07T14:28:28.001Z Compiling heapless v0.8.0
5292026-05-07T14:28:28.356Z Compiling syn v2.0.117
5302026-05-07T14:28:28.400Z Compiling smoltcp v0.11.0
5312026-05-07T14:28:28.409Z Compiling version_check v0.9.5
5322026-05-07T14:28:28.482Z Compiling crc32fast v1.5.0
5332026-05-07T14:28:28.765Z Compiling ref-cast v1.0.25
5342026-05-07T14:28:28.824Z Compiling regex-automata v0.4.14
5352026-05-07T14:28:28.852Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5362026-05-07T14:28:30.337Z Compiling regex v1.12.3
5372026-05-07T14:28:30.592Z Compiling darling_core v0.21.3
5382026-05-07T14:28:30.664Z Compiling darling_core v0.23.0
5392026-05-07T14:28:31.491Z Compiling zerocopy-derive v0.8.48
5402026-05-07T14:28:31.491Z Compiling serde_derive v1.0.228
5412026-05-07T14:28:31.491Z Compiling thiserror-impl v2.0.18
5422026-05-07T14:28:31.494Z Compiling ref-cast-impl v1.0.25
5432026-05-07T14:28:31.494Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5442026-05-07T14:28:33.206Z Compiling darling_macro v0.23.0
5452026-05-07T14:28:33.238Z Compiling darling_macro v0.21.3
5462026-05-07T14:28:34.095Z Compiling darling v0.23.0
5472026-05-07T14:28:34.133Z Compiling darling v0.21.3
5482026-05-07T14:28:34.156Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5492026-05-07T14:28:34.192Z Compiling ingot-macros v0.1.1
5502026-05-07T14:28:38.607Z 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-07T14:28:40.310Z Compiling byteorder v1.5.0
5522026-05-07T14:28:40.310Z Compiling macaddr v1.0.1
5532026-05-07T14:28:40.314Z Compiling stable_deref_trait v1.2.1
5542026-05-07T14:28:40.314Z Compiling cfg-if v1.0.4
5552026-05-07T14:28:40.376Z Compiling cobs v0.3.0
5562026-05-07T14:28:40.381Z Compiling bitflags v1.3.2
5572026-05-07T14:28:40.413Z Compiling managed v0.8.0
5582026-05-07T14:28:40.443Z Compiling hash32 v0.3.1
5592026-05-07T14:28:40.663Z Compiling dyn-clone v1.0.20
5602026-05-07T14:28:40.744Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5612026-05-07T14:28:41.869Z Compiling bitflags v2.11.1
5622026-05-07T14:28:41.872Z Compiling uuid v1.23.1
5632026-05-07T14:28:42.002Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5642026-05-07T14:28:42.284Z Compiling postcard v1.1.3
5652026-05-07T14:28:43.048Z Compiling ingot-types v0.1.2
5662026-05-07T14:28:43.324Z Compiling ingot v0.1.1
5672026-05-07T14:28:44.701Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5682026-05-07T14:28:48.872Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5692026-05-07T14:28:59.106Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5702026-05-07T14:29:07.253Z Finished `dev` profile [optimized + debuginfo] target(s) in 40.22s
5712026-05-07T14:29:07.277ZLinking xde kmod...
5722026-05-07T14:29:08.421ZBuilding xde dev link helper (dev).
5732026-05-07T14:29:08.581Z 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-07T14:29:08.581Z 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-07T14:29:08.582Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5762026-05-07T14:29:18.990Z 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-07T14:29:21.155Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.70s
5782026-05-07T14:29:21.177Z
5792026-05-07T14:29:21.180Zreal 3:03.566896443
5802026-05-07T14:29:21.180Zuser 8:53.274480084
5812026-05-07T14:29:21.180Zsys 56.657550720
5822026-05-07T14:29:21.180Ztrap 0.230618659
5832026-05-07T14:29:21.180Ztflt 0.860787073
5842026-05-07T14:29:21.181Zdflt 1.308892829
5852026-05-07T14:29:21.181Zkflt 0.006764372
5862026-05-07T14:29:21.181Zlock 29:17.836120545
5872026-05-07T14:29:21.181Zslp 20:39.666197855
5882026-05-07T14:29:21.181Zlat 22.363585562
5892026-05-07T14:29:21.181Zstop 31.848609351
5902026-05-07T14:29:21.181Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5912026-05-07T14:29:21.181Z+ grep GOTPCREL
5922026-05-07T14:29:22.094Z+ header 'package opte'
5932026-05-07T14:29:22.094Z+ echo '# ==== package opte ==== #'
5942026-05-07T14:29:22.094Z# ==== package opte ==== #
5952026-05-07T14:29:22.094Z+ cargo xtask package --skip-build --profile all
5962026-05-07T14:29:22.239Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
5972026-05-07T14:29:22.243Z Running `target/debug/xtask package --skip-build --profile all`
5982026-05-07T14:29:22.453Z+ ./clean.sh
5992026-05-07T14:29:22.460Z+ mkdir -p proto/kernel/drv/amd64
6002026-05-07T14:29:22.463Z+ mkdir -p proto/opt/oxide/opte/bin
6012026-05-07T14:29:22.463Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6022026-05-07T14:29:22.466Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6032026-05-07T14:29:22.480Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6042026-05-07T14:29:22.512Z+ cp ../xde/xde.conf proto/kernel/drv/
6052026-05-07T14:29:22.515Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6062026-05-07T14:29:22.515Z+ '[' -z ']'
6072026-05-07T14:29:22.515Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6082026-05-07T14:29:22.538Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6092026-05-07T14:29:22.607Z+ INC_DEBUG=
6102026-05-07T14:29:22.607Z+ typeset -ri TAG=0
6112026-05-07T14:29:22.611Z++ ./print-api-version.sh
6122026-05-07T14:29:22.614Z+ API_VSN=40
6132026-05-07T14:29:22.614Z+ PKG_VERSION=0.40.481-3.0
6142026-05-07T14:29:22.617Z+ sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.40.481-3.0/g opte.template.p5m
6152026-05-07T14:29:22.617Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6162026-05-07T14:29:23.151Z+ pkgdepend generate -d proto opte.base.p5m
6172026-05-07T14:29:23.489Z+ mkdir -p packages
6182026-05-07T14:29:23.493Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6192026-05-07T14:29:30.136Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6202026-05-07T14:29:30.140Z+ pkgrepo create packages/repo
6212026-05-07T14:29:30.348Z+ pkgrepo add-publisher -s packages/repo helios
6222026-05-07T14:29:30.554Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6232026-05-07T14:29:59.163Zpkg://helios/driver/network/opte@0.40.481,5.11-3.0:20260507T142928Z
6242026-05-07T14:29:59.163ZPUBLISHED
6252026-05-07T14:29:59.201Z+ pkgrecv -a -d packages/repo/opte-0.40.481-3.0.p5p -s packages/repo -v -m latest '*'
6262026-05-07T14:29:59.385ZRetrieving packages for publisher helios ...
6272026-05-07T14:29:59.388ZRetrieving catalog 'helios' ... Done
6282026-05-07T14:29:59.391ZRetrieving and evaluating 1 package(s)...
6292026-05-07T14:29:59.391ZFetching manifests: 1/1 100% complete
6302026-05-07T14:29:59.392ZFetching manifests: 1/1 100% complete
6312026-05-07T14:29:59.392Z
6322026-05-07T14:29:59.392ZArchiving packages ...
6332026-05-07T14:29:59.392Z Packages to add: 1
6342026-05-07T14:29:59.392Z Files to retrieve: 6
6352026-05-07T14:29:59.392ZEstimated transfer size: 36.08 MB
6362026-05-07T14:29:59.392Z
6372026-05-07T14:29:59.393ZPackages to archive:
6382026-05-07T14:29:59.393Zdriver/network/opte@0.40.481,5.11-3.0:20260507T142928Z
6392026-05-07T14:29:59.393Z
6402026-05-07T14:29:59.393ZDownload: 0/6 items 0.0/36.1MB 0% complete
6412026-05-07T14:29:59.455ZDownload: Completed 36.08 MB in 0.07 seconds (548M/s)
6422026-05-07T14:29:59.458ZArchiving: 1/20 items 0.0/36.1MB 0% complete
6432026-05-07T14:29:59.470ZArchiving: Completed 36.11 MB in 0.01 seconds
6442026-05-07T14:29:59.510ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.40.481-3.0.p5p.
6452026-05-07T14:29:59.513Z+ banner copy
6462026-05-07T14:29:59.517Z
6472026-05-07T14:29:59.517Z #### #### ##### # #
6482026-05-07T14:29:59.517Z # # # # # # # #
6492026-05-07T14:29:59.517Z # # # # # #
6502026-05-07T14:29:59.517Z # # # ##### #
6512026-05-07T14:29:59.517Z # # # # # #
6522026-05-07T14:29:59.517Z #### #### # #
6532026-05-07T14:29:59.517Z
6542026-05-07T14:29:59.517Z+ pfexec mkdir -p /out
6552026-05-07T14:29:59.521Z+ pfexec chown 12345 /out
6562026-05-07T14:29:59.522Z+ PKG_NAME=/out/opte.p5p
6572026-05-07T14:29:59.522Z+ mv pkg/packages/repo/opte-0.40.481-3.0.p5p /out/opte.p5p
6582026-05-07T14:29:59.546Z+ sha256sum /out/opte.p5p
6592026-05-07T14:29:59.570Zprocess exited: duration 238745 ms, exit code 0
 
6602026-05-07T14:29:59.581Zfound 2 output files
6612026-05-07T14:29:59.581Zuploading: /out/opte.p5p (37877760 bytes)
6622026-05-07T14:30:00.819Zuploaded: /out/opte.p5p
6632026-05-07T14:30:00.819Zuploading: /out/opte.p5p.sha256 (80 bytes)
6642026-05-07T14:30:01.829Zuploaded: /out/opte.p5p.sha256