01KSTB6BRTE7PC22ZH45N2XET2: 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: 01KSTB6ZHQ4RJ64HMD6SR3M7YP

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-29T17:07:13.177Zjob assigned to worker 01KSTB77CJ529RN215WKD2SGH7 [factory aws, i-0d1959235a5025a62] (queued for 52 s)
 
22026-05-29T17:07:19.445Zstarting task 0: "setup"
32026-05-29T17:07:19.448Z++ uname -s
42026-05-29T17:07:19.448Z+ kern=SunOS
52026-05-29T17:07:19.448Z+ build_user=build
62026-05-29T17:07:19.448Z+ build_uid=12345
72026-05-29T17:07:19.448Z+ work_dir=/work
82026-05-29T17:07:19.449Z+ input_dir=/input
92026-05-29T17:07:19.449Z+ [[ 0 == 12345 ]]
102026-05-29T17:07:19.449Z+ case "$kern" in
112026-05-29T17:07:19.449Z+ groupadd -g 12345 build
122026-05-29T17:07:19.452Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-29T17:07:21.456Z+ zfs create -o mountpoint=/work rpool/work
142026-05-29T17:07:21.552Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-29T17:07:21.555Z+ home_fs=zfs
162026-05-29T17:07:21.555Z+ [[ zfs == autofs ]]
172026-05-29T17:07:21.555Z+ mkdir -p /home/build
182026-05-29T17:07:21.555Z+ chown build:build /home/build /work
192026-05-29T17:07:23.554Z+ chmod 0700 /home/build /work
202026-05-29T17:07:23.557Zprocess exited: duration 4114 ms, exit code 0
 
212026-05-29T17:07:23.564Zstarting task 1: "rust-toolchain"
222026-05-29T17:07:23.568Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-05-29T17:07:23.568Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-29T17:07:23.568Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-29T17:07:23.568Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-29T17:07:23.571Z * rust toolchain channel = "1.95.0"
272026-05-29T17:07:23.571Z * rust toolchain profile = "default"
282026-05-29T17:07:23.571Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-29T17:07:23.571Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-05-29T17:07:23.663Zinfo: downloading installer
312026-05-29T17:07:25.024Zwarn: It looks like you have an existing rustup settings file at:
322026-05-29T17:07:25.024Zwarn: /home/build/.rustup/settings.toml
332026-05-29T17:07:25.024Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-29T17:07:25.024Zwarn: instead of the one inferred from the default host triple.
352026-05-29T17:07:25.036Zinfo: profile set to default
362026-05-29T17:07:25.036Zinfo: default host triple is x86_64-unknown-illumos
372026-05-29T17:07:25.039Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-05-29T17:07:25.175Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-05-29T17:07:25.178Zinfo: downloading 6 components
402026-05-29T17:07:39.745Z
412026-05-29T17:07:39.745Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
422026-05-29T17:07:39.777Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-05-29T17:07:39.777Z
442026-05-29T17:07:39.777Z
452026-05-29T17:07:39.777ZRust is installed now. Great!
462026-05-29T17:07:39.777Z
472026-05-29T17:07:39.777ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-29T17:07:39.777Zenvironment variable. This has not been done automatically.
492026-05-29T17:07:39.777Z
502026-05-29T17:07:39.777ZTo configure your current shell, you need to source
512026-05-29T17:07:39.777Zthe corresponding env file under $HOME/.cargo.
522026-05-29T17:07:39.777Z
532026-05-29T17:07:39.777ZThis is usually done by running one of the following (note the leading DOT):
542026-05-29T17:07:39.780Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-29T17:07:39.781Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-29T17:07:39.781Zsource "~/.cargo/env.nu" # For nushell
572026-05-29T17:07:39.781Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-29T17:07:39.781Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-29T17:07:39.781Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-29T17:07:39.781Zwarn: no default linker (`cc`) was found in your PATH
612026-05-29T17:07:39.781Zwarn: many Rust crates require a system C toolchain to build
622026-05-29T17:07:39.866Z+ rustup --version
632026-05-29T17:07:39.877Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-29T17:07:39.880Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-29T17:07:39.898Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-05-29T17:07:39.902Z+ cargo --version
672026-05-29T17:07:39.915Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-05-29T17:07:39.919Z+ rustc --version
692026-05-29T17:07:39.938Zrustc 1.95.0 (59807616e 2026-04-14)
702026-05-29T17:07:39.942Zprocess exited: duration 16376 ms, exit code 0
 
712026-05-29T17:07:39.948Zstarting task 2: "authentication"
722026-05-29T17:07:39.964Zprocess exited: duration 16 ms, exit code 0
 
732026-05-29T17:07:39.970Zstarting task 3: "clone repository"
742026-05-29T17:07:39.973Z+ mkdir -p /work/oxidecomputer/opte
752026-05-29T17:07:39.976Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-29T17:07:40.015ZCloning into '/work/oxidecomputer/opte'...
772026-05-29T17:07:40.809Z+ cd /work/oxidecomputer/opte
782026-05-29T17:07:40.810Z+ git fetch origin 695967186b215cc897e224b125b7b8b7517e6b7d
792026-05-29T17:07:41.042ZFrom https://github.com/oxidecomputer/opte
802026-05-29T17:07:41.042Z * branch 695967186b215cc897e224b125b7b8b7517e6b7d -> FETCH_HEAD
812026-05-29T17:07:41.047Z+ [[ -n routecache-tuning ]]
822026-05-29T17:07:41.050Z++ git branch --show-current
832026-05-29T17:07:41.051Z+ current=master
842026-05-29T17:07:41.051Z+ [[ master != routecache-tuning ]]
852026-05-29T17:07:41.051Z+ git branch -f routecache-tuning 695967186b215cc897e224b125b7b8b7517e6b7d
862026-05-29T17:07:41.054Z+ git checkout -f routecache-tuning
872026-05-29T17:07:41.069ZSwitched to branch 'routecache-tuning'
882026-05-29T17:07:41.072Z+ git reset --hard 695967186b215cc897e224b125b7b8b7517e6b7d
892026-05-29T17:07:41.086ZHEAD is now at 6959671 Merge branch 'master' into routecache-tuning
902026-05-29T17:07:41.089Zprocess exited: duration 1115 ms, exit code 0
 
