01KNTS7X1EC6V7BAWNSAR7Y8S2: 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: 01KNTS99SQ21Q7Y34ASPKJ0XM1

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-10T04:10:38.931Zjob assigned to worker 01KNTSA282DJCFHDX6JZNC578F [factory aws, i-0fb10dc905eb42e1c] (queued for 1 m 9 s)
 
22026-04-10T04:10:45.429Zstarting task 0: "setup"
32026-04-10T04:10:45.480Z++ uname -s
42026-04-10T04:10:45.480Z+ kern=SunOS
52026-04-10T04:10:45.480Z+ build_user=build
62026-04-10T04:10:45.480Z+ build_uid=12345
72026-04-10T04:10:45.480Z+ work_dir=/work
82026-04-10T04:10:45.481Z+ input_dir=/input
92026-04-10T04:10:45.481Z+ [[ 0 == 12345 ]]
102026-04-10T04:10:45.481Z+ case "$kern" in
112026-04-10T04:10:45.481Z+ groupadd -g 12345 build
122026-04-10T04:10:45.481Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-10T04:10:47.395Z+ zfs create -o mountpoint=/work rpool/work
142026-04-10T04:10:47.498Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-10T04:10:47.502Z+ home_fs=zfs
162026-04-10T04:10:47.502Z+ [[ zfs == autofs ]]
172026-04-10T04:10:47.502Z+ mkdir -p /home/build
182026-04-10T04:10:47.502Z+ chown build:build /home/build /work
192026-04-10T04:10:49.527Z+ chmod 0700 /home/build /work
202026-04-10T04:10:49.555Zprocess exited: duration 4118 ms, exit code 0
 
212026-04-10T04:10:49.578Zstarting task 1: "rust-toolchain"
222026-04-10T04:10:49.586Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-04-10T04:10:49.586Z * rust toolchain channel = "1.94.1"
242026-04-10T04:10:49.586Z * rust toolchain profile = "default"
252026-04-10T04:10:49.586Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-10T04:10:49.586Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-10T04:10:49.586Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-10T04:10:49.586Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-10T04:10:49.586Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-04-10T04:10:49.695Zinfo: downloading installer
312026-04-10T04:10:51.316Zwarn: It looks like you have an existing installation of Rust at:
322026-04-10T04:10:51.316Zwarn: /opt/ooce/bin
332026-04-10T04:10:51.316Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-10T04:10:51.316Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-10T04:10:51.316Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-10T04:10:51.316Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-10T04:10:51.317Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-10T04:10:51.317Zerror: cannot install while Rust is installed
392026-04-10T04:10:51.317Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-10T04:10:51.317Zwarn: It looks like you have an existing rustup settings file at:
412026-04-10T04:10:51.317Zwarn: /home/build/.rustup/settings.toml
422026-04-10T04:10:51.317Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-10T04:10:51.317Zwarn: instead of the one inferred from the default host triple.
442026-04-10T04:10:51.350Zinfo: profile set to default
452026-04-10T04:10:51.350Zinfo: default host triple is x86_64-unknown-illumos
462026-04-10T04:10:51.354Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-04-10T04:10:51.512Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-10T04:10:51.516Zinfo: downloading 6 components
492026-04-10T04:11:06.441Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
502026-04-10T04:11:06.441Z
512026-04-10T04:11:06.470Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-10T04:11:06.470Z
532026-04-10T04:11:06.477Z
542026-04-10T04:11:06.477ZRust is installed now. Great!
552026-04-10T04:11:06.477Z
562026-04-10T04:11:06.477ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-10T04:11:06.477Zenvironment variable. This has not been done automatically.
582026-04-10T04:11:06.477Z
592026-04-10T04:11:06.477ZTo configure your current shell, you need to source
602026-04-10T04:11:06.478Zthe corresponding env file under $HOME/.cargo.
612026-04-10T04:11:06.478Z
622026-04-10T04:11:06.478ZThis is usually done by running one of the following (note the leading DOT):
632026-04-10T04:11:06.478Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-10T04:11:06.478Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-10T04:11:06.478Zsource "~/.cargo/env.nu" # For nushell
662026-04-10T04:11:06.478Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-10T04:11:06.478Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-10T04:11:06.478Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-10T04:11:06.478Zwarn: no default linker (`cc`) was found in your PATH
702026-04-10T04:11:06.478Zwarn: many Rust crates require a system C toolchain to build
712026-04-10T04:11:06.558Z+ rustup --version
722026-04-10T04:11:06.569Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-10T04:11:06.573Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-10T04:11:06.590Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-10T04:11:06.613Z+ cargo --version
762026-04-10T04:11:06.637Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-10T04:11:06.637Z+ rustc --version
782026-04-10T04:11:06.658Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-10T04:11:06.658Zprocess exited: duration 17053 ms, exit code 0
 
802026-04-10T04:11:06.713Zstarting task 2: "authentication"
812026-04-10T04:11:06.757Zprocess exited: duration 42 ms, exit code 0
 
822026-04-10T04:11:06.834Zstarting task 3: "clone repository"
832026-04-10T04:11:06.857Z+ mkdir -p /work/oxidecomputer/opte
842026-04-10T04:11:06.857Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-10T04:11:06.960ZCloning into '/work/oxidecomputer/opte'...
862026-04-10T04:11:07.901Z+ cd /work/oxidecomputer/opte
872026-04-10T04:11:07.901Z+ git fetch origin 981f42c81c852f4e1db75990df54381d710a38cd
882026-04-10T04:11:08.072ZFrom https://github.com/oxidecomputer/opte
892026-04-10T04:11:08.072Z * branch 981f42c81c852f4e1db75990df54381d710a38cd -> FETCH_HEAD
902026-04-10T04:11:08.102Z+ [[ -n renovate/ctor-0.x ]]
912026-04-10T04:11:08.102Z++ git branch --show-current
922026-04-10T04:11:08.102Z+ current=master
932026-04-10T04:11:08.102Z+ [[ master != renovate/ctor-0.x ]]
942026-04-10T04:11:08.102Z+ git branch -f renovate/ctor-0.x 981f42c81c852f4e1db75990df54381d710a38cd
952026-04-10T04:11:08.102Z+ git checkout -f renovate/ctor-0.x
962026-04-10T04:11:08.165ZSwitched to branch 'renovate/ctor-0.x'
972026-04-10T04:11:08.165Z+ git reset --hard 981f42c81c852f4e1db75990df54381d710a38cd
982026-04-10T04:11:08.165ZHEAD is now at 981f42c Update Rust crate ctor to 0.9
992026-04-10T04:11:08.165Zprocess exited: duration 1300 ms, exit code 0
 
