01M0VFRMT8CPH4PP41998H7VEP: opteadm

BasicConfig {
    output_rules: [
        "=/work/debug/opteadm",
        "=/work/debug/opteadm.debug.sha256",
        "=/work/release/opteadm",
        "=/work/release/opteadm.release.sha256",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/work/release/opteadm",
            series: "release",
            name: "opteadm",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01M0VFTMWN07W8D2SETSSTSANR

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T03:37:03.428Zjob assigned to worker 01M0VFV3EWNXTSYZGTTTRAEHNN [factory aws, i-061f4941dab4be4ba] (queued for 56 s)
 
22026-08-25T03:37:10.361Zstarting task 0: "setup"
32026-08-25T03:37:10.366Z++ uname -s
42026-08-25T03:37:10.369Z+ kern=SunOS
52026-08-25T03:37:10.369Z+ build_user=build
62026-08-25T03:37:10.369Z+ build_uid=12345
72026-08-25T03:37:10.370Z+ work_dir=/work
82026-08-25T03:37:10.370Z+ input_dir=/input
92026-08-25T03:37:10.370Z+ [[ 0 == 12345 ]]
102026-08-25T03:37:10.370Z+ case "$kern" in
112026-08-25T03:37:10.370Z+ groupadd -g 12345 build
122026-08-25T03:37:10.370Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T03:37:12.375Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T03:37:12.436Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T03:37:12.439Z+ home_fs=zfs
162026-08-25T03:37:12.439Z+ [[ zfs == autofs ]]
172026-08-25T03:37:12.439Z+ mkdir -p /home/build
182026-08-25T03:37:12.439Z+ chown build:build /home/build /work
192026-08-25T03:37:14.439Z+ chmod 0700 /home/build /work
202026-08-25T03:37:14.443Zprocess exited: duration 4080 ms, exit code 0
 
212026-08-25T03:37:14.451Zstarting task 1: "rust-toolchain"
222026-08-25T03:37:14.489Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-25T03:37:14.490Z * rust toolchain channel = "1.97.1"
242026-08-25T03:37:14.490Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-25T03:37:14.490Z * rust toolchain profile = "default"
262026-08-25T03:37:14.490Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-25T03:37:14.490Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-25T03:37:14.506Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T03:37:14.506Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T03:37:14.519Zinfo: downloading installer
312026-08-25T03:37:16.107Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T03:37:16.107Zwarn: /home/build/.rustup/settings.toml
332026-08-25T03:37:16.107Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T03:37:16.107Zwarn: instead of the one inferred from the default host triple.
352026-08-25T03:37:16.121Zinfo: profile set to default
362026-08-25T03:37:16.121Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T03:37:16.124Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T03:37:16.257Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T03:37:16.299Zinfo: downloading 6 components
402026-08-25T03:37:31.509Z
412026-08-25T03:37:31.510Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-25T03:37:31.537Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T03:37:31.537Z
442026-08-25T03:37:31.542Z
452026-08-25T03:37:31.543ZRust is installed now. Great!
462026-08-25T03:37:31.543Z
472026-08-25T03:37:31.543ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T03:37:31.543Zenvironment variable. This has not been done automatically.
492026-08-25T03:37:31.543Z
502026-08-25T03:37:31.543ZTo configure your current shell, you need to source
512026-08-25T03:37:31.543Zthe corresponding env file under $HOME/.cargo.
522026-08-25T03:37:31.543Z
532026-08-25T03:37:31.543ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T03:37:31.543Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T03:37:31.543Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T03:37:31.543Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T03:37:31.543Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T03:37:31.543Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T03:37:31.543Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T03:37:31.543Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T03:37:31.543Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T03:37:31.626Z+ rustup --version
632026-08-25T03:37:31.635Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T03:37:31.639Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T03:37:31.655Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T03:37:31.659Z+ cargo --version
672026-08-25T03:37:31.673Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T03:37:31.678Z+ rustc --version
692026-08-25T03:37:31.695Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T03:37:31.698Zprocess exited: duration 17246 ms, exit code 0
 
712026-08-25T03:37:31.708Zstarting task 2: "authentication"
722026-08-25T03:37:31.723ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-08-25T03:37:54.004Zprocess exited: duration 22246 ms, exit code 0
 
742026-08-25T03:37:54.029Zstarting task 3: "clone repository"
752026-08-25T03:37:54.033Z+ mkdir -p /work/oxidecomputer/opte
762026-08-25T03:37:54.033Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
772026-08-25T03:37:54.066ZCloning into '/work/oxidecomputer/opte'...
782026-08-25T03:37:55.309Z+ cd /work/oxidecomputer/opte
792026-08-25T03:37:55.310Z+ git fetch origin 9dc4e8db1ad611b0a639b87c033af000e46011db
802026-08-25T03:37:55.572ZFrom https://github.com/oxidecomputer/opte
812026-08-25T03:37:55.572Z * branch 9dc4e8db1ad611b0a639b87c033af000e46011db -> FETCH_HEAD
822026-08-25T03:37:55.585Z+ [[ -n renovate/clap ]]
832026-08-25T03:37:55.585Z++ git branch --show-current
842026-08-25T03:37:55.585Z+ current=master
852026-08-25T03:37:55.585Z+ [[ master != renovate/clap ]]
862026-08-25T03:37:55.585Z+ git branch -f renovate/clap 9dc4e8db1ad611b0a639b87c033af000e46011db
872026-08-25T03:37:55.594Z+ git checkout -f renovate/clap
882026-08-25T03:37:55.619ZSwitched to branch 'renovate/clap'
892026-08-25T03:37:55.619Z+ git reset --hard 9dc4e8db1ad611b0a639b87c033af000e46011db
902026-08-25T03:37:55.619ZHEAD is now at 9dc4e8d Update Rust crate clap to v4.6.6
912026-08-25T03:37:55.619Zprocess exited: duration 1576 ms, exit code 0
 
922026-08-25T03:37:55.641Zstarting task 4: "build"
932026-08-25T03:37:55.650Z+ source .github/buildomat/common.sh
942026-08-25T03:37:55.650Z++ rustup show active-toolchain
952026-08-25T03:37:55.661Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
962026-08-25T03:37:55.661Z++ pushd xde
972026-08-25T03:37:55.661Z++ rustup show active-toolchain
982026-08-25T03:37:55.661Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
992026-08-25T03:37:55.661Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
1002026-08-25T03:37:55.813Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1012026-08-25T03:37:55.842Zinfo: downloading 6 components
1022026-08-25T03:38:10.252Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1032026-08-25T03:38:10.364Z+++ rustup show active-toolchain -v
1042026-08-25T03:38:10.382Z+++ head -n 1
1052026-08-25T03:38:10.383Z+++ cut '-d ' -f1
1062026-08-25T03:38:10.415Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-08-25T03:38:10.415Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1082026-08-25T03:38:10.415Z++ popd
1092026-08-25T03:38:10.415Z/work/oxidecomputer/opte
1102026-08-25T03:38:10.415Z+ cargo --version
1112026-08-25T03:38:10.415Zcargo 1.97.1 (c980f4866 2026-06-30)
1122026-08-25T03:38:10.436Z+ rustc --version
1132026-08-25T03:38:10.436Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1142026-08-25T03:38:10.436Z+ pushd bin/opteadm
1152026-08-25T03:38:10.436Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1162026-08-25T03:38:10.436Z+ header 'check style'
1172026-08-25T03:38:10.436Z+ echo '# ==== check style ==== #'
1182026-08-25T03:38:10.436Z# ==== check style ==== #
1192026-08-25T03:38:10.436Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1202026-08-25T03:38:10.492Z
1212026-08-25T03:38:10.493Zreal 0.068710422
1222026-08-25T03:38:10.493Zuser 0.038135647
1232026-08-25T03:38:10.493Zsys 0.027702999
1242026-08-25T03:38:10.493Ztrap 0.000003270
1252026-08-25T03:38:10.493Ztflt 0.000007970
1262026-08-25T03:38:10.493Zdflt 0.000025420
1272026-08-25T03:38:10.493Zkflt 0.000000450
1282026-08-25T03:38:10.493Zlock 0.030888754
1292026-08-25T03:38:10.493Zslp 0.048970405
1302026-08-25T03:38:10.493Zlat 0.000718430
1312026-08-25T03:38:10.493Zstop 0.000100200
1322026-08-25T03:38:10.507Z+ header analyze
1332026-08-25T03:38:10.507Z+ echo '# ==== analyze ==== #'
1342026-08-25T03:38:10.507Z# ==== analyze ==== #
1352026-08-25T03:38:10.507Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1362026-08-25T03:38:10.630Z Updating crates.io index
1372026-08-25T03:38:10.642Z Updating git repository `https://github.com/oxidecomputer/falcon`
1382026-08-25T03:38:11.594Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1392026-08-25T03:38:12.151Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1402026-08-25T03:38:12.425Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1412026-08-25T03:38:12.794Z Updating git repository `https://github.com/oxidecomputer/zone`
1422026-08-25T03:38:13.152Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1432026-08-25T03:38:13.400Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1442026-08-25T03:38:15.464Z Downloading crates ...
1452026-08-25T03:38:15.544Z Downloaded defmt v0.3.100
1462026-08-25T03:38:15.562Z Downloaded clap_lex v1.1.0
1472026-08-25T03:38:15.566Z Downloaded cstr-argument v0.1.2
1482026-08-25T03:38:15.570Z Downloaded cfg-if v1.0.4
1492026-08-25T03:38:15.570Z Downloaded cobs v0.3.0
1502026-08-25T03:38:15.574Z Downloaded colorchoice v1.0.5
1512026-08-25T03:38:15.578Z Downloaded cpufeatures v0.3.0
1522026-08-25T03:38:15.578Z Downloaded darling_macro v0.23.0
1532026-08-25T03:38:15.583Z Downloaded terminal_size v0.4.4
1542026-08-25T03:38:15.583Z Downloaded anstyle-query v1.1.5
1552026-08-25T03:38:15.583Z Downloaded strsim v0.11.1
1562026-08-25T03:38:15.583Z Downloaded hash32 v0.3.1
1572026-08-25T03:38:15.588Z Downloaded managed v0.8.0
1582026-08-25T03:38:15.594Z Downloaded proc-macro-crate v3.5.0
1592026-08-25T03:38:15.594Z Downloaded pretty-hex v0.4.2
1602026-08-25T03:38:15.601Z Downloaded ref-cast-impl v1.0.25
1612026-08-25T03:38:15.604Z Downloaded stable_deref_trait v1.2.1
1622026-08-25T03:38:15.609Z Downloaded utf8parse v0.2.2
1632026-08-25T03:38:15.613Z Downloaded version_check v0.9.5
1642026-08-25T03:38:15.616Z Downloaded anstream v1.0.0
1652026-08-25T03:38:15.621Z Downloaded anstyle v1.0.14
1662026-08-25T03:38:15.621Z Downloaded tabwriter v1.4.1
1672026-08-25T03:38:15.621Z Downloaded embedded-io v0.4.0
1682026-08-25T03:38:15.626Z Downloaded errno v0.3.14
1692026-08-25T03:38:15.634Z Downloaded byteorder v1.5.0
1702026-08-25T03:38:15.638Z Downloaded bitflags v1.3.2
1712026-08-25T03:38:15.638Z Downloaded anstyle-parse v1.0.0
1722026-08-25T03:38:15.638Z Downloaded either v1.16.0
1732026-08-25T03:38:15.638Z Downloaded num_enum_derive v0.7.6
1742026-08-25T03:38:15.638Z Downloaded oxnet v0.1.6
1752026-08-25T03:38:15.642Z Downloaded pin-project-lite v0.2.17
1762026-08-25T03:38:15.642Z Downloaded ref-cast v1.0.25
1772026-08-25T03:38:15.642Z Downloaded quote v1.0.46
1782026-08-25T03:38:15.649Z Downloaded rand_core v0.10.1
1792026-08-25T03:38:15.660Z Downloaded thiserror v2.0.18
1802026-08-25T03:38:15.660Z Downloaded thiserror-impl v2.0.18
1812026-08-25T03:38:15.660Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1822026-08-25T03:38:15.661Z Downloaded foreign-types v0.5.0
1832026-08-25T03:38:15.661Z Downloaded foreign-types-shared v0.3.1
1842026-08-25T03:38:15.665Z Downloaded dyn-clone v1.0.20
1852026-08-25T03:38:15.665Z Downloaded foreign-types-macros v0.2.3
1862026-08-25T03:38:15.665Z Downloaded heck v0.5.0
1872026-08-25T03:38:15.665Z Downloaded ident_case v1.0.1
1882026-08-25T03:38:15.666Z Downloaded embedded-io v0.6.1
1892026-08-25T03:38:15.666Z Downloaded equivalent v1.0.2
1902026-08-25T03:38:15.670Z Downloaded macaddr v1.0.1
1912026-08-25T03:38:15.671Z Downloaded rustversion v1.0.23
1922026-08-25T03:38:15.675Z Downloaded is_terminal_polyfill v1.70.2
1932026-08-25T03:38:15.675Z Downloaded anyhow v1.0.103
1942026-08-25T03:38:15.676Z Downloaded colored v3.1.1
1952026-08-25T03:38:15.679Z Downloaded ingot-types v0.2.0
1962026-08-25T03:38:15.679Z Downloaded once_cell v1.21.4
1972026-08-25T03:38:15.679Z Downloaded clap_derive v4.6.4
1982026-08-25T03:38:15.683Z Downloaded darling v0.23.0
1992026-08-25T03:38:15.699Z Downloaded defmt-parser v1.0.0
2002026-08-25T03:38:15.702Z Downloaded ingot v0.2.0
2012026-08-25T03:38:15.703Z Downloaded chacha20 v0.10.1
2022026-08-25T03:38:15.703Z Downloaded defmt-macros v1.1.1
2032026-08-25T03:38:15.703Z Downloaded ipnetwork v0.21.1
2042026-08-25T03:38:15.706Z Downloaded tracing-attributes v0.1.31
2052026-08-25T03:38:15.706Z Downloaded num_enum v0.7.6
2062026-08-25T03:38:15.711Z Downloaded clap v4.6.6
2072026-08-25T03:38:15.716Z Downloaded ingot-macros v0.2.0
2082026-08-25T03:38:15.716Z Downloaded postcard v1.1.3
2092026-08-25T03:38:15.716Z Downloaded bitflags v2.13.0
2102026-08-25T03:38:15.720Z Downloaded unicode-ident v1.0.24
2112026-08-25T03:38:15.723Z Downloaded serde_core v1.0.228
2122026-08-25T03:38:15.723Z Downloaded serde_derive v1.0.228
2132026-08-25T03:38:15.730Z Downloaded toml_parser v1.1.2+spec-1.1.0
2142026-08-25T03:38:15.730Z Downloaded defmt v1.1.1
2152026-08-25T03:38:15.733Z Downloaded tracing-core v0.1.36
2162026-08-25T03:38:15.737Z Downloaded proc-macro2 v1.0.106
2172026-08-25T03:38:15.743Z Downloaded socket2 v0.6.4
2182026-08-25T03:38:15.748Z Downloaded toml_edit v0.25.12+spec-1.1.0
2192026-08-25T03:38:15.751Z Downloaded uuid v1.23.5
2202026-08-25T03:38:15.755Z Downloaded getrandom v0.4.3
2212026-08-25T03:38:15.758Z Downloaded heapless v0.8.0
2222026-08-25T03:38:15.776Z Downloaded serde v1.0.228
2232026-08-25T03:38:15.780Z Downloaded darling_core v0.23.0
2242026-08-25T03:38:15.786Z Downloaded memchr v2.8.3
2252026-08-25T03:38:15.789Z Downloaded indexmap v2.14.0
2262026-08-25T03:38:15.794Z Downloaded zerocopy-derive v0.8.54
2272026-08-25T03:38:15.799Z Downloaded rand v0.10.2
2282026-08-25T03:38:15.845Z Downloaded aho-corasick v1.1.4
2292026-08-25T03:38:15.850Z Downloaded regex v1.13.0
2302026-08-25T03:38:15.850Z Downloaded hashbrown v0.17.1
2312026-08-25T03:38:15.854Z Downloaded itertools v0.15.0
2322026-08-25T03:38:15.858Z Downloaded clap_builder v4.6.6
2332026-08-25T03:38:15.865Z Downloaded winnow v1.0.3
2342026-08-25T03:38:15.885Z Downloaded syn v1.0.109
2352026-08-25T03:38:15.916Z Downloaded zerocopy v0.8.54
2362026-08-25T03:38:15.926Z Downloaded smoltcp v0.11.0
2372026-08-25T03:38:15.934Z Downloaded unicode-width v0.2.2
2382026-08-25T03:38:15.939Z Downloaded syn v3.0.4
2392026-08-25T03:38:15.943Z Downloaded syn v2.0.118
2402026-08-25T03:38:15.951Z Downloaded regex-syntax v0.8.11
2412026-08-25T03:38:15.957Z Downloaded rustix v1.1.4
2422026-08-25T03:38:15.963Z Downloaded tracing v0.1.44
2432026-08-25T03:38:15.976Z Downloaded regex-automata v0.4.15
2442026-08-25T03:38:15.983Z Downloaded libc v0.2.186
2452026-08-25T03:38:16.113Z Compiling proc-macro2 v1.0.106
2462026-08-25T03:38:16.113Z Compiling unicode-ident v1.0.24
2472026-08-25T03:38:16.113Z Compiling quote v1.0.46
2482026-08-25T03:38:16.141Z Compiling serde_core v1.0.228
2492026-08-25T03:38:16.141Z Compiling libc v0.2.186
2502026-08-25T03:38:16.141Z Checking cfg-if v1.0.4
2512026-08-25T03:38:16.141Z Compiling memchr v2.8.3
2522026-08-25T03:38:16.141Z Compiling ident_case v1.0.1
2532026-08-25T03:38:16.173Z Compiling strsim v0.11.1
2542026-08-25T03:38:16.243Z Compiling thiserror v2.0.18
2552026-08-25T03:38:16.253Z Compiling regex-syntax v0.8.11
2562026-08-25T03:38:16.450Z Compiling hashbrown v0.17.1
2572026-08-25T03:38:16.488Z Compiling equivalent v1.0.2
2582026-08-25T03:38:16.561Z Compiling aho-corasick v1.1.4
2592026-08-25T03:38:16.678Z Compiling winnow v1.0.3
2602026-08-25T03:38:16.761Z Compiling serde v1.0.228
2612026-08-25T03:38:16.811Z Compiling anyhow v1.0.103
2622026-08-25T03:38:16.996Z Compiling either v1.16.0
2632026-08-25T03:38:17.058Z Compiling zerocopy v0.8.54
2642026-08-25T03:38:17.192Z Compiling itertools v0.15.0
2652026-08-25T03:38:17.300Z Compiling syn v2.0.118
2662026-08-25T03:38:17.397Z Compiling indexmap v2.14.0
2672026-08-25T03:38:17.465Z Checking byteorder v1.5.0
2682026-08-25T03:38:17.617Z Compiling toml_parser v1.1.2+spec-1.1.0
2692026-08-25T03:38:17.679Z Compiling regex-automata v0.4.15
2702026-08-25T03:38:17.906Z Checking bitflags v2.13.0
2712026-08-25T03:38:17.938Z Compiling toml_datetime v1.1.1+spec-1.1.0
2722026-08-25T03:38:17.991Z Compiling heapless v0.8.0
2732026-08-25T03:38:18.061Z Checking hash32 v0.3.1
2742026-08-25T03:38:18.146Z Compiling toml_edit v0.25.12+spec-1.1.0
2752026-08-25T03:38:18.146Z Compiling syn v1.0.109
2762026-08-25T03:38:18.165Z Checking stable_deref_trait v1.2.1
2772026-08-25T03:38:18.239Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2782026-08-25T03:38:18.271Z Checking macaddr v1.0.1
2792026-08-25T03:38:18.409Z Compiling rustversion v1.0.23
2802026-08-25T03:38:18.432Z Compiling smoltcp v0.11.0
2812026-08-25T03:38:18.469Z Checking managed v0.8.0
2822026-08-25T03:38:18.486Z Checking rand_core v0.10.1
2832026-08-25T03:38:18.608Z Compiling rustix v1.1.4
2842026-08-25T03:38:18.642Z Compiling ref-cast v1.0.25
2852026-08-25T03:38:18.759Z Compiling proc-macro-crate v3.5.0
2862026-08-25T03:38:18.768Z Compiling getrandom v0.4.3
2872026-08-25T03:38:18.813Z Checking bitflags v1.3.2
2882026-08-25T03:38:18.914Z Compiling version_check v0.9.5
2892026-08-25T03:38:18.949Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2902026-08-25T03:38:19.183Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2912026-08-25T03:38:19.193Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2922026-08-25T03:38:19.212Z Checking errno v0.3.14
2932026-08-25T03:38:19.327Z Checking once_cell v1.21.4
2942026-08-25T03:38:19.432Z Compiling regex v1.13.0
2952026-08-25T03:38:19.501Z Checking ipnetwork v0.21.1
2962026-08-25T03:38:19.504Z Checking unicode-width v0.2.2
2972026-08-25T03:38:19.638Z Checking foreign-types-shared v0.3.1
2982026-08-25T03:38:19.726Z Checking utf8parse v0.2.2
2992026-08-25T03:38:19.759Z Checking cpufeatures v0.3.0
3002026-08-25T03:38:19.838Z Checking chacha20 v0.10.1
3012026-08-25T03:38:19.862Z Checking anstyle-parse v1.0.0
3022026-08-25T03:38:19.880Z Checking tabwriter v1.4.1
3032026-08-25T03:38:19.969Z Compiling darling_core v0.23.0
3042026-08-25T03:38:19.987Z Checking tracing-core v0.1.36
3052026-08-25T03:38:20.048Z Checking cstr-argument v0.1.2
3062026-08-25T03:38:20.390Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
3072026-08-25T03:38:20.396Z Checking is_terminal_polyfill v1.70.2
3082026-08-25T03:38:20.476Z Checking anstyle-query v1.1.5
3092026-08-25T03:38:20.493Z Checking pin-project-lite v0.2.17
3102026-08-25T03:38:20.512Z Checking dyn-clone v1.0.20
3112026-08-25T03:38:20.547Z Checking anstyle v1.0.14
3122026-08-25T03:38:20.557Z Checking pretty-hex v0.4.2
3132026-08-25T03:38:20.580Z Checking colorchoice v1.0.5
3142026-08-25T03:38:20.600Z Checking terminal_size v0.4.4
3152026-08-25T03:38:20.685Z Checking rand v0.10.2
3162026-08-25T03:38:20.712Z Checking uuid v1.23.5
3172026-08-25T03:38:20.723Z Checking anstream v1.0.0
3182026-08-25T03:38:20.875Z Compiling syn v3.0.4
3192026-08-25T03:38:21.003Z Checking socket2 v0.6.4
3202026-08-25T03:38:21.040Z Checking oxnet v0.1.6
3212026-08-25T03:38:21.111Z Compiling heck v0.5.0
3222026-08-25T03:38:21.149Z Compiling thiserror-impl v2.0.18
3232026-08-25T03:38:21.174Z Compiling serde_derive v1.0.228
3242026-08-25T03:38:21.309Z Compiling zerocopy-derive v0.8.54
3252026-08-25T03:38:21.350Z Compiling foreign-types-macros v0.2.3
3262026-08-25T03:38:21.825Z Compiling ref-cast-impl v1.0.25
3272026-08-25T03:38:21.930Z Compiling num_enum_derive v0.7.6
3282026-08-25T03:38:22.076Z Compiling darling_macro v0.23.0
3292026-08-25T03:38:22.441Z Checking cobs v0.3.0
3302026-08-25T03:38:22.467Z Checking foreign-types v0.5.0
3312026-08-25T03:38:22.519Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3322026-08-25T03:38:22.540Z Compiling tracing-attributes v0.1.31
3332026-08-25T03:38:22.567Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3342026-08-25T03:38:22.683Z Compiling darling v0.23.0
3352026-08-25T03:38:22.738Z Compiling ingot-macros v0.2.0
3362026-08-25T03:38:22.929Z Checking num_enum v0.7.6
3372026-08-25T03:38:23.007Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3382026-08-25T03:38:23.034Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3392026-08-25T03:38:23.103Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3402026-08-25T03:38:23.161Z Checking colored v3.1.1
3412026-08-25T03:38:23.173Z Checking clap_lex v1.1.0
3422026-08-25T03:38:23.270Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3432026-08-25T03:38:23.336Z Checking clap_builder v4.6.6
3442026-08-25T03:38:23.653Z Compiling clap_derive v4.6.4
3452026-08-25T03:38:23.740Z Checking tracing v0.1.44
3462026-08-25T03:38:24.214Z Checking postcard v1.1.3
3472026-08-25T03:38:24.845Z Checking clap v4.6.6
3482026-08-25T03:38:25.312Z Checking ingot-types v0.2.0
3492026-08-25T03:38:25.581Z Checking ingot v0.2.0
3502026-08-25T03:38:26.902Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3512026-08-25T03:38:28.111Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3522026-08-25T03:38:29.325Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3532026-08-25T03:38:30.201Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.58s
3542026-08-25T03:38:30.239Z
3552026-08-25T03:38:30.280Zreal 19.738819247
3562026-08-25T03:38:30.280Zuser 56.596504888
3572026-08-25T03:38:30.280Zsys 13.246185103
3582026-08-25T03:38:30.280Ztrap 0.042371198
3592026-08-25T03:38:30.280Ztflt 0.054957664
3602026-08-25T03:38:30.280Zdflt 0.109451378
3612026-08-25T03:38:30.280Zkflt 0.005079633
3622026-08-25T03:38:30.280Zlock 3:53.178160728
3632026-08-25T03:38:30.280Zslp 3:10.182260594
3642026-08-25T03:38:30.281Zlat 3.494279017
3652026-08-25T03:38:30.281Zstop 13.738716941
3662026-08-25T03:38:30.281Z+ header 'debug build'
3672026-08-25T03:38:30.281Z+ echo '# ==== debug build ==== #'
3682026-08-25T03:38:30.281Z# ==== debug build ==== #
3692026-08-25T03:38:30.281Z+ ptime -m cargo build
3702026-08-25T03:38:30.403Z Compiling cfg-if v1.0.4
3712026-08-25T03:38:30.403Z Compiling serde_core v1.0.228
3722026-08-25T03:38:30.403Z Compiling libc v0.2.186
3732026-08-25T03:38:30.425Z Compiling thiserror v2.0.18
3742026-08-25T03:38:30.448Z Compiling byteorder v1.5.0
3752026-08-25T03:38:30.448Z Compiling zerocopy v0.8.54
3762026-08-25T03:38:30.448Z Compiling macaddr v1.0.1
3772026-08-25T03:38:30.448Z Compiling stable_deref_trait v1.2.1
3782026-08-25T03:38:30.485Z Compiling managed v0.8.0
3792026-08-25T03:38:30.513Z Compiling cobs v0.3.0
3802026-08-25T03:38:30.535Z Compiling rand_core v0.10.1
3812026-08-25T03:38:30.589Z Compiling hash32 v0.3.1
3822026-08-25T03:38:30.655Z Compiling bitflags v1.3.2
3832026-08-25T03:38:30.675Z Compiling heapless v0.8.0
3842026-08-25T03:38:30.685Z Compiling errno v0.3.14
3852026-08-25T03:38:30.709Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3862026-08-25T03:38:30.781Z Compiling foreign-types-shared v0.3.1
3872026-08-25T03:38:30.804Z Compiling utf8parse v0.2.2
3882026-08-25T03:38:30.804Z Compiling memchr v2.8.3
3892026-08-25T03:38:30.946Z Compiling ipnetwork v0.21.1
3902026-08-25T03:38:30.964Z Compiling once_cell v1.21.4
3912026-08-25T03:38:30.965Z Compiling unicode-width v0.2.2
3922026-08-25T03:38:30.965Z Compiling cpufeatures v0.3.0
3932026-08-25T03:38:31.006Z Compiling tracing-core v0.1.36
3942026-08-25T03:38:31.076Z Compiling smoltcp v0.11.0
3952026-08-25T03:38:31.110Z Compiling tabwriter v1.4.1
3962026-08-25T03:38:31.228Z Compiling cstr-argument v0.1.2
3972026-08-25T03:38:31.379Z Compiling chacha20 v0.10.1
3982026-08-25T03:38:31.392Z Compiling anstyle-parse v1.0.0
3992026-08-25T03:38:31.501Z Compiling foreign-types v0.5.0
4002026-08-25T03:38:31.569Z Compiling ref-cast v1.0.25
4012026-08-25T03:38:31.597Z Compiling num_enum v0.7.6
4022026-08-25T03:38:31.636Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4032026-08-25T03:38:31.654Z Compiling getrandom v0.4.3
4042026-08-25T03:38:31.675Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4052026-08-25T03:38:31.760Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4062026-08-25T03:38:31.817Z Compiling pin-project-lite v0.2.17
4072026-08-25T03:38:31.888Z Compiling pretty-hex v0.4.2
4082026-08-25T03:38:31.909Z Compiling colorchoice v1.0.5
4092026-08-25T03:38:31.935Z Compiling anstyle v1.0.14
4102026-08-25T03:38:31.994Z Compiling dyn-clone v1.0.20
4112026-08-25T03:38:32.019Z Compiling anstyle-query v1.1.5
4122026-08-25T03:38:32.138Z Compiling bitflags v2.13.0
4132026-08-25T03:38:32.164Z Compiling serde v1.0.228
4142026-08-25T03:38:32.197Z Compiling is_terminal_polyfill v1.70.2
4152026-08-25T03:38:32.277Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4162026-08-25T03:38:32.368Z Compiling rustix v1.1.4
4172026-08-25T03:38:32.368Z Compiling anstream v1.0.0
4182026-08-25T03:38:32.368Z Compiling uuid v1.23.5
4192026-08-25T03:38:32.619Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4202026-08-25T03:38:32.774Z Compiling postcard v1.1.3
4212026-08-25T03:38:32.798Z Compiling terminal_size v0.4.4
4222026-08-25T03:38:32.819Z Compiling tracing v0.1.44
4232026-08-25T03:38:32.881Z Compiling anyhow v1.0.103
4242026-08-25T03:38:32.988Z Compiling rand v0.10.2
4252026-08-25T03:38:33.046Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4262026-08-25T03:38:33.115Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4272026-08-25T03:38:33.174Z Compiling socket2 v0.6.4
4282026-08-25T03:38:33.238Z Compiling clap_lex v1.1.0
4292026-08-25T03:38:33.435Z Compiling ingot-types v0.2.0
4302026-08-25T03:38:33.462Z Compiling colored v3.1.1
4312026-08-25T03:38:33.522Z Compiling oxnet v0.1.6
4322026-08-25T03:38:33.606Z Compiling winnow v1.0.3
4332026-08-25T03:38:33.699Z Compiling strsim v0.11.1
4342026-08-25T03:38:33.849Z Compiling ingot v0.2.0
4352026-08-25T03:38:33.927Z Compiling clap_builder v4.6.6
4362026-08-25T03:38:34.005Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4372026-08-25T03:38:34.556Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4382026-08-25T03:38:35.517Z Compiling clap v4.6.6
4392026-08-25T03:38:35.525Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4402026-08-25T03:38:36.936Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4412026-08-25T03:38:38.352Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4422026-08-25T03:38:42.743Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.50s
4432026-08-25T03:38:42.773Z
4442026-08-25T03:38:42.777Zreal 12.529142565
4452026-08-25T03:38:42.777Zuser 1:04.481501789
4462026-08-25T03:38:42.777Zsys 6.082218726
4472026-08-25T03:38:42.777Ztrap 0.031839202
4482026-08-25T03:38:42.777Ztflt 0.153312978
4492026-08-25T03:38:42.777Zdflt 0.229334576
4502026-08-25T03:38:42.777Zkflt 0.000003220
4512026-08-25T03:38:42.777Zlock 3:10.499847991
4522026-08-25T03:38:42.777Zslp 1:56.577538005
4532026-08-25T03:38:42.777Zlat 2.702408915
4542026-08-25T03:38:42.777Zstop 2.712893072
4552026-08-25T03:38:42.777Z+ header 'release build'
4562026-08-25T03:38:42.777Z+ echo '# ==== release build ==== #'
4572026-08-25T03:38:42.777Z# ==== release build ==== #
4582026-08-25T03:38:42.777Z+ ptime -m cargo build --release
4592026-08-25T03:38:42.868Z Compiling proc-macro2 v1.0.106
4602026-08-25T03:38:42.869Z Compiling unicode-ident v1.0.24
4612026-08-25T03:38:42.869Z Compiling quote v1.0.46
4622026-08-25T03:38:42.869Z Compiling serde_core v1.0.228
4632026-08-25T03:38:42.869Z Compiling libc v0.2.186
4642026-08-25T03:38:42.872Z Compiling cfg-if v1.0.4
4652026-08-25T03:38:42.873Z Compiling strsim v0.11.1
4662026-08-25T03:38:42.873Z Compiling thiserror v2.0.18
4672026-08-25T03:38:42.939Z Compiling memchr v2.8.3
4682026-08-25T03:38:42.997Z Compiling ident_case v1.0.1
4692026-08-25T03:38:43.088Z Compiling regex-syntax v0.8.11
4702026-08-25T03:38:43.147Z Compiling anyhow v1.0.103
4712026-08-25T03:38:43.173Z Compiling equivalent v1.0.2
4722026-08-25T03:38:43.235Z Compiling zerocopy v0.8.54
4732026-08-25T03:38:43.353Z Compiling aho-corasick v1.1.4
4742026-08-25T03:38:43.431Z Compiling either v1.16.0
4752026-08-25T03:38:43.479Z Compiling winnow v1.0.3
4762026-08-25T03:38:43.567Z Compiling hashbrown v0.17.1
4772026-08-25T03:38:43.593Z Compiling serde v1.0.228
4782026-08-25T03:38:43.651Z Compiling itertools v0.15.0
4792026-08-25T03:38:44.024Z Compiling toml_datetime v1.1.1+spec-1.1.0
4802026-08-25T03:38:44.118Z Compiling syn v2.0.118
4812026-08-25T03:38:44.124Z Compiling indexmap v2.14.0
4822026-08-25T03:38:44.257Z Compiling heapless v0.8.0
4832026-08-25T03:38:44.515Z Compiling regex-automata v0.4.15
4842026-08-25T03:38:44.542Z Compiling toml_parser v1.1.2+spec-1.1.0
4852026-08-25T03:38:44.711Z Compiling byteorder v1.5.0
4862026-08-25T03:38:44.895Z Compiling toml_edit v0.25.12+spec-1.1.0
4872026-08-25T03:38:44.901Z Compiling hash32 v0.3.1
4882026-08-25T03:38:44.994Z Compiling bitflags v2.13.0
4892026-08-25T03:38:45.023Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4902026-08-25T03:38:45.074Z Compiling syn v1.0.109
4912026-08-25T03:38:45.135Z Compiling stable_deref_trait v1.2.1
4922026-08-25T03:38:45.151Z Compiling macaddr v1.0.1
4932026-08-25T03:38:45.198Z Compiling smoltcp v0.11.0
4942026-08-25T03:38:45.247Z Compiling rustversion v1.0.23
4952026-08-25T03:38:45.345Z Compiling managed v0.8.0
4962026-08-25T03:38:45.394Z Compiling version_check v0.9.5
4972026-08-25T03:38:45.519Z Compiling proc-macro-crate v3.5.0
4982026-08-25T03:38:45.573Z Compiling ref-cast v1.0.25
4992026-08-25T03:38:45.608Z Compiling getrandom v0.4.3
5002026-08-25T03:38:45.672Z Compiling rand_core v0.10.1
5012026-08-25T03:38:45.749Z Compiling rustix v1.1.4
5022026-08-25T03:38:45.797Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
5032026-08-25T03:38:45.804Z Compiling bitflags v1.3.2
5042026-08-25T03:38:45.858Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5052026-08-25T03:38:45.998Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5062026-08-25T03:38:46.067Z Compiling errno v0.3.14
5072026-08-25T03:38:46.204Z Compiling regex v1.13.0
5082026-08-25T03:38:46.262Z Compiling cpufeatures v0.3.0
5092026-08-25T03:38:46.321Z Compiling once_cell v1.21.4
5102026-08-25T03:38:46.380Z Compiling unicode-width v0.2.2
5112026-08-25T03:38:46.422Z Compiling foreign-types-shared v0.3.1
5122026-08-25T03:38:46.505Z Compiling utf8parse v0.2.2
5132026-08-25T03:38:46.543Z Compiling ipnetwork v0.21.1
5142026-08-25T03:38:46.585Z Compiling anstyle-parse v1.0.0
5152026-08-25T03:38:46.663Z Compiling darling_core v0.23.0
5162026-08-25T03:38:46.772Z Compiling tabwriter v1.4.1
5172026-08-25T03:38:46.899Z Compiling tracing-core v0.1.36
5182026-08-25T03:38:47.025Z Compiling cstr-argument v0.1.2
5192026-08-25T03:38:47.092Z Compiling chacha20 v0.10.1
5202026-08-25T03:38:47.709Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
5212026-08-25T03:38:47.742Z Compiling colorchoice v1.0.5
5222026-08-25T03:38:47.748Z Compiling anstyle v1.0.14
5232026-08-25T03:38:47.831Z Compiling thiserror-impl v2.0.18
5242026-08-25T03:38:47.844Z Compiling zerocopy-derive v0.8.54
5252026-08-25T03:38:47.908Z Compiling serde_derive v1.0.228
5262026-08-25T03:38:47.977Z Compiling ref-cast-impl v1.0.25
5272026-08-25T03:38:48.023Z Compiling foreign-types-macros v0.2.3
5282026-08-25T03:38:48.545Z Compiling num_enum_derive v0.7.6
5292026-08-25T03:38:48.649Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5302026-08-25T03:38:48.653Z Compiling foreign-types v0.5.0
5312026-08-25T03:38:48.698Z Compiling tracing-attributes v0.1.31
5322026-08-25T03:38:48.717Z Compiling darling_macro v0.23.0
5332026-08-25T03:38:49.092Z Compiling cobs v0.3.0
5342026-08-25T03:38:49.170Z Compiling is_terminal_polyfill v1.70.2
5352026-08-25T03:38:49.254Z Compiling dyn-clone v1.0.20
5362026-08-25T03:38:49.258Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5372026-08-25T03:38:49.305Z Compiling darling v0.23.0
5382026-08-25T03:38:49.311Z Compiling pretty-hex v0.4.2
5392026-08-25T03:38:49.374Z Compiling ingot-macros v0.2.0
5402026-08-25T03:38:49.382Z Compiling anstyle-query v1.1.5
5412026-08-25T03:38:49.433Z Compiling pin-project-lite v0.2.17
5422026-08-25T03:38:49.471Z Compiling anstream v1.0.0
5432026-08-25T03:38:49.518Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5442026-08-25T03:38:49.606Z Compiling num_enum v0.7.6
5452026-08-25T03:38:49.715Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
5462026-08-25T03:38:49.727Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5472026-08-25T03:38:49.875Z Compiling terminal_size v0.4.4
5482026-08-25T03:38:49.899Z Compiling tracing v0.1.44
5492026-08-25T03:38:49.904Z Compiling rand v0.10.2
5502026-08-25T03:38:49.998Z Compiling uuid v1.23.5
5512026-08-25T03:38:50.161Z Compiling syn v3.0.4
5522026-08-25T03:38:50.213Z Compiling socket2 v0.6.4
5532026-08-25T03:38:50.382Z Compiling colored v3.1.1
5542026-08-25T03:38:50.414Z Compiling heck v0.5.0
5552026-08-25T03:38:50.816Z Compiling oxnet v0.1.6
5562026-08-25T03:38:50.926Z Compiling clap_lex v1.1.0
5572026-08-25T03:38:51.081Z Compiling postcard v1.1.3
5582026-08-25T03:38:51.180Z Compiling clap_builder v4.6.6
5592026-08-25T03:38:51.235Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5602026-08-25T03:38:52.203Z Compiling clap_derive v4.6.4
5612026-08-25T03:38:52.273Z Compiling ingot-types v0.2.0
5622026-08-25T03:38:52.620Z Compiling ingot v0.2.0
5632026-08-25T03:38:53.419Z Compiling clap v4.6.6
5642026-08-25T03:38:54.365Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5652026-08-25T03:38:55.533Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5662026-08-25T03:38:56.434Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5672026-08-25T03:39:02.979Z Finished `release` profile [optimized + debuginfo] target(s) in 20.19s
5682026-08-25T03:39:03.007Z
5692026-08-25T03:39:03.013Zreal 20.224105584
5702026-08-25T03:39:03.013Zuser 1:44.772641471
5712026-08-25T03:39:03.013Zsys 13.544372531
5722026-08-25T03:39:03.013Ztrap 0.051650637
5732026-08-25T03:39:03.013Ztflt 0.114447635
5742026-08-25T03:39:03.013Zdflt 0.321628538
5752026-08-25T03:39:03.013Zkflt 0.000021290
5762026-08-25T03:39:03.013Zlock 4:54.286909100
5772026-08-25T03:39:03.014Zslp 3:29.648868988
5782026-08-25T03:39:03.014Zlat 5.165298863
5792026-08-25T03:39:03.014Zstop 9.710224403
5802026-08-25T03:39:03.014Z+ popd
5812026-08-25T03:39:03.014Z/work/oxidecomputer/opte
5822026-08-25T03:39:03.014Z+ TGT_BASE=/work
5832026-08-25T03:39:03.014Z+ for x in debug release
5842026-08-25T03:39:03.014Z+ mkdir -p /work/debug
5852026-08-25T03:39:03.014Z+ cp target/debug/opteadm /work/debug/
5862026-08-25T03:39:03.034Z+ sha256sum target/debug/opteadm
5872026-08-25T03:39:03.059Z+ for x in debug release
5882026-08-25T03:39:03.059Z+ mkdir -p /work/release
5892026-08-25T03:39:03.473Z+ cp target/release/opteadm /work/release/
5902026-08-25T03:39:03.489Z+ sha256sum target/release/opteadm
5912026-08-25T03:39:03.489Zprocess exited: duration 67457 ms, exit code 0
 
5922026-08-25T03:39:03.502Zfound 4 output files
5932026-08-25T03:39:03.502Zuploading: /work/debug/opteadm (38121424 bytes)
5942026-08-25T03:39:05.572Zuploaded: /work/debug/opteadm
5952026-08-25T03:39:05.572Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
5962026-08-25T03:39:06.672Zuploaded: /work/debug/opteadm.debug.sha256
5972026-08-25T03:39:06.712Zuploading: /work/release/opteadm (25866768 bytes)
5982026-08-25T03:39:08.148Zuploaded: /work/release/opteadm
5992026-08-25T03:39:08.148Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6002026-08-25T03:39:09.167Zuploaded: /work/release/opteadm.release.sha256