912026-05-29T17:07:41.096Zstarting task 4: "build"
922026-05-29T17:07:41.099Z+ source .github/buildomat/common.sh
932026-05-29T17:07:41.099Z++ rustup show active-toolchain
942026-05-29T17:07:41.104Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-29T17:07:41.108Z++ pushd xde
962026-05-29T17:07:41.108Z++ rustup show active-toolchain
972026-05-29T17:07:41.108Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
982026-05-29T17:07:41.111Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-29T17:07:41.248Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-29T17:07:41.251Zinfo: downloading 6 components
1012026-05-29T17:07:54.675Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-29T17:07:54.769Z+++ rustup show active-toolchain -v
1032026-05-29T17:07:54.773Z+++ head -n 1
1042026-05-29T17:07:54.773Z+++ cut '-d ' -f1
1052026-05-29T17:07:54.833Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-29T17:07:54.833Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-29T17:07:54.833Z++ popd
1082026-05-29T17:07:54.836Z/work/oxidecomputer/opte
1092026-05-29T17:07:54.836Z+ TGT_BASE=/work
1102026-05-29T17:07:54.836Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1112026-05-29T17:07:54.836Z+ REL_TGT=/work/release
1122026-05-29T17:07:54.836Z+ mkdir -p /work/release
1132026-05-29T17:07:54.836Z+ cargo --version
1142026-05-29T17:07:54.844Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1152026-05-29T17:07:54.847Z+ rustc --version
1162026-05-29T17:07:54.867Zrustc 1.95.0 (59807616e 2026-04-14)
1172026-05-29T17:07:54.870Z+ header 'build xde and opteadm (release+debug)'
1182026-05-29T17:07:54.870Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1192026-05-29T17:07:54.870Z# ==== build xde and opteadm (release+debug) ==== #
1202026-05-29T17:07:54.870Z+ ptime -m cargo xtask build --profile all
1212026-05-29T17:07:54.977Z Updating crates.io index
1222026-05-29T17:07:54.981Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-05-29T17:07:56.046Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1242026-05-29T17:07:56.813Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1252026-05-29T17:07:57.261Z Updating git repository `https://github.com/oxidecomputer/zone`
1262026-05-29T17:07:57.571Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1272026-05-29T17:07:58.055Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1282026-05-29T17:07:58.314Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1292026-05-29T17:08:00.599Z Downloading crates ...
1302026-05-29T17:08:00.639Z Downloaded colorchoice v1.0.5
1312026-05-29T17:08:00.647Z Downloaded bitflags v2.11.1
1322026-05-29T17:08:00.650Z Downloaded serde_spanned v1.1.1
1332026-05-29T17:08:00.650Z Downloaded is_terminal_polyfill v1.70.2
1342026-05-29T17:08:00.656Z Downloaded anstyle-query v1.1.5
1352026-05-29T17:08:00.658Z Downloaded equivalent v1.0.2
1362026-05-29T17:08:00.662Z Downloaded anstyle-parse v1.0.0
1372026-05-29T17:08:00.662Z Downloaded cargo_metadata v0.23.1
1382026-05-29T17:08:00.662Z Downloaded zmij v1.0.21
1392026-05-29T17:08:00.665Z Downloaded clap_lex v1.1.0
1402026-05-29T17:08:00.665Z Downloaded anstyle v1.0.14
1412026-05-29T17:08:00.665Z Downloaded terminal_size v0.4.4
1422026-05-29T17:08:00.665Z Downloaded clap_derive v4.6.1
1432026-05-29T17:08:00.674Z Downloaded toml_parser v1.1.2+spec-1.1.0
1442026-05-29T17:08:00.677Z Downloaded toml v1.1.2+spec-1.1.0
1452026-05-29T17:08:00.680Z Downloaded utf8parse v0.2.2
1462026-05-29T17:08:00.684Z Downloaded strsim v0.11.1
1472026-05-29T17:08:00.687Z Downloaded itoa v1.0.18
1482026-05-29T17:08:00.691Z Downloaded hashbrown v0.17.0
1492026-05-29T17:08:00.694Z Downloaded thiserror v2.0.18
1502026-05-29T17:08:00.697Z Downloaded cargo-platform v0.3.3
1512026-05-29T17:08:00.697Z Downloaded errno v0.3.14
1522026-05-29T17:08:00.700Z Downloaded heck v0.5.0
1532026-05-29T17:08:00.713Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1542026-05-29T17:08:00.716Z Downloaded anstream v1.0.0
1552026-05-29T17:08:00.725Z Downloaded camino v1.2.2
1562026-05-29T17:08:00.730Z Downloaded toml_writer v1.1.1+spec-1.1.0
1572026-05-29T17:08:00.736Z Downloaded semver v1.0.28
1582026-05-29T17:08:00.739Z Downloaded quote v1.0.45
1592026-05-29T17:08:00.739Z Downloaded proc-macro2 v1.0.106
1602026-05-29T17:08:00.742Z Downloaded anyhow v1.0.102
1612026-05-29T17:08:00.745Z Downloaded thiserror-impl v2.0.18
1622026-05-29T17:08:00.748Z Downloaded unicode-ident v1.0.24
1632026-05-29T17:08:00.751Z Downloaded serde_derive v1.0.228
1642026-05-29T17:08:00.758Z Downloaded serde_core v1.0.228
1652026-05-29T17:08:00.761Z Downloaded serde v1.0.228
1662026-05-29T17:08:00.764Z Downloaded memchr v2.8.0
1672026-05-29T17:08:00.767Z Downloaded indexmap v2.14.0
1682026-05-29T17:08:00.776Z Downloaded clap v4.6.1
1692026-05-29T17:08:00.795Z Downloaded serde_json v1.0.149
1702026-05-29T17:08:00.800Z Downloaded clap_builder v4.6.0
1712026-05-29T17:08:00.812Z Downloaded winnow v1.0.2
1722026-05-29T17:08:00.822Z Downloaded syn v2.0.117
1732026-05-29T17:08:00.843Z Downloaded rustix v1.1.4
1742026-05-29T17:08:00.872Z Downloaded libc v0.2.186
1752026-05-29T17:08:00.919Z Compiling proc-macro2 v1.0.106
1762026-05-29T17:08:00.919Z Compiling serde_core v1.0.228
1772026-05-29T17:08:00.919Z Compiling quote v1.0.45
1782026-05-29T17:08:00.922Z Compiling unicode-ident v1.0.24
1792026-05-29T17:08:00.922Z Compiling libc v0.2.186
1802026-05-29T17:08:00.922Z Compiling rustix v1.1.4
1812026-05-29T17:08:00.922Z Compiling utf8parse v0.2.2
1822026-05-29T17:08:00.922Z Compiling zmij v1.0.21
1832026-05-29T17:08:01.103Z Compiling bitflags v2.11.1
1842026-05-29T17:08:01.118Z Compiling anstyle-parse v1.0.0
1852026-05-29T17:08:01.332Z Compiling colorchoice v1.0.5
1862026-05-29T17:08:01.394Z Compiling camino v1.2.2
1872026-05-29T17:08:01.401Z Compiling serde v1.0.228
1882026-05-29T17:08:01.437Z Compiling serde_json v1.0.149
1892026-05-29T17:08:01.537Z Compiling is_terminal_polyfill v1.70.2
1902026-05-29T17:08:01.544Z Compiling anstyle v1.0.14
1912026-05-29T17:08:01.617Z Compiling thiserror v2.0.18
1922026-05-29T17:08:01.669Z Compiling anstyle-query v1.1.5
1932026-05-29T17:08:01.704Z Compiling errno v0.3.14
1942026-05-29T17:08:01.743Z Compiling anstream v1.0.0
1952026-05-29T17:08:01.786Z Compiling memchr v2.8.0
1962026-05-29T17:08:01.869Z Compiling strsim v0.11.1
1972026-05-29T17:08:02.166Z Compiling clap_lex v1.1.0
1982026-05-29T17:08:02.205Z Compiling heck v0.5.0
1992026-05-29T17:08:02.257Z Compiling terminal_size v0.4.4
2002026-05-29T17:08:02.392Z Compiling syn v2.0.117
2012026-05-29T17:08:02.397Z Compiling winnow v1.0.2
2022026-05-29T17:08:02.407Z Compiling anyhow v1.0.102
2032026-05-29T17:08:02.554Z Compiling itoa v1.0.18
2042026-05-29T17:08:02.809Z Compiling toml_parser v1.1.2+spec-1.1.0
2052026-05-29T17:08:02.809Z Compiling clap_builder v4.6.0
2062026-05-29T17:08:02.812Z Compiling toml_writer v1.1.1+spec-1.1.0
2072026-05-29T17:08:03.230Z Compiling semver v1.0.28
2082026-05-29T17:08:03.237Z Compiling toml_datetime v1.1.1+spec-1.1.0
2092026-05-29T17:08:03.704Z Compiling cargo-platform v0.3.3
2102026-05-29T17:08:03.742Z Compiling serde_spanned v1.1.1
2112026-05-29T17:08:03.898Z Compiling toml v1.1.2+spec-1.1.0
2122026-05-29T17:08:04.828Z Compiling thiserror-impl v2.0.18
2132026-05-29T17:08:04.851Z Compiling serde_derive v1.0.228
2142026-05-29T17:08:04.889Z Compiling clap_derive v4.6.1
2152026-05-29T17:08:06.547Z Compiling clap v4.6.1
2162026-05-29T17:08:07.723Z Compiling cargo_metadata v0.23.1
2172026-05-29T17:08:10.205Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2182026-05-29T17:08:11.780Z Finished `dev` profile [optimized + debuginfo] target(s) in 16.90s
2192026-05-29T17:08:11.867Z Running `target/debug/xtask build --profile all`
2202026-05-29T17:08:13.251ZBuilding opteadm (release).
2212026-05-29T17:08:13.347Z Compiling proc-macro2 v1.0.106
2222026-05-29T17:08:13.347Z Compiling quote v1.0.45
2232026-05-29T17:08:13.347Z Compiling unicode-ident v1.0.24
2242026-05-29T17:08:13.347Z Compiling serde_core v1.0.228
2252026-05-29T17:08:13.347Z Compiling libc v0.2.186
2262026-05-29T17:08:13.350Z Compiling cfg-if v1.0.4
2272026-05-29T17:08:13.350Z Compiling fnv v1.0.7
2282026-05-29T17:08:13.351Z Compiling ident_case v1.0.1
2292026-05-29T17:08:13.419Z Compiling thiserror v2.0.18
2302026-05-29T17:08:13.442Z Compiling strsim v0.11.1
2312026-05-29T17:08:13.463Z Compiling memchr v2.8.0
2322026-05-29T17:08:13.467Z Compiling regex-syntax v0.8.10
2332026-05-29T17:08:13.677Z Compiling hashbrown v0.17.0
2342026-05-29T17:08:13.713Z Compiling serde v1.0.228
2352026-05-29T17:08:13.934Z Compiling aho-corasick v1.1.4
2362026-05-29T17:08:14.010Z Compiling equivalent v1.0.2
2372026-05-29T17:08:14.066Z Compiling anyhow v1.0.102
2382026-05-29T17:08:14.092Z Compiling winnow v1.0.2
2392026-05-29T17:08:14.111Z Compiling either v1.15.0
2402026-05-29T17:08:14.218Z Compiling zerocopy v0.8.48
2412026-05-29T17:08:14.307Z Compiling itertools v0.14.0
2422026-05-29T17:08:14.545Z Compiling indexmap v2.14.0
2432026-05-29T17:08:14.598Z Compiling syn v2.0.117
2442026-05-29T17:08:14.697Z Compiling heapless v0.8.0
2452026-05-29T17:08:14.993Z Compiling regex-automata v0.4.14
2462026-05-29T17:08:15.104Z Compiling toml_parser v1.1.2+spec-1.1.0
2472026-05-29T17:08:15.134Z Compiling byteorder v1.5.0
2482026-05-29T17:08:15.312Z Compiling toml_datetime v1.1.1+spec-1.1.0
2492026-05-29T17:08:15.330Z Compiling hash32 v0.3.1
2502026-05-29T17:08:15.454Z Compiling bitflags v2.11.1
2512026-05-29T17:08:15.493Z Compiling toml_edit v0.25.11+spec-1.1.0
2522026-05-29T17:08:15.511Z Compiling syn v1.0.109
2532026-05-29T17:08:15.608Z Compiling stable_deref_trait v1.2.1
2542026-05-29T17:08:15.632Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2552026-05-29T17:08:15.653Z Compiling macaddr v1.0.1
2562026-05-29T17:08:15.668Z Compiling smoltcp v0.11.0
2572026-05-29T17:08:15.779Z Compiling rustversion v1.0.22
2582026-05-29T17:08:15.846Z Compiling managed v0.8.0
2592026-05-29T17:08:15.875Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
2602026-05-29T17:08:16.002Z Compiling proc-macro-crate v3.5.0
2612026-05-29T17:08:16.069Z Compiling rustix v1.1.4
2622026-05-29T17:08:16.087Z Compiling rand_core v0.10.1
2632026-05-29T17:08:16.148Z Compiling ref-cast v1.0.25
2642026-05-29T17:08:16.230Z Compiling version_check v0.9.5
2652026-05-29T17:08:16.299Z Compiling getrandom v0.4.2
2662026-05-29T17:08:16.354Z Compiling bitflags v1.3.2
2672026-05-29T17:08:16.480Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2682026-05-29T17:08:16.571Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2692026-05-29T17:08:16.575Z Compiling errno v0.3.14
2702026-05-29T17:08:16.703Z Compiling regex v1.12.3
2712026-05-29T17:08:16.939Z Compiling foreign-types-shared v0.3.1
2722026-05-29T17:08:16.956Z Compiling ipnetwork v0.21.1
2732026-05-29T17:08:17.016Z Compiling once_cell v1.21.4
2742026-05-29T17:08:17.076Z Compiling darling_core v0.21.3
2752026-05-29T17:08:17.237Z Compiling utf8parse v0.2.2
2762026-05-29T17:08:17.321Z Compiling unicode-width v0.2.2
2772026-05-29T17:08:17.332Z Compiling cpufeatures v0.3.0
2782026-05-29T17:08:17.392Z Compiling chacha20 v0.10.0
2792026-05-29T17:08:17.450Z Compiling anstyle-parse v1.0.0
2802026-05-29T17:08:17.472Z Compiling tracing-core v0.1.36
2812026-05-29T17:08:17.598Z Compiling tabwriter v1.4.1
2822026-05-29T17:08:17.636Z Compiling cstr-argument v0.1.2
2832026-05-29T17:08:18.272Z Compiling colorchoice v1.0.5
2842026-05-29T17:08:18.277Z Compiling thiserror-impl v2.0.18
2852026-05-29T17:08:18.325Z Compiling serde_derive v1.0.228
2862026-05-29T17:08:18.353Z Compiling zerocopy-derive v0.8.48
2872026-05-29T17:08:18.371Z Compiling ref-cast-impl v1.0.25
2882026-05-29T17:08:18.482Z Compiling foreign-types-macros v0.2.3
2892026-05-29T17:08:18.968Z Compiling num_enum_derive v0.7.6
2902026-05-29T17:08:19.118Z Compiling foreign-types v0.5.0
2912026-05-29T17:08:19.182Z Compiling tracing-attributes v0.1.31
2922026-05-29T17:08:19.215Z Compiling darling_macro v0.21.3
2932026-05-29T17:08:19.232Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2942026-05-29T17:08:19.597Z Compiling cobs v0.3.0
2952026-05-29T17:08:19.730Z Compiling pin-project-lite v0.2.17
2962026-05-29T17:08:19.767Z Compiling darling v0.21.3
2972026-05-29T17:08:19.811Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
2982026-05-29T17:08:19.814Z Compiling pretty-hex v0.4.2
2992026-05-29T17:08:19.834Z Compiling ingot-macros v0.1.1
3002026-05-29T17:08:19.881Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3012026-05-29T17:08:19.931Z Compiling is_terminal_polyfill v1.70.2
3022026-05-29T17:08:19.973Z Compiling num_enum v0.7.6
3032026-05-29T17:08:20.008Z Compiling anstyle-query v1.1.5
3042026-05-29T17:08:20.022Z Compiling anstyle v1.0.14
3052026-05-29T17:08:20.074Z Compiling dyn-clone v1.0.20
3062026-05-29T17:08:20.102Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
3072026-05-29T17:08:20.221Z Compiling anstream v1.0.0
3082026-05-29T17:08:20.276Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3092026-05-29T17:08:20.377Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3102026-05-29T17:08:20.406Z Compiling tracing v0.1.44
3112026-05-29T17:08:20.586Z Compiling terminal_size v0.4.4
3122026-05-29T17:08:20.602Z Compiling rand v0.10.1
3132026-05-29T17:08:20.619Z Compiling uuid v1.23.1
3142026-05-29T17:08:20.712Z Compiling socket2 v0.6.3
3152026-05-29T17:08:20.717Z Compiling oxnet v0.1.5
3162026-05-29T17:08:21.003Z Compiling colored v3.1.1
3172026-05-29T17:08:21.023Z Compiling heck v0.5.0
3182026-05-29T17:08:21.253Z Compiling clap_lex v1.1.0
3192026-05-29T17:08:21.396Z Compiling clap_builder v4.6.0
3202026-05-29T17:08:21.541Z Compiling postcard v1.1.3
3212026-05-29T17:08:21.555Z Compiling clap_derive v4.6.1
3222026-05-29T17:08:21.584Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3232026-05-29T17:08:22.746Z Compiling ingot-types v0.1.2
3242026-05-29T17:08:23.168Z Compiling ingot v0.1.1
3252026-05-29T17:08:23.209Z Compiling clap v4.6.1
3262026-05-29T17:08:24.831Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3272026-05-29T17:08:25.830Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3282026-05-29T17:08:26.869Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3292026-05-29T17:08:33.373Z Finished `release` profile [optimized + debuginfo] target(s) in 20.11s
3302026-05-29T17:08:33.401ZBuilding xde (release-lto).
3312026-05-29T17:08:33.645Z Updating crates.io index
3322026-05-29T17:08:33.736Z Downloading crates ...
3332026-05-29T17:08:33.777Z Downloaded adler2 v2.0.1
3342026-05-29T17:08:33.792Z Downloaded rustc-literal-escaper v0.0.7
3352026-05-29T17:08:33.795Z Downloaded miniz_oxide v0.8.9
3362026-05-29T17:08:33.795Z Downloaded addr2line v0.25.1
3372026-05-29T17:08:33.798Z Downloaded getopts v0.2.24
3382026-05-29T17:08:33.801Z Downloaded rustc-demangle v0.1.27
3392026-05-29T17:08:33.801Z Downloaded foldhash v0.2.0
3402026-05-29T17:08:33.813Z Downloaded memchr v2.7.6
3412026-05-29T17:08:33.830Z Downloaded hashbrown v0.16.1
3422026-05-29T17:08:33.860Z Downloaded gimli v0.32.3
3432026-05-29T17:08:33.866Z Downloaded object v0.37.3
3442026-05-29T17:08:33.889Z Downloaded libc v0.2.183
3452026-05-29T17:08:33.949Z 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-29T17:08:33.949Z 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-29T17:08:33.952Z Compiling proc-macro2 v1.0.106
3482026-05-29T17:08:33.952Z Compiling quote v1.0.45
3492026-05-29T17:08:33.952Z Compiling unicode-ident v1.0.24
3502026-05-29T17:08:33.952Z Compiling strsim v0.11.1
3512026-05-29T17:08:33.952Z Compiling ident_case v1.0.1
3522026-05-29T17:08:33.952Z Compiling serde_core v1.0.228
3532026-05-29T17:08:34.119Z Compiling memchr v2.8.0
3542026-05-29T17:08:34.122Z Compiling fnv v1.0.7
3552026-05-29T17:08:34.213Z Compiling regex-syntax v0.8.10
3562026-05-29T17:08:34.370Z Compiling zerocopy v0.8.48
3572026-05-29T17:08:34.373Z Compiling serde v1.0.228
3582026-05-29T17:08:34.384Z Compiling either v1.15.0
3592026-05-29T17:08:34.493Z Compiling thiserror v2.0.18
3602026-05-29T17:08:34.578Z Compiling aho-corasick v1.1.4
3612026-05-29T17:08:34.770Z Compiling itertools v0.14.0
3622026-05-29T17:08:34.776Z Compiling heapless v0.8.0
3632026-05-29T17:08:35.063Z Compiling syn v2.0.117
3642026-05-29T17:08:35.158Z Compiling smoltcp v0.11.0
3652026-05-29T17:08:35.190Z Compiling ref-cast v1.0.25
3662026-05-29T17:08:35.253Z Compiling crc32fast v1.5.0
3672026-05-29T17:08:35.554Z Compiling version_check v0.9.5
3682026-05-29T17:08:35.619Z Compiling regex-automata v0.4.14
3692026-05-29T17:08:35.930Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3702026-05-29T17:08:37.192Z Compiling regex v1.12.3
3712026-05-29T17:08:37.333Z Compiling darling_core v0.21.3
3722026-05-29T17:08:37.346Z Compiling darling_core v0.23.0
3732026-05-29T17:08:38.322Z Compiling serde_derive v1.0.228
3742026-05-29T17:08:38.322Z Compiling zerocopy-derive v0.8.48
3752026-05-29T17:08:38.322Z Compiling thiserror-impl v2.0.18
3762026-05-29T17:08:38.325Z Compiling ref-cast-impl v1.0.25
3772026-05-29T17:08:38.325Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3782026-05-29T17:08:39.900Z Compiling darling_macro v0.23.0
3792026-05-29T17:08:40.017Z Compiling darling_macro v0.21.3
3802026-05-29T17:08:40.797Z Compiling darling v0.23.0
3812026-05-29T17:08:40.860Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3822026-05-29T17:08:40.907Z Compiling darling v0.21.3
3832026-05-29T17:08:40.973Z Compiling ingot-macros v0.1.1
3842026-05-29T17:08:45.917Z 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-29T17:08:47.979Z Compiling byteorder v1.5.0
3862026-05-29T17:08:47.979Z Compiling stable_deref_trait v1.2.1
3872026-05-29T17:08:47.979Z Compiling cfg-if v1.0.4
3882026-05-29T17:08:47.982Z Compiling macaddr v1.0.1
3892026-05-29T17:08:48.038Z Compiling managed v0.8.0
3902026-05-29T17:08:48.051Z Compiling cobs v0.3.0
3912026-05-29T17:08:48.079Z Compiling bitflags v1.3.2
3922026-05-29T17:08:48.143Z Compiling hash32 v0.3.1
3932026-05-29T17:08:48.270Z Compiling dyn-clone v1.0.20
3942026-05-29T17:08:48.354Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3952026-05-29T17:08:49.574Z Compiling bitflags v2.11.1
3962026-05-29T17:08:49.574Z Compiling uuid v1.23.1
3972026-05-29T17:08:49.712Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3982026-05-29T17:08:50.023Z Compiling postcard v1.1.3
3992026-05-29T17:08:50.839Z Compiling ingot-types v0.1.2
4002026-05-29T17:08:51.150Z Compiling ingot v0.1.1
4012026-05-29T17:08:52.641Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4022026-05-29T17:08:56.423Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4032026-05-29T17:09:05.127Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4042026-05-29T17:09:34.700Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 01s
4052026-05-29T17:09:34.726ZLinking xde kmod...
4062026-05-29T17:09:35.296ZBuilding xde dev link helper (release).
4072026-05-29T17:09:35.451Z 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-29T17:09:35.451Z 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-29T17:09:35.452Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4102026-05-29T17:09:46.491Z 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-29T17:09:48.850Z Finished `release` profile [optimized + debuginfo] target(s) in 13.52s
4122026-05-29T17:09:48.873ZBuilding opteadm (dev).
4132026-05-29T17:09:49.027Z Compiling serde_core v1.0.228
4142026-05-29T17:09:49.027Z Compiling libc v0.2.186
4152026-05-29T17:09:49.027Z Compiling cfg-if v1.0.4
4162026-05-29T17:09:49.027Z Compiling ident_case v1.0.1
4172026-05-29T17:09:49.031Z Compiling strsim v0.11.1
4182026-05-29T17:09:49.053Z Compiling memchr v2.8.0
4192026-05-29T17:09:49.056Z Compiling fnv v1.0.7
4202026-05-29T17:09:49.056Z Compiling syn v2.0.117
4212026-05-29T17:09:49.101Z Compiling regex-syntax v0.8.10
4222026-05-29T17:09:49.128Z Compiling serde v1.0.228
4232026-05-29T17:09:49.145Z Compiling either v1.15.0
4242026-05-29T17:09:49.323Z Compiling hashbrown v0.17.0
4252026-05-29T17:09:49.331Z Compiling zerocopy v0.8.48
4262026-05-29T17:09:49.437Z Compiling aho-corasick v1.1.4
4272026-05-29T17:09:49.594Z Compiling equivalent v1.0.2
4282026-05-29T17:09:49.669Z Compiling winnow v1.0.2
4292026-05-29T17:09:49.781Z Compiling itertools v0.14.0
4302026-05-29T17:09:49.785Z Compiling toml_datetime v1.1.1+spec-1.1.0
4312026-05-29T17:09:49.860Z Compiling indexmap v2.14.0
4322026-05-29T17:09:49.987Z Compiling byteorder v1.5.0
4332026-05-29T17:09:50.159Z Compiling heapless v0.8.0
4342026-05-29T17:09:50.439Z Compiling hash32 v0.3.1
4352026-05-29T17:09:50.590Z Compiling regex-automata v0.4.14
4362026-05-29T17:09:50.612Z Compiling toml_parser v1.1.2+spec-1.1.0
4372026-05-29T17:09:50.653Z Compiling rustversion v1.0.22
4382026-05-29T17:09:50.800Z Compiling smoltcp v0.11.0
4392026-05-29T17:09:50.986Z Compiling bitflags v2.11.1
4402026-05-29T17:09:51.002Z Compiling toml_edit v0.25.11+spec-1.1.0
4412026-05-29T17:09:51.127Z Compiling syn v1.0.109
4422026-05-29T17:09:51.135Z Compiling stable_deref_trait v1.2.1
4432026-05-29T17:09:51.154Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4442026-05-29T17:09:51.202Z Compiling macaddr v1.0.1
4452026-05-29T17:09:51.430Z Compiling version_check v0.9.5
4462026-05-29T17:09:51.437Z Compiling managed v0.8.0
4472026-05-29T17:09:51.446Z Compiling ref-cast v1.0.25
4482026-05-29T17:09:51.471Z Compiling bitflags v1.3.2
4492026-05-29T17:09:51.534Z Compiling darling_core v0.21.3
4502026-05-29T17:09:51.638Z Compiling proc-macro-crate v3.5.0
4512026-05-29T17:09:51.649Z Compiling getrandom v0.4.2
4522026-05-29T17:09:51.695Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4532026-05-29T17:09:51.751Z Compiling rand_core v0.10.1
4542026-05-29T17:09:51.906Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4552026-05-29T17:09:52.047Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4562026-05-29T17:09:52.151Z Compiling errno v0.3.14
4572026-05-29T17:09:52.320Z Compiling regex v1.12.3
4582026-05-29T17:09:52.667Z Compiling foreign-types-shared v0.3.1
4592026-05-29T17:09:52.707Z Compiling unicode-width v0.2.2
4602026-05-29T17:09:52.727Z Compiling thiserror-impl v2.0.18
4612026-05-29T17:09:52.747Z Compiling zerocopy-derive v0.8.48
4622026-05-29T17:09:53.052Z Compiling serde_derive v1.0.228
4632026-05-29T17:09:53.182Z Compiling ref-cast-impl v1.0.25
4642026-05-29T17:09:53.664Z Compiling darling_macro v0.21.3
4652026-05-29T17:09:53.709Z Compiling num_enum_derive v0.7.6
4662026-05-29T17:09:53.779Z Compiling foreign-types-macros v0.2.3
4672026-05-29T17:09:53.982Z Compiling thiserror v2.0.18
4682026-05-29T17:09:54.082Z Compiling cobs v0.3.0
4692026-05-29T17:09:54.223Z Compiling darling v0.21.3
4702026-05-29T17:09:54.295Z Compiling ingot-macros v0.1.1
4712026-05-29T17:09:54.361Z Compiling ipnetwork v0.21.1
4722026-05-29T17:09:54.421Z Compiling once_cell v1.21.4
4732026-05-29T17:09:54.670Z Compiling cpufeatures v0.3.0
4742026-05-29T17:09:54.701Z Compiling num_enum v0.7.6
4752026-05-29T17:09:54.737Z Compiling chacha20 v0.10.0
4762026-05-29T17:09:54.811Z Compiling tracing-core v0.1.36
4772026-05-29T17:09:54.894Z Compiling foreign-types v0.5.0
4782026-05-29T17:09:55.064Z Compiling tabwriter v1.4.1
4792026-05-29T17:09:55.077Z Compiling cstr-argument v0.1.2
4802026-05-29T17:09:55.244Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4812026-05-29T17:09:55.266Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4822026-05-29T17:09:55.479Z Compiling tracing-attributes v0.1.31
4832026-05-29T17:09:55.751Z Compiling rustix v1.1.4
4842026-05-29T17:09:56.180Z Compiling postcard v1.1.3
4852026-05-29T17:09:56.222Z Compiling anyhow v1.0.102
4862026-05-29T17:09:56.331Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
4872026-05-29T17:09:56.404Z Compiling dyn-clone v1.0.20
4882026-05-29T17:09:56.417Z Compiling pin-project-lite v0.2.17
4892026-05-29T17:09:56.505Z Compiling pretty-hex v0.4.2
4902026-05-29T17:09:56.560Z Compiling terminal_size v0.4.4
4912026-05-29T17:09:56.565Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4922026-05-29T17:09:56.631Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4932026-05-29T17:09:56.692Z Compiling tracing v0.1.44
4942026-05-29T17:09:56.706Z Compiling rand v0.10.1
4952026-05-29T17:09:56.824Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4962026-05-29T17:09:56.844Z Compiling uuid v1.23.1
4972026-05-29T17:09:56.940Z Compiling socket2 v0.6.3
4982026-05-29T17:09:56.950Z Compiling oxnet v0.1.5
4992026-05-29T17:09:56.953Z Compiling colored v3.1.1
5002026-05-29T17:09:57.045Z Compiling ingot-types v0.1.2
5012026-05-29T17:09:57.219Z Compiling clap_derive v4.6.1
5022026-05-29T17:09:57.415Z Compiling ingot v0.1.1
5032026-05-29T17:09:57.420Z Compiling clap_builder v4.6.0
5042026-05-29T17:09:57.447Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5052026-05-29T17:09:59.032Z Compiling clap v4.6.1
5062026-05-29T17:09:59.090Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5072026-05-29T17:10:00.631Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5082026-05-29T17:10:02.021Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5092026-05-29T17:10:06.428Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.55s
5102026-05-29T17:10:06.456ZBuilding xde (dev).
5112026-05-29T17:10:06.680Z 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-29T17:10:06.681Z 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-29T17:10:06.681Z Compiling proc-macro2 v1.0.106
5142026-05-29T17:10:06.681Z Compiling unicode-ident v1.0.24
5152026-05-29T17:10:06.684Z Compiling quote v1.0.45
5162026-05-29T17:10:06.684Z Compiling strsim v0.11.1
5172026-05-29T17:10:06.684Z Compiling ident_case v1.0.1
5182026-05-29T17:10:06.684Z Compiling serde_core v1.0.228
5192026-05-29T17:10:06.796Z Compiling fnv v1.0.7
5202026-05-29T17:10:06.803Z Compiling memchr v2.8.0
5212026-05-29T17:10:06.876Z Compiling regex-syntax v0.8.10
5222026-05-29T17:10:07.053Z Compiling either v1.15.0
5232026-05-29T17:10:07.062Z Compiling zerocopy v0.8.48
5242026-05-29T17:10:07.075Z Compiling serde v1.0.228
5252026-05-29T17:10:07.190Z Compiling aho-corasick v1.1.4
5262026-05-29T17:10:07.236Z Compiling thiserror v2.0.18
5272026-05-29T17:10:07.473Z Compiling itertools v0.14.0
5282026-05-29T17:10:07.482Z Compiling heapless v0.8.0
5292026-05-29T17:10:07.804Z Compiling syn v2.0.117
5302026-05-29T17:10:07.865Z Compiling smoltcp v0.11.0
5312026-05-29T17:10:07.878Z Compiling ref-cast v1.0.25
5322026-05-29T17:10:07.975Z Compiling crc32fast v1.5.0
5332026-05-29T17:10:08.253Z Compiling version_check v0.9.5
5342026-05-29T17:10:08.339Z Compiling regex-automata v0.4.14
5352026-05-29T17:10:08.627Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5362026-05-29T17:10:09.879Z Compiling regex v1.12.3
5372026-05-29T17:10:10.102Z Compiling darling_core v0.21.3
5382026-05-29T17:10:10.106Z Compiling darling_core v0.23.0
5392026-05-29T17:10:11.051Z Compiling thiserror-impl v2.0.18
5402026-05-29T17:10:11.051Z Compiling serde_derive v1.0.228
5412026-05-29T17:10:11.051Z Compiling zerocopy-derive v0.8.48
5422026-05-29T17:10:11.055Z Compiling ref-cast-impl v1.0.25
5432026-05-29T17:10:11.055Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5442026-05-29T17:10:12.590Z Compiling darling_macro v0.21.3
5452026-05-29T17:10:12.740Z Compiling darling_macro v0.23.0
5462026-05-29T17:10:13.544Z Compiling darling v0.21.3
5472026-05-29T17:10:13.608Z Compiling ingot-macros v0.1.1
5482026-05-29T17:10:13.707Z Compiling darling v0.23.0
5492026-05-29T17:10:13.771Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5502026-05-29T17:10:18.066Z 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-29T17:10:19.812Z Compiling byteorder v1.5.0
5522026-05-29T17:10:19.812Z Compiling stable_deref_trait v1.2.1
5532026-05-29T17:10:19.815Z Compiling cfg-if v1.0.4
5542026-05-29T17:10:19.815Z Compiling macaddr v1.0.1
5552026-05-29T17:10:19.879Z Compiling cobs v0.3.0
5562026-05-29T17:10:19.884Z Compiling bitflags v1.3.2
5572026-05-29T17:10:19.915Z Compiling managed v0.8.0
5582026-05-29T17:10:19.946Z Compiling hash32 v0.3.1
5592026-05-29T17:10:20.164Z Compiling dyn-clone v1.0.20
5602026-05-29T17:10:20.242Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5612026-05-29T17:10:21.329Z Compiling bitflags v2.11.1
5622026-05-29T17:10:21.329Z Compiling uuid v1.23.1
5632026-05-29T17:10:21.459Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5642026-05-29T17:10:21.738Z Compiling postcard v1.1.3
5652026-05-29T17:10:22.545Z Compiling ingot-types v0.1.2
5662026-05-29T17:10:22.821Z Compiling ingot v0.1.1
5672026-05-29T17:10:24.250Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5682026-05-29T17:10:28.528Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5692026-05-29T17:10:38.853Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5702026-05-29T17:10:47.157Z Finished `dev` profile [optimized + debuginfo] target(s) in 40.67s
5712026-05-29T17:10:47.180ZLinking xde kmod...
5722026-05-29T17:10:48.363ZBuilding xde dev link helper (dev).
5732026-05-29T17:10:48.529Z 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-29T17:10:48.529Z 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-29T17:10:48.529Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5762026-05-29T17:10:59.009Z 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-29T17:11:01.180Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.78s
5782026-05-29T17:11:01.202Z
5792026-05-29T17:11:01.202Zreal 3:06.327317315
5802026-05-29T17:11:01.202Zuser 9:00.462402757
5812026-05-29T17:11:01.205Zsys 58.565586478
5822026-05-29T17:11:01.205Ztrap 0.229343442
5832026-05-29T17:11:01.205Ztflt 0.647838190
5842026-05-29T17:11:01.205Zdflt 1.526486661
5852026-05-29T17:11:01.205Zkflt 0.006287830
5862026-05-29T17:11:01.205Zlock 29:36.055446426
5872026-05-29T17:11:01.205Zslp 20:55.195574565
5882026-05-29T17:11:01.205Zlat 21.463505590
5892026-05-29T17:11:01.205Zstop 30.932148834
5902026-05-29T17:11:01.206Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5912026-05-29T17:11:01.206Z+ grep GOTPCREL
5922026-05-29T17:11:02.166Z+ header 'package opte'
5932026-05-29T17:11:02.166Z+ echo '# ==== package opte ==== #'
5942026-05-29T17:11:02.169Z+ cargo xtask package --skip-build --profile all
5952026-05-29T17:11:02.169Z# ==== package opte ==== #
5962026-05-29T17:11:02.304Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
5972026-05-29T17:11:02.308Z Running `target/debug/xtask package --skip-build --profile all`
5982026-05-29T17:11:02.515Z+ ./clean.sh
5992026-05-29T17:11:02.523Z+ mkdir -p proto/kernel/drv/amd64
6002026-05-29T17:11:02.526Z+ mkdir -p proto/opt/oxide/opte/bin
6012026-05-29T17:11:02.526Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6022026-05-29T17:11:02.529Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6032026-05-29T17:11:02.543Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6042026-05-29T17:11:02.585Z+ cp ../xde/xde.conf proto/kernel/drv/
6052026-05-29T17:11:02.588Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6062026-05-29T17:11:02.588Z+ '[' -z ']'
6072026-05-29T17:11:02.588Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6082026-05-29T17:11:02.616Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6092026-05-29T17:11:02.691Z+ INC_DEBUG=
6102026-05-29T17:11:02.694Z+ typeset -ri TAG=0
6112026-05-29T17:11:02.694Z++ ./print-api-version.sh
6122026-05-29T17:11:02.697Z+ API_VSN=40
6132026-05-29T17:11:02.697Z+ PKG_VERSION=0.40.485-3.0
6142026-05-29T17:11:02.700Z+ sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.40.485-3.0/g opte.template.p5m
6152026-05-29T17:11:02.700Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6162026-05-29T17:11:03.242Z+ pkgdepend generate -d proto opte.base.p5m
6172026-05-29T17:11:03.602Z+ mkdir -p packages
6182026-05-29T17:11:03.605Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6192026-05-29T17:11:10.560Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6202026-05-29T17:11:10.563Z+ pkgrepo create packages/repo
6212026-05-29T17:11:10.771Z+ pkgrepo add-publisher -s packages/repo helios
6222026-05-29T17:11:10.978Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6232026-05-29T17:11:40.255Zpkg://helios/driver/network/opte@0.40.485,5.11-3.0:20260529T171110Z
6242026-05-29T17:11:40.255ZPUBLISHED
6252026-05-29T17:11:40.292Z+ pkgrecv -a -d packages/repo/opte-0.40.485-3.0.p5p -s packages/repo -v -m latest '*'
6262026-05-29T17:11:40.469ZRetrieving packages for publisher helios ...
6272026-05-29T17:11:40.472ZRetrieving catalog 'helios' ... Done
6282026-05-29T17:11:40.475ZRetrieving and evaluating 1 package(s)...
6292026-05-29T17:11:40.475ZFetching manifests: 1/1 100% complete
6302026-05-29T17:11:40.475ZFetching manifests: 1/1 100% complete
6312026-05-29T17:11:40.475Z
6322026-05-29T17:11:40.475ZArchiving packages ...
6332026-05-29T17:11:40.475Z Packages to add: 1
6342026-05-29T17:11:40.475Z Files to retrieve: 6
6352026-05-29T17:11:40.475ZEstimated transfer size: 37.04 MB
6362026-05-29T17:11:40.475Z
6372026-05-29T17:11:40.475ZPackages to archive:
6382026-05-29T17:11:40.475Zdriver/network/opte@0.40.485,5.11-3.0:20260529T171110Z
6392026-05-29T17:11:40.475Z
6402026-05-29T17:11:40.475ZDownload: 0/6 items 0.0/37.0MB 0% complete
6412026-05-29T17:11:40.541ZDownload: Completed 37.04 MB in 0.07 seconds (548M/s)
6422026-05-29T17:11:40.544ZArchiving: 1/20 items 0.0/37.1MB 0% complete
6432026-05-29T17:11:40.551ZArchiving: Completed 37.07 MB in 0.01 seconds
6442026-05-29T17:11:40.591ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.40.485-3.0.p5p.
6452026-05-29T17:11:40.594Z+ banner copy
6462026-05-29T17:11:40.597Z
6472026-05-29T17:11:40.597Z #### #### ##### # #
6482026-05-29T17:11:40.597Z # # # # # # # #
6492026-05-29T17:11:40.597Z # # # # # #
6502026-05-29T17:11:40.598Z # # # ##### #
6512026-05-29T17:11:40.598Z # # # # # #
6522026-05-29T17:11:40.598Z #### #### # #
6532026-05-29T17:11:40.598Z
6542026-05-29T17:11:40.598Z+ pfexec mkdir -p /out
6552026-05-29T17:11:40.601Z+ pfexec chown 12345 /out
6562026-05-29T17:11:40.601Z+ PKG_NAME=/out/opte.p5p
6572026-05-29T17:11:40.601Z+ mv pkg/packages/repo/opte-0.40.485-3.0.p5p /out/opte.p5p
6582026-05-29T17:11:40.629Z+ sha256sum /out/opte.p5p
6592026-05-29T17:11:40.653Zprocess exited: duration 239554 ms, exit code 0
 
6602026-05-29T17:11:40.665Zfound 2 output files
6612026-05-29T17:11:40.699Zuploading: /out/opte.p5p (38881280 bytes)
6622026-05-29T17:11:42.293Zuploaded: /out/opte.p5p
6632026-05-29T17:11:42.293Zuploading: /out/opte.p5p.sha256 (80 bytes)
6642026-05-29T17:11:43.318Zuploaded: /out/opte.p5p.sha256