1002026-04-10T04:11:08.216Zstarting task 4: "build"
1012026-04-10T04:11:08.225Z+ source .github/buildomat/common.sh
1022026-04-10T04:11:08.225Z++ rustup show active-toolchain
1032026-04-10T04:11:08.226Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-04-10T04:11:08.226Z++ pushd xde
1052026-04-10T04:11:08.226Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-04-10T04:11:08.226Z++ rustup show active-toolchain
1072026-04-10T04:11:08.264Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1082026-04-10T04:11:08.402Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1092026-04-10T04:11:08.408Zinfo: downloading 6 components
1102026-04-10T04:11:22.965Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-04-10T04:11:23.103Z+++ rustup show active-toolchain -v
1122026-04-10T04:11:23.140Z+++ head -n 1
1132026-04-10T04:11:23.140Z+++ cut '-d ' -f1
1142026-04-10T04:11:23.140Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1152026-04-10T04:11:23.140Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1162026-04-10T04:11:23.140Z++ popd
1172026-04-10T04:11:23.140Z/work/oxidecomputer/opte
1182026-04-10T04:11:23.140Z+ TGT_BASE=/work
1192026-04-10T04:11:23.140Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1202026-04-10T04:11:23.140Z+ REL_TGT=/work/release
1212026-04-10T04:11:23.140Z+ mkdir -p /work/release
1222026-04-10T04:11:23.141Z+ cargo --version
1232026-04-10T04:11:23.141Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1242026-04-10T04:11:23.141Z+ rustc --version
1252026-04-10T04:11:23.154Zrustc 1.94.1 (e408947bf 2026-03-25)
1262026-04-10T04:11:23.154Z+ header 'build xde and opteadm (release+debug)'
1272026-04-10T04:11:23.154Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1282026-04-10T04:11:23.154Z# ==== build xde and opteadm (release+debug) ==== #
1292026-04-10T04:11:23.154Z+ ptime -m cargo xtask build --profile all
1302026-04-10T04:11:23.235Z Updating crates.io index
1312026-04-10T04:11:23.245Z Updating git repository `https://github.com/oxidecomputer/falcon`
1322026-04-10T04:11:23.914Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1332026-04-10T04:11:24.490Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1342026-04-10T04:11:24.807Z Updating git repository `https://github.com/oxidecomputer/zone`
1352026-04-10T04:11:25.098Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1362026-04-10T04:11:25.576Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1372026-04-10T04:11:25.853Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1382026-04-10T04:11:27.950Z Downloading crates ...
1392026-04-10T04:11:27.990Z Downloaded anstyle-parse v1.0.0
1402026-04-10T04:11:27.994Z Downloaded is_terminal_polyfill v1.70.2
1412026-04-10T04:11:27.998Z Downloaded serde_spanned v1.1.1
1422026-04-10T04:11:28.001Z Downloaded bitflags v2.11.0
1432026-04-10T04:11:28.004Z Downloaded terminal_size v0.4.4
1442026-04-10T04:11:28.004Z Downloaded equivalent v1.0.2
1452026-04-10T04:11:28.010Z Downloaded anstream v1.0.0
1462026-04-10T04:11:28.017Z Downloaded thiserror-impl v2.0.18
1472026-04-10T04:11:28.020Z Downloaded errno v0.3.14
1482026-04-10T04:11:28.023Z Downloaded camino v1.2.2
1492026-04-10T04:11:28.027Z Downloaded zmij v1.0.21
1502026-04-10T04:11:28.027Z Downloaded toml_writer v1.1.1+spec-1.1.0
1512026-04-10T04:11:28.031Z Downloaded itoa v1.0.18
1522026-04-10T04:11:28.034Z Downloaded clap_lex v1.1.0
1532026-04-10T04:11:28.038Z Downloaded strsim v0.11.1
1542026-04-10T04:11:28.038Z Downloaded serde_core v1.0.228
1552026-04-10T04:11:28.041Z Downloaded toml_parser v1.1.2+spec-1.1.0
1562026-04-10T04:11:28.041Z Downloaded cargo_metadata v0.23.1
1572026-04-10T04:11:28.041Z Downloaded anyhow v1.0.102
1582026-04-10T04:11:28.046Z Downloaded anstyle-query v1.1.5
1592026-04-10T04:11:28.055Z Downloaded colorchoice v1.0.5
1602026-04-10T04:11:28.055Z Downloaded cargo-platform v0.3.2
1612026-04-10T04:11:28.062Z Downloaded heck v0.5.0
1622026-04-10T04:11:28.062Z Downloaded clap_derive v4.6.0
1632026-04-10T04:11:28.062Z Downloaded anstyle v1.0.14
1642026-04-10T04:11:28.068Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1652026-04-10T04:11:28.078Z Downloaded thiserror v2.0.18
1662026-04-10T04:11:28.083Z Downloaded toml v1.1.2+spec-1.1.0
1672026-04-10T04:11:28.087Z Downloaded semver v1.0.28
1682026-04-10T04:11:28.091Z Downloaded quote v1.0.45
1692026-04-10T04:11:28.094Z Downloaded serde_derive v1.0.228
1702026-04-10T04:11:28.099Z Downloaded clap v4.6.0
1712026-04-10T04:11:28.574Z Downloaded utf8parse v0.2.2
1722026-04-10T04:11:28.596Z Downloaded proc-macro2 v1.0.106
1732026-04-10T04:11:28.596Z Downloaded unicode-ident v1.0.24
1742026-04-10T04:11:28.596Z Downloaded serde v1.0.228
1752026-04-10T04:11:28.596Z Downloaded indexmap v2.13.1
1762026-04-10T04:11:28.596Z Downloaded hashbrown v0.16.1
1772026-04-10T04:11:28.596Z Downloaded memchr v2.8.0
1782026-04-10T04:11:28.596Z Downloaded clap_builder v4.6.0
1792026-04-10T04:11:28.596Z Downloaded serde_json v1.0.149
1802026-04-10T04:11:28.597Z Downloaded winnow v1.0.1
1812026-04-10T04:11:28.597Z Downloaded syn v2.0.117
1822026-04-10T04:11:28.597Z Downloaded rustix v1.1.4
1832026-04-10T04:11:28.597Z Downloaded libc v0.2.184
1842026-04-10T04:11:28.597Z Compiling serde_core v1.0.228
1852026-04-10T04:11:28.597Z Compiling proc-macro2 v1.0.106
1862026-04-10T04:11:28.597Z Compiling quote v1.0.45
1872026-04-10T04:11:28.597Z Compiling unicode-ident v1.0.24
1882026-04-10T04:11:28.597Z Compiling libc v0.2.184
1892026-04-10T04:11:28.597Z Compiling rustix v1.1.4
1902026-04-10T04:11:28.597Z Compiling zmij v1.0.21
1912026-04-10T04:11:28.597Z Compiling utf8parse v0.2.2
1922026-04-10T04:11:28.597Z Compiling bitflags v2.11.0
1932026-04-10T04:11:28.597Z Compiling anstyle-parse v1.0.0
1942026-04-10T04:11:28.671Z Compiling serde_json v1.0.149
1952026-04-10T04:11:28.807Z Compiling colorchoice v1.0.5
1962026-04-10T04:11:28.820Z Compiling thiserror v2.0.18
1972026-04-10T04:11:28.900Z Compiling anstyle v1.0.14
1982026-04-10T04:11:28.911Z Compiling camino v1.2.2
1992026-04-10T04:11:28.921Z Compiling serde v1.0.228
2002026-04-10T04:11:28.984Z Compiling is_terminal_polyfill v1.70.2
2012026-04-10T04:11:29.058Z Compiling anstyle-query v1.1.5
2022026-04-10T04:11:29.144Z Compiling errno v0.3.14
2032026-04-10T04:11:29.165Z Compiling anstream v1.0.0
2042026-04-10T04:11:29.289Z Compiling anyhow v1.0.102
2052026-04-10T04:11:29.339Z Compiling memchr v2.8.0
2062026-04-10T04:11:29.381Z Compiling winnow v1.0.1
2072026-04-10T04:11:29.583Z Compiling strsim v0.11.1
2082026-04-10T04:11:29.655Z Compiling heck v0.5.0
2092026-04-10T04:11:29.724Z Compiling terminal_size v0.4.4
2102026-04-10T04:11:29.804Z Compiling syn v2.0.117
2112026-04-10T04:11:29.818Z Compiling itoa v1.0.18
2122026-04-10T04:11:29.884Z Compiling clap_lex v1.1.0
2132026-04-10T04:11:29.902Z Compiling toml_parser v1.1.2+spec-1.1.0
2142026-04-10T04:11:30.101Z Compiling clap_builder v4.6.0
2152026-04-10T04:11:30.437Z Compiling toml_writer v1.1.1+spec-1.1.0
2162026-04-10T04:11:30.743Z Compiling serde_spanned v1.1.1
2172026-04-10T04:11:30.769Z Compiling toml_datetime v1.1.1+spec-1.1.0
2182026-04-10T04:11:30.891Z Compiling cargo-platform v0.3.2
2192026-04-10T04:11:31.279Z Compiling semver v1.0.28
2202026-04-10T04:11:31.380Z Compiling toml v1.1.2+spec-1.1.0
2212026-04-10T04:11:32.056Z Compiling serde_derive v1.0.228
2222026-04-10T04:11:32.388Z Compiling thiserror-impl v2.0.18
2232026-04-10T04:11:32.421Z Compiling clap_derive v4.6.0
2242026-04-10T04:11:34.024Z Compiling clap v4.6.0
2252026-04-10T04:11:35.080Z Compiling cargo_metadata v0.23.1
2262026-04-10T04:11:37.591Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2272026-04-10T04:11:39.132Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.99s
2282026-04-10T04:11:39.615Z Running `target/debug/xtask build --profile all`
2292026-04-10T04:11:40.681ZBuilding opteadm (release).
2302026-04-10T04:11:40.770Z Compiling proc-macro2 v1.0.106
2312026-04-10T04:11:40.770Z Compiling unicode-ident v1.0.24
2322026-04-10T04:11:40.770Z Compiling quote v1.0.45
2332026-04-10T04:11:40.770Z Compiling serde_core v1.0.228
2342026-04-10T04:11:40.780Z Compiling libc v0.2.184
2352026-04-10T04:11:40.781Z Compiling cfg-if v1.0.4
2362026-04-10T04:11:40.781Z Compiling strsim v0.11.1
2372026-04-10T04:11:40.781Z Compiling memchr v2.8.0
2382026-04-10T04:11:40.853Z Compiling fnv v1.0.7
2392026-04-10T04:11:40.892Z Compiling thiserror v2.0.18
2402026-04-10T04:11:40.928Z Compiling ident_case v1.0.1
2412026-04-10T04:11:41.085Z Compiling regex-syntax v0.8.10
2422026-04-10T04:11:41.499Z Compiling either v1.15.0
2432026-04-10T04:11:41.499Z Compiling equivalent v1.0.2
2442026-04-10T04:11:41.517Z Compiling winnow v1.0.1
2452026-04-10T04:11:41.517Z Compiling aho-corasick v1.1.4
2462026-04-10T04:11:41.517Z Compiling zerocopy v0.8.48
2472026-04-10T04:11:41.517Z Compiling hashbrown v0.16.1
2482026-04-10T04:11:41.517Z Compiling serde v1.0.228
2492026-04-10T04:11:41.680Z Compiling anyhow v1.0.102
2502026-04-10T04:11:42.022Z Compiling indexmap v2.13.1
2512026-04-10T04:11:42.069Z Compiling syn v2.0.117
2522026-04-10T04:11:42.069Z Compiling itertools v0.14.0
2532026-04-10T04:11:42.069Z Compiling toml_parser v1.1.2+spec-1.1.0
2542026-04-10T04:11:42.154Z Compiling byteorder v1.5.0
2552026-04-10T04:11:42.314Z Compiling toml_datetime v1.1.1+spec-1.1.0
2562026-04-10T04:11:42.503Z Compiling regex-automata v0.4.14
2572026-04-10T04:11:42.514Z Compiling heapless v0.8.0
2582026-04-10T04:11:43.558Z Compiling toml_edit v0.25.10+spec-1.1.0
2592026-04-10T04:11:43.562Z Compiling hash32 v0.3.1
2602026-04-10T04:11:43.562Z Compiling stable_deref_trait v1.2.1
2612026-04-10T04:11:43.562Z Compiling syn v1.0.109
2622026-04-10T04:11:43.562Z Compiling bitflags v2.11.0
2632026-04-10T04:11:43.562Z Compiling macaddr v1.0.1
2642026-04-10T04:11:43.562Z Compiling smoltcp v0.11.0
2652026-04-10T04:11:43.562Z Compiling rustversion v1.0.22
2662026-04-10T04:11:43.562Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2672026-04-10T04:11:43.562Z Compiling proc-macro-crate v3.5.0
2682026-04-10T04:11:43.562Z Compiling version_check v0.9.5
2692026-04-10T04:11:43.563Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2702026-04-10T04:11:43.563Z Compiling getrandom v0.4.2
2712026-04-10T04:11:43.563Z Compiling rand_core v0.10.0
2722026-04-10T04:11:43.580Z Compiling ref-cast v1.0.25
2732026-04-10T04:11:43.592Z Compiling rustix v1.1.4
2742026-04-10T04:11:43.592Z Compiling managed v0.8.0
2752026-04-10T04:11:43.624Z Compiling bitflags v1.3.2
2762026-04-10T04:11:43.628Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2772026-04-10T04:11:43.825Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2782026-04-10T04:11:43.878Z Compiling errno v0.3.14
2792026-04-10T04:11:44.016Z Compiling cpufeatures v0.3.0
2802026-04-10T04:11:44.074Z Compiling foreign-types-shared v0.3.1
2812026-04-10T04:11:44.095Z Compiling utf8parse v0.2.2
2822026-04-10T04:11:44.151Z Compiling regex v1.12.3
2832026-04-10T04:11:44.165Z Compiling ipnetwork v0.21.1
2842026-04-10T04:11:44.195Z Compiling once_cell v1.21.4
2852026-04-10T04:11:44.495Z Compiling darling_core v0.21.3
2862026-04-10T04:11:44.564Z Compiling unicode-width v0.2.2
2872026-04-10T04:11:44.666Z Compiling tracing-core v0.1.36
2882026-04-10T04:11:44.867Z Compiling tabwriter v1.4.1
2892026-04-10T04:11:45.060Z Compiling cstr-argument v0.1.2
2902026-04-10T04:11:45.068Z Compiling anstyle-parse v1.0.0
2912026-04-10T04:11:45.210Z Compiling chacha20 v0.10.0
2922026-04-10T04:11:45.609Z Compiling colorchoice v1.0.5
2932026-04-10T04:11:45.686Z Compiling anstyle-query v1.1.5
2942026-04-10T04:11:45.701Z Compiling pin-project-lite v0.2.17
2952026-04-10T04:11:45.744Z Compiling thiserror-impl v2.0.18
2962026-04-10T04:11:45.793Z Compiling serde_derive v1.0.228
2972026-04-10T04:11:45.809Z Compiling zerocopy-derive v0.8.48
2982026-04-10T04:11:45.809Z Compiling foreign-types-macros v0.2.3
2992026-04-10T04:11:45.992Z Compiling num_enum_derive v0.7.6
3002026-04-10T04:11:46.398Z Compiling ref-cast-impl v1.0.25
3012026-04-10T04:11:46.617Z Compiling foreign-types v0.5.0
3022026-04-10T04:11:46.667Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3032026-04-10T04:11:46.670Z Compiling darling_macro v0.21.3
3042026-04-10T04:11:46.973Z Compiling num_enum v0.7.6
3052026-04-10T04:11:47.043Z Compiling cobs v0.3.0
3062026-04-10T04:11:47.061Z Compiling tracing-attributes v0.1.31
3072026-04-10T04:11:47.077Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
3082026-04-10T04:11:47.158Z Compiling is_terminal_polyfill v1.70.2
3092026-04-10T04:11:47.169Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3102026-04-10T04:11:47.194Z Compiling darling v0.21.3
3112026-04-10T04:11:47.222Z Compiling anstyle v1.0.14
3122026-04-10T04:11:47.650Z Compiling dyn-clone v1.0.20
3132026-04-10T04:11:47.656Z Compiling ingot-macros v0.1.1
3142026-04-10T04:11:47.656Z Compiling pretty-hex v0.4.2
3152026-04-10T04:11:47.656Z Compiling anstream v1.0.0
3162026-04-10T04:11:47.656Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3172026-04-10T04:11:47.656Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3182026-04-10T04:11:47.656Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3192026-04-10T04:11:47.789Z Compiling terminal_size v0.4.4
3202026-04-10T04:11:47.802Z Compiling rand v0.10.0
3212026-04-10T04:11:47.918Z Compiling uuid v1.23.0
3222026-04-10T04:11:48.035Z Compiling socket2 v0.6.3
3232026-04-10T04:11:48.536Z Compiling clap_lex v1.1.0
3242026-04-10T04:11:48.549Z Compiling tracing v0.1.44
3252026-04-10T04:11:48.549Z Compiling heck v0.5.0
3262026-04-10T04:11:48.549Z Compiling oxnet v0.1.4
3272026-04-10T04:11:48.564Z Compiling colored v3.1.1
3282026-04-10T04:11:48.586Z Compiling clap_derive v4.6.0
3292026-04-10T04:11:48.705Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3302026-04-10T04:11:49.022Z Compiling postcard v1.1.3
3312026-04-10T04:11:49.037Z Compiling clap_builder v4.6.0
3322026-04-10T04:11:50.143Z Compiling ingot-types v0.1.2
3332026-04-10T04:11:50.436Z Compiling ingot v0.1.1
3342026-04-10T04:11:50.809Z Compiling clap v4.6.0
3352026-04-10T04:11:52.099Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3362026-04-10T04:11:53.073Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3372026-04-10T04:11:54.068Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3382026-04-10T04:12:00.626Z Finished `release` profile [optimized + debuginfo] target(s) in 19.94s
3392026-04-10T04:12:00.653ZBuilding xde (release-lto).
3402026-04-10T04:12:00.895Z Updating crates.io index
3412026-04-10T04:12:00.994Z Downloading crates ...
3422026-04-10T04:12:01.062Z Downloaded gimli v0.32.3
3432026-04-10T04:12:01.079Z Downloaded adler2 v2.0.1
3442026-04-10T04:12:01.490Z Downloaded foldhash v0.2.0
3452026-04-10T04:12:01.495Z Downloaded rustc-demangle v0.1.27
3462026-04-10T04:12:01.495Z Downloaded miniz_oxide v0.8.9
3472026-04-10T04:12:01.495Z Downloaded memchr v2.7.6
3482026-04-10T04:12:01.495Z Downloaded getopts v0.2.24
3492026-04-10T04:12:01.495Z Downloaded object v0.37.3
3502026-04-10T04:12:01.513Z Downloaded rustc-literal-escaper v0.0.7
3512026-04-10T04:12:01.522Z Downloaded addr2line v0.25.1
3522026-04-10T04:12:01.930Z Downloaded libc v0.2.183
3532026-04-10T04:12:01.934Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3542026-04-10T04:12:01.934Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3552026-04-10T04:12:01.934Z Compiling proc-macro2 v1.0.106
3562026-04-10T04:12:01.934Z Compiling quote v1.0.45
3572026-04-10T04:12:01.934Z Compiling unicode-ident v1.0.24
3582026-04-10T04:12:01.934Z Compiling strsim v0.11.1
3592026-04-10T04:12:01.934Z Compiling ident_case v1.0.1
3602026-04-10T04:12:01.934Z Compiling serde_core v1.0.228
3612026-04-10T04:12:01.934Z Compiling memchr v2.8.0
3622026-04-10T04:12:01.934Z Compiling fnv v1.0.7
3632026-04-10T04:12:01.935Z Compiling regex-syntax v0.8.10
3642026-04-10T04:12:01.992Z Compiling thiserror v2.0.18
3652026-04-10T04:12:02.000Z Compiling serde v1.0.228
3662026-04-10T04:12:02.011Z Compiling either v1.15.0
3672026-04-10T04:12:02.127Z Compiling aho-corasick v1.1.4
3682026-04-10T04:12:02.201Z Compiling zerocopy v0.8.48
3692026-04-10T04:12:02.384Z Compiling itertools v0.14.0
3702026-04-10T04:12:02.427Z Compiling heapless v0.8.0
3712026-04-10T04:12:03.131Z Compiling syn v2.0.117
3722026-04-10T04:12:03.135Z Compiling smoltcp v0.11.0
3732026-04-10T04:12:03.135Z Compiling ref-cast v1.0.25
3742026-04-10T04:12:03.135Z Compiling crc32fast v1.5.0
3752026-04-10T04:12:03.179Z Compiling version_check v0.9.5
3762026-04-10T04:12:03.660Z Compiling regex-automata v0.4.14
3772026-04-10T04:12:03.664Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3782026-04-10T04:12:04.793Z Compiling regex v1.12.3
3792026-04-10T04:12:05.017Z Compiling darling_core v0.21.3
3802026-04-10T04:12:05.034Z Compiling darling_core v0.23.0
3812026-04-10T04:12:05.862Z Compiling zerocopy-derive v0.8.48
3822026-04-10T04:12:05.862Z Compiling serde_derive v1.0.228
3832026-04-10T04:12:05.862Z Compiling thiserror-impl v2.0.18
3842026-04-10T04:12:05.865Z Compiling ref-cast-impl v1.0.25
3852026-04-10T04:12:05.865Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3862026-04-10T04:12:07.521Z Compiling darling_macro v0.21.3
3872026-04-10T04:12:07.557Z Compiling darling_macro v0.23.0
3882026-04-10T04:12:08.428Z Compiling darling v0.21.3
3892026-04-10T04:12:08.460Z Compiling darling v0.23.0
3902026-04-10T04:12:08.470Z Compiling ingot-macros v0.1.1
3912026-04-10T04:12:08.504Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3922026-04-10T04:12:13.409Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3932026-04-10T04:12:15.469Z Compiling byteorder v1.5.0
3942026-04-10T04:12:15.469Z Compiling stable_deref_trait v1.2.1
3952026-04-10T04:12:15.488Z Compiling macaddr v1.0.1
3962026-04-10T04:12:15.488Z Compiling cfg-if v1.0.4
3972026-04-10T04:12:15.572Z Compiling managed v0.8.0
3982026-04-10T04:12:15.572Z Compiling bitflags v1.3.2
3992026-04-10T04:12:15.606Z Compiling cobs v0.3.0
4002026-04-10T04:12:15.648Z Compiling hash32 v0.3.1
4012026-04-10T04:12:15.772Z Compiling dyn-clone v1.0.20
4022026-04-10T04:12:15.821Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4032026-04-10T04:12:17.014Z Compiling bitflags v2.11.0
4042026-04-10T04:12:17.014Z Compiling uuid v1.23.0
4052026-04-10T04:12:17.150Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4062026-04-10T04:12:17.441Z Compiling postcard v1.1.3
4072026-04-10T04:12:18.223Z Compiling ingot-types v0.1.2
4082026-04-10T04:12:18.532Z Compiling ingot v0.1.1
4092026-04-10T04:12:20.032Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4102026-04-10T04:12:23.733Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4112026-04-10T04:12:32.390Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4122026-04-10T04:13:00.396Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 59.62s
4132026-04-10T04:13:00.440ZLinking xde kmod...
4142026-04-10T04:13:00.980ZBuilding xde dev link helper (release).
4152026-04-10T04:13:01.098Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4162026-04-10T04:13:01.098Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4172026-04-10T04:13:01.098Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4182026-04-10T04:13:11.878Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4192026-04-10T04:13:14.233Z Finished `release` profile [optimized + debuginfo] target(s) in 13.24s
4202026-04-10T04:13:14.262ZBuilding opteadm (dev).
4212026-04-10T04:13:14.409Z Compiling serde_core v1.0.228
4222026-04-10T04:13:14.409Z Compiling libc v0.2.184
4232026-04-10T04:13:14.409Z Compiling cfg-if v1.0.4
4242026-04-10T04:13:14.409Z Compiling fnv v1.0.7
4252026-04-10T04:13:14.409Z Compiling memchr v2.8.0
4262026-04-10T04:13:14.457Z Compiling ident_case v1.0.1
4272026-04-10T04:13:14.457Z Compiling syn v2.0.117
4282026-04-10T04:13:14.457Z Compiling strsim v0.11.1
4292026-04-10T04:13:14.475Z Compiling regex-syntax v0.8.10
4302026-04-10T04:13:14.520Z Compiling equivalent v1.0.2
4312026-04-10T04:13:14.579Z Compiling zerocopy v0.8.48
4322026-04-10T04:13:14.628Z Compiling winnow v1.0.1
4332026-04-10T04:13:14.692Z Compiling serde v1.0.228
4342026-04-10T04:13:14.873Z Compiling aho-corasick v1.1.4
4352026-04-10T04:13:14.958Z Compiling hashbrown v0.16.1
4362026-04-10T04:13:14.979Z Compiling either v1.15.0
4372026-04-10T04:13:15.203Z Compiling itertools v0.14.0
4382026-04-10T04:13:15.254Z Compiling heapless v0.8.0
4392026-04-10T04:13:15.490Z Compiling toml_parser v1.1.2+spec-1.1.0
4402026-04-10T04:13:15.542Z Compiling indexmap v2.13.1
4412026-04-10T04:13:15.562Z Compiling byteorder v1.5.0
4422026-04-10T04:13:15.753Z Compiling toml_datetime v1.1.1+spec-1.1.0
4432026-04-10T04:13:15.973Z Compiling regex-automata v0.4.14
4442026-04-10T04:13:16.008Z Compiling hash32 v0.3.1
4452026-04-10T04:13:16.098Z Compiling toml_edit v0.25.10+spec-1.1.0
4462026-04-10T04:13:16.267Z Compiling syn v1.0.109
4472026-04-10T04:13:16.339Z Compiling bitflags v2.11.0
4482026-04-10T04:13:16.355Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4492026-04-10T04:13:16.489Z Compiling macaddr v1.0.1
4502026-04-10T04:13:16.583Z Compiling smoltcp v0.11.0
4512026-04-10T04:13:16.583Z Compiling rustversion v1.0.22
4522026-04-10T04:13:16.583Z Compiling stable_deref_trait v1.2.1
4532026-04-10T04:13:16.633Z Compiling proc-macro-crate v3.5.0
4542026-04-10T04:13:16.806Z Compiling getrandom v0.4.2
4552026-04-10T04:13:16.867Z Compiling version_check v0.9.5
4562026-04-10T04:13:16.906Z Compiling ref-cast v1.0.25
4572026-04-10T04:13:16.995Z Compiling darling_core v0.21.3
4582026-04-10T04:13:17.429Z Compiling rand_core v0.10.0
4592026-04-10T04:13:17.433Z Compiling bitflags v1.3.2
4602026-04-10T04:13:17.433Z Compiling managed v0.8.0
4612026-04-10T04:13:17.433Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4622026-04-10T04:13:17.433Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4632026-04-10T04:13:17.433Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4642026-04-10T04:13:17.434Z Compiling errno v0.3.14
4652026-04-10T04:13:17.534Z Compiling cpufeatures v0.3.0
4662026-04-10T04:13:17.624Z Compiling ipnetwork v0.21.1
4672026-04-10T04:13:17.835Z Compiling regex v1.12.3
4682026-04-10T04:13:18.342Z Compiling unicode-width v0.2.2
4692026-04-10T04:13:18.347Z Compiling once_cell v1.21.4
4702026-04-10T04:13:18.347Z Compiling foreign-types-shared v0.3.1
4712026-04-10T04:13:18.348Z Compiling thiserror-impl v2.0.18
4722026-04-10T04:13:18.348Z Compiling zerocopy-derive v0.8.48
4732026-04-10T04:13:18.348Z Compiling serde_derive v1.0.228
4742026-04-10T04:13:18.348Z Compiling num_enum_derive v0.7.6
4752026-04-10T04:13:18.565Z Compiling ref-cast-impl v1.0.25
4762026-04-10T04:13:19.145Z Compiling darling_macro v0.21.3
4772026-04-10T04:13:19.208Z Compiling foreign-types-macros v0.2.3
4782026-04-10T04:13:19.427Z Compiling thiserror v2.0.18
4792026-04-10T04:13:19.497Z Compiling cobs v0.3.0
4802026-04-10T04:13:19.649Z Compiling darling v0.21.3
4812026-04-10T04:13:19.721Z Compiling ingot-macros v0.1.1
4822026-04-10T04:13:19.748Z Compiling foreign-types v0.5.0
4832026-04-10T04:13:19.769Z Compiling cstr-argument v0.1.2
4842026-04-10T04:13:19.801Z Compiling num_enum v0.7.6
4852026-04-10T04:13:19.983Z Compiling tracing-core v0.1.36
4862026-04-10T04:13:21.721Z Compiling tracing-attributes v0.1.31
4872026-04-10T04:13:21.830Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4882026-04-10T04:13:21.830Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4892026-04-10T04:13:21.830Z Compiling tabwriter v1.4.1
4902026-04-10T04:13:21.830Z Compiling chacha20 v0.10.0
4912026-04-10T04:13:21.830Z Compiling rustix v1.1.4
4922026-04-10T04:13:21.830Z Compiling postcard v1.1.3
4932026-04-10T04:13:21.830Z Compiling anyhow v1.0.102
4942026-04-10T04:13:21.830Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
4952026-04-10T04:13:21.830Z Compiling dyn-clone v1.0.20
4962026-04-10T04:13:21.830Z Compiling pretty-hex v0.4.2
4972026-04-10T04:13:21.990Z Compiling pin-project-lite v0.2.17
4982026-04-10T04:13:21.990Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4992026-04-10T04:13:22.038Z Compiling terminal_size v0.4.4
5002026-04-10T04:13:22.038Z Compiling tracing v0.1.44
5012026-04-10T04:13:22.038Z Compiling rand v0.10.0
5022026-04-10T04:13:22.038Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5032026-04-10T04:13:22.102Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5042026-04-10T04:13:22.144Z Compiling uuid v1.23.0
5052026-04-10T04:13:22.168Z Compiling socket2 v0.6.3
5062026-04-10T04:13:22.425Z Compiling colored v3.1.1
5072026-04-10T04:13:22.452Z Compiling oxnet v0.1.4
5082026-04-10T04:13:22.476Z Compiling ingot-types v0.1.2
5092026-04-10T04:13:22.683Z Compiling clap_builder v4.6.0
5102026-04-10T04:13:22.713Z Compiling clap_derive v4.6.0
5112026-04-10T04:13:22.861Z Compiling ingot v0.1.1
5122026-04-10T04:13:22.901Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5132026-04-10T04:13:24.204Z Compiling clap v4.6.0
5142026-04-10T04:13:24.618Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5152026-04-10T04:13:27.095Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5162026-04-10T04:13:28.236Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5172026-04-10T04:13:32.542Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.32s
5182026-04-10T04:13:32.570ZBuilding xde (dev).
5192026-04-10T04:13:32.793Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5202026-04-10T04:13:32.793Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5212026-04-10T04:13:32.794Z Compiling proc-macro2 v1.0.106
5222026-04-10T04:13:32.794Z Compiling quote v1.0.45
5232026-04-10T04:13:32.794Z Compiling unicode-ident v1.0.24
5242026-04-10T04:13:32.794Z Compiling ident_case v1.0.1
5252026-04-10T04:13:32.794Z Compiling strsim v0.11.1
5262026-04-10T04:13:32.798Z Compiling serde_core v1.0.228
5272026-04-10T04:13:32.908Z Compiling memchr v2.8.0
5282026-04-10T04:13:32.912Z Compiling fnv v1.0.7
5292026-04-10T04:13:32.995Z Compiling regex-syntax v0.8.10
5302026-04-10T04:13:33.161Z Compiling either v1.15.0
5312026-04-10T04:13:33.175Z Compiling serde v1.0.228
5322026-04-10T04:13:33.195Z Compiling thiserror v2.0.18
5332026-04-10T04:13:33.304Z Compiling aho-corasick v1.1.4
5342026-04-10T04:13:33.345Z Compiling zerocopy v0.8.48
5352026-04-10T04:13:33.557Z Compiling itertools v0.14.0
5362026-04-10T04:13:33.584Z Compiling heapless v0.8.0
5372026-04-10T04:13:33.840Z Compiling syn v2.0.117
5382026-04-10T04:13:33.983Z Compiling smoltcp v0.11.0
5392026-04-10T04:13:34.054Z Compiling version_check v0.9.5
5402026-04-10T04:13:34.062Z Compiling crc32fast v1.5.0
5412026-04-10T04:13:34.416Z Compiling ref-cast v1.0.25
5422026-04-10T04:13:34.431Z Compiling regex-automata v0.4.14
5432026-04-10T04:13:34.463Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5442026-04-10T04:13:35.995Z Compiling regex v1.12.3
5452026-04-10T04:13:36.207Z Compiling darling_core v0.21.3
5462026-04-10T04:13:36.207Z Compiling darling_core v0.23.0
5472026-04-10T04:13:37.133Z Compiling serde_derive v1.0.228
5482026-04-10T04:13:37.133Z Compiling thiserror-impl v2.0.18
5492026-04-10T04:13:37.133Z Compiling zerocopy-derive v0.8.48
5502026-04-10T04:13:37.153Z Compiling ref-cast-impl v1.0.25
5512026-04-10T04:13:37.154Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5522026-04-10T04:13:38.711Z Compiling darling_macro v0.23.0
5532026-04-10T04:13:38.725Z Compiling darling_macro v0.21.3
5542026-04-10T04:13:39.642Z Compiling darling v0.23.0
5552026-04-10T04:13:39.669Z Compiling darling v0.21.3
5562026-04-10T04:13:39.705Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5572026-04-10T04:13:39.731Z Compiling ingot-macros v0.1.1
5582026-04-10T04:13:44.065Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5592026-04-10T04:13:45.810Z Compiling byteorder v1.5.0
5602026-04-10T04:13:45.810Z Compiling macaddr v1.0.1
5612026-04-10T04:13:45.818Z Compiling cfg-if v1.0.4
5622026-04-10T04:13:45.818Z Compiling stable_deref_trait v1.2.1
5632026-04-10T04:13:45.879Z Compiling managed v0.8.0
5642026-04-10T04:13:45.897Z Compiling cobs v0.3.0
5652026-04-10T04:13:45.916Z Compiling bitflags v1.3.2
5662026-04-10T04:13:45.981Z Compiling hash32 v0.3.1
5672026-04-10T04:13:46.158Z Compiling dyn-clone v1.0.20
5682026-04-10T04:13:46.240Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5692026-04-10T04:13:47.323Z Compiling bitflags v2.11.0
5702026-04-10T04:13:47.323Z Compiling uuid v1.23.0
5712026-04-10T04:13:47.459Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5722026-04-10T04:13:47.739Z Compiling postcard v1.1.3
5732026-04-10T04:13:48.545Z Compiling ingot-types v0.1.2
5742026-04-10T04:13:48.786Z Compiling ingot v0.1.1
5752026-04-10T04:13:50.179Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5762026-04-10T04:13:54.321Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5772026-04-10T04:14:04.583Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5782026-04-10T04:14:12.757Z Finished `dev` profile [optimized + debuginfo] target(s) in 40.15s
5792026-04-10T04:14:12.779ZLinking xde kmod...
5802026-04-10T04:14:13.877ZBuilding xde dev link helper (dev).
5812026-04-10T04:14:14.064Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5822026-04-10T04:14:14.065Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5832026-04-10T04:14:14.065Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5842026-04-10T04:14:24.458Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5852026-04-10T04:14:26.554Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.65s
5862026-04-10T04:14:26.577Z
5872026-04-10T04:14:26.580Zreal 3:03.426980494
5882026-04-10T04:14:26.580Zuser 8:53.170149224
5892026-04-10T04:14:26.580Zsys 57.372350805
5902026-04-10T04:14:26.580Ztrap 0.241617970
5912026-04-10T04:14:26.580Ztflt 0.977232458
5922026-04-10T04:14:26.580Zdflt 1.539620836
5932026-04-10T04:14:26.580Zkflt 0.010780448
5942026-04-10T04:14:26.580Zlock 29:58.207863721
5952026-04-10T04:14:26.580Zslp 20:37.904237151
5962026-04-10T04:14:26.580Zlat 21.101354464
5972026-04-10T04:14:26.580Zstop 31.136104218
5982026-04-10T04:14:26.580Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5992026-04-10T04:14:26.580Z+ grep GOTPCREL
6002026-04-10T04:14:27.498Z+ header 'package opte'
6012026-04-10T04:14:27.503Z+ echo '# ==== package opte ==== #'
6022026-04-10T04:14:27.503Z# ==== package opte ==== #
6032026-04-10T04:14:27.503Z+ cargo xtask package --skip-build --profile all
6042026-04-10T04:14:27.636Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
6052026-04-10T04:14:27.639Z Running `target/debug/xtask package --skip-build --profile all`
6062026-04-10T04:14:27.839Z+ ./clean.sh
6072026-04-10T04:14:27.848Z+ mkdir -p proto/kernel/drv/amd64
6082026-04-10T04:14:27.853Z+ mkdir -p proto/opt/oxide/opte/bin
6092026-04-10T04:14:27.853Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6102026-04-10T04:14:27.856Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6112026-04-10T04:14:27.870Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6122026-04-10T04:14:27.899Z+ cp ../xde/xde.conf proto/kernel/drv/
6132026-04-10T04:14:27.903Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6142026-04-10T04:14:27.903Z+ '[' -z ']'
6152026-04-10T04:14:27.903Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6162026-04-10T04:14:27.930Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6172026-04-10T04:14:28.002Z+ INC_DEBUG=
6182026-04-10T04:14:28.005Z++ ./print-api-version.sh
6192026-04-10T04:14:28.008Z+ API_VSN=40
6202026-04-10T04:14:28.008Z+ sed -e s/%PUBLISHER%/helios-dev/g -e s/%COMMIT_COUNT%/470/g -e s/%API_VSN%/40/g opte.template.p5m
6212026-04-10T04:14:28.008Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6222026-04-10T04:14:28.943Z+ pkgdepend generate -d proto opte.base.p5m
6232026-04-10T04:14:29.628Z+ mkdir -p packages
6242026-04-10T04:14:29.632Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6252026-04-10T04:14:40.417Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6262026-04-10T04:14:40.417Z+ pkgrepo create packages/repo
6272026-04-10T04:14:40.970Z+ pkgrepo add-publisher -s packages/repo helios-dev
6282026-04-10T04:14:41.498Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6292026-04-10T04:15:10.388Zpkg://helios-dev/driver/network/opte@0.40.470,5.11:20260410T041440Z
6302026-04-10T04:15:10.388ZPUBLISHED
6312026-04-10T04:15:10.428Z+ pkgrecv -a -d packages/repo/opte-0.40.470.p5p -s packages/repo -v -m latest '*'
6322026-04-10T04:15:10.910ZRetrieving packages for publisher helios-dev ...
6332026-04-10T04:15:10.913ZRetrieving catalog 'helios-dev' ... Done
6342026-04-10T04:15:10.916ZRetrieving and evaluating 1 package(s)...
6352026-04-10T04:15:10.916ZFetching manifests: 1/1 100% complete
6362026-04-10T04:15:10.916ZFetching manifests: 1/1 100% complete
6372026-04-10T04:15:10.916Z
6382026-04-10T04:15:10.916ZArchiving packages ...
6392026-04-10T04:15:10.916Z Packages to add: 1
6402026-04-10T04:15:10.916Z Files to retrieve: 6
6412026-04-10T04:15:10.916ZEstimated transfer size: 36.07 MB
6422026-04-10T04:15:10.916Z
6432026-04-10T04:15:10.916ZPackages to archive:
6442026-04-10T04:15:10.917Zdriver/network/opte@0.40.470,5.11:20260410T041440Z
6452026-04-10T04:15:10.917Z
6462026-04-10T04:15:10.917ZDownload: 0/6 items 0.0/36.1MB 0% complete
6472026-04-10T04:15:10.985ZDownload: Completed 36.07 MB in 0.07 seconds (551M/s)
6482026-04-10T04:15:10.990ZArchiving: 1/20 items 0.0/36.1MB 0% complete
6492026-04-10T04:15:10.994ZArchiving: Completed 36.10 MB in 0.01 seconds
6502026-04-10T04:15:11.033ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.40.470.p5p.
6512026-04-10T04:15:11.036Z+ banner copy
6522026-04-10T04:15:11.040Z
6532026-04-10T04:15:11.040Z #### #### ##### # #
6542026-04-10T04:15:11.040Z # # # # # # # #
6552026-04-10T04:15:11.040Z # # # # # #
6562026-04-10T04:15:11.040Z # # # ##### #
6572026-04-10T04:15:11.040Z # # # # # #
6582026-04-10T04:15:11.040Z #### #### # #
6592026-04-10T04:15:11.040Z
6602026-04-10T04:15:11.040Z+ pfexec mkdir -p /out
6612026-04-10T04:15:11.044Z+ pfexec chown 12345 /out
6622026-04-10T04:15:11.044Z+ PKG_NAME=/out/opte.p5p
6632026-04-10T04:15:11.044Z+ mv pkg/packages/repo/opte-0.40.470.p5p /out/opte.p5p
6642026-04-10T04:15:11.073Z+ sha256sum /out/opte.p5p
6652026-04-10T04:15:11.120Zprocess exited: duration 242884 ms, exit code 0
 
6662026-04-10T04:15:11.132Zfound 2 output files
6672026-04-10T04:15:11.132Zuploading: /out/opte.p5p (37867520 bytes)
6682026-04-10T04:15:12.379Zuploaded: /out/opte.p5p
6692026-04-10T04:15:12.379Zuploading: /out/opte.p5p.sha256 (80 bytes)
6702026-04-10T04:15:13.393Zuploaded: /out/opte.p5p.sha256